• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

PSA can´t connect to database

A

ACID25

Guest
Hi

i have a problem with one of our servers. This server was managed by a costumer and he had less knowledge about server management and so on. Problem is he played with phpmyadmin and mysql and know it´s not possible to login into database on serial console

Code:
 mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa
ERROR 1049 (42000): Unknown database 'tester'

This database "tester" not exists on the server. So i need a solution how i can login into psa database....

THX and regards
ACID25
 
Try creating the database manually on the command line, or even by copying a file and renaming. Sometimes that works on windows mysql instances, Im not terribly sure if that works on linux or not.
 
Back
Top