Friday, July 31, 2015

Allow remote access to mysql

bind mysql to 0.0.0.0

grant permission: GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' WITH GRANT OPTION;
add user 'root'@'%' with password

Friday, July 10, 2015