Page 1 of 1

Error on creating new log

Posted: Mon 21. Jun 2010, 20:47
by KU9Z
I'm trying to setup MySQL on a linux server. I now have it to the point where Rumped creates the database. But then I receive this error:

rs is NIL in 'show columns' Table 'anything.logbook' doesn't exist

Anyone pojnt me in the right direction towards fixing this?

Thanks!

Adam S
KU9Z

Re: Error on creating new log

Posted: Mon 21. Jun 2010, 22:26
by DL2RUM
Make sure you have set all the user privileges. For a user in a network you have to allow more privileges, not the standard only. A good starting point is to allow all.
From the Administration list is at least "Grant" (for creating the database) and "Show Databases" required.
Privileges.png

Re: Error on creating new log

Posted: Tue 29. Jun 2010, 16:18
by KU9Z
Tried all the suggested security settings. I still get the error. If I do the same setup, but on MYSQL on teh MAC I have no problem. MYSQL in Linux gives me the error. I gave up and used the MAC version.