GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Best way to convert Access DB to MySQL? (https://gfy.com/showthread.php?t=491840)

Rui 07-13-2005 11:51 AM

Best way to convert Access DB to MySQL?
 
Suggestions appreciatted :winkwink:

cheers

psili 07-13-2005 11:56 AM

Don't know much about access. With that, I'd export the Access data into a delimited file of some sort (tab, comma), create a mySQL database that matches the schema of the access db and run the mysql "load data infile" command to inject the datafile into the new db.

newbreed 07-13-2005 11:59 AM

http://www.websitedatabases.com/access-mysql.html

Import your Access database to MySql, Even if a direct access to your MySQL database is denied.
If you need to import your Access database to a Mysql database to use it in your web site you may find a big problem if your hosting provider doesn't allow Remote connection to his MySQL servers (which is common), but you can always use Access-PHP-MySQL-Magic to overcome such restrictions.

SilverTab 07-13-2005 12:00 PM

what he said...you can just drop the data in a flat file... (CSV for example)...

if you want a program to do it for you there are several out there...
http://www.convert-in.com/acc2sql.htm is an example

BobG 07-13-2005 12:00 PM

I did this a while back and used a progaram that made it really easy. NOt sure if this is the one but there are several

http://www.convert-in.com/acc2mss.htm

http://www.google.com/search?sourcei...+access+to+sql

Rui 07-13-2005 12:35 PM

Thanks alot people :)


All times are GMT -7. The time now is 04:41 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123