mysql-to-json icon indicating copy to clipboard operation
mysql-to-json copied to clipboard

Connects to a MySQL database and exports selected data to JSON.

Results 3 mysql-to-json issues
Sort by recently updated
recently updated
newest added

Hello. I encountered following issue. ![screen shot 2018-12-12 at 11 58 14](https://user-images.githubusercontent.com/3969897/49846301-8f768180-fe05-11e8-8145-ac0e4f6fc2fd.png) My settings would be following: OS: Ubuntu 18.04.1 Python version: 3.6.7 Command failed to run: `pip3 install mysql-to-json`

zhangsan@zhangsan-virtual-machine:~/anaconda3/bin$ ./pip install mysql-to-json Requirement already satisfied: mysql-to-json in /home/zhangsan/anaconda3/lib/python3.6/site-packages (1.0.0) Requirement already satisfied: mysqlclient in /home/zhangsan/anaconda3/lib/python3.6/site-packages (from mysql-to-json) (1.3.13) zhangsan@zhangsan-virtual-machine:~/anaconda3/bin$ mysql-to-json mysql-to-json: command not found

If no username or password included check to see if there is a my.cnf that can be used.