Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

MySQL

Find all MySQL databases using InnoDB engine
Posted in
  • MySQL

Find all MySQL databases using InnoDB engine

To find all MySQL database using InnoDB MySQL engine, run mysql -N mysql -e “SELECT table_schema … Find all MySQL databases using InnoDB engineRead more

by TechHubWriter•October 3, 2024•0
How to Disable MySQL Strict Mode
Posted in
  • MySQL

How to Disable MySQL Strict Mode

To Disable MySQL Strict Mode, edit vi /etc/my.cnf Add under [mysqld] section sql_mode = “” Verify … How to Disable MySQL Strict ModeRead more

by TechHubWriter•October 3, 2024•0
MySQL Unknown collation: utf8mb4_unicode_520_ci
Posted in
  • MySQL

MySQL Unknown collation: utf8mb4_unicode_520_ci

When i restore a MySQL database backup taken on MairaDB 10 on MySQL 5.5, i get … MySQL Unknown collation: utf8mb4_unicode_520_ciRead more

by TechHubWriter•October 3, 2024•0
ERROR 2006 (HY000) at line 348: MySQL server has gone away
Posted in
  • MySQL

ERROR 2006 (HY000) at line 348: MySQL server has gone away

When i try to restore a MySQL database, i get following error. [root@server2 ~]# mysql sok_wp … ERROR 2006 (HY000) at line 348: MySQL server has gone awayRead more

by TechHubWriter•October 3, 2024•0
Change MySQL root password
Posted in
  • MySQL

Change MySQL root password

If you have MYSQL root password and want to change the MySQL root password, first log … Change MySQL root passwordRead more

by TechHubWriter•October 3, 2024•0
mysql root
Posted in
  • MySQL

mysql root

Change MySQL Password Reset MySQL root password MySQL Password Reset Errors

by TechHubWriter•October 3, 2024•0
Find MySQL Server Version
Posted in
  • MySQL

Find MySQL Server Version

To find MySQL server version, connect to MySQL, then run select version(); You can also use … Find MySQL Server VersionRead more

by TechHubWriter•October 3, 2024•0
MySQL create user with root privileges
Posted in
  • MySQL

MySQL create user with root privileges

To create a user with “root” privileges, you need to find what privileges root has, this … MySQL create user with root privilegesRead more

by TechHubWriter•October 2, 2024•0
Can’t open and lock privilege tables: Table ./mysql/db is marked as crashed
Posted in
  • MySQL

Can’t open and lock privilege tables: Table ./mysql/db is marked as crashed

On a Cpanel Server, MySQL did not start. I checked the error log in /var/lib/mysql folder, … Can’t open and lock privilege tables: Table ./mysql/db is marked as crashedRead more

by TechHubWriter•October 2, 2024•0
MySQL Repair
Posted in
  • MySQL

MySQL Repair

Can’t open and lock privilege tables: Table ‘./mysql/db’ is marked as crashedMySQL Can’t create new tempfilemysqlcheckHow … MySQL RepairRead more

by TechHubWriter•October 2, 2024•0

Posts pagination

Previous 1 2 3 … 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