Can't connect to DB - good params for connection
Permalink
Hi
I have problem with Concrete 5 in version 5.6.1.2 . I have VPS and after upload files I can't install Concrete5 - error with connection to DB.
I can connect to this DB from phpMyAdmin and remote with the same parameters which I filled during instalation.
I set for this user ALL PRIVILEGES, but still not work. I tried set server as "localhost" , "127.0.0.1" and remote IP - all kinds of connection didn't work.
If I created site on local computer, send by FTP, change data in config/site.php still don't work. What wrong?
Another sites for example WordPress wokrs as localhost.
I have problem with Concrete 5 in version 5.6.1.2 . I have VPS and after upload files I can't install Concrete5 - error with connection to DB.
I can connect to this DB from phpMyAdmin and remote with the same parameters which I filled during instalation.
I set for this user ALL PRIVILEGES, but still not work. I tried set server as "localhost" , "127.0.0.1" and remote IP - all kinds of connection didn't work.
If I created site on local computer, send by FTP, change data in config/site.php still don't work. What wrong?
Another sites for example WordPress wokrs as localhost.
Whenever I get this message, it is almost invariably because I have forgotten or mistyped one of the database connection parameters, or when I am cloning a site and forget to import the database.
It's works. My mistake. After create DB in ISPConfig I forgot, that automatically concatenate DB name with client ID. So I fill dbname instead c0dbname :)