Current revision posted to MySQL Tutorials by admin on 12/18/2008 8:16:22 PM
MySQL Tutorial - Getting Started
|
By :
PHP-MySQL-Admin Nov 11, 2005 |
This mysql tutorial covers the basic stuff that you can do with MySQL. But before we go any further make sure you already have MySQL installed, if you don't have it installed check out this page : Installing PHP and MySQL (plus Apache).
This part of tutorial covers the following :
- Starting MySQL
How to start mysql server and client from the command line ( DOS ) - Adding New Users To MySQL
How to add new MySQL users. Skip this part if you don't intend to add more user other that the default - Create a new database
- Create tables
- Insert data
- Get the data
- Update & Delete data




