Monday, March 20, 2023

MySql

Error starting PHPMyadmin

PHPMYadmin is one of the best software in relation with mysql to manage databases and tables and perform operations.Cpanel offers this tool to manage databases within its Control PAnel.Today I was asked from one...

fixing ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib ...

fixing ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (2) This may have so many causes but the cause that i encountered today was because of permission problem both...

Fixing Error InnoDB: The error means mysqld does not have the access rights to

When I wanted to fix my friends MySQL service one of the errors that loged in the /var/log/mysqld.log was the following 101114 12:45:43 mysqld started 101114 12:45:43 InnoDB: Operating system error number 13 in a...

Fixing Error Timeout error occurred trying to start MySQL Daemon.

If you encountered this error Timeout error occurred trying to start MySQL Daemon. while you wanted to start MySql service by running the command service mysqld start, this may have so amny reasons one may be that...

fixing [ERROR] /usr/libexec/mysqld: Can’t create/write to file ‘/var/run/mysqld/mysqld.pid’ (Errcode: 13)

Today I had to fix so many of ones server permission taht coudln't start the MySql SERvice on a linux server after fixing so many ownership finally I got this error in the log file /var/log/mysqld.log that...