閱讀655 返回首頁    go 阿裏雲 go 技術社區[雲棲]


更改mysql連接權限

/usr/local/mysql/bin/mysql -u root -p


mysql> use mysql;

Reading table information for completion of table and column names

You can turn off this feature to get a quicker startup with -A


Database changed

mysql> update user set host='%' where user='mysql' limit 1;

Query OK, 0 rows affected (0.01 sec)

Rows matched: 0  Changed: 0  Warnings: 0


mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)


最後更新:2017-08-13 22:42:10

  上一篇:go  智慧醫療將怎樣幫助醫院醫療管理?
  下一篇:go  智慧醫療節約救治時間,降低患者死亡率