import big data to mysql
mysql -u root -D DATA_BASE_NAME < PATH_OF_DATABASE_FILE
import big data to mysql
mysql -u root -D DATA_BASE_NAME < PATH_OF_DATABASE_FILE
big table in mysql
SELECT table_name AS "Table",
ROUND(((data_length + index_length) / 1024 / 1024), 2) AS "Size (MB)"
FROM information_schema.TABLES
WHERE (data_length + index_length) > 1000000 AND table_schema = "magento"
ORDER BY (data_length + index_length) DESC;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us