john-r2
john-r2
oops, it should be: mysql> create user 'openfpc' identified by 'openfpc'; mysql> grant all privileges on ofpc_session_default to'openfpc'
Thanks gleblanc1783, this was a great help!! I changed line 41 in openfpc-cx2db to our $HOSTNAME = 1; and commented out line 91 # $HOSTNAME = $CONFIG{'NODENAME'} if ( defined...
Face Palm!! I understand your fix now--change NODENAME in your openfpc-default.conf (or whatever) to an integer. Much better than editing program files... I didn't have to drop the db, just...
Also, I added a doc on how to install the client manually. The deb package wasn't working for me.