Some database drivers and configurations use similar terminology to restrict access:
: It generates a standalone .sql file containing a dump of the site's database.
: These files are generally designed to be executed via a command-line interface or a database management tool (e.g., mysql -u user -p database < database_only.sql ). 3. Read-Only Access
: It typically contains the Data Definition Language (DDL) to create tables and Data Manipulation Language (DML) to insert records.
Some database drivers and configurations use similar terminology to restrict access:
: It generates a standalone .sql file containing a dump of the site's database. database_only.sql
: These files are generally designed to be executed via a command-line interface or a database management tool (e.g., mysql -u user -p database < database_only.sql ). 3. Read-Only Access database_only.sql
: It typically contains the Data Definition Language (DDL) to create tables and Data Manipulation Language (DML) to insert records. database_only.sql