If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > [BLOB - 8o] [BINARY - 1o] ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-02-08, 08:39
anselme anselme is offline
Registered User
 
Join Date: Dec 2005
Posts: 266
[BLOB - 8o] [BINARY - 1o] ?

Do you know why when I am using PhpMyAdmin I am getting rows like ::
1 [BLOB - 8o] [BINARY - 1o] [BINARY - 1o] 0
and not the text values ?

the columns are varchar(45)
and the table ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin ;

thank you for helping
Reply With Quote
  #2 (permalink)  
Old 11-02-08, 09:24
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
what does "when I am using PhpMyAdmin" mean?

are you seeing this when you run a query?

if so, wouldn't showing us the query be a good idea?
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 11-03-08, 02:53
anselme anselme is offline
Registered User
 
Join Date: Dec 2005
Posts: 266
yes
select * from mytable shows [BLOB - 8o] , [BINARY - 1o] , [BINARY - 1o] instead of text
Reply With Quote
  #4 (permalink)  
Old 11-03-08, 06:48
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
oh, neat query

could you do a SHOW CREATE TABLE mytable please

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 11-03-08, 07:15
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Quote:
Originally Posted by r937
oh, neat query

could you do a SHOW CREATE TABLE mytable please

I have to say, SHOW CREATE TABLE is such a great idea and I wish it was included in MSSQL!
+1 MySQL
__________________
George
Twitter | Blog
Reply With Quote
  #6 (permalink)  
Old 11-03-08, 07:57
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
george, we will swing you away from the dark side soon enough

so that's two: SHOW CREATE TABLE and GROUP_CONCAT

want more? start a thread like "ways that mysql pwns sql server, let me count them" and i'll be happy to contribute

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #7 (permalink)  
Old 11-03-08, 09:07
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
I do not chose my RDBMS, my employer decides that for me...
I don't need persuading that MySQL is a serious contendo
__________________
George
Twitter | Blog
Reply With Quote
  #8 (permalink)  
Old 11-03-08, 14:54
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by georgev
I do not chose my RDBMS
not even for your own personal computer to play around with the syntax?

there's no excuse for failing to do that much
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #9 (permalink)  
Old 11-04-08, 03:25
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
MySQL is the only RDBMS installed on my home PC, but I do so little development at home nowadays!
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On