blob: 68ef6324663e9b6c99d3a4df2554f9496d20dc4e [file] [log] [blame]
Connect to mysql as root user
mysql -u root -p
Then execute
grant all privileges on *.* TO 'g'@'localhost' identified by 'g' with grant option;
grant all privileges on *.* TO 'g'@'%' identified by 'g' with grant option;