mysql sever messed up?
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)
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';
February 7th, 2007 at 4:34 am
[...] Original post by Ahmed and software by Elliott Back [...]