PHP基础PHP教程php框架JavaScript
asp.netAJAX正则表达式ASP
mysql> create database xxx;
2,使用该数据库:
mysql>use xxx;
3,导入sql文件:
mysql>source xxx.sql;