This is a discussion on "[SOLVED] Help Creating New .SQL Table (Beginner)" within the Databases section. This forum, and the thread "[SOLVED] Help Creating New .SQL Table (Beginner) are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Help Creating New .SQL Table (Beginner)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi, i have loginscript but need help creating the sql table for it the information i need to create the .sql file is as follows
firstname lastname address1 address2 city state zip country level so does any one know how to create sql table please, the table will be called members. Thanks Aaron |
|
|
|
||||
|
Re: Help Creating New .SQL Table (Beginner)
Hmmm ... you could have found this in the documentation on the MySQL site
http://dev.mysql.com/doc/refman/5.0/...ate-table.html |
|
||||
|
Re: Help Creating New .SQL Table (Beginner)
|
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
cheers Both of you will check them out now cause i am a total beginner at creating a sql table lol.
so i am trying so hard lol |
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
Or you could use MySQL GUI Tools to create your database visually..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
Hey i downloaded the 5.0 GUI Tool but how do i get it to connect please thanks
do i need to download MYSQL Enterprise |
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
Have you tried xampp.
you could create your db's and tables through phpmyadmin. |
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
Well i am a total beginner so know have never sued xampp and also i know how to create tables in phpmyadmin but dont know what values or what to give them and the what to give the primary key
|
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
hi everyone i have this sql table and i get errors when importing it can anyone help me fix these errors
|
|
||||
|
Re: Help Creating New .SQL Table (Beginner)
What error(s) do you get Aaron?
|
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
these are errors and as i am a total beginner i wouldnt know what it meant lol i no it means line 1 but still bit dont know what is wrong with it
|
|
||||
|
Re: Help Creating New .SQL Table (Beginner)
you have to use " ` " instead of " ' "....
|
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
ok, i will try now and if doesnt work i give you the error i get
|
|
||||
|
Re: Help Creating New .SQL Table (Beginner)
I think it should be
|
|
|||
|
Re: Help Creating New .SQL Table (Beginner)
hey you where nearly there lol, what you had to do instead of having " ` " at the end of default you put the normal " ' " and it worked so you where nearly there lol
P.S thanks for the help mate most appreciated. Thanks Aaron |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Please help with creating a Mailing list form. | Oak | Starting Out | 3 | Dec 26th, 2007 18:54 |
| [SOLVED] Beginner that needs helps | defy | Starting Out | 7 | Nov 16th, 2007 11:20 |
| [SOLVED] Creating users/members? | vistar | PHP Forum | 7 | Oct 25th, 2007 00:04 |
| Creating a scroll bar within a table | Diablo | Web Page Design | 5 | Mar 12th, 2007 16:10 |
| Creating Table with Random Number | spinal007 | Classic ASP | 1 | Jun 1st, 2006 06:57 |