Hi folks!
Whenever I try to open the phonebook the following message appears:
Fatal error: Call to undefined function mysql_pconnect() in /var/www/html/fop2/lib/dblib.php on line 47.
Can anybody help me with this?
Also when I tried to grant privileges to fop2 on fop2 database:
mysql -u root -pXXXXX -e "grant all privileges on fop2.* to fop2@'localhost' \
> identified by 'myPassw0rd'";
I received the following message:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Thanks a lot!!!