Hi everybody, i have a web app running beautiful, i needed a MySQL
table to be updated everyday at 2 am so i created the table, the model
and a Shell, the shell retrieves a csv from an FTP server and then i
do a truncate to the model table and then a load data infile to load
the csv to the table/model.

The thing is that i got this error when i run the Shell:

PHP Warning:  <span style="color:Red;text-align:left"><b>SQL
Error:</b> 1045: Access denied for user 'MYDBUSERNAME'@'localhost'
(using password: YES)</span> in
/var/www/cdf/cake/libs/model/datasources/dbo_source.php on line 681

I tested and retested, and REtested the MySQL access, and actually the
web app is running correct using those same database configuration set
in the $default

Hope someone can help me ... aad

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to