Help MySQL Beginner please.

2003-04-02 Thread Webmanhouse
Hi all,

The best thing that happened to me today is finding this list on the web. I am in deep 
problem. I am trying to build database for my site and just discovered that my hosting 
server uses mySQL and i am not use to it. I don't know where to start. don't know how 
to create table or anything. is there anyone who can help me with basic information 
that can get me started? Please not too technical please. Something a new commer can 
understand.
Thanks,
Jef

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Help MySQL Beginner please.

2003-04-02 Thread B. van Ouwerkerk
PHP? www.php.net (click links-tutorials)
PHP/perl/MySQL? www.devshed.com
Others will add quite a few too.
devshed.com is pretty good.

B.

At 10:10 02-04-2003 -0500, [EMAIL PROTECTED] wrote:
Hi all,

The best thing that happened to me today is finding this list on the web. 
I am in deep problem. I am trying to build database for my site and just 
discovered that my hosting server uses mySQL and i am not use to it. I 
don't know where to start. don't know how to create table or anything. is 
there anyone who can help me with basic information that can get me 
started? Please not too technical please. Something a new commer can 
understand.
Thanks,
Jef


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


RE: Help MySQL Beginner please.

2003-04-02 Thread Joe Stump
http://www.mysql.com

There's a great manual that got me started. I'd also look on WebMonkey for
some basic tutorials.

--Joe


--
Joe Stump [EMAIL PROTECTED]
http://www.joestump.net
Label makers are proof God wants Sys Admins to be happy.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 7:10 AM
To: [EMAIL PROTECTED]
Subject: Help MySQL Beginner please.


Hi all,

The best thing that happened to me today is finding this list on the web. I
am in deep problem. I am trying to build database for my site and just
discovered that my hosting server uses mySQL and i am not use to it. I don't
know where to start. don't know how to create table or anything. is there
anyone who can help me with basic information that can get me started?
Please not too technical please. Something a new commer can understand.
Thanks,
Jef

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Help MySQL Beginner please.

2003-04-02 Thread Craig Pyter
I suggest using the tutorials on the www.mysql.com website. That's how I
learned the basics.

Craig Pyter, CCNA CCDA MCSE
mc.net
720 Industrial Drive, Suite 121
Cary  IL  60013
847.594.5111 ext.5733
[EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 02, 2003 9:10 AM
To: [EMAIL PROTECTED]
Subject: Help MySQL Beginner please.

Hi all,

The best thing that happened to me today is finding this list on the web. I
am in deep problem. I am trying to build database for my site and just
discovered that my hosting server uses mySQL and i am not use to it. I don't
know where to start. don't know how to create table or anything. is there
anyone who can help me with basic information that can get me started?
Please not too technical please. Something a new commer can understand.
Thanks,
Jef

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Help MySQL Beginner please.

2003-04-02 Thread Henning Heil
 [EMAIL PROTECTED] wrote on 02.04.2003 17:10 

Hi all,

Hello Jef,

The best thing that happened to me today is finding this list on the web. I am in deep 
problem. I am trying to build database for my site and just discovered that my hosting 
server uses mySQL and i am not use to it. I don't know where to start. don't know how 
to create table or anything. is there anyone who can help me with basic information 
that can get me started? Please not too technical please. Something a new commer can 
understand.
Thanks,
Jef
well, depends on how much in a hurry you are, learning with the links 
mentioned before will be fine (will be unavoidable sooner or later) BUT 
if you want to get started fast you could maybe think about something 
like installing 'phpmyadmin' (http://phpmyadmin.sourceforge.net/) which 
allows you to concentrate on developing your webapp instead of creating 
SQL statements to set up your DB the whole day long. Assuming you can 
execute php files, you just have to download and change one file/entry 
(~ absolute_uri) and phpmyadmin will run and let you set up your DB.

Then goto devshed and see some tutorials on selecting, updating and 
inserting data with php and you are almost trough the heaviest part.

Good luck!

Henning

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


re: Help MySQL Beginner please.

2003-04-02 Thread Victoria Reznichenko
On Wednesday 02 April 2003 18:10, Webmanhouse at aol dot com wrote:
 The best thing that happened to me today is finding this list on the web. I
 am in deep problem. I am trying to build database for my site and just
 discovered that my hosting server uses mySQL and i am not use to it. I
 don't know where to start. don't know how to create table or anything. is
 there anyone who can help me with basic information that can get me
 started? Please not too technical please. Something a new commer can
 understand.

You can find some info in the manual.
How to create table:
http://www.mysql.com/doc/en/CREATE_TABLE.html

Some examples of queries:
http://www.mysql.com/doc/en/Database_use.html
http://www.mysql.com/doc/en/Examples.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]