Here we can see some tips with mysqladmin tool To check the status of mysqld # mysqladmin -u root -pmysql ping # service mysqld status # mysqladmin -u root -pmysql status
To find mysql version # mysqladmin -u root -pmysql version
To view all the MySQL Server status variable and it s current […]
Recent Comments