: Installing Mysql on 9.0
I found the mysql.sock under the tmp folder! I ran the
mysqld program and saw error saying another mysql
might be running. So I did ps -ae and found the
follwoing
3056 ?00:00:00 mysqld_safe
3088 ?00:00:00 mysqld
I tried to kill them but it's not
--- "Eduardo A. dela Rosa" <[EMAIL PROTECTED]>
wrote:
> On Fri, 2003-10-17 at 02:24, Dali Islam wrote:
>
> > After I ran the command from the
> > /usr/loca/mysql/sql-bench folder "perl
> run-all-tests"
> > I got the following error:
> >
> > GOT error: 'Can't connect to local MySql server
> > thr
I found the mysql.sock under the tmp folder! I ran the
mysqld program and saw error saying another mysql
might be running. So I did ps -ae and found the
follwoing
3056 ?00:00:00 mysqld_safe
3088 ?00:00:00 mysqld
I tried to kill them but it's not going away.
>>kill 3056
>>kill 30
--- "Eduardo A. dela Rosa" <[EMAIL PROTECTED]>
wrote:
> On Fri, 2003-10-17 at 02:24, Dali Islam wrote:
>
> > After I ran the command from the
> > /usr/loca/mysql/sql-bench folder "perl
> run-all-tests"
> > I got the following error:
> >
> > GOT error: 'Can't connect to local MySql server
> > thro
On Fri, 2003-10-17 at 02:24, Dali Islam wrote:
After I ran the command from the
/usr/loca/mysql/sql-bench folder "perl run-all-tests"
I got the following error:
GOT error: 'Can't connect to local MySql server
through socket '/var/lib/mysql/mysql.sock' (2) when
connecting to DBI:mysql:database
After I ran the command from the
/usr/loca/mysql/sql-bench folder "perl run-all-tests"
I got the following error:
GOT error: 'Can't connect to local MySql server
through socket '/var/lib/mysql/mysql.sock' (2) when
connecting to DBI:mysql:database=test;host=localhost
with user: '' password" ''
---
Did you start the server? /etc/rc.d/init.d/mysql start
-Original Message-
From: Dali Islam [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 1:58 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Installing Mysql on 9.0
I deleted the mysql directory from the /usr
I deleted the mysql directory from the /usr/local
folder and re-install.
when I tried to run the the following commadn it
didn't work.
I ran the command from the /usr/local/myssql
./bin.mysqladmin -u root -h cscmail.rchaland.ibm.com
password 'test1test'
it came with the error:
./bin/mysqladmin
Title: Re: Installing Mysql on 9.0
Hi Dali,
"mysql dead but subsys locked."
Normally this would happen if you've got a previous version of MySQL
that was installed along with your RedHat OS. Try to uninstall it and
also find the "mysql.pid" and delete it. If you f
--- "Eduardo A. dela Rosa" <[EMAIL PROTECTED]>
wrote:
> > shell> groupadd mysql
> > shell> useradd -g mysql mysql
> > shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
> > shell> cd mysql-VERSION
> > shell> ./configure --prefix=/usr/local/mysql
> > shell> make
> > shell> make install
> > shell> scr
> shell> groupadd mysql
> shell> useradd -g mysql mysql
> shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
> shell> cd mysql-VERSION
> shell> ./configure --prefix=/usr/local/mysql
> shell> make
> shell> make install
> shell> scripts/mysql_install_db
> shell> chown -R root /usr/local/mysql
> shell
This is my first time with mysql so bear with me.
I installed the
"mysql-standard-4.0.15-pc-linux-i686.tar.gz" and ran
the following command, like it show on the mysql
website.
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
shell> cd mysql-
12 matches
Mail list logo