> Dear All, > > > I am on shared hosting and have access to a MySQL > database through PHPMyAdmin. I created all tables required for the address > book and set the DNS for accessing the database. > > However, when I log on to the system I get the > following error message: > > ERROR: > Error initializing addressbook database. [Personal > address book] Database error: insufficient permissions > > > > ERROR: > No personal address book is defined. Contact > administrator > > > The user specified on the DNS has all privileges on > the database.
Have you reloaded privilege information after creating user and granting access to database? flush privileges; -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
