File create-mysql-db.sh of Package inGraph

#!/bin/bash
mysql -u root <<EOF
create database ingraph;
grant usage on *.* to 'ingraph'@'localhost' identified by 'ingraph';
grant all on ingraph.* to 'ingraph'@'localhost';
quit
EOF
openSUSE Build Service is sponsored by