Quick-Start with phpMyAdmin on Kubuntu 14.04 Trusty
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Phpmyadmin 4.x on Kubuntu 14.04 Trusty Tahr LTS GNU/Linux Desktop.
phpMyAdmin is a Free Software Tool written in PHP that supports a wide range of operations on MySQL, MariaDB and Drizzle.
phpMyAdmin is able of Managing Databases, Tables, Columns, Relations, Indexes, Users Permissions and Executing Any SQL via the User GUI.

-
Open a Command Line Terminal Window
Cmd+Alt+t and Search for “term”
(Press “Enter” to Execute Commands) -
Download Latest Phpmyadmin 4.x for Linux:
-
Double-Click on Archive Extract into /tmp
Or from Command Line:
tar xvzf $HOME/Downloads/phpMyAdmin*.tar.gz -C /tmp/
-
Relocate Phpmyadmin Folder.
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
chown -R www-data:www-data /tmp/phpMyAdmin*
If the PHP User is different then adapt the above Command Consequently…
mv /tmp/phpMyAdmin* /var/www/html/phpmyadmin
-
Create a “config” Directory.
cd /var/www/html/phpmyadmin
mkdir config
chown www-data:www-data config
chmod o+rw config
-
Make a Config Script or Run Phpmyadmin Setup.
mv config.sample.inc.php config.inc.php & exit
Then Run Phpmyadmin Setup
Point Your Browser to:http://localhost/phpmyadmin/setup
(If You have an Hosted Domain Substitute the Server IP to localhost.)
Add a New Server:
Set at Least the Authentication Password and if Possible also the SSL Support!
Apply the MySQL Server Configuration!
-
Login into Phpmyadmin Backend to Admin MySQL Databases.
Point Your Browser to:
http://localhost/phpmyadmin
Then You are Able to Manage Create/Edit/Delete the MySQL Databases on Kubuntu System :)
How to Install and Run Apache+MySQL+Php5 Server on Kubuntu.
Tags: Database, Getting Started, Guide, How-to, Install, install phpmyadmin kubuntu, Kubuntu, Kubuntu 14.04 Trusty Tahr LTS, Kubuntu linux, kubuntu mysql, Linux Tutorial, MySQL, mysql administration, mysql database, Phpmyadmin, phpmyadmin kubuntu, phpmyadmin linux, phpmyadmin mysql, Quick Start, Tutorial