/* ---------------------------------------------------------------- */ /* The following script is a sample script designed to demonstrate */ /* a method for creating real-time dynamic pie charts from data */ /* held within databases. */ /* */ /* This sample connects to a MySQL database and reads data from */ /* a table "SalesBar". It then formats the data for use by the */ /* Bar Graph Applet. */ /* */ /* You may freely copy and modify this script to suite your own */ /* requirements. */ /* */ /* ---------------------------------------------------------------- */ Could not connect : Access denied for user '[DB_USERNAME]'@'localhost' (using password: YES)