Hi Michal,
I'm trying on the feature requested in [1] under the project idea of "Displaying query results". I followed some documents[2], [3] in order to do some improvements related to that feature. I'm working on Ubuntu environment. I have already installed phpMyAdmin 3.3.2 version (Which have the special features like Mime type, pdf generations etc ) and to developing purpose I got a latest revision from [4] repository url.
I introduced a file config.inc.php under root directory ( phpmyadmin_dev/config.inc.php ) with the additional server configurations which needs to enable special features such as Mime type etc. I tried with placing the contents of phpmyadmin_dev/config.sample.inc.php as well as /etc/phpmyadmin/config.inc.php (older version configure file) into new file. But after restarting the apache, any change doesn't appear while creating a new table structure. So if you can give any suggestions to overcome this problem, it will be a great help for me to do some improvements on this feature. All are well come to give your valuable suggestions.
[1] http://sourceforge.net/tracker/index.php?func=detail&aid=3112137&gro... [2] http://garv.in/tops/texte/mimetutorial [3] http://www.phpmyadmin.net/documentation/Documentation.html#setup [4] git://github.com/phpmyadmin/phpmyadmin.git
Regards !
Op 8 maart 2012 05:01 heeft Chanaka Dharmarathna pe.chanaka.ck@gmail.com het volgende geschreven:
Hi Michal,
I'm trying on the feature requested in [1] under the project idea of "Displaying query results". I followed some documents[2], [3] in order to do some improvements related to that feature. I'm working on Ubuntu environment. I have already installed phpMyAdmin 3.3.2 version (Which have the special features like Mime type, pdf generations etc ) and to developing purpose I got a latest revision from [4] repository url.
I introduced a file config.inc.php under root directory ( phpmyadmin_dev/config.inc.php ) with the additional server configurations which needs to enable special features such as Mime type etc. I tried with placing the contents of phpmyadmin_dev/config.sample.inc.php as well as /etc/phpmyadmin/config.inc.php (older version configure file) into new file. But after restarting the apache, any change doesn't appear while creating a new table structure. So if you can give any suggestions to overcome this problem, it will be a great help for me to do some improvements on this feature. All are well come to give your valuable suggestions.
[1] http://sourceforge.net/tracker/index.php?func=detail&aid=3112137&gro... [2] http://garv.in/tops/texte/mimetutorial [3] http://www.phpmyadmin.net/documentation/Documentation.html#setup [4] git://github.com/phpmyadmin/phpmyadmin.git
Regards !
Hi,
Don't bother with the 3.3.2 release of phpMyAdmin. As a developer it is more convenient to use the git repository and the different branches [0]. Besides, that version is far too old, current stable is 3.4.10.1.
Putting the config.inc.php in the phpmyadmin root dir should work. By default it works even without (if you have local MySQL server running), but for more advanced settings you need one, of course. Maybe you can try a setting in your config file that's immediatly visible, like defining a second database server (can be a dummy one). BTW : Restarting apache is not necessary to use a new config setting, refreshing or loading a new page is sufficient because the configfile is read on every page load.
Did you have a look at the Transformations section of the documentation [1]?
I hope this helps.
[0] http://wiki.phpmyadmin.net/pma/Git [1] http://www.phpmyadmin.net/documentation/#transformations
On Fri, Mar 9, 2012 at 5:29 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
Op 8 maart 2012 05:01 heeft Chanaka Dharmarathna pe.chanaka.ck@gmail.com het volgende geschreven:
Hi Michal,
I'm trying on the feature requested in [1] under the
project
idea of "Displaying query results". I followed some documents[2], [3] in order to do some improvements related to that feature. I'm working on
Ubuntu
environment. I have already installed phpMyAdmin 3.3.2 version (Which
have
the special features like Mime type, pdf generations etc ) and to
developing
purpose I got a latest revision from [4] repository url.
I introduced a file config.inc.php under root directory (
phpmyadmin_dev/config.inc.php ) with the additional server configurations which needs to enable special features such as Mime type etc. I tried
with
placing the contents of phpmyadmin_dev/config.sample.inc.php as well as /etc/phpmyadmin/config.inc.php (older version configure file) into new
file.
But after restarting the apache, any change doesn't appear while
creating a
new table structure. So if you can give any suggestions to overcome this problem, it will be a great help for me to do some improvements on this feature. All are well come to give your valuable suggestions.
[1]
http://sourceforge.net/tracker/index.php?func=detail&aid=3112137&gro...
[2] http://garv.in/tops/texte/mimetutorial [3] http://www.phpmyadmin.net/documentation/Documentation.html#setup [4] git://github.com/phpmyadmin/phpmyadmin.git
Regards !
Hi,
Don't bother with the 3.3.2 release of phpMyAdmin. As a developer it is more convenient to use the git repository and the different branches [0]. Besides, that version is far too old, current stable is 3.4.10.1.
Putting the config.inc.php in the phpmyadmin root dir should work. By default it works even without (if you have local MySQL server running), but for more advanced settings you need one, of course. Maybe you can try a setting in your config file that's immediatly visible, like defining a second database server (can be a dummy one). BTW : Restarting apache is not necessary to use a new config setting, refreshing or loading a new page is sufficient because the configfile is read on every page load.
Did you have a look at the Transformations section of the documentation [1]?
I hope this helps.
[0] http://wiki.phpmyadmin.net/pma/Git [1] http://www.phpmyadmin.net/documentation/#transformations
-- Kind regards,
Dieter Adriaenssens
Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Dieter,
Thanks for your quick and helpful reply. Without doing any changes to my ckeckout, it works fine. But it dose not show the features like Mime type, Transformation and Transformation option in UI while creating a new table structure. So that I tried with introducing config.inc.php with additional server configurations. Any way I followed mentioned tutorial [1] completely by getting help of my old phpmyadmin version. And I followed the link you send me on transformation, as well the related part in that tutorial [1]. Those are very nice and useful features to deal with databases from the back end. Thanks for your suggestions.
[1] http://garv.in/tops/texte/mimetutorial
Regards !
On Thu, Mar 8, 2012 at 6:01 AM, Chanaka Dharmarathna < pe.chanaka.ck@gmail.com> wrote:
I introduced a file config.inc.php under root directory (
phpmyadmin_dev/config.inc.php ) with the additional server configurations which needs to enable special features such as Mime type etc. I tried with placing the contents of phpmyadmin_dev/config.sample.inc.php as well as /etc/phpmyadmin/config.inc.php (older version configure file) into new file. But after restarting the apache, any change doesn't appear while creating a new table structure. So if you can give any suggestions to overcome this problem, it will be a great help for me to do some improvements on this feature. All are well come to give your valuable suggestions.
Hi Chanaka,
On Ubuntu, depending on your installation type, the configuration files might be found in different places. If you copy/extract/pull files into a folder, the phpmyadmin_dev/config.inc.php will have priority. But if you use apt-get install phpmyadmin, the settings declared in /etc/phpmyadmin/config.inc.php will be more important than those in /usr/share/phpmyadmin/config.inc.php, where all the other files are located. Or at least that's the case for my multiple instances of phpMyAdmin ( ubuntu 11.10 ).
You did not mention trying it, so maybe you could add your pmadb, controluser and additional settings in /etc/phpmyadmin/config.inc.php instead of phpmyadmin_dev/config.inc. I'm not sure if it will work for you, but you can try. Hope it helps.
Alex
On Sun, Mar 11, 2012 at 2:01 AM, Alex UKF alex.ukf@gmail.com wrote:
On Thu, Mar 8, 2012 at 6:01 AM, Chanaka Dharmarathna < pe.chanaka.ck@gmail.com> wrote:
I introduced a file config.inc.php under root directory (
phpmyadmin_dev/config.inc.php ) with the additional server configurations which needs to enable special features such as Mime type etc. I tried with placing the contents of phpmyadmin_dev/config.sample.inc.php as well as /etc/phpmyadmin/config.inc.php (older version configure file) into new file. But after restarting the apache, any change doesn't appear while creating a new table structure. So if you can give any suggestions to overcome this problem, it will be a great help for me to do some improvements on this feature. All are well come to give your valuable suggestions.
Hi Chanaka,
On Ubuntu, depending on your installation type, the configuration files might be found in different places. If you copy/extract/pull files into a folder, the phpmyadmin_dev/config.inc.php will have priority. But if you use apt-get install phpmyadmin, the settings declared in /etc/phpmyadmin/config.inc.php will be more important than those in /usr/share/phpmyadmin/config.inc.php, where all the other files are located. Or at least that's the case for my multiple instances of phpMyAdmin ( ubuntu 11.10 ).
You did not mention trying it, so maybe you could add your pmadb, controluser and additional settings in /etc/phpmyadmin/config.inc.php instead of phpmyadmin_dev/config.inc. I'm not sure if it will work for you, but you can try. Hope it helps.
Alex
Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Alex,
As you suggested I had tried with adding pmadb, controluser, controlpass and additional settings. But they didn't get me out of the problem. I got my copy from git repository [1]. However though I couldn't get rid of that problem, I could managed to use that features with the help of my old phpmyadmin version. Thanks for your valuable suggestion.
[1] git://github.com/phpmyadmin/phpmyadmin.git
Regards !