Home  >  Article  >  php教程  >  Installation and configuration of mysql for php learning

Installation and configuration of mysql for php learning

黄舟
黄舟Original
2016-12-20 11:57:431479browse

In the first two chapters, we learned about the installation and configuration of PHP and the installation and configuration of Apache. Next, we will learn the installation and configuration of the database MySQL. Through this explanation, I think PHP learners will be able to build a PHP environment under Windows.
1. If you downloaded the green version of mysql, directly extract the file to the specified installation directory (such as: root directory of drive c), select "Run" in the "Start" menu, and then enter "cmd" to enter "Command Prompt".
2. Enter the command at the command prompt: mysql --install and press Enter to add mysql to the service.
3. Enter the command at the command prompt: net start mysql and press Enter to start the mysql service.
4. Enter the command at the command prompt: cdmysqlbin and press Enter to enter the bin directory of mysql.
5. In the bin directory of mysql, enter the user name of the database (default is root) and password (default is empty) to enter the mysql service and create your own database and tables.

The above is the installation and configuration of mysql for PHP learning. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!


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