Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

MySQL

MySQL Initialize Data Directory
Posted in
  • MySQL

MySQL Initialize Data Directory

To initialize the MySQL data directory, run This will create /var/lib/mysql directory. For some versions of … MySQL Initialize Data DirectoryRead more

by TechHubWriter•October 2, 2024•0
MariaDB ERROR 1524 Plugin unix_socket is not loaded
Posted in
  • MySQL

MariaDB ERROR 1524 Plugin unix_socket is not loaded

After upgrading MariaDB on Ubuntu server, i got following error root@server:~# mysql ERROR 1524 (HY000): Plugin … MariaDB ERROR 1524 Plugin unix_socket is not loadedRead more

by TechHubWriter•October 2, 2024•0
ERROR 1118 Row size too large Changing some columns to TEXT or BLOB may help.
Posted in
  • MySQL

ERROR 1118 Row size too large Changing some columns to TEXT or BLOB may help.

When restoring a MySQL database, i get error root@server:~# mysql production < db.sql ERROR 1118 (42000) … ERROR 1118 Row size too large Changing some columns to TEXT or BLOB may help.Read more

by TechHubWriter•October 2, 2024•0
MySQL ERROR Unable to create or change a table without a primary key
Posted in
  • MySQL

MySQL ERROR Unable to create or change a table without a primary key

When trying to restore a database backup to Managed DigitialOcean MySQL 8 database, i get following … MySQL ERROR Unable to create or change a table without a primary keyRead more

by TechHubWriter•October 2, 2024•0
Find MySQL Database and Table Size
Posted in
  • MySQL

Find MySQL Database and Table Size

To find the size of databases using SQL command, run the following SQL in MySQL prompt. … Find MySQL Database and Table SizeRead more

by TechHubWriter•October 2, 2024•0
Auto Restart MySQL if Crashed
Posted in
  • MySQL

Auto Restart MySQL if Crashed

This bash script is used to auto-restart MySQL or MariaDB database if it crashes or stops … Auto Restart MySQL if CrashedRead more

by TechHubWriter•October 2, 2024•0
Split mysqldump backup file into tables
Posted in
  • MySQL

Split mysqldump backup file into tables

I had to restore a large MySQL backup file. When restoring one of the table resulted … Split mysqldump backup file into tablesRead more

by TechHubWriter•October 2, 2024•0
MySQL Can’t create new tempfile
Posted in
  • MySQL

MySQL Can’t create new tempfile

When i try to repair a crashed database table, i get error mysql> repair table visitorstats_sessions; … MySQL Can’t create new tempfileRead more

by TechHubWriter•October 2, 2024•0
MariaDB Change Open Files Limit
Posted in
  • MySQL

MariaDB Change Open Files Limit

When using systemctl, you can set value for open_files_limit in my.cnf file. Default installation of MariaDB … MariaDB Change Open Files LimitRead more

by TechHubWriter•October 2, 2024•0
Reset MySQL root password on Bitnami server
Posted in
  • MySQL

Reset MySQL root password on Bitnami server

To reset MySQL root password on Bitnami server, first check MySQL server version you are running. … Reset MySQL root password on Bitnami serverRead more

by TechHubWriter•October 2, 2024•0

Posts pagination

Previous 1 … 4 5 6 … 9 Next

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