cd\ c: cd mysql\bin mysql <"c:\program files\S.A.U.S.A.G.E.\sql_databases.sql" mysql --user=root mysql --execute="GRANT ALL ON volleyball.* to scorekeeper@localhost identified by 'scoreboard'" mysql --user=root mysql --execute="GRANT ALL ON basketball.* to scorekeeper@localhost identified by 'scoreboard'" mysql --user=root mysql --execute="GRANT ALL ON wrestling.* to scorekeeper@localhost identified by 'scoreboard'" exit