MySQLへユーザー追加の手順 grant, revoke - Qiita
ユーザー作成: CREATE USER CREATE USER '{username}'@"{from_domain(ipaddress)}" IDENTIFIED BY "{password}"; ex) CREATE USER 'watashi'@"192.168...