Menu

#2793 (ok 3.1.0-rc1) Query involving a function shown as binary

3.0.1
fixed
1
2013-06-11
2008-11-04
N/A
No

If you do a query with the MONTHNAME function, the result shows as an 8-bit binary column in phpMyAdmin.

SELECT MONTHNAME( NOW( ) ) AS month_name

[ phpMyAdmin result: ]
month_name
[BINARY - 8B]

However the mysql command line interface shows the name as expected:

mysql> SELECT MONTHNAME( NOW( ) ) AS month_name ;
+------------+
| month_name |
+------------+
| November |
+------------+
1 row in set (0.00 sec)

Discussion

  • Marc Delisle

    Marc Delisle - 2008-11-04

    In Options, choose Show Binary.

     
  • Marc Delisle

    Marc Delisle - 2008-11-04
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-11-17
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-11-17
    • priority: 5 --> 1
    • summary: MONTHNAME result shows as binary --> (ok 3.1.0-rc1) Query involving a function shown as binary
     
  • Marc Delisle

    Marc Delisle - 2008-11-17

    Now this checkbox is selected by default.

     
  • Marc Delisle

    Marc Delisle - 2008-11-28
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
MongoDB Logo MongoDB