Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| (() => { | |
| // With default shorts filter - dry run mode | |
| new YouTubeHistoryCleaner(undefined, true); | |
| // dryRunMode = off (actually delete stuff) | |
| new YouTubeHistoryCleaner(undefined, false); | |
| // With custom filter, preserving history for certain accounts | |
| const approvedAuthors = [ |
| { | |
| "restaurants": [{ | |
| "id": 1, | |
| "name": "Mission Chinese Food", | |
| "neighborhood": "Manhattan", | |
| "photograph": "1.jpg", | |
| "address": "171 E Broadway, New York, NY 10002", | |
| "latlng": { | |
| "lat": 40.713829, | |
| "lng": -73.989667 |