开发者

what if I delete information_schema database from mySQL?

开发者 https://www.devze.com 2023-01-21 01:41 出处:网络
I\'m curious to know, \"what if I delete information_schema da开发者_运维问答tabase from mySQL?\"Nothing. It is a bunch of views, not a real tables.

I'm curious to know, "what if I delete information_schema da开发者_运维问答tabase from mySQL?"


Nothing. It is a bunch of views, not a real tables.

http://dev.mysql.com/doc/refman/5.1/en/information-schema.html

So you cannot use data modification queries on it.

0

精彩评论

暂无评论...
验证码 换一张
取 消