On 01 Aug 2011, at 2:15 PM, Efi wrote: > File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 170, in > __init__ super(Connection, self).__init__(*args, **kwargs2) > _mysql_exceptions.OperationalError: (1045, "Access denied for > user 'root'@'localhost' (using password: NO)") > > any ideas what to check before i reinstall the entire machine? > Thanks,
That error message indicates that you are trying to talk to mysql using the user root without a password, which means you have not set the USER and PASSWORD database options in your settings.py, it could also mean you have multiple installs of baruwa and the wrong settings are being read. How are you installing ? From source or from packages ? What is the output of find / -name settings.py -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa Keep Baruwa FREE - http://pledgie.com/campaigns/12056

