View previous topic :: View next topic |
Author |
Message |
sobers_2002 Veteran
Joined: 16 Mar 2004 Posts: 1128
|
Posted: Sun Feb 05, 2006 7:06 pm Post subject: super mysql problems |
|
|
Hi
i am having a mysql nightmare here. Due to some reason i had to upgrade from 4.0.24 to 4.1.16. Now after upgrading initially i was getting sock connection error. I checked the /var/run/mysqld and there was no pid file, and ps -A didn't show mysql either. So i looked up a little and found revdep rebuilding is required. So i did that and the following packages needed upgradation
Code: | dev-lang/php net-libs/libwww www-servers/lighttpd dev-php5/pecl-pdo-mysql |
now when i start mysql, again no process in ps -A but now no mysqld.sock file either!!! this is the /var/run directory Code: | drwxr-xr-x 2 mysql mysql 2 Feb 6 00:47 mysqld
|
and this is the /var/lib directory Code: | drwxr-x--- 14 mysql mysql 29 Feb 6 00:47 mysql | .
please help!!!
downgrading will result in some importing pains of latin1 db's.
thanks
Saurabh _________________ Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !! |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Sun Feb 05, 2006 8:34 pm Post subject: |
|
|
Erm.. just revert the etc-update crapout of your config files, I think.
Did you fail to read the mile-high warning at the end of the mysql emerge ? _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
cazort Guru
Joined: 19 Sep 2004 Posts: 343 Location: Lancaster, PA
|
Posted: Mon Feb 06, 2006 1:58 am Post subject: |
|
|
It sounds like you may have replaced/updated some of the config files but not others. I had similar trouble on one of the 2 upgrades I did. I just backed up the config files (to save my changes to them) and then re-emerged...it fixed it. _________________ Alex Zorach | Teacology | RateTea | Why This Way |
|
Back to top |
|
|
|