Why can’t I see the master process process? Is it not started successfully?
$ sudo netstat -nlpt | grep mysql tcp6 0 0 :::3306 :::* LISTEN 5525/mysqld
Check whether port 3306 is already listening, and the startup process is mysqld.
Only if port 3306 is open and you can log in can the startup be successful
Does the test user have permission to start mysql? It should have failed to start successfully.
Check whether port 3306 is already listening, and the startup process is mysqld.
Only if port 3306 is open and you can log in can the startup be successful
Does the test user have permission to start mysql?
It should have failed to start successfully.