Mysql 第2页

mysql 常见ALTER TABLE操作

lxfamn 发布于 2020-09-25

 http://blog.lxfamn.cn/?p=5849 删除列 alter table table-name drop col-name; 增加列(单列) alter table table-name add col-name col-type comment 'xxx';...

阅读(784)评论(0)赞 (0)

修改可连接mysql的IP

lxfamn 发布于 2020-08-07

在mysql主机上操作: mysql -u root -p use mysql; select host,user,password from user; +---------------------+------+--------------------+ | host    ...

阅读(678)评论(0)赞 (0)