Search
Page 1 of 5. Showing 44 results (0.013 seconds)
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…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…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…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…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…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…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…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;…Force a status change through the database
% mysql -u root qube mysql> UPDATE job SET status = 0x140 WHERE id = ;…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…