Skip to content

Commit fa1b6d3

Browse files
Update BookShopManagement.cpp
1 parent b0e8eea commit fa1b6d3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

BookShopManagement.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
#include <conio.h>
1010
#define HOST "127.0.0.1"
1111
#define USER "root"
12-
#define PASS "1234"
13-
#define DATABASE "cpp1"
12+
#define PASS /*put the password of MySQL in here between ""*/
13+
#define DATABASE "Management"
1414
#define PORT 3306
15-
#define PASSWORD 2000
15+
#define PASSWORD /*Set a Numeric Password for Your Database*/
1616

1717
using namespace std;
1818

1919
// +--------------------------------+
20-
// | Global Variable |
20+
// | Global Variable |
2121
// +--------------------------------+
2222

2323
MYSQL * conn;
@@ -1049,7 +1049,7 @@ void pass()
10491049
}
10501050

10511051
// +----------------------------------+
1052-
// | Main Function |
1052+
// | Main Function |
10531053
// +----------------------------------+
10541054

10551055
int main()
@@ -1073,4 +1073,4 @@ int main()
10731073
getch();
10741074
}
10751075
return 0;
1076-
}
1076+
}

0 commit comments

Comments
 (0)