Thursday, January 5, 2017

Forgot password root mysql

step:
  1. goto xampp folder and open folder mysql
  2. and edit file resetroot.bat
  3. 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