Skip to content

legacy_connect

Frédéric Descamps edited this page Oct 20, 2020 · 2 revisions

legacy_connect

NAME
      legacy_connect - Connect to MySQL

DESCRIPTION
      Plugin to connect using the old my.cnf file

methods

mycnf

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 
Clone this wiki locally