Preserved Topic: My SQL (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted |
posted 03-01-2002 21:13
Well I just got my domain and they offer a great bag of goodies for free. There is some options to add a MySQL database. I have been to the SQL site and got some standard info on MySQL it'self, but not really on what it can do really. I mean my domain has an option to add the database .. so I clicked it .. and well nothing has really changed and I don't really anyway to modify it like the SQL site said.. so I'm wondering if what I am being offered is something diffent. Are they just going to keep a database on my site or what? |
Neurotic (0) Inmate Newly admitted |
posted 03-01-2002 21:20
Once I had the database I get something like this .. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-01-2002 21:21
Dark: I assume that clicking on the link started the process of setting up your DB (as it sounds like it didn't come set up by default). I suspect you should get an email in a few days telling you about the DB details (you may need to consult your host to find out what is actually going on). Then pop over here and read their tutorials: |
Neurotic (0) Inmate Newly admitted |
posted 03-01-2002 21:26
thanks emp. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-01-2002 22:22
Dark: Thanks for the screenshot. You can now avoid the bits of the tutorials which demonstarte how to connect to your DB and create tables by hand just go to the create table option that you can see specify the numbers of fields and the forms will help you fill in the rest of the information. Adding and editing are also made easy with this. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-01-2002 22:31
What you are looking at there is a MySQl front end called phpMyAdmin. |
Neurotic (0) Inmate Newly admitted |
posted 03-03-2002 02:18
Thanks for your help guys .. I may need a bit of help with the php later on, but so far I'm doing pretty good with it. |
Neurotic (0) Inmate Newly admitted |
posted 03-05-2002 13:00
Update: ok just to let you know what I was working on Emps. I hooked up the Database and everything seems to be working great there. The DB was for a PHP shoutbox that I am going to be working. So instead of starting a new thread I'll just run it by you here. Everything on the Shoutbox is straight foward and just about installs it'self, but I am stuck on a minuscule detail. code: <?php
|
Maniac (V) Inmate From: Switzerland |
posted 03-05-2002 13:33
most time it is simply: "localhost" |
Neurotic (0) Inmate Newly admitted |
posted 03-05-2002 17:47
Edit: "Local host" worked. |