• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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