Be a Supporter!

mySQL

  • 565 Views
  • 7 Replies
New Topic Respond to this Topic
asp55
asp55
  • Member since: Sep. 14, 2000
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
mySQL 2001-11-27 05:55:10 Reply

Hey all, I've been setting up my website, and just now got around to setting up a user database. So I was trying to decipher mySQL, and I cant get it to work correctly, I keep getting syntax errors. Does anyone know how to setup the basics of a user data base (ID number; User Name; Password; Real Name; Email, the basics) if anyone knows, please fill me in, it’s busting my brain.

-ASP55
http://col.neoki.net (temporary url, hope to move once I get it working nicely, and get my server working correctly)

mySQL

aladinsane
aladinsane
  • Member since: Jan. 17, 2000
  • Offline.
Forum Stats
Member
Level 21
Blank Slate
Response to mySQL 2001-11-27 11:43:48 Reply

Might help if you gave some more details.

What scripting language are you using? PHP? Perl?

Which errors are you getting exactly?

Go to http://www.mysql.com and do some reading about basic syntax

Pecos
Pecos
  • Member since: Dec. 29, 1999
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to mySQL 2001-11-27 14:43:43 Reply

At 11/27/01 05:55 AM, asp55 wrote: I cant get it to work correctly, I keep getting syntax errors

Ah, well there's your problem... syntax errors!

asp55
asp55
  • Member since: Sep. 14, 2000
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to mySQL 2001-11-28 20:27:15 Reply

I'm using PHP as my scripting. I finally figured why I was getting sytax erros (Unique dun work with TEXT)but I still need help trying to figure out how to set up a user database, if anyone can help me I'd greatly appriciate it. And thank you very much to those of you who were atleast willing to lend a hand. Greatly appriciate it

-ASP55

mySQL

Pecos
Pecos
  • Member since: Dec. 29, 1999
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to mySQL 2001-11-30 15:42:49 Reply

At 11/28/01 08:27 PM, asp55 wrote: I'm using PHP as my scripting. I finally figured why I was getting sytax erros (Unique dun work with TEXT)but I still need help trying to figure out how to set up a user database, if anyone can help me I'd greatly appriciate it. And thank you very much to those of you who were atleast willing to lend a hand. Greatly appriciate it

-ASP55

Stop being a lazy-ass and find an online tutorial.

asp55
asp55
  • Member since: Sep. 14, 2000
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to mySQL 2001-12-23 02:11:15 Reply

Do you really think I havent tryed that smart guy? So far all the tutorials I've found are crap, and whats wrong with asking for other peoples help numb nuts.
(Hete these non-helpful people, you people who have given me something I can use, I apreciate it, thanks.
-ASP55

At 11/30/01 03:42 PM, UnclePecos wrote: Stop being a lazy-ass and find an online tutorial.
REZN8
REZN8
  • Member since: Dec. 11, 2000
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to mySQL 2001-12-23 07:49:43 Reply

At 11/27/01 05:55 AM, asp55 wrote: Hey all, I've been setting up my website, and just now got around to setting up a user database. So I was trying to decipher mySQL, and I cant get it to work correctly, I keep getting syntax errors. Does anyone know how to setup the basics of a user data base (ID number; User Name; Password; Real Name; Email, the basics) if anyone knows, please fill me in, it’s busting my brain.

-ASP55
http://col.neoki.net (temporary url, hope to move once I get it working nicely, and get my server working correctly)

I hope the following links help:

http://www.devshed.com/Server_Side/MySQL

http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html

http://www.netcreate.cx/resources/mysql/setup.html

asp55
asp55
  • Member since: Sep. 14, 2000
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to mySQL 2001-12-26 21:04:56 Reply

At 12/23/01 07:49 AM, K2Rider wrote:
At 11/27/01 05:55 AM, asp55 wrote: Hey all, I've been setting up my website, and just now got around to setting up a user database. So I was trying to decipher mySQL, and I cant get it to work correctly, I keep getting syntax errors. Does anyone know how to setup the basics of a user data base (ID number; User Name; Password; Real Name; Email, the basics) if anyone knows, please fill me in, it’s busting my brain.

-ASP55
http://col.neoki.net (temporary url, hope to move once I get it working nicely, and get my server working correctly)
I hope the following links help:

http://www.devshed.com/Server_Side/MySQL

http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html

http://www.netcreate.cx/resources/mysql/setup.html



Thanks man, definitly does
-Asp55