v5:database:mysql_legacy
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| v5:database:mysql_legacy [2020/01/13 13:25] – created dregad | v5:database:mysql_legacy [2025/06/01 13:21] (current) – Remove square brackets in tags dregad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Legacy MySQL drivers ===== | ====== Legacy MySQL drivers ===== | ||
| - | This page references | + | <WRAP important> |
| + | This page references | ||
| + | </ | ||
| + | |||
| + | Please refer to [[v5: | ||
| + | |||
| + | |||
| + | ===== Migrating to the mysqli driver ===== | ||
| + | |||
| + | If you are still using the legacy //mysql//, //mysqlt// or //mysqlpo// drivers, you should be planning on migrating to the **[[v5: | ||
| + | |||
| + | $db = newAdoConnection(' | ||
| + | to | ||
| + | $db = newAdoConnection(' | ||
| + | -------------------------------------- | ||
| ===== mysql driver ===== | ===== mysql driver ===== | ||
| Line 9: | Line 23: | ||
| ^Driver Name|mysql| | ^Driver Name|mysql| | ||
| ^Data Provider|mysql)| | ^Data Provider|mysql)| | ||
| - | ^Status|Obsolete((This driver | + | ^Status|Obsolete((This driver |
| ^Windows|Yes| | ^Windows|Yes| | ||
| ^Unix|Yes| | ^Unix|Yes| | ||
| Line 15: | Line 29: | ||
| ^ADOdb V6|No| | ^ADOdb V6|No| | ||
| </ | </ | ||
| - | This driver uses the PHP original mysql driver | + | This driver uses the PHP original mysql extension |
| * It cannot be used with the PHP ' | * It cannot be used with the PHP ' | ||
| - | * The PHP driver | + | * The PHP extension |
| - | * This driver is deprecated as of ADOdb version 5.20 and will be removed in ADOdb version | + | * This driver is deprecated as of ADOdb version 5.20 and has been removed in ADOdb version |
| Line 28: | Line 42: | ||
| ^Driver Name|mysqlt| | ^Driver Name|mysqlt| | ||
| ^Data Provider|mysql)| | ^Data Provider|mysql)| | ||
| - | ^Status|Obsolete((This driver | + | ^Status|Obsolete((This driver |
| ^Windows|Yes| | ^Windows|Yes| | ||
| ^Unix|Yes| | ^Unix|Yes| | ||
| Line 34: | Line 48: | ||
| ^ADOdb V6|No| | ^ADOdb V6|No| | ||
| </ | </ | ||
| - | This driver uses the PHP original mysql driver | + | This driver uses the PHP original mysql extension |
| * It cannot be used with the PHP ' | * It cannot be used with the PHP ' | ||
| - | * The PHP driver | + | * The PHP extension |
| - | * This driver is deprecated as of ADOdb version 5.20 and will be removed in ADOdb version | + | * This driver is deprecated as of ADOdb version 5.20 and has been removed in ADOdb version |
| -------------------------------- | -------------------------------- | ||
| Line 46: | Line 60: | ||
| ^Driver Name|mysqlpo| | ^Driver Name|mysqlpo| | ||
| ^Data Provider|mysql)| | ^Data Provider|mysql)| | ||
| - | ^Status|Obsolete((This driver | + | ^Status|Obsolete((This driver |
| ^Windows|Yes| | ^Windows|Yes| | ||
| ^Unix|Yes| | ^Unix|Yes| | ||
| Line 52: | Line 66: | ||
| ^ADOdb V6|No| | ^ADOdb V6|No| | ||
| </ | </ | ||
| - | This driver duplicates the functionality of the mysqlt driver and is not maintained. It will be removed in ADOdb version | + | This driver duplicates the functionality of the mysqlt driver and is not maintained. It has been removed in ADOdb version |
| ------------------------------------------ | ------------------------------------------ | ||
| - | {{tag>[MySQL deprecated]}} | + | {{tag> |
v5/database/mysql_legacy.1578918313.txt.gz · Last modified: by dregad
