Install phpMyAdmin on openSUSE 13.2

2

phpMyAdmin
phpMyaAdmin is the web-based administration tool for managing the MySQL, MariaDB and Drizzle servers, it helps in performing databases activities such as creating, deleting ,querying , tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on openSUSE 13.2.

Before installing phpMyAdmin, you can have AMP installed on the server. Here is the tutorial on Installing LAMP on openSUSE 13.2.

Installing phpMyAdmin:

I am assuming that you have completed the previous step, Install phpMyAdmin using the following command.

server:~# zypper install phpMyAdmin

Accessing phpMyAdmin:

Now access the phpPgAdmin from the browser, url will be http://your-ip-address/phpMyAdmin. (Url is case-sensitive).  Login by using root or admin user.

openSUSE 13.2 - phpMyAdmin Login Page
openSUSE 13.2 – phpMyAdmin Login Page

You will get the database page.

openSUSE 13.2 - phpMyAdmin Home Page
openSUSE 13.2 – phpMyAdmin Home Page

That’s All. Hope this helped you, we welcome your comments.

You might also like