I had a really strange thing happen to me today!
mysql> SELECT id , sitelang, themeid,name,loginurl,logourl,logow,logoh,logohref,contacturl,adverturl,termsurl,privacyurl,servicelevel FROM gdomains where na
+-------+------+------+-----------------------+------+--------------------------------------+-----+-----+----------------------+-----+------+------+-----+---
| #B | | ! | @ | | | | | | | | | | !
+-------+------+------+-----------------------+------+--------------------------------------+-----+-----+----------------------+-----+------+------+-----+---
| 22403 | | 0 | coldwellbanker-me.com | | http://www.gawab.com/images/logo.gif | 110 | 70 | http://www.gawab.com | | | | | 32
+-------+------+------+-----------------------+------+--------------------------------------+-----+-----+----------------------+-----+------+------+-----+---
1 row in set (0.00 sec)
mysql> SELECT id,sitelang,themeid,name,loginurl,logourl,logow,logoh,logohref,contacturl,adverturl,termsurl,privacyurl,servicelevel FROM gdomains where name=
+-------+----------+---------+-----------------------+----------+--------------------------------------+-------+-------+----------------------+------------+-
| id | sitelang | themeid | name | loginurl | logourl | logow | logoh | logohref | contacturl |
+-------+----------+---------+-----------------------+----------+--------------------------------------+-------+-------+----------------------+------------+-
| 22403 | | 0 | coldwellbanker-me.com | | http://www.gawab.com/images/logo.gif | 110 | 70 | http://www.gawab.com | |
+-------+----------+---------+-----------------------+----------+--------------------------------------+-------+-------+----------------------+------------+-
1 row in set (0.00 sec) |
mysql> SELECT id , sitelang, themeid,name,loginurl,logourl,logow,logoh,logohref,contacturl,adverturl,termsurl,privacyurl,servicelevel FROM gdomains where na
+-------+------+------+-----------------------+------+--------------------------------------+-----+-----+----------------------+-----+------+------+-----+---
| #B | | ! | @ | | | | | | | | | | !
+-------+------+------+-----------------------+------+--------------------------------------+-----+-----+----------------------+-----+------+------+-----+---
| 22403 | | 0 | coldwellbanker-me.com | | http://www.gawab.com/images/logo.gif | 110 | 70 | http://www.gawab.com | | | | | 32
+-------+------+------+-----------------------+------+--------------------------------------+-----+-----+----------------------+-----+------+------+-----+---
1 row in set (0.00 sec)
mysql> SELECT id,sitelang,themeid,name,loginurl,logourl,logow,logoh,logohref,contacturl,adverturl,termsurl,privacyurl,servicelevel FROM gdomains where name=
+-------+----------+---------+-----------------------+----------+--------------------------------------+-------+-------+----------------------+------------+-
| id | sitelang | themeid | name | loginurl | logourl | logow | logoh | logohref | contacturl |
+-------+----------+---------+-----------------------+----------+--------------------------------------+-------+-------+----------------------+------------+-
| 22403 | | 0 | coldwellbanker-me.com | | http://www.gawab.com/images/logo.gif | 110 | 70 | http://www.gawab.com | |
+-------+----------+---------+-----------------------+----------+--------------------------------------+-------+-------+----------------------+------------+-
1 row in set (0.00 sec)
Very strange, no!!?? Well When I did this query the problem stopped happening!
SELECT id , sitelang, themeid,name FROM gdomains \
where name='coldwellbanker-me.com'; |
SELECT id , sitelang, themeid,name FROM gdomains \
where name='coldwellbanker-me.com';
This entry was posted
on Thursday, December 28th, 2006 at 10:32 pm and is filed under Linux, mysql.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
February 7th, 2007 at 4:34 am
[…] Original post by Ahmed and software by Elliott Back […]