Database Table Prefix/ca: Difference between revisions

From Joomla! Documentation

Created page with "Prefix de la base de dades"
 
Created page with "{{:Chunk:Database Table Prefix/ca}} == Mira també == *Creating a Database for Joomla!/ca <noinclude> Category:Glossary/ca</noinclude>"
 
Line 1: Line 1:
<noinclude><languages /></noinclude>
<noinclude><languages /></noinclude>
{{:Chunk:Database Table Prefix/en}}
{{:Chunk:Database Table Prefix/ca}}
== See also ==
== Mira també ==
*[[Creating a Database for Joomla!]]
*[[Creating a Database for Joomla!/ca]]
<noinclude> [[Category:Glossary]]</noinclude>
<noinclude> [[Category:Glossary/ca]]</noinclude>

Latest revision as of 19:02, 6 March 2014

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.

Mira també