1&1 Root Server Problem!

Cufcuf

New Member
Hallo.

Ich habe mir gestern einen Dedicated Server bei 1&1 gemietet. Habe mich dann eben zum ersten Mal per Remote (Windows) eingeloggt und wollte sofort Mysql installieren, weil es nicht vorinstalliert war. Nach der Installation von MySQL kam in meinem Plesk Login-Fenster folgende Fehlermeldung:

Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: YES)' in C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\externals\Zend\Db\Adapter\Pdo\Abstract.php:143 Stack trace: #0 C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\externals\Zend\Db\Adapter\Abstract.php(417): Zend_Db_Adapter_Pdo_Abstract->_connect() #1 C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\externals\Zend\Db\Adapter\Pdo\Abstract.php(230): Zend_Db_Adapter_Abstract->query('SELECT 1', Array) #2 C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\library\Smb\Application\Abstract.php(96): Zend_Db_Adapter_Pdo_Abstract->query('SELECT 1') #3 C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\library\Smb\Application\Web.php(47): Smb_Application_Abstract->_initDbAdapter() #4 C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\public\index.php(20): Smb_Application_Web->run() #5 {main} thrown in C:\Program Files (x86)\Parallels\Plesk\admin\smb\application\externals\Zend\Db\Adapter\Pdo\Abstract.php on line 143

auf der Abstract.php on line 143 steht folgendes:
PHP:
            require_once 'Zend/Db/Adapter/Exception.php';
            throw new Zend_Db_Adapter_Exception($e->getMessage());

Bevor ich MySQL installiert hatte hat alles einwandfrei funktioniert, erst nach der Installation von MySQL

Vielleicht könnte mir jemand helfen :)

Lg
 
Last edited by a moderator:
Guten Morgen,

bei einer Pleskinstallation ist MySQL schon integriert, dass heiß du musst es nicht noch einmal separat installieren. Durch die Installation hat es sicher Plesk zerschossen, sodass du am besten kommst, wenn du das ganze System neu aufsetzen lässt.

Wenn du dann wieder Windows mit Plesk hast kannst du Datenbanken direkt im Plesk anlegen und mit phpmyadmin verwalten.

Viele Grüße
 
Back
Top