Hash MySQL database schema

[亡魂溺海] 提交于 2020-01-01 05:12:11

问题


I would like to make a hash / signature of MySQL database schema (without data), in order to have a checksum of it, to ensure it is not modified by others.

How can I achieve it ?


回答1:


You need table checksum as far as I understand your question:

checksum table `table`

so, just make a checksum of an empty table, I guess



来源:https://stackoverflow.com/questions/12831918/hash-mysql-database-schema

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!