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

2909 17

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

[复制链接]
发表于 2008-1-18 15:41:41 | 显示全部楼层 |阅读模式
麻烦翻译一下,下面这段文章:xhan
: K' k, S( x0 S3 l, x* D. r( D( D6 [* S8 [% E* M& s
  1. 8 j3 ?6 ~" u5 v8 a* z( r# t; h
  2. ###### Using MySQL as Database for TeamSpeak-Server 2.0.20.1 ######
    , ?2 X6 N! G. \  U
  3. , e2 S) ?# l/ i$ @$ \" U7 u
  4. ### What we need ###% S+ e- m7 ^% K  _1 ^
  5. Naturally, we will need a MySQL server to store the data for us, this document
    1 I8 M  ]6 @; b4 F9 q+ H
  6. will not explain how this can be done - there are documents out there for the
    % x6 }* ]0 C& j$ P: o5 i6 Q
  7. interested. The requirements include a (empty) database for TeamSpeak to use
    - w( O% v& N. B9 w
  8. and a user account (username + password) that has the permissions to do stuff6 t5 O( A+ u, j, y+ R* a, d4 U
  9. with the database. Additionally, you will need a vendor library installed on the
    + K3 z* V- d5 x: z6 Q6 ]
  10. local machine, this came with my MySQL install.
    5 Q! x1 Z6 w0 a2 K* H7 P
  11. These instructions will not tell you how you might transfer your data from the
    2 ^7 @4 H  H$ s8 e1 M& N
  12. SQLite database to the MySQL database, we start with a clean and empty MySQL
    1 R: H8 E6 w& u& S2 C/ P" w
  13. database., n' i, `3 c( v$ M, }; V7 k& Z
  14. Some users have reported ways to import a SQLite database into MySQL, but at
    ! _& ]) s. Z3 O$ l+ R6 S4 k( r# g: d- f2 C
  15. the time of writing, there are still too many issues - check the current status* v" b1 W7 ^, b" y3 S  |& v: I. M
  16. in the TeamSpeak forums if you are interested." W5 w+ \1 `4 ?
  17. NOTE: To allow TeamSpeak to access the MySQL database the dbExpress driver from
    % I  h7 p& b! s
  18. Borland was used. This driver can only interface with the client library that 2 N6 W/ s' H' z1 V7 g: U& `
  19. comes with MySQL 3.x. It is possible to access a MySQL 4.x database with this
    3 G$ t4 n' M9 P9 u3 C5 h  w
  20. client library - basically all you have to do is to use a 3.x client library as 3 J' o( U" ^  T4 C" L
  21. "VendorLib" and a 4.x database to connect to.
    0 L- c3 V8 [. K# V. z
  22. If you need more info about dbExpress, you can contact Borland.! r: @/ h$ F2 o

  23. , _" ?5 n. ]% ?. p1 P3 O
  24. ### Doing the work ###
    ' k( Q; e. l1 K0 k0 ^5 w- X
  25. Setting up TeamSpeak to use MySQL (should) be straight forward once you have all; [6 _; K7 n! B( z) k
  26. the perquisites right, just open your server.ini file, and add this section at0 C) T( n4 A0 W9 S+ Z
  27. the end:- m# @6 R: x' ?% ^. h" ~* w3 j! f
  28. ---cut here---
    " v) j( U# l1 T  \, @; g
  29. [DBEXPRESS]5 m' E( z' ]" s+ G3 V. A' B
  30. sqldir=mysql_sql
    % l+ P# ]4 a( ~+ Y( `
  31. Drivername=mysql( n$ N1 l- o; ?6 o) t% H
  32. Database=Your_Database_Name_Here
    ; q' ]6 Z, p6 U3 ~# U" [
  33. Hostname=The_PC_the_MySQL-Server_is_on
    9 h% {! Z" f3 U: O
  34. User_name=User_name_on_the_MySQL-Server3 \* @: |9 J# |! d9 K3 ^
  35. Password=Password_to_go_with_above_user_name
    9 V, X' u& }$ X- G7 C
  36. GetDriverFunc=getSQLDriverMYSQL
    9 O; u4 H  V. M$ ~* r2 L
  37. VendorLib=path_pointing_at_your_mysql_vendor_lib
    . B5 ^) t6 e- W1 ?. ?$ E
  38. LibraryName=path_to_libsqlmy_libary
    ) P" X5 L" y' a5 B9 t8 @0 Z& ?
  39. Active=1
    . I7 X; b" J: i; \: e) a
  40. ---cut here---) n& G4 d3 I4 q( s% c2 ^2 R: g
  41. In my environment (a linux box with a MySQL server running locally) I have:
    4 `7 f2 R$ @3 O! v$ [; y
  42. ---example---
    # ]7 V: }7 q4 C: [& e5 g
  43. [DBEXPRESS]
    & v4 Q# Z1 O4 m4 m5 B
  44. sqldir=mysql_sql+ I( x' U  g3 @9 z7 }& N
  45. Drivername=mysql  z- ]( ]/ B3 N, |+ m
  46. Database=test
    , |$ @7 q5 }% c! d, h5 f; i
  47. Hostname=localhost. W4 S5 v4 j# g/ q$ e/ k0 i) H
  48. User_name=testuser( ^. Z0 l* y' G* ^* H
  49. Password=my_password# v) R2 r4 _$ Y+ m
  50. GetDriverFunc=getSQLDriverMYSQL. v; Q0 Z+ @  Z- F! g5 i. E
  51. VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0/ f' g7 J" \2 [+ C
  52. LibraryName=./libsqlmy.so
    ( w. Q0 [; w0 S7 z
  53. Active=1
    5 |8 c( w9 q# o! M, R8 l
  54. ---example---
      o8 R* a% F- Y. B5 y# x! h

  55. * M6 S! ^' |9 G
  56. On a windows box, also running the MySQL server locally, it would be:4 H5 X2 F1 ^1 c9 }) R5 z
  57. ---example---
    2 z5 r3 J5 v/ w: }1 D5 m( H( T7 t# e
  58. [DBEXPRESS]" e7 N) A( s3 ^; y7 D% w- y5 T
  59. sqldir=mysql_sql
    # P) U7 e  K* S) X6 s% k( s: s! ]
  60. Drivername=mysql) z. `) ~& i8 n5 j/ M
  61. Database=test
    ; }$ K# K( e5 G4 {. F
  62. Hostname=127.0.0.1
    0 d/ I( j. C- r: f
  63. User_name=testuser3 V# F" h1 @' b8 F/ z- Q
  64. Password=my_password
    ) A. ]) g( q; F  G! l9 p
  65. GetDriverFunc=getSQLDriverMYSQL; A$ |0 b7 S* Z, ]1 d. S" H* u
  66. VendorLib=libmysql.dll
    ) O7 T: t) K) |: x& H
  67. LibraryName=dbexpmysql.dll
    ; Z; G" Z$ I" A9 G
  68. Active=13 N* V% Q9 \4 w- Q. j
  69. ---example----
    , x' U4 f( E4 i1 G
  70. - written 02.03.04 by pwk.linuxfan
    3 P) A5 f6 }4 g3 I* {

  71. 0 q1 _* u3 _+ b2 t! X
复制代码
发表于 2008-1-18 15:43:17 | 显示全部楼层
就是说在每一句英文附加一段中文注释,不知道可有难度不??:xhan
发表于 2008-1-18 15:48:42 | 显示全部楼层
我这里有一个网页自动翻译的结果,大家校正一下看看
( g/ {6 v  c( C; F
  1. 9 `9 T0 e) L& q+ F5 _. K- x
  2. ######使用MySQL数据库,为teamspeak服务器2.0.20.1 ######
    7 P' J' Z. L0 z* \% b/ y
  3. $ }" X  d4 n) Y0 @% X
  4. # # #我们所需要# # #
    4 Z6 r* Y1 S7 U+ @4 W: Q
  5. 当然,我们还需要有MySQL服务器来存储这些数据对我们来说,这个文件
    4 P. V& x& x3 J2 L* Y( Y8 N9 n
  6. 不会解释如何做到这一点-也有文件存在,为7 `# S; s3 e/ z
  7. 有兴趣的。要求包括: (空)数据库teamspeak使用+ d# _4 H& f0 z6 ^/ ?8 x
  8. 和一个用户帐户(用户名+密码) ,有权限做的东西
    8 q2 t+ R% Q: d* J( s! q$ m
  9. 随着数据库。此外,你需要一个卖方图书馆安装于2 x3 G0 H  d, g6 _3 U6 {/ E
  10. 本地机器,这是我的MySQL安装。   O+ W& [8 I4 S  X  U/ i0 `6 g
  11. 这些指示不会告诉你,你怎么可能转移你的数据,从! `: O' p* W" F
  12. SQLite数据库向MySQL数据库,我们开始一种更清新和空洞的MySQL
    8 L3 @3 G) d* c# a; p: D
  13. 数据库。 - N0 Z* N+ h4 J
  14. 有些用户报方式进口SQLite数据库到MySQL中,但在$ }, l9 U2 ?: b$ k6 D
  15. 编写本报告的时候,仍然有太多的问题-检查现状, v/ U7 |( Y7 N# Z4 M0 c2 a) B
  16. 在teamspeak论坛,如果你有兴趣。 8 t! K) [* u" S' c# Q8 o2 D
  17. 注意:为了让teamspeak访问MySQL数据库的dbexpress司机1 ~% G0 S: r6 O% L$ K' t! o  V
  18. Borland公司使用。这个司机只能界面与客户端库, i& h8 y) k! e, w
  19. 随MySQL 3.x.这是有可能进入一个mysql解数据库,这
    ! }  e: m8 v2 Y- q  d
  20. 客户端库-基本上你所需要做的就是使用3 .x客户端库作为
    5 j5 t8 Z+ F) u2 C, a
  21. " vendorlib " ,并解数据库连接。 ; A8 G$ O( s5 }, k: ]" D  C
  22. 如果您需要更多的信息dbexpress ,你可以联络Borland公司。 1 M2 h/ U) j" g7 H% d% L
  23. 9 ?, r" G4 n' ?* m5 W, F
  24. # # #做好工作# # #
    6 p) G0 y' v* I7 S) R
  25. 成立teamspeak使用MySQL (应该)直线前进时,一旦你都# S+ u! ~( S* U# X
  26. 该额外赏赐权利,而只不过是打开你的server.ini文件,并加上这一节在
    : V  H5 {- B3 R( Q
  27. 结束: : a5 H1 J' R$ e: m. C5 Q% h& ]
  28. ---削减这里--- ( t9 Z3 H1 w$ Y! g8 p/ H
  29. [ dbexpress ]
    - T: J5 I) I6 i9 J5 g4 d( y* ^
  30. sqldir = mysql_sql 7 U' n+ Y+ f: U5 |
  31. drivername = MySQL中
    & G! A1 |" h4 g( X
  32. 数据库= your_database_name_here . ?2 j) U7 i/ D; d  i% o# W+ m
  33. 主机= the_pc_the_mysql - server_is_on
    ; s* a5 q- [7 o& m  Z
  34. user_name = user_name_on_the_mysql服务器
    3 {& H3 g* x* L7 _/ p, _
  35. 密码= password_to_go_with_above_user_name
    " B. D7 I& c: x- j8 v
  36. getdriverfunc = getsqldrivermysql
      F8 i: [  v1 s% I- f
  37. vendorlib = path_pointing_at_your_mysql_vendor_lib
    # X. V; _/ Y5 c! W( f. G. Y: A
  38. libraryname = path_to_libsqlmy_libary
    / }8 i, m- M7 Z( I. U& m9 X
  39. 积极= 1
    * i$ y  k2 ]+ P% \- }
  40. ---削减这里--- : w5 Y; j* {6 e* q4 p9 }
  41. 在我的环境( Linux的包装盒与MySQL服务器运行在本地) ,我有:
    0 v+ U/ V% p7 c: V1 i4 l4 R/ O- B
  42. ---例如---
    % e" B6 D7 E" D# A& p
  43. [ dbexpress ] 6 e3 U+ |3 V, d( D
  44. sqldir = mysql_sql
    6 \$ A* d" e2 i. o. f: r
  45. drivername = MySQL中! u" T2 k% _6 M' Q0 ~
  46. 数据库=测试
    7 ~0 P, k- c  Q0 o5 l3 @9 L$ p
  47. 主机=本地主机* h8 U8 Y& P' S/ a# f+ e" Q+ O2 ]; m
  48. user_name = testuser ) [8 [3 p7 Q( T
  49. 密码= my_password   U' G  x4 K2 t: p- o9 T8 g7 }
  50. getdriverfunc = getsqldrivermysql
    ! `0 @9 S' K9 s0 v* I
  51. vendorlib = / usr/lib/libmysqlclient_r.so.10.0.0
    ; j( n9 {4 g$ |% r+ v
  52. libraryname =. / libsqlmy.so " u! G2 [2 ~8 J/ w- z' z
  53. 积极= 1
    ; G: B' _* J; U% u+ |1 I: _
  54. ---例如---
    6 K* ~& c6 ?/ k" f: N( p

  55.   K( l1 I2 [5 d& u2 {
  56. 对Windows中,也运行MySQL服务器本地的,那就是:
    ' s. t# m" C- ]: I5 _5 B4 d
  57. ---例如---
    7 U" S7 F0 I* C% H! l: g
  58. [ dbexpress ] ; ^3 f+ P8 d- k2 s1 _9 n4 Q
  59. sqldir = mysql_sql ( v+ h2 T9 v* E/ h( p8 R% D
  60. drivername = MySQL中$ e. V) Q/ v, Q
  61. 数据库=测试/ V  B- E8 a5 s& v: ?6 L7 o2 ?+ z
  62. 主机= 127.0.0.1
    ) V, G) u, l" h. W
  63. user_name = testuser . m7 H& Y3 G; j/ v/ @
  64. 密码= my_password , O1 @1 Y( o1 s
  65. getdriverfunc = getsqldrivermysql
    & K" m1 W/ x4 o1 L1 r
  66. vendorlib = libmysql.dll在
    2 W9 h/ p; t; A' U7 r) _
  67. libraryname = dbexpmysql.dll
    * p, K! Z. w2 `( X' f
  68. 积极= 1 # A# Y# r. G$ q  f8 b! q' g) D+ ^
  69. ---例如----
    1 N8 B" Z! G% S8 H
  70. -写在0 2.03.04由p wk.linuxfan
    4 U: p# K( _0 {9 j# 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
2 w, A0 T; n1 d' q
, ^; {8 Y3 s( F: z6 qbut, i only will free at nite, tuesday 11pm, your time
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2026-7-18 11:26 , Processed in 0.092643 second(s), 6 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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