View previous topic :: View next topic |
Author |
Message |
pezza2323 -
Joined: 27 Jul 2005 Posts: 10
|
Posted: Wed Jul 27, 2005 11:45 pm Post subject: mysql install problems |
|
|
when im tryin to install mysql and i run the mysqladmin a black screen pops up, some text runs accross and then closes before i can read it. Also how can i check if mysql is wrkin on my server
thx |
|
Back to top |
|
 |
Tim1681 -
Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
|
Posted: Thu Jul 28, 2005 12:05 am Post subject: |
|
|
If your running mysqladmin by double clicking on the program icon, thats where your going wrong. You need to run it from the Command Line. So basically if ur on Windows it should look something like this, with C:\MySQL\ being your MySQL directory:
Code: | C:\Windows\>
C:\Windows\> cd C:\MySQL\bin\
C:\MySQL\bin\>mysqladmin |
I forget the rest where u type in the username and pass with --u --p or w.e it is. Theres more information on www.mysql.com i just dont have time to find the direct link right now. |
|
Back to top |
|
 |
pezza2323 -
Joined: 27 Jul 2005 Posts: 10
|
Posted: Thu Jul 28, 2005 9:35 am Post subject: |
|
|
ok thx a lot |
|
Back to top |
|
 |
|