Products and Services
Find the right tools for your business. Select the right components and build the perfect web site.
I feel like I should have known this but I didn't.
I co-worker gave me the files for a cms to install on my local server recently. I opened the directory with the database files expecting to find a nice fat .sql file but instead found an array or .frm, .MYI and .MYD files.
I recall seeing these before but I had alternatives and never dealt with it. This time I just asked.
These are the data files from the MySQL server. They are pulled directly from the MySQL server directory and can be used to import, transfer, install or back up databases if you have access to that directory or not.
Looking into the directory where MySQL is installed there is usually a "data" directory. In here are all of the various databases in separate directories. Dropping this directory in there will make the files available to the MySQL server.