Quote:
Originally Posted by pankajd
i am trying to configure phpmyinventory in centos 4.4 final machine.i am not getting any help how to install and readme.txt is not very clear...is there any docs availab;le?
|
Read the "readme.txt" file. The instructions are very clear, but they do assume that you have knowledge of MySQL and PHP.
To create the database, use mysql:
mysql -u <your user name> -D <your database name> < dump.sql
To enable that register_globals, you'll have to edit the php.ini file.
You don't say anything about what version/distro of Linux, or about your PHP/apache/mysql setup, so it's hard to give you specifics. The readme is very plain. What step are you getting stuck on?