-- phpMyAdmin SQL Dump
-- version 2.7.0-pl1
-- http://www.phpmyadmin.net
-- 
-- Serveur: localhost
-- Généré le : Mardi 11 Juillet 2006 à 17:18
-- Version du serveur: 5.0.17
-- Version de PHP: 5.1.1
-- 
-- Base de données: `information_schema`
-- 
CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE information_schema;

-- --------------------------------------------------------

-- 
-- Structure de la table `CHARACTER_SETS`
-- 

DROP TABLE IF EXISTS `CHARACTER_SETS`;
CREATE TEMPORARY TABLE `CHARACTER_SETS` (
  `CHARACTER_SET_NAME` varchar(64) NOT NULL default '',
  `DEFAULT_COLLATE_NAME` varchar(64) NOT NULL default '',
  `DESCRIPTION` varchar(60) NOT NULL default '',
  `MAXLEN` bigint(3) NOT NULL default '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `CHARACTER_SETS`
-- 

INSERT INTO `CHARACTER_SETS` VALUES ('big5', 'big5_chinese_ci', 'Big5 Traditional Chinese', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('dec8', 'dec8_swedish_ci', 'DEC West European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp850', 'cp850_general_ci', 'DOS West European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('hp8', 'hp8_english_ci', 'HP West European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('koi8r', 'koi8r_general_ci', 'KOI8-R Relcom Russian', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('latin1', 'latin1_swedish_ci', 'cp1252 West European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('latin2', 'latin2_general_ci', 'ISO 8859-2 Central European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('swe7', 'swe7_swedish_ci', '7bit Swedish', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('ascii', 'ascii_general_ci', 'US ASCII', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('ujis', 'ujis_japanese_ci', 'EUC-JP Japanese', 3);
INSERT INTO `CHARACTER_SETS` VALUES ('sjis', 'sjis_japanese_ci', 'Shift-JIS Japanese', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('hebrew', 'hebrew_general_ci', 'ISO 8859-8 Hebrew', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('tis620', 'tis620_thai_ci', 'TIS620 Thai', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('euckr', 'euckr_korean_ci', 'EUC-KR Korean', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('koi8u', 'koi8u_general_ci', 'KOI8-U Ukrainian', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('gb2312', 'gb2312_chinese_ci', 'GB2312 Simplified Chinese', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('greek', 'greek_general_ci', 'ISO 8859-7 Greek', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp1250', 'cp1250_general_ci', 'Windows Central European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('gbk', 'gbk_chinese_ci', 'GBK Simplified Chinese', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('latin5', 'latin5_turkish_ci', 'ISO 8859-9 Turkish', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('armscii8', 'armscii8_general_ci', 'ARMSCII-8 Armenian', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('utf8', 'utf8_general_ci', 'UTF-8 Unicode', 3);
INSERT INTO `CHARACTER_SETS` VALUES ('ucs2', 'ucs2_general_ci', 'UCS-2 Unicode', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('cp866', 'cp866_general_ci', 'DOS Russian', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('keybcs2', 'keybcs2_general_ci', 'DOS Kamenicky Czech-Slovak', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('macce', 'macce_general_ci', 'Mac Central European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('macroman', 'macroman_general_ci', 'Mac West European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp852', 'cp852_general_ci', 'DOS Central European', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('latin7', 'latin7_general_ci', 'ISO 8859-13 Baltic', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp1251', 'cp1251_general_ci', 'Windows Cyrillic', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp1256', 'cp1256_general_ci', 'Windows Arabic', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp1257', 'cp1257_general_ci', 'Windows Baltic', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('binary', 'binary', 'Binary pseudo charset', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('geostd8', 'geostd8_general_ci', 'GEOSTD8 Georgian', 1);
INSERT INTO `CHARACTER_SETS` VALUES ('cp932', 'cp932_japanese_ci', 'SJIS for Windows Japanese', 2);
INSERT INTO `CHARACTER_SETS` VALUES ('eucjpms', 'eucjpms_japanese_ci', 'UJIS for Windows Japanese', 3);

-- --------------------------------------------------------

-- 
-- Structure de la table `COLLATIONS`
-- 

DROP TABLE IF EXISTS `COLLATIONS`;
CREATE TEMPORARY TABLE `COLLATIONS` (
  `COLLATION_NAME` varchar(64) NOT NULL default '',
  `CHARACTER_SET_NAME` varchar(64) NOT NULL default '',
  `ID` bigint(11) NOT NULL default '0',
  `IS_DEFAULT` varchar(3) NOT NULL default '',
  `IS_COMPILED` varchar(3) NOT NULL default '',
  `SORTLEN` bigint(3) NOT NULL default '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `COLLATIONS`
-- 

INSERT INTO `COLLATIONS` VALUES ('big5_chinese_ci', 'big5', 1, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('big5_bin', 'big5', 84, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('dec8_swedish_ci', 'dec8', 3, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('dec8_bin', 'dec8', 69, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp850_general_ci', 'cp850', 4, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp850_bin', 'cp850', 80, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('hp8_english_ci', 'hp8', 6, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('hp8_bin', 'hp8', 72, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('koi8r_general_ci', 'koi8r', 7, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('koi8r_bin', 'koi8r', 74, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin1_german1_ci', 'latin1', 5, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin1_swedish_ci', 'latin1', 8, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('latin1_danish_ci', 'latin1', 15, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin1_german2_ci', 'latin1', 31, '', 'Yes', 2);
INSERT INTO `COLLATIONS` VALUES ('latin1_bin', 'latin1', 47, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('latin1_general_ci', 'latin1', 48, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin1_general_cs', 'latin1', 49, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin1_spanish_ci', 'latin1', 94, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin2_czech_cs', 'latin2', 2, '', 'Yes', 4);
INSERT INTO `COLLATIONS` VALUES ('latin2_general_ci', 'latin2', 9, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin2_hungarian_ci', 'latin2', 21, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin2_croatian_ci', 'latin2', 27, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin2_bin', 'latin2', 77, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('swe7_swedish_ci', 'swe7', 10, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('swe7_bin', 'swe7', 82, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('ascii_general_ci', 'ascii', 11, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('ascii_bin', 'ascii', 65, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('ujis_japanese_ci', 'ujis', 12, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('ujis_bin', 'ujis', 91, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('sjis_japanese_ci', 'sjis', 13, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('sjis_bin', 'sjis', 88, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('hebrew_general_ci', 'hebrew', 16, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('hebrew_bin', 'hebrew', 71, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('tis620_thai_ci', 'tis620', 18, 'Yes', 'Yes', 4);
INSERT INTO `COLLATIONS` VALUES ('tis620_bin', 'tis620', 89, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('euckr_korean_ci', 'euckr', 19, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('euckr_bin', 'euckr', 85, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('koi8u_general_ci', 'koi8u', 22, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('koi8u_bin', 'koi8u', 75, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('gb2312_chinese_ci', 'gb2312', 24, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('gb2312_bin', 'gb2312', 86, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('greek_general_ci', 'greek', 25, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('greek_bin', 'greek', 70, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1250_general_ci', 'cp1250', 26, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1250_czech_cs', 'cp1250', 34, '', 'Yes', 2);
INSERT INTO `COLLATIONS` VALUES ('cp1250_croatian_ci', 'cp1250', 44, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1250_bin', 'cp1250', 66, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('gbk_chinese_ci', 'gbk', 28, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('gbk_bin', 'gbk', 87, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('latin5_turkish_ci', 'latin5', 30, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin5_bin', 'latin5', 78, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('armscii8_general_ci', 'armscii8', 32, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('armscii8_bin', 'armscii8', 64, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('utf8_general_ci', 'utf8', 33, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('utf8_bin', 'utf8', 83, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('utf8_unicode_ci', 'utf8', 192, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_icelandic_ci', 'utf8', 193, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_latvian_ci', 'utf8', 194, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_romanian_ci', 'utf8', 195, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_slovenian_ci', 'utf8', 196, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_polish_ci', 'utf8', 197, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_estonian_ci', 'utf8', 198, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_spanish_ci', 'utf8', 199, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_swedish_ci', 'utf8', 200, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_turkish_ci', 'utf8', 201, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_czech_ci', 'utf8', 202, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_danish_ci', 'utf8', 203, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_lithuanian_ci', 'utf8', 204, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_slovak_ci', 'utf8', 205, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_spanish2_ci', 'utf8', 206, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_roman_ci', 'utf8', 207, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_persian_ci', 'utf8', 208, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('utf8_esperanto_ci', 'utf8', 209, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_general_ci', 'ucs2', 35, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('ucs2_bin', 'ucs2', 90, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('ucs2_unicode_ci', 'ucs2', 128, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_icelandic_ci', 'ucs2', 129, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_latvian_ci', 'ucs2', 130, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_romanian_ci', 'ucs2', 131, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_slovenian_ci', 'ucs2', 132, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_polish_ci', 'ucs2', 133, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_estonian_ci', 'ucs2', 134, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_spanish_ci', 'ucs2', 135, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_swedish_ci', 'ucs2', 136, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_turkish_ci', 'ucs2', 137, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_czech_ci', 'ucs2', 138, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_danish_ci', 'ucs2', 139, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_lithuanian_ci', 'ucs2', 140, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_slovak_ci', 'ucs2', 141, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_spanish2_ci', 'ucs2', 142, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_roman_ci', 'ucs2', 143, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_persian_ci', 'ucs2', 144, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('ucs2_esperanto_ci', 'ucs2', 145, '', 'Yes', 8);
INSERT INTO `COLLATIONS` VALUES ('cp866_general_ci', 'cp866', 36, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp866_bin', 'cp866', 68, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('keybcs2_general_ci', 'keybcs2', 37, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('keybcs2_bin', 'keybcs2', 73, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('macce_general_ci', 'macce', 38, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('macce_bin', 'macce', 43, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('macroman_general_ci', 'macroman', 39, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('macroman_bin', 'macroman', 53, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp852_general_ci', 'cp852', 40, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp852_bin', 'cp852', 81, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin7_estonian_cs', 'latin7', 20, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin7_general_ci', 'latin7', 41, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin7_general_cs', 'latin7', 42, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('latin7_bin', 'latin7', 79, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1251_bulgarian_ci', 'cp1251', 14, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1251_ukrainian_ci', 'cp1251', 23, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1251_bin', 'cp1251', 50, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1251_general_ci', 'cp1251', 51, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1251_general_cs', 'cp1251', 52, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1256_general_ci', 'cp1256', 57, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1256_bin', 'cp1256', 67, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1257_lithuanian_ci', 'cp1257', 29, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1257_bin', 'cp1257', 58, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp1257_general_ci', 'cp1257', 59, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('binary', 'binary', 63, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('geostd8_general_ci', 'geostd8', 92, 'Yes', '', 0);
INSERT INTO `COLLATIONS` VALUES ('geostd8_bin', 'geostd8', 93, '', '', 0);
INSERT INTO `COLLATIONS` VALUES ('cp932_japanese_ci', 'cp932', 95, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('cp932_bin', 'cp932', 96, '', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('eucjpms_japanese_ci', 'eucjpms', 97, 'Yes', 'Yes', 1);
INSERT INTO `COLLATIONS` VALUES ('eucjpms_bin', 'eucjpms', 98, '', 'Yes', 1);

-- --------------------------------------------------------

-- 
-- Structure de la table `COLLATION_CHARACTER_SET_APPLICABILITY`
-- 

DROP TABLE IF EXISTS `COLLATION_CHARACTER_SET_APPLICABILITY`;
CREATE TEMPORARY TABLE `COLLATION_CHARACTER_SET_APPLICABILITY` (
  `COLLATION_NAME` varchar(64) NOT NULL default '',
  `CHARACTER_SET_NAME` varchar(64) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `COLLATION_CHARACTER_SET_APPLICABILITY`
-- 

INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('big5_chinese_ci', 'big5');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('big5_bin', 'big5');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('dec8_swedish_ci', 'dec8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('dec8_bin', 'dec8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp850_general_ci', 'cp850');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp850_bin', 'cp850');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('hp8_english_ci', 'hp8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('hp8_bin', 'hp8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('koi8r_general_ci', 'koi8r');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('koi8r_bin', 'koi8r');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_german1_ci', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_swedish_ci', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_danish_ci', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_german2_ci', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_bin', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_general_ci', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_general_cs', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin1_spanish_ci', 'latin1');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin2_czech_cs', 'latin2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin2_general_ci', 'latin2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin2_hungarian_ci', 'latin2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin2_croatian_ci', 'latin2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin2_bin', 'latin2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('swe7_swedish_ci', 'swe7');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('swe7_bin', 'swe7');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ascii_general_ci', 'ascii');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ascii_bin', 'ascii');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ujis_japanese_ci', 'ujis');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ujis_bin', 'ujis');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('sjis_japanese_ci', 'sjis');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('sjis_bin', 'sjis');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('hebrew_general_ci', 'hebrew');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('hebrew_bin', 'hebrew');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('tis620_thai_ci', 'tis620');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('tis620_bin', 'tis620');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('euckr_korean_ci', 'euckr');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('euckr_bin', 'euckr');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('koi8u_general_ci', 'koi8u');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('koi8u_bin', 'koi8u');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('gb2312_chinese_ci', 'gb2312');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('gb2312_bin', 'gb2312');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('greek_general_ci', 'greek');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('greek_bin', 'greek');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1250_general_ci', 'cp1250');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1250_czech_cs', 'cp1250');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1250_croatian_ci', 'cp1250');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1250_bin', 'cp1250');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('gbk_chinese_ci', 'gbk');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('gbk_bin', 'gbk');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin5_turkish_ci', 'latin5');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin5_bin', 'latin5');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('armscii8_general_ci', 'armscii8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('armscii8_bin', 'armscii8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_general_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_bin', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_unicode_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_icelandic_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_latvian_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_romanian_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_slovenian_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_polish_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_estonian_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_spanish_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_swedish_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_turkish_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_czech_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_danish_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_lithuanian_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_slovak_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_spanish2_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_roman_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_persian_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('utf8_esperanto_ci', 'utf8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_general_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_bin', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_unicode_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_icelandic_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_latvian_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_romanian_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_slovenian_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_polish_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_estonian_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_spanish_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_swedish_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_turkish_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_czech_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_danish_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_lithuanian_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_slovak_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_spanish2_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_roman_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_persian_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('ucs2_esperanto_ci', 'ucs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp866_general_ci', 'cp866');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp866_bin', 'cp866');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('keybcs2_general_ci', 'keybcs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('keybcs2_bin', 'keybcs2');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('macce_general_ci', 'macce');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('macce_bin', 'macce');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('macroman_general_ci', 'macroman');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('macroman_bin', 'macroman');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp852_general_ci', 'cp852');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp852_bin', 'cp852');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin7_estonian_cs', 'latin7');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin7_general_ci', 'latin7');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin7_general_cs', 'latin7');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('latin7_bin', 'latin7');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1251_bulgarian_ci', 'cp1251');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1251_ukrainian_ci', 'cp1251');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1251_bin', 'cp1251');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1251_general_ci', 'cp1251');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1251_general_cs', 'cp1251');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1256_general_ci', 'cp1256');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1256_bin', 'cp1256');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1257_lithuanian_ci', 'cp1257');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1257_bin', 'cp1257');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp1257_general_ci', 'cp1257');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('binary', 'binary');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('geostd8_general_ci', 'geostd8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('geostd8_bin', 'geostd8');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp932_japanese_ci', 'cp932');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('cp932_bin', 'cp932');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('eucjpms_japanese_ci', 'eucjpms');
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('eucjpms_bin', 'eucjpms');

-- --------------------------------------------------------

-- 
-- Structure de la table `COLUMNS`
-- 

DROP TABLE IF EXISTS `COLUMNS`;
CREATE TEMPORARY TABLE `COLUMNS` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `ORDINAL_POSITION` bigint(21) NOT NULL default '0',
  `COLUMN_DEFAULT` varchar(64) default NULL,
  `IS_NULLABLE` varchar(3) NOT NULL default '',
  `DATA_TYPE` varchar(64) NOT NULL default '',
  `CHARACTER_MAXIMUM_LENGTH` bigint(21) default NULL,
  `CHARACTER_OCTET_LENGTH` bigint(21) default NULL,
  `NUMERIC_PRECISION` bigint(21) default NULL,
  `NUMERIC_SCALE` bigint(21) default NULL,
  `CHARACTER_SET_NAME` varchar(64) default NULL,
  `COLLATION_NAME` varchar(64) default NULL,
  `COLUMN_TYPE` longtext NOT NULL,
  `COLUMN_KEY` varchar(3) NOT NULL default '',
  `EXTRA` varchar(20) NOT NULL default '',
  `PRIVILEGES` varchar(80) NOT NULL default '',
  `COLUMN_COMMENT` varchar(255) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `COLUMNS`
-- 

INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'CHARACTER_SET_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'DEFAULT_COLLATE_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'DESCRIPTION', 3, '', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'MAXLEN', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATIONS', 'COLLATION_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATIONS', 'CHARACTER_SET_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATIONS', 'ID', 3, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(11)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATIONS', 'IS_DEFAULT', 4, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATIONS', 'IS_COMPILED', 5, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATIONS', 'SORTLEN', 6, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'COLLATION_NAME', 1, '', @  ,    pchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'CHARACTER_SET_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'COLUMN_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'ORDINAL_POSITION', 5, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'COLUMN_DEFAULT', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'IS_NULLABLE', 7, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'DATA_TYPE', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'CHARACTER_MAXIMUM_LENGTH', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'CHARACTER_OCTET_LENGTH', 10, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'NUMERIC_PRECISION', 11, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'NUMERIC_SCALE', 12, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'CHARACTER_SET_NAME', 13, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'COLLATION_NAME', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'COLUMN_TYPE', 15, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'COLUMN_KEY', 16, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'EXTRA', 17, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'PRIVILEGES', 18, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMNS', 'COLUMN_COMMENT', 19, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'COLUMN_NAME', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'PRIVILEGE_TYPE', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'IS_GRANTABLE', 7, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_CATALOG', 4, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_NAME', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'COLUMN_NAME', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'ORDINAL_POSITION', 8, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'POSITION_IN_UNIQUE_CONSTRAINT', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_SCHEMA', 10, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_NAME', 11, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_COLUMN_NAME', 12, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'SPECIFIC_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_TYPE', 5, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'DTD_IDENTIFIER', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_BODY', 7, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_DEFINITION', 8, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_NAME', 9, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_LANGUAGE', 10, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'PARAMETER_STYLE', 11, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'IS_DETERMINISTIC', 12, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'SQL_DATA_ACCESS', 13, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'SQL_PATH', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'SECURITY_TYPE', 15, '', 'NO', 'varchar', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'CREATED', 16, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'LAST_ALTERED', 17, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'SQL_MODE', 18, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'ROUTINE_COMMENT', 19, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'ROUTINES', 'DEFINER', 20, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMATA', 'CATALOG_NAME', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMATA', 'SCHEMA_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_CHARACTER_SET_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_COLLATION_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMATA', 'SQL_PATH', 5, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'PRIVILEGE_TYPE', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'IS_GRANTABLE', 5, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'NON_UNIQUE', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(1)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'INDEX_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'INDEX_NAME', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'SEQ_IN_INDEX', 7, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(2)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'COLUMN_NAME', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'COLLATION', 9, NULL, 'YES', 'varchar', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'CARDINALITY', 10, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'SUB_PART', 11, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'PACKED', 12, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'NULLABLE', 13, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'INDEX_TYPE', 14, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'STATISTICS', 'COMMENT', 15, NULL, 'YES', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_TYPE', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'ENGINE', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'VERSION', 6, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'ROW_FORMAT', 7, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_ROWS', 8, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'AVG_ROW_LENGTH', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'DATA_LENGTH', 10, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'MAX_DATA_LENGTH', 11, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'INDEX_LENGTH', 12, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'DATA_FREE', 13, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'AUTO_INCREMENT', 14, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'CREATE_TIME', 15, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'UPDATE_TIME', 16, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'CHECK_TIME', 17, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_COLLATION', 18, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'CHECKSUM', 19, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'CREATE_OPTIONS', 20, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLES', 'TABLE_COMMENT', 21, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_SCHEMA', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_NAME', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_TYPE', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'PRIVILEGE_TYPE', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'IS_GRANTABLE', 6, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'EVENT_MANIPULATION', 4, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_CATALOG', 5, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_SCHEMA', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_TABLE', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORDER', 8, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_CONDITION', 9, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_STATEMENT', 10, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORIENTATION', 11, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_TIMING', 12, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_TABLE', 13, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_TABLE', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_ROW', 15, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_ROW', 16, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'CREATED', 17, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'SQL_MODE', 18, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'TRIGGERS', 'DEFINER', 19, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'VIEW_DEFINITION', 4, '', 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'CHECK_OPTION', 5, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'IS_UPDATABLE', 6, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'DEFINER', 7, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'VIEWS', 'SECURITY_TYPE', 8, '', 'NO', 'varchar', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'USER_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'USER_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'USER_PRIVILEGES', 'PRIVILEGE_TYPE', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'USER_PRIVILEGES', 'IS_GRANTABLE', 4, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'Table_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'Column_name', 5, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'Timestamp', 6, 'CURRENT_TIMESTAMP', 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'columns_priv', 'Column_priv', 7, '', 'NO', 'set', 31, 93, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''References'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Select_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Insert_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Update_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Delete_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Create_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Drop_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Grant_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'References_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Index_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Alter_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Create_tmp_table_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Lock_tables_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Create_view_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Show_view_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Create_routine_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Alter_routine_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'db', 'Execute_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'func', 'name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'func', 'ret', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'func', 'dl', 3, '', 'NO', 'char', 128, 384, NULL, NULL, 'utf8', 'utf8_bin', 'char(128)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'func', 'type', 4, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''function'',''aggregate'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_category', 'help_category_id', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_category', 'name', 2, NULL, 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'UNI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_category', 'parent_category_id', 3, NULL, 'YES', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_category', 'url', 4, NULL, 'NO', 'char', 128, 384, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(128)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_keyword', 'help_keyword_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_keyword', 'name', 2, NULL, 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'UNI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_relation', 'help_topic_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_relation', 'help_keyword_id', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_topic', 'help_topic_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_topic', 'name', 2, NULL, 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'UNI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_topic', 'help_category_id', 3, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_topic', 'description', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_topic', 'example', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'help_topic', 'url', 6, NULL, 'NO', 'char', 128, 384, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(128)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Select_priv', 3, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Insert_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Update_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Delete_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Create_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Drop_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Grant_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'References_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Index_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Alter_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Create_tmp_table_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Lock_tables_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Create_view_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Show_view_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Create_routine_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Alter_routine_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'host', 'Execute_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'db', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'name', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'type', 3, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''FUNCTION'',''PROCEDURE'')', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'specific_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'language', 5, 'SQL', 'NO', 'enum', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''SQL'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'sql_data_access', 6, 'CONTAINS_SQL', 'NO', 'enum', 17, 51, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''CONTAINS_SQL'',''NO_SQL'',''READS_SQL_DATA'',''MODIFIES_SQL_DATA'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'is_deterministic', 7, 'NO', 'NO', 'enum', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''YES'',''NO'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'security_type', 8, 'DEFINER', 'NO', 'enum', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''INVOKER'',''DEFINER'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'param_list', 9, '', 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'returns', 10, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'body', 11, '', 'NO', 'longblob', 4294967295, 4294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'definer', 12, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'created', 13, 'CURRENT_TIMESTAMP', 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'modified', 14, '0000-00-00 00:00:00', 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'sql_mode', 15, '', 'NO', 'set', 431, 1293, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''REAL_AS_FLOAT'',''PIPES_AS_CONCAT'',''ANSI_QUOTES'',''IGNORE_SPACE'',''NOT_USED'',''ONLY_FULL_GROUP_BY'',''NO_UNSIGNED_SUBTRACTION'',''NO_DIR_IN_CREATE'',''POSTGRESQL'',''ORACLE'',''MSSQL'',''DB2'',''MAXDB'',''NO_KEY_OPTIONS'',''NO_TABLE_OPTIONS'',''NO_FIELD_OPTIONS'',''MYSQL323'',''MYSQL40'',''ANSI'',''NO_AUTO_VALUE_ON_ZERO'',''NO_BACKSLASH_ESCAPES'',''STRICT_TRANS_TABLES'',''STRICT_ALL_TABLES'',''NO_ZERO_IN_DATE'',''NO_ZERO_DATE'',''INVALID_DATES'',''ERROR_FOR_DIVISION_BY_ZERO'',''TRADITIONAL'',''NO_AUTO_CREATE_USER'',''HIGH_NOT_PRECEDENCE'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'proc', 'comment', 16, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Routine_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Routine_type', 5, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_bin', 'enum(''FUNCTION'',''PROCEDURE'')', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Grantor', 6, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Proc_priv', 7, '', 'NO', 'set', 27, 81, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Execute'',''Alter Routine'',''Grant'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'procs_priv', 'Timestamp', 8, 'CURRENT_TIMESTAMP', 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Table_name', 4, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Grantor', 5, '', 'NO', 'char', 77, 231, NULL, NULL, 'utf8', 'utf8_bin', 'char(77)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Timestamp', 6, 'CURRENT_TIMESTAMP', 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Table_priv', 7, '', 'NO', 'set', 90, 270, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''Delete'',''Create'',''Drop'',''Grant'',''References'',''Index'',''Alter'',''Create View'',''Show view'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'tables_priv', 'Column_priv', 8, '', 'NO', 'set', 31, 93, NULL, NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''References'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone', 'Time_zone_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone', 'Use_leap_seconds', 2, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''Y'',''N'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_leap_second', 'Transition_time', 1, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_leap_second', 'Correction', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_name', 'Name', 1, NULL, 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_name', 'Time_zone_id', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition', 'Time_zone_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition', 'Transition_time', 2, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition', 'Transition_type_id', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 'Time_zone_id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 'Transition_type_id', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 'Offset', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 'Is_DST', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 'Abbreviation', 5, '', 'NO', 'char', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(8)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'User', 2, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Password', 3, '', 'NO', 'char', 41, 41, NULL, NULL, 'latin1', 'latin1_bin', 'char(41)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Select_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Insert_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Update_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Delete_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Create_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Drop_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Reload_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Shutdown_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Process_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'File_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Grant_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'References_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Index_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Alter_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Show_db_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Super_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Create_tmp_table_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Lock_tables_priv', 21, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Execute_priv', 22, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Repl_slave_priv', 23, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Repl_client_priv', 24, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Create_view_priv', 25, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Show_view_priv', 26, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Create_routine_priv', 27, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Alter_routine_priv', 28, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'Create_user_priv', 29, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'ssl_type', 30, '', 'NO', 'enum', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum('''',''ANY'',''X509'',''SPECIFIED'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'ssl_cipher', 31, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'x509_issuer', 32, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'x509_subject', 33, NULL, 'NO', 'blob', 65535, 65535, NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'max_questions', 34, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'max_updates', 35, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'max_connections', 36, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'mysql', 'user', 'max_user_connections', 37, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 'dbase', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 'user', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 'label', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 'query', 5, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_bin', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'db_name', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'table_name', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'column_name', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'comment', 5, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'mimetype', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'transformation', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'transformation_options', 8, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_history', 'id', 1, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_history', 'username', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_history', 'db', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_history', 'table', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_history', 'timevalue', 5, 'CURRENT_TIMESTAMP', 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_history', 'sqlquery', 6, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_bin', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_pdf_pages', 'db_name', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_pdf_pages', 'page_nr', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_pdf_pages', 'page_descr', 3, '', 'NO', 'varchar', 50, 150, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'master_db', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'master_table', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'master_field', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'foreign_db', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'foreign_table', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'foreign_field', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 'db_name', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 'table_name', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 'pdf_page_number', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 'x', 4, '0', 'NO', 'float unsigned', NULL, NULL, 12, NULL, NULL, NULL, 'float unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 'y', 5, '0', 'NO', 'float unsigned', NULL, NULL, 12, NULL, NULL, NULL, 'float unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_info', 'db_name', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_info', 'table_name', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'phpmyadmin', 'pma_table_info', 'display_field', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_bin', 'varchar(64)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'score_db', 'ventes', 'ID', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(6)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'score_db', 'ventes', 'commerciauxID', 2, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'score_db', 'ventes', 'mois', 3, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'score_db', 'ventes', 'annee', 4, NULL, 'NO', 'year', NULL, NULL, NULL, NULL, NULL, NULL, 'year(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'score_db', 'ventes', 'resultat', 5, NULL, 'NO', 'decimal', NULL, NULL, 10, 2, NULL, NULL, 'decimal(10,2)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'log', 1, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'pwd', 2, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'nom', 3, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'prenom', 4, NULL, 'YES', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'email', 5, NULL, 'YES', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'nbTech', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'statut', 7, 'adh', 'NO', 'enum', 4, 4, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'enum(''adh'',''tech'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents', 'tuteur', 8, NULL, 'YES', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents100505', 'log', 1, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents100505', 'pwd', 2, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents100505', 'nom', 3, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents100505', 'nbTech', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents100505', 'statut', 5, 'adh', 'NO', 'enum', 4, 4, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'enum(''adh'',''tech'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents100505', 'tuteur', 6, NULL, 'YES', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'log', 1, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'PRI', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'pwd', 2, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'nom', 3, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'prenom', 4, NULL, 'YES', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'email', 5, NULL, 'YES', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'nbTech', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'statut', 7, 'adh', 'NO', 'enum', 4, 4, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'enum(''adh'',''tech'')', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'adherents2', 'tuteur', 8, NULL, 'YES', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'cours', 'ID', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'cours', 'nom', 2, '', 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'cours', 'temps', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'ma_table', 'id', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'ma_table', 'champs1', 2, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'ma_table', 'champs2', 3, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'ma_table', 'champs3', 4, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'ID', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'log', 2, '0', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'coursID', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'score', 4, '0', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'minute', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'seconde', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'resultats', 'date', 7, '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'visites', 'ID', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'visites', 'log', 2, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'visites', 'date', 3, '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'visites', 'debut', 4, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'snefcca_db', 'visites', 'fin', 5, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'adherents', 'ID', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'adherents', 'coursID', 2, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'adherents', 'nom', 3, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'adherents', 'prenom', 4, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'adherents', 'anneeNaissance', 5, NULL, 'NO', 'year', NULL, NULL, NULL, NULL, NULL, NULL, 'year(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'cours', 'ID', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'cours', 'professeursID', 2, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'cours', 'niveau', 3, NULL, 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'cours', 'jour', 4, NULL, 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'cours', 'horaire', 5, NULL, 'YES', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'professeurs', 'ID', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'PRI', 'auto_increment', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'professeurs', 'nomProf', 2, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'professeurs', 'prenomProf', 3, NULL, 'NO', 'varchar', 200, 200, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'sport_db', 'professeurs', 'tel', 4, NULL, 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'test', 'te', '1', 1, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', 'MUL', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'test', 'te', '2', 2, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'test', 'te', '3', 3, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'test', 'te', '4', 4, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` VALUES (NULL, 'test', 'te', '5', 5, '', 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', '');

-- --------------------------------------------------------

-- 
-- Structure de la table `COLUMN_PRIVILEGES`
-- 

DROP TABLE IF EXISTS `COLUMN_PRIVILEGES`;
CREATE TEMPORARY TABLE `COLUMN_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `COLUMN_PRIVILEGES`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `KEY_COLUMN_USAGE`
-- 

DROP TABLE IF EXISTS `KEY_COLUMN_USAGE`;
CREATE TEMPORARY TABLE `KEY_COLUMN_USAGE` (
  `CONSTRAINT_CATALOG` varchar(512) default NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL default '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `ORDINAL_POSITION` bigint(10) NOT NULL default '0',
  `POSITION_IN_UNIQUE_CONSTRAINT` bigint(10) default NULL,
  `REFERENCED_TABLE_SCHEMA` varchar(64) default NULL,
  `REFERENCED_TABLE_NAME` varchar(64) default NULL,
  `REFERENCED_COLUMN_NAME` varchar(64) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `KEY_COLUMN_USAGE`
-- 

INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Host', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Db', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'User', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Table_name', 4, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Column_name', 5, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'Host', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'Db', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'User', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'func', 'name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_category', 'help_category_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'name', NULL, 'mysql', 'help_category', 'name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_keyword', 'help_keyword_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'name', NULL, 'mysql', 'help_keyword', 'name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_relation', 'help_keyword_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_relation', 'help_topic_id', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_topic', 'help_topic_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'name', NULL, 'mysql', 'help_topic', 'name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'host', 'Host', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'host', 'Db', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'db', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'name', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'type', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Host', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Db', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'User', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Routine_name', 4, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Routine_type', 5, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Host', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Db', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'User', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Table_name', 4, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone', 'Time_zone_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_leap_second', 'Transition_time', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_name', 'Name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition', 'Time_zone_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition', 'Transition_time', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition_type', 'Time_zone_id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition_type', 'Transition_type_id', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'user', 'Host', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'user', 'User', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_bookmark', 'id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_column_info', 'id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'db_name', NULL, 'phpmyadmin', 'pma_column_info', 'db_name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'db_name', NULL, 'phpmyadmin', 'pma_column_info', 'table_name', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'db_name', NULL, 'phpmyadmin', 'pma_column_info', 'column_name', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_history', 'id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_pdf_pages', 'page_nr', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_relation', 'master_db', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_relation', 'master_table', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_relation', 'master_field', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_coords', 'db_name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_coords', 'table_name', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_coords', 'pdf_page_number', 3, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_info', 'db_name', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_info', 'table_name', 2, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'score_db', 'PRIMARY', NULL, 'score_db', 'ventes', 'ID', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'adherents', 'log', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'adherents100505', 'log', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'adherents2', 'log', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'cours', 'ID', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'ma_table', 'id', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'resultats', 'ID', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'snefcca_db', 'PRIMARY', NULL, 'snefcca_db', 'visites', 'ID', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'sport_db', 'PRIMARY', NULL, 'sport_db', 'adherents', 'ID', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'sport_db', 'PRIMARY', NULL, 'sport_db', 'cours', 'ID', 1, NULL, NULL, NULL, NULL);
INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'sport_db', 'PRIMARY', NULL, 'sport_db', 'professeurs', 'ID', 1, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

-- 
-- Structure de la table `ROUTINES`
-- 

DROP TABLE IF EXISTS `ROUTINES`;
CREATE TEMPORARY TABLE `ROUTINES` (
  `SPECIFIC_NAME` varchar(64) NOT NULL default '',
  `ROUTINE_CATALOG` varchar(512) default NULL,
  `ROUTINE_SCHEMA` varchar(64) NOT NULL default '',
  `ROUTINE_NAME` varchar(64) NOT NULL default '',
  `ROUTINE_TYPE` varchar(9) NOT NULL default '',
  `DTD_IDENTIFIER` varchar(64) default NULL,
  `ROUTINE_BODY` varchar(8) NOT NULL default '',
  `ROUTINE_DEFINITION` longtext NOT NULL,
  `EXTERNAL_NAME` varchar(64) default NULL,
  `EXTERNAL_LANGUAGE` varchar(64) default NULL,
  `PARAMETER_STYLE` varchar(8) NOT NULL default '',
  `IS_DETERMINISTIC` varchar(3) NOT NULL default '',
  `SQL_DATA_ACCESS` varchar(64) NOT NULL default '',
  `SQL_PATH` varchar(64) default NULL,
  `SECURITY_TYPE` varchar(7) NOT NULL default '',
  `CREATED` datetime NOT NULL default '0000-00-00 00:00:00',
  `LAST_ALTERED` datetime NOT NULL default '0000-00-00 00:00:00',
  `SQL_MODE` longtext NOT NULL,
  `ROUTINE_COMMENT` varchar(64) NOT NULL default '',
  `DEFINER` varchar(77) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `ROUTINES`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `SCHEMATA`
-- 

DROP TABLE IF EXISTS `SCHEMATA`;
CREATE TEMPORARY TABLE `SCHEMATA` (
  `CATALOG_NAME` varchar(512) default NULL,
  `SCHEMA_NAME` varchar(64) NOT NULL default '',
  `DEFAULT_CHARACTER_SET_NAME` varchar(64) NOT NULL default '',
  `DEFAULT_COLLATION_NAME` varchar(64) NOT NULL default '',
  `SQL_PATH` varchar(512) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `SCHEMATA`
-- 

INSERT INTO `SCHEMATA` VALUES (NULL, 'information_schema', 'utf8', 'utf8_general_ci', NULL);
INSERT INTO `SCHEMATA` VALUES (NULL, 'mysql', 'latin1', 'latin1_swedish_ci', NULL);
INSERT INTO `SCHEMATA` VALUES (NULL, 'phpmyadmin', 'utf8', 'utf8_bin', NULL);
INSERT INTO `SCHEMATA` VALUES (NULL, 'score_db', 'latin1', 'latin1_swedish_ci', NULL);
INSERT INTO `SCHEMATA` VALUES (NULL, 'snefcca_db', 'latin1', 'latin1_swedish_ci', NULL);
INSERT INTO `SCHEMATA` VALUES (NULL, 'sport_db', 'latin1', 'latin1_swedish_ci', NULL);
INSERT INTO `SCHEMATA` VALUES (NULL, 'test', 'latin1', 'latin1_swedish_ci', NULL);

-- --------------------------------------------------------

-- 
-- Structure de la table `SCHEMA_PRIVILEGES`
-- 

DROP TABLE IF EXISTS `SCHEMA_PRIVILEGES`;
CREATE TEMPORARY TABLE `SCHEMA_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `SCHEMA_PRIVILEGES`
-- 

INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'SELECT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'INSERT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'UPDATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'DELETE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'CREATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'DROP', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'INDEX', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'ALTER', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'CREATE TEMPORARY TABLES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'EXECUTE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'CREATE VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'SHOW VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'CREATE ROUTINE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'snefcca\\_db', 'ALTER ROUTINE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'SELECT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'INSERT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'UPDATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'DELETE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'CREATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'DROP', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'INDEX', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'ALTER', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'CREATE TEMPORARY TABLES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'EXECUTE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'CREATE VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'SHOW VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'CREATE ROUTINE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'sport\\_db', 'ALTER ROUTINE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'SELECT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'INSERT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'UPDATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'DELETE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'CREATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'DROP', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'REFERENCES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'INDEX', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'ALTER', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'CREATE TEMPORARY TABLES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'LOCK TABLES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'CREATE VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'SHOW VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test', 'CREATE ROUTINE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'SELECT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'INSERT', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'UPDATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'DELETE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'CREATE', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'DROP', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'REFERENCES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'INDEX', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'ALTER', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'CREATE TEMPORARY TABLES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'LOCK TABLES', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'CREATE VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'SHOW VIEW', 'NO');
INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('''''@''%''', NULL, 'test\\_%', 'CREATE ROUTINE', 'NO');

-- --------------------------------------------------------

-- 
-- Structure de la table `STATISTICS`
-- 

DROP TABLE IF EXISTS `STATISTICS`;
CREATE TEMPORARY TABLE `STATISTICS` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `NON_UNIQUE` bigint(1) NOT NULL default '0',
  `INDEX_SCHEMA` varchar(64) NOT NULL default '',
  `INDEX_NAME` varchar(64) NOT NULL default '',
  `SEQ_IN_INDEX` bigint(2) NOT NULL default '0',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `COLLATION` varchar(1) default NULL,
  `CARDINALITY` bigint(21) default NULL,
  `SUB_PART` bigint(3) default NULL,
  `PACKED` varchar(10) default NULL,
  `NULLABLE` varchar(3) NOT NULL default '',
  `INDEX_TYPE` varchar(16) NOT NULL default '',
  `COMMENT` varchar(16) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `STATISTICS`
-- 

INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 4, 'Table_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 5, 'Column_name', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', 4, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'db', 1, 'mysql', 'User', 1, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'func', 0, 'mysql', 'PRIMARY', 1, 'name', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_category', 0, 'mysql', 'PRIMARY', 1, 'help_category_id', 'A', 29, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_category', 0, 'mysql', 'name', 1, 'name', 'A', 29, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_keyword', 0, 'mysql', 'PRIMARY', 1, 'help_keyword_id', 'A', 325, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_keyword', 0, 'mysql', 'name', 1, 'name', 'A', 325, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_relation', 0, 'mysql', 'PRIMARY', 1, 'help_keyword_id', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_relation', 0, 'mysql', 'PRIMARY', 2, 'help_topic_id', 'A', 548, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_topic', 0, 'mysql', 'PRIMARY', 1, 'help_topic_id', 'A', 403, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'help_topic', 0, 'mysql', 'name', 1, 'name', 'A', 403, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'host', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'host', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 1, 'db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 2, 'name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 3, 'type', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 4, 'Routine_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 5, 'Routine_type', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'procs_priv', 1, 'mysql', 'Grantor', 1, 'Grantor', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 4, 'Table_name', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'tables_priv', 1, 'mysql', 'Grantor', 1, 'Grantor', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone_leap_second', 0, 'mysql', 'PRIMARY', 1, 'Transition_time', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone_name', 0, 'mysql', 'PRIMARY', 1, 'Name', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone_transition', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone_transition', 0, 'mysql', 'PRIMARY', 2, 'Transition_time', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'time_zone_transition_type', 0, 'mysql', 'PRIMARY', 2, 'Transition_type_id', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'user', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'mysql', 'user', 0, 'mysql', 'PRIMARY', 2, 'User', 'A', 3, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 0, 'phpmyadmin', 'PRIMARY', 1, 'id', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'PRIMARY', 1, 'id', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'db_name', 1, 'db_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'db_name', 2, 'table_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'db_name', 3, 'column_name', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_history', 0, 'phpmyadmin', 'PRIMARY', 1, 'id', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 1, 'username', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 2, 'db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 3, 'table', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 4, 'timevalue', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_pdf_pages', 0, 'phpmyadmin', 'PRIMARY', 1, 'page_nr', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_pdf_pages', 1, 'phpmyadmin', 'db_name', 1, 'db_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 0, 'phpmyadmin', 'PRIMARY', 1, 'master_db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 0, 'phpmyadmin', 'PRIMARY', 2, 'master_table', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 0, 'phpmyadmin', 'PRIMARY', 3, 'master_field', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 1, 'phpmyadmin', 'foreign_field', 1, 'foreign_db', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_relation', 1, 'phpmyadmin', 'foreign_field', 2, 'foreign_table', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 0, 'phpmyadmin', 'PRIMARY', 1, 'db_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 0, 'phpmyadmin', 'PRIMARY', 2, 'table_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 0, 'phpmyadmin', 'PRIMARY', 3, 'pdf_page_number', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_table_info', 0, 'phpmyadmin', 'PRIMARY', 1, 'db_name', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'phpmyadmin', 'pma_table_info', 0, 'phpmyadmin', 'PRIMARY', 2, 'table_name', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'score_db', 'ventes', 0, 'score_db', 'PRIMARY', 1, 'ID', 'A', 0, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'adherents', 0, 'snefcca_db', 'PRIMARY', 1, 'log', 'A', 980, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'adherents100505', 0, 'snefcca_db', 'PRIMARY', 1, 'log', 'A', 970, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'adherents2', 0, 'snefcca_db', 'PRIMARY', 1, 'log', 'A', 91, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'cours', 0, 'snefcca_db', 'PRIMARY', 1, 'ID', 'A', 2, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'ma_table', 0, 'snefcca_db', 'PRIMARY', 1, 'id', 'A', 3, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'resultats', 0, 'snefcca_db', 'PRIMARY', 1, 'ID', 'A', 17, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'visites', 0, 'snefcca_db', 'PRIMARY', 1, 'ID', 'A', 389, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'snefcca_db', 'visites', 1, 'snefcca_db', 'log', 1, 'log', 'A', NULL, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'sport_db', 'adherents', 0, 'sport_db', 'PRIMARY', 1, 'ID', 'A', 6, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'sport_db', 'cours', 0, 'sport_db', 'PRIMARY', 1, 'ID', 'A', 3, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'sport_db', 'professeurs', 0, 'sport_db', 'PRIMARY', 1, 'ID', 'A', 2, NULL, NULL, '', 'BTREE', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'test', 'te', 1, 'test', '1', 1, '1', NULL, NULL, NULL, NULL, '', 'FULLTEXT', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'test', 'te', 1, 'test', '1', 2, '2', NULL, NULL, NULL, NULL, '', 'FULLTEXT', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'test', 'te', 1, 'test', '1', 3, '3', NULL, NULL, NULL, NULL, '', 'FULLTEXT', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'test', 'te', 1, 'test', '1', 4, '4', NULL, NULL, NULL, NULL, '', 'FULLTEXT', '');
INSERT INTO `STATISTICS` VALUES (NULL, 'test', 'te', 1, 'test', '1', 5, '5', NULL, NULL, NULL, NULL, '', 'FULLTEXT', '');

-- --------------------------------------------------------

-- 
-- Structure de la table `TABLES`
-- 

DROP TABLE IF EXISTS `TABLES`;
CREATE TEMPORARY TABLE `TABLES` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `TABLE_TYPE` varchar(64) NOT NULL default '',
  `ENGINE` varchar(64) default NULL,
  `VERSION` bigint(21) default NULL,
  `ROW_FORMAT` varchar(10) default NULL,
  `TABLE_ROWS` bigint(21) default NULL,
  `AVG_ROW_LENGTH` bigint(21) default NULL,
  `DATA_LENGTH` bigint(21) default NULL,
  `MAX_DATA_LENGTH` bigint(21) default NULL,
  `INDEX_LENGTH` bigint(21) default NULL,
  `DATA_FREE` bigint(21) default NULL,
  `AUTO_INCREMENT` bigint(21) default NULL,
  `CREATE_TIME` datetime default NULL,
  `UPDATE_TIME` datetime default NULL,
  `CHECK_TIME` datetime default NULL,
  `TABLE_COLLATION` varchar(64) default NULL,
  `CHECKSUM` bigint(21) default NULL,
  `CREATE_OPTIONS` varchar(255) default NULL,
  `TABLE_COMMENT` varchar(80) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `TABLES`
-- 

INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 576, 0, 13631040, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=23665', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'COLLATIONS', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 423, 0, 13631175, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=32225', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 387, 0, 13631301, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=35223', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'COLUMNS', 'SYSTEM VIEW', 'MyISAM', 0, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2006-07-11 17:18:46', '2006-07-11 17:18:46', NULL, 'utf8_general_ci', NULL, 'max_rows=3381', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 2565, 0, 13630410, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5314', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 4637, 0, 13628143, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=2939', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'ROUTINES', 'SYSTEM VIEW', 'MyISAM', 0, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2006-07-11 17:18:47', '2006-07-11 17:18:47', NULL, 'utf8_general_ci', NULL, 'max_rows=3726', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'SCHEMATA', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 3656, 0, 13629568, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3728', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 2179, 0, 13629645, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6255', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'STATISTICS', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 2679, 0, 13630752, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5088', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'TABLES', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 3641, 0, 13628263, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3743', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 2504, 0, 13629272, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5443', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'TABLE_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 2372, 0, 13629512, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5746', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'TRIGGERS', 'SYSTEM VIEW', 'MyISAM', 0, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2006-07-11 17:18:47', '2006-07-11 17:18:47', NULL, 'utf8_general_ci', NULL, 'max_rows=3108', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'VIEWS', 'SYSTEM VIEW', 'MyISAM', 0, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2006-07-11 17:18:47', '2006-07-11 17:18:47', NULL, 'utf8_general_ci', NULL, 'max_rows=6123', '');
INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'USER_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 0, 'Fixed', NULL, 1986, 0, 13629918, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6863', '');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'columns_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 227994731135631359, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_bin', NULL, '', 'Column privileges');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'db', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 4, 438, 1752, 123286039799267327, 4096, 0, NULL, '2005-10-19 03:14:41', '2006-07-11 17:02:55', NULL, 'utf8_bin', NULL, '', 'Database privileges');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'func', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 162974011515469823, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_bin', NULL, '', 'User defined functions');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'help_category', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 29, 581, 16849, 163536961468891135, 3072, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'help categories');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'help_keyword', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 325, 197, 64025, 55450570411999231, 13312, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'help keywords');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'help_relation', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 548, 9, 4932, 2533274790395903, 14336, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'keyword-topic relation');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'help_topic', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 403, 467, 188592, 281474976710655, 15360, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'help topics');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'host', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 109775240917155839, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_bin', NULL, '', 'Host privileges;  Merged with database privileges');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'proc', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'Stored Procedures');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'procs_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 239253730204057599, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_bin', NULL, '', 'Procedure privileges');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'tables_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 239535205180768255, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_bin', NULL, '', 'Table privileges');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'time_zone', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1970324836974591, 1024, 0, 1, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'Time zones');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'time_zone_leap_second', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 3659174697238527, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'Leap seconds information for time zones');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'time_zone_name', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 55450570411999231, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'Time zone names');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'time_zone_transition', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 4785074604081151, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'Time zone transitions');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'time_zone_transition_type', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 10696049115004927, 1024, 0, NULL, '2005-10-19 03:14:41', '2005-10-19 03:14:42', NULL, 'utf8_general_ci', NULL, '', 'Time zone transition types');
INSERT INTO `TABLES` VALUES (NULL, 'mysql', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 77, 232, 281474976710655, 2048, 0, NULL, '2005-10-19 03:14:41', '2006-07-11 16:59:17', NULL, 'utf8_bin', NULL, '', 'Users and global privileges');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_bookmark', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, 1, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'Bookmarks');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_column_info', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, 1, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'Column information for phpMyAdmin');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_history', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, 1, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'SQL history for phpMyAdmin');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_pdf_pages', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, 1, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'PDF relation pages for phpMyAdmin');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_relation', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, NULL, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'Relation table');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_table_coords', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, NULL, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'Table coordinates for phpMyAdmin PDF output');
INSERT INTO `TABLES` VALUES (NULL, 'phpmyadmin', 'pma_table_info', 'BASE TABLE', 'MyISAM', 9, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, NULL, '2004-10-26 23:06:36', '2004-10-26 23:06:36', NULL, 'utf8_bin', NULL, '', 'Table information for phpMyAdmin');
INSERT INTO `TABLES` VALUES (NULL, 'score_db', 'ventes', 'BASE TABLE', 'InnoDB', 10, 'Compact', 0, 0, 16384, 0, 0, 0, 1, '2006-01-07 19:45:36', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 4096 kB');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'adherents', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 980, 32, 31628, 281474976710655, 18432, 0, NULL, '2006-06-13 18:35:22', '2006-06-13 18:35:25', NULL, 'latin1_swedish_ci', NULL, '', '');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'adherents100505', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 970, 29, 29052, 281474976710655, 18432, 0, NULL, '2006-06-13 18:35:23', '2006-06-13 18:35:26', NULL, 'latin1_swedish_ci', NULL, '', '');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'adherents2', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 91, 52, 4748, 281474976710655, 4096, 0, NULL, '2006-06-13 19:53:50', '2006-06-13 19:54:28', NULL, 'latin1_swedish_ci', NULL, '', '');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'cours', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 34, 68, 281474976710655, 2048, 0, 3, '2006-06-13 18:35:24', '2006-06-13 18:35:30', NULL, 'latin1_swedish_ci', NULL, '', '');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'ma_table', 'BASE TABLE', 'InnoDB', 10, 'Compact', 3, 5461, 16384, 0, 0, 0, 4, '2006-06-13 18:58:56', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 4096 kB');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'resultats', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 17, 30, 524, 281474976710655, 2048, 0, 22, '2006-06-13 18:35:24', '2006-06-13 18:35:30', NULL, 'latin1_swedish_ci', NULL, '', '');
INSERT INTO `TABLES` VALUES (NULL, 'snefcca_db', 'visites', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 389, 34, 13460, 281474976710655, 10240, 0, 400, '2006-06-13 18:35:24', '2006-06-13 18:59:18', NULL, 'latin1_swedish_ci', NULL, '', '');
INSERT INTO `TABLES` VALUES (NULL, 'sport_db', 'adherents', 'BASE TABLE', 'InnoDB', 10, 'Compact', 6, 2730, 16384, 0, 0, 0, 7, '2006-07-07 20:44:18', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 4096 kB');
INSERT INTO `TABLES` VALUES (NULL, 'sport_db', 'cours', 'BASE TABLE', 'InnoDB', 10, 'Compact', 3, 5461, 16384, 0, 0, 0, 4, '2006-07-09 16:22:10', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 4096 kB');
INSERT INTO `TABLES` VALUES (NULL, 'sport_db', 'professeurs', 'BASE TABLE', 'InnoDB', 10, 'Compact', 2, 8192, 16384, 0, 0, 0, 3, '2006-07-09 16:26:43', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 4096 kB');
INSERT INTO `TABLES` VALUES (NULL, 'test', 'te', 'BASE TABLE', 'MyISAM', 7, 'Dynamic', 0, 0, 0, 4294967295, 1024, 0, NULL, '2003-12-18 12:42:26', '2003-12-18 13:42:26', NULL, 'latin1_swedish_ci', NULL, '', '');

-- --------------------------------------------------------

-- 
-- Structure de la table `TABLE_CONSTRAINTS`
-- 

DROP TABLE IF EXISTS `TABLE_CONSTRAINTS`;
CREATE TEMPORARY TABLE `TABLE_CONSTRAINTS` (
  `CONSTRAINT_CATALOG` varchar(512) default NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL default '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL default '',
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `CONSTRAINT_TYPE` varchar(64) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `TABLE_CONSTRAINTS`
-- 

INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'columns_priv', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'db', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'func', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'help_category', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'name', 'mysql', 'help_category', 'UNIQUE');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'help_keyword', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'name', 'mysql', 'help_keyword', 'UNIQUE');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'help_relation', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'help_topic', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'name', 'mysql', 'help_topic', 'UNIQUE');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'host', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'proc', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'procs_priv', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'tables_priv', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_leap_second', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_name', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_transition', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'time_zone_transition_type', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'mysql', 'PRIMARY', 'mysql', 'user', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_bookmark', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_column_info', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'db_name', 'phpmyadmin', 'pma_column_info', 'UNIQUE');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_history', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_pdf_pages', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_relation', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_table_coords', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_table_info', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'score_db', 'PRIMARY', 'score_db', 'ventes', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'adherents', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'adherents100505', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'adherents2', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'cours', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'ma_table', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'resultats', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'snefcca_db', 'PRIMARY', 'snefcca_db', 'visites', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'sport_db', 'PRIMARY', 'sport_db', 'adherents', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'sport_db', 'PRIMARY', 'sport_db', 'cours', 'PRIMARY KEY');
INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'sport_db', 'PRIMARY', 'sport_db', 'professeurs', 'PRIMARY KEY');

-- --------------------------------------------------------

-- 
-- Structure de la table `TABLE_PRIVILEGES`
-- 

DROP TABLE IF EXISTS `TABLE_PRIVILEGES`;
CREATE TEMPORARY TABLE `TABLE_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `TABLE_PRIVILEGES`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `TRIGGERS`
-- 

DROP TABLE IF EXISTS `TRIGGERS`;
CREATE TEMPORARY TABLE `TRIGGERS` (
  `TRIGGER_CATALOG` varchar(512) default NULL,
  `TRIGGER_SCHEMA` varchar(64) NOT NULL default '',
  `TRIGGER_NAME` varchar(64) NOT NULL default '',
  `EVENT_MANIPULATION` varchar(6) NOT NULL default '',
  `EVENT_OBJECT_CATALOG` varchar(512) default NULL,
  `EVENT_OBJECT_SCHEMA` varchar(64) NOT NULL default '',
  `EVENT_OBJECT_TABLE` varchar(64) NOT NULL default '',
  `ACTION_ORDER` bigint(4) NOT NULL default '0',
  `ACTION_CONDITION` longtext,
  `ACTION_STATEMENT` longtext NOT NULL,
  `ACTION_ORIENTATION` varchar(9) NOT NULL default '',
  `ACTION_TIMING` varchar(6) NOT NULL default '',
  `ACTION_REFERENCE_OLD_TABLE` varchar(64) default NULL,
  `ACTION_REFERENCE_NEW_TABLE` varchar(64) default NULL,
  `ACTION_REFERENCE_OLD_ROW` varchar(3) NOT NULL default '',
  `ACTION_REFERENCE_NEW_ROW` varchar(3) NOT NULL default '',
  `CREATED` datetime default NULL,
  `SQL_MODE` longtext NOT NULL,
  `DEFINER` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `TRIGGERS`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `VIEWS`
-- 

DROP TABLE IF EXISTS `VIEWS`;
CREATE TEMPORARY TABLE `VIEWS` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `VIEW_DEFINITION` longtext NOT NULL,
  `CHECK_OPTION` varchar(8) NOT NULL default '',
  `IS_UPDATABLE` varchar(3) NOT NULL default '',
  `DEFINER` varchar(77) NOT NULL default '',
  `SECURITY_TYPE` varchar(7) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `VIEWS`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `USER_PRIVILEGES`
-- 

DROP TABLE IF EXISTS `USER_PRIVILEGES`;
CREATE TEMPORARY TABLE `USER_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Contenu de la table `USER_PRIVILEGES`
-- 

INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'SELECT', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'INSERT', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'UPDATE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'DELETE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'CREATE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'DROP', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'RELOAD', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'SHUTDOWN', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'PROCESS', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'FILE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'REFERENCES', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'INDEX', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'ALTER', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'SHOW DATABASES', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'SUPER', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'CREATE TEMPORARY TABLES', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'LOCK TABLES', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'EXECUTE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'REPLICATION SLAVE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'REPLICATION CLIENT', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'CREATE VIEW', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'SHOW VIEW', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'CREATE ROUTINE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'ALTER ROUTINE', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''root''@''localhost''', NULL, 'CREATE USER', 'YES');
INSERT INTO `USER_PRIVILEGES` VALUES ('''snefcca''@''localhost''', NULL, 'USAGE', 'NO');
INSERT INTO `USER_PRIVILEGES` VALUES ('''sport''@''localhost''', NULL, 'USAGE', 'NO');
-- 
-- Base de données: `mysql`
-- 
CREATE DATABASE `mysql` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE mysql;

-- --------------------------------------------------------

-- 
-- Structure de la table `columns_priv`
-- 

DROP TABLE IF EXISTS `columns_priv`;
CREATE TABLE `columns_priv` (
  `Host` char(60) collate utf8_bin NOT NULL default '',
  `Db` char(64) collate utf8_bin NOT NULL default '',
  `User` char(16) collate utf8_bin NOT NULL default '',
  `Table_name` char(64) collate utf8_bin NOT NULL default '',
  `Column_name` char(64) collate utf8_bin NOT NULL default '',
  `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `Column_priv` set('Select','Insert','Update','References') character set utf8 NOT NULL default '',
  PRIMARY KEY  (`Host`,`Db`,`User`,`Table_name`,`Column_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Column privileges';

-- 
-- Contenu de la table `columns_priv`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `db`
-- 

DROP TABLE IF EXISTS `db`;
CREATE TABLE `db` (
  `Host` char(60) collate utf8_bin NOT NULL default '',
  `Db` char(64) collate utf8_bin NOT NULL default '',
  `User` char(16) collate utf8_bin NOT NULL default '',
  `Select_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Insert_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Update_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Delete_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Drop_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Grant_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `References_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Index_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Alter_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_tmp_table_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Lock_tables_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_view_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Show_view_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_routine_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Alter_routine_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Execute_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  PRIMARY KEY  (`Host`,`Db`,`User`),
  KEY `User` (`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Database privileges';

-- 
-- Contenu de la table `db`
-- 

INSERT INTO `db` VALUES (0x25, 0x74657374, '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N');
INSERT INTO `db` VALUES (0x25, 0x746573745c5f25, '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N');
INSERT INTO `db` VALUES (0x6c6f63616c686f7374, 0x736e65666363615c5f6462, 0x736e6566636361, 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y');
INSERT INTO `db` VALUES (0x6c6f63616c686f7374, 0x73706f72745c5f6462, 0x73706f7274, 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y');

-- --------------------------------------------------------

-- 
-- Structure de la table `func`
-- 

DROP TABLE IF EXISTS `func`;
CREATE TABLE `func` (
  `name` char(64) collate utf8_bin NOT NULL default '',
  `ret` tinyint(1) NOT NULL default '0',
  `dl` char(128) collate utf8_bin NOT NULL default '',
  `type` enum('function','aggregate') character set utf8 NOT NULL,
  PRIMARY KEY  (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User defined functions';

-- 
-- Contenu de la table `func`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `help_category`
-- 

DROP TABLE IF EXISTS `help_category`;
CREATE TABLE `help_category` (
  `help_category_id` smallint(5) unsigned NOT NULL,
  `name` char(64) NOT NULL,
  `parent_category_id` smallint(5) unsigned default NULL,
  `url` char(128) NOT NULL,
  PRIMARY KEY  (`help_category_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help categories';

-- 
-- Contenu de la table `help_category`
-- 

INSERT INTO `help_category` VALUES (0, 'Polygon properties', 24, '');
INSERT INTO `help_category` VALUES (1, 'Column Types', 15, '');
INSERT INTO `help_category` VALUES (2, 'Geometry constructors', 24, '');
INSERT INTO `help_category` VALUES (3, 'WKT', 24, '');
INSERT INTO `help_category` VALUES (4, 'Numeric Functions', 22, '');
INSERT INTO `help_category` VALUES (5, 'GeometryCollection properties', 24, '');
INSERT INTO `help_category` VALUES (6, 'Data Manipulation', 15, '');
INSERT INTO `help_category` VALUES (7, 'Administration', 15, '');
INSERT INTO `help_category` VALUES (8, 'MBR', 24, '');
INSERT INTO `help_category` VALUES (9, 'Control flow functions', 22, '');
INSERT INTO `help_category` VALUES (10, 'Transactions', 15, '');
INSERT INTO `help_category` VALUES (11, 'Geometry relations', 24, '');
INSERT INTO `help_category` VALUES (12, 'Functions and Modifiers for Use with GROUP BY Clauses', 22, '');
INSERT INTO `help_category` VALUES (13, 'WKB', 24, '');
INSERT INTO `help_category` VALUES (14, 'Date and Time Functions', 22, '');
INSERT INTO `help_category` VALUES (15, 'Contents', 0, '');
INSERT INTO `help_category` VALUES (16, 'Point properties', 24, '');
INSERT INTO `help_category` VALUES (17, 'Encryption Functions', 22, '');
INSERT INTO `help_category` VALUES (18, 'LineString properties', 24, '');
INSERT INTO `help_category` VALUES (19, 'Geometry properties', 24, '');
INSERT INTO `help_category` VALUES (20, 'Logical operators', 22, '');
INSERT INTO `help_category` VALUES (21, 'Miscellaneous Functions', 22, '');
INSERT INTO `help_category` VALUES (22, 'Functions', 15, '');
INSERT INTO `help_category` VALUES (23, 'String Functions', 22, '');
INSERT INTO `help_category` VALUES (24, 'Geographic features', 15, '');
INSERT INTO `help_category` VALUES (25, 'Information Functions', 22, '');
INSERT INTO `help_category` VALUES (26, 'Comparison operators', 22, '');
INSERT INTO `help_category` VALUES (27, 'Bit Functions', 22, '');
INSERT INTO `help_category` VALUES (28, 'Data Definition', 15, '');

-- --------------------------------------------------------

-- 
-- Structure de la table `help_keyword`
-- 

DROP TABLE IF EXISTS `help_keyword`;
CREATE TABLE `help_keyword` (
  `help_keyword_id` int(10) unsigned NOT NULL,
  `name` char(64) NOT NULL,
  PRIMARY KEY  (`help_keyword_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help keywords';

-- 
-- Contenu de la table `help_keyword`
-- 

INSERT INTO `help_keyword` VALUES (0, 'MIN');
INSERT INTO `help_keyword` VALUES (1, 'JOIN');
INSERT INTO `help_keyword` VALUES (2, 'SERIALIZABLE');
INSERT INTO `help_keyword` VALUES (3, 'REPLACE');
INSERT INTO `help_keyword` VALUES (4, 'RETURNS');
INSERT INTO `help_keyword` VALUES (5, 'MASTER_SSL_CA');
INSERT INTO `help_keyword` VALUES (6, 'NCHAR');
INSERT INTO `help_keyword` VALUES (7, 'COLUMNS');
INSERT INTO `help_keyword` VALUES (8, 'WORK');
INSERT INTO `help_keyword` VALUES (9, 'DATETIME');
INSERT INTO `help_keyword` VALUES (10, 'MODE');
INSERT INTO `help_keyword` VALUES (11, 'OPEN');
INSERT INTO `help_keyword` VALUES (12, 'INTEGER');
INSERT INTO `help_keyword` VALUES (13, 'ESCAPE');
INSERT INTO `help_keyword` VALUES (14, 'VALUE');
INSERT INTO `help_keyword` VALUES (15, 'GEOMETRYCOLLECTIONFROMWKB');
INSERT INTO `help_keyword` VALUES (16, 'DROP');
INSERT INTO `help_keyword` VALUES (17, 'SQL_BIG_RESULT');
INSERT INTO `help_keyword` VALUES (18, 'EVENTS');
INSERT INTO `help_keyword` VALUES (19, 'MONTH');
INSERT INTO `help_keyword` VALUES (20, 'REGEXP');
INSERT INTO `help_keyword` VALUES (21, 'DUPLICATE');
INSERT INTO `help_keyword` VALUES (22, 'LINESTRINGFROMTEXT.');
INSERT INTO `help_keyword` VALUES (23, 'UNLOCK');
INSERT INTO `help_keyword` VALUES (24, 'INNODB');
INSERT INTO `help_keyword` VALUES (25, 'YEAR_MONTH');
INSERT INTO `help_keyword` VALUES (26, 'LOCK');
INSERT INTO `help_keyword` VALUES (27, 'NDB');
INSERT INTO `help_keyword` VALUES (28, 'CHECK');
INSERT INTO `help_keyword` VALUES (29, 'FULL');
INSERT INTO `help_keyword` VALUES (30, 'INT4');
INSERT INTO `help_keyword` VALUES (31, 'BY');
INSERT INTO `help_keyword` VALUES (32, 'NO');
INSERT INTO `help_keyword` VALUES (33, 'MINUTE');
INSERT INTO `help_keyword` VALUES (34, 'DATA');
INSERT INTO `help_keyword` VALUES (35, 'DAY');
INSERT INTO `help_keyword` VALUES (36, 'RAID_CHUNKSIZE');
INSERT INTO `help_keyword` VALUES (37, 'SHARE');
INSERT INTO `help_keyword` VALUES (38, 'REAL');
INSERT INTO `help_keyword` VALUES (39, 'SEPARATOR');
INSERT INTO `help_keyword` VALUES (40, 'DELETE');
INSERT INTO `help_keyword` VALUES (41, 'ON');
INSERT INTO `help_keyword` VALUES (42, 'CHANGED');
INSERT INTO `help_keyword` VALUES (43, 'CLOSE');
INSERT INTO `help_keyword` VALUES (44, 'USE');
INSERT INTO `help_keyword` VALUES (45, 'WHERE');
INSERT INTO `help_keyword` VALUES (46, 'SPATIAL');
INSERT INTO `help_keyword` VALUES (47, 'SQL_BUFFER_RESULT');
INSERT INTO `help_keyword` VALUES (48, 'IGNORE');
INSERT INTO `help_keyword` VALUES (49, 'QUICK');
INSERT INTO `help_keyword` VALUES (50, 'SIGNED');
INSERT INTO `help_keyword` VALUES (51, 'FALSE');
INSERT INTO `help_keyword` VALUES (52, 'POLYGONFROMWKB');
INSERT INTO `help_keyword` VALUES (53, 'NDBCLUSTER');
INSERT INTO `help_keyword` VALUES (54, 'LEVEL');
INSERT INTO `help_keyword` VALUES (55, 'FORCE');
INSERT INTO `help_keyword` VALUES (56, 'BINARY');
INSERT INTO `help_keyword` VALUES (57, 'TO');
INSERT INTO `help_keyword` VALUES (58, 'CHANGE');
INSERT INTO `help_keyword` VALUES (59, 'HOUR_MINUTE');
INSERT INTO `help_keyword` VALUES (60, 'UPDATE');
INSERT INTO `help_keyword` VALUES (61, 'INTO');
INSERT INTO `help_keyword` VALUES (62, 'FEDERATED');
INSERT INTO `help_keyword` VALUES (63, 'VARYING');
INSERT INTO `help_keyword` VALUES (64, 'HOUR_SECOND');
INSERT INTO `help_keyword` VALUES (65, 'VARIABLE');
INSERT INTO `help_keyword` VALUES (66, 'ROLLBACK');
INSERT INTO `help_keyword` VALUES (67, 'MAX');
INSERT INTO `help_keyword` VALUES (68, 'RTREE');
INSERT INTO `help_keyword` VALUES (69, 'PROCEDURE');
INSERT INTO `help_keyword` VALUES (70, 'TIMESTAMP');
INSERT INTO `help_keyword` VALUES (71, 'IMPORT');
INSERT INTO `help_keyword` VALUES (72, 'AGAINST');
INSERT INTO `help_keyword` VALUES (73, 'CHECKSUM');
INSERT INTO `help_keyword` VALUES (74, 'INSERT');
INSERT INTO `help_keyword` VALUES (75, 'COUNT');
INSERT INTO `help_keyword` VALUES (76, 'LONGBINARY');
INSERT INTO `help_keyword` VALUES (77, 'THEN');
INSERT INTO `help_keyword` VALUES (78, 'ENGINES');
INSERT INTO `help_keyword` VALUES (79, 'DAY_SECOND');
INSERT INTO `help_keyword` VALUES (80, 'EXISTS');
INSERT INTO `help_keyword` VALUES (81, 'BOOLEAN');
INSERT INTO `help_keyword` VALUES (82, 'DEFAULT');
INSERT INTO `help_keyword` VALUES (83, 'MOD');
INSERT INTO `help_keyword` VALUES (84, 'TYPE');
INSERT INTO `help_keyword` VALUES (85, 'NO_WRITE_TO_BINLOG');
INSERT INTO `help_keyword` VALUES (86, 'RESET');
INSERT INTO `help_keyword` VALUES (87, 'BIGINT');
INSERT INTO `help_keyword` VALUES (88, 'SET');
INSERT INTO `help_keyword` VALUES (89, 'DATE');
INSERT INTO `help_keyword` VALUES (90, 'STATUS');
INSERT INTO `help_keyword` VALUES (91, 'FULLTEXT');
INSERT INTO `help_keyword` VALUES (92, 'COMMENT');
INSERT INTO `help_keyword` VALUES (93, 'MASTER_CONNECT_RETRY');
INSERT INTO `help_keyword` VALUES (94, 'INNER');
INSERT INTO `help_keyword` VALUES (95, 'STOP');
INSERT INTO `help_keyword` VALUES (96, 'MASTER_LOG_FILE');
INSERT INTO `help_keyword` VALUES (97, 'MRG_MYISAM');
INSERT INTO `help_keyword` VALUES (98, 'PRECISION');
INSERT INTO `help_keyword` VALUES (99, 'TRAILING');
INSERT INTO `help_keyword` VALUES (100, 'LONG');
INSERT INTO `help_keyword` VALUES (101, 'ELSE');
INSERT INTO `help_keyword` VALUES (102, 'IO_THREAD');
INSERT INTO `help_keyword` VALUES (103, 'FROM');
INSERT INTO `help_keyword` VALUES (104, 'READ');
INSERT INTO `help_keyword` VALUES (105, 'LEFT');
INSERT INTO `help_keyword` VALUES (106, 'MINUTE_SECOND');
INSERT INTO `help_keyword` VALUES (107, 'COMPACT');
INSERT INTO `help_keyword` VALUES (108, 'DEC');
INSERT INTO `help_keyword` VALUES (109, 'FOR');
INSERT INTO `help_keyword` VALUES (110, 'WARNINGS');
INSERT INTO `help_keyword` VALUES (111, 'MIN_ROWS');
INSERT INTO `help_keyword` VALUES (112, 'STRING');
INSERT INTO `help_keyword` VALUES (113, 'FUNCTION');
INSERT INTO `help_keyword` VALUES (114, 'ENCLOSED');
INSERT INTO `help_keyword` VALUES (115, 'AGGREGATE');
INSERT INTO `help_keyword` VALUES (116, 'FIELDS');
INSERT INTO `help_keyword` VALUES (117, 'INT3');
INSERT INTO `help_keyword` VALUES (118, 'ARCHIVE');
INSERT INTO `help_keyword` VALUES (119, 'AVG_ROW_LENGTH');
INSERT INTO `help_keyword` VALUES (120, 'ADD');
INSERT INTO `help_keyword` VALUES (121, 'FLOAT4');
INSERT INTO `help_keyword` VALUES (122, 'STRIPED');
INSERT INTO `help_keyword` VALUES (123, 'VIEW');
INSERT INTO `help_keyword` VALUES (124, 'REPEATABLE');
INSERT INTO `help_keyword` VALUES (125, 'INFILE');
INSERT INTO `help_keyword` VALUES (126, 'ORDER');
INSERT INTO `help_keyword` VALUES (127, 'USING');
INSERT INTO `help_keyword` VALUES (128, 'MIDDLEINT');
INSERT INTO `help_keyword` VALUES (129, 'UNSIGNED');
INSERT INTO `help_keyword` VALUES (130, 'GEOMETRYFROMTEXT');
INSERT INTO `help_keyword` VALUES (131, 'INDEXES');
INSERT INTO `help_keyword` VALUES (132, 'FOREIGN');
INSERT INTO `help_keyword` VALUES (133, 'CACHE');
INSERT INTO `help_keyword` VALUES (134, 'HOSTS');
INSERT INTO `help_keyword` VALUES (135, 'COMMIT');
INSERT INTO `help_keyword` VALUES (136, 'SCHEMAS');
INSERT INTO `help_keyword` VALUES (137, 'LEADING');
INSERT INTO `help_keyword` VALUES (138, 'LOAD');
INSERT INTO `help_keyword` VALUES (139, 'SQL_CACHE');
INSERT INTO `help_keyword` VALUES (140, 'CONVERT');
INSERT INTO `help_keyword` VALUES (141, 'DYNAMIC');
INSERT INTO `help_keyword` VALUES (142, 'POLYGONFROMTEXT');
INSERT INTO `help_keyword` VALUES (143, 'BYTE');
INSERT INTO `help_keyword` VALUES (144, 'LINESTRINGFROMWKB');
INSERT INTO `help_keyword` VALUES (145, 'GLOBAL');
INSERT INTO `help_keyword` VALUES (146, 'BERKELEYDB');
INSERT INTO `help_keyword` VALUES (147, 'WHEN');
INSERT INTO `help_keyword` VALUES (148, 'HAVING');
INSERT INTO `help_keyword` VALUES (149, 'AS');
INSERT INTO `help_keyword` VALUES (150, 'STARTING');
INSERT INTO `help_keyword` VALUES (151, 'AUTOCOMMIT');
INSERT INTO `help_keyword` VALUES (152, 'GRANTS');
INSERT INTO `help_keyword` VALUES (153, 'OUTER');
INSERT INTO `help_keyword` VALUES (154, 'FLOOR');
INSERT INTO `help_keyword` VALUES (155, 'AFTER');
INSERT INTO `help_keyword` VALUES (156, 'STD');
INSERT INTO `help_keyword` VALUES (157, 'DISABLE');
INSERT INTO `help_keyword` VALUES (158, 'CSV');
INSERT INTO `help_keyword` VALUES (159, 'OUTFILE');
INSERT INTO `help_keyword` VALUES (160, 'LOW_PRIORITY');
INSERT INTO `help_keyword` VALUES (161, 'BDB');
INSERT INTO `help_keyword` VALUES (162, 'SCHEMA');
INSERT INTO `help_keyword` VALUES (163, 'SONAME');
INSERT INTO `help_keyword` VALUES (164, 'POW');
INSERT INTO `help_keyword` VALUES (165, 'MULTIPOINTFROMWKB');
INSERT INTO `help_keyword` VALUES (166, 'INDEX');
INSERT INTO `help_keyword` VALUES (167, 'MULTIPOINTFROMTEXT');
INSERT INTO `help_keyword` VALUES (168, 'BACKUP');
INSERT INTO `help_keyword` VALUES (169, 'MULTILINESTRINGFROMWKB');
INSERT INTO `help_keyword` VALUES (170, 'EXTENDED');
INSERT INTO `help_keyword` VALUES (171, 'CROSS');
INSERT INTO `help_keyword` VALUES (172, 'NATIONAL');
INSERT INTO `help_keyword` VALUES (173, 'GROUP');
INSERT INTO `help_keyword` VALUES (174, 'ZEROFILL');
INSERT INTO `help_keyword` VALUES (175, 'MASTER_PASSWORD');
INSERT INTO `help_keyword` VALUES (176, 'RELAY_LOG_FILE');
INSERT INTO `help_keyword` VALUES (177, 'TRUE');
INSERT INTO `help_keyword` VALUES (178, 'CHARACTER');
INSERT INTO `help_keyword` VALUES (179, 'MASTER_USER');
INSERT INTO `help_keyword` VALUES (180, 'ENGINE');
INSERT INTO `help_keyword` VALUES (181, 'TABLE');
INSERT INTO `help_keyword` VALUES (182, 'INSERT_METHOD');
INSERT INTO `help_keyword` VALUES (183, 'CASCADE');
INSERT INTO `help_keyword` VALUES (184, 'RELAY_LOG_POS');
INSERT INTO `help_keyword` VALUES (185, 'SQL_CALC_FOUND_ROWS');
INSERT INTO `help_keyword` VALUES (186, 'MYISAM');
INSERT INTO `help_keyword` VALUES (187, 'MODIFY');
INSERT INTO `help_keyword` VALUES (188, 'MATCH');
INSERT INTO `help_keyword` VALUES (189, 'MASTER_LOG_POS');
INSERT INTO `help_keyword` VALUES (190, 'DESC');
INSERT INTO `help_keyword` VALUES (191, 'DISTINCTROW');
INSERT INTO `help_keyword` VALUES (192, 'TIME');
INSERT INTO `help_keyword` VALUES (193, 'NUMERIC');
INSERT INTO `help_keyword` VALUES (194, 'GEOMETRYCOLLECTIONFROMTEXT');
INSERT INTO `help_keyword` VALUES (195, 'RAID_CHUNKS');
INSERT INTO `help_keyword` VALUES (196, 'FLUSH');
INSERT INTO `help_keyword` VALUES (197, 'CREATE');
INSERT INTO `help_keyword` VALUES (198, 'ISAM');
INSERT INTO `help_keyword` VALUES (199, 'INT2');
INSERT INTO `help_keyword` VALUES (200, 'PROCESSLIST');
INSERT INTO `help_keyword` VALUES (201, 'LOGS');
INSERT INTO `help_keyword` VALUES (202, 'HEAP');
INSERT INTO `help_keyword` VALUES (203, 'SOUNDS');
INSERT INTO `help_keyword` VALUES (204, 'BETWEEN');
INSERT INTO `help_keyword` VALUES (205, 'MULTILINESTRINGFROMTEXT');
INSERT INTO `help_keyword` VALUES (206, 'PACK_KEYS');
INSERT INTO `help_keyword` VALUES (207, 'VALUES');
INSERT INTO `help_keyword` VALUES (208, 'FAST');
INSERT INTO `help_keyword` VALUES (209, 'VARCHARACTER');
INSERT INTO `help_keyword` VALUES (210, 'SHOW');
INSERT INTO `help_keyword` VALUES (211, 'ALL');
INSERT INTO `help_keyword` VALUES (212, 'REDUNDANT');
INSERT INTO `help_keyword` VALUES (213, 'USER_RESOURCES');
INSERT INTO `help_keyword` VALUES (214, 'PARTIAL');
INSERT INTO `help_keyword` VALUES (215, 'BINLOG');
INSERT INTO `help_keyword` VALUES (216, 'END');
INSERT INTO `help_keyword` VALUES (217, 'SECOND');
INSERT INTO `help_keyword` VALUES (218, 'AND');
INSERT INTO `help_keyword` VALUES (219, 'FLOAT8');
INSERT INTO `help_keyword` VALUES (220, 'PREV');
INSERT INTO `help_keyword` VALUES (221, 'HOUR');
INSERT INTO `help_keyword` VALUES (222, 'SELECT');
INSERT INTO `help_keyword` VALUES (223, 'DATABASES');
INSERT INTO `help_keyword` VALUES (224, 'OR');
INSERT INTO `help_keyword` VALUES (225, 'MASTER_SSL_CIPHER');
INSERT INTO `help_keyword` VALUES (226, 'SQL_SLAVE_SKIP_COUNTER');
INSERT INTO `help_keyword` VALUES (227, 'BOTH');
INSERT INTO `help_keyword` VALUES (228, 'BOOL');
INSERT INTO `help_keyword` VALUES (229, 'YEAR');
INSERT INTO `help_keyword` VALUES (230, 'MASTER_PORT');
INSERT INTO `help_keyword` VALUES (231, 'CONCURRENT');
INSERT INTO `help_keyword` VALUES (232, 'UNIQUE');
INSERT INTO `help_keyword` VALUES (233, 'MASTER_SSL');
INSERT INTO `help_keyword` VALUES (234, 'DATE_ADD');
INSERT INTO `help_keyword` VALUES (235, 'LIKE');
INSERT INTO `help_keyword` VALUES (236, 'IN');
INSERT INTO `help_keyword` VALUES (237, 'COLUMN');
INSERT INTO `help_keyword` VALUES (238, 'DUMPFILE');
INSERT INTO `help_keyword` VALUES (239, 'MEMORY');
INSERT INTO `help_keyword` VALUES (240, 'CEIL');
INSERT INTO `help_keyword` VALUES (241, 'QUERY');
INSERT INTO `help_keyword` VALUES (242, 'MASTER_HOST');
INSERT INTO `help_keyword` VALUES (243, 'LINES');
INSERT INTO `help_keyword` VALUES (244, 'SQL_THREAD');
INSERT INTO `help_keyword` VALUES (245, 'MULTIPOLYGONFROMWKB');
INSERT INTO `help_keyword` VALUES (246, 'MASTER_SSL_CERT');
INSERT INTO `help_keyword` VALUES (247, 'DAY_MINUTE');
INSERT INTO `help_keyword` VALUES (248, 'TRANSACTION');
INSERT INTO `help_keyword` VALUES (249, 'DATE_SUB');
INSERT INTO `help_keyword` VALUES (250, 'GEOMETRYFROMWKB');
INSERT INTO `help_keyword` VALUES (251, 'INT1');
INSERT INTO `help_keyword` VALUES (252, 'RENAME');
INSERT INTO `help_keyword` VALUES (253, 'RIGHT');
INSERT INTO `help_keyword` VALUES (254, 'ALTER');
INSERT INTO `help_keyword` VALUES (255, 'MAX_ROWS');
INSERT INTO `help_keyword` VALUES (256, 'STRAIGHT_JOIN');
INSERT INTO `help_keyword` VALUES (257, 'NATURAL');
INSERT INTO `help_keyword` VALUES (258, 'VARIABLES');
INSERT INTO `help_keyword` VALUES (259, 'ESCAPED');
INSERT INTO `help_keyword` VALUES (260, 'SHA1');
INSERT INTO `help_keyword` VALUES (261, 'RAID_TYPE');
INSERT INTO `help_keyword` VALUES (262, 'CHAR');
INSERT INTO `help_keyword` VALUES (263, 'OFFSET');
INSERT INTO `help_keyword` VALUES (264, 'NEXT');
INSERT INTO `help_keyword` VALUES (265, 'SQL_LOG_BIN');
INSERT INTO `help_keyword` VALUES (266, 'ERRORS');
INSERT INTO `help_keyword` VALUES (267, 'TEMPORARY');
INSERT INTO `help_keyword` VALUES (268, 'SQL_SMALL_RESULT');
INSERT INTO `help_keyword` VALUES (269, 'COMMITTED');
INSERT INTO `help_keyword` VALUES (270, 'DELAY_KEY_WRITE');
INSERT INTO `help_keyword` VALUES (271, 'BEGIN');
INSERT INTO `help_keyword` VALUES (272, 'MEDIUM');
INSERT INTO `help_keyword` VALUES (273, 'INTERVAL');
INSERT INTO `help_keyword` VALUES (274, 'DAY_HOUR');
INSERT INTO `help_keyword` VALUES (275, 'REFERENCES');
INSERT INTO `help_keyword` VALUES (276, 'AES_ENCRYPT');
INSERT INTO `help_keyword` VALUES (277, 'ISOLATION');
INSERT INTO `help_keyword` VALUES (278, 'INT8');
INSERT INTO `help_keyword` VALUES (279, 'RESTRICT');
INSERT INTO `help_keyword` VALUES (280, 'IS');
INSERT INTO `help_keyword` VALUES (281, 'UNCOMMITTED');
INSERT INTO `help_keyword` VALUES (282, 'NOT');
INSERT INTO `help_keyword` VALUES (283, 'DES_KEY_FILE');
INSERT INTO `help_keyword` VALUES (284, 'COMPRESSED');
INSERT INTO `help_keyword` VALUES (285, 'START');
INSERT INTO `help_keyword` VALUES (286, 'IF');
INSERT INTO `help_keyword` VALUES (287, 'SAVEPOINT');
INSERT INTO `help_keyword` VALUES (288, 'PRIMARY');
INSERT INTO `help_keyword` VALUES (289, 'LAST');
INSERT INTO `help_keyword` VALUES (290, 'INNOBASE');
INSERT INTO `help_keyword` VALUES (291, 'LIMIT');
INSERT INTO `help_keyword` VALUES (292, 'KEYS');
INSERT INTO `help_keyword` VALUES (293, 'KEY');
INSERT INTO `help_keyword` VALUES (294, 'MERGE');
INSERT INTO `help_keyword` VALUES (295, 'SQL_NO_CACHE');
INSERT INTO `help_keyword` VALUES (296, 'DELAYED');
INSERT INTO `help_keyword` VALUES (297, 'CONSTRAINT');
INSERT INTO `help_keyword` VALUES (298, 'SERIAL');
INSERT INTO `help_keyword` VALUES (299, 'ACTION');
INSERT INTO `help_keyword` VALUES (300, 'WRITE');
INSERT INTO `help_keyword` VALUES (301, 'SESSION');
INSERT INTO `help_keyword` VALUES (302, 'DATABASE');
INSERT INTO `help_keyword` VALUES (303, 'NULL');
INSERT INTO `help_keyword` VALUES (304, 'USE_FRM');
INSERT INTO `help_keyword` VALUES (305, 'SLAVE');
INSERT INTO `help_keyword` VALUES (306, 'TERMINATED');
INSERT INTO `help_keyword` VALUES (307, 'ASC');
INSERT INTO `help_keyword` VALUES (308, 'OPTIONALLY');
INSERT INTO `help_keyword` VALUES (309, 'ENABLE');
INSERT INTO `help_keyword` VALUES (310, 'DIRECTORY');
INSERT INTO `help_keyword` VALUES (311, 'LOCAL');
INSERT INTO `help_keyword` VALUES (312, 'DISTINCT');
INSERT INTO `help_keyword` VALUES (313, 'MASTER_SSL_KEY');
INSERT INTO `help_keyword` VALUES (314, 'TABLES');
INSERT INTO `help_keyword` VALUES (315, '<>');
INSERT INTO `help_keyword` VALUES (316, 'HIGH_PRIORITY');
INSERT INTO `help_keyword` VALUES (317, 'BTREE');
INSERT INTO `help_keyword` VALUES (318, 'FIRST');
INSERT INTO `help_keyword` VALUES (319, 'TYPES');
INSERT INTO `help_keyword` VALUES (320, 'MASTER');
INSERT INTO `help_keyword` VALUES (321, 'FIXED');
INSERT INTO `help_keyword` VALUES (322, 'RAID0');
INSERT INTO `help_keyword` VALUES (323, 'MULTIPOLYGONFROMTEXT');
INSERT INTO `help_keyword` VALUES (324, 'ROW_FORMAT');

-- --------------------------------------------------------

-- 
-- Structure de la table `help_relation`
-- 

DROP TABLE IF EXISTS `help_relation`;
CREATE TABLE `help_relation` (
  `help_topic_id` int(10) unsigned NOT NULL,
  `help_keyword_id` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`help_keyword_id`,`help_topic_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='keyword-topic relation';

-- 
-- Contenu de la table `help_relation`
-- 

INSERT INTO `help_relation` VALUES (377, 0);
INSERT INTO `help_relation` VALUES (280, 1);
INSERT INTO `help_relation` VALUES (349, 2);
INSERT INTO `help_relation` VALUES (329, 3);
INSERT INTO `help_relation` VALUES (126, 4);
INSERT INTO `help_relation` VALUES (147, 5);
INSERT INTO `help_relation` VALUES (335, 6);
INSERT INTO `help_relation` VALUES (271, 7);
INSERT INTO `help_relation` VALUES (108, 8);
INSERT INTO `help_relation` VALUES (298, 9);
INSERT INTO `help_relation` VALUES (61, 10);
INSERT INTO `help_relation` VALUES (280, 10);
INSERT INTO `help_relation` VALUES (77, 11);
INSERT INTO `help_relation` VALUES (271, 11);
INSERT INTO `help_relation` VALUES (126, 12);
INSERT INTO `help_relation` VALUES (394, 12);
INSERT INTO `help_relation` VALUES (301, 13);
INSERT INTO `help_relation` VALUES (189, 14);
INSERT INTO `help_relation` VALUES (79, 15);
INSERT INTO `help_relation` VALUES (19, 16);
INSERT INTO `help_relation` VALUES (60, 16);
INSERT INTO `help_relation` VALUES (126, 16);
INSERT INTO `help_relation` VALUES (148, 16);
INSERT INTO `help_relation` VALUES (218, 16);
INSERT INTO `help_relation` VALUES (366, 16);
INSERT INTO `help_relation` VALUES (280, 17);
INSERT INTO `help_relation` VALUES (185, 18);
INSERT INTO `help_relation` VALUES (20, 19);
INSERT INTO `help_relation` VALUES (395, 20);
INSERT INTO `help_relation` VALUES (116, 21);
INSERT INTO `help_relation` VALUES (39, 22);
INSERT INTO `help_relation` VALUES (23, 23);
INSERT INTO `help_relation` VALUES (271, 24);
INSERT INTO `help_relation` VALUES (369, 24);
INSERT INTO `help_relation` VALUES (20, 25);
INSERT INTO `help_relation` VALUES (23, 26);
INSERT INTO `help_relation` VALUES (280, 26);
INSERT INTO `help_relation` VALUES (369, 27);
INSERT INTO `help_relation` VALUES (369, 28);
INSERT INTO `help_relation` VALUES (271, 29);
INSERT INTO `help_relation` VALUES (369, 29);
INSERT INTO `help_relation` VALUES (394, 30);
INSERT INTO `help_relation` VALUES (34, 31);
INSERT INTO `help_relation` VALUES (59, 31);
INSERT INTO `help_relation` VALUES (280, 31);
INSERT INTO `help_relation` VALUES (286, 31);
INSERT INTO `help_relation` VALUES (329, 31);
INSERT INTO `help_relation` VALUES (366, 31);
INSERT INTO `help_relation` VALUES (369, 31);
INSERT INTO `help_relation` VALUES (369, 32);
INSERT INTO `help_relation` VALUES (373, 32);
INSERT INTO `help_relation` VALUES (20, 33);
INSERT INTO `help_relation` VALUES (86, 34);
INSERT INTO `help_relation` VALUES (329, 34);
INSERT INTO `help_relation` VALUES (369, 34);
INSERT INTO `help_relation` VALUES (20, 35);
INSERT INTO `help_relation` VALUES (369, 36);
INSERT INTO `help_relation` VALUES (280, 37);
INSERT INTO `help_relation` VALUES (126, 38);
INSERT INTO `help_relation` VALUES (246, 38);
INSERT INTO `help_relation` VALUES (286, 39);
INSERT INTO `help_relation` VALUES (369, 40);
INSERT INTO `help_relation` VALUES (373, 40);
INSERT INTO `help_relation` VALUES (0, 41);
INSERT INTO `help_relation` VALUES (373, 41);
INSERT INTO `help_relation` VALUES (24, 42);
INSERT INTO `help_relation` VALUES (77, 43);
INSERT INTO `help_relation` VALUES (0, 44);
INSERT INTO `help_relation` VALUES (34, 45);
INSERT INTO `help_relation` VALUES (59, 45);
INSERT INTO `help_relation` VALUES (77, 45);
INSERT INTO `help_relation` VALUES (165, 46);
INSERT INTO `help_relation` VALUES (366, 46);
INSERT INTO `help_relation` VALUES (280, 47);
INSERT INTO `help_relation` VALUES (0, 48);
INSERT INTO `help_relation` VALUES (59, 48);
INSERT INTO `help_relation` VALUES (116, 48);
INSERT INTO `help_relation` VALUES (280, 48);
INSERT INTO `help_relation` VALUES (329, 48);
INSERT INTO `help_relation` VALUES (366, 48);
INSERT INTO `help_relation` VALUES (24, 49);
INSERT INTO `help_relation` VALUES (34, 49);
INSERT INTO `help_relation` VALUES (264, 49);
INSERT INTO `help_relation` VALUES (298, 50);
INSERT INTO `help_relation` VALUES (304, 51);
INSERT INTO `help_relation` VALUES (63, 52);
INSERT INTO `help_relation` VALUES (369, 53);
INSERT INTO `help_relation` VALUES (349, 54);
INSERT INTO `help_relation` VALUES (0, 55);
INSERT INTO `help_relation` VALUES (203, 56);
INSERT INTO `help_relation` VALUES (235, 56);
INSERT INTO `help_relation` VALUES (298, 56);
INSERT INTO `help_relation` VALUES (335, 56);
INSERT INTO `help_relation` VALUES (147, 57);
INSERT INTO `help_relation` VALUES (361, 57);
INSERT INTO `help_relation` VALUES (147, 58);
INSERT INTO `help_relation` VALUES (366, 58);
INSERT INTO `help_relation` VALUES (20, 59);
INSERT INTO `help_relation` VALUES (116, 60);
INSERT INTO `help_relation` VALUES (280, 60);
INSERT INTO `help_relation` VALUES (373, 60);
INSERT INTO `help_relation` VALUES (30, 61);
INSERT INTO `help_relation` VALUES (116, 61);
INSERT INTO `help_relation` VALUES (280, 61);
INSERT INTO `help_relation` VALUES (369, 62);
INSERT INTO `help_relation` VALUES (203, 63);
INSERT INTO `help_relation` VALUES (20, 64);
INSERT INTO `help_relation` VALUES (95, 65);
INSERT INTO `help_relation` VALUES (108, 66);
INSERT INTO `help_relation` VALUES (361, 66);
INSERT INTO `help_relation` VALUES (377, 67);
INSERT INTO `help_relation` VALUES (165, 68);
INSERT INTO `help_relation` VALUES (280, 69);
INSERT INTO `help_relation` VALUES (69, 70);
INSERT INTO `help_relation` VALUES (149, 70);
INSERT INTO `help_relation` VALUES (329, 71);
INSERT INTO `help_relation` VALUES (61, 72);
INSERT INTO `help_relation` VALUES (369, 73);
INSERT INTO `help_relation` VALUES (116, 74);
INSERT INTO `help_relation` VALUES (385, 74);
INSERT INTO `help_relation` VALUES (338, 75);
INSERT INTO `help_relation` VALUES (225, 76);
INSERT INTO `help_relation` VALUES (103, 77);
INSERT INTO `help_relation` VALUES (271, 78);
INSERT INTO `help_relation` VALUES (20, 79);
INSERT INTO `help_relation` VALUES (19, 80);
INSERT INTO `help_relation` VALUES (118, 80);
INSERT INTO `help_relation` VALUES (148, 80);
INSERT INTO `help_relation` VALUES (218, 80);
INSERT INTO `help_relation` VALUES (15, 81);
INSERT INTO `help_relation` VALUES (61, 81);
INSERT INTO `help_relation` VALUES (116, 82);
INSERT INTO `help_relation` VALUES (189, 82);
INSERT INTO `help_relation` VALUES (366, 82);
INSERT INTO `help_relation` VALUES (369, 82);
INSERT INTO `help_relation` VALUES (136, 83);
INSERT INTO `help_relation` VALUES (366, 84);
INSERT INTO `help_relation` VALUES (369, 84);
INSERT INTO `help_relation` VALUES (258, 85);
INSERT INTO `help_relation` VALUES (264, 85);
INSERT INTO `help_relation` VALUES (372, 85);
INSERT INTO `help_relation` VALUES (25, 86);
INSERT INTO `help_relation` VALUES (113, 86);
INSERT INTO `help_relation` VALUES (208, 86);
INSERT INTO `help_relation` VALUES (173, 87);
INSERT INTO `help_relation` VALUES (30, 88);
INSERT INTO `help_relation` VALUES (59, 88);
INSERT INTO `help_relation` VALUES (108, 88);
INSERT INTO `help_relation` VALUES (144, 88);
INSERT INTO `help_relation` VALUES (166, 88);
INSERT INTO `help_relation` VALUES (366, 88);
INSERT INTO `help_relation` VALUES (373, 88);
INSERT INTO `help_relation` VALUES (389, 88);
INSERT INTO `help_relation` VALUES (20, 89);
INSERT INTO `help_relation` VALUES (96, 89);
INSERT INTO `help_relation` VALUES (207, 89);
INSERT INTO `help_relation` VALUES (298, 89);
INSERT INTO `help_relation` VALUES (40, 90);
INSERT INTO `help_relation` VALUES (175, 90);
INSERT INTO `help_relation` VALUES (271, 90);
INSERT INTO `help_relation` VALUES (290, 90);
INSERT INTO `help_relation` VALUES (165, 91);
INSERT INTO `help_relation` VALUES (366, 91);
INSERT INTO `help_relation` VALUES (369, 91);
INSERT INTO `help_relation` VALUES (369, 92);
INSERT INTO `help_relation` VALUES (147, 93);
INSERT INTO `help_relation` VALUES (0, 94);
INSERT INTO `help_relation` VALUES (37, 95);
INSERT INTO `help_relation` VALUES (147, 96);
INSERT INTO `help_relation` VALUES (369, 97);
INSERT INTO `help_relation` VALUES (246, 98);
INSERT INTO `help_relation` VALUES (357, 99);
INSERT INTO `help_relation` VALUES (225, 100);
INSERT INTO `help_relation` VALUES (103, 101);
INSERT INTO `help_relation` VALUES (37, 102);
INSERT INTO `help_relation` VALUES (257, 102);
INSERT INTO `help_relation` VALUES (34, 103);
INSERT INTO `help_relation` VALUES (86, 103);
INSERT INTO `help_relation` VALUES (185, 103);
INSERT INTO `help_relation` VALUES (271, 103);
INSERT INTO `help_relation` VALUES (280, 103);
INSERT INTO `help_relation` VALUES (285, 103);
INSERT INTO `help_relation` VALUES (357, 103);
INSERT INTO `help_relation` VALUES (23, 104);
INSERT INTO `help_relation` VALUES (77, 104);
INSERT INTO `help_relation` VALUES (349, 104);
INSERT INTO `help_relation` VALUES (0, 105);
INSERT INTO `help_relation` VALUES (20, 106);
INSERT INTO `help_relation` VALUES (369, 107);
INSERT INTO `help_relation` VALUES (163, 108);
INSERT INTO `help_relation` VALUES (271, 109);
INSERT INTO `help_relation` VALUES (280, 109);
INSERT INTO `help_relation` VALUES (271, 110);
INSERT INTO `help_relation` VALUES (369, 111);
INSERT INTO `help_relation` VALUES (126, 112);
INSERT INTO `help_relation` VALUES (126, 113);
INSERT INTO `help_relation` VALUES (329, 114);
INSERT INTO `help_relation` VALUES (126, 115);
INSERT INTO `help_relation` VALUES (271, 116);
INSERT INTO `help_relation` VALUES (329, 116);
INSERT INTO `help_relation` VALUES (198, 117);
INSERT INTO `help_relation` VALUES (369, 118);
INSERT INTO `help_relation` VALUES (366, 119);
INSERT INTO `help_relation` VALUES (369, 119);
INSERT INTO `help_relation` VALUES (42, 120);
INSERT INTO `help_relation` VALUES (366, 120);
INSERT INTO `help_relation` VALUES (130, 121);
INSERT INTO `help_relation` VALUES (369, 122);
INSERT INTO `help_relation` VALUES (19, 123);
INSERT INTO `help_relation` VALUES (121, 123);
INSERT INTO `help_relation` VALUES (349, 124);
INSERT INTO `help_relation` VALUES (329, 125);
INSERT INTO `help_relation` VALUES (34, 126);
INSERT INTO `help_relation` VALUES (59, 126);
INSERT INTO `help_relation` VALUES (280, 126);
INSERT INTO `help_relation` VALUES (286, 126);
INSERT INTO `help_relation` VALUES (366, 126);
INSERT INTO `help_relation` VALUES (0, 127);
INSERT INTO `help_relation` VALUES (34, 127);
INSERT INTO `help_relation` VALUES (198, 128);
INSERT INTO `help_relation` VALUES (15, 129);
INSERT INTO `help_relation` VALUES (93, 129);
INSERT INTO `help_relation` VALUES (130, 129);
INSERT INTO `help_relation` VALUES (163, 129);
INSERT INTO `help_relation` VALUES (246, 129);
INSERT INTO `help_relation` VALUES (298, 129);
INSERT INTO `help_relation` VALUES (394, 129);
INSERT INTO `help_relation` VALUES (324, 130);
INSERT INTO `help_relation` VALUES (271, 131);
INSERT INTO `help_relation` VALUES (366, 132);
INSERT INTO `help_relation` VALUES (369, 132);
INSERT INTO `help_relation` VALUES (373, 132);
INSERT INTO `help_relation` VALUES (113, 133);
INSERT INTO `help_relation` VALUES (107, 134);
INSERT INTO `help_relation` VALUES (271, 134);
INSERT INTO `help_relation` VALUES (108, 135);
INSERT INTO `help_relation` VALUES (271, 136);
INSERT INTO `help_relation` VALUES (357, 137);
INSERT INTO `help_relation` VALUES (86, 138);
INSERT INTO `help_relation` VALUES (285, 138);
INSERT INTO `help_relation` VALUES (329, 138);
INSERT INTO `help_relation` VALUES (280, 139);
INSERT INTO `help_relation` VALUES (298, 140);
INSERT INTO `help_relation` VALUES (369, 141);
INSERT INTO `help_relation` VALUES (313, 142);
INSERT INTO `help_relation` VALUES (367, 143);
INSERT INTO `help_relation` VALUES (353, 144);
INSERT INTO `help_relation` VALUES (95, 145);
INSERT INTO `help_relation` VALUES (144, 145);
INSERT INTO `help_relation` VALUES (349, 145);
INSERT INTO `help_relation` VALUES (369, 146);
INSERT INTO `help_relation` VALUES (103, 147);
INSERT INTO `help_relation` VALUES (280, 148);
INSERT INTO `help_relation` VALUES (0, 149);
INSERT INTO `help_relation` VALUES (23, 149);
INSERT INTO `help_relation` VALUES (280, 149);
INSERT INTO `help_relation` VALUES (329, 150);
INSERT INTO `help_relation` VALUES (108, 151);
INSERT INTO `help_relation` VALUES (271, 152);
INSERT INTO `help_relation` VALUES (0, 153);
INSERT INTO `help_relation` VALUES (173, 154);
INSERT INTO `help_relation` VALUES (366, 155);
INSERT INTO `help_relation` VALUES (321, 156);
INSERT INTO `help_relation` VALUES (366, 157);
INSERT INTO `help_relation` VALUES (329, 158);
INSERT INTO `help_relation` VALUES (369, 158);
INSERT INTO `help_relation` VALUES (280, 159);
INSERT INTO `help_relation` VALUES (23, 160);
INSERT INTO `help_relation` VALUES (30, 160);
INSERT INTO `help_relation` VALUES (34, 160);
INSERT INTO `help_relation` VALUES (59, 160);
INSERT INTO `help_relation` VALUES (116, 160);
INSERT INTO `help_relation` VALUES (329, 160);
INSERT INTO `help_relation` VALUES (369, 161);
INSERT INTO `help_relation` VALUES (118, 162);
INSERT INTO `help_relation` VALUES (148, 162);
INSERT INTO `help_relation` VALUES (166, 162);
INSERT INTO `help_relation` VALUES (271, 162);
INSERT INTO `help_relation` VALUES (126, 163);
INSERT INTO `help_relation` VALUES (382, 164);
INSERT INTO `help_relation` VALUES (365, 165);
INSERT INTO `help_relation` VALUES (0, 166);
INSERT INTO `help_relation` VALUES (42, 166);
INSERT INTO `help_relation` VALUES (60, 166);
INSERT INTO `help_relation` VALUES (165, 166);
INSERT INTO `help_relation` VALUES (271, 166);
INSERT INTO `help_relation` VALUES (366, 166);
INSERT INTO `help_relation` VALUES (369, 166);
INSERT INTO `help_relation` VALUES (332, 167);
INSERT INTO `help_relation` VALUES (282, 168);
INSERT INTO `help_relation` VALUES (214, 169);
INSERT INTO `help_relation` VALUES (24, 170);
INSERT INTO `help_relation` VALUES (264, 170);
INSERT INTO `help_relation` VALUES (0, 171);
INSERT INTO `help_relation` VALUES (203, 172);
INSERT INTO `help_relation` VALUES (335, 172);
INSERT INTO `help_relation` VALUES (280, 173);
INSERT INTO `help_relation` VALUES (15, 174);
INSERT INTO `help_relation` VALUES (93, 174);
INSERT INTO `help_relation` VALUES (130, 174);
INSERT INTO `help_relation` VALUES (163, 174);
INSERT INTO `help_relation` VALUES (246, 174);
INSERT INTO `help_relation` VALUES (394, 174);
INSERT INTO `help_relation` VALUES (147, 175);
INSERT INTO `help_relation` VALUES (147, 176);
INSERT INTO `help_relation` VALUES (304, 177);
INSERT INTO `help_relation` VALUES (166, 178);
INSERT INTO `help_relation` VALUES (203, 178);
INSERT INTO `help_relation` VALUES (335, 178);
INSERT INTO `help_relation` VALUES (147, 179);
INSERT INTO `help_relation` VALUES (271, 180);
INSERT INTO `help_relation` VALUES (290, 180);
INSERT INTO `help_relation` VALUES (366, 180);
INSERT INTO `help_relation` VALUES (369, 180);
INSERT INTO `help_relation` VALUES (24, 181);
INSERT INTO `help_relation` VALUES (42, 181);
INSERT INTO `help_relation` VALUES (117, 181);
INSERT INTO `help_relation` VALUES (218, 181);
INSERT INTO `help_relation` VALUES (264, 181);
INSERT INTO `help_relation` VALUES (271, 181);
INSERT INTO `help_relation` VALUES (282, 181);
INSERT INTO `help_relation` VALUES (285, 181);
INSERT INTO `help_relation` VALUES (372, 181);
INSERT INTO `help_relation` VALUES (369, 182);
INSERT INTO `help_relation` VALUES (19, 183);
INSERT INTO `help_relation` VALUES (218, 183);
INSERT INTO `help_relation` VALUES (369, 183);
INSERT INTO `help_relation` VALUES (373, 183);
INSERT INTO `help_relation` VALUES (147, 184);
INSERT INTO `help_relation` VALUES (280, 185);
INSERT INTO `help_relation` VALUES (369, 186);
INSERT INTO `help_relation` VALUES (366, 187);
INSERT INTO `help_relation` VALUES (61, 188);
INSERT INTO `help_relation` VALUES (147, 189);
INSERT INTO `help_relation` VALUES (259, 190);
INSERT INTO `help_relation` VALUES (280, 190);
INSERT INTO `help_relation` VALUES (286, 190);
INSERT INTO `help_relation` VALUES (280, 191);
INSERT INTO `help_relation` VALUES (247, 192);
INSERT INTO `help_relation` VALUES (297, 192);
INSERT INTO `help_relation` VALUES (298, 192);
INSERT INTO `help_relation` VALUES (163, 193);
INSERT INTO `help_relation` VALUES (193, 194);
INSERT INTO `help_relation` VALUES (369, 195);
INSERT INTO `help_relation` VALUES (113, 196);
INSERT INTO `help_relation` VALUES (42, 197);
INSERT INTO `help_relation` VALUES (118, 197);
INSERT INTO `help_relation` VALUES (126, 197);
INSERT INTO `help_relation` VALUES (165, 197);
INSERT INTO `help_relation` VALUES (271, 197);
INSERT INTO `help_relation` VALUES (369, 197);
INSERT INTO `help_relation` VALUES (369, 198);
INSERT INTO `help_relation` VALUES (181, 199);
INSERT INTO `help_relation` VALUES (271, 200);
INSERT INTO `help_relation` VALUES (235, 201);
INSERT INTO `help_relation` VALUES (271, 201);
INSERT INTO `help_relation` VALUES (290, 201);
INSERT INTO `help_relation` VALUES (369, 202);
INSERT INTO `help_relation` VALUES (299, 203);
INSERT INTO `help_relation` VALUES (109, 204);
INSERT INTO `help_relation` VALUES (78, 205);
INSERT INTO `help_relation` VALUES (369, 206);
INSERT INTO `help_relation` VALUES (30, 207);
INSERT INTO `help_relation` VALUES (24, 208);
INSERT INTO `help_relation` VALUES (203, 209);
INSERT INTO `help_relation` VALUES (40, 210);
INSERT INTO `help_relation` VALUES (107, 210);
INSERT INTO `help_relation` VALUES (175, 210);
INSERT INTO `help_relation` VALUES (185, 210);
INSERT INTO `help_relation` VALUES (235, 210);
INSERT INTO `help_relation` VALUES (290, 210);
INSERT INTO `help_relation` VALUES (240, 211);
INSERT INTO `help_relation` VALUES (280, 211);
INSERT INTO `help_relation` VALUES (369, 212);
INSERT INTO `help_relation` VALUES (258, 213);
INSERT INTO `help_relation` VALUES (369, 214);
INSERT INTO `help_relation` VALUES (185, 215);
INSERT INTO `help_relation` VALUES (103, 216);
INSERT INTO `help_relation` VALUES (20, 217);
INSERT INTO `help_relation` VALUES (109, 218);
INSERT INTO `help_relation` VALUES (248, 218);
INSERT INTO `help_relation` VALUES (246, 219);
INSERT INTO `help_relation` VALUES (77, 220);
INSERT INTO `help_relation` VALUES (20, 221);
INSERT INTO `help_relation` VALUES (30, 222);
INSERT INTO `help_relation` VALUES (202, 222);
INSERT INTO `help_relation` VALUES (271, 223);
INSERT INTO `help_relation` VALUES (102, 224);
INSERT INTO `help_relation` VALUES (147, 225);
INSERT INTO `help_relation` VALUES (144, 226);
INSERT INTO `help_relation` VALUES (357, 227);
INSERT INTO `help_relation` VALUES (15, 228);
INSERT INTO `help_relation` VALUES (81, 228);
INSERT INTO `help_relation` VALUES (20, 229);
INSERT INTO `help_relation` VALUES (147, 230);
INSERT INTO `help_relation` VALUES (329, 231);
INSERT INTO `help_relation` VALUES (366, 232);
INSERT INTO `help_relation` VALUES (147, 233);
INSERT INTO `help_relation` VALUES (20, 234);
INSERT INTO `help_relation` VALUES (271, 235);
INSERT INTO `help_relation` VALUES (299, 235);
INSERT INTO `help_relation` VALUES (61, 236);
INSERT INTO `help_relation` VALUES (185, 236);
INSERT INTO `help_relation` VALUES (280, 236);
INSERT INTO `help_relation` VALUES (366, 237);
INSERT INTO `help_relation` VALUES (280, 238);
INSERT INTO `help_relation` VALUES (280, 239);
INSERT INTO `help_relation` VALUES (350, 240);
INSERT INTO `help_relation` VALUES (113, 241);
INSERT INTO `help_relation` VALUES (147, 242);
INSERT INTO `help_relation` VALUES (329, 243);
INSERT INTO `help_relation` VALUES (37, 244);
INSERT INTO `help_relation` VALUES (257, 244);
INSERT INTO `help_relation` VALUES (90, 245);
INSERT INTO `help_relation` VALUES (147, 246);
INSERT INTO `help_relation` VALUES (20, 247);
INSERT INTO `help_relation` VALUES (108, 248);
INSERT INTO `help_relation` VALUES (349, 248);
INSERT INTO `help_relation` VALUES (20, 249);
INSERT INTO `help_relation` VALUES (106, 250);
INSERT INTO `help_relation` VALUES (15, 251);
INSERT INTO `help_relation` VALUES (366, 252);
INSERT INTO `help_relation` VALUES (0, 253);
INSERT INTO `help_relation` VALUES (42, 254);
INSERT INTO `help_relation` VALUES (121, 254);
INSERT INTO `help_relation` VALUES (366, 254);
INSERT INTO `help_relation` VALUES (369, 255);
INSERT INTO `help_relation` VALUES (0, 256);
INSERT INTO `help_relation` VALUES (280, 256);
INSERT INTO `help_relation` VALUES (0, 257);
INSERT INTO `help_relation` VALUES (271, 258);
INSERT INTO `help_relation` VALUES (329, 259);
INSERT INTO `help_relation` VALUES (224, 260);
INSERT INTO `help_relation` VALUES (369, 261);
INSERT INTO `help_relation` VALUES (298, 262);
INSERT INTO `help_relation` VALUES (367, 262);
INSERT INTO `help_relation` VALUES (280, 263);
INSERT INTO `help_relation` VALUES (77, 264);
INSERT INTO `help_relation` VALUES (389, 265);
INSERT INTO `help_relation` VALUES (271, 266);
INSERT INTO `help_relation` VALUES (218, 267);
INSERT INTO `help_relation` VALUES (280, 268);
INSERT INTO `help_relation` VALUES (349, 269);
INSERT INTO `help_relation` VALUES (369, 270);
INSERT INTO `help_relation` VALUES (108, 271);
INSERT INTO `help_relation` VALUES (24, 272);
INSERT INTO `help_relation` VALUES (20, 273);
INSERT INTO `help_relation` VALUES (20, 274);
INSERT INTO `help_relation` VALUES (369, 275);
INSERT INTO `help_relation` VALUES (373, 275);
INSERT INTO `help_relation` VALUES (391, 276);
INSERT INTO `help_relation` VALUES (349, 277);
INSERT INTO `help_relation` VALUES (93, 278);
INSERT INTO `help_relation` VALUES (19, 279);
INSERT INTO `help_relation` VALUES (218, 279);
INSERT INTO `help_relation` VALUES (373, 279);
INSERT INTO `help_relation` VALUES (292, 280);
INSERT INTO `help_relation` VALUES (349, 281);
INSERT INTO `help_relation` VALUES (118, 282);
INSERT INTO `help_relation` VALUES (244, 282);
INSERT INTO `help_relation` VALUES (258, 283);
INSERT INTO `help_relation` VALUES (369, 284);
INSERT INTO `help_relation` VALUES (108, 285);
INSERT INTO `help_relation` VALUES (257, 285);
INSERT INTO `help_relation` VALUES (19, 286);
INSERT INTO `help_relation` VALUES (118, 286);
INSERT INTO `help_relation` VALUES (148, 286);
INSERT INTO `help_relation` VALUES (218, 286);
INSERT INTO `help_relation` VALUES (361, 287);
INSERT INTO `help_relation` VALUES (366, 288);
INSERT INTO `help_relation` VALUES (77, 289);
INSERT INTO `help_relation` VALUES (369, 290);
INSERT INTO `help_relation` VALUES (34, 291);
INSERT INTO `help_relation` VALUES (59, 291);
INSERT INTO `help_relation` VALUES (77, 291);
INSERT INTO `help_relation` VALUES (185, 291);
INSERT INTO `help_relation` VALUES (280, 291);
INSERT INTO `help_relation` VALUES (271, 292);
INSERT INTO `help_relation` VALUES (366, 292);
INSERT INTO `help_relation` VALUES (42, 293);
INSERT INTO `help_relation` VALUES (116, 293);
INSERT INTO `help_relation` VALUES (366, 293);
INSERT INTO `help_relation` VALUES (369, 293);
INSERT INTO `help_relation` VALUES (373, 293);
INSERT INTO `help_relation` VALUES (369, 294);
INSERT INTO `help_relation` VALUES (280, 295);
INSERT INTO `help_relation` VALUES (30, 296);
INSERT INTO `help_relation` VALUES (116, 296);
INSERT INTO `help_relation` VALUES (385, 296);
INSERT INTO `help_relation` VALUES (366, 297);
INSERT INTO `help_relation` VALUES (369, 297);
INSERT INTO `help_relation` VALUES (189, 298);
INSERT INTO `help_relation` VALUES (369, 298);
INSERT INTO `help_relation` VALUES (369, 299);
INSERT INTO `help_relation` VALUES (373, 299);
INSERT INTO `help_relation` VALUES (23, 300);
INSERT INTO `help_relation` VALUES (95, 301);
INSERT INTO `help_relation` VALUES (349, 301);
INSERT INTO `help_relation` VALUES (118, 302);
INSERT INTO `help_relation` VALUES (148, 302);
INSERT INTO `help_relation` VALUES (271, 302);
INSERT INTO `help_relation` VALUES (292, 303);
INSERT INTO `help_relation` VALUES (373, 303);
INSERT INTO `help_relation` VALUES (264, 304);
INSERT INTO `help_relation` VALUES (25, 305);
INSERT INTO `help_relation` VALUES (37, 305);
INSERT INTO `help_relation` VALUES (107, 305);
INSERT INTO `help_relation` VALUES (175, 305);
INSERT INTO `help_relation` VALUES (257, 305);
INSERT INTO `help_relation` VALUES (329, 306);
INSERT INTO `help_relation` VALUES (280, 307);
INSERT INTO `help_relation` VALUES (286, 307);
INSERT INTO `help_relation` VALUES (329, 308);
INSERT INTO `help_relation` VALUES (366, 309);
INSERT INTO `help_relation` VALUES (369, 310);
INSERT INTO `help_relation` VALUES (23, 311);
INSERT INTO `help_relation` VALUES (258, 311);
INSERT INTO `help_relation` VALUES (264, 311);
INSERT INTO `help_relation` VALUES (329, 311);
INSERT INTO `help_relation` VALUES (372, 311);
INSERT INTO `help_relation` VALUES (227, 312);
INSERT INTO `help_relation` VALUES (280, 312);
INSERT INTO `help_relation` VALUES (286, 312);
INSERT INTO `help_relation` VALUES (305, 312);
INSERT INTO `help_relation` VALUES (338, 312);
INSERT INTO `help_relation` VALUES (377, 312);
INSERT INTO `help_relation` VALUES (147, 313);
INSERT INTO `help_relation` VALUES (23, 314);
INSERT INTO `help_relation` VALUES (271, 314);
INSERT INTO `help_relation` VALUES (390, 315);
INSERT INTO `help_relation` VALUES (116, 316);
INSERT INTO `help_relation` VALUES (280, 316);
INSERT INTO `help_relation` VALUES (165, 317);
INSERT INTO `help_relation` VALUES (77, 318);
INSERT INTO `help_relation` VALUES (366, 318);
INSERT INTO `help_relation` VALUES (369, 318);
INSERT INTO `help_relation` VALUES (271, 319);
INSERT INTO `help_relation` VALUES (40, 320);
INSERT INTO `help_relation` VALUES (86, 320);
INSERT INTO `help_relation` VALUES (147, 320);
INSERT INTO `help_relation` VALUES (208, 320);
INSERT INTO `help_relation` VALUES (235, 320);
INSERT INTO `help_relation` VALUES (285, 320);
INSERT INTO `help_relation` VALUES (163, 321);
INSERT INTO `help_relation` VALUES (369, 321);
INSERT INTO `help_relation` VALUES (369, 322);
INSERT INTO `help_relation` VALUES (156, 323);
INSERT INTO `help_relation` VALUES (369, 324);

-- --------------------------------------------------------

-- 
-- Structure de la table `help_topic`
-- 

DROP TABLE IF EXISTS `help_topic`;
CREATE TABLE `help_topic` (
  `help_topic_id` int(10) unsigned NOT NULL,
  `name` char(64) NOT NULL,
  `help_category_id` smallint(5) unsigned NOT NULL,
  `description` text NOT NULL,
  `example` text NOT NULL,
  `url` char(128) NOT NULL,
  PRIMARY KEY  (`help_topic_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='help topics';

-- 
-- Contenu de la table `help_topic`
-- 

INSERT INTO `help_topic` VALUES (0, 'JOIN', 6, 'MySQL supports the following JOIN syntaxes for the\ntable_references part of SELECT statements and multiple-table\nDELETE and UPDATE statements:\n\ntable_reference, table_reference\ntable_reference [INNER | CROSS] JOIN table_reference [join_condition]\ntable_reference STRAIGHT_JOIN table_reference\ntable_reference LEFT [OUTER] JOIN table_reference join_condition\ntable_reference NATURAL [LEFT [OUTER]] JOIN table_reference\n{ OJ table_reference LEFT OUTER JOIN table_reference\n    ON conditional_expr }\ntable_reference RIGHT [OUTER] JOIN table_reference join_condition\ntable_reference NATURAL [RIGHT [OUTER]] JOIN table_reference\n\ntable_reference is defined as:\n\ntbl_name [[AS] alias]\n    [[USE INDEX (key_list)]\n      | [IGNORE INDEX (key_list)]\n      | [FORCE INDEX (key_list)]]\n\njoin_condition is defined as:\n\nON conditional_expr | USING (column_list)\n', 'mysql> SELECT table1.* FROM table1\n    ->        LEFT JOIN table2 ON table1.id=table2.id\n    ->        WHERE table2.id IS NULL;', '');
INSERT INTO `help_topic` VALUES (1, 'HEX', 23, '   HEX(N_or_S)\n\nIf N_OR_S is a number, returns a string representation of the hexadecimal\nvalue of N, where N is a longlong (BIGINT) number.\nThis is equivalent to CONV(N,10,16).\n\nFrom MySQL 4.0.1 and up,\nif N_OR_S is a string, returns a hexadecimal string of N_OR_S\nwhere each character in N_OR_S is converted to two hexadecimal digits.\n', 'mysql> SELECT HEX(255);\n        -> ''FF''\nmysql> SELECT 0x616263;\n        -> ''abc''\nmysql> SELECT HEX(''abc'');\n        -> 616263', '');
INSERT INTO `help_topic` VALUES (2, 'REPLACE', 23, '   REPLACE(str,from_str,to_str)\nReturns the string str with all occurrences of the string\nfrom_str replaced by the string to_str.\n', 'mysql> SELECT REPLACE(''www.mysql.com'', ''w'', ''Ww'');\n        -> ''WwWwWw.mysql.com''', '');
INSERT INTO `help_topic` VALUES (3, 'REPEAT', 23, '   REPEAT(str,count)\nReturns a string consisting of the string str repeated count\ntimes. If count <= 0, returns an empty string. Returns NULL if\nstr or count are NULL.\n', 'mysql> SELECT REPEAT(''MySQL'', 3);\n        -> ''MySQLMySQLMySQL''', '');
INSERT INTO `help_topic` VALUES (4, 'CONTAINS', 11, '   Contains(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 completely contains\ng2.\n', '', '');
INSERT INTO `help_topic` VALUES (5, 'SRID', 19, '   SRID(g)\nReturns an integer indicating the Spatial Reference System ID for the geometry\nvalue g.\n\nIn MySQL, the SRID value is just an integer associated with the geometry\nvalue. All calculations are done assuming Euclidean (planar) geometry.\n', 'mysql> SELECT SRID(GeomFromText(''LineString(1 1,2 2)'',101));\n+-----------------------------------------------+\n| SRID(GeomFromText(''LineString(1 1,2 2)'',101)) |\n+-----------------------------------------------+\n|                                           101 |\n+-----------------------------------------------+', '');
INSERT INTO `help_topic` VALUES (6, 'CURRENT_TIMESTAMP', 14, '   CURRENT_TIMESTAMP\n   CURRENT_TIMESTAMP()\n\nCURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for\nNOW().\n', '', '');
INSERT INTO `help_topic` VALUES (7, 'VARIANCE', 12, '   VARIANCE(expr)\nReturns the population standard variance of expr.  This is an\nextension to standard SQL, available in MySQL 4.1 or later.  As of MySQL\n5.0.3, the standard SQL function VAR_POP() can be used instead.\n', '', '');
INSERT INTO `help_topic` VALUES (8, 'VAR_SAMP', 12, '   VAR_SAMP(expr)\nReturns the sample variance of expr.  That is, the denominator is the\nnumber of rows minus one.  This function was added in MySQL 5.0.3.\n', '', '');
INSERT INTO `help_topic` VALUES (9, 'CONCAT', 23, '   CONCAT(str1,str2,...)\nReturns the string that results from concatenating the arguments.  Returns\nNULL if any argument is NULL.  May have one or more arguments.\nIf all arguments are non-binary strings, the result is a non-binary string.\nIf the arguments include any binary strings, the result is a binary string.\nA numeric argument is converted to its equivalent binary string form.\n', 'mysql> SELECT CONCAT(''My'', ''S'', ''QL'');\n        -> ''MySQL''\nmysql> SELECT CONCAT(''My'', NULL, ''QL'');\n        -> NULL\nmysql> SELECT CONCAT(14.3);\n        -> ''14.3''', '');
INSERT INTO `help_topic` VALUES (10, 'GEOMETRY HIERARCHY', 24, 'Geometry is the base class. It''s an abstract class.\nThe instantiable subclasses of Geometry are restricted to zero-, one-,\nand two-dimensional geometric objects that exist in\ntwo-dimensional coordinate space. All instantiable geometry classes are\ndefined so that valid instances of a geometry class are topologically closed\n(that is, all defined geometries include their boundary).\n\nThe base Geometry class has subclasses for Point,\nCurve, Surface, and GeometryCollection:\n\n\n --- Point represents zero-dimensional objects.\n\n --- Curve represents one-dimensional objects, and has subclass\nLineString, with sub-subclasses Line and LinearRing.\n\n --- Surface is designed for two-dimensional objects and\nhas subclass Polygon.\n\n --- GeometryCollection\nhas specialized zero-, one-, and two-dimensional collection classes named\nMultiPoint, MultiLineString, and MultiPolygon\nfor modeling geometries corresponding to collections of\nPoints, LineStrings, and Polygons, respectively.\nMultiCurve and MultiSurface are introduced as abstract superclasses\nthat generalize the collection interfaces to handle Curves and Surfaces.\n\n\nGeometry, Curve, Surface, MultiCurve,\nand MultiSurface are defined as non-instantiable classes.\nThey define a common set of methods for their subclasses and\nare included for extensibility.\n\nPoint, LineString, Polygon, GeometryCollection,\nMultiPoint, MultiLineString, and\nMultiPolygon are instantiable classes.\n', '', '');
INSERT INTO `help_topic` VALUES (11, 'CHAR FUNCTION', 23, '   CHAR(N,...)\nCHAR() interprets the arguments as integers and returns a string\nconsisting of the characters given by the code values of those\nintegers. NULL values are skipped.\n', 'mysql> SELECT CHAR(77,121,83,81,''76'');\n        -> ''MySQL''\nmysql> SELECT CHAR(77,77.3,''77.3'');\n        -> ''MMM''', '');
INSERT INTO `help_topic` VALUES (12, 'DATETIME', 1, 'A date and time combination.  The supported range is ''1000-01-01\n00:00:00'' to ''9999-12-31 23:59:59''.  MySQL displays\nDATETIME values in ''YYYY-MM-DD HH:MM:SS'' format, but allows you\nto assign values to DATETIME columns using either strings or numbers.\n', '', '');
INSERT INTO `help_topic` VALUES (13, 'LOWER', 23, '   LOWER(str)\nReturns the string str with all characters changed to lowercase\naccording to the current character set mapping (the default is ISO-8859-1\nLatin1).\n', 'mysql> SELECT LOWER(''QUADRATICALLY'');\n        -> ''quadratically''', '');
INSERT INTO `help_topic` VALUES (14, 'MONTH', 14, '   MONTH(date)\nReturns the month for date, in the range 1 to 12.\n', 'mysql> SELECT MONTH(''1998-02-03'');\n        -> 2', '');
INSERT INTO `help_topic` VALUES (15, 'TINYINT', 1, '   TINYINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA very small integer. The signed range is -128 to 127. The\nunsigned range is 0 to 255.\n', '', '');
INSERT INTO `help_topic` VALUES (16, 'ISCLOSED', 18, '   IsClosed(ls)\nReturns 1 if the LineString value ls is closed\n(that is, its StartPoint() and EndPoint() values are the same).\nReturns 0 if ls is not closed, and -1 if it is NULL.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT IsClosed(GeomFromText(@ls));\n+-----------------------------+\n| IsClosed(GeomFromText(@ls)) |\n+-----------------------------+\n|                           0 |\n+-----------------------------+', '');
INSERT INTO `help_topic` VALUES (17, 'MASTER_POS_WAIT', 21, '   MASTER_POS_WAIT(log_name,log_pos[,timeout])\n\nThis function is useful for control of master/slave synchronization.\nIt blocks until the slave has read and applied all updates up to the specified\nposition in the master log.\nThe return value is the number of log events it had to wait for to get to\nthe specified position.  The function returns NULL if the slave SQL thread\nis not started, the slave''s master information is not initialized, the\narguments are incorrect, or an error occurs. It returns -1 if the\ntimeout has been exceeded. If the slave SQL thread stops while\nMASTER_POS_WAIT() is waiting, the function returns NULL.\nIf the slave is past the specified position, the function returns\nimmediately.\n', 'SELECT MASTER_POS_WAIT(''master_log_file'', master_log_pos)', '');
INSERT INTO `help_topic` VALUES (18, '^', 27, '   ^\nBitwise XOR:\n', 'mysql> SELECT 1 ^ 1;\n        -> 0\nmysql> SELECT 1 ^ 0;\n        -> 1\nmysql> SELECT 11 ^ 3;\n        -> 8', '');
INSERT INTO `help_topic` VALUES (19, 'DROP VIEW', 24, 'DROP VIEW removes one or more views. You must have the DROP\nprivilege for each view.\n\nYou can use the keywords IF EXISTS to prevent an error from occurring\nfor views that don''t exist.  When this clause is given, a NOTE is\ngenerated for each non-existent view.\nSee also : [SHOW WARNINGS,  , SHOW WARNINGS].\n\nRESTRICT and CASCADE, if given, are parsed and ignored.\n', 'DROP VIEW [IF EXISTS]\n    view_name [, view_name] ...\n    [RESTRICT | CASCADE]', '');
INSERT INTO `help_topic` VALUES (20, 'DATE OPERATIONS', 14, '   DATE_ADD(date,INTERVAL expr type)\n   DATE_SUB(date,INTERVAL expr type)\n\nThese functions perform date arithmetic.\ndate is a DATETIME or DATE value specifying the starting\ndate.  expr is an expression specifying the interval value to be added\nor subtracted from the starting date.  expr is a string; it may start\nwith a ''-'' for negative intervals.  type is a keyword indicating\nhow the expression should be interpreted.\n', 'mysql> SELECT ''1997-12-31 23:59:59'' + INTERVAL 1 SECOND;\n        -> ''1998-01-01 00:00:00''\nmysql> SELECT INTERVAL 1 DAY + ''1997-12-31'';\n        -> ''1998-01-01''\nmysql> SELECT ''1998-01-01'' - INTERVAL 1 SECOND;\n        -> ''1997-12-31 23:59:59''\nmysql> SELECT DATE_ADD(''1997-12-31 23:59:59'',\n    ->                 INTERVAL 1 SECOND);\n        -> ''1998-01-01 00:00:00''\nmysql> SELECT DATE_ADD(''1997-12-31 23:59:59'',\n    ->                 INTERVAL 1 DAY);\n        -> ''1998-01-01 23:59:59''\nmysql> SELECT DATE_ADD(''1997-12-31 23:59:59'',\n    ->                 INTERVAL ''1:1'' MINUTE_SECOND);\n        -> ''1998-01-01 00:01:00''\nmysql> SELECT DATE_SUB(''1998-01-01 00:00:00'',\n    ->                 INTERVAL ''1 1:1:1'' DAY_SECOND);\n        -> ''1997-12-30 22:58:59''\nmysql> SELECT DATE_ADD(''1998-01-01 00:00:00'',\n    ->                 INTERVAL ''-1 10'' DAY_HOUR);\n        -> ''1997-12-30 14:00:00''\nmysql> SELECT DATE_SUB(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1997-12-02''\nmysql> SELECT DATE_ADD(''1992-12-31 23:59:59.000002'',\n    ->            INTERVAL ''1.999999'' SECOND_MICROSECOND);\n        -> ''1993-01-01 00:00:01.000001''', '');
INSERT INTO `help_topic` VALUES (21, 'WITHIN', 11, '   Within(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 is spatially within\ng2.\n', '', '');
INSERT INTO `help_topic` VALUES (22, 'WEEK', 14, '   WEEK(date[,mode])\nThe function returns the week number for date.  The two-argument form\nof WEEK() allows you to specify whether the week starts on Sunday or\nMonday and whether the return value should be in the range from 0 to\n53 or from 1 to 53. If the mode argument is\nomitted, the value of the default_week_format system variable is\nused (or 0 before MySQL 4.0.14).\nSee also : [Server system variables].\n\nThe following table describes how the mode argument works:\n\n     	 First day 	 	\n   Mode 	 of week 	 Range 	 Week 1 is the first week...\n   0 	 Sunday 	 0-53 	 with a Sunday in this year\n   1 	 Monday 	 0-53 	 with more than 3 days this year\n   2 	 Sunday 	 1-53 	 with a Sunday in this year\n   3 	 Monday 	 1-53 	 with more than 3 days this year\n   4 	 Sunday 	 0-53 	 with more than 3 days this year\n   5 	 Monday 	 0-53 	 with a Monday in this year\n   6 	 Sunday 	 1-53 	 with more than 3 days this year\n   7 	 Monday 	 1-53 	 with a Monday in this year\n  \n\nA mode value of 3 can be used as of MySQL 4.0.5.\nValues of 4 and above can be used as of MySQL 4.0.17.\n', 'mysql> SELECT WEEK(''1998-02-20'');\n        -> 7\nmysql> SELECT WEEK(''1998-02-20'',0);\n        -> 7\nmysql> SELECT WEEK(''1998-02-20'',1);\n        -> 8\nmysql> SELECT WEEK(''1998-12-31'',1);\n        -> 53', '');
INSERT INTO `help_topic` VALUES (23, 'LOCK', 10, 'LOCK TABLES locks tables for the current thread.  If any of the tables\nare locked by other threads, it blocks until all locks can be acquired.\nUNLOCK TABLES releases any locks held by the current thread.\nAll tables that are locked by the current thread are implicitly unlocked\nwhen the thread issues another LOCK TABLES, or when the connection\nto the server is closed.\n\nA table lock protects only against inappropriate reads or writes by other\nclients. The client holding the lock, even a read lock, can perform\ntable-level operations such as DROP TABLE.\n', 'LOCK TABLES\n    tbl_name [AS alias] {READ [LOCAL] | [LOW_PRIORITY] WRITE}\n    [, tbl_name [AS alias] {READ [LOCAL] | [LOW_PRIORITY] WRITE}] ...\nUNLOCK TABLES', '');
INSERT INTO `help_topic` VALUES (24, 'CHECK', 7, 'Checks a table or tables for errors.  CHECK TABLE works for\nMyISAM and InnoDB tables.  For MyISAM tables, the key statistics are updated.\n\nAs of MySQL 5.0.2, CHECK TABLE also can check views for problems, such\nas tables that are referenced in the view definition that no longer exist.\n', 'CHECK TABLE tbl_name [, tbl_name] ... [option] ...\n\noption = {QUICK | FAST | MEDIUM | EXTENDED | CHANGED}', '');
INSERT INTO `help_topic` VALUES (25, 'RESET SLAVE', 7, 'RESET SLAVE\n\nMakes the slave forget its replication position in the master''s binary logs.\nThis statement is meant to be used for a clean start: It deletes the\n*master.info and *relay-log.info files, all the relay logs,\nand starts a new relay log.\n\nNote: All relay logs are deleted, even if they have not been\ntotally executed by the slave SQL thread.  (This is a condition likely to\nexist on a replication slave if you have issued a STOP SLAVE\nstatement or if the slave is highly loaded.)\n\nConnection information stored in the *master.info file is immediately\nreset using any values specified in the corresponding startup options.\nThis information includes values such as master host, master port, master\nuser, and master password.  If the slave SQL thread was in the middle of\nreplicating temporary tables when it was stopped, and RESET SLAVE\nis issued, these replicated temporary tables are deleted on the slave.\n\nThis statement was named FLUSH SLAVE before MySQL 3.23.26.\n', '', '');
INSERT INTO `help_topic` VALUES (26, 'POLYGON', 2, '   Polygon(ls1,ls2,...)\nConstructs a WKB Polygon value from a number of WKB LineString\narguments. If any argument does not represent the WKB of a LinearRing\n(that is, not a closed and simple LineString) the return value\nis NULL.\n', '', '');
INSERT INTO `help_topic` VALUES (27, 'MINUTE', 14, '   MINUTE(time)\nReturns the minute for time, in the range 0 to 59.\n', 'mysql> SELECT MINUTE(''98-02-03 10:05:03'');\n        -> 5', '');
INSERT INTO `help_topic` VALUES (28, 'DAY', 14, '   DAY(date)\n\nDAY() is a synonym for DAYOFMONTH().\nIt is available as of MySQL 4.1.1.\n', '', '');
INSERT INTO `help_topic` VALUES (29, 'MID', 23, '   MID(str,pos,len)\n\nMID(str,pos,len) is a synonym for\nSUBSTRING(str,pos,len).\n', '', '');
INSERT INTO `help_topic` VALUES (30, 'REPLACE INTO', 6, 'REPLACE works exactly like INSERT, except that if an old\nrecord in the table has the same value as a new record for a PRIMARY\nKEY or a UNIQUE index, the old record is deleted before the new\nrecord is inserted.\nSee also : [INSERT, ,INSERT].\n\nNote that unless the table has a PRIMARY KEY or UNIQUE index,\nusing a REPLACE statement makes no sense. It becomes equivalent to\nINSERT, because there is no index to be used to determine whether a new\nrow duplicates another.\n\nValues for all columns are taken from the values specified in the\nREPLACE statement.  Any missing columns are set to their default\nvalues, just as happens for INSERT.  You can''t refer to values from\nthe current row and use them in the new row.  If you use an assignment such\nas SET col_name = col_name + 1, the reference to the\ncolumn name on the right hand side is treated as\nDEFAULT(col_name), so the assignment is equivalent to SET\ncol_name = DEFAULT(col_name) + 1.\n\nTo be able to use REPLACE, you must have INSERT and\nDELETE privileges for the table.\n', 'REPLACE [LOW_PRIORITY | DELAYED]\n    [INTO] tbl_name [(col_name,...)]\n    VALUES ({expr | DEFAULT},...),(...),...', '');
INSERT INTO `help_topic` VALUES (31, 'UUID', 21, '   UUID()\n\nReturns a Universal Unique Identifier (UUID) generated\naccording to ``DCE 1.1: Remote Procedure Call'''' (Appendix A)\nCAE (Common Applications Environment) Specifications\npublished by The Open Group in October 1997 (Document Number C706).\n\nA UUID is designed as a number that is globally unique in space and\ntime. Two calls to UUID() are expected to generate two different\nvalues, even if these calls are performed on two separate computers that are\nnot connected to each other.\n\nA UUID is a 128-bit number represented by a string\nof five hexadecimal numbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\nformat:\n\n\n --- The first three numbers are generated from a timestamp.\n\n --- The fourth number preserves temporal uniqueness in case the timestamp value loses\nmonotonicity (for example, due to daylight saving time).\n\n --- The fifth number is an IEEE 802 node number that provides spatial uniqueness.  A\nrandom number is substituted if the latter is not available (for example,\nbecause the host computer has no Ethernet card, or we do not know how to\nfind the hardware address of an interface on your operating system).  In\nthis case, spatial uniqueness cannot be guaranteed. Nevertheless, a\ncollision should have /very/ low probability.\n\nCurrently, the MAC address of an interface is taken into account only on\nFreeBSD and Linux. On other operating systems, MySQL uses a randomly generated\n48-bit number.\n', 'mysql> SELECT UUID();\n        -> ''6ccd780c-baba-1026-9564-0040f4311e29''', '');
INSERT INTO `help_topic` VALUES (32, 'LINESTRING', 2, '   LineString(pt1,pt2,...)\nConstructs a WKB LineString value from a number of WKB Point\narguments.  If any argument is not a WKB Point, the return value\nis NULL.  If the number of Point arguments is less than two,\nthe return value is NULL.\n', '', '');
INSERT INTO `help_topic` VALUES (33, 'CONNECTION_ID', 25, '   CONNECTION_ID()\nReturns the connection ID (thread ID) for the connection.\nEvery connection has its own unique ID.\n', 'mysql> SELECT CONNECTION_ID();\n        -> 23786', '');
INSERT INTO `help_topic` VALUES (34, 'DELETE', 6, 'DELETE deletes rows from tbl_name that satisfy the condition\ngiven by where_definition, and returns the number of records deleted.\n\nIf you issue a DELETE statement with no WHERE clause, all\nrows are deleted.  A faster way to do this, when you don''t want to know\nthe number of deleted rows, is to use TRUNCATE TABLE.\nSee also : [TRUNCATE,  , TRUNCATE].\n', 'DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name\n       [WHERE where_definition]\n       [ORDER BY ...]\n       [LIMIT row_count]', '');
INSERT INTO `help_topic` VALUES (35, 'ROUND', 4, '   ROUND(X)\n   ROUND(X,D)\nReturns the argument X, rounded to the nearest integer.\nWith two arguments, returns X rounded to D decimals.\nD can be negative to round D digits left of the decimal\npoint of the value X.\n', 'mysql> SELECT ROUND(-1.23);\n        -> -1\nmysql> SELECT ROUND(-1.58);\n        -> -2\nmysql> SELECT ROUND(1.58);\n        -> 2\nmysql> SELECT ROUND(1.298, 1);\n        -> 1.3\nmysql> SELECT ROUND(1.298, 0);\n        -> 1\nmysql> SELECT ROUND(23.298, -1);\n        -> 20', '');
INSERT INTO `help_topic` VALUES (36, 'NULLIF', 9, '   NULLIF(expr1,expr2)\nReturns NULL if expr1 = expr2 is true, else returns expr1.\nThis is the same as CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END.\n', 'mysql> SELECT NULLIF(1,1);\n        -> NULL\nmysql> SELECT NULLIF(1,2);\n        -> 1', '');
INSERT INTO `help_topic` VALUES (37, 'STOP SLAVE', 7, 'STOP SLAVE [thread_type [, thread_type] ... ]\n\nthread_type: IO_THREAD | SQL_THREAD\n\nStops the slave threads.\nSTOP SLAVE requires the SUPER privilege.\n\nLike START SLAVE, as of MySQL 4.0.2, this statement\nmay be used with the IO_THREAD and SQL_THREAD options to name\nthe thread or threads to stop.\n', '', '');
INSERT INTO `help_topic` VALUES (38, 'TIMEDIFF', 14, '   TIMEDIFF(expr,expr2)\n\n\nTIMEDIFF() returns the time between the start time\nexpr and the end time expr2.\nexpr and expr2 are time or date-and-time expressions, but both\nmust be of the same type.\n', 'mysql> SELECT TIMEDIFF(''2000:01:01 00:00:00'',\n    ->                 ''2000:01:01 00:00:00.000001'');\n        -> ''-00:00:00.000001''\nmysql> SELECT TIMEDIFF(''1997-12-31 23:59:59.000001'',\n    ->                 ''1997-12-30 01:01:01.000002'');\n        -> ''46:58:57.999999''', '');
INSERT INTO `help_topic` VALUES (39, 'LINEFROMTEXT', 3, '   LineFromText(wkt[,srid])\n   LineStringFromText(wkt[,srid])\nConstructs a LINESTRING value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (40, 'SHOW MASTER STATUS', 6, 'SHOW MASTER STATUS\n\nProvides status information on the binary log files of the master.\n', '', '');
INSERT INTO `help_topic` VALUES (41, 'ADDTIME', 14, '   ADDTIME(expr,expr2)\n\n\nADDTIME() adds expr2 to expr and returns the result.\nexpr is a time or datetime expression, and expr2 is a time\nexpression.\n', 'mysql> SELECT ADDTIME(''1997-12-31 23:59:59.999999'',\n    ->                ''1 1:1:1.000002'');\n        -> ''1998-01-02 01:01:01.000001''\nmysql> SELECT ADDTIME(''01:00:00.999999'', ''02:00:00.999998'');\n        -> ''03:00:01.999997''', '');
INSERT INTO `help_topic` VALUES (42, 'SPATIAL', 24, 'MySQL can create spatial indexes using syntax similar to that for creating\nregular indexes, but extended with the SPATIAL keyword.\nSpatial columns that are indexed currently must be declared NOT NULL.\nThe following examples demonstrate how to create spatial indexes.\n\n\n   With CREATE TABLE:\n\nmysql> CREATE TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g));\n\n   With ALTER TABLE:\n\nmysql> ALTER TABLE geom ADD SPATIAL INDEX(g);\n\n   With CREATE INDEX:\n\nmysql> CREATE SPATIAL INDEX sp_index ON geom (g);\n\n\nTo drop spatial indexes, use ALTER TABLE or DROP INDEX:\n\n\n   With ALTER TABLE:\n\nmysql> ALTER TABLE geom DROP INDEX g;\n\n   With DROP INDEX:\n\nmysql> DROP INDEX sp_index ON geom;\n\n\nExample: Suppose that a table geom contains more than 32,000 geometries,\nwhich are stored in the column g of type GEOMETRY.\nThe table also has an AUTO_INCREMENT column fid for storing\nobject ID values.\n', '', '');
INSERT INTO `help_topic` VALUES (43, 'TIMESTAMPDIFF', 14, '   TIMESTAMPDIFF(interval,datetime_expr1,datetime_expr2)\n\nReturns the integer difference between the date or datetime expressions\ndatetime_expr1 and\ndatetime_expr2. The unit for the result is given by the\ninterval argument. The legal values for interval are the same as\nthose listed in the description of the TIMESTAMPADD() function.\n', '', '');
INSERT INTO `help_topic` VALUES (44, 'UPPER', 23, '   UPPER(str)\nReturns the string str with all characters changed to uppercase\naccording to the current character set mapping (the default is ISO-8859-1\nLatin1).\n', 'mysql> SELECT UPPER(''Hej'');\n        -> ''HEJ''', '');
INSERT INTO `help_topic` VALUES (45, 'FROM_UNIXTIME', 14, '   FROM_UNIXTIME(unix_timestamp)\n   FROM_UNIXTIME(unix_timestamp,format)\nReturns a representation of the unix_timestamp argument as a value in\n''YYYY-MM-DD HH:MM:SS'' or YYYYMMDDHHMMSS format, depending on\nwhether the function is used in a string or numeric context.\n\nmysql> SELECT FROM_UNIXTIME(875996580);\n        -> ''1997-10-04 22:23:00''\nmysql> SELECT FROM_UNIXTIME(875996580) + 0;\n        -> 19971004222300\n\nIf format is given, the result is formatted according to the\nformat string. format may contain the same specifiers as\nthose listed in the entry for the DATE_FORMAT() function.\n', 'mysql> SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(),\n    ->                      ''%Y %D %M %h:%i:%s %x'');\n        -> ''2003 6th August 06:22:58 2003''', '');
INSERT INTO `help_topic` VALUES (46, 'MEDIUMBLOB', 1, '   MEDIUMBLOB\n\nA BLOB column with a maximum length of 16,777,215\n(2^24 - 1) bytes.\n', '', '');
INSERT INTO `help_topic` VALUES (47, 'IFNULL', 9, '   IFNULL(expr1,expr2)\nIf expr1 is not NULL, IFNULL() returns expr1,\nelse it returns expr2.  IFNULL() returns a numeric or string\nvalue, depending on the context in which it is used.\n', 'mysql> SELECT IFNULL(1,0);\n        -> 1\nmysql> SELECT IFNULL(NULL,10);\n        -> 10\nmysql> SELECT IFNULL(1/0,10);\n        -> 10\nmysql> SELECT IFNULL(1/0,''yes'');\n        -> ''yes''', '');
INSERT INTO `help_topic` VALUES (48, 'LEAST', 26, '   LEAST(value1,value2,...)\nWith two or more arguments, returns the smallest (minimum-valued) argument.\nThe arguments are compared using the following rules.\n\n --- If the return value is used in an INTEGER context or all arguments\nare integer-valued, they are compared as integers.\n\n --- If the return value is used in a REAL context or all arguments are\nreal-valued, they are compared as reals.\n\n --- If any argument is a case-sensitive string, the arguments are compared\nas case-sensitive strings.\n\n --- In other cases, the arguments are compared as case-insensitive strings.\n', 'mysql> SELECT LEAST(2,0);\n        -> 0\nmysql> SELECT LEAST(34.0,3.0,5.0,767.0);\n        -> 3.0\nmysql> SELECT LEAST(''B'',''A'',''C'');\n        -> ''A''', '');
INSERT INTO `help_topic` VALUES (49, '=', 26, '   =\nEqual:\n', 'mysql> SELECT 1 = 0;\n        -> 0\nmysql> SELECT ''0'' = 0;\n        -> 1\nmysql> SELECT ''0.0'' = 0;\n        -> 1\nmysql> SELECT ''0.01'' = 0;\n        -> 0\nmysql> SELECT ''.01'' = 0.01;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (50, 'REVERSE', 23, '   REVERSE(str)\nReturns the string str with the order of the characters reversed.\n', 'mysql> SELECT REVERSE(''abc'');\n        -> ''cba''', '');
INSERT INTO `help_topic` VALUES (51, 'ISNULL', 26, '   ISNULL(expr)\nIf expr is NULL, ISNULL() returns 1, otherwise\nit returns 0.\n', 'mysql> SELECT ISNULL(1+1);\n        -> 0\nmysql> SELECT ISNULL(1/0);\n        -> 1', '');
INSERT INTO `help_topic` VALUES (52, 'BINARY', 1, '   BINARY(M)\n\nThe BINARY type is similar to the CHAR type, but stores\nbinary byte strings rather than non-binary character strings.\n\nThis type was added in MySQL 4.1.2.\n', '', '');
INSERT INTO `help_topic` VALUES (53, 'BOUNDARY', 19, '   Boundary(g)\nReturns a geometry that is the closure of the combinatorial boundary of the\ngeometry value g.\n', '', '');
INSERT INTO `help_topic` VALUES (54, 'CREATE USER', 7, 'The CREATE USER statement creates new MySQL accounts.  To use it, you\nmust have the global CREATE USER privilege or the INSERT\nprivilege for the mysql database.\nFor each account, CREATE USER creates a new record in the\nmysql.user table that has no privileges. An error occurs if the\naccount already exists.\n\nThe account can be given a password with the optional IDENTIFIED\nBY clause.  The user value and the password are given the same way\nas for the GRANT statement.  In particular, to specify the password\nin plain text, omit the PASSWORD keyword. To specify the password\nas the hashed value as returned by the PASSWORD() function, include\nthe keyword PASSWORD.\nSee also : [GRANT,  , GRANT].\n\nThe CREATE USER statement was added in MySQL 5.0.2.\n\n\n  @subsubsection DROP USER Syntax\n\n\n\nDROP USER user [, user] ...\n\nThe DROP USER statement deletes one or more MySQL accounts.\nTo use it, you\nmust have the global CREATE USER privilege or the DELETE\nprivilege for the mysql database.\nEach account is named using the same format as for GRANT\nor REVOKE; for example, ''jeffrey''@@''localhost''.  The user and\nhost parts of the account name correspond to the User and Host\ncolumn values of the user table record for the account.\n\nDROP USER was added in MySQL 4.1.1 and originally removed only\naccounts that have no privileges.  In MySQL 5.0.2, it was modified to also\nremove account privileges.  This means that the procedure for removing an\naccount depends on your version of MySQL.\n\nAs of MySQL 5.0.2, remove an account and its privileges as follows:\n\nDROP USER user;\n\nThe statement removes privilege records for the account from all grant tables.\n\nFrom MySQL 4.1.1 to 5.0.1, DROP USER deletes only MySQL accounts that\ndon''t have any privileges. In these MySQL versions, it serves only to remove\neach account record from the user table. To remove a MySQL account, you\nshould use the following procedure, performing the steps in the order shown:\n\n@enumerate\n --- Use SHOW GRANTS to determine what privileges the account has.\nSee also : [SHOW GRANTS,  , SHOW GRANTS].\n --- Use REVOKE to revoke the privileges displayed by SHOW GRANTS.\nThis removes records for the account from all the grant tables except the\nuser table, and revokes any global privileges listed in the user\ntable.\nSee also : [GRANT,  , GRANT].\n --- Delete the account by using DROP USER to remove the user table\nrecord.\n@end enumerate\n\nDROP USER does not automatically close any open user sessions. Rather, in\nthe event that a user with an open session is dropped, the command does not take\neffect until that user''s session is closed. Once the session is closed, the user\nis dropped, and that user''s next attempt to log in will fail. This is by design.\n\nBefore MySQL 4.1.1, DROP USER is not available.  You should first\nrevoke the account privileges as just described. Then delete the user\ntable record and flush the grant tables like this:\n\nmysql> DELETE FROM mysql.user\n    -> WHERE User=''user_name'' and Host=''host_name'';\nmysql> FLUSH PRIVILEGES;\n\n\n  @subsubsection GRANT and REVOKE Syntax\n\n\n\n\nGRANT priv_type [(column_list)] [, priv_type [(column_list)]] ...\n    ON [object_type] {tbl_name | * | *.* | db_name.*}\n    TO user [IDENTIFIED BY [PASSWORD] ''password'']\n        [, user [IDENTIFIED BY [PASSWORD] ''password'']] ...\n    [REQUIRE\n        NONE |\n        [{SSL| X509}]\n        [CIPHER ''cipher'' [AND]]\n        [ISSUER ''issuer'' [AND]]\n        [SUBJECT ''subject'']]\n    [WITH with_option [with_option] ...]\n\nobject_type =\n    TABLE\n  | FUNCTION\n  | PROCEDURE\n\nwith_option =\n    GRANT OPTION\n  | MAX_QUERIES_PER_HOUR count\n  | MAX_UPDATES_PER_HOUR count\n  | MAX_CONNECTIONS_PER_HOUR count\n  | MAX_USER_CONNECTIONS count\n\nREVOKE priv_type [(column_list)] [, priv_type [(column_list)]] ...\n    ON [object_type] {tbl_name | * | *.* | db_name.*}\n    FROM user [, user] ...\n\nREVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...\n\n\nThe GRANT and REVOKE statements allow system administrators to\ncreate MySQL user accounts and to grant rights to and revoke them from\naccounts.  GRANT and REVOKE are implemented in MySQL 3.22.11\nor later. For earlier MySQL versions, these statements do nothing.\n\nMySQL account information is stored in the tables of the mysql\ndatabase. This database and the access control system are discussed\nextensively in [MySQL Database Administration], which you should consult\nfor additional details.\n\nIf the grant tables contain privilege records that contain mixed-case\ndatabase or table names and the lower_case_table_names system\nvariable is set, REVOKE cannot be used to revoke the privileges. It\nwill be necessary to manipulate the grant tables directly. (GRANT\nwill not create such records when lower_case_table_names is set,\nbut such records might have been created prior to setting the variable.)\n\nPrivileges can be granted at several levels:\n\n   Global level\nGlobal privileges apply to all databases on a given server. These privileges\nare stored in the mysql.user table.\nGRANT ALL ON *.* and\nREVOKE ALL ON *.* grant and revoke only global privileges.\n\n   Database level\nDatabase privileges apply to all objects in a given database. These privileges\nare stored in the mysql.db and mysql.host tables.\nGRANT ALL ON db_name.* and\nREVOKE ALL ON db_name.* grant and revoke only database privileges.\n\n   Table level\nTable privileges apply to all columns in a given table. These privileges are\nstored in the mysql.tables_priv table.\nGRANT ALL ON db_name.tbl_name and\nREVOKE ALL ON db_name.tbl_name grant and revoke only table privileges.\n\n   Column level\nColumn privileges apply to single columns in a given table. These privileges are\nstored in the mysql.columns_priv table.\nWhen using REVOKE, you must specify the same columns that were granted.\n\n   Routine level\nThe CREATE ROUTINE, ALTER ROUTINE, EXECUTE, and\nGRANT privileges apply to stored routines. They can be granted at the\nglobal and database levels. Also, except for CREATE ROUTINE, these\nprivileges can be granted at the routine level for individual routines and\nare stored in the mysql.procs_priv table.\n\n  \n\nThe object_type clause was added in MySQL 5.0.6.  It should be\nspecified as TABLE, FUNCTION, or PROCEDURE when the\nfollowing object is a table, a stored function, or a stored procedure.  To\nuse this clause when upgrading from a version of MySQL older than 5.0.6, you\nmust upgrade your grant tables.\nSee also : [Upgrading-grant-tables].\n', 'CREATE USER user [IDENTIFIED BY [PASSWORD] ''password'']\n    [, user [IDENTIFIED BY [PASSWORD] ''password'']] ...', '');
INSERT INTO `help_topic` VALUES (55, 'POINT', 2, '   Point(x,y)\nConstructs a WKB Point using its coordinates.\n', '', '');
INSERT INTO `help_topic` VALUES (56, 'CURRENT_USER', 25, '   CURRENT_USER()\nReturns the username and hostname combination that the current session was\nauthenticated as. This value corresponds to the MySQL account that\ndetermines your access privileges. It can be different from the value of\nUSER().\n', 'mysql> SELECT USER();\n        -> ''davida@localhost''\nmysql> SELECT * FROM mysql.user;\nERROR 1044: Access denied for user ''''@''localhost'' to\ndatabase ''mysql''\nmysql> SELECT CURRENT_USER();\n        -> ''@localhost''', '');
INSERT INTO `help_topic` VALUES (57, 'LCASE', 23, '   LCASE(str)\n\nLCASE() is a synonym for LOWER().\n', '', '');
INSERT INTO `help_topic` VALUES (58, '<=', 26, '   <=\nLess than or equal:\n', 'mysql> SELECT 0.1 <= 2;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (59, 'UPDATE', 6, 'The UPDATE statement updates columns in existing table rows with\nnew values.  The SET clause indicates which columns to modify\nand the values they should be given.  The WHERE clause, if given,\nspecifies which rows should be updated.  Otherwise, all rows are updated. If\nthe ORDER BY clause is specified, the rows are updated in the\norder that is specified. The LIMIT clause places a limit on the\nnumber of rows that can be updated.\n\nThe UPDATE statement supports the following modifiers:\n\n\n --- If you specify the LOW_PRIORITY keyword, execution of the\nUPDATE is delayed until no other clients are reading from the table.\n\n --- If you specify the IGNORE keyword, the update statement does not\nabort even if errors occur during the update.  Rows for which duplicate-key\nconflicts occur are not updated. Rows for which columns are updated to\nvalues that would cause data conversion errors are updated to the closet\nvalid values instead.\n', 'UPDATE [LOW_PRIORITY] [IGNORE] tbl_name\n    SET col_name1=expr1 [, col_name2=expr2 ...]\n    [WHERE where_definition]\n    [ORDER BY ...]\n    [LIMIT row_count]', '');
INSERT INTO `help_topic` VALUES (60, 'DROP INDEX', 28, 'DROP INDEX drops the index named index_name from the table\ntbl_name.  In MySQL 3.22 or later, DROP INDEX is mapped to an\nALTER TABLE statement to drop the index.  See also : [ALTER TABLE, ,\nALTER TABLE].  DROP INDEX doesn''t do anything prior to MySQL\n3.22.\n', 'DROP INDEX index_name ON tbl_name', '');
INSERT INTO `help_topic` VALUES (61, 'MATCH AGAINST', 23, 'As of MySQL 3.23.23, MySQL has support for full-text indexing\nand searching.  A full-text index in MySQL is an index of type\nFULLTEXT.  FULLTEXT indexes are used with MyISAM tables\nonly and can be created from CHAR, VARCHAR,\nor TEXT columns at CREATE TABLE time or added later with\nALTER TABLE or CREATE INDEX.  For large datasets, it is\nmuch faster to load your data into a table that has no FULLTEXT\nindex, then create the index with ALTER TABLE (or\nCREATE INDEX).  Loading data into a table that has an existing\nFULLTEXT index could be significantly slower.\n', 'mysql> SELECT id, body, MATCH (title,body) AGAINST\n    -> (''Security implications of running MySQL as root'') AS score\n    -> FROM articles WHERE MATCH (title,body) AGAINST\n    -> (''Security implications of running MySQL as root'');\n+----+-------------------------------------+-----------------+\n| id | body                                | score           |\n+----+-------------------------------------+-----------------+\n|  4 | 1. Never run mysqld as root. 2. ... | 1.5219271183014 |\n|  6 | When configured properly, MySQL ... | 1.3114095926285 |\n+----+-------------------------------------+-----------------+\n2 rows in set (0.00 sec)', '');
INSERT INTO `help_topic` VALUES (62, 'ABS', 4, '   ABS(X)\nReturns the absolute value of X.\n', 'mysql> SELECT ABS(2);\n        -> 2\nmysql> SELECT ABS(-32);\n        -> 32', '');
INSERT INTO `help_topic` VALUES (63, 'POLYFROMWKB', 13, '   PolyFromWKB(wkb[,srid])\n   PolygonFromWKB(wkb[,srid])\nConstructs a POLYGON value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (64, 'NOT LIKE', 23, '   expr NOT LIKE pat [ESCAPE ''escape-char'']\n\nThis is the same as NOT (expr LIKE pat [ESCAPE ''escape-char'']).\n', '', '');
INSERT INTO `help_topic` VALUES (65, 'SPACE', 23, '   SPACE(N)\nReturns a string consisting of N space characters.\n', 'mysql> SELECT SPACE(6);\n        -> ''      ''', '');
INSERT INTO `help_topic` VALUES (66, 'MBR DEFINITION', 8, 'Every geometry occupies some position in space. The exterior of\na geometry is all space not occupied by the geometry. The interior\nis the space occupied by the geometry. The boundary is the\ninterface between the geometry''s interior and exterior.\n\n --- Its MBR (Minimum Bounding Rectangle), or Envelope.\nThis is the bounding geometry, formed by the minimum and maximum (X,Y)\ncoordinates:\n', '((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))', '');
INSERT INTO `help_topic` VALUES (67, 'GEOMETRYCOLLECTION', 2, '   GeometryCollection(g1,g2,...)\nConstructs a WKB GeometryCollection. If any argument is not a\nwell-formed WKB representation of a geometry, the return value is\nNULL.\n', '', '');
INSERT INTO `help_topic` VALUES (68, '*', 4, '   *\nMultiplication:\n', 'mysql> SELECT 3*5;\n        -> 15\nmysql> SELECT 18014398509481984*18014398509481984.0;\n        -> 324518553658426726783156020576256.0\nmysql> SELECT 18014398509481984*18014398509481984;\n        -> 0', '');
INSERT INTO `help_topic` VALUES (69, 'TIMESTAMP', 1, '   TIMESTAMP[(M)]\n\nA timestamp.  The range is ''1970-01-01 00:00:00'' to partway through the\nyear 2037.\n\nA TIMESTAMP column is useful for recording the date and time of an\nINSERT or UPDATE operation. The first TIMESTAMP column\nin a table is automatically set to the date and time of the most recent\noperation if you don''t assign it a value yourself.  You can also set any\nTIMESTAMP column to the current date and time by assigning it a\nNULL value.\n\nFrom MySQL 4.1 on, TIMESTAMP is returned as a string with the format\n''YYYY-MM-DD HH:MM:SS''. If you want to obtain the value as a number,\nyou should add +0 to the timestamp column. Different timestamp\ndisplay widths are not supported.\n\nIn MySQL 4.0 and earlier, TIMESTAMP values are displayed in\nYYYYMMDDHHMMSS, YYMMDDHHMMSS, YYYYMMDD, or YYMMDD\nformat, depending on whether M is 14 (or missing), 12,\n8, or 6, but allows you to assign values to TIMESTAMP\ncolumns using either strings or numbers.\nThe M argument affects only how a TIMESTAMP column is displayed,\nnot storage.  Its values always are stored using four bytes each.\nFrom MySQL 4.0.12, the --new option can be used\nto make the server behave as in MySQL 4.1.\n\nNote that TIMESTAMP(M) columns where M is 8 or 14 are reported to\nbe numbers, whereas other TIMESTAMP(M) columns are reported to be\nstrings.  This is just to ensure that you can reliably dump and restore\nthe table with these types.\n', '', '');
INSERT INTO `help_topic` VALUES (70, 'DES_DECRYPT', 17, '   DES_DECRYPT(crypt_str[,key_str])\n\nDecrypts a string encrypted with DES_ENCRYPT().\nOn error, this function returns NULL.\n\nNote that this function works only if MySQL has been configured with\nSSL support. See also : [Secure connections].\n\nIf no key_str argument is given, DES_DECRYPT() examines\nthe first byte of the encrypted string to determine the DES key number\nthat was used to encrypt the original string, and then reads the key\nfrom the DES key file to decrypt the message.  For this to work,\nthe user must have the SUPER privilege. The key file can be specified\nwith the --des-key-file server option.\n\nIf you pass this function a key_str argument, that string\nis used as the key for decrypting the message.\n\nIf the crypt_str argument doesn''t look like an encrypted string,\nMySQL returns the given crypt_str.\n', '', '');
INSERT INTO `help_topic` VALUES (71, 'CHECKSUM', 7, '\nReports a table checksum.\n\nIf QUICK is specified, the live table checksum is reported if it is\navailable, or NULL otherwise.  This is very fast.  A live checksum\nis enabled by specifying the CHECKSUM=1 table option, currently\nsupported only for MyISAM tables.\nSee also : [CREATE TABLE,  , CREATE TABLE].\n\nIn EXTENDED mode the whole table is read row by row and the checksum\nis calculated. This can be very slow for large tables.\n\nBy default, if neither QUICK nor EXTENDED is specified, MySQL\nreturns a live checksum if the table storage engine supports it and scans\nthe table otherwise.\n\nCHECKSUM TABLE returns NULL for non-existent tables.\nAs of MySQL 5.0.3, a warning is generated for this condition.\n\nThis statement is implemented in MySQL 4.1.1.\n\n\n  @subsubsection OPTIMIZE TABLE Syntax\n\n\n\n\nOPTIMIZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...\n\nOPTIMIZE TABLE should be used if you have deleted a large part of a\ntable or if you have made many changes to a table with variable-length rows\n(tables that have VARCHAR, BLOB, or TEXT columns).\nDeleted records are maintained in a linked list and subsequent INSERT\noperations reuse old record positions. You can use OPTIMIZE TABLE to\nreclaim the unused space and to defragment the data file.\n', 'CHECKSUM TABLE tbl_name [, tbl_name] ... [ QUICK | EXTENDED ]', '');
INSERT INTO `help_topic` VALUES (72, 'ENDPOINT', 18, '   EndPoint(ls)\nReturns the Point that is the end point of the LineString value\nls.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(EndPoint(GeomFromText(@ls)));\n+-------------------------------------+\n| AsText(EndPoint(GeomFromText(@ls))) |\n+-------------------------------------+\n| POINT(3 3)                          |\n+-------------------------------------+', '');
INSERT INTO `help_topic` VALUES (73, 'CACHE INDEX', 6, 'The CACHE INDEX statement assigns table indexes to a specific key\ncache. It is used only for MyISAM tables.\n\nThe following statement assigns indexes from the tables t1,\nt2, and t3 to the key cache named hot_cache:\n\nmysql> CACHE INDEX t1, t2, t3 IN hot_cache;\n+---------+--------------------+----------+----------+\n| Table   | Op                 | Msg_type | Msg_text |\n+---------+--------------------+----------+----------+\n| test.t1 | assign_to_keycache | status   | OK       |\n| test.t2 | assign_to_keycache | status   | OK       |\n| test.t3 | assign_to_keycache | status   | OK       |\n+---------+--------------------+----------+----------+\n', 'CACHE INDEX\n  tbl_index_list [, tbl_index_list] ...\n  IN key_cache_name\n\ntbl_index_list:\n  tbl_name [[INDEX|KEY] (index_name[, index_name] ...)]', '');
INSERT INTO `help_topic` VALUES (74, 'COMPRESS', 23, '   COMPRESS(string_to_compress)\nCompresses a string. This function requires MySQL to have been compiled\nwith a compression library such as zlib. Otherwise, the return\nvalue is always NULL. The compressed string can be uncompressed with\nUNCOMPRESS().\n', 'mysql> SELECT LENGTH(COMPRESS(REPEAT(''a'',1000)));\n        -> 21\nmysql> SELECT LENGTH(COMPRESS(''''));\n        -> 0\nmysql> SELECT LENGTH(COMPRESS(''a''));\n        -> 13\nmysql> SELECT LENGTH(COMPRESS(REPEAT(''a'',16)));\n        -> 15', '');
INSERT INTO `help_topic` VALUES (75, 'COUNT', 12, '   COUNT(expr)\nReturns a count of the number of non-NULL values in the rows\nretrieved by a SELECT statement.\n', 'mysql> SELECT student.student_name,COUNT(*)\n    ->        FROM student,course\n    ->        WHERE student.student_id=course.student_id\n    ->        GROUP BY student_name;', '');
INSERT INTO `help_topic` VALUES (76, 'INSERT', 23, '   INSERT(str,pos,len,newstr)\nReturns the string str, with the substring beginning at position\npos and len characters long replaced by the string\nnewstr.  Returns the original string if pos is not within\nthe length of the string.  Replaces the rest of the string from position\npos is len is not within the length of the rest of the string.\nReturns NULL if any argument is null.\n', 'mysql> SELECT INSERT(''Quadratic'', 3, 4, ''What'');\n        -> ''QuWhattic''\nmysql> SELECT INSERT(''Quadratic'', -1, 4, ''What'');\n        -> ''Quadratic''\nmysql> SELECT INSERT(''Quadratic'', 3, 100, ''What'');\n        -> ''QuWhat''', '');
INSERT INTO `help_topic` VALUES (77, 'HANDLER', 6, 'The HANDLER statement provides direct access to table storage engine\ninterfaces.  It is available for MyISAM tables as MySQL 4.0.0 and\nInnoDB tables as of MySQL 4.0.3.\n', 'HANDLER tbl_name OPEN [ AS alias ]\nHANDLER tbl_name READ index_name { = | >= | <= | < } (value1,value2,...)\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ index_name { FIRST | NEXT | PREV | LAST }\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ { FIRST | NEXT }\n    [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name CLOSE', '');
INSERT INTO `help_topic` VALUES (78, 'MLINEFROMTEXT', 3, '   MLineFromText(wkt[,srid])\n   MultiLineStringFromText(wkt[,srid])\nConstructs a MULTILINESTRING value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (79, 'GEOMCOLLFROMWKB', 13, '   GeomCollFromWKB(wkb[,srid])\n   GeometryCollectionFromWKB(wkb[,srid])\nConstructs a GEOMETRYCOLLECTION value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (80, 'RENAME TABLE', 28, 'RENAME TABLE tbl_name TO new_tbl_name\n    [, tbl_name2 TO new_tbl_name2] ...\n\nThis statement renames one or more tables.  It was added in MySQL 3.23.23.\n\nThe rename operation is done atomically, which means that no other thread\ncan access any of the tables while the rename is running. For example,\nif you have an existing table old_table, you can create another\ntable new_table that has the same structure but is empty, and then\nreplace the existing table with the empty one as follows:\n', 'CREATE TABLE new_table (...);\nRENAME TABLE old_table TO backup_table, new_table TO old_table;', '');
INSERT INTO `help_topic` VALUES (81, 'BOOLEAN', 1, '   BOOL\n   BOOLEAN\nThese are synonyms for TINYINT(1).\nThe BOOLEAN synonym was added in MySQL 4.1.0.\nA value of zero is considered false. Non-zero values are considered true.\n\nIn the future,\nfull boolean type handling will be introduced in accordance with standard SQL.\n', '', '');
INSERT INTO `help_topic` VALUES (82, 'DEFAULT', 21, '   DEFAULT(col_name)\nReturns the default value for a table column.\nStarting from MySQL 5.0.2, you get an error if the column doesn''t have\na default value.\n', 'mysql> UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;', '');
INSERT INTO `help_topic` VALUES (83, 'TINYTEXT', 1, '   TINYTEXT\n\nA TEXT column with a maximum length of 255\n(2^8 - 1) characters.\n', '', '');
INSERT INTO `help_topic` VALUES (84, 'DECODE', 17, '   DECODE(crypt_str,pass_str)\nDecrypts the encrypted string crypt_str using pass_str as the\npassword.  crypt_str should be a string returned from\nENCODE().\n', '', '');
INSERT INTO `help_topic` VALUES (85, '<=>', 26, '   <=>\nNULL-safe equal.\nThis operator performs an equality comparison like the = operator, but\nreturns 1 rather than NULL if both operands are NULL,\nand 0 rather than NULL if one operand is NULL.\n', 'mysql> SELECT 1 <=> 1, NULL <=> NULL, 1 <=> NULL;\n        -> 1, 1, 0\nmysql> SELECT 1 = 1, NULL = NULL, 1 = NULL;\n        -> 1, NULL, NULL', '');
INSERT INTO `help_topic` VALUES (86, 'LOAD DATA FROM MASTER', 6, 'LOAD DATA FROM MASTER\n\nTakes a snapshot of the master and copies it to the slave.  It updates the\nvalues of MASTER_LOG_FILE and MASTER_LOG_POS so that the slave\nstarts replicating from the correct position. Any table and database\nexclusion rules specified with the --replicate-*-do-* and\n--replicate-*-ignore-* options are honored.\n--replicate-rewrite-db is /not/ taken into account (because one user\ncould, with this option, set up a non-unique mapping such as\n--replicate-rewrite-db=db1->db3 and\n--replicate-rewrite-db=db2->db3, which would confuse the slave when\nit loads the master''s tables).\n\nUse of this statement is subject to the following conditions:\n\n\n --- It works only with MyISAM tables.  Attempting to load a\nnon-MyISAM table results in the error:\n\nERROR 1189 (08S01): Net error reading from master\n\n --- It acquires a global read lock on the master while taking the snapshot,\nwhich prevents updates on the master during the load operation.\n\n\nIn the future, it is planned to make this statement work with\nInnoDB tables and to remove the need for a global read lock by using\nnon-blocking online backup.\n\nIf you are loading big tables, you might have to increase the values\nof net_read_timeout and net_write_timeout\non both your master and slave servers.\nSee also : [Server system variables].\n\nNote that LOAD DATA FROM MASTER does /not/ copy any\ntables from the mysql database.  This makes it easy to have\ndifferent users and privileges on the master and the slave.\n\nThe LOAD DATA FROM MASTER statement\nrequires the replication account that is used to connect to the master\nto have the RELOAD and SUPER privileges on the master and the\nSELECT privilege for all master tables you want to load. All\nmaster tables for which the user does not have the SELECT privilege are\nignored by LOAD DATA FROM MASTER. This is because the\nmaster hides them from the user: LOAD DATA FROM MASTER calls\nSHOW DATABASES to know the master databases to load, but\nSHOW DATABASES returns only databases for which the user has\nsome privilege.\nSee [SHOW DATABASES,  , SHOW DATABASES].\nOn the slave''s side, the user that issues LOAD DATA FROM MASTER should\nhave grants to drop and create the databases and tables that are copied.\n', '', '');
INSERT INTO `help_topic` VALUES (87, 'RESET', 6, 'The RESET statement is used to clear the state of various server\noperations. It also acts as a stronger\nversion of the FLUSH statement.  See also : [FLUSH, , FLUSH].\n', 'RESET reset_option [, reset_option] ...', '');
INSERT INTO `help_topic` VALUES (88, 'GET_LOCK', 21, '   GET_LOCK(str,timeout)\nTries to obtain a lock with a name given by the string str, with a\ntimeout of timeout seconds.  Returns 1 if the lock was obtained\nsuccessfully, 0 if the attempt timed out (for example, because another\nclient has previously locked the name), or NULL if an error\noccurred (such as running out of memory or the thread was killed with\nmysqladmin kill).  If you have a lock obtained with GET_LOCK(),\nit is released when you execute\nRELEASE_LOCK(), execute a new GET_LOCK(), or your connection\nterminates (either normally or abnormally).\n\nThis function can be used to implement application locks or to\nsimulate record locks.  Names are locked on a server-wide basis.\nIf a name has been locked by one client, GET_LOCK() blocks\nany request by another client for a lock with the same name. This\nallows clients that agree on a given lock name to use the name to\nperform cooperative advisory locking.\n', 'mysql> SELECT GET_LOCK(''lock1'',10);\n        -> 1\nmysql> SELECT IS_FREE_LOCK(''lock2'');\n        -> 1\nmysql> SELECT GET_LOCK(''lock2'',10);\n        -> 1\nmysql> SELECT RELEASE_LOCK(''lock2'');\n        -> 1\nmysql> SELECT RELEASE_LOCK(''lock1'');\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (89, 'UCASE', 23, '   UCASE(str)\n\nUCASE() is a synonym for UPPER().\n', '', '');
INSERT INTO `help_topic` VALUES (90, 'MPOLYFROMWKB', 13, '   MPolyFromWKB(wkb[,srid])\n   MultiPolygonFromWKB(wkb[,srid])\nConstructs a MULTIPOLYGON value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (91, 'DO', 6, 'DO executes the expressions but doesn''t return any results.  This is\nshorthand for SELECT expr, ..., but has the advantage that it''s\nslightly faster when you don''t care about the result.\n\nDO is useful mainly with functions that have side effects, such as\nRELEASE_LOCK().\n', 'DO expr [, expr] ...', '');
INSERT INTO `help_topic` VALUES (92, 'CURTIME', 14, '   CURTIME()\n\nReturns the current time as a value in ''HH:MM:SS'' or HHMMSS\nformat, depending on whether the function is used in a string or numeric\ncontext.\n', 'mysql> SELECT CURTIME();\n        -> ''23:50:26''\nmysql> SELECT CURTIME() + 0;\n        -> 235026', '');
INSERT INTO `help_topic` VALUES (93, 'BIGINT', 1, '   BIGINT[(M)] [UNSIGNED] [ZEROFILL]\nA large integer. The signed range is -9223372036854775808 to\n9223372036854775807. The unsigned range is 0 to\n18446744073709551615.\n', '', '');
INSERT INTO `help_topic` VALUES (94, 'CHAR_LENGTH', 23, '   CHAR_LENGTH(str)\n\nReturns the length of the string str, measured in characters.\nA multi-byte character counts as a single character.\nThis means that for a string containing five two-byte characters,\nLENGTH() returns 10, whereas CHAR_LENGTH() returns\n5.\n', '', '');
INSERT INTO `help_topic` VALUES (95, 'SET', 6, 'SET sets different types of variables that affect the operation of the\nserver or your client. It can be used to assign values to user variables or\nsystem variables.\n', 'SET variable_assignment [, variable_assignment] ...\n\nvariable_assignment:\n      user_var_name = expr\n    | [GLOBAL | SESSION] system_var_name = expr\n    | @@[global. | session.]system_var_name = expr', '');
INSERT INTO `help_topic` VALUES (96, 'DATE', 1, 'A date.  The supported range is ''1000-01-01'' to ''9999-12-31''.\nMySQL displays DATE values in ''YYYY-MM-DD'' format, but\nallows you to assign values to DATE columns using either strings or\nnumbers.\n', '', '');
INSERT INTO `help_topic` VALUES (97, 'CONV', 23, '   CONV(N,from_base,to_base)\nConverts numbers between different number bases.  Returns a string\nrepresentation of the number N, converted from base from_base\nto base to_base.  Returns NULL if any argument is NULL.\nThe argument N is interpreted as an integer, but may be specified as\nan integer or a string.  The minimum base is 2 and the maximum base is\n36.  If to_base is a negative number, N is regarded as a\nsigned number.  Otherwise, N is treated as unsigned.  CONV() works\nwith 64-bit precision.\n', 'mysql> SELECT CONV(''a'',16,2);\n        -> ''1010''\nmysql> SELECT CONV(''6E'',18,8);\n        -> ''172''\nmysql> SELECT CONV(-17,10,-18);\n        -> ''-H''\nmysql> SELECT CONV(10+''10''+''10''+0xa,10,10);\n        -> ''40''', '');
INSERT INTO `help_topic` VALUES (98, 'EXTRACT', 14, '   EXTRACT(type FROM date)\n\nThe EXTRACT() function uses the same kinds of interval type\nspecifiers as DATE_ADD() or DATE_SUB(), but extracts parts\nfrom the date rather than performing date arithmetic.\n', 'mysql> SELECT EXTRACT(YEAR FROM ''1999-07-02'');\n       -> 1999\nmysql> SELECT EXTRACT(YEAR_MONTH FROM ''1999-07-02 01:02:03'');\n       -> 199907\nmysql> SELECT EXTRACT(DAY_MINUTE FROM ''1999-07-02 01:02:03'');\n       -> 20102\nmysql> SELECT EXTRACT(MICROSECOND\n    ->                FROM ''2003-01-02 10:30:00.00123'');\n        -> 123', '');
INSERT INTO `help_topic` VALUES (99, 'ENCRYPT', 17, '   ENCRYPT(str[,salt])\nEncrypt str using the Unix crypt() system call. The\nsalt argument should be a string with two characters.\n(As of MySQL 3.22.16, salt may be longer than two characters.)\nIf no salt argument is given, a random value is used.\n', 'mysql> SELECT ENCRYPT(''hello'');\n        -> ''VxuFAJXVARROc''', '');
INSERT INTO `help_topic` VALUES (100, 'OLD_PASSWORD', 17, '   OLD_PASSWORD(str)\n\nOLD_PASSWORD() is available as of MySQL 4.1, when the implementation of\nPASSWORD() was changed to improve security. OLD_PASSWORD()\nreturns the value of the pre-4.1 implementation of PASSWORD().\n[Password hashing].\n\n   PASSWORD(str)\nCalculates and returns a password string from the plaintext password\nstr, or NULL if the argument was NULL. This is\nthe function that is used for encrypting MySQL passwords for storage\nin the Password column of the user grant table.\n', '', '');
INSERT INTO `help_topic` VALUES (101, 'FORMAT', 21, '   FORMAT(X,D)\nFormats the number X to a format like ''#,###,###.##'', rounded\nto D decimals, and returns the result as a string.\nIf D is 0, the result has no\ndecimal point or fractional part.\n', 'mysql> SELECT FORMAT(12332.123456, 4);\n        -> ''12,332.1235''\nmysql> SELECT FORMAT(12332.1,4);\n        -> ''12,332.1000''\nmysql> SELECT FORMAT(12332.2,0);\n        -> ''12,332''', '');
INSERT INTO `help_topic` VALUES (102, '||', 20, '   OR\n   ||\nLogical OR.\nWhen both operands are non-NULL, the result is 1 if any\noperand is non-zero, and 0 otherwise.  With a NULL operand,\nthe result is 1 if the other operand is non-zero, and NULL\notherwise.  If both operands are NULL, the result is NULL.\n', 'mysql> SELECT 1 || 1;\n        -> 1\nmysql> SELECT 1 || 0;\n        -> 1\nmysql> SELECT 0 || 0;\n        -> 0\nmysql> SELECT 0 || NULL;\n        -> NULL\nmysql> SELECT 1 || NULL;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (103, 'CASE', 9, '   CASE value WHEN [compare-value] THEN result [WHEN [compare-value] THEN result ...] [ELSE result] END\n   CASE WHEN [condition] THEN result [WHEN [condition] THEN result ...] [ELSE result] END\n\nThe first version returns the result where\nvalue=compare-value. The second version returns the\nresult for the first condition that is true. If there was no matching result\nvalue, the result after ELSE is returned, or NULL if there is\nno ELSE part.\n', 'mysql> SELECT CASE 1 WHEN 1 THEN ''one''\n    ->     WHEN 2 THEN ''two'' ELSE ''more'' END;\n        -> ''one''\nmysql> SELECT CASE WHEN 1>0 THEN ''true'' ELSE ''false'' END;\n        -> ''true''\nmysql> SELECT CASE BINARY ''B''\n    ->     WHEN ''a'' THEN 1 WHEN ''b'' THEN 2 END;\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (104, 'BIT_LENGTH', 23, '   BIT_LENGTH(str)\nReturns the length of the string str in bits.\n', 'mysql> SELECT BIT_LENGTH(''text'');\n        -> 32', '');
INSERT INTO `help_topic` VALUES (105, 'EXTERIORRING', 0, '   ExteriorRing(poly)\nReturns the exterior ring of the Polygon value poly\nas a LineString.\n', 'mysql> SET @poly =\n    -> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmysql> SELECT AsText(ExteriorRing(GeomFromText(@poly)));\n+-------------------------------------------+\n| AsText(ExteriorRing(GeomFromText(@poly))) |\n+-------------------------------------------+\n| LINESTRING(0 0,0 3,3 3,3 0,0 0)           |\n+-------------------------------------------+', '');
INSERT INTO `help_topic` VALUES (106, 'GEOMFROMWKB', 13, '   GeomFromWKB(wkb[,srid])\n   GeometryFromWKB(wkb[,srid])\nConstructs a geometry value of any type using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (107, 'SHOW SLAVE HOSTS', 6, 'SHOW SLAVE HOSTS\n\nDisplays a list of slaves currently registered with the master.\nAny slave not started with the --report-host=slave_name\noption is not visible in that list.\n', '', '');
INSERT INTO `help_topic` VALUES (108, 'START TRANSACTION', 10, 'By default, MySQL runs with autocommit mode enabled. This means that\nas soon as you execute a statement that updates (modifies) a table,\nMySQL stores the update on disk.\n\nIf you are using transaction-safe tables (like InnoDB or BDB),\nyou can disable autocommit mode with the following statement:\n\nSET AUTOCOMMIT=0;\n\nAfter disabling autocommit mode by setting the AUTOCOMMIT variable to\nzero, you must use COMMIT to store your changes to disk or\nROLLBACK if you want to ignore the changes you have made since\nthe beginning of your transaction.\n\nIf you want to disable autocommit mode for a single series of\nstatements, you can use the START TRANSACTION statement:\n', 'START TRANSACTION;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summary=@A WHERE type=1;\nCOMMIT;', '');
INSERT INTO `help_topic` VALUES (109, 'BETWEEN AND', 26, '   expr BETWEEN min AND max\nIf expr is greater than or equal to min and expr is\nless than or equal to max, BETWEEN returns 1,\notherwise it returns 0.  This is equivalent to the expression\n(min <= expr AND expr <= max) if all the arguments are of the\nsame type. Otherwise type conversion takes place according to the rules\ndescribed at the beginning of this section, but applied to all the three\narguments. Note: Before MySQL\n4.0.5, arguments were converted to the type of expr instead.\n', 'mysql> SELECT 1 BETWEEN 2 AND 3;\n        -> 0\nmysql> SELECT ''b'' BETWEEN ''a'' AND ''c'';\n        -> 1\nmysql> SELECT 2 BETWEEN 2 AND ''3'';\n        -> 1\nmysql> SELECT 2 BETWEEN 2 AND ''x-3'';\n        -> 0', '');
INSERT INTO `help_topic` VALUES (110, 'MULTIPOLYGON', 2, '   MultiPolygon(poly1,poly2,...)\nConstructs a WKB MultiPolygon value from a set of WKB Polygon\narguments.\nIf any argument is not a WKB Polygon, the return value is NULL.\n', '', '');
INSERT INTO `help_topic` VALUES (111, 'TIME_FORMAT', 14, '   TIME_FORMAT(time,format)\nThis is used like the DATE_FORMAT() function, but the\nformat string may contain only those format specifiers that handle\nhours, minutes, and seconds.  Other specifiers produce a NULL value or\n0.\n', '', '');
INSERT INTO `help_topic` VALUES (112, 'LEFT', 23, '   LEFT(str,len)\nReturns the leftmost len characters from the string str.\n', 'mysql> SELECT LEFT(''foobarbar'', 5);\n        -> ''fooba''', '');
INSERT INTO `help_topic` VALUES (113, 'FLUSH QUERY CACHE', 7, 'You can defragment the query cache to better utilize its memory\nwith the FLUSH QUERY CACHE statement.\nThe statement does not remove any queries from the cache.\n\nThe RESET QUERY CACHE statement removes all query results from the\nquery cache.  The FLUSH TABLES statement also does this.\n', '', '');
INSERT INTO `help_topic` VALUES (114, 'RAND', 4, '   RAND()\n   RAND(N)\nReturns a random floating-point value in the range from 0 to 1.0.\nIf an integer argument N is specified, it is used as the seed value\n(producing a repeatable sequence).\n', 'mysql> SELECT RAND();\n        -> 0.9233482386203\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\nmysql> SELECT RAND(20);\n        -> 0.15888261251047\nmysql> SELECT RAND();\n        -> 0.63553050033332\nmysql> SELECT RAND();\n        -> 0.70100469486881', '');
INSERT INTO `help_topic` VALUES (115, 'RPAD', 23, '   RPAD(str,len,padstr)\nReturns the string str, right-padded with the string padstr\nto a length of len characters. If str is longer\nthan len, the return value is shortened to len characters.\n', 'mysql> SELECT RPAD(''hi'',5,''?'');\n        -> ''hi???''\nmysql> SELECT RPAD(''hi'',1,''?'');\n        -> ''h''', '');
INSERT INTO `help_topic` VALUES (116, 'INSERT INTO', 6, 'INSERT inserts new rows into an existing table.  The INSERT ...\nVALUES and INSERT ... SET forms of the statement insert rows based\non explicitly specified values.  The INSERT ... SELECT form inserts\nrows selected from another table or tables.  The INSERT ... VALUES\nform with multiple value lists is supported in MySQL 3.22.5 or\nlater.  The INSERT ... SET syntax is supported in MySQL\n3.22.10 or later.\nINSERT ... SELECT is discussed further in\nSee also : [INSERT SELECT,  , INSERT SELECT].\n', 'INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    VALUES ({expr | DEFAULT},...),(...),...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]', '');
INSERT INTO `help_topic` VALUES (117, 'RESTORE', 7, '\nRESTORE TABLE tbl_name [, tbl_name] ... FROM ''/path/to/backup/directory''\n\nRestores the table or tables from a backup that was made with BACKUP\nTABLE. Existing tables are not overwritten; if you try to restore over\nan existing table, you get an error.  Just as BACKUP TABLE,\nRESTORE TABLE currently works only for MyISAM tables.\nThe directory should be specified as a full pathname.\n\nThe backup for each table consists of its *.frm format file and\n*.MYD data file. The restore operation restores those files, then\nuses them to rebuild the *.MYI index file.  Restoring takes longer\nthan backing up due to the need to rebuild the indexes. The more indexes the\ntable has, the longer it takes.\n', '', '');
INSERT INTO `help_topic` VALUES (118, 'CREATE DATABASE', 28, 'CREATE DATABASE creates a database with the given name.  To use\nCREATE DATABASE, you need the CREATE privilege on the database.\n', 'CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n    [create_specification [, create_specification] ...]\n\ncreate_specification:\n    [DEFAULT] CHARACTER SET charset_name\n  | [DEFAULT] COLLATE collation_name', '');
INSERT INTO `help_topic` VALUES (119, 'VAR_POP', 12, '   VAR_POP(expr)\nReturns the population standard variance of expr.  It considers rows\nas the whole population, not as a sample, so it has the number of rows as\nthe denominator.  This function was added in MySQL 5.0.3.  Before 5.0.3, you\ncan use VARIANCE(), which is equivalent but not standard SQL.\n', '', '');
INSERT INTO `help_topic` VALUES (120, 'ELT', 23, '   ELT(N,str1,str2,str3,...)\nReturns str1 if N = 1, str2 if N =\n2, and so on.  Returns NULL if N is less than 1\nor greater than the number of arguments.  ELT() is the complement of\nFIELD().\n', 'mysql> SELECT ELT(1, ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> ''ej''\nmysql> SELECT ELT(4, ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> ''foo''', '');
INSERT INTO `help_topic` VALUES (121, 'ALTER VIEW', 24, 'This statement changes the definition of an existing view.\nThe syntax is similar to that for CREATE VIEW.\nSee also : [CREATE VIEW,  , CREATE VIEW].\nThis statement requires the CREATE VIEW and DELETE privileges\nfor the view, and some privilege for each column referred to in the\nSELECT statement.\n', 'ALTER [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n    VIEW view_name [(column_list)]\n    AS select_statement\n    [WITH [CASCADED | LOCAL] CHECK OPTION]', '');
INSERT INTO `help_topic` VALUES (122, '~', 27, '   ~\nInvert all bits.\n', 'mysql> SELECT 5 & ~1;\n        -> 4', '');
INSERT INTO `help_topic` VALUES (123, 'CONCAT_WS', 23, '   CONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for CONCAT With Separator and is a special form of\nCONCAT().  The first argument is the separator for the rest of the\narguments.\nThe separator is added between the strings to be concatenated.\nThe separator can be a string as can the rest of the\narguments. If the separator is NULL, the result is NULL.\nThe function skips any NULL values after the\nseparator argument.\n', 'mysql> SELECT CONCAT_WS('','',''First name'',''Second name'',''Last Name'');\n        -> ''First name,Second name,Last Name''\nmysql> SELECT CONCAT_WS('','',''First name'',NULL,''Last Name'');\n        -> ''First name,Last Name''', '');
INSERT INTO `help_topic` VALUES (124, 'ROW_COUNT', 25, '   ROW_COUNT()\n\nROW_COUNT() returns the number of rows updated, inserted, or deleted\nby the preceding statement.  This is the same as the row count that the\nmysql client displays and the value from the\nmysql_affected_rows() C API function.\n', 'mysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3  Duplicates: 0  Warnings: 0\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n|           3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHERE i IN(1,2);\nQuery OK, 2 rows affected (0.00 sec)\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n|           2 |\n+-------------+\n1 row in set (0.00 sec)', '');
INSERT INTO `help_topic` VALUES (125, 'ASIN', 4, '   ASIN(X)\nReturns the arc sine of X, that is, the value whose sine is\nX. Returns NULL if X is not in the range -1 to\n1.\n', 'mysql> SELECT ASIN(0.2);\n        -> 0.201358\nmysql> SELECT ASIN(''foo'');\n        -> 0.000000', '');
INSERT INTO `help_topic` VALUES (126, 'FUNCTION', 22, 'A user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function.  The RETURNS clause indicates the type of the\nfunction''s return value.  shared_library_name is the basename of the\nshared object file that contains the code that implements the function. The\nfile must be located in a directory that is searched by your system''s\ndynamic linker.\n\nTo create a function, you must have the INSERT and privilege for the\nmysql database.  To drop a function, you must have the DELETE\nprivilege for the mysql database.  This is because CREATE\nFUNCTION adds a row to the mysql.func system table that records the\nfunction''s name, type, and shared library name, and DROP FUNCTION\ndeletes the function''s row from that table.  If you do not have this table,\nyou should run the mysql_fix_privilege_tables script to create it.\nSee also : [Upgrading-grant-tables].\n', 'CREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL}\n       SONAME shared_library_name\n\nDROP FUNCTION function_name', '');
INSERT INTO `help_topic` VALUES (127, 'SIGN', 4, '   SIGN(X)\nReturns the sign of the argument as -1, 0, or 1, depending\non whether X is negative, zero, or positive.\n', 'mysql> SELECT SIGN(-32);\n        -> -1\nmysql> SELECT SIGN(0);\n        -> 0\nmysql> SELECT SIGN(234);\n        -> 1', '');
INSERT INTO `help_topic` VALUES (128, 'SEC_TO_TIME', 14, '   SEC_TO_TIME(seconds)\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a value in ''HH:MM:SS'' or HHMMSS format, depending on whether\nthe function is used in a string or numeric context.\n', 'mysql> SELECT SEC_TO_TIME(2378);\n        -> ''00:39:38''\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n        -> 3938', '');
INSERT INTO `help_topic` VALUES (129, 'YEAR TYPE', 1, '   YEAR[(2|4)]\n\nA year in two-digit or four-digit format. The default is four-digit format.\nIn four-digit format, the\nallowable values are 1901 to 2155, and 0000.\nIn two-digit format, the allowable values are\n70 to 69, representing years from\n1970 to 2069.  MySQL displays YEAR values in\nYYYY format, but allows you to assign values to YEAR columns\nusing either strings or numbers. The YEAR type is unavailable prior\nto MySQL 3.22.\n', '', '');
INSERT INTO `help_topic` VALUES (130, 'FLOAT', 1, '   FLOAT(p) [UNSIGNED] [ZEROFILL]\n\nA floating-point number.  p represents the precision. It can be from\n0 to 24 for a single-precision floating-point number and from 25 to 53 for a\ndouble-precision floating-point number. These types are like the FLOAT\nand DOUBLE types described immediately following.  FLOAT(p)\nhas the same range as the corresponding FLOAT and DOUBLE\ntypes, but the display width and number of decimals are undefined.\n\nAs of MySQL 3.23, this is a true floating-point value.  In\nearlier MySQL versions, FLOAT(p) always has two decimals.\n\nThis syntax is provided for ODBC compatibility.\n\nUsing FLOAT might give you some unexpected problems because\nall calculations in MySQL are done with double precision.\nSee also : [No matching rows].\n\n   FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number.  Allowable values are\n-3.402823466E+38 to -1.175494351E-38, 0,\nand 1.175494351E-38 to 3.402823466E+38.  If UNSIGNED is\nspecified, negative values are disallowed.  M is the display width and\nD is the number of significant digits. FLOAT without arguments or\nFLOAT(p) (where p is in the range from 0 to 24) stands for a\nsingle-precision floating-point number.\n', '', '');
INSERT INTO `help_topic` VALUES (131, 'LOCATE', 23, '   LOCATE(substr,str)\n   LOCATE(substr,str,pos)\n\nThe first syntax\nreturns the position of the first occurrence of substring substr\nin string str.\nThe second syntax\nreturns the position of the first occurrence of substring substr in\nstring str, starting at position pos.\nReturns 0 if substr is not in str.\n', '', '');
INSERT INTO `help_topic` VALUES (132, 'CHARSET', 25, '   CHARSET(str)\nReturns the character set of the string argument.\n', 'mysql> SELECT CHARSET(''abc'');\n        -> ''latin1''\nmysql> SELECT CHARSET(CONVERT(''abc'' USING utf8));\n        -> ''utf8''\nmysql> SELECT CHARSET(USER());\n        -> ''utf8''', '');
INSERT INTO `help_topic` VALUES (133, 'PURGE MASTER LOGS BEFORE TO', 6, 'PURGE {MASTER | BINARY} LOGS TO ''log_name''\nPURGE {MASTER | BINARY} LOGS BEFORE ''date''\n\nDeletes all the binary logs listed in the log\nindex that are strictly prior to the specified log or date.\nThe logs also are removed from the list recorded in the log index file,\nso that the given log becomes the first.\n', '', '');
INSERT INTO `help_topic` VALUES (134, 'SUBDATE', 14, '   SUBDATE(date,INTERVAL expr type)\n   SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument,\nSUBDATE() is a synonym for DATE_SUB().\nFor information on the INTERVAL argument, see the\ndiscussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1997-12-02''\nmysql> SELECT SUBDATE(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1997-12-02''\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be\nsubtracted from expr.\n\nmysql> SELECT SUBDATE(''1998-01-02 12:00:00'', 31);\n        -> ''1997-12-02 12:00:00''\n\nNote that you can''t use format "%X%V" to convert a year-week\nstring to date as a year-week doesn''t uniquely identify a year-month if the\nweek crosses a month boundary.  If you want to convert a year-week to a date\nyou can do it by also specifying the week day:\n\nmysql> select str_to_date(''200442 Monday'', ''%X%V %W'');\n-> 2004-10-18\n', '', '');
INSERT INTO `help_topic` VALUES (135, 'DAYOFYEAR', 14, '   DAYOFYEAR(date)\nReturns the day of the year for date, in the range 1 to\n366.\n', 'mysql> SELECT DAYOFYEAR(''1998-02-03'');\n        -> 34', '');
INSERT INTO `help_topic` VALUES (136, '%', 4, '   MOD(N,M)\n   N % M\n   N MOD M\nModulo operation.\nReturns the remainder of N divided by M.\n', 'mysql> SELECT MOD(234, 10);\n        -> 4\nmysql> SELECT 253 % 7;\n        -> 1\nmysql> SELECT MOD(29,9);\n        -> 2\nmysql> SELECT 29 MOD 9;\n        -> 2', '');
INSERT INTO `help_topic` VALUES (137, 'LONGTEXT', 1, '   LONGTEXT\n\nA TEXT column with a maximum length of 4,294,967,295 or\n4GB (2^32 - 1) characters.  Up to MySQL\n3.23, the client/server protocol and MyISAM tables had a limit\nof 16MB per communication packet / table row. From MySQL 4.0, the maximum\nallowed length of LONGTEXT columns depends on the\nconfigured maximum packet size in the client/server protocol and available\nmemory.\n', '', '');
INSERT INTO `help_topic` VALUES (138, 'DISJOINT', 11, '   Disjoint(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 is spatially disjoint\nfrom (does not intersect) g2.\n', '', '');
INSERT INTO `help_topic` VALUES (139, 'KILL', 6, 'Each connection to mysqld runs in a separate thread.  You can see\nwhich threads are running with the SHOW PROCESSLIST statement and kill\na thread with the KILL thread_id statement.\n\nAs of MySQL 5.0.0, KILL allows the optional CONNECTION or\nQUERY modifiers:\n\n\n --- KILL CONNECTION is the same as KILL with no modifier:\nIt terminates the connection associated with the given thread_id.\n\n --- KILL QUERY terminates the statement that the connection currently\nis executing, but leaves the connection intact.\n\n\nIf you have the PROCESS privilege, you can see all threads.\nIf you have the SUPER privilege, you can kill all threads and\nstatements.  Otherwise, you can see and kill only your own threads and\nstatements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\nNote: You currently cannot use KILL with the Embedded MySQL\nServer library, because the embedded server merely runs inside the threads\nof the host application, it does not create connection threads of its own.\n', 'KILL [CONNECTION | QUERY] thread_id', '');
INSERT INTO `help_topic` VALUES (140, 'ASTEXT', 3, '   AsText(g)\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n', 'mysql> SELECT AsText(g) FROM geom;\n+-------------------------+\n| AsText(p1)              |\n+-------------------------+\n| POINT(1 1)              |\n| LINESTRING(0 0,1 1,2 2) |\n+-------------------------+', '');
INSERT INTO `help_topic` VALUES (141, 'LPAD', 23, '   LPAD(str,len,padstr)\nReturns the string str, left-padded with the string padstr\nto a length of len characters. If str is longer\nthan len, the return value is shortened to len characters.\n', 'mysql> SELECT LPAD(''hi'',4,''??'');\n        -> ''??hi''\nmysql> SELECT LPAD(''hi'',1,''??'');\n        -> ''h''', '');
INSERT INTO `help_topic` VALUES (142, 'OVERLAPS', 11, '   Overlaps(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially overlaps\ng2.\nThe term /spatially overlaps/ is used if two\ngeometries intersect and their intersection results in a geometry of the\nsame dimension but not equal to either of the given geometries.\n', '', '');
INSERT INTO `help_topic` VALUES (143, 'NUMGEOMETRIES', 5, '   NumGeometries(gc)\nReturns the number of geometries in the GeometryCollection value\ngc.\n', 'mysql> SET @gc = ''GeometryCollection(Point(1 1),LineString(2 2, 3 3))'';\nmysql> SELECT NumGeometries(GeomFromText(@gc));\n+----------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\n|                                2 |\n+----------------------------------+', '');
INSERT INTO `help_topic` VALUES (144, 'SET GLOBAL SQL_SLAVE_SKIP_COUNTER', 7, 'SET GLOBAL SQL_SLAVE_SKIP_COUNTER = n\n\nSkip the next n events from the master. This is\nuseful for recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave thread is not running.\nOtherwise, it produces an error.\n\nBefore MySQL 4.0, omit the GLOBAL keyword from the statement.\n', '', '');
INSERT INTO `help_topic` VALUES (145, 'MONTHNAME', 14, '   MONTHNAME(date)\nReturns the full name of the month for date.\n', 'mysql> SELECT MONTHNAME(''1998-02-05'');\n        -> ''February''', '');
INSERT INTO `help_topic` VALUES (146, 'MBREQUAL', 8, '   MBREqual(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n', '', '');
INSERT INTO `help_topic` VALUES (147, 'CHANGE MASTER TO', 6, '\nCHANGE MASTER TO master_def [, master_def] ...\n\nmaster_def:\n      MASTER_HOST = ''host_name''\n    | MASTER_USER = ''user_name''\n    | MASTER_PASSWORD = ''password''\n    | MASTER_PORT = port_num\n    | MASTER_CONNECT_RETRY = count\n    | MASTER_LOG_FILE = ''master_log_name''\n    | MASTER_LOG_POS = master_log_pos\n    | RELAY_LOG_FILE = ''relay_log_name''\n    | RELAY_LOG_POS = relay_log_pos\n    | MASTER_SSL = {0|1}\n    | MASTER_SSL_CA = ''ca_file_name''\n    | MASTER_SSL_CAPATH = ''ca_directory_name''\n    | MASTER_SSL_CERT = ''cert_file_name''\n    | MASTER_SSL_KEY = ''key_file_name''\n    | MASTER_SSL_CIPHER = ''cipher_list''\n\nChanges the parameters that the slave server uses for connecting to and\ncommunicating with the master server.\n\nMASTER_USER, MASTER_PASSWORD, MASTER_SSL,\nMASTER_SSL_CA, MASTER_SSL_CAPATH, MASTER_SSL_CERT,\nMASTER_SSL_KEY, and MASTER_SSL_CIPHER provide information for\nthe slave about how to connect to its master.\n\nThe relay log options (RELAY_LOG_FILE and RELAY_LOG_POS) are\navailable beginning with MySQL 4.0.\n\nThe SSL options\n(MASTER_SSL,\nMASTER_SSL_CA,\nMASTER_SSL_CAPATH,\nMASTER_SSL_CERT,\nMASTER_SSL_KEY,\nand\nMASTER_SSL_CIPHER)\nare available beginning with MySQL 4.1.1.\nYou can change these options even on slaves that are compiled without SSL\nsupport. They are saved to the *master.info file, but are ignored\nuntil you use a server that has SSL support enabled.\n\nIf you don''t specify a given parameter, it keeps its old\nvalue, except as indicated in the following discussion. For example, if the password to connect to your MySQL master has\nchanged, you just need to issue these statements\nto tell the slave about the new password:\n\nmysql> STOP SLAVE; -- if replication was running\nmysql> CHANGE MASTER TO MASTER_PASSWORD=''new3cret'';\nmysql> START SLAVE; -- if you want to restart replication\n\nThere is no need to specify the parameters that do\nnot change (host, port, user, and so forth).\n\nMASTER_HOST and MASTER_PORT are the hostname (or IP address) of\nthe master host and its TCP/IP port. Note that if MASTER_HOST is\nequal to localhost, then, like in other parts of MySQL, the port\nmay be ignored (if Unix socket files can be used, for example).\n\nIf you specify MASTER_HOST or MASTER_PORT,\nthe slave assumes that the master server is different than\nbefore (even if you specify a host or port value that is\nthe same as the current value.) In this case, the old values for the master\nbinary log name and position are considered no longer applicable, so if you\ndo not specify MASTER_LOG_FILE and MASTER_LOG_POS in the\nstatement, MASTER_LOG_FILE='''' and MASTER_LOG_POS=4 are\nsilently appended to it.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates\nat which the slave I/O thread should begin reading from the master the\nnext time the thread starts.\nIf you specify either of them, you can''t specify RELAY_LOG_FILE or\nRELAY_LOG_POS.\nIf neither of MASTER_LOG_FILE or MASTER_LOG_POS are\nspecified, the slave uses the last coordinates of the /slave SQL thread/\nbefore CHANGE MASTER was issued. This ensures that\nreplication has no discontinuity, even if the slave SQL thread was late\ncompared to the slave I/O thread, when you just want to change, say, the\npassword to use. This safe behavior was introduced starting from MySQL\n4.0.17 and 4.1.1. (Before these versions, the coordinates used were\nthe last coordinates of the slave I/O thread before CHANGE MASTER\nwas issued. This caused the SQL thread to possibly lose some events\nfrom the master, thus breaking replication.)\n\nCHANGE MASTER /deletes all relay log files/ and starts\na new one, unless you specify RELAY_LOG_FILE or\nRELAY_LOG_POS. In that case, relay logs are kept;\nas of MySQL 4.1.1 the relay_log_purge global variable\nis set silently to 0.\n\nCHANGE MASTER TO updates the contents of the *master.info and\n*relay-log.info files.\n\nCHANGE MASTER is useful for setting up a slave when you have\nthe snapshot of the master and have recorded the log and the offset\ncorresponding to it.  After loading the snapshot into the slave, you\ncan run CHANGE MASTER TO MASTER_LOG_FILE=''log_name_on_master'',\nMASTER_LOG_POS=log_offset_on_master on the slave.\n\nExamples:\n\nmysql> CHANGE MASTER TO\n    ->     MASTER_HOST=''master2.mycompany.com'',\n    ->     MASTER_USER=''replication'',\n    ->     MASTER_PASSWORD=''bigs3cret'',\n    ->     MASTER_PORT=3306,\n    ->     MASTER_LOG_FILE=''master2-bin.001'',\n    ->     MASTER_LOG_POS=4,\n    ->     MASTER_CONNECT_RETRY=10;\n\nmysql> CHANGE MASTER TO\n    ->     RELAY_LOG_FILE=''slave-relay-bin.006'',\n    ->     RELAY_LOG_POS=4025;\n', '', '');
INSERT INTO `help_topic` VALUES (148, 'DROP DATABASE', 28, 'DROP DATABASE drops all tables in the database and deletes the\ndatabase.  Be /very/ careful with this statement!\nTo use DROP DATABASE, you need the DROP privilege on the\ndatabase.\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS\nto prevent an error from occurring if the database doesn''t exist.\n\nDROP SCHEMA can be used as of MySQL 5.0.2.\n', 'DROP {DATABASE | SCHEMA} [IF EXISTS] db_name', '');
INSERT INTO `help_topic` VALUES (149, 'TIMESTAMP FUNCTION', 14, '   TIMESTAMP(expr)\n   TIMESTAMP(expr,expr2)\n\nWith one argument, returns the date or datetime expression expr\nas a datetime value.\nWith two arguments, adds the time expression expr2 to the\ndate or datetime expression expr and returns a datetime value.\n', 'mysql> SELECT TIMESTAMP(''2003-12-31'');\n        -> ''2003-12-31 00:00:00''\nmysql> SELECT TIMESTAMP(''2003-12-31 12:00:00'',''12:00:00'');\n        -> ''2004-01-01 00:00:00''', '');
INSERT INTO `help_topic` VALUES (150, 'CHARACTER_LENGTH', 23, '   CHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n', '', '');
INSERT INTO `help_topic` VALUES (151, 'CREATE VIEW  ALGORITHM MERGE TEMPTABLE WITH CHECK OPTION', 24, '', 'CREATE [OR REPLACE] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n    VIEW view_name [(column_list)]\n    AS select_statement\n    [WITH [CASCADED | LOCAL] CHECK OPTION]', '');
INSERT INTO `help_topic` VALUES (152, 'TIMESTAMPDIFF FUNCTION', 14, '', 'mysql> SELECT TIMESTAMPDIFF(MONTH,''2003-02-01'',''2003-05-01'');\n        -> 3\nmysql> SELECT TIMESTAMPDIFF(YEAR,''2002-05-01'',''2001-01-01'');\n        -> -1', '');
INSERT INTO `help_topic` VALUES (153, 'CRC32', 4, '   CRC32(expr)\nComputes a cyclic redundancy check value and returns a 32-bit unsigned value.\nThe result is NULL if the argument is NULL.\nThe argument is expected be a string and is treated as one if it is not.\n', 'mysql> SELECT CRC32(''MySQL'');\n        -> 3259397556', '');
INSERT INTO `help_topic` VALUES (154, 'XOR', 20, '   XOR\nLogical XOR.\nReturns NULL if either operand is NULL.\nFor non-NULL operands, evaluates to 1 if an odd number\nof operands is non-zero,\notherwise 0 is returned.\n', 'mysql> SELECT 1 XOR 1;\n        -> 0\nmysql> SELECT 1 XOR 0;\n        -> 1\nmysql> SELECT 1 XOR NULL;\n        -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (155, 'STARTPOINT', 18, '   StartPoint(ls)\nReturns the Point that is the start point of the LineString value\nls.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(StartPoint(GeomFromText(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFromText(@ls))) |\n+---------------------------------------+\n| POINT(1 1)                            |\n+---------------------------------------+', '');
INSERT INTO `help_topic` VALUES (156, 'MPOLYFROMTEXT', 3, '   MPolyFromText(wkt[,srid])\n   MultiPolygonFromText(wkt[,srid])\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (157, 'MBRINTERSECTS', 8, '   MBRIntersects(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect.\n', '', '');
INSERT INTO `help_topic` VALUES (158, 'BIT_OR', 12, '   BIT_OR(expr)\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n', '', '');
INSERT INTO `help_topic` VALUES (159, 'YEARWEEK', 14, '   YEARWEEK(date)\n   YEARWEEK(date,start)\nReturns year and week for a date.  The start argument works exactly\nlike the start argument to WEEK().  The year in the\nresult may be\ndifferent from the year in the date argument for the first and the last\nweek of the year.\n', 'mysql> SELECT YEARWEEK(''1987-01-01'');\n        -> 198653', '');
INSERT INTO `help_topic` VALUES (160, 'NOT BETWEEN', 26, '   expr NOT BETWEEN min AND max\nThis is the same as NOT (expr BETWEEN min AND max).\n', '', '');
INSERT INTO `help_topic` VALUES (161, 'LOG10', 4, '   LOG10(X)\nReturns the base-10 logarithm of X.\n', 'mysql> SELECT LOG10(2);\n        -> 0.301030\nmysql> SELECT LOG10(100);\n        -> 2.000000\nmysql> SELECT LOG10(-100);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (162, 'SQRT', 4, '   SQRT(X)\nReturns the non-negative square root of X.\n', 'mysql> SELECT SQRT(4);\n        -> 2.000000\nmysql> SELECT SQRT(20);\n        -> 4.472136', '');
INSERT INTO `help_topic` VALUES (163, 'DECIMAL', 1, '   DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\n\nFor MySQL 5.0.3 and above:\n\nA packed ``exact'''' fixed-point number. M is the total number of\ndigits and D is the number of decimals.  The decimal point and\n(for negative numbers) the ''-'' sign are not counted in M.\nIf D is 0, values have no\ndecimal point or fractional part.  The maximum number of digits\n(M) for DECIMAL is 64. The maximum number of supported\ndecimals (D) is 30.  If UNSIGNED is specified, negative\nvalues are disallowed.\n\nIf D is omitted, the default is 0.  If M is omitted, the\ndefault is 10.\n\nAll basic calculations (+, -, *, /) with DECIMAL columns are\ndone with a precision of 64 decimal digits.\n\nBefore MySQL 5.0.3:\n\nAn unpacked fixed-point number.  Behaves like a CHAR column;\n``unpacked'''' means the number is stored as a string, using one character for\neach digit of the value.  M is the total number of digits and\nD is the number of decimals.  The decimal point and (for negative\nnumbers) the ''-'' sign are not counted in M, although space for\nthem is reserved. If D is 0, values have no decimal point or\nfractional part.  The maximum range of DECIMAL values is the same as\nfor DOUBLE, but the actual range for a given DECIMAL column\nmay be constrained by the choice of M and D.  If\nUNSIGNED is specified, negative values are disallowed.\n\nIf D is omitted, the default is 0.  If M is omitted, the\ndefault is 10.\n\nBefore MySQL 3.23:\n\nAs just described, with the exception that the M value must be large\nenough to include the space needed for the sign and the decimal point\ncharacters.\n\n   DEC[(M[,D])] [UNSIGNED] [ZEROFILL]\n   NUMERIC[(M[,D])] [UNSIGNED] [ZEROFILL]\n   FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese are synonyms for DECIMAL.  The FIXED synonym was added\nin MySQL 4.1.0 for compatibility with other servers.\n', '', '');
INSERT INTO `help_topic` VALUES (164, 'GEOMETRYN', 5, '   GeometryN(gc,n)\nReturns the n-th geometry in the GeometryCollection value\ngc.  Geometry numbers begin at 1.\n', 'mysql> SET @gc = ''GeometryCollection(Point(1 1),LineString(2 2, 3 3))'';\nmysql> SELECT AsText(GeometryN(GeomFromText(@gc),1));\n+----------------------------------------+\n| AsText(GeometryN(GeomFromText(@gc),1)) |\n+----------------------------------------+\n| POINT(1 1)                             |\n+----------------------------------------+', '');
INSERT INTO `help_topic` VALUES (165, 'CREATE INDEX', 28, 'In MySQL 3.22 or later, CREATE INDEX is mapped to an\nALTER TABLE statement to create indexes.\nSee also : [ALTER TABLE, , ALTER TABLE].\nThe CREATE INDEX statement doesn''t do anything prior\nto MySQL 3.22.\n', 'CREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n    [USING index_type]\n    ON tbl_name (index_col_name,...)\n\nindex_col_name:\n    col_name [(length)] [ASC | DESC]', '');
INSERT INTO `help_topic` VALUES (166, 'ALTER DATABASE', 28, '\nALTER DATABASE allows you to change the overall characteristics of a\ndatabase.  These characteristics are stored in the *db.opt file in the\ndatabase directory.\nTo use ALTER DATABASE, you need the ALTER privilege on the\ndatabase.\n', 'ALTER {DATABASE | SCHEMA} [db_name]\n    alter_specification [, alter_specification] ...\n\nalter_specification:\n    [DEFAULT] CHARACTER SET charset_name\n  | [DEFAULT] COLLATE collation_name', '');
INSERT INTO `help_topic` VALUES (167, '<<', 27, 'Shifts a longlong (BIGINT) number to the left.\n   <<\n', 'mysql> SELECT 1 << 2;\n        -> 4', '');
INSERT INTO `help_topic` VALUES (168, 'MD5', 17, '   MD5(str)\nCalculates an MD5 128-bit checksum for the string. The value is returned\nas a binary string of 32 hex digits,\nor NULL if the argument was NULL.\nThe return value can, for example, be used as a hash key.\n', 'mysql> SELECT MD5(''testing'');\n        -> ''ae2b1fca515949e5d54fb22b8ed95575''', '');
INSERT INTO `help_topic` VALUES (169, '<', 26, '   <\nLess than:\n', 'mysql> SELECT 2 < 2;\n        -> 0', '');
INSERT INTO `help_topic` VALUES (170, 'UNIX_TIMESTAMP', 14, '   UNIX_TIMESTAMP()\n   UNIX_TIMESTAMP(date)\nIf called with no argument, returns a Unix timestamp (seconds since\n''1970-01-01 00:00:00'' GMT) as an unsigned integer. If\nUNIX_TIMESTAMP() is called with a date argument, it\nreturns the value of the argument as seconds since ''1970-01-01\n00:00:00'' GMT.  date may be a DATE string, a\nDATETIME string, a TIMESTAMP, or a number in the format\nYYMMDD or YYYYMMDD in local time.\n', 'mysql> SELECT UNIX_TIMESTAMP();\n        -> 882226357\nmysql> SELECT UNIX_TIMESTAMP(''1997-10-04 22:23:00'');\n        -> 875996580', '');
INSERT INTO `help_topic` VALUES (171, 'DAYOFMONTH', 14, '   DAYOFMONTH(date)\nReturns the day of the month for date, in the range 1 to\n31.\n', 'mysql> SELECT DAYOFMONTH(''1998-02-03'');\n        -> 3', '');
INSERT INTO `help_topic` VALUES (172, 'ASCII', 23, '   ASCII(str)\nReturns the numeric value of the leftmost character of the string\nstr. Returns 0 if str is the empty string.  Returns\nNULL if str is NULL.\nASCII() works for characters with numeric values from 0 to\n255.\n', 'mysql> SELECT ASCII(''2'');\n        -> 50\nmysql> SELECT ASCII(2);\n        -> 50\nmysql> SELECT ASCII(''dx'');\n        -> 100', '');
INSERT INTO `help_topic` VALUES (173, 'DIV', 4, 'Integer division.\nSimilar to FLOOR() but safe with BIGINT values.\n', 'mysql> SELECT 5 DIV 2;\n        -> 2', '');
INSERT INTO `help_topic` VALUES (174, 'RENAME USER', 7, 'The RENAME USER statement renames existing MySQL accounts.\nTo use it, you must have the global CREATE USER privilege or\nthe UPDATE privilege for the mysql database.\nAn error occurs if any old account does not exist or any new\naccount exists.  The old_user and new_user values are given the\nsame way as for the GRANT statement.\n', 'RENAME USER old_user TO new_user\n    [, old_user TO new_user] ...', '');
INSERT INTO `help_topic` VALUES (175, 'SHOW SLAVE STATUS', 7, 'SHOW SLAVE STATUS\n\nProvides status information on\nessential parameters of the slave threads. If you issue this statement using\nthe\nmysql client, you can use a \\G statement terminator rather than\nsemicolon to get a more readable vertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*************************** 1. row ***************************\n       Slave_IO_State: Waiting for master to send event\n          Master_Host: localhost\n          Master_User: root\n          Master_Port: 3306\n        Connect_Retry: 3\n      Master_Log_File: gbichot-bin.005\n  Read_Master_Log_Pos: 79\n       Relay_Log_File: gbichot-relay-bin.005\n        Relay_Log_Pos: 548\nRelay_Master_Log_File: gbichot-bin.005\n     Slave_IO_Running: Yes\n    Slave_SQL_Running: Yes\n      Replicate_Do_DB:\n  Replicate_Ignore_DB:\n           Last_Errno: 0\n           Last_Error:\n         Skip_Counter: 0\n  Exec_Master_Log_Pos: 79\n      Relay_Log_Space: 552\n      Until_Condition: None\n       Until_Log_File:\n        Until_Log_Pos: 0\n   Master_SSL_Allowed: No\n   Master_SSL_CA_File:\n   Master_SSL_CA_Path:\n      Master_SSL_Cert:\n    Master_SSL_Cipher:\n       Master_SSL_Key:\nSeconds_Behind_Master: 8\n', '', '');
INSERT INTO `help_topic` VALUES (176, 'GEOMETRY', 24, 'MySQL provides a standard way of creating spatial columns for\ngeometry types, for example, with CREATE TABLE or ALTER TABLE.\nCurrently, spatial columns are supported only for MyISAM tables.\n', 'mysql> CREATE TABLE geom (g GEOMETRY);\nQuery OK, 0 rows affected (0.02 sec)', '');
INSERT INTO `help_topic` VALUES (177, 'NUMPOINTS', 18, '   NumPoints(ls)\nReturns the number of points in the LineString value ls.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT NumPoints(GeomFromText(@ls));\n+------------------------------+\n| NumPoints(GeomFromText(@ls)) |\n+------------------------------+\n|                            3 |\n+------------------------------+', '');
INSERT INTO `help_topic` VALUES (178, '&', 27, '   &\nBitwise AND:\n', 'mysql> SELECT 29 & 15;\n        -> 13', '');
INSERT INTO `help_topic` VALUES (179, 'LOCALTIMESTAMP', 14, '   LOCALTIMESTAMP\n   LOCALTIMESTAMP()\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for\nNOW().\n', '', '');
INSERT INTO `help_topic` VALUES (180, 'ADDDATE', 14, '   ADDDATE(date,INTERVAL expr type)\n   ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument,\nADDDATE() is a synonym for DATE_ADD().  The related\nfunction SUBDATE() is a synonym for DATE_SUB().\nFor information on the INTERVAL argument, see the\ndiscussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1998-02-02''\nmysql> SELECT ADDDATE(''1998-01-02'', INTERVAL 31 DAY);\n        -> ''1998-02-02''\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be added to\nexpr.\n\nmysql> SELECT ADDDATE(''1998-01-02'', 31);\n        -> ''1998-02-02''\n', '', '');
INSERT INTO `help_topic` VALUES (181, 'SMALLINT', 1, '   SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA small integer. The signed range is -32768 to 32767. The\nunsigned range is 0 to 65535.\n', '', '');
INSERT INTO `help_topic` VALUES (182, 'ORD', 23, '   ORD(str)\nIf the leftmost character of the string str is a multi-byte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n  (1st byte code)\n+ (2nd byte code * 256)\n+ (3rd byte code * 256^2) ...\n\nIf the leftmost character is not a multi-byte character, ORD()\nreturns the same value as the ASCII() function.\n', 'mysql> SELECT ORD(''2'');\n        -> 50', '');
INSERT INTO `help_topic` VALUES (183, 'ENVELOPE', 19, '   Envelope(g)\nReturns the Minimum Bounding Rectangle (MBR) for the geometry value g.\nThe result is returned as a Polygon value.\n\nmysql> SELECT AsText(Envelope(GeomFromText(''LineString(1 1,2 2)'')));\n+-------------------------------------------------------+\n| AsText(Envelope(GeomFromText(''LineString(1 1,2 2)''))) |\n+-------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1))                        |\n+-------------------------------------------------------+\n\nThe polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n', '', '');
INSERT INTO `help_topic` VALUES (184, 'IS_FREE_LOCK', 21, '   IS_FREE_LOCK(str)\nChecks whether the lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock),\n0 if the lock is in use, and\nNULL on errors (such as incorrect arguments).\n', '', '');
INSERT INTO `help_topic` VALUES (185, 'SHOW BINLOG', 6, 'SHOW BINLOG EVENTS\n   [IN ''log_name''] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the binary log.\nIf you do not specify ''log_name'', the first binary log is displayed.\n', '', '');
INSERT INTO `help_topic` VALUES (186, 'TOUCHES', 11, '   Touches(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially touches\ng2. Two geometries /spatially touch/ if the interiors of\nthe geometries do not intersect, but the boundary of one of the geometries\nintersects either the boundary or the interior of the other.\n', '', '');
INSERT INTO `help_topic` VALUES (187, 'TIMESTAMPADD FUNCTION', 14, '', 'mysql> SELECT TIMESTAMPADD(MINUTE,1,''2003-01-02'');\n        -> ''2003-01-02 00:01:00''\nmysql> SELECT TIMESTAMPADD(WEEK,1,''2003-01-02'');\n        -> ''2003-01-09''', '');
INSERT INTO `help_topic` VALUES (188, 'INET_ATON', 21, '   INET_ATON(expr)\nGiven the dotted-quad representation of a network address as a string,\nreturns an integer that represents the numeric value of the address.\nAddresses may be 4- or 8-byte addresses.\n', 'mysql> SELECT INET_ATON(''209.207.224.40'');\n        -> 3520061480', '');
INSERT INTO `help_topic` VALUES (189, 'AUTO_INCREMENT', 1, 'The AUTO_INCREMENT attribute can be used to generate a unique\nidentity for new rows:\n', 'CREATE TABLE animals (\n             id MEDIUMINT NOT NULL AUTO_INCREMENT,\n             name CHAR(30) NOT NULL,\n             PRIMARY KEY (id)\n             );\nINSERT INTO animals (name) VALUES (''dog''),(''cat''),(''penguin''),\n                                  (''lax''),(''whale''),(''ostrich'');\nSELECT * FROM animals;', '');
INSERT INTO `help_topic` VALUES (190, 'UNCOMPRESS', 23, '   UNCOMPRESS(string_to_uncompress)\nUncompresses a string compressed by the COMPRESS() function.\nIf the argument is not a compressed value, the result is NULL.\nThis function requires MySQL to have been compiled with a compression library\nsuch as zlib. Otherwise, the return value is always NULL.\n', 'mysql> SELECT UNCOMPRESS(COMPRESS(''any string''));\n        -> ''any string''\nmysql> SELECT UNCOMPRESS(''any string'');\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (191, 'ISSIMPLE', 19, '   IsSimple(g)\n\nCurrently, this function is a placeholder and should not be used.\nIf implemented, its behavior will be as described in the next paragraph.\n\nReturns 1 if the geometry value g has no anomalous geometric points,\nsuch as self-intersection or self-tangency. IsSimple() returns 0 if the\nargument is not simple, and -1 if it is NULL.\n\nThe description of each instantiable geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple.\n', '', '');
INSERT INTO `help_topic` VALUES (192, '- BINARY', 4, '   -\nSubtraction:\n', 'mysql> SELECT 3-5;\n        -> -2', '');
INSERT INTO `help_topic` VALUES (193, 'GEOMCOLLFROMTEXT', 3, '   GeomCollFromText(wkt[,srid])\n   GeometryCollectionFromText(wkt[,srid])\nConstructs a GEOMETRYCOLLECTION value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (194, 'WKT DEFINITION', 3, 'The Well-Known Text (WKT) representation of Geometry is designed to\nexchange geometry data in ASCII form.\n', '', '');
INSERT INTO `help_topic` VALUES (195, 'CURRENT_TIME', 14, '   CURRENT_TIME\n   CURRENT_TIME()\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for\nCURTIME().\n', '', '');
INSERT INTO `help_topic` VALUES (196, 'LAST_INSERT_ID', 25, '   LAST_INSERT_ID()\n   LAST_INSERT_ID(expr)\nReturns the last automatically generated value that was inserted into\nan AUTO_INCREMENT column.\n', 'mysql> SELECT LAST_INSERT_ID();\n        -> 195', '');
INSERT INTO `help_topic` VALUES (197, 'LAST_DAY', 14, '   LAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for the\nlast day of the month.  Returns NULL if the argument is invalid.\n', 'mysql> SELECT LAST_DAY(''2003-02-05'');\n        -> ''2003-02-28''\nmysql> SELECT LAST_DAY(''2004-02-05'');\n        -> ''2004-02-29''\nmysql> SELECT LAST_DAY(''2004-01-01 01:01:01'');\n        -> ''2004-01-31''\nmysql> SELECT LAST_DAY(''2003-03-32'');\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (198, 'MEDIUMINT', 1, '   MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-size integer. The signed range is -8388608 to\n8388607. The unsigned range is 0 to 16777215.\n', '', '');
INSERT INTO `help_topic` VALUES (199, 'FLOOR', 4, '   FLOOR(X)\nReturns the largest integer value not greater than X.\n', 'mysql> SELECT FLOOR(1.23);\n        -> 1\nmysql> SELECT FLOOR(-1.23);\n        -> -2', '');
INSERT INTO `help_topic` VALUES (200, 'RTRIM', 23, '   RTRIM(str)\nReturns the string str with trailing space characters removed.\n', 'mysql> SELECT RTRIM(''barbar   '');\n        -> ''barbar''', '');
INSERT INTO `help_topic` VALUES (201, 'DEGREES', 4, '   DEGREES(X)\nReturns the argument X, converted from radians to degrees.\n', 'mysql> SELECT DEGREES(PI());\n        -> 180.000000', '');
INSERT INTO `help_topic` VALUES (202, 'EXPLAIN', 6, 'The EXPLAIN statement can be used either as a synonym for\nDESCRIBE or as a way to obtain information about how MySQL executes\na SELECT statement:\n\n --- The EXPLAIN tbl_name syntax is synonymous with DESCRIBE tbl_name\nor\nSHOW COLUMNS FROM tbl_name.\n --- When you precede a SELECT statement with the keyword EXPLAIN,\nMySQL explains how it would process the SELECT, providing\ninformation about how tables are joined and in which order.\n', 'EXPLAIN tbl_name', '');
INSERT INTO `help_topic` VALUES (203, 'VARCHAR', 1, '   [NATIONAL] VARCHAR(M) [BINARY]\n\nA variable-length string.  M represents the maximum column length.\nThe range of M is 1 to 255 before MySQL 4.0.2, 0 to 255 as of MySQL\n4.0.2, and 0 to 65,535 as of MySQL 5.0.3. (The maximum actual length of a\nVARCHAR in MySQL 5.0 is determined by the maximum row size and the\ncharacter set you use. The maximum effective length is 65,532 bytes.)\n\nNote: Before 5.0.3, trailing spaces were removed when\nVARCHAR values were stored, which differs from the standard SQL\nspecification.\n\nFrom MySQL 4.1.0 to 5.0.2, a VARCHAR column with a length\nspecification greater than 255 is converted to the smallest TEXT\ntype that can hold values of the given length.  For example,\nVARCHAR(500) is converted to TEXT, and\nVARCHAR(200000) is converted to MEDIUMTEXT.  This is a\ncompatibility feature.  However, this conversion affects trailing-space\nremoval.\n\nVARCHAR is shorthand for CHARACTER VARYING.\n\nAs of MySQL 4.1.2, the BINARY attribute is shorthand for specifying\nthe binary collation of the column character set.  Sorting and comparison is\nbased on numeric character values.  Before 4.1.2, BINARY attribute\ncauses the column to be treated as a binary string.  Sorting and comparison\nis based on numeric byte values.\n\nStarting from MySQL 5.0.3, VARCHAR is stored with a one-byte or\ntwo-byte length prefix + data.  The length prefix is two bytes if the\nVARCHAR column is declared with a length greater than 255.\n', '', '');
INSERT INTO `help_topic` VALUES (204, 'UNHEX', 23, '   UNHEX(str)\n\nDoes the opposite of HEX(str). That is, it interprets each pair of\nhexadecimal digits in the argument as a number and converts it to the\ncharacter represented by the number. The resulting characters are returned as\na binary string.\n', 'mysql> SELECT UNHEX(''4D7953514C'');\n        -> ''MySQL''\nmysql> SELECT 0x4D7953514C;\n        -> ''MySQL''\nmysql> SELECT UNHEX(HEX(''string''));\n        -> ''string''\nmysql> SELECT HEX(UNHEX(''1267''));\n        -> ''1267''', '');
INSERT INTO `help_topic` VALUES (205, '- UNARY', 4, '   -\nUnary minus. Changes the sign of the argument.\n', 'mysql> SELECT - 2;\n        -> -2', '');
INSERT INTO `help_topic` VALUES (206, 'COS', 4, '   COS(X)\nReturns the cosine of X, where X is given in radians.\n', 'mysql> SELECT COS(PI());\n        -> -1.000000', '');
INSERT INTO `help_topic` VALUES (207, 'DATE FUNCTION', 14, '   DATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n', 'mysql> SELECT DATE(''2003-12-31 01:02:03'');\n        -> ''2003-12-31''', '');
INSERT INTO `help_topic` VALUES (208, 'RESET MASTER', 6, 'RESET MASTER\n\nDeletes all binary logs listed in the index file,\nresets the binary log index file to be empty, and creates a new binary log\nfile.\n\nThis statement was named FLUSH MASTER before MySQL 3.23.26.\n', '', '');
INSERT INTO `help_topic` VALUES (209, 'TAN', 4, '   TAN(X)\nReturns the tangent of X, where X is given in radians.\n', 'mysql> SELECT TAN(PI()+1);\n        -> 1.557408', '');
INSERT INTO `help_topic` VALUES (210, 'PI', 4, '   PI()\nReturns the value of PI. The default number of decimals displayed is five, but\nMySQL internally uses the full double-precision value for PI.\n', 'mysql> SELECT PI();\n        -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n        -> 3.141592653589793116', '');
INSERT INTO `help_topic` VALUES (211, 'WEEKOFYEAR', 14, '   WEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the\nrange from 1 to 53. It is a compatibility function\nthat is equivalent to WEEK(date,3).\n', 'mysql> SELECT WEEKOFYEAR(''1998-02-20'');\n        -> 8', '');
INSERT INTO `help_topic` VALUES (212, '/', 4, '   /\nDivision:\n', 'mysql> SELECT 3/5;\n        -> 0.60', '');
INSERT INTO `help_topic` VALUES (213, 'STDDEV_SAMP', 12, '   STDDEV_SAMP(expr)\nReturns the sample standard deviation of expr (the square root of\nVAR_SAMP().  This function was added in MySQL 5.0.3.\n', '', '');
INSERT INTO `help_topic` VALUES (214, 'MLINEFROMWKB', 13, '   MLineFromWKB(wkb[,srid])\n   MultiLineStringFromWKB(wkb[,srid])\nConstructs a MULTILINESTRING value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (215, 'UNCOMPRESSED_LENGTH', 23, '   UNCOMPRESSED_LENGTH(compressed_string)\nReturns the length of a compressed string before compression.\n', 'mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(''a'',30)));\n        -> 30', '');
INSERT INTO `help_topic` VALUES (216, 'LOG2', 4, '   LOG2(X)\nReturns the base-2 logarithm of X.\n', 'mysql> SELECT LOG2(65536);\n        -> 16.000000\nmysql> SELECT LOG2(-100);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (217, 'SUBTIME', 14, '   SUBTIME(expr,expr2)\n\n\nSUBTIME() subtracts expr2 from expr and returns the result.\nexpr is a time or datetime expression, and expr2 is a time\nexpression.\n', 'mysql> SELECT SUBTIME(''1997-12-31 23:59:59.999999'',\n    ->                ''1 1:1:1.000002'');\n        -> ''1997-12-30 22:58:58.999997''\nmysql> SELECT SUBTIME(''01:00:00.999999'', ''02:00:00.999998'');\n        -> ''-00:59:59.999999''', '');
INSERT INTO `help_topic` VALUES (218, 'DROP TABLE', 28, 'DROP TABLE removes one or more tables. You must have the DROP\nprivilege for each table. All table data and the table\ndefinition are /removed/, so /be careful/ with this statement!\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS\nto prevent an error from occurring for tables that don''t exist.  As of\nMySQL 4.1, a NOTE is generated for each non-existent table when\nusing IF EXISTS.\nSee also : [SHOW WARNINGS,  , SHOW WARNINGS].\n\nRESTRICT and CASCADE are allowed to make porting easier.\nFor the moment, they do nothing.\n\nNote: DROP TABLE automatically commits the current\nactive transaction, unless you are using MySQL 4.1 or higher and the\nTEMPORARY keyword.\n', 'DROP [TEMPORARY] TABLE [IF EXISTS]\n    tbl_name [, tbl_name] ...\n    [RESTRICT | CASCADE]', '');
INSERT INTO `help_topic` VALUES (219, 'DUAL', 22, 'SELECT ... FROM DUAL is an alias for SELECT ....\n(To be compatible with some other databases).\n', '', '');
INSERT INTO `help_topic` VALUES (220, 'INSTR', 23, '   INSTR(str,substr)\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of\nLOCATE(), except that the arguments are swapped.\n', 'mysql> SELECT INSTR(''foobarbar'', ''bar'');\n        -> 4\nmysql> SELECT INSTR(''xbar'', ''foobar'');\n        -> 0', '');
INSERT INTO `help_topic` VALUES (221, 'NOW', 14, '   NOW()\n\nReturns the current date and time as a value in ''YYYY-MM-DD HH:MM:SS''\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n', 'mysql> SELECT NOW();\n        -> ''1997-12-15 23:50:26''\nmysql> SELECT NOW() + 0;\n        -> 19971215235026', '');
INSERT INTO `help_topic` VALUES (222, '>=', 26, '   >=\nGreater than or equal:\n', 'mysql> SELECT 2 >= 2;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (223, 'EXP', 4, '   EXP(X)\nReturns the value of e (the base of natural logarithms) raised to\nthe power of X.\n', 'mysql> SELECT EXP(2);\n        -> 7.389056\nmysql> SELECT EXP(-2);\n        -> 0.135335', '');
INSERT INTO `help_topic` VALUES (224, 'SHA', 17, '   SHA1(str)\n   SHA(str)\nCalculates an SHA1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a string of 40 hex\ndigits, or NULL if the argument was NULL.\nOne of the possible uses for this function is as a hash key. You can\nalso use it as a cryptographically safe function for storing passwords.\n', 'mysql> SELECT SHA1(''abc'');\n        -> ''a9993e364706816aba3e25717850c26c9cd0d89d''', '');
INSERT INTO `help_topic` VALUES (225, 'LONGBLOB', 1, '   LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or\n4GB (2^32 - 1) bytes.  Up to MySQL\n3.23, the client/server protocol and MyISAM tables had a limit\nof 16MB per communication packet / table row. From MySQL 4.0, the maximum\nallowed length of LONGBLOB columns depends on the\nconfigured maximum packet size in the client/server protocol and available\nmemory.\n', '', '');
INSERT INTO `help_topic` VALUES (226, 'POINTN', 18, '   PointN(ls,n)\nReturns the n-th point in the Linestring value ls.\nPoint numbers begin at 1.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(PointN(GeomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2)                          |\n+-------------------------------------+', '');
INSERT INTO `help_topic` VALUES (227, 'SUM', 12, '   SUM([DISTINCT] expr)\nReturns the sum of expr.  If the return set has no rows,\nSUM() returns NULL.\nThe DISTINCT keyword can be used as of MySQL 5.0.0 to sum only the\ndistinct values of expr.\n', '', '');
INSERT INTO `help_topic` VALUES (228, 'OCT', 23, '   OCT(N)\nReturns a string representation of the octal value of N, where\nN is a longlong (BIGINT)number.  This is equivalent to\nCONV(N,10,8).\nReturns NULL if N is NULL.\n', 'mysql> SELECT OCT(12);\n        -> ''14''', '');
INSERT INTO `help_topic` VALUES (229, 'SYSDATE', 14, '   SYSDATE()\n\nSYSDATE() is a synonym for NOW().\n', '', '');
INSERT INTO `help_topic` VALUES (230, 'ASBINARY', 13, '   AsBinary(g)\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n', 'SELECT AsBinary(g) FROM geom;', '');
INSERT INTO `help_topic` VALUES (231, 'MAKEDATE', 14, '   MAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values.\ndayofyear must be greater than 0 or the result is NULL.\n', 'mysql> SELECT MAKEDATE(2001,31), MAKEDATE(2001,32);\n        -> ''2001-01-31'', ''2001-02-01''\nmysql> SELECT MAKEDATE(2001,365), MAKEDATE(2004,365);\n        -> ''2001-12-31'', ''2004-12-30''\nmysql> SELECT MAKEDATE(2001,0);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (232, 'BINARY OPERATOR', 23, '   BINARY\nThe BINARY operator casts the string following it to a binary string.\nThis is an easy way to force a column comparison to be done byte by byte\nrather than character by character. This causes the comparison to be\ncase sensitive even\nif the column isn''t defined as BINARY or BLOB.\nBINARY also causes trailing spaces to be significant.\n', 'mysql> SELECT ''a'' = ''A'';\n        -> 1\nmysql> SELECT BINARY ''a'' = ''A'';\n        -> 0\nmysql> SELECT ''a'' = ''a '';\n        -> 1\nmysql> SELECT BINARY ''a'' = ''a '';\n        -> 0', '');
INSERT INTO `help_topic` VALUES (233, 'MBROVERLAPS', 8, '   MBROverlaps(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap.\n', '', '');
INSERT INTO `help_topic` VALUES (234, 'SOUNDEX', 23, '   SOUNDEX(str)\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get\na standard soundex string.  All non-alphabetic characters are ignored in the\ngiven string. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n', 'mysql> SELECT SOUNDEX(''Hello'');\n        -> ''H400''\nmysql> SELECT SOUNDEX(''Quadratically'');\n        -> ''Q36324''', '');
INSERT INTO `help_topic` VALUES (235, 'SHOW MASTER LOGS', 6, 'SHOW MASTER LOGS\nSHOW BINARY LOGS\n\nLists the binary log files on the server. This statement is used as part of\nthe procedure described in [PURGE MASTER LOGS,  , PURGE MASTER LOGS]\nfor determining which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name      | File_size |\n+---------------+-----------+\n| binlog.000015 |    724935 |\n| binlog.000016 |    733481 |\n+---------------+-----------+\n', '', '');
INSERT INTO `help_topic` VALUES (236, 'MBRTOUCHES', 8, '   MBRTouches(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch.\n', '', '');
INSERT INTO `help_topic` VALUES (237, 'INSERT SELECT', 6, 'INSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n    [INTO] tbl_name [(col_name,...)]\n    SELECT ...\n    [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows\ninto a table from one or many tables.\n', 'INSERT INTO tbl_temp2 (fld_id)\n    SELECT tbl_temp1.fld_order_id\n    FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;', '');
INSERT INTO `help_topic` VALUES (238, 'VARBINARY', 1, '   VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores\nbinary byte strings rather than non-binary character strings.\n\nThis type was added in MySQL 4.1.2.\n', '', '');
INSERT INTO `help_topic` VALUES (239, 'LOAD INDEX', 6, 'The LOAD INDEX INTO CACHE statement preloads a table index into the\nkey cache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise.  LOAD INDEX INTO\nCACHE is used only for MyISAM tables.\n\nThe IGNORE LEAVES modifier causes only blocks for the non-leaf\nnodes of the index to be preloaded.\n', 'LOAD INDEX INTO CACHE\n  tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n  tbl_name\n    [[INDEX|KEY] (index_name[, index_name] ...)]\n    [IGNORE LEAVES]', '');
INSERT INTO `help_topic` VALUES (240, 'UNION', 6, 'UNION is used to combine the result from many SELECT\nstatements into one result set.  UNION is available from MySQL 4.0.0\non.\n\nSelected columns listed in corresponding positions of each SELECT\nstatement should have the same type. (For example, the first column selected\nby the first statement should have the same type as the first column selected\nby the other statements.) The column names used in\nthe first SELECT statement are used as the column names for the\nresults returned.\n', 'SELECT ...\nUNION [ALL | DISTINCT]\nSELECT ...\n  [UNION [ALL | DISTINCT]\n   SELECT ...]', '');
INSERT INTO `help_topic` VALUES (241, 'TO_DAYS', 14, '   TO_DAYS(date)\nGiven a date date, returns a daynumber (the number of days since year\n0).\n', 'mysql> SELECT TO_DAYS(950501);\n        -> 728779\nmysql> SELECT TO_DAYS(''1997-10-07'');\n        -> 729669', '');
INSERT INTO `help_topic` VALUES (242, 'NOT REGEXP', 23, '   expr NOT REGEXP pat\n   expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n', '', '');
INSERT INTO `help_topic` VALUES (243, 'NOT IN', 26, '   expr NOT IN (value,...)\nThis is the same as NOT (expr IN (value,...)).\n', '', '');
INSERT INTO `help_topic` VALUES (244, '!', 20, '   NOT\n   !\nLogical NOT.\nEvaluates to 1 if the operand is 0,\nto 0 if the operand is non-zero,\nand NOT NULL returns NULL.\n', 'mysql> SELECT NOT 10;\n        -> 0\nmysql> SELECT NOT 0;\n        -> 1\nmysql> SELECT NOT NULL;\n        -> NULL\nmysql> SELECT ! (1+1);\n        -> 0\nmysql> SELECT ! 1+1;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (245, 'TEXT TYPE', 1, '   TEXT[(M)]\n\nA TEXT column with a maximum length of 65,535\n(2^16 - 1) characters.\n\nBeginning with MySQL 4.1, an optional length M can be given.\nMySQL will create the column as the smallest TEXT type largest\nenough to hold values M characters long.\n', '', '');
INSERT INTO `help_topic` VALUES (246, 'DOUBLE', 1, '   DOUBLE[(M,B)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Allowable values are\n-1.7976931348623157E+308 to -2.2250738585072014E-308,\n0, and 2.2250738585072014E-308 to 1.7976931348623157E+308.\nIf UNSIGNED is specified, negative values are disallowed. M is the\ndisplay width and B is the number of bits of precision. DOUBLE\nwithout arguments or FLOAT(p) (where p is in the range from\n25 to 53) stands for a double-precision floating-point number. A\nsingle-precision floating-point number is accurate to approximately 7 decimal\nplaces; a double-precision floating-point number is accurate to approximately 15\ndecimal places.\n\n   DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL]\n   REAL[(M,D)] [UNSIGNED] [ZEROFILL]\n\nThese are synonyms for DOUBLE.\nException: If the server SQL mode includes the REAL_AS_FLOAT option,\nREAL is a synonym for FLOAT rather than DOUBLE.\n', '', '');
INSERT INTO `help_topic` VALUES (247, 'TIME', 1, '   TIME\n\nA time.  The range is ''-838:59:59'' to ''838:59:59''.\nMySQL displays TIME values in ''HH:MM:SS'' format, but\nallows you to assign values to TIME columns using either strings or\nnumbers.\n', '', '');
INSERT INTO `help_topic` VALUES (248, '&&', 20, '   AND\n   &&\nLogical AND.\nEvaluates to 1 if all operands are non-zero and not NULL,\nto 0 if one or more operands are 0,\notherwise NULL is returned.\n', 'mysql> SELECT 1 && 1;\n        -> 1\nmysql> SELECT 1 && 0;\n        -> 0\nmysql> SELECT 1 && NULL;\n        -> NULL\nmysql> SELECT 0 && NULL;\n        -> 0\nmysql> SELECT NULL && 0;\n        -> 0', '');
INSERT INTO `help_topic` VALUES (249, 'X', 16, '   X(p)\nReturns the X-coordinate value for the point p as a double-precision\nnumber.\n', 'mysql> SELECT X(GeomFromText(''Point(56.7 53.34)''));\n+--------------------------------------+\n| X(GeomFromText(''Point(56.7 53.34)'')) |\n+--------------------------------------+\n|                                 56.7 |\n+--------------------------------------+', '');
INSERT INTO `help_topic` VALUES (250, 'FOUND_ROWS', 25, '\nA SELECT statement may include a LIMIT clause to restrict the\nnumber of rows the server returns to the client.\nIn some cases, it is desirable to know how many rows the statement would have\nreturned without the LIMIT, but without running the statement again.\nTo get this row count, include a SQL_CALC_FOUND_ROWS option in the\nSELECT statement, then invoke FOUND_ROWS() afterward:\n', 'mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n    -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();', '');
INSERT INTO `help_topic` VALUES (251, 'SYSTEM_USER', 25, '   SYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n', '', '');
INSERT INTO `help_topic` VALUES (252, 'CROSSES', 11, '   Crosses(g1,g2)\nReturns 1 if g1 spatially crosses g2.\nReturns NULL if g1 is a Polygon or a MultiPolygon,\nor if g2 is a Point or a MultiPoint.\nOtherwise, returns 0.\n\nThe term /spatially crosses/ denotes a spatial relation between two given\ngeometries that has the following properties:\n\n\n --- The two geometries intersect\n\n --- Their intersection results in a geometry that has\na dimension that is one less than the maximum dimension of the two given\ngeometries\n\n --- Their intersection is not equal to either of the two given geometries\n', '', '');
INSERT INTO `help_topic` VALUES (253, 'TRUNCATE TABLE', 6, 'TRUNCATE TABLE empties a table completely.\nLogically, this is equivalent to a DELETE statement that deletes all\nrows, but there are practical differences under some circumstances.\n\nFor InnoDB before version 5.0.3, TRUNCATE TABLE is\nmapped to DELETE, so there is no difference.  Starting with\nMySQL/InnoDB-5.0.3, fast TRUNCATE TABLE is available.  The\noperation is still mapped to DELETE if there are foreign\nkey constraints that reference the table.\n\nFor other storage engines, TRUNCATE TABLE differs from\nDELETE FROM in the following ways from MySQL 4.0 and up:\n\n --- Truncate operations drop and re-create the table, which is much faster\nthan deleting rows one by one.\n --- Truncate operations are not transaction-safe; you get an error if\nyou have an active transaction or an active table lock.\n --- The number of deleted rows is not returned.\n --- As long as the table definition file *tbl_name.frm is\nvalid, the table can be re-created as an empty table with TRUNCATE\nTABLE, even if the data or index files have become corrupted.\n --- The table handler does not remember the last used AUTO_INCREMENT\nvalue, but starts counting from the beginning.  This is true even for\nMyISAM and InnoDB, which normally does not reuse sequence values.\n\nIn MySQL 3.23, TRUNCATE TABLE is mapped to\nCOMMIT; DELETE FROM tbl_name, so it behaves like DELETE.\nSee also : [DELETE,  , DELETE].\n\nTRUNCATE TABLE is an Oracle SQL extension.\nThis statement was added in MySQL 3.23.28, although from 3.23.28\nto 3.23.32, the keyword TABLE must be omitted.\n', 'TRUNCATE TABLE tbl_name', '');
INSERT INTO `help_topic` VALUES (254, 'CURRENT_DATE', 14, '   CURRENT_DATE\n   CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for\nCURDATE().\n', '', '');
INSERT INTO `help_topic` VALUES (255, 'BIT_XOR', 12, '   BIT_XOR(expr)\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n', '', '');
INSERT INTO `help_topic` VALUES (256, 'AREA', 0, '   Area(poly)\nReturns as a double-precision number the area of the Polygon value\npoly, as measured in its spatial reference system.\n', 'mysql> SET @poly = ''Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))'';\nmysql> SELECT Area(GeomFromText(@poly));\n+---------------------------+\n| Area(GeomFromText(@poly)) |\n+---------------------------+\n|                         4 |\n+---------------------------+', '');
INSERT INTO `help_topic` VALUES (257, 'START SLAVE', 7, 'START SLAVE [thread_type [, thread_type] ... ]\nSTART SLAVE [SQL_THREAD] UNTIL\n    MASTER_LOG_FILE = ''log_name'', MASTER_LOG_POS = log_pos\nSTART SLAVE [SQL_THREAD] UNTIL\n    RELAY_LOG_FILE = ''log_name'', RELAY_LOG_POS = log_pos\n\nthread_type: IO_THREAD | SQL_THREAD\n\nSTART SLAVE with no options starts both of the slave threads.\nThe I/O thread reads queries from the master server and stores them in the\nrelay log.  The SQL thread reads the relay log and executes the\nqueries.\nSTART SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it\nreturns without any error. However, even in that case, it might be that the slave\nthreads start and then later stop (for example, because they don''t manage to\nconnect to the master or read its binary logs, or some other\nproblem). START SLAVE does not warn you about this. You must\ncheck your slave''s error log for error messages generated by\nthe slave threads, or check that they are running fine with SHOW\nSLAVE STATUS.\n', '', '');
INSERT INTO `help_topic` VALUES (258, 'FLUSH', 6, 'You should use the FLUSH statement if you want to clear some of the\ninternal caches MySQL uses.  To execute FLUSH, you must have\nthe RELOAD privilege.\n', 'FLUSH [LOCAL | NO_WRITE_TO_BINLOG] flush_option [, flush_option] ...', '');
INSERT INTO `help_topic` VALUES (259, 'DESCRIBE', 7, '{DESCRIBE | DESC} tbl_name [col_name | wild]\n\nDESCRIBE provides information about the columns in a table.  It is a\nshortcut for SHOW COLUMNS FROM. As of MySQL 5.0.1, these statements\nalso display information for views.\n', '', '');
INSERT INTO `help_topic` VALUES (260, 'STDDEV_POP', 12, '   STDDEV_POP(expr)\nReturns the population standard deviation of expr (the square root of\nVAR_POP()).  This function was added in MySQL 5.0.3.  Before 5.0.3,\nyou can use STD() or STDDEV(), which are equivalent but not\nstandard SQL.\n', '', '');
INSERT INTO `help_topic` VALUES (261, 'SUBSTRING', 23, '   SUBSTRING(str,pos)\n   SUBSTRING(str FROM pos)\n   SUBSTRING(str,pos,len)\n   SUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument\nreturn a substring from string str starting at position pos.\nThe forms with a len argument\nreturn a substring len characters long from string str,\nstarting at position pos.\nThe forms that use FROM are standard SQL syntax.\n', 'mysql> SELECT SUBSTRING(''Quadratically'',5);\n        -> ''ratically''\nmysql> SELECT SUBSTRING(''foobarbar'' FROM 4);\n        -> ''barbar''\nmysql> SELECT SUBSTRING(''Quadratically'',5,6);\n        -> ''ratica''', '');
INSERT INTO `help_topic` VALUES (262, 'ISEMPTY', 19, '   IsEmpty(g)\nReturns 1 if the geometry value g is the empty geometry, 0 if it is not\nempty, and -1 if the argument is NULL.\nIf the geometry is empty, it represents the empty point set.\n', '', '');
INSERT INTO `help_topic` VALUES (263, 'LTRIM', 23, '   LTRIM(str)\nReturns the string str with leading space characters removed.\n', 'mysql> SELECT LTRIM(''  barbar'');\n        -> ''barbar''', '');
INSERT INTO `help_topic` VALUES (264, 'REPAIR', 7, 'REPAIR TABLE repairs a possibly corrupted table.\nBy default,\nit has the same effect as myisamchk --recover tbl_name.\nREPAIR TABLE works only on MyISAM tables.\n', 'REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE\n    tbl_name [, tbl_name] ... [QUICK] [EXTENDED] [USE_FRM]', '');
INSERT INTO `help_topic` VALUES (265, 'INTERSECTS', 11, '   Intersects(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially intersects\ng2.\n', '', '');
INSERT INTO `help_topic` VALUES (266, 'MBRDISJOINT', 8, '   MBRDisjoint(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n', '', '');
INSERT INTO `help_topic` VALUES (267, 'SUBSTRING_INDEX', 23, '   SUBSTRING_INDEX(str,delim,count)\nReturns the substring from string str before count\noccurrences of the delimiter delim.\nIf count is positive, everything to the left of the final delimiter\n(counting from the left) is returned.\nIf count is negative, everything to the right of the final delimiter\n(counting from the right) is returned.\n', 'mysql> SELECT SUBSTRING_INDEX(''www.mysql.com'', ''.'', 2);\n        -> ''www.mysql''\nmysql> SELECT SUBSTRING_INDEX(''www.mysql.com'', ''.'', -2);\n        -> ''mysql.com''', '');
INSERT INTO `help_topic` VALUES (268, 'ENCODE', 17, '   ENCODE(str,pass_str)\nEncrypt str using pass_str as the password.\nTo decrypt the result, use DECODE().\n\nThe result is a binary string of the same length as str.\nIf you want to save it in a column, use a BLOB column type.\n', '', '');
INSERT INTO `help_topic` VALUES (269, 'TRUNCATE', 4, '   TRUNCATE(X,D)\nReturns the number X, truncated to D decimals.  If D\nis 0, the result has no decimal point or fractional part.\nD can be negative to truncate (make zero) D digits left of the\ndecimal point of the value X.\n', 'mysql> SELECT TRUNCATE(1.223,1);\n        -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n        -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n        -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n        -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n       -> 100', '');
INSERT INTO `help_topic` VALUES (270, 'TIMESTAMPADD', 14, '   TIMESTAMPADD(interval,int_expr,datetime_expr)\n\nAdds the integer expression int_expr to the date or datetime expression\ndatetime_expr. The unit for int_expr is given by the\ninterval argument, which should be one of the following values:\nFRAC_SECOND,\nSECOND,\nMINUTE,\nHOUR,\nDAY,\nWEEK,\nMONTH,\nQUARTER,\nor\nYEAR.\n\nThe interval value may be specified using one of keywords as shown,\nor with a prefix of SQL_TSI_. For example, DAY or\nSQL_TSI_DAY both are legal.\n', '', '');
INSERT INTO `help_topic` VALUES (271, 'SHOW', 6, '\nSHOW has many forms that provide information about databases,\ntables, columns, or status information about the server.\nThis section describes those following:\n\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE ''pattern'']\nSHOW CREATE DATABASE db_name\nSHOW CREATE TABLE tbl_name\nSHOW DATABASES [LIKE ''pattern'']\nSHOW ENGINE engine_name {LOGS | STATUS }\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW [BDB] LOGS\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW [GLOBAL | SESSION] STATUS [LIKE ''pattern'']\nSHOW TABLE STATUS [FROM db_name] [LIKE ''pattern'']\nSHOW [OPEN] TABLES [FROM db_name] [LIKE ''pattern'']\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE ''pattern'']\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\n\nThe SHOW statement also has forms that provide information about\nreplication master and slave servers and are described in [Replication\nSQL]:\n\nSHOW BINLOG EVENTS\nSHOW MASTER LOGS\nSHOW MASTER STATUS\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS\n\nIf the syntax for a given SHOW statement includes a LIKE\n''pattern'' part, ''pattern'' is a string that can contain the SQL ''%''\nand ''_'' wildcard characters.\nThe pattern is useful for restricting statement output to matching values.\n', '', '');
INSERT INTO `help_topic` VALUES (272, 'GREATEST', 26, '   GREATEST(value1,value2,...)\nWith two or more arguments, returns the largest (maximum-valued) argument.\nThe arguments are compared using the same rules as for LEAST().\n', 'mysql> SELECT GREATEST(2,0);\n        -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n        -> 767.0\nmysql> SELECT GREATEST(''B'',''A'',''C'');\n        -> ''C''', '');
INSERT INTO `help_topic` VALUES (273, 'OCTETLENGTH', 23, '   OCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n', '', '');
INSERT INTO `help_topic` VALUES (274, 'SECOND', 14, '   SECOND(time)\nReturns the second for time, in the range 0 to 59.\n', 'mysql> SELECT SECOND(''10:05:03'');\n        -> 3', '');
INSERT INTO `help_topic` VALUES (275, 'BIT_AND', 12, '   BIT_AND(expr)\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n', 'mysql> SELECT order.custid, customer.name, MAX(payments)\n    ->        FROM order,customer\n    ->        WHERE order.custid = customer.custid\n    ->        GROUP BY order.custid;', '');
INSERT INTO `help_topic` VALUES (276, 'ATAN2', 4, '   ATAN(Y,X)\n   ATAN2(Y,X)\nReturns the arc tangent of the two variables X and Y. It is\nsimilar to calculating the arc tangent of Y / X, except that the\nsigns of both arguments are used to determine the quadrant of the\nresult.\n', 'mysql> SELECT ATAN(-2,2);\n        -> -0.785398\nmysql> SELECT ATAN2(PI(),0);\n        -> 1.570796', '');
INSERT INTO `help_topic` VALUES (277, 'MBRCONTAINS', 8, '   MBRContains(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangle of\ng1 contains the Minimum Bounding Rectangle of g2.\n', 'mysql> SET @g1 = GeomFromText(''Polygon((0 0,0 3,3 3,3 0,0 0))'');\nmysql> SET @g2 = GeomFromText(''Point(1 1)'');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRContains(@g2,@g1) |\n+----------------------+----------------------+\n|                    1 |                    0 |\n+----------------------+----------------------+', '');
INSERT INTO `help_topic` VALUES (278, 'HOUR', 14, '   HOUR(time)\nReturns the hour for time. The range of the return value is\n0 to 23 for time-of-day values.\n', 'mysql> SELECT HOUR(''10:05:03'');\n        -> 10', '');
INSERT INTO `help_topic` VALUES (279, 'TYPE SET', 1, '   SET(''value1'',''value2'',...)\n\nA set.  A string object that can have zero or more values, each of which must\nbe chosen from the list of values ''value1'', ''value2'',\n... A SET column can have a maximum of 64 members.\nSET values are represented internally as integers.\n  \n', '', '');
INSERT INTO `help_topic` VALUES (280, 'SELECT', 6, 'SELECT is used to retrieve rows selected from one or more tables.\nSupport for UNION statements and subqueries is available as of MySQL\n4.0 and 4.1, respectively.\nSee [UNION,  , UNION] and [Subqueries].\n\n --- Each select_expr indicates a column you want to retrieve.\n\n --- table_references indicates the table or tables from which to retrieve rows.\nIts syntax is described in [JOIN,  , JOIN].\n\n --- where_definition consists of the keyword WHERE followed by\nan expression that indicates the condition or conditions that rows\nmust satisfy to be selected.\n\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n', 'SELECT\n    [ALL | DISTINCT | DISTINCTROW ]\n      [HIGH_PRIORITY]\n      [STRAIGHT_JOIN]\n      [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n      [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n    select_expr, ...\n    [INTO OUTFILE ''file_name'' export_options\n      | INTO DUMPFILE ''file_name'']\n    [FROM table_references\n      [WHERE where_definition]\n      [GROUP BY {col_name | expr | position}\n        [ASC | DESC], ... [WITH ROLLUP]]\n      [HAVING where_definition]\n      [ORDER BY {col_name | expr | position}\n        [ASC | DESC] , ...]\n      [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n      [PROCEDURE procedure_name(argument_list)]\n      [FOR UPDATE | LOCK IN SHARE MODE]]', '');
INSERT INTO `help_topic` VALUES (281, 'COT', 4, '   COT(X)\nReturns the cotangent of X.\n', 'mysql> SELECT COT(12);\n        -> -1.57267341\nmysql> SELECT COT(0);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (282, 'BACKUP TABLE', 7, 'Note: This statement is deprecated. We are working on a better\nreplacement for it that will provide online backup capabilities.\nIn the meantime, the mysqlhotcopy script can be used instead.\n\nBACKUP TABLE copies to the backup directory the minimum number of\ntable files needed to restore the table, after flushing any buffered changes\nto disk. The statement works only for MyISAM tables.  It copies the\n*.frm definition  and *.MYD data files. The *.MYI\nindex file can be rebuilt from those two files.\nThe directory should be specified as a full pathname.\n', 'BACKUP TABLE tbl_name [, tbl_name] ... TO ''/path/to/backup/directory''', '');
INSERT INTO `help_topic` VALUES (283, 'LOAD_FILE', 23, '   LOAD_FILE(file_name)\nReads the file and returns the file contents as a string.  The file\nmust be located on the server, you must specify the full pathname to the\nfile, and you must have the FILE privilege.  The file must\nbe readable by all and be smaller than max_allowed_packet bytes.\n\nIf the file doesn''t exist or cannot be read because one of the preceding\nconditions is not satisfied, the function returns NULL.\n', 'mysql> UPDATE tbl_name\n           SET blob_column=LOAD_FILE(''/tmp/picture'')\n           WHERE id=1;', '');
INSERT INTO `help_topic` VALUES (284, 'POINTFROMTEXT', 3, '   PointFromText(wkt[,srid])\nConstructs a POINT value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (285, 'LOAD TABLE FROM MASTER', 6, 'LOAD TABLE tbl_name FROM MASTER\n\nTransfers a copy of the table from master to the slave. This statement is\nimplemented mainly for debugging of LOAD DATA FROM MASTER.\nIt requires that the account used for connecting to the master server has the\nRELOAD and SUPER privileges on the master and the\nSELECT privilege on the master table to load.\nOn the slave side, the user that issues LOAD TABLE FROM MASTER should\nhave privileges to drop and create the table.\n\nThe conditions for LOAD DATA FROM MASTER apply here, too. For\nexample, LOAD TABLE FROM MASTER works only for MyISAM tables.\nThe timeout notes for LOAD DATA FROM MASTER apply as well.\n', '', '');
INSERT INTO `help_topic` VALUES (286, 'GROUP_CONCAT', 12, '   GROUP_CONCAT(expr)\nThis function returns a string result with the concatenated non-NULL\nvalues from a group.  It returns NULL if there are no non-NULL\nvalues. The full syntax is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n             [ORDER BY {unsigned_integer | col_name | expr}\n                 [ASC | DESC] [,col_name ...]]\n             [SEPARATOR str_val])\n', 'mysql> SELECT student_name,\n    ->     GROUP_CONCAT(test_score)\n    ->     FROM student\n    ->     GROUP BY student_name;', '');
INSERT INTO `help_topic` VALUES (287, 'DATE_FORMAT', 14, '   DATE_FORMAT(date,format)\nFormats the date value according to the format string. The\nfollowing specifiers may be used in the format string:\n\n     Specifier 	 Description\n   %a 	 Abbreviated weekday name (Sun..Sat)\n   %b 	 Abbreviated month name (Jan..Dec)\n   %c 	 Month, numeric (0..12)\n   %D 	 Day of the month with English suffix (0th, 1st, 2nd, 3rd, ...)\n   %d 	 Day of the month, numeric (00..31)\n   %e 	 Day of the month, numeric (0..31)\n   %f 	 Microseconds (000000..999999)\n   %H 	 Hour (00..23)\n   %h 	 Hour (01..12)\n   %I 	 Hour (01..12)\n   %i 	 Minutes, numeric (00..59)\n   %j 	 Day of year (001..366)\n   %k 	 Hour (0..23)\n   %l 	 Hour (1..12)\n   %M 	 Month name (January..December)\n   %m 	 Month, numeric (00..12)\n   %p 	 AM or PM\n   %r 	 Time, 12-hour (hh:mm:ss followed by AM or PM)\n   %S 	 Seconds (00..59)\n   %s 	 Seconds (00..59)\n   %T 	 Time, 24-hour (hh:mm:ss)\n   %U 	 Week (00..53), where Sunday is the first day of the week\n   %u 	 Week (00..53), where Monday is the first day of the week\n   %V 	 Week (01..53), where Sunday is the first day of the week; used with %X\n   %v 	 Week (01..53), where Monday is the first day of the week; used with %x\n   %W 	 Weekday name (Sunday..Saturday)\n   %w 	 Day of the week (0=Sunday..6=Saturday)\n   %X 	 Year for the week where Sunday is the first day of the week, numeric, four digits; used with %V\n   %x 	 Year for the week, where Monday is the first day of the week, numeric, four digits; used with %v\n   %Y 	 Year, numeric, four digits\n   %y 	 Year, numeric, two digits\n   %% 	 A literal ''%''.\n  \n\nAll other characters are copied to the result without interpretation.\n\nThe %v, %V, %x, and %X format specifiers are\navailable as of MySQL 3.23.8.  %f is available as of MySQL 4.1.1.\n\nAs of MySQL 3.23, the ''%'' character is required before\nformat specifier characters.  In earlier versions of MySQL,\n''%'' was optional.\n\nThe reason the ranges for the month and day specifiers begin with zero\nis that MySQL allows incomplete dates such as ''2004-00-00'' to be\nstored as of MySQL 3.23.\n', 'mysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'', ''%W %M %Y'');\n        -> ''Saturday October 1997''\nmysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'', ''%H:%i:%s'');\n        -> ''22:23:00''\nmysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'',\n                          ''%D %y %a %d %m %b %j'');\n        -> ''4th 97 Sat 04 10 Oct 277''\nmysql> SELECT DATE_FORMAT(''1997-10-04 22:23:00'',\n                          ''%H %k %I %r %T %S %w'');\n        -> ''22 22 10 10:23:00 PM 22:23:00 00 6''\nmysql> SELECT DATE_FORMAT(''1999-01-01'', ''%X %V'');\n        -> ''1998 52''', '');
INSERT INTO `help_topic` VALUES (288, 'BENCHMARK', 25, '   BENCHMARK(count,expr)\nThe BENCHMARK() function executes the expression expr\nrepeatedly count times.  It may be used to time how fast MySQL\nprocesses the expression.  The result value is always 0.  The intended\nuse is from within the mysql client, which reports query execution times:\n', 'mysql> SELECT BENCHMARK(1000000,ENCODE(''hello'',''goodbye''));\n+----------------------------------------------+\n| BENCHMARK(1000000,ENCODE(''hello'',''goodbye'')) |\n+----------------------------------------------+\n|                                            0 |\n+----------------------------------------------+\n1 row in set (4.74 sec)', '');
INSERT INTO `help_topic` VALUES (289, 'YEAR', 14, '   YEAR(date)\nReturns the year for date, in the range 1000 to 9999.\n', 'mysql> SELECT YEAR(''98-02-03'');\n        -> 1998', '');
INSERT INTO `help_topic` VALUES (290, 'SHOW ENGINE', 6, 'SHOW ENGINE displays log or status information about storage engines.\nThe following statements currently are supported:\n\nSHOW ENGINE BDB LOGS\nSHOW ENGINE INNODB STATUS\n\nSHOW ENGINE BDB LOGS displays status information about existing\nBDB log files. It returns the following fields:\n\n\n   File\nThe full path to the log file.\n\n   Type\nThe log file type (BDB for Berkeley DB log files).\n\n   Status\nThe status of the log file (FREE if the file can be removed, or\nIN USE if the file is needed by the transaction subsystem)\n\n  \n\nSHOW ENGINE INNODB STATUS displays extensive information about the\nstate of the InnoDB storage engine.\n\nOlder (and now deprecated) synonyms for these statements are SHOW [BDB]\nLOGS and SHOW INNODB STATUS.\n\nSHOW ENGINE can be used as of MySQL 4.1.2.\n', 'SHOW ENGINE engine_name {LOGS | STATUS }', '');
INSERT INTO `help_topic` VALUES (291, 'RELEASE_LOCK', 21, '   RELEASE_LOCK(str)\nReleases the lock named by the string str that was obtained with\nGET_LOCK(). Returns 1 if the lock was released, 0 if the\nlock wasn''t locked by this thread (in which case the lock is not released),\nand NULL if the named lock didn''t exist.  The lock does not exist if\nit was never obtained by a call to GET_LOCK() or if it has previously\nbeen released.\n\nThe DO statement is convenient to use with RELEASE_LOCK().\nSee also : [DO,  , DO].\n', '', '');
INSERT INTO `help_topic` VALUES (292, 'IS NULL', 26, '   IS NULL\n   IS NOT NULL\nTests whether a value is or is not NULL.\n', 'mysql> SELECT 1 IS NULL, 0 IS NULL, NULL IS NULL;\n        -> 0, 0, 1\nmysql> SELECT 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;\n        -> 1, 1, 0', '');
INSERT INTO `help_topic` VALUES (293, 'CONVERT_TZ', 14, '   CONVERT_TZ(dt,from_tz,to_tz)\n\nCONVERT_TZ()\nconverts a datetime value dt from time zone given by from_tz\nto the time zone given by to_tz and returns the resulting value.\nTime zones may be specified as described in [Time zone support].\nThis function returns NULL if the arguments are invalid.\n', 'mysql> SELECT CONVERT_TZ(''2004-01-01 12:00:00'',''GMT'',''MET'');\n        -> ''2004-01-01 13:00:00''\nmysql> SELECT CONVERT_TZ(''2004-01-01 12:00:00'',''+00:00'',''-07:00'');\n        -> ''2004-01-01 05:00:00''', '');
INSERT INTO `help_topic` VALUES (294, 'TIME_TO_SEC', 14, '   TIME_TO_SEC(time)\nReturns the time argument, converted to seconds.\n', 'mysql> SELECT TIME_TO_SEC(''22:23:00'');\n        -> 80580\nmysql> SELECT TIME_TO_SEC(''00:39:38'');\n        -> 2378', '');
INSERT INTO `help_topic` VALUES (295, 'WEEKDAY', 14, '   WEEKDAY(date)\nReturns the weekday index for\ndate (0 = Monday, 1 = Tuesday, ... 6 = Sunday).\n', 'mysql> SELECT WEEKDAY(''1998-02-03 22:23:00'');\n        -> 1\nmysql> SELECT WEEKDAY(''1997-11-05'');\n        -> 2', '');
INSERT INTO `help_topic` VALUES (296, 'EXPORT_SET', 23, '   EXPORT_SET(bits,on,off[,separator[,number_of_bits]])\nReturns a string in which for every bit set in the value bits, you\nget an on string and for every reset bit you get an off\nstring.  Bits in bits are examined from right to left (from low-order\nto high-order bits). Strings are added to the result from left to right,\nseparated by the separator string (default '',''). The number of\nbits examined is given by number_of_bits (default 64).\n', 'mysql> SELECT EXPORT_SET(5,''Y'',''N'','','',4);\n        -> ''Y,N,Y,N''\nmysql> SELECT EXPORT_SET(6,''1'',''0'','','',10);\n        -> ''0,1,1,0,0,0,0,0,0,0''', '');
INSERT INTO `help_topic` VALUES (297, 'TIME FUNCTION', 14, '   TIME(expr)\n\nExtracts the time part of the time or datetime expression expr.\n', 'mysql> SELECT TIME(''2003-12-31 01:02:03'');\n        -> ''01:02:03''\nmysql> SELECT TIME(''2003-12-31 01:02:03.000123'');\n        -> ''01:02:03.000123''', '');
INSERT INTO `help_topic` VALUES (298, 'CAST', 23, 'The CAST() and CONVERT() functions can be used to take a\nvalue of one type and produce a value of another type.\n\nThe type can be one of the following values:\n\n --- BINARY\n --- CHAR\n --- DATE\n --- DATETIME\n --- SIGNED [INTEGER]\n --- TIME\n --- UNSIGNED [INTEGER]\n\nBINARY produces a binary string. See the entry for the BINARY\noperator in this section for a description of how this affects comparisons.\n\nCAST() and CONVERT() are available as of MySQL 4.0.2.\nThe CHAR conversion type is available as of 4.0.6.\nThe USING form of CONVERT() is available as of 4.1.0.\n\nCAST() and CONVERT(... USING ...) are standard SQL syntax.\nThe non-USING form of CONVERT() is ODBC syntax.\n\nCONVERT() with USING is used to convert data between different\ncharacter sets.  In MySQL, transcoding names are the same as the\ncorresponding character set names.  For example, this statement converts\nthe string ''abc'' in the server''s default character set to the\ncorresponding string in the utf8 character set:\n\nSELECT CONVERT(''abc'' USING utf8);\n\n  \n\nThe cast functions are useful when you want to create a column with\na specific type in a CREATE ... SELECT statement:\n', 'SELECT enum_col FROM tbl_name ORDER BY CAST(enum_col AS CHAR);', '');
INSERT INTO `help_topic` VALUES (299, 'SOUNDS LIKE', 23, '   expr1 SOUNDS LIKE expr2\n\nThis is the same as SOUNDEX(expr1) = SOUNDEX(expr2). It is\navailable only in MySQL 4.1 or later.\n', '', '');
INSERT INTO `help_topic` VALUES (300, 'PERIOD_DIFF', 14, '   PERIOD_DIFF(P1,P2)\nReturns the number of months between periods P1 and P2.\nP1 and P2 should be in the format YYMM or YYYYMM.\nNote that the period arguments P1 and P2 are /not/\ndate values.\n', 'mysql> SELECT PERIOD_DIFF(9802,199703);\n        -> 11', '');
INSERT INTO `help_topic` VALUES (301, 'LIKE', 23, '   expr LIKE pat [ESCAPE ''escape-char'']\nPattern matching using\nSQL simple regular expression comparison. Returns 1 (TRUE) or 0\n(FALSE).  If either expr or pat is NULL, the result is\nNULL.\n\nThe pattern need not be a literal string. For example, it can be specified\nas a string expression or table column.\n\nWith LIKE you can use the following two wildcard characters\nin the pattern:\n\n     Character 	 Description\n   % 	 Matches any number of characters, even zero characters\n   _ 	 Matches exactly one character\n  \n', 'mysql> SELECT ''David!'' LIKE ''David_'';\n        -> 1\nmysql> SELECT ''David!'' LIKE ''%D%v%'';\n        -> 1', '');
INSERT INTO `help_topic` VALUES (302, 'MULTIPOINT', 2, '   MultiPoint(pt1,pt2,...)\nConstructs a WKB MultiPoint value using WKB Point arguments.\nIf any argument is not a WKB Point, the return value is NULL.\n', '', '');
INSERT INTO `help_topic` VALUES (303, '>>', 27, '   >>\nShifts a longlong (BIGINT) number to the right.\n', 'mysql> SELECT 4 >> 2;\n        -> 1', '');
INSERT INTO `help_topic` VALUES (304, 'TRUE FALSE', 22, 'TRUE and FALSE added as alias for 1 and 0, respectively.\n', '', '');
INSERT INTO `help_topic` VALUES (305, 'AVG', 12, '   AVG([DISTINCT] expr)\nReturns the average value of expr.\nThe DISTINCT option can be used as of MySQL 5.0.3 to return the averge\nof the distinct values of expr.\n', 'mysql> SELECT student_name, AVG(test_score)\n    ->        FROM student\n    ->        GROUP BY student_name;', '');
INSERT INTO `help_topic` VALUES (306, 'MBRWITHIN', 8, '   MBRWithin(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangle\nof g1 is within the Minimum Bounding Rectangle of g2.\n', 'mysql> SET @g1 = GeomFromText(''Polygon((0 0,0 3,3 3,3 0,0 0))'');\nmysql> SET @g2 = GeomFromText(''Polygon((0 0,0 5,5 5,5 0,0 0))'');\nmysql> SELECT MBRWithin(@g1,@g2), MBRWithin(@g2,@g1);\n+--------------------+--------------------+\n| MBRWithin(@g1,@g2) | MBRWithin(@g2,@g1) |\n+--------------------+--------------------+\n|                  1 |                  0 |\n+--------------------+--------------------+', '');
INSERT INTO `help_topic` VALUES (307, 'IN', 26, '   expr IN (value,...)\nReturns 1 if expr is any of the values in the IN list,\nelse returns 0.  If all values are constants, they are\nevaluated according to the type of expr and sorted. The search for the\nitem then is done using a binary search. This means IN is very quick\nif the IN value list consists entirely of constants.  If expr\nis a case-sensitive string expression, the string comparison is performed in\ncase-sensitive fashion.\n', 'mysql> SELECT 2 IN (0,3,5,''wefwf'');\n        -> 0\nmysql> SELECT ''wefwf'' IN (0,3,5,''wefwf'');\n        -> 1', '');
INSERT INTO `help_topic` VALUES (308, 'QUOTE', 23, '   QUOTE(str)\nQuotes a string to produce a result that can be used as a properly escaped\ndata value in an SQL statement.  The string is returned surrounded by single\nquotes and with each instance of single quote (''''''), backslash (''\\''),\nASCII NUL, and Control-Z preceded by a backslash.  If the argument is\nNULL, the return value is the word ``NULL'''' without surrounding\nsingle quotes.\nThe QUOTE() function was added in MySQL 4.0.3.\n', 'mysql> SELECT QUOTE(''Don\\''t!'');\n        -> ''Don\\''t!''\nmysql> SELECT QUOTE(NULL);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (309, 'SESSION_USER', 25, '   SESSION_USER()\n\nSESSION_USER() is a synonym for USER().\n', '', '');
INSERT INTO `help_topic` VALUES (310, 'QUARTER', 14, '   QUARTER(date)\nReturns the quarter of the year for date, in the range 1\nto 4.\n', 'mysql> SELECT QUARTER(''98-04-01'');\n        -> 2', '');
INSERT INTO `help_topic` VALUES (311, 'POSITION', 23, '   POSITION(substr IN str)\n\nPOSITION(substr IN str) is a synonym for LOCATE(substr,str).\n', 'mysql> SELECT LOCATE(''bar'', ''foobarbar'');\n        -> 4\nmysql> SELECT LOCATE(''xbar'', ''foobar'');\n        -> 0\nmysql> SELECT LOCATE(''bar'', ''foobarbar'',5);\n        -> 7', '');
INSERT INTO `help_topic` VALUES (312, 'IS_USED_LOCK', 21, '   IS_USED_LOCK(str)\nChecks whether the lock named str is in use (that is, locked).\nIf so, it returns the connection identifier of the client that holds\nthe lock.\nOtherwise, it returns NULL.\n', '', '');
INSERT INTO `help_topic` VALUES (313, 'POLYFROMTEXT', 3, '   PolyFromText(wkt[,srid])\n   PolygonFromText(wkt[,srid])\nConstructs a POLYGON value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (314, 'DES_ENCRYPT', 17, '   DES_ENCRYPT(str[,(key_num|key_str)])\n\nEncrypts the string with the given key using the Triple-DES algorithm.\nOn error, this function returns NULL.\n\nNote that this function works only if MySQL has been configured with\nSSL support. See also : [Secure connections].\n\nThe encryption key to use is chosen based on the second argument to\nDES_ENCRYPT(), if one was given:\n\n     Argument 	 Description\n   No argument 	\nThe first key from the DES key file is used.\n   key_num 	\nThe given key number (0-9) from the DES key file is used.\n   key_str 	\nThe given key string is used to encrypt str.\n  \n\nThe key file can be specified with the --des-key-file server option.\n\nThe return string is a binary string where the first character\nis CHAR(128 | key_num).\n\nThe 128 is added to make it easier to recognize an encrypted key.\nIf you use a string key, key_num is 127.\n\nThe string length for the result is\nnew_len = orig_len + (8-(orig_len % 8))+1.\n', 'key_num des_key_str', '');
INSERT INTO `help_topic` VALUES (315, 'LENGTH', 23, '   LENGTH(str)\nReturns the length of the string str, measured in bytes.\nA multi-byte character counts as multiple bytes.\nThis means that for a string containing five two-byte characters,\nLENGTH() returns 10, whereas CHAR_LENGTH() returns\n5.\n', 'mysql> SELECT LENGTH(''text'');\n        -> 4', '');
INSERT INTO `help_topic` VALUES (316, 'STR_TO_DATE', 14, '   STR_TO_DATE(str,format)\nThis is the reverse function of the DATE_FORMAT() function. It takes a\nstring str and a format string format.\nSTR_TO_DATE() returns a DATETIME value if the format\nstring contains both date and time parts, or a DATE or TIME\nvalue if the string contains only date or time parts.\n\nThe date, time, or datetime values contained in str should be given\nin the format indicated by format. For the specifiers that can be\nused in format, see the table in the DATE_FORMAT() function\ndescription. All other characters are just taken verbatim, thus not being\ninterpreted.\nIf str contains an illegal date, time, or datetime value,\nSTR_TO_DATE() returns NULL.  Starting from MySQL 5.0.3, an\nillegal value also produces a warning.\n', '@c next example commented out until format string becomes optional\n@c mysql> SELECT STR_TO_DATE(''2003-10-03'');\n@c         -> 2003-10-03 00:00:00\nmysql> SELECT STR_TO_DATE(''03.10.2003 09.20'',\n    ->                    ''%d.%m.%Y %H.%i'');\n        -> ''2003-10-03 09:20:00''\nmysql> SELECT STR_TO_DATE(''10arp'', ''%carp'');\n        -> ''0000-10-00 00:00:00''\nmysql> SELECT STR_TO_DATE(''2003-15-10 00:00:00'',\n    ->                    ''%Y-%m-%d %H:%i:%s'');\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (317, 'Y', 16, '   Y(p)\nReturns the Y-coordinate value for the point p as a double-precision\nnumber.\n', 'mysql> SELECT Y(GeomFromText(''Point(56.7 53.34)''));\n+--------------------------------------+\n| Y(GeomFromText(''Point(56.7 53.34)'')) |\n+--------------------------------------+\n|                                53.34 |\n+--------------------------------------+', '');
INSERT INTO `help_topic` VALUES (318, 'NUMINTERIORRINGS', 0, '   NumInteriorRings(poly)\nReturns the number of interior rings in the Polygon value poly.\n', 'mysql> SET @poly =\n    -> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmysql> SELECT NumInteriorRings(GeomFromText(@poly));\n+---------------------------------------+\n| NumInteriorRings(GeomFromText(@poly)) |\n+---------------------------------------+\n|                                     1 |\n+---------------------------------------+', '');
INSERT INTO `help_topic` VALUES (319, 'INTERIORRINGN', 0, '   InteriorRingN(poly,n)\nReturns the n-th interior ring for the Polygon value\npoly as a LineString.\nRing numbers begin at 1.\n', 'mysql> SET @poly =\n    -> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmysql> SELECT AsText(InteriorRingN(GeomFromText(@poly),1));\n+----------------------------------------------+\n| AsText(InteriorRingN(GeomFromText(@poly),1)) |\n+----------------------------------------------+\n| LINESTRING(1 1,1 2,2 2,2 1,1 1)              |\n+----------------------------------------------+', '');
INSERT INTO `help_topic` VALUES (320, 'UTC_TIME', 14, '   UTC_TIME\n   UTC_TIME()\nReturns the current UTC time as a value in ''HH:MM:SS'' or HHMMSS\nformat, depending on whether the function is used in a string or numeric\ncontext.\n', 'mysql> SELECT UTC_TIME(), UTC_TIME() + 0;\n        -> ''18:07:53'', 180753', '');
INSERT INTO `help_topic` VALUES (321, 'STDDEV', 12, '   STD(expr)\n   STDDEV(expr)\nReturns the population standard deviation of expr.  This is an\nextension to standard SQL. The STDDEV() form of this function is\nprovided for Oracle compatibility. As of MySQL 5.0.3, the standard SQL\nfunction STDDEV_POP() can be used instead.\n', '', '');
INSERT INTO `help_topic` VALUES (322, 'PERIOD_ADD', 14, '   PERIOD_ADD(P,N)\nAdds N months to period P (in the format YYMM or\nYYYYMM). Returns a value in the format YYYYMM.\nNote that the period argument P is /not/ a date value.\n', 'mysql> SELECT PERIOD_ADD(9801,2);\n        -> 199803', '');
INSERT INTO `help_topic` VALUES (323, '|', 27, '   |\nBitwise OR:\n', 'mysql> SELECT 29 | 15;\n        -> 31', '');
INSERT INTO `help_topic` VALUES (324, 'GEOMFROMTEXT', 3, '   GeomFromText(wkt[,srid])\n   GeometryFromText(wkt[,srid])\nConstructs a geometry value of any type using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (325, 'RIGHT', 23, '   RIGHT(str,len)\nReturns the rightmost len characters from the string str.\n', 'mysql> SELECT RIGHT(''foobarbar'', 4);\n        -> ''rbar''', '');
INSERT INTO `help_topic` VALUES (326, 'DATEDIFF', 14, '   DATEDIFF(expr,expr2)\n\n\nDATEDIFF() returns the number of days between the start date\nexpr and the end date expr2.\nexpr and expr2 are date or date-and-time expressions.\nOnly the date parts of the values are used in the calculation.\n', 'mysql> SELECT DATEDIFF(''1997-12-31 23:59:59'',''1997-12-30'');\n        -> 1\nmysql> SELECT DATEDIFF(''1997-11-30 23:59:59'',''1997-12-31'');\n        -> -31', '');
INSERT INTO `help_topic` VALUES (327, 'BIN', 23, '   BIN(N)\nReturns a string representation of the binary value of N, where\nN is a longlong (BIGINT) number.  This is equivalent to\nCONV(N,10,2).  Returns NULL if N is NULL.\n', 'mysql> SELECT BIN(12);\n        -> ''1100''', '');
INSERT INTO `help_topic` VALUES (328, 'MULTILINESTRING', 2, '   MultiLineString(ls1,ls2,...)\nConstructs a WKB MultiLineString value using WKB LineString\narguments.  If any argument is not a WKB LineString, the return\nvalue is NULL.\n', '', '');
INSERT INTO `help_topic` VALUES (329, 'LOAD DATA', 6, 'The LOAD DATA INFILE statement reads rows from a text file into a\ntable at a very high speed.\nFor more information about the efficiency of INSERT versus\nLOAD DATA INFILE and speeding up LOAD DATA INFILE,\n[Insert speed].\n\nAs of MySQL 4.1, the character set indicated by the\ncharacter_set_database system variable is used to interpret the\ninformation in the file.  SET NAMES and the setting of\ncharacter_set_client do not affect input interpretation.\n\nYou can also load data files by using the mysqlimport utility; it\noperates by sending a LOAD DATA INFILE statement to the server.  The\n--local option causes mysqlimport to read data files from the\nclient host.  You can specify the --compress option to get better\nperformance over slow networks if the client and server support the\ncompressed protocol.\nSee also : [mysqlimport,  , mysqlimport].\n\nIf you specify the LOW_PRIORITY keyword, execution of the\nLOAD DATA statement is delayed until no other clients are reading\nfrom the table.\n\nIf you specify the CONCURRENT keyword with a MyISAM table that\nsatisfies the condition for concurrent inserts (that is, it contains no free\nblocks in the middle),\nthen other threads can retrieve data from the table while LOAD DATA\nis executing. Using this option affects the performance of LOAD DATA\na bit, even if no other thread is using the table at the same time.\n\nIf the LOCAL keyword is specified, it is\ninterpreted with respect to the client end of the connection:\n\n\n --- If LOCAL is specified, the file is read by the client program on the\nclient host and sent to the server. The file can be given as a full pathname\nto specify its exact location. If given as a relative pathname, the name is\ninterpreted relative to the directory in which the client program was started.\n\n --- If LOCAL is not specified, the\nfile must be located on the server host and is read directly by the server.\n\n\nLOCAL is available in MySQL 3.22.6 or later.\n\nWhen locating files on the server host, the server uses the following rules:\n\n --- If an absolute pathname is given, the server uses the pathname as is.\n\n --- If a relative pathname with one or more leading components is given,\nthe server searches for the file relative to the server''s data directory.\n\n --- If a filename with no leading components is given, the server looks for\nthe file in the database directory of the default database.\n\nNote that these rules mean that a file named as *./myfile.txt is read from\nthe server''s data directory, whereas the same file named as *myfile.txt is\nread from the database directory of the default database.  For example,\nthe following LOAD DATA statement reads the file *data.txt\nfrom the database directory for db1 because db1 is the current\ndatabase, even though the statement explicitly loads the file into a\ntable in the db2 database:\n\nmysql> USE db1;\nmysql> LOAD DATA INFILE ''data.txt'' INTO TABLE db2.my_table;\n\nNote that Windows pathnames are specified using forward slashes rather than\nbackslashes.  If you do use backslashes, you must double them.\n\nFor security reasons, when reading text files located on the server, the\nfiles must either reside in the database directory or be readable by all.\nAlso, to use LOAD DATA INFILE on server files, you must have the\nFILE privilege.\n', 'LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE ''file_name.txt''\n    [REPLACE | IGNORE]\n    INTO TABLE tbl_name\n    [FIELDS\n        [TERMINATED BY ''\\t'']\n        [[OPTIONALLY] ENCLOSED BY '''']\n        [ESCAPED BY ''\\\\'' ]\n    ]\n    [LINES\n        [STARTING BY '''']\n        [TERMINATED BY ''\\n'']\n    ]\n    [IGNORE number LINES]\n    [(col_name,...)]', '');
INSERT INTO `help_topic` VALUES (330, 'BLOB TYPE', 1, '   BLOB[(M)]\n\nA BLOB column with a maximum length of 65,535\n(2^16 - 1) bytes.\n\nBeginning with MySQL 4.1, an optional length M can be given.\nMySQL will create the column as the smallest BLOB type largest\nenough to hold values M bytes long.\n', '', '');
INSERT INTO `help_topic` VALUES (331, 'LOCALTIME', 14, '   LOCALTIME\n   LOCALTIME()\n\nLOCALTIME and LOCALTIME() are synonyms for\nNOW().\n', '', '');
INSERT INTO `help_topic` VALUES (332, 'MPOINTFROMTEXT', 3, '   MPointFromText(wkt[,srid])\n   MultiPointFromText(wkt[,srid])\nConstructs a MULTIPOINT value using its WKT representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (333, 'BLOB', 1, 'A BLOB is a binary large object that can hold a variable amount of\ndata.  The four BLOB types, TINYBLOB, BLOB,\nMEDIUMBLOB, and LONGBLOB, differ only in the maximum length of\nthe values they can hold.\n', '', '');
INSERT INTO `help_topic` VALUES (334, 'PASSWORD', 17, '', 'mysql> SELECT PASSWORD(''badpwd'');\n        -> ''7f84554057dd964b''', '');
INSERT INTO `help_topic` VALUES (335, 'CHAR', 1, '   [NATIONAL] CHAR(M) [BINARY | ASCII | UNICODE]\n\nA fixed-length string that is always right-padded with spaces to the\nspecified length when stored.  M represents the column length.  The\nrange of M is 0 to 255 characters (1 to 255 prior to MySQL 3.23).\n\nNote: Trailing spaces are removed when CHAR values are\nretrieved.\n\nFrom MySQL 4.1.0 to 5.0.2, a CHAR column with a length specification\ngreater than 255 is converted to the smallest TEXT type that can hold\nvalues of the given length.  For example, CHAR(500) is converted to\nTEXT, and CHAR(200000) is converted to MEDIUMTEXT.\nThis is a compatibility feature.  However, this conversion causes the column\nto become a variable-length column, and also affects trailing-space removal.\n\nCHAR is shorthand for CHARACTER.\nNATIONAL CHAR (or its equivalent short form, NCHAR) is the\nstandard SQL way to define that a CHAR column should use the default\ncharacter set.  This is the default in MySQL.\n\nAs of MySQL 4.1.2, the BINARY attribute is shorthand for specifying\nthe binary collation of the column character set.  Sorting and comparison is\nbased on numeric character values.  Before 4.1.2, BINARY attribute\ncauses the column to be treated as a binary string.  Sorting and comparison\nis based on numeric byte values.\n\nFrom MySQL 4.1.0 on, column type CHAR BYTE is an alias for\nCHAR BINARY. This is a compatibility feature.\n\nFrom MySQL 4.1.0 on, the ASCII attribute can be specified for\nCHAR. It assigns the latin1 character set.\n\nFrom MySQL 4.1.1 on, the UNICODE attribute can be specified for\nCHAR. It assigns the ucs2 character set.\n\nMySQL allows you to create a column of type CHAR(0). This is mainly\nuseful when you have to be compliant with some old applications that depend\non the existence of a column but that do not actually use the value.  This\nis also quite nice when you need a column that can take only two values: A\nCHAR(0) column that is not defined as NOT NULL occupies only\none bit and can take only the values NULL and '''' (the empty\nstring).\n\n   CHAR\nThis is a synonym for CHAR(1).\n', '', '');
INSERT INTO `help_topic` VALUES (336, 'UTC_DATE', 14, '   UTC_DATE\n   UTC_DATE()\nReturns the current UTC date as a value in ''YYYY-MM-DD'' or\nYYYYMMDD format, depending on whether the function is used in a\nstring or numeric context.\n', 'mysql> SELECT UTC_DATE(), UTC_DATE() + 0;\n        -> ''2003-08-14'', 20030814', '');
INSERT INTO `help_topic` VALUES (337, 'DIMENSION', 19, '   Dimension(g)\nReturns the inherent dimension of the geometry value g. The result\ncan be -1, 0, 1, or 2. (The meaning of these values is given in\n[GIS class geometry].)\n', 'mysql> SELECT Dimension(GeomFromText(''LineString(1 1,2 2)''));\n+------------------------------------------------+\n| Dimension(GeomFromText(''LineString(1 1,2 2)'')) |\n+------------------------------------------------+\n|                                              1 |\n+------------------------------------------------+', '');
INSERT INTO `help_topic` VALUES (338, 'COUNT DISTINCT', 12, '   COUNT(DISTINCT expr,[expr...])\nReturns a count of the number of different non-NULL values.\n', 'mysql> SELECT COUNT(DISTINCT results) FROM student;', '');
INSERT INTO `help_topic` VALUES (339, 'BIT', 1, '   BIT[(M)]\n\nA bit-field type. M indicates the number of bits per value, from 1 to\n64. The default is 1 if M is omitted.\n\nThis data type was added in MySQL 5.0.3 for MyISAM, and extended\nin 5.0.5 to MEMORY, InnoDB, and BDB.  Before 5.0.3,\nBIT is a synonym for TINYINT(1).\n', '', '');
INSERT INTO `help_topic` VALUES (340, 'EQUALS', 11, '   Equals(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 is spatially equal to\ng2.\n', '', '');
INSERT INTO `help_topic` VALUES (341, 'SHOW CREATE VIEW', 24, 'This statement shows a CREATE VIEW statement that creates\nthe given view.\n', 'SHOW CREATE VIEW view_name', '');
INSERT INTO `help_topic` VALUES (342, 'INTERVAL', 26, '   INTERVAL(N,N1,N2,N3,...)\nReturns 0 if N < N1, 1 if N < N2\nand so on or -1 if N is NULL. All arguments are treated\nas integers.  It is required that N1 < N2 < N3 <\n... < Nn for this function to work correctly. This is because\na binary search is used (very fast).\n', 'mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200);\n        -> 3\nmysql> SELECT INTERVAL(10, 1, 10, 100, 1000);\n        -> 2\nmysql> SELECT INTERVAL(22, 23, 30, 44, 200);\n        -> 0', '');
INSERT INTO `help_topic` VALUES (343, 'FROM_DAYS', 14, '   FROM_DAYS(N)\nGiven a daynumber N, returns a DATE value.\n', 'mysql> SELECT FROM_DAYS(729669);\n        -> ''1997-10-07''', '');
INSERT INTO `help_topic` VALUES (344, 'BIT_COUNT', 27, '   BIT_COUNT(N)\nReturns the number of bits that are set in the argument N.\n', 'mysql> SELECT BIT_COUNT(29);\n        -> 4', '');
INSERT INTO `help_topic` VALUES (345, 'UTC_TIMESTAMP', 14, '   UTC_TIMESTAMP\n   UTC_TIMESTAMP()\nReturns the current UTC date and time as a value in ''YYYY-MM-DD HH:MM:SS''\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n', 'mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;\n        -> ''2003-08-14 18:08:04'', 20030814180804', '');
INSERT INTO `help_topic` VALUES (346, '+', 4, '   +\nAddition:\n', 'mysql> SELECT 3+5;\n        -> 8', '');
INSERT INTO `help_topic` VALUES (347, 'INET_NTOA', 21, '   INET_NTOA(expr)\nGiven a numeric network address (4 or 8 byte), returns the dotted-quad\nrepresentation of the address as a string.\n', 'mysql> SELECT INET_NTOA(3520061480);\n        -> ''209.207.224.40''', '');
INSERT INTO `help_topic` VALUES (348, 'ACOS', 4, '   ACOS(X)\nReturns the arc cosine of X, that is, the value whose cosine is\nX. Returns NULL if X is not in the range -1 to\n1.\n', 'mysql> SELECT ACOS(1);\n        -> 0.000000\nmysql> SELECT ACOS(1.0001);\n        -> NULL\nmysql> SELECT ACOS(0);\n        -> 1.570796', '');
INSERT INTO `help_topic` VALUES (349, 'ISOLATION', 10, 'SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL\n{ READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE }\n\nThis statement\nsets the transaction isolation level for the next transaction, globally, or\nfor the current session.\n\nThe default behavior of SET TRANSACTION is to set the isolation level\nfor the next (not yet\nstarted) transaction.  If you use the GLOBAL keyword, the statement\nsets the default transaction level globally for all new connections\ncreated from that point on. Existing connections are unaffected.\nYou need the SUPER\nprivilege to do this.  Using the SESSION keyword sets the\ndefault transaction level for all future transactions performed on the\ncurrent connection.\n\nFor descriptions of each InnoDB transaction isolation level, see\n[InnoDB transaction isolation, InnoDB transaction isolation].\nInnoDB supports each of these levels\nfrom MySQL 4.0.5 on. The default level is REPEATABLE READ.\n\nYou can set the initial default global isolation level for mysqld with\nthe --transaction-isolation option.\nSee also : [Server options].\n', '', '');
INSERT INTO `help_topic` VALUES (350, 'CEILING', 4, '   CEILING(X)\n   CEIL(X)\nReturns the smallest integer value not less than X.\n', 'mysql> SELECT CEILING(1.23);\n        -> 2\nmysql> SELECT CEIL(-1.23);\n        -> -1', '');
INSERT INTO `help_topic` VALUES (351, 'SIN', 4, '   SIN(X)\nReturns the sine of X, where X is given in radians.\n', 'mysql> SELECT SIN(PI());\n        -> 0.000000', '');
INSERT INTO `help_topic` VALUES (352, 'DAYOFWEEK', 14, '   DAYOFWEEK(date)\nReturns the weekday index\nfor date (1 = Sunday, 2 = Monday, ..., 7 =\nSaturday).  These index values correspond to the ODBC standard.\n', 'mysql> SELECT DAYOFWEEK(''1998-02-03'');\n        -> 3', '');
INSERT INTO `help_topic` VALUES (353, 'LINEFROMWKB', 13, '   LineFromWKB(wkb[,srid])\n   LineStringFromWKB(wkb[,srid])\nConstructs a LINESTRING value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (354, 'GEOMETRYTYPE', 19, '   GeometryType(g)\nReturns as a string the name of the geometry type of which\nthe geometry instance g is a member.\nThe name corresponds to one of the instantiable Geometry subclasses.\n', 'mysql> SELECT GeometryType(GeomFromText(''POINT(1 1)''));\n+------------------------------------------+\n| GeometryType(GeomFromText(''POINT(1 1)'')) |\n+------------------------------------------+\n| POINT                                    |\n+------------------------------------------+', '');
INSERT INTO `help_topic` VALUES (355, 'GRANT TYPES', 7, 'For the GRANT and REVOKE statements, priv_type can be\nspecified as any of the following:\n\n     Privilege 	 Meaning\n   ALL [PRIVILEGES] 	 Sets all simple privileges except GRANT OPTION\n   ALTER  	 Allows use of ALTER TABLE\n   ALTER ROUTINE  	 Alter or drop stored routines\n   CREATE 	 Allows use of CREATE TABLE\n   CREATE ROUTINE 	 Create stored routines\n   CREATE TEMPORARY TABLES 	 Allows use of CREATE TEMPORARY TABLE\n   CREATE USER 	 Allows use of CREATE USER, DROP USER, RENAME USER, and REVOKE ALL PRIVILEGES.\n   CREATE VIEW 	 Allows use of CREATE VIEW\n   DELETE 	 Allows use of DELETE\n   DROP 	 Allows use of DROP TABLE\n   EXECUTE 	 Allows the user to run stored routines\n   FILE 	 Allows use of SELECT ... INTO OUTFILE and LOAD DATA INFILE\n   INDEX 	 Allows use of CREATE INDEX and DROP INDEX\n   INSERT 	 Allows use of INSERT\n   LOCK TABLES 	 Allows use of LOCK TABLES on tables for which you have the SELECT privilege\n   PROCESS 	 Allows use of SHOW FULL PROCESSLIST\n   REFERENCES 	 Not implemented\n   RELOAD 	 Allows use of FLUSH\n   REPLICATION CLIENT 	 Allows the user to ask where slave or master servers are\n   REPLICATION SLAVE 	 Needed for replication slaves (to read binary log events from the master)\n   SELECT 	 Allows use of SELECT\n   SHOW DATABASES 	 SHOW DATABASES shows all databases\n   SHOW VIEW 	 Allows use of SHOW CREATE VIEW\n   SHUTDOWN 	 Allows use of mysqladmin shutdown\n   SUPER 	 Allows use of CHANGE MASTER, KILL,\nPURGE MASTER LOGS, and SET GLOBAL statements, the mysqladmin debug command; allows you to connect (once) even if max_connections is reached\n   UPDATE 	 Allows use of UPDATE\n   USAGE 	 Synonym for ``no privileges''''\n   GRANT OPTION 	 Allows privileges to be granted\n  \n', '', '');
INSERT INTO `help_topic` VALUES (356, 'CREATE VIEW', 24, 'This statement creates a new view, or replaces an existing one if the\nOR REPLACE clause is given. The select_statement is a\nSELECT statement that provides the definition of the view.\nThe statement can select from base tables or other views.\n\nThis statement requires the CREATE VIEW privilege for the view, and\nsome privilege for each column selected by the SELECT statement.\nFor columns used elsewhere in the SELECT statement you must have\nthe SELECT privilege.  If the OR REPLACE clause is present,\nyou must also have the DELETE privilege for the view.\n\nA view belongs to a database.  By default, a new view is created in the\ncurrent database.  To create the view explicitly in a given database,\nspecify the name as db_name.view_name when you create it.\n\nmysql> CREATE VIEW test.v AS SELECT * FROM t;\n\nTables and views share the same namespace within a database, so a database\ncannot contain a table and a view that have the same name.\n\nViews must have unique column names with no duplicates, just like base\ntables.  By default, the names of the columns retrieved by the SELECT\nstatement are used for the view column names.  To define explicit names for\nthe view columns, the optional column_list clause can be given as a\nlist of comma-separated identifiers.  The number of names in\ncolumn_list must be the same as the number of columns retrieved by the\nSELECT statement.\n\nColumns retrieved by the SELECT statement can be simple references to\ntable columns. They can also be expressions that use functions, constant\nvalues, operators, and so forth.\n\nUnqualified table or view names in the SELECT statement are\ninterpreted with respect to the default database.  A view can refer to\ntables or views in other databases by qualifying the table or view name with\nthe proper database name.\n\nA view can be created from many kinds of SELECT statements.  It can\nrefer to base tables or other views.  It can use joins, UNION, and\nsubqueries.  The SELECT need not even refer to any tables. The\nfollowing example defines a view that selects two columns from another\ntable, as well as an expression calculated from those columns:\n\nmysql> CREATE TABLE t (qty INT, price INT);\nmysql> INSERT INTO t VALUES(3, 50);\nmysql> CREATE VIEW v AS SELECT qty, price, qty*price AS value FROM t;\nmysql> SELECT * FROM v;\n+------+-------+-------+\n| qty  | price | value |\n+------+-------+-------+\n|    3 |    50 |   150 |\n+------+-------+-------+\n\nA view definition is subject to the following restrictions:\n\n\n --- The SELECT statement cannot contain a subquery in the FROM\nclause.\n\n --- The SELECT statement cannot refer to system or user variables.\n\n --- The SELECT statement cannot refer to prepared statement parameters.\n\n --- Within a stored routine, the definition cannot refer to routine\nparameters or local variables.\n\n --- Any table or view referred to in the definition must exist.  However, after\na view has been created, it is possible to drop a table or view that the\ndefinition refers to.  To check a view definition for problems of this kind,\nuse the CHECK TABLE statement.\n\n --- The definition cannot refer to a TEMPORARY table, and you cannot\ncreate a TEMPORARY view.\n\n --- The tables named in the view definition must already exist.\n\n --- You cannot associate a trigger with a view.\n\n\nORDER BY is allowed in a view definition, but it is ignored if you\nselect from a view using a statement that has its own ORDER BY.\n\nFor other options or clauses in the definition, they are added to the\noptions or clauses of the statement that references the view, but the effect\nis undefined.  For example, if a view definition includes a LIMIT\nclause, and you select from the view using a statement that has its own\nLIMIT clause, it is undefined which limit applies.  This same\nprinciple applies to options such as ALL, DISTINCT, or\nSQL_SMALL_RESULT that follow the SELECT keyword, and to\nclauses such as INTO, FOR UPDATE, LOCK IN SHARE MODE,\nand PROCEDURE.\n\nIf you create a view and then change the query processing environment by\nchanging system variables, that may affect the results you get from the\nview:\n\nmysql> CREATE VIEW v AS SELECT CHARSET(CHAR(65)), COLLATION(CHAR(65));\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SET NAMES ''latin1'';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT * FROM v;\n+-------------------+---------------------+\n| CHARSET(CHAR(65)) | COLLATION(CHAR(65)) |\n+-------------------+---------------------+\n| latin1            | latin1_swedish_ci   |\n+-------------------+---------------------+\n1 row in set (0.00 sec)\n\nmysql> SET NAMES ''utf8'';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT * FROM v;\n+-------------------+---------------------+\n| CHARSET(CHAR(65)) | COLLATION(CHAR(65)) |\n+-------------------+---------------------+\n| utf8              | utf8_general_ci     |\n+-------------------+---------------------+\n1 row in set (0.00 sec)\n\nThe optional ALGORITHM clause is a MySQL extension to standard SQL.\nALGORITHM takes three values: MERGE, TEMPTABLE, or\nUNDEFINED. The default algorithm is UNDEFINED if no\nALGORITHM clause is present.  The algorithm affects how MySQL\nprocesses the view.\n\nFor MERGE, the text of a statement that refers to the view and the view\ndefinition are merged such that parts of the view definition replace\ncorresponding parts of the statement.\n\nFor TEMPTABLE, the results from the view are retrieved into a\ntemporary table, which then is used to execute the statement.\n\nFor UNDEFINED, MySQL chooses which algorithm to use.  It prefers\nMERGE over TEMPTABLE if possible, because MERGE is\nusually more efficient and because a view cannot be updatable if a temporary\ntable is used.\n\nA reason to choose TEMPTABLE explicitly is that locks can be released\non underlying tables after the temporary table has been created and before\nit is used to finish processing the statement.  This might result in quicker\nlock release than the MERGE algorithm so that other clients that use\nthe view are not blocked as long.\n\nA view algorithm can be UNDEFINED three ways:\n\n\n --- No ALGORITHM clause is present in the CREATE VIEW statement.\n\n --- The CREATE VIEW statement has an explicit ALGORITHM = UNDEFINED\nclause.\n\n --- ALGORITHM = MERGE is specified for a view that can be processed only\nwith a temporary table.  In this case, MySQL generates a warning and sets\nthe algorithm to UNDEFINED.\n\n\n\nAs mentioned earlier, MERGE is handled by merging corresponding parts\nof a view definition into the statement that refers to the view.  The\nfollowing examples briefly illustrate how the MERGE algorithm works.\nThe examples assume that there is a view v_merge that has this\ndefinition:\n\nCREATE ALGORITHM = MERGE VIEW v_merge (vc1, vc2) AS\nSELECT c1, c2 FROM t WHERE c3 > 100;\n\nExample 1: Suppose that we issue this statement:\n\nSELECT * FROM v_merge;\n\nMySQL handles the statement as follows:\n\n\n --- v_merge becomes t\n\n --- * becomes vc1, vc2, which corresponds to c1, c2\n\n --- The view WHERE clause is added\n\n\nThe resulting statement to be executed becomes:\n\nSELECT c1, c2 FROM t WHERE c3 > 100;\n\nExample 2: Suppose that we issue this statement:\n\nSELECT * FROM v_merge WHERE vc1 < 100;\n\nThis statement is handled similarly to the previous one, except that\nvc1 < 100 becomes c1 < 100 and the view WHERE clause is\nadded to the statement WHERE clause using an AND connective\n(and parentheses are added to make sure the parts of the clause are executed\nwith correct precedence).  The resulting statement to be executed becomes:\n\nSELECT c1, c2 FROM t WHERE (c3 > 100) AND (c1 < 100);\n\nEffectively, the statement to be executed has a WHERE clause of this\nform:\n\nWHERE (select WHERE) AND (view WHERE)\n\nThe MERGE algorithm requires a one-to relationship between the rows\nin the view and the rows in the underlying table. If this relationship does\nnot hold, a temporary table must be used instead.  Lack of a one-to-one\nrelationship occurs if the view contains any of a number of constructs:\n\n\n --- Aggregate functions (SUM(), MIN(), MAX(),\nCOUNT(), and so forth)\n\n --- DISTINCT\n\n --- GROUP BY\n\n --- HAVING\n\n --- UNION or UNION ALL\n\n --- Refers only to literal values (in this case, there is no underlying table)\n\n\nSome views are updatable. That is, you can use them in statements such as\nUPDATE, DELETE, or INSERT to update the contents of the\nunderlying table.  For a view to be updatable, there must be a one-to\nrelationship between the rows in the view and the rows in the underlying\ntable.  There are also certain other constructs that make a view\nnon-updatable. To be more specific, a view is not updatable if it contains\nany of the following:\n\n\n --- Aggregate functions (SUM(), MIN(), MAX(),\nCOUNT(), and so forth)\n\n --- DISTINCT\n\n --- GROUP BY\n\n --- HAVING\n\n --- UNION or UNION ALL\n\n --- Subquery in the select list\n\n --- Join\n\n --- Non-updatable view in the FROM clause\n\n --- A subquery in the WHERE clause that refers to a table in the\nFROM clause\n\n --- Refers only to literal values (in this case, there is no underlying table to\nupdate)\n\n --- ALGORITHM = TEMPTABLE (use of a temporary table always makes a view\nnon-updatable)\n\n\nWith respect to insertability (being updatable with INSERT\nstatements), an updatable view is insertable if it also satisfies these\nadditional requirements for the view columns:\n\n\n --- There must be no duplicate view column names.\n\n --- The view must contain all columns in the base table that do not have a\ndefault value.\n\n --- The view columns must be simple column references and not derived columns.\nA derived column is one that is not a simple column reference but is derived\nfrom an expression.  These are examples of derived columns:\n\n3.14159\ncol1 + 3\nUPPER(col2)\ncol3 / col4\n(subquery)\n\n\nA view that has a mix of simple column references and derived columns is not\ninsertable, but it can be updatable if you update only those columns that\nare not derived.  Consider this view:\n\nCREATE VIEW v AS SELECT col1, 1 AS col2 FROM t;\n\nThis view is not insertable because col2 is derived from an\nexpression. But it is updatable if the update does not try to update\ncol2.  This update is allowable:\n\nUPDATE v SET col1 = 0;\n\nThis update is not allowable because it attempts to update a derived column:\n\nUPDATE v SET col2 = 0;\n\nIt is sometimes possible for a multiple-table view to be updatable, assuming\nthat it can be processed with the MERGE algorithm.  For this to work,\nthe view must use an inner join (not an outer join or a UNION). Also,\nonly a single table in the view definition can be updated, so the SET\nclause must name only columns from one of the tables in the view.  Views\nthat use UNION ALL are disallowed even though they might be\ntheoretically updatable, because the implementation uses temporary tables to\nprocess them.\n\n\nFor a multiple-table updatable view, INSERT can work if it inserts into a\nsingle table.  DELETE is not supported.\n\nThe WITH CHECK OPTION clause can be given for an updatable view to\nprevent inserts or updates to rows except those for which the WHERE\nclause in the select_statement is true.\n', '', '');
INSERT INTO `help_topic` VALUES (357, 'TRIM', 23, '   TRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str)\n   TRIM(remstr FROM] str)\nReturns the string str with all remstr prefixes and/or suffixes\nremoved. If none of the specifiers BOTH, LEADING, or\nTRAILING is given, BOTH is assumed. If remstr is optional\nand not specified, spaces are removed.\n', 'mysql> SELECT TRIM(''  bar   '');\n        -> ''bar''\nmysql> SELECT TRIM(LEADING ''x'' FROM ''xxxbarxxx'');\n        -> ''barxxx''\nmysql> SELECT TRIM(BOTH ''x'' FROM ''xxxbarxxx'');\n        -> ''bar''\nmysql> SELECT TRIM(TRAILING ''xyz'' FROM ''barxxyz'');\n        -> ''barx''', '');
INSERT INTO `help_topic` VALUES (358, 'IS', 26, '   IS boolean_value\n   IS NOT boolean_value\nTests whether a value against a boolean value, where boolean_value can\nbe TRUE, FALSE, or UNKNOWN.\n', 'mysql> SELECT 1 IS TRUE, 0 IS FALSE, NULL IS UNKNOWN;\n        -> 1, 1, 1\nmysql> SELECT 1 IS NOT UNKNOWN, 0 IS NOT UNKNOWN, NULL IS NOT UNKNOWN;\n        -> 1, 1, 0', '');
INSERT INTO `help_topic` VALUES (359, 'GET_FORMAT', 14, '   GET_FORMAT(DATE|TIME|DATETIME, ''EUR''|''USA''|''JIS''|''ISO''|''INTERNAL'')\nReturns a format string. This function is useful in combination with the\nDATE_FORMAT() and the STR_TO_DATE() functions.\nThe three possible values for the first argument\nand the five possible values for the second argument result in 15 possible\nformat strings (for the specifiers used, see the table in the\nDATE_FORMAT() function description).\n     Function Call 	 Result\n   GET_FORMAT(DATE,''USA'') 	 ''%m.%d.%Y''\n   GET_FORMAT(DATE,''JIS'') 	 ''%Y-%m-%d''\n   GET_FORMAT(DATE,''ISO'') 	 ''%Y-%m-%d''\n   GET_FORMAT(DATE,''EUR'') 	 ''%d.%m.%Y''\n   GET_FORMAT(DATE,''INTERNAL'') 	 ''%Y%m%d''\n   GET_FORMAT(DATETIME,''USA'') 	 ''%Y-%m-%d-%H.%i.%s''\n   GET_FORMAT(DATETIME,''JIS'') 	 ''%Y-%m-%d %H:%i:%s''\n   GET_FORMAT(DATETIME,''ISO'') 	 ''%Y-%m-%d %H:%i:%s''\n   GET_FORMAT(DATETIME,''EUR'') 	 ''%Y-%m-%d-%H.%i.%s''\n   GET_FORMAT(DATETIME,''INTERNAL'') 	 ''%Y%m%d%H%i%s''\n   GET_FORMAT(TIME,''USA'') 	 ''%h:%i:%s %p''\n   GET_FORMAT(TIME,''JIS'') 	 ''%H:%i:%s''\n   GET_FORMAT(TIME,''ISO'') 	 ''%H:%i:%s''\n   GET_FORMAT(TIME,''EUR'') 	 ''%H.%i.%S''\n   GET_FORMAT(TIME,''INTERNAL'') 	 ''%H%i%s''\n  \nISO format is ISO 9075, not ISO 8601.\n\nAs of MySQL 4.1.4, TIMESTAMP can also be used;\nGET_FORMAT() returns the same values as for DATETIME.\n', 'mysql> SELECT DATE_FORMAT(''2003-10-03'',GET_FORMAT(DATE,''EUR''));\n        -> ''03.10.2003''\nmysql> SELECT STR_TO_DATE(''10.31.2003'',GET_FORMAT(DATE,''USA''));\n        -> 2003-10-31\n@c Following is commented out because not yet implemented\n@c mysql> SET DATE_FORMAT=GET_FORMAT(DATE, ''USA''); SELECT ''2003-10-31'';\n@c         -> 10-31-2003', '');
INSERT INTO `help_topic` VALUES (360, 'TINYBLOB', 1, '   TINYBLOB\n\nA BLOB column with a maximum length of 255\n(2^8 - 1) bytes.\n', '', '');
INSERT INTO `help_topic` VALUES (361, 'SAVEPOINT', 10, 'SAVEPOINT identifier\nROLLBACK TO SAVEPOINT identifier\n\nStarting from MySQL 4.0.14 and 4.1.1, InnoDB supports the SQL statements\nSAVEPOINT and ROLLBACK TO SAVEPOINT.\n', '', '');
INSERT INTO `help_topic` VALUES (362, 'IF', 9, '   IF(expr1,expr2,expr3)\nIf expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then\nIF() returns expr2, else it returns expr3.\nIF() returns a numeric or string value, depending on the context\nin which it is used.\n', 'mysql> SELECT IF(1>2,2,3);\n        -> 3\nmysql> SELECT IF(1<2,''yes'',''no'');\n        -> ''yes''\nmysql> SELECT IF(STRCMP(''test'',''test1''),''no'',''yes'');\n        -> ''no''', '');
INSERT INTO `help_topic` VALUES (363, 'PURGE', 6, '', 'PURGE MASTER LOGS TO ''mysql-bin.010'';\nPURGE MASTER LOGS BEFORE ''2003-04-02 22:46:26'';', '');
INSERT INTO `help_topic` VALUES (364, 'USER', 25, '   USER()\n\nReturns the current MySQL username and hostname.\n', 'mysql> SELECT USER();\n        -> ''davida@localhost''', '');
INSERT INTO `help_topic` VALUES (365, 'MPOINTFROMWKB', 13, '   MPointFromWKB(wkb[,srid])\n   MultiPointFromWKB(wkb[,srid])\nConstructs a MULTIPOINT value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (366, 'ALTER TABLE', 28, 'ALTER TABLE allows you to change the structure of an existing table.\nFor example, you can add or delete columns, create or destroy indexes, change\nthe type of existing columns, or rename columns or the table itself.  You can\nalso change the comment for the table and type of the table.\n', 'ALTER [IGNORE] TABLE tbl_name\n    alter_specification [, alter_specification] ...\n\nalter_specification:\n    ADD [COLUMN] column_definition [FIRST | AFTER col_name ]\n  | ADD [COLUMN] (column_definition,...)\n  | ADD INDEX [index_name] [index_type] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        PRIMARY KEY [index_type] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        UNIQUE [index_name] [index_type] (index_col_name,...)\n  | ADD [FULLTEXT|SPATIAL] [index_name] (index_col_name,...)\n  | ADD [CONSTRAINT [symbol]]\n        FOREIGN KEY [index_name] (index_col_name,...)\n        [reference_definition]\n  | ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT}\n  | CHANGE [COLUMN] old_col_name column_definition\n        [FIRST|AFTER col_name]\n  | MODIFY [COLUMN] column_definition [FIRST | AFTER col_name]\n  | DROP [COLUMN] col_name\n  | DROP PRIMARY KEY\n  | DROP INDEX index_name\n  | DROP FOREIGN KEY fk_symbol\n  | DISABLE KEYS\n  | ENABLE KEYS\n  | RENAME [TO] new_tbl_name\n  | ORDER BY col_name\n  | CONVERT TO CHARACTER SET charset_name [COLLATE collation_name]\n  | [DEFAULT] CHARACTER SET charset_name [COLLATE collation_name]\n  | DISCARD TABLESPACE\n  | IMPORT TABLESPACE\n  | table_options', '');
INSERT INTO `help_topic` VALUES (367, 'CHAR BYTE', 22, 'CHAR BYTE is an alias for CHAR BINARY.\n', '', '');
INSERT INTO `help_topic` VALUES (368, 'MERGE', 7, '\n@menu\n* MERGE table problems::        MERGE Table Problems\n@end menu\n\nThe MERGE storage engine was introduced in MySQL 3.23.25. It\nis also known as the MRG_MyISAM engine.\n\nA MERGE table is a collection of identical MyISAM tables that\ncan be used as one.  ``Identical'''' means that all tables have\nidentical column and index information.  You can''t merge tables in which the\ncolumns are listed in a different order, don''t have exactly the same columns, or\nhave the indexes in different order.  However, any or all of the tables can be\ncompressed with myisampack.\nSee also : [myisampack, , myisampack].\nDifferences in table options such as AVG_ROW_LENGTH, MAX_ROWS,\nor PACK_KEYS do not matter.\n', 'mysql> CREATE TABLE t1 (\n    ->    a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    ->    message CHAR(20));\nmysql> CREATE TABLE t2 (\n    ->    a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    ->    message CHAR(20));\nmysql> INSERT INTO t1 (message) VALUES (''Testing''),(''table''),(''t1'');\nmysql> INSERT INTO t2 (message) VALUES (''Testing''),(''table''),(''t2'');\nmysql> CREATE TABLE total (\n    ->    a INT NOT NULL AUTO_INCREMENT,\n    ->    message CHAR(20), INDEX(a))\n    ->    TYPE=MERGE UNION=(t1,t2) INSERT_METHOD=LAST;', '');
INSERT INTO `help_topic` VALUES (369, 'CREATE TABLE', 28, 'CREATE TABLE creates a table with the given name.\nYou must have the CREATE privilege for the table.\n\nRules for allowable table names are given in [Legal names].\nBy default, the table is created in the current database.\nAn error occurs if the table exists, if there is no current database,\nor if the database does not exist.\n', 'CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n    [(create_definition,...)]\n    [table_options] [select_statement]', '');
INSERT INTO `help_topic` VALUES (370, '>', 26, '   >\nGreater than:\n', 'mysql> SELECT 2 > 2;\n        -> 0', '');
INSERT INTO `help_topic` VALUES (371, 'MICROSECOND', 14, '   MICROSECOND(expr)\n\nReturns the microseconds from the time or datetime expression expr as a\nnumber in the range from 0 to 999999.\n', 'mysql> SELECT MICROSECOND(''12:00:00.123456'');\n        -> 123456\nmysql> SELECT MICROSECOND(''1997-12-31 23:59:59.000010'');\n        -> 10', '');
INSERT INTO `help_topic` VALUES (372, 'ANALYZE', 7, 'This statement analyzes and stores the key distribution for a table.\nDuring the analysis, the table is locked with a read lock.  This works on\nMyISAM and BDB tables and (as of MySQL 4.0.13) InnoDB\ntables. For MyISAM tables, this\nstatement is equivalent to using myisamchk -a.\n\nMySQL uses the stored key distribution to decide the order in which\ntables should be joined when you perform a join on something other than a\nconstant.\n', 'ANALYZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] ...', '');
INSERT INTO `help_topic` VALUES (373, 'CONSTRAINT', 7, 'The syntax of a foreign key constraint definition in InnoDB looks like\nthis:\n\n[CONSTRAINT symbol] FOREIGN KEY [id] (index_col_name, ...)\n    REFERENCES tbl_name (index_col_name, ...)\n    [ON DELETE {RESTRICT | CASCADE | SET NULL | NO ACTION}]\n    [ON UPDATE {RESTRICT | CASCADE | SET NULL | NO ACTION}]\n', 'CREATE TABLE product (category INT NOT NULL, id INT NOT NULL,\n                      price DECIMAL,\n                      PRIMARY KEY(category, id)) TYPE=INNODB;\nCREATE TABLE customer (id INT NOT NULL,\n                      PRIMARY KEY (id)) TYPE=INNODB;\nCREATE TABLE product_order (no INT NOT NULL AUTO_INCREMENT,\n                      product_category INT NOT NULL,\n                      product_id INT NOT NULL,\n                      customer_id INT NOT NULL,\n                      PRIMARY KEY(no),\n                      INDEX (product_category, product_id),\n                      FOREIGN KEY (product_category, product_id)\n                        REFERENCES product(category, id)\n                        ON UPDATE CASCADE ON DELETE RESTRICT,\n                      INDEX (customer_id),\n                      FOREIGN KEY (customer_id)\n                        REFERENCES customer(id)) TYPE=INNODB;', '');
INSERT INTO `help_topic` VALUES (374, 'FIELD', 23, '   FIELD(str,str1,str2,str3,...)\nReturns the index of str in the str1, str2,\nstr3, ... list.\nReturns 0 if str is not found.\n\nIf all arguments to FIELD() are strings, all arguments are compared\nas strings. If all arguments are numbers, they are compared as\nnumbers.  Otherwise, the arguments are compared as double.\n\nIf str is NULL, the return value is 0 because\nNULL fails equality comparison with any value.\nFIELD() is the complement of ELT().\n', 'mysql> SELECT FIELD(''ej'', ''Hej'', ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> 2\nmysql> SELECT FIELD(''fo'', ''Hej'', ''ej'', ''Heja'', ''hej'', ''foo'');\n        -> 0', '');
INSERT INTO `help_topic` VALUES (375, 'MAKETIME', 14, '   MAKETIME(hour,minute,second)\n\nReturns a time value calculated from the hour, minute, and\nsecond arguments.\n', 'mysql> SELECT MAKETIME(12,15,30);\n        -> ''12:15:30''', '');
INSERT INTO `help_topic` VALUES (376, 'CURDATE', 14, '   CURDATE()\n\nReturns the current date as a value in ''YYYY-MM-DD'' or YYYYMMDD\nformat, depending on whether the function is used in a string or numeric\ncontext.\n', 'mysql> SELECT CURDATE();\n        -> ''1997-12-15''\nmysql> SELECT CURDATE() + 0;\n        -> 19971215', '');
INSERT INTO `help_topic` VALUES (377, 'MIN MAX', 12, '   MIN([DISTINCT] expr)\n   MAX([DISTINCT] expr)\nReturns the minimum or maximum value of expr.  MIN() and\nMAX() may take a string argument; in such cases they return the\nminimum or maximum string value. See also : [MySQL indexes].\nThe DISTINCT keyword can be used as of MySQL 5.0.0 to find the minimum\nor maximum of the distinct values of expr; this is supported, but\nproduces the same result as omitting DISTINCT.\n', 'mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n    ->        FROM student\n    ->        GROUP BY student_name;', '');
INSERT INTO `help_topic` VALUES (378, 'SET PASSWORD', 7, '', 'SET PASSWORD = PASSWORD(''some password'')\nSET PASSWORD FOR user = PASSWORD(''some password'')', '');
INSERT INTO `help_topic` VALUES (379, 'ENUM', 1, '   ENUM(''value1'',''value2'',...)\n\nAn enumeration.  A string object that can have only one value, chosen\nfrom the list of values ''value1'', ''value2'', ...,\nNULL or the special '''' error value.  An ENUM column can\nhave a maximum of 65,535 distinct values.\nENUM values are represented internally as integers.\n', '', '');
INSERT INTO `help_topic` VALUES (380, 'DATABASE', 25, '   DATABASE()\nReturns the default (current) database name.\nAs of MySQL 4.1, the string has the utf8 character set.\n', 'mysql> SELECT DATABASE();\n        -> ''test''', '');
INSERT INTO `help_topic` VALUES (381, 'POINTFROMWKB', 13, '   PointFromWKB(wkb[,srid])\nConstructs a POINT value using its WKB representation and SRID.\n', '', '');
INSERT INTO `help_topic` VALUES (382, 'POWER', 4, '   POW(X,Y)\n   POWER(X,Y)\nReturns the value of X raised to the power of Y.\n', 'mysql> SELECT POW(2,2);\n        -> 4.000000\nmysql> SELECT POW(2,-2);\n        -> 0.250000', '');
INSERT INTO `help_topic` VALUES (383, 'ATAN', 4, '   ATAN(X)\nReturns the arc tangent of X, that is, the value whose tangent is\nX.\n', 'mysql> SELECT ATAN(2);\n        -> 1.107149\nmysql> SELECT ATAN(-2);\n        -> -1.107149', '');
INSERT INTO `help_topic` VALUES (384, 'STRCMP', 23, '   STRCMP(expr1,expr2)\nSTRCMP()\nreturns 0 if the strings are the same, -1 if the first\nargument is smaller than the second according to the current sort order,\nand 1 otherwise.\n', 'mysql> SELECT STRCMP(''text'', ''text2'');\n        -> -1\nmysql> SELECT STRCMP(''text2'', ''text'');\n        -> 1\nmysql> SELECT STRCMP(''text'', ''text'');\n        -> 0', '');
INSERT INTO `help_topic` VALUES (385, 'INSERT DELAYED', 6, 'The DELAYED option for the INSERT statement is a\nMySQL extension to standard SQL that is very useful if you have clients\nthat can''t wait for the INSERT to complete.  This is a common\nproblem when you use MySQL for logging and you also\nperiodically run SELECT and UPDATE statements that take a\nlong time to complete.  DELAYED was introduced in MySQL\n3.22.15.\n\nWhen a client uses INSERT DELAYED, it gets an okay from the server at\nonce, and the row is queued to be inserted when the table is not in use by\nany other thread.\n\nAnother major benefit of using INSERT DELAYED is that inserts\nfrom many clients are bundled together and written in one block. This is much\nfaster than doing many separate inserts.\n\nThere are some constraints on the use of DELAYED:\n\n\n --- INSERT DELAYED works only with ISAM, MyISAM, and (beginning\nwith MySQL 4.1) MEMORY tables.\nFor MyISAM tables, if there are no free blocks in the middle of the\ndata file, concurrent SELECT and INSERT statements are supported.\nUnder these circumstances, you very seldom need to use INSERT\nDELAYED with MyISAM.\nSee also : [MyISAM storage engine, , MyISAM storage engine].\nSee also : [MEMORY storage engine, , MEMORY storage engine].\n\n --- INSERT DELAYED should be used only for INSERT statements that\nspecify value lists. This is enforced as of MySQL 4.0.18.  The server ignores\nDELAYED for INSERT DELAYED ... SELECT statements.\n\n --- The server ignores\nDELAYED for INSERT DELAYED ... ON DUPLICATE UPDATE statements.\n\n --- Because the statement returns immediately before the rows are inserted,\nyou cannot use LAST_INSERT_ID() to get the AUTO_INCREMENT\nvalue the statement might generate.\n\n --- DELAYED rows are not visible to SELECT statements until they\nactually have been inserted.\n\n --- DELAYED are ignored on slaves, because this could cause the slave to\nhave different data than the master.\n', 'INSERT DELAYED ...', '');
INSERT INTO `help_topic` VALUES (386, 'MEDIUMTEXT', 1, '   MEDIUMTEXT\n\nA TEXT column with a maximum length of 16,777,215\n(2^24 - 1) characters.\n', '', '');
INSERT INTO `help_topic` VALUES (387, 'LN', 4, '   LN(X)\nReturns the natural logarithm of X.\n', 'mysql> SELECT LN(2);\n        -> 0.693147\nmysql> SELECT LN(-2);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (388, 'LOG', 4, '   LOG(X)\n   LOG(B,X)\nIf called with one parameter, this function returns the natural logarithm\nof X.\n', 'mysql> SELECT LOG(2);\n        -> 0.693147\nmysql> SELECT LOG(-2);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (389, 'SET SQL_LOG_BIN', 6, 'SET SQL_LOG_BIN = {0|1}\n\nDisables or enables binary logging for the current connection\n(SQL_LOG_BIN is a session variable)\nif the client connects using an account that has the SUPER privilege.\nThe statement is refused with an error if the client does not have that\nprivilege. (Before MySQL 4.1.2, the statement was simply ignored in that case.)\n', '', '');
INSERT INTO `help_topic` VALUES (390, '!=', 26, '   <>\n   !=\nNot equal:\n', 'mysql> SELECT ''.01'' <> ''0.01'';\n        -> 1\nmysql> SELECT .01 <> ''0.01'';\n        -> 0\nmysql> SELECT ''zapp'' <> ''zappp'';\n        -> 1', '');
INSERT INTO `help_topic` VALUES (391, 'AES_DECRYPT', 17, '   AES_ENCRYPT(str,key_str)\n   AES_DECRYPT(crypt_str,key_str)\nThese functions allow encryption and decryption of data using the official\nAES (Advanced Encryption Standard) algorithm, previously known as "Rijndael."\nEncoding with a 128-bit key length is used, but you can extend it up to\n256 bits by modifying the source. We chose 128 bits because it is much\nfaster and it is usually secure enough.\n\nThe input arguments may be any length. If either argument is NULL,\nthe result of this function is also NULL.\n\nBecause AES is a block-level algorithm, padding is used to encode uneven length\nstrings and so the result string length may be calculated as\n16*(trunc(string_length/16)+1).\n\nIf AES_DECRYPT() detects invalid data or incorrect padding, it\nreturns NULL. However, it is possible for AES_DECRYPT()\nto return a non-NULL value (possibly garbage) if the input data or\nthe key is invalid.\n\nYou can use the AES functions to store data in an encrypted form by\nmodifying your queries:\n', 'INSERT INTO t VALUES (1,AES_ENCRYPT(''text'',''password''));', '');
INSERT INTO `help_topic` VALUES (392, 'DAYNAME', 14, '   DAYNAME(date)\nReturns the name of the weekday for date.\n', 'mysql> SELECT DAYNAME(''1998-02-05'');\n        -> ''Thursday''', '');
INSERT INTO `help_topic` VALUES (393, 'COERCIBILITY', 25, '   COERCIBILITY(str)\nReturns the collation coercibility value of the string argument.\n', 'mysql> SELECT COERCIBILITY(''abc'' COLLATE latin1_swedish_ci);\n        -> 0\nmysql> SELECT COERCIBILITY(USER());\n        -> 3\nmysql> SELECT COERCIBILITY(''abc'');\n        -> 4', '');
INSERT INTO `help_topic` VALUES (394, 'INT', 1, '   INT[(M)] [UNSIGNED] [ZEROFILL]\n\nA normal-size integer. The signed range is -2147483648 to\n2147483647.  The unsigned range is 0 to 4294967295.\n\n   INTEGER[(M)] [UNSIGNED] [ZEROFILL]\n\nThis is a synonym for INT.\n', '', '');
INSERT INTO `help_topic` VALUES (395, 'RLIKE', 23, '   expr REGEXP pat\n   expr RLIKE pat\n\nPerforms a pattern match of a string expression expr against a pattern\npat.  The pattern can be an extended regular expression.  The syntax\nfor regular expressions is discussed in [Regexp].  Returns 1\nif expr matches pat, otherwise returns 0.  If either\nexpr or pat is NULL, the result is NULL.\nRLIKE is a synonym for REGEXP, provided for mSQL\ncompatibility.\n\nThe pattern need not be a literal string. For example, it can be specified\nas a string expression or table column.\n\nNote: Because MySQL uses the C escape syntax in strings (for example,\n''\\n'' to represent newline), you must double any ''\\'' that you\nuse in your REGEXP strings.\n\nAs of MySQL 3.23.4, REGEXP is not case sensitive for normal (not\nbinary) strings.\n', 'mysql> SELECT ''Monty!'' REGEXP ''m%y%%'';\n        -> 0\nmysql> SELECT ''Monty!'' REGEXP ''.*'';\n        -> 1\nmysql> SELECT ''new*\\n*line'' REGEXP ''new\\\\*.\\\\*line'';\n        -> 1\nmysql> SELECT ''a'' REGEXP ''A'', ''a'' REGEXP BINARY ''A'';\n        -> 1  0\nmysql> SELECT ''a'' REGEXP ''^[a-d]'';\n        -> 1', '');
INSERT INTO `help_topic` VALUES (396, 'GLENGTH', 18, '   GLength(ls)\nReturns as a double-precision number the length of the LineString\nvalue ls in its associated spatial reference.\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT GLength(GeomFromText(@ls));\n+----------------------------+\n| GLength(GeomFromText(@ls)) |\n+----------------------------+\n|            2.8284271247462 |\n+----------------------------+', '');
INSERT INTO `help_topic` VALUES (397, 'RADIANS', 4, '   RADIANS(X)\nReturns the argument X, converted from degrees to radians.\n', 'mysql> SELECT RADIANS(90);\n        -> 1.570796', '');
INSERT INTO `help_topic` VALUES (398, 'COLLATION', 25, '   COLLATION(str)\nReturns the collation for the character set of the string argument.\n', 'mysql> SELECT COLLATION(''abc'');\n        -> ''latin1_swedish_ci''\nmysql> SELECT COLLATION(_utf8''abc'');\n        -> ''utf8_general_ci''', '');
INSERT INTO `help_topic` VALUES (399, 'COALESCE', 26, '   COALESCE(value,...)\nReturns the first non-NULL value in the list.\n', 'mysql> SELECT COALESCE(NULL,1);\n        -> 1\nmysql> SELECT COALESCE(NULL,NULL,NULL);\n        -> NULL', '');
INSERT INTO `help_topic` VALUES (400, 'VERSION', 25, '   VERSION()\nReturns a string that indicates the MySQL server version.\nAs of MySQL 4.1, the string has the utf8 character set.\n', 'mysql> SELECT VERSION();\n        -> ''4.1.3-beta-log''', '');
INSERT INTO `help_topic` VALUES (401, 'MAKE_SET', 23, '   MAKE_SET(bits,str1,str2,...)\nReturns a set value (a string containing substrings separated by '',''\ncharacters) consisting of the strings that have the corresponding bit in\nbits set.  str1 corresponds to bit 0, str2 to bit 1,\nand so on.  NULL values in str1, str2, ...\nare not appended to the result.\n', 'mysql> SELECT MAKE_SET(1,''a'',''b'',''c'');\n        -> ''a''\nmysql> SELECT MAKE_SET(1 | 4,''hello'',''nice'',''world'');\n        -> ''hello,world''\nmysql> SELECT MAKE_SET(1 | 4,''hello'',''nice'',NULL,''world'');\n        -> ''hello''\nmysql> SELECT MAKE_SET(0,''a'',''b'',''c'');\n        -> ''''', '');
INSERT INTO `help_topic` VALUES (402, 'FIND_IN_SET', 23, '   FIND_IN_SET(str,strlist)\nReturns a value 1 to N if the string str is in the string list\nstrlist consisting of N substrings. A string list is a string\ncomposed of substrings separated by '','' characters. If the first\nargument is a constant string and the second is a column of type SET,\nthe FIND_IN_SET() function is optimized to use bit arithmetic.\nReturns 0 if str is not in strlist or if strlist\nis the empty string.  Returns NULL if either argument is NULL.\nThis function does not work properly if the first argument contains a comma\n('','') character.\n', 'mysql> SELECT FIND_IN_SET(''b'',''a,b,c,d'');\n        -> 2', '');

-- --------------------------------------------------------

-- 
-- Structure de la table `host`
-- 

DROP TABLE IF EXISTS `host`;
CREATE TABLE `host` (
  `Host` char(60) collate utf8_bin NOT NULL default '',
  `Db` char(64) collate utf8_bin NOT NULL default '',
  `Select_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Insert_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Update_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Delete_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Drop_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Grant_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `References_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Index_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Alter_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_tmp_table_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Lock_tables_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_view_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Show_view_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_routine_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Alter_routine_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Execute_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  PRIMARY KEY  (`Host`,`Db`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Host privileges;  Merged with database privileges';

-- 
-- Contenu de la table `host`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `proc`
-- 

DROP TABLE IF EXISTS `proc`;
CREATE TABLE `proc` (
  `db` char(64) character set utf8 collate utf8_bin NOT NULL default '',
  `name` char(64) NOT NULL default '',
  `type` enum('FUNCTION','PROCEDURE') NOT NULL,
  `specific_name` char(64) NOT NULL default '',
  `language` enum('SQL') NOT NULL default 'SQL',
  `sql_data_access` enum('CONTAINS_SQL','NO_SQL','READS_SQL_DATA','MODIFIES_SQL_DATA') NOT NULL default 'CONTAINS_SQL',
  `is_deterministic` enum('YES','NO') NOT NULL default 'NO',
  `security_type` enum('INVOKER','DEFINER') NOT NULL default 'DEFINER',
  `param_list` blob NOT NULL,
  `returns` char(64) NOT NULL default '',
  `body` longblob NOT NULL,
  `definer` char(77) character set utf8 collate utf8_bin NOT NULL default '',
  `created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `modified` timestamp NOT NULL default '0000-00-00 00:00:00',
  `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE') NOT NULL default '',
  `comment` char(64) character set utf8 collate utf8_bin NOT NULL default '',
  PRIMARY KEY  (`db`,`name`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stored Procedures';

-- 
-- Contenu de la table `proc`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `procs_priv`
-- 

DROP TABLE IF EXISTS `procs_priv`;
CREATE TABLE `procs_priv` (
  `Host` char(60) collate utf8_bin NOT NULL default '',
  `Db` char(64) collate utf8_bin NOT NULL default '',
  `User` char(16) collate utf8_bin NOT NULL default '',
  `Routine_name` char(64) collate utf8_bin NOT NULL default '',
  `Routine_type` enum('FUNCTION','PROCEDURE') collate utf8_bin NOT NULL,
  `Grantor` char(77) collate utf8_bin NOT NULL default '',
  `Proc_priv` set('Execute','Alter Routine','Grant') character set utf8 NOT NULL default '',
  `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  PRIMARY KEY  (`Host`,`Db`,`User`,`Routine_name`,`Routine_type`),
  KEY `Grantor` (`Grantor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Procedure privileges';

-- 
-- Contenu de la table `procs_priv`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `tables_priv`
-- 

DROP TABLE IF EXISTS `tables_priv`;
CREATE TABLE `tables_priv` (
  `Host` char(60) collate utf8_bin NOT NULL default '',
  `Db` char(64) collate utf8_bin NOT NULL default '',
  `User` char(16) collate utf8_bin NOT NULL default '',
  `Table_name` char(64) collate utf8_bin NOT NULL default '',
  `Grantor` char(77) collate utf8_bin NOT NULL default '',
  `Timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `Table_priv` set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view') character set utf8 NOT NULL default '',
  `Column_priv` set('Select','Insert','Update','References') character set utf8 NOT NULL default '',
  PRIMARY KEY  (`Host`,`Db`,`User`,`Table_name`),
  KEY `Grantor` (`Grantor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table privileges';

-- 
-- Contenu de la table `tables_priv`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `time_zone`
-- 

DROP TABLE IF EXISTS `time_zone`;
CREATE TABLE `time_zone` (
  `Time_zone_id` int(10) unsigned NOT NULL auto_increment,
  `Use_leap_seconds` enum('Y','N') NOT NULL default 'N',
  PRIMARY KEY  (`Time_zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zones' AUTO_INCREMENT=1 ;

-- 
-- Contenu de la table `time_zone`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `time_zone_leap_second`
-- 

DROP TABLE IF EXISTS `time_zone_leap_second`;
CREATE TABLE `time_zone_leap_second` (
  `Transition_time` bigint(20) NOT NULL,
  `Correction` int(11) NOT NULL,
  PRIMARY KEY  (`Transition_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Leap seconds information for time zones';

-- 
-- Contenu de la table `time_zone_leap_second`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `time_zone_name`
-- 

DROP TABLE IF EXISTS `time_zone_name`;
CREATE TABLE `time_zone_name` (
  `Name` char(64) NOT NULL,
  `Time_zone_id` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`Name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone names';

-- 
-- Contenu de la table `time_zone_name`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `time_zone_transition`
-- 

DROP TABLE IF EXISTS `time_zone_transition`;
CREATE TABLE `time_zone_transition` (
  `Time_zone_id` int(10) unsigned NOT NULL,
  `Transition_time` bigint(20) NOT NULL,
  `Transition_type_id` int(10) unsigned NOT NULL,
  PRIMARY KEY  (`Time_zone_id`,`Transition_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone transitions';

-- 
-- Contenu de la table `time_zone_transition`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `time_zone_transition_type`
-- 

DROP TABLE IF EXISTS `time_zone_transition_type`;
CREATE TABLE `time_zone_transition_type` (
  `Time_zone_id` int(10) unsigned NOT NULL,
  `Transition_type_id` int(10) unsigned NOT NULL,
  `Offset` int(11) NOT NULL default '0',
  `Is_DST` tinyint(3) unsigned NOT NULL default '0',
  `Abbreviation` char(8) NOT NULL default '',
  PRIMARY KEY  (`Time_zone_id`,`Transition_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Time zone transition types';

-- 
-- Contenu de la table `time_zone_transition_type`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `user`
-- 

DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
  `Host` char(60) collate utf8_bin NOT NULL default '',
  `User` char(16) collate utf8_bin NOT NULL default '',
  `Password` char(41) character set latin1 collate latin1_bin NOT NULL default '',
  `Select_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Insert_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Update_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Delete_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Drop_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Reload_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Shutdown_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Process_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `File_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Grant_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `References_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Index_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Alter_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Show_db_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Super_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_tmp_table_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Lock_tables_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Execute_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Repl_slave_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Repl_client_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_view_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Show_view_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_routine_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Alter_routine_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `Create_user_priv` enum('N','Y') character set utf8 NOT NULL default 'N',
  `ssl_type` enum('','ANY','X509','SPECIFIED') character set utf8 NOT NULL default '',
  `ssl_cipher` blob NOT NULL,
  `x509_issuer` blob NOT NULL,
  `x509_subject` blob NOT NULL,
  `max_questions` int(11) unsigned NOT NULL default '0',
  `max_updates` int(11) unsigned NOT NULL default '0',
  `max_connections` int(11) unsigned NOT NULL default '0',
  `max_user_connections` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`Host`,`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Users and global privileges';

-- 
-- Contenu de la table `user`
-- 

INSERT INTO `user` VALUES (0x6c6f63616c686f7374, 0x726f6f74, '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '', '', '', '', 0, 0, 0, 0);
INSERT INTO `user` VALUES (0x6c6f63616c686f7374, 0x736e6566636361, 0x2a33383330323746334542423435334431343346343638313037333745363836313638373844384432, 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', '', '', 0, 0, 0, 0);
INSERT INTO `user` VALUES (0x6c6f63616c686f7374, 0x73706f7274, 0x2a41353934353931394331434541304442334144434143463532453539324339383534353641323335, 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '', '', '', '', 0, 0, 0, 0);
-- 
-- Base de données: `phpmyadmin`
-- 
CREATE DATABASE `phpmyadmin` DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
USE phpmyadmin;

-- --------------------------------------------------------

-- 
-- Structure de la table `pma_bookmark`
-- 

DROP TABLE IF EXISTS `pma_bookmark`;
CREATE TABLE `pma_bookmark` (
  `id` int(11) NOT NULL auto_increment,
  `dbase` varchar(255) collate utf8_bin NOT NULL default '',
  `user` varchar(255) collate utf8_bin NOT NULL default '',
  `label` varchar(255) character set utf8 NOT NULL default '',
  `query` text collate utf8_bin NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Bookmarks' AUTO_INCREMENT=1 ;

-- 
-- Contenu de la table `pma_bookmark`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `pma_column_info`
-- 

DROP TABLE IF EXISTS `pma_column_info`;
CREATE TABLE `pma_column_info` (
  `id` int(5) unsigned NOT NULL auto_increment,
  `db_name` varchar(64) collate utf8_bin NOT NULL default '',
  `table_name` varchar(64) collate utf8_bin NOT NULL default '',
  `column_name` varchar(64) collate utf8_bin NOT NULL default '',
  `comment` varchar(255) character set utf8 NOT NULL default '',
  `mimetype` varchar(255) character set utf8 NOT NULL default '',
  `transformation` varchar(255) collate utf8_bin NOT NULL default '',
  `transformation_options` varchar(255) collate utf8_bin NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `db_name` (`db_name`,`table_name`,`column_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Column information for phpMyAdmin' AUTO_INCREMENT=1 ;

-- 
-- Contenu de la table `pma_column_info`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `pma_history`
-- 

DROP TABLE IF EXISTS `pma_history`;
CREATE TABLE `pma_history` (
  `id` bigint(20) unsigned NOT NULL auto_increment,
  `username` varchar(64) collate utf8_bin NOT NULL default '',
  `db` varchar(64) collate utf8_bin NOT NULL default '',
  `table` varchar(64) collate utf8_bin NOT NULL default '',
  `timevalue` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `sqlquery` text collate utf8_bin NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `username` (`username`,`db`,`table`,`timevalue`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='SQL history for phpMyAdmin' AUTO_INCREMENT=1 ;

-- 
-- Contenu de la table `pma_history`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `pma_pdf_pages`
-- 

DROP TABLE IF EXISTS `pma_pdf_pages`;
CREATE TABLE `pma_pdf_pages` (
  `db_name` varchar(64) collate utf8_bin NOT NULL default '',
  `page_nr` int(10) unsigned NOT NULL auto_increment,
  `page_descr` varchar(50) character set utf8 NOT NULL default '',
  PRIMARY KEY  (`page_nr`),
  KEY `db_name` (`db_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='PDF relation pages for phpMyAdmin' AUTO_INCREMENT=1 ;

-- 
-- Contenu de la table `pma_pdf_pages`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `pma_relation`
-- 

DROP TABLE IF EXISTS `pma_relation`;
CREATE TABLE `pma_relation` (
  `master_db` varchar(64) collate utf8_bin NOT NULL default '',
  `master_table` varchar(64) collate utf8_bin NOT NULL default '',
  `master_field` varchar(64) collate utf8_bin NOT NULL default '',
  `foreign_db` varchar(64) collate utf8_bin NOT NULL default '',
  `foreign_table` varchar(64) collate utf8_bin NOT NULL default '',
  `foreign_field` varchar(64) collate utf8_bin NOT NULL default '',
  PRIMARY KEY  (`master_db`,`master_table`,`master_field`),
  KEY `foreign_field` (`foreign_db`,`foreign_table`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Relation table';

-- 
-- Contenu de la table `pma_relation`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `pma_table_coords`
-- 

DROP TABLE IF EXISTS `pma_table_coords`;
CREATE TABLE `pma_table_coords` (
  `db_name` varchar(64) collate utf8_bin NOT NULL default '',
  `table_name` varchar(64) collate utf8_bin NOT NULL default '',
  `pdf_page_number` int(11) NOT NULL default '0',
  `x` float unsigned NOT NULL default '0',
  `y` float unsigned NOT NULL default '0',
  PRIMARY KEY  (`db_name`,`table_name`,`pdf_page_number`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table coordinates for phpMyAdmin PDF output';

-- 
-- Contenu de la table `pma_table_coords`
-- 


-- --------------------------------------------------------

-- 
-- Structure de la table `pma_table_info`
-- 

DROP TABLE IF EXISTS `pma_table_info`;
CREATE TABLE `pma_table_info` (
  `db_name` varchar(64) collate utf8_bin NOT NULL default '',
  `table_name` varchar(64) collate utf8_bin NOT NULL default '',
  `display_field` varchar(64) collate utf8_bin NOT NULL default '',
  PRIMARY KEY  (`db_name`,`table_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table information for phpMyAdmin';

-- 
-- Contenu de la table `pma_table_info`
-- 

-- 
-- Base de données: `score_db`
-- 
CREATE DATABASE `score_db` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE score_db;

-- --------------------------------------------------------

-- 
-- Structure de la table `ventes`
-- 

DROP TABLE IF EXISTS `ventes`;
CREATE TABLE `ventes` (
  `ID` smallint(6) NOT NULL auto_increment,
  `commerciauxID` tinyint(4) NOT NULL,
  `mois` varchar(50) NOT NULL,
  `annee` year(4) NOT NULL,
  `resultat` decimal(10,2) NOT NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Contenu de la table `ventes`
-- 

-- 
-- Base de données: `snefcca_db`
-- 
CREATE DATABASE `snefcca_db` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE snefcca_db;

-- --------------------------------------------------------

-- 
-- Structure de la table `adherents`
-- 

DROP TABLE IF EXISTS `adherents`;
CREATE TABLE `adherents` (
  `log` varchar(20) NOT NULL default '',
  `pwd` varchar(20) NOT NULL default '',
  `nom` varchar(200) NOT NULL default '',
  `prenom` varchar(200) default NULL,
  `email` varchar(200) default NULL,
  `nbTech` tinyint(4) NOT NULL default '0',
  `statut` enum('adh','tech') NOT NULL default 'adh',
  `tuteur` varchar(20) default NULL,
  PRIMARY KEY  (`log`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Contenu de la table `adherents`
-- 

INSERT INTO `adherents` VALUES ('810/9', 'EpSno', 'QUEVA', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('388/20', 'efYNa', 'VILATO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('70/13', 'IZuXo', 'CHAPPERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('536/2', 'wFOLI', 'GARBERI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('784/9', 'ElfqG', 'ALLEPOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('896/17', 'ivQZK', 'SORIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('681/9', 'GLYdi', 'MALLEY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('297/5', 'MXkQJ', 'LAINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('320/21', 'KXMVy', 'MILLERIOUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('489/2', 'CLUhC', 'BENETIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('707/2', 'TVDdk', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('717/18', 'sdqvQ', 'DECOLZY-FARAGO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('961/20', 'amCdX', 'ABETINO et CIANTI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('447/6', 'zmidO', 'COLLONGUES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('118/20', 'EBqXI', 'BILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('549/12', 'YyABS', 'GUIGNER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('322/21', 'vGLav', 'HAZOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('790/21', 'EVajo', 'DIDIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('440/12', 'qvUJO', 'SONTOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('566/9', 'hBocZ', 'CLAESEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('706/9', 'nElaz', 'LE GUEDARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('107/9', 'fEtuH', 'THOMAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('649/9', 'HkNWv', 'BONFATI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('654/9', 'vcRSz', 'CAPPA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('279/1', 'IRiLM', 'LAPARLIERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('471/20', 'PwZSj', 'STADNIK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('857/2', 'uHoZi', 'DESFORGES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('273/2', 'RqXYx', 'LESTAGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('694/18', 'ZXrGU', 'BOULANGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('261/15', 'oBCTI', 'GOUARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('992/20', 'ZKnEJ', 'DELPIAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('330/20', 'LQFif', 'MARTINEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('246/20', 'rcZSf', 'FERRAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('220/4', 'iDcNG', 'GIORGIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('139/2', 'QtyrY', 'MICHY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('75/9', 'RGbYl', 'BERNARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('607/22', 'kcmvt', 'KNEUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('423/15', 'ZMxGn', 'STORK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('982/20', 'BWvsx', 'RUBIO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('721/9', 'SHsxu', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('179/17', 'CaFql', 'LAURENT\r', '', 'alain.laurent70@wanadoo.fr', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('195/9', 'haDQx', 'LANGUERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('848/22', 'tujkl', 'LEMAIRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('866/17', 'nAmpj', 'REYMOND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('223/17', 'TRjUB', 'PINEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('249/21', 'sZifE', 'HARVEY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('495/2', 'SjotC', 'GUEDOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('315/21', 'IheLQ', 'DEVIGNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('576/13', 'nsZOD', 'ALQUIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('288/3', 'ZabsB', 'ALRIVIE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('557/1', 'XIJyz', 'FAVRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('714/1', 'CvUhi', 'FRETIGNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('34/9', 'OTANe', 'VIEIRA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('303/9', 'XENyn', 'et Claude MALLEY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('737/21', 'YFevY', 'ZANELLA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('58/15', 'pyXEV', 'DE CASTRO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('633/2', 'SzIhS', 'MORISSET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('987/2', 'jadOO', 'MARCEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('815/16', 'XUhuv', 'CZAJKA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('547/20', 'XIBqv', 'MEUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('937/2', 'CPIha', 'PRIOLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('293/17', 'VOnkF', 'CESBRON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('960/9', 'wrCvS', 'VAN DER LINDEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('932/9', 'xCvwF', 'BRUYANT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('37/17', 'OHQZe', 'BOUTEILLER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('422/13', 'aUani', 'STEINBERGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('622/9', 'VKvIZ', 'CORBEC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('662/17', 'GbgFy', 'DAMMAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('164/20', 'SfolG', 'DRILLAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('425/9', 'IltNd', 'MONGREVILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('53/9', 'iXcVm', 'THOMASSIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('922/2', 'LsVuD', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('971/3', 'ppdxt', 'LECART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('953/10', 'gZmLs', 'AUZET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('142/20', 'mfINS', 'FIGUIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('999/1', 'LwxSz', 'WALTER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('829/21', 'GXQhi', 'LOR-SAW\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('264/2', 'PoZen', 'BALZAC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('104/6', 'ibMJS', 'JACQUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('909/13', 'joJSP', 'BURY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('480/10', 'JWnUl', 'BESSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('605/9', 'DclaX', 'DUTOYA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('663/1', 'bUhen', 'LEOPOLD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('643/2', 'pyfsl', 'ROPARS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('637/17', 'roFeD', 'PIZON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('602/20', 'KHQJq', 'CARREGA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('609/9', 'Snstu', 'COTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('589/9', 'oVuHk', 'SOREAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('671/13', 'EhiDo', 'LEBOUC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('659/3', 'qPUpS', 'CHARPE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('552/16', 'qLQtK', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('754/18', 'hMHcM', 'COIFFIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('746/22', 'jadOO', 'BILHOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('858/11', 'joNKD', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('344/5', 'sZirg', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('568/21', 'QFWLg', 'BOEDA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('351/9', 'QFSjY', 'FILLON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('35/6', 'VuvsZ', 'BRUNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('100/13', 'iXMhC', 'BUZY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('555/9', 'ODUtS', 'CAMUSET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('25/9', 'nAZmj', 'LELOUCH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('478/15', 'CzshS', 'BROGI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('55/22', 'WXQFa', 'GANE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('419/16', 'FejkZ', 'LHOTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('250/17', 'mjsFe', 'ALLAIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('144/9', 'rQRCP', 'AUROUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('116/21', 'WHwhu', 'MAURY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('242/20', 'uDEVm', 'BOUKOBZA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('444/9', 'vAZuP', 'CIRACO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('57/14', 'sdyzo', 'CLAIRET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('336/13', 'gZqjM', 'CALMETTES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('420/22', 'CzgJy', 'MAGDELONETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('579/15', 'JivMt', 'PROTAIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('796/2', 'SvolG', 'CASSAGNO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('626/13', 'UBKXk', 'GALINDO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('24/7', 'nsdCv', 'FOISSEY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('509/16', 'PYNOn', 'TRUCHY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('984/21', 'RSLIF', 'CHERPIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('914/21', 'jadOO', 'CHEVIGNON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('520/6', 'yXCQf', 'CARPENTIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('949/16', 'tynkd', 'BLANCHARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('396/21', 'JRumi', 'PIALLAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('735/9', 'hREvI', 'LE DEROFF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('101/27', 'qvAVa', 'JIZDNY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('616/17', 'mrANy', 'DREAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('291/9', 'TANmj', 'HURDEBOURCQ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('511/21', 'VurMx', 'MINSSIEUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('106/3', 'QtaTU', 'ROY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('780/22', 'tmToV', 'CHARLOTTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('963/9', 'XApqv', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('377/10', 'QtODQ', 'TORRES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('256/10', 'nAmpj', 'SERRET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('620/2', 'opqPI', 'FERRAZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('799/18', 'nsyGE', 'LE DREF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('170/9', 'QtCTA', 'CARTRY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('868/16', 'HoFir', 'FOULON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('360/8', 'JSjgd', 'LAINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('874/22', 'DklKH', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('563/3', 'kefeI', 'GIRAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('277/20', 'PQpGz', 'ZNATY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('601/2', 'SboJa', 'MASSIP\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('300/1', 'vYtmj', 'LABROUSSE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('95/5', 'gZWDo', 'LEBALLAIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('44/20', 'OkYOJ', 'FRADEAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('262/1', 'WrwZK', 'NUSS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('314/9', 'nIJOj', 'PESME\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('477/12', 'VejYh', 'MINNITI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('428/6', 'FWPYd', 'COUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('337/21', 'dWjsN', 'BLONDEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('842/2', 'XEVaj', 'TERRADE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('611/22', 'dCoJz', 'RULLIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('97/9', 'PoxSH', 'BAHOLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('397/21', 'hCbIl', 'MONNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('265/20', 'IFefE', 'PEETERS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('813/10', 'fUabg', 'BLONDEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('939/20', 'Toluz', 'BERBIGUIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('506/16', 'MJqDk', 'MASUREL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('2/9', 'BWDot', 'DOHOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('113/21', 'ibwBO', 'COLLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('59/27', 'KrsRS', 'KAKOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('764/9', 'HQBuP', 'BRESIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('978/17', 'OncZG', 'CORBE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('171/17', 'uDkVm', 'CORNILLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('482/21', 'RazUN', 'DOUBLIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('197/22', 'qvDCB', 'ADRAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('988/9', 'wFabY', 'GUIET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('560/2', 'KjUBK', 'VIDAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('79/18', 'IJGrM', 'JOSSE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('186/20', 'lQHkN', 'DELGRANGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('534/1', 'jMRmv', 'UTTER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('728/2', 'fElaD', 'CAPIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('126/11', 'avcdq', 'DELAGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('63/21', 'zMNGP', 'JEAMBENOIT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('168/5', 'aHkNG', 'DELANOE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('23/22', 'jgBCP', 'CAUDAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('964/22', 'dabYN', 'LOISON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('326/8', 'KjEFu', 'DAVAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('316/18', 'OfcdS', 'DELABARRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('438/5', 'pyPQp', 'PERROTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('338/9', 'WPAFm', 'CONINCK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('677/20', 'HIhij', 'POUCAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('571/4', 'ohGfM', 'MALTERRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('698/22', 'WDgRu', 'LABONNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('340/9', 'QJGLo', 'DESMAREST\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('414/21', 'ZmvYx', 'DURET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('812/13', 'RKbct', 'DELPECH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('712/13', 'iXApK', 'LASBATS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('947/9', 'QBKfE', 'FRASCA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('878/22', 'vcNib', 'TSIN-YING-FING\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('627/18', 'wdMmq', 'PUJALTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('529/9', 'MnrQq', 'BROUTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('739/8', 'FCbEJ', 'HOCHART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('989/20', 'wtSvU', 'ROBBES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('267/18', 'tmDwx', 'DUBOIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('469/21', 'CbUNS', 'SEVES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('247/21', 'vYxWr', 'DURR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('218/6', 'hmzkB', 'EDOUARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('327/1', 'tuHQp', 'TRUMPF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('584/9', 'BiXcp', 'BARDI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('237/22', 'Zatlb', 'BERANCHE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('530/20', 'xiHEN', 'CANE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('275/9', 'IJmTA', 'CALDONAZZO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('152/10', 'WTENy', 'ANDRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('759/2', 'CJIjB', 'FERRIERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('883/22', 'HQlCz', 'ARAUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('356/16', 'QZyXI', 'CAFFIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('324/9', 'laPUh', 'JOLY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('491/20', 'uHMJq', 'CERUTTI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('207/3', 'YJufw', 'DES CHAUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('824/8', 'WvScF', 'BOUZENARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('505/2', 'zkRyX', 'BONIFACE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('416/13', 'WbYBu', 'CENCETTI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('231/15', 'xSfYl', 'LEFRANC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('504/17', 'YGRjr', 'GROGNARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('861/22', 'BUrnS', 'VOLTIGEUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('278/9', 'wpuHk', 'FERREIRA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('969/3', 'mrERG', 'BREBION\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('650/22', 'FinUS', 'CAPRICE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('381/18', 'pWjUd', 'HOTTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('212/6', 'DUVeX', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('931/22', 'NOTAN', 'VINCHON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('788/16', 'JWbIJ', 'WEYNANTS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('33/17', 'WHkRm', 'PIRAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('882/13', 'jadOO', 'CHRISTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('65/17', 'tMnSO', 'BEGUIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('729/21', 'PoNaL', 'FORESTIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('876/22', 'BWHcF', 'CHANE-WING-YEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('26/1', 'CfkhC', 'PEROT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('402/16', 'SnEBK', 'JACQUEMONT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('157/9', 'unIly', 'BEUQUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('962/10', 'OfgMN', 'BOGDANOWITCH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('1/21', 'KPYzT', 'PONCET', '', 'webmaster@snefcca.com', 3, 'adh', NULL);
INSERT INTO `adherents` VALUES ('639/20', 'LQdCX', 'ROQUES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('936/21', 'JOrkx', 'MOREL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('884/12', 'glivc', 'BARBILLON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('190/17', 'GzgJC', 'BARON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('160/17', 'uDYRi', 'BERTRAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('474/17', 'sVObU', 'BIARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('779/17', 'BCXuM', 'BLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('39/9', 'QpSXA', 'BOUFENAZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('119/10', 'uvMJm', 'CAHUZAC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('476/17', 'botKP', 'CHARETTEUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('839/21', 'SLItS', 'POULARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('432/16', 'PURyP', 'DEHONDT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('460/10', 'NKrIF', 'DORMIERES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('774/13', 'VKPEV', 'FAURE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('635/21', 'WzkFi', 'GOUTTENOIRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('367/21', 'cFevc', 'GAIDON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('410/13', 'CbcBy', 'GALINDO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('516/18', 'AtWLE', 'TREPAGNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('472/10', 'stqHU', 'GOBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('628/2', 'JqjUN', 'GUILLAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('715/13', 'oBqvc', 'PALUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('406/1', 'nEhyb', 'HAEFFELE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('685/15', 'rwFWD', 'PAUMIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('374/6', 'VybER', 'GIRAULT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('462/9', 'KrgBK', 'JOB\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('32/21', 'nMFuf', 'JOSEPH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('361/2', 'foBSX', 'LABRUQUERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('254/9', 'MtKnc', 'LE CLOAREC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('859/2', 'AZyzQ', 'MALEYRAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('36/2', 'lOXoR', 'MARRET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('756/21', 'rsZGr', 'PHILIPPE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('145/9', 'HgdiP', 'PICHARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('295/2', 'slKTg', 'PINTURAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('319/4', 'YNGro', 'PLUMERAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('140/4', 'PQZaP', 'POINTEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('709/7', 'YdCXw', 'LOJACONO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('569/10', 'MlKrQ', 'SAINCT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('725/15', 'ifgBi', 'VALLEE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('791/15', 'rIBWx', 'ORIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('823/9', 'ncJCT', 'CHAUVIGNY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('766/10', 'avUtW', 'FLOURIEUSSE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('910', 'BUrnS', 'SAMSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('154/1', 'jadOO', 'DUVAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('610/7', 'CxrJT', 'GUILLEMIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('951/3', 'LQVWj', 'QUINIOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('674/13', 'MpibU', 'REVEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('897/2', 'kdaTo', 'FERRARI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('177/13', 'cVWHQ', 'FRICON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('623/22', 'xTmpB', 'LE BOZEC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('648/20', 'oxiXo', 'GRIOTTO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('385/14', 'JKngZ', 'PINEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('990/20', 'cpWrw', 'DEMARIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('763/10', 'xOTUF', 'FIGUERAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('494/20', 'urEZC', 'LE PELLETIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('974/6', 'YFGLY', 'BRICE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('149/12', 'MpiLc', 'IGIGABEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('783/9', 'HYxir', 'et NATAF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('403/17', 'HYhmr', 'BERARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('827/7', 'YSpwF', 'LAMBINET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('776/20', 'OfgRe', 'BESCHMOUT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('651/15', 'OrwhC', 'BOULAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('45/2', 'QRejc', 'FRANCOISE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('180/9', 'Upizg', 'BORNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('243/10', 'JOvcl', 'PEREZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('354/21', 'QZSHU', 'DURIGAN-CUEILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('612/22', 'UyxLd', 'MEDOUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('532/20', 'XUdKX', 'BALDY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('189/21', 'largp', 'FABBRI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('873/6', 'qvARW', 'BERNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('879/2', 'pyTId', 'NOEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('944/3', 'QdiLo', 'GOURGOUILLAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('921/20', 'HQlSP', 'MERMOZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('5/10', 'Qpavk', 'ASNAR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('91/21', 'bsNWX', 'BONNEFOY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('202/5', 'BafUZ', 'LEROUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('954/12', 'jadOO', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('660/14', 'cEjQg', 'HERRY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('973/4', 'Nibgl', 'LAZZERINI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('230/7', 'MVGjU', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('475/9', 'HolGz', 'RAPHAEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('775/9', 'WjnBO', 'VIEIRA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('155/9', 'yrwNW', 'ANSOUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('483/8', 'UtuPs', 'THEVENOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('6/21', 'tufkh', 'REVERTEGAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('431/20', 'PcdeL', 'CODET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('364/17', 'JWngp', 'RETHORE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('307/2', 'UFCrI', 'Yves L''YVONNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('807/10', 'fyfAL', 'VALLAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('604/10', 'nYhSL', 'PORTALES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('225/7', 'BiPEV', 'RIME\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('418/9', 'XIxyz', 'ROSE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('136/7', 'cpuPA', 'TUNIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('398/16', 'INmvE', 'DELATTRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('304/15', 'uDMdq', 'CANU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('747/18', 'psium', 'CHEREAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('965/13', 'efIxy', 'et Alain AMPUDIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('309/9', 'RGzEh', 'CARDOSO et LEROUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('830/2', 'jadOO', 'MATTEI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('598/20', 'rmFva', 'GUIGNETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('809/2', 'fwhyv', 'ROUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('980/17', 'KfMZu', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('811/20', 'GXApu', 'BOULANGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('274/22', 'IGWSf', 'ERARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('470/21', 'heToN', 'GUIGARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('600/2', 'MRSvA', 'HERVEOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('542/2', 'yeprR', 'ARRIETA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('281/9', 'olmzA', 'MICHON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('191/18', 'cVurw', 'CATEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('653/21', 'ZuPIp', 'CERISOLA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('450/9', 'CDUVy', 'MARECHAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('436/13', 'HkNyP', 'MARTINEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('161/9', 'gJSjg', 'AUGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('18/22', 'wxSHU', 'JEAN-LAMBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('644/1', 'XQFGT', 'AUDEBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('800/17', 'FOvIR', 'FORT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('693/6', 'zslyz', 'ETIEVE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('108/9', 'tXnap', 'GILLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('898/3', 'zUpKf', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('517/5', 'cdSzU', 'GAILLARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('687/20', 'EECAG', 'FIGHIERA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('135/20', 'zYJar', 'CEFALIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('466/21', 'VKTsh', 'MANGIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('252/2', 'ZOLoN', 'VERDRU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('553/20', 'WzsZm', 'MAGAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('112/17', 'nAmpj', 'PIARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('903/20', 'kleXM', 'BASTIDE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('845/15', 'PcROP', 'LECERF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('834/9', 'jadOO', 'FOLTRAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('820/2', 'GHQdm', 'COMET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('16/8', 'vUtCv', 'RECHT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('843/14', 'oBibY', 'ANCELIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('346/21', 'wrCvS', 'DUMAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('521/2', 'eHoVu', 'PERES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('435/13', 'Gnkte', 'BAYLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('864/21', 'IlKXY', 'BOUCAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('173/21', 'BmnoZ', 'PASQUIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('193/22', 'HkdKf', 'DE JAHAM\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('455/17', 'DIpej', 'BESNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('380/1', 'UpuLI', 'STOEFFLER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('343/5', 'ivopy', 'LAMEZEC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('803/1', 'ThJPS', 'VARAILLON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('165/5', 'xSfYl', 'KERVELLA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('894/2', 'xavwF', 'LEURENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('797/11', 'jcNqH', 'MAISON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('825/20', 'DwROP', 'VOISIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('913/22', 'jadOO', 'GAULIRIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('841/8', 'tCHwF', 'SAINTHILLIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('889/13', 'BUrnS', 'TROUCHE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('499/15', 'yPEpK', 'PETIT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('7/9', 'evYFm', 'LOS BUEIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('748/22', 'VOPQV', 'DORMOY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('518/17', 'teHsJ', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('214/21', 'vZjro', 'BONNARDEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('805/21', 'MpyzU', 'JEAN-ANTOINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('49/15', 'HkZOD', 'CASSIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('111/13', 'fkNyz', 'BAGNERIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('8/21', 'jsFeT', 'GELIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('632/20', 'ijYNu', 'DUCHEMIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('855/1', 'nElWP', 'GERBER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('736/15', 'Alcza', 'DELCHER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('153/7', 'SHgNm', 'GILLES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('329/13', 'nkdSL', 'et Lilian SIEURAC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('430/9', 'qrcVi', 'LE SAUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('690/14', 'duvcJ', 'GOUVILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('742/17', 'PkxKD', 'SCAON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('305/22', 'YZWjI', 'HAMARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('208/15', 'oNmPo', 'DUCHENE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('680/22', 'KgGKp', 'TOLOSA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('371/9', 'MRCDc', 'GUILLON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('596/20', 'IxCDo', 'SAISON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('129/22', 'BclkH', 'GRONDIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('115/21', 'gBubs', 'HERAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('201/9', 'zwtOT', 'DELCAMBRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('479/13', 'rbsnv', 'COULY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('134/21', 'IBajY', 'PROTAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('76/9', 'rIJyH', 'GILLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('363/20', 'nAZqX', 'LIVONNEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('718/4', 'Klbda', 'MARTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('580/9', 'MVGDU', 'BROUTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('299/9', 'JWDkF', 'AUGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('564/9', 'XAhOj', 'LECUYER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('151/16', 'deXwV', 'DALLAINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('308/21', 'CHQhK', 'VIZCAINO', NULL, 'delphine.tonossi@mondial-frigo.fr', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('182/17', 'UVKbo', 'LEDUC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('906/9', 'xKzYN', 'INSERGUEIX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('933/2', 'gtGjo', 'IROZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('312/21', 'VSnIp', 'CIANCIOLO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('550/16', 'jadOO', 'COLEIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('14/5', 'XcteX', 'JAGLINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('881/10', 'BUrnS', 'DARDE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('386/15', 'ktujw', 'LARCHEVEQUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('727/20', 'mXEZK', 'GREGOIRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('595/7', 'XglSn', 'CLEMENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('387/18', 'dmLEp', 'MESSAGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('248/13', 'oNqzM', 'MARQUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('241/23', 'yaYAs', 'NICOLAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('286/6', 'ohObQ', 'BARBIERI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('847/9', 'ABmDs', 'BRAVAIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('93/12', 'ZXRUN', 'DESROUSSEAUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('658/17', 'ZTEnW', 'LOHEAC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('956/9', 'kFOjs', 'COURAGEUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('523/16', 'LAlez', 'POIRET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('78/20', 'NejMF', 'GRES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('311/13', 'GLMJq', 'RUIZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('886/8', 'nIxGb', 'GUILLEMIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('131/5', 'TcNOP', 'LALAIRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('502/5', 'hmGdo', 'MASSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('269/12', 'JSPwl', 'KUTHE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('575/4', 'rURar', 'JOSSE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('916/6', 'UhGvQ', 'TELLIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('473/1', 'zsJiX', 'KRAENCKER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('664/9', 'gxqzM', 'LANDY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('501/21', 'qTchy', 'LATOUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('915/9', 'RuPgR', 'LE FLOCH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('62/17', 'aLQdS', 'CLISSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('467/9', 'iDMtS', 'BOURDETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('384/17', 'cZKTY', 'CHARRIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('744/3', 'CDcBm', 'NOSSEK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('524/21', 'GLwtW', 'CHAPOTIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('863/17', 'nAmpj', 'FORT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('911/17', 'jadOO', 'CHAUVET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('919/17', 'iPAhu', 'ROUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('282/9', 'kNuHA', 'LEGRAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('103/9', 'AZirM', 'COMEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('740/21', 'mTQBu', 'SCHIWIORA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('96/9', 'UJmPY', 'CLAUDEPIERRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('828/21', 'nAmpj', 'LHERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('562/1', 'tKroR', 'SCHMITT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('802/6', 'MzMJN', 'COLINEAU et BOUCHARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('184/9', 'vcdiH', 'LUTZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('565/21', 'uzkJG', 'GUILLOUX et HERVIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('976/20', 'WHMpe', 'CHANAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('217/9', 'Ipejw', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('837/21', 'YVmXM', 'LAYES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('670/21', 'CvwJe', 'LAURENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('935/12', 'jadOO', 'FIGONI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('313/21', 'GLEpm', 'IHADDADENE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('787/9', 'eRrzB', 'YVE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('669/21', 'kxqTo', 'MAISONNETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('27/2', 'fgFev', 'MALLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('701/16', 'Yeqmn', 'MANIEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('724/21', 'MRubY', 'FABRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('407/9', 'HcByz', 'POINTEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('392/7', 'QRaHE', 'MARTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('11/21', 'UkySd', 'IMBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('46/15', 'enchi', 'MATURA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('110/5', 'iXotS', 'HAIGRON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('902/21', 'wrCvS', 'MURTO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('285/2', 'TQNWL', 'GARCIA\r', '', NULL, 3, 'adh', NULL);
INSERT INTO `adherents` VALUES ('849/20', 'XcZuL', 'et Gilles BLANC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('40/22', 'wrCvS', 'ANTAYA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('719/21', 'pqXMi', 'MERENCHOLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('376/9', 'TsVyv', 'LEPLANG\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('302/17', 'aPwxi', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('975/6', 'ROPkR', 'TAFFANEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('393/8', 'mfQVW', 'MAILLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('219/9', 'VyHgh', 'KOUDAD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('228/3', 'tubAR', 'THEVENET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('421/16', 'sluHI', 'BOURGOIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('98/9', 'BUrnS', 'CHENICLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('543/13', 'QcMLF', 'MONPART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('618/6', 'qPsdC', 'MONTAGNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('608/21', 'Snjon', 'DEPOISIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('238/20', 'KPUdy', 'MORCRETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('703/6', 'Deqhv', 'WERBROECK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('967/13', 'UtaTw', 'TECHER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('158/9', 'RuvMV', 'KELLER-CROCHET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('276/6', 'ufYNe', 'NARBONNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('163/21', 'bcNGX', 'VERCELLI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('755/10', 'zYFmf', 'BESSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('634/16', 'KnctC', 'VERWAERDE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('20/15', 'OfYFy', 'COUILLARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('767/20', 'fAxOv', 'LASSALLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('926/20', 'nAmpj', 'TORRES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('458/17', 'YhezY', 'BOUDAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('88/9', 'aXItK', 'PILIPOWICZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('652/20', 'DYRSb', 'BETTAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('515/9', 'OjIJu', 'KELLER-CROCHET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('359/8', 'cBSzo', 'PAULIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('918/7', 'jadOO', 'PERSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('624/22', 'NqzUV', 'POULIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('244/9', 'SHgNm', 'TOROSSIAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('942/4', 'zMVSD', 'MOUGET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('581/20', 'BUrnS', 'POLIZZI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('203/3', 'msDfQ', 'POLLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('368/9', 'XMBCv', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('29/10', 'JKLYp', 'BERGAMACHI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('102/21', 'iXsxq', 'POYARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('481/9', 'kWmtb', 'RAMOS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('761/16', 'GPEtm', 'SANTRAIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('730/22', 'iUtuC', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('357/20', 'PMRCj', 'RANC?UR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('692/21', 'gVWzE', 'COLOMBET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('959/13', 'Bmrcl', 'FOURNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('196/13', 'lOTAF', 'SARRAIL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('114/9', 'XAJWf', 'DESFORGES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('752/2', 'rMZKv', 'RIDEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('574/9', 'ZizMt', 'MAGNELLI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('211/13', 'laHkN', 'ROUGET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('453/21', 'mncdu', 'RADIX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('946/20', 'iDwJu', 'OBIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('175/9', 'FaDUV', 'RAGUENEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('948/20', 'uLgNy', 'REYNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('533/20', 'HMRCD', 'REBUFFAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('941/6', 'bIlOP', 'LEHOUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('943/21', 'jadOO', 'LORIGEON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('187/20', 'qPIVa', 'GIORGIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('52/5', 'khOjc', 'GRIMAULT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('979/9', 'SPgtC', 'BONOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('255/4', 'sdSHg', 'RETIF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('127/5', 'MZCfw', 'ROBIC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('497/21', 'XQdaj', 'HERAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('675/12', 'QKTDq', 'ROBIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('174/17', 'FinkR', 'ROUSSEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('838/7', 'jadOO', 'SEILER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('968/5', 'dOTgZ', 'BOURRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('166/22', 'KbMZy', 'BAILLIF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('183/9', 'sJGPs', 'ARGELIES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('90/17', 'cJKvY', 'BAILLY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('270/13', 'ReTkZ', 'SEGUIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('332/6', 'cpeTA', 'VIAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('710/10', 'jadOO', 'HENRY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('952/3', 'clGbw', 'PELLETIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('722/22', 'xqrQx', 'JEAN-ELIE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('772/20', 'OXMFy', 'SIROUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('178/1', 'KDUNO', 'DEIKE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('141/9', 'nIdCP', 'TAJOURI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('907/2', 'BUrnS', 'SELIVERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('645/16', 'GnwJm', 'MAES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('738/13', 'jdsOt', 'CHEVALIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('832/9', 'hKjIh', 'TOCQUEVILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('209/22', 'CXqjz', 'Fred GRONDIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('369/10', 'OHgVy', 'MADRENNES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('691/22', 'nAyGe', 'BEGUE et RITOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('591/22', 'MEWRn', 'BOUVIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('490/5', 'bcBmf', 'BRETONNIERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('869/16', 'SDYBC', 'DEBRUYNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('540/5', 'HsZCj', 'MINSSIEUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('642/17', 'Kzcpm', 'LAUNAY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('260/16', 'yHQVG', 'CASTELIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('13/17', 'ReXcN', 'AULNETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('138/10', 'mXQRi', 'VAISSIERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('69/15', 'pCrIx', 'HEUZE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('109/18', 'BOvkd', 'HERVOUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('493/17', 'Vursl', 'MENUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('349/10', 'ZSXId', 'ABRAX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('758/9', 'bwtyL', 'VILLAR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('590/8', 'sxGTI', 'BERTOMEU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('296/17', 'yIZhI', 'LEDUC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('630/10', 'Lohaf', 'BAUDET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('459/2', 'gRGDU', 'PAILLASSA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('85/4', 'NaDcR', '-Jean-Luc HERVE-Eric LAY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('673/12', 'uXAxa', 'RAOULT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('355/21', 'NijYF', 'REGAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('468/13', 'nQhaL', 'SALSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('498/14', 'DEFWj', 'MARSAC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('408/7', 'kZSvA', 'SCANO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('544/6', 'yDwRW', 'CHIRON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('232/7', 'YJqfk', 'DOMANGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('890/17', 'jadOO', 'ALLEMAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('266/10', 'ppdxt', 'RAUBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('61/6', 'aToZW', 'TOUZET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('676/2', 'UVWzU', 'DAYRAUT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('892/13', 'DEler', 'GABRIEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('485/9', 'YUiul', 'DOYEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('871/13', 'wrCvS', 'LIROLA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('561/2', 'tijgl', 'HIRIART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('294/20', 'afUpa', 'CHIRON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('537/2', 'yzEVq', 'ISMAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('31/7', 'wRWPw', 'ALBARET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('679/4', 'lySrk', 'CHIZALLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('786/13', 'EJSHE', 'BOHER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('424/2', 'QxCjk', 'BOUSSARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('806/6', 'kRCDM', 'MAUGUIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('641/17', 'ZuLEh', 'GRIMAULT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('67/3', 'kZqjk', 'BRESSOLETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('880/7', 'BUrnS', 'BALANDIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('683/18', 'KLItm', 'MENTION\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('970/13', 'vkROf', 'BICHARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('753/6', 'WrMly', 'BONNIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('413/21', 'mcrMS', 'BONVALLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('176/8', 'pSXgV', 'GAVAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('28/17', 'mzYpe', 'BILLY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('901/17', 'QFqHc', 'BROSSET et CARRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('514/10', 'aXIxy', 'MAROT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('831/2', 'OrUpq', 'CHASSERIEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('734/13', 'EyQIx', 'PEYRIGUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('383/17', 'GDIRu', 'CLAIRAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('409/14', 'RqDcR', 'RENIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('206/4', 'azAZe', 'DARS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('997/11', 'TAtCP', 'LECHAIR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('373/3', 'Hcdef', 'GELY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('541/21', 'XYRmP', 'FOUACHE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('321/21', 'wNyfs', 'CORBON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('339/5', 'HEtaP', 'VAMBACAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('570/2', 'tmHYF', 'CONQUERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('80/12', 'cdqjI', 'CONREAUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('120/13', 'jadOO', 'FRIBOULET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('770/16', 'aZslj', 'MONNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('272/2', 'iTQVq', 'FORT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('629/18', 'SvsZS', 'DEBACH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('188/10', 'hKLQR', 'HULLO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('870/13', 'oVyLI', 'LOUISE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('891/2', 'IhqLo', 'DESTRIEUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('551/13', 'AJKPM', 'et Xavier BALLIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('192/16', 'mPIFi', 'DUPUIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('716/2', 'ZeXUd', 'DUQUESNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('251/4', 'CXshm', 'LAMBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('887/12', 'nAmpj', 'DIDIERLAURENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('400/2', 'JaLwp', 'BARRIERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('333/10', 'uTkxq', 'PUECH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('401/16', 'AJuHY', 'BREDOW\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('9/16', 'JSHch', 'CARON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('733/10', 'whyPY', 'PATISSIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('535/2', 'BCXgJ', 'FILLASTRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('233/16', 'sxiDA', 'FLAMENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('199/12', 'ApuTo', 'DUPONT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('613/10', 'wxGjw', 'FOUGERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('124/7', 'dqnQF', 'COUSIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('513/2', 'AFubY', 'ECHEVARRIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('846/22', 'xCngV', 'LANTENOIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('769/16', 'bgFqb', 'WATTEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('934/16', 'YpKLs', 'ENNAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('310/20', 'claTI', 'NICOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('347/14', 'VaHgZ', 'FELTESSE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('689/21', 'TcBuP', 'et Claude SOUDIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('365/1', 'RGTkF', 'GASSERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('429/20', 'ohafs', 'CHION\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('48/18', 'ajIxu', 'LE DREF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('167/11', 'tqHsd', 'CADET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('443/16', 'odCfA', 'COKSAY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('765/4', 'fwliT', 'MILLION\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('84/18', 'joZST', 'BORDET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('835/6', 'QRybc', 'PREVELATO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('382/17', 'mTYRW', 'VEILLON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('335/17', 'GXIJy', 'LEGAVE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('240/21', 'mXoZW', 'GARNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('872/21', 'amCdX', 'GENIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('923/4', 'KPEZq', 'GAUTHIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('950/2', 'BUrnS', 'CARGOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('801/10', 'nVPMz', 'GOUBERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('741/2', 'ElifE', ' GOUGNON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('621/21', 'UlOng', 'GRASSONE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('556/20', 'ebQRG', 'PONCON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('688/13', 'vkpmj', 'HERITIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('592/4', 'uXElS', 'TERRIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('877/18', 'nAmpj', 'BELLEGUEULLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('22/7', 'wFOLI', 'LALIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('181/13', 'ZGLcR', 'CARSALADE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('185/20', 'zQRqr', 'NIEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('966/13', 'RyHoB', 'BARRIERES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('117/14', 'SPwla', 'LAURENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('955/13', 'tuPsJ', 'LAURENTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('994/11', 'jwFyj', 'LAVERGNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('464/9', 'cdKXI', 'BEUZEVILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('702/2', 'LERuL', 'PRABONNAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('646/6', 'mbgZq', 'LEHOUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('686/7', 'bHwTM', 'JOUAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('778/13', 'qjQVq', 'LESCOULIE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('995/13', 'tSvgR', 'CHOLLET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('606/21', 'mDYFS', 'POULARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('867/3', 'BUrnS', 'MAGOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('668/2', 'TYtmT', 'MARIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('519/13', 'mHwtG', 'et Dominique MIRC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('599/4', 'nyiJA', 'MARTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('457/8', 'PIVir', 'MATHEY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('593/3', 'PsRWP', 'HERVEOU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('415/10', 'FwedG', 'GOMEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('379/13', 'DQJCr', 'VASSEUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('795/2', 'ZGbcV', 'MUCHICO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('751/21', 'HABCv', 'NACIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('417/20', 'IJyvQ', 'PAYAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('51/2', 'LkJqH', 'DELANES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('888/20', 'JybQx', 'ROUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('395/17', 'MNOvE', 'PILLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('405/10', 'rEhGr', 'BUCZKOWICZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('713/21', 'lyPwN', 'MINODIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('998/5', 'VqrgF', 'KERZAON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('545/6', 'tsDbH', 'GUIGUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('445/20', 'cZyHw', 'CAVALIERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('268/16', 'EJurQ', 'SERIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('82/6', 'ZSPEN', 'GRANGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('125/14', 'irAtG', 'et Philippe FORVEILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('731/20', 'WnsdC', 'RICHET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('656/13', 'KHEpy', 'CHASSAING\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('539/21', 'FaPst', 'GIMARAY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('358/20', 'NOfsx', 'LAINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('912/21', 'jadOO', 'TERRACOL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('404/21', 'OgWnp', 'BENETON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('348/20', 'BGTcd', 'MARQUEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('777/10', 'mroFq', 'VENTURA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('132/20', 'LSmQb', 'VERDIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('56/10', 'bkxiX', 'VIVEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('38/21', 'OjURC', 'RICCI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('503/12', 'uLQZO', 'FRELIGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('43/11', 'HMpuT', 'ESTRADE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('487/13', 'ROLwF', 'SOULIGNAC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('672/21', 'EpGTk', 'BERTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('128/2', 'oxarI', 'DEVIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('47/9', 'BeXQF', 'HURON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('236/5', 'WPExK', 'BARON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('617/17', 'nQNqz', 'DEFFONTAINE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('667/2', 'gRCbs', 'LARRAMENDY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('647/17', 'SLkRK', 'HERVE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('508/17', 'XolOb', 'CARRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('794/20', 'AZuDo', 'ALBEPART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('567/17', 'EJWrc', 'AUGER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('17/22', 'BUrnS', 'LLURENS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('743/21', 'QNiDE', 'RIPERT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('699/5', 'nsFOb', 'THOMAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('216/21', 'rcZSf', 'CHAUVY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('399/17', 'cJevA', 'THOBY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('426/21', 'wNurg', 'BALTHAZARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('793/17', 'TMJyn', 'BABEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('583/9', 'sxKLw', 'DI FILIPPO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('757/9', 'NWnIh', 'LEDRICH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('526/6', 'XMxKz', 'LEMAIRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('427/1', 'ZmrgZ', 'LEHN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('86/21', 'arkxq', 'MEYNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('210/9', 'bYxWX', 'GROFF\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('224/17', 'ctGjQ', 'GUILLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('253/2', 'SfolG', 'LAGARDE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('893/20', 'WTAlq', 'SIMON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('700/9', 'DIJOv', 'CLEUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('548/13', 'EGBbs', 'SARTOREL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('522/14', 'eXcFy', 'BALLOIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('287/21', 'RuYBB', 'DELHOMME\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('929/20', 'QBavo', 'PERRET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('194/2', 'DoNqn', 'SARRAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('930/21', 'VabUN', 'GERARDI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('284/9', 'DQBOL', 'et RICHARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('133/16', 'durox', 'SAUTRET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('638/13', 'vZTye', 'SIMON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('525/18', 'rwReL', 'GATET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('510/20', 'Lwpyv', 'CORDIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('957/9', 'UZifM', 'LEBOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('137/12', 'aaVGb', 'VAUDIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('958/18', 'nAmpj', 'NIVART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('833/14', 'EpKXM', 'THEBAULT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('972/20', 'FeHkd', 'ROUILLON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('172/20', 'cZWXk', 'BENOIT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('411/9', 'vgtaf', 'PEREIRA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('200/21', 'SjQBm', 'FAVRE BONVIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('749/20', 'FCLEF', 'BELASRI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('375/16', 'vGsHG', 'NUEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('394/6', 'XkRiz', 'BOUQUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('263/10', 'yjchy', 'BARTRINA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('159/17', 'qvsZC', 'SAUDUBRAY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('74/27', 'TAJqH', 'VINCENOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('817/22', 'lOLgB', 'DIJOUX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('89/15', 'pWXQB', 'JOURDAIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('773/22', 'qvEtu', 'GUAVEIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('341/21', 'dWHMx', 'CHEVALLIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('433/20', 'cByzw', 'AMAR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('42/17', 'OPAFq', 'et SEVRIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('938/9', 'BUrnS', 'BOUCHERON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('366/10', 'xePwd', 'BOIVIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('804/21', 'cxCbY', 'YOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('4/15', 'oxqvQ', 'SELLIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('298/12', 'izwhe', 'MANICK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('353/20', 'EtyTE', 'ALONSO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('389/18', 'SzkZe', 'BLERVAQUE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('585/17', 'liTkF', 'SORIEUL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('512/8', 'XsFWP', 'PASCAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('500/20', 'kNSno', 'PORTAL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('695/7', 'Ypqfo', 'CIGNETTI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('378/7', 'xiTIZ', 'ROFFE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('391/18', 'bEFin', 'PEDRALI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('720/22', 'nAmpj', 'NERISSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('301/5', 'ejYVW', 'MOREAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('619/20', 'pqzoR', 'FOURNIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('488/2', 'tqvoB', 'COGET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('588/17', 'UQDLO', 'BENATEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('850/20', 'nAmpj', 'BOUSQUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('559/9', 'evQpC', 'PICOUET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('798/20', 'kJGDI', 'CEFALIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('71/13', 'KbUBu', 'PRADERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('130/20', 'JmnMl', 'CAMILLERI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('723/12', 'ZuzAN', 'RICHARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('531/9', 'sJuHc', 'GOIX\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('945/9', 'jadOO', 'VAN HULLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('461/21', 'jsJWP', 'LANSARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('234/2', 'HUtuj', 'LOISEL', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('156/2', 'YpyTU', 'HENRY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('156/9', 'OSOvx', 'HENRY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('640/7', 'tKTsR', 'PONCE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('30/13', 'cRajI', 'CATHALA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('434/5', 'fsdiX', 'LE PRIELLEC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('235/21', 'gdWPo', 'FELIZAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('334/20', 'xOLQp', 'MAES\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('527/13', 'wHanN', 'AGIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('12/2', 'DgteH', 'AUSSEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('41/9', 'nElaz', 'DAVID\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('661/14', 'jcpOz', 'MORIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('99/16', 'nARGD', 'KORCHIT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('573/6', 'MPsjh', 'BOUTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('726/8', 'vQhqX', 'EBRO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('678/4', 'ViTYx', 'PLASSON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('484/12', 'sJqHo', 'HILDENBRAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('328/13', 'duPch', 'PIERRAT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('83/9', 'bEdWf', 'BENSAI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('981/6', 'bQVmb', 'GOBIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('15/1', 'wBiTo', 'NAAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('836/9', 'qHwdy', 'COLLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('122/14', 'tGfkt', 'et Paul DELAUNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('792/5', 'cVyjs', 'MASSARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('221/17', 'OTUBC', 'FARRUGIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('229/3', 'DAFWD', 'THEVENET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('587/23', 'TNHHg', 'AIMON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('452/7', 'qPMxy', 'TOMASINA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('362/9', 'jadoo', 'REFRIG\\''AIR', NULL, 'refrigair_systemes@yahoo.fr', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('745/20', 'ZaTQF', 'POULET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('227/13', 'HqYMC', 'CASTEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('345/11', 'nApyH', 'NICOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('851/20', 'yLcxu', 'GRAVIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('844/22', 'ZmzId', 'CANALE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('577/13', 'mvUZG', 'ZAIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('390/2', 'QFazo', 'MOUSSEIGNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('538/12', 'YVCXg', 'KUTHE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('597/13', 'ZXkAm', 'VALENTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('631/9', 'FOLAp', 'VANCILLI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('586/9', 'LEleX', 'VAN TINH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('60/20', 'opjSR', 'JOLY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('594/17', 'GfolC', 'ANGIBAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('782/21', 'gpqLQ', 'VERRECCHIA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('325/21', 'qPUle', 'HELLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('271/21', 'NxBFK', 'DUMOULIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('456/17', 'wRKLU', 'PHELIPPEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('257/4', 'mXsJu', 'GAY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('205/24', 'JybYN', 'MABILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('760/24', 'Mlibw', 'LOUVEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('925/24', 'jadOO', 'DUMAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('21/24', 'oFGjQ', 'MEARINI\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('927/24', 'yHUBa', 'SGARAMELLA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('306/24', 'kRurg', 'TRIAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('292/24', 'aXEBW', 'DELHOUME\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('928/24', 'mDIdO', 'GERMAIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('572/24', 'QBWnc', 'MATHIEU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('496/24', 'turMp', 'SIBILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('19/24', 'ZuPwd', 'MANIEZ\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('259/24', 'fcNaz', 'MONCET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('323/24', 'FCvEl', 'PORTIER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('636/24', 'fUhqr', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('856/24', 'tGPcJ', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('215/24', 'mnYxi', 'DEHON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('370/24', 'odifs', 'DELSECCO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('814/24', 'UwZIm', 'BOIVIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('822/24', 'fXaNe', 'MAYER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('204/24', 'ohGPw', 'SIGOURE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('73/24', 'gNejI', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('3/24', 'nAmpj', 'NOBLOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('68/24', 'bsZqP', 'SAPET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('412/24', 'afoVG', 'WAGNER\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('615/24', 'kBuHw', 'SFARA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('732/24', 'tOzQt', 'COCHEREAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('666/24', 'SYHXM', 'DAVIOT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('81/24', 'Uheno', 'PECHET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('704/24', 'PSCjv', 'VINCENT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('900/24', 'wrCvS', 'REBUT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('905/24', 'AhGLU', 'HANROT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('840/24', 'jadOO', 'ROMERA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('331/24', 'URanI', 'PARROT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('762/24', 'lSfcN', 'LOUVEAU et LE GUEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('10/24', 'YdmTY', 'GUEN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('940/24', 'pCbQh', 'MARETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('854/24', 'jadOO', 'JOURDAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('985/24', 'OzABK', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('143/24', 'rYRav', 'LAHON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('852/24', 'VKbEN', 'DIGOIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('213/24', 'ENaDQ', 'BREGEON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('996/24', 'dafgR', 'SCHIWIORA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('862/24', 'BUrnS', 'CHATRON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('665/24', 'RKnsB', 'DEGOULET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('860/24', 'Toxmr', 'BOURBON\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('816/24', 'LsFmz', 'DECUYPERE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('87/24', 'HUpWn', 'MORGANA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('696/24', 'jadOO', 'MATHELIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('105/24', 'RqHId', 'XIBERRAS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('819/24', 'sBkgm', 'BERTIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('169/24', 'uXAFy', 'ROTA\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('578/24', 'ROLkV', 'CHARROIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('875/24', 'jadOO', 'VERNE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('917/24', 'jadOO', 'AUNIORD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('977/24', 'nspCv', 'RUBIO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('924/24', 'jadOO', 'BERGEROT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('486/24', 'fQFCL', 'HACAULT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('821/24', 'SIWQH', 'VILLANDRE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('657/24', 'tiXMt', 'BAREILLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('77/24', 'IBebE', 'BLANC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('54/24', 'zEBKD', 'COLLARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('198/24', 'KzkRi', 'GAUDRY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('302/24', 'BUrnS', 'PEIGNARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('625/24', 'ubgdi', 'DOR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('317/30', 'hSGJi', 'TASSONE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('614/30', 'HTbkl', 'HIRIART\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('150/30', 'SrKvw', 'MALEK\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('904/30', 'nAmpj', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('684/30', 'WWtCD', 'DELEPEE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('991/30', 'EcLAa', 'DANQUIGNY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('147/30', 'CsaAC', 'JEAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('449/30', 'dwzvd', 'MAROIS\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('437/30', 'iEPiC', 'PATIERNO\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('442/30', 'XIdnK', 'ERNST\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('853/30', 'TeTOV', 'MME ESTREM\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('603/30', 'zfjbx', 'BRIAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('920/30', 'Zjpdi', 'BLAIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('352/30', 'AqQtH', 'RIGEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('121/30', 'jadOO', 'BODOIGNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('258/30', 'yKAuk', 'GINET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('439/30', 'hJOye', 'CHARVET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('785/30', 'wvMFR', 'SIMONNET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('446/30', 'JOUjE', 'LAMANTHE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('885/30', 'UfhUp', 'LEPAGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('72/30', 'oCOUZ', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('245/30', 'pezVn', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('768/30', 'ecoNa', '\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('826/30', 'qlOcD', 'LECOMTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('146/30', 'LJRIb', 'LEPRIEUR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('50/30', 'rsXpI', 'GAGUECH\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('465/30', 'FhDoP', 'RAVEAU\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('441/30', 'PvIjD', 'SERMAGE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('448/100', 'czGSn', 'BARBAN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('451/100', 'UnfLi', 'CHANCEL\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('454/100', 'BKZvj', 'BONIZEC\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('463/100', 'mGwLT', 'RANCE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('010/100', 'OSOvx', 'AUGUY\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('011/100', 'TNHHg', 'SAMARIE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('006/100', 'ppdxt', 'BILLETTE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('012/100', 'UUjQf', 'MERCOURT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('004/100', 'amCdX', 'HUGONIN\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('007/100', 'LixLa', 'VIGNAUD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('001/100', 'ntkae', 'BERNARD\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('005/100', 'OfgMN', 'MELINAND\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('003/100', 'wrCvS', 'NADOR\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('009/100', 'EEoOB', 'EECHAUT\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('002/100', 'tjxRd', 'GADET\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('008/100', 'EyhAc', 'SERIVE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('013/100', 'KIdDW', 'TELLE\r', '', '', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('1/21/2', 'interdit', 'disponible', 'disponible', '', 0, 'tech', '1/21');
INSERT INTO `adherents` VALUES ('1/21/1', 'interdit', 'disponible', 'disponible', '', 0, 'tech', '1/21');
INSERT INTO `adherents` VALUES ('1/21/3', 'daniele', 'GOLDBERG', 'L?on', 'webmaster@snefcca.com', 0, 'tech', '1/21');
INSERT INTO `adherents` VALUES ('kdwta', 'skaxm', 'Goldberg', 'L?on', 'webmaster@snefcca.com', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('hxypr', 'wdrod', 'SNEFCCA', NULL, 'contact@snefcca.com', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('64/11', 'wrcvs', 'Beauchoux', NULL, 'gilles.beauchoux@proxifroid.com', 0, 'adh', NULL);
INSERT INTO `adherents` VALUES ('285/2/1', 'AJ', 'ARTOLA', 'J?r?my', '', 0, 'tech', '285/2');
INSERT INTO `adherents` VALUES ('285/2/2', 'ct', 'castagnet', 'thomas', '', 0, 'tech', '285/2');
INSERT INTO `adherents` VALUES ('285/2/3', '', 'goni', 'fabien', '', 0, 'tech', '285/2');
INSERT INTO `adherents` VALUES ('371/22', 'jadOO', 'DONADIEU', NULL, 'fdonadieu@fdi.re', 0, 'adh', NULL);

-- --------------------------------------------------------

-- 
-- Structure de la table `adherents100505`
-- 

DROP TABLE IF EXISTS `adherents100505`;
CREATE TABLE `adherents100505` (
  `log` varchar(20) NOT NULL default '',
  `pwd` varchar(20) NOT NULL default '',
  `nom` varchar(200) NOT NULL default '',
  `nbTech` tinyint(4) NOT NULL default '0',
  `statut` enum('adh','tech') NOT NULL default 'adh',
  `tuteur` varchar(20) default NULL,
  PRIMARY KEY  (`log`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Contenu de la table `adherents100505`
-- 

INSERT INTO `adherents100505` VALUES ('810/9', 'EpSno', 'QUEVA', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('388/20', 'efYNa', 'VILATO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('70/13', 'IZuXo', 'CHAPPERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('536/2', 'wFOLI', 'GARBERI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('784/9', 'ElfqG', 'ALLEPOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('896/17', 'ivQZK', 'SORIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('681/9', 'GLYdi', 'MALLEY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('297/5', 'MXkQJ', 'LAINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('320/21', 'KXMVy', 'MILLERIOUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('489/2', 'CLUhC', 'BENETIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('707/2', 'TVDdk', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('717/18', 'sdqvQ', 'DECOLZY-FARAGO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('961/20', 'amCdX', 'ABETINO et CIANTI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('447/6', 'zmidO', 'COLLONGUES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('118/20', 'EBqXI', 'BILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('549/12', 'YyABS', 'GUIGNER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('322/21', 'vGLav', 'HAZOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('790/21', 'EVajo', 'DIDIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('440/12', 'qvUJO', 'SONTOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('566/9', 'hBocZ', 'CLAESEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('706/9', 'nElaz', 'LE GUEDARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('107/9', 'fEtuH', 'THOMAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('649/9', 'HkNWv', 'BONFATI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('654/9', 'vcRSz', 'CAPPA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('279/1', 'IRiLM', 'LAPARLIERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('471/20', 'PwZSj', 'STADNIK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('857/2', 'uHoZi', 'DESFORGES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('273/2', 'RqXYx', 'LESTAGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('694/18', 'ZXrGU', 'BOULANGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('261/15', 'oBCTI', 'GOUARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('992/20', 'ZKnEJ', 'DELPIAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('330/20', 'LQFif', 'MARTINEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('246/20', 'rcZSf', 'FERRAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('220/4', 'iDcNG', 'GIORGIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('139/2', 'QtyrY', 'MICHY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('75/9', 'RGbYl', 'BERNARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('607/22', 'kcmvt', 'KNEUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('423/15', 'ZMxGn', 'STORK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('982/20', 'BWvsx', 'RUBIO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('721/9', 'SHsxu', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('179/17', 'CaFql', 'LAURENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('195/9', 'haDQx', 'LANGUERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('848/22', 'tujkl', 'LEMAIRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('866/17', 'nAmpj', 'REYMOND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('223/17', 'TRjUB', 'PINEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('249/21', 'sZifE', 'HARVEY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('495/2', 'SjotC', 'GUEDOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('315/21', 'IheLQ', 'DEVIGNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('576/13', 'nsZOD', 'ALQUIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('288/3', 'ZabsB', 'ALRIVIE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('557/1', 'XIJyz', 'FAVRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('714/1', 'CvUhi', 'FRETIGNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('34/9', 'OTANe', 'VIEIRA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('303/9', 'XENyn', 'et Claude MALLEY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('737/21', 'YFevY', 'ZANELLA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('58/15', 'pyXEV', 'DE CASTRO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('633/2', 'SzIhS', 'MORISSET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('987/2', 'jadOO', 'MARCEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('815/16', 'XUhuv', 'CZAJKA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('547/20', 'XIBqv', 'MEUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('937/2', 'CPIha', 'PRIOLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('293/17', 'VOnkF', 'CESBRON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('960/9', 'wrCvS', 'VAN DER LINDEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('932/9', 'xCvwF', 'BRUYANT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('37/17', 'OHQZe', 'BOUTEILLER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('422/13', 'aUani', 'STEINBERGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('622/9', 'VKvIZ', 'CORBEC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('662/17', 'GbgFy', 'DAMMAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('164/20', 'SfolG', 'DRILLAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('425/9', 'IltNd', 'MONGREVILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('53/9', 'iXcVm', 'THOMASSIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('922/2', 'LsVuD', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('971/3', 'ppdxt', 'LECART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('953/10', 'gZmLs', 'AUZET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('142/20', 'mfINS', 'FIGUIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('999/1', 'LwxSz', 'WALTER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('829/21', 'GXQhi', 'LOR-SAW\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('264/2', 'PoZen', 'BALZAC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('104/6', 'ibMJS', 'JACQUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('909/13', 'joJSP', 'BURY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('480/10', 'JWnUl', 'BESSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('605/9', 'DclaX', 'DUTOYA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('663/1', 'bUhen', 'LEOPOLD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('643/2', 'pyfsl', 'ROPARS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('637/17', 'roFeD', 'PIZON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('602/20', 'KHQJq', 'CARREGA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('609/9', 'Snstu', 'COTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('589/9', 'oVuHk', 'SOREAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('671/13', 'EhiDo', 'LEBOUC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('659/3', 'qPUpS', 'CHARPE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('552/16', 'qLQtK', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('754/18', 'hMHcM', 'COIFFIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('746/22', 'jadOO', 'BILHOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('858/11', 'joNKD', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('344/5', 'sZirg', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('568/21', 'QFWLg', 'BOEDA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('351/9', 'QFSjY', 'FILLON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('35/6', 'VuvsZ', 'BRUNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('100/13', 'iXMhC', 'BUZY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('555/9', 'ODUtS', 'CAMUSET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('25/9', 'nAZmj', 'LELOUCH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('478/15', 'CzshS', 'BROGI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('55/22', 'WXQFa', 'GANE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('419/16', 'FejkZ', 'LHOTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('250/17', 'mjsFe', 'ALLAIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('144/9', 'rQRCP', 'AUROUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('116/21', 'WHwhu', 'MAURY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('242/20', 'uDEVm', 'BOUKOBZA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('444/9', 'vAZuP', 'CIRACO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('57/14', 'sdyzo', 'CLAIRET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('336/13', 'gZqjM', 'CALMETTES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('420/22', 'CzgJy', 'MAGDELONETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('579/15', 'JivMt', 'PROTAIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('796/2', 'SvolG', 'CASSAGNO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('626/13', 'UBKXk', 'GALINDO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('24/7', 'nsdCv', 'FOISSEY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('509/16', 'PYNOn', 'TRUCHY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('984/21', 'RSLIF', 'CHERPIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('914/21', 'jadOO', 'CHEVIGNON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('520/6', 'yXCQf', 'CARPENTIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('949/16', 'tynkd', 'BLANCHARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('396/21', 'JRumi', 'PIALLAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('735/9', 'hREvI', 'LE DEROFF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('101/27', 'qvAVa', 'JIZDNY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('616/17', 'mrANy', 'DREAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('291/9', 'TANmj', 'HURDEBOURCQ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('511/21', 'VurMx', 'MINSSIEUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('106/3', 'QtaTU', 'ROY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('780/22', 'tmToV', 'CHARLOTTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('963/9', 'XApqv', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('377/10', 'QtODQ', 'TORRES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('256/10', 'nAmpj', 'SERRET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('620/2', 'opqPI', 'FERRAZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('799/18', 'nsyGE', 'LE DREF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('170/9', 'QtCTA', 'CARTRY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('868/16', 'HoFir', 'FOULON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('360/8', 'JSjgd', 'LAINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('874/22', 'DklKH', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('563/3', 'kefeI', 'GIRAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('277/20', 'PQpGz', 'ZNATY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('601/2', 'SboJa', 'MASSIP\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('300/1', 'vYtmj', 'LABROUSSE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('95/5', 'gZWDo', 'LEBALLAIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('44/20', 'OkYOJ', 'FRADEAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('262/1', 'WrwZK', 'NUSS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('314/9', 'nIJOj', 'PESME\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('477/12', 'VejYh', 'MINNITI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('428/6', 'FWPYd', 'COUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('337/21', 'dWjsN', 'BLONDEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('842/2', 'XEVaj', 'TERRADE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('611/22', 'dCoJz', 'RULLIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('97/9', 'PoxSH', 'BAHOLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('397/21', 'hCbIl', 'MONNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('265/20', 'IFefE', 'PEETERS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('813/10', 'fUabg', 'BLONDEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('939/20', 'Toluz', 'BERBIGUIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('506/16', 'MJqDk', 'MASUREL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('2/9', 'BWDot', 'DOHOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('113/21', 'ibwBO', 'COLLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('59/27', 'KrsRS', 'KAKOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('764/9', 'HQBuP', 'BRESIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('978/17', 'OncZG', 'CORBE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('171/17', 'uDkVm', 'CORNILLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('482/21', 'RazUN', 'DOUBLIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('197/22', 'qvDCB', 'ADRAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('988/9', 'wFabY', 'GUIET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('560/2', 'KjUBK', 'VIDAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('79/18', 'IJGrM', 'JOSSE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('186/20', 'lQHkN', 'DELGRANGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('534/1', 'jMRmv', 'UTTER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('728/2', 'fElaD', 'CAPIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('126/11', 'avcdq', 'DELAGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('63/21', 'zMNGP', 'JEAMBENOIT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('168/5', 'aHkNG', 'DELANOE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('23/22', 'jgBCP', 'CAUDAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('964/22', 'dabYN', 'LOISON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('326/8', 'KjEFu', 'DAVAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('316/18', 'OfcdS', 'DELABARRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('438/5', 'pyPQp', 'PERROTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('338/9', 'WPAFm', 'CONINCK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('677/20', 'HIhij', 'POUCAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('571/4', 'ohGfM', 'MALTERRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('698/22', 'WDgRu', 'LABONNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('340/9', 'QJGLo', 'DESMAREST\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('414/21', 'ZmvYx', 'DURET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('812/13', 'RKbct', 'DELPECH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('712/13', 'iXApK', 'LASBATS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('947/9', 'QBKfE', 'FRASCA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('878/22', 'vcNib', 'TSIN-YING-FING\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('627/18', 'wdMmq', 'PUJALTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('529/9', 'MnrQq', 'BROUTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('739/8', 'FCbEJ', 'HOCHART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('989/20', 'wtSvU', 'ROBBES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('267/18', 'tmDwx', 'DUBOIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('469/21', 'CbUNS', 'SEVES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('247/21', 'vYxWr', 'DURR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('218/6', 'hmzkB', 'EDOUARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('327/1', 'tuHQp', 'TRUMPF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('584/9', 'BiXcp', 'BARDI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('237/22', 'Zatlb', 'BERANCHE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('530/20', 'xiHEN', 'CANE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('275/9', 'IJmTA', 'CALDONAZZO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('152/10', 'WTENy', 'ANDRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('759/2', 'CJIjB', 'FERRIERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('883/22', 'HQlCz', 'ARAUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('356/16', 'QZyXI', 'CAFFIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('324/9', 'laPUh', 'JOLY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('491/20', 'uHMJq', 'CERUTTI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('207/3', 'YJufw', 'DES CHAUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('824/8', 'WvScF', 'BOUZENARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('505/2', 'zkRyX', 'BONIFACE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('416/13', 'WbYBu', 'CENCETTI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('231/15', 'xSfYl', 'LEFRANC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('504/17', 'YGRjr', 'GROGNARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('861/22', 'BUrnS', 'VOLTIGEUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('278/9', 'wpuHk', 'FERREIRA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('969/3', 'mrERG', 'BREBION\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('650/22', 'FinUS', 'CAPRICE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('381/18', 'pWjUd', 'HOTTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('212/6', 'DUVeX', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('931/22', 'NOTAN', 'VINCHON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('788/16', 'JWbIJ', 'WEYNANTS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('33/17', 'WHkRm', 'PIRAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('882/13', 'jadOO', 'CHRISTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('65/17', 'tMnSO', 'BEGUIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('729/21', 'PoNaL', 'FORESTIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('876/22', 'BWHcF', 'CHANE-WING-YEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('26/1', 'CfkhC', 'PEROT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('402/16', 'SnEBK', 'JACQUEMONT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('157/9', 'unIly', 'BEUQUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('962/10', 'OfgMN', 'BOGDANOWITCH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('1/21', 'KPYzT', 'PONCET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('639/20', 'LQdCX', 'ROQUES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('936/21', 'JOrkx', 'MOREL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('884/12', 'glivc', 'BARBILLON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('190/17', 'GzgJC', 'BARON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('160/17', 'uDYRi', 'BERTRAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('474/17', 'sVObU', 'BIARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('779/17', 'BCXuM', 'BLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('39/9', 'QpSXA', 'BOUFENAZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('119/10', 'uvMJm', 'CAHUZAC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('476/17', 'botKP', 'CHARETTEUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('0      , 'SLItS', 'POULARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('432/16', 'PURyP', 'DEHONDT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('460/10', 'NKrIF', 'DORMIERES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('774/13', 'VKPEV', 'FAURE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('635/21', 'WzkFi', 'GOUTTENOIRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('367/21', 'cFevc', 'GAIDON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('410/13', 'CbcBy', 'GALINDO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('516/18', 'AtWLE', 'TREPAGNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('472/10', 'stqHU', 'GOBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('628/2', 'JqjUN', 'GUILLAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('715/13', 'oBqvc', 'PALUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('406/1', 'nEhyb', 'HAEFFELE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('685/15', 'rwFWD', 'PAUMIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('374/6', 'VybER', 'GIRAULT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('462/9', 'KrgBK', 'JOB\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('32/21', 'nMFuf', 'JOSEPH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('361/2', 'foBSX', 'LABRUQUERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('254/9', 'MtKnc', 'LE CLOAREC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('859/2', 'AZyzQ', 'MALEYRAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('36/2', 'lOXoR', 'MARRET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('756/21', 'rsZGr', 'PHILIPPE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('145/9', 'HgdiP', 'PICHARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('295/2', 'slKTg', 'PINTURAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('319/4', 'YNGro', 'PLUMERAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('140/4', 'PQZaP', 'POINTEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('709/7', 'YdCXw', 'LOJACONO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('569/10', 'MlKrQ', 'SAINCT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('725/15', 'ifgBi', 'VALLEE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('791/15', 'rIBWx', 'ORIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('823/9', 'ncJCT', 'CHAUVIGNY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('766/10', 'avUtW', 'FLOURIEUSSE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('910', 'BUrnS', 'SAMSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('154/1', 'jadOO', 'DUVAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('610/7', 'CxrJT', 'GUILLEMIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('951/3', 'LQVWj', 'QUINIOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('674/13', 'MpibU', 'REVEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('897/2', 'kdaTo', 'FERRARI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('177/13', 'cVWHQ', 'FRICON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('623/22', 'xTmpB', 'LE BOZEC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('648/20', 'oxiXo', 'GRIOTTO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('385/14', 'JKngZ', 'PINEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('990/20', 'cpWrw', 'DEMARIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('763/10', 'xOTUF', 'FIGUERAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('494/20', 'urEZC', 'LE PELLETIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('974/6', 'YFGLY', 'BRICE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('149/12', 'MpiLc', 'IGIGABEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('783/9', 'HYxir', 'et NATAF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('403/17', 'HYhmr', 'BERARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('827/7', 'YSpwF', 'LAMBINET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('776/20', 'OfgRe', 'BESCHMOUT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('651/15', 'OrwhC', 'BOULAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('45/2', 'QRejc', 'FRANCOISE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('180/9', 'Upizg', 'BORNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('243/10', 'JOvcl', 'PEREZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('354/21', 'QZSHU', 'DURIGAN-CUEILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('612/22', 'UyxLd', 'MEDOUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('532/20', 'XUdKX', 'BALDY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('189/21', 'largp', 'FABBRI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('873/6', 'qvARW', 'BERNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('879/2', 'pyTId', 'NOEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('944/3', 'QdiLo', 'GOURGOUILLAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('921/20', 'HQlSP', 'MERMOZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('5/10', 'Qpavk', 'ASNAR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('91/21', 'bsNWX', 'BONNEFOY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('202/5', 'BafUZ', 'LEROUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('954/12', 'jadOO', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('660/14', 'cEjQg', 'HERRY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('973/4', 'Nibgl', 'LAZZERINI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('230/7', 'MVGjU', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('475/9', 'HolGz', 'RAPHAEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('775/9', 'WjnBO', 'VIEIRA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('155/9', 'yrwNW', 'ANSOUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('483/8', 'UtuPs', 'THEVENOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('6/21', 'tufkh', 'REVERTEGAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('431/20', 'PcdeL', 'CODET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('364/17', 'JWngp', 'RETHORE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('307/2', 'UFCrI', 'Yves L''YVONNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('807/10', 'fyfAL', 'VALLAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('604/10', 'nYhSL', 'PORTALES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('225/7', 'BiPEV', 'RIME\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('418/9', 'XIxyz', 'ROSE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('136/7', 'cpuPA', 'TUNIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('398/16', 'INmvE', 'DELATTRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('304/15', 'uDMdq', 'CANU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('747/18', 'psium', 'CHEREAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('965/13', 'efIxy', 'et Alain AMPUDIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('309/9', 'RGzEh', 'CARDOSO et LEROUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('830/2', 'jadOO', 'MATTEI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('598/20', 'rmFva', 'GUIGNETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('809/2', 'fwhyv', 'ROUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('980/17', 'KfMZu', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('811/20', 'GXApu', 'BOULANGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('274/22', 'IGWSf', 'ERARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('470/21', 'heToN', 'GUIGARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('600/2', 'MRSvA', 'HERVEOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('542/2', 'yeprR', 'ARRIETA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('281/9', 'olmzA', 'MICHON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('191/18', 'cVurw', 'CATEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('653/21', 'ZuPIp', 'CERISOLA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('450/9', 'CDUVy', 'MARECHAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('436/13', 'HkNyP', 'MARTINEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('161/9', 'gJSjg', 'AUGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('18/22', 'wxSHU', 'JEAN-LAMBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('644/1', 'XQFGT', 'AUDEBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('800/17', 'FOvIR', 'FORT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('693/6', 'zslyz', 'ETIEVE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('108/9', 'tXnap', 'GILLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('898/3', 'zUpKf', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('517/5', 'cdSzU', 'GAILLARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('687/20', 'EECAG', 'FIGHIERA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('135/20', 'zYJar', 'CEFALIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('466/21', 'VKTsh', 'MANGIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('252/2', 'ZOLoN', 'VERDRU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('553/20', 'WzsZm', 'MAGAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('112/17', 'nAmpj', 'PIARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('903/20', 'kleXM', 'BASTIDE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('845/15', 'PcROP', 'LECERF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('834/9', 'jadOO', 'FOLTRAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('820/2', 'GHQdm', 'COMET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('16/8', 'vUtCv', 'RECHT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('843/14', 'oBibY', 'ANCELIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('346/21', 'wrCvS', 'DUMAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('521/2', 'eHoVu', 'PERES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('435/13', 'Gnkte', 'BAYLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('864/21', 'IlKXY', 'BOUCAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('173/21', 'BmnoZ', 'PASQUIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('193/22', 'HkdKf', 'DE JAHAM\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('455/17', 'DIpej', 'BESNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('380/1', 'UpuLI', 'STOEFFLER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('343/5', 'ivopy', 'LAMEZEC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('803/1', 'ThJPS', 'VARAILLON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('165/5', 'xSfYl', 'KERVELLA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('894/2', 'xavwF', 'LEURENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('797/11', 'jcNqH', 'MAISON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('825/20', 'DwROP', 'VOISIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('913/22', 'jadOO', 'GAULIRIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('841/8', 'tCHwF', 'SAINTHILLIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('889/13', 'BUrnS', 'TROUCHE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('499/15', 'yPEpK', 'PETIT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('7/9', 'evYFm', 'LOS BUEIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('748/22', 'VOPQV', 'DORMOY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('518/17', 'teHsJ', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('214/21', 'vZjro', 'BONNARDEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('805/21', 'MpyzU', 'JEAN-ANTOINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('49/15', 'HkZOD', 'CASSIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('111/13', 'fkNyz', 'BAGNERIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('8/21', 'jsFeT', 'GELIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('632/20', 'ijYNu', 'DUCHEMIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('855/1', 'nElWP', 'GERBER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('736/15', 'Alcza', 'DELCHER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('153/7', 'SHgNm', 'GILLES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('329/13', 'nkdSL', 'et Lilian SIEURAC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('430/9', 'qrcVi', 'LE SAUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('690/14', 'duvcJ', 'GOUVILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('742/17', 'PkxKD', 'SCAON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('305/22', 'YZWjI', 'HAMARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('208/15', 'oNmPo', 'DUCHENE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('680/22', 'KgGKp', 'TOLOSA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('371/9', 'MRCDc', 'GUILLON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('596/20', 'IxCDo', 'SAISON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('129/22', 'BclkH', 'GRONDIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('115/21', 'gBubs', 'HERAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('201/9', 'zwtOT', 'DELCAMBRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('479/13', 'rbsnv', 'COULY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('134/21', 'IBajY', 'PROTAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('76/9', 'rIJyH', 'GILLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('363/20', 'nAZqX', 'LIVONNEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('718/4', 'Klbda', 'MARTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('580/9', 'MVGDU', 'BROUTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('299/9', 'JWDkF', 'AUGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('564/9', 'XAhOj', 'LECUYER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('151/16', 'deXwV', 'DALLAINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('308/21', 'KTolu', 'VIZCAINO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('182/17', 'UVKbo', 'LEDUC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('906/9', 'xKzYN', 'INSERGUEIX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('933/2', 'gtGjo', 'IROZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('312/21', 'VSnIp', 'CIANCIOLO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('550/16', 'jadOO', 'COLEIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('14/5', 'XcteX', 'JAGLINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('881/10', 'BUrnS', 'DARDE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('386/15', 'ktujw', 'LARCHEVEQUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('727/20', 'mXEZK', 'GREGOIRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('595/7', 'XglSn', 'CLEMENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('387/18', 'dmLEp', 'MESSAGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('248/13', 'oNqzM', 'MARQUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('241/23', 'yaYAs', 'NICOLAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('286/6', 'ohObQ', 'BARBIERI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('847/9', 'ABmDs', 'BRAVAIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('93/12', 'ZXRUN', 'DESROUSSEAUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('658/17', 'ZTEnW', 'LOHEAC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('956/9', 'kFOjs', 'COURAGEUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('523/16', 'LAlez', 'POIRET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('78/20', 'NejMF', 'GRES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('311/13', 'GLMJq', 'RUIZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('886/8', 'nIxGb', 'GUILLEMIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('131/5', 'TcNOP', 'LALAIRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('502/5', 'hmGdo', 'MASSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('269/12', 'JSPwl', 'KUTHE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('575/4', 'rURar', 'JOSSE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('916/6', 'UhGvQ', 'TELLIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('473/1', 'zsJiX', 'KRAENCKER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('664/9', 'gxqzM', 'LANDY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('501/21', 'qTchy', 'LATOUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('915/9', 'RuPgR', 'LE FLOCH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('62/17', 'aLQdS', 'CLISSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('467/9', 'iDMtS', 'BOURDETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('384/17', 'cZKTY', 'CHARRIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('744/3', 'CDcBm', 'NOSSEK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('524/21', 'GLwtW', 'CHAPOTIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('863/17', 'nAmpj', 'FORT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('911/17', 'jadOO', 'CHAUVET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('919/17', 'iPAhu', 'ROUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('282/9', 'kNuHA', 'LEGRAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('103/9', 'AZirM', 'COMEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('740/21', 'mTQBu', 'SCHIWIORA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('96/9', 'UJmPY', 'CLAUDEPIERRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('828/21', 'nAmpj', 'LHERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('562/1', 'tKroR', 'SCHMITT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('802/6', 'MzMJN', 'COLINEAU et BOUCHARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('184/9', 'vcdiH', 'LUTZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('565/21', 'uzkJG', 'GUILLOUX et HERVIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('976/20', 'WHMpe', 'CHANAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('217/9', 'Ipejw', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('837/21', 'YVmXM', 'LAYES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('670/21', 'CvwJe', 'LAURENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('935/12', 'jadOO', 'FIGONI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('313/21', 'GLEpm', 'IHADDADENE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('787/9', 'eRrzB', 'YVE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('669/21', 'kxqTo', 'MAISONNETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('27/2', 'fgFev', 'MALLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('701/16', 'Yeqmn', 'MANIEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('724/21', 'MRubY', 'FABRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('407/9', 'HcByz', 'POINTEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('392/7', 'QRaHE', 'MARTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('11/21', 'UkySd', 'IMBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('46/15', 'enchi', 'MATURA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('110/5', 'iXotS', 'HAIGRON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('902/21', 'wrCvS', 'MURTO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('285/2', 'TQNWL', 'GARCIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('849/20', 'XcZuL', 'et Gilles BLANC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('40/22', 'wrCvS', 'ANTAYA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('719/21', 'pqXMi', 'MERENCHOLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('376/9', 'TsVyv', 'LEPLANG\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('302/17', 'aPwxi', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('975/6', 'ROPkR', 'TAFFANEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('393/8', 'mfQVW', 'MAILLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('219/9', 'VyHgh', 'KOUDAD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('228/3', 'tubAR', 'THEVENET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('421/16', 'sluHI', 'BOURGOIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('98/9', 'BUrnS', 'CHENICLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('543/13', 'QcMLF', 'MONPART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('618/6', 'qPsdC', 'MONTAGNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('608/21', 'Snjon', 'DEPOISIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('238/20', 'KPUdy', 'MORCRETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('703/6', 'Deqhv', 'WERBROECK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('967/13', 'UtaTw', 'TECHER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('158/9', 'RuvMV', 'KELLER-CROCHET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('276/6', 'ufYNe', 'NARBONNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('163/21', 'bcNGX', 'VERCELLI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('755/10', 'zYFmf', 'BESSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('634/16', 'KnctC', 'VERWAERDE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('20/15', 'OfYFy', 'COUILLARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('767/20', 'fAxOv', 'LASSALLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('926/20', 'nAmpj', 'TORRES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('458/17', 'YhezY', 'BOUDAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('88/9', 'aXItK', 'PILIPOWICZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('652/20', 'DYRSb', 'BETTAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('515/9', 'OjIJu', 'KELLER-CROCHET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('359/8', 'cBSzo', 'PAULIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('918/7', 'jadOO', 'PERSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('624/22', 'NqzUV', 'POULIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('244/9', 'SHgNm', 'TOROSSIAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('942/4', 'zMVSD', 'MOUGET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('581/20', 'BUrnS', 'POLIZZI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('203/3', 'msDfQ', 'POLLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('368/9', 'XMBCv', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('29/10', 'JKLYp', 'BERGAMACHI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('102/21', 'iXsxq', 'POYARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('481/9', 'kWmtb', 'RAMOS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('761/16', 'GPEtm', 'SANTRAIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('730/22', 'iUtuC', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('357/20', 'PMRCj', 'RANC?UR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('692/21', 'gVWzE', 'COLOMBET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('959/13', 'Bmrcl', 'FOURNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('196/13', 'lOTAF', 'SARRAIL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('114/9', 'XAJWf', 'DESFORGES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('752/2', 'rMZKv', 'RIDEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('574/9', 'ZizMt', 'MAGNELLI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('211/13', 'laHkN', 'ROUGET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('453/21', 'mncdu', 'RADIX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('946/20', 'iDwJu', 'OBIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('175/9', 'FaDUV', 'RAGUENEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('948/20', 'uLgNy', 'REYNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('533/20', 'HMRCD', 'REBUFFAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('941/6', 'bIlOP', 'LEHOUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('943/21', 'jadOO', 'LORIGEON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('187/20', 'qPIVa', 'GIORGIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('52/5', 'khOjc', 'GRIMAULT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('979/9', 'SPgtC', 'BONOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('255/4', 'sdSHg', 'RETIF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('127/5', 'MZCfw', 'ROBIC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('497/21', 'XQdaj', 'HERAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('675/12', 'QKTDq', 'ROBIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('174/17', 'FinkR', 'ROUSSEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('838/7', 'jadOO', 'SEILER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('968/5', 'dOTgZ', 'BOURRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('166/22', 'KbMZy', 'BAILLIF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('183/9', 'sJGPs', 'ARGELIES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('90/17', 'cJKvY', 'BAILLY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('270/13', 'ReTkZ', 'SEGUIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('332/6', 'cpeTA', 'VIAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('710/10', 'jadOO', 'HENRY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('952/3', 'clGbw', 'PELLETIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('722/22', 'xqrQx', 'JEAN-ELIE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('772/20', 'OXMFy', 'SIROUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('178/1', 'KDUNO', 'DEIKE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('141/9', 'nIdCP', 'TAJOURI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('907/2', 'BUrnS', 'SELIVERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('645/16', 'GnwJm', 'MAES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('738/13', 'jdsOt', 'CHEVALIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('832/9', 'hKjIh', 'TOCQUEVILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('209/22', 'CXqjz', 'Fred GRONDIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('369/10', 'OHgVy', 'MADRENNES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('691/22', 'nAyGe', 'BEGUE et RITOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('591/22', 'MEWRn', 'BOUVIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('490/5', 'bcBmf', 'BRETONNIERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('869/16', 'SDYBC', 'DEBRUYNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('540/5', 'HsZCj', 'MINSSIEUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('642/17', 'Kzcpm', 'LAUNAY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('260/16', 'yHQVG', 'CASTELIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('13/17', 'ReXcN', 'AULNETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('138/10', 'mXQRi', 'VAISSIERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('69/15', 'pCrIx', 'HEUZE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('109/18', 'BOvkd', 'HERVOUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('493/17', 'Vursl', 'MENUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('349/10', 'ZSXId', 'ABRAX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('758/9', 'bwtyL', 'VILLAR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('590/8', 'sxGTI', 'BERTOMEU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('296/17', 'yIZhI', 'LEDUC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('630/10', 'Lohaf', 'BAUDET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('459/2', 'gRGDU', 'PAILLASSA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('85/4', 'NaDcR', '-Jean-Luc HERVE-Eric LAY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('673/12', 'uXAxa', 'RAOULT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('355/21', 'NijYF', 'REGAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('468/13', 'nQhaL', 'SALSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('498/14', 'DEFWj', 'MARSAC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('408/7', 'kZSvA', 'SCANO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('544/6', 'yDwRW', 'CHIRON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('232/7', 'YJqfk', 'DOMANGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('890/17', 'jadOO', 'ALLEMAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('266/10', 'ppdxt', 'RAUBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('61/6', 'aToZW', 'TOUZET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('676/2', 'UVWzU', 'DAYRAUT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('892/13', 'DEler', 'GABRIEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('485/9', 'YUiul', 'DOYEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('871/13', 'wrCvS', 'LIROLA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('561/2', 'tijgl', 'HIRIART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('294/20', 'afUpa', 'CHIRON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('537/2', 'yzEVq', 'ISMAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('31/7', 'wRWPw', 'ALBARET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('679/4', 'lySrk', 'CHIZALLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('786/13', 'EJSHE', 'BOHER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('424/2', 'QxCjk', 'BOUSSARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('806/6', 'kRCDM', 'MAUGUIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('641/17', 'ZuLEh', 'GRIMAULT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('67/3', 'kZqjk', 'BRESSOLETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('880/7', 'BUrnS', 'BALANDIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('683/18', 'KLItm', 'MENTION\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('970/13', 'vkROf', 'BICHARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('753/6', 'WrMly', 'BONNIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('413/21', 'mcrMS', 'BONVALLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('176/8', 'pSXgV', 'GAVAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('28/17', 'mzYpe', 'BILLY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('901/17', 'QFqHc', 'BROSSET et CARRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('514/10', 'aXIxy', 'MAROT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('831/2', 'OrUpq', 'CHASSERIEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('734/13', 'EyQIx', 'PEYRIGUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('383/17', 'GDIRu', 'CLAIRAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('409/14', 'RqDcR', 'RENIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('206/4', 'azAZe', 'DARS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('997/11', 'TAtCP', 'LECHAIR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('373/3', 'Hcdef', 'GELY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('541/21', 'XYRmP', 'FOUACHE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('321/21', 'wNyfs', 'CORBON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('339/5', 'HEtaP', 'VAMBACAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('570/2', 'tmHYF', 'CONQUERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('80/12', 'cdqjI', 'CONREAUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('120/13', 'jadOO', 'FRIBOULET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('770/16', 'aZslj', 'MONNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('272/2', 'iTQVq', 'FORT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('629/18', 'SvsZS', 'DEBACH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('188/10', 'hKLQR', 'HULLO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('870/13', 'oVyLI', 'LOUISE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('891/2', 'IhqLo', 'DESTRIEUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('551/13', 'AJKPM', 'et Xavier BALLIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('192/16', 'mPIFi', 'DUPUIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('716/2', 'ZeXUd', 'DUQUESNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('251/4', 'CXshm', 'LAMBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('887/12', 'nAmpj', 'DIDIERLAURENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('400/2', 'JaLwp', 'BARRIERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('333/10', 'uTkxq', 'PUECH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('401/16', 'AJuHY', 'BREDOW\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('9/16', 'JSHch', 'CARON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('733/10', 'whyPY', 'PATISSIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('535/2', 'BCXgJ', 'FILLASTRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('233/16', 'sxiDA', 'FLAMENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('199/12', 'ApuTo', 'DUPONT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('613/10', 'wxGjw', 'FOUGERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('124/7', 'dqnQF', 'COUSIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('513/2', 'AFubY', 'ECHEVARRIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('846/22', 'xCngV', 'LANTENOIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('769/16', 'bgFqb', 'WATTEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('934/16', 'YpKLs', 'ENNAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('310/20', 'claTI', 'NICOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('347/14', 'VaHgZ', 'FELTESSE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('689/21', 'TcBuP', 'et Claude SOUDIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('365/1', 'RGTkF', 'GASSERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('429/20', 'ohafs', 'CHION\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('48/18', 'ajIxu', 'LE DREF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('167/11', 'tqHsd', 'CADET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('443/16', 'odCfA', 'COKSAY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('765/4', 'fwliT', 'MILLION\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('84/18', 'joZST', 'BORDET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('835/6', 'QRybc', 'PREVELATO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('382/17', 'mTYRW', 'VEILLON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('335/17', 'GXIJy', 'LEGAVE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('240/21', 'mXoZW', 'GARNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('872/21', 'amCdX', 'GENIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('923/4', 'KPEZq', 'GAUTHIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('950/2', 'BUrnS', 'CARGOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('801/10', 'nVPMz', 'GOUBERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('741/2', 'ElifE', ' GOUGNON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('621/21', 'UlOng', 'GRASSONE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('556/20', 'ebQRG', 'PONCON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('688/13', 'vkpmj', 'HERITIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('592/4', 'uXElS', 'TERRIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('877/18', 'nAmpj', 'BELLEGUEULLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('22/7', 'wFOLI', 'LALIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('181/13', 'ZGLcR', 'CARSALADE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('185/20', 'zQRqr', 'NIEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('966/13', 'RyHoB', 'BARRIERES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('117/14', 'SPwla', 'LAURENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('955/13', 'tuPsJ', 'LAURENTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('994/11', 'jwFyj', 'LAVERGNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('464/9', 'cdKXI', 'BEUZEVILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('702/2', 'LERuL', 'PRABONNAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('646/6', 'mbgZq', 'LEHOUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('686/7', 'bHwTM', 'JOUAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('778/13', 'qjQVq', 'LESCOULIE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('995/13', 'tSvgR', 'CHOLLET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('606/21', 'mDYFS', 'POULARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('867/3', 'BUrnS', 'MAGOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('668/2', 'TYtmT', 'MARIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('519/13', 'mHwtG', 'et Dominique MIRC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('599/4', 'nyiJA', 'MARTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('457/8', 'PIVir', 'MATHEY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('593/3', 'PsRWP', 'HERVEOU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('415/10', 'FwedG', 'GOMEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('379/13', 'DQJCr', 'VASSEUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('795/2', 'ZGbcV', 'MUCHICO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('751/21', 'HABCv', 'NACIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('417/20', 'IJyvQ', 'PAYAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('51/2', 'LkJqH', 'DELANES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('888/20', 'JybQx', 'ROUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('395/17', 'MNOvE', 'PILLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('405/10', 'rEhGr', 'BUCZKOWICZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('713/21', 'lyPwN', 'MINODIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('998/5', 'VqrgF', 'KERZAON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('545/6', 'tsDbH', 'GUIGUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('445/20', 'cZyHw', 'CAVALIERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('268/16', 'EJurQ', 'SERIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('82/6', 'ZSPEN', 'GRANGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('125/14', 'irAtG', 'et Philippe FORVEILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('731/20', 'WnsdC', 'RICHET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('656/13', 'KHEpy', 'CHASSAING\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('539/21', 'FaPst', 'GIMARAY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('358/20', 'NOfsx', 'LAINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('912/21', 'jadOO', 'TERRACOL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('404/21', 'OgWnp', 'BENETON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('348/20', 'BGTcd', 'MARQUEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('777/10', 'mroFq', 'VENTURA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('132/20', 'LSmQb', 'VERDIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('56/10', 'bkxiX', 'VIVEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('38/21', 'OjURC', 'RICCI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('503/12', 'uLQZO', 'FRELIGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('43/11', 'HMpuT', 'ESTRADE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('487/13', 'ROLwF', 'SOULIGNAC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('672/21', 'EpGTk', 'BERTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('128/2', 'oxarI', 'DEVIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('47/9', 'BeXQF', 'HURON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('236/5', 'WPExK', 'BARON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('617/17', 'nQNqz', 'DEFFONTAINE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('667/2', 'gRCbs', 'LARRAMENDY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('647/17', 'SLkRK', 'HERVE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('508/17', 'XolOb', 'CARRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('794/20', 'AZuDo', 'ALBEPART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('567/17', 'EJWrc', 'AUGER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('17/22', 'BUrnS', 'LLURENS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('743/21', 'QNiDE', 'RIPERT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('699/5', 'nsFOb', 'THOMAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('216/21', 'rcZSf', 'CHAUVY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('399/17', 'cJevA', 'THOBY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('426/21', 'wNurg', 'BALTHAZARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('793/17', 'TMJyn', 'BABEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('583/9', 'sxKLw', 'DI FILIPPO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('757/9', 'NWnIh', 'LEDRICH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('526/6', 'XMxKz', 'LEMAIRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('427/1', 'ZmrgZ', 'LEHN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('86/21', 'arkxq', 'MEYNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('210/9', 'bYxWX', 'GROFF\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('224/17', 'ctGjQ', 'GUILLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('253/2', 'SfolG', 'LAGARDE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('893/20', 'WTAlq', 'SIMON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('700/9', 'DIJOv', 'CLEUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('548/13', 'EGBbs', 'SARTOREL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('522/14', 'eXcFy', 'BALLOIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('287/21', 'RuYBB', 'DELHOMME\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('929/20', 'QBavo', 'PERRET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('194/2', 'DoNqn', 'SARRAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('930/21', 'VabUN', 'GERARDI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('284/9', 'DQBOL', 'et RICHARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('133/16', 'durox', 'SAUTRET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('638/13', 'vZTye', 'SIMON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('525/18', 'rwReL', 'GATET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('510/20', 'Lwpyv', 'CORDIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('957/9', 'UZifM', 'LEBOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('137/12', 'aaVGb', 'VAUDIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('958/18', 'nAmpj', 'NIVART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('833/14', 'EpKXM', 'THEBAULT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('972/20', 'FeHkd', 'ROUILLON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('172/20', 'cZWXk', 'BENOIT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('411/9', 'vgtaf', 'PEREIRA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('200/21', 'SjQBm', 'FAVRE BONVIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('749/20', 'FCLEF', 'BELASRI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('375/16', 'vGsHG', 'NUEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('394/6', 'XkRiz', 'BOUQUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('263/10', 'yjchy', 'BARTRINA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('159/17', 'qvsZC', 'SAUDUBRAY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('74/27', 'TAJqH', 'VINCENOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('817/22', 'lOLgB', 'DIJOUX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('89/15', 'pWXQB', 'JOURDAIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('773/22', 'qvEtu', 'GUAVEIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('341/21', 'dWHMx', 'CHEVALLIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('433/20', 'cByzw', 'AMAR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('42/17', 'OPAFq', 'et SEVRIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('938/9', 'BUrnS', 'BOUCHERON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('366/10', 'xePwd', 'BOIVIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('804/21', 'cxCbY', 'YOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('4/15', 'oxqvQ', 'SELLIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('298/12', 'izwhe', 'MANICK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('353/20', 'EtyTE', 'ALONSO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('389/18', 'SzkZe', 'BLERVAQUE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('585/17', 'liTkF', 'SORIEUL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('512/8', 'XsFWP', 'PASCAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('500/20', 'kNSno', 'PORTAL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('695/7', 'Ypqfo', 'CIGNETTI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('378/7', 'xiTIZ', 'ROFFE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('391/18', 'bEFin', 'PEDRALI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('720/22', 'nAmpj', 'NERISSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('301/5', 'ejYVW', 'MOREAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('619/20', 'pqzoR', 'FOURNIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('488/2', 'tqvoB', 'COGET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('588/17', 'UQDLO', 'BENATEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('850/20', 'nAmpj', 'BOUSQUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('559/9', 'evQpC', 'PICOUET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('798/20', 'kJGDI', 'CEFALIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('71/13', 'KbUBu', 'PRADERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('130/20', 'JmnMl', 'CAMILLERI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('723/12', 'ZuzAN', 'RICHARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('531/9', 'sJuHc', 'GOIX\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('945/9', 'jadOO', 'VAN HULLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('461/21', 'jsJWP', 'LANSARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('234/2', 'HUtuj', 'LOISEL', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('156/2', 'YpyTU', 'HENRY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('156/9', 'OSOvx', 'HENRY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('640/7', 'tKTsR', 'PONCE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('30/13', 'cRajI', 'CATHALA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('434/5', 'fsdiX', 'LE PRIELLEC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('235/21', 'gdWPo', 'FELIZAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('334/20', 'xOLQp', 'MAES\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('527/13', 'wHanN', 'AGIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('12/2', 'DgteH', 'AUSSEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('41/9', 'nElaz', 'DAVID\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('661/14', 'jcpOz', 'MORIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('99/16', 'nARGD', 'KORCHIT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('573/6', 'MPsjh', 'BOUTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('726/8', 'vQhqX', 'EBRO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('678/4', 'ViTYx', 'PLASSON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('484/12', 'sJqHo', 'HILDENBRAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('328/13', 'duPch', 'PIERRAT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('83/9', 'bEdWf', 'BENSAI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('981/6', 'bQVmb', 'GOBIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('15/1', 'wBiTo', 'NAAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('836/9', 'qHwdy', 'COLLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('122/14', 'tGfkt', 'et Paul DELAUNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('792/5', 'cVyjs', 'MASSARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('221/17', 'OTUBC', 'FARRUGIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('229/3', 'DAFWD', 'THEVENET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('587/23', 'TNHHg', 'AIMON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('452/7', 'qPMxy', 'TOMASINA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('362/9', 'DQZaj', 'PLOYART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('745/20', 'ZaTQF', 'POULET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('227/13', 'HqYMC', 'CASTEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('345/11', 'nApyH', 'NICOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('851/20', 'yLcxu', 'GRAVIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('844/22', 'ZmzId', 'CANALE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('577/13', 'mvUZG', 'ZAIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('390/2', 'QFazo', 'MOUSSEIGNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('538/12', 'YVCXg', 'KUTHE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('597/13', 'ZXkAm', 'VALENTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('631/9', 'FOLAp', 'VANCILLI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('586/9', 'LEleX', 'VAN TINH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('60/20', 'opjSR', 'JOLY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('594/17', 'GfolC', 'ANGIBAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('782/21', 'gpqLQ', 'VERRECCHIA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('325/21', 'qPUle', 'HELLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('271/21', 'NxBFK', 'DUMOULIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('456/17', 'wRKLU', 'PHELIPPEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('257/4', 'mXsJu', 'GAY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('205/24', 'JybYN', 'MABILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('760/24', 'Mlibw', 'LOUVEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('925/24', 'jadOO', 'DUMAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('21/24', 'oFGjQ', 'MEARINI\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('927/24', 'yHUBa', 'SGARAMELLA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('306/24', 'kRurg', 'TRIAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('292/24', 'aXEBW', 'DELHOUME\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('928/24', 'mDIdO', 'GERMAIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('572/24', 'QBWnc', 'MATHIEU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('496/24', 'turMp', 'SIBILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('19/24', 'ZuPwd', 'MANIEZ\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('259/24', 'fcNaz', 'MONCET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('323/24', 'FCvEl', 'PORTIER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('636/24', 'fUhqr', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('856/24', 'tGPcJ', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('215/24', 'mnYxi', 'DEHON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('370/24', 'odifs', 'DELSECCO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('814/24', 'UwZIm', 'BOIVIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('822/24', 'fXaNe', 'MAYER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('204/24', 'ohGPw', 'SIGOURE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('73/24', 'gNejI', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('3/24', 'nAmpj', 'NOBLOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('68/24', 'bsZqP', 'SAPET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('412/24', 'afoVG', 'WAGNER\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('615/24', 'kBuHw', 'SFARA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('732/24', 'tOzQt', 'COCHEREAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('666/24', 'SYHXM', 'DAVIOT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('81/24', 'Uheno', 'PECHET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('704/24', 'PSCjv', 'VINCENT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('900/24', 'wrCvS', 'REBUT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('905/24', 'AhGLU', 'HANROT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('840/24', 'jadOO', 'ROMERA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('331/24', 'URanI', 'PARROT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('762/24', 'lSfcN', 'LOUVEAU et LE GUEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('10/24', 'YdmTY', 'GUEN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('940/24', 'pCbQh', 'MARETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('854/24', 'jadOO', 'JOURDAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('985/24', 'OzABK', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('143/24', 'rYRav', 'LAHON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('852/24', 'VKbEN', 'DIGOIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('213/24', 'ENaDQ', 'BREGEON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('996/24', 'dafgR', 'SCHIWIORA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('862/24', 'BUrnS', 'CHATRON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('665/24', 'RKnsB', 'DEGOULET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('860/24', 'Toxmr', 'BOURBON\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('816/24', 'LsFmz', 'DECUYPERE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('87/24', 'HUpWn', 'MORGANA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('696/24', 'jadOO', 'MATHELIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('105/24', 'RqHId', 'XIBERRAS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('819/24', 'sBkgm', 'BERTIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('169/24', 'uXAFy', 'ROTA\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('578/24', 'ROLkV', 'CHARROIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('875/24', 'jadOO', 'VERNE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('917/24', 'jadOO', 'AUNIORD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('977/24', 'nspCv', 'RUBIO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('924/24', 'jadOO', 'BERGEROT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('486/24', 'fQFCL', 'HACAULT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('821/24', 'SIWQH', 'VILLANDRE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('657/24', 'tiXMt', 'BAREILLE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('77/24', 'IBebE', 'BLANC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('54/24', 'zEBKD', 'COLLARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('198/24', 'KzkRi', 'GAUDRY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('302/24', 'BUrnS', 'PEIGNARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('625/24', 'ubgdi', 'DOR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('317/30', 'hSGJi', 'TASSONE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('614/30', 'HTbkl', 'HIRIART\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('150/30', 'SrKvw', 'MALEK\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('904/30', 'nAmpj', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('684/30', 'WWtCD', 'DELEPEE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('991/30', 'EcLAa', 'DANQUIGNY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('147/30', 'CsaAC', 'JEAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('449/30', 'dwzvd', 'MAROIS\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('437/30', 'iEPiC', 'PATIERNO\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('442/30', 'XIdnK', 'ERNST\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('853/30', 'TeTOV', 'MME ESTREM\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('603/30', 'zfjbx', 'BRIAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('920/30', 'Zjpdi', 'BLAIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('352/30', 'AqQtH', 'RIGEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('121/30', 'jadOO', 'BODOIGNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('258/30', 'yKAuk', 'GINET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('439/30', 'hJOye', 'CHARVET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('785/30', 'wvMFR', 'SIMONNET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('446/30', 'JOUjE', 'LAMANTHE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('885/30', 'UfhUp', 'LEPAGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('72/30', 'oCOUZ', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('245/30', 'pezVn', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('768/30', 'ecoNa', '\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('826/30', 'qlOcD', 'LECOMTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('146/30', 'LJRIb', 'LEPRIEUR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('50/30', 'rsXpI', 'GAGUECH\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('465/30', 'FhDoP', 'RAVEAU\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('441/30', 'PvIjD', 'SERMAGE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('448/100', 'czGSn', 'BARBAN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('451/100', 'UnfLi', 'CHANCEL\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('454/100', 'BKZvj', 'BONIZEC\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('463/100', 'mGwLT', 'RANCE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('010/100', 'OSOvx', 'AUGUY\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('011/100', 'TNHHg', 'SAMARIE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('006/100', 'ppdxt', 'BILLETTE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('012/100', 'UUjQf', 'MERCOURT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('004/100', 'amCdX', 'HUGONIN\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('007/100', 'LixLa', 'VIGNAUD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('001/100', 'ntkae', 'BERNARD\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('005/100', 'OfgMN', 'MELINAND\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('003/100', 'wrCvS', 'NADOR\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('009/100', 'EEoOB', 'EECHAUT\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('002/100', 'tjxRd', 'GADET\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('008/100', 'EyhAc', 'SERIVE\r', 0, 'adh', NULL);
INSERT INTO `adherents100505` VALUES ('013/100', 'KIdDW', 'TELLE\r', 0, 'adh', NULL);

-- --------------------------------------------------------

-- 
-- Structure de la table `adherents2`
-- 

DROP TABLE IF EXISTS `adherents2`;
CREATE TABLE `adherents2` (
  `log` varchar(20) NOT NULL default '',
  `pwd` varchar(20) NOT NULL default '',
  `nom` varchar(200) NOT NULL default '',
  `prenom` varchar(200) default NULL,
  `email` varchar(200) default NULL,
  `nbTech` tinyint(4) NOT NULL default '0',
  `statut` enum('adh','tech') NOT NULL default 'adh',
  `tuteur` varchar(20) default NULL,
  PRIMARY KEY  (`log`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Contenu de la table `adherents2`
-- 

INSERT INTO `adherents2` VALUES ('"0000-00-00"', '"001/100"', '', '"BERNARD"', '"M."', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"pZibC"', '"ykgEA"', '"Bejac"', '"L''e9on"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"002/100"', '"tjxRd"', '"GADET"', '"Alain"', '"gadet.a@worldonline.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"kIfOb"', '"qCigJ"', '"BARON"', '"Ambroise"', '"assurfroid@ofracar.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"463/2"', '"jadOO"', '"MOQUELET"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"454/16"', '"jadOO"', '"KHERBOUCHE"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"983/22"', '"BUrnS"', '"TECHER"', '"Andr''e9"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"977/22"', '"nAmpj"', '"GARGAN"', '"Christian"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"899/2"', '"jadOO"', '"BUDON"', '"Fr''e9d''e9ric"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"895/9"', '"BUrnS"', '"LE CAM"', '"Fr''e9d''e9ric"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"865/20"', '"nAmpj"', '"UZELAC"', '"Bruno"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"843/20"', '"jadOO"', '"BRISCAS"', '"Mario"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"866/17"', '"amCdX"', '"DANGER"', '"J''e9r''f4me"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"949/16"', '"jadOO"', '"FOUACHE"', '', '"cfci.fouache@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"423/15"', '"jadOO"', '"STORK"', '"Johann"', '"johann.airmes@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"286/6"', '"BUrnS"', '"OGUEY"', '"Daniel"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"219/9"', '"nAmpj"', '"KOUDAD"', '"Mansour"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"182/17"', '"jadOO"', '"PAUCHET"', '"Vincent"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"142/20"', '"jadOO"', '"FIGUIER"', '', '"commercial@avignon-froid.com"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"840/24"', '"jadOO"', '"BRUN"', '"Jean-Luc"', '"jbrun@guentner@de"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"546/30"', '"nAmpj"', '"GORSSE"', '"Jean-Charles"', '"jch.gorsse-consultant@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"554/10"', '"BUrnS"', '"RAGE"', '"Christophe"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"507/30"', '', '"VILOTTE"', '"Bernard"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"528/13"', '"OfgMN"', '"ABADIE"', '"Thierry"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"318/24"', '"wrCvS"', '', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"342/4"', '"amCdX"', '"JALADY"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"350/6"', '"OfgMN"', '', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"120/13"', '"jadOO"', '"FRIBOULET"', '"Pierre"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"289/21"', '"ifkNW"', '"DIGONNET"', '"Bernard"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"112/17"', '"nAmpj"', '"PIARD"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"958/18"', '"nAmpj"', '"NIVART"', '"Olivier"', '"oliviernivart@aol.com"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"999/1"', '"BUrnS"', '"SOCKEEL"', '"Yves"', '"yves.sockeel@aximaref.com"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"945/9"', '"jadOO"', '"VAN HULLE"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"954/12"', '"jadOO"', '', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"938/9"', '"BUrnS"', '"BOUCHERON"', '', '"softair.b@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"918/7"', '"jadOO"', '"PERSON"', '"Jacky"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"924/24"', '"jadOO"', '"BERGEROT"', '"Marc"', '"marc.bergerot@serto.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"917/24"', '"jadOO"', '"AUNIORD"', '"Jean"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"914/21"', '"jadOO"', '"CHEVIGNON"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"913/22"', '"jadOO"', '"GAULIRIS"', '"Fabrice"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"912/21"', '"jadOO"', '"TERRACOL"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"911/17"', '"jadOO"', '"CHAUVET"', '"Didier"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"907/2"', '"BUrnS"', '"SELIVERT"', '"Nelly"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"902/21"', '"wrCvS"', '"MUSTO"', '"Jean-No''ebl"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"900/24"', '"wrCvS"', '"REBUT"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"890/17"', '"jadOO"', '"ALLEMAND"', '"R''e9gis"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"889/13"', '"BUrnS"', '"TROUCHE"', '"Christian"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"882/13"', '"jadOO"', '"CHRISTIN"', '"Laurent"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"887/12"', '"nAmpj"', '"DIDIERLAURENT"', '"Eric"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"881/10"', '"BUrnS"', '"DARDE"', '"Jean-Fran''e7ois"', '"jp.darde@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"877/18"', '"nAmpj"', '"BELLEGUEULLE"', '"St''e9phane"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"875/24"', '"jadOO"', '"VERNE"', '"Michel"', '"squetier@siccom.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"872/21"', '"amCdX"', '"GENIN"', '"Yannick"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"371/22"', '"jadOO"', '"DONADIEU"', '"Fran''e7ois"', '"f.donadieu.fdi@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"871/13"', '"wrCvS"', '"LIROLA"', '"Alain"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"867/3"', '"BUrnS"', '"MAGOT"', '"Michel"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"746/22"', '"jadOO"', '"BILHOU"', '"Fabien"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"862/24"', '"BUrnS"', '"RIBAULT"', '"J''e9r''f4me"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"854/24"', '"jadOO"', '"JOURDAN"', '"Pierre"', '"p.jourdan@irgroup.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"850/20"', '"nAmpj"', '"BOUSQUET"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"808/6"', '"nAmpj"', '"ROUSSEAU"', '"Fr''e9d''e9ric"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"838/7"', '"jadOO"', '"SEILER"', '"Eric"', '"rxlr@club-internet.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"834/9"', '"jadOO"', '"FOLTRAN"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"818/2"', '"BUrnS"', '"LEFEBVRE"', '', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"710/10"', '"jadOO"', '"HENRY"', '"Herv''e9"', '"herve.henry@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"289/22"', '"jadOO"', '"TRICAT"', '"Alain"', '"cpt.froid@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"704/21"', '"jadOO"', '"JELIN"', '"Denis"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"781/15"', '"nAmpj"', '"JEANNE"', '"Alban"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"302/24"', '"BUrnS"', '"PEIGNARD"', '"Patrick"', '"ppeignard@vulkan.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"705/9"', '"nAmpj"', '"ROBERT"', '', '"c.robert@clim.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"828/21"', '"nAmpj"', '"LHERT"', '"Franck"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"60/17"', '"jadOO"', '"AUGER"', '"Didier"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"581/20"', '"BUrnS"', '"POLIZZI"', '"Alain"', '"alain.polizzi@polfroid.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"372/20"', '"jadOO"', '"WATERKEYN"', '"Martin"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"014/100"', '"jadOO"', '"FIRMIN"', '"Victor"', '"Snefcca.auvergne@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"video"', '"oediv2"', '"LESUEUR"', '"Joris"', '"arobase.communication@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"943/6"', '"jadOO"', '"OURGAUX"', '"Gildas"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"64/11"', '"wrCvS"', '"BEAUCHOUX"', '"Gilles"', '"gillesbeauchoux@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"720/22"', '"nAmpj"', '"NERISSON"', '"R''e9gis"', '"regis.cecile@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"442/21"', '"jadOO"', '"BOURRE"', '"HERITIER et"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"861/22"', '"BUrnS"', '"VOLTIGEUR"', '"Eric"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"lmbdd"', '"lmbdd"', '"MORIN"', '"Laure"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"94/24"', '"OfgMN"', '"MARATRAT"', '"J.N."', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"121/30"', '"jadOO"', '"BODOIGNET"', '"Robert"', '"robert.bodoignet@froid-clim-consult.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"310/22"', '"jadOO"', '"HOARAU"', '"Bernard"', '', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"550/16"', '"jadOO"', '"COLEIN"', '"Alain"', '"alphaconsultants@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"283/17"', '"OfgMN"', '"AUGEREAU"', '"Dominique"', '"augereaudominique@wanadoo.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"148/5"', '"OfgMN"', '"DIQUELOU"', '', '"ad.dir@caillarec.com"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"KdwTa"', '"daniele"', '"GOLDBERG"', '"L''e9on"', '"webmaster@snefcca.com"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"280/9"', '"ppdxt"', '"PENETRO"', '', '"remy.penetro@free.fr"', 0, '', NULL);
INSERT INTO `adherents2` VALUES ('"jacquin"', '"snefcca"', '', '', '', 0, '', NULL);

-- --------------------------------------------------------

-- 
-- Structure de la table `cours`
-- 

DROP TABLE IF EXISTS `cours`;
CREATE TABLE `cours` (
  `ID` tinyint(4) NOT NULL auto_increment,
  `nom` varchar(200) NOT NULL default '',
  `temps` int(11) NOT NULL default '0',
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

-- 
-- Contenu de la table `cours`
-- 

INSERT INTO `cours` VALUES (1, 'D?tection de fuites', 225);
INSERT INTO `cours` VALUES (2, 'R?cup?ration de fluides', 500);

-- --------------------------------------------------------

-- 
-- Structure de la table `ma_table`
-- 

DROP TABLE IF EXISTS `ma_table`;
CREATE TABLE `ma_table` (
  `id` tinyint(4) NOT NULL auto_increment,
  `champs1` varchar(200) NOT NULL,
  `champs2` varchar(200) NOT NULL,
  `champs3` varchar(200) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

-- 
-- Contenu de la table `ma_table`
-- 

INSERT INTO `ma_table` VALUES (1, '1', '2', '3\r\n');
INSERT INTO `ma_table` VALUES (2, '11', '22', '33\r\n');
INSERT INTO `ma_table` VALUES (3, '111', '222', '333\r\n');

-- --------------------------------------------------------

-- 
-- Structure de la table `resultats`
-- 

DROP TABLE IF EXISTS `resultats`;
CREATE TABLE `resultats` (
  `ID` int(11) NOT NULL auto_increment,
  `log` varchar(20) NOT NULL default '0',
  `coursID` tinyint(4) NOT NULL default '0',
  `score` varchar(20) NOT NULL default '0',
  `minute` int(11) NOT NULL default '0',
  `seconde` int(11) NOT NULL default '0',
  `date` date NOT NULL default '0000-00-00',
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;

-- 
-- Contenu de la table `resultats`
-- 

INSERT INTO `resultats` VALUES (7, '1/21/3', 1, '83%', 0, 45, '2005-04-22');
INSERT INTO `resultats` VALUES (6, '1/21/3', 2, '91%', 2, 11, '2005-04-22');
INSERT INTO `resultats` VALUES (5, '1/21', 2, '82%', 1, 59, '2005-04-22');
INSERT INTO `resultats` VALUES (8, 'KdwTa', 1, '83%', 0, 57, '2005-05-07');
INSERT INTO `resultats` VALUES (9, '423/15', 1, '67%', 1, 15, '2005-05-12');
INSERT INTO `resultats` VALUES (10, '112/17', 1, '50%', 1, 22, '2005-07-01');
INSERT INTO `resultats` VALUES (11, '628/2', 2, '55%', 3, 14, '2005-07-02');
INSERT INTO `resultats` VALUES (12, '637/17', 1, '17%', 2, 39, '2005-08-24');
INSERT INTO `resultats` VALUES (13, '671/13', 1, '33%', 2, 44, '2005-09-30');
INSERT INTO `resultats` VALUES (14, '465/30', 1, '50%', 0, 53, '2005-10-11');
INSERT INTO `resultats` VALUES (15, '285/2', 1, '100%', 0, 59, '2005-10-20');
INSERT INTO `resultats` VALUES (16, '285/2', 2, '100%', 1, 54, '2005-10-20');
INSERT INTO `resultats` VALUES (17, 'KdwTa', 2, '64%', 6, 24, '2005-11-17');
INSERT INTO `resultats` VALUES (18, '378/7', 2, '91%', 2, 18, '2005-12-09');
INSERT INTO `resultats` VALUES (19, '240/21', 1, '83%', 1, 13, '2006-01-07');
INSERT INTO `resultats` VALUES (20, '362/9', 1, '83%', 2, 0, '2006-02-02');
INSERT INTO `resultats` VALUES (21, '867/3', 2, '55%', 2, 41, '2006-03-24');

-- --------------------------------------------------------

-- 
-- Structure de la table `visites`
-- 

DROP TABLE IF EXISTS `visites`;
CREATE TABLE `visites` (
  `ID` int(11) NOT NULL auto_increment,
  `log` varchar(20) NOT NULL default '',
  `date` date NOT NULL default '0000-00-00',
  `debut` varchar(20) NOT NULL default '',
  `fin` varchar(20) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `log` (`log`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=400 ;

-- 
-- Contenu de la table `visites`
-- 

INSERT INTO `visites` VALUES (1, '1/21', '2005-04-18', '19h22mn', '19h25mn');
INSERT INTO `visites` VALUES (2, '1/21', '2005-04-18', '19h26mn', '19h26mn');
INSERT INTO `visites` VALUES (33, '1/21', '2005-04-22', '15h23mn', '15h23mn');
INSERT INTO `visites` VALUES (32, '1/21', '2005-04-22', '15h11mn', '15h11mn');
INSERT INTO `visites` VALUES (5, '1/21', '2005-04-18', '21h11mn', '21h11mn');
INSERT INTO `visites` VALUES (6, '1/21', '2005-04-18', '21h24mn', '21h24mn');
INSERT INTO `visites` VALUES (28, '1/21', '2005-04-22', '11h42mn', '11h46mn');
INSERT INTO `visites` VALUES (27, '1/21', '2005-04-22', '10h14mn', '10h14mn');
INSERT INTO `visites` VALUES (26, '1/21', '2005-04-22', '9h13mn', '9h13mn');
INSERT INTO `visites` VALUES (10, '1/21', '2005-04-18', '21h43mn', '21h43mn');
INSERT INTO `visites` VALUES (25, '1/21', '2005-04-22', '9h12mn', '9h13mn');
INSERT INTO `visites` VALUES (12, '1/21', '2005-04-18', '22h18mn', '22h21mn');
INSERT INTO `visites` VALUES (13, '1/21', '2005-04-18', '22h26mn', '22h26mn');
INSERT INTO `visites` VALUES (31, '1/21', '2005-04-22', '14h53mn', '15h21mn');
INSERT INTO `visites` VALUES (30, '1/21', '2005-04-22', '14h46mn', '14h47mn');
INSERT INTO `visites` VALUES (29, '1/21/3', '2005-04-22', '11h47mn', '11h47mn');
INSERT INTO `visites` VALUES (17, '1/21', '2005-04-18', '23h42mn', '0h22mn');
INSERT INTO `visites` VALUES (18, '1/21', '2005-04-19', '0h24mn', '0h24mn');
INSERT INTO `visites` VALUES (24, '1/21', '2005-04-21', '18h33mn', '18h33mn');
INSERT INTO `visites` VALUES (20, '1/21', '2005-04-19', '0h43mn', '0h43mn');
INSERT INTO `visites` VALUES (21, '1/21', '2005-04-19', '20h23mn', '20h23mn');
INSERT INTO `visites` VALUES (22, '1/21', '2005-04-19', '22h49mn', '22h50mn');
INSERT INTO `visites` VALUES (23, '1/21', '2005-04-19', '23h32mn', '23h33mn');
INSERT INTO `visites` VALUES (34, '1/21', '2005-04-22', '15h27mn', '15h27mn');
INSERT INTO `visites` VALUES (35, '1/21/3', '2005-04-22', '18h15mn', '18h21mn');
INSERT INTO `visites` VALUES (36, '1/21', '2005-04-26', '17h28mn', '17h28mn');
INSERT INTO `visites` VALUES (37, '1/21', '2005-04-26', '17h54mn', '17h55mn');
INSERT INTO `visites` VALUES (38, '1/21', '2005-04-26', '17h56mn', '17h56mn');
INSERT INTO `visites` VALUES (39, '1/21', '2005-04-26', '18h0mn', '18h0mn');
INSERT INTO `visites` VALUES (40, '1/21', '2005-04-29', '20h10mn', '20h11mn');
INSERT INTO `visites` VALUES (41, '1/21/3', '2005-04-29', '20h30mn', '20h30mn');
INSERT INTO `visites` VALUES (42, '1/21', '2005-05-03', '12h51mn', '12h51mn');
INSERT INTO `visites` VALUES (43, '1/21', '2005-05-03', '15h29mn', '15h29mn');
INSERT INTO `visites` VALUES (44, '1/21', '2005-05-04', '10h25mn', '10h33mn');
INSERT INTO `visites` VALUES (45, '1/21', '2005-05-04', '10h27mn', '10h27mn');
INSERT INTO `visites` VALUES (46, '1/21', '2005-05-04', '10h27mn', '10h27mn');
INSERT INTO `visites` VALUES (47, '1/21', '2005-05-04', '10h27mn', '10h27mn');
INSERT INTO `visites` VALUES (48, '1/21', '2005-05-04', '10h27mn', '10h27mn');
INSERT INTO `visites` VALUES (49, '1/21', '2005-05-04', '10h29mn', '10h29mn');
INSERT INTO `visites` VALUES (50, '1/21', '2005-05-04', '10h29mn', '10h29mn');
INSERT INTO `visites` VALUES (51, '1/21', '2005-05-04', '10h29mn', '10h29mn');
INSERT INTO `visites` VALUES (52, '60/20', '2005-05-04', '10h33mn', '10h33mn');
INSERT INTO `visites` VALUES (53, '60/20', '2005-05-04', '10h33mn', '10h33mn');
INSERT INTO `visites` VALUES (54, '1/21', '2005-05-04', '15h31mn', '15h31mn');
INSERT INTO `visites` VALUES (55, '1/21', '2005-05-04', '17h16mn', '17h16mn');
INSERT INTO `visites` VALUES (56, '60/20', '2005-05-04', '17h30mn', '17h30mn');
INSERT INTO `visites` VALUES (57, '60/20', '2005-05-04', '17h30mn', '17h30mn');
INSERT INTO `visites` VALUES (58, '60/20', '2005-05-04', '17h33mn', '17h33mn');
INSERT INTO `visites` VALUES (59, '60/20', '2005-05-04', '17h33mn', '17h34mn');
INSERT INTO `visites` VALUES (60, '1/21', '2005-05-04', '22h55mn', '22h55mn');
INSERT INTO `visites` VALUES (61, 'KdwTa', '2005-05-04', '23h2mn', '23h2mn');
INSERT INTO `visites` VALUES (62, 'KdwTa', '2005-05-04', '23h2mn', '23h2mn');
INSERT INTO `visites` VALUES (63, 'KdwTa', '2005-05-05', '17h17mn', '17h17mn');
INSERT INTO `visites` VALUES (64, 'KdwTa', '2005-05-05', '17h17mn', '17h17mn');
INSERT INTO `visites` VALUES (65, 'KdwTa', '2005-05-07', '12h29mn', '12h29mn');
INSERT INTO `visites` VALUES (66, 'KdwTa', '2005-05-07', '12h29mn', '12h29mn');
INSERT INTO `visites` VALUES (67, 'KdwTa', '2005-05-07', '12h31mn', '12h31mn');
INSERT INTO `visites` VALUES (68, 'KdwTa', '2005-05-07', '12h31mn', '12h31mn');
INSERT INTO `visites` VALUES (69, 'KdwTa', '2005-05-07', '12h34mn', '12h34mn');
INSERT INTO `visites` VALUES (70, 'KdwTa', '2005-05-07', '12h34mn', '12h34mn');
INSERT INTO `visites` VALUES (71, 'KdwTa', '2005-05-07', '12h37mn', '12h37mn');
INSERT INTO `visites` VALUES (72, 'KdwTa', '2005-05-07', '12h37mn', '12h37mn');
INSERT INTO `visites` VALUES (73, 'KdwTa', '2005-05-09', '9h21mn', '9h21mn');
INSERT INTO `visites` VALUES (74, 'KdwTa', '2005-05-09', '9h21mn', '9h21mn');
INSERT INTO `visites` VALUES (75, 'KdwTa', '2005-05-09', '13h39mn', '13h39mn');
INSERT INTO `visites` VALUES (76, 'KdwTa', '2005-05-09', '13h39mn', '13h39mn');
INSERT INTO `visites` VALUES (77, 'KdwTa', '2005-05-09', '14h0mn', '14h0mn');
INSERT INTO `visites` VALUES (78, 'KdwTa', '2005-05-09', '14h0mn', '14h0mn');
INSERT INTO `visites` VALUES (79, 'HxYpr', '2005-05-09', '14h1mn', '14h1mn');
INSERT INTO `visites` VALUES (80, 'HxYpr', '2005-05-09', '14h1mn', '14h1mn');
INSERT INTO `visites` VALUES (81, '451/100', '2005-05-09', '14h7mn', '14h7mn');
INSERT INTO `visites` VALUES (82, '451/100', '2005-05-09', '14h7mn', '14h7mn');
INSERT INTO `visites` VALUES (83, 'HxYpr', '2005-05-09', '14h9mn', '14h9mn');
INSERT INTO `visites` VALUES (84, 'HxYpr', '2005-05-09', '14h17mn', '14h17mn');
INSERT INTO `visites` VALUES (85, 'HxYpr', '2005-05-09', '14h21mn', '14h21mn');
INSERT INTO `visites` VALUES (86, 'HxYpr', '2005-05-10', '12h44mn', '12h44mn');
INSERT INTO `visites` VALUES (87, 'HxYpr', '2005-05-10', '12h44mn', '12h45mn');
INSERT INTO `visites` VALUES (88, 'KdwTa', '2005-05-11', '9h24mn', '9h24mn');
INSERT INTO `visites` VALUES (89, 'KdwTa', '2005-05-11', '9h24mn', '9h24mn');
INSERT INTO `visites` VALUES (90, '269/12', '2005-05-12', '8h21mn', '8h26mn');
INSERT INTO `visites` VALUES (91, 'HxYpr', '2005-05-12', '8h39mn', '8h39mn');
INSERT INTO `visites` VALUES (92, '56/10', '2005-05-12', '9h22mn', '9h22mn');
INSERT INTO `visites` VALUES (93, '56/10', '2005-05-12', '9h22mn', '9h22mn');
INSERT INTO `visites` VALUES (94, '678/4', '2005-05-12', '14h13mn', '14h15mn');
INSERT INTO `visites` VALUES (95, '678/4', '2005-05-12', '14h13mn', '14h13mn');
INSERT INTO `visites` VALUES (96, '678/4', '2005-05-12', '14h16mn', '14h16mn');
INSERT INTO `visites` VALUES (97, '423/15', '2005-05-12', '15h3mn', '15h3mn');
INSERT INTO `visites` VALUES (98, '368/9', '2005-05-12', '15h42mn', '15h42mn');
INSERT INTO `visites` VALUES (99, '368/9', '2005-05-12', '15h42mn', '15h42mn');
INSERT INTO `visites` VALUES (100, '627/18', '2005-05-13', '7h7mn', '7h9mn');
INSERT INTO `visites` VALUES (101, '627/18', '2005-05-13', '7h10mn', '7h10mn');
INSERT INTO `visites` VALUES (102, '202/5', '2005-05-13', '10h42mn', '10h42mn');
INSERT INTO `visites` VALUES (103, '202/5', '2005-05-13', '10h42mn', '10h42mn');
INSERT INTO `visites` VALUES (104, '628/2', '2005-05-14', '15h38mn', '15h38mn');
INSERT INTO `visites` VALUES (105, '945/9', '2005-05-15', '19h33mn', '19h33mn');
INSERT INTO `visites` VALUES (106, '945/9', '2005-05-15', '19h33mn', '19h33mn');
INSERT INTO `visites` VALUES (107, '642/17', '2005-05-16', '10h45mn', '10h45mn');
INSERT INTO `visites` VALUES (108, '642/17', '2005-05-16', '10h45mn', '10h47mn');
INSERT INTO `visites` VALUES (109, '317/30', '2005-05-16', '15h1mn', '15h1mn');
INSERT INTO `visites` VALUES (110, '696/24', '2005-05-17', '11h18mn', '11h18mn');
INSERT INTO `visites` VALUES (111, '696/24', '2005-05-17', '11h18mn', '11h18mn');
INSERT INTO `visites` VALUES (112, '846/22', '2005-05-17', '15h47mn', '15h47mn');
INSERT INTO `visites` VALUES (113, '846/22', '2005-05-17', '15h47mn', '15h47mn');
INSERT INTO `visites` VALUES (114, '929/20', '2005-05-20', '10h22mn', '10h22mn');
INSERT INTO `visites` VALUES (115, '929/20', '2005-05-20', '10h22mn', '10h22mn');
INSERT INTO `visites` VALUES (116, '769/16', '2005-05-20', '10h29mn', '10h29mn');
INSERT INTO `visites` VALUES (117, '769/16', '2005-05-20', '10h29mn', '10h29mn');
INSERT INTO `visites` VALUES (118, '629/18', '2005-05-20', '10h45mn', '10h45mn');
INSERT INTO `visites` VALUES (119, '629/18', '2005-05-20', '10h45mn', '10h45mn');
INSERT INTO `visites` VALUES (120, '629/18', '2005-05-20', '10h45mn', '10h45mn');
INSERT INTO `visites` VALUES (121, '629/18', '2005-05-20', '10h45mn', '10h45mn');
INSERT INTO `visites` VALUES (122, '106/3', '2005-05-23', '11h32mn', '11h32mn');
INSERT INTO `visites` VALUES (123, '106/3', '2005-05-23', '11h32mn', '11h44mn');
INSERT INTO `visites` VALUES (124, '106/3', '2005-05-23', '11h45mn', '11h45mn');
INSERT INTO `visites` VALUES (125, 'KdwTa', '2005-05-23', '18h50mn', '18h50mn');
INSERT INTO `visites` VALUES (126, '64/11', '2005-05-26', '14h22mn', '14h22mn');
INSERT INTO `visites` VALUES (127, '64/11', '2005-05-26', '14h22mn', '14h22mn');
INSERT INTO `visites` VALUES (128, '308/21', '2005-05-26', '15h10mn', '15h10mn');
INSERT INTO `visites` VALUES (129, '308/21', '2005-05-26', '15h10mn', '15h10mn');
INSERT INTO `visites` VALUES (130, '308/21', '2005-05-26', '15h16mn', '15h16mn');
INSERT INTO `visites` VALUES (131, '308/21', '2005-05-26', '15h16mn', '15h16mn');
INSERT INTO `visites` VALUES (132, '64/11', '2005-05-26', '15h21mn', '15h21mn');
INSERT INTO `visites` VALUES (133, '64/11', '2005-05-26', '15h21mn', '15h21mn');
INSERT INTO `visites` VALUES (134, '423/15', '2005-05-27', '10h45mn', '10h45mn');
INSERT INTO `visites` VALUES (135, '423/15', '2005-05-27', '10h50mn', '10h50mn');
INSERT INTO `visites` VALUES (136, '423/15', '2005-05-30', '10h55mn', '10h55mn');
INSERT INTO `visites` VALUES (137, '423/15', '2005-05-30', '13h43mn', '13h43mn');
INSERT INTO `visites` VALUES (138, '423/15', '2005-05-30', '13h44mn', '13h44mn');
INSERT INTO `visites` VALUES (139, '423/15', '2005-05-30', '13h44mn', '13h44mn');
INSERT INTO `visites` VALUES (140, '308/21', '2005-05-30', '14h39mn', '14h39mn');
INSERT INTO `visites` VALUES (141, '308/21', '2005-05-30', '14h39mn', '14h42mn');
INSERT INTO `visites` VALUES (142, '678/4', '2005-05-31', '11h56mn', '12h3mn');
INSERT INTO `visites` VALUES (143, '678/4', '2005-05-31', '12h4mn', '12h4mn');
INSERT INTO `visites` VALUES (144, '678/4', '2005-05-31', '12h4mn', '12h4mn');
INSERT INTO `visites` VALUES (145, '202/5', '2005-05-31', '15h38mn', '15h38mn');
INSERT INTO `visites` VALUES (146, '202/5', '2005-05-31', '15h38mn', '15h38mn');
INSERT INTO `visites` VALUES (147, '202/5', '2005-05-31', '15h48mn', '15h48mn');
INSERT INTO `visites` VALUES (148, '202/5', '2005-05-31', '15h48mn', '15h49mn');
INSERT INTO `visites` VALUES (149, '678/4', '2005-06-02', '9h21mn', '9h21mn');
INSERT INTO `visites` VALUES (150, '678/4', '2005-06-02', '9h21mn', '9h21mn');
INSERT INTO `visites` VALUES (151, 'KdwTa', '2005-06-05', '19h9mn', '19h9mn');
INSERT INTO `visites` VALUES (152, 'KdwTa', '2005-06-05', '19h9mn', '19h9mn');
INSERT INTO `visites` VALUES (153, '515/9', '2005-06-07', '14h12mn', '14h12mn');
INSERT INTO `visites` VALUES (154, '515/9', '2005-06-07', '14h12mn', '14h12mn');
INSERT INTO `visites` VALUES (155, 'KdwTa', '2005-06-12', '18h47mn', '18h47mn');
INSERT INTO `visites` VALUES (156, 'KdwTa', '2005-06-13', '14h15mn', '14h15mn');
INSERT INTO `visites` VALUES (157, '535/2', '2005-06-14', '11h8mn', '11h8mn');
INSERT INTO `visites` VALUES (158, '535/2', '2005-06-14', '11h8mn', '11h8mn');
INSERT INTO `visites` VALUES (159, 'KdwTa', '2005-06-17', '8h5mn', '8h5mn');
INSERT INTO `visites` VALUES (160, '693/6', '2005-06-26', '14h31mn', '14h31mn');
INSERT INTO `visites` VALUES (161, '693/6', '2005-06-26', '14h31mn', '14h31mn');
INSERT INTO `visites` VALUES (162, '72/30', '2005-06-28', '9h36mn', '9h37mn');
INSERT INTO `visites` VALUES (163, '112/17', '2005-07-01', '20h43mn', '20h43mn');
INSERT INTO `visites` VALUES (164, '112/17', '2005-07-01', '20h43mn', '20h43mn');
INSERT INTO `visites` VALUES (165, '628/2', '2005-07-02', '18h10mn', '18h10mn');
INSERT INTO `visites` VALUES (166, '650/22', '2005-07-03', '22h38mn', '22h38mn');
INSERT INTO `visites` VALUES (167, '378/7', '2005-07-07', '16h43mn', '16h43mn');
INSERT INTO `visites` VALUES (168, '877/18', '2005-07-07', '22h49mn', '22h49mn');
INSERT INTO `visites` VALUES (169, '877/18', '2005-07-07', '22h49mn', '22h50mn');
INSERT INTO `visites` VALUES (170, 'KdwTa', '2005-07-12', '9h41mn', '9h41mn');
INSERT INTO `visites` VALUES (171, 'KdwTa', '2005-07-12', '9h41mn', '9h41mn');
INSERT INTO `visites` VALUES (172, 'KdwTa', '2005-07-12', '9h42mn', '9h42mn');
INSERT INTO `visites` VALUES (173, 'KdwTa', '2005-07-12', '9h42mn', '9h42mn');
INSERT INTO `visites` VALUES (174, '296/17', '2005-07-15', '11h20mn', '11h20mn');
INSERT INTO `visites` VALUES (175, '837/21', '2005-07-19', '18h11mn', '18h11mn');
INSERT INTO `visites` VALUES (176, '837/21', '2005-07-19', '18h11mn', '18h11mn');
INSERT INTO `visites` VALUES (177, 'KdwTa', '2005-07-22', '10h26mn', '10h26mn');
INSERT INTO `visites` VALUES (178, 'KdwTa', '2005-07-22', '10h26mn', '10h26mn');
INSERT INTO `visites` VALUES (179, 'KdwTa', '2005-07-22', '10h28mn', '10h28mn');
INSERT INTO `visites` VALUES (180, 'KdwTa', '2005-07-22', '10h28mn', '10h28mn');
INSERT INTO `visites` VALUES (181, 'HxYpr', '2005-08-05', '8h35mn', '8h35mn');
INSERT INTO `visites` VALUES (182, 'KdwTa', '2005-08-05', '14h53mn', '14h53mn');
INSERT INTO `visites` VALUES (183, 'KdwTa', '2005-08-05', '14h53mn', '14h53mn');
INSERT INTO `visites` VALUES (184, '264/2', '2005-08-18', '13h43mn', '13h43mn');
INSERT INTO `visites` VALUES (185, '264/2', '2005-08-18', '13h43mn', '13h47mn');
INSERT INTO `visites` VALUES (186, '285/2', '2005-08-19', '15h28mn', '15h28mn');
INSERT INTO `visites` VALUES (187, '285/2', '2005-08-19', '15h28mn', '15h28mn');
INSERT INTO `visites` VALUES (188, '464/9', '2005-08-23', '9h2mn', '9h2mn');
INSERT INTO `visites` VALUES (189, '538/12', '2005-08-24', '10h9mn', '10h9mn');
INSERT INTO `visites` VALUES (190, '637/17', '2005-08-24', '16h0mn', '16h0mn');
INSERT INTO `visites` VALUES (191, '487/13', '2005-08-30', '8h32mn', '8h32mn');
INSERT INTO `visites` VALUES (192, '487/13', '2005-08-30', '8h32mn', '8h32mn');
INSERT INTO `visites` VALUES (193, '151/16', '2005-09-04', '18h30mn', '18h30mn');
INSERT INTO `visites` VALUES (194, '151/16', '2005-09-04', '18h30mn', '18h30mn');
INSERT INTO `visites` VALUES (195, '151/16', '2005-09-04', '18h32mn', '18h32mn');
INSERT INTO `visites` VALUES (196, '151/16', '2005-09-04', '18h32mn', '18h33mn');
INSERT INTO `visites` VALUES (197, '113/21', '2005-09-05', '14h15mn', '14h15mn');
INSERT INTO `visites` VALUES (198, '113/21', '2005-09-05', '14h15mn', '14h15mn');
INSERT INTO `visites` VALUES (199, '424/2', '2005-09-07', '15h39mn', '15h39mn');
INSERT INTO `visites` VALUES (200, '264/2', '2005-09-08', '15h24mn', '15h24mn');
INSERT INTO `visites` VALUES (201, '264/2', '2005-09-08', '15h24mn', '15h24mn');
INSERT INTO `visites` VALUES (202, '650/22', '2005-09-14', '21h27mn', '21h27mn');
INSERT INTO `visites` VALUES (203, '791/15', '2005-09-14', '22h14mn', '22h14mn');
INSERT INTO `visites` VALUES (204, '791/15', '2005-09-14', '22h14mn', '22h19mn');
INSERT INTO `visites` VALUES (205, '791/15', '2005-09-14', '22h20mn', '22h20mn');
INSERT INTO `visites` VALUES (206, 'KdwTa', '2005-09-15', '18h10mn', '18h10mn');
INSERT INTO `visites` VALUES (207, 'KdwTa', '2005-09-15', '18h11mn', '18h11mn');
INSERT INTO `visites` VALUES (208, 'KdwTa', '2005-09-15', '18h27mn', '18h27mn');
INSERT INTO `visites` VALUES (209, '207/3', '2005-09-16', '11h43mn', '11h43mn');
INSERT INTO `visites` VALUES (210, '207/3', '2005-09-16', '11h43mn', '11h43mn');
INSERT INTO `visites` VALUES (211, '880/7', '2005-09-19', '19h45mn', '19h45mn');
INSERT INTO `visites` VALUES (212, '880/7', '2005-09-19', '19h45mn', '19h45mn');
INSERT INTO `visites` VALUES (213, '547/20', '2005-09-21', '8h28mn', '8h28mn');
INSERT INTO `visites` VALUES (214, '547/20', '2005-09-21', '8h28mn', '8h28mn');
INSERT INTO `visites` VALUES (215, 'HxYpr', '2005-09-21', '19h27mn', '19h27mn');
INSERT INTO `visites` VALUES (216, 'HxYpr', '2005-09-21', '19h34mn', '19h34mn');
INSERT INTO `visites` VALUES (217, 'HxYpr', '2005-09-22', '7h20mn', '7h20mn');
INSERT INTO `visites` VALUES (218, 'HxYpr', '2005-09-22', '7h20mn', '7h20mn');
INSERT INTO `visites` VALUES (219, 'HxYpr', '2005-09-22', '19h37mn', '19h37mn');
INSERT INTO `visites` VALUES (220, 'HxYpr', '2005-09-23', '10h22mn', '10h22mn');
INSERT INTO `visites` VALUES (221, '270/13', '2005-09-23', '13h49mn', '13h49mn');
INSERT INTO `visites` VALUES (222, '495/2', '2005-09-27', '10h58mn', '10h58mn');
INSERT INTO `visites` VALUES (223, '529/9', '2005-09-30', '16h54mn', '17h3mn');
INSERT INTO `visites` VALUES (224, '671/13', '2005-09-30', '18h12mn', '18h18mn');
INSERT INTO `visites` VALUES (225, 'KdwTa', '2005-10-01', '15h53mn', '15h53mn');
INSERT INTO `visites` VALUES (226, 'KdwTa', '2005-10-01', '15h53mn', '15h53mn');
INSERT INTO `visites` VALUES (227, 'KdwTa', '2005-10-01', '15h53mn', '15h53mn');
INSERT INTO `visites` VALUES (228, '456/17', '2005-10-04', '17h29mn', '17h29mn');
INSERT INTO `visites` VALUES (229, 'HxYpr', '2005-10-05', '10h27mn', '10h27mn');
INSERT INTO `visites` VALUES (230, 'HxYpr', '2005-10-05', '10h27mn', '10h27mn');
INSERT INTO `visites` VALUES (231, '456/17', '2005-10-06', '13h54mn', '13h54mn');
INSERT INTO `visites` VALUES (232, '456/17', '2005-10-07', '15h22mn', '15h22mn');
INSERT INTO `visites` VALUES (233, '465/30', '2005-10-11', '9h57mn', '11h33mn');
INSERT INTO `visites` VALUES (234, '309/9', '2005-10-13', '9h30mn', '9h30mn');
INSERT INTO `visites` VALUES (235, '309/9', '2005-10-13', '9h30mn', '9h30mn');
INSERT INTO `visites` VALUES (236, '685/15', '2005-10-13', '13h44mn', '13h44mn');
INSERT INTO `visites` VALUES (237, '559/9', '2005-10-13', '14h35mn', '14h35mn');
INSERT INTO `visites` VALUES (238, '559/9', '2005-10-13', '14h35mn', '14h36mn');
INSERT INTO `visites` VALUES (239, '456/17', '2005-10-17', '14h42mn', '14h43mn');
INSERT INTO `visites` VALUES (240, '838/7', '2005-10-17', '16h0mn', '16h0mn');
INSERT INTO `visites` VALUES (241, '285/2', '2005-10-20', '8h24mn', '10h3mn');
INSERT INTO `visites` VALUES (242, '285/2', '2005-10-20', '15h23mn', '15h23mn');
INSERT INTO `visites` VALUES (243, '328/13', '2005-10-20', '15h43mn', '15h43mn');
INSERT INTO `visites` VALUES (244, '328/13', '2005-10-20', '15h43mn', '15h43mn');
INSERT INTO `visites` VALUES (245, '80/12', '2005-10-21', '21h39mn', '21h39mn');
INSERT INTO `visites` VALUES (246, '80/12', '2005-10-21', '21h39mn', '21h39mn');
INSERT INTO `visites` VALUES (247, '424/2', '2005-10-24', '8h48mn', '8h48mn');
INSERT INTO `visites` VALUES (248, '012/100', '2005-10-26', '9h50mn', '9h51mn');
INSERT INTO `visites` VALUES (249, '879/2', '2005-10-27', '9h51mn', '9h51mn');
INSERT INTO `visites` VALUES (250, '879/2', '2005-10-27', '9h51mn', '9h51mn');
INSERT INTO `visites` VALUES (251, '308/21', '2005-10-28', '16h7mn', '16h7mn');
INSERT INTO `visites` VALUES (252, '542/2', '2005-11-02', '9h11mn', '9h25mn');
INSERT INTO `visites` VALUES (253, '542/2', '2005-11-02', '17h31mn', '17h41mn');
INSERT INTO `visites` VALUES (254, '542/2', '2005-11-02', '17h53mn', '17h53mn');
INSERT INTO `visites` VALUES (255, '879/2', '2005-11-03', '10h22mn', '10h22mn');
INSERT INTO `visites` VALUES (256, '879/2', '2005-11-03', '10h22mn', '10h22mn');
INSERT INTO `visites` VALUES (257, '465/30', '2005-11-03', '18h31mn', '18h31mn');
INSERT INTO `visites` VALUES (258, '906/9', '2005-11-04', '14h30mn', '14h30mn');
INSERT INTO `visites` VALUES (259, '906/9', '2005-11-04', '14h30mn', '14h32mn');
INSERT INTO `visites` VALUES (260, 'KdwTa', '2005-11-05', '11h38mn', '11h38mn');
INSERT INTO `visites` VALUES (261, 'KdwTa', '2005-11-05', '11h38mn', '11h38mn');
INSERT INTO `visites` VALUES (262, '89/15', '2005-11-10', '14h13mn', '14h13mn');
INSERT INTO `visites` VALUES (263, '89/15', '2005-11-10', '14h13mn', '14h13mn');
INSERT INTO `visites` VALUES (264, 'KdwTa', '2005-11-10', '15h25mn', '15h35mn');
INSERT INTO `visites` VALUES (265, 'KdwTa', '2005-11-10', '22h14mn', '22h14mn');
INSERT INTO `visites` VALUES (266, 'KdwTa', '2005-11-11', '9h7mn', '9h7mn');
INSERT INTO `visites` VALUES (267, 'KdwTa', '2005-11-11', '9h7mn', '9h7mn');
INSERT INTO `visites` VALUES (268, 'KdwTa', '2005-11-15', '16h27mn', '16h29mn');
INSERT INTO `visites` VALUES (269, 'KdwTa', '2005-11-16', '12h32mn', '12h32mn');
INSERT INTO `visites` VALUES (270, '106/3', '2005-11-16', '14h20mn', '14h20mn');
INSERT INTO `visites` VALUES (271, '106/3', '2005-11-16', '14h20mn', '14h20mn');
INSERT INTO `visites` VALUES (272, 'KdwTa', '2005-11-17', '11h52mn', '11h52mn');
INSERT INTO `visites` VALUES (273, 'KdwTa', '2005-11-17', '11h52mn', '11h52mn');
INSERT INTO `visites` VALUES (274, 'KdwTa', '2005-11-17', '14h10mn', '14h10mn');
INSERT INTO `visites` VALUES (275, 'KdwTa', '2005-11-17', '14h10mn', '14h10mn');
INSERT INTO `visites` VALUES (276, '465/30', '2005-11-21', '15h53mn', '15h53mn');
INSERT INTO `visites` VALUES (277, 'KdwTa', '2005-11-22', '14h34mn', '14h34mn');
INSERT INTO `visites` VALUES (278, 'KdwTa', '2005-11-22', '14h34mn', '14h35mn');
INSERT INTO `visites` VALUES (279, 'HxYpr', '2005-11-22', '14h34mn', '14h34mn');
INSERT INTO `visites` VALUES (280, 'HxYpr', '2005-11-22', '14h34mn', '14h35mn');
INSERT INTO `visites` VALUES (281, '285/2', '2005-11-23', '12h24mn', '12h24mn');
INSERT INTO `visites` VALUES (282, '487/13', '2005-11-23', '17h26mn', '17h26mn');
INSERT INTO `visites` VALUES (283, '487/13', '2005-11-23', '17h26mn', '17h26mn');
INSERT INTO `visites` VALUES (284, 'KdwTa', '2005-11-27', '12h14mn', '12h14mn');
INSERT INTO `visites` VALUES (285, 'KdwTa', '2005-11-27', '12h14mn', '12h14mn');
INSERT INTO `visites` VALUES (286, '606/21', '2005-11-29', '15h19mn', '15h19mn');
INSERT INTO `visites` VALUES (287, '370/24', '2005-12-02', '9h53mn', '9h53mn');
INSERT INTO `visites` VALUES (288, '456/17', '2005-12-08', '17h12mn', '17h15mn');
INSERT INTO `visites` VALUES (289, '378/7', '2005-12-09', '14h5mn', '14h17mn');
INSERT INTO `visites` VALUES (290, '378/7', '2005-12-09', '14h18mn', '14h21mn');
INSERT INTO `visites` VALUES (291, '937/2', '2005-12-12', '19h37mn', '19h37mn');
INSERT INTO `visites` VALUES (292, '450/9', '2005-12-12', '21h0mn', '21h6mn');
INSERT INTO `visites` VALUES (293, '002/100', '2005-12-13', '17h51mn', '17h51mn');
INSERT INTO `visites` VALUES (294, '002/100', '2005-12-13', '17h51mn', '17h51mn');
INSERT INTO `visites` VALUES (295, '133/16', '2005-12-14', '18h45mn', '18h45mn');
INSERT INTO `visites` VALUES (296, '133/16', '2005-12-14', '18h46mn', '18h46mn');
INSERT INTO `visites` VALUES (297, '678/4', '2005-12-15', '16h26mn', '16h26mn');
INSERT INTO `visites` VALUES (298, '678/4', '2005-12-15', '16h26mn', '16h32mn');
INSERT INTO `visites` VALUES (299, '678/4', '2005-12-15', '16h33mn', '16h33mn');
INSERT INTO `visites` VALUES (300, '151/16', '2005-12-18', '12h2mn', '12h2mn');
INSERT INTO `visites` VALUES (301, '151/16', '2005-12-18', '12h2mn', '12h2mn');
INSERT INTO `visites` VALUES (302, '179/17', '2005-12-18', '16h2mn', '16h2mn');
INSERT INTO `visites` VALUES (303, '176/8', '2005-12-23', '8h41mn', '8h46mn');
INSERT INTO `visites` VALUES (304, '176/8', '2005-12-23', '8h41mn', '8h41mn');
INSERT INTO `visites` VALUES (305, '176/8', '2005-12-23', '8h48mn', '8h48mn');
INSERT INTO `visites` VALUES (306, '525/18', '2005-12-23', '15h38mn', '15h38mn');
INSERT INTO `visites` VALUES (307, '834/9', '2005-12-29', '13h43mn', '13h43mn');
INSERT INTO `visites` VALUES (308, '834/9', '2005-12-29', '13h49mn', '13h51mn');
INSERT INTO `visites` VALUES (309, '535/2', '2005-12-30', '9h24mn', '9h24mn');
INSERT INTO `visites` VALUES (310, '247/21', '2005-12-31', '11h25mn', '11h25mn');
INSERT INTO `visites` VALUES (311, '240/21', '2006-01-05', '7h5mn', '7h5mn');
INSERT INTO `visites` VALUES (312, '511/21', '2006-01-06', '12h9mn', '12h9mn');
INSERT INTO `visites` VALUES (313, '240/21', '2006-01-07', '19h44mn', '19h44mn');
INSERT INTO `visites` VALUES (314, '240/21', '2006-01-07', '19h44mn', '19h44mn');
INSERT INTO `visites` VALUES (315, '110/5', '2006-01-10', '18h39mn', '18h39mn');
INSERT INTO `visites` VALUES (316, 'KdwTa', '2006-01-11', '8h56mn', '8h56mn');
INSERT INTO `visites` VALUES (317, 'KdwTa', '2006-01-11', '8h56mn', '8h56mn');
INSERT INTO `visites` VALUES (318, '906/9', '2006-01-16', '17h18mn', '17h18mn');
INSERT INTO `visites` VALUES (319, '906/9', '2006-01-16', '17h18mn', '17h18mn');
INSERT INTO `visites` VALUES (320, '374/6', '2006-01-17', '10h28mn', '10h39mn');
INSERT INTO `visites` VALUES (321, '374/6', '2006-01-17', '10h41mn', '10h43mn');
INSERT INTO `visites` VALUES (322, '374/6', '2006-01-17', '10h55mn', '10h55mn');
INSERT INTO `visites` VALUES (323, '805/21', '2006-01-17', '10h58mn', '10h58mn');
INSERT INTO `visites` VALUES (324, '122/14', '2006-01-17', '16h32mn', '16h32mn');
INSERT INTO `visites` VALUES (325, '122/14', '2006-01-17', '16h32mn', '16h32mn');
INSERT INTO `visites` VALUES (326, '216/21', '2006-01-17', '17h31mn', '17h31mn');
INSERT INTO `visites` VALUES (327, '720/22', '2006-01-20', '13h43mn', '13h43mn');
INSERT INTO `visites` VALUES (328, '720/22', '2006-01-20', '13h43mn', '13h43mn');
INSERT INTO `visites` VALUES (329, 'KdwTa', '2006-01-23', '10h16mn', '10h16mn');
INSERT INTO `visites` VALUES (330, 'KdwTa', '2006-01-23', '10h16mn', '10h16mn');
INSERT INTO `visites` VALUES (331, '498/14', '2006-01-24', '15h25mn', '15h25mn');
INSERT INTO `visites` VALUES (332, 'HxYpr', '2006-01-27', '17h40mn', '17h40mn');
INSERT INTO `visites` VALUES (333, '720/22', '2006-01-28', '14h16mn', '14h16mn');
INSERT INTO `visites` VALUES (334, '720/22', '2006-01-28', '14h16mn', '14h16mn');
INSERT INTO `visites` VALUES (335, '786/13', '2006-01-29', '18h13mn', '18h20mn');
INSERT INTO `visites` VALUES (336, '547/20', '2006-01-30', '17h54mn', '17h54mn');
INSERT INTO `visites` VALUES (337, '547/20', '2006-01-30', '17h54mn', '17h54mn');
INSERT INTO `visites` VALUES (338, 'kdwta', '2006-02-02', '8h4mn', '8h4mn');
INSERT INTO `visites` VALUES (339, '362/9', '2006-02-02', '16h36mn', '16h36mn');
INSERT INTO `visites` VALUES (340, '362/9', '2006-02-02', '16h36mn', '16h36mn');
INSERT INTO `visites` VALUES (341, '362/9', '2006-02-02', '23h36mn', '0h28mn');
INSERT INTO `visites` VALUES (342, '181/13', '2006-02-06', '16h28mn', '16h28mn');
INSERT INTO `visites` VALUES (343, 'kdwta', '2006-02-08', '9h47mn', '9h47mn');
INSERT INTO `visites` VALUES (344, '434/5', '2006-02-09', '11h34mn', '11h34mn');
INSERT INTO `visites` VALUES (345, '202/5', '2006-02-15', '14h26mn', '14h26mn');
INSERT INTO `visites` VALUES (346, '202/5', '2006-02-15', '14h26mn', '14h26mn');
INSERT INTO `visites` VALUES (347, '382/17', '2006-02-20', '11h47mn', '11h50mn');
INSERT INTO `visites` VALUES (348, '362/9', '2006-02-22', '23h32mn', '23h32mn');
INSERT INTO `visites` VALUES (349, '641/17', '2006-02-28', '12h2mn', '12h2mn');
INSERT INTO `visites` VALUES (350, '641/17', '2006-02-28', '12h2mn', '12h2mn');
INSERT INTO `visites` VALUES (351, '780/22', '2006-03-02', '15h56mn', '15h56mn');
INSERT INTO `visites` VALUES (352, '780/22', '2006-03-02', '15h56mn', '15h56mn');
INSERT INTO `visites` VALUES (353, '315/21', '2006-03-02', '15h57mn', '15h57mn');
INSERT INTO `visites` VALUES (354, '362/9', '2006-03-03', '0h8mn', '0h17mn');
INSERT INTO `visites` VALUES (355, '439/30', '2006-03-08', '11h58mn', '11h58mn');
INSERT INTO `visites` VALUES (356, '439/30', '2006-03-08', '11h58mn', '11h58mn');
INSERT INTO `visites` VALUES (357, '151/16', '2006-03-10', '11h20mn', '11h20mn');
INSERT INTO `visites` VALUES (358, '151/16', '2006-03-10', '11h20mn', '11h20mn');
INSERT INTO `visites` VALUES (359, '72/30', '2006-03-12', '0h26mn', '0h26mn');
INSERT INTO `visites` VALUES (360, '919/17', '2006-03-13', '17h28mn', '17h30mn');
INSERT INTO `visites` VALUES (361, '567/17', '2006-03-15', '19h7mn', '19h7mn');
INSERT INTO `visites` VALUES (362, '567/17', '2006-03-15', '19h7mn', '19h8mn');
INSERT INTO `visites` VALUES (363, '525/18', '2006-03-17', '12h2mn', '12h2mn');
INSERT INTO `visites` VALUES (364, '456/17', '2006-03-22', '14h14mn', '14h14mn');
INSERT INTO `visites` VALUES (365, '640/7', '2006-03-23', '17h24mn', '17h24mn');
INSERT INTO `visites` VALUES (366, '641/17', '2006-03-23', '17h57mn', '17h57mn');
INSERT INTO `visites` VALUES (367, '867/3', '2006-03-24', '13h49mn', '13h49mn');
INSERT INTO `visites` VALUES (368, '867/3', '2006-03-24', '13h49mn', '13h49mn');
INSERT INTO `visites` VALUES (369, '867/3', '2006-03-24', '14h4mn', '14h4mn');
INSERT INTO `visites` VALUES (370, '867/3', '2006-03-24', '14h4mn', '14h4mn');
INSERT INTO `visites` VALUES (371, '573/6', '2006-03-27', '15h17mn', '15h17mn');
INSERT INTO `visites` VALUES (372, '573/6', '2006-03-27', '15h17mn', '15h17mn');
INSERT INTO `visites` VALUES (373, '5/10', '2006-04-07', '11h19mn', '11h19mn');
INSERT INTO `visites` VALUES (374, '5/10', '2006-04-07', '11h19mn', '11h19mn');
INSERT INTO `visites` VALUES (375, '656/13', '2006-04-08', '12h28mn', '12h28mn');
INSERT INTO `visites` VALUES (376, '382/17', '2006-04-12', '11h23mn', '11h23mn');
INSERT INTO `visites` VALUES (377, '564/9', '2006-04-13', '18h4mn', '18h4mn');
INSERT INTO `visites` VALUES (378, '564/9', '2006-04-13', '18h4mn', '18h4mn');
INSERT INTO `visites` VALUES (379, '202/5', '2006-04-21', '9h10mn', '9h10mn');
INSERT INTO `visites` VALUES (380, '202/5', '2006-04-21', '9h10mn', '9h10mn');
INSERT INTO `visites` VALUES (381, '456/17', '2006-05-09', '14h29mn', '14h29mn');
INSERT INTO `visites` VALUES (382, '72/30', '2006-05-15', '10h6mn', '10h6mn');
INSERT INTO `visites` VALUES (383, '202/5', '2006-05-16', '14h8mn', '14h8mn');
INSERT INTO `visites` VALUES (384, '202/5', '2006-05-16', '14h8mn', '14h8mn');
INSERT INTO `visites` VALUES (385, '151/16', '2006-05-25', '9h31mn', '9h31mn');
INSERT INTO `visites` VALUES (386, '151/16', '2006-05-25', '9h31mn', '9h31mn');
INSERT INTO `visites` VALUES (387, '846/22', '2006-05-26', '17h1mn', '17h1mn');
INSERT INTO `visites` VALUES (388, '374/6', '2006-05-30', '10h46mn', '10h53mn');
INSERT INTO `visites` VALUES (389, '374/6', '2006-05-30', '10h54mn', '10h54mn');
INSERT INTO `visites` VALUES (390, '976/20', '2006-05-31', '17h55mn', '17h56mn');
INSERT INTO `visites` VALUES (391, '18/22', '2006-06-05', '4h58mn', '4h58mn');
INSERT INTO `visites` VALUES (392, '455/17', '2006-06-08', '11h32mn', '11h32mn');
INSERT INTO `visites` VALUES (393, 'kdwta', '2006-06-09', '12h31mn', '12h31mn');
INSERT INTO `visites` VALUES (394, 'kdwta', '2006-06-09', '12h33mn', '12h33mn');
INSERT INTO `visites` VALUES (395, '371/22', '2006-06-09', '12h37mn', '12h37mn');
INSERT INTO `visites` VALUES (396, '371/22', '2006-06-09', '12h37mn', '12h37mn');
INSERT INTO `visites` VALUES (397, '371/22', '2006-06-09', '12h37mn', '12h37mn');
INSERT INTO `visites` VALUES (398, 'kdwta', '2006-06-10', '13h57mn', '13h57mn');
INSERT INTO `visites` VALUES (399, '810/9', '2006-06-13', '18h39mn', '18h40mn');
-- 
-- Base de données: `sport_db`
-- 
CREATE DATABASE `sport_db` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE sport_db;

-- --------------------------------------------------------

-- 
-- Structure de la table `adherents`
-- 

DROP TABLE IF EXISTS `adherents`;
CREATE TABLE `adherents` (
  `ID` tinyint(4) NOT NULL auto_increment,
  `coursID` tinyint(4) NOT NULL,
  `nom` varchar(200) NOT NULL,
  `prenom` varchar(200) NOT NULL,
  `anneeNaissance` year(4) NOT NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

-- 
-- Contenu de la table `adherents`
-- 

INSERT INTO `adherents` VALUES (1, 2, 'Defrance', 'Jean-Marie', 1960);
INSERT INTO `adherents` VALUES (2, 1, 'Bertaut', 'Geneviève', 1965);
INSERT INTO `adherents` VALUES (3, 1, 'Dumoulin', 'Alice', 1980);
INSERT INTO `adherents` VALUES (4, 2, 'Chapelier', 'Roland', 1968);
INSERT INTO `adherents` VALUES (5, 3, 'Chauvier', 'Christian', 1972);
INSERT INTO `adherents` VALUES (6, 3, 'Hamond', 'Laurence', 1983);

-- --------------------------------------------------------

-- 
-- Structure de la table `cours`
-- 

DROP TABLE IF EXISTS `cours`;
CREATE TABLE `cours` (
  `ID` tinyint(4) NOT NULL auto_increment,
  `professeursID` tinyint(4) NOT NULL,
  `niveau` varchar(20) NOT NULL,
  `jour` varchar(20) NOT NULL,
  `horaire` tinyint(4) default NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

-- 
-- Contenu de la table `cours`
-- 

INSERT INTO `cours` VALUES (1, 2, 'Débutant', 'mardi', 19);
INSERT INTO `cours` VALUES (2, 1, 'Intermédiaire', 'samedi', 18);
INSERT INTO `cours` VALUES (3, 1, 'Perfectionnement', 'mercredi', 20);

-- --------------------------------------------------------

-- 
-- Structure de la table `professeurs`
-- 

DROP TABLE IF EXISTS `professeurs`;
CREATE TABLE `professeurs` (
  `ID` tinyint(4) NOT NULL auto_increment,
  `nomProf` varchar(200) NOT NULL,
  `prenomProf` varchar(200) NOT NULL,
  `tel` varchar(20) NOT NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

-- 
-- Contenu de la table `professeurs`
-- 

INSERT INTO `professeurs` VALUES (1, 'Dupond', 'Alain', '0145636800');
INSERT INTO `professeurs` VALUES (2, 'Tavan', 'Jean-Pierre', '0178653941');
-- 
-- Base de données: `test`
-- 
CREATE DATABASE `test` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE test;

-- --------------------------------------------------------

-- 
-- Structure de la table `te`
-- 

DROP TABLE IF EXISTS `te`;
CREATE TABLE `te` (
  `1` text NOT NULL,
  `2` text NOT NULL,
  `3` text NOT NULL,
  `4` text NOT NULL,
  `5` text NOT NULL,
  FULLTEXT KEY `1` (`1`,`2`,`3`,`4`,`5`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Contenu de la table `te`
-- 

