j'ai chopé les binaries pour linux , lance un .configure ca m'a cree les tables mais le service mysql s'arrete des que je le lance :
root@knoppixusr/local/mysql# ./bin/mysqld_safe
Starting mysqld daemon with databases from /usr/local/mysql/data
030528 11:36:52 mysqld ended
j'ai rien dans la log ... qqun a deja eu ce pb ?
Publicité
Posté le 28-05-2003 à 11:46:53
Sixtiz
Serial glandeur
Posté le 28-05-2003 à 11:52:00
Déjà un ./configure, c'est quand tu installes à partir des sources, pas des binaires. Ensuile pour lancer mysql, moi je lancerais plutot mysqld tout court.
Tu l'as installé comment exactement
kayasax
Posté le 28-05-2003 à 12:00:16
bé j'ai simplement extrait l'archive dans un rep.
normalement effectivement pas besoin du configure mais ca permet de créer les tables systemes qui vont bien...
c'est dans la doc qui me mets le safe ...
[fixed]
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests
030528 12:46:11 mysqld started
030528 12:46:12 InnoDB: Operating system error number 13 in a file operation.
InnoDB: See http://www.innodb.com/ibman.html for installation help.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: Cannot continue operation.
030528 12:46:12 mysqld ended