摘要: //创建数据库(PHP中MySQL语句结尾不用加;,因为PHP中MySQL语气每次只能执行一句) create database testdatabase; //选择数据库 use testdatabase; //创建数据表 create table test_table(first_name varchar(30),last_name varchar(30));//显示数据表机构descr... 阅读全文
posted @ 2018-01-30 22:02 履霜.1989 阅读(226) 评论(0) 推荐(0)