create users in mysql database

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

create users in mysql database

Post by jkuiper » Mon 13 Oct 2008 20:19

Is it possible to create users with passwords in MySQL with MyDAC components. Witch components do I need?

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Post by cybsistemas » Mon 13 Oct 2008 21:01

Mycommand1.Sql.Text := 'CREATE USER xxxx IDENTIFIED BY "pass";

Post Reply