Home > php教程 > PHP开发 > body text

Installation and configuration of mysql for php learning

黄舟
Release: 2016-12-20 11:57:43
Original
1356 people have browsed it

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 (m.sbmmt.com)!


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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!