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

2632 17

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

[复制链接]
发表于 2008-1-18 15:41:41 | 显示全部楼层 |阅读模式
麻烦翻译一下,下面这段文章:xhan
! J) \; j% a" I4 f! d7 X8 \
& d( H& @4 H; W: I/ z

  1. 7 ~; r- S+ y% V* n
  2. ###### Using MySQL as Database for TeamSpeak-Server 2.0.20.1 ######
    * t7 q4 F( Z+ E) B- }1 v' \

  3. : L/ U) L- t: Y% c7 o
  4. ### What we need ###" p! I& g* L8 `6 X  i
  5. Naturally, we will need a MySQL server to store the data for us, this document $ w- w  L6 O* B1 U- O, ]6 e
  6. will not explain how this can be done - there are documents out there for the
    : Q8 n# i( A3 k  Y
  7. interested. The requirements include a (empty) database for TeamSpeak to use
    * E8 p( E$ W4 `+ f6 n) C8 t/ P
  8. and a user account (username + password) that has the permissions to do stuff: p& ~8 U, m! f& q' f
  9. with the database. Additionally, you will need a vendor library installed on the: w( J- u4 d5 `. I
  10. local machine, this came with my MySQL install.6 ~0 y% \9 H1 Y+ r! y3 b0 g; h0 F
  11. These instructions will not tell you how you might transfer your data from the
    - b6 b, M* `; B- Q% j9 H  x
  12. SQLite database to the MySQL database, we start with a clean and empty MySQL9 X$ h: U6 |2 {) U5 Z
  13. database.
    ( |4 e( L- |( A4 D: E  o: I. u
  14. Some users have reported ways to import a SQLite database into MySQL, but at+ P: r! V* i0 [( J9 ~* Z
  15. the time of writing, there are still too many issues - check the current status: _, D5 Z3 `1 d) V, F3 G. C2 _) [
  16. in the TeamSpeak forums if you are interested." u8 \3 h$ ^8 x9 ]  O  Z
  17. NOTE: To allow TeamSpeak to access the MySQL database the dbExpress driver from" ~7 i4 w! g5 `
  18. Borland was used. This driver can only interface with the client library that - r" {, l% ?0 ?
  19. comes with MySQL 3.x. It is possible to access a MySQL 4.x database with this/ z* Z$ L6 n& J5 |
  20. client library - basically all you have to do is to use a 3.x client library as
    & w. _$ z* E- D. K/ c( k% ]2 O
  21. "VendorLib" and a 4.x database to connect to.$ F* H4 y! B; S, i$ u, |
  22. If you need more info about dbExpress, you can contact Borland.
    ( l2 u* D8 l2 W# y
  23. * K" V- j" {3 z
  24. ### Doing the work ###
    # G; \% Y0 J6 r0 X1 h. B7 A% M
  25. Setting up TeamSpeak to use MySQL (should) be straight forward once you have all
    9 l/ e2 C- p9 E# ]$ N; u" R: x- X
  26. the perquisites right, just open your server.ini file, and add this section at
    , X$ A4 c$ C, N
  27. the end:4 g/ C* _/ L; c3 I" k) ~! N
  28. ---cut here---
    : N( H3 ]5 n/ ]1 s/ T) {4 j9 J" H
  29. [DBEXPRESS]6 I3 }: {: v& @. U
  30. sqldir=mysql_sql6 E! `$ }* Q  s1 Y
  31. Drivername=mysql
    & n( X3 q" u4 u) j" M# J% o* w
  32. Database=Your_Database_Name_Here6 T- O1 b+ d2 L, i
  33. Hostname=The_PC_the_MySQL-Server_is_on  g4 f& m  P7 B: j# V0 P
  34. User_name=User_name_on_the_MySQL-Server2 n, n; a2 o0 C
  35. Password=Password_to_go_with_above_user_name- A% r$ p# K/ w: [0 k1 i8 M
  36. GetDriverFunc=getSQLDriverMYSQL! y6 ~. q6 n5 {4 Q( m
  37. VendorLib=path_pointing_at_your_mysql_vendor_lib: A+ z+ @7 z- B9 S1 K$ H8 _; _, H
  38. LibraryName=path_to_libsqlmy_libary
    , w, K8 h+ E9 X" d
  39. Active=16 l8 ^5 c  G! U- b: y7 H
  40. ---cut here---* m1 Z- \* J% R3 [- U5 I- D
  41. In my environment (a linux box with a MySQL server running locally) I have:1 o, J# h( H7 N, p0 u# X
  42. ---example---6 b! T, z: q& P) n0 Y/ Z
  43. [DBEXPRESS]
      M( G9 e- H/ B- q
  44. sqldir=mysql_sql
    7 W& t2 k, y! y! s7 [3 D
  45. Drivername=mysql
    8 P* h1 b: h! E) w1 m& J! j$ k
  46. Database=test
      I2 f) B1 n8 N. w
  47. Hostname=localhost
      t) ~. l9 F. H. N
  48. User_name=testuser# d, J* @" ~( z0 x2 L
  49. Password=my_password3 ]1 W! z8 l- \" z; C
  50. GetDriverFunc=getSQLDriverMYSQL  R6 T+ m5 w1 h: L. K
  51. VendorLib=/usr/lib/libmysqlclient_r.so.10.0.05 C) b, a: w" i4 y: l
  52. LibraryName=./libsqlmy.so7 p3 O: q# J7 r6 Q6 J
  53. Active=1
      m  r9 B1 ]: n  G
  54. ---example---9 B' A! P7 o5 c) h( l( e

  55.   m3 M3 @# Y# ^6 M
  56. On a windows box, also running the MySQL server locally, it would be:
    6 s4 |& v5 E9 _
  57. ---example---
    # D' S6 K. z0 }0 g: K+ e
  58. [DBEXPRESS]' A4 M; N" d3 X% p
  59. sqldir=mysql_sql, {0 |2 L2 v, P: m9 J. X
  60. Drivername=mysql  {( i* g; y9 H1 z+ {* ?; L! E* y
  61. Database=test( Q5 ?3 i3 F% g! b
  62. Hostname=127.0.0.1
    , v" ~' z5 B( P! q, F: _- V  Z
  63. User_name=testuser
    ( |% D+ k% }  I6 d0 [
  64. Password=my_password
    - Y9 f- G) `- ?; v
  65. GetDriverFunc=getSQLDriverMYSQL: M" F) ^' @* ^
  66. VendorLib=libmysql.dll# [- g/ f8 ^- \# Q, w
  67. LibraryName=dbexpmysql.dll. |0 ]# X9 o- g3 E6 m# I
  68. Active=16 v2 W* y/ u( T; m  P
  69. ---example----! |$ i6 P( i( ]
  70. - written 02.03.04 by pwk.linuxfan
    - U/ [) K! Z4 G6 m
  71. . h2 Q9 Z5 z7 n' C5 z4 v  m
复制代码
发表于 2008-1-18 15:43:17 | 显示全部楼层
就是说在每一句英文附加一段中文注释,不知道可有难度不??:xhan
发表于 2008-1-18 15:48:42 | 显示全部楼层
我这里有一个网页自动翻译的结果,大家校正一下看看
: s4 w& m9 z" U% ?1 R$ k

  1. * f( Y9 W! N2 v% m' ?5 g* Y5 Q( o, z
  2. ######使用MySQL数据库,为teamspeak服务器2.0.20.1 ######
    ; I3 F/ q+ F9 n' s- s

  3. 4 i0 c4 c7 m1 O, c7 F
  4. # # #我们所需要# # # 7 B# e+ X- P7 Y; n# @
  5. 当然,我们还需要有MySQL服务器来存储这些数据对我们来说,这个文件
    & ^# w1 T) o+ _/ V% j" M& @/ Y+ \
  6. 不会解释如何做到这一点-也有文件存在,为% k* z: l( A; j( y7 Z( @1 V
  7. 有兴趣的。要求包括: (空)数据库teamspeak使用/ W# i3 B  A" \. F* |" Y/ e
  8. 和一个用户帐户(用户名+密码) ,有权限做的东西8 l$ e; T" Y2 b
  9. 随着数据库。此外,你需要一个卖方图书馆安装于" [3 D1 g8 o/ h, P9 T: U
  10. 本地机器,这是我的MySQL安装。 7 D6 r$ T# V6 T" H5 q
  11. 这些指示不会告诉你,你怎么可能转移你的数据,从/ a& ?9 j( p7 D+ t! ]
  12. SQLite数据库向MySQL数据库,我们开始一种更清新和空洞的MySQL 7 e0 D; L5 E( N3 `  l0 x
  13. 数据库。
    6 m: z, o& j. H( I9 r: x
  14. 有些用户报方式进口SQLite数据库到MySQL中,但在
    & o' r+ z6 \! k% i6 r1 e
  15. 编写本报告的时候,仍然有太多的问题-检查现状
    - Z8 N# T: N, O/ i: Z; n5 G) b- Q
  16. 在teamspeak论坛,如果你有兴趣。 ; k, e) ^# K0 I3 P5 y) I/ i, C
  17. 注意:为了让teamspeak访问MySQL数据库的dbexpress司机: A$ o( Y' z, n7 R
  18. Borland公司使用。这个司机只能界面与客户端库3 t2 L1 q( X" [7 o7 l
  19. 随MySQL 3.x.这是有可能进入一个mysql解数据库,这
    + A- I; X) q: [) o' g' e' c
  20. 客户端库-基本上你所需要做的就是使用3 .x客户端库作为; C$ ^5 B0 t# e0 a. `
  21. " vendorlib " ,并解数据库连接。 " L, d3 Y: ]& B5 J  m) Z
  22. 如果您需要更多的信息dbexpress ,你可以联络Borland公司。 * w! @  `- ~; a
  23. / u, U8 S2 X& Q& k4 {1 S8 l* a  X/ \; H
  24. # # #做好工作# # #
    5 w" W8 _: Z8 f. w
  25. 成立teamspeak使用MySQL (应该)直线前进时,一旦你都4 S0 G  B! ?3 f1 R: Y# r" t9 ]
  26. 该额外赏赐权利,而只不过是打开你的server.ini文件,并加上这一节在/ H2 z: }  @, c1 x  a- u
  27. 结束:
    8 o& [/ N5 K: E
  28. ---削减这里--- $ V+ o' _: U9 }: b
  29. [ dbexpress ]
    9 f* r; W, n- v* ?5 N! A
  30. sqldir = mysql_sql 6 M, Q; `& I3 R7 B, `
  31. drivername = MySQL中+ V3 E5 q- Z9 b$ p  S+ \5 K8 a
  32. 数据库= your_database_name_here 1 q' J( V, n9 h, G
  33. 主机= the_pc_the_mysql - server_is_on
    . \6 R2 X! g3 f
  34. user_name = user_name_on_the_mysql服务器
    - u- c7 u0 f0 ^4 `9 @. s
  35. 密码= password_to_go_with_above_user_name
    4 V$ i3 G2 c+ G% i$ u
  36. getdriverfunc = getsqldrivermysql + }* C: \! y, |7 V0 K
  37. vendorlib = path_pointing_at_your_mysql_vendor_lib / \! V+ [6 z5 Z: Z8 E4 D
  38. libraryname = path_to_libsqlmy_libary
    4 W5 e, J" O, j( H
  39. 积极= 1 6 i2 G. X" O" V( R
  40. ---削减这里--- 6 X5 J1 S; N5 @8 |
  41. 在我的环境( Linux的包装盒与MySQL服务器运行在本地) ,我有:   g. o( q0 _7 h! P: A% f
  42. ---例如--- ! E% c6 e" s9 {- F! q
  43. [ dbexpress ]
    / e# ]& a. J3 N! P
  44. sqldir = mysql_sql
    / K( Y. n9 T% L8 ^$ h
  45. drivername = MySQL中, }- y; r+ M  F, {: s
  46. 数据库=测试4 o  k, N" u+ _3 w5 n" d
  47. 主机=本地主机
    2 S, E# L' Z, g' F$ C
  48. user_name = testuser
    2 }1 b" H8 f6 X% @" d8 M6 c
  49. 密码= my_password
    * m6 l5 u/ b, a
  50. getdriverfunc = getsqldrivermysql 4 a1 w& a- f9 }0 ~5 v1 ]) u, L+ Q
  51. vendorlib = / usr/lib/libmysqlclient_r.so.10.0.0
    / o  B: j- S$ B8 s& z
  52. libraryname =. / libsqlmy.so , f% V  ^( i3 e0 [+ ]" g" @
  53. 积极= 1
    : ?4 E& ]- A% c. G7 g$ e! a
  54. ---例如---
    3 C* K2 \9 G0 p& C) m: [

  55. ; A+ ?- w* A# y  e; S
  56. 对Windows中,也运行MySQL服务器本地的,那就是:
    ! Q$ r, b+ J" P8 c) ~
  57. ---例如---
    " a9 k* l, E$ v5 E- x
  58. [ dbexpress ]
    ) [" k; H2 i4 _
  59. sqldir = mysql_sql
    6 X( a; Q( \/ l
  60. drivername = MySQL中0 `, p+ t3 [/ P" F3 R
  61. 数据库=测试# ]- t8 F- I" Q! Z2 Y& {/ S/ S
  62. 主机= 127.0.0.1 3 |4 Z% ]- n/ ^4 `
  63. user_name = testuser
    , C3 ?( T( ^2 E- ~+ n: W
  64. 密码= my_password 7 w. W- d4 D4 n5 m$ T! e
  65. getdriverfunc = getsqldrivermysql
    2 r4 }/ V8 n1 b/ ?- R9 J* T! y
  66. vendorlib = libmysql.dll在5 `' Y1 U5 f* ]0 G+ E9 Q
  67. libraryname = dbexpmysql.dll % m+ E3 i$ W0 M% {  a6 ~
  68. 积极= 1
    8 A1 ]+ Q, }8 b2 K2 s# f6 H+ ?8 ]! O
  69. ---例如---- ' u& [9 K- M) P9 t* F
  70. -写在0 2.03.04由p wk.linuxfan
    5 x8 s6 i  e0 {* g# e
复制代码
发表于 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 words9 W6 O: `* z$ m: x8 T

% P, _& Q. ?$ I, ^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-17 22:59 , Processed in 0.098236 second(s), 6 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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