phpmyadmin - password change
Posted by: fixitnow (206.152.188.---)
Date: May 08, 2007 12:37AM

Ok, I seem to be having a problem locating where I change the password in phpmyadmin.
I followed the manual and succesfully installed password for mySql, then per manual attempted to locate: c:\wamp\phpmyadmin\config.inc.php and search came back with no results. So I then went and did a search for $cfq['Servers'][#i}{'Password']=' '; and still no sucess. As you probably know, I cannot access phpmyadmin until I get that password installed.
Your help is certainly appreciated.
russ

Options: ReplyQuote
Re: phpmyadmin - password change
Posted by: CyberSpatium (71.237.217.---)
Date: May 08, 2007 12:51AM

double check again, because it is there. i copied and pasted that line from the config.inc.php file, so it is the correct line, and it is there.

note, when you do a search with notepad, wordpad, etc, make sure you move your cursor to the very top of the page to do a search, or else it will start the search from wherever your cursor is at. if your cursor is at the bottom of the page it will not find anything.


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Click here to check out the PHP MySQL Tutorial just posted at my blog.



Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Web Development Newbie Blog

Options: ReplyQuote
Re: phpmyadmin - password change
Posted by: fixitnow (206.152.188.---)
Date: May 08, 2007 01:11AM

This is the only thing that comes up, is this where I change the password?

$pma_conf_file = 'c:/wamp/phpmyadmin/'.'config.inc.php';
if (file_exists($pma_conf_file))
{
include ($pma_conf_file);
if (extension_loaded('mysql'))
{
if ($link = @mysql_connect('localhost',$cfg['Servers']['1']['user'] ,$cfg['Servers']['1']['password']))
$mysql_version = mysql_get_server_info();
else
$mysql_version = $langues[$langue]['mysqlerror1'];
}
if (extension_loaded('mysqli'))
{
if ($link = @mysqli_connect('localhost',$cfg['Servers']['1']['user'] ,$cfg['Servers']['1']['password']))
$mysql_version = mysqli_get_server_info($link);
else
$mysql_version = $langues[$langue]['mysqlerror1'];
}
}
else
$mysql_version = $langues[$langue]['mysqlerror2'];


And if so, what?
russ

Options: ReplyQuote
Re: phpmyadmin - password change
Posted by: scalabit (---.cabotva.net)
Date: May 08, 2007 02:19AM

if you use dreamweaver, go to line 73 (at least it´s in mine) on the code view.



Thanks,
Scalabit

Options: ReplyQuote
Re: phpmyadmin - password change
Posted by: CyberSpatium (71.237.217.---)
Date: May 08, 2007 05:11AM

fixitnow, you are editing wrong file, the correct file to edit is:
C:\wamp\phpmyadmin\config.inc.php


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP

User Manual/Guide
here!

Check out my new blog. It is for web developers, and especially tailored for the web development

newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if

you are a web development pro, this is a great resource to check out some of the latest web development

tips, news, tutorials, codes and more.

Web Development for Newbie's Blog

Options: ReplyQuote
Re: phpmyadmin - password change
Posted by: harisha (66.207.30.---)
Date: May 12, 2007 02:30AM

hi

i have the same problem as russ.
the config.inc.php file does not exist in the wamp package 1.7
any help as to what should be done would be greatly appreciated.


Harisha


Options: ReplyQuote


Sorry, only registered users may post in this forum.