Topic awaiting preservation: stupid question of the day... (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 08-02-2002 20:12
I know most of the basic commands for SQL and enough php to set up a basic page. However, how do you interact with a database on a webserver? I assume that most servers already have MySQL or something set up, but I haven't figured out how to set up tables and such on it to use on my webpages. I have downloaded mySQL onto my computer and can set up the tables I need on it. Is there a file or two or a directory that I need to upload to the server or something? Pretty much I have both ends of it figured out, just connecting the two concpets is where I'm missing something... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-02-2002 23:08
There's a couple of ways depending on your server and sysadmin setup |
Paranoid (IV) Inmate From: West Texas |
posted 08-03-2002 02:38
Since I'm just now trying to learn this stuff too, I'll milk this topic as much as I can, as I'm sure to have a few of my own "stupid questions" on occasion quote:
quote:
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-03-2002 03:51
He's being nitpickity (he's technically correct just being nitpickety) |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-03-2002 08:29
I'll also point out one obvious difference... |
Paranoid (IV) Inmate From: West Texas |
posted 08-03-2002 21:01
All right, that makes sense, use telnet to connect to the computer that has MySQL on it and so forth... |