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

 

 

 

(The Need to fix this is gone) Stumped on how to fix MySQL

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
geekosupremo
Posts: 154
Joined: 2014-10-30 23:17

(The Need to fix this is gone) Stumped on how to fix MySQL

#1 Post by geekosupremo »

<update>

While I would like to solve this ... the need for the mySQL server is now gone. So this may remain forever a mystery.

</update>

Problem to be solved: MySQL does not start.

What's been done so far: (sudo was applied where appropriate and a few times where it may have been un-needed just in case)
  • apt-get -f
  • apt-get --fix-missing
  • apt-get --purge
  • apt-get --reinstall
  • rebooting
  • /etc/init.d/mysql start
  • dpkg-reconfigure
The output of "apt-get --fix-missing"

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
mysql-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up mysql-server-5.5 (5.5.44-0+deb7u1) ...
[ ok ] Stopping MySQL database server: mysqld.
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.5; however:
  Package mysql-server-5.5 is not configured yet.

dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
I can't start it ... I can't reconfigure it ... I can't uninstall it ... I'm at a loss as to what to do next

Post Reply