RegisterHosting
Dec 14 2004, 09:14 PM
Hi All,
How can i install phpmyadmin for my windows 2003.
I was download phpmyadmin files. what can i do now ?
And i dont know my mysql root pass. how learn.?
Server control panel: Plesk7.2
jpboyce
Dec 16 2004, 08:01 AM
I just unzipped the files into a folder and then made the necessary changes to config.inc.php The only things I had to change were:
$cfg['PmaAbsoluteUri']
$cfg['blowfish_secret']
If you don't know your mysql root pass, you might have problems. I can't remember if there's a default pass or not.
Lunch[box]
Dec 16 2004, 05:00 PM
I would strongly recommend password protecting the directory for phpMyAdmin. If someone gains access to phpMyAdmin then they can very easily gain access to your entire server.
voth
Dec 16 2004, 06:03 PM
This may help:
CODE
shell> mysqladmin -u user_name -h host_name password "newpwd"
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.