I'm trying to setup and use "User Defined Functions"
(UDF) in MySQL. First of all, typing:
show variables like 'plugin';
in order to get the mysql plugin path returns an
empty result set for me. I tried specifying the plugin
directory directly in my.cnf, under [mysqld], by
adding:
plugin_dir=/usr
t; 2006/3/28, Lakshmi M P
> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>:
>
> Run ps -ef | grep mysql and see any mysql process is running and if so
> kill the same and try to start mysql.It may help.
> leo huang wrote:
>
> hi,
>
> I met the MySQL restart erro
may help.
> leo huang wrote:
> > hi,
> >
> > I met the MySQL restart error today.
> >
> > First, I stopped the running mysql server using
> > /usr/local/mysql/bin/mysqladmin -uroot shutdown.
> >
> > After the server shutdowned, I restarted it using
>
hi,
I met the MySQL restart error today.
First, I stopped the running mysql server using
/usr/local/mysql/bin/mysqladmin -uroot shutdown.
After the server shutdowned, I restarted it using
/usr/local/mysql/bin/mysqld_safe &.
Then, I got this error: [ERROR] Can't start server: Bind
On 07-Jul-01 MikeBlezien wrote:
> Our Mysql server was shutdown with the mysqladmin -u XXX -p XXX shutdown
>
> and for some reason we can not restart it and can't make any connections to
> the
> Mysql server. This is on a FreeBSD server. what is the correct procedure to
> restart the Mysql serv
Our Mysql server was shutdown with the mysqladmin -u XXX -p XXX shutdown
and for some reason we can not restart it and can't make any connections to the
Mysql server. This is on a FreeBSD server. what is the correct procedure to
restart the Mysql server??
thanks,
Mike(mickalo)Blezien
=-=-=-=-