You are not logged in.
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
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
Installing with -d option helped. Thanks.
Offline
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