homehome previousprevious nextnext
 
Example of Using Console

Basic MySQL query statements

  1. show databases;


  2. use "database_name";


  3. show tables;


  4. SELECT "column_names" from "table_name" [WHERE ...conditions];

 

Copyright 1999 - 2007. PremiumSoft TM CyberTech Ltd All rights reserved
MySQL TM is a trademark of MySQL AB in the United States and other countries.