You are not logged in.

#1 2009-11-18 18:17:15

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

[SOLVED] mysql error

I've seen the front page news and the recent threads about mysql changes, but I don't see this particular issue mentioned.  After just completing the upgrading of the libmysqlclient, mysql, mysqlclients, and akonadi packages, I receive the following error in the pacman printout:

chown: invalid user: 'mysql:mysql'
error: command failed to execute correctly

Do I need to do anything about this or should I continue using Arch as usual?

Thanks to anyone that knows.  smile

Last edited by ozar (2009-11-18 18:17:40)


oz

Offline

#2 2009-11-18 20:41:27

gpdnet
Member
Registered: 2009-09-14
Posts: 6

Re: [SOLVED] mysql error

Hmm, I just got this too.

Oddly, when I upgraded ony of my machines from 5.1.40, which I caught just this morning, to 5.1.41 it works OK. On another machine going directly from 5.1.39 to 5.1.41 I get the error message.

Not sure what the right fix is at the moment though.

Offline

#3 2009-11-18 20:47:27

Doehni
Member
From: Germany
Registered: 2007-05-19
Posts: 175

Re: [SOLVED] mysql error

Have it too wink

Offline

#4 2009-11-18 20:48:33

mjheagle8
Member
From: /home/mjheagle8
Registered: 2009-07-12
Posts: 186

Re: [SOLVED] mysql error

i also had this error.


Desktop/Laptop - DWM :: VM - screen
Registered Linux User Number 483137 :: Victory! :: GitHub

Offline

#5 2009-11-18 20:56:06

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [SOLVED] mysql error

Hi, people who never started mysql will get this error message.
I will fix this in mysql 5.1.41-2, but if you can't wait do this:

# groupadd -g 89 mysql
# useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql
# pacman -Syu

anyway # pacman -Rd mysql, pacman -S mysql, should fix this too.

Offline

#6 2009-11-18 21:02:27

gpdnet
Member
Registered: 2009-09-14
Posts: 6

Re: [SOLVED] mysql error

Thanks for the fix. I just realised I got this on a machine that had never started mysql as when I tried to start it it complained that /var/lib/mysql did not exist.

By the way, I know it's kind of bad form to hijack a topic, but the (separate) InnoDB plugin that is supposed to be a standard part of the mysql installation/build as from 5.1.38 does not seem to get installed anywhere. Is this deliberate for some reason?

Thanks,
Gary.

Offline

#7 2009-11-18 21:05:14

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [SOLVED] mysql error

no, as I wrote here, I'll enable it in the 5.1.41-2 release

Offline

#8 2009-11-18 21:05:26

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: [SOLVED] mysql error

bash wrote:

anyway # pacman -Rd mysql, pacman -S mysql, should fix this too.

Thanks for the tip, bash!

I did this one and it seemed to work well.


oz

Offline

#9 2009-11-18 21:05:39

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [SOLVED] mysql error

gpdnet wrote:

By the way, I know it's kind of bad form to hijack a topic, but the (separate) InnoDB plugin that is supposed to be a standard part of the mysql installation/build as from 5.1.38 does not seem to get installed anywhere. Is this deliberate for some reason?

no, as I wrote here, I'll enable it in the 5.1.41-2 release

ozar wrote:

Thanks for the tip, bash!

I did the crap, I am trying to solve the crap tongue

Offline

#10 2009-11-20 11:23:08

gpdnet
Member
Registered: 2009-09-14
Posts: 6

Re: [SOLVED] mysql error

bash wrote:
gpdnet wrote:

By the way, I know it's kind of bad form to hijack a topic, but the (separate) InnoDB plugin that is supposed to be a standard part of the mysql installation/build as from 5.1.38 does not seem to get installed anywhere. Is this deliberate for some reason?

no, as I wrote here, I'll enable it in the 5.1.41-2 release

OK, thanks, everything seems to be working OK now for me, but still no InnoDB plugin installed. In fact no plugins directory at all.

Thanks again,
Gary.

Offline

Board footer

Powered by FluxBB