Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum DBA Videos
internet.com

» Database Journal Home
» DBA Videos
» Database Articles
» Database Tutorials
MS SQL
Oracle
MS Access
MySQL
DB2
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed



follow us on Twitter

Marketplace Partners
Be a Marketplace Partner

internet.commerce
Be a Commerce Partner


















eBay Sees Strong Quarter on PayPal Growth

Mozilla Patches 14 Firefox Security Flaws

Juniper Sees Lift From Carriers, Enterprise IT

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Database Journal | DBA Support | SQLCourse | SQLCourse2









Market Data Administrator - Financial (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

Featured Database Articles

MySQL

December 18, 2002

Introducing SQLyog, a MySQL Front End

by Insanely Great


Introduction

With the combination of PHP and MySQL becoming one of the defacto standards for Web development, the need for a good front end for MySQL is increasing. For many, the task of creating and manipulating MySQL databases is a daunting task. It is often difficult to master the complex commands required by the MySQL console and MySQL Admin. Luckily there is hope. Due to the ever increasing popularity of MySQL and PHP, many third party tools are being developed specifically for these platforms.

In this article, we will take a look at the basics of connecting to and using one of the most popular of these MySQL graphical interfaces, SQLyog. You can download the latest version at http://www.webyog.com/sqlyog/download.html.


Getting Started

The first thing you get after starting SQLyog is the connection detail window. Just give the details and press Connect.



After connecting to the MySQL server you will see the SQLyog main window.

The first logical step to do with SQLyog is to create a database. This you can do by selecting DB -> Create Database (Ctrl+D). Give the database name and press Create!


Working With SQLyog

The main window of SQLyog is divided into three panes -- Object Browser, SQL Window, Result Window.



The Object Browser gives you details of all the Database/Tables/Columns/Indexes available in the MySQL server. You can Show/Hide Object Browser and Result Window by pressing Ctrl+1 and Ctrl+2 respectively.


Page 2: Executing Queries




Go to page: 1  2  3  4  5  6  7  Next  

Tools:
Add databasejournal.com to your favorites
Add databasejournal.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed

MySQL Archives








Latest Forum Threads
MySQL Forum
Topic By Replies Updated
Show columns help ScottDolan 0 June 24th, 11:37 AM
MySQL update query help rahul123 0 June 4th, 10:34 AM
Select ..FROM with date Katrin 0 May 28th, 10:47 AM
Normalize on the fly? RickW 0 May 21st, 02:02 PM