Is this a problem (MySql) ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nuno Paquete

    #1

    Is this a problem (MySql) ?

    Hi group.
    I've got two instances of MySql running:

    PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
    1018 mysql 16 0 47096 13M 5092 S 0.8 5.2 0:29 0 mysqld
    997 root 16 0 2200 1112 2084 S 0.0 0.4 0:00 0 mysqld_safe

    When I installed MySql I had some problems and, to get it work, I had to
    start MySql with mysqld_safe command.
    I hould like to read your comments.

    Regards,
    nuno Paquete.
  • Gordon Burditt

    #2
    Re: Is this a problem (MySql) ?

    >I've got two instances of MySql running:[color=blue]
    >
    >PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
    >1018 mysql 16 0 47096 13M 5092 S 0.8 5.2 0:29 0 mysqld
    >997 root 16 0 2200 1112 2084 S 0.0 0.4 0:00 0 mysqld_safe[/color]

    That's one instance of mysqld and one instance of a shell script.
    Note the large difference in the sizes.
    [color=blue]
    >When I installed MySql I had some problems and, to get it work, I had to
    >start MySql with mysqld_safe command.
    >I hould like to read your comments.[/color]

    Why do you think this is a problem?

    Using the stock startup scripts for it on FreeBSD, mine does about
    the same thing.

    Gordon L. Burditt

    Comment

    • Nuno Paquete

      #3
      Re: Is this a problem (MySql) ?

      Gordon Burditt wrote:
      [color=blue][color=green]
      >>I've got two instances of MySql running:
      >>
      >>PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
      >>1018 mysql 16 0 47096 13M 5092 S 0.8 5.2 0:29 0 mysqld
      >>997 root 16 0 2200 1112 2084 S 0.0 0.4 0:00 0
      >>mysqld_safe[/color]
      >
      > That's one instance of mysqld and one instance of a shell script.
      > Note the large difference in the sizes.
      >[color=green]
      >>When I installed MySql I had some problems and, to get it work, I had to
      >>start MySql with mysqld_safe command.
      >>I hould like to read your comments.[/color]
      >
      > Why do you think this is a problem?
      >
      > Using the stock startup scripts for it on FreeBSD, mine does about
      > the same thing.
      >
      > Gordon L. Burditt[/color]

      Ok.
      I just want to be sure that I'm not using unnecessary resources.
      Thanks Gordon.

      Regards,
      Nuno Paquete

      Comment

      Working...