SQL, Mysql

kjgizmo

Beta member
Messages
5
Hey

Is there anyone here that can help me.

I want to find a program for Win and another to Linux, where can I can start a sql server / database, that supports mysql, sql ...

Because I want to make a database in mysql and sql

But I don't know any programs which I can use for this ..

Anyone that can help me ??
 
there are SQL managers and clients freely available for both windosw and linux from the MySQL site.

if you are running MySQL from a webserver with a website then you might want to

look at a package called PHPmySQL which is a web based query tool
 
Thanks..

I have just downloaded and installed the MySQL database server, but how do I start it and use it ?

Isn't there any graphical or something so I can see what I'm doing ??
 
I'm assuming that you've installed it on windows?

if so you can start/stop the MySQL database service from the control pannel.
or from the command line using the net start /net stop command with the service name.

you can also use the tools that i said about before.

so far as managing the creation of tables, as I said before, if you want graphical tools then I'd suggest using the ones available fromt the MySQL site.

heres a link.
http://www.mysql.com/products/tools/
 
Back
Top Bottom