Skip to content

liuwenchao/mysql2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

mysql2json

dump sql result from mysql as json. php version of mysql2xxxx

Installation

require: php

Usage

php mysql2json.php -hlocalhost -Dtest -uroot -proot --execute="select * from feeds"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

MIT

About

dump sql result from mysql as json.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages