Saturday, November 16, 2013

Access PHPMyAdmin over local network

Steps - [For Windows only]
1. Go to system tray and click on wamp server icon
2. Go To - Apache -> Alias Directories ->http://localhost/phpmyadmin -> Edit alis
3. Change contents of allias file as below -

    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    Allow from all

Grant network user to access Mysql


GRANT ALL ON *.* to root@'user's ip address here'