[debian ] [mysql] pidfile not found

Fermé
Eizn - 22 janv. 2009 à 11:15
 Eizn - 22 janv. 2009 à 13:02
Bonjour,

Je suis depuis 3 jours sur un probleme avec mon serveur mysql que je tente d'installer pour un IDS snort.

Lorsque jai voulu apres l'installation de mysql entré le mot de passe root jai eu le droit a un :

debian-03:/#mysql -u root mysqladmin -u root password SNIFSNIF
-bash: mysql: command not found


si je test un start, reload ou quoi que ce soit de cette façon il me retourne ce message :

debian-03:/# /etc/init.d/mysql start
Starting MySQL.* Manager of pid-file quit without updating file.


Si quelqu'un pouvait me venir en aide ou me donner une piste il serait le BIENVENU pour me sauver :)

Merci
Eizn_
A voir également:

3 réponses

Unixmen Messages postés 20 Date d'inscription mercredi 7 janvier 2009 Statut Membre Dernière intervention 4 mars 2009 3
22 janv. 2009 à 11:37
pour installer un nouveau mot de pass root . essayer de le mettre par :

[root@localhost cpool]# mysqladmin
si tu veux change le pass :
mysqladmin -uroot -pXXX password
si tu veux metre le pass pour la premier fois
mysqladmin -uroot -pXXX password


XXX = ton mot de pass


CHeers
Unixmen
0
merci pour ta reponse

mais le retour de la commande reste negative

debian-03:/# mysqladmin -uroot -pSNIFSNIF password
-bash: mysqladmin: command not found



jai trouver une commande qui au moins se lance mais n'arrive pas au bout non plus :

debian-03:/# /usr/bin/mysql_secure_installation




NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!


In order to log into MySQL to secure it, we'll need the current
password for the root user. If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none):
/usr/bin/mysql_secure_installation: line 42: mysql: command not found
OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.

You already have a root password set, so you can safely answer 'n'.

Change the root password? [Y/n] Y
New password:
Re-enter new password:
/usr/bin/mysql_secure_installation: line 42: mysql: command not found
Password update failed!


Merci d'avance ....
0
Unixmen Messages postés 20 Date d'inscription mercredi 7 janvier 2009 Statut Membre Dernière intervention 4 mars 2009 3
22 janv. 2009 à 12:43
est ce que ta deja ce package :

sudo apt-get install mysql-server !!!! ca l air d etre absent ..

essay svp
0
HostOfSeraphim Messages postés 6750 Date d'inscription jeudi 2 février 2006 Statut Contributeur Dernière intervention 31 juillet 2016 1 608
22 janv. 2009 à 12:51
Il a quand même une entrée mysql dans /etc/init.d, ça laisse supporter que le paquet a été installé. Mais si il a été installé, je crois qu'il serait bon de le réinstaller...

0
oui le paquet est deja present.

pour une reinstallation bien propre quel est la meilleur manip a suivre ?

Merci
0