How to convert value on tables with mysql into json file with trigger? – Phpmyadmin
I use phpmyadmin for handle the mysql database. I have got a table that call NodeJS and the column of this table calls id and number. I tried to create a JSON file with this trigger on mysql: SELECT id,…