cmd - MySQL DESCRIBE INTO OUTFILE with windows command-prompt -


i want print structure of table fomr database.
use mysql command:

describe products; 

but how output txt file? like:

describe products; > products.txt 

mysql -u username -p -e 'describe databasename.tablename' > output.txt 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -