Databse problems
Well, I have recently made a server, but we have scrapped it, I have gotten a database from a friend, and I am stumped on how to get .frm/.myi/.myd to convert to .sql, if any could help, would be appreciated greatly, thank you for your consideration of this problem
|
On my Vista x64 box, MySQL databases are stored under:
Code:
C:\Program Files (x86)\MySQL\MySQL Server 5.0\data Code:
C:\Program Files (x86)\MySQL\MySQL Server 5.0\data\ykesha E.g. using the paths on my system, I would try creating a directory: Code:
C:\Program Files (x86)\MySQL\MySQL Server 5.0\data\eqdb Code:
use eqdb; |
If you create a new database then you can simply drop those in. It *should* work as long as the versions are the same. I've done this many times, but simply merging a different table format (inno.*) to one that's different won't work. If it's an old database table 4.x then you have to install a ver 4.x mysql on a test machine, and create a database, drop the files in then export to .sql without create table.
If the tables are different (as in fields) then you have to edit the .sql manually - assuming it won't load. I've done this to nalgora and destiny databases with sucess for testing the contents with my tools. GeorgeS |
All times are GMT -4. The time now is 01:13 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.