create

Search

You can find the results of your search below.

Docker mailserver
16 Hits, Last modified:
ail. So the following seems to meet my needs: *create file ''ll.sh'' *<code>#!/bin/sh exec ls -la "... 'sqlite3 /app/mailserver.db'' to start sqlite and create or open mailserver.db. *''.open /app/mailserver... eates a table like that: ===sql code=== <code sql>CREATE TABLE IF NOT EXISTS `virtual_domains` ( `id` int... CHARSET=utf8;</code> ===sqlite code=== <code sql>CREATE TABLE IF NOT EXISTS 'virtual_domains' ( id INTE