随笔分类 - mysql 基础
摘要:http://blog.csdn.net/wwh578867817/article/details/52234356
阅读全文
摘要:1.服务器上是的电不要随边乱断,一定要保存,然后断电,不要在服务器插座版上乱插其他电器,导致非法断电, 2.出现断电后,检查MYSQL数据库文件是否损坏,可以看WINDOWS 应用程序程序管理日志,提示 mysql 起动会出现文件不可以读!及进处理,以免恶化
阅读全文
摘要:http://blog.itpub.net/23718752/viewspace-2143605/ https://github.com/jeanron100/
阅读全文
摘要:http://www.cnblogs.com/sopc-mc/archive/2011/11/01/2232212.html
阅读全文
摘要:http://seanlook.com/archives/page/2/
阅读全文
摘要:http://blog.mimvp.com/2017/07/mysql-yi-ge-can-shu-yin-qi-de-dang-ji-xue-an/ max_binlog_cache_size 表示的是binlog 能够使用的最大cache 内存大小,为每个session 分配的内存,在事务过程中
阅读全文
摘要:http://www.zhongweicheng.com/?p=3099
阅读全文
摘要:1.选择无事物安装 2.my.cnf [mysqld] default-storage-engine=INNODB innodb=on 3.设置数据目录 手动创建目录 D:\data [mysqld] #Path to installation directory. All paths are us
阅读全文
摘要:http://acmug.net/?p=182
阅读全文
摘要:http://www.royalwzy.com/ http://www.aixchina.net/home/space.php?uid=898169
阅读全文
摘要:http://m.blog.itpub.net/22664653/viewspace-2132054/
阅读全文
摘要:http://blog.jobbole.com/109566/ http://www.cnblogs.com/dfcao/p/mysql-flashback-priciple-and-practice.html
阅读全文
摘要:http://www.cnblogs.com/ivictor/p/6012183.html
阅读全文
摘要:http://blog.csdn.net/wulantian/article/details/37560849
阅读全文
摘要:+ + + + + + + + + | Id | User | Host | db | Command | Time | State | Info | + + + + + + + + + | 7 | echina | localhost | echinacities | Query | 19 | L
阅读全文
摘要:windows下的类似linux下的grep命令——findstr 经常用linux下的grep命令,比如: netstat -an|grep 1521 其实windows下也有一个类似的命令findstr,比如: C:\Windows\system32>netstat -an|findstr 15
阅读全文
摘要:转载请保留如下作者信息 作者 : jesse 博客 : http://hi.baidu.com/leechl 3点钟刚睡下, 4点多, 同事打电话告诉我用户数据库挂掉了. 我起床看一下进程列表. mysql>show processlist; 出来哗啦啦好几屏幕的, 没有一千也有几百条, 查询语句把
阅读全文
摘要:WINDOW 1.my.ini 加入 [mysqld] skip-grant-tables 2.mysql -uroot -p 登入 USE MYSQL; update user set password =password('123456') where user='root'; 3.在[mysq
阅读全文
摘要:http://blog.ygmyth.me/
阅读全文
摘要:http://mysql.rjweb.org/
阅读全文