hi there , i am new to propel , already set it up well but still got
this problem that i am stuck in for the last 3 days , please HELP!
ERROR :
Fatal error: Uncaught exception 'PropelException' with message 'Unable
to open PDO connection [wrapped: SQLSTATE[28000] [1045] Access denied
for user 'www-data'@'localhost' (using password: NO)]' in /usr/share/
php/propel/Propel.php:610 Stack trace: #0
--------------------------------------
RUNTIME-CONF.XML :
<?xml version="1.0" encoding="ISO-8859-1"?>
<config>
<propel>
<datasources default="pool">
<datasource id="pool"> <!-- this ID must match <database name="">
in schema.xml -->
<adapter>mysql</adapter> <!-- sqlite, mysql, myssql, oracle, or
pgsql -->
<connection>2
<dsn>mysql://rob:[EMAIL PROTECTED]/pool</dsn> <!-- the PDO
connection DSN for database -->
</connection>
</datasource>
</datasources>
</propel>
</config>
--------------------------------------
BUILD.PROPERTIES :
propel.project = pool
propel.database = mysql
propel.database.url = mysql://rob:[EMAIL PROTECTED]/pool
#propel.database.user = rob
#propel.database.password = dashizza
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---