Creating user and user list

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kroc

Creating user and user list

Post by kroc » Fri 15 Jul 2005 21:46

How do i create users with password with mydac within my delphi app
and how do i see who is logged in

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 18 Jul 2005 06:26

> How do i create users with password with mydac within my delphi app

C помощью запросов MySQL. Cv. MySQL Reference Manual for details

> and how do i see who is logged in

Use TMyServerControl.ShowProcessList or SHOW [FULL] PROCESSLIST statement

Post Reply