PDA

View Full Version : Problem intalling EasyPhPCalendar


Gecko62
04-06-2008, 07:03 AM
Woaw,
I discover your Calendar and it correspond exactly to what I search for a long time.
I have try to install the free version before buying it, but when I run http://www......./calendar/setup/index.php page I receive this message error.

There was an error reading data from the mySQL database.

However, the connection to the database was successful!

Please click to run the installation script, setupSQL.php (http://www.geckco.ch/Divers/calendar/setup/setupSQL.php?PHPSESSID=f9468fc80d30edf8ec8256ace49 5ac2a) to set up the database.

The error was reported as:

SELECT command denied to user 'Georges'@'localhost' for table 'epc_calendar'


No events will be saved until this issue is resolved.I have try to delete the table 'epc_calendar' and to re-run the page, but the same message appears.

What should I do, where is the problem

Thanks for your answer

I apologize for my very bad english and I hope that my question will be understandable.

ve9gra
04-06-2008, 07:56 AM
You need to give all rights to the account "Georges@localhost" on the database you're using.

This command should do just that (replace %yourdatabase% for the actual database name)
grant all privileges on %yourdatabase%.* to Georges@localhost ;
flush privileges;

Gecko62
04-06-2008, 08:19 AM
Thanks,

It was so easy to make it work, but i didn't read the information,

Sorry for the disagrement