Skip to content

Devlion

Devlion experience for Developers

Month: October 2020

remove table form myslqdump

sed -r '/INSERT INTO (mdl_table_1|mdl_table_2)/d' myslqdump.sql | gzip > "db_reduced.sql.gz"
Author Ilya DPosted on October 22, 2020Categories MysqlLeave a comment on remove table form myslqdump

Check MySQL table size

SELECT 
table_name AS Table,
round(((data_length + index_length) / 1024 / 1024), 2) Size in MB
FROM information_schema.TABLES
WHERE table_schema = "$DB_NAME";
Author Ilya DPosted on October 21, 2020October 21, 2020Categories MysqlLeave a comment on Check MySQL table size

MOODLE – Quiz Preset (local)

Quiz view page with quizpreset (teacher)

Quiz edit page with quizprrset (teacher)

Local quiz preset settings (admin)

Author KirilPosted on October 1, 2020October 1, 2020Categories Activity, Activity, Moodle, Moodle, Moodle Plugins, QuizTags quizLeave a comment on MOODLE – Quiz Preset (local)

Search

Recent Posts

  • Moodle AMD implementation
  • Import DB with progress bar
  • Backup DB + data
  • LINUX – Mount disk with SFTP to Windows
  • install all plugins by moosh

Recent Comments

  • Moodle – How to install Moodle on Ubuntu 18.04 – Devlion on Ubuntu – How to open new Ubuntu 18.04 server on Digital Ocean

Archives

  • December 2021
  • September 2021
  • May 2021
  • December 2020
  • October 2020
  • January 2020
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018

Categories

  • Accessibility
  • Activity
  • Activity
  • Analytics
  • Apache
  • Bash Scripts
  • Bash Scripts
  • CLI
  • Coding Style
  • Coding Style
  • Devlion
  • Geogebra
  • GIT
  • JS
  • Laravel
  • Mac Os
  • Moodle
  • Moodle
  • Moodle Plugins
  • Mysql
  • PHP
  • PHP
  • Quiz
  • Support
  • Support
  • Ubuntu
  • Virtual Box
  • Wordpress
  • Wordpress
  • WP Support
  • Xapi

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Devlion Proudly powered by WordPress