Home >Backend Development >PHP Tutorial >How to enter mysql_PHP tutorial using command prompt

How to enter mysql_PHP tutorial using command prompt

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 10:32:541359browse

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

www.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