作者:ssben_530 | 来源:互联网 | 2023-10-16 14:20
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
DROP
,
DROP
,
DROP
,
DROP
,
DROP
;
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