View Single Post
Old 06-18-2015, 05:02 PM   #2
ISPsystem team
 
Join Date: Jun 2013
Posts: 233
fly is on a distinguished road
Default

Hello,

Please check if mysql server is running. Also check if the password ISPmanager used is correct. To check the password connect to the database (on a server with mysql role)
/usr/local/mgr5/sbin/sqlite3 /usr/local/mgr5/etc/ispmgrnode.db
and do a select:
sqlite> select * from db_server;
id|name|type|host|username|password|savedver
1|MySQL|mysql|localhost|root|2wvALvEfha|5.1.73-cll-lve

You will see a password that ISPmanager uses.
fly is offline   Reply With Quote