摘要:
查看编码 SHOW VARIABLES LIKE 'character_set_%'; 依次修改like出来的字段 例如 set character_set_results=utf8; 完了修改/etc/my.cof文件 添加以下内容 编辑 /etc/my.cnf, 在里面加入,已经有[XXX]的, 阅读全文
posted @ 2017-10-15 17:23
破晓e
阅读(164)
评论(0)
推荐(0)
摘要:
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option; flush privileges; 阅读全文
posted @ 2017-10-15 16:43
破晓e
阅读(166)
评论(0)
推荐(0)
摘要:
ps -ef |grep xx 阅读全文
posted @ 2017-10-15 15:18
破晓e
阅读(224)
评论(0)
推荐(0)
摘要:
command & 关闭终端,程序会终止 nohup command & 关闭终端,程序不会终止 阅读全文
posted @ 2017-10-15 15:17
破晓e
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号