|
Uitvoeringen MySQL: 4.0 - 5.0
Installatie server
Download en installeer MySQL
Download and execute the following scripts to create the database
:
- Creëren van tabellen en Invoeging in database :Script_MySQL_NL_404.sql
- Creëren van gebruiker die toegang kan krijgen tot database
Installatie klant
Installatie Driver
ODBC 3.51 MySQL
Execute the file :
PlanningPME-32bits-MySQL-ODBC.reg
of PlanningPME-64bits-MySQL-ODBC.reg
Then, modify the string "Base" in the registry and precise the name or IP address of your server, the name of your database, the user and password:
- "Base"="Provider=MSDASQL;DRIVER={MySQL
ODBC 3.51 Driver};Server=name or IP address of your server;Port=3306;Option=16384;Stmt=;Database=name of your database;Uid=user;Pwd=password"
--> If your database is installed in english, you must execute:
US_32bits.REG of US_64bits.REG
|