Recruta_0 Postado Maio 25, 2005 Denunciar Share Postado Maio 25, 2005 -- phpMyAdmin SQL Dump-- version 2.6.0-pl3-- http://www.phpmyadmin.net-- -- Host: localhost-- Generation Time: Feb 22, 2005 at 09:53 PM-- Server version: 4.1.9-- PHP Version: 5.0.3-- -- Database: `recruta_eu`-- -- ---------------------------------------------------------- -- Table structure for table `admin`-- CREATE TABLE `admin` ( `geral` text NOT NULL);-- -- Dumping data for table `admin`-- INSERT INTO `admin` VALUES ('FRiENDS Message está em fase de testes !!!!');-- ---------------------------------------------------------- -- Table structure for table `amigos`-- CREATE TABLE `amigos` ( `id_usuario` int(11) NOT NULL default '0', `id_amigo` int(11) NOT NULL default '0');-- -- Dumping data for table `amigos`-- -- ---------------------------------------------------------- -- Table structure for table `mensagem`-- CREATE TABLE `mensagem` ( `id` int(11) NOT NULL default '0', `id_remetente` int(11) NOT NULL default '0', `id_destino` int(11) NOT NULL default '0', `data` text NOT NULL, `assunto` text NOT NULL, `lida` text NOT NULL, `conteudo` text NOT NULL);-- -- Dumping data for table `mensagem`-- -- ---------------------------------------------------------- -- Table structure for table `usuario`-- CREATE TABLE `usuario` ( `id` int(11) NOT NULL auto_increment, `nome` text NOT NULL, `niver` text NOT NULL, `thumb` text NOT NULL, `foto` text NOT NULL, `descricao` text NOT NULL, `MSN` text NOT NULL, `senha` text NOT NULL, `usuario` text NOT NULL, PRIMARY KEY (`id`));-- -- Dumping data for table `usuario`-- oque tah errado nisso !!! Link para o comentário Compartilhar em outros sites More sharing options...
0 OSJunior Postado Maio 26, 2005 Denunciar Share Postado Maio 26, 2005 Não vejo nada errado, mas verifique essa linha:[/code]Outra coisa: Poem os campos em char ou varchar, não em text Abraços. Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Recruta_0
-- phpMyAdmin SQL Dump
-- version 2.6.0-pl3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 22, 2005 at 09:53 PM
-- Server version: 4.1.9
-- PHP Version: 5.0.3
--
-- Database: `recruta_eu`
--
-- --------------------------------------------------------
--
-- Table structure for table `admin`
--
CREATE TABLE `admin` (
`geral` text NOT NULL
);
--
-- Dumping data for table `admin`
--
INSERT INTO `admin` VALUES ('FRiENDS Message está em fase de testes !!!!');
-- --------------------------------------------------------
--
-- Table structure for table `amigos`
--
CREATE TABLE `amigos` (
`id_usuario` int(11) NOT NULL default '0',
`id_amigo` int(11) NOT NULL default '0'
);
--
-- Dumping data for table `amigos`
--
-- --------------------------------------------------------
--
-- Table structure for table `mensagem`
--
CREATE TABLE `mensagem` (
`id` int(11) NOT NULL default '0',
`id_remetente` int(11) NOT NULL default '0',
`id_destino` int(11) NOT NULL default '0',
`data` text NOT NULL,
`assunto` text NOT NULL,
`lida` text NOT NULL,
`conteudo` text NOT NULL
);
--
-- Dumping data for table `mensagem`
--
-- --------------------------------------------------------
--
-- Table structure for table `usuario`
--
CREATE TABLE `usuario` (
`id` int(11) NOT NULL auto_increment,
`nome` text NOT NULL,
`niver` text NOT NULL,
`thumb` text NOT NULL,
`foto` text NOT NULL,
`descricao` text NOT NULL,
`MSN` text NOT NULL,
`senha` text NOT NULL,
`usuario` text NOT NULL,
PRIMARY KEY (`id`)
);
--
-- Dumping data for table `usuario`
--
oque tah errado nisso !!!
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados