2 echo '---------------------------------------------------------------------------'
3 echo '- Dont forget to create the MySQL User and Database!:'
5 echo '- echo "create database etherpad;" | mysql -uroot -p'
6 echo '- echo "grant all privileges on etherpad.* to etherpad@localhost identified by \"password\";" | mysql -uroot -p'
7 echo "---------------------------------------------------------------------------"