Soluții

How to repair MySQL tables

How Nexcess clients on physical (non-cloud) accounts can repair crashed MySQL tables using either phpMyAdmin or the MySQL CLI.

If you encounter MySQL time-out errors or unexpected restarts, the likely cause is one or more crashed database tables. Repairing the crashed tables will likely solve the issue, though this may cause the loss of some data.

[mai mult...]

Creating a Build System for Sublime Text

Sublime Text provides build systems to allow users to run external programs. Create a new build system for Sublime Text for setting up C++ compilation.

  • Open Sublime Text editor and then go to Tools > Build System > New Build System.
  • Paste the following code in the file and save it.
  • Name the file as “CP.sublime-build“.
[mai mult...]