Erreur à la connexion au serveur SQL------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ select * from domaine where langue = 'en' ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM marque----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(id_marque) as TT from marque ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
*
from marque order by marque.nom_marque_en asc ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM categorie----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(id_categorie) as TT from categorie ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
*
from categorie order by categorie.nom_categorie_en asc limit 0,10----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------select * from exception where url like '%/' ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(texte_footer.id) as TT from texte_footer
where texte_footer.texte_en not like '' and texte_footer.type_page = 'hp_en' ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
texte_footer.*
from texte_footer
where texte_footer.texte_en not like '' and texte_footer.type_page = 'hp_en' order by id desc limit 0,10----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(texte_footer.id) as TT from texte_footer
where texte_footer.type_page = 'hp_en' ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
texte_footer.*
from texte_footer
where texte_footer.type_page = 'hp_en' order by id desc limit 0,10----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM pays----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT id_pays from pays order by nom_en asc----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT * from pays where id_pays in (0) order by nom_en asc----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM marque----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(id_marque) as TT from marque ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
*
from marque order by marque.nom_marque_en asc ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM categorie----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(id_categorie) as TT from categorie ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
*
from categorie order by categorie.nom_categorie_en asc limit 0,10----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------select * from reference_client order by nom_en asc ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(diapo_hp.id) as TT from diapo_hp ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT * from diapo_hp order by position asc limit 0,10----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM categorie----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(id_categorie) as TT from categorie where categorie.visible_hp = 1 ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
*
from categorie where categorie.visible_hp = 1 order by categorie.id_categorie asc limit 0,10----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM marque----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(id_marque) as TT from marque ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
*
from marque order by marque.nom_marque_en asc ----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM vehicule----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------SHOW FIELDS FROM vehicule----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count( t.id_vehicule ) as TT from ( SELECT vehicule.id_vehicule from vehicule
INNER JOIN categorie ON categorie.id_categorie = vehicule.id_categorie
INNER JOIN marque ON marque.id_marque = vehicule.id_marque
LEFT JOIN vehicule_ordre_marque on vehicule_ordre_marque.id_vehicule = vehicule.id_vehicule
LEFT JOIN vehicule_ordre_pays on vehicule_ordre_pays.id_vehicule = vehicule.id_vehicule
LEFT JOIN vehicule_ordre_region on vehicule_ordre_region.id_vehicule = vehicule.id_vehicule
LEFT JOIN vehicule_photo on ( vehicule_photo.id_vehicule = vehicule.id_vehicule and vehicule_photo.principale = 1 )
LEFT JOIN vehicule_ville on vehicule_ville.id_vehicule = vehicule.id_vehicule
where vehicule.hp = 1 and (vehicule.`descriptif_en` IS NOT NULL) group by vehicule.id_vehicule ) t----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT
categorie.nom_categorie_en,
marque.nom_marque_en,
vehicule_photo.*,
vehicule.*
from vehicule
INNER JOIN categorie ON categorie.id_categorie = vehicule.id_categorie
INNER JOIN marque ON marque.id_marque = vehicule.id_marque
LEFT JOIN vehicule_ordre_marque on vehicule_ordre_marque.id_vehicule = vehicule.id_vehicule
LEFT JOIN vehicule_ordre_pays on vehicule_ordre_pays.id_vehicule = vehicule.id_vehicule
LEFT JOIN vehicule_ordre_region on vehicule_ordre_region.id_vehicule = vehicule.id_vehicule
LEFT JOIN vehicule_photo on ( vehicule_photo.id_vehicule = vehicule.id_vehicule and vehicule_photo.principale = 1 )
LEFT JOIN vehicule_ville on vehicule_ville.id_vehicule = vehicule.id_vehicule
where vehicule.hp = 1 and (vehicule.`descriptif_en` IS NOT NULL) group by vehicule.id_vehicule order by vehicule_ordre_pays.ordre IS NULL ,vehicule_ordre_pays.ordre asc,vehicule.nom_en asc limit 0,8----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ select * from domaine where langue = 'en'----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT count(popin.id) as TT from popin where popin.type = 'hp' and popin.remise > 0----------
------ERREUR SQL --------
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
------------ SELECT * from popin where popin.type = 'hp' and popin.remise > 0 order by popin.id asc limit 0,8----------