safe mysqld from pid file/var/lib/mysql/ogg.pid ended[OK][1]+Done mysqld_safe-skip-grant-tables[root@ogg mysql]#service mysql start Starting MySQL.[OK]正常连接:[root@ogg mysql]#mysql-u root-p Enter password:Welcome to the...
恩,这个也改对了/*修改字段到指定位置*/*注意,modify时把数据类型也附上*/alter table user modify sex tinyint(1)after age-将user表的sex字段修改到age字段之后-如果不加字段类型行不行?describe sc-找个临时表实验一下 alter table ...