Mysql suddenly did not work, then I solved problems of Mysql and I used "import_logs.py" with "--replay-tracking" to remake "piwik_log_action" and "piwik_log_link_visit_action" tables. Of course, I truncated "piwik_archive_blob_2015_10" and "piwik_archive_numeric_2010_10", because they did not show the correct numeric values.
Then I executed command: "/var/www/piwik/console core:archive --force-periods=day,week,month --force-all-periods=157788000 --url=http://10.233.3.104/piwik/", I saw a comeback "piwik_archive_numeric_2010_10" and I also saw "piwik_archive_blob_2015_10", but that "blob" table was empty.
What should I do to recalculate table "piwik_archive_blob_*" ?
Thank you for attention.