摘要:
问题说明 在性能测试中执行SQL,被提示内存空间不足:ERROR 10 (HY000): Tianmu out of resources error: Insufficient memory space. 解决方法 (1)查看内存占用高的前20 ps aux | head -1;ps aux |gr 阅读全文
摘要:
1、报错详见如下 [root@localhost ~]# mysql -h192.168.30.33 -uroot -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'192.168.30.33' (using 阅读全文
摘要:
1、创建表且插入数据 create table t1 ( id int, name varchar(100), age int, sex varchar(20), address varchar(100), math int, english int )engine=innodb; insert i 阅读全文