I have a script, in a multi-user environment, that creates a temp table, named temptable, will this table be "stepped on" by other users?
Do/Should I have to have a unique name for it or does mySQL handle this?