Innov-AI
    Documentation | MentDB Weak Server
Install server with MySQL8/MariaDB Database

Please, follow the instructions below to install the server.
Thank you.

https://www.mentdb.org
jim@innov-ai.com

INSTALLATION ________________________________________

******* MentDB Weak Server with MySQL in remote server *******
On OSX/Linux or Windows
1 - BEGIN
2 - Install MySQL 8
3 - Create the database 'mentdb' with the 'Latin1' charset
CREATE DATABASE mentdb CHARACTER SET latin1 COLLATE latin1_swedish_ci;
CREATE USER 'mentdbuser'@'localhost' IDENTIFIED BY 'pwd';
GRANT ALL PRIVILEGES ON mentdb.* TO 'mentdbuser'@'localhost';
FLUSH PRIVILEGES;
4 - Open the directory 'mentdb_weak/conf'
5 - Open the file 'server.conf' and go to the '[MYSQL]' section
6 - Change in [SQL] section, set light_mode=false
7 - Update the MySQL connection 'host', 'port', 'db', 'user', 'pwd'
8 - Open the 'mentdb_weak/bin' directory
9 - Open the directory 'linux' or 'osx' or 'windows'
10 - Double click on 'start.sh' (or .bat on Windows)
11 - If MySQL error when create basic tables, update the script in tools/mentdb.sql, delete the 'data' directory, and restart with start.sh (or .bat on Windows)
12 - END

******* MentDB Weak Editor *******
On OSX/Linux or Windows
1 - BEGIN
2 - Open the 'MentDB_Editor_3/bin' directory
3 - Open the directory 'linux' or 'osx' or 'windows'
4 - Double click on editor.sh (or .bat on Windows)
5 - The trigger window open ...
6 - Double click on the default/admin connection
7 - The editor open ...
8 - END

——————


Services     Supporters     Contact     About     Legal notice © 2024