<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-11-02 15:38 GMT+01:00 Élodie de FranceServ Hébergement <span dir="ltr"><<a href="mailto:admin@franceserv.fr" target="_blank">admin@franceserv.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Greetings,<br>
<br>
I don't know if i'm inside the good list to post my request, but i would<br>
like that a developer add a new parameter inside the configuration. I<br>
explain you my reason why this option could help me :<br>
<br>
We have for the moment the option : $cfg['ShowCreateDb']<br>
<br>
I have set false to this option inside my configuration because my users<br>
don't have the privilege to create new database (they need to use my<br>
panel admin instead).<br>
<br>
But inside PhpMyAdmin, they can find inside the Operation page, a window<br>
to rename a database. The option $cfg['ShowCreateDb'] don't apply to<br>
this (and it's correct).<br>
<br>
But as they don't have the right inside the privilege of MySQL to create<br>
one, i would like hide this window too.<br>
<br>
For the moment, i have modified the file : db_operations.php<br>
with adding a // in front of<br>
$response->addHTML(PMA_getHtmlForRenameDatabase($db));<br>
<br>
But inside the function PMA_getHtmlForCopyDatabase($db) (inside<br>
/libraries/operations.lib.php), they can create a database with the<br>
checkbox called "checkbox_create_database_before_copying" and it's a<br>
little more to hide it on my side ...<br>
<br>
So, I would like have an option called $cfg['AllowCreateDb'] (true by<br>
default) to hide their part automaticaly without editing the source code<br>
:) I don't know if we have a way to create a database somewhere else<br>
with PhpMyAdmin but it's a begining.<br>
<br>
What do you think about it please ?<br>
Someone could implement it more later ?<br>
<br>
Thanks so much in advance,<br>
Élodie<br></blockquote><div><br></div><div>Hi Élodie,</div><div><br></div><div>I think that you should create a feature request here [1].</div><div><br></div><div>But firstly, to improve your comment into the request, I've a question please.</div><div>If you set the config variable "AllowCreateDb" to false, how would you (as an administrator) be able to create the database? Do you want to create it manually by MySQL command line? Will you set the config to true just to create the database and then set it back to false?</div><div>I think that something is missing in your scenario.</div><div><br></div><div>Have a good day,</div><div><br></div><div>[1] <a href="https://sourceforge.net/p/phpmyadmin/feature-requests/">https://sourceforge.net/p/phpmyadmin/feature-requests/</a></div><div><br></div><div>Hugues. </div></div></div></div>