Introduction - If you have any usage issues, please Google them yourself
Some examples are mainly Ajax tutorial, very good. Learn MySQL users can use their familiar way to create a database named ajax and ajax.sql files can be imported. The following is a brief How-to: 1. Instances of the database in MySQL 5.0.27 version tested by 2. Ajax.sql the database directory files to C: \ 3. Into the MySQL installation directory in the bin directory 4. Enter mysql-u root-p, and then enter the password to log local MySQL server 5. enter the CREATE DATABASE ajax DEFAULT CHARACTER SET utf8 create a database named ajax 6. input use ajax 7. input source c: \ ajax.sql implementation of the database initialization