Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Started

Status
Not open for further replies.

MajorTechie

Programmer
Joined
Mar 20, 2002
Messages
30
Location
CA
Hello,

I recently downloaded MySQL for Windows. I've only ever used it with Linux. To my dismay, there was no clear way of launching mySQL in Windows (that I could see). Can anyone tell me how to get started?
 
start|run|
type in :
mysqld
this starts the mysql background daemon
type in mysql
now you have a mysql> prompt.

I'd suggest reading the anual as its very helpful. ***************************************
Party on, dudes!
[cannon]
 
Thanks for the help.... btw, what's the anual?
 
its a manual but y m key sticks ***************************************
Party on, dudes!
[cannon]
 
Click on the Mysqladmin.exe in C:\mysql\bin.

It will launch the admin panel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top