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

2666 17

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

[复制链接]
发表于 2008-1-18 15:41:41 | 显示全部楼层 |阅读模式
麻烦翻译一下,下面这段文章:xhan 6 @. O# `$ {' a! i6 J
+ t. d% Z: s$ }7 f8 S. D
  1. 9 A5 o7 W! ~0 t( C1 q
  2. ###### Using MySQL as Database for TeamSpeak-Server 2.0.20.1 ######
    / I% v' R5 p# g/ _; t

  3. ( B, g! v0 p" E% {& ]
  4. ### What we need ###. x5 w" o' D, Q* ?& N' f
  5. Naturally, we will need a MySQL server to store the data for us, this document   G  B6 c' r0 O  I7 G2 G) G
  6. will not explain how this can be done - there are documents out there for the 5 Q  Q3 _1 |0 C( w: ]0 \, B( ]
  7. interested. The requirements include a (empty) database for TeamSpeak to use
    . l  ~; w' B- x  I' ~
  8. and a user account (username + password) that has the permissions to do stuff* @! {1 E. w% a6 ^- L: l% ^
  9. with the database. Additionally, you will need a vendor library installed on the. q0 p7 Z( p8 u7 f
  10. local machine, this came with my MySQL install.( a$ G# C. A! H4 b) a/ f" y0 v
  11. These instructions will not tell you how you might transfer your data from the
    - ^- w' S, m9 m/ m( M
  12. SQLite database to the MySQL database, we start with a clean and empty MySQL
    9 K" W- ~% [/ O/ j5 c8 {
  13. database.- N% D( H, ?' t7 k$ x* v. J4 Q
  14. Some users have reported ways to import a SQLite database into MySQL, but at
    1 G% Q$ _- Z$ a: [' [
  15. the time of writing, there are still too many issues - check the current status
    , @8 w! V) ?/ C8 B5 ]+ K5 r
  16. in the TeamSpeak forums if you are interested.
    7 H. f1 [+ K3 t) h" h3 V1 g- M2 y
  17. NOTE: To allow TeamSpeak to access the MySQL database the dbExpress driver from; U" ]3 X  @. u
  18. Borland was used. This driver can only interface with the client library that * k9 l1 \, D% o9 ?0 ~, m" W* c( R% _6 m
  19. comes with MySQL 3.x. It is possible to access a MySQL 4.x database with this
    5 j2 m" |1 Y1 t$ m4 N
  20. client library - basically all you have to do is to use a 3.x client library as
    1 c/ Z& l1 a/ C" t6 X* B# D
  21. "VendorLib" and a 4.x database to connect to.7 R( T8 o6 F( R* t$ J' f0 B8 }% [1 t
  22. If you need more info about dbExpress, you can contact Borland.
    3 c. o' X8 A( F8 H$ V9 }! a

  23. 5 o1 D# q1 Q- v7 L' z
  24. ### Doing the work ###+ C5 H) n) Y/ n1 w6 W
  25. Setting up TeamSpeak to use MySQL (should) be straight forward once you have all
    ; ?1 F; Y$ ~  h6 [
  26. the perquisites right, just open your server.ini file, and add this section at5 U: r5 m$ {5 S2 ~
  27. the end:0 J* \* |" L3 A, `$ h9 t+ f- t" f
  28. ---cut here---
    ( B- ?, ]3 X1 [" T3 P; L# @: u; O  `
  29. [DBEXPRESS]
    % G1 X4 ^# j. o+ S7 `
  30. sqldir=mysql_sql
    / ~5 W+ W9 o4 U% u" a$ E
  31. Drivername=mysql+ ^  t8 U; t  ^
  32. Database=Your_Database_Name_Here# i4 d' u; @; V2 |% _
  33. Hostname=The_PC_the_MySQL-Server_is_on6 J* R- k  u6 T2 G/ G: l6 ]2 x
  34. User_name=User_name_on_the_MySQL-Server; t2 l0 |8 H9 F- e. M7 u0 V& Z0 D
  35. Password=Password_to_go_with_above_user_name" D: M: B2 P. m' ?3 p3 I
  36. GetDriverFunc=getSQLDriverMYSQL
    4 v8 s# e$ c: s  T% t7 u/ C
  37. VendorLib=path_pointing_at_your_mysql_vendor_lib6 K3 ^8 t6 a$ `- C9 o; O9 l
  38. LibraryName=path_to_libsqlmy_libary$ N/ \# C1 ]7 d1 Q  g
  39. Active=1
    4 c( h2 d- n+ o, H
  40. ---cut here---
      u+ _6 ~6 }. R6 L5 \0 O3 g# F! z' V# l
  41. In my environment (a linux box with a MySQL server running locally) I have:
    9 w6 f( X. O' u9 y
  42. ---example---6 v$ f' Y- z8 r. E* Y
  43. [DBEXPRESS]2 B% Q0 I+ M2 z/ X+ ~
  44. sqldir=mysql_sql( N$ W* r8 W6 A/ v
  45. Drivername=mysql
    $ h4 C5 B  _* g
  46. Database=test. w: i8 d8 J6 Q0 ^  Z/ b
  47. Hostname=localhost
    " O0 a6 c+ ]7 I7 g6 _4 ]& i
  48. User_name=testuser- u. X3 H1 N, o5 u1 Y7 ^- z
  49. Password=my_password* a) I* `! k. L! {$ m6 k1 e
  50. GetDriverFunc=getSQLDriverMYSQL. v8 _5 i' |# O2 d; k$ C( m
  51. VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0+ s( y! b9 L' q: N. p4 i: I4 @$ m
  52. LibraryName=./libsqlmy.so
    # y0 ^" F# K8 z  E3 V$ b, f- @- c% [( F
  53. Active=1
    . N/ T: v/ d7 h4 \: Q3 w; v- {
  54. ---example---8 ?3 j$ `3 w/ J' H
  55. & v3 C0 J1 F' r4 m
  56. On a windows box, also running the MySQL server locally, it would be:
    * _- H7 b  ~+ J4 a4 T8 F& u$ M
  57. ---example---& x' ?3 x% P! j: p  z3 ?
  58. [DBEXPRESS]
    : p! ^. [+ G3 `6 B$ P$ S" J  Y% J& G
  59. sqldir=mysql_sql& h- D/ e9 p/ O- U& k) L! }  T7 R
  60. Drivername=mysql
    7 _* g3 o- R. p4 E+ a
  61. Database=test
    2 t% A2 h3 a* ]" A5 H' v1 _
  62. Hostname=127.0.0.1; K9 m6 g  k! [# l9 V! v$ f
  63. User_name=testuser
    ( m3 y7 A  B3 {0 q. d" P2 g# l- \: q9 e
  64. Password=my_password
    ( v+ x1 B: i( w2 l. X
  65. GetDriverFunc=getSQLDriverMYSQL* b, E/ |. D8 F. k' E
  66. VendorLib=libmysql.dll
    6 @& x5 K+ K1 P2 I: ]! ?8 X
  67. LibraryName=dbexpmysql.dll
    / E: U1 L$ q# O# K( e
  68. Active=11 V" r& K9 k4 K9 \
  69. ---example----7 N( }; g$ L+ T
  70. - written 02.03.04 by pwk.linuxfan' I, N" u0 c4 K6 Q: E3 K7 f" [. w

  71. 8 l5 R+ @8 k( e- W) p( _$ Q9 S" d
复制代码
发表于 2008-1-18 15:43:17 | 显示全部楼层
就是说在每一句英文附加一段中文注释,不知道可有难度不??:xhan
发表于 2008-1-18 15:48:42 | 显示全部楼层
我这里有一个网页自动翻译的结果,大家校正一下看看
; @0 |: m' T" _& n* f
  1. % L" f$ ]6 O' N  D* e  h
  2. ######使用MySQL数据库,为teamspeak服务器2.0.20.1 ######
    5 C, d* o6 H9 z- E6 {
  3.   Z/ ~& N+ D9 V( {
  4. # # #我们所需要# # # / X* \* h5 f8 G; y
  5. 当然,我们还需要有MySQL服务器来存储这些数据对我们来说,这个文件" q; [- r& `7 `* r: B- B# O6 C
  6. 不会解释如何做到这一点-也有文件存在,为) V$ A) @# C0 I$ e
  7. 有兴趣的。要求包括: (空)数据库teamspeak使用$ s0 L3 m3 q/ _# x* m- h
  8. 和一个用户帐户(用户名+密码) ,有权限做的东西
    ( R9 ?# C. t  k, c7 {
  9. 随着数据库。此外,你需要一个卖方图书馆安装于
    , \) v! ^: z; C& F
  10. 本地机器,这是我的MySQL安装。
    ; S  }+ h8 t5 J
  11. 这些指示不会告诉你,你怎么可能转移你的数据,从$ R4 X( M4 B5 ?
  12. SQLite数据库向MySQL数据库,我们开始一种更清新和空洞的MySQL : Z, w4 `# p/ K5 ~: D" `
  13. 数据库。
    % c+ V" y* M1 X- O% g3 x7 l8 U* q0 |! k
  14. 有些用户报方式进口SQLite数据库到MySQL中,但在' b1 Y& n% i  r  |
  15. 编写本报告的时候,仍然有太多的问题-检查现状/ [3 t( y8 S: _4 g, z: ~& e* G
  16. 在teamspeak论坛,如果你有兴趣。 * D- r0 l5 r* g
  17. 注意:为了让teamspeak访问MySQL数据库的dbexpress司机
    : ^4 d- O9 O0 N
  18. Borland公司使用。这个司机只能界面与客户端库
    ; G/ R4 d8 [: H1 i5 Q
  19. 随MySQL 3.x.这是有可能进入一个mysql解数据库,这; ?& K! S+ d* A2 p. H
  20. 客户端库-基本上你所需要做的就是使用3 .x客户端库作为& N% E: h- p0 _8 J
  21. " vendorlib " ,并解数据库连接。
    / Q# k8 ?" U* i
  22. 如果您需要更多的信息dbexpress ,你可以联络Borland公司。 $ m: Q' Q+ X# O# y

  23. ) I- p, i% f- N% @" x7 D
  24. # # #做好工作# # #
    & p! \) C. F' I; j0 \: O# s
  25. 成立teamspeak使用MySQL (应该)直线前进时,一旦你都; \5 c0 \+ v  e2 Q0 u
  26. 该额外赏赐权利,而只不过是打开你的server.ini文件,并加上这一节在  ?5 ~, U" x  t1 A4 C  z8 |2 H
  27. 结束:
    6 u' S1 G0 b; Y; A) K9 l9 N
  28. ---削减这里---
    $ i6 i9 e& Y# R% q6 x
  29. [ dbexpress ] 8 g8 i0 R1 e' }
  30. sqldir = mysql_sql
    3 K- u( N' Y6 H$ ~
  31. drivername = MySQL中
    , e! q) b3 E$ _2 i0 [5 V
  32. 数据库= your_database_name_here
    ! s) e9 R% n" x2 F
  33. 主机= the_pc_the_mysql - server_is_on ( ]% j% B3 h5 k5 ?7 j) `) P& E3 e
  34. user_name = user_name_on_the_mysql服务器
    : c- z/ e1 m. T4 B! L" u
  35. 密码= password_to_go_with_above_user_name
    ( _4 `% F1 ?# ]* M
  36. getdriverfunc = getsqldrivermysql " n1 z& G9 `) W$ W4 F
  37. vendorlib = path_pointing_at_your_mysql_vendor_lib   E6 u% i  L$ {3 r0 d+ Z8 K+ f1 p
  38. libraryname = path_to_libsqlmy_libary 1 e  q, C2 n* ]- R& `  n# d
  39. 积极= 1 4 V* I& p+ y& ?, q, l( M8 b5 L
  40. ---削减这里---
    % \5 k1 `' @- W8 s' `$ W7 v; i
  41. 在我的环境( Linux的包装盒与MySQL服务器运行在本地) ,我有: ) \/ N& J. R, N" p8 F
  42. ---例如---
    " g/ r, X; Q+ ]; q
  43. [ dbexpress ]
    , A" x* ?# V% I3 p
  44. sqldir = mysql_sql 3 g: A$ m& l# [8 K( D) q
  45. drivername = MySQL中
    & ?2 o2 |" E& G
  46. 数据库=测试
    # Y8 _) p1 Y: w& w9 H. J! m# Q
  47. 主机=本地主机/ c. _/ c9 r5 e! ]3 ?- D$ v
  48. user_name = testuser
    4 B2 U8 `% F3 Y/ I
  49. 密码= my_password 2 S( r+ _% U/ F# ^' d! n8 w% Z% s
  50. getdriverfunc = getsqldrivermysql 7 p9 Q$ f0 q* R0 K0 ?1 Z0 e
  51. vendorlib = / usr/lib/libmysqlclient_r.so.10.0.0
    / q$ T% i$ x! J
  52. libraryname =. / libsqlmy.so
    ; `* G1 T. f  V# [% _1 O
  53. 积极= 1
    9 i3 U- i5 y1 s- y+ z# }$ X1 v
  54. ---例如---
    & w, Z! ?9 y) ]9 Q
  55. 0 l  g( {: X. g8 W
  56. 对Windows中,也运行MySQL服务器本地的,那就是: ( V' ~: \+ Z4 f1 K/ l5 H* j
  57. ---例如--- / [" x2 p& @4 b- O
  58. [ dbexpress ] ) V+ q; l1 \: h% R3 Y" W6 V
  59. sqldir = mysql_sql
    6 p5 n! ^) t: T9 n& i9 Z
  60. drivername = MySQL中
    . u2 F( @; c1 Z* L) G  H
  61. 数据库=测试$ {: h# d  `7 s9 F/ l& v
  62. 主机= 127.0.0.1 % Y1 |3 S9 C+ U6 k5 L
  63. user_name = testuser
    " ], K0 G3 n, j- J  b+ f
  64. 密码= my_password
    2 B3 I% G5 r* q
  65. getdriverfunc = getsqldrivermysql
    1 n7 k; Q2 p. A0 u9 b
  66. vendorlib = libmysql.dll在* r* w4 @. S3 ~6 `* q; o
  67. libraryname = dbexpmysql.dll $ q! d. f7 U9 F3 w# j% F
  68. 积极= 1
    ' q* z: `8 z; D. k+ n
  69. ---例如----
    2 g3 d" f5 |8 n5 E$ d8 ~
  70. -写在0 2.03.04由p wk.linuxfan
    & j- w  U/ d4 s1 U6 `3 Q1 P
复制代码
发表于 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
: s. |- a" I' A5 J0 u2 T" ]7 H/ {, y- T
but, i only will free at nite, tuesday 11pm, your time
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2026-5-26 11:00 , Processed in 0.102044 second(s), 6 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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