How to setup the database
ezUserManager homepage: http://www.ezUserManager.com/
1. If you don't want to use the table-name "ezusermanager", open ezUserManager.sql in notepad an edit the first line:
CREATE TABLE `ezusermanager` (
Then save the file.
2. Locate and launch phpMyAdmin and select the correct database.
Your host will know where to find it, usually there is a link for it in you website-controlpanel.

3. Click "import" and browse to the ezUserManager.sql-file and click "Go".

OPTIONAL:
4. If you want to add more fields than the default ones, click on the tablename and add the number of wanted
fields at the bottom.

5. Then, enter the fieldname (e.g "cellphone") (Remember the name you pick, you'll need it later).
If you don't know what fieldtype you should use, just go for "varchar" and a length of 255 (max size for varchar).
Then click "save".

Back