Setting Up Php MyAdmin and MySql
Posted by: ernies (---.dllstx.fios.verizon.net)
Date: August 26, 2010 03:26AM

hey do I have to edit any of the WAMP files when setting up WAMP such as the mysql or phpadmin beside the password. I'm getting an error saying the php could not find mysql at my web url when I try to login so I'm wondering what the problem is.

Thanks

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: ernies (---.dllstx.fios.verizon.net)
Date: August 27, 2010 02:52AM

anyone?

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: yfastud (Moderator)
Date: August 27, 2010 03:38AM

by default, for your security, it's blocked from outside access

Have fun,

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

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: ernies (---.dllstx.fios.verizon.net)
Date: August 28, 2010 10:20PM

how can you unblock it

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: yfastud (Moderator)
Date: August 29, 2010 12:23AM


Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: ernies (---.dllstx.fios.verizon.net)
Date: August 29, 2010 01:18AM

Yeah I tried to setup the and changed the phpmyadmin.conf, is it supposed to have this in the middle.

#
# Order Allow,Deny
# Allow from all
#

?
Also in the virtual host setup are you supposed to put/replace your domain name/ip address into any of the text.

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: yfastud (Moderator)
Date: August 29, 2010 01:56AM

did you follow the guide?

#
# Order Allow,Deny
# Allow from all
#
This id NOT right

Order Allow,Deny
Allow from all
This is right and for VH
<VirtualHost *:80>
ServerName pma.your-domain.com
ServerAlias pma
DocumentRoot "C:/wamp/apps/phpmyadmin3.2.0.1" 
</VirtualHost>

Have fun,

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

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: ernies (---.dllstx.fios.verizon.net)
Date: August 29, 2010 05:12PM

Ok so in the 3rd step of [guides.jlbn.net].

ServerName pma.your-domain.com
ServerAlias pma
DocumentRoot "C:/wamp/apps/phpmyadmin3.1.3.1"

the script is supposed to go in the httpd-vhosts.conf and not in the phpmyadmin.conf file right?

Also in the step 5 of [guides.jlbn.net] for the

192.168.0.2 localhost
192.168.0.2 domain
192.168.0.2 sub1
192.168.0.2 sub2

do you edit in your own computer real lan ip and if so when you type in ipconfig on the command prompt, is it the deafult gateway ,or what.

Options: ReplyQuote
Re: Setting Up Php MyAdmin and MySql
Posted by: yfastud (Moderator)
Date: August 30, 2010 12:58AM

open you dos prompt on your wamp pc and type in command ipconfig to get 192.168.0.2 which is the lan ip of your wamp pc, not default gateway which is probably 192.168.0.1 if lan ip of your wamp pc is 192.168.0.2

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.