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
echo "Creating a database user bit and grant all on the database bit";
echo "CREATE USER 'bit'@'localhost' IDENTIFIED BY 'T5e3sw2t5';" >> mysql
echo "GRANT ALL ON bit.* to 'bit'@'localhost'" >> mysql
echo "You should now be able to dump the database directly from the sample database dump and have a running wordpress instance off the same set of data."