Mysql port = rails port? localhost 3000

i get mysql.dll error something.

the port i use in mysql, does it have to be the same as in Ruby? in
Ruby the standard is 3000.

what is better to change if i need to change something? other
programing languages use port 8080.
should i keep them all the same?

On Wed, Apr 23, 2008 at 11:24 AM, globalrev [email protected] wrote:

i get mysql.dll error something.

marvelously informative, that.

the port i use in mysql, does it have to be the same as in Ruby? in
Ruby the standard is 3000.

and the MySQL default is 3306. Different processes need to listen on
different ports; unless you have a good reason to change them from
the default, don’t :slight_smile:


Hassan S. ------------------------ [email protected]

libmysql.dll is missing. Google it. You will find it. Chuck it in
C:\Windows\system32. No, it’s not a virus.

On Thu, Apr 24, 2008 at 3:59 AM, Hassan S. <
[email protected]> wrote:

and the MySQL default is 3306. Different processes need to listen on
different ports; unless you have a good reason to change them from
the default, don’t :slight_smile:


Hassan S. ------------------------ [email protected]


Ryan B.

Feel free to add me to MSN and/or GTalk as this email.

This case has already posted many times here. The matter is, user always
lazy to search their question to get answer in this forum, we put search
query at the bottom of left menu. Here i repost again the answer :

[1] gem install mysql
[2] you will see like error syntac but dont pay attention to it
[3] find LIBMYSQL.DLL from your mysql/bin folder in your mysql folder
not ruby folder.
[4] copy & paste that file to ruby/bin
[5] restart your server or console, if you are already run it.

Then Cheer :slight_smile:
Reinhart
http://teapoci.blogspot.com