Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d4c7f3e4
Commit
d4c7f3e4
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add doc info
parent
e04294ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/exe/doliwamp/mysqlinitpassword.bat.install
+3
-0
3 additions, 0 deletions
build/exe/doliwamp/mysqlinitpassword.bat.install
build/exe/doliwamp/mysqltestinstall.bat.install
+3
-0
3 additions, 0 deletions
build/exe/doliwamp/mysqltestinstall.bat.install
with
6 additions
and
0 deletions
build/exe/doliwamp/mysqlinitpassword.bat.install
+
3
−
0
View file @
d4c7f3e4
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
REM
-----------------------------------
REM
-----------------------------------
REM
This
script
initialize
Mysql
root
password
WHEN
PASSWORD
IS
EMPTY
.
REM
This
script
initialize
Mysql
root
password
WHEN
PASSWORD
IS
EMPTY
.
REM
An
error
is
returned
IF
PASSWORD
IS
ALREADY
SET
.
REM
An
error
is
returned
IF
PASSWORD
IS
ALREADY
SET
.
REM
$Id
$
REM
-----------------------------------
REM
-----------------------------------
REM
To
change
password
,
run
following
SQL
command
:
REM
GRANT
ALL
ON
*.*
TO
login
@
localhost
IDENTIFIED
BY
"newpassword"
REM
echo
----
Show
content
of
script
mysqlinitpassword
before
running
it
>>
doliwamp
.
log
2
>>&
1
REM
echo
----
Show
content
of
script
mysqlinitpassword
before
running
it
>>
doliwamp
.
log
2
>>&
1
REM
type
.
\mysqlinitpassword
.
bat
>>
doliwamp
.
log
2
>>&
1
REM
type
.
\mysqlinitpassword
.
bat
>>
doliwamp
.
log
2
>>&
1
...
...
This diff is collapsed.
Click to expand it.
build/exe/doliwamp/mysqltestinstall.bat.install
+
3
−
0
View file @
d4c7f3e4
...
@@ -3,6 +3,8 @@ REM ------------------------------------------------------------
...
@@ -3,6 +3,8 @@ REM ------------------------------------------------------------
REM
Launch
a
test
to
connect
to
mysql
REM
Launch
a
test
to
connect
to
mysql
REM
$Id
$
REM
$Id
$
REM
------------------------------------------------------------
REM
------------------------------------------------------------
REM
To
change
password
,
run
following
SQL
command
:
REM
GRANT
ALL
ON
*.*
TO
login
@
localhost
IDENTIFIED
BY
"newpassword"
echo
-----------------------------------------------------------
echo
-----------------------------------------------------------
echo
This
programm
wil
test
a
login
on
Mysql
installed
echo
This
programm
wil
test
a
login
on
Mysql
installed
...
@@ -13,6 +15,7 @@ echo -----------------------------------------------------------
...
@@ -13,6 +15,7 @@ echo -----------------------------------------------------------
echo
If
login
is
successull
,
type
"quit"
and
enter
twice
to
exit
.
echo
If
login
is
successull
,
type
"quit"
and
enter
twice
to
exit
.
echo
------------------------------------------------------------
echo
------------------------------------------------------------
SET
SAVES
=
SET
SAVES
=
SET
/
P
SAVES
=
Enter
password
to
test
:
SET
/
P
SAVES
=
Enter
password
to
test
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment