- Drupal 8 Development Cookbook(Second Edition)
- Matt Glaman
- 68字
- 2025-04-04 18:20:50
Database prefixes
Drupal, like other content management systems, allows you to prefix its database tables from the database set-up form. This prefix will be placed before table names to help make them unique. Although it is not recommended, this would allow multiple installations to share one database. Utilizing table prefixes can, however, provide some level of security through obscurity since the tables will not be their default names:
