-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
D7 installation fails with Drush 8.x: Incorrect table name 'mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead #6183
Comments
Same issue when I want to import db for the same reason. drush sql:cli < ../backup.sql :
|
In my case I didn't see the SSL error which was discussed in wodby/drupal-php#104 |
In both cases it was an TLS/SSL error, but the deprecated warning remains.
Or is the less intrusive way for, "if binary |
PRs welcome; however, we must be mindful to not break older installations that are still using mysql. |
Since 2018 (the licence change of Oracle) mysql-client is a wrapper/alias/... for mariadb-client If you add the Oracle repository, and install mysql-client of them, you will not get mairadb-client Can make a proof-of-concept PR |
"mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead"
"mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead"
Describe the bug
Drupal 7 installation fails when using latest stable mariadb-client (Alpine 3.21)
To Reproduce
drush si
Expected behavior
Installation completes without errors
Actual behavior
Error thrown
System Configuration
Additional information
The text was updated successfully, but these errors were encountered: