Hello. If the file you wish to import exceeds the phpMyAdmin upload limit, you can use either of the following methods to perform the import:
1. Use a database GUI tool such as Navicat or DBeaver.
2. Execute the following command via the terminal or an SSH connection to import the database:
mysql -u database_username -p database_name < file_path

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution