Page 1 of 1

Problem with phpmyadmin

Posted: Fri Oct 17, 2008 5:01 pm
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!

Re: Problem with phpmyadmin

Posted: Wed Oct 22, 2008 3:25 am
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.