> I've changed that. I might have asked before, if so apologies, but do > you have the mysql query log where it fails if you include the type? I'm trying to make logs, running safe_mysqld. But it seems I cannot get mysql to log anything but very simple errors in <hostname>.err.
I compiled myslq with --prefix=/usr/local/mysql, and placed a my.cnf in /usr/local/mysql/etc. If you got any ideas, I would be very greatfull to help you :) Tarjei here's my my.cnf: [client] #password = my_password port = 3306 #socket = /var/run/mysqld/mysqld.sock # Here is entries for some specific programs # The following values assume you have at least 32M ram [safe_mysqld] err-log = /usr/local/mysql/var/mysql.err log = /usr/local/mysql/var/mysql.log [mysqld] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 log = /var/log/mysql.log basedir = /usr/local/mysql datadir = /usr/local/mysql/var tmpdir = /tmp #language = /usr/share/mysql/english #skip-locking #skip-networking set-variable = key_buffer=16M set-variable = max_allowed_packet=1M set-variable = thread_stack=128K [mysqldump] quick set-variable = max_allowed_packet=1M [mysql] #no-auto-rehash # faster start of mysql but no tab completition [isamchk] set-variable = key_buffer=16M Tarjei > Emile > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
