Do MySQL views ever expire? -


do mysql views ever expire or automatically deleted?

it looks temporary tables last long connection. views have similar expiration date?

if apache or mysql restarted, views dropped?

right now, looks views deleted if manually drop them (or overwrite them new data).

i looked on mysql documentation, google , not find discussion on this.

temporary tables automatically deleted because temporary.

views not temporary, aren't automatically deleted.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -