[PHP-DB] Loading database information from a text file

2003-06-07 Thread JeRRy
Hi, I have a text file with all my database information from creating databases to setting up tables. I have looked throught the mysql docs on how to load these on from a text file via the mysql prompt. But all I can find is: load data infile filename.txt into table whatever But this is not

RE: [PHP-DB] Loading database information from a text file

2003-06-07 Thread John W. Holmes
I have a text file with all my database information from creating databases to setting up tables. I have looked throught the mysql docs on how to load these on from a text file via the mysql prompt. But all I can find is: load data infile filename.txt into table whatever But this is