bonjour à tous,

après plusieurs jours de recherches je ne parviens pas a solutionner mon problème. Voilà, j'essaie d'installer joomla (2.5.14) avec easy php (13.1) mais impossible d'aller jusqu'à la fin de l'installation de joomla, celle-ci tourne dans le vide à l'étape 4 (création base de données). Pourtant les pré requis semblent au vert. D'après les logs mysql, il semblerait que je rencontre un problème Innodb.

Voici les logs d'installation:
See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.h2013-09-09 22:33:08 1508 [Note] Plugin 'FEDERATED' is disabled.
2013-09-09 22:33:08 15e8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2013-09-09 22:33:08 1508 [Note] InnoDB: The InnoDB memory heap is disabled
2013-09-09 22:33:08 1508 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-09-09 22:33:08 1508 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-09-09 22:33:08 1508 [Note] InnoDB: Not using CPU crc32 instructions
2013-09-09 22:33:08 1508 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2013-09-09 22:33:08 1508 [Note] InnoDB: Completed initialization of buffer pool
2013-09-09 22:33:08 1508 [Note] InnoDB: The first specified data file .\ibdata1 did not exist: a new database to be created!
2013-09-09 22:33:08 1508 [Note] InnoDB: Setting file .\ibdata1 size to 12 MB
2013-09-09 22:33:08 1508 [Note] InnoDB: Database physically writes the file full: wait...
2013-09-09 22:33:08 1508 [Note] InnoDB: Setting log file .\ib_logfile101 size to 5 MB
2013-09-09 22:33:09 1508 [Note] InnoDB: Setting log file .\ib_logfile1 size to 5 MB
2013-09-09 22:33:10 1508 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0
2013-09-09 22:33:10 1508 [Warning] InnoDB: New log files created, LSN=45781
2013-09-09 22:33:10 1508 [Note] InnoDB: Doublewrite buffer not found: creating new
2013-09-09 22:33:10 1508 [Note] InnoDB: Doublewrite buffer created
2013-09-09 22:33:10 1508 [Note] InnoDB: 128 rollback segment(s) are active.
2013-09-09 22:33:10 1508 [Warning] InnoDB: Creating foreign key constraint system tables.
2013-09-09 22:33:10 1508 [Note] InnoDB: Foreign key constraint system tables created
2013-09-09 22:33:10 1508 [Note] InnoDB: Creating tablespace and datafile system tables.
2013-09-09 22:33:10 1508 [Note] InnoDB: Tablespace and datafile system tables created.
2013-09-09 22:33:10 1508 [Note] InnoDB: Waiting for purge to start
2013-09-09 22:33:10 1508 [Note] InnoDB: 5.6.11 started; log sequence number 0
2013-09-09 22:33:10 1508 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 0b2e413e-198f-11e3-a985-b8ac6f7a545f.
2013-09-09 22:33:11 1508 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2013-09-09 22:33:11 1508 [Note] - '127.0.0.1' resolves to '127.0.0.1';
2013-09-09 22:33:11 1508 [Note] Server socket created on IP: '127.0.0.1'.
2013-09-09 22:33:11 1508 [Warning] InnoDB: Cannot open table mysql/slave_master_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See
http://dev.mysql.com/doc/refman/5.6/...eshooting.html for how you can resolve the problem.
2013-09-09 22:33:11 1508 [Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened.
2013-09-09 22:33:11 1508 [Warning] InnoDB: Cannot open table mysql/slave_worker_info from the internal data dictionary of InnoDB though the .frm file for the table exists. tml for how you can resolve the problem.
2013-09-09 22:33:11 1508 [Warning] InnoDB: Cannot open table mysql/slave_relay_log_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/...eshooting.html for how you can resolve the problem.
2013-09-09 22:33:11 1508 [Warning] Info table is not ready to be used. Table 'mysql.slave_relay_log_info' cannot be opened.
2013-09-09 22:33:11 1508 [Note] Event Scheduler: Loaded 0 events
2013-09-09 22:33:11 1508 [Note] C:\PROGRA~2\EASYPH~1.1VC\binaries\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.11-log' socket: '' port: 3306 MySQL Community Server (GPL)
Et les logs générés lors de l'étape 4 de l'installation joomla:
web"."beadr_languages" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:26:45 524 [Note] Plugin 'FEDERATED' is disabled.
2013-09-10 23:26:46 1778 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2013-09-10 23:26:46 524 [Note] InnoDB: The InnoDB memory heap is disabled
2013-09-10 23:26:46 524 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-09-10 23:26:46 524 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-09-10 23:26:46 524 [Note] InnoDB: Not using CPU crc32 instructions
2013-09-10 23:26:46 524 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2013-09-10 23:26:46 524 [Note] InnoDB: Completed initialization of buffer pool
2013-09-10 23:26:46 524 [Note] InnoDB: Highest supported file format is Barracuda.
2013-09-10 23:26:46 524 [Note] InnoDB: The log sequence numbers 5097837 and 5097837 in ibdata files do not match the log sequence number 6208920 in the ib_logfiles!
2013-09-10 23:26:46 524 [Note] InnoDB: Database was not shutdown normally!
2013-09-10 23:26:46 524 [Note] InnoDB: Starting crash recovery.
2013-09-10 23:26:46 524 [Note] InnoDB: Reading tablespace information from the .ibd files...
2013-09-10 23:26:49 524 [Note] InnoDB: Restoring possible half-written data pages
2013-09-10 23:26:49 524 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Last MySQL binlog file position 0 152715, file name mysql-bin.000002
2013-09-10 23:26:51 524 [Note] InnoDB: 128 rollback segment(s) are active.
2013-09-10 23:26:51 524 [Note] InnoDB: Waiting for purge to start
2013-09-10 23:26:51 524 [Note] InnoDB: 5.6.12 started; log sequence number 6208920
2013-09-10 23:26:51 524 [Note] Recovering after a crash using mysql-bin
2013-09-10 23:26:51 524 [Note] Starting crash recovery...
2013-09-10 23:26:51 524 [Note] Crash recovery finished.
2013-09-10 23:26:51 524 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
2013-09-10 23:26:51 524 [Note] - '127.0.0.1' resolves to '127.0.0.1';
2013-09-10 23:26:51 524 [Note] Server socket created on IP: '127.0.0.1'.
2013-09-10 23:26:52 524 [Warning] InnoDB: Cannot open table mysql/slave_master_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/...eshooting.html for how you can resolve the problem.
2013-09-10 23:26:52 524 [Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened.
2013-09-10 23:26:52 524 [Warning] InnoDB: Cannot open table mysql/slave_worker_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/...eshooting.html for how you can resolve the problem.
2013-09-10 23:26:52 524 [Warning] InnoDB: Cannot open table mysql/slave_relay_log_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/...eshooting.html for how you can resolve the problem.
2013-09-10 23:26:52 524 [Warning] Info table is not ready to be used. Table 'mysql.slave_relay_log_info' cannot be opened.
2013-09-10 23:26:54 524 [Note] Event Scheduler: Loaded 0 events
2013-09-10 23:26:54 524 [Note] C:\PROGRA~2\EASYPH~1.1VC\binaries\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.12-log' socket: '' port: 3306 MySQL Community Server (GPL)
2013-09-10 23:32:26 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:26 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:26 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_assets" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:26 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:27 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:28 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:28 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:29 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:29 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:29 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_categories" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:30 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:30 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:31 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:31 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:32 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:32 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:32 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:32 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_extensions" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:33 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:34 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:34 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:35 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:35 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:36 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:36 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:36 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:37 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:37 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:38 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:38 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:39 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:39 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:39 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:40 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:41 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:41 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:42 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:42 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:42 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_finder_taxonomy" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:42 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:42 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:42 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_assets" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:32:43 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:44 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:44 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:44 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_finder_terms_common" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:44 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:44 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_extensions" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:32:45 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:45 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:45 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:45 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_languages" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:45 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:45 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_categories" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:32:46 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:46 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:46 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_menu" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:47 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:47 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:47 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_menu_types" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:47 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:47 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:48 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:48 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:48 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_modules" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:48 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:48 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:48 1a7c InnoDB: Error: Fetch of persistent statistics requested for table "siteweb"."r6q9r_modules_menu" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2013-09-10 23:32:50 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:51 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:52 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:52 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:52 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:53 1a7c InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:58 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:32:58 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_finder_terms_common" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:33:08 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:33:08 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_modules" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:33:18 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:33:18 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_languages" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:33:28 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-09-10 23:33:28 15fc InnoDB: Recalculation of persistent statistics requested for table "siteweb"."r6q9r_modules_menu" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-09-10 23:33:38 15fc InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
Par avance merci pour votre aide!