嗨,我是新的 mysql 和谷歌云 SQL。我创建了一个数据库,现在似乎无法使用它。请参阅下面导致错误的命令列表
Google SQL Client
Type "help" or "?" for help.
Connecting to Google SQL database "evident-castle-346:pocsql01" on host None.
Using readline for history management.
Loading history file "/Users/*********/.googlesql/evident-castle-346#pocsql01.hist"
sql> show database
Database: evident-castle-346:pocsql01
Vendor: MySQL AB
Product: MySQL
Version: 5.5.34
sql> use evident-castle-346:pocsql01;
ERROR:google_sql:(1064, u"You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '-castle 346:pocsql01' at line 1")
sql>
我似乎无法弄清楚我的语法中的错误是什么。
请帮忙