[phpMP-CVS] CVS: phpMP/docs phpmp_db_default_vals.sql,NONE,1.1 phpmp_db_structure.sql,NONE,1.1
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-02 00:44:38
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv3806 Added Files: phpmp_db_default_vals.sql phpmp_db_structure.sql Log Message: Added the db structure and default data files so that someone can actually set this up. --- NEW FILE: phpmp_db_default_vals.sql --- # phpMyAdmin MySQL-Dump # version 2.3.2 # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Generation Time: Dec 01, 2002 at 05:40 PM # Server version: 3.23.53 # PHP Version: 4.2.3 # Database : `phpmp` # # Dumping data for table `phpmp_config` # INSERT INTO phpmp_config (config_key, config_value) VALUES ('site_addr', 'http://192.168.0.2'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('rel_path', '/'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('default_tpl', 'TealMP'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('override_usr_tpl', '0'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('site_name', 'phpMP Development'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('default_lang', 'english'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('date_format', 'M j, Y h:iA'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('enable_account_activation', '0'); INSERT INTO phpmp_config (config_key, config_value) VALUES ('system_timezone', '-7'); --- NEW FILE: phpmp_db_structure.sql --- # phpMyAdmin MySQL-Dump # version 2.3.2 # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Generation Time: Dec 01, 2002 at 05:39 PM # Server version: 3.23.53 # PHP Version: 4.2.3 # Database : `phpmp` # -------------------------------------------------------- # # Table structure for table `phpmp_config` # CREATE TABLE phpmp_config ( config_key varchar(255) NOT NULL default '', config_value varchar(255) NOT NULL default '', PRIMARY KEY (config_key) ) TYPE=MyISAM; |