Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Object Browser
SQLyog never modifies the case of object names. This is what is returned by MySQL. I guess your MySQL is running on Win-x- server.
Here is a sample from the MySQL command line utility. I ran some queries on MySQL 4.1.1-alpha on Win2K server.
mysql> show tables from ritesh; +——————+ | Tables_in_ritesh | +——————+ | tablename1 | +——————+ 1 row in set (0.00 sec)
Your absolutely right. I'm running on Win2k server
Ahh well, I'll go pester the folks over there instead 🙂
In the mean time thanks for a great program, I certainly think its worth every penny 🙂
Regards
Victoria
Setting lower_case_table_names variable to OFF (default is ON) should solve the problem.