[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-01-2005, 05:44 PM   #1 (permalink)
NamePros Regular
 
food_consult's Avatar
 
Join Date: Feb 2003
Posts: 949
224.00 NP$ (Donate)

food_consult is on a distinguished road


Question MySQL Help

Okay I am trying to do something very simple: http://howtocode.net/htc_php_tuts_membersystem.php

I have got everything in place and when I try to create the table BAM BAM BAM I keeo getting an error HELP!!!
Attached Images
File Type: jpg error2.jpg (25.4 KB, 9 views)
File Type: jpg table.jpg (66.9 KB, 7 views)
food_consult is offline  
Old 03-01-2005, 07:06 PM   #2 (permalink)
Senior Member
 
{insert name here}'s Avatar
 
Join Date: Dec 2004
Posts: 1,307
46.90 NP$ (Donate)

{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light

Breast Cancer
where is says CREATE TABLE 'goddes' , 'dbUsers'

remove ['goddes' ,]

see if that works
__________________
You got no time for the messenger,
got no regard for the thing that you don't understand,
you got no fear of the underdog,
that's why you will not survive!
{insert name here} is offline  
Old 03-01-2005, 07:19 PM   #3 (permalink)
NamePros Regular
 
food_consult's Avatar
 
Join Date: Feb 2003
Posts: 949
224.00 NP$ (Donate)

food_consult is on a distinguished road


I can't .... I am using MySQL Admin, and it make the code up itself, is there a way for me just to cut and paste code instead of usind the Admin table making deal???
food_consult is offline  
Old 03-01-2005, 07:26 PM   #4 (permalink)
Senior Member
 
{insert name here}'s Avatar
 
Join Date: Dec 2004
Posts: 1,307
46.90 NP$ (Donate)

{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light

Breast Cancer
does the server your on have CPanel?
if yes

go into cpanel, then click on mysql database (i think thats the name of the icon, if not its close)

then in that screen scroll down to the bottom, there is a link that says phpMyAdmin, click this

then select your database from the table on the left, after the table on the right loads,
click sql tab at the top of the screen

no in the the box availabe, input the code from the error message minuse the 'goddes', part

that will creat the table

if you need further help with this let me know
__________________
You got no time for the messenger,
got no regard for the thing that you don't understand,
you got no fear of the underdog,
that's why you will not survive!
{insert name here} is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 12:11 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85