Lines 1-24
Link Here
|
1 |
|
1 |
|
2 |
phpMyAdmin is intended to handle the administration of MySQL over the |
2 |
phpMyAdmin is intended to handle the administration of MySQL over the WWW. |
3 |
Web. It can manage a whole MySQL server as well as a single database. |
3 |
Currently it can: |
4 |
|
4 |
- create and drop databases |
5 |
Currently it can: |
5 |
- create, copy, drop and alter tables |
6 |
- create and drop databases |
6 |
- delete, edit and add fields |
7 |
- create, copy, drop, rename and alter tables |
7 |
- execute any SQL-statement, even batch-queries |
8 |
- do table maintenance |
8 |
- manage keys on fields |
9 |
- delete, edit and add fields |
9 |
- load text files into tables |
10 |
- execute any SQL-statement, even batch-queries |
10 |
- create and read dumps of tables |
11 |
- manage keys on fields |
11 |
- export and import CSV data |
12 |
- load text files into tables |
12 |
- administer one single database as well as a whole database server |
13 |
- create and read dumps of tables |
13 |
- communicate in 50 different languages |
14 |
- export data to CSV, XML and Latex formats |
|
|
15 |
- administer multiple servers |
16 |
- manage MySQL users and privileges |
17 |
- check referential integrity |
18 |
- using Query-by-example (QBE), create complex queries automatically |
19 |
connecting required tables |
20 |
- create PDF graphics of your Database layout |
21 |
- search globally in a database or a subset of it |
22 |
- communicate in 47 different languages |
23 |
|
14 |
|
24 |
WWW: http://www.phpmyadmin.net/ |
15 |
WWW: http://www.phpmyadmin.net/ |