04 2019 档案

摘要:mysql 用户管理和权限设置 用户管理 mysql>use mysql; 查看 mysql> select host,user,password from user ; 创建 mysql> create user zx_root IDENTIFIED by 'xxxxx'; //identifie 阅读全文
posted @ 2019-04-19 17:42 kkblog 阅读(1055) 评论(1) 推荐(0)
摘要:mysql> create user haochengtest@'%' identified by 'haocheng.123'; Query OK, 0 rows affected (0.01 秒) mysql> grant select,insert,update,delete on test.t_m_user to haochengtest@'%'; Query OK, 0 rows a... 阅读全文
posted @ 2019-04-19 17:41 kkblog 阅读(3093) 评论(0) 推荐(0)
摘要:1# 获取当前ip地址,ip子网掩码换算,定位api ip.sb 阅读全文
posted @ 2019-04-18 10:57 kkblog 阅读(162) 评论(0) 推荐(0)
摘要:把这条注释掉。 [root@aaaa ~]# cat /etc/ld.so.preload #/usr/local/lib/libproc.so[root@aaaa ~]# 然后在top 阅读全文
posted @ 2019-04-10 15:54 kkblog 阅读(563) 评论(0) 推荐(0)