[Zope-CVS] CVS: Products/Ape - SQL.txt:1.1

Shane Hathaway shane at zope.com
Sat Mar 20 01:40:58 EST 2004


Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv21760

Added Files:
	SQL.txt 
Log Message:
Added notes on setting up simple SQL databases for testing


=== Added File Products/Ape/SQL.txt ===

Notes on how to set up various databases


rm -rf ~/pgsql
initdb ~/pgsql
postmaster -D ~/pgsql
createdb


mysql_install_db
/etc/init.d/mysql start
mysql
create database ape;
grant all privileges on ape.* to 'shane'@'localhost';




More information about the Zope-CVS mailing list