Newbie Question
am 26.05.2006 15:45:40 von Samuel ShulmanHi
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
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
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.
"Samuel Shulman"
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