



 
 
 

|
Using MS Access databases with mySQL on your Virtual
Server
Featured February 1999
You can import Microsoft Access databases directly to your Virtual Server
by using Windows mySQL ODBC drivers . All you need to do is install mySQL
on your Virtual Server and install the supplied ODBC drivers on your own
local computer. You can then use MS Access databases on your Virtual Server
using mySQL. It's that easy.
Exporting an Access Database into mySQL
- You must successfully install
mySQL on your Virtual Server. Be aware that you will need to
consult the mySQL users manual
for information on using mySQL.
- Add a user with password privileges if you like to your mySQL database.
Instructions on this are contained in Section
6.8 - - Adding new user privileges in the mySQL users manual.
- Download and install the necessary ODBC mySQL driver on your computer.
There are currently drivers available for both Windows95 and Windows
NT. Select the appropriate driver for your computer.
- Windows95
- Windows
NT
- Unzip the appropriate driver on your computer, likely in a temp directory or other location of your
choosing.
- Run the setup program for the driver. To do this
simply double-click on the setup.exe in the directory you unzipped the driver in.
- Following the setup of the mySQL driver on your computer you will
need to configure it for use. To do this in Windows, go to your Control
Panel (Start -> Settings -> Control Panel) and double click on
ODBC icon. You will then need to select whether you want to configure
the ODBC driver for use by a single user or for use by every user on
the computer. The first tab, "User DSN" is for only a specific user
and can only be used on your specific computer. The second tab, "System
DSN" is used to configure the ODBC driver for all users on your computer.
Depending on which you choose to use, you will then click the add button
on the right side. By clicking the add button you will be given a choice
of drivers you can set up for a data source. You should find mySQL in
the list. Select mySQL and click finish.
- The TDX mySQL driver default configuration screen will then appear. You will want to fill out the
fields with the appropriate information.
- Windows DNS Name: type a name for this particular driver that you will be using for
mySQL. The name is something of your choosing. (example: everyonemySQL)
- Server: This is the name of the Virtual Server you will be publishing
your database to. (example: mySQL.bluereef.net)
- mySQL Database Name: This needs to be the mySQL user you created in step #2 in this list.
(example: mySQL)
- Password: Simply the password, if applicable for the mySQL user in the field above.
- Port (if not 3306): If you are behind a Firewall you will need to open up port 3306 or another
port you specify or it will not work correctly.
- Now you are ready for using Access. Open up Access and create or select the database you want to
move to your Virtual Server in the Tables section. Once you have selected the appropriate table, select
Save As/Export under File. This will allow you to select the "To an External File or Database" option.
Click OK.
- The Save Table screen will appear. You will want to select the field and then change the "Save as
type" to ODBC Databases and click Export.
- The Export screen appears. The "Export Addresses to:" should simply be the name you want to call
this specific database table on the Virtual Server.
- The "Select Data Source" screen should then appear. Select the "Machine Data Source" tab and then
select the Data Source Name you should have set up previously in step 7a.
- The table should then be moved to the Virtual Server under the user
you specified for mySQL. To verify this Telnet
or SSH to your Virtual Server and find the table. An example
of this would be the command (on one line):
% mySQL -u
<user name> <mySQL or other database instance>
Importing a mySQL Database into Access
- While in the Tables tab right-click on the mouse button. This will provide you an option for "Import".
In the Import screen select ODBC in the "Files of type" field.
- This will provide you the "Select Data Source" screen. You will again select the "Machine Data
Source" tab and choose the appropriate "Data Source Name" that you setup previously.
- The "Import Objects" screen will appear and you will be given a choice of available tables on the
Virtual Server that you can choose from. Select the table you want and click OK.
- Now you have the appropriate table from the Virtual Server on your
computer for use within Access.
|
|