Mailinglist Archive: opensuse-amd64 (299 mails)
| < Previous | Next > |
Re: [suse-amd64] Installation problem with Mysql x86_64 rpm
- From: Travis Reeder <travis@xxxxxxxxxxxxxxxx>
- Date: Thu, 8 Jan 2004 15:49:43 +0000 (UTC)
- Message-id: <3FFD7C06.9040902@xxxxxxxxxxxxxxxx>
Ended up installing using YAST and it worked! What a pain in the neck.
And for anyone that is trying to do that, you have to change all the permissions on the /var/lib/mysql directory. Also, you should add a mysq group and then add the mysql user to that group
groupadd mysql
useredit -g mysql mysql
chown -R mysql.mysql /var/lib/mysql
Think that's what I did to finally get it workign using the SUSE mysql install of 4.0.15
Travis
Andi Kleen wrote:
And for anyone that is trying to do that, you have to change all the permissions on the /var/lib/mysql directory. Also, you should add a mysq group and then add the mysql user to that group
groupadd mysql
useredit -g mysql mysql
chown -R mysql.mysql /var/lib/mysql
Think that's what I did to finally get it workign using the SUSE mysql install of 4.0.15
Travis
Andi Kleen wrote:
On Wed, 07 Jan 2004 17:03:27 -0700
Travis Reeder <travis@xxxxxxxxxxxxxxxx> wrote:
I know this isn't the best list for this, but I didn't get an answer on the mysql list so maybe one of you could help...
I have a brand new fresh install of SUSE 9, 64 bit and am trying to install mysql 64 bit, but I get the following output: I've bolded the
Are you using the mysql executable from the SUSE rpm?
important lines (or at least what i think is important "mysqld got signal 11;". Has anybody experienced this or know how to solve this?
I would start with checking if the hardware is ok. You could run the script on
http://people.redhat.com/dledford/memtest.html
for a while and see if the IO subsystem and the memory are stable.
-Andi
| < Previous | Next > |