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

2822 17

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

[复制链接]
发表于 2008-1-18 15:41:41 | 显示全部楼层 |阅读模式
麻烦翻译一下,下面这段文章:xhan 2 }. g% W. a7 X  c

" ?5 m" h8 M; m# S7 ?& G
  1. * ?4 M! t; b; l5 `
  2. ###### Using MySQL as Database for TeamSpeak-Server 2.0.20.1 ######( @* g( m- f9 p! J  k+ `
  3. 3 c3 g. h! ^7 ]
  4. ### What we need ###) Q- \2 E3 ~) R* P7 V0 _4 d
  5. Naturally, we will need a MySQL server to store the data for us, this document
    & @( r/ [$ \4 Y7 N
  6. will not explain how this can be done - there are documents out there for the
    * C: W) r- R2 J5 _; K6 w8 E
  7. interested. The requirements include a (empty) database for TeamSpeak to use
    7 Z3 Z& L6 {- V' C0 S% X$ X% `) `. Y
  8. and a user account (username + password) that has the permissions to do stuff' M) q. _& V3 f) z: K
  9. with the database. Additionally, you will need a vendor library installed on the  b% f7 s" r3 L1 H1 K1 p
  10. local machine, this came with my MySQL install.
    ) @, Q5 a' r& s, M! z/ M5 T; S
  11. These instructions will not tell you how you might transfer your data from the. F. g3 u1 v! C7 t+ u2 S
  12. SQLite database to the MySQL database, we start with a clean and empty MySQL
    : ]" k) O( T! J3 V# L
  13. database.& |% P* e" b. b
  14. Some users have reported ways to import a SQLite database into MySQL, but at& b% W& G5 Q, [. F: d) T+ T4 A& }
  15. the time of writing, there are still too many issues - check the current status9 e1 y2 _0 k" |3 t  K
  16. in the TeamSpeak forums if you are interested.
    # C: p( Z+ A, H' ~& l' D' B8 `
  17. NOTE: To allow TeamSpeak to access the MySQL database the dbExpress driver from
    ( S& g% I  w# w, q4 g6 Y
  18. Borland was used. This driver can only interface with the client library that
    / L3 D0 X$ c1 R5 R# n+ F' d2 e" f6 E- V
  19. comes with MySQL 3.x. It is possible to access a MySQL 4.x database with this
    ) ~& X4 y) ]3 @' g
  20. client library - basically all you have to do is to use a 3.x client library as
    ! X" u7 Q5 }1 t; S
  21. "VendorLib" and a 4.x database to connect to.5 r2 b( U5 p7 C6 r, |. e) G
  22. If you need more info about dbExpress, you can contact Borland., s$ A7 C' r% T8 G' |3 a, Z8 t
  23. : e! O, n- }+ x, \
  24. ### Doing the work ###4 K* [/ v$ k* z. Q3 n
  25. Setting up TeamSpeak to use MySQL (should) be straight forward once you have all
    , T! u3 j; m4 Y$ V. U
  26. the perquisites right, just open your server.ini file, and add this section at
    ; c3 O! o: P  d) o+ e7 G' j, g
  27. the end:
    / N) {2 |: G9 J
  28. ---cut here---
    4 v4 Q( {% o/ D) ?% O& o& n5 a% Z
  29. [DBEXPRESS]5 z9 X* u8 G" @: T1 }# q
  30. sqldir=mysql_sql
    - t- }( y" j& N/ x& A; m
  31. Drivername=mysql
    - Z, Q6 o# r6 Y/ n
  32. Database=Your_Database_Name_Here! W" g  K1 t* Q6 i5 o
  33. Hostname=The_PC_the_MySQL-Server_is_on
    0 @: S0 @; j' [* A$ g
  34. User_name=User_name_on_the_MySQL-Server
    ; r* `' N0 T4 r( a8 G' P: y
  35. Password=Password_to_go_with_above_user_name
    1 S0 Z* N, l. V5 W3 Y$ \# N' ~
  36. GetDriverFunc=getSQLDriverMYSQL
    4 X+ g0 O0 C( Z3 J9 z5 N
  37. VendorLib=path_pointing_at_your_mysql_vendor_lib
    7 D) E" j" w! y, w/ t5 T: k
  38. LibraryName=path_to_libsqlmy_libary" `" x2 ^2 b' B6 c* L
  39. Active=1
    : j( n+ R, E3 h/ }9 Y
  40. ---cut here---1 Y& \# w/ P5 D9 P
  41. In my environment (a linux box with a MySQL server running locally) I have:
    & n: j( v0 L' Z4 T1 b$ D
  42. ---example---
    / L' n. T: w* n5 d
  43. [DBEXPRESS]
    ; d1 {' ^2 @0 ?) q# w$ u
  44. sqldir=mysql_sql
    & x% s' z. U* }
  45. Drivername=mysql
    + y* \2 g. D, B: O/ y
  46. Database=test1 B# I' [3 C9 b) I
  47. Hostname=localhost' w* P3 z7 R4 v: T
  48. User_name=testuser
    , D# C8 }: ]( ]  m' q4 C
  49. Password=my_password
    2 u3 F# _( D7 @. c6 Y$ R4 V
  50. GetDriverFunc=getSQLDriverMYSQL+ t5 ?3 x5 q3 j, P2 I
  51. VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0
    8 H+ K5 n. {. H! D* p' H5 h3 L& e
  52. LibraryName=./libsqlmy.so- W' e) D; Z: U% @( B
  53. Active=15 m3 d3 T* M) i6 D9 @1 g6 r; d9 S% S
  54. ---example---
    : O: F) ~  z2 S$ S% S9 }

  55. 6 p  y' ~; G( l
  56. On a windows box, also running the MySQL server locally, it would be:, I) J9 T3 w8 ~/ P+ ^; |; X
  57. ---example---2 z5 ]5 b% K* A% f' {8 ^9 q" N
  58. [DBEXPRESS]' f! E- h) s" z" L* B3 Q: w7 y
  59. sqldir=mysql_sql1 j; O  S. F+ w+ r: C, ?! d# z; a9 q2 I
  60. Drivername=mysql9 F8 _) a% n8 M1 T( e
  61. Database=test
    . }( K. I: q% ]2 `3 p9 _( j' g# Z
  62. Hostname=127.0.0.1
    : C2 c! S* l" ^  b5 |' ~% J1 Z. i
  63. User_name=testuser
    & T3 m0 `4 Y0 F7 W/ u' Z8 l" h# Y
  64. Password=my_password
    + i- I& ^# [: m, k
  65. GetDriverFunc=getSQLDriverMYSQL
    + x- P$ q$ {7 S$ d% [% h, c+ I
  66. VendorLib=libmysql.dll. s% Y$ b6 A7 H# ]& Q& e% ~
  67. LibraryName=dbexpmysql.dll! N+ X0 t$ b/ o  x
  68. Active=1
    5 h$ K" v- N% t$ x* ?
  69. ---example----1 l4 q2 Z% d$ _2 \
  70. - written 02.03.04 by pwk.linuxfan9 I9 O- V/ d" F/ M" m/ E' U
  71. " n/ O6 z$ G' C/ F2 x: |& Z
复制代码
发表于 2008-1-18 15:43:17 | 显示全部楼层
就是说在每一句英文附加一段中文注释,不知道可有难度不??:xhan
发表于 2008-1-18 15:48:42 | 显示全部楼层
我这里有一个网页自动翻译的结果,大家校正一下看看
1 P: P; \3 M+ ^3 ?4 M( L7 x
  1. ; W+ p- }2 s8 H( g$ n0 d! J- P# L
  2. ######使用MySQL数据库,为teamspeak服务器2.0.20.1 ######
    ( z* U5 P: j4 c9 m3 t# [* D
  3. , Z) A+ V# Y: _$ X$ f
  4. # # #我们所需要# # #
    * Q/ l0 p9 Z+ B* M9 {/ Q
  5. 当然,我们还需要有MySQL服务器来存储这些数据对我们来说,这个文件3 Z0 q; s& c; U" `/ \2 |
  6. 不会解释如何做到这一点-也有文件存在,为) h; q/ r, W  g  }) g3 h. J
  7. 有兴趣的。要求包括: (空)数据库teamspeak使用6 x% m9 u# K3 e0 u- f9 s
  8. 和一个用户帐户(用户名+密码) ,有权限做的东西
    6 P& x* m0 E% `' S; n) s. h1 m
  9. 随着数据库。此外,你需要一个卖方图书馆安装于  g! d( S7 J# n" j5 F+ d* |3 R+ c
  10. 本地机器,这是我的MySQL安装。
    % G1 g" m% t) F% l: G
  11. 这些指示不会告诉你,你怎么可能转移你的数据,从+ s; p1 F, |3 i! m! Z
  12. SQLite数据库向MySQL数据库,我们开始一种更清新和空洞的MySQL
    - [2 E; e- r8 t" j: ~
  13. 数据库。 + p- r# P6 K- ^0 z
  14. 有些用户报方式进口SQLite数据库到MySQL中,但在
    3 V1 Y" M5 m. S) Q
  15. 编写本报告的时候,仍然有太多的问题-检查现状# g0 ?) s9 ~# b0 E
  16. 在teamspeak论坛,如果你有兴趣。 2 ^7 F9 {( w2 }( s+ t
  17. 注意:为了让teamspeak访问MySQL数据库的dbexpress司机
    - T2 h1 E8 Q" O( x% D8 M
  18. Borland公司使用。这个司机只能界面与客户端库
    8 `7 T  e6 e9 m8 [2 Y
  19. 随MySQL 3.x.这是有可能进入一个mysql解数据库,这1 i; Y* h1 P  Q2 }/ q
  20. 客户端库-基本上你所需要做的就是使用3 .x客户端库作为
    . I# C  c  C' O0 |
  21. " vendorlib " ,并解数据库连接。
    , ]: m: Z( Y! z0 r* G
  22. 如果您需要更多的信息dbexpress ,你可以联络Borland公司。 / g# B- C& V! ?; a$ u/ r
  23. - n+ e+ u( h) w5 X( v
  24. # # #做好工作# # # & m& p! x, i# M
  25. 成立teamspeak使用MySQL (应该)直线前进时,一旦你都
    * s. {, ^; d) y5 L' T' |
  26. 该额外赏赐权利,而只不过是打开你的server.ini文件,并加上这一节在
    - B- H' J- i+ I/ r# S" M& T0 `4 G
  27. 结束: # u" x" w) D" U: U
  28. ---削减这里--- # n4 N/ r/ O2 Z  `4 B+ @$ N
  29. [ dbexpress ] $ j/ O2 w5 |) ^0 b. W
  30. sqldir = mysql_sql 3 ?* ?( y6 m. P0 q9 q: K; Z( F" }
  31. drivername = MySQL中" ^  h" R7 z- Z) {, r
  32. 数据库= your_database_name_here
    . |$ y* B$ a  D! n. K9 d- x
  33. 主机= the_pc_the_mysql - server_is_on # y% S; D. V" l
  34. user_name = user_name_on_the_mysql服务器: _$ _7 G( P) {+ z# H$ B9 v
  35. 密码= password_to_go_with_above_user_name
    . G: T3 x, b! P! ?  H1 r
  36. getdriverfunc = getsqldrivermysql
    / s: {+ O* c, @8 ^+ m0 d
  37. vendorlib = path_pointing_at_your_mysql_vendor_lib ) x0 {6 r, ~! [7 g: ~. H
  38. libraryname = path_to_libsqlmy_libary
    ! S9 `  _- F+ |8 x
  39. 积极= 1 6 H* ]: \" @3 f
  40. ---削减这里---
      O& H# ~' v/ T4 c
  41. 在我的环境( Linux的包装盒与MySQL服务器运行在本地) ,我有:
    # o5 D8 C, r3 t4 F
  42. ---例如--- 3 ]7 {7 e+ }( B4 s- L8 a
  43. [ dbexpress ]
    " j1 w0 ~, M0 d+ q  t& P1 g7 b
  44. sqldir = mysql_sql ' W5 k2 d$ _) f4 Z% A3 l) d
  45. drivername = MySQL中
    4 t2 S) k  E7 c/ H: K
  46. 数据库=测试1 P( k: ^, a  K( [+ K: K
  47. 主机=本地主机6 t' h7 b4 W# E6 s1 h0 S) }& F
  48. user_name = testuser
    6 \/ |( \; L/ M7 s) P9 Z
  49. 密码= my_password * v2 h, R1 k8 c! V' }7 m
  50. getdriverfunc = getsqldrivermysql ) A) I: e# c3 ^. U* B
  51. vendorlib = / usr/lib/libmysqlclient_r.so.10.0.0
    # e, |( t2 {. p% e. T5 u
  52. libraryname =. / libsqlmy.so 6 u) @6 j# _5 B3 C2 u# g
  53. 积极= 1
    9 S) |  p  ]3 J2 I4 o
  54. ---例如--- " n4 y1 H% G8 c& q8 U: S6 q8 [

  55. 1 X/ X* ]5 E8 e5 x2 u: V
  56. 对Windows中,也运行MySQL服务器本地的,那就是: ( l" R6 \( r& }  t
  57. ---例如---
      A9 V* g; S( Z6 O. X
  58. [ dbexpress ] ) ~: e7 k& \( R0 P% k. y. R" C) ~. o
  59. sqldir = mysql_sql
    ' V8 r( e! \  U
  60. drivername = MySQL中. U, f2 G% J, a* ?$ }# G  P
  61. 数据库=测试5 c4 ^( ^, `9 u
  62. 主机= 127.0.0.1
    : x( G/ j) m5 w2 h0 y9 H2 r5 [
  63. user_name = testuser * k  R, ], Q. w/ _# g- T6 n: ~
  64. 密码= my_password
    , Q; m% @% S2 W7 ~' g
  65. getdriverfunc = getsqldrivermysql ! o) ?( u& y, U* o0 X- A/ d
  66. vendorlib = libmysql.dll在3 y8 Z4 S& e: L# J4 a! M
  67. libraryname = dbexpmysql.dll
    3 s7 f! i* I0 o5 k& x$ |2 b
  68. 积极= 1 1 b; X7 u9 Y  N9 B) S8 O+ U& }
  69. ---例如---- & B8 t0 i, g* I1 B
  70. -写在0 2.03.04由p wk.linuxfan
      d, u; j' q! t
复制代码
发表于 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
& V2 R$ Y% r# @$ y1 e* _# z, m! ]% i: }# R& v7 H3 [! N) D
but, i only will free at nite, tuesday 11pm, your time
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2026-6-30 00:39 , Processed in 0.090379 second(s), 6 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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