Skip to content

Commit

Permalink
Remove support for MySQL5.5 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshistrava authored and panthomakos committed Dec 12, 2018
1 parent 5678d7a commit 7408f35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/lynx/config.rb
@@ -1,9 +1,8 @@
module Lynx
class Config
MYSQL = ['mysql', 'mysql5', '/usr/local/bin/mysql', '/opt/local/bin/mysql5',
'/usr/local/mysql/bin/mysql']
MYSQL = ['mysql', '/usr/local/bin/mysql', '/usr/local/mysql/bin/mysql']

DUMP = ['mysqldump', 'mysqldump5']
DUMP = ['mysqldump']

def initialize(config = {})
@config = config
Expand Down

0 comments on commit 7408f35

Please sign in to comment.