Jimmy Guerrero wrote:
Hello,
REPEAT is indeed a reserved word in MySQL in 5.0
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
Jimmy Guerrero
Sr Product Manager
MySQL, Inc
Thanks for the quick response. As it turns out, this may be a moot
point, as the database in question hasn't
t; To: mysql@lists.mysql.com
> Subject: Moving Databases from v4.0.23 to v5.0.24
>
> I'm in the process of setting up mysql v5.0.24 on a new
> server. The server it's replacing is running mysql v4.0.23.
>
> I've run mysqldump to get a text file of SQL statements
I'm in the process of setting up mysql v5.0.24 on a new server. The
server it's replacing is running mysql v4.0.23.
I've run mysqldump to get a text file of SQL statements to read into
mysql on the new server, and everything seems to work fine until it gets
to a particular section of the mysq