RE: [PHP-WIN] Transfering database

2004-05-27 Thread Svensson, B.A.T. (HKG)
Considering myself, I am not a mind reader... -Original Message- From: Gryffyn, Trevor To: php mailinglist Cc: Sudeep Zamudra Sent: 27-5-2004 15:41 Subject: RE: [PHP-WIN] Transfering database Firstly.. Isn't this a list where people can ask for help, even when they're ju

Re: [PHP-WIN] Transfering database

2004-05-27 Thread Alejandro César Garrammone
mailinglist" <[EMAIL PROTECTED]> Sent: Thursday, May 27, 2004 6:19 AM Subject: RE: [PHP-WIN] Transfering database > why dont you do some research before you just expect other people to your > work for you. YOu seem to make no attempt to find out anything about what > you've

RE: [PHP-WIN] Transfering database

2004-05-27 Thread Gryffyn, Trevor
Angelo Zanetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 5:19 AM > To: Sudeep Zamudra; Svensson, B.A.T. (HKG) > Cc: php mailinglist > Subject: RE: [PHP-WIN] Transfering database > > > why dont you do some research before you just expect other > people to you

RE: [PHP-WIN] Transfering database

2004-05-27 Thread Angelo Zanetti
al Message- From: Sudeep Zamudra [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 10:04 AM To: Svensson, B.A.T. (HKG) Cc: php mailinglist Subject: RE: [PHP-WIN] Transfering database hi, Please make it clear. My server is unix. I have no knowledge of shell commands. This is what i wan

RE: [PHP-WIN] Transfering database

2004-05-27 Thread Svensson, B.A.T. (HKG)
etc, etc, etc... -Original Message- From: Sudeep Zamudra To: Jeroen Serpieters Cc: [EMAIL PROTECTED] Sent: 27-5-2004 9:13 Subject: Re: [PHP-WIN] Transfering database Thanx for your suggestions. But i am looking for a php script by which i can do this not from the mysql shell command li

RE: [PHP-WIN] Transfering database

2004-05-27 Thread Sudeep Zamudra
--Original Message- From: Sudeep Zamudra To: Jeroen Serpieters Cc: [EMAIL PROTECTED] Sent: 27-5-2004 9:13 Subject: Re: [PHP-WIN] Transfering database Thanx for your suggestions. But i am looking for a php script by which i can do this not from the mysql shell command line. If any has it . Please sugges

RE: [PHP-WIN] Transfering database

2004-05-27 Thread Svensson, B.A.T. (HKG)
ginal Message- From: Sudeep Zamudra To: Jeroen Serpieters Cc: [EMAIL PROTECTED] Sent: 27-5-2004 9:13 Subject: Re: [PHP-WIN] Transfering database Thanx for your suggestions. But i am looking for a php script by which i can do this not from the mysql shell command line. If any has it . P

Re: [PHP-WIN] Transfering database

2004-05-27 Thread Sudeep Zamudra
Thanx for your suggestions. But i am looking for a php script by which i can do this not from the mysql shell command line. If any has it . Please suggest it to me. Thanx Jeroen Serpieters <[EMAIL PROTECTED]> wrote: On Wed, 26 May 2004, Sudeep Zamudra wrote: > > I have dumped my entire databas

RE: [PHP-WIN] Transfering database

2004-05-27 Thread Svensson, B.A.T. (HKG)
-Original Message- From: George Pitcher Sudeep, > This is a php list, you are asking a MySQL question with > no relevance to php. The guy never claimed it was an MySQL database, that's only what you are assuming. ;) :) But I do agree with your point. ;) -- PHP Windows Mailing List (

RE: [PHP-WIN] Transfering database

2004-05-26 Thread George Pitcher
Sudeep Zamudra [mailto:[EMAIL PROTECTED] > Sent: 27 May 2004 7:14 am > To: php mailinglist > Subject: [PHP-WIN] Transfering database > > > Hi everyone, > > I have dumped my entire database into files with extension '.sql' > (separate file for each table). Now please

RE: [PHP-WIN] Transfering database

2004-05-26 Thread Svensson, B.A.T. (HKG)
the answer on 2) tabdelimited, then my answer is, assuming the tables are already present in the target RDBMS, use bcp.exe. -Original Message- From: Sudeep Zamudra To: php mailinglist Sent: 27-5-2004 8:13 Subject: [PHP-WIN] Transfering database Hi everyone, I have dumped my entire

Re: [PHP-WIN] Transfering database

2004-05-26 Thread Jeroen Serpieters
On Wed, 26 May 2004, Sudeep Zamudra wrote: > > I have dumped my entire database into files with extension '.sql' (separate file for > each table). Now please tell me any function or statements if any to tranfer the > contents of the file(i.e table structure and table contents) into a new databas

[PHP-WIN] Transfering database

2004-05-26 Thread Sudeep Zamudra
Hi everyone, I have dumped my entire database into files with extension '.sql' (separate file for each table). Now please tell me any function or statements if any to tranfer the contents of the file(i.e table structure and table contents) into a new database which is on another database serve