Fields for editing per-user connection limits
[webmin.git] / mysql / CHANGELOG
1 ---- Changes since 1.140 ----
2 The not null flag and a default value can be specified for fields in new tables.
3 The form for creating an initial table in a new database is now the same as the one for adding a table to an existing database.
4 ---- Changes since 1.150 ----
5 Added a button on the module's main page for backing up all databases, either immediately or on schedule.
6 A Webmin user who has been set up to login to MySQL as a different user will now be prompted to login if his password set in the Webmin Users module incorrect.
7 Added an access control restriction to limit the number of databases a Webmin user can own.
8 Fields can now be specified as unsigned when creating a table.
9 ---- Changes since 1.160 ----
10 Added the ability to select which tables to include when making a backup.
11 When viewing table data, the Advanced Search button can be used to perform and/or searches on multiple fields.
12 ---- Changes since 1.200 ----
13 Added a Module Config option to specify the encoding for database content.
14 ---- Changes since 1.210 ----
15 Added checkboxes and a button to the Edit Database page for dropping multiple tables at once.
16 Added checkboxes and a button to the module index for dropping multiple databases at once.
17 ---- Changes since 1.220 ----
18 Added checkboxes and a button to the lists of user, database, host, table and field privileges for deleted several at once.
19 When there are too many databases or tables to reasonably list, a search form is show instead for finding matching databases or tables by name.
20 Added a button on the Edit Table page for exporting in CSV format, either to a file or for display in the browser.
21 ---- Changes since 1.230 ----
22 Added an option on the CSV export page for selecting which columns to include.
23 ---- Changes since 1.240 ----
24 When editing data in a table, enum fields are shown as menus.
25 The full MySQL error message is now shown when Webmin cannot login to the database.
26 When backing up all databases at once, an option is now available to run commands before/after all of them, rather than before/after each.
27 ---- Changes since 1.250 ----
28 Added a new page for editing MySQL server settings in the [mysqld] section of the my.cnf file.
29 ---- Changes since 1.260 ----
30 Added support for viewing, creating and managing indexes in databases.
31 If the before-backup command fails, the entire backup is halted.
32 Added an option on the backup page for entering a different character set.
33 ---- Changes since 1.270 ----
34 Added a button for deleting multiple fields from a table at once.
35 Cleaned up table data editing code.
36 Added support for creating, listing and editing views in MySQL 5.
37 Added Module Config option to limit the displayed size of large text field data.
38 ---- Changes since 1.290 ----
39 Added options to the MySQL Server Configuration page for setting the address to listen on, and the maximum number of connections.
40 Created a page showing database connections, with checkboxes and a button for killing them.
41 Create a page listing MySQL server variables, with the ability to edit system variables.
42 Column headings in the Table Data page can be clicked to sort the data by that column.
43 ---- Changes since 1.300 ----
44 Added options on the backup form for selecting a compatability format for exporting to other database types.
45 Added an option to compress backups with gzip or bzip2.
46 When executing an SQL file (such as a backup), it will be automatically un-compressed if needed.
47 Re-factored backup code into a separate function, which can be called from other modules.
48 Added an option to the database creation form for selecting the character set, when using MySQL 4.1 or newer.
49 Added access control options to prevent the viewing and management of views and indexes.
50 ---- Changes since 1.320 ----
51 When there are too many databases or tables to display, a menu for editing a specific one is displayed in addition to the search field.
52 ---- Changes since 1.330 ----
53 Fixed a bug that prevents compression from being done when backing up all databases.
54 ---- Changes since 1.340 ----
55 Improved detection of support for views, which avoids errors with information_schema.views.
56 ---- Changes since 1.370 ----
57 Added an option on the backup form to create the destination directory if missing.
58 Re-wrote the backup form to use the new Webmin UI library.
59 The MySQL password is no longer passed on the command line.
60 ---- Changes since 1.380 ----
61 Fixed a bug that prevented 'Jump to row' from working properly.
62 ---- Changes since 1.390 ----
63 The character set to use for MySQL output can now be set on the Module Config page.
64 When testing if a user can login, no specific database is used in case the user does not have access to the 'mysql' database.
65 When there are too many databases, huge lists of all databases and tables are not shown on the Table Permissions and Field Permissions pages. Instead, text boxes for entering names are shown.
66 System variables can now be searched using a new field, making it easier to find the one you want from the large list on some systems.
67 Re-designed the Execute SQL page to use tabs.
68 Converted all user interface code to use the new Webmin UI library, for a more consistent look.
69 ---- Changes since 1.400 ----
70 Added a Module Config option to show databases and tables using just their names, which is much faster under MySQL 5 as it avoids the need to count their tables, fields and rows.
71 ---- Changes since 1.410 ----
72 Display a more friendly error if a scheduled backup cannot be performed because MySQL is down.
73 The root password can be more easily change by the new 'Change Administration Password' page.
74 ---- Changes since 1.420 ----
75 Display the number of tables and records created when executing SQL for a restore.
76 ---- Changes since 1.430 ----
77 Improved the input for setting the default value for new fields, and added support for CURRENT_TIMESTAMP.
78 ---- Changes since 1.440 ----
79 The correct character set is ready from my.cnf when connecting using DBI mode, thanks to jianxia.
80 The password is passed to all MySQL commands using the MYSQL_PWD environment variables on systems running MySQL 4.1 and later, version 5.1 in older Webmin releases.
81 ---- Changes since 1.450 ----
82 Use DBI for listing databases and tables, to reduce dependency on the un-reliable MYSQL_PWD environment variable.
83 Fixed the input for setting the default value for fields.
84 ---- Changes since 1.470 ----
85 Added code to detect a password in /root/.my.cnf which overrides the MYSQL_PWD variable, and thus causes login failures.
86 MySQL stored procedures are now included in backups, where supported.
87 ---- Changes since 1.480 ----
88 Restores and imports from local files are now run as the Unix user configured for backups, rather than root.
89 ---- Changes since 1.490 ----
90 The information_schema database is no longer included when backing up all databases, as it really just contains metadata.
91 ---- Changes since 1.500 ----
92 Added a collation order field to the database creation form.
93 Added an option to the backup form to do backup in a single transaction, for InnoDB tables.
94 The default MySQL table type can now be set on the MySQL Server Configuration page.
95 ---- Changes since 1.510 ----
96 Added greater than / less than selectors to the table data search form.
97 The SSL / X509 authentication type for a user can be set on the Edit User page.
98 ---- Changes since 1.560 ----
99 Added confirmation before deleting multiple user, host, database, table and column permissions.
100 ---- Changes since 1.570 ----
101 Added fields to the Edit User page for setting the maximum concurrent logins and operations per hour for users.