<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 27, 2015 at 3:18 AM, Morgan Tocker <span dir="ltr"><<a href="mailto:morgan.tocker@oracle.com" target="_blank">morgan.tocker@oracle.com</a>></span> wrote:<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">Hi phpmyadmin developers,<br>
<br>
I just downloaded 4.5.0-beta1.  I love that you are using the ALTER USER command from 5.7!<br>
<br>
I have some specific 5.7 features to mention that you may be able to make use of:<br>
<br>
1) The server now supports a list of disabled_storage_engines (these still “work” but no new tables can be created).<br>
It might make sense to remove them from the drop-down-list or make them appear greyed out.<br>
They also appear under “ENGINES” the same as others currently.<br>
<br>
2) The STATUS > PROCESSLIST is currently using SHOW PROCESSLIST.  In MySQL 5.7, there will be SELECT * FROM sys.x$processlist or SELECT * FROM sys.x$sessions (user connections only).  This has some added context (transactions open,  memory usage etc) and the command itself uses fewer locks than SHOW PROCESSLIST.  Here is an example of output:<br>
<br>
<a href="https://github.com/MarkLeith/mysql-sys/blob/development/views/p_s/sessions.sql" rel="noreferrer" target="_blank">https://github.com/MarkLeith/mysql-sys/blob/development/views/p_s/sessions.sql</a><br>
<br>
3) The datatype JSON does not appear to be added yet.  5.7.8 added this native type with ~20 JSON manipulation functions.<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div>Support for JSON data type can be tracked at <a href="https://github.com/phpmyadmin/phpmyadmin/issues/11438">https://github.com/phpmyadmin/phpmyadmin/issues/11438</a> </div></div><div><br></div>-- <br><div class="gmail_signature">Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div></div>
</div></div>