Search

Search

Help

Page 1 of 5. Showing 44 results (0.013 seconds)

  1. Where is the MySQL configuration file?

    The MySQL configuration file location is OS- and version-specific. Linux & OSX: /etc/my.cnf Windows (all versions): C:\Program Files\pfx\qube\mysql\my.cnf…
    Qube 6.4May 22, 2013
  2. How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'

    The MySQL access error on the supervisor is due to the mysql qube_readonly user having no permission to read when connecting from the hostname localhost, which is shorthand…
    Qube 6.4Dec 19, 2012
  3. How do I get past an installer stuck on the MySQL database install phase?

    The most common reason for this is that there is either a password assigned to the MySQL root user that is stored in the Qube configuration file in an encrypted format…
    Qube 6.4May 22, 2013
  4. How do I reset the Supervisor MySQL database?

    (Example commands provided for OSX platform) login to your Supervisor open a Terminal window run the following command sudo /Applications/pfx/qube/utils/upgrade_supervisor -reset you may need to restart the Supervisor as well sudo SystemStarter stop super…
    Qube 6.4May 23, 2013
  5. How to migrate Qube! supervisor

    supervisor host. To migrate a Qube supervisor, you need to migrate both the MySQL databases and the job logs if the job logs are stored on the supervisor's local disk. If your job…
    Qube 6.4Mar 28, 2013
  6. Supervisor Prerequisites on Linux

    The supervisor requires the following packages to be present: mysql mysql-server xinetd We suggest installing all the required packages with 'yum', as we test against…
    Qube 6.4Oct 16, 2012
  7. My Supervisor install fails before completing

    On Windows, I recommend you try backing out of Qube, uninstalling MySQL, and reinstall Qube. On OS X. You could uninstall MySQL, or you can run the normal installer and make…
    Qube 6.4Nov 05, 2012
  8. My job package variables are getting truncated

    Fix by enlarging the field size of job.data % mysql -u root qube mysql> ALTER TABLE job MODIFY data LONGTEXT;…
    Qube 6.4Nov 05, 2012
  9. Force a status change through the database

    % mysql -u root qube mysql> UPDATE job SET status = 0x140 WHERE id = ;…
    Qube 6.4Nov 05, 2012
  10. I am getting 'Invalid agenda item name "1". Skipping slice.' warnings in the QubeGUI. What's doing on and how do I fix this?

    Cause: Likely you have just recently reset your qube database on the same machine that was previously running a qube supervisor. The MySQL database was cleared, but the job…
    Qube 6.4Nov 05, 2012