backdrop-contrib / bee

:bee: Bee is a command line utility for Backdrop CMS. It includes commands that allow developers to interact with Backdrop sites.
GNU General Public License v2.0
16 stars 22 forks source link

DB/SQL Commands - Compatibility with MySQL on alternate port #419

Closed totten closed 2 months ago

totten commented 2 months ago

Steps to reproduce

Expected Results

Actual Results

Comments

So this is not a general framework problem. (The DB URL already supports port numbers.) It's just a problem the sql command -- where it transmits the DSN to MySQL CLI. The process relies on a stub file (my.cnf format) which is missing connection details.