Technical articles, tutorials and tips about servers, VPS, hosting and technology
355 published articles

Monitoring queries that are causing system bottlenecks is a common and extremely useful task. MySQL comes by default with the mysq...

Accidents happen. Losing or forgetting a password is not uncommon. In this brief guide, we'll teach you how to change the MySQL ro...

Instead of dumping all the tables, as an alternative we can copy the necessary files from the MySQL "data" folder, and then restor...

The SQL language allows tables to be joined, but sometimes these commands are forgotten and/or we get confused about the real purp...

To add the"age" column of type "int (11)" to the"student" table, simply use the following SQL query: ALTER TABLE aluno ADD idade i...