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:
@@ -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
|
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
|
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.
|
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: *****
|
***** 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
|
Every machine that you will be using the newer BDI perl scripts on will need
|
||||||
|
|||||||
Reference in New Issue
Block a user