Prod setup [Jan 22]

:man_raising_hand: walls00000 replied

I’m testing other REST APIs using Postman, and during my test I’d like to access a database. Xmysql gives me that access with a quick setup command: xmysql -h ${hostname} -u ${user} -p ${pass} -d ${db}