allow remote connection to mysql
-
hi, Everybody im tearing my head how to enable remote connection on a machine with a wamp server installed.i have 2 machines A and B both are on local area network with windows environment.i want to access datbase on machine A using phpmyadmin of machine B.machine A and B both have a wamp server. the datbase is on machine A.Any help wud be greatly appreciated!!! Bot machine have win XP installed sameer
-
hi, Everybody im tearing my head how to enable remote connection on a machine with a wamp server installed.i have 2 machines A and B both are on local area network with windows environment.i want to access datbase on machine A using phpmyadmin of machine B.machine A and B both have a wamp server. the datbase is on machine A.Any help wud be greatly appreciated!!! Bot machine have win XP installed sameer
remote connection is enable by default only you need to turn off firewall on your database server machine
Human knowledge belongs to the world http://www.rad.pasfu.com/index.php
-
remote connection is enable by default only you need to turn off firewall on your database server machine
Human knowledge belongs to the world http://www.rad.pasfu.com/index.php
Dr, Reza i have disabled firewall inspite of that i cannot connect to my database server Regards Sameer
-
hi, Everybody im tearing my head how to enable remote connection on a machine with a wamp server installed.i have 2 machines A and B both are on local area network with windows environment.i want to access datbase on machine A using phpmyadmin of machine B.machine A and B both have a wamp server. the datbase is on machine A.Any help wud be greatly appreciated!!! Bot machine have win XP installed sameer
Perhaps you have phpMyAdmin not setup correctly. You need to rename the file config-inc.sample.pfp to config.inc.php open in editor: Edit these lines to look $cfg['blowfish_secret'] = 'Put something here you will remember'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ $cfg['Servers'][$i]['host'] = 'localhost'; <<leave as localhost here Save that file, then re-upload it to your phpMyAdmin directory of your webserver. Then type in your browser, http://IPADDRESS_OF_YOUR_SERVER/pathtophpMyAdmin e.g. http://192.168.0.222/phpMyAdmin You should then get a logon. The default logon will be username>root with no password for a fresh install of MySQL. Once logged in I recommend going direct to the Priviledges link and make a password for root, also, then add another MySQL default user and use it for your scripts to connect to MySQL.
-
Dr, Reza i have disabled firewall inspite of that i cannot connect to my database server Regards Sameer
1-put your connection string here. i think you have illegal user, 2-put your error here...
Human knowledge belongs to the world http://www.rad.pasfu.com/index.php
-
hi, Everybody im tearing my head how to enable remote connection on a machine with a wamp server installed.i have 2 machines A and B both are on local area network with windows environment.i want to access datbase on machine A using phpmyadmin of machine B.machine A and B both have a wamp server. the datbase is on machine A.Any help wud be greatly appreciated!!! Bot machine have win XP installed sameer