SQL Script error

Tried running the sql script and I am having the following error. I am running mysql 5.1

Are you on microsoft SQL server? If so what version… do Select @@version to find out.

no this is mysql 5.1

Thank You
Dan Vega
danvega@gmail.com
http://www.danvega.org/

This script is only for mssql. Sorry

the sql script says its mysql 5.1?

# ************************************************************

Sequel Pro SQL dump

Version 3348

Correct, and if you look to the script, you’ll see it has uses multi-record INSERT statements, unsupported by MSSQL. Also, look to the original error message, which indicated MySQL.

Obviously this is a bit tangential to the topic, but I actually wrote an MSSQL script, posted to this group, about 2-3 weeks ago.

Billy Cravens

What I am saying though is I am using MYSQL and I am having issues… I am confused now ;( haha

Thank You
Dan Vega
danvega@gmail.com
http://www.danvega.org/