Avatar of jdwango12
jdwango12
 asked on

Using MySQL ODBC to Overwrite a table.

Hi, I have a table that I have exported to an MySQL database sucessfully using the ODBC connector. Works like a dream.
Now that I have exported it, I have made changes in access and I want to update it again.
When I use the same procedure that I used to export it, It tells me it caznt becasue that table already exists.
How can I tell Access that it is okay to overwrite it?
Please advise. --JM
Microsoft AccessMySQL ServerDatabases

Avatar of undefined
Last Comment
Cedric Obinna A.

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Muhammad Khan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Cedric Obinna A.

If you really want to overwrite, then open mysql\data folder and open the folder with the name of your database. DELETE three files tablename.myi, tablename.frm, tablename.myd. That gets rid of the table completely. Then DO THE EXPORT AGAIN.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes