We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker run -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -e MYSQL_DATABASE=gotest -p 3306:3306 \ --rm --name mysqld mysql:latest --innodb-flush-log-at-trx-commit=0 --local-infile=1
--innodb-flush-log-at-trx-commit=0
--local-infile=1
LOAD LOCAL INFILE
If you set up MySQL without Docker, set local-infile server setting.
local-infile
Maybe you need to edit the parameters the connection to the sever is opened with. Here is an example how you can set a different password:
$ export MYSQL_TEST_PASS=root
$ SET MYSQL_TEST_PASS=root
MYSQL_TEST_USER
MYSQL_TEST_PASS
MYSQL_TEST_PROT
MYSQL_TEST_ADDR
MYSQL_TEST_DBNAME
MYSQL_TEST_CONCURRENT