Installing a LAMP stack: Linux – Apache, PHP, and MySQL on Fedora Core Assuming you already have Linux and Yum installed. 1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql 2. Configure the new services to start [...]
ITM TDW Schema
Not that there is a lot to the TDW layout, but knowing the schema assists in the documentation process and developing queries and procedures of the TDW (Tivoli Data Warehouse). Make short work of this by using the opensource tools of SchemaSpy and Graphviz SchemaSpy is a jar file that supports over 21 DBs, including [...]
