Skip to content

hiisi13/MySql.N.Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySql.N.Json

Super simple tool that allows to export MySql table content to json file

Usage

Export entire table

mysqlnjson -s #{mysql server} -d #{database} -u #{user id} -p #{password} -t #{table name} > #{output file name}

or

Run some specific query

mysqlnjson -s #{mysql server} -d #{database} -u #{user id} -p #{password} -e #{ select * from whatever table where ... } > #{output file name}

About

Super simple tool that allows to export MySql table content to json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages