跳到主要內容
搜尋
搜尋此網誌
數位記憶
分享
取得連結
Facebook
X
Pinterest
以電子郵件傳送
其他應用程式
6月 09, 2016
更改mysql 使用者密碼
# mysql -u root -p
mysql> SET PASSWORD FOR auser@localhost = PASSWORD('password');
mysql> flush privileges;
留言
熱門文章
2月 06, 2023
Ubuntu 22.04 Change Mysql root with password without sudo
11月 15, 2023
bash history with time
留言