documentation - Is it possible to dump a mysql schema into latex tables? -


i documenting database, , great have functionality update tables automatically based on current state of database.

i know phpmyadmin this, buggy gui doesn't provide many options- end having write script sed find , replace things don't want , add things do.

you can accomplish via show tables , show create table command.

it may not easy task reconcile has , has not changed. but, basic approach here list of tables in database, , run show create table table_name command full spec on schema. also, use explain command; however, though it's similar, contains higher-level information. i'd argue show create best since that's need see replicate schema.

if had more specifics how wanted use information, i'd ammend more information. programming language you're using connect mysql. can use command line info, you'll want intelligent processing in order reconciliation against existing fields in replicated data containers.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -