From d749716900a8df5e5fb9e45dca88e0f6a1dfdde1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 15 Feb 2003 01:08:08 +0000 Subject: Add reference to example mysql.dump file (This used to be commit ed46cb9e64e5c58cef6e2469438bacaae9dcdce8) --- docs/docbook/projdoc/pdb_mysql.sgml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') diff --git a/docs/docbook/projdoc/pdb_mysql.sgml b/docs/docbook/projdoc/pdb_mysql.sgml index 59a134a15f..66c12a2339 100644 --- a/docs/docbook/projdoc/pdb_mysql.sgml +++ b/docs/docbook/projdoc/pdb_mysql.sgml @@ -24,6 +24,19 @@ strongly recommend installing it in $PREFIX/lib or /usr/lib/samba/ + +Creating the database + + +You either can set up your own table and specify the field names to pdb_mysql (see below +for the column names) or use the default table. The file examples/pdb/mysql/mysql.dump +contains the correct queries to create the required tables. Use the command : + +mysql -uusername -hhostname -ppassword databasename < /path/to/samba/examples/pdb/mysql/mysql.dump + + + + Configuring -- cgit