This is a creation in
Article, where the information may have evolved or changed.
binary and varbinary types and char are similar to varchar types, except that they store binary data, that is, they contain byte streams rather than characters, they
Mysql database has a field of the varbinary type, and the query result is garbled. The younger brother does not know how php can be used to display the Chinese query results normally. I would like to thank you. Ps: I'm sorry for the first question.
MySQL database has a field varbinary type, the results of the query is garbled. I do not know what PHP means ——— can make the query out of the
Chinese results normal display.
Thank you first.
PS: First question, what is the ill-conceived, but
BINARY (n), VarBINARY (n): N represents the number of bytesUTF8:mysql> CREATE TABLE T (c BINARY (3)); Query OK,0Rows Affected (0.04sec) MySQL> INSERT into t SET C ='a'; Query OK,1Row affected (0.19sec) MySQL> SELECT HEX (c), C ='a', C ='a\0\0'
Concrete Example 1. PHP Server ComponentsFor beginners, it is recommended to use the integrated server component, which already includes PHP, Apache, Mysql and other services, eliminating the time spent by developers in the tedious configuration
MySQL Upgrade Method Guide DaquanHttp://blog.sina.com.cn/s/blog_5a8b8eb80100ld7a.htmlIn general, when upgrading from one release version to another, we recommend that you upgrade the version in order. For example, to upgrade MySQL 3.23, upgrade to
Tip: You 'd better back up your data before installing any new version of software. Although mysql has provided the best quality services, you should back up your data when you use the software test release version. In general, when upgrading from
MYSQL getting started 4: MYSQL data type bitsCN.com
MYSQL entry 4: MYSQL data types
Related links:
MYSQL: Basic operations
Http: // database/201212/173868 .html
MYSQL 2: use regular expressions to search
Http: // database/201212/173869 .html
MYSQL
Guide to MySQL upgrade
Http://blog.sina.com.cn/s/blog_5a8b8eb80100ld7a.html
We recommend that you upgrade the version from one released version to another. For example, to upgrade MySQL 3.23 to MySQL 4.0, instead of directly upgrading to MySQL 4.1
Tip: You 'd better back up your data before installing any new version of software. Although mysql has provided the best quality services, you should back up your data when you use the software test release version. In general, when upgrading from
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.