04 2019 档案
摘要:mysql 用户管理和权限设置 用户管理 mysql>use mysql; 查看 mysql> select host,user,password from user ; 创建 mysql> create user zx_root IDENTIFIED by 'xxxxx'; //identifie
阅读全文
摘要: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...
阅读全文
摘要:1# 获取当前ip地址,ip子网掩码换算,定位api ip.sb
阅读全文
摘要:把这条注释掉。 [root@aaaa ~]# cat /etc/ld.so.preload #/usr/local/lib/libproc.so[root@aaaa ~]# 然后在top
阅读全文
浙公网安备 33010602011771号