hi
i am studying mysql. i have installed wamp. the mysql server can be started by wamp tray. but i want to do it from cmd.
in c:\wamp\mysql\bin
which command must i use?
i use mysql start, or mysqld start but it doesn't work.
start mysql server from cmd
Moderator: General Moderators
try
Code: Select all
net start mysqlthanksvolka wrote:tryCode: Select all
net start mysql
i tried it in c:\wamp\mysq\bin
but it doesn't work and says;The service name is invalid.
then i tried for mysqld, mysqli but it gives same results;
If wamp means http://www.wampserver.com/en/ tryThey install mysql under a differnt name.
You do not need to run this command "within" the mysql directory, even start->run->net start wampmysqld should work
Code: Select all
net start wampmysqldYou do not need to run this command "within" the mysql directory, even start->run->net start wampmysqld should work