Interview Question in Backup and Recovery


 

Interview Question :: Programs that read MySQL


Hi, I always backup MySQL to my PC, what program do I use to read the SQL file? Yes I know of Notpad, but that's all imcrpted, and Wordpad works just fine, but when I do CTRL A CTRL F it crashes.

So is there a SQL program out there that reads SQL files correctly?

Thank you.
Answers to "Programs that read MySQL"
RE: Programs that read MySQL?

Backup your databases in CSV format: you can then read them with Excel.

You can also write a small function in php that creates a csv file to save your data. It also allows you to restore your data in an easy way.


 
Vote for this answer ::  
RE: Programs that read MySQL?

you need the mysql program.
 
Vote for this answer ::  
Update Alert Setting