tret de : http://dev.mysql.com/doc/refman/4.1/en/error-log.html
5.11.1. The Error Log The error log file contains information indicating when mysqld was started and stopped and also any critical errors that occur while the server is running. If mysqld notices a table that needs to be automatically checked or repaired, it writes a message to the error log. On some operating systems, the error log contains a stack trace if mysqld dies. The trace can be used to determine where mysqld died. See Section E.1.4, "Using a Stack Trace". If mysqld dies unexpectedly and mysqld_safe needs to restart it, mysqld_safe writes a restarted mysqld message to the error log. Beginning with MySQL 4.0.10, you can specify where mysqld stores the error log file with the --log-error[=file_name] option. If no file_name value is given, mysqld uses the name host_name.err and writes the file in the data directory. (Prior to MySQL 4.0.10, the Windows error log name is mysql.err.) If you execute FLUSH LOGS, the error log is renamed with a suffix of -old and mysqld creates a new empty log file. (No renaming occurs if the --log-error option was not given.) In older MySQL versions on Unix, error log handling was done by mysqld_safe which redirected the error file to host_name.err. You could change this filename by specifying a --err-log=file_name option to mysqld_safe. If you do not specify --log-error, or (on Windows) if you use the --console option, errors are written to stderr, the standard error output. Usually this is your terminal. El 01/03/06, marcfurti <[EMAIL PROTECTED]> ha escrit: > El dc 01 de 03 del 2006 a les 14:09 +0100, en/na Limòsin va escriure: > > H! > > > > Mira quina versió tens del SQL, i com està configurada. Potser la tens > > "per desenvolupament" i et limita la quantitat de connexions, encara > > que no sé si per això hauria de parar-se. > > Bones ...la versió que tinc és la 4.0.24-10sarge, com ho puc mirar com > està configurada ??? > Merci i fins ara > -- > http://dats.3utilities.com #El meu weblog personal on hi ha varis tipus de > cosses, > notcies, problemes, vivncies, i altres cosses relacionades amb mi > clau pblica 1024D/0523C76E 2005-12-09 > Marc Furti i Puig [EMAIL PROTECTED] > > > > > > > > ______________________________________________ > LLama Gratis a cualquier PC del Mundo. > Llamadas a fijos y móviles desde 1 céntimo por minuto. > http://es.voice.yahoo.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- Pere Nubiola Radigales Telf: +34 656316974 e-mail: [EMAIL PROTECTED]

