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

3219 17

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

[复制链接]
发表于 2008-1-18 15:41:41 | 显示全部楼层 |阅读模式
麻烦翻译一下,下面这段文章:xhan 5 d3 M* {/ o3 B) z( b6 v
6 @1 C/ t# c. v1 o% l
  1. 7 P% J5 C2 U0 L$ x
  2. ###### Using MySQL as Database for TeamSpeak-Server 2.0.20.1 ######; t% h! V/ o: j
  3.   D, W6 \4 ], o8 p4 R* S
  4. ### What we need ###
    * C! }/ S% p% N# x
  5. Naturally, we will need a MySQL server to store the data for us, this document
    - [( M! J$ ]: r: ?
  6. will not explain how this can be done - there are documents out there for the . b9 M# L/ l. J2 z* Y  `
  7. interested. The requirements include a (empty) database for TeamSpeak to use6 W. @' A! b$ t* G- M
  8. and a user account (username + password) that has the permissions to do stuff* `; n- T  o# a; g& n, E; s0 ]
  9. with the database. Additionally, you will need a vendor library installed on the
    3 l8 {4 N, M8 Q7 @3 C
  10. local machine, this came with my MySQL install.. ^! U. m+ t6 z  A1 B; N
  11. These instructions will not tell you how you might transfer your data from the
    8 ?1 p" h& M# m$ G5 _. A
  12. SQLite database to the MySQL database, we start with a clean and empty MySQL" O2 c- X) `! Y
  13. database.
    5 B* J& Y1 G0 u3 ]4 ^7 U
  14. Some users have reported ways to import a SQLite database into MySQL, but at) W) `) C! O7 S& I
  15. the time of writing, there are still too many issues - check the current status) a4 F0 M- N. J! ~
  16. in the TeamSpeak forums if you are interested.! \* P0 a$ e8 J" U
  17. NOTE: To allow TeamSpeak to access the MySQL database the dbExpress driver from! a2 b. n) x& n) J
  18. Borland was used. This driver can only interface with the client library that
    ( V" a  v( S# a
  19. comes with MySQL 3.x. It is possible to access a MySQL 4.x database with this3 C0 ~. V3 K- L
  20. client library - basically all you have to do is to use a 3.x client library as + N7 H7 K7 J$ o% n
  21. "VendorLib" and a 4.x database to connect to.
    , ^9 F; I; [% t3 h1 O
  22. If you need more info about dbExpress, you can contact Borland.* _% \# G* Y" B9 Y* e, T3 H9 r/ a

  23. : ^) F$ J7 \7 {+ m# m7 r3 {& o: h
  24. ### Doing the work ###
    + B; C% [3 W/ l: P
  25. Setting up TeamSpeak to use MySQL (should) be straight forward once you have all
    0 u, H! Y% T) A" s
  26. the perquisites right, just open your server.ini file, and add this section at- d# V$ H  L+ I. y+ K! |9 H
  27. the end:) d0 H% T2 Y5 l% X# M; R1 Q
  28. ---cut here---" t4 |( Q& h8 `" P, C
  29. [DBEXPRESS]& g9 Y& t' H  G- }% x* a: v
  30. sqldir=mysql_sql8 e6 Q; C7 C/ F2 p6 ?) K* q
  31. Drivername=mysql
    7 I0 ?7 {  D# v2 C
  32. Database=Your_Database_Name_Here6 |: U+ O2 i# r5 t7 R, w
  33. Hostname=The_PC_the_MySQL-Server_is_on
    ( x2 R8 P* ]* K; c" |2 H' \
  34. User_name=User_name_on_the_MySQL-Server
    ! b8 _7 H4 D  }9 j# e) ^: |# {
  35. Password=Password_to_go_with_above_user_name
    / y9 H5 V$ R+ c2 r0 _# ]' O
  36. GetDriverFunc=getSQLDriverMYSQL) A9 P' e* W: I9 L
  37. VendorLib=path_pointing_at_your_mysql_vendor_lib
    . c* L0 R2 Q! Y$ c# }
  38. LibraryName=path_to_libsqlmy_libary
    ' s; v4 ^* \9 F5 ^
  39. Active=1
    - H( M1 ~- @9 A5 e8 u2 p" r' G, M5 S
  40. ---cut here---
    6 b$ [+ c4 w( H" }, n- Z
  41. In my environment (a linux box with a MySQL server running locally) I have:
    1 u/ q, J" C1 W3 i* A
  42. ---example---
      {- J, x! l4 m' I8 l
  43. [DBEXPRESS]
    0 y, o% W, }1 U- ]4 o
  44. sqldir=mysql_sql4 q- b, \7 U; Z" x9 b2 p, b! @4 g& v
  45. Drivername=mysql
    - _4 ?# N0 `$ K$ q6 Y
  46. Database=test/ O3 p$ S& }( t* x0 I
  47. Hostname=localhost
    ) B3 n" M! N9 x% }4 W
  48. User_name=testuser
    # r0 [+ s$ C( p7 S+ U+ x2 U
  49. Password=my_password. c4 T7 [  ~, I
  50. GetDriverFunc=getSQLDriverMYSQL
      o* c- [/ B& T+ d1 @
  51. VendorLib=/usr/lib/libmysqlclient_r.so.10.0.02 x& O0 I' ~1 I$ m( ?- m5 H
  52. LibraryName=./libsqlmy.so7 z- Y% u2 u: u3 G
  53. Active=1$ P/ @  J7 D6 @) h
  54. ---example---1 r' U) a! z8 ]) y. i3 b2 _
  55. - X2 g# i3 e5 j1 o- j& a
  56. On a windows box, also running the MySQL server locally, it would be:
    $ R3 k- D; O) s, M" P. P
  57. ---example---
    - {' b. Y: T! ]
  58. [DBEXPRESS]
    ) A, s* V3 r0 t6 M
  59. sqldir=mysql_sql
    + E. W/ E' ]4 x. E$ D
  60. Drivername=mysql
    8 N: l3 M) m! X* f; F( [7 F
  61. Database=test  G& g1 u4 ~2 j: O5 Z
  62. Hostname=127.0.0.1
    + p; X, \$ m1 T- H6 ^- j1 k* d/ p
  63. User_name=testuser5 R/ ^$ ^0 G' m0 P9 E# u
  64. Password=my_password
    5 [/ g& o3 u9 {
  65. GetDriverFunc=getSQLDriverMYSQL
    - p* m! z% L, M6 [- X+ D+ V# O% t
  66. VendorLib=libmysql.dll
    ! a2 ]( ?3 Y- x9 I5 p2 u; Y
  67. LibraryName=dbexpmysql.dll. }% r2 ~0 w2 P7 [5 s; a
  68. Active=1) q/ g7 _' u6 Q" ]( Q* i- p0 r( t
  69. ---example----
    1 l% r4 \& ^5 Q3 q5 X; D
  70. - written 02.03.04 by pwk.linuxfan+ m8 r% k& _. e4 W6 p/ G
  71.   n; x5 l  D6 n  s
复制代码
发表于 2008-1-18 15:43:17 | 显示全部楼层
就是说在每一句英文附加一段中文注释,不知道可有难度不??:xhan
发表于 2008-1-18 15:48:42 | 显示全部楼层
我这里有一个网页自动翻译的结果,大家校正一下看看
- b0 O6 o# g2 n) t3 ~' u
  1. & a0 e4 @( L8 }2 [$ R6 z( d
  2. ######使用MySQL数据库,为teamspeak服务器2.0.20.1 ######
    ; a. u4 {  s/ q+ S0 G- u, q

  3. . s! m! j8 }' K$ H( u7 I5 b
  4. # # #我们所需要# # #
    4 _$ n, E) k" z
  5. 当然,我们还需要有MySQL服务器来存储这些数据对我们来说,这个文件$ F' ~) E% I7 y* `, z. J/ I; S' j
  6. 不会解释如何做到这一点-也有文件存在,为
    ! |7 A* W9 `% r' M' k/ H
  7. 有兴趣的。要求包括: (空)数据库teamspeak使用
    % X1 j$ c! o* f) n4 @
  8. 和一个用户帐户(用户名+密码) ,有权限做的东西
    * @0 N: M! ~5 F& q8 z3 V
  9. 随着数据库。此外,你需要一个卖方图书馆安装于: S$ U4 ^* O0 f# D7 C0 S' {
  10. 本地机器,这是我的MySQL安装。 + Z# @6 I" }. U* S
  11. 这些指示不会告诉你,你怎么可能转移你的数据,从7 y# u& C; ?% J* `
  12. SQLite数据库向MySQL数据库,我们开始一种更清新和空洞的MySQL ' _, c% T* f4 i% a1 N9 U! ?
  13. 数据库。 1 D% Z5 w: d' O1 ~4 L
  14. 有些用户报方式进口SQLite数据库到MySQL中,但在2 L/ }7 N( J$ x8 C' F
  15. 编写本报告的时候,仍然有太多的问题-检查现状
    $ Z6 ~6 x! r" C+ m# S0 O
  16. 在teamspeak论坛,如果你有兴趣。
    5 K) ~; s3 Q+ o# p
  17. 注意:为了让teamspeak访问MySQL数据库的dbexpress司机
    7 }% ?$ C$ v4 A9 y8 v
  18. Borland公司使用。这个司机只能界面与客户端库% \% g: x% u: h! M  G/ e
  19. 随MySQL 3.x.这是有可能进入一个mysql解数据库,这- r6 h/ r, ?1 ]2 \: P1 H7 r! u
  20. 客户端库-基本上你所需要做的就是使用3 .x客户端库作为
    , h9 o( a) M. F) D4 E: y# `
  21. " vendorlib " ,并解数据库连接。 - }2 q' B* s6 d9 F; _
  22. 如果您需要更多的信息dbexpress ,你可以联络Borland公司。 6 h5 j; v$ d% u7 {5 q6 A7 P! X

  23. " [+ [! \/ v. K% Q. b
  24. # # #做好工作# # #
    # c7 X& d+ w. p' ]! C- \. k
  25. 成立teamspeak使用MySQL (应该)直线前进时,一旦你都
    ; ^! F& ~( g5 Y% L0 p1 [6 ^: \! i
  26. 该额外赏赐权利,而只不过是打开你的server.ini文件,并加上这一节在
    " H5 I& o1 h! U% A! Q7 P
  27. 结束:
    / L# r3 E5 J3 ]) B  J% U
  28. ---削减这里---
    / u* v' I7 e* ~' }3 p  l
  29. [ dbexpress ] # l1 w! B  U* H- N9 }+ n9 G- Z
  30. sqldir = mysql_sql ! \/ U0 o* h. u$ b% w$ Y' W! y  ~  p" t$ W
  31. drivername = MySQL中
    : P9 T. l' _- b& u; A
  32. 数据库= your_database_name_here
    : `$ Z+ x6 M) [- t$ r# e
  33. 主机= the_pc_the_mysql - server_is_on & |$ w. E, S+ r; v
  34. user_name = user_name_on_the_mysql服务器
    : D3 g$ Q2 u- n# e/ a9 C
  35. 密码= password_to_go_with_above_user_name   ~$ L& ^; E' g. f9 E7 e+ Y  A
  36. getdriverfunc = getsqldrivermysql 0 y# P9 |. W# d+ q: T
  37. vendorlib = path_pointing_at_your_mysql_vendor_lib
    0 r6 r' z" x/ g1 s
  38. libraryname = path_to_libsqlmy_libary
    ! }& u: a1 r& P1 L
  39. 积极= 1 $ H2 U# V) s5 q! y* f8 s; i
  40. ---削减这里---
    5 t$ N2 p# k/ O/ f. C3 V* t
  41. 在我的环境( Linux的包装盒与MySQL服务器运行在本地) ,我有: 1 N. A- @0 w$ S% V2 U5 Q6 h
  42. ---例如--- 3 \, l) s: U& K5 q* i
  43. [ dbexpress ] ; U# N9 b( n5 w8 U1 G3 w; h3 |4 u
  44. sqldir = mysql_sql * V! H) r6 i$ F( [
  45. drivername = MySQL中# A- w2 g) M2 \7 B1 n* \
  46. 数据库=测试
    # x, Z- ]# ~; ^' A" U; c5 I7 E/ h
  47. 主机=本地主机
    : w1 v! {, I  o! V0 _
  48. user_name = testuser
    2 ^. l! y! ^4 @( ]
  49. 密码= my_password 7 |+ w) @8 W8 {1 U: ~' Z" }: y
  50. getdriverfunc = getsqldrivermysql
    9 D1 j0 z# r/ R; w  K* y
  51. vendorlib = / usr/lib/libmysqlclient_r.so.10.0.0
    $ K9 F' R! k. v+ K" o' {( M# A. a
  52. libraryname =. / libsqlmy.so " i& V" k6 ~* d* n+ l( O
  53. 积极= 1 . L4 W1 n7 d$ Y0 t8 R
  54. ---例如--- : m( z2 p4 w" L) E; j

  55. - v/ R9 b  `1 n  R2 @
  56. 对Windows中,也运行MySQL服务器本地的,那就是:
    . {( O/ q8 B  ]4 X
  57. ---例如--- - s# v! ^3 f( {. F/ {$ X* A
  58. [ dbexpress ] / \5 \" [2 E  `* a, Q: E
  59. sqldir = mysql_sql 3 |. s, {4 d9 z* _
  60. drivername = MySQL中: m0 A1 i$ v* V$ c0 V% Z
  61. 数据库=测试
    5 W8 ?2 m  P$ P( h
  62. 主机= 127.0.0.1
    , K- H" u9 `& }3 ~. }
  63. user_name = testuser 5 N! _# s6 \2 O* m9 w9 B; i/ `3 u
  64. 密码= my_password
    + z% y/ z5 L7 p) X, E8 h/ Q
  65. getdriverfunc = getsqldrivermysql & ^  G$ B& }0 r) p* T' X9 H( O' j
  66. vendorlib = libmysql.dll在
    9 t  y9 x1 O% V+ A; e
  67. libraryname = dbexpmysql.dll + ]' g! K$ F/ `3 F+ A9 h
  68. 积极= 1 ; W- O* Q8 V; o) D2 z( j2 [
  69. ---例如----
    3 d/ S' \5 j+ y( S" c( p, w* B
  70. -写在0 2.03.04由p wk.linuxfan2 n. q* N5 \$ `' x# O" n
复制代码
发表于 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
3 T# l2 h8 c2 D7 |) N+ e' g& b( h- V* ^. x, A# U0 A
but, i only will free at nite, tuesday 11pm, your time
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2026-9-24 18:20 , Processed in 0.104338 second(s), 6 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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