473,396 Members | 2,039 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

MS Access => MySQL

DD
hi there,

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I googled
the whole web. You are my last hope

Thanks in advance.

Arjen
Jul 19 '05 #1
6 3475
On Tue, 4 Nov 2003 21:22:47 +0100, "DD" <ad@ad.nl> wrote:

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I googled
the whole web. You are my last hope


In general no. To read Access databases you need Access, which is a
Windows product. However, if you have a copy of Office on CD you can
get the Crossover Office product (www.codeweavers.com), which is a
version of "wine" that will run office products, including Access.
You can get a 30 day trial version for free. You'll need to install
the product, then use it to install Office. I know it will read .mdb
files because it does on my system under RH 9. How good the support
is I cannot say because I haven't tested it extensively. It will read
the tables, however.

A simpler way would be to get your friend to export the tables to
Excell files. Open Office, which is installed by default with Red Hat
9 *can* read excell files. You can then export these files to your
mysql databases.

You cannot open access files with mysql - they are totally different
products with totally different approaches to database management.

Ed

Jul 19 '05 #2
On Wed, 05 Nov 2003 14:09:16 +0000, Ed Seedhouse wrote:
On Tue, 4 Nov 2003 21:22:47 +0100, "DD" <ad@ad.nl> wrote:

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I
googled the whole web. You are my last hope


In general no. To read Access databases you need Access, which is a
Windows product. However, if you have a copy of Office on CD you can get
the Crossover Office product (www.codeweavers.com), which is a version of
"wine" that will run office products, including Access. You can get a 30
day trial version for free. You'll need to install the product, then use
it to install Office. I know it will read .mdb files because it does on
my system under RH 9. How good the support is I cannot say because I
haven't tested it extensively. It will read the tables, however.

A simpler way would be to get your friend to export the tables to Excell
files. Open Office, which is installed by default with Red Hat 9 *can*
read excell files. You can then export these files to your mysql
databases.

You cannot open access files with mysql - they are totally different
products with totally different approaches to database management.

Ed

You might want to try MDBTools:

http://mdbtools.sourceforge.net/

You can then access the Access tables and export the data from them.

HTH,

Marc Schwartz

Jul 19 '05 #3
On Tue, 4 Nov 2003 21:22:47 +0100, "DD" <ad@ad.nl> wrote:

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I googled
the whole web. You are my last hope


In general no. To read Access databases you need Access, which is a
Windows product. However, if you have a copy of Office on CD you can
get the Crossover Office product (www.codeweavers.com), which is a
version of "wine" that will run office products, including Access.
You can get a 30 day trial version for free. You'll need to install
the product, then use it to install Office. I know it will read .mdb
files because it does on my system under RH 9. How good the support
is I cannot say because I haven't tested it extensively. It will read
the tables, however.

A simpler way would be to get your friend to export the tables to
Excell files. Open Office, which is installed by default with Red Hat
9 *can* read excell files. You can then export these files to your
mysql databases.

You cannot open access files with mysql - they are totally different
products with totally different approaches to database management.

Ed

Jul 19 '05 #4
On Wed, 05 Nov 2003 14:09:16 +0000, Ed Seedhouse wrote:
On Tue, 4 Nov 2003 21:22:47 +0100, "DD" <ad@ad.nl> wrote:

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I
googled the whole web. You are my last hope


In general no. To read Access databases you need Access, which is a
Windows product. However, if you have a copy of Office on CD you can get
the Crossover Office product (www.codeweavers.com), which is a version of
"wine" that will run office products, including Access. You can get a 30
day trial version for free. You'll need to install the product, then use
it to install Office. I know it will read .mdb files because it does on
my system under RH 9. How good the support is I cannot say because I
haven't tested it extensively. It will read the tables, however.

A simpler way would be to get your friend to export the tables to Excell
files. Open Office, which is installed by default with Red Hat 9 *can*
read excell files. You can then export these files to your mysql
databases.

You cannot open access files with mysql - they are totally different
products with totally different approaches to database management.

Ed

You might want to try MDBTools:

http://mdbtools.sourceforge.net/

You can then access the Access tables and export the data from them.

HTH,

Marc Schwartz

Jul 19 '05 #5
why not get your friend to export it as .csv mysql can easily import this.

Thanks

Aaron
"DD" <ad@ad.nl> wrote in message
news:bo**********@news2.tilbu1.nb.home.nl...
hi there,

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I googled the whole web. You are my last hope

Thanks in advance.

Arjen

Jul 19 '05 #6
why not get your friend to export it as .csv mysql can easily import this.

Thanks

Aaron
"DD" <ad@ad.nl> wrote in message
news:bo**********@news2.tilbu1.nb.home.nl...
hi there,

I don't think it's possible, but I'll try the question.

A friend of mine mailed me a access database (.mdb), but I only use Linux
(RH 9.0) . Is there anyway that I can open the database in mysql? I googled the whole web. You are my last hope

Thanks in advance.

Arjen

Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Ruby Tuesday | last post by:
How do I transfer my MS Access DB to MySQL? One issue though, in Access I have some special character such fraction, backquote, etc ... how do I replace those characters to ASCI equivalent...
2
by: Steve Briley | last post by:
I'm new to Python and I'm trying to do some database work with MS Access, but I can't seem to get around a "datatype mismatch error".&nbsp; Here's an example table that I'm working with... ...
2
by: Carsten L. | last post by:
A couple of years ago a guy posted his tool in this newsgroup which was able to import access databases into oracle, mysql,etc. Does anybody still know how the tools name was? Thanks Carsten
0
by: mikey | last post by:
Hi all, I'm having great problems trying to install the latest MySQl RPM package onto my Red Hat Linux OS. There is already MySQL v 3.0 pre-installed with the RH Linux distribution disk but I...
2
by: The Plankmeister | last post by:
Hi, I am converting some queries from stored procedures in MS Access to MySQL, and have hit my first problem. The Access query references another stored procedure, which is where the problem...
10
by: david | last post by:
Hi, I have the following code which returns an error when run as part of my ASP SQL.... strquery = strquery & "FROM (Customers INNER JOIN Orders ON Customers.CustomerID = Orders.CustomerID)...
3
by: Zman | last post by:
I've recently added form functionality on my website, which runs with the aid of a perl script and sends the results via an email message. I'm currently able to import, or link, data from a...
3
by: hSiplu | last post by:
hi all, I am creating a web project with php/mysql. one of qeury result is too high. it returs several thousand rows. But I can't show them in one page. So I wanna create more than one pages...
4
by: Richard | last post by:
hi there, i've got a mysql database with a research data. i would like to get some information from that database and save it as ms access database. it will be a client feature. the client...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.