| Author |
MySQL
|
nikos sokaf
Ranch Hand
Joined: May 01, 2004
Posts: 57
|
|
Hi, I'm trying to make my application more advanced so, i tried to use mySQL. I installed mySql on my machine (clients and servers) and mySql Control center. When i am trying to start mySQL admin , i get an error that says: Cannot find the libmysql.dll.Reinstall ... When i am trying to start the database on the Control Center i get the message: Can't find mysql server on nikospc. I look on google, mySql developer's site , but nothing was found. What's the problem i have?Please help me! Thanks for the help if any!
|
 |
Sanjaya Sugiarto
Ranch Hand
Joined: Mar 25, 2004
Posts: 229
|
|
I had this same problem some days ago. I solved this problem by defining the path in my system evironment variables. Supposed you use Windows than define in the System Variables: "Path" and add the exact path where you install your mySQL. In my case: C:\mysql and C:\mysql\lib\debug. Than it should work.
|
<a href="http://www.wi.hs-furtwangen.de" target="_blank" rel="nofollow">Business Information Technology - Hochschule Furtwangen University, Germany</a>
|
 |
nikos sokaf
Ranch Hand
Joined: May 01, 2004
Posts: 57
|
|
Hello Sanjaya, I didn't understand you about the system variables?Can you explain me better? Thank you for your time!
|
 |
Sanjaya Sugiarto
Ranch Hand
Joined: Mar 25, 2004
Posts: 229
|
|
Hello Nikos, In order to define the path than (supposed you use Windows): Start >> Settings >> Control Panel >> System >> Advanced >> Environment Variables >> than look on the second field (System Variables) >> Search for "Path" there would be C:\WINNT\System32.... >> Than just click Edit >> than insert the path of your mySQL installation, in my case: C:\mysql and C:\mysql\lib\debug. Between them schould be ";". So it would be: C:\WINNT\System32;C:\mysql;C:\mysql\lib\debug;....... . Than you are done If needed, just restart your system.
|
 |
nikos sokaf
Ranch Hand
Joined: May 01, 2004
Posts: 57
|
|
Hello Sanjaya! Thank you for your time! I found the problem,it was unbelievable! A dll missing or written in the wrong path. I copied in *Bin* directory and , everything is OK! Thank you for your time , again! Farewell
|
 |
 |
|
|
subject: MySQL
|
|
|