<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">Buenas gente.<br>
Es mi primera pregunta a la lista.<br>
En el servidor LAMP (6.06 LTS) no consigo habilitar el motor innoDB en
mysql (teóricamente vendría habilitado por defecto).<br>
<br>
El Archivo my.cnf en la parte de innoDB quedó con lo siguiente:<br>
<br>
# * InnoDB<br>
#<br>
innodb_data_home_dir = /var/lib/mysql/<br>
innodb_data_file_path = ibdata1:10M:autoextend<br>
<br>
innodb_buffer_pool_size=70M <br>
innodb_additional_mem_pool_size=10M <br>
<br>
# # Set the log file size to about 25% of the buffer pool size <br>
innodb_log_file_size=20M <br>
innodb_log_buffer_size=8M <br>
# <br>
innodb_flush_log_at_trx_commit=1<br>
<br>
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.<br>
# Read the manual for more InnoDB related options. There are many!<br>
#<br>
<br>
En ningún lugar dice skip_innoDB.<br>
Los permisos en /var/lib/mysql/ son mysql:mysql 755.<br>
Sin embargo, phpMyAdmin me sigue diciendo que el innoDB no está
habilitado, y no puedo crear DB en este motor.<br>
¿Alguna idea?<br>
<br>
Desde ya muchas gracias!<br>
</font>
<pre class="moz-signature" cols="72">--
Gustavo A. Herrera
MAIN Sistemas&Hardware
José F. Moreno 1862 - Mendoza - Argentina
TELEFONOS: 54 (0261) tel/fax: 4255242 - cel: 154709426</pre>
</body>
</html>