I have looked for an easy way to start a mysql from the command line.
I know about
" shell> "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld" The path to mysqld may vary depending on the install location of MySQL on your system. "
But I want something more like linux where you can type "sudo service mysql stop/start/status"
I have the mysql path setup so I can run mysql commands like "mysql -u root -p"
I am not sure if it is possible either. I want to know if anyone has a way to do this.