Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Member
    Join Date
    Apr 2011
    Posts
    32

    Default MySQL Service Test

    Hi I'm setting up Enkompass for the first time and everything is going well except the MySQL service is not testing correctly. The Server Connection test passes but the MySql Service Test fails. I checked under Windows -> Services and it appears to be running (as Local System).

    I'm not sure what else to do. I followed the instructions from Enkompass. Not sure where I could have gone wrong.

    Thanks for any help. And sorry if this post is in the wrong section of the forums.

  2. #2
    cPanel Staff
    Join Date
    Apr 2010
    Location
    Houston
    Posts
    158

    Default Re: MySQL Service Test

    Typically I see two reasons why this doesn't work.

    1) Remote Root access isn't enabled
    2) A value gets entered for Instance (which is a MSSQL thing)

    If neither of these are the case, please open a ticket so we can investigate further.
    ------
    Todd Thrash
    Technical Product Specialist
    ------

  3. #3
    Member
    Join Date
    Apr 2011
    Posts
    32

    Default Re: MySQL Service Test

    Yeah it was that remote root access wasn't enabled... Thanks!

  4. #4
    Member
    Join Date
    Jul 2004
    Posts
    16

    Default Re: MySQL Service Test

    How did you enable remote access?

  5. #5
    cPanel Staff cPanelSalinas's Avatar
    Join Date
    Feb 2009
    Posts
    355

    Default Re: MySQL Service Test

    If MySQL is on the same server as Enkompass, you can log into PhpMyAdmin as 'root' and add % to root under the Privileges tab.

    http://localhost:2078
    Server: localhost
    username: root
    password: root_password

    OR

    Use command line on MySQL server

    mysql -u root -p

    Password: root_password

    THEN

    use mysql;

    THEN

    grant ALL on *.* to root@"%" identified by "root_password" with grant option; (be sure to use quotes around the wildcard and the root password)

    THEN

    flush privileges;

    THEN

    quit

Similar Threads & Tags
Similar threads

  1. MySql Service
    By ScottT in forum Enkompass Discussions
    Replies: 3
    Last Post: 08-02-2010, 03:02 AM
  2. server-wide integrity test for all mysql dbs?
    By spaceman in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-23-2006, 03:22 AM
  3. Database called test in all users MYSQL
    By demomen in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-12-2006, 07:07 PM
  4. mysql test and tmp table...
    By fred123123 in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 09-26-2005, 12:21 PM
  5. Mysql upcp - using wget.....test failed
    By jeroman8 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 01-03-2005, 05:32 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube