MySQL管理工具 phpMyAdmin 3.4.6 发布

jopen 12年前
     <p>phpMyAdmin 3.4.6已经正式发布了。这是一个bug和安全修复版本,包括众多界面、显示、配置及核心等方面的bug修复,如修复了长枚举字段在规则排序时不显示、导出数据库表时压缩配置不可用、不能执行已保存的查询、3.4.5中的错误外部链接等问题。</p>    <p>另外该版本修复了两个安全问题:</p>    <ul>     <li>本地路径引起的安全漏洞;</li>     <li>安装时(主机/详细参数)出现的XSS漏洞。</li>    </ul>    <p>详细内容请看 <a href="/misc/goto?guid=4958193958677765640" target="_blank">phpMyAdmin-3.4.6.html</a></p>    <br /> phpMyAdmin是一个非常受欢迎的基于web的MySQL数据库管理工具。它能够创建和删除数据库,创建/删除/修改表格,删除/编辑/新增字段,执行SQL脚本等。    <br />    <div class="floatbox">     <h2>功能特性:</h2>     <ul>      <li>Intuitive web interface</li>      <li>Support for most MySQL features:       <ul>        <li>browse and drop databases, tables, views, fields and indexes</li>        <li>create, copy, drop, rename and alter databases, tables, fields and indexes</li>        <li>maintenance server, databases and tables, with proposals on server configuration</li>        <li>execute, edit and bookmark any <abbr title="structured query language">SQL</abbr>-statement, even batch-queries</li>        <li>manage MySQL users and privileges</li>        <li>manage stored procedures and triggers</li>       </ul> </li>      <li>Import data from <abbr title="comma separated values">CSV</abbr> and <abbr title="structured query language">SQL</abbr> </li>      <li>Export data to various formats: <abbr title="comma separated values">CSV</abbr>, <abbr title="structured query language">SQL</abbr>, <abbr title="Extensible Markup Language">XML</abbr>, <abbr title="Portable Document Format">PDF</abbr>, <abbr title="International Organization for Standards">ISO</abbr>/<abbr title="International Electrotechnical Commission">IEC</abbr> 26300 - OpenDocument Text and Spreadsheet, <abbr title="Microsoft Word 2000">Word</abbr>, L<sup>A</sup>T<sub><big>E</big></sub>X and others </li>      <li>Administering multiple servers</li>      <li>Creating <abbr title="Portable Document Format">PDF</abbr> graphics of your database layout</li>      <li>Creating complex queries using Query-by-example (QBE)</li>      <li>Searching globally in a database or a subset of it</li>      <li>Transforming stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link </li>      <li>And much more...</li>     </ul>    </div>    <br /> 项目地址:    <a href="/misc/goto?guid=4958189633561618219" target="_blank">http://www.phpmyadmin.net/home_page/index.php</a>    <br />