Page MenuHomeDevCentral

Allow to read MySQL credentials from my.cnf
ClosedPublic

Authored by dereckson on Nov 19 2017, 05:18.
Tags
None
Referenced Files
F8383974: D1237.diff
Mon, May 12, 20:37
F8359363: D1237.diff
Mon, May 12, 10:05
Unknown Object (File)
Sat, May 10, 02:55
Unknown Object (File)
Thu, May 8, 06:10
Unknown Object (File)
Thu, May 1, 14:16
Unknown Object (File)
Mon, Apr 28, 21:07
Unknown Object (File)
Mon, Apr 28, 08:09
Unknown Object (File)
Mon, Apr 28, 05:46
Subscribers
None

Details

Summary

Use standard .my.cnf MySQL defaults file to read the
MySQL connection parameters.

Ref T1309

Test Plan

Tested on TC2 with .tcl sqlconnect sql7 /tmp/my.cnf

Diff Detail

Repository
rVIPER ViperServ scripts
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
sqlconnect (branched from master)
Build Status
Buildable 1966
Build 2214: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Nov 21 2017, 00:23
This revision was automatically updated to reflect the committed changes.
Test in TC2
00:18 <dereckson> .s Core
00:20 <dereckson> .tcl sql7 disconnect
00:21 <dereckson> .tcl dict keys [readmycnf /var/run/tc2/.my.cnf]
00:21 <TC2> Tcl: host user password
00:21 <dereckson> .tcl sqlconnect sql7 /var/run/tc2/.my.cnf
00:21 <TC2> Tcl: 
00:22 <dereckson> .tcl sql7 "SELECT 1+1"
00:22 <TC2> Tcl: 2