Application:PhpMyAdmin What it is:
phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. Features: 1. Web interface 2. MySQL database management 3. Import data from CSV and SQL 4. Export data to various formats: CSV, SQL, XML, PDF (via the TCPDF library), ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others 5. Administering multiple servers 6. Creating PDF graphics of the database layout 7. Creating complex queries using Query-by-example (QBE) 8. Searching globally in a database or a subset of it 9. Transforming stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link To know more about: http://www.phpmyadmin.net/home_page/index.php To Install: sudo apt-get install mysql-admin sudo apt-get install mysql-client sudo apt-get install mysql-server sudo apt-get install apache2 sudo apt-get install phpmyadmin To open: open a browser and type http://localhost/phpmyadmin/ -- நன்றி , தஸ்தகீர்.அ Kanchi Linux User Group Rocks ! http://kanchilug.wordpress.com My Works on Linux http://dowithlinux.wordpress.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
