Setup for Remote Access

  1. Grant Privileges

    1. GRANT ALL ON <database>.* TO <user>@'%' IDENTIFIED BY '<password>';
  2. Testing Remote Access

    1. mysql -uroot -p -h <host/ip> <database>

Revision #1
Created 5 April 2017 20:04:51 by Tingwai
Updated 5 April 2017 20:05:30 by Tingwai