Base de données MySQL désactivé
Fermé
Macbernie
Messages postés
3
Date d'inscription
dimanche 9 mai 2010
Statut
Membre
Dernière intervention
9 mai 2010
-
Modifié par jipicy le 9/05/2010 à 19:33
Macbernie Messages postés 3 Date d'inscription dimanche 9 mai 2010 Statut Membre Dernière intervention 9 mai 2010 - 9 mai 2010 à 21:36
Macbernie Messages postés 3 Date d'inscription dimanche 9 mai 2010 Statut Membre Dernière intervention 9 mai 2010 - 9 mai 2010 à 21:36
A voir également:
- Base de données MySQL désactivé
- Pave tactile desactive - Guide
- Compte facebook désactivé - Guide
- Formules excel de base - Guide
- Germain veut gérer les activités de son association avec une base de données. il a commencé à créer des tables dans un fichier, mais il n’est pas sûr du résultat. le fichier à télécharger contient uniquement le schéma de cette base de données. en l’état actuel, que peut-on en déduire ? - Forum Outlook
- Tnt base de données vide - Forum TNT / Satellite / Réception
3 réponses
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
9 mai 2010 à 19:39
9 mai 2010 à 19:39
Salut,
Dans un terminal, en root ou précédé de "sudo" si Ubuntu ou dérivéés...
Dans un terminal, en root ou précédé de "sudo" si Ubuntu ou dérivéés...
/etc/init.d/mysql start
Macbernie
Messages postés
3
Date d'inscription
dimanche 9 mai 2010
Statut
Membre
Dernière intervention
9 mai 2010
9 mai 2010 à 20:30
9 mai 2010 à 20:30
Salut jipicy
J'utilise OpenSuse, mais cette ligne de commande marche quand même.
macbernie@macbernie-linux-e5o0:~> sudo /etc/init.d/mysql start
root's password:
Creating MySQL privilege database...
Installing MySQL system tables...
100509 19:48:07 [Warning] Forcing shutdown of 2 plugins
OK
Filling help tables...
100509 19:48:07 [Warning] Forcing shutdown of 2 plugins
OK
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h macbernie-linux-e5o0.site password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
rcmysql start
You can test the MySQL daemon with mysql-test package
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available at https://www.mysql.com/
Support MySQL by buying support/licenses from https://shop.oracle.com/apex/f?p=dstore:2:0::NO:RP,2:PROD_HIER_ID:58095029061520477171389
Starting service MySQL warning: /var/run/mysql/mysql.sock didn't appear within 30 seconds
chmod: cannot access '/var/run/mysql/mysqld.pid': No such file or directory
failed
Apparement rien n'a faire, mySQL ne ce lance pas :(
J'utilise OpenSuse, mais cette ligne de commande marche quand même.
macbernie@macbernie-linux-e5o0:~> sudo /etc/init.d/mysql start
root's password:
Creating MySQL privilege database...
Installing MySQL system tables...
100509 19:48:07 [Warning] Forcing shutdown of 2 plugins
OK
Filling help tables...
100509 19:48:07 [Warning] Forcing shutdown of 2 plugins
OK
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h macbernie-linux-e5o0.site password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
rcmysql start
You can test the MySQL daemon with mysql-test package
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available at https://www.mysql.com/
Support MySQL by buying support/licenses from https://shop.oracle.com/apex/f?p=dstore:2:0::NO:RP,2:PROD_HIER_ID:58095029061520477171389
Starting service MySQL warning: /var/run/mysql/mysql.sock didn't appear within 30 seconds
chmod: cannot access '/var/run/mysql/mysqld.pid': No such file or directory
failed
Apparement rien n'a faire, mySQL ne ce lance pas :(
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
9 mai 2010 à 21:03
9 mai 2010 à 21:03
Regarde dans '/etc/my.cnf' dans la section "mysqld" où pointe la ligne "socket", si c'est bien la même que celle des logs ("/var/run/mysql/mysql.sock")...
Macbernie
Messages postés
3
Date d'inscription
dimanche 9 mai 2010
Statut
Membre
Dernière intervention
9 mai 2010
9 mai 2010 à 21:36
9 mai 2010 à 21:36
Dans var/run/mysql je n'ai aucun fichier... :s
Pourtant dans le fichier my.cnf, j'ai bien le ligne:
socket = /var/run/mysql/mysql.sock
Pourtant dans le fichier my.cnf, j'ai bien le ligne:
socket = /var/run/mysql/mysql.sock