![]() |
|||
PHP
IT Tags
indexing solr connection to MYSQL Overlapping Layers Remove Duplicate XHTML control panel photo gallery Simplexml Parser associative arrays UPDATE my_thread_global_end check domain Stop Script ajax mysql server Solr XML server shutdown sdf php mail objects Combo box Mobile site local server include PHP and FLash multiple file uplo SimpleXML local server Xampp magento ecommerce |
Enable remote access to MySQL database server on wampserver
By: rekha singh | 30 Mar 2010 4:06 pm
Hi,
I am using Windows XP with wampserver installed.
My local ip address is 192.168.5.62
How can other computers access to MySQL database in my computer?
Many thanks,
CommentsHai U need to give access to your database through an user id. Just navigate to the mysql database. Under this there will be user table. u can add one new user with a password and for the Host give the value of %. The password will be in the md5 encrypted format.so u better use the MYSQLCC for this purpose.
By: rekha singh | 30 Mar 2010
Just use mysql 'GRANT' command for the database user to connect from 'any host', not from 'localhost', like that,
By: rekha singh | 30 Mar 2010
Hi,
By: rekha singh | 30 Mar 2010
Hi.
By: rekha singh | 30 Mar 2010
you can allow others by adding '*' host and make sure port 3306 is not been blocked by any of your firewall.
By: rekha singh | 30 Mar 2010
Hi,
By: rekha singh | 30 Mar 2010
|
