I am trying to connect to MariaDB by following this guide:
https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
sadly when trying to connect using ssh the suername root and password toor do not work. I am getting the error:
Server closed connection during identification exchange
Where am i supposed to find the correct credentials?
TL;DR
Developers are having trouble connecting to MariaDB using SSH with the provided credentials. The error message "Server closed connection during identification exchange" is appearing. The correct credentials may be different from the ones provided in the guide. Make sure to check with your database administrator for the accurate username and password.