Topic: Database connection issue
I'm a new user so firstly I'd like to say what an excellent piece of software FrontAccounting is - Thanks to all contributors!
I've just moved to a new server and am struggling to get a connection to the mysql database. I've checked that the user and password are correct.
I can access the database from the command line but have to specify port and protocol so I use:
mysql -P 12345 -u user_name -p --protocol=tcp (where 12345 is the port number)
Is there any place I can specify the port number and protocol in the FA setup?