What is phpMyAdmin

m (Created page with "<div align=justify>phpMyAdmin is a tool written in PHP intended to administrate and manage MySQL databases through a graphic user interface over the Web. phpMyAdmin has become on...")
 
m
Line 1: Line 1:
<div align=justify>phpMyAdmin is a tool written in PHP intended to administrate and manage MySQL databases through a graphic user interface over the Web. phpMyAdmin has become one of the most popular web-based MySQL management tools as it comes with detailed documentation and is being supported by a large multi-language community.
+
<div align=justify>'''''phpMyAdmin''''' is a tool written in PHP intended to administrate and manage MySQL databases through a graphic user interface over the Web. phpMyAdmin has become one of the most popular web-based MySQL management tools as it comes with detailed documentation and is being supported by a large multi-language community.
  
 
phpMyAdmin tool allows you to perform a wide range of operations with MySQL:
 
phpMyAdmin tool allows you to perform a wide range of operations with MySQL:
Line 11: Line 11:
 
* Back up and restore your databases
 
* Back up and restore your databases
  
To manage MySQL databases, go to your cPanel => databases => phpMyAdmin
+
To manage MySQL databases, go to your '''cPanel => [[Databases]] => phpMyAdmin'''
 
You will see the list of your databases from the left side. Simply choose the database needed and perform the operation needed.
 
You will see the list of your databases from the left side. Simply choose the database needed and perform the operation needed.
  
 
Let's take an example of how to manage the MySQL database (''user_db'') and optimize its tables.
 
Let's take an example of how to manage the MySQL database (''user_db'') and optimize its tables.
Once you are get to the phpMyAdmin screen choose user_db database from the left. You should get its tables listed now. Select the tables you would like to optimize by checking the box next to the desired tables and select '''Optimize table''' from the drop-down menu at the bottom of the page.</div>
+
Once you are get to the phpMyAdmin screen choose ''user_db'' database from the left. You should get its tables listed now. Select the tables you would like to optimize by checking the box next to the desired tables and select '''Optimize table''' from the drop-down menu at the bottom of the page.</div>

Revision as of 13:05, 10 November 2011

rss feed for my website