Re: RE: Backing up/Creating new database

2002-05-14 Thread Victoria Reznichenko
PR, Monday, May 13, 2002, 8:28:20 PM, you wrote: P> Thnaks . I tried several variation and they are giving me sql syntax P> error: :) mysqldump is not an SQL command, it's a program for database backup. So, you should run it from DOS prompt, f.e. if MySQL is located in C:\mysql, it would be:

RE: Backing up/Creating new database

2002-05-13 Thread PR
- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: Re: Backing up/Creating new database PR, Monday, May 13, 2002, 5:47:23 PM, you wrote: P> I have database developed on my laptop. What is the quickest way to P> backup the

RE: Backing up/Creating new database

2002-05-13 Thread Rob Emerick
over. Want to change the name of the database? Change the name of the subdirectory. -Rob -Original Message- From: PR [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 7:47 AM To: [EMAIL PROTECTED] Subject: Backing up/Creating new database Hi, I have database developed on my laptop

Re: Backing up/Creating new database

2002-05-13 Thread Victoria Reznichenko
PR, Monday, May 13, 2002, 5:47:23 PM, you wrote: P> I have database developed on my laptop. What is the quickest way to P> backup the database and restore it on the server? Can I restore the P> database as empty database? Howa bout creating SQL statements based on P> the database structure? mysq

Backing up/Creating new database

2002-05-13 Thread PR
Hi, I have database developed on my laptop. What is the quickest way to backup the database and restore it on the server? Can I restore the database as empty database? Howa bout creating SQL statements based on the database structure? Thanks --