5. No obvious way to get data in. I want to see if it’s not a toy so I want a reasonably large dataset in.
a. Starting `dolt sql-server` it prints nothing but I tried 3306 nevertheless (have to google it up, am a Postgres guy)
b. Look for a GUI to make life easier, find Sequel Pro, try to use, got “An error occurred while retrieving information. MySQL said: unknown error: expecting “EOF” but got ‘`’ instead” when trying to view the contents of the (empty) countries table.
“` ERRO[0079] Error reading packet from client 3 (127.0.0.1:49673): read tcp 127.0.0.1:3306->127.0.0.1:49673: i/o timeout io.ReadFull(header size) failed INFO[0079] ConnectionClosed: client 3 ERRO[0080] Error reading packet from client 2 (127.0.0.1:49672): read tcp 127.0.0.1:3306->127.0.0.1:49672: i/o timeout io.ReadFull(header size) failed INFO[0080] ConnectionClosed: client 2 INFO[0160] NewConnection: client 4 INFO[0160] audit trail action=authentication address=”127.0.0.1:49700” success=true system=audit user=root WARN[0165] ignoring error parsing DDL ‘CREATE TABLE `broadcasts` (id INT(11) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT)’: syntax error at position 83 near ‘auto_increment’ INFO[0165] ConnectionClosed: client 4 ERRO[0165] mysql_server caught panic: runtime error: invalid memory address or nil pointer dereference /usr/local/go/src/runtime/panic.go:82 (0x1044800) /usr/local/go/src/runtime/signal_unix.go:390 (0x104462f) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:356 (0x1bc101c) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:349 (0x1bc0fa5) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:144 (0x1bbf4ec) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:106 (0x1bbe8ed) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/engine.go:112 (0x1bd21d5) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/server/handler.go:93 (0x1c187e5) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/go/mysql/conn.go:821 (0x1a631a7) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/go/mysql/conn.go:751 (0x1a62bbd) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/go/mysql/server.go:441 (0x1a73a43) /usr/local/go/src/runtime/asm_amd64.s:1337 (0x105e600) INFO[0165] NewConnection: client 5 INFO[0165] audit trail action=authentication address=”127.0.0.1:49701” success=true system=audit user=root WARN[0165] ignoring error parsing DDL ‘CREATE TABLE `broadcasts` (id INT(11) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT)’: syntax error at position 83 near ‘auto_increment’ INFO[0165] ConnectionClosed: client 5 ERRO[0165] mysql_server caught panic: runtime error: invalid memory address or nil pointer dereference /usr/local/go/src/runtime/panic.go:82 (0x1044800) /usr/local/go/src/runtime/signal_unix.go:390 (0x104462f) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:356 (0x1bc101c) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:349 (0x1bc0fa5) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:144 (0x1bbf4ec) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/sql/parse/parse.go:106 (0x1bbe8ed) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/engine.go:112 (0x1bd21d5) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/server/handler.go:93 (0x1c187e5) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/go/mysql/conn.go:821 (0x1a631a7) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/go/mysql/conn.go:751 (0x1a62bbd) /Users/aaronson/go/pkg/mod/github.com/liquidata-inc/[email protected]/go/mysql/server.go:441 (0x1a73a43) /usr/local/go/src/runtime/asm_amd64.s:1337 (0x105e600) INFO[0165] NewConnection: client 6 INFO[0165] audit trail action=authentication address=”127.0.0.1:49702” success=true system=audit user=root “`