-
This feature would be awesome. I know my php/MySQL and am able to do it by hand, but it is much easier to do so that way.
2009-05-23 20:58:04 UTC by nobody
-
Can we have a feature where when we go to view the tables, we can edit them and add more or less fields in them?
Thanks!
2009-05-17 03:22:59 UTC by nobody
-
CREATE TABLE `products_images` (
`products_id` int(11) NOT NULL auto_increment,
`products_image1` varchar(64) default NULL,
`products_image2` varchar(64) NOT NULL default '',
`products_image3` varchar(64) NOT NULL default '',
`products_image4` varchar(64) NOT NULL default '',
`products_image5` varchar(64) NOT NULL default '',
`products_image6` varchar(64) NOT NULL default '',
2008-11-26 11:39:02 UTC by nobody
-
I like to request that phpminiadmin add something that shows how much memory each table takes up. Like when view all the tables, there is also a column there that tells you how much megabytes the table took up and etc.
It would be extremely useful if the person had a free web host with a limited sql storage and with this, you can optimize the sql tables manually to make it smaller by first...
2008-10-26 18:30:12 UTC by nobody
-
I agree. Zip support could be very useful.
2008-10-07 08:28:26 UTC by nobody
-
Hi, I attach the Italian translation for this script.
All the best.
2008-08-31 12:43:37 UTC by quipo
-
Solving:
phpminiadmin.php on line 646 change
from
[code]
$sth=db_query("show tables from $DB[db]");
[/code]
to
[code]
$sth=db_query("show tables from `$DB[db]`");
[code].
2008-07-12 15:58:59 UTC by vitold
-
Script cannot make backup when DB name contains "-" (minus).
I.e.:
Database name: "xxx-yyy"
Script try to connect to: "xxx" DB.
2008-07-09 08:33:03 UTC by nobody
-
It would be greate to hightlight line by clicking on it while viewing the table.
2008-06-11 11:15:59 UTC by nobody
-
Hi,
for example,
select * from order
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order LIMIT 0,50' at line 1
I think it would be good to use backticks characters for built-in queries, like
select * from `order`
Thank you for good script, greetings from Ukraine :)
2008-04-22 09:40:05 UTC by nobody