-
Notifications
You must be signed in to change notification settings - Fork 61
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
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. |
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
First look for a symlink and use it if it exists, otherwise use a given command. With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
First look for a symlink and use it if it exists, otherwise use a given command. With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
First look for a symlink and use it if it exists, otherwise use a given command. With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]> Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
First look for a symlink and use it if it exists, otherwise use a given command. With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]> Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
First look for a symlink and use it if it exists, otherwise use a given command. With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]> Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to ton31337/db-command
that referenced
this issue
Nov 8, 2024
First look for a symlink and use it if it exists, otherwise use a given command. With this fix: ``` % ./vendor/bin/wp db check --path=/tmp/wordpress mariadb-check: ... ``` Issue: wp-cli#271 Signed-off-by: Donatas Abraitis <[email protected]> Signed-off-by: Donatas Abraitis <[email protected]>
mrsdizzie
added a commit
to mrsdizzie/db-command
that referenced
this issue
Nov 14, 2024
The compatibility links MariaDB provides for MySQL commands are depracated and will be removed in the future. We should use the MariaDB command name if that is the current MySQL provider. Fixes wp-cli#271
mrsdizzie
added a commit
to mrsdizzie/db-command
that referenced
this issue
Nov 14, 2024
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 wp-cli#271
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: