The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to Convert Hex value to Dec ? Nayanajith Shell Programming and Scripting 6 08-05-2008 05:30 AM
Help to convert XML to CSV rossingi_33 Shell Programming and Scripting 2 02-22-2008 07:18 AM
here-doc convert 2 script convert to single script? yongho Shell Programming and Scripting 2 07-07-2005 05:14 PM
To convert whatisthis UNIX for Dummies Questions & Answers 1 09-16-2004 04:48 PM
convert from ksh to bsh Boyd Young UNIX for Dummies Questions & Answers 2 01-10-2001 12:58 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-21-2005
ust ust is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 98
Convert database

We use the MS access database, I want to convert the database to mysql db , could suggest is there any tools / methods that I can export the table and data from access , and import it to the new mysql db ? thx in advance.
  #2 (permalink)  
Old 04-21-2005
google's Avatar
google google is offline Forum Advisor  
Moderator
  
 

Join Date: Jul 2002
Location: Atlanta
Posts: 740
Doesnt MS-Access have an export tool built in? If so use it to create a delimited file. Otherise you can write a VBA procedure to select all rows from a table and dump it into a delimited file on your PC. I dont know MySQL but am familiar with Oracles tools. Oracle has a utility called SQL*Loader that imports datasets from a flat file into the database. Look for something similar.
  #3 (permalink)  
Old 04-21-2005
kduffin's Avatar
kduffin kduffin is offline Forum Advisor  
UN1X
  
 

Join Date: Nov 2003
Location: Maryland
Posts: 449
If your table structures aren't changing, you could simply unload each access table as a tab delimited file and import them into their MySQL equivalent:

load DATA LOCAL INFILE "<filename>" INTO TABLE <tablename>;

Cheers,

Keith
  #4 (permalink)  
Old 04-22-2005
ust ust is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 98
thx reply , how about the table structure ? how to load the table structure of access to mysql ? thx
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:32 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0