|
New password for the MySQL "root" user: <-- yourrootsqlpassword
Repeat password for the MySQL "root" user: <-- yourrootsqlpassword
Now we must check if both MySQL server support SSL connections. Log into MySQL...
mysql -u root -p... and run the following command on the MySQL shell:
show variables like '%ssl%';If the output is as follows (both have_openssl and have_ssl show DISABLED)...
mysql> show variables like '%ssl%';View the Original article