欢迎您访问我爱IT技术网,今天小编为你分享的编程技术是:【phpMyAdmin 3.0.1.1 - MySQL管理利器】,下面是详细的分享!
phpMyAdmin 3.0.1.1 - MySQL管理利器
phpMyAdmin 是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的资料库管理工具。
可以管理整个MySQL服务器(需要超级用户),也可以管理单个数据库。为了实现后一种,你将需要合理设置MySQL用户,他只能对允许的数据库进行读/写。那要等到你看过MySQL手册中相关的部分。下载地址:http://down.chinaz.com/query.asp?t=&q=phpmyadmin&Page=1
Fixes for 3.0.1:
以下为引用的内容: - bug #2134126 [GUI] SQL error after sorting a subset + [lang] Catalan update + [lang] Russian update - patch #2143882 [import] Temporary uploaded file not deleted - bug #2136986 [auth] Cannot create database after session timeout - bug #1914066 [core] ForceSSL generates incorrectly escaped redirections (this time with the correct fix) + [lang] Hungarian update - bug #2153970 [core] Properly truncate SQL to avoid half of html tags + [lang] Romanian update - bug #2161443 [structure] Incorrect index choice shown when modifying an index - bug #2127094 [interface] Misleading message after cancelling an action + [lang] Croatian update + [lang] Finnish update + [lang] Polish update + [lang] Japanese update - patch #2176438 [privileges] Wrong message when changing password - bug #2163437 [core] Cannot disable PMA tables - bug #2184240 [lang] Problems with Italian language file - bug #2187193 [interface] ShowChgPassword setting not respected - (3.0.1.1) [security] XSS in a Designer component |
以上所分享的是关于phpMyAdmin 3.0.1.1 - MySQL管理利器,下面是编辑为你推荐的有价值的用户互动:
相关问题:如何使用phpmyadmin管理mysql数据库
答:网上搜索下载phpmyadmin安装包 解压,将其放在apache安装目录的hotdocs目录下面 启动apache,在浏览器中输入localhost:端口号/phpmyadmin安装包/index.php,回车,出现如图 输入连接数据库的用户名和密码,点击执行,连接数据库,出现如图,可以... >>详细
相关问题:如何在Mac OS X下安装phpMyAdmin
答:有两种方法,一种方法使用mysql的check table和repair table 的sql语句,另一种方法是使用MySQL提供的多个myisamchk, isamchk数据检测恢复工具。前者使用起来比较简便。推荐使用。 1. check table 和 repair table 登陆mysql 终端: mysql -uxxx... >>详细
相关问题:Discuz 导入mysql 出现#1062 - Duplicate entry '1...
答:原因: 根据MySQL返回的错误代码(Duplicate entry '1' for key 'PRIMARY')判断,MySQL对应数据库的表(pre_alj_aboutus_menu)中已经含有主键为1的记录。 解决方案: a) 先清空pre_alj_aboutus_menu表的数据,再重新用Discuz导入; b) 对比pre... >>详细
- 评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)
-
