Getting started:
Related tutorials:
Getting started:
Related tutorials:
| // MySQL to Google Spreadsheet By Pradeep Bheron | |
| // Support and contact at pradeepbheron.com | |
| function myMySQLFetchData() { | |
| var conn = Jdbc.getConnection('jdbc:mysql://127.0.0.1:3306/employee_db', 'username', 'pass'); // Change it as per your database credentials | |
| var stmt = conn.createStatement(); | |
| var start = new Date(); // Get script starting time | |
| #!/usr/bin/python | |
| #Author: Jelle Bekker | |
| #Base for this script was created by: Andrew McDonald [email protected] http://mcdee.com.au | |
| # Example: config file | |
| #[client] | |
| #host = localhost | |
| #user = root | |
| #password = root-pass |