-
-
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
sql-cli access denied #2750
Comments
I am having a similar problem using drush 8.1.9 on a drupal 7.54 installation. It must be cleaning up that temp file when it exits. |
Right - the temp file gets cleaned. Add a Also, beware of a my.cnf file that may be overridding. |
Did anyone come up with a solution? My System: Debian GNU/Linux 8 |
I don't know why this was closed. I never solved it except by giving my personal account the required permissions. |
I am also experiencing this issue with Drush 8.1.13 and Drupal 7 |
I am running into issues with the same error using Drupal VM in a docker container.
When I run
Has anyone figured out a stable solution for this? |
Just remove your Every setting that is needed to connect should come from |
For anyone else that stumbles on this thread, I was able to get my setup working without modifying The full alias ended up looking like this:
With the updated alias, I was then able to run |
db-url is not supported anymore. just a warning. |
I'm using drush 8.1.11 and I'm unable to load a new database or drop the existing database:
I'm running these commands from the site directory that has settings.php in it (relevant names have been obfuscated):
does not drop the database.
doesn't send the username and password from the settings.php file to mysql
sends the username and password from the settings.php file but doesn't actually do anything.
What am I missing?
The text was updated successfully, but these errors were encountered: