next up previous contents
Next: /etc/sqlwhite/sqlwhite.conf Up: Configuration Previous: Configuration   Contents

Creating the Database

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