Changes between Version 3 and Version 4 of ChefNotes


Ignore:
Timestamp:
May 15, 2014 1:23:01 PM (10 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChefNotes

    v3 v4  
    2424}}}
    2525       * needed to use chef's ruby as that's where the gem is installed: {{{/opt/chef/embedded/bin/ruby mysql_test.rb}}}.
     26       * Back up a step and see if we can and how we do connect to tbdb remotely.
     27         * running on myboss, 7777 {{{mysql -h myboss -p 7777}}} asks for a password.
     28           * Looking for appropriate keys to use.
     29           * tbdb is running "skip-grant-tables" so anyone on the localhost can assess it.
     30           * doing "mysql -h myboss -P 7777" gives cryptic error {{{ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0}}}.
    2631
    2732=== Scratch ===