Crate mysqladm

Crate mysqladm 

Source

Modulesยง

client ๐Ÿ”’
core ๐Ÿ”’
server ๐Ÿ”’

Structsยง

Args ๐Ÿ”’
Database administration tool for non-admin users to manage their own MySQL databases and users.
GenerateCompletionArgs ๐Ÿ”’

Enumsยง

Command ๐Ÿ”’
ToplevelCommands ๐Ÿ”’

Functionsยง

handle_generate_completions_command ๐Ÿ”’
WARNING: This function may be run with elevated privileges.
handle_mysql_admutils_command ๐Ÿ”’
WARNING: This function may be run with elevated privileges.
handle_server_command ๐Ÿ”’
WARNING: This function may be run with elevated privileges.
main ๐Ÿ”’
WARNING: This function may be run with elevated privileges.
tokio_run_command ๐Ÿ”’
Run the given commmand (from the client side) using Tokio.
tokio_start_server ๐Ÿ”’
Start a long-lived server using Tokio.