-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wp-cli returns FAIL notice when using mariadb symlinked mysql* commands; request for native mdb support #271
Comments
pgnd
changed the title
wp-cli returns deprecation notice when using mariadb symlinked mysql* commands; request for native mdb support
wp-cli returns ~~deprecation~~ FAIL notice when using mariadb symlinked mysql* commands; request for native mdb support
Aug 31, 2024
pgnd
changed the title
wp-cli returns ~~deprecation~~ FAIL notice when using mariadb symlinked mysql* commands; request for native mdb support
wp-cli returns FAIL notice when using mariadb symlinked mysql* commands; request for native mdb support
Aug 31, 2024
not just warnings, but failures where
and
this works
as does
but,
|
Isn't this a duplicate of #270, which you opened 2 weeks ago? |
ugh. 🤦 completely forgot that! sorry for the noise ... i'll close THAT and leave THIS, since I'm dealing with the FAILs now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i've installed
i use mariadb
where
and the
mysql
-equivalent commands are provided as symlinkson exec,
wp-cli
returns deprecation warningscurrently, the
wp-cli
return with the deprecation notice causes some grief mainly with scripts.but it will likely, eventually break.
as mysql/mariadb continue to diverge, MDB's deprecating the mysql* cmds.
not entirely sure where the end of the thread is, but these are a start
"Remove MySQL names"
https://jira.mariadb.org/browse/MDEV-30201
"deprecate mysql* names"
https://jira.mariadb.org/browse/MDEV-29582
it'll be useful to get native
mariadb
command support in wp-cli.The text was updated successfully, but these errors were encountered: