MySQL 5.0 FAQ: Connectors & APIs
2903
of encoding
E6A5AE
—that is, the Unicode hexadecimal representation for the
楮
character. However, if
you run a
SHOW DATABASES
statement, you can see that the database is listed as
楮
.
B.11.19: Where can I find translations of the MySQL Manual into Chinese, Japanese, and
Korean?
A Simplified Chinese version of the Manual, current for MySQL 5.1.12, can be found at
http://
dev.mysql.com/doc/
. The Japanese translation of the MySQL 4.1 manual can be downloaded from
http://dev.mysql.com/doc/
.
B.11.20: Where can I get help with CJK and related issues in MySQL?
The following resources are available:
• A listing of MySQL user groups can be found at
http://dev.mysql.com/user-groups/
.
• View feature requests relating to character set issues at
http://tinyurl.com/y6xcuf
.
• Visit the MySQL
Character Sets, Collation, Unicode Forum
. We are also in the process of adding
foreign-language forums at
http://forums.mysql.com/
.
B.12. MySQL 5.0 FAQ: Connectors & APIs
For common questions, issues, and answers relating to the MySQL Connectors and other APIs, see
the following areas of the Manual:
•
Section 20.6.13, “Common Questions and Problems When Using the C API”
•
Section 20.7.12, “Common Problems with MySQL and PHP”
•
Section 20.1.7, “Connector/ODBC Notes and Tips”
•
Section 20.2.5, “Connector/Net Programming”
•
Section 20.3, “MySQL Connector/J”
B.13. MySQL 5.0 FAQ: Replication
In the following section, we provide answers to questions that are most frequently asked about MySQL
Replication.
Questions
•
B.13.1: [2904]
Must the slave be connected to the master all the time?
•
B.13.2: [2904]
Must I enable networking on my master and slave to enable replication?
•
B.13.3: [2904]
How do I know how late a slave is compared to the master? In other words, how do I
know the date of the last statement replicated by the slave?
•
B.13.4: [2904]
How do I force the master to block updates until the slave catches up?
•
B.13.5: [2905]
What issues should I be aware of when setting up two-way replication?
•
B.13.6: [2905]
How can I use replication to improve performance of my system?
•
B.13.7: [2905]
What should I do to prepare client code in my own applications to use performance-
enhancing replication?
•
B.13.8: [2905]
When and how much can MySQL replication improve the performance of my
system?
•
B.13.9: [2906]
How can I use replication to provide redundancy or high availability?
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...