Index: lams_common/doc/LAMS 1.1 Database Configuration.txt =================================================================== RCS file: /usr/local/cvsroot/lams_common/doc/LAMS 1.1 Database Configuration.txt,v diff -u -r1.2 -r1.3 --- lams_common/doc/LAMS 1.1 Database Configuration.txt 28 Mar 2005 01:41:31 -0000 1.2 +++ lams_common/doc/LAMS 1.1 Database Configuration.txt 28 Mar 2005 01:55:24 -0000 1.3 @@ -42,7 +42,7 @@ (1) UTF-8 MySQL 4.1 Windows version comes with 3 packages, two of which use -Windows aut-installer. Select Most International option, which +Windows auto-installer. Select Most International option, which sets the character encoding to UTF-8. Windows version now installs it as: @@ -120,8 +120,8 @@ mysql USE mysql; - UPDATE user SET password=password("newpassword") - WHERE user="root"; + UPDATE user SET password=password("newpassword") WHERE user="root"; + -- Don't forget the WHERE clause!!! flush privileges; quit