Comment 2 for bug 1313448

Revision history for this message
staviq (staviq) wrote :

Also, after installation, database for postfixadmin is empty, so it seems like configuration scripts within the package are outdated.

mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| postfixadmin |
+--------------------+
4 rows in set (0.00 sec)

mysql> use postfixadmin;
Database changed
mysql> show tables;
Empty set (0.00 sec)

mysql> quit