jordanpope
Programmer
Does anyone know how to display temporary tables? I've noticed a fairly large .MYD file (and corresponding .frm and .MYI) files in the folder of one of my databases. The filename starts as #sql-, which I understand is the naming structure for temporary tables. I would like to delete the file, but obviously don't want to cause any damage to the database. Is this just some sort of cache from past temporary tables? How can I view any current temporary tables?
Thanks
Thanks