Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/03/2006, 16:31
Avatar de mkls
mkls
 
Fecha de Ingreso: diciembre-2004
Ubicación: Rengo - Chile
Mensajes: 55
Antigüedad: 19 años, 4 meses
Puntos: 1
ya lo solucione modifique algunos archivos en la carpeta mysql como
my-huge, my-large, my-medium, my-small

de esta forma
Código PHP:

# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = /usr/local/var/
#innodb_data_file_path = ibdata1:2000M;ibdata2:10M:autoextend
#innodb_log_group_home_dir = /usr/local/var/
#innodb_log_arch_dir = /usr/local/var/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 384M
#innodb_additional_mem_pool_size = 20M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 100M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50 
y quedaron de esta forma:



Código PHP:

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /usr/local/var/
innodb_data_file_path ibdata1:2000M;ibdata2:10M:autoextend
innodb_log_group_home_dir 
= /usr/local/var/
innodb_log_arch_dir = /usr/local/var/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size 384M
innodb_additional_mem_pool_size 
20M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size 100M
innodb_log_buffer_size 
8M
innodb_flush_log_at_trx_commit 
1
innodb_lock_wait_timeout 
50 




y modifique el archivo: My-innodb-heavy-4g
Donde dice:
Código PHP:
# Table type which is used by default when creating new tables, if not
# specified differently during the CREATE TABLE statement.
default_table_type INNODB 



y luego volvi a poner en el archivo my.ini

y deje la linea "skip-innodb" de esta forma:

Código PHP:

#This File was made using the WinMySQLAdmin 1.3 Tool

#25/8/2003 8:50:22



#Uncomment or Add only the keys that you know how works.

#Read the MySQL Manual for instructions


[mysqld]
skip-locking
#skip-innodb
set-variable    max_connections=16384
default-character-set=latin1
basedir
=C:AppServ/mysql
#bind-address=
datadir=C:AppServ/mysql/data
#language=C:/AppServ/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[client]
default-
character-set=latin1
[WinMySQLadmin]
user=mysql
password
=mysql 
y funciono!!!