introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

run mysqld on command console



Posted by: germx
January 20, 2010 10:55PM
Hi, new in this forum XD

How can i run mysql into the command console, Windows MS-DOS ?
the mysqld.exe doesn't start
Posted by: Amour
January 21, 2010 07:30AM
MySQL client or server ?

mysqld.exe is server ;)
Posted by: germx
January 21, 2010 06:25PM
You're right, thanks for enlarging my question, jeje. I understand that easyphp install a mysql server and a client (whose interface is phpmyadmin perhaps).

But if I wanted to go to mysql from the command line (or console commands DOS), if I'm in the C: drive, how I change/swap to mysql>, say you do this: C: C: \ Program Files \ EasyPHP 2.01b \ mysql \ bin \ msqld, and then in the next line change to mysql>. AND HERE ANOTHER QUESTION: I was supposed to be here between where? to the client? or the server?



Edited 1 time(s). Last edit at 01/21/2010 06:26PM by germx.
Posted by: germx
January 21, 2010 08:00PM
ey! I did it!:
Console.... ( " comillas, very Important!)
c:\> "C:\Program Files\Easy...\mysq\bin\mysql" -u user -p pass

That's it!, see u in next ;)