phpMyAdmin Tutorial
Selected Reading
- phpMyAdmin - Discussion
- phpMyAdmin - Useful Resources
- phpMyAdmin - Quick Guide
- phpMyAdmin - Plugins
- phpMyAdmin - Engines
- phpMyAdmin - Charsets
- phpMyAdmin - Variables
- phpMyAdmin - Replication
- phpMyAdmin - Binary Logs
- phpMyAdmin - Settings
- phpMyAdmin - Import
- phpMyAdmin - Export
- phpMyAdmin - User Accounts
- phpMyAdmin - Status
- phpMyAdmin - SQL
- phpMyAdmin - Databases
- phpMyAdmin vs MySQL Workbench
- phpMyAdmin - Pros & Cons
- phpMyAdmin - Features
- phpMyAdmin - Environment Setup
- phpMyAdmin - Overview
- phpMyAdmin - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
phpMyAdmin - SQL
phpMyAdmin - SQL
phpMyAdmin provides a SQL console under SQL Tab. Its context varies as per the selection. If no database is selected, then SQL console opens in localhost context otherwise in relevant database context. In given example, we ve selected a database TutorialsPoint. Now switching to SQL shows the following screen.
Now let s run a simple query to see SQL Tab in action. SQL interface will keep suggesting keywords while user types. You can press Ctrl+Space to open the relevant suggestion as well.
Now cpck on Go Button and phpMyAdmin will run the query and show the result as shown below −
Advertisements