Sign In

Register

Join the 5 Minute Guide community to share your own tutorials and participate in forum conversations!

Register

×

[HOW TO] Install mysql on opensuse leap 42.1 in terminal

Description

In this tutorial I’ll show you how to install mysql onto an opensuse leap 42.1 server. this is the last installment for lamp. the commands are in below.

su – #grants root privileges for the session
zypper update #updates the zypper installer
zypper in mariadb mariadb-tools #installs mysql
systemctl start mysql #starts the mysql service
systemctl enable mysql #starts mysql on boot
mysql_secure_installation #installing mysql database
type y for all the questions
mysql -u root -p #logs you into mysql
exit #exits mysql

Tutor Bio

Alternative Text

i'm a human i think?