Hola Amig@s
Tengo muchas inquietudes, actualmente estoy implementado Moodle 2.7.2 stable en un servidor con centos 6.5.
Tengo las siguientes versiones de LAMP:
1. PHP 5.5.17
2. Server version: Apache/2.2.15 (Unix)
3. Mysql 5.5.40
Al entrar a los logs /var/log/mysqld.log, me arroja el error:
140929 11:15:33 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
141001 16:20:40 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
141001 16:20:40 [Note] Plugin 'FEDERATED' is disabled.
141001 16:20:40 InnoDB: The InnoDB memory heap is disabled
141001 16:20:40 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141001 16:20:40 InnoDB: Compressed tables use zlib 1.2.3
141001 16:20:40 InnoDB: Using Linux native AIO
141001 16:20:40 InnoDB: Initializing buffer pool, size = 128.0M
141001 16:20:40 InnoDB: Completed initialization of buffer pool
141001 16:20:40 InnoDB: highest supported file format is Barracuda.
141001 16:20:40 InnoDB: Waiting for the background threads to start
141001 16:20:41 InnoDB: 5.5.40 started; log sequence number 1589349
141001 16:20:41 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
141001 16:20:41 [Note] - '0.0.0.0' resolves to '0.0.0.0';
141001 16:20:41 [Note] Server socket created on IP: '0.0.0.0'.
141001 16:20:41 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
141001 16:20:41 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
141001 16:20:41 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
141001 16:20:41 [Note] Event Scheduler: Loaded 0 events
141001 16:20:41 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.5.40' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL) by Remi
141002 12:24:20 [ERROR] Incorrect definition of table mysql.proc: expected column 'comment' at position 15 to have type text, found type char(64).
Este error arroja al revisar el log de /var/log/httpd/error_log:
[Sun Oct 05 03:44:01 2014] [notice] Digest: generating secret for digest authentication ...
[Sun Oct 05 03:44:01 2014] [notice] Digest: done
[Sun Oct 05 03:44:01 2014] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.5.17 configured -- resuming normal operations
[Mon Oct 06 11:38:08 2014] [error] [client 10.20.4.15] Directory index forbidden by Options directive: /var/www/html/
[Mon Oct 06 11:38:09 2014] [error] [client 10.20.4.15] File does not exist: /var/www/icons/powered_by_rh.png, referer: http://10.20.200.82/
[Mon Oct 06 11:38:10 2014] [error] [client 10.20.4.15] File does not exist: /var/www/html/favicon.ico, referer: http://10.20.200.82/
[Mon Oct 06 11:38:18 2014] [error] [client 10.20.4.15] Directory index forbidden by Options directive: /var/www/html/
[Mon Oct 06 11:38:20 2014] [error] [client 10.20.4.15] Directory index forbidden by Options directive: /var/www/html/
[Mon Oct 06 11:38:22 2014] [error] [client 10.20.4.15] File does not exist: /var/www/icons/powered_by_rh.png, referer: http://10.20.200.82/
[Mon Oct 06 11:38:28 2014] [error] [client 10.20.4.15] File does not exist: /var/www/icons/powered_by_rh.png, referer: http://10.20.200.82/
[Mon Oct 06 11:38:55 2014] [error] [client 10.20.4.15] File does not exist: /var/www/html/moodle1
[Mon Oct 06 12:58:24 2014] [error] [client 10.20.4.15] Directory index forbidden by Options directive: /var/www/html/
[Mon Oct 06 12:58:29 2014] [error] [client 10.20.4.15] File does not exist: /var/www/icons/powered_by_rh.png, referer: http://10.20.200.82/
[Mon Oct 06 12:58:29 2014] [error] [client 10.20.4.15] File does not exist: /var/www/html/favicon.ico
_________________________________________
Quedo atento a su colaboración.
Muchas gracias