| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS 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=1If you set up MySQL without Docker, set local-infile server setting.
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| Back | FazBrowse Home | New Git URL |