wamp版本升级或者重装步骤
2013-12-03
再一次大量mysql查询的时候mysql卡死掉了,然后重启了一下wamp,悲剧出现了mysql起不来了,没有日志没有事件,这下可哭了。。。紧张之后冷静下来找思路。再...
再一次大量mysql查询的时候mysql卡死掉了,然后重启了一下wamp,悲剧出现了mysql起不来了,没有日志没有事件,这下可哭了。。。紧张之后冷静下来找思路。再...
# Example MySQL config file for medium systems. # # This is for a system with little memory (32M - 64M) where MySQL plays # an important part, or s...
//时间转成年月日时分秒 select date_format(now(),’%Y%m%d%H%i%S’) //时间转成年月日 select date_format(now(),’%Y%m%d’) //去年此时 select DATE_AD...
首先修改mysql配置文件: 在[mysqld]下面添加skip-grant-tables [[email protected] ~]# vim /etc/my.cnf [mysqld] port &...