If the path when installing mysql is not on the C drive, you should enter the bin directory of mysql, and then enter "mysql -u USERNAME -pPASSWORD" in the command prompt
If the path when installing mysql is on the C drive, directly enter "mysql -h localhost -u USERNAME -pPASSWORD" in the command prompt
http://www.bkjia.com/PHPjc/753936.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/753936.htmlTechArticleIf the path when installing mysql is not on the C drive, you should enter the bin directory of mysql, and then open the command prompt Enter mysql -u USERNAME -pPASSWORD. If the path when mysql is installed is...