Yesterday I accidentally deleted an important sms conversation from my Mac (for which I didn’t have a Time Machine backup). I thought it would be fairly easy to copy all my messages from my iPhone to my Mac, but it wasn’t that easy… This guides helps you copy all your messages from iOS to OS […]
Tag Archives: sql
MySQL database importeren via command line
De meeste mensen gebruiken phpMyAdmin of Adminer om hun databases te importeren op een server. Voor grote bestanden kan het echter vaak handig zijn om dit via command line te doen: mysql -u USERNAME -p -h HOST DATABASENAME < data.sql