Changes

Jump to navigation Jump to search
5 bytes added ,  09:23, 21 November 2014
m
no edit summary
Line 27: Line 27:     
* Create the MySQL database, replace credentials to your likings:
 
* Create the MySQL database, replace credentials to your likings:
mysql -e "create database booked;"mysql -e "grant all privileges on booked.* to 'booked_user'@'localhost' identified by 'verysecretpass';"mysql -e 'flush privileges;'
+
mysql -e "create database booked;"
 +
mysql -e "grant all privileges on booked.* to 'booked_user'@'localhost' identified by 'verysecretpass';"
 +
mysql -e 'flush privileges;'
       
[[Category:Webapps]]
 
[[Category:Webapps]]
 
[[Category:Howto]]
 
[[Category:Howto]]

Navigation menu