added OLD_PASSWORD examples to SCRATCH_INSTALL

git-svn-id: svn://192.168.202.10@90 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-07-19 18:42:02 +00:00
parent 9ebb590340
commit daaee3a272
+2
View File
@@ -536,6 +536,8 @@ NOTE: a minimum of MySQL 4.0.X is required
allow the older client libraries to connect to the MySQL server, or you can
start your mysqld server with the "-old-passwords" option. If you do not do
this, then you will see MySQL authentication errors on your Asterisk server.
SET PASSWORD FOR 'cron'@'%' = OLD_PASSWORD('1234');
SET PASSWORD FOR 'cron'@'localhost' = OLD_PASSWORD('1234');
***** NOTE: if you will be using any of the DBI perl scripts: *****
Every machine that you will be using the newer BDI perl scripts on will need