Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Adddatabase
- Amconversion
- Aspstring
- Coldfusionstring
- Connectionstrings
- Phpmyadmin
- Upgradedatabase
- Mysql
- Backup my MySQL database via SSH
- Change the collation on a MySQL database via PhpMyAdmin
- Repair a corrupt or invalid MySQL table
- Import and Export MySQL dump file from phpMyAdmin
- Manage your MySQL Database with Navicat
- Use Sequel Pro for Mac OS X to manage MySQL databases
- Optimize MySQL Databases in Plesk
- Access
- Controlpanel
- Perl
- Advisable MMM Solutions
- Managing Your MMM Environment
- Php
- Common Issues With MMM
- How To Add A Timeout Variable
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
How do I convert an Access database to a MySQL database?
The following article explains how to convert an Access database to a MySQL database. Before you begin, you will need to create a MySQL database (a free MySQL database is included with all HostMySite's hosting plans that support Access). Instructions for creating your MySQL database can be found here.
Note: The name of the Access database must match the name of the MySQL database, so it may be necessary to rename the Access database file.
To convert an Access database to a MySQL database, please follow these steps:
- Load http://dev.mysql.com/downloads/workbench/ in a browser and click Download the MySQL Workbench.

- Select the appropriate file based on your local machines operating system.

- Scroll to the bottom and select a mirror site close to your location and click the available link for http or ftp.

- When the install file completes downloading, install the toolkit following the instructions in the installation wizard.
- Load http://java.sun.com/javase/downloads/index.jsp in a browser and click Download for Java Runtime Environment (JRE) 5.0 Update 8.

- Click Accept License Agreement.

- Click Windows Offline Installation, Multi-language to download the JRE.
- When the install file completes downloading, install the toolkit following the instructions in the installation wizard.
- Open the Access database you wish to convert. If the Access database name does not match the MySQL database name, you will need to rename the Access database file.
- From the Tools menu, select Options.

- On the View tab, click System Objects and click OK.

- From the Tools menu, click Security and select User and Group Permissions.

- Select MSsysObjects, click Administer and click Apply.

- Repeat the previous step for MSusQueries and MSysRelationships.
- Click OK.
- Click Start, Programs, MySQL, MySQL Migration Toolkit to open the toolkit. This is the default location for the toolkit.

- Click Next to begin the wizard
- Select Direct Migration and click Next.

- Enter the requested source information and then click Next:
- Database System: select MS Access
- Database File: browse to your Access database
- Username: enter the username for your Access database (if applicable)
- Password: enter the password for your Access database (if applicable)

- Enter the requested destination information and then click Next:
- Database System: MySQL Server
- Hostname: enter the name of the MySQL server that contains your MySQL database
- Username: enter the username for your MySQL database
- Password: enter the password for your MySQL database

- Click Next after the Connecting to Servers tasks complete.
- Select your database from the list of schema and click Next.

- Click Next after the Reverse Engineering tasks complete.
- Select each object type to convert and click Next.

- Select Generic for each Migration Method and click Next.

- Click Next after the Migration tasks complete.
- Click Next after the scan for mapping problems complete.

- Select Create Objects Online and click Next.

- Click Next after the Creating Objects tasks complete.
- Click Next after the scan for creation problems complete.

- Select Transfer Data Online and click Next.

- Click Next after the Bulk Data Transfer tasks complete.
- Click Finish to exit the migration toolkit.
