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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
735efdbf
Commit
735efdbf
authored
Jun 12, 2001
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Any server can be installed as a service under NT
parent
16d50ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
Docs/manual.texi
Docs/manual.texi
+8
-7
No files found.
Docs/manual.texi
View file @
735efdbf
...
@@ -9017,10 +9017,11 @@ course. For example, using @code{mysqld-opt} under NT will not allow
...
@@ -9017,10 +9017,11 @@ course. For example, using @code{mysqld-opt} under NT will not allow
named pipe connections. You should use either @code{mysqld-nt} or
named pipe connections. You should use either @code{mysqld-nt} or
@code{mysqld-max-nt}.)
@code{mysqld-max-nt}.)
If @code{mysqld} doesn't start, please check whether or not the
If @code{mysqld} doesn't start, please check the
@file{\mysql\data\mysql.err} file contains any reason for this. You can also
@file{\mysql\data\mysql.err} file to see if the server wrote any message
try to start the server with @code{mysqld --standalone}; In this case, you may
there to indicate the cause of the problem. You can also try to start
get some useful information on the screen that may help solve the problem.
the server with @code{mysqld --standalone}; In this case, you may get
some useful information on the screen that may help solve the problem.
The last option is to start @code{mysqld} with @code{--standalone
The last option is to start @code{mysqld} with @code{--standalone
--debug}. In this case @code{mysqld} will write a log file
--debug}. In this case @code{mysqld} will write a log file
...
@@ -9052,9 +9053,9 @@ or
...
@@ -9052,9 +9053,9 @@ or
C:\> C:\mysql\bin\mysqld-max-nt --install
C:\> C:\mysql\bin\mysqld-max-nt --install
@end example
@end example
(
You can also use @code{mysqld} binaries that don't end with
(
Under Windows NT, you can actually install any of the server binaries
@code{-nt.exe} on NT, but those cannot be started as a service or use
as a service, but only those having names that end with @code{-nt.exe}
named pipes.)
provide support for
named pipes.)
You can start and stop the @strong{MySQL} service with these commands:
You can start and stop the @strong{MySQL} service with these commands:
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