/* ************************************************************************ # # DivConq # # http://divconq.com/ # # Copyright: # Copyright 2014 eTimeline, LLC. All rights reserved. # # License: # See the license.txt file in the project's top-level directory for details. # # Authors: # * Andy White # ************************************************************************ */ package divconq.tasks.install; /* * For MariaDB/MySQL support be sure using UTF8 on server * * show variables like 'char%'; * * and database, review * * https://www.bluebox.net/insight/blog-article/getting-out-of-mysql-character-set-hell * */ public class Configure { }