MySQL and Access Tutorial

MySQL and Access Tutorial thumbnail
Use MySQL and Access together for reporting.

Microsoft Access is a desktop application that allows users to create database records. The MySQL and Access software can be joined together so that users can retrieve data from MySQL and use it in their Access reports. This is beneficial in offices where a manager needs to retrieve reporting data from a MySQL server and use it within the customized Access database. You can directly link Access to MySQL and use the two databases together to view data.

Instructions

    • 1

      Open Microsoft Access. Click the "File" menu item at the top and select "Get External Data." Select "Link Tables" to start the linked tables wizard.

    • 2

      Select "ODBC Databases ()" from the list of data types. This activates another list of options. Choose "Machine Data Source" and click the "New" button.

    • 3

      Pick "MySQL ODBC 3.xx" from the list of data sources and click "Next." Enter the MySQL server name and database into the text boxes provided. These names are provided by your database administrator or website host. Click "OK" and then click "Finish" at the summary screen. The configuration wizard closes and the MySQL tables are downloaded and shown in your Access software.

    • 4

      Double-click one of the MySQL tables to verify the connection. This opens a view with a list of data in the MySQL table.

    • 5

      Click one of the fields in the table. Notice it is highlighted. You can change data and insert records, provided that you have the right permissions from your database administrator.

Related Searches:

References

  • Photo Credit computer image by fotografiche.eu from Fotolia.com

Comments

You May Also Like

  • Migrating From Access To MySQL Tutorial

    Microsoft Access provides you with a small database solution. When you decide to migrate to an enterprise solution such as MySQL, the...

  • How to Open MySQL Database With MS Access

    MySQL is a popular open-source database that is used in many different applications, especially Web-based applications. You can go through a MySQL...

  • How to Convert Access to MySQL

    Microsoft Access database files can be easy to manipulate. But networking the files, especially large ones, is not so easy. Making them...

  • PHP Tutorial: MySQL

    MySQL is an open source database. SQL, or Structured Query Language, is the language used to create, query and manipulate MySQL databases....

  • How to Grant Access to a MySQL Database

    Do you have a MySQL database and need to grant access so that a new user can create, remove, update, and delete...

  • How to Use Access Reports

    Microsoft Access is one of the most powerful database platforms on the market, and the ability to create custom reports is one...

  • Microsoft Access SQL Tutorial

    The Structured Query Language (SQL) is a standard platform on which many different databasing applications are built. SQL is used in many...

  • Creating a User in MySQL

    After logging in to MySQL, create a user, give it a name and decide what access the user will have. Create a...

  • How to Create a MySQL Database

    Creating a MySQL database is a relatively simple task. This guide will help you create a MySQL database using either the phpMyAdmin...

  • How to Convert an Access Query to MySQL

    SQL stands for Structured Query Language. This is a standardized language that is designed to work with any database application that understands...

Related Ads

Featured