Quick-Start with MySQL on SLES 12.x
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest MySQL 5.7+ Server and Client for SUSE Linux Enterprise Server 12.x.
Whit this Simple Procedure you will get Installed instead of the Default MariaDB a More Rampant Latest Official MySQL Release.
MySQL has become the preferred choice for Web, Web 2.0, SaaS, ISV, Telecom companies and forward-thinking corporate IT Managers because it eliminates the major problems associated with downtime, maintenance and administration for modern, online applications.

Download Latest MySQL Server for SLES 11 Linux
Extracting MySQL Bundle.
cd
tar xvf ./MySQL*.tar
Installing MySQL on SUSE Linux 12.
sudo su -c "zypper in ./mysql*.rpm"
Starting MySQL Server.
su -c mysqld_safe
Securing MySQL installation.
su -c mysql_secure_installation