Problem with phpmyadmin

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Zhyvotov Serg
Forum Newbie
Posts: 1
Joined: Fri Oct 17, 2008 4:35 pm

Problem with phpmyadmin

Post by Zhyvotov Serg »

Hi! Help me, please, to solve the problem with phpmyadmin!

When I launch a phpmyadmin in browser, I have the next response from the server: Forbidden: You don't have permission to access /pma on this server.
What I need to change in my configuration settings? Perhaps, I need to do some changes in .htaccess, what locates in phpmyadmin directory, don't I?

My current changes in httpd.conf are the next:

Code: Select all

 
<Directory "e:/bin/apache/localhost/www/phpMyAdmin">
      Options FollowSymlinks MultiViews
      AllowOverride all
      AllowOverride FileInfo
      Order deny,allow
      Allow from all
</Directory>
 
and for alias:

Code: Select all

 
<IfModule alias_module>
    Alias /pma "E:/bin/apache/localhost/www/phpmyadmin" 
</IfModule>
 
I have such soft:
1) Apache 2.2.9
2) Mysql 5.0.67 community nt
3) PHP 5.2.6
4)PhpMyAdmin 2.11.8

Thanks!
User avatar
phpserver
Forum Newbie
Posts: 22
Joined: Mon Oct 20, 2008 2:59 am
Location: Eastleigh,Nairobi

Re: Problem with phpmyadmin

Post by phpserver »

Zhyvotov Serg wrote:Hi! Help me, please, to solve the problem with phpmyadmin!

When I launch a phpmyadmin in browser, I have the next response from the server: Forbidden: You don't have permission to access /pma on this server.
What I need to change in my configuration settings? Perhaps, I need to do some changes in .htaccess, what locates in phpmyadmin directory, don't I?

My current changes in httpd.conf are the next:

Code: Select all

 
<Directory "e:/bin/apache/localhost/www/phpMyAdmin">
      Options FollowSymlinks MultiViews
      AllowOverride all
      AllowOverride FileInfo
      Order deny,allow
      Allow from all
</Directory>
 
and for alias:

Code: Select all

 
<IfModule alias_module>
    Alias /pma "E:/bin/apache/localhost/www/phpmyadmin" 
</IfModule>
 
I have such soft:
1) Apache 2.2.9
2) Mysql 5.0.67 community nt
3) PHP 5.2.6
4)PhpMyAdmin 2.11.8

Thanks!
You probably need to define what your mysql pass is and also chmod your files correctly.I dont think your prob goes deeper than that.
Post Reply