create database solbuild; create user 'solbuild'@'localhost' identified by 'solbuild'; grant all on solbuild.* to 'solbuild'@'localhost';