JarvisHuang's recent timeline updates
JarvisHuang

JarvisHuang

V2EX member #206214, joined on 2016-12-16 09:06:57 +08:00
JarvisHuang's recent replies
@wildcat007 难度好像比之前的掌上阅简单些。不过活动还没开始,还得一个半月后。大概率等到时候,意志消磨得差不多了。就算还有兴致坚持打卡,也难保会不会出什么幺蛾子(系统出点 bug 之类的没成功打上卡,或者忙到忘记了。。),毕竟这是要连续 100 天。
会忘记有这么个机器人。。。
Nov 23, 2017
Replied to a topic by XiLemon 程序员 MySQL: Access denied for user 问题
当 mysql 部署在其他服务器上时,要远程访问就需要分配权限了。 分配步骤如下:

1 登录到 mysql 中
mysql -u root -p
2 切换到 mysql 数据库下
use mysql;
3 授权远程登录的用户及地址
//授权的地址为 192.168.1.101 ,用户为 root,密码为 123456
> grant all PRIVILEGES on test_db.* to root@'192.168.1.101' identified by '123456';
4 让修改的配置生效
> flush privileges;
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2583 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 16:04 · PVG 00:04 · LAX 09:04 · JFK 12:04
♥ Do have faith in what you're doing.