顯示具有 MySQL 標籤的文章。 顯示所有文章
顯示具有 MySQL 標籤的文章。 顯示所有文章

2010年6月29日 星期二

2010年2月12日 星期五

忘記 mysql 密碼

mysqld --skip-grant-tables

>use mysql
>update user set password=password("new_pass") where user="root";
>flush privileges;