-
The "nopassword" parameter is set by the checkbox "Connect without password - Try to connect without password"
The checkbox you are looking for is "Allow logins without a password" from the "Server configuration tab" which does set "AllowNoPassword".
2009-11-16 13:30:56 UTC in phpMyAdmin
-
While looking for similar functionality I came across this post.
I agree with garvinhicking that it would a pain to code this in a clean way. However I did come up with a workaround that solved my current 'problem'. Maybe it also helps you...
Using the 'Relation view' link from a tables structure tab you can assign internal relations.
When for the primary key you select the primary key...
2009-11-16 11:59:59 UTC in phpMyAdmin
-
The error message indicates a problem with the Bookmark table.
Looking at the config piece from your original post, you seem to be missing the following line.
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
Please check if you also have the corresponding 'pma_bookmark' table.
2009-11-11 09:51:27 UTC in phpMyAdmin
-
This was originally committed to trunk in revision: 12675
http://phpmyadmin.svn.sourceforge.net/phpmyadmin/?rev=12675&view=rev
I just backported this to the QA_3_2 branch, so it should be in 3.2.4.
2009-11-10 16:17:40 UTC in phpMyAdmin
-
helmo committed revision 13112 to the phpMyAdmin SVN repository, changing 4 files.
2009-11-10 16:17:09 UTC in phpMyAdmin
-
helmo committed revision 13084 to the phpMyAdmin SVN repository, changing 2 files.
2009-10-30 16:00:10 UTC in phpMyAdmin
-
The function uses $p instead of $ip, probably a typo.
2009-10-29 12:57:47 UTC in PHPWhois
-
Has since been committed to cvs.
2009-10-29 12:51:12 UTC in PHPWhois
-
backported the patch to 3.2.3.
2009-10-16 08:45:26 UTC in phpMyAdmin
-
helmo committed revision 13050 to the phpMyAdmin SVN repository, changing 2 files.
2009-10-16 08:10:26 UTC in phpMyAdmin