On Wed, May 9, 2012 at 5:47 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Mon, 7 May 2012 09:17:26 +0530 Chanaka Dharmarathna pe.chanaka.ck@gmail.com napsal(a):
In my demo server project [1] the configurations for extended features
like
"Creation of PDFs", "Browser transformation", "Bookmarked SQL query" etc are already done
*without
"User preferences".* As well a new user "pma" is already created there, but with a different password instead of general "pmapass".
Well the password is different, but that should not matter as all demos are configured to use it.
User preferences are not configured for single reason - there would be thousands of users sharing one configuration if it would be stored on server, what would be quite confusing. Currently the configuration is stored in client or session giving consistent behavior to every user.
In my local machine I just enable these all extended features and "error displaying" by introducing "config.inc.php" file. And set the control
user
(pma) password to general one (pmapass).
If I commit this configuration file, the demo server project
configurations
will be override. ("error displaying" , "User preferences", "control user password" will change) So is it a good idea to commit these changes ?
No, never commit configuration file.
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Michal,
Thanks for replying. I understand the situation. Hope "error displaying" has already enabled in the demo server.
Regards !