Quantcast
Channel: password – MySQL by Marcelo Altmann
Browsing latest articles
Browse All 8 View Live

How to change user password on MySQL

Today let’s talk about how to change MySQL user password We can use 2 ways, 1 – mysqladmin, 2 – linguagem SQL 1. mysqladmin: The syntax is easy: mysqladmin -u USER -p password NEWPASSWORD Let’s then...

View Article



MySQL Replication with SSL

Hi folks, let’s continue talk about replication, you can see the basics in this other post First of all, lets create the ssl certificates, go to the master server: Create CA certificate: openssl genrsa...

View Article

MySQL 5.7 auto-generated root password

Hi There. You may have noticed something different when you install a fresh copy of MySQL 5.7 either via yum or using binary source. The root password is auto-generated. Ok and where can I find it ?...

View Article

Recover MySQL root password

If you have lost the MySQL root password, or just don’t remember it, don’t worry, follow the step by step for you to retrieve it Stop the MySQL service if it is running “/etc/init.d/mysql stop” Up the...

View Article
Browsing latest articles
Browse All 8 View Live




Latest Images