_______________________________________________________________________
sur le my.log j'ai :
091013 12:08:35 [Note] Event Scheduler: Purging the queue. 0 events
091013 12:08:35 [Warning] Forcing shutdown of 2 plugins
091013 12:08:35 [Note] wampmysqld: Shutdown complete
091013 12:08:35 [Note] Plugin 'InnoDB' is disabled.
091013 12:08:35 [Note] Plugin 'FEDERATED' is disabled.
091013 12:08:36 [Note] Event Scheduler: Loaded 0 events
091013 12:08:36 [Note] wampmysqld: ready for connections.
Version: '5.1.36-community-log' socket: '' port: 3306 MySQL Community Server (GPL)
Ma base étant en MySAM, je pense que l'on ne peut rien tirer de ce fichier, et le php.log est vide
_______________________________________________________________________
config du mysql.ini
[wampmysqld]
port = 3306
socket = /tmp/mysql.sock
skip-locking
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 32M <- j'ai uniquement changé cette variable de 8 à 32Mo
basedir=c:/wamp/bin/mysql/mysql5.1.36
log-error=c:/wamp/logs/mysql.log
datadir=c:/wamp/bin/mysql/mysql5.1.36/data
_______________________________________________________________________
config du php.ini
max_input_time : -1
output_buffering : 32768
_______________________________________________________________________
Partager