1. Passwordless Login
- Edit
/etc/my.cnfand add a line under[mysqld]:
skip-grant-tables=1
- Restart the mysqld service
| |
- Log in to MySQL as the root user
| |
2. Allow All Access Sources
- Log in to MySQL
| |
At the MySQL interactive command line, enter:
| |
3. Export All Data
| |
