|
lug-bg: Re: lug-bg: netacct
- Subject: lug-bg: Re: lug-bg: netacct
- From: mr700@email.domain.hidden (Doncho N. Gunchev)
- Date: Thu, 10 Apr 2003 23:54:40 +0300
| On Thursday 10 April 2003 22:44, knight of darkness wrote:
| mysql> use netacct
| Database changed
| mysql> insert into ipallow values(80.72.68.169);
| ERROR 1064: You have an error in your SQL syntax near '.68.169)' at line 1
| mysql> insert into ipallow values('80.72.68.169');
| ERROR 1146: Table 'netacct.ipallow' doesn't exist
| mysql> insert into ipallow values80.72.68.169;
| ERROR 1064: You have an error in your SQL syntax near 'values80.72.68.169'
| at line 1 mysql> insert into ipallow values 80.72.68.169;
| ERROR 1064: You have an error in your SQL syntax near '80.72.68.169' at
| line 1 mysql>
|
| nyakyde neshto ne e nared...
|
| knight
-mysql> insert into ipallow values(80.72.68.169);
+mysql> insert into ipallow values("80.72.68.169");
--
Regards,
Doncho N. Gunchev
{ All programmers are optimists -- Frederick P. Brooks, Jr. }
============================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
============================================================================
|
|
|