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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/96967-mysqladmin-command-through-ssh/#findComment-496223 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.