Alex
2015-09-21 00:01:44 UTC
Hi guys,
I'm trying to build a new system to replace the one I reported some
time ago as having connect errors, and having some trouble building
the initial tables using mariadb.
I can login to the database as the sqlgrey user and create the tables
manually. However, when starting sqlgrey, the tables aren't
automatically created.
When trying to execute the SELECT that is run from within
table_exists, I get the following:
MariaDB [(none)]> use sqlgrey;
Database changed
MariaDB [sqlgrey]> SELECT 1 from connect LIMIT 0;
ERROR 1146 (42S02): Table 'sqlgrey.connect' doesn't exist
There is something in the table_exists() function that says SQL error
reporting needs to be turned off at connect time. Is that an sqlgrey
setting or a mariadb setting?
Any ideas greatly appreciated.
Thanks,
Alex
------------------------------------------------------------------------------
I'm trying to build a new system to replace the one I reported some
time ago as having connect errors, and having some trouble building
the initial tables using mariadb.
I can login to the database as the sqlgrey user and create the tables
manually. However, when starting sqlgrey, the tables aren't
automatically created.
When trying to execute the SELECT that is run from within
table_exists, I get the following:
MariaDB [(none)]> use sqlgrey;
Database changed
MariaDB [sqlgrey]> SELECT 1 from connect LIMIT 0;
ERROR 1146 (42S02): Table 'sqlgrey.connect' doesn't exist
There is something in the table_exists() function that says SQL error
reporting needs to be turned off at connect time. Is that an sqlgrey
setting or a mariadb setting?
Any ideas greatly appreciated.
Thanks,
Alex
------------------------------------------------------------------------------