-
Your right, I can't reproduce on the demo server, even in 2.11.9.5 (older version there)
Its happening on my server on dreamhost, I guess its either something specific to 2.11.9.4 or dreamhost.
Thank you..
2009-09-22 19:51:12 UTC in phpMyAdmin
-
If I enter the following query
SELECT * FROM table WHERE column LIKE '%name%';
After I receive results if I click on the to view the full width column results, it changes the query to
SELECT * FROM table WHERE column LIKE '?me%'; (With ? being a character set error not an actual ? mark)
And returns no results
I'm assuming its trying to decode the %na
Version 2.11.9.4 BTW...
2009-09-22 14:36:37 UTC in phpMyAdmin
-
I like the feature of using a table to set values, but have you ever considered using another table for all formatting?
For example, if your primary table contains
ID Name Address Phone Password
1 John 666 dr 555-5555 fkgjjf
You then could have a formatting table that contains
Field Order Label ForceType Hide NormalTable DefaultValue
Name 1 'Full Name' TextArea 0
Password 4...
2007-08-10 20:16:12 UTC in Formitable