1

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?

Michael Phelps
  • 3,451
  • 7
  • 36
  • 64

1 Answers1

3

Try:

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

Without ;!

Lars
  • 1,426
  • 10
  • 25