Wednesday, June 5, 2013

Error 0: Unable to execute statement

I created a table & tried pasting a large table row from my phpMyAdmin.

INSERT INTO `table_name` (`code`, `tags`) VALUES
(1, ''),
(2, ''),
.
.
.
(199998, ''),
(199999, ''),
(200000, '');

I got 
Error 0: 
Unable to execute statement.

How come there is no specific MySQL error ?

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment