Problème SQL to use near...
Abdel_le_mort
-
Abdel_le_mort -
Abdel_le_mort -
Bonsoir,
J'ai un fichier .sql que je veux activer dans mon serveur mais au moment de mysql -u root -p mabdd < monfichier.sql
J'ai l'erreur :
Merci beaucoup
Abdel_le_mort
J'ai un fichier .sql que je veux activer dans mon serveur mais au moment de mysql -u root -p mabdd < monfichier.sql
J'ai l'erreur :
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
Merci beaucoup
Abdel_le_mort
A voir également:
- Problème SQL to use near...
- Qwerty to azerty - Guide
- Video to video - Télécharger - Conversion & Codecs
- Majuscule to minuscule - Guide
- Bat to exe converter - Télécharger - Édition & Programmation
- Honestech vhs to dvd - Forum Lecteurs et supports vidéo
2 réponses
/* Navicat MySQL Data Transfer Source Server : Local connection Source Server Version : 50136 Source Host : localhost:3306 Source Database : ma_bdd Target Server Type : MYSQL Target Server Version : 50136 File Encoding : 65001 Date: 2010-03-23 17:40:48 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for 'account_db' -- ---------------------------- CREATE TABLE IF NOT EXISTS 'account_db' (
Voilà les premières lignes.
Merci
Abdel_le_mort