[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] MySql 3.22.32



** Proprietary **

Hello,
someone installed the version of MySql 3.22.32 on a RAQ2?

i try:
./configure --prefix=/home/mysql \
--localstatedir=/home/mysql/data \
--with-unix-socket-path=/home/mysql/tmp/mysql.sock

it runs perfect

make run perfect
make install run perfect

now i type
MYSQL_UNIX_PORT=/home/mysql/mysql.sock
MYSQL_TCP_PORT=3307
export MYSQL_UNIX_PORT MYSQL_TCP_PORT

but if i try to create the mysql prvileg tables
the folders mysql and test will created but no tables.
error

Installation of grant tables failed

if i try to start 
bin/mysqld --skip-grant &
i get
Segmentation fault

any Idea

Michael