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
c9c61df6
Commit
c9c61df6
authored
Feb 20, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
parents
66d4f05c
e86a88f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
Docs/manual.texi
Docs/manual.texi
+14
-6
No files found.
Docs/manual.texi
View file @
c9c61df6
...
...
@@ -9233,11 +9233,19 @@ 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}.
MySQL version 3.23.48, the Windows will wait longer for the MySQL server
shutdown to complete. If you notice this 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}.
There is a problem that Windows NT (but not Windows 2000) by default only
waits 20 seconds for a service to shut down, and after that kills the
service process. You can increase this default by opening the Registry
Editor @file{\winnt\system32\regedt32.exe} and editing the value of
@code{WaitToKillServiceTimeout} at
@file{HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control}
in the Registry tree. Specify the new larger value in milliseconds,
for example 120000 to have Windows NT wait upto 120 seconds.
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.
...
...
@@ -15094,7 +15102,7 @@ theoretically create a patched MySQL server that could read any file one
the client machine, for which the current user have read privilege, when
the client issues a query against the table.
In a web environment where the clients are connection from a
n
web
In a web environment where the clients are connection from a web
server, a user could use @code{LOAD DATA LOCAL} to read any files for
which the web server process have read access to (assuming a user could
run any command against the SQL server).
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