LimeSurvey powered by Bitnami By: BitRock Inc. Latest Version: 20160430-0 on Ubuntu 14.04.3 This image is for customers that require 32-bit and legacy paravirtualization support (PV). The BitNami packages for LimeSurvey provide all-in-one free native installers, virtual machines and Amazon Cloud Images that simplify LimeSurvey installation and hosting. The stacks include a pre-configured version of LimeSurvey and all of its required dependencies. BitNami LimeSurvey Stack Native Installer is an easy-to-install distribution of the LimeSurvey application. It includes pre-configured, ready-to-run versions of Apache, MySQL, PHP and phpMyAdmin so users can get a LimeSurvey installation up and running in minutes after answering a few questions.
NOTE: We are in the process of modifying the file structure and configuration for many Bitnami stacks. On account of these changes, the file paths stated in this guide may change depending on whether your Bitnami stack uses native Linux system packages (Approach A), or if it is a self-contained installation (Approach B). To identify your Bitnami installation type and what approach to follow, run the command below:
The output of the command indicates which approach (A or B) is used by the installation, and will allow you to identify the paths, configuration and commands to use in this guide. Refer to the FAQ for more information on these changes.
NOTE: We are in the process of modifying the configuration for many Bitnami stacks. On account of these changes, the file paths and commands stated in this guide may change depending on whether your Bitnami stack uses MySQL or MariaDB. To identify which database server is used in your stack, run the command below:
The output of the command indicates which database server (MySQL or MariaDB) is used by the installation, and will allow you to identify which guides to follow in our documentation for common database-related operations.
Default MySQL user accounts and privileges

Bitnami Limesurvey Stackable
The grant tables define the initial MySQL user accounts and their access privileges. The default configuration consists of:
- A privileged account with a username of root. The root user has remote access to the database.
- An anonymous user without remote access to the database server. This user can only connect from the local machine and it is only intended for testing.
- A test database only intended for testing.

Check our recommendations for a production server.
MySQL version
In order to see which MySQL version your system is running, execute the following command:
Bitnami Limesurvey Stack Game
MySQL port

The default port for MySQL is 3306.
MySQL configuration file
The MySQL configuration file is located at one of the following locations, on the MySQL database server host:
- For Bitnami installations following Approach A (using Linux system packages): installdir/mysql/conf/my.cnf
- For Bitnami installations following Approach B (self-contained installations): installdir/mysql/my.cnf
The MySQL official documentation has more details about how to configure the MySQL database.

MySQL log file
The log-error file contains information indicating when mysqld was started and stopped and also any critical errors that occur while the server is running. If mysqld notices a table that needs to be automatically checked or repaired, it writes a message to the error log.
Find it at one of the following locations, on the MySQL database server host:
- For Bitnami installations following Approach A (using Linux system packages): installdir/mysql/logs/mysqld.log
- For Bitnami installations following Approach B (self-contained installations): installdir/mysql/data/mysqld.log
