Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. Microsoft Windows [Version 6.2.9200]
  2. (c) 2012 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Administrator>cd\server
  5.  
  6. C:\server>eqemu_server.pl
  7. Long Name: 'Raid Addicts (Fully Custom) [Now Solo Friendly]'
  8. IN DATABASE TAG
  9. Database Host: ''
  10. Database User: 'server'
  11. Database Pass: ''
  12. Database Name: 'kmra'
  13. C:\MariaDB 10.1\bin/mysql Ver 15.1 Distrib 10.1.14-MariaDB, for Win32 (AMD64)
  14. Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
  15.  
  16. Usage: C:\MariaDB 10.1\bin/mysql [OPTIONS] [database]
  17.  
  18. Default options are read from the following files in the given order:
  19. C:\Windows\my.ini C:\Windows\my.cnf C:\my.ini C:\my.cnf C:\MariaDB 10.1\my.ini C
  20. :\MariaDB 10.1\my.cnf
  21. The following groups are read: mysql client client-server client-mariadb
  22. The following options may be given as the first argument:
  23. --print-defaults Print the program argument list and exit.
  24. --no-defaults Don't read default options from any option file.
  25. --defaults-file=# Only read default options from the given file #.
  26. --defaults-extra-file=# Read this file after the global files are read.
  27.  
  28. -?, --help Display this help and exit.
  29. -I, --help Synonym for -?
  30. --abort-source-on-error
  31. Abort 'source filename' operations in case of errors
  32. --auto-rehash Enable automatic rehashing. One doesn't need to use
  33. 'rehash' to get table and field completion, but startup
  34. and reconnecting may take a longer time. Disable with
  35. --disable-auto-rehash.
  36. (Defaults to on; use --skip-auto-rehash to disable.)
  37. -A, --no-auto-rehash
  38. No automatic rehashing. One has to use 'rehash' to get
  39. table and field completion. This gives a quicker start of
  40. mysql and disables rehashing on reconnect.
  41. --auto-vertical-output
  42. Automatically switch to vertical output mode if the
  43. result is wider than the terminal width.
  44. -B, --batch Don't use history file. Disable interactive behavior.
  45. (Enables --silent.)
  46. --character-sets-dir=name
  47. Directory for character set files.
  48. --column-type-info Display column type information.
  49. -c, --comments Preserve comments. Send comments to the server. The
  50. default is --skip-comments (discard comments), enable
  51. with --comments.
  52. -C, --compress Use compression in server/client protocol.
  53. -#, --debug[=#] This is a non-debug version. Catch this and exit.
  54. --debug-check Check memory and open file usage at exit.
  55. -T, --debug-info Print some debug info at exit.
  56. -D, --database=name Database to use.
  57. --default-character-set=name
  58. Set the default character set.
  59. --delimiter=name Delimiter to be used.
  60. -e, --execute=name Execute command and quit. (Disables --force and history
  61. file.)
  62. -E, --vertical Print the output of a query (rows) vertically.
  63. -f, --force Continue even if we get an SQL error. Sets
  64. abort-source-on-error to 0
  65. -G, --named-commands
  66. Enable named commands. Named commands mean this program's
  67. internal commands; see mysql> help . When enabled, the
  68. named commands can be used from any line of the query,
  69. otherwise only from the first line, before an enter.
  70. Disable with --disable-named-commands. This option is
  71. disabled by default.
  72. -i, --ignore-spaces Ignore space after function names.
  73. --init-command=name SQL Command to execute when connecting to MySQL server.
  74. Will automatically be re-executed when reconnecting.
  75. --local-infile Enable/disable LOAD DATA LOCAL INFILE.
  76. -b, --no-beep Turn off beep on error.
  77. -h, --host=name Connect to host.
  78. -H, --html Produce HTML output.
  79. -X, --xml Produce XML output.
  80. --line-numbers Write line numbers for errors.
  81. (Defaults to on; use --skip-line-numbers to disable.)
  82. -L, --skip-line-numbers
  83. Don't write line number for errors.
  84. -n, --unbuffered Flush buffer after each query.
  85. --column-names Write column names in results.
  86. (Defaults to on; use --skip-column-names to disable.)
  87. -N, --skip-column-names
  88. Don't write column names in results.
  89. --sigint-ignore Ignore SIGINT (CTRL-C).
  90. -o, --one-database Ignore statements except those that occur while the
  91. default database is the one named at the command line.
  92. -p, --password[=name]
  93. Password to use when connecting to server. If password is
  94. not given it's asked from the tty.
  95. -W, --pipe Use named pipes to connect to server.
  96. -P, --port=# Port number to use for connection or 0 for default to, in
  97. order of preference, my.cnf, $MYSQL_TCP_PORT,
  98. /etc/services, built-in default (3306).
  99. --progress-reports Get progress reports for long running commands (like
  100. ALTER TABLE)
  101. (Defaults to on; use --skip-progress-reports to disable.)
  102. --prompt=name Set the mysql prompt to this value.
  103. --protocol=name The protocol to use for connection (tcp, socket, pipe,
  104. memory).
  105. -q, --quick Don't cache result, print it row by row. This may slow
  106. down the server if the output is suspended. Doesn't use
  107. history file.
  108. -r, --raw Write fields without conversion. Used with --batch.
  109. --reconnect Reconnect if the connection is lost. Disable with
  110. --disable-reconnect. This option is enabled by default.
  111. (Defaults to on; use --skip-reconnect to disable.)
  112. -s, --silent Be more silent. Print results with a tab as separator,
  113. each row on new line.
  114. --shared-memory-base-name=name
  115. Base name of shared memory.
  116. -S, --socket=name The socket file to use for connection.
  117. --ssl Enable SSL for connection (automatically enabled with
  118. other flags).
  119. --ssl-ca=name CA file in PEM format (check OpenSSL docs, implies
  120. --ssl).
  121. --ssl-capath=name CA directory (check OpenSSL docs, implies --ssl).
  122. --ssl-cert=name X509 cert in PEM format (implies --ssl).
  123. --ssl-cipher=name SSL cipher to use (implies --ssl).
  124. --ssl-key=name X509 key in PEM format (implies --ssl).
  125. --ssl-crl=name Certificate revocation list (implies --ssl).
  126. --ssl-crlpath=name Certificate revocation list path (implies --ssl).
  127. --ssl-verify-server-cert
  128. Verify server's "Common Name" in its cert against
  129. hostname used when connecting. This option is disabled by
  130. default.
  131. -t, --table Output in table format.
  132. --tee=name Append everything into outfile. See interactive help (\h)
  133. also. Does not work in batch mode. Disable with
  134. --disable-tee. This option is disabled by default.
  135. -u, --user=name User for login if not current user.
  136. -U, --safe-updates Only allow UPDATE and DELETE that uses keys.
  137. -U, --i-am-a-dummy Synonym for option --safe-updates, -U.
  138. -v, --verbose Write more. (-v -v -v gives the table output format).
  139. -V, --version Output version information and exit.
  140. -w, --wait Wait and retry if connection is down.
  141. --connect-timeout=# Number of seconds before connection timeout.
  142. --max-allowed-packet=#
  143. The maximum packet length to send to or receive from
  144. server.
  145. --net-buffer-length=#
  146. The buffer size for TCP/IP and socket communication.
  147. --select-limit=# Automatic limit for SELECT when using --safe-updates.
  148. --max-join-size=# Automatic limit for rows in a join when using
  149. --safe-updates.
  150. --secure-auth Refuse client connecting to server if it uses old
  151. (pre-4.1.1) protocol.
  152. --server-arg=name Send embedded server this as a parameter.
  153. --show-warnings Show warnings after every statement.
  154. --plugin-dir=name Directory for client-side plugins.
  155. --default-auth=name Default authentication client-side plugin to use.
  156. --binary-mode By default, ASCII '\0' is disallowed and '\r\n' is
  157. translated to '\n'. This switch turns off both features,
  158. and also turns off parsing of all clientcommands except
  159. \C and DELIMITER, in non-interactive mode (for input
  160. piped to mysql or loaded using the 'source' command).
  161. This is necessary when processing output from mysqlbinlog
  162. that may contain blobs.
  163.  
  164. Variables (--variable-name=value)
  165. and boolean options {FALSE|TRUE} Value (after reading options)
  166. --------------------------------- ----------------------------------------
  167. abort-source-on-error FALSE
  168. auto-rehash TRUE
  169. auto-vertical-output FALSE
  170. character-sets-dir (No default value)
  171. column-type-info FALSE
  172. comments FALSE
  173. compress FALSE
  174. debug-check FALSE
  175. debug-info FALSE
  176. database (No default value)
  177. default-character-set auto
  178. delimiter ;
  179. vertical FALSE
  180. force FALSE
  181. named-commands FALSE
  182. ignore-spaces FALSE
  183. init-command (No default value)
  184. local-infile FALSE
  185. no-beep FALSE
  186. host --user
  187. html FALSE
  188. xml FALSE
  189. line-numbers TRUE
  190. unbuffered FALSE
  191. column-names FALSE
  192. sigint-ignore FALSE
  193. port 0
  194. progress-reports FALSE
  195. prompt \N [\d]>
  196. quick FALSE
  197. raw FALSE
  198. reconnect FALSE
  199. shared-memory-base-name (No default value)
  200. socket (No default value)
  201. ssl FALSE
  202. ssl-ca (No default value)
  203. ssl-capath (No default value)
  204. ssl-cert (No default value)
  205. ssl-cipher (No default value)
  206. ssl-key (No default value)
  207. ssl-crl (No default value)
  208. ssl-crlpath (No default value)
  209. ssl-verify-server-cert FALSE
  210. table FALSE
  211. user (No default value)
  212. safe-updates FALSE
  213. i-am-a-dummy FALSE
  214. connect-timeout 0
  215. max-allowed-packet 16777216
  216. net-buffer-length 16384
  217. select-limit 1000
  218. max-join-size 1000000
  219. secure-auth FALSE
  220. show-warnings FALSE
  221. plugin-dir (No default value)
  222. default-auth (No default value)
  223. binary-mode FALSE
  224. [Database] Old db_version table present, dropping...
  225.  
  226. [Update] Bots database up to Date: Continuing World Bootup...
  227.  
  228. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  229. >>> EQEmu Server Main Menu >>>>>>>>>>>>
  230. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  231.  
  232. [database] Enter database management menu
  233. [assets] Manage server assets
  234. [new_server] New folder EQEmu/PEQ install - Assumes MySQL/Perl installed
  235. [setup_bots] Enables bots on server - builds code and database requirements
  236.  
  237. exit
  238.  
  239. Enter a command #>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement