Hello,
voila tout marchait bien, comme je débute et que j'ai pas mal cafouillé avec les chmod j'ai tout réinstallé pour avoir un systeme propre. Je réinstalle fedora 3 avec les packages mysql, apache et php, puis je lance les update...
Mon site marche très bien, j"ai créé une base de cette manière:
mysqladmin create bddstats -p
mon mot de passe
puis mysql
puis je crée l'utilisateur
GRANT create, select, insert, update, delete ON bddstats.* TO moi@localhost IDENTIFIED BY 'mon mot de passe'; FLUSH PRIVILEGES; q
Je lance phpmyvistes, et là il me dit impossible de se connecter à la base...
Pourtant dans la console avec mysql -p
password
r bddstats
et bien ça se connecte
par ailleurs dans les logs mysql j'ai ça:
050223 01:08:07 mysqld started
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
/usr/libexec/mysqld: ready for connections
Quelqu'un y voit clair ?
merci !!