< >   << Up >>         TopContentsIndex ?

2.2 Creating the database

Now that you have installed MyDNS, you'll need to set up a database and access permissions.

To create a database called `mydns' on your database server:

MySQL:
 
$ mysqladmin -h host -u username -p create mydns

PostgreSQL:
 
$ createdb mydns