It would be great if the configuration script would generate an entire database
script that takes care of:
1. creating the database in the MySQL server
2. creating all the tables (there is a script for this already)
3. setting the DB access permissions based on the username and password
provided in the configuration file
This would alleviate users of the need to get their hands dirty with MySQL.
Also, it would make it easier to switch to another DB (e.g., MariaDB or even a
NoSQL server like MongoDB) in the future.
Original issue reported on code.google.com by
hafe...@gmail.comon 26 Oct 2013 at 3:35