Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
trismegisto-planilla
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Luis Gangas
trismegisto-planilla
Commits
c8e28b2f
Commit
c8e28b2f
authored
Nov 09, 2018
by
Juan José Rojas Rojas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADD]
parent
c0615e2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
MysqlDAOFactory.java
src/java/trismegistoplanilla/mysqldao/MysqlDAOFactory.java
+3
-3
No files found.
src/java/trismegistoplanilla/mysqldao/MysqlDAOFactory.java
View file @
c8e28b2f
...
...
@@ -57,9 +57,9 @@ public class MysqlDAOFactory extends DAOFactory {
String
url
;
if
(
base
.
equalsIgnoreCase
(
"nuevo"
))
{
user
=
"juan"
;
pwd
=
"jose"
;
url
=
"jdbc:mysql://172.16.2.
43
:3306/nuevo"
;
user
=
"juan
jose
"
;
pwd
=
"j
uanj
ose"
;
url
=
"jdbc:mysql://172.16.2.
37
:3306/nuevo"
;
try
{
conexion
=
DriverManager
.
getConnection
(
url
,
user
,
pwd
);
}
catch
(
SQLException
e
)
{
...
...
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