ERROR 1064 (42000) at line 4: 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 '' at line 1
131
ERROR 1064 (42000) at line 4: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '' at line 1
132
132
ERROR: USE must be followed by a database name
133
133
create table t17583 (a int);
134
134
insert into t17583 (a) values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
145
145
drop table t17583;
146
146
Test connect without db- or host-name => reconnect
147
147
Test connect with dbname only => new dbname, old hostname
148
ERROR 1064 (42000) at line 2: 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 'connecttest' at line 1
148
ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'connecttest' at line 1
149
149
Test connect with _invalid_ dbname only => new invalid dbname, old hostname