Is there a minimum necessary MySQL version for TableGear?

24 views
Skip to first unread message

Nainil Chheda

unread,
Jul 12, 2011, 10:37:09 PM7/12/11
to TableGear
When I run tablegear I get the following message:

QUERY: SELECT SQL_CALC_FOUND_ROWS id,city FROM roadshows_schedule
ORDER BY id DESC LIMIT 0, 10

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

QUERY: SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'


Setup
You need to setup your database info. This is only required once.
You can always change this data later by changing the index.php file.
You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near 'WHERE `Key`='PRI'' at line 1

Database Name

Database Username

Database Password

Database Table

Andrew

unread,
Jul 13, 2011, 5:11:24 AM7/13/11
to TableGear
What do you see when you run this query directly on your DB?

SHOW COLUMNS FROM roadshows_schedule

Nainil Chheda

unread,
Jul 13, 2011, 9:44:05 AM7/13/11
to tabl...@googlegroups.com
I am using MySQL version 4.1.22

When I perform:

SHOW COLUMNS FROM roadshows_schedule WHERE `Key`='PRI'

I get:

Error Code : 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `Key`='PRI'' at line 1
(0 ms taken)

When I perform:
SHOW COLUMNS FROM roadshows_schedule;
I see the fields with their data type as expected.
Reply all
Reply to author
Forward
0 new messages