摘要:
解决yum功能不能用 This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 如果你使用yum命令安装软件时,出现这个提示,那么你很 阅读全文
摘要:
修改新密码:use mysql;update user set password='新密码' where user='用户名';flush privileges; 更新权限 增加新用户:grant select ,insert,update,delete on 数据库.表 to 用户名@登陆主机 i 阅读全文