viernes, 1 de julio de 2016
lunes, 2 de noviembre de 2009
TOAD for Mysql - DB Manager and Client
Toad® for MySQL
Deliver Optimal Code
Toad® for MySQL is a freeware development tool that improves the productivity of developers and administrators running MySQL on Windows.
Quest Software's Toad for MySQL leverages Quest Software's database expertise to empower MySQL developers and administrators, of varying skill levels, to rapidly create and execute queries,automate database object management and develop SQL code more efficiently. Toad for MySQL also provides utilities to compare, extract and search for objects, manage projects, import/export data and administer the database. This database development and administration solution increases your productivity and offers access to a solid community for interactive support.
With Toad, you can use a familiar, proven tool to manage MySQL databases that run on Windows. Quest Software has an established track record for providing management solutions that deliver, manage and control the quality of application and database development. You can rely on Quest to provide you with an intuitive, graphical tool with all the features necessary to enable you to take MySQL to the next level.
viernes, 30 de octubre de 2009
SMTP RELAY SERVER
--
jueves, 22 de octubre de 2009
martes, 20 de octubre de 2009
MYSQL TYPES
MyISAM | Default engine as of MySQL 3.23 with great performance |
MEMORY | Hash based, stored in memory, useful for temporary tables |
InnoDB | Supports transactions, row-level locking, and foreign keys |
BerkeleyDB | Supports transactions and page-level locking |
BLACKHOLE | /dev/null storage engine (anything you write to it disappears) |
EXAMPLE | Example storage engine |
ARCHIVE | Archive storage engine |
CSV | CSV storage engine |
ndbcluster | Clustered, fault-tolerant, memory-based tables |
FEDERATED | Federated MySQL storage engine |
MRG_MYISAM | Collection of identical MyISAM tables |
ISAM | Obsolete storage engine |
--