Thursday, May 9, 2013

sql:mysql:mysqld running

To find out if mysql is running -
1. Type "mysqladmin -u your_username -p status"
2. Enter the password for your_username
3. If the mysql daemon (mysqld) is running, you should see something like this -
"
Uptime: 192241  Threads: 1  Questions: 122  Slow queries: 0  Opens: 99  Flush tables: 1  Open tables: 23  Queries per second avg: 0.0
"

No comments:

Post a Comment