by XTIVIA | Mar 7, 2017 | Blog, Db2
Most Db2 DBAs administer Db2 at the command line. The command line provides a rich and powerful interface with Db2, and has a lot of options. Many other users may wish to access Db2 at the command line as well. Developers and system administrators are just a few of...
by XTIVIA | Mar 3, 2017 | Blog, Oracle
This error is rather common; however, the following error is the error that needs to be resolved. Below you can see several of these errors and their associated error that needs to be resolved. Each of the following errors has their own resolutions. Here the variable...
by XTIVIA | Mar 2, 2017 | Blog, MySQL
When changes are made to InnoDB tables in MySQL, the changes are first stored in memory in the InnoDB log buffer, then written to the InnoDB log files which are often referred to as the redo logs. The innodb_log_buffer_size variable may be adjusted to optimize...
by XTIVIA | Feb 24, 2017 | Blog, MySQL
Learn with XTIVIA how to address the common MySQL Error, “Too many open files.” If you encounter the error where MySQL reports “Can’t open file: (errno: 24)”, analyze a few variables. The error usually occurs when the maximum number of...
by XTIVIA | Feb 15, 2017 | Blog, MySQL
MySQL has is a maximum number of concurrent connections permitted to access the database, defined by the max_connections variable. The default value for max_connections is 151, and if the error Too Many Connections occurs, it means all connections are being...
by XTIVIA | Feb 14, 2017 | Blog, MySQL
When a MySQL replica instance is no longer to be associated with a primary database instance in a replication design, the replica not only needs to be stopped, but the connection information pointing to the primary must be cleared as well. In older versions of MySQL...