Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 3.3.9
- -- http://www.phpmyadmin.net
- --
- -- Servidor: localhost
- -- Tempo de Geração: Set 01, 2011 as 11:18 PM
- -- Versão do Servidor: 5.5.8
- -- Versão do PHP: 5.3.5
- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
- /*!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 */;
- --
- -- Banco de Dados: `registro`
- --
- -- --------------------------------------------------------
- --
- -- Estrutura da tabela `reg`
- --
- CREATE TABLE IF NOT EXISTS `reg` (
- `username` text NOT NULL,
- `password` text NOT NULL,
- `level` int(11) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement