Difference between revisions of "Database Table Prefix"

From Joomla! Documentation

m (removed Category:Landing Pages using HotCat)
m (<noinclude><languages /></noinclude>)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{:Chunk:Database Table Prefix}}
+
<noinclude><languages /></noinclude>
== See also ==
+
<translate>
 +
{{:Chunk:Database Table Prefix/en}}
 +
== See also == <!--T:1-->
 
*[[Creating a Database for Joomla!]]
 
*[[Creating a Database for Joomla!]]
 
<noinclude> [[Category:Glossary]]</noinclude>
 
<noinclude> [[Category:Glossary]]</noinclude>
 +
</translate>

Latest revision as of 22:16, 24 February 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎Türkçe • ‎català • ‎español • ‎français • ‎italiano • ‎polski • ‎български • ‎русский • ‎العربية • ‎日本語

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 or a Joomla Extension such as Akeeba Admin Tools 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.

See also[edit]