-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.9.0] the problem of cli #3342
Comments
Duplicate of #3112 which was closed. If you can reproduce this with 0.9.1 please show the direct CLI output. |
Fresh Ubuntu box with brand new InfluxDB install doesn't panic when selecting a non-existent measurement, whether or not a non-existent database is already selected, or even if the database does exist:
|
@beckettsean
|
@kcrosswind You are running an older version. Please upgrade to 0.9.1 or newer. This is a known bug that has been fixed. |
os: centos 5.5
use 9.0.1 rpm to install
/opt/influxdb.influx in cli
i can do
use mydb
andselect * from cpu
it is right.but use
select * from cpu
immediately, and not use database. returnERR: Get http://localhost:8086/query?db=&q=select+%2A+from+cpu: EOF
. and the server will shut down . i think it is too week.The text was updated successfully, but these errors were encountered: