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...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn