Вы находитесь на странице: 1из 299

---------

phpMyAdmin SQL Dump


version 3.1.1
http://www.phpmyadmin.net
Host: localhost
Generation Time: May 24, 2012 at 09:53 AM
Server version: 5.1.30
PHP Version: 5.2.8

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101
/*!40101
/*!40101
/*!40101

SET
SET
SET
SET

@OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
NAMES utf8 */;

--- Database: `alertsystem`


-CREATE DATABASE `alertsystem` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedis
h_ci;
USE `alertsystem`;
-- ---------------------------------------------------------- Table structure for table `pesan`
-CREATE TABLE IF NOT EXISTS `pesan` (
`idpesan` int(5) NOT NULL AUTO_INCREMENT,
`sender` varchar(50) NOT NULL,
`role` int(5) NOT NULL,
`head` varchar(100) NOT NULL,
`body` longtext NOT NULL,
`showtype` varchar(50) NOT NULL,
PRIMARY KEY (`idpesan`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;
--- Dumping data for table `pesan`
-INSERT INTO `pesan` (`idpesan`, `sender`, `role`, `head`, `body`, `showtype`) VA
LUES
(9, 'admin', 4, 'ddd', 'sdffge', 'ulang'),
(8, 'admin', 4, 'coba', 'coba deh', 'ulang'),
(7, 'admin', 4, 'pesan baru', 'berulang selama dua bulan', 'ulang'),
(6, 'admin', 2, 'pesan broadcast', 'lari lari ada monster...slamatkan diri kalia
n', 'ulang'),
(5, 'admin', 4, 'pesan broadcast', 'lari lari ada monster...slamatkan diri kalia
n', 'ulang'),
(4, 'admin', 2, 'pesan ke tiga', 'ini mah buat MSO sekali tampil', 'Sekali'),
(3, 'admin', 4, 'pesan kedua', 'ini pesan buat diklat lagi tapi muncul slama 10
hari', 'ulang'),
(2, 'admin', 4, 'pesan pertama', 'ini pesan buat diklat di tampilkan cuma sekali
jam 12:00', 'Sekali');
-- --------------------------------------------------------

--- Table structure for table `role`


-CREATE TABLE IF NOT EXISTS `role` (
`idrole` int(5) NOT NULL AUTO_INCREMENT,
`namarole` varchar(50) NOT NULL,
`deskripsi` longtext NOT NULL,
PRIMARY KEY (`idrole`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
--- Dumping data for table `role`
-INSERT INTO `role` (`idrole`, `namarole`, `deskripsi`) VALUES
(4, 'DIKLAT', ''),
(1, 'all access', 'hak akses untuk membroadcast keseluruh divisi'),
(2, 'MSO', 'divisi managemen system informasi');
-- ---------------------------------------------------------- Table structure for table `sender`
-CREATE TABLE IF NOT EXISTS `sender` (
`idtipe` int(5) NOT NULL,
`idrole` int(5) NOT NULL,
`username` varchar(50) NOT NULL,
`nama` varchar(100) NOT NULL,
`password` varchar(100) NOT NULL,
PRIMARY KEY (`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `sender`
-INSERT INTO `sender` (`idtipe`, `idrole`, `username`, `nama`, `password`) VALUES
(1, 1, 'admin', 'admin', '123'),
(2, 2, 'mso', 'mso', '123');
-- ---------------------------------------------------------- Table structure for table `show_once`
-CREATE TABLE IF NOT EXISTS `show_once` (
`idpesan` int(5) NOT NULL,
`tglA` int(2) NOT NULL,
`blnA` int(2) NOT NULL,
`thnA` int(4) NOT NULL,
`time` varchar(20) NOT NULL,
PRIMARY KEY (`idpesan`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--

-- Dumping data for table `show_once`


-INSERT INTO `show_once` (`idpesan`, `tglA`, `blnA`, `thnA`, `time`) VALUES
(4, 1, 5, 2012, '11:11'),
(2, 1, 4, 2012, '12:00');
-- ---------------------------------------------------------- Table structure for table `show_repeat`
-CREATE TABLE IF NOT EXISTS `show_repeat` (
`idpesan` int(5) NOT NULL,
`tglA` int(2) NOT NULL,
`blnA` int(2) NOT NULL,
`thnA` int(4) NOT NULL,
`tglB` int(2) NOT NULL,
`blnB` int(2) NOT NULL,
`thnB` int(4) NOT NULL,
`time` varchar(20) NOT NULL,
`senin` tinyint(1) NOT NULL,
`selasa` tinyint(1) NOT NULL,
`rabu` tinyint(1) NOT NULL,
`kamis` tinyint(1) NOT NULL,
`jumat` tinyint(1) NOT NULL,
`sabtu` tinyint(1) NOT NULL,
`minggu` tinyint(1) NOT NULL,
PRIMARY KEY (`idpesan`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `show_repeat`
-INSERT INTO `show_repeat` (`idpesan`, `tglA`, `blnA`, `thnA`, `tglB`, `blnB`, `t
hnB`, `time`, `senin`, `selasa`, `rabu`, `kamis`, `jumat`, `sabtu`, `minggu`) VA
LUES
(6, 1, 3, 2012, 20, 3, 2012, '07:00', 1, 1, 1, 1, 1, 0, 0),
(3, 10, 4, 2012, 20, 4, 2012, '01:00', 1, 1, 1, 1, 1, 1, 1),
(5, 1, 3, 2012, 20, 3, 2012, '07:00', 1, 1, 1, 1, 1, 0, 0),
(7, 5, 8, 2012, 10, 9, 2012, '11:11', 1, 1, 1, 1, 1, 1, 1),
(8, 2, 8, 2012, 15, 11, 2012, '11:11', 1, 1, 1, 1, 1, 1, 1),
(9, 15, 4, 2013, 25, 8, 2015, '12:12', 1, 1, 1, 1, 1, 1, 1);
-- ---------------------------------------------------------- Table structure for table `showtype`
-CREATE TABLE IF NOT EXISTS `showtype` (
`idshowtype` int(11) NOT NULL AUTO_INCREMENT,
`table-data` varchar(50) NOT NULL,
PRIMARY KEY (`idshowtype`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--- Dumping data for table `showtype`

-INSERT INTO `showtype` (`idshowtype`, `table-data`) VALUES


(1, 'show_repeat'),
(2, 'show_once');
-- ---------------------------------------------------------- Table structure for table `tipesender`
-CREATE TABLE IF NOT EXISTS `tipesender` (
`idtipe` int(5) NOT NULL AUTO_INCREMENT,
`tipe` varchar(50) NOT NULL,
PRIMARY KEY (`idtipe`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--- Dumping data for table `tipesender`
-INSERT INTO `tipesender` (`idtipe`, `tipe`) VALUES
(1, 'Admin'),
(2, 'Moderator');
--- Database: `bikinpusing`
-CREATE DATABASE `bikinpusing` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedis
h_ci;
USE `bikinpusing`;
-- ---------------------------------------------------------- Table structure for table `image`
-CREATE TABLE IF NOT EXISTS `image` (
`imageid` bigint(15) NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`idkategori` varchar(10) NOT NULL,
`judul` varchar(50) NOT NULL,
`wktupload` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`keterangan` varchar(150) DEFAULT NULL,
PRIMARY KEY (`imageid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=30209105050 ;
--- Dumping data for table `image`
-INSERT INTO `image` (`imageid`, `username`, `idkategori`, `judul`, `wktupload`,
`keterangan`) VALUES
(1, 'donyariesta', 'art1', 'coba', '2011-12-21 00:47:36', 'ini percobaan'),
(30209105040, 'donyariesta', 'art1', 'baru', '2011-12-21 13:10:17', 'keren bro')
,
(30209105039, 'donyariesta', '', 'hfhc', '2011-12-21 10:50:20', ''),
(30209105044, 'donyariesta', 'art2', 'kuya', '2011-12-21 13:14:25', ''),
(30209105043, 'donyariesta', 'art2', 'kuya', '2011-12-21 13:13:49', ''),

(30209105042,
(30209105041,
(30209105036,
(30209105037,
(30209105038,
(30209105045,
(30209105046,
ah'),
(30209105047,
(30209105048,
agus loh'),
(30209105049,

'donyariesta',
'donyariesta',
'donyariesta',
'donyariesta',
'donyariesta',
'donyariesta',
'donyariesta',

'', 'baru', '2011-12-21 13:11:13', 'keren bro'),


'', 'baru', '2011-12-21 13:10:48', 'keren bro'),
'', '', '2011-12-21 01:30:46', ''),
'', '', '2011-12-21 01:31:20', ''),
'', '', '2011-12-21 01:34:02', ''),
'art2', 'kuya', '2011-12-21 13:16:29', ''),
'art1', 'simpson', '2011-12-21 13:17:01', 'tes lagi

'donyariesta', 'art1', 'tes', '2011-12-21 13:21:12', ''),


'donyariesta', 'art1', 'upload yg baru', '2011-12-21 13:41:05', 'b
'donyariesta', '', 'coba', '2011-12-29 16:58:58', 'hjg');

-- ---------------------------------------------------------- Table structure for table `image_url`


-CREATE TABLE IF NOT EXISTS `image_url` (
`imageid` bigint(15) NOT NULL,
`url` varchar(50) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `image_url`
-INSERT INTO `image_url` (`imageid`, `url`) VALUES
(0, ''),
(30209105035, ''),
(30209105036, 'Galery_Images/30209105036.png'),
(30209105037, 'Galery_Images/30209105037.png'),
(30209105038, 'Galery_Images/30209105038.jpeg'),
(30209105039, 'Galery_Images/30209105039.jpg'),
(30209105040, 'Galery_Images/30209105040.jpg'),
(30209105041, 'Galery_Images/30209105041.jpg'),
(30209105042, 'Galery_Images/30209105042.jpg'),
(30209105043, 'Galery_Images/30209105043.jpeg'),
(30209105044, 'Galery_Images/30209105044.jpeg'),
(30209105045, 'Galery_Images/30209105045.jpg'),
(30209105046, 'Galery_Images/30209105046.jpeg'),
(30209105047, 'Galery_Images/30209105047.jpg'),
(30209105048, 'Galery_Images/30209105048.png'),
(30209105049, 'Galery_Images/30209105049.bmp');
-- ---------------------------------------------------------- Table structure for table `kategori`
-CREATE TABLE IF NOT EXISTS `kategori` (
`idkategori` varchar(10) NOT NULL,
`kategori` varchar(30) NOT NULL,
PRIMARY KEY (`idkategori`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `kategori`

-INSERT INTO `kategori` (`idkategori`, `kategori`) VALUES


('art1', 'photo'),
('art2', 'wallpaper');
-- ---------------------------------------------------------- Table structure for table `lahir`
-CREATE TABLE IF NOT EXISTS `lahir` (
`username` varchar(50) NOT NULL,
`tanggal` varchar(2) NOT NULL,
`bulan` varchar(15) NOT NULL,
`tahun` varchar(4) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `lahir`
-INSERT INTO `lahir` (`username`, `tanggal`, `bulan`, `tahun`) VALUES
('donyariesta', '15', 'april', '1991'),
('kucingkecekek2', '3', 'maret', '3333'),
('kucingkecekek3', '3', 'maret', '3333'),
('bebas', '5', 'mei', '1991'),
('web', '15', 'februari', '2009'),
('aaa', '5', 'februari', '1234');
-- ---------------------------------------------------------- Table structure for table `user`
-CREATE TABLE IF NOT EXISTS `user` (
`username` varchar(50) NOT NULL,
`nama` varchar(30) NOT NULL,
`password` varchar(100) NOT NULL,
`email` varchar(50) NOT NULL,
`alamat` varchar(150) NOT NULL,
`gender` varchar(10) NOT NULL,
`wannabe` varchar(100) DEFAULT NULL,
PRIMARY KEY (`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `user`
-INSERT INTO `user` (`username`, `nama`, `password`, `email`, `alamat`, `gender`,
`wannabe`) VALUES
('donyariesta', 'dony', 'kodok', 'neraprince@gmail.com', 'depok', 'laki-laki', N
ULL),
('dony', 'tes', 'cek', 'coba', '123456789012345678901234567890123456789012345678
90123456789012345678901234567890123456789012345678901234567890123456789012345678
9012345678901234567890', '1234567890', 'nyoba'),
('k', 'snm', 'few', 'rgw', 'rggewr', 'ewe', NULL),

('4', 'snm', 'few', 'rgw', 'rggewr', 'ewe', NULL),


('5', 'snm', 'few', 'rgw', 'rggewr', 'ewe', NULL),
('kodok', 'dony', '1', 'lkane', 'eww', 'perempuan', NULL),
('kucingkecekek', 'dony', '1', 'lkane', 'eww', 'perempuan', NULL),
('kucingkecekek2', 'dony', '1', 'lkane', 'eww', 'perempuan', NULL),
('kucingkecekek3', 'dony', '1', 'lkane', 'eww', 'perempuan', NULL),
('bebas', 'willi', 'bebas', 'bebas@.com', 'wc', 'laki-laki', NULL),
('web', 'webpro', '123', 'web@d.com', 'poltek', 'laki-laki', NULL),
('aaa', 'aaa', 'aaa', 'aaa', 'aaa', 'laki-laki', NULL);
--- Database: `blackpacker`
-CREATE DATABASE `blackpacker` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedis
h_ci;
USE `blackpacker`;
-- ---------------------------------------------------------- Table structure for table `kabupaten`
-CREATE TABLE IF NOT EXISTS `kabupaten` (
`idkab` int(5) NOT NULL AUTO_INCREMENT,
`idprov` int(5) NOT NULL,
`kabupaten` varchar(50) NOT NULL,
PRIMARY KEY (`idkab`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=36 ;
--- Dumping data for table `kabupaten`
-INSERT INTO `kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES
(1, 12, 'Bandung'),
(2, 12, 'Bandung Barat'),
(3, 12, 'Bekasi'),
(4, 12, 'Bogor'),
(5, 12, 'Ciamis'),
(6, 12, 'Cianjur'),
(7, 12, 'Cirebon'),
(8, 12, 'Garut'),
(9, 12, 'Indramayu'),
(10, 12, 'Karawang'),
(11, 12, 'Kuningan'),
(12, 12, 'Majalengka'),
(13, 12, 'Purwakarta'),
(14, 12, 'Subang'),
(15, 12, 'Sukabumi'),
(16, 12, 'Sumedang'),
(17, 12, 'Tasikmalaya'),
(18, 1, 'Aceh Barat'),
(19, 1, 'Aceh Barat Daya'),
(20, 1, 'Aceh Besar'),
(21, 1, 'Aceh Jaya'),
(22, 1, 'Aceh Selatan'),
(23, 1, 'Aceh Singkil'),
(24, 1, 'Aceh Tamiang'),
(25, 1, 'Aceh Tengah'),
(26, 1, 'Aceh Tenggara'),

(27,
(28,
(29,
(30,
(31,
(32,
(33,
(34,
(35,

1,
1,
1,
1,
1,
1,
1,
1,
1,

'Aceh Timur'),
'Aceh Utara'),
'Bener Meriah'),
'Bireuen'),
'Gayo Lues'),
'Nagan Raya'),
'Pidie'),
'Pidie Jaya'),
'Simeulue');

-- ---------------------------------------------------------- Table structure for table `kategori`


-CREATE TABLE IF NOT EXISTS `kategori` (
`idkategori` int(5) NOT NULL AUTO_INCREMENT,
`kategori` varchar(50) NOT NULL,
`icon` varchar(50) NOT NULL,
PRIMARY KEY (`idkategori`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
--- Dumping data for table `kategori`
-INSERT INTO `kategori` (`idkategori`, `kategori`, `icon`) VALUES
(1, 'Wisata Alam', 'images/kategori/alam.png'),
(2, 'Sejarah', 'images/kategori/sejarah.png'),
(3, 'Belanja', 'images/kategori/belanja.png'),
(4, 'Rekreasi', 'images/kategori/rekreasi.png');
-- ---------------------------------------------------------- Table structure for table `kota`
-CREATE TABLE IF NOT EXISTS `kota` (
`idkota` int(5) NOT NULL AUTO_INCREMENT,
`idprov` int(5) NOT NULL,
`kota` varchar(50) NOT NULL,
PRIMARY KEY (`idkota`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;
--- Dumping data for table `kota`
-INSERT INTO `kota` (`idkota`, `idprov`, `kota`) VALUES
(1, 12, 'Bandung'),
(2, 12, 'Banjar'),
(3, 12, 'Bekasi'),
(4, 12, 'Bogor'),
(5, 12, 'Cimahi'),
(6, 12, 'Cirebon'),
(7, 12, 'Depok'),
(8, 12, 'Sukabumi'),
(9, 12, 'Tasikmalaya'),

(10,
(11,
(12,
(13,
(14,

1,
1,
1,
1,
1,

'Banda Aceh'),
'Langsa'),
'Lhokseumawe'),
'Sabang'),
'Subulussalam');

-- ---------------------------------------------------------- Table structure for table `place`


-CREATE TABLE IF NOT EXISTS `place` (
`idtempat` int(5) NOT NULL AUTO_INCREMENT,
`idprov` int(5) NOT NULL,
`idkota` int(5) NOT NULL,
`idkab` int(5) NOT NULL,
`nama` varchar(50) NOT NULL,
`icon` varchar(100) NOT NULL DEFAULT 'placeImages/default.png',
`alamat` varchar(100) NOT NULL,
`idkategori` int(5) NOT NULL,
`latlng` varchar(100) NOT NULL,
`alamatmaps` varchar(100) NOT NULL,
PRIMARY KEY (`idtempat`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
--- Dumping data for table `place`
-INSERT INTO `place` (`idtempat`, `idprov`, `idkota`, `idkab`, `nama`, `icon`, `a
lamat`, `idkategori`, `latlng`, `alamatmaps`) VALUES
(6, 11, 0, 0, 'Monumen Nasional', 'placeImages/default.png', ' Daerah Khusus Ibu
kota Jakarta, Indonesia', 2, '-6.175419798694951, 106.82727813068848', 'Jalan Ka
wasan Monas, Jakarta Capital Region 10110, Indonesia'),
(3, 12, 0, 5, 'Pantai Pangandaran', 'placeImages/default.png', 'kidang pananjung
Ciamis, Jawa Barat, Indonesia', 1, '-7.703790381418278, 108.6571413757324', 'Ja
lan Pamugaran, Pangandaran, Indonesia'),
(4, 12, 0, 1, 'Kawah Putih', 'placeImages/default.png', 'Ciwidey Bandung, Jawa B
arat, Indonesia', 1, '-7.141600201989679, 107.39876390000006', 'Jalan Babakan Ja
mpang - Cibuni, Ciwidey, Indonesia'),
(5, 12, 0, 2, 'Situ Ciburuy', '', 'Jalan Ciburuy Bandung Barat, Jawa Barat, Indo
nesia', 1, '-6.830644393270761, 107.46837153945309', 'Jalan Raya Ciburuy, Cipata
t, Indonesia'),
(7, 12, 0, 15, 'Pantai Ujung Genteng', '', 'Jalan Surade Ujung Genteng Kec. Cira
cap Sukabumi, Jawa Barat, Indonesia', 1, '-7.358367646977714, 106.4488465338134
8', 'Cikangkung, Ciracap, Indonesia'),
(8, 12, 9, 0, 'Cipanas Gunung Galunggung', '', ' Tasikmalaya, Jawa Barat, Indone
sia', 1, '-7.267166902134039, 108.09704594612116', 'Jalan Cipanas Galunggung, Ta
sikmalaya, Indonesia'),
(10, 12, 9, 0, 'Kawah Gunung Galunggung', '', ' Tasikmalaya, Jawa Barat, Indones
ia', 1, '-7.257978046415617, 108.08249084313044', 'Jalan Gunung Galunggung, Tasi
kmalaya, Indonesia'),
(14, 12, 4, 0, 'Kebun Raya Bogor', '', '', 4, '-6.601782401837914, 106.801559399
99997', 'Jalan Java Almond Bulevar, Bogor, Indonesia'),
(15, 12, 0, 4, 'Taman Safari', '', ' Bogor, Jawa Barat, Indonesia', 4, '-6.68013
8397522075, 106.93054075010993', 'Jalan Cikopo Selatan 2, Cisarua, Indonesia'),
(16, 2, 0, 0, 'Danau Toba', '', ' Sumatera Utara, Indonesia', 1, '2.386659836239
019, 98.90001281875006', 'Jalan Pulau Samosir, Onan Runggu, Indonesia'),
(17, 2, 0, 0, 'Danau Toba', '', ' Sumatera Utara, Indonesia', 1, '2.386659836239

019, 98.90001281875006', 'Jalan Pulau Samosir, Onan Runggu, Indonesia'),


(18, 12, 1, 0, 'Paris Van Java', '', ' Bandung, Jawa Barat, Indonesia', 3, '-6.8
8910506839652, 107.59610290435796', 'Jalan Sukajadi, Bandung, Indonesia'),
(19, 11, 0, 0, 'Taman Mini Indonesia Indah', '', ' Daerah Khusus Ibukota Jakarta
, Indonesia', 4, '-6.302222168544396, 106.90277779999997', 'Jalan Taman Mini Ind
onesia Indah, Jakarta Capital Region 13820, Indonesia'),
(20, 26, 0, 0, 'Pantai Losari', '', 'Makassar Sulawesi Selatan, Indonesia', 1, '
-5.143367701429394, 119.40757970000004', 'Jalan Penghibur, Ujung Pandang, Indone
sia'),
(21, 12, 1, 0, 'Trans studio Bandung', '', ' Bandung, Jawa Barat, Indonesia', 4,
'-6.927661477919308, 107.63631458190923', 'Jalan Jenderal Gatot Subroto, Bandun
g, Indonesia'),
(22, 12, 0, 5, 'batu karas', '', ' Ciamis, Jawa Barat, Indonesia', 1, '', ''),
(23, 0, 0, 0, 'batu karas', '', ' ', 0, '-7.7467492114277885, 108.49660932077646
', '');
-- ---------------------------------------------------------- Table structure for table `provinsi`
-CREATE TABLE IF NOT EXISTS `provinsi` (
`idprov` int(5) NOT NULL AUTO_INCREMENT,
`prov` varchar(50) NOT NULL,
PRIMARY KEY (`idprov`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=34 ;
--- Dumping data for table `provinsi`
-INSERT INTO `provinsi` (`idprov`, `prov`) VALUES
(1, 'Aceh'),
(2, 'Sumatera Utara'),
(3, 'Sumatera Barat'),
(4, 'Riau'),
(5, 'Jambi'),
(6, 'Sumatera Selatan'),
(7, 'Bengkulu'),
(8, 'Lampung'),
(9, 'Kepulauan Bangka Belitung'),
(10, 'Kepulauan Riau'),
(11, 'Daerah Khusus Ibukota Jakarta'),
(12, 'Jawa Barat'),
(13, 'Jawa Tengah'),
(14, 'Daerah Istimewa Yogyakarta'),
(15, 'Jawa Timur'),
(16, 'Banten'),
(17, 'Bali'),
(18, 'Nusa Tenggara Barat'),
(19, 'Nusa Tenggara Timur'),
(20, 'Kalimantan Barat'),
(21, 'Kalimantan Tengah'),
(22, 'Kalimantan Selatan'),
(23, 'Kalimantan Timur'),
(24, 'Sulawesi Utara'),
(25, 'Sulawesi Tengah'),
(26, 'Sulawesi Selatan'),
(27, 'Sulawesi Tenggara'),

(28, 'Gorontalo'),
(29, 'Sulawesi Barat'),
(30, 'Maluku'),
(31, 'Maluku Utara'),
(32, 'Papua Barat'),
(33, 'Papua');
--- Database: `blog`
-CREATE DATABASE `blog` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `blog`;
-- ---------------------------------------------------------- Table structure for table `post`
-CREATE TABLE IF NOT EXISTS `post` (
`userid` bigint(15) NOT NULL,
`judul` varchar(50) NOT NULL,
`post` longtext NOT NULL,
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `post`
-INSERT INTO `post` (`userid`, `judul`, `post`, `time`) VALUES
(30209105005, 'bebek mati', 'jdsgfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhfas f a
fraih fasfaewhfkag jdsgfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhfas f a fraih fasf
aewhfkagjdsgfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhfas f a fraih fasfaewhfkagjds
gfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhfas f a fraih fasfaewhfkagjdsgfkjsvkshdf
vhskjbf sfw efhlew fwhhgfilwhfas f a fraih fasfaewhfkagjdsgfkjsvkshdfvhskjbf sfw
efhlew fwhhgfilwhfas f a fraih fasfaewhfkag', '2011-12-13 11:48:33'),
(30209105000, 'kuda', ' kjdshfsbfs', '2011-12-13 16:51:37'),
(30209105000, 'kumaha maneh we', ' hjadsfkuuchabccefbwkjbc cebwc wiuecbw c whbce
wbchwbc schwich wughc hwv hshcish dvy', '2011-12-13 16:52:23'),
(30209105000, 'kampungan', ' jhgsfkshdkfh jhgsfkshdkfh jhgsfkshdkfh jhgsfkshdkf
h jhgsfkshdkfh jhgsfkshdkfh jhgsfkshdkfh jhgsfkshdkfh', '2011-12-13 16:53:21'),
(0, '', ' ', '2011-12-13 17:02:33'),
(0, '', '', '2011-12-13 17:17:42'),
(30209105000, 'gw', ' kudsd', '2011-12-13 17:20:11'),
(30209105004, 'ketika kucing mati', 'saat dunia telah kehilangan akal dan saya s
udah bingung mau ngapain', '2011-12-13 11:43:08');
-- ---------------------------------------------------------- Table structure for table `user`
-CREATE TABLE IF NOT EXISTS `user` (
`userid` bigint(15) NOT NULL AUTO_INCREMENT,
`nama` varchar(50) NOT NULL,
`gender` char(10) NOT NULL,
`lahir` char(10) NOT NULL,
`kota` char(20) NOT NULL,
`email` varchar(30) DEFAULT NULL,

`hobby` varchar(20) DEFAULT NULL,


`password` varchar(50) NOT NULL,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=30209105024 ;
--- Dumping data for table `user`
-INSERT INTO `user` (`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby
`, `password`) VALUES
(30209105000, 'dony', 'pria', '15041991', 'depok', 'neraprince@gmail.com', 'codi
ng', 'kodok'),
(30209105012, '', '', '', '', '', '', ''),
(30209105002, 'df', 'g', 'g', 'ds', 'dsgg', 'dgsg', 'hgdf'),
(30209105005, 'tiwi', 'p', '12081993', 'banjar', 'kodok@bedingdang.com', 'pacara
n', 'ee'),
(30209105011, 'donsky', 'l', '14220991', 'cirebon', 'koda@nungging.com', 'boker'
, '123'),
(30209105010, 'kodok', 'l', '12990984', 'kkk', 'n@d.d', 'jgfds', 'kjsdhfkudsh'),
(30209105013, '', '', '', '', '', '', ''),
(30209105014, 'ilham', 'l', '12091991', 'bandung', 'iam@art.com', 'boker', '123'
),
(30209105015, 'ilham', 'l', '12091991', 'bandung', 'iam@art.com', 'boker', '123'
),
(30209105016, 'ilham', 'l', '12091991', 'bandung', 'iam@art.com', 'boker', '123'
),
(30209105017, 'ilham', 'l', '12091991', 'bandung', 'iam@art.com', 'boker', '123'
),
(30209105018, 'ilham', 'l', '12091991', 'bandung', 'iam@art.com', 'boker', '123'
),
(30209105019, 'kuda', 'l', '11234778', 'city', 'a@ds.com', 'kugds', 'kjgd'),
(30209105020, 'kuda', 'p', '11234778', 'city', 'a@ds.com', 'kugds', 'kjgd'),
(30209105021, 'kjgsd', 'l', ',kndfd', ',ghe', 'kaka4hafidz@gmail.com', 'kjgusaf'
, 'ugdsi'),
(30209105022, '', '', '', '', '', '', ''),
(30209105023, '', 'p', '', '', '', '', '');
--- Database: `bp`
-CREATE DATABASE `bp` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `bp`;
-- ---------------------------------------------------------- Table structure for table `kota`
-CREATE TABLE IF NOT EXISTS `kota` (
`idkota` varchar(30) NOT NULL,
`idprov` varchar(30) NOT NULL,
`namakota` int(50) NOT NULL,
PRIMARY KEY (`idkota`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `kota`
--

-- ---------------------------------------------------------- Table structure for table `prov`


-CREATE TABLE IF NOT EXISTS `prov` (
`idprov` varchar(30) NOT NULL,
`namaprov` varchar(30) NOT NULL,
PRIMARY KEY (`idprov`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `prov`
--- ---------------------------------------------------------- Table structure for table `tempat`
-CREATE TABLE IF NOT EXISTS `tempat` (
`idtempat` varchar(30) NOT NULL,
`idkota` varchar(30) NOT NULL,
`idprov` varchar(30) NOT NULL,
`namatmp` varchar(150) NOT NULL,
`latitud` varchar(20) DEFAULT NULL,
`longitud` varchar(20) DEFAULT NULL,
`alamat` varchar(250) NOT NULL,
`deskripsi` varchar(5000) NOT NULL,
PRIMARY KEY (`idtempat`),
UNIQUE KEY `idprov` (`idprov`),
UNIQUE KEY `idkota` (`idkota`),
UNIQUE KEY `idkota_2` (`idkota`),
UNIQUE KEY `idkota_3` (`idkota`),
UNIQUE KEY `idkota_4` (`idkota`),
UNIQUE KEY `idkota_5` (`idkota`),
UNIQUE KEY `idkota_6` (`idkota`),
KEY `idkota_7` (`idkota`),
KEY `idkota_8` (`idkota`),
KEY `idkota_9` (`idkota`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `tempat`
---- Database: `cdcol`
-CREATE DATABASE `cdcol` DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci;
USE `cdcol`;
-- ---------------------------------------------------------- Table structure for table `cds`

-CREATE TABLE IF NOT EXISTS `cds` (


`titel` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
`interpret` varchar(200) COLLATE latin1_general_ci DEFAULT NULL,
`jahr` int(11) DEFAULT NULL,
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT
=6 ;
--- Dumping data for table `cds`
-INSERT INTO `cds` (`titel`, `interpret`, `jahr`, `id`) VALUES
('Beauty', 'Ryuichi Sakamoto', 1990, 1),
('Goodbye Country (Hello Nightclub)', 'Groove Armada', 2001, 4),
('Glee', 'Bran Van 3000', 1997, 5);
--- Database: `db_apsi`
-CREATE DATABASE `db_apsi` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci
;
USE `db_apsi`;
-- ---------------------------------------------------------- Table structure for table `mahasiswa`
-CREATE TABLE IF NOT EXISTS `mahasiswa` (
`NIM` varchar(9) NOT NULL,
`Nama` varchar(20) NOT NULL,
`ip` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `mahasiswa`
-INSERT INTO `mahasiswa` (`NIM`, `Nama`, `ip`) VALUES
('aaa', '22222', 123),
('30209105', 'ramdony', 4),
('1234', 'kodok', 2),
('99005', 'cecep', 3.5),
('', '', 0),
('99005', 'cecepot', 3.5),
('99072', 'Djhyags', 0),
('99005', 'cecep', 3.5),
('99005', 'cecep', 3.5);
-- ---------------------------------------------------------- Table structure for table `pegawai`
-CREATE TABLE IF NOT EXISTS `pegawai` (

`nip` varchar(10) NOT NULL,


`nama` varchar(50) NOT NULL,
`gaji` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `pegawai`
-INSERT INTO `pegawai` (`nip`, `nama`, `gaji`) VALUES
('10001', 'udin', 500000),
('10002', 'umar', 500000);
--- Database: `information_schema`
-CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_gen
eral_ci;
USE `information_schema`;
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `CHARACTER_SETS`
-INSERT INTO `CHARACTER_SETS` (`CHARACTER_SET_NAME`, `DEFAULT_COLLATE_NAME`, `DES
CRIPTION`, `MAXLEN`) VALUES
('big5', 'big5_chinese_ci', 'Big5 Traditional Chinese', 2),
('dec8', 'dec8_swedish_ci', 'DEC West European', 1),
('cp850', 'cp850_general_ci', 'DOS West European', 1),
('hp8', 'hp8_english_ci', 'HP West European', 1),
('koi8r', 'koi8r_general_ci', 'KOI8-R Relcom Russian', 1),
('latin1', 'latin1_swedish_ci', 'cp1252 West European', 1),
('latin2', 'latin2_general_ci', 'ISO 8859-2 Central European', 1),
('swe7', 'swe7_swedish_ci', '7bit Swedish', 1),
('ascii', 'ascii_general_ci', 'US ASCII', 1),
('ujis', 'ujis_japanese_ci', 'EUC-JP Japanese', 3),
('sjis', 'sjis_japanese_ci', 'Shift-JIS Japanese', 2),
('hebrew', 'hebrew_general_ci', 'ISO 8859-8 Hebrew', 1),
('tis620', 'tis620_thai_ci', 'TIS620 Thai', 1),
('euckr', 'euckr_korean_ci', 'EUC-KR Korean', 2),
('koi8u', 'koi8u_general_ci', 'KOI8-U Ukrainian', 1),
('gb2312', 'gb2312_chinese_ci', 'GB2312 Simplified Chinese', 2),
('greek', 'greek_general_ci', 'ISO 8859-7 Greek', 1),
('cp1250', 'cp1250_general_ci', 'Windows Central European', 1),
('gbk', 'gbk_chinese_ci', 'GBK Simplified Chinese', 2),
('latin5', 'latin5_turkish_ci', 'ISO 8859-9 Turkish', 1),
('armscii8', 'armscii8_general_ci', 'ARMSCII-8 Armenian', 1),
('utf8', 'utf8_general_ci', 'UTF-8 Unicode', 3),

('ucs2', 'ucs2_general_ci', 'UCS-2 Unicode', 2),


('cp866', 'cp866_general_ci', 'DOS Russian', 1),
('keybcs2', 'keybcs2_general_ci', 'DOS Kamenicky Czech-Slovak', 1),
('macce', 'macce_general_ci', 'Mac Central European', 1),
('macroman', 'macroman_general_ci', 'Mac West European', 1),
('cp852', 'cp852_general_ci', 'DOS Central European', 1),
('latin7', 'latin7_general_ci', 'ISO 8859-13 Baltic', 1),
('cp1251', 'cp1251_general_ci', 'Windows Cyrillic', 1),
('cp1256', 'cp1256_general_ci', 'Windows Arabic', 1),
('cp1257', 'cp1257_general_ci', 'Windows Baltic', 1),
('binary', 'binary', 'Binary pseudo charset', 1),
('geostd8', 'geostd8_general_ci', 'GEOSTD8 Georgian', 1),
('cp932', 'cp932_japanese_ci', 'SJIS for Windows Japanese', 2),
('eucjpms', 'eucjpms_japanese_ci', 'UJIS for Windows Japanese', 3);
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `COLLATIONS`
-INSERT INTO `COLLATIONS` (`COLLATION_NAME`, `CHARACTER_SET_NAME`, `ID`, `IS_DEFA
ULT`, `IS_COMPILED`, `SORTLEN`) VALUES
('big5_chinese_ci', 'big5', 1, 'Yes', 'Yes', 1),
('big5_bin', 'big5', 84, '', 'Yes', 1),
('dec8_swedish_ci', 'dec8', 3, 'Yes', '', 0),
('dec8_bin', 'dec8', 69, '', '', 0),
('cp850_general_ci', 'cp850', 4, 'Yes', '', 0),
('cp850_bin', 'cp850', 80, '', '', 0),
('hp8_english_ci', 'hp8', 6, 'Yes', '', 0),
('hp8_bin', 'hp8', 72, '', '', 0),
('koi8r_general_ci', 'koi8r', 7, 'Yes', '', 0),
('koi8r_bin', 'koi8r', 74, '', '', 0),
('latin1_german1_ci', 'latin1', 5, '', 'Yes', 1),
('latin1_swedish_ci', 'latin1', 8, 'Yes', 'Yes', 1),
('latin1_danish_ci', 'latin1', 15, '', 'Yes', 1),
('latin1_german2_ci', 'latin1', 31, '', 'Yes', 2),
('latin1_bin', 'latin1', 47, '', 'Yes', 1),
('latin1_general_ci', 'latin1', 48, '', 'Yes', 1),
('latin1_general_cs', 'latin1', 49, '', 'Yes', 1),
('latin1_spanish_ci', 'latin1', 94, '', 'Yes', 1),
('latin2_czech_cs', 'latin2', 2, '', 'Yes', 4),
('latin2_general_ci', 'latin2', 9, 'Yes', 'Yes', 1),
('latin2_hungarian_ci', 'latin2', 21, '', 'Yes', 1),
('latin2_croatian_ci', 'latin2', 27, '', 'Yes', 1),
('latin2_bin', 'latin2', 77, '', 'Yes', 1),
('swe7_swedish_ci', 'swe7', 10, 'Yes', '', 0),

('swe7_bin', 'swe7', 82, '', '', 0),


('ascii_general_ci', 'ascii', 11, 'Yes', '', 0),
('ascii_bin', 'ascii', 65, '', '', 0),
('ujis_japanese_ci', 'ujis', 12, 'Yes', 'Yes', 1),
('ujis_bin', 'ujis', 91, '', 'Yes', 1),
('sjis_japanese_ci', 'sjis', 13, 'Yes', 'Yes', 1),
('sjis_bin', 'sjis', 88, '', 'Yes', 1),
('hebrew_general_ci', 'hebrew', 16, 'Yes', '', 0),
('hebrew_bin', 'hebrew', 71, '', '', 0),
('tis620_thai_ci', 'tis620', 18, 'Yes', 'Yes', 4),
('tis620_bin', 'tis620', 89, '', 'Yes', 1),
('euckr_korean_ci', 'euckr', 19, 'Yes', 'Yes', 1),
('euckr_bin', 'euckr', 85, '', 'Yes', 1),
('koi8u_general_ci', 'koi8u', 22, 'Yes', '', 0),
('koi8u_bin', 'koi8u', 75, '', '', 0),
('gb2312_chinese_ci', 'gb2312', 24, 'Yes', 'Yes', 1),
('gb2312_bin', 'gb2312', 86, '', 'Yes', 1),
('greek_general_ci', 'greek', 25, 'Yes', '', 0),
('greek_bin', 'greek', 70, '', '', 0),
('cp1250_general_ci', 'cp1250', 26, 'Yes', 'Yes', 1),
('cp1250_czech_cs', 'cp1250', 34, '', 'Yes', 2),
('cp1250_croatian_ci', 'cp1250', 44, '', 'Yes', 1),
('cp1250_bin', 'cp1250', 66, '', 'Yes', 1),
('cp1250_polish_ci', 'cp1250', 99, '', 'Yes', 1),
('gbk_chinese_ci', 'gbk', 28, 'Yes', 'Yes', 1),
('gbk_bin', 'gbk', 87, '', 'Yes', 1),
('latin5_turkish_ci', 'latin5', 30, 'Yes', '', 0),
('latin5_bin', 'latin5', 78, '', '', 0),
('armscii8_general_ci', 'armscii8', 32, 'Yes', '', 0),
('armscii8_bin', 'armscii8', 64, '', '', 0),
('utf8_general_ci', 'utf8', 33, 'Yes', 'Yes', 1),
('utf8_bin', 'utf8', 83, '', 'Yes', 1),
('utf8_unicode_ci', 'utf8', 192, '', 'Yes', 8),
('utf8_icelandic_ci', 'utf8', 193, '', 'Yes', 8),
('utf8_latvian_ci', 'utf8', 194, '', 'Yes', 8),
('utf8_romanian_ci', 'utf8', 195, '', 'Yes', 8),
('utf8_slovenian_ci', 'utf8', 196, '', 'Yes', 8),
('utf8_polish_ci', 'utf8', 197, '', 'Yes', 8),
('utf8_estonian_ci', 'utf8', 198, '', 'Yes', 8),
('utf8_spanish_ci', 'utf8', 199, '', 'Yes', 8),
('utf8_swedish_ci', 'utf8', 200, '', 'Yes', 8),
('utf8_turkish_ci', 'utf8', 201, '', 'Yes', 8),
('utf8_czech_ci', 'utf8', 202, '', 'Yes', 8),
('utf8_danish_ci', 'utf8', 203, '', 'Yes', 8),
('utf8_lithuanian_ci', 'utf8', 204, '', 'Yes', 8),
('utf8_slovak_ci', 'utf8', 205, '', 'Yes', 8),
('utf8_spanish2_ci', 'utf8', 206, '', 'Yes', 8),
('utf8_roman_ci', 'utf8', 207, '', 'Yes', 8),
('utf8_persian_ci', 'utf8', 208, '', 'Yes', 8),
('utf8_esperanto_ci', 'utf8', 209, '', 'Yes', 8),
('utf8_hungarian_ci', 'utf8', 210, '', 'Yes', 8),
('ucs2_general_ci', 'ucs2', 35, 'Yes', 'Yes', 1),
('ucs2_bin', 'ucs2', 90, '', 'Yes', 1),
('ucs2_unicode_ci', 'ucs2', 128, '', 'Yes', 8),
('ucs2_icelandic_ci', 'ucs2', 129, '', 'Yes', 8),
('ucs2_latvian_ci', 'ucs2', 130, '', 'Yes', 8),
('ucs2_romanian_ci', 'ucs2', 131, '', 'Yes', 8),
('ucs2_slovenian_ci', 'ucs2', 132, '', 'Yes', 8),
('ucs2_polish_ci', 'ucs2', 133, '', 'Yes', 8),
('ucs2_estonian_ci', 'ucs2', 134, '', 'Yes', 8),

('ucs2_spanish_ci', 'ucs2', 135, '', 'Yes', 8),


('ucs2_swedish_ci', 'ucs2', 136, '', 'Yes', 8),
('ucs2_turkish_ci', 'ucs2', 137, '', 'Yes', 8),
('ucs2_czech_ci', 'ucs2', 138, '', 'Yes', 8),
('ucs2_danish_ci', 'ucs2', 139, '', 'Yes', 8),
('ucs2_lithuanian_ci', 'ucs2', 140, '', 'Yes', 8),
('ucs2_slovak_ci', 'ucs2', 141, '', 'Yes', 8),
('ucs2_spanish2_ci', 'ucs2', 142, '', 'Yes', 8),
('ucs2_roman_ci', 'ucs2', 143, '', 'Yes', 8),
('ucs2_persian_ci', 'ucs2', 144, '', 'Yes', 8),
('ucs2_esperanto_ci', 'ucs2', 145, '', 'Yes', 8),
('ucs2_hungarian_ci', 'ucs2', 146, '', 'Yes', 8),
('cp866_general_ci', 'cp866', 36, 'Yes', '', 0),
('cp866_bin', 'cp866', 68, '', '', 0),
('keybcs2_general_ci', 'keybcs2', 37, 'Yes', '', 0),
('keybcs2_bin', 'keybcs2', 73, '', '', 0),
('macce_general_ci', 'macce', 38, 'Yes', '', 0),
('macce_bin', 'macce', 43, '', '', 0),
('macroman_general_ci', 'macroman', 39, 'Yes', '', 0),
('macroman_bin', 'macroman', 53, '', '', 0),
('cp852_general_ci', 'cp852', 40, 'Yes', '', 0),
('cp852_bin', 'cp852', 81, '', '', 0),
('latin7_estonian_cs', 'latin7', 20, '', '', 0),
('latin7_general_ci', 'latin7', 41, 'Yes', '', 0),
('latin7_general_cs', 'latin7', 42, '', '', 0),
('latin7_bin', 'latin7', 79, '', '', 0),
('cp1251_bulgarian_ci', 'cp1251', 14, '', '', 0),
('cp1251_ukrainian_ci', 'cp1251', 23, '', '', 0),
('cp1251_bin', 'cp1251', 50, '', '', 0),
('cp1251_general_ci', 'cp1251', 51, 'Yes', '', 0),
('cp1251_general_cs', 'cp1251', 52, '', '', 0),
('cp1256_general_ci', 'cp1256', 57, 'Yes', '', 0),
('cp1256_bin', 'cp1256', 67, '', '', 0),
('cp1257_lithuanian_ci', 'cp1257', 29, '', '', 0),
('cp1257_bin', 'cp1257', 58, '', '', 0),
('cp1257_general_ci', 'cp1257', 59, 'Yes', '', 0),
('binary', 'binary', 63, 'Yes', 'Yes', 1),
('geostd8_general_ci', 'geostd8', 92, 'Yes', '', 0),
('geostd8_bin', 'geostd8', 93, '', '', 0),
('cp932_japanese_ci', 'cp932', 95, 'Yes', 'Yes', 1),
('cp932_bin', 'cp932', 96, '', 'Yes', 1),
('eucjpms_japanese_ci', 'eucjpms', 97, 'Yes', 'Yes', 1),
('eucjpms_bin', 'eucjpms', 98, '', 'Yes', 1);
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `COLLATION_CHARACTER_SET_APPLICABILITY`
-INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` (`COLLATION_NAME`, `CHARACTE

R_SET_NAME`) VALUES
('big5_chinese_ci', 'big5'),
('big5_bin', 'big5'),
('dec8_swedish_ci', 'dec8'),
('dec8_bin', 'dec8'),
('cp850_general_ci', 'cp850'),
('cp850_bin', 'cp850'),
('hp8_english_ci', 'hp8'),
('hp8_bin', 'hp8'),
('koi8r_general_ci', 'koi8r'),
('koi8r_bin', 'koi8r'),
('latin1_german1_ci', 'latin1'),
('latin1_swedish_ci', 'latin1'),
('latin1_danish_ci', 'latin1'),
('latin1_german2_ci', 'latin1'),
('latin1_bin', 'latin1'),
('latin1_general_ci', 'latin1'),
('latin1_general_cs', 'latin1'),
('latin1_spanish_ci', 'latin1'),
('latin2_czech_cs', 'latin2'),
('latin2_general_ci', 'latin2'),
('latin2_hungarian_ci', 'latin2'),
('latin2_croatian_ci', 'latin2'),
('latin2_bin', 'latin2'),
('swe7_swedish_ci', 'swe7'),
('swe7_bin', 'swe7'),
('ascii_general_ci', 'ascii'),
('ascii_bin', 'ascii'),
('ujis_japanese_ci', 'ujis'),
('ujis_bin', 'ujis'),
('sjis_japanese_ci', 'sjis'),
('sjis_bin', 'sjis'),
('hebrew_general_ci', 'hebrew'),
('hebrew_bin', 'hebrew'),
('filename', 'filename'),
('tis620_thai_ci', 'tis620'),
('tis620_bin', 'tis620'),
('euckr_korean_ci', 'euckr'),
('euckr_bin', 'euckr'),
('koi8u_general_ci', 'koi8u'),
('koi8u_bin', 'koi8u'),
('gb2312_chinese_ci', 'gb2312'),
('gb2312_bin', 'gb2312'),
('greek_general_ci', 'greek'),
('greek_bin', 'greek'),
('cp1250_general_ci', 'cp1250'),
('cp1250_czech_cs', 'cp1250'),
('cp1250_croatian_ci', 'cp1250'),
('cp1250_bin', 'cp1250'),
('cp1250_polish_ci', 'cp1250'),
('gbk_chinese_ci', 'gbk'),
('gbk_bin', 'gbk'),
('latin5_turkish_ci', 'latin5'),
('latin5_bin', 'latin5'),
('armscii8_general_ci', 'armscii8'),
('armscii8_bin', 'armscii8'),
('utf8_general_ci', 'utf8'),
('utf8_bin', 'utf8'),
('utf8_unicode_ci', 'utf8'),
('utf8_icelandic_ci', 'utf8'),

('utf8_latvian_ci', 'utf8'),
('utf8_romanian_ci', 'utf8'),
('utf8_slovenian_ci', 'utf8'),
('utf8_polish_ci', 'utf8'),
('utf8_estonian_ci', 'utf8'),
('utf8_spanish_ci', 'utf8'),
('utf8_swedish_ci', 'utf8'),
('utf8_turkish_ci', 'utf8'),
('utf8_czech_ci', 'utf8'),
('utf8_danish_ci', 'utf8'),
('utf8_lithuanian_ci', 'utf8'),
('utf8_slovak_ci', 'utf8'),
('utf8_spanish2_ci', 'utf8'),
('utf8_roman_ci', 'utf8'),
('utf8_persian_ci', 'utf8'),
('utf8_esperanto_ci', 'utf8'),
('utf8_hungarian_ci', 'utf8'),
('ucs2_general_ci', 'ucs2'),
('ucs2_bin', 'ucs2'),
('ucs2_unicode_ci', 'ucs2'),
('ucs2_icelandic_ci', 'ucs2'),
('ucs2_latvian_ci', 'ucs2'),
('ucs2_romanian_ci', 'ucs2'),
('ucs2_slovenian_ci', 'ucs2'),
('ucs2_polish_ci', 'ucs2'),
('ucs2_estonian_ci', 'ucs2'),
('ucs2_spanish_ci', 'ucs2'),
('ucs2_swedish_ci', 'ucs2'),
('ucs2_turkish_ci', 'ucs2'),
('ucs2_czech_ci', 'ucs2'),
('ucs2_danish_ci', 'ucs2'),
('ucs2_lithuanian_ci', 'ucs2'),
('ucs2_slovak_ci', 'ucs2'),
('ucs2_spanish2_ci', 'ucs2'),
('ucs2_roman_ci', 'ucs2'),
('ucs2_persian_ci', 'ucs2'),
('ucs2_esperanto_ci', 'ucs2'),
('ucs2_hungarian_ci', 'ucs2'),
('cp866_general_ci', 'cp866'),
('cp866_bin', 'cp866'),
('keybcs2_general_ci', 'keybcs2'),
('keybcs2_bin', 'keybcs2'),
('macce_general_ci', 'macce'),
('macce_bin', 'macce'),
('macroman_general_ci', 'macroman'),
('macroman_bin', 'macroman'),
('cp852_general_ci', 'cp852'),
('cp852_bin', 'cp852'),
('latin7_estonian_cs', 'latin7'),
('latin7_general_ci', 'latin7'),
('latin7_general_cs', 'latin7'),
('latin7_bin', 'latin7'),
('cp1251_bulgarian_ci', 'cp1251'),
('cp1251_ukrainian_ci', 'cp1251'),
('cp1251_bin', 'cp1251'),
('cp1251_general_ci', 'cp1251'),
('cp1251_general_cs', 'cp1251'),
('cp1256_general_ci', 'cp1256'),
('cp1256_bin', 'cp1256'),
('cp1257_lithuanian_ci', 'cp1257'),

('cp1257_bin', 'cp1257'),
('cp1257_general_ci', 'cp1257'),
('binary', 'binary'),
('geostd8_general_ci', 'geostd8'),
('geostd8_bin', 'geostd8'),
('cp932_japanese_ci', 'cp932'),
('cp932_bin', 'cp932'),
('eucjpms_japanese_ci', 'eucjpms'),
('eucjpms_bin', 'eucjpms');
-- ---------------------------------------------------------- Table structure for table `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) unsigned NOT NULL DEFAULT '0',
`COLUMN_DEFAULT` longtext,
`IS_NULLABLE` varchar(3) NOT NULL DEFAULT '',
`DATA_TYPE` varchar(64) NOT NULL DEFAULT '',
`CHARACTER_MAXIMUM_LENGTH` bigint(21) unsigned DEFAULT NULL,
`CHARACTER_OCTET_LENGTH` bigint(21) unsigned DEFAULT NULL,
`NUMERIC_PRECISION` bigint(21) unsigned DEFAULT NULL,
`NUMERIC_SCALE` bigint(21) unsigned 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(27) NOT NULL DEFAULT '',
`PRIVILEGES` varchar(80) NOT NULL DEFAULT '',
`COLUMN_COMMENT` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `COLUMNS`
-INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NA
ME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTE
R_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE
`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`,
`PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', 'CHARACTER_SET_NAME', 1, '', 'NO'
, 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '',
'', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DEFAULT_COLLATE_NAME', 2, '', 'N
O', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DESCRIPTION', 3, '', 'NO', 'varc
har', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'MAXLEN', 4, '0', 'NO', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'COLLATION_NAME', 1, '', 'NO', 'varch
ar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sel

ect', ''),
(NULL, 'information_schema', 'COLLATIONS', 'CHARACTER_SET_NAME', 2, '', 'NO', 'v
archar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'ID', 3, '0', 'NO', 'bigint', NULL, N
ULL, 19, 0, NULL, NULL, 'bigint(11)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_DEFAULT', 4, '', 'NO', 'varchar',
3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''
),
(NULL, 'information_schema', 'COLLATIONS', 'IS_COMPILED', 5, '', 'NO', 'varchar'
, 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '
'),
(NULL, 'information_schema', 'COLLATIONS', 'SORTLEN', 6, '0', 'NO', 'bigint', NU
LL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'COLLATION
_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci',
'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'CHARACTER
_SET_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_c
i', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varcha
r', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64
, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '
'),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_NAME', 4, '', 'NO', 'varchar', 6
4, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'COLUMNS', 'ORDINAL_POSITION', 5, '0', 'NO', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_DEFAULT', 6, NULL, 'YES', 'longt
ext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext',
'', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'IS_NULLABLE', 7, '', 'NO', 'varchar', 3
, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'DATA_TYPE', 8, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''
),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_MAXIMUM_LENGTH', 9, NULL, 'YE
S', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_OCTET_LENGTH', 10, NULL, 'YES
', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_PRECISION', 11, NULL, 'YES', 'b
igint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select',
''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_SCALE', 12, NULL, 'YES', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_SET_NAME', 13, NULL, 'YES', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLLATION_NAME', 14, NULL, 'YES', 'varc
har', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_TYPE', 15, NULL, 'NO', 'longtext

', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', ''


, '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_KEY', 16, '', 'NO', 'varchar', 3
, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'EXTRA', 17, '', 'NO', 'varchar', 27, 81
, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(27)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'PRIVILEGES', 18, '', 'NO', 'varchar', 8
0, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select',
''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_COMMENT', 19, '', 'NO', 'varchar
', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varch
ar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES
', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)',
'', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'va
rchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', '
select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'COLUMN_NAME', 5, '', 'NO', 'v
archar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'PRIVILEGE_TYPE', 6, '', 'NO',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '
', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'IS_GRANTABLE', 7, '', 'NO', '
varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'ENGINES', 'ENGINE', 1, '', 'NO', 'varchar', 64, 19
2, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'SUPPORT', 2, '', 'NO', 'varchar', 8, 24
, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'COMMENT', 3, '', 'NO', 'varchar', 80, 2
40, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'TRANSACTIONS', 4, '', 'NO', 'varchar',
3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '')
,
(NULL, 'information_schema', 'ENGINES', 'XA', 5, '', 'NO', 'varchar', 3, 9, NULL
, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'SAVEPOINTS', 6, '', 'NO', 'varchar', 3,
9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_CATALOG', 1, NULL, 'YES', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_SCHEMA', 2, '', 'NO', 'varchar', 6
4, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_NAME', 3, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''
),
(NULL, 'information_schema', 'EVENTS', 'DEFINER', 4, '', 'NO', 'varchar', 77, 23
1, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'TIME_ZONE', 5, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '')
,

(NULL, 'information_schema', 'EVENTS', 'EVENT_BODY', 6, '', 'NO', 'varchar', 8,


24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_DEFINITION', 7, NULL, 'NO', 'longt
ext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext',
'', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_TYPE', 8, '', 'NO', 'varchar', 9,
27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EXECUTE_AT', 9, NULL, 'YES', 'datetime',
NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'INTERVAL_VALUE', 10, NULL, 'YES', 'varch
ar', 256, 768, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(256)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'EVENTS', 'INTERVAL_FIELD', 11, NULL, 'YES', 'varch
ar', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(18)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'EVENTS', 'SQL_MODE', 12, NULL, 'NO', 'longtext', 4
294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', ''
, 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'STARTS', 13, NULL, 'YES', 'datetime', NU
LL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ENDS', 14, NULL, 'YES', 'datetime', NULL
, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'STATUS', 15, '', 'NO', 'varchar', 18, 54
, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(18)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ON_COMPLETION', 16, '', 'NO', 'varchar',
12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select',
''),
(NULL, 'information_schema', 'EVENTS', 'CREATED', 17, '0000-00-00 00:00:00', 'NO
', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select',
''),
(NULL, 'information_schema', 'EVENTS', 'LAST_ALTERED', 18, '0000-00-00 00:00:00'
, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'EVENTS', 'LAST_EXECUTED', 19, NULL, 'YES', 'dateti
me', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_COMMENT', 20, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'EVENTS', 'ORIGINATOR', 21, '0', 'NO', 'bigint', NU
LL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'CHARACTER_SET_CLIENT', 22, '', 'NO', 'va
rchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'EVENTS', 'COLLATION_CONNECTION', 23, '', 'NO', 'va
rchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'EVENTS', 'DATABASE_COLLATION', 24, '', 'NO', 'varc
har', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'FILES', 'FILE_ID', 1, '0', 'NO', 'bigint', NULL, N
ULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_NAME', 2, NULL, 'YES', 'varchar', 64
, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '
'),
(NULL, 'information_schema', 'FILES', 'FILE_TYPE', 3, '', 'NO', 'varchar', 20, 6
0, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLESPACE_NAME', 4, NULL, 'YES', 'varcha
r', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_CATALOG', 5, NULL, 'YES', 'varchar'

, 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select
', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_SCHEMA', 6, NULL, 'YES', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'FILES', 'TABLE_NAME', 7, NULL, 'YES', 'varchar', 6
4, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'FILES', 'LOGFILE_GROUP_NAME', 8, NULL, 'YES', 'var
char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'FILES', 'LOGFILE_GROUP_NUMBER', 9, NULL, 'YES', 'b
igint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'ENGINE', 10, '', 'NO', 'varchar', 64, 192
, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FULLTEXT_KEYS', 11, NULL, 'YES', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'FILES', 'DELETED_ROWS', 12, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'UPDATE_COUNT', 13, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FREE_EXTENTS', 14, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TOTAL_EXTENTS', 15, NULL, 'YES', 'bigint'
, NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'EXTENT_SIZE', 16, '0', 'NO', 'bigint', NU
LL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'INITIAL_SIZE', 17, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'MAXIMUM_SIZE', 18, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'AUTOEXTEND_SIZE', 19, NULL, 'YES', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CREATION_TIME', 20, NULL, 'YES', 'datetim
e', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LAST_UPDATE_TIME', 21, NULL, 'YES', 'date
time', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LAST_ACCESS_TIME', 22, NULL, 'YES', 'date
time', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'RECOVER_TIME', 23, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TRANSACTION_COUNTER', 24, NULL, 'YES', 'b
igint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'VERSION', 25, NULL, 'YES', 'bigint', NULL
, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'ROW_FORMAT', 26, NULL, 'YES', 'varchar',
10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select',
''),
(NULL, 'information_schema', 'FILES', 'TABLE_ROWS', 27, NULL, 'YES', 'bigint', N
ULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'AVG_ROW_LENGTH', 28, NULL, 'YES', 'bigint
', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DATA_LENGTH', 29, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'MAX_DATA_LENGTH', 30, NULL, 'YES', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'INDEX_LENGTH', 31, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DATA_FREE', 32, NULL, 'YES', 'bigint', NU

LL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CREATE_TIME', 33, NULL, 'YES', 'datetime'
, NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'UPDATE_TIME', 34, NULL, 'YES', 'datetime'
, NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CHECK_TIME', 35, NULL, 'YES', 'datetime',
NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CHECKSUM', 36, NULL, 'YES', 'bigint', NUL
L, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'STATUS', 37, '', 'NO', 'varchar', 20, 60,
NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'EXTRA', 38, NULL, 'YES', 'varchar', 255,
765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''
),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'VARIABLE_NAME', 1, '', 'NO', 'var
char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'VARIABLE_VALUE', 2, NULL, 'YES',
'varchar', 20480, 61440, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20480)'
, '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'VARIABLE_NAME', 1, '', 'NO', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'VARIABLE_VALUE', 2, NULL, 'YES
', 'varchar', 20480, 61440, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(2048
0)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_CATALOG', 1, NULL,
'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512
)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_SCHEMA', 2, '', 'NO
', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '',
'', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_NAME', 3, '', 'NO',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '
', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_CATALOG', 4, NULL, 'YES'
, 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '
', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_SCHEMA', 5, '', 'NO', 'v
archar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_NAME', 6, '', 'NO', 'var
char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'COLUMN_NAME', 7, '', 'NO', 'va
rchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', '
select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'ORDINAL_POSITION', 8, '0', 'NO
', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'POSITION_IN_UNIQUE_CONSTRAINT'
, 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '',
'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_SCHEMA', 10,
NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar
(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_NAME', 11, NU
LL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6
4)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_COLUMN_NAME', 12, N
ULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(

64)', '', '', 'select', ''),


(NULL, 'information_schema', 'PARTITIONS', 'TABLE_CATALOG', 1, NULL, 'YES', 'var
char', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '',
'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_NAME', 3, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_NAME', 4, NULL, 'YES', 'va
rchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', '
select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_NAME', 5, NULL, 'YES',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', ''
, 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_ORDINAL_POSITION', 6, NULL
, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '',
'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_ORDINAL_POSITION', 7, N
ULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '',
'', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_METHOD', 8, NULL, 'YES', '
varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '',
'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_METHOD', 9, NULL, 'YES'
, 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '
', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_EXPRESSION', 10, NULL, 'YE
S', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', '
longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_EXPRESSION', 11, NULL,
'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci'
, 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_DESCRIPTION', 12, NULL, 'Y
ES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci',
'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_ROWS', 13, '0', 'NO', 'bigint'
, NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'AVG_ROW_LENGTH', 14, '0', 'NO', 'big
int', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''
),
(NULL, 'information_schema', 'PARTITIONS', 'DATA_LENGTH', 15, '0', 'NO', 'bigint
', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'MAX_DATA_LENGTH', 16, NULL, 'YES', '
bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select',
''),
(NULL, 'information_schema', 'PARTITIONS', 'INDEX_LENGTH', 17, '0', 'NO', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'DATA_FREE', 18, '0', 'NO', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CREATE_TIME', 19, NULL, 'YES', 'date
time', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'UPDATE_TIME', 20, NULL, 'YES', 'date
time', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CHECK_TIME', 21, NULL, 'YES', 'datet
ime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CHECKSUM', 22, NULL, 'YES', 'bigint'
, NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_COMMENT', 23, '', 'NO', 'v

archar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '',
'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'NODEGROUP', 24, '', 'NO', 'varchar',
12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select',
''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLESPACE_NAME', 25, NULL, 'YES', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_NAME', 1, '', 'NO', 'varchar', 6
4, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_VERSION', 2, '', 'NO', 'varchar'
, 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_STATUS', 3, '', 'NO', 'varchar',
10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select',
''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_TYPE', 4, '', 'NO', 'varchar', 8
0, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select',
''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_TYPE_VERSION', 5, '', 'NO', 'var
char', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LIBRARY', 6, NULL, 'YES', 'varch
ar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LIBRARY_VERSION', 7, NULL, 'YES'
, 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '
', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_AUTHOR', 8, NULL, 'YES', 'varcha
r', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_DESCRIPTION', 9, NULL, 'YES', 'l
ongtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longte
xt', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LICENSE', 10, NULL, 'YES', 'varc
har', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'ID', 1, '0', 'NO', 'bigint', NULL,
NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'USER', 2, '', 'NO', 'varchar', 16,
48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'HOST', 3, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '')
,
(NULL, 'information_schema', 'PROCESSLIST', 'DB', 4, NULL, 'YES', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''
),
(NULL, 'information_schema', 'PROCESSLIST', 'COMMAND', 5, '', 'NO', 'varchar', 1
6, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', '
'),
(NULL, 'information_schema', 'PROCESSLIST', 'TIME', 6, '0', 'NO', 'bigint', NULL
, NULL, 19, 0, NULL, NULL, 'bigint(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'STATE', 7, NULL, 'YES', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'PROCESSLIST', 'INFO', 8, NULL, 'YES', 'longtext',
4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '
', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'QUERY_ID', 1, '0', 'NO', 'int', NULL,

NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),


(NULL, 'information_schema', 'PROFILING', 'SEQ', 2, '0', 'NO', 'int', NULL, NULL
, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'STATE', 3, '', 'NO', 'varchar', 30, 9
0, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'DURATION', 4, '0.000000', 'NO', 'deci
mal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_USER', 5, NULL, 'YES', 'decimal',
NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_SYSTEM', 6, NULL, 'YES', 'decimal
', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_VOLUNTARY', 7, NULL, 'YES', '
int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_INVOLUNTARY', 8, NULL, 'YES',
'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_IN', 9, NULL, 'YES', 'int',
NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_OUT', 10, NULL, 'YES', 'int
', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_SENT', 11, NULL, 'YES', 'int
', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_RECEIVED', 12, NULL, 'YES',
'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MAJOR', 13, NULL, 'YES',
'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MINOR', 14, NULL, 'YES',
'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SWAPS', 15, NULL, 'YES', 'int', NULL,
NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FUNCTION', 16, NULL, 'YES', 'v
archar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', '
select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FILE', 17, NULL, 'YES', 'varch
ar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_LINE', 18, NULL, 'YES', 'int',
NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1,
NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varc
har(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2,
'', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64
)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_NAME', 3, ''
, 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)'
, '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_CATAL
OG', 4, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci'
, 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_SCHEM
A', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'var
char(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_NAME'
, 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'va
rchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'MATCH_OPTION', 7, '', '
NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '
', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UPDATE_RULE', 8, '', 'N
O', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', ''

, '', 'select', ''),


(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'DELETE_RULE', 9, '', 'N
O', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'TABLE_NAME', 10, '', 'N
O', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'REFERENCED_TABLE_NAME',
11, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varch
ar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SPECIFIC_NAME', 1, '', 'NO', 'varchar'
, 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select
', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_CATALOG', 2, NULL, 'YES', 'var
char', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '',
'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_SCHEMA', 3, '', 'NO', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_NAME', 4, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_TYPE', 5, '', 'NO', 'varchar',
9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', '
'),
(NULL, 'information_schema', 'ROUTINES', 'DTD_IDENTIFIER', 6, NULL, 'YES', 'varc
har', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_BODY', 7, '', 'NO', 'varchar',
8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', '
'),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_DEFINITION', 8, NULL, 'YES', '
longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longt
ext', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_NAME', 9, NULL, 'YES', 'varch
ar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_LANGUAGE', 10, NULL, 'YES', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'PARAMETER_STYLE', 11, '', 'NO', 'varch
ar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select
', ''),
(NULL, 'information_schema', 'ROUTINES', 'IS_DETERMINISTIC', 12, '', 'NO', 'varc
har', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select
', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_DATA_ACCESS', 13, '', 'NO', 'varch
ar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_PATH', 14, NULL, 'YES', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'ROUTINES', 'SECURITY_TYPE', 15, '', 'NO', 'varchar
', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select',
''),
(NULL, 'information_schema', 'ROUTINES', 'CREATED', 16, '0000-00-00 00:00:00', '
NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select
', ''),
(NULL, 'information_schema', 'ROUTINES', 'LAST_ALTERED', 17, '0000-00-00 00:00:0
0', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 's

elect', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_MODE', 18, NULL, 'NO', 'longtext',
4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '',
'', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_COMMENT', 19, '', 'NO', 'varch
ar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'ROUTINES', 'DEFINER', 20, '', 'NO', 'varchar', 77,
231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''
),
(NULL, 'information_schema', 'ROUTINES', 'CHARACTER_SET_CLIENT', 21, '', 'NO', '
varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '',
'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'COLLATION_CONNECTION', 22, '', 'NO', '
varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '',
'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DATABASE_COLLATION', 23, '', 'NO', 'va
rchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'SCHEMATA', 'CATALOG_NAME', 1, NULL, 'YES', 'varcha
r', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SCHEMA_NAME', 2, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_CHARACTER_SET_NAME', 3, '', 'N
O', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_COLLATION_NAME', 4, '', 'NO',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', ''
, 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SQL_PATH', 5, NULL, 'YES', 'varchar',
512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varch
ar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES
', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)',
'', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'PRIVILEGE_TYPE', 4, '', 'NO',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '
', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'IS_GRANTABLE', 5, '', 'NO', '
varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'VARIABLE_NAME', 1, '', 'NO', 'va
rchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', '
select', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'VARIABLE_VALUE', 2, NULL, 'YES',
'varchar', 20480, 61440, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20480)
', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'VARIABLE_NAME', 1, '', 'NO',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', ''
, 'select', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'VARIABLE_VALUE', 2, NULL, 'YE
S', 'varchar', 20480, 61440, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(204

80)', '', '', 'select', ''),


(NULL, 'information_schema', 'STATISTICS', 'TABLE_CATALOG', 1, NULL, 'YES', 'var
char', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '',
'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_NAME', 3, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'STATISTICS', 'NON_UNIQUE', 4, '0', 'NO', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_SCHEMA', 5, '', 'NO', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_NAME', 6, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'STATISTICS', 'SEQ_IN_INDEX', 7, '0', 'NO', 'bigint
', NULL, NULL, 19, 0, NULL, NULL, 'bigint(2)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLUMN_NAME', 8, '', 'NO', 'varchar'
, 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select
', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLLATION', 9, NULL, 'YES', 'varchar
', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1)', '', '', 'select',
''),
(NULL, 'information_schema', 'STATISTICS', 'CARDINALITY', 10, NULL, 'YES', 'bigi
nt', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SUB_PART', 11, NULL, 'YES', 'bigint'
, NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'PACKED', 12, NULL, 'YES', 'varchar',
10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select',
''),
(NULL, 'information_schema', 'STATISTICS', 'NULLABLE', 13, '', 'NO', 'varchar',
3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', '')
,
(NULL, 'information_schema', 'STATISTICS', 'INDEX_TYPE', 14, '', 'NO', 'varchar'
, 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'STATISTICS', 'COMMENT', 15, NULL, 'YES', 'varchar'
, 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar
', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 6
4, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select',
''),
(NULL, 'information_schema', 'TABLES', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''
),
(NULL, 'information_schema', 'TABLES', 'TABLE_TYPE', 4, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''
),
(NULL, 'information_schema', 'TABLES', 'ENGINE', 5, NULL, 'YES', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '')
,
(NULL, 'information_schema', 'TABLES', 'VERSION', 6, NULL, 'YES', 'bigint', NULL
, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ROW_FORMAT', 7, NULL, 'YES', 'varchar',

10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select',
''),
(NULL, 'information_schema', 'TABLES', 'TABLE_ROWS', 8, NULL, 'YES', 'bigint', N
ULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AVG_ROW_LENGTH', 9, NULL, 'YES', 'bigint
', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_LENGTH', 10, NULL, 'YES', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'MAX_DATA_LENGTH', 11, NULL, 'YES', 'bigi
nt', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', '')
,
(NULL, 'information_schema', 'TABLES', 'INDEX_LENGTH', 12, NULL, 'YES', 'bigint'
, NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_FREE', 13, NULL, 'YES', 'bigint', N
ULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AUTO_INCREMENT', 14, NULL, 'YES', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_TIME', 15, NULL, 'YES', 'datetime
', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'UPDATE_TIME', 16, NULL, 'YES', 'datetime
', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECK_TIME', 17, NULL, 'YES', 'datetime'
, NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COLLATION', 18, NULL, 'YES', 'varc
har', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'se
lect', ''),
(NULL, 'information_schema', 'TABLES', 'CHECKSUM', 19, NULL, 'YES', 'bigint', NU
LL, NULL, 19, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_OPTIONS', 20, NULL, 'YES', 'varch
ar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COMMENT', 21, '', 'NO', 'varchar',
80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1, NULL,
'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(51
2)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2, '', 'N
O', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_NAME', 3, '', 'NO'
, 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '',
'', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_SCHEMA', 4, '', 'NO', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_NAME', 5, '', 'NO', 'va
rchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', '
select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_TYPE', 6, '', 'NO'
, 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '',
'', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varcha
r', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES'
, 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '
', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'v
archar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',

'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'var
char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'PRIVILEGE_TYPE', 5, '', 'NO',
'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', ''
, 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'IS_GRANTABLE', 6, '', 'NO', 'v
archar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_CATALOG', 1, NULL, 'YES', 'var
char', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '',
'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_SCHEMA', 2, '', 'NO', 'varchar
', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_NAME', 3, '', 'NO', 'varchar',
64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select'
, ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_MANIPULATION', 4, '', 'NO', 'var
char', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_CATALOG', 5, NULL, 'YES',
'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_SCHEMA', 6, '', 'NO', 'va
rchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', '
select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_TABLE', 7, '', 'NO', 'var
char', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORDER', 8, '0', 'NO', 'bigint',
NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_CONDITION', 9, NULL, 'YES', 'lo
ngtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtex
t', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_STATEMENT', 10, NULL, 'NO', 'lo
ngtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtex
t', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORIENTATION', 11, '', 'NO', 'va
rchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_TIMING', 12, '', 'NO', 'varchar
', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select',
''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_TABLE', 13, NULL,
'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)'
, '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_TABLE', 14, NULL,
'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)'
, '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_ROW', 15, '', 'NO
', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '',
'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_ROW', 16, '', 'NO
', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '',
'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CREATED', 17, NULL, 'YES', 'datetime',
NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SQL_MODE', 18, NULL, 'NO', 'longtext',

4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '',


'', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'DEFINER', 19, NULL, 'NO', 'longtext',
4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '
', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CHARACTER_SET_CLIENT', 20, '', 'NO', '
varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '',
'select', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NA
ME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTE
R_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE
`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`,
`PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'information_schema', 'TRIGGERS', 'COLLATION_CONNECTION', 21, '', 'NO', '
varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '',
'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'DATABASE_COLLATION', 22, '', 'NO', 'va
rchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 's
elect', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar
', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'selec
t', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES',
'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', ''
, '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'PRIVILEGE_TYPE', 3, '', 'NO', '
varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '',
'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'IS_GRANTABLE', 4, '', 'NO', 'va
rchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'sele
ct', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar'
, 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64
, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '
'),
(NULL, 'information_schema', 'VIEWS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64,
192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', '')
,
(NULL, 'information_schema', 'VIEWS', 'VIEW_DEFINITION', 4, NULL, 'NO', 'longtex
t', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '
', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'CHECK_OPTION', 5, '', 'NO', 'varchar', 8,
24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'IS_UPDATABLE', 6, '', 'NO', 'varchar', 3,
9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'DEFINER', 7, '', 'NO', 'varchar', 77, 231
, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'SECURITY_TYPE', 8, '', 'NO', 'varchar', 7
, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', '')
,
(NULL, 'information_schema', 'VIEWS', 'CHARACTER_SET_CLIENT', 9, '', 'NO', 'varc
har', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'sel
ect', ''),
(NULL, 'information_schema', 'VIEWS', 'COLLATION_CONNECTION', 10, '', 'NO', 'var
char', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'se
lect', ''),
(NULL, 'alertsystem', 'pesan', 'idpesan', 1, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,referenc

es', ''),
(NULL, 'alertsystem', 'pesan', 'sender', 2, NULL, 'NO', 'varchar', 50, 50, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'alertsystem', 'pesan', 'role', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'pesan', 'head', 4, NULL, 'NO', 'varchar', 100, 100, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'alertsystem', 'pesan', 'body', 5, NULL, 'NO', 'longtext', 4294967295, 42
94967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select
,insert,update,references', ''),
(NULL, 'alertsystem', 'pesan', 'showtype', 6, NULL, 'NO', 'varchar', 50, 50, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'alertsystem', 'role', 'idrole', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,references
', ''),
(NULL, 'alertsystem', 'role', 'namarole', 2, NULL, 'NO', 'varchar', 50, 50, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'alertsystem', 'role', 'deskripsi', 3, NULL, 'NO', 'longtext', 4294967295
, 4294967295, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'se
lect,insert,update,references', ''),
(NULL, 'alertsystem', 'sender', 'idtipe', 1, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'sender', 'idrole', 2, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'sender', 'username', 3, NULL, 'NO', 'varchar', 50, 50, NU
LL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', 'PRI', '', 'select,inser
t,update,references', ''),
(NULL, 'alertsystem', 'sender', 'nama', 4, NULL, 'NO', 'varchar', 100, 100, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'alertsystem', 'sender', 'password', 5, NULL, 'NO', 'varchar', 100, 100,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,inser
t,update,references', ''),
(NULL, 'alertsystem', 'show_once', 'idpesan', 1, NULL, 'NO', 'int', NULL, NULL,
10, 0, NULL, NULL, 'int(5)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_once', 'tglA', 2, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_once', 'blnA', 3, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_once', 'thnA', 4, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_once', 'time', 5, NULL, 'NO', 'varchar', 20, 20, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'idpesan', 1, NULL, 'NO', 'int', NULL, NULL
, 10, 0, NULL, NULL, 'int(5)', 'PRI', '', 'select,insert,update,references', '')
,
(NULL, 'alertsystem', 'show_repeat', 'tglA', 2, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'blnA', 3, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'thnA', 4, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'tglB', 5, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'blnB', 6, NULL, 'NO', 'int', NULL, NULL, 1

0, 0, NULL, NULL, 'int(2)', '', '', 'select,insert,update,references', ''),


(NULL, 'alertsystem', 'show_repeat', 'thnB', 7, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'time', 8, NULL, 'NO', 'varchar', 20, 20, N
ULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,
update,references', ''),
(NULL, 'alertsystem', 'show_repeat', 'senin', 9, NULL, 'NO', 'tinyint', NULL, NU
LL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', '
'),
(NULL, 'alertsystem', 'show_repeat', 'selasa', 10, NULL, 'NO', 'tinyint', NULL,
NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references',
''),
(NULL, 'alertsystem', 'show_repeat', 'rabu', 11, NULL, 'NO', 'tinyint', NULL, NU
LL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', '
'),
(NULL, 'alertsystem', 'show_repeat', 'kamis', 12, NULL, 'NO', 'tinyint', NULL, N
ULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references',
''),
(NULL, 'alertsystem', 'show_repeat', 'jumat', 13, NULL, 'NO', 'tinyint', NULL, N
ULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references',
''),
(NULL, 'alertsystem', 'show_repeat', 'sabtu', 14, NULL, 'NO', 'tinyint', NULL, N
ULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references',
''),
(NULL, 'alertsystem', 'show_repeat', 'minggu', 15, NULL, 'NO', 'tinyint', NULL,
NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references',
''),
(NULL, 'alertsystem', 'showtype', 'idshowtype', 1, NULL, 'NO', 'int', NULL, NULL
, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,r
eferences', ''),
(NULL, 'alertsystem', 'showtype', 'table-data', 2, NULL, 'NO', 'varchar', 50, 50
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,inse
rt,update,references', ''),
(NULL, 'alertsystem', 'tipesender', 'idtipe', 1, NULL, 'NO', 'int', NULL, NULL,
10, 0, NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,refe
rences', ''),
(NULL, 'alertsystem', 'tipesender', 'tipe', 2, NULL, 'NO', 'varchar', 50, 50, NU
LL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'bikinpusing', 'image', 'imageid', 1, NULL, 'NO', 'bigint', NULL, NULL, 1
9, 0, NULL, NULL, 'bigint(15)', 'PRI', 'auto_increment', 'select,insert,update,r
eferences', ''),
(NULL, 'bikinpusing', 'image', 'username', 2, NULL, 'NO', 'varchar', 50, 50, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'bikinpusing', 'image', 'idkategori', 3, NULL, 'NO', 'varchar', 10, 10, N
ULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,
update,references', ''),
(NULL, 'bikinpusing', 'image', 'judul', 4, NULL, 'NO', 'varchar', 50, 50, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'bikinpusing', 'image', 'wktupload', 5, 'CURRENT_TIMESTAMP', 'NO', 'times
tamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'bikinpusing', 'image', 'keterangan', 6, NULL, 'YES', 'varchar', 150, 150
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(150)', '', '', 'select,ins
ert,update,references', ''),
(NULL, 'bikinpusing', 'image_url', 'imageid', 1, NULL, 'NO', 'bigint', NULL, NUL
L, 19, 0, NULL, NULL, 'bigint(15)', '', '', 'select,insert,update,references', '
'),

(NULL, 'bikinpusing', 'image_url', 'url', 2, NULL, 'NO', 'varchar', 50, 50, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'bikinpusing', 'kategori', 'idkategori', 1, NULL, 'NO', 'varchar', 10, 10
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', 'PRI', '', 'select,i
nsert,update,references', ''),
(NULL, 'bikinpusing', 'kategori', 'kategori', 2, NULL, 'NO', 'varchar', 30, 30,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(30)', '', '', 'select,insert
,update,references', ''),
(NULL, 'bikinpusing', 'lahir', 'username', 1, NULL, 'NO', 'varchar', 50, 50, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'bikinpusing', 'lahir', 'tanggal', 2, NULL, 'NO', 'varchar', 2, 2, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(2)', '', '', 'select,insert,update
,references', ''),
(NULL, 'bikinpusing', 'lahir', 'bulan', 3, NULL, 'NO', 'varchar', 15, 15, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(15)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'bikinpusing', 'lahir', 'tahun', 4, NULL, 'NO', 'varchar', 4, 4, NULL, NU
LL, 'latin1', 'latin1_swedish_ci', 'varchar(4)', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'bikinpusing', 'user', 'username', 1, NULL, 'NO', 'varchar', 50, 50, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', 'PRI', '', 'select,insert,
update,references', ''),
(NULL, 'bikinpusing', 'user', 'nama', 2, NULL, 'NO', 'varchar', 30, 30, NULL, NU
LL, 'latin1', 'latin1_swedish_ci', 'varchar(30)', '', '', 'select,insert,update,
references', ''),
(NULL, 'bikinpusing', 'user', 'password', 3, NULL, 'NO', 'varchar', 100, 100, NU
LL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,
update,references', ''),
(NULL, 'bikinpusing', 'user', 'email', 4, NULL, 'NO', 'varchar', 50, 50, NULL, N
ULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update
,references', ''),
(NULL, 'bikinpusing', 'user', 'alamat', 5, NULL, 'NO', 'varchar', 150, 150, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(150)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'bikinpusing', 'user', 'gender', 6, NULL, 'NO', 'varchar', 10, 10, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'bikinpusing', 'user', 'wannabe', 7, NULL, 'YES', 'varchar', 100, 100, NU
LL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,
update,references', ''),
(NULL, 'blackpacker', 'kabupaten', 'idkab', 1, NULL, 'NO', 'int', NULL, NULL, 10
, 0, NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,refere
nces', ''),
(NULL, 'blackpacker', 'kabupaten', 'idprov', 2, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'kabupaten', 'kabupaten', 3, NULL, 'NO', 'varchar', 50, 50
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,inse
rt,update,references', ''),
(NULL, 'blackpacker', 'kategori', 'idkategori', 1, NULL, 'NO', 'int', NULL, NULL
, 10, 0, NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,re
ferences', ''),
(NULL, 'blackpacker', 'kategori', 'kategori', 2, NULL, 'NO', 'varchar', 50, 50,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert
,update,references', ''),
(NULL, 'blackpacker', 'kategori', 'icon', 3, NULL, 'NO', 'varchar', 50, 50, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'blackpacker', 'kota', 'idkota', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0,

NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,references


', ''),
(NULL, 'blackpacker', 'kota', 'idprov', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'kota', 'kota', 3, NULL, 'NO', 'varchar', 50, 50, NULL, NU
LL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,
references', ''),
(NULL, 'blackpacker', 'place', 'idtempat', 1, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,referen
ces', ''),
(NULL, 'blackpacker', 'place', 'idprov', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0
, NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'place', 'idkota', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0
, NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'place', 'idkab', 4, NULL, 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'place', 'nama', 5, NULL, 'NO', 'varchar', 50, 50, NULL, N
ULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update
,references', ''),
(NULL, 'blackpacker', 'place', 'icon', 6, 'placeImages/default.png', 'NO', 'varc
har', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '
', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'place', 'alamat', 7, NULL, 'NO', 'varchar', 100, 100, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'blackpacker', 'place', 'idkategori', 8, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'blackpacker', 'place', 'latlng', 9, NULL, 'NO', 'varchar', 100, 100, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'blackpacker', 'place', 'alamatmaps', 10, NULL, 'NO', 'varchar', 100, 100
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,ins
ert,update,references', ''),
(NULL, 'blackpacker', 'provinsi', 'idprov', 1, NULL, 'NO', 'int', NULL, NULL, 10
, 0, NULL, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,refere
nces', ''),
(NULL, 'blackpacker', 'provinsi', 'prov', 2, NULL, 'NO', 'varchar', 50, 50, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'blog', 'post', 'userid', 1, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NUL
L, NULL, 'bigint(15)', '', '', 'select,insert,update,references', ''),
(NULL, 'blog', 'post', 'judul', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, 'l
atin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,refere
nces', ''),
(NULL, 'blog', 'post', 'post', 3, NULL, 'NO', 'longtext', 4294967295, 4294967295
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,
update,references', ''),
(NULL, 'blog', 'post', 'time', 4, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL,
NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'blog', 'user', 'userid', 1, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NUL
L, NULL, 'bigint(15)', 'PRI', 'auto_increment', 'select,insert,update,references
', ''),
(NULL, 'blog', 'user', 'nama', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, 'la
tin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'blog', 'user', 'gender', 3, NULL, 'NO', 'char', 10, 10, NULL, NULL, 'lat
in1', 'latin1_swedish_ci', 'char(10)', '', '', 'select,insert,update,references'
, ''),
(NULL, 'blog', 'user', 'lahir', 4, NULL, 'NO', 'char', 10, 10, NULL, NULL, 'lati

n1', 'latin1_swedish_ci', 'char(10)', '', '', 'select,insert,update,references',


''),
(NULL, 'blog', 'user', 'kota', 5, NULL, 'NO', 'char', 20, 20, NULL, NULL, 'latin
1', 'latin1_swedish_ci', 'char(20)', '', '', 'select,insert,update,references',
''),
(NULL, 'blog', 'user', 'email', 6, NULL, 'YES', 'varchar', 30, 30, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(30)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'blog', 'user', 'hobby', 7, NULL, 'YES', 'varchar', 20, 20, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'blog', 'user', 'password', 8, NULL, 'NO', 'varchar', 50, 50, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'bp', 'kota', 'idkota', 1, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, 'la
tin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,refe
rences', ''),
(NULL, 'bp', 'kota', 'idprov', 2, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, 'la
tin1', 'latin1_swedish_ci', 'varchar(30)', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'bp', 'kota', 'namakota', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL,
NULL, 'int(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'bp', 'prov', 'idprov', 1, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, 'la
tin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,refe
rences', ''),
(NULL, 'bp', 'prov', 'namaprov', 2, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(30)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'bp', 'tempat', 'idtempat', 1, NULL, 'NO', 'varchar', 30, 30, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,
references', ''),
(NULL, 'bp', 'tempat', 'idkota', 2, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(30)', 'UNI', '', 'select,insert,update,re
ferences', ''),
(NULL, 'bp', 'tempat', 'idprov', 3, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(30)', 'UNI', '', 'select,insert,update,re
ferences', ''),
(NULL, 'bp', 'tempat', 'namatmp', 4, NULL, 'NO', 'varchar', 150, 150, NULL, NULL
, 'latin1', 'latin1_swedish_ci', 'varchar(150)', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'bp', 'tempat', 'latitud', 5, NULL, 'YES', 'varchar', 20, 20, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'bp', 'tempat', 'longitud', 6, NULL, 'YES', 'varchar', 20, 20, NULL, NULL
, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'bp', 'tempat', 'alamat', 7, NULL, 'NO', 'varchar', 250, 250, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(250)', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'bp', 'tempat', 'deskripsi', 8, NULL, 'NO', 'varchar', 5000, 5000, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(5000)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'cdcol', 'cds', 'titel', 1, NULL, 'YES', 'varchar', 200, 200, NULL, NULL,
'latin1', 'latin1_general_ci', 'varchar(200)', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'cdcol', 'cds', 'interpret', 2, NULL, 'YES', 'varchar', 200, 200, NULL, N
ULL, 'latin1', 'latin1_general_ci', 'varchar(200)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'cdcol', 'cds', 'jahr', 3, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, N
ULL, 'int(11)', '', '', 'select,insert,update,references', ''),

(NULL, 'cdcol', 'cds', 'id', 4, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NULL, N
ULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,refer
ences', ''),
(NULL, 'db_apsi', 'mahasiswa', 'NIM', 1, NULL, 'NO', 'varchar', 9, 9, NULL, NULL
, 'latin1', 'latin1_swedish_ci', 'varchar(9)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'db_apsi', 'mahasiswa', 'Nama', 2, NULL, 'NO', 'varchar', 20, 20, NULL, N
ULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update
,references', ''),
(NULL, 'db_apsi', 'mahasiswa', 'ip', 3, NULL, 'NO', 'float', NULL, NULL, 12, NUL
L, NULL, NULL, 'float', '', '', 'select,insert,update,references', ''),
(NULL, 'db_apsi', 'pegawai', 'nip', 1, NULL, 'NO', 'varchar', 10, 10, NULL, NULL
, 'latin1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'db_apsi', 'pegawai', 'nama', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NUL
L, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'db_apsi', 'pegawai', 'gaji', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0, NU
LL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'kp', 'bpm', 'inc', 1, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NUL
L, 'bigint(15)', 'UNI', 'auto_increment', 'select,insert,update,references', '')
,
(NULL, 'kp', 'bpm', 'no', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, '
int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'kp', 'bpm', 'no_bpm', 3, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, 'lat
in1', 'latin1_swedish_ci', 'varchar(50)', 'PRI', '', 'select,insert,update,refer
ences', ''),
(NULL, 'kp', 'bpm', 'kode_proyek', 4, NULL, 'NO', 'varchar', 25, 25, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'kp', 'bpm', 'tgl', 5, NULL, 'NO', 'varchar', 25, 25, NULL, NULL, 'latin1
', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,references'
, ''),
(NULL, 'kp', 'bpm', 'thn', 6, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL,
'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'kp', 'bpmlist', 'no_bpm', 1, NULL, 'NO', 'varchar', 50, 50, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'kp', 'bpmlist', 'kode_produk', 2, NULL, 'NO', 'varchar', 25, 25, NULL, N
ULL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update
,references', ''),
(NULL, 'kp', 'bpmlist', 'jumlah', 3, NULL, 'NO', 'varchar', 25, 25, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'kp', 'bpmlist', 'unit', 4, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, 'l
atin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,refere
nces', ''),
(NULL, 'kp', 'iklan', 'idiklan', 1, NULL, 'NO', 'varchar', 1, 1, NULL, NULL, 'la
tin1', 'latin1_swedish_ci', 'varchar(1)', 'PRI', '', 'select,insert,update,refer
ences', ''),
(NULL, 'kp', 'iklan', 'iklan', 2, NULL, 'NO', 'text', 65535, 65535, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references'
, ''),
(NULL, 'kp', 'pesan', 'id_pesan', 1, NULL, 'NO', 'bigint', NULL, NULL, 19, 0, NU
LL, NULL, 'bigint(20)', 'PRI', 'auto_increment', 'select,insert,update,reference
s', ''),
(NULL, 'kp', 'pesan', 'subjek', 2, NULL, 'NO', 'varchar', 100, 100, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'kp', 'pesan', 'isi', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'l

atin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references',


''),
(NULL, 'kp', 'pesan', 'tgl', 4, NULL, 'NO', 'varchar', 10, 10, NULL, NULL, 'lati
n1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,update,reference
s', ''),
(NULL, 'kp', 'pesan', 'pengirim', 5, NULL, 'NO', 'varchar', 25, 25, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'kp', 'pesan', 'to', 6, NULL, 'NO', 'varchar', 25, 25, NULL, NULL, 'latin
1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,references
', ''),
(NULL, 'kp', 'pesan', 'jam', 7, NULL, 'NO', 'varchar', 25, 25, NULL, NULL, 'lati
n1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,reference
s', ''),
(NULL, 'kp', 'pesan', 'status', 8, NULL, 'NO', 'varchar', 6, 6, NULL, NULL, 'lat
in1', 'latin1_swedish_ci', 'varchar(6)', '', '', 'select,insert,update,reference
s', ''),
(NULL, 'kp', 'pesan', 'from_bag', 9, NULL, 'NO', 'varchar', 25, 25, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'kp', 'produk', 'kode_produk', 1, NULL, 'NO', 'varchar', 25, 25, NULL, NU
LL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', 'PRI', '', 'select,insert,upda
te,references', ''),
(NULL, 'kp', 'produk', 'nama_produk', 2, NULL, 'NO', 'varchar', 100, 100, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'kp', 'produk-proyek', 'kode_proyek', 1, NULL, 'NO', 'varchar', 25, 25, N
ULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,
update,references', ''),
(NULL, 'kp', 'produk-proyek', 'kode_produk', 2, NULL, 'NO', 'varchar', 25, 25, N
ULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,
update,references', ''),
(NULL, 'kp', 'produk-proyek', 'jumlah', 3, NULL, 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'kp', 'produk-proyek', 'id_satuan', 4, NULL, 'NO', 'varchar', 5, 5, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(5)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'kp', 'produk-proyek', 'status', 5, 'baru', 'NO', 'varchar', 10, 10, NULL
, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'kp', 'proyek', 'kode_proyek', 1, NULL, 'NO', 'varchar', 25, 25, NULL, NU
LL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', 'PRI', '', 'select,insert,upda
te,references', ''),
(NULL, 'kp', 'proyek', 'nama_proyek', 2, NULL, 'NO', 'varchar', 100, 100, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'kp', 'proyek', 'no_transfer', 3, NULL, 'NO', 'varchar', 100, 100, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'kp', 'satuan', 'id_satuan', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NUL
L, NULL, 'int(5)', 'PRI', 'auto_increment', 'select,insert,update,references', '
'),
(NULL, 'kp', 'satuan', 'satuan', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'kp', 'typeuser', 'id_type', 1, NULL, 'NO', 'varchar', 25, 25, NULL, NULL
, 'latin1', 'latin1_swedish_ci', 'varchar(25)', 'PRI', '', 'select,insert,update
,references', ''),
(NULL, 'kp', 'typeuser', 'namatype', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NUL
L, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,r

eferences', ''),
(NULL, 'kp', 'user', 'username', 1, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(50)', 'PRI', '', 'select,insert,update,re
ferences', ''),
(NULL, 'kp', 'user', 'password', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'kp', 'user', 'type_user', 3, NULL, 'NO', 'varchar', 25, 25, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'columns_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL
, 'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'columns_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL,
'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''
),
(NULL, 'mysql', 'columns_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL,
'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '
'),
(NULL, 'mysql', 'columns_priv', 'Table_name', 4, '', 'NO', 'char', 64, 192, NULL
, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,referen
ces', ''),
(NULL, 'mysql', 'columns_priv', 'Column_name', 5, '', 'NO', 'char', 64, 192, NUL
L, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,refere
nces', ''),
(NULL, 'mysql', 'columns_priv', 'Timestamp', 6, 'CURRENT_TIMESTAMP', 'NO', 'time
stamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_
TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'columns_priv', 'Column_priv', 7, '', 'NO', 'set', 31, 93, NULL,
NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''Refere
nces'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8',
'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8', 'u
tf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', '
utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'db', 'Select_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Insert_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Update_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Delete_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Create_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Drop_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'utf8
', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'mysql', 'db', 'Grant_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'References_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL
, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,

references', ''),
(NULL, 'mysql', 'db', 'Index_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Alter_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Create_tmp_table_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL
, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'mysql', 'db', 'Lock_tables_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update
,references', ''),
(NULL, 'mysql', 'db', 'Create_view_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update
,references', ''),
(NULL, 'mysql', 'db', 'Show_view_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'db', 'Create_routine_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL,
NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'mysql', 'db', 'Alter_routine_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'db', 'Execute_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'db', 'Event_priv', 21, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'db', 'Trigger_priv', 22, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'event', 'db', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8',
'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'name', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8
', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'event', 'body', 3, NULL, 'NO', 'longblob', 4294967295, 42949672
95, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references
', ''),
(NULL, 'mysql', 'event', 'definer', 4, '', 'NO', 'char', 77, 231, NULL, NULL, 'u
tf8', 'utf8_bin', 'char(77)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'execute_at', 5, NULL, 'YES', 'datetime', NULL, NULL, N
ULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''
),
(NULL, 'mysql', 'event', 'interval_value', 6, NULL, 'YES', 'int', NULL, NULL, 10
, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'interval_field', 7, NULL, 'YES', 'enum', 18, 54, NULL,
NULL, 'utf8', 'utf8_general_ci', 'enum(''YEAR'',''QUARTER'',''MONTH'',''DAY'','
'HOUR'',''MINUTE'',''WEEK'',''SECOND'',''MICROSECOND'',''YEAR_MONTH'',''DAY_HOUR
'',''DAY_MINUTE'',''DAY_SECOND'',''HOUR_MINUTE'',''HOUR_SECOND'',''MINUTE_SECOND
'',''DAY_MICROSECOND'',''HOUR_MICROSECOND'',''MINUTE_MICROSECOND'',''SECOND_MICR
OSECOND'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'created', 8, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', N
ULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP
', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'modified', 9, '0000-00-00 00:00:00', 'NO', 'timestamp'
, NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update

,references', ''),
(NULL, 'mysql', 'event', 'last_executed', 10, NULL, 'YES', 'datetime', NULL, NUL
L, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references'
, ''),
(NULL, 'mysql', 'event', 'starts', 11, NULL, 'YES', 'datetime', NULL, NULL, NULL
, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'ends', 12, NULL, 'YES', 'datetime', NULL, NULL, NULL,
NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'status', 13, 'ENABLED', 'NO', 'enum', 18, 54, NULL, NU
LL, 'utf8', 'utf8_general_ci', 'enum(''ENABLED'',''DISABLED'',''SLAVESIDE_DISABL
ED'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'on_completion', 14, 'DROP', 'NO', 'enum', 8, 24, NULL,
NULL, 'utf8', 'utf8_general_ci', 'enum(''DROP'',''PRESERVE'')', '', '', 'select
,insert,update,references', ''),
(NULL, 'mysql', 'event', 'sql_mode', 15, '', 'NO', 'set', 478, 1434, NULL, NULL,
'utf8', 'utf8_general_ci', 'set(''REAL_AS_FLOAT'',''PIPES_AS_CONCAT'',''ANSI_QU
OTES'',''IGNORE_SPACE'',''NOT_USED'',''ONLY_FULL_GROUP_BY'',''NO_UNSIGNED_SUBTRA
CTION'',''NO_DIR_IN_CREATE'',''POSTGRESQL'',''ORACLE'',''MSSQL'',''DB2'',''MAXDB
'',''NO_KEY_OPTIONS'',''NO_TABLE_OPTIONS'',''NO_FIELD_OPTIONS'',''MYSQL323'',''M
YSQL40'',''ANSI'',''NO_AUTO_VALUE_ON_ZERO'',''NO_BACKSLASH_ESCAPES'',''STRICT_TR
ANS_TABLES'',''STRICT_ALL_TABLES'',''NO_ZERO_IN_DATE'',''NO_ZERO_DATE'',''INVALI
D_DATES'',''ERROR_FOR_DIVISION_BY_ZERO'',''TRADITIONAL'',''NO_AUTO_CREATE_USER''
,''HIGH_NOT_PRECEDENCE'',''NO_ENGINE_SUBSTITUTION'',''PAD_CHAR_TO_FULL_LENGTH'')
', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'comment', 16, '', 'NO', 'char', 64, 192, NULL, NULL, '
utf8', 'utf8_bin', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'originator', 17, NULL, 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'event', 'time_zone', 18, 'SYSTEM', 'NO', 'char', 64, 64, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'char(64)', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'event', 'character_set_client', 19, NULL, 'YES', 'char', 32, 96
, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'event', 'collation_connection', 20, NULL, 'YES', 'char', 32, 96
, NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'event', 'db_collation', 21, NULL, 'YES', 'char', 32, 96, NULL,
NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'event', 'body_utf8', 22, NULL, 'YES', 'longblob', 4294967295, 4
294967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'func', 'name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8'
, 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'ret', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL,
NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'dl', 3, '', 'NO', 'char', 128, 384, NULL, NULL, 'utf8',
'utf8_bin', 'char(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'func', 'type', 4, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8'
, 'utf8_general_ci', 'enum(''function'',''aggregate'')', '', '', 'select,insert,
update,references', ''),
(NULL, 'mysql', 'general_log', 'event_time', 1, 'CURRENT_TIMESTAMP', 'NO', 'time
stamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_
TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'user_host', 2, NULL, 'NO', 'mediumtext', 1677721
5, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'selec
t,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'thread_id', 3, NULL, 'NO', 'int', NULL, NULL, 10
, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),

(NULL, 'mysql', 'general_log', 'server_id', 4, NULL, 'NO', 'int', NULL, NULL, 10


, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'general_log', 'command_type', 5, NULL, 'NO', 'varchar', 64, 192
, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'mysql', 'general_log', 'argument', 6, NULL, 'NO', 'mediumtext', 16777215
, 16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select
,insert,update,references', ''),
(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', ''),
(NULL, 'mysql', 'help_category', 'name', 2, NULL, 'NO', 'char', 64, 192, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'char(64)', 'UNI', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'help_category', 'parent_category_id', 3, NULL, 'YES', 'smallint
', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,
update,references', ''),
(NULL, 'mysql', 'help_category', 'url', 4, NULL, 'NO', 'char', 128, 384, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'char(128)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'help_keyword', 'help_keyword_id', 1, NULL, 'NO', 'int', NULL, N
ULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'help_keyword', 'name', 2, NULL, 'NO', 'char', 64, 192, NULL, NU
LL, 'utf8', 'utf8_general_ci', 'char(64)', 'UNI', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'help_relation', 'help_topic_id', 1, NULL, 'NO', 'int', NULL, NU
LL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'help_relation', 'help_keyword_id', 2, NULL, 'NO', 'int', NULL,
NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,re
ferences', ''),
(NULL, 'mysql', 'help_topic', 'help_topic_id', 1, NULL, 'NO', 'int', NULL, NULL,
10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,referen
ces', ''),
(NULL, 'mysql', 'help_topic', 'name', 2, NULL, 'NO', 'char', 64, 192, NULL, NULL
, 'utf8', 'utf8_general_ci', 'char(64)', 'UNI', '', 'select,insert,update,refere
nces', ''),
(NULL, 'mysql', 'help_topic', 'help_category_id', 3, NULL, 'NO', 'smallint', NUL
L, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update
,references', ''),
(NULL, 'mysql', 'help_topic', 'description', 4, NULL, 'NO', 'text', 65535, 65535
, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'help_topic', 'example', 5, NULL, 'NO', 'text', 65535, 65535, NU
LL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'help_topic', 'url', 6, NULL, 'NO', 'char', 128, 384, NULL, NULL
, 'utf8', 'utf8_general_ci', 'char(128)', '', '', 'select,insert,update,referenc
es', ''),
(NULL, 'mysql', 'host', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8'
, 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8',
'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'host', 'Select_priv', 3, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'host', 'Insert_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),

(NULL, 'mysql', 'host', 'Update_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'host', 'Delete_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'host', 'Create_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'host', 'Drop_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'host', 'Grant_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'u
tf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'host', 'References_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NU
LL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'mysql', 'host', 'Index_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'host', 'Alter_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'host', 'Create_tmp_table_priv', 13, 'N', 'NO', 'enum', 1, 3, NU
LL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert
,update,references', ''),
(NULL, 'mysql', 'host', 'Lock_tables_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'host', 'Create_view_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'host', 'Show_view_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update
,references', ''),
(NULL, 'mysql', 'host', 'Create_routine_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL
, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'mysql', 'host', 'Alter_routine_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL,
NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,up
date,references', ''),
(NULL, 'mysql', 'host', 'Execute_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'host', 'Trigger_priv', 20, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'Position', 1, NULL, 'NO', 'bigint', NULL, N
ULL, 19, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'File', 2, NULL, 'NO', 'varchar', 255, 255,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,inser
t,update,references', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'epoch', 3, NULL, 'NO', 'bigint', NULL, NULL
, 19, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'inserts', 4, NULL, 'NO', 'bigint', NULL, NU
LL, 19, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,refe
rences', ''),

(NULL, 'mysql', 'ndb_binlog_index', 'updates', 5, NULL, 'NO', 'bigint', NULL, NU


LL, 19, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'deletes', 6, NULL, 'NO', 'bigint', NULL, NU
LL, 19, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'ndb_binlog_index', 'schemaops', 7, NULL, 'NO', 'bigint', NULL,
NULL, 19, 0, NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'mysql', 'plugin', 'name', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf
8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'plugin', 'dl', 2, '', 'NO', 'char', 128, 384, NULL, NULL, 'utf8
', 'utf8_bin', 'char(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'db', 1, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8',
'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'name', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8'
, 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,references', '
'),
(NULL, 'mysql', 'proc', 'type', 3, NULL, 'NO', 'enum', 9, 27, NULL, NULL, 'utf8'
, 'utf8_general_ci', 'enum(''FUNCTION'',''PROCEDURE'')', 'PRI', '', 'select,inse
rt,update,references', ''),
(NULL, 'mysql', 'proc', 'specific_name', 4, '', 'NO', 'char', 64, 192, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,referenc
es', ''),
(NULL, 'mysql', 'proc', 'language', 5, 'SQL', 'NO', 'enum', 3, 9, NULL, NULL, 'u
tf8', 'utf8_general_ci', 'enum(''SQL'')', '', '', 'select,insert,update,referenc
es', ''),
(NULL, 'mysql', 'proc', 'sql_data_access', 6, 'CONTAINS_SQL', 'NO', 'enum', 17,
51, NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(''CONTAINS_SQL'',''NO_SQL'',''R
EADS_SQL_DATA'',''MODIFIES_SQL_DATA'')', '', '', 'select,insert,update,reference
s', ''),
(NULL, 'mysql', 'proc', 'is_deterministic', 7, 'NO', 'NO', 'enum', 3, 9, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''YES'',''NO'')', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'mysql', 'proc', 'security_type', 8, 'DEFINER', 'NO', 'enum', 7, 21, NULL
, NULL, 'utf8', 'utf8_general_ci', 'enum(''INVOKER'',''DEFINER'')', '', '', 'sel
ect,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'param_list', 9, NULL, 'NO', 'blob', 65535, 65535, NULL,
NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'returns', 10, NULL, 'NO', 'longblob', 4294967295, 42949
67295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'mysql', 'proc', 'body', 11, NULL, 'NO', 'longblob', 4294967295, 42949672
95, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,references
', ''),
(NULL, 'mysql', 'proc', 'definer', 12, '', 'NO', 'char', 77, 231, NULL, NULL, 'u
tf8', 'utf8_bin', 'char(77)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NA
ME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTE
R_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE
`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`,
`PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'mysql', 'proc', 'created', 13, 'CURRENT_TIMESTAMP', 'NO', 'timestamp', N
ULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIMESTAMP
', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'modified', 14, '0000-00-00 00:00:00', 'NO', 'timestamp'
, NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update
,references', ''),
(NULL, 'mysql', 'proc', 'sql_mode', 15, '', 'NO', 'set', 478, 1434, NULL, NULL,
'utf8', 'utf8_general_ci', 'set(''REAL_AS_FLOAT'',''PIPES_AS_CONCAT'',''ANSI_QUO

TES'',''IGNORE_SPACE'',''NOT_USED'',''ONLY_FULL_GROUP_BY'',''NO_UNSIGNED_SUBTRAC
TION'',''NO_DIR_IN_CREATE'',''POSTGRESQL'',''ORACLE'',''MSSQL'',''DB2'',''MAXDB'
',''NO_KEY_OPTIONS'',''NO_TABLE_OPTIONS'',''NO_FIELD_OPTIONS'',''MYSQL323'',''MY
SQL40'',''ANSI'',''NO_AUTO_VALUE_ON_ZERO'',''NO_BACKSLASH_ESCAPES'',''STRICT_TRA
NS_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'',''NO_ENGINE_SUBSTITUTION'',''PAD_CHAR_TO_FULL_LENGTH'')'
, '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'comment', 16, '', 'NO', 'char', 64, 192, NULL, NULL, 'u
tf8', 'utf8_bin', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'proc', 'character_set_client', 17, NULL, 'YES', 'char', 32, 96,
NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'proc', 'collation_connection', 18, NULL, 'YES', 'char', 32, 96,
NULL, NULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'proc', 'db_collation', 19, NULL, 'YES', 'char', 32, 96, NULL, N
ULL, 'utf8', 'utf8_bin', 'char(32)', '', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'proc', 'body_utf8', 20, NULL, 'YES', 'longblob', 4294967295, 42
94967295, NULL, NULL, NULL, NULL, 'longblob', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'procs_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL,
'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''
),
(NULL, 'mysql', 'procs_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'u
tf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL, '
utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', '')
,
(NULL, 'mysql', 'procs_priv', 'Routine_name', 4, '', 'NO', 'char', 64, 192, NULL
, NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,referen
ces', ''),
(NULL, 'mysql', 'procs_priv', 'Routine_type', 5, NULL, 'NO', 'enum', 9, 27, NULL
, NULL, 'utf8', 'utf8_bin', 'enum(''FUNCTION'',''PROCEDURE'')', 'PRI', '', 'sele
ct,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Grantor', 6, '', 'NO', 'char', 77, 231, NULL, NUL
L, 'utf8', 'utf8_bin', 'char(77)', 'MUL', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'procs_priv', 'Proc_priv', 7, '', 'NO', 'set', 27, 81, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'set(''Execute'',''Alter Routine'',''Grant'')', ''
, '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'procs_priv', 'Timestamp', 8, 'CURRENT_TIMESTAMP', 'NO', 'timest
amp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TI
MESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Server_name', 1, '', 'NO', 'char', 64, 192, NULL, NU
LL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'servers', 'Host', 2, '', 'NO', 'char', 64, 192, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', '
'),
(NULL, 'mysql', 'servers', 'Db', 3, '', 'NO', 'char', 64, 192, NULL, NULL, 'utf8
', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', '')
,
(NULL, 'mysql', 'servers', 'Username', 4, '', 'NO', 'char', 64, 192, NULL, NULL,
'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references
', ''),
(NULL, 'mysql', 'servers', 'Password', 5, '', 'NO', 'char', 64, 192, NULL, NULL,
'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references
', ''),

(NULL, 'mysql', 'servers', 'Port', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL,
NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'servers', 'Socket', 7, '', 'NO', 'char', 64, 192, NULL, NULL, '
utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'servers', 'Wrapper', 8, '', 'NO', 'char', 64, 192, NULL, NULL,
'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references'
, ''),
(NULL, 'mysql', 'servers', 'Owner', 9, '', 'NO', 'char', 64, 192, NULL, NULL, 'u
tf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'slow_log', 'start_time', 1, 'CURRENT_TIMESTAMP', 'NO', 'timesta
mp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_TIM
ESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'user_host', 2, NULL, 'NO', 'mediumtext', 16777215,
16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,i
nsert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'query_time', 3, NULL, 'NO', 'time', NULL, NULL, NUL
L, NULL, NULL, NULL, 'time', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'lock_time', 4, NULL, 'NO', 'time', NULL, NULL, NULL
, NULL, NULL, NULL, 'time', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'rows_sent', 5, NULL, 'NO', 'int', NULL, NULL, 10, 0
, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'rows_examined', 6, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'db', 7, NULL, 'NO', 'varchar', 512, 1536, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'slow_log', 'last_insert_id', 8, NULL, 'NO', 'int', NULL, NULL,
10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'insert_id', 9, NULL, 'NO', 'int', NULL, NULL, 10, 0
, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'server_id', 10, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'slow_log', 'sql_text', 11, NULL, 'NO', 'mediumtext', 16777215,
16777215, NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,i
nsert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL,
'utf8', 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', '
'),
(NULL, 'mysql', 'tables_priv', 'Db', 2, '', 'NO', 'char', 64, 192, NULL, NULL, '
utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,references', '')
,
(NULL, 'mysql', 'tables_priv', 'User', 3, '', 'NO', 'char', 16, 48, NULL, NULL,
'utf8', 'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''
),
(NULL, 'mysql', 'tables_priv', 'Table_name', 4, '', 'NO', 'char', 64, 192, NULL,
NULL, 'utf8', 'utf8_bin', 'char(64)', 'PRI', '', 'select,insert,update,referenc
es', ''),
(NULL, 'mysql', 'tables_priv', 'Grantor', 5, '', 'NO', 'char', 77, 231, NULL, NU
LL, 'utf8', 'utf8_bin', 'char(77)', 'MUL', '', 'select,insert,update,references'
, ''),
(NULL, 'mysql', 'tables_priv', 'Timestamp', 6, 'CURRENT_TIMESTAMP', 'NO', 'times
tamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURRENT_T
IMESTAMP', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Table_priv', 7, '', 'NO', 'set', 98, 294, NULL,
NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''Delete'
',''Create'',''Drop'',''Grant'',''References'',''Index'',''Alter'',''Create View
'',''Show view'',''Trigger'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'tables_priv', 'Column_priv', 8, '', 'NO', 'set', 31, 93, NULL,

NULL, 'utf8', 'utf8_general_ci', 'set(''Select'',''Insert'',''Update'',''Referen


ces'')', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'time_zone', 'Time_zone_id', 1, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,up
date,references', ''),
(NULL, 'mysql', 'time_zone', 'Use_leap_seconds', 2, 'N', 'NO', 'enum', 1, 3, NUL
L, NULL, 'utf8', 'utf8_general_ci', 'enum(''Y'',''N'')', '', '', 'select,insert,
update,references', ''),
(NULL, 'mysql', 'time_zone_leap_second', 'Transition_time', 1, NULL, 'NO', 'bigi
nt', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'PRI', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'time_zone_leap_second', 'Correction', 2, NULL, 'NO', 'int', NUL
L, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references'
, ''),
(NULL, 'mysql', 'time_zone_name', 'Name', 1, NULL, 'NO', 'char', 64, 192, NULL,
NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'PRI', '', 'select,insert,update,re
ferences', ''),
(NULL, 'mysql', 'time_zone_name', 'Time_zone_id', 2, NULL, 'NO', 'int', NULL, NU
LL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'mysql', 'time_zone_transition', 'Time_zone_id', 1, NULL, 'NO', 'int', NU
LL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,updat
e,references', ''),
(NULL, 'mysql', 'time_zone_transition', 'Transition_time', 2, NULL, 'NO', 'bigin
t', NULL, NULL, 19, 0, NULL, NULL, 'bigint(20)', 'PRI', '', 'select,insert,updat
e,references', ''),
(NULL, 'mysql', 'time_zone_transition', 'Transition_type_id', 3, NULL, 'NO', 'in
t', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,up
date,references', ''),
(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', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Transition_type_id', 2, NULL, 'NO'
, 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,i
nsert,update,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Offset', 3, '0', 'NO', 'int', NULL
, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references',
''),
(NULL, 'mysql', 'time_zone_transition_type', 'Is_DST', 4, '0', 'NO', 'tinyint',
NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'time_zone_transition_type', 'Abbreviation', 5, '', 'NO', 'char'
, 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(8)', '', '', 'select,inser
t,update,references', ''),
(NULL, 'mysql', 'user', 'Host', 1, '', 'NO', 'char', 60, 180, NULL, NULL, 'utf8'
, 'utf8_bin', 'char(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'User', 2, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8',
'utf8_bin', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Password', 3, '', 'NO', 'char', 41, 41, NULL, NULL, 'la
tin1', 'latin1_bin', 'char(41)', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'Select_priv', 4, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Insert_priv', 5, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Update_priv', 6, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Delete_priv', 7, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '

utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref


erences', ''),
(NULL, 'mysql', 'user', 'Create_priv', 8, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Drop_priv', 9, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'mysql', 'user', 'Reload_priv', 10, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'mysql', 'user', 'Shutdown_priv', 11, 'N', 'NO', 'enum', 1, 3, NULL, NULL
, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,
references', ''),
(NULL, 'mysql', 'user', 'Process_priv', 12, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'user', 'File_priv', 13, 'N', 'NO', 'enum', 1, 3, NULL, NULL, 'u
tf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'mysql', 'user', 'Grant_priv', 14, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'References_priv', 15, 'N', 'NO', 'enum', 1, 3, NULL, NU
LL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'mysql', 'user', 'Index_priv', 16, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Alter_priv', 17, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Show_db_priv', 18, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'user', 'Super_priv', 19, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Create_tmp_table_priv', 20, 'N', 'NO', 'enum', 1, 3, NU
LL, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert
,update,references', ''),
(NULL, 'mysql', 'user', 'Lock_tables_priv', 21, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'user', 'Execute_priv', 22, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'user', 'Repl_slave_priv', 23, 'N', 'NO', 'enum', 1, 3, NULL, NU
LL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'mysql', 'user', 'Repl_client_priv', 24, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'user', 'Create_view_priv', 25, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'user', 'Show_view_priv', 26, 'N', 'NO', 'enum', 1, 3, NULL, NUL
L, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update
,references', ''),
(NULL, 'mysql', 'user', 'Create_routine_priv', 27, 'N', 'NO', 'enum', 1, 3, NULL

, NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,u


pdate,references', ''),
(NULL, 'mysql', 'user', 'Alter_routine_priv', 28, 'N', 'NO', 'enum', 1, 3, NULL,
NULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,up
date,references', ''),
(NULL, 'mysql', 'user', 'Create_user_priv', 29, 'N', 'NO', 'enum', 1, 3, NULL, N
ULL, 'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,upda
te,references', ''),
(NULL, 'mysql', 'user', 'Event_priv', 30, 'N', 'NO', 'enum', 1, 3, NULL, NULL, '
utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'mysql', 'user', 'Trigger_priv', 31, 'N', 'NO', 'enum', 1, 3, NULL, NULL,
'utf8', 'utf8_general_ci', 'enum(''N'',''Y'')', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'mysql', 'user', 'ssl_type', 32, '', 'NO', 'enum', 9, 27, NULL, NULL, 'ut
f8', 'utf8_general_ci', 'enum('''',''ANY'',''X509'',''SPECIFIED'')', '', '', 'se
lect,insert,update,references', ''),
(NULL, 'mysql', 'user', 'ssl_cipher', 33, NULL, 'NO', 'blob', 65535, 65535, NULL
, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'x509_issuer', 34, NULL, 'NO', 'blob', 65535, 65535, NUL
L, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'x509_subject', 35, NULL, 'NO', 'blob', 65535, 65535, NU
LL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'max_questions', 36, '0', 'NO', 'int', NULL, NULL, 10, 0
, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '')
,
(NULL, 'mysql', 'user', 'max_updates', 37, '0', 'NO', 'int', NULL, NULL, 10, 0,
NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'mysql', 'user', 'max_connections', 38, '0', 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '
'),
(NULL, 'mysql', 'user', 'max_user_connections', 39, '0', 'NO', 'int', NULL, NULL
, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,reference
s', ''),
(NULL, 'pa', 'alur_pa', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NUL
L, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'pa', 'alur_pa', 'no', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NUL
L, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'pa', 'alur_pa', 'alur', 3, NULL, 'NO', 'varchar', 300, 300, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(300)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'pa', 'alur_pa', 'keterangan', 4, NULL, 'NO', 'text', 65535, 65535, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'pa', 'alur_pa', 'berkas', 5, NULL, 'NO', 'varchar', 200, 200, NULL, NULL
, 'latin1', 'latin1_swedish_ci', 'varchar(200)', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'pa', 'alur_pa', 'waktu', 6, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,refer
ences', ''),
(NULL, 'pa', 'dosen', 'kode', 1, NULL, 'NO', 'varchar', 15, 15, NULL, NULL, 'lat
in1', 'latin1_swedish_ci', 'varchar(15)', 'PRI', '', 'select,insert,update,refer
ences', ''),
(NULL, 'pa', 'dosen', 'koordinator', 2, 'no', 'NO', 'char', 20, 20, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'char(20)', '', '', 'select,insert,update,referen
ces', ''),
(NULL, 'pa', 'proyek', 'kode', 1, NULL, 'NO', 'char', 20, 20, NULL, NULL, 'latin
1', 'latin1_swedish_ci', 'char(20)', 'PRI', '', 'select,insert,update,references
', ''),
(NULL, 'pa', 'proyek', 'nama', 2, NULL, 'NO', 'varchar', 50, 50, NULL, NULL, 'la

tin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,referen


ces', ''),
(NULL, 'pa', 'user', 'key', 1, NULL, 'NO', 'varchar', 15, 15, NULL, NULL, 'latin
1', 'latin1_swedish_ci', 'varchar(15)', 'PRI', '', 'select,insert,update,referen
ces', ''),
(NULL, 'pa', 'user', 'password', 2, NULL, 'NO', 'varchar', 100, 100, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,re
ferences', ''),
(NULL, 'pa', 'user', 'posisi', 3, NULL, 'NO', 'char', 10, 10, NULL, NULL, 'latin
1', 'latin1_swedish_ci', 'char(10)', '', '', 'select,insert,update,references',
''),
(NULL, 'pa', 'user', 'nama', 4, NULL, 'NO', 'varchar', 100, 100, NULL, NULL, 'la
tin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,refere
nces', ''),
(NULL, 'pacc', 'mahasiswa', 'nim', 1, NULL, 'NO', 'varchar', 25, 25, NULL, NULL,
'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,ref
erences', ''),
(NULL, 'pacc', 'mahasiswa', 'nama', 2, NULL, 'NO', 'varchar', 150, 150, NULL, NU
LL, 'latin1', 'latin1_swedish_ci', 'varchar(150)', '', '', 'select,insert,update
,references', ''),
(NULL, 'pacc', 'mahasiswa', 'email', 3, NULL, 'NO', 'varchar', 100, 100, NULL, N
ULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'pacc', 'prov', 'prov', 1, NULL, 'NO', 'varchar', 150, 150, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(150)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'pacc', 'prov', 'kota', 2, NULL, 'NO', 'varchar', 150, 150, NULL, NULL, '
latin1', 'latin1_swedish_ci', 'varchar(150)', '', '', 'select,insert,update,refe
rences', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10,
0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,refere
nces', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 'dbase', 2, '', 'NO', 'varchar', 255, 255,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,inser
t,update,references', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 'user', 3, '', 'NO', 'varchar', 255, 255, N
ULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert
,update,references', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 'label', 4, '', 'NO', 'varchar', 255, 255,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,inser
t,update,references', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 'query', 5, NULL, 'NO', 'text', 65535, 6553
5, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,upd
ate,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'id', 1, NULL, 'NO', 'int', NULL, NULL,
10, 0, NULL, NULL, 'int(5) unsigned', 'PRI', 'auto_increment', 'select,insert,up
date,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'db_name', 2, '', 'NO', 'varchar', 64, 6
4, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'MUL', '', 'select,
insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'table_name', 3, '', 'NO', 'varchar', 64
, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,
insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'column_name', 4, '', 'NO', 'varchar', 6
4, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select
,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'comment', 5, '', 'NO', 'varchar', 255,
255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,
insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'mimetype', 6, '', 'NO', 'varchar', 255,

255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select


,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'transformation', 7, '', 'NO', 'varchar'
, 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', '
select,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 'transformation_options', 8, '', 'NO', '
varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '
', '', 'select,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_designer_coords', 'db_name', 1, '', 'NO', 'varchar', 6
4, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'sel
ect,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_designer_coords', 'table_name', 2, '', 'NO', 'varchar'
, 64, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', '
select,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_designer_coords', 'x', 3, NULL, 'YES', 'int', NULL, NU
LL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '')
,
(NULL, 'phpmyadmin', 'pma_designer_coords', 'y', 4, NULL, 'YES', 'int', NULL, NU
LL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', '')
,
(NULL, 'phpmyadmin', 'pma_designer_coords', 'v', 5, NULL, 'YES', 'tinyint', NULL
, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references
', ''),
(NULL, 'phpmyadmin', 'pma_designer_coords', 'h', 6, NULL, 'YES', 'tinyint', NULL
, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references
', ''),
(NULL, 'phpmyadmin', 'pma_history', 'id', 1, NULL, 'NO', 'bigint', NULL, NULL, 1
9, 0, NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert
,update,references', ''),
(NULL, 'phpmyadmin', 'pma_history', 'username', 2, '', 'NO', 'varchar', 64, 64,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'MUL', '', 'select,ins
ert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_history', 'db', 3, '', 'NO', 'varchar', 64, 64, NULL,
NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,insert,updat
e,references', ''),
(NULL, 'phpmyadmin', 'pma_history', 'table', 4, '', 'NO', 'varchar', 64, 64, NUL
L, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,insert,up
date,references', ''),
(NULL, 'phpmyadmin', 'pma_history', 'timevalue', 5, 'CURRENT_TIMESTAMP', 'NO', '
timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', 'on update CURR
ENT_TIMESTAMP', 'select,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_history', 'sqlquery', 6, NULL, 'NO', 'text', 65535, 65
535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,u
pdate,references', ''),
(NULL, 'phpmyadmin', 'pma_pdf_pages', 'db_name', 1, '', 'NO', 'varchar', 64, 64,
NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'MUL', '', 'select,in
sert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_pdf_pages', 'page_nr', 2, NULL, 'NO', 'int', NULL, NUL
L, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,inser
t,update,references', ''),
(NULL, 'phpmyadmin', 'pma_pdf_pages', 'page_descr', 3, '', 'NO', 'varchar', 50,
50, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,in
sert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_relation', 'master_db', 1, '', 'NO', 'varchar', 64, 64
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'select,i
nsert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_relation', 'master_table', 2, '', 'NO', 'varchar', 64,
64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'selec
t,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_relation', 'master_field', 3, '', 'NO', 'varchar', 64,

64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'selec


t,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_relation', 'foreign_db', 4, '', 'NO', 'varchar', 64, 6
4, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'MUL', '', 'select,
insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_relation', 'foreign_table', 5, '', 'NO', 'varchar', 64
, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,
insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_relation', 'foreign_field', 6, '', 'NO', 'varchar', 64
, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,
insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 'db_name', 1, '', 'NO', 'varchar', 64,
64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'select
,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 'table_name', 2, '', 'NO', 'varchar', 6
4, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'sel
ect,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 'pdf_page_number', 3, '0', 'NO', 'int',
NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,refe
rences', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 'x', 4, '0', 'NO', 'float unsigned', NU
LL, NULL, 12, NULL, NULL, NULL, 'float unsigned', '', '', 'select,insert,update,
references', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 'y', 5, '0', 'NO', 'float unsigned', NU
LL, NULL, 12, NULL, NULL, NULL, 'float unsigned', '', '', 'select,insert,update,
references', ''),
(NULL, 'phpmyadmin', 'pma_table_info', 'db_name', 1, '', 'NO', 'varchar', 64, 64
, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'select,i
nsert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_table_info', 'table_name', 2, '', 'NO', 'varchar', 64,
64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', 'PRI', '', 'selec
t,insert,update,references', ''),
(NULL, 'phpmyadmin', 'pma_table_info', 'display_field', 3, '', 'NO', 'varchar',
64, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'selec
t,insert,update,references', ''),
(NULL, 'tes', 'demo_twitter_timeline', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 1
0, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,refe
rences', ''),
(NULL, 'tes', 'demo_twitter_timeline', 'tweet', 2, '', 'NO', 'varchar', 140, 420
, NULL, NULL, 'utf8', 'utf8_unicode_ci', 'varchar(140)', '', '', 'select,insert,
update,references', ''),
(NULL, 'tes', 'demo_twitter_timeline', 'dt', 3, '0000-00-00 00:00:00', 'NO', 'da
tetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,
update,references', ''),
(NULL, 'tes', 'timeline', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, N
ULL, 'int(6) unsigned', 'PRI', 'auto_increment', 'select,insert,update,reference
s', ''),
(NULL, 'tes', 'timeline', 'type', 2, 'news', 'NO', 'enum', 9, 27, NULL, NULL, 'u
tf8', 'utf8_unicode_ci', 'enum(''image'',''news'',''milestone'')', '', '', 'sele
ct,insert,update,references', ''),
(NULL, 'tes', 'timeline', 'title', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL,
'utf8', 'utf8_unicode_ci', 'varchar(255)', '', '', 'select,insert,update,refere
nces', ''),
(NULL, 'tes', 'timeline', 'body', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NUL
L, 'utf8', 'utf8_unicode_ci', 'text', '', '', 'select,insert,update,references',
''),
(NULL, 'tes', 'timeline', 'date_event', 5, '0000-00-00', 'NO', 'date', NULL, NUL
L, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''
),
(NULL, 'tes', 'tz_todo', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NU

LL, 'int(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references


', ''),
(NULL, 'tes', 'tz_todo', 'position', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NUL
L, NULL, 'int(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'tes', 'tz_todo', 'text', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, '
utf8', 'utf8_unicode_ci', 'varchar(255)', '', '', 'select,insert,update,referenc
es', ''),
(NULL, 'tes', 'tz_todo', 'dt_added', 4, 'CURRENT_TIMESTAMP', 'NO', 'timestamp',
NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,r
eferences', ''),
(NULL, 'webauth', 'user_pwd', 'name', 1, '', 'NO', 'char', 30, 30, NULL, NULL, '
latin1', 'latin1_general_ci', 'char(30)', 'PRI', '', 'select,insert,update,refer
ences', ''),
(NULL, 'webauth', 'user_pwd', 'pass', 2, '', 'NO', 'char', 32, 32, NULL, NULL, '
latin1', 'latin1_general_ci', 'char(32)', '', '', 'select,insert,update,referenc
es', '');
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `COLUMN_PRIVILEGES`
--- ---------------------------------------------------------- Table structure for table `ENGINES`
-CREATE TEMPORARY TABLE `ENGINES` (
`ENGINE` varchar(64) NOT NULL DEFAULT '',
`SUPPORT` varchar(8) NOT NULL DEFAULT '',
`COMMENT` varchar(80) NOT NULL DEFAULT '',
`TRANSACTIONS` varchar(3) NOT NULL DEFAULT '',
`XA` varchar(3) NOT NULL DEFAULT '',
`SAVEPOINTS` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `ENGINES`
-INSERT INTO `ENGINES` (`ENGINE`, `SUPPORT`, `COMMENT`, `TRANSACTIONS`, `XA`, `SA
VEPOINTS`) VALUES
('MEMORY', 'YES', 'Hash based, stored in memory, useful for temporary tables', '

NO', 'NO', 'NO'),


('InnoDB', 'YES', 'Supports transactions, row-level locking, and foreign keys',
'YES', 'YES', 'YES'),
('MyISAM', 'DEFAULT', 'Default engine as of MySQL 3.23 with great performance',
'NO', 'NO', 'NO'),
('BLACKHOLE', 'YES', '/dev/null storage engine (anything you write to it disappe
ars)', 'NO', 'NO', 'NO'),
('MRG_MYISAM', 'YES', 'Collection of identical MyISAM tables', 'NO', 'NO', 'NO')
,
('CSV', 'YES', 'CSV storage engine', 'NO', 'NO', 'NO'),
('ARCHIVE', 'YES', 'Archive storage engine', 'NO', 'NO', 'NO');
-- ---------------------------------------------------------- Table structure for table `EVENTS`
-CREATE TEMPORARY TABLE `EVENTS` (
`EVENT_CATALOG` varchar(64) DEFAULT NULL,
`EVENT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`EVENT_NAME` varchar(64) NOT NULL DEFAULT '',
`DEFINER` varchar(77) NOT NULL DEFAULT '',
`TIME_ZONE` varchar(64) NOT NULL DEFAULT '',
`EVENT_BODY` varchar(8) NOT NULL DEFAULT '',
`EVENT_DEFINITION` longtext NOT NULL,
`EVENT_TYPE` varchar(9) NOT NULL DEFAULT '',
`EXECUTE_AT` datetime DEFAULT NULL,
`INTERVAL_VALUE` varchar(256) DEFAULT NULL,
`INTERVAL_FIELD` varchar(18) DEFAULT NULL,
`SQL_MODE` longtext NOT NULL,
`STARTS` datetime DEFAULT NULL,
`ENDS` datetime DEFAULT NULL,
`STATUS` varchar(18) NOT NULL DEFAULT '',
`ON_COMPLETION` varchar(12) 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',
`LAST_EXECUTED` datetime DEFAULT NULL,
`EVENT_COMMENT` varchar(64) NOT NULL DEFAULT '',
`ORIGINATOR` bigint(10) NOT NULL DEFAULT '0',
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
`DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `EVENTS`
--- ---------------------------------------------------------- Table structure for table `FILES`
-CREATE TEMPORARY TABLE `FILES` (
`FILE_ID` bigint(4) NOT NULL DEFAULT '0',
`FILE_NAME` varchar(64) DEFAULT NULL,
`FILE_TYPE` varchar(20) NOT NULL DEFAULT '',

`TABLESPACE_NAME` varchar(64) DEFAULT NULL,


`TABLE_CATALOG` varchar(64) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) DEFAULT NULL,
`TABLE_NAME` varchar(64) DEFAULT NULL,
`LOGFILE_GROUP_NAME` varchar(64) DEFAULT NULL,
`LOGFILE_GROUP_NUMBER` bigint(4) DEFAULT NULL,
`ENGINE` varchar(64) NOT NULL DEFAULT '',
`FULLTEXT_KEYS` varchar(64) DEFAULT NULL,
`DELETED_ROWS` bigint(4) DEFAULT NULL,
`UPDATE_COUNT` bigint(4) DEFAULT NULL,
`FREE_EXTENTS` bigint(4) DEFAULT NULL,
`TOTAL_EXTENTS` bigint(4) DEFAULT NULL,
`EXTENT_SIZE` bigint(4) NOT NULL DEFAULT '0',
`INITIAL_SIZE` bigint(21) unsigned DEFAULT NULL,
`MAXIMUM_SIZE` bigint(21) unsigned DEFAULT NULL,
`AUTOEXTEND_SIZE` bigint(21) unsigned DEFAULT NULL,
`CREATION_TIME` datetime DEFAULT NULL,
`LAST_UPDATE_TIME` datetime DEFAULT NULL,
`LAST_ACCESS_TIME` datetime DEFAULT NULL,
`RECOVER_TIME` bigint(4) DEFAULT NULL,
`TRANSACTION_COUNTER` bigint(4) DEFAULT NULL,
`VERSION` bigint(21) unsigned DEFAULT NULL,
`ROW_FORMAT` varchar(10) DEFAULT NULL,
`TABLE_ROWS` bigint(21) unsigned DEFAULT NULL,
`AVG_ROW_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`INDEX_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_FREE` bigint(21) unsigned DEFAULT NULL,
`CREATE_TIME` datetime DEFAULT NULL,
`UPDATE_TIME` datetime DEFAULT NULL,
`CHECK_TIME` datetime DEFAULT NULL,
`CHECKSUM` bigint(21) unsigned DEFAULT NULL,
`STATUS` varchar(20) NOT NULL DEFAULT '',
`EXTRA` varchar(255) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `FILES`
--- ---------------------------------------------------------- Table structure for table `GLOBAL_STATUS`
-CREATE TEMPORARY TABLE `GLOBAL_STATUS` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(20480) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `GLOBAL_STATUS`
-INSERT INTO `GLOBAL_STATUS` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('ABORTED_CLIENTS', '0'),
('ABORTED_CONNECTS', '0'),

('BINLOG_CACHE_DISK_USE', '0'),
('BINLOG_CACHE_USE', '0'),
('BYTES_RECEIVED', '19046'),
('BYTES_SENT', '238331'),
('COM_ADMIN_COMMANDS', '0'),
('COM_ASSIGN_TO_KEYCACHE', '0'),
('COM_ALTER_DB', '0'),
('COM_ALTER_DB_UPGRADE', '0'),
('COM_ALTER_EVENT', '0'),
('COM_ALTER_FUNCTION', '0'),
('COM_ALTER_PROCEDURE', '0'),
('COM_ALTER_SERVER', '0'),
('COM_ALTER_TABLE', '0'),
('COM_ALTER_TABLESPACE', '0'),
('COM_ANALYZE', '0'),
('COM_BACKUP_TABLE', '0'),
('COM_BEGIN', '0'),
('COM_BINLOG', '0'),
('COM_CALL_PROCEDURE', '0'),
('COM_CHANGE_DB', '36'),
('COM_CHANGE_MASTER', '0'),
('COM_CHECK', '0'),
('COM_CHECKSUM', '0'),
('COM_COMMIT', '0'),
('COM_CREATE_DB', '0'),
('COM_CREATE_EVENT', '0'),
('COM_CREATE_FUNCTION', '0'),
('COM_CREATE_INDEX', '0'),
('COM_CREATE_PROCEDURE', '0'),
('COM_CREATE_SERVER', '0'),
('COM_CREATE_TABLE', '0'),
('COM_CREATE_TRIGGER', '0'),
('COM_CREATE_UDF', '0'),
('COM_CREATE_USER', '0'),
('COM_CREATE_VIEW', '0'),
('COM_DEALLOC_SQL', '0'),
('COM_DELETE', '0'),
('COM_DELETE_MULTI', '0'),
('COM_DO', '0'),
('COM_DROP_DB', '0'),
('COM_DROP_EVENT', '0'),
('COM_DROP_FUNCTION', '0'),
('COM_DROP_INDEX', '0'),
('COM_DROP_PROCEDURE', '0'),
('COM_DROP_SERVER', '0'),
('COM_DROP_TABLE', '0'),
('COM_DROP_TRIGGER', '0'),
('COM_DROP_USER', '0'),
('COM_DROP_VIEW', '0'),
('COM_EMPTY_QUERY', '0'),
('COM_EXECUTE_SQL', '0'),
('COM_FLUSH', '0'),
('COM_GRANT', '0'),
('COM_HA_CLOSE', '0'),
('COM_HA_OPEN', '0'),
('COM_HA_READ', '0'),
('COM_HELP', '0'),
('COM_INSERT', '0'),
('COM_INSERT_SELECT', '0'),
('COM_INSTALL_PLUGIN', '0'),

('COM_KILL', '0'),
('COM_LOAD', '0'),
('COM_LOAD_MASTER_DATA', '0'),
('COM_LOAD_MASTER_TABLE', '0'),
('COM_LOCK_TABLES', '0'),
('COM_OPTIMIZE', '0'),
('COM_PRELOAD_KEYS', '0'),
('COM_PREPARE_SQL', '0'),
('COM_PURGE', '0'),
('COM_PURGE_BEFORE_DATE', '0'),
('COM_RELEASE_SAVEPOINT', '0'),
('COM_RENAME_TABLE', '0'),
('COM_RENAME_USER', '0'),
('COM_REPAIR', '0'),
('COM_REPLACE', '0'),
('COM_REPLACE_SELECT', '0'),
('COM_RESET', '0'),
('COM_RESTORE_TABLE', '0'),
('COM_REVOKE', '0'),
('COM_REVOKE_ALL', '0'),
('COM_ROLLBACK', '0'),
('COM_ROLLBACK_TO_SAVEPOINT', '0'),
('COM_SAVEPOINT', '0'),
('COM_SELECT', '77'),
('COM_SET_OPTION', '43'),
('COM_SHOW_AUTHORS', '0'),
('COM_SHOW_BINLOG_EVENTS', '0'),
('COM_SHOW_BINLOGS', '2'),
('COM_SHOW_CHARSETS', '0'),
('COM_SHOW_COLLATIONS', '0'),
('COM_SHOW_COLUMN_TYPES', '0'),
('COM_SHOW_CONTRIBUTORS', '0'),
('COM_SHOW_CREATE_DB', '0'),
('COM_SHOW_CREATE_EVENT', '0'),
('COM_SHOW_CREATE_FUNC', '0'),
('COM_SHOW_CREATE_PROC', '0'),
('COM_SHOW_CREATE_TABLE', '34'),
('COM_SHOW_CREATE_TRIGGER', '0'),
('COM_SHOW_DATABASES', '3'),
('COM_SHOW_ENGINE_LOGS', '0'),
('COM_SHOW_ENGINE_MUTEX', '0'),
('COM_SHOW_ENGINE_STATUS', '0'),
('COM_SHOW_EVENTS', '0'),
('COM_SHOW_ERRORS', '0'),
('COM_SHOW_FIELDS', '0'),
('COM_SHOW_FUNCTION_STATUS', '0'),
('COM_SHOW_GRANTS', '0'),
('COM_SHOW_KEYS', '0'),
('COM_SHOW_MASTER_STATUS', '0'),
('COM_SHOW_NEW_MASTER', '0'),
('COM_SHOW_OPEN_TABLES', '0'),
('COM_SHOW_PLUGINS', '4'),
('COM_SHOW_PRIVILEGES', '0'),
('COM_SHOW_PROCEDURE_STATUS', '0'),
('COM_SHOW_PROCESSLIST', '0'),
('COM_SHOW_PROFILE', '0'),
('COM_SHOW_PROFILES', '0'),
('COM_SHOW_SLAVE_HOSTS', '0'),
('COM_SHOW_SLAVE_STATUS', '0'),
('COM_SHOW_STATUS', '0'),

('COM_SHOW_STORAGE_ENGINES', '0'),
('COM_SHOW_TABLE_STATUS', '68'),
('COM_SHOW_TABLES', '25'),
('COM_SHOW_TRIGGERS', '0'),
('COM_SHOW_VARIABLES', '0'),
('COM_SHOW_WARNINGS', '0'),
('COM_SLAVE_START', '0'),
('COM_SLAVE_STOP', '0'),
('COM_STMT_CLOSE', '0'),
('COM_STMT_EXECUTE', '0'),
('COM_STMT_FETCH', '0'),
('COM_STMT_PREPARE', '0'),
('COM_STMT_REPREPARE', '0'),
('COM_STMT_RESET', '0'),
('COM_STMT_SEND_LONG_DATA', '0'),
('COM_TRUNCATE', '0'),
('COM_UNINSTALL_PLUGIN', '0'),
('COM_UNLOCK_TABLES', '0'),
('COM_UPDATE', '0'),
('COM_UPDATE_MULTI', '0'),
('COM_XA_COMMIT', '0'),
('COM_XA_END', '0'),
('COM_XA_PREPARE', '0'),
('COM_XA_RECOVER', '0'),
('COM_XA_ROLLBACK', '0'),
('COM_XA_START', '0'),
('COMPRESSION', 'OFF'),
('CONNECTIONS', '9'),
('CREATED_TMP_DISK_TABLES', '56'),
('CREATED_TMP_FILES', '5'),
('CREATED_TMP_TABLES', '214'),
('DELAYED_ERRORS', '0'),
('DELAYED_INSERT_THREADS', '0'),
('DELAYED_WRITES', '0'),
('FLUSH_COMMANDS', '1'),
('HANDLER_COMMIT', '0'),
('HANDLER_DELETE', '0'),
('HANDLER_DISCOVER', '0'),
('HANDLER_PREPARE', '0'),
('HANDLER_READ_FIRST', '7'),
('HANDLER_READ_KEY', '0'),
('HANDLER_READ_NEXT', '0'),
('HANDLER_READ_PREV', '0'),
('HANDLER_READ_RND', '0'),
('HANDLER_READ_RND_NEXT', '1774'),
('HANDLER_ROLLBACK', '0'),
('HANDLER_SAVEPOINT', '0'),
('HANDLER_SAVEPOINT_ROLLBACK', '0'),
('HANDLER_UPDATE', '0'),
('HANDLER_WRITE', '1373'),
('INNODB_BUFFER_POOL_PAGES_DATA', '35'),
('INNODB_BUFFER_POOL_PAGES_DIRTY', '0'),
('INNODB_BUFFER_POOL_PAGES_FLUSHED', '0'),
('INNODB_BUFFER_POOL_PAGES_FREE', '989'),
('INNODB_BUFFER_POOL_PAGES_MISC', '0'),
('INNODB_BUFFER_POOL_PAGES_TOTAL', '1024'),
('INNODB_BUFFER_POOL_READ_AHEAD_RND', '1'),
('INNODB_BUFFER_POOL_READ_AHEAD_SEQ', '0'),
('INNODB_BUFFER_POOL_READ_REQUESTS', '109'),
('INNODB_BUFFER_POOL_READS', '12'),

('INNODB_BUFFER_POOL_WAIT_FREE', '0'),
('INNODB_BUFFER_POOL_WRITE_REQUESTS', '0'),
('INNODB_DATA_FSYNCS', '3'),
('INNODB_DATA_PENDING_FSYNCS', '0'),
('INNODB_DATA_PENDING_READS', '0'),
('INNODB_DATA_PENDING_WRITES', '0'),
('INNODB_DATA_READ', '2756608'),
('INNODB_DATA_READS', '45'),
('INNODB_DATA_WRITES', '3'),
('INNODB_DATA_WRITTEN', '1536'),
('INNODB_DBLWR_PAGES_WRITTEN', '0'),
('INNODB_DBLWR_WRITES', '0'),
('INNODB_LOG_WAITS', '0'),
('INNODB_LOG_WRITE_REQUESTS', '0'),
('INNODB_LOG_WRITES', '1'),
('INNODB_OS_LOG_FSYNCS', '3'),
('INNODB_OS_LOG_PENDING_FSYNCS', '0'),
('INNODB_OS_LOG_PENDING_WRITES', '0'),
('INNODB_OS_LOG_WRITTEN', '512'),
('INNODB_PAGE_SIZE', '16384'),
('INNODB_PAGES_CREATED', '0'),
('INNODB_PAGES_READ', '35'),
('INNODB_PAGES_WRITTEN', '0'),
('INNODB_ROW_LOCK_CURRENT_WAITS', '0'),
('INNODB_ROW_LOCK_TIME', '0'),
('INNODB_ROW_LOCK_TIME_AVG', '0'),
('INNODB_ROW_LOCK_TIME_MAX', '0'),
('INNODB_ROW_LOCK_WAITS', '0'),
('INNODB_ROWS_DELETED', '0'),
('INNODB_ROWS_INSERTED', '0'),
('INNODB_ROWS_READ', '0'),
('INNODB_ROWS_UPDATED', '0'),
('KEY_BLOCKS_NOT_FLUSHED', '0'),
('KEY_BLOCKS_UNUSED', '14347'),
('KEY_BLOCKS_USED', '0'),
('KEY_READ_REQUESTS', '0'),
('KEY_READS', '0'),
('KEY_WRITE_REQUESTS', '0'),
('KEY_WRITES', '0'),
('LAST_QUERY_COST', '0.000000'),
('MAX_USED_CONNECTIONS', '4'),
('NOT_FLUSHED_DELAYED_ROWS', '0'),
('OPEN_FILES', '78'),
('OPEN_STREAMS', '0'),
('OPEN_TABLE_DEFINITIONS', '76'),
('OPEN_TABLES', '39'),
('OPENED_FILES', '518'),
('OPENED_TABLE_DEFINITIONS', '76'),
('OPENED_TABLES', '122'),
('PREPARED_STMT_COUNT', '0'),
('QCACHE_FREE_BLOCKS', '0'),
('QCACHE_FREE_MEMORY', '0'),
('QCACHE_HITS', '0'),
('QCACHE_INSERTS', '0'),
('QCACHE_LOWMEM_PRUNES', '0'),
('QCACHE_NOT_CACHED', '0'),
('QCACHE_QUERIES_IN_CACHE', '0'),
('QCACHE_TOTAL_BLOCKS', '0'),
('QUESTIONS', '298'),
('RPL_STATUS', 'NULL'),

('SELECT_FULL_JOIN', '0'),
('SELECT_FULL_RANGE_JOIN', '0'),
('SELECT_RANGE', '0'),
('SELECT_RANGE_CHECK', '0'),
('SELECT_SCAN', '172'),
('SLAVE_OPEN_TEMP_TABLES', '0'),
('SLAVE_RETRIED_TRANSACTIONS', '0'),
('SLAVE_RUNNING', 'OFF'),
('SLOW_LAUNCH_THREADS', '0'),
('SLOW_QUERIES', '0'),
('SORT_MERGE_PASSES', '0'),
('SORT_RANGE', '0'),
('SORT_ROWS', '0'),
('SORT_SCAN', '0'),
('SSL_ACCEPT_RENEGOTIATES', '0'),
('SSL_ACCEPTS', '0'),
('SSL_CALLBACK_CACHE_HITS', '0'),
('SSL_CIPHER', ''),
('SSL_CIPHER_LIST', ''),
('SSL_CLIENT_CONNECTS', '0'),
('SSL_CONNECT_RENEGOTIATES', '0'),
('SSL_CTX_VERIFY_DEPTH', '0'),
('SSL_CTX_VERIFY_MODE', '0'),
('SSL_DEFAULT_TIMEOUT', '0'),
('SSL_FINISHED_ACCEPTS', '0'),
('SSL_FINISHED_CONNECTS', '0'),
('SSL_SESSION_CACHE_HITS', '0'),
('SSL_SESSION_CACHE_MISSES', '0'),
('SSL_SESSION_CACHE_MODE', 'NONE'),
('SSL_SESSION_CACHE_OVERFLOWS', '0'),
('SSL_SESSION_CACHE_SIZE', '0'),
('SSL_SESSION_CACHE_TIMEOUTS', '0'),
('SSL_SESSIONS_REUSED', '0'),
('SSL_USED_SESSION_CACHE_ENTRIES', '0'),
('SSL_VERIFY_DEPTH', '0'),
('SSL_VERIFY_MODE', '0'),
('SSL_VERSION', ''),
('TABLE_LOCKS_IMMEDIATE', '45'),
('TABLE_LOCKS_WAITED', '0'),
('TC_LOG_MAX_PAGES_USED', '0'),
('TC_LOG_PAGE_SIZE', '0'),
('TC_LOG_PAGE_WAITS', '0'),
('THREADS_CACHED', '0'),
('THREADS_CONNECTED', '2'),
('THREADS_CREATED', '8'),
('THREADS_RUNNING', '1'),
('UPTIME', '39'),
('UPTIME_SINCE_FLUSH_STATUS', '39');
-- ---------------------------------------------------------- Table structure for table `GLOBAL_VARIABLES`
-CREATE TEMPORARY TABLE `GLOBAL_VARIABLES` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(20480) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

--- Dumping data for table `GLOBAL_VARIABLES`


-INSERT INTO `GLOBAL_VARIABLES` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('BACK_LOG', '50'),
('CHARACTER_SETS_DIR', 'C:\\xampp\\mysql\\share\\charsets\\'),
('FT_MAX_WORD_LEN', '84'),
('FT_MIN_WORD_LEN', '4'),
('FT_QUERY_EXPANSION_LIMIT', '20'),
('FT_STOPWORD_FILE', '(built-in)'),
('INIT_FILE', ''),
('LANGUAGE', 'C:\\xampp\\mysql\\share\\english\\'),
('LARGE_FILES_SUPPORT', 'ON'),
('LARGE_PAGE_SIZE', '0'),
('LARGE_PAGES', 'OFF'),
('LOG_BIN', 'OFF'),
('LOG_ERROR', 'C:\\xampp\\mysql\\data\\politekn-21e7e4.err'),
('LOWER_CASE_FILE_SYSTEM', 'ON'),
('LOWER_CASE_TABLE_NAMES', '1'),
('MYISAM_RECOVER_OPTIONS', 'OFF'),
('NAMED_PIPE', 'OFF'),
('OPEN_FILES_LIMIT', '755'),
('PID_FILE', 'C:\\xampp\\mysql\\data\\politekn-21e7e4.pid'),
('PLUGIN_DIR', 'C:\\xampp\\mysql\\lib/plugin'),
('PORT', '3306'),
('PROTOCOL_VERSION', '10'),
('SHARED_MEMORY', 'OFF'),
('SHARED_MEMORY_BASE_NAME', 'MYSQL'),
('SKIP_EXTERNAL_LOCKING', 'ON'),
('SKIP_NETWORKING', 'OFF'),
('SKIP_SHOW_DATABASE', 'OFF'),
('THREAD_STACK', '196608'),
('LOG_SLAVE_UPDATES', 'OFF'),
('RELAY_LOG', ''),
('RELAY_LOG_INDEX', ''),
('RELAY_LOG_INFO_FILE', 'relay-log.info'),
('RELAY_LOG_SPACE_LIMIT', '0'),
('SLAVE_LOAD_TMPDIR', 'C:\\xampp\\tmp'),
('SLAVE_SKIP_ERRORS', 'OFF'),
('LICENSE', 'GPL'),
('MAX_ERROR_COUNT', '64'),
('HAVE_CRYPT', 'NO'),
('NET_BUFFER_LENGTH', '8192'),
('MYISAM_REPAIR_THREADS', '1'),
('AUTOMATIC_SP_PRIVILEGES', 'ON'),
('OPTIMIZER_PRUNE_LEVEL', '1'),
('CHARACTER_SET_CONNECTION', 'latin1'),
('LOG_BIN_TRUST_FUNCTION_CREATORS', 'OFF'),
('OLD_PASSWORDS', 'OFF'),
('FT_BOOLEAN_SYNTAX', '+ -><()~*:""&|'),
('SSL_CIPHER', ''),
('HAVE_OPENSSL', 'DISABLED'),
('CHARACTER_SET_RESULTS', 'latin1'),
('LOG_BIN_TRUST_ROUTINE_CREATORS', 'OFF'),
('MAX_RELAY_LOG_SIZE', '0'),
('SORT_BUFFER_SIZE', '524288'),
('BINLOG_CACHE_SIZE', '32768'),
('IDENTITY', '0'),
('COLLATION_DATABASE', 'latin1_swedish_ci'),

('UPDATABLE_VIEWS_WITH_LIMIT', 'YES'),
('COMPLETION_TYPE', '0'),
('SLOW_LAUNCH_TIME', '2'),
('CONNECT_TIMEOUT', '10'),
('INNODB_LOCK_WAIT_TIMEOUT', '50'),
('INNODB_CHECKSUMS', 'ON'),
('SQL_SAFE_UPDATES', 'OFF'),
('SLAVE_EXEC_MODE', 'STRICT'),
('SQL_QUOTE_SHOW_CREATE', 'ON'),
('DELAYED_QUEUE_SIZE', '1000'),
('SQL_LOG_UPDATE', 'ON'),
('DELAYED_INSERT_TIMEOUT', '300'),
('WAIT_TIMEOUT', '28800'),
('FLUSH_TIME', '1800'),
('TMP_TABLE_SIZE', '16777216'),
('INTERACTIVE_TIMEOUT', '28800'),
('QUERY_PREALLOC_SIZE', '8192'),
('PSEUDO_THREAD_ID', '0'),
('REPORT_HOST', ''),
('CHARACTER_SET_DATABASE', 'latin1'),
('SSL_KEY', ''),
('QUERY_CACHE_WLOCK_INVALIDATE', 'OFF'),
('REPORT_USER', ''),
('FLUSH', 'OFF'),
('HAVE_GEOMETRY', 'YES'),
('JOIN_BUFFER_SIZE', '131072'),
('INSERT_ID', '0'),
('MAX_BINLOG_SIZE', '1073741824'),
('RELAY_LOG_PURGE', 'ON'),
('INIT_SLAVE', ''),
('LOG_WARNINGS', '1'),
('MAX_CONNECT_ERRORS', '10'),
('GROUP_CONCAT_MAX_LEN', '1024'),
('SLAVE_COMPRESSED_PROTOCOL', 'OFF'),
('INNODB_LOG_BUFFER_SIZE', '8388608'),
('MAX_CONNECTIONS', '151'),
('SECURE_FILE_PRIV', ''),
('AUTOCOMMIT', 'ON'),
('INNODB_MAX_PURGE_LAG', '0'),
('TIMED_MUTEXES', 'OFF'),
('TRANSACTION_PREALLOC_SIZE', '4096'),
('MAX_SEEKS_FOR_KEY', '4294967295'),
('VERSION_COMPILE_OS', 'Win32'),
('MAX_PREPARED_STMT_COUNT', '16382'),
('SQL_NOTES', 'ON'),
('EVENT_SCHEDULER', 'OFF'),
('LOW_PRIORITY_UPDATES', 'OFF'),
('LOG_QUERIES_NOT_USING_INDEXES', 'OFF'),
('REPORT_PASSWORD', ''),
('DELAYED_INSERT_LIMIT', '100'),
('MAX_INSERT_DELAYED_THREADS', '20'),
('CHARACTER_SET_SERVER', 'latin1'),
('HAVE_COMPRESS', 'YES'),
('MAX_LENGTH_FOR_SORT_DATA', '1024'),
('TRANSACTION_ALLOC_BLOCK_SIZE', '8192'),
('MAX_HEAP_TABLE_SIZE', '16777216'),
('THREAD_CACHE_SIZE', '0'),
('READ_RND_BUFFER_SIZE', '524288'),
('INNODB_DOUBLEWRITE', 'ON'),
('KEY_CACHE_AGE_THRESHOLD', '300'),

('SYNC_FRM', 'ON'),
('NET_RETRY_COUNT', '10'),
('DEFAULT_WEEK_FORMAT', '0'),
('WARNING_COUNT', '0'),
('LOG_OUTPUT', 'FILE'),
('OLD_ALTER_TABLE', 'OFF'),
('MYISAM_USE_MMAP', 'OFF'),
('LONG_QUERY_TIME', '10.000000'),
('INIT_CONNECT', ''),
('MAX_DELAYED_THREADS', '20'),
('HAVE_SYMLINK', 'YES'),
('MAX_USER_CONNECTIONS', '0'),
('TIME_ZONE', 'SYSTEM'),
('TABLE_LOCK_WAIT_TIMEOUT', '50'),
('INNODB_TABLE_LOCKS', 'ON'),
('READ_BUFFER_SIZE', '262144'),
('INNODB_AUTOEXTEND_INCREMENT', '8'),
('MYISAM_MAX_SORT_FILE_SIZE', '2147483647'),
('MYISAM_DATA_POINTER_SIZE', '6'),
('NET_WRITE_TIMEOUT', '60'),
('INNODB_THREAD_SLEEP_DELAY', '10000'),
('BIG_TABLES', 'OFF'),
('SQL_AUTO_IS_NULL', 'ON'),
('MIN_EXAMINED_ROW_LIMIT', '0'),
('SLAVE_TRANSACTION_RETRIES', '10'),
('QUERY_CACHE_LIMIT', '1048576'),
('LOCAL_INFILE', 'ON'),
('VERSION_COMMENT', 'MySQL Community Server (GPL)'),
('GENERAL_LOG', 'OFF'),
('QUERY_CACHE_SIZE', '0'),
('TABLE_TYPE', 'MyISAM'),
('INNODB_FILE_PER_TABLE', 'OFF'),
('QUERY_CACHE_MIN_RES_UNIT', '4096'),
('BINLOG_FORMAT', 'STATEMENT'),
('SQL_WARNINGS', 'OFF'),
('MYISAM_SORT_BUFFER_SIZE', '8388608'),
('INNODB_ROLLBACK_ON_TIMEOUT', 'OFF'),
('SSL_CERT', ''),
('TIMESTAMP', '1337824388'),
('NET_READ_TIMEOUT', '30'),
('INNODB_ADDITIONAL_MEM_POOL_SIZE', '2097152'),
('QUERY_ALLOC_BLOCK_SIZE', '8192'),
('DATETIME_FORMAT', '%Y-%m-%d %H:%i:%s'),
('QUERY_CACHE_TYPE', 'ON'),
('INNODB_FLUSH_LOG_AT_TRX_COMMIT', '1'),
('SQL_LOW_PRIORITY_UPDATES', 'OFF'),
('INNODB_FILE_IO_THREADS', '4'),
('THREAD_HANDLING', 'one-thread-per-connection'),
('SQL_SELECT_LIMIT', '18446744073709551615'),
('HOSTNAME', 'politekn-21e7e4'),
('DATE_FORMAT', '%Y-%m-%d'),
('COLLATION_SERVER', 'latin1_swedish_ci'),
('READ_ONLY', 'OFF'),
('MYISAM_STATS_METHOD', 'nulls_unequal'),
('RAND_SEED1', ''),
('SYSTEM_TIME_ZONE', 'SE Asia Standard Time'),
('INNODB_DATA_FILE_PATH', 'ibdata1:10M:autoextend'),
('SQL_MAX_JOIN_SIZE', '18446744073709551615'),
('MAX_WRITE_LOCK_COUNT', '4294967295'),
('CHARACTER_SET_FILESYSTEM', 'binary'),

('PROFILING', 'OFF'),
('HAVE_RTREE_KEYS', 'YES'),
('CHARACTER_SET_SYSTEM', 'utf8'),
('SERVER_ID', '1'),
('KEY_CACHE_DIVISION_LIMIT', '100'),
('SQL_LOG_BIN', 'ON'),
('GENERAL_LOG_FILE', 'C:\\xampp\\mysql\\data\\politekn-21e7e4.log'),
('OPTIMIZER_SEARCH_DEPTH', '62'),
('BULK_INSERT_BUFFER_SIZE', '8388608'),
('RPL_RECOVERY_RANK', '0'),
('AUTO_INCREMENT_INCREMENT', '1'),
('VERSION_COMPILE_MACHINE', 'ia32'),
('TMPDIR', 'C:/xampp/tmp'),
('TABLE_DEFINITION_CACHE', '256'),
('EXPIRE_LOGS_DAYS', '0'),
('PROFILING_HISTORY_SIZE', '15'),
('HAVE_PARTITIONING', 'YES'),
('BASEDIR', 'C:\\xampp\\mysql\\'),
('FOREIGN_KEY_CHECKS', 'ON'),
('SQL_MODE', ''),
('SQL_BIG_SELECTS', 'ON'),
('SECURE_AUTH', 'OFF'),
('INNODB_AUTOINC_LOCK_MODE', '1'),
('ENGINE_CONDITION_PUSHDOWN', 'ON'),
('INNODB_COMMIT_CONCURRENCY', '0'),
('LAST_INSERT_ID', '0'),
('INNODB_MIRRORED_LOG_GROUPS', '1'),
('SQL_BIG_TABLES', 'OFF'),
('UNIQUE_CHECKS', 'ON'),
('MAX_BINLOG_CACHE_SIZE', '4294967295'),
('VERSION', '5.1.30-community'),
('MAX_SP_RECURSION_DEPTH', '0'),
('INNODB_SUPPORT_XA', 'ON'),
('HAVE_INNODB', 'YES'),
('INNODB_SYNC_SPIN_LOOPS', '20'),
('DELAY_KEY_WRITE', 'ON'),
('COLLATION_CONNECTION', 'latin1_swedish_ci'),
('CONCURRENT_INSERT', '1'),
('HAVE_QUERY_CACHE', 'YES'),
('KEEP_FILES_ON_CREATE', 'OFF'),
('INNODB_ADAPTIVE_HASH_INDEX', 'ON'),
('SSL_CAPATH', ''),
('NEW', 'OFF'),
('TABLE_OPEN_CACHE', '64'),
('DIV_PRECISION_INCREMENT', '4'),
('HAVE_COMMUNITY_FEATURES', 'YES'),
('DATADIR', 'C:\\xampp\\mysql\\data\\'),
('REPORT_PORT', '3306'),
('INNODB_DATA_HOME_DIR', 'C:\\xampp\\mysql\\'),
('SQL_BUFFER_RESULT', 'OFF'),
('INNODB_LOG_FILE_SIZE', '5242880'),
('KEY_CACHE_BLOCK_SIZE', '1024'),
('SQL_SLAVE_SKIP_COUNTER', ''),
('LC_TIME_NAMES', 'en_US'),
('TIME_FORMAT', '%H:%i:%s'),
('PRELOAD_BUFFER_SIZE', '32768'),
('INNODB_FORCE_RECOVERY', '0'),
('LOG', 'OFF'),
('INNODB_LOG_FILES_IN_GROUP', '2'),
('TX_ISOLATION', 'REPEATABLE-READ'),

('ERROR_COUNT', '0'),
('SLOW_QUERY_LOG_FILE', 'C:\\xampp\\mysql\\data\\politekn-21e7e4-slow.log'),
('HAVE_DYNAMIC_LOADING', 'YES'),
('LOG_SLOW_QUERIES', 'OFF'),
('SYNC_BINLOG', '0'),
('MAX_TMP_TABLES', '32'),
('AUTO_INCREMENT_OFFSET', '1'),
('SQL_LOG_OFF', 'OFF'),
('INNODB_OPEN_FILES', '300'),
('HAVE_CSV', 'YES'),
('OLD', 'OFF'),
('MULTI_RANGE_COUNT', '256'),
('INNODB_MAX_DIRTY_PAGES_PCT', '90'),
('SLOW_QUERY_LOG', 'OFF'),
('MAX_ALLOWED_PACKET', '1048576'),
('INNODB_FLUSH_METHOD', ''),
('KEY_BUFFER_SIZE', '16777216'),
('RANGE_ALLOC_BLOCK_SIZE', '4096'),
('HAVE_NDBCLUSTER', 'NO'),
('STORAGE_ENGINE', 'MyISAM'),
('INNODB_LOCKS_UNSAFE_FOR_BINLOG', 'OFF'),
('HAVE_SSL', 'DISABLED'),
('INNODB_LOG_GROUP_HOME_DIR', 'C:\\xampp\\mysql\\'),
('INNODB_CONCURRENCY_TICKETS', '500'),
('INNODB_FAST_SHUTDOWN', '1'),
('MAX_JOIN_SIZE', '18446744073709551615'),
('SSL_CA', ''),
('MAX_SORT_LENGTH', '1024'),
('INNODB_THREAD_CONCURRENCY', '8'),
('RAND_SEED2', ''),
('SLAVE_NET_TIMEOUT', '3600'),
('CHARACTER_SET_CLIENT', 'latin1'),
('INNODB_BUFFER_POOL_SIZE', '16777216');
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `KEY_COLUMN_USAGE`
-INSERT INTO `KEY_COLUMN_USAGE` (`CONSTRAINT_CATALOG`, `CONSTRAINT_SCHEMA`, `CONS

TRAINT_NAME`, `TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORD


INAL_POSITION`, `POSITION_IN_UNIQUE_CONSTRAINT`, `REFERENCED_TABLE_SCHEMA`, `REF
ERENCED_TABLE_NAME`, `REFERENCED_COLUMN_NAME`) VALUES
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'pesan', 'idpesan', 1, NUL
L, NULL, NULL, NULL),
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'role', 'idrole', 1, NULL,
NULL, NULL, NULL),
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'sender', 'username', 1, N
ULL, NULL, NULL, NULL),
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'show_once', 'idpesan', 1,
NULL, NULL, NULL, NULL),
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'show_repeat', 'idpesan',
1, NULL, NULL, NULL, NULL),
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'showtype', 'idshowtype',
1, NULL, NULL, NULL, NULL),
(NULL, 'alertsystem', 'PRIMARY', NULL, 'alertsystem', 'tipesender', 'idtipe', 1,
NULL, NULL, NULL, NULL),
(NULL, 'bikinpusing', 'PRIMARY', NULL, 'bikinpusing', 'image', 'imageid', 1, NUL
L, NULL, NULL, NULL),
(NULL, 'bikinpusing', 'PRIMARY', NULL, 'bikinpusing', 'kategori', 'idkategori',
1, NULL, NULL, NULL, NULL),
(NULL, 'bikinpusing', 'PRIMARY', NULL, 'bikinpusing', 'user', 'username', 1, NUL
L, NULL, NULL, NULL),
(NULL, 'blackpacker', 'PRIMARY', NULL, 'blackpacker', 'kabupaten', 'idkab', 1, N
ULL, NULL, NULL, NULL),
(NULL, 'blackpacker', 'PRIMARY', NULL, 'blackpacker', 'kategori', 'idkategori',
1, NULL, NULL, NULL, NULL),
(NULL, 'blackpacker', 'PRIMARY', NULL, 'blackpacker', 'kota', 'idkota', 1, NULL,
NULL, NULL, NULL),
(NULL, 'blackpacker', 'PRIMARY', NULL, 'blackpacker', 'place', 'idtempat', 1, NU
LL, NULL, NULL, NULL),
(NULL, 'blackpacker', 'PRIMARY', NULL, 'blackpacker', 'provinsi', 'idprov', 1, N
ULL, NULL, NULL, NULL),
(NULL, 'blog', 'PRIMARY', NULL, 'blog', 'user', 'userid', 1, NULL, NULL, NULL, N
ULL),
(NULL, 'bp', 'PRIMARY', NULL, 'bp', 'kota', 'idkota', 1, NULL, NULL, NULL, NULL)
,
(NULL, 'bp', 'PRIMARY', NULL, 'bp', 'prov', 'idprov', 1, NULL, NULL, NULL, NULL)
,
(NULL, 'bp', 'PRIMARY', NULL, 'bp', 'tempat', 'idtempat', 1, NULL, NULL, NULL, N
ULL),
(NULL, 'bp', 'idprov', NULL, 'bp', 'tempat', 'idprov', 1, NULL, NULL, NULL, NULL
),
(NULL, 'bp', 'idkota', NULL, 'bp', 'tempat', 'idkota', 1, NULL, NULL, NULL, NULL
),
(NULL, 'bp', 'idkota_2', NULL, 'bp', 'tempat', 'idkota', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'bp', 'idkota_3', NULL, 'bp', 'tempat', 'idkota', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'bp', 'idkota_4', NULL, 'bp', 'tempat', 'idkota', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'bp', 'idkota_5', NULL, 'bp', 'tempat', 'idkota', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'bp', 'idkota_6', NULL, 'bp', 'tempat', 'idkota', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'cdcol', 'PRIMARY', NULL, 'cdcol', 'cds', 'id', 1, NULL, NULL, NULL, NULL
),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'bpm', 'no_bpm', 1, NULL, NULL, NULL, NULL),
(NULL, 'kp', 'inc', NULL, 'kp', 'bpm', 'inc', 1, NULL, NULL, NULL, NULL),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'iklan', 'idiklan', 1, NULL, NULL, NULL, NUL

L),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'pesan', 'id_pesan', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'produk', 'kode_produk', 1, NULL, NULL, NULL
, NULL),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'proyek', 'kode_proyek', 1, NULL, NULL, NULL
, NULL),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'satuan', 'id_satuan', 1, NULL, NULL, NULL,
NULL),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'typeuser', 'id_type', 1, NULL, NULL, NULL,
NULL),
(NULL, 'kp', 'PRIMARY', NULL, 'kp', 'user', 'username', 1, NULL, NULL, NULL, NUL
L),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Host', 1, NULL, NULL,
NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Db', 2, NULL, NULL, N
ULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'User', 3, NULL, NULL,
NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Table_name', 4, NULL,
NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'columns_priv', 'Column_name', 5, NULL
, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'Host', 1, NULL, NULL, NULL, NUL
L),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'Db', 2, NULL, NULL, NULL, NULL)
,
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'db', 'User', 3, NULL, NULL, NULL, NUL
L),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'event', 'db', 1, NULL, NULL, NULL, NU
LL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'event', 'name', 2, NULL, NULL, NULL,
NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'func', 'name', 1, NULL, NULL, NULL, N
ULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_category', 'help_category_id', 1
, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'name', NULL, 'mysql', 'help_category', 'name', 1, NULL, NULL, N
ULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_keyword', 'help_keyword_id', 1,
NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'name', NULL, 'mysql', 'help_keyword', 'name', 1, NULL, NULL, NU
LL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_relation', 'help_keyword_id', 1,
NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_relation', 'help_topic_id', 2, N
ULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'help_topic', 'help_topic_id', 1, NULL
, NULL, NULL, NULL),
(NULL, 'mysql', 'name', NULL, 'mysql', 'help_topic', 'name', 1, NULL, NULL, NULL
, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'host', 'Host', 1, NULL, NULL, NULL, N
ULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'host', 'Db', 2, NULL, NULL, NULL, NUL
L),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'ndb_binlog_index', 'epoch', 1, NULL,
NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'plugin', 'name', 1, NULL, NULL, NULL,
NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'db', 1, NULL, NULL, NULL, NUL

L),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'name', 2, NULL, NULL, NULL, N
ULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'proc', 'type', 3, NULL, NULL, NULL, N
ULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Host', 1, NULL, NULL, N
ULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Db', 2, NULL, NULL, NUL
L, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'User', 3, NULL, NULL, N
ULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Routine_name', 4, NULL,
NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'procs_priv', 'Routine_type', 5, NULL,
NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'servers', 'Server_name', 1, NULL, NUL
L, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Host', 1, NULL, NULL,
NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Db', 2, NULL, NULL, NU
LL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'User', 3, NULL, NULL,
NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'tables_priv', 'Table_name', 4, NULL,
NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone', 'Time_zone_id', 1, NULL,
NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_leap_second', 'Transition_t
ime', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_name', 'Name', 1, NULL, NUL
L, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition', 'Time_zone_id'
, 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition', 'Transition_ti
me', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition_type', 'Time_zon
e_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'time_zone_transition_type', 'Transiti
on_type_id', 2, NULL, NULL, NULL, NULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'user', 'Host', 1, NULL, NULL, NULL, N
ULL),
(NULL, 'mysql', 'PRIMARY', NULL, 'mysql', 'user', 'User', 2, NULL, NULL, NULL, N
ULL),
(NULL, 'pa', 'PRIMARY', NULL, 'pa', 'alur_pa', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'pa', 'PRIMARY', NULL, 'pa', 'dosen', 'kode', 1, NULL, NULL, NULL, NULL),
(NULL, 'pa', 'PRIMARY', NULL, 'pa', 'proyek', 'kode', 1, NULL, NULL, NULL, NULL)
,
(NULL, 'pa', 'PRIMARY', NULL, 'pa', 'user', 'key', 1, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_bookmark', 'id', 1, NUL
L, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_column_info', 'id', 1,
NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'db_name', NULL, 'phpmyadmin', 'pma_column_info', 'db_name'
, 1, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'db_name', NULL, 'phpmyadmin', 'pma_column_info', 'table_na
me', 2, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'db_name', NULL, 'phpmyadmin', 'pma_column_info', 'column_n
ame', 3, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_designer_coords', 'db_n
ame', 1, NULL, NULL, NULL, NULL),

(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_designer_coords', 'tabl


e_name', 2, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_history', 'id', 1, NULL
, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_pdf_pages', 'page_nr',
1, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_relation', 'master_db',
1, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_relation', 'master_tabl
e', 2, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_relation', 'master_fiel
d', 3, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_coords', 'db_name
', 1, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_coords', 'table_n
ame', 2, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_coords', 'pdf_pag
e_number', 3, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_info', 'db_name',
1, NULL, NULL, NULL, NULL),
(NULL, 'phpmyadmin', 'PRIMARY', NULL, 'phpmyadmin', 'pma_table_info', 'table_nam
e', 2, NULL, NULL, NULL, NULL),
(NULL, 'tes', 'PRIMARY', NULL, 'tes', 'demo_twitter_timeline', 'id', 1, NULL, NU
LL, NULL, NULL),
(NULL, 'tes', 'PRIMARY', NULL, 'tes', 'timeline', 'id', 1, NULL, NULL, NULL, NUL
L),
(NULL, 'tes', 'PRIMARY', NULL, 'tes', 'tz_todo', 'id', 1, NULL, NULL, NULL, NULL
),
(NULL, 'webauth', 'PRIMARY', NULL, 'webauth', 'user_pwd', 'name', 1, NULL, NULL,
NULL, NULL);
-- ---------------------------------------------------------- Table structure for table `PARTITIONS`
-CREATE TEMPORARY TABLE `PARTITIONS` (
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`PARTITION_NAME` varchar(64) DEFAULT NULL,
`SUBPARTITION_NAME` varchar(64) DEFAULT NULL,
`PARTITION_ORDINAL_POSITION` bigint(21) unsigned DEFAULT NULL,
`SUBPARTITION_ORDINAL_POSITION` bigint(21) unsigned DEFAULT NULL,
`PARTITION_METHOD` varchar(12) DEFAULT NULL,
`SUBPARTITION_METHOD` varchar(12) DEFAULT NULL,
`PARTITION_EXPRESSION` longtext,
`SUBPARTITION_EXPRESSION` longtext,
`PARTITION_DESCRIPTION` longtext,
`TABLE_ROWS` bigint(21) unsigned NOT NULL DEFAULT '0',
`AVG_ROW_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
`DATA_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
`MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`INDEX_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
`DATA_FREE` bigint(21) unsigned NOT NULL DEFAULT '0',
`CREATE_TIME` datetime DEFAULT NULL,
`UPDATE_TIME` datetime DEFAULT NULL,
`CHECK_TIME` datetime DEFAULT NULL,
`CHECKSUM` bigint(21) unsigned DEFAULT NULL,

`PARTITION_COMMENT` varchar(80) NOT NULL DEFAULT '',


`NODEGROUP` varchar(12) NOT NULL DEFAULT '',
`TABLESPACE_NAME` varchar(64) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `PARTITIONS`
-INSERT INTO `PARTITIONS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `PARTIT
ION_NAME`, `SUBPARTITION_NAME`, `PARTITION_ORDINAL_POSITION`, `SUBPARTITION_ORDI
NAL_POSITION`, `PARTITION_METHOD`, `SUBPARTITION_METHOD`, `PARTITION_EXPRESSION`
, `SUBPARTITION_EXPRESSION`, `PARTITION_DESCRIPTION`, `TABLE_ROWS`, `AVG_ROW_LEN
GTH`, `DATA_LENGTH`, `MAX_DATA_LENGTH`, `INDEX_LENGTH`, `DATA_FREE`, `CREATE_TIM
E`, `UPDATE_TIME`, `CHECK_TIME`, `CHECKSUM`, `PARTITION_COMMENT`, `NODEGROUP`, `
TABLESPACE_NAME`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, NULL, 0, 576, 0, 16661376, 0, 0, NULL, NULL, NULL, NULL, '', '',
NULL),
(NULL, 'information_schema', 'COLLATIONS', NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, NULL, 0, 423, 0, 16737264, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL
),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', NULL, NULL
, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 387, 0, 16733880, 0, 0, NULL, NUL
L, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLUMNS', NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012-05
-24 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, 0, 2565, 0, 16757145, 0, 0, NULL, NULL, NULL, NULL, '',
'', NULL),
(NULL, 'information_schema', 'ENGINES', NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, NULL, 0, 490, 0, 16709000, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'EVENTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012-0524 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'FILES', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, 0, 2677, 0, 16758020, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'GLOBAL_STATUS', NULL, NULL, NULL, NULL, NULL, NULL
, NULL, NULL, NULL, 0, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, '', '',
NULL),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, NULL, NULL, 0, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, '',
'', NULL),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, NULL, NULL, 0, 4637, 0, 16762755, 0, 0, NULL, NULL, NULL, NULL, '', '
', NULL),
(NULL, 'information_schema', 'PARTITIONS', NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012
-05-24 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PLUGINS', NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012-05
-24 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PROCESSLIST', NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '201
2-05-24 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PROFILING', NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, NULL, NULL, 0, 308, 0, 16562084, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL)
,
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', NULL, NULL, NULL, NULL,

NULL, NULL, NULL, NULL, NULL, 0, 4814, 0, 16767162, 0, 0, NULL, NULL, NULL, NULL
, '', '', NULL),
(NULL, 'information_schema', 'ROUTINES', NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012-0
5-24 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SCHEMATA', NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, 0, 3656, 0, 16755448, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL)
,
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, 0, 2179, 0, 16767405, 0, 0, NULL, NULL, NULL, NULL, '',
'', NULL),
(NULL, 'information_schema', 'SESSION_STATUS', NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, NULL, 0, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, '', ''
, NULL),
(NULL, 'information_schema', 'SESSION_VARIABLES', NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, 0, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, '',
'', NULL),
(NULL, 'information_schema', 'STATISTICS', NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, NULL, 0, 2679, 0, 16770540, 0, 0, NULL, NULL, NULL, NULL, '', '', NUL
L),
(NULL, 'information_schema', 'TABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, 0, 3641, 0, 16763164, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, 0, 2504, 0, 16749256, 0, 0, NULL, NULL, NULL, NULL, '',
'', NULL),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, NULL, NULL, 0, 2372, 0, 16748692, 0, 0, NULL, NULL, NULL, NULL, '', '
', NULL),
(NULL, 'information_schema', 'TRIGGERS', NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012-0
5-24 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'USER_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NU
LL, NULL, NULL, NULL, 0, 1986, 0, 16759854, 0, 0, NULL, NULL, NULL, NULL, '', ''
, NULL),
(NULL, 'information_schema', 'VIEWS', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-05-24 08:53:08', '2012-05-2
4 08:53:08', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'pesan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 8, 104, 1012, 281474976710655, 2048, 180, '2012-03-03 22:30:25', '2012-03-0
7 14:27:11', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'role', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 3, 52, 236, 281474976710655, 2048, 80, '2012-03-03 21:59:44', '2012-03-05 11
:44:04', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'sender', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, 2, 28, 56, 281474976710655, 2048, 0, '2012-03-03 21:59:44', '2012-03-03 22
:23:48', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'show_once', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, 2, 46, 548, 281474976710655, 2048, 456, '2012-03-07 00:22:38', '2012-03
-07 13:57:11', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'show_repeat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, 6, 56, 340, 281474976710655, 2048, 0, '2012-03-06 23:59:25', '2012-03
-07 14:15:32', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'showtype', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, 2, 20, 40, 281474976710655, 2048, 0, '2012-03-03 22:33:05', '2012-03-03
22:34:23', NULL, NULL, '', '', NULL),
(NULL, 'alertsystem', 'tipesender', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, NULL, 2, 20, 40, 281474976710655, 2048, 0, '2012-03-03 21:59:44', '2012-03-0
3 21:59:49', NULL, NULL, '', '', NULL),
(NULL, 'bikinpusing', 'image', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 15, 52, 780, 281474976710655, 2048, 0, '2011-12-21 00:39:18', '2011-12-29 1

6:59:13', NULL, NULL, '', '', NULL),


(NULL, 'bikinpusing', 'image_url', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, 16, 41, 656, 281474976710655, 1024, 0, '2011-12-21 00:38:45', '2011-1229 16:59:13', NULL, NULL, '', '', NULL),
(NULL, 'bikinpusing', 'kategori', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, 2, 20, 40, 281474976710655, 2048, 0, '2011-12-20 01:50:43', '2011-12-20
22:14:30', NULL, NULL, '', '', NULL),
(NULL, 'bikinpusing', 'lahir', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 6, 27, 164, 281474976710655, 1024, 0, '2011-12-19 18:59:56', '2011-12-21 13
:51:18', NULL, NULL, '', '', NULL),
(NULL, 'bikinpusing', 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 12, 56, 672, 281474976710655, 2048, 0, '2011-12-19 19:03:16', '2011-12-21 13
:51:18', NULL, NULL, '', '', NULL),
(NULL, 'blackpacker', 'kabupaten', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, 35, 23, 828, 281474976710655, 2048, 0, '2011-12-26 17:30:48', '2011-1231 07:58:22', NULL, NULL, '', '', NULL),
(NULL, 'blackpacker', 'kategori', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, 4, 60, 240, 281474976710655, 2048, 0, '2012-01-01 22:03:47', '2012-01-03
14:48:14', NULL, NULL, '', '', NULL),
(NULL, 'blackpacker', 'kota', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 14, 21, 304, 281474976710655, 2048, 0, '2011-12-26 10:32:49', '2011-12-31 08
:00:56', NULL, NULL, '', '', NULL),
(NULL, 'blackpacker', 'place', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 17, 160, 2728, 281474976710655, 2048, 0, '2012-01-01 22:10:27', '2012-05-19
14:57:27', NULL, NULL, '', '', NULL),
(NULL, 'blackpacker', 'provinsi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, 33, 24, 812, 281474976710655, 2048, 0, '2011-12-26 10:29:48', '2011-12-2
6 11:44:05', NULL, NULL, '', '', NULL),
(NULL, 'blog', 'post', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8,
125, 1180, 281474976710655, 1024, 176, '2011-12-13 07:50:16', '2011-12-13 17:36:
55', NULL, NULL, '', '', NULL),
(NULL, 'blog', 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 17,
58, 996, 281474976710655, 2048, 0, '2011-12-12 23:20:26', '2011-12-18 16:52:10'
, NULL, NULL, '', '', NULL),
(NULL, 'bp', 'kota', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0,
0, 281474976710655, 1024, 0, '2011-12-09 23:31:01', '2011-12-09 23:31:01', NULL
, NULL, '', '', NULL),
(NULL, 'bp', 'prov', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0,
0, 281474976710655, 1024, 0, '2011-12-09 23:35:00', '2011-12-09 23:35:00', NULL
, NULL, '', '', NULL),
(NULL, 'bp', 'tempat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,
0, 0, 281474976710655, 1024, 0, '2011-12-09 23:32:47', '2011-12-09 23:32:47', '2
011-12-09 23:32:47', NULL, '', '', NULL),
(NULL, 'cdcol', 'cds', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3,
49, 148, 281474976710655, 2048, 0, '2005-10-25 14:47:49', '2007-12-21 09:00:28',
NULL, NULL, '', '', NULL),
(NULL, 'db_apsi', 'mahasiswa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 9, 27, 248, 281474976710655, 1024, 0, '2011-03-19 11:14:43', '2011-11-30 14
:58:22', NULL, NULL, '', '', NULL),
(NULL, 'db_apsi', 'pegawai', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, 2, 20, 40, 281474976710655, 1024, 0, '2011-03-24 08:30:27', '2011-03-24 08:34
:17', NULL, NULL, '', '', NULL),
(NULL, 'kp', 'bpm', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 49, 57
, 2832, 281474976710655, 3072, 0, '2012-02-06 09:28:13', '2012-02-29 11:52:04',
NULL, NULL, '', '', NULL),
(NULL, 'kp', 'bpmlist', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33
1, 31, 10404, 281474976710655, 1024, 0, '2012-02-06 09:35:46', '2012-02-29 11:52
:04', NULL, NULL, '', '', NULL),
(NULL, 'kp', 'iklan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1
12, 112, 281474976710655, 2048, 0, '2012-02-06 09:28:13', '2012-02-29 08:40:10',

NULL, NULL, '', '', NULL),


(NULL, 'kp', 'pesan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 1
15, 1036, 281474976710655, 2048, 344, '2012-02-06 09:28:13', '2012-02-29 08:40:1
0', NULL, NULL, '', '', NULL),
(NULL, 'kp', 'produk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 17,
24, 420, 281474976710655, 2048, 0, '2012-02-06 09:28:13', '2012-02-28 22:39:18'
, NULL, NULL, '', '', NULL),
(NULL, 'kp', 'produk-proyek', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 47, 30, 1452, 281474976710655, 1024, 32, '2012-02-09 12:39:07', '2012-02-29
12:09:03', NULL, NULL, '', '', NULL),
(NULL, 'kp', 'proyek', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 11,
22, 252, 281474976710655, 2048, 0, '2012-02-06 09:28:13', '2012-02-28 22:38:28'
, NULL, NULL, '', '', NULL),
(NULL, 'kp', 'satuan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3,
20, 60, 281474976710655, 2048, 0, '2012-02-06 09:28:13', '2012-02-06 09:28:17',
NULL, NULL, '', '', NULL),
(NULL, 'kp', 'typeuser', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3
, 20, 60, 281474976710655, 2048, 0, '2012-02-06 09:28:13', '2012-02-06 09:28:17'
, NULL, NULL, '', '', NULL),
(NULL, 'kp', 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, 21
, 84, 281474976710655, 2048, 0, '2012-02-06 09:28:13', '2012-02-06 09:28:17', NU
LL, NULL, '', '', NULL),
(NULL, 'mysql', 'columns_priv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, 0, 0, 0, 227994731135631359, 4096, 0, '2008-11-15 00:31:31', '2008-11-15 0
0:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'db', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 4
40, 1320, 123848989752688639, 5120, 0, '2008-11-15 00:31:31', '2008-11-29 04:40:
52', '2008-11-15 00:31:32', NULL, '', '', NULL),
(NULL, 'mysql', 'event', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0
, 0, 0, 281474976710655, 2048, 0, '2008-11-15 00:31:32', '2008-11-15 00:31:32',
NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'func', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,
0, 0, 162974011515469823, 1024, 0, '2008-11-15 00:31:31', '2008-11-15 00:31:32'
, NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'general_log', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 2, 0, 0, NULL, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_category', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, 38, 581, 22078, 163536961468891135, 3072, 0, '2008-11-15 00:31:31', '2008
-11-15 00:31:34', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_keyword', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, 450, 197, 88650, 55450570411999231, 16384, 0, '2008-11-15 00:31:32', '2008
-11-15 00:31:34', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_relation', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, 975, 9, 8775, 2533274790395903, 16384, 0, '2008-11-15 00:31:32', '2008-11
-15 00:31:34', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'help_topic', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 497, 812, 403852, 281474976710655, 20480, 0, '2008-11-15 00:31:31', '2008-11
-15 00:31:34', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'host', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,
0, 0, 110056715893866495, 2048, 0, '2008-11-15 00:31:31', '2008-11-15 00:31:32'
, NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'ndb_binlog_index', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2008-11-15 00:31:32', '2008-11-15
00:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'plugin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
0, 0, 0, 162411061562048511, 1024, 0, '2008-11-15 00:31:31', '2008-11-15 00:31:3
2', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'proc', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1,
300, 300, 281474976710655, 4096, 0, '2008-11-15 00:31:32', '2012-03-07 22:51:04
', NULL, NULL, '', '', NULL),

(NULL, 'mysql', 'procs_priv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 0, 0, 0, 239253730204057599, 4096, 0, '2008-11-15 00:31:32', '2008-11-15 00:
31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'servers', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
0, 0, 0, 433752939111120895, 1024, 0, '2008-11-15 00:31:31', '2008-11-15 00:31:
32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'slow_log', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, 2, 0, 0, NULL, 0, 0, NULL, NULL, NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'tables_priv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, 0, 0, 0, 239535205180768255, 4096, 0, '2008-11-15 00:31:31', '2008-11-15 00
:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, 0, 0, 0, 1970324836974591, 1024, 0, '2008-11-15 00:31:32', '2008-11-15 00:31:
32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_leap_second', NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, 0, 0, 0, 3659174697238527, 1024, 0, '2008-11-15 00:31:32', '200811-15 00:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_name', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, 0, 0, 0, 55450570411999231, 1024, 0, '2008-11-15 00:31:32', '2008-11-15
00:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_transition', NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, NULL, 0, 0, 0, 4785074604081151, 1024, 0, '2008-11-15 00:31:32', '2008-1
1-15 00:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'time_zone_transition_type', NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, 0, 0, 0, 10696049115004927, 1024, 0, '2008-11-15 00:31:32', '
2008-11-15 00:31:32', NULL, NULL, '', '', NULL),
(NULL, 'mysql', 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4,
51, 204, 281474976710655, 2048, 0, '2008-11-15 00:31:31', '2008-11-29 04:45:00'
, NULL, NULL, '', '', NULL),
(NULL, 'pa', 'alur_pa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,
0, 0, 281474976710655, 1024, 0, '2012-04-18 11:27:45', '2012-04-18 11:27:45', N
ULL, NULL, '', '', NULL),
(NULL, 'pa', 'dosen', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2
0, 60, 281474976710655, 2048, 0, '2012-04-09 08:31:47', '2012-05-04 09:27:36', N
ULL, NULL, '', '', NULL),
(NULL, 'pa', 'proyek', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2,
22, 44, 281474976710655, 2048, 0, '2012-04-09 08:28:11', '2012-04-09 08:28:11',
NULL, NULL, '', '', NULL),
(NULL, 'pa', 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, 3
3, 532, 281474976710655, 2048, 0, '2012-03-28 16:44:20', '2012-05-04 11:26:49',
NULL, NULL, '', '', NULL),
(NULL, 'pacc', 'mahasiswa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
, 6, 34, 208, 281474976710655, 1024, 0, '2011-10-18 10:45:53', '2011-10-19 14:50
:37', NULL, NULL, '', '', NULL),
(NULL, 'pacc', 'prov', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9,
24, 220, 281474976710655, 1024, 0, '2011-10-27 13:38:01', '2011-10-27 13:40:36',
NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_bookmark', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2008-11-29 04:40:50', '2008-11-29
04:40:50', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_column_info', NULL, NULL, NULL, NULL, NULL, NULL, NULL
, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2008-11-29 04:40:51', '2008-11
-29 04:40:50', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_designer_coords', NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2008-11-29 04:40:51', '200
8-11-29 04:40:50', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_history', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, NULL, 1318, 86, 114468, 281474976710655, 41984, 0, '2008-11-29 04:40:51', '2
012-05-04 11:23:40', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_pdf_pages', NULL, NULL, NULL, NULL, NULL, NULL, NULL,

NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2008-11-29 04:40:51', '2008-11-2


9 04:40:50', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_relation', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N
ULL, NULL, 26, 55, 1488, 281474976710655, 3072, 40, '2008-11-29 04:40:51', '2012
-04-09 08:44:27', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_table_coords', NULL, NULL, NULL, NULL, NULL, NULL, NUL
L, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2008-11-29 04:40:51', '2008-1
1-29 04:40:50', NULL, NULL, '', '', NULL),
(NULL, 'phpmyadmin', 'pma_table_info', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, 1, 32, 32, 281474976710655, 2048, 0, '2008-11-29 04:40:51', '2011-1
2-19 19:09:11', NULL, NULL, '', '', NULL),
(NULL, 'tes', 'demo_twitter_timeline', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, 2, 30, 924, 281474976710655, 2048, 864, '2012-03-15 13:23:32', '201
2-03-17 12:55:11', NULL, NULL, '', '', NULL),
(NULL, 'tes', 'timeline', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
10, 238, 2380, 281474976710655, 2048, 0, '2012-03-19 10:09:48', '2012-03-19 10:0
9:48', NULL, NULL, '', '', NULL),
(NULL, 'tes', 'tz_todo', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6
, 55, 384, 281474976710655, 3072, 52, '2012-03-19 10:17:06', '2012-03-19 10:34:2
0', NULL, NULL, '', '', NULL),
(NULL, 'webauth', 'user_pwd', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU
LL, 1, 63, 63, 17732923532771327, 2048, 0, '2005-10-25 14:47:49', '2007-12-21 09
:00:28', NULL, NULL, '', '', NULL);
-- ---------------------------------------------------------- Table structure for table `PLUGINS`
-CREATE TEMPORARY TABLE `PLUGINS` (
`PLUGIN_NAME` varchar(64) NOT NULL DEFAULT '',
`PLUGIN_VERSION` varchar(20) NOT NULL DEFAULT '',
`PLUGIN_STATUS` varchar(10) NOT NULL DEFAULT '',
`PLUGIN_TYPE` varchar(80) NOT NULL DEFAULT '',
`PLUGIN_TYPE_VERSION` varchar(20) NOT NULL DEFAULT '',
`PLUGIN_LIBRARY` varchar(64) DEFAULT NULL,
`PLUGIN_LIBRARY_VERSION` varchar(20) DEFAULT NULL,
`PLUGIN_AUTHOR` varchar(64) DEFAULT NULL,
`PLUGIN_DESCRIPTION` longtext,
`PLUGIN_LICENSE` varchar(80) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `PLUGINS`
-INSERT INTO `PLUGINS` (`PLUGIN_NAME`, `PLUGIN_VERSION`, `PLUGIN_STATUS`, `PLUGIN
_TYPE`, `PLUGIN_TYPE_VERSION`, `PLUGIN_LIBRARY`, `PLUGIN_LIBRARY_VERSION`, `PLUG
IN_AUTHOR`, `PLUGIN_DESCRIPTION`, `PLUGIN_LICENSE`) VALUES
('binlog', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'MySQL AB',
'This is a pseudo storage engine to represent the binlog in a transaction', 'GP
L'),
('MEMORY', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'MySQL AB',
'Hash based, stored in memory, useful for temporary tables', 'GPL'),
('MyISAM', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'MySQL AB',
'Default engine as of MySQL 3.23 with great performance', 'GPL'),
('MRG_MYISAM', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'MySQL
AB', 'Collection of identical MyISAM tables', 'GPL'),
('ARCHIVE', '3.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'Brian Ake

r, MySQL AB', 'Archive storage engine', 'GPL'),


('BLACKHOLE', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'MySQL A
B', '/dev/null storage engine (anything you write to it disappears)', 'GPL'),
('CSV', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'Brian Aker, M
ySQL AB', 'CSV storage engine', 'GPL'),
('InnoDB', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'Innobase O
Y', 'Supports transactions, row-level locking, and foreign keys', 'GPL'),
('partition', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50130.0', NULL, NULL, 'Mikael
Ronstrom, MySQL AB', 'Partition Storage Engine Helper', 'GPL');
-- ---------------------------------------------------------- Table structure for table `PROCESSLIST`
-CREATE TEMPORARY TABLE `PROCESSLIST` (
`ID` bigint(4) NOT NULL DEFAULT '0',
`USER` varchar(16) NOT NULL DEFAULT '',
`HOST` varchar(64) NOT NULL DEFAULT '',
`DB` varchar(64) DEFAULT NULL,
`COMMAND` varchar(16) NOT NULL DEFAULT '',
`TIME` bigint(7) NOT NULL DEFAULT '0',
`STATE` varchar(64) DEFAULT NULL,
`INFO` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `PROCESSLIST`
-INSERT INTO `PROCESSLIST` (`ID`, `USER`, `HOST`, `DB`, `COMMAND`, `TIME`, `STATE
`, `INFO`) VALUES
(8, 'root', 'localhost:3556', 'information_schema', 'Query', 0, 'executing', 'SE
LECT * FROM `information_schema`.`PROCESSLIST`'),
(7, 'pma', 'localhost:3555', NULL, 'Sleep', 3, '', NULL);
-- ---------------------------------------------------------- Table structure for table `PROFILING`
-CREATE TEMPORARY TABLE `PROFILING` (
`QUERY_ID` int(20) NOT NULL DEFAULT '0',
`SEQ` int(20) NOT NULL DEFAULT '0',
`STATE` varchar(30) NOT NULL DEFAULT '',
`DURATION` decimal(9,6) NOT NULL DEFAULT '0.000000',
`CPU_USER` decimal(9,6) DEFAULT NULL,
`CPU_SYSTEM` decimal(9,6) DEFAULT NULL,
`CONTEXT_VOLUNTARY` int(20) DEFAULT NULL,
`CONTEXT_INVOLUNTARY` int(20) DEFAULT NULL,
`BLOCK_OPS_IN` int(20) DEFAULT NULL,
`BLOCK_OPS_OUT` int(20) DEFAULT NULL,
`MESSAGES_SENT` int(20) DEFAULT NULL,
`MESSAGES_RECEIVED` int(20) DEFAULT NULL,
`PAGE_FAULTS_MAJOR` int(20) DEFAULT NULL,
`PAGE_FAULTS_MINOR` int(20) DEFAULT NULL,
`SWAPS` int(20) DEFAULT NULL,
`SOURCE_FUNCTION` varchar(30) DEFAULT NULL,

`SOURCE_FILE` varchar(20) DEFAULT NULL,


`SOURCE_LINE` int(20) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `PROFILING`
--- ---------------------------------------------------------- Table structure for table `REFERENTIAL_CONSTRAINTS`
-CREATE TEMPORARY TABLE `REFERENTIAL_CONSTRAINTS` (
`CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
`CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
`UNIQUE_CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
`UNIQUE_CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`UNIQUE_CONSTRAINT_NAME` varchar(64) DEFAULT NULL,
`MATCH_OPTION` varchar(64) NOT NULL DEFAULT '',
`UPDATE_RULE` varchar(64) NOT NULL DEFAULT '',
`DELETE_RULE` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`REFERENCED_TABLE_NAME` varchar(64) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `REFERENTIAL_CONSTRAINTS`
--- ---------------------------------------------------------- Table structure for table `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,
`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 '',


`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
`DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `ROUTINES`
-INSERT INTO `ROUTINES` (`SPECIFIC_NAME`, `ROUTINE_CATALOG`, `ROUTINE_SCHEMA`, `R
OUTINE_NAME`, `ROUTINE_TYPE`, `DTD_IDENTIFIER`, `ROUTINE_BODY`, `ROUTINE_DEFINIT
ION`, `EXTERNAL_NAME`, `EXTERNAL_LANGUAGE`, `PARAMETER_STYLE`, `IS_DETERMINISTIC
`, `SQL_DATA_ACCESS`, `SQL_PATH`, `SECURITY_TYPE`, `CREATED`, `LAST_ALTERED`, `S
QL_MODE`, `ROUTINE_COMMENT`, `DEFINER`, `CHARACTER_SET_CLIENT`, `COLLATION_CONNE
CTION`, `DATABASE_COLLATION`) VALUES
('tes', NULL, 'alertsystem', 'tes', 'FUNCTION', 'int(11)', 'SQL', 'BEGIN\r\nDECL
ARE jml INT;\r\nSELECT COUNT(*) AS jml_kelas INTO jml FROM pesan;\r\nRETURN jml;
\r\nEND', NULL, NULL, 'SQL', 'YES', 'CONTAINS SQL', NULL, 'DEFINER', '2012-03-07
22:50:58', '2012-03-07 22:50:58', '', '', 'root@localhost', 'utf8', 'utf8_gener
al_ci', 'latin1_swedish_ci');
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `SCHEMATA`
-INSERT INTO `SCHEMATA` (`CATALOG_NAME`, `SCHEMA_NAME`, `DEFAULT_CHARACTER_SET_NA
ME`, `DEFAULT_COLLATION_NAME`, `SQL_PATH`) VALUES
(NULL, 'information_schema', 'utf8', 'utf8_general_ci', NULL),
(NULL, 'alertsystem', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'bikinpusing', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'blackpacker', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'blog', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'bp', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'cdcol', 'latin1', 'latin1_general_ci', NULL),
(NULL, 'db_apsi', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'kp', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'mysql', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'pa', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'pacc', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'pegawai', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'phpmyadmin', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'tes', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'test', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'webauth', 'latin1', 'latin1_general_ci', NULL);

-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `SCHEMA_PRIVILEGES`
-INSERT INTO `SCHEMA_PRIVILEGES` (`GRANTEE`, `TABLE_CATALOG`, `TABLE_SCHEMA`, `PR
IVILEGE_TYPE`, `IS_GRANTABLE`) VALUES
('''pma''@''localhost''', NULL, 'phpmyadmin', 'SELECT', 'NO'),
('''pma''@''localhost''', NULL, 'phpmyadmin', 'INSERT', 'NO'),
('''pma''@''localhost''', NULL, 'phpmyadmin', 'UPDATE', 'NO'),
('''pma''@''localhost''', NULL, 'phpmyadmin', 'DELETE', 'NO'),
('''''@''%''', NULL, 'test', 'SELECT', 'NO'),
('''''@''%''', NULL, 'test', 'INSERT', 'NO'),
('''''@''%''', NULL, 'test', 'UPDATE', 'NO'),
('''''@''%''', NULL, 'test', 'DELETE', 'NO'),
('''''@''%''', NULL, 'test', 'CREATE', 'NO'),
('''''@''%''', NULL, 'test', 'DROP', 'NO'),
('''''@''%''', NULL, 'test', 'REFERENCES', 'NO'),
('''''@''%''', NULL, 'test', 'INDEX', 'NO'),
('''''@''%''', NULL, 'test', 'ALTER', 'NO'),
('''''@''%''', NULL, 'test', 'CREATE TEMPORARY TABLES', 'NO'),
('''''@''%''', NULL, 'test', 'LOCK TABLES', 'NO'),
('''''@''%''', NULL, 'test', 'CREATE VIEW', 'NO'),
('''''@''%''', NULL, 'test', 'SHOW VIEW', 'NO'),
('''''@''%''', NULL, 'test', 'CREATE ROUTINE', 'NO'),
('''''@''%''', NULL, 'test', 'EVENT', 'NO'),
('''''@''%''', NULL, 'test', 'TRIGGER', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'SELECT', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'INSERT', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'UPDATE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'DELETE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'CREATE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'DROP', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'REFERENCES', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'INDEX', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'ALTER', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'CREATE TEMPORARY TABLES', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'LOCK TABLES', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'CREATE VIEW', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'SHOW VIEW', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'CREATE ROUTINE', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'EVENT', 'NO'),
('''''@''%''', NULL, 'test\\_%', 'TRIGGER', 'NO');
-- ---------------------------------------------------------

-- Table structure for table `SESSION_STATUS`


-CREATE TEMPORARY TABLE `SESSION_STATUS` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(20480) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `SESSION_STATUS`
-INSERT INTO `SESSION_STATUS` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('ABORTED_CLIENTS', '0'),
('ABORTED_CONNECTS', '0'),
('BINLOG_CACHE_DISK_USE', '0'),
('BINLOG_CACHE_USE', '0'),
('BYTES_RECEIVED', '23454'),
('BYTES_SENT', '311247'),
('COM_ADMIN_COMMANDS', '0'),
('COM_ASSIGN_TO_KEYCACHE', '0'),
('COM_ALTER_DB', '0'),
('COM_ALTER_DB_UPGRADE', '0'),
('COM_ALTER_EVENT', '0'),
('COM_ALTER_FUNCTION', '0'),
('COM_ALTER_PROCEDURE', '0'),
('COM_ALTER_SERVER', '0'),
('COM_ALTER_TABLE', '0'),
('COM_ALTER_TABLESPACE', '0'),
('COM_ANALYZE', '0'),
('COM_BACKUP_TABLE', '0'),
('COM_BEGIN', '0'),
('COM_BINLOG', '0'),
('COM_CALL_PROCEDURE', '0'),
('COM_CHANGE_DB', '45'),
('COM_CHANGE_MASTER', '0'),
('COM_CHECK', '0'),
('COM_CHECKSUM', '0'),
('COM_COMMIT', '0'),
('COM_CREATE_DB', '0'),
('COM_CREATE_EVENT', '0'),
('COM_CREATE_FUNCTION', '0'),
('COM_CREATE_INDEX', '0'),
('COM_CREATE_PROCEDURE', '0'),
('COM_CREATE_SERVER', '0'),
('COM_CREATE_TABLE', '0'),
('COM_CREATE_TRIGGER', '0'),
('COM_CREATE_UDF', '0'),
('COM_CREATE_USER', '0'),
('COM_CREATE_VIEW', '0'),
('COM_DEALLOC_SQL', '0'),
('COM_DELETE', '0'),
('COM_DELETE_MULTI', '0'),
('COM_DO', '0'),
('COM_DROP_DB', '0'),
('COM_DROP_EVENT', '0'),
('COM_DROP_FUNCTION', '0'),
('COM_DROP_INDEX', '0'),
('COM_DROP_PROCEDURE', '0'),
('COM_DROP_SERVER', '0'),

('COM_DROP_TABLE', '0'),
('COM_DROP_TRIGGER', '0'),
('COM_DROP_USER', '0'),
('COM_DROP_VIEW', '0'),
('COM_EMPTY_QUERY', '0'),
('COM_EXECUTE_SQL', '0'),
('COM_FLUSH', '0'),
('COM_GRANT', '0'),
('COM_HA_CLOSE', '0'),
('COM_HA_OPEN', '0'),
('COM_HA_READ', '0'),
('COM_HELP', '0'),
('COM_INSERT', '0'),
('COM_INSERT_SELECT', '0'),
('COM_INSTALL_PLUGIN', '0'),
('COM_KILL', '0'),
('COM_LOAD', '0'),
('COM_LOAD_MASTER_DATA', '0'),
('COM_LOAD_MASTER_TABLE', '0'),
('COM_LOCK_TABLES', '0'),
('COM_OPTIMIZE', '0'),
('COM_PRELOAD_KEYS', '0'),
('COM_PREPARE_SQL', '0'),
('COM_PURGE', '0'),
('COM_PURGE_BEFORE_DATE', '0'),
('COM_RELEASE_SAVEPOINT', '0'),
('COM_RENAME_TABLE', '0'),
('COM_RENAME_USER', '0'),
('COM_REPAIR', '0'),
('COM_REPLACE', '0'),
('COM_REPLACE_SELECT', '0'),
('COM_RESET', '0'),
('COM_RESTORE_TABLE', '0'),
('COM_REVOKE', '0'),
('COM_REVOKE_ALL', '0'),
('COM_ROLLBACK', '0'),
('COM_ROLLBACK_TO_SAVEPOINT', '0'),
('COM_SAVEPOINT', '0'),
('COM_SELECT', '97'),
('COM_SET_OPTION', '47'),
('COM_SHOW_AUTHORS', '0'),
('COM_SHOW_BINLOG_EVENTS', '0'),
('COM_SHOW_BINLOGS', '0'),
('COM_SHOW_CHARSETS', '0'),
('COM_SHOW_COLLATIONS', '0'),
('COM_SHOW_COLUMN_TYPES', '0'),
('COM_SHOW_CONTRIBUTORS', '0'),
('COM_SHOW_CREATE_DB', '0'),
('COM_SHOW_CREATE_EVENT', '0'),
('COM_SHOW_CREATE_FUNC', '0'),
('COM_SHOW_CREATE_PROC', '0'),
('COM_SHOW_CREATE_TABLE', '45'),
('COM_SHOW_CREATE_TRIGGER', '0'),
('COM_SHOW_DATABASES', '1'),
('COM_SHOW_ENGINE_LOGS', '0'),
('COM_SHOW_ENGINE_MUTEX', '0'),
('COM_SHOW_ENGINE_STATUS', '0'),
('COM_SHOW_EVENTS', '0'),
('COM_SHOW_ERRORS', '0'),
('COM_SHOW_FIELDS', '0'),

('COM_SHOW_FUNCTION_STATUS', '0'),
('COM_SHOW_GRANTS', '0'),
('COM_SHOW_KEYS', '0'),
('COM_SHOW_MASTER_STATUS', '0'),
('COM_SHOW_NEW_MASTER', '0'),
('COM_SHOW_OPEN_TABLES', '0'),
('COM_SHOW_PLUGINS', '1'),
('COM_SHOW_PRIVILEGES', '0'),
('COM_SHOW_PROCEDURE_STATUS', '0'),
('COM_SHOW_PROCESSLIST', '0'),
('COM_SHOW_PROFILE', '0'),
('COM_SHOW_PROFILES', '0'),
('COM_SHOW_SLAVE_HOSTS', '0'),
('COM_SHOW_SLAVE_STATUS', '0'),
('COM_SHOW_STATUS', '0'),
('COM_SHOW_STORAGE_ENGINES', '0'),
('COM_SHOW_TABLE_STATUS', '90'),
('COM_SHOW_TABLES', '8'),
('COM_SHOW_TRIGGERS', '0'),
('COM_SHOW_VARIABLES', '0'),
('COM_SHOW_WARNINGS', '0'),
('COM_SLAVE_START', '0'),
('COM_SLAVE_STOP', '0'),
('COM_STMT_CLOSE', '0'),
('COM_STMT_EXECUTE', '0'),
('COM_STMT_FETCH', '0'),
('COM_STMT_PREPARE', '0'),
('COM_STMT_REPREPARE', '0'),
('COM_STMT_RESET', '0'),
('COM_STMT_SEND_LONG_DATA', '0'),
('COM_TRUNCATE', '0'),
('COM_UNINSTALL_PLUGIN', '0'),
('COM_UNLOCK_TABLES', '0'),
('COM_UPDATE', '0'),
('COM_UPDATE_MULTI', '0'),
('COM_XA_COMMIT', '0'),
('COM_XA_END', '0'),
('COM_XA_PREPARE', '0'),
('COM_XA_RECOVER', '0'),
('COM_XA_ROLLBACK', '0'),
('COM_XA_START', '0'),
('COMPRESSION', 'OFF'),
('CONNECTIONS', '9'),
('CREATED_TMP_DISK_TABLES', '109'),
('CREATED_TMP_FILES', '5'),
('CREATED_TMP_TABLES', '364'),
('DELAYED_ERRORS', '0'),
('DELAYED_INSERT_THREADS', '0'),
('DELAYED_WRITES', '0'),
('FLUSH_COMMANDS', '1'),
('HANDLER_COMMIT', '0'),
('HANDLER_DELETE', '0'),
('HANDLER_DISCOVER', '0'),
('HANDLER_PREPARE', '0'),
('HANDLER_READ_FIRST', '4'),
('HANDLER_READ_KEY', '0'),
('HANDLER_READ_NEXT', '1'),
('HANDLER_READ_PREV', '0'),
('HANDLER_READ_RND', '0'),
('HANDLER_READ_RND_NEXT', '2747'),

('HANDLER_ROLLBACK', '0'),
('HANDLER_SAVEPOINT', '0'),
('HANDLER_SAVEPOINT_ROLLBACK', '0'),
('HANDLER_UPDATE', '0'),
('HANDLER_WRITE', '2510'),
('INNODB_BUFFER_POOL_PAGES_DATA', '35'),
('INNODB_BUFFER_POOL_PAGES_DIRTY', '0'),
('INNODB_BUFFER_POOL_PAGES_FLUSHED', '0'),
('INNODB_BUFFER_POOL_PAGES_FREE', '989'),
('INNODB_BUFFER_POOL_PAGES_MISC', '0'),
('INNODB_BUFFER_POOL_PAGES_TOTAL', '1024'),
('INNODB_BUFFER_POOL_READ_AHEAD_RND', '1'),
('INNODB_BUFFER_POOL_READ_AHEAD_SEQ', '0'),
('INNODB_BUFFER_POOL_READ_REQUESTS', '109'),
('INNODB_BUFFER_POOL_READS', '12'),
('INNODB_BUFFER_POOL_WAIT_FREE', '0'),
('INNODB_BUFFER_POOL_WRITE_REQUESTS', '0'),
('INNODB_DATA_FSYNCS', '3'),
('INNODB_DATA_PENDING_FSYNCS', '0'),
('INNODB_DATA_PENDING_READS', '0'),
('INNODB_DATA_PENDING_WRITES', '0'),
('INNODB_DATA_READ', '2756608'),
('INNODB_DATA_READS', '45'),
('INNODB_DATA_WRITES', '3'),
('INNODB_DATA_WRITTEN', '1536'),
('INNODB_DBLWR_PAGES_WRITTEN', '0'),
('INNODB_DBLWR_WRITES', '0'),
('INNODB_LOG_WAITS', '0'),
('INNODB_LOG_WRITE_REQUESTS', '0'),
('INNODB_LOG_WRITES', '1'),
('INNODB_OS_LOG_FSYNCS', '3'),
('INNODB_OS_LOG_PENDING_FSYNCS', '0'),
('INNODB_OS_LOG_PENDING_WRITES', '0'),
('INNODB_OS_LOG_WRITTEN', '512'),
('INNODB_PAGE_SIZE', '16384'),
('INNODB_PAGES_CREATED', '0'),
('INNODB_PAGES_READ', '35'),
('INNODB_PAGES_WRITTEN', '0'),
('INNODB_ROW_LOCK_CURRENT_WAITS', '0'),
('INNODB_ROW_LOCK_TIME', '0'),
('INNODB_ROW_LOCK_TIME_AVG', '0'),
('INNODB_ROW_LOCK_TIME_MAX', '0'),
('INNODB_ROW_LOCK_WAITS', '0'),
('INNODB_ROWS_DELETED', '0'),
('INNODB_ROWS_INSERTED', '0'),
('INNODB_ROWS_READ', '0'),
('INNODB_ROWS_UPDATED', '0'),
('KEY_BLOCKS_NOT_FLUSHED', '0'),
('KEY_BLOCKS_UNUSED', '14345'),
('KEY_BLOCKS_USED', '2'),
('KEY_READ_REQUESTS', '4'),
('KEY_READS', '2'),
('KEY_WRITE_REQUESTS', '0'),
('KEY_WRITES', '0'),
('LAST_QUERY_COST', '10.499000'),
('MAX_USED_CONNECTIONS', '4'),
('NOT_FLUSHED_DELAYED_ROWS', '0'),
('OPEN_FILES', '128'),
('OPEN_STREAMS', '0'),
('OPEN_TABLE_DEFINITIONS', '76'),

('OPEN_TABLES', '64'),
('OPENED_FILES', '1122'),
('OPENED_TABLE_DEFINITIONS', '60'),
('OPENED_TABLES', '296'),
('PREPARED_STMT_COUNT', '0'),
('QCACHE_FREE_BLOCKS', '0'),
('QCACHE_FREE_MEMORY', '0'),
('QCACHE_HITS', '0'),
('QCACHE_INSERTS', '0'),
('QCACHE_LOWMEM_PRUNES', '0'),
('QCACHE_NOT_CACHED', '0'),
('QCACHE_QUERIES_IN_CACHE', '0'),
('QCACHE_TOTAL_BLOCKS', '0'),
('QUESTIONS', '375'),
('RPL_STATUS', 'NULL'),
('SELECT_FULL_JOIN', '0'),
('SELECT_FULL_RANGE_JOIN', '0'),
('SELECT_RANGE', '0'),
('SELECT_RANGE_CHECK', '0'),
('SELECT_SCAN', '194'),
('SLAVE_OPEN_TEMP_TABLES', '0'),
('SLAVE_RETRIED_TRANSACTIONS', '0'),
('SLAVE_RUNNING', 'OFF'),
('SLOW_LAUNCH_THREADS', '0'),
('SLOW_QUERIES', '0'),
('SORT_MERGE_PASSES', '0'),
('SORT_RANGE', '0'),
('SORT_ROWS', '0'),
('SORT_SCAN', '0'),
('SSL_ACCEPT_RENEGOTIATES', '0'),
('SSL_ACCEPTS', '0'),
('SSL_CALLBACK_CACHE_HITS', '0'),
('SSL_CIPHER', ''),
('SSL_CIPHER_LIST', ''),
('SSL_CLIENT_CONNECTS', '0'),
('SSL_CONNECT_RENEGOTIATES', '0'),
('SSL_CTX_VERIFY_DEPTH', '0'),
('SSL_CTX_VERIFY_MODE', '0'),
('SSL_DEFAULT_TIMEOUT', '0'),
('SSL_FINISHED_ACCEPTS', '0'),
('SSL_FINISHED_CONNECTS', '0'),
('SSL_SESSION_CACHE_HITS', '0'),
('SSL_SESSION_CACHE_MISSES', '0'),
('SSL_SESSION_CACHE_MODE', 'NONE'),
('SSL_SESSION_CACHE_OVERFLOWS', '0'),
('SSL_SESSION_CACHE_SIZE', '0'),
('SSL_SESSION_CACHE_TIMEOUTS', '0'),
('SSL_SESSIONS_REUSED', '0'),
('SSL_USED_SESSION_CACHE_ENTRIES', '0'),
('SSL_VERIFY_DEPTH', '0'),
('SSL_VERIFY_MODE', '0'),
('SSL_VERSION', ''),
('TABLE_LOCKS_IMMEDIATE', '46'),
('TABLE_LOCKS_WAITED', '0'),
('TC_LOG_MAX_PAGES_USED', '0'),
('TC_LOG_PAGE_SIZE', '0'),
('TC_LOG_PAGE_WAITS', '0'),
('THREADS_CACHED', '0'),
('THREADS_CONNECTED', '2'),
('THREADS_CREATED', '8'),

('THREADS_RUNNING', '1'),
('UPTIME', '41'),
('UPTIME_SINCE_FLUSH_STATUS', '41');
-- ---------------------------------------------------------- Table structure for table `SESSION_VARIABLES`
-CREATE TEMPORARY TABLE `SESSION_VARIABLES` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(20480) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `SESSION_VARIABLES`
-INSERT INTO `SESSION_VARIABLES` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('BACK_LOG', '50'),
('CHARACTER_SETS_DIR', 'C:\\xampp\\mysql\\share\\charsets\\'),
('FT_MAX_WORD_LEN', '84'),
('FT_MIN_WORD_LEN', '4'),
('FT_QUERY_EXPANSION_LIMIT', '20'),
('FT_STOPWORD_FILE', '(built-in)'),
('INIT_FILE', ''),
('LANGUAGE', 'C:\\xampp\\mysql\\share\\english\\'),
('LARGE_FILES_SUPPORT', 'ON'),
('LARGE_PAGE_SIZE', '0'),
('LARGE_PAGES', 'OFF'),
('LOG_BIN', 'OFF'),
('LOG_ERROR', 'C:\\xampp\\mysql\\data\\politekn-21e7e4.err'),
('LOWER_CASE_FILE_SYSTEM', 'ON'),
('LOWER_CASE_TABLE_NAMES', '1'),
('MYISAM_RECOVER_OPTIONS', 'OFF'),
('NAMED_PIPE', 'OFF'),
('OPEN_FILES_LIMIT', '755'),
('PID_FILE', 'C:\\xampp\\mysql\\data\\politekn-21e7e4.pid'),
('PLUGIN_DIR', 'C:\\xampp\\mysql\\lib/plugin'),
('PORT', '3306'),
('PROTOCOL_VERSION', '10'),
('SHARED_MEMORY', 'OFF'),
('SHARED_MEMORY_BASE_NAME', 'MYSQL'),
('SKIP_EXTERNAL_LOCKING', 'ON'),
('SKIP_NETWORKING', 'OFF'),
('SKIP_SHOW_DATABASE', 'OFF'),
('THREAD_STACK', '196608'),
('LOG_SLAVE_UPDATES', 'OFF'),
('RELAY_LOG', ''),
('RELAY_LOG_INDEX', ''),
('RELAY_LOG_INFO_FILE', 'relay-log.info'),
('RELAY_LOG_SPACE_LIMIT', '0'),
('SLAVE_LOAD_TMPDIR', 'C:\\xampp\\tmp'),
('SLAVE_SKIP_ERRORS', 'OFF'),
('LICENSE', 'GPL'),
('MAX_ERROR_COUNT', '64'),
('HAVE_CRYPT', 'NO'),
('NET_BUFFER_LENGTH', '8192'),
('MYISAM_REPAIR_THREADS', '1'),

('AUTOMATIC_SP_PRIVILEGES', 'ON'),
('OPTIMIZER_PRUNE_LEVEL', '1'),
('CHARACTER_SET_CONNECTION', 'utf8'),
('LOG_BIN_TRUST_FUNCTION_CREATORS', 'OFF'),
('OLD_PASSWORDS', 'OFF'),
('FT_BOOLEAN_SYNTAX', '+ -><()~*:""&|'),
('SSL_CIPHER', ''),
('HAVE_OPENSSL', 'DISABLED'),
('CHARACTER_SET_RESULTS', 'utf8'),
('LOG_BIN_TRUST_ROUTINE_CREATORS', 'OFF'),
('MAX_RELAY_LOG_SIZE', '0'),
('SORT_BUFFER_SIZE', '524288'),
('BINLOG_CACHE_SIZE', '32768'),
('IDENTITY', '0'),
('COLLATION_DATABASE', 'utf8_general_ci'),
('UPDATABLE_VIEWS_WITH_LIMIT', 'YES'),
('COMPLETION_TYPE', '0'),
('SLOW_LAUNCH_TIME', '2'),
('CONNECT_TIMEOUT', '10'),
('INNODB_LOCK_WAIT_TIMEOUT', '50'),
('INNODB_CHECKSUMS', 'ON'),
('SQL_SAFE_UPDATES', 'OFF'),
('SLAVE_EXEC_MODE', 'STRICT'),
('SQL_QUOTE_SHOW_CREATE', 'ON'),
('DELAYED_QUEUE_SIZE', '1000'),
('SQL_LOG_UPDATE', 'ON'),
('DELAYED_INSERT_TIMEOUT', '300'),
('WAIT_TIMEOUT', '28800'),
('FLUSH_TIME', '1800'),
('TMP_TABLE_SIZE', '16777216'),
('INTERACTIVE_TIMEOUT', '28800'),
('QUERY_PREALLOC_SIZE', '8192'),
('PSEUDO_THREAD_ID', '8'),
('REPORT_HOST', ''),
('CHARACTER_SET_DATABASE', 'utf8'),
('SSL_KEY', ''),
('QUERY_CACHE_WLOCK_INVALIDATE', 'OFF'),
('REPORT_USER', ''),
('FLUSH', 'OFF'),
('HAVE_GEOMETRY', 'YES'),
('JOIN_BUFFER_SIZE', '131072'),
('INSERT_ID', '0'),
('MAX_BINLOG_SIZE', '1073741824'),
('RELAY_LOG_PURGE', 'ON'),
('INIT_SLAVE', ''),
('LOG_WARNINGS', '1'),
('MAX_CONNECT_ERRORS', '10'),
('GROUP_CONCAT_MAX_LEN', '1024'),
('SLAVE_COMPRESSED_PROTOCOL', 'OFF'),
('INNODB_LOG_BUFFER_SIZE', '8388608'),
('MAX_CONNECTIONS', '151'),
('SECURE_FILE_PRIV', ''),
('AUTOCOMMIT', 'ON'),
('INNODB_MAX_PURGE_LAG', '0'),
('TIMED_MUTEXES', 'OFF'),
('TRANSACTION_PREALLOC_SIZE', '4096'),
('MAX_SEEKS_FOR_KEY', '4294967295'),
('VERSION_COMPILE_OS', 'Win32'),
('MAX_PREPARED_STMT_COUNT', '16382'),
('SQL_NOTES', 'ON'),

('EVENT_SCHEDULER', 'OFF'),
('LOW_PRIORITY_UPDATES', 'OFF'),
('LOG_QUERIES_NOT_USING_INDEXES', 'OFF'),
('REPORT_PASSWORD', ''),
('DELAYED_INSERT_LIMIT', '100'),
('MAX_INSERT_DELAYED_THREADS', '20'),
('CHARACTER_SET_SERVER', 'latin1'),
('HAVE_COMPRESS', 'YES'),
('MAX_LENGTH_FOR_SORT_DATA', '1024'),
('TRANSACTION_ALLOC_BLOCK_SIZE', '8192'),
('MAX_HEAP_TABLE_SIZE', '16777216'),
('THREAD_CACHE_SIZE', '0'),
('READ_RND_BUFFER_SIZE', '524288'),
('INNODB_DOUBLEWRITE', 'ON'),
('KEY_CACHE_AGE_THRESHOLD', '300'),
('SYNC_FRM', 'ON'),
('NET_RETRY_COUNT', '10'),
('DEFAULT_WEEK_FORMAT', '0'),
('WARNING_COUNT', '0'),
('LOG_OUTPUT', 'FILE'),
('OLD_ALTER_TABLE', 'OFF'),
('MYISAM_USE_MMAP', 'OFF'),
('LONG_QUERY_TIME', '10.000000'),
('INIT_CONNECT', ''),
('MAX_DELAYED_THREADS', '20'),
('HAVE_SYMLINK', 'YES'),
('MAX_USER_CONNECTIONS', '0'),
('TIME_ZONE', 'SYSTEM'),
('TABLE_LOCK_WAIT_TIMEOUT', '50'),
('INNODB_TABLE_LOCKS', 'ON'),
('READ_BUFFER_SIZE', '262144'),
('INNODB_AUTOEXTEND_INCREMENT', '8'),
('MYISAM_MAX_SORT_FILE_SIZE', '2147483647'),
('MYISAM_DATA_POINTER_SIZE', '6'),
('NET_WRITE_TIMEOUT', '60'),
('INNODB_THREAD_SLEEP_DELAY', '10000'),
('BIG_TABLES', 'OFF'),
('SQL_AUTO_IS_NULL', 'ON'),
('MIN_EXAMINED_ROW_LIMIT', '0'),
('SLAVE_TRANSACTION_RETRIES', '10'),
('QUERY_CACHE_LIMIT', '1048576'),
('LOCAL_INFILE', 'ON'),
('VERSION_COMMENT', 'MySQL Community Server (GPL)'),
('GENERAL_LOG', 'OFF'),
('QUERY_CACHE_SIZE', '0'),
('TABLE_TYPE', 'MyISAM'),
('INNODB_FILE_PER_TABLE', 'OFF'),
('QUERY_CACHE_MIN_RES_UNIT', '4096'),
('BINLOG_FORMAT', 'STATEMENT'),
('SQL_WARNINGS', 'OFF'),
('MYISAM_SORT_BUFFER_SIZE', '8388608'),
('INNODB_ROLLBACK_ON_TIMEOUT', 'OFF'),
('SSL_CERT', ''),
('TIMESTAMP', '1337824389'),
('NET_READ_TIMEOUT', '30'),
('INNODB_ADDITIONAL_MEM_POOL_SIZE', '2097152'),
('QUERY_ALLOC_BLOCK_SIZE', '8192'),
('DATETIME_FORMAT', '%Y-%m-%d %H:%i:%s'),
('QUERY_CACHE_TYPE', 'ON'),
('INNODB_FLUSH_LOG_AT_TRX_COMMIT', '1'),

('SQL_LOW_PRIORITY_UPDATES', 'OFF'),
('INNODB_FILE_IO_THREADS', '4'),
('THREAD_HANDLING', 'one-thread-per-connection'),
('SQL_SELECT_LIMIT', '18446744073709551615'),
('HOSTNAME', 'politekn-21e7e4'),
('DATE_FORMAT', '%Y-%m-%d'),
('COLLATION_SERVER', 'latin1_swedish_ci'),
('READ_ONLY', 'OFF'),
('MYISAM_STATS_METHOD', 'nulls_unequal'),
('RAND_SEED1', ''),
('SYSTEM_TIME_ZONE', 'SE Asia Standard Time'),
('INNODB_DATA_FILE_PATH', 'ibdata1:10M:autoextend'),
('SQL_MAX_JOIN_SIZE', '18446744073709551615'),
('MAX_WRITE_LOCK_COUNT', '4294967295'),
('CHARACTER_SET_FILESYSTEM', 'binary'),
('PROFILING', 'OFF'),
('HAVE_RTREE_KEYS', 'YES'),
('CHARACTER_SET_SYSTEM', 'utf8'),
('SERVER_ID', '1'),
('KEY_CACHE_DIVISION_LIMIT', '100'),
('SQL_LOG_BIN', 'ON'),
('GENERAL_LOG_FILE', 'C:\\xampp\\mysql\\data\\politekn-21e7e4.log'),
('OPTIMIZER_SEARCH_DEPTH', '62'),
('BULK_INSERT_BUFFER_SIZE', '8388608'),
('RPL_RECOVERY_RANK', '0'),
('AUTO_INCREMENT_INCREMENT', '1'),
('VERSION_COMPILE_MACHINE', 'ia32'),
('TMPDIR', 'C:/xampp/tmp'),
('TABLE_DEFINITION_CACHE', '256'),
('EXPIRE_LOGS_DAYS', '0'),
('PROFILING_HISTORY_SIZE', '15'),
('HAVE_PARTITIONING', 'YES'),
('BASEDIR', 'C:\\xampp\\mysql\\'),
('FOREIGN_KEY_CHECKS', 'ON'),
('SQL_MODE', ''),
('SQL_BIG_SELECTS', 'ON'),
('SECURE_AUTH', 'OFF'),
('INNODB_AUTOINC_LOCK_MODE', '1'),
('ENGINE_CONDITION_PUSHDOWN', 'ON'),
('INNODB_COMMIT_CONCURRENCY', '0'),
('LAST_INSERT_ID', '0'),
('INNODB_MIRRORED_LOG_GROUPS', '1'),
('SQL_BIG_TABLES', 'OFF'),
('UNIQUE_CHECKS', 'ON'),
('MAX_BINLOG_CACHE_SIZE', '4294967295'),
('VERSION', '5.1.30-community'),
('MAX_SP_RECURSION_DEPTH', '0'),
('INNODB_SUPPORT_XA', 'ON'),
('HAVE_INNODB', 'YES'),
('INNODB_SYNC_SPIN_LOOPS', '20'),
('DELAY_KEY_WRITE', 'ON'),
('COLLATION_CONNECTION', 'utf8_general_ci'),
('CONCURRENT_INSERT', '1'),
('HAVE_QUERY_CACHE', 'YES'),
('KEEP_FILES_ON_CREATE', 'OFF'),
('INNODB_ADAPTIVE_HASH_INDEX', 'ON'),
('SSL_CAPATH', ''),
('NEW', 'OFF'),
('TABLE_OPEN_CACHE', '64'),
('DIV_PRECISION_INCREMENT', '4'),

('HAVE_COMMUNITY_FEATURES', 'YES'),
('DATADIR', 'C:\\xampp\\mysql\\data\\'),
('REPORT_PORT', '3306'),
('INNODB_DATA_HOME_DIR', 'C:\\xampp\\mysql\\'),
('SQL_BUFFER_RESULT', 'OFF'),
('INNODB_LOG_FILE_SIZE', '5242880'),
('KEY_CACHE_BLOCK_SIZE', '1024'),
('SQL_SLAVE_SKIP_COUNTER', ''),
('LC_TIME_NAMES', 'en_US'),
('TIME_FORMAT', '%H:%i:%s'),
('PRELOAD_BUFFER_SIZE', '32768'),
('INNODB_FORCE_RECOVERY', '0'),
('LOG', 'OFF'),
('INNODB_LOG_FILES_IN_GROUP', '2'),
('TX_ISOLATION', 'REPEATABLE-READ'),
('ERROR_COUNT', '0'),
('SLOW_QUERY_LOG_FILE', 'C:\\xampp\\mysql\\data\\politekn-21e7e4-slow.log'),
('HAVE_DYNAMIC_LOADING', 'YES'),
('LOG_SLOW_QUERIES', 'OFF'),
('SYNC_BINLOG', '0'),
('MAX_TMP_TABLES', '32'),
('AUTO_INCREMENT_OFFSET', '1'),
('SQL_LOG_OFF', 'OFF'),
('INNODB_OPEN_FILES', '300'),
('HAVE_CSV', 'YES'),
('OLD', 'OFF'),
('MULTI_RANGE_COUNT', '256'),
('INNODB_MAX_DIRTY_PAGES_PCT', '90'),
('SLOW_QUERY_LOG', 'OFF'),
('MAX_ALLOWED_PACKET', '1048576'),
('INNODB_FLUSH_METHOD', ''),
('KEY_BUFFER_SIZE', '16777216'),
('RANGE_ALLOC_BLOCK_SIZE', '4096'),
('HAVE_NDBCLUSTER', 'NO'),
('STORAGE_ENGINE', 'MyISAM'),
('INNODB_LOCKS_UNSAFE_FOR_BINLOG', 'OFF'),
('HAVE_SSL', 'DISABLED'),
('INNODB_LOG_GROUP_HOME_DIR', 'C:\\xampp\\mysql\\'),
('INNODB_CONCURRENCY_TICKETS', '500'),
('INNODB_FAST_SHUTDOWN', '1'),
('MAX_JOIN_SIZE', '18446744073709551615'),
('SSL_CA', ''),
('MAX_SORT_LENGTH', '1024'),
('INNODB_THREAD_CONCURRENCY', '8'),
('RAND_SEED2', ''),
('SLAVE_NET_TIMEOUT', '3600'),
('CHARACTER_SET_CLIENT', 'utf8'),
('INNODB_BUFFER_POOL_SIZE', '16777216');
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `STATISTICS`
-INSERT INTO `STATISTICS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `NON_UN
IQUE`, `INDEX_SCHEMA`, `INDEX_NAME`, `SEQ_IN_INDEX`, `COLUMN_NAME`, `COLLATION`,
`CARDINALITY`, `SUB_PART`, `PACKED`, `NULLABLE`, `INDEX_TYPE`, `COMMENT`) VALUE
S
(NULL, 'alertsystem', 'pesan', 0, 'alertsystem', 'PRIMARY', 1, 'idpesan', 'A', 8
, NULL, NULL, '', 'BTREE', ''),
(NULL, 'alertsystem', 'role', 0, 'alertsystem', 'PRIMARY', 1, 'idrole', 'A', 3,
NULL, NULL, '', 'BTREE', ''),
(NULL, 'alertsystem', 'sender', 0, 'alertsystem', 'PRIMARY', 1, 'username', 'A',
2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'alertsystem', 'show_once', 0, 'alertsystem', 'PRIMARY', 1, 'idpesan', 'A
', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'alertsystem', 'show_repeat', 0, 'alertsystem', 'PRIMARY', 1, 'idpesan',
'A', 6, NULL, NULL, '', 'BTREE', ''),
(NULL, 'alertsystem', 'showtype', 0, 'alertsystem', 'PRIMARY', 1, 'idshowtype',
'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'alertsystem', 'tipesender', 0, 'alertsystem', 'PRIMARY', 1, 'idtipe', 'A
', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'bikinpusing', 'image', 0, 'bikinpusing', 'PRIMARY', 1, 'imageid', 'A', 1
5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'bikinpusing', 'kategori', 0, 'bikinpusing', 'PRIMARY', 1, 'idkategori',
'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'bikinpusing', 'user', 0, 'bikinpusing', 'PRIMARY', 1, 'username', 'A', 1
2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'blackpacker', 'kabupaten', 0, 'blackpacker', 'PRIMARY', 1, 'idkab', 'A',
35, NULL, NULL, '', 'BTREE', ''),
(NULL, 'blackpacker', 'kategori', 0, 'blackpacker', 'PRIMARY', 1, 'idkategori',
'A', 4, NULL, NULL, '', 'BTREE', ''),
(NULL, 'blackpacker', 'kota', 0, 'blackpacker', 'PRIMARY', 1, 'idkota', 'A', 14,
NULL, NULL, '', 'BTREE', ''),
(NULL, 'blackpacker', 'place', 0, 'blackpacker', 'PRIMARY', 1, 'idtempat', 'A',
17, NULL, NULL, '', 'BTREE', ''),
(NULL, 'blackpacker', 'provinsi', 0, 'blackpacker', 'PRIMARY', 1, 'idprov', 'A',
33, NULL, NULL, '', 'BTREE', ''),
(NULL, 'blog', 'user', 0, 'blog', 'PRIMARY', 1, 'userid', 'A', 17, NULL, NULL, '
', 'BTREE', ''),
(NULL, 'bp', 'kota', 0, 'bp', 'PRIMARY', 1, 'idkota', 'A', 0, NULL, NULL, '', 'B
TREE', ''),
(NULL, 'bp', 'prov', 0, 'bp', 'PRIMARY', 1, 'idprov', 'A', 0, NULL, NULL, '', 'B
TREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'PRIMARY', 1, 'idtempat', 'A', 0, NULL, NULL, ''
, 'BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idprov', 1, 'idprov', 'A', 0, NULL, NULL, '', '

BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idkota', 1, 'idkota', 'A', 0, NULL, NULL, '', '
BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idkota_2', 1, 'idkota', 'A', 0, NULL, NULL, '',
'BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idkota_3', 1, 'idkota', 'A', 0, NULL, NULL, '',
'BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idkota_4', 1, 'idkota', 'A', 0, NULL, NULL, '',
'BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idkota_5', 1, 'idkota', 'A', 0, NULL, NULL, '',
'BTREE', ''),
(NULL, 'bp', 'tempat', 0, 'bp', 'idkota_6', 1, 'idkota', 'A', 0, NULL, NULL, '',
'BTREE', ''),
(NULL, 'bp', 'tempat', 1, 'bp', 'idkota_7', 1, 'idkota', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'bp', 'tempat', 1, 'bp', 'idkota_8', 1, 'idkota', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'bp', 'tempat', 1, 'bp', 'idkota_9', 1, 'idkota', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'cdcol', 'cds', 0, 'cdcol', 'PRIMARY', 1, 'id', 'A', 3, NULL, NULL, '', '
BTREE', ''),
(NULL, 'kp', 'bpm', 0, 'kp', 'PRIMARY', 1, 'no_bpm', 'A', 49, NULL, NULL, '', 'B
TREE', ''),
(NULL, 'kp', 'bpm', 0, 'kp', 'inc', 1, 'inc', 'A', 49, NULL, NULL, '', 'BTREE',
''),
(NULL, 'kp', 'iklan', 0, 'kp', 'PRIMARY', 1, 'idiklan', 'A', 1, NULL, NULL, '',
'BTREE', ''),
(NULL, 'kp', 'pesan', 0, 'kp', 'PRIMARY', 1, 'id_pesan', 'A', 6, NULL, NULL, '',
'BTREE', ''),
(NULL, 'kp', 'produk', 0, 'kp', 'PRIMARY', 1, 'kode_produk', 'A', 17, NULL, NULL
, '', 'BTREE', ''),
(NULL, 'kp', 'proyek', 0, 'kp', 'PRIMARY', 1, 'kode_proyek', 'A', 11, NULL, NULL
, '', 'BTREE', ''),
(NULL, 'kp', 'satuan', 0, 'kp', 'PRIMARY', 1, 'id_satuan', 'A', 3, NULL, NULL, '
', 'BTREE', ''),
(NULL, 'kp', 'typeuser', 0, 'kp', 'PRIMARY', 1, 'id_type', 'A', 3, NULL, NULL, '
', 'BTREE', ''),
(NULL, 'kp', 'user', 0, 'kp', 'PRIMARY', 1, 'username', 'A', 4, NULL, NULL, '',
'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NUL
L, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL,
NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NUL
L, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 4, 'Table_name', 'A', NUL
L, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'columns_priv', 0, 'mysql', 'PRIMARY', 5, 'Column_name', 'A', 0,
NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL, '
', 'BTREE', ''),
(NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, NULL, '',
'BTREE', ''),
(NULL, 'mysql', 'db', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', 3, NULL, NULL, '',
'BTREE', ''),
(NULL, 'mysql', 'db', 1, 'mysql', 'User', 1, 'User', 'A', 1, NULL, NULL, '', 'BT
REE', ''),
(NULL, 'mysql', 'event', 0, 'mysql', 'PRIMARY', 1, 'db', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'mysql', 'event', 0, 'mysql', 'PRIMARY', 2, 'name', 'A', 0, NULL, NULL, '

', 'BTREE', ''),


(NULL, 'mysql', 'func', 0, 'mysql', 'PRIMARY', 1, 'name', 'A', 0, NULL, NULL, ''
, 'BTREE', ''),
(NULL, 'mysql', 'help_category', 0, 'mysql', 'PRIMARY', 1, 'help_category_id', '
A', 38, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_category', 0, 'mysql', 'name', 1, 'name', 'A', 38, NULL, N
ULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_keyword', 0, 'mysql', 'PRIMARY', 1, 'help_keyword_id', 'A'
, 450, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_keyword', 0, 'mysql', 'name', 1, 'name', 'A', 450, NULL, N
ULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_relation', 0, 'mysql', 'PRIMARY', 1, 'help_keyword_id', 'A
', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_relation', 0, 'mysql', 'PRIMARY', 2, 'help_topic_id', 'A',
975, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_topic', 0, 'mysql', 'PRIMARY', 1, 'help_topic_id', 'A', 49
7, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'help_topic', 0, 'mysql', 'name', 1, 'name', 'A', 497, NULL, NUL
L, '', 'BTREE', ''),
(NULL, 'mysql', 'host', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'mysql', 'host', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', 0, NULL, NULL, '',
'BTREE', ''),
(NULL, 'mysql', 'ndb_binlog_index', 0, 'mysql', 'PRIMARY', 1, 'epoch', 'A', 0, N
ULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'plugin', 0, 'mysql', 'PRIMARY', 1, 'name', 'A', 0, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 1, 'db', 'A', NULL, NULL, NULL, '
', 'BTREE', ''),
(NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 2, 'name', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'mysql', 'proc', 0, 'mysql', 'PRIMARY', 3, 'type', 'A', 1, NULL, NULL, ''
, 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL,
NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL, N
ULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL,
NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 4, 'Routine_name', 'A', NUL
L, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 0, 'mysql', 'PRIMARY', 5, 'Routine_type', 'A', 0,
NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'procs_priv', 1, 'mysql', 'Grantor', 1, 'Grantor', 'A', NULL, NU
LL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'servers', 0, 'mysql', 'PRIMARY', 1, 'Server_name', 'A', 0, NULL
, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL
, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 2, 'Db', 'A', NULL, NULL,
NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 3, 'User', 'A', NULL, NULL
, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 0, 'mysql', 'PRIMARY', 4, 'Table_name', 'A', 0, N
ULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'tables_priv', 1, 'mysql', 'Grantor', 1, 'Grantor', 'A', NULL, N
ULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id', 'A', 0, N
ULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_leap_second', 0, 'mysql', 'PRIMARY', 1, 'Transition_t

ime', 'A', 0, NULL, NULL, '', 'BTREE', ''),


(NULL, 'mysql', 'time_zone_name', 0, 'mysql', 'PRIMARY', 1, 'Name', 'A', 0, NULL
, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition', 0, 'mysql', 'PRIMARY', 1, 'Time_zone_id'
, 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition', 0, 'mysql', 'PRIMARY', 2, 'Transition_ti
me', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition_type', 0, 'mysql', 'PRIMARY', 1, 'Time_zon
e_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'time_zone_transition_type', 0, 'mysql', 'PRIMARY', 2, 'Transiti
on_type_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'mysql', 'user', 0, 'mysql', 'PRIMARY', 1, 'Host', 'A', NULL, NULL, NULL,
'', 'BTREE', ''),
(NULL, 'mysql', 'user', 0, 'mysql', 'PRIMARY', 2, 'User', 'A', 4, NULL, NULL, ''
, 'BTREE', ''),
(NULL, 'pa', 'alur_pa', 0, 'pa', 'PRIMARY', 1, 'id', 'A', 0, NULL, NULL, '', 'BT
REE', ''),
(NULL, 'pa', 'dosen', 0, 'pa', 'PRIMARY', 1, 'kode', 'A', 3, NULL, NULL, '', 'BT
REE', ''),
(NULL, 'pa', 'proyek', 0, 'pa', 'PRIMARY', 1, 'kode', 'A', 2, NULL, NULL, '', 'B
TREE', ''),
(NULL, 'pa', 'user', 0, 'pa', 'PRIMARY', 1, 'key', 'A', 16, NULL, NULL, '', 'BTR
EE', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 0, 'phpmyadmin', 'PRIMARY', 1, 'id', 'A', 0
, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'PRIMARY', 1, 'id', 'A'
, 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'db_name', 1, 'db_name'
, 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'db_name', 2, 'table_na
me', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_column_info', 0, 'phpmyadmin', 'db_name', 3, 'column_n
ame', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_designer_coords', 0, 'phpmyadmin', 'PRIMARY', 1, 'db_n
ame', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_designer_coords', 0, 'phpmyadmin', 'PRIMARY', 2, 'tabl
e_name', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_history', 0, 'phpmyadmin', 'PRIMARY', 1, 'id', 'A', 13
18, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 1, 'username',
'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 2, 'db', 'A', N
ULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 3, 'table', 'A'
, NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_history', 1, 'phpmyadmin', 'username', 4, 'timevalue',
'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_pdf_pages', 0, 'phpmyadmin', 'PRIMARY', 1, 'page_nr',
'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_pdf_pages', 1, 'phpmyadmin', 'db_name', 1, 'db_name',
'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_relation', 0, 'phpmyadmin', 'PRIMARY', 1, 'master_db',
'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_relation', 0, 'phpmyadmin', 'PRIMARY', 2, 'master_tabl
e', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_relation', 0, 'phpmyadmin', 'PRIMARY', 3, 'master_fiel
d', 'A', 26, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_relation', 1, 'phpmyadmin', 'foreign_field', 1, 'forei
gn_db', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_relation', 1, 'phpmyadmin', 'foreign_field', 2, 'forei

gn_table', 'A', NULL, NULL, NULL, '', 'BTREE', ''),


(NULL, 'phpmyadmin', 'pma_table_coords', 0, 'phpmyadmin', 'PRIMARY', 1, 'db_name
', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 0, 'phpmyadmin', 'PRIMARY', 2, 'table_n
ame', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_table_coords', 0, 'phpmyadmin', 'PRIMARY', 3, 'pdf_pag
e_number', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_table_info', 0, 'phpmyadmin', 'PRIMARY', 1, 'db_name',
'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'phpmyadmin', 'pma_table_info', 0, 'phpmyadmin', 'PRIMARY', 2, 'table_nam
e', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'tes', 'demo_twitter_timeline', 0, 'tes', 'PRIMARY', 1, 'id', 'A', 2, NUL
L, NULL, '', 'BTREE', ''),
(NULL, 'tes', 'timeline', 0, 'tes', 'PRIMARY', 1, 'id', 'A', 10, NULL, NULL, '',
'BTREE', ''),
(NULL, 'tes', 'tz_todo', 0, 'tes', 'PRIMARY', 1, 'id', 'A', 6, NULL, NULL, '', '
BTREE', ''),
(NULL, 'tes', 'tz_todo', 1, 'tes', 'position', 1, 'position', 'A', NULL, NULL, N
ULL, '', 'BTREE', ''),
(NULL, 'webauth', 'user_pwd', 0, 'webauth', 'PRIMARY', 1, 'name', 'A', 1, NULL,
NULL, '', 'BTREE', '');
-- ---------------------------------------------------------- Table structure for table `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) unsigned DEFAULT NULL,
`ROW_FORMAT` varchar(10) DEFAULT NULL,
`TABLE_ROWS` bigint(21) unsigned DEFAULT NULL,
`AVG_ROW_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`INDEX_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_FREE` bigint(21) unsigned DEFAULT NULL,
`AUTO_INCREMENT` bigint(21) unsigned 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) unsigned DEFAULT NULL,
`CREATE_OPTIONS` varchar(255) DEFAULT NULL,
`TABLE_COMMENT` varchar(80) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--- Dumping data for table `TABLES`
-INSERT INTO `TABLES` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `TABLE_TYPE
`, `ENGINE`, `VERSION`, `ROW_FORMAT`, `TABLE_ROWS`, `AVG_ROW_LENGTH`, `DATA_LENG
TH`, `MAX_DATA_LENGTH`, `INDEX_LENGTH`, `DATA_FREE`, `AUTO_INCREMENT`, `CREATE_T
IME`, `UPDATE_TIME`, `CHECK_TIME`, `TABLE_COLLATION`, `CHECKSUM`, `CREATE_OPTION

S`, `TABLE_COMMENT`) VALUES


(NULL, 'information_schema', 'CHARACTER_SETS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fix
ed', NULL, 576, 0, 16661376, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NU
LL, 'max_rows=29127', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed',
NULL, 423, 0, 16737264, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL,
'max_rows=39662', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'SYSTEM VI
EW', 'MEMORY', 10, 'Fixed', NULL, 387, 0, 16733880, 0, 0, NULL, NULL, NULL, NULL
, 'utf8_general_ci', NULL, 'max_rows=43351', ''),
(NULL, 'information_schema', 'COLUMNS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic',
NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-24 0
8:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=4334', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, '
Fixed', NULL, 2565, 0, 16757145, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci'
, NULL, 'max_rows=6540', ''),
(NULL, 'information_schema', 'ENGINES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NU
LL, 490, 0, 16709000, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'ma
x_rows=34239', ''),
(NULL, 'information_schema', 'EVENTS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', N
ULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-24 08
:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=6607', ''),
(NULL, 'information_schema', 'FILES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL
, 2677, 0, 16758020, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max
_rows=6267', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixe
d', NULL, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', N
ULL, 'max_rows=272', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'F
ixed', NULL, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci'
, NULL, 'max_rows=272', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'SYSTEM VIEW', 'MEMORY', 10, 'F
ixed', NULL, 4637, 0, 16762755, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci',
NULL, 'max_rows=3618', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic
', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-2
4 08:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=5612', ''),
(NULL, 'information_schema', 'PLUGINS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic',
NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-24 0
8:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=13025', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynami
c', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-0524 08:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=23763', ''),
(NULL, 'information_schema', 'PROFILING', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed',
NULL, 308, 0, 16562084, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '
max_rows=54471', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY',
10, 'Fixed', NULL, 4814, 0, 16767162, 0, 0, NULL, NULL, NULL, NULL, 'utf8_gener
al_ci', NULL, 'max_rows=3485', ''),
(NULL, 'information_schema', 'ROUTINES', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic',
NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-24
08:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=4248', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', N
ULL, 3656, 0, 16755448, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '
max_rows=4588', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, '
Fixed', NULL, 2179, 0, 16767405, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci'
, NULL, 'max_rows=7699', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fix
ed', NULL, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci',

NULL, 'max_rows=272', ''),


(NULL, 'information_schema', 'SESSION_VARIABLES', 'SYSTEM VIEW', 'MEMORY', 10, '
Fixed', NULL, 61636, 0, 16764992, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci
', NULL, 'max_rows=272', ''),
(NULL, 'information_schema', 'STATISTICS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed',
NULL, 2679, 0, 16770540, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL,
'max_rows=6262', ''),
(NULL, 'information_schema', 'TABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NUL
L, 3641, 0, 16763164, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'ma
x_rows=4607', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', 10, '
Fixed', NULL, 2504, 0, 16749256, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci'
, NULL, 'max_rows=6700', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'F
ixed', NULL, 2372, 0, 16748692, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci',
NULL, 'max_rows=7073', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic',
NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-24
08:53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=3587', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fi
xed', NULL, 1986, 0, 16759854, 0, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci',
NULL, 'max_rows=8447', ''),
(NULL, 'information_schema', 'VIEWS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NU
LL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-05-24 08:53:09', '2012-05-24 08:
53:09', NULL, 'utf8_general_ci', NULL, 'max_rows=6932', ''),
(NULL, 'alertsystem', 'pesan', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 8, 104, 10
12, 281474976710655, 2048, 180, 29, '2012-03-03 22:30:25', '2012-03-07 14:27:11'
, NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'alertsystem', 'role', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 52, 236,
281474976710655, 2048, 80, 5, '2012-03-03 21:59:44', '2012-03-05 11:44:04', NUL
L, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'alertsystem', 'sender', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 28, 56
, 281474976710655, 2048, 0, NULL, '2012-03-03 21:59:44', '2012-03-03 22:23:48',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'alertsystem', 'show_once', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 46,
548, 281474976710655, 2048, 456, NULL, '2012-03-07 00:22:38', '2012-03-07 13:57
:11', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'alertsystem', 'show_repeat', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 5
6, 340, 281474976710655, 2048, 0, NULL, '2012-03-06 23:59:25', '2012-03-07 14:15
:32', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'alertsystem', 'showtype', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 20,
40, 281474976710655, 2048, 0, 3, '2012-03-03 22:33:05', '2012-03-03 22:34:23', N
ULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'alertsystem', 'tipesender', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 20
, 40, 281474976710655, 2048, 0, 4, '2012-03-03 21:59:44', '2012-03-03 21:59:49',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'bikinpusing', 'image', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 15, 52, 78
0, 281474976710655, 2048, 0, 30209105050, '2011-12-21 00:39:18', '2011-12-29 16:
59:13', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'bikinpusing', 'image_url', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 16, 41
, 656, 281474976710655, 1024, 0, NULL, '2011-12-21 00:38:45', '2011-12-29 16:59:
13', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'bikinpusing', 'kategori', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 20,
40, 281474976710655, 2048, 0, NULL, '2011-12-20 01:50:43', '2011-12-20 22:14:30'
, NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'bikinpusing', 'lahir', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 27, 164
, 281474976710655, 1024, 0, NULL, '2011-12-19 18:59:56', '2011-12-21 13:51:18',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'bikinpusing', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 12, 56, 672
, 281474976710655, 2048, 0, NULL, '2011-12-19 19:03:16', '2011-12-21 13:51:18',

NULL, 'latin1_swedish_ci', NULL, '', ''),


(NULL, 'blackpacker', 'kabupaten', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 35, 23
, 828, 281474976710655, 2048, 0, 36, '2011-12-26 17:30:48', '2011-12-31 07:58:22
', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'blackpacker', 'kategori', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 4, 60,
240, 281474976710655, 2048, 0, 5, '2012-01-01 22:03:47', '2012-01-03 14:48:14',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'blackpacker', 'kota', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 14, 21, 304
, 281474976710655, 2048, 0, 15, '2011-12-26 10:32:49', '2011-12-31 08:00:56', NU
LL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'blackpacker', 'place', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 17, 160, 2
728, 281474976710655, 2048, 0, 24, '2012-01-01 22:10:27', '2012-05-19 14:57:27',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'blackpacker', 'provinsi', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 33, 24,
812, 281474976710655, 2048, 0, 34, '2011-12-26 10:29:48', '2011-12-26 11:44:05'
, NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'blog', 'post', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 8, 125, 1180, 2814
74976710655, 1024, 176, NULL, '2011-12-13 07:50:16', '2011-12-13 17:36:55', NULL
, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'blog', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 17, 58, 996, 28147
4976710655, 2048, 0, 30209105024, '2011-12-12 23:20:26', '2011-12-18 16:52:10',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'bp', 'kota', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 28147497671
0655, 1024, 0, NULL, '2011-12-09 23:31:01', '2011-12-09 23:31:01', NULL, 'latin1
_swedish_ci', NULL, '', ''),
(NULL, 'bp', 'prov', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 28147497671
0655, 1024, 0, NULL, '2011-12-09 23:35:00', '2011-12-09 23:35:00', NULL, 'latin1
_swedish_ci', NULL, '', ''),
(NULL, 'bp', 'tempat', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976
710655, 1024, 0, NULL, '2011-12-09 23:32:47', '2011-12-09 23:32:47', '2011-12-09
23:32:47', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'cdcol', 'cds', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 49, 148, 281474
976710655, 2048, 0, 6, '2005-10-25 14:47:49', '2007-12-21 09:00:28', NULL, 'lati
n1_general_ci', NULL, '', ''),
(NULL, 'db_apsi', 'mahasiswa', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 9, 27, 248
, 281474976710655, 1024, 0, NULL, '2011-03-19 11:14:43', '2011-11-30 14:58:22',
NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'db_apsi', 'pegawai', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 20, 40, 2
81474976710655, 1024, 0, NULL, '2011-03-24 08:30:27', '2011-03-24 08:34:17', NUL
L, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'bpm', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 49, 57, 2832, 2814749
76710655, 3072, 0, 50, '2012-02-06 09:28:13', '2012-02-29 11:52:04', NULL, 'lati
n1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'bpmlist', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 331, 31, 10404, 2
81474976710655, 1024, 0, NULL, '2012-02-06 09:35:46', '2012-02-29 11:52:04', NUL
L, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'iklan', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 112, 112, 281474
976710655, 2048, 0, NULL, '2012-02-06 09:28:13', '2012-02-29 08:40:10', NULL, 'l
atin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'pesan', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 115, 1036, 28147
4976710655, 2048, 344, 13, '2012-02-06 09:28:13', '2012-02-29 08:40:10', NULL, '
latin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'produk', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 17, 24, 420, 28147
4976710655, 2048, 0, NULL, '2012-02-06 09:28:13', '2012-02-28 22:39:18', NULL, '
latin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'produk-proyek', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 47, 30, 145
2, 281474976710655, 1024, 32, NULL, '2012-02-09 12:39:07', '2012-02-29 12:09:03'
, NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'proyek', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 11, 22, 252, 28147
4976710655, 2048, 0, NULL, '2012-02-06 09:28:13', '2012-02-28 22:38:28', NULL, '

latin1_swedish_ci', NULL, '', ''),


(NULL, 'kp', 'satuan', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 20, 60, 2814749
76710655, 2048, 0, 5, '2012-02-06 09:28:13', '2012-02-06 09:28:17', NULL, 'latin
1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'typeuser', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 20, 60, 28147
4976710655, 2048, 0, NULL, '2012-02-06 09:28:13', '2012-02-06 09:28:17', NULL, '
latin1_swedish_ci', NULL, '', ''),
(NULL, 'kp', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 4, 21, 84, 281474976
710655, 2048, 0, NULL, '2012-02-06 09:28:13', '2012-02-06 09:28:17', NULL, 'lati
n1_swedish_ci', NULL, '', ''),
(NULL, 'mysql', 'columns_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 22
7994731135631359, 4096, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31:32', N
ULL, 'utf8_bin', NULL, '', 'Column privileges'),
(NULL, 'mysql', 'db', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 3, 440, 1320, 1238489
89752688639, 5120, 0, NULL, '2008-11-15 00:31:31', '2008-11-29 04:40:52', '200811-15 00:31:32', 'utf8_bin', NULL, '', 'Database privileges'),
(NULL, 'mysql', 'event', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 2814749
76710655, 2048, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31:32', NULL, 'ut
f8_general_ci', NULL, '', 'Events'),
(NULL, 'mysql', 'func', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1629740115
15469823, 1024, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31:32', NULL, 'ut
f8_bin', NULL, '', 'User defined functions'),
(NULL, 'mysql', 'general_log', 'BASE TABLE', 'CSV', 10, 'Dynamic', 2, 0, 0, 0, 0
, 0, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', 'General log'),
(NULL, 'mysql', 'help_category', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 38, 581, 2
2078, 163536961468891135, 3072, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:3
1:34', NULL, 'utf8_general_ci', NULL, '', 'help categories'),
(NULL, 'mysql', 'help_keyword', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 450, 197, 8
8650, 55450570411999231, 16384, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:3
1:34', NULL, 'utf8_general_ci', NULL, '', 'help keywords'),
(NULL, 'mysql', 'help_relation', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 975, 9, 87
75, 2533274790395903, 16384, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31:3
4', NULL, 'utf8_general_ci', NULL, '', 'keyword-topic relation'),
(NULL, 'mysql', 'help_topic', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 497, 812, 4
03852, 281474976710655, 20480, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31
:34', NULL, 'utf8_general_ci', NULL, '', 'help topics'),
(NULL, 'mysql', 'host', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1100567158
93866495, 2048, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31:32', NULL, 'ut
f8_bin', NULL, '', 'Host privileges; Merged with database privileges'),
(NULL, 'mysql', 'ndb_binlog_index', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0,
0, 281474976710655, 1024, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31:32'
, NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'mysql', 'plugin', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 16241106
1562048511, 1024, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31:32', NULL, '
utf8_bin', NULL, '', 'MySQL plugins'),
(NULL, 'mysql', 'proc', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 300, 300, 2814
74976710655, 4096, 0, NULL, '2008-11-15 00:31:32', '2012-03-07 22:51:04', NULL,
'utf8_general_ci', NULL, '', 'Stored Procedures'),
(NULL, 'mysql', 'procs_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 2392
53730204057599, 4096, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31:32', NUL
L, 'utf8_bin', NULL, '', 'Procedure privileges'),
(NULL, 'mysql', 'servers', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 4337529
39111120895, 1024, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31:32', NULL,
'utf8_general_ci', NULL, '', 'MySQL Foreign Servers table'),
(NULL, 'mysql', 'slow_log', 'BASE TABLE', 'CSV', 10, 'Dynamic', 2, 0, 0, 0, 0, 0
, NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', 'Slow log'),
(NULL, 'mysql', 'tables_priv', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 239
535205180768255, 4096, 0, NULL, '2008-11-15 00:31:31', '2008-11-15 00:31:32', NU
LL, 'utf8_bin', NULL, '', 'Table privileges'),
(NULL, 'mysql', 'time_zone', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 19703

24836974591, 1024, 0, 1, '2008-11-15 00:31:32', '2008-11-15 00:31:32', NULL, 'ut


f8_general_ci', NULL, '', 'Time zones'),
(NULL, 'mysql', 'time_zone_leap_second', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0,
0, 0, 3659174697238527, 1024, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31
:32', NULL, 'utf8_general_ci', NULL, '', 'Leap seconds information for time zone
s'),
(NULL, 'mysql', 'time_zone_name', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0,
55450570411999231, 1024, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31:32',
NULL, 'utf8_general_ci', NULL, '', 'Time zone names'),
(NULL, 'mysql', 'time_zone_transition', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0,
0, 0, 4785074604081151, 1024, 0, NULL, '2008-11-15 00:31:32', '2008-11-15 00:31:
32', NULL, 'utf8_general_ci', NULL, '', 'Time zone transitions'),
(NULL, 'mysql', 'time_zone_transition_type', 'BASE TABLE', 'MyISAM', 10, 'Fixed'
, 0, 0, 0, 10696049115004927, 1024, 0, NULL, '2008-11-15 00:31:32', '2008-11-15
00:31:32', NULL, 'utf8_general_ci', NULL, '', 'Time zone transition types'),
(NULL, 'mysql', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 4, 51, 204, 28147
4976710655, 2048, 0, NULL, '2008-11-15 00:31:31', '2008-11-29 04:45:00', NULL, '
utf8_bin', NULL, '', 'Users and global privileges'),
(NULL, 'pa', 'alur_pa', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 28147497
6710655, 1024, 0, NULL, '2012-04-18 11:27:45', '2012-04-18 11:27:45', NULL, 'lat
in1_swedish_ci', NULL, '', ''),
(NULL, 'pa', 'dosen', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 20, 60, 28147497
6710655, 2048, 0, NULL, '2012-04-09 08:31:47', '2012-05-04 09:27:36', NULL, 'lat
in1_swedish_ci', NULL, '', ''),
(NULL, 'pa', 'proyek', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 22, 44, 2814749
76710655, 2048, 0, NULL, '2012-04-09 08:28:11', '2012-04-09 08:28:11', NULL, 'la
tin1_swedish_ci', NULL, '', ''),
(NULL, 'pa', 'user', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 16, 33, 532, 2814749
76710655, 2048, 0, NULL, '2012-03-28 16:44:20', '2012-05-04 11:26:49', NULL, 'la
tin1_swedish_ci', NULL, '', ''),
(NULL, 'pacc', 'mahasiswa', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 34, 208, 2
81474976710655, 1024, 0, NULL, '2011-10-18 10:45:53', '2011-10-19 14:50:37', NUL
L, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'pacc', 'prov', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 9, 24, 220, 281474
976710655, 1024, 0, NULL, '2011-10-27 13:38:01', '2011-10-27 13:40:36', NULL, 'l
atin1_swedish_ci', NULL, '', ''),
(NULL, 'phpmyadmin', 'pma_bookmark', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0
, 0, 281474976710655, 1024, 0, 1, '2008-11-29 04:40:50', '2008-11-29 04:40:50',
NULL, 'latin1_swedish_ci', NULL, '', 'Bookmarks'),
(NULL, 'phpmyadmin', 'pma_column_info', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0
, 0, 0, 281474976710655, 1024, 0, 1, '2008-11-29 04:40:51', '2008-11-29 04:40:50
', NULL, 'latin1_swedish_ci', NULL, '', 'Column information for phpMyAdmin'),
(NULL, 'phpmyadmin', 'pma_designer_coords', 'BASE TABLE', 'MyISAM', 10, 'Dynamic
', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2008-11-29 04:40:51', '2008-11-29 0
4:40:50', NULL, 'latin1_swedish_ci', NULL, '', 'Table coordinates for Designer')
,
(NULL, 'phpmyadmin', 'pma_history', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1318,
86, 114468, 281474976710655, 41984, 0, 1319, '2008-11-29 04:40:51', '2012-05-04
11:23:40', NULL, 'latin1_swedish_ci', NULL, '', 'SQL history for phpMyAdmin'),
(NULL, 'phpmyadmin', 'pma_pdf_pages', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0,
0, 0, 281474976710655, 1024, 0, 1, '2008-11-29 04:40:51', '2008-11-29 04:40:50',
NULL, 'latin1_swedish_ci', NULL, '', 'PDF relation pages for phpMyAdmin'),
(NULL, 'phpmyadmin', 'pma_relation', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 26,
55, 1488, 281474976710655, 3072, 40, NULL, '2008-11-29 04:40:51', '2012-04-09 08
:44:27', NULL, 'latin1_swedish_ci', NULL, '', 'Relation table'),
(NULL, 'phpmyadmin', 'pma_table_coords', 'BASE TABLE', 'MyISAM', 10, 'Dynamic',
0, 0, 0, 281474976710655, 1024, 0, NULL, '2008-11-29 04:40:51', '2008-11-29 04:4
0:50', NULL, 'latin1_swedish_ci', NULL, '', 'Table coordinates for phpMyAdmin PD
F output'),
(NULL, 'phpmyadmin', 'pma_table_info', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1,

32, 32, 281474976710655, 2048, 0, NULL, '2008-11-29 04:40:51', '2011-12-19 19:0


9:11', NULL, 'latin1_swedish_ci', NULL, '', 'Table information for phpMyAdmin'),
(NULL, 'tes', 'demo_twitter_timeline', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2,
30, 924, 281474976710655, 2048, 864, 28, '2012-03-15 13:23:32', '2012-03-17 12:
55:11', NULL, 'utf8_unicode_ci', NULL, '', ''),
(NULL, 'tes', 'timeline', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 10, 238, 2380,
281474976710655, 2048, 0, 11, '2012-03-19 10:09:48', '2012-03-19 10:09:48', NULL
, 'utf8_unicode_ci', NULL, '', ''),
(NULL, 'tes', 'tz_todo', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 55, 384, 2814
74976710655, 3072, 52, 8, '2012-03-19 10:17:06', '2012-03-19 10:34:20', NULL, 'u
tf8_unicode_ci', NULL, '', ''),
(NULL, 'webauth', 'user_pwd', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 1, 63, 63, 17
732923532771327, 2048, 0, NULL, '2005-10-25 14:47:49', '2007-12-21 09:00:28', NU
LL, 'latin1_general_ci', NULL, '', '');
-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `TABLE_CONSTRAINTS`
-INSERT INTO `TABLE_CONSTRAINTS` (`CONSTRAINT_CATALOG`, `CONSTRAINT_SCHEMA`, `CON
STRAINT_NAME`, `TABLE_SCHEMA`, `TABLE_NAME`, `CONSTRAINT_TYPE`) VALUES
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'pesan', 'PRIMARY KEY'),
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'role', 'PRIMARY KEY'),
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'sender', 'PRIMARY KEY'),
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'show_once', 'PRIMARY KEY'),
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'show_repeat', 'PRIMARY KEY'),
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'showtype', 'PRIMARY KEY'),
(NULL, 'alertsystem', 'PRIMARY', 'alertsystem', 'tipesender', 'PRIMARY KEY'),
(NULL, 'bikinpusing', 'PRIMARY', 'bikinpusing', 'image', 'PRIMARY KEY'),
(NULL, 'bikinpusing', 'PRIMARY', 'bikinpusing', 'kategori', 'PRIMARY KEY'),
(NULL, 'bikinpusing', 'PRIMARY', 'bikinpusing', 'user', 'PRIMARY KEY'),
(NULL, 'blackpacker', 'PRIMARY', 'blackpacker', 'kabupaten', 'PRIMARY KEY'),
(NULL, 'blackpacker', 'PRIMARY', 'blackpacker', 'kategori', 'PRIMARY KEY'),
(NULL, 'blackpacker', 'PRIMARY', 'blackpacker', 'kota', 'PRIMARY KEY'),
(NULL, 'blackpacker', 'PRIMARY', 'blackpacker', 'place', 'PRIMARY KEY'),
(NULL, 'blackpacker', 'PRIMARY', 'blackpacker', 'provinsi', 'PRIMARY KEY'),
(NULL, 'blog', 'PRIMARY', 'blog', 'user', 'PRIMARY KEY'),
(NULL, 'bp', 'PRIMARY', 'bp', 'kota', 'PRIMARY KEY'),
(NULL, 'bp', 'PRIMARY', 'bp', 'prov', 'PRIMARY KEY'),
(NULL, 'bp', 'PRIMARY', 'bp', 'tempat', 'PRIMARY KEY'),
(NULL, 'bp', 'idprov', 'bp', 'tempat', 'UNIQUE'),
(NULL, 'bp', 'idkota', 'bp', 'tempat', 'UNIQUE'),
(NULL, 'bp', 'idkota_2', 'bp', 'tempat', 'UNIQUE'),
(NULL, 'bp', 'idkota_3', 'bp', 'tempat', 'UNIQUE'),
(NULL, 'bp', 'idkota_4', 'bp', 'tempat', 'UNIQUE'),

(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,
Y'),
(NULL,
(NULL,
(NULL,
(NULL,
,
(NULL,
(NULL,
(NULL,
(NULL,
(NULL,

'bp', 'idkota_5', 'bp', 'tempat', 'UNIQUE'),


'bp', 'idkota_6', 'bp', 'tempat', 'UNIQUE'),
'cdcol', 'PRIMARY', 'cdcol', 'cds', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'bpm', 'PRIMARY KEY'),
'kp', 'inc', 'kp', 'bpm', 'UNIQUE'),
'kp', 'PRIMARY', 'kp', 'iklan', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'pesan', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'produk', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'proyek', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'satuan', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'typeuser', 'PRIMARY KEY'),
'kp', 'PRIMARY', 'kp', 'user', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'columns_priv', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'db', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'event', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'func', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'help_category', 'PRIMARY KEY'),
'mysql', 'name', 'mysql', 'help_category', 'UNIQUE'),
'mysql', 'PRIMARY', 'mysql', 'help_keyword', 'PRIMARY KEY'),
'mysql', 'name', 'mysql', 'help_keyword', 'UNIQUE'),
'mysql', 'PRIMARY', 'mysql', 'help_relation', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'help_topic', 'PRIMARY KEY'),
'mysql', 'name', 'mysql', 'help_topic', 'UNIQUE'),
'mysql', 'PRIMARY', 'mysql', 'host', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'ndb_binlog_index', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'plugin', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'proc', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'procs_priv', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'servers', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'tables_priv', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'time_zone', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'time_zone_leap_second', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'time_zone_name', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'time_zone_transition', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'time_zone_transition_type', 'PRIMARY KEY'),
'mysql', 'PRIMARY', 'mysql', 'user', 'PRIMARY KEY'),
'pa', 'PRIMARY', 'pa', 'alur_pa', 'PRIMARY KEY'),
'pa', 'PRIMARY', 'pa', 'dosen', 'PRIMARY KEY'),
'pa', 'PRIMARY', 'pa', 'proyek', 'PRIMARY KEY'),
'pa', 'PRIMARY', 'pa', 'user', 'PRIMARY KEY'),
'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_bookmark', 'PRIMARY KEY'),
'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_column_info', 'PRIMARY KEY'),
'phpmyadmin', 'db_name', 'phpmyadmin', 'pma_column_info', 'UNIQUE'),
'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_designer_coords', 'PRIMARY KE
'phpmyadmin',
'phpmyadmin',
'phpmyadmin',
'phpmyadmin',

'PRIMARY',
'PRIMARY',
'PRIMARY',
'PRIMARY',

'phpmyadmin',
'phpmyadmin',
'phpmyadmin',
'phpmyadmin',

'pma_history', 'PRIMARY KEY'),


'pma_pdf_pages', 'PRIMARY KEY'),
'pma_relation', 'PRIMARY KEY'),
'pma_table_coords', 'PRIMARY KEY')

'phpmyadmin', 'PRIMARY', 'phpmyadmin', 'pma_table_info', 'PRIMARY KEY'),


'tes', 'PRIMARY', 'tes', 'demo_twitter_timeline', 'PRIMARY KEY'),
'tes', 'PRIMARY', 'tes', 'timeline', 'PRIMARY KEY'),
'tes', 'PRIMARY', 'tes', 'tz_todo', 'PRIMARY KEY'),
'webauth', 'PRIMARY', 'webauth', 'user_pwd', 'PRIMARY KEY');

-- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `TABLE_PRIVILEGES`
--- ---------------------------------------------------------- Table structure for table `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,
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
`DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `TRIGGERS`
--- ---------------------------------------------------------- Table structure for table `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;
--- Dumping data for table `USER_PRIVILEGES`
-INSERT INTO `USER_PRIVILEGES` (`GRANTEE`, `TABLE_CATALOG`, `PRIVILEGE_TYPE`, `IS
_GRANTABLE`) VALUES
('''root''@''localhost''', NULL, 'SELECT', 'YES'),
('''root''@''localhost''', NULL, 'INSERT', 'YES'),
('''root''@''localhost''', NULL, 'UPDATE', 'YES'),
('''root''@''localhost''', NULL, 'DELETE', 'YES'),
('''root''@''localhost''', NULL, 'CREATE', 'YES'),
('''root''@''localhost''', NULL, 'DROP', 'YES'),
('''root''@''localhost''', NULL, 'RELOAD', 'YES'),
('''root''@''localhost''', NULL, 'SHUTDOWN', 'YES'),
('''root''@''localhost''', NULL, 'PROCESS', 'YES'),
('''root''@''localhost''', NULL, 'FILE', 'YES'),
('''root''@''localhost''', NULL, 'REFERENCES', 'YES'),
('''root''@''localhost''', NULL, 'INDEX', 'YES'),
('''root''@''localhost''', NULL, 'ALTER', 'YES'),
('''root''@''localhost''', NULL, 'SHOW DATABASES', 'YES'),
('''root''@''localhost''', NULL, 'SUPER', 'YES'),
('''root''@''localhost''', NULL, 'CREATE TEMPORARY TABLES', 'YES'),
('''root''@''localhost''', NULL, 'LOCK TABLES', 'YES'),
('''root''@''localhost''', NULL, 'EXECUTE', 'YES'),
('''root''@''localhost''', NULL, 'REPLICATION SLAVE', 'YES'),
('''root''@''localhost''', NULL, 'REPLICATION CLIENT', 'YES'),
('''root''@''localhost''', NULL, 'CREATE VIEW', 'YES'),
('''root''@''localhost''', NULL, 'SHOW VIEW', 'YES'),
('''root''@''localhost''', NULL, 'CREATE ROUTINE', 'YES'),
('''root''@''localhost''', NULL, 'ALTER ROUTINE', 'YES'),
('''root''@''localhost''', NULL, 'CREATE USER', 'YES'),
('''root''@''localhost''', NULL, 'EVENT', 'YES'),
('''root''@''localhost''', NULL, 'TRIGGER', 'YES'),
('''root''@''127.0.0.1''', NULL, 'SELECT', 'YES'),
('''root''@''127.0.0.1''', NULL, 'INSERT', 'YES'),
('''root''@''127.0.0.1''', NULL, 'UPDATE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'DELETE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'CREATE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'DROP', 'YES'),
('''root''@''127.0.0.1''', NULL, 'RELOAD', 'YES'),
('''root''@''127.0.0.1''', NULL, 'SHUTDOWN', 'YES'),
('''root''@''127.0.0.1''', NULL, 'PROCESS', 'YES'),
('''root''@''127.0.0.1''', NULL, 'FILE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'REFERENCES', 'YES'),
('''root''@''127.0.0.1''', NULL, 'INDEX', 'YES'),
('''root''@''127.0.0.1''', NULL, 'ALTER', 'YES'),
('''root''@''127.0.0.1''', NULL, 'SHOW DATABASES', 'YES'),
('''root''@''127.0.0.1''', NULL, 'SUPER', 'YES'),
('''root''@''127.0.0.1''', NULL, 'CREATE TEMPORARY TABLES', 'YES'),
('''root''@''127.0.0.1''', NULL, 'LOCK TABLES', 'YES'),
('''root''@''127.0.0.1''', NULL, 'EXECUTE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'REPLICATION SLAVE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'REPLICATION CLIENT', 'YES'),
('''root''@''127.0.0.1''', NULL, 'CREATE VIEW', 'YES'),
('''root''@''127.0.0.1''', NULL, 'SHOW VIEW', 'YES'),

('''root''@''127.0.0.1''', NULL, 'CREATE ROUTINE', 'YES'),


('''root''@''127.0.0.1''', NULL, 'ALTER ROUTINE', 'YES'),
('''root''@''127.0.0.1''', NULL, 'CREATE USER', 'YES'),
('''root''@''127.0.0.1''', NULL, 'EVENT', 'YES'),
('''root''@''127.0.0.1''', NULL, 'TRIGGER', 'YES'),
('''pma''@''localhost''', NULL, 'RELOAD', 'NO'),
('''pma''@''localhost''', NULL, 'SHUTDOWN', 'NO'),
('''pma''@''localhost''', NULL, 'PROCESS', 'NO'),
('''''@''localhost''', NULL, 'USAGE', 'NO');
-- ---------------------------------------------------------- Table structure for table `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 '',
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Dumping data for table `VIEWS`
---- Database: `kp`
-CREATE DATABASE `kp` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `kp`;
-- ---------------------------------------------------------- Table structure for table `bpm`
-CREATE TABLE IF NOT EXISTS `bpm` (
`inc` bigint(15) NOT NULL AUTO_INCREMENT,
`no` int(10) NOT NULL,
`no_bpm` varchar(50) NOT NULL,
`kode_proyek` varchar(25) NOT NULL,
`tgl` varchar(25) NOT NULL,
`thn` int(4) NOT NULL,
PRIMARY KEY (`no_bpm`),
UNIQUE KEY `inc` (`inc`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=50 ;
--- Dumping data for table `bpm`
--

INSERT INTO `bpm` (`inc`, `no`, `no_bpm`, `kode_proyek`, `tgl`, `thn`) VALUES
(1, 1, '1/bpm/ii/2012', 'pro002', '28 januari 2012', 0),
(2, 4, 'gergfad', 'pro003', '11 mei 2011', 0),
(3, 2, 'asvdsv', 'p123', '11 mei 2011', 0),
(4, 5, 'dbsdfbegerw', 'pro001', '29 januari 2012', 0),
(5, 1, 'dfsvsdve', 'pro002', '28 januari 2012', 2012),
(6, 6, 'asfafv', 'pro001', '11 maret 2011', 2011),
(7, 1, '1/BPM/I/2012', 'pro002', '29 Januari 2012', 2012),
(8, 2, '2/BPM/I/2012', 'pro002', '29 Januari 2012', 2012),
(9, 3, '3/BPM/I/2012', 'pro002', '29 Januari 2012', 2012),
(10, 4, '4/BPM/I/2012', 'pro001', '29 Januari 2012', 2012),
(11, 5, '5/BPM/I/2012', 'pro004', '29 Januari 2012', 2012),
(12, 6, '6/BPM/I/2012', 'pro001', '29 Januari 2012', 2012),
(13, 7, '7/BPM/I/2012', 'pro004', '29 Januari 2012', 2012),
(14, 8, '8/BPM/I/2012', 'pro001', '31 Januari 2012', 2012),
(15, 9, '9/BPM/I/2012', 'pro007', '31 Januari 2012', 2012),
(16, 10, '10/BPM/II/2012', 'pro008', '1 Februari 2012', 2012),
(17, 11, '11/BPM/II/2012', 'pro008', '1 Februari 2012', 2012),
(18, 12, '12/BPM/II/2012', 'pro008', '1 Februari 2012', 2012),
(19, 13, '13/BPM/II/2012', 'pro008', '3 Februari 2012', 2012),
(20, 14, '14/BPM/II/2012', 'pro2012', '3 Februari 2012', 2012),
(21, 15, '15/BPM/II/2012', 'pro2012', '6 Februari 2012', 2012),
(22, 16, '16/BPM/II/2012', 'pro2012', '6 Februari 2012', 2012),
(23, 17, '17/BPM/II/2012', 'pro008', '6 Februari 2012', 2012),
(24, 18, '18/BPM/II/2012', 'pro008', '6 Februari 2012', 2012),
(25, 19, '19/BPM/II/2012', 'pro007', '7 Februari 2012', 2012),
(26, 20, '20/BPM/II/2012', 'pro003
', '7 Februari 2012', 2012),
(27, 21, '21/BPM/II/2012', 'pro009', '9 Februari 2012', 2012),
(28, 22, '22/BPM/II/2012', 'pro004', '9 Februari 2012', 2012),
(29, 23, '23/BPM/II/2012', 'pro008', '9 Februari 2012', 2012),
(30, 24, '24/BPM/II/2012', 'pro008
', '9 Februari 2012', 2012),
(31, 25, '25/BPM/II/2012', 'pro007
', '9 Februari 2012', 2012),
(32, 26, '26/BPM/II/2012', 'pro007
', '9 Februari 2012', 2012),
(33, 27, '27/BPM/II/2012', 'pro008
', '9 Februari 2012', 2012),
(34, 28, '28/BPM/II/2012', 'pro008
', '9 Februari 2012', 2012),
(35, 29, '29/BPM/II/2012', 'pro008', '9 Februari 2012', 2012),
(36, 30, '30/BPM/II/2012', 'pro008', '9 Februari 2012', 2012),
(37, 31, '31/BPM/II/2012', 'pro008', '9 Februari 2012', 2012),
(38, 32, '32/BPM/II/2012', 'pro008', '9 Februari 2012', 2012),
(39, 33, '33/BPM/II/2012', 'pro008', '9 Februari 2012', 2012),
(40, 34, '34/BPM/II/2012', 'pro2012', '9 Februari 2012', 2012),
(41, 35, '35/BPM/II/2012', 'pro003', '9 Februari 2012', 2012),
(42, 36, '36/BPM/II/2012', 'pro003', '9 Februari 2012', 2012),
(43, 37, '37/BPM/II/2012', 'pro2012', '14 Februari 2012', 2012),
(44, 38, '38/BPM/II/2012', 'pro008', '14 Februari 2012', 2012),
(45, 39, '39/BPM/II/2012', 'pro008', '23 Februari 2012', 2012),
(46, 40, '40/BPM/II/2012', '', '25 Februari 2012', 2012),
(47, 41, '41/BPM/II/2012', 'pro008', '25 Februari 2012', 2012),
(48, 42, '42/BPM/II/2012', 'pro007', '26 Februari 2012', 2012),
(49, 43, '43/BPM/II/2012', 'pro008', '29 Februari 2012', 2012);
-- ---------------------------------------------------------- Table structure for table `bpmlist`
-CREATE TABLE IF NOT EXISTS `bpmlist` (
`no_bpm` varchar(50) NOT NULL,
`kode_produk` varchar(25) NOT NULL,

`jumlah` varchar(25) NOT NULL,


`unit` varchar(50) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `bpmlist`
-INSERT INTO `bpmlist` (`no_bpm`, `kode_produk`, `jumlah`, `unit`) VALUES
('gergfad', 'pro004', '2', ''),
('6/BPM/I/2012', '000003', '10', ''),
('6/BPM/I/2012', '000003', '14', ''),
('7/BPM/I/2012', '000006', '15', ''),
('7/BPM/I/2012', '000007', '2', ''),
('7/BPM/I/2012', '000005', '17', ''),
('7/BPM/I/2012', '000003', '34', ''),
('8/BPM/I/2012', '000003', '10', ''),
('8/BPM/I/2012', '000003', '14', ''),
('9/BPM/I/2012', '000010', '200', ''),
('10/BPM/II/2012', '000010', '20', ''),
('10/BPM/II/2012', '000006', '300', ''),
('10/BPM/II/2012', '000005', '30', ''),
('11/BPM/II/2012', '000010', '20', ''),
('11/BPM/II/2012', '000006', '300', ''),
('11/BPM/II/2012', '000005', '30', ''),
('11/BPM/II/2012', '000003', '300', ''),
('13/BPM/II/2012', '1234', '43', ''),
('13/BPM/II/2012', '000005', '10', ''),
('13/BPM/II/2012', '000001', '12', ''),
('13/BPM/II/2012', '000004', '12', ''),
('13/BPM/II/2012', '000011', '1', ''),
('13/BPM/II/2012', '000002', '30', ''),
('13/BPM/II/2012', '000003', '300', ''),
('13/BPM/II/2012', '000005', '30', ''),
('13/BPM/II/2012', '000006', '300', ''),
('13/BPM/II/2012', '000010', '20', ''),
('12/BPM/II/2012', '000010', '20', ''),
('12/BPM/II/2012', '000006', '300', ''),
('12/BPM/II/2012', '000005', '30', ''),
('12/BPM/II/2012', '000003', '300', ''),
('12/BPM/II/2012', '000002', '30', ''),
('12/BPM/II/2012', '000011', '1', ''),
('12/BPM/II/2012', '000004', '12', ''),
('12/BPM/II/2012', '000001', '12', ''),
('12/BPM/II/2012', '000005', '10', ''),
('12/BPM/II/2012', '1234', '43', ''),
('12/BPM/II/2012', '123', '645', ''),
('12/BPM/II/2012', '000001', '34', ''),
('13/BPM/II/2012', '123', '645', ''),
('13/BPM/II/2012', '000001', '34', ''),
('13/BPM/II/2012', '000001', '12', ''),
('14/BPM/II/2012', '000001', '10', ''),
('15/BPM/II/2012', '000001', '10', '2'),
('16/BPM/II/2012', '000001', '10', '2'),
('16/BPM/II/2012', '000015', '30', '4'),
('17/BPM/II/2012', '000010', '20', '1'),
('17/BPM/II/2012', '000006', '300', '1'),
('17/BPM/II/2012', '000005', '30', '1'),
('17/BPM/II/2012', '000003', '300', '1'),
('17/BPM/II/2012', '000002', '30', '1'),

('17/BPM/II/2012',
('17/BPM/II/2012',
('17/BPM/II/2012',
('17/BPM/II/2012',
('17/BPM/II/2012',
('17/BPM/II/2012',
('17/BPM/II/2012',
('17/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('18/BPM/II/2012',
('19/BPM/II/2012',
('22/BPM/II/2012',
('22/BPM/II/2012',
('22/BPM/II/2012',
('22/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('23/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',

'000011', '1', '1'),


'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000010', '200', '1'),
'000006', '15', '1'),
'000007', '2', '1'),
'000005', '17', '1'),
'000003', '34', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),

('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('29/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('30/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',

'000011', '1', '1'),


'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000010', '200', '1'),
'000005', '10', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),

('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('31/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('32/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('33/BPM/II/2012',
('34/BPM/II/2012',
('34/BPM/II/2012',
('34/BPM/II/2012',
('34/BPM/II/2012',
('35/BPM/II/2012',
('35/BPM/II/2012',
('35/BPM/II/2012',
('35/BPM/II/2012',
('35/BPM/II/2012',
('35/BPM/II/2012',
('36/BPM/II/2012',
('36/BPM/II/2012',
('36/BPM/II/2012',

'000015', '14', '2'),


'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000001', '10', '2'),
'000015', '30', '4'),
'000003', '15', '2'),
'000007', '10', '4'),
'1234', '1121', '1'),
'111', '250', '2'),
'000002', '30', '4'),
'000011', '2', '2'),
'000006', '4', '4'),
'000010', '11', '1'),
'1234', '1121', '1'),
'111', '250', '2'),
'000002', '30', '4'),

('36/BPM/II/2012',
('36/BPM/II/2012',
('36/BPM/II/2012',
('37/BPM/II/2012',
('37/BPM/II/2012',
('37/BPM/II/2012',
('37/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('38/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('39/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',

'000011', '2', '2'),


'000006', '4', '4'),
'000010', '11', '1'),
'000001', '10', '2'),
'000015', '30', '4'),
'000003', '15', '2'),
'000007', '10', '4'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000003', '50', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000003', '50', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),

('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('41/BPM/II/2012',
('42/BPM/II/2012',
('42/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',
('43/BPM/II/2012',

'000001', '34', '1'),


'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000003', '50', '1'),
'000005', '122', '1'),
'000002', '6', '1'),
'000010', '200', '1'),
'000005', '10', '1'),
'000010', '20', '1'),
'000006', '300', '1'),
'000005', '30', '1'),
'000003', '300', '1'),
'000002', '30', '1'),
'000011', '1', '1'),
'000004', '12', '1'),
'000001', '12', '1'),
'000005', '10', '1'),
'1234', '43', '1'),
'123', '645', '1'),
'000001', '34', '1'),
'000001', '12', '1'),
'000015', '14', '2'),
'000011', '30', '1'),
'000003', '33', '1'),
'000002', '1', '1'),
'000007', '2', '1'),
'000011', '3', '1'),
'000005', '4', '1'),
'000003', '50', '1'),
'000005', '122', '1'),
'000002', '6', '1'),
'000006', '11', '1'),
'000006', '333', '1'),
'000005', '2', '1');

-- ---------------------------------------------------------- Table structure for table `iklan`


-CREATE TABLE IF NOT EXISTS `iklan` (
`idiklan` varchar(1) NOT NULL,
`iklan` text NOT NULL,
PRIMARY KEY (`idiklan`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `iklan`
-INSERT INTO `iklan` (`idiklan`, `iklan`) VALUES
('1', 'Pt.Len Industri this program dedicated for Mr.herry (Not For sale)');

-- ---------------------------------------------------------- Table structure for table `pesan`


-CREATE TABLE IF NOT EXISTS `pesan` (
`id_pesan` bigint(20) NOT NULL AUTO_INCREMENT,
`subjek` varchar(100) NOT NULL,
`isi` text NOT NULL,
`tgl` varchar(10) NOT NULL,
`pengirim` varchar(25) NOT NULL,
`to` varchar(25) NOT NULL,
`jam` varchar(25) NOT NULL,
`status` varchar(6) NOT NULL,
`from_bag` varchar(25) NOT NULL,
PRIMARY KEY (`id_pesan`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;
--- Dumping data for table `pesan`
-INSERT INTO `pesan` (`id_pesan`, `subjek`, `isi`, `tgl`, `pengirim`, `to`, `jam`
, `status`, `from_bag`) VALUES
(1, 'first', 'ini surat pertama', '28 januari', 'dony', 'user1', '12:00', 'unrea
', 'admn'),
(4, 'barang kurang', 'ini kenapa di gudang ko ngga ada panci nya??apa panci ters
ebut sudah di jual ke emak icih buat goreng kripik??', '31-01-12', 'dony', 'user
1', '04:21:41', 'unrea', 'Rendal'),
(7, 'mau aja nyobain', 'ini isinya emang ga penting ko', '02-02-12', 'gudang', '
admn', '12:34:30', 'read', 'Gudang'),
(6, 'jangan di baca', 'cuma tes doang ko isi nya\r\n', '01-02-12', 'gudang', 'ad
mn', '08:41:32', 'read', 'Gudang'),
(9, ',cnasjnclkaslcasckjbscvhjaschabsjcbhjasvcavscvashbcjabschjvshbchjavsgcvhasb
chjvaschas', 'vxghasvjhghjas', '26-02-12', 'gudang', 'admn', '02:48:04', 'read',
'Gudang'),
(11, 'kasdsajdewf', 'xds', '26-02-12', 'dony', 'admn', '04:37:08', 'read', 'Rend
al');
-- ---------------------------------------------------------- Table structure for table `produk`
-CREATE TABLE IF NOT EXISTS `produk` (
`kode_produk` varchar(25) NOT NULL,
`nama_produk` varchar(100) NOT NULL,
PRIMARY KEY (`kode_produk`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `produk`
-INSERT INTO `produk` (`kode_produk`, `nama_produk`) VALUES
('123', 'tes'),
('111', 'tes lagi'),
('1234', 'tau'),

('000005', 'Gerobak'),
('000001', 'pakaian bekas'),
('000002', 'celana bekas'),
('000003', 'baju baru'),
('000004', 'celana baru'),
('000006', 'Garpu'),
('000007', 'sendok'),
('000010', 'handphone'),
('000011', 'makanan basi'),
('000015', 'alat penyedot debu tingkat supra natural yang sangat cangih sekali')
,
('baru', '1234'),
('222222', 'mie goreng'),
('', ''),
('6666', 'ngg');
-- ---------------------------------------------------------- Table structure for table `produk-proyek`
-CREATE TABLE IF NOT EXISTS `produk-proyek` (
`kode_proyek` varchar(25) NOT NULL,
`kode_produk` varchar(25) NOT NULL,
`jumlah` int(10) NOT NULL,
`id_satuan` varchar(5) NOT NULL,
`status` varchar(10) NOT NULL DEFAULT 'baru'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `produk-proyek`
-INSERT INTO `produk-proyek` (`kode_proyek`, `kode_produk`, `jumlah`, `id_satuan`
, `status`) VALUES
('pro001', '000003', 10, '1', ''),
('pro003', '1234', 1121, '1', ''),
('pro004', '000006', 15, '1', ''),
('pro002', '000005', 10, '1', ''),
('pro002', '1234', 12, '1', ''),
('pro001', '000003', 14, '1', ''),
('pro004', '000007', 2, '1', ''),
('pro004', '000005', 17, '1', ''),
('pro004', '000003', 34, '1', ''),
('pro007', '000010', 200, '1', ''),
('pro008', '000010', 20, '1', ''),
('pro008', '000006', 300, '1', ''),
('pro008', '000005', 30, '1', ''),
('pro008', '000003', 300, '1', ''),
('pro008', '000002', 30, '1', ''),
('pro008', '000011', 1, '1', ''),
('pro008', '000004', 12, '1', ''),
('pro008', '000001', 12, '1', ''),
('pro008', '000005', 10, '1', ''),
('pro008', '1234', 43, '1', ''),
('pro008', '123', 645, '1', ''),
('pro008', '000001', 34, '1', ''),
('pro008', '000001', 12, '1', ''),
('pro002', '000002', 23, '1', ''),

('pro2012', '000001', 10, '2', ''),


('pro2012', '000015', 30, '4', ''),
('pro008', '000015', 14, '2', ''),
('pro003', '111', 250, '2', ''),
('pro003', '000002', 30, '4', ''),
('pro003', '000011', 2, '2', ''),
('pro003', '000006', 4, '4', ''),
('pro003', '000010', 11, '1', ''),
('pro008', '000011', 30, '1', ''),
('pro007', '000005', 10, '1', ''),
('pro008', '000003', 33, '1', ''),
('pro008', '000002', 1, '1', ''),
('pro008', '000007', 2, '1', ''),
('pro008', '000011', 3, '1', ''),
('pro008', '000005', 4, '1', ''),
('pro2012', '000003', 15, '2', ''),
('pro2012', '000007', 10, '4', ''),
('pro008', '000003', 50, '1', ''),
('pro008', '000005', 122, '1', ''),
('pro008', '000002', 6, '1', ''),
('pro008', '000006', 11, '1', ''),
('pro008', '000006', 333, '1', ''),
('pro008', '000005', 2, '1', '');
-- ---------------------------------------------------------- Table structure for table `proyek`
-CREATE TABLE IF NOT EXISTS `proyek` (
`kode_proyek` varchar(25) NOT NULL,
`nama_proyek` varchar(100) NOT NULL,
`no_transfer` varchar(100) NOT NULL,
PRIMARY KEY (`kode_proyek`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `proyek`
-INSERT INTO `proyek` (`kode_proyek`, `nama_proyek`, `no_transfer`) VALUES
('pro001', 'kemanusiaan', ''),
('p123', 'tes proyek', ''),
('pro002', 'kemiskinan', ''),
('pro003', 'kekayaan', ''),
('pro004', 'makanan', ''),
('pro007', 'dermawan', ''),
('pro008', 'mission imposible', '123'),
('pro2012', 'kiamat', '999'),
('pr0832', 'nggatau', 'ads'),
('prjadi', '11111', '1111111'),
('', '', '');
-- ---------------------------------------------------------- Table structure for table `satuan`
--

CREATE TABLE IF NOT EXISTS `satuan` (


`id_satuan` int(5) NOT NULL AUTO_INCREMENT,
`satuan` varchar(50) NOT NULL,
PRIMARY KEY (`id_satuan`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
--- Dumping data for table `satuan`
-INSERT INTO `satuan` (`id_satuan`, `satuan`) VALUES
(1, 'Unit'),
(2, 'batang'),
(4, 'pasang');
-- ---------------------------------------------------------- Table structure for table `typeuser`
-CREATE TABLE IF NOT EXISTS `typeuser` (
`id_type` varchar(25) NOT NULL,
`namatype` varchar(50) NOT NULL,
PRIMARY KEY (`id_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `typeuser`
-INSERT INTO `typeuser` (`id_type`, `namatype`) VALUES
('admn', 'Rendal'),
('user1', 'Gudang'),
('user2', 'Produksi');
-- ---------------------------------------------------------- Table structure for table `user`
-CREATE TABLE IF NOT EXISTS `user` (
`username` varchar(50) NOT NULL,
`password` varchar(50) NOT NULL,
`type_user` varchar(25) NOT NULL,
PRIMARY KEY (`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `user`
-INSERT INTO `user` (`username`, `password`, `type_user`) VALUES
('dony', '123', 'admn'),
('gudang', '123', 'user1'),
('produksi', '123', 'user2'),
('boss', '1234', 'admn');
--- Database: `mysql`

-CREATE DATABASE `mysql` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;


USE `mysql`;
-- ---------------------------------------------------------- Table structure for table `columns_priv`
-CREATE TABLE IF NOT EXISTS `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_TIM
ESTAMP,
`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
';
--- Dumping data for table `columns_priv`
--- ---------------------------------------------------------- Table structure for table `db`
-CREATE TABLE IF NOT EXISTS `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',
`Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
`Trigger_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 privileg


es';
--- Dumping data for table `db`
-INSERT INTO `db` (`Host`, `Db`, `User`, `Select_priv`, `Insert_priv`, `Update_pr
iv`, `Delete_priv`, `Create_priv`, `Drop_priv`, `Grant_priv`, `References_priv`,
`Index_priv`, `Alter_priv`, `Create_tmp_table_priv`, `Lock_tables_priv`, `Creat
e_view_priv`, `Show_view_priv`, `Create_routine_priv`, `Alter_routine_priv`, `Ex
ecute_priv`, `Event_priv`, `Trigger_priv`) VALUES
('%', 'test', '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y
', 'Y', 'Y', 'N', 'N', 'Y', 'Y'),
('%', 'test\\_%', '', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y'
, 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'Y'),
('localhost', 'phpmyadmin', 'pma', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N',
'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N');
-- ---------------------------------------------------------- Table structure for table `event`
-CREATE TABLE IF NOT EXISTS `event` (
`db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
`name` char(64) NOT NULL DEFAULT '',
`body` longblob NOT NULL,
`definer` char(77) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
`execute_at` datetime DEFAULT NULL,
`interval_value` int(11) DEFAULT NULL,
`interval_field` enum('YEAR','QUARTER','MONTH','DAY','HOUR','MINUTE','WEEK','S
ECOND','MICROSECOND','YEAR_MONTH','DAY_HOUR','DAY_MINUTE','DAY_SECOND','HOUR_MIN
UTE','HOUR_SECOND','MINUTE_SECOND','DAY_MICROSECOND','HOUR_MICROSECOND','MINUTE_
MICROSECOND','SECOND_MICROSECOND') DEFAULT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMES
TAMP,
`modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_executed` datetime DEFAULT NULL,
`starts` datetime DEFAULT NULL,
`ends` datetime DEFAULT NULL,
`status` enum('ENABLED','DISABLED','SLAVESIDE_DISABLED') NOT NULL DEFAULT 'ENA
BLED',
`on_completion` enum('DROP','PRESERVE') NOT NULL DEFAULT 'DROP',
`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','PO
STGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO
_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLAS
H_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','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH')
NOT NULL DEFAULT '',
`comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
`originator` int(10) NOT NULL,
`time_zone` char(64) CHARACTER SET latin1 NOT NULL DEFAULT 'SYSTEM',
`character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NU
LL,
`collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NU
LL,

`db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,


`body_utf8` longblob,
PRIMARY KEY (`db`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Events';
--- Dumping data for table `event`
--- ---------------------------------------------------------- Table structure for table `func`
-CREATE TABLE IF NOT EXISTS `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 func
tions';
--- Dumping data for table `func`
--- ---------------------------------------------------------- Table structure for table `general_log`
-CREATE TABLE IF NOT EXISTS `general_log` (
`event_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TI
MESTAMP,
`user_host` mediumtext NOT NULL,
`thread_id` int(11) NOT NULL,
`server_id` int(11) NOT NULL,
`command_type` varchar(64) NOT NULL,
`argument` mediumtext NOT NULL
) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='General log';
--- Dumping data for table `general_log`
--- ---------------------------------------------------------- Table structure for table `help_category`
-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `help_category`
-INSERT INTO `help_category` (`help_category_id`, `name`, `parent_category_id`, `
url`) VALUES
(1, 'Geographic', 0, ''),
(2, 'Polygon properties', 33, ''),
(3, 'WKT', 33, ''),
(4, 'Numeric Functions', 37, ''),
(5, 'Plugins', 34, ''),
(6, 'MBR', 33, ''),
(7, 'Control flow functions', 37, ''),
(8, 'Transactions', 34, ''),
(9, 'Account Management', 34, ''),
(10, 'Point properties', 33, ''),
(11, 'Encryption Functions', 37, ''),
(12, 'LineString properties', 33, ''),
(13, 'Logical operators', 37, ''),
(14, 'Miscellaneous Functions', 37, ''),
(15, 'Information Functions', 37, ''),
(16, 'Functions and Modifiers for Use with GROUP BY', 34, ''),
(17, 'Storage Engines', 34, ''),
(18, 'Comparison operators', 37, ''),
(19, 'Bit Functions', 37, ''),
(20, 'Table Maintenance', 34, ''),
(21, 'Data Types', 34, ''),
(22, 'User-Defined Functions', 34, ''),
(23, 'Compound Statements', 34, ''),
(24, 'Geometry constructors', 33, ''),
(25, 'GeometryCollection properties', 1, ''),
(26, 'Administration', 34, ''),
(27, 'Data Manipulation', 34, ''),
(28, 'Utility', 34, ''),
(29, 'Language Structure', 34, ''),
(30, 'Geometry relations', 33, ''),
(31, 'Date and Time Functions', 37, ''),
(32, 'WKB', 33, ''),
(33, 'Geographic Features', 34, ''),
(34, 'Contents', 0, ''),
(35, 'Geometry properties', 33, ''),
(36, 'String Functions', 37, ''),
(37, 'Functions', 34, ''),
(38, 'Data Definition', 34, '');
-- ---------------------------------------------------------- Table structure for table `help_keyword`
-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `help_keyword`
-INSERT INTO `help_keyword` (`help_keyword_id`, `name`) VALUES
(0, 'JOIN'),
(1, 'HOST'),
(2, 'REPEAT'),
(3, 'SERIALIZABLE'),
(4, 'REPLACE'),
(5, 'AT'),
(6, 'SCHEDULE'),
(7, 'RETURNS'),
(8, 'STARTS'),
(9, 'MASTER_SSL_CA'),
(10, 'NCHAR'),
(11, 'COLUMNS'),
(12, 'COMPLETION'),
(13, 'WORK'),
(14, 'DATETIME'),
(15, 'MODE'),
(16, 'OPEN'),
(17, 'INTEGER'),
(18, 'ESCAPE'),
(19, 'VALUE'),
(20, 'MASTER_SSL_VERIFY_SERVER_CERT'),
(21, 'SQL_BIG_RESULT'),
(22, 'DROP'),
(23, 'GEOMETRYCOLLECTIONFROMWKB'),
(24, 'EVENTS'),
(25, 'MONTH'),
(26, 'INFO'),
(27, 'PROFILES'),
(28, 'DUPLICATE'),
(29, 'REPLICATION'),
(30, 'UNLOCK'),
(31, 'INNODB'),
(32, 'YEAR_MONTH'),
(33, 'SUBJECT'),
(34, 'PREPARE'),
(35, 'LOCK'),
(36, 'NDB'),
(37, 'CHECK'),
(38, 'FULL'),
(39, 'INT4'),
(40, 'BY'),
(41, 'NO'),
(42, 'MINUTE'),
(43, 'PARTITION'),
(44, 'DATA'),
(45, 'DAY'),
(46, 'SHARE'),
(47, 'REAL'),
(48, 'SEPARATOR'),
(49, 'MASTER_HEARTBEAT_PERIOD'),
(50, 'DELETE'),

(51, 'ON'),
(52, 'CONNECTION'),
(53, 'CLOSE'),
(54, 'X509'),
(55, 'USE'),
(56, 'WHERE'),
(57, 'PRIVILEGES'),
(58, 'SPATIAL'),
(59, 'EVENT'),
(60, 'SUPER'),
(61, 'SQL_BUFFER_RESULT'),
(62, 'IGNORE'),
(63, 'QUICK'),
(64, 'SIGNED'),
(65, 'OFFLINE'),
(66, 'SECURITY'),
(67, 'AUTOEXTEND_SIZE'),
(68, 'NDBCLUSTER'),
(69, 'POLYGONFROMWKB'),
(70, 'FALSE'),
(71, 'LEVEL'),
(72, 'FORCE'),
(73, 'BINARY'),
(74, 'TO'),
(75, 'CHANGE'),
(76, 'CURRENT_USER'),
(77, 'HOUR_MINUTE'),
(78, 'UPDATE'),
(79, 'PRESERVE'),
(80, 'INTO'),
(81, 'FEDERATED'),
(82, 'VARYING'),
(83, 'MAX_SIZE'),
(84, 'HOUR_SECOND'),
(85, 'VARIABLE'),
(86, 'ROLLBACK'),
(87, 'RTREE'),
(88, 'PROCEDURE'),
(89, 'TIMESTAMP'),
(90, 'IMPORT'),
(91, 'AGAINST'),
(92, 'CHECKSUM'),
(93, 'COUNT'),
(94, 'LONGBINARY'),
(95, 'THEN'),
(96, 'INSERT'),
(97, 'ENGINES'),
(98, 'HANDLER'),
(99, 'PORT'),
(100, 'DAY_SECOND'),
(101, 'EXISTS'),
(102, 'MUTEX'),
(103, 'RELEASE'),
(104, 'BOOLEAN'),
(105, 'MOD'),
(106, 'DEFAULT'),
(107, 'TYPE'),
(108, 'NO_WRITE_TO_BINLOG'),
(109, 'OPTIMIZE'),
(110, 'RESET'),

(111,
(112,
(113,
(114,
(115,
(116,
(117,
(118,
(119,
(120,
(121,
(122,
(123,
(124,
(125,
(126,
(127,
(128,
(129,
(130,
(131,
(132,
(133,
(134,
(135,
(136,
(137,
(138,
(139,
(140,
(141,
(142,
(143,
(144,
(145,
(146,
(147,
(148,
(149,
(150,
(151,
(152,
(153,
(154,
(155,
(156,
(157,
(158,
(159,
(160,
(161,
(162,
(163,
(164,
(165,
(166,
(167,
(168,
(169,
(170,

'ITERATE'),
'INSTALL'),
'DO'),
'BIGINT'),
'SET'),
'ISSUER'),
'DATE'),
'STATUS'),
'FULLTEXT'),
'COMMENT'),
'MASTER_CONNECT_RETRY'),
'INNER'),
'STOP'),
'MASTER_LOG_FILE'),
'MRG_MYISAM'),
'PRECISION'),
'REQUIRE'),
'TRAILING'),
'PARTITIONS'),
'LONG'),
'OPTION'),
'REORGANIZE'),
'ELSE'),
'DEALLOCATE'),
'IO_THREAD'),
'CASE'),
'CIPHER'),
'CONTINUE'),
'FROM'),
'READ'),
'LEFT'),
'ELSEIF'),
'MINUTE_SECOND'),
'COMPACT'),
'RESTORE'),
'DEC'),
'FOR'),
'WARNINGS'),
'MIN_ROWS'),
'CONDITION'),
'STRING'),
'ENCLOSED'),
'FUNCTION'),
'AGGREGATE'),
'FIELDS'),
'INT3'),
'ARCHIVE'),
'AVG_ROW_LENGTH'),
'ADD'),
'KILL'),
'FLOAT4'),
'TABLESPACE'),
'VIEW'),
'REPEATABLE'),
'INFILE'),
'ORDER'),
'USING'),
'MIDDLEINT'),
'GRANT'),
'UNSIGNED'),

(171,
(172,
(173,
(174,
(175,
(176,
(177,
(178,
(179,
(180,
(181,
(182,
(183,
(184,
(185,
(186,
(187,
(188,
(189,
(190,
(191,
(192,
(193,
(194,
(195,
(196,
(197,
(198,
(199,
(200,
(201,
(202,
(203,
(204,
(205,
(206,
(207,
(208,
(209,
(210,
(211,
(212,
(213,
(214,
(215,
(216,
(217,
(218,
(219,
(220,
(221,
(222,
(223,
(224,
(225,
(226,
(227,
(228,
(229,
(230,

'DECIMAL'),
'GEOMETRYFROMTEXT'),
'INDEXES'),
'FOREIGN'),
'CACHE'),
'HOSTS'),
'COMMIT'),
'SCHEMAS'),
'LEADING'),
'SNAPSHOT'),
'DECLARE'),
'LOAD'),
'SQL_CACHE'),
'CONVERT'),
'DYNAMIC'),
'COLLATE'),
'POLYGONFROMTEXT'),
'BYTE'),
'GLOBAL'),
'LINESTRINGFROMWKB'),
'WHEN'),
'COLUMN_FORMAT'),
'HAVING'),
'AS'),
'STARTING'),
'RELOAD'),
'AUTOCOMMIT'),
'REVOKE'),
'GRANTS'),
'OUTER'),
'FLOOR'),
'EXPLAIN'),
'WITH'),
'AFTER'),
'STD'),
'CSV'),
'DISABLE'),
'UNINSTALL'),
'OUTFILE'),
'LOW_PRIORITY'),
'FILE'),
'NODEGROUP'),
'SCHEMA'),
'SONAME'),
'POW'),
'DUAL'),
'MULTIPOINTFROMWKB'),
'INDEX'),
'BACKUP'),
'MULTIPOINTFROMTEXT'),
'DEFINER'),
'MASTER_BIND'),
'REMOVE'),
'EXTENDED'),
'MULTILINESTRINGFROMWKB'),
'CROSS'),
'CONTRIBUTORS'),
'NATIONAL'),
'GROUP'),
'SHA'),

(231,
(232,
(233,
(234,
(235,
(236,
(237,
(238,
(239,
(240,
(241,
(242,
(243,
(244,
(245,
(246,
(247,
(248,
(249,
(250,
(251,
(252,
(253,
(254,
(255,
(256,
(257,
(258,
(259,
(260,
(261,
(262,
(263,
(264,
(265,
(266,
(267,
(268,
(269,
(270,
(271,
(272,
(273,
(274,
(275,
(276,
(277,
(278,
(279,
(280,
(281,
(282,
(283,
(284,
(285,
(286,
(287,
(288,
(289,
(290,

'ONLINE'),
'UNDO'),
'ZEROFILL'),
'CLIENT'),
'MASTER_PASSWORD'),
'OWNER'),
'RELAY_LOG_FILE'),
'TRUE'),
'CHARACTER'),
'MASTER_USER'),
'TABLE'),
'ENGINE'),
'INSERT_METHOD'),
'CASCADE'),
'RELAY_LOG_POS'),
'SQL_CALC_FOUND_ROWS'),
'UNION'),
'MYISAM'),
'LEAVE'),
'MODIFY'),
'MATCH'),
'MASTER_LOG_POS'),
'DISTINCTROW'),
'DESC'),
'TIME'),
'NUMERIC'),
'EXPANSION'),
'CURSOR'),
'CODE'),
'GEOMETRYCOLLECTIONFROMTEXT'),
'CHAIN'),
'LOGFILE'),
'FLUSH'),
'CREATE'),
'DESCRIBE'),
'EXTENT_SIZE'),
'MAX_UPDATES_PER_HOUR'),
'INT2'),
'PROCESSLIST'),
'ENDS'),
'LOGS'),
'DISCARD'),
'HEAP'),
'SOUNDS'),
'BETWEEN'),
'MULTILINESTRINGFROMTEXT'),
'REPAIR'),
'PACK_KEYS'),
'FAST'),
'VALUES'),
'CALL'),
'LOOP'),
'VARCHARACTER'),
'BEFORE'),
'TRUNCATE'),
'SHOW'),
'ALL'),
'REDUNDANT'),
'USER_RESOURCES'),
'PARTIAL'),

(291,
(292,
(293,
(294,
(295,
(296,
(297,
(298,
(299,
(300,
(301,
(302,
(303,
(304,
(305,
(306,
(307,
(308,
(309,
(310,
(311,
(312,
(313,
(314,
(315,
(316,
(317,
(318,
(319,
(320,
(321,
(322,
(323,
(324,
(325,
(326,
(327,
(328,
(329,
(330,
(331,
(332,
(333,
(334,
(335,
(336,
(337,
(338,
(339,
(340,
(341,
(342,
(343,
(344,
(345,
(346,
(347,
(348,
(349,
(350,

'BINLOG'),
'END'),
'SECOND'),
'AND'),
'FLOAT8'),
'PREV'),
'HOUR'),
'SELECT'),
'DATABASES'),
'OR'),
'IDENTIFIED'),
'WRAPPER'),
'MASTER_SSL_CIPHER'),
'SQL_SLAVE_SKIP_COUNTER'),
'BOTH'),
'BOOL'),
'YEAR'),
'MASTER_PORT'),
'CONCURRENT'),
'HELP'),
'UNIQUE'),
'TRIGGERS'),
'PROCESS'),
'OPTIONS'),
'CONSISTENT'),
'MASTER_SSL'),
'DATE_ADD'),
'MAX_CONNECTIONS_PER_HOUR'),
'LIKE'),
'PLUGIN'),
'FETCH'),
'IN'),
'COLUMN'),
'DUMPFILE'),
'USAGE'),
'EXECUTE'),
'MEMORY'),
'CEIL'),
'QUERY'),
'MASTER_HOST'),
'LINES'),
'SQL_THREAD'),
'SERVER'),
'MAX_QUERIES_PER_HOUR'),
'MASTER_SSL_CERT'),
'MULTIPOLYGONFROMWKB'),
'TRANSACTION'),
'DAY_MINUTE'),
'STDDEV'),
'DATE_SUB'),
'REBUILD'),
'GEOMETRYFROMWKB'),
'INT1'),
'RENAME'),
'PARSER'),
'RIGHT'),
'ALTER'),
'MAX_ROWS'),
'SOCKET'),
'STRAIGHT_JOIN'),

(351,
(352,
(353,
(354,
(355,
(356,
(357,
(358,
(359,
(360,
(361,
(362,
(363,
(364,
(365,
(366,
(367,
(368,
(369,
(370,
(371,
(372,
(373,
(374,
(375,
(376,
(377,
(378,
(379,
(380,
(381,
(382,
(383,
(384,
(385,
(386,
(387,
(388,
(389,
(390,
(391,
(392,
(393,
(394,
(395,
(396,
(397,
(398,
(399,
(400,
(401,
(402,
(403,
(404,
(405,
(406,
(407,
(408,
(409,
(410,

'NATURAL'),
'VARIABLES'),
'ESCAPED'),
'SHA1'),
'KEY_BLOCK_SIZE'),
'PASSWORD'),
'OFFSET'),
'CHAR'),
'NEXT'),
'SQL_LOG_BIN'),
'ERRORS'),
'TEMPORARY'),
'COMMITTED'),
'SQL_SMALL_RESULT'),
'UPGRADE'),
'BEGIN'),
'DELAY_KEY_WRITE'),
'PROFILE'),
'MEDIUM'),
'INTERVAL'),
'SSL'),
'DAY_HOUR'),
'NAME'),
'REFERENCES'),
'AES_ENCRYPT'),
'STORAGE'),
'ISOLATION'),
'CEILING'),
'EVERY'),
'INT8'),
'AUTHORS'),
'RESTRICT'),
'UNCOMMITTED'),
'LINESTRINGFROMTEXT'),
'IS'),
'NOT'),
'ANALYSE'),
'DATAFILE'),
'DES_KEY_FILE'),
'COMPRESSED'),
'START'),
'PLUGINS'),
'SAVEPOINT'),
'IF'),
'PRIMARY'),
'PURGE'),
'LAST'),
'USER'),
'INNOBASE'),
'EXIT'),
'KEYS'),
'LIMIT'),
'KEY'),
'MERGE'),
'UNTIL'),
'SQL_NO_CACHE'),
'DELAYED'),
'ANALYZE'),
'CONSTRAINT'),
'SERIAL'),

(411,
(412,
(413,
(414,
(415,
(416,
(417,
(418,
(419,
(420,
(421,
(422,
(423,
(424,
(425,
(426,
(427,
(428,
(429,
(430,
(431,
(432,
(433,
(434,
(435,
(436,
(437,
(438,
(439,
(440,
(441,
(442,
(443,
(444,
(445,
(446,
(447,
(448,
(449,

'ACTION'),
'WRITE'),
'INITIAL_SIZE'),
'SESSION'),
'DATABASE'),
'NULL'),
'POWER'),
'USE_FRM'),
'TERMINATED'),
'SLAVE'),
'NVARCHAR'),
'ASC'),
'RETURN'),
'OPTIONALLY'),
'ENABLE'),
'DIRECTORY'),
'WHILE'),
'MAX_USER_CONNECTIONS'),
'LOCAL'),
'DISTINCT'),
'AES_DECRYPT'),
'MASTER_SSL_KEY'),
'NONE'),
'TABLES'),
'<>'),
'RLIKE'),
'TRIGGER'),
'COLLATION'),
'SHUTDOWN'),
'HIGH_PRIORITY'),
'BTREE'),
'FIRST'),
'COALESCE'),
'WAIT'),
'TYPES'),
'MASTER'),
'FIXED'),
'MULTIPOLYGONFROMTEXT'),
'ROW_FORMAT');

-- ---------------------------------------------------------- Table structure for table `help_relation`


-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `help_relation`
-INSERT INTO `help_relation` (`help_topic_id`, `help_keyword_id`) VALUES
(1, 0),
(348, 0),
(463, 1),

(225, 2),
(439, 3),
(3, 4),
(414, 4),
(86, 5),
(86, 6),
(399, 6),
(94, 7),
(86, 8),
(182, 9),
(422, 10),
(21, 11),
(339, 11),
(414, 11),
(86, 12),
(399, 12),
(142, 13),
(223, 14),
(85, 15),
(348, 15),
(16, 16),
(103, 16),
(129, 16),
(339, 16),
(94, 17),
(489, 17),
(373, 18),
(3, 19),
(101, 19),
(235, 19),
(182, 20),
(348, 21),
(9, 22),
(30, 22),
(34, 22),
(84, 22),
(183, 22),
(229, 22),
(256, 22),
(269, 22),
(293, 22),
(324, 22),
(398, 22),
(408, 22),
(409, 22),
(453, 22),
(468, 22),
(105, 23),
(119, 24),
(369, 25),
(252, 26),
(79, 27),
(101, 28),
(195, 29),
(36, 30),
(339, 31),
(393, 31),
(458, 31),
(369, 32),
(195, 33),

(35, 34),
(229, 34),
(36, 35),
(348, 35),
(458, 36),
(410, 37),
(453, 37),
(458, 37),
(21, 38),
(287, 38),
(339, 38),
(443, 38),
(458, 38),
(489, 39),
(48, 40),
(74, 40),
(80, 40),
(195, 40),
(348, 40),
(355, 40),
(414, 40),
(453, 40),
(458, 40),
(458, 41),
(462, 41),
(369, 42),
(453, 43),
(458, 43),
(114, 44),
(207, 44),
(414, 44),
(458, 44),
(463, 44),
(369, 45),
(348, 46),
(94, 47),
(307, 47),
(355, 48),
(182, 49),
(48, 50),
(458, 50),
(462, 50),
(1, 51),
(86, 51),
(399, 51),
(462, 51),
(171, 52),
(458, 52),
(51, 53),
(103, 53),
(195, 54),
(1, 55),
(55, 55),
(189, 55),
(48, 56),
(80, 56),
(103, 56),
(188, 57),
(195, 57),
(241, 57),

(205, 58),
(453, 58),
(86, 59),
(293, 59),
(350, 59),
(399, 59),
(195, 60),
(348, 61),
(1, 62),
(80, 62),
(101, 62),
(348, 62),
(414, 62),
(453, 62),
(48, 63),
(410, 63),
(456, 63),
(223, 64),
(84, 65),
(205, 65),
(453, 65),
(195, 66),
(189, 67),
(458, 68),
(88, 69),
(472, 69),
(378, 70),
(439, 71),
(1, 72),
(39, 73),
(223, 73),
(262, 73),
(182, 74),
(262, 74),
(451, 74),
(182, 75),
(453, 75),
(86, 76),
(399, 76),
(369, 77),
(80, 78),
(101, 78),
(348, 78),
(462, 78),
(86, 79),
(399, 79),
(3, 80),
(101, 80),
(297, 80),
(348, 80),
(458, 81),
(249, 82),
(189, 83),
(369, 84),
(126, 85),
(142, 86),
(451, 86),
(205, 87),
(18, 88),
(181, 88),

(295, 88),
(321, 88),
(339, 88),
(348, 88),
(409, 88),
(431, 88),
(477, 88),
(96, 89),
(185, 89),
(414, 90),
(453, 90),
(85, 91),
(394, 92),
(458, 92),
(66, 93),
(322, 93),
(425, 93),
(278, 94),
(28, 95),
(57, 95),
(82, 95),
(101, 96),
(190, 96),
(294, 96),
(476, 96),
(275, 97),
(339, 97),
(103, 98),
(306, 98),
(463, 99),
(369, 100),
(9, 101),
(30, 101),
(86, 101),
(151, 101),
(183, 101),
(269, 101),
(293, 101),
(339, 102),
(359, 102),
(142, 103),
(451, 103),
(24, 104),
(85, 104),
(109, 105),
(170, 105),
(3, 106),
(101, 106),
(151, 106),
(194, 106),
(207, 106),
(235, 106),
(453, 106),
(458, 106),
(453, 107),
(111, 108),
(320, 108),
(456, 108),
(460, 108),
(111, 109),

(453, 109),
(38, 110),
(115, 110),
(147, 110),
(257, 110),
(121, 111),
(412, 112),
(86, 113),
(122, 113),
(399, 113),
(485, 113),
(216, 114),
(3, 115),
(80, 115),
(101, 115),
(126, 115),
(135, 115),
(142, 115),
(151, 115),
(178, 115),
(207, 115),
(326, 115),
(339, 115),
(414, 115),
(453, 115),
(458, 115),
(462, 115),
(467, 115),
(483, 115),
(195, 116),
(128, 117),
(223, 117),
(255, 117),
(369, 117),
(58, 118),
(132, 118),
(210, 118),
(218, 118),
(321, 118),
(339, 118),
(359, 118),
(393, 118),
(205, 119),
(453, 119),
(458, 119),
(86, 120),
(189, 120),
(399, 120),
(458, 120),
(182, 121),
(1, 122),
(52, 123),
(182, 124),
(458, 125),
(307, 126),
(195, 127),
(447, 128),
(247, 129),
(278, 130),
(195, 131),

(241, 131),
(453, 132),
(57, 133),
(82, 133),
(229, 134),
(52, 135),
(317, 135),
(57, 136),
(82, 136),
(195, 137),
(306, 138),
(48, 139),
(114, 139),
(119, 139),
(339, 139),
(348, 139),
(353, 139),
(447, 139),
(36, 140),
(103, 140),
(439, 140),
(1, 141),
(28, 142),
(369, 143),
(458, 144),
(175, 145),
(204, 146),
(176, 147),
(306, 147),
(339, 147),
(348, 147),
(413, 147),
(322, 148),
(339, 148),
(458, 149),
(176, 150),
(94, 151),
(414, 152),
(18, 153),
(34, 153),
(94, 153),
(206, 153),
(295, 153),
(321, 153),
(339, 153),
(398, 153),
(409, 153),
(431, 153),
(477, 153),
(94, 154),
(339, 155),
(414, 155),
(244, 156),
(458, 157),
(453, 158),
(458, 158),
(60, 159),
(189, 159),
(453, 159),
(468, 159),

(171, 160),
(164, 161),
(189, 162),
(408, 162),
(453, 162),
(468, 162),
(30, 163),
(155, 163),
(446, 163),
(439, 164),
(414, 165),
(48, 166),
(80, 166),
(348, 166),
(355, 166),
(453, 166),
(1, 167),
(48, 167),
(83, 167),
(244, 168),
(195, 169),
(241, 169),
(24, 170),
(125, 170),
(164, 170),
(204, 170),
(223, 170),
(307, 170),
(489, 170),
(94, 171),
(152, 171),
(223, 171),
(404, 172),
(339, 173),
(453, 174),
(458, 174),
(462, 174),
(463, 174),
(98, 175),
(147, 175),
(297, 175),
(141, 176),
(339, 176),
(142, 177),
(156, 178),
(339, 178),
(447, 179),
(142, 180),
(176, 181),
(194, 181),
(306, 181),
(413, 181),
(114, 182),
(297, 182),
(353, 182),
(414, 182),
(348, 183),
(223, 184),
(370, 184),
(458, 185),

(151, 186),
(207, 186),
(458, 186),
(387, 187),
(455, 188),
(126, 189),
(132, 189),
(178, 189),
(341, 189),
(439, 189),
(444, 190),
(57, 191),
(82, 191),
(458, 192),
(348, 193),
(1, 194),
(36, 194),
(348, 194),
(414, 195),
(195, 196),
(142, 197),
(241, 198),
(187, 199),
(339, 199),
(1, 200),
(216, 201),
(247, 202),
(85, 203),
(195, 203),
(205, 203),
(453, 203),
(458, 203),
(453, 204),
(253, 205),
(414, 206),
(458, 206),
(86, 207),
(399, 207),
(453, 207),
(284, 208),
(348, 209),
(3, 210),
(36, 210),
(48, 210),
(80, 210),
(101, 210),
(414, 210),
(195, 211),
(189, 212),
(151, 213),
(183, 213),
(207, 213),
(302, 213),
(339, 213),
(94, 214),
(270, 215),
(272, 216),
(454, 217),
(1, 218),
(60, 218),

(84, 218),
(98, 218),
(205, 218),
(297, 218),
(301, 218),
(339, 218),
(453, 218),
(458, 218),
(351, 219),
(417, 220),
(86, 221),
(399, 221),
(182, 222),
(453, 223),
(247, 224),
(456, 224),
(265, 225),
(1, 226),
(7, 227),
(339, 227),
(249, 228),
(422, 228),
(189, 229),
(348, 229),
(419, 230),
(84, 231),
(205, 231),
(453, 231),
(306, 232),
(24, 233),
(125, 233),
(164, 233),
(204, 233),
(307, 233),
(489, 233),
(195, 234),
(182, 235),
(463, 236),
(182, 237),
(378, 238),
(151, 239),
(207, 239),
(249, 239),
(326, 239),
(339, 239),
(414, 239),
(422, 239),
(458, 239),
(182, 240),
(60, 241),
(106, 241),
(111, 241),
(175, 241),
(210, 241),
(269, 241),
(271, 241),
(314, 241),
(339, 241),
(351, 241),
(353, 241),

(394, 241),
(410, 241),
(453, 241),
(456, 241),
(458, 241),
(460, 241),
(189, 242),
(339, 242),
(359, 242),
(408, 242),
(453, 242),
(458, 242),
(468, 242),
(458, 243),
(30, 244),
(269, 244),
(458, 244),
(462, 244),
(182, 245),
(348, 246),
(298, 247),
(458, 248),
(303, 249),
(453, 250),
(85, 251),
(182, 252),
(348, 253),
(323, 254),
(348, 254),
(355, 254),
(223, 255),
(308, 255),
(368, 255),
(204, 256),
(85, 257),
(413, 258),
(477, 259),
(238, 260),
(142, 261),
(189, 262),
(147, 263),
(320, 263),
(18, 264),
(22, 264),
(60, 264),
(74, 264),
(86, 264),
(94, 264),
(151, 264),
(189, 264),
(205, 264),
(206, 264),
(271, 264),
(295, 264),
(302, 264),
(339, 264),
(350, 264),
(446, 264),
(458, 264),
(463, 264),

(323, 265),
(189, 266),
(195, 267),
(226, 268),
(339, 269),
(443, 269),
(86, 270),
(39, 271),
(262, 271),
(339, 271),
(453, 272),
(458, 273),
(371, 274),
(143, 275),
(104, 276),
(453, 277),
(456, 277),
(458, 278),
(410, 279),
(3, 280),
(101, 280),
(331, 281),
(336, 282),
(249, 283),
(262, 284),
(314, 285),
(7, 286),
(10, 286),
(18, 286),
(21, 286),
(25, 286),
(33, 286),
(39, 286),
(58, 286),
(66, 286),
(79, 286),
(119, 286),
(129, 286),
(132, 286),
(141, 286),
(156, 286),
(187, 286),
(188, 286),
(210, 286),
(218, 286),
(271, 286),
(275, 286),
(287, 286),
(301, 286),
(302, 286),
(321, 286),
(322, 286),
(326, 286),
(339, 286),
(341, 286),
(350, 286),
(359, 286),
(393, 286),
(443, 286),
(477, 286),

(481, 286),
(195, 287),
(241, 287),
(298, 287),
(348, 287),
(458, 288),
(320, 289),
(458, 290),
(119, 291),
(342, 291),
(28, 292),
(57, 292),
(82, 292),
(225, 292),
(319, 292),
(336, 292),
(485, 292),
(369, 293),
(143, 294),
(309, 294),
(307, 295),
(103, 296),
(369, 297),
(3, 298),
(101, 298),
(247, 298),
(252, 298),
(294, 298),
(348, 298),
(156, 299),
(339, 299),
(137, 300),
(74, 301),
(195, 301),
(463, 302),
(182, 303),
(178, 304),
(447, 305),
(24, 306),
(107, 306),
(369, 307),
(182, 308),
(414, 309),
(116, 310),
(383, 310),
(453, 311),
(25, 312),
(339, 312),
(195, 313),
(367, 314),
(463, 314),
(142, 315),
(182, 316),
(369, 317),
(195, 318),
(339, 319),
(371, 319),
(284, 320),
(339, 320),
(412, 320),

(376, 321),
(85, 322),
(119, 322),
(348, 322),
(453, 323),
(348, 324),
(195, 325),
(83, 326),
(195, 326),
(348, 327),
(389, 328),
(85, 329),
(147, 329),
(171, 329),
(182, 330),
(414, 331),
(52, 332),
(317, 332),
(9, 333),
(367, 333),
(463, 333),
(195, 334),
(182, 335),
(120, 336),
(142, 337),
(439, 337),
(369, 338),
(400, 339),
(369, 340),
(453, 341),
(140, 342),
(24, 343),
(106, 344),
(217, 344),
(399, 344),
(453, 344),
(205, 345),
(453, 345),
(458, 345),
(1, 346),
(60, 347),
(155, 347),
(195, 347),
(207, 347),
(367, 347),
(399, 347),
(431, 347),
(453, 347),
(468, 347),
(458, 348),
(463, 349),
(1, 350),
(348, 350),
(1, 351),
(339, 352),
(341, 352),
(414, 353),
(419, 354),
(458, 355),
(74, 356),

(195, 356),
(463, 356),
(467, 356),
(348, 357),
(223, 358),
(455, 358),
(103, 359),
(483, 360),
(66, 361),
(339, 361),
(269, 362),
(439, 363),
(348, 364),
(207, 365),
(410, 365),
(142, 366),
(319, 366),
(458, 367),
(79, 368),
(410, 369),
(86, 370),
(369, 370),
(195, 371),
(369, 372),
(207, 373),
(195, 374),
(458, 374),
(462, 374),
(435, 375),
(275, 376),
(439, 377),
(440, 378),
(86, 379),
(125, 380),
(10, 381),
(339, 381),
(30, 382),
(269, 382),
(462, 382),
(439, 383),
(56, 384),
(81, 385),
(201, 385),
(362, 385),
(448, 385),
(81, 386),
(86, 386),
(151, 386),
(201, 386),
(305, 386),
(181, 387),
(189, 388),
(468, 388),
(320, 389),
(458, 390),
(142, 391),
(317, 391),
(33, 392),
(451, 393),
(9, 394),

(28, 394),
(30, 394),
(86, 394),
(151, 394),
(183, 394),
(269, 394),
(293, 394),
(470, 394),
(453, 395),
(262, 396),
(103, 397),
(74, 398),
(217, 398),
(324, 398),
(463, 398),
(458, 399),
(306, 400),
(301, 401),
(339, 401),
(453, 401),
(48, 402),
(80, 402),
(103, 402),
(119, 402),
(348, 402),
(60, 403),
(101, 403),
(453, 403),
(458, 403),
(462, 403),
(458, 404),
(225, 405),
(348, 406),
(3, 407),
(101, 407),
(476, 407),
(453, 408),
(460, 408),
(453, 409),
(458, 409),
(235, 410),
(458, 410),
(458, 411),
(462, 411),
(36, 412),
(189, 413),
(468, 413),
(126, 414),
(132, 414),
(341, 414),
(439, 414),
(151, 415),
(183, 415),
(207, 415),
(302, 415),
(339, 415),
(463, 415),
(81, 416),
(362, 416),
(462, 416),

(473, 417),
(456, 418),
(414, 419),
(38, 420),
(52, 420),
(86, 420),
(141, 420),
(218, 420),
(317, 420),
(399, 420),
(249, 421),
(348, 422),
(355, 422),
(480, 423),
(414, 424),
(86, 425),
(399, 425),
(453, 425),
(207, 426),
(458, 426),
(485, 427),
(195, 428),
(36, 429),
(111, 429),
(320, 429),
(414, 429),
(456, 429),
(460, 429),
(0, 430),
(93, 430),
(281, 430),
(298, 430),
(348, 430),
(355, 430),
(377, 430),
(425, 430),
(486, 431),
(182, 432),
(195, 433),
(36, 434),
(129, 434),
(287, 434),
(339, 434),
(484, 435),
(27, 436),
(22, 437),
(256, 437),
(339, 437),
(339, 438),
(481, 438),
(195, 439),
(101, 440),
(348, 440),
(205, 441),
(103, 442),
(453, 442),
(458, 442),
(453, 443),
(189, 444),
(468, 444),

(339, 445),
(39, 446),
(58, 446),
(114, 446),
(182, 446),
(257, 446),
(262, 446),
(353, 446),
(204, 447),
(458, 447),
(196, 448),
(458, 449);
-- ---------------------------------------------------------- Table structure for table `help_topic`
-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `help_topic`
-INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(0, 'MIN', 16, 'Syntax:\nMIN([DISTINCT] expr)\n\nReturns the minimum value of ex
pr. MIN() may take a string argument; in\nsuch cases, it returns the minimum str
ing value. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html. The D
ISTINCT\nkeyword can be used to find the minimum of the distinct values of expr,
\nhowever, this produces the same result as omitting DISTINCT.\n\nMIN() returns
NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1
/en/group-by-functions.html\n\n', 'mysql> SELECT student_name, MIN(test_score),
MAX(test_score)\n
->
FROM student\n
->
GROUP BY student_name
;\n', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(1, 'JOIN', 27, 'MySQL supports the following JOIN syntaxes for the table_refere
nces\npart of SELECT statements and multiple-table DELETE and UPDATE\nstatements
:\n\ntable_references:\n
table_reference [, table_reference] ...\n\ntable_ref
erence:\n
table_factor\n | join_table\n\ntable_factor:\n
tbl_name [[AS] a
lias] [index_hint_list]\n | table_subquery [AS] alias\n | ( table_references )
\n | { OJ table_reference LEFT OUTER JOIN table_reference\n
ON condition
al_expr }\n\njoin_table:\n
table_reference [INNER | CROSS] JOIN table_factor
[join_condition]\n | table_reference STRAIGHT_JOIN table_factor\n | table_refe
rence STRAIGHT_JOIN table_factor ON conditional_expr\n | table_reference {LEFT|
RIGHT} [OUTER] JOIN table_reference join_condition\n | table_reference NATURAL
[{LEFT|RIGHT} [OUTER]] JOIN table_factor\n\njoin_condition:\n
ON conditional_
expr\n | USING (column_list)\n\nindex_hint_list:\n
index_hint [, index_hint]
...\n\nindex_hint:\n
USE {INDEX|KEY}\n
[{FOR {JOIN|ORDER BY|GROUP BY}]
([index_list])\n | IGNORE {INDEX|KEY}\n
[{FOR {JOIN|ORDER BY|GROUP BY}] (i
ndex_list)\n | FORCE {INDEX|KEY}\n
[{FOR {JOIN|ORDER BY|GROUP BY}] (index_

list)\n\nindex_list:\n
index_name [, index_name] ...\n\nA table reference is
also known as a join expression.\n\nThe syntax of table_factor is extended in co
mparison with the SQL\nStandard. The latter accepts only table_reference, not a
list of them\ninside a pair of parentheses.\n\nThis is a conservative extension
if we consider each comma in a list of\ntable_reference items as equivalent to a
n inner join. For example:\n\nSELECT * FROM t1 LEFT JOIN (t2, t3, t4)\n
ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nis equivalent to:\n\nSELEC
T * FROM t1 LEFT JOIN (t2 CROSS JOIN t3 CROSS JOIN t4)\n
ON (t2.
a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nIn MySQL, CROSS JOIN is a syntactic equiv
alent to INNER JOIN (they can\nreplace each other). In standard SQL, they are no
t equivalent. INNER\nJOIN is used with an ON clause, CROSS JOIN is used otherwis
e.\n\nIn general, parentheses can be ignored in join expressions containing\nonl
y inner join operations. MySQL also supports nested joins (see\nhttp://dev.mysql
.com/doc/refman/5.1/en/nested-joins.html).\n\nIndex hints can be specified to af
fect how the MySQL optimizer makes\nuse of indexes. For more information, see\nh
ttp://dev.mysql.com/doc/refman/5.1/en/index-hints.html.\n\nURL: http://dev.mysql
.com/doc/refman/5.1/en/join.html\n\n', 'SELECT left_tbl.*\n FROM left_tbl LEFT
JOIN right_tbl ON left_tbl.id = right_tbl.id\n WHERE right_tbl.id IS NULL;\n',
'http://dev.mysql.com/doc/refman/5.1/en/join.html'),
(2, 'HEX', 36, 'Syntax:\nHEX(N_or_S)\n\nIf N_or_S is a number, returns a string
representation of the\nhexadecimal value of N, where N is a longlong (BIGINT) nu
mber. This is\nequivalent to CONV(N,10,16).\n\nIf N_or_S is a string, returns a
hexadecimal string representation of\nN_or_S where each character in N_or_S is c
onverted to two hexadecimal\ndigits. The inverse of this operation is performed
by the UNHEX()\nfunction.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/stringfunctions.html\n\n', 'mysql> SELECT HEX(255);\n
-> ''FF''\nmysql> SELECT
0x616263;\n
-> ''abc''\nmysql> SELECT HEX(''abc'');\n
-> 616263\n'
, 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(3, 'REPLACE', 27, 'Syntax:\nREPLACE [LOW_PRIORITY | DELAYED]\n
[INTO] tbl_na
me [(col_name,...)]\n
{VALUES | VALUE} ({expr | DEFAULT},...),(...),...\n\nOr
:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n
[INTO] tbl_name\n
SET col_name={ex
pr | DEFAULT}, ...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n
[INTO] tbl_na
me [(col_name,...)]\n
SELECT ...\n\nREPLACE works exactly like INSERT, except
that if an old row in the\ntable has the same value as a new row for a PRIMARY
KEY or a UNIQUE\nindex, the old row is deleted before the new row is inserted. S
ee [HELP\nINSERT].\n\nREPLACE is a MySQL extension to the SQL standard. It eithe
r inserts, or\ndeletes and inserts. For another MySQL extension to standard SQL
---\nthat either inserts or updates --- see\nhttp://dev.mysql.com/doc/refman/5.1
/en/insert-on-duplicate.html.\n\nNote that unless the table has a PRIMARY KEY or
UNIQUE index, using a\nREPLACE statement makes no sense. It becomes equivalent
to INSERT,\nbecause there is no index to be used to determine whether a new row\
nduplicates another.\n\nValues for all columns are taken from the values specifi
ed in the\nREPLACE statement. Any missing columns are set to their default value
s,\njust as happens for INSERT. You cannot refer to values from the current\nrow
and use them in the new row. If you use an assignment such as SET\ncol_name = c
ol_name + 1, the reference to the column name on the right\nhand side is treated
as DEFAULT(col_name), so the assignment is\nequivalent to SET col_name = DEFAUL
T(col_name) + 1.\n\nTo use REPLACE, you must have both the INSERT and DELETE pri
vileges for\nthe table.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/replace.h
tml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/replace.html'),
(4, 'CONTAINS', 30, 'Contains(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 co
mpletely contains g2. This\ntests the opposite relationship as Within().\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial-relationship
s-between-geometries.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/func
tions-that-test-spatial-relationships-between-geometries.html'),
(5, 'SRID', 35, 'SRID(g)\n\nReturns an integer indicating the Spatial Reference
System ID for the\ngeometry value g.\n\nIn MySQL, the SRID value is just an inte
ger associated with the\ngeometry value. All calculations are done assuming Eucl
idean (planar)\ngeometry.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometr
y-property-functions.html#general-geometry-property-functions\n\n', 'mysql> SELE

CT SRID(GeomFromText(''LineString(1 1,2 2)'',101));\n+----------------------------------------------+\n| SRID(GeomFromText(''LineString(1 1,2 2)'',101)) |\n+----------------------------------------------+\n|


101 |\n+-----------------------------------------------+\n', 'http:/
/dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#general-geomet
ry-property-functions'),
(6, 'CURRENT_TIMESTAMP', 31, 'Syntax:\nCURRENT_TIMESTAMP, CURRENT_TIMESTAMP()\n\
nCURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', '', 'http:/
/dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(7, 'SHOW CONTRIBUTORS', 27, 'Syntax:\nSHOW CONTRIBUTORS\n\nThe SHOW CONTRIBUTOR
S statement displays information about the people\nwho contribute to MySQL sourc
e or to causes that MySQL AB supports. For\neach contributor, it displays Name,
Location, and Comment values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/sho
w-contributors.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-contr
ibutors.html'),
(8, 'VARIANCE', 16, 'Syntax:\nVARIANCE(expr)\n\nReturns the population standard
variance of expr. This is an extension\nto standard SQL. The standard SQL functi
on VAR_POP() can be used\ninstead.\n\nVARIANCE() returns NULL if there were no m
atching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.
html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html')
,
(9, 'DROP SERVER', 38, 'Syntax:\nDROP SERVER [ IF EXISTS ] server_name\n\nDrops
the server definition for the server named server_name. The\ncorresponding row w
ithin the mysql.servers table will be deleted. This\nstatement requires the SUPE
R privilege.\n\nDropping a server for a table does not affect any FEDERATED tabl
es that\nused this connection information when they were created. See [HELP\nCRE
ATE SERVER].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-server.html\n\n
', '', 'http://dev.mysql.com/doc/refman/5.1/en/drop-server.html'),
(10, 'SHOW AUTHORS', 27, 'Syntax:\nSHOW AUTHORS\n\nThe SHOW AUTHORS statement di
splays information about the people who\nwork on MySQL. For each author, it disp
lays Name, Location, and Comment\nvalues.\n\nURL: http://dev.mysql.com/doc/refma
n/5.1/en/show-authors.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/sho
w-authors.html'),
(11, 'VAR_SAMP', 16, 'Syntax:\nVAR_SAMP(expr)\n\nReturns the sample variance of
expr. That is, the denominator is the\nnumber of rows minus one.\n\nVAR_SAMP() r
eturns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/group-by-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.
1/en/group-by-functions.html'),
(12, 'CONCAT', 36, 'Syntax:\nCONCAT(str1,str2,...)\n\nReturns the string that re
sults from concatenating the arguments. May\nhave one or more arguments. If all
arguments are non-binary strings,\nthe result is a non-binary string. If the arg
uments include any binary\nstrings, the result is a binary string. A numeric arg
ument is converted\nto its equivalent binary string form; if you want to avoid t
hat, you\ncan use an explicit type cast, as in this example:\n\nSELECT CONCAT(CA
ST(int_col AS CHAR), char_col);\n\nCONCAT() returns NULL if any argument is NULL
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'my
sql> SELECT CONCAT(''My'', ''S'', ''QL'');\n
-> ''MySQL''\nmysql> SELECT
CONCAT(''My'', NULL, ''QL'');\n
-> NULL\nmysql> SELECT CONCAT(14.3);\n
-> ''14.3''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.ht
ml'),
(13, 'GEOMETRY HIERARCHY', 33, 'Geometry is the base class. It is an abstract cl
ass. The instantiable\nsubclasses of Geometry are restricted to zero-, one-, and
\ntwo-dimensional geometric objects that exist in two-dimensional\ncoordinate sp
ace. All instantiable geometry classes are defined so that\nvalid instances of a
geometry class are topologically closed (that is,\nall defined geometries inclu
de their boundary).\n\nThe base Geometry class has subclasses for Point, Curve,
Surface, and\nGeometryCollection:\n\no Point represents zero-dimensional objects
.\n\no Curve represents one-dimensional objects, and has subclass\n LineString,
with sub-subclasses Line and LinearRing.\n\no Surface is designed for two-dimen

sional objects and has subclass\n Polygon.\n\no GeometryCollection has speciali


zed zero-, one-, and two-dimensional\n collection classes named MultiPoint, Mul
tiLineString, and\n MultiPolygon for modeling geometries corresponding to colle
ctions of\n Points, LineStrings, and Polygons, respectively. MultiCurve and\n
MultiSurface are introduced as abstract superclasses that generalize\n the coll
ection interfaces to handle Curves and Surfaces.\n\nGeometry, Curve, Surface, Mu
ltiCurve, and MultiSurface are defined as\nnon-instantiable classes. They define
a common set of methods for their\nsubclasses and are included for extensibilit
y.\n\nPoint, LineString, Polygon, GeometryCollection, MultiPoint,\nMultiLineStri
ng, and MultiPolygon are instantiable classes.\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/gis-geometry-class-hierarchy.html\n\n', '', 'http://dev.mysql.com/
doc/refman/5.1/en/gis-geometry-class-hierarchy.html'),
(14, 'CHAR FUNCTION', 36, 'Syntax:\nCHAR(N,... [USING charset_name])\n\nCHAR() i
nterprets each argument N as an integer and returns a string\nconsisting of the
characters given by the code values of those\nintegers. NULL values are skipped.
\nBy default, CHAR() returns a binary string. To produce a string in a\ngiven ch
aracter set, use the optional USING clause:\n\nmysql> SELECT CHARSET(CHAR(0x65))
, CHARSET(CHAR(0x65 USING utf8));\n+---------------------+-------------------------------+\n| CHARSET(CHAR(0x65)) | CHARSET(CHAR(0x65 USING utf8)) |\n+--------------------+--------------------------------+\n| binary
| utf8
|\n+---------------------+-------------------------------+\n\nIf USING is given and the result string is illegal for the given\ncharact
er set, a warning is issued. Also, if strict SQL mode is\nenabled, the result fr
om CHAR() becomes NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-fu
nctions.html\n\n', 'mysql> SELECT CHAR(77,121,83,81,''76'');\n
-> ''MySQL
''\nmysql> SELECT CHAR(77,77.3,''77.3'');\n
-> ''MMM''\n', 'http://dev.my
sql.com/doc/refman/5.1/en/string-functions.html'),
(15, 'DATETIME', 21, 'DATETIME\n\nA date and time combination. The supported ran
ge is ''1000-01-01\n00:00:00'' to ''9999-12-31 23:59:59''. MySQL displays DATETI
ME values in\n''YYYY-MM-DD HH:MM:SS'' format, but allows assignment of values to
\nDATETIME columns using either strings or numbers.\n\nURL: http://dev.mysql.com
/doc/refman/5.1/en/date-and-time-type-overview.html\n\n', '', 'http://dev.mysql.
com/doc/refman/5.1/en/date-and-time-type-overview.html'),
(16, 'OPEN', 23, 'Syntax:\nOPEN cursor_name\n\nThis statement opens a previously
declared cursor.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/open.html\n\n',
'', 'http://dev.mysql.com/doc/refman/5.1/en/open.html'),
(17, 'SHOW CREATE TRIGGER', 27, 'Syntax:\nSHOW CREATE TRIGGER trigger_name\n\nTh
is statement shows a CREATE TRIGGER statement that creates the given\ntrigger.\n
\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-trigger.html\n\n', '',
'http://dev.mysql.com/doc/refman/5.1/en/show-create-trigger.html'),
(18, 'SHOW CREATE PROCEDURE', 27, 'Syntax:\nSHOW CREATE {PROCEDURE | FUNCTION} s
p_name\n\nThese statements are MySQL extensions. Similar to SHOW CREATE TABLE,\n
they return the exact string that can be used to re-create the named\nroutine. T
he statements require that you be the owner of the routine or\nhave SELECT acces
s to the mysql.proc table. If you do not have\nprivileges for the routine itself
, the value displayed for the Create\nProcedure or Create Function field will be
NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-create-procedure.html
\n\n', 'mysql> SHOW CREATE FUNCTION test.hello\\G\n*************************** 1
. row ***************************\n
Function: hello\n
sql_
mode:\n
Create Function: CREATE FUNCTION `test`.`hello`(s CHAR(20)) \n
RETURNS CHAR(50)\n
RETURN CONCAT(''Hello, '',
s,''!'')\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\
n Database Collation: latin1_swedish_ci\n', 'http://dev.mysql.com/doc/refman/5.
1/en/show-create-procedure.html'),
(19, 'INTEGER', 21, 'INTEGER[(M)] [UNSIGNED] [ZEROFILL]\n\nThis type is a synony
m for INT.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.
html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.htm
l'),
(20, 'LOWER', 36, 'Syntax:\nLOWER(str)\n\nReturns the string str with all charac
ters changed to lowercase\naccording to the current character set mapping. The d

efault is latin1\n(cp1252 West European).\n\nmysql> SELECT LOWER(''QUADRATICALLY


'');\n
-> ''quadratically''\n\nLOWER() (and UPPER()) are ineffective when
applied to binary strings\n(BINARY, VARBINARY, BLOB). To perform lettercase con
version, convert\nthe string to a non-binary string:\n\nmysql> SET @str = BINARY
''New York'';\nmysql> SELECT LOWER(@str), LOWER(CONVERT(@str USING latin1));\n+
-------------+-----------------------------------+\n| LOWER(@str) | LOWER(CONVER
T(@str USING latin1)) |\n+-------------+-----------------------------------+\n|
New York
| new york
| \n+-------------+----------------------------------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-fu
nctions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.
html'),
(21, 'SHOW COLUMNS', 27, 'Syntax:\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_na
me]\n
[LIKE ''pattern'' | WHERE expr]\n\nSHOW COLUMNS displays information ab
out the columns in a given table.\nIt also works for views. The LIKE clause, if
present, indicates which\ncolumn names to match. The WHERE clause can be given t
o select rows\nusing more general conditions, as discussed in\nhttp://dev.mysql.
com/doc/refman/5.1/en/extended-show.html.\n\nmysql> SHOW COLUMNS FROM City;\n+-----------+----------+------+-----+---------+----------------+\n| Field
| T
ype
| Null | Key | Default | Extra
|\n+------------+----------+-----+-----+---------+----------------+\n| Id
| int(11) | NO | PRI | NUL
L
| auto_increment |\n| Name
| char(35) | NO |
|
|
|\n| Country
| char(3) | NO | UNI |
|
|\n|
District | char(20) | YES | MUL |
|
|\n| Population |
int(11) | NO |
| 0
|
|\n+------------+----------+-----+-----+---------+----------------+\n5 rows in set (0.00 sec)\n\nIf the data
types differ from what you expect them to be based on a\nCREATE TABLE statement,
note that MySQL sometimes changes data types\nwhen you create or alter a table.
The conditions under which this\noccurs are described in\nhttp://dev.mysql.com/
doc/refman/5.1/en/silent-column-changes.html.\n\nThe FULL keyword causes the out
put to include the column collation and\ncomments, as well as the privileges you
have for each column.\n\nYou can use db_name.tbl_name as an alternative to the
tbl_name FROM\ndb_name syntax. In other words, these two statements are equivale
nt:\n\nmysql> SHOW COLUMNS FROM mytable FROM mydb;\nmysql> SHOW COLUMNS FROM myd
b.mytable;\n\nSHOW COLUMNS displays the following values for each table column:\
n\nField indicates the column name.\n\nType indicates the column data type.\n\nC
ollation indicates the collation for non-binary string columns, or\nNULL for oth
er columns. This value is displayed only if you use the\nFULL keyword.\n\nThe Nu
ll field contains YES if NULL values can be stored in the column,\nNO if not.\n\
nThe Key field indicates whether the column is indexed:\n\no If Key is empty, th
e column either is not indexed or is indexed only\n as a secondary column in a
multiple-column, non-unique index.\n\no If Key is PRI, the column is a PRIMARY K
EY or is one of the columns\n in a multiple-column PRIMARY KEY.\n\no If Key is
UNI, the column is the first column of a unique-valued\n index that cannot cont
ain NULL values.\n\no If Key is MUL, multiple occurrences of a given value are a
llowed\n within the column. The column is the first column of a non-unique\n i
ndex or a unique-valued index that can contain NULL values.\n\nIf more than one
of the Key values applies to a given column of a\ntable, Key displays the one wi
th the highest priority, in the order\nPRI, UNI, MUL.\n\nA UNIQUE index may be d
isplayed as PRI if it cannot contain NULL values\nand there is no PRIMARY KEY in
the table. A UNIQUE index may display as\nMUL if several columns form a composi
te UNIQUE index; although the\ncombination of the columns is unique, each column
can still hold\nmultiple occurrences of a given value.\n\nThe Default field ind
icates the default value that is assigned to the\ncolumn.\n\nThe Extra field con
tains any additional information that is available\nabout a given column. The va
lue is auto_increment if the column was\ncreated with the AUTO_INCREMENT keyword
and empty otherwise.\n\nPrivileges indicates the privileges you have for the co
lumn. This value\nis displayed only if you use the FULL keyword.\n\nComment indi
cates any comment the column has. This value is displayed\nonly if you use the F
ULL keyword.\n\nSHOW FIELDS is a synonym for SHOW COLUMNS. You can also list a t
able''s\ncolumns with the mysqlshow db_name tbl_name command.\n\nThe DESCRIBE st

atement provides information similar to SHOW COLUMNS.\nSee [HELP DESCRIBE].\n\nT


he SHOW CREATE TABLE, SHOW TABLE STATUS, and SHOW INDEX statements\nalso provide
information about tables. See [HELP SHOW].\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/show-columns.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/s
how-columns.html'),
(22, 'CREATE TRIGGER', 38, 'Syntax:\nCREATE\n
[DEFINER = { user | CURRENT_USE
R }]\n
TRIGGER trigger_name trigger_time trigger_event\n
ON tbl_name FOR E
ACH ROW trigger_stmt\n\nThis statement creates a new trigger. A trigger is a nam
ed database\nobject that is associated with a table, and that activates when a\n
particular event occurs for the table. The trigger becomes associated\nwith the
table named tbl_name, which must refer to a permanent table.\nYou cannot associa
te a trigger with a TEMPORARY table or a view.\n\nCREATE TRIGGER requires the TR
IGGER privilege for the table associated\nwith the trigger. (Before MySQL 5.1.6,
this statement requires the\nSUPER privilege.)\n\nThe DEFINER clause determines
the security context to be used when\nchecking access privileges at trigger act
ivation time.\n\ntrigger_time is the trigger action time. It can be BEFORE or AF
TER to\nindicate that the trigger activates before or after each row to be\nmodi
fied.\n\ntrigger_event indicates the kind of statement that activates the\ntrigg
er. The trigger_event can be one of the following:\n\no INSERT: The trigger is a
ctivated whenever a new row is inserted into\n the table; for example, through
INSERT, LOAD DATA, and REPLACE\n statements.\n\no UPDATE: The trigger is activa
ted whenever a row is modified; for\n example, through UPDATE statements.\n\no
DELETE: The trigger is activated whenever a row is deleted from the\n table; fo
r example, through DELETE and REPLACE statements. However,\n DROP TABLE and TRU
NCATE statements on the table do not activate this\n trigger, because they do n
ot use DELETE. Dropping a partition does\n not activate DELETE triggers, either
. See [HELP TRUNCATE TABLE].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/crea
te-trigger.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/create-trigger
.html'),
(23, 'MONTH', 31, 'Syntax:\nMONTH(date)\n\nReturns the month for date, in the ra
nge 1 to 12 for January to\nDecember, or 0 for dates such as ''0000-00-00'' or '
'2008-00-00'' that have\na zero month part.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT MONTH(''2008-02-03'
');\n
-> 2\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-func
tions.html'),
(24, 'TINYINT', 21, 'TINYINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA very small integer.
The signed range is -128 to 127. The unsigned\nrange is 0 to 255.\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n', '', 'http://d
ev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),
(25, 'SHOW TRIGGERS', 27, 'Syntax:\nSHOW TRIGGERS [FROM db_name]\n
[LIKE ''pa
ttern'' | WHERE expr]\n\nSHOW TRIGGERS lists the triggers currently defined for
tables in a\ndatabase (the default database unless a FROM clause is given). This
\nstatement requires the TRIGGER privilege (prior to MySQL 5.1.22, it\nrequires
the SUPER privilege). The LIKE clause, if present, indicates\nwhich table names
to match and causes the statement to display triggers\nfor those tables. The WHE
RE clause can be given to select rows using\nmore general conditions, as discuss
ed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nFor the tri
gger ins_sum as defined in\nhttp://dev.mysql.com/doc/refman/5.1/en/triggers.html
, the output of\nthis statement is as shown here:\n\nmysql> SHOW TRIGGERS LIKE '
'acc%''\\G\n*************************** 1. row ***************************\n
Trigger: ins_sum\n
Event: INSERT\n
Table: a
ccount\n
Statement: SET @sum = @sum + NEW.amount\n
Timing
: BEFORE\n
Created: NULL\n
sql_mode:\n
Define
r: myname@localhost\ncharacter_set_client: latin1\ncollation_connection: latin1_
swedish_ci\n Database Collation: latin1_swedish_ci\n\ncharacter_set_client is t
he session value of the character_set_client\nsystem variable when the trigger w
as created. collation_connection is\nthe session value of the collation_connecti
on system variable when the\ntrigger was created. Database Collation is the coll
ation of the\ndatabase with which the trigger is associated. These columns were
added\nin MySQL 5.1.21.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-trig

gers.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-triggers.html')


,
(26, 'MASTER_POS_WAIT', 14, 'Syntax:\nMASTER_POS_WAIT(log_name,log_pos[,timeout]
)\n\nThis function is useful for control of master/slave synchronization. It\nbl
ocks until the slave has read and applied all updates up to the\nspecified posit
ion in the master log. The return value is the number of\nlog events the slave h
ad to wait for to advance to the specified\nposition. The function returns NULL
if the slave SQL thread is not\nstarted, 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. If the slave\nis past the specifie
d position, the function returns immediately.\n\nIf a timeout value is specified
, MASTER_POS_WAIT() stops waiting when\ntimeout seconds have elapsed. timeout mu
st be greater than 0; a zero or\nnegative timeout means no timeout.\n\nURL: http
://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n', '', 'http:
//dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),
(27, 'REGEXP', 36, 'Syntax:\nexpr REGEXP pat, expr RLIKE pat\n\nPerforms a patte
rn match of a string expression expr against a pattern\npat. The pattern can be
an extended regular expression. The syntax for\nregular expressions is discussed
in\nhttp://dev.mysql.com/doc/refman/5.1/en/regexp.html. Returns 1 if expr\nmatc
hes pat; otherwise it returns 0. If either expr or pat is NULL, the\nresult is N
ULL. RLIKE is a synonym for REGEXP, provided for mSQL\ncompatibility.\n\nThe pat
tern need not be a literal string. For example, it can be\nspecified as a string
expression or table column.\n\n*Note*: Because MySQL uses the C escape syntax i
n strings (for example,\n"\\n" to represent the newline character), you must dou
ble any "\\" that\nyou use in your REGEXP strings.\n\nREGEXP is not case sensiti
ve, except when used with binary strings.\n\nURL: http://dev.mysql.com/doc/refma
n/5.1/en/string-comparison-functions.html\n\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\nm
ysql> SELECT ''a'' REGEXP ''A'', ''a'' REGEXP BINARY ''A'';\n
-> 1 0\nmy
sql> SELECT ''a'' REGEXP ''^[a-d]'';\n
-> 1\n', 'http://dev.mysql.com/doc
/refman/5.1/en/string-comparison-functions.html'),
(28, 'IF STATEMENT', 23, 'Syntax:\nIF search_condition THEN statement_list\n
[ELSEIF search_condition THEN statement_list] ...\n
[ELSE statement_list]\nEN
D IF\n\nIF implements a basic conditional construct. If the search_condition\nev
aluates to true, the corresponding SQL statement list is executed. If\nno search
_condition matches, the statement list in the ELSE clause is\nexecuted. Each sta
tement_list consists of one or more statements.\n\n*Note*: There is also an IF()
function, which differs from the IF\nstatement described here. See\nhttp://dev.
mysql.com/doc/refman/5.1/en/control-flow-functions.html.\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/if-statement.html\n\n', '', 'http://dev.mysql.com/doc/re
fman/5.1/en/if-statement.html'),
(29, '^', 19, 'Syntax:\n^\n\nBitwise XOR:\n\nURL: http://dev.mysql.com/doc/refma
n/5.1/en/bit-functions.html\n\n', 'mysql> SELECT 1 ^ 1;\n
-> 0\nmysql> SE
LECT 1 ^ 0;\n
-> 1\nmysql> SELECT 11 ^ 3;\n
-> 8\n', 'http://dev.m
ysql.com/doc/refman/5.1/en/bit-functions.html'),
(30, 'DROP VIEW', 38, 'Syntax:\nDROP VIEW [IF EXISTS]\n
view_name [, view_nam
e] ...\n
[RESTRICT | CASCADE]\n\nDROP VIEW removes one or more views. You mus
t have the DROP privilege\nfor each view. If any of the views named in the argum
ent list do not\nexist, MySQL returns an error indicating by name which non-exis
ting\nviews it was unable to drop, but it also drops all of the views in the\nli
st that do exist.\n\nThe IF EXISTS clause prevents an error from occurring for v
iews that\ndon''t exist. When this clause is given, a NOTE is generated for each
\nnon-existent view. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE, if given
, are parsed and ignored.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-vi
ew.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/drop-view.html'),
(31, 'WITHIN', 30, 'Within(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is sp
atially within g2. This\ntests the opposite relationship as Contains().\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial-relationships

-between-geometries.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/funct


ions-that-test-spatial-relationships-between-geometries.html'),
(32, 'WEEK', 31, 'Syntax:\nWEEK(date[,mode])\n\nThis function returns the week n
umber for date. The two-argument form\nof WEEK() allows you to specify whether t
he week starts on Sunday or\nMonday and whether the return value should be in th
e range from 0 to 53\nor from 1 to 53. If the mode argument is omitted, the valu
e of the\ndefault_week_format system variable is used. See\nhttp://dev.mysql.com
/doc/refman/5.1/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT WEEK(''2008-02
-20'');\n
-> 7\nmysql> SELECT WEEK(''2008-02-20'',0);\n
-> 7\nmysq
l> SELECT WEEK(''2008-02-20'',1);\n
-> 8\nmysql> SELECT WEEK(''2008-12-31
'',1);\n
-> 53\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-timefunctions.html'),
(33, 'SHOW PLUGINS', 27, 'Syntax:\nSHOW PLUGINS\n\nSHOW PLUGINS displays informa
tion about known plugins.\n\nmysql> SHOW PLUGINS;\n+------------+--------+---------------+---------+\n| Name
| Status | Type
| Library |\n+-----------+--------+----------------+---------+\n| MEMORY
| ACTIVE | STORAGE E
NGINE | NULL
|\n| MyISAM
| ACTIVE | STORAGE ENGINE | NULL
|\n| InnoDB
| ACTIVE | STORAGE ENGINE | NULL
|\n| ARCHIVE
| ACTIVE | STORAGE ENGIN
E | NULL
|\n| CSV
| ACTIVE | STORAGE ENGINE | NULL
|\n| BLACKHOLE
| ACTIVE | STORAGE ENGINE | NULL
|\n| FEDERATED | ACTIVE | STORAGE ENGINE |
NULL
|\n| MRG_MYISAM | ACTIVE | STORAGE ENGINE | NULL
|\n+------------+-------+----------------+---------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/show-plugins.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-plugin
s.html'),
(34, 'DROP FUNCTION UDF', 22, 'Syntax:\nDROP FUNCTION function_name\n\nThis stat
ement drops the user-defined function (UDF) named\nfunction_name.\n\nTo drop a f
unction, you must have the DELETE privilege for the mysql\ndatabase. This is bec
ause DROP FUNCTION removes a row from the\nmysql.func system table that records
the function''s name, type, and\nshared library name.\n\nURL: http://dev.mysql.c
om/doc/refman/5.1/en/drop-function-udf.html\n\n', '', 'http://dev.mysql.com/doc/
refman/5.1/en/drop-function-udf.html'),
(35, 'PREPARE', 27, 'Syntax:\nPREPARE stmt_name FROM preparable_stmt\n\nThe PREP
ARE statement prepares a statement and assigns it a name,\nstmt_name, by which t
o refer to the statement later. Statement names\nare not case sensitive. prepara
ble_stmt is either a string literal or a\nuser variable that contains the text o
f the statement. The text must\nrepresent a single SQL statement, not multiple s
tatements. Within the\nstatement, "?" characters can be used as parameter marker
s to indicate\nwhere data values are to be bound to the query later when you exe
cute\nit. The "?" characters should not be enclosed within quotes, even if\nyou
intend to bind them to string values. Parameter markers can be used\nonly where
data values should appear, not for SQL keywords,\nidentifiers, and so forth.\n\n
If a prepared statement with the given name already exists, it is\ndeallocated i
mplicitly before the new statement is prepared. This means\nthat if the new stat
ement contains an error and cannot be prepared, an\nerror is returned and no sta
tement with the given name exists.\n\nThe scope of a prepared statement is the c
lient session within which it\nis created. Other clients cannot see it.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statements.html\n\n',
'', 'http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statements.html
'),
(36, 'LOCK', 8, 'Syntax:\nLOCK TABLES\n
tbl_name [[AS] alias] lock_type\n
[, tbl_name [[AS] alias] lock_type] ...\n\nlock_type:\n
READ [LOCAL]\n | [LO
W_PRIORITY] WRITE\n\nUNLOCK TABLES\n\nMySQL enables client sessions to acquire t
able locks explicitly for the\npurpose of cooperating with other sessions for ac
cess to tables, or to\nprevent other sessions from modifying tables during perio
ds when a\nsession requires exclusive access to them. A session can acquire or\n
release locks only for itself. One session cannot acquire locks for\nanother ses
sion or release locks held by another session.\n\nLOCK TABLES acquires table loc
ks for the current thread. It locks base\ntables or views. (For view locking, LO
CK TABLES adds all base tables\nused in the view to the set of tables to be lock

ed and locks them\nautomatically.) To use LOCK TABLES, you must have the LOCK TA
BLES\nprivilege, and the SELECT privilege for each object to be locked.\n\nMySQL
enables client sessions to acquire table locks explicitly Locks\nmay be used to
emulate transactions or to get more speed when updating\ntables. This is explai
ned in more detail later in this section.\n\nUNLOCK TABLES explicitly releases a
ny table locks held by the current\nthread. Another use for UNLOCK TABLES is to
release the global read\nlock acquired with FLUSH TABLES WITH READ LOCK. (You ca
n lock all\ntables in all databases with a read lock with the FLUSH TABLES WITH\
nREAD LOCK statement. See [HELP FLUSH]. This is a very convenient way to\nget ba
ckups if you have a filesystem such as Veritas that can take\nsnapshots in time.
)\n\nThe following discussion applies only to non-TEMPORARY tables. LOCK\nTABLES
is allowed (but ignored) for a TEMPORARY table. The table can be\naccessed free
ly by the session within which it was created, regardless\nof what other locking
may be in effect. No lock is necessary because no\nother session can see the ta
ble.\n\nThe following general rules apply to acquisition and release of locks\nb
y a given thread:\n\no Table locks are acquired with LOCK TABLES.\n\no If the LO
CK TABLES statement must wait due to locks held by other\n threads on any of th
e tables, it blocks until all locks can be\n acquired.\n\no Table locks are rel
eased explicitly with UNLOCK TABLES.\n\no Table locks are released implicitly un
der these conditions:\n\n o LOCK TABLES releases any table locks currently held
by the thread\n
before acquiring new locks.\n\n o Beginning a transaction (
for example, with START TRANSACTION)\n
implicitly performs an UNLOCK TABLES.
(Additional information about\n
the interaction between table locking and tra
nsactions is given\n
later in this section.)\n\n o If a client connection dr
ops, the server releases table locks held\n
by the client. If the client reco
nnects, the locks will no longer\n
be in effect. In addition, if the client h
ad an active transaction,\n
the server rolls back the transaction upon discon
nect, and if\n
reconnect occurs, the new session begins with autocommit enabl
ed.\n
For this reason, clients may wish to disable auto-reconnect. With\n
auto-reconnect in effect, the client is not notified if reconnect\n
occurs bu
t any table locks or current transaction will have been\n
lost. With auto-rec
onnect disabled, if the connection drops, an\n
error occurs for the next stat
ement issued. The client can detect\n
the error and take appropriate action s
uch as reacquiring the locks\n
or redoing the transaction. See\n
http://de
v.mysql.com/doc/refman/5.1/en/auto-reconnect.html.\n\n*Note*: If you use ALTER T
ABLE on a locked table, it may become\nunlocked. See\nhttp://dev.mysql.com/doc/r
efman/5.1/en/alter-table-problems.html.\n\nA table lock protects only against in
appropriate reads or writes by\nother clients. The client holding the lock, even
a read lock, can\nperform table-level operations such as DROP TABLE. Truncate o
perations\nare not transaction-safe, so an error occurs if the client attempts o
ne\nduring an active transaction or while holding a table lock.\n\nURL: http://d
ev.mysql.com/doc/refman/5.1/en/lock-tables.html\n\n', '', 'http://dev.mysql.com/
doc/refman/5.1/en/lock-tables.html'),
(37, 'UPDATEXML', 36, 'Syntax:\nUpdateXML(xml_target, xpath_expr, new_xml)\n\nTh
is function replaces a single portion of a given fragment of XML\nmarkup xml_tar
get with a new XML fragment new_xml, and then returns the\nchanged XML. The port
ion of xml_target that is replaced matches an\nXPath expression xpath_expr suppl
ied by the user. If no expression\nmatching xpath_expr is found, or if multiple
matches are found, the\nfunction returns the original xml_target XML fragment. A
ll three\narguments should be strings.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/xml-functions.html\n\n', 'mysql> SELECT\n
-> UpdateXML(''<a><b>ccc</b
><d></d></a>'', ''/a'', ''<e>fff</e>'') AS val1,\n
-> UpdateXML(''<a><b>ccc
</b><d></d></a>'', ''/b'', ''<e>fff</e>'') AS val2,\n
-> UpdateXML(''<a><b>
ccc</b><d></d></a>'', ''//b'', ''<e>fff</e>'') AS val3,\n
-> UpdateXML(''<a
><b>ccc</b><d></d></a>'', ''/a/d'', ''<e>fff</e>'') AS val4,\n
-> UpdateXML
(''<a><d></d><b>ccc</b><d></d></a>'', ''/a/d'', ''<e>fff</e>'') AS val5\n
->
\\G\n\n*************************** 1. row ***************************\nval1: <e>
fff</e>\nval2: <a><b>ccc</b><d></d></a>\nval3: <a><e>fff</e><d></d></a>\nval4: <
a><b>ccc</b><e>fff</e></a>\nval5: <a><d></d><b>ccc</b><d></d></a>\n', 'http://de
v.mysql.com/doc/refman/5.1/en/xml-functions.html'),

(38, 'RESET SLAVE', 27, 'Syntax:\nRESET SLAVE\n\nRESET SLAVE makes the slave for
get its replication position in the\nmaster''s binary logs. This statement is me
ant to be used for a clean\nstart: It deletes the master.info and relay-log.info
files, all the\nrelay logs, and starts a new relay log.\n\n*Note*: All relay lo
gs are deleted, even if they have not been\ncompletely executed by the slave SQL
thread. (This is a condition\nlikely to exist on a replication slave if you hav
e issued a STOP SLAVE\nstatement or if the slave is highly loaded.)\n\nConnectio
n information stored in the master.info file is immediately\nreset using any val
ues specified in the corresponding startup options.\nThis information includes v
alues such as master host, master port,\nmaster user, and master password. If th
e slave SQL thread was in the\nmiddle of replicating temporary tables when it wa
s stopped, and RESET\nSLAVE is issued, these replicated temporary tables are del
eted on the\nslave.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/reset-slave.h
tml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/reset-slave.html'),
(39, 'SHOW BINARY LOGS', 27, 'Syntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLis
ts the binary log files on the server. This statement is used as\npart of the pr
ocedure described in [HELP PURGE BINARY LOGS], that shows\nhow to determine whic
h 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\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/show-binary-logs.html\n\n', '', 'http
://dev.mysql.com/doc/refman/5.1/en/show-binary-logs.html'),
(40, 'POLYGON', 24, 'Polygon(ls1,ls2,...)\n\nConstructs a WKB Polygon value from
a number of WKB LineString\narguments. If any argument does not represent the W
KB of a LinearRing\n(that is, not a closed and simple LineString) the return val
ue is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-valu
es.html#gis-mysql-specific-functions\n\n', '', 'http://dev.mysql.com/doc/refman/
5.1/en/creating-spatial-values.html#gis-mysql-specific-functions'),
(41, 'MINUTE', 31, 'Syntax:\nMINUTE(time)\n\nReturns the minute for time, in the
range 0 to 59.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-fun
ctions.html\n\n', 'mysql> SELECT MINUTE(''2008-02-03 10:05:03'');\n
-> 5\
n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(42, 'DAY', 31, 'Syntax:\nDAY(date)\n\nDAY() is a synonym for DAYOFMONTH().\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', ''
, 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(43, 'MID', 36, 'Syntax:\nMID(str,pos,len)\n\nMID(str,pos,len) is a synonym for
SUBSTRING(str,pos,len).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-fu
nctions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.
html'),
(44, 'UUID', 14, 'Syntax:\nUUID()\n\nReturns a Universal Unique Identifier (UUID
) generated according to\n"DCE 1.1: Remote Procedure Call" (Appendix A) CAE (Com
mon Applications\nEnvironment) Specifications published by The Open Group in Oct
ober 1997\n(Document Number C706,\nhttp://www.opengroup.org/public/pubs/catalog/
c706.htm).\n\nA UUID is designed as a number that is globally unique in space an
d\ntime. Two calls to UUID() are expected to generate two different\nvalues, eve
n if these calls are performed on two separate computers\nthat are not connected
to each other.\n\nA UUID is a 128-bit number represented by a utf8 string of fi
ve\nhexadecimal numbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee format:\n\no The
first three numbers are generated from a timestamp.\n\no The fourth number pres
erves temporal uniqueness in case the timestamp\n value loses monotonicity (for
example, due to daylight saving time).\n\no The fifth number is an IEEE 802 nod
e number that provides spatial\n uniqueness. A random number is substituted if
the latter is not\n available (for example, because the host computer has no Et
hernet\n card, or we do not know how to find the hardware address of an\n inte
rface on your operating system). In this case, spatial uniqueness\n cannot be g
uaranteed. Nevertheless, a collision should have very low\n probability.\n\n C
urrently, the MAC address of an interface is taken into account only\n on FreeB
SD and Linux. On other operating systems, MySQL uses a\n randomly generated 48bit number.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functio
ns.html\n\n', 'mysql> SELECT UUID();\n
-> ''6ccd780c-baba-1026-9564-0040f

4311e29''\n', 'http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.ht
ml'),
(45, 'LINESTRING', 24, 'LineString(pt1,pt2,...)\n\nConstructs a WKB LineString v
alue from a number of WKB Point arguments.\nIf any argument is not a WKB Point,
the return value is NULL. If the\nnumber of Point arguments is less than two, th
e return value is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creatingspatial-values.html#gis-mysql-specific-functions\n\n', '', 'http://dev.mysql.com
/doc/refman/5.1/en/creating-spatial-values.html#gis-mysql-specific-functions'),
(46, 'SLEEP', 14, 'Syntax:\nSLEEP(duration)\n\nSleeps (pauses) for the number of
seconds given by the duration\nargument, then returns 0. If SLEEP() is interrup
ted, it returns 1. The\nduration may have a fractional part given in microsecond
s.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n
\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),
(47, 'CONNECTION_ID', 15, 'Syntax:\nCONNECTION_ID()\n\nReturns the connection ID
(thread ID) for the connection. Every\nconnection has an ID that is unique amon
g the set of currently\nconnected clients.\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/information-functions.html\n\n', 'mysql> SELECT CONNECTION_ID();\n
-> 23786\n', 'http://dev.mysql.com/doc/refman/5.1/en/information-functions.h
tml'),
(48, 'DELETE', 27, 'Syntax:\nSingle-table syntax:\n\nDELETE [LOW_PRIORITY] [QUIC
K] [IGNORE] FROM tbl_name\n
[WHERE where_condition]\n
[ORDER BY ...]\n
[LIMIT row_count]\n\nMultiple-table syntax:\n\nDELETE [LOW_PRIORITY] [QUICK] [IG
NORE]\n
tbl_name[.*] [, tbl_name[.*]] ...\n
FROM table_references\n
[WH
ERE where_condition]\n\nOr:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n
FROM
tbl_name[.*] [, tbl_name[.*]] ...\n
USING table_references\n
[WHERE where_
condition]\n\nFor the single-table syntax, the DELETE statement deletes rows fro
m\ntbl_name and returns a count of the number of deleted rows. This count\ncan b
e obtained by calling the ROW_COUNT() function (see\nhttp://dev.mysql.com/doc/re
fman/5.1/en/information-functions.html). The\nWHERE clause, if given, specifies
the conditions that identify which\nrows to delete. With no WHERE clause, all ro
ws are deleted. If the\nORDER BY clause is specified, the rows are deleted in th
e order that is\nspecified. The LIMIT clause places a limit on the number of row
s that\ncan be deleted.\n\nFor the multiple-table syntax, DELETE deletes from ea
ch tbl_name the\nrows that satisfy the conditions. In this case, ORDER BY and LI
MIT\ncannot be used.\n\nwhere_condition is an expression that evaluates to true
for each row to\nbe deleted. It is specified as described in\nhttp://dev.mysql.c
om/doc/refman/5.1/en/select.html.\n\nCurrently, you cannot delete from a table a
nd select from the same\ntable in a subquery.\n\nAs stated, a DELETE statement w
ith no WHERE clause deletes all rows. A\nfaster way to do this, when you do not
need to know the number of\ndeleted rows, is to use TRUNCATE TABLE. However, wit
hin a transaction\nor if you have a lock on the table, TRUNCATE TABLE cannot be
used\nwhereas DELETE can. See [HELP TRUNCATE TABLE], and [HELP LOCK].\n\nURL: ht
tp://dev.mysql.com/doc/refman/5.1/en/delete.html\n\n', '', 'http://dev.mysql.com
/doc/refman/5.1/en/delete.html'),
(49, 'ROUND', 4, 'Syntax:\nROUND(X), ROUND(X,D)\n\nRounds the argument X to D de
cimal places. The rounding algorithm\ndepends on the data type of X. D defaults
to 0 if not specified. D can\nbe negative to cause D digits left of the decimal
point of the value X\nto become zero.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/mathematical-functions.html\n\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\n', 'htt
p://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(50, 'NULLIF', 7, 'Syntax:\nNULLIF(expr1,expr2)\n\nReturns NULL if expr1 = expr2
is true, otherwise returns expr1. This is\nthe same as CASE WHEN expr1 = expr2
THEN NULL ELSE expr1 END.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control
-flow-functions.html\n\n', 'mysql> SELECT NULLIF(1,1);\n
-> NULL\nmysql>
SELECT NULLIF(1,2);\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/co
ntrol-flow-functions.html'),
(51, 'CLOSE', 23, 'Syntax:\nCLOSE cursor_name\n\nThis statement closes a previou

sly opened cursor.\n\nIf not closed explicitly, a cursor is closed at the end of
the compound\nstatement in which it was declared.\n\nURL: http://dev.mysql.com/
doc/refman/5.1/en/close.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/c
lose.html'),
(52, 'STOP SLAVE', 27, 'Syntax:\nSTOP SLAVE [thread_type [, thread_type] ... ]\n
\nthread_type: IO_THREAD | SQL_THREAD\n\nStops the slave threads. STOP SLAVE req
uires the SUPER privilege.\n\nLike START SLAVE, this statement may be used with
the IO_THREAD and\nSQL_THREAD options to name the thread or threads to be stoppe
d.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/stop-slave.html\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/stop-slave.html'),
(53, 'TIMEDIFF', 31, 'Syntax:\nTIMEDIFF(expr1,expr2)\n\nTIMEDIFF() returns expr1
- expr2 expressed as a time value. expr1 and\nexpr2 are time or date-and-time e
xpressions, but both must be of the\nsame type.\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/date-and-time-functions.html\n\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(''2008-12-31 23:59:59.00000
1'',\n
->
''2008-12-30 01:01:01.000002'');\n
-> ''46:5
8:57.999999''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-function
s.html'),
(54, 'REPLACE FUNCTION', 36, 'Syntax:\nREPLACE(str,from_str,to_str)\n\nReturns t
he string str with all occurrences of the string from_str\nreplaced by the strin
g to_str. REPLACE() performs a case-sensitive\nmatch when searching for from_str
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'my
sql> SELECT REPLACE(''www.mysql.com'', ''w'', ''Ww'');\n
-> ''WwWwWw.mysq
l.com''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(55, 'USE', 28, 'Syntax:\nUSE db_name\n\nThe USE db_name statement tells MySQL t
o use the db_name database as\nthe default (current) database for subsequent sta
tements. The database\nremains the default until the end of the session or anoth
er USE\nstatement is issued:\n\nUSE db1;\nSELECT COUNT(*) FROM mytable; # sele
cts from db1.mytable\nUSE db2;\nSELECT COUNT(*) FROM mytable; # selects from d
b2.mytable\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/use.html\n\n', '', 'ht
tp://dev.mysql.com/doc/refman/5.1/en/use.html'),
(56, 'LINEFROMTEXT', 3, 'LineFromText(wkt[,srid]), LineStringFromText(wkt[,srid]
)\n\nConstructs a LINESTRING value using its WKT representation and SRID.\n\nURL
: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkt-fu
nctions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-value
s.html#gis-wkt-functions'),
(57, 'CASE OPERATOR', 7, 'Syntax:\nCASE value WHEN [compare_value] THEN result [
WHEN [compare_value] THEN\nresult ...] [ELSE result] END\n\nCASE WHEN [condition
] THEN result [WHEN [condition] THEN result ...]\n[ELSE result] END\n\nThe first
version returns the result where value=compare_value. The\nsecond version retur
ns the result for the first condition that is true.\nIf there was no matching re
sult value, the result after ELSE is\nreturned, or NULL if there is no ELSE part
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html\n\n
', 'mysql> SELECT CASE 1 WHEN 1 THEN ''one''\n
->
WHEN 2 THEN ''two'' ELS
E ''more'' END;\n
-> ''one''\nmysql> SELECT CASE WHEN 1>0 THEN ''true'' E
LSE ''false'' END;\n
-> ''true''\nmysql> SELECT CASE BINARY ''B''\n
->
WHEN ''a'' THEN 1 WHEN ''b'' THEN 2 END;\n
-> NULL\n', 'http://dev.m
ysql.com/doc/refman/5.1/en/control-flow-functions.html'),
(58, 'SHOW MASTER STATUS', 27, 'Syntax:\nSHOW MASTER STATUS\n\nProvides status i
nformation about the binary log files of the master.\nExample:\n\nmysql> SHOW MA
STER STATUS;\n+---------------+----------+--------------+------------------+\n|
File
| Position | Binlog_Do_DB | Binlog_Ignore_DB |\n+---------------+---------+--------------+------------------+\n| mysql-bin.003 | 73
| test
| manual,mysql
|\n+---------------+----------+--------------+-----------------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-master-status.h
tml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-master-status.html'),
(59, 'ADDTIME', 31, 'Syntax:\nADDTIME(expr1,expr2)\n\nADDTIME() adds expr2 to ex

pr1 and returns the result. expr1 is a time\nor datetime expression, and expr2 i
s a time expression.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-tim
e-functions.html\n\n', 'mysql> SELECT ADDTIME(''2007-12-31 23:59:59.999999'', ''
1 1:1:1.000002'');\n
-> ''2008-01-02 01:01:01.000001''\nmysql> SELECT ADD
TIME(''01:00:00.999999'', ''02:00:00.999998'');\n
-> ''03:00:01.999997''\
n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(60, 'SPATIAL', 33, 'MySQL can create spatial indexes using syntax similar to th
at for\ncreating regular indexes, but extended with the SPATIAL keyword.\nCurren
tly, columns in spatial indexes must be declared NOT NULL. The\nfollowing exampl
es demonstrate how to create spatial indexes:\n\no With CREATE TABLE:\n\nCREATE
TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g));\n\no With ALTER TABLE:\n\nAL
TER TABLE geom ADD SPATIAL INDEX(g);\n\no With CREATE INDEX:\n\nCREATE SPATIAL I
NDEX sp_index ON geom (g);\n\nFor MyISAM tables, SPATIAL INDEX creates an R-tree
index. For storage\nengines that support non-spatial indexing of spatial column
s, the\nengine creates a B-tree index. A B-tree index on spatial values will be\
nuseful for exact-value lookups, but not for range scans.\n\nFor more informatio
n on indexing spatial columns, see [HELP CREATE\nINDEX].\n\nTo drop spatial inde
xes, use ALTER TABLE or DROP INDEX:\n\no With ALTER TABLE:\n\nALTER TABLE geom D
ROP INDEX g;\n\no With DROP INDEX:\n\nDROP INDEX sp_index ON geom;\n\nExample: S
uppose that a table geom contains more than 32,000\ngeometries, which are stored
in the column g of type GEOMETRY. The\ntable also has an AUTO_INCREMENT column
fid for storing object ID\nvalues.\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/creating-spatial-indexes.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/e
n/creating-spatial-indexes.html'),
(61, 'TIMESTAMPDIFF', 31, 'Syntax:\nTIMESTAMPDIFF(unit,datetime_expr1,datetime_e
xpr2)\n\nReturns datetime_expr2 - datetime_expr1, where datetime_expr1 and\ndate
time_expr2 are date or datetime expressions. One expression may be\na date and t
he other a datetime; a date value is treated as a datetime\nhaving the time part
''00:00:00'' where necessary. The unit for the\nresult (an integer) is given by
the unit argument. The legal values for\nunit are the same as those listed in t
he description of the\nTIMESTAMPADD() function.\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT TIMESTAMPDIFF(M
ONTH,''2003-02-01'',''2003-05-01'');\n
-> 3\nmysql> SELECT TIMESTAMPDIFF(
YEAR,''2002-05-01'',''2001-01-01'');\n
-> -1\nmysql> SELECT TIMESTAMPDIFF
(MINUTE,''2003-02-01'',''2003-05-01 12:05:55'');\n
-> 128885\n', 'http://
dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(62, 'UPPER', 36, 'Syntax:\nUPPER(str)\n\nReturns the string str with all charac
ters changed to uppercase\naccording to the current character set mapping. The d
efault is latin1\n(cp1252 West European).\n\nmysql> SELECT UPPER(''Hej'');\n
-> ''HEJ''\n\nUPPER() is ineffective when applied to binary strings (BINARY,
\nVARBINARY, BLOB). The description of LOWER() shows how to perform\nlettercase
conversion of binary strings.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/str
ing-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string-func
tions.html'),
(63, 'FROM_UNIXTIME', 31, 'Syntax:\nFROM_UNIXTIME(unix_timestamp), FROM_UNIXTIME
(unix_timestamp,format)\n\nReturns a representation of the unix_timestamp argume
nt as a value in\n''YYYY-MM-DD HH:MM:SS'' or YYYYMMDDHHMMSS.uuuuuu format, depen
ding on\nwhether the function is used in a string or numeric context. The value\
nis expressed in the current time zone. unix_timestamp is an internal\ntimestamp
value such as is produced by the UNIX_TIMESTAMP() function.\n\nIf format is giv
en, the result is formatted according to the format\nstring, which is used the s
ame way as listed in the entry for the\nDATE_FORMAT() function.\n\nURL: http://d
ev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT
FROM_UNIXTIME(1196440219);\n
-> ''2007-11-30 10:30:19''\nmysql> SELECT F
ROM_UNIXTIME(1196440219) + 0;\n
-> 20071130103019.000000\nmysql> SELECT F
ROM_UNIXTIME(UNIX_TIMESTAMP(),\n
->
''%Y %D %M %h:%i:%s
%x'');\n
-> ''2007 30th November 10:30:59 2007''\n', 'http://dev.mysql.co
m/doc/refman/5.1/en/date-and-time-functions.html'),
(64, 'MEDIUMBLOB', 21, 'MEDIUMBLOB\n\nA BLOB column with a maximum length of 16,
777,215 (224 - 1) bytes. Each\nMEDIUMBLOB value is stored using a three-byte len

gth prefix that\nindicates the number of bytes in the value.\n\nURL: http://dev.


mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysq
l.com/doc/refman/5.1/en/string-type-overview.html'),
(65, 'IFNULL', 7, 'Syntax:\nIFNULL(expr1,expr2)\n\nIf expr1 is not NULL, IFNULL(
) returns expr1; otherwise it returns\nexpr2. IFNULL() returns a numeric or stri
ng value, depending on the\ncontext in which it is used.\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/control-flow-functions.html\n\n', 'mysql> SELECT IFNULL(
1,0);\n
-> 1\nmysql> SELECT IFNULL(NULL,10);\n
-> 10\nmysql> SELEC
T IFNULL(1/0,10);\n
-> 10\nmysql> SELECT IFNULL(1/0,''yes'');\n
->
''yes''\n', 'http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.html
'),
(66, 'SHOW ERRORS', 27, 'Syntax:\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW
COUNT(*) ERRORS\n\nThis statement is similar to SHOW WARNINGS, except that inste
ad of\ndisplaying errors, warnings, and notes, it displays only errors.\n\nThe L
IMIT clause has the same syntax as for the SELECT statement. See\nhttp://dev.mys
ql.com/doc/refman/5.1/en/select.html.\n\nThe SHOW COUNT(*) ERRORS statement disp
lays the number of errors. You\ncan also retrieve this number from the error_cou
nt variable:\n\nSHOW COUNT(*) ERRORS;\nSELECT @@error_count;\n\nURL: http://dev.
mysql.com/doc/refman/5.1/en/show-errors.html\n\n', '', 'http://dev.mysql.com/doc
/refman/5.1/en/show-errors.html'),
(67, 'LEAST', 18, 'Syntax:\nLEAST(value1,value2,...)\n\nWith two or more argumen
ts, returns the smallest (minimum-valued)\nargument. The arguments are compared
using the following rules:\n\no If the return value is used in an INTEGER contex
t or all arguments\n are integer-valued, they are compared as integers.\n\no If
the return value is used in a REAL context or all arguments are\n real-valued,
they are compared as reals.\n\no If any argument is a case-sensitive string, th
e arguments are\n compared as case-sensitive strings.\n\no In all other cases,
the arguments are compared as case-insensitive\n strings.\n\nLEAST() returns NU
LL if any argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/compa
rison-operators.html\n\n', 'mysql> SELECT LEAST(2,0);\n
-> 0\nmysql> SELE
CT LEAST(34.0,3.0,5.0,767.0);\n
-> 3.0\nmysql> SELECT LEAST(''B'',''A'','
'C'');\n
-> ''A''\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparisonoperators.html'),
(68, '=', 18, '=\n\nEqual:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/compar
ison-operators.html\n\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\n', 'htt
p://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(69, 'REVERSE', 36, 'Syntax:\nREVERSE(str)\n\nReturns the string str with the or
der of the characters reversed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/s
tring-functions.html\n\n', 'mysql> SELECT REVERSE(''abc'');\n
-> ''cba''\
n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(70, 'ISNULL', 18, 'Syntax:\nISNULL(expr)\n\nIf expr is NULL, ISNULL() returns 1
, otherwise it returns 0.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/compari
son-operators.html\n\n', 'mysql> SELECT ISNULL(1+1);\n
-> 0\nmysql> SELEC
T ISNULL(1/0);\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/compari
son-operators.html'),
(71, 'BINARY', 21, 'BINARY(M)\n\nThe BINARY type is similar to the CHAR type, bu
t stores binary byte\nstrings rather than non-binary character strings. M repres
ents the\ncolumn length in bytes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/str
ing-type-overview.html'),
(72, 'BLOB DATA TYPE', 21, 'A BLOB is a binary large object that can hold a vari
able amount of\ndata. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LO
NGBLOB.\nThese differ only in the maximum length of the values they can hold.\nT
he four TEXT types are TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. These\ncorrespo
nd to the four BLOB types and have the same maximum lengths and\nstorage require
ments. See\nhttp://dev.mysql.com/doc/refman/5.1/en/storage-requirements.html.\n\
nURL: http://dev.mysql.com/doc/refman/5.1/en/blob.html\n\n', '', 'http://dev.mys
ql.com/doc/refman/5.1/en/blob.html'),

(73, 'BOUNDARY', 35, 'Boundary(g)\n\nReturns a geometry that is the closure of t


he combinatorial boundary of\nthe geometry value g.\n\nURL: http://dev.mysql.com
/doc/refman/5.1/en/geometry-property-functions.html#general-geometry-property-fu
nctions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/geometry-property-func
tions.html#general-geometry-property-functions'),
(74, 'CREATE USER', 9, 'Syntax:\nCREATE USER user [IDENTIFIED BY [PASSWORD] ''pa
ssword'']\n
[, user [IDENTIFIED BY [PASSWORD] ''password'']] ...\n\nThe CREAT
E USER statement creates new MySQL accounts. To use it, you\nmust have the globa
l CREATE USER privilege or the INSERT privilege for\nthe mysql database. For eac
h account, CREATE USER creates a new row in\nthe mysql.user table that has no pr
ivileges. An error occurs if the\naccount already exists. Each account is named
using the same format as\nfor the GRANT statement; for example, ''jeffrey''@''lo
calhost''. If you\nspecify only the username part of the account name, a hostnam
e part of\n''%'' is used. For additional information about specifying account na
mes,\nsee [HELP GRANT].\n\nThe account can be given a password with the optional
IDENTIFIED BY\nclause. The user value and the password are given the same way a
s for\nthe GRANT statement. In particular, to specify the password in plain\ntex
t, omit the PASSWORD keyword. To specify the password as the hashed\nvalue as re
turned by the PASSWORD() function, include the PASSWORD\nkeyword. See [HELP GRAN
T].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-user.html\n\n', '', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/create-user.html'),
(75, 'POINT', 24, 'Point(x,y)\n\nConstructs a WKB Point using its coordinates.\n
\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-m
ysql-specific-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creati
ng-spatial-values.html#gis-mysql-specific-functions'),
(76, 'CURRENT_USER', 15, 'Syntax:\nCURRENT_USER, CURRENT_USER()\n\nReturns the u
sername and hostname combination for the MySQL account\nthat the server used to
authenticate the current client. This account\ndetermines your access privileges
. The return value is a string in the\nutf8 character set.\n\nThe value of CURRE
NT_USER() can differ from the value of USER().\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/information-functions.html\n\n', 'mysql> SELECT USER();\n
> ''davida@localhost''\nmysql> SELECT * FROM mysql.user;\nERROR 1044: Access den
ied for user ''''@''localhost'' to\ndatabase ''mysql''\nmysql> SELECT CURRENT_US
ER();\n
-> ''@localhost''\n', 'http://dev.mysql.com/doc/refman/5.1/en/inf
ormation-functions.html'),
(77, 'LCASE', 36, 'Syntax:\nLCASE(str)\n\nLCASE() is a synonym for LOWER().\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', '', 'http
://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(78, '<=', 18, 'Syntax:\n<=\n\nLess than or equal:\n\nURL: http://dev.mysql.com/
doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 0.1 <= 2;\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html')
,
(79, 'SHOW PROFILES', 27, 'Syntax:\nSHOW PROFILES\n\nSHOW PROFILE [type [, type]
... ]\n
[FOR QUERY n]\n
[LIMIT row_count [OFFSET offset]]\n\ntype:\n
A
LL\n | BLOCK IO\n | CONTEXT SWITCHES\n | CPU\n | IPC\n | MEMORY\n | PAGE F
AULTS\n | SOURCE\n | SWAPS\n\nThe SHOW PROFILES and SHOW PROFILE statements di
splay profiling\ninformation that indicates resource usage for statements execut
ed\nduring the course of the current session.\n\nProfiling is controlled by the
profiling session variable, which has a\ndefault value of 0 (OFF). Profiling is
enabled by setting profiling to\n1 or ON:\n\nmysql> SET profiling = 1;\n\nSHOW P
ROFILES displays a list of the most recent statements sent to the\nmaster. The s
ize of the list is controlled by the\nprofiling_history_size session variable, w
hich has a default value of\n15. The maximum value is 100. Setting the value to
0 has the practical\neffect of disabling profiling.\n\nAll statements are profil
ed except SHOW PROFILES and SHOW PROFILE, so\nyou will find neither of those sta
tements in the profile list.\nMalformed statements are profiled. For example, SH
OW PROFILING is an\nillegal statement, and a syntax error occurs if you try to e
xecute it,\nbut it will show up in the profiling list.\n\nSHOW PROFILE displays
detailed information about a single statement.\nWithout the FOR QUERY n clause,
the output pertains to the most\nrecently executed statement. If FOR QUERY n is

included, SHOW PROFILE\ndisplays information for statement n. The values of n co


rrespond to the\nQuery_ID values displayed by SHOW PROFILES.\n\nThe LIMIT row_co
unt clause may be given to limit the output to\nrow_count rows. If LIMIT is give
n, OFFSET offset may be added to begin\nthe output offset rows into the full set
of rows.\n\nBy default, SHOW PROFILE displays Status and Duration columns. The\
nStatus values are like the State values displayed by SHOW PROCESSLIST,\nalthoug
ht there might be some minor differences in interpretion for the\ntwo statements
for some status values (see\nhttp://dev.mysql.com/doc/refman/5.1/en/thread-info
rmation.html).\n\nOptional type values may be specified to display specific addi
tional\ntypes of information:\n\no ALL displays all information\n\no BLOCK IO di
splays counts for block input and output operations\n\no CONTEXT SWITCHES displa
ys counts for voluntary and involuntary\n context switches\n\no CPU displays us
er and system CPU usage times\n\no IPC displays counts for messages sent and rec
eived\n\no MEMORY is not currently implemented\n\no PAGE FAULTS displays counts
for major and minor page faults\n\no SOURCE displays the names of functions from
the source code, together\n with the name and line number of the file in which
the function\n occurs\n\no SWAPS displays swap counts\n\nProfiling is enabled
per session. When a session ends, its profiling\ninformation is lost.\n\nURL: ht
tp://dev.mysql.com/doc/refman/5.1/en/show-profiles.html\n\n', 'mysql> SELECT @@p
rofiling;\n+-------------+\n| @@profiling |\n+-------------+\n|
0 |\n+
-------------+\n1 row in set (0.00 sec)\n\nmysql> SET profiling = 1;\nQuery OK,
0 rows affected (0.00 sec)\n\nmysql> DROP TABLE IF EXISTS t1;\nQuery OK, 0 rows
affected, 1 warning (0.00 sec)\n\nmysql> CREATE TABLE T1 (id INT);\nQuery OK, 0
rows affected (0.01 sec)\n\nmysql> SHOW PROFILES;\n+----------+----------+-------------------------+\n| Query_ID | Duration | Query
|\n+---------+----------+--------------------------+\n|
0 | 0.000088 | SET PROFI
LING = 1
|\n|
1 | 0.000136 | DROP TABLE IF EXISTS t1 |\n|
2 | 0.011947 | CREATE TABLE t1 (id INT) |\n+----------+----------+-------------------------+\n3 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE;\n+---------------------+----------+\n| Status
| Duration |\n+---------------------+----------+\n| checking permissions | 0.000040 |\n| creating table
| 0.
000056 |\n| After create
| 0.011363 |\n| query end
| 0.000375
|\n| freeing items
| 0.000089 |\n| logging slow query | 0.000019 |\n|
cleaning up
| 0.000005 |\n+----------------------+----------+\n7 rows i
n set (0.00 sec)\n\nmysql> SHOW PROFILE FOR QUERY 1;\n+--------------------+---------+\n| Status
| Duration |\n+--------------------+----------+\n|
query end
| 0.000107 |\n| freeing items
| 0.000008 |\n| logging s
low query | 0.000015 |\n| cleaning up
| 0.000006 |\n+-------------------+----------+\n4 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE CPU FOR QUERY 2;\n
+----------------------+----------+----------+------------+\n| Status
| Duration | CPU_user | CPU_system |\n+----------------------+----------+---------+------------+\n| checking permissions | 0.000040 | 0.000038 | 0.000002
|\n| creating table
| 0.000056 | 0.000028 | 0.000028 |\n| After create
| 0.011363 | 0.000217 | 0.001571 |\n| query end
| 0.000375
| 0.000013 | 0.000028 |\n| freeing items
| 0.000089 | 0.000010 | 0.00
0014 |\n| logging slow query | 0.000019 | 0.000009 | 0.000010 |\n| cleaning
up
| 0.000005 | 0.000003 | 0.000002 |\n+----------------------+---------+----------+------------+\n7 rows in set (0.00 sec)\n', 'http://dev.mysql.co
m/doc/refman/5.1/en/show-profiles.html'),
(80, 'UPDATE', 27, 'Syntax:\nSingle-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNO
RE] tbl_name\n
SET col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ..
.\n
[WHERE where_condition]\n
[ORDER BY ...]\n
[LIMIT row_count]\n\nMul
tiple-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_references\n
SET
col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ...\n
[WHERE where_co
ndition]\n\nFor the single-table syntax, the UPDATE statement updates columns of
\nexisting rows in tbl_name with new values. The SET clause indicates\nwhich col
umns to modify and the values they should be given. Each value\ncan be given as
an expression, or the keyword DEFAULT to set a column\nexplicitly to its default
value. The WHERE clause, if given, specifies\nthe conditions that identify whic
h rows to update. With no WHERE\nclause, all rows are updated. If the ORDER BY c

lause is specified, the\nrows are updated in the order that is specified. The LI
MIT clause\nplaces a limit on the number of rows that can be updated.\n\nFor the
multiple-table syntax, UPDATE updates rows in each table named\nin table_refere
nces that satisfy the conditions. In this case, ORDER BY\nand LIMIT cannot be us
ed.\n\nwhere_condition is an expression that evaluates to true for each row to\n
be updated. It is specified as described in\nhttp://dev.mysql.com/doc/refman/5.1
/en/select.html.\n\nThe UPDATE statement supports the following modifiers:\n\no
If you use the LOW_PRIORITY keyword, execution of the UPDATE is\n delayed until
no other clients are reading from the table. This\n affects only storage engin
es that use only table-level locking\n (MyISAM, MEMORY, MERGE).\n\no If you use
the IGNORE keyword, the update statement does not abort\n even if errors occur
during the update. Rows for which duplicate-key\n conflicts occur are not upda
ted. Rows for which columns are updated\n to values that would cause data conve
rsion errors are updated to the\n closest valid values instead.\n\nURL: http://
dev.mysql.com/doc/refman/5.1/en/update.html\n\n', '', 'http://dev.mysql.com/doc/
refman/5.1/en/update.html'),
(81, 'IS NOT NULL', 18, 'Syntax:\nIS NOT NULL\n\nTests whether a value is not NU
LL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n
', 'mysql> SELECT 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;\n
-> 1,
1, 0\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(82, 'CASE STATEMENT', 23, 'Syntax:\nCASE case_value\n
WHEN when_value THEN s
tatement_list\n
[WHEN when_value THEN statement_list] ...\n
[ELSE statemen
t_list]\nEND CASE\n\nOr:\n\nCASE\n
WHEN search_condition THEN statement_list\
n
[WHEN search_condition THEN statement_list] ...\n
[ELSE statement_list]\
nEND CASE\n\nThe CASE statement for stored programs implements a complex conditi
onal\nconstruct. If a search_condition evaluates to true, the corresponding\nSQL
statement list is executed. If no search condition matches, the\nstatement list
in the ELSE clause is executed. Each statement_list\nconsists of one or more st
atements.\n\nIf no when_value or search_condition matches the value tested and t
he\nCASE statement contains no ELSE clause, a Case not found for CASE\nstatement
error results.\n\nEach statement_list consists of one or more statements; an em
pty\nstatement_list is not allowed. To handle situations where no value is\nmatc
hed by any WHEN clause, use an ELSE containing an empty BEGIN ...\nEND block, as
shown in this example: DELIMITER | CREATE PROCEDURE p()\nBEGIN DECLARE v INT DE
FAULT 1; CASE v WHEN 2 THEN SELECT v; WHEN 3 THEN\nSELECT 0; ELSE BEGIN END; END
CASE; END; | (The indentation used here\nin the ELSE clause is for purposes of
clarity only, and is not\notherwise significant.)\n\n*Note*: The syntax of the C
ASE statement used inside stored programs\ndiffers slightly from that of the SQL
CASE expression described in\nhttp://dev.mysql.com/doc/refman/5.1/en/control-fl
ow-functions.html. The\nCASE statement cannot have an ELSE NULL clause, and it i
s terminated\nwith END CASE instead of END.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/case-statement.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en
/case-statement.html'),
(83, 'EXECUTE STATEMENT', 27, 'Syntax:\nEXECUTE stmt_name [USING @var_name [, @v
ar_name] ...]\n\nAfter preparing a statement, you execute it with an EXECUTE sta
tement\nthat refers to the prepared statement name. If the prepared statement\nc
ontains any parameter markers, you must supply a USING clause that\nlists user v
ariables containing the values to be bound to the\nparameters. Parameter values
can be supplied only by user variables,\nand the USING clause must name exactly
as many variables as the number\nof parameter markers in the statement.\n\nYou c
an execute a given prepared statement multiple times, passing\ndifferent variabl
es to it or setting the variables to different values\nbefore each execution.\n\
nURL: http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statements.html
\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statement
s.html'),
(84, 'DROP INDEX', 38, 'Syntax:\nDROP [ONLINE|OFFLINE] INDEX index_name ON tbl_n
ame\n\nDROP INDEX drops the index named index_name from the table tbl_name.\nThi
s statement is mapped to an ALTER TABLE statement to drop the index.\nSee [HELP
ALTER TABLE].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-index.html\n\n
', '', 'http://dev.mysql.com/doc/refman/5.1/en/drop-index.html'),

(85, 'MATCH AGAINST', 36, 'Syntax:\nMATCH (col1,col2,...) AGAINST (expr [search_


modifier])\n\nMySQL has support for full-text indexing and searching:\n\no A ful
l-text index in MySQL is an index of type FULLTEXT.\n\no Full-text indexes can b
e used only with MyISAM tables, and can be\n created only for CHAR, VARCHAR, or
TEXT columns.\n\no A FULLTEXT index definition can be given in the CREATE TABLE
\n statement when a table is created, or added later using ALTER TABLE\n or CR
EATE INDEX.\n\no For large data sets, it is much faster to load your data into a
table\n that has no FULLTEXT index and then create the index after that, than\
n to load data into a table that has an existing FULLTEXT index.\n\nFull-text s
earching is performed using MATCH() ... AGAINST syntax.\nMATCH() takes a comma-s
eparated list that names the columns to be\nsearched. AGAINST takes a string to
search for, and an optional\nmodifier that indicates what type of search to perf
orm. The search\nstring must be a literal string, not a variable or a column nam
e. There\nare three types of full-text searches:\n\no A boolean search interpret
s the search string using the rules of a\n special query language. The string c
ontains the words to search for.\n It can also contain operators that specify r
equirements such that a\n word must be present or absent in matching rows, or t
hat it should be\n weighted higher or lower than usual. Common words such as "s
ome" or\n "then" are stopwords and do not match if present in the search\n str
ing. The IN BOOLEAN MODE modifier specifies a boolean search. For\n more inform
ation, see\n http://dev.mysql.com/doc/refman/5.1/en/fulltext-boolean.html.\n\no
A natural language search interprets the search string as a phrase in\n natura
l human language (a phrase in free text). There are no special\n operators. The
stopword list applies. In addition, words that are\n present in 50% or more of
the rows are considered common and do not\n match. Full-text searches are natu
ral language searches if the IN\n NATURAL LANGUAGE MODE modifier is given or if
no modifier is given.\n\no A query expansion search is a modification of a natu
ral language\n search. The search string is used to perform a natural language\
n search. Then words from the most relevant rows returned by the search\n are
added to the search string and the search is done again. The\n query returns th
e rows from the second search. The IN NATURAL\n LANGUAGE MODE WITH QUERY EXPANS
ION or WITH QUERY EXPANSION modifier\n specifies a query expansion search. For
more information, see\n http://dev.mysql.com/doc/refman/5.1/en/fulltext-query-e
xpansion.html.\n\nThe IN NATURAL LANGUAGE MODE and IN NATURAL LANGUAGE MODE WITH
QUERY\nEXPANSION modifiers were added in MySQL 5.1.7.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/fulltext-search.html\n\n', 'mysql> SELECT id, body, MATCH
(title,body) AGAINST\n
-> (''Security implications of running MySQL as root''
\n
-> IN NATURAL LANGUAGE MODE) AS score\n
-> FROM articles WHERE MATCH (t
itle,body) AGAINST\n
-> (''Security implications of running MySQL as root''\n
-> IN NATURAL LANGUAGE MODE);\n+----+-------------------------------------+----------------+\n| id | body
| score
|\n+----+-------------------------------------+-----------------+\n| 4 | 1. Nev
er run mysqld as root. 2. ... | 1.5219271183014 |\n| 6 | When configured proper
ly, MySQL ... | 1.3114095926285 |\n+----+-------------------------------------+----------------+\n2 rows in set (0.00 sec)\n', 'http://dev.mysql.com/doc/refman
/5.1/en/fulltext-search.html'),
(86, 'CREATE EVENT', 38, 'Syntax:\nCREATE \n
[DEFINER = { user | CURRENT_USER
}]\n
EVENT \n
[IF NOT EXISTS]\n
event_name
\n
ON SCHEDULE schedu
le\n
[ON COMPLETION [NOT] PRESERVE]\n
[ENABLE | DISABLE | DISABLE ON SLAVE
]\n
[COMMENT ''comment'']\n
DO sql_statement;\n\nschedule:\n
AT timesta
mp [+ INTERVAL interval] ...\n | EVERY interval \n
[STARTS timestamp [+ INTE
RVAL interval] ...] \n
[ENDS timestamp [+ INTERVAL interval] ...]\n\ninterval
:\n
quantity {YEAR | QUARTER | MONTH | DAY | HOUR | MINUTE |\n
W
EEK | SECOND | YEAR_MONTH | DAY_HOUR | DAY_MINUTE |\n
DAY_SECOND |
HOUR_MINUTE | HOUR_SECOND | MINUTE_SECOND}\n\nThis statement creates and schedul
es a new event. The minimum\nrequirements for a valid CREATE EVENT statement are
as follows:\n\no The keywords CREATE EVENT plus an event name, which uniquely\n
identifies the event in the current schema. (Prior to MySQL 5.1.12,\n the eve
nt name needed to be unique only among events created by the\n same user on a g
iven database.)\n\no An ON SCHEDULE clause, which determines when and how often

the event\n executes.\n\no A DO clause, which contains the SQL statement to be


executed by an\n event.\n\nThis is an example of a minimal CREATE EVENT stateme
nt:\n\nCREATE EVENT myevent\n
ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 H
OUR\n
DO\n
UPDATE myschema.mytable SET mycol = mycol + 1;\n\nThe previou
s statement creates an event named myevent. This event\nexecutes once --- one ho
ur following its creation --- by running an SQL\nstatement that increments the v
alue of the myschema.mytable table''s\nmycol column by 1.\n\nThe event_name must
be a valid MySQL identifier with a maximum length\nof 64 characters. It may be
delimited using back ticks, and may be\nqualified with the name of a database sc
hema. An event is associated\nwith both a MySQL user (the definer) and a schema,
and its name must be\nunique among names of events within that schema. In gener
al, the rules\ngoverning event names are the same as those for names of stored\n
routines. See http://dev.mysql.com/doc/refman/5.1/en/identifiers.html.\n\nIf no
schema is indicated as part of event_name, the default (current)\nschema is assu
med.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-event.html\n\n', '',
'http://dev.mysql.com/doc/refman/5.1/en/create-event.html'),
(87, 'ABS', 4, 'Syntax:\nABS(X)\n\nReturns the absolute value of X.\n\nURL: http
://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> SEL
ECT ABS(2);\n
-> 2\nmysql> SELECT ABS(-32);\n
-> 32\n', 'http://de
v.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(88, 'POLYFROMWKB', 32, 'PolyFromWKB(wkb[,srid]), PolygonFromWKB(wkb[,srid])\n\n
Constructs a POLYGON value using its WKB representation and SRID.\n\nURL: http:/
/dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkb-functions\
n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#g
is-wkb-functions'),
(89, 'NOT LIKE', 36, 'Syntax:\nexpr NOT LIKE pat [ESCAPE ''escape_char'']\n\nThi
s is the same as NOT (expr LIKE pat [ESCAPE ''escape_char'']).\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/string-comparison-functions.html\n\n', '', 'http:/
/dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html'),
(90, 'SPACE', 36, 'Syntax:\nSPACE(N)\n\nReturns a string consisting of N space c
haracters.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\
n\n', 'mysql> SELECT SPACE(6);\n
-> ''
''\n', 'http://dev.mysql.com/
doc/refman/5.1/en/string-functions.html'),
(91, 'MBR DEFINITION', 6, 'Its MBR (Minimum Bounding Rectangle), or Envelope. Th
is is the bounding\ngeometry, formed by the minimum and maximum (X,Y) coordinate
s:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/gis-class-geometry.html\n\n',
'((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n', 'http://dev.mysql
.com/doc/refman/5.1/en/gis-class-geometry.html'),
(92, 'GEOMETRYCOLLECTION', 24, 'GeometryCollection(g1,g2,...)\n\nConstructs a WK
B GeometryCollection. If any argument is not a\nwell-formed WKB representation o
f a geometry, the return value is NULL.\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/creating-spatial-values.html#gis-mysql-specific-functions\n\n', '', 'http
://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-mysql-specif
ic-functions'),
(93, 'MAX', 16, 'Syntax:\nMAX([DISTINCT] expr)\n\nReturns the maximum value of e
xpr. MAX() may take a string argument; in\nsuch cases, it returns the maximum st
ring value. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html. The
DISTINCT\nkeyword can be used to find the maximum of the distinct values of expr
,\nhowever, this produces the same result as omitting DISTINCT.\n\nMAX() returns
NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/group-by-functions.html\n\n', 'mysql> SELECT student_name, MIN(test_score),
MAX(test_score)\n
->
FROM student\n
->
GROUP BY student_nam
e;\n', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(94, 'CREATE FUNCTION UDF', 22, 'Syntax:\nCREATE [AGGREGATE] FUNCTION function_n
ame RETURNS {STRING|INTEGER|REAL|DECIMAL}\n
SONAME shared_library_name\n\nA u
ser-defined function (UDF) is a way to extend MySQL with a new\nfunction that wo
rks like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunct
ion_name is the name that should be used in SQL statements to\ninvoke the functi
on. The RETURNS clause indicates the type of the\nfunction''s return value. DECI
MAL is a legal value after RETURNS, but\ncurrently DECIMAL functions return stri

ng values and should be written\nlike STRING functions.\n\nshared_library_name i


s the basename of the shared object file that\ncontains the code that implements
the function. The file must be\nlocated in the plugin directory. This directory
is given by the value\nof the plugin_dir system variable.\n\n*Note*: This is a
change in MySQL 5.1. For earlier versions of MySQL,\nthe shared object can be lo
cated in any directory that is searched by\nyour system''s dynamic linker.\n\nTo
create a function, you must have the INSERT privilege for the mysql\ndatabase.
This is necessary because CREATE FUNCTION adds a row to the\nmysql.func system t
able that records the function''s name, type, and\nshared library name. If you d
o not have this table, you should run the\nmysql_upgrade command to create it. S
ee\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-upgrade.html.\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/create-function-udf.html\n\n', '', 'http://dev.mys
ql.com/doc/refman/5.1/en/create-function-udf.html'),
(95, '*', 4, 'Syntax:\n*\n\nMultiplication:\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/arithmetic-functions.html\n\n', 'mysql> SELECT 3*5;\n
-> 15\nm
ysql> SELECT 18014398509481984*18014398509481984.0;\n
-> 3245185536584267
26783156020576256.0\nmysql> SELECT 18014398509481984*18014398509481984;\n
-> 0\n', 'http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),
(96, 'TIMESTAMP', 21, 'TIMESTAMP\n\nA timestamp. The range is ''1970-01-01 00:00
:01'' UTC to ''2038-01-09\n03:14:07'' UTC. TIMESTAMP values are stored as the nu
mber of seconds\nsince the epoch (''1970-01-01 00:00:00'' UTC). A TIMESTAMP cann
ot\nrepresent the value ''1970-01-01 00:00:00'' because that is equivalent to\n0
seconds from the epoch and the value 0 is reserved for representing\n''0000-0000 00:00:00'', the "zero" TIMESTAMP value.\n\nA TIMESTAMP column is useful for r
ecording the date and time of an\nINSERT or UPDATE operation. By default, the fi
rst TIMESTAMP column in a\ntable is automatically set to the date and time of th
e most recent\noperation if you do not assign it a value yourself. You can also
set\nany TIMESTAMP column to the current date and time by assigning it a\nNULL v
alue. Variations on automatic initialization and update\nproperties are describe
d in\nhttp://dev.mysql.com/doc/refman/5.1/en/timestamp.html.\n\nA TIMESTAMP valu
e is returned as a string in the format ''YYYY-MM-DD\nHH:MM:SS'' with a display
width fixed at 19 characters. To obtain the\nvalue as a number, you should add +
0 to the timestamp column.\n\n*Note*: The TIMESTAMP format that was used prior t
o MySQL 4.1 is not\nsupported in MySQL 5.1; see MySQL 3.23, 4.0, 4.1 Reference M
anual for\ninformation regarding the old format.\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/date-and-time-type-overview.html\n\n', '', 'http://dev.mysql.com
/doc/refman/5.1/en/date-and-time-type-overview.html'),
(97, 'DES_DECRYPT', 11, 'Syntax:\nDES_DECRYPT(crypt_str[,key_str])\n\nDecrypts a
string encrypted with DES_ENCRYPT(). If an error occurs,\nthis function returns
NULL.\n\nThis function works only if MySQL has been configured with SSL support
.\nSee http://dev.mysql.com/doc/refman/5.1/en/secure-connections.html.\n\nIf no
key_str argument is given, DES_DECRYPT() examines the first byte\nof the encrypt
ed string to determine the DES key number that was used\nto encrypt the original
string, and then reads the key from the DES key\nfile to decrypt the message. F
or this to work, the user must have the\nSUPER privilege. The key file can be sp
ecified with the --des-key-file\nserver option.\n\nIf you pass this function a k
ey_str argument, that string is used as\nthe key for decrypting the message.\n\n
If the crypt_str argument does not appear to be an encrypted string,\nMySQL retu
rns the given crypt_str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encrypti
on-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-f
unctions.html'),
(98, 'CACHE INDEX', 27, 'Syntax:\nCACHE INDEX\n tbl_index_list [, tbl_index_lis
t] ...\n IN key_cache_name\n\ntbl_index_list:\n tbl_name [[INDEX|KEY] (index_n
ame[, index_name] ...)]\n\nThe CACHE INDEX statement assigns table indexes to a
specific key\ncache. It is used only for MyISAM tables.\n\nThe following stateme
nt assigns indexes from the tables t1, t2, and t3\nto the key cache named hot_ca
che:\n\nmysql> CACHE INDEX t1, t2, t3 IN hot_cache;\n+---------+-------------------+----------+----------+\n| Table | Op
| Msg_type | Msg_tex
t |\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\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/cache-index.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/ca
che-index.html'),
(99, 'ENDPOINT', 12, 'EndPoint(ls)\n\nReturns the Point that is the endpoint of
the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry
-property-functions.html#linestring-property-functions\n\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+-------------------------------------+\n', 'http://dev.mysql.com/doc/refma
n/5.1/en/geometry-property-functions.html#linestring-property-functions'),
(100, 'COMPRESS', 11, 'Syntax:\nCOMPRESS(string_to_compress)\n\nCompresses a str
ing and returns the result as a binary string. This\nfunction requires MySQL to
have been compiled with a compression\nlibrary such as zlib. Otherwise, the retu
rn value is always NULL. The\ncompressed string can be uncompressed with UNCOMPR
ESS().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\
n\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\n', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(101, 'INSERT', 27, 'Syntax:\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [I
GNORE]\n
[INTO] tbl_name [(col_name,...)]\n
{VALUES | VALUE} ({expr | DEFA
ULT},...),(...),...\n
[ ON DUPLICATE KEY UPDATE\n
col_name=expr\n
[, col_name=expr] ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORIT
Y] [IGNORE]\n
[INTO] tbl_name\n
SET col_name={expr | DEFAULT}, ...\n
[
ON DUPLICATE KEY UPDATE\n
col_name=expr\n
[, col_name=expr] ... ]\n\
nOr:\n\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n
[INTO] tbl_name [(co
l_name,...)]\n
SELECT ...\n
[ ON DUPLICATE KEY UPDATE\n
col_name=expr
\n
[, col_name=expr] ... ]\n\nINSERT inserts new rows into an existing ta
ble. The INSERT ... VALUES\nand INSERT ... SET forms of the statement insert row
s based on\nexplicitly specified values. The INSERT ... SELECT form inserts rows
\nselected from another table or tables. INSERT ... SELECT is discussed\nfurther
in [HELP INSERT SELECT].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/insert.
html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/insert.html'),
(102, 'COUNT', 16, 'Syntax:\nCOUNT(expr)\n\nReturns a count of the number of non
-NULL values of expr in the rows\nretrieved by a SELECT statement. The result is
a BIGINT value.\n\nCOUNT() returns 0 if there were no matching rows.\n\nURL: ht
tp://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n', 'mysql> SELEC
T student.student_name,COUNT(*)\n
->
FROM student,course\n
->
WHERE student.student_id=course.student_id\n
->
GROUP BY student_nam
e;\n', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(103, 'HANDLER', 27, 'Syntax:\nHANDLER 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 { F
IRST | NEXT }\n
[ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name CLOS
E\n\nThe HANDLER statement provides direct access to table storage engine\ninter
faces. It is available for MyISAM and InnoDB tables.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/handler.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/
en/handler.html'),
(104, 'MLINEFROMTEXT', 3, 'MLineFromText(wkt[,srid]), MultiLineStringFromText(wk
t[,srid])\n\nConstructs a MULTILINESTRING value using its WKT representation and
\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.h
tml#gis-wkt-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating
-spatial-values.html#gis-wkt-functions'),
(105, 'GEOMCOLLFROMWKB', 32, 'GeomCollFromWKB(wkb[,srid]), GeometryCollectionFro
mWKB(wkb[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKB represen
tation and\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatia
l-values.html#gis-wkb-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/e

n/creating-spatial-values.html#gis-wkb-functions'),
(106, 'RENAME TABLE', 38, 'Syntax:\nRENAME TABLE tbl_name TO new_tbl_name\n
[
, tbl_name2 TO new_tbl_name2] ...\n\nThis statement renames one or more tables.\
n\nThe rename operation is done atomically, which means that no other\nthread ca
n access any of the tables while the rename is running. For\nexample, if you hav
e an existing table old_table, you can create\nanother table new_table that has
the same structure but is empty, and\nthen replace the existing table with the e
mpty one as follows (assuming\nthat backup_table does not already exist):\n\nURL
: http://dev.mysql.com/doc/refman/5.1/en/rename-table.html\n\n', 'CREATE TABLE n
ew_table (...);\nRENAME TABLE old_table TO backup_table, new_table TO old_table;
\n', 'http://dev.mysql.com/doc/refman/5.1/en/rename-table.html'),
(107, 'BOOLEAN', 21, 'BOOL, BOOLEAN\n\nThese types are synonyms for TINYINT(1).
A value of zero is considered\nfalse. Non-zero values are considered true:\n\nmy
sql> SELECT IF(0, ''true'', ''false'');\n+------------------------+\n| IF(0, ''t
rue'', ''false'') |\n+------------------------+\n| false
|\n+-----------------------+\n\nmysql> SELECT IF(1, ''true'', ''false'');\n+-----------------------+\n| IF(1, ''true'', ''false'') |\n+------------------------+\n|
true
|\n+------------------------+\n\nmysql> SELECT IF(2, ''tr
ue'', ''false'');\n+------------------------+\n| IF(2, ''true'', ''false'') |\n+
------------------------+\n| true
|\n+-----------------------+\n\nHowever, the values TRUE and FALSE are merely aliases for 1 and 0,\nrespect
ively, as shown here:\n\nmysql> SELECT IF(0 = FALSE, ''true'', ''false'');\n+-------------------------------+\n| IF(0 = FALSE, ''true'', ''false'') |\n+-------------------------------+\n| true
|\n+-------------------------------+\n\nmysql> SELECT IF(1 = TRUE, ''true'', ''false'');\n+------------------------------+\n| IF(1 = TRUE, ''true'', ''false'') |\n+------------------------------+\n| true
|\n+------------------------------+\n\nmysql> SELECT IF(2 = TRUE, ''true'', ''false'');\n+------------------------------+\n| IF(2 = TRUE, ''true'', ''false'') |\n+------------------------------+\n| false
|\n+-------------------------------+
\n\nmysql> SELECT IF(2 = FALSE, ''true'', ''false'');\n+-------------------------------+\n| IF(2 = FALSE, ''true'', ''false'') |\n+-------------------------------+\n| false
|\n+--------------------------------+\n\
nThe last two statements display the results shown because 2 is equal to\nneithe
r 1 nor 0.\n\nWe intend to implement full boolean type handling, in accordance w
ith\nstandard SQL, in a future MySQL release.\n\nURL: http://dev.mysql.com/doc/r
efman/5.1/en/numeric-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refm
an/5.1/en/numeric-type-overview.html'),
(108, 'DEFAULT', 14, 'Syntax:\nDEFAULT(col_name)\n\nReturns the default value fo
r a table column. An error results if the\ncolumn has no default value.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n', 'mysql
> UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;\n', 'http://dev.mysql.com/doc/re
fman/5.1/en/miscellaneous-functions.html'),
(109, 'MOD', 4, 'Syntax:\nMOD(N,M), N % M, N MOD M\n\nModulo operation. Returns
the remainder of N divided by M.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/
mathematical-functions.html\n\n', 'mysql> SELECT MOD(234, 10);\n
-> 4\nmy
sql> SELECT 253 % 7;\n
-> 1\nmysql> SELECT MOD(29,9);\n
-> 2\nmysq
l> SELECT 29 MOD 9;\n
-> 2\n', 'http://dev.mysql.com/doc/refman/5.1/en/ma
thematical-functions.html'),
(110, 'TINYTEXT', 21, 'TINYTEXT [CHARACTER SET charset_name] [COLLATE collation_
name]\n\nA TEXT column with a maximum length of 255 (28 - 1) characters. The\nef
fective maximum length is less if the value contains multi-byte\ncharacters. Eac
h TINYTEXT value is stored using a one-byte length\nprefix that indicates the nu
mber of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/strin
g-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string-ty
pe-overview.html'),
(111, 'OPTIMIZE TABLE', 20, 'Syntax:\nOPTIMIZE [LOCAL | NO_WRITE_TO_BINLOG] TABL
E 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 varia
ble-length\nrows (tables that have VARCHAR, VARBINARY, BLOB, or TEXT columns).\n

Deleted rows are maintained in a linked list and subsequent INSERT\noperations r


euse old row positions. You can use OPTIMIZE TABLE to\nreclaim the unused space
and to defragment the data file.\n\nThis statement requires SELECT and INSERT pr
ivileges for the table.\n\nOPTIMIZE TABLE is not supported for partitioned table
s. See\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-maintenance.html,\nf
or information about alternatives.\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/optimize-table.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/optimize
-table.html'),
(112, 'DECODE', 11, 'Syntax:\nDECODE(crypt_str,pass_str)\n\nDecrypts the encrypt
ed string crypt_str using pass_str as the password.\ncrypt_str should be a strin
g returned from ENCODE().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encrypt
ion-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/encryptionfunctions.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(113, '<=>', 18, 'Syntax:\n<=>\n\nNULL-safe equal. This operator performs an equ
ality comparison like the\n= operator, but returns 1 rather than NULL if both op
erands are NULL,\nand 0 rather than NULL if one operand is NULL.\n\nURL: http://
dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 1
<=> 1, NULL <=> NULL, 1 <=> NULL;\n
-> 1, 1, 0\nmysql> SELECT 1 = 1, NUL
L = NULL, 1 = NULL;\n
-> 1, NULL, NULL\n', 'http://dev.mysql.com/doc/refm
an/5.1/en/comparison-operators.html'),
(114, 'LOAD DATA FROM MASTER', 27, 'Syntax:\nLOAD DATA FROM MASTER\n\nThis featu
re is deprecated. We recommend not using it anymore. It is\nsubject to removal i
n a future version of MySQL.\n\nSince the current implementation of LOAD DATA FR
OM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statements are depr
ecated in\nversions 4.1 of MySQL and above. We will introduce a more advanced\nt
echnique (called "online backup") in a future version. That technique\nwill have
the additional advantage of working with more storage\nengines.\n\nFor MySQL 5.
1 and earlier, the recommended alternative solution to\nusing LOAD DATA FROM MAS
TER or LOAD TABLE FROM MASTER is using\nmysqldump or mysqlhotcopy. The latter re
quires Perl and two Perl\nmodules (DBI and DBD:mysql) and works for MyISAM and A
RCHIVE tables\nonly. With mysqldump, you can create SQL dumps on the master and
pipe\n(or copy) these to a mysql client on the slave. This has the advantage\nof
working for all storage engines, but can be quite slow, since it\nworks using S
ELECT.\n\nThis statement takes a snapshot of the master and copies it to the\nsl
ave. It updates the values of MASTER_LOG_FILE and MASTER_LOG_POS so\nthat the sl
ave starts replicating from the correct position. Any table\nand database exclus
ion rules specified with the --replicate-*-do-* and\n--replicate-*-ignore-* opti
ons are honored. --replicate-rewrite-db is\nnot taken into account because a use
r could use this option to set up a\nnon-unique mapping such as --replicate-rewr
ite-db="db1->db3" and\n--replicate-rewrite-db="db2->db3", which would confuse th
e slave when\nloading tables from the master.\n\nUse of this statement is subjec
t to the following conditions:\n\no It works only for MyISAM tables. Attempting
to load a non-MyISAM\n table results in the following error:\n\nERROR 1189 (08S
01): Net error reading from master\n\no It acquires a global read lock on the ma
ster while taking the\n snapshot, which prevents updates on the master during t
he load\n operation.\n\nIf you are loading large tables, you might have to incr
ease the values\nof net_read_timeout and net_write_timeout on both the master an
d slave\nservers. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-vari
ables.html.\n\nNote that LOAD DATA FROM MASTER does not copy any tables from the
mysql\ndatabase. This makes it easy to have different users and privileges on\n
the master and the slave.\n\nTo use LOAD DATA FROM MASTER, the replication accou
nt that is used to\nconnect to the master must have the RELOAD and SUPER privile
ges on the\nmaster and the SELECT privilege for all master tables you want to lo
ad.\nAll master tables for which the user does not have the SELECT privilege\nar
e ignored by LOAD DATA FROM MASTER. This is because the master hides\nthem from
the user: LOAD DATA FROM MASTER calls SHOW DATABASES to know\nthe master databas
es to load, but SHOW DATABASES returns only databases\nfor which the user has so
me privilege. See [HELP SHOW DATABASES]. On\nthe slave side, the user that issue

s LOAD DATA FROM MASTER must have\nprivileges for dropping and creating the data
bases and tables that are\ncopied.\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/load-data-from-master.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/l
oad-data-from-master.html'),
(115, 'RESET', 27, 'Syntax:\nRESET reset_option [, reset_option] ...\n\nThe RESE
T statement is used to clear the state of various server\noperations. You must h
ave the RELOAD privilege to execute RESET.\n\nRESET acts as a stronger version o
f the FLUSH statement. See [HELP\nFLUSH].\n\nURL: http://dev.mysql.com/doc/refma
n/5.1/en/reset.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/reset.html
'),
(116, 'HELP STATEMENT', 28, 'Syntax:\nHELP ''search_string''\n\nThe HELP stateme
nt returns online information from the MySQL Reference\nmanual. Its proper opera
tion requires that the help tables in the mysql\ndatabase be initialized with he
lp topic information (see\nhttp://dev.mysql.com/doc/refman/5.1/en/server-side-he
lp-support.html).\n\nThe HELP statement searches the help tables for the given s
earch string\nand displays the result of the search. The search string is not ca
se\nsensitive.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/help.html\n\n', ''
, 'http://dev.mysql.com/doc/refman/5.1/en/help.html'),
(117, 'GET_LOCK', 14, 'Syntax:\nGET_LOCK(str,timeout)\n\nTries to obtain a lock
with a name given by the string str, using a\ntimeout of timeout seconds. Return
s 1 if the lock was obtained\nsuccessfully, 0 if the attempt timed out (for exam
ple, because another\nclient has previously locked the name), or NULL if an erro
r occurred\n(such as running out of memory or the thread was killed with mysqlad
min\nkill). If you have a lock obtained with GET_LOCK(), it is released when\nyo
u execute RELEASE_LOCK(), execute a new GET_LOCK(), or your\nconnection terminat
es (either normally or abnormally). Locks obtained\nwith GET_LOCK() do not inter
act with transactions. That is, committing\na transaction does not release any s
uch locks obtained during the\ntransaction.\n\nThis function can be used to impl
ement application locks or to simulate\nrecord locks. Names are locked on a serv
er-wide basis. If a name has\nbeen locked by one client, GET_LOCK() blocks any r
equest by another\nclient for a lock with the same name. This allows clients tha
t agree on\na given lock name to use the name to perform cooperative advisory\nl
ocking. But be aware that it also allows a client that is not among\nthe set of
cooperating clients to lock a name, either inadvertently or\ndeliberately, and t
hus prevent any of the cooperating clients from\nlocking that name. One way to r
educe the likelihood of this is to use\nlock names that are database-specific or
application-specific. For\nexample, use lock names of the form db_name.str or a
pp_name.str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functi
ons.html\n\n', 'mysql> SELECT GET_LOCK(''lock1'',10);\n
-> 1\nmysql> SELE
CT IS_FREE_LOCK(''lock2'');\n
-> 1\nmysql> SELECT GET_LOCK(''lock2'',10);
\n
-> 1\nmysql> SELECT RELEASE_LOCK(''lock2'');\n
-> 1\nmysql> SEL
ECT RELEASE_LOCK(''lock1'');\n
-> NULL\n', 'http://dev.mysql.com/doc/refm
an/5.1/en/miscellaneous-functions.html'),
(118, 'UCASE', 36, 'Syntax:\nUCASE(str)\n\nUCASE() is a synonym for UPPER().\n\n
URL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(119, 'SHOW BINLOG EVENTS', 27, 'Syntax:\nSHOW BINLOG EVENTS\n [IN ''log_name'
'] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the binary log.
If you do not specify ''log_name'',\nthe first binary log is displayed.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/show-binlog-events.html\n\n', '', 'http:
//dev.mysql.com/doc/refman/5.1/en/show-binlog-events.html'),
(120, 'MPOLYFROMWKB', 32, 'MPolyFromWKB(wkb[,srid]), MultiPolygonFromWKB(wkb[,sr
id])\n\nConstructs a MULTIPOLYGON value using its WKB representation and SRID.\n
\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-w
kb-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatialvalues.html#gis-wkb-functions'),
(121, 'ITERATE', 23, 'Syntax:\nITERATE label\n\nITERATE can appear only within L
OOP, REPEAT, and WHILE statements.\nITERATE means "do the loop again."\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/iterate-statement.html\n\n', 'CREATE PROCE
DURE doiterate(p1 INT)\nBEGIN\n label1: LOOP\n
SET p1 = p1 + 1;\n
IF p1 <

10 THEN ITERATE label1; END IF;\n


LEAVE label1;\n END LOOP label1;\n SET @
x = p1;\nEND\n', 'http://dev.mysql.com/doc/refman/5.1/en/iterate-statement.html'
),
(122, 'DO', 27, 'Syntax:\nDO expr [, expr] ...\n\nDO executes the expressions bu
t does not return any results. In most\nrespects, DO is shorthand for SELECT exp
r, ..., but has the advantage\nthat it is slightly faster when you do not care a
bout the result.\n\nDO is useful primarily with functions that have side effects
, such as\nRELEASE_LOCK().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/do.htm
l\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/do.html'),
(123, 'CURTIME', 31, 'Syntax:\nCURTIME()\n\nReturns the current time as a value
in ''HH:MM:SS'' or HHMMSS.uuuuuu\nformat, depending on whether the function is u
sed in a string or\nnumeric context. The value is expressed in the current time
zone.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.htm
l\n\n', 'mysql> SELECT CURTIME();\n
-> ''23:50:26''\nmysql> SELECT CURTIM
E() + 0;\n
-> 235026.000000\n', 'http://dev.mysql.com/doc/refman/5.1/en/d
ate-and-time-functions.html'),
(124, 'CHAR_LENGTH', 36, 'Syntax:\nCHAR_LENGTH(str)\n\nReturns the length of the
string str, measured in characters. A\nmulti-byte character counts as a single
character. This means that for\na string containing five two-byte characters, LE
NGTH() returns 10,\nwhereas CHAR_LENGTH() returns 5.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/string-functions.html\n\n', '', 'http://dev.mysql.com/doc/re
fman/5.1/en/string-functions.html'),
(125, 'BIGINT', 21, 'BIGINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA large integer. The s
igned range is -9223372036854775808 to\n9223372036854775807. The unsigned range
is 0 to 18446744073709551615.\n\nSERIAL is an alias for BIGINT UNSIGNED NOT NULL
AUTO_INCREMENT UNIQUE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-t
ype-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type
-overview.html'),
(126, 'SET', 27, 'Syntax:\nSET variable_assignment [, variable_assignment] ...\n
\nvariable_assignment:\n
user_var_name = expr\n
| [GLOBAL | SESSION] sys
tem_var_name = expr\n
| [@@global. | @@session. | @@]system_var_name = expr\n
\nThe SET statement assigns values to different types of variables that\naffect
the operation of the server or your client. Older versions of\nMySQL employed SE
T OPTION, but this syntax is deprecated in favor of\nSET without OPTION.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/set-option.html\n\n', '', 'http://dev.my
sql.com/doc/refman/5.1/en/set-option.html'),
(127, 'CONV', 4, 'Syntax:\nCONV(N,from_base,to_base)\n\nConverts numbers between
different number bases. Returns a string\nrepresentation of the number N, conve
rted from base from_base to base\nto_base. Returns NULL if any argument is NULL.
The argument N is\ninterpreted as an integer, but may be specified as an intege
r or a\nstring. The minimum base is 2 and the maximum base is 36. If to_base is\
na negative number, N is regarded as a signed number. Otherwise, N is\ntreated a
s unsigned. CONV() works with 64-bit precision.\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> SELECT CONV(''a'',16,2)
;\n
-> ''1010''\nmysql> SELECT CONV(''6E'',18,8);\n
-> ''172''\nmy
sql> SELECT CONV(-17,10,-18);\n
-> ''-H''\nmysql> SELECT CONV(10+''10''+'
'10''+0xa,10,10);\n
-> ''40''\n', 'http://dev.mysql.com/doc/refman/5.1/en
/mathematical-functions.html'),
(128, 'DATE', 21, 'DATE\n\nA date. The supported range is ''1000-01-01'' to ''99
99-12-31''. MySQL\ndisplays DATE values in ''YYYY-MM-DD'' format, but allows ass
ignment of\nvalues to DATE columns using either strings or numbers.\n\nURL: http
://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n', '', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),
(129, 'SHOW OPEN TABLES', 27, 'Syntax:\nSHOW OPEN TABLES [FROM db_name]\n
[LI
KE ''pattern'' | WHERE expr]\n\nSHOW OPEN TABLES lists the non-TEMPORARY tables
that are currently open\nin the table cache. See\nhttp://dev.mysql.com/doc/refma
n/5.1/en/table-cache.html. The WHERE\nclause can be given to select rows using m
ore general conditions, as\ndiscussed in http://dev.mysql.com/doc/refman/5.1/en/
extended-show.html.\n\nThe FROM and LIKE clauses may be used beginning with MySQ
L 5.1.24. The\nLIKE clause, if present, indicates which table names to match. Th

e FROM\nclause, if present, restricts the tables shown to those present in the\n


db_name database.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-open-table
s.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-open-tables.html')
,
(130, 'EXTRACT', 31, 'Syntax:\nEXTRACT(unit FROM date)\n\nThe EXTRACT() function
uses the same kinds of unit specifiers as\nDATE_ADD() or DATE_SUB(), but extrac
ts parts from the date rather than\nperforming date arithmetic.\n\nURL: http://d
ev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT
EXTRACT(YEAR FROM ''2009-07-02'');\n
-> 2009\nmysql> SELECT EXTRACT(YEAR_
MONTH FROM ''2009-07-02 01:02:03'');\n
-> 200907\nmysql> SELECT EXTRACT(DA
Y_MINUTE FROM ''2009-07-02 01:02:03'');\n
-> 20102\nmysql> SELECT EXTRACT(
MICROSECOND\n
->
FROM ''2003-01-02 10:30:00.000123'');\n
-> 123\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.htm
l'),
(131, 'ENCRYPT', 11, 'Syntax:\nENCRYPT(str[,salt])\n\nEncrypts str using the Uni
x crypt() system call and returns a binary\nstring. The salt argument should be
a string with at least two\ncharacters. If no salt argument is given, a random v
alue is used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-function
s.html\n\n', 'mysql> SELECT ENCRYPT(''hello'');\n
-> ''VxuFAJXVARROc''\n'
, 'http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(132, 'SHOW STATUS', 27, 'Syntax:\nSHOW [GLOBAL | SESSION] STATUS\n
[LIKE ''p
attern'' | WHERE expr]\n\nSHOW STATUS provides server status information. This i
nformation also\ncan be obtained using the mysqladmin extended-status command. T
he LIKE\nclause, if present, indicates which variable names to match. The WHERE\
nclause can be given to select rows using more general conditions, as\ndiscussed
in http://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\nWith a LIKE clau
se, the statement displays only rows for those\nvariables with names that match
the pattern:\n\nmysql> SHOW STATUS LIKE ''Key%'';\n+--------------------+---------+\n| Variable_name
| Value
|\n+--------------------+----------+\n| Ke
y_blocks_used
| 14955
|\n| Key_read_requests | 96854827 |\n| Key_reads
| 162040 |\n| Key_write_requests | 7589728 |\n| Key_writes
| 3
813196 |\n+--------------------+----------+\n\nWith the GLOBAL modifier, SHOW S
TATUS displays the status values for\nall connections to MySQL. With SESSION, it
displays the status values\nfor the current connection. If no modifier is prese
nt, the default is\nSESSION. LOCAL is a synonym for SESSION.\n\nSome status vari
ables have only a global value. For these, you get the\nsame value for both GLOB
AL and SESSION. The scope for each status\nvariable is listed at\nhttp://dev.mys
ql.com/doc/refman/5.1/en/server-status-variables.html.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/show-status.html\n\n', '', 'http://dev.mysql.com/doc/refma
n/5.1/en/show-status.html'),
(133, 'EXTRACTVALUE', 36, 'Syntax:\nExtractValue(xml_frag, xpath_expr)\n\nExtrac
tValue() takes two string arguments, a fragment of XML markup\nxml_frag and an X
Path expression xpath_expr (also known as a locator);\nit returns the text (CDAT
A) of the first text node which is a child of\nthe element(s) matched by the XPa
th expression. It is the equivalent of\nperforming a match using the xpath_expr
after appending /text(). In\nother words, ExtractValue(''<a><b>Sakila</b></a>'',
''/a/b'') and\nExtractValue(''<a><b>Sakila</b></a>'', ''/a/b/text()'') produce
the same\nresult.\n\nIf multiple matches are found, then the content of the firs
t child text\nnode of each matching element is returned (in the order matched) a
s a\nsingle, space-delimited string.\n\nIf no matching text node is found for th
e expression (including the\nimplicit /text()) --- for whatever reason, as long
as xpath_expr is\nvalid, and xml_frag consists of elements which are properly ne
sted and\nclosed --- an empty string is returned. No distinction is made between
\na match on an empty element and no match at all. This is by design.\n\nIf you
need to determine whether no matching element was found in\nxml_frag or such an
element was found but contained no child text\nnodes, you should test the result
of an expression that uses the XPath\ncount() function. For example, both of th
ese statements return an empty\nstring, as shown here:\n\nmysql> SELECT ExtractV
alue(''<a><b/></a>'', ''/a/b'');\n+-------------------------------------+\n| Ext
ractValue(''<a><b/></a>'', ''/a/b'') |\n+-------------------------------------+\

n|
|\n+------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> SELECT ExtractValue(''<a><c/></a>'', ''/a/b
'');\n+-------------------------------------+\n| ExtractValue(''<a><c/></a>'', '
'/a/b'') |\n+-------------------------------------+\n|
|\n+-------------------------------------+\n1 row in set (0.00 sec)\n
\nHowever, you can determine whether there was actually a matching\nelement usin
g the following:\n\nmysql> SELECT ExtractValue(''<a><b/></a>'', ''count(/a/b)'')
;\n+-------------------------------------+\n| ExtractValue(''<a><b/></a>'', ''co
unt(/a/b)'') |\n+-------------------------------------+\n| 1
|\n+-------------------------------------+\n1 row in set (0.00 se
c)\n\nmysql> SELECT ExtractValue(''<a><c/></a>'', ''count(/a/b)'');\n+------------------------------------+\n| ExtractValue(''<a><c/></a>'', ''count(/a/b)'') |
\n+-------------------------------------+\n| 0
|\n+-------------------------------------+\n1 row in set (0.01 sec)\n\n*Importa
nt*: ExtractValue() returns only CDATA, and does not return any\ntags that might
be contained within a matching tag, nor any of their\ncontent (see the result r
eturned as val1 in the following example).\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/xml-functions.html\n\n', 'mysql> SELECT\n
-> ExtractValue(''<a>cc
c<b>ddd</b></a>'', ''/a'') AS val1,\n
-> ExtractValue(''<a>ccc<b>ddd</b></a
>'', ''/a/b'') AS val2,\n
-> ExtractValue(''<a>ccc<b>ddd</b></a>'', ''//b''
) AS val3,\n
-> ExtractValue(''<a>ccc<b>ddd</b></a>'', ''/b'') AS val4,\n
-> ExtractValue(''<a>ccc<b>ddd</b><b>eee</b></a>'', ''//b'') AS val5;\n\n+-----+------+------+------+---------+\n| val1 | val2 | val3 | val4 | val5
|\n+
------+------+------+------+---------+\n| ccc | ddd | ddd |
| ddd eee |\
n+------+------+------+------+---------+\n', 'http://dev.mysql.com/doc/refman/5.
1/en/xml-functions.html'),
(134, 'OLD_PASSWORD', 11, 'Syntax:\nOLD_PASSWORD(str)\n\nOLD_PASSWORD() was adde
d to MySQL when the implementation of PASSWORD()\nwas changed to improve securit
y. OLD_PASSWORD() returns the value of\nthe old (pre-4.1) implementation of PASS
WORD() as a binary string, and\nis intended to permit you to reset passwords for
any pre-4.1 clients\nthat need to connect to your version 5.1 MySQL server with
out locking\nthem out. See\nhttp://dev.mysql.com/doc/refman/5.1/en/password-hash
ing.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.ht
ml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html')
,
(135, 'SET VARIABLE', 23, 'Syntax:\nSET var_name = expr [, var_name = expr] ...\
n\nThe SET statement in stored programs is an extended version of the\ngeneral S
ET statement (see [HELP SET]). Referenced variables may be\nones declared inside
a stored program, global system variables, or\nuser-defined variables.\n\nThe S
ET statement in stored programs is implemented as part of the\npre-existing SET
syntax. This allows an extended syntax of SET a=x,\nb=y, ... where different var
iable types (locally declared variables,\nglobal and session server variables, u
ser-defined variables) can be\nmixed. This also allows combinations of local var
iables and some\noptions that make sense only for system variables; in that case
, the\noptions are recognized but ignored.\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/set-statement.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/s
et-statement.html'),
(136, 'FORMAT', 36, 'Syntax:\nFORMAT(X,D)\n\nFormats the number X to a format li
ke ''#,###,###.##'', rounded to D\ndecimal places, and returns the result as a s
tring. If D is 0, the\nresult has no decimal point or fractional part.\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT
FORMAT(12332.123456, 4);\n
-> ''12,332.1235''\nmysql> SELECT FORMAT(1233
2.1,4);\n
-> ''12,332.1000''\nmysql> SELECT FORMAT(12332.2,0);\n
> ''12,332''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html')
,
(137, '||', 13, 'Syntax:\nOR, ||\n\nLogical OR. When both operands are non-NULL,
the result is 1 if any\noperand is non-zero, and 0 otherwise. With a NULL opera
nd, the result\nis 1 if the other operand is non-zero, and NULL otherwise. If bo
th\noperands are NULL, the result is NULL.\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/logical-operators.html\n\n', 'mysql> SELECT 1 || 1;\n
-> 1\nmys

ql> SELECT 1 || 0;\n


-> 1\nmysql> SELECT 0 || 0;\n
-> 0\nmysql> SE
LECT 0 || NULL;\n
-> NULL\nmysql> SELECT 1 || NULL;\n
-> 1\n', 'ht
tp://dev.mysql.com/doc/refman/5.1/en/logical-operators.html'),
(138, 'BIT_LENGTH', 36, 'Syntax:\nBIT_LENGTH(str)\n\nReturns the length of the s
tring str in bits.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functio
ns.html\n\n', 'mysql> SELECT BIT_LENGTH(''text'');\n
-> 32\n', 'http://de
v.mysql.com/doc/refman/5.1/en/string-functions.html'),
(139, 'EXTERIORRING', 2, 'ExteriorRing(poly)\n\nReturns the exterior ring of the
Polygon value poly as a LineString.\n\nURL: http://dev.mysql.com/doc/refman/5.1
/en/geometry-property-functions.html#polygon-property-functions\n\n', 'mysql> SE
T @poly =\n
-> ''Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))'';\nmys
ql> 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+-------------------------------------------+\n', 'http://dev.mysql.com/doc/r
efman/5.1/en/geometry-property-functions.html#polygon-property-functions'),
(140, 'GEOMFROMWKB', 32, 'GeomFromWKB(wkb[,srid]), GeometryFromWKB(wkb[,srid])\n
\nConstructs a geometry value of any type using its WKB representation\nand SRID
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gi
s-wkb-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spati
al-values.html#gis-wkb-functions'),
(141, 'SHOW SLAVE HOSTS', 27, 'Syntax:\nSHOW SLAVE HOSTS\n\nDisplays a list of r
eplication slaves currently registered with the\nmaster. Only slaves started wit
h the --report-host=host_name option are\nvisible in this list.\n\nThe list is d
isplayed on any server (not just the master server). The\noutput looks like this
:\n\nmysql> SHOW SLAVE HOSTS;\n+------------+-----------+------+-----------+\n|
Server_id | Host
| Port | Master_id |\n+------------+-----------+------+----------+\n| 192168010 | iconnect2 | 3306 | 192168011 |\n| 1921680101 | athena
| 3306 | 192168011 |\n+------------+-----------+------+-----------+\n\no Ser
ver_id: The unique server ID of the slave server, as configured in\n the server
''s option file, or on the command line with\n --server-id=value.\n\no Host: Th
e host name of the slave server, as configured in the\n server''s option file,
or on the command line with\n --report-host=host_name. Note that this can diffe
r from the machine\n name as configured in the operating system.\n\no Port: The
port the slave server is listening on.\n\no Master_id: The unique server ID of
the master server that the slave\n server is replicating from.\n\nSome MySQL ve
rsions report another variable, Rpl_recovery_rank. This\nvariable was never used
, and was eventually removed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/sho
w-slave-hosts.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-slavehosts.html'),
(142, 'START TRANSACTION', 8, 'Syntax:\nSTART TRANSACTION [WITH CONSISTENT SNAPS
HOT] | BEGIN [WORK]\nCOMMIT [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nROLLBACK [WO
RK] [AND [NO] CHAIN] [[NO] RELEASE]\nSET AUTOCOMMIT = {0 | 1}\n\nThe START TRANS
ACTION or BEGIN statement begins a new transaction.\nCOMMIT commits the current
transaction, making its changes permanent.\nROLLBACK rolls back the current tran
saction, canceling its changes. The\nSET AUTOCOMMIT statement disables or enable
s the default autocommit\nmode for the current session.\n\nThe optional WORK key
word is supported for COMMIT and ROLLBACK, as are\nthe CHAIN and RELEASE clauses
. CHAIN and RELEASE can be used for\nadditional control over transaction complet
ion. The value of the\ncompletion_type system variable determines the default co
mpletion\nbehavior. See\nhttp://dev.mysql.com/doc/refman/5.1/en/server-system-va
riables.html.\n\nThe AND CHAIN clause causes a new transaction to begin as soon
as the\ncurrent one ends, and the new transaction has the same isolation level\n
as the just-terminated transaction. The RELEASE clause causes the\nserver to dis
connect the current client session after terminating the\ncurrent transaction. I
ncluding the NO keyword suppresses CHAIN or\nRELEASE completion, which can be us
eful if the completion_type system\nvariable is set to cause chaining or release
completion by default.\n\nBy default, MySQL runs with autocommit mode enabled.
This means that as\nsoon as you execute a statement that updates (modifies) a ta
ble, MySQL\nstores the update on disk to make it permanent. To disable autocommi

t\nmode, use the following statement:\n\nSET AUTOCOMMIT=0;\n\nAfter disabling au


tocommit mode by setting the AUTOCOMMIT variable to\nzero, changes to transactio
n-safe tables (such as those for InnoDB or\nNDBCLUSTER) are not made permanent i
mmediately. You must use COMMIT to\nstore your changes to disk or ROLLBACK to ig
nore the changes.\n\nTo disable autocommit mode for a single series of statement
s, use the\nSTART TRANSACTION statement:\n\nURL: http://dev.mysql.com/doc/refman
/5.1/en/commit.html\n\n', 'START TRANSACTION;\nSELECT @A:=SUM(salary) FROM table
1 WHERE type=1;\nUPDATE table2 SET summary=@A WHERE type=1;\nCOMMIT;\n', 'http:/
/dev.mysql.com/doc/refman/5.1/en/commit.html'),
(143, 'BETWEEN AND', 18, 'Syntax:\nexpr BETWEEN min AND max\n\nIf expr is greate
r than or equal to min and expr is less than or equal\nto max, BETWEEN returns 1
, otherwise it returns 0. This is equivalent\nto the expression (min <= expr AND
expr <= max) if all the arguments\nare of the same type. Otherwise type convers
ion takes place according\nto the rules described in\nhttp://dev.mysql.com/doc/r
efman/5.1/en/type-conversion.html, but\napplied to all the three arguments.\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysq
l> SELECT 1 BETWEEN 2 AND 3;\n
-> 0\nmysql> SELECT ''b'' BETWEEN ''a'' AN
D ''c'';\n
-> 1\nmysql> SELECT 2 BETWEEN 2 AND ''3'';\n
-> 1\nmysq
l> SELECT 2 BETWEEN 2 AND ''x-3'';\n
-> 0\n', 'http://dev.mysql.com/doc/r
efman/5.1/en/comparison-operators.html'),
(144, 'MULTIPOLYGON', 24, 'MultiPolygon(poly1,poly2,...)\n\nConstructs a WKB Mul
tiPolygon value from a set of WKB Polygon\narguments. If any argument is not a W
KB Polygon, the return value is\nNULL.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/creating-spatial-values.html#gis-mysql-specific-functions\n\n', '', 'http:
//dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-mysql-specifi
c-functions'),
(145, 'TIME_FORMAT', 31, 'Syntax:\nTIME_FORMAT(time,format)\n\nThis is used like
the DATE_FORMAT() function, but the format string may\ncontain format specifier
s only for hours, minutes, and seconds. Other\nspecifiers produce a NULL value o
r 0.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html
\n\n', 'mysql> SELECT TIME_FORMAT(''100:00:00'', ''%H %k %h %I %l'');\n
> ''100 100 04 04 4''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-timefunctions.html'),
(146, 'LEFT', 36, 'Syntax:\nLEFT(str,len)\n\nReturns the leftmost len characters
from the string str, or NULL if any\nargument is NULL.\n\nURL: http://dev.mysql
.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT LEFT(''foobarb
ar'', 5);\n
-> ''fooba''\n', 'http://dev.mysql.com/doc/refman/5.1/en/stri
ng-functions.html'),
(147, 'FLUSH QUERY CACHE', 26, 'You can defragment the query cache to better uti
lize its memory with\nthe FLUSH QUERY CACHE statement. The statement does not re
move any\nqueries 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\nURL: http://dev.mysql.com/doc/refman/5.1/en/query-cache-status-and-maintenan
ce.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/query-cache-status-and
-maintenance.html'),
(148, 'SET DATA TYPE', 21, 'SET(''value1'',''value2'',...) [CHARACTER SET charse
t_name] [COLLATE\ncollation_name]\n\nA set. A string object that can have zero o
r more values, each of which\nmust be chosen from the list of values ''value1'',
''value2'', ... A SET\ncolumn can have a maximum of 64 members. SET values are
represented\ninternally as integers.\n\nURL: http://dev.mysql.com/doc/refman/5.1
/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/
string-type-overview.html'),
(149, 'RAND', 4, 'Syntax:\nRAND(), RAND(N)\n\nReturns a random floating-point va
lue v in the range 0 <= v < 1.0. If a\nconstant integer argument N is specified,
it is used as the seed value,\nwhich produces a repeatable sequence of column v
alues. In the following\nexample, note that the sequences of values produced by
RAND(3) is the\nsame both places where it occurs.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> CREATE TABLE t (i INT
);\nQuery OK, 0 rows affected (0.42 sec)\n\nmysql> INSERT INTO t VALUES(1),(2),(
3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings:

0\n\nmysql> SELECT i, RAND() FROM t;\n+------+------------------+\n| i


| RAND
()
|\n+------+------------------+\n|
1 | 0.61914388706828 | \n|
2 | 0.93845168309142 | \n|
3 | 0.83482678498591 | \n+------+-----------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND(3) FROM t;\n+------+-----------------+\n| i
| RAND(3)
|\n+------+------------------+\n|
1
| 0.90576975597606 | \n|
2 | 0.37307905813035 | \n|
3 | 0.14808605345719 |
\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAN
D() FROM t;\n+------+------------------+\n| i
| RAND()
|\n+------+-----------------+\n|
1 | 0.35877890638893 | \n|
2 | 0.28941420772058 | \n
|
3 | 0.37073435016976 | \n+------+------------------+\n3 rows in set (0.00 s
ec)\n\nmysql> SELECT i, RAND(3) FROM t;\n+------+------------------+\n| i
| R
AND(3)
|\n+------+------------------+\n|
1 | 0.90576975597606 | \n|
2 | 0.37307905813035 | \n|
3 | 0.14808605345719 | \n+------+-----------------+\n3 rows in set (0.01 sec)\n', 'http://dev.mysql.com/doc/refman/5.1/en/math
ematical-functions.html'),
(150, 'RPAD', 36, 'Syntax:\nRPAD(str,len,padstr)\n\nReturns the string str, righ
t-padded with the string padstr to a length\nof len characters. If str is longer
than len, the return value is\nshortened to len characters.\n\nURL: http://dev.
mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT RPAD(''hi
'',5,''?'');\n
-> ''hi???''\nmysql> SELECT RPAD(''hi'',1,''?'');\n
-> ''h''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(151, 'CREATE DATABASE', 38, 'Syntax:\nCREATE {DATABASE | SCHEMA} [IF NOT EXISTS
] db_name\n
[create_specification] ...\n\ncreate_specification:\n
[DEFAULT
] CHARACTER SET [=] charset_name\n | [DEFAULT] COLLATE [=] collation_name\n\nCR
EATE DATABASE creates a database with the given name. To use this\nstatement, yo
u need the CREATE privilege for the database. CREATE\nSCHEMA is a synonym for CR
EATE DATABASE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-database.ht
ml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/create-database.html'),
(152, 'DEC', 21, 'DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D])] [UNSIGNED
]\n[ZEROFILL], FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese types are synonyms
for DECIMAL. The FIXED synonym is available\nfor compatibility with other databa
se systems.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview
.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.ht
ml'),
(153, 'VAR_POP', 16, 'Syntax:\nVAR_POP(expr)\n\nReturns the population standard
variance of expr. It considers rows as\nthe whole population, not as a sample, s
o it has the number of rows as\nthe denominator. You can also use VARIANCE(), wh
ich is equivalent but\nis not standard SQL.\n\nVAR_POP() returns NULL if there w
ere no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-fu
nctions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-function
s.html'),
(154, 'ELT', 36, 'Syntax:\nELT(N,str1,str2,str3,...)\n\nReturns str1 if N = 1, s
tr2 if N = 2, and so on. Returns NULL if N is\nless than 1 or greater than the n
umber of arguments. ELT() is the\ncomplement of FIELD().\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT ELT(1, ''ej''
, ''Heja'', ''hej'', ''foo'');\n
-> ''ej''\nmysql> SELECT ELT(4, ''ej'',
''Heja'', ''hej'', ''foo'');\n
-> ''foo''\n', 'http://dev.mysql.com/doc/r
efman/5.1/en/string-functions.html'),
(155, 'ALTER VIEW', 38, 'Syntax:\nALTER\n
[ALGORITHM = {UNDEFINED | MERGE | T
EMPTABLE}]\n
[DEFINER = { user | CURRENT_USER }]\n
[SQL SECURITY { DEFINER
| INVOKER }]\n
VIEW view_name [(column_list)]\n
AS select_statement\n
[WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThis statement changes the definition
of a view, which must exist. The\nsyntax is similar to that for CREATE VIEW and
the effect is the same as\nfor CREATE OR REPLACE VIEW. See [HELP CREATE VIEW]. T
his statement\nrequires the CREATE VIEW and DROP privileges for the view, and so
me\nprivilege for each column referred to in the SELECT statement. As of\nMySQL
5.1.23, ALTER VIEW is allowed only to the definer or users with\nthe SUPER privi
lege.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-view.html\n\n', '', '
http://dev.mysql.com/doc/refman/5.1/en/alter-view.html'),
(156, 'SHOW DATABASES', 27, 'Syntax:\nSHOW {DATABASES | SCHEMAS}\n
[LIKE ''pa

ttern'' | WHERE expr]\n\nSHOW DATABASES lists the databases on the MySQL server
host. SHOW\nSCHEMAS is a synonym for SHOW DATABASES. The LIKE clause, if present
,\nindicates which database names to match. The WHERE clause can be given\nto se
lect rows using more general conditions, as discussed in\nhttp://dev.mysql.com/d
oc/refman/5.1/en/extended-show.html.\n\nYou see only those databases for which y
ou have some kind of privilege,\nunless you have the global SHOW DATABASES privi
lege. You can also get\nthis list using the mysqlshow command.\n\nIf the server
was started with the --skip-show-database option, you\ncannot use this statement
at all unless you have the SHOW DATABASES\nprivilege.\n\nSHOW SCHEMAS can also
be used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-databases.html\n\n'
, '', 'http://dev.mysql.com/doc/refman/5.1/en/show-databases.html'),
(157, '~', 19, 'Syntax:\n~\n\nInvert all bits.\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/bit-functions.html\n\n', 'mysql> SELECT 5 & ~1;\n
-> 4\n',
'http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),
(158, 'TEXT', 21, 'TEXT[(M)] [CHARACTER SET charset_name] [COLLATE collation_nam
e]\n\nA TEXT column with a maximum length of 65,535 (216 - 1) characters. The\ne
ffective maximum length is less if the value contains multi-byte\ncharacters. Ea
ch TEXT value is stored using a two-byte length prefix\nthat indicates the numbe
r of bytes in the value.\n\nAn optional length M can be given for this type. If
this is done, MySQL\ncreates the column as the smallest TEXT type large enough t
o hold\nvalues M characters long.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/str
ing-type-overview.html'),
(159, 'CONCAT_WS', 36, 'Syntax:\nCONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS
() stands for Concatenate With Separator and is a special form\nof CONCAT(). The
first argument is the separator for the rest of the\narguments. The separator i
s added between the strings to be\nconcatenated. The separator can be a string,
as can the rest of the\narguments. If the separator is NULL, the result is NULL.
\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mys
ql> SELECT CONCAT_WS('','',''First name'',''Second name'',''Last Name'');\n
-> ''First name,Second name,Last Name''\nmysql> SELECT CONCAT_WS('','',''Firs
t name'',NULL,''Last Name'');\n
-> ''First name,Last Name''\n', 'http://d
ev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(160, 'ROW_COUNT', 15, 'Syntax:\nROW_COUNT()\n\nROW_COUNT() returns the number o
f rows updated, inserted, or deleted by\nthe preceding statement. This is the sa
me as the row count that the\nmysql client displays and the value from the mysql
_affected_rows() C\nAPI function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/information-functions.html\n\n', 'mysql> INSERT INTO t VALUES(1),(2),(3);\nQuer
y OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysq
l> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n|
3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHE
RE 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)\n', 'http://dev.mysql.com/doc/refman/5.1/en/info
rmation-functions.html'),
(161, 'ASIN', 4, 'Syntax:\nASIN(X)\n\nReturns the arc sine of X, that is, the va
lue whose sine is X. Returns\nNULL if X is not in the range -1 to 1.\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> SE
LECT ASIN(0.2);\n
-> 0.20135792079033\nmysql> SELECT ASIN(''foo'');\n\n+------------+\n| ASIN(''foo'') |\n+-------------+\n|
0 |\n+------------+\n1 row in set, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS;\n+---------+-----+-----------------------------------------+\n| Level | Code | Message
|\n+---------+------+----------------------------------------+\n| Warning | 1292 | Truncated incorrect DOUBLE value: ''foo'' |\n+--------+------+-----------------------------------------+\n', 'http://dev.mysql.c
om/doc/refman/5.1/en/mathematical-functions.html'),
(162, 'SIGN', 4, 'Syntax:\nSIGN(X)\n\nReturns the sign of the argument as -1, 0,
or 1, depending on whether X\nis negative, zero, or positive.\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> SELECT S
IGN(-32);\n
-> -1\nmysql> SELECT SIGN(0);\n
-> 0\nmysql> SELECT SI

GN(234);\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematicalfunctions.html'),
(163, 'SEC_TO_TIME', 31, 'Syntax:\nSEC_TO_TIME(seconds)\n\nReturns the seconds a
rgument, converted to hours, minutes, and seconds,\nas a TIME value. The range o
f the result is constrained to that of the\nTIME data type. A warning occurs if
the argument corresponds to a value\noutside that range.\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT SEC_TO
_TIME(2378);\n
-> ''00:39:38''\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n
-> 3938\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions
.html'),
(164, 'FLOAT', 21, 'FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precis
ion) floating-point number. Allowable values are\n-3.402823466E+38 to -1.1754943
51E-38, 0, and 1.175494351E-38 to\n3.402823466E+38. These are the theoretical li
mits, based on the IEEE\nstandard. The actual range might be slightly smaller de
pending on your\nhardware or operating system.\n\nM is the total number of digit
s and D is the number of digits following\nthe decimal point. If M and D are omi
tted, values are stored to the\nlimits allowed by the hardware. A single-precisi
on floating-point\nnumber is accurate to approximately 7 decimal places.\n\nUNSI
GNED, if specified, disallows negative values.\n\nUsing FLOAT might give you som
e unexpected problems because all\ncalculations in MySQL are done with double pr
ecision. See\nhttp://dev.mysql.com/doc/refman/5.1/en/no-matching-rows.html.\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n', '',
'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),
(165, 'LOCATE', 36, 'Syntax:\nLOCATE(substr,str), LOCATE(substr,str,pos)\n\nThe
first syntax returns the position of the first occurrence of\nsubstring substr i
n string str. The second syntax returns the position\nof the first occurrence of
substring substr in string str, starting at\nposition pos. Returns 0 if substr
is not in str.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.h
tml\n\n', 'mysql> SELECT LOCATE(''bar'', ''foobarbar'');\n
-> 4\nmysql> S
ELECT LOCATE(''xbar'', ''foobar'');\n
-> 0\nmysql> SELECT LOCATE(''bar'',
''foobarbar'', 5);\n
-> 7\n', 'http://dev.mysql.com/doc/refman/5.1/en/st
ring-functions.html'),
(166, 'CHARSET', 15, 'Syntax:\nCHARSET(str)\n\nReturns the character set of the
string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-func
tions.html\n\n', 'mysql> SELECT CHARSET(''abc'');\n
-> ''latin1''\nmysql>
SELECT CHARSET(CONVERT(''abc'' USING utf8));\n
-> ''utf8''\nmysql> SELEC
T CHARSET(USER());\n
-> ''utf8''\n', 'http://dev.mysql.com/doc/refman/5.1
/en/information-functions.html'),
(167, 'SUBDATE', 31, 'Syntax:\nSUBDATE(date,INTERVAL expr unit), SUBDATE(expr,da
ys)\n\nWhen invoked with the INTERVAL form of the second argument, SUBDATE()\nis
a synonym for DATE_SUB(). For information on the INTERVAL unit\nargument, see t
he discussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(''2008-01-02'', INTERVAL
31 DAY);\n
-> ''2007-12-02''\nmysql> SELECT SUBDATE(''2008-01-02'', INTE
RVAL 31 DAY);\n
-> ''2007-12-02''\n\nThe second form allows the use of an
integer value for days. In such\ncases, it is interpreted as the number of days
to be subtracted from\nthe date or datetime expression expr.\n\nmysql> SELECT S
UBDATE(''2008-01-02 12:00:00'', 31);\n
-> ''2007-12-02 12:00:00''\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', '', '
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(168, 'DAYOFYEAR', 31, 'Syntax:\nDAYOFYEAR(date)\n\nReturns the day of the year
for date, in the range 1 to 366.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/
date-and-time-functions.html\n\n', 'mysql> SELECT DAYOFYEAR(''2007-02-03'');\n
-> 34\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.
html'),
(169, 'LONGTEXT', 21, 'LONGTEXT [CHARACTER SET charset_name] [COLLATE collation_
name]\n\nA TEXT column with a maximum length of 4,294,967,295 or 4GB (232 - 1)\n
characters. The effective maximum length is less if the value contains\nmulti-by
te characters. The effective maximum length of LONGTEXT columns\nalso depends on
the configured maximum packet size in the client/server\nprotocol and available
memory. Each LONGTEXT value is stored using a\nfour-byte length prefix that ind

icates the number of bytes in the\nvalue.\n\nURL: http://dev.mysql.com/doc/refma


n/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.
1/en/string-type-overview.html'),
(170, '%', 4, 'Syntax:\nN % M\n\nModulo operation. Returns the remainder of N di
vided by M. For more\ninformation, see the description for the MOD() function in
\nhttp://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html.\n\nURL: ht
tp://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html\n\n', '', 'http:/
/dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),
(171, 'KILL', 27, 'Syntax:\nKILL [CONNECTION | QUERY] thread_id\n\nEach connecti
on to mysqld runs in a separate thread. You can see which\nthreads are running w
ith the SHOW PROCESSLIST statement and kill a\nthread with the KILL thread_id st
atement.\n\nKILL allows the optional CONNECTION or QUERY modifier:\n\no KILL CON
NECTION is the same as KILL with no modifier: It terminates\n the connection as
sociated with the given thread_id.\n\no KILL QUERY terminates the statement that
the connection is currently\n executing, but leaves the connection itself inta
ct.\n\nIf you have the PROCESS privilege, you can see all threads. If you have\n
the SUPER privilege, you can kill all threads and statements.\nOtherwise, you ca
n see and kill only your own threads and statements.\n\nYou can also use the mys
qladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n
\n*Note*: You cannot use KILL with the Embedded MySQL Server library,\nbecause t
he embedded server merely runs inside the threads of the host\napplication. It d
oes not create any connection threads of its own.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/kill.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/kil
l.html'),
(172, 'DISJOINT', 30, 'Disjoint(g1,g2)\n\nReturns 1 or 0 to indicate whether g1
is spatially disjoint from (does\nnot intersect) g2.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/functions-that-test-spatial-relationships-between-geometries
.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spat
ial-relationships-between-geometries.html'),
(173, 'ASTEXT', 3, 'AsText(g), AsWKT(g)\n\nConverts a value in internal geometry
format to its WKT representation\nand returns the string result.\n\nURL: http:/
/dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geometries-between-formats
.html\n\n', 'mysql> SET @g = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(
GeomFromText(@g));\n+--------------------------+\n| AsText(GeomFromText(@g)) |\n
+--------------------------+\n| LINESTRING(1 1,2 2,3 3) |\n+-------------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geomet
ries-between-formats.html'),
(174, 'LPAD', 36, 'Syntax:\nLPAD(str,len,padstr)\n\nReturns the string str, left
-padded with the string padstr to a length\nof len characters. If str is longer
than len, the return value is\nshortened to len characters.\n\n\nURL: http://dev
.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT LPAD(''h
i'',4,''??'');\n
-> ''??hi''\nmysql> SELECT LPAD(''hi'',1,''??'');\n
-> ''h''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(175, 'RESTORE TABLE', 20, 'Syntax:\nRESTORE TABLE tbl_name [, tbl_name] ... FRO
M ''/path/to/backup/directory''\n\nRESTORE TABLE restores the table or tables fr
om a backup that was made\nwith BACKUP TABLE. The directory should be specified
as a full\npathname.\n\nExisting tables are not overwritten; if you try to resto
re over an\nexisting table, an error occurs. Just as for BACKUP TABLE, RESTORE\n
TABLE currently works only for MyISAM tables. Restored tables are not\nreplicate
d from master to slave.\n\nThe backup for each table consists of its .frm format
file and .MYD\ndata file. The restore operation restores those files, and then
uses\nthem to rebuild the .MYI index file. Restoring takes longer than\nbacking
up due to the need to rebuild the indexes. The more indexes the\ntable has, the
longer it takes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/restore-table.ht
ml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/restore-table.html'),
(176, 'DECLARE CONDITION', 23, 'Syntax:\nDECLARE condition_name CONDITION FOR co
ndition_value\n\ncondition_value:\n
SQLSTATE [VALUE] sqlstate_value\n | mysq
l_error_code\n\nThe DECLARE ... CONDITION statement defines a named error condit
ion. It\nspecifies a condition that needs specific handling and associates a\nna
me with that condition. The name can be referred to in a subsequence\nDECLARE ..

. HANDLER statement. See [HELP DECLARE HANDLER].\n\nA condition_value for DECLAR


E ... CONDITION can be an SQLSTATE value (a\n5-character string literal) or a My
SQL error code (a number). You\nshould not use SQLSTATE value ''00000'' or MySQL
error code 0, because\nthose indicate sucess rather than an error condition. Fo
r a list of\nSQLSTATE values and MySQL error codes, see\nhttp://dev.mysql.com/do
c/refman/5.1/en/error-messages-server.html.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/declare-conditions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.
1/en/declare-conditions.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(177, 'OVERLAPS', 30, 'Overlaps(g1,g2)\n\nReturns 1 or 0 to indicate whether g1
spatially overlaps g2. The term\nspatially overlaps is used if two geometries in
tersect and their\nintersection results in a geometry of the same dimension but
not equal\nto either of the given geometries.\n\nURL: http://dev.mysql.com/doc/r
efman/5.1/en/functions-that-test-spatial-relationships-between-geometries.html\n
\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial-rel
ationships-between-geometries.html'),
(178, 'SET GLOBAL SQL_SLAVE_SKIP_COUNTER', 27, 'Syntax:\nSET GLOBAL SQL_SLAVE_SK
IP_COUNTER = N\n\nThis statement skips the next N events from the master. This i
s useful\nfor recovering from replication stops caused by a statement.\n\nThis s
tatement is valid only when the slave thread is not running.\nOtherwise, it prod
uces an error.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/set-global-sql-sla
ve-skip-counter.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/set-globa
l-sql-slave-skip-counter.html'),
(179, 'NUMGEOMETRIES', 25, 'NumGeometries(gc)\n\nReturns the number of geometrie
s in the GeometryCollection value gc.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/geometry-property-functions.html#geometrycollection-property-functions\n\n'
, 'mysql> SET @gc = ''GeometryCollection(Point(1 1),LineString(2 2, 3 3))'';\nmy
sql> SELECT NumGeometries(GeomFromText(@gc));\n+---------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\
n|
2 |\n+----------------------------------+\n',
'http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#geometr
ycollection-property-functions'),
(180, 'MONTHNAME', 31, 'Syntax:\nMONTHNAME(date)\n\nReturns the full name of the
month for date. As of MySQL 5.1.12, the\nlanguage used for the name is controll
ed by the value of the\nlc_time_names system variable\n(http://dev.mysql.com/doc
/refman/5.1/en/locale-support.html).\n\nURL: http://dev.mysql.com/doc/refman/5.1
/en/date-and-time-functions.html\n\n', 'mysql> SELECT MONTHNAME(''2008-02-03'');
\n
-> ''February''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-t
ime-functions.html'),
(181, 'PROCEDURE ANALYSE', 37, 'Syntax:\nanalyse([max_elements[,max_memory]])\n\
nThis procedure is defined in the sql/sql_analyse.cc file. It examines\nthe resu
lt from a query and returns an analysis of the results that\nsuggests optimal da
ta types for each column. To obtain this analysis,\nappend PROCEDURE ANALYSE to
the end of a SELECT statement:\n\nSELECT ... FROM ... WHERE ... PROCEDURE ANALYS
E([max_elements,[max_memory]])\n\nFor example:\n\nSELECT col1, col2 FROM table1
PROCEDURE ANALYSE(10, 2000);\n\nThe results show some statistics for the values
returned by the query,\nand propose an optimal data type for the columns. This c
an be helpful\nfor checking your existing tables, or after importing new data. Y
ou may\nneed to try different settings for the arguments so that PROCEDURE\nANAL
YSE() does not suggest the ENUM data type when it is not\nappropriate.\n\nThe ar
guments are optional and are used as follows:\n\no max_elements (default 256) is
the maximum number of distinct values\n that analyse notices per column. This
is used by analyse to check\n whether the optimal data type should be of type E
NUM; if there are\n more than max_elements distinct values, then ENUM is not a
suggested\n type.\n\no max_memory (default 8192) is the maximum amount of memor
y that\n analyse should allocate per column while trying to find all distinct\n
values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/procedure-analyse.html\
n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/procedure-analyse.html'),
(182, 'CHANGE MASTER TO', 27, 'Syntax:\nCHANGE MASTER TO master_def [, master_de

f] ...\n\nmaster_def:\n
MASTER_BIND = ''interface_name''\n | MASTER_HOST = '
'host_name''\n | MASTER_USER = ''user_name''\n | MASTER_PASSWORD = ''password'
'\n | MASTER_PORT = port_num\n | MASTER_CONNECT_RETRY = interval\n | MASTER_H
EARTBEAT_PERIOD = interval\n | MASTER_LOG_FILE = ''master_log_name''\n | MASTE
R_LOG_POS = master_log_pos\n | RELAY_LOG_FILE = ''relay_log_name''\n | RELAY_L
OG_POS = relay_log_pos\n | MASTER_SSL = {0|1}\n | MASTER_SSL_CA = ''ca_file_na
me''\n | MASTER_SSL_CAPATH = ''ca_directory_name''\n | MASTER_SSL_CERT = ''cer
t_file_name''\n | MASTER_SSL_KEY = ''key_file_name''\n | MASTER_SSL_CIPHER = '
'cipher_list''\n | MASTER_SSL_VERIFY_SERVER_CERT = {0|1}\n\nCHANGE MASTER TO ch
anges the parameters that the slave server uses for\nconnecting to and communica
ting with the master server. It also updates\nthe contents of the master.info an
d relay-log.info files.\n\nMASTER_USER, MASTER_PASSWORD, MASTER_SSL, MASTER_SSL_
CA,\nMASTER_SSL_CAPATH, MASTER_SSL_CERT, MASTER_SSL_KEY, MASTER_SSL_CIPHER,\nand
MASTER_SSL_VERIFY_SERVER_CERT provide information to the slave\nabout how to co
nnect to its master. MASTER_SSL_VERIFY_SERVER_CERT was\nadded in MySQL 5.1.18. I
t is used as described for the\n--ssl-verify-server-cert option in\nhttp://dev.m
ysql.com/doc/refman/5.1/en/ssl-options.html.\n\nMASTER_CONNECT_RETRY specifies h
ow many seconds to wait between connect\nretries. The default is 60. The number
of reconnection attempts is\nlimited by the --master-retry-count server option;
for more\ninformation, see\nhttp://dev.mysql.com/doc/refman/5.1/en/replication-o
ptions.html.\n\nThe SSL options (MASTER_SSL, MASTER_SSL_CA, MASTER_SSL_CAPATH,\n
MASTER_SSL_CERT, MASTER_SSL_KEY, MASTER_SSL_CIPHER), and\nMASTER_SSL_VERIFY_SERV
ER_CERT can be changed even on slaves that are\ncompiled without SSL support. Th
ey are saved to the master.info file,\nbut are ignored unless you use a server t
hat has SSL support enabled.\n\nIf you don''t specify a given parameter, it keep
s its old value, except\nas indicated in the following discussion. For example,
if the password\nto connect to your MySQL master has changed, you just need to i
ssue\nthese statements to tell the slave about the new password:\n\nSTOP SLAVE;
-- if replication was running\nCHANGE MASTER TO MASTER_PASSWORD=''new3cret'';\nS
TART SLAVE; -- if you want to restart replication\n\nThere is no need to specify
the parameters that do not change (host,\nport, user, and so forth).\n\nMASTER_
HOST and MASTER_PORT are the hostname (or IP address) of the\nmaster host and it
s TCP/IP port. Note that if MASTER_HOST is equal to\nlocalhost, then, like in ot
her parts of MySQL, the port number might be\nignored.\n\nMASTER_BIND is for use
on replication slaves having multiple network\ninterfaces, and determines which
of the slave''s network interfaces is\nchosen for connecting to the master. It
is also possible to determine\nwhich network interface is to be used in such cas
es by starting the\nslave mysqld process with the --master-bind option.\n\nThe a
bility to bind a replication slave to specific network interface\nwas added in M
ySQL Cluster NDB 6.3.4.\n\nMASTER_HEARTBEAT_PERIOD is used to set the interval i
n seconds between\nreplication heartbeats. Whenever the master''s binlog is upda
ted with an\nevent, the waiting period for the next heartbeat is reset. interval
is\na decimal value having the range 0 to 4294967 seconds and a resolution\nto
hundredths of a second; the smallest nonzero value is 0.001.\nHeartbeats are sen
t by the master only if there are no unsent events in\nthe binlog file for a per
iod longer than interval.\n\nSetting interval to 0 disables heartbeats altogethe
r. The default value\nfor interval is equal to the value of slave_net_timeout di
vided by 2.\n\n*Note*: Setting @@global.slave_net_timeout to a value less than t
hat of\nthe current heartbeat interval results in a warning being issued.\n\nIss
uing RESET SLAVE resets the heartbeat interval to the default.\n\nMASTER_HEARTBE
AT_PERIOD was added in MySQL Cluster NDB 6.3.4.\n\n*Note*: Replication cannot us
e Unix socket files. You must be able to\nconnect to the master MySQL server usi
ng TCP/IP.\n\nIf you specify MASTER_HOST or MASTER_PORT, the slave assumes that
the\nmaster server is different from before (even if you specify a host or\nport
value that is the same as the current value.) In this case, the\nold values for
the master binary log name and position are considered\nno longer applicable, s
o if you do not specify MASTER_LOG_FILE and\nMASTER_LOG_POS in the statement, MA
STER_LOG_FILE='''' and\nMASTER_LOG_POS=4 are silently appended to it.\n\nMASTER_
LOG_FILE and MASTER_LOG_POS are the coordinates at which the\nslave I/O thread s
hould begin reading from the master the next time the\nthread starts. If you spe

cify either of them, you cannot specify\nRELAY_LOG_FILE or RELAY_LOG_POS. If nei


ther of MASTER_LOG_FILE or\nMASTER_LOG_POS are specified, the slave uses the las
t coordinates of\nthe slave SQL thread before CHANGE MASTER TO was issued. This
ensures\nthat there is no discontinuity in replication, even if the slave SQL\nt
hread was late compared to the slave I/O thread, when you merely want\nto change
, say, the password to use.\n\nCHANGE MASTER TO deletes all relay log files and
starts a new one,\nunless you specify RELAY_LOG_FILE or RELAY_LOG_POS. In that c
ase, relay\nlogs are kept; the relay_log_purge global variable is set silently t
o\n0.\n\nCHANGE MASTER TO is useful for setting up a slave when you have the\nsn
apshot of the master and have recorded the log and the offset\ncorresponding to
it. After loading the snapshot into the slave, you can\nrun CHANGE MASTER TO MAS
TER_LOG_FILE=''log_name_on_master'',\nMASTER_LOG_POS=log_offset_on_master on the
slave.\n\nThe following example changes the master and master''s binary log\nco
ordinates. This is used when you want to set up the slave to\nreplicate the mast
er:\n\nCHANGE MASTER TO\n MASTER_HOST=''master2.mycompany.com'',\n MASTER_USER
=''replication'',\n MASTER_PASSWORD=''bigs3cret'',\n MASTER_PORT=3306,\n MAST
ER_LOG_FILE=''master2-bin.001'',\n MASTER_LOG_POS=4,\n MASTER_CONNECT_RETRY=10
;\n\nThe next example shows an operation that is less frequently employed.\nIt i
s used when the slave has relay logs that you want it to execute\nagain for some
reason. To do this, the master need not be reachable.\nYou need only use CHANGE
MASTER TO and start the SQL thread (START\nSLAVE SQL_THREAD):\n\nCHANGE MASTER
TO\n RELAY_LOG_FILE=''slave-relay-bin.006'',\n RELAY_LOG_POS=4025;\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/change-master-to.html\n\n', '', 'http://dev.
mysql.com/doc/refman/5.1/en/change-master-to.html'),
(183, 'DROP DATABASE', 38, 'Syntax:\nDROP {DATABASE | SCHEMA} [IF EXISTS] db_nam
e\n\nDROP DATABASE drops all tables in the database and deletes the\ndatabase. B
e very careful with this statement! To use DROP DATABASE,\nyou need the DROP pri
vilege on the database. DROP SCHEMA is a synonym\nfor DROP DATABASE.\n\n*Importa
nt*: When a database is dropped, user privileges on the\ndatabase are not automa
tically dropped. See [HELP GRANT].\n\nIF EXISTS is used to prevent an error from
occurring if the database\ndoes not exist.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/drop-database.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/
drop-database.html'),
(184, 'MBREQUAL', 6, 'MBREqual(g1,g2)\n\nReturns 1 or 0 to indicate whether the
Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html\n\n', '
', 'http://dev.mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html'),
(185, 'TIMESTAMP FUNCTION', 31, 'Syntax:\nTIMESTAMP(expr), TIMESTAMP(expr1,expr2
)\n\nWith a single argument, this function returns the date or datetime\nexpress
ion expr as a datetime value. With two arguments, it adds the\ntime expression e
xpr2 to the date or datetime expression expr1 and\nreturns the result as a datet
ime value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-function
s.html\n\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''\n', 'http://dev.mysql.com/doc/refman/5.1/en/dateand-time-functions.html'),
(186, 'CHARACTER_LENGTH', 36, 'Syntax:\nCHARACTER_LENGTH(str)\n\nCHARACTER_LENGT
H() is a synonym for CHAR_LENGTH().\n\nURL: http://dev.mysql.com/doc/refman/5.1/
en/string-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/strin
g-functions.html'),
(187, 'SHOW GRANTS', 27, 'Syntax:\nSHOW GRANTS [FOR user]\n\nThis statement list
s the GRANT statement or statements that must be\nissued to duplicate the privil
eges that are granted to a MySQL user\naccount. The account is named using the s
ame format as for the GRANT\nstatement; for example, ''jeffrey''@''localhost''.
If you specify only the\nusername part of the account name, a hostname part of '
'%'' is used. For\nadditional information about specifying account names, see [H
ELP\nGRANT].\n\nmysql> SHOW GRANTS FOR ''root''@''localhost'';\n+--------------------------------------------------------------------+\n| Grants for root@local
host
|\n+--------------------------------------------------------------------+\n| GRANT ALL PRIVILEGES ON *.* TO ''ro

ot''@''localhost'' WITH GRANT OPTION |\n+--------------------------------------------------------------------+\n\nTo list the privileges granted to the account
that you are using to\nconnect to the server, you can use any of the following
statements:\n\nSHOW GRANTS;\nSHOW GRANTS FOR CURRENT_USER;\nSHOW GRANTS FOR CURR
ENT_USER();\n\nAs of MySQL 5.1.12, if SHOW GRANTS FOR CURRENT_USER (or any of th
e\nequivalent syntaxes) is used in DEFINER context, such as within a\nstored pro
cedure that is defined with SQL SECURITY DEFINER), the grants\ndisplayed are tho
se of the definer and not the invoker.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/show-grants.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-gr
ants.html'),
(188, 'SHOW PRIVILEGES', 27, 'Syntax:\nSHOW PRIVILEGES\n\nSHOW PRIVILEGES shows
the list of system privileges that the MySQL\nserver supports. The exact list of
privileges depends on the version of\nyour server.\n\nURL: http://dev.mysql.com
/doc/refman/5.1/en/show-privileges.html\n\n', '', 'http://dev.mysql.com/doc/refm
an/5.1/en/show-privileges.html'),
(189, 'CREATE TABLESPACE', 38, 'Syntax:\nCREATE TABLESPACE tablespace_name\n
ADD DATAFILE ''file_name''\n
USE LOGFILE GROUP logfile_group\n
[EXTENT_SIZ
E [=] extent_size]\n
[INITIAL_SIZE [=] initial_size]\n
[AUTOEXTEND_SIZE [=
] autoextend_size]\n
[MAX_SIZE [=] max_size]\n
[NODEGROUP [=] nodegroup_id
]\n
[WAIT]\n
[COMMENT [=] comment_text]\n
ENGINE [=] engine_name\n\nThi
s statement is used to create a tablespace, which can contain one or\nmore data
files, providing storage space for tables. One data file is\ncreated and added t
o the tablespace using this statement. Additional\ndata files may be added to th
e tablespace by using the ALTER TABLESPACE\nstatement (see [HELP ALTER TABLESPAC
E]). For rules covering the naming\nof tablespaces, see\nhttp://dev.mysql.com/do
c/refman/5.1/en/identifiers.html.\n\nA log file group of one or more UNDO log fi
les must be assigned to the\ntablespace to be created with the USE LOGFILE GROUP
clause.\nlogfile_group must be an existing log file group created with CREATE\n
LOGFILE GROUP (see\nhttp://dev.mysql.com/doc/refman/5.1/en/create-logfile-group.
html).\nMultiple tablespaces may use the same log file group for UNDO logging.\n
\nThe EXTENT_SIZE sets the size, in bytes, of the extents used by any\nfiles bel
onging to the tablespace. The default value is 1M. The minimum\nsize is 32K, and
theoretical maximum is 2G, although the practical\nmaximum size depends on a nu
mber of factors. In most cases, changing\nthe extent size does not have any meas
urable effect on performance, and\nthe default value is recommended for all but
the most unusual\nsituations.\n\nAn extent is a unit of disk space allocation. O
ne extent is filled with\nas much data as that extent can contain before another
extent is used.\nIn theory, up to 65,535 (64K) extents may used per data file;
however,\nthe recommended maximum is 32,768 (32K). The recommended maximum size\
nfor a single data file is 32G --- that is, 32K extents x 1 MB per\nextent. In a
ddition, once an extent is allocated to a given partition,\nit cannot be used to
store data from a different partition; an extent\ncannot store data from more t
han one partition. This means, for example\nthat a tablespace having a single da
tafile whose INITIAL_SIZE is 256 MB\nand whose EXTENT_SIZE is 128M has just two
extents, and so can be used\nto store data from at most two different disk data
table partitions.\n\nYou can see how many extents remain free in a given data fi
le by\nquerying the INFORMATION_SCHEMA.FILES table, and so derive an estimate\nf
or how much space remains free in the file. For further discussion and\nexamples
, see http://dev.mysql.com/doc/refman/5.1/en/files-table.html.\n\nThe INITIAL_SI
ZE parameter sets the data file''s total size in bytes.\nOnce the file has been
created, its size cannot be changed; however,\nyou can add more data files to th
e tablespace using ALTER TABLESPACE\n... ADD DATAFILE. See [HELP ALTER TABLESPAC
E].\n\nINITIAL_SIZE is optional; its default value is 128M.\n\nOn 32-bit systems
, the maximum supported value for INITIAL_SIZE is 4G.\n(Bug#29186 (http://bugs.m
ysql.com/29186))\n\nWhen setting EXTENT_SIZE or INITIAL_SIZE (either or both), y
ou may\noptionally follow the number with a one-letter abbreviation for an\norde
r of magnitude, similar to those used in my.cnf. Generally, this is\none of the
letters M (for megabytes) or G (for gigabytes).\n\nAUTOEXTEND_SIZE, MAX_SIZE, NO
DEGROUP, WAIT, and COMMENT are parsed but\nignored, and so have no effect in MyS
QL 5.1. These options are intended\nfor future expansion.\n\nThe ENGINE paramete

r determines the storage engine which uses this\ntablespace, with engine_name be


ing the name of the storage engine. In\nMySQL 5.1, engine_name must be one of th
e values NDB or NDBCLUSTER.\n\nWhen CREATE TABLESPACE is used with ENGINE = NDB,
a tablespace and\nassociated data file are created on each Cluster data node. Y
ou can\nverify that the data files were created and obtain information about\nth
em by querying the INFORMATION_SCHEMA.FILES table. For example:\n\nmysql> SELECT
LOGFILE_GROUP_NAME, FILE_NAME, EXTRA \n
-> FROM INFORMATION_SCHEMA.FILES\n
-> WHERE TABLESPACE_NAME = ''newts'' AND FILE_TYPE = ''DATAFILE'';\n+-------------------+-------------+----------------+\n| LOGFILE_GROUP_NAME | FILE_NAME
| EXTRA
|\n+--------------------+-------------+----------------+\n| lg_
3
| newdata.dat | CLUSTER_NODE=3 |\n| lg_3
| newdata
.dat | CLUSTER_NODE=4 |\n+--------------------+-------------+----------------+\n
2 rows in set (0.01 sec)\n\n(See http://dev.mysql.com/doc/refman/5.1/en/files-ta
ble.html.)\n\nCREATE TABLESPACE was added in MySQL 5.1.6. In MySQL 5.1, it is us
eful\nonly with Disk Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/d
oc/refman/5.1/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/create-tablespace.html\n\n', '', 'http://dev.mysql.com/doc/refman/
5.1/en/create-tablespace.html'),
(190, 'INSERT FUNCTION', 36, 'Syntax:\nINSERT(str,pos,len,newstr)\n\nReturns the
string str, with the substring beginning at position pos\nand len characters lo
ng replaced by the string newstr. Returns the\noriginal string if pos is not wit
hin the length of the string. Replaces\nthe rest of the string from position pos
if len is not within the\nlength of the rest of the string. Returns NULL if any
argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functio
ns.html\n\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''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'
),
(191, 'CRC32', 4, 'Syntax:\nCRC32(expr)\n\nComputes a cyclic redundancy check va
lue and returns a 32-bit unsigned\nvalue. The result is NULL if the argument is
NULL. The argument is\nexpected to be a string and (if possible) is treated as o
ne if it is\nnot.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-fu
nctions.html\n\n', 'mysql> SELECT CRC32(''MySQL'');\n
-> 3259397556\nmysq
l> SELECT CRC32(''mysql'');\n
-> 2501908538\n', 'http://dev.mysql.com/doc
/refman/5.1/en/mathematical-functions.html'),
(192, 'XOR', 13, 'Syntax:\nXOR\n\nLogical XOR. Returns NULL if either operand is
NULL. For non-NULL\noperands, evaluates to 1 if an odd number of operands is no
n-zero,\notherwise 0 is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/logical-operators.html\n\n', 'mysql> SELECT 1 XOR 1;\n
-> 0\nmysql> SELE
CT 1 XOR 0;\n
-> 1\nmysql> SELECT 1 XOR NULL;\n
-> NULL\nmysql> SE
LECT 1 XOR 1 XOR 1;\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/lo
gical-operators.html'),
(193, 'STARTPOINT', 12, 'StartPoint(ls)\n\nReturns the Point that is the start p
oint of the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/
geometry-property-functions.html#linestring-property-functions\n\n', 'mysql> SET
@ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(StartPoint(GeomFromTex
t(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFr
omText(@ls))) |\n+---------------------------------------+\n| POINT(1 1)
|\n+---------------------------------------+\n', 'http://dev
.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#linestring-propert
y-functions'),
(194, 'DECLARE VARIABLE', 23, 'Syntax:\nDECLARE var_name [, var_name] ... type [
DEFAULT value]\n\nThis statement is used to declare local variables within store
d\nprograms. To provide a default value for the variable, include a\nDEFAULT cla
use. The value can be specified as an expression; it need\nnot be a constant. If
the DEFAULT clause is missing, the initial value\nis NULL.\n\nLocal variables a
re treated like stored routine parameters with respect\nto data type and overflo
w checking. See [HELP CREATE PROCEDURE].\n\nLocal variable names are not case se
nsitive.\n\nThe scope of a local variable is within the BEGIN ... END block wher

e\nit is declared. The variable can be referred to in blocks nested within\nthe


declaring block, except those blocks that declare a variable with\nthe same name
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/declare-local-variables.html\n\
n', '', 'http://dev.mysql.com/doc/refman/5.1/en/declare-local-variables.html'),
(195, 'GRANT', 9, 'Syntax:\nGRANT\n
priv_type [(column_list)]\n
[, priv_
type [(column_list)]] ...\n
ON [object_type]\n
{\n
*\n
| *.*\n
| db_name.*\n
| db_name.tbl_name\n
| tbl
_name\n
| db_name.routine_name\n\n
}\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 | FU
NCTION\n | PROCEDURE\n\nwith_option =\n
GRANT OPTION\n | MAX_QUERIES_PER_HO
UR count\n | MAX_UPDATES_PER_HOUR count\n | MAX_CONNECTIONS_PER_HOUR count\n
| MAX_USER_CONNECTIONS count\n\nThe GRANT statement enables system administrator
s to create MySQL user\naccounts and to grant rights to accounts. To use GRANT,
you must have\nthe GRANT OPTION privilege, and you must have the privileges that
you\nare granting. The REVOKE statement is related and enables\nadministrators
to remove account privileges. See [HELP REVOKE].\n\nMySQL account information is
stored in the tables of the mysql\ndatabase. This database and the access contr
ol system are discussed\nextensively in\nhttp://dev.mysql.com/doc/refman/5.1/en/
server-administration.html,\nwhich you should consult for additional details.\n\
n*Important*: Some releases of MySQL introduce changes to the structure\nof the
grant tables to add new privileges or features. Whenever you\nupdate to a new ve
rsion of MySQL, you should update your grant tables\nto make sure that they have
the current structure so that you can take\nadvantage of any new capabilities.
See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-upgrade.html.\n\nIf the grant
tables hold privilege rows that contain mixed-case\ndatabase or table names and
the lower_case_table_names system variable\nis set to a non-zero value, REVOKE c
annot be used to revoke these\nprivileges. It will be necessary to manipulate th
e grant tables\ndirectly. (GRANT will not create such rows when lower_case_table
_names\nis set, but such rows might have been created prior to setting the\nvari
able.)\n\nPrivileges can be granted at several levels. The examples shown here\n
include no IDENTIFIED BY ''password'' clause for brevity, but you should\ninclud
e one if the account does not already exist to avoid creating an\naccount with n
o password.\n\no Global level\n\n Global privileges apply to all databases on a
given server. These\n privileges are stored in the mysql.user table. GRANT ALL
ON *.* and\n REVOKE ALL ON *.* grant and revoke only global privileges.\n\nGRA
NT ALL ON *.* TO ''someuser''@''somehost'';\nGRANT SELECT, INSERT ON *.* TO ''so
meuser''@''somehost'';\n\no Database level\n\n Database privileges apply to all
objects in a given database. These\n privileges are stored in the mysql.db and
mysql.host tables. GRANT\n ALL ON db_name.* and REVOKE ALL ON db_name.* grant
and revoke only\n database privileges.\n\nGRANT ALL ON mydb.* TO ''someuser''@'
'somehost'';\nGRANT SELECT, INSERT ON mydb.* TO ''someuser''@''somehost'';\n\no
Table level\n\n Table privileges apply to all columns in a given table. These\n
privileges are stored in the mysql.tables_priv table. GRANT ALL ON\n db_name.
tbl_name and REVOKE ALL ON db_name.tbl_name grant and revoke\n only table privi
leges.\n\nGRANT ALL ON mydb.mytbl TO ''someuser''@''somehost'';\nGRANT SELECT, I
NSERT ON mydb.mytbl TO ''someuser''@''somehost'';\n\n If you specify tbl_name r
ather than db_name.tbl_name, the statement\n applies to tbl_name in the default
database.\n\no Column level\n\n Column privileges apply to single columns in a
given table. These\n privileges are stored in the mysql.columns_priv table. Wh
en using\n REVOKE, you must specify the same columns that were granted. The\n
column or columns for which the privileges are to be granted must be\n enclosed
within parentheses.\n\nGRANT SELECT (col1), INSERT (col1,col2) ON mydb.mytbl TO
''someuser''@''somehost'';\n\no Routine level\n\n The CREATE ROUTINE, ALTER RO
UTINE, EXECUTE, and GRANT OPTION\n privileges apply to stored routines (functio
ns and procedures). They\n can be granted at the global and database levels. Al
so, except for\n CREATE ROUTINE, these privileges can be granted at the routine
level\n for individual routines and are stored in the mysql.procs_priv table.\

n\nGRANT CREATE ROUTINE ON mydb.* TO ''someuser''@''somehost'';\nGRANT EXECUTE O


N PROCEDURE mydb.myproc TO ''someuser''@''somehost'';\n\nThe object_type clause
should be specified as TABLE, FUNCTION, or\nPROCEDURE when the following object
is a table, a stored function, or a\nstored procedure.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/grant.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/
en/grant.html'),
(196, 'MPOLYFROMTEXT', 3, 'MPolyFromText(wkt[,srid]), MultiPolygonFromText(wkt[,
srid])\n\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.
\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis
-wkt-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatia
l-values.html#gis-wkt-functions'),
(197, 'MBRINTERSECTS', 6, 'MBRIntersects(g1,g2)\n\nReturns 1 or 0 to indicate wh
ether the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html\
n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html
'),
(198, 'BIT_OR', 16, 'Syntax:\nBIT_OR(expr)\n\nReturns the bitwise OR of all bits
in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n', '', 'http:/
/dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(199, 'YEARWEEK', 31, 'Syntax:\nYEARWEEK(date), YEARWEEK(date,mode)\n\nReturns y
ear and week for a date. The mode argument works exactly like\nthe mode argument
to WEEK(). The year in the result may be different\nfrom the year in the date a
rgument for the first and the last week of\nthe year.\n\nURL: http://dev.mysql.c
om/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT YEARWEEK(
''1987-01-01'');\n
-> 198653\n', 'http://dev.mysql.com/doc/refman/5.1/en/
date-and-time-functions.html'),
(200, 'NOT BETWEEN', 18, 'Syntax:\nexpr NOT BETWEEN min AND max\n\nThis is the s
ame as NOT (expr BETWEEN min AND max).\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/comparison-operators.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/e
n/comparison-operators.html'),
(201, 'IS NOT', 18, 'Syntax:\nIS NOT boolean_value\n\nTests a value against a bo
olean value, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n\nURL: http:/
/dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT
1 IS NOT UNKNOWN, 0 IS NOT UNKNOWN, NULL IS NOT UNKNOWN;\n
-> 1, 1, 0\n',
'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(202, 'LOG10', 4, 'Syntax:\nLOG10(X)\n\nReturns the base-10 logarithm of X.\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'my
sql> SELECT LOG10(2);\n
-> 0.30102999566398\nmysql> SELECT LOG10(100);\n
-> 2\nmysql> SELECT LOG10(-100);\n
-> NULL\n', 'http://dev.mysql.c
om/doc/refman/5.1/en/mathematical-functions.html'),
(203, 'SQRT', 4, 'Syntax:\nSQRT(X)\n\nReturns the square root of a non-negative
number X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.
html\n\n', 'mysql> SELECT SQRT(4);\n
-> 2\nmysql> SELECT SQRT(20);\n
-> 4.4721359549996\nmysql> SELECT SQRT(-16);\n
-> NULL
\n', 'ht
tp://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(204, 'DECIMAL', 21, 'DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nA packed "exact"
fixed-point number. M is the total number of digits\n(the precision) and D is t
he number of digits after the decimal point\n(the scale). The decimal point and
(for negative numbers) the "-" sign\nare not counted in M. If D is 0, values hav
e no decimal point or\nfractional part. The maximum number of digits (M) for DEC
IMAL is 65.\nThe maximum number of supported decimals (D) is 30. If D is omitted
,\nthe default is 0. If M is omitted, the default is 10.\n\nUNSIGNED, if specifi
ed, disallows negative values.\n\nAll basic calculations (+, -, *, /) with DECIM
AL columns are done with\na precision of 65 digits.\n\nURL: http://dev.mysql.com
/doc/refman/5.1/en/numeric-type-overview.html\n\n', '', 'http://dev.mysql.com/do
c/refman/5.1/en/numeric-type-overview.html'),
(205, 'CREATE INDEX', 38, 'Syntax:\nCREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPA
TIAL] INDEX index_name\n
[index_type]\n
ON tbl_name (index_col_name,...)\n
[index_option] ...\n\nindex_col_name:\n
col_name [(length)] [ASC | DESC]\

n\nindex_type:\n
USING {BTREE | HASH | RTREE}\n\nindex_option:\n
KEY_BLOCK
_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n\nCREATE INDEX is
mapped to an ALTER TABLE statement to create indexes.\nSee [HELP ALTER TABLE]. C
REATE INDEX cannot be used to create a PRIMARY\nKEY; use ALTER TABLE instead. Fo
r more information about indexes, see\nhttp://dev.mysql.com/doc/refman/5.1/en/my
sql-indexes.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-index.ht
ml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/create-index.html'),
(206, 'CREATE FUNCTION', 38, 'The CREATE FUNCTION statement is used to create st
ored functions and\nuser-defined functions (UDFs):\n\no For information about cr
eating stored functions, see [HELP CREATE\n PROCEDURE].\n\no For information ab
out creating user-defined functions, see [HELP\n CREATE FUNCTION UDF].\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/create-function.html\n\n', '', 'http://de
v.mysql.com/doc/refman/5.1/en/create-function.html'),
(207, 'ALTER DATABASE', 38, 'Syntax:\nALTER {DATABASE | SCHEMA} [db_name]\n
a
lter_specification ...\nALTER {DATABASE | SCHEMA} db_name\n
UPGRADE DATA DIRE
CTORY NAME\n\nalter_specification:\n
[DEFAULT] CHARACTER SET [=] charset_name
\n | [DEFAULT] COLLATE [=] collation_name\n\nALTER DATABASE enables you to chan
ge the overall characteristics of a\ndatabase. These characteristics are stored
in the db.opt file in the\ndatabase directory. To use ALTER DATABASE, you need t
he ALTER privilege\non the database. ALTER SCHEMA is a synonym for ALTER DATABAS
E.\n\nThe CHARACTER SET clause changes the default database character set.\nThe
COLLATE clause changes the default database collation.\nhttp://dev.mysql.com/doc
/refman/5.1/en/charset.html, discusses\ncharacter set and collation names.\n\nYo
u can see what character sets and collations are available using,\nrespectively,
the SHOW CHARACTER SET and SHOW COLLATION statements. See\n[HELP SHOW CHARACTER
SET], and [HELP SHOW COLLATION], for more\ninformation.\n\nThe database name ca
n be omitted from the first syntax, in which case\nthe statement applies to the
default database.\n\nThe syntax that includes the UPGRADE DATA DIRECTORY NAME cl
ause was\nadded in MySQL 5.1.23. It updates the name of the directory associated
\nwith the database to use the encoding implemented in MySQL 5.1 for\nmapping da
tabase names to database directory names (see\nhttp://dev.mysql.com/doc/refman/5
.1/en/identifier-mapping.html). This\nclause is for use under these conditions:\
n\no It is intended when upgrading MySQL to 5.1 or later from older\n versions.
\n\no It is intended to update a database directory name to the current\n encod
ing format if the name contains special characters that need\n encoding.\n\no T
he statement is used by mysqlcheck (as invoked by mysql_upgrade).\n\nFor example
,if a database in MySQL 5.0 has a name of a-b-c, the name\ncontains instance of
the `-'' character. In 5.0, the database directory\nis also named a-b-c, which i
s not necessarily safe for all filesystems.\nIn MySQL 5.1 and up, the same datab
ase name is encoded as a@002db@002dc\nto produce a filesystem-neutral directory
name.\n\nWhen a MySQL installation is upgraded to MySQL 5.1 or later from an\nol
der version,the server displays a name such as a-b-c (which is in the\nold forma
t) as #mysql50#a-b-c, and you must refer to the name using the\n#mysql50# prefix
. Use UPGRADE DATA DIRECTORY NAME in this case to\nexplicitly tell the server to
re-encode the database directory name to\nthe current encoding format:\n\nALTER
DATABASE `#mysql50#a-b-c` UPGRADE DATA DIRECTORY NAME;\n\nAfter executing this
statement, you can refer to the database as a-b-c\nwithout the special #mysql50#
prefix.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-database.html\n\n'
, '', 'http://dev.mysql.com/doc/refman/5.1/en/alter-database.html'),
(208, 'GEOMETRYN', 25, 'GeometryN(gc,N)\n\nReturns the N-th geometry in the Geom
etryCollection value gc.\nGeometries are numbered beginning with 1.\n\nURL: http
://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#geometrycoll
ection-property-functions\n\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+----------------------------------------+\n', 'http://dev.my
sql.com/doc/refman/5.1/en/geometry-property-functions.html#geometrycollection-pr
operty-functions'),
(209, '<<', 19, 'Syntax:\n<<\n\nShifts a longlong (BIGINT) number to the left.\n

\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n', 'mysql> S


ELECT 1 << 2;\n
-> 4\n', 'http://dev.mysql.com/doc/refman/5.1/en/bit-func
tions.html'),
(210, 'SHOW TABLE STATUS', 27, 'Syntax:\nSHOW TABLE STATUS [FROM db_name]\n
[
LIKE ''pattern'' | WHERE expr]\n\nSHOW TABLE STATUS works likes SHOW TABLES, but
provides a lot of\ninformation about each non-TEMPORARY table. You can also get
this list\nusing the mysqlshow --status db_name command. The LIKE clause, if\np
resent, indicates which table names to match. The WHERE clause can be\ngiven to
select rows using more general conditions, as discussed in\nhttp://dev.mysql.com
/doc/refman/5.1/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/show-table-status.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/s
how-table-status.html'),
(211, 'MD5', 11, 'Syntax:\nMD5(str)\n\nCalculates an MD5 128-bit checksum for th
e string. The value is\nreturned as a binary string of 32 hex digits, or NULL if
the argument\nwas NULL. The return value can, for example, be used as a hash ke
y.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n'
, 'mysql> SELECT MD5(''testing'');\n
-> ''ae2b1fca515949e5d54fb22b8ed9557
5''\n', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(212, '<', 18, 'Syntax:\n<\n\nLess than:\n\nURL: http://dev.mysql.com/doc/refman
/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 2 < 2;\n
-> 0\n',
'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(213, 'UNIX_TIMESTAMP', 31, 'Syntax:\nUNIX_TIMESTAMP(), UNIX_TIMESTAMP(date)\n\n
If called with no argument, returns a Unix timestamp (seconds since\n''1970-01-0
1 00:00:00'' UTC) as an unsigned integer. If UNIX_TIMESTAMP()\nis called with a
date argument, it returns the value of the argument as\nseconds since ''1970-0101 00:00:00'' UTC. date may be a DATE string, a\nDATETIME string, a TIMESTAMP, o
r a number in the format YYMMDD or\nYYYYMMDD. The server interprets date as a va
lue in the current time\nzone and converts it to an internal value in UTC. Clien
ts can set their\ntime zone as described in\nhttp://dev.mysql.com/doc/refman/5.1
/en/time-zone-support.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/dateand-time-functions.html\n\n', 'mysql> SELECT UNIX_TIMESTAMP();\n
-> 11964
40210\nmysql> SELECT UNIX_TIMESTAMP(''2007-11-30 10:30:19'');\n
-> 119644
0219\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(214, 'DAYOFMONTH', 31, 'Syntax:\nDAYOFMONTH(date)\n\nReturns the day of the mon
th for date, in the range 1 to 31, or 0 for\ndates such as ''0000-00-00'' or ''2
008-00-00'' that have a zero day part.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT DAYOFMONTH(''2007-02-03'
');\n
-> 3\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-func
tions.html'),
(215, 'ASCII', 36, 'Syntax:\nASCII(str)\n\nReturns the numeric value of the left
most character of the string str.\nReturns 0 if str is the empty string. Returns
NULL if str is NULL.\nASCII() works for 8-bit characters.\n\nURL: http://dev.my
sql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT ASCII(''2''
);\n
-> 50\nmysql> SELECT ASCII(2);\n
-> 50\nmysql> SELECT ASCII('
'dx'');\n
-> 100\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-funct
ions.html'),
(216, 'DIV', 4, 'Syntax:\nDIV\n\nInteger division. Similar to FLOOR(), but is sa
fe with BIGINT values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic
-functions.html\n\n', 'mysql> SELECT 5 DIV 2;\n
-> 2\n', 'http://dev.mysq
l.com/doc/refman/5.1/en/arithmetic-functions.html'),
(217, 'RENAME USER', 9, 'Syntax:\nRENAME USER old_user TO new_user\n
[, old_u
ser TO new_user] ...\n\nThe RENAME USER statement renames existing MySQL account
s. To use it,\nyou must have the global CREATE USER privilege or the UPDATE priv
ilege\nfor the mysql database. An error occurs if any old account does not\nexis
t or any new account exists. Each account is named using the same\nformat as for
the GRANT statement; for example, ''jeffrey''@''localhost''.\nIf you specify on
ly the username part of the account name, a hostname\npart of ''%'' is used. For
additional information about specifying\naccount names, see [HELP GRANT].\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/rename-user.html\n\n', '', 'http://dev
.mysql.com/doc/refman/5.1/en/rename-user.html'),

(218, 'SHOW SLAVE STATUS', 27, 'Syntax:\nSHOW SLAVE STATUS\n\nThis statement pro
vides status information on essential parameters of\nthe slave threads. If you i
ssue this statement using the mysql client,\nyou can use a \\G statement termina
tor rather than a semicolon to obtain\na 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
Mas
ter_Log_File: gbichot-bin.005\n
Read_Master_Log_Pos: 79\n
Relay_Log_File: gbichot-relay-bin.005\n
Relay_Log_Pos: 548\n
Relay_Master_Log_File: gbichot-bin.005\n
Slave_IO_Running: Yes\n
Slave_SQL_Running: Yes\n
Replicate_Do_DB:\n
Re
plicate_Ignore_DB:\n
Last_Errno: 0\n
Last_Er
ror:\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_Allo
wed: No\n
Master_SSL_CA_File:\n
Master_SSL_CA_Path:\n
Master_SSL_Cert:\n
Master_SSL_Cipher:\n
Master_S
SL_Key:\n
Seconds_Behind_Master: 8\nMaster_SSL_Verify_Server_Cert: No\n
Last_IO_Errno: 0\n
Last_IO_Error:\n
L
ast_SQL_Errno: 0\n
Last_SQL_Error:\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/show-slave-status.html\n\n', '', 'http://dev.mysql.com/doc/refma
n/5.1/en/show-slave-status.html'),
(219, 'GEOMETRY', 33, 'MySQL provides a standard way of creating spatial columns
for geometry\ntypes, for example, with CREATE TABLE or ALTER TABLE. Currently,\
nspatial columns are supported for MyISAM, InnoDB, NDB, and ARCHIVE\ntables. See
also the annotations about spatial indexes under [HELP\nSPATIAL].\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/creating-spatial-columns.html\n\n', 'CREATE TA
BLE geom (g GEOMETRY);\n', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spat
ial-columns.html'),
(220, 'NUMPOINTS', 12, 'NumPoints(ls)\n\nReturns the number of Point objects in
the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry
-property-functions.html#linestring-property-functions\n\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+-----------------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#
linestring-property-functions'),
(221, '&', 19, 'Syntax:\n&\n\nBitwise AND:\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/bit-functions.html\n\n', 'mysql> SELECT 29 & 15;\n
-> 13\n', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),
(222, 'LOCALTIMESTAMP', 31, 'Syntax:\nLOCALTIMESTAMP, LOCALTIMESTAMP()\n\nLOCALT
IMESTAMP and LOCALTIMESTAMP() are synonyms for NOW().\n\nURL: http://dev.mysql.c
om/doc/refman/5.1/en/date-and-time-functions.html\n\n', '', 'http://dev.mysql.co
m/doc/refman/5.1/en/date-and-time-functions.html'),
(223, 'CONVERT', 36, 'Syntax:\nCONVERT(expr,type), CONVERT(expr USING transcodin
g_name)\n\nThe CONVERT() and CAST() functions take a value of one type and produ
ce\na value of another type.\n\nThe type can be one of the following values:\n\n
o BINARY[(N)]\n\no CHAR[(N)]\n\no DATE\n\no DATETIME\n\no DECIMAL[(M[,D])]\n\no
SIGNED [INTEGER]\n\no TIME\n\no UNSIGNED [INTEGER]\n\nBINARY produces a string w
ith the BINARY data type. See\nhttp://dev.mysql.com/doc/refman/5.1/en/binary-var
binary.html for a\ndescription of how this affects comparisons. If the optional
length N\nis given, BINARY(N) causes the cast to use no more than N bytes of the
\nargument. Values shorter than N bytes are padded with 0x00 bytes to a\nlength
of N.\n\nCHAR(N) causes the cast to use no more than N characters of the\nargume
nt.\n\nCAST() and CONVERT(... USING ...) are standard SQL syntax. The\nnon-USING
form of CONVERT() is ODBC syntax.\n\nCONVERT() with USING is used to convert da
ta between different\ncharacter sets. In MySQL, transcoding names are the same a
s the\ncorresponding character set names. For example, this statement converts\n
the string ''abc'' in the default character set to the corresponding\nstring in

the utf8 character set:\n\nSELECT CONVERT(''abc'' USING utf8);\n\nURL: http://de


v.mysql.com/doc/refman/5.1/en/cast-functions.html\n\n', 'SELECT enum_col FROM tb
l_name ORDER BY CAST(enum_col AS CHAR);\n', 'http://dev.mysql.com/doc/refman/5.1
/en/cast-functions.html'),
(224, 'ADDDATE', 31, 'Syntax:\nADDDATE(date,INTERVAL expr unit), ADDDATE(expr,da
ys)\n\nWhen invoked with the INTERVAL form of the second argument, ADDDATE()\nis
a synonym for DATE_ADD(). The related function SUBDATE() is a\nsynonym for DATE
_SUB(). For information on the INTERVAL unit argument,\nsee the discussion for D
ATE_ADD().\n\nmysql> SELECT DATE_ADD(''2008-01-02'', INTERVAL 31 DAY);\n
-> ''2008-02-02''\nmysql> SELECT ADDDATE(''2008-01-02'', INTERVAL 31 DAY);\n
-> ''2008-02-02''\n\nWhen invoked with the days form of the second argument,
MySQL treats it\nas an integer number of days to be added to expr.\n\nURL: http
://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SE
LECT ADDDATE(''2008-01-02'', 31);\n
-> ''2008-02-02''\n', 'http://dev.mys
ql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(225, 'REPEAT LOOP', 23, 'Syntax:\n[begin_label:] REPEAT\n
statement_list\nUN
TIL search_condition\nEND REPEAT [end_label]\n\nThe statement list within a REPE
AT statement is repeated until the\nsearch_condition is true. Thus, a REPEAT alw
ays enters the loop at\nleast once. statement_list consists of one or more state
ments, each\nterminated by a semicolon (;) statement delimiter.\n\nA REPEAT stat
ement can be labeled. end_label cannot be given unless\nbegin_label also is pres
ent. If both are present, they must be the\nsame.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/repeat-statement.html\n\n', 'mysql> delimiter //\n\nmysql> CREA
TE PROCEDURE dorepeat(p1 INT)\n
-> BEGIN\n
-> SET @x = 0;\n
-> REPE
AT SET @x = @x + 1; UNTIL @x > p1 END REPEAT;\n
-> END\n
-> //\nQuery OK,
0 rows affected (0.00 sec)\n\nmysql> CALL dorepeat(1000)//\nQuery OK, 0 rows aff
ected (0.00 sec)\n\nmysql> SELECT @x//\n+------+\n| @x |\n+------+\n| 1001 |\n
+------+\n1 row in set (0.00 sec)\n', 'http://dev.mysql.com/doc/refman/5.1/en/re
peat-statement.html'),
(226, 'SMALLINT', 21, 'SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA small integer. T
he signed range is -32768 to 32767. The unsigned\nrange is 0 to 65535.\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n', '', 'http
://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),
(227, 'DOUBLE PRECISION', 21, 'DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL], RE
AL[(M,D)] [UNSIGNED]\n[ZEROFILL]\n\nThese types are synonyms for DOUBLE. Excepti
on: If the REAL_AS_FLOAT\nSQL mode is enabled, REAL is a synonym for FLOAT rathe
r than DOUBLE.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overv
iew.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview
.html'),
(228, 'ORD', 36, 'Syntax:\nORD(str)\n\nIf the leftmost character of the string s
tr is a multi-byte character,\nreturns the code for that character, calculated f
rom the numeric values\nof its constituent bytes using this formula:\n\n (1st b
yte code)\n+ (2nd byte code x 256)\n+ (3rd byte code x 2562) ...\n\nIf the leftm
ost character is not a multi-byte character, ORD() returns\nthe same value as th
e ASCII() function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functi
ons.html\n\n', 'mysql> SELECT ORD(''2'');\n
-> 50\n', 'http://dev.mysql.c
om/doc/refman/5.1/en/string-functions.html'),
(229, 'DEALLOCATE PREPARE', 27, 'Syntax:\n{DEALLOCATE | DROP} PREPARE stmt_name\
n\nTo deallocate a prepared statement, use the DEALLOCATE PREPARE\nstatement. At
tempting to execute a prepared statement after\ndeallocating it results in an er
ror.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-statemen
ts.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-st
atements.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(230, 'ENVELOPE', 35, 'Envelope(g)\n\nReturns the Minimum Bounding Rectangle (MB
R) for the geometry value g.\nThe result is returned as a Polygon value.\n\nThe
polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MI
NY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/geometry-property-functions.html#general-geometry-property-funct

ions\n\n', 'mysql> 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', 'http://dev.mysq
l.com/doc/refman/5.1/en/geometry-property-functions.html#general-geometry-proper
ty-functions'),
(231, 'IS_FREE_LOCK', 14, 'Syntax:\nIS_FREE_LOCK(str)\n\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), 0 if the lock\nis in use, and NULL if an error occur
s (such as an incorrect argument).\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/miscellaneous-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en
/miscellaneous-functions.html'),
(232, 'TOUCHES', 30, 'Touches(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 sp
atially touches g2. Two\ngeometries spatially touch if the interiors of the geom
etries do not\nintersect, but the boundary of one of the geometries intersects e
ither\nthe boundary or the interior of the other.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/functions-that-test-spatial-relationships-between-geometries.ht
ml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial
-relationships-between-geometries.html'),
(233, 'INET_ATON', 14, 'Syntax:\nINET_ATON(expr)\n\nGiven the dotted-quad repres
entation of a network address as a string,\nreturns an integer that represents t
he numeric value of the address.\nAddresses may be 4- or 8-byte addresses.\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n', 'my
sql> SELECT INET_ATON(''209.207.224.40'');\n
-> 3520061480\n', 'http://de
v.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),
(234, 'UNCOMPRESS', 11, 'Syntax:\nUNCOMPRESS(string_to_uncompress)\n\nUncompress
es a string compressed by the COMPRESS() function. If the\nargument is not a com
pressed value, the result is NULL. This function\nrequires MySQL to have been co
mpiled with a compression library such as\nzlib. Otherwise, the return value is
always NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions
.html\n\n', 'mysql> SELECT UNCOMPRESS(COMPRESS(''any string''));\n
-> ''a
ny string''\nmysql> SELECT UNCOMPRESS(''any string'');\n
-> NULL\n', 'htt
p://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(235, 'AUTO_INCREMENT', 21, 'The AUTO_INCREMENT attribute can be used to generat
e a unique identity\nfor new rows:\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/example-auto-increment.html\n\n', 'CREATE TABLE animals (\n
id MEDIUMINT N
OT NULL AUTO_INCREMENT,\n
name CHAR(30) NOT NULL,\n
PRIMARY KEY (id)\n )
;\n\nINSERT INTO animals (name) VALUES \n
(''dog''),(''cat''),(''penguin''),\
n
(''lax''),(''whale''),(''ostrich'');\n\nSELECT * FROM animals;\n', 'http://
dev.mysql.com/doc/refman/5.1/en/example-auto-increment.html'),
(236, 'ISSIMPLE', 35, 'IsSimple(g)\n\nCurrently, this function is a placeholder
and should not be used. If\nimplemented, its behavior will be as described in th
e next paragraph.\n\nReturns 1 if the geometry value g has no anomalous geometri
c points,\nsuch as self-intersection or self-tangency. IsSimple() returns 0 if t
he\nargument is not simple, and -1 if it is NULL.\n\nThe description of each ins
tantiable geometric class given earlier in\nthe chapter includes the specific co
nditions that cause an instance of\nthat class to be classified as not simple. (
See [HELP Geometry\nhierarchy].)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/
geometry-property-functions.html#general-geometry-property-functions\n\n', '', '
http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#generalgeometry-property-functions'),
(237, '- BINARY', 4, 'Syntax:\n-\n\nSubtraction:\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/arithmetic-functions.html\n\n', 'mysql> SELECT 3-5;\n
->
-2\n', 'http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),
(238, 'GEOMCOLLFROMTEXT', 3, 'GeomCollFromText(wkt[,srid]), GeometryCollectionFr
omText(wkt[,srid])\n\nConstructs a GEOMETRYCOLLECTION value using its WKT repres
entation and\nSRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spat
ial-values.html#gis-wkt-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1
/en/creating-spatial-values.html#gis-wkt-functions'),

(239, 'WKT DEFINITION', 3, 'The Well-Known Text (WKT) representation of Geometry


is designed to\nexchange geometry data in ASCII form.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/gis-wkt-format.html\n\n', '', 'http://dev.mysql.com/doc/re
fman/5.1/en/gis-wkt-format.html'),
(240, 'CURRENT_TIME', 31, 'Syntax:\nCURRENT_TIME, CURRENT_TIME()\n\nCURRENT_TIME
and CURRENT_TIME() are synonyms for CURTIME().\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/date-and-time-functions.html\n\n', '', 'http://dev.mysql.com/doc/
refman/5.1/en/date-and-time-functions.html'),
(241, 'REVOKE', 9, 'Syntax:\nREVOKE\n
priv_type [(column_list)]\n
[, pri
v_type [(column_list)]] ...\n
ON [object_type]\n
{\n
*\n
| *.*\n
| db_name.*\n
| db_name.tbl_name\n
| t
bl_name\n
| db_name.routine_name\n\n
}\n
FROM user [, user] .
..\n\nREVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...\n\nThe REVOKE s
tatement enables system administrators to revoke privileges\nfrom MySQL accounts
. Each account is named using the same format as for\nthe GRANT statement; for e
xample, ''jeffrey''@''localhost''. If you specify\nonly the username part of the
account name, a hostname part of ''%'' is\nused. For additional information abo
ut specifying account names, see\n[HELP GRANT].\n\nTo use the first REVOKE synta
x, you must have the GRANT OPTION\nprivilege, and you must have the privileges t
hat you are revoking.\n\nFor details on the levels at which privileges exist, th
e allowable\npriv_type values, and the syntax for specifying users and passwords
,\nsee [HELP GRANT]\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/revoke.html\n
\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/revoke.html'),
(242, 'LAST_INSERT_ID', 15, 'Syntax:\nLAST_INSERT_ID(), LAST_INSERT_ID(expr)\n\n
For MySQL 5.1.12 and later, LAST_INSERT_ID() (no arguments) returns the\nfirst a
utomatically generated value successfully inserted for an\nAUTO_INCREMENT column
as a result of the most recently executed INSERT\nstatement. The value of LAST_
INSERT_ID() remains unchanged if no rows\nare successfully inserted.\n\nFor exam
ple, after inserting a row that generates an AUTO_INCREMENT\nvalue, you can get
the value like this:\n\nmysql> SELECT LAST_INSERT_ID();\n
-> 195\n\nIn My
SQL 5.1.11 and earlier, LAST_INSERT_ID() (no arguments) returns\nthe first autom
atically generated value if any rows were successfully\ninserted or updated. Thi
s means that the returned value could be a\nvalue that was not successfully inse
rted into the table. If no rows\nwere successfully inserted, LAST_INSERT_ID() re
turns 0.\n\nThe value of LAST_INSERT_ID() will be consistent across all versions
if\nall rows in the INSERT or UPDATE statement were successful.\n\nif a table c
ontains an AUTO_INCREMENT column and INSERT ... ON\nDUPLICATE KEY UPDATE updates
(rather than inserts) a row, the value of\nLAST_INSERT_ID() is not meaningful p
rior to MySQL 5.1.12. For a\nworkaround, see\nhttp://dev.mysql.com/doc/refman/5.
1/en/insert-on-duplicate.html.\n\nThe currently executing statement does not aff
ect the value of\nLAST_INSERT_ID(). Suppose that you generate an AUTO_INCREMENT
value\nwith one statement, and then refer to LAST_INSERT_ID() in a\nmultiple-row
INSERT statement that inserts rows into a table with its\nown AUTO_INCREMENT co
lumn. The value of LAST_INSERT_ID() will remain\nstable in the second statement;
its value for the second and later rows\nis not affected by the earlier row ins
ertions. (However, if you mix\nreferences to LAST_INSERT_ID() and LAST_INSERT_ID
(expr), the effect is\nundefined.)\n\nIf the previous statement returned an erro
r, the value of\nLAST_INSERT_ID() is undefined. For transactional tables, if the
\nstatement is rolled back due to an error, the value of LAST_INSERT_ID()\nis le
ft undefined. For manual ROLLBACK, the value of LAST_INSERT_ID()\nis not restore
d to that before the transaction; it remains as it was at\nthe point of the ROLL
BACK.\n\nWithin the body of a stored routine (procedure or function) or a\ntrigg
er, the value of LAST_INSERT_ID() changes the same way as for\nstatements execut
ed outside the body of these kinds of objects. The\neffect of a stored routine o
r trigger upon the value of\nLAST_INSERT_ID() that is seen by following statemen
ts depends on the\nkind of routine:\n\no If a stored procedure executes statemen
ts that change the value of\n LAST_INSERT_ID(), the changed value will be seen
by statements that\n follow the procedure call.\n\no For stored functions and t
riggers that change the value, the value is\n restored when the function or tri
gger ends, so following statements\n will not see a changed value.\n\nURL: http

://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n', '', 'http://


dev.mysql.com/doc/refman/5.1/en/information-functions.html'),
(243, 'LAST_DAY', 31, 'Syntax:\nLAST_DAY(date)\n\nTakes a date or datetime value
and returns the corresponding value for\nthe last day of the month. Returns NUL
L if the argument is invalid.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/dat
e-and-time-functions.html\n\n', 'mysql> SELECT LAST_DAY(''2003-02-05'');\n
-> ''2003-02-28''\nmysql> SELECT LAST_DAY(''2004-02-05'');\n
-> ''200402-29''\nmysql> SELECT LAST_DAY(''2004-01-01 01:01:01'');\n
-> ''2004-0131''\nmysql> SELECT LAST_DAY(''2003-03-32'');\n
-> NULL\n', 'http://dev.m
ysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(244, 'MEDIUMINT', 21, 'MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-sized i
nteger. The signed range is -8388608 to 8388607. The\nunsigned range is 0 to 167
77215.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html
\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),
(245, 'FLOOR', 4, 'Syntax:\nFLOOR(X)\n\nReturns the largest integer value not gr
eater than X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functi
ons.html\n\n', 'mysql> SELECT FLOOR(1.23);\n
-> 1\nmysql> SELECT FLOOR(-1
.23);\n
-> -2\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-fu
nctions.html'),
(246, 'RTRIM', 36, 'Syntax:\nRTRIM(str)\n\nReturns the string str with trailing
space characters removed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/stringfunctions.html\n\n', 'mysql> SELECT RTRIM(''barbar '');\n
-> ''barbar''
\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(247, 'EXPLAIN', 28, 'Syntax:\nEXPLAIN tbl_name\n\nOr:\n\nEXPLAIN [EXTENDED | PA
RTITIONS] SELECT select_options\n\nThe EXPLAIN statement can be used either as a
synonym for DESCRIBE or\nas a way to obtain information about how MySQL execute
s a SELECT\nstatement:\n\no EXPLAIN tbl_name is synonymous with DESCRIBE tbl_nam
e or SHOW COLUMNS\n FROM tbl_name.\n\n For a description of the DESCRIBE and S
HOW COLUMNS statements, see\n [HELP DESCRIBE], and [HELP SHOW COLUMNS].\n\no Wh
en you precede a SELECT statement with the keyword EXPLAIN, MySQL\n displays in
formation from the optimizer about the query execution\n plan. That is, MySQL e
xplains how it would process the SELECT,\n including information about how tabl
es are joined and in which order.\n\n For information regarding the use of EXPL
AIN for obtaining query\n execution plan information, see\n http://dev.mysql.c
om/doc/refman/5.1/en/using-explain.html.\n\no EXPLAIN PARTITIONS is available be
ginning with MySQL 5.1.5. It is\n useful only when examining queries involving
partitioned tables.\n\n For details, see\n http://dev.mysql.com/doc/refman/5.1
/en/partitioning-info.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/expla
in.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/explain.html'),
(248, 'DEGREES', 4, 'Syntax:\nDEGREES(X)\n\nReturns the argument X, converted fr
om radians to degrees.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematic
al-functions.html\n\n', 'mysql> SELECT DEGREES(PI());\n
-> 180\nmysql> SE
LECT DEGREES(PI() / 2);\n
-> 90\n', 'http://dev.mysql.com/doc/refman/5.1/
en/mathematical-functions.html'),
(249, 'VARCHAR', 21, '[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name] [COLLAT
E\ncollation_name]\n\nA variable-length string. M represents the maximum column
length in\ncharacters. The range of M is 0 to 65,535. The effective maximum leng
th\nof a VARCHAR is subject to the maximum row size (65,535 bytes, which is\nsha
red among all columns) and the character set used. For example, utf8\ncharacters
can require up to three bytes per character, so a VARCHAR\ncolumn that uses the
utf8 character set can be declared to be a maximum\nof 21,844 characters.\n\nMy
SQL stores VARCHAR values as a one-byte or two-byte length prefix\nplus data. Th
e length prefix indicates the number of bytes in the\nvalue. A VARCHAR column us
es one length byte if values require no more\nthan 255 bytes, two length bytes i
f values may require more than 255\nbytes.\n\n*Note*: MySQL 5.1 follows the stan
dard SQL specification, and does not\nremove trailing spaces from VARCHAR values
.\n\nVARCHAR is shorthand for CHARACTER VARYING. NATIONAL VARCHAR is the\nstanda
rd SQL way to define that a VARCHAR column should use some\npredefined character
set. MySQL 4.1 and up uses utf8 as this predefined\ncharacter set.\nhttp://dev.
mysql.com/doc/refman/5.1/en/charset-national.html. NVARCHAR\nis shorthand for NA

TIONAL VARCHAR.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-type-overv


iew.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.
html'),
(250, 'UNHEX', 36, 'Syntax:\n\nUNHEX(str)\n\nPerforms the inverse operation of H
EX(str). That is, it interprets each\npair of hexadecimal digits in the argument
as a number and converts it\nto the character represented by the number. The re
sulting characters\nare returned as a binary string.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT UNHEX(''4D7953514
C'');\n
-> ''MySQL''\nmysql> SELECT 0x4D7953514C;\n
-> ''MySQL''\n
mysql> SELECT UNHEX(HEX(''string''));\n
-> ''string''\nmysql> SELECT HEX(
UNHEX(''1267''));\n
-> ''1267''\n', 'http://dev.mysql.com/doc/refman/5.1/
en/string-functions.html'),
(251, '- UNARY', 4, 'Syntax:\n-\n\nUnary minus. This operator changes the sign o
f the argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functi
ons.html\n\n', 'mysql> SELECT - 2;\n
-> -2\n', 'http://dev.mysql.com/doc/
refman/5.1/en/arithmetic-functions.html'),
(252, 'SELECT INTO', 23, 'Syntax:\nSELECT col_name [, col_name] ...\n
INTO va
r_name [, var_name] ...\n
table_expr\n\nSELECT ... INTO syntax enables select
ed columns to be stored directly\ninto variables. The statement must retrieve on
ly a single row. If it is\npossible that the statement may retrieve multiple row
s, you can use\nLIMIT 1 to limit the result set to a single row.\n\nURL: http://
dev.mysql.com/doc/refman/5.1/en/select-into-statement.html\n\n', 'SELECT id,data
INTO x,y FROM test.t1 LIMIT 1;\n', 'http://dev.mysql.com/doc/refman/5.1/en/sele
ct-into-statement.html'),
(253, 'STD', 16, 'Syntax:\nSTD(expr)\n\nReturns the population standard deviatio
n of expr. This is an extension\nto standard SQL. The standard SQL function STDD
EV_POP() can be used\ninstead.\n\nThis function returns NULL if there were no ma
tching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.h
tml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(254, 'COS', 4, 'Syntax:\nCOS(X)\n\nReturns the cosine of X, where X is given in
radians.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.
html\n\n', 'mysql> SELECT COS(PI());\n
-> -1\n', 'http://dev.mysql.com/do
c/refman/5.1/en/mathematical-functions.html'),
(255, 'DATE FUNCTION', 31, 'Syntax:\nDATE(expr)\n\nExtracts the date part of the
date or datetime expression expr.\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/date-and-time-functions.html\n\n', 'mysql> SELECT DATE(''2003-12-31 01:02:03''
);\n
-> ''2003-12-31''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-a
nd-time-functions.html'),
(256, 'DROP TRIGGER', 38, 'Syntax:\nDROP TRIGGER [IF EXISTS] [schema_name.]trigg
er_name\n\nThis statement drops a trigger. The schema (database) name is optiona
l.\nIf the schema is omitted, the trigger is dropped from the default\nschema. D
ROP TRIGGER was added in MySQL 5.0.2. Its use requires the\nTRIGGER privilege fo
r the table associated with the trigger. (This\nstatement requires the SUPER pri
vilege prior to MySQL 5.1.6.)\n\nUse IF EXISTS to prevent an error from occurrin
g for a trigger that\ndoes not exist. A NOTE is generated for a non-existent tri
gger when\nusing IF EXISTS. See [HELP SHOW WARNINGS]. The IF EXISTS clause was\n
added in MySQL 5.1.14.\n\nTriggers for a table are also dropped if you drop the
table.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-trigger.html\n\n', ''
, 'http://dev.mysql.com/doc/refman/5.1/en/drop-trigger.html'),
(257, 'RESET MASTER', 27, 'Syntax:\nRESET MASTER\n\nDeletes all binary logs list
ed in the index file, resets the binary log\nindex file to be empty, and creates
a new binary log file. It is\nintended to be used only when the master is start
ed for the first time.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/reset-mast
er.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/reset-master.html'),
(258, 'TAN', 4, 'Syntax:\nTAN(X)\n\nReturns the tangent of X, where X is given i
n radians.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions
.html\n\n', 'mysql> SELECT TAN(PI());\n
-> -1.2246063538224e-16\nmysql> S
ELECT TAN(PI()+1);\n
-> 1.5574077246549\n', 'http://dev.mysql.com/doc/ref
man/5.1/en/mathematical-functions.html'),
(259, 'PI', 4, 'Syntax:\nPI()\n\nReturns the value of (pi). The default number of

decimal places\ndisplayed is seven, but MySQL uses the full double-precision va


lue\ninternally.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-fun
ctions.html\n\n', 'mysql> SELECT PI();\n
-> 3.141593\nmysql> SELECT PI()+
0.000000000000000000;\n
-> 3.141592653589793116\n', 'http://dev.mysql.com
/doc/refman/5.1/en/mathematical-functions.html'),
(260, 'WEEKOFYEAR', 31, 'Syntax:\nWEEKOFYEAR(date)\n\nReturns the calendar week
of the date as a number in the range from 1\nto 53. WEEKOFYEAR() is a compatibil
ity function that is equivalent to\nWEEK(date,3).\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT WEEKOFYEAR(''
2008-02-20'');\n
-> 8\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-an
d-time-functions.html'),
(261, '/', 4, 'Syntax:\n/\n\nDivision:\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/arithmetic-functions.html\n\n', 'mysql> SELECT 3/5;\n
-> 0.60\n', '
http://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),
(262, 'PURGE BINARY LOGS', 27, 'Syntax:\nPURGE { BINARY | MASTER } LOGS\n
{ T
O ''log_name'' | BEFORE datetime_expr }\n\nThe binary log is a set of files that
contain information about data\nmodifications made by the MySQL server. The log
consists of a set of\nbinary log files, plus an index file.\n\nThe PURGE BINARY
LOGS statement deletes all the binary log files listed\nin the log index file p
rior to the specified log file name or date. The\nlog files also are removed fro
m the list recorded in the index file, so\nthat the given log file becomes the f
irst.\n\nThis statement has no effect if the --log-bin option has not been\nenab
led.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/purge-binary-logs.html\n\n',
'PURGE BINARY LOGS TO ''mysql-bin.010'';\nPURGE BINARY LOGS BEFORE ''2008-04-02
22:46:26'';\n', 'http://dev.mysql.com/doc/refman/5.1/en/purge-binary-logs.html'
),
(263, 'STDDEV_SAMP', 16, 'Syntax:\nSTDDEV_SAMP(expr)\n\nReturns the sample stand
ard deviation of expr (the square root of\nVAR_SAMP().\n\nSTDDEV_SAMP() returns
NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1
/en/group-by-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/gr
oup-by-functions.html'),
(264, 'SCHEMA', 15, 'Syntax:\nSCHEMA()\n\nThis function is a synonym for DATABAS
E().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n
\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),
(265, 'MLINEFROMWKB', 32, 'MLineFromWKB(wkb[,srid]), MultiLineStringFromWKB(wkb[
,srid])\n\nConstructs a MULTILINESTRING value using its WKB representation and\n
SRID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.htm
l#gis-wkb-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-s
patial-values.html#gis-wkb-functions'),
(266, 'LOG2', 4, 'Syntax:\nLOG2(X)\n\nReturns the base-2 logarithm of X.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql
> SELECT LOG2(65536);\n
-> 16\nmysql> SELECT LOG2(-100);\n
-> NULL
\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(267, 'SUBTIME', 31, 'Syntax:\nSUBTIME(expr1,expr2)\n\nSUBTIME() returns expr1 expr2 expressed as a value in the same format\nas expr1. expr1 is a time or dat
etime expression, and expr2 is a time\nexpression.\n\nURL: http://dev.mysql.com/
doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT SUBTIME(''20
07-12-31 23:59:59.999999'',''1 1:1:1.000002'');\n
-> ''2007-12-30 22:58:5
8.999997''\nmysql> SELECT SUBTIME(''01:00:00.999999'', ''02:00:00.999998'');\n
-> ''-00:59:59.999999''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-a
nd-time-functions.html'),
(268, 'UNCOMPRESSED_LENGTH', 11, 'Syntax:\nUNCOMPRESSED_LENGTH(compressed_string
)\n\nReturns the length that the compressed string had before being\ncompressed.
\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n',
'mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(''a'',30)));\n
-> 30\n
', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(269, 'DROP TABLE', 38, 'Syntax:\nDROP [TEMPORARY] TABLE [IF EXISTS]\n
tbl_na
me [, tbl_name] ...\n
[RESTRICT | CASCADE]\n\nDROP TABLE removes one or more
tables. You must have the DROP privilege\nfor each table. All table data and the
table definition are removed, so\nbe careful with this statement! If any of the

tables named in the\nargument list do not exist, MySQL returns an error indicat
ing by name\nwhich non-existing tables it was unable to drop, but it also drops
all\nof the tables in the list that do exist.\n\n*Important*: When a table is dr
opped, user privileges on the table are\nnot automatically dropped. See [HELP GR
ANT].\n\nNote that for a partitioned table, DROP TABLE permanently removes the\n
table definition, all of its partitions, and all of the data which was\nstored i
n those partitions. It also removes the partitioning definition\n(.par) file ass
ociated with the dropped table.\n\nUse IF EXISTS to prevent an error from occurr
ing for tables that do not\nexist. A NOTE is generated for each non-existent tab
le when using IF\nEXISTS. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE are
allowed to make porting easier. In MySQL 5.1,\nthey do nothing.\n\n*Note*: DROP
TABLE automatically commits the current active\ntransaction, unless you use the
TEMPORARY keyword.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-table.htm
l\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/drop-table.html'),
(270, 'POW', 4, 'Syntax:\nPOW(X,Y)\n\nReturns the value of X raised to the power
of Y.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.htm
l\n\n', 'mysql> SELECT POW(2,2);\n
-> 4\nmysql> SELECT POW(2,-2);\n
-> 0.25\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.htm
l'),
(271, 'SHOW CREATE TABLE', 27, 'Syntax:\nSHOW CREATE TABLE tbl_name\n\nShows the
CREATE TABLE statement that creates the given table. This\nstatement also works
with views.\nSHOW CREATE TABLE quotes table and column names according to the v
alue\nof the SQL_QUOTE_SHOW_CREATE option. See\nhttp://dev.mysql.com/doc/refman/
5.1/en/server-session-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/show-create-table.html\n\n', 'mysql> SHOW CREATE TABLE t\\G\n**************
************* 1. row ***************************\n
Table: t\nCreate Table:
CREATE TABLE t (\n id INT(11) default NULL auto_increment,\n s char(60) defau
lt NULL,\n PRIMARY KEY (id)\n) ENGINE=MyISAM\n', 'http://dev.mysql.com/doc/refm
an/5.1/en/show-create-table.html'),
(272, 'DUAL', 27, 'You are allowed to specify DUAL as a dummy table name in situ
ations\nwhere no tables are referenced:\n\nmysql> SELECT 1 + 1 FROM DUAL;\n
-> 2\n\nDUAL is purely for the convenience of people who require that all\nSE
LECT statements should have FROM and possibly other clauses. MySQL\nmay ignore t
he clauses. MySQL does not require FROM DUAL if no tables\nare referenced.\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/select.html\n\n', '', 'http://dev.mysq
l.com/doc/refman/5.1/en/select.html'),
(273, 'INSTR', 36, 'Syntax:\nINSTR(str,substr)\n\nReturns the position of the fi
rst occurrence of substring substr in\nstring str. This is the same as the two-a
rgument form of LOCATE(),\nexcept that the order of the arguments is reversed.\n
\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql
> SELECT INSTR(''foobarbar'', ''bar'');\n
-> 4\nmysql> SELECT INSTR(''xba
r'', ''foobar'');\n
-> 0\n', 'http://dev.mysql.com/doc/refman/5.1/en/stri
ng-functions.html'),
(274, 'NOW', 31, 'Syntax:\nNOW()\n\nReturns the current date and time as a value
in ''YYYY-MM-DD HH:MM:SS''\nor YYYYMMDDHHMMSS.uuuuuu format, depending on wheth
er the function is\nused in a string or numeric context. The value is expressed
in the\ncurrent time zone.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-a
nd-time-functions.html\n\n', 'mysql> SELECT NOW();\n
-> ''2007-12-15 23:5
0:26''\nmysql> SELECT NOW() + 0;\n
-> 20071215235026.000000\n', 'http://d
ev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(275, 'SHOW ENGINES', 27, 'Syntax:\nSHOW [STORAGE] ENGINES\n\nSHOW ENGINES displ
ays status information about the server''s storage\nengines. This is particularl
y useful for checking whether a storage\nengine is supported, or to see what the
default engine is. SHOW TABLE\nTYPES is a deprecated synonym.\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/show-engines.html\n\n', '', 'http://dev.mysql.com/
doc/refman/5.1/en/show-engines.html'),
(276, '>=', 18, 'Syntax:\n>=\n\nGreater than or equal:\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 2 >= 2;\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html
'),

(277, 'EXP', 4, 'Syntax:\nEXP(X)\n\nReturns the value of e (the base of natural


logarithms) raised to the\npower of X. The inverse of this function is LOG() (us
ing a single\nargument only) or LN().\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/mathematical-functions.html\n\n', 'mysql> SELECT EXP(2);\n
-> 7.3890
560989307\nmysql> SELECT EXP(-2);\n
-> 0.13533528323661\nmysql> SELECT EX
P(0);\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-fun
ctions.html'),
(278, 'LONGBLOB', 21, 'LONGBLOB\n\nA BLOB column with a maximum length of 4,294,
967,295 or 4GB (232 - 1)\nbytes. The effective maximum length of LONGBLOB column
s depends on the\nconfigured maximum packet size in the client/server protocol a
nd\navailable memory. Each LONGBLOB value is stored using a four-byte\nlength pr
efix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.c
om/doc/refman/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/d
oc/refman/5.1/en/string-type-overview.html'),
(279, 'POINTN', 12, 'PointN(ls,N)\n\nReturns the N-th Point in the Linestring va
lue ls. Points are numbered\nbeginning with 1.\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/geometry-property-functions.html#linestring-property-functions\n\n
', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql> SELECT AsText(PointN(G
eomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(
GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2)
|\n+-------------------------------------+\n', 'http://d
ev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#linestring-prope
rty-functions'),
(280, 'YEAR DATA TYPE', 21, 'YEAR[(2|4)]\n\nA year in two-digit or four-digit fo
rmat. The default is four-digit\nformat. In four-digit format, the allowable val
ues are 1901 to 2155,\nand 0000. In two-digit format, the allowable values are 7
0 to 69,\nrepresenting years from 1970 to 2069. MySQL displays YEAR values in\nY
YYY format, but allows you to assign values to YEAR columns using\neither string
s or numbers.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-typeoverview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-ty
pe-overview.html'),
(281, 'SUM', 16, 'Syntax:\nSUM([DISTINCT] expr)\n\nReturns the sum of expr. If t
he return set has no rows, SUM() returns\nNULL. The DISTINCT keyword can be used
in MySQL 5.1 to sum only the\ndistinct values of expr.\n\nSUM() returns NULL if
there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/gro
up-by-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/group-byfunctions.html'),
(282, 'OCT', 4, 'Syntax:\nOCT(N)\n\nReturns a string representation of the octal
value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(
N,10,8). Returns\nNULL if N is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1
/en/mathematical-functions.html\n\n', 'mysql> SELECT OCT(12);\n
-> ''14''
\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(283, 'SYSDATE', 31, 'Syntax:\nSYSDATE()\n\nReturns the current date and time as
a value in ''YYYY-MM-DD HH:MM:SS''\nor YYYYMMDDHHMMSS.uuuuuu format, depending
on whether the function is\nused in a string or numeric context.\n\nSYSDATE() re
turns the time at which it executes. This differs from the\nbehavior for NOW(),
which returns a constant time that indicates the\ntime at which the statement be
gan to execute. (Within a stored routine\nor trigger, NOW() returns the time at
which the routine or triggering\nstatement began to execute.)\n\nmysql> SELECT N
OW(), SLEEP(2), NOW();\n+---------------------+----------+---------------------+
\n| NOW()
| SLEEP(2) | NOW()
|\n+--------------------+----------+---------------------+\n| 2006-04-12 13:47:36 |
0 | 2006-04
-12 13:47:36 |\n+---------------------+----------+---------------------+\n\nmysq
l> SELECT SYSDATE(), SLEEP(2), SYSDATE();\n+---------------------+----------+--------------------+\n| SYSDATE()
| SLEEP(2) | SYSDATE()
|\n+
---------------------+----------+---------------------+\n| 2006-04-12 13:47:44 |
0 | 2006-04-12 13:47:46 |\n+---------------------+----------+--------------------+\n\nIn addition, the SET TIMESTAMP statement affects the value return
ed by\nNOW() but not by SYSDATE(). This means that timestamp settings in the\nbi
nary log have no effect on invocations of SYSDATE().\n\nBecause SYSDATE() can re

turn different values even within the same\nstatement, and is not affected by SE
T TIMESTAMP, it is\nnon-deterministic and therefore unsafe for replication if\ns
tatement-based binary logging is used. If that is a problem, you can\nuse row-ba
sed logging, or start the server with the --sysdate-is-now\noption to cause SYSD
ATE() to be an alias for NOW(). The\nnon-deterministic nature of SYSDATE() also
means that indexes cannot be\nused for evaluating expressions that refer to it.\
n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n'
, '', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(284, 'UNINSTALL PLUGIN', 5, 'Syntax:\nUNINSTALL PLUGIN plugin_name\n\nThis stat
ement removes an installed plugin. You cannot uninstall a\nplugin if any table t
hat uses it is open.\n\nplugin_name must be the name of some plugin that is list
ed in the\nmysql.plugin table. The server executes the plugin''s deinitializatio
n\nfunction and removes the row for the plugin from the mysql.plugin\ntable, so
that subsequent server restarts will not load and initialize\nthe plugin. UNINST
ALL PLUGIN does not remove the plugin''s shared\nlibrary file.\n\nTo use UNINSTA
LL PLUGIN, you must have the DELETE privilege for the\nmysql.plugin table.\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/uninstall-plugin.html\n\n', '', 'http:
//dev.mysql.com/doc/refman/5.1/en/uninstall-plugin.html'),
(285, 'ASBINARY', 32, 'AsBinary(g), AsWKB(g)\n\nConverts a value in internal geo
metry format to its WKB representation\nand returns the binary result.\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/functions-to-convert-geometries-between-fo
rmats.html\n\n', 'SELECT AsBinary(g) FROM geom;\n', 'http://dev.mysql.com/doc/re
fman/5.1/en/functions-to-convert-geometries-between-formats.html'),
(286, 'REPEAT FUNCTION', 36, 'Syntax:\nREPEAT(str,count)\n\nReturns a string con
sisting of the string str repeated count times. If\ncount is less than 1, return
s an empty string. Returns NULL if str or\ncount are NULL.\n\nURL: http://dev.my
sql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT REPEAT(''My
SQL'', 3);\n
-> ''MySQLMySQLMySQL''\n', 'http://dev.mysql.com/doc/refman/
5.1/en/string-functions.html'),
(287, 'SHOW TABLES', 27, 'Syntax:\nSHOW [FULL] TABLES [FROM db_name]\n
[LIKE
''pattern'' | WHERE expr]\n\nSHOW TABLES lists the non-TEMPORARY tables in a giv
en database. You can\nalso get this list using the mysqlshow db_name command. Th
e LIKE\nclause, if present, indicates which table names to match. The WHERE\ncla
use can be given to select rows using more general conditions, as\ndiscussed in
http://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nThis statement als
o lists any views in the database. The FULL modifier\nis supported such that SHO
W FULL TABLES displays a second output\ncolumn. Values for the second column are
BASE TABLE for a table and\nVIEW for a view.\n\nIf you have no privileges for a
base table or view, it does not show up\nin the output from SHOW TABLES or mysq
lshow db_name.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-tables.html\n
\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-tables.html'),
(288, 'MAKEDATE', 31, 'Syntax:\nMAKEDATE(year,dayofyear)\n\nReturns a date, give
n year and day-of-year values. dayofyear must be\ngreater than 0 or the result i
s NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.h
tml\n\n', 'mysql> SELECT MAKEDATE(2011,31), MAKEDATE(2011,32);\n
-> ''201
1-01-31'', ''2011-02-01''\nmysql> SELECT MAKEDATE(2011,365), MAKEDATE(2014,365);
\n
-> ''2011-12-31'', ''2014-12-31''\nmysql> SELECT MAKEDATE(2011,0);\n
-> NULL\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-function
s.html'),
(289, 'BINARY OPERATOR', 36, 'Syntax:\nBINARY\n\nThe BINARY operator casts the s
tring following it to a binary string.\nThis is an easy way to force a column co
mparison to be done byte by\nbyte rather than character by character. This cause
s the comparison to\nbe case sensitive even if the column isn''t defined as BINA
RY or BLOB.\nBINARY also causes trailing spaces to be significant.\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/cast-functions.html\n\n', 'mysql> SELECT ''a''
= ''A'';\n
-> 1\nmysql> SELECT BINARY ''a'' = ''A'';\n
-> 0\nmysq
l> SELECT ''a'' = ''a '';\n
-> 1\nmysql> SELECT BINARY ''a'' = ''a '';\n
-> 0\n', 'http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html'),
(290, 'MBROVERLAPS', 6, 'MBROverlaps(g1,g2)\n\nReturns 1 or 0 to indicate whethe
r the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap. The

term spatially overlaps is\nused if two geometries intersect and their intersect
ion results in a\ngeometry of the same dimension but not equal to either of the
given\ngeometries.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/relations-on-g
eometry-mbr.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/relations-ongeometry-mbr.html'),
(291, 'SOUNDEX', 36, 'Syntax:\nSOUNDEX(str)\n\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 ge
t a\nstandard soundex string. All non-alphabetic characters in str are\nignored.
All international alphabetic characters outside the A-Z range\nare treated as v
owels.\n\n*Important*: When using SOUNDEX(), you should be aware of the followin
g\nlimitations:\n\no This function, as currently implemented, is intended to wor
k well\n with strings that are in the English language only. Strings in other\n
languages may not produce reliable results.\n\no This function is not guarante
ed to provide consistent results with\n strings that use multi-byte character s
ets, including utf-8.\n\n We hope to remove these limitations in a future relea
se. See\n Bug#22638 (http://bugs.mysql.com/22638) for more information.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELE
CT SOUNDEX(''Hello'');\n
-> ''H400''\nmysql> SELECT SOUNDEX(''Quadratical
ly'');\n
-> ''Q36324''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string
-functions.html'),
(292, 'MBRTOUCHES', 6, 'MBRTouches(g1,g2)\n\nReturns 1 or 0 to indicate whether
the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch. Two geom
etries spatially touch if\nthe interiors of the geometries do not intersect, but
the boundary of\none of the geometries intersects either the boundary or the in
terior of\nthe other.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/relations-o
n-geometry-mbr.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/relationson-geometry-mbr.html'),
(293, 'DROP EVENT', 38, 'Syntax:\nDROP EVENT [IF EXISTS] event_name\n\nThis stat
ement drops the event named event_name. The event immediately\nceases being acti
ve, and is deleted completely from the server.\n\nIf the event does not exist, t
he error ERROR 1517 (HY000): Unknown\nevent ''event_name'' results. You can over
ride this and cause the\nstatement to generate a warning for non-existent events
instead using\nIF EXISTS.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-e
vent.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/drop-event.html'),
(294, 'INSERT SELECT', 27, 'Syntax:\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNO
RE]\n
[INTO] tbl_name [(col_name,...)]\n
SELECT ...\n
[ ON DUPLICATE KE
Y UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert
many rows into a table\nfrom one or many tables. For example:\n\nINSERT INTO tbl
_temp2 (fld_id)\n SELECT tbl_temp1.fld_order_id\n FROM tbl_temp1 WHERE tbl_tem
p1.fld_order_id > 100;\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/insert-sel
ect.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/insert-select.html'),
(295, 'CREATE PROCEDURE', 38, 'Syntax:\nCREATE\n
[DEFINER = { user | CURRENT_
USER }]\n
PROCEDURE sp_name ([proc_parameter[,...]])\n
[characteristic ...
] routine_body\n\nCREATE\n
[DEFINER = { user | CURRENT_USER }]\n
FUNCTION
sp_name ([func_parameter[,...]])\n
RETURNS type\n
[characteristic ...] rou
tine_body\n
\nproc_parameter:\n
[ IN | OUT | INOUT ] param_name type\n
\nfunc_parameter:\n
param_name type\n\ntype:\n
Any valid MySQL data type\n
\ncharacteristic:\n
LANGUAGE SQL\n | [NOT] DETERMINISTIC\n | { CONTAINS SQL
| NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | I
NVOKER }\n | COMMENT ''string''\n\nroutine_body:\n
Valid SQL procedure state
ment\n\nThese statements create stored routines. By default, a routine is\nassoc
iated with the default database. To associate the routine\nexplicitly with a giv
en database, specify the name as db_name.sp_name\nwhen you create it.\n\nThe CRE
ATE FUNCTION statement is also used in MySQL to support UDFs\n(user-defined func
tions). See\nhttp://dev.mysql.com/doc/refman/5.1/en/adding-functions.html. A UDF
can\nbe regarded as an external stored function. However, do note that\nstored
functions share their namespace with UDFs. See\nhttp://dev.mysql.com/doc/refman/
5.1/en/function-resolution.html, for\nthe rules describing how the server interp

rets references to different\nkinds of functions.\n\nWhen the routine is invoked


, an implicit USE db_name is performed (and\nundone when the routine terminates)
. The causes the routine to have the\ngiven default database while it executes.
USE statements within stored\nroutines are disallowed.\n\nWhen a stored function
has been created, you invoke it by referring to\nit in an expression. The funct
ion returns a value during expression\nevaluation. When a stored procedure has b
een created, you invoke it by\nusing the CALL statement (see [HELP CALL]).\n\nTo
execute the CREATE PROCEDURE or CREATE FUNCTION statement, it is\nnecessary to
have the CREATE ROUTINE privilege. By default, MySQL\nautomatically grants the A
LTER ROUTINE and EXECUTE privileges to the\nroutine creator. See also\nhttp://de
v.mysql.com/doc/refman/5.1/en/stored-routines-privileges.html.\nIf binary loggin
g is enabled, the CREATE FUNCTION statement might also\nrequire the SUPER privil
ege, as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-log
ging.html.\n\nThe DEFINER and SQL SECURITY clauses specify the security context
to be\nused when checking access privileges at routine execution time, as\ndescr
ibed later.\n\nIf the routine name is the same as the name of a built-in SQL fun
ction,\nyou must use a space between the name and the following parenthesis\nwhe
n defining the routine, or a syntax error occurs. This is also true\nwhen you in
voke the routine later. For this reason, we suggest that it\nis better to avoid
re-using the names of existing SQL functions for\nyour own stored routines.\n\nT
he IGNORE_SPACE SQL mode applies to built-in functions, not to stored\nroutines.
It is always allowable to have spaces after a routine name,\nregardless of whet
her IGNORE_SPACE is enabled.\n\nThe parameter list enclosed within parentheses m
ust always be present.\nIf there are no parameters, an empty parameter list of (
) should be\nused. Parameter names are not case sensitive.\n\nEach parameter can
be declared to use any valid data type, except that\nthe COLLATE attribute cann
ot be used.\n\nEach parameter is an IN parameter by default. To specify otherwis
e for\na parameter, use the keyword OUT or INOUT before the parameter name.\n\n*
Note*: Specifying a parameter as IN, OUT, or INOUT is valid only for a\nPROCEDUR
E. (FUNCTION parameters are always regarded as IN parameters.)\n\nAn IN paramete
r passes a value into a procedure. The procedure might\nmodify the value, but th
e modification is not visible to the caller\nwhen the procedure returns. An OUT
parameter passes a value from the\nprocedure back to the caller. Its initial val
ue is NULL within the\nprocedure, and its value is visible to the caller when th
e procedure\nreturns. An INOUT parameter is initialized by the caller, can be\nm
odified by the procedure, and any change made by the procedure is\nvisible to th
e caller when the procedure returns.\n\nFor each OUT or INOUT parameter, pass a
user-defined variable so that\nyou can obtain its value when the procedure retur
ns. (For an example,\nsee [HELP CALL].) If you are calling the procedure from wi
thin another\nstored procedure or function, you can also pass a routine paramete
r or\nlocal routine variable as an IN or INOUT parameter.\n\nThe RETURNS clause
may be specified only for a FUNCTION, for which it\nis mandatory. It indicates t
he return type of the function, and the\nfunction body must contain a RETURN val
ue statement. If the RETURN\nstatement returns a value of a different type, the
value is coerced to\nthe proper type. For example, if a function specifies an EN
UM or SET\nvalue in the RETURNS clause, but the RETURN statement returns an\nint
eger, the value returned from the function is the string for the\ncorresponding
ENUM member of set of SET members.\n\nThe routine_body consists of a valid SQL p
rocedure statement. This can\nbe a simple statement such as SELECT or INSERT, or
it can be a compound\nstatement written using BEGIN and END. Compound statement
s can contain\ndeclarations, loops, and other control structure statements. The
syntax\nfor these statements is described in\nhttp://dev.mysql.com/doc/refman/5.
1/en/sql-syntax-compound-statements.h\ntml.\n\nSome statements are not allowed i
n stored routines; see\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-program-re
strictions.html\n.\n\nMySQL stores the sql_mode system variable setting that is
in effect at\nthe time a routine is created, and always executes the routine wit
h\nthis setting in force, regardless of the current server SQL mode.\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/create-procedure.html\n\n', 'mysql> delimite
r //\n\nmysql> CREATE PROCEDURE simpleproc (OUT param1 INT)\n
-> BEGIN\n
> SELECT COUNT(*) INTO param1 FROM t;\n
-> END;\n
-> //\nQuery OK, 0 row

s affected (0.00 sec)\n\nmysql> delimiter ;\n\nmysql> CALL simpleproc(@a);\nQuer


y OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @a;\n+------+\n| @a |\n+-----+\n| 3
|\n+------+\n1 row in set (0.00 sec)\n', 'http://dev.mysql.com/doc/r
efman/5.1/en/create-procedure.html'),
(296, 'VARBINARY', 21, 'VARBINARY(M)\n\nThe VARBINARY type is similar to the VAR
CHAR type, but stores binary\nbyte strings rather than non-binary character stri
ngs. M represents the\nmaximum column length in bytes.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/
doc/refman/5.1/en/string-type-overview.html'),
(297, 'LOAD INDEX', 27, 'Syntax:\nLOAD 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]\n\nThe LOAD INDEX INTO CACHE statement pr
eloads a table index into the key\ncache to which it has been assigned by an exp
licit CACHE INDEX\nstatement, or into the default key cache otherwise. LOAD INDE
X INTO\nCACHE is used only for MyISAM tables. It is not supported for tables\nha
ving user-defined partitioning (see\nhttp://dev.mysql.com/doc/refman/5.1/en/part
itioning-limitations.html.)\n\nThe IGNORE LEAVES modifier causes only blocks for
the non-leaf nodes of\nthe index to be preloaded.\n\nURL: http://dev.mysql.com/
doc/refman/5.1/en/load-index.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1
/en/load-index.html'),
(298, 'UNION', 27, 'Syntax:\nSELECT ...\nUNION [ALL | DISTINCT] SELECT ...\n[UNI
ON [ALL | DISTINCT] SELECT ...]\n\nUNION is used to combine the result from mult
iple SELECT statements\ninto a single result set.\n\nThe column names from the f
irst SELECT statement are used as the column\nnames for the results returned. Se
lected columns listed in\ncorresponding positions of each SELECT statement shoul
d have the same\ndata type. (For example, the first column selected by the first
\nstatement should have the same type as the first column selected by the\nother
statements.)\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/union.html\n\n', ''
, 'http://dev.mysql.com/doc/refman/5.1/en/union.html'),
(299, 'TO_DAYS', 31, 'Syntax:\nTO_DAYS(date)\n\nGiven a date date, returns a day
number (the number of days since year\n0).\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT TO_DAYS(950501);\n
-> 728779\nmysql> SELECT TO_DAYS(''2007-10-07'');\n
-> 733321\n',
'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(300, 'NOT REGEXP', 36, 'Syntax:\nexpr NOT REGEXP pat, expr NOT RLIKE pat\n\nThi
s is the same as NOT (expr REGEXP pat).\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/string-comparison-functions.html\n\n', '', 'http://dev.mysql.com/doc/refm
an/5.1/en/string-comparison-functions.html'),
(301, 'SHOW INDEX', 27, 'Syntax:\nSHOW INDEX FROM tbl_name [FROM db_name]\n\nSHO
W INDEX returns table index information. The format resembles that\nof the SQLSt
atistics call in ODBC.\nYou can use db_name.tbl_name as an alternative to the tb
l_name FROM\ndb_name syntax. These two statements are equivalent:\n\nSHOW INDEX
FROM mytable FROM mydb;\nSHOW INDEX FROM mydb.mytable;\n\nSHOW KEYS is a synonym
for SHOW INDEX. You can also list a table''s\nindexes with the mysqlshow -k db_
name tbl_name command.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-index
.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-index.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(302, 'SHOW CREATE DATABASE', 27, 'Syntax:\nSHOW CREATE {DATABASE | SCHEMA} db_n
ame\n\nShows the CREATE DATABASE statement that creates the given database.\nSHO
W CREATE SCHEMA is a synonym for SHOW CREATE DATABASE.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/show-create-database.html\n\n', 'mysql> SHOW CREATE DATABA
SE test\\G\n*************************** 1. row ***************************\n
Database: test\nCreate Database: CREATE DATABASE `test`\n
/*!
40100 DEFAULT CHARACTER SET latin1 */\n\nmysql> SHOW CREATE SCHEMA test\\G\n****
*********************** 1. row ***************************\n
Database: tes
t\nCreate Database: CREATE DATABASE `test`\n
/*!40100 DEFAULT CH
ARACTER SET latin1 */\n', 'http://dev.mysql.com/doc/refman/5.1/en/show-create-da
tabase.html'),
(303, 'LEAVE', 23, 'Syntax:\nLEAVE label\n\nThis statement is used to exit the f

low control construct that has the\ngiven label. It can be used within BEGIN ...
END or loop constructs\n(LOOP, REPEAT, WHILE).\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/leave-statement.html\n\n', '', 'http://dev.mysql.com/doc/refman/5
.1/en/leave-statement.html'),
(304, 'NOT IN', 18, 'Syntax:\nexpr NOT IN (value,...)\n\nThis is the same as NOT
(expr IN (value,...)).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/compariso
n-operators.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-op
erators.html'),
(305, '!', 13, 'Syntax:\nNOT, !\n\nLogical NOT. Evaluates to 1 if the operand is
0, to 0 if the operand is\nnon-zero, and NOT NULL returns NULL.\n\nURL: http://
dev.mysql.com/doc/refman/5.1/en/logical-operators.html\n\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\n', 'http://dev.mysql.com/doc/refman/5.1/en/logical-operators.html'),
(306, 'DECLARE HANDLER', 23, 'Syntax:\nDECLARE handler_type HANDLER\n
FOR con
dition_value [, condition_value] ...\n
statement\n\nhandler_type:\n
CONTIN
UE\n | EXIT\n | UNDO\n\ncondition_value:\n
SQLSTATE [VALUE] sqlstate_value\
n | condition_name\n | SQLWARNING\n | NOT FOUND\n | SQLEXCEPTION\n | mysql_
error_code\n\nThe DECLARE ... HANDLER statement specifies handlers that each may
deal\nwith one or more conditions. If one of these conditions occurs, the\nspec
ified statement is executed. statement can be a simple statement\n(for example,
SET var_name = value), or it can be a compound statement\nwritten using BEGIN an
d END (see [HELP BEGIN END]).\n\nFor a CONTINUE handler, execution of the curren
t program continues\nafter execution of the handler statement. For an EXIT handl
er,\nexecution terminates for the BEGIN ... END compound statement in which\nthe
handler is declared. (This is true even if the condition occurs in\nan inner bl
ock.) The UNDO handler type statement is not supported.\n\nIf a condition occurs
for which no handler has been declared, the\ndefault action is EXIT.\n\nA condi
tion_value for DECLARE ... HANDLER can be any of the following\nvalues:\n\no An
SQLSTATE value (a 5-character string literal) or a MySQL error\n code (a number
). You should not use SQLSTATE value ''00000'' or MySQL\n error code 0, because
those indicate sucess rather than an error\n condition. For a list of SQLSTATE
values and MySQL error codes, see\n http://dev.mysql.com/doc/refman/5.1/en/err
or-messages-server.html.\n\no A condition name previously specified with DECLARE
... CONDITION. See\n [HELP DECLARE CONDITION].\n\no SQLWARNING is shorthand fo
r the class of SQLSTATE values that begin\n with ''01''.\n\no NOT FOUND is shor
thand for the class of SQLSTATE values that begin\n with ''02''. This is releva
nt only within the context of cursors and is\n used to control what happens whe
n a cursor reaches the end of a data\n set.\n\no SQLEXCEPTION is shorthand for
the class of SQLSTATE values that do\n not begin with ''00'', ''01'', or ''02''
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/declare-handlers.html\n\n', 'my
sql> CREATE TABLE test.t (s1 INT, PRIMARY KEY (s1));\nQuery OK, 0 rows affected
(0.00 sec)\n\nmysql> delimiter //\n\nmysql> CREATE PROCEDURE handlerdemo ()\n
-> BEGIN\n
-> DECLARE CONTINUE HANDLER FOR SQLSTATE ''23000'' SET @x2 = 1;
\n
-> SET @x = 1;\n
-> INSERT INTO test.t VALUES (1);\n
-> SET @x
= 2;\n
-> INSERT INTO test.t VALUES (1);\n
-> SET @x = 3;\n
-> END
;\n
-> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL handlerdemo()/
/\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n
+------+\n
| @x |\n
+------+\n
| 3
|\n
+------+\n
1 row in set (0.00 sec)
\n', 'http://dev.mysql.com/doc/refman/5.1/en/declare-handlers.html'),
(307, 'DOUBLE', 21, 'DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (doubl
e-precision) floating-point number. Allowable\nvalues are -1.7976931348623157E+3
08 to -2.2250738585072014E-308, 0, and\n2.2250738585072014E-308 to 1.79769313486
23157E+308. These are the\ntheoretical limits, based on the IEEE standard. The a
ctual range might\nbe slightly smaller depending on your hardware or operating s
ystem.\n\nM is the total number of digits and D is the number of digits followin
g\nthe decimal point. If M and D are omitted, values are stored to the\nlimits a
llowed by the hardware. A double-precision floating-point\nnumber is accurate to
approximately 15 decimal places.\n\nUNSIGNED, if specified, disallows negative
values.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.htm

l\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html')


,
(308, 'TIME', 21, 'TIME\n\nA time. The range is ''-838:59:59'' to ''838:59:59''.
MySQL displays TIME\nvalues in ''HH:MM:SS'' format, but allows assignment of va
lues to TIME\ncolumns using either strings or numbers.\n\nURL: http://dev.mysql.
com/doc/refman/5.1/en/date-and-time-type-overview.html\n\n', '', 'http://dev.mys
ql.com/doc/refman/5.1/en/date-and-time-type-overview.html'),
(309, '&&', 13, 'Syntax:\nAND, &&\n\nLogical AND. Evaluates to 1 if all operands
are non-zero and not NULL,\nto 0 if one or more operands are 0, otherwise NULL
is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/logical-operators.ht
ml\n\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\n', 'http://dev.mysql.com/doc/refm
an/5.1/en/logical-operators.html'),
(310, 'X', 10, 'X(p)\n\nReturns the X-coordinate value for the point p as a doub
le-precision\nnumber.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-pr
operty-functions.html#point-property-functions\n\n', 'mysql> SET @pt = ''Point(5
6.7 53.34)'';\nmysql> SELECT X(GeomFromText(@pt));\n+----------------------+\n|
X(GeomFromText(@pt)) |\n+----------------------+\n|
56.7 |\n+---------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/geometry-proper
ty-functions.html#point-property-functions'),
(311, 'FOUND_ROWS', 15, 'Syntax:\nFOUND_ROWS()\n\nA SELECT statement may include
a LIMIT clause to restrict the number of\nrows the server returns to the client
. In some cases, it is desirable\nto know how many rows the statement would have
returned without the\nLIMIT, but without running the statement again. To obtain
this row\ncount, include a SQL_CALC_FOUND_ROWS option in the SELECT statement,\
nand then invoke FOUND_ROWS() afterward:\n\nURL: http://dev.mysql.com/doc/refman
/5.1/en/information-functions.html\n\n', 'mysql> SELECT SQL_CALC_FOUND_ROWS * FR
OM tbl_name\n
-> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();\n', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),
(312, 'SYSTEM_USER', 15, 'Syntax:\nSYSTEM_USER()\n\nSYSTEM_USER() is a synonym f
or USER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.
html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/information-functions.htm
l'),
(313, 'CROSSES', 30, 'Crosses(g1,g2)\n\nReturns 1 if g1 spatially crosses g2. Re
turns NULL if g1 is a Polygon\nor a MultiPolygon, or if g2 is a Point or a Multi
Point. Otherwise,\nreturns 0.\n\nThe term spatially crosses denotes a spatial re
lation between two given\ngeometries that has the following properties:\n\no The
two geometries intersect\n\no Their intersection results in a geometry that has
a dimension that is\n one less than the maximum dimension of the two given geo
metries\n\no Their intersection is not equal to either of the two given geometri
es\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial-re
lationships-between-geometries.html\n\n', '', 'http://dev.mysql.com/doc/refman/5
.1/en/functions-that-test-spatial-relationships-between-geometries.html'),
(314, 'TRUNCATE TABLE', 27, 'Syntax:\nTRUNCATE [TABLE] tbl_name\n\nTRUNCATE TABL
E empties a table completely. Logically, this is\nequivalent to a DELETE stateme
nt that deletes all rows, but there are\npractical differences under some circum
stances.\n\nFor an InnoDB table, InnoDB processes TRUNCATE TABLE by deleting row
s\none by one if there are any FOREIGN KEY constraints that reference the\ntable
. If there are no FOREIGN KEY constraints, InnoDB performs fast\ntruncation by d
ropping the original table and creating an empty one\nwith the same definition,
which is much faster than deleting rows one\nby one. The AUTO_INCREMENT counter
is reset by TRUNCATE TABLE,\nregardless of whether there is a FOREIGN KEY constr
aint.\n\nIn the case that FOREIGN KEY constraints reference the table, InnoDB\nd
eletes rows one by one and processes the constraints on each one. If\nthe FOREIG
N KEY constraint specifies DELETE CASCADE, rows from the\nchild (referenced) tab
le are deleted, and the truncated table becomes\nempty. If the FOREIGN KEY const
raint does not specify CASCADE, the\nTRUNCATE statement deletes rows one by one
and stops if it encounters a\nparent row that is referenced by the child, return
ing this error:\n\nERROR 1451 (23000): Cannot delete or update a parent row: a f

oreign\nkey constraint fails (`test`.`child`, CONSTRAINT `child_ibfk_1`\nFOREIGN


KEY (`parent_id`) REFERENCES `parent` (`id`))\n\nThis is the same as a DELETE s
tatement with no WHERE clause.\n\nThe count of rows affected by TRUNCATE TABLE i
s accurate only when it\nis mapped to a DELETE statement.\n\nFor other storage e
ngines, TRUNCATE TABLE differs from DELETE in the\nfollowing ways in MySQL 5.1:\
n\no Truncate operations drop and re-create the table, which is much\n faster t
han deleting rows one by one, particularly for large tables.\n\no Truncate opera
tions are not transaction-safe; an error occurs when\n attempting one in the co
urse of an active transaction or active table\n lock.\n\no Truncation operation
s do not return the number of deleted rows.\n\no As long as the table format fil
e tbl_name.frm is valid, the table can\n be re-created as an empty table with T
RUNCATE TABLE, even if the data\n or index files have become corrupted.\n\no Th
e table handler does not remember the last used AUTO_INCREMENT\n value, but sta
rts counting from the beginning. This is true even for\n MyISAM and InnoDB, whi
ch normally do not reuse sequence values.\n\no When used with partitioned tables
, TRUNCATE TABLE preserves the\n partitioning; that is, the data and index file
s are dropped and\n re-created, while the partition definitions (.par) file is\
n unaffected.\n\no Since truncation of a table does not make any use of DELETE,
the\n TRUNCATE statement does not invoke ON DELETE triggers.\n\nTRUNCATE TABLE
requires the DROP privilege as of MySQL 5.1.16. (Before\n5.1.16, it requires th
e DELETE privilege.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/truncate.html
\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/truncate.html'),
(315, 'BIT_XOR', 16, 'Syntax:\nBIT_XOR(expr)\n\nReturns the bitwise XOR of all b
its in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(316, 'CURRENT_DATE', 31, 'Syntax:\nCURRENT_DATE, CURRENT_DATE()\n\nCURRENT_DATE
and CURRENT_DATE() are synonyms for CURDATE().\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/date-and-time-functions.html\n\n', '', 'http://dev.mysql.com/doc/
refman/5.1/en/date-and-time-functions.html'),
(317, 'START SLAVE', 27, 'Syntax:\nSTART SLAVE [thread_type [, thread_type] ...
]\nSTART SLAVE [SQL_THREAD] UNTIL\n
MASTER_LOG_FILE = ''log_name'', MASTER_LO
G_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 SLAV
E with no thread_type options starts both of the slave\nthreads. The I/O thread
reads queries from the master server and stores\nthem in the relay log. The SQL
thread reads the relay log and executes\nthe queries. START SLAVE requires the S
UPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it ret
urns\nwithout any error. However, even in that case, it might be that the\nslave
threads start and then later stop (for example, because they do\nnot manage to
connect to the master or read its binary logs, or some\nother problem). START SL
AVE does not warn you about this. You must\ncheck the slave''s error log for err
or messages generated by the slave\nthreads, or check that they are running sati
sfactorily with SHOW SLAVE\nSTATUS.\n\nURL: http://dev.mysql.com/doc/refman/5.1/
en/start-slave.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/start-slav
e.html'),
(318, 'AREA', 2, 'Area(poly)\n\nReturns as a double-precision number the area of
the Polygon value\npoly, as measured in its spatial reference system.\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#polygon-p
roperty-functions\n\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+---------------------------+\n', 'http://dev.mysql.com/doc
/refman/5.1/en/geometry-property-functions.html#polygon-property-functions'),
(319, 'BEGIN END', 23, 'Syntax:\n[begin_label:] BEGIN\n
[statement_list]\nEND
[end_label]\n\nBEGIN ... END syntax is used for writing compound statements, wh
ich can\nappear within stored programs. A compound statement can contain\nmultip
le statements, enclosed by the BEGIN and END keywords.\nstatement_list represent
s a list of one or more statements, each\nterminated by a semicolon (;) statemen
t delimiter. statement_list is\noptional, which means that the empty compound st

atement (BEGIN END) is\nlegal.\n\nUse of multiple statements requires that a cli


ent is able to send\nstatement strings containing the ; statement delimiter. Thi
s is handled\nin the mysql command-line client with the delimiter command. Chang
ing\nthe ; end-of-statement delimiter (for example, to //) allows ; to be\nused
in a program body. For an example, see\nhttp://dev.mysql.com/doc/refman/5.1/en/s
tored-programs-defining.html.\n\nA compound statement can be labeled. end_label
cannot be given unless\nbegin_label also is present. If both are present, they m
ust be the\nsame.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/begin-end.html\
n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/begin-end.html'),
(320, 'FLUSH', 27, 'Syntax:\nFLUSH [LOCAL | NO_WRITE_TO_BINLOG]\n
flush_optio
n [, flush_option] ...\n\nThe FLUSH statement clears or reloads various internal
caches used by\nMySQL. To execute FLUSH, you must have the RELOAD privilege.\n\
nThe RESET statement is similar to FLUSH. See [HELP RESET].\n\nURL: http://dev.m
ysql.com/doc/refman/5.1/en/flush.html\n\n', '', 'http://dev.mysql.com/doc/refman
/5.1/en/flush.html'),
(321, 'SHOW PROCEDURE STATUS', 27, 'Syntax:\nSHOW {PROCEDURE | FUNCTION} STATUS\
n
[LIKE ''pattern'' | WHERE expr]\n\nThese statements are MySQL extensions. T
hey return characteristics of\nroutines, such as the database, name, type, creat
or, creation and\nmodification dates, and character set information. The LIKE cl
ause, if\npresent, indicates which procedure or function names to match. The\nWH
ERE clause can be given to select rows using more general conditions,\nas discus
sed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/show-procedure-status.html\n\n', 'mysql> SHOW
FUNCTION STATUS LIKE ''hello''\\G\n*************************** 1. row **********
*****************\n
Db: test\n
Name: hello\n
Type: FUNCTION\n
Definer: testuser@localhost\n
Modified: 2004-08-03 15:29:37\n
Created: 2004-08-03 15:29:37\n
Security_type: DEFINER\n
Comment:\ncharacter_set_client: latin1\n
collation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci
\n', 'http://dev.mysql.com/doc/refman/5.1/en/show-procedure-status.html'),
(322, 'SHOW WARNINGS', 27, 'Syntax:\nSHOW WARNINGS [LIMIT [offset,] row_count]\n
SHOW COUNT(*) WARNINGS\n\nSHOW WARNINGS shows the error, warning, and note messa
ges that resulted\nfrom the last statement that generated messages. It shows not
hing if\nthe last statement used a table and generated no messages. (That is, a\
nstatement that uses a table but generates no messages clears the\nmessage list.
) Statements that do not use tables and do not generate\nmessages have no effect
on the message list.\n\nA related statement, SHOW ERRORS, shows only the errors
. See [HELP SHOW\nERRORS].\n\nThe SHOW COUNT(*) WARNINGS statement displays the
total number of\nerrors, warnings, and notes. You can also retrieve this number
from the\nwarning_count variable:\n\nSHOW COUNT(*) WARNINGS;\nSELECT @@warning_c
ount;\n\nThe value of warning_count might be greater than the number of messages
\ndisplayed by SHOW WARNINGS if the max_error_count system variable is\nset so l
ow that not all messages are stored. An example shown later in\nthis section dem
onstrates how this can happen.\n\nThe LIMIT clause has the same syntax as for th
e SELECT statement. See\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.\n\n
URL: http://dev.mysql.com/doc/refman/5.1/en/show-warnings.html\n\n', '', 'http:/
/dev.mysql.com/doc/refman/5.1/en/show-warnings.html'),
(323, 'DESCRIBE', 28, 'Syntax:\n{DESCRIBE | DESC} tbl_name [col_name | wild]\n\n
DESCRIBE provides information about the columns in a table. It is a\nshortcut fo
r SHOW COLUMNS FROM. These statements also display\ninformation for views. (See
[HELP SHOW COLUMNS].)\n\ncol_name can be a column name, or a string containing t
he SQL "%" and\n"_" wildcard characters to obtain output only for the columns wi
th\nnames matching the string. There is no need to enclose the string\nwithin qu
otes unless it contains spaces or other special characters.\n\nmysql> DESCRIBE C
ity;\n+------------+----------+------+-----+---------+----------------+\n| Field
| Type
| Null | Key | Default | Extra
|\n+------------+---------+------+-----+---------+----------------+\n| Id
| int(11) | NO |
PRI | NULL
| auto_increment |\n| Name
| char(35) | NO |
|
|
|\n| Country
| char(3) | NO | UNI |
|
|\n| District | char(20) | YES | MUL |
|
|\n| Pop

ulation | int(11) | NO |
| 0
|
|\n+------------+---------+------+-----+---------+----------------+\n5 rows in set (0.00 sec)\n\nThe
description for SHOW COLUMNS provides more information about the\noutput column
s (see [HELP SHOW COLUMNS]).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/desc
ribe.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/describe.html'),
(324, 'DROP USER', 9, 'Syntax:\nDROP USER user [, user] ...\n\nThe DROP USER sta
tement removes one or more MySQL accounts. It removes\nprivilege rows for the ac
count from all grant tables. To use this\nstatement, you must have the global CR
EATE USER privilege or the DELETE\nprivilege for the mysql database. Each accoun
t is named using the same\nformat as for the GRANT statement; for example, ''jef
frey''@''localhost''.\nIf you specify only the username part of the account name
, a hostname\npart of ''%'' is used. For additional information about specifying
\naccount names, see [HELP GRANT].\n\nWith DROP USER, you can remove an account
and its privileges as\nfollows:\n\nDROP USER user;\n\nURL: http://dev.mysql.com/
doc/refman/5.1/en/drop-user.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/
en/drop-user.html'),
(325, 'STDDEV_POP', 16, 'Syntax:\nSTDDEV_POP(expr)\n\nReturns the population sta
ndard deviation of expr (the square root of\nVAR_POP()). You can also use STD()
or STDDEV(), which are equivalent\nbut not standard SQL.\n\nSTDDEV_POP() returns
NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/group-by-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/g
roup-by-functions.html'),
(326, 'SHOW CHARACTER SET', 27, 'Syntax:\nSHOW CHARACTER SET\n
[LIKE ''patter
n'' | WHERE expr]\n\nThe SHOW CHARACTER SET statement shows all available charac
ter sets.\nThe LIKE clause, if present, indicates which character set names to\n
match. The WHERE clause can be given to select rows using more general\nconditio
ns, as discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.
For example:\n\nmysql> SHOW CHARACTER SET LIKE ''latin%'';\n+---------+----------------------------+-------------------+--------+\n| Charset | Description
| Default collation | Maxlen |\n+---------+----------------------------+-------------------+--------+\n| latin1 | cp1252 West European
| la
tin1_swedish_ci |
1 |\n| latin2 | ISO 8859-2 Central European | latin2_gen
eral_ci |
1 |\n| latin5 | ISO 8859-9 Turkish
| latin5_turkish_ci
|
1 |\n| latin7 | ISO 8859-13 Baltic
| latin7_general_ci |
1
|\n+---------+-----------------------------+-------------------+--------+\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/show-character-set.html\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/show-character-set.html'),
(327, 'SUBSTRING', 36, 'Syntax:\nSUBSTRING(str,pos), SUBSTRING(str FROM pos), SU
BSTRING(str,pos,len),\nSUBSTRING(str FROM pos FOR len)\n\nThe forms without a le
n argument return a substring from string str\nstarting at position pos. The for
ms with a len argument return a\nsubstring len characters long from string str,
starting at position\npos. The forms that use FROM are standard SQL syntax. It i
s also\npossible to use a negative value for pos. In this case, the beginning\no
f the substring is pos characters from the end of the string, rather\nthan the b
eginning. A negative value may be used for pos in any of the\nforms of this func
tion.\n\nFor all forms of SUBSTRING(), the position of the first character in\nt
he string from which the substring is to be extracted is reckoned as\n1.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELE
CT SUBSTRING(''Quadratically'',5);\n
-> ''ratically''\nmysql> SELECT SUBS
TRING(''foobarbar'' FROM 4);\n
-> ''barbar''\nmysql> SELECT SUBSTRING(''Q
uadratically'',5,6);\n
-> ''ratica''
\nmysql> SELECT SUBSTRING(''S
akila'', -3);\n
-> ''ila''
\nmysql> SELECT SUBSTRING(''Sakila'', 5, 3);\n
-> ''aki''\nmysql> SELECT SUBSTRING(''Sakila'' FROM -4 FOR 2);\n
-> ''ki''\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.h
tml'),
(328, 'ISEMPTY', 35, 'IsEmpty(g)\n\nReturns 1 if the geometry value g is the emp
ty geometry, 0 if it is not\nempty, and -1 if the argument is NULL. If the geome
try is empty, it\nrepresents the empty point set.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/geometry-property-functions.html#general-geometry-property-func
tions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functi

ons.html#general-geometry-property-functions'),
(329, 'LTRIM', 36, 'Syntax:\nLTRIM(str)\n\nReturns the string str with leading s
pace characters removed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-f
unctions.html\n\n', 'mysql> SELECT LTRIM('' barbar'');\n
-> ''barbar''\n
', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(330, 'INTERSECTS', 30, 'Intersects(g1,g2)\n\nReturns 1 or 0 to indicate whether
g1 spatially intersects g2.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/func
tions-that-test-spatial-relationships-between-geometries.html\n\n', '', 'http://
dev.mysql.com/doc/refman/5.1/en/functions-that-test-spatial-relationships-betwee
n-geometries.html'),
(331, 'CALL', 27, 'Syntax:\nCALL sp_name([parameter[,...]])\nCALL sp_name[()]\n\
nThe CALL statement invokes a stored procedure that was defined\npreviously with
CREATE PROCEDURE.\n\nCALL can pass back values to its caller using parameters t
hat are\ndeclared as OUT or INOUT parameters. When the procedure returns, a\ncli
ent program can also obtain the number of rows affected for the\nfinal statement
executed within the routine: At the SQL level, call the\nROW_COUNT() function;
from C, call the mysql_affected_rows() C API\nfunction.\n\nAs of MySQL 5.1.13, s
tored procedures that take no arguments can be\ninvoked without parentheses. Tha
t is, CALL p() and CALL p are\nequivalent.\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/call.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/call.html'
),
(332, 'MBRDISJOINT', 6, 'MBRDisjoint(g1,g2)\n\nReturns 1 or 0 to indicate whethe
r the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint
(do not intersect).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/relations-ongeometry-mbr.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/relations-on
-geometry-mbr.html'),
(333, 'VALUES', 14, 'Syntax:\nVALUES(col_name)\n\nIn an INSERT ... ON DUPLICATE
KEY UPDATE statement, you can use the\nVALUES(col_name) function in the UPDATE c
lause to refer to column\nvalues from the INSERT portion of the statement. In ot
her words,\nVALUES(col_name) in the UPDATE clause refers to the value of col_nam
e\nthat would be inserted, had no duplicate-key conflict occurred. This\nfunctio
n is especially useful in multiple-row inserts. The VALUES()\nfunction is meanin
gful only in INSERT ... ON DUPLICATE KEY UPDATE\nstatements and returns NULL oth
erwise.\nhttp://dev.mysql.com/doc/refman/5.1/en/insert-on-duplicate.html.\n\nURL
: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n', 'mys
ql> INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)\n
-> ON DUPLICATE KEY UP
DATE c=VALUES(a)+VALUES(b);\n', 'http://dev.mysql.com/doc/refman/5.1/en/miscella
neous-functions.html'),
(334, 'SUBSTRING_INDEX', 36, 'Syntax:\nSUBSTRING_INDEX(str,delim,count)\n\nRetur
ns the substring from string str before count occurrences of the\ndelimiter deli
m. If count is positive, everything to the left of the\nfinal delimiter (countin
g from the left) is returned. If count is\nnegative, everything to the right of
the final delimiter (counting from\nthe right) is returned. SUBSTRING_INDEX() pe
rforms a case-sensitive\nmatch when searching for delim.\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT SUBSTRING_IND
EX(''www.mysql.com'', ''.'', 2);\n
-> ''www.mysql''\nmysql> SELECT SUBSTR
ING_INDEX(''www.mysql.com'', ''.'', -2);\n
-> ''mysql.com''\n', 'http://d
ev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(335, 'ENCODE', 11, 'Syntax:\nENCODE(str,pass_str)\n\nEncrypt str using pass_str
as the password. To decrypt the result, use\nDECODE().\n\nThe result is a binar
y string of the same length as str.\n\nThe strength of the encryption is based o
n how good the random\ngenerator is. It should suffice for short strings.\n\nURL
: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n', '', 'ht
tp://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(336, 'LOOP', 23, 'Syntax:\n[begin_label:] LOOP\n
statement_list\nEND LOOP [e
nd_label]\n\nLOOP implements a simple loop construct, enabling repeated executio
n of\nthe statement list, which consists of one or more statements, each\ntermin
ated by a semicolon (;) statement delimiter. The statements\nwithin the loop are
repeated until the loop is exited; usually this is\naccomplished with a LEAVE s
tatement.\n\nA LOOP statement can be labeled. end_label cannot be given unless\n

begin_label also is present. If both are present, they must be the\nsame.\n\nURL


: http://dev.mysql.com/doc/refman/5.1/en/loop-statement.html\n\n', '', 'http://d
ev.mysql.com/doc/refman/5.1/en/loop-statement.html'),
(337, 'TRUNCATE', 4, 'Syntax:\nTRUNCATE(X,D)\n\nReturns the number X, truncated
to D decimal places. If D is 0, the\nresult has no decimal point or fractional p
art. D can be negative to\ncause D digits left of the decimal point of the value
X to become zero.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-f
unctions.html\n\n', 'mysql> SELECT TRUNCATE(1.223,1);\n
-> 1.2\nmysql> SE
LECT 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 TRUNC
ATE(122,-2);\n
-> 100\nmysql> SELECT TRUNCATE(10.28*100,0);\n
-> 102
8\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(338, 'TIMESTAMPADD', 31, 'Syntax:\nTIMESTAMPADD(unit,interval,datetime_expr)\n\
nAdds the integer expression interval to the date or datetime expression\ndateti
me_expr. The unit for interval is given by the unit argument,\nwhich should be o
ne of the following values: FRAC_SECOND\n(microseconds), SECOND, MINUTE, HOUR, D
AY, WEEK, MONTH, QUARTER, or\nYEAR.\n\nBeginning with MySQL 5.1.24, it is possib
le to use MICROSECOND in place\nof FRAC_SECOND with this function, and FRAC_SECO
ND is deprecated.\n\nThe unit value may be specified using one of keywords as sh
own, or with\na prefix of SQL_TSI_. For example, DAY and SQL_TSI_DAY both are le
gal.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html
\n\n', 'mysql> SELECT TIMESTAMPADD(MINUTE,1,''2003-01-02'');\n
-> ''200301-02 00:01:00''\nmysql> SELECT TIMESTAMPADD(WEEK,1,''2003-01-02'');\n
->
''2003-01-09''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functi
ons.html'),
(339, 'SHOW', 27, 'SHOW has many forms that provide information about databases,
tables,\ncolumns, or status information about the server. This section describe
s\nthose following:\n\nSHOW AUTHORS\nSHOW CHARACTER SET [like_or_where]\nSHOW CO
LLATION [like_or_where]\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [like_
or_where]\nSHOW CONTRIBUTORS\nSHOW CREATE DATABASE db_name\nSHOW CREATE EVENT ev
ent_name\nSHOW CREATE FUNCTION funcname\nSHOW CREATE PROCEDURE procname\nSHOW CR
EATE TABLE tbl_name\nSHOW CREATE TRIGGER trigger_name\nSHOW CREATE VIEW view_nam
e\nSHOW DATABASES [like_or_where]\nSHOW ENGINE engine_name {STATUS | MUTEX}\nSHO
W [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW [FULL] EVENTS
\nSHOW FUNCTION CODE sp_name\nSHOW FUNCTION STATUS [like_or_where]\nSHOW GRANTS
FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW OPEN
TABLES [FROM db_name] [like_or_where]\nSHOW PLUGINS\nSHOW PROCEDURE CODE sp_nam
e\nSHOW PROCEDURE STATUS [like_or_where]\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLI
ST\nSHOW PROFILE [types] [FOR QUERY n] [OFFSET n] [LIMIT n]\nSHOW PROFILES\nSHOW
SCHEDULER STATUS\nSHOW [GLOBAL | SESSION] STATUS [like_or_where]\nSHOW TABLE ST
ATUS [FROM db_name] [like_or_where]\nSHOW TABLES [FROM db_name] [like_or_where]\
nSHOW TRIGGERS [FROM db_name] [like_or_where]\nSHOW [GLOBAL | SESSION] VARIABLES
[like_or_where]\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\nlike_or_where:\n
LIKE ''pattern''\n | WHERE expr\n\nIf the syntax for a given SHOW statement
includes a LIKE ''pattern''\npart, ''pattern'' is a string that can contain the
SQL "%" and "_"\nwildcard characters. The pattern is useful for restricting stat
ement\noutput to matching values.\n\nSeveral SHOW statements also accept a WHERE
clause that provides more\nflexibility in specifying which rows to display. See
\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nURL: http://dev.
mysql.com/doc/refman/5.1/en/show.html\n\n', '', 'http://dev.mysql.com/doc/refman
/5.1/en/show.html'),
(340, 'GREATEST', 18, 'Syntax:\nGREATEST(value1,value2,...)\n\nWith two or more
arguments, returns the largest (maximum-valued)\nargument. The arguments are com
pared using the same rules as for\nLEAST().\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT GREATEST(2,0);\n
-> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n
-> 767.0\nmysql> SE
LECT GREATEST(''B'',''A'',''C'');\n
-> ''C''\n', 'http://dev.mysql.com/do
c/refman/5.1/en/comparison-operators.html'),
(341, 'SHOW VARIABLES', 27, 'Syntax:\nSHOW [GLOBAL | SESSION] VARIABLES\n
[LI
KE ''pattern'' | WHERE expr]\n\nSHOW VARIABLES shows the values of MySQL system

variables. This\ninformation also can be obtained using the mysqladmin variables


\ncommand. The LIKE clause, if present, indicates which variable names to\nmatch
. The WHERE clause can be given to select rows using more general\nconditions, a
s discussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html.\n\nWi
th the GLOBAL modifier, SHOW VARIABLES displays the values that are\nused for ne
w connections to MySQL. With SESSION, it displays the values\nthat are in effect
for the current connection. If no modifier is\npresent, the default is SESSION.
LOCAL is a synonym for SESSION.\nWith a LIKE clause, the statement displays onl
y rows for those\nvariables with names that match the pattern. To obtain the row
for a\nspecific variable, use a LIKE clause as shown:\n\nSHOW VARIABLES LIKE ''
max_join_size'';\nSHOW SESSION VARIABLES LIKE ''max_join_size'';\n\nTo get a lis
t of variables whose name match a pattern, use the "%"\nwildcard character in a
LIKE clause:\n\nSHOW VARIABLES LIKE ''%size%'';\nSHOW GLOBAL VARIABLES LIKE ''%s
ize%'';\n\nWildcard characters can be used in any position within the pattern to
\nbe matched. Strictly speaking, because "_" is a wildcard that matches\nany sin
gle character, you should escape it as "\\_" to match it\nliterally. In practice
, this is rarely necessary.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/showvariables.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-variables.
html'),
(342, 'BINLOG', 27, 'Syntax:\nBINLOG ''str''\n\nBINLOG is an internal-use statem
ent. It is generated by the mysqlbinlog\nprogram as the printable representation
of certain events in binary log\nfiles. (See http://dev.mysql.com/doc/refman/5.
1/en/mysqlbinlog.html.)\nThe ''str'' value is a base 64-encoded string the that
server decodes to\ndetermine the data change indicated by the corresponding even
t. This\nstatement requires the SUPER privilege. It was added in MySQL 5.1.5.\n\
nURL: http://dev.mysql.com/doc/refman/5.1/en/binlog.html\n\n', '', 'http://dev.m
ysql.com/doc/refman/5.1/en/binlog.html'),
(343, 'BIT_AND', 16, 'Syntax:\nBIT_AND(expr)\n\nReturns the bitwise AND of all b
its in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nUR
L: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(344, 'SECOND', 31, 'Syntax:\nSECOND(time)\n\nReturns the second for time, in th
e range 0 to 59.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-fu
nctions.html\n\n', 'mysql> SELECT SECOND(''10:05:03'');\n
-> 3\n', 'http:
//dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(345, 'ATAN2', 4, 'Syntax:\nATAN(Y,X), ATAN2(Y,X)\n\nReturns the arc tangent of
the two variables X and Y. It is similar to\ncalculating the arc tangent of Y /
X, except that the signs of both\narguments are used to determine the quadrant o
f the result.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functi
ons.html\n\n', 'mysql> SELECT ATAN(-2,2);\n
-> -0.78539816339745\nmysql>
SELECT ATAN2(PI(),0);\n
-> 1.5707963267949\n', 'http://dev.mysql.com/doc/
refman/5.1/en/mathematical-functions.html'),
(346, 'MBRCONTAINS', 6, 'MBRContains(g1,g2)\n\nReturns 1 or 0 to indicate whethe
r the Minimum Bounding Rectangle of g1\ncontains the Minimum Bounding Rectangle
of g2. This tests the opposite\nrelationship as MBRWithin().\n\nURL: http://dev.
mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html\n\n', 'mysql> SET @g1
= GeomFromText(''Polygon((0 0,0 3,3 3,3 0,0 0))'');\nmysql> SET @g2 = GeomFromT
ext(''Point(1 1)'');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\
n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRCon
tains(@g2,@g1) |\n+----------------------+----------------------+\n|
1 |
0 |\n+----------------------+---------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html')
,
(347, 'HOUR', 31, 'Syntax:\nHOUR(time)\n\nReturns the hour for time. The range o
f the return value is 0 to 23 for\ntime-of-day values. However, the range of TIM
E values actually is much\nlarger, so HOUR can return values greater than 23.\n\
nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n',
'mysql> SELECT HOUR(''10:05:03'');\n
-> 10\nmysql> SELECT HOUR(''272:59:5
9'');\n
-> 272\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-timefunctions.html'),

(348, 'SELECT', 27, 'Syntax:\nSELECT\n


[ALL | DISTINCT | DISTINCTROW ]\n
[HIGH_PRIORITY]\n
[STRAIGHT_JOIN]\n
[SQL_SMALL_RESULT] [SQL_BIG_RESUL
T] [SQL_BUFFER_RESULT]\n
[SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n
select_expr, ...\n
[FROM table_references\n
[WHERE where_condition]\n
[GROUP BY {col_name | expr | position}\n
[ASC | DESC], ... [WITH ROLLUP]
]\n
[HAVING where_condition]\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
[INTO OUTFILE ''file_name
'' export_options\n
| INTO DUMPFILE ''file_name''\n
| INTO var_name [,
var_name]]\n
[FOR UPDATE | LOCK IN SHARE MODE]]\n\nSELECT is used to retriev
e rows selected from one or more tables, and\ncan include UNION statements and s
ubqueries. See [HELP UNION], and\nhttp://dev.mysql.com/doc/refman/5.1/en/subquer
ies.html.\n\nThe most commonly used clauses of SELECT statements are these:\n\no
Each select_expr indicates a column that you want to retrieve. There\n must be
at least one select_expr.\n\no table_references indicates the table or tables f
rom which to retrieve\n rows. Its syntax is described in [HELP JOIN].\n\no The
WHERE clause, if given, indicates the condition or conditions\n that rows must
satisfy to be selected. where_condition is an\n expression that evaluates to tr
ue for each row to be selected. The\n statement selects all rows if there is no
WHERE clause.\n\n In the WHERE clause, you can use any of the functions and op
erators\n that MySQL supports, except for aggregate (summary) functions. See\n
http://dev.mysql.com/doc/refman/5.1/en/functions.html.\n\nSELECT can also be us
ed to retrieve rows computed without reference to\nany table.\n\nURL: http://dev
.mysql.com/doc/refman/5.1/en/select.html\n\n', '', 'http://dev.mysql.com/doc/ref
man/5.1/en/select.html'),
(349, 'COT', 4, 'Syntax:\nCOT(X)\n\nReturns the cotangent of X.\n\nURL: http://d
ev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> SELECT
COT(12);\n
-> -1.5726734063977\nmysql> SELECT COT(0);\n
-> NULL\n'
, 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(350, 'SHOW CREATE EVENT', 27, 'Syntax:\nSHOW CREATE EVENT event_name\n\nThis st
atement displays the CREATE EVENT statement needed to re-create\na given event.
For example (using the same event e_daily defined and\nthen altered in\nhttp://d
ev.mysql.com/doc/refman/5.1/en/show-events.html):\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/show-create-event.html\n\n', 'mysql> SHOW CREATE EVENT test.e_d
aily\\G\n*************************** 1. row ***************************\n
Event: e_daily\n
sql_mode: \n
time_zone: SYSTEM\n
Create Event: CREATE EVENT `e_daily`\n
ON SCHEDULE
EVERY 1 DAY\n
STARTS CURRENT_TIMESTAMP + INTERVAL 6 HOUR\
n
ON COMPLETION NOT PRESERVE\n
ENA
BLE\n
COMMENT ''Saves total number of sessions then\n
clears the table each day''\n
DO BEGIN\n
INSERT INTO site_activity.totals (time, tot
al)\n
SELECT CURRENT_TIMESTAMP, COUNT(*) \n
FROM site_activity.sessions;\n
DELETE
FROM site_activity.sessions;\n
END\ncharacter_set_client
: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_
swedish_ci\n', 'http://dev.mysql.com/doc/refman/5.1/en/show-create-event.html'),
(351, 'BACKUP TABLE', 20, 'Syntax:\nBACKUP TABLE tbl_name [, tbl_name] ... TO ''
/path/to/backup/directory''\n\n*Note*: This statement is deprecated. We are work
ing on a better\nreplacement for it that will provide online backup capabilities
. In the\nmeantime, the mysqlhotcopy script can be used instead.\n\nBACKUP TABLE
copies to the backup directory the minimum number of table\nfiles needed to res
tore the table, after flushing any buffered changes\nto disk. The statement work
s only for MyISAM tables. It copies the .frm\ndefinition and .MYD data files. Th
e .MYI index file can be rebuilt from\nthose two files. The directory should be
specified as a full pathname.\nTo restore the table, use RESTORE TABLE.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/backup-table.html\n\n', '', 'http://dev.m
ysql.com/doc/refman/5.1/en/backup-table.html'),
(352, 'LOAD_FILE', 36, 'Syntax:\nLOAD_FILE(file_name)\n\nReads the file and retu
rns the file contents as a string. To use this\nfunction, the file must be locat

ed on the server host, you must specify\nthe full pathname to the file, and you
must have the FILE privilege.\nThe file must be readable by all and its size les
s than\nmax_allowed_packet bytes.\n\nIf the file does not exist or cannot be rea
d because one of the\npreceding conditions is not satisfied, the function return
s NULL.\n\nAs of MySQL 5.1.6, the character_set_filesystem system variable\ncont
rols interpretation of filenames that are given as literal strings.\n\nURL: http
://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> UPDATE t\
n
SET blob_col=LOAD_FILE(''/tmp/picture'')\n
WHERE id=1;\n
', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(353, 'LOAD TABLE FROM MASTER', 27, 'Syntax:\nLOAD TABLE tbl_name FROM MASTER\n\
nThis feature is deprecated. We recommend not using it anymore. It is\nsubject t
o removal in a future version of MySQL.\n\nSince the current implementation of L
OAD DATA FROM MASTER and LOAD\nTABLE FROM MASTER is very limited, these statemen
ts are deprecated in\nversions 4.1 of MySQL and above. We will introduce a more
advanced\ntechnique (called "online backup") in a future version. That technique
\nwill have the additional advantage of working with more storage\nengines.\n\nF
or MySQL 5.1 and earlier, the recommended alternative solution to\nusing LOAD DA
TA FROM MASTER or LOAD TABLE FROM MASTER is using\nmysqldump or mysqlhotcopy. Th
e latter requires Perl and two Perl\nmodules (DBI and DBD:mysql) and works for M
yISAM and ARCHIVE tables\nonly. With mysqldump, you can create SQL dumps on the
master and pipe\n(or copy) these to a mysql client on the slave. This has the ad
vantage\nof working for all storage engines, but can be quite slow, since it\nwo
rks using SELECT.\n\nTransfers a copy of the table from the master to the slave.
This\nstatement is implemented mainly debugging LOAD DATA FROM MASTER\noperatio
ns. To use LOAD TABLE, the account used for connecting to the\nmaster server mus
t have the RELOAD and SUPER privileges on the master\nand the SELECT privilege f
or the master table to load. On the slave\nside, the user that issues LOAD TABLE
FROM MASTER must have privileges\nfor dropping and creating the table.\n\nThe c
onditions for LOAD DATA FROM MASTER apply here as well. For\nexample, LOAD TABLE
FROM MASTER works only for MyISAM tables. The\ntimeout notes for LOAD DATA FROM
MASTER apply as well.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/load-table
-from-master.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/load-table-f
rom-master.html'),
(354, 'POINTFROMTEXT', 3, 'PointFromText(wkt[,srid])\n\nConstructs a POINT value
using its WKT representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/creating-spatial-values.html#gis-wkt-functions\n\n', '', 'http://dev.mysq
l.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkt-functions'),
(355, 'GROUP_CONCAT', 16, 'Syntax:\nGROUP_CONCAT(expr)\n\nThis function returns
a string result with the concatenated non-NULL\nvalues from a group. It returns
NULL if there are no non-NULL values.\nThe full syntax is as follows:\n\nGROUP_C
ONCAT([DISTINCT] expr [,expr ...]\n
[ORDER BY {unsigned_integer | co
l_name | expr}\n
[ASC | DESC] [,col_name ...]]\n
[SE
PARATOR str_val])\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functi
ons.html\n\n', 'mysql> SELECT student_name,\n
->
GROUP_CONCAT(test_score)
\n
->
FROM student\n
->
GROUP BY student_name;\n', 'http://dev.mys
ql.com/doc/refman/5.1/en/group-by-functions.html'),
(356, 'DATE_FORMAT', 31, 'Syntax:\nDATE_FORMAT(date,format)\n\nFormats the date
value according to the format string.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/date-and-time-functions.html\n\n', 'mysql> SELECT DATE_FORMAT(''2009-10-04
22:23:00'', ''%W %M %Y'');\n
-> ''Sunday October 2009''\nmysql> SELECT DA
TE_FORMAT(''2007-10-04 22:23:00'', ''%H:%i:%s'');\n
-> ''22:23:00''\nmysq
l> SELECT DATE_FORMAT(''1900-10-04 22:23:00'',\n
->
''%D %y %
a %d %m %b %j'');\n
-> ''4th 00 Thu 04 10 Oct 277''\nmysql> SELECT DATE_F
ORMAT(''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''\nmysql> SELECT DATE_FORMAT('
'2006-06-00'', ''%d'');\n
-> ''00''\n', 'http://dev.mysql.com/doc/refman/
5.1/en/date-and-time-functions.html'),
(357, 'BENCHMARK', 15, 'Syntax:\nBENCHMARK(count,expr)\n\nThe BENCHMARK() functi
on executes the expression expr repeatedly count\ntimes. It may be used to time

how quickly MySQL processes the\nexpression. The result value is always 0. The i
ntended use is from\nwithin the mysql client, which reports query execution time
s:\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n
', 'mysql> SELECT BENCHMARK(1000000,ENCODE(''hello'',''goodbye''));\n+---------------------------------------------+\n| BENCHMARK(1000000,ENCODE(''hello'',''go
odbye'')) |\n+----------------------------------------------+\n|
0 |\n+---------------------------------------------+\n1 row in set (4.74 sec)\n', 'http://dev.mysql.com/doc/refman/5.1/en/informati
on-functions.html'),
(358, 'YEAR', 31, 'Syntax:\nYEAR(date)\n\nReturns the year for date, in the rang
e 1000 to 9999, or 0 for the\n"zero" date.\n\nURL: http://dev.mysql.com/doc/refm
an/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT YEAR(''1987-01-01'')
;\n
-> 1987\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-fun
ctions.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(359, 'SHOW ENGINE', 27, 'Syntax:\nSHOW ENGINE engine_name {STATUS | MUTEX}\n\nS
HOW ENGINE displays operational information about a storage engine.\nThe followi
ng statements currently are supported:\n\nSHOW ENGINE INNODB STATUS\nSHOW ENGINE
INNODB MUTEX\nSHOW ENGINE {NDB | NDBCLUSTER} STATUS\n\nOlder (and now deprecate
d) synonyms are SHOW INNODB STATUS for SHOW\nENGINE INNODB STATUS and SHOW MUTEX
STATUS for SHOW ENGINE INNODB\nMUTEX.\n\nIn MySQL 5.0, SHOW ENGINE INNODB MUTEX
is invoked as SHOW MUTEX STATUS.\nThe latter statement displays similar informa
tion but in a somewhat\ndifferent output format.\n\nSHOW ENGINE BDB LOGS formerl
y displayed status information about BDB\nlog files. As of MySQL 5.1.12, the BDB
storage engine is not supported,\nand this statement produces a warning.\n\nSHO
W ENGINE INNODB STATUS displays extensive information about the\nstate of the In
noDB storage engine.\n\nThe InnoDB Monitors provide additional information about
InnoDB\nprocessing. See\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-monitor.
html.\n\nSHOW ENGINE INNODB MUTEX displays InnoDB mutex statistics. From MySQL\n
5.1.2 to 5.1.14, the statement displays the following output fields:\n\no Type\n
\n Always InnoDB.\n\no Name\n\n The mutex name and the source file where it is
implemented. Example:\n &pool->mutex:mem0pool.c\n\n The mutex name indicates
its purpose. For example, the log_sys mutex\n is used by the InnoDB logging sub
system and indicates how intensive\n logging activity is. The buf_pool mutex pr
otects the InnoDB buffer\n pool.\n\no Status\n\n The mutex status. The fields
contains several values:\n\n o count indicates how many times the mutex was req
uested.\n\n o spin_waits indicates how many times the spinlock had to run.\n\n
o spin_rounds indicates the number of spinlock rounds. (spin_rounds\n
divide
d by spin_waits provides the average round count.)\n\n o os_waits indicates the
number of operating system waits. This\n
occurs when the spinlock did not wo
rk (the mutex was not locked\n
during the spinlock and it was necessary to yi
eld to the operating\n
system and wait).\n\n o os_yields indicates the numbe
r of times a the thread trying to lock\n
a mutex gave up its timeslice and yi
elded to the operating system\n
(on the presumption that allowing other threa
ds to run will free\n
the mutex so that it can be locked).\n\n o os_wait_tim
es indicates the amount of time (in ms) spent in\n
operating system waits, if
the timed_mutexes system variable is 1\n
(ON). If timed_mutexes is 0 (OFF),
timing is disabled, so\n
os_wait_times is 0. timed_mutexes is off by default.
\n\nFrom MySQL 5.1.15 on, the statement displays the following output\nfields:\n
\no Type\n\n Always InnoDB.\n\no Name\n\n The source file where the mutex is i
mplemented, and the line number\n in the file where the mutex is created. The l
ine number may change\n depending on your version of MySQL.\n\no Status\n\n Th
is field displays the same values as previously described (count,\n spin_waits,
spin_rounds, os_waits, os_yields, os_wait_times), but\n only if UNIV_DEBUG was
defined at MySQL compilation time (for\n example, in include/univ.h in the Inn
oDB part of the MySQL source\n tree). If UNIV_DEBUG was not defined, the statem
ent displays only the\n os_waits value. In the latter case (without UNIV_DEBUG)
, the\n information on which the output is based is insufficient to\n distingu
ish regular mutexes and mutexes that protect rw-locks (which\n allow multiple r

eaders or a single writer). Consequently, the output\n may appear to contain mu


ltiple rows for the same mutex.\n\nInformation from this statement can be used t
o diagnose system\nproblems. For example, large values of spin_waits and spin_ro
unds may\nindicate scalability problems.\n\nIf the server has the NDBCLUSTER sto
rage engine enabled, SHOW ENGINE\nNDB STATUS displays cluster status information
such as the number of\nconnected data nodes, the cluster connectstring, and clu
ster binlog\nepochs, as well as counts of various Cluster API objects created by
the\nMySQL Server when connected to the cluster. Sample output from this\nstate
ment is shown here:\n\nmysql> SHOW ENGINE NDB STATUS;\n+------------+----------------------+--------------------------------------------------+\n| Type
|
Name
| Status
|\n+-----------+-----------------------+-------------------------------------------------+\n| ndbcluster | connection
| cluster_node_id=7, \n connected_
host=192.168.0.103, connected_port=1186, number_of_data_nodes=4, \n number_of_r
eady_data_nodes=3, connect_count=0
|\n|
ndbcluster | NdbTransaction
| created=6, free=0, sizeof=212
|\n| ndbcluster | NdbOperation
| created=8, free=8, sizeof=660
|\n| ndbcluster | NdbIndexScanOperation | created=1, free=1, si
zeof=744
|\n| ndbcluster | NdbIndexOperation
| created=0,
free=0, sizeof=664
|\n| ndbcluster | NdbRecAttr
|
created=1285, free=1285, sizeof=60
|\n| ndbcluster | NdbApiSignal
| created=16, free=16, sizeof=136
|\n| ndbcluster | N
dbLabel
| created=0, free=0, sizeof=196
|\n| ndb
cluster | NdbBranch
| created=0, free=0, sizeof=24
|\n| ndbcluster | NdbSubroutine
| created=0, free=0, sizeof=68
|\n| ndbcluster | NdbCall
| created=0, free=0, sizeo
f=16
|\n| ndbcluster | NdbBlob
| created=1, fr
ee=1, sizeof=264
|\n| ndbcluster | NdbReceiver
| cr
eated=4, free=0, sizeof=68
|\n| ndbcluster | binlog
| latest_epoch=155467, latest_trans_epoch=148126, \n latest_received_bin
log_epoch=0, latest_handled_binlog_epoch=0, \n latest_applied_binlog_epoch=0
|\n+------------+----------------------+--------------------------------------------------+\n\nThe rows w
ith connection and binlog in the Name column were added to\nthe output of this s
tatement in MySQL 5.1. The Status column in each of\nthese rows provides informa
tion about the MySQL server''s connection to\nthe cluster and about the cluster
binary log''s status, respectively.\nThe Status information is in the form of co
mma-delimited set of\nname/value pairs.\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/show-engine.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/show-e
ngine.html'),
(360, 'NAME_CONST', 14, 'Syntax:\nNAME_CONST(name,value)\n\nReturns the given va
lue. When used to produce a result set column,\nNAME_CONST() causes the column t
o have the given name. The arguments\nshould be constants.\n\nmysql> SELECT NAME
_CONST(''myname'', 14);\n+--------+\n| myname |\n+--------+\n|
14 |\n+-------+\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\
n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html')
,
(361, 'RELEASE_LOCK', 14, 'Syntax:\nRELEASE_LOCK(str)\n\nReleases the lock named
by the string str that was obtained with\nGET_LOCK(). Returns 1 if the lock was
released, 0 if the lock was not\nestablished by this thread (in which case the
lock is not released),\nand NULL if the named lock did not exist. The lock does
not exist if it\nwas never obtained by a call to GET_LOCK() or if it has previou
sly been\nreleased.\n\nThe DO statement is convenient to use with RELEASE_LOCK()
. See [HELP\nDO].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-f
unctions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-fu
nctions.html'),
(362, 'IS NULL', 18, 'Syntax:\nIS NULL\n\nTests whether a value is NULL.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql>
SELECT 1 IS NULL, 0 IS NULL, NULL IS NULL;\n
-> 0, 0, 1\n', 'http://dev.m
ysql.com/doc/refman/5.1/en/comparison-operators.html'),

(363, 'CONVERT_TZ', 31, 'Syntax:\nCONVERT_TZ(dt,from_tz,to_tz)\n\nCONVERT_TZ() c


onverts a datetime value dt from the time zone given by\nfrom_tz to the time zon
e given by to_tz and returns the resulting\nvalue. Time zones are specified as d
escribed in\nhttp://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html. This
\nfunction returns NULL if the arguments are invalid.\n\nURL: http://dev.mysql.c
om/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT CONVERT_T
Z(''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'',''+10:00'');\n
-> ''2004-01-01 22:00:00''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-a
nd-time-functions.html'),
(364, 'TIME_TO_SEC', 31, 'Syntax:\nTIME_TO_SEC(time)\n\nReturns the time argumen
t, converted to seconds.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and
-time-functions.html\n\n', 'mysql> SELECT TIME_TO_SEC(''22:23:00'');\n
->
80580\nmysql> SELECT TIME_TO_SEC(''00:39:38'');\n
-> 2378\n', 'http://de
v.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(365, 'WEEKDAY', 31, 'Syntax:\nWEEKDAY(date)\n\nReturns the weekday index for da
te (0 = Monday, 1 = Tuesday, ... 6 =\nSunday).\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT WEEKDAY(''2008-0
2-03 22:23:00'');\n
-> 6\nmysql> SELECT WEEKDAY(''2007-11-06'');\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html')
,
(366, 'EXPORT_SET', 36, 'Syntax:\nEXPORT_SET(bits,on,off[,separator[,number_of_b
its]])\n\nReturns a string such that for every bit set in the value bits, you ge
t\nan on string and for every bit not set in the value, you get an off\nstring.
Bits in bits are examined from right to left (from low-order to\nhigh-order bits
). Strings are added to the result from left to right,\nseparated by the separat
or string (the default being the comma\ncharacter ","). The number of bits exami
ned is given by number_of_bits\n(defaults to 64).\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/string-functions.html\n\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''\n', 'http://dev.mysql.com/doc/refm
an/5.1/en/string-functions.html'),
(367, 'ALTER SERVER', 38, 'Syntax:\nALTER SERVER server_name\n
OPTIONS (opti
on [, option] ...)\n\nAlters the server information for server_name, adjusting t
he specified\noptions as per the CREATE SERVER command. See [HELP CREATE SERVER]
. The\ncorresponding fields in the mysql.servers table are updated\naccordingly.
This statement requires the SUPER privilege.\n\nURL: http://dev.mysql.com/doc/r
efman/5.1/en/alter-server.html\n\n', 'ALTER SERVER s OPTIONS (USER ''sally'');\n
', 'http://dev.mysql.com/doc/refman/5.1/en/alter-server.html'),
(368, 'TIME FUNCTION', 31, 'Syntax:\nTIME(expr)\n\nExtracts the time part of the
time or datetime expression expr and\nreturns it as a string.\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT
TIME(''2003-12-31 01:02:03'');\n
-> ''01:02:03''\nmysql> SELECT TIME(''20
03-12-31 01:02:03.000123'');\n
-> ''01:02:03.000123''\n', 'http://dev.mys
ql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(369, 'DATE_ADD', 31, 'Syntax:\nDATE_ADD(date,INTERVAL expr unit), DATE_SUB(date
,INTERVAL expr unit)\n\nThese functions perform date arithmetic. The date argume
nt specifies\nthe starting date or datetime value. expr is an expression specify
ing\nthe interval value to be added or subtracted from the starting date.\nexpr
is a string; it may start with a "-" for negative intervals. unit\nis a keyword
indicating the units in which the expression should be\ninterpreted.\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> S
ELECT ''2008-12-31 23:59:59'' + INTERVAL 1 SECOND;\n
-> ''2009-01-01 00:0
0:00''\nmysql> SELECT INTERVAL 1 DAY + ''2008-12-31'';\n
-> ''2009-01-01'
'\nmysql> SELECT ''2005-01-01'' - INTERVAL 1 SECOND;\n
-> ''2004-12-31 23
:59:59''\nmysql> SELECT DATE_ADD(''2000-12-31 23:59:59'',\n
->
INTERVAL 1 SECOND);\n
-> ''2001-01-01 00:00:00''\nmysql> SELECT DATE_AD
D(''2010-12-31 23:59:59'',\n
->
INTERVAL 1 DAY);\n
->
''2011-01-01 23:59:59''\nmysql> SELECT DATE_ADD(''2100-12-31 23:59:59'',\n
->
INTERVAL ''1:1'' MINUTE_SECOND);\n
-> ''2101-01-01 00:01

:00''\nmysql> SELECT DATE_SUB(''2005-01-01 00:00:00'',\n


->
I
NTERVAL ''1 1:1:1'' DAY_SECOND);\n
-> ''2004-12-30 22:58:59''\nmysql> SEL
ECT DATE_ADD(''1900-01-01 00:00:00'',\n
->
INTERVAL ''-1 10''
DAY_HOUR);\n
-> ''1899-12-30 14:00:00''\nmysql> SELECT DATE_SUB(''1998-0
1-02'', INTERVAL 31 DAY);\n
-> ''1997-12-02''\nmysql> SELECT DATE_ADD(''1
992-12-31 23:59:59.000002'',\n
->
INTERVAL ''1.999999'' SECOND_MIC
ROSECOND);\n
-> ''1993-01-01 00:00:01.000001''\n', 'http://dev.mysql.com/
doc/refman/5.1/en/date-and-time-functions.html'),
(370, 'CAST', 36, 'Syntax:\nCAST(expr AS type)\n\nThe CAST() function takes a va
lue of one type and produce a value of\nanother type, similar to CONVERT(). See
the description of CONVERT()\nfor more information.\n\nURL: http://dev.mysql.com
/doc/refman/5.1/en/cast-functions.html\n\n', '', 'http://dev.mysql.com/doc/refma
n/5.1/en/cast-functions.html'),
(371, 'SOUNDS LIKE', 36, 'Syntax:\nexpr1 SOUNDS LIKE expr2\n\nThis is the same a
s SOUNDEX(expr1) = SOUNDEX(expr2).\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/string-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string
-functions.html'),
(372, 'PERIOD_DIFF', 31, 'Syntax:\nPERIOD_DIFF(P1,P2)\n\nReturns the number of m
onths between periods P1 and P2. P1 and P2\nshould be in the format YYMM or YYYY
MM. Note that the period arguments\nP1 and P2 are not date values.\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SEL
ECT PERIOD_DIFF(200802,200703);\n
-> 11\n', 'http://dev.mysql.com/doc/ref
man/5.1/en/date-and-time-functions.html'),
(373, 'LIKE', 36, 'Syntax:\nexpr LIKE pat [ESCAPE ''escape_char'']\n\nPattern ma
tching using SQL simple regular expression comparison.\nReturns 1 (TRUE) or 0 (F
ALSE). If either expr or pat is NULL, the\nresult is NULL.\n\nThe pattern need n
ot be a literal string. For example, it can be\nspecified as a string expression
or table column.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-comparis
on-functions.html\n\n', 'mysql> SELECT ''David!'' LIKE ''David_'';\n
-> 1
\nmysql> SELECT ''David!'' LIKE ''%D%v%'';\n
-> 1\n', 'http://dev.mysql.c
om/doc/refman/5.1/en/string-comparison-functions.html'),
(374, 'MULTIPOINT', 24, 'MultiPoint(pt1,pt2,...)\n\nConstructs a WKB MultiPoint
value using WKB Point arguments. If any\nargument is not a WKB Point, the return
value is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatialvalues.html#gis-mysql-specific-functions\n\n', '', 'http://dev.mysql.com/doc/ref
man/5.1/en/creating-spatial-values.html#gis-mysql-specific-functions'),
(375, '>>', 19, 'Syntax:\n>>\n\nShifts a longlong (BIGINT) number to the right.\
n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html\n\n', 'mysql>
SELECT 4 >> 2;\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/bit-fun
ctions.html'),
(376, 'FETCH', 23, 'Syntax:\nFETCH cursor_name INTO var_name [, var_name] ...\n\
nThis statement fetches the next row (if a row exists) using the\nspecified open
cursor, and advances the cursor pointer.\n\nIf no more rows are available, a No
Data condition occurs with SQLSTATE\nvalue 02000. To detect this condition, you
can set up a handler for it\n(or for a NOT FOUND condition). An example is show
n in\nhttp://dev.mysql.com/doc/refman/5.1/en/cursors.html.\n\nURL: http://dev.my
sql.com/doc/refman/5.1/en/fetch.html\n\n', '', 'http://dev.mysql.com/doc/refman/
5.1/en/fetch.html'),
(377, 'AVG', 16, 'Syntax:\nAVG([DISTINCT] expr)\n\nReturns the average value of
expr. The DISTINCT option can be used to\nreturn the average of the distinct val
ues of expr.\n\nAVG() returns NULL if there were no matching rows.\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n', 'mysql> SELECT s
tudent_name, AVG(test_score)\n
->
FROM student\n
->
GROUP BY
student_name;\n', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.ht
ml'),
(378, 'TRUE FALSE', 29, 'The constants TRUE and FALSE evaluate to 1 and 0, respe
ctively. The\nconstant names can be written in any lettercase.\n\nmysql> SELECT
TRUE, true, FALSE, false;\n
-> 1, 1, 0, 0\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/boolean-values.html\n\n', '', 'http://dev.mysql.com/doc/refman/5
.1/en/boolean-values.html'),

(379, 'MBRWITHIN', 6, 'MBRWithin(g1,g2)\n\nReturns 1 or 0 to indicate whether th


e Minimum Bounding Rectangle of g1\nis within the Minimum Bounding Rectangle of
g2. This tests the opposite\nrelationship as MBRContains().\n\nURL: http://dev.m
ysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html\n\n', 'mysql> SET @g1
= GeomFromText(''Polygon((0 0,0 3,3 3,3 0,0 0))'');\nmysql> SET @g2 = GeomFromTe
xt(''Polygon((0 0,0 5,5 5,5 0,0 0))'');\nmysql> SELECT MBRWithin(@g1,@g2), MBRWi
thin(@g2,@g1);\n+--------------------+--------------------+\n| MBRWithin(@g1,@g2
) | MBRWithin(@g2,@g1) |\n+--------------------+--------------------+\n|
1 |
0 |\n+--------------------+--------------------+\
n', 'http://dev.mysql.com/doc/refman/5.1/en/relations-on-geometry-mbr.html'),
(380, 'IN', 18, 'Syntax:\nexpr IN (value,...)\n\nReturns 1 if expr is equal to a
ny of the values in the IN list, else\nreturns 0. If all values are constants, t
hey are evaluated according to\nthe type of expr and sorted. The search for the
item then is done using\na binary search. This means IN is very quick if the IN
value list\nconsists entirely of constants. Otherwise, type conversion takes pla
ce\naccording to the rules described in\nhttp://dev.mysql.com/doc/refman/5.1/en/
type-conversion.html, but\napplied to all the arguments.\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 2 IN (0,3
,5,7);\n
-> 0\nmysql> SELECT ''wefwf'' IN (''wee'',''wefwf'',''weg'');\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.htm
l'),
(381, 'QUOTE', 36, 'Syntax:\nQUOTE(str)\n\nQuotes a string to produce a result t
hat can be used as a properly\nescaped data value in an SQL statement. The strin
g is returned enclosed\nby single quotes and with each instance of single quote
("''"),\nbackslash ("\\"), ASCII NUL, and Control-Z preceded by a backslash. If\
nthe argument is NULL, the return value is the word "NULL" without\nenclosing si
ngle quotes.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.htm
l\n\n', 'mysql> SELECT QUOTE(''Don\\''t!'');\n
-> ''Don\\''t!''\nmysql> S
ELECT QUOTE(NULL);\n
-> NULL\n', 'http://dev.mysql.com/doc/refman/5.1/en/
string-functions.html'),
(382, 'SESSION_USER', 15, 'Syntax:\nSESSION_USER()\n\nSESSION_USER() is a synony
m for USER().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-functio
ns.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/information-functions.
html'),
(383, 'HELP COMMAND', 26, 'Syntax:\nmysql> help search_string\n\nIf you provide
an argument to the help command, mysql uses it as a\nsearch string to access ser
ver-side help from the contents of the MySQL\nReference Manual. The proper opera
tion of this command requires that\nthe help tables in the mysql database be ini
tialized with help topic\ninformation (see\nhttp://dev.mysql.com/doc/refman/5.1/
en/server-side-help-support.html).\n\nIf there is no match for the search string
, the search fails:\n\nmysql> help me\n\nNothing found\nPlease try to run ''help
contents'' for a list of all accessible topics\n\nUse help contents to see a li
st of the help categories:\n\nmysql> help contents\nYou asked for help about hel
p category: "Contents"\nFor more information, type ''help <item>'', where <item>
is one of the\nfollowing categories:\n Account Management\n Administration\
n Data Definition\n Data Manipulation\n Data Types\n Functions\n Funct
ions and Modifiers for Use with GROUP BY\n Geographic Features\n Language St
ructure\n Plugins\n Storage Engines\n Stored Routines\n Table Maintenanc
e\n Transactions\n Triggers\n\nIf the search string matches multiple items,
mysql shows a list of\nmatching topics:\n\nmysql> help logs\nMany help items for
your request exist.\nTo make a more specific request, please type ''help <item>
'',\nwhere <item> is one of the following topics:\n SHOW\n SHOW BINARY LOGS\
n SHOW ENGINE\n SHOW LOGS\n\nUse a topic as the search string to see the hel
p entry for that topic:\n\nmysql> help show binary logs\nName: ''SHOW BINARY LOG
S''\nDescription:\nSyntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the bina
ry log files on the server. This statement is used as\npart of the procedure des
cribed in [purge-binary-logs], that shows how\nto determine which logs can be pu
rged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name
| File_size |\n+---------------+-----------+\n| binlog.000015 |
724935 |\n|
binlog.000016 |
733481 |\n+---------------+-----------+\n\nURL: http://dev.m

ysql.com/doc/refman/5.1/en/mysql-server-side-help.html\n\n', '', 'http://dev.mys


ql.com/doc/refman/5.1/en/mysql-server-side-help.html'),
(384, 'QUARTER', 31, 'Syntax:\nQUARTER(date)\n\nReturns the quarter of the year
for date, in the range 1 to 4.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/da
te-and-time-functions.html\n\n', 'mysql> SELECT QUARTER(''2008-04-01'');\n
-> 2\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'
),
(385, 'POSITION', 36, 'Syntax:\nPOSITION(substr IN str)\n\nPOSITION(substr IN st
r) is a synonym for LOCATE(substr,str).\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/string-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/s
tring-functions.html'),
(386, 'IS_USED_LOCK', 14, 'Syntax:\nIS_USED_LOCK(str)\n\nChecks whether the lock
named str is in use (that is, locked). If so,\nit returns the connection identi
fier of the client that holds the lock.\nOtherwise, it returns NULL.\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n', '', 'http
://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),
(387, 'POLYFROMTEXT', 3, 'PolyFromText(wkt[,srid]), PolygonFromText(wkt[,srid])\
n\nConstructs a POLYGON value using its WKT representation and SRID.\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkt-functio
ns\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.htm
l#gis-wkt-functions'),
(388, 'DES_ENCRYPT', 11, 'Syntax:\nDES_ENCRYPT(str[,{key_num|key_str}])\n\nEncry
pts the string with the given key using the Triple-DES algorithm.\n\nThis functi
on works only if MySQL has been configured with SSL support.\nSee http://dev.mys
ql.com/doc/refman/5.1/en/secure-connections.html.\n\nThe encryption key to use i
s chosen based on the second argument to\nDES_ENCRYPT(), if one was given. With
no argument, the first key from\nthe DES key file is used. With a key_num argume
nt, the given key number\n(0-9) from the DES key file is used. With a key_str ar
gument, the given\nkey string is used to encrypt str.\n\nThe key file can be spe
cified with the --des-key-file server option.\n\nThe return string is a binary s
tring where the first character is\nCHAR(128 | key_num). If an error occurs, DES
_ENCRYPT() returns NULL.\n\nThe 128 is added to make it easier to recognize an e
ncrypted key. If\nyou use a string key, key_num is 127.\n\nThe string length for
the result is given by this formula:\n\nnew_len = orig_len + (8 - (orig_len % 8
)) + 1\n\nEach line in the DES key file has the following format:\n\nkey_num des
_key_str\n\nEach key_num value must be a number in the range from 0 to 9. Lines
in\nthe file may be in any order. des_key_str is the string that is used to\nenc
rypt the message. There should be at least one space between the\nnumber and the
key. The first key is the default key that is used if\nyou do not specify any k
ey argument to DES_ENCRYPT().\n\nYou can tell MySQL to read new key values from
the key file with the\nFLUSH DES_KEY_FILE statement. This requires the RELOAD pr
ivilege.\n\nOne benefit of having a set of default keys is that it gives\napplic
ations a way to check for the existence of encrypted column\nvalues, without giv
ing the end user the right to decrypt those values.\n\nURL: http://dev.mysql.com
/doc/refman/5.1/en/encryption-functions.html\n\n', 'mysql> SELECT customer_addre
ss FROM customer_table \n
> WHERE crypted_credit_card = DES_ENCRYPT(''credit
_card_number'');\n', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-function
s.html'),
(389, 'CEIL', 4, 'Syntax:\nCEIL(X)\n\nCEIL() is a synonym for CEILING().\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', '', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(390, 'LENGTH', 36, 'Syntax:\nLENGTH(str)\n\nReturns the length of the string st
r, measured in bytes. A multi-byte\ncharacter counts as multiple bytes. This mea
ns that for a string\ncontaining five two-byte characters, LENGTH() returns 10,
whereas\nCHAR_LENGTH() returns 5.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/string-functions.html\n\n', 'mysql> SELECT LENGTH(''text'');\n
-> 4\n',
'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(391, 'STR_TO_DATE', 31, 'Syntax:\nSTR_TO_DATE(str,format)\n\nThis is the invers
e of the DATE_FORMAT() function. It takes a string\nstr and a format string form
at. STR_TO_DATE() returns a DATETIME value\nif the format string contains both d

ate and time parts, or a DATE or\nTIME value if the string contains only date or
time parts.\n\nThe date, time, or datetime values contained in str should be gi
ven in\nthe format indicated by format. For the specifiers that can be used in\n
format, see the DATE_FORMAT() function description. If str contains an\nillegal
date, time, or datetime value, STR_TO_DATE() returns NULL. An\nillegal value als
o produces a warning.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-ti
me-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-tim
e-functions.html'),
(392, 'Y', 10, 'Y(p)\n\nReturns the Y-coordinate value for the point p as a doub
le-precision\nnumber.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-pr
operty-functions.html#point-property-functions\n\n', 'mysql> SET @pt = ''Point(5
6.7 53.34)'';\nmysql> SELECT Y(GeomFromText(@pt));\n+----------------------+\n|
Y(GeomFromText(@pt)) |\n+----------------------+\n|
53.34 |\n+---------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/geometry-proper
ty-functions.html#point-property-functions'),
(393, 'SHOW INNODB STATUS', 27, 'Syntax:\nSHOW INNODB STATUS\n\nIn MySQL 5.1, th
is is a deprecated synonym for SHOW ENGINE INNODB\nSTATUS. See [HELP SHOW ENGINE
].\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-innodb-status.html\n\n',
'', 'http://dev.mysql.com/doc/refman/5.1/en/show-innodb-status.html'),
(394, 'CHECKSUM TABLE', 20, 'Syntax:\nCHECKSUM TABLE tbl_name [, tbl_name] ... [
QUICK | EXTENDED ]\n\nCHECKSUM TABLE reports a table checksum.\n\nWith QUICK, t
he live table checksum is reported if it is available, or\nNULL otherwise. This
is very fast. A live checksum is enabled by\nspecifying the CHECKSUM=1 table opt
ion when you create the table;\ncurrently, this is supported only for MyISAM tab
les. See [HELP CREATE\nTABLE].\n\nWith EXTENDED, the entire table is read row by
row and the checksum is\ncalculated. This can be very slow for large tables.\n\
nIf neither QUICK nor EXTENDED is specified, MySQL returns a live\nchecksum if t
he table storage engine supports it and scans the table\notherwise.\n\nFor a non
-existent table, CHECKSUM TABLE returns NULL and generates a\nwarning.\n\nThe ch
ecksum value depends on the table row format. If the row format\nchanges, the ch
ecksum also changes. For example, the storage format for\nVARCHAR changed betwee
n MySQL 4.1 and 5.0, so if a 4.1 table is\nupgraded to MySQL 5.0, the checksum v
alue may change.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/checksum-table.h
tml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/checksum-table.html'),
(395, 'NUMINTERIORRINGS', 2, 'NumInteriorRings(poly)\n\nReturns the number of in
terior rings in the Polygon value poly.\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/geometry-property-functions.html#polygon-property-functions\n\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))'';\n
mysql> SELECT NumInteriorRings(GeomFromText(@poly));\n+--------------------------------------+\n| NumInteriorRings(GeomFromText(@poly)) |\n+--------------------------------------+\n|
1 |\n+--------------------------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/geometry
-property-functions.html#polygon-property-functions'),
(396, 'INTERIORRINGN', 2, 'InteriorRingN(poly,N)\n\nReturns the N-th interior ri
ng for the Polygon value poly as a\nLineString. Rings are numbered beginning wit
h 1.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.
html#polygon-property-functions\n\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| As
Text(InteriorRingN(GeomFromText(@poly),1)) |\n+---------------------------------------------+\n| LINESTRING(1 1,1 2,2 2,2 1,1 1)
|\n+---------------------------------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/g
eometry-property-functions.html#polygon-property-functions'),
(397, 'UTC_TIME', 31, 'Syntax:\nUTC_TIME, UTC_TIME()\n\nReturns the current UTC
time as a value in ''HH:MM:SS'' or HHMMSS.uuuuuu\nformat, depending on whether t
he function is used in a string or\nnumeric context.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT UTC_TIME()
, UTC_TIME() + 0;\n
-> ''18:07:53'', 180753.000000\n', 'http://dev.mysql.
com/doc/refman/5.1/en/date-and-time-functions.html'),
(398, 'DROP FUNCTION', 38, 'The DROP FUNCTION statement is used to drop stored f

unctions and\nuser-defined functions (UDFs):\n\no For information about dropping


stored functions, see [HELP DROP\n PROCEDURE].\n\no For information about drop
ping user-defined functions, see [HELP DROP\n FUNCTION UDF].\n\nURL: http://dev
.mysql.com/doc/refman/5.1/en/drop-function.html\n\n', '', 'http://dev.mysql.com/
doc/refman/5.1/en/drop-function.html'),
(399, 'ALTER EVENT', 38, 'Syntax:\nALTER\n
[DEFINER = { user | CURRENT_USER }
]\n
EVENT event_name\n
[ON SCHEDULE schedule]\n
[ON COMPLETION [NOT] PR
ESERVE]\n
[RENAME TO new_event_name]\n
[ENABLE | DISABLE | DISABLE ON SLAV
E]\n
[COMMENT ''comment'']\n
[DO sql_statement]\n\nThe ALTER EVENT stateme
nt is used to change one or more of the\ncharacteristics of an existing event wi
thout the need to drop and\nrecreate it. The syntax for each of the DEFINER, ON
SCHEDULE, ON\nCOMPLETION, COMMENT, ENABLE / DISABLE, and DO clauses is exactly t
he\nsame as when used with CREATE EVENT. (See [HELP CREATE EVENT].)\n\nSupport f
or the DEFINER clause was added in MySQL 5.1.17.\n\nBeginning with MySQL 5.1.12,
any user can alter an event defined on a\ndatabase for which that user has the
EVENT privilege. When a user\nexecutes a successful ALTER EVENT statement, that
user becomes the\ndefiner for the affected event.\n\n(In MySQL 5.1.11 and earlie
r, an event could be altered only by its\ndefiner, or by a user having the SUPER
privilege.)\n\nALTER EVENT works only with an existing event:\n\nmysql> ALTER E
VENT no_such_event \n
>
ON SCHEDULE \n
>
EVERY ''2:3'' DAY_HOU
R;\nERROR 1517 (HY000): Unknown event ''no_such_event''\n\nURL: http://dev.mysql
.com/doc/refman/5.1/en/alter-event.html\n\n', '', 'http://dev.mysql.com/doc/refm
an/5.1/en/alter-event.html'),
(400, 'STDDEV', 16, 'Syntax:\nSTDDEV(expr)\n\nReturns the population standard de
viation of expr. This function is\nprovided for compatibility with Oracle. The s
tandard SQL function\nSTDDEV_POP() can be used instead.\n\nThis function returns
NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.
1/en/group-by-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/g
roup-by-functions.html'),
(401, 'DATE_SUB', 31, 'Syntax:\nDATE_SUB(date,INTERVAL expr unit)\n\nSee the des
cription for DATE_ADD().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and
-time-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/date-andtime-functions.html'),
(402, 'PERIOD_ADD', 31, 'Syntax:\nPERIOD_ADD(P,N)\n\nAdds N months to period P (
in the format YYMM or YYYYMM). Returns a\nvalue in the format YYYYMM. Note that
the period argument P is not a\ndate value.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT PERIOD_ADD(200801,2
);\n
-> 200803\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-timefunctions.html'),
(403, '|', 19, 'Syntax:\n|\n\nBitwise OR:\n\nURL: http://dev.mysql.com/doc/refma
n/5.1/en/bit-functions.html\n\n', 'mysql> SELECT 29 | 15;\n
-> 31\n', 'ht
tp://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),
(404, 'GEOMFROMTEXT', 3, 'GeomFromText(wkt[,srid]), GeometryFromText(wkt[,srid])
\n\nConstructs a geometry value of any type using its WKT representation\nand SR
ID.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#
gis-wkt-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spa
tial-values.html#gis-wkt-functions'),
(405, 'UUID_SHORT', 14, 'Syntax:\nUUID_SHORT()\n\nReturns a "short" universal id
entifier as a 64-bit unsigned integer\n(rather than a string-form 128-bit identi
fier as returned by the UUID()\nfunction).\n\nThe value of UUID_SHORT() is guara
nteed to be unique if the following\nconditions hold:\n\no The server_id of the
current host is unique among your set of master\n and slave servers\n\no server
_id is between 0 and 255\n\no You don''t set back your system time for your serv
er between mysqld\n restarts\n\no You do not invoke UUID_SHORT() on average mor
e than 16 million times\n per second between mysqld restarts\n\nThe UUID_SHORT(
) return value is constructed this way:\n\n (server_id & 255) << 56\n+ (server_
startup_time_in_seconds << 24)\n+ incremented_variable++;\n\nURL: http://dev.mys
ql.com/doc/refman/5.1/en/miscellaneous-functions.html\n\n', 'mysql> SELECT UUID_
SHORT();\n
-> 92395783831158784 \n', 'http://dev.mysql.com/doc/refman/5.1
/en/miscellaneous-functions.html'),

(406, 'RIGHT', 36, 'Syntax:\nRIGHT(str,len)\n\nReturns the rightmost len charact


ers from the string str, or NULL if\nany argument is NULL.\n\nURL: http://dev.my
sql.com/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT RIGHT(''foo
barbar'', 4);\n
-> ''rbar''\n', 'http://dev.mysql.com/doc/refman/5.1/en/s
tring-functions.html'),
(407, 'DATEDIFF', 31, 'Syntax:\nDATEDIFF(expr1,expr2)\n\nDATEDIFF() returns expr
1 - expr2 expressed as a value in days from one\ndate to the other. expr1 and ex
pr2 are date or date-and-time\nexpressions. Only the date parts of the values ar
e used in the\ncalculation.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/dateand-time-functions.html\n\n', 'mysql> SELECT DATEDIFF(''2007-12-31 23:59:59'',''
2007-12-30'');\n
-> 1\nmysql> SELECT DATEDIFF(''2010-11-30 23:59:59'',''2
010-12-31'');\n
-> -31\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-a
nd-time-functions.html'),
(408, 'DROP TABLESPACE', 38, 'Syntax:\nDROP TABLESPACE tablespace_name\n
ENGI
NE [=] engine_name\n\nThis statement drops a tablespace that was previously crea
ted using\nCREATE TABLESPACE (see [HELP CREATE TABLESPACE]).\n\n*Important*: The
tablespace to be dropped must not contain any data\nfiles; in other words, befo
re you can drop a tablespace, you must first\ndrop each of its data files using
ALTER TABLESPACE ... DROP DATAFILE\n(see [HELP ALTER TABLESPACE]).\n\nThe ENGINE
clause (required) specifies the storage engine used by the\ntablespace. In MySQ
L 5.1, the only accepted values for engine_name are\nNDB and NDBCLUSTER.\n\nDROP
TABLESPACE was added in MySQL 5.1.6. In MySQL 5.1, it is useful\nonly with Disk
Data storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mys
ql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/drop-t
ablespace.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/drop-tablespace
.html'),
(409, 'DROP PROCEDURE', 38, 'Syntax:\nDROP {PROCEDURE | FUNCTION} [IF EXISTS] sp
_name\n\nThis statement is used to drop a stored procedure or function. That is,
\nthe specified routine is removed from the server. You must have the\nALTER ROU
TINE privilege for the routine. (That privilege is granted\nautomatically to the
routine creator.)\n\nThe IF EXISTS clause is a MySQL extension. It prevents an
error from\noccurring if the procedure or function does not exist. A warning is\
nproduced that can be viewed with SHOW WARNINGS.\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/drop-procedure.html\n\n', '', 'http://dev.mysql.com/doc/refman/5
.1/en/drop-procedure.html'),
(410, 'CHECK TABLE', 20, 'Syntax:\nCHECK TABLE tbl_name [, tbl_name] ... [option
] ...\n\noption = {FOR UPGRADE | QUICK | FAST | MEDIUM | EXTENDED | CHANGED}\n\n
CHECK TABLE checks a table or tables for errors. CHECK TABLE works for\nMyISAM,
InnoDB, and ARCHIVE tables. Starting with MySQL 5.1.9, CHECK\nTABLE is also vali
d for CSV tables, see\nhttp://dev.mysql.com/doc/refman/5.1/en/csv-storage-engine
.html. For\nMyISAM tables, the key statistics are updated as well.\n\nCHECK TABL
E can also check views for problems, such as tables that are\nreferenced in the
view definition that no longer exist.\n\nCHECK TABLE is not supported for partit
ioned tables before MySQL\n5.1.27.\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/check-table.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/check-table
.html'),
(411, 'BIN', 36, 'Syntax:\nBIN(N)\n\nReturns a string representation of the bina
ry value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CON
V(N,10,2). Returns\nNULL if N is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/string-functions.html\n\n', 'mysql> SELECT BIN(12);\n
-> ''1100''\n
', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(412, 'INSTALL PLUGIN', 5, 'Syntax:\nINSTALL PLUGIN plugin_name SONAME ''plugin_
library''\n\nThis statement installs a plugin.\n\nplugin_name is the name of the
plugin as defined in the plugin\ndeclaration structure contained in the library
file. Plugin name case\nsensitivity is determined by the host system filename s
emantics.\n\nplugin_library is the name of the shared library that contains the\
nplugin code. The name includes the filename extension (for example,\nlibmyplugi
n.so or libmyplugin.dylib).\n\nThe shared library must be located in the plugin
directory (that is,\nthe directory named by the plugin_dir system variable). The
library\nmust be in the plugin directory itself, not in a subdirectory. By\ndef

ault, plugin_dir is plugin directory under the directory named by\nthe pkglibdir
configuration variable, but it can be changed by setting\nthe value of plugin_d
ir at server startup. For example, set its value\nin a my.cnf file:\n\n[mysqld]\
nplugin_dir=/path/to/plugin/directory\n\nIf the value of plugin_dir is a relativ
e pathname, it is taken to be\nrelative to the MySQL base directory (the value o
f the basedir system\nvariable).\n\nINSTALL PLUGIN adds a line to the mysql.plug
in table that describes the\nplugin. This table contains the plugin name and lib
rary filename.\n\nINSTALL PLUGIN also loads and initializes the plugin code to m
ake the\nplugin available for use. A plugin is initialized by executing its\nini
tialization function, which handles any setup that the plugin must\nperform befo
re it can be used.\n\nTo use INSTALL PLUGIN, you must have the INSERT privilege
for the\nmysql.plugin table.\n\nAt server startup, the server loads and initiali
zes any plugin that is\nlisted in the mysql.plugin table. This means that a plug
in is installed\nwith INSTALL PLUGIN only once, not every time the server starts
. Plugin\nloading at startup does not occur if the server is started with the\n-skip-grant-tables option.\n\nWhen the server shuts down, it executes the deinit
ialization function\nfor each plugin that is loaded so that the plugin has a cha
nge to\nperform any final cleanup.\n\nIf you need to load plugins for a single s
erver startup when the\n--skip-grant-tables option is given (which tells the ser
ver not to read\nsystem tables), use the --plugin-load option. See\nhttp://dev.m
ysql.com/doc/refman/5.1/en/server-options.html.\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/install-plugin.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.
1/en/install-plugin.html'),
(413, 'DECLARE CURSOR', 23, 'Syntax:\nDECLARE cursor_name CURSOR FOR select_stat
ement\n\nThis statement declares a cursor. Multiple cursors may be declared in a
\nstored program, but each cursor in a given block must have a unique\nname.\n\n
The SELECT statement cannot have an INTO clause.\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/declare-cursors.html\n\n', '', 'http://dev.mysql.com/doc/refman/
5.1/en/declare-cursors.html'),
(414, 'LOAD DATA', 27, 'Syntax:\nLOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] I
NFILE ''file_name''\n
[REPLACE | IGNORE]\n
INTO TABLE tbl_name\n
[CHARA
CTER SET charset_name]\n
[{FIELDS | COLUMNS}\n
[TERMINATED BY ''string
'']\n
[[OPTIONALLY] ENCLOSED BY ''char'']\n
[ESCAPED BY ''char'']\
n
]\n
[LINES\n
[STARTING BY ''string'']\n
[TERMINATED BY ''s
tring'']\n
]\n
[IGNORE number LINES]\n
[(col_name_or_user_var,...)]\n
[SET col_name = expr,...]\n\nThe LOAD DATA INFILE statement reads rows from a
text file into a table\nat a very high speed. The filename must be given as a li
teral string.\n\nLOAD DATA INFILE is the complement of SELECT ... INTO OUTFILE.
(See\nhttp://dev.mysql.com/doc/refman/5.1/en/select.html.) To write data from\na
table to a file, use SELECT ... INTO OUTFILE. To read the file back\ninto a tab
le, use LOAD DATA INFILE. The syntax of the FIELDS and LINES\nclauses is the sam
e for both statements. Both clauses are optional, but\nFIELDS must precede LINES
if both are specified.\n\nFor more information about the efficiency of INSERT v
ersus LOAD DATA\nINFILE and speeding up LOAD DATA INFILE, see\nhttp://dev.mysql.
com/doc/refman/5.1/en/insert-speed.html.\n\nThe character set indicated by the c
haracter_set_database system\nvariable is used to interpret the information in t
he file. SET NAMES\nand the setting of character_set_client do not affect interp
retation of\ninput. If the contents of the input file use a character set that\n
differs from the default, it is usually preferable to specify the\ncharacter set
of the file by using the CHARACTER SET clause, which is\navailable as of MySQL
5.1.17.\n\nLOAD DATA INFILE interprets all fields in the file as having the same
\ncharacter set, regardless of the data types of the columns into which\nfield v
alues are loaded. For proper interpretation of file contents,\nyou must ensure t
hat it was written with the correct character set. For\nexample, if you write a
data file with mysqldump -T or by issuing a\nSELECT ... INTO OUTFILE statement i
n mysql, be sure to use a\n--default-character-set option with mysqldump or mysq
l so that output\nis written in the character set to be used when the file is lo
aded with\nLOAD DATA INFILE.\n\nNote that it is currently not possible to load d
ata files that use the\nucs2 character set.\n\nAs of MySQL 5.1.6, the character_
set_filesystem system variable\ncontrols the interpretation of the filename.\n\n

You can also load data files by using the mysqlimport utility; it\noperates by s
ending a LOAD DATA INFILE statement to the server. The\n--local option causes my
sqlimport to read data files from the client\nhost. You can specify the --compre
ss option to get better performance\nover slow networks if the client and server
support the compressed\nprotocol. See http://dev.mysql.com/doc/refman/5.1/en/my
sqlimport.html.\n\nIf you use LOW_PRIORITY, execution of the LOAD DATA statement
is\ndelayed until no other clients are reading from the table. This affects\non
ly storage engines that use only table-level locking (MyISAM, MEMORY,\nMERGE).\n
\nIf you specify CONCURRENT with a MyISAM table that satisfies the\ncondition fo
r concurrent inserts (that is, it contains no free blocks\nin the middle), other
threads can retrieve data from the table while\nLOAD DATA is executing. Using t
his option affects the performance of\nLOAD DATA a bit, even if no other thread
is using the table at the same\ntime.\n\nCONCURRENT is not replicated when using
statement-based replication;\nhowever, it is replicated when using row-based re
plication. See\nhttp://dev.mysql.com/doc/refman/5.1/en/replication-features-load
-data.h\ntml, for more information.\n\n*Note*: Prior to MySQL 5.1.23, LOAD DATA
performed very poorly when\nimporting into partitioned tables. The statement now
uses buffering to\nimprove performance; however, the buffer uses 130 KB memory
per\npartition to achieve this. (Bug#26527 (http://bugs.mysql.com/26527))\n\nThe
LOCAL keyword, if specified, is interpreted with respect to the\nclient end of
the connection:\n\no If LOCAL is specified, the file is read by the client progr
am on the\n client host and sent to the server. The file can be given as a full
\n pathname to specify its exact location. If given as a relative\n pathname,
the name is interpreted relative to the directory in which\n the client program
was started.\n\no If LOCAL is not specified, the file must be located on the se
rver\n host and is read directly by the server. The server uses the\n followin
g rules to locate the file:\n\n o If the filename is an absolute pathname, the
server uses it as\n
given.\n\n o If the filename is a relative pathname with
one or more leading\n
components, the server searches for the file relative
to the\n
server''s data directory.\n\n o If a filename with no leading compo
nents is given, the server looks\n
for the file in the database directory of
the default database.\n\nNote that, in the non-LOCAL case, these rules mean that
a file named as\n./myfile.txt is read from the server''s data directory, wherea
s the file\nnamed as myfile.txt is read from the database directory of the defau
lt\ndatabase. For example, if db1 is the default database, the following\nLOAD D
ATA statement reads the file data.txt from the database directory\nfor db1, even
though the statement explicitly loads the file into a\ntable in the db2 databas
e:\n\nLOAD DATA INFILE ''data.txt'' INTO TABLE db2.my_table;\n\nWindows pathname
s are specified using forward slashes rather than\nbackslashes. If you do use ba
ckslashes, you must double them.\n\nFor security reasons, when reading text file
s located on the server,\nthe files must either reside in the database directory
or be readable\nby all. Also, to use LOAD DATA INFILE on server files, you must
have\nthe FILE privilege. See\nhttp://dev.mysql.com/doc/refman/5.1/en/privilege
s-provided.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/load-data.html\n
\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/load-data.html'),
(415, 'MULTILINESTRING', 24, 'MultiLineString(ls1,ls2,...)\n\nConstructs a WKB M
ultiLineString value using WKB LineString arguments.\nIf any argument is not a W
KB LineString, the return value is NULL.\n\nURL: http://dev.mysql.com/doc/refman
/5.1/en/creating-spatial-values.html#gis-mysql-specific-functions\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-mysql-speci
fic-functions'),
(416, 'LOCALTIME', 31, 'Syntax:\nLOCALTIME, LOCALTIME()\n\nLOCALTIME and LOCALTI
ME() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date
-and-time-functions.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/dateand-time-functions.html'),
(417, 'MPOINTFROMTEXT', 3, 'MPointFromText(wkt[,srid]), MultiPointFromText(wkt[,
srid])\n\nConstructs a MULTIPOINT value using its WKT representation and SRID.\n
\nURL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-w
kt-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatialvalues.html#gis-wkt-functions'),

(418, 'BLOB', 21, 'BLOB[(M)]\n\nA BLOB column with a maximum length of 65,535 (2
16 - 1) bytes. Each\nBLOB value is stored using a two-byte length prefix that in
dicates the\nnumber of bytes in the value.\n\nAn optional length M can be given
for this type. If this is done, MySQL\ncreates the column as the smallest BLOB t
ype large enough to hold\nvalues M bytes long.\n\nURL: http://dev.mysql.com/doc/
refman/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refm
an/5.1/en/string-type-overview.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(419, 'SHA1', 11, 'Syntax:\nSHA1(str), SHA(str)\n\nCalculates an SHA-1 160-bit c
hecksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The v
alue is returned as a binary\nstring of 40 hex digits, or NULL if the argument w
as NULL. One of the\npossible uses for this function is as a hash key. You can a
lso use it\nas a cryptographic function for storing passwords. SHA() is synonymo
us\nwith SHA1().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/encryption-funct
ions.html\n\n', 'mysql> SELECT SHA1(''abc'');\n
-> ''a9993e364706816aba3e
25717850c26c9cd0d89d''\n', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-fu
nctions.html'),
(420, 'SUBSTR', 36, 'Syntax:\nSUBSTR(str,pos), SUBSTR(str FROM pos), SUBSTR(str,
pos,len), SUBSTR(str\nFROM pos FOR len)\n\nSUBSTR() is a synonym for SUBSTRING()
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', '',
'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(421, 'PASSWORD', 11, 'Syntax:\nPASSWORD(str)\n\nCalculates and returns a passwo
rd string from the plaintext password\nstr and returns a binary string, or NULL
if the argument was NULL. This\nis the function that is used for encrypting MySQ
L passwords for storage\nin the Password column of the user grant table.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n', 'mysql>
SELECT PASSWORD(''badpwd'');\n
-> ''*AAB3E285149C0135D51A520E1940DD3263DC
008C''\n', 'http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(422, 'CHAR', 21, '[NATIONAL] CHAR[(M)] [CHARACTER SET charset_name] [COLLATE\nc
ollation_name]\n\nA fixed-length string that is always right-padded with spaces
to the\nspecified length when stored. M represents the column length in\ncharact
ers. The range of M is 0 to 255. If M is omitted, the length is\n1.\n\n*Note*: T
railing spaces are removed when CHAR values are retrieved\nunless the PAD_CHAR_T
O_FULL_LENGTH SQL mode is enabled.\n\nURL: http://dev.mysql.com/doc/refman/5.1/e
n/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/st
ring-type-overview.html'),
(423, 'UTC_DATE', 31, 'Syntax:\nUTC_DATE, UTC_DATE()\n\nReturns the current UTC
date as a value in ''YYYY-MM-DD'' or YYYYMMDD\nformat, depending on whether the
function is used in a string or\nnumeric context.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT UTC_DATE(), U
TC_DATE() + 0;\n
-> ''2003-08-14'', 20030814\n', 'http://dev.mysql.com/do
c/refman/5.1/en/date-and-time-functions.html'),
(424, 'DIMENSION', 35, 'Dimension(g)\n\nReturns the inherent dimension of the ge
ometry value g. The result can\nbe -1, 0, 1, or 2. The meaning of these values i
s given in\nhttp://dev.mysql.com/doc/refman/5.1/en/gis-class-geometry.html.\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#gene
ral-geometry-property-functions\n\n', 'mysql> SELECT Dimension(GeomFromText(''Li
neString(1 1,2 2)''));\n+------------------------------------------------+\n| Di
mension(GeomFromText(''LineString(1 1,2 2)'')) |\n+-----------------------------------------------+\n|
1 |\n+-----------------------------------------------+\n', 'http://dev.mysql.com/doc/refma
n/5.1/en/geometry-property-functions.html#general-geometry-property-functions'),
(425, 'COUNT DISTINCT', 16, 'Syntax:\nCOUNT(DISTINCT expr,[expr...])\n\nReturns
a count of the number of different non-NULL values.\n\nCOUNT(DISTINCT) returns 0
if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/
group-by-functions.html\n\n', 'mysql> SELECT COUNT(DISTINCT results) FROM studen
t;\n', 'http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html'),
(426, 'BIT', 21, 'BIT[(M)]\n\nA bit-field type. M indicates the number of bits p
er value, from 1 to\n64. The default is 1 if M is omitted.\n\nURL: http://dev.my

sql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n', '', 'http://dev.mysql


.com/doc/refman/5.1/en/numeric-type-overview.html'),
(427, 'EQUALS', 30, 'Equals(g1,g2)\n\nReturns 1 or 0 to indicate whether g1 is s
patially equal to g2.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/functions-t
hat-test-spatial-relationships-between-geometries.html\n\n', '', 'http://dev.mys
ql.com/doc/refman/5.1/en/functions-that-test-spatial-relationships-between-geome
tries.html'),
(428, 'SHOW CREATE VIEW', 27, 'Syntax:\nSHOW CREATE VIEW view_name\n\nThis state
ment shows a CREATE VIEW statement that creates the given\nview.\n\nURL: http://
dev.mysql.com/doc/refman/5.1/en/show-create-view.html\n\n', '', 'http://dev.mysq
l.com/doc/refman/5.1/en/show-create-view.html'),
(429, 'INTERVAL', 18, 'Syntax:\nINTERVAL(N,N1,N2,N3,...)\n\nReturns 0 if N < N1,
1 if N < N2 and so on or -1 if N is NULL. All\narguments are treated as integer
s. It is required that N1 < N2 < N3 <\n... < Nn for this function to work correc
tly. This is because a binary\nsearch is used (very fast).\n\nURL: http://dev.my
sql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT INTERVA
L(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\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(430, 'FROM_DAYS', 31, 'Syntax:\nFROM_DAYS(N)\n\nGiven a day number N, returns a
DATE value.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functi
ons.html\n\n', 'mysql> SELECT FROM_DAYS(730669);\n
-> ''2007-07-03''\n',
'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(431, 'ALTER PROCEDURE', 38, 'Syntax:\nALTER {PROCEDURE | FUNCTION} sp_name [cha
racteristic ...]\n\ncharacteristic:\n
{ CONTAINS SQL | NO SQL | READS SQL DAT
A | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n | COMMENT ''s
tring''\n\nThis statement can be used to change the characteristics of a stored\
nroutine (that is, a stored procedure or stored function). More than one\nchange
may be specified in an ALTER PROCEDURE or ALTER FUNCTION\nstatement. However, y
ou cannot change the parameters or routine body of\na stored routine using this
statement; to make such changes, you must\nfirst drop the routine using DROP PRO
CEDURE or DROP FUNCTION, then\nre-create the routine using CREATE PROCEDURE or C
REATE FUNCTION.\n\nYou must have the ALTER ROUTINE privilege for the routine. (T
hat\nprivilege is granted automatically to the routine creator.) If binary\nlogg
ing is enabled, the ALTER FUNCTION statement might also require the\nSUPER privi
lege, as described in\nhttp://dev.mysql.com/doc/refman/5.1/en/stored-programs-lo
gging.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-procedure.html\
n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/alter-procedure.html'),
(432, 'BIT_COUNT', 19, 'Syntax:\nBIT_COUNT(N)\n\nReturns the number of bits that
are set in the argument N.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/bit-f
unctions.html\n\n', 'mysql> SELECT BIT_COUNT(29), BIT_COUNT(b''101010'');\n
-> 4, 3\n', 'http://dev.mysql.com/doc/refman/5.1/en/bit-functions.html'),
(433, 'OCTET_LENGTH', 36, 'Syntax:\nOCTET_LENGTH(str)\n\nOCTET_LENGTH() is a syn
onym for LENGTH().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functio
ns.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/string-functions.html'
),
(434, 'UTC_TIMESTAMP', 31, 'Syntax:\nUTC_TIMESTAMP, UTC_TIMESTAMP()\n\nReturns t
he current UTC date and time as a value in ''YYYY-MM-DD\nHH:MM:SS'' or YYYYMMDDH
HMMSS.uuuuuu format, depending on whether the\nfunction is used in a string or n
umeric context.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-fun
ctions.html\n\n', 'mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;\n
-> ''2003-08-14 18:08:04'', 20030814180804.000000\n', 'http://dev.mysql.com/doc/
refman/5.1/en/date-and-time-functions.html'),
(435, 'AES_ENCRYPT', 11, 'Syntax:\nAES_ENCRYPT(str,key_str)\n\nAES_ENCRYPT() and
AES_DECRYPT() allow encryption and decryption of data\nusing the official AES (
Advanced Encryption Standard) algorithm,\npreviously known as "Rijndael." Encodi
ng with a 128-bit key length is\nused, but you can extend it up to 256 bits by m
odifying the source. We\nchose 128 bits because it is much faster and it is secu
re enough for\nmost purposes.\n\nAES_ENCRYPT() encrypts a string and returns a b
inary string.\nAES_DECRYPT() decrypts the encrypted string and returns the origi

nal\nstring. The input arguments may be any length. If either argument is\nNULL,
the result of this function is also NULL.\n\nBecause AES is a block-level algor
ithm, padding is used to encode\nuneven length strings and so the result string
length may be calculated\nusing this formula:\n\n16 x (trunc(string_length / 16)
+ 1)\n\nIf AES_DECRYPT() detects invalid data or incorrect padding, it returns\
nNULL. However, it is possible for AES_DECRYPT() to return a non-NULL\nvalue (po
ssibly garbage) if the input data or the key is invalid.\n\nYou can use the AES
functions to store data in an encrypted form by\nmodifying your queries:\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n', 'INSERT
INTO t VALUES (1,AES_ENCRYPT(''text'',''password''));\n', 'http://dev.mysql.com/
doc/refman/5.1/en/encryption-functions.html'),
(436, '+', 4, 'Syntax:\n+\n\nAddition:\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/arithmetic-functions.html\n\n', 'mysql> SELECT 3+5;\n
-> 8\n', 'htt
p://dev.mysql.com/doc/refman/5.1/en/arithmetic-functions.html'),
(437, 'INET_NTOA', 14, 'Syntax:\nINET_NTOA(expr)\n\nGiven a numeric network addr
ess (4 or 8 byte), returns the dotted-quad\nrepresentation of the address as a s
tring.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.ht
ml\n\n', 'mysql> SELECT INET_NTOA(3520061480);\n
-> ''209.207.224.40''\n'
, 'http://dev.mysql.com/doc/refman/5.1/en/miscellaneous-functions.html'),
(438, 'ACOS', 4, 'Syntax:\nACOS(X)\n\nReturns the arc cosine of X, that is, the
value whose cosine is X.\nReturns NULL if X is not in the range -1 to 1.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql
> SELECT ACOS(1);\n
-> 0\nmysql> SELECT ACOS(1.0001);\n
-> NULL\nm
ysql> SELECT ACOS(0);\n
-> 1.5707963267949\n', 'http://dev.mysql.com/doc/
refman/5.1/en/mathematical-functions.html'),
(439, 'ISOLATION', 8, 'Syntax:\nSET [GLOBAL | SESSION] TRANSACTION ISOLATION LEV
EL\n {\n
READ UNCOMMITTED\n
| READ COMMITTED\n
| REPEATABLE READ\
n
| SERIALIZABLE\n }\n\nThis statement sets the transaction isolation leve
l for the next\ntransaction, globally, or for the current session:\n\no The defa
ult behavior (without any SESSION or GLOBAL keyword) is to\n set the isolation
level for the next (not started) transaction.\n\no With the GLOBAL keyword, the
statement sets the default transaction\n level globally for all subsequent sess
ions created from that point on\n (but not for existing connections). You need
the SUPER privilege to\n do this.\n\no With the SESSION keyword, the statement
sets the default transaction\n level for all subsequent transactions performed
within the current\n session.\n\nTo set the initial default global isolation le
vel for mysqld, use the\n--transaction-isolation option. See\nhttp://dev.mysql.c
om/doc/refman/5.1/en/server-options.html.\n\nFor information about InnoDB and tr
ansaction isolation level, see\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-tr
ansaction-isolation.htm\nl. InnoDB supports each of the levels described here. T
he default level\nis REPEATABLE READ. See also\nhttp://dev.mysql.com/doc/refman/
5.1/en/innodb-locks-set.html, for\nadditional information about how InnoDB uses
locks to execute various\ntypes of statements.\n\nIn MySQL 5.1, if the READ COMM
ITTED isolation level is used or the\ninnodb_locks_unsafe_for_binlog system vari
able is enabled, there is no\nInnoDB gap locking except in constraint checking.
Also, record locks\nfor non-matching rows are released after MySQL has evaluated
the WHERE\ncondition.\n\nA detailed list of the transaction levels supported by
MySQL and the\nvarious storage engines follows:\n\no READ UNCOMMITTED\n\n SELE
CT statements are performed in a non-locking fashion, but a\n possible earlier
version of a row might be used. Thus, using this\n isolation level, such reads
are not consistent. This is also called a\n "dirty read." Otherwise, this isola
tion level works like READ\n COMMITTED.\n\no READ COMMITTED\n\n A somewhat Ora
cle-like isolation level. All SELECT ... FOR UPDATE and\n SELECT ... LOCK IN SH
ARE MODE statements lock only the index records,\n not the gaps before them, an
d thus allow the free insertion of new\n records next to locked records. UPDATE
and DELETE statements using a\n unique index with a unique search condition lo
ck only the index\n record found, not the gap before it. In range-type UPDATE a
nd DELETE\n statements, InnoDB must set next-key or gap locks and block\n inse
rtions by other users to the gaps covered by the range. This is\n necessary bec
ause "phantom rows" must be blocked for MySQL\n replication and recovery to wor

k.\n\n Consistent reads behave as in Oracle: Each consistent read, even\n with
in the same transaction, sets and reads its own fresh snapshot.\n See\n http:/
/dev.mysql.com/doc/refman/5.1/en/innodb-consistent-read.html.\n\n *Note*: As of
MySQL 5.1, if you use READ COMMITTED (which is\n equivalent to enabling innodb
_locks_unsafe_for_binlog in 5.0), you\n must use row-based binary logging.\n\no
REPEATABLE READ\n\n This is the default isolation level of InnoDB. SELECT ...
FOR UPDATE,\n SELECT ... LOCK IN SHARE MODE, UPDATE, and DELETE statements that
use\n a unique index with a unique search condition lock only the index\n rec
ord found, not the gap before it. With other search conditions,\n these operati
ons employ next-key locking, so they lock the index\n range scanned with next-k
ey or gap locks, and block insertions by\n other users to the gaps covered by t
he range.\n\n In consistent reads, there is an important difference from the RE
AD\n COMMITTED isolation level: All consistent reads within the same\n transac
tion read the same snapshot established by the first read.\n This convention me
ans that if you issue several plain SELECT\n statements within the same transac
tion, these SELECT statements are\n consistent also with respect to each other.
See\n http://dev.mysql.com/doc/refman/5.1/en/innodb-consistent-read.html.\n\no
SERIALIZABLE\n\n This level is like REPEATABLE READ, but InnoDB implicitly con
verts\n all plain SELECT statements to SELECT ... LOCK IN SHARE MODE.\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/set-transaction.html\n\n', '', 'http://dev
.mysql.com/doc/refman/5.1/en/set-transaction.html'),
(440, 'CEILING', 4, 'Syntax:\nCEILING(X)\n\nReturns the smallest integer value n
ot less than X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-func
tions.html\n\n', 'mysql> SELECT CEILING(1.23);\n
-> 2\nmysql> SELECT CEIL
ING(-1.23);\n
-> -1\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathemati
cal-functions.html'),
(441, 'SIN', 4, 'Syntax:\nSIN(X)\n\nReturns the sine of X, where X is given in r
adians.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.ht
ml\n\n', 'mysql> SELECT SIN(PI());\n
-> 1.2246063538224e-16\nmysql> SELEC
T ROUND(SIN(PI()));\n
-> 0\n', 'http://dev.mysql.com/doc/refman/5.1/en/ma
thematical-functions.html'),
(442, 'DAYOFWEEK', 31, 'Syntax:\nDAYOFWEEK(date)\n\nReturns the weekday index fo
r date (1 = Sunday, 2 = Monday, ..., 7 =\nSaturday). These index values correspo
nd to the ODBC standard.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and
-time-functions.html\n\n', 'mysql> SELECT DAYOFWEEK(''2007-02-03'');\n
->
7\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(443, 'SHOW PROCESSLIST', 27, 'Syntax:\nSHOW [FULL] PROCESSLIST\n\nSHOW PROCESSL
IST shows you which threads are running. You can also get\nthis information from
the INFORMATION_SCHEMA PROCESSLIST table or the\nmysqladmin processlist command
. If you have the PROCESS privilege, you\ncan see all threads. Otherwise, you ca
n see only your own threads (that\nis, threads associated with the MySQL account
that you are using). If\nyou do not use the FULL keyword, only the first 100 ch
aracters of each\nstatement are shown in the Info field.\n\nURL: http://dev.mysq
l.com/doc/refman/5.1/en/show-processlist.html\n\n', '', 'http://dev.mysql.com/do
c/refman/5.1/en/show-processlist.html'),
(444, 'LINEFROMWKB', 32, 'LineFromWKB(wkb[,srid]), LineStringFromWKB(wkb[,srid])
\n\nConstructs a LINESTRING value using its WKB representation and SRID.\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkb-fun
ctions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values
.html#gis-wkb-functions'),
(445, 'GEOMETRYTYPE', 35, 'GeometryType(g)\n\nReturns as a string the name of th
e geometry type of which the geometry\ninstance g is a member. The name correspo
nds to one of the instantiable\nGeometry subclasses.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/geometry-property-functions.html#general-geometry-property-f
unctions\n\n', 'mysql> SELECT GeometryType(GeomFromText(''POINT(1 1)''));\n+-----------------------------------------+\n| GeometryType(GeomFromText(''POINT(1 1
)'')) |\n+------------------------------------------+\n| POINT
|\n+------------------------------------------+\n', 'http://de
v.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#general-geometryproperty-functions'),

(446, 'CREATE VIEW', 38, 'Syntax:\nCREATE\n


[OR REPLACE]\n
[ALGORITHM = {U
NDEFINED | MERGE | TEMPTABLE}]\n
[DEFINER = { user | CURRENT_USER }]\n
[SQ
L SECURITY { DEFINER | INVOKER }]\n
VIEW view_name [(column_list)]\n
AS se
lect_statement\n
[WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThe CREATE VIEW st
atement creates a new view, or replaces an existing\none if the OR REPLACE claus
e is given. If the view does not exist,\nCREATE OR REPLACE VIEW is the same as C
REATE VIEW. If the view does\nexist, CREATE OR REPLACE VIEW is the same as ALTER
VIEW.\n\nThe select_statement is a SELECT statement that provides the definitio
n\nof the view. (When you select from the view, you select in effect using\nthe
SELECT statement.) select_statement can select from base tables or\nother views.
\n\nThe view definition is "frozen" at creation time, so changes to the\nunderly
ing tables afterward do not affect the view definition. For\nexample, if a view
is defined as SELECT * on a table, new columns added\nto the table later do not
become part of the view.\n\nThe ALGORITHM clause affects how MySQL processes the
view. The DEFINER\nand SQL SECURITY clauses specify the security context to be
used when\nchecking access privileges at view invocation time. The WITH CHECK\nO
PTION clause can be given to constrain inserts or updates to rows in\ntables ref
erenced by the view. These clauses are described later in\nthis section.\n\nThe
CREATE VIEW statement requires the CREATE VIEW privilege for the\nview, and some
privilege for each column selected by the SELECT\nstatement. For columns used e
lsewhere in the SELECT statement you must\nhave the SELECT privilege. If the OR
REPLACE clause is present, you\nmust also have the DROP privilege for the view.\
n\nA view belongs to a database. By default, a new view is created in the\ndefau
lt database. To create the view explicitly in a given database,\nspecify the nam
e as db_name.view_name when you create it.\n\nmysql> CREATE VIEW test.v AS SELEC
T * FROM t;\n\nBase tables and views share the same namespace within a database,
so a\ndatabase cannot contain a base table and a view that have the same\nname.
\n\nViews must have unique column names with no duplicates, just like base\ntabl
es. By default, the names of the columns retrieved by the SELECT\nstatement are
used for the view column names. To define explicit names\nfor the view columns,
the optional column_list clause can be given as a\nlist of comma-separated ident
ifiers. The number of names in column_list\nmust be the same as the number of co
lumns retrieved by the SELECT\nstatement.\n\n*Note*: Prior to MySQL 5.1.29, When
you modify an existing view, the\ncurrent view definition is backed up and save
d. It is stored in that\ntable''s database directory, in a subdirectory named ar
c. The backup\nfile for a view v is named v.frm-00001. If you alter the view aga
in,\nthe next backup is named v.frm-00002. The three latest view backup\ndefinit
ions are stored. Backed up view definitions are not preserved by\nmysqldump, or
any other such programs, but you can retain them using a\nfile copy operation. H
owever, they are not needed for anything but to\nprovide you with a backup of yo
ur previous view definition. It is safe\nto remove these backup definitions, but
only while mysqld is not\nrunning. If you delete the arc subdirectory or its fi
les while mysqld\nis running, you will receive an error the next time you try to
alter\nthe view: mysql> ALTER VIEW v AS SELECT * FROM t; ERROR 6 (HY000):\nErro
r on delete of ''.\\test\\arc/v.frm-0004'' (Errcode: 2)\n\nColumns retrieved by
the SELECT statement can be simple references to\ntable columns. They can also b
e expressions that use functions,\nconstant values, operators, and so forth.\n\n
Unqualified table or view names in the SELECT statement are interpreted\nwith re
spect to the default database. A view can refer to tables or\nviews in other dat
abases by qualifying the table or view name with the\nproper 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 nee
d not even refer to any tables. The following\nexample defines a view that selec
ts two columns from another table, as\nwell as an expression calculated from tho
se 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 F
ROM t;\nmysql> SELECT * FROM v;\n+------+-------+-------+\n| qty | price | valu
e |\n+------+-------+-------+\n|
3 |
50 | 150 |\n+------+-------+------+\n\nA view definition is subject to the following restrictions:\n\no The SELECT
statement cannot contain a subquery in the FROM clause.\n\no The SELECT stateme

nt cannot refer to system or user variables.\n\no Within a stored program, the d


efinition cannot refer to program\n parameters or local variables.\n\no The SEL
ECT statement cannot refer to prepared statement parameters.\n\no Any table or v
iew referred to in the definition must exist. However,\n after a view has been
created, it is possible to drop a table or view\n that the definition refers to
. In this case, use of the view results\n in an error. To check a view definiti
on for problems of this kind,\n use the CHECK TABLE statement.\n\no The definit
ion cannot refer to a TEMPORARY table, and you cannot\n create a TEMPORARY view
.\n\no Any tables named in the view definition must exist at definition\n time.
\n\no You cannot associate a trigger with a view.\n\nORDER BY is allowed in a vi
ew definition, but it is ignored if you\nselect from a view using a statement th
at 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\neffect is undefined. For example, if a view definition includes a LIMI
T\nclause, and you select from the view using a statement that has its own\nLIMI
T clause, it is undefined which limit applies. This same principle\napplies to o
ptions such as ALL, DISTINCT, or SQL_SMALL_RESULT that\nfollow the SELECT keywor
d, and to clauses such as INTO, FOR UPDATE,\nLOCK IN SHARE MODE, and PROCEDURE.\
n\nIf you create a view and then change the query processing environment\nby cha
nging system variables, that may affect the results that you get\nfrom the view:
\n\nmysql> CREATE VIEW v (mycol) AS SELECT ''abc'';\nQuery OK, 0 rows affected (
0.01 sec)\n\nmysql> SET sql_mode = '''';\nQuery OK, 0 rows affected (0.00 sec)\n
\nmysql> SELECT "mycol" FROM v;\n+-------+\n| mycol |\n+-------+\n| mycol | \n+------+\n1 row in set (0.01 sec)\n\nmysql> SET sql_mode = ''ANSI_QUOTES'';\nQuer
y OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT "mycol" FROM v;\n+-------+\n|
mycol |\n+-------+\n| abc | \n+-------+\n1 row in set (0.00 sec)\n\nThe DEFINE
R and SQL SECURITY clauses determine which MySQL account to\nuse when checking a
ccess privileges for the view when a statement is\nexecuted that references the
view. They were addded in MySQL 5.1.2. The\nlegal SQL SECURITY characteristic va
lues are DEFINER and INVOKER. These\nindicate that the required privileges must
be held by the user who\ndefined or invoked the view, respectively. The default
SQL SECURITY\nvalue is DEFINER.\n\nIf a user value is given for the DEFINER clau
se, it should be a MySQL\naccount in ''user_name''@''host_name'' format (the sam
e format used in the\nGRANT statement). The user_name and host_name values both
are required.\nThe definer can also be given as CURRENT_USER or CURRENT_USER().
The\ndefault DEFINER value is the user who executes the CREATE VIEW\nstatement.
This is the same as specifying DEFINER = CURRENT_USER\nexplicitly.\n\nIf you spe
cify the DEFINER clause, these rules determine the legal\nDEFINER user values:\n
\no If you do not have the SUPER privilege, the only legal user value is\n your
own account, either specified literally or by using\n CURRENT_USER. You cannot
set the definer to some other account.\n\no If you have the SUPER privilege, yo
u can specify any syntactically\n legal account name. If the account does not a
ctually exist, a warning\n is generated.\n\no If the SQL SECURITY value is DEFI
NER but the definer account does not\n exist when the view is referenced, an er
ror occurs.\n\nWithin a view definition, CURRENT_USER returns the view''s DEFINE
R value\nby default as of MySQL 5.1.12. For older versions, and for views\ndefin
ed with the SQL SECURITY INVOKER characteristic, CURRENT_USER\nreturns the accou
nt for the view''s invoker. For information about user\nauditing within views, s
ee\nhttp://dev.mysql.com/doc/refman/5.1/en/account-activity-auditing.html.\n\nWi
thin a stored routine that is defined with the SQL SECURITY DEFINER\ncharacteris
tic, CURRENT_USER returns the routine''s DEFINER value. This\nalso affects a vie
w defined within such a program, if the view\ndefinition contains a DEFINER valu
e of CURRENT_USER.\n\nAs of MySQL 5.1.2 (when the DEFINER and SQL SECURITY claus
es were\nimplemented), view privileges are checked like this:\n\no At view defin
ition time, the view creator must have the privileges\n needed to use the top-l
evel objects accessed by the view. For\n example, if the view definition refers
to table columns, the creator\n must have privileges for the columns, as descr
ibed previously. If the\n definition refers to a stored function, only the priv
ileges needed to\n invoke the function can be checked. The privileges required
when the\n function runs can be checked only as it executes: For different\n i

nvocations of the function, different execution paths within the\n function mig
ht be taken.\n\no When a view is referenced, privileges for objects accessed by
the\n view are checked against the privileges held by the view creator or\n in
voker, depending on whether the SQL SECURITY characteristic is\n DEFINER or INV
OKER, respectively.\n\no If reference to a view causes execution of a stored fun
ction,\n privilege checking for statements executed within the function depend\
n on whether the function is defined with a SQL SECURITY characteristic\n of D
EFINER or INVOKER. If the security characteristic is DEFINER, the\n function ru
ns with the privileges of its creator. If the\n characteristic is INVOKER, the
function runs with the privileges\n determined by the view''s SQL SECURITY char
acteristic.\n\nPrior to MySQL 5.1.2 (before the DEFINER and SQL SECURITY clauses
were\nimplemented), privileges required for objects used in a view are\nchecked
at view creation time.\n\nExample: A view might depend on a stored function, an
d that function\nmight invoke other stored routines. For example, the following
view\ninvokes a stored function f():\n\nCREATE VIEW v AS SELECT * FROM t WHERE t
.id = f(t.name);\n\nSuppose that f() contains a statement such as this:\n\nIF na
me IS NULL then\n CALL p1();\nELSE\n CALL p2();\nEND IF;\n\nThe privileges req
uired for executing statements within f() need to be\nchecked when f() executes.
This might mean that privileges are needed\nfor p1() or p2(), depending on the
execution path within f(). Those\nprivileges must be checked at runtime, and the
user who must possess\nthe privileges is determined by the SQL SECURITY values
of the view v\nand the function f().\n\nThe DEFINER and SQL SECURITY clauses for
views are extensions to\nstandard SQL. In standard SQL, views are handled using
the rules for\nSQL SECURITY INVOKER.\n\nIf you invoke a view that was created b
efore MySQL 5.1.2, it is treated\nas though it was created with a SQL SECURITY D
EFINER clause and with a\nDEFINER value that is the same as your account. Howeve
r, because the\nactual definer is unknown, MySQL issues a warning. To make the w
arning\ngo away, it is sufficient to re-create the view so that the view\ndefini
tion includes a DEFINER clause.\n\nThe optional ALGORITHM clause is a MySQL exte
nsion to standard SQL. It\naffects how MySQL processes the view. ALGORITHM takes
three values:\nMERGE, TEMPTABLE, or UNDEFINED. The default algorithm is UNDEFIN
ED if\nno ALGORITHM clause is present. For more information, see\nhttp://dev.mys
ql.com/doc/refman/5.1/en/view-algorithms.html.\n\nSome views are updatable. That
is, you can use them in statements such\nas UPDATE, DELETE, or INSERT to update
the contents of the underlying\ntable. For a view to be updatable, there must b
e a one-to-one\nrelationship between the rows in the view and the rows in the\nu
nderlying table. There are also certain other constructs that make a\nview non-u
pdatable.\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\nIn a WITH CHECK OPTION clause for an updatable
view, the LOCAL and\nCASCADED keywords determine the scope of check testing when
the view is\ndefined in terms of another view. The LOCAL keyword restricts the
CHECK\nOPTION only to the view being defined. CASCADED causes the checks for\nun
derlying views to be evaluated as well. When neither keyword is\ngiven, the defa
ult is CASCADED.\n\nFor more information about updatable views and the WITH CHEC
K OPTION\nclause, see\nhttp://dev.mysql.com/doc/refman/5.1/en/view-updatability.
html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-view.html\n\n', '',
'http://dev.mysql.com/doc/refman/5.1/en/create-view.html'),
(447, 'TRIM', 36, 'Syntax:\nTRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str
), TRIM([remstr\nFROM] str)\n\nReturns the string str with all remstr prefixes o
r suffixes removed. If\nnone of the specifiers BOTH, LEADING, or TRAILING is giv
en, BOTH is\nassumed. remstr is optional and, if not specified, spaces are remov
ed.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html\n\n', '
mysql> SELECT TRIM('' bar '');\n
-> ''bar''\nmysql> SELECT TRIM(LEADIN
G ''x'' FROM ''xxxbarxxx'');\n
-> ''barxxx''\nmysql> SELECT TRIM(BOTH ''x
'' FROM ''xxxbarxxx'');\n
-> ''bar''\nmysql> SELECT TRIM(TRAILING ''xyz''
FROM ''barxxyz'');\n
-> ''barx''\n', 'http://dev.mysql.com/doc/refman/5.
1/en/string-functions.html'),
(448, 'IS', 18, 'Syntax:\nIS boolean_value\n\nTests a value against a boolean va
lue, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n\nURL: http://dev.mys

ql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 1 IS TRU


E, 0 IS FALSE, NULL IS UNKNOWN;\n
-> 1, 1, 1\n', 'http://dev.mysql.com/do
c/refman/5.1/en/comparison-operators.html'),
(449, 'GET_FORMAT', 31, 'Syntax:\nGET_FORMAT({DATE|TIME|DATETIME}, {''EUR''|''US
A''|''JIS''|''ISO''|''INTERNAL''})\n\nReturns a format string. This function is
useful in combination with\nthe DATE_FORMAT() and the STR_TO_DATE() functions.\n
\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\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', 'http://dev.mysql.com/doc/refman/5.1/en/dat
e-and-time-functions.html'),
(450, 'TINYBLOB', 21, 'TINYBLOB\n\nA BLOB column with a maximum length of 255 (2
8 - 1) bytes. Each\nTINYBLOB value is stored using a one-byte length prefix that
indicates\nthe number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/r
efman/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refma
n/5.1/en/string-type-overview.html'),
(451, 'SAVEPOINT', 8, 'Syntax:\nSAVEPOINT identifier\nROLLBACK [WORK] TO [SAVEPO
INT] identifier\nRELEASE SAVEPOINT identifier\n\nInnoDB supports the SQL stateme
nts SAVEPOINT, ROLLBACK TO SAVEPOINT,\nRELEASE SAVEPOINT and the optional WORK k
eyword for ROLLBACK.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/savepoint.ht
ml\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/savepoint.html'),
(452, 'USER', 15, 'Syntax:\nUSER()\n\nReturns the current MySQL username and hos
tname as a string in the utf8\ncharacter set.\n\nURL: http://dev.mysql.com/doc/r
efman/5.1/en/information-functions.html\n\n', 'mysql> SELECT USER();\n
->
''davida@localhost''\n', 'http://dev.mysql.com/doc/refman/5.1/en/information-fu
nctions.html'),
(453, 'ALTER TABLE', 38, 'Syntax:\nALTER [ONLINE | OFFLINE] [IGNORE] TABLE tbl_n
ame\n
alter_specification [, alter_specification] ...\n\nalter_specification:
\n
table_option ...\n | ADD [COLUMN] col_name column_definition\n
[FI
RST | AFTER col_name ]\n | ADD [COLUMN] (col_name column_definition,...)\n | A
DD {INDEX|KEY} [index_name]\n
[index_type] (index_col_name,...) [index_op
tion] ...\n | ADD [CONSTRAINT [symbol]] PRIMARY KEY\n
[index_type] (inde
x_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]]\n
UNIQU
E [INDEX|KEY] [index_name]\n
[index_type] (index_col_name,...) [index_opt
ion] ...\n | ADD FULLTEXT [INDEX|KEY] [index_name]\n
(index_col_name,...
) [index_option] ...\n | ADD SPATIAL [INDEX|KEY] [index_name]\n
(index_c
ol_name,...) [index_option] ...\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_c
ol_name new_col_name column_definition\n
[FIRST|AFTER col_name]\n | MODI
FY [COLUMN] col_name column_definition\n
[FIRST | AFTER col_name]\n | DR
OP [COLUMN] col_name\n | DROP PRIMARY KEY\n | DROP {INDEX|KEY} 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 [, col_name] ...\n | CONVERT TO CHARACTER S
ET charset_name [COLLATE collation_name]\n | [DEFAULT] CHARACTER SET [=] charse
t_name [COLLATE [=] collation_name]\n | DISCARD TABLESPACE\n | IMPORT TABLESPA
CE\n | partition_options\n | ADD PARTITION (partition_definition)\n | DROP PA
RTITION partition_names\n | COALESCE PARTITION number\n | REORGANIZE PARTITION
partition_names INTO (partition_definitions)\n | ANALYZE PARTITION partition_n
ames\n | CHECK PARTITION partition_names\n | OPTIMIZE PARTITION partition_name
s\n | REBUILD PARTITION partition_names\n | REPAIR PARTITION partition_names\n
| REMOVE PARTITIONING\n\nindex_col_name:\n
col_name [(length)] [ASC | DESC]
\n\nindex_type:\n
USING {BTREE | HASH | RTREE}\n\nindex_option:\n
KEY_BLOC
K_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n | COMMENT ''str
ing''\n\nALTER TABLE enables you to change the structure of an existing table.\n
For example, you can add or delete columns, create or destroy indexes,\nchange t
he type of existing columns, or rename columns or the table\nitself. You can als
o change the comment for the table and type of the\ntable.\n\nURL: http://dev.my
sql.com/doc/refman/5.1/en/alter-table.html\n\n', '', 'http://dev.mysql.com/doc/r
efman/5.1/en/alter-table.html'),

(454, 'MPOINTFROMWKB', 32, 'MPointFromWKB(wkb[,srid]), MultiPointFromWKB(wkb[,sr


id])\n\nConstructs a MULTIPOINT value using its WKB representation and SRID.\n\n
URL: http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkb
-functions\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-va
lues.html#gis-wkb-functions'),
(455, 'CHAR BYTE', 21, 'The CHAR BYTE data type is an alias for the BINARY data
type. This is a\ncompatibility feature.\n\nURL: http://dev.mysql.com/doc/refman/
5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/
en/string-type-overview.html'),
(456, 'REPAIR TABLE', 20, 'Syntax:\nREPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE\n
tbl_name [, tbl_name] ... [QUICK] [EXTENDED] [USE_FRM]\n\nREPAIR TABLE repair
s a possibly corrupted table. By default, it has the\nsame effect as myisamchk -recover tbl_name. REPAIR TABLE works for\nMyISAM and for ARCHIVE tables. Starti
ng with MySQL 5.1.9, REPAIR is\nalso valid for CSV tables. See\nhttp://dev.mysql
.com/doc/refman/5.1/en/myisam-storage-engine.html, and\nhttp://dev.mysql.com/doc
/refman/5.1/en/archive-storage-engine.html, and\nhttp://dev.mysql.com/doc/refman
/5.1/en/csv-storage-engine.html\n\nThis statement requires SELECT and INSERT pri
vileges for the table.\n\nREPAIR TABLE is not supported for partitioned tables.
See\nhttp://dev.mysql.com/doc/refman/5.1/en/partitioning-maintenance.html,\nfor
information about alternatives.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/r
epair-table.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/repair-table.
html'),
(457, 'MERGE', 38, 'The MERGE storage engine, also known as the MRG_MyISAM engin
e, is a\ncollection of identical MyISAM tables that can be used as one.\n"Identi
cal" means that all tables have identical column and index\ninformation. You can
not merge MyISAM tables in which the columns are\nlisted in a different order, d
o not have exactly the same columns, or\nhave the indexes in different order. Ho
wever, any or all of the MyISAM\ntables can be compressed with myisampack. See\n
http://dev.mysql.com/doc/refman/5.1/en/myisampack.html. Differences in\ntable op
tions such as AVG_ROW_LENGTH, MAX_ROWS, or PACK_KEYS do not\nmatter.\n\nURL: htt
p://dev.mysql.com/doc/refman/5.1/en/merge-storage-engine.html\n\n', 'mysql> CREA
TE TABLE t1 (\n
->
a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n
->
m
essage CHAR(20)) ENGINE=MyISAM;\nmysql> CREATE TABLE t2 (\n
->
a INT NOT N
ULL AUTO_INCREMENT PRIMARY KEY,\n
->
message CHAR(20)) ENGINE=MyISAM;\nmys
ql> INSERT INTO t1 (message) VALUES (''Testing''),(''table''),(''t1'');\nmysql>
INSERT INTO t2 (message) VALUES (''Testing''),(''table''),(''t2'');\nmysql> CREA
TE TABLE total (\n
->
a INT NOT NULL AUTO_INCREMENT,\n
->
message CH
AR(20), INDEX(a))\n
->
ENGINE=MERGE UNION=(t1,t2) INSERT_METHOD=LAST;\n',
'http://dev.mysql.com/doc/refman/5.1/en/merge-storage-engine.html'),
(458, 'CREATE TABLE', 38, 'Syntax:\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl
_name\n
(create_definition,...)\n
[table_option] ...\n
[partition_optio
ns]\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n
[(create_de
finition,...)]\n
[table_option] ...\n
[partition_options]\n
select_stat
ement\n\nOr:\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n
{ LIKE ol
d_tbl_name | (LIKE old_tbl_name) }\n\ncreate_definition:\n
col_name column_de
finition\n | [CONSTRAINT [symbol]] PRIMARY KEY [index_type] (index_col_name,...
)\n
[index_option] ...\n | {INDEX|KEY} [index_name] [index_type] (index_co
l_name,...)\n
[index_option] ...\n | [CONSTRAINT [symbol]] UNIQUE [INDEX|K
EY]\n
[index_name] [index_type] (index_col_name,...)\n
[index_option]
...\n | {FULLTEXT|SPATIAL} [INDEX|KEY] [index_name] (index_col_name,...)\n
[index_option] ...\n | [CONSTRAINT [symbol]] FOREIGN KEY\n
[index_name] (
index_col_name,...) reference_definition\n | CHECK (expr)\n\ncolumn_definition:
\n
data_type [NOT NULL | NULL] [DEFAULT default_value]\n
[AUTO_INCREMENT
] [UNIQUE [KEY] | [PRIMARY] KEY]\n
[COMMENT ''string''] [reference_definiti
on]\n
[COLUMN_FORMAT {FIXED|DYNAMIC|DEFAULT}]\n
[STORAGE {DISK|MEMORY|
DEFAULT}]\n\ndata_type:\n
BIT[(length)]\n | TINYINT[(length)] [UNSIGNED] [ZE
ROFILL]\n | SMALLINT[(length)] [UNSIGNED] [ZEROFILL]\n | MEDIUMINT[(length)] [
UNSIGNED] [ZEROFILL]\n | INT[(length)] [UNSIGNED] [ZEROFILL]\n | INTEGER[(leng
th)] [UNSIGNED] [ZEROFILL]\n | BIGINT[(length)] [UNSIGNED] [ZEROFILL]\n | REAL
[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | DOUBLE[(length,decimals)] [UNSIGN

ED] [ZEROFILL]\n | FLOAT[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | DECIMAL[


(length[,decimals])] [UNSIGNED] [ZEROFILL]\n | NUMERIC[(length[,decimals])] [UN
SIGNED] [ZEROFILL]\n | DATE\n | TIME\n | TIMESTAMP\n | DATETIME\n | YEAR\n
| CHAR[(length)]\n
[CHARACTER SET charset_name] [COLLATE collation_name]\n
| VARCHAR(length)\n
[CHARACTER SET charset_name] [COLLATE collation_name]
\n | BINARY[(length)]\n | VARBINARY(length)\n | TINYBLOB\n | BLOB\n | MEDIU
MBLOB\n | LONGBLOB\n | TINYTEXT [BINARY]\n
[CHARACTER SET charset_name] [
COLLATE collation_name]\n | TEXT [BINARY]\n
[CHARACTER SET charset_name] [
COLLATE collation_name]\n | MEDIUMTEXT [BINARY]\n
[CHARACTER SET charset_n
ame] [COLLATE collation_name]\n | LONGTEXT [BINARY]\n
[CHARACTER SET chars
et_name] [COLLATE collation_name]\n | ENUM(value1,value2,value3,...)\n
[CH
ARACTER SET charset_name] [COLLATE collation_name]\n | SET(value1,value2,value3
,...)\n
[CHARACTER SET charset_name] [COLLATE collation_name]\n | spatial_
type\n\nindex_col_name:\n
col_name [(length)] [ASC | DESC]\n\nindex_type:\n
USING {BTREE | HASH | RTREE}\n\nindex_option:\n
KEY_BLOCK_SIZE [=] value\n
| index_type\n | WITH PARSER parser_name\n\nreference_definition:\n
REFEREN
CES tbl_name (index_col_name,...)\n
[MATCH FULL | MATCH PARTIAL | MATCH SIM
PLE]\n
[ON DELETE reference_option]\n
[ON UPDATE reference_option]\n\n
reference_option:\n
RESTRICT | CASCADE | SET NULL | NO ACTION\n\ntable_option
:
\n
ENGINE [=] engine_name\n | AUTO_INCREMENT [=] value\n | AVG_ROW_LEN
GTH [=] value\n | [DEFAULT] CHARACTER SET [=] charset_name\n | CHECKSUM [=] {0
| 1}\n | [DEFAULT] COLLATE [=] collation_name\n | COMMENT [=] ''string''\n |
CONNECTION [=] ''connect_string''\n | DATA DIRECTORY [=] ''absolute path to di
rectory''\n | DELAY_KEY_WRITE [=] {0 | 1}\n | INDEX DIRECTORY [=] ''absolute p
ath to directory''\n | INSERT_METHOD [=] { NO | FIRST | LAST }\n | KEY_BLOCK_S
IZE [=] value\n | MAX_ROWS [=] value\n | MIN_ROWS [=] value\n | PACK_KEYS [=]
{0 | 1 | DEFAULT}\n | PASSWORD [=] ''string''\n | ROW_FORMAT [=] {DEFAULT|DYN
AMIC|FIXED|COMPRESSED|REDUNDANT|COMPACT}\n | TABLESPACE tablespace_name [STORAG
E {DISK|MEMORY|DEFAULT}]\n | UNION [=] (tbl_name[,tbl_name]...)\n\npartition_op
tions:\n
PARTITION BY\n
{ [LINEAR] HASH(expr)\n
| [LINEAR] KEY(
column_list)\n
| RANGE(expr)\n
| LIST(expr) }\n
[PARTITIONS num
]\n
[SUBPARTITION BY\n
{ [LINEAR] HASH(expr)\n
| [LINEAR] KEY(c
olumn_list) }\n
[SUBPARTITIONS num]\n
]\n
[(partition_definition [, p
artition_definition] ...)]\n\npartition_definition:\n
PARTITION partition_nam
e\n
[VALUES {LESS THAN {(expr) | MAXVALUE} | IN (value_list)}]\n
[
[STORAGE] ENGINE [=] engine_name]\n
[COMMENT [=] ''comment_text'' ]\n
[DATA DIRECTORY [=] ''data_dir'']\n
[INDEX DIRECTORY [=] ''index_dir'
']\n
[MAX_ROWS [=] max_number_of_rows]\n
[MIN_ROWS [=] min_number_
of_rows]\n
[TABLESPACE [=] tablespace_name]\n
[NODEGROUP [=] node_
group_id]\n
[(subpartition_definition [, subpartition_definition] ...)]\n
\nsubpartition_definition:\n
SUBPARTITION logical_name\n
[[STORAGE] EN
GINE [=] engine_name]\n
[COMMENT [=] ''comment_text'' ]\n
[DATA DI
RECTORY [=] ''data_dir'']\n
[INDEX DIRECTORY [=] ''index_dir'']\n
[MAX_ROWS [=] max_number_of_rows]\n
[MIN_ROWS [=] min_number_of_rows]\n
[TABLESPACE [=] tablespace_name]\n
[NODEGROUP [=] node_group_id]\n\
nselect_statement:\n
[IGNORE | REPLACE] [AS] SELECT ... (Some legal select
statement)\n\nCREATE TABLE creates a table with the given name. You must have th
e\nCREATE privilege for the table.\n\nRules for allowable table names are given
in\nhttp://dev.mysql.com/doc/refman/5.1/en/identifiers.html. By default,\nthe ta
ble is created in the default database. An error occurs if the\ntable exists, if
there is no default database, or if the database does\nnot exist.\n\nURL: http:
//dev.mysql.com/doc/refman/5.1/en/create-table.html\n\n', '', 'http://dev.mysql.
com/doc/refman/5.1/en/create-table.html'),
(459, '>', 18, 'Syntax:\n>\n\nGreater than:\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT 2 > 2;\n
-> 0\n
', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(460, 'ANALYZE TABLE', 20, 'Syntax:\nANALYZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE
tbl_name [, tbl_name] ...\n\nANALYZE TABLE analyzes and stores the key distribut
ion for a table.\nDuring the analysis, the table is locked with a read lock for
MyISAM.\nFor InnoDB the table is locked with a write lock. This statement works\

nwith MyISAM, and InnoDB tables. For MyISAM tables, this statement is\nequivalen
t to using myisamchk --analyze.\n\nFor more information on how the analysis work
s within InnoDB, see\nhttp://dev.mysql.com/doc/refman/5.1/en/innodb-restrictions
.html.\n\nMySQL uses the stored key distribution to decide the order in which\nt
ables should be joined when you perform a join on something other than\na consta
nt. In addition, key distributions can be used when deciding\nwhich indexes to u
se for a specific table within a query.\n\nThis statement requires SELECT and IN
SERT privileges for the table.\n\nANALYZE TABLE is not supported for partitioned
tables.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/analyze-table.html\n\n',
'', 'http://dev.mysql.com/doc/refman/5.1/en/analyze-table.html'),
(461, 'MICROSECOND', 31, 'Syntax:\nMICROSECOND(expr)\n\nReturns the microseconds
from the time or datetime expression expr as a\nnumber in the range from 0 to 9
99999.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.ht
ml\n\n', 'mysql> SELECT MICROSECOND(''12:00:00.123456'');\n
-> 123456\nmy
sql> SELECT MICROSECOND(''2009-12-31 23:59:59.000010'');\n
-> 10\n', 'htt
p://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html'),
(462, 'CONSTRAINT', 38, 'InnoDB supports foreign key constraints. The syntax for
a foreign key\nconstraint definition in InnoDB looks like this:\n\n[CONSTRAINT
[symbol]] FOREIGN KEY\n
[index_name] (index_col_name, ...)\n
REFERENCES tb
l_name (index_col_name,...)\n
[ON DELETE reference_option]\n
[ON UPDATE re
ference_option]\n\nreference_option:\n
RESTRICT | CASCADE | SET NULL | NO ACT
ION\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraint
s.html\n\n', 'CREATE TABLE product (category INT NOT NULL, id INT NOT NULL,\n
price DECIMAL,\n
PRIMARY KEY(category, i
d)) ENGINE=INNODB;\nCREATE TABLE customer (id INT NOT NULL,\n
PRIMARY KEY (id)) ENGINE=INNODB;\nCREATE TABLE product_order (no INT NOT NUL
L 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 CAS
CADE ON DELETE RESTRICT,\n
INDEX (customer_id),\n
FOREIGN KEY (customer_id)\n
REFERENCES customer(id)) ENGINE=INNODB;\n', 'http://dev.mysql.com/doc/refman/5.
1/en/innodb-foreign-key-constraints.html');
INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `descript
ion`, `example`, `url`) VALUES
(463, 'CREATE SERVER', 38, 'Syntax:\nCREATE SERVER server_name\n
FOREIGN DATA
WRAPPER wrapper_name\n
OPTIONS (option [, option] ...)\n\noption:\n { HOST
character-literal\n | DATABASE character-literal\n | USER character-literal\n
| PASSWORD character-literal\n | SOCKET character-literal\n | OWNER character
-literal\n | PORT numeric-literal }\n\nThis statement creates the definition of
a server for use with the\nFEDERATED storage engine. The CREATE SERVER statemen
t creates a new row\nwithin the servers table within the mysql database. This st
atement\nrequires the SUPER privilege.\n\nThe server_name should be a unique ref
erence to the server. Server\ndefinitions are global within the scope of the ser
ver, it is not\npossible to qualify the server definition to a specific database
.\nserver_name has a maximum length of 64 characters (names longer than 64\nchar
acters are silently truncated), and is case insensitive. You may\nspecify the na
me as a quoted string.\n\nThe wrapper_name should be mysql, and may be quoted wi
th single quotes.\nOther values for wrapper_name are not currently supported.\n\
nFor each option you must specify either a character literal or numeric\nliteral
. Character literals are UTF-8, support a maximum length of 64\ncharacters and d
efault to a blank (empty) string. String literals are\nsilently truncated to 64
characters. Numeric literals must be a number\nbetween 0 and 9999, default value
is 0.\n\n*Note*: Note that the OWNER option is currently not applied, and has n
o\neffect on the ownership or operation of the server connection that is\ncreate
d.\n\nThe CREATE SERVER statement creates an entry in the mysql.server table\nth
at can later be used with the CREATE TABLE statement when creating a\nFEDERATED

table. The options that you specify will be used to populate\nthe columns in the
mysql.server table. The table columns are\nServer_name, Host, Db, Username, Pas
sword, Port and Socket.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/create-se
rver.html\n\n', 'CREATE SERVER s\nFOREIGN DATA WRAPPER mysql\nOPTIONS (USER ''Re
mote'', HOST ''192.168.1.106'', DATABASE ''test'');\n', 'http://dev.mysql.com/do
c/refman/5.1/en/create-server.html'),
(464, 'FIELD', 36, 'Syntax:\nFIELD(str,str1,str2,str3,...)\n\nReturns the index
(position) of str in the str1, str2, str3, ... list.\nReturns 0 if str is not fo
und.\n\nIf all arguments to FIELD() are strings, all arguments are compared as\n
strings. If all arguments are numbers, they are compared as numbers.\nOtherwise,
the arguments are compared as double.\n\nIf str is NULL, the return value is 0
because NULL fails equality\ncomparison with any value. FIELD() is the complemen
t of ELT().\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html
\n\n', 'mysql> SELECT FIELD(''ej'', ''Hej'', ''ej'', ''Heja'', ''hej'', ''foo'')
;\n
-> 2\nmysql> SELECT FIELD(''fo'', ''Hej'', ''ej'', ''Heja'', ''hej'',
''foo'');\n
-> 0\n', 'http://dev.mysql.com/doc/refman/5.1/en/string-func
tions.html'),
(465, 'MAKETIME', 31, 'Syntax:\nMAKETIME(hour,minute,second)\n\nReturns a time v
alue calculated from the hour, minute, and second\narguments.\n\nURL: http://dev
.mysql.com/doc/refman/5.1/en/date-and-time-functions.html\n\n', 'mysql> SELECT M
AKETIME(12,15,30);\n
-> ''12:15:30''\n', 'http://dev.mysql.com/doc/refman
/5.1/en/date-and-time-functions.html'),
(466, 'CURDATE', 31, 'Syntax:\nCURDATE()\n\nReturns the current date as a value
in ''YYYY-MM-DD'' or YYYYMMDD format,\ndepending on whether the function is used
in a string or numeric\ncontext.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en
/date-and-time-functions.html\n\n', 'mysql> SELECT CURDATE();\n
-> ''2008
-06-13''\nmysql> SELECT CURDATE() + 0;\n
-> 20080613\n', 'http://dev.mysq
l.com/doc/refman/5.1/en/date-and-time-functions.html'),
(467, 'SET PASSWORD', 9, 'Syntax:\nSET PASSWORD [FOR user] =\n
{\n
PAS
SWORD(''some password'')\n
| OLD_PASSWORD(''some password'')\n
| ''enc
rypted password''\n
}\n\nThe SET PASSWORD statement assigns a password to an
existing MySQL user\naccount.\n\nIf the password is specified using the PASSWORD
() or OLD_PASSWORD()\nfunction, the literal text of the password should be given
. If the\npassword is specified without using either function, the password\nsho
uld be the already-encrypted password value as returned by\nPASSWORD().\n\nWith
no FOR clause, this statement sets the password for the current\nuser. Any clien
t that has connected to the server using a non-anonymous\naccount can change the
password for that account.\n\nWith a FOR clause, this statement sets the passwo
rd for a specific\naccount on the current server host. Only clients that have th
e UPDATE\nprivilege for the mysql database can do this. The user value should be
\ngiven in user_name@host_name format, where user_name and host_name are\nexactl
y as they are listed in the User and Host columns of the\nmysql.user table entry
. For example, if you had an entry with User and\nHost column values of ''bob''
and ''%.loc.gov'', you would write the\nstatement like this:\n\nSET PASSWORD FOR
''bob''@''%.loc.gov'' = PASSWORD(''newpass'');\n\nURL: http://dev.mysql.com/doc
/refman/5.1/en/set-password.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/
en/set-password.html'),
(468, 'ALTER TABLESPACE', 38, 'Syntax:\nALTER TABLESPACE tablespace_name\n
{A
DD|DROP} DATAFILE ''file_name''\n
[INITIAL_SIZE [=] size]\n
[WAIT]\n
EN
GINE [=] engine_name\n\nThis statement can be used either to add a new data file
, or to drop a\ndata file from a tablespace.\n\nThe ADD DATAFILE variant allows
you to specify an initial size using an\nINITIAL_SIZE clause, where size is meas
ured in bytes; the default value\nis 128M (128 megabytes). You may optionally fo
llow this integer value\nwith a one-letter abbreviation for an order of magnitud
e, similar to\nthose used in my.cnf. Generally, this is one of the letters M (fo
r\nmegabytes) or G (for gigabytes).\n\nOn 32-bit systems, the maximum supported
value for INITIAL_SIZE is 4G.\n(Bug#29186 (http://bugs.mysql.com/29186))\n\nOnce
a data file has been created, its size cannot be changed; however,\nyou can add
more data files to the tablespace using additional ALTER\nTABLESPACE ... ADD DA
TAFILE statements.\n\nUsing DROP DATAFILE with ALTER TABLESPACE drops the data f

ile\n''file_name'' from the tablespace. This file must already have been added\n
to the tablespace using CREATE TABLESPACE or ALTER TABLESPACE;\notherwise an err
or will result.\n\nBoth ALTER TABLESPACE ... ADD DATAFILE and ALTER TABLESPACE .
.. DROP\nDATAFILE require an ENGINE clause which specifies the storage engine\nu
sed by the tablespace. In MySQL 5.1, the only accepted values for\nengine_name a
re NDB and NDBCLUSTER.\n\nWAIT is parsed but otherwise ignored, and so has no ef
fect in MySQL\n5.1. It is intended for future expansion.\n\nWhen ALTER TABLESPAC
E ... ADD DATAFILE is used with ENGINE = NDB, a\ndata file is created on each Cl
uster data node. You can verify that the\ndata files were created and obtain inf
ormation about them by querying\nthe INFORMATION_SCHEMA.FILES table. For example
, the following query\nshows all data files belonging to the tablespace named ne
wts:\n\nmysql> SELECT LOGFILE_GROUP_NAME, FILE_NAME, EXTRA \n
-> FROM INFORMA
TION_SCHEMA.FILES\n
-> WHERE TABLESPACE_NAME = ''newts'' AND FILE_TYPE = ''DA
TAFILE'';\n+--------------------+--------------+----------------+\n| LOGFILE_GRO
UP_NAME | FILE_NAME
| EXTRA
|\n+--------------------+--------------+
----------------+\n| lg_3
| newdata.dat | CLUSTER_NODE=3 |\n| lg_
3
| newdata.dat | CLUSTER_NODE=4 |\n| lg_3
| newdat
a2.dat | CLUSTER_NODE=3 |\n| lg_3
| newdata2.dat | CLUSTER_NODE=4
|\n+--------------------+--------------+----------------+\n2 rows in set (0.03 s
ec)\n\nSee http://dev.mysql.com/doc/refman/5.1/en/files-table.html.\n\nALTER TAB
LESPACE was added in MySQL 5.1.6. In MySQL 5.1, it is useful\nonly with Disk Dat
a storage for MySQL Cluster. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-c
luster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/alter-tabl
espace.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/alter-tablespace.h
tml'),
(469, 'ENUM', 21, 'ENUM(''value1'',''value2'',...) [CHARACTER SET charset_name]
[COLLATE\ncollation_name]\n\nAn enumeration. A string object that can have only
one value, chosen\nfrom the list of values ''value1'', ''value2'', ..., NULL or
the special ''''\nerror value. An ENUM column can have a maximum of 65,535 disti
nct\nvalues. ENUM values are represented internally as integers.\n\nURL: http://
dev.mysql.com/doc/refman/5.1/en/string-type-overview.html\n\n', '', 'http://dev.
mysql.com/doc/refman/5.1/en/string-type-overview.html'),
(470, 'IF FUNCTION', 7, 'Syntax:\nIF(expr1,expr2,expr3)\n\nIf expr1 is TRUE (exp
r1 <> 0 and expr1 <> NULL) then IF() returns\nexpr2; otherwise it returns expr3.
IF() returns a numeric or string\nvalue, depending on the context in which it i
s used.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/control-flow-functions.ht
ml\n\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''\n', 'http://dev.mysql.com/doc/refman/5.1/en/contr
ol-flow-functions.html'),
(471, 'DATABASE', 15, 'Syntax:\nDATABASE()\n\nReturns the default (current) data
base name as a string in the utf8\ncharacter set. If there is no default databas
e, DATABASE() returns\nNULL. Within a stored routine, the default database is th
e database\nthat the routine is associated with, which is not necessarily the sa
me\nas the database that is the default in the calling context.\n\nURL: http://d
ev.mysql.com/doc/refman/5.1/en/information-functions.html\n\n', 'mysql> SELECT D
ATABASE();\n
-> ''test''\n', 'http://dev.mysql.com/doc/refman/5.1/en/info
rmation-functions.html'),
(472, 'POINTFROMWKB', 32, 'PointFromWKB(wkb[,srid])\n\nConstructs a POINT value
using its WKB representation and SRID.\n\nURL: http://dev.mysql.com/doc/refman/5
.1/en/creating-spatial-values.html#gis-wkb-functions\n\n', '', 'http://dev.mysql
.com/doc/refman/5.1/en/creating-spatial-values.html#gis-wkb-functions'),
(473, 'POWER', 4, 'Syntax:\nPOWER(X,Y)\n\nThis is a synonym for POW().\n\nURL: h
ttp://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', '', 'htt
p://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html'),
(474, 'ATAN', 4, 'Syntax:\nATAN(X)\n\nReturns the arc tangent of X, that is, the
value whose tangent is X.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathem
atical-functions.html\n\n', 'mysql> SELECT ATAN(2);\n
-> 1.1071487177941\
nmysql> SELECT ATAN(-2);\n
-> -1.1071487177941\n', 'http://dev.mysql.com/
doc/refman/5.1/en/mathematical-functions.html'),

(475, 'STRCMP', 36, 'Syntax:\nSTRCMP(expr1,expr2)\n\nSTRCMP() returns 0 if the s


trings are the same, -1 if the first\nargument is smaller than the second accord
ing to the current sort\norder, and 1 otherwise.\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/string-comparison-functions.html\n\n', 'mysql> SELECT STRCMP(''t
ext'', ''text2'');\n
-> -1\nmysql> SELECT STRCMP(''text2'', ''text'');\n
-> 1\nmysql> SELECT STRCMP(''text'', ''text'');\n
-> 0\n', 'http:/
/dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html'),
(476, 'INSERT DELAYED', 27, 'Syntax:\nINSERT DELAYED ...\n\nThe DELAYED option f
or the INSERT statement is a MySQL extension to\nstandard SQL that is very usefu
l if you have clients that cannot or\nneed not wait for the INSERT to complete.
This is a common situation\nwhen you use MySQL for logging and you also periodic
ally run SELECT and\nUPDATE statements that take a long time to complete.\n\nWhe
n a client uses INSERT DELAYED, it gets an okay from the server at\nonce, and th
e row is queued to be inserted when the table is not in use\nby any other thread
.\n\nAnother major benefit of using INSERT DELAYED is that inserts from many\ncl
ients are bundled together and written in one block. This is much\nfaster than p
erforming many separate inserts.\n\nNote that INSERT DELAYED is slower than a no
rmal INSERT if the table is\nnot otherwise in use. There is also the additional
overhead for the\nserver to handle a separate thread for each table for which th
ere are\ndelayed rows. This means that you should use INSERT DELAYED only when\n
you are really sure that you need it.\n\nThe queued rows are held only in memory
until they are inserted into\nthe table. This means that if you terminate mysql
d forcibly (for\nexample, with kill -9) or if mysqld dies unexpectedly, any queu
ed rows\nthat have not been written to disk are lost.\n\nThere are some constrai
nts on the use of DELAYED:\n\no INSERT DELAYED works only with MyISAM, MEMORY, A
RCHIVE, and (as of\n MySQL 5.1.19) BLACKHOLE tables. See\n http://dev.mysql.co
m/doc/refman/5.1/en/myisam-storage-engine.html,\n http://dev.mysql.com/doc/refm
an/5.1/en/memory-storage-engine.html,\n http://dev.mysql.com/doc/refman/5.1/en/
archive-storage-engine.html,\n and\n http://dev.mysql.com/doc/refman/5.1/en/bl
ackhole-storage-engine.html.\n\no For MyISAM tables, if there are no free blocks
in the middle of the\n data file, concurrent SELECT and INSERT statements are
supported.\n Under these circumstances, you very seldom need to use INSERT DELA
YED\n with MyISAM.\n\no INSERT DELAYED should be used only for INSERT statement
s that specify\n value lists. The server ignores DELAYED for INSERT ... SELECT
or\n INSERT ... ON DUPLICATE KEY UPDATE statements.\n\no Because the INSERT DEL
AYED statement returns immediately, before the\n rows are inserted, you cannot
use LAST_INSERT_ID() to get the\n AUTO_INCREMENT value that the statement might
generate.\n\no DELAYED rows are not visible to SELECT statements until they act
ually\n have been inserted.\n\no DELAYED is ignored on slave replication server
s, so that INSERT\n DELAYED is treated as a normal INSERT on slaves. This is be
cause\n DELAYED could cause the slave to have different data than the master.\n
\no Pending INSERT DELAYED statements are lost if a table is write locked\n and
ALTER TABLE is used to modify the table structure.\n\no INSERT DELAYED is not s
upported for views.\n\no INSERT DELAYED is not supported for partitioned tables.
\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/insert-delayed.html\n\n', '', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/insert-delayed.html'),
(477, 'SHOW PROCEDURE CODE', 27, 'Syntax:\nSHOW {PROCEDURE | FUNCTION} CODE sp_n
ame\n\nThese statements are MySQL extensions that are available only for\nserver
s that have been built with debugging support. They display a\nrepresentation of
the internal implementation of the named routine. The\nstatements require that
you be the owner of the routine or have SELECT\naccess to the mysql.proc table.\
n\nIf the named routine is available, each statement produces a result\nset. Eac
h row in the result set corresponds to one "instruction" in the\nroutine. The fi
rst column is Pos, which is an ordinal number beginning\nwith 0. The second colu
mn is Instruction, which contains an SQL\nstatement (usually changed from the or
iginal source), or a directive\nwhich has meaning only to the stored-routine han
dler.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/show-procedure-code.html\n\
n', 'mysql> DELIMITER //\nmysql> CREATE PROCEDURE p1 ()\n
-> BEGIN\n
->
DECLARE fanta INT DEFAULT 55;\n
-> DROP TABLE t2;\n
-> LOOP\n
->
INSERT INTO t3 VALUES (fanta);\n
->
END LOOP;\n
-> END//\nQuery OK

, 0 rows affected (0.00 sec)\n\nmysql> SHOW PROCEDURE CODE p1//\n+-----+---------------------------------------+\n| Pos | Instruction
|\n+-----+----------------------------------------+\n| 0 | set fanta@0 55
|\n| 1 | stmt 9 "DROP TABLE t2"
|\n| 2
| stmt 5 "INSERT INTO t3 VALUES (fanta)" |\n| 3 | jump 2
|\n+-----+----------------------------------------+\n4 rows in set (
0.00 sec)\n', 'http://dev.mysql.com/doc/refman/5.1/en/show-procedure-code.html')
,
(478, 'MEDIUMTEXT', 21, 'MEDIUMTEXT [CHARACTER SET charset_name] [COLLATE collat
ion_name]\n\nA TEXT column with a maximum length of 16,777,215 (224 - 1) charact
ers.\nThe effective maximum length is less if the value contains multi-byte\ncha
racters. Each MEDIUMTEXT value is stored using a three-byte length\nprefix that
indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/ref
man/5.1/en/string-type-overview.html\n\n', '', 'http://dev.mysql.com/doc/refman/
5.1/en/string-type-overview.html'),
(479, 'LN', 4, 'Syntax:\nLN(X)\n\nReturns the natural logarithm of X; that is, t
he base-e logarithm of X.\nIf X is less than or equal to 0, then NULL is returne
d.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\
n', 'mysql> SELECT LN(2);\n
-> 0.69314718055995\nmysql> SELECT LN(-2);\n
-> NULL\n', 'http://dev.mysql.com/doc/refman/5.1/en/mathematical-function
s.html'),
(480, 'RETURN', 23, 'Syntax:\nRETURN expr\n\nThe RETURN statement terminates exe
cution of a stored function and\nreturns the value expr to the function caller.
There must be at least\none RETURN statement in a stored function. There may be
more than one\nif the function has multiple exit points.\n\nThis statement is no
t used in stored procedures, triggers, or events.\n\nURL: http://dev.mysql.com/d
oc/refman/5.1/en/return.html\n\n', '', 'http://dev.mysql.com/doc/refman/5.1/en/r
eturn.html'),
(481, 'SHOW COLLATION', 27, 'Syntax:\nSHOW COLLATION\n
[LIKE ''pattern'' | WH
ERE expr]\n\nThe output from SHOW COLLATION includes all available character set
s.\nThe LIKE clause, if present, indicates which collation names to match.\nThe
WHERE clause can be given to select rows using more general\nconditions, as disc
ussed in\nhttp://dev.mysql.com/doc/refman/5.1/en/extended-show.html. For example
:\n\nmysql> SHOW COLLATION LIKE ''latin1%'';\n+-------------------+---------+---+---------+----------+---------+\n| Collation
| Charset | Id | Default
| Compiled | Sortlen |\n+-------------------+---------+----+---------+---------+---------+\n| latin1_german1_ci | latin1 | 5 |
|
|
0 |
\n| latin1_swedish_ci | latin1 | 8 | Yes
| Yes
|
0 |\n| latin1_
danish_ci | latin1 | 15 |
|
|
0 |\n| latin1_german2_ci
| latin1 | 31 |
| Yes
|
2 |\n| latin1_bin
| latin1 |
47 |
| Yes
|
0 |\n| latin1_general_ci | latin1 | 48 |
|
|
0 |\n| latin1_general_cs | latin1 | 49 |
|
|
0 |\n| latin1_spanish_ci | latin1 | 94 |
|
|
0 |\n+-------------------+---------+----+---------+----------+---------+\n\nURL:
http://dev.mysql.com/doc/refman/5.1/en/show-collation.html\n\n', '', 'http://de
v.mysql.com/doc/refman/5.1/en/show-collation.html'),
(482, 'LOG', 4, 'Syntax:\nLOG(X), LOG(B,X)\n\nIf called with one parameter, this
function returns the natural\nlogarithm of X. If X is less than or equal to 0,
then NULL is returned.\n\nThe inverse of this function (when called with a singl
e argument) is\nthe EXP() function.\n\nURL: http://dev.mysql.com/doc/refman/5.1/
en/mathematical-functions.html\n\n', 'mysql> SELECT LOG(2);\n
-> 0.693147
18055995\nmysql> SELECT LOG(-2);\n
-> NULL\n', 'http://dev.mysql.com/doc/
refman/5.1/en/mathematical-functions.html'),
(483, 'SET SQL_LOG_BIN', 27, 'Syntax:\nSET SQL_LOG_BIN = {0|1}\n\nDisables or en
ables binary logging for the current connection\n(SQL_LOG_BIN is a session varia
ble) if the client has the SUPER\nprivilege. The statement is refused with an er
ror if the client does\nnot have that privilege.\n\nURL: http://dev.mysql.com/do
c/refman/5.1/en/set-sql-log-bin.html\n\n', '', 'http://dev.mysql.com/doc/refman/
5.1/en/set-sql-log-bin.html'),
(484, '!=', 18, 'Syntax:\n<>, !=\n\nNot equal:\n\nURL: http://dev.mysql.com/doc/

refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT ''.01'' <> ''0.01''


;\n
-> 1\nmysql> SELECT .01 <> ''0.01'';\n
-> 0\nmysql> SELECT ''z
app'' <> ''zappp'';\n
-> 1\n', 'http://dev.mysql.com/doc/refman/5.1/en/co
mparison-operators.html'),
(485, 'WHILE', 23, 'Syntax:\n[begin_label:] WHILE search_condition DO\n
state
ment_list\nEND WHILE [end_label]\n\nThe statement list within a WHILE statement
is repeated as long as the\nsearch_condition is true. statement_list consists of
one or more\nstatements.\n\nA WHILE statement can be labeled. end_label cannot
be given unless\nbegin_label also is present. If both are present, they must be
the\nsame.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/while-statement.html\n
\n', 'CREATE PROCEDURE dowhile()\nBEGIN\n DECLARE v1 INT DEFAULT 5;\n\n WHILE
v1 > 0 DO\n
...\n
SET v1 = v1 - 1;\n END WHILE;\nEND\n', 'http://dev.mysq
l.com/doc/refman/5.1/en/while-statement.html'),
(486, 'AES_DECRYPT', 11, 'Syntax:\nAES_DECRYPT(crypt_str,key_str)\n\nThis functi
on allows decryption of data using the official AES\n(Advanced Encryption Standa
rd) algorithm. For more information, see the\ndescription of AES_ENCRYPT().\n\nU
RL: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html\n\n', '', '
http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html'),
(487, 'DAYNAME', 31, 'Syntax:\nDAYNAME(date)\n\nReturns the name of the weekday
for date. As of MySQL 5.1.12, the\nlanguage used for the name is controlled by t
he value of the\nlc_time_names system variable\n(http://dev.mysql.com/doc/refman
/5.1/en/locale-support.html).\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/dat
e-and-time-functions.html\n\n', 'mysql> SELECT DAYNAME(''2007-02-03'');\n
-> ''Saturday''\n', 'http://dev.mysql.com/doc/refman/5.1/en/date-and-time-funct
ions.html'),
(488, 'COERCIBILITY', 15, 'Syntax:\nCOERCIBILITY(str)\n\nReturns the collation c
oercibility value of the string argument.\n\nURL: http://dev.mysql.com/doc/refma
n/5.1/en/information-functions.html\n\n', 'mysql> SELECT COERCIBILITY(''abc'' CO
LLATE latin1_swedish_ci);\n
-> 0\nmysql> SELECT COERCIBILITY(USER());\n
-> 3\nmysql> SELECT COERCIBILITY(''abc'');\n
-> 4\n', 'http://dev.m
ysql.com/doc/refman/5.1/en/information-functions.html'),
(489, 'INT', 21, 'INT[(M)] [UNSIGNED] [ZEROFILL]\n\nA normal-size integer. The s
igned range is -2147483648 to 2147483647.\nThe unsigned range is 0 to 4294967295
.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html\n\n'
, '', 'http://dev.mysql.com/doc/refman/5.1/en/numeric-type-overview.html'),
(490, 'GLENGTH', 12, 'GLength(ls)\n\nReturns as a double-precision number the le
ngth of the LineString value\nls in its associated spatial reference.\n\nURL: ht
tp://dev.mysql.com/doc/refman/5.1/en/geometry-property-functions.html#linestring
-property-functions\n\n', 'mysql> SET @ls = ''LineString(1 1,2 2,3 3)'';\nmysql>
SELECT GLength(GeomFromText(@ls));\n+----------------------------+\n| GLength(G
eomFromText(@ls)) |\n+----------------------------+\n|
2.828427124746
2 |\n+----------------------------+\n', 'http://dev.mysql.com/doc/refman/5.1/en/
geometry-property-functions.html#linestring-property-functions'),
(491, 'RADIANS', 4, 'Syntax:\nRADIANS(X)\n\nReturns the argument X, converted fr
om degrees to radians. (Note that\n radians equals 180 degrees.)\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/mathematical-functions.html\n\n', 'mysql> SELECT R
ADIANS(90);\n
-> 1.5707963267949\n', 'http://dev.mysql.com/doc/refman/5.1
/en/mathematical-functions.html'),
(492, 'COLLATION', 15, 'Syntax:\nCOLLATION(str)\n\nReturns the collation of the
string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/information-func
tions.html\n\n', 'mysql> SELECT COLLATION(''abc'');\n
-> ''latin1_swedish
_ci''\nmysql> SELECT COLLATION(_utf8''abc'');\n
-> ''utf8_general_ci''\n'
, 'http://dev.mysql.com/doc/refman/5.1/en/information-functions.html'),
(493, 'COALESCE', 18, 'Syntax:\nCOALESCE(value,...)\n\nReturns the first non-NUL
L value in the list, or NULL if there are no\nnon-NULL values.\n\nURL: http://de
v.mysql.com/doc/refman/5.1/en/comparison-operators.html\n\n', 'mysql> SELECT COA
LESCE(NULL,1);\n
-> 1\nmysql> SELECT COALESCE(NULL,NULL,NULL);\n
> NULL\n', 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html'),
(494, 'VERSION', 15, 'Syntax:\nVERSION()\n\nReturns a string that indicates the
MySQL server version. The string\nuses the utf8 character set.\n\nURL: http://de

v.mysql.com/doc/refman/5.1/en/information-functions.html\n\n', 'mysql> SELECT VE


RSION();\n
-> ''5.1.30-standard''\n', 'http://dev.mysql.com/doc/refman/5.
1/en/information-functions.html'),
(495, 'MAKE_SET', 36, 'Syntax:\nMAKE_SET(bits,str1,str2,...)\n\nReturns a set va
lue (a string containing substrings separated by ","\ncharacters) consisting of
the strings that have the corresponding bit\nin bits set. str1 corresponds to bi
t 0, str2 to bit 1, and so on. NULL\nvalues in str1, str2, ... are not appended
to the result.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/string-functions.h
tml\n\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
-> ''''\n', 'h
ttp://dev.mysql.com/doc/refman/5.1/en/string-functions.html'),
(496, 'FIND_IN_SET', 36, 'Syntax:\nFIND_IN_SET(str,strlist)\n\nReturns a value i
n the range of 1 to N if the string str is in the\nstring list strlist consistin
g of N substrings. A string list is a\nstring composed of substrings separated b
y "," 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 arithm
etic. Returns\n0 if str is not in strlist or if strlist is the empty string. Ret
urns\nNULL if either argument is NULL. This function does not work properly\nif
the first argument contains a comma (",") character.\n\nURL: http://dev.mysql.co
m/doc/refman/5.1/en/string-functions.html\n\n', 'mysql> SELECT FIND_IN_SET(''b''
,''a,b,c,d'');\n
-> 2\n', 'http://dev.mysql.com/doc/refman/5.1/en/stringfunctions.html');
-- ---------------------------------------------------------- Table structure for table `host`
-CREATE TABLE IF NOT EXISTS `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',
`Trigger_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';
--- Dumping data for table `host`
--

-- ---------------------------------------------------------- Table structure for table `ndb_binlog_index`


-CREATE TABLE IF NOT EXISTS `ndb_binlog_index` (
`Position` bigint(20) unsigned NOT NULL,
`File` varchar(255) NOT NULL,
`epoch` bigint(20) unsigned NOT NULL,
`inserts` bigint(20) unsigned NOT NULL,
`updates` bigint(20) unsigned NOT NULL,
`deletes` bigint(20) unsigned NOT NULL,
`schemaops` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`epoch`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `ndb_binlog_index`
--- ---------------------------------------------------------- Table structure for table `plugin`
-CREATE TABLE IF NOT EXISTS `plugin` (
`name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
`dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '',
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins';
--- Dumping data for table `plugin`
--- ---------------------------------------------------------- Table structure for table `proc`
-CREATE TABLE IF NOT EXISTS `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` longblob NOT NULL,
`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_TIMES


TAMP,
`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','PO
STGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO
_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLAS
H_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','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH')
NOT NULL DEFAULT '',
`comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
`character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NU
LL,
`collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NU
LL,
`db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`body_utf8` longblob,
PRIMARY KEY (`db`,`name`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stored Procedures';
--- Dumping data for table `proc`
-INSERT INTO `proc` (`db`, `name`, `type`, `specific_name`, `language`, `sql_data
_access`, `is_deterministic`, `security_type`, `param_list`, `returns`, `body`,
`definer`, `created`, `modified`, `sql_mode`, `comment`, `character_set_client`,
`collation_connection`, `db_collation`, `body_utf8`) VALUES
('alertsystem', 'tes', 'FUNCTION', 'tes', 'SQL', 'CONTAINS_SQL', 'YES', 'DEFINER
', '', 0x696e7428313129, 0x424547494e0d0a4445434c415245206a6d6c20494e543b0d0a534
54c45435420434f554e54282a29204153206a6d6c5f6b656c617320494e544f206a6d6c2046524f4
d20706573616e3b0d0a52455455524e206a6d6c3b0d0a454e44, 'root@localhost', '2012-0307 22:50:58', '2012-03-07 22:50:58', '', '', 'utf8', 'utf8_general_ci', 'latin1_
swedish_ci', 0x424547494e0d0a4445434c415245206a6d6c20494e543b0d0a53454c454354204
34f554e54282a29204153206a6d6c5f6b656c617320494e544f206a6d6c2046524f4d20706573616
e3b0d0a52455455524e206a6d6c3b0d0a454e44);
-- ---------------------------------------------------------- Table structure for table `procs_priv`
-CREATE TABLE IF NOT EXISTS `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_TIM
ESTAMP,
PRIMARY KEY (`Host`,`Db`,`User`,`Routine_name`,`Routine_type`),
KEY `Grantor` (`Grantor`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Procedure privile
ges';

--- Dumping data for table `procs_priv`


--- ---------------------------------------------------------- Table structure for table `servers`
-CREATE TABLE IF NOT EXISTS `servers` (
`Server_name` char(64) NOT NULL DEFAULT '',
`Host` char(64) NOT NULL DEFAULT '',
`Db` char(64) NOT NULL DEFAULT '',
`Username` char(64) NOT NULL DEFAULT '',
`Password` char(64) NOT NULL DEFAULT '',
`Port` int(4) NOT NULL DEFAULT '0',
`Socket` char(64) NOT NULL DEFAULT '',
`Wrapper` char(64) NOT NULL DEFAULT '',
`Owner` char(64) NOT NULL DEFAULT '',
PRIMARY KEY (`Server_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='MySQL Foreign Servers table';
--- Dumping data for table `servers`
--- ---------------------------------------------------------- Table structure for table `slow_log`
-CREATE TABLE IF NOT EXISTS `slow_log` (
`start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TI
MESTAMP,
`user_host` mediumtext NOT NULL,
`query_time` time NOT NULL,
`lock_time` time NOT NULL,
`rows_sent` int(11) NOT NULL,
`rows_examined` int(11) NOT NULL,
`db` varchar(512) NOT NULL,
`last_insert_id` int(11) NOT NULL,
`insert_id` int(11) NOT NULL,
`server_id` int(11) NOT NULL,
`sql_text` mediumtext NOT NULL
) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='Slow log';
--- Dumping data for table `slow_log`
--- ---------------------------------------------------------- Table structure for table `tables_priv`
--

CREATE TABLE IF NOT EXISTS `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_TIM
ESTAMP,
`Table_priv` set('Select','Insert','Update','Delete','Create','Drop','Grant','
References','Index','Alter','Create View','Show view','Trigger') CHARACTER SET u
tf8 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'
;
--- Dumping data for table `tables_priv`
--- ---------------------------------------------------------- Table structure for table `time_zone`
-CREATE TABLE IF NOT EXISTS `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 ;
--- Dumping data for table `time_zone`
--- ---------------------------------------------------------- Table structure for table `time_zone_leap_second`
-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `time_zone_leap_second`
--- --------------------------------------------------------

--- Table structure for table `time_zone_name`


-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `time_zone_name`
--- ---------------------------------------------------------- Table structure for table `time_zone_transition`
-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `time_zone_transition`
--- ---------------------------------------------------------- Table structure for table `time_zone_transition_type`
-CREATE TABLE IF NOT EXISTS `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';
--- Dumping data for table `time_zone_transition_type`
--- ---------------------------------------------------------- Table structure for table `user`
--

CREATE TABLE IF NOT EXISTS `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',
`Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
`Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',
`ssl_type` enum('','ANY','X509','SPECIFIED') CHARACTER SET utf8 NOT NULL DEFAU
LT '',
`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';
--- Dumping data for table `user`
-INSERT INTO `user` (`Host`, `User`, `Password`, `Select_priv`, `Insert_priv`, `U
pdate_priv`, `Delete_priv`, `Create_priv`, `Drop_priv`, `Reload_priv`, `Shutdown
_priv`, `Process_priv`, `File_priv`, `Grant_priv`, `References_priv`, `Index_pri
v`, `Alter_priv`, `Show_db_priv`, `Super_priv`, `Create_tmp_table_priv`, `Lock_t
ables_priv`, `Execute_priv`, `Repl_slave_priv`, `Repl_client_priv`, `Create_view
_priv`, `Show_view_priv`, `Create_routine_priv`, `Alter_routine_priv`, `Create_u
ser_priv`, `Event_priv`, `Trigger_priv`, `ssl_type`, `ssl_cipher`, `x509_issuer`
, `x509_subject`, `max_questions`, `max_updates`, `max_connections`, `max_user_c
onnections`) VALUES
('localhost', 'root', '', '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', 'Y',
'Y', '', '', '', '', 0, 0, 0, 0),
('127.0.0.1', 'root', '', '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', 'Y',
'Y', '', '', '', '', 0, 0, 0, 0),
('localhost', '', '', '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', 'N', 'N'
, '', '', '', '', 0, 0, 0, 0),
('localhost', 'pma', '', 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'Y', 'Y', 'N', 'N',
'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N',
'N', '', '', '', '', 0, 0, 0, 0);
--- Database: `pa`
-CREATE DATABASE `pa` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `pa`;
-- ---------------------------------------------------------- Table structure for table `alur_pa`
-CREATE TABLE IF NOT EXISTS `alur_pa` (
`id` int(11) NOT NULL,
`no` int(11) NOT NULL,
`alur` varchar(300) NOT NULL,
`keterangan` text NOT NULL,
`berkas` varchar(200) NOT NULL,
`waktu` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `alur_pa`
--- ---------------------------------------------------------- Table structure for table `dosen`
-CREATE TABLE IF NOT EXISTS `dosen` (
`kode` varchar(15) NOT NULL,
`koordinator` char(20) NOT NULL DEFAULT 'no',
PRIMARY KEY (`kode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `dosen`
-INSERT INTO `dosen` (`kode`, `koordinator`) VALUES
('RBI', ''),
('PRI', 'PA'),
('FTS', 'KP');
-- --------------------------------------------------------

--- Table structure for table `proyek`


-CREATE TABLE IF NOT EXISTS `proyek` (
`kode` char(20) NOT NULL,
`nama` varchar(50) NOT NULL,
PRIMARY KEY (`kode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `proyek`
-INSERT INTO `proyek` (`kode`, `nama`) VALUES
('PA', 'Proyek Akhir'),
('KP', 'Kerja Praktek');
-- ---------------------------------------------------------- Table structure for table `user`
-CREATE TABLE IF NOT EXISTS `user` (
`key` varchar(15) NOT NULL,
`password` varchar(100) NOT NULL,
`posisi` char(10) NOT NULL,
`nama` varchar(100) NOT NULL,
PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `user`
-INSERT INTO `user` (`key`, `password`, `posisi`, `nama`) VALUES
('30209105', '123456789', 'mahasiswa', 'Ramdony AR'),
('RBI', '123', 'dosen', 'Robbi'),
('PRI', '123', 'dosen', 'Periyadi'),
('30209106', '123', 'mahasiswa', 'william'),
('30210105', '123', 'mahasiswa', 'kunyit'),
('30211205', '123', 'mahasiswa', 'babon'),
('30210104', '123', 'mahasiswa', 'maemunah'),
('11', '11', 'dosen', 'we'),
('jjj', 'jjj', 'dosen', 'kkk'),
('DSNBR', 'DSNBR', 'dosen', 'dosen baru nieh'),
('AAD', 'AAD', 'dosen', 'lupa masukin'),
('BJG', 'BJG', 'dosen', 'skali lg ah'),
('0', '0', '0', '0'),
('FTS', '123', 'dosen', 'Fitri Susanti'),
('1212', '1212', 'mahasiswa', 'kikiki'),
('121233', '121233', 'mahasiswa', 'hhh');
--- Database: `pacc`
-CREATE DATABASE `pacc` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `pacc`;

-- ---------------------------------------------------------- Table structure for table `mahasiswa`


-CREATE TABLE IF NOT EXISTS `mahasiswa` (
`nim` varchar(25) NOT NULL,
`nama` varchar(150) NOT NULL,
`email` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `mahasiswa`
-INSERT INTO `mahasiswa` (`nim`, `nama`, `email`) VALUES
('30209105', 'dony', 'neraprince@gmail.com'),
('30209031', 'ilham', 'embung@hayang.coy'),
('1234566778', 'agsfkugdsu', 'geni_sinaga@yahoo.com'),
('30209105', 'ramdony', 'neraprince@gmail.com'),
('', 'kjds', 'kef'),
('', '', '');
-- ---------------------------------------------------------- Table structure for table `prov`
-CREATE TABLE IF NOT EXISTS `prov` (
`prov` varchar(150) NOT NULL,
`kota` varchar(150) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Dumping data for table `prov`
-INSERT INTO `prov` (`prov`, `kota`) VALUES
('Jawa Barat', 'Bandung'),
('Jawa Barat', 'Depok'),
('Jawa Barat', 'Tasikmalaya'),
('Jawa Tengah', 'Cilacap'),
('Jawa Tengah', 'Semarang'),
('Jawa Tengah', 'Wonosobo'),
('Jawa Timur', 'Surabaya'),
('Jawa Timur', 'Malang'),
('Jawa Timur', 'Bojonegoro');
--- Database: `pegawai`
-CREATE DATABASE `pegawai` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci
;
USE `pegawai`;
--- Database: `phpmyadmin`
-CREATE DATABASE `phpmyadmin` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish
_ci;

USE `phpmyadmin`;
-- ---------------------------------------------------------- Table structure for table `pma_bookmark`
-CREATE TABLE IF NOT EXISTS `pma_bookmark` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dbase` varchar(255) NOT NULL DEFAULT '',
`user` varchar(255) NOT NULL DEFAULT '',
`label` varchar(255) NOT NULL DEFAULT '',
`query` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Bookmarks' AUTO_INCREMENT=1 ;
--- Dumping data for table `pma_bookmark`
--- ---------------------------------------------------------- Table structure for table `pma_column_info`
-CREATE TABLE IF NOT EXISTS `pma_column_info` (
`id` int(5) unsigned NOT NULL AUTO_INCREMENT,
`db_name` varchar(64) NOT NULL DEFAULT '',
`table_name` varchar(64) NOT NULL DEFAULT '',
`column_name` varchar(64) NOT NULL DEFAULT '',
`comment` varchar(255) NOT NULL DEFAULT '',
`mimetype` varchar(255) NOT NULL DEFAULT '',
`transformation` varchar(255) NOT NULL DEFAULT '',
`transformation_options` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `db_name` (`db_name`,`table_name`,`column_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Column information for phpMyAdmi
n' AUTO_INCREMENT=1 ;
--- Dumping data for table `pma_column_info`
--- ---------------------------------------------------------- Table structure for table `pma_designer_coords`
-CREATE TABLE IF NOT EXISTS `pma_designer_coords` (
`db_name` varchar(64) NOT NULL DEFAULT '',
`table_name` varchar(64) NOT NULL DEFAULT '',
`x` int(11) DEFAULT NULL,
`y` int(11) DEFAULT NULL,
`v` tinyint(4) DEFAULT NULL,
`h` tinyint(4) DEFAULT NULL,

PRIMARY KEY (`db_name`,`table_name`)


) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Table coordinates for Designer';
--- Dumping data for table `pma_designer_coords`
--- ---------------------------------------------------------- Table structure for table `pma_history`
-CREATE TABLE IF NOT EXISTS `pma_history` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(64) NOT NULL DEFAULT '',
`db` varchar(64) NOT NULL DEFAULT '',
`table` varchar(64) NOT NULL DEFAULT '',
`timevalue` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIM
ESTAMP,
`sqlquery` text NOT NULL,
PRIMARY KEY (`id`),
KEY `username` (`username`,`db`,`table`,`timevalue`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='SQL history for phpMyAdmin' AUT
O_INCREMENT=1319 ;
--- Dumping data for table `pma_history`
-INSERT INTO `pma_history` (`id`, `username`, `db`, `table`, `timevalue`, `sqlque
ry`) VALUES
(1, 'root', 'mysql', 'user', '2008-11-29 04:41:19', 'SELECT * FROM `user`'),
(2, 'root', 'mysql', 'proc', '2008-11-29 04:42:11', 'SELECT * FROM `proc`'),
(3, 'root', 'mysql', 'user', '2008-11-29 04:42:22', 'SELECT * FROM `user`'),
(4, 'root', 'mysql', 'procs_priv', '2008-11-29 04:42:45', 'SELECT * FROM `procs_
priv`'),
(5, 'root', 'mysql', 'db', '2008-11-29 04:42:59', 'SELECT * FROM `db`'),
(6, 'root', 'mysql', 'user', '2008-11-29 04:43:55', 'SELECT * FROM `user`'),
(7, 'root', 'mysql', 'user', '2008-11-29 04:44:02', 'SELECT * FROM `user`'),
(8, 'root', 'mysql', 'user', '2008-11-29 04:44:19', 'SELECT * FROM `user`'),
(9, 'root', '', '', '2008-11-29 04:44:53', 'SELECT `User`,
`Host`,
I
F(`Password` = _latin1 '''', ''N'', ''Y'') AS ''Password'',
`Select_priv`,
`Insert_priv`,
`Update_priv`,
`Delete_priv`,
`Index_pri
v`,
`Alter_priv`,
`Create_priv`,
`Drop_priv`,
`Grant_pri
v`,
`References_priv`,
`Reload_priv`,
`Shutdown_priv`,
`
Process_priv`,
`File_priv`, `Show_db_priv`, `Super_priv`, `Create_tmp_tabl
e_priv`, `Lock_tables_priv`, `Execute_priv`, `Repl_slave_priv`, `Repl_client_pri
v`, `Create_view_priv`, `Show_view_priv`, `Create_user_priv`, `Create_routine_pr
iv`, `Alter_routine_priv` FROM `mysql`.`user` ORDER BY `User` ASC, `Host` ASC;'
),
(10, 'root', 'db_apsi', '', '2011-03-19 11:11:25', 'CREATE DATABASE `db_apsi`;')
,
(11, 'root', '', '', '2011-03-19 11:12:06', 'DROP DATABASE `db_apsi`'),
(12, 'root', 'db_apsi', '', '2011-03-19 11:12:37', 'CREATE DATABASE `db_apsi`;')
,
(13, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:15:48', 'INSERT INTO `db_aps
i`.`mahasiswa` (`NIM`, `Nama`, `ip`) VALUES (''99001'', ''Ali'', ''3.2''), (''99
002'', ''Budi'', ''2.90'');'),

(14, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:16:44', 'SELECT * FROM `maha


siswa`'),
(15, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:17:05', 'SELECT * FROM `maha
siswa`'),
(16, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:17:14', 'SELECT * FROM `maha
siswa`'),
(17, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:17:51', 'SELECT * FROM `maha
siswa`'),
(18, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:18:04', 'SELECT * FROM `maha
siswa`'),
(19, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:19:00', 'SELECT * FROM mahas
iswa'),
(20, 'root', 'db_apsi', 'mahasiswa', '2011-03-19 11:27:03', 'SELECT * FROM `maha
siswa`'),
(21, 'root', 'db_apsi', 'mahasiswa', '2011-03-20 14:34:16', 'SELECT * FROM `maha
siswa`'),
(22, 'root', 'pegawai', '', '2011-03-24 08:26:23', 'CREATE DATABASE `pegawai`;')
,
(23, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:30:34', 'SELECT * FROM `pegawa
i`'),
(24, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:30:41', 'SELECT * FROM `pegawa
i`'),
(25, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:32:38', 'SELECT * FROM `pegawa
i`'),
(26, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:32:41', 'SELECT * FROM `pegawa
i`'),
(27, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:32:44', 'SELECT * FROM `pegawa
i`'),
(28, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:32:47', 'SELECT * FROM `pegawa
i`'),
(29, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:32:49', 'SELECT * FROM `pegawa
i`'),
(30, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:33:17', 'INSERT INTO `db_apsi`
.`pegawai` (`nip`, `nama`, `gaji`) VALUES (''10001'', ''udin'', ''500000'');'),
(31, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:33:19', 'SELECT * FROM `pegawa
i`'),
(32, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:34:20', 'SELECT * FROM `pegawa
i`'),
(33, 'root', 'db_apsi', 'pegawai', '2011-03-24 08:39:55', 'SELECT * FROM `pegawa
i` ORDER BY `pegawai`.`nip` ASC'),
(34, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:35:55', 'SELECT * FROM `pegawa
i` ORDER BY `pegawai`.`nip` ASC'),
(35, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:36:13', 'SELECT * FROM `pegawa
i` ORDER BY `pegawai`.`nip` ASC'),
(36, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:36:30', 'SELECT * FROM `pegawa
i`'),
(37, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:36:32', 'SELECT * FROM `pegawa
i`'),
(38, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:36:42', 'SELECT * FROM `pegawa
i`'),
(39, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:36:44', 'SELECT * FROM `pegawa
i`'),
(40, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:36:45', 'SELECT * FROM `pegawa
i`'),
(41, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:38:57', 'SELECT * FROM `pegawa
i`'),
(42, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:51:06', 'SELECT * FROM `pegawa
i`'),
(43, 'root', 'db_apsi', 'pegawai', '2011-03-24 09:51:07', 'SELECT * FROM `pegawa
i`'),

(44, 'root',
i`'),
(45, 'root',
i`'),
(46, 'root',
i`'),
(47, 'root',
i`'),
(48, 'root',
i`'),
(49, 'root',
i`'),
(50, 'root',
i`'),
(51, 'root',
i`'),
(52, 'root',
i`'),
(53, 'root',
siswa`'),
(54, 'root',
siswa`'),
(55, 'root',
siswa`'),
(56, 'root',
siswa`'),
(57, 'root',
siswa`'),
(58, 'root',
siswa`'),
(59, 'root',
siswa`'),
(60, 'root',
siswa`'),
(61, 'root',
siswa`'),
(62, 'root',
siswa`'),
(63, 'root',
siswa`'),
(64, 'root',
siswa`'),
(65, 'root',
siswa`'),
(66, 'root',
siswa`'),
(67, 'root',
siswa`'),
(68, 'root',
siswa`'),
(69, 'root',
siswa`'),
(70, 'root',
siswa`'),
(71, 'root',
siswa`'),
(72, 'root',
siswa`'),
(73, 'root',
siswa`'),

'db_apsi', 'pegawai', '2011-03-24 09:51:34', 'SELECT * FROM `pegawa


'db_apsi', 'pegawai', '2011-03-24 09:51:37', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-03-24 09:52:18', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-03-24 09:55:25', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-03-24 09:57:14', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-03-24 09:57:15', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-04-01 13:24:52', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-04-01 13:50:46', 'SELECT * FROM `pegawa
'db_apsi', 'pegawai', '2011-04-01 13:50:51', 'SELECT * FROM `pegawa
'db_apsi', 'mahasiswa', '2011-04-01 14:20:30', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:25:56', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:25:58', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:25:59', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:26:01', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:26:02', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:26:02', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:26:03', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:26:08', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:26', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:27', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:28', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:29', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:30', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:31', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:27:32', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:33:39', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-01 14:35:13', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-06 16:12:00', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-06 20:45:43', 'SELECT * FROM `maha
'db_apsi', 'mahasiswa', '2011-04-06 20:46:12', 'SELECT * FROM `maha

(74, 'root', 'db_apsi', 'mahasiswa', '2011-04-06 20:47:11', 'delete from mahasis


wa where nim = 99001'),
(75, 'root', 'db_apsi', 'mahasiswa', '2011-04-06 20:47:22', 'SELECT * FROM `maha
siswa`'),
(76, 'root', 'db_apsi', 'mahasiswa', '2011-04-06 20:48:00', 'delete from mahasis
wa where nim = 99001e3'),
(77, 'root', 'db_apsi', 'mahasiswa', '2011-04-06 20:48:04', 'SELECT * FROM `maha
siswa`'),
(78, 'root', 'db_apsi', 'mahasiswa', '2011-04-06 20:56:12', 'SELECT * FROM `maha
siswa`'),
(79, 'root', '', '', '2011-06-10 09:30:59', 'declare'),
(80, 'root', '', '', '2011-06-10 09:34:33', 'declare\r\nv_gp integer;declare\r\n
v_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp int
eger;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;dec
lare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\n
v_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp int
eger;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;dec
lare\r\nv_gp integer;declare\r\nv_gp integer;'),
(81, 'root', '', '', '2011-06-10 09:39:52', 'declare\r\nv_gp integer;declare\r\n
v_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp int
eger;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;dec
lare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\n
v_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp int
eger;declare\r\nv_gp integer;declare\r\nv_gp integer;declare\r\nv_gp integer;dec
lare\r\nv_gp integer;declare\r\nv_gp integer;'),
(82, 'root', 'db_apsi', 'mahasiswa', '2011-10-12 13:51:14', 'SELECT * FROM `maha
siswa`'),
(83, 'root', 'db_apsi', 'mahasiswa', '2011-10-12 13:52:16', 'INSERT INTO `db_aps
i`.`mahasiswa` (`NIM`, `Nama`, `ip`) VALUES (''30209105'', ''ramdony'', ''4'');'
),
(84, 'root', 'pacc', '', '2011-10-18 10:43:34', 'CREATE DATABASE `pacc`;'),
(85, 'root', 'pacc', 'mahasiswa', '2011-10-18 10:52:02', 'SELECT * FROM `mahasis
wa`'),
(86, 'root', 'pacc', 'mahasiswa', '2011-10-18 10:56:50', 'SELECT * FROM `mahasis
wa`'),
(87, 'root', 'pacc', 'mahasiswa', '2011-10-18 10:58:13', 'SELECT * FROM `mahasis
wa`'),
(88, 'root', 'pacc', 'prov', '2011-10-27 13:39:01', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Barat'', ''Bandung'');'),
(89, 'root', 'pacc', 'prov', '2011-10-27 13:39:12', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Barat'', ''Depok'');'),
(90, 'root', 'pacc', 'prov', '2011-10-27 13:39:22', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Barat'', ''Tasikmalaya'');'),
(91, 'root', 'pacc', 'prov', '2011-10-27 13:39:40', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Tengah'', ''Cilacap'');'),
(92, 'root', 'pacc', 'prov', '2011-10-27 13:39:50', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Tengah'', ''Semarang'');'),
(93, 'root', 'pacc', 'prov', '2011-10-27 13:40:04', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Tengah'', ''Wonosobo'');'),
(94, 'root', 'pacc', 'prov', '2011-10-27 13:40:17', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Timur'', ''Surabaya'');'),
(95, 'root', 'pacc', 'prov', '2011-10-27 13:40:25', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Timur'', ''Malang'');'),
(96, 'root', 'pacc', 'prov', '2011-10-27 13:40:35', 'INSERT INTO `pacc`.`prov` (
`prov`, `kota`) VALUES (''Jawa Timur'', ''Bojonegoro'');'),
(97, 'root', 'pacc', 'prov', '2011-10-27 13:40:37', 'SELECT * FROM `prov`'),
(98, 'root', 'db_apsi', 'mahasiswa', '2011-11-30 14:18:00', 'SELECT * FROM `maha
siswa`'),
(99, 'root', 'db_apsi', 'mahasiswa', '2011-11-30 14:24:01', 'SELECT * FROM `maha
siswa`'),

(100, 'root',
asiswa`'),
(101, 'root',
asiswa`'),
(102, 'root',
asiswa`'),
(103, 'root',
asiswa`'),
(104, 'root',
asiswa`'),
(105, 'root',
asiswa`'),
(106, 'root',
asiswa`'),
(107, 'root',
asiswa`'),
(108, 'root',
asiswa`'),
(109, 'root',
asiswa`'),
(110, 'root',
asiswa`'),
(111, 'root',
asiswa`'),
(112, 'root',
asiswa`'),
(113, 'root',
asiswa`'),
(114, 'root',
asiswa`'),
(115, 'root',
asiswa`'),
(116, 'root',
asiswa`'),
(117, 'root',
asiswa`'),
(118, 'root',
asiswa`'),
(119, 'root',
asiswa`'),
(120, 'root',
asiswa`'),
(121, 'root',
asiswa`'),
(122, 'root',
asiswa`'),
(123, 'root',
asiswa`'),
(124, 'root',
asiswa`'),
(125, 'root',
asiswa`'),
(126, 'root',
asiswa`'),
(127, 'root',
asiswa`'),
(128, 'root',
asiswa`'),
(129, 'root',
asiswa`'),

'db_apsi', 'mahasiswa', '2011-11-30 14:24:03', 'SELECT * FROM `mah


'db_apsi', 'mahasiswa', '2011-11-30 14:24:12', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:25:19', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:06', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:26', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:37', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:41', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:46', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:57', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:26:57', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:27:09', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:27:22', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:31:28', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:31:43', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:38:51', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:38:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:49', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:51', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:52', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:52', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:52', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:53', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:54', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:40:54', 'SELECT * FROM `mah
'db_apsi', 'mahasiswa', '2011-11-30 14:41:17', 'SELECT * FROM `mah

(130, 'root', 'db_apsi', 'mahasiswa', '2011-11-30 14:41:47', 'SELECT * FROM `mah


asiswa`'),
(131, 'root', 'db_apsi', 'mahasiswa', '2011-11-30 14:43:32', 'SELECT * FROM `mah
asiswa`'),
(132, 'root', 'db_apsi', 'mahasiswa', '2011-11-30 14:49:58', 'SELECT * FROM `mah
asiswa`'),
(133, 'root', 'bp', '', '2011-12-09 23:19:58', 'CREATE DATABASE `bp`;'),
(134, 'root', 'bp', 'tempat', '2011-12-09 23:27:22', 'ALTER TABLE `tempat` ADD P
RIMARY KEY(`idtempat`)'),
(135, 'root', 'bp', 'tempat', '2011-12-09 23:27:39', 'ALTER TABLE `tempat` ADD U
NIQUE(`idprov`)'),
(136, 'root', 'bp', 'tempat', '2011-12-09 23:27:41', 'ALTER TABLE `tempat` ADD U
NIQUE(`idkota`)'),
(137, 'root', 'bp', 'tempat', '2011-12-09 23:27:42', 'ALTER TABLE `tempat` ADD U
NIQUE(`idkota`)'),
(138, 'root', 'bp', 'tempat', '2011-12-09 23:27:44', 'ALTER TABLE `tempat` ADD U
NIQUE(`idkota`)'),
(139, 'root', 'bp', 'tempat', '2011-12-09 23:27:45', 'ALTER TABLE `tempat` ADD U
NIQUE(`idkota`)'),
(140, 'root', 'bp', 'tempat', '2011-12-09 23:27:46', 'ALTER TABLE `tempat` ADD U
NIQUE(`idkota`)'),
(141, 'root', 'bp', 'tempat', '2011-12-09 23:28:22', 'SELECT * FROM `tempat`'),
(142, 'root', 'bp', 'tempat', '2011-12-09 23:30:16', 'SELECT * FROM `tempat`'),
(143, 'root', 'bp', 'kota', '2011-12-09 23:31:01', 'ALTER TABLE `kota` ADD PRIMA
RY KEY(`idkota`)'),
(144, 'root', 'bp', 'tempat', '2011-12-09 23:31:05', 'SELECT * FROM `tempat`'),
(145, 'root', 'bp', 'tempat', '2011-12-09 23:31:48', 'SELECT * FROM `tempat`'),
(146, 'root', 'bp', 'tempat', '2011-12-09 23:32:03', 'ALTER TABLE `tempat` ADD U
NIQUE(`idkota`)'),
(147, 'root', 'bp', 'tempat', '2011-12-09 23:32:28', 'ALTER TABLE `tempat` ADD I
NDEX(`idkota`)'),
(148, 'root', 'bp', 'tempat', '2011-12-09 23:32:45', 'ALTER TABLE `tempat` ADD I
NDEX(`idkota`)'),
(149, 'root', 'bp', 'tempat', '2011-12-09 23:32:47', 'ALTER TABLE `tempat` ADD I
NDEX(`idkota`)'),
(150, 'root', 'bp', 'prov', '2011-12-09 23:35:00', 'ALTER TABLE `prov` ADD PRIMA
RY KEY(`idprov`)'),
(151, 'root', 'bp', 'kota', '2011-12-09 23:35:02', 'SELECT * FROM `kota`'),
(152, 'root', 'bp', 'tempat', '2011-12-09 23:35:04', 'SELECT * FROM `tempat`'),
(153, 'root', 'bp', 'tempat', '2011-12-09 23:35:05', 'SELECT * FROM `tempat`'),
(154, 'root', 'bp', 'prov', '2011-12-09 23:35:07', 'SELECT * FROM `prov`'),
(155, 'root', 'bp', 'kota', '2011-12-09 23:35:09', 'SELECT * FROM `kota`'),
(156, 'root', 'bp', 'prov', '2011-12-09 23:36:02', 'SELECT * FROM `prov`'),
(157, 'root', 'bp', 'tempat', '2011-12-09 23:36:18', 'SELECT * FROM `tempat`'),
(158, 'root', 'bp', 'prov', '2011-12-09 23:36:48', 'SELECT * FROM `prov`'),
(159, 'root', 'bp', 'kota', '2011-12-09 23:37:11', 'SELECT * FROM `kota`'),
(160, 'root', 'bp', 'prov', '2011-12-09 23:37:33', 'SELECT * FROM `prov`'),
(161, 'root', 'bp', 'prov', '2011-12-09 23:38:02', 'SELECT * FROM `prov` PROCEDU
RE ANALYSE()'),
(162, 'root', 'bp', 'tempat', '2011-12-09 23:38:38', 'SELECT * FROM `tempat`'),
(163, 'root', 'blog', '', '2011-12-12 22:40:19', 'CREATE DATABASE `blog`;'),
(164, 'root', 'blog', 'user', '2011-12-12 22:49:40', 'ALTER TABLE `user` ADD PRI
MARY KEY(`userid`)'),
(165, 'root', 'blog', 'user', '2011-12-12 22:49:48', 'SELECT * FROM `user` PROCE
DURE ANALYSE()'),
(166, 'root', 'blog', 'user', '2011-12-12 22:49:51', 'SELECT * FROM `user` PROCE
DURE ANALYSE()'),
(167, 'root', 'blog', 'user', '2011-12-12 22:49:53', 'SELECT * FROM `user` PROCE
DURE ANALYSE()'),
(168, 'root', 'blog', 'user', '2011-12-12 22:50:39', 'ALTER TABLE `user` CHANGE

`userid` `userid` INT(15) NOT NULL'),


(169, 'root', 'blog', 'user', '2011-12-12 22:50:57', 'ALTER TABLE `user` DROP PR
IMARY KEY, ADD PRIMARY KEY(`userid`)'),
(170, 'root', 'blog', 'n', '2011-12-12 23:01:46', 'CREATE TABLE `blog`.`n` (`dfd
` INT(12) NOT NULL, `df` INT(34) NOT NULL, `ff` INT(54) NOT NULL, `b` INT(12) NO
T NULL, `df` INT(11) NOT NULL) ENGINE = MyISAM'),
(171, 'root', 'blog', 'user', '2011-12-12 23:02:27', 'SELECT * FROM `user`'),
(172, 'root', 'blog', '', '2011-12-12 23:03:38', 'DROP TABLE `user`'),
(173, 'root', 'blog', 'user', '2011-12-12 23:06:42', 'SELECT * FROM `user`'),
(174, 'root', 'blog', '', '2011-12-12 23:06:48', 'DROP TABLE `user`'),
(175, 'root', 'blog', '', '2011-12-12 23:07:03', 'CREATE TABLE `blog`.`user` (\
r\n`userid` INT( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NULL
,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota` C
HAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 ) NU
LL ,\r\n`password` VARCHAR( 50 ) NOT NULL\r\n) ENGINE = MYISAM'),
(176, 'root', 'blog', '', '2011-12-12 23:07:53', 'CREATE TABLE `blog`.`user` (\
r\n`userid` INT( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NULL
,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota` C
HAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 ) NU
LL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGINE =
MYISAM'),
(177, 'root', 'blog', '', '2011-12-12 23:08:03', 'CREATE TABLE `blog`.`user` (\
r\n`userid` INT( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NULL
,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota` C
HAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 ) NU
LL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGINE =
MYISAM'),
(178, 'root', '', '', '2011-12-12 23:08:14', 'DROP DATABASE `blog`'),
(179, 'root', 'blog', '', '2011-12-12 23:08:42', 'CREATE DATABASE `blog`;'),
(180, 'root', 'blog', '', '2011-12-12 23:08:59', 'CREATE TABLE `blog`.`user` (\
r\n`userid` INT( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NULL
,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota` C
HAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 ) NU
LL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGINE =
MYISAM'),
(181, 'root', 'blog', 'user', '2011-12-12 23:09:05', 'SELECT * FROM `user`'),
(182, 'root', 'blog', 'user', '2011-12-12 23:10:45', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (''30209105000'', ''dony'', ''pria'', ''15041991'', ''depok'', ''neraprince@g
mail.com'', ''coding'', ''kodok'');'),
(183, 'root', 'blog', 'user', '2011-12-12 23:11:12', 'SELECT * FROM `user`'),
(184, 'root', 'blog', 'user', '2011-12-12 23:11:28', 'SELECT * FROM `user`'),
(185, 'root', 'blog', 'user', '2011-12-12 23:11:57', 'SELECT * FROM `user`'),
(186, 'root', 'blog', 'user', '2011-12-12 23:12:38', 'ALTER TABLE `user` CHANGE
`userid` `userid` DOUBLE(15) NOT NULL AUTO_INCREMENT'),
(187, 'root', 'blog', 'user', '2011-12-12 23:14:13', 'SELECT * FROM `user`'),
(188, 'root', 'blog', '', '2011-12-12 23:14:16', 'DROP TABLE `user`'),
(189, 'root', 'blog', '', '2011-12-12 23:14:23', 'DROP TABLE `user`'),
(190, 'root', 'blog', '', '2011-12-12 23:14:36', 'CREATE TABLE `blog`.`user` (\
r\n`userid` DOUBLE( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NU
LL ,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota
` CHAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 )
NULL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGIN
E = MYISAM'),
(191, 'root', 'blog', '', '2011-12-12 23:16:39', 'CREATE TABLE `blog`.`user` (\
r\n`userid` DOUBLE( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NU
LL ,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota
` CHAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 )
NULL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGIN
E = MYISAM'),

(192, 'root', '', '', '2011-12-12 23:16:50', 'DROP DATABASE `blog`'),


(193, 'root', 'blog', '', '2011-12-12 23:16:55', 'CREATE DATABASE `blog`;'),
(194, 'root', 'blog', '', '2011-12-12 23:17:03', 'CREATE TABLE `blog`.`user` (\
r\n`userid` DOUBLE( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NU
LL ,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota
` CHAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 )
NULL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGIN
E = MYISAM'),
(195, 'root', 'blog', '', '2011-12-12 23:17:55', 'CREATE TABLE `blog`.`user` (\
r\n`userid` INT( 15 ) NOT NULL auto_increment,\r\n`nama` VARCHAR( 50 ) NOT NULL
,\r\n`gender` CHAR( 10 ) NOT NULL ,\r\n`lahir` CHAR( 10 ) NOT NULL ,\r\n`kota` C
HAR( 20 ) NOT NULL ,\r\n`email` VARCHAR( 30 ) NULL ,\r\n`hobby` VARCHAR( 20 ) NU
LL ,\r\n`password` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (userid)\r\n) ENGINE =
MYISAM'),
(196, 'root', 'blog', 'user', '2011-12-12 23:18:17', 'SELECT * FROM `user`'),
(197, 'root', 'blog', 'user', '2011-12-12 23:18:31', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (''1'', ''dss'', ''ds'', ''fd'', ''fd'', NULL, NULL, ''fger'');'),
(198, 'root', 'blog', 'user', '2011-12-12 23:18:45', 'SELECT * FROM `user`'),
(199, 'root', 'blog', 'user', '2011-12-12 23:19:10', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (NULL, ''csvd'', ''sdf'', ''s'', ''sd'', ''sd'', ''gg'', ''d'');'),
(200, 'root', 'blog', 'user', '2011-12-12 23:19:16', 'SELECT * FROM `user`'),
(201, 'root', 'blog', 'user', '2011-12-12 23:19:53', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (''123456789123456'', ''sj'', ''fdn'', ''dfmnf'', ''dfk'', ''fdd'', ''g'', ''
dg'');'),
(202, 'root', 'blog', 'user', '2011-12-12 23:20:00', 'SELECT * FROM `user`'),
(203, 'root', 'blog', 'user', '2011-12-12 23:20:26', 'ALTER TABLE `user` CHANGE
`userid` `userid` BIGINT(15) NOT NULL AUTO_INCREMENT'),
(204, 'root', 'blog', 'user', '2011-12-12 23:20:54', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (''30209105000'', ''dfsvd'', ''ds'', ''kjhdsijndf'', ''hjdfiusd'', ''iuu'', '
'oihdgsiu'', ''iohs'');'),
(205, 'root', 'blog', 'user', '2011-12-12 23:20:59', 'SELECT * FROM `user`'),
(206, 'root', 'blog', 'user', '2011-12-12 23:21:17', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (NULL, ''kjhdfvid'', ''jhbfij'', ''iuhgsud'', ''iuhiuds'', ''iudhfvus'', ''jg
ierw'', ''iuefw'');'),
(207, 'root', 'blog', 'user', '2011-12-12 23:21:26', 'SELECT * FROM `user`'),
(208, 'root', 'blog', 'user', '2011-12-12 23:22:09', 'SELECT * FROM `user`'),
(209, 'root', 'blog', 'user', '2011-12-12 23:22:17', 'SELECT * FROM `user`'),
(210, 'root', 'blog', 'user', '2011-12-12 23:22:23', 'SELECT * FROM `user`'),
(211, 'root', 'blog', 'user', '2011-12-12 23:22:25', 'SELECT * FROM `user`'),
(212, 'root', 'blog', 'user', '2011-12-12 23:22:28', 'SELECT * FROM `user`'),
(213, 'root', 'blog', 'user', '2011-12-12 23:22:29', 'SELECT * FROM `user`'),
(214, 'root', 'blog', 'user', '2011-12-12 23:22:32', 'SELECT * FROM `user`'),
(215, 'root', 'blog', 'user', '2011-12-12 23:22:33', 'SELECT * FROM `user`'),
(216, 'root', 'blog', 'user', '2011-12-12 23:22:36', 'SELECT * FROM `user`'),
(217, 'root', 'blog', 'user', '2011-12-12 23:23:08', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (''30209105000'', ''dony'', ''pria'', ''15041991'', ''depok'', ''neraprince@g
mail.com'', ''coding'', ''kodok'');'),
(218, 'root', 'blog', 'user', '2011-12-12 23:23:11', 'SELECT * FROM `user`'),
(219, 'root', 'blog', 'user', '2011-12-12 23:49:05', 'INSERT INTO `blog`.`user`
(`userid`, `nama`, `gender`, `lahir`, `kota`, `email`, `hobby`, `password`) VALU
ES (NULL, ''df'', ''g'', ''g'', ''ds'', ''dsgg'', ''dgsg'', ''hgdf'');'),
(220, 'root', 'blog', 'user', '2011-12-12 23:50:40', 'SELECT * FROM `user`'),
(221, 'root', 'blog', 'user', '2011-12-12 23:54:33', 'SELECT * FROM `user`'),
(222, 'root', 'blog', 'user', '2011-12-12 23:55:52', 'SELECT * FROM `user`'),

(223, 'root', 'blog', 'user', '2011-12-12 23:56:51', 'SELECT * FROM `user`'),


(224, 'root', 'blog', 'user', '2011-12-12 23:56:55', 'SELECT * FROM `user`'),
(225, 'root', 'blog', 'user', '2011-12-12 23:56:56', 'SELECT * FROM `user`'),
(226, 'root', 'blog', 'user', '2011-12-12 23:56:58', 'SELECT * FROM `user`'),
(227, 'root', 'blog', 'user', '2011-12-13 00:11:14', 'SELECT * FROM `user`'),
(228, 'root', 'blog', 'post', '2011-12-13 07:24:52', 'SELECT * FROM `post`'),
(229, 'root', 'blog', '', '2011-12-13 07:24:59', 'DROP TABLE `post`'),
(230, 'root', 'blog', 'post', '2011-12-13 07:25:56', 'CREATE TABLE `blog`.`post`
(`userid` BIGINT(15) NOT NULL, `post` VARCHAR(500) NOT NULL, `time` DATE NOT NU
LL DEFAULT CURRENT_TIMESTAMP) ENGINE = MyISAM'),
(231, 'root', 'blog', 'post', '2011-12-13 07:36:04', 'SELECT * FROM `post`'),
(232, 'root', 'blog', 'post', '2011-12-13 07:36:47', 'ALTER TABLE `post` CHANGE
`post` `post` LONGTEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL')
,
(233, 'root', 'blog', 'post', '2011-12-13 07:38:05', 'INSERT INTO `blog`.`post`
(`userid`, `post`, `time`) VALUES (''30209105000'', ''12345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890'', CU
RRENT_TIMESTAMP);'),
(234, 'root', 'blog', 'post', '2011-12-13 07:38:12', 'SELECT * FROM `post`'),
(235, 'root', 'blog', 'user', '2011-12-13 07:38:53', 'SELECT * FROM `user`'),
(236, 'root', 'blog', 'post', '2011-12-13 07:39:02', 'SELECT * FROM `post`'),
(237, 'root', 'blog', 'post', '2011-12-13 07:39:30', 'INSERT INTO `blog`.`post`
(`userid`, `post`, `time`) VALUES ('''', ''sszbfsdf'', CURRENT_TIMESTAMP);'),
(238, 'root', 'blog', 'post', '2011-12-13 07:39:42', 'SELECT * FROM `post`'),
(239, 'root', 'blog', 'post', '2011-12-13 07:50:16', 'ALTER TABLE `post` ADD `j
udul` VARCHAR(50) NOT NULL AFTER `userid`'),
(240, 'root', 'blog', 'user', '2011-12-13 10:45:15', 'SELECT * FROM `user`'),
(241, 'root', 'blog', 'post', '2011-12-13 11:11:56', 'SELECT * FROM `post`'),
(242, 'root', 'blog', 'user', '2011-12-13 11:11:58', 'SELECT * FROM `user`'),
(243, 'root', 'blog', 'user', '2011-12-13 11:16:23', 'SELECT * FROM `user`'),
(244, 'root', 'blog', 'post', '2011-12-13 11:17:22', 'SELECT * FROM `post`'),
(245, 'root', 'blog', 'post', '2011-12-13 11:19:45', 'SELECT * FROM `post`, `use
r`'),
(246, 'root', 'blog', 'post', '2011-12-13 11:20:52', 'SELECT FROM `post`, `user
`'),
(247, 'root', 'blog', 'post', '2011-12-13 11:21:01', 'SELECT `userid` FROM `pos
t`, `user`'),
(248, 'root', 'blog', 'post', '2011-12-13 11:21:15', 'SELECT `userid.post` FROM
`post`, `user`'),
(249, 'root', 'blog', 'post', '2011-12-13 11:21:36', 'SELECT `post`.`userid` FR
OM `post`, `user`'),
(250, 'root', 'blog', 'post', '2011-12-13 11:24:19', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user`'),
(251, 'root', 'blog', 'post', '2011-12-13 11:26:24', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user` groupby=`post`.``
userid`'),
(252, 'root', 'blog', 'post', '2011-12-13 11:26:38', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user` groupby `post`.``
userid`'),
(253, 'root', 'blog', 'post', '2011-12-13 11:26:39', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user` groupby `post`.``
userid`'),
(254, 'root', 'blog', 'post', '2011-12-13 11:26:40', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user` groupby `post`.``
userid`'),

(255, 'root', 'blog', 'post', '2011-12-13 11:27:31', 'SELECT * FROM `post`'),


(256, 'root', 'blog', 'post', '2011-12-13 11:28:06', 'SELECT * FROM `post` WHERE
userid=''30209105000'''),
(257, 'root', 'blog', 'post', '2011-12-13 11:28:37', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user` groupby( `post`.`
`userid`)'),
(258, 'root', 'blog', 'post', '2011-12-13 11:28:59', 'SELECT `user`.`nama`, `pos
t`.`userid`, `post`.`judul`, `post`.`post` FROM `post`, `user` group by( `post`.
``userid`)'),
(259, 'root', 'blog', 'post', '2011-12-13 11:43:08', 'INSERT INTO `blog`.`post`
(`userid`, `judul`, `post`, `time`) VALUES (''30209105004'', ''ketika kucing mat
i'', ''saat dunia telah kehilangan akal dan saya sudah bingung mau ngapain'', CU
RRENT_TIMESTAMP);'),
(260, 'root', 'blog', 'user', '2011-12-13 11:45:05', 'SELECT * FROM `user`'),
(261, 'root', 'blog', 'user', '2011-12-13 11:45:15', 'SELECT * FROM `user`'),
(262, 'root', 'blog', 'user', '2011-12-13 11:45:17', 'SELECT * FROM `user`'),
(263, 'root', 'blog', 'user', '2011-12-13 11:45:46', 'SELECT * FROM `user`'),
(264, 'root', 'blog', 'user', '2011-12-13 11:45:49', 'SELECT * FROM `user`'),
(265, 'root', 'blog', 'user', '2011-12-13 11:45:52', 'SELECT * FROM `user`'),
(266, 'root', 'blog', 'user', '2011-12-13 11:45:53', 'SELECT * FROM `user`'),
(267, 'root', 'blog', 'user', '2011-12-13 11:45:56', 'SELECT * FROM `user`'),
(268, 'root', 'blog', 'user', '2011-12-13 11:45:58', 'SELECT * FROM `user`'),
(269, 'root', 'blog', 'user', '2011-12-13 11:46:01', 'SELECT * FROM `user`'),
(270, 'root', 'blog', 'user', '2011-12-13 11:46:02', 'SELECT * FROM `user`'),
(271, 'root', 'blog', 'user', '2011-12-13 11:46:05', 'SELECT * FROM `user`'),
(272, 'root', 'blog', 'user', '2011-12-13 11:46:07', 'SELECT * FROM `user`'),
(273, 'root', 'blog', 'post', '2011-12-13 11:47:23', 'SELECT * FROM `post`'),
(274, 'root', 'blog', 'post', '2011-12-13 11:47:31', 'SELECT * FROM `post`'),
(275, 'root', 'blog', 'post', '2011-12-13 11:47:34', 'SELECT * FROM `post`'),
(276, 'root', 'blog', 'post', '2011-12-13 11:47:37', 'DELETE FROM `blog`.`post`
WHERE `post`.`userid` = 30209105000 AND `post`.`judul` = '''' AND `post`.`post`
= ''1234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
789012345678901234567890'' AND `post`.`time` = ''2011-12-13 07:38:05'' LIMIT 1')
,
(277, 'root', 'blog', 'post', '2011-12-13 11:47:41', 'SELECT * FROM `post`'),
(278, 'root', 'blog', 'post', '2011-12-13 11:47:50', 'DELETE FROM `blog`.`post`
WHERE `post`.`userid` = 30209105000 AND `post`.`judul` = '''' AND `post`.`post`
= ''1234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
78901234567890123456789012345678901234567890123456789012345678901234567890123456
789012345678901234567890'' AND `post`.`time` = ''2011-12-13 07:38:05'' LIMIT 1')
,
(279, 'root', 'blog', 'post', '2011-12-13 11:47:54', 'SELECT * FROM `post`'),
(280, 'root', 'blog', 'post', '2011-12-13 11:47:56', 'SELECT * FROM `post`'),
(281, 'root', 'blog', 'post', '2011-12-13 11:47:59', 'DELETE FROM `blog`.`post`
WHERE `post`.`userid` = 30209105000 AND `post`.`judul` = '''' AND `post`.`post`
= ''qwjhdnfbgcqwjhdnfbgc qwjhdnfbgcqwjhdnfbgcqwjhdnfbgc qwjhdnfbgc qwjhdnfbgcqwj
hdnfbgc qwjhdnfbgc qwjhdnfbgc qwjhdnfbgcqwjhdnfbgc qwjhdnfbgcqwjhdnfbgcqwjhdnfbg
c qwjhdnfbgc qwjhdnfbgcqwjhdnfbgc qwjhdnfbgc qwjhdnfbgc qwjhdnfbgcqwjhdnfbgc qwj
hdnfbgcqwjhdnfbgcqwjhdnfbgc qwjhdnfbgc qwjhdnfbgcqwjhdnfbgc qwjhdnfbgc qwjhdnfbg
c qwjhdnfbgcqwjhdnfbgc qwjhdnfbgcqwjhdnfbgcqwjhdnfbgc qwjhdnfbgc qwjhdnfbgcqwjhd
nfbgc qwjhdnfbgc qwjhdnfbgc qwjhdnfbgcqwjhdnfbgc qwjhdnfbgcqwjhdnfbgcqwjhdnfbgc

qwjhdnfbgc qwjhdnfbgcqwj'' AND `post`.`time` = ''2011-12-13 07:35:41'' LIMIT 1')


,
(282, 'root', 'blog', 'post', '2011-12-13 11:48:00', 'SELECT * FROM `post`'),
(283, 'root', 'blog', 'post', '2011-12-13 11:48:33', 'INSERT INTO `blog`.`post`
(`userid`, `judul`, `post`, `time`) VALUES (''30209105005'', ''bebek mati'', ''j
dsgfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhfas f a fraih fasfaewhfkag jdsgfkjsvks
hdfvhskjbf sfw efhlew fwhhgfilwhfas f a fraih fasfaewhfkagjdsgfkjsvkshdfvhskjbf
sfw efhlew fwhhgfilwhfas f a fraih fasfaewhfkagjdsgfkjsvkshdfvhskjbf sfw efhlew
fwhhgfilwhfas f a fraih fasfaewhfkagjdsgfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhf
as f a fraih fasfaewhfkagjdsgfkjsvkshdfvhskjbf sfw efhlew fwhhgfilwhfas f a frai
h fasfaewhfkag'', CURRENT_TIMESTAMP);'),
(284, 'root', 'blog', 'post', '2011-12-13 12:59:59', 'SELECT * FROM `post`'),
(285, 'root', 'blog', 'post', '2011-12-13 15:36:31', 'SELECT * FROM `post`'),
(286, 'root', 'blog', 'user', '2011-12-13 15:36:51', 'SELECT * FROM `blog`.`user
` WHERE `userid` = 30209105005'),
(287, 'root', 'blog', 'post', '2011-12-13 15:37:06', 'SELECT * FROM `post`'),
(288, 'root', 'blog', 'post', '2011-12-13 15:37:57', 'SELECT * FROM `post`'),
(289, 'root', 'blog', 'post', '2011-12-13 15:39:25', 'SELECT * FROM `post`'),
(290, 'root', 'blog', 'post', '2011-12-13 15:46:50', 'SELECT * FROM `post`'),
(291, 'root', 'blog', 'user', '2011-12-13 15:46:54', 'SELECT * FROM `user`'),
(292, 'root', 'blog', '', '2011-12-13 15:47:54', 'SELECT * \r\nFROM `user` \r\n
where index=last'),
(293, 'root', 'blog', '', '2011-12-13 15:48:33', 'SELECT count(`userid`)\r\nFROM
`user` \r\nwhere index=last'),
(294, 'root', 'blog', 'user', '2011-12-13 15:48:40', 'SELECT count(`userid`)\r\n
FROM `user` '),
(295, 'root', 'blog', 'user', '2011-12-13 15:49:01', 'SELECT * FROM `user`'),
(296, 'root', 'blog', 'user', '2011-12-13 16:33:33', 'SELECT * FROM `user`'),
(297, 'root', 'blog', 'post', '2011-12-13 16:42:54', 'SELECT * FROM `post`'),
(298, 'root', 'blog', 'user', '2011-12-13 16:46:11', 'SELECT * FROM `user`'),
(299, 'root', 'blog', 'post', '2011-12-13 16:46:53', 'SELECT * FROM `post`'),
(300, 'root', 'blog', 'post', '2011-12-13 16:49:04', 'SELECT * FROM `post`'),
(301, 'root', 'blog', 'post', '2011-12-13 16:49:52', 'SELECT * FROM `post`'),
(302, 'root', 'blog', 'post', '2011-12-13 16:49:54', 'SELECT * FROM `post`'),
(303, 'root', 'blog', 'post', '2011-12-13 16:51:47', 'SELECT * FROM `post`'),
(304, 'root', 'blog', 'user', '2011-12-13 17:00:32', 'SELECT * FROM `user`'),
(305, 'root', 'blog', 'post', '2011-12-13 17:08:25', 'SELECT * FROM `post`'),
(306, 'root', 'blog', 'post', '2011-12-13 17:18:01', 'SELECT * FROM `post`'),
(307, 'root', 'blog', '', '2011-12-13 17:53:43', 'select * form user'),
(308, 'root', 'blog', 'user', '2011-12-13 17:53:52', 'select * from user'),
(309, 'root', 'blog', 'user', '2011-12-13 17:55:38', 'SELECT * FROM `user` asc')
,
(310, 'root', 'blog', 'user', '2011-12-13 17:55:58', 'SELECT * FROM `user` order
by asc'),
(311, 'root', 'blog', 'user', '2011-12-13 17:57:38', 'SELECT * FROM `user`'),
(312, 'root', 'blog', 'user', '2011-12-13 17:57:40', 'SELECT * FROM `user` ORDER
BY `user`.`userid` ASC'),
(313, 'root', 'blog', 'user', '2011-12-13 17:58:18', 'ELECT * \r\nFROM `user` \
r\nORDER BY `user`.`userid` DESC \r\nLIMIT 0 , 30'),
(314, 'root', 'blog', 'user', '2011-12-13 17:58:42', 'SELECT * FROM `user`'),
(315, 'root', 'blog', 'user', '2011-12-13 17:58:44', 'SELECT * FROM `user` ORDER
BY `user`.`userid` ASC'),
(316, 'root', 'blog', 'user', '2011-12-13 17:58:49', 'SELECT * FROM `user` ORDER
BY `user`.`userid` DESC'),
(317, 'root', 'blog', 'user', '2011-12-13 18:21:27', 'SELECT * \r\nFROM `user`
\r\nORDER BY `user`.`userid` DESC \r\n'),
(318, 'root', 'blog', 'user', '2011-12-13 18:28:19', 'SELECT * FROM `user`'),
(319, 'root', 'blog', 'user', '2011-12-13 18:36:29', 'SELECT * FROM `user`'),
(320, 'root', 'blog', 'user', '2011-12-13 19:07:12', 'SELECT * FROM `user`'),
(321, 'root', 'blog', 'user', '2011-12-18 16:17:28', 'SELECT * FROM `user`'),

(322, 'root', 'blog', 'user', '2011-12-18 16:18:13', 'SELECT * FROM `user`'),


(323, 'root', 'blog', 'user', '2011-12-18 16:52:18', 'SELECT * FROM `user`'),
(324, 'root', 'bikinpusing', '', '2011-12-19 18:36:08', 'CREATE DATABASE `bikinp
using`;'),
(325, 'root', 'bikinpusing', 'user', '2011-12-19 18:54:57', 'ALTER TABLE `user`
ADD PRIMARY KEY(`username`)'),
(326, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:00:17', 'SELECT * FROM `lah
ir`'),
(327, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:00:33', 'SELECT * FROM `lah
ir`'),
(328, 'root', 'bikinpusing', 'user', '2011-12-19 19:00:36', 'SELECT * FROM `user
`'),
(329, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:01:31', 'SELECT * FROM `lah
ir`'),
(330, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:01:32', 'SELECT * FROM `lah
ir`'),
(331, 'root', 'bikinpusing', 'user', '2011-12-19 19:01:33', 'SELECT * FROM `user
`'),
(332, 'root', 'bikinpusing', 'user', '2011-12-19 19:01:41', 'ALTER TABLE `user`
CHANGE `nama` `nama` VARCHAR(30) CHARACTER SET latin1 COLLATE latin1_swedish_ci
NOT NULL DEFAULT NULL'),
(333, 'root', 'bikinpusing', 'user', '2011-12-19 19:01:53', 'ALTER TABLE `user`
CHANGE `nama` `nama` VARCHAR(30) CHARACTER SET latin1 COLLATE latin1_swedish_ci
NOT NULL DEFAULT NULL'),
(334, 'root', 'bikinpusing', 'user', '2011-12-19 19:01:54', 'ALTER TABLE `user`
CHANGE `nama` `nama` VARCHAR(30) CHARACTER SET latin1 COLLATE latin1_swedish_ci
NOT NULL DEFAULT NULL'),
(335, 'root', 'bikinpusing', 'user', '2011-12-19 19:02:01', 'SELECT * FROM `user
`'),
(336, 'root', 'bikinpusing', 'user', '2011-12-19 19:02:10', 'ALTER TABLE `user`
DROP `nama`'),
(337, 'root', 'bikinpusing', 'user', '2011-12-19 19:02:32', 'SELECT * FROM `user
`'),
(338, 'root', 'bikinpusing', 'user', '2011-12-19 19:03:01', 'ALTER TABLE `user`
ADD `nama` VARCHAR(30) NOT NULL AFTER `username`'),
(339, 'root', 'bikinpusing', 'user', '2011-12-19 19:03:16', 'ALTER TABLE `user`
CHANGE `wannabe` `wannabe` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swed
ish_ci NULL'),
(340, 'root', 'bikinpusing', 'user', '2011-12-19 19:04:16', 'INSERT INTO `bikinp
using`.`user` (`username`, `nama`, `password`, `email`, `alamat`, `gender`, `wan
nabe`) VALUES (''donyariesta'', ''dony'', ''kodok'', ''neraprince@gmail.com'', '
'depok'', ''laki-laki'', NULL);'),
(341, 'root', 'bikinpusing', 'user', '2011-12-19 19:05:34', 'INSERT INTO `bikinp
using`.`user` (`username`, `nama`, `password`, `email`, `alamat`, `gender`, `wan
nabe`) VALUES (''donyariesta'', ''tes'', ''cek'', ''coba'', ''123456789012345678
90123456789012345678901234567890123456789012345678901234567890123456789012345678
9012345678901234567890123456789012345678901234567890'', ''1234'', ''nyoba'');'),
(342, 'root', 'bikinpusing', 'user', '2011-12-19 19:05:50', 'INSERT INTO `bikinp
using`.`user` (`username`, `nama`, `password`, `email`, `alamat`, `gender`, `wan
nabe`) VALUES (''dony'', ''tes'', ''cek'', ''coba'', ''1234567890123456789012345
67890123456789012345678901234567890123456789012345678901234567890123456789012345
678901234567890123456789012345678901234567890'', ''1234'', ''nyoba'');'),
(343, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:10', 'SELECT * FROM `user
`'),
(344, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:14', 'SELECT * FROM `user
`'),
(345, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:25', 'SELECT * FROM `user
`'),
(346, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:42', 'SELECT * FROM `user
`'),

(347, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:48', 'SELECT * FROM `user


`'),
(348, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:54', 'SELECT * FROM `user
`'),
(349, 'root', 'bikinpusing', 'user', '2011-12-19 19:06:59', 'SELECT * FROM `user
`'),
(350, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:07:09', 'SELECT * FROM `lah
ir`'),
(351, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:07:28', 'INSERT INTO `bikin
pusing`.`lahir` (`username`, `tanggal`, `bulan`, `tahun`) VALUES ('''', ''nm'',
''n'', ''n'');'),
(352, 'root', 'bikinpusing', 'user', '2011-12-19 19:07:33', 'SELECT * FROM `user
`'),
(353, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:07:35', 'SELECT * FROM `lah
ir`'),
(354, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:07:53', 'SELECT * FROM `lah
ir`'),
(355, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:08:01', 'SELECT * FROM `lah
ir` PROCEDURE ANALYSE()'),
(356, 'root', 'bikinpusing', 'user', '2011-12-19 19:09:56', 'SELECT * FROM `user
`'),
(357, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:09:59', 'SELECT * FROM `lah
ir`'),
(358, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:10:05', 'SELECT * FROM `lah
ir`'),
(359, 'root', 'bikinpusing', 'lahir', '2011-12-19 19:10:52', 'SELECT * FROM `lah
ir`'),
(360, 'root', 'bikinpusing', 'user', '2011-12-19 20:55:23', 'select * from user
where username=''donyariesta'''),
(361, 'root', 'bikinpusing', 'user', '2011-12-19 21:21:05', 'INSERT INTO `bikinp
using`.`user` (`username`, `nama`, `password`, `email`, `alamat`, `gender`, `wan
nabe`) VALUES (''k'', ''snm'', ''few'', ''rgw'', ''rggewr'', ''ewe'', NULL);'),
(362, 'root', 'bikinpusing', 'user', '2011-12-19 21:25:46', 'INSERT INTO `bikin
pusing`.`user` VALUES (\r\n''4'', ''snm'', ''few'', ''rgw'', ''rggewr'', ''
ewe'', NULL\r\n)'),
(363, 'root', 'bikinpusing', 'user', '2011-12-19 21:26:21', 'INSERT INTO .`user`
VALUES (\r\n''5'', ''snm'', ''few'', ''rgw'', ''rggewr'', ''ewe'', NULL\r\
n)'),
(364, 'root', 'bikinpusing', 'user', '2011-12-19 21:26:24', 'SELECT * FROM `user
`'),
(365, 'root', 'bikinpusing', 'user', '2011-12-19 21:27:39', 'SELECT * FROM `user
`'),
(366, 'root', 'bikinpusing', 'user', '2011-12-19 21:28:45', 'SELECT * FROM `user
`'),
(367, 'root', 'bikinpusing', 'lahir', '2011-12-19 21:30:06', 'SELECT * FROM `lah
ir`'),
(368, 'root', 'bikinpusing', 'lahir', '2011-12-19 21:31:51', 'SELECT * FROM `lah
ir`'),
(369, 'root', 'bikinpusing', 'user', '2011-12-19 21:31:59', 'SELECT * FROM `biki
npusing`.`user` WHERE `username` = ''kucingkecekek2'''),
(370, 'root', 'bikinpusing', 'user', '2011-12-19 21:45:10', 'SELECT * FROM `user
`'),
(371, 'root', 'bikinpusing', 'user', '2011-12-19 22:35:44', 'SELECT * FROM `user
`'),
(372, 'root', 'bikinpusing', 'user', '2011-12-20 01:42:23', 'SELECT * FROM `user
`'),
(373, 'root', 'blog', 'post', '2011-12-20 01:44:40', 'SELECT * FROM `post`'),
(374, 'root', 'blog', 'post', '2011-12-20 01:44:46', 'SELECT * FROM `post` ORDER
BY `post`.`time` ASC'),
(375, 'root', 'bikinpusing', 'images', '2011-12-20 01:47:58', 'ALTER TABLE `imag

es` ADD PRIMARY KEY(`namafile`)'),


(376, 'root', 'bikinpusing', 'images', '2011-12-20 01:49:10', 'SELECT * FROM `im
ages`'),
(377, 'root', 'bikinpusing', 'images', '2011-12-20 01:50:01', 'SELECT * FROM `im
ages`'),
(378, 'root', 'bikinpusing', 'kategori', '2011-12-20 01:50:43', 'ALTER TABLE `ka
tegori` ADD PRIMARY KEY(`idkategori`)'),
(379, 'root', 'bikinpusing', 'kategori', '2011-12-20 01:51:41', 'INSERT INTO `bi
kinpusing`.`kategori` (`idkategori`, `kategori`) VALUES (''art1'', ''photo'');')
,
(380, 'root', 'bikinpusing', 'kategori', '2011-12-20 01:51:44', 'SELECT * FROM `
kategori`'),
(381, 'root', 'bikinpusing', 'images', '2011-12-20 01:52:02', 'SELECT * FROM `im
ages`'),
(382, 'root', 'bikinpusing', 'user', '2011-12-20 03:04:28', 'SELECT * FROM `user
`'),
(383, 'root', 'bikinpusing', 'lahir', '2011-12-20 08:40:26', 'SELECT * FROM `lah
ir`'),
(384, 'root', 'bikinpusing', 'user', '2011-12-20 08:43:32', 'SELECT * FROM `user
`'),
(385, 'root', 'bikinpusing', 'kategori', '2011-12-20 21:50:54', 'SELECT * FROM `
kategori`'),
(386, 'root', 'bikinpusing', 'kategori', '2011-12-20 22:14:23', 'INSERT INTO `bi
kinpusing`.`kategori` (`idkategori`, `kategori`) VALUES (''art2'', ''wallpaper''
);'),
(387, 'root', 'bikinpusing', 'images', '2011-12-20 22:52:39', 'SELECT * FROM `im
ages`'),
(388, 'root', 'bikinpusing', 'images', '2011-12-21 00:15:12', 'SELECT * FROM `im
ages`'),
(389, 'root', 'bikinpusing', 'images', '2011-12-21 00:16:10', '\n
ALTER T
ABLE `images`\n
ORDER BY `namafile`'),
(390, 'root', 'bikinpusing', 'images', '2011-12-21 00:16:50', 'SELECT * FROM `im
ages`'),
(391, 'root', 'bikinpusing', 'images', '2011-12-21 00:17:52', 'SELECT * FROM `im
ages`'),
(392, 'root', 'bikinpusing', 'image', '2011-12-21 00:17:57', 'SELECT * FROM `ima
ge`'),
(393, 'root', 'bikinpusing', '', '2011-12-21 00:18:23', 'DROP TABLE `image`'),
(394, 'root', 'bikinpusing', 'images', '2011-12-21 00:18:25', 'SELECT * FROM `im
ages`'),
(395, 'root', 'bikinpusing', 'images', '2011-12-21 00:19:40', 'SELECT * FROM `im
ages`'),
(396, 'root', 'bikinpusing', 'images', '2011-12-21 00:20:15', 'SELECT * FROM `im
ages`'),
(397, 'root', 'blog', 'user', '2011-12-21 00:20:45', 'SELECT * FROM `user`'),
(398, 'root', 'blog', 'user', '2011-12-21 00:21:06', 'SELECT * FROM `user`'),
(399, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:26', 'SELECT * FROM `ima
ge`'),
(400, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:32', 'SELECT * FROM `ima
ge`'),
(401, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:39', 'SELECT * FROM `ima
ge`'),
(402, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:47', 'SELECT * FROM `ima
ge`'),
(403, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:50', 'SELECT * FROM `ima
ge`'),
(404, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:54', 'SELECT * FROM `ima
ge`'),
(405, 'root', 'bikinpusing', 'image', '2011-12-21 00:21:56', 'SELECT * FROM `ima
ge`'),

(406, 'root',
ge`'),
(407, 'root',
ge`'),
(408, 'root',
ge`'),
(409, 'root',
ge`'),
(410, 'root',
ge`'),
(411, 'root',
ge`'),
(412, 'root',
ge`'),
(413, 'root',
ge`'),
(414, 'root',
ge`'),
(415, 'root',
ge`'),
(416, 'root',
ge`'),
(417, 'root',
ge`'),
(418, 'root',
ge`'),
(419, 'root',
ge`'),
(420, 'root',
ge`'),
(421, 'root',
ge`'),
(422, 'root',
ge`'),
(423, 'root',
ge`'),
(424, 'root',
ge`'),
(425, 'root',
ge`'),
(426, 'root',
ge`'),
(427, 'root',
ge`'),
(428, 'root',
ge`'),
(429, 'root',
ge`'),
(430, 'root',
ge`'),
(431, 'root',
ge`'),
(432, 'root',
ge`'),
(433, 'root',
ge`'),
(434, 'root',
ages`'),
(435, 'root',
ge`'),

'bikinpusing', 'image', '2011-12-21 00:21:59', 'SELECT * FROM `ima


'bikinpusing', 'image', '2011-12-21 00:22:01', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:04', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:05', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:08', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:10', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:13', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:14', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:18', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:20', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:27', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:33', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:36', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:40', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:45', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:46', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:49', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:51', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:54', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:22:58', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:01', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:04', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:08', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:09', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:13', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:14', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:17', 'SELECT * FROM `ima
'bikinpusing', 'image', '2011-12-21 00:23:20', 'SELECT * FROM `ima
'bikinpusing', 'images', '2011-12-21 00:23:23', 'SELECT * FROM `im
'bikinpusing', 'image', '2011-12-21 00:23:27', 'SELECT * FROM `ima

(436, 'root', 'bikinpusing', 'image', '2011-12-21 00:24:22', 'ALTER TABLE `image


` CHANGE `userid` `imageid` BIGINT(15) NOT NULL AUTO_INCREMENT'),
(437, 'root', 'bikinpusing', 'images', '2011-12-21 00:24:28', 'SELECT * FROM `im
ages`'),
(438, 'root', 'bikinpusing', 'image', '2011-12-21 00:24:31', 'SELECT * FROM `ima
ge`'),
(439, 'root', 'bikinpusing', 'images', '2011-12-21 00:25:20', 'SELECT * FROM `im
ages`'),
(440, 'root', 'bikinpusing', 'image', '2011-12-21 00:25:47', 'ALTER TABLE `image
` CHANGE `nama` `username` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedi
sh_ci NOT NULL'),
(441, 'root', 'bikinpusing', 'image', '2011-12-21 00:26:24', 'ALTER TABLE `image
` CHANGE `gender` `idkategori` VARCHAR(10) CHARACTER SET latin1 COLLATE latin1_s
wedish_ci NOT NULL');
INSERT INTO `pma_history` (`id`, `username`, `db`, `table`, `timevalue`, `sqlque
ry`) VALUES
(442, 'root', 'bikinpusing', 'image', '2011-12-21 00:27:07', 'ALTER TABLE `image
` CHANGE `lahir` `judul` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish
_ci NOT NULL'),
(443, 'root', 'bikinpusing', 'image', '2011-12-21 00:27:36', 'SELECT * FROM `ima
ge`'),
(444, 'root', 'bikinpusing', 'image', '2011-12-21 00:28:23', 'ALTER TABLE `image
` CHANGE `kota` `wktupload` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP'),
(445, 'root', 'bikinpusing', 'image', '2011-12-21 00:29:25', 'ALTER TABLE `image
` CHANGE `email` `url` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_c
i NOT NULL'),
(446, 'root', 'bikinpusing', 'image', '2011-12-21 00:30:39', 'ALTER TABLE `image
` CHANGE `hobby` `keterangan` VARCHAR(150) CHARACTER SET latin1 COLLATE latin1_s
wedish_ci NULL DEFAULT NULL'),
(447, 'root', 'bikinpusing', 'image', '2011-12-21 00:31:38', 'ALTER TABLE `image
` DROP `password`'),
(448, 'root', 'bikinpusing', 'image', '2011-12-21 00:32:16', 'ALTER TABLE `image
` DROP `password`'),
(449, 'root', 'bikinpusing', 'image', '2011-12-21 00:32:34', 'SELECT * FROM `ima
ge`'),
(450, 'root', 'bikinpusing', 'image', '2011-12-21 00:37:14', 'SELECT * FROM `ima
ge`'),
(451, 'root', 'bikinpusing', 'image', '2011-12-21 00:37:45', 'SELECT * FROM `ima
ge`'),
(452, 'root', 'bikinpusing', 'images', '2011-12-21 00:39:07', 'SELECT * FROM `im
ages`'),
(453, 'root', 'bikinpusing', '', '2011-12-21 00:39:11', 'DROP TABLE `images`'),
(454, 'root', 'bikinpusing', 'image', '2011-12-21 00:39:13', 'SELECT * FROM `ima
ge`'),
(455, 'root', 'bikinpusing', 'image', '2011-12-21 00:39:18', 'ALTER TABLE `image
` DROP `url`'),
(456, 'root', 'bikinpusing', 'image', '2011-12-21 00:45:37', 'INSERT INTO `bikin
pusing`.`image` (`imageid`, `username`, `idkategori`, `judul`, `wktupload`, `ket
erangan`) VALUES (NULL, ''donyariesta'', ''art1'', ''coba'', CURRENT_TIMESTAMP,
''ini percobaan'');'),
(457, 'root', 'bikinpusing', 'image', '2011-12-21 00:45:57', 'SELECT * FROM `ima
ge`'),
(458, 'root', 'bikinpusing', 'image', '2011-12-21 00:46:26', 'INSERT INTO `biki
npusing`.`image` (\r\n`imageid` ,\r\n`username` ,\r\n`idkategori` ,\r\n`judul` ,
\r\n`wktupload` ,\r\n`keterangan`\r\n)\r\nVALUES (\r\n000000001 , ''donyariesta
'', ''art1'', ''coba'', \r\nCURRENT_TIMESTAMP , ''ini percobaan''\r\n)'),
(459, 'root', 'bikinpusing', 'image', '2011-12-21 00:46:44', 'SELECT * FROM `ima
ge`'),
(460, 'root', 'bikinpusing', 'image', '2011-12-21 00:46:49', 'SELECT * FROM `ima
ge`'),

(461, 'root', 'bikinpusing', 'image', '2011-12-21 00:46:51', 'SELECT * FROM `ima


ge`'),
(462, 'root', 'bikinpusing', 'image', '2011-12-21 00:46:54', 'SELECT * FROM `ima
ge`'),
(463, 'root', 'bikinpusing', 'image', '2011-12-21 00:47:36', 'INSERT INTO `imag
e` \r\nVALUES (\r\n000000001 , ''donyariesta'', ''art1'', ''coba'', \r\nCURRE
NT_TIMESTAMP , ''ini percobaan''\r\n)'),
(464, 'root', 'bikinpusing', 'image', '2011-12-21 00:48:13', 'INSERT INTO `imag
e` \r\nVALUES (\r\nNULL , ''donyariesta'', ''art1'', ''coba'', \r\nCURRENT_TI
MESTAMP , ''ini percobaan''\r\n)'),
(465, 'root', 'bikinpusing', 'image', '2011-12-21 00:48:33', 'SELECT * FROM `ima
ge`'),
(466, 'root', 'bikinpusing', 'image', '2011-12-21 00:55:58', 'SELECT * FROM `ima
ge`'),
(467, 'root', 'bikinpusing', 'image', '2011-12-21 01:03:19', 'SELECT * FROM `ima
ge`'),
(468, 'root', 'bikinpusing', 'image', '2011-12-21 01:03:46', 'SELECT * FROM `ima
ge`'),
(469, 'root', 'bikinpusing', 'image', '2011-12-21 01:26:46', 'SELECT * FROM `ima
ge`'),
(470, 'root', 'bikinpusing', 'image_url', '2011-12-21 01:26:52', 'SELECT * FROM
`image_url`'),
(471, 'root', 'bikinpusing', 'image_url', '2011-12-21 01:31:29', 'SELECT * FROM
`image_url`'),
(472, 'root', 'bikinpusing', 'image', '2011-12-21 01:31:36', 'SELECT * FROM `ima
ge`'),
(473, 'root', 'bikinpusing', 'image_url', '2011-12-21 01:35:57', 'SELECT * FROM
`image_url`'),
(474, 'root', 'bikinpusing', 'image', '2011-12-21 01:36:25', 'SELECT * FROM `ima
ge`'),
(475, 'root', 'bikinpusing', 'kategori', '2011-12-21 01:55:19', 'SELECT * FROM `
kategori`'),
(476, 'root', 'bikinpusing', 'image', '2011-12-21 01:57:20', 'SELECT * FROM `ima
ge`'),
(477, 'root', 'bikinpusing', 'image_url', '2011-12-21 02:56:31', 'SELECT * FROM
`image_url`'),
(478, 'root', 'bikinpusing', 'image', '2011-12-21 02:56:37', 'SELECT * FROM `ima
ge`'),
(479, 'root', 'bikinpusing', 'image', '2011-12-21 02:56:42', 'SELECT * FROM `ima
ge`'),
(480, 'root', 'bikinpusing', 'image', '2011-12-21 02:56:44', 'SELECT * FROM `ima
ge`'),
(481, 'root', 'bikinpusing', 'image', '2011-12-21 02:56:51', 'SELECT * FROM `ima
ge`'),
(482, 'root', 'bikinpusing', 'image', '2011-12-21 02:56:56', 'SELECT * FROM `ima
ge`'),
(483, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:01', 'SELECT * FROM `ima
ge`'),
(484, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:05', 'SELECT * FROM `ima
ge`'),
(485, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:09', 'SELECT * FROM `ima
ge`'),
(486, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:11', 'SELECT * FROM `ima
ge`'),
(487, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:16', 'SELECT * FROM `ima
ge`'),
(488, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:18', 'SELECT * FROM `ima
ge`'),
(489, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:22', 'SELECT * FROM `ima
ge`'),

(490, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:24', 'SELECT * FROM `ima


ge`'),
(491, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:27', 'SELECT * FROM `ima
ge`'),
(492, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:29', 'SELECT * FROM `ima
ge`'),
(493, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:32', 'SELECT * FROM `ima
ge`'),
(494, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:34', 'SELECT * FROM `ima
ge`'),
(495, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:39', 'SELECT * FROM `ima
ge`'),
(496, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:41', 'SELECT * FROM `ima
ge`'),
(497, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:44', 'SELECT * FROM `ima
ge`'),
(498, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:47', 'SELECT * FROM `ima
ge`'),
(499, 'root', 'bikinpusing', 'image', '2011-12-21 02:57:57', 'SELECT * FROM `ima
ge`'),
(500, 'root', 'bikinpusing', 'image_url', '2011-12-21 08:59:07', 'SELECT * FROM
`image_url`'),
(501, 'root', 'bikinpusing', 'image_url', '2011-12-21 12:55:15', 'SELECT * FROM
`image_url`'),
(502, 'root', 'bikinpusing', 'image', '2011-12-21 13:46:31', 'SELECT * FROM `ima
ge`'),
(503, 'root', 'bikinpusing', 'image_url', '2011-12-21 13:46:57', 'SELECT * FROM
`image_url`'),
(504, 'root', 'blackpacker', '', '2011-12-24 17:24:02', 'CREATE DATABASE `blackp
acker`;'),
(505, 'root', 'pacc', 'prov', '2011-12-24 17:26:27', 'SELECT * FROM `prov`'),
(506, 'root', 'blackpacker', '', '2011-12-26 10:28:32', 'DROP TABLE `provinsi`')
,
(507, 'root', 'blackpacker', '', '2011-12-26 10:28:54', 'CREATE TABLE `blackpac
ker`.`provinsi` (\r\n`idprov` INT( 5 ) NOT NULL auto_increment,\r\n`prov` VARCHA
R( 50 ) NOT NULL\r\n) ENGINE = MYISAM'),
(508, 'root', 'blackpacker', '', '2011-12-26 10:29:48', 'CREATE TABLE `blackpac
ker`.`provinsi` (\r\n`idprov` INT( 5 ) NOT NULL auto_increment,\r\n`prov` VARCHA
R( 50 ) NOT NULL,\r\nPRIMARY KEY (idprov)\r\n) ENGINE = MYISAM'),
(509, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:29:52', 'SELECT * FROM `
provinsi`'),
(510, 'root', 'blackpacker', 'kota', '2011-12-26 10:32:39', 'SELECT * FROM `kota
`'),
(511, 'root', 'blackpacker', '', '2011-12-26 10:32:43', 'DROP TABLE `kota`'),
(512, 'root', 'blackpacker', '', '2011-12-26 10:32:49', 'CREATE TABLE `blackpac
ker`.`kota` (\r\n`idkota` INT( 5 ) NOT NULL auto_increment,\r\n`idprov` INT( 5 )
NOT NULL ,\r\n`kota` VARCHAR( 50 ) NOT NULL,\r\nPRIMARY KEY (idkota)\r\n) ENGIN
E = MYISAM'),
(513, 'root', 'blackpacker', 'kota', '2011-12-26 10:32:51', 'SELECT * FROM `kota
`'),
(514, 'root', 'blackpacker', 'kota', '2011-12-26 10:35:39', 'CREATE TABLE `blac
kpacker`.`place` (\r\n`idtempat` INT( 5 ) NOT NULL auto_increment,\r\n`idprov` I
NT( 5 ) NOT NULL ,\r\n`idkota` INT( 5 ) NOT NULL ,\r\n`nama` VARCHAR( 50 ) NOT N
ULL,\r\nPRIMARY KEY (idtempat)\r\n) ENGINE = MYISAM'),
(515, 'root', 'blackpacker', 'place', '2011-12-26 10:35:42', 'SELECT * FROM `pla
ce`'),
(516, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:35:51', 'SELECT * FROM `
provinsi`'),
(517, 'root', 'blackpacker', 'place', '2011-12-26 10:35:52', 'SELECT * FROM `pla
ce`'),

(518, 'root', 'blackpacker', 'kota', '2011-12-26 10:35:56', 'SELECT * FROM `kota


`'),
(519, 'root', 'blackpacker', 'place', '2011-12-26 10:35:57', 'SELECT * FROM `pla
ce`'),
(520, 'root', 'blackpacker', 'place', '2011-12-26 10:36:23', 'SELECT * FROM `pla
ce`'),
(521, 'root', 'blackpacker', 'place', '2011-12-26 10:38:05', 'ALTER TABLE `place
` ADD `alamat` VARCHAR(100) NOT NULL'),
(522, 'root', 'blackpacker', 'place', '2011-12-26 10:41:56', 'ALTER TABLE `place
` ADD `latlng` VARCHAR(100) NOT NULL'),
(523, 'root', 'blackpacker', 'place', '2011-12-26 10:43:14', 'ALTER TABLE `place
` ADD `alamatmaps` VARCHAR(100) NOT NULL'),
(524, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:49:11', 'SELECT * FROM `
provinsi`'),
(525, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:49:37', 'INSERT INTO `bl
ackpacker`.`provinsi` (`idprov`, `prov`) VALUES (''1'', ''Aceh'');'),
(526, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:50:17', 'INSERT INTO `bl
ackpacker`.`provinsi` (`idprov`, `prov`) VALUES (NULL, ''Sumatera Utara''), (NUL
L, ''Sumatera Barat'');'),
(527, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:50:22', 'SELECT * FROM `
provinsi`'),
(528, 'root', 'blackpacker', 'provinsi', '2011-12-26 10:52:36', 'INSERT INTO `bl
ackpacker`.`provinsi` (`idprov`, `prov`) VALUES (NULL, ''Riau''), (NULL, ''Jambi
''), (NULL, ''Sumatera Selatan''), (NULL, ''Bengkulu''), (NULL, ''Lampung''), (N
ULL, ''Kepulauan Bangka Belitung''), (NULL, ''Kepulauan Riau''), (NULL, ''Daerah
Khusus Ibukota Jakarta''), (NULL, ''Jawa Barat''), (NULL, ''Jawa Tengah'');'),
(529, 'root', 'blackpacker', 'provinsi', '2011-12-26 11:40:19', 'SELECT * FROM `
provinsi`'),
(530, 'root', 'blackpacker', 'provinsi', '2011-12-26 11:42:23', 'INSERT INTO `bl
ackpacker`.`provinsi` (`idprov`, `prov`) VALUES (NULL, ''Daerah Istimewa Yogyaka
rta''), (NULL, ''Jawa Timur''), (NULL, ''Banten''), (NULL, ''Bali''), (NULL, ''N
usa Tenggara Barat''), (NULL, ''Nusa Tenggara Timur''), (NULL, ''Kalimantan Bara
t''), (NULL, ''Kalimantan Tengah''), (NULL, ''Kalimantan Selatan''), (NULL, ''Ka
limantan Timur'');'),
(531, 'root', 'blackpacker', 'provinsi', '2011-12-26 11:44:05', 'INSERT INTO `bl
ackpacker`.`provinsi` (`idprov`, `prov`) VALUES (NULL, ''Sulawesi Utara''), (NUL
L, ''Sulawesi Tengah''), (NULL, ''Sulawesi Selatan''), (NULL, ''Sulawesi Tenggar
a''), (NULL, ''Gorontalo''), (NULL, ''Sulawesi Barat''), (NULL, ''Maluku''), (NU
LL, ''Maluku Utara''), (NULL, ''Papua Barat''), (NULL, ''Papua'');'),
(532, 'root', 'blackpacker', 'kota', '2011-12-26 11:48:58', 'SELECT * FROM `kota
`'),
(533, 'root', 'blackpacker', 'provinsi', '2011-12-26 11:50:20', 'SELECT * FROM `
provinsi`'),
(534, 'root', 'blackpacker', 'kota', '2011-12-26 11:51:10', 'INSERT INTO `blackp
acker`.`kota` (`idkota`, `idprov`, `kota`) VALUES (''1'', ''12'', ''Bandung'');'
),
(535, 'root', 'blackpacker', 'kota', '2011-12-26 11:54:24', 'INSERT INTO `blackp
acker`.`kota` (`idkota`, `idprov`, `kota`) VALUES (NULL, ''12'', ''Banjar''), (N
ULL, ''12'', ''Bekasi'');'),
(536, 'root', 'blackpacker', 'kota', '2011-12-26 11:56:37', 'INSERT INTO `blackp
acker`.`kota` (`idkota`, `idprov`, `kota`) VALUES (NULL, ''12'', ''Bogor''), (NU
LL, ''12'', ''Cimahi''), (NULL, ''12'', ''Cirebon''), (NULL, ''12'', ''Depok''),
(NULL, ''12'', ''Sukabumi'');'),
(537, 'root', 'blackpacker', 'kota', '2011-12-26 11:56:45', 'SELECT * FROM `kota
`'),
(538, 'root', 'blackpacker', 'kota', '2011-12-26 11:57:03', 'INSERT INTO `blackp
acker`.`kota` (`idkota`, `idprov`, `kota`) VALUES (NULL, ''12'', ''Tasikmalaya''
);'),
(539, 'root', 'blackpacker', 'kota', '2011-12-26 11:57:38', 'SELECT * FROM `kota
`'),

(540, 'root', 'blackpacker', 'provinsi', '2011-12-26 11:57:43', 'SELECT * FROM `


blackpacker`.`provinsi` WHERE `idprov` = 12'),
(541, 'root', 'blackpacker', 'kota', '2011-12-26 11:57:50', 'SELECT * FROM `kota
`'),
(542, 'root', 'blackpacker', 'provinsi', '2011-12-26 12:14:31', 'SELECT * FROM `
provinsi`'),
(543, 'root', 'blackpacker', 'provinsi', '2011-12-26 12:15:51', 'SELECT * FROM `
provinsi`'),
(544, 'root', 'blackpacker', 'provinsi', '2011-12-26 12:55:27', 'SELECT * FROM `
provinsi`'),
(545, 'root', 'blackpacker', 'provinsi', '2011-12-26 12:55:28', 'SELECT * FROM `
provinsi`'),
(546, 'root', 'blackpacker', 'kota', '2011-12-26 13:09:16', 'SELECT * FROM `kota
`'),
(547, 'root', 'blackpacker', 'kota', '2011-12-26 13:23:19', 'select * from kota
where idprov=''12'''),
(548, 'root', 'blackpacker', 'kota', '2011-12-26 17:29:10', 'SELECT * FROM `kota
`'),
(549, 'root', 'blackpacker', 'kota', '2011-12-26 17:30:09', 'SELECT * FROM `kota
`'),
(550, 'root', 'blackpacker', 'kota', '2011-12-26 17:30:48', 'SELECT * FROM `kota
`'),
(551, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:30:52', 'SELECT * FROM
`kabupaten`'),
(552, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:31:11', 'ALTER TABLE `k
abupaten` CHANGE `idkota` `idkab` INT(5) NOT NULL AUTO_INCREMENT'),
(553, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:31:26', 'ALTER TABLE `k
abupaten` CHANGE `kota` `kabupaten` VARCHAR(50) CHARACTER SET latin1 COLLATE lat
in1_swedish_ci NOT NULL'),
(554, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:33:22', 'INSERT INTO `b
lackpacker`.`kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES (''1'', ''12'',
''Bandung'');'),
(555, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:34:31', 'INSERT INTO `b
lackpacker`.`kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES (NULL, ''12'', '
'Bandung Barat''), (NULL, ''12'', ''Bekasi'');'),
(556, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:34:40', 'SELECT * FROM
`kabupaten`'),
(557, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:42:10', 'INSERT INTO `b
lackpacker`.`kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES (NULL, ''12'', '
'Bogor''), (NULL, ''12'', ''Ciamis''), (NULL, ''12'', ''Cianjur''), (NULL, ''12'
', ''Cirebon''), (NULL, ''12'', ''Garut''), (NULL, ''12'', ''Indramayu''), (NULL
, ''12'', ''Karawang''), (NULL, ''12'', ''Kuningan''), (NULL, ''12'', ''Majaleng
ka''), (NULL, ''12'', ''Purwakarta'');'),
(558, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:43:20', 'INSERT INTO `b
lackpacker`.`kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES (NULL, ''12'', '
'Subang''), (NULL, ''12'', ''Sukabumi''), (NULL, ''12'', ''Sumedang''), (NULL, '
'12'', ''Tasikmalaya'');'),
(559, 'root', 'blackpacker', 'kabupaten', '2011-12-26 17:43:50', 'SELECT * FROM
`kabupaten`'),
(560, 'root', 'blackpacker', 'kabupaten', '2011-12-26 21:52:59', 'SELECT * FROM
`kabupaten`'),
(561, 'root', 'blackpacker', 'place', '2011-12-27 06:13:34', 'SELECT * FROM `pla
ce`'),
(562, 'root', 'blackpacker', 'place', '2011-12-27 06:14:45', 'ALTER TABLE `place
` ADD `idkab` INT(5) NOT NULL AFTER `idkota`'),
(563, 'root', 'blackpacker', 'place', '2011-12-27 06:32:21', 'INSERT INTO `black
packer`.`place` (`idtempat`, `idprov`, `idkota`, `idkab`, `nama`, `alamat`, `lat
lng`, `alamatmaps`) VALUES (''0'', ''1'', ''1'', ''1'', ''coba'', ''coba'', ''co
ba'', ''coba'');'),
(564, 'root', 'blackpacker', 'place', '2011-12-27 06:32:28', 'SELECT * FROM `pla

ce`'),
(565, 'root', 'blackpacker', 'place', '2011-12-27 06:33:08', 'SELECT * FROM `pla
ce`'),
(566, 'root', 'blackpacker', 'place', '2011-12-27 06:33:12', 'SELECT * FROM `pla
ce`'),
(567, 'root', 'blackpacker', 'place', '2011-12-27 06:34:30', 'INSERT INTO `black
packer`.`place` (`idtempat`, `idprov`, `idkota`, `idkab`, `nama`, `alamat`, `lat
lng`, `alamatmaps`) VALUES (''0'', ''23'', ''7'', ''13'', ''coba'', ''coba'', ''
coba'', ''coba'');'),
(568, 'root', 'blackpacker', 'place', '2011-12-27 06:34:57', 'SELECT * FROM `pla
ce`'),
(569, 'root', 'blackpacker', 'kabupaten', '2011-12-27 06:47:35', 'SELECT * FROM
`kabupaten`'),
(570, 'root', 'blackpacker', 'place', '2011-12-27 09:21:20', 'SELECT * FROM `pla
ce`'),
(571, 'root', 'blackpacker', 'place', '2011-12-27 09:21:25', 'SELECT * FROM `pla
ce`'),
(572, 'root', 'blackpacker', 'place', '2011-12-27 09:21:27', 'SELECT * FROM `pla
ce`'),
(573, 'root', 'blackpacker', 'kota', '2011-12-27 09:21:37', 'SELECT * FROM `kota
`'),
(574, 'root', 'blackpacker', 'place', '2011-12-27 09:21:39', 'SELECT * FROM `pla
ce`'),
(575, 'root', 'blackpacker', 'provinsi', '2011-12-27 09:22:30', 'SELECT * FROM `
provinsi`'),
(576, 'root', 'blackpacker', 'kabupaten', '2011-12-27 09:22:37', 'SELECT * FROM
`kabupaten`'),
(577, 'root', 'blackpacker', 'place', '2011-12-27 09:23:56', 'SELECT * FROM `pla
ce`'),
(578, 'root', 'blackpacker', 'kota', '2011-12-27 09:24:16', 'SELECT * FROM `blac
kpacker`.`kota` WHERE `idkota` = 0'),
(579, 'root', 'blackpacker', 'kota', '2011-12-27 09:24:23', 'SELECT * FROM `kota
`'),
(580, 'root', 'blackpacker', 'place', '2011-12-27 09:24:40', 'SELECT * FROM `pla
ce`'),
(581, 'root', 'blackpacker', 'place', '2011-12-27 09:31:05', 'SELECT * FROM `pla
ce`'),
(582, 'root', 'blackpacker', 'place', '2011-12-27 09:48:24', 'SELECT * FROM `pla
ce`'),
(583, 'root', 'blackpacker', 'place', '2011-12-27 10:39:29', 'SELECT * FROM `pla
ce`'),
(584, 'root', 'blackpacker', 'place', '2011-12-27 10:46:38', 'SELECT * FROM `pla
ce`'),
(585, 'root', 'blackpacker', 'place', '2011-12-30 20:44:32', 'SELECT * FROM `pla
ce`'),
(586, 'root', 'blackpacker', 'place', '2011-12-30 20:44:46', 'SELECT * FROM `pla
ce`'),
(587, 'root', 'blackpacker', 'place', '2011-12-30 20:44:49', 'SELECT * FROM `pla
ce`'),
(588, 'root', 'blackpacker', 'place', '2011-12-30 20:44:56', 'SELECT * FROM `pla
ce`'),
(589, 'root', 'blackpacker', 'place', '2011-12-30 20:44:59', 'SELECT * FROM `pla
ce`'),
(590, 'root', 'blackpacker', 'provinsi', '2011-12-30 21:01:57', 'SELECT * FROM `
provinsi`'),
(591, 'root', 'blackpacker', 'kota', '2011-12-30 21:10:58', 'SELECT * FROM `kota
`'),
(592, 'root', 'blackpacker', 'kabupaten', '2011-12-30 21:18:33', 'SELECT * FROM
`kabupaten`'),
(593, 'root', 'blackpacker', 'place', '2011-12-30 21:54:14', 'select * from plac

e where idprov=''12'''),
(594, 'root', 'blackpacker', 'place', '2011-12-30 21:55:15', 'SELECT * FROM `pla
ce`'),
(595, 'root', 'blackpacker', 'place', '2011-12-30 21:57:01', 'select * from plac
e where idprov=''12'' and idkota=''9'''),
(596, 'root', 'blackpacker', 'place', '2011-12-30 22:08:37', 'SELECT * FROM `pla
ce` WHERE nama like ''galunggung''\r\n'),
(597, 'root', 'blackpacker', 'place', '2011-12-30 22:09:21', 'SELECT * FROM `pla
ce` WHERE nama like ''Galunggung''\r\n'),
(598, 'root', 'blackpacker', 'place', '2011-12-30 22:09:40', 'SELECT * FROM `pla
ce` WHERE nama like ''Galunggung%''\r\n'),
(599, 'root', 'blackpacker', 'place', '2011-12-30 22:09:57', 'SELECT * FROM `pla
ce` WHERE nama like ''G%''\r\n'),
(600, 'root', 'blackpacker', 'place', '2011-12-30 22:11:28', 'SELECT * FROM `pla
ce` WHERE nama like ''%G''\r\n'),
(601, 'root', 'blackpacker', 'place', '2011-12-30 22:18:13', 'SELECT * \r\nFROM
`place` \r\nWHERE nama LIKE ''%Galunggung%''\r\nLIMIT 0 , 30'),
(602, 'root', 'blackpacker', 'place', '2011-12-30 22:21:20', 'SELECT * \r\nFROM
`place` \r\nWHERE nama LIKE ''%galunggung%''\r\nLIMIT 0 , 30'),
(603, 'root', 'blackpacker', 'place', '2011-12-30 22:22:46', 'SELECT * \r\nFROM
`place` \r\nWHERE nama LIKE ''%kawah%''\r\nLIMIT 0 , 30'),
(604, 'root', 'blackpacker', 'place', '2011-12-30 22:23:28', 'SELECT * \r\nFROM
`place` \r\nWHERE nama LIKE ''%kawah%''\r\nLIMIT 0 , 30'),
(605, 'root', 'blackpacker', 'place', '2011-12-30 22:25:55', 'SELECT * FROM `pla
ce`'),
(606, 'root', 'blackpacker', 'place', '2011-12-30 22:27:00', 'SELECT * FROM `pla
ce`'),
(607, 'root', 'blackpacker', 'place', '2011-12-30 22:27:18', 'SELECT * FROM `pla
ce`'),
(608, 'root', 'blackpacker', 'place', '2011-12-30 22:29:05', 'SELECT * FROM `pla
ce`'),
(609, 'root', 'blackpacker', 'kota', '2011-12-30 22:42:48', 'SELECT * FROM `kota
`'),
(610, 'root', 'blackpacker', 'place', '2011-12-30 22:43:12', 'SELECT * FROM `pla
ce`'),
(611, 'root', 'blackpacker', '', '2011-12-30 22:54:49', 'select * from place whe
re WHERE nama LIKE ''%kawah%'''),
(612, 'root', 'blackpacker', 'place', '2011-12-30 22:55:04', 'select * from plac
e where nama LIKE ''%kawah%'''),
(613, 'root', 'blackpacker', 'kabupaten', '2011-12-30 23:50:49', 'SELECT * FROM
`kabupaten`'),
(614, 'root', 'blackpacker', 'kota', '2011-12-30 23:50:51', 'SELECT * FROM `kota
`'),
(615, 'root', 'blackpacker', 'place', '2011-12-30 23:50:53', 'SELECT * FROM `pla
ce`'),
(616, 'root', 'blackpacker', 'kota', '2011-12-30 23:50:55', 'SELECT * FROM `kota
`'),
(617, 'root', 'blackpacker', 'provinsi', '2011-12-30 23:51:58', 'SELECT * FROM `
provinsi`'),
(618, 'root', 'blackpacker', 'kabupaten', '2011-12-30 23:52:08', 'SELECT * FROM
`kabupaten`'),
(619, 'root', 'blackpacker', 'provinsi', '2011-12-31 07:46:27', 'SELECT * FROM `
provinsi`'),
(620, 'root', 'blackpacker', 'kabupaten', '2011-12-31 07:52:23', 'INSERT INTO `b
lackpacker`.`kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES (NULL, ''1'', ''
Aceh Barat''), (NULL, ''1'', ''Aceh Barat Daya''), (NULL, ''1'', ''Aceh Besar'')
, (NULL, ''1'', ''Aceh Jaya''), (NULL, ''1'', ''Aceh Selatan''), (NULL, ''1'', '
'Aceh Singkil''), (NULL, ''1'', ''Aceh Tamiang''), (NULL, ''1'', ''Aceh Tengah''
), (NULL, ''1'', ''Aceh Tenggara''), (NULL, ''1'', ''Aceh Timur'');'),
(621, 'root', 'blackpacker', 'kabupaten', '2011-12-31 07:58:22', 'INSERT INTO `b

lackpacker`.`kabupaten` (`idkab`, `idprov`, `kabupaten`) VALUES (NULL, ''1'', ''


Aceh Utara''), (NULL, ''1'', ''Bener Meriah''), (NULL, ''1'', ''Bireuen''), (NUL
L, ''1'', ''Gayo Lues''), (NULL, ''1'', ''Nagan Raya''), (NULL, ''1'', ''Pidie''
), (NULL, ''1'', ''Pidie Jaya''), (NULL, ''1'', ''Simeulue'');'),
(622, 'root', 'blackpacker', 'kota', '2011-12-31 07:58:41', 'SELECT * FROM `kota
`'),
(623, 'root', 'blackpacker', 'kota', '2011-12-31 08:00:49', 'INSERT INTO `blackp
acker`.`kota` (`idkota`, `idprov`, `kota`) VALUES (NULL, ''1'', ''Banda Aceh''),
(NULL, ''1'', ''Langsa''), (NULL, ''1'', ''Lhokseumawe''), (NULL, ''1'', ''Saba
ng''), (NULL, ''1'', ''Subulussalam'');'),
(624, 'root', 'blackpacker', 'place', '2012-01-01 21:14:28', 'SELECT * FROM `pla
ce`'),
(625, 'root', 'bikinpusing', 'image_url', '2012-01-01 21:16:42', 'SELECT * FROM
`image_url`'),
(626, 'root', 'bikinpusing', 'image', '2012-01-01 21:16:44', 'SELECT * FROM `ima
ge`'),
(627, 'root', 'bikinpusing', 'image_url', '2012-01-01 21:17:40', 'SELECT * FROM
`image_url`'),
(628, 'root', 'blackpacker', 'place', '2012-01-01 21:20:40', 'ALTER TABLE `place
` ADD `icon` VARCHAR(100) NOT NULL AFTER `nama`'),
(629, 'root', 'blackpacker', 'place', '2012-01-01 21:21:03', 'ALTER TABLE `place
` CHANGE `icon` `icon` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_
ci NULL'),
(630, 'root', 'bikinpusing', 'image_url', '2012-01-01 21:24:12', 'SELECT * FROM
`image_url`'),
(631, 'root', 'blackpacker', 'place', '2012-01-01 21:25:34', 'ALTER TABLE `place
` CHANGE `icon` `icon` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_
ci NOT NULL DEFAULT ''placeImages/default.png'''),
(632, 'root', 'blackpacker', 'place', '2012-01-01 21:25:39', 'SELECT * FROM `pla
ce`'),
(633, 'root', 'blackpacker', 'place', '2012-01-01 21:36:44', 'SELECT * FROM `pla
ce`'),
(634, 'root', 'blackpacker', 'place', '2012-01-01 21:38:49', 'SELECT * FROM `pla
ce`'),
(635, 'root', 'blackpacker', 'place', '2012-01-01 21:38:56', 'SELECT * FROM `pla
ce`'),
(636, 'root', 'blackpacker', 'place', '2012-01-01 21:40:02', 'SELECT * FROM `pla
ce`'),
(637, 'root', 'blackpacker', 'place', '2012-01-01 21:40:10', 'SELECT * FROM `pla
ce`'),
(638, 'root', 'blackpacker', 'place', '2012-01-01 21:40:13', 'SELECT * FROM `pla
ce`'),
(639, 'root', 'blackpacker', 'place', '2012-01-01 21:40:20', 'SELECT * FROM `pla
ce`'),
(640, 'root', 'bikinpusing', 'kategori', '2012-01-01 21:59:16', 'SELECT * FROM `
kategori`'),
(641, 'root', 'bikinpusing', 'kategori', '2012-01-01 21:59:27', 'SELECT * FROM `
kategori`'),
(642, 'root', 'bikinpusing', 'kategori', '2012-01-01 21:59:44', 'SELECT * FROM `
kategori`'),
(643, 'root', 'blackpacker', '', '2012-01-01 22:01:23', 'DROP TABLE `kategori`')
,
(644, 'root', 'blackpacker', 'kota', '2012-01-01 22:01:27', 'SELECT * FROM `kota
`'),
(645, 'root', 'blackpacker', 'kota', '2012-01-01 22:01:46', 'SELECT * FROM `kota
`'),
(646, 'root', 'blackpacker', 'kategori', '2012-01-01 22:01:49', 'SELECT * FROM `
kategori`'),
(647, 'root', 'blackpacker', 'kategori', '2012-01-01 22:02:04', 'ALTER TABLE `ka
tegori` CHANGE `idkota` `idkategori` INT(5) NOT NULL AUTO_INCREMENT'),

(648, 'root', 'blackpacker', 'kategori', '2012-01-01 22:02:19', 'ALTER TABLE `ka


tegori` CHANGE `idprov` `kategori` INT(5) NOT NULL'),
(649, 'root', 'blackpacker', 'kategori', '2012-01-01 22:02:32', 'ALTER TABLE `ka
tegori` CHANGE `kota` `icon` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swe
dish_ci NOT NULL'),
(650, 'root', 'blackpacker', 'kategori', '2012-01-01 22:03:11', 'SELECT * FROM `
kategori`'),
(651, 'root', 'blackpacker', 'kategori', '2012-01-01 22:03:47', 'ALTER TABLE `ka
tegori` CHANGE `kategori` `kategori` VARCHAR(50) NOT NULL'),
(652, 'root', 'blackpacker', 'kategori', '2012-01-01 22:05:06', 'INSERT INTO `bl
ackpacker`.`kategori` (`idkategori`, `kategori`, `icon`) VALUES (NULL, ''Wisata
Alam'', '''');'),
(653, 'root', 'blackpacker', 'kategori', '2012-01-01 22:05:11', 'SELECT * FROM `
kategori`'),
(654, 'root', 'blackpacker', 'kategori', '2012-01-01 22:05:53', 'INSERT INTO `bl
ackpacker`.`kategori` (`idkategori`, `kategori`, `icon`) VALUES (NULL, ''Sejarah
'', '''');'),
(655, 'root', 'blackpacker', 'kategori', '2012-01-01 22:09:23', 'INSERT INTO `bl
ackpacker`.`kategori` (`idkategori`, `kategori`, `icon`) VALUES (NULL, ''Belanja
'', '''');'),
(656, 'root', 'blackpacker', 'kategori', '2012-01-01 22:09:26', 'SELECT * FROM `
kategori`'),
(657, 'root', 'blackpacker', 'place', '2012-01-01 22:09:41', 'SELECT * FROM `pla
ce`'),
(658, 'root', 'blackpacker', 'kategori', '2012-01-01 22:10:18', 'SELECT * FROM `
kategori`'),
(659, 'root', 'blackpacker', 'place', '2012-01-01 22:10:27', 'ALTER TABLE `place
` ADD `idkategori` INT(5) NOT NULL AFTER `alamat`'),
(660, 'root', 'blackpacker', 'place', '2012-01-01 22:10:47', 'SELECT * FROM `pla
ce`'),
(661, 'root', 'blackpacker', 'place', '2012-01-01 22:10:51', 'SELECT * FROM `pla
ce`'),
(662, 'root', 'blackpacker', 'place', '2012-01-01 22:11:18', 'SELECT * FROM `pla
ce`'),
(663, 'root', 'blackpacker', 'place', '2012-01-01 22:11:52', 'SELECT * FROM `pla
ce`'),
(664, 'root', 'blackpacker', 'place', '2012-01-01 22:11:58', 'SELECT * FROM `pla
ce`'),
(665, 'root', 'blackpacker', 'place', '2012-01-01 22:12:20', 'SELECT * FROM `pla
ce`'),
(666, 'root', 'blackpacker', 'place', '2012-01-01 22:12:27', 'SELECT * FROM `pla
ce`'),
(667, 'root', 'blackpacker', 'place', '2012-01-01 22:12:35', 'SELECT * FROM `pla
ce`'),
(668, 'root', 'blackpacker', 'place', '2012-01-01 22:12:57', 'SELECT * FROM `pla
ce`'),
(669, 'root', 'blackpacker', 'place', '2012-01-01 22:13:05', 'SELECT * FROM `pla
ce`'),
(670, 'root', 'blackpacker', 'place', '2012-01-01 22:13:10', 'SELECT * FROM `pla
ce`'),
(671, 'root', 'blackpacker', 'place', '2012-01-01 22:13:15', 'SELECT * FROM `pla
ce`'),
(672, 'root', 'blackpacker', 'place', '2012-01-01 22:13:20', 'SELECT * FROM `pla
ce`'),
(673, 'root', 'blackpacker', 'kategori', '2012-01-01 22:15:15', 'INSERT INTO `bl
ackpacker`.`kategori` (`idkategori`, `kategori`, `icon`) VALUES (NULL, ''Rekreas
i'', '''');'),
(674, 'root', 'blackpacker', 'place', '2012-01-01 22:15:24', 'SELECT * FROM `pla
ce`'),
(675, 'root', 'blackpacker', 'place', '2012-01-01 22:15:31', 'SELECT * FROM `pla

ce`'),
(676, 'root', 'blackpacker', 'kategori', '2012-01-01 22:20:06', 'select `kategor
i` from kategori where idkategori=''1'''),
(677, 'root', 'blackpacker', 'place', '2012-01-01 22:34:46', 'SELECT * FROM `pla
ce`'),
(678, 'root', 'blackpacker', 'kategori', '2012-01-01 22:34:47', 'SELECT * FROM `
kategori`'),
(679, 'root', 'blackpacker', 'kategori', '2012-01-01 22:34:52', 'SELECT * FROM `
kategori`'),
(680, 'root', 'blackpacker', 'place', '2012-01-01 22:34:58', 'SELECT * FROM `pla
ce`'),
(681, 'root', 'blackpacker', 'kategori', '2012-01-01 22:36:06', 'SELECT * FROM `
kategori`'),
(682, 'root', 'blackpacker', 'place', '2012-01-02 19:30:12', 'SELECT * FROM `pla
ce`'),
(683, 'root', 'blackpacker', 'kategori', '2012-01-02 19:36:33', 'SELECT * FROM `
kategori`'),
(684, 'root', 'blackpacker', 'place', '2012-01-02 19:56:55', 'SELECT * FROM `pla
ce`'),
(685, 'root', 'blackpacker', 'place', '2012-01-02 21:53:27', 'SELECT * FROM `pla
ce`'),
(686, 'root', 'blackpacker', 'place', '2012-01-02 22:02:07', 'SELECT * FROM `pla
ce`'),
(687, 'root', 'blackpacker', 'place', '2012-01-02 22:02:14', 'SELECT * FROM `pla
ce`'),
(688, 'root', 'blackpacker', 'place', '2012-01-02 22:02:55', 'SELECT * FROM `pla
ce`'),
(689, 'root', 'blackpacker', 'place', '2012-01-02 22:02:59', 'SELECT * FROM `pla
ce`'),
(690, 'root', 'blackpacker', 'place', '2012-01-03 08:38:10', 'SELECT * FROM `pla
ce`'),
(691, 'root', 'blackpacker', 'kategori', '2012-01-03 08:38:13', 'SELECT * FROM `
kategori`'),
(692, 'root', 'blackpacker', 'kategori', '2012-01-03 14:07:44', 'SELECT * FROM `
kategori`'),
(693, 'root', 'blackpacker', 'kategori', '2012-01-03 14:20:28', 'SELECT * FROM `
kategori`'),
(694, 'root', 'blackpacker', 'kategori', '2012-01-03 14:21:05', 'SELECT * FROM `
kategori`'),
(695, 'root', 'blackpacker', 'kategori', '2012-01-03 14:21:31', 'SELECT * FROM `
kategori`'),
(696, 'root', 'blackpacker', 'kategori', '2012-01-03 14:21:52', 'SELECT * FROM `
kategori`'),
(697, 'root', 'blackpacker', 'place', '2012-01-03 14:21:57', 'SELECT * FROM `pla
ce`'),
(698, 'root', 'blackpacker', 'kategori', '2012-01-03 14:23:16', 'SELECT * FROM `
blackpacker`.`kategori` WHERE `idkategori` = 2'),
(699, 'root', 'blackpacker', 'kategori', '2012-01-03 14:40:01', 'SELECT * FROM `
kategori`'),
(700, 'root', 'blackpacker', 'kategori', '2012-01-03 14:47:22', 'SELECT * FROM `
kategori`'),
(701, 'root', 'blackpacker', 'kategori', '2012-01-03 14:47:50', 'SELECT * FROM `
kategori`'),
(702, 'root', 'blackpacker', 'kategori', '2012-01-03 14:48:00', 'SELECT * FROM `
kategori`'),
(703, 'root', 'blackpacker', 'kategori', '2012-01-03 14:48:13', 'SELECT * FROM `
kategori`'),
(704, 'root', 'blackpacker', 'place', '2012-01-03 14:48:26', 'SELECT * FROM `pla
ce`'),
(705, 'root', 'blackpacker', 'place', '2012-01-03 14:48:54', 'SELECT * FROM `pla

ce`'),
(706, 'root', 'blackpacker', 'place', '2012-01-03 14:49:03', 'SELECT * FROM `pla
ce`'),
(707, 'root', 'blackpacker', 'place', '2012-01-03 14:49:14', 'SELECT * FROM `pla
ce`'),
(708, 'root', 'blackpacker', 'place', '2012-01-03 14:49:24', 'SELECT * FROM `pla
ce`'),
(709, 'root', 'blackpacker', 'provinsi', '2012-01-03 17:08:21', 'SELECT * FROM `
provinsi`'),
(710, 'root', 'blackpacker', 'place', '2012-01-04 00:52:46', 'SELECT * FROM `pla
ce`'),
(711, 'root', 'blackpacker', 'place', '2012-01-04 01:01:57', 'SELECT * FROM `pla
ce`'),
(712, 'root', 'blackpacker', 'place', '2012-01-04 01:05:32', 'SELECT * FROM `pla
ce`'),
(713, 'root', 'blackpacker', 'place', '2012-01-04 01:09:44', 'SELECT * FROM `pla
ce`'),
(714, 'root', 'blackpacker', 'kabupaten', '2012-01-04 07:54:46', 'SELECT * FROM
`kabupaten`'),
(715, 'root', 'blackpacker', 'place', '2012-01-04 08:03:57', 'SELECT * FROM `pla
ce`'),
(716, 'root', 'blackpacker', 'kabupaten', '2012-01-04 08:04:11', 'SELECT * FROM
`kabupaten`'),
(717, 'root', 'bikinpusing', 'image', '2012-01-06 13:16:48', 'SELECT * FROM `ima
ge`'),
(718, 'root', 'blackpacker', 'place', '2012-01-06 17:43:30', 'SELECT * FROM `pla
ce`'),
(719, 'root', 'kp', '', '2012-01-18 09:36:28', 'CREATE DATABASE `kp`;'),
(720, 'root', 'bikinpusing', 'image_url', '2012-01-18 10:05:59', 'SELECT * FROM
`image_url`'),
(721, 'root', 'bikinpusing', 'kategori', '2012-01-18 10:06:00', 'SELECT * FROM `
kategori`'),
(722, 'root', 'bikinpusing', 'user', '2012-01-18 10:06:04', 'SELECT * FROM `user
`'),
(723, 'root', 'blackpacker', 'kabupaten', '2012-01-18 10:06:21', 'SELECT * FROM
`kabupaten`'),
(724, 'root', 'blackpacker', 'place', '2012-01-18 10:06:31', 'SELECT * FROM `pla
ce`'),
(725, 'root', 'blackpacker', 'place', '2012-01-18 10:07:02', 'SELECT * FROM `pla
ce`'),
(726, 'root', 'kp', 'pesan', '2012-01-18 10:07:11', 'SELECT * FROM `pesan`'),
(727, 'root', 'kp', 'pesan', '2012-01-18 10:09:59', 'ALTER TABLE `pesan` CHANGE
`idtempat` `idpesan` INT(5) NOT NULL AUTO_INCREMENT, CHANGE `idprov` `idrole` IN
T(5) NOT NULL, CHANGE `idkota` `sender` INT(5) NOT NULL, CHANGE `idkab` `head` I
NT(5) NOT NULL, CHANGE `nama` `message` VARCHAR(50) CHARACTER SET latin1 COLLATE
latin1_swedish_ci NOT NULL, CHANGE `icon` `waktu` VARCHAR(100) CHARACTER SET la
tin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT CURRENT_TIMESTAMP, CHANGE `alama
t` `alamat` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
, CHANGE `idkategori` `idkategori` INT(5) NOT NULL, CHANGE `latlng` `latlng` VAR
CHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, CHANGE `alama
tmaps` `alamatmaps` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci
NOT NULL'),
(728, 'root', 'kp', 'pesan', '2012-01-18 10:10:14', 'ALTER TABLE `pesan` CHANGE
`idtempat` `idpesan` INT(5) NOT NULL, CHANGE `idprov` `idrole` INT(5) NOT NULL,
CHANGE `idkota` `sender` INT(5) NOT NULL, CHANGE `idkab` `head` INT(5) NOT NULL,
CHANGE `nama` `message` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish
_ci NOT NULL, CHANGE `icon` `waktu` VARCHAR(100) CHARACTER SET latin1 COLLATE la
tin1_swedish_ci NOT NULL, CHANGE `alamat` `alamat` VARCHAR(100) CHARACTER SET la
tin1 COLLATE latin1_swedish_ci NOT NULL, CHANGE `idkategori` `idkategori` INT(5)
NOT NULL, CHANGE `latlng` `latlng` VARCHAR(100) CHARACTER SET latin1 COLLATE la

tin1_swedish_ci NOT NULL, CHANGE `alamatmaps` `alamatmaps` VARCHAR(100) CHARACTE


R SET latin1 COLLATE latin1_swedish_ci NOT NULL'),
(729, 'root', 'kp', 'pesan', '2012-01-18 10:10:27', 'ALTER TABLE `pesan` DROP `w
aktu`, DROP `idkategori`, DROP `latlng`, DROP `alamatmaps`;'),
(730, 'root', 'kp', 'pesan', '2012-01-18 10:10:46', 'ALTER TABLE `pesan` CHANGE
`alamat` `waktu` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT
NULL DEFAULT CURRENT_TIMESTAMP'),
(731, 'root', 'kp', 'pesan', '2012-01-18 10:10:50', 'ALTER TABLE `pesan` CHANGE
`alamat` `waktu` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT
NULL DEFAULT CURRENT_TIMESTAMP'),
(732, 'root', 'kp', 'pesan', '2012-01-18 10:11:06', 'SELECT * FROM `pesan`'),
(733, 'root', 'kp', 'pesan', '2012-01-18 10:11:32', 'ALTER TABLE `pesan` ADD `w
aktu` DATE NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `alamat`'),
(734, 'root', 'kp', 'pesan', '2012-01-18 10:11:51', 'ALTER TABLE `pesan` ADD `w
aktu` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `alamat`'),
(735, 'root', 'kp', 'pesan', '2012-01-18 10:12:02', 'ALTER TABLE `pesan` DROP `a
lamat`'),
(736, 'root', 'kp', 'pesan', '2012-01-18 10:13:39', 'SELECT * FROM `pesan`'),
(737, 'root', 'kp', 'pesan', '2012-01-18 10:13:49', 'SELECT * FROM `pesan`'),
(738, 'root', 'blog', 'post', '2012-01-18 10:37:16', 'SELECT * FROM `post`'),
(739, 'root', 'kp', '', '2012-01-18 10:40:50', 'SELECT * FROM `showtime`'),
(740, 'root', 'kp', 'pesan', '2012-01-18 10:46:47', 'SELECT * FROM `pesan`'),
(741, 'root', 'kp', 'pesan', '2012-01-18 10:47:45', 'ALTER TABLE `pesan` CHANGE
`idpesan` `idpesan` INT(5) NOT NULL AUTO_INCREMENT'),
(742, 'root', 'kp', 'showtime', '2012-01-18 10:58:39', 'SELECT * FROM `showtime`
'),
(743, 'root', 'kp', 'showtime', '2012-01-18 10:59:29', 'INSERT INTO `kp`.`showti
me` (`idpesan`, `tgl`, `bln`, `thn`, `jam`, `mon`, `tue`, `wed`, `thu`, `fri`) V
ALUES (''1'', ''18'', ''01'', ''2012'', ''11:20'', '''', '''', '''', '''', '''')
;'),
(744, 'root', 'kp', 'showtime', '2012-01-18 10:59:43', 'SELECT * FROM `showtime`
'),
(745, 'root', 'kp', 'showtime', '2012-01-18 11:00:49', 'ALTER TABLE `showtime` C
HANGE `mon` `mon` TINYINT(1) NOT NULL, CHANGE `tue` `tue` TINYINT(1) NOT NULL, C
HANGE `wed` `wed` TINYINT(1) NOT NULL, CHANGE `thu` `thu` TINYINT(1) NOT NULL, C
HANGE `fri` `fri` TINYINT(1) NOT NULL'),
(746, 'root', 'kp', 'showtime', '2012-01-18 11:02:21', 'ALTER TABLE `showtime` C
HANGE `mon` `mon` BOOL(1) NOT NULL, CHANGE `tue` `tue` BOOL(1) NOT NULL, CHANGE
`wed` `wed` BOOL(1) NOT NULL, CHANGE `thu` `thu` BOOL(1) NOT NULL, CHANGE `fri`
`fri` BOOL(1) NOT NULL'),
(747, 'root', 'kp', 'showtime', '2012-01-18 11:02:55', 'ALTER TABLE `showtime` C
HANGE `mon` `mon` BOOL NOT NULL, CHANGE `tue` `tue` BOOL NOT NULL, CHANGE `wed`
`wed` BOOL NOT NULL, CHANGE `thu` `thu` BOOL NOT NULL, CHANGE `fri` `fri` BOOL N
OT NULL'),
(748, 'root', 'kp', 'showtime', '2012-01-18 11:03:07', 'SELECT * FROM `showtime`
'),
(749, 'root', 'kp', 'showtime', '2012-01-19 09:09:12', 'SELECT * FROM `showtime`
'),
(750, 'root', 'kp', 'pesan', '2012-01-19 09:09:20', 'SELECT * FROM `pesan`'),
(751, 'root', 'kp', 'showtime', '2012-01-19 09:09:35', 'SELECT * FROM `showtime`
'),
(752, 'root', 'kp', 'pesan', '2012-01-19 09:09:36', 'SELECT * FROM `pesan`'),
(753, 'root', 'kp', 'pesan', '2012-01-19 09:10:46', 'SELECT * FROM `pesan`'),
(754, 'root', 'kp', 'role', '2012-01-19 09:13:31', 'INSERT INTO `kp`.`role` (`id
role`, `namarole`, `deskripsi`) VALUES (''1'', ''MSO'', ''managemen sistem infor
matika, divisi yang menagani supporting sistem dalam bidang informatika'');'),
(755, 'root', 'kp', 'pesan', '2012-01-19 09:13:38', 'SELECT * FROM `pesan`'),
(756, 'root', 'kp', 'pesan', '2012-01-19 09:15:05', 'ALTER TABLE `pesan` CHANGE
`sender` `idsender` INT(5) NOT NULL'),
(757, 'root', 'kp', 'pesan', '2012-01-19 09:19:21', 'SELECT * FROM `pesan`'),

(758, 'root', 'kp', 'sender', '2012-01-19 09:20:39', 'SELECT * FROM `sender`'),


(759, 'root', 'kp', 'tipesender', '2012-01-19 09:21:37', 'INSERT INTO `kp`.`tipe
sender` (`idtipe`, `tipe`) VALUES (''1'', ''Admin'');'),
(760, 'root', 'kp', 'tipesender', '2012-01-19 09:21:49', 'INSERT INTO `kp`.`tipe
sender` (`idtipe`, `tipe`) VALUES (NULL, ''Moderator'');'),
(761, 'root', 'kp', 'tipesender', '2012-01-19 09:21:53', 'SELECT * FROM `tipesen
der`'),
(762, 'root', 'kp', 'sender', '2012-01-19 09:21:57', 'SELECT * FROM `sender`'),
(763, 'root', 'kp', 'pesan', '2012-01-19 09:22:11', 'SELECT * FROM `pesan`'),
(764, 'root', 'kp', 'role', '2012-01-19 09:22:26', 'SELECT * FROM `role`'),
(765, 'root', 'kp', 'sender', '2012-01-19 09:22:35', 'SELECT * FROM `sender`'),
(766, 'root', 'kp', 'showtime', '2012-01-19 09:22:42', 'SELECT * FROM `showtime`
'),
(767, 'root', 'kp', 'tipesender', '2012-01-19 09:23:07', 'SELECT * FROM `tipesen
der`'),
(768, 'root', 'kp', 'sender', '2012-01-19 09:23:16', 'SELECT * FROM `sender`'),
(769, 'root', 'kp', 'sender', '2012-01-19 09:23:22', 'SELECT * FROM `sender`'),
(770, 'root', 'kp', 'showtime', '2012-01-19 09:24:06', 'SELECT * FROM `showtime`
'),
(771, 'root', 'kp', 'tipesender', '2012-01-19 09:24:09', 'SELECT * FROM `tipesen
der`'),
(772, 'root', 'kp', 'role', '2012-01-19 09:24:12', 'SELECT * FROM `role`'),
(773, 'root', 'kp', 'sender', '2012-01-19 09:24:17', 'SELECT * FROM `sender`'),
(774, 'root', 'kp', 'pesan', '2012-01-19 09:25:00', 'SELECT * FROM `pesan`'),
(775, 'root', 'kp', 'sender', '2012-01-19 09:25:52', 'SELECT * FROM `sender`'),
(776, 'root', 'kp', 'pesan', '2012-01-19 09:31:16', 'SELECT * FROM `pesan`'),
(777, 'root', 'kp', 'pesan', '2012-01-19 09:35:07', 'ALTER TABLE `pesan` DROP `i
drole`'),
(778, 'root', 'kp', 'role', '2012-01-19 09:35:15', 'SELECT * FROM `role`'),
(779, 'root', 'kp', 'sender', '2012-01-19 09:35:18', 'SELECT * FROM `sender`'),
(780, 'root', 'kp', 'sender', '2012-01-19 09:36:42', 'ALTER TABLE `sender` ADD
`idrole` INT(5) NOT NULL AFTER `idtipe`'),
(781, 'root', 'kp', 'pesan', '2012-01-19 09:36:58', 'SELECT * FROM `pesan`'),
(782, 'root', 'kp', 'role', '2012-01-19 09:37:02', 'SELECT * FROM `role`'),
(783, 'root', 'kp', 'sender', '2012-01-19 09:37:05', 'SELECT * FROM `sender`'),
(784, 'root', 'kp', 'showtime', '2012-01-19 09:37:11', 'SELECT * FROM `showtime`
'),
(785, 'root', 'kp', 'tipesender', '2012-01-19 09:37:14', 'SELECT * FROM `tipesen
der`'),
(786, 'root', 'kp', 'sender', '2012-01-19 09:37:17', 'SELECT * FROM `sender`'),
(787, 'root', 'kp', 'pesan', '2012-01-19 09:38:18', 'SELECT * FROM `pesan`'),
(788, 'root', 'kp', 'pesan', '2012-01-19 09:38:56', 'ALTER TABLE `pesan` ADD `i
drole` INT(5) NOT NULL AFTER `idsender`'),
(789, 'root', 'kp', 'tipesender', '2012-01-19 09:39:38', 'SELECT * FROM `tipesen
der`'),
(790, 'root', 'kp', 'role', '2012-01-19 09:39:45', 'SELECT * FROM `role`'),
(791, 'root', 'kp', 'sender', '2012-01-19 09:40:09', 'SELECT * FROM `sender`'),
(792, 'root', 'kp', 'tipesender', '2012-01-19 09:40:37', 'SELECT * FROM `tipesen
der`'),
(793, 'root', 'kp', 'tipesender', '2012-01-19 09:41:02', 'INSERT INTO `kp`.`tipe
sender` (`idtipe`, `tipe`) VALUES (NULL, ''all access'');'),
(794, 'root', 'kp', 'tipesender', '2012-01-19 09:41:13', 'SELECT * FROM `tipesen
der`'),
(795, 'root', 'kp', 'tipesender', '2012-01-19 09:41:29', 'SELECT * FROM `tipesen
der`'),
(796, 'root', 'kp', 'role', '2012-01-19 09:41:31', 'SELECT * FROM `role`'),
(797, 'root', 'kp', 'role', '2012-01-19 09:42:29', 'INSERT INTO `kp`.`role` (`id
role`, `namarole`, `deskripsi`) VALUES (NULL, ''all access'', ''hak akses untuk
mendistribusikan pesan kemanapun, pengguna role ini merupakan Admin'');'),
(798, 'root', 'kp', 'sender', '2012-01-19 09:42:45', 'SELECT * FROM `sender`'),

(799, 'root', 'kp', 'tipesender', '2012-01-19 09:43:23', 'SELECT * FROM `tipesen


der`'),
(800, 'root', 'kp', 'role', '2012-01-19 09:43:36', 'SELECT * FROM `role`'),
(801, 'root', 'kp', 'sender', '2012-01-19 09:44:01', 'INSERT INTO `kp`.`sender`
(`idsender`, `idtipe`, `idrole`, `nama`, `keterangan`) VALUES (''1'', ''1'', ''2
'', ''Admin 1'', ''superadmin'');'),
(802, 'root', 'kp', 'sender', '2012-01-19 09:44:05', 'SELECT * FROM `sender`'),
(803, 'root', 'kp', 'pesan', '2012-01-19 09:44:10', 'SELECT * FROM `pesan`'),
(804, 'root', 'kp', 'pesan', '2012-01-19 09:45:33', 'INSERT INTO `kp`.`pesan` (`
idpesan`, `idsender`, `idrole`, `head`, `message`, `waktu`) VALUES (''1'', ''1''
, ''2'', ''11'', ''kenapa kenapa kenapa??'', CURRENT_TIMESTAMP);'),
(805, 'root', 'kp', 'pesan', '2012-01-19 09:45:46', 'ALTER TABLE `pesan` CHANGE
`head` `head` VARCHAR(50) NOT NULL'),
(806, 'root', 'kp', 'pesan', '2012-01-19 09:45:57', 'ALTER TABLE `pesan` CHANGE
`head` `head` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NU
LL'),
(807, 'root', 'kp', 'pesan', '2012-01-19 09:46:19', 'ALTER TABLE `pesan` CHANGE
`message` `message` LONGTEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT
NULL'),
(808, 'root', 'kp', 'pesan', '2012-01-19 09:46:24', 'SELECT * FROM `pesan`'),
(809, 'root', 'kp', 'pesan', '2012-01-19 09:47:30', 'INSERT INTO `kp`.`pesan` (`
idpesan`, `idsender`, `idrole`, `head`, `message`, `waktu`) VALUES (NULL, ''1'',
''2'', ''alamat palsu'', ''kenapa kenapa kenapa???ku harung mencari di mana??ke
kasih tercinta tak tau di mana di mana di mana di mana??'', CURRENT_TIMESTAMP);
'),
(810, 'root', 'kp', 'showtime', '2012-01-19 09:52:55', 'SELECT * FROM `showtime`
'),
(811, 'root', 'kp', 'pesan', '2012-01-19 09:53:00', 'SELECT * FROM `kp`.`pesan`
WHERE `idpesan` = 1'),
(812, 'root', 'kp', 'pesan', '2012-01-19 09:53:10', 'SELECT * FROM `pesan`'),
(813, 'root', 'kp', 'showtime', '2012-01-19 09:53:12', 'SELECT * FROM `showtime`
'),
(814, 'root', 'kp', 'showtime', '2012-01-19 09:55:42', 'INSERT INTO `kp`.`showti
me` (`idpesan`, `tgl`, `bln`, `thn`, `jam`, `mon`, `tue`, `wed`, `thu`, `fri`) V
ALUES (''2'', ''19'', ''01'', ''2012'', ''10.00'', '''', '''', '''', '''', '''')
;'),
(815, 'root', 'kp', 'showtime', '2012-01-19 09:56:06', 'SELECT * FROM `showtime`
'),
(816, 'root', 'kp', 'sender', '2012-01-19 09:57:29', 'SELECT * FROM `sender`'),
(817, 'root', 'kp', 'pesan', '2012-01-19 09:58:01', 'SELECT * FROM `pesan`'),
(818, 'root', 'kp', 'sender', '2012-01-19 09:58:11', 'SELECT * FROM `sender`'),
(819, 'root', 'kp', 'showtime', '2012-01-19 09:58:34', 'SELECT * FROM `showtime`
'),
(820, 'root', 'kp', 'tipesender', '2012-01-19 09:58:36', 'SELECT * FROM `tipesen
der`'),
(821, 'root', 'kp', 'sender', '2012-01-19 09:58:38', 'SELECT * FROM `sender`'),
(822, 'root', 'kp', 'role', '2012-01-19 09:58:39', 'SELECT * FROM `role`'),
(823, 'root', 'kp', 'pesan', '2012-01-19 09:58:40', 'SELECT * FROM `pesan`'),
(824, 'root', 'kp', 'sender', '2012-01-19 09:59:08', 'SELECT * FROM `sender`'),
(825, 'root', 'kp', 'sender', '2012-01-19 09:59:18', 'ALTER TABLE `sender` DROP
`idsender`'),
(826, 'root', 'kp', 'sender', '2012-01-19 09:59:37', 'ALTER TABLE `sender` CHANG
E `nama` `sendername` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci
NOT NULL'),
(827, 'root', 'kp', 'sender', '2012-01-19 09:59:49', 'ALTER TABLE `sender` ADD P
RIMARY KEY(`sendername`)'),
(828, 'root', 'kp', 'pesan', '2012-01-19 09:59:54', 'SELECT * FROM `pesan`'),
(829, 'root', 'kp', 'pesan', '2012-01-19 10:00:14', 'ALTER TABLE `pesan` CHANGE
`idsender` `sendername` VARCHAR(50) NOT NULL'),
(830, 'root', 'kp', 'sender', '2012-01-19 10:00:28', 'SELECT * FROM `sender`'),

(831, 'root', 'kp', 'sender', '2012-01-19 10:01:10', 'ALTER TABLE `sender` ADD
`password` VARCHAR(100) NOT NULL AFTER `sendername`'),
(832, 'root', 'kp', 'role', '2012-01-19 10:22:23', 'SELECT * FROM `role`'),
(833, 'root', 'kp', 'tipesender', '2012-01-19 10:36:46', 'SELECT * FROM `tipesen
der`'),
(834, 'root', 'kp', 'sender', '2012-01-19 10:36:54', 'SELECT * FROM `sender`'),
(835, 'root', 'kp', 'sender', '2012-01-19 10:47:16', 'SELECT * FROM `sender`'),
(836, 'root', 'kp', 'sender', '2012-01-19 10:47:23', 'SELECT * FROM `sender`'),
(837, 'root', 'kp', 'role', '2012-01-19 10:47:44', 'SELECT * FROM `role`'),
(838, 'root', 'kp', 'sender', '2012-01-19 10:48:18', 'SELECT * FROM `sender`'),
(839, 'root', 'kp', 'sender', '2012-01-19 10:49:48', 'SELECT * FROM `sender`'),
(840, 'root', 'kp', 'sender', '2012-01-19 10:49:50', 'SELECT * FROM `sender`'),
(841, 'root', 'kp', 'sender', '2012-01-19 10:49:51', 'SELECT * FROM `sender`'),
(842, 'root', 'kp', 'sender', '2012-01-19 11:12:12', 'SELECT * FROM `sender`'),
(843, 'root', 'kp', 'sender', '2012-01-19 11:12:44', 'SELECT * FROM `sender`'),
(844, 'root', 'kp', 'sender', '2012-01-19 11:12:52', 'SELECT * FROM `sender`'),
(845, 'root', 'kp', 'sender', '2012-01-19 11:15:17', 'SELECT * FROM `sender`'),
(846, 'root', 'kp', 'sender', '2012-01-19 11:16:05', 'SELECT * FROM `sender`'),
(847, 'root', 'kp', 'sender', '2012-01-19 11:16:07', 'SELECT * FROM `sender`'),
(848, 'root', 'kp', 'pesan', '2012-01-19 13:21:59', 'SELECT * FROM `pesan`'),
(849, 'root', 'kp', 'sender', '2012-01-19 13:22:06', 'SELECT * FROM `sender`'),
(850, 'root', 'kp', 'sender', '2012-01-19 13:22:18', 'SELECT * FROM `sender`'),
(851, 'root', 'kp', 'sender', '2012-01-19 13:22:25', 'SELECT * FROM `sender`'),
(852, 'root', 'kp', 'sender', '2012-01-19 13:24:12', 'SELECT * FROM `sender`'),
(853, 'root', 'kp', 'sender', '2012-01-19 13:24:16', 'SELECT * FROM `sender`'),
(854, 'root', 'kp', 'sender', '2012-01-19 13:24:39', 'SELECT * FROM `sender`'),
(855, 'root', 'kp', 'sender', '2012-01-19 13:26:29', 'SELECT * FROM `sender`'),
(856, 'root', 'kp', 'sender', '2012-01-19 13:32:20', 'SELECT * FROM `sender`'),
(857, 'root', 'kp', 'tipesender', '2012-01-19 13:34:21', 'SELECT * FROM `tipesen
der`'),
(858, 'root', 'kp', 'showtime', '2012-01-19 13:34:29', 'SELECT * FROM `showtime`
'),
(859, 'root', 'kp', 'sender', '2012-01-19 13:34:32', 'SELECT * FROM `sender`'),
(860, 'root', 'kp', 'role', '2012-01-19 13:34:33', 'SELECT * FROM `role`'),
(861, 'root', '', '', '2012-02-06 09:27:11', 'DROP DATABASE `kp`'),
(862, 'root', 'kp', '', '2012-02-06 09:28:05', 'CREATE DATABASE `kp`;'),
(863, 'root', 'kp', 'produk-proyek', '2012-02-06 09:32:57', 'SELECT * FROM `prod
uk-proyek`'),
(864, 'root', 'kp', 'bpmlist', '2012-02-06 09:34:21', 'SELECT * FROM `bpmlist`')
,
(865, 'root', 'kp', 'bpmlist', '2012-02-06 09:35:46', 'ALTER TABLE `bpmlist` AD
D `unit` VARCHAR(50) NOT NULL'),
(866, 'root', 'kp', 'produk-proyek', '2012-02-06 09:37:57', 'SELECT * FROM `prod
uk-proyek`'),
(867, 'root', 'kp', 'produk-proyek', '2012-02-06 09:40:41', 'SELECT * FROM `prod
uk-proyek`'),
(868, 'root', 'kp', 'bpmlist', '2012-02-06 09:40:44', 'SELECT * FROM `bpmlist`')
,
(869, 'root', 'kp', 'bpmlist', '2012-02-06 09:40:50', 'SELECT * FROM `bpmlist`')
,
(870, 'root', 'kp', 'bpmlist', '2012-02-06 09:42:35', 'SELECT * FROM `bpmlist` w
here no_bpm= ''15/BPM/II/2012'''),
(871, 'root', 'kp', 'user', '2012-02-07 09:08:30', 'SELECT * FROM `user`'),
(872, 'root', 'kp', 'user', '2012-02-07 09:09:27', 'SELECT username FROM user WH
ERE username LIKE ''do'''),
(873, 'root', 'kp', 'user', '2012-02-07 09:09:45', 'SELECT username FROM user WH
ERE username LIKE ''do%'''),
(874, 'root', 'kp', 'user', '2012-02-07 09:11:19', 'SELECT * FROM `user`'),
(875, 'root', 'kp', 'produk-proyek', '2012-02-07 10:30:52', 'SELECT * FROM `prod
uk-proyek` where kode_proyek= ''pro007'''),

(876, 'root', 'kp', 'produk-proyek', '2012-02-07 10:31:10', 'SELECT * FROM `prod


uk-proyek`'),
(877, 'root', 'kp', 'produk-proyek', '2012-02-07 10:31:27', 'SELECT * FROM `prod
uk-proyek` where kode_proyek= ''pro008'''),
(878, 'root', 'kp', 'produk', '2012-02-07 10:41:26', 'SELECT * FROM `produk`'),
(879, 'root', 'kp', 'satuan', '2012-02-07 10:44:23', 'SELECT * FROM `satuan`'),
(880, 'root', 'kp', 'produk-proyek', '2012-02-07 10:45:48', 'SELECT * FROM `prod
uk-proyek`'),
(881, 'root', 'kp', 'produk-proyek', '2012-02-09 11:27:01', 'SELECT * FROM `prod
uk-proyek`'),
(882, 'root', 'kp', 'produk-proyek', '2012-02-09 11:44:54', 'SELECT * FROM `prod
uk-proyek`'),
(883, 'root', 'kp', 'produk-proyek', '2012-02-09 11:45:12', 'SELECT * FROM `prod
uk-proyek`'),
(884, 'root', 'kp', 'produk-proyek', '2012-02-09 11:45:17', 'SELECT * FROM `prod
uk-proyek`'),
(885, 'root', 'kp', 'bpmlist', '2012-02-09 11:45:22', 'SELECT * FROM `bpmlist`')
,
(886, 'root', 'kp', 'produk-proyek', '2012-02-09 11:45:27', 'SELECT * FROM `prod
uk-proyek`'),
(887, 'root', 'kp', 'produk-proyek', '2012-02-09 12:32:18', 'SELECT * FROM `prod
uk-proyek`'),
(888, 'root', 'kp', 'produk-proyek', '2012-02-09 12:39:07', 'ALTER TABLE `produk
-proyek` ADD `status` VARCHAR(10) NOT NULL'),
(889, 'root', 'kp', 'produk-proyek', '2012-02-09 12:39:14', 'SELECT * FROM `prod
uk-proyek`'),
(890, 'root', 'kp', 'produk-proyek', '2012-02-09 12:39:50', 'SELECT * FROM `prod
uk-proyek`'),
(891, 'root', 'kp', 'produk-proyek', '2012-02-09 12:40:18', 'ALTER TABLE `produk
-proyek` CHANGE `status` `status` VARCHAR(10) CHARACTER SET latin1 COLLATE latin
1_swedish_ci NOT NULL DEFAULT ''baru'''),
(892, 'root', 'kp', 'produk-proyek', '2012-02-09 12:40:41', 'SELECT * FROM `prod
uk-proyek`'),
(893, 'root', 'kp', 'satuan', '2012-02-09 15:18:08', 'SELECT * FROM `satuan`'),
(894, 'root', 'kp', 'produk-proyek', '2012-02-09 15:18:26', 'SELECT * FROM `prod
uk-proyek`'),
(895, 'root', 'kp', 'produk-proyek', '2012-02-09 15:18:58', 'SELECT * FROM `prod
uk-proyek`');
INSERT INTO `pma_history` (`id`, `username`, `db`, `table`, `timevalue`, `sqlque
ry`) VALUES
(896, 'root', 'kp', 'produk-proyek', '2012-02-09 15:19:02', 'SELECT * FROM `prod
uk-proyek`'),
(897, 'root', 'kp', 'produk', '2012-02-09 15:19:15', 'SELECT * FROM `produk`'),
(898, 'root', 'kp', 'produk', '2012-02-09 15:19:17', 'SELECT * FROM `produk`'),
(899, 'root', 'kp', 'pesan', '2012-02-09 15:19:20', 'SELECT * FROM `pesan`'),
(900, 'root', 'kp', 'produk-proyek', '2012-02-09 15:19:38', 'SELECT * FROM `prod
uk-proyek`'),
(901, 'root', 'kp', 'bpm', '2012-02-09 15:29:41', 'SELECT * FROM `bpm`'),
(902, 'root', 'kp', 'bpm', '2012-02-09 15:29:46', 'SELECT * FROM `bpm`'),
(903, 'root', 'kp', 'produk-proyek', '2012-02-09 15:29:53', 'SELECT * FROM `prod
uk-proyek`'),
(904, 'root', 'kp', 'bpmlist', '2012-02-09 15:29:55', 'SELECT * FROM `bpmlist`')
,
(905, 'root', 'kp', 'bpmlist', '2012-02-09 15:29:59', 'SELECT * FROM `bpmlist`')
,
(906, 'root', 'kp', 'bpmlist', '2012-02-09 15:30:02', 'SELECT * FROM `bpmlist`')
,
(907, 'root', 'kp', 'bpmlist', '2012-02-09 15:30:04', 'SELECT * FROM `bpmlist`')
,
(908, 'root', 'kp', 'bpmlist', '2012-02-09 15:30:14', 'SELECT * FROM `bpmlist`')

,
(909, 'root', 'kp', 'bpm', '2012-02-09 15:30:17', 'SELECT * FROM `bpm`'),
(910, 'root', 'kp', 'bpm', '2012-02-09 15:30:23', 'SELECT * FROM `bpm`'),
(911, 'root', 'kp', 'bpm', '2012-02-09 15:30:40', 'SELECT * FROM `bpm`'),
(912, 'root', 'kp', 'produk-proyek', '2012-02-09 15:34:39', 'SELECT * FROM `prod
uk-proyek` where kode_proyek= ''pro008'''),
(913, 'root', 'kp', 'bpmlist', '2012-02-09 15:57:53', 'SELECT * FROM `bpmlist`')
,
(914, 'root', 'kp', 'produk-proyek', '2012-02-09 16:06:41', 'SELECT * FROM `prod
uk-proyek`'),
(915, 'root', 'kp', 'produk-proyek', '2012-02-09 16:06:44', 'SELECT * FROM `prod
uk-proyek`'),
(916, 'root', 'kp', 'produk-proyek', '2012-02-09 16:06:50', 'SELECT * FROM `prod
uk-proyek`'),
(917, 'root', 'kp', 'produk-proyek', '2012-02-09 16:06:58', 'SELECT * FROM `prod
uk-proyek`'),
(918, 'root', 'kp', 'produk-proyek', '2012-02-09 16:27:09', 'SELECT * FROM `prod
uk-proyek`'),
(919, 'root', 'kp', 'produk-proyek', '2012-02-09 16:27:19', 'SELECT * FROM `prod
uk-proyek`'),
(920, 'root', 'kp', 'bpmlist', '2012-02-09 16:27:43', 'SELECT * FROM `bpmlist`')
,
(921, 'root', 'kp', 'bpmlist', '2012-02-09 16:27:49', 'SELECT * FROM `bpmlist`')
,
(922, 'root', 'kp', 'bpm', '2012-02-09 16:28:34', 'SELECT * FROM `bpm`'),
(923, 'root', 'kp', 'bpm', '2012-02-09 16:28:42', 'SELECT * FROM `bpm`'),
(924, 'root', 'kp', 'bpmlist', '2012-02-09 16:28:59', 'SELECT * FROM `bpmlist`')
,
(925, 'root', 'kp', 'bpm', '2012-02-23 12:51:03', 'SELECT * FROM `bpm`'),
(926, 'root', 'kp', 'proyek', '2012-02-23 21:19:57', 'SELECT * FROM `proyek`'),
(927, 'root', 'kp', 'produk-proyek', '2012-02-23 23:10:49', 'SELECT * FROM `prod
uk-proyek`'),
(928, 'root', 'kp', 'produk-proyek', '2012-02-23 23:10:58', 'SELECT * FROM `prod
uk-proyek`'),
(929, 'root', 'kp', 'produk-proyek', '2012-02-23 23:11:19', 'SELECT * FROM `prod
uk-proyek`'),
(930, 'root', 'kp', 'produk-proyek', '2012-02-23 23:11:23', 'SELECT * FROM `prod
uk-proyek`'),
(931, 'root', 'kp', 'produk-proyek', '2012-02-23 23:11:27', 'SELECT * FROM `prod
uk-proyek`'),
(932, 'root', 'kp', 'produk-proyek', '2012-02-23 23:11:31', 'SELECT * FROM `prod
uk-proyek`'),
(933, 'root', 'kp', 'produk-proyek', '2012-02-23 23:20:43', 'SELECT * FROM `prod
uk-proyek`'),
(934, 'root', 'kp', 'produk-proyek', '2012-02-23 23:20:46', 'SELECT * FROM `prod
uk-proyek`'),
(935, 'root', 'kp', 'produk-proyek', '2012-02-23 23:22:30', 'SELECT * FROM `prod
uk-proyek`'),
(936, 'root', 'kp', 'produk-proyek', '2012-02-23 23:22:36', 'SELECT * FROM `prod
uk-proyek`'),
(937, 'root', 'kp', 'produk-proyek', '2012-02-25 17:59:18', 'SELECT * FROM `prod
uk-proyek`'),
(938, 'root', 'kp', 'produk-proyek', '2012-02-25 17:59:20', 'SELECT * FROM `prod
uk-proyek`'),
(939, 'root', 'kp', 'produk-proyek', '2012-02-25 17:59:26', 'SELECT * FROM `prod
uk-proyek`'),
(940, 'root', 'kp', 'bpm', '2012-02-25 23:30:11', 'SELECT * FROM `bpm`'),
(941, 'root', 'kp', 'bpm', '2012-02-25 23:30:17', 'SELECT * FROM `bpm`'),
(942, 'root', 'kp', 'produk-proyek', '2012-02-26 00:15:40', 'SELECT * FROM `prod
uk-proyek` where kode_proyek= ''pro008'''),

(943, 'root', 'kp', 'produk-proyek', '2012-02-26 00:16:15', 'SELECT * FROM `prod


uk-proyek` where kode_proyek= ''pro008'' and kode_produk= ''000006'''),
(944, 'root', 'kp', 'produk', '2012-02-26 00:24:24', 'SELECT * FROM `produk`'),
(945, 'root', 'kp', 'pesan', '2012-02-26 02:45:13', 'SELECT * FROM `pesan`'),
(946, 'root', 'kp', 'pesan', '2012-02-26 04:33:56', 'SELECT * FROM `pesan`'),
(947, 'root', 'kp', 'typeuser', '2012-02-26 04:34:20', 'SELECT * FROM `typeuser`
'),
(948, 'root', 'kp', 'pesan', '2012-02-26 04:34:23', 'SELECT * FROM `pesan`'),
(949, 'root', 'kp', 'satuan', '2012-02-29 08:19:11', 'SELECT * FROM `satuan`'),
(950, 'root', 'kp', 'proyek', '2012-02-29 08:19:21', 'SELECT * FROM `proyek`'),
(951, 'root', 'kp', 'produk', '2012-02-29 08:19:27', 'SELECT * FROM `produk`'),
(952, 'root', 'alertSystem', '', '2012-03-03 21:58:23', 'CREATE DATABASE `alertS
ystem`;'),
(953, 'root', 'alertSystem', 'tipesender', '2012-03-03 22:00:05', 'SELECT * FROM
`tipesender`'),
(954, 'root', 'alertSystem', 'role', '2012-03-03 22:02:55', 'SELECT * FROM `role
`'),
(955, 'root', 'alertSystem', 'pesan', '2012-03-03 22:03:01', 'SELECT * FROM `pes
an`'),
(956, 'root', 'alertSystem', 'pesan', '2012-03-03 22:03:04', 'SELECT * FROM `pes
an`'),
(957, 'root', 'alertSystem', 'pesan', '2012-03-03 22:03:13', 'SELECT * FROM `pes
an`'),
(958, 'root', 'alertSystem', 'sender', '2012-03-03 22:03:19', 'SELECT * FROM `se
nder`'),
(959, 'root', 'alertSystem', 'sender', '2012-03-03 22:14:04', 'ALTER TABLE `send
er` CHANGE `idtipe` `idtipe` INT(5) NOT NULL, CHANGE `idrole` `idrole` INT(5) NO
T NULL, CHANGE `sendername` `username` VARCHAR(50) CHARACTER SET latin1 COLLATE
latin1_swedish_ci NOT NULL, CHANGE `password` `nama` VARCHAR(100) CHARACTER SET
latin1 COLLATE latin1_swedish_ci NOT NULL, CHANGE `keterangan` `password` VARCHA
R(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL'),
(960, 'root', 'alertSystem', 'sender', '2012-03-03 22:14:08', 'SELECT * FROM `se
nder`'),
(961, 'root', 'alertSystem', 'sender', '2012-03-03 22:14:20', 'SELECT * FROM `se
nder`'),
(962, 'root', 'alertSystem', 'tipesender', '2012-03-03 22:14:25', 'SELECT * FROM
`tipesender`'),
(963, 'root', 'alertSystem', 'role', '2012-03-03 22:14:29', 'SELECT * FROM `role
`'),
(964, 'root', 'alertSystem', 'role', '2012-03-03 22:14:41', 'SELECT * FROM `role
`'),
(965, 'root', 'alertSystem', 'role', '2012-03-03 22:14:44', 'SELECT * FROM `role
`'),
(966, 'root', 'alertSystem', 'tipesender', '2012-03-03 22:15:04', 'SELECT * FROM
`tipesender`'),
(967, 'root', 'alertSystem', 'showtime', '2012-03-03 22:15:06', 'SELECT * FROM `
showtime`'),
(968, 'root', 'alertSystem', 'sender', '2012-03-03 22:15:08', 'SELECT * FROM `se
nder`'),
(969, 'root', 'alertSystem', 'role', '2012-03-03 22:15:12', 'SELECT * FROM `role
`'),
(970, 'root', 'alertSystem', 'role', '2012-03-03 22:15:20', 'SELECT * FROM `role
`'),
(971, 'root', 'alertSystem', 'role', '2012-03-03 22:15:25', 'SELECT * FROM `role
`'),
(972, 'root', 'alertSystem', 'sender', '2012-03-03 22:15:37', 'SELECT * FROM `se
nder`'),
(973, 'root', 'alertSystem', 'role', '2012-03-03 22:16:29', 'SELECT * FROM `role
`'),
(974, 'root', 'alertSystem', 'role', '2012-03-03 22:18:12', 'INSERT INTO `alertS

ystem`.`role` (`idrole`, `namarole`, `deskripsi`) VALUES (''1'', ''administrator


'', ''super user yang mengatur sistem'');'),
(975, 'root', 'alertSystem', 'role', '2012-03-03 22:19:20', 'INSERT INTO `alertS
ystem`.`role` (`idrole`, `namarole`, `deskripsi`) VALUES (NULL, ''MSO'', ''divis
i managemen system informasi'');'),
(976, 'root', 'alertSystem', 'sender', '2012-03-03 22:19:23', 'SELECT * FROM `se
nder`'),
(977, 'root', 'alertsystem', 'role', '2012-03-03 22:20:05', 'SELECT * FROM `role
`'),
(978, 'root', 'alertsystem', 'tipesender', '2012-03-03 22:20:12', 'SELECT * FROM
`tipesender`'),
(979, 'root', 'alertsystem', 'role', '2012-03-03 22:20:14', 'SELECT * FROM `role
`'),
(980, 'root', 'alertsystem', 'role', '2012-03-03 22:20:18', 'SELECT * FROM `role
`'),
(981, 'root', 'alertsystem', 'role', '2012-03-03 22:21:27', 'SELECT * FROM `role
`'),
(982, 'root', 'alertsystem', 'role', '2012-03-03 22:21:37', 'SELECT * FROM `role
`'),
(983, 'root', 'alertsystem', 'role', '2012-03-03 22:21:43', 'SELECT * FROM `role
`'),
(984, 'root', 'alertSystem', 'sender', '2012-03-03 22:22:03', 'SELECT * FROM `se
nder`'),
(985, 'root', 'alertSystem', 'sender', '2012-03-03 22:22:36', 'INSERT INTO `aler
tSystem`.`sender` (`idtipe`, `idrole`, `username`, `nama`, `password`) VALUES ('
'1'', ''1'', ''admin'', ''admin'', ''123'');'),
(986, 'root', 'alertSystem', 'tipesender', '2012-03-03 22:22:52', 'SELECT * FROM
`tipesender`'),
(987, 'root', 'alertSystem', 'showtime', '2012-03-03 22:22:54', 'SELECT * FROM `
showtime`'),
(988, 'root', 'alertSystem', 'sender', '2012-03-03 22:22:55', 'SELECT * FROM `se
nder`'),
(989, 'root', 'alertSystem', 'showtime', '2012-03-03 22:22:57', 'SELECT * FROM `
showtime`'),
(990, 'root', 'alertSystem', 'showtime', '2012-03-03 22:22:58', 'SELECT * FROM `
showtime`'),
(991, 'root', 'alertSystem', 'sender', '2012-03-03 22:23:00', 'SELECT * FROM `se
nder`'),
(992, 'root', 'alertSystem', 'role', '2012-03-03 22:23:04', 'SELECT * FROM `role
`'),
(993, 'root', 'alertSystem', 'sender', '2012-03-03 22:23:06', 'SELECT * FROM `se
nder`'),
(994, 'root', 'alertSystem', 'sender', '2012-03-03 22:23:12', 'SELECT * FROM `se
nder`'),
(995, 'root', 'alertSystem', 'sender', '2012-03-03 22:23:48', 'INSERT INTO `aler
tSystem`.`sender` (`idtipe`, `idrole`, `username`, `nama`, `password`) VALUES ('
'2'', ''2'', ''mso'', ''mso'', ''123'');'),
(996, 'root', 'alertSystem', 'sender', '2012-03-03 22:23:50', 'SELECT * FROM `se
nder`'),
(997, 'root', 'alertSystem', 'pesan', '2012-03-03 22:24:02', 'SELECT * FROM `pes
an`'),
(998, 'root', 'alertSystem', 'showtime', '2012-03-03 22:24:06', 'SELECT * FROM `
showtime`'),
(999, 'root', 'alertSystem', 'showtime', '2012-03-03 22:24:15', 'SELECT * FROM `
showtime`'),
(1000, 'root', 'alertSystem', 'showtime', '2012-03-03 22:24:17', 'SELECT * FROM
`showtime`'),
(1001, 'root', 'alertSystem', 'showtime', '2012-03-03 22:24:21', 'SELECT * FROM
`showtime`'),
(1002, 'root', 'alertSystem', 'showtime', '2012-03-03 22:24:23', 'SELECT * FROM

`showtime`'),
(1003, 'root', 'alertSystem', 'showtime', '2012-03-03 22:25:12', 'SELECT * FROM
`showtime`'),
(1004, 'root', 'alertSystem', 'sender', '2012-03-03 22:25:15', 'SELECT * FROM `s
ender`'),
(1005, 'root', 'alertSystem', 'pesan', '2012-03-03 22:25:16', 'SELECT * FROM `pe
san`'),
(1006, 'root', 'alertSystem', 'pesan', '2012-03-03 22:25:21', 'SELECT * FROM `pe
san`'),
(1007, 'root', 'alertSystem', 'pesan', '2012-03-03 22:25:25', 'SELECT * FROM `pe
san`'),
(1008, 'root', 'alertSystem', 'pesan', '2012-03-03 22:25:29', 'SELECT * FROM `pe
san`'),
(1009, 'root', 'alertsystem', 'sender', '2012-03-03 22:26:14', 'SELECT * FROM `s
ender`'),
(1010, 'root', 'alertSystem', 'pesan', '2012-03-03 22:30:25', 'ALTER TABLE `pesa
n` CHANGE `idpesan` `idpesan` INT(5) NOT NULL AUTO_INCREMENT, CHANGE `sendername
` `sender` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
CHANGE `idrole` `role` INT(5) NOT NULL, CHANGE `head` `head` VARCHAR(100) CHARAC
TER SET latin1 COLLATE latin1_swedish_ci NOT NULL, CHANGE `message` `body` LONGT
EXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, CHANGE `waktu` `sho
wtype` VARCHAR(50) NOT NULL'),
(1011, 'root', 'alertSystem', 'showtype', '2012-03-03 22:33:16', 'ALTER TABLE `s
howtype` DROP PRIMARY KEY, ADD PRIMARY KEY(`idshowtype`)'),
(1012, 'root', 'alertSystem', 'showtype', '2012-03-03 22:34:12', 'INSERT INTO `a
lertSystem`.`showtype` (`idshowtype`, `table-data`) VALUES (NULL, ''show_repeat'
'), (NULL, ''show_once'');'),
(1013, 'root', 'alertSystem', 'showtype', '2012-03-03 22:34:17', 'SELECT * FROM
`showtype`'),
(1014, 'root', 'alertSystem', 'pesan', '2012-03-03 22:34:24', 'SELECT * FROM `pe
san`'),
(1015, 'root', 'alertSystem', 'showtype', '2012-03-03 22:36:51', 'SELECT * FROM
`showtype`'),
(1016, 'root', 'alertSystem', 'pesan', '2012-03-03 22:38:39', 'SELECT * FROM `pe
san`'),
(1017, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:42:23', 'CREATE TABL
E `alertsystem`.`show_repeat` (`idpesan` INT NOT NULL, `startdate` INT NOT NULL,
`enddate` INT NOT NULL, `time` INT NOT NULL, `senin` BOOL NOT NULL DEFAULT NULL
, `selasa` BOOL NOT NULL DEFAULT NULL, `rabu` BOOL NOT NULL DEFAULT NULL, `kamis
` BOOL NOT NULL DEFAULT NULL, `jumat` BOOL NOT NULL DEFAULT NULL, `sabtu` BOOL N
OT NULL DEFAULT NULL, `minggu` BOOL NOT NULL DEFAULT NULL) ENGINE = MyISAM'),
(1018, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:43:02', 'CREATE TABL
E `alertsystem`.`show_repeat` (`idpesan` INT NOT NULL, `startdate` INT NOT NULL,
`enddate` INT NOT NULL, `time` INT NOT NULL, `senin` BOOL NOT NULL DEFAULT ''fa
lse'', `selasa` BOOL NOT NULL DEFAULT NULL, `rabu` BOOL NOT NULL DEFAULT NULL, `
kamis` BOOL NOT NULL DEFAULT NULL, `jumat` BOOL NOT NULL DEFAULT NULL, `sabtu` B
OOL NOT NULL DEFAULT NULL, `minggu` BOOL NOT NULL DEFAULT NULL) ENGINE = MyISAM'
),
(1019, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:44:25', 'ALTER TABLE
`show_repeat` ADD PRIMARY KEY(`idpesan`)'),
(1020, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:46:35', 'SELECT * FR
OM `show_repeat`'),
(1021, 'root', 'alertsystem', 'tipesender', '2012-03-03 22:46:37', 'SELECT * FRO
M `tipesender`'),
(1022, 'root', 'alertsystem', 'showtype', '2012-03-03 22:46:38', 'SELECT * FROM
`showtype`'),
(1023, 'root', 'alertsystem', 'show_once', '2012-03-03 22:48:14', 'ALTER TABLE `
show_once` ADD PRIMARY KEY(`idpesan`)'),
(1024, 'root', 'alertsystem', 'showtype', '2012-03-03 22:48:59', 'SELECT * FROM
`showtype`'),

(1025, 'root', 'alertsystem', 'show_once', '2012-03-03 22:49:06', 'SELECT * FROM


`show_once`'),
(1026, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:49:08', 'SELECT * FR
OM `show_repeat`'),
(1027, 'root', 'alertsystem', 'pesan', '2012-03-03 22:49:46', 'SELECT * FROM `pe
san`'),
(1028, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:50:33', 'ALTER TABLE
`show_repeat` CHANGE `idpesan` `idpesan` INT(5) NOT NULL, CHANGE `startdate` `s
tartdate` INT(20) NOT NULL, CHANGE `enddate` `enddate` INT(20) NOT NULL, CHANGE
`time` `time` INT(20) NOT NULL'),
(1029, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:50:58', 'ALTER TABLE
`show_repeat` CHANGE `idpesan` `idpesan` INT(5) NOT NULL, CHANGE `startdate` `s
tartdate` VARCHAR(20) NOT NULL, CHANGE `enddate` `enddate` VARCHAR(20) NOT NULL,
CHANGE `time` `time` VARCHAR(20) NOT NULL'),
(1030, 'root', 'alertsystem', 'pesan', '2012-03-03 22:51:07', 'SELECT * FROM `pe
san`'),
(1031, 'root', 'alertsystem', 'role', '2012-03-03 22:51:09', 'SELECT * FROM `rol
e`'),
(1032, 'root', 'alertsystem', 'sender', '2012-03-03 22:51:15', 'SELECT * FROM `s
ender`'),
(1033, 'root', 'alertsystem', 'showtime', '2012-03-03 22:51:19', 'SELECT * FROM
`showtime`'),
(1034, 'root', 'alertsystem', '', '2012-03-03 22:51:46', 'DROP TABLE `showtime`'
),
(1035, 'root', 'alertsystem', 'showtype', '2012-03-03 22:51:48', 'SELECT * FROM
`showtype`'),
(1036, 'root', 'alertsystem', 'show_once', '2012-03-03 22:51:51', 'SELECT * FROM
`show_once`'),
(1037, 'root', 'alertsystem', 'show_once', '2012-03-03 22:52:35', 'ALTER TABLE `
show_once` CHANGE `idpesan` `idpesan` INT(5) NOT NULL, CHANGE `showdate` `showda
te` VARCHAR(20) NOT NULL, CHANGE `time` `time` VARCHAR(20) NOT NULL'),
(1038, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:52:43', 'SELECT * FR
OM `show_repeat`'),
(1039, 'root', 'alertsystem', 'show_once', '2012-03-03 22:52:47', 'SELECT * FROM
`show_once`'),
(1040, 'root', 'alertsystem', 'show_repeat', '2012-03-03 22:52:50', 'SELECT * FR
OM `show_repeat`'),
(1041, 'root', 'alertsystem', 'show_once', '2012-03-03 22:52:54', 'SELECT * FROM
`show_once`'),
(1042, 'root', 'alertsystem', 'sender', '2012-03-04 00:08:11', 'SELECT * FROM `s
ender`'),
(1043, 'root', 'alertsystem', 'tipesender', '2012-03-04 00:23:23', 'SELECT * FRO
M `tipesender`'),
(1044, 'root', 'alertsystem', 'sender', '2012-03-04 00:52:05', 'SELECT * FROM `s
ender`'),
(1045, 'root', 'alertsystem', 'tipesender', '2012-03-04 00:53:33', 'SELECT * FRO
M `tipesender`'),
(1046, 'root', 'alertsystem', 'role', '2012-03-05 10:10:01', 'SELECT * FROM `rol
e`'),
(1047, 'root', 'alertsystem', 'sender', '2012-03-05 10:21:07', 'SELECT * FROM `s
ender`'),
(1048, 'root', 'alertsystem', 'role', '2012-03-05 10:28:28', 'SELECT * FROM `rol
e`'),
(1049, 'root', 'alertsystem', 'role', '2012-03-05 11:26:32', 'INSERT INTO `alert
system`.`role` (`idrole`, `namarole`, `deskripsi`) VALUES (NULL, ''DIKLAT'', '''
');'),
(1050, 'root', 'alertsystem', 'sender', '2012-03-05 13:59:26', 'SELECT * FROM `s
ender`'),
(1051, 'root', 'alertsystem', 'pesan', '2012-03-06 11:22:52', 'SELECT * FROM `pe
san`'),

(1052, 'root', 'alertsystem', 'showtype', '2012-03-06 11:24:02', 'SELECT * FROM


`showtype`'),
(1053, 'root', 'alertsystem', 'show_repeat', '2012-03-06 11:24:11', 'SELECT * FR
OM `show_repeat`'),
(1054, 'root', 'alertsystem', 'show_once', '2012-03-06 11:24:11', 'SELECT * FROM
`show_once`'),
(1055, 'root', 'alertsystem', 'tipesender', '2012-03-06 15:51:16', 'SELECT * FRO
M `tipesender`'),
(1056, 'root', 'alertsystem', 'role', '2012-03-06 18:58:12', 'SELECT * FROM `rol
e`'),
(1057, 'root', 'alertsystem', 'pesan', '2012-03-06 19:17:38', 'SELECT * FROM `pe
san`'),
(1058, 'root', 'alertsystem', 'pesan', '2012-03-06 19:17:39', 'SELECT * FROM `pe
san`'),
(1059, 'root', 'alertsystem', 'show_once', '2012-03-06 19:18:36', 'SELECT * FROM
`show_once`'),
(1060, 'root', 'alertsystem', 'sender', '2012-03-06 22:25:12', 'SELECT * FROM `s
ender`'),
(1061, 'root', 'alertsystem', 'pesan', '2012-03-06 23:26:16', 'SELECT * FROM `pe
san`'),
(1062, 'root', 'alertsystem', 'pesan', '2012-03-06 23:33:27', 'select * from pes
an order by idpesan DESC'),
(1063, 'root', 'alertsystem', 'pesan', '2012-03-06 23:50:21', 'SELECT * FROM `pe
san`'),
(1064, 'root', 'alertsystem', 'pesan', '2012-03-06 23:50:49', 'INSERT INTO `aler
tsystem`.`pesan` (`idpesan`, `sender`, `role`, `head`, `body`, `showtype`) VALUE
S (''1'', ''admin'', ''4'', ''tes'', ''boong'', ''1'');'),
(1065, 'root', 'alertsystem', 'show_repeat', '2012-03-06 23:55:33', 'SELECT * FR
OM `show_repeat`'),
(1066, 'root', 'alertsystem', 'show_repeat', '2012-03-06 23:57:19', 'ALTER TABLE
`show_repeat` CHANGE `startdate` `tglA` INT(2) NOT NULL, CHANGE `enddate` `blnA
` INT(2) NOT NULL'),
(1067, 'root', 'alertsystem', 'show_repeat', '2012-03-06 23:59:03', 'ALTER TABLE
`show_repeat` ADD `thnA` INT(4) NOT NULL AFTER `blnA`, ADD `tglB` INT(2) NOT
NULL DEFAULT '''' AFTER `thnA`, ADD `blnB` INT(2) NOT NULL DEFAULT '''' AFTER `
tglB`, ADD `thnB` INT(4) NOT NULL DEFAULT '''' AFTER `blnB`'),
(1068, 'root', 'alertsystem', 'show_repeat', '2012-03-06 23:59:25', 'ALTER TABLE
`show_repeat` ADD `thnA` INT(4) NOT NULL AFTER `blnA`, ADD `tglB` INT(2) NOT
NULL AFTER `thnA`, ADD `blnB` INT(2) NOT NULL AFTER `tglB`, ADD `thnB` INT(4)
NOT NULL AFTER `blnB`'),
(1069, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:00:04', 'INSERT INTO
`alertsystem`.`show_repeat` (`idpesan`, `tglA`, `blnA`, `thnA`, `tglB`, `blnB`,
`thnB`, `time`, `senin`, `selasa`, `rabu`, `kamis`, `jumat`, `sabtu`, `minggu`)
VALUES (''1'', ''1'', ''12'', ''2012'', ''2'', ''12'', ''2012'', ''12:00'', ''o
n'', ''on'', '''', '''', '''', '''', '''');'),
(1070, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:05:42', 'INSERT INTO
`alertsystem`.`show_repeat` (`idpesan`, `tglA`, `blnA`, `thnA`, `tglB`, `blnB`,
`thnB`, `time`, `senin`, `selasa`, `rabu`, `kamis`, `jumat`, `sabtu`, `minggu`)
VALUES (''1'', ''1'', ''12'', ''2012'', ''2'', ''12'', ''2012'', ''12:00'', ''1
'', ''1'', ''0'', ''1'', '''', '''', '''');'),
(1071, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:05:56', 'SELECT * FR
OM `show_repeat`'),
(1072, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:06:09', 'SELECT * FR
OM `show_repeat`'),
(1073, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:06:52', 'INSERT INTO
`alertsystem`.`show_repeat` (`idpesan`, `tglA`, `blnA`, `thnA`, `tglB`, `blnB`,
`thnB`, `time`, `senin`, `selasa`, `rabu`, `kamis`, `jumat`, `sabtu`, `minggu`)
VALUES (''1'', ''12'', ''12'', ''2012'', ''13'', ''12'', ''2012'', ''12:00'', '
'1'', ''1'', ''0'', ''1'', '''', '''', '''');'),
(1074, 'root', 'alertsystem', 'show_once', '2012-03-07 00:21:40', 'SELECT * FROM

`show_once`'),
(1075, 'root', 'alertsystem', 'show_once', '2012-03-07 00:22:19', 'ALTER TABLE `
show_once` CHANGE `showdate` `tglA` INT(2) NOT NULL'),
(1076, 'root', 'alertsystem', 'show_once', '2012-03-07 00:22:38', 'ALTER TABLE `
show_once` ADD `blnA` INT(2) NOT NULL AFTER `tglA`, ADD `thnA` INT(4) NOT NULL
AFTER `blnA`'),
(1077, 'root', 'alertsystem', 'show_once', '2012-03-07 00:23:02', 'INSERT INTO `
alertsystem`.`show_once` (`idpesan`, `tglA`, `blnA`, `thnA`, `time`) VALUES (''1
'', ''12'', ''12'', ''2012'', ''12:00'');'),
(1078, 'root', 'alertsystem', 'sender', '2012-03-07 00:29:26', 'SELECT * FROM `s
ender`'),
(1079, 'root', 'alertsystem', 'pesan', '2012-03-07 00:29:29', 'SELECT * FROM `pe
san`'),
(1080, 'root', 'alertsystem', 'show_once', '2012-03-07 00:29:55', 'SELECT * FROM
`show_once`'),
(1081, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:30:03', 'SELECT * FR
OM `show_repeat`'),
(1082, 'root', 'alertsystem', 'show_once', '2012-03-07 00:30:05', 'SELECT * FROM
`show_once`'),
(1083, 'root', 'alertsystem', 'pesan', '2012-03-07 00:32:14', 'SELECT * FROM `pe
san`'),
(1084, 'root', 'alertsystem', 'pesan', '2012-03-07 00:36:06', 'SELECT * FROM `pe
san`'),
(1085, 'root', 'alertsystem', 'show_once', '2012-03-07 00:36:20', 'SELECT * FROM
`show_once`'),
(1086, 'root', 'alertsystem', 'pesan', '2012-03-07 00:36:27', 'SELECT * FROM `pe
san`'),
(1087, 'root', 'alertsystem', 'sender', '2012-03-07 00:36:34', 'SELECT * FROM `s
ender`'),
(1088, 'root', 'alertsystem', 'show_once', '2012-03-07 00:36:36', 'SELECT * FROM
`show_once`'),
(1089, 'root', 'alertsystem', 'pesan', '2012-03-07 00:36:47', 'SELECT * FROM `pe
san`'),
(1090, 'root', 'alertsystem', 'show_repeat', '2012-03-07 00:37:14', 'SELECT * FR
OM `show_repeat`'),
(1091, 'root', 'alertsystem', 'sender', '2012-03-07 00:37:23', 'SELECT * FROM `s
ender`'),
(1092, 'root', 'alertsystem', 'showtype', '2012-03-07 00:37:27', 'SELECT * FROM
`showtype`'),
(1093, 'root', 'alertsystem', 'sender', '2012-03-07 00:37:51', 'SELECT * FROM `s
ender`'),
(1094, 'root', 'alertsystem', 'role', '2012-03-07 00:37:53', 'SELECT * FROM `rol
e`'),
(1095, 'root', 'alertsystem', 'sender', '2012-03-07 00:37:56', 'SELECT * FROM `s
ender`'),
(1096, 'root', 'alertsystem', 'pesan', '2012-03-07 00:37:58', 'SELECT * FROM `pe
san`'),
(1097, 'root', 'alertsystem', 'pesan', '2012-03-07 00:39:34', 'SELECT * FROM `pe
san`'),
(1098, 'root', 'alertsystem', 'pesan', '2012-03-07 00:41:34', 'SELECT * FROM `pe
san`'),
(1099, 'root', 'alertsystem', 'pesan', '2012-03-07 00:42:00', 'SELECT * FROM `pe
san`'),
(1100, 'root', 'alertsystem', 'sender', '2012-03-07 01:03:56', 'SELECT * FROM `s
ender`'),
(1101, 'root', 'alertsystem', 'role', '2012-03-07 01:04:27', 'SELECT * FROM `rol
e`'),
(1102, 'root', 'alertsystem', 'pesan', '2012-03-07 01:07:15', 'SELECT * FROM `pe
san`'),
(1103, 'root', 'alertsystem', 'role', '2012-03-07 01:07:42', 'SELECT * FROM `rol

e`'),
(1104, 'root', 'alertsystem',
M `tipesender`'),
(1105, 'root', 'alertsystem',
OM `show_repeat`'),
(1106, 'root', 'alertsystem',
`show_once`'),
(1107, 'root', 'alertsystem',
ender`'),
(1108, 'root', 'alertsystem',
san`'),
(1109, 'root', 'alertsystem',
san`'),
(1110, 'root', 'alertsystem',
san`'),
(1111, 'root', 'alertsystem',
`show_once`'),
(1112, 'root', 'alertsystem',
OM `show_repeat`'),
(1113, 'root', 'alertsystem',
san`'),
(1114, 'root', 'alertsystem',
san`'),
(1115, 'root', 'alertsystem',
san`'),
(1116, 'root', 'alertsystem',
san`'),
(1117, 'root', 'alertsystem',
san`'),
(1118, 'root', 'alertsystem',
san`'),
(1119, 'root', 'alertsystem',
`show_once`'),
(1120, 'root', 'alertsystem',
`show_once`'),
(1121, 'root', 'alertsystem',
`show_once`'),
(1122, 'root', 'alertsystem',
`show_once`'),
(1123, 'root', 'alertsystem',
`show_once`'),
(1124, 'root', 'alertsystem',
OM `show_repeat`'),
(1125, 'root', 'alertsystem',
OM `show_repeat`'),
(1126, 'root', 'alertsystem',
OM `show_repeat`'),
(1127, 'root', 'alertsystem',
M `tipesender`'),
(1128, 'root', 'alertsystem',
`showtype`'),
(1129, 'root', 'alertsystem',
ender`'),
(1130, 'root', 'alertsystem',
e`'),
(1131, 'root', 'alertsystem',
san`'),
(1132, 'root', 'alertsystem',
san`'),
(1133, 'root', 'alertsystem',

'tipesender', '2012-03-07 01:07:48', 'SELECT * FRO


'show_repeat', '2012-03-07 01:07:49', 'SELECT * FR
'show_once', '2012-03-07 01:07:53', 'SELECT * FROM
'sender', '2012-03-07 01:10:44', 'SELECT * FROM `s
'pesan', '2012-03-07 01:10:49', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:16:55', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:19:29', 'SELECT * FROM `pe
'show_once', '2012-03-07 01:19:35', 'SELECT * FROM
'show_repeat', '2012-03-07 01:26:02', 'SELECT * FR
'pesan', '2012-03-07 01:26:08', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:27:46', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:30:16', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:41:33', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:41:52', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:41:55', 'SELECT * FROM `pe
'show_once', '2012-03-07 01:42:41', 'SELECT * FROM
'show_once', '2012-03-07 01:42:47', 'SELECT * FROM
'show_once', '2012-03-07 01:42:52', 'SELECT * FROM
'show_once', '2012-03-07 01:42:59', 'SELECT * FROM
'show_once', '2012-03-07 01:43:01', 'SELECT * FROM
'show_repeat', '2012-03-07 01:43:04', 'SELECT * FR
'show_repeat', '2012-03-07 01:43:09', 'SELECT * FR
'show_repeat', '2012-03-07 01:43:11', 'SELECT * FR
'tipesender', '2012-03-07 01:43:12', 'SELECT * FRO
'showtype', '2012-03-07 01:43:14', 'SELECT * FROM
'sender', '2012-03-07 01:43:17', 'SELECT * FROM `s
'role', '2012-03-07 01:43:18', 'SELECT * FROM `rol
'pesan', '2012-03-07 01:43:19', 'SELECT * FROM `pe
'pesan', '2012-03-07 01:43:48', 'SELECT * FROM `pe
'show_once', '2012-03-07 01:43:59', 'SELECT * FROM

`show_once`'),
(1134, 'root', 'alertsystem',
OM `show_repeat`'),
(1135, 'root', 'alertsystem',
`show_once`'),
(1136, 'root', 'alertsystem',
`show_once`'),
(1137, 'root', 'alertsystem',
san`'),
(1138, 'root', 'alertsystem',
M `tipesender`'),
(1139, 'root', 'alertsystem',
san`'),
(1140, 'root', 'alertsystem',
san`'),
(1141, 'root', 'alertsystem',
san`'),
(1142, 'root', 'alertsystem',
san`'),
(1143, 'root', 'alertsystem',
`show_once`'),
(1144, 'root', 'alertsystem',
san`'),
(1145, 'root', 'alertsystem',
san`'),
(1146, 'root', 'alertsystem',
OM `show_repeat`'),
(1147, 'root', 'alertsystem',
san`'),
(1148, 'root', 'alertsystem',
OM `show_repeat`'),
(1149, 'root', 'alertsystem',
`show_once`'),
(1150, 'root', 'alertsystem',
show_once'),
(1151, 'root', 'alertsystem',
OM `show_repeat`'),
(1152, 'root', 'alertsystem',
ender`'),
(1153, 'root', 'alertsystem',
`showtype`'),
(1154, 'root', 'alertsystem',
san`'),
(1155, 'root', 'alertsystem',
san`'),
(1156, 'root', 'alertsystem',
san`'),
(1157, 'root', 'alertsystem',
`show_once`'),
(1158, 'root', 'alertsystem',
`show_once`'),
(1159, 'root', 'alertsystem',
`show_once`'),
(1160, 'root', 'alertsystem',
OM `show_repeat`'),
(1161, 'root', 'alertsystem',
OM `show_repeat`'),
(1162, 'root', 'alertsystem',
OM `show_repeat`'),
(1163, 'root', 'alertsystem',

'show_repeat', '2012-03-07 01:44:01', 'SELECT * FR


'show_once', '2012-03-07 01:44:03', 'SELECT * FROM
'show_once', '2012-03-07 01:44:50', 'SELECT * FROM
'pesan', '2012-03-07 01:44:53', 'SELECT * FROM `pe
'tipesender', '2012-03-07 07:49:57', 'SELECT * FRO
'pesan', '2012-03-07 08:10:35', 'SELECT * FROM `pe
'pesan', '2012-03-07 08:12:39', 'SELECT * FROM `pe
'pesan', '2012-03-07 08:16:38', 'SELECT * FROM `pe
'pesan', '2012-03-07 08:17:29', 'SELECT * FROM `pe
'show_once', '2012-03-07 08:17:33', 'SELECT * FROM
'pesan', '2012-03-07 08:17:48', 'SELECT * FROM `pe
'pesan', '2012-03-07 08:18:45', 'SELECT * FROM `pe
'show_repeat', '2012-03-07 08:18:54', 'SELECT * FR
'pesan', '2012-03-07 08:18:57', 'SELECT * FROM `pe
'show_repeat', '2012-03-07 08:18:59', 'SELECT * FR
'show_once', '2012-03-07 08:37:44', 'SELECT * FROM
'show_once', '2012-03-07 08:42:08', 'select * from
'show_repeat', '2012-03-07 12:40:25', 'SELECT * FR
'sender', '2012-03-07 13:29:39', 'SELECT * FROM `s
'showtype', '2012-03-07 13:29:44', 'SELECT * FROM
'pesan', '2012-03-07 13:29:46', 'SELECT * FROM `pe
'pesan', '2012-03-07 13:29:53', 'SELECT * FROM `pe
'pesan', '2012-03-07 13:29:56', 'SELECT * FROM `pe
'show_once', '2012-03-07 13:30:02', 'SELECT * FROM
'show_once', '2012-03-07 13:30:06', 'SELECT * FROM
'show_once', '2012-03-07 13:30:08', 'SELECT * FROM
'show_repeat', '2012-03-07 13:30:10', 'SELECT * FR
'show_repeat', '2012-03-07 13:30:18', 'SELECT * FR
'show_repeat', '2012-03-07 13:30:20', 'SELECT * FR
'pesan', '2012-03-07 13:36:39', 'SELECT * FROM `pe

san`'),
(1164, 'root', 'alertsystem', 'show_once', '2012-03-07 13:36:46', 'SELECT * FROM
`show_once`'),
(1165, 'root', 'alertsystem', 'show_repeat', '2012-03-07 13:36:53', 'SELECT * FR
OM `show_repeat`'),
(1166, 'root', 'alertsystem', 'show_once', '2012-03-07 13:37:14', 'SELECT * FROM
`show_once`'),
(1167, 'root', 'alertsystem', 'show_repeat', '2012-03-07 13:42:57', 'SELECT * FR
OM `show_repeat`'),
(1168, 'root', 'alertsystem', 'show_repeat', '2012-03-07 13:52:08', 'SELECT * FR
OM `show_repeat`'),
(1169, 'root', 'alertsystem', 'show_repeat', '2012-03-07 14:03:49', 'SELECT * FR
OM `show_repeat`'),
(1170, 'root', 'alertsystem', 'show_repeat', '2012-03-07 14:15:54', 'SELECT * FR
OM `show_repeat`'),
(1171, 'root', 'alertsystem', '', '2012-03-07 22:50:58', 'CREATE FUNCTION tes ()
RETURNS INT DETERMINISTIC\r\n\r\nBEGIN\r\nDECLARE jml INT;\r\nSELECT COUNT(*) A
S jml_kelas INTO jml FROM pesan;\r\nRETURN jml;\r\nEND'),
(1172, 'root', 'alertsystem', '', '2012-03-07 22:51:18', 'CREATE FUNCTION tes ()
RETURNS INT DETERMINISTIC\r\n\r\nBEGIN\r\nDECLARE jml INT;CREATE FUNCTION tes (
) RETURNS INT DETERMINISTIC\r\n\r\nBEGIN\r\nDECLARE jml INT;CREATE FUNCTION tes
() RETURNS INT DETERMINISTIC\r\n\r\nBEGIN\r\nDECLARE jml INT;CREATE FUNCTION tes
() RETURNS INT DETERMINISTIC\r\n\r\nBEGIN\r\nDECLARE jml INT;CREATE FUNCTION te
s () RETURNS INT DETERMINISTIC\r\n\r\nBEGIN\r\nDECLARE jml INT;'),
(1173, 'root', '', '', '2012-03-07 23:22:40', 'SHOW PROCESSLIST'),
(1174, 'root', 'alertsystem', 'pesan', '2012-03-07 23:23:41', 'SELECT * FROM `pe
san`'),
(1175, 'root', 'alertsystem', '', '2012-03-07 23:24:46', 'DROP FUNCTION `tes`//\
nCREATE DEFINER=`root`@`localhost` FUNCTION `tes`() RETURNS int(11)\n
DETERMI
NISTIC\nBEGIN\r\nDECLARE jml INT;\r\nSELECT COUNT(*) AS jml_kelas INTO jml FROM
pesan;\r\nRETURN jml;\r\nEND\n'),
(1176, 'root', 'alertsystem', '', '2012-03-07 23:25:16', 'DROP FUNCTION `tes`//\
nCREATE DEFINER=`root`@`localhost` FUNCTION `tes`() RETURNS int(11)\n
DETERMI
NISTIC\nBEGIN\r\nDECLARE jml INT;\r\nSELECT COUNT(*) AS jml_kelas INTO jml FROM
pesan;\r\nRETURN jml;\r\nEND\n'),
(1177, 'root', 'alertsystem', 'showtype', '2012-03-08 08:30:24', 'SELECT * FROM
`showtype`'),
(1178, 'root', 'alertsystem', 'show_once', '2012-03-08 08:30:26', 'SELECT * FROM
`show_once`'),
(1179, 'root', 'alertsystem', 'show_repeat', '2012-03-08 08:30:27', 'SELECT * FR
OM `show_repeat`'),
(1180, 'root', 'alertsystem', 'pesan', '2012-03-08 11:30:22', 'SELECT * FROM `pe
san`'),
(1181, 'root', 'alertsystem', 'role', '2012-03-08 11:34:28', 'SELECT * FROM `rol
e`'),
(1182, 'root', 'tes', '', '2012-03-15 13:23:00', 'CREATE DATABASE `tes`;'),
(1183, 'root', 'tes', '', '2012-03-15 13:23:32', 'CREATE TABLE `demo_twitter_tim
eline` (\r\n `id` int(10) NOT NULL auto_increment,\r\n `tweet` varchar(140) co
llate utf8_unicode_ci NOT NULL default '''',\r\n `dt` datetime NOT NULL default
''0000-00-00 00:00:00'',\r\n PRIMARY KEY (`id`)\r\n) ENGINE=MyISAM DEFAULT C
HARSET=utf8 COLLATE=utf8_unicode_ci'),
(1184, 'root', 'tes', '', '2012-03-15 13:23:35', 'CREATE TABLE `demo_twitter_tim
eline` (\r\n `id` int(10) NOT NULL auto_increment,\r\n `tweet` varchar(140) co
llate utf8_unicode_ci NOT NULL default '''',\r\n `dt` datetime NOT NULL default
''0000-00-00 00:00:00'',\r\n PRIMARY KEY (`id`)\r\n) ENGINE=MyISAM DEFAULT C
HARSET=utf8 COLLATE=utf8_unicode_ci'),
(1185, 'root', 'tes', 'demo_twitter_timeline', '2012-03-15 13:23:45', 'SELECT *
FROM `demo_twitter_timeline`'),
(1186, 'root', 'tes', 'demo_twitter_timeline', '2012-03-15 13:27:20', 'SELECT *
FROM `demo_twitter_timeline`'),

(1187, 'root', 'tes', 'demo_twitter_timeline', '2012-03-15 15:29:58', 'SELECT *


FROM `demo_twitter_timeline`'),
(1188, 'root', 'PA', '', '2012-03-19 09:27:17', 'CREATE DATABASE `PA`;'),
(1189, 'root', 'PA', 'user', '2012-03-19 09:33:02', 'ALTER TABLE `user` ADD PRIM
ARY KEY(`kode`)'),
(1190, 'root', 'tes', 'demo_twitter_timeline', '2012-03-19 10:08:31', 'SELECT *
FROM `demo_twitter_timeline`'),
(1191, 'root', 'tes', 'timeline', '2012-03-19 10:12:33', 'SELECT * FROM `timelin
e`'),
(1192, 'root', 'tes', '', '2012-03-19 10:17:07', '--\r\n--\r\n\r\nCREATE TABLE `
tz_todo` (\r\n `id` int(8) unsigned NOT NULL auto_increment,\r\n `position` in
t(8) unsigned NOT NULL default ''0'',\r\n `text` varchar(255) collate utf8_unic
ode_ci NOT NULL default '''',\r\n `dt_added` timestamp NOT NULL default CURRENT
_TIMESTAMP,\r\n PRIMARY KEY (`id`),\r\n KEY `position` (`position`)\r\n) ENGI
NE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci'),
(1193, 'root', 'pa', 'user', '2012-03-28 16:40:17', 'SELECT * FROM `user`'),
(1194, 'root', 'pa', 'user', '2012-03-28 16:44:21', 'ALTER TABLE `user` CHANGE `
kode` `key` VARCHAR(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
CHANGE `nama` `password` VARCHAR(100) CHARACTER SET latin1 COLLATE latin1_swedi
sh_ci NOT NULL, CHANGE `kelamin` `posisi` CHAR(10) CHARACTER SET latin1 COLLATE
latin1_swedish_ci NOT NULL, CHANGE `tipe` `nama` VARCHAR(100) CHARACTER SET lati
n1 COLLATE latin1_swedish_ci NOT NULL'),
(1195, 'root', 'pa', 'user', '2012-03-28 16:45:22', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''30209105'', ''123'', ''mahasiswa'',
''Ramdony AR'');'),
(1196, 'root', 'pa', 'user', '2012-03-28 16:45:49', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES ('''', '''', '''', ''''), (''RBI'', ''
123'', ''dosen'', ''Robbi'');'),
(1197, 'root', 'pa', 'user', '2012-03-28 16:45:51', 'SELECT * FROM `user`'),
(1198, 'root', 'pa', 'user', '2012-03-28 16:45:56', 'SELECT * FROM `user`'),
(1199, 'root', 'pa', 'user', '2012-03-28 16:45:58', 'SELECT * FROM `user`'),
(1200, 'root', 'pa', 'user', '2012-03-28 16:46:13', 'SELECT * FROM `user`'),
(1201, 'root', 'pa', 'user', '2012-03-28 17:23:12', 'SELECT * FROM `user`'),
(1202, 'root', 'pa', 'user', '2012-03-28 17:52:53', 'SELECT * FROM `user`'),
(1203, 'root', 'pa', 'user', '2012-03-28 17:52:59', 'SELECT * FROM `user`'),
(1204, 'root', 'pa', 'user', '2012-04-07 07:31:10', 'SELECT * FROM `user`'),
(1205, 'root', 'pa', 'user', '2012-04-09 08:01:58', 'SELECT * FROM `user`'),
(1206, 'root', 'pa', 'user', '2012-04-09 08:05:58', 'SELECT * FROM `user`'),
(1207, 'root', 'pa', 'user', '2012-04-09 08:11:08', 'SELECT * FROM `user`'),
(1208, 'root', 'pa', 'proyek', '2012-04-09 08:12:14', 'ALTER TABLE `proyek` ADD
PRIMARY KEY(`kode`)'),
(1209, 'root', 'pa', 'user', '2012-04-09 08:12:41', 'SELECT * FROM `user`'),
(1210, 'root', 'pa', 'user', '2012-04-09 08:18:02', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''PRI'', ''123'', ''dosen'', ''Periya
di'');'),
(1211, 'root', 'pa', 'proyek', '2012-04-09 08:18:07', 'SELECT * FROM `proyek`'),
(1212, 'root', 'pa', 'dosen', '2012-04-09 08:26:01', 'ALTER TABLE `dosen` ADD PR
IMARY KEY(`kode`)'),
(1213, 'root', 'pa', 'proyek', '2012-04-09 08:27:31', 'SELECT * FROM `proyek`'),
(1214, 'root', 'pa', 'proyek', '2012-04-09 08:28:02', 'INSERT INTO `pa`.`proyek`
(`kode`, `nama`, `koordinator`) VALUES (''PA'', ''Proyek Akhir'', ''''), (''KP'
', ''Kerja Praktek'', '''');'),
(1215, 'root', 'pa', 'proyek', '2012-04-09 08:28:11', 'ALTER TABLE `proyek` DROP
`koordinator`'),
(1216, 'root', 'pa', 'proyek', '2012-04-09 08:28:14', 'SELECT * FROM `proyek`'),
(1217, 'root', 'pa', 'dosen', '2012-04-09 08:28:22', 'SELECT * FROM `dosen`'),
(1218, 'root', 'pa', 'dosen', '2012-04-09 08:28:34', 'INSERT INTO `pa`.`dosen` (
`kode`, `koordinator`) VALUES (''RBI'', ''''), (''PRI'', ''PA'');'),
(1219, 'root', 'pa', 'dosen', '2012-04-09 08:29:08', 'SELECT * FROM `dosen`'),
(1220, 'root', 'pa', 'dosen', '2012-04-09 08:29:36', 'SELECT * FROM `dosen`'),

(1221, 'root', 'pa', 'dosen', '2012-04-09 08:29:39', 'SELECT * FROM `dosen`'),


(1222, 'root', 'pa', 'dosen', '2012-04-09 08:29:53', 'INSERT INTO `pa`.`dosen` (
`kode`, `koordinator`) VALUES (''RBI'', ''''), (''PRI'', '''');'),
(1223, 'root', 'pa', 'dosen', '2012-04-09 08:30:19', 'SELECT * FROM `dosen`'),
(1224, 'root', 'pa', 'user', '2012-04-09 08:30:23', 'SELECT * FROM `pa`.`user` W
HERE `key` = 0'),
(1225, 'root', 'pa', 'dosen', '2012-04-09 08:30:43', 'SELECT * FROM `dosen`'),
(1226, 'root', 'pa', 'dosen', '2012-04-09 08:30:45', 'SELECT * FROM `dosen`'),
(1227, 'root', 'pa', 'dosen', '2012-04-09 08:30:46', 'SELECT * FROM `dosen`'),
(1228, 'root', 'pa', 'dosen', '2012-04-09 08:30:55', 'SELECT * FROM `dosen`'),
(1229, 'root', 'pa', 'dosen', '2012-04-09 08:31:04', 'INSERT INTO `pa`.`dosen` (
`kode`, `koordinator`) VALUES (''RBI'', ''KP'');'),
(1230, 'root', 'pa', 'dosen', '2012-04-09 08:31:20', 'SELECT * FROM `dosen`'),
(1231, 'root', 'pa', 'dosen', '2012-04-09 08:31:24', 'SELECT * FROM `dosen`'),
(1232, 'root', 'pa', 'user', '2012-04-09 08:31:36', 'SELECT * FROM `user`'),
(1233, 'root', 'pa', 'dosen', '2012-04-09 08:31:47', 'ALTER TABLE `dosen` CHANGE
`kode` `kode` VARCHAR(15) NOT NULL'),
(1234, 'root', 'pa', 'dosen', '2012-04-09 08:32:04', 'INSERT INTO `pa`.`dosen` (
`kode`, `koordinator`) VALUES (''RBI'', ''''), (''PRI'', ''PA'');'),
(1235, 'root', 'pa', 'dosen', '2012-04-09 08:32:06', 'SELECT * FROM `dosen`'),
(1236, 'root', 'pa', 'dosen', '2012-04-09 08:32:35', 'ALTER TABLE `dosen` CHANGE
`koordinator` `koordinator` CHAR(20) CHARACTER SET latin1 COLLATE latin1_swedis
h_ci NOT NULL DEFAULT ''no'''),
(1237, 'root', 'pa', 'dosen', '2012-04-09 08:32:40', 'SELECT * FROM `dosen`'),
(1238, 'root', 'pa', 'dosen', '2012-04-09 08:32:43', 'SELECT * FROM `dosen`'),
(1239, 'root', 'pa', 'dosen', '2012-04-09 08:32:50', 'INSERT INTO `pa`.`dosen` (
`kode`, `koordinator`) VALUES (''RBI'', '''');'),
(1240, 'root', 'pa', 'dosen', '2012-04-09 08:33:05', 'SELECT * FROM `dosen`'),
(1241, 'root', 'pa', 'dosen', '2012-04-09 08:41:46', 'SELECT * FROM `dosen`'),
(1242, 'root', 'pa', 'user', '2012-04-09 08:42:16', 'SELECT \r\n* \r\n\r\nFROM `
user` u\r\nJOIN `dosen` d ON u.key = d.kode'),
(1243, 'root', 'pa', 'user', '2012-04-09 14:43:56', 'SELECT * FROM `user`'),
(1244, 'root', 'pa', 'proyek', '2012-04-09 15:45:40', 'SELECT * FROM `proyek`'),
(1245, 'root', 'alertsystem', 'sender', '2012-04-12 09:42:19', 'SELECT * FROM `s
ender`'),
(1246, 'root', 'alertsystem', 'show_once', '2012-04-12 09:57:17', 'SELECT * FROM
`show_once`'),
(1247, 'root', 'alertsystem', 'show_repeat', '2012-04-12 09:57:20', 'SELECT * FR
OM `show_repeat`'),
(1248, 'root', 'alertsystem', 'pesan', '2012-04-12 09:57:22', 'SELECT * FROM `pe
san`'),
(1249, 'root', 'alertsystem', 'role', '2012-04-12 09:58:13', 'SELECT * FROM `rol
e`'),
(1250, 'root', 'alertsystem', 'role', '2012-04-12 09:58:32', 'SELECT * FROM `rol
e`'),
(1251, 'root', 'alertsystem', 'sender', '2012-04-12 09:58:45', 'SELECT * FROM `s
ender`'),
(1252, 'root', 'alertsystem', 'showtype', '2012-04-12 09:59:12', 'SELECT * FROM
`showtype`'),
(1253, 'root', 'alertsystem', 'show_once', '2012-04-12 09:59:16', 'SELECT * FROM
`show_once`'),
(1254, 'root', 'alertsystem', 'show_repeat', '2012-04-12 09:59:19', 'SELECT * FR
OM `show_repeat`'),
(1255, 'root', 'alertsystem', 'tipesender', '2012-04-12 09:59:42', 'SELECT * FRO
M `tipesender`'),
(1256, 'root', 'alertsystem', 'role', '2012-04-12 10:11:16', 'SELECT * FROM `rol
e`'),
(1257, 'root', 'alertsystem', 'sender', '2012-04-12 10:11:28', 'SELECT * FROM `s
ender`'),
(1258, 'root', 'alertsystem', 'showtype', '2012-04-12 10:12:05', 'SELECT * FROM

`showtype`'),
(1259, 'root', 'alertsystem', 'showtype', '2012-04-12 10:12:11', 'SELECT * FROM
`showtype`'),
(1260, 'root', 'alertsystem', 'show_once', '2012-04-12 10:12:47', 'SELECT * FROM
`show_once`'),
(1261, 'root', 'alertsystem', 'show_repeat', '2012-04-12 10:12:54', 'SELECT * FR
OM `show_repeat`'),
(1262, 'root', 'alertsystem', 'tipesender', '2012-04-12 10:13:13', 'SELECT * FRO
M `tipesender`'),
(1263, 'root', 'alertsystem', 'sender', '2012-04-12 10:13:46', 'SELECT * FROM `s
ender`'),
(1264, 'root', 'alertsystem', 'tipesender', '2012-04-12 10:13:53', 'SELECT * FRO
M `tipesender`'),
(1265, 'root', 'pa', '', '2012-04-13 09:16:38', 'select key from user where posi
si = mahasiswa'),
(1266, 'root', 'pa', 'user', '2012-04-13 09:17:34', 'SELECT * FROM `user`'),
(1267, 'root', 'pa', '', '2012-04-13 09:17:54', 'select * from user where posisi
= mahasiswa'),
(1268, 'root', 'pa', '', '2012-04-13 09:18:14', 'select * from user where posisi
= mahasiswa'),
(1269, 'root', 'pa', '', '2012-04-13 09:18:16', 'select * from user where posisi
= mahasiswa'),
(1270, 'root', 'pa', 'user', '2012-04-13 09:18:31', 'select * from user where po
sisi = ''mahasiswa'''),
(1271, 'root', 'pa', 'user', '2012-04-13 09:18:46', 'select key from user where
posisi = ''mahasiswa'''),
(1272, 'root', 'pa', 'user', '2012-04-13 09:19:02', 'select `key` from user wher
e posisi = ''mahasiswa'''),
(1273, 'root', 'pa', 'user', '2012-04-13 09:19:49', 'select `user`.`key` from us
er where `user`.`posisi` = ''mahasiswa'''),
(1274, 'root', 'pa', 'user', '2012-04-13 09:43:01', 'SELECT * FROM `user`'),
(1275, 'root', 'pa', 'user', '2012-04-13 10:01:15', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''30209106'', ''123'', ''mahasiswa'',
''william'');'),
(1276, 'root', 'pa', 'user', '2012-04-13 10:01:54', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''30210105'', ''123'', ''mahasiswa'',
''kunyit'');'),
(1277, 'root', 'pa', 'user', '2012-04-13 13:07:37', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''30211205'', ''123'', ''mahasiswa'',
''babon'');'),
(1278, 'root', 'pa', 'user', '2012-04-13 13:42:03', 'SELECT * FROM `user`'),
(1279, 'root', 'pa', 'user', '2012-04-13 13:42:27', 'SELECT * FROM `user`'),
(1280, 'root', 'pa', 'user', '2012-04-13 13:42:35', 'SELECT * FROM `user`'),
(1281, 'root', 'pa', 'user', '2012-04-13 13:42:38', 'SELECT * FROM `user`'),
(1282, 'root', 'pa', 'user', '2012-04-13 13:42:42', 'SELECT * FROM `user`'),
(1283, 'root', 'pa', 'user', '2012-04-17 12:49:04', 'SELECT * FROM `user`'),
(1284, 'root', 'pa', 'user', '2012-04-17 12:50:08', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''30210104'', ''123'', ''mahasiswa'',
''maemunah'');'),
(1285, 'root', 'pa', 'user', '2012-04-17 16:57:29', 'SELECT * FROM `user`'),
(1286, 'root', 'pa', 'user', '2012-04-17 17:00:06', 'SELECT * FROM `user`'),
(1287, 'root', 'pa', 'user', '2012-04-17 17:00:09', 'SELECT * FROM `user`'),
(1288, 'root', 'pa', 'user', '2012-04-17 17:00:10', 'SELECT * FROM `user`'),
(1289, 'root', 'pa', 'user', '2012-04-17 17:15:14', 'SELECT * FROM `user`'),
(1290, 'root', 'pa', 'user', '2012-04-17 17:15:18', 'SELECT * FROM `user`'),
(1291, 'root', 'pa', 'user', '2012-04-17 17:15:52', 'SELECT * FROM `user`'),
(1292, 'root', 'pa', 'user', '2012-04-17 17:15:57', 'SELECT * FROM `user`'),
(1293, 'root', 'pa', 'user', '2012-04-17 17:18:49', 'SELECT * FROM `user`'),
(1294, 'root', 'pa', 'proyek', '2012-04-18 11:14:25', 'SELECT * FROM `proyek`'),
(1295, 'root', 'pa', 'proyek', '2012-04-18 11:23:32', 'SELECT * FROM `proyek`'),

(1296, 'root', 'pa', 'alur_PA', '2012-04-18 11:27:45', 'ALTER TABLE `alur_PA` AD


D PRIMARY KEY(`id`)'),
(1297, 'root', 'pa', 'dosen', '2012-04-25 14:24:02', 'SELECT * FROM `dosen`'),
(1298, 'root', 'pa', 'proyek', '2012-04-25 14:24:09', 'SELECT * FROM `proyek`'),
(1299, 'root', 'pa', 'user', '2012-04-25 14:53:17', 'SELECT * FROM `user`'),
(1300, 'root', 'pa', 'proyek', '2012-04-25 14:54:05', 'SELECT * FROM `proyek`'),
(1301, 'root', 'pa', 'dosen', '2012-05-04 09:24:39', 'SELECT * FROM `dosen`'),
(1302, 'root', 'pa', 'user', '2012-05-04 09:24:42', 'SELECT * FROM `user`'),
(1303, 'root', 'pa', 'dosen', '2012-05-04 09:24:51', 'SELECT * FROM `dosen`'),
(1304, 'root', 'pa', 'dosen', '2012-05-04 09:24:57', 'SELECT * FROM `dosen`'),
(1305, 'root', 'pa', 'user', '2012-05-04 09:25:01', 'SELECT * FROM `user`'),
(1306, 'root', 'pa', 'user', '2012-05-04 09:25:32', 'INSERT INTO `pa`.`user` (`k
ey`, `password`, `posisi`, `nama`) VALUES (''FTS'', ''123'', ''dosen'', ''Fitri
Susanti'');'),
(1307, 'root', 'pa', 'user', '2012-05-04 09:25:35', 'SELECT * FROM `user`'),
(1308, 'root', 'pa', 'user', '2012-05-04 09:26:25', 'SELECT * FROM `user`'),
(1309, 'root', 'pa', 'user', '2012-05-04 09:26:26', 'SELECT * FROM `user`'),
(1310, 'root', 'pa', 'user', '2012-05-04 09:26:27', 'SELECT * FROM `user`'),
(1311, 'root', 'pa', 'dosen', '2012-05-04 09:27:07', 'SELECT * FROM `dosen`'),
(1312, 'root', 'pa', 'dosen', '2012-05-04 09:27:29', 'INSERT INTO `pa`.`dosen` (
`kode`, `koordinator`) VALUES (''FTS'', ''KP'');'),
(1313, 'root', 'pa', 'proyek', '2012-05-04 09:58:34', 'SELECT * FROM `proyek`'),
(1314, 'root', 'pa', 'user', '2012-05-04 09:58:36', 'SELECT * FROM `user`'),
(1315, 'root', 'pa', 'user', '2012-05-04 09:59:03', 'SELECT * FROM `user`'),
(1316, 'root', 'pa', 'user', '2012-05-04 09:59:07', 'SELECT * FROM `user`'),
(1317, 'root', 'pa', 'user', '2012-05-04 11:22:59', 'SELECT * FROM `user`'),
(1318, 'root', 'pa', 'user', '2012-05-04 11:23:39', 'SELECT * FROM `user`');
-- ---------------------------------------------------------- Table structure for table `pma_pdf_pages`
-CREATE TABLE IF NOT EXISTS `pma_pdf_pages` (
`db_name` varchar(64) NOT NULL DEFAULT '',
`page_nr` int(10) unsigned NOT NULL AUTO_INCREMENT,
`page_descr` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`page_nr`),
KEY `db_name` (`db_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='PDF relation pages for phpMyAdmi
n' AUTO_INCREMENT=1 ;
--- Dumping data for table `pma_pdf_pages`
--- ---------------------------------------------------------- Table structure for table `pma_relation`
-CREATE TABLE IF NOT EXISTS `pma_relation` (
`master_db` varchar(64) NOT NULL DEFAULT '',
`master_table` varchar(64) NOT NULL DEFAULT '',
`master_field` varchar(64) NOT NULL DEFAULT '',
`foreign_db` varchar(64) NOT NULL DEFAULT '',
`foreign_table` varchar(64) NOT NULL DEFAULT '',

`foreign_field` varchar(64) NOT NULL DEFAULT '',


PRIMARY KEY (`master_db`,`master_table`,`master_field`),
KEY `foreign_field` (`foreign_db`,`foreign_table`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Relation table';
--- Dumping data for table `pma_relation`
-INSERT INTO `pma_relation` (`master_db`, `master_table`, `master_field`, `foreig
n_db`, `foreign_table`, `foreign_field`) VALUES
('bp', 'tempat', 'idkota', 'bp', 'kota', 'idkota'),
('bp', 'kota', 'idkota', 'bp', 'kota', 'idkota'),
('bp', 'kota', 'idprov', 'bp', 'prov', 'idprov'),
('bp', 'tempat', 'idprov', 'bp', 'prov', 'idprov'),
('bp', 'prov', 'idprov', 'bp', 'prov', 'idprov'),
('blog', 'post', 'userid', 'blog', 'user', 'userid'),
('bikinpusing', 'lahir', 'username', 'bikinpusing', 'user', 'username'),
('blackpacker', 'kota', 'idprov', 'blackpacker', 'provinsi', 'idprov'),
('blackpacker', 'kabupaten', 'idprov', 'blackpacker', 'provinsi', 'idprov'),
('bikinpusing', 'image', 'username', 'bikinpusing', 'user', 'username'),
('bikinpusing', 'post', 'userid', 'bikinpusing', 'image', 'imageid'),
('bikinpusing', 'image', 'idkategori', 'bikinpusing', 'kategori', 'idkategori'),
('bikinpusing', 'image_url', 'imageid', 'bikinpusing', 'image', 'imageid'),
('blackpacker', 'place', 'idprov', 'blackpacker', 'provinsi', 'idprov'),
('blackpacker', 'place', 'idkota', 'blackpacker', 'kota', 'idkota'),
('blackpacker', 'place', 'idkab', 'blackpacker', 'kabupaten', 'idkab'),
('blackpacker', 'place', 'idkategori', 'blackpacker', 'kategori', 'idkategori'),
('alertSystem', 'sender', 'idrole', 'alertSystem', 'role', 'idrole'),
('alertSystem', 'pesan', 'sender', 'alertSystem', 'sender', 'username'),
('alertSystem', 'sender', 'idtipe', 'alertSystem', 'tipesender', 'idtipe'),
('alertSystem', 'pesan', 'role', 'alertSystem', 'role', 'idrole'),
('alertSystem', 'pesan', 'showtype', 'alertSystem', 'showtype', 'idshowtype'),
('alertsystem', 'show_repeat', 'idpesan', 'alertsystem', 'pesan', 'idpesan'),
('alertsystem', 'show_once', 'idpesan', 'alertsystem', 'pesan', 'idpesan'),
('pa', 'dosen', 'kode', 'pa', 'user', 'key'),
('pa', 'dosen', 'koordinator', 'pa', 'proyek', 'kode');
-- ---------------------------------------------------------- Table structure for table `pma_table_coords`
-CREATE TABLE IF NOT EXISTS `pma_table_coords` (
`db_name` varchar(64) NOT NULL DEFAULT '',
`table_name` varchar(64) 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=latin1 COMMENT='Table coordinates for phpMyAdmin
PDF output';
--- Dumping data for table `pma_table_coords`
--- --------------------------------------------------------

--- Table structure for table `pma_table_info`


-CREATE TABLE IF NOT EXISTS `pma_table_info` (
`db_name` varchar(64) NOT NULL DEFAULT '',
`table_name` varchar(64) NOT NULL DEFAULT '',
`display_field` varchar(64) NOT NULL DEFAULT '',
PRIMARY KEY (`db_name`,`table_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Table information for phpMyAdmin
';
--- Dumping data for table `pma_table_info`
-INSERT INTO `pma_table_info` (`db_name`, `table_name`, `display_field`) VALUES
('bikinpusing', 'lahir', 'username');
--- Database: `tes`
-CREATE DATABASE `tes` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `tes`;
-- ---------------------------------------------------------- Table structure for table `demo_twitter_timeline`
-CREATE TABLE IF NOT EXISTS `demo_twitter_timeline` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`tweet` varchar(140) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`dt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=28
;
--- Dumping data for table `demo_twitter_timeline`
-INSERT INTO `demo_twitter_timeline` (`id`, `tweet`, `dt`) VALUES
(1, 'testing', '2012-03-15 13:26:07'),
(27, 'saads', '2012-03-17 12:35:01');
-- ---------------------------------------------------------- Table structure for table `timeline`
-CREATE TABLE IF NOT EXISTS `timeline` (
`id` int(6) unsigned NOT NULL AUTO_INCREMENT,
`type` enum('image','news','milestone') COLLATE utf8_unicode_ci NOT NULL DEFAU
LT 'news',
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`body` text COLLATE utf8_unicode_ci NOT NULL,
`date_event` date NOT NULL DEFAULT '0000-00-00',

PRIMARY KEY (`id`)


) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=11
;
--- Dumping data for table `timeline`
-INSERT INTO `timeline` (`id`, `type`, `title`, `body`, `date_event`) VALUES
(1, 'news', 'Introducing the all-new event timeline', 'This is a demo for a Tuto
rialzine tutorial. You can slide through all of the events on the timeline and c
lick the ones you are interested in.\r\n\r\nThe timeline is dynamically build ac
cording to records in the MySQL database, so inserting new events is as easy as
inserting a new row to the table.\r\n\r\nFeel free to leave your comments on the
tutorial homepage (links are provided at the top and bottom of this demo).\r\n\
r\nHave a great stay!', '2004-01-02'),
(2, 'news', 'First meeting with venture capitalists', 'Soon after, our Company C
o was founded!\r\n\r\nBe sure to check the rest of our company history in the ti
me line :)', '2004-08-02'),
(3, 'image', 'Started our famous Free Vacation With Every Purchase Campaign', 'i
mg/machu-picchu.jpg', '2005-06-17'),
(4, 'milestone', '2000 million in profits for the second quarter', 'For our main
competitors.\r\n\r\nIt is not that bad for Company Co though, at least we moved
to a bigger garage.', '2008-03-26'),
(5, 'news', 'A huge upgrade to the servers', 'During a scheduled maintenance to
the hardware, the engineering team discovered that the server farm has been powe
red by hamster wheels all along.\r\n\r\nThanks to their fast reactions and profe
ssionalism, additional hamster wheels where installed in order to accommodate th
e next generation of servers.', '2008-04-03'),
(6, 'news', 'A Corporate organ donor campaign', 'The management team decided to
start company-wide organ donation campaign.\r\n\r\nAll the employees are obliged
to participate.\r\n\r\nIn typical managerial style, we have a deadline till the
end of the month to deliver a liver, two hearts and four kidneys.', '2009-11-17
'),
(7, 'news', 'Petting zoo grand opening', 'Here at Company Co we love children. T
his is why we organized a free Petting zoo weekend at the park.\r\n\r\nHowever t
he company was having some financial difficulties, so we had to apply some restr
ictions.\r\n\r\nThe llamas were plush and our interface designer, John, was dres
sed as a panda.', '2010-01-02'),
(8, 'news', 'Moving in', 'The company rented a garage right next to the one that
Google started from.\r\n\r\nThe CEO is certain that this means guaranteed succe
ss.\r\n\r\nOnly if we could drive out the old Dodge that occupies the space insi
de. It smells funny.', '2004-09-03'),
(9, 'image', 'The Company HQ', 'img/google_garage.jpg', '2004-10-25'),
(10, 'news', 'Voted the startup with best support', 'A fantastic achievement giv
en that our only tech support guy doesn''t speak English.\r\n\r\nGuess the other
companies'' support is really bad.', '2005-09-14');
-- ---------------------------------------------------------- Table structure for table `tz_todo`
-CREATE TABLE IF NOT EXISTS `tz_todo` (
`id` int(8) unsigned NOT NULL AUTO_INCREMENT,
`position` int(8) unsigned NOT NULL DEFAULT '0',
`text` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`dt_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),

KEY `position` (`position`)


) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=8 ;
--- Dumping data for table `tz_todo`
-INSERT INTO `tz_todo` (`id`, `position`, `text`, `dt_added`) VALUES
(1, 1, 'makan pagi', '2012-03-19 10:19:07'),
(2, 2, 'pakai baju seragam', '2012-03-19 10:19:30'),
(3, 3, 'menggunakan sepatu hitam', '2012-03-19 10:19:47'),
(4, 4, 'berangkat ke sekolah', '2012-03-19 10:20:05'),
(6, 6, 'ketemu teman dan makan jajanan', '2012-03-19 10:20:37'),
(7, 7, 'cabut bersama teman dan maen ding dong', '2012-03-19 10:20:51');
--- Database: `test`
-CREATE DATABASE `test` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `test`;
--- Database: `webauth`
-CREATE DATABASE `webauth` DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci
;
USE `webauth`;
-- ---------------------------------------------------------- Table structure for table `user_pwd`
-CREATE TABLE IF NOT EXISTS `user_pwd` (
`name` char(30) COLLATE latin1_general_ci NOT NULL DEFAULT '',
`pass` char(32) COLLATE latin1_general_ci NOT NULL DEFAULT '',
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--- Dumping data for table `user_pwd`
-INSERT INTO `user_pwd` (`name`, `pass`) VALUES
('xampp', 'wampp');

Вам также может понравиться

  • 2021 GKS For Graduate Degrees Final Round Successful Candidates
    2021 GKS For Graduate Degrees Final Round Successful Candidates
    Документ37 страниц
    2021 GKS For Graduate Degrees Final Round Successful Candidates
    Irfan Muhamad Ramadon
    63% (19)
  • C+source Code On +scienific Calculator
    C+source Code On +scienific Calculator
    Документ22 страницы
    C+source Code On +scienific Calculator
    Bittu
    76% (29)
  • Unlimited Clients by Arnav Srivastv-1
    Unlimited Clients by Arnav Srivastv-1
    Документ170 страниц
    Unlimited Clients by Arnav Srivastv-1
    Xiang Xing
    Оценок пока нет
  • ANSYS, Inc. Licensing Guide
    ANSYS, Inc. Licensing Guide
    Документ124 страницы
    ANSYS, Inc. Licensing Guide
    Ma Hdi
    Оценок пока нет
  • Local Host
    Local Host
    Документ32 страницы
    Local Host
    Yosian Nurvia Yoripta
    Оценок пока нет
  • Untitled
    Untitled
    Документ7 страниц
    Untitled
    Milton
    Оценок пока нет
  • Database
    Database
    Документ6 страниц
    Database
    Pijar Tapanuli
    Оценок пока нет
  • SQL Code
    SQL Code
    Документ15 страниц
    SQL Code
    ammujvp
    Оценок пока нет
  • PhpMyAdmin SQL Dump
    PhpMyAdmin SQL Dump
    Документ8 страниц
    PhpMyAdmin SQL Dump
    Muhammad Nazir
    Оценок пока нет
  • Nahom
    Nahom
    Документ23 страницы
    Nahom
    nahom worku
    Оценок пока нет
  • File
    File
    Документ5 страниц
    File
    Saira Sehrish
    Оценок пока нет
  • Neoxdb
    Neoxdb
    Документ190 страниц
    Neoxdb
    Ismael Funes
    Оценок пока нет
  • College Networking
    College Networking
    Документ13 страниц
    College Networking
    Master Mind
    Оценок пока нет
  • Mysqlbaza
    Mysqlbaza
    Документ12 страниц
    Mysqlbaza
    Dlo Dok
    Оценок пока нет
  • Java PPPP
    Java PPPP
    Документ3 страницы
    Java PPPP
    maheletminuyelet
    Оценок пока нет
  • Gaurav Infort Pay
    Gaurav Infort Pay
    Документ915 страниц
    Gaurav Infort Pay
    gauravchau
    Оценок пока нет
  • Script Database SISTEM INFORMASI MANAJEMEN PEGAWAI
    Script Database SISTEM INFORMASI MANAJEMEN PEGAWAI
    Документ5 страниц
    Script Database SISTEM INFORMASI MANAJEMEN PEGAWAI
    Raden Mas Cindil
    Оценок пока нет
  • Docappointment
    Docappointment
    Документ3 страницы
    Docappointment
    Ramya Sullia
    Оценок пока нет
  • Dairy
    Dairy
    Документ6 страниц
    Dairy
    Shashank V P
    Оценок пока нет
  • Sicomin 11
    Sicomin 11
    Документ211 страниц
    Sicomin 11
    Elver Vasquez
    Оценок пока нет
  • PhpMyAdmin SQL Dump
    PhpMyAdmin SQL Dump
    Документ16 страниц
    PhpMyAdmin SQL Dump
    Gus Pascima
    Оценок пока нет
  • Freegen DB - SQL
    Freegen DB - SQL
    Документ8 страниц
    Freegen DB - SQL
    mohamedgalovic
    Оценок пока нет
  • Uuuuuuuuuuuuuuuuuuuuuuu
    Uuuuuuuuuuuuuuuuuuuuuuu
    Документ7 страниц
    Uuuuuuuuuuuuuuuuuuuuuuu
    anon_666229068
    Оценок пока нет
  • Basic Practice
    Basic Practice
    Документ4 страницы
    Basic Practice
    Nikodimos Endeshaw
    Оценок пока нет
  • mySQL Dump
    mySQL Dump
    Документ16 страниц
    mySQL Dump
    LUIGI JAVIER ACUNA
    Оценок пока нет
  • PhpMyAdmin SQL Dump
    PhpMyAdmin SQL Dump
    Документ6 страниц
    PhpMyAdmin SQL Dump
    Sandy Boy Editioon
    Оценок пока нет
  • BBBB
    BBBB
    Документ8 страниц
    BBBB
    chris
    Оценок пока нет
  • Atendance
    Atendance
    Документ5 страниц
    Atendance
    Devidas Bhere
    Оценок пока нет
  • Company PHP
    Company PHP
    Документ4 страницы
    Company PHP
    redi.deva
    Оценок пока нет
  • E-Auction Database
    E-Auction Database
    Документ4 страницы
    E-Auction Database
    Universal Tv
    Оценок пока нет
  • Stock
    Stock
    Документ4 страницы
    Stock
    Guki Suzuki
    Оценок пока нет
  • Elearning
    Elearning
    Документ2 страницы
    Elearning
    Admin PT Sarang Semut Emas
    Оценок пока нет
  • Kahwabar S
    Kahwabar S
    Документ7 страниц
    Kahwabar S
    abd ali
    Оценок пока нет
  • Base Mecanic A
    Base Mecanic A
    Документ4 страницы
    Base Mecanic A
    Gerardo Vinicio
    Оценок пока нет
  • LifeMel Database
    LifeMel Database
    Документ8 страниц
    LifeMel Database
    api-3782458
    Оценок пока нет
  • PhpMyAdmin SQL Dump
    PhpMyAdmin SQL Dump
    Документ8 страниц
    PhpMyAdmin SQL Dump
    Firman Aji P
    Оценок пока нет
  • Message
    Message
    Документ16 страниц
    Message
    Damn Son1210
    Оценок пока нет
  • SQL Sales Management
    SQL Sales Management
    Документ6 страниц
    SQL Sales Management
    DIVYANSHMUDGAL RA1711003020646
    Оценок пока нет
  • Scrip
    Scrip
    Документ3 страницы
    Scrip
    Leidy Johana Gutierrez Firigua
    Оценок пока нет
  • Itech 1103
    Itech 1103
    Документ207 страниц
    Itech 1103
    Vara Prasad
    Оценок пока нет
  • Database
    Database
    Документ55 страниц
    Database
    rishabh choudhary
    Оценок пока нет
  • SPK Utsibd 1701552010
    SPK Utsibd 1701552010
    Документ6 страниц
    SPK Utsibd 1701552010
    Raden Mas Cindil
    Оценок пока нет
  • Selma Phpmyadmin
    Selma Phpmyadmin
    Документ5 страниц
    Selma Phpmyadmin
    selma nursyamsiah
    Оценок пока нет
  • Star
    Star
    Документ21 страница
    Star
    DoLewiatanaJedenKrok
    Оценок пока нет
  • Cs2258 Dbms Record IT
    Cs2258 Dbms Record IT
    Документ76 страниц
    Cs2258 Dbms Record IT
    Hariss Kumar
    Оценок пока нет
  • Restaurant Management System Database Schema: Inventory
    Restaurant Management System Database Schema: Inventory
    Документ18 страниц
    Restaurant Management System Database Schema: Inventory
    hamad cabdalla
    Оценок пока нет
  • Northwind
    Northwind
    Документ47 страниц
    Northwind
    Natália Oliveira
    Оценок пока нет
  • phpMyAdmin SQL Dump
    phpMyAdmin SQL Dump
    Документ7 страниц
    phpMyAdmin SQL Dump
    08. Kharinka Wahyu Irtanti
    Оценок пока нет
  • Kai (3) .SQL
    Kai (3) .SQL
    Документ4 страницы
    Kai (3) .SQL
    binomo binomo
    Оценок пока нет
  • Jawaban Nomor 2 & 3
    Jawaban Nomor 2 & 3
    Документ7 страниц
    Jawaban Nomor 2 & 3
    Leticia Aurelia
    Оценок пока нет
  • Arduino NFC
    Arduino NFC
    Документ2 страницы
    Arduino NFC
    Erpan Erpan
    Оценок пока нет
  • RENTAL HOUSE MANAGEMENT SYSTEM (Source Code)
    RENTAL HOUSE MANAGEMENT SYSTEM (Source Code)
    Документ6 страниц
    RENTAL HOUSE MANAGEMENT SYSTEM (Source Code)
    vignesh
    Оценок пока нет
  • SQL
    SQL
    Документ4 страницы
    SQL
    Charanpreet Singh
    Оценок пока нет
  • 'DB Name' 'Path/.mdf'
    'DB Name' 'Path/.mdf'
    Документ18 страниц
    'DB Name' 'Path/.mdf'
    Roopa Cherian
    Оценок пока нет
  • Andika Pratama Praktikum 1
    Andika Pratama Praktikum 1
    Документ4 страницы
    Andika Pratama Praktikum 1
    andikapratamadikaaazz
    Оценок пока нет
  • Student
    Student
    Документ2 страницы
    Student
    achodad
    Оценок пока нет
  • Bilb I o Teca Post Gress
    Bilb I o Teca Post Gress
    Документ9 страниц
    Bilb I o Teca Post Gress
    Juan Krlos Labre
    Оценок пока нет
  • Data 6
    Data 6
    Документ10 страниц
    Data 6
    NEHA BHATI
    Оценок пока нет
  • Script First
    Script First
    Документ5 страниц
    Script First
    kashaf
    Оценок пока нет
  • Base de Datos
    Base de Datos
    Документ4 страницы
    Base de Datos
    jeickol aguirre
    Оценок пока нет
  • BDDcpaq
    BDDcpaq
    Документ664 страницы
    BDDcpaq
    Serigne Saliou Diome
    Оценок пока нет
  • Compr As
    Compr As
    Документ59 страниц
    Compr As
    Eduardo Enrique
    Оценок пока нет
  • PhpMyAdmin SQL Dump
    PhpMyAdmin SQL Dump
    Документ3 страницы
    PhpMyAdmin SQL Dump
    Keerthi Karna
    Оценок пока нет
  • Basic DBA Query v.1: Oracle Database
    Basic DBA Query v.1: Oracle Database
    От Everand
    Basic DBA Query v.1: Oracle Database
    Рейтинг: 5 из 5 звезд
    5/5 (1)
  • Discrete Mathematics Solved MCQs (Set-7)
    Discrete Mathematics Solved MCQs (Set-7)
    Документ9 страниц
    Discrete Mathematics Solved MCQs (Set-7)
    amna_shifa
    Оценок пока нет
  • Steelwork Design Guide To BS 5950 Vol 1 Part B1 Dimensions & Properties
    Steelwork Design Guide To BS 5950 Vol 1 Part B1 Dimensions & Properties
    Документ56 страниц
    Steelwork Design Guide To BS 5950 Vol 1 Part B1 Dimensions & Properties
    subamanivel
    Оценок пока нет
  • Principles of Purchasing Nd1 Bam 117
    Principles of Purchasing Nd1 Bam 117
    Документ36 страниц
    Principles of Purchasing Nd1 Bam 117
    Alexander Gabriel
    Оценок пока нет
  • Checklist Test Environment: Pass Description Remarks
    Checklist Test Environment: Pass Description Remarks
    Документ4 страницы
    Checklist Test Environment: Pass Description Remarks
    Guru Prasad
    Оценок пока нет
  • Whirlpool 7mwt9601ww0 Manual de Usuario
    Whirlpool 7mwt9601ww0 Manual de Usuario
    Документ12 страниц
    Whirlpool 7mwt9601ww0 Manual de Usuario
    MARTIN CABRERA
    Оценок пока нет
  • Solar Energy
    Solar Energy
    Документ30 страниц
    Solar Energy
    Rushikesh Rasal
    Оценок пока нет
  • Wafer 5825&6
    Wafer 5825&6
    Документ1 страница
    Wafer 5825&6
    RB ST
    Оценок пока нет
  • PLC Flowchart
    PLC Flowchart
    Документ16 страниц
    PLC Flowchart
    Christian Baldonado
    Оценок пока нет
  • Construir Moto Chopper
    Construir Moto Chopper
    Документ7 страниц
    Construir Moto Chopper
    Angel Dure
    100% (2)
  • Learning and Innovation Officer JD - May 2022
    Learning and Innovation Officer JD - May 2022
    Документ5 страниц
    Learning and Innovation Officer JD - May 2022
    Larissa Dias
    Оценок пока нет
  • 22B Office Hour: Oracle Fusion Cloud Risk Management
    22B Office Hour: Oracle Fusion Cloud Risk Management
    Документ38 страниц
    22B Office Hour: Oracle Fusion Cloud Risk Management
    meera2k10
    Оценок пока нет
  • TKP 12-17 Kas e Jurnal
    TKP 12-17 Kas e Jurnal
    Документ14 страниц
    TKP 12-17 Kas e Jurnal
    Nimrod Asyer
    Оценок пока нет
  • Product List
    Product List
    Документ361 страница
    Product List
    AZ RP
    Оценок пока нет
  • Kids Art Creativity PowerPoint Templates
    Kids Art Creativity PowerPoint Templates
    Документ48 страниц
    Kids Art Creativity PowerPoint Templates
    Samar Alam
    Оценок пока нет
  • Living in The It Era Prelim Quiz 1
    Living in The It Era Prelim Quiz 1
    Документ6 страниц
    Living in The It Era Prelim Quiz 1
    Hazel Mae Malagueno
    Оценок пока нет
  • User Manual: Indoor Multi-Function Environment Sensor
    User Manual: Indoor Multi-Function Environment Sensor
    Документ9 страниц
    User Manual: Indoor Multi-Function Environment Sensor
    soefmuangmaungchit
    Оценок пока нет
  • Experiment 3: Table 3.1: List of Components Sr. No Name of Components Value Specification 1 2 3 4 5 6 7
    Experiment 3: Table 3.1: List of Components Sr. No Name of Components Value Specification 1 2 3 4 5 6 7
    Документ5 страниц
    Experiment 3: Table 3.1: List of Components Sr. No Name of Components Value Specification 1 2 3 4 5 6 7
    AKASH
    Оценок пока нет
  • Ficha Tecnica Rotametro 7510 PDF
    Ficha Tecnica Rotametro 7510 PDF
    Документ2 страницы
    Ficha Tecnica Rotametro 7510 PDF
    John Armely Arias Guerrero
    Оценок пока нет
  • Association Rules
    Association Rules
    Документ20 страниц
    Association Rules
    Anik1005
    Оценок пока нет
  • MXT
    MXT
    Документ18 страниц
    MXT
    Maxey Higginbotham
    Оценок пока нет
  • Launchpad YOP22 - V1.3
    Launchpad YOP22 - V1.3
    Документ4 страницы
    Launchpad YOP22 - V1.3
    Sambhu Lal
    Оценок пока нет
  • Greedy Method
    Greedy Method
    Документ50 страниц
    Greedy Method
    Siddharth Patil
    Оценок пока нет
  • Impact Consulting Krauthammer
    Impact Consulting Krauthammer
    Документ16 страниц
    Impact Consulting Krauthammer
    apritul3539
    Оценок пока нет
  • Zehir PHP
    Zehir PHP
    Документ7 страниц
    Zehir PHP
    anon-902445
    Оценок пока нет
  • Effects of Online Learning On The Selected First Year Students College of Hospitality and Tourism at Arellano University - Juan Sumulong Campus
    Effects of Online Learning On The Selected First Year Students College of Hospitality and Tourism at Arellano University - Juan Sumulong Campus
    Документ6 страниц
    Effects of Online Learning On The Selected First Year Students College of Hospitality and Tourism at Arellano University - Juan Sumulong Campus
    John Lloyd Tomaca
    Оценок пока нет
  • Scrip Cuota Usada
    Scrip Cuota Usada
    Документ1 страница
    Scrip Cuota Usada
    helgo56
    Оценок пока нет