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

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

java - IntelliJ - No such instance method -