-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Client : 127.0.0.1 -- Généré le : Mer 24 Juin 2015 à 09:14 -- Version du serveur : 5.6.17 -- Version de PHP : 5.5.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de données : `db_mesures` -- -- -------------------------------------------------------- -- -- Structure de la table `table_mesures` -- CREATE TABLE IF NOT EXISTS `table_mesures` ( `id` int(11) NOT NULL AUTO_INCREMENT, `jourheure` datetime NOT NULL, `mesure1` int(11) NOT NULL, `mesure2` int(11) NOT NULL, `commentaire` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Table des mesures' AUTO_INCREMENT=16 ; -- -- Contenu de la table `table_mesures` -- INSERT INTO `table_mesures` (`id`, `jourheure`, `mesure1`, `mesure2`, `commentaire`) VALUES (1, '2015-06-18 10:12:46', 100, -100, ''), (2, '2015-06-18 10:13:01', 100, 50, ''), (3, '2015-06-18 10:18:51', 131, 12, ''), (4, '2015-06-18 10:19:03', 100, 50, ''), (5, '2015-06-18 10:19:16', 131, 12, ''), (6, '2015-06-18 10:19:23', 100, 50, ''), (7, '2015-06-18 10:19:33', 255, 255, ''), (8, '2015-06-18 10:19:46', 100, 50, ''), (9, '2015-06-18 10:20:06', 253, 244, ''), (10, '2015-06-18 10:20:13', 100, 50, ''), (11, '2015-06-18 10:39:01', 255, 253, ''), (12, '2015-06-18 11:39:28', 255, 255, ''), (13, '2015-06-18 11:39:35', 100, 50, ''), (14, '2015-06-18 11:39:46', 0, 230, ''), (15, '2015-06-18 11:39:50', 100, 50, ''); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;