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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -