Unable to connect to database : saved admin password is...
You may display single questions and answers by clicking on the titles on below.
Q.374: I am trying to access my Plesk control panel but I get the following error : 0: /usr/local/psa/admin/auto_prepend/auth.php3:81 psaerror ( string "Unable to connect to database : saved admin password is incorrect ." ). Why and how can I fix this ?
This error typically means that the password for the admin username and the one for the database administrator are not the same so the system detects an incoherence and shows an error message.
In order to fix this you will have to follow these steps:
1. Log on to your dedicated server via SSH with your root username
2. Stop the MySQL process with the following command:
/etc/init.d/mysqld stop
3. Restart it without the user information:
/usr/bin/safe_mysqld --skip-grant-tables &
4. Now you should be able to log in without the root password:
mysql -u root
5. While you are at the mysql> prompt enter:
UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='admin'; (remember to include the ';' and that newpwd should be the admin password)
and then
FLUSH PRIVILEGES;
Packs :Server - linux, Private web server - virtuozzo linux
[url=http://faq.amenworld.com/index.php?op=search&page=&filter=&quid=374&/#q374]http://faq.amenworld.com/index.php?op=s ... 374&/#q374[/url]
Q.374: I am trying to access my Plesk control panel but I get the following error : 0: /usr/local/psa/admin/auto_prepend/auth.php3:81 psaerror ( string "Unable to connect to database : saved admin password is incorrect ." ). Why and how can I fix this ?
This error typically means that the password for the admin username and the one for the database administrator are not the same so the system detects an incoherence and shows an error message.
In order to fix this you will have to follow these steps:
1. Log on to your dedicated server via SSH with your root username
2. Stop the MySQL process with the following command:
/etc/init.d/mysqld stop
3. Restart it without the user information:
/usr/bin/safe_mysqld --skip-grant-tables &
4. Now you should be able to log in without the root password:
mysql -u root
5. While you are at the mysql> prompt enter:
UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='admin'; (remember to include the ';' and that newpwd should be the admin password)
and then
FLUSH PRIVILEGES;
Packs :Server - linux, Private web server - virtuozzo linux
[url=http://faq.amenworld.com/index.php?op=search&page=&filter=&quid=374&/#q374]http://faq.amenworld.com/index.php?op=s ... 374&/#q374[/url]
Konular
- Trojan ve Virüsler bölümü hakkinda
- Statik IP nedir ve statik IP adresi nerelerde kullanılır ?
- Sunucu SSH Portunu Değiştirmek
- Google aramalarında sitelerinizin alt bölümleri nasıl listel
- Mod_Rewrite Kılavuzu
- UML Nedir?
- Css İle Kaymayan Div
- VPS nedir ?
- PHP ile email dogrulama
- PHP Tarih Foksiyonlari: gecen süreyi yazdirmak
- PHP ile mysql yedekleme islemi
- PHP ile URL dogrulama
- PHP ile kradi karti dogrulatma
- Ip nolarindan ülkeleri cikartmak..
- Suse Linux mod_rewrite ayarları
- MYSQL 4.0 daki UTF8 tablolari hatasiz MYSQL 4.1+ transferi
- favicon iconu olusturmak icin kolay bir site
- Domain Parked Sitemi Nedir? Nasıl Çalışır?
- Uzmanı uyarıyor: Bilinçsizce alınan bir emlakta paraların ha
- AdSense kazancınızı 6/7 kat artırmanın yolları
- Die wichtigsten vi Befehle
- Kendi kodunu Kendin yap...
- NMAP nedir?
- Port Scanning
- cPanel Kurulumu
- Uzak Masaüstü Bağlantısı - Remote Desktop Connection
- AWBS Nedir?
- Awbs Hakkinda Detayli Bilgiler Dersler
- Confixx Admin sifresini unutursak?
- SSH ile Cron Yöntemi ile Otomatik Sql yedeklemek