|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: mouss (mlist.only
free.fr)
Date: Mon Apr 02 2007 - 07:52:35 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Pierguido wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> mouss wrote:
>
>> what that says is that the result of the query is an empty string, which
>> is not good...
>>
>> run the query at the mysql prompt.
>>
>> SELECT description FROM domain WHERE
>> domain='galleriadelsecondorinascimento.com'
>> and backupmx='0' and active='1'
>>
>> (exactly as it is) and show the result.
>>
>>
>>
>>
>>
> Database changed
> mysql> SELECT description FROM domain WHERE
> -> domain='galleriadelsecondorinascimento.com'
> -> and backupmx='0' and active='1'
> -> ;
> +-------------+
> | description |
> +-------------+
> | |
> +-------------+
> 1 row in set (0.01 sec)
>
> mysql>
>
>
Search for "skipped" in
http://www.postfix.org/mysql_table.5.html
Either remove the row from your table or put something in the
description field.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]