Created
February 5, 2019 09:57
-
-
Save allvee/9000cb0c08f19a07c34e92767fcb8855 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Edit the (/etc/my.cnf file for CentOS) or (my.ini file for Windows) | |
| 2. Add secure-file-priv = "" line at the end | |
| 3. Stop mysql service using systemctl stop mysqld | |
| 4. Restart it using systemctl start mysqld | |
| It will now allow you to import and export the data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment