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

How to enter mysql_PHP tutorial using command prompt

WBOY
Release: 2016-07-13 10:32:54
Original
1323 people have browsed it

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...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template