Changeset 6661 for trunk/tools/database
- Timestamp:
- Sep 6, 2001, 5:01:42 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/www/Odin32DBUpdate.phtml
r6656 r6661 1 1 <?php 2 /* $Id: Odin32DBUpdate.phtml,v 1. 2 2001-09-05 21:25:40bird Exp $2 /* $Id: Odin32DBUpdate.phtml,v 1.3 2001-09-06 03:01:42 bird Exp $ 3 3 * 4 4 * Update script for the Odin32 API Database. … … 36 36 */ 37 37 /* 38 unzip -p e:\netlabs.org\ftp\anonymous\pub\odin\Daily\ odin32db.zip | d:\mysql\bin\mysql.exe --host=127.0.0.1 --user=odin32api --password=<> Odin32API38 unzip -p e:\netlabs.org\ftp\anonymous\pub\odin\Daily\db\odin32db.zip | d:\mysql\bin\mysql.exe --host=127.0.0.1 --user=odin32api --password=<> Odin32API 39 39 */ 40 /*$rc = system('unzip -p e:\\netlabs.org\\ftp\\anonymous\\pub\\odin\\Daily\\ odin32db.zip | d:\\mysql\\bin\\mysql.exe --host=127.0.0.1 --user=odin32api --password=<> Odin32API >> e:\\temp\\db.log 2>&1');40 /*$rc = system('unzip -p e:\\netlabs.org\\ftp\\anonymous\\pub\\odin\\Daily\\db\\odin32db.zip | d:\\mysql\\bin\\mysql.exe --host=127.0.0.1 --user=odin32api --password=<> Odin32API >> e:\\temp\\db.log 2>&1'); 41 41 42 42 printf("load rc=%d\n", $rc);*/
Note:
See TracChangeset
for help on using the changeset viewer.