Page 5 of 9

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Jul 25, 2016 2:58 pm
by skurudo
Teo wrote:
skurudo wrote:What was not ok? All or some tables?
still the same error marked red in my uploaded pic.
Can you press ? behind "not OK" and show us what's error you got?

Re: [FIX] phpmyadmin some feature/controluser

Posted: Tue Aug 23, 2016 10:40 pm
by Botanist_
It doesn't seem to work
::
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Delete temp files

Re: [FIX] phpmyadmin some feature/controluser

Posted: Wed Aug 24, 2016 7:43 am
by skurudo
Botanist_ wrote:It doesn't seem to
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Delete temp files
Looks like you don't have .my.cnf file in your root folder with security creditials.
You can
- add /root/.my.cnf wih root password for mysql:

Code: Select all

[client]
password='mysqlrootpassword'
- or you can a little modify script this parts "mysql -uroot " search and replase to

Code: Select all

mysql -uroot -p
Script ask you password from mysql every time.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Sep 05, 2016 5:07 pm
by edica
In Debian 8.5 show "Server Choice" field. With two localhost. How fix?

Image

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Sep 05, 2016 8:06 pm
by skurudo
edica wrote:In Debian 8.5 show "Server Choice" field. With two localhost. How fix?
Can you provide me access via PM? I'd like investigate this case.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Sep 05, 2016 11:07 pm
by edica
skurudo wrote:
edica wrote:In Debian 8.5 show "Server Choice" field. With two localhost. How fix?
Can you provide me access via PM? I'd like investigate this case.
Yes, no problem. I sent PM.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Sat Sep 10, 2016 4:14 pm
by Teo
skurudo wrote:
Teo wrote:
skurudo wrote:What was not ok? All or some tables?
still the same error marked red in my uploaded pic.
Can you press ? behind "not OK" and show us what's error you got?
phpMyAdmin configuration storage

For a whole set of additional features (bookmarks, comments, SQL-history, tracking mechanism, PDF-generation, column contents transformation, etc.) you need to create a set of special tables. Those tables can be located in your own database, or in a central database for a multi-user installation (this database would then be accessed by the controluser, so no other user should have rights to it).

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Sep 19, 2016 8:26 pm
by rbrownell
edica wrote:
skurudo wrote:
edica wrote:In Debian 8.5 show "Server Choice" field. With two localhost. How fix?
Can you provide me access via PM? I'd like investigate this case.
Yes, no problem. I sent PM.

Any progress on this yet?

Re: [FIX] phpmyadmin some feature/controluser

Posted: Tue Sep 20, 2016 12:48 pm
by edica
rbrownell wrote:
edica wrote:
skurudo wrote:
Can you provide me access via PM? I'd like investigate this case.
Yes, no problem. I sent PM.
Any progress on this yet?
Not answer me yet.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Tue Oct 04, 2016 10:58 pm
by saam albert
[color=#000000]Teo[/color] wrote:
[color=#000000]Tragus[/color] wrote:
Teo wrote: still the same error marked red in my uploaded pic.
Can you press ? behind "not OK" and show us what's error you got?
phpMyAdmin configuration storage

For a whole set of additional features (bookmarks, comments, SQL-history, tracking mechanism, PDF-generation, column contents transformation, etc.) you need to create a set of special tables. Those tables can be located in your own database, or in a central database for a multi-user installation (this database would then be accessed by the controluser, so no other user should have rights to it).
I don't swing that way.