|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
it's possible add user mysql using run-time?
how to add user using run-time in delphi? what component i should use it?
|
|
#2
|
|||
|
|||
|
Quote:
Code:
GRANT ... ON ... TO ... OR: Code:
USE mysql; INSERT INTO user VALUES().... RELOAD PRIVILEGES.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > it's possible add user mysql using run-time? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|