Mark Fouet
|
| Posted: 02/16/2002, 9:00 AM |
|
Hi,
Please excuse the ignorance of a newbie !
Once I've setup a database on my server, I thought it might be easier to
load all the tables I need via a script, rather than using the front-end
provided by my ISP.
How do I do this ?
Is there a standard PHP script I can use ?
For example, with the CC example sites, there are .sql files containing the
MySQL commands to set everything up. But I don't have "command line" acccess
(Telnet ?) to my server, so I thought if I could integrate the .sql file
contents into a PHP file, I could just call the PHP file once via my browser
to create everything ...
Any help gratefully received !
Thanks,
Mark
|
|
|
 |
antman
|
| Posted: 02/16/2002, 11:43 AM |
|
Search the for phpmyadmin (PHP) or mysqlfront (windows)
|
|
|
 |
|