-
lem9 committed revision 12637 to the phpMyAdmin SVN repository, changing 2 files.
10:59AM UTC on Jul 09 2009 in phpMyAdmin
-
Some argue that this should be done, not at the phpMyAdmin level but at the OS level, with something like fail2ban.
10:32AM UTC on Jul 09 2009 in phpMyAdmin
-
Adding the user "larry" in config.inc.php does not add it inside the MySQL server, it just instructs phpMyAdmin to use this account for automatic login if the auth_type is 'config'.
So, reading your reply, I'm not sure you really added the "pma" account to your MySQL server (the book explains how to do it, and it has nothing to do with changing config.inc.php). See page 29,
10:31AM UTC on Jul 09 2009 in phpMyAdmin
-
It's written "open setup/" in your browser, not "type open setup/" on the command line. So you need to visit http://yourservername.com/yourphpmyadmindirectory/setup.
10:23AM UTC on Jul 09 2009 in phpMyAdmin
-
Could it be because your workstation lacks the correct fonts?.
10:21AM UTC on Jul 09 2009 in phpMyAdmin
-
Maybe it's a case of auto_prepend_file, see http://www.electrictoolbox.com/php-automatically-append-prepend/.
10:20AM UTC on Jul 09 2009 in phpMyAdmin
-
Sure, provided the MySQL server allows remote connections.
01:31PM UTC on Jul 07 2009 in phpMyAdmin
-
Here are my suggestions, please do them in this sequence:
1. put back the same config.inc.php you had in your first message
2. Change these lines by adding "//"
//$cfg['Servers'][$i]['controluser'] = 'pma';
//$cfg['Servers'][$i]['controlpass'] = 'bingo';
3. Start phpMyAdmin
4. Try a login, but not with the "pma" account; try an account that exists.
01:30PM UTC on Jul 07 2009 in phpMyAdmin
-
Primary key for this table is isbn, so you already have a book with an empty isbn.
01:23PM UTC on Jul 07 2009 in phpMyAdmin
-
lem9 committed revision 12635 to the phpMyAdmin SVN repository, changing 1 files.
01:21PM UTC on Jul 07 2009 in phpMyAdmin