slitaz-forge view forum/mysql/init-db.sql @ rev 0

Adding system and vanilla config files for the forum
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 10:25:56 2010 +0100 (2010-12-22)
parents
children
line source
1 --- Create DB and DB User for slitaz forum
2 ---
4 USE Mysql;
5 CREATE DATABASE slitaz_forum;
7 GRANT ALL PRIVILEGES ON slitaz_forum.* TO slitaz IDENTIFIED BY 'slitaz';