Originariamente inviato da aasmdaa
E se sì allora non capisco la tabella creata con CREATE TEMPORARY... che collocazione abbia.
ma tu pensa, basterebbe leggere il manuale

http://dev.mysql.com/doc/refman/5.1/...ate-table.html

You can use the TEMPORARY keyword when creating a table. A TEMPORARY table is visible only to the current connection, and is dropped automatically when the connection is closed. This means that two different connections can use the same temporary table name without conflicting with each other or with an existing non-TEMPORARY table of the same name. (The existing table is hidden until the temporary table is dropped.) To create temporary tables, you must have the CREATE TEMPORARY TABLES privilege.

Dato parli di "pagine" immagino che sia una applicazione web, che lavora in modalità disconnessa, dove quindi le connessioni si aprono e chiudono a go-go. Le conclusioni arrivano da sole