Search
Page 1 of 5. Showing 46 results (0.012 seconds)
Database Repair
Performing a database repair is a more exhaustive check of the internal database structure, and so more time is required for each table compared to a simple health check…How to repair the supervisor database <6.4
to the command prompt: mysqlcheck --repair --all-databases Wait for process to complete…Qube! Database Maintenance (Available only on the supervisor)
without being gracefully shut down, or runs out of disk space, individual tables in these databases can become corrupt and need to be repaired. In most cases, Qube! will continue…Database Health Check
that contain these error conditions are cached, and a subsequent Database Repair will be performed only on these tables. If the QubeGUI is restarted, the list of tables with errors…How do I get past an installer stuck on the MySQL database install phase?
. However the user account you choose must be capable of creating and deleting databases. Working around a Windows MySQL server running with skip-grant-grant-options disabled: You…Administration Menu
) - QubeWranglerView(6.4+) Performs a MySQL database health check on the supervisor Database Repair (Supervisor) - QubeWranglerView(6.4+) Performs a MySQL repair all database on the supervisor…Force a status change through the database
% mysql -u root qube mysql> UPDATE job SET status = 0x140 WHERE id = ;…Use of an encrypted database_password
Use of an encrypted database_password in the qb.conf will prevent either the Database Health Check or the Database Repair options from actually be executed, since…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
-privileges mysqlcheck -u root --repair --all-databases Once that's done, you should start the supervisor (/etc/init.d/supervisor start). Verify that the jobs are present: Code…