Précédent
- 1
- 2
regar sa ne me mais rien dans ma bdd regard quand je fais exporter :
-- phpMyAdmin SQL Dump
-- version 2.9.2
-- https://www.phpmyadmin.net/
--
-- Serveur: localhost
-- Généré le : Jeudi 13 Novembre 2008 à 12:41
-- Version du serveur: 5.0.27
-- Version de PHP: 5.2.1
--
-- Base de données: `ml`
--
-- --------------------------------------------------------
--
-- Structure de la table `enregistrer`
--
CREATE TABLE `enregistrer` (
`id` int(11) NOT NULL auto_increment,
`login` text NOT NULL,
`password` text NOT NULL,
`email` text NOT NULL,
`paypal` text NOT NULL,
`pays` text NOT NULL,
`parrain` text NOT NULL,
`total` int(11) NOT NULL,
`total_clique` int(11) NOT NULL,
`total_email` int(11) NOT NULL,
`concouclique` int(11) NOT NULL,
`prenom` text NOT NULL,
`nom` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--
-- Contenu de la table `enregistrer`
--
-- phpMyAdmin SQL Dump
-- version 2.9.2
-- https://www.phpmyadmin.net/
--
-- Serveur: localhost
-- Généré le : Jeudi 13 Novembre 2008 à 12:41
-- Version du serveur: 5.0.27
-- Version de PHP: 5.2.1
--
-- Base de données: `ml`
--
-- --------------------------------------------------------
--
-- Structure de la table `enregistrer`
--
CREATE TABLE `enregistrer` (
`id` int(11) NOT NULL auto_increment,
`login` text NOT NULL,
`password` text NOT NULL,
`email` text NOT NULL,
`paypal` text NOT NULL,
`pays` text NOT NULL,
`parrain` text NOT NULL,
`total` int(11) NOT NULL,
`total_clique` int(11) NOT NULL,
`total_email` int(11) NOT NULL,
`concouclique` int(11) NOT NULL,
`prenom` text NOT NULL,
`nom` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--
-- Contenu de la table `enregistrer`
--
Précédent
- 1
- 2