文章分类 -  mysql

mysql的存存储储
摘要:alter table wp_session rename think_session 其中, wp_session是旧表名,think_session是新表名。 阅读全文
posted @ 2017-05-30 14:49 GBlWang 阅读(84) 评论(0) 推荐(0)
摘要:在phpmyadmin 执行数据库 xxxx运行 SQL 查询: CREATE TABLE `student_user` ( `sex` enum('0','1') NOT NULL default '0') ENGINE=INNODB DEFAULT CHARSET=utf8; 阅读全文
posted @ 2017-04-13 13:57 GBlWang 阅读(132) 评论(0) 推荐(0)