C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: miles.levi (---.asm.bellsouth.net)
Date: May 10, 2007 05:12AM

I dowloaded and installed 1.7.1 and everything works great except for one thing. At first I was able to connect to SQL through phpMyadmin and went to add a password to the "root" username as suggested. When I open the phpMyAdmin folder I found no config.ini.php file to add the new password to. I know that the file renamed at instillation when not using WAMP, but Ive searched the web and in everyone else's case the file was still called config.ini.php. I know it's probably somthing simple but help would be appreciated.



Post Edited (05-10-07 16:43)

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: fixitnow (206.152.188.---)
Date: May 10, 2007 11:16PM

Ok, I can understand your frustration as I just went through the same thing. I finally found it and made the changes and it works fine. So, here is what I did, and as a "newbie", if you don't wish to try I will understand. There are people on this forum who have all the answers.
I went to: C:\wamp\phpmyadmin\config.inc and opened the file in Jedit, you can use notepad. Search for: $cfg['Servers'][$i]['password']=' ' and between the single quotation marks type in your new password and save file.
russ


Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: CyberSpatium (71.237.217.---)
Date: May 11, 2007 12:32AM

read my manual



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: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: richardwo (---.in-addr.btopenworld.com)
Date: May 11, 2007 10:34AM

I had the same problem.

Just done a fresh install of the latest version, and neither C:\wamp\phpmyadmin\config.inc.php or config.inc exist.

I ended up copying config.inc.sample.php and adding the root password to that.

[localhost] - displays an error saying that access denied, but [localhost] lets me log in fine

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: dval (---.chrcitadelle.be)
Date: May 11, 2007 03:43PM

Hi, simply copy (= duplicate) the existing file config.inc.install to a new config.inc.php an then , at line 31, complete (modify) with :

$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

stop and restart all services in wamp and test.

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: dval (---.chrcitadelle.be)
Date: May 14, 2007 12:17PM

Romain published a new version to solve this problem :

1.7.1a - 05/12/2007
fixed : bug during creation of config.inc.php file
fixed : bug when replacing phpmyadmin

[www.wampserver.com]

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: richardwo (---.in-addr.btopenworld.com)
Date: May 14, 2007 01:07PM

Hi,
Tried installing 1.7.1a onto a clean system - config.inc.php exists - thanks.
Edited $cfg['Servers'][$i]['password']='' and added my password in there and it all runs fine.

One issue remains though. Browsing to [localhost] works fine, however if I use the shortcut to phpymadmin (left clicking the wamp icon) or just visit [localhost] I still get the access denied message.

Any ideas ?

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: dval (---.chrcitadelle.be)
Date: May 14, 2007 01:18PM

Hi,
perhaps try this : at line 31 (roughly) , complete (modify) with :

$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

stop and restart all services in wamp and test.

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: richardwo (---.in-addr.btopenworld.com)
Date: May 14, 2007 02:42PM

Hi,

I didn't need to do that in the end.
Just restarted my system and refreshed the browser and all is working OK from [localhost]

Thanks for the help.

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: dval (---.chrcitadelle.be)
Date: May 14, 2007 02:51PM

ok,
it is as possible as that does not function if you do not put the back slash at the end of the line.

Options: ReplyQuote
Re: C:\wamp\phpmyadmin\config.inc.php - DOES NOT EXIST!!
Posted by: Rad (---.dsl.irvnca.sbcglobal.net)
Date: May 14, 2007 11:43PM

on this topic, here's some screenshots, which some might find helpful:

[blogs.radified.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.