******************** Free MyDB Project hide@address.com ******************** By Philippe Lewicki -------------------------------------------------------------------- This program is free software; you can redistribute it and/or modify it under the terms of the QPL License as published by SQLFusion and included in the distribution in the file: licence.txt -------------------------------------------------------------------- Installation instructions. Summary 1- Introduction 2- Requirement 3- Install 4- Trouble shouting 5- Install the Sample 1- INTRODUCTION --------------- MyDB Project it is : - MyDataLib a collection of classes, - MyDB Web IDE a web application to create web application using the MyDataLib. - MyData a web application based on MyDataLib for end users to manage there datas. All this to help you built your web applications faster. 2- REQUIREMENT -------------- MyDataLib and MyDB requires PHP(3 or 4) and MySQL. MyDB Web IDE require PHP4 and MySQL. We have test it on Linux and Windows 98. 3 - INSTALL ------------ Unzip the file : mydb.zip under your web server root. (apache/htdocs/) unzip -d mydb.zip For MyDB IDE Import the tables structure in your database. mysql yourdbname < mydb/db/mydbbasic.sql Edit the file: mydbconfig.inc.php3 And change the DataBase section according your database serveur. For MyDATA Edit the file : mydatalocal.inc.php3 And modify the database section according to your database serveur. Guide line to make a MySQL database work with MyDB : There must be for each table un unique indentifier named : id<tablename> It must be uniq, index, autoincrement. You can virtualy create relations in naming the foreign key with the same name of its primary key.