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
This database "tester" not exists on the server. So i need a solution how i can login into psa database....
THX and regards
ACID25
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