RE: How to Load a Database to other Server

2002-05-17 Thread problem
don't forget to check the grant's! -Original Message- From: Dave Watkinson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:32 PM To: Jack; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How to Load a Database to other Server not sure about the Linux guys, but

Re: How to Load a Database to other Server

2002-05-16 Thread Gerald R. Jensen
many times. Gerald Jensen - Original Message - From: "Jack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 4:05 AM Subject: How to Load a Database to other Server Dear all I had a mysql Database in one of my Server, now

Re: How to Load a Database to other Server

2002-05-16 Thread Dicky Wahyu Purnomo
On Thu, 16 May 2002 17:05:25 +0800 "Jack" <[EMAIL PROTECTED]> wrote: > Dear all > I had a mysql Database in one of my Server, now i want to transfer this > whole Database to another Server, what should i do? > > 1. How i can export this Database to a file If your DB server (source) is not runni

RE: How to Load a Database to other Server

2002-05-16 Thread Dave Watkinson
05 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: How to Load a Database to other Server Dear all I had a mysql Database in one of my Server, now i want to transfer this whole Database to another Server, what should i do? 1. How i can export this Database to a file 2. How i can Load this File in

How to Load a Database to other Server

2002-05-16 Thread Jack
Dear all I had a mysql Database in one of my Server, now i want to transfer this whole Database to another Server, what should i do? 1. How i can export this Database to a file 2. How i can Load this File into my another Server which create a database exactly same as the old Server? Thx a lot! J