摘要:
MySQL修改表的语法 增加列[add 列名] ①alter table 表名 add 列名 列类型 列参数【加的列在表的最后面】 例:alter table test add username char(20) not null default ''; alter table test add b 阅读全文
posted @ 2017-12-07 11:38
学无边涯
阅读(2437)
评论(1)
推荐(0)
摘要:
linux mysql 数据库操作导入导出 数据表导出导入 1,数据库导入 mysql -uroot -p show databases; create database newdb; use 数据库; set names utf8; source /home/newdb.sql; 1.1 数据库导 阅读全文
posted @ 2017-12-07 10:47
学无边涯
阅读(7779)
评论(0)
推荐(0)

浙公网安备 33010602011771号