From 829dd3a5be82eff7e47acdf78e57d4f83b118d2f Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 19 Jul 2006 18:42:02 +0000 Subject: [PATCH] added OLD_PASSWORD examples to SCRATCH_INSTALL git-svn-id: svn://192.168.202.10@90 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/SCRATCH_INSTALL.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index d1cf9a2..4bcc2b3 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/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