开发者

what if I delete information_schema database from mySQL?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜