当前位置: 首页 > 工具软件 > gh > 使用案例 >

gh-ost加字段

岳曦
2023-12-01

1.安装
tar -xvzf gh-ost-binary-linux-20170914095800.tar.gz
2.使用示例
./gh-ost --host=localhost --user=用户名 --password=密码 --database=数据库名 --table=表名 --alter=“add column 字段名 varchar(256) default ‘’;” --allow-on-master --execute

 类似资料: