-
Notifications
You must be signed in to change notification settings - Fork 48
legacy_connect
Frédéric Descamps edited this page Oct 20, 2020
·
2 revisions
NAME
legacy_connect - Connect to MySQL
DESCRIPTION
Plugin to connect using the old my.cnf file
Connect to MySQL using old .my.cnf file
legacy_connect.mycnf([mysqlx][, file])
- mysqlx: Bool. is the connection expected to use MySQL X Protocol ?
- file: String. specific my.cnf file locatation, default is ~/.my.cnf
MySQL 2020-07-31 13:59:13
JS legacy_connect.mycnf()
let's use info from /home/fred/.my.cnf to connect
MySQL localhost:3306 2020-07-31 13:59:16
JS