Why I can not run this script?

[expired user #6965]'s profile image [expired user #6965] posted 9 years ago in General Permalink
Why I can not run this script

1 attachment(s):
ansgar's profile image ansgar posted 9 years ago Permalink
Do you get an error?
[expired user #6965]'s profile image [expired user #6965] posted 9 years ago Permalink
Yes
kalvaro's profile image kalvaro posted 9 years ago Permalink

Yes



That's really good news, because error messages often give a clue about what's wrong (that's their purpose).
TTSneko's profile image TTSneko posted 9 years ago Permalink
I assume there is a problem between chair and keyboard which does not allow you to tell us WHICH specific error you get? Even if you are not a native speaker, the general form of correctly asking a question is international, so please provide the required info.
[expired user #6965]'s profile image [expired user #6965] posted 9 years ago Permalink
ansgar's profile image ansgar posted 9 years ago Permalink
What's the version of the server where you run that script?
kalvaro's profile image kalvaro posted 9 years ago Permalink
"You have an error in your SQL syntax" means that the script is not valid. I'm surprised it goes as far as that since you have this on line 4439:

-- Creando tabla temporal para superar errores de dependencia de VIEW

CREATE TABLE `servicios_view` 
) ENGINE=MyISAM;
[expired user #6965]'s profile image [expired user #6965] posted 9 years ago Permalink
ansgar
MySQL Server 5.5.28

kalvaro
The script was created in HeidiSQL 9.1
ansgar's profile image ansgar posted 9 years ago Permalink
Ok, the error dialog you posted above refers to one of the very last SQL queries in that script, and you can ignore that. I guess the connection was broken at some point when you ran that script?

And I assume you did not tell everything about the import process. As kalvaro said there is a totally broken CREATE query somewhere in the middle which must have thrown an error.
[expired user #6965]'s profile image [expired user #6965] posted 9 years ago Permalink
New errors
1 attachment(s):

Please login to leave a reply, or register at first.