Setting up MySQL files
#4

It does give sense, listen didn't there follow a file with the script that contains something like this.
Код:
CREATE TABLE tagwall 
(
id int(9) not null auto_increment,
navn varchar(50),
besked varchar(200),
PRIMARY KEY(id)
)
That will create a table called tagwall, and under that table the navn and besked and id will be listed.
This is for a simple tagwall, so it wont work for yours
Reply


Messages In This Thread
Setting up MySQL files - by Antonio [G-RP] - 10.06.2010, 02:06
Re: Setting up MySQL files - by Johndaone - 10.06.2010, 02:15
Re: Setting up MySQL files - by Antonio [G-RP] - 10.06.2010, 02:22
Re: Setting up MySQL files - by Johndaone - 10.06.2010, 02:24
Re: Setting up MySQL files - by Antonio [G-RP] - 10.06.2010, 02:27
Re: Setting up MySQL files - by Johndaone - 10.06.2010, 02:31
Re: Setting up MySQL files - by Antonio [G-RP] - 10.06.2010, 02:37
Re: Setting up MySQL files - by Johndaone - 10.06.2010, 02:41
Re: Setting up MySQL files - by Antonio [G-RP] - 10.06.2010, 03:08
Re: Setting up MySQL files - by Johndaone - 10.06.2010, 03:18

Forum Jump:


Users browsing this thread: 1 Guest(s)