Description Usage Arguments Details
Create a directory from which to initialise the database. This will be bound to /docker-entrypoint-initdb.d.
1 | make_init_db_directory(path_to_mysql_dump, username = NULL, password = NULL)
|
path_to_mysql_dump |
Path to the MySQL dump file. |
username |
Username |
password |
Password, or NULL, if no password. |
This directory contains the MySQL dump file which is copied here, and if username is not null, also a SQL file which creates the given user. and grants them readonly privileges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.