热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

undefinederr_urlinmult_submits

UsingPMA-2.5.2-rc2onPHP-4.1.2andnothavingDROPTABLEprivilege,whenI-sel

Using PMA-2.5.2-rc2 on PHP-4.1.2 and not having DROP
TABLE privilege, when I
- select a table (via checkbox) in db structure view and
use 'drop' command from the drop down menu - or -
- trying to drop all columns of a table in table structure
view
this is what I get:



Warning: Undefined variable: err_url
in /.../mult_submits.inc.php on line 243
Warning: Cannot add header information - headers
already sent by (output started
at /.../mult_submits.inc.php:243)
in /.../libraries/ob.lib.php on line 65
Warning: Cannot add header information - headers
already sent by (output started
at /.../mult_submits.inc.php:243)
in /.../libraries/header_http.inc.php on line 14
Warning: Cannot add header information - headers
already sent by (output started
at /.../mult_submits.inc.php:243)
in /.../libraries/header_http.inc.php on line 15
Warning: Cannot add header information - headers
already sent by (output started
at /.../mult_submits.inc.php:243)
in /.../libraries/header_http.inc.php on line 16
Warning: Cannot add header information - headers
already sent by (output started
at /.../mult_submits.inc.php:243)
in /.../libraries/header_http.inc.php on line 17
Warning: Cannot add header information - headers
already sent by (output started
at /.../mult_submits.inc.php:243)
in /.../libraries/header_http.inc.php on line 20

Datenbank xyz - Tabelle PMA_bookmark auf localhost
Fehler



SQL-Befehl :
ALTER TABLE

1
PMA_bookmark

DROP

1
id

,
DROP

1
dbase

,
DROP

1
user

,
DROP

1
label

,
DROP

1
query

;

MySQL meldet:
You can't delete all columns with ALTER TABLE. Use
DROP TABLE instead

  • Original URL: "https://sourceforge.net/p/phpmyadmin/bugs/929/":https://sourceforge.net/p/phpmyadmin/bugs/929/

  • Original author: *anonymous

  • Found in version: 2.5.2-rc2

该提问来源于开源项目:phpmyadmin/phpmyadmin


  • Status: closed-fixed --> fixed

  • Original author: nijel


   



推荐阅读
author-avatar
ssben_530
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有