Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

MYSQL Install Problem Squeeze

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
mrunkel
Posts: 1
Joined: 2012-11-07 13:47

Re: MYSQL Install Problem Squeeze

#16 Post by mrunkel »

I had this issue. In my case it was because skip-bdb was in my my.cnf and I kept my custom my.cnf instead of installing the distributed version.

Removing it allows the server to start.

Berkeley DB is no longer in 5.1x, so the option doesn't apply any more, but why the mysql developers halt startup upon seeing this now deprecated option instead of just logging and ignoring is beyond me.

User avatar
DerekM
Posts: 37
Joined: 2012-10-20 04:03

Re: MYSQL Install Problem Squeeze

#17 Post by DerekM »

There was a glick found from install mythtv backend and frontend causing the same errors.. The solution was to do this

edit /etc/mysql/my.cnf

and look for the line

bind address = 127.0.0.1

and comment that line out

#bind address =127.0.0.1
Reboot
I hope this applies to you as well...

Post Reply