|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hi there, I'm new at MySQL-PHP3 programming. I want to know where I can find a manual about the installation of MySQL on WIN NT 4 correctly.
Another thing I'd like to know is if there is an easy way to export an Access database to MySQL or I have to do a PHP program using ODBC to export it to MySQL???? |
|
#2
|
|||
|
|||
|
I have been exporting data from access tables into MySQL database. The process is pretty straight forward. Export your access database as a text file. The detault options will give you a file delimited with ',' and text fields enclosed in '"'. Now simple use the load infile command with the options delimited with ',' and optionally enclosed with '"'. This imports the table in MySQL database perfectly.
Hope this works for you. ------------------ Anish Modi Infotech World India |
|
#3
|
|||
|
|||
|
Hi Socrates,
You can download MyODBC from the MySQL site, and keep constant OBDC connectivity between Access and MySQL. Works great! Regards, Peter |
|
#4
|
|||
|
|||
|
Thanks both of you. Your answers were very helpful.
Unfortunately, I can't use MyODBC because my web server provider doesn't have it and doesn't like to intall it. Again, thank you very much. I think we will be in touch. |
|
#5
|
|||
|
|||
|
Hi,
You can always install MyODBC on your local computer and keep ODBC connections to your MySQL database on the server and also locally. Peter |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Installing MySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|