Next: /etc/sqlwhite/sqlwhite.conf
Up: Configuration
Previous: Configuration
Contents
Since MySQL is the recommended DB, here's the instuctions on how to create the database in MySQL:
CREATE DATABASE sqlwhite;
GRANT ALL ON sqlwhite.* TO sqlwhite@localhost IDENTIFIED BY "foobarbaz";
FLUSH PRIVILEGES;
Amin Astaneh
2007-09-18