MySQL : 005 : Central Directory Corrupt
Cause:
The error message indicates that GLOBODOX is is unable to install the MySQL drivers.
Solution:
Step 1:
To resolve the issue...
- Extract the contents of the zip file and place it in the 'C:\Temp' folder.
- Open the the command prompt.
- Navigate to the folder which contains the install.bat file (cd "C:\Temp\mysql-odbc")
- Run the command...
install.bat ITAZ-MySQL
- The drivers should be installed.
That's it!
Related Articles
MySQL: 002 : Repair corrupted MySQL DB
Repairing a MySQL DB from Windows Command Line Step 1: Open the Windows Command Line - Go to Start >> and Search for 'cmd'. Click on 'Command Prompt' once the Search results show up. You can alternatively type in (Windows + R) to open the Run Dialog ...
MySQL : 004 : Can't connect to MySQL server
Error: Message: Failed to connect to database 'MainDB'. (ErrNo:-2147467259 Details:[MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on '(machinename)/(ipaddress)' (10060)) Cause: The error message indicates that GLOBODOX ...
MySQL: 001 : Unknown MySQL server host 'Server_Name'
Causes : The error indicates that the logged in Windows user does not have permission to connect to MySQL. This could be due to restricted or limited access on MySQL. Solution : You will have to provide permissions for the MySQL root user, as this ...
Migrate v10 Globodox MySQL DB
Step 1: Backup DB on old machine Follow instructions from the link below to take a backup of the MySQL DB... https://www.globodox.com/support/help/index.htm?backup_a_mysql_based_db.htm Note: Make sure you take a backup of all the DBs. Make sure you ...
ODBC drivers for MySQL based DB
If you are using GLOBODOX v9 or below... Please download the ODBC connector for MySQL from the link below... https://downloads.mysql.com/archives/get/p/10/file/mysql-connector-odbc-5.1.4-win32.msi Run the msi file on all the machines on which ...