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
31a44e61
Commit
31a44e61
authored
Mar 19, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi more Windows startup procedure cleanup
manual.texi typo
parent
5772a40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
Docs/manual.texi
Docs/manual.texi
+13
-10
No files found.
Docs/manual.texi
View file @
31a44e61
...
@@ -3308,8 +3308,8 @@ of cascading deletes.
...
@@ -3308,8 +3308,8 @@ of cascading deletes.
@item
@item
A properly written application will make sure internally that it is
A properly written application will make sure internally that it is
not violating referential integrity constraints before proceding with
not violating referential integrity constraints before proceding with
a query. Thus, additional
y
checks on the database level will only slow
a query. Thus, additional checks on the database level will only slow
down performance for such application.
down performance for such a
n a
pplication.
@item
@item
It is not uncommon for a DBA to make such a complex topology of
It is not uncommon for a DBA to make such a complex topology of
...
@@ -5567,9 +5567,11 @@ There are two option files with the same function: @file{my.cnf} and
...
@@ -5567,9 +5567,11 @@ There are two option files with the same function: @file{my.cnf} and
@file{my.ini} file. However, to avoid confusion, it's best if you use only
@file{my.ini} file. However, to avoid confusion, it's best if you use only
of one them. Both files are plain text. The @file{my.cnf} file, if used,
of one them. Both files are plain text. The @file{my.cnf} file, if used,
should be created in the root directory of drive C. The @file{my.ini}
should be created in the root directory of drive C. The @file{my.ini}
file, if used, should be created in the Windows system directory (e.g.,
file, if used, should be created in the Windows system directory. (This
@file{C:\WINDOWS} or @file{C:\WINNT}). MySQL will look first for the
directory is typically something like @file{C:\WINDOWS} or @file{C:\WINNT}.
@code{my.ini} file, then for the @code{my.cnf} file.
You can determine its exact location from the value of the @code{windir}
environment variable.) MySQL looks first for the @code{my.ini} file,
then for the @code{my.cnf} file.
If your PC uses a boot loader where the C drive isn't the boot drive,
If your PC uses a boot loader where the C drive isn't the boot drive,
then your only option is to use the @file{my.ini} file. Also note that
then your only option is to use the @file{my.ini} file. Also note that
...
@@ -5614,17 +5616,18 @@ Now you are ready to test starting the server.
...
@@ -5614,17 +5616,18 @@ Now you are ready to test starting the server.
@subsubsection Starting the Server for the First Time
@subsubsection Starting the Server for the First Time
Testing from a DOS command prompt is the best thing to do because
Testing from a DOS command prompt is the best thing to do because
the server
prints messages, so if something is wrong with your
the server
displays status messages that appear in the DOS window.
configuration you will see a more accurate error message which
If something is wrong with your configuration, these messages will
will
make it easier for you to identify and fix any problems.
make it easier for you to identify and fix any problems.
Make sure you are in the right directory, then enter:
Make sure you are in the directory where the server is located, then
enter this command:
@example
@example
C:\mysql\bin> mysqld-max --standalone
C:\mysql\bin> mysqld-max --standalone
@end example
@end example
You should see the
below print messages
:
You should see the
following messages as the server starts up
:
@example
@example
InnoDB: The first specified data file c:\ibdata\ibdata1 did not exist:
InnoDB: The first specified data file c:\ibdata\ibdata1 did not exist:
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