MariaDB [sqdc]> create table area( id int auto_increment primary key unsigned)engine=InnoDB default charset=utf8;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'unsigned)engine=InnoDB
CMake Warning:Manually-specified variables were not used by the project:MYSQL_USERWITH_MEMORY_STORAGE_ENGINEWITH_READLINE请问编译mysql时 ,这个警告 是linux 缺少什么包产生的嘛,还是什么问题。
现在源库是腾讯云服务器上面自建的mysql5.1版本,现在打算把数据迁移到新购买的腾讯云mysql5.5版本上,但是在源库设置的变量中有以下问题: 由于源库是mysql5.1版本,没有binlog_row_image这个变量,没法按文档那样设置成 set global binlog_row_image=FULL;那样,没有这个变量设置会不会影响我从源库mysql5.1迁移到腾讯云mysql5.5上面的呢?我动态修改变量后需不需要对源库进行mysql重启呢?