• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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