Eventic
  • Introduction
  • Business Model
  • Installation
    • Server requirements
    • Domain Name
    • Hosting
    • Database
    • Upload files
    • Setup Wizard
    • Video Tutorials
  • Setting up the platform
    • Default Administrator Account
    • Layout, Parameters and SEO
    • Homepage
    • Menus
    • Payment gateways, currency, and fees
    • Checkout
    • Mail Server
    • Google Recaptcha
    • Google Maps
    • Social Login
    • Events list page
    • Venue page
    • Blog settings
    • Newsletter
  • Events
    • The event process
    • Adding a new event
    • Manage events
    • Categories
    • Countries
    • Languages
    • Audiences
  • Orders
    • The add to cart & order process
    • Manage orders
    • Reports
  • Payouts
    • The payout request process
    • Payout methods
  • Users
    • Registration
    • Authentication
    • Manage users
    • Organizer profile
    • Attendee account
    • Point of sale account
    • Scanner account
  • Venues
    • Manage venues
    • Seating Plans
    • Venue types
    • Amenities
  • Reviews
    • Add a review
    • Manage reviews
  • Blog
    • Manage blog
    • Categories
  • Help center
    • Manage help center
    • Categories
  • Miscellaneous
    • Translation
    • Console
    • Static pages
  • Scanner Mobile Application
  • Documentation
  • Updating
    • Update your Eventic installation
    • Change log
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Database

PreviousHostingNextUpload files

Last updated 4 years ago

Was this helpful?

Once you are logged in your hosting provider panel, you should look for section named Databases in order to create a new database.

Please take note of the following information while creating the database:

  • The host name

  • The database name

  • The database username

  • The database password

Make sure that the sql_mode system variable does not contain ONLY_FULL_GROUP_BY as this is not compatible with Eventic

You can either remove the ONLY_FULL_GROUP_BY manually by:

  • Open up PhpMyAdmin

  • Click on the Variables menu

  • Scroll down to sql mode

  • Click on the edit button and change the value by removing ONLY_FULL_GROUP_BY

  • Click on save

Or by executing the following sql query:

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

Your database password should not contain the @ character , otherwise the connection won't work successfully