grant all on moodle.* to moodle@'localhost' identified by 'password'; flush privileges; quit; Step 6: Start the Moodle Installation We are now ready to continue with the installation of Moodle. For that purpose open your IP address or hostname in a browser. You should see the Moodle’s ...
Here are the steps I used to to upgrad MySQL to MariaDB in XAMPP on Windows in about 5 minutes. After completing this process, MariaDB will look and work just like MySQL. You may even notice a performance increase in your website. No need to panic fellow developer, increased perfo...
In my case, for OpenID Connect to work, we need to create a Client Secret. This secret has an expiration date. I let it slip by without getting a new Client Secret. So, I am locked out of the Moodle system. How to resolve the issue?I needed to use Moodle’s support ticket system...
After completing all the steps above, you will get a collaborative environment on your Linux server that can be used for educational purposes. Thus, you will be able to create anONLYOFFICEactivity in anyMoodlecourse and work on text documents, spreadsheets, and presentations. As the admin, you ...
Only For On-Premise Version Step 1: Open Firewall Ports. In order to receive the RADIUS request, it is necessary to open UDP traffic on ports 1812 and 1813 for the machine where On-Premise IdP is deployed. If the hosting machine is a Windows Machine then you can follow this document. ...
existing social media accounts. OAuth even provides plug-ins to major software platforms, such as Moodle, that handle that integration. Cobble together a homepage, add the plug-in and watch users jump into your application with an API to hand the application a username, email address an...
How to Solve Error Message Building wheel for psycopg2 (setup.py) ... error error: subprocess-exited-with-error when installing psycopg2 using pip command in Microsoft Windows
When you launch an application on an EC2 instance, you get the authority to run an operating system of your choice. Users can select from multipleLinux distributionsor run the Microsoft Windows server. This is an important feature for most businesses, especially those considering switching to the...
However on systems with larger amount of memory if you have for example a setup such as belowOn a 32GB memory x64 bit system it would be advisable to manually set 8GB pagefile on the Windows drive (min max both set to 8GB). This would then provide plenty of space for paging and ...
In this article, the main focus is just to be able to solve an error message appear upon running a Django application. The execution process of the Django application is in a device running using Microsoft Windows as its operating system. Before going to the ...