my ibdata1 is 4,8 Gb how can i to resize this?
i have tried with
nice mysqldump --flush-logs --delete-master-logs --all-databases -p' ' > /root/mysql-db-dump-imv.sql
/etc/init.d/zabbix_server stop && mysqlcheck -Aoqp' ' && /etc/init.d/zabbix_server start
but without result
i have tried with
nice mysqldump --flush-logs --delete-master-logs --all-databases -p' ' > /root/mysql-db-dump-imv.sql
/etc/init.d/zabbix_server stop && mysqlcheck -Aoqp' ' && /etc/init.d/zabbix_server start
but without result
Comment