Importing Multiple SQL Files/Database Tables

2007-03-20 Thread David Blomstrom
I'm in the process of moving a MySQL database with about 170 tables from my PC to a new MacBook Pro. On my PC, I exported each database table as a SQL file, then copied a folder containing all these files to my Mac. I'd like to know if there's a way to import all these SQL files into a database

RE: Multiple SQL files

2003-01-05 Thread Adolfo Bello
> I have multiple SQL files that create different tables. > Is there a way for me to create a single SQL file that will > call these > other files? > > Since I am using phpMyAdmin, I am assuming that call this file from > phpMyAdmin?! Since phpMyAdmin is a HTTP interfase

Re: Multiple SQL files

2003-01-05 Thread wcb
roject! Cheers! -warren filter: queries, mysql, bigint - Original Message - From: "Frank Peavy" <[EMAIL PROTECTED]> To: "wcb" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 12:00 PM Subject: Re: M

Re: Multiple SQL files

2003-01-05 Thread Frank Peavy
> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 11:39 AM Subject: Multiple SQL files > I have multiple SQL files that create different tables. > Is there a way for me to create a single SQL file that will call these > other files? > > Sinc

Re: Multiple SQL files

2003-01-05 Thread wcb
- Original Message - From: "Frank Peavy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 11:39 AM Subject: Multiple SQL files > I have multiple SQL files that create different tables. > Is there a way for me

Multiple SQL files

2003-01-05 Thread Frank Peavy
I have multiple SQL files that create different tables. Is there a way for me to create a single SQL file that will call these other files? Since I am using phpMyAdmin, I am assuming that call this file from phpMyAdmin

Multiple SQL files

2003-01-05 Thread Frank Peavy
I have multiple SQL files that create different tables. Is there a way for me to create a single SQL file that will call these other files? Since I am using phpMyAdmin, I am assuming that call this file from phpMyAdmin