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)
Sat Sep 29 12:08:27 -0700 2007
commit  d085c851356920b9d1b40a0948a771170a8ee9cb
tree    d1088338b63c52207d6ca479c6f764d951dd1475
parent  2ac84f829ec8db7308df01104d5aec0b3fc7bc89
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/*