Jump to content


X-play

Member Since 09/10/2003
Offline Last Active 27/02/2005, 20:18
-----

Topics I've Started

Criar Tabelas Via Phpmyadmin'

31/12/2004, 18:17

Ola , sou meio noob em programaçao , naum entendo muito ... entaum vim pedir ajuda , eu queria adicionar uma tabela no meu abnco de dados que eh essa :

CREATE TABLE [prefix]_comments (
comments_id int(10) NOT NULL auto_increment,
file_id int(10) NOT NULL default '0',
comments_text text NOT NULL,
comments_poster text NOT NULL,
comments_ip text NOT NULL,
comments_title text NOT NULL,
comments_time int(50) NOT NULL default '0',
PRIMARY KEY (comments_id),
KEY comments_id (comments_id)
) TYPE=MyISAM;

Pelo oque eu entendi esse codigo ai acima eh a tabela que devo criar , eu tentei entaum criar atraves do phpmyadmin mais naum ta tando mesmo pq eu naum sei inserir tabela por tabela :( ... eu gostaria de saber si tem algum programa que cria tabelas ou entaum como eu posso criar sesa tabela ai pelo phpmyadmin mesmo ..

vlws ae

IPB Skin By Virteq