| 
															
																@@ -10,10 +10,10 @@ class MysqlDB: 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																     def __init__(self, db_name): 
															 | 
															
															 | 
															
																     def __init__(self, db_name): 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         self.db_name = db_name 
															 | 
															
															 | 
															
																         self.db_name = db_name 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        # self.con = ps.connect(host='172.19.189.136', port=3306, user='bi_etl', password='XPtpswuU5lwGo4kx', 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        #                       db=self.db_name, charset='utf8') 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        self.con = ps.connect(host='192.168.0.13', port=3306, user='root', password='elab@123' 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                              , db=self.db_name, charset='utf8') 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        self.con = ps.connect(host='172.19.189.136', port=3306, user='bi_etl', password='XPtpswuU5lwGo4kx', 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                              db=self.db_name, charset='utf8') 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        # self.con = ps.connect(host='192.168.0.13', port=3306, user='root', password='elab@123' 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        #                       , db=self.db_name, charset='utf8') 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         self.cursor = self.con.cursor() 
															 | 
															
															 | 
															
																         self.cursor = self.con.cursor() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																     def show_tables(self): 
															 | 
															
															 | 
															
																     def show_tables(self): 
															 |