Reset mysql root password
Steps to reset the mysql root password Step # 1 : Stop mysql service # /etc/init.d/mysql stop Step # 2: Start
Read moreTech Blog and Discussion
Steps to reset the mysql root password Step # 1 : Stop mysql service # /etc/init.d/mysql stop Step # 2: Start
Read moreHere we are going to create a Master -> Master -> Slave -> Slave replications architecture. I am expecting here , you
Read moreYou can use MySQL function SEC_TO_TIME(). Example: SELECT SEC_TO_TIME(2378); Output is: 00:39:38
Read moreI’m not sure what the root cause may be. But to recover from this situation, you’d want to instruct MySQL
Read moreFiles need to check are: /etc/asterisk/res_odbc.conf /etc/odbcinst.ini To resolve this , You have to check the correct configuration of above
Read moreGetting Error while upload large file from phpMyAdmin: Soution: change the memory limit in php.ini file both upload_max_filesize and post_max_size also. Then restart the httpd
Read moreNormally MySQL replication will stop whenever there is an error running a query on the slave. This happens in order for us
Read moreSome time in mysql process list you may see “unauthenticated user” increasing up it look like: | 1004 |
Read moreSummary: in this tutorial, you will learn how to manage views in MySQL including displaying, modifying and removing views. Show view definition
Read moreCreate user CREATE USER ‘super’@’%’ IDENTIFIED BY PASSWORD ‘*01A6717B58FF5C7EAFFF6CB7C96F7428EA65FE4C’; Grant Permission: GRANT ALL ON *.* TO easy@’10.0.20.212′; Flush Privileges: FLUSH PRIVILEGES
Read more