First change the PHP configuration file:
Here are the main two places:
Cirl + F Find to Mysql.dll
Then remove the previous ";"
Then, modify the path:
Cirl + F Find to Extension_dir
Then get rid of the path behind, vary from person to person, the final path is modified to PHP installation path/ext
Such as: Blogger's PHP installation path is: F:\wwwsever\php-5.3.4
The
About the navicat for MySQL software registration code problem, Bo master here to provide a registration machine, is blogger's Baidu Cloud address:
Http://pan.baidu.com/s/1i5NJyHv
You can download the registration machine from here and follow the instructions to install it.
After the general installation is complete click Help ... If your registration code does not have an inactive three words, it indicates that you have been granted permanent access.
Next is the code import:
The teacher gives the file is the SQL type, therefore cannot import directly, here uses Navicat for MySQL software:
The specific methods are:
Tools-"Command-column interface"
A command-line-like interface appears
Create the database in this interface:
Create DATABASE name
GO
Use database name
GO
Copy the teacher's code
Enter
Refresh to the left to see the newly generated table
The specific code for the last class assignment is in another blog post. , omitted here.
MySQL and navicat for MySQL connection configuration problem "original"