Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2010, 11:07
tallara
 
Fecha de Ingreso: enero-2009
Mensajes: 56
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Problemas Mysql

Os pongo aqui la configuracion de mi My.ini por si veis algo que pueda hacer que no me funcione.


Código:
[client]
port=3306

[mysql]
default-character-set=utf8

[mysqld]
port=3306
basedir="C:/MySQL/MySQL Server 5.0/"
datadir="C:/MySQL/MySQL Server 5.0/data/"
default-character-set=utf8
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
max_connections=100
query_cache_size=0
table_cache=256
tmp_table_size=103M
thread_cache_size=8
myisam_max_sort_file_size=100G
myisam_sort_buffer_size=205M
key_buffer_size=175M
read_buffer_size=64K
read_rnd_buffer_size=256K
sort_buffer_size=256K
innodb_data_home_dir="C:/MySQL/MySQL Server 5.0/"
innodb_additional_mem_pool_size=7M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=3499K
innodb_buffer_pool_size=339M
innodb_log_file_size=170M
innodb_thread_concurrency=8