Re: off-line development tool?

2002-02-24 Thread Steve Rapaport
No need, Marco. Assuming you can run Mysql at the remote machine, you can simply take the export file and run it in mysql. Either, from the mysql prompt, type mysql use mynewdatabase; mysql source dumpfile; or you can do it from a command line like % mysql -e use mynewdatabase; source

off-line development tool?

2002-02-23 Thread Victoria Reznichenko
Marco, Saturday, February 23, 2002, 3:59:20 AM, you wrote: MB Hello, I am a beginning MySQL and PHP user. I will run a MySQL database on a MB remote hosting server, and I have only limited access to the database at MB that server. I want to populate my database off-line at my home machine, and

RE: off-line development tool?

2002-02-23 Thread Marco Bleeker
and that I could unleash a CREATE command on? Thanks, Marco From: Eric Mayers [EMAIL PROTECTED] To: Marco Bleeker [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: off-line development tool? Date: Fri, 22 Feb 2002 18:27:23 -0800 I suggest you install a MySQL Database on a local machine and do

off-line development tool?

2002-02-22 Thread Marco Bleeker
Hello, I am a beginning MySQL and PHP user. I will run a MySQL database on a remote hosting server, and I have only limited access to the database at that server. I want to populate my database off-line at my home machine, and then upload the whole thing (100s of lengthy entries) to the

RE: off-line development tool?

2002-02-22 Thread Eric Mayers
if you want it to be a more automatic process. Eric Mayers Software Engineer I Captus Networks -Original Message- From: Marco Bleeker [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 5:59 PM To: [EMAIL PROTECTED] Subject: off-line development tool? Hello, I am a beginning