Skip to content
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

mysql bin command for easily opening a mysql shell #32

Closed
wants to merge 1 commit into from

Conversation

rmarscher
Copy link
Contributor

No description provided.

@davenuman
Copy link
Contributor

I tested this and it works for me, but this seems redundant to just doing drush sqlc which works even if the db is empty.

@rmarscher
Copy link
Contributor Author

Ah ok. I'll close this then. I'm a bit new to Drupal dev. Thanks for the feedback.

@rmarscher rmarscher closed this Jun 17, 2015
@kostajh
Copy link
Contributor

kostajh commented Feb 28, 2016

@davenuman drush sqlc doesn't work for me; I get 'unknown': unknown terminal type..

$ echo $TERM
xterm-256color

Other Drush commands work though. Odd.

@davenuman
Copy link
Contributor

I'm seeing this same unknown terminal type error now too. It was working for me before so I'm looking into a fix.

This situation looks related: weaveworks/scope#969

@davenuman davenuman reopened this Feb 29, 2016
@kostajh
Copy link
Contributor

kostajh commented Feb 29, 2016

One thing to note: if you run entry, and then type, e.g. mysql -uroot you'll also get the error. If you type echo $TERM you'll see unknown. If you run export TERM=linux (again within the container), then you can successfully run mysql.

David H Numan writes:

I'm seeing this same unknown terminal type error now too. It was working for me before so I'm looking into a fix.

This situation looks related: weaveworks/scope#969


Reply to this email directly or view it on GitHub:
https://github.com/davenuman/bowline/pull/32#issuecomment-190013162

@kostajh | [email protected]

@davenuman
Copy link
Contributor

Setting the TERM variable in the drush command solved it for me: 42859c0

@davenuman davenuman closed this Jul 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants