You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE `test` (
`col1` int(10) unsigned NOT NULL AUTO_INCREMENT,
`col2` text CHARACTER SET cp1251 COLLATE cp1251_bin NOT NULL,
PRIMARY KEY (`col1`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251
> telnet mysql 9998
Trying 192.168.0.0...
Connected to mysql (192.168.0.0).
Escape character is '^]'.
P 787896897787844780957809 db test PRIMARY col2
Connection closed by foreign host.
trying to find out test case.
The text was updated successfully, but these errors were encountered: