| Introduction to MySQL |
|
|
|
Introduction to MySQLThis guide is intended to jog the memory about syntax of the basic commands, and not to act as a comprehensive reference. The full documentation and information about MySQL can be found at http://www.mysql.com/documentation/index.html, Alternatively, MySQL by Paul DuBois is a good reference (ISBN 0-7357-0921-1) Connecting Log into the server using SSH and then enter the command mysql -u 'username' -p -h 'hostname' where username and hostname are as provided on your account details letter. This will start a basic client that allows you to enter commands to manulipulate the database. To execute each command, type in the command and a terminating ';', for example'select * from test;' Creating Tables Basic Form
Example Items would be
Adding Values Basic Form
Example
Selection Basic Form:
Updating
Deleting Items (Rows) Basic Form:
Adding Columns
|
| < Prev | Next > |
|---|
| Hosting |
| Domains |
| Servers |
| Connectivity |
|
||





