Bonjour,
En voulant réimporter ma BDD j'ai depuis cette erreur :
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 '' at line 1 SQL=INSERT INTO kz5rj_pokerpoints VALUES
N'étant pas un grand connaisseur j'en appelle à votre aide. Peut être auriez vous besoin de cela également :
-- phpMyAdmin SQL Dump
-- version 4.1.14.8
-- http://www.phpmyadmin.net
--
-- Client : db422519802.db.1and1.com
-- Généré le : Sam 02 Avril 2016 à 10:58
-- Version du serveur : 5.1.73-log
-- Version de PHP : 5.4.45-0+deb7u2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de données : `db422519802`
--
-- --------------------------------------------------------
--
-- Structure de la table `kz5rj_pokerpoints`
--
CREATE TABLE IF NOT EXISTS `kz5rj_pokerpoints` (
`id_event` int(11) NOT NULL,
`id_player` int(11) NOT NULL,
`rank` int(3) DEFAULT NULL,
`tournamentpts` int(5) DEFAULT NULL,
`buyin` int(11) DEFAULT NULL,
`rebuy` int(11) DEFAULT NULL,
`addon` int(11) DEFAULT NULL,
`payout` int(11) DEFAULT NULL,
`knockouts` int(11) DEFAULT NULL,
`knockoutrevenue` int(11) DEFAULT NULL,
`bountycost` int(11) DEFAULT NULL,
`roundout` int(11) DEFAULT NULL,
`timeout` datetime DEFAULT NULL,
`notes` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Contenu de la table `kz5rj_pokerpoints`
--
INSERT INTO `kz5rj_pokerpoints` (`id_event`, `id_player`, `rank`, `tournamentpts`, `buyin`, `rebuy`, `addon`, `payout`, `knockouts`, `knockoutrevenue`, `bountycost`, `roundout`, `timeout`, `notes`) VALUES
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Si vous avez besoin d'autre chose contactez moi.
Merci par avance.