rafli
At this image, try to check the logs to see if any errors. For my case it is:
2024-08-31T13:55:26.189613Z 0 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
2024-08-31T13:55:26.189616Z 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2024-08-31T13:55:26.189622Z 0 [ERROR] Aborting
You may clearly have the same port number running on both MariaDB versions.
→ You should go to mysqldManage
> Port and change to new port number.
Hope this would helps.