Skip to content

Executing raw SQL directly through the connection #428

@crimson-knight

Description

@crimson-knight

I'm trying to figure out how I can run a LOAD DATA LOCAL INFILE command for MySQL directly over the default adapter connection.

I've tried a few that I found, but I get an error about "This command is not supported in the prepared statement protocol yet", so I'm guessing the methods I found are not executing the raw SQL string I'm providing.

Is there a way I can send SQL directly to the db over the connection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions