i have a .sql file and i need to extract data from it. I am using xampp server and it allows extracting maximum 16MB file. Can some1 help me to extract data from the file via some method
Hi, Try open with Notepad++ text editor. You can download from this web page: http://sourceforge.net/projects/notepad-plus/files/. Rudolf
If I was you I would create it on a different server to extract data if it is only allowing a set amount. Use navicat, make a new database, right click on it and click restore from dump and then browse to the .sql file. If that isn't what you want then double click it, if it asks what program to open with select notepad or wordpad etc.