There is a 6 GB SQL including MYD and MYI, how can I transfer it to the database? , accepts infinity free SQL extension , can someone help ?
Hi and welcome to the forum
You do not have permission to access /var/lib/mysql/
(you are not a server admin)
so you can’t upload myd, myi, etc. there
But you can convert the files to a .sql
Uploading large backups
MYD and MYI files are raw MySQL table files. On their own, you can’t do much with them. phpMyAdmin definitely can’t do anything with them. As part of the entire MySQL data directory, you can restore an entire server. But no hosting provider, or any other provider that manages the MySQL server for you, will let you touch the MySQL data directory.
Also, 6 GB is a pretty big database. We don’t have a hard cap on the size of a database here, but I think you’ll run into trouble with a database that big.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.