TonyGroves
Programmer
Does anybody know what all the extra system tables in MySQL 4.1 are for?
The extra tables are:[tt]
+---------------------------+
| Tables_in_mysql |
+---------------------------+
| help_category |
| help_keyword |
| help_relation |
| help_topic |
| time_zone |
| time_zone_leap_second |
| time_zone_name |
| time_zone_transition |
| time_zone_transition_type |
+---------------------------+
[/tt]
The "help" tables contain brief help about SQL syntax; the "time_zone" tables are empty.
The extra tables are:[tt]
+---------------------------+
| Tables_in_mysql |
+---------------------------+
| help_category |
| help_keyword |
| help_relation |
| help_topic |
| time_zone |
| time_zone_leap_second |
| time_zone_name |
| time_zone_transition |
| time_zone_transition_type |
+---------------------------+
[/tt]
The "help" tables contain brief help about SQL syntax; the "time_zone" tables are empty.