_DB_NOT_UTF8
_DB_NOT_UTF8
Hi everybody
I don't understand. My BD is utf8_unicode
I already installed formalms on the same host and all was right and now there is problem
Have you an idea about the bug ?
I don't understand. My BD is utf8_unicode
I already installed formalms on the same host and all was right and now there is problem
Have you an idea about the bug ?
Re: _DB_NOT_UTF8
Please share more information in your issue and configuration.
during installation and upgrade , formalms checks the database default charset that must be UTF8 .
during installation and upgrade , formalms checks the database default charset that must be UTF8 .
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: _DB_NOT_UTF8
When I put the hostname into address and database name I have the message : db will be created but if I click the next step the process turn one hour for nothing
if I put the real database name into database name it say not utf
address must be hostname and database name must be the name of database, isn't ??????
my DB configuration =
Serveur : db751359211.db.1and1.com via TCP/IP
Type de serveur : MySQL
Version du serveur : 5.5.60-0+deb7u1-log - (Debian)
Version du protocole : 10
Utilisateur : [email protected]
Jeu de caractères du serveur : UTF-8 Unicode (utf8)
thank you for help
if I put the real database name into database name it say not utf
address must be hostname and database name must be the name of database, isn't ??????
my DB configuration =
Serveur : db751359211.db.1and1.com via TCP/IP
Type de serveur : MySQL
Version du serveur : 5.5.60-0+deb7u1-log - (Debian)
Version du protocole : 10
Utilisateur : [email protected]
Jeu de caractères du serveur : UTF-8 Unicode (utf8)
thank you for help
Re: _DB_NOT_UTF8
the mysql user specified in the form must have "create privilege" as general privilege to create a database.I have the message : db will be created but if I click the next step the process turn one hour for nothing
this is not the database charset , is the general default of the mysql serverJeu de caractères du serveur : UTF-8 Unicode (utf8)
the database that you want to use must be set with UTF.8 charset
you can use the following mysql statement with a mysql command line tool
Code: Select all
CREATE DATABASE mydatabase CHARACTER SET utf8 COLLATE utf8_general_ci;
or , if you use a phpmyadmin tool , create the db as in the following img: or change the charset / collaction in the "operations" tab
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
Re: _DB_NOT_UTF8
Thank you very much
It's OK now
Congratulations
It's OK now
Congratulations