On Wed, 2011-06-15 at 09:16 +0700, Aris Feryanto wrote:
On 14 Jun 2011, at 18:59, Michal Čihař michal@cihar.com wrote:
Hi
Dne Tue, 14 Jun 2011 04:56:35 -0700 (PDT) Aris Feryanto aris_feryanto@yahoo.com napsal(a):
The edit and drop not work for me in the demo server. But, when I checkout your code and test it locally, it just work fine.
The scenario:
- In the demo server, I goto sakila db
- Under Routines, click Edit in "inventory_in_stock"
- Add some comment
- Click "Go" button
And I got error:
Query "DROP FUNCTION `inventory_in_stock`; " failed MySQL said: #1146 - Table 'mysql.columns_priv' doesn't exist
This pretty much looks like the mysql database was broken by some user, such problems shall disappear within 10-15 minutes.
Hi,
I tried again and it works correctly now in the demo server.
One thing on the UI: the table header for edit, execute, export, and drop can be merged into just one cell, to match existing style of phpMyAdmin.
Good idea, I did that :) Thanks for your feedback.
Rouslan