Ticket #94 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

mysql username in ~/.campingrc not obeyed

Reported by: evanweaver Owned by: why
Priority: major Milestone: Camping 1.5
Component: bin/camping Version:
Keywords: Cc:

Description

I have a ~/.campingrc defined as below (as explained to me by zimbatm), but the camping command line tool tries to connect as "root" despite the user: line. Password works ok though.

---
host : 127.0.0.1
port : 3301
server : mongrel
database :
  :adapter: mysql
  :database: eightball
  :hostname: localhost
  :user: rails
  :password: secret
log:
  eightball.log

Change History

Changed 2 years ago by evanweaver

  • status changed from new to closed
  • resolution set to invalid

nevermind. It's supposed to be username, not user. Zimbatm! You led me astray.

Note: See TracTickets for help on using tickets.