ivytony Posted March 19, 2008 Share Posted March 19, 2008 I tried this command line below as root user through SSH, to see information about the currently set values mysqladmin variables -uroot -p"PASS" (I used my real password for "PASS"). however, I keep getting this error: access denied for root, password needed 'YES'. I am wondering if there is anything with my commandline. Link to comment https://forums.phpfreaks.com/topic/96967-mysqladmin-command-through-ssh/ Share on other sites More sharing options...
effigy Posted March 19, 2008 Share Posted March 19, 2008 Try placing the switches first: mysqladmin -uroot -p"PASS" variables Link to comment https://forums.phpfreaks.com/topic/96967-mysqladmin-command-through-ssh/#findComment-496223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.