ok, so i have 2 users:
germana_germana
germana_root
and my DB: germana_indepabis
So, im using my symfony connection as follows:
all:
propel:
class: sfPropelDatabase
param:
classname: PropelPDO
phptype: mysql
hostspec: localhost
database: germana_indepabis
username: germana_germana
password: ****
encoding: utf8
persistent: true
pooling: true
datasource: propel
dsn: mysql:dbname=germana_indepabis;host=localhost
But no matter this, the error still is the same..
What am i doing wrong??
THANKS