EvilZone

Programming and Scripting => Web Oriented Coding => : hcac May 24, 2015, 11:22:42 AM

: [MySQL] How to view 'ibdata1' file
: hcac May 24, 2015, 11:22:42 AM
As you know 'ibdata1' is the file used in MySQL Data directory. I downloaded one of those from a server and now I want to open it but I didn't find ANYTHING except a repo on github holding the script for this which I failed to use it.

*I have the table names and column names if that helps (It's using wordpress)

Thank you all EZs
: Re: [MySQL] How to view 'ibdata1' file
: ColonelPanic May 24, 2015, 11:38:00 PM
Have you tried using mysql?
: Re: [MySQL] How to view 'ibdata1' file
: HTH May 25, 2015, 12:44:34 AM
Have you tried using mysql?

+1
: Re: [MySQL] How to view 'ibdata1' file
: TitanFury May 25, 2015, 02:52:36 AM
That's the entire Database in one file... so yes, use MySQL lol
: Re: [MySQL] How to view 'ibdata1' file
: hcac May 26, 2015, 03:51:25 PM
 :-X Yeah you're right. I did try that in the first place, MySQL service failed to start. So I guess I did something wrong?
: Re: [MySQL] How to view 'ibdata1' file
: gray-fox May 26, 2015, 04:56:23 PM
Probably some mysql config -or permission issue. Check your logs and start googling. Usually there is already some error message in service failed to start output that can tell you what's wrong..