Database Table Prefix
From Joomla! Documentation
(Difference between revisions)
(moved Database Table Prefix to Chunk:Database Table Prefix: Moved page to create glossary definition) |
(Made this page a landing page) |
||
| Line 1: | Line 1: | ||
| − | + | {{:Chunk:Database Table Prefix}} | |
| + | <noinclude>[[Category:Landing Pages]][[Category:Glossary]]</noinclude> | ||
Latest revision as of 05:58, 14 July 2011
The database table prefix is a string (a few characters long) prepended to the name of Joomla!'s tables. Using a prefix enables you to run multiple installations of Joomla! using a single database.
The database table prefix can be set during installation. Changing it later is possible, but requires access to the database through a non-Joomla medium and will cause some downtime.
Extension developers need to use the string #__ to represent the prefix. This will be replaced by the real prefix during runtime by Joomla.