Skip to main content
July 8, 2010
Answered

Importing into MySQL

  • July 8, 2010
  • 1 reply
  • 688 views

I am going through the tutorial book "Dreamweaver CS5 - Classroom in a Book" and at Chapter 14, they provide a folder with files to add to the MySQL database, which is working fine. But they do not tell you *how* to import the data, or which file to import. Previously, i did a David Powers Adobe online tutorial, with a single file to import that imported fine into MySQL.

The folder they tell you to copy to your site in a Greendata folder contains files:
classes.frm

classes.MYD

classes.MYI

db.opt

eco_tour.frm

eco_tour.MYD

eco_tour.MYI

events.frm

events.MYD

events.MYI

products.frm

products.MYD

products.MYI

I am just starting with MySQL and don't want to mess up the database by making a mistake, so i am hoping there is s simple way of importing this data into MySQL database - which they do *not* tell you in the book !!

Cheers,

Alan Taylor

This topic has been closed for replies.
Correct answer BenPleysier

The files need to be placed in the data folder/directory of the MySQL datafiles as per following

I hope this helps.

Ben

1 reply

BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
July 9, 2010

The files need to be placed in the data folder/directory of the MySQL datafiles as per following

I hope this helps.

Ben

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
July 9, 2010

Thanks Ben, that works fine now.

Cheers,

Alan