MySQL學習筆記

/* 啓動MySQL */ net start mysql /* 鏈接與斷開服務器 */ mysql -h 地址 -P 端口 -u 用戶名 -p 密碼 /* 跳過權限驗證登陸MySQL */ mysqld --skip-grant-tables -- 修改root密碼 密碼加密函數password() update mysql.user set password=password('root');
相關文章
相關標籤/搜索