This may sound weird but instead of lauching
mysql -u name -ppass
i would like to start the cmd then mysql in it. However i only know how to start them both but not how to get the commend to launch mysql right away.
|
This may sound weird but instead of lauching
i would like to start the cmd then mysql in it. However i only know how to start them both but not how to get the commend to launch mysql right away.
| |||
|
feedback
|
|
Not really sure if that is what you are looking for but if you run
Example:
Using start
Note: the above command will not return you to the command line once it ends. You can aswell use:
| |||||||
feedback
|
mysql -u name -ppass &– c10k Consulting Oct 7 '10 at 2:43