MySQL常见问题:蛋疼的InnoDB 虚机配置 by 伦大锤 阅读量 5,374 今天在linux上往MySQL里面插数据时,居然报了这么个错: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline. …阅读全文 mysql 19 2016-05
MySQL常见问题:root密码丢失 虚机配置 by 伦大锤 阅读量 2,922 首先停止MySQL: sudo service mysql stop 1 sudo service mysql stop 接下来以一种不需要输入密码即可登录的方式启动MySQL: mysqld_safe --skip-grant-tables …阅读全文 mysql 20 2015-05