Newbie Question

Newbie Question

am 26.05.2006 15:45:40 von Samuel Shulman

Hi

I am absolutely new to mySQL

All I need to is apply a simple query to the database

How can I do that
What tools are available?

Thank you
Samuel

Re: Newbie Question

am 26.05.2006 16:41:27 von Aggro

Samuel Shulman wrote:

> All I need to is apply a simple query to the database
>
> How can I do that
> What tools are available?

Here is the manual:
http://dev.mysql.com/doc/refman/5.0/en/index.html

Read 2.0 if you need to install MySQL. Read from 3.1 if you already have
installed server and you only need to connect to it.

Re: Newbie Question

am 26.05.2006 21:10:07 von Rich R

"Samuel Shulman" wrote in message
news:8EDdg.1417$sX1.478@newsfe1-gui.ntli.net...
> Hi
>
> I am absolutely new to mySQL
>
> All I need to is apply a simple query to the database
>
> How can I do that
> What tools are available?
>
> Thank you
> Samuel
>
>

I use MySQL Query Browser which can be downloaded from the MySQL website.
Beware (unless they fixed it): when you select text it is highlighted in
white, so it appears to disappear.

Rich