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
d9c682ca
Commit
d9c682ca
authored
Feb 19, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify Windows service shutdown behaviour.
parent
76764b73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Docs/manual.texi
Docs/manual.texi
+12
-0
No files found.
Docs/manual.texi
View file @
d9c682ca
...
@@ -9227,6 +9227,18 @@ Once running, @code{mysqld-max-nt} can be stopped using
...
@@ -9227,6 +9227,18 @@ Once running, @code{mysqld-max-nt} can be stopped using
@code{mysqladmin}, from the Services utility or by using the
@code{mysqladmin}, from the Services utility or by using the
command @code{NET STOP MySQL}.
command @code{NET STOP MySQL}.
When running as a service, the operating system will automatically stop
the MySQL service on computer shutdown. In MySQL versions < 3.23.47,
Windows only waited for a few seconds for the shutdown to complete, and
killed the database server process if the time limit was exceeded
(potentially causing problems). For instance, at the next startup the
@code{InnoDB} table handler had to do crash recovery. Starting from
MySQL version 3.23.48, the Windows will wait upto 4 minutes for the
MySQL server shutdown to complete. If you notice that 4 minutes is not
enough for your intallation, it is safest to run the MySQL server not as
a service, but from the Command prompt, and shut it down with
@code{mysqladmin shutdown}.
Please note that when run as a service, @code{mysqld-max-nt}
Please note that when run as a service, @code{mysqld-max-nt}
has no access to a console and so no messages can be seen.
has no access to a console and so no messages can be seen.
Errors can be checked in @file{c:\mysql\data\mysql.err}.
Errors can be checked in @file{c:\mysql\data\mysql.err}.
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