MySQL Forums
Forum List  »  Newbie

Re: MySql starting
Posted by: Sarabjit Singh
Date: August 21, 2005 03:55PM

go to the bin directory (in most cases, it is: c:\mysql\bin\), and type this to get started:
>mysql -u root -p

you don't need a web server to just work with the database (though i highly doubt that's the case), but of course, if you need to run scripts over your databse, or even use a GUI like phpmyadmin to manage your data, you'll need one...

Options: ReplyQuote


Subject
Written By
Posted
August 21, 2005 12:21PM
Re: MySql starting
August 21, 2005 03:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.