• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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