#26 Le 21/03/2011, à 10:01
- Mindiell
Re : Serveur / site web (Résolue)
Peux-tu mettre ici le résultat de la commande suivante :
sudo cat /etc/mysql/my.cnf
Hors ligne
#27 Le 21/03/2011, à 11:03
- teddy.78
Re : Serveur / site web (Résolue)
ce lien est celui pour config mysql mais je narrive pas a le demarer donc cela ne me sert pas
pour le moment je suis sur mon portable je mettrai la reppnse a cette command des que je pourrai merci de votre reponse
Dernière modification par teddy.78 (Le 21/03/2011, à 11:06)
Hors ligne
#28 Le 21/03/2011, à 15:43
- superDude
Re : Serveur / site web (Résolue)
sudo /etc/init.d/mysql restart
˙lıɟoɹd ǝl suɐp ǝɹnʇɐuƃıs ǝp sɐd
Hors ligne
#29 Le 21/03/2011, à 18:12
- teddy.78
Re : Serveur / site web (Résolue)
Alors pour superDude ta commande ne me sert pas trop vu cela ne marche pas comme je les dit ta command correspond a "sudo service mysql restart"
Pour la command que tu ma demande de faire cela donne cela :
teddy@Teddy-desktop:~$ sudo cat /etc/mysql/my.cnf
[sudo] password for teddy:
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
# Here is entries for some specific programs
# The following values assume you have at least 32M ram
# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
#
# * Basic Settings
#
#
# * IMPORTANT
# If you make changes to these settings and your system uses apparmor, you may
# also need to also adjust /etc/apparmor.d/usr.sbin.mysqld.
#
user = mysql
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = 127.0.0.1
bind-adress = 192.168.1.3
#
# * Fine Tuning
#
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 100
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
# As of 5.1 you can enable the log at runtime!
#general_log_file = /var/log/mysql/mysql.log
#general_log = 1
log_error = /var/log/mysql/error.log
# Here you can see queries with especially long duration
#log_slow_queries = /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
# note: if you are setting up a replication slave, see README.Debian about
# other settings you may need to change.
#server-id = 1
#log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
#binlog_ignore_db = include_database_name
#
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
#
# * Security Features
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
#
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem
[mysqldump]
quick
quote-names
max_allowed_packet = 16M
[mysql]
#no-auto-rehash # faster start of mysql but no tab completition
[isamchk]
key_buffer = 16M
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/
Hors ligne
#30 Le 22/03/2011, à 12:46
- MaxInux
Re : Serveur / site web (Résolue)
Bonjour
La commande doit fonctionner, je l'ai testé sur une VM natty pour en etre certain (j'utilise Debian et elle fonctionne également)
Tu peux passer par la commande "service < option > | --status-all | [ service_name [ command | --full-restart ] ]", ou directement sur le fichier lanceur dans l'/etc/init.d/
Le résultat sera le même:
sudo service mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
sudo /etc/init.d/mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
Dernière modification par MaxInux (Le 22/03/2011, à 12:47)
Vous avez des soucis d'installation ou souhaitez une aide efficace, près et proche de vous....
Parrains Linux.
"« Tout ce dont nous avons besoin est une crise majeure appropriée, et les nations accepteront le Nouvel Ordre Mondial » (David Rockefeller)"
Hors ligne
#31 Le 22/03/2011, à 13:22
- teddy.78
Re : Serveur / site web (Résolue)
oui mais mon probleme est pas le redemarage mais la config ne fonctionne pas le redemarage ne met pas de message d erreur mais reste bloquer
Hors ligne
#32 Le 22/03/2011, à 13:28
- Ungars
Re : Serveur / site web (Résolue)
Si tu ne trouves pas de solution, essaye une autre version d' Ubuntu.
Hors ligne
#33 Le 22/03/2011, à 15:48
- teddy.78
Re : Serveur / site web (Résolue)
mais pourquoi cela marchais au debut alors je ne comprend pas
Hors ligne
#34 Le 22/03/2011, à 16:21
- Ungars
Re : Serveur / site web (Résolue)
Je ne sais pas, tu n' as rien changé ?
Hors ligne
#35 Le 22/03/2011, à 16:26
- teddy.78
Re : Serveur / site web (Résolue)
ba depuis que cela ne marche plu je nest rien changer dans la config de ubuntu apres javais changer des truc dans mysql mais ces comme marquer sur le lien que jai mis et en plus jai reinstaller mysql donc normalement rien na ete changer
Hors ligne
#36 Le 22/03/2011, à 16:34
- Ungars
Re : Serveur / site web (Résolue)
Attends, essaye un truc,
Lance mysql en tant que root :
sudo -i
/etc/init.d/mysql start
Hors ligne
#37 Le 22/03/2011, à 17:23
- teddy.78
Re : Serveur / site web (Résolue)
Cela se lance bien mais cela me met toujours l'erreur "ERROR 2002" et pour info avec ma version de ubuntu "/etc/init.d/mysql start" ne fonctionne pas ces seulement "service mysql start" qui fonctionne
Hors ligne
#38 Le 23/03/2011, à 09:41
- Mindiell
Re : Serveur / site web (Résolue)
Bon, lance ton mysql, et ensuite tape cette commande :
sudo ls -al /var/run/mysqld/
Hors ligne
#39 Le 23/03/2011, à 20:12
- teddy.78
Re : Serveur / site web (Résolue)
Voici le resultat de la command:
teddy@Teddy-desktop:~# sudo ls -al /var/run/mysqld/
total 0
drwxr-xr-x 2 mysql root 40 2011-03-21 18:15 .
drwxr-xr-x 17 root root 680 2011-03-21 18:15..
Et je tien a vous remercier tous de votre aide j'espere vous aller pouvoir m'aider a ressoudre ce problème
Merci d'avance cordialement
Hors ligne
#40 Le 23/03/2011, à 21:56
- Mindiell
Re : Serveur / site web (Résolue)
Peux-tu alors faire un
ls -al /var/run/
PS : Pourrais-tu aussi essayer de faire un effort sur l'orthographe ? C'est difficile de te lire.
Hors ligne
#41 Le 23/03/2011, à 22:13
- teddy.78
Re : Serveur / site web (Résolue)
Voila le résultat
teddy@Teddy-desktop:~$ ls -al /var/run/
total 64
drwxr-xr-x 17 root root 680 2011-03-21 18:15 .
drwxr-xr-x 15 root root 4096 2011-03-11 20:26 ..
-rw-r--r-- 1 root root 5 2011-03-21 18:15 acpid.pid
srw-rw-rw- 1 root root 0 2011-03-21 18:15 acpid.socket
drwxr-xr-x 2 root root 40 2011-03-21 18:15 apache2
-rw-r--r-- 1 root root 5 2011-03-21 18:15 apache2.pid
-rw-r--r-- 1 root root 5 2011-03-21 18:15 atd.pid
drwxr-xr-x 2 avahi avahi 80 2011-03-21 18:15 avahi-daemon
drwxr-xr-x 2 root root 60 2011-03-21 18:15 console
drwxr-xr-x 2 root root 60 2011-03-21 18:15 ConsoleKit
-rw-r--r-- 1 root root 4 2011-03-21 18:14 console-kit-daemon.pid
-rw-r--r-- 1 root root 5 2011-03-21 18:15 crond.pid
---------- 1 root root 0 2011-03-21 18:15 crond.reboot
drwxr-xr-x 3 root lp 120 2011-03-21 18:14 cups
drwxr-xr-x 2 messagebus messagebus 80 2011-03-21 18:14 dbus
-rw-r--r-- 1 root root 5 2011-03-21 18:15 dhclient-wlan0.pid
drwx--x--x 4 root gdm 100 2011-03-21 18:15 gdm
-rw-r--r-- 1 root root 4 2011-03-21 18:14 gdm.pid
-rw-r--r-- 1 root root 178 2011-03-21 18:14 motd
drwxr-xr-x 2 mysql root 40 2011-03-21 18:15 mysqld
drwxr-xr-x 2 root root 60 2011-03-21 18:15 network
-rw-r--r-- 1 root root 0 2011-03-21 18:14 network-interface-security
-rw-r--r-- 1 root root 3 2011-03-21 18:14 NetworkManager.pid
-rw-r--r-- 1 root root 1777 2011-03-21 18:15 nm-dhclient-wlan0.conf
drwxr-xr-x 4 root root 80 2011-03-21 18:15 pm-utils
drwxr-xr-x 2 root root 40 2011-03-21 18:15 pppconfig
-rw-r--r-- 1 root root 4 2011-03-21 18:14 rsyslogd.pid
drwxrwxr-x 2 root utmp 40 2011-03-21 18:14 screen
drwxr-xr-x 2 root root 40 2011-03-21 18:14 sendsigs.omit.d
drwxr-xr-x 2 root root 40 2011-03-21 18:14 sshd
-rw-r--r-- 1 root root 4 2011-03-21 18:14 sshd.pid
drwxr-xr-x 2 root root 60 2011-03-21 18:14 udev-configure-printer
-rw-r--r-- 1 root root 4 2011-03-21 18:14 upstart-udev-bridge.pid
-rw-rw-r-- 1 root utmp 4224 2011-03-23 20:10 utmp
PS: Je ne vois pas ou on ne me comprend pas
Hors ligne
#42 Le 24/03/2011, à 10:15
- Mindiell
Re : Serveur / site web (Résolue)
Tu avais démarrer mysql avant ?
Si oui, cela veut dire que mysql ne peut pas créer le fichier /var/run/mysqld/mysqld.sock, d'où ton message d'erreur.
Tu peux essayer ca :
sudo cat /var/log/mysql.log
Hors ligne
#43 Le 24/03/2011, à 18:01
- teddy.78
Re : Serveur / site web (Résolue)
Oui j'avais bien lancer mysql juste avant
J'ai fait ta command mais apres lorsque j'essaye de faire "mysql -u root -p" cela me met toujours le message d'erreur 2002
Hors ligne
#44 Le 25/03/2011, à 09:56
- Mindiell
Re : Serveur / site web (Résolue)
Oui, c'est logique : mysql n'a pas pu créé le fichier incriminé. Montre moi les logs comme je te l'ai demandé. On va voir s'il y a un message plus intéressant dedans.
Hors ligne
#45 Le 25/03/2011, à 10:13
- teddy.78
Re : Serveur / site web (Résolue)
Voici le resultat :
teddy@Teddy-desktop:~$ sudo ls -al /var/run/
total 64
drwxr-xr-x 17 root root 680 2011-03-24 18:05 .
drwxr-xr-x 15 root root 4096 2011-03-11 20:26 ..
-rw-r--r-- 1 root root 5 2011-03-24 18:05 acpid.pid
srw-rw-rw- 1 root root 0 2011-03-24 18:05 acpid.socket
drwxr-xr-x 2 root root 40 2011-03-24 18:05 apache2
-rw-r--r-- 1 root root 5 2011-03-24 18:05 apache2.pid
-rw-r--r-- 1 root root 5 2011-03-24 18:05 atd.pid
drwxr-xr-x 2 avahi avahi 80 2011-03-24 18:05 avahi-daemon
drwxr-xr-x 2 root root 60 2011-03-24 18:05 console
drwxr-xr-x 2 root root 60 2011-03-24 18:05 ConsoleKit
-rw-r--r-- 1 root root 4 2011-03-24 18:05 console-kit-daemon.pid
-rw-r--r-- 1 root root 5 2011-03-24 18:05 crond.pid
---------- 1 root root 0 2011-03-24 18:05 crond.reboot
drwxr-xr-x 3 root lp 120 2011-03-24 18:05 cups
drwxr-xr-x 2 messagebus messagebus 80 2011-03-24 18:05 dbus
-rw-r--r-- 1 root root 5 2011-03-24 18:05 dhclient-wlan0.pid
drwx--x--x 4 root gdm 100 2011-03-24 18:05 gdm
-rw-r--r-- 1 root root 4 2011-03-24 18:05 gdm.pid
-rw-r--r-- 1 root root 238 2011-03-24 18:05 motd
drwxr-xr-x 2 mysql root 40 2011-03-24 18:05 mysqld
drwxr-xr-x 2 root root 60 2011-03-24 18:05 network
-rw-r--r-- 1 root root 0 2011-03-24 18:05 network-interface-security
-rw-r--r-- 1 root root 3 2011-03-24 18:05 NetworkManager.pid
-rw-r--r-- 1 root root 1777 2011-03-24 18:05 nm-dhclient-wlan0.conf
drwxr-xr-x 4 root root 80 2011-03-24 18:05 pm-utils
drwxr-xr-x 2 root root 40 2011-03-24 18:05 pppconfig
-rw-r--r-- 1 root root 4 2011-03-24 18:05 rsyslogd.pid
drwxrwxr-x 2 root utmp 40 2011-03-24 18:05 screen
drwxr-xr-x 2 root root 40 2011-03-24 18:05 sendsigs.omit.d
drwxr-xr-x 2 root root 40 2011-03-24 18:05 sshd
-rw-r--r-- 1 root root 4 2011-03-24 18:05 sshd.pid
drwxr-xr-x 2 root root 60 2011-03-24 18:05 udev-configure-printer
-rw-r--r-- 1 root root 4 2011-03-24 18:05 upstart-udev-bridge.pid
-rw-rw-r-- 1 root utmp 4224 2011-03-24 18:07 utmp
Hors ligne
#46 Le 25/03/2011, à 10:59
- Mindiell
Re : Serveur / site web (Résolue)
Euh, non
Le message #42
sudo cat /var/log/mysql.log
Hors ligne
#47 Le 25/03/2011, à 16:22
- teddy.78
Re : Serveur / site web (Résolue)
A desoler,
Cela me met rien cela fait comme si la tache etait effectuer je tape la commande fait entrer puis cela me remet teddy@...
Je ne connais pas trop les commandes Linux on pourrait me dire l'effet de "cat" ?
Merci d'avance cordialement
Hors ligne
#48 Le 25/03/2011, à 19:02
- Ungars
Re : Serveur / site web (Résolue)
Ce fichier est vide chez moi aussi, peux tu essayer avec :
cat /var/log/mysql.err
(Je ne pense pas que sudo soit nécessaire)
Hors ligne
#49 Le 25/03/2011, à 19:19
- teddy.78
Re : Serveur / site web (Résolue)
Cela fait pareil que pour la commande precedente je ne comprend vraiment pas pourquoi cela ne marche pas je vais essayer de reboot le pc et mettre au multi boot au demarge la premier version de ubuntu que j'ai celle que j'avais quand j'ain installer je retest et recontact juste apres
Edit: Pour ubuntu j'ai 2.6.35-27 et 2.6.35-28 tous ce que j'essaye depuis que cela ne fonctionne pas était sur la derniere (2.6.35-28) mais je vien de refaire toute les commandes des reponses mise ici et cela me fait toujours les memes erreurs
Donc je vois pas du tous d'ou cela peut venir ces quand meme bizare
Dernière modification par teddy.78 (Le 25/03/2011, à 19:23)
Hors ligne
#50 Le 25/03/2011, à 19:35
- Ungars
Re : Serveur / site web (Résolue)
Tes logs sont peut etre vides, ce qui est mon cas.
Hors ligne