I have three .txt
file .
First :- 177000 entries (can say row names)[All entries in a single column]
2nd:- 24000 entries(columns names) [All entries in a single column]
3rd:- values corresponding to 177000 rows and 24000 columns(it is around 50 gb)[it is a matrix]
how I can make a MySQL
database with these files so that query can be done on the data in php
.