View previous topic :: View next topic |
Author |
Message |
Xavier -
Joined: 17 Jan 2004 Posts: 50
|
Posted: Sun Feb 15, 2004 10:09 pm Post subject: dos Shortcut? |
|
|
ok, to give commands to mysql i have to go run>cmd>cd..>cd..>cd .......
and then i finally get into the promt where i can give commands to mysql
is there a way to create some sort of shortcut that goes directly yo the mysql promt?? i tried going into the bin directory of mysql and clicking on mysqld-nt but that makes the window appear for just a second and then close a again any way to get arround the timewasting proccess of going to the directory every time i want to make a change??? |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Feb 15, 2004 10:25 pm Post subject: |
|
|
Make the shortcut to CMD.exe instead (Windows NT4/2K/XP) or command.com (98/Me)...
Make a normal shortcut to it, then edit the properties. In the properties panel you can enter an initial path to use by editing the "Start In" box. Change it to the full path for the MySQL directory. When you click the shortcut, all you'll have to do is type MySQL to begin.
There may be a way to go directly to MySQL but I don't have it installed - sorry. |
|
Back to top |
|
 |
Xavier -
Joined: 17 Jan 2004 Posts: 50
|
Posted: Sun Feb 15, 2004 10:35 pm Post subject: RE: |
|
|
that brings me back where i was, i can get up to the bin directory with a shortcut i had already done this but i cannot get the shortcut to actually run the mysqld-nt.exe, now when i click on the shortcut i placed on my desktop it comes up only up to the bin directory |
|
Back to top |
|
 |
Xavier -
Joined: 17 Jan 2004 Posts: 50
|
Posted: Sun Feb 15, 2004 10:40 pm Post subject: nevermind i got it |
|
|
nevermind i got it, i had forgotten to put the code to run in the target box which if anyone wants to know was Code: | cmd /k start "mysqld-nt" |
which forces the program to load and then run that command
thanks for ur help |
|
Back to top |
|
 |
|