mysqladm::core::bootstrap

Function bootstrap_server_connection

Source
fn bootstrap_server_connection(
    socket_path: Option<PathBuf>,
    config_path: Option<PathBuf>,
) -> Result<UnixStream>
Expand description

Inner function for bootstrap_server_connection_and_drop_privileges. See that function for more information.