This is a discussion on New to MySQL ....InnoDB? within the MySQL forums, part of the Database Server Software category; --> Hello folks, I am just getting started using PHP + MySQL, coming from Coldfusion + MSSQL and in need ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello folks, I am just getting started using PHP + MySQL, coming from Coldfusion + MSSQL and in need of a little enlightenment here. I'm working on a dev box running win2k server (IIS) and have just installed MySQL 5, so far so good, although I'm seeing alot of things (terms) I have no clue about and need some clarification. Probably already put the cart before the horse, but then, I've never been one to follow the book looking at the Schema Tables view. What is InnoDB? Can someone point me to a good resource to familiarize myself with what I'll need to know where all this is concenred please? TIA Bob |
| |||
| Bob Imperial wrote: > Hello folks, > > I am just getting started using PHP + MySQL, coming from Coldfusion + > MSSQL and in need of a little enlightenment here. I'm working on a dev > box running win2k server (IIS) and have just installed MySQL 5, so far > so good, although I'm seeing alot of things (terms) I have no clue > about and need some clarification. Probably already put the cart > before the horse, but then, I've never been one to follow the > book > looking at the Schema Tables view. What is InnoDB? Can someone point > me to a good resource to familiarize myself with what I'll need to > know where all this is concenred please? TIA > > Bob > http://www.innodb.com/index.php |
| ||||
| "Bob Imperial" <bimperial@gmail.com> wrote: > > I am just getting started using PHP + MySQL, coming from Coldfusion + > MSSQL and in need of a little enlightenment here. .... > What is InnoDB? InnoDB [3] is a Storage Engine [2] for MySQL [1]. [1] http://dev.mysql.com/doc/refman/5.0/en/ [2] http://dev.mysql.com/doc/refman/5.0/...e-engines.html [3] http://dev.mysql.com/doc/refman/5.0/en/innodb.html XL -- Axel Schwenke, Support Engineer, MySQL AB Online User Manual: http://dev.mysql.com/doc/refman/5.0/en/ MySQL User Forums: http://forums.mysql.com/ |