Your mysql database or citrus config.inc.php file isn't setup correctly. You'll need to double check your username, password, and hostname, and database name for mysql. You can try connecting manually from the command line by issuing the command:
mysql -u citrus -h localhost -p Enter password: <enter the password you setup for the citrus database user> then load the database with the use citrus command mysql> use citrus Database changed If this manual connection fails then you'll need to take a look at how mysql is setup with that user, passwd, hostname, and database name. If this succeeds then you'll need to check your citrus config.inc.php file to use the correct settings. Paul On 6/1/07, RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> wrote: > > > Hello all i am having trouble logging into citrusdb i get the login screen > with this error at the top. I have created a mysql user called citrus and > have granted him access to everthing i could find i use webmin for the mysql > stuff used your script to create and populate the database but cannot login > please help > > Warning: mysql_connect() [function.mysql-connect]: Access denied for user > 'citrus'@'localhost' (using password: YES) in > /usr/local/www/citrusdb/include/adodb/drivers/adodb-mysql.inc.php > on line 358 > Access denied for user 'citrus'@'localhost' (using password: YES) > > -- > Computer King & CaN Mail - Sales Service Hosting Backup > > http://www.computerking.ca http://www.canmail.org > > NEW!!! Custom Service Packages > Secure IMAP Email - Automated Remote Backups - Photo Blogs > - Online Accounting Packages > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Citrusdb-users mailing list > Citrusdb-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/citrusdb-users > > -- The CitrusDB Project | http://www.citrusdb.org Open Source Customer Care & Billing System ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Citrusdb-users mailing list Citrusdb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/citrusdb-users