mysqladmin: Unknown command: 'status;'

1k Views Asked by At

My problem :

   C:\Users\Dom>C:/xampp/mysql/bin/mysqladmin -uroot  status;

C:/xampp/mysql/bin/mysqladmin: Unknown command: 'status;'

I want to see status my mysql connection. How to fix?

1

There are 1 best solutions below

0
On BEST ANSWER

Try:

C:\Users\Dom>C:/xampp/mysql/bin/mysqladmin -uroot  status

Without ;!