Blog - //.nkotov
  • 🏠
  • #️⃣
  • 🗒
  • #>_

MySQL

A collection of 3 posts
MySQL Optimization
MySQL

MySQL Optimization

Often on virtual servers there is a problem with the database load or the slow operation of the database, so we will give an example of optimizing the MySQL settings. The database configuration file is located at: /etc/my.cnf /etc/mysql/my.cnf Remember that the parameters are configured
21 Oct 2024 3 min read
Simple MySQL Queries
MySQL

Simple MySQL Queries

This note may be useful for those who are just starting to use the MySQL. Everything happens for the first time. For example, you got a job, or wanted to work in a project where this system was used. Reading manuals is of course helpful. But the return on reading
27 Dec 2023 3 min read
Create MySQL Database
MySQL

Create MySQL Database

Connect to the MySQL server from the command line as root: mysql -u root -p Create MySQL Database Use the following syntax to create a database in MySQL: CREATE DATABASE name_base; Create a new user: GRANT ALL PRIVILEGES ON name_base.* TO name_user@localhost IDENTIFIED BY 'PASSWORD&
26 Dec 2023 1 min read
Page 1 of 1
Blog - //.nkotov © 2025
  • Donates
Powered by Ghost