nightwarrior687 Posted June 21, 2003 Share Posted June 21, 2003 ok i need to create a table, this is what i did so far: mysql> create database db1g Query Ok. 1 row affected (0.00 sec) mysql> use db1 Database changed mysql> create table guestbook -> ( -> name varchar(40) null. -> location varchar(40) null. -> email varchar(40) null. -> url varchar(40) null. -> comments text null -> ) -> g then i get an error.. what do i do? how do i tab it? i dont understand... my book shows me to do it that way.. well instead of g it shows a : but i tried that and it doesnt respond.. it just keeps adding more lines to type in more stuff Quote Link to comment Share on other sites More sharing options...
nightwarrior687 Posted June 21, 2003 Author Share Posted June 21, 2003 nevermind.. my friend told me to just get phpMyAdmin so that solved it all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.