Home php教程 PHP开发 Installation and configuration of mysql for php learning

Installation and configuration of mysql for php learning

Dec 20, 2016 am 11:57 AM

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

CakePHP Date and Time

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

CakePHP Project Configuration

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

CakePHP File upload

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

CakePHP Routing

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

Discuss CakePHP

How to fix mysql_native_password not loaded errors on MySQL 8.4 How to fix mysql_native_password not loaded errors on MySQL 8.4 Dec 09, 2024 am 11:42 AM

How to fix mysql_native_password not loaded errors on MySQL 8.4

CakePHP Quick Guide CakePHP Quick Guide Sep 10, 2024 pm 05:27 PM

CakePHP Quick Guide

See all articles