lt;?/* Authentication type */$cfg['Servers'][$i]['auth_type'] = 'config';$cfg['Servers'][$i]['user'] = 'root'; // MySQL user$cfg['Servers'][$i]['password'] = 'Ho346Ba9973MyDenwerPass1'; |
"Z:\usr\local\mysql-5.1\bin\mysqld.exe" --defaults-file="Z:\usr\local\mysql-5.1\my.cnf" --init-file=Z:\usr\local\mysql-5.1\init.txt |
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'pass' WITH GRANT OPTION; |
FLUSH PRIVILEGES; |