Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

MySQL

How to Repair MyISAM Tables
Posted in
  • MySQL

How to Repair MyISAM Tables

MyISAM tables (.MYI and .MYD) can be repaired using myisamchk command. To find list of corrupted … How to Repair MyISAM TablesRead more

by TechHubWriter•October 2, 2024•0
How to create MySQL data directory with mysql_install_db
Posted in
  • MySQL

How to create MySQL data directory with mysql_install_db

On a Debian 7 server, the MySQL database got corrupted, which caused the MySQL database to … How to create MySQL data directory with mysql_install_dbRead more

by TechHubWriter•October 2, 2024•0
How to Install MySQL 5.7 on Ubuntu 22.04
Posted in
  • MySQL

How to Install MySQL 5.7 on Ubuntu 22.04

MySQL 5.7 is not supported on Ubuntu 22.04, but you can download MySQL 5.7 for Ubuntu … How to Install MySQL 5.7 on Ubuntu 22.04Read more

by TechHubWriter•October 2, 2024•0
Limit disk used by MySQL binary log files
Posted in
  • MySQL

Limit disk used by MySQL binary log files

You can use following config to keep 7 days bin log [mysqld] log_bin = /var/log/mysql/mysql-bin.log binlog_format … Limit disk used by MySQL binary log filesRead more

by TechHubWriter•October 2, 2024•0
How to disable MySQL X Protocol (mysqlx_port)
Posted in
  • MySQL

How to disable MySQL X Protocol (mysqlx_port)

After installing MySQL 8 and checking listening ports with “netstat -lntp”, you will see MySQL is … How to disable MySQL X Protocol (mysqlx_port)Read more

by TechHubWriter•October 2, 2024•0
How to Migrate MySQL Users to Another Server
Posted in
  • MySQL

How to Migrate MySQL Users to Another Server

I wanted to Migrate MySQL from one server to another. Usually, I could just copy over … How to Migrate MySQL Users to Another ServerRead more

by TechHubWriter•October 2, 2024•0
mysqldump Lost connection to MySQL server during query when dumping table
Posted in
  • MySQL

mysqldump Lost connection to MySQL server during query when dumping table

When taking backup of a MySQL database, i got error root@server1:~# mysqldump –opt serverok_wp > serverok_wp.sql … mysqldump Lost connection to MySQL server during query when dumping tableRead more

by TechHubWriter•October 2, 2024•0
Free MySQL Database Hosting
Posted in
  • MySQL

Free MySQL Database Hosting

Looking for a free MySQL hosting solution? In this blog post, I will list some of … Free MySQL Database HostingRead more

by TechHubWriter•October 2, 2024•0
How to Recover MySQL Table Structure from .frm File
Posted in
  • MySQL

How to Recover MySQL Table Structure from .frm File

To recover MySQL table structure from .frm file, you can use dbsake. You can find dbsake … How to Recover MySQL Table Structure from .frm FileRead more

by TechHubWriter•October 2, 2024•0
How to Backup Large MySQL Database Table by Table
Posted in
  • MySQL

How to Backup Large MySQL Database Table by Table

Backing up and restoring large databases can be challenging at times. Recently, when I had to … How to Backup Large MySQL Database Table by TableRead more

by TechHubWriter•October 2, 2024•0

Posts pagination

Previous 1 … 8 9

Smart Tech Hub

SmartTechHub is a dedicated tech blog that brings practical Linux tutorials, hands-on guides, and insightful tips right to your screen.

Useful Links

  • Home
  • News
  • Privacy Policy
Copyright © 2026 SmartTechHub.
Powered by WordPress and HybridMag.
  • Home
  • News
  • Privacy Policy