mysqlaccess.1
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:3k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. .TH MYSQLACCESS 1 "19 December 2000"
  2. .SH NAME
  3. .BR mysqlaccess
  4.  - Create new users to mysql.
  5. .SH USAGE
  6. mysqlaccess [host [user [db]]] OPTIONS
  7. .SH SYNOPSIS
  8. .B mysqlaccess
  9. .RB [  -? | --help ]
  10. .RB [  -v | --version ]
  11. .RB [  -p | --password=#  ]
  12. .RB [  -h | --host=# ]
  13. .RB [  -d | --db=# ]
  14. .RB [  -U | --superuser=# ]
  15. .RB [  -P | --spassword=# ]
  16. .RB [  -H | --rhost=#  ]
  17. .RB [  --old_server ]
  18. .RB [ -b | --brief  ]
  19. .RB [  -t | --table  ]
  20. .RB [  --relnotes]
  21. .RB [  --plan ]
  22. .RB [  --howto   ]
  23. .RB [  --debug=N ]
  24. .RB [  --copy  ]
  25. .RB [  --preview   ]
  26. .RB [  --commit  ]
  27. .RB [  --rollback  ]
  28. .SH DESCRIPTION
  29. .TP 
  30. .BR  -? | --help
  31. display this helpscreen and exit
  32. .TP 
  33. .BR   -v | --version 
  34. print information on the program `mysqlaccess'
  35. .TP 
  36. .BR  -u | --user=# 
  37. username for logging in to the db
  38. .TP 
  39. .BR -p | --password=#
  40. validate password for user
  41. .TP 
  42. .BR   -h | --host=# 
  43. name or IP-number of the host
  44. .TP 
  45. .BR   -d | --db=#
  46. name of the database
  47. .TP 
  48. .BR -U | --superuser=#
  49. connect as superuser
  50. .TP 
  51. .BR   -P | --spassword=# 
  52. password for superuser
  53. .TP 
  54. .BR   -H | --rhost=# 
  55. remote MySQL-server to connect to
  56. .TP 
  57. .BR --old_server
  58. connect to old MySQL-server (before v3.21) which 
  59. does not yet know how to handle full where clauses.
  60. .TP 
  61. .BR  -b | --brief
  62. single-line tabular report
  63. .TP 
  64. .BR   -t | --table
  65. report in table-format
  66. .TP 
  67. .BR   --relnotes
  68. print release-notes
  69. .TP 
  70. .BR   --plan
  71. print suggestions/ideas for future releases
  72. .TP 
  73. .BR   --howto
  74. some examples of how to run `mysqlaccess'
  75. .TP 
  76. .BR   --debug=N
  77. enter debuglevel N (0..3)
  78. .TP 
  79. .BR   --copy 
  80. reload temporary grant-tables from original ones
  81. .TP 
  82. .BR   --preview 
  83. show differences in privileges after making
  84. changes in (temporary) grant-tables
  85. .TP 
  86. .BR   --commit
  87. copy grant-rules from temporary tables to grant-tables
  88. (!don't forget to do an mysqladmin reload)
  89. .TP 
  90. .BR   --rollback
  91. undo the last changes to the grant-tables.
  92. .SH NOTE
  93.     + At least the user and the db must be given (even with wildcards)
  94.     + If no host is given, `localhost' is assumed
  95.     + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure 
  96.       to escape them from your shell!! (ie type * or '*')
  97. .SH "SEE ALSO"
  98. isamchk (1),
  99. isamlog (1),
  100. mysqlaccess (1),
  101. mysqladmin (1),
  102. mysqlbug (1),
  103. mysqld (1),
  104. mysqldump (1),
  105. mysqlshow (1),
  106. msql2mysql (1),
  107. perror (1),
  108. replace (1),
  109. safe_mysqld (1),
  110. which1 (1),
  111. zap (1),
  112. .SH AUTHOR
  113. Ver 1.0, distribution 3.23.29a
  114. Michael (Monty) Widenius (monty@tcx.se),
  115. TCX Datakonsult AB (http://www.tcx.se).
  116. This software comes with no warranty.
  117. Manual page by L. (Kill-9) Pedersen 
  118. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  119. system developer (http://www.mercurmedia.com)
  120. ." end of man page