You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In root:
drop user if exists 'bubbaserver'@'%';
create user 'bubbaserver'@'%' identified by 'password';
GRANT SELECT,INSERT,UPDATE,DELETE ON BUBBA.* TO 'bubbaserver'@'%';
GRANT EXECUTE ON BUBBA.* TO 'bubbaserver'@'%';