Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13566
Modified Files:
admin.html
Log Message:
INfile data for mysql must be tab delimited.
Index: admin.html
===================================================================
RCS file: /cvsroot/firebug/firebug/web/admin.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** admin.html 16 Feb 2004 02:03:06 -0000 1.13
--- admin.html 14 Jul 2004 21:42:25 -0000 1.14
***************
*** 127,131 ****
Load the example.txt file using:
<pre> LOAD DATA INFILE 'example.txt' INTO TABLE example;<br> </pre>
! The example.txt file must be located in the <code>$mysqlroot/data/firebug</code>
directory for <code>LOAD DATA</code> command. The example data should
now be displayed on its own <a href="./example.php">web page</a>.
--- 127,132 ----
Load the example.txt file using:
<pre> LOAD DATA INFILE 'example.txt' INTO TABLE example;<br> </pre>
! The example.txt file consists of tab-delimited data and
! must be located in the <code>$mysqlroot/data/firebug</code>
directory for <code>LOAD DATA</code> command. The example data should
now be displayed on its own <a href="./example.php">web page</a>.
|