Error reporting on phpmyadmin.conf
Posted by: fantoo (---.gnace304.ipd.brasiltelecom.net.br)
Date: February 10, 2009 01:59PM

I installed the last english package available and I found this error.
The phpmyadmin changed the version to 3.1.1 BUT the phpmyadmin.conf was not changed.

So, it's like this:

----------------------------
Alias /phpmyadmin "C:/Arquivos de programas/wamp/apps/phpmyadmin2.11.6/"

<Directory "C:/Arquivos de programas/wamp/apps/phpmyadmin2.11.6/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
----------------------------

but should be:

----------------------------
Alias /phpmyadmin "C:/Arquivos de programas/wamp/apps/phpmyadmin3.1.1/"

<Directory "C:/Arquivos de programas/wamp/apps/phpmyadmin3.1.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
----------------------------

This is the reason of the message:
"403 Forbidden - You don't have permission to access /phpmyadmin/ on this server."

I hope have helped.
WampServer is a great tool! Thanks for that!

Options: ReplyQuote
Re: Error reporting on phpmyadmin.conf
Posted by: jm1248 (---.cpe.net.cable.rogers.com)
Date: February 10, 2009 03:16PM

Thanks for the quick response fantoo.

This is what is in my phpmyadmin.conf file:
(It seems to be the same as your suggestion.)

<Directory "c:/wamp/apps/phpmyadmin3.1.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>


Also, the error message I got was:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

Thanks,
John

Options: ReplyQuote
Re: Error reporting on phpmyadmin.conf
Posted by: yawasare (---.cpe.net.cable.rogers.com)
Date: February 10, 2009 05:36PM

go to here
<Directory "c:/wamp/apps/phpmyadmin3.1.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

change the allow from 127.0.0.1 tp from all instead of the number
for the password issue, have you change the password of sql server database? if so go to
C:\wamp\apps\phpmyadmin3.1.1 open config.inc.php and go to
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'http';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'put user here';
$cfg['Servers'][$i]['password'] = 'put password here';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;

YAW ASARE

Options: ReplyQuote
Re: Error reporting on phpmyadmin.conf
Posted by: yfastud (Moderator)
Date: February 10, 2009 05:44PM

it's not recommended to hard code password in config file, so follow this
download resetmysql password here
[downloads.jlbn.net]

to setup password, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.