How to Recovery MySQL database if you only have Folder Frm, Ibdata1, ib_logfile0, ib_logfile1
Are you have trouble to open database MySQL
here i will show you in 4 step :
1. First Backup your database folder make sure you have 3 file and 1 folder frm(database name) or 2 folder or have more folder frm backup all (remember)
- ibdata1
- ib_logfile0
- ib_logfile1
- Folder database frm
2. see what trouble you have
- Access denied for user 'root'@'localhost'(using password:YES)
if you try and try reinstall mysql but security not apply
answer:
- delete folder mysql in folder data
- reinstall mysql
- copy all folder frm and 3 file ibdata1,ib_logfile0,ib_logfile1
3. you should try to open database, and if you can open your database enjoy.
4. If you still can't open your database please send me email elchansoft88@gmail.com i will help you as soon as possible
here i will show you in 4 step :
1. First Backup your database folder make sure you have 3 file and 1 folder frm(database name) or 2 folder or have more folder frm backup all (remember)
- ibdata1
- ib_logfile0
- ib_logfile1
- Folder database frm
2. see what trouble you have
- Access denied for user 'root'@'localhost'(using password:YES)
if you try and try reinstall mysql but security not apply
answer:
- delete folder mysql in folder data
- reinstall mysql
- copy all folder frm and 3 file ibdata1,ib_logfile0,ib_logfile1
3. you should try to open database, and if you can open your database enjoy.
4. If you still can't open your database please send me email elchansoft88@gmail.com i will help you as soon as possible
Comments