Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FormatDSN (0.14 sec)

  1. internal/event/target/mysql.go

    			Addr:                 args.Host.String() + ":" + args.Port,
    			DBName:               args.Database,
    			AllowNativePasswords: true,
    			CheckConnLiveness:    true,
    		}
    
    		args.DSN = config.FormatDSN()
    	}
    
    	target := &MySQLTarget{
    		id:         event.TargetID{ID: id, Name: "mysql"},
    		args:       args,
    		firstPing:  false,
    		store:      queueStore,
    		loggerOnce: loggerOnce,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Oct 07 15:07:38 GMT 2023
    - 11.5K bytes
    - Viewed (0)
Back to top