Fix Table Name
This command attempts to rename any of the mixed-case table names which may have inadvertently changed to lower-case on a windows server. The BEST fix is to add a 'lower_case_table_names=2' setting to the [mysqld] section of the mysql ini file.
Loading Help