wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 59 forks source link

Don't hardcode MySQL command names #275

Open mrsdizzie opened 2 weeks ago

mrsdizzie commented 2 weeks ago

The compatibility links MariaDB provides for MySQL commands are deprecated and will be removed in the future. We should use the MariaDB command name if that is the current MySQL provider.

Fixes #271

(We still use mysql all over the place in wp-cli, but that isn't going away from MariaDB.)