C:\mysql\bin\>mysqld-max-nt --remove MySQLその後C:\mysql\bin削除
mysql>select host,user,password from mysql.user;
[mysqld-4.1] old-passwordsサービス再起動して『MySQL Command Line Client』から、下記コマンドで[old_passwords]がONになっている事を確認。
mysql>show variables;この後にユーザを追加すると、パスワード長が短くなる。
mysql>grant select,insert,delete,update,create,drop,file,alter,index on *.* to username identified by 'passwords'; mysql>flush privileges;参考: MySQL導入メモ ちょっと古いですが。
go-pear.bat
extension=php_mbstring.dll extension=php_exif.dll extension=php_gd2.dll extension=php_mysql.dll
2.6.1-pl3では修正済みです。
$charset = 'UTF-8' ↓ $charset = 'utf-8'参考:[ 1111855 ] (in 2.6.2) "Undefined index" with Japanese lang file google→2ch経由で到達
mysql.exe -u {username} -p Enter password: *****とりあえず動作確認
show databases; +----------+ | Database | +----------+ | mysql | +----------+