Permission To Phpmyadmin permission to phpmyadmin
#1
Posted 16 November 2012 - 06:27 PM
#2
Posted 16 November 2012 - 06:39 PM
Do you use localhost server like wamp/lamp?
Does php works in general way?
check the phpmyadmin.conf file for permissions
if use localhost also use 127.0.0.1 instead of localhost to check the problem
Is it post useful? please v++ ;)
#3
Posted 17 November 2012 - 12:51 PM
KonApaz, on 16 November 2012 - 06:39 PM, said:
Do you use localhost server like wamp/lamp?
Does php works in general way?
check the phpmyadmin.conf file for permissions
if use localhost also use 127.0.0.1 instead of localhost to check the problem
Hi KonApaz,
yes i'm using wamp
it works when i tap 127.0.0.1, but i can not go into phpmyadmin when i tap localhost
#4
Posted 17 November 2012 - 01:12 PM
haikel, on 17 November 2012 - 12:51 PM, said:
yes i'm using wamp
it works when i tap 127.0.0.1, but i can not go into phpmyadmin when i tap localhost
check the httpd.conf file you have to set "Allow from all"
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Allow from all
</Directory>
Also check any issues with your antivirus (temporarly disable it)
also check your hosts file (C:/Windows/system32/drivers/etc) contains the following line
127.0.0.1 localhost
Best regards
Is it post useful? please v++ ;)
#5
Posted 18 November 2012 - 09:36 AM
KonApaz, on 17 November 2012 - 01:12 PM, said:
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Allow from all
</Directory>
Also check any issues with your antivirus (temporarly disable it)
also check your hosts file (C:/Windows/system32/drivers/etc) contains the following line
127.0.0.1 localhost
Best regards
this my first time i work on this framework
the howts file contains 127.0.0.1 localhost and htppd.conf contain "Allow from all"
i'm afraid that i didn't do it the intall of yiiframework very well
#6
Posted 18 November 2012 - 06:07 PM
haikel, on 18 November 2012 - 09:36 AM, said:
the howts file contains 127.0.0.1 localhost and htppd.conf contain "Allow from all"
i'm afraid that i didn't do it the intall of yiiframework very well
in htppd.conf you will find
Allow from 127.0.0.1
change to
Allow from 127.0.0.1 ::1
restart wampserver
Also check
http://stackoverflow...myadmin-on-this
Les me know whether your problem fixed
Is it post useful? please v++ ;)
#7
Posted 19 November 2012 - 09:26 AM
#8
Posted 25 November 2012 - 08:59 AM
KonApaz, on 18 November 2012 - 06:07 PM, said:
Allow from 127.0.0.1
change to
Allow from 127.0.0.1 ::1
restart wampserver
Also check
http://stackoverflow...myadmin-on-this
Les me know whether your problem fixed
THANK YOU VERY MUCH KonApaz THE LINK THAT YOU SEND IT TO ME IS VERY HELPFUL, THANKS AGAIN

Help














