Matlab + JDBC ConnectorJ + MariaDB on Windows
Step 1: Download the Connector/J Download the .ZIP file: https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.47.zipCopy the mysql-connector-java-5.1.47.jar JAR file to c:\jconnectors\mysql-connector-java-5.1.47.jar Step 2: Find the MATLAB Preferences Directory Open MATLAB.At the >> prompt within…
Matlab + JDBC ConnectorJ + MariaDB on MacOS
Step 1: Download the Connector/J Download the .ZIP file: https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.47.zipCopy the mysql-connector-java-5.1.47.jar JAR file to /Users/Shared/jconnectors/mysql-connector-java-5.1.47.jar Step 2: Find the MATLAB Preferences Directory Open MATLABAt the >> prompt within…
max_allowed_packet MariaDB on Synology
SSH into the Synology Server. Open the file: Edit the lines: and with the # bytes or M that you desire. Be sure to update the variable max_allowed_packet under both…
Apache Virtual Hosts on CentOS
Create a new virtual host file on your web server using the vi program: The primary host on the web server should be the first entry. Change the word “Hostname”…
Add MAMP mySQL to Path on macOS 11
sudo nano /etc/paths add desired folder to end of file and save changes. /Applications/MAMP/Library/bin/