This topic is about general usage for MySQL Shell and
X-Plugin.
The most important thing, i think we should keep in mind that,
the X-Plugin will listen not MySQL’s port, but it’s own 33060
port as shown from log:
2016-07-15T07:21:09.454761Z 200 [Note] Plugin mysqlx
reported: 'X plugin tcp connection enable at port 33060.'
2016-07-15T07:21:09.454959Z 200 [Note] Plugin mysqlx reported:
'Scheduler "work" started.'
2016-07-15T07:21:09.454976Z 200 [Note] Plugin mysqlx reported: 'X
plugin initialization successes'
2016-07-15T07:21:09.484303Z 201 [Note] Plugin mysqlx reported:
'Using existing mysqlxsys@localhost account for authentication.
Incomplete grants will be fixed'
2016-07-15T07:21:09.501627Z 0 [Note] Plugin mysqlx reported:
'Using OpenSSL for TCP connections'
2016-07-15T07:21:09.501752Z 0 [Note] Plugin mysqlx reported:
'Server starts handling incoming connections'
That’s …
[Read more]