Original post : http://anothermysqldba.blogspot.com/2014/06/mysql-table-error-1064.html
Así que me encontré con una situación extraña hoy.
Tengo un sistema que crea las tablas de memoria utilizando el PHP
$ _COOKIE ['PHPSESSID'] valor.
Una vez que un poco de trabajo se hace, a continuación, elimina
la tabla.
Dos tablas de ejemplo se encuentran por debajo de mi
ejemplo.
@@VERSION: 5.6.19-log
CREATE TABLE `f7a7a8d3a7ba75b5eb1712864c9b27eb` (
-> `id` int(11) NOT NULL AUTO_INCREMENT,
-> PRIMARY KEY (`id`)
-> ) ENGINE=MEMORY;
CREATE TABLE `8865e52c7e1bea515e7156f240729275` (
-> `id` int(11) NOT NULL AUTO_INCREMENT,
-> …
Community journal
Follow the feed
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Showing entries 1 to 1 of 1
« Previous |
Next »
Jun
25
2014