I need to export a mysql database to excel, the problem is that the file has 1,200,000 records and excel only supports 1,048,576. How to do this export via command line and separating in tabs to be supported in excel?
I need to export a mysql database to excel, the problem is that the file has 1,200,000 records and excel only supports 1,048,576. How to do this export via command line and separating in tabs to be supported in excel?