On 2006-03-08T23:17+0000 Pete Frost wrote:
> Constructed database name and user: wwwscruffbag.net from www.scruffbag.net
> /etc/wordpress/config-www.scruffbag.net.php wrote
> ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check
> the manual that corresponds to your MySQL server version for the right
> syntax to use near '.net' at line 1

Oops.

sam$ egrep sed wordpress-2.0.1/debian/setup-mysql 
NAME=$(echo $DOMAIN | sed 's,\.,,')

That line should be :

NAME=$(echo $DOMAIN | sed 's,\.,,g')

I am expecting to package 2.0.2 soon, so there might be a little delay
for this fix.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to