I must change the port to start mysqld...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Barth?l?my von Haller

    I must change the port to start mysqld...

    Hi !

    I installed mysql on windows xp. The first time I started mysld, there
    is no problem. But, now, each time I start mysqld, I must change the
    port in my.xxx else I got the following error : "Do you already have
    another mysqld server running on port : 3306 ?" etc...
    I stop mysqld with : "mysqladmin -u root shutdown".

    So, why I can't use the same port each time ?

    thanks in advance

    regards

    Barth
  • Aggro

    #2
    Re: I must change the port to start mysqld...

    Barth?l?my von Haller wrote:
    [color=blue]
    > So, why I can't use the same port each time ?[/color]

    Well have you checked do you have any mysqld processer running? Perhaps
    you have installed mysql as a service and it starts up every time you
    restart the computer?

    Comment

    • Barth?l?my von Haller

      #3
      Re: I must change the port to start mysqld...

      Aggro <spammerdream@y ahoo.com> wrote in message news:<JDk%c.307 $TG2.33@read3.i net.fi>...[color=blue]
      > Barth?l?my von Haller wrote:
      >[color=green]
      > > So, why I can't use the same port each time ?[/color]
      >
      > Well have you checked do you have any mysqld processer running? Perhaps
      > you have installed mysql as a service and it starts up every time you
      > restart the computer?[/color]

      yes I checked and I don't have any mysqld processes running...

      Comment

      • Aggro

        #4
        Re: I must change the port to start mysqld...

        Barth?l?my von Haller wrote:
        [color=blue]
        > yes I checked and I don't have any mysqld processes running...[/color]

        You could try to connect to the port with mysql console program, or
        telnet to make sure there is no mysql-server on that port. Telnet might
        even tell if there is some other server on that port.

        Comment

        Working...