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
calguy1000 (author)
Thu Apr 10 18:01:16 -0700 2008
commit  b9e58c898cdf7ec54df8b9a91b889343ee8797a2
tree    86db96be1071579447874c71251a0d95305bab91
parent  4889dbf51e0362e355f0346d573ae1452136eac5
cmsmadesimple-2-0 / cleardb.sh
100755 9 lines (7 sloc) 0.177 kb
1
2
3
4
5
6
7
8
9
#!/bin/sh
 
echo "drop database cms3; create database cms3;" | mysql -u root cms3
rm config.php
touch config.php
chmod 777 config.php
rm -fr tmp/templates_c/*
rm -fr tmp/cache/*