Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL questions...

Status
Not open for further replies.

PhoenixDown

Programmer
Jul 2, 2001
279
CA
1. How do I connect to a MySQL database?

2. What do these MySQL commands mean when I try to create a table?

Type: ISAM, MyISAM, Heap, Merge, InnoDB

Data type: >tinyint, smallint, mediumint, int, bigint, float, double, decimal, date, datetime, timestamp, time, year, char, varchar, tinyblob, tinytext, blob, text, mediumblob, mediumtextm, longblob, longtext, enum, set

Or, where can I find information on what they mean? :)
 
This is all in the mysql manual, and can also be found at , follow the "Docmentation" link and choose the "searchable" version. ***************************************
Party on, dudes!
[cannon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top