Search K
Appearance
Appearance
Released: 2003-07-18
Allows external computers to access the mysql database. User can use any ip, hostname, and can combine with wildcards. Examples:
%
1.2.3.4
domain.com
1.2.3.%
%.domain.comSKINS: must add the token
|ACCESSHOSTS|to user/db/db_view.html
You can now set the access privileges for any database user you create. You can set the following to yes or no:
ALTER
SELECT
INSERT
UPDATE
DELETE
CREATE
DROPSKINS: requires a whole new page as well as entries into the files_user.conf. See the CHANGELOG from the most recent tar.gz for details.
When a user reaches his limit, the suspend at limit function was still suspending the user. This was due to setting being checked with yes/no instead of ON/OFF, which caused it to default to ON, thus suspending the user.
Many customers were confused because phpMyAdmin has a database creation feature. The database users do not have the privileges to create databases, so this command failed. Update copies a custom main.php overtop of /var/www/html/phpMyAdmin-2.5.0/main.php