I currently use the following but it ALWAYS prompts me to manually type the password. Is there any way to pass it in on the command line when launching the executable?
mysqladmin processlist -u root -p
The default user for MySQL is root and by default it has no password.
Enter mysql.exe -uroot -p , and MySQL will launch using the root user. MySQL will prompt you for your password. Enter the password from the user account you specified with the –u tag, and you'll connect to the MySQL server.
Just found out the answer....
mysqladmin processlist -u root -pYOURPASSWORDHERE
No space between your password and the -p
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With