-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Better explanation on errors #25
Comments
Hello Unknwon, Thanks! |
OK, thanks! But please add this to docs. |
Just tested again without dot in db name:
Exactly same error... is it really about database name? |
My bad.... |
@unknwon try |
@unknwon we only support letters, numbers and '_' in dbname and it must starts with a letter. Try gogs_tidb please. |
Thank you both @mathiasrw @shenli Please put that on docs... it is very confusing. |
I will improve the docs. Thanks! |
* add network check in backer
* tests: test dumping result sorted by primary key * tests: add primary_key integration test * tests: remove MySQL incompatible 'DEFAULT NULL' in naughty_strings * tests: fix bash scripts mistakes
This reverts commit 40cb9bf.
…cap#48506) (pingcap#48525) (pingcap#25) close pingcap#48505 Co-authored-by: Ti Chi Robot <[email protected]>
implement split start key on compacted ssts
Hi,
I'm using https://github.com/go-xorm/tidb as driver for xorm, and when xorm executes following command:
TiDB gives me error:
So, which exactly this
1:9
points to? Maybe error message can be more clear like how MySQL does:Or
can be very helpful, too!
Thanks!
The text was updated successfully, but these errors were encountered: