Skip to content
Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • Database - General

    Mysql import from 5.6 to 5.7 : Column count of mysql.user is wrong. Expected 42, found 44. The table is probably corrupted

    November 26, 2018 - By itdoctor

    You might receive the error Column count of mysql.user is wrong. Expected 42, found 44. The table is probably corrupted…

    Read More
  • Database

    Mysql: creating a new user and assign all permission to it

    August 20, 2018 - By itdoctor

    i create this user for my backup script: [crayon-685d47532c002576866026/]  

    Read More
  • Database - Linux

    Ubuntu – change mysql root password

    May 18, 2018 - By itdoctor

    This is a bit gnarly. If you have a better method of updating the password without triggering a warning about…

    Read More
  • Database

    Mysql Replication error: Slave failed to initialize relay log info structure from the repository after changing hostname

    November 5, 2017 - By itdoctor

    Below are the steps to fix this issue: 1. Shut down your old slave server and make a copy of…

    Read More
  • Database

    Disable SQL strict mode in Mysql 5.7

    October 28, 2017 - By itdoctor

    Add this to /etc/mysql/mysqld.conf/mysqld.conf [crayon-685d47532c303038386888/]  

    Read More
  • Database

    Mysql: how to check the maximum connections that the server has handled?

    July 29, 2017 - By itdoctor

    You can run this command to find the maximum connections that the server has served since it starts? it’s useful…

    Read More
  • Database

    Mysql replication error – relay log file corrupted

    March 2, 2017 - By itdoctor

    SQL Thread is not running When relay log is corrupted  , meaning the slave server is stopped unexpectedly How to…

    Read More
  • Database

    Mysqldump multiple database , tables

    February 15, 2017 - By itdoctor

    Dump multiple databases: [crayon-685d47532c587944676086/] Dump some selected tables: [crayon-685d47532c588596807058/] Dome all tables except some tables: [crayon-685d47532c589414587044/]  

    Read More
  • Database

    Mysql 5.7 : How to enable slow query logs

    September 5, 2016 - By itdoctor

    If you just uncomment the slow query log variable in mysqld.conf , you can’t start your mysql server. it’s because…

    Read More
  • Database - Linux

    Mysql – repair/check all tables in all databases

    July 27, 2016 - By itdoctor

    The below command will go through all tables in all database databases to do a repair check. [crayon-685d47532c742291437171/]

    Read More
 Older Posts

Categories

  • Apple
  • Azure
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Splunk
  • Windows
Graceful Theme by Optima Themes