File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1717using namespace std ;
1818
1919// +--------------------------------+
20- // | Global Variable |
20+ // | Global Variable |
2121// +--------------------------------+
2222
2323MYSQL * conn;
@@ -1049,7 +1049,7 @@ void pass()
10491049}
10501050
10511051// +----------------------------------+
1052- // | Main Function |
1052+ // | Main Function |
10531053// +----------------------------------+
10541054
10551055int main ()
@@ -1073,4 +1073,4 @@ int main()
10731073 getch ();
10741074 }
10751075 return 0 ;
1076- }
1076+ }
You can’t perform that action at this time.
0 commit comments