by Pan tek | May 1, 2018 | Uncategorized
The .htaccess file is a distributed configuration file for Apache that provides a way for you to make changes on a per-directory basis. When placed in a specific directory, the changes dictated by the file only apply to that directory and its sub-directories, enabling...
by Pan tek | May 1, 2018 | Uncategorized
There are a multitude of GUI and web tools available to assist in managing MySQL databases, but for the most part, the MySQL distribution itself has very good CLI tools to manage the databases. From backup to restoration, to running SQL queries and stored procedures,...