[Noplug] MySQL expert?

Lewis Coleman Coleman at tscnet.com
Sun Mar 13 09:17:54 PST 2005


I have a book on MySQL that I will bring Monday.

Queries are easy--just standard SQL language:
run mysql with the -p=password option and the name of the database (You 
need to know the password and database name, of course and must be able 
to access the database.)
type the SQL command
SELECT * FROM table_name;    (as an example and don't forget the 
semicolon--I always do!!)
this will output everything in table_name (which again you must know)

That is the easy part--how to create the database and find info about 
it is a little harder as is writing a program to access the database.  
The really hard part (at least to me) is the security part (being able 
to access the database, but not let the "bad guys" in.)

                 Lewis S Coleman

On Friday, March 11, 2005, at 04:59  PM, Rod Page wrote:

> Rod, Yes, please post my request. Thanks, Pete
>
> -----Original Message-----
> From: Rod Page [mailto:rpage at olympus.net] Sent: Friday, March 11, 2005 
> 3:31 PM
> To: Pete Hubbard
> Subject: Re: Q re MyQSL
>
>
> Hi Pete
>
> I really don't know anyone working with MySQL but with
> your permission I could post this note to the NOPLUG
> mailing list. NOPLUG is just getting started and I'm in the process of
> trying to get to know people. I think about 20 people have signed up 
> for
> the mailing list. We may well have someone who would be interested.
>
> Regards, Rod
>
> Pete Hubbard wrote:
>
>
>>> Rod
>>>  I got your name from Steve Hamm.
>>>  Do you know someone in the area who knows MySQL well and would be
>>> willing to help me with a query? I would pay for their time.
>>>  Pete Hubbard
>>>
>>
>
> _______________________________________________
> Noplug mailing list
> Noplug at lists.olympus.net
> http://lists.olympus.net/mailman/listinfo/noplug
>



More information about the Noplug mailing list