public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
tedkulp (author)
Sun Aug 26 17:41:26 -0700 2007
commit  a4d47daea46de4e337cd13b8d02d56c02fa9c001
tree    33a9a145188c3ba39ba03f418f61be6b9536e159
parent  09fdef96e22dbd784297428f29f7a63448baab19
cmsmadesimple-2-0 / cleardb.sh
100755 9 lines (7 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
#!/bin/sh
 
echo "drop database cms; create database cms;" | mysql -u cms_user -pcms_pass cms
rm config.php
touch config.php
chmod 777 config.php
rm -fr tmp/templates_c/*
rm -fr tmp/cache/*