【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元
摘要: 开启远程链接 update user set host = "%" where user = "root";flush privileges; 关闭远程链接 update user set host = "localhost" where user = "root" and host= "%";fl 阅读全文
posted @ 2017-06-01 10:28 happenzh 阅读(146) 评论(0) 推荐(0) 编辑