Calendar
February 2012
M T W T F S S
« Jan   Mar »
 12345
6789101112
13141516171819
20212223242526
272829  
Statistic
Earn Cash by using your Blog

Archive for February 13, 2012

Operate MySQL

The operation of MySQL there are two ways, namely:
A. Using the Command Line Interface (CLI) - For example the command prompt
on windows, linux and unix on a terminal.
2. Tool use WYSIWYG (What you see is what you get) - Examples
such as: XAMPP, MySQL-Front, SQLyog, phpMyAdmin, DBDESIGNER, etc..
In this module we will first study the operation of MySQL
by using a Command Line Interface (CLI) using the command
existing prompt on the Windows operating system. To Mysql we will
using XAMPP, why do we use xampp? Because xampp is
programs that already include Mysql Server, Webserver, database manipulation tools
web bases such as phpMyAdmin.
1. Go to the Program Directory by:
Go to the DOS prompt and then Type the command:
cd \
cd xampp \ mysql \ bin
KomunitasMengoperasikan MySQL
The operation of MySQL there are two ways, namely:
A. Using the Command Line Interface (CLI) - For example the command prompt
on windows, linux and unix on a terminal.
2. Tool use WYSIWYG (What you see is what you get) - Examples
such as: XAMPP, MySQL-Front, SQLyog, phpMyAdmin, DBDESIGNER, etc..
In this module we will first study the operation of MySQL
by using a Command Line Interface (CLI) using the command
existing prompt on the Windows operating system. To Mysql we will
using XAMPP, why do we use xampp? Because xampp is
programs that already include Mysql Server, Webserver, database manipulation tools
web bases such as phpMyAdmin.
VII.1. Go to the Program Directory by:
Go to the DOS prompt and then Type the command:
cd \
cd xampp \ mysql \ bin
community

2. Sign in to MySQL client programs
Give the command: mysql-u root press Enter

3. Making Database and Table