完美国际电信一霹雳区交流版 收藏本版 今日: 0 主题: 1794

2646 17

锡灵,你英文好,麻烦进来帮个忙--(或者谁的英文自己觉得不错的话也可以)

[复制链接]
发表于 2008-1-18 15:41:41 | 显示全部楼层 |阅读模式
麻烦翻译一下,下面这段文章:xhan * h0 B" i. N0 p3 v( }8 ^5 N

% X4 ?9 @, U  v; F: ^, y

  1. 0 }( ?! k+ e3 k6 X, a+ j# D+ i4 p
  2. ###### Using MySQL as Database for TeamSpeak-Server 2.0.20.1 ######
    ) ^1 C! X6 q* K) W

  3. 1 V7 o  x. _6 ]
  4. ### What we need ###
    : b6 K; _0 b$ v* t& v& o
  5. Naturally, we will need a MySQL server to store the data for us, this document . U3 v" I2 i  y
  6. will not explain how this can be done - there are documents out there for the
    3 ^$ s) L: P" ~# ^
  7. interested. The requirements include a (empty) database for TeamSpeak to use6 i, O8 w7 x+ T$ `1 ~3 s
  8. and a user account (username + password) that has the permissions to do stuff
    7 _5 F$ x; y0 `$ a
  9. with the database. Additionally, you will need a vendor library installed on the
    9 f+ Y& s; M6 E0 I
  10. local machine, this came with my MySQL install./ B. K, u& p, E7 S1 ?7 t5 t
  11. These instructions will not tell you how you might transfer your data from the* f* g0 N2 s  D2 w* {: L9 J1 V; ~
  12. SQLite database to the MySQL database, we start with a clean and empty MySQL
    ' \2 u# l; _) v
  13. database.
    ) s7 L$ P9 ?2 H4 g3 ~- ~+ Q
  14. Some users have reported ways to import a SQLite database into MySQL, but at
      _8 R$ b* K# A' w+ n9 G0 E
  15. the time of writing, there are still too many issues - check the current status
    ( z1 H0 X9 V5 |0 p' |6 S
  16. in the TeamSpeak forums if you are interested.
    1 t4 H7 v1 F6 Z# h- E' c1 u
  17. NOTE: To allow TeamSpeak to access the MySQL database the dbExpress driver from0 ~0 ?2 C9 T3 Z# b( M
  18. Borland was used. This driver can only interface with the client library that + W# B% Y5 D  d1 w* O) L  ]" |
  19. comes with MySQL 3.x. It is possible to access a MySQL 4.x database with this' K+ q8 o$ z3 ~" G3 v' _
  20. client library - basically all you have to do is to use a 3.x client library as
    9 y! f6 C$ R' J1 J" x/ {9 Y
  21. "VendorLib" and a 4.x database to connect to.# V$ _' }( T2 e1 w1 z% B" u
  22. If you need more info about dbExpress, you can contact Borland.% e4 s! j8 {# M& L

  23.   v# Z& k0 h. T1 q
  24. ### Doing the work ###
    - B# b) @. ]! y  M8 q. z. ?! C, x
  25. Setting up TeamSpeak to use MySQL (should) be straight forward once you have all5 ^2 z- {# i! i; P+ d8 V
  26. the perquisites right, just open your server.ini file, and add this section at
    8 t5 [  w) a! X
  27. the end:1 I9 G0 }) ?, E
  28. ---cut here---3 o; C9 L& \5 ~) B
  29. [DBEXPRESS]
    ) v: B2 }% X4 h7 r7 E$ c6 @2 i
  30. sqldir=mysql_sql% Q" [& F! e( A  y
  31. Drivername=mysql
    5 t/ U; q; ^, m! U( n
  32. Database=Your_Database_Name_Here
    & \) Z9 A$ h2 F3 R# K7 `, P' j2 p
  33. Hostname=The_PC_the_MySQL-Server_is_on
    3 q6 u) P2 H# C: j
  34. User_name=User_name_on_the_MySQL-Server2 T4 {: Y: _7 k) N0 k
  35. Password=Password_to_go_with_above_user_name# I" {: g  Y3 K6 p% \9 l9 M# y
  36. GetDriverFunc=getSQLDriverMYSQL, l2 b0 T6 J) W0 s, _( H
  37. VendorLib=path_pointing_at_your_mysql_vendor_lib! j% a; x; C: u% m; v4 n, v
  38. LibraryName=path_to_libsqlmy_libary
    * O, ?' c4 C% }( ?! n8 G2 I" X
  39. Active=1
    # [" Y+ h. h. c6 @
  40. ---cut here---, s) U4 |$ v; _7 R+ A# f; u
  41. In my environment (a linux box with a MySQL server running locally) I have:+ s) @4 Y( l; @" h# x0 W' ^# d
  42. ---example---5 B2 g& B# K/ Q
  43. [DBEXPRESS]1 m* o# f" K  `& Q/ `
  44. sqldir=mysql_sql& @. e- a: Z0 y; X
  45. Drivername=mysql. o- A; ~: B# G1 B/ J0 s$ h
  46. Database=test5 J' v$ \4 q; Q0 j/ a$ x5 C
  47. Hostname=localhost
    1 f$ [; Q" n9 `: b3 N, k: O
  48. User_name=testuser6 h) j" `2 l4 K( z" `# v
  49. Password=my_password3 M2 e% }( G3 w( _  b
  50. GetDriverFunc=getSQLDriverMYSQL
    3 s1 p' J, m) _. C: J2 F
  51. VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0, U5 S' F  y6 @( t: l, b. ^; l
  52. LibraryName=./libsqlmy.so" O9 x0 C+ s/ m' W. D
  53. Active=1, q; x; B( |8 Z$ [
  54. ---example---
    9 n6 Z5 u* }5 ^$ f& D. i0 S; Y
  55. 0 W1 q$ B% M( [" {' }2 }1 h0 P- c, {
  56. On a windows box, also running the MySQL server locally, it would be:) l* s. B2 {# a5 L
  57. ---example---
    & w7 Q" X$ i( Y/ T1 Q* O
  58. [DBEXPRESS]  l; Q4 y8 O6 R/ ^
  59. sqldir=mysql_sql, u. p! v' P. }- t
  60. Drivername=mysql- A- x9 r1 W; ?, W* Z6 z! B
  61. Database=test
    5 \0 @9 O, A- X, G8 O0 c
  62. Hostname=127.0.0.1
    , q' L7 V) U3 D/ L8 x
  63. User_name=testuser  _1 V, y6 Y) s9 s( e: t
  64. Password=my_password  }; P/ e& X% ~( ]; L, g
  65. GetDriverFunc=getSQLDriverMYSQL4 x5 G, |/ S: K) ?0 i5 h0 [
  66. VendorLib=libmysql.dll
    $ m$ V" q9 H; o
  67. LibraryName=dbexpmysql.dll4 S3 F  g5 ^# c1 Q% [! x: H
  68. Active=1
    8 q' C- @2 Z* N: V! f" `2 O) m
  69. ---example----+ d, M) V/ a+ J* ~% U
  70. - written 02.03.04 by pwk.linuxfan
    " d6 O# J2 z2 Y0 \' O

  71. & C' |6 x- }0 ~! U6 t) g7 k* A
复制代码
发表于 2008-1-18 15:43:17 | 显示全部楼层
就是说在每一句英文附加一段中文注释,不知道可有难度不??:xhan
发表于 2008-1-18 15:48:42 | 显示全部楼层
我这里有一个网页自动翻译的结果,大家校正一下看看
1 {1 o- _4 A* w$ u# M

  1. 6 {9 I" a* Y: O# r! b' \5 I) K
  2. ######使用MySQL数据库,为teamspeak服务器2.0.20.1 ###### # y( k6 f* ~% P3 n+ M
  3. , ~' F8 \; F% j1 m) _  H& R
  4. # # #我们所需要# # #
    , ]9 }# Q, X: ~8 _( e
  5. 当然,我们还需要有MySQL服务器来存储这些数据对我们来说,这个文件- ^& I; [& k% G7 I  [
  6. 不会解释如何做到这一点-也有文件存在,为
    ( M$ C1 }7 o* Y; M  [
  7. 有兴趣的。要求包括: (空)数据库teamspeak使用7 s# b/ i2 j' s8 b
  8. 和一个用户帐户(用户名+密码) ,有权限做的东西2 h. h- N# p/ t/ Z8 |
  9. 随着数据库。此外,你需要一个卖方图书馆安装于
    & u& _& d6 ?% B: i% K. b
  10. 本地机器,这是我的MySQL安装。
    , G3 a6 [9 ^# F9 y0 k( f! b# N- y! m
  11. 这些指示不会告诉你,你怎么可能转移你的数据,从; Q7 v$ O) {' ~2 D
  12. SQLite数据库向MySQL数据库,我们开始一种更清新和空洞的MySQL
    8 ?5 c+ B) q/ C. q
  13. 数据库。 7 @% N6 r# h8 M
  14. 有些用户报方式进口SQLite数据库到MySQL中,但在' }8 l- o0 `6 z5 L! W# P2 a7 D
  15. 编写本报告的时候,仍然有太多的问题-检查现状: z& ?- {$ X* g1 V7 e/ ~7 h3 K' p
  16. 在teamspeak论坛,如果你有兴趣。 5 o2 t* R8 P0 [0 {" E. w4 ?" P; u' f
  17. 注意:为了让teamspeak访问MySQL数据库的dbexpress司机
    3 w& i& x9 d: L' u0 c! x
  18. Borland公司使用。这个司机只能界面与客户端库
    * d# t$ t9 ?- n1 |; w
  19. 随MySQL 3.x.这是有可能进入一个mysql解数据库,这) X, j1 X3 |: {8 `% L% t
  20. 客户端库-基本上你所需要做的就是使用3 .x客户端库作为
    : Z% j7 x9 T5 E* [0 G/ m$ M- J
  21. " vendorlib " ,并解数据库连接。
    1 ?3 E4 [0 r" j; M6 G
  22. 如果您需要更多的信息dbexpress ,你可以联络Borland公司。
    / g4 j% q+ M/ v6 h

  23. ; w2 n+ H: [4 [8 R9 z3 Q) U
  24. # # #做好工作# # # ) H& v$ C' n# p! x
  25. 成立teamspeak使用MySQL (应该)直线前进时,一旦你都+ P- R" e  V' ]. B- m# U. Q. g+ A
  26. 该额外赏赐权利,而只不过是打开你的server.ini文件,并加上这一节在9 O+ Q! o: o0 x% t( y
  27. 结束:
    + {" L) [0 n1 I
  28. ---削减这里---
    ! ]% h$ L2 k4 d. X9 z2 D4 }6 W
  29. [ dbexpress ] ; d$ t5 F) a3 X: {/ u# W. q
  30. sqldir = mysql_sql 9 {! D3 u7 h% a) ?1 ^4 ~: n
  31. drivername = MySQL中
    - [4 b# [3 H8 F/ }* T* e
  32. 数据库= your_database_name_here
    $ K1 d4 ^1 i7 T  M* v, U0 B+ _) D) d
  33. 主机= the_pc_the_mysql - server_is_on 6 e0 j5 i2 j! R4 A7 M+ y9 _9 \
  34. user_name = user_name_on_the_mysql服务器3 c% K  q& K( ~4 S6 L7 Y# e
  35. 密码= password_to_go_with_above_user_name   k* \2 `$ p, }. X4 \* ]
  36. getdriverfunc = getsqldrivermysql 8 Z! V7 q' M  a: N, r) S
  37. vendorlib = path_pointing_at_your_mysql_vendor_lib
    9 ~# ^" V+ K9 c3 @7 S
  38. libraryname = path_to_libsqlmy_libary 9 x; }( M) \$ k4 j$ Z* |- ]: V% X8 `/ @
  39. 积极= 1
      p& P0 x4 A: w4 T1 F
  40. ---削减这里---
    * y# h" _4 [3 c. ?
  41. 在我的环境( Linux的包装盒与MySQL服务器运行在本地) ,我有: - E6 ?  E# m7 n6 ]4 N' o. Q* L
  42. ---例如--- 6 T* ~1 N5 g3 s) [
  43. [ dbexpress ]
    % d6 {; {% o- m' E) e/ R* u# j
  44. sqldir = mysql_sql
    5 |$ C6 F* _/ P3 [( m; t8 f% V
  45. drivername = MySQL中: F: U# M# J  |2 K$ U
  46. 数据库=测试
    3 }0 W8 F& N" Z9 o; C; j' k' `6 ~
  47. 主机=本地主机& G3 d) p: t5 u( X3 a$ _
  48. user_name = testuser
    8 J  |. \* j3 _7 t2 j, Z7 `5 W5 s
  49. 密码= my_password # F) z/ ~) K  P9 K  s
  50. getdriverfunc = getsqldrivermysql * v( m. ]( p; N' P/ x" X5 e
  51. vendorlib = / usr/lib/libmysqlclient_r.so.10.0.0 3 |' W* ~3 M+ W5 F: v
  52. libraryname =. / libsqlmy.so
    , p' V$ ]& O3 J7 B3 R, ~7 ^
  53. 积极= 1
    3 C& ]' P: e- H8 o  F; \
  54. ---例如--- 0 v  _0 V0 d3 @) P5 f' k; y! f
  55. 1 s3 R* z2 q6 _2 L7 ~! c" ~
  56. 对Windows中,也运行MySQL服务器本地的,那就是: + P$ U! F. q5 c! w  F/ p% _
  57. ---例如--- % g# A& s$ k- N% `
  58. [ dbexpress ] : W1 o% O4 @+ A6 M
  59. sqldir = mysql_sql
    $ g3 H6 U" H4 t3 N+ F+ i/ @
  60. drivername = MySQL中
    # }& V# ^0 N# I; J0 G
  61. 数据库=测试5 u0 }% k* c7 m
  62. 主机= 127.0.0.1 % h8 K- D  I' @2 u2 O( Z
  63. user_name = testuser ( q: G- j1 m7 i* J; |  l% O
  64. 密码= my_password $ E& I2 C" v! Z7 j9 J
  65. getdriverfunc = getsqldrivermysql
    # B3 L9 c5 F* M# O5 I7 |) P" X
  66. vendorlib = libmysql.dll在
    3 G& W% H  A  [9 j$ ]& T
  67. libraryname = dbexpmysql.dll
    " |1 H' i0 l0 y" D4 @0 A# k
  68. 积极= 1 2 G( ?/ F  U9 c; T5 K$ _, J
  69. ---例如----
    + m- s0 Y! }8 k8 W6 e6 j% r
  70. -写在0 2.03.04由p wk.linuxfan! x4 K- o  U2 h* F
复制代码
发表于 2008-1-18 15:57:50 | 显示全部楼层
zhu48t zhu48t zhu48t 火星语言
发表于 2008-1-18 16:02:23 | 显示全部楼层
我现在正在我们自己的服务器上调试TS与论坛结合,这篇文章里的大概操作方法我是明白了,但是我怕翻译过来可能有点出入,所以还是要专业的英文水平高的人看看才行:xhan
发表于 2008-1-18 18:45:35 | 显示全部楼层
那你只有找哪个马来人了。。。
发表于 2008-1-20 18:35:58 | 显示全部楼层
zhu45t 俄有自知之明
发表于 2008-1-21 11:37:51 | 显示全部楼层
比 考4级还难懂!!
发表于 2008-1-21 13:54:07 | 显示全部楼层
怎么不问我呢 我晕
发表于 2008-1-21 14:15:44 | 显示全部楼层
sorry for the late, i think the best way is i go to TS and translate for you. coz now i cannot type chinese words
. j1 K0 @6 p9 y0 f) p. x
$ }' p6 f; ]9 E# Rbut, i only will free at nite, tuesday 11pm, your time
您需要登录后才可以回帖 登录 | 注册

本版积分规则

傲天阁游戏公会
联系我们
咨询电话 : 020-88888888
事务 QQ : 85075421
电子邮箱 : admin@admin.com

小黑屋|手机版|Archiver|傲天阁游戏公会 ( 粤ICP备14058347号 )|免责声明

GMT+8, 2026-5-22 01:01 , Processed in 0.101148 second(s), 6 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表