[GNC] MySQL version update: GnuCash API recognize new MySQL database & tables?
Colin Law
clanlaw at gmail.com
Sun Nov 18 03:20:31 EST 2018
On Sat, 17 Nov 2018 at 22:52, Peter Holck <pholck.basura at gmail.com> wrote:
>
> * 15:25:47 CRIT <gnc.backend.dbi> [GncDbiBackend<Type>::session_begin()] Unable to connect to database 'gnucash'
Please copy the list on replies, you sent this one just to me. On
gmail use Reply All when replying.
Are you able to connect to the server using the command line client
mysql -u username -p
and it will prompt for the password.
If that connects then
show databases;
will show the databases (oddly enough). Then you can exit with
exit;
Colin
More information about the gnucash-user
mailing list