MySQL Forums
Forum List  »  Newbie

Re: too long to 'source;
Posted by: john kay
Date: January 29, 2015 01:35PM

it gives me an error when I try that. Here is my result.

DROP TABLE IF EXISTS db2.location &&&SHOWS 0 ROWS EFFECETD, 1 WARNING 'UNKNOW TABLE LOCATION'
CREATE TABLE db2.location LIKE enswitch.location;&& SHOWS ERROR 'DB.LOCATION; DOES NOT EXIST
INSERT INTO db2.location SELECT * FROM endwitch.location;

(same error for all others as well).

The ACTUAL part of my script that is slow is this line:

Source C:/sql/bin/enswitch.sql;

that's the only line that is slow. So, what I'm trying to achieve is to 'source' only those specific 4 tables.

any help?


thanks,J

Options: ReplyQuote


Subject
Written By
Posted
January 28, 2015 01:01PM
January 28, 2015 02:00PM
January 28, 2015 02:09PM
January 28, 2015 02:40PM
January 28, 2015 02:40PM
January 28, 2015 02:47PM
January 28, 2015 04:56PM
January 28, 2015 07:42PM
January 28, 2015 11:08PM
January 29, 2015 08:30AM
January 29, 2015 10:54AM
Re: too long to 'source;
January 29, 2015 01:35PM
February 06, 2015 04:00PM
January 29, 2015 02:45PM
January 30, 2015 11:07AM
January 30, 2015 12:28PM
January 30, 2015 12:32PM
February 06, 2015 02:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.