Chunk

Database Table Prefix/ru: Difference between revisions

From Joomla! Documentation

Created page with "Приставка таблиц базы данных"
 
Created page with "Праставка таблиц базы данных - это некоторая строка (длинной в несколько знаков), подставляемая..."
Line 1: Line 1:
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.
Праставка таблиц базы данных - это некоторая строка (длинной в несколько знаков), подставляемая в названия [[S:MyLanguage/tables|таблиц]] [системы] Joomla. Использование некоторой приставки позволяет Вам работать [с] несколькими установками Joomla!, используя какую-либо одну базу данных.


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.
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.

Revision as of 18:52, 4 January 2015

Праставка таблиц базы данных - это некоторая строка (длинной в несколько знаков), подставляемая в названия таблиц [системы] Joomla. Использование некоторой приставки позволяет Вам работать [с] несколькими установками Joomla!, используя какую-либо одну базу данных.

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.

Languages