Khi cài đặt XAMPP, mysql có file resetroot.bat để reset lại password của user root và pma khá tiện. Tuy nhiên, khi chạy file bat này trên windows 7 thì phát sinh lỗi
101023 15:05:07 [Warning] Can’t create test file \usr\local\mysql\data\Zorro-box
.lower-test
101023 15:05:07 [Warning] Can’t create test file \usr\local\mysql\data\Zorro-box
.lower-test
mysql\bin\mysqld.exe: Can’t change dir to ‘\usr\local\\mysql\data\’ (Errcode: 2)
Theo http://www.apachefriends.org/f/viewtopic.php?f=16&t=42368&p=167128, lỗi này có thể sửa được bằng các bước sau
- open resetroot.bat file in your editor
- after the parameter “–no-defaults” add you mysql data directory with this syntax: –datadir=c:/xampp/mysql/data
- save the file
- execute the file
Chạy lại ngon ngay!
Để lại phản hồi
Chưa có phản hồi.

