Heikki,
Yes, I'm using Hungarian character-set as default.
I've checked the mysql.err, and it contains nothing important.
The full content of mysql.err right after starting mysqld-max, runnig
the script and crash:
---
MySql: ready for connections
---
Maybe, because MySQL crashed before it could
Hi,
I'm using MySQL-Max-4.0.1-alpha on WinNT4SP6 with InnoDB as default
table type.
I have a database creation script like this:
//Section A
CREATE TABLE AParents (
Id int unsigned not null auto_increment,
Parent int unsigned not null,
primary key (Id),
index Parent (Parent)
) TYPE = I
Hi,
Do you (as user 'mysql') have the rights (ugo) to write those files and
directories in the error messages?
--Aaron Axelsen wrote
i recently compilied mysql on my redhat 7.3 machine but when try to
start the daemon i get the following errors:
020715 23:40:08 mysqld started
020715 23:40:08