You are not logged in.

#1 2006-08-29 18:31:18

zolookas
Member
Registered: 2005-06-03
Posts: 44

[SOLVED] mysql-5.0.24-2 broken?

After upgrading to mysql-5.0.24-2 i've noticed that my site can't connect to mysql db and phpmyadmin says that php mysql.so module isn't loaded. I've checked configs and everything were ok, then i tried to "downgrade" mysql to mysql-5.0.24-1 and problem solved, just to be sure i upgraded mysql again and encountered same problem, so i'm running mysql-5.0.24-1 now. I think mysql-5.0.24-2 package is broken, anybody can confirm this?

EDIT: Seems mysql-5.0.24-2 doesn't have mysql executable

[root@host pkg]# mysql
-bash: /usr/bin/mysql: No such file or directory

Offline

#2 2006-08-29 20:40:44

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [SOLVED] mysql-5.0.24-2 broken?

Install mysql-clients and libmysqlclient. My guess is that you either didn't install it with a forced upgrade (-d option), or that pacman didn't like the files being on your system and decided to eat it for breakfast.

Offline

#3 2006-08-30 08:43:23

zolookas
Member
Registered: 2005-06-03
Posts: 44

Re: [SOLVED] mysql-5.0.24-2 broken?

Installing with -d option helped. Thanks.

Offline

#4 2006-08-30 12:02:22

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [SOLVED] mysql-5.0.24-2 broken?

Hmm, you're not supposed to use the -d option for the update, but reading my message you could read it in both ways.

Offline

Board footer

Powered by FluxBB