Hi,
I performed following sequence:
as you recomended:
1. # /etc/init.d/mysql stop
2. # mysqld_safe --skip-grant-tables &
then as follows:
3. Create user and obtain message restriction
4. # /etc/init.d/mysql start
5. Perform 1 and 2.
6. Modify new users permissions and obtain message restriction
7. Perform 1, 2 and 4.
"After doing this, I'm able to modify databases and tables from php + mysql with the new user created".
dumping databases could be a little hard because databases I want to access are the default installed with vicidialnow application like asterisk db. So for this case and having the iso, it would be more faster to reinstall vicidialnow
. In both cases I will lose data.
I can now work on the reports I want to show based on vicidial_list table.
I'll install application on a more powerfull server, and then will be more easy to copy database information from one server to other, and get ride of this issue.
Thank you very much for your help.