I have database called 'shares' running on mysql on a Raspbery Pi. I want to move this to a new install on another Pi, and as it is a new install it is MariaDB. Both Pi's are headless, I am accessing them using Tora on my desktop.
On the old Pi I can use the schema browser and look at the columns tab. On the new Pi when I try that I get an error -
Tue Jan 2 19:30:01 2018
Table 'shares.shares' doesn't exist
Query not active SHOW FULL COLUMNS FROM :f1
The statement shares.shares does not exist is correct, but it doesn't exist on the original either. Also if I run 'desc tablename' for a valid tablename I get the same error.
I am using the same instance of Tora to access both, so I don't think that is the problem.
Any ideas?