Advertisement
TLama

Untitled

Oct 24th, 2014
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.26 KB | None | 0 0
  1. uses
  2.   uADPhysMySQLCli, uADPhysMySQLWrapper;
  3.  
  4. var
  5.   Session: TMySQLSession;
  6. const
  7.   SecureAuthValue: Byte = 0;
  8. begin
  9.   Session := TObject(FDConnection1.ConnectionIntf.CliObj) as TMySQLSession;
  10.   Session.Options[MYSQL_SECURE_AUTH] := @SecureAuthValue;
  11. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement