简体   繁体   中英

phpMyAdmin: Date Fields Display as BLOB

I am running phpMyAdmin version 4.4.4. When browsing a table, all of the DATETIME and DATE fields display as [BLOB 19] . I clicked on +Options above the table list, selected "Show BLOB contents" and clicked GO, but, all date fields still display as [BLOB 19].

I've tried this on three different Mac browsers -- Safari, Chrome and Firefox -- but none of them will display the actual date, just [BLOB 19].

How do I make PMA show the actual date instead of BLOB?

I have since found the solution to this problem. phpMyAdmin was not using the mysqli extension. Once I added the mysqli extension to PHP, all of the date fields started displaying the date instead of BLOB.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM