ispCP - Board - Support
centos install problem with sql - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: centos install problem with sql (/thread-3124.html)



centos install problem with sql - bobbio - 04-24-2008 10:09 AM

Hello,
i`m trying to install ispcp on CentOS 5.1 and everything is going normal before the step:
perl ispcp-setup, when I get this error:
Code:
ERROR: Incorrect SQL Query -> Access denied for user 'root'@'localhost' to database 'db'
or
Code:
ERROR: Unable to connect SQL server
Mysql user, pass, db are correct and mysql user has full privileges to this database, I tried even root user, tried to add full privileges to hole mysql to this user without success. I created simple perl script to to test perl-mysql connection and everything is working fine. How to resolve this, I tried to edit ispcp-setup file, but it didnt went fine Smile
Where could be the problem with this?
Thanks alot.


RE: centos install problem with sql - joximu - 04-24-2008 10:31 AM

already tried to search for the problem?

maybe http://www.isp-control.net/forum/installation-sql-error-t-3045.html


RE: centos install problem with sql - bobbio - 04-25-2008 02:41 AM

Yes I did.
As I said I tried with root user and the problem still exists.
I tried once again, after adding new mysql user I did flush privileges; but the problem still exists.

What to do?