The Frog
Perch
From the server, I downloaded a particular table's MYD, MYI and FRM files.
Now I'd like to get this table in its entirety onto the MySQL Server database on my laptop. I do not have the option of taking a backup of the database, I must work with just these three files, and just the mysql command prompt.
So how can I restore these tables?
Do I just place them into the data directory corresponding to the database that I've created for this?
Thanks.
Now I'd like to get this table in its entirety onto the MySQL Server database on my laptop. I do not have the option of taking a backup of the database, I must work with just these three files, and just the mysql command prompt.
So how can I restore these tables?
Do I just place them into the data directory corresponding to the database that I've created for this?
Thanks.