Hello.


A TEMPORARY table is visible only to the current connection,

and is dropped automatically when the connection is closed. 

So, I think, they won't solve your task.





Ted Toporkov <[EMAIL PROTECTED]> wrote:

> List,

> 

> I'm trying to create tables that will store data temporarily, if a php 

> page generates data to fill the table, then any number of queries could 

> be run on the table, and then be automatically be deleted if it's not 

> queries for let's say an hour or something like that.

> 

> Can this be accomplished with temporary tables, or should i just create 

> static tables and then use a cron job to delete unused ones?

> 

> What is the best way to approach this?

> 

> Ted Toporkov

> [EMAIL PROTECTED]

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to