Skip to main content

missing mysqld (mysql server)

Comments

6 comments

  • mr187canada
    I'd like to just say as well that yeah I do have the mysql.stock located at /var/lib/mysql/ but I do not have any mysqld.stock which is the mySQL server and I've tried everything to install it I've looked everywhere and nowhere seems to say anything about how to install mySQL server onto a cPanel server. I am using CentOS 6.6 and the latest cPanel and mySQL 5.6 and I installed a clean CentOS on another test server with no cPanel and was able to install mySQL and than mySQL server no problem with yum install mysql-server after grabbing the repo. Now the problem is there is no service mysqld, there's mysql which is the mysql client but there's no mysqld anywhere and I cannot find anything on these forums or google about how to install it.
    0
  • triantech
    Hey, Try to re-install MySQL from WHM : ( Home >> Software >> MySQL Upgrade ) Let's see how it finishes ? Also, how much is your RAM ?
    0
  • cPanelMichael
    Hello :) Please keep in mind that MySQL is installed and managed through cPanel. You don't manage it through YUM like you would with a standard CentOS installation. Does the /tmp/mysql.sock symbolic link exist on your system? Check to see if the following command helps:
    /usr/local/cpanel/scripts/check_cpanel_rpms --fix
    Thank you.
    0
  • akuzminsky
    From time to time MySQL packagers change names to make our life more fun. The most reliable way I found to know which package actually provides MySQL server is
    yum provides "*/mysqld"
    it will show you packages that will install mysqld file. So then you can choose which one to install
    0
  • mr187canada
    ]Hey, Try to re-install MySQL from WHM : ( Home >> Software >> MySQL Upgrade ) Let's see how it finishes ? Also, how much is your RAM ?

    All I can really do is try to upgrade again to 5.6 and this is what I get Beginning MySQL upgrade... Running: /usr/local/cpanel/scripts/check_cpanel_rpms --targets=MySQL41,MySQL50,MySQL51,MySQL55,MySQL56 --fix MySQL upgrade completed successfully ------------------------------------ Checking for Ruby update... No Ruby update required.
    ]Hello :) Please keep in mind that MySQL is installed and managed through cPanel. You don't manage it through YUM like you would with a standard CentOS installation. Does the /tmp/mysql.sock symbolic link exist on your system? Check to see if the following command helps:
    /usr/local/cpanel/scripts/check_cpanel_rpms --fix
    Thank you.

    I do have /tmp/mysql.sock I also have /var/lib/mysql/mysql.stock my MySQL runs completely fine site wise I have a forums running and everything but I don't have any mysqld.stock anywhere which is required for the game server I am trying to host. I also did what you said didn't really do anything still no mysqld.stock
    ]From time to time MySQL packagers change names to make our life more fun. The most reliable way I found to know which package actually provides MySQL server is
    yum provides "*/mysqld"
    it will show you packages that will install mysqld file. So then you can choose which one to install

    This is what I got when I did it root@server [/tmp]# yum provides "*/mysqld" Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror-fr2.bbln.org * extras: mirror-fr2.bbln.org * updates: miroir.univ-paris13.fr base/filelists_db | 6.1 MB 00:00 extras/filelists_db | 31 kB 00:00 updates/filelists_db | 375 kB 00:00 MySQL56-server-5.6.21-1.cp1142.x86_64 : MySQL: a very fast and reliable SQL : database server Repo : installed Matched from: Filename : /usr/sbin/mysqld
    0
  • cPanelMichael
    ]but I don't have any mysqld.stock anywhere which is required for the game server I am trying to host.

    Please keep in mind that it's "mysql.sock" and not "mysql.stock". To clarify, is it only the game server that's not working properly? If so, have you consulted with their support team? Thank you.
    0

Please sign in to leave a comment.