Database_only.sql May 2026

In the context of Akeeba Backup , is a specific backup profile option.

Some database drivers and configurations use similar terminology to restrict access: database_only.sql

: When working with certain database types like SQLite , the library may only accept SQL queries rather than direct table names, effectively limiting interaction to "SQL-only" commands. 4. Typical Components of such a file A "database only" script usually includes: DDL Commands : CREATE TABLE , ALTER TABLE , and DROP TABLE . In the context of Akeeba Backup , is

: It typically contains the Data Definition Language (DDL) to create tables and Data Manipulation Language (DML) to insert records. Typical Components of such a file A "database

In broad database management, a file named database_only.sql is often used to distinguish between different parts of a project:

: Unlike a "Full Site Backup," which includes an installer script and all site files, this option only produces the raw SQL data.