Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Just download the latest version of phpmyadmin from http://www.phpmyadmin.net/home_page/ and extract the file into the httpdoc folder of the subdomain phpmyadmin.
I´ve downloaded the PHP MyAdmin and extracted the files into a folder inside httpdocs (I haven´t created the subdomain).
However, when I access this folder, I´ve got an error message :
#1045 - Access denied for user: 'root@localhost' (Using password: NO)
I supposed there´s no problem using a folder instead of a sub-domain, but from what I understand, the problem is how to give the login and password to access PHP MyAdmin. How do you d that ? I mean, the login and pasword ?
Please try this:
Open phpmyadmin directory> search for the file called "config.inc.php" open the file with notepad, scroll down till you will see a line saying this: $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method"
Please change the 'config' line to 'cookie'
Save the changes clear your webbrowsers cookies and try again to access your phpmyadmin via your web browser.
It should work, please let me know if you should get another errors.
I´ve done what you said, but It doesn´t work. The problem I think is that I have to configure a login and password and when I open PHP MyAdmin, it must ask for it.
See ther what I get when I access it :
Welcome to phpMyAdmin 2.5.7-pl1 - Login
The configuration file now needs a secret passphrase (blowfish_secret).
Hi,
Yes you are correct, you need to create a database (mysql) and a username for the particular DB in your Plesk control panel.
Then login in to your phpmyadmin over your web browser and then type in as username the username of the DB that you just created and the password. That will work.
Or if you want to access ALL your DB's then please use your admin access, probably : user: admin password: is your PLESK password.
Sorry, I did not see exactly your post , so here is the info that you have to change in the config.inc.php file:
Open phpmyadmin directory> search for the file config.inc.php> scroll down until you will see the following line:
$cfg['blowfish_secret'] = ' '; (please place there an password of your choice. and it should look like this: