c0deM0nK424
Programmer
Here is the situation.
I have installed Wamp on my primary drive c: , where the OS is installed on as well as all programs. I have a 8 year old drive installed (slave) , drive D: - which is where i save junk and files. I copied an old 'mysql' folder from an old Xamp or Wamp folder few years ago, as i was backing up my files in the hope I would one day use them again.
basically I copiedthe entire contents of the mysql folder which resided in wamp/ , onto drive D:
I am now running a newer version of wamp i would imagine, and want to IMPORT across that database.
my current version of mysql is mysql5.6.12 installed on my c:/wamp/ location, and the version of mysql saved on Drive D: is mysql5.5.24
i copied and pasted the database folder from the old mysql folder , into the new one and ran phpmy admin and saw the database appear.
when i clicked on the tables - it kept saying no tables found.
So i googled up how to import databases on mysql and all are saying 'find the sql file...'
well thats the problem.
Inside my old database folder named 'skillsprofilingtool' , i see the following files:
consultants.frm
consultanttype.frm
db.opt
skills.frm
skilltype.frm
but these are tables surely ? clicking on import and then trying to import the actual folder wont work - it needs a file.
Whats happening or has happened here ?
where IS this sql file then ???
i need to know the fastest and most efficient way to simply transfer across this database onto my current new installation of mysql please folks.
any help would be appreciated.
I have installed Wamp on my primary drive c: , where the OS is installed on as well as all programs. I have a 8 year old drive installed (slave) , drive D: - which is where i save junk and files. I copied an old 'mysql' folder from an old Xamp or Wamp folder few years ago, as i was backing up my files in the hope I would one day use them again.
basically I copiedthe entire contents of the mysql folder which resided in wamp/ , onto drive D:
I am now running a newer version of wamp i would imagine, and want to IMPORT across that database.
my current version of mysql is mysql5.6.12 installed on my c:/wamp/ location, and the version of mysql saved on Drive D: is mysql5.5.24
i copied and pasted the database folder from the old mysql folder , into the new one and ran phpmy admin and saw the database appear.
when i clicked on the tables - it kept saying no tables found.
So i googled up how to import databases on mysql and all are saying 'find the sql file...'
well thats the problem.
Inside my old database folder named 'skillsprofilingtool' , i see the following files:
consultants.frm
consultanttype.frm
db.opt
skills.frm
skilltype.frm
but these are tables surely ? clicking on import and then trying to import the actual folder wont work - it needs a file.
Whats happening or has happened here ?
where IS this sql file then ???
i need to know the fastest and most efficient way to simply transfer across this database onto my current new installation of mysql please folks.
any help would be appreciated.