摘要:
kill -9 $(ps -ef |grep 'mysql'|gawk '$0 !~/grep/ {print $2}'|tr -s '/n') 阅读全文
摘要:
编辑/etc/my.cnf(使它永久生效) #重启数据库 阅读全文
摘要:
[root@bass Desktop]# date +%s 1466561580 [root@bass Desktop]# python Python 2.6.6 (r266:84292, Jul 23 2015, 15:22:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2 Type "help", "copyright", "c... 阅读全文