Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
59645d1d
Commit
59645d1d
authored
Oct 25, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
General and Windows fixups.
parent
02e9f4be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
30 deletions
+10
-30
Docs/manual.texi
Docs/manual.texi
+10
-30
No files found.
Docs/manual.texi
View file @
59645d1d
...
...
@@ -2215,8 +2215,7 @@ MySQL programs, tools and APIs from the
@cindex @code{Contrib} directory
@cindex URLs to MySQL information
@cindex related information URLs
MySQL
@cindex MySQL related information URLs
@subheading Tutorials and Manuals
@table @asis
...
...
@@ -6263,7 +6262,7 @@ will also need the @code{MyODBC} driver. @xref{ODBC}.
@menu
* Windows binary installation:: Installing the binaries
* Windows prepare environment:: Preparing the MySQL environment
* Windows prepare environment:: Preparing the
Windows
MySQL environment
* Windows server first start:: Starting the server for the first time
@end menu
...
...
@@ -6280,7 +6279,7 @@ it is necessary to stop the server. If you are running the server
as a service, use:
@example
C:\> NET STOP
mysql
C:\> NET STOP
MySQL
@end example
Otherwise, use:
...
...
@@ -6310,7 +6309,7 @@ Finish the install process.
@node Windows prepare environment, Windows server first start, Windows binary installation, Windows installation
@subsubsection Preparing the MySQL environment
@subsubsection Preparing the
Windows
MySQL environment
Starting with MySQL 3.23.38, the Windows distribution includes
both the normal and the @strong{MySQL-Max} server binaries.
...
...
@@ -8116,6 +8115,7 @@ of getting a solution to your problem! You will find @code{mysqlbug} in the
* Installing source tree:: Installing from the Development Source Tree
* Compilation problems:: Problems Compiling?
* MIT-pthreads:: MIT-pthreads Notes
* Windows source build:: Windows Source Distribution
@end menu
...
...
@@ -8900,7 +8900,7 @@ link your clients with the new client library. @xref{Debugging client}.
@end itemize
@node MIT-pthreads,
, Compilation problems, Installing source
@node MIT-pthreads,
Windows source build
, Compilation problems, Installing source
@subsection MIT-pthreads Notes
@cindex MIT-pthreads
...
...
@@ -8992,12 +8992,8 @@ needed, but may be interesting for someone.)
@end itemize
@menu
* Windows source build::
@end menu
@node Windows source build, , MIT-pthreads, MIT-pthreads
@subsubsection Windows Source Distribution
@node Windows source build, , MIT-pthreads, Installing source
@subsection Windows Source Distribution
You will need the following:
...
...
@@ -9464,7 +9460,7 @@ If you are going to use tables that support transactions (InnoDB, BDB),
you should first create a my.cnf file and set startup options
for the table types you plan to use. @xref{Table types}.
Generally, you start the @code{mysqld} server in one of th
re
e ways:
Generally, you start the @code{mysqld} server in one of th
es
e ways:
@itemize @bullet
@item
...
...
@@ -9478,23 +9474,7 @@ for @code{mysqld} and then runs it with those options. @xref{safe_mysqld, ,
@code{safe_mysqld}}.
@item
On NT you should install @code{mysqld} as a service as follows:
@example
bin\mysqld-nt --install # Install MySQL as a service
@end example
You can now start/stop @code{mysqld} as follows:
@example
NET START mysql
NET STOP mysql
@end example
Note that in this case you can't use any other options for @code{mysqld}!
You can remove the service as follows:
@example
bin\mysqld-nt --remove # remove MySQL as a service
@end example
For Windows NT/2000, please see @ref{NT start}.
@item
By invoking @code{mysqld} directly.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment