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…
Mount SMB file share from Linux using gio
Type the following command from the terminal command prompt $: Where <servername> is the fully qualified domain name (FQDN) of the server, <sharename> is the name of the share on…