Tag: MySQL

  • Getting annoying error with phpMyAdmin

    I upgraded phpMyAdmin from 4.1.2 from 4.2.6. Having done this, I copied in the config.inc.php file and started everything up. Logged in and I get “You should upgrade to MySQL 5.5.0 or later.”. Well yes, I should. But I can’t (the mysql version is attached to the NAS – so i can’t really change that…

  • Configure BIEE BI Publisher Scheduler with MySQL

    I was keen to use the BI Publisher Scheduler and configure it to use a MySQL database. The instructions for this imply that you need to hunt around and find out how to register the JDBC library for MySQL. The reality with the Oracle Application Server or standalone OC4J is much simpler than that. Put…

  • Configure BIEE Scheduler with MySQL

    I am using a Windows PC to do this, so the instructions may not directly translate to UNIX/Linux. Create a database for BIEE to use.Create the objects required using this script (this is a tweaked version of the standard SAJOBS.DB2.sql script):CREATE TABLE S_NQ_JOB (    JOB_ID decimal(10,0) NOT Null,    NAME varchar (50)  ,    DESC_TEXT varchar (255) …