Hi, i was wondering if my mysql server was working properly is there someway to test it? Im using linux.
Thx
Is mysql working?
Moderator: General Moderators
connect to it from the command line mysql client
if you can connect then the server is running.
Alternatively you can try restarting the mysql daemon and seeing if you get an error message
Code: Select all
# mysql -p
Enter password:Alternatively you can try restarting the mysql daemon and seeing if you get an error message