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
b56d578b
Commit
b56d578b
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
f4d20bad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/exe/doliwamp/mysqltestinstall.bat.install
+21
-0
21 additions, 0 deletions
build/exe/doliwamp/mysqltestinstall.bat.install
with
21 additions
and
0 deletions
build/exe/doliwamp/mysqltestinstall.bat.install
0 → 100644
+
21
−
0
View file @
b56d578b
@
echo
off
REM
-----------------------------------
REM
Launch
a
test
to
connect
to
mysql
REM
-----------------------------------
echo
----------------------------------------------
echo
This
programm
wil
test
a
login
on
Mysql
installed
echo
by
DoliWamp
.
echo
Version
:
WAMPMYSQLVERSION
echo
Port
:
WAMPMYSQLPORT
echo
----------------------------------------------
echo
If
login
is
successull
,
type
"quit"
to
exit
.
echo
----------------------------------------------
SET
SAVES
=
SET
/
P
SAVES
=
Enter
password
to
test
:
echo
Try
to
connect
to
mysql
with
this
password
.
\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysql
-
P
WAMPMYSQLPORT
-
u
root
-
p
%
SAVES
%
sleep
2
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