Accessing Db2 from the Command Line

Accessing Db2 from the Command Line

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...
MySQL Error-Too Many Open Files

MySQL Error-Too Many Open Files

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...
MySQL Error – Too Many Connections

MySQL Error – Too Many Connections

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...
MySQL Replication: Disconnecting a Replica

MySQL Replication: Disconnecting a Replica

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...