Enumeration
Mandatory
- Try to connect:
- Start the console:
/opt/mysql-shell-8.0.23-linux-glibc2.12-x86-64bit/bin# ./mysqlsh - Try to connect with default credentials or found ones:
MySQL JS > var test_conn = require('mysqlx');MySQL JS > var session = mysqlx.getSession({host: '192.168.156.58', user: 'root', password: 'root', port: 33060});
- Start the console:
Leave a Reply
You must be logged in to post a comment.