Outils pour utilisateurs

Outils du site


bsd:bsdmye

Erreurs MySQL


Services Réseaux

cat /var/db/mysql/panoramix.err


Erreurs

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
SQLSTATE[HY000] [1045] Access denied for user 'ffffroot'@'fbsd-1.home.lan' (using password: YES)
l'utilisateur 'ffroot' n'existe pas ou le mot de passe est mauvais dans le fichier connexion.php 
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1932
le fichier php.ini n'existe pas, il suffit de le créer à partir du fichier php.production.ini existant.
 
service apache24 restart
[ERROR] Can't start server : Bind on unix socket: Permission denied
[ERROR] Do you already have another mysqld server running on socket: /var/run/mysql/mysql.sock ?
[ERROR] Aborting
 
mkdir /var/run/mysql/
chmod -R 755 /var/run/mysql/
chown -R mysql:mysql /var/run/mysql/
SQLSTATE[HY000] [2002] No such file or directory
The error message indicates that a MySQL connection via socket is tried (which is not supported).




Services Réseaux

bsd/bsdmye.txt · Dernière modification : de 127.0.0.1