Introduction to MySQL database environment (1) [group chart] TIP: before using MySQL, you need to create a database environment to create a data table. First, you need to install the database environment, that is, MySQL. 1. download MySQL official website is http://www.mysql. org/, 2-9:-9 MySQL official website's current stable version is 5.1. We use MySQL 5.1.22 as the database server and go to its official website h
Before using MySQL, you need to create a database environment to create a data table. First, you need to install the database environment, that is, MySQL.
1. download MySQL
The official MySQL website is http://www.mysql.org/,2-9:
-9 official MySQL website
The current stable version is 5.1, we choose MySQL 5.1.22 as the database server, to its official website http://dev.mysql. com/downloads/mysql/5.1.html download, the file is mysql-noinstall-5.1.22-rc-win32.zip. This version is a green software and can be used after decompression.
2. install MySQL
We decompress the mysql-noinstall-5.1.22-rc-win32.zip file to the root directory of drive D, and modify the name of the root directory after decompression to mysql. The directory structure after decompression is 2-10.
-10 directory after MySQL extraction