Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 248 Bytes

README Run schema.sql as root

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'@'%';