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