Bill Karwin wrote:[color=blue]
>
sundeep.kumara@wipro.com wrote:[color=green]
> > hi all,
> >
> > I am a newbie .....I have compiled the source code of mysql-4.1.9 on
> > PPC-Linux
> >
> > Its not giving any errors during configure,make or make install.
> >
> > But,when i try to start the server using mysqld_safe...its throwing
> > error like this..
> >
> > Starting mysqld daemon with databases from /usr/local/mysql/var
> > STOPPING server from pid file /usr/local/mysql/var/hostname.pid
> > 050820 00:09:01 mysqld ended[/color]
>
> Mysqld failed to start for some reason. Perhaps some file has the wrong
> permissions mode, or some other problem. Are you trying to start
> mysqld_safe when running as root or as a non-superuser?
>
> Look in mysqld's log file for further details about the cause. The
> location of the log file is usually in <DATADIR>/<HOSTNAME>.err, next to
> the pid file. So in your case it is probably
> /usr/local/mysql/var/<HOSTNAME>.err.
>
> Regards,
> Bill K.[/color]
Hi Bill,
Thanks for ur Response
050819 23:59:20 mysqld started
050819 23:59:20 [ERROR] Can't start server : Bind on unix socket:
Permission denied
050819 23:59:20 [ERROR] Do you already have another mysqld server
running on socket: /tmp/mysql.sock ?
050819 23:59:20 [ERROR] Aborting
050819 23:59:20 [Note] /usr/local/mysql/libexec/mysqld: Shutdown
complete
050819 23:59:20 mysqld ended
050820 00:01:15 mysqld started
050820 0:01:15 [ERROR] Can't start server : Bind on unix socket:
Permission denied
050820 0:01:15 [ERROR] Do you already have another mysqld server
running on socket: /tmp/mysql.sock ?
050820 0:01:15 [ERROR] Aborting
050820 0:01:15 [Note] /usr/local/mysql/libexec/mysqld: Shutdown
complete
050820 00:01:15 mysqld ended
050820 00:09:01 mysqld started
050820 0:09:01 [ERROR] Can't start server : Bind on unix socket:
Permission denied
050820 0:09:01 [ERROR] Do you already have another mysqld server
running on socket: /tmp/mysql.sock ?
050820 0:09:01 [ERROR] Aborting
050820 0:09:01 [Note] /usr/local/mysql/libexec/mysqld: Shutdown
complete
050820 00:09:01 mysqld ended
050820 00:31:51 mysqld started
050820 0:31:52 [ERROR] Can't start server : Bind on unix socket:
Permission denied
050820 0:31:52 [ERROR] Do you already have another mysqld server
running on socket: /tmp/mysql.sock ?
050820 0:31:52 [ERROR] Aborting
050820 0:31:52 [Note] /usr/local/mysql/libexec/mysqld: Shutdown
complete
050820 00:31:52 mysqld ended
executing all these commands in root user mode only...
No mysql server is already running....i checked with "ps ef"
I couldn't figure out what the problem is.......
Thanks in Advance,
Regards,
Sundeep.