step:
- goto xampp folder and open folder mysql
- and edit file resetroot.bat
- add text in line area (location your data):
mysql\bin\mysqld.exe --no-defaults
--datadir=D:\xampplite\mysql\data --bind-address=127.0.0.1 --bootstrap --console --skip-grant-tables --skip-innodb --standalone
resetroot.err 2>&1
IF ERRORLEVEL 1 GOTO FEHLER
GOTO KEINFEHLER
No comments:
Post a Comment