๐
Working from home
Pinned Loading
-
Backup and restore a mysql database ...
Backup and restore a mysql database from a running Docker mysql container 1# Backup
2docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
34# Restore
5cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
-
Wrap every N elements with a class u...
Wrap every N elements with a class using React.js 1render() {
2var content = [
3"content 1", "content 2", "content 3", "content 4", "content 5",
4"content 6", "content 7", "content 8", "content 9", "content 10"
5];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.