diff --git a/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt index d1cf9a2a..4bcc2b39 100644 --- a/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_1-X/trunk/docs/SCRATCH_INSTALL.txt @@ -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