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)
Thu Jan 31 05:58:58 -0800 2008
commit  f7c9da6d71311ad8921d9969b42a18aa006cea90
tree    27cc18ac43895449d564fb07c82e8daff4c9f7f6
parent  6dba2407ce338e1e645983742f1ad7e14bbabd1d
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/*